@charset "UTF-8";
/*
雪碧图按钮二态 用法：
@include btn-hover(
  url(../img/+"sprites_01.png"+?=20191113.1) -248px -50px,
  url(../img/+"sprites_01.png"+?=20191113.1) -612px -50px
);
*/
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 0.16rem;
    background: #fff;
    padding-top: 1rem;
}
body .btn {
    display: inline-block;
}
body section {
    position: relative;
}
body section .cat-title {
    display: inline-block;
    width: 100%;
    position: relative;
    left: 0;
    font-family: "BMWHELVETICA-BOLD", Arial, Helvetica, sans-serif;
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin: 1rem 0 0.48rem 0.5rem;
    letter-spacing: 0px;
    color: #010000;
}
body section .cat-title::before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 0.04rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.08rem;
    height: 0.24rem;
    background-color: #ed6c1a;
}
body section .cat-title::after {
    content: "";
    position: absolute;
    left: -0.6rem;
    bottom: -0.24rem;
    width: 100%;
    height: 0.1rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAACAQMAAAB8AV57AAAABlBMVEUAAADtbBowdyftAAAAAXRSTlMAQObYZgAAAA9JREFUCNdj+N/A4MAAAgAOgQHAqn3ZlAAAAABJRU5ErkJggg==");
    background-position: bottom;
    background-repeat: repeat-x;
}
body section .cat-title .c {
    color: #ed6c1a;
}
body section > .title {
    text-align: center;
    font-family: "BMWHELVETICA-BOLD", Arial, Helvetica, sans-serif;
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin: 0.6rem 0 0.35rem 0;
    letter-spacing: 0rem;
    color: #010000;
}
body section > .title::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.8rem;
    height: 0.08rem;
    background-color: #ed6c1a;
}
body section > .title .c {
    color: #ed6c1a;
}
body section.p3 {
    margin-bottom: 1rem;
}
@font-face {
    font-family: "BMWHELVETICA-BOLD";
    src: url("BMWHELVETICA-BOLD.woff2") format("woff2"), url("BMWHELVETICA-BOLD.woff") format("woff"), url("BMWHELVETICA-BOLD.ttf") format("truetype"), url("BMWHELVETICA-BOLD.eot") format("embedded-opentype"), url("BMWHELVETICA-BOLD.svg") format("svg");
}

