@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; max-width: 350px; }

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: #1996fd; }

.orange { color: #1996fd; }

.blue { color: #1996fd; }

.green { color: #1996fd; }

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

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

.btn-blue { background-color: #1996fd; border-color: #1996fd; color: #FFF; }
.btn-blue:hover { background-color: #1996fd; border-color: #1996fd; }

.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: #1996fd; color: #FFF; }
.layer .layer-btns .layer-btn-yes { background-color: #1996fd; color: #FFF; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-search, .icon-clear { width: 0.3rem; height: 0.3rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGwWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgMTE2LmRkYzdiYzQsIDIwMjEvMDgvMTctMTM6MTg6MzcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAzOTNkZTgyLWZmMzUtMzM0Ny05NWQ4LTExY2I0ZDY1NzE4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRDJBMzMwNzhDRTYxMUU5QTgwNTk5MzcyMkJCQkY1RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MjY2ZTk2MS1jNzVmLThiNDMtODFiNS1hNmI0MTZjYWMxNTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0wOS0xNFQxMzozMTowMyswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjYtMDItMDVUMTg6NTg6MTErMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjYtMDItMDVUMTg6NTg6MTErMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMDEyODZEQTgyNzgxMUU5ODg4MkU1NUREOTQxMTQ2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMDEyODZEQjgyNzgxMUU5ODg4MkU1NUREOTQxMTQ2MCIvPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODNjY2ZlMy0yYzgwLWVmNGQtYmNkNi02NDc5MzAyMmIwNGQiIHN0RXZ0OndoZW49IjIwMjQtMDktMTRUMTQ6MDU6MDkrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzI2NmU5NjEtYzc1Zi04YjQzLTgxYjUtYTZiNDE2Y2FjMTU1IiBzdEV2dDp3aGVuPSIyMDI2LTAyLTA1VDE4OjU4OjExKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+75LzzwAAApdJREFUSInFljFoFEEUhr+9kbkIsQgX0wQbURIwXQhIOhFERZE5rCzshAR0QRFs7Wy0OQKmECxSpDkyhWACQsAmHsSASAKBpBBiQFA7QW5g7ix295zd27vdu3jxL9/svO+93bfvPa/ZbPI/dAIgCy60KQEPgGlgEhgPjw6BXWALqAI7VsnMTDzPw2s2mx3BQpvTwCJQzpUGrADPrZIf+gILbSRwiiCjYk5opDpwH9BWyZ+5wUKbYeA1cDvljt8BVkmxVYFHVsmDTLDQZghYSoH6wAawbZWsuwdCmyIwBcymBFAF5q2SP7LAJcB9yAf2gbWsohHaeMBV4FwigHtWyVcdwWEhHfD3m/rAplWy1g2YEsAMcNGB14FLbsF5nkfBubNIvJD2e4UCWCU3Cd5SpCLwOHwjLRXCKEvEfxnfKrnaK9SBrxIvxDJwoQ1M0BxcbeQBCG26HSd9xAo2Ak87Nh/YzgPO0DbxrF1GCzzpGpO/TD9K8RFjROBxBq8Yo9DpqUErAh8eAyvGiMC7rjFsg0dSio8YIwJvObYKQe89qqaIt06X0QIvJC7N/gNw0ke1DRxOjxXHXhHaXMnybJVMtQttrhHPdgXYaQOHmido6JEmwobfk4Q2NwgmVKQ6wVYSm27JsTgKfHfOex2LT4Ax4KFz9B74bJVsdTHP84Jlz9Evgm8R9dXodflCmzyLwLOEvxpwFniXDHSQq08NGAEmgHXghVXyLXRf9oaAYeAr/S17UaZnHPs6MGeV3Muz3o4BL8m/3taAp8AX4DzwJnG+BtxqlIumK9gJYJRgZe220C8AI1bJvfBOAbieAl9ulIt3coH7ldDmJHA5AV9qlIt3BzqdrJK/gY/ATcc8A8cwFq2S34BPjmkO4A/7PxgK9K0vbAAAAABJRU5ErkJggg=='); }

.icon-clear { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzkzZGU4Mi1mZjM1LTMzNDctOTVkOC0xMWNiNGQ2NTcxODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEFFRDVBREZCMEVDMTFFODg0MjNDN0REOUQ3MUJDMUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OGQ0NGY0YzMtYjIwYy1jODQ2LWEyYzEtMjIzMDEyNTg5ODQ2IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjQtMDktMTRUMTM6MzE6MDMrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTA5LTE0VDE0OjA0OjI4KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTA5LTE0VDE0OjA0OjI4KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJjN2U3NTBlLTU5ZTMtNmM0YS1hOWQ1LTI3NDg1ODVjYjdhMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMzkzZGU4Mi1mZjM1LTMzNDctOTVkOC0xMWNiNGQ2NTcxODUiLz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGQ0NGY0YzMtYjIwYy1jODQ2LWEyYzEtMjIzMDEyNTg5ODQ2IiBzdEV2dDp3aGVuPSIyMDI0LTA5LTE0VDE0OjA0OjI4KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AYCfXQAAAoVJREFUSIm1l0tLG1EYhp85iaGIwcSmRjAoFFqXgqUlC7eN4NJFLz/BtLT+g0J/gZUa111Vu3BvunURLC24KFiEruIimjSRlGJjZ6aLnJPL5MxFzbwQOJN5533m8n0z5xgfvv8hgEaAJeAx8BC4CyTkvgbwE/gCfAb2gEu/QMMHnADWgDxwJ8gZAlVgE1iXJ6WV8Ah4BhwBb64ABUjJY45kRmBwBCgAH4H0FYBOpWVGQWZ6giPAJ2D1BkCnVmVmH9wJXgdWhghVWgHeuYGfAi9DgCq9kIw+cALYCBGqtCFZHfAaMKlzJm5FyM0KlmcEU6MDNdLR1GiE5RlBblZwO+baLJOShQBitPtUq0dpm2QU4iOwmIZMfDA0ExcsptueZBQeeDdfHogJIIdHn0bt7jgibLIpow+eiQuyKYOI6Bqj7jcGycopsKsOf9mYlqGF66CmZXBYsXVRvVqKAgtejpPfNiXD7gMouBr3QktVm5O/vuAFAdz3c5WbFqXq4JXroOWm5RcHcE8A40GcOvg1oQDjXh+JUCWA8yBGXSEp6ardR+cCOL4O1LQM12oPoGMBfPVyTI8ZWmipamsLLpsymB4brAOHvgmg6OWYn9BDy03LtdrnJ3zBRQWuuTn+md2xrnp1cNv27OMzYE8ALeC9m+ugZlC/gOYl7FfQtky5abFfaXvqF3BQ8bziAtBSk70E8AOXL9QQdUb7hdVQJdgAXoUMRTIa0D8D2aE9LQ1Lm8C22nA23WtgNwTorszuyAk2gSfA1hChWzLT7P1T95oxac8SngOnNwCeyoy8E+oGVtoG5oC3ePS5RjV5zBw9z9Qpv7WTklq05egu2pJyX53uoq0ofy2/wP/XY+UyAnpAMwAAAABJRU5ErkJggg=='); }

.icon-menu { width: 0.4rem; height: 0.4rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzkzZGU4Mi1mZjM1LTMzNDctOTVkOC0xMWNiNGQ2NTcxODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q5NzRDNTA4Q0U2MTFFOUI2MzBGMjExREU1RDdEQTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NmZmOWZlYWQtYWE0OS0wZjRiLTg5YTYtMWYzZDljNzIwZjI3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjQtMDktMTRUMTM6MzE6MDMrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTA5LTE0VDE0OjA1OjMxKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTA5LTE0VDE0OjA1OjMxKzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGNjc5RTU5ODI3ODExRTk4ODgyRTU1REQ5NDExNDYwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFGNjc5RTVBODI3ODExRTk4ODgyRTU1REQ5NDExNDYwIi8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjZmZjlmZWFkLWFhNDktMGY0Yi04OWE2LTFmM2Q5YzcyMGYyNyIgc3RFdnQ6d2hlbj0iMjAyNC0wOS0xNFQxNDowNTozMSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg62P7UAAADVSURBVFiF7ZhBCsIwEEVfQtGNZ/AqUvAggh7Lmyht3RTP4RXcVTAuTEsXaQSnsRXmrYbJhzy66IcY5xxzxk4t8AkVlKKCUjJbsgaOwAZY+H0DXIADcPO7UC4V3f3GFO4EbAeCFZD7OZZLRWVM4e7AaiDQAEs/x3KpaCxwjQTq3hzLpaK2wB448/5aLQ+/2/V2oVwquvuNKaatumceP5/9b0YFpaiglIxwhf2s6mwZXGvVjYVW3bdo1Y2GCkpRQSladUK06qT8QdXpA6YQFZSiglJmL/gCQG5n7sCPG7UAAAAASUVORK5CYII='); }

.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-cover { background-color: #fff; }
.page-cover .page { display: none; }

.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; position: relative; min-height: 100vh; }

.page-footer { height: auto; font-size: 0.22rem; background: #3f4140; color: #7d817f; margin-top: 0.2rem; padding: 0.3rem 0.3rem 0; padding-bottom: 0.3rem; }
.page-footer .copyright { line-height: 0.4rem; text-align: center; }

.topbar { height: 1rem; padding: 0 0.3rem; overflow: hidden; }
.topbar .logo { width: 1.9rem; height: 0.6rem; margin-top: 0.21rem; }
.topbar .search-form { height: 0.6rem; position: relative; z-index: 2; background-color: #d9edfc; 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: #1996fd; }
.topbar .search-input::-webkit-input-placeholder { color: #ccc; }
.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: #1996fd; }
.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: #1996fd; 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: #1996fd; }
.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/NlyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAG0mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgMTE2LmRkYzdiYzQsIDIwMjEvMDgvMTctMTM6MTg6MzcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAzMjAwM2Y0LWRlNGMtNDIwMy1iMWQ3LTMzOTBlNWE0M2U2ZSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMkJENkZCRkVDREMxMUU2QjU0MkY5Q0E5OTY2RUNCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMTkyYmE5My00YjVkLWYwNDYtYjc2Ny1lNWMxZDZkOWY1NmEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjQtMDktMTRUMTM6MzA6NDYrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI2LTAyLTA2VDEyOjM1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI2LTAyLTA2VDEyOjM1KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjA4NzM2YTItNGVlNC00NjI1LTlhNDctNDljNjI2MjdhM2I3IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGQxMzI3NTktMmNjMi0xMTdhLThhOTYtZjEwYzUyMTNhZTg2Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlM2FkOWM1LWM3ODctZjg0Ny1iZWNhLTBjYTMwM2IxZmE0MiIgc3RFdnQ6d2hlbj0iMjAyNC0wOS0xNFQxNDowMDo0MyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMTkyYmE5My00YjVkLWYwNDYtYjc2Ny1lNWMxZDZkOWY1NmEiIHN0RXZ0OndoZW49IjIwMjYtMDItMDZUMTI6MzUrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6nbM6KAAAA7UlEQVRoge3aQQ4BQRCF4W5xBAsHc0wHs3CHsZdWZrpfleT3/pUwVeOLsOjo27a1f+r06zdQncH0DKZnMD2D6RlMz2B6BtMzmJ7B9Aymd14Zvt6fM2Pvx6T96ILH7TJz39Za/Sc8OhMuPSeuBEewMnQVeA+oBF0BHkF6G39309HZ4E/Y0eNoRlYm+Bs2ei4NnQXei41eS0FngI9io2vkaDV4FhtdK0UrwavYaEaGVoFV2GhWglaA1dhoxzJ6FZyFjXYtodU/Wkpsyk4lOAMr3939Lx54BtMzmJ7B9AymZzA9g+kZTM9gegbTM5jeC8mnJHHEw7UcAAAAAElFTkSuQmCC') 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/toplist/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/toplist/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; }

.pagestr { text-align: center; margin: 0.3rem 0; }

.pagestr a, .pagestr .num { display: inline-block; vertical-align: top; height: 0.56rem; line-height: 0.56rem; text-align: center; margin: 0 0.25rem; font-size: 0.28rem; color: #666; }

.pagestr .num { position: relative; width: 0.96rem; }

.pagestr .num-text { background-color: #0ab89d; color: #fff; border-radius: 0.08rem; }

.pagestr .num-list { position: absolute; bottom: 0; left: 0; width: 0.96rem; text-align: center; background-color: #fff; box-shadow: 0 0 0.06rem #bbb; -webkit-overflow-scrolling: touch; max-height: 3rem; overflow-y: auto; display: none; overflow: scroll; }

.pagestr .num-list li { height: 0.6rem; line-height: 0.6rem; }

/*** @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: #1996fd; 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: #1996fd; 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: #1996fd; color: #1996fd; }
.soft-list #jptj .item, .soft-list .jptjs .item { width: 20%; }
.soft-list #jptj .pic, .soft-list .jptjs .pic { width: 1.05rem; height: 1.05rem; }
.soft-list #jptj .tit, .soft-list .jptjs .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-hd2 { padding: 0; }

.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: #1996fd; }
.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, .section-ft .news-btn-more { width: 3rem; padding: 0.1rem 0; font-size: 0.24rem; background: #e8eaea; color: #a5a8a6; border: 0; border-radius: 0.25rem; }

.news-btn-more { margin-top: 10px; }

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

.section-games { height: 5.2rem; background: url(../images/index/hot-bg.jpg) no-repeat; background-size: 100% 100%; overflow: hidden; }
.section-games .section-hd { height: 1.6rem; background: none; }
.section-games .section-hd .btn { position: absolute; top: 0.43rem; right: 0.3rem; background: none; border-color: #FFF; color: #FFF; font-size: 0.24rem; line-height: 1.5; padding: 0.06rem 0.2rem; border-radius: 0.5rem; }
.section-games .section-bd { overflow: hidden; height: 3.1rem; }
.section-games .section-bd .list { white-space: nowrap; font-size: 0; width: 100%; height: 4rem; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.section-games .section-bd .item { width: 1.8rem; height: 3.1rem; background: #FFF; display: inline-block; vertical-align: top; margin-right: 0.48rem; text-align: center; border-radius: 0.15rem; }
.section-games .section-bd .item:first-child { margin-left: 0.4rem; }
.section-games .section-bd .item-link { display: block; height: 3.1rem; padding-top: 0.25rem; }
.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: #1996fd; 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 #1996fd; background: none; color: #1996fd; font-size: 0.28rem; border-radius: 0; }
.list-tabs .item + .item { margin-left: -1px; }
.list-tabs .item.on { background: #1996fd; 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: #1996fd; 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; }

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

.morediv { display: none; }

/*** @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: #1996fd; border-color: #1996fd; margin: 0 0.32rem; position: relative; border-radius: 0.1rem; }
.top-list-head .btn-link.on, .top-list-head .btn-dropdown.on { background: #1996fd; color: #FFF; }
.top-list-head .arrow-down { margin-right: 0.12rem; }
.top-list-head .on .btn-dropdown, .top-list-head .open .btn-dropdown { background: #1996fd; 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: #1996fd; color: #FFF; }

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

.top-list-body .list-hd { padding: 0.3rem 0.2rem 0; text-align: center; }
.top-list-body .list-hd .col { display: inline-block; vertical-align: top; width: 1.4rem; margin: 0 0.35rem; position: relative; text-align: center; }
.top-list-body .list-hd .c1, .top-list-body .list-hd .c3 { margin-top: 0.35rem; }
.top-list-body .list-hd .pic { width: 1.4rem; height: 1.4rem; border-radius: 0.32rem; vertical-align: top; margin-bottom: 0.2rem; box-shadow: 0 0.15rem 0.15rem rgba(58, 188, 147, 0.2); }
.top-list-body .list-hd .tit { color: #3f4140; text-align: center; height: 0.36rem; line-height: 0.36rem; overflow: hidden; margin-bottom: 0.1rem; }
.top-list-body .list-hd .num { position: absolute; right: -0.16rem; top: -0.16rem; width: 0.4rem; height: 0.4rem; background: url("../images/toplist/n1.png") no-repeat; background-size: 100% 100%; font-size: 0; border-radius: 50%; box-shadow: 0 0.15rem 0.15rem rgba(255, 131, 31, 0.25); }
.top-list-body .list-hd .n2 { background-image: url("../images/toplist/n2.png"); box-shadow: 0 0.15rem 0.15rem rgba(37, 190, 59, 0.25); }
.top-list-body .list-hd .n3 { background-image: url("../images/toplist/n3.png"); box-shadow: 0 0.15rem 0.15rem rgba(52, 114, 227, 0.25); }
.top-list-body .list-hd .m-star { vertical-align: top; }
.top-list-body .soft-list2 { margin: 0 -0.3rem; }

/*** @Author:ray; @create date:2017-06-07;
***/
.topic-detail { background: #fff; margin: 0.2rem 0; }
.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 0.3rem 0 0.3rem; margin-top: 0.28rem; text-align: justify; }
.topic-detail .text2 { padding-bottom: 0.2rem; }

.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; }
.soft-info .bd { overflow: hidden; margin-bottom: 0.3rem; }
.soft-info .ft { padding: 0 0.45rem; }
.soft-info .pic { width: 1.5rem; height: 1.5rem; float: left; border-radius: 0.32rem; margin-right: 0.3rem; }
.soft-info .con { overflow: hidden; }
.soft-info .con dt, .soft-info .con dd { float: left; }
.soft-info .con dt { width: 100%; font-size: 0.36rem; font-weight: bold; margin-bottom: 0.15rem; }
.soft-info .con dt h1 { font-size: 0.36rem; font-weight: bold; }
.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 .tips, .soft-info .btn .text { display: block; line-height: 1.1; }
.soft-info .btn .text { margin-top: -0.08rem; margin-bottom: 0.06rem; }
.soft-info .btn .tips { font-size: 0.2rem; margin-bottom: -0.08rem; opacity: 0.8; }
.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/form/down-gs.png) no-repeat; background-size: 100% 100%; margin-right: 0.12rem; }
.soft-info .icon-down-pt { background-image: url(../images/form/down-pt.png); }
.soft-info .icon-down-none { background-image: url(../images/form/down-none.png); }
.soft-info .btn-gs, .soft-info .btn-pt, .soft-info .btn-none { display: inline-block; width: 47%; height: 0.8rem; line-height: 0.8rem; font-size: 0.32rem; background: #26c472; color: #fff; border: 1px solid #26c472; border-radius: 0.08rem; margin: 0 auto 0.1rem; text-align: center; }
.soft-info .btn-gs { float: right; }
.soft-info .btn-pt { background: #FFF; color: #26c472; }
.soft-info .btn-none { background: #FFF; border-color: #9a9a9a; color: #9a9a9a; }

.soft-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; }
.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 { display: none; }
.soft-remark .arrow-down, .soft-remark .arrow-up { margin-left: 0.12rem; }
.soft-remark .text-toggle-hide { display: none; }

.soft-focus { margin-bottom: 0.25rem; /*
.tempWrap{
	position: absolute !important;
	height: 100%;
}
.bd{
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	background-color: #fff;
	position: relative;
	ul{
		height: 100%;
	}
	li{
		width: 100%;
		height: 100%;
		position: relative;
		float: left;
		display: inline !important;
	}
	.pic{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
}
.pageState{
	display: none;
	position: absolute;
	right: 0.2rem;
	bottom: 0.25rem;
	font-size: 0.26rem;
	color: #FFF;
	z-index: 10;
	.cur{
		font-size: 0.34rem;
		color: #45A5FF;
	}
	.line{
		opacity: 0.7;
		margin: 0 0.05rem;
		position: relative;
		top: -0.02rem;
	}
}
.prev,
.next{
	position: absolute;
	width: 0.45rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	left: 0.3rem;
	top: 50%;
	margin-top: -0.3rem;
	color: #FFF;
	background: rgba(0,0,0, 0.5);
	border-radius: 0.02rem;
	.arrow{
		position: relative;
	}
}
.prev .arrow{
	@include transform(rotate(135deg));
	left: 0.04rem;
}
.next .arrow{
	left: -0.04rem;
}
.next{
	left: auto;
	right: 0.3rem;
}
*/ }
.soft-focus .bd { width: 100%; 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 { position: relative; }
.strategy-list .list { overflow: hidden; }
.strategy-list ul { padding: 0 0.3rem; }
.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: #1996fd; }
.mobile-games-list .tab-cell li.on:after { content: ''; width: 0.5rem; height: 0.05rem; border-radius: 0.03rem; background: #1996fd; 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: #1996fd; }
.wd-download.checked .bd-wandou { display: block; }
.wd-download.checked .bd-default { display: none; }
.wd-download .hd { line-height: 0.82rem; display: inline-block; }
.wd-download .bd { margin: 0 -0.15rem; }
.wd-download .bd-wandou { display: none; }
.wd-download .name { font-size: 0.32rem; color: #666; }
.wd-download .btn { width: 2rem; position: absolute; top: 0.05rem; right: 0; padding: 0.13rem 0; font-size: 0.3rem; }
.wd-download .icon-check { display: inline-block; vertical-align: -0.06rem; width: 0.34rem; height: 0.34rem; background: #c6c6c6 url(../images/form/right.png) no-repeat; background-size: 100% 100%; border-radius: 50%; margin-right: 0.13rem; }
.wd-download .icon-tip { display: inline-block; vertical-align: -0.02rem; width: 0.24rem; height: 0.24rem; background: url(../images/form/warn.png) no-repeat; background-size: 100% 100%; margin-right: 0.15rem; }
.wd-download .txt { padding: 0.06rem 0.1rem 0.06rem 0.2rem; margin: 0.1rem 0 -0.1rem; font-size: 0.28rem; color: #817d7c; }
.wd-download .txt a { color: #1996fd; }

.images-preview { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1000; background: rgba(0, 0, 0, 0.3); visibility: hidden; }
.images-preview .slide_ul { display: none; }
.images-preview .close { position: absolute; left: 50%; margin-left: -0.33rem; margin-top: -1.3rem; width: 0.66rem; height: 0.66rem; cursor: pointer; background: url(../images/view/close.png) no-repeat center; background-size: 100% 100%; }
.images-preview .cont { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: rgba(255, 255, 255, 0.85); margin-top: 0.33rem; padding-top: 0.3rem; }
.images-preview .bd li { width: 100%; float: left; text-align: center; padding: 0 0.3rem; }
.images-preview .bd img { max-width: 100%; max-height: 500px; vertical-align: top; }
.images-preview .hd { text-align: center; padding: 0.2rem 0; }
.images-preview .hd ul { display: inline-block; }
.images-preview .hd li { width: 0.18rem; height: 0.16rem; border-radius: 0.1rem; background: #9ca09e; text-indent: -9999px; margin: 0 0.05rem; float: left; }
.images-preview .hd li.on { width: 0.22rem; background: #1996fd; }

.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: #1996fd; 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; }

.zjbb_list a { display: block; }
.zjbb_list .yxlb_dl { padding: 0.4rem 0.3rem 0.4rem 1.8rem; position: relative; height: 1.9rem; border-bottom: 1px dashed #e5e5e5; }
.zjbb_list dt { position: absolute; left: 0.3rem; top: 0.4rem; width: 1.2rem; height: 1.2rem; }
.zjbb_list dt img { border-radius: 0.2rem; width: 1.2rem; height: 1.2rem; }
.zjbb_list dd { height: 1.3rem; }
.zjbb_list .ptit { margin-bottom: 0.1rem; padding-right: 1.7rem; text-overflow: ellipsis; white-space: nowrap; font-size: 0.3rem; color: #333; line-height: 0.4rem; height: 0.4rem; overflow: hidden; margin-top: -0.05rem; }
.zjbb_list .ptxt { font-size: 0.24rem; color: #999; line-height: 0.3rem; height: 0.3rem; overflow: hidden; margin-top: 0.12rem; padding-right: 1.6rem; }
.zjbb_list .star { display: inline-block; vertical-align: -0.03rem; width: 1.42rem; height: 0.24rem; background: url(../images/toplist/star.png) no-repeat; background-size: 2.85rem 0.23rem; display: block; margin: 0.16rem 0; }
.zjbb_list .star.star0 { background-position: -1.55rem 0; }
.zjbb_list .star.star1 { background-position: -1.26rem 0; }
.zjbb_list .star.star2 { background-position: -0.87rem 0; }
.zjbb_list .star.star3 { background-position: -0.58rem 0; }
.zjbb_list .star.star4 { background-position: -0.29rem 0; }
.zjbb_list .dd_btn { position: absolute; right: 0.3rem; top: 50%; margin-top: -0.25rem; width: 1.1rem; height: 0.5rem; }
.zjbb_list .dd_btn span { display: block; line-height: 0.8rem; background: #1996fd; text-align: center; font-size: 0.24rem; color: #fff; border-radius: 100px; line-height: inherit; }

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

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

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

.yxhj-tit { font-size: 0; }

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

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

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

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

.introTit { margin: 0.2rem 0 0.06rem; font-weight: bold; }

/*** @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 a { color: #1996fd; }

.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: #1996fd; }
.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: #1996fd; }
.not-found-404 .btn { display: inline-block; width: 5rem; padding: 0.24rem 0; background: #1996fd; 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: #1996fd; color: #FFF; font-size: 0.3rem; border: 0; border-radius: 0.45rem; }

.content-search { flex: 1; min-height: 10rem; background-color: #fff; padding-top: 1.2rem !important; }

.cate-nav2 { margin: 0.3rem 0.3rem 0.2rem; }

.cate-nav2 ul { display: -webkit-box; display: -webkit-flex; display: flex; }

.cate-nav2 li { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.cate-nav2 li + li { margin-left: -1px; }

.cate-nav2 .btn { display: block; padding: 0.19rem 0; background-color: #fff; color: #999; border: 1px solid #ddd; border-radius: 0; }

.cate-nav2 .active { color: #1996fd; background-color: #e6f1fa; border-color: #1996fd; position: relative; z-index: 1; }

.conbox { padding: 0.2rem 0rem; background-color: #fff; margin-bottom: 0.2rem; }

.content-search .soft-list2 { padding: 0.1rem 0 0.2rem; }

.content-search .soft-list2 li + li, .soft-list2 ul + ul { margin-top: 0.4rem; }

.content-search .soft-list2 a { display: block; height: 1.48rem; overflow: hidden; position: relative; padding-right: 1.4rem; }

.content-search .soft-list2 .pic { width: 1.48rem; height: 1.48rem; border-radius: 0.1rem; float: left; margin: 0 0.2rem 0 0; }

.content-search .soft-list2 .tit { height: 0.54rem; line-height: 0.54rem; font-size: 0.32rem; font-weight: bold; color: #333; overflow: hidden; }

.content-search .soft-list2 .txt { color: #999; margin-top: 0.08rem; }

.content-search .soft-list2 .btn { position: absolute; right: 0; top: 50%; margin-top: -0.33rem; }

.news-block { overflow: hidden; background-color: #fff; }

.content-search .news-list { background-color: #fff; padding: 0 0.3rem; }

.content-search .news-list li { padding: 0.3rem 0; border-bottom: 1px solid #ddd; }

.content-search .news-list a { display: block; }

.content-search .news-list .item-hd { overflow: hidden; }

.content-search .news-list .pic { width: 2.64rem; height: 1.76rem; border-radius: 0.1rem; float: left; margin-right: 0.2rem; }

.content-search .news-list .tit { font-size: 0.32rem; font-weight: bold; color: #333; height: 0.52rem; line-height: 0.52rem; overflow: hidden; }

.content-search .news-list .txt { height: 0.96rem; line-height: 0.48rem; color: #666; text-align: justify; margin-top: 0.18rem; overflow: hidden; }

.content-search .news-list .item-ft { font-size: 0.24rem; overflow: hidden; margin-top: 0.2rem; }

.content-search .news-list .attr { float: left; margin-right: 0.2rem; color: #999; }

.content-search .news-list .val { color: #666; }

.content-search .news-list .more { float: right; color: #1996fd; }

.pagestr { text-align: center; margin: 0.3rem 0; }

.pagestr a, .pagestr .num { display: inline-block; vertical-align: top; height: 0.56rem; line-height: 0.56rem; text-align: center; margin: 0 0.25rem; font-size: 0.28rem; color: #666; }

.pagestr .num { position: relative; width: 0.96rem; }

.pagestr .num-text { background-color: #1996fd; color: #fff; border-radius: 0.08rem; }

.pagestr .num-list { position: absolute; bottom: 0; left: 0; width: 0.96rem; text-align: center; background-color: #fff; box-shadow: 0 0 0.06rem #bbb; -webkit-overflow-scrolling: touch; max-height: 3rem; overflow-y: auto; display: none; overflow: scroll; }

.pagestr .num-list li { height: 0.6rem; line-height: 0.6rem; }

.main { padding: 0 .25rem .25rem; background: #fff; }

.crumb { font-size: 0.28rem; color: #333333; line-height: 0.4rem; padding: .2rem 0rem; border-bottom: 1px solid #EAEAEA; }

.crumb span { color: #1996fd; }

/* 基础容器 */
.coin-box { clear: both; }

.coin-box .top { padding: .3rem 0 .4rem; }

/* 标题盒区域 */
.coin-box .titbox { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0.2rem; }

.titbox .title-main { display: flex; align-items: center; justify-content: center; margin-bottom: 0.2rem; width: 100%; }

.titbox .ico { width: 1.3rem; height: 1.3rem; margin-right: 0.2rem; flex-shrink: 0; }

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

.titbox .en_name { font-size: 0.42rem; color: #333333; font-weight: bold; line-height: 1.2; }

.titbox .sub-title { font-size: 0.24rem; color: #868E9E; margin-top: 0.05rem; }

/* ================= 详细信息田字格对齐修改 ================= */
.titbox .uptime { display: flex; flex-wrap: wrap; justify-content: center; /* 确保整个块在页面居中 */ width: 100%; /* 核心：设置最大宽度，宽度要刚好能容纳两列最长的文字 */ max-width: 6.2rem; margin: 0.1rem auto 0; font-size: 0.22rem; color: #868E9E; }

.titbox .uptime .info-item { width: 50%; /* 一行两个 */ box-sizing: border-box; /* 核心修改：改为左对齐，并增加左边距让整体视觉居中 */ text-align: left; line-height: 1.4; padding: 0.05rem 0.2rem; /* 通过左右 padding 控制列间距 */ }

/* 如果内容偏短，可以微调父容器 max-width 或给子项加一个固定的 padding-left 来实现 1&3、2&4 绝对垂直对齐的同时整体居中 */
/* 按钮区域 */
.coin-box .operation { padding-top: 10px; display: flex; justify-content: center; }

.coin-box .operation .btn { height: 0.8rem; width: 42%; margin: 0 2%; display: flex; align-items: center; justify-content: center; border-radius: 4px; font-size: 0.3rem; }

.coin-box .operation .btn.t2 { background: #1996fd; }

.coin-box .operation .btn.t2 a { color: #fff; text-align: center; width: 100%; }

.coin-box .operation .btn.t1 { border: 1px solid #999; }

.coin-box .operation .btn.t1 a { color: #999999; text-align: center; width: 100%; }

.prodet-wrap { margin-top: 0.52rem; }

.prodet-wrap .t-tit.none { border-bottom: none; }

.prodet-wrap .t-tit { font-size: 0.32rem; color: #333333; font-weight: bold; line-height: 0.5rem; margin-bottom: 0.3rem; border-bottom: 1px solid #E6E6E6; padding-bottom: 0.15rem; }

.coin-detail { clear: both; }

.coin-detail .coin-detail-h3 { font-size: 0.34rem; color: #333333; font-weight: bold; line-height: 0.5rem; margin-bottom: 0.3rem; border-bottom: 1px solid #E6E6E6; padding-bottom: 0.15rem; }

.coin-detail .news-detail-body { line-height: 0.4rem; padding-bottom: 0.4rem; }

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

.ss-table { width: 100%; }

.ss-table th:nth-child(1) { width: 8%; }

.ss-table th:nth-child(2) { width: 30%; }

.ss-table th { font-size: 0.25rem; color: #939ea9; font-weight: normal; text-align: left; }

.ss-table td { padding: .14rem 0; font-size: 0.25rem; }

.ss-table .bi { font-size: 0.20rem; color: #939ea9; display: flex; align-items: center; }

.ss-table .name { display: inline-block; vertical-align: middle; line-height: 1.3; text-align: left; font-size: 0.24rem; color: #666666; width: 70%; overflow: hidden; }

.ss-table img.ic { font-size: 0.24rem; display: inline-block; vertical-align: middle; margin-right: 0.06rem; width: 0.44rem; height: 0.44rem; }

.ss-table .name dt { font-size: 0.25rem; color: #333333; margin-right: 0.08rem; }

.ss-table .name dd { font-size: 0.21rem; color: #939ea9; width: 1.9rem; }

.ss-table .ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ss-table .green { color: #14B185; }

.ss-table .p2 { font-size: 0.22rem; color: #868E9E; }

.ss-table th:nth-child(5), .ss-table th:nth-child(4), .ss-table th:nth-child(3) { text-align: center; }

.ss-table td:nth-child(5), .ss-table td:nth-child(4), .ss-table td:nth-child(3) { text-align: center; }

.prodet-wrap { padding-bottom: 0.4rem; }

.chain-tip { margin: 0.2rem 0; padding: 0.1rem 0.3rem; line-height: 200%; font-size: 0.22rem; color: #666; background: #f5f5f5; border-radius: 0.1rem; margin-top: 0.1rem; }

.chain-tip::before { content: ''; display: inline-block; vertical-align: top; width: 0.3rem; height: 0.3rem; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAJFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmWAJHAAAADHRSTlMzACcvFwQbEiskIAxJqi2YAAAAa0lEQVQI1zXLKw7CQBRA0RMwfMy88LNlBxNWUIMvGGw1qhZXdsASECyA7pBJG9zJTa6IR386RxJXzIdkV1lm62TPsbVoNAU1nXpCpZpA/8eLGbKuIPO2GXdfh7Esk2jhWbDNrC4Fcbt/hkg/5zIPXFXpPZsAAAAASUVORK5CYII=) no-repeat; margin-top: 0.07rem; margin-right: 0.15rem; }

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

.news-detail-body .introTit { font-size: 0.34rem; }

.chain-table table { width: 100%; }

.chain-table .title { font-size: 0.34rem; font-weight: bold; color: #222; height: 0.8rem; }

.chain-table th, .chain-table td { font-size: 0.26rem; text-align: center; }

.chain-table td { padding: 0.3rem 0; border-bottom: 1px solid #e5e5e5; }

.chain-table th { height: 1rem; color: #999999; font-weight: normal; background-color: #f4f4f4; }

.chain-table .img { display: inline-block; vertical-align: middle; width: 0.5rem; height: 0.5rem; margin-right: 0.1rem; border-radius: 50%; font-size: 0; }

.chain-table a { display: block; text-decoration: none; }

.chain-table .name { display: inline-block; vertical-align: middle; line-height: 1.2; text-align: left; width: 1.2rem; overflow: hidden; }

.chain-table .name dt, .chain-table .name dd { width: 1rem; overflow: hidden; height: 0.32rem; }

.chain-table .name dt { font-size: 0.25rem; }

.chain-table .name dd { font-size: 0.21rem; }

.chain-table .c1 { width: 12%; }

.chain-table .c6 { width: 12%; }

.chain-table .green { color: #14B185; }

.chain-table .link { color: #1996fd; }

/* ================= news-flash 列表块 (垂直快讯增强版 - 进一步精简版) ================= */
.news-flash { margin-top: 0.18rem; /* 顶部间距 */ }

.news-flash .head .title { font-size: 0.3rem; /* 模块标题大小 */ font-weight: bold; color: #222; margin-bottom: 0.27rem; }

.news-flash .list { padding: 0.09rem 0; }

.news-flash .list .li { position: relative; padding-left: 0.54rem; /* 左侧留出时间轴空间 */ padding-bottom: 0.31rem; /* 列表项间距 */ display: block; clear: both; }

/* 时间轴：左侧垂直虚线 */
.news-flash .list .li::after { display: block; position: absolute; left: 0.11rem; top: 0.27rem; content: ''; width: 0; height: 100%; border-left: 1px dashed #cccccc; z-index: 0; }

/* 最后一项隐藏连接线 */
.news-flash .list .li:last-child::after { display: none; }

/* 时间轴：圆点样式 */
.news-flash .list .li::before { display: block; position: absolute; left: 0.01rem; top: 0.07rem; content: ''; width: 0.2rem; height: 0.2rem; box-sizing: border-box; border: 2px solid #E5E5E5; background: #fff; border-radius: 50%; z-index: 1; }

/* 首项圆点高亮 */
.news-flash .list .li:first-of-type::before { border-color: #1996fd; background: #1996fd; box-shadow: 0 0 4px rgba(2, 121, 255, 0.3); }

/* 日期样式：修改为缩小 20% 后的尺寸 */
.news-flash .list .date { display: block; font-size: 0.18rem; /* 进一步缩小时间字体 */ color: #999999; line-height: 1; margin-bottom: 0.1rem; text-align: left; }

/* 标题样式：修改颜色为 666 */
.news-flash .list .title { display: block; font-size: 0.26rem; color: #666666; /* 统一颜色为 666 */ line-height: 1.5; text-decoration: none; word-break: break-all; font-weight: normal; }

/* 首项标题高亮 (如果需要第一项颜色不同可取消注释，目前统一为 666) */
.news-flash .list .li:first-of-type .title { /* color: $teal; */ font-weight: 500; }

/* 隐藏逻辑：容器带 none 类时，只显示前 5 个 */
.news-flash .list.none .li:nth-child(n+6) { display: none !important; }

.more-btn a { display: block; margin: 0 auto; width: 3.5rem; line-height: 0.7rem; font-size: 0.28rem; text-align: center; background-color: #eee; border-radius: 70px; }

.rtab-hd { font-size: 0; height: 0.8rem; border-bottom: 1px solid #eee; margin-left: 0; }

.rtab-hd .aitem.on, .rtab-hd .aitem:hover { color: #1996fd; border-bottom-color: #1996fd; }

.rtab-hd .aitem { color: #666; font-weight: 700; text-align: center; display: inline-block; line-height: 1; height: 0.8rem; font-size: 0.34rem; padding-bottom: 0.1rem; border-bottom: 4px solid transparent; border-bottom-color: transparent; margin-left: 19.2%; }

.Rtab_bd ul li { overflow: hidden; margin-top: 0.3rem; }

.Rtab_bd .ptit { line-height: 20px; height: 20px; overflow: hidden; padding-left: 28px; position: relative; }

.Rtab_bd li:nth-child(1) .icon { background-color: #FF4C4C; }

.Rtab_bd li:nth-child(2) .icon { background-color: #FF884C; }

.Rtab_bd li:nth-child(3) .icon { background-color: #FFBE3A; }

.Rtab_bd .icon { display: block; position: absolute; left: 0; top: 0; width: 18px; height: 18px; color: #fff; text-align: center; background: #BDBDBD; background-color: #bdbdbd; border-radius: 2px; margin-top: 1px; line-height: 18px; }

.Rtab_bd ul li .bt { font-size: 16px; color: #555; }

.Rtab_bd ul .on .info { display: block; }

.Rtab_bd ul li .info { display: none; overflow: hidden; width: 100%; float: left; margin-top: 15px; }

.Rtab_bd ul li .info .img, .Rtab_bd ul li .info .img img { width: 138px; height: 92px; }

.rjxzph-list ul li .info .img { margin-right: 15px; }

.rjxzph-list ul li .info .img, .rjxzph-list ul li .info .img img { width: 50px; height: 50px; }

.Rtab_bd ul li .info .img { display: block; float: left; margin: 0 14px 0 0; margin-right: 14px; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; }

.Rtab_bd ul li .info p { float: left; width: 190px; height: 30px; line-height: 30px; font-size: 14px; color: #999; overflow: hidden; }

.Rtab_bd ul li .info p span { color: #666; }

.block-title { height: 0.8rem; line-height: 0.8rem; border-bottom: 1px solid #ddd; margin-bottom: 0.3rem; }

.block-title .title { display: inline-block; vertical-align: top; font-size: 0.34rem; font-weight: bold; color: #333; position: relative; }

.news-list2 li { height: 0.6rem; line-height: 0.6rem; margin: 0.2rem 0; }

.news-list2 .date { float: right; font-size: 0.24rem; color: #999; }

.news-list2 a { display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666; max-width: 5.6rem; }

.news-list2 a::before { content: ''; width: 0.12rem; height: 0.12rem; display: inline-block; vertical-align: 0.02rem; margin-right: 0.16rem; background-color: #ddd; border-radius: 50%; }

.block-chain { margin: 0.2rem 0; }

.block-chain2 { margin-top: 0.2rem; }

.block-chain2 .chain-box { background-color: #fffcf9; border: solid 1px #ffd9a8; box-shadow: none; }

.chain-box { padding: 0.3rem; background-color: #f5f5f5; box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2); border-radius: 0.06rem; overflow: hidden; }

.chain-box .chain-img { width: 1.3rem; height: 1.3rem; border-radius: 0.2rem; float: left; margin: 0 0.2rem 0 0 !important; }

.chain-box .chain-tit { height: 0.46rem; line-height: 0.46rem; font-size: 0.38rem; color: #333; overflow: hidden; }

.chain-box .chain-txt { height: 0.72rem; line-height: 0.36rem; font-size: 0.26rem; color: #666; margin-top: 0.12rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.chain-box .chain-btn { width: 100%; margin-top: 0.3rem; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }

.chain-box .chain-btn a { display: inline-block; vertical-align: top; width: 3.05rem; height: 0.8rem; line-height: 0.8rem; text-align: center; font-size: 0.28rem; color: #fff; background-color: #4077ed; border-radius: 0.06rem; text-decoration: none; }

.chain-box .chain-btn a + a { background-color: #1996fd; margin-left: 0.2rem; }

.chain-tip { padding: 0.16rem 0.24rem; line-height: 0.4rem; font-size: 0.22rem; color: #666; background: #f5f5f5; margin-top: 0.3rem; }

.chain-tip b { color: #333; font-weight: normal; }

.chain-info { margin: 0 0.04rem; position: relative; line-height: 1.5; margin-bottom: 0.2rem; letter-spacing: -0.001rem; }

.chain-info-head { margin-bottom: 0.2rem; }

.chain-info-head .img { margin: 0; width: 0.48rem; height: 0.48rem; }

.chain-info-head .tit { font-size: 0.38rem; color: #333; margin: 0 0.14rem 0 0.18rem; }

.chain-info-head .txt { font-size: 0.24rem; color: #999999; }

.chain-info-head .rank { line-height: 0.4rem; padding: 0 0.18rem; font-size: 0.22rem; border-radius: 0.2rem; color: #1996fd; border: solid 0.01rem #1996fd; margin-left: auto; }

.chain-info-head .rank:before { content: ''; display: inline-block; vertical-align: top; width: 0.27rem; height: 0.24rem; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAMAAAA8nnbJAAAAkFBMVEUAAAAThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdwThdzOcLRrAAAAL3RSTlMAfE3yLwT596AM2ZZY5K2dgWNdOzYmxr10Zk9AFt3LtaeLb2xRKyHu0s+6RR0cQ6Z5+b0AAAEkSURBVCjPdc8JboNADAVQMwthCTskBGj2pFn773+7enCjpk37JGRLI2x/YvcpRr5Jm4m0xZFGYXK4gOkhRWDGx8tVh+TEiIwPQOX8a1mADRFmlp8M9/slEFc+2DEDArdkxxOXXOcd0lDD0eFs0r+DGZ7oVGmlIc79aienUdsppaY1mUKJ4mY/OteUtNt4LKu9hzxv4rEJqJNEQYAHby11SSTB37iIiZE6dyEyMM0JxKyEkxyJhXOwbQyRy8iKRncXJ7pB1G9gJX3pwZpIFtdgmaWH1l3qwVkEbid9syvAv45pBjc/pCc2Afb8YcVX6pp+MBqb2I3ko6f0ywInw8F7jZxebNylpz1SSy/sOdtiu0746VXjGwz6QH9SbVss6B8Hq+jJJ5QiNhVk2wXTAAAAAElFTkSuQmCC) no-repeat; background-size: 100% 100%; margin: 0.08rem 0.06rem 0 0; }

.chain-info-body { line-height: 0.66rem; font-size: 0.24rem; color: #666666; }

.chain-info-body .green { color: #14b185; }

.chain-info-body .red { color: #e54742; }

.chain-info-body .v1 { display: block; font-size: 0.48rem; font-weight: bold; margin-bottom: 0.1rem; }

.chain-info-body .v2 { font-size: 0.28rem; color: #333; }

.chain-info-body .total b { font-weight: normal; color: #333; }

.chain-info-attr { position: absolute; top: 0.75rem; right: 0; line-height: 0.54rem; font-size: 0.24rem; color: #666666; }

.chain-info-attr dt, .chain-info-attr dd { display: inline-block; vertical-align: middle; }

.chain-info-attr dt { min-width: 1.4rem; margin-right: 0.1rem; }

.chain-table { font-size: 0.24rem; color: #666666; overflow: hidden; letter-spacing: -0.001rem; }

.chain-table td a { display: block; text-decoration: none; }

.chain-table table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: -1px; }

.chain-table th { height: 0.72rem; color: #666; font-weight: normal; background: #f4f4f4; }

.chain-table td { height: 1.16rem; border-bottom: 1px solid #e5e5e5; }

.chain-table th, .chain-table td { text-align: center; padding: 0; white-space: nowrap; }

.chain-table .c1 { width: 0.8rem; }

.chain-table .c2 { padding-left: 0.06rem; width: 23%; text-align: left; }

.chain-table th.c2 { text-indent: 0.52rem; }

.chain-table .c6 { width: 0.9rem; }

.chain-table .img { display: inline-block; vertical-align: middle; width: 0.44rem; height: 0.44rem; margin-right: 0.04rem; font-size: 0; }

.chain-table .name { display: inline-block; vertical-align: middle; line-height: 1.3; text-align: left; font-size: 0.24rem; color: #666666; }

.chain-table .name dt { font-size: 0.24rem; color: #333333; }

.chain-table .btn-link { display: block; width: 2.96rem; height: 0.68rem; line-height: 0.68rem; text-align: center; color: #1996fd; border: 1px solid #1996fd; margin: 0.5rem auto 0; }

.chain-table .link { color: #1996fd; }

.chain-table .green { color: #19b38a; }

.chain-table .red { color: #e54742; }
