/* CSS Document */
@charset "utf-8";

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

* {
    /* touch-action: pan-y; */
    margin: 0;
    padding: 0;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
}

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

@font-face {
    font-family: hyf2gjm;
    src: url(../fonts/hyf2gjm.ttf);
    /* font-display: block; */
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    color: black;
    background-color: #f6f6f6;
}

input,
select,
textarea,
button {
    vertical-align: middle;
    border: none;
    -webkit-appearance: none !important;
    outline: 0;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.op {
    opacity: 0;
}

.fix {
    position: fixed;
}

.wrap {
    width: 100%;
    position: relative;
    min-height: 100%;
    background-color: #f6f6f6;
    overflow: hidden;
}

.kv {
    /* padding-top: 90px; */
}

.kv,
.kv img {
    width: 100%;
    position: relative;
}

.kv::after {
    width: 100%;
    height: 310px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: url(../img/pc/game/kv-cover.png) center top border-box;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.game-body {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    /* background-color: #f6f6f6; */
    margin-top: -140px;
    z-index: 6;
}

.position,
.position a {
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-align: right;
    margin-top: 50px;
}

.position a {
    margin-top: 0px;
}

.game-progress {
    margin-top: 30px;
}

.progressSwiper .swiper-slide {
    width: 335px;
    height: 250px;
    background-color: white;
    text-align: center;
}

.progress-top {
    width: calc(100% - 40px);
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    color: white;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

.progress-top span {
    float: right;
    font-weight: normal;

}

.progressSwiper .ready .progress-top {
    background-color: #a7a7a7;
}

.progressSwiper .begin .progress-top {
    background-color: #bf2d20;
}

.progressSwiper .close .progress-top {
    background-color: #696969;
}

.progress-body {
    text-align: center;
    margin: 30px auto 0 auto;
}

@font-face {
    font-family: DINCOND;
    src: url(../fonts/DIN-MEDIUM.OTF);
}

.team-left,
.goal-box,
.team-right {
    display: inline-block;
    width: 72px;
    font-size: 16px;
    vertical-align: top;
}

.team-left p,
.team-right p {
    margin-top: 10px;
}

.goal-box h5 {
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    font-family: DINCOND;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.goal-box h5 span {
    display: inline-block;
    margin-top: -6px;
    vertical-align: top;
}

.team-left {
    line-height: 20px;
}

.team-left div,
.team-right div {
    height: 57px;
}

.team-left img,
.team-right img {
    max-height: 57px;
}

.goal-box {
    font-size: 50px;
    font-weight: bold;
    margin: 0 10px;
}

.goal-box p {
    font-size: 14px;
    font-weight: normal;
    padding: 0 13px;
    display: inline-block;
    line-height: 20px;
    border-radius: 24px;
    vertical-align: top;
    border: 1px solid rgba(19, 19, 19, .2);
    vertical-align: top;
    margin-top: 63px;
}

.progress-place {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #a9a9a9;
}

.progress-place::before {
    display: inline-block;
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    left: -71px;
    top: 2px;
    background: url(../img/pc/game/left.png) center center no-repeat;
    background-size: contain;
}

.progress-place::after {
    display: inline-block;
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    right: -71px;
    top: 3px;
    background: url(../img/pc/game/right.png) center center no-repeat;
    background-size: contain;
}


.game-progress-prev,
.game-progress-next {
    width: 57px;
    height: 45px;
    position: absolute;
    top: 190px;
}

.game-progress-prev::after,
.game-progress-next::after {
    display: none;
}

.game-progress-prev {
    background: url(../img/pc/hero-up.png) center center no-repeat;
    background-size: contain;
    left: -70px;
    cursor: pointer;
}

.game-progress-next {
    background: url(../img/pc/hero-down.png) center center no-repeat;
    background-size: contain;
    right: -70px;
    cursor: pointer;
}

.game-progress-prev.swiper-button-disabled {
    /* background: url(../img/pc/hero/left-dis.png) center center no-repeat !important;
    -o-background-size: contain;
       background-size: contain; */
    filter: grayscale(100%);
    opacity: .1;
}

.game-progress-next.swiper-button-disabled {
    /* background: url(../img/pc/hero/right-dis.png) center center no-repeat;
    -o-background-size: contain;
       background-size: contain; */
    filter: grayscale(100%);
    opacity: .1;
}

.game-progress-prev:hover {
    animation: left 1s 0s ease-in-out;
    animation-fill-mode: forwards;
}

.game-progress-next:hover {
    animation: right 1s 0s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes left {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(-6px);
    }
}

@keyframes right {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(6px);
    }
}

.content2 {
    width: 1400px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
}

.zhibo-box {
    padding: 50px 50px 67px 50px;
    width: 745px;
    height: 544px;
    background-color: white;
}

.intr-title,
.team-title,
.news-title,
.zhibo-title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.intr-title h5,
.team-title h5,
.news-title h5,
.zhibo-title h5 {
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    /* font-weight: bold; */
    /* line-height: 38px; */
    vertical-align: top;
    /* font-weight: bold; */
    margin-left: 6px;
    font-family: 'hyf2gjm';
}

.intr-title span,
.team-title span,
.news-title span,
.zhibo-title span {
    display: inline-block;
    height: 48px;
    border-bottom: 2px solid #b03228;
}

.zhibo-nav {
    width: 100%;
    margin: 10px auto;
    text-align: left;
}

.zhibo-nav li {
    display: inline-block;
    color: #a7a7a7;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    width: 132px;
    text-align: center;
}

.zhibo-nav li.on {
    color: #b03228;
}

.zhibo-nav li::after {
    display: inline-block;
    content: '|';
    position: absolute;
    right: 0;
    color: rgba(19, 19, 19, .2);
}

.zhibo-nav li:last-child::after {
    display: none;
}

.news-box {
    width: 435px;
    background-color: white;
    height: 544px;
    padding: 50px 50px 67px 50px;
    position: relative;
}

.review-title a,
.news-title a {
    float: right;
    display: inline-block;
}

.info-active {
    margin-top: 30px;
    margin-bottom: 20pxs;
}

.news-active {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px #f3f3f3;
    display: block;
    height: 26px;
    position: relative;
    margin-top: 20px;
}

.news-active a {
    display: block;
    color: #bf321f;
    font-size: 14px;
    line-height: 28px;
}

.news-active a span {
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.news-list li {
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 5px;
}

.news-list li a {
    display: block;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 100%;
    padding-left: 20px;
    font-size: 14px;
    line-height: 32px;
    color: #444444;
    position: relative;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s -o-transform;
    -moz-transition: 0.3s transform, 0.3s -moz-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -moz-transform, 0.3s -o-transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}

.news-list li a span {
    display: inline-block;
    vertical-align: top;
}

.news-list li a span:nth-child(1) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}

.news-list li a::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background: url(../img/pc/news-icon.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 13px;
}

.news-list li:hover a:after {
    background: url(../img/pc/news-icon-hl.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.news-list li:hover a {
    color: #b03228;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.news-list .news-date {
    float: right;
}

.team-box {
    width: 1300px;
    background-color: white;
    height: 544px;
    padding: 50px 50px 67px 50px;
    position: relative;
    margin: 50px auto 0 auto;
}

.team-inner {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.team-header {
    display: inline-block;
    width: 120px;
    position: relative;
    vertical-align: top;
    margin-top: 50px;
}

.team-info {
    text-align: left;
    display: inline-block;
    width: calc(100% - 140px);
    position: relative;
}

.teamInfoSwiper {
    width: 100%;
}

.teamInfoSwiper .swiper-slide {
    height: 441px;
}

.team-info-text {
    display: inline-block;
    width: calc(100% - 812px);
    margin-left: 20px;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
}

.team-info-text h5 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

.team-info-text p {
    color: #7a7a7a;
}

.team-nav {
    height: 360px;
    overflow: hidden;
}

.team-nav-swiper-prev,
.team-nav-swiper-next {
    width: 44px;
    height: 56px;
    cursor: pointer;
}

.team-nav-swiper-prev.swiper-button-disabled,
.team-nav-swiper-next.swiper-button-disabled {
    opacity: 0.2;
}

.team-nav-swiper-prev {
    background: url(../img/pc/hero/top-hl.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 39px;
}

.team-nav-swiper-prev:hover {
    -webkit-animation: up 1s 0s ease-in-out;
    animation: up 1s 0s ease-in-out;
    animation-fill-mode: forwards;
}

.team-nav-swiper-next {
    background: url(../img/pc/hero/bottom-hl.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    position: absolute;
    bottom: -60px;
    left: 38px;
}

.team-nav-swiper-next:hover {
    -webkit-animation: down 1s 0s ease-in-out;
    animation: down 1s 0s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes up {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(6px);
    }
}

.team-nav .swiper-slide:nth-child(1) img {
    margin-top: 7px;
}

.team-nav .swiper-slide img {
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
}

.team-nav .swiper-slide img:nth-child(2) {
    display: none;
}

.team-nav .swiper-slide.swiper-slide-thumb-active img {
    display: none;
}

.team-nav .swiper-slide.swiper-slide-thumb-active img:nth-child(2) {
    display: inline-block;
}

.review-video-box {
    width: 1300px;
    position: relative;
    z-index: 2;
    background-color: white;
    padding: 50px 50px 67px 50px;
    position: relative;
    margin: 50px auto 0 auto;
}

.review-title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.review-title h5 {
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    vertical-align: top;
    /* font-weight: bold; */
    font-family: 'hyf2gjm';
}

.review-title span {
    display: inline-block;
    height: 48px;
    border-bottom: 2px solid #b03228;
}

.review-video-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.review-video-list li {
    width: 244px;
    position: relative;
}

.review-video-list li img {
    width: 244px;
}

.review-video-list li a p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    margin-top: 5px;
    height: 44px;
}

.review-video-list li .name-ol {
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 15px;
}

.review-video-list li:hover:before {
    opacity: 1;
}

.review-video-list li::before {
    position: absolute;
    content: '';
    width: 61px;
    height: 61px;
    background: url(../img/pc/video-play.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -72px;
    transition: 0.3s;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.review-video-list li::after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 136px;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.review-video-list li:hover:after{
    opacity: 1;
}

.goods {
    width: 22px;
    height: 21px;
    background: url(../img/pc/hero/good.png) center center no-repeat;
    background-size: contain;
    float: right;
    cursor: pointer;
}

.goods.on {
    background: url(../img/pc/hero/good-hl.png) center center no-repeat;
    background-size: contain;
}

.intr-box {
    width: 1300px;
    padding: 50px;
    background-color: white;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.intr-list {
    width: 100%;
    margin-top: 20px;
}

.intr-list li {
    margin-top: 40px;
}

.intr-list li div:nth-child(1) {
    width: 236px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.intr-list li div:nth-child(2) {
    width: calc(100% - 260px);
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 10px;
}

.intr-list li div:nth-child(2) h5 {
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    color: #1c1c1c;
}

.intr-list li div:nth-child(2) p {
    /* color: #a7a7a7; */
    color: #a9a9a9;
    font-size: 16px;
    line-height: 24px;
}


.footer-box {
    position: relative;
    z-index: 2;
}

.video-alert {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
    display: none;
}

.video-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.video-alert iframe {
    width: 90%;
    position: absolute;
    left: 5%;
    height: calc(100vh - 200px);
    margin-top: 100px;
}