.warpper {
    touch-action: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.scrollSwiper .swiper-slide {
    height: auto;
}

.swiper-slide {
    transform: translate3d(0, 0, 0);
}

.swiper-scrollbar {
    width: 12px !important;
    border-radius: 6px;
    background: #a9a9aa !important;
}

.swiper-scrollbar-drag {
    background: #838486 !important;
}

.xc60_wrap {
    width: 100%;
    height: 100%;
}

.xc60_pc {
    display: block;
}

.xc60_m {
    display: none;
    background: #fff;
}

#swiper1 {
    width: 100%;
    height: 100vh;
    position: relative;    
    z-index: 1;
}

#swiper1 .swiper-slide {
    position: relative;
    overflow: hidden;
    background-color: #161719;
}

#swiper1 .swiper-slide:nth-of-type(2n+1) {
    background-color: #dadbdf;
}

.swiper-img {
    position: relative;
    z-index: 9;
}

.swiper-shadow {
    position: absolute;
    top: 0.1rem;
    width: 6.66rem;
    height: 7.58rem;
    left: 0.42rem;
}

.swiper-text {
    position: absolute;
    top: 7.7rem;
    left: 0.4rem;
}

.swiper-text1 {
    margin-top: 0.4rem;
    margin-left: 0.1rem;
    font-size: 0.26rem;
    font-weight: bold;
    font-family: "volvo_light" !important;
}

.swiper-text2 {
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    font-size: 0.24rem;
    font-weight: 400;
    width: 6.6rem;
    font-family: "volvo_light" !important;
}

.swiper-text3 {
    margin-top: 0.1rem;
    margin-left: -0.9rem;
    font-size: 0.16rem;
    font-weight: 400;
    width: 6.6rem;
    font-family: "volvo_light" !important;
    transform: scale(0.7);
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 0.26rem;
    height: 0.1rem;
    background: #3d5881;
    border-radius: 50px;
}

.tips {
    text-align: center;
    font-size: 0.18rem;
    font-family: "volvo_light" !important;
    transform: scale(0.85);
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    left: 0;
    z-index: 9;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    /* bottom: 3.5rem !important; */
    top: 1.8rem;
}

.white {
    /* bottom: .2rem; */
    color: #fff;
}

/* #pagination1 {
  bottom: 2.5rem !important;
} */
.fixed-pc {
    position: fixed;
    z-index: 12;
    background: #fff;
    height: 70px;
    width: 100%;
    bottom: 0;
    left: 0;
    color: rgb(85, 85, 85);
}

/* .swiper-slide:last-child .up {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
} */
.swiper-slide:last-child {
    background-color: #fff !important;
}
.swiper-slide:last-child .up {
    margin-bottom: .68rem;
}

.swiper-slide:last-child .up img {
    width: 100%;
}

.form {
    width: 100%;
    /* height: 100%; */
    padding: 0 .46rem;
    /* padding: 0 .46rem 34.8%; */
    animation: dhv 2s linear infinite;
}

.form .inner {
    width: 100%;
    /* height: 16.24rem; */
    /* padding-top: calc(constant(safe-area-inset-top) + 8.46rem);
    padding-top: calc(env(safe-area-inset-top) + 8.46rem); */
    /* padding-top: 9.17rem; */
}

@keyframes dhv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .99;
    }
}

.form-arrow {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 0.59rem;
    transform: translateX(-50%);
}

.form-item {
    padding: .24rem;
    margin-bottom: .26rem;
    border-radius: 0.08rem;
    background-color: rgb(241, 241, 241);
}

.form-item input {
    width: 100%;
    height: .38rem;
    color: #52555b;
    font-size: .28rem;
    line-height: .38rem;
    background: transparent;
}

.form-item input::-webkit-input-placeholder {
    color: #b9b9b9;
}

.slide-bg {
    height: 100vh;
    background: #fff;
}

#swiper1 .small {
    margin: -.05rem 0 0.4rem;
}

.small {
    border-bottom: none;
    position: relative;
}

.link {
    position: absolute;
    left: 0.6rem;
    width: 4.2rem;
    height: 100%;
    top: 0;
}