/*首页*/
.covid {
    width: 1.35rem;
    height: 1.48rem;
    position: fixed;
    top: 6.8rem;
    right: 0.5rem;
    z-index: 10;
}
.covid img {
    display: block;
    width: 1.35rem;
    height: 1.48rem;
}
section.p0 {
    height: 10.17rem;
    overflow: hidden;
}
section.p0 .brand {
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 1rem;
}
section.p0 .brand-indicators {
    white-space: nowrap;
    width: auto;
    margin-left: 0;
    bottom: 7.5%;
    margin-left: 0;
    position: absolute;
    height: 0.9rem;
    background: #00000080;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
}
section.p0 .brand-indicators ul {
    width: 100%;
    position: relative;
    left: 0;
    font-size: 0;
    line-height: 0;
    padding-left: 0;
}
section.p0 .brand-indicators li {
    border: none;
    width: 17vw;
    height: auto;
    text-indent: 0;
    border-radius: 0px;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
}
section.p0 .brand-indicators li.active {
    background-color: #0000;
}
section.p0 .brand-indicators li.active img {
    width: 90%;
    top: -20px;
}
section.p0 .brand-indicators li.active .SlideNav__underline {
    opacity: 1;
}
section.p0 .brand-indicators li .periphery {
    opacity: 0;
    pointer-events: none;
}
section.p0 .brand-indicators li img {
    width: 65%;
    margin: 0 auto;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    position: relative;
}
section.p0 .brand-indicators li .SlideNav__underline {
    display: block;
    position: absolute;
    bottom: 0;
    left: 16%;
    right: 16%;
    height: 4px;
    opacity: 0;
}
section.p0 .brandviews .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
section.p0 .brandviews .item.active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
section.p0 .brandviews .item .buttons {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    text-align: center;
}
section.p0 .brandviews > .item > img,
section.p0 .brandviews > .item > a > img {
    margin: 0px auto;
    width: 100%;
}
section.p0 .brand-controls {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 12.5%;
    z-index: 16;
    opacity: 1;
}
section.p0 .brand-controls .left,
section.p0 .brand-controls .right {
    background-image: none;
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
}
section.p0 .brand-controls .left.left,
section.p0 .brand-controls .right.left {
    left: 30px;
}
section.p0 .brand-controls .left.right,
section.p0 .brand-controls .right.right {
    right: 30px;
}
section.p0 .gallery-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2.8rem;
    width: 2rem;
    height: 1.6rem;
    z-index: 2;
}
section.p0 .gallery-btn .swiper-slide {
    opacity: 0 !important;
}
section.p0 .gallery-btn .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
section.p0 .gallery-btn .btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    text-align: center;
}
section.p0 .gallery-btn .btns .btn {
    width: 1.84rem;
    height: 0.55rem;
    margin: 0.1rem 0;
    line-height: 0.55rem;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.2rem;
    font-weight: bold;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    color: #ffffff;
    -webkit-box-shadow: -0.06rem 0rem 0.107rem 0.023rem rgba(14, 0, 16, 0.29);
    box-shadow: -0.06rem 0rem 0.107rem 0.023rem rgba(14, 0, 16, 0.29);
    border-radius: 0.325rem;
    border: solid 0.02rem #fff;
}
section.p0 .gallery-btn .btns .btn.btn-1 {
    background-color: #ff9801;
    border-color: #ff9801;
}
section.p0 .gallery-btn .btns .btn.btn-2 {
    background-color: transparent;
}
section.p0 .gallery-kv {
    height: 100%;
}
section.p0 .gallery-kv .pic {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.p0 .swiper-prev,
section.p0 .swiper-next {
    position: absolute;
    bottom: 92px;
    width: 40px;
    height: 60px;
    background-image: url("../img/btn-arrow23f4.html?=20191113.1");
    background-size: cover;
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}
section.p0 .swiper-prev:hover,
section.p0 .swiper-next:hover {
    opacity: 1;
}
section.p0 .swiper-prev.swiper-prev,
section.p0 .swiper-next.swiper-prev {
    left: 40px;
}
section.p0 .swiper-prev.swiper-next,
section.p0 .swiper-next.swiper-next {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: 40px;
}
section.p0::after {
    content: "";
    position: absolute;
    bottom: 0.6rem;
    width: 100%;
    height: 0.9rem;
    background: #00000080;
    z-index: 1;
}
section.p0 .gallery-logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.p0 .gallery-logo .swiper-wrapper {
    position: absolute;
    bottom: 0.6rem;
    width: 100%;
    height: 0.9rem;
}
section.p0 .gallery-logo .swiper-slide.swiper-slide-active .logo {
    height: 120%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
section.p0 .gallery-logo .swiper-slide.swiper-slide-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 2.5rem;
    width: 100%;
    height: 0.06rem;
    background: #ed6c1a;
}
section.p0 .gallery-logo .swiper-slide .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80%;
    -webkit-transition: height 0.33s ease;
    -o-transition: height 0.33s ease;
    transition: height 0.33s ease;
    cursor: pointer;
}
section.p1 .show {
    font-size: 0;
    margin: 0 auto;
    background: #201c13;
}
section.p1 .show img {
    width: 100%;
}
section.p2 .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
section.p2 .wrap .item {
    position: relative;
    width: 6.88rem;
    height: 4.11rem;
    margin: 0.22rem auto;
    overflow: hidden;
    border: 0.03rem solid #ff9801;
    font-size: 0;
}
section.p2 .wrap .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
section.p2 .wrap .item:hover::after {
    background-image: url("../img/btn-play-on23f4.png?=20191113.1");
    background-size: cover;
    background-size: cover;
}
section.p2 .wrap .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
section.p2 .wrap .item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.04rem;
    height: 1.04rem;
    min-width: 0.6rem;
    min-height: 0.6rem;
    background-image: url("../img/btn-play23f4.png?=20191113.1");
    background-size: cover;
    background-size: cover;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
