@charset "UTF-8"; /*** @description: 变量; @Author: ray; @create date: 2016-08-09;
***/
/*** @description: 方法/函数; @Author: ray; @create date: 2016-08-09;
***/
/***
	@description: 重置样式;
	@Author: ray;
	@create date: 2015-07-31;
***/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /* font-family: "-apple-system-font", "Helvetica Neue", "Helvetica", "sans-serif"; */
    /* font-size: 14px; */
    background-color: #ccc;
    color: #3f4140;
    /* -webkit-tap-highlight-color: transparent; */
}

body, dl, dd, p, form, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

em, i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

input, select, button, textarea {
    font-family: inherit;
    outline: 0;
    margin: 0;
    color: inherit;
    -webkit-appearance: none;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
    display: none;
}

/*** @description: 基础样式; @Author: ray; @create date: 2016-08-09;
***/
.red {
    color: #f04343;
}

.orange {
    color: #ff6a29;
}

.blue {
    color: #3BAEF2;
}

.green {
    color: #48ABF9;
}

.g3 {
    color: #333333;
}

.g6 {
    color: #666666;
}

.g9 {
    color: #999999;
}

.hide {
    display: none !important;
}

.fn-clear, .row {
    zoom: 1; }

.fn-clear:after, .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

.flex, .layer .layer-btns, .section-category .list, .top-list-body .list-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-item, .layer .layer-btns .layer-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex-wrap, .section-category .list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-justify {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-align-middle {
    -webkit-align-items: center;
    align-items: center;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
    content: " ";
}

/*** @description: 按钮样式; @Author: ray; @create date: 2016-08-09;
***/
/*按钮样式*/
.btn {
    display: inline-block;
    padding: 0.08rem 0.15rem;
    margin-bottom: 0;
    font-size: 0.3rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #FFF;
    color: #333;
    border: 1px solid #E9E9E9;
    border-radius: 0.06rem;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.none {
    background: #ccc;
    border-color: #ccc;
    box-shadow: inset 0 0 0 transparent;
}

.btn-green {
    background-color: #48ABF9;
    border-color: #48ABF9;
    color: #FFF;
}

.btn-green:hover {
    background-color: #48ABF9;
    border-color: #48ABF9;
}

.btn-download {
    width: 1.1rem;
    padding: 0.09rem 0;
    font-size: 0.28rem;
    background: #48ABF9;
    color: #FFF;
    border: none;
    border-radius: 0.3rem;
}

.btn-blue {
    background-color: #48ABF9;
    border-color: #48ABF9;
    color: #FFF;
}

.btn-blue:hover {
    background-color: #48ABF9;
    border-color: #48ABF9;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/*** @description: 动画; @Author: ray; @create date: 2016-08-09;
***/
@-webkit-keyframes rotate {
    from {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes preloader-spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader-spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes headerSlidedown {
    from {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    to {
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes headerSlidedown {
    from {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    to {
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes headerSlideup {
    from {
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes headerSlideup {
    from {
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes refresh-loading {
    0% {
        background-color: black;
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

    25% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px black, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

    75% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
}

@keyframes refresh-loading {
    0% {
        background-color: black;
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

    25% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px black, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

    75% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        -moz-transform: translateY(0.88rem);
        -ms-transform: translateY(0.88rem);
        -webkit-transform: translateY(0.88rem);
        transform: translateY(0.88rem);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        -moz-transform: translateY(0.88rem);
        -ms-transform: translateY(0.88rem);
        -webkit-transform: translateY(0.88rem);
        transform: translateY(0.88rem);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes preload {
    0% {
        box-shadow: -2em 0 0 #fff, -1.5em -1.5em 0 currentColor, 0 -2em 0 currentColor, 1.5em -1.5em 0 currentColor, 2em 0 0 currentColor, 1.5em 1.5em 0 currentColor, 0 2em 0 currentColor, -1.5em 1.5em 0 currentColor, 0 0 0 currentColor;
    }

    12.5% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 #fff, 0 -2em 0 currentColor, 1.5em -1.5em 0 currentColor, 2em 0 0 currentColor, 1.5em 1.5em 0 currentColor, 0 2em 0 currentColor, -1.5em 1.5em 0 currentColor, 0 0 0 currentColor;
    }

    25% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 currentColor, 0 -2em 0 #fff, 1.5em -1.5em 0 currentColor, 2em 0 0 currentColor, 1.5em 1.5em 0 currentColor, 0 2em 0 currentColor, -1.5em 1.5em 0 currentColor, 0 0 0 currentColor;
    }

    37.5% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 currentColor, 0 -2em 0 currentColor, 1.5em -1.5em 0 #fff, 2em 0 0 currentColor, 1.5em 1.5em 0 currentColor, 0 2em 0 currentColor, -1.5em 1.5em 0 currentColor, 0 0 0 currentColor;
    }

    50% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 currentColor, 0 -2em 0 currentColor, 1.5em -1.5em 0 currentColor, 2em 0 0 #fff, 1.5em 1.5em 0 currentColor, 0 2em 0 currentColor, -1.5em 1.5em 0 currentColor, 0 0 0 currentColor;
    }

    62.5% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 currentColor, 0 -2em 0 currentColor, 1.5em -1.5em 0 currentColor, 2em 0 0 currentColor, 1.5em 1.5em 0 #fff, 0 2em 0 currentColor, -1.5em 1.5em 0 currentColor, 0 0 0 currentColor;
    }

    75% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 currentColor, 0 -2em 0 currentColor, 1.5em -1.5em 0 currentColor, 2em 0 0 currentColor, 1.5em 1.5em 0 currentColor, 0 2em 0 #fff, -1.5em 1.5em 0 currentColor, 0 0 0 currentColor;
    }

    87.5% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 currentColor, 0 -2em 0 currentColor, 1.5em -1.5em 0 currentColor, 2em 0 0 currentColor, 1.5em 1.5em 0 currentColor, 0 2em 0 currentColor, -1.5em 1.5em 0 #fff, 0 0 0 currentColor;
    }

    100% {
        box-shadow: -2em 0 0 currentColor, -1.5em -1.5em 0 currentColor, 0 -2em 0 currentColor, 1.5em -1.5em 0 currentColor, 2em 0 0 currentColor, 1.5em 1.5em 0 currentColor, 0 2em 0 currentColor, -1.5em 1.5em 0 currentColor, 0 0 0 #fff;
    }
}

@-webkit-keyframes mescrollRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes mescrollRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*** @Author:ray; @create date:2016-10-23;
***/
/***************layer start ******************/
@-webkit-keyframes layerIn {
    0% {
        -moz-transform: translate3d(0, 0, 0) scale(1.185);
        -ms-transform: translate3d(0, 0, 0) scale(1.185);
        -webkit-transform: translate3d(0, 0, 0) scale(1.185);
        transform: translate3d(0, 0, 0) scale(1.185);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes layerIn {
    0% {
        -moz-transform: translate3d(0, 0, 0) scale(1.185);
        -ms-transform: translate3d(0, 0, 0) scale(1.185);
        -webkit-transform: translate3d(0, 0, 0) scale(1.185);
        transform: translate3d(0, 0, 0) scale(1.185);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes layerOut {
    0% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0) scale(0.825);
        -ms-transform: translate3d(0, 0, 0) scale(0.825);
        -webkit-transform: translate3d(0, 0, 0) scale(0.825);
        transform: translate3d(0, 0, 0) scale(0.825);
        opacity: 0;
    }
}

@keyframes layerOut {
    0% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0) scale(0.825);
        -ms-transform: translate3d(0, 0, 0) scale(0.825);
        -webkit-transform: translate3d(0, 0, 0) scale(0.825);
        transform: translate3d(0, 0, 0) scale(0.825);
        opacity: 0;
    }
}

.layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -moz-animation: layerIn 0.3s both;
    -webkit-animation: layerIn 0.3s both;
    animation: layerIn 0.3s both;
}

.layer.closing .layer-inner {
    -moz-animation: layerOut 0.4s both;
    -webkit-animation: layerOut 0.4s both;
    animation: layerOut 0.4s both;
}

.layer .layer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.layer .layer-body {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.layer .layer-btns {
    direction: rtl;
}

.layer .layer-btns .layer-btn {
    display: block;
    width: 75px;
    height: 35px;
    line-height: 35px;
    color: #008def;
    font-size: 12px;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
}

.layer .layer-btns .layer-btn-no {
    background-color: #ff6a29;
    color: #FFF;
}

.layer .layer-btns .layer-btn-yes {
    background-color: #48ABF9;
    color: #FFF;
}

.layer-alert {
    background: transparent;
}

.layer-alert .layer-inner {
    display: inline-block;
    padding: 0.2rem 0.3rem;
    min-width: 2.2rem;
    text-align: center;
    font-size: 0.30rem;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    border-radius: 2px;
}

.layer-confirm .layer-inner {
    width: 240px;
    background-color: #FFF;
    font-size: 14px;
    border-radius: 6px;
    padding: 30px 25px;
    -moz-animation: layerIn 0.4s both;
    -webkit-animation: layerIn 0.4s both;
    animation: layerIn 0.4s both;
}

.layer-confirm .layer-cont {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #333;
}

/*** @description: Photo Browser; @Author:ray; @create date:2016-12-16;
***/
.photo-browser {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    display: none;
    /*background: #000;*/
    background: rgba(0, 0, 0, 0.75);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.photo-browser.photo-browser.photo-browser-in {
    display: block;
    -moz-animation: photoBrowserIn 400ms forwards;
    -webkit-animation: photoBrowserIn 400ms forwards;
    animation: photoBrowserIn 400ms forwards;
}

.photo-browser.photo-browser-out {
    display: block;
    -moz-animation: photoBrowserOut 400ms forwards;
    -webkit-animation: photoBrowserOut 400ms forwards;
    animation: photoBrowserOut 400ms forwards;
}

.photo-browser .page[data-page="photo-browser-slides"] {
    background: none;
}

.photo-browser-body {
    position: relative;
    height: 100%;
}

.photo-browser-swiper-container {
    position: absolute;
    left: 0;
    right: 0;
    /*top: 1rem;
bottom: 1rem;*/
    top: 0;
    bottom: 0;
    overflow: hidden;
    /*background: rgba(0,0,0, 0.5);*/
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.photo-browser-link-inactive {
    opacity: 0.3;
}

.photo-browser-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.photo-browser-slide.transitioning {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-slide span.photo-browser-zoom-container {
    width: 100%;
    text-align: center;
    display: none;
}

.photo-browser-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.photo-browser-slide.swiper-slide-active span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-next span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-prev span.photo-browser-zoom-container {
    display: block;
}

.photo-browser-slide.swiper-slide-active img, .photo-browser-slide.swiper-slide-next img, .photo-browser-slide.swiper-slide-prev img {
    display: inline;
}

.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader {
    display: block;
}

.photo-browser-slide iframe {
    width: 100%;
    height: 100%;
}

.photo-browser-slide .preloader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: -21px;
    left: 50%;
    top: 50%;
    /*background: url(../images/loading.svg) no-repeat;*/
    background-size: 100%;
    -moz-animation: loading 1s steps(12, end) infinite;
    -webkit-animation: loading 1s steps(12, end) infinite;
    animation: loading 1s steps(12, end) infinite;
}

.photo-browser-header {
    position: absolute;
    left: 0;
    right: 0;
    height: 1rem;
    z-index: 10;
    /*background: rgba(0,0,0,0.5);*/
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all 0.4s;
}

.photo-browser-close, .photo-browser-remove {
    position: absolute;
    z-index: 10;
    top: 0.2rem;
    left: 0.2rem;
    display: none;
}

.photo-browser-close {
    width: 0.6rem;
    height: 0.6rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMA2PwU5GRQ+elZHyJCF93SO/RUDGwbEcm3KH1J9qeapxKm0wAAAPJJREFUWMPt1MkOgjAUheHL4IgoDijgcN//LS21yVmQXvQk7nr23x9o0kpaWlpaZLuhEGPt0Ni+WWlmFLalHnsz0Km6guFVn2Zgob5geF2KuUsoRP3G5CiwHgXWo8B6nOTE586Thcp7d/5koVrDEwV4rgDPFGrOo7CvSY9vgCcL8HSB91KU/i/OtM/U70YW6tEfc7pQ70ffLMfC4Ux7EbLQBu928oXrj74MnixsR79ynijA78QPheJbX8GjgPdh3q/hUQi3m/Bhm8/tnvc9PFOAjxVasXcIPlroxF7n/F0kXniJvWv2gJ9skbuLmZaW9pe9AdgOIqeqhDo2AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% 100%;
}

.photo-browser-remove {
    left: auto;
    right: 0.3rem;
}

.photo-browser-of {
    margin: 0 5px;
}

.photo-browser-captions {
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1001;
    opacity: 1;
    /*background: rgba(0,0,0,0.5)*/
}

.photo-browser-exposed .photo-browser-name, .photo-browser-exposed .photo-browser-time, .photo-browser-exposed .photo-browser-text {
    display: none;
}

.photo-browser-caption {
    text-align: left;
    position: relative;
    z-index: 1002;
    display: none;
    min-height: 1rem;
}

.photo-browser-caption:empty {
    display: none;
}

.photo-browser-caption.photo-browser-caption-active {
    display: block;
}

.photo-browser-captions-light .photo-browser-caption {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.photo-browser-info {
    font-size: 0;
    position: relative;
    padding: 0.3rem 0;
    text-align: center;
}

.photo-browser-info + .photo-browser-text {
    margin-top: -0.4rem;
}

.photo-browser-text {
    font-size: 0.3rem;
    color: #e1e1e1;
    padding: 0.3rem;
}

.photo-browser-text:empty {
    display: none;
}

.photo-browser-text pre {
    line-height: 1.5;
    font-family: inherit;
    margin: 0;
    word-wrap: break-word;
    white-space: pre-wrap !important;
}

.photo-browser-name {
    font-size: 0.34rem;
    color: #4fab7d;
    margin-right: 0.16rem;
}

.photo-browser-time {
    font-size: 0.24rem;
    color: #777;
}

.photo-browser-count {
    color: #fff;
    font-size: 0.3rem;
}

.photo-browser-exposed .photo-browser-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.photo-browser-remove {
    display: none;
}

.photo-browser-upload .photo-browser-name, .photo-browser-upload .photo-browser-time, .photo-browser-upload .photo-browser-text {
    display: none;
}

.photo-browser-upload .photo-browser-remove {
    display: block;
}

@-webkit-keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*** @description: 图标样式; @Author: ray; @create date: 2016-10-20;
***/
.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-search, .icon-clear {
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y1REQwM0E5NEMwMTFFQUIzMzdDRTZFQkJDOTEwMkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0Y1REQwMzk5NEMwMTFFQUIzMzdDRTZFQkJDOTEwMkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTkzMjY3REY0N0MxMUU5QkRBOTgyQjUzQzcxRTU4OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOTkzMjY3RUY0N0MxMUU5QkRBOTgyQjUzQzcxRTU4OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PktaCSEAAAJVSURBVHjaxJc/SFtRFId9Iq2CDmLtElxEaaDZglCCSymIiiKWTB26CQoaUApdu3XRRQQdCh0cXEQHQQVBEEQFG5ASIaBDwQqCOilIXNLvwA1cDze+9/KvF3454b13z3fPfSf3nHj5fL7uf4yGIA/1rt+1YaZQHEVRxNy6RFmURqvodH+0JVAk3nMRA2zHLKGPAQNZQ7PAD0sCA3yBaTERvQy5izk0idZZwG1gMNBmzE+UdDyfKuJn3nFNtn4G+IUvGGgjZtkBFeAByuAopxYqOxJDCccCBD7BnBs/sCTRjQKeo22/pGGuh+lHXWoBY8z9URRsEunCeqcCPWbSUZgXjJ8ezDsLLjv0XidcvfV9SSXSeVioDOYcm10qDPH5xezIU7DZYvsnk8LBVqmHg5lrJ6L4fuuKeErNPajA4aR9JF3guEqoTAXAGRV13AWOqq3KlUt1+Ii6wJEa1IVIsayu6ai3qky1x6ULnHUcg2UNh4+sC5xWB36sAhHG1NGZdoEX1KREBcAJR8F4CjbVY82Omq3qK2ObB1S04vu0WFZPmAO9MN6YAz8sdMhUKLsxmNXVTZfFV5jrMsriV/QaTVu39tBv5qeea/buzbtIqs4iheMgjcB35U+qWyfaqWXrI9BWeWVoF82x6E2/Zk9aIFnA3xKbvUKkHdZ1gY8DPwvS3sr7WgzR3grwG/qDutGGur+NRoA/ekH+SZikm/Rp6OUsaC1ExBz5xQw64Cs888mr5l8Y4E2YDwq+DPhzVasTgAfMLzRsXe6pSVkEfoU5sS6Ny8c/AQYAEbXtybnLHmsAAAAASUVORK5CYII=');
}

.icon-clear {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzkzZGU4Mi1mZjM1LTMzNDctOTVkOC0xMWNiNGQ2NTcxODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEFFRDVBREZCMEVDMTFFODg0MjNDN0REOUQ3MUJDMUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEFFRDVBREVCMEVDMTFFODg0MjNDN0REOUQ3MUJDMUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MmM3ZTc1MGUtNTllMy02YzRhLWE5ZDUtMjc0ODU4NWNiN2ExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAzOTNkZTgyLWZmMzUtMzM0Ny05NWQ4LTExY2I0ZDY1NzE4NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkZx+jEAAAJnSURBVHjaxJfPThRBEMZrZpWAoggENiaoyUbl5s2TZ5c7B5VHQA3yCMYn0ETkEUAP3FmvBg5GDyYeEFyjEGUZN4AowSG7bX1rjWk2/WccdqGSL5mdqa7f9HR1bXWwuPKeUthJ1gjrJus6q8A6J8+2WGXWa9ZL1jxr3xcw8IARfJJ1lzVA6ew7a4r1WF7qv8F3ZHCesllFXnrW9DA03MuxnrFmDgElGTsjsXI+MBxesMapdTYuMXMuMD7tKLXeEPOJDXybdZ/aZ/eEcSC5kL1LrEFqr22whpHtJ+TGpA3a3dlFhYHzFAYhfa5WaPPXjjFi7+kzdKk/T3VVp0/ROu3s7ZrcBoX1EDPu4Is12z69dqFApzo6G9eKtVJZo+rPHwd8+rvP0uX8EAXyezf+Te9WP9pmHbGGsMZFV3HATP+tCwsAgGzQv2MC1+cGq5iArfaFP6/SK44GN0FVY8yGb61H8Klf8cUNl5cNkLyIfs+0FAZbwIyv+rwQCAGbZ54RCrsCcE8aTxM8IxTWE9IxGcDbaRxN6+zKdo9tA7ycBaq0BMsAXwb4jcujjyuSCYo1NSUcfDHGY28BLrk8LnIZtGWvLdsxxmOlBFy1edSVcmavCa6UckFRMucBjllPbV7l6Guj9u7tx/RhfdW4ZXAPz+AD33L0zQVGRxIf9d9iJAVrK9Ra1Ikj2L4TSeepF5Dn0pa2y6b0jrO5cj1gzbUBOiexrc1ejXWLNd1C6LTErPn66pqcHMakRzpMfzUmsWppGvrEZqUxe+Ta56Y/MhkzbDtFpDk7NR/aitqhrVeebWqHtpIo9gX8I8AABD7ulSwrA9sAAAAASUVORK5CYII=');
}

.icon-menu {
    width: 0.4rem;
    height: 0.4rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEMzMzU2QTRGNDdDMTFFOTkxRDlEMkFBMEI2MDYxNUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEMzMzU2QTVGNDdDMTFFOTkxRDlEMkFBMEI2MDYxNUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzMzNTZBMkY0N0MxMUU5OTFEOUQyQUEwQjYwNjE1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzMzNTZBM0Y0N0MxMUU5OTFEOUQyQUEwQjYwNjE1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn7idI4AAADHSURBVHjaYvz//z/DYAZMDIMcjDpw1IEDDVhs1/2RA9JzgNgeiNmg4r+A+CAQpwDxI6gYNnW0AnD7GW3W/t4NZLjgUHgAiB2hbHzqaAUOgKLYAo8CKyS2xQDEsBXIgSfwKDiGxD4xAA48BnJgMhDvgcY7DPyGiiUgiWFTRysAtx+UBgc0lx4OYhktB0cdOOpAiqo6HFUY3ao6YFU7WtWNVnWjVd1oVTfqwFEHjlZ1o1XdaFU3gFXd6ADmqANHHTjqQNoCgAADAGOUXVw+0Q71AAAAAElFTkSuQmCC');
}

.icon-time {
    width: 0.2rem;
    height: 0.2rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzMxQ0UzMjE3OERBMTFFN0I4ODNEODM5MEJFM0VENzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzMxQ0UzMjA3OERBMTFFN0I4ODNEODM5MEJFM0VENzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGVhNjEyNmItZWNmOC1kNDQwLTk4ZmMtNDllMTFlMTgyY2EzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDZhZDI0YjMtNzczMC0xMWU3LTg5ZmYtOTMwYTBjNzU0NmQ0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aINiLwAAAdRJREFUeNqklc8rBGEYx8csWilH+VVKipYbDsoN5YBWseVMoUiolbuEDZsfkfwFu5bV7oE4KNxI2SyHTSnacnTxoza+j76zzY4xdnnq08z7zvt855n3eZ53snw+n2JiucBJGkEJeAcP4BLsgj3OpVi2iVgXmAeVJi+pJr0gBibBjn6Rqru3gTkuELEoGAcOYCcOzkW5JkAfm1mEM8ANXsAE2AQJQ5Q3ZBkMgQX6KIw2GWE3H8iedIJ1g9gJ0UyerYJ2+rip8SUoe7PEhRLZkcm+NhGjHXILxLyiJYI9oAxcM7JMbYO+pcClsjTEtkz2LB1L0FfMKYINHBwof7d9XutFsIiDu38Iar7Fqq7aPywc7sEzGAaFP3RWsrDjvK+wELwFBWCF7RdiMu18Xs5rXASvOGizEJTEuUCYY6k/OQSCHLfweq7qJvv0LWSwV+AHHSyxEXAGTunTz3VBlQvlM2rBYBoJeGKXSKFPgwH6PoqWlhSt2hdBcwbZbdV12Rh403pZovQwWyFGqloIqcx4mD4eaqQ4TfFT8tiCETAKqkAOyAc1nIsw4yK2Rt9vx1eCm30MZnn2eS2ijFFo+7cTO6CrMzm969j4Cjf+gr8Av9kv4FOAAQB8AWisBG+HMgAAAABJRU5ErkJggg==');
}

.icon-loading {
    width: 0.34rem;
    height: 0.34rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABFCAMAAAArU9sbAAAAllBMVEUAAAA5kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv85kv98v3f9AAAAMXRSTlMA+u4H8xwSDeG7KBapjYhP28EE9jfmpJoxItOALLFuQcxrZOrXdnPHVDyVe11aSIN5drPNPgAAAx5JREFUWMOlmOl2qlAMhbcyySCiBUFRUazzVXve/+Vuk2NZTgwHvx+uVjBk2MmJopxRkvvecBn0gqXt+ecZ1DEW8654ZO3lLhTQznZHvKNj70dohrWNRDm9rYZ6Rqsiki/7uBhkiZNkg208LLyL/qGOcCkk39eD9hhm5veEZDirdsS/eRGHby9nY+lRZ1VVmJ200XfLb4mlnbmJEhzpsWegCseWEZfcFXJau3vUkX9xsZy3RvjaboJ6Zt/8vNmbK+zJWGsmKZvF/PJEg3PSb6zuMd0emE/v7hSMMGxmjgf6HI5Sr3FQC9yRsSI1qGBNSX7OnSbpjbUBNRydHo2CDbkygCo5faxoTVfnpKgzpA7XIKEW1F2oM6OeWoExyZUr2hBTJ4xALFq5wkzIGdl40xe9qWlvzsFRph20IyPNUBzp7x9LtGRE7ZcD2LGQW8L19QCLEjRBWw6keuBCxUJrRjTbZliwS+0Zchccf19PaA1/3ofNumnPimMJfl9DtGfA46HLJWpPSGcTqNAmKnCT6r7mGpP+raqG64qxW2uFxoKBcjw6vxYjlJHQiYKophfngliGVeJdgg7LqsgtXy4JsVlRI9beoMmSsM7L9cJDb1OniUAQO+nz63mYYttk/msnnVeo/ms1ydEzLpzjWgxPENH5uad1zqspuNT1ZFNB2M5LibojObxzNN9hO/59WOltfPtcqka4sVyci5pKH1bcTgr9mOzkhvl3f1LkI+BaNeVfxMtsqhWHow3ihxJkoSlWn8UcXCjEr2JrcPVX4TURs2fAv1sa+uSMCQWkmPUrubIFI/06QgXtxNvxQy58+vcAFVjMj/uhFZEKTKhxJiNT7WFIkATVMH396fgYqy7NjHk9PYqAvx/84EMc7rQNPiT8kkF9yKBTfJP73EzvgM/IuoKI3Wq5pW5NiqfyzNhY5cVNdbHe17RHfGuO1MA7Jn1dtrNWk5zo73eJ3Hg2sRgKSZA1G0JMMN4MQscwzUm4//F64oZ+0lCPS26X0k2basHcTEtsLFcWFEj86auJ1IEy5mUbD4NIF3r0bR+3lwov/gPz4J/MfidXggAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
}

/*** @Author:ray; @create date:2016-10-20;
***/
html, body {
    height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 352px) {
    html {
        font-size: 45px;
    }
}

@media only screen and (min-width: 352px) and (max-width: 640px) {
    html {
        font-size: 50px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 750px) {
    html {
        font-size: 60px;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

.transitioning {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

.preloader {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid gray;
    border-bottom-color: transparent;
    -webkit-animation: mescrollRotate .6s linear infinite;
    animation: mescrollRotate 0.6s linear infinite;
}

.preload {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    visibility: hidden;
}

.preload .icon {
    vertical-align: top;
    margin-right: 0.15rem;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.preload .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    font-size: 0.28rem;
    color: #666;
}

.page-onload body {
    overflow: hidden;
}

.page-onload .preload {
    visibility: visible;
}

.page {
    position: relative;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 0.26rem;
    background-color: #fff;
}

.page-header {
    position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
    height: 1rem;
    background: #FFF;
    -moz-transition: -moz-transform 0.3s, visibility 0.3s;
    -o-transition: -o-transform 0.3s, visibility 0.3s;
    -webkit-transition: -webkit-transform 0.3s, visibility 0.3s;
    transition: transform 0.3s, visibility 0.3s;
}

.page-content {
    padding-top: 1rem;
    position: relative;
    min-height: calc(100vh - 1.4rem);
}

.page-footer {
    font-size: 0.22rem;
    background: #3f4140;
    color: #7d817f;
    padding: 0.3rem;
}

.page-footer .copyright {
    line-height: 0.4rem;
    text-align: center;
}

.topbar {
    height: 1rem;
    padding: 0 0.3rem;
    overflow: hidden;
}

.topbar .logo {
    height: 0.86rem;
    margin-top: 0.08rem;
    margin-left: -0.1rem;
}

.topbar .search-form {
    height: 0.6rem;
    position: relative;
    z-index: 2;
    background-color: rgba(42, 191, 246, 0.1);
    border-radius: 0.3rem;
    margin: 0.2rem 0.3rem 0;
}

.topbar .search-input {
    width: 100%;
    height: 0.6rem;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    padding-right: 0.64rem;
    background: none;
    border: none;
    color: #333;
}

.topbar .search-input::-webkit-input-placeholder {
    color: #ccc;
}

.topbar .search-icon {
    border: 0;
    height: 0.6rem;
    background: none;
    padding: 0.15rem;
    margin-top: 0.18rem;
}

.topbar .search-clear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0.15rem 0.17rem;
    visibility: hidden;
}

.topbar .icon {
    vertical-align: top;
}

.top-menu-tap {
    margin-top: 0.2rem;
    padding: 0.1rem;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
    height: 0.6rem;
}

.top-menu {
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top-menu-body {
    background: #48ABF9;
    color: #FFF;
    padding: 0 0.3rem;
}

.top-menu-body .hd {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0;
    line-height: 1.4;
}

.top-menu-body .hd-item {
    display: inline-block;
    vertical-align: top;
    padding: 0.1rem 0.2rem;
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
    font-size: 0.28rem;
    border-radius: 0;
}

.top-menu-body .hd-item.on {
    background: #FFF;
    color: #48ABF9;
}

.top-menu-body .hd-item:first-child {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.top-menu-body .hd-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.top-menu-body .bd {
    overflow: hidden;
    padding-bottom: 0.15rem;
}

.top-menu-body .bd li {
    width: 33.3333%;
    float: left;
    margin-bottom: 0.35rem;
}

.top-menu-body .bd li:nth-child(3n+2) {
    text-align: center;
}

.top-menu-body .bd li:nth-child(3n) {
    text-align: right;
}

.top-menu-body .bd .btn {
    width: 1.7rem;
    background: none;
    color: #FFF;
    padding: 0.16rem 0;
    font-size: 0.28rem;
    border: 1px solid #FFF;
    border-radius: 0.15rem;
}

.top-menu-body .bd-item {
    display: none;
}

.top-menu-body .bd-item.on {
    display: block;
}

.top-menu-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
}

.top-menu-cover {
    height: 100%;
    overflow: hidden;
}

.top-menu-cover body {
    overflow: hidden;
}

.top-menu-cover .top-menu {
    opacity: 1;
    visibility: visible;
}

.totop {
    position: fixed;
    right: 0.2rem;
    bottom: 0.5rem;
    z-index: 90;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(51, 51, 51, 0.4) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzIwMDNmNC1kZTRjLTQyMDMtYjFkNy0zMzkwZTVhNDNlNmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTJCRDZGQkZFQ0RDMTFFNkI1NDJGOUNBOTk2NkVDQjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTJCRDZGQkVFQ0RDMTFFNkI1NDJGOUNBOTk2NkVDQjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwODczNmEyLTRlZTQtNDYyNS05YTQ3LTQ5YzYyNjI3YTNiNyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRkMTMyNzU5LTJjYzItMTE3YS04YTk2LWYxMGM1MjEzYWU4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqES2VMAAADfSURBVHja7NjBDcIwDIVhyg4do1PA2kxAOBDGYIVKwRE+RBy4hNhW+C09qc4hzadIVdKllHL4p1oAAwYMGDBgwIABAwYMGDBgwIABAwYcu44O71wlN0nS56l3uAIvkk37LDlLnjOCW+xDxzZzdAUbZJXk8q6sfTt21374WqyxnzBztCfWBe2NNUdHwJqio2DN0JGwJuho2OHoiNih6KjYbwcWV7DFl/Wn6N7FJKMDQ4tOPXP1Xg93ydXg8F/nPumVcucHAGDAgAEDBgwYMGDAgAEDBgwYMGDAgOeplwADAPPtQ12NrwSnAAAAAElFTkSuQmCC') no-repeat center center;
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.totop.fadein {
    visibility: visible;
    opacity: 1;
}

.arrow, .arrow-up, .arrow-down, .arrow-left {
    display: inline-block;
    vertical-align: 0;
    width: 0.16rem;
    height: 0.16rem;
    color: inherit;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow-up {
    -moz-transform: translateY(30%) rotate(225deg);
    -ms-transform: translateY(30%) rotate(225deg);
    -webkit-transform: translateY(30%) rotate(225deg);
    transform: translateY(30%) rotate(225deg);
}

.arrow-down {
    -moz-transform: translateY(-30%) rotate(45deg);
    -ms-transform: translateY(-30%) rotate(45deg);
    -webkit-transform: translateY(-30%) rotate(45deg);
    transform: translateY(-30%) rotate(45deg);
}

.arrow-left {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.weizhi {
    background-color: #e6e6e6;
    font-size: 0.28rem;
    line-height: 0.7rem;
    height: 0.7rem;
    overflow: hidden;
    color: #666;
    position: relative;
}

.weizhi:before, .weizhi:after {
    content: '';
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weizhi:after {
    top: auto;
    bottom: 0;
}

.weizhi a {
    color: #666;
}

.weizhi p {
    display: inline-block;
}

.weizhi .awz {
    display: inline-block;
    padding: 0 0.52rem 0 0.3rem;
    background: #fff url(../images/url-here-arrow.png) no-repeat right 0;
    background-size: 0.28rem auto;
}

.weizhi .awz.mid {
    background: #f1f1f1 url(../images/url-here-arrow.png) no-repeat right bottom;
    background-size: 0.28rem auto;
}

.weizhi .spwz {
    background: none;
    display: inline;
}

/*** @Author:ray; @create date:2016-10-20;
***/
.page-index {
    background-color: #f2f2f2;
}

.page-index .page-content {
    padding-bottom: 0;
}

.page-index .page-footer {
    position: static;
    height: auto;
    padding-bottom: 0.3rem;
}

.page-index .section {
    margin-bottom: 0.2rem;
}

.index-focus-wrap {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 0.15rem;
}

.index-focus {
    height: 0;
    padding-bottom: 48%;
    position: relative;
}

.index-focus .tempWrap {
    position: absolute !important;
    height: 100%;
}

.index-focus .bd {
    height: 100%;
}

.index-focus .bd li {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    display: inline !important;
}

.index-focus .bd a {
    display: block;
    height: 100%;
}

.index-focus .bd .pic {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eee;
}

.index-focus .bd .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.3rem;
    color: #FFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3rem 1rem 0.22rem 0.3rem;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjQ2NDYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(40, 40, 40, 0.4)), color-stop(60%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(70, 70, 70, 0)));
    background: -moz-linear-gradient(bottom, rgba(40, 40, 40, 0.4) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(40, 40, 40, 0.4) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%);
    background: linear-gradient(to top, rgba(40, 40, 40, 0.4) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%);
}

.index-focus .hd {
    position: absolute;
    left: 0;
    right: 0.3rem;
    bottom: 0.3rem;
    height: 0.12rem;
    text-align: right;
}

.index-focus .hd li {
    display: inline-block;
    vertical-align: top;
    width: 0.18rem;
    height: 0.14rem;
    border-radius: 0.07rem;
    background-color: #a3b2b3;
    font-size: 0;
    margin-left: 0.08rem;
}

.index-focus .hd li.on {
    width: 0.26rem;
    background: #fff;
}

.article-list {
    padding: 0 0.3rem;
    background: #FFF;
    position: relative;
}

.article-list .list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.article-list .tag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.2rem;
    line-height: 0.4rem;
    background: #f04343;
    color: #FFF;
    width: 2rem;
    text-align: center;
    margin: 0.08rem 0 0 -0.74rem;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.article-list .item {
    display: block;
    padding: 0.25rem 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.article-list .pic {
    width: 2.2rem;
    height: 1.4rem;
    float: left;
    margin-right: 0.25rem;
}

.article-list .tit {
    font-size: 0.3rem;
    color: #444;
    height: 0.96rem;
    line-height: 0.48rem;
    overflow: hidden;
    margin-bottom: 0.15rem;
    text-align: justify;
}

.article-list .time {
    color: #a5a8a6;
    font-size: 0.24rem;
}

.article-list .icon-time {
    vertical-align: -1px;
    margin-right: 0.08rem;
}

.article-list {
    padding: 0;
}

.article-list .item {
    padding: 0.25rem 0.3rem;
}

.article-list .pic {
    border-radius: 0.2rem;
}

.article-list .tit {
    color: #444;
}

.article-list .time {
    color: #ccc;
}

.soft-list {
    background: #FFF;
    padding: 0.1rem 0;
}

.soft-list .tag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.2rem;
    line-height: 0.4rem;
    background: #f04343;
    color: #FFF;
    width: 2rem;
    text-align: center;
    margin: 0.08rem 0 0 -0.74rem;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.soft-list .list {
    overflow: hidden;
}

.soft-list .item {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 0.4rem;
}

.soft-list .pic {
    display: block;
    margin: 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.2rem;
}

.soft-list .tit {
    font-size: 0.28rem;
    color: #444;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    overflow: hidden;
    margin-top: 0.25rem;
}

.soft-list .txt {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    color: #999;
}

.soft-list .tit-aline {
    height: 0.32rem;
}

.soft-list .btn-link {
    vertical-align: top;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    width: 1.3rem;
    padding: 0.1rem 0;
    border-radius: 0.3rem;
    font-size: 0.24rem;
    background: none;
    border-color: #48ABF9;
    color: #48ABF9;
}

.soft-list .abtn {
    text-align: center;
    margin-top: 0.1rem;
}

.soft-list .abtn span {
    display: inline-block;
    margin: 0 auto;
    line-height: 0.4rem;
    font-size: 0.25rem;
    color: #48ABF9;
    padding: 0 0.25rem;
    border: 1px solid #48ABF9;
    border-radius: 100px;
}

.soft-list #jptj .item {
    width: 20%;
}

.soft-list #jptj .pic {
    width: 1.05rem;
    height: 1.05rem;
}

.soft-list #jptj .tit {
    padding: 0 0.15rem;
    height: auto;
    max-height: 0.64rem;
}

.anext {
    display: block;
    position: absolute;
    right: 0.2rem;
    top: -0.62rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/qie.png) no-repeat center;
    background-size: 0.13rem 0.23rem;
    z-index: 101;
}

#hbyx-list {
    padding-top: 0;
    position: relative;
}

#hbyx-list .item {
    margin-bottom: 0.1rem;
}

.soft-list-loader {
    text-align: center;
    position: relative;
    line-height: 1rem;
    color: #999;
    background-color: #fff;
}

.section {
    background: #FFF;
}

.section-hd {
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.3rem;
    position: relative;
    z-index: 100;
}

.section-hd + .article-list {
    margin-top: -0.2rem;
}

.section-hd .title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #3f4140;
}

.section-hd .more {
    position: absolute;
    top: 0;
    right: 0.1rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    color: #48ABF9;
}

.section-hd .arrow {
    margin-left: 0.06rem;
}

.section-ft {
    text-align: center;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.section-ft .more {
    color: #ccc;
}

.section-ft .arrow {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -0.03rem;
    left: 0.1rem;
}

.section-ft .btn-more {
    width: 3rem;
    padding: 0.1rem 0;
    font-size: 0.24rem;
    background: #e8eaea;
    color: #a5a8a6;
    border: 0;
    border-radius: 0.25rem;
}

.section-software {
    background: #f4f5f5;
    margin: -0.3rem 0 0 0 !important;
}

.section-software .soft-list {
    background: none;
}

.section-games {
    height: 5.2rem;
    background: url(../images/index/hot-bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section-games .section-hd {
    height: 1.6rem;
    background: none;
}

.section-games .section-hd .btn {
    position: absolute;
    top: 0.43rem;
    right: 0.3rem;
    background: none;
    border-color: #FFF;
    color: #FFF;
    font-size: 0.24rem;
    line-height: 1.5;
    padding: 0.06rem 0.2rem;
    border-radius: 0.5rem;
}

.section-games .section-bd {
    overflow: hidden;
    height: 3.1rem;
}

.section-games .section-bd .list {
    white-space: nowrap;
    font-size: 0;
    width: 100%;
    height: 4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.section-games .section-bd .item {
    width: 1.8rem;
    height: 3.1rem;
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.48rem;
    text-align: center;
    border-radius: 0.15rem;
}

.section-games .section-bd .item:first-child {
    margin-left: 0.4rem;
}

.section-games .section-bd .item-link {
    display: block;
    height: 3.1rem;
    padding-top: 0.25rem;
    position: relative;
}

.section-games .section-bd .pic {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
}

.section-games .section-bd .tit {
    font-size: 0.28rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-weight: bold;
    color: #404b48;
    white-space: normal;
    overflow: hidden;
    padding: 0 0.2rem;
    margin-top: 0.1rem;
}

.section-games .section-bd .txt {
    font-size: 0.24rem;
    color: #a7aaa9;
}

.section-games .section-bd .btn {
    border: 0;
    font-size: 0.24rem;
    width: 1.2rem;
    background: #48ABF9;
    color: #FFF;
    margin-top: 0.12rem;
    border-radius: 0.25rem;
}

.section-games .section-bd .divrank {
    position: absolute;
    left: -0.21rem;
    top: -0.24rem;
    width: 0.51rem;
    height: 0.68rem;
    line-height: 0.51rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../images/rank1.png) no-repeat;
    background-size: 100% 100%;
}

.section-games .section-bd .divrank.ra2 {
    background-image: url(../images/rank2.png);
}

.section-games .section-bd .divrank.ra3 {
    background-image: url(../images/rank3.png);
}

.section-games .section-bd .divrank.ra4 {
    background-image: url(../images/rank4.png);
}

.section-ngames {
    height: 4.68rem;
}

.section-ngames .section-hd {
    padding-top: 0.25rem;
    height: auto;
    line-height: 0.6rem;
}

.section-ngames .section-hd .sptit {
    font-size: 0.28rem;
    color: #fff;
    font-weight: normal;
    padding-left: 0.22rem;
}

.section-ngames .section-hd .btns {
    float: right;
    font-size: 0.24rem;
    color: #fff;
}

.section-ngames .section-bd {
    height: 3.52rem;
    margin-top: 0;
}

.section-ngames .section-bd .list {
    height: 4.42rem;
    padding-top: 0.42rem;
}

.section-ngames .section-bd .item {
    margin-right: 0.5rem;
}

.section-ngames .section-bd .item:first-child {
    margin-left: 0.5rem;
}

.section-ngames .section-bd .txt {
    font-size: 0.22rem;
}

.section-category {
    padding-top: 0.2rem;
    overflow: hidden;
}

.section-category .list {
    padding: 0.1rem 0 0.1rem 0.3rem;
}

.section-category .item {
    width: 20%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    background: #efefef;
    color: #686b6a;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    margin-right: 5%;
}

.section-category .item:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.today-box {
    background: #f2f2f2;
    padding: 0.2rem 0.2rem 0;
    overflow: hidden;
}

.today-box .list {
    overflow: hidden;
    margin-bottom: -0.1rem;
    margin-left: -0.1rem;
    margin-right: -1rem;
}

.today-box .item {
    width: 3.5rem;
    height: 1.16rem;
    overflow: hidden;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 0.1rem;
    margin-left: 0.1rem;
}

.today-box .item .pic {
    width: 0.7rem;
    height: 0.7rem;
    float: left;
    margin: 0.2rem 0.12rem 0.2rem 0.2rem;
}

.today-box .item .tit {
    font-size: 0.28rem;
    height: 0.32rem;
    line-height: 0.32rem;
    color: #333;
    overflow: hidden;
    margin-top: 0.22rem;
    margin-bottom: 0.08rem;
}

.today-box .item .date {
    font-size: 0.24rem;
    color: red;
}

.today-box .item-strong {
    height: 2.4rem;
}

.today-box .item-strong .pic {
    margin: 0;
    width: 3.6rem;
    height: 2.4rem;
}

.today-box .item-strong .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1.6rem 0.2rem 0.1rem;
    text-align: center;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    color: #fff;
    height: auto;
}

.friend-link {
    background: #f4f5f5;
    padding-bottom: 0.15rem;
}

.friend-link .section-hd .title {
    font-size: 0.28rem;
}

.friend-link .section-bd {
    height: 0.64rem;
    padding: 0 0.1rem;
    overflow: hidden;
    margin-top: -0.15rem;
}

.friend-link .section-bd ul {
    height: 0.64rem;
    line-height: 0.64rem;
    overflow: hidden;
}

.friend-link .section-bd li {
    float: left;
    font-size: 0.24rem;
    color: #686b6a;
    padding: 0 0.2rem;
}

.list-tabs {
    text-align: center;
    font-size: 0;
    margin: 0.4rem 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
}

.list-tabs + .article-list {
    margin-top: -0.35rem;
}

.list-tabs .item {
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    line-height: 0.44rem;
    padding: 0.07rem 0;
    border: 1px solid #48ABF9;
    background: none;
    color: #48ABF9;
    font-size: 0.28rem;
    border-radius: 0;
}

.list-tabs .item + .item {
    margin-left: -1px;
}

.list-tabs .item.on {
    background: #48ABF9;
    color: #fff;
}

.list-tabs .item:first-child {
    border-radius: 0.4rem 0 0 0.4rem;
}

.list-tabs .item:last-child {
    border-radius: 0 0.4rem 0.4rem 0;
}

.soft-list2 .list-head {
    padding: 0 0.3rem;
    margin: 0.35rem 0;
}

.soft-list2 .list-head .dropdown {
    float: left;
}

.soft-list2 .list-head .btn-dropdown {
    display: inline-block;
    vertical-align: top;
    border: 0;
    line-height: 0.5rem;
    font-size: 0.28rem;
    padding-left: 0;
    padding-right: 0;
}

.soft-list2 .list-head .arrow-down {
    margin-left: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    border-right: 2px solid #b7bbba;
    border-bottom: 2px solid #b7bbba;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.soft-list2 .list-head .open .arrow-down {
    transform: translateY(20%) rotate(225deg);
}

.soft-list2 .list-head .btn-group {
    float: right;
    font-size: 0;
}

.soft-list2 .list-head .btn-gray {
    width: 0.9rem;
    padding: 0.09rem 0;
    background: #e9e9e9;
    color: #3f4140;
    font-size: 0.24rem;
    border: 0;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

.soft-list2 .list-head .btn-gray.on {
    background: #48ABF9;
    color: #FFF;
}

.soft-list2 .dropdown-menu {
    background: #ececec;
}

.soft-list2 .list {
    padding: 0 0.3rem;
}

.soft-list2 .list-item {
    height: 1.95rem;
    background: #f4f5f5;
    border-radius: 0.16rem;
    padding: 0.3rem;
    margin-top: 0.2rem;
}

.soft-list2 .list-item .num {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #c1c1c1;
    text-align: center;
    margin-top: 0.3rem;
    margin-left: -0.3rem;
}

.soft-list2 .list-item .pic {
    display: block;
    width: 1.35rem;
    height: 1.35rem !important;
    border-radius: 0.3rem;
}

.soft-list2 .list-item .con {
    width: 3rem;
    margin: 0 0.25rem;
}

.soft-list2 .list-item .tit {
    font-size: 0.3rem;
    color: #444;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
}

.soft-list2 .list-item .tit.mat50 {
    margin-top: 0.5rem;
}

.soft-list2 .list-item .btn-download {
    margin-top: 0.38rem;
}

.soft-list2 .list-item .star {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.soft-list2 .list-item .txt {
    white-space: nowrap;
}

.soft-list2 .list-item .attr {
    font-size: 0.24rem;
    color: #a5a8a6;
    position: relative;
}

.soft-list2 .list-item .attr + .attr {
    margin-left: 0.34rem;
}

.soft-list2 .list-item .attr + .attr:before {
    content: '';
    position: absolute;
    left: -0.22rem;
    top: 50%;
    margin-top: -0.1rem;
    width: 1px;
    height: 0.2rem;
    background: #a5a8a6;
}

.soft-list2 .list-item .info {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic-detail + .soft-list2 {
    background-color: #fff;
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}

.xryx-list {
    margin-top: 0;
    padding-bottom: 1px;
    position: relative;
}

.xryx-list .list-item {
    padding: 0;
    height: 1.35rem;
    background: none;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.xryx-list .list-item .tit {
    font-size: 0.28rem;
    margin-top: 0.05rem;
}

.xryx-list .list-item .attr {
    font-size: 0.22rem;
    color: #999;
}

.xryx-list .btn-download {
    background: none;
    color: #48ABF9;
    border: 1px solid #48ABF9;
}

.rmsybox {
    background: #fff url(../images/rmsy_bj.png) no-repeat;
    background-size: 100% auto;
    padding: 0 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.rmsybox .rmsy_tit {
    padding: 0.3rem 0 0.15rem 0;
}

.rmsybox .rmsy_tit span {
    display: inline-block;
}

.rmsybox .rmsy_tit span img {
    height: 0.32rem;
}

.rmsybox .rmsy_list {
    width: 6rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    position: relative;
}

.rmsybox .rmsy_list .bd {
    height: 1.95rem;
    overflow: hidden;
}

.rmsybox .rmsy_list .bd ul li {
    width: 33.3%;
    float: left;
}

.rmsybox .rmsy_list .bd ul li a {
    display: block;
    height: 100%;
}

.rmsybox .rmsy_list .bd ul li .pimg {
    height: 1.4rem;
    text-align: center;
}

.rmsybox .rmsy_list .bd ul li .pimg img {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem;
}

.rmsybox .rmsy_list .bd ul li .ptit {
    font-size: 0.26rem;
    color: #444;
    line-height: 0.52rem;
    height: 0.52rem;
    overflow: hidden;
    text-align: center;
    padding: 0 0.2rem;
    margin-top: 0.03rem;
}

.rmsybox .rmsy_list .hd {
    height: 0.22rem;
    margin-top: 0.3rem;
    text-align: center;
    position: relative;
}

.rmsybox .rmsy_list .hd .line {
    height: 1px;
    background: #d0d0d0;
    width: 3.98rem;
    position: absolute;
    left: 50%;
    margin-left: -1.99rem;
    top: 50%;
}

.rmsybox .rmsy_list .hd ul {
    display: inline-block;
    height: 0.22rem;
    position: relative;
    vertical-align: super;
}

.rmsybox .rmsy_list .hd ul li {
    width: 0.22rem;
    height: 0.22rem;
    float: left;
    margin: 0 0.12rem;
    background: #fff url(../images/rmsy_tab.png) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}

.rmsybox .rmsy_list .hd ul li.on {
    background-image: url(../images/rmsy_tabon.png);
}

.hbyx_list {
    padding: 0.3rem 0.3rem 1px 0.3rem;
}

.hbyx_list ul li {
    float: left;
    width: 1.35rem;
    margin: 0 0 0.3rem 0.5rem;
    position: relative;
}

.hbyx_list ul li a {
    display: block;
    height: 100%;
}

.hbyx_list ul li a img {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.35rem;
}

.hbyx_list ul li a em {
    display: block;
    font-size: 0.26rem;
    color: #444;
    text-align: center;
    margin-top: 0.1rem;
    line-height: 0.35rem;
    height: 0.35rem;
    overflow: hidden;
}

.newhjtj_list ul li a em {
    height: 0.7rem;
}

.btyx_list ul li a em {
    height: 0.64rem;
}

.newjptj .hbyx_list li {
    width: 20%;
    margin: 0;
    margin-bottom: 0.3rem;
    text-align: center;
}

.newjptj .hbyx_list ul li a em {
    height: 0.35rem;
    padding: 0 0.1rem;
}

.newjptj .hbyx_list ul li a mip-img {
    width: 1.05rem;
    height: 1.05rem;
    margin: 0 auto;
}

.newjptj .hbyx_list ul li a img {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 0.2rem;
}

.newjptj .rmtj_list {
    height: 1.9rem;
    overflow: hidden;
}

.jptjbox {
    padding-bottom: 0.25rem;
}

.jptjbox .hd {
    text-align: center;
    margin-top: -0.2rem;
}

.jptjbox .hd ul {
    display: inline-block;
}

.jptjbox .hd ul li {
    float: left;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 20px;
    border: 2px solid #a0a0a0;
    text-indent: -9999px;
    margin: 0 0.07rem;
}

.jptjbox .hd ul li.on {
    width: 0.3rem;
    background: #48ABF9;
    border: none;
}

.newjptj .rmtj_list {
    padding-left: 0;
    padding-right: 0;
}

.newjptj .rmtj_list li {
    width: 20%;
    margin: 0;
}

.section-yxhj {
    margin: 0.2rem 0;
    background-image: url(../images/index/hot-bg2.jpg);
}

.section-yxhj .section-hd {
    height: auto;
}

.section-yxhj .section-hd .btn {
    top: 0.29rem;
    line-height: 0.33rem;
    padding: 0 0.16rem;
    font-size: 0.22rem;
}

.yxhj-tit {
    font-size: 0.36rem;
    color: #fff;
    letter-spacing: 0.05rem;
    font-weight: bold;
    visibility: hidden;
}

.yxhj-tab {
    margin-bottom: 0.2rem;
    text-align: center;
}

.yxhj-tab a {
    display: inline-block;
    line-height: 0.45rem;
    margin: 0 0.54rem;
    font-size: 0.26rem;
    color: #fff;
}

.yxhj-tab a.on {
    position: relative;
}

.yxhj-tab a.on:after {
    content: '';
    display: block;
    width: 0.3rem;
    height: 0.06rem;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.15rem;
}

.soft-info .con dd.ddtj {
    font-size: 0.28rem;
    color: #817d7c;
    margin-top: 0.2rem;
    width: 100%;
}

.sliderbox {
    position: relative;
}

.sliderbox .bd {
    height: 3.6rem;
    overflow: hidden;
}

.sliderbox a {
    display: block;
    position: relative;
}

.sliderbox .ptit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 0.2rem;
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    font-size: 0.26rem;
    color: #fff;
}

.sliderbox img {
    display: block;
    width: 100%;
    height: 3.6rem;
}

.sliderbox .hd {
    position: absolute;
    right: 0.1rem;
    bottom: 0.06rem;
    text-align: center;
}

.sliderbox .hd li {
    display: inline-block;
    width: 0.18rem;
    height: 0.14rem;
    background-color: rgba(163, 165, 169, 0.6);
    margin: 0 0.015rem;
    text-indent: -9999px;
    border-radius: 100px;
}

.sliderbox .hd li.on {
    width: 0.26rem;
    background-color: #fff;
}

.special_list {
    padding: 0 0.3rem 0.3rem 0.3rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.special_list ul li {
    margin-right: 0.3rem;
    display: inline-block;
    width: 3.7rem;
    height: 3.1rem;
    overflow: hidden;
}

.special_list ul li .img {
    display: block;
}

.special_list ul li .img img {
    display: block;
    width: 100%;
    height: 2.08rem;
    border-radius: 0.15rem;
}

.special_list ul li .info {
    display: flex;
    margin-top: 0.2rem;
}

.special_list ul li .info .game {
    display: block;
}

.special_list ul li .info .game, .special_list ul li .info .game img {
    width: 0.8rem;
    height: 0.8rem;
}

.special_list ul li .info .desc {
    width: 1.72rem;
    margin-left: 0.1rem;
    margin-right: 0.15rem;
}

.special_list ul li .info .desc p {
    line-height: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    font-size: 0.24rem;
    color: #444;
    white-space: normal;
}

.special_list ul li .info .desc span {
    line-height: 18px;
    font-size: 12px;
    color: #999;
    display: block;
    height: 15px;
    white-space: initial;
}

.special_list ul li .info .btns {
    width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #48ABF9;
    border-radius: 100px;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    margin-top: 0.2rem;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    /* background-color: #ccc; */
    /* border-radius: 4px; */
}

.section-yxhj ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    border-radius: 4px;
    display: none;
}

.section-yxhj ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.indextop-list {
    position: relative;
    margin-top: 1.2rem;
}

.top-list-tit {
    background-color: #fff;
    height: 0.9rem;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.9rem;
}

.top-list-tit ul li {
    width: 50%;
    float: left;
    height: 0.9rem;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.34rem;
    color: #555;
}

.top-list-tit ul li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/rank_wy.png) no-repeat center;
    background-size: 0.5rem 0.32rem;
    margin: -0.04rem 0.13rem 0 0;
}

.top-list-tit ul li + li:before {
    background-image: url(../images/rank_rj.png);
    background-size: 0.44rem 0.3rem;
}

.top-list-tit ul li.on {
    color: #333;
    font-weight: bold;
}

.top-list-tit ul li.on:before {
    background-image: url(../images/rank_wys.png);
}

.top-list-tit ul li + li.on:before {
    background-image: url(../images/rank_rjs.png);
}

.jrtjbox {
    padding: 0.3rem 0.3rem 0.3rem 0.74rem;
    background-color: #fff;
    position: relative;
}

.jrtjbox ul {
    height: 1.8rem;
    background: url(../images/bor.png) no-repeat;
    background-size: 100% 100%;
    padding-right: 1.37rem;
    position: relative;
}

.jrtjbox ul:before {
    content: '今日推荐';
    display: block;
    position: absolute;
    left: -0.44rem;
    top: 50%;
    margin-top: -0.66rem;
    width: 0.44rem;
    height: 1.17rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.26rem;
    padding-top: 0.15rem;
    border-radius: 0.15rem 0 0 0.15rem;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYmZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhZGNmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(0deg, #2abff6 0%, #2adcf6 100%);
    background-image: -webkit-linear-gradient(0deg, #2abff6 0%, #2adcf6 100%);
    background-image: linear-gradient(90deg, #2abff6 0%, #2adcf6 100%);
}

.jrtjbox li {
    height: 100%;
}

.jrtjbox .tjinfo {
    height: 100%;
    background: url(../images/line.png) no-repeat right center;
    background-size: 0.02rem 1rem;
}

.jrtjbox a {
    display: block;
    height: 100%;
}

.jrtjbox .pimg {
    float: left;
    margin: 0.22rem 0.29rem 0 0.3rem;
}

.jrtjbox .pimg img {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.15rem;
}

.jrtjbox .ptit {
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
    line-height: 0.54rem;
    height: 0.7rem;
    padding-top: 0.16rem;
    margin-bottom: 0.05rem;
    overflow: hidden;
    padding-right: 0.1rem;
}

.jrtjbox .pbot {
    font-size: 0.22rem;
    color: #ccc;
    margin-top: 0.15rem;
}

.jrtjbox .spline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1rem;
    width: 0.02rem;
    height: 0.18rem;
    background-color: #ddd;
}

.jrtjbox .ahuan {
    position: absolute;
    right: 0.3rem;
    top: 0.83rem;
    width: 1.34rem;
    text-align: center;
    font-size: 0.22rem;
    color: #666;
}

.jrtjbox .ahuan:before {
    content: '';
    display: block;
    width: 0.29rem;
    height: 0.35rem;
    margin: 0 auto 0.16rem auto;
    background: url(../images/huan.png) no-repeat;
    background-size: 100% 100%;
}

.mat23 {
    margin-top: 0.2rem;
}

.rank-list {
    background-color: #fff;
    padding-bottom: 0.48rem;
}

.rank-list .soft-list2 {
    margin-top: -0.3rem;
}

.rank-list .section-hd {
    position: relative;
}

.rank-list .phbtit {
    position: absolute;
    left: 3.6rem;
    top: 0.28rem;
}

.rank-list .phbtit li {
    float: left;
    width: 1.19rem;
    line-height: 0.34rem;
    font-size: 0.2rem;
    color: #333;
    text-indent: 0.15rem;
    cursor: pointer;
}

.rank-list .phbtit li.on {
    color: #fff;
    background: url(../images/phbbg.png) no-repeat;
    background-size: 100% 100%;
}

.yxgl-list {
    padding: 0 0.3rem 0.2rem 0.3rem;
    margin-top: -0.1rem;
}

.yxgl-list li {
    line-height: 0.56rem;
    height: 0.56rem;
    font-size: 0.24rem;
}

.yxgl-list .aitem {
    float: left;
    max-width: 5.3rem;
    height: 0.56rem;
    overflow: hidden;
    color: #666;
}

.yxgl-list .sptime {
    float: right;
    color: #999;
}

.other-game {
    padding: 0 0.3rem;
    max-height: 4rem;
    overflow: hidden;
}

.other-game.on {
    max-height: none;
}

.other-game li {
    width: 100%;
    float: left;
    margin-bottom: 0.3rem;
}

.other-game a {
    width: 100%;
    display: block;
    float: left;
}

.other-game .tit {
    float: left;
    font-size: 0.24rem;
    color: #666;
    line-height: 0.5rem;
    max-width: 4.1rem;
    height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.other-game .spbtn {
    float: right;
    width: 1.2rem;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.22rem;
    color: #48ABF9;
    border-radius: 100px;
    border: 1px solid #48ABF9;
}

.morebtn {
    padding-bottom: 0.4rem;
}

.morebtn a {
    display: block;
    width: 3rem;
    line-height: 0.53rem;
    text-align: center;
    border-radius: 100px;
    background-color: #ddd;
    font-size: 0.28rem;
    color: #fff;
    margin: 0 auto;
}

.page-search {
    min-height: 100vh;
    background-color: #fff;
    padding-top: 0.14rem;
}

.mat52 {
    margin-top: 0.52rem;
}

.search_tp {
    height: 0.6rem;
    display: block;
}

.search_tp .search-form {
    width: 6.1rem;
    margin: 0;
    float: left;
}

.search_tp_lf {
    width: 89%;
    float: left;
    height: 0.6rem;
    background: #f1f1f1;
    border-radius: 0.7rem;
    overflow: hidden;
}

.search_tp_lf button {
    float: left;
    width: 0.3rem;
    height: 0.31rem;
    background: url(../images/searchs.png) no-repeat;
    background-size: cover;
    margin-top: 0.15rem;
    margin-left: 0.3rem;
    border: none;
    outline: none;
}

.search_tp_lf input {
    float: left;
    width: 5.3rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.6rem;
    padding: 0.1rem 0;
    background: none;
    margin-left: 0.16rem;
    border: none;
    outline: none;
}

.search_tp_lf input:active {
    background: none;
    border: none;
}

.search_tp .qx {
    float: right;
    font-size: 0.24rem;
    color: #666;
    line-height: 0.6rem;
}

.xwzy_main1 .zjbb_list dl dd .ptxt {
    font-size: 0.24rem;
}

.xwzy_main1 .zjbb_list .yxlb_dl .dd_btn a {
    background: #48ABF9;
    border-radius: 100px;
    line-height: inherit;
}

.xwzy_main1 {
    margin: 0.3rem 0;
    background: #f1f1f1;
}

.xwzy_main1 dl.yxlb_dl {
    padding-left: 1.8rem;
    height: 1.9rem;
    padding: 0.4rem 0.3rem 0.4rem 1.78rem;
    position: relative;
}

.zjbb_list dl {
    padding: 0.4rem 0.3rem 0.4rem 1.78rem;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}

.zjbb_list dl dt {
    position: absolute;
    left: 0.3rem;
    top: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
}

.zjbb_list dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}

.zjbb_list dl dd .ptit {
    font-size: 0.3rem;
    color: #333;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
    margin-top: -0.05rem;
}

.zjbb_list dl dd .ptit a {
    font-size: 0.3rem;
    color: #444;
}

.zjbb_list dl dd .ptit a span, .zjbb_list dl dd .ptit a em {
    display: inline-block;
    vertical-align: middle;
}

.zjbb_list dl dd .ptit a span {
    height: 0.4rem;
    overflow: hidden;
    /*max-width: 80%;*/
}

.zjbb_list dl dd .ptit a em {
    font-size: 0.24rem;
    color: #999;
    margin-left: 0.1rem;
}

.zjbb_list dl dd .ptxt {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    margin-top: 0.12rem;
    padding-right: 1.6rem;
}

.zjbb_list dl dd .ptxt span + span {
    margin-left: 0.3rem;
}

.zjbb_list dl.yxlb_dl {
    height: 2rem;
}

.zjbb_list dl.yxlb_dl .dd_btn {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.25rem;
    width: 1.1rem;
}

.zjbb_list dl.yxlb_dl .dd_btn a, .zjbb_list dl.yxlb_dl .dd_btn span {
    display: block;
    line-height: 0.8rem;
    background: #48ABF9;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.zjbb_list dl.yxlb_dl .dd_btn a.none, .zjbb_list dl.yxlb_dl .dd_btn span.none {
    background-color: #e0e0e0 !important;
}

.zjbb_list dl.yxlb_dl {
    padding-left: 2.05rem;
    height: 2.3rem;
}

.zjbb_list dl.yxlb_dl dt {
    width: 1.5rem;
    height: 1.5rem;
}

.zjbb_list dl.yxlb_dl dd {
    height: 1.5rem;
}

.zjbb_list dl.yxlb_dl dd .ptit {
    margin-bottom: 0.1rem;
    padding-right: 1.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zjbb_list dl.yxlb_dl dd .pcs {
    font-size: 0.22rem;
    color: #666;
    margin-top: 0.08rem;
}

.zjbb_list dl.yxlb_dl .dd_btn {
    height: 0.5rem;
}

.zjbb_list dl.yxcs_dl {
    height: auto;
    padding-bottom: 0.2rem;
}

.zjbb_list dl.yxcs_dl .dd_btn {
    position: static;
    width: auto;
    margin: 0.2rem 0 0 -1.75rem;
    display: none;
}

.zjbb_list dl.yxcs_dl .dd_btn a {
    background-color: #48ABF9;
    font-size: 0.38rem;
    border-radius: 100px;
}

.xwzy_main1 dl.yxlb_dl {
    padding-left: 1.8rem;
    height: 1.9rem;
}

.xwzy_main1 dl.yxlb_dl dt {
    width: 1.2rem;
    height: 1.2rem;
}

.xwzy_main1 dl.yxlb_dl dd {
    height: 1.3rem;
}

.yxlb_dl .star {
    display: block;
    margin: 0.16rem 0;
}

.xwzy_main1 dl.yxlb_dl dt img {
    width: 100%;
    height: 1.2rem !important;
}

.tipsbox {
    background-color: #edf1f3;
    margin: 0 -0.3rem;
    padding: 0.3rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #555;
}

.tipsbox .ptitle {
    font-size: 0.3rem;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.topic-soft-list .soft-list2 .list-item .btn-download, .soft-list2#softContent .list-item .btn-download {
    width: 1.3rem;
    font-size: 0.24rem;
}

.soft-list2 .list-item .btn-download {
    width: 1.3rem;
    font-size: 0.24rem;
}

.news-detail-bd .text iframe {
    width: 100%;
    height: 4.77rem;
}

.xwzy_main1.xwzy_main1 {
    margin: 0;
    background: none;
}

.xwzy_main1.xwzy_main1 .btn {
    width: 73%;
    margin: 0 auto;
    padding: 0.28rem 0;
}

.news-detail-bd .soft-info .btn, .news-detail-bd .soft-info .btn.ios-show {
    width: 6rem;
    padding: 0;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.36rem;
    background: url(../images/nbtnbg.png) no-repeat;
    background-size: 100% 100%;
}

.news-detail-bd .soft-info .btn .iicon, .news-detail-bd .soft-info .btn.ios-show .iicon {
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(../images/nbtnicon.png);
}

.swf-game-over {
    height: 4.69rem;
    margin: -0.3rem;
    padding-top: 0.8rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    background: url(../images/yxbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.swf-game-over .swf-game-img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.35rem;
}

.swf-game-over .swf-game-title {
    font-size: 0.3rem;
    color: #fff;
    margin-top: 0.2rem;
}

.swf-game-over .swf-game-titles {
    border-radius: 50px;
    background: #ccc;
    padding: 0.2rem 0.3rem;
}

/*** @Author:ray; @create date:2018-09-10;
***/
.top-list {
    min-height: 6rem;
    padding: 0.35rem 0.3rem;
    background: -webkit-linear-gradient(top, rgba(69, 165, 255, 0.56) 0%, #fff 5rem);
    background: linear-gradient(to bottom, rgba(69, 165, 255, 0.56) 0%, #ffffff 5rem);
}

.top-list-head {
    text-align: center;
    font-size: 0;
    position: relative;
    margin: 0 -0.3rem 0.3rem;
}

.top-list-head .dropdown {
    display: inline-block;
    vertical-align: top;
}

.top-list-head .btn-link, .top-list-head .btn-dropdown {
    width: 1.6rem;
    line-height: 1.5;
    font-size: 0.24rem;
    background: none;
    color: #48ABF9;
    border-color: #48ABF9;
    margin: 0 0.12rem;
    position: relative;
    border-radius: 0.1rem;
}

.top-list-head .btn-link.on, .top-list-head .btn-dropdown.on {
    background: #48ABF9;
    color: #FFF;
}

.top-list-head .arrow-down {
    margin-right: 0.12rem;
}

.top-list-head .on .btn-dropdown, .top-list-head .open .btn-dropdown {
    background: #48ABF9;
    color: #FFF;
}

.top-list-head .open .btn-dropdown:after {
    content: '';
    border: 0.16rem solid transparent;
    border-bottom-color: #FFF;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -0.2rem;
}

.dropdown-menu {
    text-align: left;
    background: #FFF;
    padding: 0.3rem 0.1rem 0;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.1rem rgba(104, 107, 106, 0.2);
    margin-top: 0.3rem;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
}

.dropdown-menu li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 0.4rem;
}

.dropdown-menu .btn {
    width: 1.35rem;
    padding: 0.12rem 0;
    background: #dbdbdb;
    color: #686b6a;
    border: none;
    font-size: 0.26rem;
}

.dropdown-menu .btn.on {
    background: #48ABF9;
    color: #FFF;
}

.open .dropdown-menu {
    visibility: visible;
}

.top-list-body .list-hd {
    padding: 0.3rem 0.2rem 0;
    text-align: center;
}

.top-list-body .list-hd .col {
    display: inline-block;
    vertical-align: top;
    width: 1.4rem;
    margin: 0 0.35rem;
    position: relative;
    text-align: center;
}

.top-list-body .list-hd .c1, .top-list-body .list-hd .c3 {
    margin-top: 0.35rem;
}

.top-list-body .list-hd .pic {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.32rem;
    vertical-align: top;
    margin-bottom: 0.2rem;
    box-shadow: 0 0.15rem 0.15rem rgba(58, 188, 147, 0.2);
}

.top-list-body .list-hd .tit {
    color: #3f4140;
    text-align: center;
    height: 0.36rem;
    line-height: 0.36rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.top-list-body .list-hd .num {
    position: absolute;
    right: -0.16rem;
    top: -0.16rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/toplist/n1.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    border-radius: 50%;
    box-shadow: 0 0.15rem 0.15rem rgba(255, 131, 31, 0.25);
}

.top-list-body .list-hd .n2 {
    background-image: url("../images/toplist/n2.png");
    box-shadow: 0 0.15rem 0.15rem rgba(37, 190, 59, 0.25);
}

.top-list-body .list-hd .n3 {
    background-image: url("../images/toplist/n3.png");
    box-shadow: 0 0.15rem 0.15rem rgba(52, 114, 227, 0.25);
}

.top-list-body .list-hd .m-star {
    vertical-align: top;
}

.top-list-body .soft-list2 {
    margin: 0 -0.3rem;
}

/*** @Author:ray; @create date:2017-06-07;
***/
.topic-detail {
    background: #fff;
    margin: 0.2rem 0;
    margin-top: 0;
}

.topic-detail .title {
    padding: 0.4rem 0.3rem;
    font-size: 0.32rem;
    color: #444;
    text-align: center;
    font-weight: bold;
}

.topic-detail .info {
    margin: 0 0.3rem;
    background: #efefef;
    line-height: 0.5rem;
    text-align: center;
}

.topic-detail .attr {
    font-size: 0.22rem;
    color: #999;
}

.topic-detail .attr .red {
    color: #ff4a4a;
    margin: 0 0.05rem;
}

.topic-detail .text {
    font-size: 0.22rem;
    color: #444;
    line-height: 0.48rem;
    padding: 0.28rem 0.3rem 0.45rem 0.3rem;
    text-align: justify;
}

.topic_img {
    position: relative;
}

.topic_img img {
    display: block;
    width: 100%;
}

.topic_img .topic_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0.15rem 0 0.1rem 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.topic_img .topic_txt p {
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    color: #fff;
}

.topic_img .topic_txt .ptit {
    font-size: 0.3rem;
    color: #fff;
}

.topic_img .topic_txt .ptxt {
    margin-top: 0.15rem;
    font-size: 0.24rem;
}

.topic-soft-list {
    background: #FFF;
    padding-bottom: 0.3rem;
    overflow: hidden;
    margin: 0.2rem 0;
}

.topic-article-list {
    margin: 0.2rem 0;
    background: #FFF;
}

.topic-article-list li {
    height: 0.9rem;
    line-height: 0.9rem;
    overflow: hidden;
}

.topic-article-list li + li {
    border-top: 1px dashed #e5e5e5;
}

.topic-article-list a {
    display: block;
    padding: 0 0.3rem;
    font-size: 0.28rem;
}

.topic-article-list a:before {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background: #d0d0d0;
    vertical-align: top;
    margin: 0.4rem 0.15rem 0 0;
}

.topic-list {
    padding: 0 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.2rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topic-list .item {
    width: 3.3rem;
    height: 2.56rem;
}

.topic-list .item .pic {
    display: block;
    width: 3.3rem;
    height: 1.8rem;
    border-radius: 0.1rem;
}

.topic-list .item .tit {
    font-size: 0.28rem;
    color: #444;
    display: block;
    text-align: center;
    line-height: 0.76rem;
    height: 0.76rem;
    overflow: hidden;
}

/*** @Author:ray; @create date:2017-06-07;
***/
.ios-show, .ios .and-show {
    display: none !important;
}

.android .and-show, .ios .ios-show {
    display: block !important;
}

#cambrian0 {
    padding: 0 0.3rem !important;
    background: #FFF !important;
    margin: 0.35rem 0 !important;
}

#cambrian0 ._25ZfXD {
    background-color: #3abc93 !important;
}

.page-detail {
    background-color: #f1f1f1;
}

.page-detail .section {
    margin-bottom: 0.2rem;
}

.page-detail .section-hd .more {
    color: #545454;
}

.page-detail .ad-box {
    background: #FFF;
    margin-bottom: 0.2rem;
}

.page-detail .ad-box iframe {
    width: 100% !important;
}

.ad-box {
    position: relative;
}

.ad-box:empty {
    display: none;
}

.ad-box .pic {
    display: block;
    width: 100%;
    vertical-align: top;
}

.soft-recommend {
    padding: 0.3rem 1%;
    font-size: 0;
    position: relative;
    background: #FFF;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.soft-recommend .bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.soft-recommend .item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
}

.soft-recommend .item .pic {
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 0.15rem;
    margin-bottom: 0.06rem;
}

.soft-recommend .item .pic img {
    border-radius: 0.15rem;
}

.soft-recommend .item .tit {
    font-size: 0.24rem;
    height: 0.32rem;
    line-height: 0.32rem;
    overflow: hidden;
}

.soft-info {
    background: #FFF;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
}

.soft-info .bd {
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.soft-info .ft {
    padding: 0 0.45rem;
}

.soft-info .pic {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    border-radius: 0.32rem;
    margin-right: 0.3rem;
}

.soft-info .con {
    overflow: hidden;
}

.soft-info .con dt, .soft-info .con dd {
    float: left;
}

.soft-info .con dt {
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.soft-info .con dt .title {
    font-size: 0.36rem;
}

.soft-info .con dd {
    width: 45%;
    font-size: 0.24rem;
    color: #999;
    height: 0.32rem;
    line-height: 0.32rem;
    margin-top: 0.08rem;
    margin-right: 2%;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.soft-info .btn {
    width: 100%;
    font-size: 0.34rem;
    padding: 0.22rem 0;
    border-radius: 0.9rem;
    border: none;
    background-color: #48ABF9;
}

.soft-info .btn-disabled {
    border-color: #ddd;
    background: #ddd !important;
    color: #fff;
}

.soft-info .tip, .soft-info .tip-ios, .soft-info .tip-and {
    display: block;
    margin: 0.18rem 0 -0.15rem;
    color: #999;
    text-align: center;
    font-size: 0.24rem;
}

.soft-info .icon-down-gs, .soft-info .icon-down-pt, .soft-info .icon-down-none {
    display: inline-block;
    vertical-align: -0.06rem;
    width: 0.27rem;
    height: 0.36rem;
    background: url(../images/form/down-gs.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.12rem;
}

.soft-info .icon-down-pt {
    background-image: url(../images/form/down-pt.png);
}

.soft-info .icon-down-none {
    background-image: url(../images/form/down-none.png);
}

.soft-info .btn-gs, .soft-info .btn-pt, .soft-info .btn-none {
    display: inline-block;
    width: 47%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    background: #26c472;
    color: #fff;
    border: 1px solid #26c472;
    border-radius: 0.08rem;
    margin: 0 auto 0.1rem;
    text-align: center;
}

.soft-info .btn-gs {
    float: right;
}

.soft-info .btn-pt {
    background: #FFF;
    color: #26c472;
}

.soft-info .btn-none {
    background: #FFF;
    border-color: #9a9a9a;
    color: #9a9a9a;
}

.soft-info .iicon {
    display: inline-block;
    vertical-align: middle;
    width: 0.36rem;
    height: 0.33rem;
    background: url(../images/icon_az.png) no-repeat;
    background-size: 100% 100%;
    margin: -0.05rem 0.2rem 0 0;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.soft-info .btn.ios-show {
    color: #fff;
}

.soft-info .btn.ios-show .iicon {
    background-image: url(../images/icon_ios.png);
    width: 0.3rem;
    height: 0.36rem;
}

.soft-info .tips, .soft-info .text {
    display: block;
    line-height: 1.1;
}

.soft-info .text {
    margin-bottom: 0.12rem;
    margin-top: -0.08rem;
}

.soft-info .tips {
    font-size: 0.2rem;
    margin-bottom: -0.1rem;
    opacity: .8;
}

.nsoft-info {
    margin-bottom: 0;
}

.nsoft-info .pic {
    width: 1.8rem;
    height: 1.8rem;
    float: none;
    display: block;
    margin: 0 auto;
}

.nsoft-info .con {
    text-align: center;
}

.nsoft-info .con dt {
    font-size: 0.34rem;
    margin-top: 0.25rem;
    margin-bottom: 0.2rem;
}

.nsoft-info .con dt h1 {
    font-size: 0.34rem;
    font-weight: bold;
}

.nsoft-info .con dd {
    width: 100%;
    float: none;
    line-height: 0.38rem;
    height: 0.38rem;
}

.nsoft-info .con dd span {
    margin: 0 0.1rem;
}

.soft-remark {
    background: #FFF;
    padding: 0 0.3rem;
    padding-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.soft-remark.show .text-inner {
    height: auto;
    -webkit-mask-box-image: none;
    overflow: visible;
}

.soft-remark.show .text-toggle {
    display: none;
}

.soft-remark.show .text-toggle-hide {
    display: block;
}

.soft-remark .text {
    position: relative;
    padding-bottom: 0.3rem;
    color: #545454;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    font-size: 0.28rem;
}

.soft-remark .text img {
    max-width: 100%;
    height: auto !important;
    border-radius: 0.32rem;
}

.soft-remark .text table {
    width: 100% !important;
}

.soft-remark .text-inner {
    line-height: 0.54rem;
}

.soft-remark .text-inner a {
    color: #48ABF9;
}

.soft-remark .tips {
    color: #45a5ff;
}

.soft-remark .tips-hd {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.soft-remark .tips-bd {
    font-size: 0.26rem;
    line-height: 0.5rem;
    margin-bottom: 0.15rem;
}

.soft-remark .tips-ft {
    overflow: hidden;
}

.soft-remark .tips-ft .btn {
    width: 48%;
    float: left;
    font-size: 0.3rem;
    background: #e3f1ff;
    color: #45a5ff;
    border-color: #88c5ff;
    padding: 0.15rem 0;
}

.soft-remark .tips-ft .btn + .btn {
    float: right;
}

.soft-remark .tips-ft .icon {
    display: inline-block;
    vertical-align: -0.11rem;
    width: 0.45rem;
    height: 0.45rem;
    background-size: 100% 100%;
    margin-right: 0.18rem;
}

.soft-remark .tips-ft .icon-qq {
    background-image: url(../images/qq.png);
}

.soft-remark .tips-ft .icon-qq-group {
    background-image: url(../images/qq-group.png);
}

.soft-remark .mip-layout-container {
    font-size: 14px;
    line-height: 27px;
}

.soft-remark .text-toggle {
    font-size: 0.28rem;
    color: #48ABF9;
    padding: 0.2rem 0;
    margin-bottom: -0.2rem;
    text-align: center;
    display: none;
}

.soft-remark .arrow-down, .soft-remark .arrow-up {
    margin-left: 0.12rem;
}

.soft-remark .text-toggle-hide {
    display: none;
}

.soft-focus {
    margin-bottom: 0.25rem;
    /*
.tempWrap{
	position: absolute !important;
	height: 100%;
}
.bd{
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	background-color: #fff;
	position: relative;
	ul{
		height: 100%;
	}
	li{
		width: 100%;
		height: 100%;
		position: relative;
		float: left;
		display: inline !important;
	}
	.pic{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
}
.pageState{
	display: none;
	position: absolute;
	right: 0.2rem;
	bottom: 0.25rem;
	font-size: 0.26rem;
	color: #FFF;
	z-index: 10;
	.cur{
		font-size: 0.34rem;
		color: #45A5FF;
	}
	.line{
		opacity: 0.7;
		margin: 0 0.05rem;
		position: relative;
		top: -0.02rem;
	}
}
.prev,
.next{
	position: absolute;
	width: 0.45rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	left: 0.3rem;
	top: 50%;
	margin-top: -0.3rem;
	color: #FFF;
	background: rgba(0,0,0, 0.5);
	border-radius: 0.02rem;
	.arrow{
		position: relative;
	}
}
.prev .arrow{
	@include transform(rotate(135deg));
	left: 0.04rem;
}
.next .arrow{
	left: -0.04rem;
}
.next{
	left: auto;
	right: 0.3rem;
}
*/
}

.soft-focus .bd {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.soft-focus .bd img {
    max-width: 100%;
    max-height: 4.5rem;
    border-radius: 0.32rem;
}

.soft-focus .bd ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.soft-focus .bd li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
    overflow: hidden;
    background: #f5f5f5;
}

.soft-focus .hd {
    text-align: center;
    margin-top: 0.25rem;
    height: 0.1rem;
    display: none;
}

.soft-focus .hd ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.soft-focus .hd li {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #d9d9d9;
    margin: 0 0.06rem;
}

.soft-focus .hd li.on {
    background-color: #48ABF9;
}

.soft-version-list.list-more .section-ft {
    display: block;
}

.soft-version-list.list-show .list {
    max-height: none;
}

.soft-version-list.list-show .section-ft {
    display: none;
}

.soft-version-list .list {
    padding: 0 0.3rem;
    max-height: 4rem;
    overflow: hidden;
}

.soft-version-list .item {
    line-height: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.soft-version-list .pic {
    width: 0.32rem;
    height: 0.32rem;
    float: left;
    margin-right: 0.15rem;
}

.soft-version-list .btn-download {
    padding: 0.09rem 0;
    font-size: 0.24rem;
}

.soft-version-list .section-ft {
    padding-top: 0;
    display: none;
}

.strategy-list {
    padding: 0 0.3rem;
}

.strategy-list .list {
    overflow: hidden;
}

.strategy-list .item {
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
    padding-left: 0.26rem;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5YzY4ZjI1ZS03ZTUxLWFjNDktYjdjMC01YTFlMGU3NGQ2YjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjRCMUI5OTBCNUE0MTFFODlBNjBDNDAzMDlGM0QyMkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjRCMUI5OEZCNUE0MTFFODlBNjBDNDAzMDlGM0QyMkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZmE1OTZlYjktNzQ5OS1iMjRmLWI1ZjMtY2UxMWQxNGExNWQ2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWM1NDZmOTgtYjI2Ny0xMWU4LThiMmYtOGJmY2U1YjIxMTBmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TfiF/AAAAV9JREFUeNqkU71OwzAQjp0IVir1FViy8BowwkN06ViVCQlVYkIKAxJD+xB0BAamKNm7ZKjoG3RgTpyE78xddAlICNXSp7M/n+/Pd6Zt2+CQFaVpqs/nMPjinAustR1JTpSjC+BVDtYYEzAinBNRbJrG87LUnnQiMWqV9wkQw/MOyjsi6rqewhC9JByD/yAdyIk4lgjGuLhjL3MGrQW8nFA0WCVwrXkdwQKPR5BvkGvINeQ75BjSG+bUfvAmy7IYxIYVzoCiLMlZEIPbsAPPc4Q9nlJI6DeAFSmpmtCDFd8l8htDPvqlyv9aJs/zP1OA9Dz3Ro+3HLaE9KCMP3JvLCELFWGfRwRE0jduYZF+4qqqKuKecd4Dp9h/svfLIS812AM3wBNwD8uGU7rFVh4f0Z3mpQbdXHAtYnTgd5vyPEh7c/sWXCvnZ0HlTMSMNmEY+seS92AmZoDrZujQcf4SYADuzscqjf5eFgAAAABJRU5ErkJggg==') no-repeat 0 center;
    background-size: 0.16rem 0.16rem;
}

.strategy-list .tit {
    height: 0.5rem;
    font-size: 0.26rem;
    margin-right: 0.3rem;
    overflow: hidden;
}

.strategy-list .date {
    color: #a5a8a6;
    font-size: 0.24rem;
}

.abc-list {
    margin-bottom: 0.35rem;
}

.abc-list .list {
    padding: 0 0.3rem;
}

.abc-list .item {
    width: 2rem;
    height: 1.3rem;
}

.abc-list .pic {
    width: 100%;
    height: 100%;
}

.mobile-games-list .section-hd {
    border-bottom: 1px solid #e7e7e7;
}

.mobile-games-list .section-ft {
    padding-top: 0;
}

.mobile-games-list .soft-list2 .list {
    overflow: hidden;
}

.mobile-games-list .soft-list2 .list-item {
    background: none;
    padding: 0;
    height: 1.35rem;
    margin-bottom: 0.3rem;
}

.mobile-games-list .tab-cell {
    position: absolute;
    top: 0;
    right: 0.3rem;
    font-size: 0.24rem;
}

.mobile-games-list .tab-cell li {
    float: left;
    margin-left: 0.45rem;
    position: relative;
}

.mobile-games-list .tab-cell li.on {
    color: #48ABF9;
}

.mobile-games-list .tab-cell li.on:after {
    content: '';
    width: 0.5rem;
    height: 0.05rem;
    border-radius: 0.03rem;
    background: #48ABF9;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.25rem;
}

.mobile-games-list .tab-content {
    display: none;
}

.mobile-games-list .tab-content.on {
    display: block;
}

.section-top .section-hd {
    border: none;
    position: relative;
    top: 0.2rem;
    margin-bottom: -0.1rem;
    vertical-align: top;
}

.section-top .section-hd .title {
    text-align: left;
}

.relevant-soft {
    margin-bottom: 0;
}

.wd-download {
    position: relative;
}

.wd-download.checked .icon-check {
    background-color: #48ABF9;
}

.wd-download.checked .bd-wandou {
    display: block;
}

.wd-download.checked .bd-default {
    display: none;
}

.wd-download .hd {
    line-height: 0.82rem;
    display: inline-block;
}

.wd-download .bd {
    margin: 0 -0.15rem;
}

.wd-download .bd-wandou {
    display: none;
}

.wd-download .name {
    font-size: 0.32rem;
    color: #666;
}

.wd-download .btn {
    width: 2rem;
    position: absolute;
    top: 0.05rem;
    right: 0;
    padding: 0.13rem 0;
    font-size: 0.3rem;
}

.wd-download .icon-check {
    display: inline-block;
    vertical-align: -0.06rem;
    width: 0.34rem;
    height: 0.34rem;
    background: #c6c6c6 url(../images/form/right.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    margin-right: 0.13rem;
}

.wd-download .icon-tip {
    display: inline-block;
    vertical-align: -0.02rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/form/warn.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.15rem;
}

.wd-download .txt {
    padding: 0.06rem 0.1rem 0.06rem 0.2rem;
    margin: 0.1rem 0 -0.1rem;
    font-size: 0.28rem;
    color: #817d7c;
}

.wd-download .txt a {
    color: #3baaff;
}

.images-preview {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
}

.images-preview .slide_ul {
    display: none;
}

.images-preview .close {
    position: absolute;
    left: 50%;
    margin-left: -0.33rem;
    margin-top: -1.3rem;
    width: 0.66rem;
    height: 0.66rem;
    cursor: pointer;
    background: url(../images/view/close.png) no-repeat center;
    background-size: 100% 100%;
}

.images-preview .cont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    margin-top: 0.33rem;
    padding-top: 0.3rem;
}

.images-preview .bd li {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0.3rem;
}

.images-preview .bd img {
    max-width: 100%;
    max-height: 500px;
    vertical-align: top;
}

.images-preview .hd {
    text-align: center;
    padding: 0.2rem 0;
}

.images-preview .hd ul {
    display: inline-block;
}

.images-preview .hd li {
    width: 0.18rem;
    height: 0.16rem;
    border-radius: 0.1rem;
    background: #9ca09e;
    text-indent: -9999px;
    margin: 0 0.05rem;
    float: left;
}

.images-preview .hd li.on {
    width: 0.22rem;
    background: #48ABF9;
}

.images-preview-cover .images-preview {
    visibility: visible;
}

.images-preview-cover .images-preview .slide_ul {
    display: block;
}

.mip-soft-focus {
    height: auto;
    padding-bottom: 0;
}

.mip-soft-focus .mip-carousel-slideBox .mip-fill-content {
    min-width: 0 !important;
    width: auto !important;
    position: static !important;
}

.mip-soft-focus .mip-carousel-preBtn, .mip-soft-focus .mip-carousel-nextBtn {
    width: 0.45rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    top: 50%;
    margin-top: -0.3rem;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.02rem;
    text-indent: -0.08rem;
}

.mip-soft-focus .mip-carousel-preBtn:after, .mip-soft-focus .mip-carousel-nextBtn:after {
    content: '';
    display: inline-block;
    vertical-align: 0.02rem;
    width: 0.16rem;
    height: 0.16rem;
    color: inherit;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mip-soft-focus .mip-carousel-preBtn {
    text-indent: 0.08rem;
}

.mip-soft-focus .mip-carousel-preBtn:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mip-soft-focus .mip-carousel-indicatorbox {
    display: none;
}

.f-xiong {
    text-align: center;
    padding: 0.25rem 0;
    background: #FFF;
}

.f-xiong .btn {
    width: 2.15rem;
    background: #48ABF9;
    color: #FFF;
    font-size: 0.28rem;
    padding: 0.16rem 0;
    border-radius: 0.1rem;
    border: 0;
}

.f-logo {
    width: 3.2rem;
    display: block;
    margin: 0 auto 0.15rem;
}

.hot_game {
    padding: 0 0.1rem 0.15rem 0.25rem;
    overflow: hidden;
}

.hot_game a {
    white-space: nowrap;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    float: left;
    text-align: center;
    color: #333;
    padding: 0 0.3rem;
    font-size: 0.24rem;
    line-height: 0.44rem;
    border-radius: 0.22rem;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
}

.hot_game a:nth-child(1), .hot_game a:nth-child(8) {
    color: #4dba50;
}

.hot_game a:nth-child(2), .hot_game a:nth-child(9) {
    color: #4d90ba;
}

.hot_game a:nth-child(3), .hot_game a:nth-child(10) {
    color: #966de1;
}

.hot_game a:nth-child(4), .hot_game a:nth-child(11) {
    color: #4d90ba;
}

.hot_game a:nth-child(5), .hot_game a:nth-child(12) {
    color: #ff9a98;
}

.hot_game a:nth-child(6), .hot_game a:nth-child(13) {
    color: #5bc3af;
}

.hot_game a:nth-child(7), .hot_game a:nth-child(14) {
    color: #ff7573;
}

.introTit {
    border-left: 3px solid #3cadfb;
    border-bottom: 1px solid #efefef;
    margin: 0.2rem 0 0.12rem;
    padding-left: 0.15rem;
}

.weizhi .dis_online {
    display: inline;
    font-size: 14px;
    font-weight: normal;
}

.xgxz-list {
    padding: 0rem 0.3rem;
    margin-top: -0.2rem;
}

.xgxz-list .item {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.xgxz-list .item + .item {
    border-top: 1px solid #f1f1f1;
}

.xgxz-list .tit {
    font-size: 0.32rem;
    color: #686b6a;
}

/*** @Author:ray; @create date:2018-09-12;
***/
.news-detail {
    background: #FFF;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.news-detail .abc-list {
    border-top: 1px solid #e2e7e6;
    padding-top: 0.3rem;
}

.news-detail .abc-list .item {
    width: 2.1rem;
    height: 1.5rem;
    position: relative;
}

.news-detail .abc-list .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 0.2rem;
    overflow: hidden;
}

.news-detail-hd {
    padding: 0.25rem 0.3rem;
    border-bottom: 1px solid #e2e7e6;
}

.news-detail-hd .title {
    color: #000;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.1rem;
}

.news-detail-hd .attr {
    color: #a5a8a6;
    font-size: 0.24rem;
    margin-right: 0.2rem;
}

.news-detail-bd {
    padding: 0.3rem;
}

.news-detail-bd .soft-list2 {
    padding: 0 0.3rem 0;
    margin: 0.2rem -0.3rem;
}

.news-detail-bd .soft-list2 .list-item {
    margin-top: 0;
}

.news-detail-bd .soft-list2 .list-item .star {
    display: block;
    margin-bottom: 0;
}

.news-detail-bd .text {
    color: #545454;
    line-height: 2;
    font-size: 0.28rem;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

.news-detail-bd .text img {
    max-width: 100%;
    height: auto !important;
    border-radius: 0.32rem;
}

.news-detail-bd .text a {
    color: #48ABF9;
}

.tpqhbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 999;
    cursor: pointer;
}

.jtfade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tpbox {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.tpjzbox {
    display: table-cell;
    vertical-align: middle;
}

#tcpimg {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 0.6rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

#tcpimg .bd {
    overflow: hidden;
}

#tcpimg .bd li {
    width: 100%;
    float: left;
    text-align: center;
}

#tcpimg .bd li img {
    max-width: 100%;
    max-height: 12rem;
}

#tcpimg .hd {
    text-align: center;
    position: relative;
    width: 7.5rem;
}

#tcpimg .hd ul {
    position: absolute;
    top: 0.2rem;
}

#tcpimg .hd ul li {
    float: left;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 30px;
    background: #d9d9d9;
    text-indent: -9999px;
    margin: 0 0.1rem;
}

#tcpimg .hd ul li.on {
    background: #ff5602;
}

.rank_list ul li .li_infro .dv_img mip-img {
    width: 1.2rem;
    height: 1.2rem;
}

.news-detail .text img {
    cursor: pointer;
}

/*** @Author:ray; @create date:2017-08-07;
***/
.art-detail {
    padding: 0.3rem;
    background: #FFF;
    margin-bottom: 0.3rem;
}

.art-detail img {
    max-width: 100%;
    height: auto !important;
}

.art-detail .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 0.54rem;
}

.art-detail .info {
    padding: 0.3rem 0;
    font-size: 0.24rem;
    color: #aaa;
}

.art-detail .date {
    margin-right: 0.45rem;
}

.art-detail .text {
    font-size: 0.3rem;
    line-height: 2;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

.art-detail .games {
    text-align: center;
    padding-top: 0.5rem;
}

.art-detail .games a {
    color: #48ABF9;
}

.art-detail .games img {
    width: 40%;
}

.art-detail .soft-item {
    height: 1.72rem;
    padding: 0.22rem;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    margin: 0.2rem 0;
}

.art-detail .soft-item .btn {
    margin-top: 0.28rem;
}

.related-games .section-hd .title, .related-news .section-hd .title {
    text-align: left;
}

.related-news .section-bd {
    padding: 0.2rem 0;
}

.related-news .section-bd li {
    font-size: 0.26rem;
    line-height: 2;
    color: #50504e;
    padding: 0 0.3rem;
}

.related-news .section-bd .link {
    display: inline-block;
    vertical-align: top;
    height: 0.48rem;
    max-width: 5.4rem;
    overflow: hidden;
}

.related-news .section-bd .time {
    color: #999;
    float: right;
}

/*** @Author:ray; @create date:2018-09-05;
***/
.page-notfound {
    background: #FFF;
}

.not-found {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}

.not-found .pic {
    width: 4.8rem;
}

.not-found-404 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -3.5rem;
    text-align: center;
}

.not-found-404 .pic {
    width: 4.88rem;
    height: 4.55rem;
    vertical-align: top;
    margin-bottom: 0.3rem;
}

.not-found-404 .txt {
    font-size: 0.24rem;
    color: #7c7b7b;
    margin-bottom: 1rem;
}

.not-found-404 .num {
    color: #48ABF9;
}

.not-found-404 .btn {
    display: inline-block;
    width: 5rem;
    padding: 0.24rem 0;
    background: #48ABF9;
    color: #FFF;
    font-size: 0.3rem;
    border: 0;
    border-radius: 0.45rem;
}

.search-null {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -2.5rem;
    text-align: center;
}

.search-null .pic {
    width: 2.5rem;
    height: 2.85rem;
    vertical-align: top;
    margin-bottom: 0.3rem;
}

.search-null .txt {
    font-size: 0.24rem;
    color: #7c7b7b;
    margin-bottom: 0.8rem;
}

.search-null .btn {
    display: inline-block;
    width: 5rem;
    padding: 0.24rem 0;
    background: #48ABF9;
    color: #FFF;
    font-size: 0.3rem;
    border: 0;
    border-radius: 0.45rem;
}

.m-premissions-div {
    width: 90%;
    height: auto;
    max-height: 70%;
    padding: 0;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    background: #fafafa;
    border-radius: 0px;
    position: fixed;
    top: 15%;
    left: 5%;
    z-index: 99999;
    overflow: auto;
}

.m-premissions-div strong {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-indent: 14px;
    border-bottom: 2px solid#eee;
    padding: 10px 0 8px;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.m-permission-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    filter: alpha(opacity=60);
    display: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998
}

.m-premissions-div ul li {
    padding: 10px;
    line-height: 26px
}

.m-close-permis {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    background: #333;
    color: #fff;
    padding: 2px 6px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0px
}

.see_authority {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 76px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #f60;
    border-radius: 4px;
    overflow: hidden;
    text-indent: 0px
}

.d_title {
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
}

.d_title em {
    font-size: 16px;
    padding: 0 !important
}
