html,
body {
    position: relative;
    height: 100%;
}

:root {
    --blur: 2;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    min-width: 1330px;
    min-height: 700px;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 1330px;
    min-height: 700px;
}

.container .swiper-slide {
    text-align: center;
    font-size: 18px;
}

.nav-wrapper {
    width: 100%;
    height: 74px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    /* display: none; */
}

.nav-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-wrapper .logo {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-wrapper ul {
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.nav-wrapper ul li {
    /* padding: 0 10px; */
}

.nav-wrapper ul li a {
    width: 160px;
    display: block;
    font-size: 20px;
    color: #fff;
    border-left: 1px solid #fff;
    text-align: center;
}

.nav-wrapper ul li:last-child a {
    border-right: 1px solid #fff;
}

.nav-wrapper ul li.active a {
    color: #ffc53b;
}

.play-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 17px;
    top: 111px;
    z-index: 2;
}

.play-wrapper a {
    display: block;
    margin: 0 4px;
    width: 62px;
    height: 62px;
}

/* 1 */
#section1 {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/bg.jpg") no-repeat top;
    background-size: cover;
    min-width: 1330px;
    min-height: 600px;
    z-index: 1;
}

.slide1-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide1-wrapper .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;

}

.slide1-content {
    width: 1400px;
    /* height: 500px; */
    position: absolute;
    left: 50%;
    margin-left: -700px;
    bottom: 60px;
}

.slide1-wrapper a.play {
    display: block;
    width: 102px;
    height: 100px;
    margin: 10px auto 56px;
}

/* .slide1-wrapper .order_btn {
    display: block;
    width: 433px;
    height: 131px;
    margin: 34px auto 0;
    animation: ripple 1.6s ease-in-out infinite;
} */