section.p2 .wrap .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 1;
}
section.p2 .wrap .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
section.p3 .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 8rem;
    background-color: #ed6c1a;
}
section.p3 .wrap .item {
    position: relative;
    width: 6.9rem;
    height: 7.39rem;
    margin: 0.3rem auto;
    background: #fff;
    overflow: hidden;
}
section.p3 .wrap .item .thumb {
    display: inline-block;
    width: 100%;
    height: 3.86rem;
}
section.p3 .wrap .item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.p3 .wrap .item .meta {
    position: absolute;
    bottom: 0;
    height: 3.53rem;
}
section.p3 .wrap .item .meta .title {
    position: relative;
    margin: 0.7rem 0.5rem 0.32rem 0.5rem;
}
section.p3 .wrap .item .meta .title a {
    display: inline-block;
    max-height: 0.7rem;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.36rem;
    text-align: left;
    color: #595757;
    text-decoration: underline;
}
section.p3 .wrap .item .meta .title::before {
    content: "";
    position: absolute;
    top: -0.24rem;
    width: 0.6rem;
    height: 0.06rem;
    background-color: #ed6c1a;
}
section.p3 .wrap .item .meta .detail {
    display: inline-block;
    max-height: 0.7rem;
    overflow: hidden;
    margin: 0 0.5rem;
}
section.p3 .wrap .item .meta .more {
    position: absolute;
    left: 0.5rem;
    bottom: 0.52rem;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 0.22rem;
    color: #898989;
}

