@charset "UTF-8";

#m-header,
#m-footer,
#navs {
    display: none;
}

#pc-header,
#pc-footer {
    display: block;
    width: 100vw;
}

.inner {
    margin: 0 auto;
    width: 96rem;
    height: 30rem;
    margin-top: 1.9rem;
}

/*video 添加样式*/
.banner-pc1 {
    width: 100vw;
    height: 100vh;
    min-width: 13.3333333333rem;
    /* background-image: url(../images/PC.jpg); */
    background-image: url(../images/PC.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    overflow: auto
}

.banner-pc1 .videobox {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
}

.banner-pc1 video {
    width: 100%;
    /* margin-top: -330px; */
    position: relative;
}
/*video 添加样式结束*/

.banner-pc {
    width: 100vw;
    height: 100vh;
    min-width: 13.3333333333rem;
    /* background-image: url(../images/PC.jpg); */
    background-image: url(../images/PC.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    overflow: auto
}
.description-pc {
    width: 100vw;
}

.banner-pc .slogan {
    position: absolute;
    z-index: 2;
    top: 19rem;
    left: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.m7-pc .title {
    height: 2rem;
    font-size: 1.8rem;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    color: #fff;
    line-height: 2rem;
    padding: 2rem 0 10.5rem 0;
}

.m7-pc .test-drive-container {
    width: 100vw;
    position: relative;
    z-index: 1;
    text-align: center
}

.m7-pc .test-drive-container>img {
    width: 100%
}

.banner-pc .slogan .vehicle-name {
    width: auto;
    height: 4rem;
    text-align: left
}

.banner-pc .slogan .vehicle-name img {
    width: auto;
    height: 100%;
    object-fit: cover
}

.banner-pc .slogan .btn {
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-size: 1.5rem;
    position: relative;
    z-index: 1
}

.banner-pc .slogan .btn .fix-service {
    position: absolute;
    top: -1.3333333333rem;
    left: calc(100% + .21333rem);
    z-index: 1;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: .68rem .3866666667rem 0 .3866666667rem
}

@media screen and (min-width:1024px) {
    .banner-pc .slogan .btn .fix-service {
        width: 6.64rem;
        height: 3.5066666667rem
    }
}

@media screen and (max-width:1024px) {

    .m7-pc .banner-pc1 {
        width: 100vw;
        min-width: unset;
        height: unset;
        zoom: 1;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
        position: relative;
        background-image: url(../images/M7_bg.jpg);
        z-index: 11;
    }
    .banner-pc1 video {
        width: 100%;

    }
    .banner-pc1 .videobox {
        height: unset;
    }

    .m7-pc .banner-pc {
        background-image: url(../images/M7_bg.jpg);
    }
    .banner-pc {
        width: 100%;
        min-width: unset;
        height: 100vh;
        zoom: 1;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
        position: relative;
    }


    .banner-pc .slogan {
        width: 100%;
        height: 100%;
        top: unset;
        left: unset;
        box-sizing: border-box;
        padding-top: 2.0266666667rem;
        padding-left: .5866666667rem;
        display: block;
        position: relative;
    }
    .banner-pc .slogan a {
        width: 4.8rem;
        position: absolute;
        bottom: 1rem;
        left: calc(50% - 2.5rem);
    }

    .banner-pc .slogan .vehicle-name {
        height: auto;
    }

    .banner-pc .slogan .vehicle-name img {
        width: auto;
        height: .6933333333rem;
    }

    .banner-pc .slogan .btn .fix-service {
        width: 6.9066666667rem;
        height: 3.7733333333rem
    }

    .m7-pc .title {
        height: unset;
        font-size: .4rem;
        color: #fff;
        line-height: .4rem;
        text-align: left;
        padding: .27rem 0 .32rem 0;
        position: relative;
    }

    .banner-pc .slogan .btn {
        position: relative;
        z-index: 2;
        font-size: .32rem;
    }

    .banner-pc .slogan .btn-white {
        color: #000;
        background: #fff;
    }

    .banner-pc .slogan .btn-zh {
        padding: 0 1.4133333333rem;
    }

    .m7-pc .description-pc .item-pc {
        width: 100%;
        height: 5.6rem;
        background-attachment: unset;
    }

    /* .m7-pc .description-pc .item-pc:first-child {
        background-image: url(../images/wm1.png);
    }
    .m7-pc .description-pc .item-pc:last-child {
        background-image: url(../images/wm3.png);
    } */

    .m7-pc .description-pc .item-pc .desc-pc {
        position: absolute;
        left: .5866666667rem;
        bottom: .5066666667rem;
        z-index: 2;
        width: 60%;
    }

    .m7-pc .description-pc .item-pc .desc-pc .title-pc {
        height: .4rem;
        font-size: .4rem;
        color: #fff;
        line-height: .4rem;
        text-align: left;
    }

    .m7-pc .description-pc .item-pc .desc-pc .top {
        font-size: .2rem;
        /* font-weight: 400; */
        color: #fff;
        line-height: .4rem;
        padding: .2rem 0;
    }

    .m7-pc .description-pc .item-pc .desc-pc .details-pc {
        height: .7466666667rem;
        font-size: .5333333333rem;
        font-weight: 400;
        line-height: .7466666667rem;
        padding: .0533333333rem 0 .4133333333rem 0;
        text-align: left
    }

    .m7-pc .description-pc .item-pc .desc-pc .more-pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 2.1rem;
        height: .45rem;
        background: #fff;
        font-size: .2666666667rem;
        color: #666;
        margin-top: .3733333333rem;
    }

    .m7-pc .description-pc .item-pc .desc-pc .more-pc:hover {
        background: #d8d8d8;
        -webkit-transition: .5s;
        transition: .5s
    }

    .m7-pc .test-drive-container>img {
        display: none;
    }

    .m7-pc .test-drive-container .container-pc .test-drive {
        width: 100%;
    }

    .m7-pc .test-drive-container .container-pc .test-drive .select {
        width: 100%;
        height: 6rem;
        background: url(../images/EX5-Z-MB.jpg);
        background-size: 100% 100%;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .select-container {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding-top: 3.65rem;
        padding-left: .5rem;
        padding-right: .5rem;
        color: #fff;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .select-container .title {
        font-size: .6rem;
        color: #fff;
        line-height: unset;
        text-align: left;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .select-container .type {
        font-size: .2rem;
        color: #fff;
        line-height: unset;
        padding-top: .2rem;
        padding-bottom: .2rem;
        text-align: left;
    }

    .m7-pc .container-pc .test-drive-pc .select-container .bottom {
        padding-right: 0;
        padding-bottom: 0;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .select-container .bottom .item img {
        width: 100%;
        height: .35rem;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form {
        width: 100%;
        box-sizing: border-box;
        padding: .2rem .65rem 0 .65rem;
        position: relative;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item {
        height: 1.2rem;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item input[type=text] {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        font-size: 0.3rem;
        color: #333;
        background-color: transparent;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item input[type=text]::-webkit-input-placeholder {
        color: #b2b2b2;
        font-size: 0.3rem
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item input[type=text]:-moz-placeholder,
    .test-drive-pc .form-item input[type=text]::-moz-placeholder {
        color: #b2b2b2;
        font-size: 0.3rem
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item input[type=text]:-ms-input-placeholder {
        color: #b2b2b2;
        font-size: 0.3rem
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item .code-default {
        font-size: .3rem;
        color: #a2aab1;
        padding: .08rem .24rem;
        border: 1px solid #a2aab1;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item.smp-name {
        font-size: .3rem;
        color: #333;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .smp-name span {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: .7rem;
        height: .27rem;
        background: #d2d2d2;
        position: absolute;
        right: .2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        border-radius: .3rem;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .smp-name span img {
        width: .2rem;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form-item.agree {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border: none;
        height: auto;
        font-size: .32rem;
        line-height: .3733333333rem;
        margin-top: .2533333333rem;
        color: #b2b2b2;
        position: relative;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .agree-title {
        margin-left: .2133333333rem;
        text-align: left;
        line-height: .4rem;
        font-size: .3rem;
        color: #b2b2b2;
        zoom: .7;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .agree-title a {
        color: #b2b2b2;
        cursor: pointer;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .agree-title a:hover {
        color: #30a680;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .form-submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: .8rem;
        margin-bottom: 1rem;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .form-submit .button {
        border-radius: 0;
        border: none;
        outline: none;
        width: 6.5066666667rem;
        height: .8rem;
        font-size: .32rem;
        color: #e9e9e9;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .m7-pc .test-drive-container .container-pc .test-drive-pc .form .form-submit .form-submit-active {
        background: #30a680;
        cursor: pointer;
    }
    .return_top {
        width: 1rem;
        height: 0.7rem;
        bottom: 1.25rem;
    }
    .return_top .to-top {
        width: .5rem;
        height: .6rem;
        margin: .09rem auto;
    }


}
.return_top {
    position: fixed;
    width: 5.625rem;
    height: 2.9375rem;
    right: 0;
    bottom: 6.25rem;
    background-image: linear-gradient(to bottom right, #06e15e, #65cceb);
    z-index: 12;
    visibility: hidden;
    filter: alpha(opacity = 0);
    opacity: 0;
    transition: 0.2s ease-out;
}
.return_top:hover {
    background-image: linear-gradient(to bottom right, #65cceb, #06e15e);
}
.show{
    visibility: visible;
    filter: alpha(opacity = 100);
    opacity: 1;
}
.return_top .to-top {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    background-image: url(../images/suspend_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.banner-pc .slogan .btn .fix-service .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

.banner-pc .slogan .btn .fix-service .left span:first-child {
    font-size: .32rem;
    font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
    color: #333;
    line-height: .44rem
}

.banner-pc .slogan .btn .fix-service .left span:last-child {
    width: 3.4266666667rem;
    font-size: .24rem;
    font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
    color: #666;
    line-height: .36rem;
    letter-spacing: 1px;
    padding-top: .48rem
}

.banner-pc .slogan .btn .fix-service .right img {
    width: 2.16rem
}

.banner-pc .slogan .btn .fix-service:before {
    content: "";
    position: absolute;
    left: -.2133333333rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: .1066666667rem solid transparent;
    border-right: .1066666667rem solid #fff;
    border-bottom: .1066666667rem solid transparent;
    border-left: .1066666667rem solid transparent
}

.banner-pc .slogan .btn .common {
    width: 19.5rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer
}

.banner-pc .slogan .btn-white {
    color: #000;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.banner-pc .slogan .btn-white:hover {
    -webkit-transition: .5s;
    transition: .5s;
    background: #d8d8d8
}

.banner-pc .slogan .btn-black {
    color: #fff;
    background: #333
}

.banner-pc .slogan .btn-transparent-black {
    border: 1px solid #333;
    color: #333
}

.banner-pc .slogan .btn-transparent {
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.banner-pc .slogan .btn-transparent:hover {
    -webkit-transition: .5s;
    transition: .5s;
    background: hsla(0, 0%, 84.7%, .2)
}

.banner-pc .slogan .btn-last {
    margin-top: .2666666667rem
}

.banner-pc .desc {
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 59.79%;
    height: 8.7rem;
    background: #000;
    opacity: .4;
    color: #fff;
    padding: 0 6rem;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner-pc .desc .item {
    text-align: center;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
}

.banner-pc .desc .item .top {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2rem
}

.banner-pc .desc .item .bottom {
    padding-top: .0266666667rem;
    font-size: .1866666667rem;
    font-weight: 400;
    color: #fff;
    line-height: .2666666667rem
}


.description-pc .item-pc {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}


.description-pc .item-pc .desc-pc {
    position: absolute;
    left: 8rem;
    bottom: 8rem;
    z-index: 2;
    width: 25%;
}

.description-pc .item-pc .desc-pc .title-pc {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    text-align: left
}

.description-pc .item-pc .desc-pc .top {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 2rem;
    padding: 2rem 0 10.5rem 0;
}

.description-pc .item-pc .desc-pc .details-pc {
    height: .7466666667rem;
    font-size: .5333333333rem;
    font-weight: 400;
    line-height: .7466666667rem;
    padding: .0533333333rem 0 .4133333333rem 0;
    text-align: left
}

.description-pc .item-pc .desc-pc .more-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19.5rem;
    height: 4rem;
    background: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    color: #383838;
    line-height: 1.5rem;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.description-pc .item-pc .desc-pc .more-pc:hover {
    background: #d8d8d8;
    -webkit-transition: .5s;
    transition: .5s
}

.description-pc .item-pc .desc-pc .none {
    margin-top: 3rem
}

.services-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 6rem 2.0rem 13rem 2.5rem;
}

.services-pc .left p:first-child {
    width: 14rem;
    height: 1.48rem;
    font-size: 1.48rem;
    font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
    font-weight: 400;
    color: #333;
    line-height: 1.48rem;
    text-align: left
}

.services-pc .left p:last-child {
    text-align: left;
    width: 16rem;
    height: 1.2rem;
    font-size: 1.2rem;
    font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
    font-weight: 400;
    color: #666;
    line-height: 1.7rem;
    letter-spacing: 0px;
    padding-top: 2.2rem
}

.services-pc .right img {
    width: 10rem;
}

.services-mb .title {
    margin-top: .8266666667rem;
    width: 5.5466666667rem;
    height: .5866666667rem;
    font-size: .4266666667rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: .5866666667rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.services-mb .title:before {
    background: -webkit-linear-gradient(44deg, rgba(94, 210, 183, 0), #30a680);
    background: linear-gradient(46deg, rgba(94, 210, 183, 0), #30a680);
    left: -1.7333333333rem
}

.services-mb .title:after,
.services-mb .title:before {
    content: "";
    width: 1.7333333333rem;
    height: .0266666667rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-mb .title:after {
    background: -webkit-linear-gradient(44deg, #30a680, rgba(94, 210, 183, 0));
    background: linear-gradient(46deg, #30a680, rgba(94, 210, 183, 0));
    right: -1.7333333333rem
}

.services-mb .content {
    width: 7.12rem;
    height: 2.08rem;
    font-size: .32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: .6933333333rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.1466666667rem
}

.services-mb .right-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.5066666667rem;
    height: .8rem;
    background: #30a680;
    font-size: .32rem;
    color: #e9e9e9;
    margin: 1.5733333333rem auto 1.28rem auto
}

.dealer,
.services-mb .right-now {
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
}

.dealer-pc {
    position: absolute;
    top: 0;
    right: -.5333333333rem;
    z-index: 10000;
    width: 10.24rem;
    background: #f4f5f6
}

.dealer-pc .top {
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .9333333333rem;
    background: #fff;
    cursor: pointer;
    padding: 0 .4933333333rem 0 0;
    font-size: .2133333333rem
}

.dealer-pc .top .left {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.dealer-pc .top .left .item-location,
.dealer-pc .top .left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-pc .top .left .item-location {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dealer-pc .top .left .item-location p {
    padding: 0 .5333333333rem
}

.dealer-pc .top .left .active {
    color: #32a277;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-pc .top .left .active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: .0266666667rem;
    background: #32a277;
    bottom: 0;
    left: 0
}

.dealer-pc .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: .64rem;
    height: .2666666667rem;
    background: #d2d2d2;
    border-radius: .1333333333rem;
    margin-right: .2666666667rem
}

.dealer-pc .top .right img {
    width: .16rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dealer-pc .container {
    box-sizing: border-box;
    height: 3.9466666667rem;
    overflow-y: scroll;
    padding: .48rem .5333333333rem
}

.dealer-pc .container::-webkit-scrollbar {
    width: .0666666667rem
}

.dealer-pc .container::-webkit-scrollbar-track {
    border-radius: .1333333333rem
}

.dealer-pc .container::-webkit-scrollbar-thumb {
    border-radius: .1333333333rem;
    background: rgba(0, 0, 0, .1)
}

.dealer-pc .container::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .4)
}

.dealer-pc .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.dealer-pc .container ul li {
    width: 25%;
    font-size: .2133333333rem;
    list-style: none;
    height: .2933333333rem;
    line-height: .2933333333rem;
    padding-bottom: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.dealer-pc .container ul li:hover {
    color: #30bf94
}

.dealer-pc .container .smp-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-pc .container .smp-name li {
    width: 100%;
    height: auto
}

.dealer-pc .container .smp-name li:hover {
    color: #30bf94
}

.dealer-pc .container .smp-name li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-pc .container .smp-name li div,
.dealer-pc .container .smp-name li div p:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dealer-pc .container .smp-name li div p:first-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .2133333333rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-pc .container .smp-name li div p:first-child span:last-child {
    color: #b2b2b2
}

.dealer-pc .container .smp-name li div p:last-child {
    color: #a2aab1;
    font-size: .1866666667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    text-align: left
}

.dealer-mb {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100vw;
    height: 50vh;
    background: #fff;
    border-top-left-radius: .6666666667rem;
    border-top-right-radius: .6666666667rem;
    box-sizing: border-box;
    padding: 0 .5333333333rem
}

.dealer-mb .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 8vh;
    min-height: .48rem
}

.dealer-mb .title span {
    font-size: .4533333333rem
}

.dealer-mb .top {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 7vh;
    min-height: .4266666667rem;
    cursor: pointer;
    font-size: .3733333333rem
}

.dealer-mb .top .left,
.dealer-mb .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-mb .top .left {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.dealer-mb .top .left .item-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.dealer-mb .top .left .item-location:nth-child(n+2) {
    margin-left: .6666666667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dealer-mb .top .left .active {
    color: #32a277;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-mb .top .left .active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: .0266666667rem;
    background: #32a277;
    bottom: 0;
    left: 0
}

.dealer-mb .container {
    box-sizing: border-box;
    padding: .2666666667rem 0;
    height: 30vh;
    overflow-y: scroll
}

.dealer-mb .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.dealer-mb .container ul li {
    width: 50%;
    font-size: .32rem;
    list-style: none;
    padding-bottom: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.dealer-mb .container ul li:hover {
    color: #30bf94
}

.dealer-mb .container .smp-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.dealer-mb .container .smp-name li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: .1333333333rem 0
}

.dealer-mb .container .smp-name li:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d8d8d8;
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5)
}

.dealer-mb .container .smp-name li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dealer-mb .container .smp-name li div,
.dealer-mb .container .smp-name li div p:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dealer-mb .container .smp-name li div p:first-child {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: .32rem;
    line-height: .5333333333rem;
    text-align: left
}

.dealer-mb .container .smp-name li div p:last-child {
    color: #a2aab1;
    font-size: .2933333333rem;
    width: 100%;
    text-align: left
}

.toast {
    width: 3.0666666667rem;
    background: #f1f1f2;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: .1066666667rem;
    color: #26333f;
    box-sizing: border-box;
    padding: .2666666667rem 0
}

.toast-pc {
    font-size: .2133333333rem
}

.toast-mb {
    font-size: .32rem
}

.smp,
.smp img {
    width: 100%
}

.dialog-pc {
    position: fixed;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: scroll
}

.dialog-pc .fix {
    box-sizing: border-box;
    padding-left: 1.5333333333rem;
    padding-right: .7733333333rem;
    padding-top: .84rem
}

.dialog-pc .fix .headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dialog-pc .fix .headline-only {
    padding-bottom: .84rem
}

.dialog-pc .fix .headline .first {
    font-size: .8rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #fff;
    line-height: 1.12rem
}

.dialog-pc .fix .headline .close {
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.dialog-pc .fix .headline .close:hover {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.dialog-pc .fix .headline .close img {
    width: .4266666667rem
}

.dialog-pc .fix .second {
    text-align: left;
    font-size: .2666666667rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #d8d8d8;
    line-height: .76rem;
    padding-bottom: .44rem
}

.dialog-pc .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    width: 88.02083vw;
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden
}

.success {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}
.success .container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.success .container .details {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: 50%;
    width: 79.5%;
    position: relative;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    padding-top: 20rem
}

.success .container .details .close {
    width: 1.8rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
}

.success .container .details .headline {
    font-size: 1.9rem;
    font-weight: 600;
    color: #31bfa0;
    line-height: 2rem
}

.success .container .details .text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #656c77;
    line-height: 2.6rem;
    margin-top: 2rem
}

.success .container .details .qrcode {
    width: 9.5rem;
    margin-left: auto;
    margin-right: auto
}

.qrcode {
    font-size: 2rem;
    font-family: Alibaba-PuHuiTi-R,Alibaba-PuHuiTi;
    font-weight: 400;
    color: #595959;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.success .container .details .desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: #a2aab1;
    line-height: 2.6rem;
    margin-top: 1rem;
    padding-bottom: 3.5rem
}

.container-pc .test-drive {
    width: 100%
}

.container-pc .test-drive-pc .select {
    border-bottom: 1px solid #30a680;
    margin-bottom: .24rem
}

.container-pc .test-drive-pc .select-container {
    padding-top: 2.8rem;
    padding-left: 2.5rem;

    padding-bottom: 2rem;
    /*自己添加：3月14日10：22*/

    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.container-pc .test-drive-pc .select-container .title {
    font-size: 2.56rem;
    color: #b2b2b2;
    line-height: 2.56rem;
    text-align: left;
    height: unset;
    padding: unset;
}

.container-pc .test-drive-pc .select-container .type {
    font-size: .85rem;
    color: #333;
    line-height: .85rem;
    text-align: left;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

.container-pc .test-drive-pc .select-container .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-right: 2.4rem;
    padding-bottom: 1.8rem
}

.container-pc .test-drive-pc .select-container .bottom .item {
    cursor: pointer
}

.container-pc .test-drive-pc .select-container .bottom .item img {
    width: auto;
    height: 1.25rem
}

.container-pc .test-drive-pc .form {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.5rem;
    position: relative
}

.container-pc .test-drive-pc .form-item {
    box-sizing: border-box;
    width: 100%;
    height: 4.375rem;
    font-size: 1.3rem;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.container-pc .test-drive-pc .form-item:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #d8d8d8;
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5)
}

.container-pc .test-drive-pc .form-item input[type=text] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 1.3rem;
    color: #333;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
}

.container-pc .test-drive-pc .form-item input[type=text]::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 1.3rem
}

.container-pc .test-drive-pc .form-item input[type=text]:-moz-placeholder,
.test-drive-pc .form-item input[type=text]::-moz-placeholder {
    color: #b2b2b2;
    font-size: 1.3rem
}

.container-pc .test-drive-pc .form-item input[type=text]:-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 1.3rem
}


.container-pc .test-drive-pc .form .none-input {
    position: relative
}

.container-pc .test-drive-pc .form .none-input:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -1px;
    border-bottom: .0266666667rem solid #30bf94
}

.container-pc .test-drive-pc .form .code {
    position: relative
}

.container-pc .test-drive-pc .form .code span:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: .2rem
}

.container-pc .test-drive-pc .form .code-default {
    color: #a2aab1;
    padding: .3rem 1.3rem;
    border: 1px solid #a2aab1
}

.container-pc .test-drive-pc .form .code-active {
    cursor: pointer;
    color: #30a680;
    padding: .04rem .24rem;
    border: 1px solid #30a680
}

.container-pc .test-drive-pc .form .code-active:hover {
    color: #32a277
}

.container-pc .test-drive-pc .form .selected-have {
    position: relative
}

.container-pc .test-drive-pc .form .selected-have:before {
    content: "\8BF7\9009\62E9\8BD5\9A7E\95E8\5E97";
    color: #a2aab1;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    font-size: .2133333333rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.container-pc .test-drive-pc .form .smp-name {
    position: relative;
    cursor: pointer
}

.container-pc .test-drive-pc .form .smp-name span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 1.2rem;
    background: #d2d2d2;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 1.2rem
}

.container-pc .test-drive-pc .form .smp-name span img {
    width: .8rem
}

.container-pc .test-drive-pc .form .agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    height: auto;
    font-size: .85rem;
    line-height: 1.2rem;
    margin-top: 1.2rem;
    color: #b2b2b2
}

.container-pc .test-drive-pc .form .agree:after {
    content: none
}

.container-pc .test-drive-pc .form .agree-title {
    margin-left: .5rem;
    text-align: left
}

.container-pc .test-drive-pc .form .agree-title a {
    color: #b2b2b2;
    cursor: pointer
}

.container-pc .test-drive-pc .form .agree-title a:hover {
    color: #30a680
}

.container-pc .test-drive-pc .form-submit {
    margin-top: 3.8rem;
    margin-bottom: 5rem;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
}

.container-pc .test-drive-pc .form-submit .button,
.test-drive-pc .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.container-pc .test-drive-pc .form-submit .button {
    border-radius: 0;
    border: none;
    outline: none;
    width: 22rem;
    height: 4rem;
    font-size: 1.5rem;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.container-pc .test-drive-pc .form-submit-active {
    background: #30a680;
    cursor: pointer
}

.container-pc .test-drive-pc .form-submit-active:hover {
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 1px 1px #3dbe94
}

.container-pc .test-drive-pc .form-submit-disabled {
    background: #a8a8a8
}

.test-drive-mb .select {
    width: 100%;
    height: 8rem;
    background-size: 100% 100%
}

.test-drive-mb .select-container {
    width: 100%;
    box-sizing: border-box;
    padding-top: 5.3066666667rem;
    padding-left: .8rem;
    padding-right: .8rem;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    color: #fff
}

.test-drive-mb .select-container .title {
    font-size: .8rem;
    color: #fff;
    line-height: .8rem;
    text-align: left
}

.test-drive-mb .select-container .type {
    font-size: .2666666667rem;
    line-height: .2666666667rem;
    padding-top: .2666666667rem;
    padding-bottom: .5066666667rem;
    text-align: left
}

.test-drive-mb .select-container .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.test-drive-mb .select-container .bottom .item img {
    width: 100%;
    height: .3466666667rem
}

.test-drive-mb .form {
    width: 100%;
    box-sizing: border-box;
    padding: .4rem .9066666667rem 0 .9066666667rem;
    position: relative
}

.test-drive-mb .form-item {
    box-sizing: border-box;
    width: 100%;
    height: 1.2933333333rem;
    font-size: .32rem;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.test-drive-mb .form-item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5)
}

.test-drive-mb .form-item input[type=text] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: .32rem;
    color: #333;
    background-color: transparent;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
}

.test-drive-mb .form-item input[type=text]::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: .32rem
}

.test-drive-mb .form-item input[type=text]:-moz-placeholder,
.test-drive-mb .form-item input[type=text]::-moz-placeholder {
    color: #b2b2b2;
    font-size: .32rem
}

.test-drive-mb .form-item input[type=text]:-ms-input-placeholder {
    color: #b2b2b2;
    font-size: .32rem
}

.test-drive-mb .form .none-input {
    position: relative
}

.test-drive-mb .form .none-input:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -1px;
    border-bottom: .0266666667rem solid #30bf94
}

.test-drive-mb .form .code {
    position: relative
}

.test-drive-mb .form .code span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: .32rem;
    box-sizing: border-box
}

.test-drive-mb .form .code-default {
    color: #a2aab1;
    padding: .08rem .24rem;
    border: 1px solid #a2aab1
}

.test-drive-mb .form .code-active {
    cursor: pointer;
    color: #30a680;
    padding: .08rem .24rem;
    border: 1px solid #30a680
}

.test-drive-mb .form .code-active:hover {
    color: #32a277
}

.test-drive-mb .form .selected-have {
    position: relative
}

.test-drive-mb .form .selected-have:before {
    content: "\8BF7\9009\62E9\8BD5\9A7E\95E8\5E97";
    color: #a2aab1;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    font-size: .32rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.test-drive-mb .form .smp-name {
    position: relative;
    cursor: pointer
}

.test-drive-mb .form .smp-name span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: .9333333333rem;
    height: .4rem;
    background: #d2d2d2;
    position: absolute;
    right: .2266666667rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: .2rem
}

.test-drive-mb .form .smp-name span img {
    width: .2666666667rem
}

.test-drive-mb .form .agree {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: none;
    height: auto;
    font-size: .32rem;
    line-height: .3733333333rem;
    margin-top: .2533333333rem;
    color: #b2b2b2;
    position: relative
}

.test-drive-mb .form .agree:after {
    content: none
}

.test-drive-mb .form .agree>img {
    width: .3466666667rem
}

.test-drive-mb .form .agree-title {
    margin-left: .2133333333rem;
    text-align: left;
    line-height: .4533333333rem;
    font-size: .32rem;
    color: #b2b2b2
}

.test-drive-mb .form .agree-title a {
    color: #b2b2b2;
    cursor: pointer
}

.test-drive-mb .form .agree-title a:hover {
    color: #30a680
}

.test-drive-mb .form-submit {
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    margin-top: .8rem;
    margin-bottom: 1.0666666667rem
}

.test-drive-mb .form-submit .button,
.test-drive-mb .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.test-drive-mb .form-submit .button {
    border-radius: 0;
    border: none;
    outline: none;
    width: 6.5066666667rem;
    height: .8rem;
    font-size: .32rem;
    color: #e9e9e9;
    -webkit-transition: .5s;
    transition: .5s
}

.test-drive-mb .form-submit-active {
    background: #30a680;
    cursor: pointer
}

.test-drive-mb .form-submit-active:hover {
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 1px 1px #3dbe94
}

.test-drive-mb .form-submit-disabled {
    background: #a8a8a8
}

@media screen and (min-width:1024px) {
    .outside-pc {
        background: #fff
    }

    .outside-pc .item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        box-sizing: border-box;
        padding-left: .8rem;
        padding-right: .8rem
    }

    .outside-pc .item-padding:after {
        content: "";
        width: 100%;
        height: 1.1066666667rem;
        position: absolute;
        top: 100%;
        left: 0
    }

    .outside-pc .item-top {
        padding-top: .6666666667rem
    }

    .outside-pc .item-bottom {
        padding-bottom: .6666666667rem
    }

    .outside-pc .item .desc {
        min-width: 5.5733333333rem;
        max-width: 5.72rem
    }

    .outside-pc .item .desc-item {
        color: #666;
        text-align: left
    }

    .outside-pc .item .desc-item .title {
        font-size: .32rem;
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
        line-height: .44rem;
        padding: .8533333333rem 0 .4666666667rem 0
    }

    .outside-pc .item .desc-item .title-special {
        padding: 2.2533333333rem 0 .5333333333rem 0
    }

    .outside-pc .item .desc-item .titleEn {
        font-size: .4266666667rem;
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
        line-height: .4266666667rem;
        padding: 1.1466666667rem 0 .5333333333rem 0
    }

    .outside-pc .item .desc-item .titleEn-special {
        padding: 2.48rem 0 .5333333333rem 0
    }

    .outside-pc .item .desc-item .intro {
        font-size: .2133333333rem;
        font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
        line-height: .2933333333rem;
        box-sizing: content-box
    }

    .outside-pc .item .desc-item .tips {
        font-size: .16rem;
        font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
        color: #999;
        line-height: .2266666667rem;
        padding-top: .4666666667rem
    }

    .outside-pc .item .img {
        width: 14.5866666667rem
    }

    .outside-pc .item .img img {
        width: 100%;
        vertical-align: bottom
    }
}

@media screen and (max-width:1023px) {
    .outside-pc {
        background: #fff
    }

    .outside-pc .item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        box-sizing: border-box;
        padding-left: .8rem;
        padding-right: .8rem
    }

    .outside-pc .item-padding:after {
        content: "";
        width: 100%;
        height: 1.1066666667rem;
        position: absolute;
        top: 100%;
        left: 0
    }

    .outside-pc .item-top {
        padding-top: .6666666667rem
    }

    .outside-pc .item-bottom {
        padding-bottom: .6666666667rem
    }

    .outside-pc .item .desc {
        min-width: 5.5733333333rem;
        max-width: 5.72rem
    }

    .outside-pc .item .desc-item {
        color: #666;
        text-align: left
    }

    .outside-pc .item .desc-item .title {
        font-size: .32rem;
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
        line-height: .44rem;
        padding: 1.1466666667rem 0 .5333333333rem 0
    }

    .outside-pc .item .desc-item .title-special {
        padding: 1.6533333333rem 0 .4666666667rem 0
    }

    .outside-pc .item .desc-item .titleEn {
        font-size: .48rem;
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
        line-height: .6666666667rem;
        padding: 1.12rem 0 .5333333333rem 0
    }

    .outside-pc .item .desc-item .titleEn-special {
        padding: 2.48rem 0 .5333333333rem 0
    }

    .outside-pc .item .desc-item .intro {
        font-size: .2133333333rem;
        font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
        line-height: .4rem;
        box-sizing: content-box
    }

    .outside-pc .item .desc-item .tips {
        font-size: .16rem;
        font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
        color: #999;
        line-height: .2266666667rem;
        padding-top: .1733333333rem
    }

    .outside-pc .item .img {
        width: 14.5866666667rem
    }

    .outside-pc .item .img img {
        width: 100%;
        vertical-align: bottom
    }
}

@media screen and (min-width:1024px) {
    .inside-pc .item {
        width: 100%;
        background-size: 100%;
        position: relative;
        z-index: 1
    }

    .inside-pc .item-padding:after {
        content: "";
        width: 100%;
        height: 1.1066666667rem;
        position: absolute;
        top: 100%;
        left: 0
    }

    .inside-pc .item img {
        width: 100%;
        height: auto
    }

    .inside-pc .item .content {
        position: absolute;
        z-index: 2;
        left: .8rem;
        bottom: 1.3333333333rem;
        color: #fff;
        text-align: left
    }

    .inside-pc .item .content-title {
        font-size: .32rem;
        line-height: .44rem;
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
    }

    .inside-pc .item .content-desc {
        font-size: .2133333333rem;
        line-height: .32rem;
        font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
        font-weight: 300;
        padding-top: .4666666667rem
    }

    .inside-pc .item .content .tips {
        font-size: .2133333333rem;
        font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
        font-weight: 400;
        color: #fff;
        line-height: .2933333333rem;
        margin-top: .2666666667rem
    }
}

@media screen and (max-width:1023px) {
    .inside-pc .item {
        width: 100%;
        background-size: 100%;
        position: relative;
        z-index: 1
    }

    .inside-pc .item-padding:after {
        content: "";
        width: 100%;
        height: 1.1066666667rem;
        position: absolute;
        top: 100%;
        left: 0
    }

    .inside-pc .item img {
        width: 100%;
        height: auto
    }

    .inside-pc .item .content {
        position: absolute;
        z-index: 2;
        left: .8rem;
        bottom: 1.3333333333rem;
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
        color: #fff;
        text-align: left
    }

    .inside-pc .item .content-title {
        font-size: .56rem;
        line-height: .6666666667rem
    }

    .inside-pc .item .content-desc {
        font-weight: 300;
        padding-top: .5333333333rem
    }

    .inside-pc .item .content-desc,
    .inside-pc .item .content .tips {
        font-size: .2133333333rem;
        line-height: .4266666667rem;
        font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi
    }

    .inside-pc .item .content .tips {
        font-weight: 400;
        color: #fff;
        margin-top: .2666666667rem
    }
}

.container-pc {
    width: 33.5rem;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 11.6rem;
    right: 6.6rem;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi
}

@media screen and (max-width:1024px) {
    .container-pc {
        width: 100%;
        top: unset;
        right: unset;
        background: #fff;
    }



    footer {
        padding: 0;
        background: unset;
    }

    .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        max-width: 95%;
    }



    @-webkit-keyframes rotatefresh {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            -webkit-transition: 1s;
            transition: 1s;
        }
    }

    @keyframes rotatefresh {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            -webkit-transition: 1s;
            transition: 1s;
        }
    }



    .footer-copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0 !important;
        padding: 0.4rem 0 !important;
        width: 100%;
        height: auto;
        font-family: 'sourceLight';
        color: #333;
        background-color: #3db18e;
        font-size: 0.2rem !important;
        border-top: 0.02rem solid rgba(153, 153, 153, 0.2);
    }

    .footer-copyright p {
        height: 0.5rem !important;
        line-height: 0.5rem !important;
        font-size: 0.2rem !important;
    }

    .footer-copyright p .footer-logo {
        position: relative;
        top: 0.05rem !important;
        margin-left: 0.05rem !important;
        display: inline-block;
        width: 0.8rem !important;
        height: 0.26rem !important;
        background: no-repeat url("../images/logo-xghl.png") center !important;
        background-size: cover !important;
    }

    /* footer nav*/
    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 1.08rem;
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 750px;
        background: #282E6C;
        opacity: 1;
        z-index: 999;
    }

    .footer-nav a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        height: 100%;
        color: white;
        font-size: 0.24rem;
        text-align: center;
        line-height: 1.55rem;
        line-height: 0.3rem;
        font-weight: bold;
    }

    .footer-nav a i {
        font-size: 0.4rem;
        line-height: 0.5rem;
        margin-top: 0.1rem;
        display: block;
        text-align: center;
        margin-bottom: 0.05rem;
    }

    /* .footer-nav a.footer-nav-map {
    background: url("../images/bottom_map.png") no-repeat center 0.12rem;
    background-size: 0.32rem 0.46rem;
  } */
    .footer-nav a.footer-nav-tel {
        border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
        border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
        /* background: url("../images/bottom_tel.png") no-repeat center 0.17rem;
    background-size: 0.38rem; */
    }

    /* .footer-nav a.footer-nav-top {
    background: url("../images/bottom_top.png") no-repeat center 0.26rem;
    background-size: 0.67rem 0.28rem;
  } */
    .footer-nav.fixed {
        position: fixed;
    }
    .banner-pc .slogan .btn .common {
        width: 4.75rem;
        height: 1rem;
    }
    .m7-pc {
        /* height:46.5rem; */
    }

    .m7-pc .test-drive-container {
        height: 13rem;
    }

    .banner-pc .desc {
        display: none;
    }
    .success {
        width: 100vw;
        height: calc(100vh - 1rem);
        box-sizing: border-box;
        position: fixed;
        z-index: 99999;
        top: 1rem;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5)
    }

    .success .container {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .success .container .details {
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: 50%;
        width: 79.5%;
        position: relative;
        font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
        padding-top: 3.5rem
    }

    .success .container .details .close {
        width: .3rem;
        position: absolute;
        top: .4rem;
        right: .4rem
    }

    .success .container .details .headline {
        font-size: .3rem;
        font-weight: 600;
        color: #31bfa0;
        line-height: .3rem
    }

    .success .container .details .text {
        font-size: .2rem;
        font-weight: 400;
        color: #656c77;
        line-height: .5rem;
        margin-top: .3rem
    }

    .success .container .details .qrcode {
        width: 1.6rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .15rem;
        margin-top: .15rem;
    }

    .success .container .details .desc {
        font-size: .2rem;
        font-weight: 400;
        color: #a2aab1;
        line-height: .4rem;
        margin-top: .05rem;
        padding-bottom: .5rem
    }
}

.dialog {
    position: fixed;
    top: 1.3333333333rem;
    bottom: 0;
    left: 0;
    right: 0;
    color: #0f0f0f;
    z-index: 999;
    background: #fcfcfc;
    height: calc(100vh - 1.33333rem)
}

.dialog .swiper {
    width: 100%;
    height: 100%;
    text-align: left
}

.dialog .swiper .img-container {
    height: 7.2rem
}

.dialog .swiper .img-container .img {
    width: 100vw;
    height: 7.2rem;
    min-width: 7.2rem;
    object-fit: cover;
    position: relative
}

.dialog .swiper .img-container .img[lazy=loading] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 7.2rem;
    position: absolute;
    top: 2.9333333333rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dialog .swiper .img-container .img[lazy=loading],
.dialog .swiper .swiper-pagination-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dialog .swiper .swiper-pagination-bullets {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.dialog .swiper .details {
    height: calc(100vh - 8.53333rem);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding-left: .7466666667rem;
    padding-right: .7466666667rem
}

.dialog .swiper .details .title {
    padding-top: .48rem;
    font-size: .64rem;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: 400;
    color: #666;
    line-height: .8rem
}

.dialog .swiper .details .subtitle {
    font-size: .3733333333rem;
    font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
    font-weight: 400;
    color: #999;
    line-height: .5333333333rem
}

.dialog .swiper .details .desc {
    margin-top: .6933333333rem;
    font-size: .3733333333rem;
    font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
    font-weight: 400;
    color: #999;
    line-height: .6133333333rem;
    overflow-y: scroll;
    padding-bottom: 1.3333333333rem
}

.dialog .swiper .swiper-pagination {
    width: 3.0666666667rem !important;
    height: .3733333333rem;
    line-height: .3733333333rem;
    margin-left: 3.6rem;
    background: rgba(0, 0, 0, .2);
    border-radius: .1866666667rem;
    top: 6.4533333333rem;
    padding-left: .1066666667rem;
    padding-right: .1066666667rem
}

.dialog .swiper .swiper-pagination-bullet {
    width: .1066666667rem;
    height: .1066666667rem;
    background: #fff;
    opacity: 1
}

.dialog .swiper .swiper-pagination-bullet-active {
    background: #fff;
    width: .2133333333rem;
    height: .2133333333rem
}

.dialog .closeIcon {
    width: .5333333333rem;
    height: .5333333333rem;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    line-height: .5333333333rem;
    border-radius: 50%;
    font-size: .5333333333rem;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: .48rem;
    right: .56rem
}

.el-image-viewer__close {
    top: 1.6rem !important;
    right: .2666666667rem
}
