body,
html {
    background: #ffffff !important;
}

.in_pc_swiper {
    display: none;
}

.in_m_swiper {
    margin-top: 70px;
}

.in_swiper .swiper {
    width: 100%;
}

.in_swiper .swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.in_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.in_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    user-select: none;
    object-fit: cover;
}

.in_swiper .swiper-button-next,
.in_swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 12%;
    top: auto;
    margin: 0;
    opacity: .5;
    z-index: 9;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.in_swiper .swiper-button-next::after,
.in_swiper .swiper-button-prev::after {
    display: none;
}

.in_swiper .swiper-button-prev.swiper-button-disabled,
.in_swiper .swiper-button-next.swiper-button-disabled {
    opacity: .5;
}

.in_swiper .swiper-button-next {
    right: 40px;
    background-image: url(../images/in_swiper_next.png);
}

.in_swiper .swiper-button-prev {
    left: 40px;
    background-image: url(../images/in_swiper_prev.png);
}

.in_swiper .swiper-button-next:hover,
.in_swiper .swiper-button-prev:hover {
    opacity: 1;
}

.in_swiper .swiper-pagination {
    height: 50%;
    width: 80px;
    right: 0;
    left: auto;
    top: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    z-index: 8;
}

.in_m_swiper .swiper-pagination {
    width: 50px;
}

