.screening {
    position: relative;
    width: 100%;
    border-top: 6px solid #f5f5f5;
}

.screening_hd {
    overflow: hidden;
    padding: 12px;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
}

.screening_hd span {
    text-align: center;
    flex: 1;
    color: #666;
    font-size: 14px;
}

.screening_hd span::after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 6px;
    background: url(../images/icon_tab.png) no-repeat;
    background-size: 100%;
    margin: 0 0 1px 6px;
}

.screening_hd span.on {
    color: #3399ff;
}

.screening_hd span.on::after {
    background-position: 0 -6px;
}

.screening_bd {
    display: inline-block;
    /* position: absolute; */
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 19px #f3f2f2;
    padding-bottom: 10px;
}

.screening_bd ul+ul {
    display: none;
}

.screening_bd ul {
    padding: 12px;
}

.screening_bd ul li {
    float: left;
    width: 25%;
}

.screening_bd ul li a {
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #666;
    background: #f2f2f2;
    border-radius: 12px;
    text-align: center;
    margin: 6px;
}

.screening_bd ul li a.on {
    background: #3399ff;
    color: #fff;
}

.downls {
    overflow: hidden;
    padding: 12px;
}

.downls .item {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.downls .item .img {
    display: block;
}

.downls .item .img,
.downls .item .img img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
}

.downls .item .info {
    flex: 1;
    height: 64px;
    margin: 0 12px;
}

.downls .item .info .bt {
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
}

.downls .item .info .bt h1 {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    margin-right: 5px;
}

.downls .item .info .bt a {
    height: 20px;
    width: 40px;
    min-width: 40px;
    border-radius: 4px;
    background: #f5f5f5;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #ff9933;
    margin: 2px 0 0 8px;
}

.downls .item .info .type {
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
}

.downls .item .info .type span,
.downls .item .info .type .star {
    float: left;
}

.downls .item .info .type .star {
    margin: 5px 0 0 0;
}

.downls .btn {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    background: #3399ff;
    margin-top: 15px;
    box-shadow: 0 0 8px #1ab2ff;
}

.downls .btn i {

    /* display: inline-block; */
    font-size: 13px;
    color: #fff;
    padding-left: 25px;
    line-height: 31px;
    background: url(../images/downloading.png) no-repeat left -127px;
    background-size: 20px auto;
}

.downls .btn.btn-disabled {
    background: #ccc;
}

.downls .downl_wd {
    display: flex;
    text-align: center;
    margin-top: 12px;
}

.downls .downl_wd .downl_a {
    width: 100px;
    height: 48px;
    background: #f2f2f2;
    border-radius: 3px;
}

.downls .downl_wd .downl_a span {
    font-size: 14px;
    color: #111;
    width: 100%;
    font-weight: bold;
    margin-top: 7px;
    display: inline-block;
}

.downls .downl_wd .downl_b {
    background: #3399ff;
    flex: 1;
    height: 48px;
    margin-left: 12px;
    border-radius: 3px;
}

.downls .downl_wd .downl_b span {
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    margin-top: 7px;
    display: inline-block;
}

.downls .downl_wd .downl_b i {
    color: #f2f2f2;
    font-size: 12px;
}

.downls .tips {
    overflow: hidden;
    color: #ff4c4c;
    font-size: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    height: 22px;
    line-height: 22px;
    margin: 12px 0 0;
    text-align: center;
}

.img_list {
    margin: 12px 0 12px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.img_list ul li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
    height: 170px;
    overflow: hidden;
    background: #f5f5f5;
}

.img_list ul li img {
    height: 170px;
    width: initial;
    position: relative;
    z-index: 1;
}

.img_list ul li span.icon_video {
    /* margin-top: -px;*/
    width: 40px;
    height: 40px;
    background: url(../img/icon_details_play.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.m_video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20195;
    background: #000;
}

.close_video {
    position: absolute;
    z-index: 20199;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 60px;
    width: 40px;
    height: 40px;
    background: url(../img/close_btn.png) no-repeat;
    background-size: 100% auto;
}

.tjvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.j-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.game_tags {
    padding: 0 12px;
    overflow: hidden;
}

.game_tags span {
    float: left;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    border-radius: 12px;
    font-size: 12px;
    border: 1px solid #f2f2f2;
    color: #999;
    margin: 0 8px 8px 0;
}

.desc_bd {
    overflow: hidden;
    margin: 12px;
}

.desc_bd .desc_cont {
    line-height: 24px;
    font-size: 12px;
    color: #555;
    overflow: hidden;
    max-height: 200px;
}

.desc_bd .desc_cont h3 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.desc_bd .desc_cont h3::before {
    display: inline-block;
    width: 4px;
    height: 10px;
    background: #ff4c4c;
    content: '';
    margin: 0 8px 0px 0;
}

.desc_bd .btn {
    font-size: 12px;
    color: #3399ff;
    float: right;
}

.desc_bd .btn::after {
    width: 14px;
    height: 7px;
    display: inline-block;
    content: '';
    background: url(../img/icon_more.png) no-repeat;
    background-size: 100%;
    margin-left: 5px;
}

.desc_bd.on .desc_cont {
    max-height: initial;
}

.desc_bd.on .desc_cont p a {
    color: #0000ff
}

.desc_bd.on .btn:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#downl_slid {
    margin: 12px 0 12px 12px;
    padding-bottom: 10px;
    overflow: hidden;
    width: 82%;
    padding-right: 18%;
}

