@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: #45a5ff; }

.green { color: #47b751; }

.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, .navbar, .section-category .list, .top-list-body .list-hd { display: -webkit-box; display: -webkit-flex; display: flex; }

.flex-item, .layer .layer-btns .layer-btn, .navbar .nav-link { -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; }

/*** @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: #47b751; border-color: #47b751; color: #FFF; }
.btn-green:hover { background-color: #47b751; border-color: #47b751; }

.btn-download { width: 1.1rem; padding: 0.1rem 0; font-size: 0.28rem; background: #47b751; color: #FFF; border: none; border-radius: 0.3rem; }

.btn-blue { background-color: #47b751; border-color: #47b751; color: #FFF; }
.btn-blue:hover { background-color: #47b751; border-color: #47b751; }

.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: #47b751; 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; -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-swiper-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background: #000; -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(../fonts/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: 0.85rem; z-index: 10; background: rgba(0, 0, 0, 0.5); -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; }
.photo-browser-header .icon-back { display: inline-block; width: 0.4rem; height: 0.4rem; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NDVkZWVmZi1kMGIyLThjNGItYTE3Ni0yZjFjOTc5YjMxOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0RCQjg1MUE3RjE4MTFFNzhCNzM4ODc5MDIzQTVBREUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0RCQjg1MTk3RjE4MTFFNzhCNzM4ODc5MDIzQTVBREUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjMzYzJjYzQtZDY4Zi03YjRkLTlhY2UtM2Y0ODEwMmIxMmYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk0NWRlZWZmLWQwYjItOGM0Yi1hMTc2LTJmMWM5NzliMzE5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoHuWAEAAAI+SURBVHjazNfPS1RRGMbx8WhCErWple0MQqg2Qe2iTJQwXSVKkuAq9Q8oXQ2zcvIPSF0JRiHWSo1K/BHtatGiBDe6Kze6KSLBqOn7wjMgs3Fm7pmZ98LDC4eZw4d77n3PuXW5XC513JXJZFJJr3Q6fZGyRnbJteN+35CqwgXqglDNxf4nVAHVQnkv1D65U3MYqPOUd0L9JJ08Fl9rChPK7lSLUB2gPtd0KUGdo6wIdUC6QX0sZY5QIdQ6aRXqLqgPpc4TIqPOUFbJJfKH9IJaL2euEBlly3dFqHugXpc7X4iEOiWUNc5/ZBDUYpI5QwRUE2WxADWfdN4QAbVMbmloFNTzGKsQEqAaKQsFqJlYz2xIgHpFujT0GNRUzDc8lIGqp9hydWtoHNRk7H4YykDNWSvQUBZUthK7RygBVUeZJfc19ATUeKX22lAC6il5oKFpW8JKnkyKvWOGGj6Csjcw5wFW9avYo/Wo6vCROzdS8zumZTPcszyQ5y7rYimFGyIv8k0V3ISLZwzcX9uk1fXtGgM35uLhF26ALGloAtwjF28luEN1/+V8swU34qJdCNdHNvK9DtxDF30M3G/72CjADbhosML1kE+abw5cv4vOD+6XfdAW4HpcbEngfgj3hZywlgKuy8VeKVw72RTuJbg2F5s4uD2KYbbISWsp4G64OF0IZ8u6I9wSuOsujj3gvlFuCnfaPojBXXVxHhOuk3wX7i24yy4OiuB2dOcMd5a8cXOCBbdNuS3cbjH/+S/AAO9eyNZvCSQrAAAAAElFTkSuQmCC"); background-size: 100% 100%; }

.photo-browser-close, .photo-browser-remove { position: absolute; z-index: 10; top: 0.14rem; left: 0.3rem; padding: 0.1rem; }

.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%; bottom: 0; z-index: 1001; opacity: 1; background: rgba(0, 0, 0, 0.5); display: none; }

.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 { position: relative; height: 1rem; padding: 0.3rem; }
.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 { position: absolute; top: 0.3rem; right: 0.3rem; font-size: 0.24rem; color: #777; }

.photo-browser-current { font-size: 0.28rem; }

.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,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzkzZGU4Mi1mZjM1LTMzNDctOTVkOC0xMWNiNGQ2NTcxODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjAxMjg2REI4Mjc4MTFFOTg4ODJFNTVERDk0MTE0NjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjAxMjg2REE4Mjc4MTFFOTg4ODJFNTVERDk0MTE0NjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTY1YzVjNDctY2VkNi1iZjRiLThkYWUtY2YyMDI3MTRhNjIyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTk2NDUzNzAtYjFhNC0xMWU4LWFiMzMtOTdmYjVjNzU5MTY5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lsc9AQAAA0BJREFUeNqslltPE1EQx3e3WFoovSBQMCgX29ItpkVNjA+EL6ARo28m8oBRY6KA6JNSuSZqohi8RI0XEj8ABqJfANEQH5TWltJuxUQQWiilUKQFC3WaLdvT0wvdwDztnjnz293Z/8wc0rPsI5JZmAjblx3fvWaHn3EH3H9Dq7CYm5WjFCs1earD+YYqqYYkSCK1kYlogA67RwanP7iDc2kilaKi+tKTdcraVA/A0fPB+cf255Mrv4jMrFJS0VR1pVBUuA3atjTRZ3/m/7dC8LG8PZIW7VWttApbp7irHz7LPetDvlwwCLlreWD2WZK/9WzA1WbqDG4EMXe1jD5ecKxartubnQ+3C2teq2981PPVumTDdooE2T2GjhJxcRx6M7zZbu7B8rtPXNJ4sIGWaZO+KaTu7c93M4FZLO+d+jaKpGIJ+TT3GeNC4roMxlRcMHB1G+7Qsrj8AmR4biSWa5Aa6AzdAR91Q9csFojTp1gkELXSzfBx6OLQ9EcARtETSw5UvyDSS6rGnO24rMG2i+pGVNeAAmAUPbZojvtvclojVWcuD6hMCEFXOCDF+BnUAXrgKz4shPE7o2hXwI06dDKaLxoLcQVcUTTbdzhj9cvLsBAOSGH7QpshYpeMgj6J3nvXF/kioETRWw5IFYuVqAN6NF/0eHzRF2/VOqXOU6EO6A980VgIB6RqFAbUYfXZHFvqycRAahCCrtQo9FG0VqaBeYGOmNdM/+pGIBMubHvJvOEqmx09AIyioUxPlZ5AA/4EZnptfYkNFjPYYDR1zm6pmDVAcXUfEV9dUW2lpDy+Z9qNpi7onKm44Lo11o6VW3luGaDwUQCd1xgZBWsY4pBcFxkFssgoAMkvrHtBQvDfLL7xxOdBlm/qWri3js1G06K51/YkFN5RyZzZX3/2wGm8Gg0KfSt9DebQTtDvp4a+zI8mKXSgdxvaK+Lznt7gmID2a1DLK2e/0z+5O0ecgd+DA1ODqEshVDw6ep9MfzD75h1jlp3wjNjBTFSklqqO5NdwBzPY+dT+AqvJDv3trJQnNoKE4Zt4cEm687L6gmfNw+YBTEBShdkF1K70TyElvK5tKpeUsdfnK87JhfL/AgwA14hyltdAn4gAAAAASUVORK5CYII='); }

.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/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzkzZGU4Mi1mZjM1LTMzNDctOTVkOC0xMWNiNGQ2NTcxODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUY2NzlFNUE4Mjc4MTFFOTg4ODJFNTVERDk0MTE0NjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUY2NzlFNTk4Mjc4MTFFOTg4ODJFNTVERDk0MTE0NjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTY1YzVjNDctY2VkNi1iZjRiLThkYWUtY2YyMDI3MTRhNjIyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTk2NDUzNzAtYjFhNC0xMWU4LWFiMzMtOTdmYjVjNzU5MTY5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FJnh8QAAAMRJREFUeNpi/P//P8NgBkwMgxyMOnDUgQMNWDx2BMkB6TlAbA/EbFDxX0B8EIhTgPgRVAybOloBuP2gEJwLxK5olrJBxRYiiWFTRysAtx/kQAs8Cq2Q2BYDEMNWIAeewKPgGBL7xAA48BjIgclAvAca7zDwGyqWgCSGTR2tANx+RlhVB8wsA5pbd3isGy0HRx046kByAKP79sDRqm60qhut6karutGCetSBo1XdaFU3WtWNVnWjxcyoA0cdOOpAGgGAAAMAM7Fbo+kFRTYAAAAASUVORK5CYII='); }

.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: 1.8rem; 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: 1.8rem; padding-bottom: 2.1rem; position: relative; min-height: 100vh; }

.page-footer { position: absolute; bottom: 0; left: 0; right: 0; height: 2.1rem; font-size: 0.22rem; background: #3f4140; color: #7d817f; padding: 0.3rem 0.3rem 0; }
.page-footer .copyright { line-height: 0.4rem; text-align: center; }

.topbar { height: 1rem; padding: 0 0.3rem; overflow: hidden; }
.topbar .logo { width: 1.92rem; height: 0.49rem; margin-top: 0.26rem; }
.topbar .search-form { height: 0.6rem; position: relative; z-index: 2; background-color: #e5f1ed; border-radius: 0.3rem; margin: 0.2rem 0.3rem 0; }
.topbar .search-input { width: 100%; height: 0.6rem; font-size: 0.3rem; padding-right: 0.7rem; padding-left: 0.25rem; background: none; border: none; color: #47b751; }
.topbar .search-input::-webkit-input-placeholder { color: #afcec3; }
.topbar .search-icon { position: absolute; right: 0.08rem; top: 0; border: 0; background: none; padding: 0.15rem; }
.topbar .search-clear { position: absolute; top: 0; bottom: 0; right: 0; padding: 0.15rem 0.17rem; visibility: hidden; }
.topbar .icon { vertical-align: top; }

.navbar { height: 0.8rem; line-height: 0.8rem; background-color: #47b751; }
.navbar .nav-link { font-size: 0.28rem; text-align: center; color: #d6eee6; position: relative; }
.navbar .nav-link.on { color: #fff; }
.navbar .nav-link.on:after { content: ''; width: 0.4rem; height: 0.05rem; border-radius: 0.03rem; background: #FFF; position: absolute; left: 50%; bottom: 0.08rem; margin-left: -0.2rem; }

.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: #47b751; 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: #47b751; }
.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); }

.star { display: inline-block; vertical-align: -0.03rem; width: 1.42rem; height: 0.24rem; background: url(../images/star.png) no-repeat; background-size: 2.85rem 0.23rem; }
.star.star0 { background-position: -1.55rem 0; }
.star.star1 { background-position: -1.26rem 0; }
.star.star2 { background-position: -1.87rem 0; }
.star.star3 { background-position: -0.58rem 0; }
.star.star4 { background-position: -0.29rem 0; }

.m-star { display: inline-block; vertical-align: -0.03rem; width: 1.08rem; height: 0.2rem; background: url(../images/m-star.png) no-repeat; background-size: 2.18rem 0.2rem; }
.m-star.star1 { background-position: -0.88rem 0; }
.m-star.star2 { background-position: -0.66rem 0; }
.m-star.star3 { background-position: -0.44rem 0; }
.m-star.star4 { background-position: -0.22rem 0; }

/*** @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; }

.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.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; }

.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.15rem; }
.soft-list .pic { display: block; margin: 0 auto; width: 1.3rem; height: 1.3rem; border-radius: 0.2rem; }
.soft-list .tit { font-size: 0.24rem; color: #686b6a; height: 0.64rem; line-height: 0.32rem; padding: 0 0.2rem; overflow: hidden; margin-top: 0.1rem; }
.soft-list .tit-aline { height: 0.32rem; }
.soft-list .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: #47b751; color: #47b751; }
.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; }

.soft-list-loader { text-align: center; position: relative; line-height: 1rem; color: #999; }

.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: #47b751; }
.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; }
.section-software .soft-list { background: none; }

.section-games { height: 5.2rem; background: url(../images/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; }
.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: #47b751; color: #FFF; margin-top: 0.12rem; border-radius: 0.25rem; }

.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); }

.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; }
.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 #47b751; background: none; color: #47b751; font-size: 0.28rem; border-radius: 0; }
.list-tabs .item + .item { margin-left: -1px; }
.list-tabs .item.on { background: #47b751; 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: #47b751; 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; }

/*** @Author:ray; @create date:2018-09-10;
***/
.top-list { min-height: 6rem; padding: 0.35rem 0.3rem; background: -webkit-linear-gradient(top, #b9efde 0%, #fff 5rem); background: linear-gradient(to bottom, #b9efde 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: #47b751; border-color: #47b751; margin: 0 0.32rem; position: relative; border-radius: 0.1rem; }
.top-list-head .btn-link.on, .top-list-head .btn-dropdown.on { background: #47b751; color: #FFF; }
.top-list-head .arrow-down { margin-right: 0.12rem; }
.top-list-head .on .btn-dropdown, .top-list-head .open .btn-dropdown { background: #47b751; 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: #47b751; 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/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/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/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; }
.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-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; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.topic-list .item { height: 2.56rem; }
.topic-list .item .pic { display: block; width: 3.12rem; height: 1.8rem; }
.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.35rem; }
.page-detail .section-hd .more { color: #545454; }
.page-detail .ad-box { background: #FFF; margin-bottom: 0.3rem; }
.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.35rem;display: block !important; }
.soft-info .bd { overflow: hidden; margin-bottom: 0.3rem;display: block !important; }
.soft-info .ft { padding: 0 0.45rem; }
.soft-info .bbb{display: block !important; }
.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 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.3rem; padding: 0.2rem 0; border-radius: 0.9rem; }
.soft-info .btn-disabled { border-color: #ccc; background: #ccc; }
.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/down-gs.png) no-repeat; background-size: 100% 100%; margin-right: 0.12rem; }
.soft-info .icon-down-pt { background-image: url(../images/down-pt.png); }
.soft-info .icon-down-none { background-image: url(../images/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-remark { background: #FFF; padding: 0 0.3rem; margin-bottom: 0.3rem; }
.soft-remark.show .text-inner { height: auto; -webkit-mask-box-image: none; }
.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; display: block;margin: 15px auto; }
.soft-remark .text table { width: 100% !important; }
.soft-remark .text-inner { line-height: 0.54rem; height: 2.7rem; overflow: hidden; -webkit-mask-box-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #ffffff 0.6rem); }
.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.26rem; color: #47b751; padding: 0.2rem 0; margin-bottom: -0.2rem; text-align: center; }
.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%; max-height: 4.5rem; text-align: center; overflow: hidden; }
.soft-focus .bd img { 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: #3abc93; }

.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 { font-size: 0.3rem; margin-right: 0.3rem; white-space: nowrap; text-overflow: ellipsis; 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: #47b751; }
.mobile-games-list .tab-cell li.on:after { content: ''; width: 0.5rem; height: 0.05rem; border-radius: 0.03rem; background: #47b751; 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: #47b751; }
.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/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/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/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: #47b751; }

.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: #47b751; color: #FFF; font-size: 0.28rem; padding: 0.16rem 0; border-radius: 0.1rem; border: 0; }

.f-logo { width: 3.2rem; height: 1.2768rem; display: block; margin: 0 auto 0.2rem; }

/*** @Author:ray; @create date:2018-09-12;
***/
.news-detail { background: #FFF; margin-bottom: 0.35rem; 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;display: block !important; }
.soft-list2 .list-item{display: flex !important; }
.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; display:block; margin: 15px auto;}
.soft-list2 .list-item .pic{margin: 0 auto !important;}
/*** @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: #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.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.9rem; height: 4.25rem; 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: #47b751; }
.not-found-404 .btn { display: inline-block; width: 5rem; padding: 0.24rem 0; background: #47b751; 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: #47b751; color: #FFF; font-size: 0.3rem; border: 0; border-radius: 0.45rem; }

/*# sourceMappingURL=style.css.map */

.text-inner,.news-detail-bd{position: relative;}

.text-inner,.news-detail-bd{-moz-user-select: none; -khtml-user-select: none; user-select: none;}
