.clearFloat:after {

    content: '';

    visibility: hidden;

    height: 0;

    display: block;

    clear: both;

}

.footer {
    position: static;
}

.searchContainer {

    background: rgb(255, 255, 255);

}

.toggleContent {

    display: none;

}

.toggleContent.checked {

    display: block;

}

.searchHeader {

    width: 100%;

    height: 76px;

    margin: auto;

    background: rgb(241, 241, 241);

    padding-top: 30px;

}
.searchContainer .headContent .searchBtn em{
	width: 30px;
    height: 20px;
    background: url(/images/icon.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 4px;
}
.searchHeader .headContent {

/*    width: 100%;*/
/*    max-width: 1538px;*/
        width: 1180px;
    margin: 0 auto 30px;
    height: 46px;
    /* padding: 0 20px; */
    box-sizing: border-box;

}

.searchHeader .logo {

    width: 149px;

    height: 44px;

    float: left;

    color: white;

}

.searchHeader .logo img {

    display: block;

    vertical-align: bottom;

    width: 149px;

    height: 44px;

    float: left;

}

.searchHeader form {

	float: left;
    position: relative;
    margin-left: 30px;

}

.searchHeader .headContent input {

    width: 580px;
    height: 44px;
    /* background: rgb(16, 22, 30); */
    border: 1px solid rgb(243, 140, 95);
    text-align: left;
    line-height: 44px;
    padding-left: 8px;
    /* border: 2px; */
    outline: 0;
    font-size: 16px;
    border-radius: 5px;
    color: rgb(87, 98, 116);
    padding-right: 120px;

}

.searchHeader .headContent .searchA {

    display: block;

    font-size: 16px;

    width: 50px;

    text-align: center;

    height: 16px;

    line-height: 16px;

    color: #737e91;

    top: 15px;

    right: 60px;

    position: absolute;

    cursor: pointer;

}

.searchHeader .headContent button {

/*    width: 21px;

    height: 21px;

    background: url("/images/searchO.png") no-repeat;

    display: block;

    top: 13px;

    right: 25px;

    position: absolute;

    cursor: pointer;*/
    top: 0;
    right: 0;
    position: absolute;
    /* cursor: pointer; */
    display: inline-block;
    width: 120px;
    height: 46px;
    border-top-right-radius: 5px;
    border: 1px solid #f47138;
    background: #f47138;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    float: right;
    border-bottom-right-radius: 5px;

}

.contentHeader {

    width: 1140px;
/*	width:100%;*/
    margin: auto;

    padding: 0 20px 20px 20px;

    position: relative;

    background: white;
    min-height:1150px;
/*    left: 60px;*/

}

.resultContent .bottomALink {

    width: 580px;

    height: 36px;

    background-color: #e4e4e4;

    margin: 30px auto 40px;

    border-bottom: 0;

    padding: 0;

}

.bottomALink .loadMore {

    display: block;

    height: 36px;

    line-height: 36px;

    text-align: center;

    font-size: 14px;

    color: #7a7a7a;

}

.contentHeader .rank {

    width: 300px;

    position: absolute;

    top: 155px;

    right: 20px;

}

.rankTitle {

    height: 20px;

    line-height: 20px;

    font-size: 18px;

    margin-bottom: 15px;

}

.rankTitle a {

    float: right;

    font-size: 14px;

    margin-top: 2px;

    color: #1e1e1e;

}

.rank li {

    height: 38px;

    line-height: 38px;

}

.rank li em {

    display: inline-block;

    width: 22px;

    line-height: 22px;

    height: 22px;

    text-align: center;

    font-size: 14px;

    color: white;

    border-radius: 3px;

    background: rgb(202, 202, 202);

    float: left;

    margin-top: 6px;

    margin-right: 8px;

}

.rank li .rank1 {

    background: rgb(255, 13, 41);

}

.rank li .rank2 {

    background: rgb(255, 146, 11);

}

.rank li .rank3 {

    background: rgb(255, 198, 0);

}

.rank li a {

    color: #1e1e1e;

    font-size: 14px;

    display: inline-block;

    height: 22px;

    line-height: 22px;

    width: 225px;

    float: left;

    overflow: hidden;

    margin-top: 6px;

}

.rank li i {

    display: inline-block;

    width: 10px;

    height: 10px;

    float: right;

    font-size: 12px;

    margin-top: 12px;

    font-style: normal;

    background: url("/images/jiantou.png") no-repeat;

}

.rank li .rankDown {

    background-position: -22px 0;

}

.rank li .rankUp {

    background-position: -11px 0;

}

.contentHeader .firstLevel {

    border-bottom: 1px solid #ddd;
    height: 44px;
    padding-top: 10px;
    width: 1140px;
    background: rgb(255,255,255);
    position: relative;
    left: -20px;

}

.contentHeader .firstLevel .toggleBtn {

    font-size: 20px;
    width: 80px;
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    float: left;
    background: transparent;
    text-align: center;
    color: #3b4551;
    position: relative;
    z-index: 11;

}

.contentHeader .firstLevel .toggleBtn.checked,
.contentHeader .firstLevel .toggleBtn:hover {

    font-weight: bold;
    border-bottom-color: #f47138;

}
/*.searchHeader:after{
	content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    display: block;
    position: relative;
    z-index: 10;
    top: 72px;
}*/
.secondLevel {

/*    border-bottom: 1px solid #dadada;*/
background: rgb(255,255,255);
    width: 1180px;
    position: relative;
    left: -20px;
}

.secondLevel .toggleBtn {

    text-align: center;

    position: relative;

    top: 1px;

    float: left;

    width: 116px;

    border-bottom: 2px solid transparent;

    height: 54px;

    line-height: 54px;

    cursor: pointer;

}

/*.secondLevel .toggleBtn.checked,
.secondLevel .toggleBtn:hover {

    border-bottom-color: #f47138;

}*/

.secondLevel .toggleBtn a {

    color: #4c4c4c;

    font-size: 16px;

}

.secondLevel .toggleBtn.checked a,
.secondLevel .toggleBtn:hover a {

    font-size: 16px;

    color: #f47138;

}

.secondLevel .toggleBtn span {
margin-left: 5px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    padding: 0 5px;
    min-width: 22px;
    height: 18px;
    font-size: 12px;
    color: #c5c5c5;
    border: 1px solid #c5c5c5;
    border-radius: 9px;

}

.secondLevel .toggleBtn.checked span,
.secondLevel .toggleBtn:hover span {
    border-color: #f47138;
    color: #f47138;

}

.secondLevelContent .resultNum {

    height: 60px;

    line-height: 45px;

    padding: 5px;

    color: #3b4551;

    font-size: 14px;

}

.secondLevelContent a:hover {
    color: #f47138;
}

.secondLevelContent a:hover p {
    color: #f47138;
}

.secondLevelContent .resultNum span {

    color: #f47138;

}

.firstLevelContent {

    min-height: 600px;
    clear:both;

}

.modualTitle {
    position: relative;
    height: 50px;

    line-height: 50px;

    border-bottom: 1px solid #dadada;

    font-size: 20px;

    color: #3c3c3c;

    font-weight: bold;

}

.modualTitle:before {

    content: '';

    display: inline-block;

    width: 5px;

    height: 24px;

    background: #f47138;

    position: relative;

    top: 5px;

    margin-right: 10px;

}

/*.allContent .modualTitle + div {
    margin-bottom: 70px;
}*/
.searchContent > div, .searchContent > ul {
    margin-bottom: 60px;
}

.modualTitle .loadMoreh3 {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    position: absolute;
    font-weight: normal;
    top: 14px;
    right: 5px;
}

.keyWord {

    color: #f47138 !important;

    font-weight: bold;

}

.resultContent {

    width: 790px;

    min-height: 300px;

}

.glModual1 {

    padding-bottom: 20px;

}

.glModual1 > div {

    padding: 20px 0 10px;

    border-bottom: 1px solid #dadada;

}

.glModual1 a {

    display: block;

    width: 120px;
    margin-bottom: 30px;
    /*  height: 180px;*/

    margin-right: 45px;

    float: left;

}

.searchContainer .contentHeader .noAttribute {

    margin-right: 0;

    border: 0;

}

.glModual1 a img {

    width: 120px;

    max-height: 160px;
    float: left;

}

.glModual1 a p {

    width: 100%;
    height: 35px;
    /* line-height: 30px; */
    font-size: 14px;
    color: #3b4551;
    text-align: center;
    clear: both;
    overflow: hidden;
    position: absolute;
    bottom: -36px;
    left: 0;

}

.sameModual {

    text-align: center;

}

.sameModual .glList li {

    padding: 25px 0;

    text-align: left;

    border-bottom: 1px solid #dadada;

}

.syDownList li {
    padding: 18px 0;
    text-align: left;
    border-bottom: 1px solid #dadada;
}

.syDownList li:after {
    clear: both;
    content: '';
    height: 0;
    display: block;
}

.syDownList li img {
    width: 64px;
    height: 64px;
}

.syDownList li p {
    float: left;
    margin-right: 18px;
}

.syDownList li .syDownTitle {
    display: block;
    float: left;
    width: 650px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 8px;
}

.syDownList .syDown {
    float: left;
    width: 650px;
}

.syDownList .syDown span {
    color: #808080;
    font-size: 14px;
    float: left;
    letter-spacing: 1px;
    margin-right: 10px;
}

.syDownList .syDown .iosDown {
    font-size: 12px;
    float: left;
    display: block;
    width: 90px;
    text-align: center;
    height: 23px;
    line-height: 25px;
    position: relative;
    border: 1px solid #ddd;
    top: -3px;
    margin-left: 10px;
    color: rgb(133, 193, 239);
}

.syDownList .syDown .android {
    font-size: 12px;
    float: left;
    display: block;
    width: 90px;
    text-align: center;
    height: 23px;
    line-height: 25px;
    position: relative;
    border: 1px solid #ddd;
    top: -3px;
    margin-left: 10px;
    color: rgb(10, 213, 120);
}

.syDownList .syDown i {
    padding: 9px 9px;
    font-size: 0;
    position: relative;
    top: -5px;
    background: url(/images/apple.png) no-repeat;
}

.syDownList .syDown .android i {
    background: url(/images/android.png) no-repeat;
}

.glTitle, .newforyyou > a {

    display: block;

    font-size: 18px;

    color: #333333;

    font-weight: bold;

    margin-bottom: 13px;

    text-align: left;

}

.sameModual .glContent, .newforyyou .glContent {

    color: #595959;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 5px;

    padding-right: 30px;
    max-height: 50px;
    overflow: hidden;

}

.sameModual .glLinkTime, .newforyyou .glLinkTime {

    display: block;

    font-size: 12px;

    color: #808080;
    text-align: left;

}

.sameModual .glLinkTime a, .newforyyou .glLinkTime a {

    color: #808080;

    padding-right: 60px;

}

.downLoadModual .downAddress {

    color: #808080;

    font-size: 14px;

    margin: 7px 0;

}

.downAddress a {

    display: inline-block;

    line-height: 20px;

    font-size: 14px;

    width: 86px;

    text-align: center;

    height: 20px;

    border: 1px solid rgb(216, 216, 216);

    margin-right: 18px;

    color: #333333;

}

.downAddress a i {

    display: inline-block;

    width: 8px;

    height: 10px;

    background: url("/images/down.png");

    margin-right: 5px;

}

.downAddress span {

    color: #808080;

}

.pageNewsToggle {

    display: inline-block;

    height: 40px;

    margin-top: 30px;

}

.pageNewsToggle a {

    display: inline-block;

    float: left;

    width: 38px;

    height: 38px;

    text-align: center;

    line-height: 38px;

    border: solid 1px #bcbcbc;

    background: transparent;

    font-size: 14px;

    color: #666;

    cursor: pointer;

    margin-right: 8px;

}
.pageNewsToggle a:hover{
	color:white;
}
.pageNewsToggle .prePage,
.pageNewsToggle .nextPage,
.pageNewsToggle .firstPage,
.pageNewsToggle .lastPage {

    width: 48px;

}

.pageNewsToggle .lastPage {

    margin-right: 0;

}

.pageNewsToggle .checked,
.pageNewsToggle :hover {

    border-color: #fd7601;

    background: #fd7601;

    color: white;

    font-weight: bold;

}

.newsModual {

    width: 655px;

    text-align: center;

}

.newsModual-gl{width:790px;}
.newsModual-gl .newsList .imgContainer,.newsModual-gl .newsList .imgContainer img{width:180px;}

.newsList li {

    border-bottom: 1px solid #dadada;

    padding: 20px 0;

}

.newsList li:after {

    content: '';

    display: block;

    height: 0;

    clear: both;

}

.newsList .imgContainer {

    width: 180px;
    height: 120px;
    float: left;
    margin-right: 15px;
    overflow: hidden;

}

.newsList .imgContainer img {

   /* max-width: 240px;*/

    height: 100%;

    float: left;

}

.newsList .newsContent {

    text-align: left;
/*    width: 400px;*/
    height: 90px;
    margin-bottom: 17px;
    overflow: hidden;
    line-height: 2;
    color: #3b4551;
    font-size: 14px;

}

.newsList .authorTime {

    float: left;

    display: block;

    color: #808080;

    font-size: 12px;

    text-align: left;

}

.newsList .authorTime i {

    width: 11px;

    height: 11px;

    display: inline-block;

    position: relative;

    top: 1px;

    margin-right: 5px;

    background: url("/images/zhong.png");

}

.newsList .authorTime em {

    color: #808080;

    font-size: 12px;

}

.searchContent {

    width: 790px;

}

.searchContent .newsList {
    margin-top: 15px;
    margin-bottom: 45px;

}

.allContent .searchContent .newsList {
    margin-bottom: 70px;
}

/*.searchContent .newsList .imgContainer,*/
/*.searchContent .newsList .imgContainer img {*/

/*    width: 160px;*/

/*    height: 80px;*/

/*}*/

.searchContent .newsList .newsContent {

    line-height: 1.5;

    height: auto;

    width: auto;

}

.searchGame {

    padding-left: 10px;

    padding-top: 10px;

}

.searchGame ul {

    padding: 20px 0;

    border-bottom: 1px solid #dadada;

}

.searchGame li:after {

    content: '';

    display: block;

    height: 0;

    clear: both;

}

.searchGame li {

    float: left;

    width: 390px;

}

.gameLogo {

    width: 120px;
    position: relative;
    height: 160px;

    float: left;
    position: relative;
    margin-right: 18px;

}

.gameLogo:after {
    content: '';
    display: block;
    width: 120px;
    height: 160px;
    background-image: url("/images/bg111.jpg");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.gameLogo span {
    display: block;
    width: 52px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 14px;
    line-height: 26px;
    z-index: 5;
    color: white;
    padding-left: 18px;
    background-image: url("/images/ico.png");
}

.gameLogo .dj {
    background-position: 0 -28px;
}

.gameLogo .wy {
    background-position: 0 0;
}

.gameLogo .sy {
    background-position: 0 -56px;
}

.gameLogo img {

    display: block;
    float: left;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;

}

.gameLogo img.sy, .glModual1 a img.sy {
    width: 96px;
    height: 96px;
    border-radius: 22px;
}

.searchGame .gameData {

    float: left;

}

.gameData .gameTitle {

    font-size: 18px;

    color: #3c3c3c;
    height: 24px;
    width: 210px;
    overflow: hidden;

}

.gameData .gameTitle.gameTitleSy {
    margin-bottom: 10px;
}

.gameData .gameTitle + .gameTitle {

    font-size: 12px;

    color: #8c8c8c;

    margin: 6px auto 12px;
    height: 16px;
    width: 210px;
    overflow: hidden;

}

.gameData p {

    font-size: 12px;
    color: #4c4c4c;
    margin-bottom: 5px;
    width: 210px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.gameData p span {

    color: #8c8c8c;

}

.gameData a {
    margin-top: 11px;
    margin-right: 6px;
    display: inline-block;
    width: 78px;
    height: 24px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    /*    color: #9e9e9e;*/
    color: rgb(244, 113, 56);
    border-color: rgb(244, 113, 56);
}
.gameData a:hover{
	background:rgb(244, 113, 56);
	color:white;
}
.gameData .color_orange {

    color: rgb(244, 113, 56);
    border-color: rgb(244, 113, 56);
}
.gameData .color_orange:hover{
	color:white;
	background:rgb(244, 113, 56);
}
.gameData .color_blue {
    color: #039ed9;
    border-color: #039ed9;
}
.gameData .color_blue:hover{
	color:white;
	background:#039ed9;
}
.lrList {

    margin: 30px auto 0px;

}

.lrList li {

    padding-left: 10px;

    height: 36px;

    line-height: 36px;

}

.lrList a {

    display: block;

    float: left;

    max-width: 690px;

    height: 20px;

    overflow: hidden;

    text-align: left;

    font-size: 14px;

    line-height: 20px;

    color: #3c3c3c;

}

.lrList em {

    display: block;

    width: 90px;

    text-align: right;

    height: 20px;

    font-size: 14px;

    line-height: 20px;

    float: right;

    color: #a8a8a8;

}

.highlight {

    color: #f47138 !important;

}

.titleFront {
    color: #f47138;
    float: left;
    margin-right: 15px;
    border-right: 2px solid #f47138;
    display: block;
    padding-right: 8px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-top: 3px;
}

.titleFront:before {
    content: '';
    display: block;
    float: left;
    height: 20px;
    background-image: url("/images/ico1.png")
}

.titleFront.dj:before {
    width: 22px;
    background-position: -20px 0;
    margin-right: 6px;
}

.titleFront.wy:before {
    width: 14px;
    background-position: -41px 0;
    margin-right: 14px;
}

.titleFront.sy:before {
    width: 21px;
    background-position: 0 0;
    margin-right: 7px;
}

.titleFront.qt:before {
    margin-right: 8px;
    width: 20px;
    background-position: -55px 0;
}

.partNoResult {
    height: 44px;
    padding-top: 20px;
}

.partNoResult p {

    height: 41px;
    line-height: 41px;
    /* width: 360px; */
    max-width: 790px;
    margin: auto;
    /* overflow: hidden; */
    text-align: center;
    word-wrap: break-word;
       font-size: 14px;
    color: #3b4551;
}

.partNoResult p span {
    display: inline-block;
    width: 41px;
    height: 41px;
    position: relative;
    top: 15px;
    margin-right: 12px;
    color:#3b4551;
    /* float: left; */
    background: url(/images/sorry.png) no-repeat;
}

.noResult {
    height: 600px;
    padding-top: 50px;
    width: 790px;
}

.noResult p {
    height: 41px;
    line-height: 41px;
    max-width: 790px;
    margin: 0 auto 15px;
    text-align: center;
    word-wrap: break-word;
    font-size:16px;color:#3b4551;
}

.noResult p span {
    display: inline-block;
    width: 41px;
    height: 41px;
    position: relative;
    top: 18px;
    margin-right: 12px;
    background: url(/images/sorry.png) no-repeat;
}

.noResult .suggest {
    display: block;
    width: 290px;
    margin: auto;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size:14px;
    color:#3b4551;
}

/*ddddd*/
.wyfh li {

    padding: 25px 0;

    text-align: left;

    border-bottom: 1px solid #dadada;

}

.wyDown {
    color: #808080;
}

.wyDownList li {
    padding: 18px 0;
    text-align: left;
    border-bottom: 1px solid #dadada;
}

.wyDownList li:after {
    clear: both;
    content: '';
    height: 0;
    display: block;
}

.wyDownList li img {
    width: 140px;
    height: 100px;
}

.wyDownList li p {
    float: left;
    margin-right: 18px;
}

.wyDownList li .wyDownTitle {
    display: block;
    float: left;
    width: 615px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 8px;
}

.wyDownList .wyDown {
    float: left;
    width: 615px;
}

.wyDownList .wyDown span {
    color: #808080;
    font-size: 14px;
    padding: 0 2px;
}

.wyDownList .into {
    margin-top: 11px;
    margin-right: 6px;
    display: inline-block;
    width: 78px;
    height: 24px;
    border-radius: 2px;
    border: solid 1px rgb(244, 113, 56);
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    /* color: #9e9e9e; */
    color: rgb(244, 113, 56);
}


/*ad*/
.partial_left_top{
	 max-width: 790px;
/*    height: 105px;*/
    overflow: hidden;
}
.blockuzi{
	max-width:300px;
	overflow:hidden;
	margin-top:30px;
}
/* 视频结果 */
.small-box{overflow: hidden;width: 804px;margin: auto;padding-top:20px;}
.small-box a{float: left;margin: auto 7px;margin-bottom: 13px;width: 187px;height: 150px;}
.small-box a img{width: 100%;height: 105px;display: block;border-radius: 8px;}
.small-box a p{height: 34px;overflow: hidden;display: block;width: 100%;text-align: left;color: #454545;font-size: 14px;line-height: 17px;margin-top: 5px;}
.small-box a:hover p{color: #ff2d22;}