#downl_slid .top_list {
    margin: 0 8px 0 0;
}

#downl_slid .top_list li .btn {
    width: 50px;
}

#downl_slid .top_list li .info .bt {
    margin-top: 6px;
}

#downl_slid .top_list li .size {
    margin-top: 12px;
}

#downl_slid .swiper-pagination {
    bottom: -2px;
}

#downl_slid .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 3px;
}

.related_list {
    margin: 10px 12px;
    overflow: hidden;
}

.related_list li {
    overflow: hidden;
    display: flex;
}

.related_list li a {
    display: block;
    flex: 1;
    line-height: 27px;
    color: #555;
    font-size: 12px;
    height: 27px;
    overflow: hidden;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related_list li span {
    line-height: 27px;
    color: #999;
}

/*# sourceMappingURL=downls.css.map */

.imgshow {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2019521;
}

.swiperbox {
    height: 100vh;
    z-index: 3;
    background: #000;
}

.swiperbox img {
    width: initial;
    position: relative;
    z-index: 2;
}

.swiper-zoom-container:before {
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
}

.closebtn {
    position: absolute;
    z-index: 22;
    background: url(../images/newclose.png) no-repeat 11px 0px;
    width: 60px;
    height: 60px;
    bottom: 0;
    left: 10px;
    background-size: 40px;
}

.game-summary {
    overflow: hidden;
    margin-bottom: 15px;
    height: 160px;
}
/*应用介绍*/
.game-summary p ,.game-summary div,.game-summary span{
    color: #666;
    line-height: 20px;
    font-size: 13px;
    margin: 6px 12px 0 12px;
    text-align: justify;
    text-indent: 1em;
}

.opnesummary_btn {
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    box-shadow: #fff 0px 0px 35px 18px;
    position: relative;
    bottom: 0px;
    display: block;
    width: 100%;
    background: #fff;
}

.opnesummary_btn span {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
}

.opnesummary_btn i {
    width: 12px;
    height: 12px;
    padding-bottom: 10px;
    background: url(../images/spread.png) no-repeat center;
    background-size: 100%;
    display: block;
    margin: 5px auto;
}

.opnesummary_btn i.on {
    width: 12px;
    height: 12px;
    background: url(../images/collapse.png) no-repeat center;
    background-size: 100%;
    display: block;
    margin: 5px auto
}

#wrapper {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 10px 0 2px 0;
    background: #f2f2f2;
    margin: 12px 0 12px 12px;
}

#scroller {
    width: 3000px;
    height: 100%;
    float: left;
    padding: 0 5px 6px 5px;
}

#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: 152px;
    text-align: center;
}

#scroller li img {
    border: 1px solid #fff;
    width: 140px;
}

.ginfoset {
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    zoom: 1;
    padding: 10px;
}

.ginfoset li {
    width: 44%;
    float: left;
    line-height: 24px;
    color: #929292;
    height: 24px;
    overflow: hidden;
    font-size: 13px;
}

.ginfoset li a {
    color: #5d5d5d;
}