.vide-mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0;
    z-index: 999;
}
.vide-mask .videoX {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7.02rem;
    height: 3.97rem;
    background: #111;
    border: 0.01rem solid #ed6c1a;
}
.vide-mask .videoX .close {
    position: absolute;
    top: -0.7rem;
    right: 0;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-image: url("../img/btn-close23f4.png?=20191113.1");
    background-size: cover;
    z-index: 2;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.vide-mask .videoX .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.vide-mask .videoX video {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes loop {
    0%, 95%, 100% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
}

@keyframes loop {
    0%, 95%, 100% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
}
@-webkit-keyframes loop1 {
    0%, 95%, 100% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
}
@keyframes loop1 {
    0%, 95%, 100% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
}

/*ABOUT*/

section.p4 {
    height: 9.16rem;
    padding-top: 0.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.p4 > .title {
    margin: 0;
    z-index: 2;
    position: relative;
    color: #fff;
}
section.p4 > .title::before {
    top: -0.2rem;
}
section.p4 .swiper-wrapper {
    position: absolute;
    top: 0;
}
section.p4 .swiper-pagination-bullet {
    width: 0.35rem;
    height: 0.35rem;
    margin: 0 0.17rem;
    background-color: #ffffff;
    opacity: 0.8;
}
section.p4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ed6c1a;
}
section.p4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
section.p4 .content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0.85rem;
    background: rgba(0, 0, 0, 0.7);
}
section.p4 .text {
    display: block;
    width: 6.88rem;
    margin: 0 auto;
}
section.p4 .text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.36rem;
    margin-bottom: 0.4rem;
}
section.p5 {
    padding-bottom: 0.5rem;
}
section.p5 .down {
    position: absolute;
    bottom: 0;
    display: none;
    width: 0.3rem;
    height: 0.6rem;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    background-image: url("../img/btn-down23f4.png?=20191113.1");
    background-size: cover;
    background-size: 0.3rem;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
section.p5 .down.on {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
section.p5 .content {
    overflow: hidden;
    padding-top: 1.4rem;
}
section.p5 .timeline-dots-wrap.top {
    top: -100px;
}
section.p5 .timeline-dots button {
    position: relative;
    font-size: 0.3rem;
    color: #595757;
    background: none;
}
section.p5 .timeline-dots button::before {
    content: "";
    position: absolute;
    top: -0.38rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.36rem;
    height: 0.36rem;
    background-color: #fff;
    border: solid 0.05rem #ed6c1a;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.p5 .timeline-dots li.slide-active button {
    color: #ed6c1a;
}
section.p5 .timeline-dots li.slide-active button::before {
    background-color: #ed6c1a;
}
section.p5 .timeline-horizontal .timeline-dots-wrap {
    height: 1rem;
    padding-top: 1rem;
    overflow-x: scroll;
}
section.p5 .timeline-horizontal .timeline-dots {
    width: 21.6rem;
    height: 0.04rem;
    background: #ed6c1a;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.p5 .timeline-horizontal .timeline-dots::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 100%;
    background: #fff;
}
section.p5 .timeline-horizontal .timeline-dots::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0.1rem;
    height: 100%;
    background: #fff;
}
section.p5 .timeline-horizontal .timeline-dots li {
    width: 0.7rem;
    padding: 0 0.55rem;
    position: relative;
    left: 0.5rem;
    top: 0.21rem;
    overflow: initial;
}
section.p5 .timeline-container {
    width: 7.5rem;
    height: 5.4rem;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
}
section.p5 .timeline-container.on {
    height: 8rem;
}
section.p5 .timeline-container .timeline-list-wrap {
    width: 82.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.p5 .timeline-container .timeline-list,
section.p5 .timeline-container .timeline-item {
    width: 7.5rem;
    height: 8rem;
    padding: 0 0.15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
}
section.p5 .timeline-container .timeline-list .time-box-scroll {
    width: 7.2rem;
    height: 5.4rem;
    margin: 0 auto;
    overflow-y: auto;
}
section.p5 .timeline-container .timeline-list .time-box-scroll.close {
    overflow-y: hidden;
}
section.p5 .timeline-container .timeline-list .time-box-scroll .time-box {
    width: 7.2rem;
    height: 8rem;
    border: 0;
}
section.p5 .timeline-container .timeline-list .item,
section.p5 .timeline-container .timeline-item .item {
    position: relative;
    width: 2.2rem;
    height: 2.52rem;
    margin: 0.07rem 0.05rem;
    float: left;
    background-color: #fff;
}
section.p5 .timeline-container .timeline-list .item.mask::after,
section.p5 .timeline-container .timeline-item .item.mask::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}
section.p5 .timeline-container .timeline-list .item.on .text,
section.p5 .timeline-container .timeline-item .item.on .text {
    opacity: 1;
}
section.p5 .timeline-container .timeline-list .item img,
section.p5 .timeline-container .timeline-item .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.p5 .timeline-container .timeline-list .item .text,
section.p5 .timeline-container .timeline-item .item .text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #ed6c1a;
    padding: 0.06rem;
    font-size: 0.2rem;
    line-height: 0.26rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow-y: auto;
}
section.p6 > .title {
    margin: 1rem 0 0.35rem 0;
}
section.p6 > .title::before {
    top: 0.7rem;
}
section.p6 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
section.p6 .v {
    width: 6.9rem;
    height: 2.22rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #ed6c1a;
    padding: 0.24rem;
    margin: 0.1rem auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.p6 .v:nth-last-of-type(1) {
    background-image: url("../img/pic_value_123f4.jpg?=20191113.1");
    background-size: cover;
}
section.p6 .v:nth-last-of-type(2) {
    background-image: url("../img/pic_value_223f4.jpg?=20191113.1");
    background-size: cover;
}
section.p6 .v:nth-last-of-type(3) {
    background-image: url("../img/pic_value_323f4.jpg?=20191113.1");
    background-size: cover;
}
section.p6 .v h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0;
}
section.p6 .v p {
    font-size: 0.3rem;
    margin: 0.2rem;
}
section.p7 .bg {
    height: 5.2rem;
    background-size: cover;
}
section.p7 .bg .content {
    position: relative;
}
section.p7 .bg .content .text {
    position: absolute;
    left: 48%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    width: 3.7rem;
    height: 3.7rem;
    margin: 0.92rem 0 0 0;
}
section.p7 .bg .content .text h3 {
    font-size: 0.36rem;
    font-weight: bold;
    margin: 0 0 0.3rem 0;
}
section.p7 .bg .content .text p {
    font-size: 0.2rem;
    line-height: 0.36rem;
}
section.p8 .content {
    margin-top: 0.4rem;
}
section.p8 .content .swiper-container {
    width: 6.56rem;
    height: 6.5rem;
}
section.p8 .content .swiper-container .swiper-slide {
    position: relative;
}
section.p8 .content .swiper-container .swiper-slide img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
}
section.p8 .content .swiper-container .swiper-slide p {
    position: absolute;
    top: 4.6rem;
    margin-top: 0.1rem;
    text-align: center;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #000000;
    -webkit-transform: scale(0.875);
    -ms-transform: scale(0.875);
    transform: scale(0.875);
}
section.p8 .content .swiper-container .swiper-pagination-bullets {
    position: absolute;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    bottom: 0.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
section.p4 .content .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.35rem;
    height: 0.35rem;
    margin: 0 0.17rem;
    background-color: #ffffff;
    border: 0.06rem solid #ed6c1a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.8;
}
section.p8 .content .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ed6c1a;
}

/*game*/
.swiper-game .swiper-slide {
    position: relative;
    font-size: 0;
    height: 4.5rem;
    background-position: center;
    background-size: cover;
}
.swiper-game .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiper-game  > .swiper-pagination {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-game  > .swiper-pagination .swiper-pagination-bullet {
    float: left;
    width: 0.22rem;
    height: 0.22rem;
    background: rgba(255, 255, 255, 0.5);
}
.swiper-game  > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ed6c1a;
}