#swiper1 .small label {
    position: relative;
    line-height: 0.26rem;
    font-size: 0.2rem;
    color: #404040;
    text-indent: .5rem;
    display: block;
}

#swiper1 .small label a {
    color: #141414;
    text-decoration: underline;
}

#swiper1 .small label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: .24rem;
    height: .24rem;
    border: 1px solid #404040;
    box-sizing: border-box;
    box-sizing: border-box;
    /* border-radius: 50%; */
    border-radius: 0;
}

#swiper1 .small label::after {
    content: "";
    width: 0.24rem;
    height: 0.17rem;
    background: url(../image/check.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0.01rem;
    transform: translateY(-50%);
    margin: 0;
}

.small input {
    position: absolute;
    left: -1000px;
}

.small label {
    position: relative;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    display: block;
}

.small label::before {
    position: absolute;
    display: block;
    content: "";
    /* left:-30px; */
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 4px;
    border: 1px solid #fff;
}

.small label::after {
    position: absolute;
    content: "";
    /* left:-30px; */
    width: 0.4rem;
    height: 0.17rem;
    top: 0;
    background: url(../image/icon-succeed.png) no-repeat center;
    background-size: 12px;
    display: none;
    margin-top: 7px;
}

.small input[type="checkbox"]:checked~label:after {
    display: block;
}


.drive-btn {
    width: 100%;
    height: 0.88rem;
    margin: 0 auto;
    color: #52555b;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
    border: solid 1px #52555b;
}

.drive-tips {
    padding: 0 .1rem;
    color: rgba(82, 85, 91, 0.8);
    font-size: .15rem;
    line-height: 1.733;
}

.fixed-btn {
    width: 6.55rem;
    height: 0.88rem;
    border: 1px solid #903d3e;
    color: #903d3e;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.88rem;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 9;
    border-radius: 5px;

    animation: dh9 1s linear alternate infinite;
}

.black {
    color: #000;
    border: 1px solid #000;
}

#swiper {
    width: 100%;
    height: 100vh;
    background: url(../img/bg-pc.jpg) no-repeat center/100% 100%;
}

.video-pc {
    width: 100%;
    /* height: calc( 100vh - 70px); */
    height: 100vh;
    object-fit: contain;
    object-position: 50% 50%;
}

.xc60_pc .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.xc60_pc .swiper-pagination .swiper-pagination-bullet-active {
    width: 26px;
    height: 10px;
    background: #3d5881;
    border-radius: 50px;
}

.xc60_pc .swiper-container-horizontal>.swiper-pagination-bullets,
.xc60_pc .swiper-pagination-custom,
.xc60_pc .swiper-pagination-fraction {
    bottom: 12% !important;
    top: auto !important;
}

.bg-pc {
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center 100%;
}

.pc-seat {
    position: absolute;
    top: 50%;
    left: 11%;
    width: 52%;
    max-width: 1000px;
    line-height: 0;
    transform: translateY(-50%);
}

.jkyy {
    position: absolute;
    top: 50%;
    right: 11%;
    width: 19%;
    min-width: 300px;
    padding-bottom: 70px;
    line-height: 0;
    transform: translateY(-50%);
}

.jkyy .input-text {
    width: 100%;
    height: 42px;
    padding: 0 16px;
    background: rgba(255, 255, 255);
    border: 0;
    border-radius: 5px;
    margin-bottom: 25px;
}

.title-pc {
    margin-bottom: 40px;
    text-align: right;
    pointer-events: none;
    transform: translateX(10%);
}

.title-pc img {
    width: 90%;
}

.hints {
    color: #8d3a36;
    font-size: 12px;
    padding-left: 22px;
}

.fixed-pc-title {
    font-size: 16px;
    height: 100%;
    width: 8%;
    font-family: "volvo_light" !important;
}

.fixed-ipt {
    width: 16%;
    height: 100%;
    font-family: "volvo_light" !important;
}

