body,html{color:#333;margin:0;padding:0;font:14px/26px Microsoft YaHei,PingFangSC-Regular,SimSun,san-serif;background: #FFF;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
ul,ol,li{list-style-type:none}
address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
img{border:0 none;max-width: 100%;}
h1,h2,h3,h4,h5,h6{font-size:14px;}
object,textarea,img,iframe{vertical-align: top;}
textarea{overflow: auto;}
a{text-decoration:none;color:#333;outline: none;transition: all .3s;}
a:hover{text-decoration:none;color:#ff9009;}
.wrap{width: 1200px;max-width: 1200px;margin: 0 auto;}
input[type=submit]:hover{opacity:0.9;filter:Alpha(opacity=90);cursor: pointer;}
.checkbox,.radio{width:13px;height:13px;vertical-align:-2px;*vertical-align:-1px;}
.l{float:left;_display: inline;} .r{float:right;_display: inline;}
.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank70,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}
.blank50{height:50px;}.blank60{height:60px;}.blank70{height:70px;}
.por{position: relative;} .owfl{ overflow:hidden;} .tl{text-align: left; } .tc{text-align: center; } .tr{text-align: right; }.center{margin: 0 auto;}
html::-webkit-scrollbar {
    width: 10px;
}
html::-webkit-scrollbar-track {
    background: rgb(179, 177, 177);
    border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover {
    background: rgb(100, 100, 100);
    border-radius: 10px;
}
html::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}
*{
    box-sizing: border-box;
}
.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.align-center{
    align-items: center;
}
.align-start{
    align-items: flex-start;
}
.align-end{
    align-items: flex-end;
}
.align-baseline{
    align-items: baseline;
}
.flex-column{
    flex-direction: column;
}
.flex-shrink{
    flex-shrink: 0;
}
#top{
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 9;
    cursor: pointer;
}
#top .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #3c3c3c;
    color: #FFF;
    border-radius: 5px;
}
#top .icon i{
    font-size: 24px;
}
.hover-img{
    overflow: hidden;
}
.hover-img img{
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
}
.hover-img:hover img{
    transform: scale(1.1);
}

