/* main结构 */
.main {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.main .left {
    width: 864px;
    margin-right: 26px;
    background: #fff;
}

.main .right {
    width: 310px;
    height: 1000px;
}

/* app详情 */
.appDetail {
    position: relative;
    display: flex;
    padding: 20px;
    border: #e8e7ed solid 1px;
}

.appjieshao {
    margin-top: 20px;
    border: #e8e7ed solid 1px;
    padding: 20px;
}

.appDetail img {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 28px;
    margin-right: 30px;
    border: 1px solid #efefef;
}

.appDetail .appInfo {
    width: 620px;
}

.appDetail .appInfo .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
    margin-bottom: 6px;
}

.appDetail .appInfo .title .name {
    float: left;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.appDetail .appInfo .version {
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 4px;
    width: 80px;
}

.appDetail .explain {
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.appDetail .explain li {
    float: left;
    margin-top: 10px;
    /* margin-right: 50px; */
    overflow: hidden;
    line-height: 18px;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 15px;
}

.appDetail .explain li label {
    color: #B6B6B6;
}

.appDetail .explain li span,
.appDetail .explain li a {
    color: #333333;
}

.appDetail .explain .tag:hover {
    color: #F31A22;
}

.appDetail .explain .tag {
    position: relative;
    padding: 0 4px;
}

.appDetail .explain .tag:not(:last-child):after {
    position: absolute;
    right: 1px;
    top: 3px;
    content: '';
    display: inline-block;
    height: 12px;
    width: 1px;
    background: #333333;
}

.appDetail .explain .firstTag {
    padding-left: 0;
}

.appDetail .btns {
    margin-top: 15px;
}

.appDetail .android,
.appDetail .ios ,
.appDetail .yuyue{
    float: left;
    width: 134px;
    border-radius: 8px;
    margin-right: 30px;
    line-height: 38px;
    color: #fff;
    display: none;
}

.appDetail .ios {
    margin-right: 0;
}

.appDetail .androidBtn,
.appDetail .iosBtn,
.appDetail .nodownBtn ,
.appDetail .yuyueBtn{
    box-sizing: border-box;
    padding-left: 42px;
    float: left;
    margin-right: 1px;
    width: 134px;
    height: 38px;
    background-color: #02457A;
    color: #fff;
    font-size: 14px;
    background-repeat: no-repeat;
    line-height: 38px;
    border-radius: 8px;
}

.appDetail .androidBtn {
    background-image: url(../images/android.png);
    background-position: 20px center;
    background-size: 16px;
}

.appDetail .androidBtn:hover {
    background-color: #298a08;
}

.appDetail .iosBtn {
    background-color: #00BFF3;
    padding-left: 50px;
    background-image: url(../images/ios.png);
    background-position: 30px 9px;
    background-size: 13px 16px;
}

.appDetail .iosBtn:hover {
    background-color: #02457A;
}
.appDetail .yuyueBtn {
    background-color: #ffa626;
    padding-left: 0;
    text-align: center;
}

.appDetail .yuyueBtn:hover {
    background-color: #d98116;
}
.appDetail .nodownBtn {
    background-color: #666666;
    padding-left: 50px;
    background-image: url(../images/nodown.png);
    background-position: 27px center;
    background-size: 16px 16px;
    border-radius: 8px;
}

.appDetail .qrcode {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 31px;
    height: 31px;
    background: url('../images/qr_icon.png') no-repeat center;
    z-index: 9999;
    cursor: pointer;
    overflow: hidden;
}

.appDetail .qrcode img {
    width: 108px;
    height: 108px;
    border-radius: 2px;
}

.appDetail .qrcode:hover {
    overflow: visible;
}

.appDetail .qrcode:hover .qrcodeImg {
    opacity: 1;
    right: 0;
    top: 0;
}


.appDetail .qrcode .qrcodeImg {
    position: absolute;
    top: -10px;
    ;
    right: -10px;
    width: 108px;
    height: 108px;
    padding: 10px 20px 30px 20px;
    border-radius: 4px;
    transition: width 0.3s, height 0.3s, opacity 0.1s;
    z-index: 10000;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #fff;
    opacity: 0;
}

.appDetail .qrcode p {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: 10000;
    margin: 0;
    text-align: center;
}
.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}
.contentBlockTitle {
    /* border-left: 3px solid #F31A22; */
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #02457A;
    /* padding-left: 10px; */
    margin-bottom: 16px;
    font-weight: bold;
}
.contentBlockTitle2 {
    /* border-left: 3px solid #F31A22; */
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #262626;
    /* padding-left: 10px; */
    margin-bottom: 16px;
    font-weight: bold;
}
.mr-l30{
    margin-left: 0px;
}

/* 应用文章介绍 */
.article {
    padding: 0px 0px;
    padding-bottom: 10px;
}

.articleNews {
    padding: 20px 40px;
    padding-bottom: 0px;
}

.articleTitle {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: #333;
    text-align: left;
    margin-bottom: 6px;
}

.articleNoPaddingTop {
    padding-top: 0;
}

.articleTags {
    text-align: left;
    margin-bottom: 30px !important;
}

.articleTags span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #b6b6b6;
    margin-right: 50px;
}