/* #fixed-pc-name input::-webkit-input-placeholder,
#fixed-pc-phone input::-webkit-input-placeholder {
  color: rgb(25, 25, 25);
}

#fixed-pc-name input::-moz-placeholder,
#fixed-pc-phone input::-moz-placeholder {
  color: rgb(25, 25, 25);
}

#fixed-pc-name input:-moz-placeholder,
#fixed-pc-phone input:-moz-placeholder {
  color: rgb(25, 25, 25);
}

#fixed-pc-name input:-ms-input-placeholder,
#fixed-pc-phone input:-ms-input-placeholder {
  color: rgb(25, 25, 25);
}*/
input::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-placeholder,
input::-moz-placeholder {
    color: #fff;
}

input:-moz-placeholder,
input:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder,
input:-ms-input-placeholder {
    color:#fff;
}

#pc-name input::-webkit-input-placeholder,
#pc-phone input::-webkit-input-placeholder {
    color: #fff !important;
}

#pc-name input::-moz-placeholder,
#pc-phone input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
}

#pc-name input:-moz-placeholder,
#pc-phone input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

#pc-name input:-ms-input-placeholder,
#pc-phone input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.fixed-ipt input,
.fixed-ipt select {
    width: 91.5%;
    height: 50%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding-left: 20px;
}

#city_1 {
    width: 32%;
    color: rgb(25, 25, 25);
    font-family: "volvo_light" !important;
}

#city_1 select {
    width: 46%;
    height: 50%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding-left: 20px;
    margin-right: 20px;
}

.fixed-pc-btn {
    width: 56px;
    height: 42px;
    border: 1px solid #216cb8;
    color: #216cb8;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.fixed-pc-btn:hover {
    color: #fff;
    background: #216cb8;
}

.pc-btn {
    width: 100%;
    height: 42px;
    background: #8d3a36;
    border-radius: 5px;
    left: 61%;
    color: #ffffff;
    top: 54.5%;
    left: 61%;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.special-font {
    font-family: "volvo_bold";
}

.arrow {
    width: 0.2rem;
    height: 0.2rem;
    border-top: 0.05rem solid #fff;
    border-right: 0.05rem solid #fff;
    transform: rotate(135deg) translateX(-50%);
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    margin-left: -0.1rem;
    z-index: 9;
    animation: move 1s infinite both;
}

@keyframes move {
    from {
        bottom: 1.4rem;
    }

    to {
        bottom: 1.2rem;
    }
}

.cover {
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: 0;
    position: absolute;
    top: 0;
}

a {
    color: #3d5881;
}

.form-img {
    position: relative;
    height: calc(100vh - 5.4rem);
    max-height: 7.48rem;
    overflow: hidden;
}

.end-word {
    position: absolute;
    bottom: 0.25rem;
    right: 0.22rem;
    color: #fff;
    font-size: 0.16rem;
}

.toTop {
    position: absolute;
    top: 1.8rem;
    right: 0.4rem;
    width: 0.8rem;
}

.bigger {
    z-index: 99;
}

.opShow {
    opacity: 1 !important;
}

.opHide {
    opacity: 0 !important;
}

.height {
    height: 100vh;
}

#swiper2 .swiper-wrapper,
#swiper3 .swiper-wrapper,
#swiper4 .swiper-wrapper,
#swiper5 .swiper-wrapper {
    overflow: unset;
}

@media only screen and (max-width: 1600px) {
    .pc-btn {
        font-size: 14px;
    }

    #pc-name {
        top: 42%;
    }

    #pc-phone {
        top: 48.5%;
    }

    .pc-btn {
        top: 54.2%;
    }

    .xc60_pc .small {
        top: 57.8%;
    }
}

@media only screen and (max-width: 1300px) {
    #pc-name {
        top: 34%;
    }

    #pc-phone {
        top: 42.5%;
    }

    .pc-btn {
        top: 51.2%;
    }

    .xc60_pc .small {
        top: 56.8%;
        transform: scale(0.8);
        left: 58.5%;
    }
}

@media screen and (max-width: 767px) {
    .xc60_pc {
        display: none;
    }

    .xc60_m {
        display: block;
    }
}

@font-face {
    font-family: "volvo_light";
    src: url(../fonts/Volvo\ Novum-Light.ttf);
}

@font-face {
    font-family: "volvo_bold";
    src: url(../fonts/VolvoSerifPro-Bold.otf);
}

.hide {
    display: none;
}