body section.p {
    overflow-x: hidden;
}
body section.p9 .content .game-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.26rem;
    margin-bottom: 1rem;
}
body section.p9 .content .game-list .game {
    position: relative;
    width: 3.35rem;
    height: 4.73rem;
    margin: 0.1rem 0;
    background-color: #070505;
    background-size: cover;
    background-position: center;
    border: solid 0.02rem transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body section.p9 .content .game-list .game:hover {
    border-color: #ed6c1a;
}
body section.p9 .content .game-list .game:hover .meta .name {
    color: #ed6c1a;
}
body section.p9 .content .game-list .game .link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
body section.p9 .content .game-list .game .meta {
    position: absolute;
    bottom: 0;
    width: 3.11rem;
    height: 1.3rem;
    background: #000;
    padding: 0.12rem;
}
body section.p9 .content .game-list .game .meta .name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.22rem;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body section.p9 .content .game-list .game .meta .type {
    position: absolute;
    bottom: 0.16rem;
    width: 0.32rem;
    height: 0.32rem;
}
body section.p9 .content .game-list .game .meta .type.pc {
    background-image: url("../img/icon_pc23f4.png?=20191113.1");
    background-size: 0.3rem 0.26rem;
    background-repeat: no-repeat;
}
body section.p9 .content .game-list .game .meta .type.mob {
    background-image: url("../img/icon_m23f4.png?=20191113.1");
    background-size: 0.2rem 0.32rem;
    background-repeat: no-repeat;
}
body section.p9 .content .game-list .game .meta .game-btn-box {
    width: 2.7rem;
    height: 0.3rem;
    position: absolute;
    bottom: 0.18rem;
    right: 0;
}
body section.p9 .content .game-list .game .meta .game-btn-box .game-google {
    width: 0.25rem;
    height: 0.3rem;
    background-image: url("../img/btn_and23f4.png?=20191113.1");
    background-size: 0.25rem 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
}
body section.p9 .content .game-list .game .meta .game-btn-box .game-google.pc {
    display: none;
}
body section.p9 .content .game-list .game .meta .game-btn-box .game-ios {
    width: 0.25rem;
    height: 0.3rem;
    background-image: url("../img/btn_ios23f4.png?=20191113.1");
    background-size: 0.25rem 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
}
body section.p9 .content .game-list .game .meta .game-btn-box .game-ios.pc {
    display: none;
}
body section.p9 .content .game-list .game .meta .game-btn-box .game-home {
    width: 2.3rem;
    height: 0.3rem;
    position: absolute;
    left: 0.4rem;
    top: 0;
    color: #ed6c1a;
    font-size: 0.22rem;
    line-height: 0.3rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    /*global*/
.swiper-global .swiper-slide {
    position: relative;
    font-size: 0;
    height: 8.36rem;
    background-position: center;
    background-size: cover;
}
.swiper-global .swiper-slide .name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    color: #ffffff;
    text-align: center;
    margin-top: 3.67rem;
}
.swiper-global .swiper-slide .desc {
    width: 7.8rem;
    margin: 0 auto;
    margin-top: 0.46rem;
    line-height: 0.34rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.22rem;
    letter-spacing: 0px;
    color: #ffffff;
    -webkit-transform: scale(0.875);
    -ms-transform: scale(0.875);
    transform: scale(0.875);
}

.swiper-global > .swiper-pagination .swiper-pagination-bullet {
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 0.13rem;
    margin-bottom: 0.22rem;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}
.swiper-global > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ed6c1a;
}

.swiper-global .swiper-prev,
.swiper-global .swiper-next {
    position: absolute;
    top: 390px;
    width: 40px;
    height: 60px;
    background-image: url("../img/btn-arrow23f4.html?=20191113.1");
    background-size: cover;
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}
.swiper-global .swiper-prev:hover,
.swiper-global .swiper-next:hover {
    opacity: 1;
}
.swiper-global .swiper-prev.swiper-prev,
.swiper-global .swiper-next.swiper-prev {
    left: 230px;
}
.swiper-global .swiper-prev.swiper-next,
.swiper-global .swiper-next.swiper-next {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: 230px;
}