.slide1-wrapper .btn-wrappers {
    width: 1340px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.slide1-wrapper .btn-wrappers a {
    display: block;
    margin: 0 10px;
    position: relative;
}

.slide1-wrapper .btn-wrappers a span {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 96%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.slide1-wrapper .btn-wrappers a i.sg {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, transparent, rgba(255, 244, 227, 0.4), transparent, transparent);
    animation: animate-wipes 2s linear infinite;
}

.active .copy-right,
.active .copy-right_bottom {
    animation: opacity 1.2s ease-in 2s forwards;
}

.copy-right {
    text-align: right;
    position: absolute;
    bottom: 2%;
    right: 10px;
    z-index: 9;
    opacity: 0;
}

.copy-right img {
    width: 120px;
    height: auto;
}

.copy-right p,
.copy-right_bottom p {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.copy-right_bottom {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 9;
    opacity: 1;
}

/* 2 */
#section2 {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/bg1.jpg") no-repeat top;
    background-size: cover;
    min-width: 1330px;
    min-height: 600px;
    z-index: 1;
}

.slide2-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide2-wrapper .slide2-content {
    width: 1292px;
    height: 778px;
    background: url('../images/content1_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -310px;
    margin-left: -646px;
}

.slide2-wrapper .slide2-content .slide2 {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 34px;
    margin-left: -600px;
}

.slide2-wrapper .slide2-content .slide2 div {
    flex: 1;

}

.slide2-wrapper .slide2-content .slide2 div.slide2_right {
    height: 100%;
    position: relative;
}

.slide2-wrapper .slide2-content .slide2 .radio-wrapper {
    display: flex;
    justify-content: center;
}

.slide2-wrapper .slide2-content .slide2 .input-wrapper {
    width: 498px;
    height: 47px;
    background: url('../images/input_03.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}

.slide2-wrapper .slide2-content .slide2 .input-wrapper input {
    width: 406px;
    height: 47px;
    line-height: 47px;
    margin-left: 77px;
    font-size: 24px;
    color: #695a42;
    padding-left: 8px;
}

.slide2-wrapper .slide2-content .slide2 .radio-wrapper a {
    display: block;
    width: 154px;
    height: 38px;
    margin: 0 18px 30px;
    position: relative;
}

.slide2-wrapper .slide2-content .slide2 .radio-wrapper a.android {
    background: url('../images/android1_03.png') no-repeat center;
    background-size: 100% 100%;
}

.slide2-wrapper .slide2-content .slide2 .radio-wrapper a.android.active::before,
.slide2-wrapper .slide2-content .slide2 .radio-wrapper a.ios.active::before {
    content: '';
    width: 154px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/icon1_active_03.png') no-repeat center;
    background-size: 100% 100%;
}

.slide2-wrapper .slide2-content .slide2 .radio-wrapper a.ios {
    background: url('../images/ios1_03.png') no-repeat center;
    background-size: 100% 100%;
}



.slide2-wrapper .slide2-content .slide2 .check-wrapper {
    margin-top: 7px;
    text-align: center;
    margin-top: 14px;
}

.slide2-wrapper .slide2-content .slide2 .check-wrapper a {
    color: #b39a80;
}

.slide2-wrapper .slide2-content .slide2 .check-wrapper a.check {
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url('../images/check_11.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 3px;
    vertical-align: bottom;

}

.slide2-wrapper .slide2-content .slide2 .check-wrapper a.check.active {

    background: url('../images/check_active_20.png') no-repeat center;
    background-size: 100% 100%;
}

.slide2-wrapper .slide2-content .slide2 .submit {
    display: block;
    margin: 24px auto 0;
    text-align: center;
    background: url('../images/submit_15.png') no-repeat center;
    background-size: 100%;
    width: 345px;
    height: 99px;
    position: relative;
}

.slide2-wrapper .slide2-content .slide2 .submit span {
    position: absolute;
    overflow: hidden;
    width: 88%;
    height: 65%;
    top: 53%;
    left: 46%;
    transform: translate(-50%, -50%);

}

.slide2-wrapper .slide2-content .slide2 .submit i.sg {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, transparent, rgba(255, 244, 227, 0.4), transparent, transparent);
    animation: animate-wipes 2s linear infinite;
}

.slide2-wrapper .slide2-content .slide2 .look_btn {
    display: block;
    margin: 0 auto;
}

.slide2-wrapper .slide2-content .slide2 .slide2_right a {
    display: block;
    width: 196px;
    height: 40px;
    position: absolute;
}

.slide2-wrapper .slide2-content .slide2 .slide2_right a.look_btn1 {
    top: 10px;
    right: 85px;
}

.slide2-wrapper .slide2-content .slide2 .slide2_right a.look_btn2 {
    top: 65px;
    right: 85px;
}

.slide2-wrapper .slide2-content .slide2 .slide2_right a.look_btn3 {
    bottom: 52px;
    left: 37px;
}

/* 3 */
#section3 {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/bg2.jpg") no-repeat top;
    background-size: cover;
    min-width: 1330px;
    min-height: 600px;
    z-index: 1;
}

.slide3-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide3-wrapper .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide3-wrapper .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;

}

.slide3-wrapper .swiper-container .swiper-slide.zs {
    background: url('../images/31.jpg') no-repeat top;
    background-size: cover;
}

.slide3-wrapper .swiper-container .swiper-slide.fs {
    background: url('../images/32.jpg') no-repeat top;
    background-size: cover;
}

.slide3-wrapper .swiper-container .swiper-slide.ds {
    background: url('../images/33.jpg') no-repeat top;
    background-size: cover;
}

.slide3-wrapper .swiper-horizontal>.swiper-pagination-bullets,
.slide3-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.slide3-wrapper .swiper-pagination-custom,
.slide3-wrapper .swiper-pagination-fraction {
    /* bottom: 200px; */
}

.slide3-wrapper .swiper-pagination-bullet {
    width: 75px;
    height: 76px;
    opacity: 1;
    margin: 0 10px !important;
    border: 0;
}

.slide3-wrapper .swiper-pagination-bullet:nth-child(1) {
    background: url('../images/zs_icon_03.png') no-repeat center;
    background-size: 100%;
}

.slide3-wrapper .swiper-pagination-bullet-active:nth-child(1) {
    background: url('../images/zs_active_icon_03.png') no-repeat center;
    background-size: 100%;
}

.slide3-wrapper .swiper-pagination-bullet:nth-child(2) {
    background: url('../images/fs_icon_03.png') no-repeat center;
    background-size: 100%;
}

.slide3-wrapper .swiper-pagination-bullet-active:nth-child(2) {
    background: url('../images/fs_active_icon_03.png') no-repeat center;
    background-size: 100%;
}

.slide3-wrapper .swiper-pagination-bullet:nth-child(3) {
    background: url('../images/daoshi_icon_03.png') no-repeat center;
    background-size: 100%;
}

.slide3-wrapper .swiper-pagination-bullet-active:nth-child(3) {
    background: url('../images/daoshi_active_icon_03.png') no-repeat center;
    background-size: 100%;
}

/* 4 */
#section4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/bg3.jpg") no-repeat top;
    background-size: cover;
    min-width: 1330px;
    min-height: 600px;
    z-index: 1;
}

.carsoule-warpper {
    width: 1300px;
    height: 752px;
    margin: 160px auto 0;
}

.carsoule-warpper .carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.carsoule-warpper .carousel .swiper-slide .img-wrapper {
    width: 1282px;
    height: 706px;
    background: url('../images/kuang_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -641px;
    margin-top: -353px;
    z-index: 2;
}

.carsoule-warpper .carousel .swiper-slide img {
    width: 1071px;
    height: 574px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -535.5px;
    margin-top: -287px;
    z-index: 1;
}

.carsoule-warpper .carousel .swiper-button-next,
.carsoule-warpper .carousel .swiper-button-prev {
    width: 47px;
    height: 59px;

}

.carsoule-warpper .swiper-button-next {
    background: url('../images/right_05.png') no-repeat center;
    background-size: 100% 100%;
    /* right: 87px; */
}

.carsoule-warpper .swiper-button-prev {
    background: url('../images/left_03.png') no-repeat center;
    background-size: 100% 100%;
    /* left: 87px; */
}

.carsoule-warpper .swiper-button-next:after,
.carsoule-warpper .swiper-button-prev:after {
    font-size: 0;
    color: none;
    content: '';
}

.carsoule-warpper .swiper-pagination {
    bottom: 0;

}

.carsoule-warpper .swiper-container-vertical>.swiper-pagination-bullets {
    left: 0;
}

.carsoule-warpper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    border-radius: 0;
    background: url('../images/dot_10.png') no-repeat center;
    background-size: 100%;
}

.carsoule-warpper .swiper-pagination-bullet-active {
    background: url('../images/dot_active_10.png') no-repeat center;
    background-size: 100%;
}

/* fixed */
.fix_open {
    display: block;
    width: 139px;
    height: 146px;
    position: absolute;
    right: 105px;
    bottom: 200px;
    z-index: 3;
    display: none;
}

.fixed-wrapper {
    width: 388px;
    height: 545px;
    background: url('../images/fixed_wrapper_03.png') no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    margin-top: -277.5px;
    right: 0;
    z-index: 3;
    /* opacity: 0;
    transition: all 0.6s ease; */
}

.fixed-wrapper .fix_close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 170px;
    right: 70px;
    z-index: 9;
    background: url('../images/close_f_03.png') no-repeat center;
    background-size: 100%;
}