.drive-tips.hide {
    display: block;
    opacity: 0;
}

.animation1 {
    animation: animation1 1s;
    animation-fill-mode: forwards;
}

.animation2 {
    animation: animation2 0.5s 1;
    animation-fill-mode: forwards;
}

.animation3 {
    animation: animation3 0.5s 1;
    animation-fill-mode: forwards;
}

.animation4 {
    animation: animation4 0.5s 1;
}

.animation5 {
    animation: animation5 1s;
    animation-fill-mode: forwards;
}

.animation6 {
    animation: animation6 1.5s 1;
}

.animation7 {
    animation: animation7 0.5s 1;
    animation-fill-mode: forwards;
}

.animation8 {
    animation: animation8 1s;
    animation-fill-mode: forwards;
}

@keyframes animation1 {
    from {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    to {
        width: 93.33%;
        height: 7.44rem;
        top: 0.25rem;
        left: 0.25rem;
    }
}

@keyframes animation2 {
    from {
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation3 {
    from {
        opacity: 0.6;
        top: 9rem;
    }

    to {
        opacity: 1;
        top: 8.6rem;
    }
}

@keyframes animation4 {
    from {
        opacity: 1;
        top: 8.6rem;
    }

    to {
        opacity: 0.6;
        top: 9rem;
    }
}

@keyframes animation5 {
    from {
        /* opacity: 1; */
        top: 100vh;
    }

    to {
        /* opacity: .6; */
        top: 0;
    }
}

@keyframes animation6 {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animation7 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes animation8 {
    from {
        top: 0;
    }

    to {
        top: 100vh;
    }
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 99;
}

.back-home {
    display: inline-block;
    width: 1.02rem;
    margin: 0.2rem auto;
    color: #3d5881;
    font-size: 0.28rem;
    font-weight: bold;
    vertical-align: middle;
    /* border-bottom: 1px solid #3d5881; */
}

.back-arrow {
    width: 0.15rem;
    height: 0.15rem;
    border-top: 1px solid #3d5881;
    border-right: 1px solid #3d5881;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-left: 0.1rem;
}

.op6 {
    opacity: 0.6;
}

#video {
    /* width: 7.5rem;
  height: 16.24rem; */
    width: 100vh;
    height: 100vw;
    background: #000;
    transform: rotate(90deg);
}

#video2 {
    /* width: 100%;
    height: calc(100vh - 70px);
    background: #000; */
}

.small-pc {
    position: initial !important;
    transform: scale(1) !important;
}

.logo {
    position: absolute;
    top: 8.4%;
    left: 50%;
    /* width: 231px; */
    width: 12%;
    max-width: 231px;
    min-width: 180px;
    line-height: 0;
    transform: translateX(-50%);
}

.b-inner {
    position: absolute;
    top: 25%;
    left: 7.2%;
    width: 24%;
    max-width: 449px;
    min-width: 340px;
    height: 600px;
    /* padding-top: 50px; */
    /* transform: translateY(-50%); */
}

.b-push {
    width: 87.5%;
    margin-top: 30px;
    line-height: 0;
    cursor: pointer;
}

.v-bomb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.v-content {
    position: relative;
    width: 640px;
    min-height: 360px;
    animation: dh1 1s both;
}

.v-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 30px;
    line-height: 0;
    cursor: pointer;
}

@keyframes dh1 {
    0% {
        opacity: 0;
        transform: translateY(-20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.toast-bomb {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    min-width: 96px;
    max-width: 70%;
    padding: 10px 15px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    text-align: center;
    display: none;
}

.toast-icon {
    width: 40px;
    padding: 10px 0 15px;
    margin: 0 auto;
    display: none;
}

.toast-word {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.kv-inner {
    position: relative;
    width: 100%;
    height: 11rem;
}

.kv-video {
    width: 6.86rem;
    /* margin: 0 auto; */
    line-height: 0;

    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, -2.5rem);
}

.kv {
    width: 100%;
    height: 4.22rem;
    /* height: 5rem;
    background: black; */
}

.usp {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* object-position: 50% 50%; */
    /* margin-top: -1rem; */
}

.drive-slide {
    background: url(../img/bg-m.jpg) no-repeat 0 0/100%;
}

.drive-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 7rem);
}

.drive-foot img {
    width: 5.91rem;
}

.kv-foot {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    width: 6.7rem;
    transform: translateX(-50%);
    z-index: 9;
}

.xf {
    animation: dh9 1s linear alternate infinite;
}

@keyframes dh9 {
    0% {
        opacity: 0.99;
    }

    100% {
        opacity: 1;
    }
}

#kv-swiper {
    height: 100%;
}

.kv-bg1 {
    background: url(../img/bg-m2.jpg) no-repeat center/100%;
}

.kv-bg2 {
    background: url(../img/bg-m3.jpg) no-repeat center/100%;
}

.progress {
    position: relative;
    width: 6.86rem;
    height: 2.66rem;
    margin: 0 auto 0.44rem;
    padding: 1.74rem 0.36rem 0 0.4rem;
    background: url(../img/img-02.png) no-repeat center/100%;
}

.kv-title {
    width: 4.16rem;
    height: 2.66rem;
    margin: 0 0 0.4rem 0.64rem;
}

.bar {
    position: relative;
    width: 0;
    height: 0.06rem;
    background: #844240;
    border-radius: 0.03rem;
    /* transition: width .5s linear; */
}

.carry {
    animation: dh10 10s linear both;
}

.stop .carry {
    animation-play-state: paused;
}

@keyframes dh10 {
    0% {
        width: 0;
    }

    100% {
        width: 40%;
    }
}

.bar::before {
    position: absolute;
    top: 50%;
    right: -1.2rem;
    width: 1.31rem;
    height: 0.4rem;
    background: url(../img/img-03.png) no-repeat center/100%;
    transform: translateY(-50%);
    content: "";
}

.kv-end {
    position: absolute;
    bottom: 0.9rem;
    left: 0.7rem;
    z-index: 10;
    width: 5.09rem;
}

.kv-end2 {
    position: absolute;
    bottom: 2.1rem;
    right: 0;
    z-index: 10;
    width: 4.11rem;
}

/* .fixed-box{
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    width: 6.7rem;
    height: 1.20rem;
    padding: .15rem .3rem;
    background-color: rgb(255, 255, 255,.9);
    border-radius: .16rem;
    transform: translateX(-50%);
    z-index: 9;
} */
.fixedBox {
    width: 6.9rem;
    height: 1.2rem;
    border-radius: .16rem;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -1.21rem;
    transform: translateX(-50%);
    z-index: 10;
    animation: boxShow .6s linear both;
}
.boxShadow {
    box-shadow: 0 -.04rem .31rem 1px 
		rgba(119, 119, 119, .18);
}
/* .fixedBox .img {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: imgShow 1s linear 3.5s both;
} */
.fixedBox>div {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: imgShow 1s linear 3.5s both;
    background: rgba(255, 255, 255, 0);
}
.fixedBox .img {
    width: .64rem;
    height: .64rem;
    position: absolute;
    top: .28rem;
    left: .28rem;
}
.footer-text1 {
    font-size: .26rem;
    font-weight: bold;
    position: absolute;
    top: .24rem;
    left: 1.2rem;
}
.footer-text2 {
    font-size: .24rem;
    position: absolute;
    top: .6rem;
    left: 1.2rem;
    color: #9d9d9d;
}
.button {
    width: 2.98rem;
    height: .7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: .28rem;
    /* color: #151618; */
    color: #fff;
    border-radius: .08rem;
    opacity: 1;
}
.fixedBox .button1 {
    animation: btnChange1 .5s linear 2s both;
}
.fixedBox .button2 {
    /* animation: btnChange2 .5s linear 3.5s both; */
    animation: btnChange2 1s linear both;
}

@keyframes boxShow {
    from {
        bottom: -1.21rem;
    }
    to {
        bottom: .64rem;
    }
}

@keyframes btnChange1 {
    0% {
        background-color: rgba(0, 0, 0, .3);
    }
    100% {
        background-color: rgba(0, 0, 0, 1);
    }
}

@keyframes btnChange2 {
    0% {
        width: 2.98rem;
        height: .7rem;
        background-color: rgba(0, 0, 0, 1);
        /* color: #151618; */
        left: 50%;
        transform: translate(-50%, -50%);
    }
    100% {
        width: 1.6rem;
        height: .7rem;
        background-color: rgba(0, 0, 0, 1);
        /* color: #fff; */
        left: 4.81rem;
        transform: translate(0, -50%);
    }
}

@keyframes imgShow {
    from {
        opacity: 0;
        background: rgba(255, 255, 255, 0);
    }
    to {
        opacity: 1;
        /* background: rgba(255, 255, 255, 0.8); */
        background: rgba(255, 255, 255, 1);
    }
}


/* .fixedBox2 {
    color: #fff;
    border: solid 1px #fff;
} */

.tip {
    position: absolute;
    bottom: 2.22rem;
    left: 50%;
    width: .25rem;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 0;
}

.logo-foot {
    width: 0.64rem;
}

.desc {
    flex: 1;
    padding: 0 0.2rem;
    color: #707070;
    font-size: 0.22rem;
}

.desc dt {
    color: #141414;
    font-size: 0.28rem;
    font-weight: bold;
}

.foot-btn {
    width: 1.62rem;
    height: 0.72rem;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.72rem;
    border-radius: 0.08rem;
    background-color: #7089ab;
}

.icon-play {
    position: absolute;
    top: 35%;
    left: 34%;
    width: 20%;
    max-width: 380px;
}

.arrow-pc {
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg) translateX(-50%);
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 9;
    animation: move2 1s infinite both;
}

