h1,h2,h3,h4,h5,h6,p,div,br,hr,body,input,tr,td,th,table,ul,li,ol,form{
    margin:0;
    padding:0;
    list-style: none;
    border:none;
}
i,b,u{
    font-style: normal;
}

*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    border:none;
}
a:hover{
    text-decoration: none;
}
em{
    font-style:normal
}
img{
    vertical-align: middle;
    border:none;
}
input{
    border:none;
    outline: none;
}
body{
    font-family:Arial, Helvetica, sans-serif;
}

@font-face{
    font-family:'Fontin';
    src: url('fa.ttf');
}
/*end===================*/
html {
    font-size:62.5%
}
@media only screen and (min-width:321px) { /*iphone5*/
    html {
        font-size:62.5%!important
    }
}
@media only screen and (min-width:361px) { /*三星note*/
    html {
        font-size:70.31%!important
    }
}
@media only screen and (min-width:376px) { /*iphone6*/
    html {
        font-size:73.24%!important
    }
}
@media only screen and (min-width:481px) {
    html {
        font-size:94%!important
    }
}
@media only screen and (min-width:561px) {
    html {
        font-size:109%!important
    }
}
@media only screen and (min-width:600px) {
    html {
        font-size:125%!important
    }
}


header{
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}

.header-nav{
    width:100%;
}

.header-box{
    margin:0 auto;
}
.header-seach button{
    display: inline-block;
    vertical-align: middle;
    border:none;
    outline: none;
    background:transparent;
    padding:0;
}

.header-seach button:hover{
    cursor: pointer;
}
.header-nav>ul>li:not(.header-logo).active{
    border-bottom-color:#0864a1;
}
.header-nav>ul>li a{
    color:#000;
}



/*导航栏代码*/
.mobileMenuBtn {
    display: none;
    position: absolute;
    right: 15px;
    top: 20px;
    height: 40px;
    line-height: 30px;
    color: #999;
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    z-index: 1000;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.mobileMenuBtn.active{
    right:70%;
}

.menu-handler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    /*top:8px;*/
}
.menu-handler.active{
    background:#fff;
}

.menu-handler .burger {
    width: 21px;
    height: 3px;
    background: #a6a6a6;
    display: block;
    position: absolute;
    z-index: 50;
    top: 14px;
    left: 50%;
    margin: 0 0 0 -10px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}
