body{
    max-width: 100% !important;
    font-family: '宋体-简'
}

input{
        outline: none;
    border: none;
}

.home-all{
    background: #f2edea;
}

main{

}
.module3{
    width: 100%;
    background-image: url(//www.zjljsv.com/dist/statics/images/new-home/video-bg.jpg);
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10vh;
    overflow: hidden
}
.video-bg{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.video-bg img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.line-box{
    left: 50%;
    top: .8rem;
    position: absolute;
    transform: translateX(-50%);
}
.line-box img{
    width: 100%;
}
.module3 .module3-box{
    top: 0;
    height: 100vh;
    position: sticky;
    background-color: #f2edea;
    width: 100%;
}
.module3 .module3-title1{
    font-size: .56rem;
    color: #111;
    opacity: 1;
    transition: all .3s;
    z-index: 1;
    font-weight: 200;
    text-align: center;
    line-height: 1.5;
    padding-top: 10vh
}
.module3  .module3-title2{
    font-size: .3rem;
    opacity: 1;
    transition: all .3s;
    z-index: 1;
    letter-spacing: .05rem;
    font-weight: 300;
}
.module3 .mouse-box{
    width: 100vw;
    height: 80vh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    cursor: none;
}
.module3-position{
    height: 50vh
}
#main-video{
    width: 80vw;
    height: auto;
    display: block;
    margin: 0 auto;
        margin-top: 10vh;
        border-radius: 30px;
}
.module4{
    padding: 1.3rem 2.1rem 1.1rem 2.1rem;
    position: relative;
    background-color: #fff;
}
.module4-top-box{
    background-color: #f2edea;
    height: 50vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.module4-box-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mobule4-box-life{
    position: relative;
}
.mobule4-box-life .bg{
    width: 100%;
}
.mobule4-box-life .bg img{
    width: 100%;
}
.mobule4-box-life .module4-bottom-life{
    position: absolute;
    right: 11vw;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}
.mobule4-box-life .module4-bottom-life .en{
font-size: .18rem;
    font-weight: 300;
    letter-spacing: .01rem;
}
.mobule4-box-life .module4-bottom-life .cn{
    font-size: .24rem;
    margin-top: 0.1rem;
    font-weight: 300;
}
.mobule4-box-life .module4-bottom-life .module4-bth{
    height: 0.5rem;
    width: 2.2rem;
    border: 1px solid #86655d;
    font-size: .14rem;
    color: #86655d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    font-weight: 300
}
.mobule4-box-life .module4-bottom-life .module4-bth:hover{
    background: #f2edea
}
.mobule4-box-life .module4-bottom-life .module4-bth::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.mobule4-box-life .module4-bottom-life .module4-bth:hover::after {
    transform: scale(1,1);
}





.module4-box-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 1.3rem;
}
.module4-box{
    width: 4.9rem;
    border-radius: .2rem;
    position: relative;
    height: 7.7rem;
}
.module4-img-box{
    width: 100%;
    height: 4.9rem;
    border-radius: .3rem .3rem 0 .3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.module4-box-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .1s;
}
.module4-box-img:hover{
   transform: scale(1.08);
       transition: all 1s;
}
.module4-bottom{
    height: 3.1rem;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: .4rem;
    left: 0;
    padding: .6rem .45rem;
    box-sizing: border-box;
    display: flex;
    background-image: url(//www.zjljsv.com/dist/statics/images/new-home/bk-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: column
}


.module4-bottom .en{
font-size: .18rem;
    font-weight: 300;
    letter-spacing: .01rem;
}
.module4-bottom .cn{
    font-size: .24rem;
    margin-top: 0.1rem;
    font-weight: 300;
}
.module4-bottom .module4-bth{
    height: 0.5rem;
    width: 2.2rem;
    border: 1px solid #86655d;
    font-size: .14rem;
    color: #86655d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .6rem;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    font-weight: 300
}
.module4-bottom .module4-bth:hover{
    background: #f2edea
}
.module4-bottom .module4-bth::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.module4-bottom .module4-bth:hover::after {
    transform: scale(1,1);
}

.module5{
    width: 100%;
    position: relative;
}
.app-img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.app-box{
    position: absolute;
    right: 2.74rem;
    top: 50%;
    transform: translateY(-50%);
}
.app-box-title{
    font-size: .38rem;
    color: #000;
    font-weight: 300;
    letter-spacing: .05rem;
}
.app-box-desc{
    font-size: .22rem;
    margin-top: 0.11rem;
    color: #000;
    font-weight: 300;
}
.app-box-qrcode-box{
    display: flex;
    align-items: center;
    margin-top: .3rem
}
.app-box-qrcode-right{
    margin-left: .3rem;
}
.app-box-qrcode{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 8px;

}
.app-box-qrcode-title{
    display: flex;
    flex-direction: column;
    margin-left: .25rem
}
.app-box-qrcode-title div{
    width: 1.56rem;
    height: .42rem;
    background: #fff;
    border-radius: .09rem;
    font-size: .14rem;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center
}
.app-box-qrcode-title div:nth-of-type(2){
    margin-top: .19rem
}
.app-box-tip{
    color: rgba(0, 0, 0, .5);
    font-size: .16rem;
    margin-top: .1rem
}
.app-box-tip1{
   margin-top: .1rem 
}
.home-test-drive {
  background:#fff;
  width: 100%;
  padding: 0.2rem 2rem 1.6rem 2rem;;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  position: relative
}
.home-test-drive-title-box{
    text-align: left;
    background: #fff;
    padding-left: 2rem;

}
.home-test-drive-title-box .home-test-drive-title1{
    font-size: .42rem;
    color: #111;
    font-weight: 200
}
.home-test-drive-title-box .home-test-drive-title2{
    font-size: .24rem;
    letter-spacing: .05rem;
    font-weight: 300;
    margin-top: .2rem;
}
.home-test-drive .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative
}
.home-test-drive .left div {
  font-size: 0.26rem;
  font-weight: bold;
}
.home-test-drive .left div span {
  font-size: 0.21rem;
  font-weight: 300;
}
.home-test-drive .left img {
width: 120%;
    position: absolute;
    left: -1.5rem;
    top: 70%;
    transform: translateY(-50%);
}
.home-test-drive .left .oqt-img{
position: absolute;
    width: 100%;
    top: 57%;
    left: -10%;
    transform: translateY(-50%);
}
.home-test-drive .right {
  width: 60%;
}
.home-test-drive .right .right-car-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-test-drive .right .right-car-list li {
  width: 1.3rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  background-color: #fff;
  color: #897c78;
  cursor: pointer;
  border-radius: 20px;
  margin-left: 0.13rem;
  font-weight: 300
}
.home-test-drive .right .right-car-list .active-car-id{
    background: #897c78;
    color: #fff
}
.home-test-drive .right .form {
  margin-top: 0.7rem;
}
.home-test-drive .right .form .form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.25rem;
}
.home-test-drive .right .form .form-box .box {
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.home-test-drive .right .form .form-box .box:nth-of-type(1){
    z-index: 4
}
.home-test-drive .right .form .form-box .box input {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 0.16rem;
  position: relative;
  z-index: 3;
  background-color: #f6f6f6;
  padding: 0 0.34rem;
  font-weight: 300
}
.home-test-drive .right .form .form-box .box input:disabled {
  background-color: #f6f6f6;
  cursor: pointer;
}
.home-test-drive .right .form .form-box .err-msg{
    position: absolute;
    z-index: 3;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}
.home-test-drive .right .form .form-box .err-msg img{
 width: 80%;
}
.home-test-drive .right .form .form-box .err-msg span{
    background-color: #fff;
    white-space: nowrap;
    top: -0.4rem;
    font-size: .16rem;
    padding: 0.05rem 0.17rem;
    border-radius: 0.06rem;
    color: #696969;
    font-weight: 400;
    box-shadow: 0 2px 4px 0 #ddd;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: none
}
.home-test-drive .right .form .form-box .err-msg span em {
    display: block;
    bottom: -0.08rem;
    border: 0.04rem dashed transparent;
    border-top: 0.04rem solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.home-test-drive .right .form .form-box .box .icon-box {
  width: 0.12rem;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  z-index: 3;
}
.home-test-drive .right .form .form-box .box .icon-box img {
  display: block;
  width: 100%;
}
.home-test-drive .right .form .form-box .box .select-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.3);
  padding: 0.67rem 0.2rem 0.2rem;
  box-sizing: border-box;
  overflow-y: scroll;
  display: none;
}
.home-test-drive .right .form .form-box .box .select-list li {
  font-size: 0.16rem;
  cursor: pointer;
  height: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  border-radius: 0.1rem;
  transition: all 0.3s;
  font-weight: 300
}
.home-test-drive .right .form .form-box .box .select-list li:hover {
  background-color: #f4f4f4;
}
.home-test-drive .right .form .form-box .box-last {
  width: 100%;
  height: 0.6rem;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.home-test-drive .right .form .form-box .box-last input {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 0.16rem;
  padding: 0 0.34rem;
  position: relative;
  z-index: 2;
  background: #f6f6f6;
  font-weight: 300
}
.home-test-drive .right .form .form-box .box-last input:disabled {
  background-color: #f6f6f6;
  cursor: pointer;
}

.getcode{
        font-weight: 300;
        font-size: .16rem;
        color: #999;
        padding-right: .34rem;
        transition: all .3s;
    cursor: pointer;
    pointer-events: none;
}
.getcode.active{
    color: #000;
    pointer-events: auto;
}
#code-input{
    width: 60%
}

