.text-hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .text-hidden-2 {
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.head {
    height: 90px;
    background: #ffffff;
    z-index: 5;
    background-color: #000000;
}

.head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 1200px;

}

.head-logo {
    width: 260px;
    height: 59px;
}

.head-logo img {
    width: 100%;
    height: 100%;
}

.head-city {
    display: flex;
    align-items: center;
}

.city-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid #b9b9b9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-top: 0px;
}

.head-phone {
    display: flex;
    font-size: 24px;
    color: #00A2E9;
    cursor: pointer;
}

.head-phone img {
    width: 130px;
}

.head-guonei {
    background-color: #303132;
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}

.head-guonei a {
    color: #fff;
}

.head-icon {
    width: 26px;
    height: 33px;
}

.head-icon img {
    width: 100%;
    height: 100%;
}

.head-message {
    margin-left: 11px;
}

.head-city-left {
    max-width: 104px;
    display: flex;
    align-items: center;
}

.head-title {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(132, 132, 132, 1);
}

.head-telphone {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.head-right {
    display: flex;
    align-items: center;
}

.head-fcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-guo {
    color: #c6c6c6;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-guo .guo-tab {
    padding: 0 16px;
    width: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.head-guo .guo-tab img {
    width: 26px;
    height: 19px;
}

.head-guo .guo-tab .zh {
    text-align: center;
}

.language .back {
    margin-right: 28px;
    margin-top: 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.language {
    position: relative;
}



.h5-language-list {
    display: none;
    position: absolute;
    left: -120px;
    top: 70px;
    width: 260px;
    background-color: #FFF;
    z-index: 100;
}

.h5-language-list-box {
    margin: 10px 20px;
}

.h5-language-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 8px;
    border-bottom: 1px dashed #919191;
    cursor: pointer;
}

.h5-language-item img {
    width: 30px;
    height: 20px;
    margin-right: 10px;
}

.h5-language-item:last-child {
    border-bottom: none;
}

.head-all {
    display: flex;
    margin-right: 30px;
}

.head-city input {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;

    width: 100%;
    background: url(../../images/icon_nabla.png) no-repeat 99% center;
    background-size: 8px 5px;
    cursor: pointer;
    color: #fff;
}

#app {
    margin: 0 auto;
}

.x-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}

.pop-x-icon {
    right: 215px;
    top: 610px;
}

.box-title {
    position: relative;
    margin-top: 68px;
    margin-bottom: 68px;
}


.box-title h4 {
    width:100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1EA5E2;
    line-height: 40px;
    font-family: 思源黑体 CN, 思源黑体 CN-Bold;
    position: relative;
}

.box-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    width: 256px;
    height: 18px;
    background: url(../../image/title-bg.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}

.fcc-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box1-content {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.box1-content .item {
    width: 580px;
    height: 590px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 15px;
}

.box1-content .label {
    width: 230px;
    height: 81px;
    background-color: #00adff;
    border-radius: 0px 15px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 5px;
    color: #fff;
}

.box1-content .img {
    margin: 15px;
    width: 550px;
    height: 350px;
    position: relative;
}

.box1-content .img .el-image {
    position: static;
}

.box1-content .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 316px;
    background-color: #00adff;
    border-radius: 10px;
}

.box1-content p {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 1px;
    color: #333333;
    margin: 0 15px;
    width: 500px;
}

.top {
    min-height: 368px;
    height: 590px;
    overflow: hidden;
}



.top ul li.top-box-1{
    overflow: hidden;
    background: url("https://xinjiam.engagecars.com/haiwai4/banner1.png") no-repeat center;
    background-size: 100% 100%;
}

.top ul li.top-box-2{
    overflow: hidden;
    background: url("https://xinjiam.engagecars.com/haiwai4/banner2.png") no-repeat center;
    background-size: 100% 100%;
}

.top ul li.top-box-3{
    overflow: hidden;
    background: url("https://xinjiam.engagecars.com/haiwai4/banner3.png") no-repeat center;
    background-size: 100% 100%;
}
    


.top h3 {
    font-size: 54px;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 60px;
    margin-top: 57px;
}

.top h3 span {
    color: #1EA5E2;
}

.top .top-2 {
    width: 460px;
    height: 40px;
    background: #229dd5;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 18px;
    text-align: center;
    line-height: 40px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.96px;
}

.top .top-3 {
    margin-top: 26px;
}

.top .top-3 ul {
    display: flex;
    width: 920px;
    margin: 0 auto;

}

.top .top-3 ul li {
    display: flex;
    width: 212px;
    height: 37px;
    background: url(../../image/top-3-bg.png);
    margin-right: 24px;
    align-items: center;
    justify-content: center;
}

.top .top-3 ul li:last-child {
    margin-right: 0;
}

.top .top-3 ul li span{
    position: relative;
    height: 25px;
    line-height: 25px;
}

.top .top-3 ul li span::before{
    content: "";
    position:absolute;
    left: -22px;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 21px;
    background: url(../../image/top-3-icon.png);
}

.top-box-2 .b2-h3 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    text-shadow: 0px 0px 6px 0px rgba(0,0,0,0.36); 
    position: absolute;
    top: 80px;
    left: 280px;
}

.top-box-2 .b2-h31 {
    width: 398px;
    font-size: 28px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 1.12px;
    padding: 16px 30px;
    background: #229dd5;
    border-radius: 44px;
    position: absolute;
    top: 270px;
    left: 160px;
}

.top-box-3 .b3-h3 {
    margin: 40px 0 20px;
}

