/* 头部分类 */

.head-classification ul {
    overflow: hidden;
    padding: .15rem 0;
}

.head-classification ul li {
    height: .7rem;
    line-height: .7rem;
    float: left;
    width: 33%;
    text-align: center;
    border-right: #c8c8cc 2px solid;
    box-sizing: border-box;
}
.head-classification .on a{
    color: #55b6c5;
    border-bottom: 2px solid #55b6c5;
    display: inline-block;
}
.head-classification ul li:nth-last-child(1) {
    border-right: transparent 2px solid;
}

.head-classification ul li a {
    font-size: .4rem;
}

/* 搜索 */
.search_form {
    padding: .3rem;
    position: relative;
    background-color: #eee;
}

.search_form .input {
    -webkit-background-size: 200px 800px;
}

.search_form .input {
    background-color: #ffffff;
    border-radius: 0;
    border: #c8c8cc 1px solid;
    margin-right: 1.08rem;
}

.search_form .input_inner {
    background-color: #ffffff;
    height: .74rem;
    margin-left: .2rem;
    position: relative;
    display: block;
    padding: .15rem 0;
    margin-right: 1.08rem;
}

.search_form .input_inner {
    margin: 0 .4rem;
}

label {
    cursor: pointer;
}

.search_form .input input {
    border: 0;
    height: .7rem;
    background: 0 0;
    width: 100%;
    line-height: .7rem;
    -webkit-appearance: none;
    color: #848484;
    font-size: .45rem;
}

input,
select {
    outline: none;
}

.search_form .input input::-webkit-input-placeholder {
    color: #c8c8c8
}

.search_form .input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c8c8c8
}

.search_form .input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c8c8c8
}

.search_form .input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c8c8
}

.search_form .submit_btn {
    position: absolute;
    right: .4rem;
    top: .3rem;
    color: #333;
    line-height: 42px;
    background-color: #d9d9d9;
}

.search_form .submit_btn {
    background: url(../images/search.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 1.08rem;
    height: 1.085rem;
    font-size: 0;
    border-radius: 0;
    border: #c8c8cc 1px solid;
}


/* 公共内容标题  */
.public-TheTitle {
    padding: .25rem .4rem;
    overflow: hidden;
    border-bottom: solid 2px #c8c8c8;
}

.public-TheTitle .TheTitle {
    float: left;
    color: #444444;
    font-size: .45rem;
    line-height: .7rem;
}

.public-TheTitle .TheTitle-more {
    float: right;
}

.public-TheTitle .TheTitle-more img {
    width: 1.2rem;
    height: .35rem;
    margin-top: .15rem;
}

.public-TheTitle .TheTitle i {
    display: inline-block;
    width: .7rem;
    height: .7rem;
    vertical-align: top;
}

.public-TheTitle .h5yx i {
    background: url(../images/H5yx.png) no-repeat;
    background-size: 100%;
}

.public-TheTitle .yxzx i {
    background: url(../images/yxzx.png) no-repeat;
    background-size: 100%;
}

.public-TheTitle .rmbq i {
    background: url(../images/rmbq.png) no-repeat;
    background-size: 100%;
}

.public-TheTitle .rytj i {
    background: url(../images/sjyx.png) no-repeat;
    background-size: 100%;
}

.public-TheTitle .wyyx i {
    background: url(../images/wyyx.png) no-repeat;
    background-size: 100%;
}

.public-TheTitle .yqlj i {
    background: url(../images/yqlj.png) no-repeat;
    background-size: 100%;
}
.public-TheTitle .lbzq i {
    background: url(../images/libao.png) no-repeat;
    background-size: 100%;
}
/* h5 游戏内容*/
.H5game li {
    float: left;
    width: 25%;
    text-align: center;
    margin: .5rem 0 .4rem;
}

.H5game ul {
    overflow: hidden;
}

.H5game ul li .icon {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 0.05rem;
}

.H5game ul li img {
    box-shadow: 0 0 0.1rem #d25b92;
}

.H5game ul li img {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 0.2rem;
}

.H5game ul li em {
    display: block;
    height: 0.56rem;
    line-height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.03rem;
    color: #444444;
    font-size: .32rem;
    padding: 0 .2rem;
}

em,
i {
    font-style: normal;
    vertical-align: top;
}

.H5game ul li .btn {
    display: block;
    width: 1.67rem;
    height: 0.58rem;
    line-height: 0.58rem;
    margin: 0 auto;
    color: #fff;
    background-color: #55b6c5;
    border-radius: 0.12rem;
    font-size: .32rem;
}

.cn-app_download {
    background: #fff;
    padding: 10px 90px 10px 10px;
    overflow: hidden;
    height: 69px;
    position: relative;
    display: block;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

/* 盒子 */
.cn-app_download .thumbnail {
    float: left;
    margin-top: 10px;
}

.cn-app_download .info {
    float: left;
    margin: 10px 0 0 15px;
}

.cn-app_download .info dt {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
}

.cn-app_download .info dd {
    color: #333;
    font-size: 11px;
    line-height: 13px;
    height: 13px;
    overflow: hidden;
    margin: .05rem 0;
}

.text-warning {
    color: #55b6c5;
}

.cn-app_download .btn {
    height: 38px;
    margin-bottom: -19px;
    text-align: center;
    line-height: 38px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    position: absolute;
    right: 15px;
    bottom: 50%;
    background: #55b6c5;
    border-radius: 4px;
    animation: zomm-in-out 1.2s linear infinite;
    transform: scale(.84);
    -webkit-animation: zomm-in-out 1.2s linear infinite;
    -webkit-transform: scale(.84);

}

@keyframes zomm-in-out {
    0% {
        -webkit-transform: scale(.84);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.84);
    }
}

@-webkit-keyframes zomm-in-out {
    0% {
        -webkit-transform: scale(.84);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.84);
    }
}