.in_swiper .swiper-pagination span {
    font-size: 14px;
    color: #2e9083;
    display: block;
    margin: 0;
    width: 100%;
    height: 40px;
    background: none;
    border-radius: 0;
    opacity: 1;
    line-height: 40px;
    position: relative;
    text-align: left;
    padding-left: 12px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.in_swiper .swiper-pagination span::before {
    content: '';
    width: 6px;
    height: 2px;
    background: #2e9083;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.in_swiper .swiper-pagination .swiper-pagination-bullet-active {
    color: #ffffff;
    font-size: 20px;
}

.in_swiper .swiper-pagination .swiper-pagination-bullet-active::before {
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .in_m_swiper {
        display: none;
    }

    .in_pc_swiper {
        padding-top: 70px;
        display: block;
    }

    .in_pc_swiper .swiper {
        max-height: calc(100vh - 70px);
    }
}

@media screen and (min-width: 992px) {
    .in_pc_swiper {
        padding-top: 90px;
    }

    .in_pc_swiper .swiper {
        max-height: calc(100vh - 90px);
    }
}


/**
 * 关于我们
 */
.in_ab_wrap {
    position: relative;
}

.in_ab_wrap .in_ab_cont {
    padding: 100px 0;
    /*18.52vh*/
    position: relative;
    z-index: 1;
    background: url(../images/in_about_opacity_bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.in_ab_wrap .in_ab_cont.circle {
    background-image: url(../images/in_about_bg.jpg);
}

.in_ab_wrap .in_ab_cont.circle,
.in_ab_wrap .in_ab_cont.min_circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.in_ab_wrap .in_ab_cont.min_circle {
    z-index: 10;
}

.in_ab_wrap .in_ab_pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

.in_ab_wrap .in_ab_text {
    position: relative;
}

.in_ab_wrap .in_ab_text p {
    text-align: center;
    font-size: calc(18px + 3vw);
    font-weight: 600;
    line-height: 1.5;
}

.in_ab_wrap .in_ab_cont.circle .in_ab_text {
    color: #289688;
    text-shadow: 0 0 2px #ffffff;
}

.in_ab_wrap .in_ab_cont .in_ab_more {
    display: flex;
    position: relative;
    z-index: 9;
    margin: 60px 0 0;
    /*13.889vh*/
    justify-content: center;
}

.in_ab_wrap .in_ab_cont .in_ab_more a {
    position: relative;
    transform: scale(0.8);
    padding: 18px 28px 0 0;
}

.in_ab_wrap .in_ab_cont .in_ab_more.hover a span:nth-child(1) {
    right: 28px;
    top: 18px;
}

.in_ab_wrap .in_ab_cont .in_ab_more a span {
    display: block;
    width: 302px;
    height: 54px;
    background: #000;
    position: relative;
    z-index: 1;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 54px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.in_ab_wrap .in_ab_cont .in_ab_more a span:nth-child(1) {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/in_ab_more.png);
    background-size: cover;
    z-index: 2;
}

.in_ab_wrap .in_ab_cont .in_ab_more a span:nth-child(2) {
    opacity: 0.2;
    background: url(../images/in_ab_more.png);
}

@media screen and (min-width: 768px) {
    .in_ab_wrap .in_ab_cont {
        padding: 18.52vh 0;
    }

    .in_ab_wrap .in_ab_cont .in_ab_more {
        margin-top: 13.889vh;
    }

    .in_ab_wrap .in_ab_cont .in_ab_more a {
        transform: scale(1);
    }

    .in_ab_wrap .in_ab_text p {
        font-size: 50px;
    }
}

@media screen and (min-width: 992px) {
    .in_ab_wrap .in_ab_text p {
        font-size: 70px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 1200px) {
    .in_ab_wrap .in_ab_text p {
        font-size: 90px;
    }
}


/**
 * 产品中心
 */
.in__vehicle__wrap {
    display: none;
}

.in__vehicle__wrap .in__vehicle__cont {
    display: flex;
}

.in__vehicle__wrap .in__vehicle__item {
    width: 13%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    background: #f3f3f3;
}

.in__vehicle__wrap .in__vehicle__item:nth-child(2) {
    margin: 0 auto;
}

.in__vehicle__wrap .in__vehicle__item.open,
.in__vehicle__wrap .in__vehicle__item.default {
    width: 68.75%;
}

.vehicle__content {
    transform: translate(-100%);
}

.vehicle__content img {
    width: 100%;
    user-select: none;
}

.vehicle__min {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0%);
}

.vehicle__min img {
    width: 100%;
    height: 100%;
    user-select: none;
    display: block;
    object-fit: cover;
}

.in__vehicle__wrap .in__vehicle__item.default .vehicle__min {
    transform: translate(-100%);
}

.in__vehicle__item .in__vehicle__details em {
    display: block;
    overflow: hidden;
    font-style: normal;
    white-space: nowrap;
}

.in__vehicle__item .in__vehicle__details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    opacity: 0;
    height: 100%;
    z-index: 9;
    padding: 40px 3.8% 0;
}

.in__vehicle__item.open .in__vehicle__details {
    opacity: 1;
}

.in__vehicle__item .in__vehicle__title h3 {
    font-size: 3vw;
    font-weight: bold;
    color: #289688;
    line-height: 1.2;
    transform: translateY(110%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
}

.in__vehicle__item .in__vehicle__title p {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    line-height: 30px;
    transform: translateY(105%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.6s;
}

.in__vehicle__item.open .in__vehicle__title h3,
.in__vehicle__item.open .in__vehicle__title p {
    transform: translateY(0);
}

.in__vehicle__item .in__vehicle__params {
    width: 320px;
    flex: 0 0 auto;
    margin-left: auto;
}

.in__vehicle__params .desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
}

.in__vehicle__params .desc p {
    transform: translateY(110%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
}

.in__vehicle__item.open .in__vehicle__params .desc p {
    transform: translateY(0);
}

.in__vehicle__params .more {
    overflow: hidden;
    display: flex;
}

.in__vehicle__params .more a {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 10px 0;
    align-items: center;
    text-transform: uppercase;
    transform: translateY(110%);
    color: #289688;
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.6s;
}

.in__vehicle__params .more a i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    margin-left: 15px;
    position: relative;
    background: #289688;
}

.in__vehicle__params .more a i::after,
.in__vehicle__params .more a i::before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
}

.in__vehicle__params .more a i::before {
    background: #289688;
    animation: scale 2s infinite;
}

.in__vehicle__params .more a i::after {
    background: #289688;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.in__vehicle__params .more a:hover {
    color: #289688;
}

.in__vehicle__item.open .in__vehicle__params .more a {
    transform: translateY(0);
}



.in__vehicle__params .number__param {
    overflow: hidden;
}

.in__vehicle__params .number__param .param {
    display: flex;
    overflow: hidden;
    transform: translateY(110%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.8s;
}

.in__vehicle__item.open .number__param .param {
    transform: translateY(0);
}

.in__vehicle__params .number__param .param .item:nth-child(2) {
    margin-left: auto;
}

.in__vehicle__params .number__param .param h3 {
    font-size: 2.6vw;
    line-height: 1;
}

.in__vehicle__params .number__param .param h3 span {
    font-size: 16px;
    margin-left: 5px;
}

.in__vehicle__params .number__param .param .line {
    width: 30px;
    height: 4px;
    background: #000000;
}

.in__vehicle__params .number__param .param p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 10px;
}



.in__vehicle__item .min_title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    color: #ffffff;
    display: flex;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 4px;
    padding: 0 10px 10px 0;
    opacity: 0;
    justify-content: flex-end;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}

.in__vehicle__item .min_title.right {
    padding: 10px;
    writing-mode: vertical-lr;
}

.in__vehicle__item:hover .min_title {
    opacity: 1;
}


.in__vehicle__m__wrap {
    display: block;
    padding: 10vh 0 0px;
    background: #f3f3f3;
}

.in__vehicle__m__wrap .swiper-slide {
    overflow: hidden;
}

.in__vehicle__m__wrap img {
    width: 100%;
    transform: translateX(-105%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.in__vehicle__m__wrap .ani-slide img {
    transform: translateX(0%);
}

.in__vehicle__m__wrap .title em {
    display: block;
    overflow: hidden;
    font-style: normal;
    white-space: nowrap;
}

.in__vehicle__m__wrap .title {
    text-align: center;
}

.in__vehicle__m__wrap .title h3 {
    font-size: 8vw;
    font-weight: bold;
    color: #289688;
    line-height: 1;
    transform: translateY(110%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}

.in__vehicle__m__wrap .title p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    line-height: 30px;
    transform: translateY(105%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.in__vehicle__m__wrap .ani-slide .title p,
.in__vehicle__m__wrap .ani-slide .title h3,
.in__vehicle__m__wrap .ani-slide .more a {
    transform: translateY(0);
}


.in__vehicle__m__wrap .more {
    margin: 10px 0 50px;
    overflow: hidden;
    text-align: center;
}

.in__vehicle__m__wrap .more a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-right: 20px;
    color: #289688;
    text-transform: uppercase;
    transform: translateY(110%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.6s;
}

.in__vehicle__m__wrap .more a::after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5.5px;
    border-radius: 50%;
    background: url(../images/dian_icon.png) no-repeat;
    background-size: cover;
}

.in__vehicle__m__wrap .desc {
    max-width: 470px;
    margin: 0 auto 60px;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    line-height: 28px;
    overflow: hidden;
}

.in__vehicle__m__wrap .desc p {
    transform: translateY(110%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
}

.in__vehicle__m__wrap .ani-slide .desc p {
    transform: translateY(0);
}

.in__vehicle__m__wrap .swiper-pagination-bullet {
    background: #cdcde1;
    opacity: 1;
}

.in__vehicle__m__wrap .swiper-pagination-bullet-active {
    background: #000000;
}

@media screen and (min-width: 992px) {
    .in__vehicle__wrap {
        display: block;
    }

    .in__vehicle__m__wrap {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .in__vehicle__params .desc {
        line-height: 24px;
    }

    .in__vehicle__params .more {
        margin: 20px 0;
    }

    .in__vehicle__item .in__vehicle__params {
        width: 380px;
    }
}

@media screen and (min-width: 1440px) {
    .in__vehicle__item .in__vehicle__params {
        width: 400px;
    }

    .in__vehicle__item .in__vehicle__details {
        padding: 8% 3.8% 0;
    }
}

@media screen and (min-width: 1680px) {
    .in__vehicle__item .in__vehicle__params {
        width: 490px;
    }

    .in__vehicle__params .number__param .param h3 span {
        font-size: 18px;
    }
}


/**
 * 后市场用品
 */
.in_merch_wrap {
    padding: 13.889vh 0 11.111%;
    background: #f8f8f8;
}

.in_merch_cont em {
    display: block;
    overflow: hidden;
    font-style: normal;
}

.in_merch_cont .in_merch_title {
    text-align: center;
    margin: 0 0 40px;
    padding: 0 20px;
}

.in_merch_cont .in_merch_title h4 {
    color: #2c9689;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.in_merch_cont .in_merch_title h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.in_merch_cont .in_merch_title .desc {
    font-size: 16px;
    color: #545353;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 10px;
}

.in_merch_cont .in_merch_title p {
    color: #606060;
    font-size: 14px;
    line-height: 1.5;
}




.in_merch_cont .swiper-slide {
    height: 400px;
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden;
    position: relative;
}

.in_merch_cont .swiper-slide a {
    display: block;
    height: 100%;
}

.in_merch_cont .swiper-slide .merch_pic {
    height: 100%;
}

.in_merch_cont .swiper-slide .merch_pic img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}

.in_merch_cont .swiper-slide .merch_text {
    background: #f6f6f6;
    left: 5px;
    bottom: 5px;
    padding: 15px;
    position: absolute;
    transform: translateX(-105%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}

.in_merch_cont .swiper-slide a:hover .merch_text,
.in_merch_cont .swiper-slide.swiper-slide-active a .merch_text {
    transform: translateX(0);
}

.in_merch_cont .swiper-slide a:hover img {
    transform: scale(1.08);
}

.in_merch_cont .swiper-slide .merch_text .sort {
    font-size: 16px;
    font-weight: 500;
}

.in_merch_cont .swiper-slide .merch_text .title {
    display: flex;
    margin: 5px 0 0;
}

.in_merch_cont .swiper-slide .merch_text .title span {
    display: block;
    color: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    background: #000000;
}

.in_merch_cont .swiper-slide .merch_text .title i {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    margin-left: auto;
    line-height: 28px;
}

.in_merch_cont .in_merch_list {
    margin: 0 0 58px;
}

.in_merch_cont .in_merch_search {
    padding: 0 20px;
}

.in_merch_cont .in_merch_search form {
    margin: 0 auto;
    max-width: 620px;
    position: relative;
}

.in_merch_cont .in_merch_search input {
    display: block;
    width: 100%;
    line-height: 38px;
    margin: 0 auto;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    max-width: 620px;
    padding: 0 55px 0 15px;
    border-radius: 20px;
}

.in_merch_cont .in_merch_search button {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background: url(../images/search_btn.png) no-repeat center left;
    background-size: auto 20px;
}

@media screen and (min-width: 768px) {
    .in_merch_cont .swiper-slide {
        height: 450px;
        width: auto !important;
    }

    .in_merch_cont .swiper-slide.swiper-slide-active a .merch_text {
        transform: translateX(-105%);
    }

    .in_merch_cont .swiper-slide a:hover .merch_text {
        transform: translateX(0) !important;
    }
}

@media screen and (min-width: 992px) {
    .in_merch_cont .in_merch_title h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .in_merch_cont .in_merch_title h3 {
        font-size: 50px;
        line-height: 55px;
    }

    .in_merch_cont .in_merch_title .desc {
        font-size: 20px;
        line-height: 30px;
    }

    .in_merch_cont .in_merch_title p {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
    }

    .in_merch_cont .swiper-slide .merch_text .sort {
        font-size: 24px;
    }
}





.in_news_wrap {
    padding-top: 70px;
    padding-bottom: 0;
}

.in_news_cont {
    display: flex;
}

.in_news_cont .in_news_pic {
    display: none;
}

.in_news_cont .in_news_pic img {
    width: 100%;
    display: block;
}

.in_news_cont .in_news_list {
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
}

.in_news_cont .in_news_list #in_news_list_wrapper div:last-child {
    margin-bottom: 0;
}

.in_news_cont .in_news_list .news_layout_vertical,
.in_news_cont .in_news_list .news_layout_horizontal {
    margin: 0 0 30px;
}

.in_news_cont .in_news_list .news_layout_vertical .news_ico {
    margin: 0 0 20px;
}

.in_news_cont .in_news_list .news_ico {
    overflow: hidden;
}

.in_news_cont .in_news_list .news_ico img {
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    object-fit: cover;
}

.in_news_cont .in_news_list .news_layout_horizontal {
    display: flex;
}

.in_news_cont .in_news_list .news_layout_horizontal .news_info {
    padding-left: 20px !important;
}

.in_news_cont .in_news_list .news_layout_horizontal .news_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.in_news_cont .in_news_list .news_layout_vertical .news_info {
    padding-left: 10px;
}

.in_news_cont .in_news_list .news_sort {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.news_tit {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2222;
    margin: 10px 0 8px;
}

.news_layout_horizontal:hover .news_tit a,
.news_layout_vertical:hover .news_tit a,

.news_layout_vertical:hover .news_date,
.news_layout_vertical:hover .news_sort,
.news_layout_horizontal:hover .news_date,
.news_layout_horizontal:hover .news_sort {
    color: #2c9689;
}

.news_layout_vertical:hover img,
.news_layout_horizontal:hover img {
    transform: scale(1.05);
}

.news_date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #a4a4a4;
}

@media screen and (min-width: 992px) {
    .in_news_wrap {
        padding-top: 14.8vh;
        padding-bottom: 0;
    }

    .in_news_cont .in_news_pic {
        display: block;
        width: 50%;
        flex: 0 0 auto;
        padding-right: 2.4vw;
    }

    .in_news_cont .in_news_list {
        width: 50%;
        flex: 0 0 auto;
        overflow: hidden;
        padding-left: 2.4vw;
        position: relative;
    }

    .in_news_cont .in_news_list #in_news_list_wrapper {
        height: 100%;
        position: absolute;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .in_news_cont .in_news_list #in_news_list_wrapper::-webkit-scrollbar {
        display: none;
    }

    .in_news_cont .in_news_list .news_layout_vertical,
    .in_news_cont .in_news_list .news_layout_horizontal {
        margin: 0 0 40px;
    }

    .in_news_cont .in_news_list .news_layout_vertical .news_ico {
        margin: 0 0 30px;
    }

    .in_news_cont .in_news_list .news_layout_horizontal .news_info {
        padding-left: 35px !important;
    }

    .in_news_cont .in_news_list .news_sort {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .news_tit {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2222;
        margin: 15px 0 8px;
    }

    .news_date {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: #a4a4a4;
    }
}




.top__games {
    position: relative;
}

.top__games__head {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__games__container__body {
    width: 50%;
}

.top__games__btn {
    margin-top: 32px;
}

.top__games__body {
    margin-top: 1000px;
}

.top__games__item {
    position: relative;
    width: 100%;
    height: 100vh;
}

.top__games__item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top__games__item__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15.5556vh 0 6.6667vh;
}

.top__games__item__wrap .u__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top__games__title {
    color: #fff;
    font-family: "Syncopate", sans-serif;
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -0.075em;
    line-height: 1;
    text-transform: uppercase;
}

.top__games__title a img:nth-child(2) {
    display: none;
}

.top__games__text {
    width: 50%;
    margin-top: 31px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
}

.top__games__links {
    margin-top: auto;
}

.top__games__links__item {
    margin-right: 20px;
}

.top__games__links__item__wrap img {
    width: 200px;
}

.top__games__phone__container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__games__phone {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 1011px;
    height: 436px;
    margin: auto;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 1011px auto;
    -webkit-transform: translate3d(-150px, 0, 0) rotateX(20deg) rotateY(0deg) rotateZ(-22deg) scale(0.6);
    transform: translate3d(-150px, 0, 0) rotateX(20deg) rotateY(0deg) rotateZ(-22deg) scale(0.6);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    overflow: hidden;
}




.top__games__links {
    margin: 20px 0 15px;
}

.top__games__links p {
    line-height: 2;
}

.top__games__links p a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.top__games__links p a:hover {
    text-decoration: underline;
}

.top__games__address {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}
.top__games__address a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.top__games__address a:hover {
    color: #2c9689;
    text-decoration: underline;
}

.top__games__item__wrap .contact__links {
    display: flex;
}

.top__games__item__wrap .contact__links path {
    fill: #ffffff;
    opacity: .5;
}

.top__games__item__wrap .contact__links a {
    margin-right: 20px;
}

.top__games__item__wrap .contact__links a:hover path {
    opacity: 1;
}

/*.l__footer__content__links p.phone {
    padding-top: 16px;
}*/
.top__games__item__wrap p.phone a,
.top__games__item__wrap p.eamil a {
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    color: #ffffff;
}

.top__games__item__wrap p.phone a span,
.top__games__item__wrap p.eamil a span{
    font-size: 16px;
}

.top__games__item__wrap p.address {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.top__games__item__wrap p.wanto {
    display: table;
}

.top__games__item__wrap p.wanto a {
    display: table-cell;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 50px;
}
.top__games__item__wrap p.wanto a::before {
    content: '';
    display: inline-block;
    background-image: url(../images/in_swiper_next.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    vertical-align: middle;
}
.top__games__item__wrap p.wanto a:first-child {
    padding-right: 32px;
}
.top__games__item__wrap p a {
    transition: all 0.6s;
    position: relative;
}
.top__games__item__wrap p.phone a::after,
.top__games__item__wrap p.eamil a::after {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
    content: '';
    background-color: #2c9689;
}

.top__games__item__wrap p a:hover {
    color: #2c9689;
}
.top__games__item__wrap p a:hover::after {
    width: 100%;
}

.site-beian-index a { display: inline-block; margin-top: 16px; font-size: 14px;color: #ffffff;}

.site-beian-index a:hover { color: #2c9689; text-decoration: underline; }

.u__heading__section h3 {
    font-size: 20px;
    color: #2c9689;
    font-weight: 600;
    text-transform: uppercase;
}

.u__heading__section h2 {
    font-size: 50px;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.top__games__container__body p {
    color: #b4b4b4;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0;
}

.top__games__container__body h3 {
    font-size: 24px;
    font-weight: 600;
    color: #9c9c9c;

    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .top__games__address a {
        color: #333333;
    }
    .top__games__title a img:nth-child(2) {
        display: block;
    }

    .top__games__title a img:nth-child(1) {
        display: none;
    }

    .top__games__container__body {
        width: 100%;
    }

    .top__games__btn {
        margin-top: 3px;
    }

    .top__games__btn .u__btn>* {
        margin: 0 auto;
    }

    .top__games__item {
        height: auto;
    }

    .top__games__item__img {
        position: relative;
    }

    .top__games__item__img::before {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 62.9334vw;
        display: block;
        content: "";
    }

    .top__games__item__wrap {
        padding: 0 0 35px;
    }

    .top__games__item__wrap .u__inner {
        display: block;
    }

    .top__games__title {
        color: #000;
        font-size: 3rem;

    }

    .top__games__text {
        width: 100%;
        color: #000;
        font-size: 2.1rem;

    }

    .top__games__links {


        margin-top: 20px;

    }

    .top__games__links__item {
        margin-right: 6.5px;
        margin-left: 6.5px;
    }

    .top__games__links__item__wrap img {
        width: 161px;
    }

    .top__games__links p a {
        color: #333333;
    }

    .top__games__address {
        color: #333333;
    }

    .top__games__item__wrap .contact__links path {
        fill: #333333;
    }
}

.top__games {
    padding-top: 0;
}

.top__games__phone__container {

    perspective: 1000px;
}

.top__games__phone__gird {
    position: absolute;
    width: 30vw;
    height: 30vw;
    top: 5vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: grid 10s ease-in-out 0s infinite;
}

@keyframes grid {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    49.9999% {
        transform: rotateX(180deg) rotateY(0deg);
    }

    50% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    99.9999% {
        transform: rotateX(0deg) rotateY(180deg);
    }

    100% {
        transform: rotateX(0deg) rotateY(0deg);
    }
}

.top__games__phone {
    width: 40vw;
    height: 18.472906vw;
    background-size: cover;
    background-position: center;
    overflow: visible;
    perspective: 4.5vw;
    background-image: none;
    transform: translate3d(0, 0, 0) rotateX(40deg) rotateY(0deg) rotateZ(-22deg) scale(1);
}

.top__games__phone__img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    border-radius: 2vw;
    overflow: hidden;
}

.top__games__phone__img.is-fixed {
    border-radius: 0;
}

.top__games__phone video {
    position: absolute;
    width: 101%;
    /*	height: 121.8%;*/
    height: 123%;
    top: 50%;
    transform: translateY(-50%);
}

.top__games__phone__bg {
    position: absolute;
    width: 106.8%;
    height: 109.5%;
    left: -3.4%;
    top: -4.75%;
    background-color: #111;
    border: solid 0.1vw #999;
    border-radius: 2.6vw;
    transform-style: preserve-3d;
    transform: translate3d(-0.08vw, 0.12vw, -0.2vw);
}

.top__games__phone__bg:first-child {
    width: 115.6%;
    height: 120%;
    left: -7.8%;
    top: -10%;
    background-color: #ccc;
    border: solid 0.3vw #111;
    border-radius: 3vw;
    transform: translate3d(-0.13vw, 0.24vw, -0.5vw);
}

.top__games__fix {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top__games__fix__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .2s linear;
}

.top__games__fix__img.is-show {
    opacity: 1;
}

.top__games__fix__img:first-child {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top__games__fix__img video {
    position: absolute;
    width: 263.7%;
    height: 121.8%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top__games__body {
    margin-top: 1200px;
}

.top__games__item__img {
    display: none;
}



.top__games__links {
    margin-top: 20px;
}



@media screen and (max-width: 767px) {
    .top__games {
        padding-top: 100px;
    }

    .top__games__head {
        position: relative;
        min-height: 0;
    }

    .top__games__btn {
        margin-top: 32px;
    }

    .top__games__phone__container {
        top: 550px;
        width: 100%;
        height: 80vw;
        z-index: 9999;
    }

    .top__games__phone__container.is-hide {
        opacity: 0;
    }

    .top__games__phone__gird {
        /*width: 60vw;
        height: 60vw;*/
        display: none;
    }

    .top__games__phone {
        width: 100vw;
        /*height: 36.945812vw;*/
        height: 80%;
        transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
        perspective: 9vw;
    }

    .top__games__phone__img {
        border-radius: 0;
    }
    .top__games__phone__img video {
        object-fit: cover;
    }

    .top__games__phone__bg {
        border: solid 0.2vw #999;
        border-radius: 5.2vw;
        transform: translate3d(-0.16vw, 0.24vw, -0.4vw);
        width: 130%;
        left: -14.6%;
    }

    .top__games__phone__bg:first-child {
        border: solid 0.6vw #111;
        border-radius: 6vw;
        transform: translate3d(-0.26vw, 0.48vw, -1vw);
        width: 150%;
        left: -15%;
    }

    .top__games__body {
        margin-top: 21vw;
    }

    .top__games__item__img {
        display: block;
        overflow: hidden;
    }

    .top__games__item:first-child .top__games__item__img {
        opacity: 0;
    }

    .top__games__item__img video {
        position: absolute;
        width: 263.7%;
        height: 121.8%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .top__games__item:first-child .top__games__item__img video {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .u__heading__section h2 {
        font-size: 30px;
    }

    .top__games__container__body h3 {
        font-size: 20px;
    }
}

.l__footer {
    display: none;
}