/**style css document */
/*gamefz list*/
.body-bg {
    background: #fff url(../Images/bg-body_1920-750.jpg) no-repeat center 80px;
    width: 100%;
    min-height: 800px;
    z-index: 0;
}

.container-content {
    padding-top: 1px;
    background: #fff;
    margin: 28px auto;
    overflow: hidden;
}

.content-gamefz {
    padding: 0 23px 0 30px;
    height: 358px;
    position: relative;
}

/*.content-gamefz .l-bg,.content-gamefz .r-bg{position:absolute;top:0;height:100%;background:url(../Images/sprite.png) no-repeat 0 -110px;z-index: 0;}
.content-gamefz .l-bg{width:30px;left:0;background-position:0 -110px;}
.content-gamefz .r-bg{width:23px;right:0;background-position:-40px -110px;}
.gamefz-slide{position:relative;z-index: 1;height: 358px;width:1047px; }
.gamefz-slide .gamefz-bd{height:358px;background:#fff;width:1047px;}
.gamefz-slide .gamefz-box{height:358px;width:1047px;background:#fff;overflow:hidden;display: none;}
.gamefz-slide .gamefz-top .img img,.gamefz-slide .gamefz-list .img img{display:block;width:100%;opacity:.8;filter:alpha(opacity=80);
-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}
.gamefz-slide .gamefz-prev,.gamefz-slide .gamefz-next{position:absolute;width:42px;height:41px;background:url(../Images/sprite.png) no-repeat 0 0;top:110px;opacity:.8;filter:alpha(opacity=80);border-radius:42px;
-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.gamefz-slide .gamefz-prev:hover,.gamefz-slide .gamefz-next:hover{opacity:1;filter:alpha(opacity=100);}
.gamefz-slide .gamefz-prev{left:-45px;background-position:0 0;}
.gamefz-slide .gamefz-next{right:-45px;background-position:-52px 0;}

.gamefz-slide .gamefz-top{padding:0 30px;height:116px;background:#F6F6F6;padding-top:16px;overflow:hidden;}
.gamefz-slide .gamefz-top li:first-child{margin-left:0;}
.gamefz-slide .gamefz-top li{margin-left:20px;width:80px;float:left;}
.gamefz-slide .gamefz-top a{display:block;}
.gamefz-slide .gamefz-top a:hover img{opacity:1;filter:alpha(opacity=100)}
.gamefz-slide .gamefz-top a:hover p{font-weight:bold;}
.gamefz-slide .gamefz-top .img{width:70px;height:70px;overflow:hidden;margin:0 auto;border-radius: 10px;background:none;}
.gamefz-slide .gamefz-top p{color:#474747;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;padding-toP:10px;}

.gamefz-slide .gamefz-list{padding-left:35px;padding-top:26px;height:190px;background:#fff;overflow:hidden;margin-right: -50px;}
.gamefz-slide .gamefz-list li{width:213px;height:36px;float:left;margin:0 50px 12px 0;overflow: hidden;}
.gamefz-slide .gamefz-list li:nth-child(4n){margin-right:0;}
.gamefz-slide .gamefz-list a{display:block;width:168px;height:36px;padding-left:45px;position:relative;}
.gamefz-slide .gamefz-list a:hover img{opacity:1;filter:alpha(opacity=100)}
.gamefz-slide .gamefz-list a:hover p{font-weight:bold;}
.gamefz-slide .gamefz-list .img{width:36px;height:36px;position:absolute;left:0;top:0;overflow:hidden;border-radius:5px;background:#F6F6F6;}

.gamefz-slide .gamefz-list p{width:100%;line-height:36px;color:#595959;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/

/*tutorial 手游辅助教程*/
.gamefz-tutorial {
    background: #fff;
}

.gamefz-tutorial-title {
    background: #fff;
    padding: 27px 0 7px 49px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #404040;
    position: relative;
    cursor: default;
    font-weight: bold;
}

.gamefz-tutorial-title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 24px;
    left: 21px;
    top: 34px;
    background: url(../Images/sprite.png) -50px -60px no-repeat;
}

.gamefz-tutorial-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 19px;
    width:1163px;
    height:0px;
    border:1px solid rgba(209,209,209,1);
    opacity:0.54;
}

.gamefz-tutorial-list {
    margin-right: -27px;
    overflow: hidden;
    padding: 26px 0 20px 10px;
}

.gamefz-tutorial-list li {
    float: left;
    width: 281px;
    margin: 0 54px 40px;
}

.gamefz-tutorial-list .pic {
    box-shadow:0px 1px 6px rgba(58,40,177,0.49);
    border-radius: 6px;
    overflow: hidden;
    display: block;
    height: 120px;
    width: 281px;
    position: relative;
}

.gamefz-tutorial-list .pic img {
    height: 120px;
    width: 281px;
    position: absolute;
    top:0;
    left:0;
    /* -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear; */
}