.trans, .trans:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.menu-handler .burger-2 {
    top: 21px;
}
.menu-handler .burger-3 {
    top: 28px;
}
.menu-handler.active .burger-1 {
    top: 20px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-handler.active .burger-2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
    top: 20px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.pcss3mm_back {
    z-index: 280;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 0;
    background: rgba(199, 199, 199, 0.6);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.pcss3mm_back.active {
    height: 100%;
}
.mobule-logo{
    display:none;
    float: left;
    position: relative;
    left:15px;
}
.mobule-logo img{
    width:4.5rem;
}

header{
    padding-top:0px;
}
.header-nav{
    margin-top:50px;
}
.header-nav>ul:after{
    display:block;
    content:'';
    clear:both;
}
.header-nav>ul>li{
    float:left;
    width:140px;
    text-align: center;
    padding-bottom: 32px;
    border-bottom: 2px solid transparent;
    position:relative;
}


.header-nav-single{
    display:block;
    width:100%;
    border-right:1px solid #e7eff5;
    height:40px;

}
.header-nav>ul>li:last-child .header-nav-single{
    border-right:none;
}
.header-nav-single p{
    position:relative;
    bottom:-12px;
    font-size:14px;
    font-weight: bold;
}
.header-nav-single img{
    width:24px;
    vertical-align: top;
}
.header-logo>.header-nav-single img{
    width:60%;
    position: relative;
    top: -45px;
}


.header-nav>ul>li.header-logo{
    width:160px;
}




.drop-down{
    position:absolute;
    display:none;
    width:220px;
    left:-40px;
    top:74px;
    background:rgba(255,255,255,.4);
    box-shadow: #aaa 1px 1px 1px 1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 20;
}
.drop-down li a{
    display:inline-block;
    padding:10px 0;
    width:100%;
    font-size:14px;
    color:#000;
}
.drop-down li a:hover{
    background:#086db5;
    color:#fff;
}






/*搜索框*/
.header-seach{
    overflow: hidden;
}
.header-seach p{
    float: right;
    padding: 0 10px;
    border: 1px solid #e6e6e9;
    border-bottom: none;
    border-top: none;
    width: 175px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.header-seach p img{
    width:16px;
    vertical-align: baseline;
}
.header-seach p input{
    display: inline-block;
    vertical-align: middle;
    width: 115px;
    background:transparent;
}
.header-seach span{
    display:inline-block;
    vertical-align: middle;
    height:100%;
}
.header-seach span:hover{
    cursor: pointer;
}


/*移动端*/
.mobule{
    display:none
}

/*end*/
footer{
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position:relative;
    z-index: 105;
}


.footer-box{
    display:table;
}
.footer-box-content{
    display:table-cell;
}
.footer-box-content>span{
    display:inline-block;
    margin-bottom:20px;
}
.footer-box-content>span img{
    width:65px;
}
.footer-box-content p{
    font-size: 14px;
    color:#c7c7c7;
    line-height: 2;
}

.footer-box-content-more{
    font-size: 14px;
}
.footer-box-content-more span{
    color:#fff;
}
.footer-box-content-more p a{
    color:#c7c7c7;
    display:inline-block;
    padding:6px 15px;
    border-top:1px solid #575757;
}
.footer-box-content-more p:last-child a{
    border-bottom:1px solid #575757;
}

.footer-box-content-cooperation{
    color:#fff;
    font-size: 14px;
}

.brand{
    display:table;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: #fff 0px 1px 1px -1px;
    -moz-box-shadow: #fff 0px 1px 1px -1px;
    box-shadow: #fff 0px 1px 1px -1px;

}
.brand a{
    display:table-cell;
    width:20%;
}
.brand a img{
    width:80%;
}

.channel{
    display:table;
    margin-top:25px;
}
.channel>span{
    display:table-cell;
}
.channel-right{
    vertical-align: top;
    padding-left:20px;
}
.channel-right p{
    margin-top:15px;
}
.channel-right p a{
    display:inline-block;
    width: 35px;
    margin-right:8px;
}
.channel-right p a img{
    width:100%;
}

.footer-last{
    background:#292929;
    width:100%;
}
.footer-last-box{
    width:1000px;
    margin:0 auto;
    font-size: 12px;
    color:#c7c7c7;
}
.footer-last-box i{
    float:right;
    padding:2px 10px;
    border-left:1px solid #c7c7c7;
}
.footer-last{
    padding:15px 0;
}

/*更改*/
.channel-left{
    text-align: center;
    width: 25%;
}
.channel-left>span{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

/*banner*/

.banner{
    width:100%;
}

.banner>.swiper-container{
    width:100%;
}
.banner .swiper-slide img {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev, .swiper-button-next {
    background: #000;
    color: #fff;
    width: 2rem;
    height: 3rem;
    line-height: 2.7rem;
    text-align: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    padding: 0 5px;
    border-radius: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0,0,0,.4);
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
    position: relative;
    top: -2px;
}
.swiper-pagination-bullet-active {
    background: #fff200;
}


/*分享代码*/
.bdshare-button-style2-32 a{
    background-position: center center!important;
    width:45px!important;
    height:45px!important;
}

.bd_weixin_popup{
    padding:5px!important;
}
.bd_weixin_popup .bd_weixin_popup_main{
    padding:10px 10px!important;
}




/*标题样式*/
.title-text>p{
    font-family:'Fontin' ;
    font-weight: bold;
    color:#56aae3;
}
.product-game-titletext{
    color:#ff363b;
}

.product-game-titlejian{
    color:#56aae3;
}
.product-game>p>span{
    display:inline-block;
}
.title-text>p>.img-one{
    width:30px;
}


.product-game-titletext{
    margin-left:-10px;
}

.img-two{
    margin-left:20px;
}

.swiper-button-prev{
    left:0;
}

.starry-content-list img
{
    max-width: 100%!important;
}

@media only screen and (min-width: 1020px){
    .header-nav>ul>li{
        width:140px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1020px){
    .header-nav>ul>li{
        width:13%;
    }
    .header-nav>ul{
        width:100%;
    }
    .header-nav{
        width:100%;
    }

}





@media only screen and (min-width: 768px) {
    .title-text>p>.img-one{
         width:30px;
         margin-top:-65px;
     }

    .title-text>p>.img-two{
        width:75px;

    }


    .container {
        min-width: 1000px;
        /*background-color:#aaa;*/
    }
    header{
        height:98px;
    }

    .header-logo>.header-nav-single img{
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .header-logo>.header-nav-single img.scll{
        width: 40%;
        top: -8px;
    }


    .header-box{
        width:1000px;
    }
    .header-nav>ul>li:not(.header-logo):hover{
        border-bottom-color:#0864a1;
        cursor: pointer;
    }
    .header-nav>ul>li:not(.header-logo):hover .header-nav-single p{
        color:#0864a1;
    }
    .header-nav{
        top:50px;
        padding-top:0px;
    }

    .header-nav.scll{
        position:fixed;
        top:0;
        z-index: 200;
        margin-top:0;
        background:rgba(255,255,255,.8);
        left:0;
        text-align: center;
        padding-top:30px;
        min-width: 100%;
    }
    .header-nav>ul{
        display:inline-block;
        text-align: center;
    }

    .header-nav>ul>li:not(.header-logo):hover .drop-down{
        display:block;
    }

    .footer-box{
        width:1000px;
        margin:0 auto;
        padding:80px 0;

    }
    .footer-box-content{
        width:40%;
    }
    .footer-box-content-cooperation{
        width:45%;
        padding:0 15px;
    }
    .footer-box-content-more{
        width:25%;
        text-align: center;

    }
    .footer-last-box{
        width:1000px;

    }

    .header-seach-moble{
        display:none;
    }

    .footer-box-moble{
        display:none;
    }



    /*标题代码*/
    .product-game-titletext{
        font-size:24px;
    }

    .product-game-titlejian{
        font-size:18px;
    }



}


@media only screen and (max-width:768px){
    .mobule-logo{
        display:block;
    }
    .header-seach p{
        width: 67%;
        /* margin: 0 auto; */
        float: none;
        margin-left: 11%;
        margin-top: 12px;

    }
    .header-seach p img{
        width:1.5rem;
    }
    .header-seach p input{
        font-size: 1.5rem;
        width: 78%;
    }

    .header-nav{
        display:none;
    }

    .header-nav ul li{
        float: none;
    }
    .mobule{
        display:block;
    }
    .banner{
        margin-top:9.1rem;
        position:relative;
        z-index: 80;
    }
    .mobileMenuBtn{
        display:block;
        top:0.5rem;
    }
    .logo-pc{
        display:none;
    }
    .header-nav{
        display:block;
        position:fixed;
        width:70%;
        right:-80%;
        padding-top:15px;
        height:100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        z-index: 300;
        margin-top:0;
        top:0;
        overflow-x: hidden;
    }
    .header-nav.active{
        right:0;
    }
    .header-nav>ul>li .header-nav-single{
        border:none;
    }
    .header-nav>ul>li:not(.header-logo).active{


    }
    .header-nav>ul>li:not(.header-logo).active .header-nav-single p{
        color:#0864a1;
        vertical-align: bottom;
    }
     .drop-down{
        height:0;

    }

    .header-nav>ul>li:not(.header-logo).active .drop-down{
        display:block;
        height:auto;
    }
    .header-nav{
        text-align: left;
        background: rgba(255,255,255,.9);
    }
    .header-nav-single{
        padding:1rem 0;
        height:auto;
    }
    .header-nav-single p{
        display:inline-block;
        bottom: inherit;
        vertical-align: bottom;
    }
    .header-nav-single img{
        margin-right:5%;
    }
    .header-nav>ul>li{
        text-align: left;
        width:100%;
        padding:0 5%;
    }


    header{
        /* padding-top: 20px; */
        /* padding-bottom: 10px; */
        background: rgba(255,255,255,0.9);
        position: fixed;
        z-index: 110;
        padding: .5rem 0;
        top:0;
    }

    .drop-down {
        position: inherit;
        display: none;
        width: 100%;
        top:0;
        left: 0;
        background: none;
        box-shadow:none;
    }
    .drop-down li a{
        padding-left: 40px;
    }

    /*footer*/

    .footer-box{
        display:block;
        padding:1rem 0;
        position:relative;
    }
    .footer-box-content p{
        /*display:none;*/
    }
    .footer-box-content{
        display:block;
        text-align: left;
        padding:1rem 0;

    }
    .footer-box-content-text{
        padding:1rem;
    }
    .footer-box-content:first-child{
        border-bottom: 1px solid #000;
        -webkit-box-shadow: #fff 0px 1px 1px -1px;
        -moz-box-shadow: #fff 0px 1px 1px -1px;
        box-shadow: #fff 0px 1px 1px -1px;
    }
    .footer-box-content-more p{
        display:inline-block;
        width:24%;
        border-right:1px solid #575757;
        text-align: center;
    }
    .footer-box-content-more p a{
        border:none;
        padding:0;
    }
    .footer-box-content-more p:last-child a{
        border:none;
    }
    .footer-box-content-more p:last-child{
        border:none;
    }
    .footer-box-content>span{
        margin-bottom: 1rem;
        display:none;
    }
    .footer-box-content-more span{
        /*display:block;*/
        display:none;
        font-size: 1.2rem;
    }

    .brand{
        padding:0 1rem;
        padding-bottom:1rem;
        margin:0 auto;
        width:100%;
    }

    .channel {
        display: none;
        position: absolute;
        right:-10%;
        top: 18%;
        text-align: center;
    }

    .channel-left{
        width:5rem;
    }
    .channel>span{
        display:inline-block;
        width:100%;
    }
    .channel>span.channel-right{
        display:none;
        margin-top:1rem;
    }
    .channel-right{
        padding-left:0;
    }
    .channel-right i{
        display:inline-block;
        width:100%;
    }
    .footer-last-box{
        width:100%;
        padding:0 1rem;
    }
    .bdshare-button-style2-32{
        display:inline-block;
    }


    .swiper-container-horizontal>.swiper-pagination-bullets {
        /* padding: .1rem .5rem; */
        height: 1.4rem;
        line-height: 1.4rem;
        background: transparent;
    }
    .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        position: relative;
        top: 0px;
    }

    /*移动端搜索布局*/


    .header-seach{
        display:none;
    }
    .header-seach-moble{
        display:block;
    }
    .header-seach-moble p {
        width: 90%;
        /* margin: 0 auto; */
        margin-left: 5%;
        margin-top: 12px;
        border: 1px solid #aaa;
        /*padding:.5rem;*/
        border-radius: 5px;
    }

    .header-seach-moble p input {
        display: inline-block;
        vertical-align: middle;
        width: 90%;
        background: transparent;
        border:none;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none    ;
        box-shadow: none    ;
        margin-bottom:0;
        padding:.8rem;
        font-size:1.20rem;
        height:auto;
    }

    .header-seach-moble button {
        display: inline-block;
        vertical-align: middle;
        border: none;
        outline: none;
        background: transparent;
        padding: 0;
    }
    .header-seach-moble p img {
        width: 1.5rem;
        vertical-align: baseline;
    }

    .header-box:after{
        display:block;
        content: "";
        clear: both;
    }


    .footer-box-pc{
        display:none;
    }
    .footer-box-moble{
        display:block;
    }


    .title-text>p>.img-one{
        width: 1.8rem;
        margin-top: -4rem;
    }


    .product-game-titletext{
        font-size:1.8rem;
        margin-left:-5px;
    }
    .product-game-titlejian {
        font-size: 1.3rem;
    }
    .img-two{
        display:none;
    }
    .header-seach-moble button{
        margin:0;
    }

    .mobule-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }


}