section.p10 .pic {
    width: 7.5rem;
}
section.p10 .text {
    display: block;
    width: 6.85rem;
    height: 3.8rem;
    margin: 0 auto;
}
section.p10 .text h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.3rem;
    letter-spacing: 0rem;
    color: #000000;
    text-align: center;
    margin: 0.5rem 0 0.3rem 0;
}
section.p10 .text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.22rem;
    line-height: 0.4rem;
    margin: 0.3rem 0;
    color: #898989;
}
section.p11 {
    height: 6.46rem;
    background-image: url("../img/pic_join23f4.jpg?=20191113.1");
    background-size: cover;
    background-position: center;
    background-size: cover;
    margin: 1rem auto;
}
section.p11 > .title {
    color: #fff;
    padding-top: 0.4rem;
}
section.p11 > .title::before {
    top: 0.71rem;
    background: #fff;
}
section.p11 > .title .c {
    color: #fff;
}
section.p11 .content {
    text-align: center;
}
section.p11 .content p {
    margin-top: 2.7rem;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.22rem;
    letter-spacing: 0.002rem;
    color: #ffffff;
}
section.p11 .content .linkedin {
    margin-top: 0.3rem;
    width: 1.76rem;
    height: 0.58rem;
    border-radius: 0.29rem;
    border: solid 0.02rem #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../img/icon_linkedin23f4.png?=20191113.1");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.12rem 0.28rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.p11 .content .linkedin:hover {
    border-color: #ed6c1a;
}

/*contact*/
section.p12 {
    height: 10.1rem;
    background-image: url("../img/pic_contact23f4.jpg?=20191113.1");
    background-size: cover;
    background-position: center;
    background-size: cover;
    margin-bottom: 0.4rem;
}
section.p12 > .title {
    color: #fff;
    padding-top: 1rem;
    margin: 0 0 0.4rem 0;
}
section.p12 > .title::before {
    top: 0.76rem;
    background-color: #ed6c1a;
}
section.p12 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.86rem;
}
section.p12 .v {
    width: 2.8rem;
    height: 3.44rem;
    margin: 0.09rem 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.2rem;
    color: #ffffff;
    background: rgba(237, 108, 26, 0.7);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.p12 .v:hover {
    -webkit-transform: translateY(-0.08rem);
    -ms-transform: translateY(-0.08rem);
    transform: translateY(-0.08rem);
}
section.p12 .v .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem auto;
    background-position: center;
    background-repeat: no-repeat;
}
section.p12 .v:nth-of-type(1) .icon {
    background-size: cover;
    background-size: 0.88rem 0.98rem;
}
section.p12 .v:nth-of-type(2) .icon {
    background-size: cover;
    background-size: 1.1rem 1.1rem;
}
section.p12 .v:nth-of-type(3) .icon {
    background-size: cover;
    background-size: 1.02rem 1rem;
}
section.p12 .v:nth-of-type(4) .icon {
    background-size: cover;
    background-size: 1.2rem 0.94rem;
}
section.p12 .v h3 {
    font-weight: bold;
    line-height: 0.36rem;
    font-size: 0.2rem;
    margin: 0;
    width: 2.9rem;
    -webkit-transform: scale(0.875);
    -ms-transform: scale(0.875);
    transform: scale(0.875);
}
section.p12 .v p {
    margin: 0.1rem;
    line-height: 0.36rem;
}
section.p13 {
    padding-bottom: 2.2rem;
}
section.p13 > .title::before {
    top: 0.3rem;
    background-color: #ed6c1a;
}
section.p13 .swiper-container {
    width: 7.5rem;
    height: 6.26rem;
    background-color: #ed6c1a;
    border: solid 0.02rem rgba(237, 108, 26, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.p13 .swiper-wrapper .swiper-slide {
    position: relative;
    font-size: 0;
    background-position: center;
    background-size: cover;
}
section.p13 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
section.p13 .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 0.07rem;
    width: 6.6rem;
    margin: 0 0.45rem;
    height: 0.03rem;
    background-color: #bfbfbf;
}
section.p13 .swiper-pagination-bullet {
    position: relative;
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.38rem;
    opacity: 1;
    background-color: #bfbfbf;
}
section.p13 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ed6c1a;
}
section.p13 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    color: #ed6c1a;
}
section.p13 .swiper-pagination-bullet span {
    position: absolute;
    top: 0.3rem;
    left: -260%;
    width: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.2rem;
    color: #595757;
    -webkit-transform: scale(0.875);
    -ms-transform: scale(0.875);
    transform: scale(0.875);
}