.cn-app_guide {
    width: 100%;
    height: 53px;
    background: url(http://statics.juxia.com/wap/images/app-guide.png )  left no-repeat rgba(0, 0, 0, .7);
    background-size: auto;
    background-size: auto;
    -webkit-background-size: 175px 48px;
    overflow: hidden;
    display: none;
}

.cn-app_guide .btn-close {
    height: 48px;
    width: 48px;
    float: left;
}

.cn-app_guide .btn {
    color: #fff;
    background: #55b6c5;
    font-size: 12px;
    text-align: center;
    height: 26px;
    width: 65px;
    float: right;
    margin: 12px 10px;
    line-height: 26px;
}

.cn-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* 游戏资讯 */
.top_information{
    border-bottom: 1px solid #ddd
}
.top_information ul {
    overflow: hidden;
    margin-bottom: .3rem;
}

.top_information ul li {
    float: left;
    width: 50%;
}

.top_information ul li p {
    padding: 0 .25rem;
    font-size: .45rem;
    color: #444444;
    line-height: .7rem;
    height: 1.4rem;
}

.top_information ul li div {
    padding: .2rem;
    height: 3.3rem;
}

.top_information ul li div img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;

}

/* 热游推荐 */
.TheTitle-more span {
    display: block;
    width: 1.67rem;
    height: 0.58rem;
    line-height: 0.58rem;
    margin: 0 auto;
    color: #848484;
    font-size: .32rem;
    text-align: center;
    border: 2px solid #c8c8c8;
    font-size: .35rem;
}

.hot-change ul.show {
    z-index: 1;
    opacity: 1;
}

.hot-change {
    position: relative;
    top: 0%;
    left: 0;
    height: 3.8rem;
    border-bottom: 1px solid #ddd;
}

.hot-change ul {
    position: absolute;
    top: 0%;
    left: 0;
    opacity: 0;
    transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
}

/* 广告位 */
.cn-section img{
    height: 3rem;
}
/* 热门标签 */
.cn-category {
    padding: .25rem .35rem;
    border-bottom: 1px solid #ddd;
}

.cn-category ul {
   overflow: hidden;
}
.cn-category li {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    padding: .2rem;
}
.cn-category .highlight {
    color: #fff;
}
.cn-category a {
    font-size: .32rem;
    color: #333;
    text-align: center;
    line-height: .8rem;
    border: 1px solid #f3f3f3;
    background: #fbfbfb;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: .5rem;
    display: block;
}
.cn-category .highlight.c1{
	background: #8152df;
	border: 1px solid #8152df;
}

