body,
html {
    height: 100%;
    font-family: "微软雅黑", PingFang SC, PingFang SC-Medium !important;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: rgba(255, 255, 255, .9);
    background-color: #101114;
}

::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.wrapper {
    width: 1440px;
    margin: 0 auto;
}

body,
html,
div {
    margin: 0;
    padding: 0;
}

.body {
    width: 100%;
    background-color: #101114;
    background-image: url(../image/level-1-rbg.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.level-lbg {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 1300px;
    width: 700px;
    background-image: url(../image/level-1-lbg.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
}

.pc-nav {
    position: fixed;
    height: 80px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 999;
}

.pc-nav .box {
    padding: 0 48px;
    box-sizing: border-box;
}


.pc-nav .menu-box {
    position: relative;
    display: none;
    width: 24px;
}


@media (max-width: 1440px) {
    .wrapper {
        width: auto;
    }



}

/* 英文在1300px英文下导航内容就不够了 */

@media (max-width: 1300px) {

    .pc-nav .box .logo {
        width: 32px;
        background-image: url(../image/m_logo.png);
        margin-right: 46px;
    }

    .pc-nav .box .nav-content {
        width: auto;
    }

}



@media (max-width: 1158px) {
    .pc-nav .box .nav-content {
        width: 0;
    }

    .pc-nav .box .logo {
        float: left;
    }

    .pc-nav .right-box {
        float: right;
    }

    .pc-nav .menu-box {
        display: inline-block;
    }


}








#menu-control {
    position: absolute;
    right: -10px;
    top: 10px;
    cursor: pointer;
    height: 20px;
    width: 20px
}

#menu-control span {
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    -webkit-transition: background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear;
    -moz-transition: background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear;
    -o-transition: background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear;
    transition: background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear
}

#menu-control span::before,
#menu-control span::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    -webkit-transition: bottom 0.20s linear, top 0.20s linear;
    -moz-transition: bottom 0.20s linear, top 0.20s linear;
    -o-transition: bottom 0.20s linear, top 0.20s linear;
    transition: bottom 0.20s linear, top 0.20s linear;
    -webkit-transition-duration: 0.2s, 0.2s;
    -moz-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0
}

#menu-control span::before {
    top: -6px;
    -webkit-transition-property: top, -webkit-transform;
    -moz-transition-property: top, -moz-transform;
    transition-property: top, transform
}

#menu-control span::after {
    bottom: -6px;
    -webkit-transition-property: bottom, -webkit-transform;
    -moz-transition-property: bottom, -moz-transform;
    transition-property: bottom, transform
}

.open-sidebar#menu-control span {
    background: none
}

.open-sidebar#menu-control span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open-sidebar#menu-control span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.open-sidebar#menu-control span::before,
.open-sidebar#menu-control span::after {
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s
}



.pc-nav.active {
    background-color: #101114
}

.pc-nav .nav-box {
    position: fixed;
    top: 66px;
    background-color: #101114;
    display: none;
    padding: 16px 0;
    width: 100%;
}

.pc-nav .nav-item {
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
}

.pc-nav .nav-btn {
    display: inline-block;
    width: 93px;
    height: 36px;
    line-height: 36px;
    border-radius: 100px;
    cursor: pointer;
}

.pc-nav .nav-btn.active {
    background: rgba(255,255,255,0.10);
}


.nav-scroll {
    background: #101114;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.40);
}

.pc-nav .logo,
.pc-nav .cont,
.pc-nav .language-btn,
.pc-nav .free-btn,
.pc-nav .space {
    vertical-align: top;
    display: inline-block;
    height: 80px;
}

