/*攻略页内容*/
#strategy-container {
    margin: auto;
    width: 1200px;
    overflow: hidden;
}

#strategy-content {
    padding: 15px 20px 20px;
    width: 860px;
    box-sizing: border-box;
    overflow: hidden;
    background: white;
    position: relative;
}
.strategy-content .strategy-main-content h3{
    background:url("/images/h3left.png") no-repeat;
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px;
    text-indent: 20px;
}
#strategy-content .strategy-content {
    padding-bottom: 58px;
    border-bottom: 1px solid #e6e6e6;
}

.strategy-type-ul {
    text-align: center;
    position: absolute;
    top: 6px;
    margin: auto;
    left: 210px;
}

.strategy-type-ul .strategy-type-li {
    display: inline;
    font-size: 14px;
    color: #555555;
    padding: 0 10px;
    cursor: pointer;
}

.strategy-type-ul .strategy-type-li.checked {
    font-size: 16px;
    color: #05bcc6;
    font-weight: bold;
}

.strategy-li {
    height: 112px;;
    width: 780px;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.strategy-li:first-child {
    padding-top: 12px;
}

.strategy-right-img {
    width: 200px;
    height: 112px;
    background-color: #f2f2f2;
    display: block;
}

.strategy-li div.fr {
    width: 560px;
    height: 112px;
}

.strategy-li .strategy-link {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: block;
    overflow: hidden;
}

.strategy-li .strategy-link:hover {
    color: rgb(5, 188, 198);
    text-decoration: underline;
}

.strategy-li .strategy-describe {
    font-size: 14px;
    width: 100%;
    color: #888888;
    line-height: 22px;
    height: 42px;
    margin: 10px auto 16px;
    overflow: hidden;
}

.strategy-right-info {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #999999;
}

.strategy-right-info span {
    padding-right: 20px;
}

.strategy-right-info i, .strategy-right-info b {
    padding: 8px;
    font-size: 0;
    background: url(../images/ico.png) no-repeat -115px -76px;
    position: relative;
    top: -3px;
    margin-right: 6px;
}

.strategy-right-info b {
    background-position: -133px -76px;
}

.load-more {
    width: 83px;
    height: 16px;
    line-height: 16px;
    text-align: right !important;
    margin: 60px auto;
    display: block;
    background: url(../images/loading.gif) no-repeat;
    background-size: 16px 16px;
    color: #999999;
}

.strategy-content {
    width: 100%;
}

.strategy-content .strategy-name {
    line-height: 42px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin: 20px 0;
}

.strategy-content .strategy-name a {
    color: #333333;
}

.strategy-content .strategy-info {
    text-align: center;
    font-size: 14px;
    color: #999999;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.strategy-content .strategy-info span {
    margin-right: 40px;
}

.strategy-content .strategy-game-info {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.strategy-game-info {
    overflow: hidden;
}

.strategy-game-info .game-logo {
    width: 90px;
    height: 90px;
    background-color: #e6e6e6;
    border-radius: 18px;
    float: left;
}

.strategy-game-info .game-info {
    float: left;
    width: 380px;
    height: 90px;
    text-align: left;
    padding-left: 20px;
}

.game-info h2,
.game-info a {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.game-info a:hover {
    color: rgb(5, 188, 198);
    text-decoration: underline;
}

.game-info .game-type {
    font-size: 12px;
    color: #666666;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0 8px;
}

.game-info .game-type span {
    margin-right: 60px;
}

.game-info .game-label {
    font-size: 12px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.game-info .game-label a {
    margin-right: 18px;
    line-height: 20px;
    font-size:12px;
    color: #999999;
}

.strategy-game-info .game-down-type {
    float: left;
    overflow: hidden;
    width: 267px;
}

.strategy-game-info .game-down-type a {
    display: block;
    width: 130px;
    height: 36px;
    background-color: #05bcc6;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 14px;
    text-align: center;
    line-height: 36px;
    margin-top: 2px;
}
.strategy-game-info .game-down-type a.go-nozq{
    color: #05bcc6;
    background-color: #ffffff;
    border:1px solid #05bcc6;
}


.game-down-type .android-down i {
    width: 18px;
    height: 21px;
    display: inline-block;
    font-size: 0;
    position: relative;
    top: 6px;
    left: -7px;
    background: url(../images/ico.png) no-repeat -156px -73px;
}

.game-down-type .ios-down i {
    width: 18px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    position: relative;
    top: 3px;
    left: -6px;
    background: url(../images/ico.png) no-repeat -178px -73px;
}

.game-down-type>div {
    width: 80px;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.game-down-type #output{
    margin-bottom: 3px;
    width: 100%;
    text-align: center;
}

.strategy-content .strategy-main-content {
    line-height: 30px;
    padding: 20px 0;
    font-size: 16px;
    color: #444444;
}
.strategy-content .strategy-main-content td{
    text-align: left;
}

.strategy-content .strategy-main-content img {
    margin: 18px auto;
    max-width: 92%;
    display: block;
}

.strategy-content .strategy-main-content p {
    text-align: left;
    line-height: 28px;
    color: #444444;
    font-size: 16px;
    margin:14px auto;
    word-wrap: break-word;
}
.strategy-content .strategy-main-content iframe{
    width: 580px;
    height: 400px;
}
.strategy-content .strategy-main-content td p{
    text-align: left;
    color: black;
    font-size: 14px;
    margin:0;
}
.strategy-content .strategy-main-content p a{
    color: blue;
}
.strategy-content .strategy-main-content p a:hover{
    color: rgb(5,188,198);
}
.strategy-content .strategy-main-content table caption {
    word-break: break-all;
    background-color: #05bcc6;
    text-align: center;
    color: #fff;
}
.strategy-content .strategy-main-content table{
    margin:0 auto;
}
.strategy-content .strategy-main-content table tr td {
    padding: 2px 4px;
    border: 1px solid #ccc;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.strategy-content .strategy-main-content table tr td a:hover {
    color: #05bcc6;
}
.strategy-content .strategy-main-content h4 {
    text-align: left;
    color: #444444;
    font-weight: bold;
    margin: 20px 0;
    font-size: 16px;
}

#strategy-content .strategy-operation {
    color: #888888;
    text-align: center;
    margin: 30px 0 0;
}

.strategy-operation > div {
    display: inline-block;
    margin-right: 50px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;

}

.strategy-operation > div:hover {
    color: #05bcc6;
}

.strategy-operation > div > i {
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 8px;
    background: url(../images/ico.png) no-repeat;
    position: relative;
    top: 5px;
}

.strategy-operation .admire-btn i {
    background-position: 0 -121px;
}

.strategy-operation .admire-btn:hover i {
    background-position: 0 -149px;
}

.strategy-operation .phone-btn i {
    width: 18px;
    background-position: -27px -121px;
}

.strategy-operation .phone-btn:hover i {
    background-position: -27px -149px;
}

.strategy-operation .collection-btn i {
    background-position: -48px -121px;
}

.strategy-operation .collection-btn:hover i {
    background-position: -48px -149px;
}

.strategy-operation .share-btn i {
    background-position: -76px -121px;
}

.strategy-operation .share-btn:hover i {
    background-position: -76px -149px;
}

.strategy-operation .phone-btn,
.strategy-operation .share-btn {
    position: relative;
}

.strategy-operation .phone-btn .app-code {
    position: absolute;
    top: 36px;
    left: -18px;
    width: 98px;
    height: 98px;
    border: 1px solid #e6e6e6;
    display: none;
    background: white;
    z-index: 33;
}

.phone-btn .app-code img {
    display: block;
    width: 86px;
    height: 86px;
    margin: 6px;
}

.strategy-operation .phone-btn:hover .app-code {
    display: block;
}

.strategy-operation .share-container {
    position: absolute;
    top: 36px;
    left: -108px;
    border: 1px solid #e6e6e6;
    padding: 12px 0 4px;
    width: 262px;
    display: none;
    background: white;
    z-index: 10;
}

.share-btn .share-container a {
    display: inline-block;
    width: 52px;
    height: 60px;
    margin: 6px;
    color: #888888;
    text-align: center;
    float: left;
}

.share-btn .share-container a b {
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url(../images/ico.png) no-repeat 0 -183px;
}

.share-btn .share-container a:hover {
    color: #05bcc6;
}

.share-btn .share-container a:hover b {
    background-position: 0 -215px;
}

.share-btn .share-container .share-weibo b {
    background-position: -32px -183px;
}

.share-btn .share-container .share-weibo:hover b {
    background-position: -32px -215px;
}

.share-btn .share-container .share-qq b {
    background-position: -64px -183px;
}

.share-btn .share-container .share-qq:hover b {
    background-position: -64px -215px;
}

.share-btn .share-container .share-qqkj b {
    background-position: -96px -183px;
}

.share-btn .share-container .share-qqkj:hover b {
    background-position: -96px -215px;
}

.strategy-operation .share-btn:hover .share-container {
    display: block;
}

/*相关*/
.relevant-container {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 12px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 22px;
}

.strategy-relevant {
    float: left;
    width: 50%;

}

.gift-relevant {
    float: left;
    width: 280px;

}

.strategy-relevant .title-container {
    margin-bottom: 18px;
}

.relevant-container .title-container {
    margin-bottom: 20px;
}
.relevant-container .title-container a{
    margin:5px 20px 0 0;
}
.strategy-relevant .normal-a {
    margin-top: 10px;
}

.strategy-relevant .normal-a span {
    width: 375px;

}

.index-gift-container li {
    overflow: hidden;
    margin-bottom: 18px;
    width: 280px;
}

.index-gift-container li > div {
    float: left;
}

.index-gift-container .gift-title {
    width: 150px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.index-gift-container .gift-title:hover {
    color: rgb(5, 188, 198);
}

.index-gift-container .gift-num-container {
    width: 150px;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}

.index-gift-container .gift-num-container div {
    width: 105px;
    height: 12px;
    background-color: #ececec;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 2px;
}

.index-gift-container .gift-num-container div i {
    display: block;
    width: 60%;
    height: 12px;
    background-color: #9dd6e0;
}

.index-gift-container .get-gift {
    width: 62px;
    height: 28px;
    background-color: #ececec;
    border-radius: 14px;
    line-height: 28px;
    color: #333333;
    display: block;
    float: right;
    margin-top: 14px;
    text-align: center;
}

.index-gift-container .get-gift:hover {
    background-color: #05bcc6;
    color: #fffefe;
}

.toggle-title {
    text-align: center !important;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #808080;
}

.page-title-container {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    padding: 23px 25px 10px;
    border: solid 1px #eeeeee;
    margin: 28px auto 20px;
}

.page-title-container a {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808080;
}

.page-title-container a:hover,
.page-title-container a.checked {
    color: #05bcc6;
}

.zt-gq{
    margin: 30px 0;
}

#zt-gq{
    margin-top: 10px;
    overflow: hidden;
    display: block;
}

.zt-gq .gq_list ul li{
    float: left;
    width: 156px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px 10px 0;
}
.zt-gq .gq_list ul li:nth-child(5n){
    margin-right: 0;
}
.zt-gq .gq_list ul li a{
    display: block;
    float: left;
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 134px;
}
.zt-gq .gq_list .gqbiaoshi{
    display: none;
    overflow: hidden;
}
.zt-gq .gq_list .gqbiaoshi ul{
    overflow: hidden;
}
.zt-gq .gq_list .gqbiaoshi.ztbutton1{
    display: block;
}
.ztbutton{
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 23px;
    cursor: pointer;
    line-height: 30px;
}
.zt-gq a.ztbutton:first-child{
    color: #05bcc6;
}
.zt-gq .gq_list ul li a:hover {
    color: #05bcc6;
}
.gl-prev a{
    color: #05bcc6;
    font-size: 16px;
    margin-top: 20px;
}
.gl-prev a:nth-child(1){
    float: left;
}
.gl-prev a:nth-child(2){
    float: right;
}

.game-ranking {
    width: 85%;
	margin-top: 10px!important;
}
.game-ranking-ul{
    padding: 0;
}
.game-ranking-ul li {
    padding: 15px 20px;
	margin:0 auto;
    margin-top: 10px;
    display: table;
    width: 93%;
    box-sizing: border-box;
    background: #f2f2f2;
}
.game-ranking-ul li.gameLiBottom{
    padding: 0;
    background: #fff;
    text-align: center;
    margin-top: 0;
}
.game-ranking-ul li a{
	float:left;
}

.game-ranking-ul img {
    width: 90px;
    height: 90px;
    max-width: 100%!important;
    border-radius: 22%;
	margin:0!important;
}
.game-ranking-ul .ranking-content {
    width: 380px;
    flex-direction: column;
    float: left;
    justify-content: space-between;
    align-items: flex-start;
    height: 90px;
    margin-left: 20px;
    display: inline-block;
}
.game-ranking-ul .ranking-content>a {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333;
    text-decoration: none;
}
.game-ranking-ul .ranking-content span {
    margin-right: 10px
}
.game-ranking-ul .ranking-content .game-info {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    word-break: break-all;
}
.game-ranking-ul .ranking-content .game-info span{
    color: #999999;
    font-size: 14px;
}
.game-ranking-ul .ranking-content .game-label span{
    color: #999999;
}
.game-ranking-ul .ranking-content .game-info b {
    color: #ffb14b;
    margin-right: 0.2rem;
    font-weight: normal;
}
.game-ranking-ul .ranking-content .game-label {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    word-break: break-all;
}
.game-ranking-ul .ranking-content .game-label a {
    border-radius: 10px;
    border: solid 1px #999999;
    padding: 10px 5px;
    color: #999999;
    margin-right:10px;
}
.game-ranking-ul .game-detail {
    width: 100px;
    height: 50px;
    background-color: #05bcc6;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
	float: right;
    margin-top: 20px;
    display: inline-block;
}

.srcnav {
    overflow: hidden;
    position: relative;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
}

.srcnav li {
    display: inline-block;
    padding: 0!important;
}
.srcnav .on {
    color: #05bcc6;
}
.srcnav li a {
    display: inline-block;
    height: 36px;
    font-size: 14px;
    overflow: hidden;
    padding: 0 10px;
    color: #333333;
}
.plist3 {
    margin: 5px 0 0;
    display: none;
}
.plist3:first-child{
    display: inline-block;
    width: 100%;
}
.strategy-hero{
    background: white;
    padding: 0 0.24rem 0;
    border-bottom: 0.24rem solid #eeeeee;
}
.plist3 li {
    height: 98px;
    margin-top: 5px;
    padding: 0 4px;
}
.plist3 li {
    float: left;
    width: 14%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 0 2px;
    box-sizing: border-box;
}
.plist3 li a {
    color: #666666;
}
.plist3 img {
    width: 67px;
    height: 67px;
}
.plist3 img {
    display: block;
    margin: 0 auto 2px;
    border: 1px solid #c8c8c8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.game-ranking .new-ranking-ul{
    padding: 0;
}
.new-ranking-ul li{
    padding:13px;
    box-sizing: border-box;
    width:83%;
    display: table;
	background: #f2f2f2;
	margin: 0 auto;
}
.new-ranking-ul li a{float:left;}
.new-ranking-ul li div{width:345px;float:right;}
.new-ranking-ul li img {
    width: 190px;
    height: 95px;
    margin: 0 15px 0 0!important;
    max-width: 100%;
    border-radius: 8px;
}
.new-ranking-ul li.gameLiBottom{
    padding: 0;
    background: #fff;
    text-align: center;
    margin-top: 0;
}
.new-ranking-ul li.gameLiBottom span{
    font-size: 16px;
}
.new-ranking-ul li div a{
    color: #333333;
    text-decoration: none;
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
}
.new-ranking-ul li div a+a{
    height: 26px;
    line-height: 26px;
    width: 114px;
    border: #05bcc6 2px solid;
    border-radius: 8px;
    text-align: center;
    float: right;
    margin-bottom: 0;
    color: #05bcc6;
    font-size:16px;
}

/*新加h3标签样式(6种样式*8个颜色=48)start*/
/*第1种样式*/
.strategy-content .strategy-main-content h3.h3_1_1{
    background: url(../images/h3bg/a1.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_1:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_1 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_1 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_2{
    background: url(../images/h3bg/a2.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_2:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_2 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_2 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_3{
    background: url(../images/h3bg/a3.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_3:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_3 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_3 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_4{
    background: url(../images/h3bg/a4.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_4:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_4 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_4 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_5{
    background: url(../images/h3bg/a5.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_5:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_5 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_5 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_6{
    background: url(../images/h3bg/a6.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_6:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_6 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_6 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_7{
    background: url(../images/h3bg/a7.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_7:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_7 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_7 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_8{
    background: url(../images/h3bg/a8.png);
    background-size: 100%;
    height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_8:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_1_8 strong{
    color:#000;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_1_8 strong:before{
    display:none;
}
/*第2种样式*/
.strategy-content .strategy-main-content h3.h3_2_1{
    background: url(../images/h3bg/b1.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_1:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_1 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_1 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_2{
    background: url(../images/h3bg/b2.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_2:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_2 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_2 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_3{
    background: url(../images/h3bg/b3.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_3:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_3 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_3 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_4{
    background: url(../images/h3bg/b4.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_4:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_4 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_4 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_5{
    background: url(../images/h3bg/b5.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_5:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_5 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_5 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_6{
    background: url(../images/h3bg/b6.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_6:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_6 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_6 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_7{
    background: url(../images/h3bg/b7.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_7:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_7 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_7 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_8{
    background: url(../images/h3bg/b8.png);
    background-size: 100%;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_2_8:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_2_8 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_2_8 strong:before{
    display:none;
}
/*第3种样式*/
.strategy-content .strategy-main-content h3.h3_3_1{
    background: url(../images/h3bg/c1.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_1:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_1 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_1 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_2{
    background: url(../images/h3bg/c2.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_2:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_2 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_2 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_3{
    background: url(../images/h3bg/c3.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_3:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_3 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_3 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_4{
    background: url(../images/h3bg/c4.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_4:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_4 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_4 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_5{
    background: url(../images/h3bg/c5.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_5:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_5 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_5 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_6{
    background: url(../images/h3bg/c6.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_6:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_6 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_6 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_7{
    background: url(../images/h3bg/c7.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_7:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_7 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_7 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_8{
    background: url(../images/h3bg/c8.png);
    background-size: 100%;
    border-radius: 17px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_3_8:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_3_8 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_3_8 strong:before{
    display:none;
}
/*第4种样式*/
.strategy-content .strategy-main-content h3.h3_4_1{
    background: url(../images/h3bg/d1.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_1:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_1 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_1 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_2{
    background: url(../images/h3bg/d2.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_2:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_2 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_2 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_3{
    background: url(../images/h3bg/d3.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_3:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_3 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_3 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_4{
    background: url(../images/h3bg/d4.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_4:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_4 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_4 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_5{
    background: url(../images/h3bg/d5.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_5:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_5 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_5 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_6{
    background: url(../images/h3bg/d6.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_6:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_6 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_6 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_7{
    background: url(../images/h3bg/d7.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_7:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_7 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_7 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_8{
    background: url(../images/h3bg/d8.png);
    display: inline-block;
    background-size: 100%;
    border-radius: 5px;
    height:34px;
    text-indent: 15px;
}
.strategy-content .strategy-main-content h3.h3_4_8:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_4_8 strong{
    color:#fff;
    padding-right:15px;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_4_8 strong:before{
    display:none;
}
/*第5种样式*/
.strategy-content .strategy-main-content h3.h3_5_1{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #54a4ff;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_1 strong{
    color:#54a4ff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_1 strong:before{
    background: #54a4ff;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
.strategy-content .strategy-main-content h3.h3_5_2{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #6bc52e;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_2 strong{
    color:#6bc52e;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_2 strong:before{
    background: #6bc52e;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
.strategy-content .strategy-main-content h3.h3_5_3{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #ffba00;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_3 strong{
    color:#ffba00;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_3 strong:before{
    background: #ffba00;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
.strategy-content .strategy-main-content h3.h3_5_4{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_4:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #ff6854;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_4 strong{
    color:#ff6854;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_4 strong:before{
    background: #ff6854;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
.strategy-content .strategy-main-content h3.h3_5_5{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_5:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #26d7e7;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_5 strong{
    color:#26d7e7;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_5 strong:before{
    background: #26d7e7;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
.strategy-content .strategy-main-content h3.h3_5_6{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_6:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #4b7aff;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_6 strong{
    color:#4b7aff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_6 strong:before{
    background: #4b7aff;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
.strategy-content .strategy-main-content h3.h3_5_7{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_7:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #b027ff;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_7 strong{
    color:#b027ff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_7 strong:before{
    background: #b027ff;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
.strategy-content .strategy-main-content h3.h3_5_8{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_5_8:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #f535ee;
    opacity: 0.2;
}
.strategy-content .strategy-main-content h3.h3_5_8 strong{
    color:#f535ee;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_5_8 strong:before{
    background: #f535ee;
    border-radius: initial;
    height: 34px;
    top: -5px;
    position:initial;
    float:left;
}
/*第6种样式*/
.strategy-content .strategy-main-content h3.h3_6_1{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #54a4ff;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_1 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_1 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_6_2{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #6bc52e;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_2 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_2 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_6_3{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #ffba00;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_3 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_3 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_6_4{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_4:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #ff6854;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_4 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_4 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_6_5{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_5:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #26d7e7;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_5 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_5 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_6_6{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_6:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #4b7aff;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_6 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_6 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_6_7{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_7:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #b027ff;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_7 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_7 strong:before{
    display:none;
}
.strategy-content .strategy-main-content h3.h3_6_8{
    position: relative;
    height:34px;
    background: none;
}
.strategy-content .strategy-main-content h3.h3_6_8:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #f535ee;
    border-radius:15px;
}
.strategy-content .strategy-main-content h3.h3_6_8 strong{
    color:#fff;
    line-height:34px;
}
.strategy-content .strategy-main-content h3.h3_6_8 strong:before{
    display:none;
}
/*新加h3标签样式(6种样式*8个颜色=48)end*/
.strategy-content .strategy-main-content h3 strong {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
    line-height: 25px;
    position: relative;
    text-align: left;
    text-indent: 15px;
}
.newsbox {margin-top: 20px}
.newsbox::after{clear:both;content:'';display:block;width:100%;height:0}
.newsbox .newsleft{float:left;width:820px;height:295px;background-color:#fff;border-radius:5px;overflow:hidden;box-sizing:border-box;}
.newsbox .newsleft .lefttop{width:100%;overflow:hidden}
.newsbox .newsleft .newslist{float:left;width:386px}
.newsbox .newsleft .newslist:first-child{margin-right:27px}
.newsbox .newsleft .newslist .newsbig{margin-top:28px;width:100%;display:block;overflow:hidden;height:100px}
.newsbox .newsleft .newslist .newsbig img{width:160px;height:100px;border-radius:4px;float:left;margin-right:12px}
.newsbox .newsleft .newslist .newsbig p{float:left;width:200px;color:#404040;font-size:14px;line-height:25px;height:100%;overflow:hidden}
.newsbox .newsleft .newslist .newsin{margin-top:10px;width:100%}
.newsbox .newsleft .newslist .newsin li{display:block;width:100%;height:30px;line-height:30px;position:relative;text-indent:15px;overflow:hidden}
.newsbox .newsleft .newslist .newsin li::before{position:absolute;top:12px;left:0;content:'';display:block;width:8px;height:9px;background-color:#eaeaea;border-radius:2px}
.newsbox .newsleft .newslist .newsin li a{color:#404040;font-size:14px}
.newsbox .newsleft .newslist .newsin li:hover a{color:#05bcc6}
.newsbox .newsleft .leftbottom{margin-top:10px}
.newsbox .newsleft .leftbottom .patchin{margin-top:20px}
.newsbox .newsleft .leftbottom li{display:block;float:left;width:50%;height:30px;line-height:30px;position:relative;text-indent:15px;overflow:hidden}
.newsbox .newsleft .leftbottom li::before{position:absolute;top:12px;left:0;content:'';display:block;width:8px;height:9px;background-color:#eaeaea;border-radius:2px}
.newsbox .newsleft .leftbottom li a{color:#404040;font-size:14px}
.newsbox .newsleft .leftbottom li:hover a{color:#05bcc6}


.game_recommend{width:860px;margin-left:-20px;height:250px;overflow:hidden;}
.game_recommend::after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.game_recommend_item{width:166px;height:233px;background-color:#fff;border-radius:10px;float:left;margin-left:5px;margin-top:13px}
.game_recommend_item_img{margin:16px auto 0;width:110px;height:110px;background-color:#e6e6e6;border-radius:24px}
.game_recommend_item_name{height:16px;font-size:14px;font-weight:bold;font-stretch:normal;line-height:16px;letter-spacing:0;color:#333;margin-top:13px;text-align:center;    overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.game_recommend_item_info{height:14px;font-size:14px;font-weight:normal;font-stretch:normal;line-height:14px;letter-spacing:0;color:#919191;margin-top:12px;text-align:center}
.game_recommend_item_button{display:block!important;width:80px;height:30px;background-color:#05bcc6;border-radius:15px;margin:18px auto 0;font-size:14px;font-weight:normal;font-stretch:normal;line-height:30px;letter-spacing:0;color:#fff;text-align:center}
.game_recommend_item_button:link,.game_recommend_item_button:visited{color:#fff}
.game_recommend a,.game_recommend div{text-align: center}


.rac_b{display: none}
.rac_a{margin-top: 5px}
.common-rank-ul li.open .rac_a{display: none;margin-top: 0}
.common-rank-ul li.open .rac_b{display:block}
.common-rank-li {  margin-top: 15px;  }

.ztchild_more{display:table;width:100%;height:42px}
.ztchild_more span {
    width: 820px;
    height: 32px;
    background-color: #f6f6f6;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    display:table;
    text-align:center;line-height:32px;cursor:pointer;
}
.ztchild_more i{
    background: url(../images/gl_down.png) no-repeat;
    width: 23px;
    height: 19px;
    display: inline-block;
    background-position: 2px 4px;
}
.ztchild_more i.active{
    background: url(../images/gl_top.png) no-repeat;
    background-position: 2px 4px;

}
.ztchild_more:not(.checked){background-image:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 10%,rgba(255,255,255,1) 50%);height:72px;margin-top:-66px;padding-top:66px;position:relative}

/*子分类内页*/
.zt-ztmod-Self{
    width: 840px;
    background-color: #fff;
    padding: 0 0 10px 20px;
}


.zjcon_r_nav li{
    height:30px;
    line-height:30px;
    float:left;
    display:inline-block;
    font-size:14px;
    cursor:pointer;
    width: 100px;
    border-radius: 5px;
    border:1px solid #05bcc6;
    color: #05bcc6;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.zjcon_r_nav li.curr{
    background:#05bcc6;
    color:#fff;
    border:1px solid #05bcc6;
}
.zjcon_r_con{
    width:100%;
    display:inline-block;
}

.zjcon_r_con_one{
    width:100%;
    height:100%;
}
.zjcon_r_con_one.curr{
    display:inline-block;
}
.hide {
    display: none;
}
.diycon{
    width:100%;
    margin:0 auto;
    overflow:hidden;
    display:inline-block;
    margin-top: 11px;
}

.diypic{
    width:100%;
    overflow:hidden;
    display:inline-block;
}
.diytw{
    width:100%;
    overflow:hidden;
    display:inline-block;
    margin-top: 29px;
    margin-bottom: 15px;
}
.flexbtn{
    width:100%;
    height:38px;
    display:table;
    position:relative;
}
.flexbtn:not(.open){
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 10%,rgba(255,255,255,1) 50%);
}
.flexbtn span{
    width:200px;
    height:38px;
    line-height:38px;
    display:table;
    border:#ccc 1px solid;
    border-radius:10px;
    margin:0 auto;
    cursor:pointer;
    text-align: center;
}
.zjcon_r_con .slink{
    width:114px;
    height:28px;
    line-height:28px;
    overflow:hidden;
    border:#ccc 1px solid;
    border-radius:14px;
    float:left;
    margin:10px 15px;
    display:inline-block;
}

.zjcon_r_con .llink{
    width: 98px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border: #ccc 1px solid;
    float: left;
    margin: 10px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0 45px;
}
.zjcon_r_con .llink:nth-child(4n+1){
    margin-left: 0;
}
.zjcon_r_con .llink:nth-child(4n){
    margin-right: 0;
}
.zjcon_r_con .llink:hover{
    color:#05bcc6;
    border: #05bcc6 1px solid;
}
.hotLabelSwiper .swiper-wrapper a:hover{
    border: 1px solid #05bcc6;
    color: #fff;
    background-color:#05bcc6 ;
}
.hotLabelSwiper .swiper-wrapper a:nth-child(4n+1){
    margin-left: 0;
}
.zjcon_r_con .diypic{
    margin-top: 30px;
}
.zjcon_r_con .plink{
    width: 120px;
    height: 181px;
    overflow: hidden;
    float: left;
    display: inline-block;
    text-align: center;
    margin-right: 47px;
}
.zjcon_r_con .plink:nth-child(5n){
    margin-right: 0;
}
.zjcon_r_con .plink:nth-child(5n+1){
    margin-left: 20px;
}
.zjcon_r_con .plink img{
    width: 120px;
    height: 120px;
    border-radius: 20px;
}
.zjcon_r_con .plink span{
    width: 104px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.zjcon_r_con .vlinkimg{
    width: 255px;
    height: 127px;
    overflow: hidden;
    float: left;
    display: inline-block;
    text-align: center;
    margin-right:20px;
    position: relative;
}
.zjcon_r_con .vlinkimg:hover span{
    color: #05bcc6;
}
.zjcon_r_con .vlinkword:hover{
    color:#05bcc6;
    border: #05bcc6 1px solid;
}
.zjcon_r_con .vlinkimg:nth-child(3){
    margin-right: 0;
}

.zjcon_r_con .vlinkword{
    width: 98px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border: #ccc 1px solid;
    float: left;
    margin: 20px 20px 0 0;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 0 42px;
}

.zjcon_r_con .vlinkimg img{
    width: 255px;
    height: 127px;
    border-radius: 10px;
}
.zjcon_r_con .vlinkimg span{
    width: 255px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    text-align: center;

}
.zjcon_r_con_tone{
    width: 100%;
    height: 30px;
}
.zjcon_r_con_tone em{
    width:20px;
    height:20px;
    line-height:20px;
    background:#ff5c00;
    color:#fff;
    float:left;
    margin-top:5px;
    margin-right:5px;
    display:inline-block;
    border-radius:4px;
}
.zjcon_r_con_tone i{
    width:20px;
    height:20px;
    line-height:20px;
    background:#ffb289;
    color:#fff;
    float:left;
    margin-top:5px;
    margin-right:5px;
    display:inline-block;
    border-radius:4px;
}
.zjcon_r_con_tone a{
    width:600px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    text-align: left;
    font-size: 14px;
    display:inline-block;
}
.zjcon_r_con_tone span{
    width: 95px;
    height: 14px;
    background:url(../images/star_top.png) no-repeat;
    float: right;
    margin-top:8px;
    display:inline-block;
}
.zjcon_r_con_tone span p{
    height:14px;
    background:#fff;
    float:left;
    display:inline-block;
}
#newgl{
    overflow:hidden;
}
.zjcon_r_con_none{
    width:100%;
    height:120px;
    margin-top:15px;
    padding-bottom:15px;
    border-bottom:#eee 1px solid;
    display:none;
}
.zjcon_r_con_none_pic{
    width:200px;
    height:100%;
    float:left;
}
.zjcon_r_con_none_pic a{
    float:left;
}
.zjcon_r_con_none_pic img{
    width:180px;
    height:120px;
    border-radius:10px;
}
.zjcon_r_con_none_tit{
    width: 530px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-align:left;
}
.zjcon_r_con_none_con{
    width: 530px;
    height: 66px;
    line-height: 22px;
    margin-top: 5px;
    overflow: hidden;
    color: #666;
    float: left;
    text-align:left;
}
.zjcon_r_con_none_info{
    width: 530px;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
    font-size: 12px;
    color: #aaa;
    float: left;
}
.zjcon_r_con_none_info span{
    float:left;
    display:inline-block;
}
.zjcon_r_con_none_info p{
    float:right;
    display:inline-block;
}
.zjcon_r_con_page{
    width:100%;
    height:50px;
    margin:20px 0;
}
.zjcon_r_con_page a{
    height:28px;
    line-height:28px;
    border:#888 1px solid;
    padding:0 10px;
    margin-top:5px;
    margin-right:5px;
    display:inline-block;
    cursor:pointer;
}
.zjcon_r_con_page a.cpage{
    background:#fd7601;
    color:#fff;
    border:#fd7601 1px solid;
}
.zjcon_r_con_page a.hpage{
    display:none;
}
.zjcon_r_con_lone{width:100%;height:30px;display:none}
.zjcon_r_con_lone.zjcon_r_con_lone_line{border-bottom:#ccc 1px dotted;padding-bottom:20px;margin-bottom:20px}
.zjcon_r_con_lone_l{width:630px;height:30px;line-height:30px;overflow:hidden;background:url(../images/transparent.gif) no-repeat left center;text-indent:8px;float:left;text-align:left}
.zjcon_r_con_lone_r{width:100px;height:30px;line-height:30px;overflow:hidden;float:right;text-align:right;color:#888}
.zjcon_r_con_lpage{
    width:100%;
    height:50px;
    margin:20px 0;
}
.zjcon_r_con_lpage a{
    height:28px;
    line-height:28px;
    border:#888 1px solid;
    padding:0 10px;
    margin-top:5px;
    margin-right:5px;
    display:inline-block;
    cursor:pointer;
}
.zjcon_r_con_lpage a.cpage{
    background:#fd7601;
    color:#fff;
    border:#fd7601 1px solid;
}
.zjcon_r_con_lpage a.hpage{
    display:none;
}

.n_show_g a{
    background-color:#D6F6F8;
    color: #33C3CC!important;
    padding: 10px 0;
    border-radius: 8px;
    font-weight: bold;
    display: table;
    margin: 15px auto 8px auto;
    width: 600px;
}
.n_show_g a:hover{
    background-color:#33C3CC;
    color: #D6F6F8!important;
}
.n_show_g a font{
    text-align: center;
    margin: 0 auto;
    display: table;
}
.n_show_g a font:before{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}
.n_show_g a:hover font:before{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}
.n_show_g a.zticon font:before{
    background: url(/images/zticon.png) no-repeat center/30px 30px;
}
.n_show_g a.xzicon font:before{
    background: url(/images/xzicon.png) no-repeat center/30px 30px;
}
.n_show_g a.glicon font:before{
    background: url(/images/glicon.png) no-repeat center/30px 30px;
}
.n_show_g a.zticon:hover font:before{
    background: url(/images/zticonhover.png) no-repeat center/30px 30px;
}
.n_show_g a.xzicon:hover font:before{
    background: url(/images/xziconhover.png) no-repeat center/30px 30px;
}
.n_show_g a.glicon:hover font:before{
    background: url(/images/gliconhover.png) no-repeat center/30px 30px;
}