@font-face{
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:14px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.head{
    height: 60px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    background: rgba(8, 13, 36, .7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    backdrop-filter: blur(10px);
}
.head .logo img{
    height: 57px;
}
.head .nav-item{}
.head .nav-item ul li{}
.head .nav-item ul li a{
    color: #FFF;
    padding: 5px 20px;
}
.head .nav-item ul li a:hover{
    color: #ff9009;
}
.head .nav-item ul li a.on{
    color: #ff9009;
}
.head .tel{
    margin-left: 30px;
}
.head .tel a{
    background: #000;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
}



.swiper-button-next, .swiper-button-prev{
    color: #FFF;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px;
}
.swiper-pagination-bullet-active{
    background: #ff9009;
}



.title{
    position: relative;
}
.title:before{
    content: "";
    width: 40px;
    height: 4px;
    border-radius: 20px;
    background: #ff9009;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.title .t{
    font-size: 30px;
    font-weight: bold;
}
.title .p{
    font-size: 15px;
    color: #888;
    padding-top: 5px;
    padding-bottom: 15px;
}



.p30{
    padding: 30px 0;
}


.serve{}
.serve-box{
    margin-top: 30px;
    flex-flow: row wrap;
}
.serve-box .item{
    background: #000;
    color: #FFF;
    width: 380px;
    border-radius: 15px;
    position: relative;
}
.serve-box .item img{
    border-radius: 15px;
}
.serve-box .item .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 20px 20px 20px;
    background: linear-gradient(0deg,#000000d9 0,#0000004d 50%,#00000026 65%,#00000013 75.5%,#00000009 82.85%,#00000005 88%,#0000);
    z-index: 2;
    border-radius: 0 0 15px 15px;
}
.serve-box .item .text .t{
    font-size: 20px;
    font-weight: bold;
}
.serve-box .item .text .p{
    line-height: 20px;
    padding-top: 10px;
}
.serve-box .item a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.serve-card{
    border: 1px solid #dedede;
    border-radius: 20px;
    margin-top: 30px;
}
.serve-card ul{
    flex-flow: row wrap;
}
.serve-card ul li{
    text-align: center;
    width: 25%;
    border-left: 1px solid #dedede;
    padding: 20px 0;
}
.serve-card ul li:nth-child(n+5){
    border-top: 1px solid #dedede;
}
.serve-card ul li.no-bdl{
    border-left: none;
}
.serve-card ul li i{
    font-size: 40px;
    line-height: 1;
    color: #ff9009;
}
.serve-card ul li .text{
    padding-top: 10px;
}
.serve-card ul li .text .t{
    font-size: 16px;
    line-height: 1;
}


.index-car{
    background: #f3f3f3;
}
.index-car-box{
    margin-top: 30px;
}
.index-car-box img{
    border-radius: 6px;
}
.index-car-box .item_1{
    width: 590px;
    border-radius: 6px;
}
.index-car-box .item_1 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    color: #FFF;
    justify-content: space-between;
    background: linear-gradient(0deg,#000000d9 0,#0000004d 50%,#00000026 65%,#00000013 75.5%,#00000009 82.85%,#00000005 88%,#0000);
    z-index: 2;
    border-radius: 0 0 6px 6px;
    font-size: 18px;
}
.index-car-box .left{
    width: 600px;
    flex-flow: row wrap;
    margin: -10px;
}
.index-car-box .item{
    position: relative;
    width: calc(300px - 20px);
    margin: 10px;
    border-radius: 6px;
}
.index-car-box .item .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    color: #FFF;
    justify-content: space-between;
    background: linear-gradient(0deg,#000000d9 0,#0000004d 50%,#00000026 65%,#00000013 75.5%,#00000009 82.85%,#00000005 88%,#0000);
    z-index: 2;
    border-radius: 0 0 6px 6px;
}
.index-car-box a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.index-car .more{
    margin-top: 30px;
    margin-bottom: 20px;
}
.index-car .more a{
    background: #FFF;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    border: 2px solid #3c3c3c;
}
.index-car .more a i{
    font-size: 16px;
}
.index-car .more a:hover{
    border: 2px solid #ff9009;
    background: #ff9009;
    color: #333;
}


.strength-box{
    margin-top: 30px;
}
.strength-box ul{
    flex-flow: row wrap;
}
.strength-box ul li{
    width: 50%;
}
.strength-box ul li .left{
    width: 50%;
    background: #f3f3f3;
}
.strength-box ul li .text{
    padding: 20px;
    position: relative;
}
.strength-box ul li .text:before{
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 20px;
    background: #ff9009;
}
.strength-box ul li .text .t{
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}
.strength-box ul li .text .p{
    font-size: 16px;
    line-height: 26px;
}
.strength-box ul li .right{
    width: 50%;
}

/*品牌*/
.brand{
    background-image: url("../bgimg/brand_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.brand-card{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.brand .title,.brand .title .p{
    color: #FFF;
}
.brand-box{
    margin-top: 30px;
}
.brand-box ul{
    flex-flow: row wrap;
}
.brand-box ul li{
    background: #f8f8f8;
    width: 228px;
    border: 1px solid #dedede;
    text-align: center;
    margin-left: 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.brand-box ul li .text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,.8);
    transform: translateY(100%);
    transition: all 0.35s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.brand-box ul li:hover .text{
    transform: translateY(0);
}
.brand-box ul li:nth-child(5n+1){
    margin-left: 0;
}
.brand-box ul li:nth-child(n+6){
    margin-top: 15px;
}
.brand-box ul li img{
    border-radius: 5px;
}


.index-news-box{
    margin-top: 30px;
    background: #FFF;
}
.index-news-box .left{
    width: 590px;
    position: relative;
}
.index-news-box .left .left-img{
    height: 281px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.index-news-box .left .text{
    border: 1px solid #dedede;
    border-top: none;
    padding: 20px;
}
.index-news-box .left .text .t{
    font-size: 18px;
    font-weight: bold;
}
.index-news-box .left .text .p{
    color: #888;
    line-height: 26px;
}
.index-news-box .left a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.index-news-box .left:hover .text .t{
    color: #ff9009;
}
.index-news-box .right{
    width: 590px;
}
.index-news-box .right ul{}
.index-news-box .right ul li{
    align-items: center;
    border: 1px solid #ddd;
    position: relative;
}
.index-news-box .right ul li .date{
    width: 80px;
    background: #DDDDDD;
    padding: 10px 0;
    font-family: "Arial";
    height: 100%;
}
.index-news-box .right ul li .date .d{
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
}
.index-news-box .right ul li .date .y-m{
    line-height: 1;
    font-size: 12px;
    padding-top: 6px;
}
.index-news-box .right ul li .text{
    flex: 1;
    padding: 15px;
    overflow: hidden;
}
.index-news-box .right ul li .text .t{
    font-weight: bold;
    line-height: 1;
}
.index-news-box .right ul li .text .p{
    line-height: 1;
    padding-top: 8px;
    color: #888;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-box .right ul li:nth-child(n+2){
    margin-top: 15px;
}
.index-news-box .right ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.index-news-box .right ul li:hover{
    border-color: #ff9009;
}
.index-news-box .right ul li:hover .date{
    background: #ff9009;
    color: #FFF;
}
.index-news-box .right ul li:hover .text .t{
    color: #ff9009;
}


/*底部*/
.footer-form{
    background: #080d24 url("../bgimg/footer_form.jpg") no-repeat center;
    padding: 30px 0;
    border-bottom: 1px solid #16225c;
    color: #e9ecfd;
}
.footer-form ul{}
.footer-form ul li{}
.footer-form ul li:nth-child(n+2){
    margin-left: 30px;
}
.footer-form ul li span{
    display: block;
}
.footer-form ul li input{
    padding: 10px 12px;
    border-radius: 6px;
    border: none;
    background: #FFF;
}
.footer-form .footer-form-btn{
    background: rgba(255, 144, 9, 0.9);
    color: #FFF;
    border: none;
    padding: 0 30px;
    height: 39px;
    line-height: 39px;
    border-radius: 6px;
    cursor: pointer;
}
.footer-form .footer-form-btn:hover{
    background: rgba(255, 144, 9, 1);
}
.footer-form .left{
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 0 30px;
    border-radius: 6px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
}
.footer-form .left{}

.footer{
    background: #080d24;
    color: #FFF;
}
.footer .link{
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #16225c;
}
.footer .link .t{
    border-left: 3px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}
.footer .link .linka a{
    color: #FFF;
    margin-right: 10px;
    display: inline-block;
}
.footer-box{
    /*padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #16225c;*/
}
.footer-box .left{}
.footer-box .left .logo{
    height: 40px;
    margin-bottom: 10px;
}
.footer-box .left .p{
    padding-top: 5px;
}
.footer-box .left .tel{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}
.footer-box .right{}
.footer-box .right li{
    margin-left: 20px;
}
.footer-box .right .t{
    font-size: 12px;
}
.footer-box .right .qrcode img{
    width: 80px;
}

.footer-nav{
    width: 400px;
}
.footer-nav ul li{
    margin-right: 100px;
}
.footer-nav ul li .t{
    color: #777;
    font-size: 20px;
}
.footer-nav ul li a{
    display: block;
    color: #FFF;
    font-size: 16px;
    margin-top: 8px;
}
.copyright{
    background: #080d24;
    color: #9da6d4;
    border-top: 1px solid #16225c;
    padding: 20px 0;
    font-size: 12px;
}
.copyright a{
    color: #9da6d4;
}



/*内页*/

/*车型搜索*/
.car-search{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
    z-index: 3;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.car-search input{
    border: 1px solid #dedede;
    padding: 10px 10px 10px 40px;
    border-radius: 60px;
    width: 100%;
}
.car-search button{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: none;
    z-index: 2;
    line-height: 1;
}
.car-search button i{
    color: #ff9009;
}

/*车型*/
.car-select{
    padding: 20px;
    font-size: 12px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    background: #FFF;
    margin-top: -140px;
    position: relative;
    z-index: 5;
}
.car-select ul li:nth-child(n+2){
    margin-top: 10px;
}
.car-select ul li a{
    display: inline-block;
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
    font-size: 12px;
}
.car-select ul li a.active{
    background: #ff9009;
    color: #FFF;
}
.search{
    position: relative;
    margin-bottom: 15px;
}
.search input{
    border: 1px solid #dedede;
    padding: 8px 10px 8px 30px;
    border-radius: 6px;
    width: 100%;
}
.search button{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: none;
    z-index: 2;
}

/*车型一级页*/
.car-home{
    padding: 40px 0;
}
.car-home ul{
    flex-flow: row wrap;
    margin: -20px;
}
.car-home ul li{
    width: calc(50% - 40px);
    margin: 20px;
    background: #FFF;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 2px 0 rgba(0, 0 , 0, .1);
    overflow: hidden;
}
.car-home ul li .img{
    overflow: hidden;
    height: 387px;
}
.car-home ul li .img img{
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    width: 100%;
    object-fit: cover;
}
.car-home ul li .text{
    padding: 20px;
    line-height: 1;
}
.car-home ul li .text .price{
    color: #999;
}
.car-home ul li .text .tit{
    font-size: 18px;
    padding: 15px 0 25px 0;
}
.car-home ul li .text .tag-label i{
    background: rgb(117, 117, 117);
    color: #FFF;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px;;
}
.car-home ul li .text .color .left i{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 100%;
    transform: translateY(-1px);
}
.car-home ul li .text .color .right{
    font-size: 12px;
}
.car-home ul li .text .color .right i{
    font-size: 12px;
}
.car-home ul li:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0 , 0, .1);
}
.car-home ul li:hover .tit{
    color: #ff9009;
}
.car-home ul li:hover .img img{
    transform: scale(1.05);
}
.car-home ul li .tag {
    text-align: center;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ff9009;
    color: #fff;
    width: 80%;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: -200px;
    transform: rotate(45deg);
    letter-spacing: 5px;
    box-shadow: 0 0 10px 0 rgba(226, 26, 26, 0.2);
    z-index: 1;
}

.car-home ul li .tag-istop {
    top: 15px;
    left: -200px;
    right: auto;
    transform: rotate(-45deg);
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ea3447;
}

.car-home ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*车型二级页*/
.car-info{
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    background: #FFF;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}
.car-info .left{}
.car-info .left img{
    height: 100px;
}
.car-info .left .text{
    padding-left: 20px;
    line-height: 1;
}
.car-info .left .text .t{
    font-size: 22px;
}
.car-info .left .text .p{
    font-size: 14px;
    color: #ff9009;
    padding-top: 15px;
}
.car-info .left .text .p i{
    font-size: 20px;
}

/*列表*/
.car-list ul{
    display: flex;
    flex-flow: row wrap;
    margin: -10px;
}
.car-list ul li{
    width: calc(25% - 20px);
    margin: 10px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.car-list ul li .img{
    overflow: hidden;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.car-list ul li img{
    border-radius: 10px;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    object-fit: cover;
    height: 180px;
}
.car-list ul li .text{
    font-size: 18px;
}
.car-list ul li .text .price{
    font-size: 14px;
    color: #999;
}
.car-list ul li .text .tit{
    padding-top: 15px;
    padding-bottom: 30px;
}
.car-list ul li .color{
    font-size: 12px;
    color: #777;
}
.car-list ul li .color span.left i{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 3px;
}
.car-list ul li .color span.right i{
    font-size: 12px;
}
.car-list ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.car-list ul li:hover{
    box-shadow: 0 0 10px 0 rgba(229, 123, 47, 0.3);
}
.car-list ul li:hover .img img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.car-list ul li:hover .text .t{
    color: #ff9009;
}
.car-list ul li .badge{
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 30px;
    /* 透明遮罩+soft-light 给标签打上一层高光 */
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ea3447;
    background-blend-mode: soft-light;
    display: inline-block;
    border-radius: 10px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.car-list ul li .istop{
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ff9009;
}



.car-head{}
.car-head .left{
    width: 50%;
    position: relative;
    transition: all .2s ease-out;
}

.car-head .left .view-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    background: none;
    border: none;
    cursor: pointer;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);*/
    transition: all .2s ease-out;
    -webkit-filter: drop-shadow(0 2px 2px #1a1a1a);
    filter: drop-shadow(0 2px 2px #1a1a1a);
}
.car-head .left .view-btn i{
    font-size: 30px;
    line-height: 1;
    color: #FFF;
}
.car-head .left .view-btn:hover i{
    color: #ff9009;
}
.car-head .left img{
    border-radius: 10px;
}
.car-head .mySwiper2 .swiper-slide{
    height: 400px;
}
.car-head .mySwiper2 .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.car-head .mySwiper{
    margin-top: 10px;
}
.car-head .mySwiper .swiper-slide{
    background: #000;
    border-radius: 10px;
    cursor: pointer;
}
.car-head .mySwiper .swiper-slide img{
    opacity: .6;
    object-fit: cover;
    width: 100%;
    height: 100px;
}
.car-head .mySwiper .swiper-slide-thumb-active img{
    opacity: 1;
}
.car-head .right{
    width: 50%;
    margin-left: 20px;
    flex-direction: column;
}
.car-head .right h1{
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    display: flex;
}
.car-head .right h1 span.badge{
    margin-right: 10px;
    font-weight: 500;
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ea3447;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
    color: #FFF;
    transform: translateY(2px);
}
.car-head .right h1 span.istop{
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ff9009;
}
.car-head .right .price{
    padding: 20px 0 2px 0;
}
.car-head .right .price span{
    line-height: 1;
}
.car-head .right .price span:nth-child(1){
    font-size: 30px;
}
.car-head .right .price span:nth-child(1) i{
    font-size: 16px;
}
.car-head .right .price span:nth-child(2){
    background: #4c4c4c;
    color: #eeeeee;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 12px;
    transform: translateY(-6px);
    margin-left: 20px;
}
.car-head .right .text{
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    color: #999;
    margin-bottom: 10px;
}
.car-head .right .layui-table .badge{
    background: #255dd9;
    color: #eeeeee;
    border-radius: 5px;
    padding: 6px;
    font-size: 12px;
}
.car-head .right .layui-table .tag-car span{
    background: #000;
    color: #eeeeee;
    border-radius: 5px;
    padding: 6px;
    font-size: 12px;
    margin-right: 10px;
    text-shadow: black 0.1em 0.1em 0.2em
}
.car-head .right .layui-table .tag-color span{
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 100%;
    color: #FFF;
    width: 16px;
    height: 16px;
    transform: translateY(3px);
}



/*全屏模式*/
.fullscreen .mySwiper2{
    height: 90%;
}
.fullscreen .mySwiper2 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.fullscreen .mySwiper2 .swiper-slide img{
    width: auto;
    height: auto;
}
.fullscreen .mySwiper{
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fullscreen .mySwiper .swiper-slide{
    width: auto!important;
}
.fullscreen .mySwiper .swiper-wrapper{
    width: auto;
}

/*租车表单*/
.res-btn{
    margin-top: 20px;
}
.res-btn span{
    background: #ff9009;
    color: #FFF;
    font-size: 18px;
    padding: 12px 50px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
}
.res-btn span i{
    font-size: 18px;
}

.res-form{
    padding: 25px;
}
.res-form .tit{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.res-form .left,.res-form .right{
    width: 50%;
}
.res-form .left{
    border-right: 1px solid #dedede;
    padding-right: 30px;
}
.res-form .left li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.res-form .left li span{
    display: inline-block;
    width: 50px;
}
.res-form .left li span i{
    color: #f00;
}
.res-form .left li input{
    padding: 12px 10px;
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.res-form .left li input:focus{
    border: 1px solid #ff9009;
}
.res-form .left .btn{
    background: #ff9009;
    color: #FFF;
    font-size: 16px;
    width: 100%;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.res-form .right{
    padding-left: 30px;
}
.res-form .right p{
    padding-bottom: 5px;
}
.res-form .right .tel span{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: #ff9009;
    color: #FFF;
    border-radius: 5px;
    padding: 8px 10px;
    display: inline-block;
}
.res-form .right .tel span i{
    font-size: 22px;
}

/*推荐方案*/
.car-program{
    margin-top: 30px;
    margin-bottom: 40px;
}
.car-program ul{
    flex-flow: row wrap;
    margin: -20px;
}
.car-program ul li{
    width: calc(33.333% - 40px);
    margin: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    background: #FFF;
    border-radius: 10px;
    position: relative;
}
.car-program ul li .text{
    position: absolute;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6px);
}
.car-program ul li .text .t{
    font-size: 22px;
    font-weight: bold;
}
.car-program ul li .text .p{
    font-size: 16px;
    width: 300px;
    padding-top: 20px;
}
.car-program ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.car-program ul li.active .text{
    background: rgba(255, 144, 9, 0.8);
}

/*详情服务*/
.car-serve{
    background: #000 url("../bgimg/car-serve.jpg") no-repeat center;
    background-size: cover;
    color: #FFF;
    padding: 40px 0;
}
.car-serve-box{
    margin-top: 30px;
}
.car-serve-box ul{
    flex-flow: row wrap;
    margin: -10px;
}
.car-serve-box ul li{
    background: rgba(82, 82, 82, 0.3);
    backdrop-filter: blur(10px);
    width: calc(25% - 20px);
    margin: 10px;
    text-align: center;
    padding: 30px 0;
    border-radius: 15px;
}
.car-serve-box ul li .icon{
    background: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.car-serve-box ul li i{
    font-size: 25px;
    line-height: 1;
}
.car-serve-box ul li .text{}
.car-serve-box ul li .text .t{
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 6px;
}
.car-serve-box ul li .text .p{}



.faq{
    margin: 40px 0;
}
.faq .t{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.faq .faq-item{}
.faq .faq-item li{
    border: 3px solid #ff9009;
    padding: 20px;
    border-radius: 20px;
    margin-top: 25px;
    cursor: pointer;
}
.faq .faq-item .q{
    line-height: 40px;
    font-size: 16px;
}
.faq .faq-item .q span:nth-child(1){
    width: 40px;
    height: 40px;
    line-height: 1;
    background: #ff9009;
    color: #FFF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 15px;
}
.faq .faq-item .q span.tit{
    flex: 1;
    font-weight: bold;
}
.faq .faq-item .q span.icon{
    position: relative;
    width: 20px;
}
.faq .faq-item .q span.icon:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #ff9009;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq .faq-item .q span.icon:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #ff9009;
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.faq .faq-item .a{
    opacity: 0;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 0;
    line-height: 40px;
    font-size: 16px;
    align-items: center;
}
.faq .faq-item .a span:nth-child(1){
    width: 40px;
    height: 40px;
    line-height: 1;
    background: rgba(255, 144, 9, 0.05);
    border: 2px solid #ff9009;
    color: #ff9009;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 15px;
}
.faq .faq-item .a .a-text{
    flex: 1;
    line-height: 1.3;
    color: #777;
}
.faq .faq-item .open{}
.faq .faq-item .open .a{
    opacity: 1;
    height: 40px;
    margin-top: 15px;
}
.faq .faq-item .open .q span.icon:after{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}



/*租车方案*/
.program{}
.program_1{
    padding: 40px 0;
}
.program_1_1_box{
    margin-top: 30px;
}
.program_1_1_box ul{
    flex-flow: row wrap;
    margin: -10px;
}
.program_1_1_box ul li{
    width: calc(200px - 20px);
    margin: 10px;
    text-align: center;
}
.program_1_1_box ul li .icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #4e4e4e;
}
.program_1_1_box ul li .icon i{
    font-size: 26px;
    color: #FFF;
}
.program_1_1_box ul li .text{
    padding-top: 10px;
}
.program_1_1_box ul li .t{
    font-size: 18px;
    font-weight: bold;
    color: #ff9009;
}
.program_1_1_box ul li .p{
    line-height: 1.2;
    padding-top: 10px;
}

.program_1_2{
    background: #f3f3f3;
    padding: 40px 0;
    margin: 40px 0;
}
.program_1_2 .left,.program_1_2 .right{
    width: 50%;
}
.program_1_2 .tit{
    border-left: 5px solid #ff9009;
    padding-left: 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
.program_1_2 .left{
    padding-right: 30px;
    flex-direction: column;
    justify-content: center;
}
.program_1_2 .left .text{
    font-size: 16px;
}
.program_1_2 .left .text p{
    margin-bottom: 15px;
}
.program_1_2 .left .item{}
.program_1_2 .left .item ul{
    flex-flow: row wrap;
    margin: -10px;
}
.program_1_2 .left .item ul li{
    width: calc(25% - 20px);
    margin: 10px;
}
.program_1_2 .left .item ul li img{
    border-radius: 10px;
}

.program_1_3{
    padding: 0;
    margin: 0;
    background: none;
}
.program_1_3 .left{
    padding-right: 0;
    padding-left: 30px;
}


/*豪车婚庆*/
.program_2{
    padding: 40px 0;
}
.program_2_1 .title:before{
    background: #f81477;
}
.program_2_1_box{
    margin-top: 30px;
}
.program_2_1_box ul{
    flex-flow: row wrap;
    margin: -10px;
}
.program_2_1_box ul li{
    width: calc(25% - 20px);
    margin: 10px;
    text-align: center;
}
.program_2_1_box ul li .icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    background: #f81477;
}
.program_2_1_box ul li .icon i{
    font-size: 26px;
    color: #FFF;
}
.program_2_1_box ul li .text{
    padding-top: 10px;
}
.program_2_1_box ul li .t{
    font-size: 18px;
    font-weight: bold;
    color: #f81477;
}
.program_2_1_box ul li .p{
    line-height: 1.2;
    padding-top: 10px;
}

.program_2_2 .tit{
    border-color: #f81477;
}

/*静展拍摄*/
.program_3_1{}
.program_3_1 .title:before{
    background: #0ae8ba;
}
.program_3_1_box{
    padding-top: 30px;
}
.program_3_1_box .text{
    font-size: 18px;
}
.program_3_2{
    margin-top: 30px;
}
.program_3_2 ul{
    flex-flow: row wrap;
    margin: -10px;
}
.program_3_2 ul li{
    width: calc(50% - 20px);
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}


/*新闻*/
.news-top{
    border-bottom: 1px solid #ddd;
}
.news-top .news-sort{
    height: 60px;
}
.news-top .news-sort .left a{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 10px;
}
.news-top .news-sort .left a.on{
    background: #ff9009;
}
.news-list ul{
}
.news-list ul li{
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.news-list ul li:before{
    content: '';
    width: 0;
    height: 100px;
    background: #ff9009;
    transition: all .3s;
    position: absolute;
    left: 0;
}
.news-list ul li:nth-child(n+2){
    margin-top: 25px;
}
.news-list ul li:nth-child(2n+2){
    background: #f5f5f5;
}
.news-list ul li .date{
    padding: 10px 0;
    font-family: "Arial";
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: 100px;
    position: relative;
}
.news-list ul li .date:before{
    content: '';
    width: 2px;
    height: 100px;
    background: #ececec;
    position: absolute;
    right: 0;
}
.news-list ul li .date .d{
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.news-list ul li .date .y-m{
    line-height: 1;
    padding-top: 6px;
    z-index: 2;
}
.news-list ul li .text{
    flex: 1;
    padding: 15px;
    margin-left: 36px;
    position: relative;
    z-index: 2;
}
.news-list ul li .text .t{
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    transition: all .4s;
}
.news-list ul li .text .p{
    line-height: 1.2;
    padding-top: 8px;
    color: #888;
    transition: all .4s;
}
.news-list ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.news-list ul li:hover{
    border-color: #ff9009;
}
.news-list ul li:hover:before{
    width: 100%;
    right: 0;
}
.news-list ul li:hover .date:after{
    background: #ff9009;
    color: #FFF;
}
.news-list ul li:hover .text .t{
    color: #FFF;
}
.news-list ul li:hover .text .p{
    color: #ffe5c9;
}

.news-box{
    width: 700px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 6px;
}
.news-show{
    padding: 25px;
}
.news-show h1{
    font-size: 26px;
    font-weight: bold;
}
.news-show .date{
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}
.news-show .date span{
    padding: 0 10px;
    color: #999;
    font-size: 12px;
}
.news-show .news-wrap .info{
    font-size: 16px;
}
.news-show .news-tag{
    margin: 30px 0;
}
.news-show .news-tag a{
    display: inline-block;
    background: #ddd;
    padding: 0px 10px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 8px;
    border: 1px solid #ddd;
}
.news-show .news-tag a:hover{
    background: #FFF;
    border: 1px solid #ff9009;
    color: #ff9009;
}
.news-show .news-wrap .news-page a{
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #dedede;
    border-radius: 50px;
    font-size: 12px;
    width: 40%;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-show .news-wrap .news-page a i{
    font-size: 12px;
}
.news-show .news-wrap .news-page a:hover{
    background: #ff9009;
    border-color: #ff9009;
    color: #FFF;
}

.news-related{
    width: 700px;
    margin: 0 auto;
}
.news-related .tit{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    padding-bottom: 10px;
}
.news-related-box{
    margin-top: 20px;
}
.news-related-box ul{
    flex-flow: row wrap;
    margin: -10px;
}
.news-related-box ul li{
    width: calc(50% - 20px);
    margin: 10px;
    background: #FFF;
    border-radius: 6px;
    padding: 15px;
    position: relative;
}
.news-related-box ul li .date{
    color: #777;
}
.news-related-box ul li .t{
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.news-related-box ul li .p{
    color: #999;
    line-height: 1.2;
    padding: 15px 0;
}
.news-related-box ul li .more span{
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 6px;
    color: #333;
    line-height: 1;
}
.news-related-box ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.news-related-box ul li:hover .more span{
    color: #ff9009;
    border-bottom: 1px solid #ff9009;
}


/*关于我们*/
.about-box{
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

.about-section{
    position: relative;
    background: #F0F0F0;
}
.about-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 168px;
    background-color: #fff;
    z-index: 1;
}
.about-section:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    bottom: 0;
    height: 505px;
}
.about{
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
    margin-bottom: 108px;
}
.about .pic{
    width: 50vw;
    border-radius: 11px 0 0 11px;
    overflow: hidden;
    border: solid 1px #BCBCBC;
}
.about .pic img{
    object-fit: cover;
    width: 50vw;
    height: 35vw;
    max-height: 671px;
}
.about .left{
    width: 525px;
    /*width: calc(45vw - 140px);*/
    margin-right: min(5vw,83px);
}
.about .left .tit{
    font-size: 44px;
    line-height: 1;
    letter-spacing: .04em;
    padding: 62px 0;
}
.about .left .tit span{
    position: relative;
    display: block;
    font-weight: 800;
    padding-left: .75em;
}
.about .left .tit span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 1em;
    margin-top: -.5em;
    background-color: #ff9009;
    border-radius: 6px;
}
.about .left .txt{
    text-indent: 2em;
    font-size: 16px;
    margin-top: 45px;
    margin-bottom: 2em;
    letter-spacing: 0em;
}
.about .left .txt p{
    padding-top: 10px;
}
.about .left .example{
    padding: 24px;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.about .left .example .sub{
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1em;
}
.about .left .example p{
    font-size: 18px;
    line-height: 1.4;
}

.about-item{
    max-width: 1240px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 50px;
    width: calc(100% - 160px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.about-item .item{
    width: 30%;
}
.about-item .item .num{
    position: relative;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    padding-left: 0.75em;
    margin-bottom: 1.5em;
}
.about-item .item .num:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 1em;
    margin-top: -0.5em;
    background-color: #ff9009;
}
.about-item .item .pic{
    border-radius: 11px;
    overflow: hidden;
    z-index: 1;
    border: solid 1px #707070;
}
.about-item .item .md{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 1.125em 0;
}
.about-item .item .txt{
    font-size: 12px;
    letter-spacing: .0em;
    line-height: 1.76;
}
.about-btn{
    margin-top: 93px;
    position: relative;
    z-index: 2;
}
.about-btn a{
    display: block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 1.25em 0;
    margin: 0 auto;
    max-width: 400px;
    line-height: 1;
    color: #fff;
    background-color: #393A3A;
    border-radius: 17px;
    transition: all 0.2s linear;
}
.about-btn a:hover{
    opacity: 1;
    background-color: #ff9009;
    color: #393A3A;
}

.about-section2{
    margin-top: 100px;
}
.about-section2 .about{
    flex-direction: row;
}
.about-section2 .about .left{
    margin-left: min(5vw,83px);
    margin-right: 0px;
}
.about-section2 .about .pic{
    border-radius: 0 11px 11px 0;
}


/*联系我们*/
.contact-head{
    background: #f3f3f3;
    border-radius: 15px;
    padding: 35px 20px;
}
.contact-head ul{
    flex-flow: row wrap;
    margin: -10px;
}
.contact-head ul li{
    width: calc(33.333% - 20px);
    margin: 10px;
    text-align: center;
}
.contact-head ul li .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #ff9009;
    color: #FFF;
    border-radius: 100%;
}
.contact-head ul li .icon i{
    font-size: 30px;
    line-height: 1;
}
.contact-head ul li .tit{
    padding: 8px 0;
    font-size: 16px;
}
.contact-head ul li .tel{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.contact-head ul li .address{
    font-size: 12px;
}
.contact-head ul li .qrcode{
    height: 118px;
}
.bdmap{
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid #ff9009;
    margin-top: 30px;
}
.bdmap #map{
    height: 360px;
}
.bdmap #map img{
    max-width: none;
}


/*在线预约*/
.reserve{
    padding: 30px 0;
}
.reserve .tit{
    font-size: 28px;
    font-weight: bold;
    /*border-left: 0.1rem solid #ff9009;*/
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1;
}
.reserve .tit:before{
    content: '';
    width: 5px;
    height: 28px;
    background: #ff9009;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 3px;
}
.reserve-form{}
.reserve-form ul{
    display: flex;
    flex-flow: row wrap;
    margin: -20px;
}
.reserve-form ul li{
    display: flex;
    align-items: center;
    width: calc(50% - 40px);
    margin: 20px;
}
.reserve-form ul li span{
    width: 60px;
}
.reserve-form ul li span i{
    color: #f00;
}
.reserve-form ul li input{
    flex: 1;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
}
.reserve-form ul li input:focus{
    border: 1px solid #ff9009;
}
.reserve-form-btn{
    background: #ff9009;
    color: #FFF;
    border: none;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
}


/*分页*/
.page{
    margin-top: 30px;
}
.page-box{}
.page-box a{
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 0 3px;
    background: #FFF;
}
.page-box a:hover{
    color: #FFF;
    background: #ff9009;
    border-color: #ff9009;
}
.page-box a.page-num-current{
    color: #FFF;
    background: #ff9009;
    border-color: #ff9009;
}
.no-content{
    margin: 50px 0;
}
.no-content .text i{
    font-size: 80px;
    line-height: 1;
    color: #ff9009;
}
.no-content .text p{
    font-size: 16px;
    padding-top: 10px;
    color: #999;
}