.top-box-3 .b3-h31 {
    opacity: 0.8;
    font-size: 28px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.banner-box {
    height: 100%;
    width: 1400px;
    position: relative;
    overflow: hidden;
}

.step-row-wrapper {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
}

.step-row {
    width: 900px;
    height: 92px;
    background: #ffffff;
    border-radius: 24px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    padding: 20px 0px 0px 20px;
    opacity: 0.8;
    position: relative;
    justify-content: space-around;
    
}
.step-row .step {
    width:20%;
    /* margin-right: 127px; */
}

.step-row .icon {
    width: 50px;
    height: 50px;
    /* border: solid 2px #00adff; */
    box-sizing: border-box;
    border-radius: 45px;
}


.step-row .icon1 {
    background: url(../../image/step1.png) center no-repeat #fff;
    background-size: 100% 100%;
}

.step-row .icon1.on {
    background-image: url(../../image/step1-h.png);
    /* background-color: #00adff; */
}

.step-row .icon2 {
    background: url(../../image/step2.png) center no-repeat #fff;
    background-size: 100% 100%;
}

.step-row .icon2.on {
    background-image: url(../../image/step2-h.png);
    /* background-color: #00adff; */
}

.step-row .icon3 {
    background: url(../../image/step3.png) center no-repeat #fff;
    background-size: 100% 100%;
}

.step-row .icon3.on {
    background-image: url(../../image/step3-h.png);
    /* background-color: #00adff; */
}

.step-row .icon4 {
    background: url(../../image/step4.png) center no-repeat #fff;
    background-size: 100% 100%;
}

.step-row .icon4.on {
    background-image: url(../../image/step4-h.png);
    /* background-color: #00adff; */
}

.step-row .icon5 {
    background: url(../../image/step5.png) center no-repeat #fff;
    background-size: 100% 100%;
}

.step-row .icon5.on {
    background-image: url(../../image/step5-h.png);
    /* background-color: #00adff; */
}

/* .step-row .line {
    display: block;
    position: relative;
    top: 26px;
    left: 40px;
    width: 0px;
    height: 0px;
    border-top: dashed 3px #1EA5E2;
    -webkit-animation: line-ani 5s infinite linear;
    animation: line-ani 5s infinite linear;
} */

.step-row .line {
    display: block;
    position: absolute;
    top: 45px;
    left: 110px;
    width: 0px;
    height: 0px;
    border-top: dashed 3px #1EA5E2;
    -webkit-animation: line-ani 5s infinite linear;
    animation: line-ani 5s infinite linear;
}

@keyframes line-ani {
    0% {
        width: 123px;
    }

    100% {
        width: 708px;
    }
}

.step-row .step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
}

.step-row p {
    margin-top: 8px;
    font-size: 12px;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #222222;
}

.mySwiper .swiper-slide i {
    width: 80px;
    height: 80px;
    background: url(../../images/play.png) center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.video .mySwiper .swiper-slide img {
    /* height: 490px; */
    height: 575px;
    object-fit: cover;
}

.video .container {
    position: relative;
}

.message {
    width: 450px;
    height: 350px;
    background: #ffffff;
    z-index: 6;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: -450px;
    padding: 20px 20px;
    box-sizing: border-box;
}

.message h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 37px;
    color: rgba(36, 41, 43, 1);
    margin-bottom: 27px;
}


.message-number {
    display: flex;
    margin: 25px 0 30px 20px;
    align-items: flex-end
}

.icnLeft {
    width: 125px;
    margin-left: 37px;
}

.icnRight {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(36, 41, 43, 1);
}

.runNum {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.runNum li {
    list-style: none;
    width: 40px;
    /* float: left; */
    position: absolute;
}

.runNum li div {
    background: #333;
    color: #fff;
    margin-right: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.runNum li div::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 100%;
    top: 50%;
    left: 0
}

/* ä¿¡æ¯é‡‡é›† */
.message-information {
    display: flex;
    justify-content: space-between;
}

.use-city {
    position: relative;
    width: 48%;
}

.el-input__inner {
    /* padding-left: 90px; */
}

.use-city-title,
.message-phone-title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #454545;
    margin-bottom: 13px;
}

.message-information .el-input__inner {
    background-color: #f3f3f3;
    border: none;
}

.message-phone .el-input__inner {
    background-color: #f3f3f3;
    border: none;
}

.message-phone {
    margin: 12px 0 26px 0;
    position: relative;
}