.gamefz-tutorial-list .pic .mask {
    height: 116px;
    width: 277px;
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    border:2px solid rgba(101,83,219,0.5);
    display: none;
}

/* .gamefz-tutorial-list .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */

.gamefz-tutorial-list .tit {
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    cursor: default;
}

.gamefz-tutorial-list .tit a {
    color: #161616;
}

.gamefz-tutorial-list .tit em {
    font-weight: normal;
    color: #666;
    margin-left: 4px;
    font-size: 16px;
}

.gamefz-tutorial-list .info {
    color: #B2B2B2;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gamefz-tutorial-list .info a {
    color: #8f8f8f;
    -webkit-transition: all .2s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .3s linear;
    transition: all .2s linear;
}

.gamefz-tutorial-list .info a:hover {
    color:#BEB7F0;
}

.gamefz-tutorial-list li:hover .pic .mask {
    display: block;
}

.gamefz-tutorial-list li:hover .tit a {
    color:#7A6FC8;
}

.gamefz-tutorial-list li:hover .info a {
    color:#BEB7F0;
}

/*detail 详情*/
.detail-wrap {
    background: #EEEFF3;
}

.detail-content {
    width: 1214px;
    margin: 28px auto;
    padding-bottom: 1px;
}

.detail-content .synews-wrap {
    padding-bottom: 23px;
}

.detail-content .main {
    background: #fff;
}

.detail-breadcrumb {
    padding: 14px 0 12px 28px;
    background: #6356B8;
    margin-bottom: 10px;
}

.detail-breadcrumb p {
    font-size: 12px;
    color: #BCB2FF;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.detail-breadcrumb p * {
    padding: 0 4px;
}

.detail-breadcrumb span {
    -webkit-user-select: none;
    user-select: none;
    color: #FFFFFF;
    cursor: default;
}

.detail-breadcrumb a {
    color: #BCB2FF;
    font-size: 12px;
}

.detail-breadcrumb a:hover {
    text-decoration: underline;
}

