@font-face {
    font-family: T;
    font-style: normal;
    font-weight: 400;
    /*src: url(https://cdn.teyes.cn/cc4/ys.otf) format("opentype")*/
    src: url(https://cdn1.teyes.cn/font/YS%20Text-Regular.woff2) format("opentype")

    
}

@font-face {
    font-family: N;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.teyes.cn/cc4/no.TTF) format("opentype")
}


* {
    margin: 0;
    padding: 0;
    font-family: T;
}

.en * {
    margin: 0;
    padding: 0;
    font-family: N;
}

* {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    /*font-family: STHeiti, Alibaba Sans, Alibaba Sans;*/
    user-select: none;
    /* 标准属性 */
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

*:hover,
*:active {
    background-color: transparent;
}

*:active {
    /*opacity:0.8;*/
    -webkit-tap-highlight-color: transparent;
}

/* 定义加载动画 */
@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.f {
    display: flex;
}

.logo {
    margin: 10px 20px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    max-width: 100%;
    width: 250px;
}

/* 应用动画到加载图标 */
.loading-icon {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #000;
    width: 40px;
    height: 40px;
    animation: loading 1s linear infinite;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

body,
html {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.toast {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    /*display:flex;*/
    /*align-items:center;*/
    /*justify-content:center;*/
}

#app {
    background-color: #000d23;
    color: #fff;
    height: 100%;
}

.page {
    height: 100%;
}

.content {
    position: relative;
    /*padding:40px;*/
    height: 100%;
}

.title {
    margin-top: 40px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.t1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;

}

.t1 .back:after {
    z-index: 111;
    content: '';
    position: absolute;
    background-size: cover;
    width: 50px;
    height: 50px;
    background-size: cover;
    /*left:20px;*/
    left: 0;
    top: 3px;
    cursor: pointer;
    background-image: url('https://cdn.teyes.cn/cc4/cc4vcp/images/back.png');
}

.home {
    /*background-image:url('images/bg.png');*/
    background-size: cover;
    position: relative;
}

.home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient( 180deg, rgba(0,0,0,0.3) 0%, rgba(102,102,102,0.15) 100%);*/
}

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

.home .vos {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    z-index: 1;
}

.home .vos .lg {
    text-align: center;
}

.home .vos .lg img {
    max-width: 100%;
    width: 400px;
}

.home .content video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home .vs {
    /*height:calc(100% - 210px);*/
    display: flex;
    overflow: auto;
    padding: 40px;
    align-items: flex-start;
}

.home .t1 {
    /*margin-bottom:10px;*/
    /*padding-top:40vh;*/
}

.home .items {
    display: flex;
    flex: 1;
}

.home .items .item {
    color: rgba(0, 15, 33, 1);
    background-color: #fff;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 20px 10px 20px;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.home .items .item img {}

.home .items .item span:nth-child(1) img {
    margin-top: 13px;
    width: 90px;
}

.home .items .item span:nth-child(3) img {
    margin-top: 10px;
    width: 90px;
}

.home .items .item span {
    font-size: 20px;
}

.home .items .item span:nth-child(2) {
    flex: 1;
}

.home .items .item:nth-child(2) {
    margin: 0 0px 0 20px;
}

.home .items .item .icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-bottom: 0px;
}

.home .items .item .icon.i1 {
    background-image: url(https://cdn.teyes.cn/cc4/cc4vcp/images/home1.png);
}

.home .items .item .icon.i2 {
    background-image: url(https://cdn.teyes.cn/cc4/cc4vcp/images/home2.png);
}

.home .items .item .icon.i3 {
    background-image: url(https://cdn.teyes.cn/cc4/cc4vcp/images/home3.png);
}

.home .items .item .stitle {
    font-size: 20px;
    color: #D7EEFF;
    line-height: 47px;
    font-style: normal;
}

.home .items .item .desc {
    font-family: Alibaba Sans, Alibaba Sans;
    font-weight: 400;
    font-size: 18px;
    color: rgba(220, 240, 255, .6);
    height: 38%;
    margin-bottom: 50px;
}

.home .op {
    background-image: url('images/ent.png');
    width: 40px;
    height: 40px;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
}





.free {
    /*background-image:url('images/bg.png');*/
    background-size: cover;
    position: relative;
}

.free:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(102, 102, 102, 0.15) 100%);
}

.free .vs {
    height: calc(100% - 210px);
    display: flex;
    align-items: center;
    overflow: auto;
}

.free .t1 {}

.free .items {
    flex: 1;
}

.free .items .item {
    background: #262C31;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100px 100px 100px 100px;
    color: rgba(215, 238, 255, 1);
    line-height: 40px;
    padding: 20px 30px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.free .items .item:nth-child(1) {
    margin-bottom: 20px;
}

.free .items .item:after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('https://cdn.teyes.cn/cc4/cc4vcp/images/ent.png');
    position: absolute;
    right: 20px;
    background-size: cover;
}




.freeR {
    /*background-image:url('images/bg.png');*/
    background-size: cover;
    position: relative;
    text-align: center;
}

.freeR:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(102, 102, 102, 0.15) 100%);
}

.freeR .vs {
    height: calc(100% - 210px);
    overflow: auto;
    display: flex;
    flex-flow: column;

    align-items: center;
}

.freeR .t1 {}

.freeR .t2 {
    margin-top: 20px;
    text-align: left;
    color: rgba(220, 240, 255, .6);
}

.freeR .t3 {
    margin-top: 20px;
}

.freeR .t4 {
    margin-top: 20px;
    color: rgba(220, 240, 255, 1);
}

.freeR .t3 img {
    width: 150px;
}



