@charset "utf-8";

/* @font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular-9.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black-3.otf') format('opentype');
    font-weight: bolder; 
    font-style: normal;
} 
*/
/* 客服屏 1272x674   */

figure,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}

table {
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

legend {
    display: none
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: 400;
    font-style: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

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

q:after,
q:before {
    content: ""
}

abbr,
acronym {
    border: 0
}

a {
    vertical-align: middle;
    text-decoration: none
}

body,
html {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    user-select: none;
}

input,
select,
textarea {
    outline: none;
    caret-color: #000;
}


:root {
    --MDBlue: rgba(1, 164, 243, 1);
    --MDPink: rgba(255, 125, 251, 1);
    --bgColor: rgba(11, 15, 16, 1);

    --MDGray: rgba(176, 176, 176, 1);

    --f100: 5rem;
    /* 标题 */
    --f72: 3.7rem;
    /* 标题 */
    --f64: 3.5rem;
    /* 标题 */
    --f56: 3rem;
    /* 标题 */
    --f52: 3rem;
    /* 标题 */
    --f48: 2.5rem;
    /* h1 */
    --f30: 1.75rem;
    --f24: 1.5rem;
    --f20: 1.34rem;
    --f18: 1.3rem;
    --f16: 1.2rem;
    /* 一般按钮 */
    --f14: 1rem;
    /* 阅读文字 */

    --marTop: 4rem;
    /* sec顶间距 */
    --imgRadius: 1rem;
}


div {
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

.ap {
    padding-bottom: 10rem;
}

.topmenu img {
    width: auto;
}

/* 默认 padding:0.12rem = 3px */
.gradient-border {
    padding: 0.12rem;
    background-image: linear-gradient(to right, var(--MDBlue) 0%, var(--MDPink) 100%);
}

.gradient-border a {
    background-color: var(--bgColor);
    display: inline-block;
}

.un-gradient-border {
    background: linear-gradient(to right, var(--MDPink), var(--MDBlue), var(--MDPink));
    background-size: 200% 100%;
}

#nav .active {
    border-bottom-width: 0.2rem;
}

#nav a {
    padding: 0.3rem 0.4rem;
    color: var(--MDGray);
}

.quick_menu {
    border-top: 1px solid #000;
    display: flex;
    align-items: center;
    color: var(--MDGray);
    margin-right: 0.7rem;
}

.quick_menu .subscribeBtn {
    transition: background-position 0.5s ease;
    font-size: var(--f18);
    border-radius: 2rem;
    padding: 1px;
    margin-right: 1rem;
}

.quick_menu .subscribeBtn a {
    color: var(--MDBlue);
    padding: 0.3rem 1rem;
    border-radius: 2rem;
}

.quick_menu .subscribeBtn a span {
    transition: background-position 0.5s ease;
    background: linear-gradient(to right, var(--MDBlue), var(--MDPink), var(--MDBlue));
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.quick_menu .subscribeBtn:hover {
    background-position: 99.2% 0;
}

.quick_menu .subscribeBtn:hover a span {
    background-position: 99.2% 0;
}

.quick_menu .myPoints {
    padding: 0.1rem 0.1rem 0;
    background-color: rgba(40, 41, 51, 1);
    border-radius: 1.2rem;
    margin-right: 1rem;
}

.quick_menu .myPoints span {
    padding: 0.3rem 1rem 0.3rem 0.5rem;
}

.quick_menu .myPoints::before {
    content: url('../img/icon-points.svg');
    display: inline-block;
    width: 1.8rem;
    vertical-align: middle;
    margin: 0.1rem 0 0 0.1rem;
}

.quick_menu .menuBtn {
    display: flex;
    align-items: center
}

.quick_menu .menuBtn::after {
    content: url('../img/icon-menu3points.svg');
    display: inline-block;
    width: 0.3rem;
    vertical-align: middle;
    margin: 0.1rem 0 0 0.4rem;
}




.nav_subscribe_border {
    padding: 1px;
    background: linear-gradient(to right, #EB6EA5, #01a4f3, #EB6EA5);
    background-size: 200%;
    background-position: 0 center;
    border-radius: 2rem;
    margin-right: 1rem;
}

.nav_subscribe_border:hover {
    animation: hoverIn 0.5s ease forwards;
}

.nav_subscribe_border:not(:hover) {
    animation: hoverOut 0.5s ease forwards;
}

.nav_subscribe {
    display: flex;
    border-radius: 2rem;
    padding: 0.3rem 1rem;
    background-color: #000;
}

.homepage_event {
    margin-left: 0;
    margin-right: 0;
}

/* 页面 */
/* kv */
.kv {
    width: 100%;
    height: 40rem;
    position: relative;
}

.kv .img {
    width: 100%;
    height: 100%;
}

.kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv .shadow {
    width: 100%;
    height: 20rem;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(rgba(11, 15, 16, 0), var(--bgColor));
}

.kv .titles {
    width: 50%;
    position: absolute;
    bottom: 10rem;
    font-weight: normal;
}

.kv .titles .t1 {
    font-size: var(--f72);
}

.kv .titles .t2 {
    font-size: var(--f100);
    font-weight: bold;
    color: var(--MDBlue);
    text-transform: uppercase;
}

.kv .titles .txt {
    font-size: var(--f24);
}

.kv .titles .txt span {
    color: var(--MDBlue);
}

.kv .btns {
    width: 50%;
    position: absolute;
    bottom: 4rem;
    display: flex;
}

.kv .btns .btn {
    cursor: pointer;
}

.kv .btns .btn a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem 0.6rem;
    white-space: nowrap;
}

.kv .btns .btn a.videobtn {
    padding: 0.5rem 1rem 0.6rem 2.5rem;
    background-image: url(/public/img/SVG/youtube.svg);
    background-position: 1rem center;
    background-repeat: no-repeat;
    background-size: 1rem;
}

.sec {
    width: 100%;
    margin-top: -1px;
}

.labels {
    width: 87.39%;
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.labels a {
    font-size: var(--f24);
    padding: 0.5rem 1rem;
    border: 1px solid rgba(56, 56, 56, 1);
    border-radius: 0.5rem;
    margin-bottom: 1vw;
}

.infoBox {
    width: 100%;
    margin: var(--marTop) auto 0;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    text-align: center;
}

.infoBox .title {
    font-size: var(--f56);
    margin-bottom: 1rem;
    font-weight: 600;
}

.infoBox .txt {
    font-size: var(--f24);
    line-height: 1.5;
}

.infoBox .more {
    font-size: var(--f24);
    margin-top: 0.7rem;
    cursor: pointer;
    background: linear-gradient(to right, #01a4f3, #EB6EA5, #01a4f3);
    background-size: 200%;
    background-position: 0 center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.infoBox .more:hover {
    animation: hoverIn 0.5s ease forwards;
}

.infoBox .more:not(:hover) {
    animation: hoverOut 0.5s ease forwards;
}


.infoBox .desc {
    width: 100%;
    min-height: 3rem;
    position: absolute;
    bottom: 0;
    font-size: var(--f20);
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(176, 176, 176, 1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.5rem;
    z-index: 5;
}

.infoBox .share_container {
    width: 100%;
    height: 100%;
}

.homepage_event .infoBox .sharediv {
    margin-bottom: 0;
}

.infoBox .sharediv .imgdiv {
    width: 100%;
    height: 100%;
}

.infoBox .sharediv .imgdiv img:nth-child(1) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoBox .sharediv .imgdiv img:nth-child(2) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoBox2 .imgs2 {
    width: 86.66%;
    margin: var(--marTop) auto 0;
    display: flex;
    justify-content: space-between;
}

.infoBox2 .imgs2 .item {
    width: 48%;
    height: 42.8rem;
    position: relative;
    border-radius: var(--imgRadius);
    overflow: hidden;
}

.infoBox2 .imgs2 .img {
    width: 100%;
    height: 100%;
}

.infoBox1 {
    border-radius: 0;
}

.infoBox1 .img {
    width: 100%;
    height: 70.7rem;
}

/* .infoBox1 .img img { width: 100%; height:100%; object-fit: cover;  } */
.infoBox1 .txtSp {
    width: 40%;
    position: absolute;
    right: 5rem;
    bottom: 8rem;
    text-align: right;
    z-index: 5;
}

.infoBox1 .item6 {
    margin-top: 3rem;
}

.infoBoxZ {
    padding-bottom: 4rem;
}

.infoBoxZ .title {
    font-family: 'Inter bold'
}

.infoBoxZ .zoomImgs {
    width: 93.75%;
    height: 66rem;
    margin: 1rem auto 0;
    position: relative;
}

.infoBoxZ .zoomImgs .imgB {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--imgRadius);
    background-color: #666;
}

.infoBoxZ .zoomImgs .imgM {
    width: 100%;
    height: 100%;
    border-radius: var(--imgRadius);
    position: absolute;
    top: 0;
}

.infoBox .imgB span {
    margin-top: 20%;
    display: block;
    color: rgba(176, 176, 176, 1);
}

.infoBoxZ .zoomImgs .imgS {
    width: 43rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    border-radius: 0.33rem;
    overflow: hidden;
    cursor: grab;
    z-index: 15;
}

/*  cursor: move; */
.infoBoxZ .zoomImgs .imgS .img {
    width: 100%;
    height: 100%;
}

.infoBoxZ .zoomImgs .imgS img {
    width: 100%;
    display: block;
}

.infoBox .zoomKk {
    position: absolute;
    display: blck;
    pointer-events: none;
}

.wb {
    background-color: #fff;
    color: #000;
}

.infoBox3,
.infoBox4 {
    width: 93.75%;
    margin: 0 auto;
    padding: var(--marTop) 0 4rem;
}

.infoBox3 .img3 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.infoBox3 .img3 .item {
    width: 48.77%;
    margin-top: 3rem;
    border-radius: var(--imgRadius);
    overflow: hidden;
    position: relative;
}

.infoBox3 .img3 .item1 {
    width: 100%;
}

.infoBox3 .img3 .item2 {
    height: 58.8rem;
}

.infoBox3 .img3 .item3 {
    height: 76.1rem;
}

.infoBox .img {
    width: 100%;
    height: 100%;
}

.infoBox3 .txtBox {
    width: 48.77%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: right;
}

.infoBox3 .txtBox .title {
    font-size: var(--f52);
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.infoBox3 .txtBox .txt {
    font-size: var(--f30);
}

.infoBox3 .txtBox .btn {
    font-size: var(--f24);
}

.infoBox3 .img3 .item4 {
    height: 45.7rem;
}

.infoBox4 .img4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infoBox4 .img4 .item {
    margin-top: var(--marTop);
    border-radius: var(--imgRadius);
    overflow: hidden;
    position: relative;
}

.infoBox4 .img4 .item5 {
    width: 100%;
    height: 65.1rem;
}

.infoBox4 .img4 .item6 {
    width: 71.11%;
    height: 83.8rem;
}

.infoBox4 .img4 .item6 .box {
    width: 100%;
    height: 100%;
    position: relative;
}

.infoBox4 .img4 .txtBox {
    width: 25.22%;
    margin-top: var(--marTop);
    text-align: left;
    position: relative;
}

.infoBox4 .txtBox .title {
    font-size: var(--f52);
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.infoBox4 .txtBox .txt {
    font-size: var(--f30);
    margin: 1rem 0;
}

.infoBox4 .txtBox .btn {
    font-size: var(--f24);
}

/* height:47.7rem; */
.infoBox4 .imgS {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: var(--imgRadius);
    overflow: hidden;
    cursor: grab;
}

.infoBox4 .desc {
    text-align: center;
}

.infoBox1 .img5 {
    width: 100%;
    height: 69rem;
    position: relative;
    margin-top: 3rem;
}

.infoLast {
    margin-top: 0;
    padding-bottom: var(--marTop);
}

.infoLast a {
    font-size: var(--f48);
    font-weight: 600;
}

.infoLast .more {
    font-size: var(--f48);
}

.infoLast span {
    color: var(--MDBlue);
    position: relative;
    top: -0.2rem;
}

.infoQa {
    padding-top: 3rem;
}

.infoQa .title {
    font-size: var(--f52);
    font-weight: 600;
    text-align: center;
}

.infoQa ul {
    width: 83.33%;
    margin: 3rem auto 0;
}

.infoQa ul li {
    width: 100%;
    padding: 1rem 2rem;
    background-color: rgba(28, 29, 36, 1);
    color: rgba(176, 176, 176, 1);
    margin-bottom: 0.5rem;
    position: relative;
    cursor: pointer;
}

.infoQa ul li .a {
    display: none;
    margin-top: 1vw;
    line-height: 1.8;
    padding: 0.5vw 1vw;
}

.infoQa ul li::after {
    content: "+";
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    font-size: var(--f24);
}

.infoQa ul li.open::after {
    content: "-";
}

.infoQa ul li.open .a {
    display: block;
}

/* .homepage_event .sharediv { opacity: 1; } */

.infoBox .imgdiv .progress {
    position: absolute;
    left: 0;
    top: 18rem;
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 1rem;
}







@media screen and (min-width:780px) {
    .kv .titles {
        left: 5rem;
    }

    .kv .btns {
        left: 5rem;
    }
}





@media screen and (max-width:780px) {
    /*wap端*/

    :root {
        --f64: 2.56rem;
        --f50: 2rem;
        --f48: 1.92rem;
        --f36: 1.44rem;
        --f32: 1.28rem;
        --f30: 1.2rem;
        --f24: 0.96rem;
        --f20: 0.8rem;
    }

    #homepage {
        overflow-y: visible;
    }

    #logo {
        width: 12.96rem;
    }

    #logo img {
        width: 100%;
        height: auto;
    }

    .downAppBtn {
        margin-right: 1rem;
        border-radius: 0.36rem;
    }

    .downAppBtn a {
        border-radius: 0.36rem;
        padding: 0.4rem 0.8rem;
        font-size: var(--f20);
    }

    .mob {
        background-color: var(--bgColor);
    }

    .ap .kv {
        width: 100%;
        height: 91.03vw;
        position: relative;
    }

    .ap .kv .img {
        width: 100%;
        height: 100%;
        background-color: silver;
    }

    .ap .kv .shadow {
        width: 100%;
        height: 49.74vw;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(rgba(11, 15, 16, 0), var(--bgColor));
    }

    .ap .kv .titles {
        width: 100%;
        position: absolute;
        bottom: 5.72rem;
        font-weight: normal;
        padding-left: 1.6rem;
    }

    .ap .kv .titles div {
        margin-bottom: 0.16rem;
    }

    .ap .kv .t1 {
        font-size: var(--f48);
    }

    .ap .kv .t2 {
        font-size: 2.88rem;
        font-family: 'Inter bold';
        color: var(--MDBlue);
        text-transform: uppercase;
    }

    .ap .kv .txt {
        font-size: var(--f32);
    }

    .ap .kv .txt span {
        color: var(--MDBlue);
    }

    .ap .kv .btns {
        width: 100%;
        position: absolute;
        bottom: 0.6rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .ap .kv .btn {
        margin: 0 0.92rem;
        border-radius: 3.08rem;
        padding: 0.08rem;
    }

    .ap .kv .btn a {
        width: 11.6rem;
        height: 3.08rem;
        border-radius: 3.08rem;
        font-size: var(--f32);
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding-top: 0.75rem;
    }

    .ap .kv .btn a::before {
        content: url('../img/SVG/icon-youtube.svg?v25');
        display: inline-block;
        width: 2.04rem;
        margin-right: 0.32rem;
    }

    .ap .desc {
        width: 100%;
        margin-top: 1.2rem;
    }

    .ap .desc .arr {
        width: 1.98rem;
        margin: 0 auto;
    }

    .ap .desc .txt {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1.04rem;
    }

    .ap .desc .icon {
        width: 1.98rem;
        margin-right: 0.54rem;
    }

    .ap .sec {
        width: 100%;
        min-height: 35rem;
        margin-top: -1px;
        position: relative;
    }

    .ap .sec .img {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .ap .sec .img img {
        pointer-events: none;
    }

    .ap .sec .img .b {
        position: absolute;
        top: 0;
        opacity: 0;
        pointer-events: none;
    }

    /* transition:opacity 0.5s ease; */
    .ap .sec .progress {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding-top: 20rem;
        color: #666;
    }

    .ap .sec .txt {
        width: 100%;
        position: absolute;
        top: 0;
        padding: 2rem 1.6rem 7rem;
        text-align: center;
        z-index: 1;
        background-image: linear-gradient(var(--bgColor) 35%, rgba(11, 15, 16, 0.75) 50%, rgba(11, 15, 16, 0));
        pointer-events: none;
    }

    .ap .sec .tl {
        text-align: left;
    }

    .ap .sec .txt .title {
        font-size: var(--f50);
        font-family: 'Inter bold';
    }

    .ap .sec .txt p {
        font-size: var(--f24);
        margin-top: 0.6rem;
    }

    .ap .sec .desc {
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center;
        padding: 0.8rem 2rem;
        background: rgba(0, 0, 0, 0.7);
        color: rgba(176, 176, 176, 1);
    }

    .ap #zoomSec1 {
        border-bottom: 1px solid #000;
    }

    .ap .zoomSec {
        width: 100%;
        position: relative;
        background-color: var(--bgColor);
        border-top: 1px solid var(--bgColor);
    }

    .ap .zoomSec canvas {
        width: 100%;
        /* position: absolute; top:18vw; */
    }

    .ap .zoomSec .orgImg {
        width: 100%;
        position: absolute;
        top: 36.6rem;
    }

    .ap .zoomSec .img {
        width: 100%;
        margin-top: 18vw;
    }

    /* .ap .zoomSec .img img { pointer-events: auto; } */
    .ap .zoomSec .txt p {
        font-size: var(--f30);
    }

    .ap .end {
        width: 100%;
        padding-top: 6.84rem;
    }

    .ap .endBtn {
        width: 23.52rem;
        height: 13.4rem;
        margin: 0 auto;
        border-radius: 1.8rem;
    }

    .ap .endBtn a {
        width: 100%;
        height: 100%;
        border-radius: 1.8rem;
        text-align: center;
        font-size: var(--f48);
        font-weight: lighter;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ap .endBtn a .b {
        display: block;
        font-size: var(--f64);
        font-family: 'Inter bold';
        margin-top: 0.1rem;
    }

    .ap .endBtn a .s {
        display: block;
        font-size: var(--f36);
    }

    .ap .endBtn a .s::before {
        content: url('../img/SVG/link2.svg');
        display: block;
        width: 1.68rem;
        margin: 0.2rem auto;
    }

    .ap .endLogo {
        width: 19.4rem;
        margin: 2.72rem auto 0;
        padding-bottom: 3.4rem;
    }

    .ap .endLogo p {
        width: 100%;
        margin-top: 0.4rem;
        font-size: var(--f32);
        text-align: center;
        color: var(--MDBlue);
    }

}