.articleTags span:last-child {
    margin-right: 0;
}

.article h3 {
    font-size: 14px;
    color: #F31A22;
    font-weight: 700;
    margin-bottom: 18px;
}

.article p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    word-wrap: break-word;
    font-family: 'Microsoft Yahei';
    color: #555;
}

.article p a {
    color: #F31A22;
}

.article p a:hover {
    text-decoration: underline;
}

.articleSmallTitle {
    height: 29px;
    line-height: 19px;
    font-size: 14px;
    color: #F31A22;
}

.articleSmallTitle span {
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #F31A22;
    font-weight: 600;
    margin-right: 6px;
    margin-bottom: 18px;
}

.article img {
    display: block;
    max-width: 80%;
    height: auto;
    max-height: 450px;
    margin: 5px auto;
    text-align: center;
}

.article h3 {
    background-color: #f0f6fc;
    width: 813px;
    padding-left: 15px;
    text-indent: 0 !important;
    font-size: 16px;
    color: #02457A;
    line-height: 38px;
}

/*截图*/
.pic-bd{height:480px;padding:20px 0;position:relative;overflow:hidden;}
.pic-bd .btn{display:block;width:50px;height:90px;background:url(../images/picarrow.png) 0 0 no-repeat;position:absolute;top:50%;margin-top:-45px;}
.pic-bd i{display:block;position:absolute;width:18px;height:26px;top:50%;margin-top:-13px;left:13px;}
.pic-bd .bleft{display:none;left:0;}
.pic-bd .bright{ right:0;background-position:-60px 0;}
.pic-bd .bleft:hover{background-position:0 -100px;}
.pic-bd .bright:hover{background-position:-60px -100px;}
.piclist{width:10000px;position:absolute;left:0;top:20px;
	-moz-transition:background 0.5s ease-in,color 0.3s ease-out;
    -webkit-transition:background 0.5s ease-in,color 0.3s ease-out;
    -o-transition:background 0.5s ease-in,color 0.3s ease-out;
    transition:background 0.5s ease-in,color 0.3s ease-out;}
.piclist .picitem{float:left;/* width:286px;*/padding-right:30px;}
.picitem .picitem-con{display:table-cell;height:480px;vertical-align:middle;}
.picitem .picitem-con img{max-width: 390px; max-height: 300px;}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

/* 上一页下一页 */
.TurnPage {
    width: 100%;
    padding: 30px 0;
    height: 40px;
    overflow: hidden;
}
.TurnPage li {
    display: block;
    width: 45%;
    padding: 0 2%;
    background: #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
}
.TurnPage li.TurnPage-left {
    float: left;
}
.TurnPage li p {
    display: inline-block;
    overflow: hidden;
}