.message-button {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(180deg, #ffd104, #ffb404);
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;

    color: #383732;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px #ffd104;
}

.message-foot {
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(158, 158, 158, 1);
    position: relative;
    display: inline-flex;
    margin-left: 66px;
}

.message-foot .num_six {
    margin-right: 5px;
    width: 30px;
}

.message-foot .foot-icon {
    margin-right: 5px;
    width: 30px;
}

.message-foot .good-icon {}

.message-foot .safe-icon {
    margin-right: 5px;
    margin-left: 30px;
    width: 25px;
    padding: 5px;
}

.message-foot span {
    padding-top: 2px;
}



.message-main {
    display: flex;
    align-items: center;
}

.message-icon {
    width: 25px;
    height: 25px;
}

.message-icon img {
    width: 100%;
    height: 100%;
}

.message-title {
    margin-left: 5px;
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(156, 156, 156, 1);
}

/* end */

/* star */
.nav {
    height: 72px;
    background: #fff;
}

.nav .container {
    height: 100%;
}

.nav .container ul {
    display: flex;
    justify-content: center;
    height: 100%;
}

.nav .container ul li {
    width: 200px;
    height: 100%;
    text-align: center;
    line-height: 72px;
    color: #888888;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.nav .container ul li.active {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    color: #222222 !important;
    position: relative;
}

.nav .container ul li.active::after {
    content: "";
    position: absolute;
    left: 89px;
    bottom: 0px;
    width: 22px;
    height: 6px;
    background: #229DD5;
}

.show-car {
    position: relative;
}

.show-car i {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    background: red;
    color: #fff;
    font-size: 15px;
    padding: 2px;
    line-height: 15px;
    border-radius: 3px;
}

.gif2 {
    -webkit-animation: gif2 1s infinite linear;
    animation: gif2 1s infinite linear;
}

@keyframes gif2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes gif2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.box-tab-row {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* position: sticky; */
    left: 0;
    z-index: 10;
    top: 150px;
    text-align: center;
    /* background: #fff; */
}

.box-tab-row a {
    display: inline-flex;
    height: 28px;
    background-color: #EFEFF4;
    border-radius: 6px;
    font-size: 12px;
    color: #4C4F50;
    display: inline-block;
    line-height: 28px;
    margin-right: 30px;
    padding: 4px 24px;
}

.box-tab-row .on {
    background-color: #FFDB38;
}

.box2-contents {
    width: 1200px;
    margin: 0 auto;
}

.box2-content {
    display: flex;
    /* flex-wrap: wrap; */
    padding: 0 30px;
    justify-content: space-between;
    gap: 16px;
}

.box2-content .item {
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    padding: 4px;
}

.box2-content .img {
    height: 136px;
    position: relative;
    background: #f5f5f5;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box2-content .img img {
    width: 100%;
    height: 98px;

}


.box2-content p {
    color: #403D32;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
}



.book-know {
    margin-left: -30px;
}

.book-know img {
    width: 185px;
}

.box6-content .booking-instructions {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 40px;
    color: #666666;
    text-align: left;
    vertical-align: top;
    margin-top: 15px;
}

.sit7_advice {
    display: inline-block;
    margin-left: 70px;
}

.car_info {
    background-color: #fff;
    border-radius: 15px;
    padding: 35px 50px;
    margin: 0 auto;
    width: 900px;
    height: 70px;
    font-size: 12px;
}

.car_info .luggage_advice {
    margin-top: 20px;
}

.luggage_advice img {
    height: 21px;
    vertical-align: top;
}

.all-line .img {
    text-align: center;
}

.all-line .img img {
    width: 480px;
    height: 216px;
    margin: 15px 10px;
    border: solid 5px #F2F2F2;
    border-radius: 35px;
}

.disc {
    height: 150px;
    background: #ffffff;
    margin: 0 auto;
}

.disc ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.disc ul li {
    display: flex;
}

.disc-number {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #00ADFF;
    border-radius: 10px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.disc-right {
    margin-left: 15px;
}

.disc-title {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.disc-introduce {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.about {
    margin: 0 auto;
    background-color: #fff;
    padding: 1px  0 48px;
    border-radius: 24px;
}

.about .total {
    height: 124px;
    

}

.about .total ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
    margin: 0 76px;
    background: #f8f8fa;
    border-radius: 8px;
}

.about .total ul li{
    text-align: center;
}

.about .total ul li .p1{
    font-size: 30px;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    color: #1ea5e2;
    margin-bottom: 10px;
}

.about .total ul li .p2{
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    color: #888888;
}

.about .about-content {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    margin-bottom: 30px;
}

.about-content-left {
    width: 600px;
    height: 140px;
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    line-height: 1.5;
    padding-left: 96px;
}

.about-content-right {
    width: 600px;
    height: 140px;
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    line-height: 24px;
    padding-left: 20px;
}

.about-content-right p {
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #656565;
}

.about-content-right h6 {
    font-size: 18px;
    font-family: Arial, Arial-Bold;
    text-align: left;
    color: #222222;
    position: relative;
    margin-bottom: 6px;
}

.about-content-right h6::before {
    content: "";
    position: absolute;
    left: -40px;
    top: -2px;
}

.about-content-right h6.h61::before {
    width: 25px;
    height: 25px;
    background: url("../../image/about1.png") no-repeat center;
}

.about-content-right h6.h62::before {
    width: 20px;
    height: 26px;
    background: url("../../image/about2.png") no-repeat center;
}

.question ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1400px;
}

.question ul li{
    width: 683px;
    height: 169px;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 30px;
}

.question ul li h5{
    font-size: 18px;
    font-family: Arial, Arial-Bold;
    text-align: left;
    color: #333333;
    font-weight: 700;
    position: relative;
    margin: 28px 58px;
}

.question ul li h5::before{
    content: "";
    position: absolute;
    left: -30px;
    top: -3px;
    width: 20px;
    height: 22px;
    background: url("../../image/question1.png") no-repeat center;
}

.question ul li p{
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    position: relative;
    margin: 0 58px;
}

.question ul li p::before{
    content: "";
    position: absolute;
    left: -30px;
    top: -3px;
    width: 20px;
    height: 22px;
    background: url("../../image/question2.png") no-repeat center;
}

#scroll_num .fcc-h span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(36, 41, 43, 1);
    text-align: left;
    vertical-align: top;
}

#scroll_num .fcc-h p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(73, 76, 77, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 5px;
}

.time_line-wrapper img {
    width: 508px;
    height: 277px;
    opacity: 1;
    border-radius: 8px;
    margin-top: 15px;
    margin-left: 20px;
}

.time_line-wrapper ul {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    color: rgba(36, 41, 43, 1);
    text-align: left;
    vertical-align: top;
}