.pc-nav .logo {
    width: 220px;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.pc-nav .logo:hover {
    opacity: 0.8;
    cursor: pointer;
}

.pc-nav .nav-content {
    display: inline-block;
    width: calc(100% - 440px);
    vertical-align: top;
    overflow: hidden;
}

.pc-nav .cont {
    margin: 0 12px;
}

.pc-nav .cont div {
    margin-top: 22px;
    display: inline-block;
    padding: 0 24px;
    height: 36px;
    line-height: 36px;
    text-decoration: unset;
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
    cursor: pointer;
}

.pc-nav .active div,
.pc-nav .click_active div {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 36px;
}

.pc-nav .right-box {
    width: 210px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.pc-nav .language-btn {
    text-align: center;
    margin-top: 22px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    width: 66px;
}

.pc-nav .btn {
    cursor: pointer;
    margin-top: 22px;
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    line-height: 32px;
    padding: 0 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    border-radius: 36px;
    color: rgba(14, 210, 228, 1);
    letter-spacing: 1px;
    font-size: 16px;
}

.pc-nav .btn:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #3688ff;
    mask: linear-gradient(to left, #0ED2E4 0%, transparent);
    -webkit-mask: linear-gradient(to left, #0ED2E4 0%, transparent);
}

.pc-nav .space {
    width: 14%;
    min-width: 100px;
    max-width: 238px;
}

.pc-1-card {
    padding: 0 15%;
    padding-bottom: 136px;
    text-align: center;
}

.pc-1-card .title {
    padding-top: 160px;
    line-height: 68px;
    font-size: 48px;
}

.pc-1-card .tip {
    padding: 24px 0 32px 0;
    line-height: 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
}

.pc-1-card .btn {
    display: inline-block;
    height: 48px;
    padding: 0 26px;
    background-color: #3688ff;
    font-size: 20px;
    border-radius: 24px;
    line-height: 48px;
    cursor: pointer;
    letter-spacing: 2px;
}

.pc-1-card .video-content {
    padding-top: 32px;
}

.pc-1-card .video-box {
    position: relative;
    margin: auto;
    box-sizing: border-box;
    min-width: 658px;
    max-width: 1344px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #27364B;
    border-radius: 24px;
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,
    75% {
        transform: scale(1.35)
    }

    100%,
    78% {
        opacity: 0
    }
}

.pc-1-card .play-icon-box {
    display: flex;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 88px;
    width: 88px;
}

.pc-1-card .play-icon-box::before {
    content: '';
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #3688ff;
    animation: scale 1.5s infinite cubic-bezier(0, 0, .5, 1);
    animation-delay: .2s;
    transition: .5s all ease;
    transform: scale(1);
}

.pc-1-card .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 88px;
    width: 88px;
    background-image: url(../image/play-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.pc-1-card .head {
    position: relative;
    height: 32px;
    padding-bottom: 24px
}

.pc-1-card .circle {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.pc-1-card .circle-1 {
    left: 32px;
    background-color: #EE6A5F
}

.pc-1-card .circle-2 {
    left: 56px;
    background-color: #F5BD4F
}

.pc-1-card .circle-3 {
    left: 80px;
    background-color: #61C454
}

.pc-1-card .video-box {
    padding: 32px
}

.pc-1-card .head .text {
    height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    width: 540px;
    background-color: #2a2f35;
    font-size: 13px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6)
}

.pc-1-card .video {
    border-radius: 12px;
    object-fit: cover
}

.pc-2-card {
   
    padding-bottom: 160px;
    text-align: center;
}

.pc-2-card .title {
    padding-bottom: 40px;
    font-size: 48px;
    line-height: 68px;
}

.pc-2-card .list-box {
    min-height: 644px;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 36px 0 36px;
    align-content: flex-start;
}

.pc-2-card .list-box .cont {
    vertical-align: top;
    height: 100%;
    margin: 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    flex: 1;
    min-width: 318px;
}



.pc-2-card .icon {
    margin: 32px auto 16px auto;
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.pc-2-card .c_title {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
}

.pc-2-card .c_text {
    height: 180px;
    text-align: left;
    padding: 10px 32px;
    box-sizing: border-box;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
}

.pc-3-card {
   
    padding-bottom: 160px;
    text-align: center;
}

.pc-3-card .title {
    padding-bottom: 64px;
    font-size: 48px;
    line-height: 68px;
}

.pc-3-card .title div {
    display: inline-block;
    vertical-align: top
}

.pc-3-card .c_1 {
    color: rgba(255, 255, 255, 0.40)
}

.pc-3-card .list-box {
    padding: 0 36px;
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
}

.pc-3-card .cont {
    vertical-align: top;
    display: inline-block;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    min-width: 516px;
    flex: 1;
    margin: 12px;
}


.pc-3-card .left-cont {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 264px);
    height: 100%;
    overflow: hidden;
    padding-bottom: 56px;
    box-sizing: border-box;
}

.pc-3-card .right-cont {
    display: inline-block;
    vertical-align: top;
    width: 264px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.pc-3-card .left-title {
    padding: 56px 0 107px 56px;
    line-height: 46px;
    font-size: 32px;
    text-align: left
}

.pc-3-card .left1-text {
    padding-left: 56px;
    text-align: left;
    line-height: 36px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.60);
    overflow: hidden
}

.pc-3-card .check-icon {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 28px;
    background-image: url(../image/level-3-3.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center
}

.pc-3-card .left1-text div {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: calc(100% - 40px)
}

.pc-3-card .left2-text {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.60);
    line-height: 24px;
    padding: 0 32px 0 56px;
    overflow: hidden
}

.pc-4-card {
    padding-bottom: 160px;
    text-align: center;
    background-image: url(../image/level-4-1.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: -60px
}

.pc-4-card .title {
    line-height: 68px;
    font-size: 48px;
    padding-left: 15%;
    padding-right: 15%;
}

.pc-4-card .tip {
    padding: 24px 15% 64px 15%;
    line-height: 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
}

.pc-4-card .box {
    min-width: 1024px;
    width: 70%;
    height: 560px;
    margin: 0 auto
}

.pc-4-card .left {
    display: inline-block;
    vertical-align: top;
    width: 384px
}

.pc-4-card .list:first-child {
    margin-top: 88px;
}

.pc-4-card .list {
    text-align: left;
    min-height: 112px;
    border-radius: 12px;
    margin-bottom: 24px;
    cursor: pointer;
}

.pc-4-card .list.active {
    background: rgba(255, 255, 255, 0.06)
}

.pc-4-card .l_title {
    padding: 24px 24px 0 24px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
}

.pc-4-card .l_text {
    min-height: 24px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px 24px 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.60);
}

.change-media-1,
.change-media-2,
.change-media-3 {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-left: 48px;
    width: calc(100% - 432px);
    max-width: 912px;
}

.change-media-1 {
    position: relative;
}

.change-media-2,
.change-media-3 {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.change-media-1 .video-box {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .03)
}

.change-media-1 .video {
    border-radius: 12px;
    object-fit: cover
}

.change-media-2 {
    background-image: url(../image/level-4-2.png)
}

.change-media-3 {
    background-image: url(../image/level-4-3.png)
}

.pc-5-card {
    padding-bottom: 160px;
    text-align: center;
    background-image: url(../image/level-5-1.png);
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: -120px
}

.pc-5-card .title {
    line-height: 68px;
    font-size: 48px;
    padding-left: 15%;
    padding-right: 15%;
}

.pc-5-card .tip {
    padding: 24px 15% 64px 15%;
    line-height: 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4)
}

.pc-5-card .box {
    position: relative;
    width: 1198px;
    height: 690px;
    margin: 0 auto;
    background-image: url(../image/level-5-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.pc-5-card .video {
    margin-left: 5px;
    margin-top: 24px;
    width: 842px;
    border-radius: 12px;
    object-fit: cover;
}

.pc-5-card .note-icon {
    position: absolute;
    top: 126px;
    left: -30px;
    height: 100px;
    width: 390px;
    background-image: url(../image/level-5-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.pc-5-card .mobile-icon {
    position: absolute;
    top: 132px;
    right: 0;
    height: 598px;
    width: 294px;
    background-image: url(../image/level-5-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.pc-6-card {
    text-align: center;
    padding-bottom: 160px;
}

.pc-6-card .title {
    line-height: 68px;
    font-size: 48px;
    padding-left: 15%;
    padding-right: 15%;
}

.pc-6-card .tip {
    padding: 24px 15% 80px 15%;
    line-height: 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4)
}

.pc-6-card .box {
    min-height: 508px;
    min-width: 1024px;
    width: 70%;
    margin: 0 auto
}

.pc-6-card .left-icon {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    height: 508px;
    background-image: url(../image/level-6-1.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain
}

.pc-6-card .right-box {
    display: inline-block;
    text-align: left;
    width: 45%
}

.pc-6-card .l_title {
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    margin-top: 48px;
    margin-bottom: 16px
}

.pc-6-card .l_title:first-child {
    margin-top: 44px
}

.pc-6-card .l_title div {
    display: inline-block
}

.pc-6-card .l_active {
    padding-left: 80px;
    padding-right: 16px;
    color: #3688ff
}

.pc-6-card .l_text {
    padding-left: 120px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden
}

.pc-6-card .l_text div {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.pc-6-card .l_text div:first-child {
    max-width: calc(100% - 148px)
}

.pc-6-card .advance {
    margin-left: 4px;
    text-align: center;
    display: inline-block;
    width: 58px;
    height: 24px;
    background: linear-gradient(112deg, #fae8c0, #e9cd94 100%);
    border-radius: 12px;
    font-size: 14px;
    color: #4b2e1d;
    line-height: 24px
}

.pc-7-card {
    text-align: center;
    padding-bottom: 160px
}

.pc-7-card .title {
    padding-bottom: 64px;
    padding-left: 15%;
    padding-right: 15%;
    line-height: 68px;
    font-size: 48px;
}

.pc-7-card .box {
    position: relative;
    height: 552px;
    max-width: 1128px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 24px
}

.pc-7-card .swiper,
.pc-7-card #swiper {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 858px
}

.pc-7-card .swiper .swiper-time {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 24px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.30)
}

.pc-7-card .swiper .a {
    cursor: pointer;
    opacity: .5;
    z-index: 23;
    -webkit-transform: perspective(800px) translateX(526px) translateZ(-498px) rotateY(0deg);
    -ms-transform: perspective(800px) translateX(526px) translateZ(-498px) rotateY(0deg);
    transform: perspective(800px) translateX(526px) translateZ(-498px) rotateY(0deg)
}

.pc-7-card .swiper .b {
    opacity: 1;
    z-index: 33;
    -webkit-transform: translateX(0) translateZ(-100px) rotateY(0deg);
    -ms-transform: translateX(0) translateZ(-100px) rotateY(0deg);
    transform: translateX(0) translateZ(-100px) rotateY(0deg)
}

.pc-7-card .swiper .c {
    cursor: pointer;
    opacity: .5;
    z-index: 23;
    -webkit-transform: perspective(800px) translateX(-526px) translateZ(-498px) rotateY(0deg);
    -ms-transform: perspective(800px) translateX(-526px) translateZ(-498px) rotateY(0deg);
    transform: perspective(800px) translateX(-526px) translateZ(-498px) rotateY(0deg)
}

.pc-7-card .swiper .d {
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateX(0) translateZ(-300px) rotateY(0);
    -ms-transform: translateX(0) translateZ(-300px) rotateY(0);
    transform: perspective(500px) translateX(0) translateZ(-253px) rotateY(0)
}

.pc-7-card .swiper-time {
    background-color: #17181b
}

.pc-7-card .left {
    height: 100%;
    vertical-align: top;
    display: inline-block;
    width: 33%
}

.pc-7-card .l_title {
    padding-top: 56px;
    font-size: 32px;
    text-align: left;
    color: rgba(255, 255, 255, 0.90);
    line-height: 46px
}

.pc-7-card .l_title span {
    margin: 0 16px 0 48px;
    display: inline-block;
    vertical-align: top;
    height: 46px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px
}

.pc-7-card .l_title div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 104px);
    overflow: hidden;
}

.pc-7-card .l_text {
    padding: 32px 48px 0 48px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.60);
    line-height: 24px;
    overflow: hidden;
}

.pc-7-card .right {
    height: 100%;
    box-sizing: border-box;
    padding: 32px 24px;
    vertical-align: top;
    display: inline-block;
    width: 67%;
    background-image: url(../image/level-7-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.pc-7-card .r_img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.pc-7-card .circle-box {
    height: 8px
}

.pc-7-card .circle {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 50%
}

.pc-7-card .active {
    background: rgba(255, 255, 255, 0.90)
}

.pc-8-card {
    text-align: center;
    padding-bottom: 160px
}

.pc-8-card .title {
    padding-bottom: 64px;
    line-height: 68px;
    font-size: 48px;
    padding-left: 15%;
    padding-right: 15%;
}

.pc-8-card .box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
    width: 90%
}

.pc-8-card .list {
    padding-top: 12px;
    margin-bottom: 36px;
    height: 76px;
    box-sizing: border-box;
    overflow: hidden
}

.pc-8-card .list:last-child {
    margin-bottom: 0
}

.pc-8-card .l_icon {
    display: inline-block;
    vertical-align: top;
    height: 64px;
    width: 144px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.pc-8-card .space {
    display: inline-block;
    vertical-align: top;
    width: 4.5%
}

.pc-9-card {
    min-height: 752px;
    background-color: #000
}

.pc-9-card .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 752px;
    background-image: url(../image/level-9-1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pc-9-card .adress {
    position: absolute;
    right: 22%;
    top: 230px;
    text-align: center;
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.80);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.60);
    line-height: 40px
}

.pc-9-card .right {
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    width: 40%;
    height: 100%
}

.pc-9-card .title {
    padding-top: 80px;
    font-size: 20px;
    text-align: LEFT;
    line-height: 28px
}

.pc-9-card .text {
    padding-top: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: rgba(255, 255, 255, 0.60);
    line-height: 24px
}

.pc-9-card .lianxi {
    padding-top: 48px;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: LEFT;
    line-height: 28px
}

.pc-9-card .tip {
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: rgba(255, 255, 255, 0.60);
    line-height: 32px
}

.pc-9-card .img-box {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    height: 188px;
    width: 168px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06)
}

.pc-9-card .img-box:first-child {
    margin-right: 24px
}

.pc-9-card .r_text {
    padding-top: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.pc-9-card .icon {
    margin-top: 8px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px
}

.pc-9-card .beiantext {
    padding-top: 48px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: rgba(255, 255, 255, 0.40);
    line-height: 20px
}

.pc-tooltip {
    cursor: pointer;
    position: fixed;
    height: 48px;
    width: 48px;
    right: 24px;
    bottom: 64px;
    margin: auto 0;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px rgba(54, 136, 255, 0.40);
    background-image: url(../image/set-contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pc-tooltip:hover .box {
    visibility: visible
}

.pc-tooltip .box {
    visibility: hidden;
    position: absolute;
    left: -328px;
    bottom: -52px;
    width: 312px;
    height: 188px;
    background: #17181B;
    border-radius: 12px;
    z-index: 99;
    transition: all .12s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .12s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .12s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .12s cubic-bezier(.645, .045, .355, 1)
}

.pc-tooltip .list {
    vertical-align: top;
    display: inline-block;
    margin-left: 24px
}

.pc-tooltip .title {
    padding: 16px 0 8px 0;
    text-align: center;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.90);
    line-height: 20px
}

.pc-tooltip .image {
    height: 120px;
    width: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.pc-settop {
    display: none;
    position: fixed;
    cursor: pointer;
    bottom: 144px;
    right: 24px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.pc-settop div {
    position: absolute;
    height: 48px;
    width: 48px;
    background-image: url(../image/set-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.60);
    border-radius: 50%;
    background-color: #101114;
}

.pc-video-window {
    position: fixed;
    box-sizing: border-box;
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    padding: 24px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .3);
}

.pc-video-window .text {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.pc-video-window video {
    border-radius: 8px;
    outline: unset !important;
    object-fit: contain;
}