/*详情页*/
body, html {
    font: 14px "微软雅黑";
}
body {
    
    background: url(../img/bodyBg.png) no-repeat;
    background-size: 100% auto;
    height: fit-content;
}
.menu-btn {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(../img/menu.png);
    margin-top: 4px;
}


.back-btn, .search-btn, .home-btn, .space {
    margin-top: 3px;
}

.secHeader {
    height: 46px;
    padding: 8px 3%;
}

.secHeader ul li {
    line-height: 30px;
}

.title-word {
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 0 8px;
}

.detail_tit {
    max-width: 84%;
}

.downLoad_btn {
    width: 16%;
    display: none;
    background-color: #0598fa;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.secHeader ul li.downLoad_btn a {
    display: block;
    color: #fff;
}

.orderTop_btn {
    width: 16%;
    display: none;
    background-color: #d33d3e;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.secHeader ul li.orderTop_btn a {
    display: block;
    color: #fff;
}

.appdetailbox {
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.appmorebox {
    background-color: #fff;
    margin-top: 8px;
}

/* 详情、相关、评论导航 */
.mContTab {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    height: 34px;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    overflow: hidden;
    border-top: 1px solid #efefef;
}

.mContTab li {
    width: auto;
    height: 34px;
    border-right: 1px solid #efefef;
    overflow: hidden;
    -webkit-box-flex: 1;
    cursor: pointer;
}

.mContTab li b {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: auto;
    text-align: center;
    display: block;
    overflow: hidden;
}

.mContTab li:last-child {
    border: none;
}

.mContTab .m-hover b {
    height: 31px;
    line-height: 31px;
    color: #fbc846;
    border-bottom: 2px solid #fbc846;
}

.mContTab li b img {
    width: 14px;
    height: 14px;
    display: inline;
    margin-right: 4px;
}

.app-info {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    background-color: #fff;
    padding-top: 12px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.app-icon {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    position: relative;
}

.app-detail {
    margin: 0px 0px 0 82px;
    text-align: left;
    height: 72px;
}

.app_nameBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app_nameBox span {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-left: 6px;
    float: left;
    max-width: 26%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_nameBox em.gf_sign {
    background-color: #0598fa;
    border-radius: 5px;
    color: #fff;
    margin-left: 12px;
    padding: 0 3px 1px 3px;
    font-size: 13px;
    margin-top: 2px;
    float: left;
}

.deta_type {
    color: #666;
}

.app_detaTit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
    float: left;
    max-width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-detail-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_nameBox .app-detail-name {
    max-width: 70%;
    float: left;
    margin-bottom: 9px;
}

.app-detail-size {
    font-size: 14px;
    max-width: 100%;
    line-height: 22px;
    display: block;
    overflow: hidden;
}

.app-icon img {
    border: 0;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    min-width: 100%;
    top: 0;
    left: 50%;
    height: 72px;
    transform: translateX(-50%)
}

.app-detail-size p {
    line-height: 22px;
    float: left;
    color: #666;
    height: 22px;
    overflow: hidden;
    font-size: 12px;
}

.app-detail-size p:nth-child(even) {
    width: 60%;
}

.app-detail-size p:nth-child(odd) {
    width: 40%;
}

.app-detail u {
    margin-right: 4px;
    margin-left: 4px;
    font-style: normal;
    font-size: 12px;
    color: #009900;
    text-decoration: none
}

.app-detail u:first-child {
    margin-left: 0;
}



.appdetailbox .soft_label, .appdetailbox .time_label {
    border-right: none;
    color: #999;
    font-size: 13px;
    line-height: 16px
}

.appdetailbox .time {
    padding-left: 4px;
    border-right: none;
    color: #999;
}

.appdetailbox .people {
    border-right: none;
    color: #999;
    font-size: 12px;
}







.app-profile {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}


.display-right .content-text {
    text-align: left;
    margin-bottom: 0px;
    line-height: 1.71;
    font-family: -apple-system, helvetica, sans-serif;
    letter-spacing: 1px;
}

.display-right .content-text p {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 12px;
}

/* .display-right .content-text strong {
    color: #444;
} */

.display-right .content-text a {
    color: #fbc846;
    font-weight: bold;
    text-decoration: underline;
}


.content-text {
    font-size: 16px;
    word-break: break-all;
    color: #666;
}


.content-text img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    margin-top: 8px;
    text-align: center;
    vertical-align: middle;
}

.display-right pre {
    text-align: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    word-break: break-word;
}

pre {
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}


.showAndHide {
    width: 100%;
    height: 36px !important;
    background: #e9e9e9;
    color: #999;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 36px;
}

.showAndHide div {
    width: 100%;
    height: 100%;
    background-size: 100%;
}



/* 标题 */
.may-love-title {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 3%;
    height: 31px;
    line-height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.may-love-title p {
    width: 100%;
    height: 30px;
}

.may-love-title span {
    display: block;
    height: 30px;
    line-height: 24px;
    color: #666;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.may-love-title em {
    margin-left: 6px;
    font-style: normal;
}

.may-love-title i {
    width: 10px;
    height: 28px;
    background: #fff;
    float: left;
}

.may-love-title a {
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}




/* 热门手游，火爆软件，今日发现手游，今日发现软件，VR游戏，TV应用 */
.mayLove-content {
    width: 100%;
    display: flex;
    clear: both;
    width: auto;
    overflow: scroll;
}

.app-may-love .mayLove-content {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    clear: both;
    overflow: scroll;
}

/*猜你喜欢*/
.guess_nr {
    width: 100%;
    overflow: hidden;
}

.tags-tab {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    line-height: 35px;
    position: relative;
    border-bottom: 1px #e8e8e8 solid;
}

.tags-tab .d_title_r {
    padding-left: 90px;
    height: 38px;
    position: absolute;
    right: 0;
    bottom: -1px;

    overflow: hidden;
}

.tags-tab .d_title_r ul li {
    margin: 0 10px;
    max-width: 86px;
    color: #666;
    display: inline-block;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.tags-tab .d_title_r ul li.active {
    border-bottom: 1px solid #65bb0a;
    color: #65bb0a;
    height: 36px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.tags-tab em {
    font-style: normal;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding: 0 !important;
}

#tags-main {
    width: 100%;
    height: auto;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
}



.tags-main-ul {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.tags-qtcj-ul {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tags-qtcj-ul .PicControls {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 2px;
    position: absolute;
    height: 30px;
}

.tags-qtcj-ul .PicControls .PicPage span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 11px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    background: #999;
}



.tags-main-ul ul {
    padding: 10px 0 0 0;
    overflow: hidden;
}

.tags-main-ul ul.tags-box-ul {
    padding: 0px 0 0 0;
    overflow: hidden;
    max-height: 278px;
}

.mayLove-content ul.tags-box-ul {
    width: 100%;
    padding: 0px 0 0 0;
    overflow: hidden;
    max-height: 278px;
}

.mayLove-content ul li {
    margin-bottom: 10px;
}



.tags-box-ul {
    overflow: hidden;
    zoom: 1;
}

.tags-main-ul ul li {
    margin-bottom: 10px;
}

.tags-box-ul li {
    width: 25%;
    float: left;
    margin-top: 4px;
    height: 123px;
}

.tags-box-ul li a {
    display: block;
    width: 66px;
    height: 98px;
    text-align: center;
    margin: 0 auto;
}

#down-page #info img, #down-page .guess .tags-box-ul li img {
    width: 65px;
    height: 65px;
    border-radius: 5px;
}

#down-page #tags-main, #down-page .guess_nr .tags-box-ul li a, #down-page #tags-main2 .tags-box-ul li a {
    height: auto;
}

.tags-box-ul li img {
    width: 66px;
    height: 66px;
    text-align: center;
    float: left;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

ul.tags-box-ul li span {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
    display: block;
    width: 66px;
    color: #000;
    text-align: center;
    word-break: break-all;
}

.tags-box-ul li em {
    border-radius: 20px;
    border: #fbc846 1px solid;
    line-height: 25px;
    color: #fbc846;
    display: block;
    font-style: normal;
}

.tags-main-ul ul li em {
    border-radius: 20px;
    border: #fbc846 1px solid;
    line-height: 25px;
    color: #fbc846;
    display: block;
    font-style: normal;
}

/*猜你喜欢*/
.mayLove-content .mayLove-list {
    height: auto;

    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 10px;
}







.appmorebox ul.detailApp_list {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    padding-bottom: 16px;
}

.appmorebox ul.detailApp_list li:first-child {
    padding-top: 0;
}








/*热门标签*/
.detail_hotLabel {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 8px;
}

.hotLabel_tit {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    height: 31px;
    line-height: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hotLabel_tit p {
    width: 100%;
    height: 30px;
}

.hotLabel_tit span {
    display: block;
    height: 30px;
    line-height: 24px;
    color: #666;
    float: left;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
}

.hotLabel_tit a {
    float: right;
    font-size: 12px;
    color: #c9c9c9;
}

.detail_hotLabel ul.hotLabel_list {
    width: 100%;
    overflow: hidden;
    max-height: 110px;
}

.detail_hotLabel ul.hotLabel_list li {
    float: left;
    max-width: 140px;
    min-width: 70px;
    margin: 0 2px 12px 6px;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #999;
}

.detail_hotLabel ul.hotLabel_list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    border-radius: 4px;
    color: #333;
    padding: 0 8px;
    box-sizing: border-box;
}

@media screen and (max-width: 466px) {
    .detail_hotLabel ul.hotLabel_list li {
        max-width: 109px;
        margin: 0 0px 10px 6px;
    }

    .detail_hotLabel ul.hotLabel_list li a {
        padding: 0 6px;
    }
}

@media screen and (max-width: 360px) {
    .detail_hotLabel ul.hotLabel_list li {
        max-width: 100px;
        margin: 0 0px 10px 6px;
    }

    .detail_hotLabel ul.hotLabel_list li a {
        padding: 0 2px;
    }
}

.detail_hotLabel ul.hotLabel_list li:first-child {
    color: #169BD5;
    border: 1px solid #169BD5;
}

.detail_hotLabel ul.hotLabel_list li:first-child a {
    color: #169BD5;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(2n) {
    color: #CC6600;
    border: 1px solid #CC6600;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(2n) a {
    color: #CC6600;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(3n) {
    color: #009999;
    border: 1px solid #009999;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(3n) a {
    color: #009999;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(4n) {
    color: #FF0000;
    border: 1px solid #FF0000;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(4n) a {
    color: #FF0000;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(5n) {
    color: #660033;
    border: 1px solid #660033;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(5n) a {
    color: #660033;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(6n) {
    color: #CC00CC;
    border: 1px solid #CC00CC;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(6n) a {
    color: #CC00CC;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(7n) {
    color: #0000FF;
    border: 1px solid #0000FF;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(7n) a {
    color: #0000FF;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(8n) {
    color: #2c7316;
    border: 1px solid #2c7316;
}

.detail_hotLabel ul.hotLabel_list li:nth-child(8n) a {
    color: #2c7316;
}

.tags-main_txt {
    width: 100%;
    position: relative;
}

.tags_app_info {
    width: 100%;
    overflow: hidden;
}

.tags-main_intro {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777;
    line-height: 22px;
}

.tags-main_txt a {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/all_css_img.png) no-repeat -12px -1320px;
    padding-left: 20px;
    color: #777;
}

span.span_tit {
    background: url(../img/all_css_img.png) no-repeat -32px -1340px;
    padding-left: 10px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.span_tit u {
    text-decoration: none;
    color: #fbc846;
    margin: 0 4px;
}

.appmorebox .clickMore {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #ececec;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.tags-main-ul .tags-tlsec-box ul li {
    margin-bottom: 0px;
}

.appmorebox .tags-tlsec-box ul.hidden {
    padding-bottom: 0;
    padding-top: 0;
}

.tags_hotCon {
    padding: 0 3%;
    box-sizing: border-box;
    border-bottom: none;
}

.tags_hotCon .PicControls {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 30px;
}

/*左侧menu*/


.menu_title {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-indent: -41px;
    height: 46px;
    background-color: #fff;
    line-height: 46px;
    border-bottom: 1px solid #e6e6e6;
}

.menu_title img {
    width: 27px;
    height: 27px;
    float: left;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 8px;
}




/* 正文图片点击放大和轮播开始 */
#mcontentbos {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    background-color: #fff;
    height: auto;
    padding-top: 4px;
    padding-bottom: 12px;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

.imgbox {
    position: relative;
}

#wrapper {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8px 0 6px 0;
}

#scroller {
    width: 3000px;
    height: 100%;
    float: left;
}

#scroller ul {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#scroller li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 145px;
    text-align: center;
    margin-right: 5px;
}

#scroller li img {
    border-radius: 4px;
    width: 145px;
}