.fixed-wrapper.active {
    opacity: 1;
}

.fixed-wrapper ul {
    width: 180px;
    height: 278px;
    position: absolute;
    bottom: 54px;
    left: 103px;

}

.fixed-wrapper ul li a {
    display: block;
    margin: 0 auto 8px;
    text-align: center;
    position: relative;
}

.fixed-wrapper .fix_google {
    width: 165px;
    height: 46px;
    background: url('../images/fix_google_03.png') no-repeat center;
    background-size: 100%;
    position: relative;
}

.fixed-wrapper a.fix_one {
    width: 166px;
    height: 49px;
    background: url('../images/fix_onestore_03.png') no-repeat center;
    background-size: 100%;
}

.fixed-wrapper a.fix_glax {
    width: 166px;
    height: 45px;
    background: url('../images/fix_glax_03.png') no-repeat center;
    background-size: 100%;
}

.fixed-wrapper a span {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.fixed-wrapper a i.sg {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, transparent, rgba(255, 244, 227, 0.4), transparent, transparent);
    animation: animate-wipes 2s linear infinite;
}

.fixed-wrapper .fix_appstore {
    width: 165px;
    height: 49px;
    background: url('../images/fix_app_03.png') no-repeat center;
    background-size: 100%;
    position: relative;
}

