
/* @font-face {
    font-family: 'sy-r';
    src: url('../font/SY-R.ttf');
}
@font-face {
    font-family: 'sy-b';
    src: url('../font/SY-M.ttf');
    src:
            url('../font/SY-M.?#font-spider') format('embedded-opentype'),
            url('../font/SY-M.woff') format('woff'),
            url('../font/SY-M.ttf') format('truetype'),
            url('../font/SY-M.svg') format('svg');
    font-weight: bold;
    font-style: bold;
    font-display:swap;
} */

* { margin: 0; padding: 0; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width: 100%;-webkit-user-select:none;  -moz-user-select:none; -ms-user-select:none;  user-select:none; position: relative;}
body { /*font-family: 'sy-b' ;*/ color: #000; width: 100%;  position: relative; }
img { border: 0; vertical-align: top;max-width: 100%;}
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: bolder; letter-spacing: 2px;}
input, textarea, select, button { font: inherit; outline: none; -webkit-appearance: none; border-radius: 0; }
b, i, cite { font-style: normal; font-weight: normal; }
a {text-decoration: none;color: inherit;}
.clearfix:after { content: ''; display: block; clear: both }

.warp{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.menu{
    position: fixed;
    top:34px;
    right: 0;
    background: #000000;
    width: 105px;
    height: 80px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 999;
    transform: translateX(10px);
}
.menu:hover{
    animation: menuT .1s ease-out both;
}
.menu:after{
    content: "";
    position: absolute;
    margin: 0;
    bottom: -14px;
    right: 0;
    width:0;
    height:0;
    border-top: 14px solid #0c0c0c;
    border-left: 105px solid transparent;
    opacity: .32;
}
.menu i{
    padding: 16px 0 6px;
    font-style:normal;
    display: block;
    margin-left: -10px;
}
.menu .cont{
    width: 100%;
    overflow: hidden;
    transform: translateX(-5px);

}
.menu .content{
    width: 200%;
    animation: all 1s linear ;
}
.menu .content .iconbox{
    width: 50%;
    float: left;
}
.menu .content .iconbox span{
    width: 34.7%;
    display: block;
    margin: 0 auto 5px;
    height: 4px;
    background: #fff;
}
.pop-nav{
    background: #89ae25;
    color: #fff;
    width: 340px;
    position: fixed;
    right: 0;
    top:0;
    height: 100%;
    z-index: 1000;
    transform: translateX(340px);
    overflow-x: hidden;
}
.pop-nav ul{
    margin-top: 230px;
}
.pop-nav li{
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 52px;
    padding-left: 94px;
    margin-bottom: 16px;
    position: relative;
    transform: translateX(340px);
    cursor: pointer;
}
.pop-nav li span{
    display: inline-block;
    position: relative;
}
.pop-nav li span .line{
    height: 2px;
    width: 0;
    background:#000000;
    position: absolute;
    left: 36px;
    top:45px;
    animation: start_list .2s linear both;
}

.pop-nav li span:hover .line{
    animation: span_line .2s linear both;
}
@keyframes start_list {
    0%{
        left: 0;
        width: 72px
    }
    100%{

        left: 36px;
        width: 0;
    }
}
@keyframes span_line {
    0%{
        left: 36px;
        width: 0;
    }
    100%{
        left: 0;
        width: 72px;
    }
}
.pop-nav li:nth-of-type(1){
    background: url("../images/pop-nav.png") 40px 2px no-repeat;
    background-size: 40px auto  ;
}
.pop-nav li:nth-of-type(2){
    background: url("../images/pop-nav.png") 40px -43px no-repeat;
    background-size:  40px auto  ;
} 
.pop-nav li:nth-of-type(3){
    background: url("../images/pop-nav.png") 40px -88px no-repeat;
    background-size:  40px 180px ;
}
.pop-nav li:nth-of-type(4){
    background: url("../images/pop-nav.png") 40px -134px no-repeat;
    background-size:  40px 180px ;
}
.pop-nav li.active span:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 8px;
    background: #000000;
    top:20px;
    left: -94px;
}
.pop-nav .closed{
    position: absolute;
    top: 48px;
    right: 28px;
    cursor: pointer;
    opacity: 0;
    width: 27px;
}
.pop-nav .play-game{
    margin: 45px 0 0 45px;
    width: 255px;
    height: 164px;
    background: url("../images/game.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    transform: translateX(340px);
}
.pop-nav .play-game a{
    width: 83px;
    height: 100px;
    background: url("../images/playBtn.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #89ae25;
    font-size: 20px;
    display: inline-block;
    line-height: 100px;
    margin-top: 32px;
    text-transform: uppercase;
}
.pop-nav .play-game .show-btn-box{
    width: 166px;
    position: relative;
    animation: playBtnHide .3s ease-out both;
}
.pop-nav .play-game span{
    display: block;
    width: 83px;
    text-align: center;
    padding-right: 8px;
    box-sizing: border-box;
    float: left;
}
.pop-nav .play-game .show-btn-box:hover{
    animation: playBtnShow .3s ease-in both;
}
.nav{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.nav .logo{
    height: 80px;
    margin: 30px 0 0 40px;
}
.sidebar{
    position: fixed;
    top:50%;
    margin-top: -148px;
    left: 0;
    padding-left: 40px;
    z-index: 10;
}

.sidebar a{
    display: block;
    background: url("../images/nav.png") 0 0;
    width: 50px;
    height: 52px;
    margin-bottom: 22px;
    position: relative;
    cursor: pointer;
}
.sidebar a:nth-of-type(2){
    background: url("../images/nav.png") 0 -52px;
}
.sidebar a:nth-of-type(3){
    background: url("../images/nav.png") 0 -104px;
}
.sidebar a:nth-of-type(4){
    background: url("../images/nav.png") 0 -156px;
}
.sidebar a.active:nth-of-type(1){
    background: url("../images/nav.png") right 0;
}
.sidebar a.active:nth-of-type(2){
    background: url("../images/nav.png") right -52px;
}
.sidebar a.active:nth-of-type(3){
    background: url("../images/nav.png") right -104px;
}
.sidebar a.active:nth-of-type(4){
    background: url("../images/nav.png") right -156px;
}
.sidebar a.active:before{
    content: "";
    background: #89ae25;
    width: 30px;
    height: 8px;
    position: absolute;
    margin: 0;
    top:21px;
    left: -40px;

}
.company{
    padding-top: 210px;
    background: url("../images/company-bg.png") right 210px no-repeat;
    padding-bottom: 76px;
    max-width: 1170px;
    margin: 0 auto;
}
.company .banner{
    position: relative;
}
.company .banner .text-pic{
    width: 44.44%;
}
.company .banner .game-pic{
    width: 53.16%;
    position: absolute;
    top: 0;
    right: 48px;
}
.company h1{
    font-size: 34px;
    margin-top: 80px;
    margin-bottom: 24px;
    line-height: 60px;
    letter-spacing: 4px;  
}
.company h2{
    font-size: 18px;
    line-height:66px;
    letter-spacing: 2px;
}
.company p{
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 1px;
    font-family: 'sy-r';
}
.company .monster-pic{
    width: 42.22%;
    float: left;
    position: relative;
}
.company .monster-pic img{
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}
.company .text{
    width: 43.6%;
    float: right;
}
.company .motion{
    position: absolute;
    right:32px;
    top:192px;
    z-index: 9;
    width: 160px;
    height: 160px;
    background: url("../images/olive-motion.png") 0 0 no-repeat;
    background-size: 160px auto;
}
.team{
    background: #e8efd6;
    height: 780px;
    position: relative;
    overflow: hidden;
    min-width: 1170px;
}
.title{
    height: 55px;
    display: block;
    margin: 0 auto ;
    padding-top: 98px;
}
.team h2{
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}
.team ul{
    margin: 60px 0 0;
}
.team ul li{
    float: left;
    width: 21.4%;
    margin-right: 4.8%;
    text-align: center;
    cursor: pointer;
}
.team ul li:last-of-type{
    margin-right: 0;
}
.team ul .show-pic{
    width: 100%;
}
.team li .pic1{
    background: url("../images/team-pic-big_01.png")   0 0 no-repeat;
    background-size: 200% auto;
}
.team li .pic1:hover{
    background: url("../images/team-pic-big_01.png")  100% 0 no-repeat;
    background-size: 200% auto;
}
.team li .pic2{
    background: url("../images/team-pic-big_02.png")  0 0 no-repeat;
    background-size: 200% auto;
}
.team li .pic2:hover{
    background: url("../images/team-pic-big_02.png")  100% 0 no-repeat;
    background-size: 200% auto;
}
.team li .pic3{
    background: url("../images/team-pic-big_03.png")  0 0 no-repeat;
    background-size: 200% auto;
}
.team li .pic3:hover{
    background: url("../images/team-pic-big_03.png")  100% 0 no-repeat;
    background-size: 200% auto;
}
.team li .pic4{
    background: url("../images/team-pic-big_04.png")  0 0 no-repeat;
    background-size: 200% auto;
}
.team li .pic4:hover{
    background: url("../images/team-pic-big_04.png")  100% 0 no-repeat;
    background-size: 200% auto;
}
.team li span{
    display: block;
    margin-top: 24px;
    font-size: 18px;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 1px;
}
.team li span:after{
    content: "";
    background: #000;
    width: 14.4%;
    height: 6px;
    position: absolute;
    margin: 0 ;
    left: 42.8%;
    top: 56px;
}
.team-popup{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    background: #e8efd6;
    z-index: 10;
}
.team-popup .warp{
    height: 100%;
}
.team-popup .team-swiper{
    width: 46%;
    float: left;
    text-align: center;
    height: 100%;
}
.team-popup .team-swiper h3{
    font-size: 30px;
    padding-top: 100px;
    position: relative;
}
.team-popup .team-swiper h3:after{
    content: "";
    width: 36px;
    height: 6px;
    background: #020202;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top:150px;
}
.team-popup .team-swiper .swiper-slide img{
    margin: 0 auto;
    display: block;
    width: 51.85%;
}
.swiper-pagination span{
    background: #89ae25;
    border-radius: 0;
    width: 24px;
    height: 6px;
    margin: 0 25px!important;
}
.swiper-pagination-bullet{
    opacity: 0!important;
}
.swiper-pagination-bullet-active{
    opacity: 1!important;
}
.swiper-button-next{
    right: 0!important;
}
.swiper-button-prev{
    left: 0!important;
}
.team-popup .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 9%;
    font-size: 0;
}
.team-popup .pagination{
    position: absolute;
    bottom: 96px;
    font-size: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.team-popup .pagination div{
    margin:0 12px;
    width: 45px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.team-popup .pagination div.current:after{
    content: "";
    width: 24px;
    height: 7px;
    background: #89ad25;
    position: absolute;
    margin: 0;
    top: 74px;
    left: 11px;
}
.team-popup .content{
    width: 43.6%;
    float: right;
    padding:70px 30px 70px 0;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.team-popup .content:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    left: 0;
    top: 70px;
    border-top: 110px solid #e8efd6;
    border-right: 110px solid transparent;
}
.team-popup .content:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    right: 30px;
    bottom: 70px;
    border-top: 110px solid transparent;
    border-right: 110px solid #e8efd6;
}
.team-popup .content .text{
    display: none;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    padding: 150px 46px 0;
}
.team-popup .content p{
    font-size: 16px;
    line-height: 46px;
    font-family: 'sy-r';
}
.team-popup .content .green{
    color: #89ae25;
    margin-top: 16px;
    line-height: 36px;
    border-bottom:3px solid #89ad25;
    font-family: 'sy-b';
}

.team-popup .content .green1{
    width:346px;
}
.team-popup .content .green2{
    width:310px;
}
.team-popup .content .green3{
    width:342px;
}
.team-popup .content .green4{
    width:160px;
}
.team-popup .content .green5{
    width:338px;
}
.team-popup .content .green6{
    width:338px;
}
.team-popup .content .green7{
    width:328px;
}
.team-popup .content .green8{
    width:320px;
}

.team-popup .content .tip{
    position: absolute;
    bottom: 36px;
    right: 0;
    z-index: 2;
    width: 132px;
}
.team-popup .content .closed{
    position: absolute;
    right: 0;
    top: 40px;
    cursor: pointer;
    width: 70px;
}

.large-box{
    float: left;
    line-height: 0;
    font-size: 0;
}
.large-box img{
    width: 100%;
}
.large-box img:hover{
    opacity: .8;
    cursor: pointer;
}
.large-box img.sm-pic{
    float: left;
    margin-top: 30px
}
.large-box .box .sm-pic:nth-of-type(1){
    margin-right: 30px
}
.large-box .box{
    float: left;
    margin-right: 30px
}



@keyframes showAllAni {
    100%{
        transform: translateX(0);
    }
}
.contact{
    background: url("../images/contact-bg.png") center 0 no-repeat;
    height: 849px;
    min-width: 1170px;
}
.contact .title{
    padding-top: 178px;
}
.contact ul{
    text-align: center;
    margin-top: 82px;
}
.contact li{
    font-size: 20px !important;
    font-weight: bold;
    color:#000;
    width: 23.4%;
    margin: 0 1%;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
}
.contact li img{
    display: block;
    margin: 0 auto;
    width: 50px !important;
}
.contact li .span111{
    font-size: 15px !important;
    line-height: 34px; 
 
}
.contact li span{
    font-size: 20px !important;
    display: block;
}

.contact li .icon{
    min-width: 26px;
    padding-top: 24px;
}
.contact li .line{
    min-width: 26px;
}
.contact .back{
    position: absolute;
    bottom: 84px;
    right: 2%;
    width: 8.6%;
    cursor: pointer;
}
.contact .email{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 36%;
    margin: 76px auto 0;
    text-align: center;
    letter-spacing: 2px;
    background: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.contact .email a{
    display: block;
}
.contact .pic{
    width: 34px;
    height: 26px;
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 4;
}
.contact .email .white{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.contact .email .black{
    transform: translateX(15px);
}
.contact .email .pic_white{
    background: url("../images/contact-arrow.png") 0 0 no-repeat;
    background-size: 34px auto;
}
.contact .email .pic_black{
    background: url("../images/contact-arrow.png") 0 bottom no-repeat;
    background-size: 34px auto;
    opacity: 0;
    transform: translateX(10px);
    z-index: 5;
}
.contact .email .black{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top:0;
    left: 0;
    color: #000;
    display: block;
    opacity: 0;
    z-index: 3;
}
.contact .email .mask{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: #ffffff;
    transform: translateX(-101%);
}
.contact .email:hover .mask{
    animation: maskAni 1s ease both;
}
.contact .email:hover .white{
    animation: whiteAni 1s ease both;

}
.contact .email:hover .black{
    animation: blackAni .5s ease .3s both;
}
.contact .email:hover .pic_white{
    animation: picWhiteAni .3s ease both;
}
.contact .email:hover .pic_black{
    animation: picBlackAni 0s ease .65s both;
}

@keyframes whiteAni {
    100%{
        transform: translateX(15px);
        opacity: 0;
    }
}
@keyframes blackAni {
    100%{
        opacity: 1;
    }
}
@keyframes maskAni {

    100%{

        transform: translateX(0);
    }
}
@keyframes picWhiteAni {
    100%{
        transform: translateX(10px);
        opacity: 0;
    }
}
@keyframes picBlackAni {
    100%{
        opacity: 1;
    }
}
.footer{
    background: #000;
    padding:58px 58px;
    min-width: 1170px;
    box-sizing: border-box;
}
.footer img{
    width: 232px;
    display: block;
    margin: 0 auto;
}
.footer h5{
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 40px;
    font-family: 'sy-r';
}
.back{
    position: fixed;
    width:130px;
    right: 1%;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
}
.team{
    background: url(../images/team.jpg) #e9eed5 center 221px no-repeat;
    height: 800px;
}
.team .hover-block{
    position: absolute;
    width: 100%;
    height: 800px;
    z-index: 2;
    top:0;
    left: 0;

}
.team .hover-block>div{
    position: absolute;
}
.team .hover1{
    width: 260px;
    height: 190px;
 
    top: 221px;
    left: 53px;
    cursor: pointer;
}
.team .hover1 img{
    width: 90px;
}
.team .hover1::before{
    position: absolute;
    content: "";
    width: 88px;
    border-top: 1px dashed #000;
    left: 92px;
    top: 12px;
}
.team .hover1::after{
    position: absolute;
    content: "";
    height:  88px;
    border-left: 1px dashed #000;
    left: 180px;
    top: 12px;
}

.team .hover1 .point{
    width: 36px;
    left: 163px;
    top: 86px;
    position: absolute;
}
.team .hover2{
    top: 419px;
    left: 409px;
    width: 270px;
    height: 335px;
    
    cursor: pointer;
}
.team .hover2::before{
    position: absolute;
    content: "";
    width: 114px;
    border-top: 1px dashed #000;
    top: 306px;
    left: 125px;
}
.team .hover2::after{
    position: absolute;
    content: "";
    height: 132px;
    border-left: 1px dashed #000;
    left: 239px;
    top: 175px;
}
.team .hover2 img{
    width: 144px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.team .hover2 .point{
    width: 36px;
    left: 222px;
    top: 159px;
    position: absolute;
}
.team .hover3{
    top: 270px;
    left: 775px;
    width: 335px;
    height: 115px;
 
    cursor: pointer;
}
.team .hover3 img{
    width: 98px;
    position: absolute;
    right: 0;
    top: 0;
}
.team .hover3::before{
    position: absolute;
    content: "";
    width: 147px;
    border-top: 1px dashed #000;
    top: 42px;
    left: 75px;
}
.team .hover3 .point{
    width: 36px;
    left: 62px;
    top: 24px;
    position: absolute;
}
.team .hover4{
    bottom: 50px;
    right: 0;
    width: 288px;
    height: 266px;

    cursor: pointer;
}
.team .hover4 img{
    width: 212px;
    position: absolute;
    bottom: 0;
    left: 74px;
}
.team .hover4 .point{
    width: 36px;
    left: 62px;
    top: 24px;
    position: absolute;
}
.team .hover4::before{
    position: absolute;
    content: "";
    width: 24px;
    border-top: 1px dashed #000;
    top: 258px;
    left: 34px;
}
.team .hover4::after{
    position: absolute;
    content: "";
    height: 62px;
    border-left: 1px dashed #000;
    left: 34px;
    top: 196px;
}
.team .hover4 .point{
    width: 36px;
    left: 18px;
    top: 178px;
    position: absolute;
}
.project .sortable__nav{
    text-align: center;
    margin: 90px auto 40px;
}
.project .sortable__nav li{
    display: inline-block;
}
.project .sortable__nav li a{
    margin: 0 15px;
    padding: 0 14px;
    line-height: 30px;
    font-size:14px;
    display: inline-block;
    border-radius: 15px;
    cursor: pointer;
}
.project .sortable__nav li a.active{
    background: #89AE24;
    color:#fff;
}
.project .sortable__nav li a:hover{
    background: #F8F8F8;
    color: #89AE24;
}
.sortable-container{
    width: 100%;
    max-width: 1206px;
    margin: 0 auto 122px;
    min-width: 1170px;
}
.card{
    position: relative;
    cursor: pointer;
}
.card .mask{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(137,174,36,.8);
    height: 100%;
    display: flex;
    flex:1;
    align-items:center;
    display: none;
}
.card:hover .mask{
    display: flex;
}
.card .mask .options>div{
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    margin: 5px auto;
   
}
.card .mask .options{
    width: 100%;
}
.card .mask .options .link{
    background:url(../images/icon2@2x.png) no-repeat;
    background-size: cover;
}
.card .mask .options .link:hover{
    background:url(../images/icon2_hover.png) no-repeat;
    background-size: cover;
}
.card .mask .options .zoom{
    background:url(../images/icon1@2x.png) no-repeat;
    background-size: cover;
}
.card .mask .options .zoom:hover{
    background:url(../images/icon1_hover.png) no-repeat;
    background-size: cover;
}
.card .mask .options .link a{
    display: block;
    width: 100%;
    height: 100%;
}
.project-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#000;
    top: 0;
    left: 0;
}
.project-popup .swiper-container{
    height: 100%;
}
.project-popup .swiper-slide{
    text-align: center;
    padding: 80px;
   box-sizing: border-box;
   height: 100%;
   display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background: #000;
}
.project-popup .swiper-slide img,.project-popup .swiper-slide video{
    max-height: 100%;
    max-width: 100%;
}
.project-popup .swiper-slide p{
    position: absolute;
    bottom: 0;
    line-height: 80px;
    width: 100%;
    text-align: center;
    color:#fff;
    font-size:24px;
    left: 0px;
    text-transform: uppercase;
}
.project-popup .close{
    position: fixed;
    z-index: 1000;
    right: 15px;
    top: 15px;
    width: 24px;
    cursor: pointer;
}
.maskMenu{
    position: fixed;
    z-index: 998;
    background:#000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}
.pop{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
 
}
.pop .content{
    position: relative;
    margin: 0 auto;
}
.pop .content .bg{
    width: 651px;
}
.pop .content  .closed{
    position: absolute;
    top: 70px;
    right: 70px;
    width: 40px;
    cursor: pointer;
}
.projects-group{
    columns: 3;
    gap:20px;
}
.projects-group .item{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .projects-group{
        columns: 2;
        gap:15px;
    }
    .projects-group .item{
        margin-bottom: 15px;
    }
    .pop .content  .closed{
        width: .4rem;
        top: .8rem;
        right: .8rem;
    }
    html{
        font-size: calc(100vw / 7.5);
        background: #f7f7f7;

    }
    .sidebar{
        display: none;
    }
    .warp{
        width: 100%;
    }
    .menu{
        width: 1.08rem;
        height: .9rem;
        top: 0;
    }
    .menu i{
        font-size: .16rem;
        padding: .18rem 0 .09rem;
        display: none;
    }
    .menu .content .iconbox{
        margin-top: .28rem;
    }
    .menu .content .iconbox span{
        width: .45rem;
        height: .06rem;
        margin-bottom: .06rem;
    }
    .menu:after{
        display: none;
    }
    .nav .logo{
        height: .6rem;
        margin: .25rem 0 0 .3rem;
    }
    .company{
        padding: 1.65rem 0 .72rem;
        background: url(../images/company-bg-mob.png) #ffffff right 1.65rem no-repeat;
        background-size: 100% auto;
    }
    .company .banner .text-pic{
        width: 69.6%;
        margin-left: .7rem;
    }
    .company .banner .game-pic{
        position: relative;
        left: .5rem;
        right: 0;
        width: 83.4%;
        margin-top: .3rem;
    }
    .company .motion{
        top: 7rem;
        width: 80px;
        height: 80px;
        background-size: 80px auto;
    }
    .company .text-box{
        padding: 0 .7rem;
    }
    .company h1{
        font-size: .34rem;
        margin-top: .8rem;
        margin-bottom: .3rem;
        line-height: .6rem;
    }
    .company p{
        font-size: .24rem;
        font-weight: lighter;
        line-height: .7rem;
    }
    .company .monster-pic{
        width: 100%;
        float: none;
    }
    .company .monster-pic img{
        position: relative;
        top: .2rem;
    }
    .company .text{
        width: 100%;
    }
    .company h2{
        font-size: .26rem;
        line-height: .6rem;
        font-weight: bolder;
        margin-top: 1rem;
        margin-bottom: .2rem;
        letter-spacing: 1px;
    }
    .team{
        min-width: 100%;
        height: 14.36rem;
        background: url(../images/mb_team.jpg)0 3.4rem #e9eed5 no-repeat;
        background-size: 100% auto;
    }
   
    .title{
        height: .55rem;
        padding-top: 1rem;
    }
 
    .team h2{
        font-size: .26rem;
   
        margin: .38rem auto;
    }
    .team-popup{

        padding: 0 .4rem;
        box-sizing: border-box;
    }
    .team-popup .team-swiper{
        width: 100%;
        float: none;
        height: 6.24rem;
    }
    .team-popup .team-swiper h3{
        font-size: .36rem;
        padding-top: .86rem;
    }
    .team-popup .team-swiper h3:after{
        width: .36rem;
        height: .06rem;
        top:1.48rem;
        margin-left:-.18rem;
    }
    .team-popup .swiper-button-prev, .team-popup .swiper-button-next{
        top: 2.98rem!important;
    }
    .team-popup .team-swiper .swiper-slide img{
        position: relative;
        top: -.38rem;
        width: 37%;
    }
    .team-popup .pagination{
        bottom: auto;
        top:4.72rem;
    }
    .team-popup .pagination div{
        width: .45rem;
        padding: 0 .1rem;
    }
    .team-popup .pagination div.current:after{
        width: .24rem;
        height: .06rem;
        /* left: .1rem; */
        top:.72rem;
    }
    .team-popup .content{
        width: 100%;
        float: none;
        padding: 0 .3rem;
        height: 7.1rem;
    }
    .team-popup .content:before{
        top: 0;
        border-top: 1.05rem solid #e8efd6;
        border-right:  1.05rem solid transparent;
    }
    .team-popup .content:after{
        border-top: 1.05rem solid transparent;
        border-right: 1.05rem solid #e8efd6;
        right: 0;
        bottom: 0;
    }
    .team-popup .content .closed{
        width: .66rem;
        top:-.22rem;
    }
    .team-popup .content .tip{
        width: 1.32rem;
        bottom: -.38rem;
    }
    .team-popup .content .text{
        padding: .9rem  .6rem 0;

    }
    .team-popup .content p{
        font-size: .24rem;
        line-height: .6rem;
    }
    .team-popup .content .green{
        /* margin-top: .1rem; */
        line-height: .35rem;
        padding-bottom: .1rem;
    }
    .team-popup .content .green1{
        width:5.1rem;
    }
    .team-popup .content .green2{
        width:4.8rem;
    }
    .team-popup .content .green3{
        width:5.1rem;
    }
    .team-popup .content .green4{
        width:2.4rem;
    }
    .team-popup .content .green5{
        width:5rem;
    }
    .team-popup .content .green6{
        width:5rem;
    }
    .team-popup .content .green7{
        width:5rem;
    }
    .team-popup .content .green8{
        width:4.8rem;
    }
    .team .hover-block>div>*{
        display: none;
    }
    .team .hover-block>div::after{
        display: none;
    }
    .team .hover-block>div::before{
        display: none;
    }
    .team .hover1{
        left: 0;
        top: 3.4rem;
        width: 50%;
        height: 3.2rem;
    }
    .team .hover3{
        right: 0;
        top: 3.4rem;
        width: 50%;
        left: auto;
        height: 3rem;
    }
    .team .hover2{
        right: 0;
        top: 6.4rem;
        width: 50%;
        left: auto;
        height: 1.6rem;
    }
    .team .hover4{
        top: 8.1rem;
        width: 40%;
        left: 31%;
        height: 1.6rem;
    }
    .project .sortable__nav li a:hover, .project .sortable__nav li a.active{
        background: #89AE24;
        color:#fff;
    }
    .pop-nav{
        background: transparent;
        width: 100%;
        /* padding-top: .45rem; */
        transform: translateX(-100%);
    }
    .pop-nav ul{
        width: 4.3rem;
        background: #89ad25;
        background-size: 60% auto;
        margin: 0;
        float: right;
        height: 100%;
        padding-top: 2rem;
        box-sizing: border-box;
    }
    .pop-nav .closed{
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        opacity: 0;
        /* background: #000000; */
        padding: .24rem .3rem;
        /* height: .4rem; */
    }
    .pop-nav li{
        font-size:.3rem;
        line-height: .9rem;
        margin-bottom: .4rem;
        padding-left: 2rem;
    }
    .pop-nav li.active span:before{
        width: .42rem;
        height: .12rem;
        left: -2rem;
        top:.51rem;
    }
    .pop-nav li:nth-of-type(1){
        background: url("../images/pop-nav.png") .8rem 0 no-repeat;
        background-size:  .8rem 3.6rem ;
    }
    .pop-nav li:nth-of-type(2){
        background: url("../images/pop-nav.png") .8rem -.9rem no-repeat;
        background-size:  .8rem 3.6rem ;
    }
    .pop-nav li:nth-of-type(3){
        background: url("../images/pop-nav.png") .8rem -1.8rem no-repeat;
        background-size:  .8rem 3.6rem ;
    }
    .pop-nav li:nth-of-type(4){
        background: url("../images/pop-nav.png") .8rem -2.7rem no-repeat;
        background-size:  .8rem 3.6rem ;
    }
    .contact{
        min-width: 100%;
        background:url(../images/contact-bg-mob.jpg) #000000 0 0 no-repeat;
        background-size: 100% auto;
        padding: 0 1.2rem;
        box-sizing: border-box;
        height: 870px !important;
    }
    .contact .title{
        padding-top: 1.78rem;
    }
    .contact ul{

        margin-top: .98rem;
    }
    .contact li{
        width: 100%;
        height: 3rem;
        margin: 0 0 .4rem;
        font-size: .26rem;
    }
    .contact li .icon{
        min-width: auto;
        width: .44rem;
        padding-top: .45rem;
    }
    .contact li span{
        margin-top: .16rem;
        font-size: .36rem !important;
    }
    .contact li .line{
        min-width: auto;
        width: .36rem;
        margin-top: .16rem;
    }
    .contact .email{
        width: 100%;
        height: 1rem;
        margin-top: .4rem;
        font-size: .32rem;
        line-height: .8rem;
    }
    .contact .email .white{

        line-height: 1rem;
    }
    .contact .email .black{
        transform: translateY(0);
    }

    .contact .email .pic_white{
        background: url(../images/contact-arrow.png) 0 0 no-repeat;
        background-size: .26rem auto;
    }
    .contact .email .pic_black{
        background: url(../images/contact-arrow.png) 0 0 no-repeat;
        background-size: .26rem auto;
        top:.1rem;
        transform: translateY(0);
    }
    .contact .email:hover .white{
        animation: none;
    }
    .contact .email:hover .black{
        animation: none;
    }
    .contact .email:hover .pic_white{
        animation: none;
    }
    .contact .email:hover .pic_black{
        animation: none;
    }
    .contact .email:hover .mask{
        animation: none;
    }
    .contact .pic{
        top:.36rem;
        right: 0;
    }
    .footer{
        min-width: auto;
        padding: 1.5rem  0 1rem;
      
    }
    .footer img{
        width: 46%;
    }
    .footer h5{
        font-size: .18rem;
        margin-top: .26rem;
    }
     .footer h5 a{
        display: block;
     }
    .mob-sm img{
            width: auto;
        }
    .large-box .box .sm-pic{
        margin: 0;
    }
    .md-pic{
            float: left;
        }
    .mob-float{
            float: left;
            text-align: right;
        }
    .large-box .box{
        margin-right: 0;
    }
    .back{
        display: none!important;
    }
    .project-popup .swiper-slide{
        padding: 0;
    }
    .project-popup .swiper-slide p{
        font-size: .3rem;
    }
    .card .mask .options .zoom,.card .mask .options .link{
        width: .5rem;
        height: .5rem;
    }
    .sortable-container{
        max-width: 90%;
        min-width: auto;
    }
}