.sfyx_info {
    width: 94%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.sfyx_info ul.sfyx_item {
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-top: -10px;
    overflow: hidden;
}

.sfyx_info ul.sfyx_item li {
    width: 100%;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888
}

.sfyx_info ul.sfyx_item li > span.ap_noti {
    float: left;
    margin-right: 60px;
}

.sfyx_info ul.sfyx_item li a {
    color: #fbc846;
}

/*无需网络，无广告，免谷歌*/
ul.sfyx_item li.cospan span {
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    margin-right: 10px;
    line-height: 22px;
    border-radius: 4px;
    position: relative;
    background-color: #3cb8ec;
}

ul.sfyx_item li.cospan span:last-child {
    margin-right: 0;
}

ul.sfyx_item li.cospan span i.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 2px;
    margin-right: 3px;
    background: url("../img/cssimg.png") no-repeat;
    overflow: hidden;
}

ul.sfyx_item li.cospan span i.icon.wl {
    background-position: -101px -5px;
}

ul.sfyx_item li.cospan span i.icon.wg {
    background-position: -127px -5px;
}

ul.sfyx_item li.cospan span i.icon.mg {
    background-position: -151px -5px;
}

ul.sfyx_item li.cospan i.icon.wl_no {
    background-position: -7px -5px;
}