.detail-gamefz-tutorial {
    background: #fff;
    padding: 0 58px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.gamefz-content-module {
    margin-bottom: 25px;
}

.gamefz-content-module .title {
    font-size: 16px;
    color: #404040;
    height: 45px;
    border-bottom: 1px solid #D1D2D8;
    line-height: 45px;
}

.gamefz-content-module .title span {
    display: inline-block;
    height: 42px;
    border-bottom: 4px solid #6553DB;
    padding: 0;
}

.gamefz-content-module .content {
    padding: 10px 0;
}

.gamefz-content-module .content p {
    font-size: 14px;
    color: #404040;
    line-height: 1.8;
}

/*.gamefz-video .content *{display:block;}*/
.gamefz-content-module .content .imgbox {
    overflow: hidden;
    margin-right: -55px;
}

.gamefz-content-module .content .imgbox img {
    width: 460px;;
    display: block;
    float: left;
    margin-right: 55px;
    margin-top: 30px;
}

.gamefz-recommend {
    padding-top: 70px;
    background: #fff;
}

.gamefz-recommend .title {
    font-size: 18px;
    color: #44369E;
    font-weight: bold;
    height: 42px;
    line-height: 42px;;
    margin: 0 15px 0 22px;
    border-bottom:2px solid rgba(101,83,219,1);
}

.gamefz-recommend .list {
    padding: 30px 35px 40px;
}

.gamefz-recommend .list li {
    margin: 0 17px;
    width: 80px;
    float: left;
}

.gamefz-recommend .list a {
    display: block;
}

.gamefz-recommend .list .img, .synews-box .list .img {
    width: 66px;
    height: 66px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    background: none;
}

.gamefz-recommend .list .img img, .synews-box .list .img img {
    display: block;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.gamefz-recommend .list p, .synews-box .list p {
    color: #404040;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding-toP: 10px;
}

.gamefz-recommend .list a:hover img, .synews-box .list a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gamefz-recommend .list a:hover p, .synews-box .list a:hover p {
    font-weight: bold;
}

/*新增手游辅助列表 by sunrenhao 2016.04.13*/
.listBox {
    /* height: 480px;
    margin-bottom: 20px; */
    *margin-top: 50px;
    *padding-bottom: 40px;
}

.hotAssist {
    width: 337px;
    margin: 0 29px 40px;
    float: left;
}

.listTittle {
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    float: left;
    padding: 2px 0 15px 33px;
    position: relative;
}

.listTittle .title-badge {
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    width: 21px;
    height: 24px;
    background: url("../Images/sprite.png") no-repeat;
}
.listTittle .title-badge.hot {
    background-position: -80px -61px;
}
.listTittle .title-badge.recommend {
    background-position: -80px -88px;
}
.listTittle .title-badge.new {
    background-position: -80px -115px;
}
.listTittle .title-badge.news {
    background-position: -80px -142px;
}

.listHot {
    border-top: 1px solid #D1D1D1;
    float: left;
}

.listHot ul {
    padding-top: 12px;
}

.listHot ul li {
    float: left;
    margin: 10px 0;
    width: 291px;
    padding: 0 22px 0 24px;
}

.listNumO {
    width: 24px;
    height: 24px;
    background-color: #FF2E2E;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    float: left;
    margin-top: 9px;
}

.listHot img {
    float: left;
    margin-left: 12px;
    width: 40px;
    height: 40px;
}

.gameName {
    color: #595959;
    float: left;
    margin: 12px 0 0 9px;
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
}

.listBtn {
    width: 84px;
    height: 26px;
    border: 2px solid #C7C2E8;
    border-radius: 60px;
    float: right;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #7A74A2;
    margin-top: 5px;
}

.listBtn:hover {
    color: #FFF;
    border-color: #6553DB;
    background-color: #6553DB;
}

.listNumT {
    background-color: #FF9B37;
}

.listNumT2 {
    background-color: #FFD633;
}

.listNumF {
    background-color: #DBDBDB;
    color: #fff;
}

.redact {
    margin-right: 0px;
}

/*列表页右侧新增列表 by sunrenhao 2016.04.13*/
.detail-gamefz-tutorial {
    padding: 0 51px 0 43px;
    width: 730px;
    float: left;
}

.right {
    width: 390px;
    float: right;
}


.header-wrap, .container-wrap, .footer-wrap {
    float: left;
}

.listBg {
    background-color: #FFF;
    width: 376px;
    margin: 0;
    padding: 17px 0 0;
}

.listHot ul li.listWidth {
    width: 325px;
}

.gamefz-recommend {
    *margin-top: 20px;
}

.detail-wrap {
    *padding-bottom: 20px;
}

.hotAssist .hotBox {
    width: 336px;
    height: 74px;
    float: left;
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
}

.hotAssist .hotBox .hotGame {
    width: 74px;
    height: 74px;
    float: left;
}

.hotAssist .hotBox .hotGameBox {
    float: left;
    width: 150px;
    margin-left: 25px;
    padding-top: 5px;
}

.hotAssist .hotBox .hotGameBox .hotTxt {
    color: #595959;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-bottom: 10px;
}

.hotAssist .hotBox .hotGameBox .hotDown {
    width: 84px;
    height: 30px;
    border-radius: 12px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    margin-top: 5px;
    background-color: #3db343;
}

.hotAssist .hotBox .hotGameBox .hotDown:hover {
    background-color: #48c14e
}


/*首页新增手游新闻板块 by sunrenhao 2016.07.25*/
.synews-wrap {
    padding-left: 22px;
    padding-bottom: 42px;
    background: #fff;
}

.synews-wrap .synews-nav {
    width: 1182px;
    border-bottom: 1px solid #D1D1D1;
    /*height: 30px;*/
    overflow: hidden;
}

.synews-wrap .synews-nav.no-icon {
    border-bottom: 2px solid #6553DB;
}

.synews-wrap .synews-nav .synews {
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    float: left;
    padding: 2px 0 15px 30px;
    position: relative;
}

.synews-wrap .synews-nav.no-icon .synews {
    padding: 0 0 11px 1px;
    color: #44369E;
}

.synews-wrap .synews-nav .synews .synews-prefix {
    position: absolute;
    width: 21px;
    height: 24px;
    top: 0;
    left: 1px;
    background: url("../Images/sprite.png") no-repeat;
}

.synews-wrap .synews-nav .synews .synews-prefix.recommend {
    background-position: -49px -61px;
}
.synews-wrap .synews-nav .synews .synews-prefix.new {
    background-position: -111px -60px;
}

.synews-wrap .synews-nav .more {
    float: right;
    color: #B5B5B5;
    font-size: 14px;
    margin-top: 8px;
    margin-right: 15px;
}

.synews-wrap .synews-nav .more:hover {
    color: #676666;
}

.synews-wrap .synews-box {
    color: #595959;
    font-size: 14px;
    margin-top: 20px;
}

.synews-wrap .synews-box .synews-left {
    float: left;
    width: 490px;
    margin-left: 17px;
}

.synews-wrap .synews-box .synews-right {
    float: right;
    width: 490px;
    margin-right: 65px;
}

.synews-wrap .news-txt {
    color: #404040;
}

.synews-wrap li {
    margin-bottom: 15px;
}

.synews-wrap li:hover {
    color: #6553DB;
}

.synews-wrap .news-txt:hover {
    color: #6553DB;
}

.synews-wrap .news-txt {
    float: left;
    width: 325px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.synews-wrap .time {
    float: right;
    margin-right: 15px;
}

.dian {
    width: 4px;
    height: 4px;
    background-color: #6553DB;
    float: left;
    margin: 6px 10px 0 0;
    border-radius: 50%;
}

/*专区页右侧增加最新手游新闻板块 by sunrenhao 2016.07.25*/
.listHot ul li.news-txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0 13px;
}

.listHot ul li.news-txt a {
    color: #595959;
    margin-left: 3px;
}

.listHot ul li.news-txt a:hover {
    color: #3db343
}

.detail-content .listHot ul li.news-txt {
    padding: 0px;
    width: 365px;
}

/*新闻列表页 by sunrenhao 2016.07.25*/
.news-box {
    padding: 30px 45px 30px 33px;
    background-color: #FFF;
    margin-bottom: 30px;
    float: left;
}

.news-box>ul {
    overflow: hidden;
    padding-left: 18px;
}

.news-box>ul li {
    border-top: 1px dashed #d7d7d7;
    float: left;
    padding: 16px 0 5px;
    position: relative;
}

.news-box>ul li:first-child {
    border: 0;
    padding-top: 0;
}

.news-box>ul li:first-child:before {
    top: 15px;
}

.news-box>ul li a {
    color: #000;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news-box>ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #563DCF;
    border-radius: 50%;
    top: 31px;
    left: -18px;
}

.news-box>ul li .title {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 830px;
}

.news-box>ul li .time {
    font-family: "SimHei";
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.news-box>ul li .preview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 968px;
    font-size: 14px;
    color: #B4B4B4;
}

.news-box>ul li .more {
    color: #6276F6;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 25px;
}
.news-box>ul li .more .icon-more {
    display: block;
    width: 12px;
    height: 14px;
    background: url("../Images/sprite.png") no-repeat;
    background-position: -194px -54px;
    position: absolute;
    right: 2px;
    top: 12px;
}

.news-box>ul li a:hover {
    color: #6553DB;
}

.news-box .page-box {
    width: 520px;
    height: 32px;
    margin: 30px auto 0;
}

.news-box .page-box ul li {
    float: left;
    height: 30px;
    margin: 0 3px;
    width: auto;
}

.news-box .page-box ul li a {
    border-radius: 6px;
    float: left;
    background-color: #fff;
    border: 1px solid #44369E;
    color: #44369E;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.news-box .page-box ul li a.home, .news-box .page-box ul li a.end, .news-box .page-box ul li a.previous, .news-box .page-box ul li a.next {
    width: 64px;
}

.news-box .page-box ul li a:hover {
    background-color: #563DCF;
    border-color: transparent;
    color: #fff;
}

.news-box .page-box ul li a.on {
    cursor: pointer;
    background-color: #563DCF;
    border-color: #44369E;
    color: #fff;
}

/*新闻页 by sunrenhao 2016.07.25*/
.news-content {
    background-color: #fff;
    padding: 34px 30px 10px 30px;
    width: 760px;
    float: left;
}
.news-content p {
    text-indent: 30px;
    color: #404040;
    margin-top: 25px;
    line-height: 26px;
}

.news-content .news-title {
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #bdbdbd;
    padding-bottom: 26px;
}

.news-content .news-title h1 {
    font-weight: bold;
    font-size: 22px;
    color: #636363;
    margin-bottom: 20px;
}

.news-content .news-title h1.multiple-row {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 auto 20px;
    width: 700px;
}

.news-content .news-title p {
    color: #B9B9B9;
}

.news-content .news-title .share-pic {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 53px;
    right: 215px;
}

.news-content .news-title .jiathis_style .jtico {
    width: 19px;
    height: 19px !important;
    background: url(../Images/share.jpg) no-repeat;
}


.news-content .news-pic, .news-content img {
    width: 640px;
    height: 360px;
    margin: 20px 80px 0;
}

.news-content .jump {
    width: 100%;
    height: 31px;
    margin: 20px auto 30px;
}
.news-content .jump a {
    vertical-align: baseline;
    width: 80%;
    line-height: 26px;
    text-align: left;
    display: block;
    background: none;
    color: #B9B9B9;
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-content .jump a:hover {
    background: none;
    color: #563DCF;
}

/* .news-content .jump .up {
    float: none;
} */

.news-content .jump .disable, .news-content .jump .disable:hover {
    cursor: default;
    color: #B9B9B9;
    text-decoration: none;
}

/*修改背景图*/
.container-wrap {
    /*background: url(../Images/bg.jpg) no-repeat center top;*/
    background: #FAF9FF;
}

/*首页游戏列表调整 by sunrenhao 2016.08.31*/
.content-gamefz {
    padding: 0;
    width: 1214px;
    background-color: #fff;
    height: auto;
}

.gamefz-box .gamefz-nav {
    height: 43px;
    background-color: #6356B8;
}

.gamefz-box .gamefz-nav li {
    float: left;
    width: 41px;
    height: 43px;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
}

.gamefz-box .gamefz-nav li.first {
    margin-left: 50px;
}

.gamefz-box .gamefz-nav li a {
    color: #fff;
}

.gamefz-box .gamefz-nav li a.on {
    color: #6356B8;
    background-color: #fff;
    display: block;
}

.gamefz-box .gamefz-nav li a.dis {
    pointer-events: none;
    color: #BABABA;
    cursor: default;
}

.gamefz-box .gamefz-top {
    height: auto;
    background-color: #fff;
    padding: 0 20px 20px 20px;
}

.gamefz-box .gamefz-top li {
    float: left;
    margin-top: 27px;
    width: 145px;
    text-align: center;
    /*margin-left: 30px;*/
}

.gamefz-box .gamefz-top li:first-child {
    /*margin-left: 30px;*/
}

.gamefz-box .gamefz-top li a p, .game-dl li a p {
    /*width: 113px;*/
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #474747;
    text-align: center;
    padding-top: 10px;
}

.gamefz-box .gamefz-top li a:hover p, .game-dl li a:hover p {
    font-weight: bold;
}

.gamefz-box .gamefz-top li img {
    margin: 0 9px;
}

.gamefz-box .letter-game .gamefz-list .list-box {
    height: 68px;
    overflow: hidden;
}

.gamefz-box .letter-game .gamefz-list .btn-more{
    text-align: center;
    display: block;
    color:#5A47B9;
}

.gamefz-box .gamefz-list {
    /* height: 260px; */
    padding-top: 20px;
}

.gamefz-box .gamefz-list .list-box {
    width: 1214px;
    /* height: 230px; */
}

.gamefz-box .gamefz-list .list-box li {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    margin: 5px 2px 12px 60px;
}

.gamefz-box .gamefz-list .list-box li a {
    width: 13px;
    height: 16px;
    line-height: 17px;
    background: url(../Images/icon-hot.png) no-repeat;
    color: #595959;
    padding-left: 18px;
}

.img img {
    width: 66px;
    height: 66px;
}

/* 滚动条 */
.scroll::-webkit-scrollbar {
    width: 10px;
}

/* 轨道样式 */
.scroll::-webkit-scrollbar-track {
    background-color: rgba(241, 241, 241, 1);
}

/* Handle样式 */
.scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #bcbcbc;
}

/*滚动条按下*/
.scroll::-webkit-scrollbar-thumb:vertical:active {
    background-color: #a09d9d;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    width: 10px;
    background-color: rgba(241, 241, 241, 1);
    border-radius: 10px;
    background-color: #f1f1f1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: rgba(188, 188, 188, 1);
    border-radius: 10px;
    background-color: #bcbcbc;
}

.mCSB_scrollTools .mCSB_dragger {
    width: 10px;
    background-color: rgba(188, 188, 188, 1);
    border-radius: 10px;
    background-color: #bcbcbc;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    background-color: rgba(188, 188, 188, 1);
    border-radius: 10px;
    background-color: #bcbcbc;
}

/*新增新闻页列表*/
.synews-box .list {
    margin-right: -18px;
}

.synews-box .list li {
    float: left;
    width: 149px;
    margin-top: 18px;
    text-align: center;
}

.synews-box .list li a {
    display: block;
}

/*游戏代练*/
.game-dl {
    width: 100%;
    padding-top: 19px;
    overflow: hidden;
    zoom: 1;
}

.game-dl li {
    float: left;
    width: 149px;
    text-align: center;
    margin-top: 19px;
}

.game-dl li img {
    display: inline-block;
    width: 66px;
    height: 66px;
}

.h5-game-dl{
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
    zoom: 1;
}
.h5-game-dl li {
    float: left;
    margin: 10px 12px;
    width: 109px;
    text-align: center;
}
.h5-game-dl li img {
    display: inline-block;
    width: 70px;
    height: 70px;
}
.h5-game-dl li p{
    width: 109px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #474747;
    padding-top: 10px;
}
.h5-game-dl li a {
    display: block;
    margin: 8px auto 0;
    line-height: 20px;
    color: #928e83;
    font-size: 12px;
    border: 1px solid #928e83;
    border-radius: 10px;
}

.synews-wrap .synews-nav span {
    padding: 4px 0 0 10px;
    display: inline-block;
}


/*添加搜索页 by xiaobiqin 2017-12-11*/
.search-body {
    background: #EEEFF3
}

.search-body .container-wrap {
    width: 1214px;
    margin: 0 auto;
    float: none;
    background: none;
    overflow: hidden;
}

.search-body .container-wrap .gamefz-box .gamefz-top {
    background: none;
    padding: 0 20px 20px;
}

.search-body .search-head {
    background: #fff;
    margin-top: 28px;
}

.search-body .search-box {
    margin: 20px 0 0  30px;
    float: left;
}
.search-body .search-btn {
    width: 108px;
    height: 36px;
    display: inline-block;
    background: url("../Images/bg-search-btn.png") no-repeat;
    background-size: 108px 36px;
    overflow: hidden;
}

.search-body .search-btn #su {
    width: 108px;
    height: 36px;
    background: transparent;
    border: 0;
    outline: 0;
}

.search-body .container-wrap .search-h2 {
    text-align: center;
    font-size: 18px;
    color: #6356B8;
    background: #fff;
    font-weight: bolder;
    padding: 20px 0;
}

.search-body .content-gamefz {
    margin-bottom: 30px;
    margin-top: 0px;
    border-top: 1px solid #d5e9e9
}

.search-body .gamefz-box {
    background: #fff;
    min-height: 303px;
}

.search-body .gamefz-box .no-data {
    padding-top: 216px;
    text-align: center;
    color: #C9C9C9;
    font-size: 16px;
    background: url("../Images/img-no-data.png") no-repeat center 58px;
    background-size: 166px 126px;
}

.search-body .gamefz-box .no-data p {
    display: inline-block;
}
/*添加搜索页 by xiaobiqin 2017-12-11*/
.download-page { margin:0; padding:0; background-color:#fafafc; position: relative;}

/*共有样式*/
.download-page .course_Logo{height:50px; font-size:22px; color:#ff7200; float:left; display:inline; line-height:50px; padding-left:65px; margin-top:45px;}
.download-page .question_Left{ height:400px; border:1px solid #f0f0f2; margin-top:30px; background-color:#FFF;}
.download-page .tittle_Xian, .tittle_Xian1{ width:120px; height:1px; background-color:#CCC; display:inline;  margin-top:10px;}



/*头部*/
.download-page .head{ width:100%; height:612px; background:url(../Images/head_bg.jpg) no-repeat center top; display:block; font-family:微软雅黑; text-align: center; overflow: hidden;}
.download-page .head_Main{ margin:0 auto; width:1364px; height:612px; position:relative; color:#582000;}
.download-page .head_Logo{ width:125px; height:125px; background:url(../Images/head_logo.png) no-repeat; margin:80px auto 0; text-align:center;}
.download-page .head_Main h1{ font-weight:bold; font-size:55px; text-align: center;padding: 10px 0 10px;}
.download-page .head_Main .root{ font-size:28px;margin:0 auto;}
.download-page .head_Button{ width:355px; height:124px; background-color:#ff7200; display:inline-block;border-radius:30px; }
.download-page .button{ float: left; display:inline; margin:24px 0 0 55px;}
.download-page .head_download{float: left; font-size:28px; margin:25px 0 0 15px; color:#fff;}
.download-page .head_version{float: left; font-size:18px; margin:12px 0 0 15px; color:#fff;}

.download-page .apply{ font-size:14px; color:#515151; text-align: center; padding: 0 20px; height: 25px; line-height: 24px;}
.download-page .apply li { display: inline-block; text-align: center; width: 435px; height: 24px; line-height: 24px; position: relative; vertical-align: middle;}
.download-page .apply .apply-popup { background: #fff; border-radius: 6px; display: block; height: 120px; left: 50%; margin-left: -60px; position: absolute; top: -133px; width: 120px; z-index: 999; opacity: 0;
filter: alpha(opacity=0); -webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
.download-page .apply .apply-popup:before { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid #fff; bottom: -10px; content: ''; display: block; left: 50%; margin-left: -6px; overflow: hidden; position: absolute; }
.download-page .apply .apply-popup .container { height: 100px; margin: 10px; width: 100px; }
.download-page .apply .apply-popup .container img { height: 100%; width: 100%;}
.download-page .apply .underline { color: #ff7322; cursor: pointer; display: inline-block; border-bottom: 1px solid #ff7200; }
.download-page .apply .show-popup:hover .apply-popup { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/*使用流程*/
.download-page .course{ margin:0 auto; width:960px; font-family:微软雅黑;}
.download-page .course_Logo{ background:url(../Images/pic.png) no-repeat;}
.download-page .course_Logo span.ct, .course_Logo1 span.ct{+float:left;}
.download-page .course_Logo .xian{ width:668px; height:1px; border-bottom:1px dashed #e1e1e2; float:right; display:inline; margin-left:50px; margin-top:25px;}
.download-page .course_Box{ width:958px; background-color:#FFF; border:1px solid #f0f0f2; float:left; margin-top:30px;padding-bottom: 30px;}
.download-page .course_Pic{ width:860px;margin:35px 0 0 49px; font-size:14px; color:#666; display: inline-block; }
.download-page .course_Pic ul li{ float:left;}
.download-page .course_Pic .txt{ margin-top:190px; display:block; width:171px; text-align:center}
.download-page .course_Pic .step{ width:25px; height:25px; background:url(../Images/pic.png) 0 -100px no-repeat; margin:73px 15px 0 15px;}
.download-page .course_Pic .step1{ width:171px;  background:url(../Images/course_03.jpg) no-repeat;}
.download-page .course_Pic .step2{ width:171px; background:url(../Images/course_05.jpg) no-repeat;}
.download-page .course_Pic .step3{ width:171px;  background:url(../Images/course_07.jpg) no-repeat;}
.download-page .course_Pic .step4{ width:171px; background:url(../Images/course_09.png) no-repeat;}

/*遇到问题*/
.download-page .course_Logo1{ background:url(../Images/pic.png) 0 -50px no-repeat;}
.download-page .question_Left{font-size:14px; float:left; width:958px}
.download-page .tittle{ color:#515151; font-size:18px; font-weight:bold; margin-top:20px; float:left;}
.download-page .tittle_Xian{ float:left; margin-left:40px; margin-right:15px; }
.download-page .tittle_Xian1{ float:left; margin-left:15px;}
.download-page .title_c{ float:left; width:126px; text-align: center}
.download-page .question_Left .txt, .question_Left .txt1{ width:390px; color:#333; font-weight:bold; position:relative; left:40px;}
.download-page .lianjie{ color: #fff; width:113px; height:30px; background-color:#ff7200; text-align:center; line-height:30px; border-radius:20px; position:relative; top:40px; left:60px;display:block; -ms-border-radius:20px;}
.download-page .lianjie:hover{ background-color:#ff801a;}
.download-page .usb{ color:#ff7200;}
.download-page .question_Left .txt{ top:20px; color:#515151;}
.download-page .question_Left .txt1{ top:80px; color:#515151;}
.download-page .question_Left .txt2{ width:350px; color:#515151; position:relative; left:55px; top:90px;}
.download-page .pic{ width:400px; height:99px; position:relative; top:130px; left:40px;}
.download-page .pic1{ width:78px; height:79px; float:left; text-align:center; line-height:33px; margin-right:20px; font-size:12px; color:#515151;}
.download-page .pic1 img{ width:78px; height:79px;}
.download-page .pic1 span{ display:block;}
.download-page .pic1:hover{ color:#999;}

/*
.download-page .question_Right .txt, .question_Right .txt1{ width:390px; color:#333; font-weight:bold; position:relative; left:40px;}
.download-page .question_Right .txt{ top:20px; color:#515151;}
.download-page .question_Right .txt1{ top:80px; color:#515151;}
.download-page .question_Right .txt2{ width:350px; color:#515151; position:relative; left:55px; top:90px;}
*/

/*底部*/
.download-page .footer{ width:100%; background-color:#ededed; text-align:center; height:100px;font-size:14px; line-height:100px; color:#9c9c9c; margin:53px auto 0  auto;}

/*调整1.4*/
.download-page .course_link{width: 100%; text-align: center;}
.download-page .course_link a{width: 243px;height: 118px; display: inline-block;margin:40px 80px;}
.download-page .course_link .link_left{background: url(../Images/link_left.png) no-repeat;}
.download-page .course_link .link_right{background: url(../Images/link_right.png) no-repeat;}

.download-page .btnBar{text-align:center;margin: 35px auto 7px;}
.download-page .activate_down{background: #079cff;}
.download-page .android_down{cursor:pointer;margin: 0 80px;}
.download-page .code_down{background: #30c06b;}
.download-page .code_down img{margin: 24px 0 0 45px;}
.download-page .activate_down img{margin-top: 28px;}
.download-page .course_link p{color:#1b1b1b;font-size: 18px; text-align: center;padding:30px 0 15px; clear: both;}
.download-page .video{width: 680px;height: 380px;margin:0 auto;}
/*首页右侧广告位*/
.download-page .index_adv {width: 250px; height: 200px;position: fixed;right: 20px; bottom: 70px;z-index: 999;   }
.download-page .index_adv img { width: 250px;height: 200px; display: block; position:absolute;right:10px;top:10px; z-index:1;}
.download-page .btn_adv_close {width: 26px;height: 26px; display: block;right: 0; top: 0; position: absolute; z-index:2; background: url(../Images/icon_new_mini.png) no-repeat;}


/*游戏专区页 by sunrenhao 2020-01-03*/
.gamefz-info { padding-top:17px;}
.gamefz-info h2{ color:#404040; font-size: 22px; font-weight: bold;}
.gamefz-info-box{ margin:25px 0 20px 0;}
.gamefz-info-box .game-pic{ width:175px; height:175px; float: left; border-radius:40px;}
.gamefz-info-box .btn-box{ float: left; margin-left:40px;}
.btn-box .btn { width:182px; height:42px; line-height: 42px; color:#fff; font-size: 16px; border-radius:60px; display: block; padding:0 30px;}
.btn-box .btn *{ float: left;}
.btn-box .btn.ios-btn{ background:linear-gradient(270deg,rgba(71,180,242,1) 0%,rgba(71,180,242,1) 100%); box-shadow:0px 3px 6px rgba(71,180,242,0.4);}
.btn-box .btn.ios-btn .icon-logo { width: 25px; height: 31px;background: url(../Images/sprite.png) no-repeat -149px -85px; margin:5px 10px 0 0;}
.btn-box .btn.android-btn{ background:linear-gradient(270deg,rgba(34,206,125,1) 0%,rgba(53,209,156,1) 100%); box-shadow:0px 3px 6px rgba(36,225,136,0.4); margin:24px 0;}
.btn-box .btn.android-btn .icon-logo { width: 23px; height: 27px; background: url(../Images/sprite.png) no-repeat -150px -50px; margin:7px 10px 0 0;}
.btn-box .btn.android-btn span{ padding-right:18px;}
.btn-box .btn.pc-btn .icon-logo{ width: 25px; height: 26px; background: url(../Images/sprite.png) no-repeat -149px -124px; margin:8px 12px 0 34px;}
.btn-box .btn.pc-btn{ background:linear-gradient(270deg,rgba(255,153,0,1) 0%,rgba(254,177,61,1) 100%); box-shadow:0px 3px 6px rgba(255,161,20,0.48);}
.btn-box .btn.pc-btn span{ border:none;}
.btn-box .btn span{ height: 25px; line-height: 25px; padding-right: 20px; border-right: 1px solid #fff; margin:9px 10px 0 0;}
.btn-box .btn .icon-code { width: 40px; height: 42px; background: url(../Images/sprite.png) -138px 9px no-repeat;}
.gamefz-info-box .code-box{ float: left; margin:10px 0 0 100px; text-align: center;}
.gamefz-info-box .code-box img{ width:135px; height:135px; display: block;border-radius:20px;}
.gamefz-info-box .code-box p{ color:#7D7C7C; padding-top:8px;}
.gamefz-info .tips{ color:#CFCFCF;}

/*新闻详情页 新增部分*/
.down-box { margin:70px 0 0 50px;}
.down-box h2 { font-size: 28px; color:#343434; padding:0 0 25px 30px;}
.down-box .down .btn-box{ float: left;}
.down-box .down .code-box { float: left; margin-left:70px;}
.down-box .down .code-box .code { width:140px; float: left; text-align: center; margin:0 15px;}
.down-box .down .code-box .code>img { width:140px; height:140px; display: block; margin:0;}
.down-box .down .code-box .code>p { color:#343434; line-height: 20px; text-indent: 0; margin-top:5px;}

/*首页新增banner*/
.slideBox{ width:1214px; height:295px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:25%; bottom:5px; z-index:1; }
.slideBox .hd span{ width:20px; height:6px; background-color: #fff; opacity: .4; filter:alpha(opacity=40); float: left; margin:0 5px; border-radius:60px; cursor: pointer;}
.slideBox .hd span.on{ opacity: 1; filter:alpha(opacity=100);}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li img{ width:920px; height:295px; display:block;  float: left;}
.slideBox .bd li .btn-box{ float: right; margin:20px 50px 0 0;}
.slideBox .bd li .btn-box a{ width:185px; height:60px; display: block; margin:0 auto 30px;}
.slideBox .bd li .btn-box a .pic{ width:100%; height:100%; display: block;}
.slideBox .bd li .btn-box a+a{ width:168px; height:42px; background-color:#F9F8FF; border:2px solid rgba(90,71,185,1); border-radius:60px; text-align: center; line-height: 42px; color:#5A47B9; margin-bottom:15px; position: relative;}
.slideBox .bd li .btn-box a .code{ width:140px; height:140px; position: absolute; top: -40px; left: -150px; display: none;}

.slideBox .bd li .btn-box a+a:hover{ background:linear-gradient(268deg,rgba(77,47,223,1) 0%,rgba(123,108,223,1) 100%); color:#fff;}
.slideBox .bd li .btn-box a+a:hover .code{ display: block;}

/*下载页*/
.h-down{
    position: relative;
}
.h-down:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #45369f;
}
.h-down >header{ 
    position: relative;
    z-index: 9;
    width:460px;
    margin:0 auto;
    line-height: 50px;
}
.h-down >header a{
    text-align: center;
}
.h-down >header a *{
    float: left;
    color:#fff;
    font-size: 20px;
}
.h-down >header a img{
    width: 11px;
    height: 16px;
    margin: 18px 8px 0 0;
}
.h-down .logo{
    width:426px;
    height: 131px;
    display: block;
    margin:45px auto 25px;
}
.h-down .text{
    text-align: center;
    color: #333;
    font-size: 26px;
    line-height: 1.5;
}
.h-down .text span{
    display: block;
    margin-top:25px;
}
.h-down .btn-box{
    width:360px;
    margin:0 auto;
}

.h-down .btn-box .btn{
    width:100%;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    color: #fff;
    padding:0;
    font-size: 20px;
    text-align: center;
    margin-top:15px;
}   
.h-down .btn-box .btn:before {
    content: "";
    vertical-align: middle;
    margin-right: 45px;
    display: inline-block;
}
.h-down .btn-box .btn.btn-android {
    background: #2189FF url(../Images/icon-android_61-72.png) no-repeat 100px center;
}
.h-down .btn-box .btn.btn-android:before {
    margin-right: 30px;
}
.h-down .btn-box .btn.btn-ios {
    background: #f54784 url(../Images/icon-apple.png) no-repeat 85px center;
}
.h-down .btn-box .btn.btn-pc{
    background-color: #2189FF;
}
.h-down .btn-box .btn.btn-pc:before{
    margin:0;
}