.about-us-info {
    display: inline-block;
    width: 620px;
    margin-left: 25px;
    text-indent: 2em;
}

.models {
    /* background: #fff; */
    margin-top: 10px;
    margin-bottom: 60px;
}

.models-title {
    margin: 0 auto;
    padding-top: 40px;
    width: 235px;
    height: 27px;
}

.models-title img {
    width: 100%;
    height: 100%;
}

.models-head {
    height: 72px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(26, 25, 25, 1);
    padding-top: 43px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.models-head span {
    color: #ffd104;
}

.models-head::before {
    content: "";
    background: url(../../images/icon_point_left.png) no-repeat center;
    width: 16px;
    height: 7px;
    background-size: 16px 7px;
    display: inline-block;
    margin-right: 6px;
}

.models-head::after {
    content: "";
    background: url(../../images/icon_point_right.png) no-repeat center;
    width: 16px;
    height: 7px;
    background-size: 16px 7px;
    display: inline-block;
    margin-left: 6px;
}

.models-tips {
    height: 80px;
    background: #eee;
    margin: 10px 0 15px 0;

}

.models-tips ul {
    display: flex;
    flex-wrap: wrap;
}

.models-tips-frist {
    margin-left: 20px;
}

.mtf-blod,
.mtf-title,
.mtf-special {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #333333;
}

.mtf-title {
    color: #666666;
}

.mtf-special {
    color: #FF781E;
}

.model-tips-gap {
    margin-right: 50px;
    line-height: 42px;
}


/* è½¦è¾†å›¾ç‰‡ */
.model-picture {
    margin-top: 10px;
    padding-bottom: 30px;
}

.model-picture ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.model-picture ul li {
    position: relative;
    margin-bottom: 10px;
}

.model-picture ul li .el-image {
    width: 577px;
    height: 187px;
    border: 8px solid rgba(222, 222, 222, 1);
    border-radius: 8px;
}

.model-picture ul li img {
    width: 100%;
    height: 100%;
}

.model-picture ul li span {
    display: inline-block;
    padding: 0 10px 0 15px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: 8px;
    bottom: 12px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.8;
    border-radius: 10px 0px 0px 0px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #00ADFF;
}

.models-bg {
    background: #F4F4F4;
}

.models-tips-bg {
    background: #ffffff;
}

.special-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.all-inclusive {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.all-inclusive img {
    width: 1200px;
    border-radius: 40px;
}

.zerofill .special-content .item {
    width: 380px;
    height: 520px;
    background-color: #ffffff;
    border-radius: 16px;
    padding-top: 10px;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.special-content .item .label {
    font-size: 34px;
    font-weight: bold;
    color: #00ADFF;
    margin-top: 20px;
}

.special-content .item .special-car-img {
    width: 346px;
    height: 346px;
    margin: 20px auto;
}

.special-content .item .special-car-img img {
    width: 325px;
    height: 325px;
}

.special-content .item p {
    color: #24292B;
    font-size: 26px;
}

/* è½¦åž‹å±•ç¤º  end */

/* æˆ‘ä»¬çš„ä¼˜åŠ¿  star */

.zerofill {
    margin-top: 10px;
    background: #F2F3F5;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.zerofill-head {
    width: 295px;
    height: 27px;
    padding: 40px 0 20px 0;
    margin: 0 auto;
}

.zerofill-head img {
    width: 100%;
    height: 100%;
}

.zero-tips {
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 32px;
    text-align: center;
}

.zero-head {
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.zero-head img {
    width: 100%;
    height: 100%;
}

.zero-need {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 10px 0 12px 0;
    text-align: center;
}

.zero-content {
    width: 1046px;
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 78px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #F9F9F9;
    border-radius: 10px;
}

.zero-content-text {
    margin-right: 40px;
}

.zcn-title {
    font-family: PingFang-SC-Heavy;
    font-weight: bold;
    font-size: 16px;
    color: #333333
}

.zcn-text {
    font-family: PingFang-SC-Medium;
    font-weight: 400;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
}

.zero-vs {
    margin: 75px auto 0;
    display: flex;
    padding: 0 200px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.zero-vs-main {
    width: 273px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.zero-vs-left {
    background: rgba(255, 228, 117, 1);
    font-size: 22px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.zero-vs-right {
    background: rgba(235, 235, 235, 1);
    font-size: 22px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.zero-img {
    width: 50px;
    height: 34px;
}

.zero-img img {
    width: 100%;
    height: 100%;
}

.win {
    background: #F4F4F4;
}

.win ul li {
    background: #fff;
    margin-bottom: 16px;
}

.win ul li:last-child {
    margin-bottom: 0;
}

.win ul li h5 {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(45, 48, 83, 1);
    text-align: center;
    padding-top: 34px;
}

.win-title {
    width: 232px;
    height: 36px;
    margin: 23px auto 34px;
    line-height: 36px;
    text-align: center;
    background: rgba(244, 244, 244, 1);
    border-radius: 10px;
    font-size: 18px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(45, 48, 83, 1);
}

.win-img {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.win-img img {
    width: 100%;
    height: 100%;
}

.win-tips {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(54, 54, 54, 1);
    padding: 30px 0 50px 0;
    text-align: center;
}

.zero-foot {
    width: 100%;
    height: 143px;
}

.zero-foot img {
    width: 100%;
    height: 100%;
}

.brand {
    width: 1400px;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 100px;
}

.brand-title {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #1EA5E2;
    font-size: 20px;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-top: 40px;
    padding-left: 22px;
    position: relative;
}

.brand-title::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #1EA5E2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}


.brand-box {
    margin-top: 40px;
    margin-bottom: 30px;
}

.brand-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 78px 0 28px;
}

.brand-box ul li{
    width: 560px;
    margin-right: 40px;
    margin-left: 50px;
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
}

.brand-box ul li::before{
    content: "";
    position: absolute;
    top: 6px;
    left: -24px;
    content: "";
    width: 12px;
    height: 12px;
    background: #1EA5E2;
    border-radius: 6px;

}

.brand-box ul li:nth-child(2n){
    margin-right: 0;
}

.bp-top {
    display: flex;
    align-items: center;
}

.bp-top-img {
    width: 14px;
    height: 21px;
}

.bp-top-img img {
    width: 100%;
    height: 100%;
}

.bp-top-title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-left: 6px;
}

.bp-tips {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(132, 132, 132, 1);
}

.bp-vertical {
    display: inline-block;
    width: 1px;
    height: 73px;
    background: #D2D2D2;
}


/* å“ç‰Œä¿éšœ  end */

/* å¥½è¯„å¦‚æ½®  star */
 .rave {
    margin-top: 10px;
    padding-bottom: 60px;
}



.rave-head {
    width: 254px;
    height: 27px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}

.rave-head img {
    width: 100%;
    height: 100%;
}



.rave ul li {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 24px;
    margin-top: 30px;
}

.rave-left {
    display: flex;
    margin-right: 29px;
}

.rave-left-head {
    width: 79px;
    height: 79px;
}

.rave-left-head img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.rave-left-message {
}

.rlm-name {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
}

.rave-right-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tr-star {
    display: flex;
    align-items: center;
}

.tr-star span {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #888888;
    margin-right: 10px;
}

.tr-star .el-icon-star-on {
    font-size: 12px;
}

.tr-star i {
    width: 21px;
    height: 21px;
    background: url(../../images/star.png) center no-repeat;
    background-size: contain;
    margin-right: 6px;
}

.tr-time {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #888888;
    margin-top: 10px;
}

.rave-right p {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #454545;
    margin-top: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.rave-img {
    display: inline-block;
}

.rave-img img {
    width: 156px;
    height: 112px;
    border-radius: 8px;
    margin-right: 13px;
    object-fit: cover;
}

.rave .container {
    width: 1400px;
}

.comment-slides {
    width: 1400px;
    margin: auto;
}

.comment-slides .swiper-pagination {
    margin-top: 10px;
}

.comment-slides .swiper-pagination-bullet {
    width: 18px;
    height: 7px;
    background-color: #1EA5E2;
    border-radius: 12px;
    opacity: 0.4;
}

.comment-slides .swiper-pagination-bullet-active {
    opacity: 1;
}

.commentSwiper  {
    padding-bottom: 60px !important;
}

.comment-item {
    width: 500px;
    display: inline-block;
}



/* å…³äºŽæˆ‘ä»¬  end */

.mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    /* display: none; */
}

/* å¼¹çª—  star */
.pop {
    width: 550px;
    height: 430px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    opacity: 0;

    /* display: none; */
}

.service-pop {
    background: none;
    width: 453px;
    height: 640px
}

.popShow {
    opacity: 1 !important;
}

.pop-head {
    width: 100%;
    height: 100%;
    position: absolute;
}

.pop-head img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.pop h5 {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 30px;
}

.pop-city {
    padding: 0 30px 0 30px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
}

.pop-city .el-cascader .el-input .el-input__inner {
    width: 290px;
    height: 48px;
    border: none;
    border-radius: 4px;
    padding-left: 12px;
    background-color: #f3f3f3;
}

.pop-city .el-button {
    width: 200px;
    height: 48px;
    background: #ffd104;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    letter-spacing: 10px;
}

/* å¼¹çª—  end */

/* æ‚¬æµ®  star */
.float {
    width: 240px;
    position: fixed;
    right: 93px;
    bottom: 10px;
    z-index: 10;
    background: #fff;
    border-top: 8px solid #ffd104;
    padding: 0 12px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}


.float-head {
    background: #f9f5e7;
    border-radius: 4px;
    position: relative;
    line-height: 30px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 24px;
}

.fht-city,
.fht-title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #848484;
}

.fht-title {
    color: #333333;
    font-size: 16px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: inline-block;
    line-height: normal; */
}

.fht-click {
    margin-left: 12px;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(191, 191, 191, 1);
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(132, 132, 132, 1);
    display: inline-block;
    cursor: pointer;
}

.float-close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: normal;
    transition: all 1s;
}

.float-close img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}



.float-1,.float-2,.float-3 {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); 
    position: absolute;
    left: -285px;
    padding: 25px 16px 20px;
    top: -10px;
    display: none;
}

.float-1-wrapper,.float-2-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


.float-2 {
    top: -50px;
}

.goo {
    display: block;
    height: 32px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    background: #1ea5e2;
    border-radius: 6px;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
}

.goo a {
    width: 100%;
    height: 100%;
    display: block;
}

.float-3 {
    width: 308px;
    top: -160px;
    left: -365px;
    padding: 14px 20px;
}


.float-1 .copy,.float-2 .copy,.float-3 .copy {
    display: block;
    font-size: 14px;
    font-family: Arial, Arial-Bold;
    text-align: left;
    color: #5f5944;
    width: 80px;
    height: 24px;
    background: #d2eefa;
    border: 1px solid #1ea5e2;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    margin-left: 30px;
}

.float-3 .copy {
    width: 60px;
    margin: 0;
}

.float-3-box {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 15px;
}

.float-1 p ,.float-2 p{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    
}

.float-3 {
    width: 268px;
    height: 400px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); 
    position: absolute;
}

.float-3-img {
    width: 268px;
    height: 268px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.float-3-img img{
    width: 100% !important;
    height: 100% !important;
}

.float-3 .goD {
    display: block;
    font-size: 14px;
    font-family: Arial, Arial-Bold;
    text-align: left;
    color: #ffffff;
    width: 170px;
    height: 40px;
    background: #1EA5E2;
    border-radius: 12px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 6px;
}

.fm-title {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.fm-title span {
    font-size: 20px;
    font-weight: 800;
    color: #222222;
}

.fm-people ul li {
    margin-bottom: 16px;
    /* display: flex; */
}

.fp-img {
    width: 45px;
    height: 45px;
}

.fp-img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.fp-all {
    margin-left: 10px;
}

.fp-all-name {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #707070;
    margin-bottom: 10px;
    display: flex;
}

.fp-all-name img {
    width: 22px;
    height: 22px;
}

.fp-all-name .phone {
    font-size: 16px;
    color: #707070;
}

.fp-all-wechat {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #707070;
    margin-bottom: 10px;
    display: flex;
}

.fp-all-wechat img {
    width: 22px;
    height: 22px;
}

.fp-all-wechat .wx-no {
    font-size: 16px;
    color: #707070;
}

.fp-all-code {
    width: 128px;
    height: 128px;
    margin: auto;
}

.fp-all-code img {
    width: 100%;
    height: 100%;
}

.float-tips {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    text-align: center;
}

.float-leave {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #222222;
    margin: 20px 0 10px 0;
    text-align: center;
}

.float-phone input {
    height: 32px;
    background: #f3f3f3;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    padding-left: 12px;
    box-sizing: border-box;
    width: 100%
}

.float-phone input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(167, 167, 167, 1);
}

.float-phone input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(167, 167, 167, 1);
}

.float-phone input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(167, 167, 167, 1);
}

.float-phone input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(167, 167, 167, 1);
}