ul.sfyx_item li.cospan i.icon.wg_no {
    background-position: -29px -5px;
}

ul.sfyx_item li.cospan i.icon.mg_no {
    background-position: -53px -5px;
}

.readqx_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    display: none;
    overflow-y: hidden;
}

.readqx_tanchuan .readqx_tit .readqx_close {
    width: 30px;
    height: 30px;
    color: #666;
    font-size: 18px;
    transform: scale(1.5, 1);
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    font-weight: normal;
}

.readqx_tanchuan {
    width: 80%;
    display: none;
    height: auto;
    background: #fff;
    border-radius: 10px;
    color: #666;
    text-align: center;
    position: fixed;
    top: 15%;
    left: 10%;
    box-sizing: border-box;
    padding: 12px 12px;
    z-index: 100;
}

.readqx_tanchuan pre {
    font-size: 15px;
    font-family: 微软雅黑;
    line-height: 24px;
}

.readqx_tanchuan .readqx_tit {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.readqx-form {
    max-height: 360px;
    overflow: auto;
    font-size: 15px;
    text-align: left;
    line-height: 30px;
}


.readys_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    display: none;
    overflow-y: hidden;
}

.readys_tanchuan .readqx_tit .readqx_close {
    width: 30px;
    height: 30px;
    color: #666;
    font-size: 18px;
    transform: scale(1.5, 1);
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    font-weight: normal;
}