.TurnPage li p a, .TurnPage li p span {
    float: left;
    display: block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    color: #585757;
    overflow: hidden;
}
.TurnPage li p a {
    max-width: 230px;
}
.TurnPage li.TurnPage-right {
    float: right;
}
.TurnPage li p span{ margin-left:70px;}
.TurnPage li p a:hover{ color:#02457A;}

.ymindex_jczt .rt-gamezt li:hover{box-shadow: 2px 2px 8px rgba(0,0,0,0.2);transition: all 0.3s ease 0s; font-weight:bold;}
.ymindex_jczt .rt-gamezt li:hover img{ opacity:0.9;}
.ymindex_cnxh{ width:100%; overflow:hidden;}
.ymindex_cnxh .toDown{ overflow:hidden; margin-top:12px;}
.ymindex_cnxh .toDown li {
    margin-bottom: 10px;
    overflow: hidden;
	border-bottom:solid 1px #e6e6e6;
	padding-bottom:10px;
}
.ymindex_cnxh .toDown li .down_img {
    display: block;
    float: left;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    margin-right: 12px;
    overflow: hidden;
}
.ymindex_cnxh .toDown li .down_img img {
    display: block;
    width: 100%;
    border-radius: 14px;
}
.ymindex_cnxh .toDown li .down_img img:hover{ opacity:0.9;}
.ymindex_cnxh .toDown li .down_btn {
    display: block;
    float: right;
    margin: 14px 0 14px 10px;
    width: 79px;
    height: 36px;
    background: url(../images/gameTopicicon.png) #fafcfc no-repeat -86px -75pt;
}
.ymindex_cnxh .toDown li .down_btn:hover{ color:#FFF;
     background-color:#02457A; 
     background-position:-86px -4pc;
    }
.ymindex_cnxh .toDown li .down_text {
    overflow: hidden;
    width: 111px;
    height: 64px;
}
.ymindex_cnxh .toDown li .down_text a {
    display: block;
    float: left;
    font-size: 15px;
    color:#413f3f;
    line-height: 20px;
    height: 20px;
    margin: 5px 0 15px;
    max-width: 165px;
    overflow: hidden;
}
.xz-list-ym .zm-zxsy .toDown li .down_text a{ margin: 8px 0 15px;}
.ymindex_cnxh .toDown li .down_text a:hover{ color:#02457A!;}
.ymindex_cnxh .toDown li .down_text p {
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
}
.ymindex_cnxh .toDown li .down_text p em {
    font-size: 12px;
    float: left;
    color:#8a8888;
    line-height: 16px;
    padding-left: 10px;
   
    background: url(../images2019/icon.png) no-repeat -274px -38px;
}
.ymindex_cnxh .toDown li .down_text p em:first-child {
    padding-left: 0;
    background-image: none;
}
.ymindex_zrzx .xzindex_h3{ border-bottom-color:#FFF;}
.ymindex_jczt .xzindex_h3{ border-bottom-color:#FFF;}
.ymindex_cnxh .xzindex_h3{ border-bottom-color:#FFF;}
.ymindex_zrzx ul{ display:none;}
.ymindex_zrzx ul.gl_yc{ display: block;}
.zm-xgwz ul:nth-child(2){ margin-right:30px;}
.zm-zxsy .toDown li .down_text a{ font-size:16px;}
.zm-zxsy .toDown li .down_img{ width:72px; height:72px;}
.zm-zxsy .toDown li{border-bottom: 1px dashed #ddd;}
.zm-zxsy .toDown{ margin-top:10px;}
.zm-zxsy2 .toDown li .down_text a{ font-size:16px;}
.zm-zxsy2 .toDown li .down_img{ width:62px; height:62px;}
.zm-zxsy2 .toDown li{ border-bottom-color:#fff;}
.zm-zxsy2 ul li i{float: left;width: 23px;height: 23px; line-height:23px;background:#bcbcbc;text-align: center;margin-right: 12px; margin-top:4px;color:#FFFFFF;
}

.zm-zxsy2 ul li i.shuzi1{ background-color:#fe7c7c;}
.zm-zxsy2 ul li i.shuzi2{ background-color:#fd9595;}
.zm-zxsy2 ul li i.shuzi3{ background-color:#febdbd;}
.zm-zxsy2 .toDown{ margin-top:10px;}
.zm-zxsy2 .toDown li{ margin-bottom:5px;}
.ym-zxhj .xzindex_h3{ border-bottom-color:#FFF; margin-bottom:10px;}
.xz-list-zm .zm-xghj .zx_h3_all h3{ font-size:22px; font-weight:normal; }
.xz-list-zm .xzzm-qtbb .xzindex_h3 i{ width:0;}
.xz-list-zm .html_box .xzindex_h3 i{ width:0;}
.xz-list-zm .zm-xgwz .xzindex_h3 i{ width:0;}
.xz-list-zm .imgpre_class .xzindex_h3 i{ width:0;}
.xzindex_h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
}
.xzindex_h3 .h3_zm i {
    display: block;
    width: 5px;
    height: 20px;
    line-height: 20px;
    background-color: #02457A;
    float: left;
    margin: 15px 15px 0 0;
}
.xzindex_h3 .h3_zm p {
    float: left;
    font-size: 22px;
    color: #666;
    font-weight: 600;
}