.cn-category .highlight.c2{
	background: #457bde;
	border: 1px solid #457bde;
}

.cn-category .highlight.c3{
	background: #3bdbc6;
	border: 1px solid #3bdbc6;
}

.cn-category .highlight.c4{
	background: #fdbf2b;
	border: 1px solid #fdbf2b;
}

.cn-category .highlight.c5{
	background: #ee5c3a;
	border: 1px solid #ee5c3a;
}

.head-classification ul li{

}

/* 礼包 */
.Gift_bag img{
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 0.2rem;
    float: left;
    margin-right: .45rem;
}
.Gift_bag>div{
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: .45rem .45rem;
    border-bottom: 1px #c8c8c8 solid;
}
.Gift_bag .Gift_bag_bot{
    position: absolute;
    background: #fff;
    right: .2rem;
    top: 50%;
    height: .6rem;
    width: 1.7rem;
    margin-top: -.3rem;
    text-align: center;
    line-height: .6rem;
    font-size: .42rem;
    color: #444444;
    border: 1px #c8c8c8 solid;
}
.Gift_bag_text {
    float: left;
   
}
.Gift_bag_text p{
    color: #444444;
    margin: .15rem 0; 
    width: 5rem;
    font-size: .36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.The-progress-of{
    font-size: .3rem;
    margin-top: .5rem;
    margin-left: .15rem;
}
.The-progress-of>div{
    display: inline-block;
    width: 3.5rem;
    height: .32rem;
    background-color: #c8c8c8;
    border-radius: .32rem;
    overflow: hidden;
    position: relative;
    left: .2rem;
    top: .03rem;
}
.The-progress-of>div>div{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 65%;
    height: 100%;
    background-color: #54c659;
    border-radius: .25rem
}
.The-progress-of>div>span{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: .32rem;
    text-align: center;
    color: #fff;
    font-size: .3rem;
}


/* 网页游戏 */
.t_list li {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #ddd;
    text-indent: .4rem;
}

.t_list li a {
    width: 95%;
    display: inline-block;
    background: url(../images/dot.png) left center no-repeat;
    font-size: 1.15em;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 友情链接 */
.cn-friendlink {
    padding: 5px;
}

.cn-friendlink li {
    float: left;
    margin-right: 10px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    height: 24px;
}

.cn-friendlink li a {
    display: block;
    color: #999;
    padding: 3px 5px;
    line-height: 20px;
    font-size: .3rem;
}
/*  网页游戏页 */

.wy-ima {
    position: relative;
    top: 0;
    left: 0;
}
.wy-ima a img{
    width: 100%;
    height: 5.5rem;
    border-radius: 0.12rem;
}
.wy-ima>div{
    position: absolute;
    left: 0;
    top: 0
}
.wy-ima>div img{
    width: 1.6rem;
    height: .65rem;
}
#wrapper li{
    padding:  .35rem .35rem 0 .35rem;
    border-bottom: 1px solid #c8c8c8;
}
.wy-text {
    overflow: hidden;
    margin: .2rem 0;
}
.wy-text h2{
    float: left;
    color: #55b6c6;
    font-size: .42rem;
}
.wy-text div{
    float: right;
    font-size: .32rem;
    color: #444444;
    position: relative;
    top: 0;
    left: 0;
    padding-right: .4rem;
}
.wy-text div a{

    font-size: .35rem;

}
.wy-text i {
    position: absolute;
    top: 42%;
    right: .2rem;
    margin: -.11rem -.15rem 0 0;
    display: inline-block;
    width: .22rem;
    height: .3rem;
    background: url(../images/return2.png) no-repeat;
    background-size: 100% 100%;
}
.load-more {
    text-align: center;
    padding: .4rem 0;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8c8
}
.load-more img {
    margin-top: .2rem;
    width: 1rem;
    height: 1rem;
    line-height: 2rem;
}
.load-more button{
    display: inline-block;
    padding: .2rem .65rem;
    margin-bottom: 0;
    font-size: .45rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #12A7B4;
    background: #12A7B4;
}