@keyframes move2 {
    from {
        bottom: 90px;
    }

    to {
        bottom: 70px;
    }
}

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

.music {
    position: absolute;
    top: 0.48rem;
    right: 0.32rem;
    z-index: 10;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/icon-music.png) no-repeat left top/auto 100%;
    cursor: pointer;
}

.music.mute {
    background-position: right top;
}

.bute {
    position: relative;
    letter-spacing: 0.25rem;
    padding: 0 0.15rem 0 0.4rem;
}

.bute::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.4rem;
    background: #837c74;
    transform: translateY(-50%);
    content: "";
}

@keyframes dh2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.form-kv {
    width: 100%;
}

.up {
    position: relative;
    line-height: 0;
}

.down {
    position: relative;
}

.down .gif {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.guide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/poster.jpg) no-repeat center/100%;
}

@keyframes dh4 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}

.page0 {
    background: #fff;
}

.page1 {
    background: #989ba1;
}

.page2 {
    background: #5d5d5f;
}

.page3 {
    background: #060811;
}

.cut {
    position: absolute;
    bottom: .2rem;
    left: .4rem;
    color: #fff;
    font-size: .2rem;
    opacity: 1;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

.bg {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9;
}

.form .item {
    /* border-bottom: 0.02rem solid #707070; */
    height: .87rem;
    font-size: .3rem;
    line-height: .3rem;
    /* color: #fff; */
    color: #141414;
    padding-left: .22rem;
    background: white;
    /* border-radius: 0.1rem; */
    margin-bottom: .3rem;
    border: solid .02rem #141414;
    border-radius: .08rem;
}

.form input {
    color: #141414;
    font-size: .26rem;
    height: 100%;
    background: transparent;
}

button,
input,
select {
    vertical-align: middle;
}

button,
input,
select,
textarea {
    outline: none;
}

body,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footTxt {
    /* font-size: .2rem; */
    font-size: .15rem;
    color: rgba(20, 20, 20, .8);
    /* opacity: .8; */
    /* padding: .5rem .22rem 0 .1rem; */
    padding: .42rem 0 .1rem;
    line-height: .35rem;
}

.footTxt p+p {
    padding-top: .1rem;
}

.divide {
    width: 0.02rem;
    height: 0.6rem;
    margin: 0 0.3rem;
    /* background: #707070; */
}
.form_footertext{
    color: #5d5d5e;
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    padding: .44rem 0 0;
}

.swiper-container {
    -webkit-overflow-scrolling: touch;
}

.swiper-slide ._tips {
    width: 5.64rem;
    position: absolute;
    left: .49rem;
    bottom: .2rem;
}