.home-test-drive .right .form .form-box .box-last .err-msg{
    position: absolute;
    z-index: 3;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}
.home-test-drive .right .form .form-box .box-last .err-msg img{
 width: 80%;
}
.home-test-drive .right .form .form-box .box-last .err-msg span{
    background-color: #fff;
    white-space: nowrap;
    top: -0.4rem;
    font-size: .16rem;
    padding: 0.05rem 0.17rem;
    border-radius: 0.06rem;
    color: #696969;
    font-weight: 300;
    box-shadow: 0 2px 4px 0 #ddd;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: none;
    
}
.home-test-drive .right .form .form-box .box-last .err-msg span em {
    display: block;
    bottom: -0.08rem;
    border: 0.04rem dashed transparent;
    border-top: 0.04rem solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}



.home-test-drive .right .form .form-box .box-last .icon-box {
  width: 0.12rem;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  z-index: 3;
}
.home-test-drive .right .form .form-box .box-last .icon-box img {
  display: block;
  width: 100%;
}
.home-test-drive .right .form .form-box .box-last .select-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.3);
  padding: 0.67rem 0.2rem 0.2rem;
  box-sizing: border-box;
  overflow-y: scroll;
  display: none;
}
.select-title{
    display: none
}
.home-test-drive .right .form .form-box .box-last .select-list li {
  font-size: 0.16rem;
  cursor: pointer;
  height: 0.6rem;
  display: flex;
  align-items: flex-start;
  padding-left: 0.2rem;
  border-radius: 0.1rem;
  transition: all 0.3s;
  font-weight: 300;
  flex-direction: column;
  justify-content: center
}
.home-test-drive .right .form .form-box .box-last .select-list li .address{
    color: #999;
    font-size: .12rem;
    margin-top: 0.02rem;
}
.home-test-drive .right .form .form-box .box-last .select-list li:hover {
  background-color: #f4f4f4;
}
.home-test-drive .right .form .form-box .box:nth-last-of-type(1) {
  margin-left: 0.2rem;
}
.home-test-drive .right .agree-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.home-test-drive .right .agree-box .agree-left {
  display: flex;
  align-items: center;
  position: relative
}
.agree-err{
    position: absolute;
    top: 0.4rem;
    left: 0;
    display: none;
    align-items: center;
}
.agree-err img{
    width: .15rem
}
.agree-err div{
    font-size: .16rem;
    margin-left: 0.1rem;
    color: #f5222d;
}
.home-test-drive .right .agree-box .agree-left .true {
    width: 0.25rem;
    height: 0.25rem;
    border: 1px solid #897c78;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-test-drive .right .agree-box .agree-left .true div{
    width: 0.25rem;
    height: 0.25rem;
    background: #897c78;
    display: none;
    /* border: 1px solid #897c78; */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.home-test-drive .right .agree-box .agree-left .true div img{
    width: 100%;
    height: 100%
}
.home-test-drive .right .agree-box .agree-left .desc {
  font-size: 0.16rem;
  color: #111;
  margin-left: 0.15rem;
  font-weight: 300
}
.home-test-drive .right .agree-box .agree-left .desc a {
  color: #111;
}
.home-test-drive .right .agree-box .agree-right {
  width: 2.28rem;
  height: 0.53rem;
  background-color: #fff;
  border: solid 1px #4f2c28;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f2c28;
  font-size: 0.14rem;
  cursor: pointer;
  position: relative;
  font-weight: 300
}
.home-test-drive .right .agree-box .agree-right:hover{
    background: #f2edea
}
.home-test-drive .right .agree-box .agree-right::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.home-test-drive .right .agree-box .agree-right:hover::after {
    transform: scale(1,1);
}
#province-input{
    cursor: pointer
}
#city-input{
    cursor: pointer
}
#dearInput{
    cursor: pointer
}
.news-box{
    background: #fff;
    padding-bottom: 1.1rem
}
.news-list-line{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
}
.news-list-line img{
    width: auto;
}
.cursor {
    width: 7px;
    height: 7px;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

.cursor1 {
    width: 1rem;
    height: 1rem;
    border: 0;
    margin-left: -50px;
    margin-top: -50px;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    z-index: 9999999;
}

.video-cursor {
    background-image: url(//www.zjljsv.com/dist/statics/images/new-home/play.png);
    background-repeat: no-repeat;
    background-size: cover
}
.mask-video-close{
    display: block;
    position: fixed;
    width: .6rem;
    height: .6rem;
    z-index: 999;
    top: 5%;
    right: 5%
}
.mask-video-close img{
    width: 100%;
    height: 100%;
    cursor: pointer
}
.mask-video{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    display: none
}
.mask-video video{
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media (min-width:2500px) and (max-width: 2560px) {
    .mobule4-box-life .module4-bottom-life{
        right: 19%
    }
}
@media (max-width: 767px) {
.module4-box-content{
    flex-direction: column
}
  .home-all{
    background: #f2edea;
}
.home-test-drive-title-box{
    text-align: center;
    background: #fff;
    padding-left: 0;
    width: 100%
}
main{

}
.module3{
    height: 60vh;
    width: 100%;
    background-color: #f2edea;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.video-bg{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
#main-video-mb{
    width: 90%;
    margin: 1rem auto 0;
    border-radius: 20px;
}
#h6s_tvc{
    position: relative
}
.block-poster-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: #000;
    z-index: 1;
    transition: 0.3s;
    opacity: 0.8;
    width: 90%;
    margin: 1rem auto 0;
    border-radius: 20px;
}
.block-poster-mask:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin: -0.75rem 0 0 -0.75rem;
}
.block-poster-mask:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 0.75rem;
    border-color: transparent transparent transparent #222;
    transform: translate(-40%, -50%) scale(0.8);
}
.trigger-mute-btn {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    z-index: 1;
    display: flex;
    width: 0.4rem;
    height: 0.4rem;
    color: #fff;
    /* background-color: #c00; */
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.slider .trigger-mute-btn {
    top: 2rem !important;
    right: 4rem !important;
}
.trigger-mute-btn .icon {
    width: 2em;
    height: auto;
    font-size: 0.28rem;
    color: #fff;
}
.trigger-mute-btn .icon img{
    width: 100%;
    height: 100%
}
.trigger-mute-btn .iconunmute{
    display: block
}

.trigger-mute-btn.is-muted .iconunmute {
    display: none;
}
.trigger-mute-btn .iconmuted{
    display: none
}
.trigger-mute-btn.is-muted .iconmuted {
    display: block;
}
.video-bg img{
    width: 100%;
    object-fit: cover;
    height: 60%;
}
.line-box{
    left: 50%;
    top: .8rem;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 .58rem;
    top: -18% !important;
}
.line-box img{
    width: 100%;
}
.module3 .module3-box{
    top: 0;
    height: 100vh;
    position: sticky;
    background-color: #f2edea;
    width: 100%;
}
.module3 .module3-box .module3-title1{
    font-size: .47rem;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    color: #111;
    top: 0;
    transform: translate(-50%,20vh);
    opacity: 0;
    transition: all .3s;
    z-index: 1;
    font-family: fa;
}
.module3 .module3-box .module3-title2{
    font-size: .3rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,28vh);
    opacity: 0;
    transition: all .3s;
    z-index: 1;
    letter-spacing: .03rem;
    width: 100%;
    text-align: center;
}
.module3 .mouse-box{
    width: 100vw;
    height: 80vh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    cursor: none;
    display: none
}
.module3-position{
    height: 50vh
}
#main-video{
    width: 80vw;
    height: auto;
    display: block;
    margin: 0 auto;
        margin-top: 10vh;
        border-radius: 30px;
}
.module4{
    padding: 0vh .58rem 1rem .58rem;
    position: relative;
    background-color: #fff;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.module4-top-box{
    background-color: #f2edea;
    height: 57vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.module4 .module4-box-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column

}
.module4-box{
    width: 100%;
    border-radius: .2rem;
    position: relative;
    height: 8.65rem;
}
.module4-img-box{
    width: 100%;
    height: 7.5rem;
    border-radius: .2rem .2rem 0 .2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.module4-box-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}