.float-button {
    padding: 10px 0 26px 0;
}

.float-button span {
    display: block;
    height: 32px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    background: #ffd104;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    color: #403d32;
    cursor: pointer;
}

/* æ‚¬æµ®  end */

/* å¤´éƒ¨æµ®åŠ¨  star */
.headFloat {
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
}

.navFloat {
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 15;
}

.xbc_quote_float {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

/* å¤´éƒ¨æµ®åŠ¨  end */

/* æ‚¬æµ®å…³é—­  star */
.cloese-box {
    position: fixed;
    top: 30%;
    right: 13px;
    z-index: 1000;
}

.cloese {
    width: 76px;
    height: 260px;
    background: #514f4c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 6px 6px ;
}

.cloese-box .link-us {
    background-color: #211E1E;
    line-height: 40px;
    padding: 2px 0;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    border-radius:6px 6px 0 0 ;
}

.cloese-a {
    position: relative;
    transition: transform 0.3s ease;
}

.cloese-a:hover {
    transform: translateX(-10px);;
}

.cloese img {
    width: 56px;
    height: 56px;
    cursor: pointer;
}




.back-top {
    position: fixed;
    top: calc(50% + 80px);
    right: 13px;
    width: 64px;
    height: 64px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.back-top img {
    width: 34px;
    height: 39px;
}

/* .floatHidden {
    opacity: 1;
    z-index: 1000;
} */

.floatNo {
    opacity: 0;
    display: none;
}

/* æ‚¬æµ®å…³é—­  end */


/* element-uiä¿®æ”¹   */
.el-message {
    top: 50% !important;
}


/*date:2019-6-20
Modifierï¼špingjin.chen
describe:
1.æ–°å¢žå…¨å›¾åŠ è½½loading
2.ä¿®æ”¹å·¦ä¸‹è§’ä¿¡æ¯åŸŽå¸‚è¿‡é•¿æ¢è¡Œé—®é¢˜
3.å¯¼èˆªæ¨¡å—æ–°å¢žé¦–é¡µï¼Œè½¦é˜Ÿå…¥é©»
4.æ–°å¢žåº•éƒ¨ä¿¡æ¯
*/

.el-loading-spinner {
    position: fixed;
}

.float .el-loading-mask .el-loading-spinner {
    position: absolute !important;
}

.float-head-title {
    display: flex;
    align-items: center;

}

.nav-index {
    margin-left: 100px;
    opacity: 0;
    /* display: none; */
}

.nav-index a,
.nav-car a {
    height: 100%;
    display: block;
    position: relative;
}

.nav-index-title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 218, 69, 1);
}

