
@media screen and (max-width: 1600px){
	.arc {
	    max-width: 1200px;
	    margin: 66px auto 0;
	    padding: 0 30px;
	}
}


#app {
    padding-bottom: 50px;
}

#app img {
    display: block;
    max-width: 100%;
}

#app.posiApp {
    overflow: hidden;
    height: 100%;
}

#app .head {
    position: relative;
}

#app .head img.head_img {
    width: 100%;
}

#app ul, li, a {
    font-style: normal;
    list-style: none;
}

#app a {
    text-decoration: none;
    color: #000;
}

.hovera {
    transition: all .5s;
}

.hovera:hover {
    transform: scale(1.1);
    transition: all .5s;
}

.nav_sen {
    height: 110px;
    background: #fff;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.16), 0 7px 8px -4px rgba(0,0,0,.23);
    padding: 0 160px;
    margin: 0 auto;
    font-size: 24px;
    color: #666666;
}

.nav_sen.fixed {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    top: 0px;
    left: 0;
    /*box-shadow:none;*/
    z-index: 999;
    font-size: 20px;
    /*font-weight: bold;*/
}

.nav_sen.fixed .mid ul, .nav_sen.fixed .right ul {
    line-height: 70px;
}

.nav_sen.fixed .left {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
}

#app .nav_sen.fixed .right ul li span img {
    width: 15px;
}

.nav_sen .left {
    width: 200px;
    border-right: 1px solid #f0eaea;
    text-align: center;
    height: 75px;
    line-height: 75px;
    float: left;
    margin-top: 17.5px;
}

.nav_sen .mid {
    /* box-sizing: border-box; */
    padding: 0 40px;
    float: left;
    height: 100%;
}

.nav_sen .mid ul {
    display: flex;
    line-height: 110px;
}

.nav_sen .mid ul li {
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

#app .nav_sen .mid ul li img {
    display: none;
}

.nav_sen .right ul li a:hover {
    color: #000;
}

#app .nav_sen .mid ul li.hover img {
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: block;
}

.nav_sen .right {
    float: right;
    height: 100%;
}

.nav_sen .right ul {
    display: flex;
    line-height: 110px;
}

.nav_sen .right ul li {
    margin-right: 45px;
    font-size: 18px;
}

.nav_sen .right ul li span {
    display: flex;
    align-items: center;
}

#app .nav_sen .right ul li span img {
    margin-left: 12px;
    width: 25px;
}

.arc {
	min-width: 1200px;
    max-width: 1600px;
    margin: 66px auto 0;
}

.arc .banner {
    display: flex;
    justify-content: space-between;
}

#app .arc .banner img {
    width: 23%;
    flex-shrink: 0;
}

.arc_list {
    margin-top: 40px;
}

.arc_list h2 {
    color: #333;
    position: relative;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    font-weight: normal;
}

.arc_list h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 13px;
    background: #00a29a;
    width: 160px;
}

.arc_list p {
    font-size: 32px;
    margin: 30px 0;
}

.arc_list a {
    display: block;
    width: 160px;
    height: 50px;
    margin: 50px auto;
}

.baox {
    position: fixed;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,.7);*/
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

#app .close {
    width: 70px;
}

#app .close {
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -35px;
}

.baox .arcbox {
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: auto;
    padding-bottom: 70px;
    box-sizing: border-box;
}

#app .baox .arcbox img {
    width: 100%;
}

#app .list {
    padding: 0 50px;
    margin-bottom: 40px;
}

#app .list h2 {
    font-size: 40px;
    font-weight: normal;
    position: relative;
    padding-top: 20px;
}

#app .list img {
    width: 100%;
    margin-top: 20px;
}

#app .list p {
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0;
}

#app .list h2:after {
    position: absolute;
    content: '';
    height: 10px;
    background: #479f99;
    width: 160px;
    top: 0;
    left: 0;
}

.baox .mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 0 20px;
    margin: 30px auto;
    width: 1200px;
}

.baox .mid p {
    position: relative;
    padding: 0 20px;
    flex-grow: 1;
    text-align: center;
}

.baox .mid p:last-child:after {
    display: none;
}

.baox .mid p:after {
    position: absolute;
    height: 80%;
    width: 2px;
    content: '';
    background: #000;
    top: 10%;
    right: 0;
}

.baox .mid span {
    display: block;
}

.baox .mid span:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}


#app .flex {
    display: flex;
    justify-content: space-between;
}

#app .flex div {
    width: 49%;
}




.fourClass ul {
    display: flex;
    flex-wrap: wrap;
}

.fourClass ul li {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    margin: 30px 5% 0 0;
    flex-flow: column;
    height: 250px;
}

.fourClass ul li:nth-child(2n) {
    margin-right: 0%;
}
/*.fourClass ul li img{
	width: 50px;
	height: 50px;
}*/
.fourClass p {
    margin: 0;
    color: #666;
    font-size: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.fourClass ul li div {
    font-size: 30px;
    margin: 10px 0;
}

.last {
    margin-bottom: 30px;
}

.video-js .vjs-big-play-button {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    margin: -25px 0 0 -45px;
}

#video h2 {
    margin-bottom: 30px;
}