.readys_tanchuan {
    width: 80%;
    display: none;
    height: auto;
    background: #fff;
    border-radius: 10px;
    color: #666;
    text-align: center;
    position: fixed;
    top: 15%;
    left: 10%;
    box-sizing: border-box;
    padding: 12px 12px;
    z-index: 100;
}

.readys_tanchuan pre {
    font-size: 15px;
    font-family: 微软雅黑;
    line-height: 24px;
}

.readys_tanchuan .readqx_tit {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}




/*豌豆荚下载*/
.mobLgBox {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.mobLgBox .mobLgCont {
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
    line-height: 22px;
    color: #999999;
    font-size: 14px;
}

.mobLgBox .wdj_xz_btn.wdj_xz_safe .new-btn {
    float: right;
    width: 60%;
    background-color: #fbc846;
    color: #fff;
    border-radius: 36px;
    border-radius: 4px;
}

.mobLgBox .wdj_xz_btn .new-btn {
    float: right;
    width: 60%;
    border-radius: 4px;
}

.app-info .mobLgIn {
    position: absolute;
    top: 24px;
    right: 0;
    -ms-flex: none;
    flex: none;
    height: 72px;
    overflow: hidden;

}





/*游戏佳作*/
.hotRec_appBox {
    width: 96%;
    margin: 0 auto;
    overflow: scroll;
}

ul.hotRec_appUl {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 6px;
    box-sizing: border-box;
}

ul.hotRec_appUl li {
    width: 166px;
    height: 184px;
    float: left;
    margin-bottom: 10px;
}

ul.hotRec_appUl li a {
    width: 150px;
    height: 180px;
    display: inline-block;
    margin: 6px 16px 6px 0;
    border-radius: 4px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 6%);
}