.nav-index-hot {
    width: 28px;
    height: 19px;
    position: absolute;
    right: 28px;
    top: -14px;
}

.nav-index-hot img {
    width: 100%;
    height: 100%;
}

.nav-car {
    opacity: 0;
}

.nav-car a {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 218, 69, 1);
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../../images/icon_settled.png) no-repeat 22% center;
    background-size: 14px 16px;
}

/* åº•éƒ¨  star */

.foot {
    height: 118px;
    background: rgba(0, 0, 0, 0.8);
    /* opacity: 0.8; */
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.foot .container {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.foot-left {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.foot-photo {
    width: 197px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.foot-photo img {
    width: 100%;
    height: 100%;
}

.foot-title {
    margin-left: 224px;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.foot-use {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 12px;
    border-bottom: 1px solid #FFD927;
}

.foot-use span {
    color: #ffd104
}

.foot-use-money {
    font-size: 28px;
}

.foot-message {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(195, 195, 195, 0.77);
    margin-top: 15px;
}

.foot-video {
    margin-left: 20px;
    width: 173px;
    height: 102px;
    cursor: pointer;
}

.foot-video img {
    width: 100%;
    height: 100%;
}

.foot-right {
    position: relative;
}

.foot-right-people {
    width: 185px;
    height: auto;
    left: 0;
    bottom: 0;
    position: absolute;
}

.foot-right-code {
    padding: 0 34px 0 190px;
    display: flex;
    align-items: center;
    height: 100%;
}

.foot-right-code img {
    width: 86px;
    height: 114px;
}

.foot-right-close {
    cursor: pointer;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 6px;
}

.foot-right-close img {
    width: 100%;
    height: 100%;
}

[v-cloak] {
    display: none !important;
}

/* åº•éƒ¨  end */

/* è‡ªé©¾ç§Ÿè½¦  star */
.rental-car {
    width: 100px;
    height: 100px;
    position: fixed;
    right: 15%;
    top: 78%;
    z-index: 11;
}

.rental-car a {
    display: block
}

.rental-car a img {
    width: 100%;
    height: 100%;
}

/* è‡ªé©¾ç§Ÿè½¦  end */

/* 2019-7-17ä¿®æ”¹ */
/* ç•™è¨€æˆåŠŸå¼¹çª—æ ·å¼å˜æ›´ */


/*
2019-8-22ä¿®æ”¹
æ–°å¢ž400ç½‘ç«™åº•éƒ¨ */
.cfoot {
    /* height: 200px; */
    background: #232323;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cfoot div {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(132, 132, 132, 1);
}

.cfoot_wrap {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.cfoot_left {
    width: 970px;
    margin-left: 50px;
}

.cfoot_left .t {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.cfoot_left .b {
    color: #929292;
    font-size: 12px;
}

.cfoot_right {
    float: left;
}

.cfoot_right .t {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.cfoot_right .t img {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.cfoot_right .b {
    color: #929292;
    font-size: 16px;
    padding-left: 43px;
}

.xbc_quote {
    background: #fff;
    padding: 10px 25px;
    height: 100px;
}

.xq_wrap {
    margin: 0 auto;
    width: 1400px;
    overflow: hidden;
}

.xq_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.xbc_quote form {
    position: relative;
    overflow: hidden;
}

.xq_form {
    display: flex;
    gap: 20px;
}

.xq_form .el-input__inner {
    background-color: #f3f3f3;
    border: none;
}

.xq_form .use-city-footer {
    display: flex;
}

.xq_form .use-city-title {
    width: 88px;
    margin-bottom: 0;
    line-height: 40px;
}

.xq_form .message-phone-footer {
    display: flex;
}

.xbc_quote .inquiry2 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(89deg, #ffab04 4%, #ffd104 99%);
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #403d32;

}

.box-wrapper {
    width: 1400px;
    margin: 0 auto;
}

.why-box {
    display: flex;
    gap: 28px;
    margin-bottom: 60px;
}

.why-box-item {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    height: 360px;
}

.why-box-title {
    height: 40px;
    border-radius: 20px;
    background-color: #1EA5E2;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 24px;
    top: 220px;
}

.why-box-title-wrapper {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.why-box-title-wrapper p {
    font-size: 16px;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
}

.why-box-item-p {
    margin-top: 10px;
    padding: 20px 20px 0 20px;
    font-size: 16px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    color: #555555;
    line-height: 1.5;
}


.driver {
    width: 1400px;
    height: 380px;
    background: #ffffff;
    border-radius: 12px;
    margin: 0 auto;
    position: relative;
}

.driver-avatar {
    width: 236px;
    height: 236px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.driver-1 {
    position:absolute;
    width: 382px;
    height:62px;
    background: url("../../image/driver-1.png");
    top: 76px;
    left: 148px;
}

.driver-2 {
    position:absolute;
    top: 74px;
    right: 160px;
    width: 385px;
    height:98px;
    background: url("../../image/driver-2.png");
}

.driver-3 {
    position:absolute;
    bottom: 82px;
    left: 100px;
    width: 439px;
    height:74px;
    background: url("../../image/driver-3.png");
}

.driver-4 {
    position:absolute;
    bottom: 82px;
    right: 90px;
    bottom: 62px;
    width: 471px;
    height:75px;
    background: url("../../image/driver-4.png");
}

.driver p {
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #454545;
    line-height: 1.5;
    padding: 12px 18px 0;
}

.one-price {
    width: 1400px;
    height: 208px;
    display: flex;
    justify-content: space-between;
}

.one-price-left {
    width: 1024px;
    background: #ffffff;
    border-radius: 24px;
}

.one-price-right {
    width: 352px;
    background: #ffffff;
    border-radius: 24px;
}

.one-price-top {
    background-color:#1EA5E2 ;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    border-top-left-radius:24px;
    border-top-right-radius:24px;
    padding-left: 30px;
}

.one-price-right .one-price-top{
    background: #baccd4;
}


.one-price-box ul{
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
}

.one-price-box ul li{
    background: #efeff4;
    border-radius: 18px;
    margin-right: 14px;
    font-size: 16px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding: 8px 24px 8px 48px;
    margin-bottom: 18px;
}

.one-price-box ul li p{
    position: relative;
}

.one-price-box ul li p::after{
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url("../../image/one-price.png");
}

.one-price-right ul li p::after{
    background: url("../../image/one-price-no.png");
}

.one-price-2 p{
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: center;
    color: #656565;
    margin-bottom: 48px;
}

.one-price-2-box {
    display: flex;
    justify-content: space-between;
}

.one-price-2-box p {
    display: inline-block;
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    padding: 10px 28px 10px 16px;
    background-color: #1EA5E2;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
}

.one-price-2-box-item {
    width: 683px;
    height: 1111px;
    position: relative;
}

.one-price-2-box-1 {
    background: url("../../image/one-price-21.png") no-repeat;
}

.one-price-2-box-2 {
    background: url("../../image/one-price-22.png") no-repeat;
}

.p-1 {
    top: 34px;
}

.p-2 {
    top: 478px;
}

.p-3 {
    top: 36px;
}

.p-4 {
    top: 683px;
}


.number-box {

}

.number-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.number-box ul li {
    overflow: hidden;
    width: 630px;
    height: 52px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.number-box .number-box-txt1 {
    font-size: 22px;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    margin-left: 16px;
}

.number-box .number-box-txt2 {
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
}

.number-box .number-box-txt3 {
    font-size: 18px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #888888;
    margin-left: 16px;
}

.number-box .number-box-icon1 {
    width: 26px;
    height: 50px;
    display: inline-block;
    background: url("../../image/number5.png") no-repeat;
    margin-left: 33px;
    margin-right: 14px;
}

.number-box .number-box-icon2 {
    width: 30px;
    height: 56px;
    display: inline-block;
    background: url("../../image/number6.png") no-repeat;
    margin-left: 33px;
    margin-right: 14px;
}

.service-box {
    display: flex;
    gap: 38px;
    margin-bottom: 60px;
}

.service-box-item {
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    padding-top: 20px;
}

.service-box-item-title {
    display: inline-flex;
    background: #1EA5E2;
    border-radius: 0px 23px 23px 0px;
    /* width: 75px; */
    font-size: 20px;
    color: #FFF;
    padding: 4px 14px;
}

.service-box-item-img {
    width: 100%;
    margin-left: 20px;
    margin-top: 20px;
}

.service-box-item-txt {
    text-align: center;
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    padding: 17px 20px;
}

.all-price {
    padding: 0 260px;
    margin-bottom: 60px;

}

.all-price-inner {
    position: relative;
}

.all-price-img {
    width: 100%;
}

.all-price-fei {
    position: absolute;
    height: 40px;
}

.all-price-yijia {
    position: absolute;
    height: 212px;
    top: 42px;
    left: 602px;
}

.guarantee-box {
    display: flex;
    padding: 0 260px;
    gap: 16px;
}

.guarantee-box-item {
    width: 100px;
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
}

.guarantee-box-item-img {
    width: 108px;
    height: 108px;
    margin-bottom: 12px;
}

.guarantee-box-item-title {
    text-align: center;
    font-size: 12px;
    color: #F3B31A;
    font-weight: 800;
    margin-bottom: 18px;
    height: 32px;
}

.guarantee-box-item p {
    color: #555555;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
}

.time-line-box {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
}

.time-line-left {
    flex: 1;
}

.time-line-right {
    flex: 1;
    padding-top: 140px;
}

.time-line-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 27px;
}

.time-rect {
    width: 28px;
    height: 28px;
}

.time-rect img {
    width: 28px;
    height: 28px;
}

.time-line {
    height: 120px;
    background-color: #bbbbbb;
    width: 1px;
}

.time-line-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 75px;
}

.time-line-left .time-line-item {
    align-items: flex-end;
}

.time-content {
    display: flex;
}

.time-text {
    width: 184px;
    height: 45px;
    background: linear-gradient(89deg, #ffab04 4%, #ffd104 99%);
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 23px;
    text-align: center;
}

.time-line-right .time-content {
    flex-direction: row-reverse;
}

.time-content-img {
    width: 240px;
    height: 150px;
}

.time-content-img img {
    width: 100%;
    height: 100%;
}

.time-content-text {
    width: 330px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    line-height: 30px;
}

.comment-slides-item {
    width: 1000px;
}

.swi-com {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.swi-com .spd {
    margin-left: 20px !important;
}

.swi-flex {
    flex: 1;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}

.guan {
    display: flex;
    justify-content: space-between;
}

.guan-a img {
    width: 750px;
    height: 280px;
}

.box5-content .weare {
    line-height: 15px;
    text-align: left;
    color: #454545;
    font-size: 12px;
}

.box5-content .weare b {
    color: #df0e0e;
}

.box6-content .con-book {
    background-color: #fff;
    border-radius: 8px;
    width: 480px;
    height: 240px;
    padding: 16px 16px 16px 0;
    color: #454545;
    font-size: 12px;
}

.box6-content .book {
    display: flex;
    margin-top: 10px;
}

.box6-content .book .book-a {
    height: 25px;
    background: #ffd104;
    border-radius: 0px 14px 14px 0px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-right: 18px;
    padding: 0 14px;
}

.box6-content .book .book-b {
    height: 50px;
    border-bottom: 1px dashed #707070;
}

.box-foot {
    display: flex;
    justify-content: space-between;
}

.box-foot .fll-e {
    flex: 1;
}

.box-foot .fll-o {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
}

.box-foot .fll-a {
    flex: 1;
    text-align: center;
}

.box-foot .fll-b {
    font-size: 14px;
    color: #fff;
}

.box-foot .fll-c img {
    width: 24px;
    height: 24px;
    border: 1px dashed #7c7c7c;
}

.box-foot .fll-c {
    padding-right: 14px;
    cursor: pointer;
}

.box-foot .fll-d {
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
}

.box-foot .fll-d img {
    width: 14px;
    height: auto;
    margin-right: 12px;
    vertical-align: middle;
}