.fixed-wrapper .fix_appstore span {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.fixed-wrapper .fix_appstore i.sg {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, transparent, rgba(255, 244, 227, 0.4), transparent, transparent);
    animation: animate-wipes 2s linear infinite;
}

.top {
    position: absolute;
    width: 75px;
    height: 71px;
    background: url('../images/top_03.png') no-repeat center;
    background-size: 100% 100%;
    bottom: 119px;
    right: 128px;
    z-index: 3;
    /* opacity: 0; */
    /* transition: all 0.6s ease; */
}

.top.active {
    opacity: 1;

}

/* modal */
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    overflow: auto;
}

.video_wrapper {
    width: 1071px;
    height: 630px;
    background: url('../images/video_wrapper_02.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -535.5px;
    margin-top: -315px;
    z-index: 2;
}

.modal .close {
    display: block;
    width: 46px;
    height: 45px;
    background: url('../images/close_09.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 52px;
    top: 23px;
}

.video_wrapper .close {
    top: -46px;
    right: 0;
}

.video_modal .video_content {
    width: 1006px;
    height: 570px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -502px;
    margin-top: -284px;
    z-index: 3;
}

.video_modal .video_content iframe {
    width: 100%;
    height: 100%;
}

.tips {
    color: #a78746;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    position: absolute;
    top: 33%;
    left: 0;
    width: 100%;
}

/* xuanyan */
.declar_content {
    width: 675px;
    height: 875px;
    left: 50%;
    top: 50%;
    margin-left: -337.5px;
    margin-top: -437.5px;
    position: absolute;
}

.declarationModal .declarationWrapper {
    width: 675px;
    height: 875px;
    background: url('../images/xuanyanBg_03.png') no-repeat center;
    background-size: 100%;
    position: relative;
}

.declarationModal a.close {
    display: block;
    width: 38px;
    height: 35px;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
}

.declarationModal .declarationWrapper .x_content {
    width: 580px;
    height: 180px;
    position: absolute;
    bottom: 158px;
    left: 50%;
    margin-left: -290px;
}

.declarationModal .declarationWrapper .x_content .x_input {
    width: 167px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url('../images/x_input_wrapper_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 87px;
}

.declarationModal .declarationWrapper .x_content .x_input input {
    width: 167px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
}

.x_select_wrapper {
    width: 579px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url('../images/x_select_wrapper_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 110px;
}

#selectSnapshot {
    width: 579px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.x_select_wrapper select {
    background: none;
    border: none;
    /* padding-left: 10px; */
    width: 579px;
    height: 38px;
    line-height: 1.4;
    text-align: center;
    outline: none;
    /* 居中内容 */
    text-align-last: center;
    /* ✅ 让最后选中的文字居中 */
    -webkit-appearance: none;
    /* 去除iOS默认箭头样式 */
    -moz-appearance: none;
    appearance: none;
    transform: scale(1);
}

.x_select_wrapper select option {
    font-size: 12px;
}

.declar_btns {
    display: flex;
    width: 100%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    bottom: 80px;

}

.declar_btns a {
    display: block;
    margin: 0 18px;

}

/* one */
.one-wrapper {
    width: 1044px;
    height: 561px;
    background: url('../images/oneModal_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -522px;
    margin-top: -280.5px;

}

.one-wrapper .closef {
    display: block;
    width: 46px;
    height: 45px;
    background: url(../images/close_09.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 41px;
    top: 20px;
}

.one-content {
    width: 428px;
    height: 250px;
    position: absolute;
    bottom: 113px;
    left: 50%;
    margin-left: -53px;

}

.one-content .radio-wrapper {
    display: flex;
    justify-content: center;
}

.one-content .input-wrapper {
    width: 428px;
    height: 47px;
    background: url('../images/input_wrapper_20.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}

.one-content .input-wrapper input {
    width: 350px;
    height: 47px;
    line-height: 47px;
    margin-left: 77px;
    font-size: 24px;
    color: #695a42;
    padding-left: 8px;
}

.one-content .radio-wrapper a {
    display: block;
    width: 144px;
    height: 36px;
    margin: 0 18px 30px;
    position: relative;
}

.one-content .radio-wrapper a.android {
    background: url('../images/android_13.png') no-repeat center;
    background-size: 100% 100%;
}

.one-content .radio-wrapper a.android.active::before,
.one-content .radio-wrapper a.ios.active::before {
    content: '';
    width: 144px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/icon_active_13.png') no-repeat center;
    background-size: 100% 100%;
}

.one-content .radio-wrapper a.ios {
    background: url('../images/ios_13.png') no-repeat center;
    background-size: 100% 100%;
}



.one-content .check-wrapper {
    margin-top: 7px;
    text-align: center;
    margin-top: 14px;
}

.one-content .check-wrapper a {
    color: #b39a80;
}

.one-content .check-wrapper a.check {
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url('../images/check_20.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 3px;
    vertical-align: bottom;

}

.one-content .check-wrapper a.check.active {

    background: url('../images/check_active_20.png') no-repeat center;
    background-size: 100% 100%;
}

.one-content .submit {
    display: block;
    text-align: center;
    background: url('../images/fix_btn_21.png') no-repeat center;
    background-size: 100%;
    position: relative;
    width: 247px;
    height: 50px;
    margin: 24px auto;
}

.one-content .submit span {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.one-content .submit i.sg {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, transparent, rgba(255, 244, 227, 0.4), transparent, transparent);
    animation: animate-wipes 2s linear infinite;
}

/* code */
.code-wrapper {
    width: 1041px;
    height: 560px;
    background: url('../images/codeModal_03.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -520.5px;
    margin-top: -280px;
}

.code-wrapper .code_content {
    width: 640px;
    height: 44px;
    margin: 180px auto 0;
    display: flex;
}

.code-wrapper #code_text {
    width: 490px;
    height: 44px;
    background: url('../images/code_06.png') no-repeat center;
    background-size: 100%;
    overflow: hidden;
    /* margin-right: 10px;
    line-height: 44px;
    text-align: center;
    font-size: 20px; */
}

.code-wrapper #code {
    width: 366px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    float: right;
}

.code-wrapper .code_content .code-text-wrapper a.copy {
    display: block;
    width: 122px;
    height: 46px;
}

.code-wrapper .jump_chat {
    display: block;
    width: 172px;
    height: 46px;
    position: absolute;
    bottom: 96px;
    right: 342px;
}

.code-wrapper .jump_hd {
    display: block;
    width: 172px;
    height: 46px;
    position: absolute;
    bottom: 96px;
    right: 145px;
}

@keyframes ripple {
    0% {
        transform: scaleZ(1);

    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);

    }

    100% {
        transform: scaleZ(1);

    }
}


@keyframes moveArrow {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(20px);
    }
}

@keyframes myBreath {
    to {
        transform: scale(0.88)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes animate-wipes {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 80%;
    }

    @-ms-viewport {
        width: 1920px;
    }
}

/* 仅针对笔记本电脑样式 */
@media screen and (min-width: 1024px) and (max-width: 1470px) {

    .slide3-wrapper .swiper-horizontal>.swiper-pagination-bullets,
    .slide3-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .slide3-wrapper .swiper-pagination-custom,
    .slide3-wrapper .swiper-pagination-fraction {
        bottom: 200px;
    }
}

/* 仅针对桌面台式电脑显示器样式 */
@media screen and (min-width: 1770px) {

    .slide3-wrapper .swiper-horizontal>.swiper-pagination-bullets,
    .slide3-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .slide3-wrapper .swiper-pagination-custom,
    .slide3-wrapper .swiper-pagination-fraction {
        /* bottom: 200px; */
        bottom: 40px;
    }
}