.module4-box-img:hover{
   transform: scale(1.1);
}
.module4-bottom{
    height: 2.1rem;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: .4rem;
    left: 0;
    padding: .6rem .58rem 0.7rem .58rem;
    box-sizing: border-box;
    display: flex;
    background-image: url(//www.zjljsv.com/dist/statics/images/new-home/bk-bg-mb.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}


.module4-bottom .en{
    font-size: .24rem;
    font-weight: 300;
    margin-top: 0.2rem;
}
.module4-bottom .cn{
font-size: .38rem;
    margin-top: 0rem;
}
.module4-bottom .module4-bth{
    height: .6rem;
    width: 2.6rem;
    border: 1px solid #86655d;
    font-size: .14rem;
    color: #86655d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .6rem;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    display: none
}
.module4-bottom .module4-bth:hover{
    background: #f2edea
}
.module4-bottom .module4-bth::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.module4-bottom .module4-bth:hover::after {
    transform: scale(1,1);
}
.right-arrow{
    position: absolute;
    right: 0.6rem;
    top: 55%;
    width: 0.5rem;
}
.module5{
    width: 100%;
    position: relative;
    height: 13.7rem
}
.app-img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.app-box{
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%
}
.app-box-title{
    font-size: .53rem;
    color: #000;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300
}
.app-box-desc{
    font-size: .24rem;
    margin-top: 0.11rem;
    color: #000;
    position: absolute;
    left: 50%;
    top: 1.75rem;
    transform: translateX(-50%);
    letter-spacing: .05rem;
    width: 100%;
    text-align: center;
    }
.app-box-qrcode-box{
    display: flex;
    align-items: center;
    margin-top: .3rem
}
.app-box-qrcode-right{
    margin-left: .3rem;
}
.app-box-qrcode{
    width: 1.82rem;
    height: 1.82rem;
    position: absolute;
    bottom: 2.6rem;
    left: 50%;
    transform: translateX(-50%);
}
.app-box-qrcode-title{
    display: flex;
    flex-direction: column;
    margin-left: .25rem
}
.app-box-qrcode-title div{
    width: 1.56rem;
    height: .42rem;
    background: #fff;
    border-radius: .09rem;
    font-size: .14rem;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center
}
.app-box-qrcode-title div:nth-of-type(2){
    margin-top: .19rem
}
.app-box-tip{
    color: rgba(0, 0, 0, .5);
    font-size: .12rem;
    margin-top: .2rem
}
.app-box-tip1{
    margin-top: .12rem;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    bottom: .95rem;
    font-size: .23rem;}
.app-box-tip2{
    position: absolute;
    bottom: 1.98rem;
    left: 50%;
    transform: translateX(-50%);
    color: #111;
    font-size: .26rem;
    font-weight: 300;
}
.app-box-tip3{
    position: absolute;
    bottom: 1.34rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .23rem;
    color: rgba(0,0,0,.5);
}
.news-box{
    background: #fff;
    padding-bottom: 2rem
}
.news-list-line{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
    padding: 0 .58rem
}
.news-list-line img{
    width: 100%;
}
.cursor {
    width: 7px;
    height: 7px;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

.cursor1 {
    width: 1rem;
    height: 1rem;
    border: 0;
    margin-left: -50px;
    margin-top: -50px;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    z-index: 9999999;
}

.video-cursor {
    background-image: url(//www.zjljsv.com/dist/statics/images/new-home/play.png);
    background-repeat: no-repeat;
    background-size: cover
}
.mask-video-close{
    display: none;
    position: fixed;
    width: .6rem;
    height: .6rem;
    z-index: 999;
    top: 10%;
    right: 10%
}
.mask-video-close img{
    width: 100%;
    height: 100%;
    cursor: pointer
}
  .home-test-drive {
  background:#fff;
  width: 100%;
  padding: 3rem .56rem 1.56rem .56rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
}
.home-test-drive .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-test-drive .left div {
  font-size: 0.37rem;
  font-weight: bold;
}
.home-test-drive .left div span {
  font-size: 0.31rem;
  font-weight: 300;
}
.home-test-drive .left img {
  width: 100%;
  left: 0
}
.home-test-drive .right {
  width: 100%;
      margin-top: 1.8rem;
}
.home-test-drive .right .right-car-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-test-drive .right .right-car-list li {
  width: 1.47rem;
  height: 0.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  background-color: #fff;
  color: #897c78;
  cursor: pointer;
  border-radius: 20px;
  margin-left: 0.16rem;
}
.home-test-drive .right .right-car-list li:nth-of-type(1){
    margin-left: 0
}
.home-test-drive .right .right-car-list .active-car-id{
    background: #897c78;
    color: #fff
}
.home-test-drive .right .form {
  margin-top: 0.64rem;
}
.home-test-drive .right .form .form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.19rem;
}
.home-test-drive .right .form .form-box:nth-of-type(1){
    flex-direction: column
}
.home-test-drive .right .form .form-box .box {
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.home-test-drive .right .form .form-box .box:nth-of-type(1){
    z-index: 1
}
.home-test-drive .right .form .form-box .box input {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 0.23rem;
  position: relative;
  z-index: 3;
  background-color: #f6f6f6;
  padding: 0 0.26rem;
}
.getcode {
    font-size: .23rem
}
.home-test-drive .right .form .form-box .box input:disabled {
  background-color: #f6f6f6;
  cursor: pointer;
}
.home-test-drive .right .form .form-box .err-msg{
    position: absolute;
    z-index: 3;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}
.home-test-drive .right .form .form-box .err-msg img{
 width: 80%;
}
.home-test-drive .right .form .form-box .err-msg span{
    background-color: #fff;
    white-space: nowrap;
    top: -0.5rem;
    font-size: .16rem;
    padding: 0.05rem 0.17rem;
    border-radius: 0.06rem;
    color: #696969;
    font-weight: 400;
    box-shadow: 0 2px 4px 0 #ddd;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: none
}
.home-test-drive .right .form .form-box .err-msg span em {
    display: block;
    bottom: -0.08rem;
    border: 0.04rem dashed transparent;
    border-top: 0.04rem solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.home-test-drive .right .form .form-box .box .icon-box {
  width: 0.17rem;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  z-index: 3;
}
.home-test-drive .right .form .form-box .box .icon-box img {
  display: block;
  width: 100%;
}
.select-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .8rem;
}
.select-title div{
    font-size: .3rem
}
.select-title img{
    width: .28rem;
}
.select-mask-box{
    position: fixed;
    z-index: 222;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none
}
.home-test-drive .right .form .form-box .box .select-list-box{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 30%);
    padding: 0.2rem 0.6rem 0.2rem;
    box-sizing: border-box;
    min-height: 8rem;
    border-radius: .35rem .35rem 0 0;
    z-index: 22;
}
.home-test-drive .right .form .form-box .box .select-list {
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    padding: 0 .1rem;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
    min-height: 7rem;
    z-index: 22;
}
.home-test-drive .right .form .form-box .box .select-list li {
    font-size: 0.26rem;
    cursor: pointer;
    height: 0.5rem;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    transition: all 0.3s;
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    border-radius: 0;
}
.home-test-drive .right .form .form-box .box .select-list li:hover {
  background-color: #f4f4f4;
}
.home-test-drive .right .form .form-box .box-last {
  width: 100%;
  height: 0.8rem;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.home-test-drive .right .form .form-box .box-last input {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 0.23rem;
  padding: 0 0.26rem;
  position: relative;
  z-index: 2;
  background: #f6f6f6
}
.home-test-drive .right .form .form-box .box-last input:disabled {
  background-color: #f6f6f6;
  cursor: pointer;
}


.home-test-drive .right .form .form-box .box-last .err-msg{
    position: absolute;
    z-index: 3;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}
.home-test-drive .right .form .form-box .box-last .err-msg img{
 width: 80%;
}
.home-test-drive .right .form .form-box .box-last .err-msg span{
    background-color: #fff;
    white-space: nowrap;
    top: -0.5rem;
    font-size: .16rem;
    padding: 0.05rem 0.17rem;
    border-radius: 0.06rem;
    color: #696969;
    font-weight: 400;
    box-shadow: 0 2px 4px 0 #ddd;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: none
}
.home-test-drive .right .form .form-box .box-last .err-msg span em {
    display: block;
    bottom: -0.08rem;
    border: 0.04rem dashed transparent;
    border-top: 0.04rem solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}



.home-test-drive .right .form .form-box .box-last .icon-box {
  width: 0.17rem;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  z-index: 3;
}
.home-test-drive .right .form .form-box .box-last .icon-box img {
  display: block;
  width: 100%;
}
.home-test-drive .right .form .form-box .box-last .select-list-box{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 30%);
    padding: 0.2rem 0.6rem 0.2rem;
    box-sizing: border-box;
    min-height: 8rem;
    border-radius: .35rem .35rem 0 0;
    z-index: 22;
}
.home-test-drive .right .form .form-box .box-last .select-list {
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    padding: 0 .1rem;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
    min-height: 7rem;
    z-index: 22;
}
.home-test-drive .right .form .form-box .box-last .select-list li {
    font-size: 0.26rem;
    cursor: pointer;
    height: 0.5rem;
    display: flex;
    align-items: flex-start;
    padding-left: 0.2rem;
    transition: all 0.3s;
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    border-radius: 0;
}
.home-test-drive .right .form .form-box .box-last .select-list li .address{
    font-size: .2rem
}
.home-test-drive .right .form .form-box .box-last .select-list li:hover {
  background-color: #f4f4f4;
}
.home-test-drive .right .form .form-box .box:nth-last-of-type(1) {
  margin-left: 0.2rem;
}
.home-test-drive .right .form .form-box:nth-of-type(1) .box:nth-last-of-type(1) {
  margin-left: 0rem;
  margin-top: .19rem
}
.home-test-drive .right .agree-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
  flex-direction: column
}
.home-test-drive .right .agree-box .agree-left {
  display: flex;
  align-items: center;
  position: relative
}
.agree-err{
    position: absolute;
    top: 0.4rem;
    left: 0;
    display: none;
    align-items: center;
}
.agree-err img{
    width: .15rem
}
.agree-err div{
    font-size: .16rem;
    margin-left: 0.1rem;
    color: #f5222d;
}
.home-test-drive .right .agree-box .agree-left .true {
    width: 0.3rem;
    height: 0.3rem;
    border: 2px solid #897c78;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}
.home-test-drive .left .oqt-img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-test-drive .right .agree-box .agree-left .true div{
    width: 100%;
    height: 100%;
    background: #897c78;
    display: none;
}
.home-test-drive .right .agree-box .agree-left .true div img{
    width: 100%;
}
.home-test-drive .right .agree-box .agree-left .desc {
    font-size: 0.21rem;
    color: #111;
    margin-left: 0.17rem;
}
.home-test-drive .right .agree-box .agree-left .desc a {
  color: #111;
}
.home-test-drive .right .agree-box .agree-right {
 width: 100%;
    height: .8rem;
    background-color: #f2edea;
    border: solid 1px #4f2c28;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f2c28;
    font-size: 0.24rem;
    cursor: pointer;
    position: relative;
    margin-top: .65rem;
}
.home-test-drive .right .agree-box .agree-right:hover{
    background: transparent
}
.home-test-drive .right .agree-box .agree-right::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: none;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.home-test-drive .right .agree-box .agree-right:hover::after {
    transform: scale(1,1);
}
}


.qmsg.qmsg-wrapper{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .55);
    font-size: 13px;
    font-variant: tabular-nums;
    line-height: 1;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none;
}
.qmsg .qmsg-item{
    padding: 8px;
    text-align: center;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    position: relative;
}
.qmsg .qmsg-item .qmsg-count{
    text-align: center;
    position: absolute;
    left: -4px;
    top: -4px;
    background-color: red;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    min-width: 16px;
    height: 16px;
    -webkit-animation-duration: .3s;
    display: none;
    animation-duration: .3s;
}
.qmsg .qmsg-item:first-child{
    margin-top: -8px;
}
.qmsg .qmsg-content{
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    pointer-events: all;
    /* min-width: 175px; */
    max-width: 80%;
    min-width: 80px;
}
.qmsg .qmsg-content [class^="qmsg-content-"]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qmsg .qmsg-content .qmsg-content-with-close{
    padding-right: 20px;
}
.qmsg .qmsg-icon{
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 16px;
}
.qmsg .qmsg-icon svg{
    display: inline-block;
}

.qmsg .qmsg-content-info .qmsg-icon{
    color: #1890ff;
    user-select: none;
}
.qmsg .qmsg-icon-close{
    position: absolute;
    top: 11px;
    right: 5px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .45);
    transition: color .3s
}
.qmsg .qmsg-icon-close:hover>svg path{
    stroke: #555;
}
.qmsg .animate-turn{
    animation:MessageTurn 1s linear infinite;  
    -webkit-animation: MessageTurn 1s linear infinite;
}
@keyframes MessageTurn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes MessageTurn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@-webkit-keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}


@-webkit-keyframes MessageMoveIn {
    
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes MessageMoveIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}
@-webkit-keyframes MessageShake {
    0%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  
    25%,
    75% {
        transform: translateX(-4px);
      opacity: 0.75;
    }
  
    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
  }
@keyframes MessageShake {
    0%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  
    25%,
    75% {
        transform: translateX(-4px);
      opacity: 0.75;
    }
  
    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
  }