ul.hotRec_appUl li .photo {
    width: 88px;
    margin: 12px auto 0;
    height: 88px;
}

ul.hotRec_appUl li .photo a {
    display: block;
}

ul.hotRec_appUl li .photo img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    height: 100%;
    border-radius: 20px;
}

ul.hotRec_appUl li .msg {
    width: 150px;
    text-align: center;
    padding: 9px 6px 0 6px;
    box-sizing: border-box
}

ul.hotRec_appUl li .msg p {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.hotRec_appUl li .msg span {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.hotLabel_tit span em {
    color: #fbc846;
    margin-left: 2px;
}

.hotRec_appBox2 {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 12px;
}

ul.hotRec_appUl2 {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

ul.hotRec_appUl2 li {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-bottom: 1px dashed #e8e8e8;
}

ul.hotRec_appUl2 li .img {
    margin-right: 12px;
    display: block;
    width: 62px;
    float: left;
    height: 62px;
}

ul.hotRec_appUl2 li img {
    width: 62px;
    height: 62px;
    border-radius: 6px;
}

ul.hotRec_appUl2 li p {
    -webkit-box-flex: 1;
    color: #777;
    overflow: hidden;
    padding-right: 66px;
    height: 62px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.hotRec_appUl2 li p a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}

ul.hotRec_appUl2 li p span {
    width: 100%;
    display: block;
    height: 20px;
    color: #666;
    overflow: hidden;
    margin-top: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 13px "\5FAE\8F6F\96C5\9ED1";
}

ul.hotRec_appUl2 li .apBtn {
    width: 62px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    display: block;
    border-radius: 20px;
    border: #fffcf3 1px solid;
    text-align: center;
    color: #fbc846;
    background-color: #fffcf3;
    font-style: normal;
    position: absolute;
    right: 0px;
    top: 30px;
}

footer {
    width: 100%;
    margin-top: 0.5rem;
    background-color: #313131
}

footer .ft {
    width: 100%;
    padding-top: 0.43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .ft img {
    width: auto;
    height: 0.72rem;
    object-fit: cover
}

footer .fc {
    padding: 0 0.2rem;
    margin-top: 0.3rem
}

footer .fc .fcText {
    padding: 0.25rem 0.22rem;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 0.18rem;
    color: rgba(179, 179, 179, .5);
    line-height: 0.3rem
}

footer .fb {
    padding: 0.31rem 0.77rem 0.39rem
}

footer .fb p {
    text-align: center;
    font-size: 0.24rem;
    color: #B3B3B3;
    line-height: 0.42rem
}





.downBtn .down_btn {
    width: 94%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border-radius: 4px;
    margin: 12px auto;
}

.downBtn .down_btn.reserve {
    background: linear-gradient(to right, #39d5ca, #40eabb);
}

.downBtn .down_btn.down {
    display: block;
    background: linear-gradient(to right, #fbc846, #fbc846);
}

.downBtn .explain {
    width: 86%;
    border: 1px solid #ffd2a6;
    background: #fffaf2;
    margin: 0 auto;
    padding: 10px 18px 10px 13px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    margin-bottom: 12px;
}

.downBtn .explain em {
    color: #ffa622;
}

.icon {
    background-image: url(../img/icon.png);
    background-size: 400px 400px;
}

.hide {
    display: none;
}

.orderCover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 80%;
    border-radius: 6px;
}

.orderBox .oHead {
    height: 60px;
    line-height: 60px;
    background: #fb9d04;
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.orderBox .oHead i {
    position: absolute;
}

.orderBox .oHead i.l {
    width: 55px;
    height: 50px;
    background-position: -59px -279px;
    top: 10px;
    left: 0;
}

.orderBox .oHead i.close {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
    background-position: -367px -214px;
}

.orderBox .oVersion {
    height: 135px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    padding: 24px 6px 26px;
}

.orderBox .oVersion .android {
    width: 142px;
    height: 79px;
    border-right: 1px dashed #fcbb50;
    float: left;
}

.orderBox .oVersion .ios {
    width: 142px;
    height: 79px;
    float: left;
}

.orderBox .oVersion .android i, .orderBox .oVersion .ios i {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 5px auto 8px;
}

.orderBox .oVersion .android.on i, .orderBox .oVersion .ios.on i {
    box-shadow: 0 5px 8px rgba(251, 157, 4, .12);
}

.orderBox .oVersion .android i {
    background-position: -52.5px -350px;
}

.orderBox .oVersion .android.on i {
    background-position: -2.5px -350px;
}

.orderBox .oVersion .ios i {
    background-position: -99px -350px;
}

.orderBox .oVersion .ios.on i {
    background-position: -101px -350px;
}

.orderBox .oVersion p {
    line-height: 0.48rem;
    text-align: center;
    font-size: 16px;
    color: #525252;
    font-weight: bold;
}

.orderBox .oVersion div.on p {
    color: #fb9d04;
}

.orderBox .oVersion .oBtn1, .orderBox .oTestWay .oBtn2, .orderBox .oVerificationCode .oBtn3, .orderBox .oWin .oBtn4 {
    float: left;
    width: 230px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    margin: 18px 0 0 29px;
    background: #fb9d04;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.orderBox .oTestWay {
    height: 139px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    padding: 20px 35px 26px;
}

.orderBox .oTestWay {
    font-size: 12px;
    color: #fb9d04;
}

.orderBox .oTestWay input {
    width: 168px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    background: #f6f6f6;
    font-size: 13px;
    color: #a8a8a8;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    margin: 0 0 10px 5px;
}

.orderBox .oTestWay .oBtn2 {
    margin: 9px 0 0 0;
}

.orderBox .oVerificationCode {
    height: 125px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 33px 0 26px 35px;
}

.orderBox .oVerificationCode .info {
    overflow: hidden;
}

.orderBox .oVerificationCode span {
    font-size: 14px;
    color: #fb9d04;
    float: left;
    line-height: 36px;
    margin-right: 10px;
}

.orderBox .oVerificationCode #v_container {
    width: 30%;
    height: 36px;
    float: left;
}

.orderBox .oVerificationCode #v_container #verifyCanvas {
    width: 77px;
    height: 36px;
}

.orderBox .oVerificationCode #code_input {
    width: 79px;
    height: 35px;
    border: 1px solid #f6f6f6;
    padding-left: 11px;
    border-radius: 4px;
    margin-left: 10px;
    background: #f6f6f6;
    font-size: 13px;
    color: #a8a8a8;
    float: left;
}

.orderBox .oVerificationCode em {
    font-size: 12px;
    color: #a8a8a8;
    line-height: 30px;
    float: left;
    margin-left: 51px;
}

.orderBox .oVerificationCode .oBtn3 {
    margin: 22px 0 0 0;
}

.orderBox .oWin i {
    display: block;
    width: 124px;
    height: 68px;
    margin: 29px 93px 0 85px;
    background-position: -273px -334px;
}

.orderBox .oWin p {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #fb9d04;
    font-weight: bold;
    text-align: center;
}

.orderBox .oWin .oBtn4 {
    margin: 9px 0 19px 35px;
}






.gSecret, .gPower, .agSecret {
    color: #fbc846 !important;
    cursor: pointer;
}
/* power */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    padding:15px;
    background: url(../img/qxtopbg.png) no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
}

.gRule .oTitle {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.gRule .oTitle p {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 0 auto;
}

.gRule .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: #fbc846;
    width: 80%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin: 0px auto ;
    border-radius: 29px;
}

.ruleMain {
    display: block;
    height: 400px;
    border: none;
    padding: 0 18px 0 6px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    margin: 10px auto 30px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.rulegMain p {
    margin-bottom: 8px;
    display: block;
}

.ruleMain p span {
    display: block;
}

.ruleMain p br {
    display: none;
}

.ruleBox:after {
    content: '';
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 43px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 12px 12px;
}

/* Privacy */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width:90%;
    padding: 15px;

    background-color: #fff;
    text-align: center;
    border-radius: 20px;
}

.gPrivacy .gPclose {
    position: absolute;
    top: 10px;
    right: 9px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .oTitle {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.gPrivacy .oTitle p {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 0 auto;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: #fbc846;
    width: 80%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin: 0px auto ;
    border-radius: 29px;
}

.privacyMain {
    display: block;
    height: 400px;
    border: none;
    padding: 0 18px 0 6px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    margin: 10px auto 30px;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.privacyMain p {
    margin-bottom: 8px;
    display: block;
}

.privacyMain p span {
    display: block;
}

.privacyMain p br {
    display: none;
}
.pswp--open ~ .pswp--open {
    display: none !important;
}
.light-box {
    position: fixed;
    top: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9)
}

.light-box > div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.light-box ul, .light-box li {
    height: 100%;
    width: 100%;
}

.light-box .swiper-slide img {
    line-height: 100%;
    max-width: 100%;
    max-height: 80%;
}

.light-box .swiper-slide {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.light-box .swiper-container-horizontal > .swiper-pagination {
    right: 0.3rem !important;
    top: 0.3rem !important;
    display: inline;
    width: auto;
    height: 1.8rem;
    text-align: right;
    color: #c5c5c5;
    font-style: italic;
}

.light-box .swiper-pagination-current {
    font-size: 0.5rem;
    color: #fff;
}

.light-box .close {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 1rem;
    top: 2rem;
    font-size: 0;
    z-index: 99999;
    cursor: pointer;
}

.light-box .close:before, .light-box .close:after {
    content: '';
    position: absolute;
    left: 1.2rem;
    top: .2rem;
    display: block;
    width: .13rem;
    height: 1.8rem;
    background: #ccc;
    font-size: 0;
    vertical-align: middle;
}

.light-box .close:before {
    -webkit-transform: rotate(45deg);
}

.light-box .close:after {
    -webkit-transform: rotate(-45deg);
}