.pay {
    /*background-image:url('images/bg.png');*/
    background-size: cover;
    position: relative;
    text-align: center;
}

.pay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(102, 102, 102, 0.15) 100%);
}

.pay .vs {
    height: calc(100% - 210px);
    max-width: 550px;
    margin: auto;
    overflow: auto;
    /*display:flex;*/
    /*align-items: center;*/
}

.pay .t1 {}

.pay .t2 {
    margin-top: 20px;
    color: rgba(215, 238, 255, 1);
}

.pay .t3 {
    margin-top: 20px;
    color: rgba(215, 238, 255, 0.50);
}

.pay .t3 span {
    color: rgba(215, 238, 255, 1);
}

.pay .t4 input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
}

.pay .t4 {
    margin-top: 20px;
    background-color: rgba(129, 148, 166, 0.20);
    padding: 10px 20px;
    border-radius: 10px;
}

.pay .t5 {
    margin-top: 20px;
}

.pay .t5 .btn {
    color: rgba(0, 0, 0, 1);
    line-height: 48px;
    font-size: 18px;
    background: linear-gradient(90deg, #414A52 0%, #A6B9C7 60%, #EFEFEF 100%);
    box-shadow: inset 4px 0px 14px 0px rgba(255, 255, 255, 0.15);
    border-radius: 100px 100px 100px 100px;
}



.video {
    /*background-image:url('images/bg.png');*/
    background-size: cover;
    position: relative;
    text-align: center;
}

.video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(102, 102, 102, 0.15) 100%);
}

.video .vs {
    height: calc(100% - 210px);
    overflow: auto;
    /*max-width:550px;*/
    margin: auto;
    /*display:flex;*/
    /*align-items: center;*/
}

.video .t2 {
    max-width: 550px;
    margin: auto;
}

.video .videos {
    max-width: 1920px;
    width: 100%;
    margin: 20px auto;
}

.toast>div {
    max-width: 80%;
    margin: auto;
}

.toast>div.mb {
    max-width: 100%;
}

.toast.pc>div {
    width: 353px;
    height: 361px;
}

.toast.pc>div .t2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 30px;
}

.toast.pc>div .t3 {
    margin: auto;
}

.toast.pc>div .t4 {
    margin-top: 20px;
    font-size: 18px;
}

.toast.pc>div .t3 img {
    margin: auto;
}

.toast.pc {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.toast.pc .vk {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: rgba(0, 15, 33, 1);
}

.toast .btn {
    margin-top: 20px;
}

.page.mb {
    max-width: 640px;
    margin: auto;
    overflow: auto;
}

.mb {
    padding: 20px;
}

.mb .mbt {
    text-align: center;
}

.mbt img {
    margin-bottom: 20px;
    width: 80px;
}

.mb .mdescbig {
    padding: 10px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    margin-bottom: 20px;
}

.mb .mdescbig:last-child {
    margin-bottom: 100px;
}

.mb .mtitle {
    font-weight: bold;
    font-size: 24px;
    color: rgba(0, 15, 33, 1);
    line-height: 26px;
    /*text-align: left;*/
    text-align: center;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: -10px;
}

.mb .mdesc {
    font-weight: 400;
    color: rgba(0, 15, 33, .8);
    line-height: 19px;
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
}

.mb .btn {}

.mi {
    margin: 20px 0;
}

.mt {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 15px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mt.add {
    margin-top: 20px;
}

.mt.adds {
    margin: 10px 0;
    background-color: RGBA(235, 236, 238, 1);
    border-radius: 10px;
    background-image: url(img/add.png);
    height: 48px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.mti {
    background-color: RGBA(235, 236, 238, 1);
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.mti .scan {
    background-image: url(img/scan.png);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    margin-right: 10px;
}
.mti input::placeholder{
    font-size:10px;
}
.mti input {
    background: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    flex: 1;
}

.btn {
    text-align: center;
}

.btn span {
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: rgba(0, 15, 33, 1);
    border-radius: 30px;
    padding: 0 24px;
}

.q {
    background-image: url(img/q.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.imgs {
    /*margin:20px 0;*/
    display: flex;
    /*justify-content: space-between;*/
}

.imgs .img {
    position: relative;
    width: 22vw;
    height: 22vw;
    background-size: cover;
    background-position: center;

    border-radius: 4px;
}

.imgs .img:nth-child(2) {
    margin: 0 calc((100vw - 80px - 66vw) / 2);
}

.imgs .img .del {
    position: absolute;
    top: -10px;
    right: -10px;
    background-image: url(https://cdn.teyes.cn/cc4/cc4vcp/images/close.png);
    background-size: cover;
    width: 30px;
    height: 30px;
}

.toast img {
    /*width:200px;*/
}

.toast.toastmb {
    top: 0px;
    top: 0px;
    text-align: left;
    padding: 0px 0px;
}

.toast.toastmb img {
    vertical-align: middle;
}

.toast.toastmb .m1 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
}

.toast.toastmb .m2 {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
}

@media screen and (max-width: 900px) {
    .home .vos .lg img {
        width: 50%;
    }

    .home .vos {
        width: 100%;
    }

    .home .items {
        display: block;
    }

    .home .items .item {
        margin-bottom: 20px;
    }

    .home .items .item:nth-child(2) {
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
   
    .home .content video {
        width: 150vw;
        left: 50%;
        margin-left: -74vw;

    }

    .t1 {
        line-height: 110%;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    .home .vs {
        padding: 20px;
    }

    .home .items .item {
        padding: 10px 10px 10px 10px;
    }

    .home .items .item span:nth-child(1) img {
    	margin-top:15px;
        width: 60px;
    }

    .home .items .item span:nth-child(3) img {
        width: 60px;
    }
}