.Min_d {
    border-top: 6px solid #f5f5f5;
    overflow: hidden;
    margin-top: 5px;
    height: 190px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cc66cc', endColorStr='#7572e5', gradientType='0');
    background: -webkit-linear-gradient(left, #589cf6 0%, #1ab2ff 100%);
    background: -o-linear-gradient(left, #589cf6 0%, #1ab2ff 100%);
    background: -moz-linear-gradient(left, #589cf6 0%, #1ab2ff 100%);
    background: linear-gradient(left, #589cf6 0%, #1ab2ff 100%);
}

.Min_d .Head1,
.Min_d .Head1 a {
    color: #fff;
}

.Head1 {
    padding: 0 12px;
    overflow: hidden;
    color: #333;
}

.Head1 span {
    font-size: 16px;
    line-height: 42px;
    float: left;
    display: block;
    font-weight: bold;
}

.Head1 a {
    float: right;
    display: block;
    line-height: 42px;
    font-size: 14px;
}

.Head1 a i {
    font-size: 20px;
    margin-left: 5px;
}

.Min_d .swiper-container {
    padding: 0 12px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.face .swiper-container,
.swiper-wrapper,
.swiper-slide a img {
    width: 100%;
    height: auto;
}

.face .swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.Min_d .swiper-container .swiper-slide {
    float: left;
    width: 57.5px;
    text-align: center;
    font-size: 14px;
}

.face .swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.Min_d .swiper-container .swiper-slide .cot_a {
    margin: 24px 0;
}

.Min_d .swiper-container .swiper-slide .a {}

.Min_d .swiper-container .swiper-slide a img {
    width: 57.5px;
    height: 57.5px;
    border-radius: 10px;
    margin: 0 auto;
}

.Min_d .swiper-container .swiper-slide .a p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Min_d .swiper-container .swiper-slide .name {
    color: #555555;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.Min_d .swiper-container .swiper-slide .time {
    font-size: 12px;
    color: #589cf6;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    width: 57.5px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 9px;
}

.Min_d .swiper-container .swiper-slide {
    float: left;
    width: 57.5px;
    text-align: center;
    font-size: 14px;
}

.face .swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}


  .downlphb_item {
    overflow: hidden;
    margin: 0 12px 12px;
}
.downlphb_item .box {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 16px;
}
.downlphb_item .box ul {
    white-space: nowrap;
}
.downlphb_item .box ul li {
    display: inline-block;
    margin-right: 12px;
}
.downlphb_item .box ul li .item {
    width: 240px;
    height: 60px;
    margin: 6px 0 12px;
}
.downlphb_item .box ul li .item .num1 {
    background: url(../images/phb_1.png) no-repeat;
    background-size: 100%;
}
.downlphb_item .box ul li .item .info {
    display: flex;
    float: left;
    width: 200px;
    background: url(../images/phb_bg.png) no-repeat;
    background-size: 100% 60px;
    overflow: hidden;
}
.downlphb_item .box ul li .item .info .img, .downlphb_item .box ul li .item .info .img img {
    border-radius: 4px;
    height: 60px;
    width: 60px;
}
.downlphb_item .box ul li .item .info .img {
    margin-right: 8px;
}
.downlphb_item .box ul li .item .info .img, .downlphb_item .box ul li .item .info .img img {
    border-radius: 4px;
    height: 60px;
    width: 60px;
}
.downlphb_item .box ul li .item .info .txt {
    flex: 1;
}
.downlphb_item .box ul li .item .info .txt .bt {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-weight: 600;
}
.downlphb_item .box ul li .item .info .txt .label_lis {
    overflow: hidden;
    margin-top: 5px;
    height: 20px;
    width: 116px;
}
.downlphb_item .box ul li .item .info .txt .label_lis .c_1 {
    border: 1px solid #f7c3c4;
    color: #fa5153;
}
.downlphb_item .box ul li .item .info .txt .label_lis span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid #666;
    color: #666;
}
.downlphb_item .box ul li .item .info .txt .label_lis .c_2 {
    border: 1px solid #b4e6e2;
    color: #1ec2b6;
}
.downlphb_item .box ul li .item .num {
    width: 24px;
    height: 18px;
    margin-top: 18px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}
.downlphb_item .box ul li .item .num2 {
    background: url(../images/phb_2.png) no-repeat;
    background-size: 100%;
}
.downlphb_item .box ul li .item .num3 {
    background: url(../images/phb_3.png) no-repeat;
    background-size: 100%;
}

 .verified {
    width: 15px;
    height: 13px;
    background: url(../images/verified.png) no-repeat;
    vertical-align: middle;
    margin-left: 6px;
    display: inline-block;
}

#content > div.downls > div > div > p > span:nth-child(2){
    color: #b5b5b5;
    font-size: 10px;
}

 .external_info{
     
    overflow: hidden;
    margin: 0px 8px;
 }
 .external_info span{
     float: left;
    color: #888;
    margin-right: 15px;
 }
  .external_info span:before {
    display: block;
    float: left;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/safe_soft.png) no-repeat center;
    background-size: 100%;
    margin: 0 5px 0 0;
}
 .external_info span + span:before {
    width: 15px;
    background: url(../images/noVirus.png) no-repeat center;
    background-size: 100% 100%;
}

#content > div.downls > div > div > p{
    color: #b0b0b0;
}



#content > div.downls > p{
        margin-top: 5px;
    }
     #content > div.downls > p > a { font-size: 12px;
    height: 2em;
    line-height: 2em;
    padding: 0 1em;
    text-align: center;
    display: inline-block;
    margin-right: .5em;
    margin-bottom: -.5em;
    opacity: 1;
    
    }
   #content > div.downls > p > a:nth-child(1) {
    background-color: #d9f2fb;
    color: #1aa9fb;
}
  #content > div.downls > p > a:nth-child(2) {
   background-color: #d9fcda;
    color: #3ab14a;
}
  #content > div.downls > p > a:nth-child(3) {
    background-color: #fff3d0;
    color: #f67c23;
}