.slide-wrap {
   /* margin-top: 20px;*/
}
.slide {
    float: left;
    position: relative;
    overflow: hidden;
    width: 720px;
    height: 260px;
}
.small-banner {
    float: right;
    overflow: hidden;
    width: 300px;
    margin-top: -20px;
}
.small-banner a {
    display: block;
    margin-top: 20px;
}
.article {
    padding: 10px 20px;
    line-height: 28px;
}
.article li {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.article a {
    font-size: 14px;
}

.link {
    padding: 15px 10px;
    background-color: #fff;
}
.link li {
    float: left;
    height: 28px;
    margin: 0 8px;
    line-height: 28px;
}
.link a {
    color: #555;
    font-size: 13px;
}

.banner {
    margin-top: 36px;
}
.module {
    margin-top: 15px;
}
.module h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
}
.module h2 .more{
	display:block;
}
.showcase,
.more {
    display: none;
    float: right;
    color: #333;
    font-size: 13px;
}
.showcase {
    color: #f00;
}
.special {
    margin-right: -20px;
}
.special a {
    float: left;
    margin-right: 13px;
}
.special a:first-child {
    margin-right: 14px;
}
.bottom-special {
    float: left;
    width: 795px;
    height: 195px;
}
.bottom-special a {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.bottom-news {
    float: left;
    width: 245px;
    height: 179px;
    padding: 8px 0;
    line-height: 26px;
    background: #fff;
}
.bottom-news li {
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
}

/* unslide */
.unslider {
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0
}
.unslider-wrap {
    position: relative
}
.unslider-wrap.unslider-carousel>li {
    float: left
}
.unslider-vertical>ul {
    height: 100%
}
.unslider-vertical li {
    float: none;
    width: 100%
}
.unslider-fade {
    position: relative
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}
.unslider:hover .unslider-arrow {
    display: block;
}
.unslider-arrow {
    display: none;
    position: absolute;
    cursor: pointer;
    text-decoration: none;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 40px;
    height: 60px;
    line-height: 60px;
    border: 0 none;
    outline: 0 none;
    margin-top: -30px;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    color: #ddd;
    font-size: 30px;
}
.unslider-arrow:hover {
    text-decoration: none;
    opacity: .8;
    color: #ddd;
}
.unslider-arrow.next {
    left: auto;
    right: 0
}
.unslider-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.unslider-nav ol {
    list-style: none;
    text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}

.wrap .slide{
	max-height:136px;
}

/*zx*/
.wrap ul.padd{
	padding: 0 10px;
	margin-top: -10px;
}
.list .zx{
	width:95%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height: 30px;
}
.list .zx .cata{
	display:inline-block;
	height:30px;
	line-height:30px;
	margin:0;
}
.list .zx a{
	display:inline-block;
	overflow:hidden;
	width:70%;
	text-overflow:ellipsis;
	padding: 0 10px;
    border: 0;
    position: inherit;
	    height: 30px;
    line-height: 30px;
}
.list .zx a:hover{
	border-color:#fff;
}
@media screen and (max-width: 320px) {
    .wrap .slide {
    max-height: 116px;
   }
}
.list .zx .date{
	font-style:normal;
	float: right;
	    height: 30px;
    line-height: 30px;
}

/*new-index*/
.cataList {
    overflow: hidden;
    padding: 5px 0;
}
.cataList li, .cataList .btn {
    width: 25%;
    float: left;
    text-align: center;
    margin: 4px 0;
}
.cataList li.cur a{
    background: #47b751;
    border-color: #47b751;
    color: #fff;
}
.cataList li a, .cataList .btn span{
    display: block;
    border: 1px solid #ddd;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    background: #f6f6f6;
}
.cataList .btn span {
    background: url(img/more_top.png) #f6f6f6 no-repeat center center;
    background-size: 12px;
}
.cataList .btn span.span1{
    -webkit-transform: rotate(180deg);
}

.basebox {
    background: #fff;
    margin-top: 6px;
}

.basebox .bt {
    display: block;
    overflow: hidden;
    padding: 0 12px;
}
.basebox .bt p {
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 42px;
}

.basebox .bt a {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 42px;
    text-decoration: none;
}
.list_s {
    display: block;
    padding: 0 0px;
    overflow: hidden;
}

.list_s ul {
    display: block;
    overflow: hidden;
    padding-top: 6px;
}

.list_s ul li {
    float: left;
    width: 24%;
    text-align: center;
}

.list_s div.img {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

.list_s div.img img {
    width: 68px;
    height: 68px;
    border-radius: 10px;
}

.list_s p.name {
    color: #333;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin: 0 5px 5px 5px;
    font-size: 13px;
}

.list_s p.time {
    color: #666;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    margin: -5px 0 10px 0;
}

.wrap .new_lib{
	margin:0;
}

.icon.s_border {
    fill:none;
    border:#f4f4f4 1px solid;
}
html {
    font-size:62.5%;
}

a {
    color:#666;
    text-decoration:none;
    outline:none;
    border:0;
}

.s_pos_relative {
    position:relative;
}

/* 精品游戏 */
.s_index_jp {
    background-color:#FFF;
    margin:0 0 10px;
}
.s_index_jp_list.mar{ padding:20px 0 0;}
.s_index_jp_list li {
    width:44%;
    margin:0 3%;
    float:left;
    position:relative;
    padding:0 0 20px;
}
.s_index_jp_list li img {
    display:block;
    width:100%;
    margin:0 0 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.s_index_jp_list li span {
    display:block;
    margin:0 0 5px;
    font-size:1.2rem;
    color:#c7c7c7;
}
.s_index_jp_list li span em {
    padding:0 3px;
}
.s_index_jp_list li .s_go {
    display:block;
    width:58px;
    height:16px;
    line-height:16px;
    font-size:1.2rem;
    text-align:center;
    color:#FFF;
    border:#f04b2b 1px solid;
    background-color:#f04b2b;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    position:absolute;
    top:0;
    right:0;
}
.s_index_jp_list li .s_go:hover{ color:#FFF;}
.s_index_jp_list li span.s_game_name {
    font-size:1.5rem;
    display:block;
    width:88px;
    height:20px;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#000;
}


/*rank*/
.cont_6 { padding: 0 12px; clear: both; }
.cont_6 .cont6_top { width: 100%; }
.cont_6 .cont6_top:after { display: block; content: ''; clear: both; }
.cont_6 .cont6_top p { display: block; float: left; width: 50%; text-align: center; line-height: 40px; border-bottom: 2px solid #f5f5f5; color: #777; font-size: 16px; font-weight: bold; position: relative; }
.cont_6 .cont6_top p i { display: none; position: absolute; left: 49%; bottom: 0; width: 0; height: 0; border-right: 4px solid transparent; border-bottom: 4px solid #47b751; border-left: 4px solid transparent; }
.cont_6 .cont6_top p.on { color: #333; border-bottom: 2px solid #47b751; }
.cont_6 .cont6_top p.on i { display: block; }
.cont_6 .cont6_lis { display: block; width: 100%; }
.cont_6 .cont6_lis ul { overflow: hidden; }
.cont_6 .cont6_lis ul li { position: relative; border-bottom: 1px solid #f5f5f5; padding: 15px 0; }
.cont_6 .cont6_lis ul li .img { display: inline-block; float: left; }
.cont_6 .cont6_lis ul li .img img { display: inline-block; width: 60px; height: 60px; border-radius: 10px; background: #969696; }
.cont_6 .cont6_lis ul li .downl { display: inline-block; float: right; text-align: center; color: #fff; line-height: 28px; width: 60px; background: #47b751; border-radius: 3px; position: absolute; top: 36%; right: 0;font-size:12px; }
.cont_6 .cont6_lis ul li .info { display: block; height: 60px; margin: 0 68px; position: relative;padding:0; }
.cont_6 .cont6_lis ul li .info div { width: 100%; }
.cont_6 .cont6_lis ul li .info div a { display: inline-block; max-height: 50px; color: #333; font-size: 16px; overflow: hidden; }
.cont_6 .cont6_lis ul li .info div p{font-size:12px;}
.cont_6 .cont6_lis ul li .info div p.size { color: #888; overflow: hidden; margin: 2px 0; }
.cont_6 .cont6_lis ul li .info div p.miaoshu { display: block; color: #555; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }