@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: "microsoft yahei", "-apple-system-font", "helvetica neue", "helvetica", "sans-serif"; font-size: 14px; background-color: #ccc; color: #333; -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; }

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; }

/*** @description: 基础样式; @author: ray; @create date: 2016-08-09;
***/
.red { color: #f04343; }

.orange { color: #ff6a29; }

.blue { color: #45a5ff; }

.green { color: #4fab7d; }

.g3 { color: #333333; }

.g6 { color: #666666; }

.g9 { color: #999999; }

.hide { display: none; }

.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; }

.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, .navbar, .category-menu ul, .soft-list2, .soft-list3, .category-list, .tag-list, .comments-bar { display: -webkit-box; display: -webkit-flex; display: flex; }

.flex-item, .layer .layer-btns .layer-btn, .navbar .nav-link, .soft-list3 .soft-item, .comments-bar .msg { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.flex-wrap, .category-menu ul, .soft-list2, .category-list, .tag-list { -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.flex-justify { -webkit-justify-content: space-between; justify-content: space-between; }

.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); }

/*** @description: 按钮样式; @author: ray; @create date: 2016-08-09;
***/
/*按钮样式*/
.btn { display: inline-block; width: 1.26rem; padding: 0.08rem 0; margin-bottom: 0; font-size: 0.3rem; font-weight: 400; line-height: 1.42857143; 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; -moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s; -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s; -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s; transition: background-color 0.2s, color 0.2s, border-color 0.2s; }
.btn:active { background-image: none; outline: 0; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-green { background-color: #4fab7d; border-color: #4fab7d; color: #fff; }
.btn-green:hover { background-color: #4fab7d; border-color: #4fab7d; }

.btn-blue { background-color: #45a5ff; border-color: #45a5ff; color: #fff; }
.btn-blue:hover { background-color: #45a5ff; border-color: #45a5ff; }

.btn-blue-border { background-color: #fff; border-color: #45a5ff; color: #45a5ff; }
.btn-blue-border:hover { background-color: #fff; border-color: #fff; }

.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }

.btn-disabled { background: #ccc; border-color: #ccc; }
.btn-disabled:active { box-shadow: none; }

.btn-radius { border-radius: 80px; }

/*** @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; } }
/*** @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: #4fab7d; 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(/uploads/image/wsmimages/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:  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-08-07;
***/
.icon { display: inline-block; background-size: 100%; background-repeat: no-repeat; background-size: 100%; }

.icon-time { display: inline-block; vertical-align: -1px; width: 0.22rem; height: 0.22rem; background-image: ; background-size: 100%; margin-right: 0.08rem; }

.icon-news, .icon-game { width: 0.4rem; height: 0.4rem; margin-right: 0.1rem; vertical-align: -0.08rem; }

.icon-news { background-image: ; }

.icon-game { background-image: ; }

/*** @author:ray; @create date:2016-10-20;
***/
html, body { height: 100%; }

html { font-size: 50px; font-size: 13.3334vw; }

@media screen and (min-width: 1080px) { html { font-size: 100px; } }
.transitioning { -webkit-transition: -webkit-transform .4s; transition: transform .4s; }

.preloader { display: inline-block; vertical-align: middle; content: ""; width: 0.5rem; height: 0.5rem; background:  no-repeat center; background-size: 100%; -webkit-animation: preloader-spin 1s steps(12, end) infinite; animation: preloader-spin 1s steps(12, end) infinite; }

.page { position: relative; width: 100%; min-width: 320px; min-height: 100%; max-width: 750px; margin: 0 auto; font-size: 0.26rem; background-color: #fff; -webkit-overflow-scrolling: touch; }

.page-header { position: absolute; z-index: 200; left: 0; right: 0; height: 1.8rem; background: #f9f9f9; -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; }

.header-fixed { position: fixed; z-index: 210; top: 0; left: 0; right: 0; }

.header-slidedown, .header-slideup { position: fixed; z-index: 210; top: -1.8rem; }

.header-slidedown { -moz-animation: headerslidedown 0.3s both; -webkit-animation: headerslidedown 0.3s both; animation: headerslidedown 0.3s both; }

.header-slideup { -moz-animation: headerslideup 0.3s both; -webkit-animation: headerslideup 0.3s both; animation: headerslideup 0.3s both; }

.page-content { padding-top: 1.8rem; padding-bottom: 1rem; }

.page-footer { position: absolute; bottom: 0; left: 0; right: 0; font-size: 0.22rem; background: #e6e6e6; color: #999; height: 1rem; padding: 0.3rem 0.3rem 0.4rem; }
.page-footer .friendlink { margin-bottom: 0.15rem; position: relative; }
.page-footer .friendlink.show .inner { max-height: 4rem; }
.page-footer .friendlink.show .arrow { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.page-footer .friendlink .inner { line-height: 0.4rem; overflow: hidden; padding-right: 0.7rem; max-height: 0.4rem; text-align: justify; -moz-transition: max-height 0.4s linear; -o-transition: max-height 0.4s linear; -webkit-transition: max-height 0.4s linear; transition: max-height 0.4s linear; }
.page-footer .friendlink a { vertical-align: top; margin-right: 0.18rem; }
.page-footer .friendlink .more { position: absolute; right: 0; top: 2px; width: 0.48rem; height: 0.3rem; line-height: 0.3rem; text-align: center; background: #dbdbdb; color: #666; }
.page-footer .friendlink .arrow { position: relative; top: -0.02rem; left: -0.05rem; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -moz-transform-origin: 75% 75%; -ms-transform-origin: 75% 75%; -webkit-transform-origin: 75% 75%; transform-origin: 75% 75%; -moz-transition: -moz-transform 0.4s; -o-transition: -o-transform 0.4s; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.page-footer .copyright { line-height: 0.32rem; text-align: center; }

.topbar { height: 1rem; padding: 0 0.3rem; overflow: hidden; }
.topbar .logo { float: left; height: 0.49rem; width: 1.88rem; margin-top: 0.27rem; }
.topbar .search-form { float: right; margin-top: 0.22rem; position: relative; z-index: 2; background-color: #fff; border: 1px solid #eaeaea; border-radius: 0.3rem; }
.topbar .search-input { width: 2.85rem; height: 0.6rem; font-size: 0.3rem; padding: 0 0.6rem 0 0.3rem; background: none; border: none; }
.topbar .btn-search { position: absolute; right: 0.1rem; top: 0.1rem; z-index: 1; width: 0.4rem; height: 0.34rem; border: 0; background:  no-repeat; background-size: 100% 100%; }

.navbar { height: 0.8rem; line-height: 0.8rem; background-color: #45a5ff; }
.navbar .nav-link { font-size: 0.28rem; text-align: center; color: #bbd9fb; }
.navbar .nav-link.on { font-size: 0.32rem; color: #fff; }

.category-menu, .category-menu-overlay { visibility: hidden; opacity: 0; -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; }

.category-menu { position: absolute; z-index: 100; width: 100%; background-color: #fff; overflow: hidden; }
.category-menu ul { margin-right: -5px; margin-bottom: -1px; }
.category-menu li { width: 25%; line-height: 0.8rem; text-align: center; border: 1px solid #e5e5e5; margin: -1px 0 0 -1px; position: relative; }
.category-menu li.on { color: #45a5ff; }
.category-menu li.on:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0.03rem; background: #45a5ff; }
.category-menu a { display: block; }

.category-menu-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 90; background: rgba(0, 0, 0, 0.5); }

body.category-menu-cover { overflow: hidden; }
body.category-menu-cover .category-menu, body.category-menu-cover .category-menu-overlay { opacity: 1; visibility: visible; }
body.category-menu-cover .category-toggle .arrow { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }

.totop { position: fixed; right: 0.3rem; bottom: 1.4rem; z-index: 100; width: 0.84rem; height: 0.84rem; background:  no-repeat center center; background-size: 100%; visibility: hidden; opacity: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.totop.fadein { visibility: visible; opacity: 1; }

.dropdown-menu { text-align: left; background: #ececec; padding: 0.3rem 0.1rem 0; overflow: hidden; box-shadow: 0 0.1rem 0.1rem rgba(104, 107, 106, 0.2); margin-top: 0.2rem; 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: #45a5ff; color: #fff; }

.soft-content { background: #fff; }
.soft-content .list-head { padding: 0.3rem 0.3rem 0.2rem; }
.soft-content .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-content .btn-dropdown .arrow-down { margin-left: 0.2rem; width: 0.18rem; height: 0.18rem; border-right: 2px solid #b7bbba; border-bottom: 2px solid #b7bbba; transition: all 0.2s; }
.soft-content .open .dropdown-menu { visibility: visible; }
.soft-content .open .arrow-down { transform: translatey(20%) rotate(225deg); }

.search-tips { padding: 0.3rem; font-size: 0.26rem; }

.search-tips   .list-tabs { padding-top: 0.1rem; }

.search-tips span { margin: 0 0.05rem; }

.list-tabs { text-align: center; font-size: 0; padding-top: 0.4rem; }

.list-tabs .item { display: inline-block; vertical-align: top; width: 2rem; line-height: 0.44rem; padding: 0.07rem 0; border: 1px solid #45a5ff; background: none; color: #45a5ff; font-size: 0.28rem; border-radius: 0; }

.list-tabs .item   .item { margin-left: -1px; }

.list-tabs .item.on { background: #45a5ff; 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; }

.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.35rem 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: #3f4140; 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; }

/*** @author:ray; @create date:2016-10-20;
***/
.modle-ios { display: none; }

.ios .modle-az { display: none; }
.ios .modle-ios { display: block; }

.page-index { background-color: #f2f2f2; }
.page-index .page-footer { position: relative; height: auto; }
.page-index .page-content { padding-bottom: 0; }
.page-index .section { margin-bottom: 0.3rem; }

.index-focus { height: 0; overflow: hidden; padding-bottom: 48%; background-color: #fff; 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; }
.index-focus .bd .pic { display: block; position: absolute; width: 100%; height: 100%; }
.index-focus .bd .tit { position: absolute; bottom: 0; width: 100%; font-size: 0.34rem; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 3rem 1rem 0.25rem 0.3rem; background: ; background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(40, 40, 40, 0.8)), 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.8) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%); background: -webkit-linear-gradient(bottom, rgba(40, 40, 40, 0.8) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%); background: linear-gradient(to top, rgba(40, 40, 40, 0.8) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%); }
.index-focus .pagestate { position: absolute; right: 0.2rem; bottom: 0.25rem; font-size: 0.26rem; color: #fff; z-index: 10; }
.index-focus .pagestate .cur { font-size: 0.34rem; color: #45a5ff; }
.index-focus .pagestate .line { opacity: 0.7; margin: 0 0.05rem; position: relative; top: -0.02rem; }

.arrow { 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; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.section { background: #fff; }

.section-hd { height: 0.8rem; line-height: 0.8rem; padding: 0 0.3rem; position: relative; z-index: 100; background: #fff; border-bottom: 1px solid #e5e5e5; }
.section-hd .search-alert { font-size: 0.24rem; color: #ccc; }
.section-hd .title { font-size: 0.34rem; line-height: 0.78rem; }
.section-hd .category-toggle { display: inline-block; font-size: 0.28rem; line-height: 0.78rem; padding-right: 0.2rem; }
.section-hd .category-toggle .arrow { position: relative; top: -0.06rem; left: 0.12rem; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -moz-transform-origin: 75% 75%; -ms-transform-origin: 75% 75%; -webkit-transform-origin: 75% 75%; transform-origin: 75% 75%; -moz-transition: -moz-transform 0.4s; -o-transition: -o-transform 0.4s; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.section-hd .more { position: absolute; top: 0; right: 0.3rem; color: #999; font-size: 0.26rem; }
.section-hd .links { position: absolute; top: 0; right: 0.1rem; }
.section-hd .links a { display: inline-block; padding: 0 0.2rem; }
.section-hd .links .on { color: #45a5ff; }
.section-hd .links .line { color: #d9d9d9; }

.section-bd-item { display: none; }
.section-bd-item.on { display: block; }

.section-ft { height: 0.86rem; line-height: 0.8rem; margin: 0 0.3rem; border-top: 1px solid #e5e5e5; text-align: center; }
.section-ft .more { display: block; 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.soft-list-more { margin: 0; background: #fff; }
.section-ft.soft-list-more .more { color: #666; }

.soft-list { background: #fff; }
.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; padding: 0.25rem 0 0.1rem; }
.soft-list .item { width: 25%; float: left; text-align: center; position: relative; margin-bottom: 0.15rem; }
.soft-list .item .pic { display: block; margin: 0 auto; width: 1.3rem; height: 1.3rem; border-radius: 0.2rem; }
.soft-list .item .tit { font-size: 0.24rem; color: #686b6a; height: 0.32rem; line-height: 0.32rem; padding: 0 0.25rem; overflow: hidden; margin-top: 0.1rem; }
.soft-list .item .tit-aline { height: 0.32rem; }
.soft-list .item .btn-link { vertical-align: top; margin-top: 0.15rem; margin-bottom: 0.15rem; width: 1rem; padding: 0.1rem 0; border-radius: 0.3rem; font-size: 0.24rem; background: none; border-color: #45a5ff; color: #45a5ff; }

.soft-list-c5 { overflow: hidden; }
.soft-list-c5 .item { width: 20%; }
.soft-list-c5 .item .pic { width: 1.05rem; height: 1.05rem; }
.soft-list-c5 .item .tit { padding: 0 0.15rem; }
.soft-list-c5 .hd { height: 0.16rem; text-align: center; margin: 0.1rem 0 0.2rem; }
.soft-list-c5 .hd li { display: inline-block; vertical-align: top; width: 0.16rem; height: 0.16rem; border-radius: 0.08rem; font-size: 0; background: #a0a0a0; -webkit-transition: width 0.3s; margin: 0 0.06rem; }
.soft-list-c5 .hd li.on { width: 0.3rem; background: #45a5ff; }

.soft-list-loader { text-align: center; position: relative; line-height: 0.8rem; }
.soft-list-loader:after { content: ''; position: absolute; top: 0; left: 0.3rem; right: 0.3rem; height: 1px; background: #e5e5e5; }

.soft-item { display: block; height: 2.05rem; padding: 0.4rem 0.3rem 0; overflow: hidden; position: relative; }
.soft-item:after { content: ''; position: absolute; top: 0; left: 0.3rem; right: 0.3rem; height: 1px; background: #e5e5e5; }
.soft-item .pic { display: inline-block; width: 1.26rem; height: 1.26rem; float: left; margin-right: 0.2rem; border-radius: 0.24rem; }
.soft-item .pic img { border-radius: 0.24rem; }
.soft-item .con { width: 3.65rem; overflow: hidden; float: left; }
.soft-item .con dt { height: 0.45rem; line-height: 0.45rem; overflow: hidden; font-size: 0.34rem; margin-bottom: 0.05rem; }
.soft-item .con dd { color: #999; height: 0.4rem; line-height: 0.4rem; overflow: hidden; }
.soft-item .con em { font-family: '宋体'; color: #e6e6e6; }
.soft-item .btn { position: absolute; top: 0.45rem; right: 0.3rem; margin-top: 0.35rem; }

.soft-item-rec { background: url(/uploads/image/wsmimages/soft-item-bg.jpg) no-repeat center bottom; background-size: 100%; }
.soft-item-rec   .soft-item:after { left: 0; right: 0; }

.soft-list2 { padding-bottom: 0.3rem; }
.soft-list2 .soft-item { width: 25%; height: 2.9rem; text-align: center; padding: 0; margin-top: 0.3rem; }
.soft-list2 .soft-item:after { content: none; }
.soft-list2 .soft-item .pic, .soft-list2 .soft-item .con, .soft-list2 .soft-item .btn { float: none; }
.soft-list2 .soft-item .pic { margin: 0; }
.soft-list2 .soft-item .con { width: auto; }
.soft-list2 .soft-item .con dt { font-size: 0.32rem; padding: 0 0.12rem; }
.soft-list2 .soft-item .btn { margin-top: 0.05rem; position: static; }

.soft-list3 { background: none; padding: 0 0.25rem 0.4rem; }
.soft-list3 .soft-item { background: #fff; text-align: center; height: auto; padding: 0 0 0.2rem; margin: 0 0.13rem; overflow: visible; border-radius: 0.1rem; }
.soft-list3 .soft-item:after { content: none; }
.soft-list3 .soft-item .pic, .soft-list3 .soft-item .con, .soft-list3 .soft-item .btn { float: none; }
.soft-list3 .soft-item .pic { margin: 0.5rem 0 0 0; border: 0.04rem solid #fff; }
.soft-list3 .soft-item .con { width: auto; margin-bottom: 0.05rem; }
.soft-list3 .soft-item .con dd { font-size: 0.22rem; }
.soft-list3 .soft-item .btn { margin-top: 0.05rem; position: static; }
.soft-list3 .soft-item .num { color: #fff; left: 0.82rem; top: 0.4rem; }
.soft-list3 .soft-item:nth-child(1) .num { background-image: url(/uploads/image/wsmimark/mark1.png); }
.soft-list3 .soft-item:nth-child(2) .num { background-image: url(/uploads/image/wsmimark/mark2.png); }
.soft-list3 .soft-item:nth-child(3) .num { background-image: url(/uploads/image/wsmimark/mark3.png); }

.section-tops { background: #649bff url(/uploads/image/wsmimages/section-bg.jpg) no-repeat; background-size: 100% auto; overflow: hidden; }
.section-tops .section-hd { background: none; border: none; margin-top: 0.1rem; margin-bottom: 0.3rem; }
.section-tops .section-hd .title { font-weight: bold; color: #fff; }
.section-tops .section-hd .icon-top { vertical-align: -3px; width: 0.35rem; height: 0.35rem; background-image: ; margin-right: 0.08rem; }
.section-tops .section-hd .more { color: #fff; }
.section-tops .soft-list4 .soft-item .con dt, .section-tops .soft-list4 .soft-item .con dd { color: #fff; }
.section-tops .soft-list4 .soft-item .pic { margin-left: 0.1rem; background-color: #fff; }
.section-tops .soft-list4 .btn { background: none; color: #fff; }
.section-tops .soft-list { background: none; }
.section-tops .num { position: absolute; left: 0.3rem; top: 0.28rem; width: 0.42rem; height: 0.52rem; line-height: 1.3; background: url(/uploads/image/wsmimark/mark.png) no-repeat; background-size: 100%; text-align: center; font-size: 0.34rem; color: #666; font-weight: bold; }

.section-category .section-hd .title { text-align: left; }

.category-nav a { display: inline-block; font-size: 0.28rem; line-height: 0.46rem; padding: 0 0.22rem; color: #333; margin-right: 0.3rem; }
.category-nav a.on { background-color: #45a5ff; color: #fefefe; }

.category-list { padding: 0.4rem 0.3rem 0.1rem 1%; }

.category-item { width: 30.3%; height: 0.8rem; line-height: 0.8rem; text-align: center; overflow: hidden; border: 0.02rem solid #e5e5e5; margin-bottom: 0.3rem; border-radius: 0.08rem; margin-left: 3%; }
.category-item:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.tag-list .tag { width: 25%; height: 0.8rem; line-height: 0.8rem; text-align: center; background: #f7f7f7; font-size: 0.24rem; }
.tag-list .tag:nth-child(8n   2), .tag-list .tag:nth-child(8n   4), .tag-list .tag:nth-child(8n   5), .tag-list .tag:nth-child(8n   7) { background: #fff; }
.tag-list .tag:active { background: #ddd; }
.tag-list .tag .arrow { width: 0.12rem; height: 0.12rem; margin-left: 0.05rem; }

.art-list { background: #fff; }
.art-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); }
.art-list .art-item { display: block; padding: 0.3rem; overflow: hidden; position: relative; }
.art-list .art-item   .art-item:after { content: ''; position: absolute; top: 0; left: 0.3rem; right: 0.3rem; height: 1px; background: #e5e5e5; }
.art-list .pic { width: 1.8rem; height: 1.1rem; float: left; margin-right: 0.2rem; }
.art-list .tit { font-size: 0.3rem; color: #2c2c2c; height: 0.72rem; line-height: 0.38rem; overflow: hidden; margin-bottom: 0.1rem; }
.art-list .time { text-align: right; color: #aaaaaa; font-size: 0.22rem; }

.section-tabs2 .section-hd .name { display: inline-block; font-size: 0.3rem; position: relative; }
.section-tabs2 .section-hd .name.on { color: #45a5ff; }
.section-tabs2 .section-hd .name.on:after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 0.05rem; background: #45a5ff; }

.search-info { padding: 0.3rem; }

.search-key, .search-num { color: #f04343; margin: 0 3px; }

.topic-soft-list .soft-list2 { display: block; }

/*** @author:ray; @create date:2017-06-07;
***/
.ios-show, .ios .and-show { display: none !important; }

.android .and-show, .ios .ios-show { display: block !important; }

.page-detail { background-color: #f2f2f2; }

.ad-box { position: relative; }
.ad-box:after { content: ''; position: absolute; left: 0; top: 0; width: 0.38rem; height: 0.25rem; background:  no-repeat; background-size: 100%; }
.ad-box .pic { display: block; max-width: 100%; }

.soft-recommend { padding: 0.3rem 1%; font-size: 0; position: relative; background: #fff; margin-bottom: 0.3rem; overflow: hidden; }
.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; line-height: 0.32rem; height: 0.32rem; overflow: hidden; }

.soft-info { background: #fff; padding: 0.4rem 0.3rem 0.2rem; }
.soft-info .bd { overflow: hidden; margin-bottom: 0.3rem; }
.soft-info .pic { width: 1.4rem; height: 1.4rem; float: left; margin-right: 0.3rem; border-radius: 0.24rem; }
.soft-info .con { overflow: hidden; }
.soft-info .con dt, .soft-info .con dd { float: left; }
.soft-info .con dt { width: 100%; font-size: 0.34rem; padding: 0.05rem 0 0.15rem; }
.soft-info .con dd { width: 50%; font-size: 0.24rem; color: #999; line-height: 0.4rem; }
.soft-info .btn { width: 100%; font-size: 0.34rem; padding: 0.15rem 0; }
.soft-info .btn .tips, .soft-info .btn .text { display: block; line-height: 1.1; }
.soft-info .btn .text { margin-top: -0.08rem; margin-bottom: 0.08rem; }
.soft-info .btn .text i { vertical-align: -0.02rem; }
.soft-info .btn .tips { font-size: 0.2rem; margin-bottom: -0.06rem; opacity: 0.8; }
.soft-info .btn-ios { display: none; }
.soft-info .tip { display: block; margin: 0.18rem 0 -0.15rem; color: #999; text-align: center; font-size: 0.24rem; }

.ios .soft-info .btn-and { display: none; }
.ios .soft-info .btn-ios { display: block; }

.wd-download { position: relative; }

.wd-download.checked .icon-check { background-color: #45a5ff; }

.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(/uploads/image/wsmiform/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(/uploads/image/wsmiform/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; }

.soft-remark { background: #fff; padding: 0.3rem; margin-bottom: 0.3rem; }
.soft-remark.show .text-inner { height: auto; }
.soft-remark.show .text-toggle { display: none; }
.soft-remark.show .text-toggle-hide { display: block; }
.soft-remark .hd { font-size: 0.3rem; margin-bottom: 0.15rem; }
.soft-remark .bd { position: relative; }
.soft-remark .text { position: relative; color: #666; text-align: justify; line-height: 0.54rem; }
.soft-remark .text img { max-width: 100%; height: auto !important; }
.soft-remark .text-toggle { display: inline-block; width: 1rem; line-height: 0.4rem; position: absolute; right: 0; bottom: 0; background: #e3f1ff; color: #45a5ff; text-align: center; border: 1px solid #88c5ff; border-radius: 0.05rem; font-size: 0.2rem; display: none; }
.soft-remark .text-toggle .arrow { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: 0.1rem; vertical-align: 0.06rem; width: 0.12rem; height: 0.12rem; }
.soft-remark .text-toggle-hide { display: none; }
.soft-remark .text-toggle-hide .arrow { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); vertical-align: 0.01rem; }
.soft-remark table { width: 100%; }

.soft-focus { margin-bottom: 0.25rem; }
.soft-focus .bd { width: 100%; max-height: 4.5rem; text-align: center; overflow: hidden; }
.soft-focus .bd img { vertical-align: top; max-width: 100%; max-height: 4.5rem; }
.soft-focus .hd { text-align: center; margin-top: 0.25rem; height: 0.1rem; }
.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: #ff6a29; }

.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:  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: #ff6a29; }

.images-preview-cover .images-preview { visibility: visible; }
.images-preview-cover .images-preview .slide_ul { 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; }

.comments { padding: 0 0.3rem 0.1rem; }
.comments .hd { line-height: 0.5rem; margin-bottom: 0.2rem; overflow: hidden; }
.comments .hd .title { float: left; font-size: 0.3rem; }
.comments .hd .count { float: right; font-size: 0.2rem; color: #999; }
.comments .hd .count dt, .comments .hd .count dd { display: inline; }
.comments .bd .form-textarea { height: 2rem; }

.comments-post { margin-bottom: 0.3rem; }
.comments-post .form-textarea { display: block; width: 100%; height: 1.5rem; resize: none; padding: 0.3rem; font-size: 0.3rem; margin-bottom: 0.2rem; border: 1px solid #e5e5e5; border-radius: 0.06rem; transition: border-color 0.3s; }
.comments-post .form-textarea:focus { border-color: #45a5ff; }
.comments-post .form-alert { font-size: 0.22rem; color: #b2b2b2; line-height: 0.6rem; -moz-transform: skewx(-10deg); -ms-transform: skewx(-10deg); -webkit-transform: skewx(-10deg); transform: skewx(-10deg); }
.comments-post .btn[disabled] { border-color: #c7def3; background: #c7def3; }

.comments-list { margin-top: 0.4rem; }

.comments-floor { border-top: 1px dashed #dfdfdf; padding: 0.3rem 0 0.1rem; }

.comments-floor-hd { color: #999; margin-bottom: 0.15rem; }
.comments-floor-hd .name { font-size: 0.3rem; }
.comments-floor-hd .time { font-size: 0.2rem; color: #b2b2b2; }
.comments-floor-hd .opr { margin-left: 0.25rem; margin-right: -0.1rem; position: relative; padding: 0.1rem; }
.comments-floor-hd .opr.on { color: #45a5ff; }
.comments-floor-hd .opr.on .icon-parse { background-image: ; -moz-transition: background-image 0.1s 1s; -o-transition: background-image 0.1s 1s; -webkit-transition: background-image 0.1s; -webkit-transition-delay: 1s; transition: background-image 0.1s 1s; }
.comments-floor-hd .opr.on:before { opacity: 1; -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.comments-floor-hd .opr-parse:before, .comments-floor-hd .icon { display: inline-block; vertical-align: 0; width: 0.24rem; height: 0.24rem; background-repeat: no-repeat; background-size: 100% 100%; margin-right: 0.05rem; }
.comments-floor-hd .icon-parse { background-image: ; }
.comments-floor-hd .icon-msg { background-image: ; position: relative; top: 0.02rem; }
.comments-floor-hd .opr-parse:before { content: ''; position: absolute; margin-top: 0.03rem; background-image: ; opacity: 0; -moz-transform: scale(3); -ms-transform: scale(3); -webkit-transform: scale(3); transform: scale(3); -moz-transition: opacity 0.4s, -moz-transform 0.4s; -o-transition: opacity 0.4s, -o-transform 0.4s; -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; transition: opacity 0.4s, transform 0.4s; }

.comments-floor-bd { margin-top: 0.2rem; }
.comments-floor-bd .text { font-size: 0.3rem; background: #fff; padding: 0.2rem 0.3rem; margin-bottom: 0.3rem; border: 1px solid #e5e5e5; border-radius: 0.1rem; position: relative; z-index: 2; }
.comments-floor-bd .say { position: absolute; z-index: -1; left: 0.6rem; top: -0.22rem; width: 0.5rem; height: 0.22rem; overflow: hidden; -moz-transform: skewx(6deg); -ms-transform: skewx(6deg); -webkit-transform: skewx(6deg); transform: skewx(6deg); }
.comments-floor-bd .say:before, .comments-floor-bd .say:after { content: ''; position: absolute; width: 0; height: 0; border: 0.3rem solid #e5e5e5; border-right-color: transparent; border-top-color: transparent; }
.comments-floor-bd .say:after { border-left-color: #fff; border-bottom-color: #fff; margin-top: 2px; margin-left: 1px; }
.comments-floor-bd .reply { margin-top: -0.1rem; margin-bottom: 0.1rem; font-size: 0.3rem; min-height: 1px; }
.comments-floor-bd .reply li { padding: 0.06rem 0.3rem; }
.comments-floor-bd .reply-title { color: #999; }

.comments-more { text-align: center; line-height: 0.85rem; color: #ccc; font-size: 0.26rem; border-top: 1px dashed #dfdfdf; }
.comments-more .link { display: inline-block; }
.comments-more .arrow { -webkit-transform: rotate(45deg); transform: rotate(45deg); position: relative; top: -0.03rem; left: 0.1rem; }

.comments-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background-color: #fff; padding: 0.16rem 0.3rem; box-shadow: 0px 3px 16px #b7b7b7; }
.comments-bar .msg { height: 0.66rem; line-height: 0.66rem; border: 1px solid #cccccc; border-radius: 0.06rem; color: #ccc; font-size: 0.24rem; text-indent: 0.2rem; }
.comments-bar .num { margin: 0.15rem 0 0 0.25rem; color: #999; font-size: 0.22rem; }
.comments-bar .icon-msg2 { display: inline-block; vertical-align: -0.1rem; width: 0.36rem; height: 0.31rem; background: url(/uploads/image/wsmimages/msg2.png) no-repeat; background-size: 100% 100%; margin-right: 0.11rem; }
.comments-bar   .totop { bottom: 1.2rem; }

.relevant-soft { margin-bottom: 0; }

.botblock { padding: 0.45rem 0 0.35rem; background: #fff; }
.botblock .pbtn { text-align: center; }
.botblock .pbtn a { display: inline-block; width: 1.95rem; font-size: 0.24rem; line-height: 0.4rem; padding: 0.1rem 0; border-radius: 0.1rem; background: #45a5ff; color: #fff; }

.pbotlogo { margin-bottom: 0.32rem; text-align: center; }
.pbotlogo img { height: 0.49rem; vertical-align: top; }

/*** @author:ray; @create date:2017-8-7;
***/
.top100 .soft-item { padding-left: 0.85rem; }
.top100 .soft-item .con { width: 3.5rem; }
.top100 .soft-item .num { position: absolute; left: 0.3rem; top: 0.4rem; width: 0.42rem; height: 0.52rem; line-height: 1.3; background: url(/uploads/image/wsmimark/mark.png) no-repeat; background-size: 100%; text-align: center; font-size: 0.34rem; color: #666; font-weight: bold; }
.top100 .soft-item:nth-child(1) .num { color: #fff; background-image: url(/uploads/image/wsmimark/mark1.png); }
.top100 .soft-item:nth-child(2) .num { color: #fff; background-image: url(/uploads/image/wsmimark/mark2.png); }
.top100 .soft-item:nth-child(3) .num { color: #fff; background-image: url(/uploads/image/wsmimark/mark3.png); }
.top100 .soft-nav { margin: 0.4rem 0.3rem 0; text-align: center; }
.top100 .soft-nav .flex-item, .top100 .soft-nav .layer .layer-btns .layer-btn, .layer .layer-btns .top100 .soft-nav .layer-btn, .top100 .soft-nav .navbar .nav-link, .navbar .top100 .soft-nav .nav-link, .top100 .soft-nav .soft-list3 .soft-item, .soft-list3 .top100 .soft-nav .soft-item, .top100 .soft-nav .comments-bar .msg, .comments-bar .top100 .soft-nav .msg { height: 0.54rem; line-height: 0.5rem; font-size: 0.28rem; border: 1px solid #e5e5e5; margin-right: -1px; }
.top100 .soft-nav .flex-item.on, .top100 .soft-nav .layer .layer-btns .on.layer-btn, .layer .layer-btns .top100 .soft-nav .on.layer-btn, .top100 .soft-nav .navbar .on.nav-link, .navbar .top100 .soft-nav .on.nav-link, .top100 .soft-nav .soft-list3 .on.soft-item, .soft-list3 .top100 .soft-nav .on.soft-item, .top100 .soft-nav .comments-bar .on.msg, .comments-bar .top100 .soft-nav .on.msg { background-color: #fb4f3d; border-color: #fb4f3d; color: #fff; }

.top-menu, .top-menu-overlay { visibility: hidden; opacity: 0; -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; }

.top-menu-nav { line-height: 0.8rem; height: 0.8rem; position: relative; z-index: 100; background-color: #fff; border-bottom: 1px solid #e5e5e5; padding: 0 0.3rem; }
.top-menu-nav li { width: 33.33%; float: left; text-align: center; font-size: 0.3rem; }
.top-menu-nav li a { display: block; margin: 0 0.4rem; }
.top-menu-nav li.on { color: #45a5ff; }
.top-menu-nav .top-toggle { padding: 0 0.3rem; position: absolute; top: 0; right: 0.1rem; height: 0.8rem; line-height: 0.8rem; }
.top-menu-nav .top-toggle .arrow { vertical-align: top; margin-top: 0.3rem; color: #2993f3; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -moz-transform-origin: 75% 75%; -ms-transform-origin: 75% 75%; -webkit-transform-origin: 75% 75%; transform-origin: 75% 75%; -moz-transition: -moz-transform 0.4s; -o-transition: -o-transform 0.4s; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }

.top-menu { position: absolute; z-index: 100; width: 100%; background-color: #fff; overflow: hidden; }
.top-menu ul { padding: 0 0.3rem 0.3rem; }
.top-menu li { width: 33.33%; height: 0.8rem; line-height: 0.8rem; text-align: center; color: #222; overflow: hidden; }
.top-menu li.on { color: #45a5ff; }
.top-menu a { display: block; font-size: 0.3rem; margin: 0 0.4rem; }

.top-menu-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 90; background: rgba(0, 0, 0, 0.5); }

body.top-menu-cover { overflow: hidden; }
body.top-menu-cover .top-menu, body.top-menu-cover .top-menu-overlay { opacity: 1; visibility: visible; }
body.top-menu-cover .top-toggle .arrow { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }

/*** @author:ray; @create date:2017-08-07;
***/
.page-detail { background: #f2f2f2; }

.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 .text .tt { font-size: 0.3rem; font-weight: bold; }
.art-detail .games { text-align: center; padding-top: 0.5rem; }
.art-detail .games a { color: #45a5ff; }
.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.1rem; }

.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; }

.table-list { width: 100%; font-size: 0.2rem; }

.table-list .line-1 { text-align: center; }

.table-list .line-1 th { height: 39px; color: #fff; }

.table-list .line-1 .no1 { background: #6ac05a; border-right: 1px solid #fff; }

.table-list .line-1 .no2 { background: #efc006; border-right: 1px solid #fff; }

.table-list .line-1 .no3 { background: #fc80b8; }

.table-list .line-2 td { height: 37px; color: #fff; }

.table-list .line-2 .no1 { background: #9ede92; }

.table-list .line-2 .no2 { background: #f6d862; }

.table-list .line-2 .no3 { background: #fdb3d4; }

.table-list .line-3 td { height: 35px; color: #666; }

.table-list .line-3 .no1 { background: #d2fdcb; }

.table-list .line-3 .no2 { background: #fdf1bf; }

.table-list .line-3 .no3 { background: #fee6f1; }

.table-list .line-4 td { height: 52px; color: #fff; background: #6ac05a; }

.xwzy_main1 { background: #f1f1f1; margin: 0.3rem; }

.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; }

.zjbb_list dt { position: absolute; left: 0.3rem; top: 0.4rem; width: 1.2rem; height: 1.2rem; }

.zjbb_list dt img { width: 100%; height: 100%; border-radius: 0.2rem; }

.zjbb_list 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 dd .ptit a { font-size: 0.3rem; color: #444; }

.zjbb_list dd .ptit a span, .zjbb_list dd .ptit a em { display: inline-block; vertical-align: middle; }

.zjbb_list dd .ptit a span { height: 0.4rem; overflow: hidden; /*max-width:80%;*/ }

.zjbb_list dd .ptit a em { font-size: 0.24rem; color: #999; margin-left: 0.1rem; }

.zjbb_list 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 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.5rem; background: #45a5ff; text-align: center; font-size: 0.24rem; color: #fff; border-radius: 0.25rem; }

.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: #45a5ff; font-size: 0.38rem; }

.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; }

.pstar { height: 0.27rem; margin-top: 0.06rem; }

.pstar span { display: block; width: 1.65rem; height: 0.27rem; background: url(/uploads/image/wsmimages/stars.png) no-repeat; background-size: auto 100%; }

.pstar span.star4 { background-position: -0.34rem 0; }

.pstar span.star3 { background-position: -0.68rem 0; }

.pstar span.star2 { background-position: -1.02rem 0; }

.pstar span.star1 { background-position: -1.36rem 0; }

.pstar span.star0 { background-position: -1.7rem 0; }

.pstar span.star4b { background-position: -3.4rem 0; }

.pstar span.star3b { background-position: -3.74rem 0; }

.pstar span.star2b { background-position: -4.08rem 0; }

.pstar span.star1b { background-position: -4.42rem 0; }

.pstar span.star0b { background-position: -4.76rem 0; }

.topic-head { line-height: 0.8rem; padding: 0 4%; border-bottom: 1px solid #d0d0d0; }
.topic-head .tit { font-size: 0.3rem; }
.topic-head .tit.fr { display: none; }

.topic-list { overflow: hidden; padding-top: 0.35rem; }

.topic-item { width: 42%; margin: 0 4%; float: left; margin-bottom: 0.15rem; }
.topic-item a { display: block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }
.topic-item .pic { width: 100%; height: 1.85rem; }
.topic-item .tit { display: block; font-size: 0.28rem; color: #444; text-align: center; height: 0.7rem; line-height: 0.7rem; overflow: hidden; }

.page-topic-detail { background: #f2f2f2; }

.topic-detail { padding: 0.3rem; background: #fff; margin-bottom: 0.3rem; }
.topic-detail .title { font-size: 0.32rem; color: #444; text-align: center; padding: 0.1rem 0 0.4rem; }
.topic-detail .info { background: #efefef; line-height: 0.5rem; font-size: 0.22rem; color: #999; text-align: center; margin-bottom: 0.1rem; }
.topic-detail .attr { margin: 0 0.3rem; }
.topic-detail .text { text-align: justify; font-size: 0.22rem; color: #444; line-height: 0.48rem; padding: 0.2rem 0 0.2rem; }

.article-list { margin: 0.3rem 0 0.2rem; background: #fff; }
.article-list li { line-height: 0.9rem; }
.article-list li   li { border-top: 1px dashed #e5e5e5; }
.article-list a { display: inline-block; font-size: 0.24rem; padding-left: 0.55rem; position: relative; }
.article-list a:before { content: ''; position: absolute; width: 0.1rem; height: 0.1rem; background: #d0d0d0; top: 50%; margin-top: -0.05rem; margin-left: -0.25rem; }

.topic-soft-list { background: #fff; padding-bottom: 0.3rem; overflow: hidden; margin: 0.2rem 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: #4fab7d; 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.3rem; }
.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; border-radius: 0.3rem; }
.soft-list2 .list-item .con { width: 3rem; margin: 0 0.25rem; }
.soft-list2 .list-item .tit { font-size: 0.3rem; height: 0.4rem; line-height: 0.4rem; overflow: hidden; }
.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; }

.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; }

.nsoft-info { padding: 0.3rem; margin-bottom: 0.3rem; }
.nsoft-info .pic { width: 1.5rem; height: 1.5rem; border-radius: 0.32rem; }
.nsoft-info .con dt { font-size: 0.36rem; font-weight: bold; margin-bottom: 0.15rem; padding: 0; }
.nsoft-info .con dt .title { font-size: 0.36rem; }
.nsoft-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; }
.nsoft-info .ft { padding: 0 0.45rem; }
.nsoft-info .btn { padding: 0.22rem 0; border-radius: 80px; }
.nsoft-info .btn-disabled { border-color: #ddd; background: #ddd !important; color: #fff; }

.nsoft-focus .bd ul { overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.nsoft-focus .bd li { position: relative; margin-right: 6px; display: inline-block; overflow: hidden; background: #f5f5f5; }

.nsoft-remark { margin-bottom: 0.2rem; padding: 0.2rem 0.3rem 0 0.3rem; }
.nsoft-remark .text { padding-bottom: 0.3rem; color: #545454; text-align: justify; text-justify: inter-ideograph; word-break: break-all; font-size: 0.28rem; }

.introtit { border-left: 3px solid #45a5ff; border-bottom: 1px solid #efefef; margin: 0.2rem 0 0.12rem; padding-left: 0.15rem; }

.page-detail .section { margin-bottom: 0.2rem; }

.nsoft-list .item .pic { width: 1.35rem; height: 1.35rem; }
.nsoft-list .item .tit { padding: 0 0.2rem; font-size: 0.28rem; }
.nsoft-list .item .btn-link { width: 1.3rem; }

.nstar { display: inline-block; vertical-align: -0.03rem; width: 1.42rem; height: 0.24rem; background: url(/uploads/image/wsmimages/star.png) no-repeat; background-size: 2.85rem 0.23rem; }
.nstar.star0 { background-position: -1.55rem 0; }
.nstar.star1 { background-position: -1.26rem 0; }
.nstar.star2 { background-position: -0.87rem 0; }
.nstar.star3 { background-position: -0.58rem 0; }
.nstar.star4 { background-position: -0.29rem 0; }

.xryx-list { margin-top: 0.3rem; }
.xryx-list .list { padding: 0 0.3rem; }
.xryx-list .list-item { padding: 0; height: 1.35rem; background: none; margin-top: 0; margin-bottom: 0.5rem; }
.xryx-list .list-item .pic { display: block; width: 1.35rem; height: 1.35rem !important; border-radius: 0.3rem; }
.xryx-list .list-item .con { margin: 0 0.25rem; }
.xryx-list .list-item .tit { font-size: 0.28rem; margin-top: 0.05rem; color: #444; height: 0.4rem; line-height: 0.4rem; overflow: hidden; }
.xryx-list .list-item .nstar { margin-top: 0.15rem; margin-bottom: 0.15rem; }
.xryx-list .list-item .soft-list2 .list-item .txt { white-space: nowrap; }
.xryx-list .list-item .attr { font-size: 0.22rem; color: #999; position: relative; }
.xryx-list .list-item .attr   .attr:before { content: ''; position: absolute; left: -0.22rem; top: 50%; margin-top: -0.1rem; width: 1px; height: 0.2rem; background: #a5a8a6; }
.xryx-list .list-item .btn { width: 1.3rem; font-size: 0.24rem; margin-top: 0.38rem; }

.hot_game { margin-top: 0.3rem; 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(7n 1) { color: #4dba50; }
.hot_game a:nth-child(7n 2) { color: #4d90ba; }
.hot_game a:nth-child(7n 3) { color: #966de1; }
.hot_game a:nth-child(7n 4) { color: #4d90ba; }
.hot_game a:nth-child(7n 5) { color: #ff9a98; }
.hot_game a:nth-child(7n 6) { color: #5bc3af; }
.hot_game a:nth-child(7n 7) { color: #ff7573; }

/*.category-list { font-size: 0; padding: 0.3rem 0 0.1rem 0.3rem; }*/
.category-list .item { display: inline-block; 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%; }

.nsection-hd .title { font-weight: bold; }

/*** @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 { padding-top: 2.5rem; text-align: center; }
.not-found-404 .pic { width: 4.54rem; height: 4rem; vertical-align: top; margin-bottom: 0.6rem; }
.not-found-404 .txt { font-size: 0.24rem; color: #7c7b7b; margin-bottom: 0.4rem; }
.not-found-404 .num { color: #45a5ff; }
.not-found-404 .btn { display: inline-block; width: 4.3rem; padding: 0.18rem 0; background: #45a5ff; color: #fff; font-size: 0.3rem; border: 0; border-radius: 0.45rem; }
.not-found-404 .title { font-size: 0.32rem; color: #333; font-weight: bold; margin-bottom: 0.5rem; }
.not-found-404 .info { font-size: 0.26rem; color: #999; line-height: 1.6; margin-bottom: 0.15rem; }
.not-found-404 .alert { line-height: 1.6; color: #666; }
.not-found-404 .btn-red { width: 1.72rem; background: #ff5454; border-color: #ff5454; color: #fff; margin-top: 0.2rem; }
.not-found-404 .second { color: #ff5454; }
.not-found-404   .page-footer { display: none; }

/*** @author:ray; @create date:2018-1-31;
***/
html.mip-i-android-scroll, body.mip-i-android-scroll { height: 100% !important; }

html.noscroll { overflow: hidden !important; }

.gototop { right: 0.3rem !important; bottom: 0.5rem !important; z-index: 100 !important; }
.gototop mip-gototop { width: 0.84rem; height: 0.84rem; background:  no-repeat center center; background-size: 100%; border: 0 none; }

.mip-index-focus { padding-bottom: 50%; }
.mip-index-focus .bd { position: absolute; width: 100%; height: 100%; }
.mip-index-focus .mip-carousel-prebtn, .mip-index-focus .mip-carousel-nextbtn { display: none; }
.mip-index-focus .mip-carousel-indicatorbox { bottom: 0.2rem; right: 0.25rem; }

.page-footer .mip-friendlink .inner { max-height: auto; }
.page-footer .mip-friendlink .more { display: none; }

.art-detail mip-img { display: block; width: 100% !important; height: auto !important; }
.art-detail mip-img img { position: static !important; }

.art-item .pic mip-img, .art-item .pic img { height: 100%; }

.pbotlogo mip-img { width: 2.2rem; height: 0.49rem; display: block; margin: 0 auto; }

.mip-list-more { display: block; text-align: center; position: relative; line-height: 0.8rem; color: #999; }

.soft-remark .mip-showmore-btn { padding: 0; width: 1.2rem; height: 0.52rem; font-size: 0.24rem; white-space: nowrap; margin-top: 0.15rem; line-height: inherit; }
.soft-remark .mip-showmore-btn .arrow { display: none; }

/*# sourcemappingurl=style.css.map */
