body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav, 
section,
article,
footer,
figure,
figcaption,
menu {
    margin: 0;
    padding: 0; 
    list-style: none
}

body.lock {
    position: fixed;
    width: 100%;
}

/* @font-face {
    font-family: "NotoSansCJKjp";
    src: url('../font/TT-UDShinGoPro-Regular.ttf')
} */


body {
    font-size: calc(12 / 1920 * 100vw);
    -webkit-text-size-adjust: none;
    /* font-family: "NotoSansCJKjp"; */
}
body.mclass{
    font-size: 0.18rem;
}

header,
nav,
section,
article,
footer,
figure,
figcaption {
    display: block
}

ol,
ul {
    margin: 0;
    padding: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

a,
li,
ul,
[onclick] {
    -webkit-tap-highlight-color: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

table,
td,
tr {
    border-collapse: collapse;
    border-spacing: 0
}

em,
strong,
i {
    font-weight: normal;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

a {
    text-decoration: none
}

a img {
    vertical-align: top
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.text-hide {
    text-indent: -9999px;
    overflow: hidden
}
.section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    -webkit-mask-size: auto 100%;
    -webkit-mask-position: top;
    position: relative;
    -webkit-mask-size:100% 100%;
    margin: 0 auto;
    overflow: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

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

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

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

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

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

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

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

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes popIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

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

@keyframes popIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

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

@keyframes progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes arrowDown {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    50% {
        transform: translateY(50%);
        opacity: 1
    }

    100% {
        transform: translateY(100%);
        opacity: 0
    }
}
.swiper-button-next,.swiper-button-prev{
    outline: none;
}
body.lock {
    position: fixed;
    width: 100%;
}
/*����*/
.b-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 200;
    display: none;
}
.pop-close {
    width: 45px;
    height: 45px;
    color: #d9d9d8;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 3;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain
}
.pop-1 .pop-close,
.pop-13 .pop-close,
.pop-2 .pop-close{
    right: 40px;
    top: 10px;
}
.pop {
    position: fixed;
    background-image: url(../images/index/pop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(590/1920*100vw);
    height: calc(318/1920*100vw);
    left: 50%;
    top: 50%;
    margin-left: calc(-233/1920*100vw);
    margin-top: calc(-354/1920*100vw);
}
.pop p{
    font-size: calc(22/1920*100vw);
    color: #2b2d37;
    width: calc(450/1920*100vw);
    margin: 0 auto;
    margin-top: calc(70/1920*100vw);
    height: calc(180/1920*100vw);
    overflow-y: auto;
    line-height: calc(40/1920*100vw);
    position: relative;
}
.pop p span{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pop-1,
.pop-13,
.pop-2{
    background-image: url(../images/index/pop_1.png);
    width: calc(1030/1920*100vw);
    height: calc(542/1920*100vw);
    margin-left: calc(-515/1920*100vw);
    margin-top: calc(-271/1920*100vw);
}
.pop-1 p,
.pop-13 p,
.pop-2 p{
    margin-top: calc(90/1920*100vw);
    width: calc(830/1920*100vw);
    height: calc(390/1920*100vw);
}
.pop-1 p a,
.pop-13 p a,
.pop-2 p a{
    color: #ff0000;
}
.pop-13 p{
    display: flex;
    align-items: center;
    margin-top: calc(70/1920*100vw);
}
.pop p::-webkit-scrollbar-thumb{
 -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
 border-radius: 2px;
 background: #fff;
}
.pop p::-webkit-scrollbar-track{
 -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
 background: #000;
 border-radius: 2px;
}
.pop p::-webkit-scrollbar{
 width: 2px;
 height: 1px;
 border-radius: 2px;
}
.pop-vid {
    position: fixed;
    width: calc(1000/1920*100vw);
    height: calc(562/1920*100vw);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 201;
    background: #000
}
.pop-vid .pop-close{
    text-indent: inherit;
    top: -50px;
    color: #fff;
}
.pop-12{
    background-image: url(../images/index/pop_3.png);
    width: calc(750/1920*100vw);
    height: calc(819/1920*100vw);
    margin-left: calc(-375/1920*100vw);
    margin-top: calc(-409/1920*100vw);
}
.pop-con{
    width: calc(640/1920*100vw);
    margin: 0 auto;
}
.pop-ti{
    font-size: calc(24/1920*100vw);
    font-weight: bold;
    color: #515462;
    text-align: center;
    margin-top: calc(40/1920*100vw);
    position: relative;
}
.pop-ti:after{
    content: "";
    background: url(../images/index/pop-ti.png) no-repeat center/100%;
    width: calc(636/1920*100vw);
    height: calc(13/1920*100vw);
    position: absolute;
    bottom: calc(-30/1920*100vw);
    left: 0;
}
.pop-h4{
    font-size: calc(24/1920*100vw);
    font-weight: bold;
    color: #515462;
    margin-top: calc(40/1920*100vw);
    position: relative;
}
.pop-con .p1-form{
    width: calc(640/1920*100vw);
}
.pop-con .btnb{
    margin-top: calc(40/1920*100vw);
}
.pop-con .p1-form .btnb a{
    font-size: calc(24/1920*100vw);
    width: 40%;
    color: #515462;
}
.pop-con .p1-form input{
    box-sizing: border-box;
    height: calc(50/1920*100vw);
    line-height: calc(50/1920*100vw);
    color: #fff;
}
.pop-con .err{
    width: 100%;
    color: #fa3419;
    font-size: calc(18/1920*100vw);
    position: absolute;
    top: calc(250/1920*100vw);
}
.pop-con .pop-btn{
    background: url(../images/index/pop-btn.png) no-repeat center/100%;
    width: calc(299/1920*100vw);
    height: calc(76/1920*100vw);
    display: block;
    margin: calc(100/1920*100vw) auto 0;
    float: initial;
}
.pop-con .pop-text{
    width: 100%;
    border: 1px solid #fff;
    background: rgba(73, 87, 130, 0.35);
    height: calc(220/1920*100vw);
    border-radius: 5px;
    margin-top: calc(50/1920*100vw);
    box-sizing: border-box;
    padding: calc(10/1920*100vw);
    color: #fff;
    font-size: calc(22/1920*100vw);
    overflow-y: auto;
}
.pop-con .pop-text a{
    color: #a9b3ff;
    text-decoration: underline;
    float: initial;
    display: inline-block;
}
.pop-con .pop-text::-webkit-scrollbar-thumb{
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 border-radius: 5px;
 background: #515462;
}
.pop-con .pop-text::-webkit-scrollbar-track{
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 background: #fff;
 border-radius: 5px;
}
.pop-con .pop-text::-webkit-scrollbar{
 width: 5px;
 height: 1px;
 border-radius: 5px;
}
.pop-14{
    background-image: url(../images/index/pop_4.png);
    width: calc(736/1920*100vw);
    height: calc(436/1920*100vw);
    margin-left: calc(-368/1920*100vw);
    margin-top: calc(-218/1920*100vw);
}
.pop_code{
    width: calc(250/1920*100vw);
    height: calc(250/1920*100vw);
    display: block;
    margin-top: calc(14/1920*100vw);
    margin-left: calc(235/1920*100vw);
}
.pop-14 .pop-close{
    top: 0;
    right: calc(150/1920*100vw);
}
/*����*/
.mclass .pop-close {
    width: 0.45rem;
    height: 0.45rem;
    color: #d9d9d8;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.5rem;
    position: absolute;
    right: .3rem;
    top: .1rem;
    z-index: 3;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain
}
.mclass .pop {
    position: fixed;
    background-image: url(../images/index/pop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 5.9rem;
    height: 3.18rem;
    left: 50%;
    top: 50%;
    margin-left:-2.9rem;
    margin-top: -1.59rem;
}
.mclass .pop p{
    font-size: 0.22rem;
    color: #2b2d37;
    width: 4.5rem;
    margin: 0 auto;
    margin-top: 0.8rem;
    height: 1.8rem;
    overflow-y: auto;
    line-height: 0.4rem;
}
.mclass .pop-1,
.mclass .pop-13,
.mclass .pop-2{
    background-image: url(../images/index/pop_2.png);
    width: 5.46rem;
    height: 7.66rem;
    margin-left: -2.73rem;
    margin-top: -3.83rem;
}
.mclass .pop-1 p,
.mclass .pop-13 p,
.mclass .pop-2 p{
    margin-top: .8rem;
    width: 4.3rem;
    height: 6.3rem;
}
.mclass .pop-vid{
    width: 6.5rem;
    height: 4rem;
}
.mclass .pop-vid .pop-close{
    top: -.5rem;
    color: #fff;
    text-indent: inherit;
}
.mclass .pop-12{
    background-image: url(../images/index/pop_3.png);
    width: 7.5rem;
    height: 8.19rem;
    margin-left: -3.75rem;
    margin-top: -4.09rem;
}
.mclass .pop-con{
    width: 6.4rem;
}
.mclass .pop-ti{
    font-size: 0.24rem;
    margin-top: 0.4rem;
}
.mclass .pop-ti:after{
    width: 6.36rem;
    height: 0.13rem;
    position: absolute;
    bottom: -0.3rem;
}
.mclass .pop-h4{
    font-size: 0.24rem;
    margin-top: 0.3rem;
}
.mclass .pop-con .err{
    font-size: 0.18rem;
    top: 2.5rem;
}
.mclass .pop-con .p1-form{
    width: 6.4rem;
}
.mclass .pop-con .pop-btn{
    width: 2.99rem;
    height: 0.76rem;
    margin: 1.2rem auto 0;
}
.mclass .pop-con .pop-text{
    height: 2.2rem;
    margin-top: 0.5rem;
    padding: 0.1rem;
    font-size: 0.22rem;
}
.mclass .pop-con .p1-form input{
    height: 0.4rem;
    line-height: 0.4rem;
}
.mclass .pop-con .p1-form .btnb a{
    font-size: 0.24rem;
    color: #515462;
}
.mclass .pop-con .p1-form .btnb a:after{
    top: 0rem;   
}
.pop-con .p1-form a:hover, .pop-con .p1-form a.on{
        color: #fed948;
}
.mclass .pop-con .p1-form a:hover,.mclass  .pop-con .p1-form a.on{
        color: #fed948;
}