.my-video {
    padding: 0 20px;
    box-sizing: border-box;
    height: 900px;
    width: 100%;
}

#video .swiper-pagination {
    bottom: 30px;
}

#video .swiper-button-next, #video .swiper-button-prev {
    color: #fff;
}

#video .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #9e9e9e;
}

#video .swiper-pagination-bullet-active {
    background: #fff;
}

@media screen and (max-width: 1650px) {
    .nav_sen {
        padding: 0 20px;
    }

    .arc .banner {
        padding: 0 20px;
    }

    .nav_sen .mid {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1601px) {
    .arc {
        /* width: 100%; */
        padding: 0 80px;
        /* box-sizing:border-box; */
    }

    .my-video {
        width: 100%;
        padding: 0 80px;
        height: 600px;
    }

    #configration {
        width: 100%;
        /* min-width: 1300px; */
        /*padding: 0 20px;*/
        /* box-sizing:border-box; */
    }
}

@media screen and (max-width: 1300px) {
    .nav_sen .right ul li {
        margin-right: 10px;
    }

    #nav_sen .right {
        display: none;
    }
}
/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
/*::-webkit-scrollbar
{
    width: 1px;
    height: 16px;
    background-color: #F5F5F5;
}*/

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
/*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}*/

/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
/*::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}*/

/* è½¦åž‹é…ç½®å‚æ•° */
.Modelslick1 {
    width: calc(100% - 238px) !important;
}

.Modelslick2 {
    width: calc(100% - 221px) !important;
}

#container {
    position: relative;
}

.threesixty .threesixty_images img.current-image {
    width: 80%;
}

.threesixty .threesixty_images img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cl-select {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#car360colorbox {
    /*overflow: hidden;*/
    display: inline-block;
    vertical-align: middle;
}

#car360colorbox .cl-item {
    width: 45px;
    height: 45px;
    display: inline-block;
}

#car360colorbox .cl-red {
    background: url(https://shopimg.jetour.com.cn/cms/Data/x70plus/EXT/colors/red.png) no-repeat center;
    background-size: contain;
}
#car360colorbox .cl-red.cl-cur {
    background: url(https://shopimg.jetour.com.cn/cms/Data/x70plus/EXT/colors/red_cur.png) no-repeat center;
    background-size: contain;
}

#car360colorbox .cl-black {
    background: url(../../../icon/black.png) no-repeat center;
    background-size: contain;
}
#car360colorbox .cl-black.cl-cur {
    background: url(../../../icon/black_cur.png) no-repeat center;
    background-size: contain;
}

#car360colorbox .cl-blue {
    background: url(../../../icon/blue.png) no-repeat center;
    background-size: contain;
}
#car360colorbox .cl-blue.cl-cur {
    background: url(../../../icon/blue_cur.png) no-repeat center;
    background-size: contain;
}

#car360colorbox .cl-gray {
    background: url(https://shopimg.jetour.com.cn/cms/Data/x70plus/EXT/colors/gray.png) no-repeat center;
    background-size: contain;
}
#car360colorbox .cl-gray.cl-cur {
    background: url(https://shopimg.jetour.com.cn/cms/Data/x70plus/EXT/colors/gray_cur.png) no-repeat center;
    background-size: contain;
}

#car360colorbox .cl-purple {
    background: url(../../../icon/purple.png) no-repeat center;
    background-size: contain;
}
#car360colorbox .cl-purple.cl-cur {
    background: url(../../../icon/purple_cur.png) no-repeat center;
    background-size: contain;
}

#car360colorbox .cl-white {
    background: url(../../../icon/white.png) no-repeat center;
    background-size: contain;
}
#car360colorbox .cl-white.cl-cur {
    background: url(../../../icon/white_cur.png) no-repeat center;
    background-size: contain;
}

#car360colorbox .cl-brown {
    background: url(https://shopimg.jetour.com.cn/cms/Data/x70plus/EXT/colors/brown.png) no-repeat center;
    background-size: contain;
}
#car360colorbox .cl-brown.cl-cur {
    background: url(https://shopimg.jetour.com.cn/cms/Data/x70plus/EXT/colors/brown_cur.png) no-repeat center;
    background-size: contain;
}

#car360colorbox .cl-item + p {
    display: none;
}

#car360colorbox .cl-item.cl-cur + p {
    display: block;
}

#car360colorbox .cl-item:hover + p {
    display: block;
}

#car360colorbox li {
    float: left;
    width: 50px;
    cursor: pointer;
    text-align: center;
    margin: 0 10px;
    position: relative;
}

#car360colorbox li p {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
}

#tabfilemain {
    position: absolute;
    z-index: 99;
    width: 240px;
    height: 50px;
    border: 1px solid #00a29a;
    background: #fff;
    color: #000;
    border-radius: 5px;
    left: 50%;
    margin: 60px 0 0 -120px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

#tabfilemain li.active {
    background: #00a29a;
    color: #fff;
}

#tabfilemain li {
    width: 50%;
    float: left;
}

.billBox {
    position: relative;
}

.fliePic {
    display: none;
}

.tabList {
    height: 100%;
}
