@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; }

input::-webkit-input-placeholder { color: #999; }

/*** @description: åŸºç¡€æ ·å¼; @Author: ray; @create date: 2016-08-09;
***/
.red { color: #f04343; }

.orange { color: #ff6a29; }

.blue { color: #0099ff; }

.green { color: #33cd86; }

.g3 { color: #333333; }

.g6 { color: #666666; }

.g9 { color: #999999; }

.hide { display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-center { -webkit-justify-content: center; justify-content: center; }

.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: #0099ff; border-color: #0099ff; color: #FFF; }
.btn-green:hover { background-color: #0099ff; border-color: #0099ff; }

.btn-download { width: 1.1rem; padding: 0.1rem 0; font-size: 0.28rem; background: #fff; color: #0099ff; border-color: #0099ff; border-radius: 0.3rem; }

.btn-blue { background-color: #0099ff; border-color: #0099ff; color: #FFF; }
.btn-blue:hover { background-color: #0099ff; border-color: #0099ff; }

.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: #0099ff; color: #FFF; }

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

.layer-confirm .layer-inner { width: 240px; background-color: #FFF; font-size: 14px; border-radius: 6px; padding: 30px 25px; -moz-animation: layerIn 0.4s both; -webkit-animation: layerIn 0.4s both; animation: layerIn 0.4s both; }
.layer-confirm .layer-cont { text-align: center; font-size: 15px; line-height: 1.5; margin-bottom: 30px; color: #333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes photoBrowserIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes photoBrowserIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes photoBrowserOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes photoBrowserOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
/*** @description: @Author: ray; @create date: 2016-10-20;
***/
.icon { display: inline-block; background-repeat: no-repeat; background-size: 100%; }

.icon-search { width: 0.3rem; height: 0.31rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAMAAADHso01AAAAXVBMVEUAAAAAmf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf8Amf9SffbQAAAAHnRSTlMAY/oNBtzoPti8Iif0ysQ5wUCJSM1o64uKgRi1qFqgUylQAAAA60lEQVQoz4WT2xKDIAxEA0SsQLW12nvz/59ZSaaMYtHzFNmRLEuARN23Vmvb3mtYoypKVCoT3ZEWHN1cPV8p4zrrcNG0Ql9+qg/ENKNDdGNDTPCiovQ9nFOrg/RH8cwfJwMJc+Il8V/xv6wmnf+vOA2KdLCg48XovmdXkMH++qlopU2GYj9TYWPhctnFVTsVHAnmMnI0P9mUZNncFzbftXbfONhOLNuhlq5ErkwVLlTGbsBsHJRD41VDwqs4TMIj6eGv/knjNiwF6R660jN4cGEREvVNHtGN03gv08ox8bj6CSWeA4URNvAG4At8NCqXn5qXwwAAAABJRU5ErkJggg=='); }

.icon-clear { width: 0.24rem; height: 0.24rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzA2MjQzODYxRkMyMTFFQUIwMkNBNzFFRDZDMEVGOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzA2MjQzODcxRkMyMTFFQUIwMkNBNzFFRDZDMEVGOTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMDVERkRCRjFGQzIxMUVBQjAyQ0E3MUVENkMwRUY5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMDVERkRDMDFGQzIxMUVBQjAyQ0E3MUVENkMwRUY5NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvNpCdsAAADTSURBVHjaxJbBCsMgDIaTwPYm+gq79QV622sWdiu799bLHsBH2UHnPxwMNqjRhgZKS0y+GI2xRFlSSqcQwoV2ErDAxLcU+BRjXPJ73AE+FtYENiMaFHnsnJ+niFy993MH/PbFGiTDVkChwAAMWjL5A8dEV94wmDvgb1+uNWyB/wTQBqmx5VbH2olwS+qaLFm7vtBr9om1FVLU1UXADWVImjIWMpZjl8h0k03L1PSgmbYK02Zn2q574FtB7K9M59yDme+9cAh8P9cvmGCT9W/LS4ABAP0MbHj0ZPQyAAAAAElFTkSuQmCC'); }

.icon-back { width: 0.3rem; height: 0.3rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzA2QUNGMjcxRkMyMTFFQUIwMkNBNzFFRDZDMEVGOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzA2QUNGMjgxRkMyMTFFQUIwMkNBNzFFRDZDMEVGOTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMDYyNDM5MDFGQzIxMUVBQjAyQ0E3MUVENkMwRUY5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMDZBQ0YyNjFGQzIxMUVBQjAyQ0E3MUVENkMwRUY5NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtuZURUAAADnSURBVHjaxNfRDcIgEAZgzriHA/jkBMVhncM6gU8O4AB988mY4J1Boy1QoPznJZc2pO2XEto7jKkM59ye09bev65F+dD5c0NEfekzVktQH5bHdlA4gEpcOS+lMDVADzzVdwjcGs2CEegsjEKTMBKNwmg0CGugE1gL/YE10Q8cQSVunA8DCEqg0JB/tTN/iPdUS121mlP9qsdST6WuBvABuri+VnbozbGfkzYe+2XC8VSRgOJzZRGG5zQCEDy39WmOlzR7TXEqubglXtRX+x3DaTS84dzCdxKMH0d4z2NnteqydNP2FGAAi96nQSA77R8AAAAASUVORK5CYII='); }

.icon-search2 { width: 0.38rem; height: 0.38rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzBGMkJGRTg2RjIyMTFFQUEzQzVGMDcwNzNGRjJDM0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzBGMkJGRTk2RjIyMTFFQUEzQzVGMDcwNzNGRjJDM0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMEYyQkZFNjZGMjIxMUVBQTNDNUYwNzA3M0ZGMkMzQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMEYyQkZFNzZGMjIxMUVBQTNDNUYwNzA3M0ZGMkMzQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pre7NiIAAAM4SURBVHjazJhriE1RFMfvGe7IYxpdaRjlVSiFMR/kkUdCIWIYNR9IkbyKJMR4hPLOB1JGfBmPFMZjmAmlTHwhUqJGInI98i7DnTGO/9K6dVqtc+/e55zmWvX7cNY+7fM/e6+z1trHcV039j9ae6fK6L4SMAOMB71AT5AP3jL3wRVwG7TYCHCX6H4ndtR3xRxQDraDQYbP+Qz2gkOgKYywPJ/7B/IqnLUQRZYAu8FzMD3MVmrCaMvugdIQ8/bgrd3MK28fY+J6JqjxEfyaH3YXJEEzx9pQfpkSJRQoDArAOlth3hgr5eDtLO55BSrBKfAnw1xjeRtHK2MUSceCxBit3GlFVD2vRHUWUWQNYBzYo4wdBv2DxNhSJchv8BZ9sZivFWzgLfRavo/gjMJotbYI/xtOFb8DBv9WcFX45oIhNsImgO7Cvwl8C5m81yjJttxGWJnwfeJAD2uNHKNeK7MRNlz4akNsobQacT2Y481IWLHwPYmwFj9VcluxqbAi4XsfoTBtriJTYV+Fr2uEwrS5vpsKSwpfvwiF9VV870yFNQrftAiFyQ4jaZqwSdhl4RsAxkQgqhDMFr5rNumiljsFr+0P2q6IJJ0Qvgs2wigYZYM9Uql3NjaVM7/XHoA62yK+Tfk6K4P0UbAp3Pm2U+az7i6oDK1WxqkjOAd6G8zVBezgVSkQY0dsVks7jOzitkVaM/drF7mD/Ug9Hgd4uoNdqDQDZCnQxy9xm56SKOAPglVZXqiF62lHwwX4AX7xFq/kl7I6Jbm8pQvAzwwPimcRRd3uPk8eo864G1gOTmQ4nWU9vlVzR3s8QKdxi1ts+nAeKuO05SeVg5CRsPSpaDELXM89favPvY85BEaAieCO56NqUO6v4G2NmwZ/NovzmZHoAD5w7ctUmDuBS2CSMkbt9xzEWSqssKBGL3He53ROh55ZENdkupVRWorrplaSJlMNdar+5cE2F5ZOMfM4H0qjv0jXIa4wF8LS5875nDKkjQI3IS7RljGm/eKiX1UrlLFHtL15sdyYyxXggDI2DJzJlbC0rQU7lfy5LNfCqFbSP7SNfPmCqgZ8z3IujMVRV7OIRb0k318BBgAw4rdcw/f0bwAAAABJRU5ErkJggg=='); }

.icon-menu { width: 0.4rem; height: 0.4rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkUzNTZBNjM2RjIyMTFFQTg0NUREREVGNkQ2RTI1QjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkUzNTZBNjQ2RjIyMTFFQTg0NUREREVGNkQ2RTI1QjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRTM1NkE2MTZGMjIxMUVBODQ1RERERUY2RDZFMjVCMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRTM1NkE2MjZGMjIxMUVBODQ1RERERUY2RDZFMjVCMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlOVMIAAAADJSURBVHjaYvz//z/DYAZMDIMcjDpw1IEDDVgYZzHIAek5QGwPxGxQ8V9AfBCIU4D4EVQMmzpaAbj9jAwz/+8GMlxwKDwAxI5QNj51tAIHQA78DGTw4PEJO5SNTx3NQhKUBk/gUXAMiX1iAJLgMZADk4F4DzS0YOA3VCwBSQybOloBuP2gKB7QXPo/bbQcHHXgqAMpq+pwVGF0q+qAVe1oVTda1Y1WdaNV3agDRx04WtWNVnWjVd0AVnWjA5ijDhx14KgDaQsAAgwAxhBmmPpKQ/MAAAAASUVORK5CYII='); }

.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: #fcfcfc; }
.page-header .logo-wrap { margin-top: 0.26rem; }
.page-header .logo { width: 2.24rem; height: 0.42rem; }
.page-header .nav { margin-top: 0.15rem; margin-right: -0.2rem; height: 0.6rem; line-height: 0.6rem; font-size: 0; }
.page-header .nav-link, .page-header .nav-search { display: inline-block; vertical-align: top; font-size: 0.28rem; color: #666666; padding: 0 0.05rem; position: relative; margin-left: 0.05rem; }
.page-header .nav-link.on { color: #0099ff; }
.page-header .nav-link.on:after { content: ''; width: 0.4rem; height: 0.04rem; border-radius: 0.02rem; background: #0099ff; position: absolute; left: 50%; bottom: 0rem; margin-left: -0.2rem; }
.page-header .nav-search { padding: 0; margin-left: 0; }
.page-header .icon-search { vertical-align: top; margin: 0.15rem; }

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

.topbar .logo { margin-top: 0.05rem; }

.topbar .search-form { height: 0.6rem; position: relative; z-index: 2; background-color: #e6eaec; 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: #0099ff; }

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

.topbar .search-icon { position: absolute; right: 0.08rem; top: 0; border: 0; background: none; padding: 0; }

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

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

.topbar .icon-menu { background-image: url(../images/mulu.png); }

.navbar { height: 0.8rem; line-height: 0.8rem; background-color: #0099ff; display: -webkit-box; display: -webkit-flex; display: flex; }

.navbar .nav-link { font-size: 0.28rem; text-align: center; color: #d4ecfd; position: relative; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.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; }

.page-content { padding-top: 1.8rem; padding-bottom: 1.4rem; position: relative; min-height: 100vh; }

.page-footer { position: absolute; bottom: 0; left: 0; right: 0; height: 1.4rem; font-size: 0.24rem; background: #fff; color: #999; padding: 0.0rem; }
.page-footer .copyright { line-height: 0.4rem; text-align: center; }

.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; }

.url-here { height: 0.7rem; line-height: 0.7rem; background: #e6e6e6; color: #666; font-size: 0.28rem; position: relative; z-index: 1; overflow: hidden; }
.url-here:before, .url-here:after { content: ''; height: 1px; background: #e6e6e6; position: absolute; left: 0; right: 0; top: 0; z-index: 10; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); }
.url-here:after { top: auto; bottom: 0; }
.url-here li { float: left; padding-left: 0.3rem; padding-right: 0.52rem; position: relative; }
.url-here li:nth-child(1) { background: #fff url(../images/url-here-arrow.png) no-repeat right 0; background-size: 0.28rem auto; z-index: 9; }
.url-here li:nth-child(2) { background: #f1f1f1 url(../images/url-here-arrow.png) no-repeat right bottom; background-size: 0.28rem auto; z-index: 8; }
.url-here li.active { float: none; overflow: hidden; }

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

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

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

.weizhi a { color: #666; }

.weizhi p { display: inline-block; }

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

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

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

.taptap-search { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 750px; z-index: 201; background: #fff; overflow-y: auto; display: none; }
.taptap-search.open { display: block; }

.search-bar { height: 1rem; padding: 0.16rem 0; background: #0099ff; }
.search-bar .form-group { background: #fff; border-radius: 0.08rem; position: relative; z-index: 1; }
.search-bar .search-input { width: 100%; height: 100%; background: none; border: 0; padding-left: 0.64rem; font-size: 0.28rem; }
.search-bar .back, .search-bar .cancel, .search-bar .clear { line-height: 0.68rem; padding: 0 0.24rem; font-size: 0.28rem; color: #fff; }
.search-bar .cancel { background: none; border: 0; }
.search-bar .back { font-size: 0; }
.search-bar .icon { vertical-align: middle; }
.search-bar .icon-search2 { position: absolute; z-index: -1; top: 0.14rem; left: 0.12rem; }

.search-box .list-hd { height: 0.7rem; line-height: 0.7rem; padding: 0 0.24rem; background: #fafafa; }
.search-box .list-hd .title { font-size: 0.24rem; color: #999; }
.search-box .list-hd .clear { padding: 0 0.24rem; font-size: 0.24rem; color: #0099ff; margin-right: -0.24rem; }
.search-box .list-bd { padding-left: 0.24rem; }
.search-box .list-bd li { height: 0.8rem; line-height: 0.8rem; border-bottom: 1px solid #eee; }
.search-box .list-bd a { display: block; }
.search-box .list-bd .clear { padding: 0 0.24rem; margin-right: 0.08rem; }

/*** @Author:ray; @create date:2016-10-20;
***/
.page-index { background-color: #f2f2f2; }
.page-index .section { margin-bottom: 0.2rem; }
.page-index .page-content { padding-bottom: 0; }
.page-index .page-footer { position: static; height: auto; padding-bottom: 0.3rem; }
.page-index .article-list .item:last-child { border: 0; }

.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: #0099ff; color: #0099ff; }
.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: #0099ff; }
.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 .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.2; 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: #0099ff; color: #FFF; margin-top: 0.12rem; border-radius: 0.25rem; }

.section-category { 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 #0099ff; background: none; color: #0099ff; font-size: 0.28rem; border-radius: 0; }
.list-tabs .item + .item { margin-left: -1px; }
.list-tabs .item.on { background: #0099ff; 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: #0099ff; color: #FFF; }
.soft-list2 .dropdown-menu { background: #ececec; }
.soft-list2 .list-item { height: 1.72rem; padding: 0.26rem 0.3rem; position: relative; }
.soft-list2 .list-item:after { position: absolute; right: 0; bottom: 0; left: 0.3rem; height: 1px; content: ''; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); background-color: #c8c7cc; }
.soft-list2 .list-item .num { width: 0.48rem; height: 0.92rem; line-height: 0.8rem; font-size: 0.32rem; color: #aeaeae; text-align: center; margin-top: 0.12rem; margin-right: 0.36rem; position: relative; }
.soft-list2 .list-item .num:after { content: ''; display: block; border-style: solid; border-color: transparent transparent #fff transparent; border-width: 0 0.24rem 0.2rem 0.24rem; position: absolute; bottom: 0; left: 0; }
.soft-list2 .list-item .num1, .soft-list2 .list-item .num2, .soft-list2 .list-item .num3 { color: #fff; }
.soft-list2 .list-item .num1 { background-color: #e65022; }
.soft-list2 .list-item .num2 { background-color: #ec7450; }
.soft-list2 .list-item .num3 { background-color: #eea44c; }
.soft-list2 .list-item .pic { display: block; width: 1.2rem; height: 1.2rem; border-radius: 0.2rem; }
.soft-list2 .list-item .con { width: 3rem; margin: 0 0.25rem; }
.soft-list2 .list-item .tit { font-size: 0.32rem; color: #000; height: 0.4rem; line-height: 0.4rem; overflow: hidden; }
.soft-list2 .list-item .btn-download { margin-top: 0.3rem; }
.soft-list2 .list-item .star { margin-top: 0.1rem; margin-bottom: 0.1rem; }
.soft-list2 .list-item .txt { white-space: nowrap; }
.soft-list2 .list-item .attr { font-size: 0.24rem; color: #8f8f94; 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; }

.special-topic { overflow: hidden; position: relative; padding-bottom: 0.2rem; }
.special-topic .bd { position: relative; height: 5.22rem; overflow: hidden; }
.special-topic .bd li { padding: 0 0.3rem; }
.special-topic .bd .pic { display: block; width: 100%; height: 3.94rem; border-radius: 0.12rem; object-fit: cover; }
.special-topic .bd .con { position: relative; overflow: hidden; margin-top: 0.2rem; }
.special-topic .bd .ico { width: 1rem; height: 1rem; float: left; margin-right: 0.2rem; border-radius: 0.2rem; }
.special-topic .bd .info { overflow: hidden; }
.special-topic .bd .tit { font-size: 0.32rem; font-weight: bold; height: 0.5rem; line-height: 0.5rem; overflow: hidden; margin-bottom: 0.1rem; }
.special-topic .bd .txt { color: #999; font-size: 0.26rem; height: 0.36rem; line-height: 0.36rem; overflow: hidden; margin-right: 1.5rem; }
.special-topic .bd .btn { position: absolute; bottom: 0.02rem; right: 0; width: 1.3rem; padding: 0.06rem 0; border-radius: 0.3rem; font-size: 0.26rem; }
.special-topic .bd a { display: block; height: 100%; }
.special-topic .hd { height: 0.14rem; text-align: center; margin: 0.1rem 0; }
.special-topic .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; }
.special-topic .hd li.on { width: 0.26rem; background: #0099ff; }

.section-article .section-hd { border-bottom: 1px solid #e7e7e7; margin-bottom: 0.2rem; }

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

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

.hot_game a:nth-child(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; }

.tltj_game a { color: #333 !important; }

/*** @Author:ray; @create date:2018-09-10;
***/
.top-list { padding: 0 0.3rem 0.3rem; }

.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: #0099ff; border-color: #0099ff; margin: 0 0.32rem; position: relative; border-radius: 0.1rem; }
.top-list-head .btn-link.on, .top-list-head .btn-dropdown.on { background: #0099ff; color: #FFF; }
.top-list-head .arrow-down { margin-right: 0.12rem; }
.top-list-head .on .btn-dropdown, .top-list-head .open .btn-dropdown { background: #0099ff; 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: #0099ff; 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-bottom: 0.2rem; }
.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; overflow: hidden; margin: 0.2rem 0; }
.topic-soft-list .list-item:last-child:after { content: none; }

.topic-article-list { background: #FFF; overflow: hidden; }
.topic-article-list li { height: 0.5rem; line-height: 0.5rem; overflow: hidden; padding: 0 1rem 0 0.3rem; margin-bottom: 0.2rem; position: relative; }
.topic-article-list a { display: block; font-size: 0.3rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.topic-article-list a:before { content: ''; display: inline-block; width: 0.16rem; height: 0.16rem; vertical-align: top; margin: 0.18rem 0.12rem 0 0; 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; }
.topic-article-list .date { position: absolute; top: 0; right: 0.3rem; color: #a5a8a6; font-size: 0.24rem; }

.topic-list .item { width: 3.12rem; 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; }

.collection_item { overflow: hidden; padding: 0.24rem; border-bottom: 0.12rem solid #f5f5f5; }

.collection_item .img { display: block; min-height: 0.72rem; }

.collection_item .img, .collection_item .img img { width: 100%; }

.collection_item .info { margin: 0.12rem auto; display: flex; }

.collection_item .info .game { display: block; margin: -0.6rem 0.24rem 0 0.24rem; }

.collection_item .info .game, .collection_item .info .game img { width: 1rem; height: 1rem; border-radius: 0.2rem; }

.collection_item .info p { flex: 1; font-size: 0.28rem; color: #111; line-height: 0.4rem; overflow: hidden; height: 0.4rem; }

.collection_item .info .btn { width: 1.2rem; height: 0.4rem; line-height: 0.4rem; border-radius: 0.2rem; color: #0099ff; border: 1px solid #0099ff; font-size: 0.24rem; display: block; text-align: center; padding: 0; }

.collection_item .desc { font-size: 0.24rem; color: #4e4e4e; line-height: 0.4rem; height: 0.8rem; overflow: hidden; }

.downls li { overflow: hidden; width: 100%; display: flex; }

.downls li { padding: 0.24rem 0; border-bottom: 1px solid #f5f5f5; }

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

.downls .img { display: block; }

.downls .img, .downls .img img { width: 1.28rem; height: 1.28rem; border-radius: 0.24rem; }

.downls .info { flex: 1; height: 1.28rem; margin: 0 0.24rem; }

.downls .info .bt { font-size: 14px; color: #333; overflow: hidden; height: 0.5rem; line-height: 0.5rem; display: block; }

.downls .info .type { font-size: 0.24rem; color: #999; height: 0.4rem; line-height: 0.4rem; display: block; overflow: hidden; }

.downls .downl { width: 1.2rem; height: 0.52rem; line-height: 0.52rem; background: #3399ff; color: #fff; font-size: 0.24rem; text-align: center; display: block; border-radius: 0.06rem; margin-top: 0.4rem; }

.downls .star { display: block; margin-top: 0.04rem; margin-bottom: 0.1rem; }

.hotgame { padding: 0 0.24rem 0.24rem; background: #fff; position: relative; }

.hotgame:after { content: 'æŽ¨è'; width: 0.82rem; height: 1.04rem; background: url(../images/bk.png) no-repeat; background-size: 100%; text-align: center; line-height: 1.22rem; color: #fff; position: absolute; right: 0.24rem; top: 0; font-size: 0.28rem; }

.hotgame .downls { padding: 0; }

.hotgame .btn { border: 0; padding: 0.15rem 0; display: block; color: #ffffff; text-align: center; font-size: 0.28rem; border-radius: 0.34rem; background: #0099ff; }

.hotgame .img_list { margin-top: 0.24rem; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }

.hotgame .img_list ul li { margin-right: 0.12rem; display: inline-block; height: 3.4rem; overflow: hidden; background: #f5f5f5; }

.hotgame .img_list ul li img { height: 3.4rem; width: initial; position: relative; z-index: 1; }

.topic-detail { background: #fff; margin: 0.2rem 0; margin-top: 0; }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** @Author:ray; @create date:2017-06-07;
***/
.ios-show, .ios .and-show { margin-top: .2rem; }

.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; }
.soft-info .bd { overflow: hidden; margin-bottom: 0.3rem; }
.soft-info .ft { padding: 0 0.45rem; }
.soft-info .divimg { width: 1.5rem; height: 1.5rem; float: left; border-radius: 0.32rem; margin-right: 0.3rem; }
.soft-info .pic { display: block; width: 100%; height: 100%; border-radius: 0.32rem; }
.soft-info .con { overflow: hidden; }
.soft-info .con h1 { margin: 0 0.15rem; }
.soft-info .con dt { width: 100%; font-size: 0.36rem; font-weight: bold; margin-bottom: 0.15rem; }
.soft-info .con .col { width: 45%; font-size: 0.24rem; color: #999; margin-right: 2%; word-break: break-all; word-wrap: break-word; overflow: hidden; }
.soft-info .con .col h1 { margin: 0.15rem 0; }
.soft-info .con .col p { height: 0.32rem; line-height: 0.32rem; margin-top: 0.08rem; }
.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(../imagesdown-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; }
.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 .text-inner iframe { width: 100% !important; height: 4.77rem !important; }
.soft-remark .text-inner a { color: #0066ff; }
.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: #0099ff; 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: #0099ff; }

.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:last-child:after { display: none; }
.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: #0099ff; }
.mobile-games-list .tab-cell li.on:after { content: ''; width: 0.5rem; height: 0.05rem; border-radius: 0.03rem; background: #0099ff; 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: #0099ff; }
.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; text-align: left; }
.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: #0099ff; }

.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: #0099ff; color: #FFF; font-size: 0.28rem; padding: 0.16rem 0; border-radius: 0.1rem; border: 0; }

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

/*** @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; }
.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; }
.news-detail-bd .text p a { color: #0066ff; }

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

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

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

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

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

#tcpimg .bd { overflow: hidden; }

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

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

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

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

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

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

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

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

/*** @Author:ray; @create date:2017-08-07;
***/
.art-detail { padding: 0.3rem; background: #FFF; margin-bottom: 0.3rem; }
.art-detail img { max-width: 100%; height: auto !important; }
.art-detail .title { font-size: 0.46rem; font-weight: bold; color: #2c2c2c; line-height: 0.54rem; }
.art-detail .info { padding: 0.3rem 0; font-size: 0.24rem; color: #aaa; }
.art-detail .date { margin-right: 0.45rem; }
.art-detail .text { font-size: 0.3rem; line-height: 2; color: #666; text-align: justify; text-justify: inter-ideograph; word-break: break-all; }
.art-detail .games { text-align: center; padding-top: 0.5rem; }
.art-detail .games a { color: #0099ff; }
.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: 0.2rem; }
.not-found-404 .num { color: #0099ff; }
.not-found-404 .btn { display: inline-block; width: 4rem; padding: 0.24rem 0; background: #0099ff; color: #FFF; font-size: 0.3rem; border: 0; border-radius: 0.45rem; }

.search-null { position: absolute; top: 50%; left: 0; right: 0; margin-top: -1rem; 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.3rem; color: #96a4b2; margin-bottom: 0.8rem; }
.search-null .keywords { color: #ef4c4d; }
.search-null .btn { display: inline-block; width: 4rem; padding: 0.24rem 0; background: #0099ff; color: #FFF; font-size: 0.3rem; border: 0; border-radius: 0.45rem; }

#lcpage{text-align: center;margin:5px auto;}
.page{width: 100%;height: auto; overflow: hidden;}
.page .laypageskin_molv a,.page .laypageskin_molv span{ height:30px; line-height:30px; min-width: 15px;  padding:0px 8px;  margin-bottom:0px; font-size:14px; display:inline-block; border-radius:2px; margin:0 2px;}
.page .laypageskin_molv a{background-color:#edf1f3; color:#0099ff;}
.page .laypageskin_molv .laypage_curr{ background-color:#0099ff;color:#fff;}

.text-inner img {
  display: block;
  overflow: hidden;
  max-width: 120px;
  margin: 0 auto;
}


.topic_img img {

    object-fit: cover;
    height: 200px;
}
