@charset "UTF-8";
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "-apple-system-font", "Helvetica Neue", "Helvetica", "sans-serif"; font-size: 14px; color: #333; -webkit-tap-highlight-color: transparent; background-color: #f2f2f2;}
body, dl, dd, p, form, h1, h2, h3, h4, h5, h6 { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul { margin: 0; padding: 0; list-style-type: none; }
em, i { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: inherit; text-decoration: none; outline: none; }
img { border: 0; }
input, select, button, textarea { font-family: inherit; outline: 0; margin: 0; color: inherit; -webkit-appearance: none; }
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }
.red { color: #f04343; }
.orange { color: #ff6a29; }
.blue { color: #45a5ff; }
.green { color: #1577FF; }
.g3 { color: #333333; }
.g6 { color: #666666; }
.g9 { color: #999999; }
.hide { display: none; }
.fn-clear, .row { zoom: 1; }
.fn-clear:after, .row:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.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, .category-menu ul, .category-list, .tag-list, .comments-bar { display: -webkit-box; display: -webkit-flex; display: flex; }
.flex-item, .layer .layer-btns .layer-btn,.comments-bar .msg { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.flex-wrap, .category-menu ul, .category-list, .tag-list { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex-justify { -webkit-justify-content: space-between; justify-content: space-between; }
/*按钮样式*/
.btn { display: inline-block; width: 1.26rem; padding: 0.05rem 0; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; background-color: #FFF; color: #333; border: 1px solid #E9E9E9; border-radius: 0.06rem; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; -moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s; -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s; -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s; transition: background-color 0.2s, color 0.2s, border-color 0.2s; }
.btn:active { background-image: none; outline: 0; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.none { background: #ccc; border-color: #ccc; box-shadow: inset 0 0 0 transparent; }
.btn-green { background-color: #1577FF; border-color: #1577FF; color: #FFF; }
.btn-green:hover { background-color: #1577FF; border-color: #1577FF; }
.btn-blue { background-color: #1577FF; border-color: #1577FF; color: #FFF; }
.btn-blue:hover { background-color: #1577FF; border-color: #1577FF; }
.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }

@-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 layerIn { 0% { -moz-transform: translate3d(0, 0, 0) scale(1.185); -ms-transform: translate3d(0, 0, 0) scale(1.185); -webkit-transform: translate3d(0, 0, 0) scale(1.185); transform: translate3d(0, 0, 0) scale(1.185); }
  100% { -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } }
@keyframes layerIn { 0% { -moz-transform: translate3d(0, 0, 0) scale(1.185); -ms-transform: translate3d(0, 0, 0) scale(1.185); -webkit-transform: translate3d(0, 0, 0) scale(1.185); transform: translate3d(0, 0, 0) scale(1.185); }
  100% { -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } }
@-webkit-keyframes layerOut { 0% { opacity: 1; -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }
  100% { -moz-transform: translate3d(0, 0, 0) scale(0.825); -ms-transform: translate3d(0, 0, 0) scale(0.825); -webkit-transform: translate3d(0, 0, 0) scale(0.825); transform: translate3d(0, 0, 0) scale(0.825); opacity: 0; } }
@keyframes layerOut { 0% { opacity: 1; -moz-transform: translate3d(0, 0, 0) scale(1); -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }
  100% { -moz-transform: translate3d(0, 0, 0) scale(0.825); -ms-transform: translate3d(0, 0, 0) scale(0.825); -webkit-transform: translate3d(0, 0, 0) scale(0.825); transform: translate3d(0, 0, 0) scale(0.825); opacity: 0; } }
.layer { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000; -moz-animation: layerIn 0.3s both; -webkit-animation: layerIn 0.3s both; animation: layerIn 0.3s both; }
.layer.closing .layer-inner { -moz-animation: layerOut 0.4s both; -webkit-animation: layerOut 0.4s both; animation: layerOut 0.4s both; }
.layer .layer-overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.layer .layer-body { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.layer .layer-btns { direction: rtl; }
.layer .layer-btns .layer-btn { display: block; width: 75px; height: 35px; line-height: 35px; color: #008def; font-size: 12px; box-shadow: none; border: 0; border-radius: 3px; text-align: center; white-space: nowrap; margin: 0 10px; }
.layer .layer-btns .layer-btn-no { background-color: #ff6a29; color: #FFF; }
.layer .layer-btns .layer-btn-yes { background-color: #1577FF; 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; }
.photo-browser { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; opacity: 0; display: none; -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.photo-browser.photo-browser.photo-browser-in { display: block; -moz-animation: photoBrowserIn 400ms forwards; -webkit-animation: photoBrowserIn 400ms forwards; animation: photoBrowserIn 400ms forwards; }
.photo-browser.photo-browser-out { display: block; -moz-animation: photoBrowserOut 400ms forwards; -webkit-animation: photoBrowserOut 400ms forwards; animation: photoBrowserOut 400ms forwards; }
.photo-browser .page[data-page="photo-browser-slides"] { background: none; }
.photo-browser-swiper-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background: #000; -webkit-transition-duration: 400ms; transition-duration: 400ms; }
.photo-browser-swiper-wrapper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.photo-browser-link-inactive { opacity: 0.3; }
.photo-browser-slide { width: 100%; height: 100%; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; box-sizing: border-box; }
.photo-browser-slide.transitioning { -webkit-transition-duration: 400ms; transition-duration: 400ms; }
.photo-browser-slide span.photo-browser-zoom-container { width: 100%; text-align: center; display: none; }
.photo-browser-slide img { width: auto; height: auto; max-width: 100%; max-height: 100%; display: none; }
.photo-browser-slide.swiper-slide-active span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-next span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-prev span.photo-browser-zoom-container { display: block; }
.photo-browser-slide.swiper-slide-active img, .photo-browser-slide.swiper-slide-next img, .photo-browser-slide.swiper-slide-prev img { display: inline; }
.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader { display: block; }
.photo-browser-slide iframe { width: 100%; height: 100%; }
.photo-browser-slide .preloader { display: none; position: absolute; width: 42px; height: 42px; margin-left: -21px; margin-top: -21px; left: 50%; top: 50%; background: url(../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: 0.85rem; z-index: 10; background: rgba(0, 0, 0, 0.5); -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; }
.photo-browser-header .icon-back { display: inline-block; width: 0.4rem; height: 0.4rem; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NDVkZWVmZi1kMGIyLThjNGItYTE3Ni0yZjFjOTc5YjMxOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0RCQjg1MUE3RjE4MTFFNzhCNzM4ODc5MDIzQTVBREUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0RCQjg1MTk3RjE4MTFFNzhCNzM4ODc5MDIzQTVBREUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjMzYzJjYzQtZDY4Zi03YjRkLTlhY2UtM2Y0ODEwMmIxMmYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk0NWRlZWZmLWQwYjItOGM0Yi1hMTc2LTJmMWM5NzliMzE5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoHuWAEAAAI+SURBVHjazNfPS1RRGMbx8WhCErWple0MQqg2Qe2iTJQwXSVKkuAq9Q8oXQ2zcvIPSF0JRiHWSo1K/BHtatGiBDe6Kze6KSLBqOn7wjMgs3Fm7pmZ98LDC4eZw4d77n3PuXW5XC513JXJZFJJr3Q6fZGyRnbJteN+35CqwgXqglDNxf4nVAHVQnkv1D65U3MYqPOUd0L9JJ08Fl9rChPK7lSLUB2gPtd0KUGdo6wIdUC6QX0sZY5QIdQ6aRXqLqgPpc4TIqPOUFbJJfKH9IJaL2euEBlly3dFqHugXpc7X4iEOiWUNc5/ZBDUYpI5QwRUE2WxADWfdN4QAbVMbmloFNTzGKsQEqAaKQsFqJlYz2xIgHpFujT0GNRUzDc8lIGqp9hydWtoHNRk7H4YykDNWSvQUBZUthK7RygBVUeZJfc19ATUeKX22lAC6il5oKFpW8JKnkyKvWOGGj6Csjcw5wFW9avYo/Wo6vCROzdS8zumZTPcszyQ5y7rYimFGyIv8k0V3ISLZwzcX9uk1fXtGgM35uLhF26ALGloAtwjF28luEN1/+V8swU34qJdCNdHNvK9DtxDF30M3G/72CjADbhosML1kE+abw5cv4vOD+6XfdAW4HpcbEngfgj3hZywlgKuy8VeKVw72RTuJbg2F5s4uD2KYbbISWsp4G64OF0IZ8u6I9wSuOsujj3gvlFuCnfaPojBXXVxHhOuk3wX7i24yy4OiuB2dOcMd5a8cXOCBbdNuS3cbjH/+S/AAO9eyNZvCSQrAAAAAElFTkSuQmCC"); background-size: 100% 100%; }
.photo-browser-close, .photo-browser-remove { position: absolute; z-index: 10; top: 0.14rem; left: 0.3rem; padding: 0.1rem; }
.photo-browser-remove { left: auto; right: 0.3rem; }
.photo-browser-of { margin: 0 5px; }
.photo-browser-captions { pointer-events: none; position: absolute; left: 0; width: 100%; bottom: 0; z-index: 1001; opacity: 1; background: rgba(0, 0, 0, 0.5); display: none; }
.photo-browser-exposed .photo-browser-name, .photo-browser-exposed .photo-browser-time, .photo-browser-exposed .photo-browser-text { display: none;}
.photo-browser-caption { text-align: left; position: relative; z-index: 1002; display: none; min-height: 1rem; }
.photo-browser-caption:empty { display: none; }
.photo-browser-caption.photo-browser-caption-active { display: block; }
.photo-browser-captions-light .photo-browser-caption { background: rgba(255, 255, 255, 0.8); color: #000; }
.photo-browser-info { position: relative; height: 1rem; padding: 0.3rem; }
.photo-browser-info + .photo-browser-text { margin-top: -0.4rem; }
.photo-browser-text { font-size: 0.3rem; color: #e1e1e1; padding: 0.3rem; }
.photo-browser-text:empty { display: none; }
.photo-browser-text pre { line-height: 1.5; font-family: inherit; margin: 0; word-wrap: break-word; white-space: pre-wrap !important; }
.photo-browser-name { font-size: 0.34rem; color: #4fab7d; margin-right: 0.16rem; }
.photo-browser-time { font-size: 0.24rem; color: #777; }
.photo-browser-count { position: absolute; top: 0.3rem; right: 0.3rem; font-size: 0.24rem; color: #777; }
.photo-browser-current { font-size: 0.28rem; }
.photo-browser-exposed .photo-browser-header { opacity: 0; visibility: hidden; pointer-events: none; }
.photo-browser-remove { display: none; }
.photo-browser-upload .photo-browser-name, .photo-browser-upload .photo-browser-time, .photo-browser-upload .photo-browser-text { display: none; }
.photo-browser-upload .photo-browser-remove { display: block; }
@-webkit-keyframes photoBrowserIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes photoBrowserIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes photoBrowserOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes photoBrowserOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
.icon { display: inline-block; background-repeat: no-repeat; background-size: 100%; }
.icon-time { display: inline-block; vertical-align: -1px; width: 0.22rem; height: 0.22rem; 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=='); background-size: 100%; margin-right: 0.08rem; }
.icon-news, .icon-game { width: 0.4rem; height: 0.4rem; margin-right: 0.1rem; vertical-align: -0.08rem; }
.icon-news { background-image: url("../images/news.png"); }
.icon-game { background-image: url("../images/game.png"); }
.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%; }
@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; content: ""; width: 0.5rem; height: 0.5rem; background: url("../images/loading.svg") no-repeat center; background-size: 100%; -webkit-animation: preloader-spin 1s steps(12, end) infinite; animation: preloader-spin 1s steps(12, end) 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; -webkit-overflow-scrolling: touch; }
.page-header {height: 90px; 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; overflow:hidden;}
.header-fixed .navbar { position: fixed; z-index: 210; top: 0; left: 0; right: 0; }
.header-slidedown, .header-slideup { position: fixed; z-index: 210; top: -1.8rem; }
.header-slidedown .navbar { -moz-animation: headerSlidedown 0.3s both; -webkit-animation: headerSlidedown 0.3s both; animation: headerSlidedown 0.3s both; }
.header-slideup .navbar { -moz-animation: headerSlideup 0.3s both; -webkit-animation: headerSlideup 0.3s both; animation: headerSlideup 0.3s both; }
.page-content {position: relative; min-height: 100vh; }
.page-footer {height: 60px; font-size: 0.22rem; color: #999;}
.page-footer .friendlink { margin-bottom: 0.15rem; position: relative; }
.page-footer .friendlink.show .inner { max-height: 4rem; }
.page-footer .friendlink.show .arrow { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.page-footer .friendlink .inner { line-height: 0.4rem; overflow: hidden; padding-right: 0.5rem; max-height: 0.4rem; -moz-transition: max-height 0.4s linear; -o-transition: max-height 0.4s linear; -webkit-transition: max-height 0.4s linear; transition: max-height 0.4s linear; }
.page-footer .friendlink a { display: inline-block; vertical-align: top; margin-right: 0.18rem; }
.page-footer .friendlink .more { position: absolute; right: 0; top: 2px; width: 0.48rem; height: 0.3rem; line-height: 0.3rem; text-align: center; background: #dbdbdb; color: #666; }
.page-footer .friendlink .arrow { position: relative; top: -0.02rem; left: -0.05rem; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -moz-transform-origin: 75% 75%; -ms-transform-origin: 75% 75%; -webkit-transform-origin: 75% 75%; transform-origin: 75% 75%; -moz-transition: -moz-transform 0.4s; -o-transition: -o-transform 0.4s; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.page-footer .friendlink .name { display: inline-block; }
.page-footer .copyright { line-height:60px;text-align: center; }
.topbar { height: 1rem; padding: 0 0.3rem; overflow: hidden; }
.topbar .logo { float: left; height: 23px; margin-top: 14px; }
.topbar .search-form {width: 58%; float: right; margin-top: 0.22rem; position: relative; z-index: 2; background-color: #f5f5f5; border: 1px solid #eaeaea; border-radius: 0.3rem; }
.topbar .search-input { width: 3rem; height: 0.6rem; font-size: 0.3rem; padding: 0 0.6rem 0 0.3rem; background: none; border: none; }
.topbar .btn-search { position: absolute; right: 0.1rem; top: 0.1rem; z-index: 1; width: 0.4rem; height: 0.34rem; border: 0; padding: 0; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAYAAAAtZZsLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFDRDRDMjU0OUJDMTFFN0E3MEFENUMyODlDNTE1QTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFDRDRDMjQ0OUJDMTFFN0E3MEFENUMyODlDNTE1QTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MWY0YTZkOTYtNTI1MS1lYzQyLWFjYzEtYjYzN2U3MzAzMjVkIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmRlMWZkNGQtNDliNC0xMWU3LTk1YzctOTI4MmQ0ZDllMDAwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+joxmdgAAAz5JREFUeNrMmHuITHEUx++MtcIys7NCSFbIY7FeiVhEwhBql02RTZ4lm1f85y8ttiVLjPhDlPImRMJi13sIQ5Ys/lGsDAlFlu/JuXX8mnvnPubenPq093dm5u73nvt7nHMC8Xhcs2GtwUQwFgwEPUFb9n8CjeAZuA/Ogzvgt+bCAhYF9gFrQAnIsXH/V2An2AO+OBEYTPN5O7AXJECZTXFk+aASNIAFFBC7ArNMPhsPDoKOKT5LgjrwFLwHX0Eu6AKGMFkpHrQYzOOp4ErgMrAdNBO+JnACxMBl8MvkvhEwC6wAvYV/ErjFf184fcVLed5IcTTZh3IELqYRR/YR7Ab9wGJeQLp1B1dADycCJ4NqxUcTfDR44GCON/HvC3ll69YZnAUhOwI7gQNK5FZyBH5o7uwNb03Xha8XR9mywCqQJ8ZbwFYtc0bbzDRQL3ylYIoVgTS/Zgv/DbBey7x95sXzU/gqzLYfXeA6Zd4ssbAQnNojsE2M+4OomcA8Dr1ux8BjzVvbDL6JcZmZwKkgW/himvf2ARxXdo8WRgLHiDHtVzWaP3ZSXLcEw40EFojxTQ/nnmq1yrjASGC+GD/X/LN3ygnTzUhgG+WI8tOS4jpkJDCg/ccWVBLJiM//P1fZxFMKbFDOR7+sAwiL8WsjgQkxHqEkC17aKGWcMBJYJ8Zhzjr8sBni+ju4bSTwlJJOLfJBHJUAM8W43ii7D/Kxc0b4ivkA99LWcqmqWyGvhRKjbKZC8cU8nIv08OUp/O3BYXCII/yPwLvgiLJYqj0QF2IRzU2+U8oLJqpm1OXKSULF06oMiqOa+rRS5ZltQfTd6VLgWzBXSRYquW7IdimuK7gKimweIhvUqu4cWK74qGi6BgY5PKkWgodgsBKMKs7eTVsuqeriXSxSRpJytXvgKJhgoWUS4Qd7wmWnPDFotY7j6VOUpoBPmDWPqIu136T1Ucutj0ZufYS59UGRGmawr10Cc7hdolsrsJGDIh+cAhRN192i5b4JzLcQtXQpPlWJ+0zacSN5f6RO2kuuW2qstt/6gtUO2m+UAOxw034L2Gxg5vCrpzk0QPvbwAzxa0pypKiBSTe9wOerqwbmHwEGAMD3ri14DsgtAAAAAElFTkSuQmCC') no-repeat; background-size: 100% 100%; }
.navbar { height: 0.8rem; line-height: 0.8rem; background-color: #1577FF; white-space: nowrap;overflow-x: auto;}
.navbar .nav-link { font-size: 15px; text-align: center; color: #e2f7ec; padding: 0 14px;}
.navbar .nav-link.on { font-size: 17px; color: #fff; }
.category-menu, .category-menu-overlay { visibility: hidden; opacity: 0; -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; }
.category-menu { position: absolute; z-index: 100; width: 100%; background-color: #FFF; overflow: hidden; }
.category-menu ul { margin-right: -5px; margin-bottom: -1px; }
.category-menu li { width: 25%; line-height: 0.8rem; text-align: center; border: 1px solid #e5e5e5; margin: -1px 0 0 -1px; position: relative; }
.category-menu li.on { color: #1577FF; }
.category-menu li.on:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0.03rem; background: #1577FF; }
.category-menu a { display: block; }
.category-menu-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 90; background: rgba(0, 0, 0, 0.5); }
body.category-menu-cover { overflow: hidden; }
body.category-menu-cover .category-menu, body.category-menu-cover .category-menu-overlay { opacity: 1; visibility: visible; }
body.category-menu-cover .category-toggle .arrow { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.totop { position: fixed; right: 0.2rem; bottom: 0.5rem; z-index: 90; width: 0.6rem; height: 0.6rem; background: rgba(51, 51, 51, 0.3) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzIwMDNmNC1kZTRjLTQyMDMtYjFkNy0zMzkwZTVhNDNlNmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTJCRDZGQkZFQ0RDMTFFNkI1NDJGOUNBOTk2NkVDQjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTJCRDZGQkVFQ0RDMTFFNkI1NDJGOUNBOTk2NkVDQjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwODczNmEyLTRlZTQtNDYyNS05YTQ3LTQ5YzYyNjI3YTNiNyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRkMTMyNzU5LTJjYzItMTE3YS04YTk2LWYxMGM1MjEzYWU4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqES2VMAAADfSURBVHja7NjBDcIwDIVhyg4do1PA2kxAOBDGYIVKwRE+RBy4hNhW+C09qc4hzadIVdKllHL4p1oAAwYMGDBgwIABAwYMGDBgwIABAwYcu44O71wlN0nS56l3uAIvkk37LDlLnjOCW+xDxzZzdAUbZJXk8q6sfTt21374WqyxnzBztCfWBe2NNUdHwJqio2DN0JGwJuho2OHoiNih6KjYbwcWV7DFl/Wn6N7FJKMDQ4tOPXP1Xg93ydXg8F/nPumVcucHAGDAgAEDBgwYMGDAgAEDBgwYMGDAgOeplwADAPPtQ12NrwSnAAAAAElFTkSuQmCC') no-repeat center center; background-size: 100%; visibility: hidden; opacity: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.totop.fadein { visibility: visible; opacity: 1; }
.page-notfound { background: #FFF; }
.not-found { width: 100%; text-align: center; padding: 1rem 0; }
.not-found .pic { width: 4.8rem; }
.not-found-404 { width: 100%; text-align: center; padding: 2rem 0 1rem; }
.not-found-404 .pic { width: 5.67rem; margin-bottom: 0.5rem; }
.not-found-404 .tit { font-size: 0.3rem; color: #666; }
.star { display: inline-block; vertical-align: -0.03rem; width: 1.65rem; height: 0.27rem; background: url(../images/stars.png) no-repeat; background-size: auto 100%; }
.star0 { background-position: -1.7rem 0; }
.star1 { background-position: -1.36rem 0; }
.star2 { background-position: -1.02rem 0; }
.star3 { background-position: -0.68rem 0; }
.star4 { background-position: -0.34rem 0; }
.page-index { background-color: #f2f2f2; }
.page-index .page-content { padding-bottom: 0; }
.page-index .page-footer { position: static; height: auto; padding-bottom: 0.3rem; }
.page-index .section { margin-bottom: 0.3rem; }
.index-focus { height: 0; overflow: hidden; padding-bottom: 48%; background-color: #fff; position: relative; }
.index-focus .tempWrap { position: absolute !important; height: 100%; }
.index-focus .bd { height: 100%; }
.index-focus .bd li { width: 100%; height: 100%; position: relative; float: left; display: inline !important; }
.index-focus .bd a { display: block; }
.index-focus .bd .pic { display: block; position: absolute; width: 100%; height: 100%; }
.index-focus .bd .tit { position: absolute; bottom: 0; width: 100%; font-size: 15px; color: #FFF; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 3rem 1rem 0.25rem 0.3rem; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjQ2NDYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(40, 40, 40, 0.8)), color-stop(60%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(70, 70, 70, 0))); background: -moz-linear-gradient(bottom, rgba(40, 40, 40, 0.8) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%); background: -webkit-linear-gradient(bottom, rgba(40, 40, 40, 0.8) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%); background: linear-gradient(to top, rgba(40, 40, 40, 0.8) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%); }
.index-focus .pageState { position: absolute; right: 0.2rem; bottom: 0.25rem; font-size: 0.26rem; color: #FFF; z-index: 10; }
.index-focus .pageState .cur { font-size: 0.34rem; color: #1577FF; }
.index-focus .pageState .line { opacity: 0.7; margin: 0 0.05rem; position: relative; top: -0.02rem; }
.index-column { background: #FFF; padding: 0.4rem 0.2rem; margin-bottom: 0.3rem; }
.index-column .item { text-align: center; }
.index-column .pic { width: 0.84rem; height: 0.84rem; vertical-align: top; margin-bottom: 0.1rem; }
.index-column .tit { font-size: 0.24rem; }
.arrow { display: inline-block; vertical-align: 0.02rem; width: 0.16rem; height: 0.16rem; color: inherit; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.section { background: #FFF; margin-top: 10px;}
.section-hd { height: 0.8rem; line-height: 0.8rem; padding: 0 0.3rem; position: relative; z-index: 100; background: #FFF; border-bottom: 1px solid #e5e5e5; }
.section-hd .search-alert { font-size: 0.24rem; color: #ccc; }
.section-hd .title {font-size: 0.34rem; line-height: 0.78rem; }
.section-hd .category-toggle { display: inline-block; font-size: 0.34rem; line-height: 0.78rem; padding-right: 0.2rem; }
.section-hd .category-toggle .arrow { position: relative; top: -0.06rem; left: 0.12rem; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -moz-transform-origin: 75% 75%; -ms-transform-origin: 75% 75%; -webkit-transform-origin: 75% 75%; transform-origin: 75% 75%; -moz-transition: -moz-transform 0.4s; -o-transition: -o-transform 0.4s; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.section-hd .more { position: absolute; top: 0; right: 0.3rem; color: #999; font-size: 0.26rem; }
.section-hd .links { position: absolute; top: 0; right: 0.3rem; }
.section-hd .links .on ,.section-hd .links .tab_cur{ color: #1577FF; }
.section-hd .links .line { color: #d9d9d9; margin: 0 0.2rem; }
.section-bd-item { display: none; }
.section-bd-item.on { display: block; }
.section-ft { height: 0.86rem; line-height: 0.8rem; margin: 0 0.3rem; border-top: 1px solid #e5e5e5; text-align: center; }
.section-ft .more { 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; }
.art-list { background: #FFF; }
.art-list .tag { position: absolute; left: 0; top: 0; font-size: 0.2rem; line-height: 0.4rem; background: #f04343; color: #FFF; width: 2rem; text-align: center; margin: 0.08rem 0 0 -0.74rem; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.art-list .art-item { display: block; padding: 0.3rem; overflow: hidden; position: relative; }
.art-list .art-item + .art-item:after { content: ''; position: absolute; top: 0; left: 0.3rem; right: 0.3rem; height: 1px; background: #e5e5e5; }
.art-list .pic { width: 1.8rem; height: 1.1rem; float: left; margin-right: 0.2rem; }
.art-list .tit { font-size: 0.3rem; color: #2c2c2c; height: 0.72rem; line-height: 0.38rem; overflow: hidden; margin-bottom: 0.1rem; }
.art-list .time { color: #aaaaaa; font-size: 0.22rem; }
.soft-list { background: #FFF; padding: 5px 0;overflow: hidden;}
.soft-list .tag { position: absolute; left: 0; top: 0; font-size: 0.2rem; line-height: 0.4rem; background: #f04343; color: #FFF; width: 2rem; text-align: center; margin: 0.08rem 0 0 -0.74rem; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.soft-list-loader { text-align: center; position: relative; line-height: 0.8rem; }
.soft-list-loader:after { content: ''; position: absolute; top: 0; left: 0.3rem; right: 0.3rem; height: 1px; background: #e5e5e5; }
.soft-item { display: block; height: 2.05rem; padding: 0.4rem 0.3rem 0; overflow: hidden; position: relative; }
.soft-item .pic { display: inline-block; width: 1.26rem; height: 1.26rem; float: left; margin-right: 0.2rem; border-radius: 0.24rem; }
.soft-item .pic img { border-radius: 0.24rem; }
.soft-item .con { width: 60%; overflow: hidden; float: left; }

.soft-item .con dt { height: 22px; line-height: 22px;  font-size: 15px;overflow:hidden;}
.soft-item .con dd { color: #999; height: 22px; line-height: 22px;font-size: 12px; overflow: hidden; }
.soft-item .con em { font-family: '宋体'; color: #e6e6e6; }
.soft-item .btn { float: right; margin-top: 0.35rem; }
.soft-item + .soft-item:after { content: ''; position: absolute; top: 0; left: 0.3rem; right: 0.3rem; height: 1px; background: #e5e5e5; }
.soft-item-rec { background: url(../images/soft-item-bg.jpg) no-repeat center bottom; background-size: 100%; }
.soft-item-rec + .soft-item:after { left: 0; right: 0; }
.soft-list2 .soft-item {float:left; width: 25%; text-align: center; height: auto; padding: 10px 0; }
.soft-list2 .soft-item:after { content: none; }
.soft-list2 .soft-item .pic, .soft-list2 .soft-item .con, .soft-list2 .soft-item .btn { float: none; }
.soft-list2 .soft-item .pic { margin: 0; }
.soft-list2 .soft-item .con { width: auto; }
.soft-list2 .soft-item .time { font-size:12px;color:#666;}
.soft-list2 .soft-item .btn { margin-top: 0.05rem; }
.soft-list2 .soft-item dt { padding: 0 0.1rem; }
.soft-list3 { background: none; padding: 0 0.25rem 0.4rem; }
.soft-list3 .soft-item { background: #FFF; text-align: center; height: auto; padding: 0 0 0.2rem; margin: 0 0.13rem; overflow: visible; border-radius: 0.1rem; width: 20%; }
.soft-list3 .soft-item:after { content: none; }
.soft-list3 .soft-item .pic, .soft-list3 .soft-item .con, .soft-list3 .soft-item .btn { float: none; }
.soft-list3 .soft-item .pic { margin: -0.6rem 0 0 0; border: 0.04rem solid #FFF; }
.soft-list3 .soft-item .con { width: auto; }
.soft-list3 .soft-item .btn { margin-top: 0.05rem; }
.soft-list3 .soft-item dt { padding: 0 0.1rem; }
.section-tabs { background: url(../images/section-bg.jpg) no-repeat; background-size: 100% auto; }
.section-tabs .section-hd { background: none; border: none; margin-bottom: 0.95rem; }
.section-tabs .section-hd .name { display: inline-block; margin-right: 0.4rem; color: #FEFEFE; font-size: 0.3rem; }
.section-tabs .section-hd .name .more { display: none; }
.section-tabs .section-hd .name.on { font-size: 0.34rem; border-bottom: 0.04rem solid #FFF; }
.section-tabs .section-hd .name.on .more { display: inline-block; }
.section-tabs .section-hd .more { color: #FFF; }
.section-tabs2 .section-hd { text-align: center; }
.section-tabs2 .section-hd .name { display: inline-block; margin-right: 0.4rem; font-size: 0.3rem; position: relative; }
.section-tabs2 .section-hd .name.on { color: #1577FF; }
.section-tabs2 .section-hd .name.on:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0.04rem; background: #1577FF; }
.section-category { margin-bottom: 0; }
.section-category .section-hd .title { text-align: left; }
.category-nav a { display: inline-block; font-size: 0.28rem; line-height: 0.46rem; padding: 0 0.22rem; color: #333; margin-right: 0.3rem; }
.category-nav a.on { background-color: #1577FF; color: #fefefe; }
.section-tops { background: #1577FF; background-size: 100% auto; overflow: hidden; }
.section-tops .section-hd { background: none; border: none; margin-top: 0.1rem; margin-bottom: 0.3rem; }
.section-tops .section-hd .title { font-weight: bold; color: #FFF; text-align: left; }
.section-tops .section-hd .icon-top { vertical-align: -3px; width: 0.35rem; height: 0.35rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzMzM0M2RDU3OERBMTFFN0I4ODNEODM5MEJFM0VENzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzMyREZBNjk3OERBMTFFN0I4ODNEODM5MEJFM0VENzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGVhNjEyNmItZWNmOC1kNDQwLTk4ZmMtNDllMTFlMTgyY2EzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDZhZDI0YjMtNzczMC0xMWU3LTg5ZmYtOTMwYTBjNzU0NmQ0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VVUiIwAAAk1JREFUeNrcmD1IHEEUx3fXL1BQcxHBpLBQC4MRxEBAEBvBwsYUQQtBEUQQSyEQC8EyWqSwsDRVwjU2IXBge1poApIigYgWCgp+nQqecudt/g/ewjC5253Zmz2DD37c7uzsm//Oe/N1tuu6loKNg2nQDLJA6SVYBbgE38ACOPetTWICiLtm7AjE/NoKEjLnmrUffu3ZPmFqACeWeRvksP1jjs9LMSsaGyv0gHpmBr9DeZ7VgVcRiLkCW3nKUyTmDy5arf/AykEVX1N+7FFv8dCtBi8jaPMU7HKKUDs1oAPcUBbvc6Z/kbI75kZjH6R2Wrg8S+qOWfGzPF9xH0HPXEv3z722SMwm37TLyQ0yJRAz6iU2iVkT5pVJoVIa3EUg5kyaWib4+jvFrAycc9xuQZMQz4MIcmZQ8P9ZKO/2CvuFwlPwmssThoXcAwdUglWh/Ku8Ni1IL34CG4bFXIJFqcd/gfJ8C+UsyLmlswT3UsFVu41jeRiRAMrLJBjR2UJQbAcMC1kGjWG2EJ6tgCkDQzoHyvwqOApO5gzNL/OBNRS2ncT7IsNzrNKOrbghJ0uCnpC90gl+BlVyNBz28RZD196qCNEJk0cN2FYMTQa80fGvK8ZjCaR8hKzzPsUqhRiiHkyD3ywgDT6CrrA+ixHj8Y7F7BfryzEwf9SGGAxFj6YgHzbzoGKM2aMTc8G/On+VFDzE6dhT8EI46OV4qrf4MNbL5Tav0CR0R9W5ztpEZ+9UiA8eBnHTPePyge+JdLbKCoe9SqHXvOfKB8G/AgwAoC4OB1/CwxEAAAAASUVORK5CYII='); margin-right: 0.08rem; }
.section-tops .section-hd .more { color: #FFF; }
.section-tops .soft-list3 .soft-item {width:90px; display:inline-block; background: #FFF; text-align: center; height: auto; padding: 0 0 0.2rem; margin: 0 0.13rem; overflow: visible; border-radius: 0.1rem; }
.section-tops .soft-list3 .soft-item:after { content: none; }
.section-tops .soft-list3 .soft-item .pic, .section-tops .soft-list3 .soft-item .con, .section-tops .soft-list3 .soft-item .btn { float: none; }
.section-tops .soft-list3 .soft-item .pic { margin: 0.5rem 0 0 0; border: 0.04rem solid #FFF; }
.section-tops .soft-list3 .soft-item .con { width: auto; margin-bottom: 0.05rem; }
.section-tops .soft-list3 .soft-item .con dd { font-size: 0.22rem; }
.section-tops .soft-list3 .soft-item .btn { margin-top: 0.05rem; position: static; }
.section-tops .soft-list3 .soft-item .num { top: 0.4rem; left: 6px; margin-left: 0; }
.section-tops .soft-list3 .soft-item:nth-child(1) .num { background-image: url(../images/mark1.png); color: #FFF; }
.section-tops .soft-list3 .soft-item:nth-child(2) .num { background-image: url(../images/mark2.png); color: #FFF; }
.section-tops .soft-list3 .soft-item:nth-child(3) .num { background-image: url(../images/mark3.png); color: #FFF; }
.section-tops .soft-list4 .soft-item .con dt, .section-tops .soft-list4 .soft-item .con dd { color: #FFF; }
.section-tops .soft-list4 .soft-item .pic { margin-left: 0.1rem; background-color: #FFF; }
.section-tops .soft-list4 .btn { background: none; color: #FFF; }
.section-tops .soft-list { white-space:nowrap;background: none; overflow-x:auto;overflow-y:hidden;}
.section-tops .num { position: absolute; left: 0.3rem; top: 0.28rem; width: 0.42rem; height: 0.52rem; line-height: 1.3; background: url(../images/mark.png) no-repeat; background-size: 100%; text-align: center; font-size: 0.34rem; color: #666; font-weight: bold; }
.category-list { padding: 0.4rem 0 0.1rem 0.3rem; }
.category-list.none { display: none !important; }
.category-item { width: 22%; height: 0.8rem; line-height: 0.8rem; text-align: center; overflow: hidden; border: 0.02rem solid #e5e5e5; margin-bottom: 0.3rem; border-radius: 0.08rem; margin-right: 2.7%; }
.category-item:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.tag-list .tag { width: 25%; height: 0.8rem; line-height: 0.8rem; text-align: center; background: #f7f7f7; font-size: 0.24rem; }
.tag-list .tag:nth-child(8n + 2), .tag-list .tag:nth-child(8n + 4), .tag-list .tag:nth-child(8n + 5), .tag-list .tag:nth-child(8n + 7) { background: #FFF; }
.tag-list .tag:active { background: #ddd; }
.tag-list .tag .arrow { width: 0.12rem; height: 0.12rem; margin-left: 0.05rem; }
.ios-show, .ios .and-show { display: none !important; }
.android .and-show, .ios .ios-show { display: block !important; }
.page-detail { background-color: #f2f2f2; }
.page-detail .section { margin-bottom: 0.3rem; }
.ad-box { position: relative; }
.ad-box:after { content: ''; position: absolute; left: 0; top: 0; width: 0.38rem; height: 0.25rem; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAZCAIAAADSc8uBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjRERkY3MDM0QjFGMTFFN0EyRDBBNTA2MUZBOUVBQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjRERkY3MDI0QjFGMTFFN0EyRDBBNTA2MUZBOUVBQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjFlNTllNGUtODRmOS0zYzRiLThkMjMtNTE5ZGI4NDU2NzhiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmFiNTJkZmQ2LTZiN2YtNzE0ZC04MmQzLTU3ZTJjNjIzNTIyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psce2jMAAAFFSURBVHja7FXPq0VQEL73UYRQNhIRWcr/v/UfyMISG79KIYqi3pS6iXM593bf3TzfQs7Mmb75xsy4e553+y5+bl/HRfmfKFVVtSzrwCvL8vLuuq5hGB+g7LpOURRRFJFecL2q8r6fS47jNrIoihrHcW3xfR+eoM+27b7v53mGI8Mw8LK+uVzbgESYSJLn+SAITvMFiWmaVlW1HE3TBPqiKI6jyGeOuq6PI6HUkFySJNM0LZZF4mkg+XbjASXog/ZZ118QhE0HxXH8McpF1vpYliVO1PuU+/QxgaCkaXrTnwe1dRznmRcaEPldEZQsy0LjYabcti1yEmAtvLAKJElqmubvFh65X2AEQeR5jhkPl5GLCexYlDBnmqZlWfYYtVPAYOi6jrRjUQJTGIans/zAMAxRFCFLArsQvLg79vpFX5S4+BVgAGEtgza6ZbtjAAAAAElFTkSuQmCC') no-repeat; background-size: 100%; }
.ad-box .pic { display: block; width: 100%; }
.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: 10px 10px 5px 10px; overflow: hidden;min-height: 150px;}
.soft-info .bd { overflow: hidden; }
.soft-info .pic { width: 1.4rem; height: 1.4rem; float: left; margin-right: 0.3rem; border-radius: 12px;}
.soft-info .con { overflow: hidden; margin-bottom: 0.25rem; }
.soft-info .con dt, .soft-info .con dd { float: left; }
.soft-info .con dt { width: 100%; padding:3px 0 3px 0; }
.soft-info .con dt h1{display:block;font:15px "\5FAE\8F6F\96C5\9ED1";max-height:40px;}
.soft-info .con dd { width: 50%; font-size: 0.24rem; color: #999; line-height: 0.4rem; }
.soft-info .con dd a{color:#1577FF;}
.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: #1577FF; color: #fff; border: 1px solid #1577FF; 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: #1577FF; }
.soft-info .btn-none { background: #FFF; border-color: #9a9a9a; color: #9a9a9a; }
.soft-remark { background: #FFF; margin-top: 10px;}
.soft-remark .bd{padding: 10px;}
.soft-remark.show .text-inner { height: auto; }
.soft-remark.show .text-toggle { display: none; }
.soft-remark.show .text-toggle-hide { display: block; }
.soft-remark .hd { font-size: 0.3rem; margin-bottom: 0.1rem; }
.soft-remark .text { position: relative; padding-bottom: 0; color: #666; text-align: justify; text-justify: inter-ideograph; word-break: break-all; }
.soft-remark .text img {display:block;max-width: 80%; height: auto !important;max-height:420px;margin:0 auto; }
.soft-remark .text iframe{display:block;margin:auto;}
.soft-remark .text-inner { line-height: 26px; margin:0 0 5px 0; overflow: hidden; }
.soft-remark .text-inner a{ color:#1577FF;}
.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: inline-block; display:none;width: 1rem; line-height: 0.4rem; position: absolute; right: 0; background: #ebf5ff; color: #1577FF; text-align: center; border: 1px solid #1577FF; border-radius: 0.05rem; font-size: 0.2rem; }
.soft-remark .text-toggle .arrow { margin-left: 0.1rem; vertical-align: 0.06rem; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.soft-remark .mip-showmore-btn.text-toggle { padding: 0; }
.soft-remark .mip-showmore-btn.text-toggle:after { content: ''; display: inline-block; color: inherit; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; margin-left: 0.1rem; vertical-align: 0.06rem; width: 0.12rem; height: 0.12rem; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.soft-remark .mip-showmore-boxshow + .text-toggle:after { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); vertical-align: 0.01rem; }
.soft-remark .text-toggle-hide { display: none; }
.soft-remark .text-toggle-hide:after, .soft-remark .text-toggle-hide .arrow { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); vertical-align: -0.02rem; }
.soft-focus { height: 0; overflow: hidden; padding-bottom: 56%; background-color: #fff; position: relative; margin-top: 0.3rem; margin-bottom: 0.2rem; }
.soft-focus .tempWrap { position: absolute !important; height: 100%; }
.soft-focus .bd { height: 100%; }
.soft-focus .bd li { width: 100%; height: 100%; position: relative; float: left; display: inline !important; }
.soft-focus .bd .pic { display: block; position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.soft-focus .pageState { display: none; position: absolute; right: 0.2rem; bottom: 0.25rem; font-size: 0.26rem; color: #FFF; z-index: 10; }
.soft-focus .pageState .cur { font-size: 0.34rem; color: #45A5FF; }
.soft-focus .pageState .line { opacity: 0.7; margin: 0 0.05rem; position: relative; top: -0.02rem; }
.soft-focus .prev, .soft-focus .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; }
.soft-focus .prev .arrow, .soft-focus .next .arrow { position: relative; }
.soft-focus .prev .arrow { -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); left: 0.04rem; }
.soft-focus .next .arrow { left: -0.04rem; }
.soft-focus .next { left: auto; right: 0.3rem; }
.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; }
.section-top .section-hd { border: none; position: relative; top: 0.2rem; margin-bottom: -0.1rem; vertical-align: top; }
.section-top .section-hd .title { text-align: left; }
.comments { padding: 0 0.3rem 0.1rem; }
.comments .hd { line-height: 0.5rem; margin-bottom: 0.2rem; overflow: hidden; }
.comments .hd .title { float: left; font-size: 0.3rem; }
.comments .hd .count { float: right; font-size: 0.2rem; color: #999; }
.comments .hd .count dt, .comments .hd .count dd { display: inline; }
.comments .bd .form-textarea { height: 2rem; }
.comments-post { margin-bottom: 0.3rem; }
.comments-post .form-textarea { display: block; width: 100%; height: 1.5rem; resize: none; padding: 0.3rem; font-size: 0.3rem; margin-bottom: 0.2rem; border: 1px solid #e5e5e5; border-radius: 0.06rem; transition: border-color 0.3s; }
.comments-post .form-textarea:focus { border-color: #1577FF; }
.comments-post .form-alert { font-size: 0.22rem; color: #b2b2b2; line-height: 0.6rem; -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.comments-post .btn[disabled] { border-color: #c7def3; background: #c7def3; }
.comments-list { margin-top: 0.4rem; }
.comments-floor { border-top: 1px dashed #dfdfdf; padding: 0.3rem 0 0.1rem; }
.comments-floor-hd { color: #999; margin-bottom: 0.15rem; }
.comments-floor-hd .name { font-size: 0.3rem; }
.comments-floor-hd .time { font-size: 0.2rem; color: #b2b2b2; }
.comments-floor-hd .opr { margin-left: 0.25rem; margin-right: -0.1rem; position: relative; padding: 0.1rem; }
.comments-floor-hd .opr.on { color: #1577FF; }
.comments-floor-hd .opr.on .icon-parse { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdDQjk0OUE0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdDQjk0OTk0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTJlNGVhMjItYzhlMC1lMDQzLWIyMWMtNGE5YWQ1YTM3MDdmIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmFiNTJkZmQ2LTZiN2YtNzE0ZC04MmQzLTU3ZTJjNjIzNTIyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhG4yW4AAAEdSURBVHjaYvz//z8DLuC2DEMoCIijgPgnEE8B4uMMeMAuoEoWBuJBNBAvQeKDLHIG4n34NDGRYEEdFrF2QppIsYAXi5g0tSzgAGJ+LOKcQMxODQtsgZgLi/h/KKbYgjYc4l+A+BelFnQBsQkOuSOENLPgSP8gi1WBuBWIg/HoB6mZjkX8JRCvBOLrjK5L/wdBw5gRiD8DM0ct0AJJIPsZA+XADeSDtWiCtUD8j4E6YCET1Dsw8AYpdVADSIIs+MNAO/CIiYG24BitLThBawuOsNDQ8LfAJH+Wlj44SWpxTSo4TmsLTtDSAlBJcApmAS0suQLEn2AWSCJJiOArZUkAzcjFdQ5Sef8JqSKZT2K5xAwqjYF4DxBvhAkCBBgABQc4NLJalaMAAAAASUVORK5CYII='); -moz-transition: background-image 0.1s 1s; -o-transition: background-image 0.1s 1s; -webkit-transition: background-image 0.1s; -webkit-transition-delay: 1s; transition: background-image 0.1s 1s; }
.comments-floor-hd .opr.on:before { opacity: 1; -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.comments-floor-hd .opr-parse:before, .comments-floor-hd .icon { display: inline-block; vertical-align: 0; width: 0.24rem; height: 0.24rem; background-repeat: no-repeat; background-size: 100% 100%; margin-right: 0.05rem; }
.comments-floor-hd .icon-parse { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdEN0M5OUM0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdEN0M5OUI0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTJlNGVhMjItYzhlMC1lMDQzLWIyMWMtNGE5YWQ1YTM3MDdmIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmFiNTJkZmQ2LTZiN2YtNzE0ZC04MmQzLTU3ZTJjNjIzNTIyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po4lpBoAAAHkSURBVHjatFXPSwJREJ5VsQwlQQ9Kil5EvYl49RT0B9TN7p76F+wSFXQOQi8RdOnQoXt0UcoN8hR0EAQ75K9VYRV188c2I7uSqaum+8HH7Jt9b759+2bmMaIowiwkEom/rn1kBCkgL5EvoIBoNAo6WByHTqfz1uVyQb/fh2w2G+E4bhf9T0qLNEsIHHu9XkARcLvd4PP5yHc+b9EyAiaj0TgaWK1WMjvrEthEbuv1+pFDq9WSMSA31iEQttlsW1LQIaTkECWuLHDm8XjGHL1ej0wT+b2qwAUGDzkcjjFnpVIhk5q3WDcj/0mYPvkUgx8EAoHJEzeZQJpzNSVECXmH/GDi8TgVTxjJIBtYHDEUsBsMhi+/3w+UmrNQrVahXq9P+DudDuTzeeB5fo92cB8MBocvMpkMmRhyQIeoFJxgsViGnAaz2QzJZPKGfkWJqpOKB8HJSQIrQjozOwn0lPrRf9Fqtch8akAlSFn2rJoAJQAirfYOUqoICIIAtVqtiin/plHx97DLtuuFgRcRyLedmjtIqyJANVUsFgf4+CoLrFWkXC6TeUfycje1FwqF0U0od1mGYSCXyy0cmOZ3u10olaiRwsnvdn3EsmxIGvOSbbbb7Wv0L9OX6LprIB+RD7LzR4ABADGfojyl03AKAAAAAElFTkSuQmCC'); }
.comments-floor-hd .icon-msg { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdDRDFCM0M0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdDRDFCM0I0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTJlNGVhMjItYzhlMC1lMDQzLWIyMWMtNGE5YWQ1YTM3MDdmIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmFiNTJkZmQ2LTZiN2YtNzE0ZC04MmQzLTU3ZTJjNjIzNTIyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqZ0DfAAAAGjSURBVHjazNZNKARhGMDxmfXRZpXDXkXJgUjJRdbNSQ5OiuIgmRsXJQcnHIREcjClkCI5kY9yIIXiokiUXKU2KRf52PF/17M1za7Zj2bjqd/OvPPOPO/Mvs+7s7plWVo2I9c0zTK2iwghz4OcHzhBj2EYDz52lrGDAHQPBCSfyqupARowKyNrHj3BjOSNDuDzMHksPiXvz0c2408GGMWVbO3RhxvMI8d2vAPXWEVhXJk62o0Ylv1qHOAYJVIIqkoqcYhNFGEJ+ajCJabcnuDd0X6zVYaV4LyITOhv18c9wTkG0Iw9aat4RDe6cIptOf6KNvTjDmayAVRMC2esCGfsiv9TRZ4PoCbJ73Fef2zy1RwcYQwL+Epy4TNeHMdUiRbb2mqNGJI3OkCn1Pi+S+ICBFFjG0CtiXaMSJ6I7fwLyRvteJIT3UItpjBupR2SBaXuvjd2twlfOCl8n/VokhVcjgnUYQjrjgWYdhWp/jlMYlzeVGeowFqy5Kk8gZqsWpRiQ35vwmm9k136glJdWxjEfUYvfZe+FrTK15Jx6Nn+2/ItwAASZVmb1o8mDwAAAABJRU5ErkJggg=='); position: relative; top: 0.02rem; }
.comments-floor-hd .opr-parse:before { content: ''; position: absolute; margin-top: 0.03rem; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYjUyZGZkNi02YjdmLTcxNGQtODJkMy01N2UyYzYyMzUyMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdDQjk0OUE0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdDQjk0OTk0QjVFMTFFN0I4NUVCNTcwNjYwMTdFQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTJlNGVhMjItYzhlMC1lMDQzLWIyMWMtNGE5YWQ1YTM3MDdmIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmFiNTJkZmQ2LTZiN2YtNzE0ZC04MmQzLTU3ZTJjNjIzNTIyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhG4yW4AAAEdSURBVHjaYvz//z8DLuC2DEMoCIijgPgnEE8B4uMMeMAuoEoWBuJBNBAvQeKDLHIG4n34NDGRYEEdFrF2QppIsYAXi5g0tSzgAGJ+LOKcQMxODQtsgZgLi/h/KKbYgjYc4l+A+BelFnQBsQkOuSOENLPgSP8gi1WBuBWIg/HoB6mZjkX8JRCvBOLrjK5L/wdBw5gRiD8DM0ct0AJJIPsZA+XADeSDtWiCtUD8j4E6YCET1Dsw8AYpdVADSIIs+MNAO/CIiYG24BitLThBawuOsNDQ8LfAJH+Wlj44SWpxTSo4TmsLTtDSAlBJcApmAS0suQLEn2AWSCJJiOArZUkAzcjFdQ5Sef8JqSKZT2K5xAwqjYF4DxBvhAkCBBgABQc4NLJalaMAAAAASUVORK5CYII='); opacity: 0; -moz-transform: scale(3); -ms-transform: scale(3); -webkit-transform: scale(3); transform: scale(3); -moz-transition: opacity 0.4s, -moz-transform 0.4s; -o-transition: opacity 0.4s, -o-transform 0.4s; -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; transition: opacity 0.4s, transform 0.4s; }
.comments-floor-bd { margin-top: 0.2rem; }
.comments-floor-bd .text { font-size: 0.3rem; background: #FFF; padding: 0.2rem 0.3rem; margin-bottom: 0.3rem; border: 1px solid #e5e5e5; border-radius: 0.1rem; position: relative; z-index: 2; }
.comments-floor-bd .say { position: absolute; z-index: -1; left: 0.6rem; top: -0.22rem; width: 0.5rem; height: 0.22rem; overflow: hidden; -moz-transform: skewX(6deg); -ms-transform: skewX(6deg); -webkit-transform: skewX(6deg); transform: skewX(6deg); }
.comments-floor-bd .say:before, .comments-floor-bd .say:after { content: ''; position: absolute; width: 0; height: 0; border: 0.3rem solid #e5e5e5; border-right-color: transparent; border-top-color: transparent; }
.comments-floor-bd .say:after { border-left-color: #fff; border-bottom-color: #fff; margin-top: 2px; margin-left: 1px; }
.comments-floor-bd .reply { margin-top: -0.1rem; margin-bottom: 0.1rem; font-size: 0.3rem; min-height: 1px; }
.comments-floor-bd .reply li { padding: 0.06rem 0.3rem; }
.comments-floor-bd .reply-title { color: #999; }
.comments-more { text-align: center; line-height: 0.85rem; color: #ccc; font-size: 0.26rem; border-top: 1px dashed #dfdfdf; }
.comments-more .link { display: inline-block; }
.comments-more .arrow { -webkit-transform: rotate(45deg); transform: rotate(45deg); position: relative; top: -0.03rem; left: 0.1rem; }
.page-content-comments { padding-bottom: 2.7rem; }
.page-content-comments + .page-footer { bottom: 1rem; }
.comments-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background-color: #FFF; padding: 0.16rem 0.3rem; box-shadow: 0px 3px 16px #b7b7b7; }
.comments-bar .msg { height: 0.66rem; line-height: 0.66rem; border: 1px solid #cccccc; border-radius: 0.06rem; color: #ccc; font-size: 0.24rem; text-indent: 0.2rem; }
.comments-bar .num { margin: 0.15rem 0 0 0.25rem; color: #999; font-size: 0.22rem; }
.comments-bar .icon-msg2 { display: inline-block; vertical-align: -0.1rem; width: 0.36rem; height: 0.31rem; background: url(../images/msg2.png) no-repeat; background-size: 100% 100%; margin-right: 0.11rem; }
.comments-bar + .totop { bottom: 1.2rem; }
.relevant-soft { margin-bottom: 0; }
.wd-download { position: relative; }
.wd-download.checked .icon-check { background-color: #1577FF; }
.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: 1.9rem; position: absolute; top: 0; right: 0; font-size: 0.32rem; }
.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 { background: #fff7e3; padding: 0.12rem 0.1rem 0.12rem 0.2rem; margin: 0.1rem 0; font-size: 0.28rem; color: #ff5223; }
.wd-download .txt a { color: #3baaff; }
.images-preview-cover .page-header { visibility: hidden; }
.images-preview-cover .images-preview { visibility: visible; }
.images-preview-cover .images-preview .slide_ul { display: block; }
.images-preview { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1000; background: rgba(0, 0, 0, 0.3); visibility: hidden; }
.images-preview .slide_ul { display: none; }
.images-preview .close { position: absolute; left: 50%; margin-left: -0.33rem; margin-top: -1.3rem; width: 0.66rem; height: 0.66rem; cursor: pointer; background: url(../images/close.png) no-repeat center; background-size: 100% 100%; }
.images-preview .cont { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: rgba(255, 255, 255, 0.85); margin-top: 0.33rem; padding-top: 0.3rem; }
.images-preview .bd li { width: 100%; float: left; text-align: center; padding: 0 0.3rem; }
.images-preview .bd img { max-width: 100%; max-height: 500px; vertical-align: top; }
.images-preview .hd { text-align: center; padding: 0.2rem 0; }
.images-preview .hd ul { display: inline-block; }
.images-preview .hd li { width: 0.18rem; height: 0.16rem; border-radius: 0.1rem; background: #9ca09e; text-indent: -9999px; margin: 0 0.05rem; float: left; }
.images-preview .hd li.on { width: 0.22rem; background: #1577FF; }
.page-detail { background: #f2f2f2; }
.art-detail { padding: 0.3rem; background: #FFF; margin-bottom: 0.3rem; }
.art-detail img { max-width: 100%; height: auto !important; }
.art-detail .title { font-size: 0.46rem; font-weight: bold; color: #2c2c2c; line-height: 0.54rem; }
.art-detail .info { padding: 0.3rem 0; font-size: 0.24rem; color: #aaa; }
.art-detail .date { margin-right: 0.45rem; }
.art-detail .text { font-size: 0.3rem; line-height: 2; color: #666; text-align: justify; text-justify: inter-ideograph; word-break: break-all; }
.art-detail .games { text-align: center; padding-top: 0.5rem; }
.art-detail .games a { color: #45a5ff; }
.art-detail .games img { width: 40%; }
.art-detail .soft-item { height: 1.72rem; padding: 0.22rem; border: 1px solid #E9E9E9; border-radius: 2px; margin: 0.2rem 0; }
.art-detail .soft-item .btn { margin-top: 0.28rem; }
.related-games .section-hd .title, .related-news .section-hd .title { text-align: left; }
.related-news .section-bd { padding: 0.2rem 0; }
.related-news .section-bd li { font-size: 0.26rem; line-height: 2; color: #50504e; padding: 0 0.3rem; }
.related-news .section-bd .link { display: inline-block; vertical-align: top; height: 0.48rem; max-width: 5.4rem; overflow: hidden; }
.related-news .section-bd .time { color: #999; float: right; }
html.mip-i-android-scroll, body.mip-i-android-scroll { height: 100% !important; }
html.noscroll { overflow: hidden !important; }
.index-focus .mip-carousel-preBtn, .index-focus .mip-carousel-nextBtn { display: none; }
.index-focus .mip-carousel-indicatorbox { right: 0.2rem; bottom: 0.25rem; font-size: 0.26rem; color: #FFF; letter-spacing: 0.04rem; }
.index-focus .mip-carousel-indicatornow { font-size: 0.34rem; color: #45A5FF; }
.section-tabs .mip-vd-tabs-nav { margin-bottom: 0.8rem; display: block; text-align: left; background: none; height: 0.8rem; padding: 0 0.3rem; }
.section-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-li { display: inline-block; font-size: 0.3rem; width: auto; height: 0.8rem; line-height: 0.8rem; color: #FFF; margin-right: 0.4rem; padding: 0; }
.section-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { border-bottom: 0.04rem solid #fff; font-size: 0.34rem; }
.section-tabs .mip-vd-tabs-content { position: relative; }
.section-tabs .mip-vd-tabs-content .more { position: absolute; top: -1.4rem; right: 0.3rem; color: #fff; font-size: 0.26rem; }
.section-tabs2 .mip-vd-tabs-nav { display: block; text-align: center; border-bottom: 1px solid #e5e5e5; height: 0.8rem; }
.section-tabs2 .mip-vd-tabs-nav .mip-vd-tabs-nav-li { display: inline-block; font-size: 0.3rem; width: auto; padding: 0; margin: 0 0.2rem; height: 0.8rem; line-height: 0.8rem; }
.section-tabs2 .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { border-bottom: 0.04rem solid #45a5ff; color: #45a5ff; }
.section-tabs3 .mip-vd-tabs-nav { border-bottom: 1px solid #e5e5e5; text-align: center; height: 0.8rem; padding: 0 0.3rem; }
.section-tabs3 .mip-vd-tabs-nav .mip-vd-tabs-nav-li { font-size: 0.3rem; padding: 0; height: 0.8rem; line-height: 0.8rem; }
.section-tabs3 .mip-vd-tabs-nav .mip-vd-tabs-nav-selected { border-bottom: 0.04rem solid #45a5ff; color: #45a5ff; }
.section-mip-tabs { position: relative; }
.section-mip-tabs .title { position: absolute; top: 0; left: 0.3rem; font-size: 0.34rem; line-height: 0.8rem; }
.section-mip-tabs .mip-vd-tabs-row-tile { height: 0.8rem; line-height: 0.8rem; border-bottom: 1px solid #e5e5e5; }
.section-mip-tabs .mip-vd-tabs-row-tile .mip-vd-tabs-nav-li { float: left; width: auto; padding: 0; font-size: 0.26rem; height: 0.8rem; line-height: 0.8rem; }
.section-mip-tabs .mip-vd-tabs-row-tile .mip-vd-tabs-nav-li + .mip-vd-tabs-nav-li:before { content: '/'; margin: 0 0.25rem; color: #d9d9d9; }
.section-mip-tabs .mip-vd-tabs-row-tile .mip-vd-tabs-nav-selected { color: inherit; border: 0; }
.section-mip-tabs .mip-vd-tabs-row-tile .mip-vd-tabs-nav-selected .name { color: #45a5ff; }
.section-mip-tabs .mip-vd-tabs-nav { display: block; float: right; height: 0.8rem; line-height: 0.8rem; }
.friendlink .mip-friend-link { line-height: 20px; font-size: 12px; padding-right: 0.48rem; }
.friendlink .mip-showmore-btn { padding: 0; position: absolute; right: 0; top: 2px; width: 0.48rem; height: 0.3rem; line-height: 0.3rem; text-align: center; background: #dbdbdb; color: #666; font-size: 0; }
.friendlink .mip-showmore-btn:before { content: ''; display: inline-block; vertical-align: 0.02rem; width: 0.16rem; height: 0.16rem; color: inherit; border-right: 1px solid #888; border-bottom: 1px solid #888; position: absolute; top: 0.01rem; left: 0.09rem; -webkit-transform-origin: 70% 70%; transform-origin: 70% 70%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -moz-transition: -moz-transform 0.4s; -o-transition: -o-transform 0.4s; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.friendlink .mip-showmore-open:before { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.mip-section-hd { padding: 0; border: 0; }
.mip-section-hd .mip-accordion-header { position: relative; z-index: 101; padding: 0 0.3rem; background: #FFF; border-bottom: 1px solid #e5e5e5; overflow: hidden; }
.mip-section-hd .mip-accordion-header .show-more, .mip-section-hd .mip-accordion-header .show-less { float: left; font-size: 0.34rem; padding-right: 0.2rem; }
.mip-section-hd .mip-accordion-header .arrow { vertical-align: 0.08rem; margin-left: 0.2rem; }
.mip-section-hd .mip-accordion-header .show-more .arrow { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mip-section-hd .mip-accordion-header .show-less .arrow { vertical-align: -0.01rem; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.mip-section-hd .category-menu { opacity: 1; visibility: visible; box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5); }
.mip-section-hd + .section-mip-tabs { position: static; margin-top: -0.8rem; }
.mip-section-hd + .section-mip-tabs .mip-vd-tabs-nav { position: relative; z-index: 100; }
mip-semi-fixed div[mip-semi-fixed-fixedStatus] { max-width: 750px; position: relative !important; }
.section-hd .mip-nav-wrapper { margin-left: -0.3rem; margin-right: -0.3rem; }
.mip-nav-wrapper { height: 0.8rem; margin-bottom: -0.8rem; }
.mip-nav-wrapper .navbar-header { height: 0.8rem; position: relative; }
.mip-nav-wrapper .navbar-brand { display: inline-block; font-size: 0.34rem; height: 0.78rem; line-height: 0.78rem; padding-right: 0.2rem; margin: 0 0 0 0.3rem; padding: 0; white-space: nowrap; }
.mip-nav-wrapper .navbar-brand:after { content: ''; display: inline-block; vertical-align: 0.02rem; width: 0.16rem; height: 0.16rem; color: #666; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; position: relative; top: -0.05rem; left: 0.1rem; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 75% 75%; transform-origin: 75% 75%; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.mip-nav-wrapper .navbar-toggle { position: absolute; margin: 0; padding: 0; position: absolute; left: 0.3rem; top: 0; z-index: 10; width: 25%; height: 0.8rem; }
.mip-nav-wrapper .navbar-toggle span { display: none !important; }
.mip-nav-wrapper #bs-navbar { height: 0; transition: height .3s; width: 100%; left: 0; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; z-index: 1000; border: 0; float: none; position: absolute; background: rgba(0, 0, 0, 0.5); }
.mip-nav-wrapper .category-menu { position: relative; visibility: visible; opacity: 1; }
.mip-nav-wrapper #navbar-wise-close-btn { text-align: center; left: 50%; margin-left: -20px; margin-top: 20px; }
.mip-nav-wrapper #navbar-wise-close-btn.down { background: none !important; }
.mip-nav-wrapper2 { margin-bottom: 0; border-bottom: 1px solid #e5e5e5; }
.noscroll .mip-nav-wrapper .navbar-brand:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.mip_botblock { padding: 0.2rem 0; background: #fff; }
.mip_botblock .pbtn { text-align: center; }
.mip_botblock .pbtn a { display: inline-block; width: 1.95rem; font-size: 0.24rem; line-height: 0.4rem; padding: 0.1rem 0; border-radius: 0.1rem; background: #1577FF; color: #FFF; }
.mip_pbotlogo { margin-bottom: 0.1rem; }
.mip_pbotlogo .pic, .mip_pbotlogo mip-img { display: block; width: 1.9rem; height: 1.52rem; margin: 0 auto; }
.mip-list-more, .mip-infinitescroll-loading { text-align: center; position: relative; line-height: 0.8rem; color: #999; }
.mip-list-more:after, .mip-infinitescroll-loading:after { content: ''; position: absolute; top: 0; left: 0.3rem; right: 0.3rem; height: 1px; background: #e5e5e5; }
.mip-list-more .soft-list-loader, .mip-infinitescroll-loading .soft-list-loader { margin-bottom: 0; }
html[mip] body { -webkit-animation: none !important; animation: none !important; }
html[mip]:not(.mip-i-android-scroll) body { overflow: hidden; }
html[mip]:not(.mip-i-android-scroll) body .preload { visibility: visible; }
.goTop{display:none;width:40px;height:40px;position:fixed;bottom:50px;right:10px;z-index:9999;background:rgba(0,0,0,0.5);border-radius:20px;}
.goTop img{padding:8px 8px;width:25px;height:25px;box-sizing: content-box;}
.page{padding:5px 0 15px;text-align:center;} 
.page a{background:#f5f5f5;border:1px solid #cccccc;display:inline-block;line-height:16px;margin:2px;padding:5px 10px;}
.page span{background:#1577FF;border:1px solid #1577FF;display:inline-block;line-height:16px;margin:5px;padding:5px 10px;color:#fff;}
.page a:hover,.page a.ui-btn-active,.page a.cur{background:#1577FF;border:1px solid #1577FF;color:#ffffff;text-decoration:none;}
/*editor*/
.author-intro {height:130px;margin:0;padding-top:10px;padding-bottom:10px;background-color:#fff;border-bottom:1px solid #f6f6f6;}
.author-intro .col-a {width:30%;height:90px;margin:0;text-align:center;float: left;overflow:hidden;}
.author-intro .col-b {width:70%;height:80px;padding:5px 0;float: left;overflow:hidden;}
.author-intro .col-c {width:100%;height:24px;overflow:hidden;float: left;}
.author-intro .col-c p {text-indent:20px;font-size:14px;}
.author-intro .col-a img {margin:5px;border-radius:50%;width:80px;height:80px;}
.author-intro .col-a a:hover img {border-radius:0;}
.author-intro .author-name {margin-bottom:5px;overflow:hidden;zoom:1;}
.author-intro .author-name strong ,.author-intro .author-name a {display:block;float:left;}
.author-intro .author-name strong {margin-right:25px;font-size:16px;color:#1577FF;}
.author-intro .author-name a {width:42px;height:20px;margin-right:10px;padding:0 5px 0 8px;line-height:20px;border-radius:3px;border:1px solid #e5e5e5;text-decoration:none;overflow:hidden;_line-height:22px;background-color:#fff;}
.author-intro .author-name .author-follow i {margin:5px 3px 0 0;_margin-right:0;}
.author-intro .author-name .author-up i {margin:4px 3px 0 0;_margin-right:0;float: left;}
.author-intro .author-name .author-up em {width:22px;display:block;float:left;text-align:center;}
.author-intro .author-name a:hover {background-color:#08A32C;color:#fff;border:1px solid #078424;}
.author-intro .author-name .author-follow:hover i {background-position:-30px 0;}
.author-intro .author-name .author-up:hover i {background-position:-30px -20px;}
.author-type {margin-bottom:4px;margin-top:3px;font-size:13px;line-height:18px;}
.author-type i {width:18px;height:18px;margin-right:5px;background:url(../images/sprite.png) no-repeat -60px -20px;display:block;float:left;}
.author-type span{padding-left:20px;}
.author-extra {margin-right:0px;}
.author-extra p {font-size:13px;}
.author-extra span ,.author-intro .col-c p span,.author-type span{color:#777;}
.author-extra em {margin-right:35px;line-height: 16px;}
.author-up i {width:14px;height:13px;background:url(../images/sprite.png) no-repeat 0 -20px;}
.author-up i {display:block;float:left;}

.menu_tab{padding:13px 3%;background: #fff;border-top: 1px solid #ddd;}
.menu_tab ul{width:100%;border:1px solid #1577FF;border-radius:5px;display:-webkit-box;display:-moz-box;text-align:center;overflow:hidden;}
.menu_tab ul li{display:block;height:30px;line-height:30px;text-align:center;font-size:16px;color:#1577FF;-webkit-box-flex:1;-moz-box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.menu_tab ul li:not(:last-child){border-right:1px solid #1577FF;}
.menu_tab ul li a{color:#1577FF;display:block;width:100%;height:100%;}
.menu_tab .tab_cur{background:#1577FF;color:#FFF;}
.menu_tab .tab_cur a{color:#FFF;}

.introshow{overflow:hidden;border-bottom:none; margin:0; line-height:16px; margin-top:10px;}
.introshow span{float:right;height:15px; line-height:15px; padding-right:24px;background:url(../images/all_ico.png) right -112px no-repeat; background-size:20px auto; color:#999;font-size: 13px;}
.introshow span.sq{background:url(../images/all_ico.png) 55px -124px no-repeat; background-size:20px auto;}

.biaoti{padding:2px 0px;color:#5b0;font-weight:bold;margin:10px 0 5px 0;font-size:15px;}
.biaoti span {color:#585858;padding-right:6px;padding-left:6px;cursor: pointer;font-size:16px;}
.biaoti span.cur {color:#0066cc;}
.pojie{padding:2px 6px;color:#ff0000;font-weight:bold;border-left:6px solid #1577FF;margin:10px 0 5px 0;font-size:15px;}

.labels{margin:5px 0;display:block;text-align:left;}
.labels a{margin:3px;color:#68c669;border-radius:3px;display:inline-block;background:#fff;border:1px solid #eee;padding:0 6px;}
.labels a:nth-child(1){color:#ff6214;}
.labels a:nth-child(2){color:#1f98ef;}
.labels a:nth-child(3){color:#8dbb00;}
.labels a:nth-child(4){color:#ff46cf;}

.Qimgs{background:#fff;margin:0;position:relative;overflow:hidden;height:265px;border-top:0px solid #ff6300;padding-top:0;}
.Qimgs ul{white-space:nowrap;padding-bottom:10px;overflow-y:auto;overflow-x:auto;}
.Qimgs li{display:inline-block;margin-right:6px;}
.Qimgs li img{width:auto;height:260px;}

/* .topdown,.topdowns,.package_topdown{margin-top:10px;} */
.topdown a,.topdowns a,.package_topdown a{background:#1577FF;margin: 0 1%;width:98%;height:32px;line-height:32px;text-align:center;font-size:14px;color:#fff;border-radius:5px;display:block;float:right;margin-bottom:8px;padding:0;border:0;box-sizing:content-box;}
.topdown a:before,.topdowns a:before{background:url(../images/iconDownload.png) no-repeat left center;content:'';display:inline-block;width:18px;height:18px;background-size:14px;margin:0 4px -4px 0;}
.topdown a.platform-1 {background:#1577FF;}
.topdown a.platform-1:before{display:inline-block;content:'';width:20px;height:20px;background:url(../images/an_btn.png) center no-repeat;background-size:28px;position:relative;top:4px;right:2px;margin:0;}
.topdown a.platform-2 {background:#2997ff;}
.topdown a.platform-2:before{display:inline-block;content:'';width:20px;height:20px;background:url(../images/ios_btn.png) center no-repeat;background-size:24px;position:relative;top:4px;right:2px;margin:0;}
.topdown a.pan {background:#408bff;}
.topdown a.pan:before{display:inline-block;content:'';width:20px;height:20px;background:url(../images/downPan.png) center no-repeat;background-size:20px;position:relative;top:5px;right:4px;margin:0;}




/*article*/
.article{padding:5px 10px;background:#fff;}
.article h1{font-size:18px;line-height:28px;padding:5px 0;}
.article  h1 a{position: relative;height: 17px;line-height: 18px;display: inline-block;margin-left: 7px;cursor: pointer;border-radius: 0px;color: #fff;text-align: center;font-size: 12px;font-weight: 100;padding: 0px 3px;margin-bottom:1px;font-family:serif;}
.article h1 a i{position:absolute;top:-6px;right:-4px;padding:0 3px;display:inline-block;background:red;border-radius:10px;font-size:12px;color:#fff;font-family: serif;line-height: initial;font-weight: 100;height:12px;line-height:12px;}
.article  h1 .special{background:#27afe7;}
.article  h1 .special em{position:absolute;left:-4px;top:4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #27afe7;}
.article  h1 .huodong{background:#fc5b79;}
.article  h1 .huodong em{position:absolute;left:-4px;top:4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #fc5b79;}
.article  h1 .libaos{background:#c740e3;}
.article  h1 .libaos em{position:absolute;left:-4px;top:4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #c740e3;}
.artinfo{position:relative;color:#858585;padding-bottom:8px;border-bottom:1px dotted #ddd;}
.artinfo span{margin-right:10px;}
.artinfo span.time:before,.artinfo span.author:before{content:'';display:inline-block;width:20px;height:16px;margin:-2px 0;}
.artinfo .time:before{background:url(../images/time.png) no-repeat center 1px;background-size:15px;}
.artinfo .author:before{background:url(../images/m_ico.png) no-repeat -18px 0;background-size:100px;}
.setFont{margin-right:0!important;}
.setFont a{display:inline-block;height:16px;background:#1577FF;line-height:16px;text-align:center;color:#fff;margin:0 3px;font-size:12px;border-radius:2px;padding: 0 3px;}
.setFont a:hover{background:#F5D34C;}
.artinfo .wxfollow{display:none;position:absolute;right:0;bottom:6px;padding:0 8px;margin:0;height:20px;line-height:21px;color:#1577FF;border:1px solid #1577FF;border-radius:4px;font-size:13px;}
.artbody{padding-top:5px;color:#333;line-height:26px;}
.artbody p{text-indent:2em;}
.artbody iframe{display:block;margin:auto;}
.artbody img{display:block;max-width:50%;height:auto;margin:5px auto;}
.artbody table{text-align:center;}
.artbody a{color:#1577FF;border-bottom:0px dotted #1577FF;}
.artbody strong,.artbody b{font-weight: bold;color:#333;}
a.swipebox{border-bottom:none;}

.pageBtn{text-align:center;margin:10px 0;display: block;overflow:hidden;}
.pageBtn a{color:#444;border:1px solid #ccc;padding:0 10px;border-radius:3px;margin-right:10px;display:inline-block;line-height:24px;margin-bottom:5px;}
.pageBtn a.cur,.pageBtn a.ui-btn-active{border:1px solid #1577FF;background:#1577FF;color:#fff;}
.app_soft{background:#fff;margin-top:10px;}
.app_article{background:#fff;margin-top:10px;}
.app_article .xg_main_ul{overflow: hidden;}
.app_article ul{padding:0 5px;overflow: hidden;}}
.app_article .xg_list,.app_article .xg_list ul{width:100%;height:185px;float:left;padding:0px;}
.app_article li{height:36px;line-height:36px;overflow:hidden;border-bottom:1px dashed #ccc;position:relative}
.app_article li:last-child{border-bottom:none;}
.app_article li a{height:38px;line-height:38px;overflow:hidden;display:block;padding-left:18px;}
.app_article li em{display:inline-block;width:4px;height:4px;background:#999;border-radius:50px;position:absolute;top:17px;left:8px;}
.app_article li.tm{position:relative;padding:0 70px 0 0;}
.app_article li.tm span{position:absolute;top:0;right:0;line-height:38px;font-size:12px;color:#999;}
.app_article li.tw{float:left;width:50%;box-sizing:border-box;}
.app_article li.tw a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.app_article li.tw:last-child{border-bottom:1px dashed #ccc;}



.appimg{display:inline-block;width:66px;height:66px;border-radius:8px;}
.hd_article,.hd1{display:-webkit-box;display:-moz-box;display:box;}
.hd_article span,.hd1 span{-webkit-box-flex:1.0;-moz-box-flex:1.0;box-flex:1.0;text-align:center;display:block;height:36px;line-height:36px;font-size:16px;}
.hd_article span a i{background:#f50;color:#fff;padding:1px 4px;border-radius:8px;letter-spacing:0.6px;font-size:12px;margin-left:4px;}
.hd_article span.cur,.hd1 span.cur{border-bottom:3px solid #1577FF;}
.AreaList{margin-top:10px;}
.AreaList ul,.ztlist ul{padding:10px 0;overflow:hidden;background:#fff;}
.AreaList li,.ztlist li,.guessList li{float:left;width:25%;text-align:center;margin-bottom:10px;} 
.AreaList li .gameTit,.ztlist li .gameTit,.guessList .gameTit{height:26px;line-height:26px;font-size:13px;overflow:hidden;}
.AreaList li .downbtn{display:block;background:#1577FF;color:#fff;width:66px;height:24px;line-height:24px;margin:0 auto;border-radius:2px;margin-bottom:10px;font-size: 14px;}
.AreaList li .timeTit{font-size:12px;color:#666;}
.guessList .gameTit{width:70px;margin:0 auto;}
.guessList .catalog{font-size:12px;color:#666;width:70px;margin:0 auto;}
.app_guess{background:#fff;margin-top:10px;clear:both;overflow:hidden}
#guess_main{margin:0 5px;overflow:hidden;}
#guess_main .guessCont{float:left;margin:10px 0 0 0;overflow:hidden;}
.guessCont .info{margin:0 0 10px 0;overflow:hidden;}
.guessCont .info span{font-size:16px;line-height:26px;background:url(../images/Arr.gif) no-repeat left center;padding-left:10px;}
.guessCont .info span i{font-size:12px;padding-left:10px;color:#888;}
.guessCont .info span a{font-size:18px;font-weight:bold;}
.guessCont .info span a.more{font-size:13px;font-weight:400;}
.more{float:right;color:#858585;font-size:14px;padding-right: 10px;}
.guessCont .info p{color:#858585;text-indent:2em;height:66px;line-height:22px;overflow:hidden;}
.pagenum {width:100%;height:12px;text-align:center;margin-bottom:15px;background:#FFF;}
.pagenum span {display:inline-block;width:12px;height:12px;border-radius:50%;background-color:#f0f0f0;margin:0 5px;text-indent:-9999px;}
.pagenum span.cur {background-color:#1577FF;}


.zlist{margin-top:10px;background:#fff;overflow:hidden;}
.zlist ul {margin:10px 0 0 10px;height:122px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;}
.zlist ul li{display:inline-block;width:160px;margin-right:10px;margin-bottom:10px;}
.zlist ul div{position:relative;height: 110px;border-radius:4px;overflow:hidden;}
.zlist ul div i{position:absolute;bottom:0;left:0;width:100%;height:25px;line-height:25px;background-color:rgba(0,0,0,0.7);color:#fff;font-size:12px;text-align:center;}
.zlist ul li img{width:100%;height:110px;}


/*ping*/
.app_comment{margin-top:10px;background:#fff;padding:0;}.plhtml{padding:6px 10px 10px 10px;background:#fff;}.pladd{margin:10px 0 0 0;border-radius:2px;border:1px solid #d4d4d4;box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2);}.pladd textarea{width:96%;padding:2%;height:60px;border:0;font-size:14px;}.pladd .bom{display:block;height:31px;line-height:31px;border-top:1px solid #d4d4d4;}.pladd .bom #userName{display:none;float:left;background:url(../images/pinguser.png) 0 0 no-repeat;border:0;padding:0 0 0 48px;width:140px;box-sizing:content-box;height:25px;line-height:25px;margin:3px 0 0 3px;color:#555;border-right:1px solid #fcb52b;font-size:13px;text-align:left;}.pladd input{float:right;width:80px;height:31px;line-height:31px;background:#f4f4f4;border:0;text-align:center;color:#555;font-size:15px;border-left:1px solid #d4d4d4;padding:0;margin:0;border-radius:0;}.pladd .reping{display:none;float:left;color:#444;font-size:14px;line-height:30px;border-bottom:1px solid #ddd;width:100%;text-indent:6px;}.pladd .reping em{padding:0 2px;font-style:normal;text-decoration:none;}.pladd .reping i{color:red;padding-left:8px;cursor:pointer;font-style:normal; text-decoration:underline;}.pllist ul li{border-bottom:1px #ddd dotted;overflow:hidden;padding:2px 0 3px 0;}.pllist ul li p{line-height:26px;padding:0 3px;font-size:14px;color:#777;}.pllist ul li p .i{color:#326eb4;font-weight:bold;}.pllist ul li p .d{font-size:13px;padding-left:10px;}.pllist ul li p .l{font-size:13px;float:right;}.pllist p.m{float:right;}.pllist p.m span{position:relative;font-size:13px;margin-left:15px;color:#777;}@keyframes dig {100% {top:-20px;right:-12px;}}@-webkit-keyframes dig{100% {top:-20px;right:-12px;}}@-moz-keyframes dig {100% {top:-20px;right:-12px;}}@-ms-keyframes dig{100%{top:-20px;right:-12px;}}.pllist p.m span .Qdig{position:absolute;right:-5px;top:-10px;z-index:10;font-size:24px;color:#28bd98;animation:dig 1s;-webkit-animation:dig 1s;-moz-animation:dig 1s;-o-animation:dig 1s;}.pllist p.m span .Qbad{position:absolute;right:-5px;top:-10px;z-index:10;font-size:24px;color:#ff6f6f;animation:dig 1s;-webkit-animation:dig 1s;-moz-animation:dig 1s;-o-animation:dig 1s;}.pllist p.m span.s{color:#28bd98;}.pllist p.m span.a{color:#ff6f6f;}.pllist p.t{color:#555;line-height:24px;padding:4px 8px;}.pllist .loadmore{display:none;line-height:32px;text-align:center;font-size:14px;background:#f6f6f6;margin:5px 0;color:#888;border-radius:2px;}.pllist ul li .hf{position:relative;margin:10px 8px 5px 8px;padding:5px 5px 2px 5px;border:1px solid #dbdbdb;background:#f9f9f9;border-radius:2px;}.pllist ul li .hf:after{content:"";position:absolute;left:12px;top:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ddd;}.pllist ul li .hf .hfa{font-size:14px;line-height:24px;color:#777;}.pllist ul li .hf .hfb{text-align:right;font-size:13px;line-height:24px;color:#777;}.pllist ul li .hf .hfb i{font-size:13px;padding-right:8px;color:#6087b5;}.pllist ul li .hf .hfb i a{color:#6087b5;font-weight:800;}.alert{width:72%;position:fixed;top:40%;left:10%;background:rgba(0,0,0,0.6);color:#fff;text-align:center;padding:15px 4%;line-height:22px;border-radius:6px;font-size:15px;z-index:999999;}

.discu {position: relative;padding: 0px 5px;border: 1px solid #ddd;border-radius: 3px;background: #f9f9f9;margin-left: 5px;}
.discu b,.discu i {position: absolute;border-radius: 40%;top: -6px;right: -6px;color: #FFF;text-align: center;padding: 0px 3px;background: red;font-size: 10px;-webkit-transform: scale(0.8);transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);line-height: 12px;font-weight: 300;}

/*down warm*/
.appBox .Q_tip {
    clear: both;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    min-height: 40px;
    color: #888;
    background: #f3f3f3;
    padding: 6px;
}
.appBox .Q_tip .Q_ioc {
    display: block;
    margin: 10px 5px 0 0;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/tips_s.png) 0px 0 no-repeat;
}
/*specialinfo*/
#special-box {
    background-color: #fefadd;
    margin: 10px 0;
    padding: 5px 10px;
}
#special-box span {
    border-bottom: 1px dashed #fbd074;
    color: #ffa93a;
    font-size: 13px;
    text-align: center;
    display: block;
	line-height:26px;
}
.dvideo{display:none;width:100%;margin:0;background:#fff;overflow:hidden;}
.dvideo iframe,.dvideo video,.dvideo #youkuplayer{width:100%!important;height:200px!important;background:#000;}

.v_l{
	background:url(../images/video_i.png) no-repeat center center;
	padding:0 10px;
	margin:0 5px;
}

.pagenumz {width:100%;height:12px;text-align:center;padding-bottom:15px;background:#FFF;}
.pagenumz span {display:inline-block;width:12px;height:12px;border-radius:50%;background-color:#f0f0f0;margin:0 5px;text-indent:-9999px;}
.pagenumz span.cur {background-color:#1577FF;}

#zxtj_main .r_list, #zxtj_main .r_list ul {
    width: 100%;
    float: left;
    padding: 0px;
}

.frend a{
	display:inline-block;
	height:25px;
	width:auto;
	font-size:12px;
	color:#858585;
	margin:5px 8px;
}

/*popUp Img*/
div.photo-box {
    width: 100%;
    background: black;
    height: 100%;
    position: fixed;
    overflow: hidden;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
}
.cf {
    *zoom: 1;
}
.img-slider {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
.img-slider li {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    z-index: 999;
}
div.photo-box li {
    list-style: none;
}

.img-slider li img {
    vertical-align: middle;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

/*index*/
.swipe-hd { width: 100%; display: block; height:150px; background: #fff; margin: 0 auto; position: relative; overflow: hidden; z-index: 1; }
.swipe-hd .swiper-container{height:150px;overflow: hidden;}
.swipe-hd .swiper-slide { position: relative; }
.swipe-hd .hd-bt { width: 100%; height: 40px; background: url(../images/bg-hdbt.png) no-repeat; background-position: bottom; background-size: 100% auto; position: absolute; left: 0; bottom: -2px; z-index: 9; }
.swipe-hd .swiper-pagination { bottom: 1% !important; }
.swipe-hd .swiper-pagination-bullet { width: 4%; height: 4px; background: #d0cecd; border-radius: 2px; opacity: 1; }
.swipe-hd .swiper-pagination-bullet-active { background: #1577FF; }
.swipe-hd .swiper-wrapper .swiper-slide img{width:100%;}

.QZ-nav, .cont1 .list { background: #fff; }
.QZ-nav ul, .cont1 .list ul { display: block; padding: 15px 6px; overflow: hidden; }
.QZ-nav li, .cont1 .list li { float: left; display: inline-block; width: 25%; text-align: center; }
.QZ-nav li a, .cont1 .list li a { overflow: hidden; text-decoration: none; }
.QZ-nav li a span, .cont1 .list li a span { display: inline-block; width: 49px; height: 48px; margin-bottom: 10px; background: url(../images/img-nav.png) no-repeat; background-size: auto 47px; }
.QZ-nav li a p, .cont1 .list li a p { font-size: 14px; color: #888; }
.QZ-nav li:nth-child(1) a span, .cont1 .list li:nth-child(1) a span { background-position: -197px 0; }
.QZ-nav li:nth-child(2) a span, .cont1 .list li:nth-child(2) a span { background-position: 0 0; }
.QZ-nav li:nth-child(3) a span, .cont1 .list li:nth-child(3) a span { background-position: -98px 0; }
.QZ-nav li:nth-child(4) a span, .cont1 .list li:nth-child(4) a span { background-position: -50px 0; }
.QZ-nav li:nth-child(5) a span, .cont1 .list li:nth-child(5) a span { background-position: -148px  0; }

.cont_3 .cont3_top { padding: 0 12px; position: relative;margin-top:10px; }
.cont_3 .cont3_top .bg{width:100%;}
.cont_3 .cont3_top ul { display: block; position: absolute; top: 28%; width: calc(100% - 24px); padding: 0 12px; }
.cont_3 .cont3_top ul li { display: block; float: left; width: 33.33%; text-align: center; }
.cont_3 .cont3_top ul li .toplis { width: 50%; margin: 0 auto; }
.cont_3 .cont3_top ul li .toplis .img { display: block; width: 100%; overflow: hidden; border-radius: 8px; }
.cont_3 .cont3_top ul li .toplis .img img { width: 100%; border-radius: 8px; border: 2px solid #fff; box-sizing: border-box; }
.cont_3 .cont3_top ul li .name p { color: #333; height: 20px; line-height: 20px; overflow: hidden; margin: 10% 0 0; font-size: 12px; }
.cont_3 .cont3_top ul li:nth-child(1) .toplis { padding-left: 8%; }
.cont_3 .cont3_top ul li:nth-child(2) .toplis { margin-top: -8%; }
.cont_3 .cont3_top ul li:nth-child(2) .name p { margin: 8% 0 0; }
.cont_3 .cont3_top ul li:nth-child(3) .toplis { padding-right: 8%; }
.cont_3 .cont3_lis { padding: 0 12px; }

ul.lisstyl1 { display: block; overflow: hidden; }
ul.lisstyl1 li { position: relative; border-bottom: 1px solid #f5f5f5; padding: 10px 0; }
ul.lisstyl1 li .img { display: inline-block; float: left; }
ul.lisstyl1 li .img img { display: inline-block; width: 60px; height: 60px; border-radius: 10px; background: #969696; }
ul.lisstyl1 li .downl { display: inline-block; float: right; text-align: center; color: #fff; line-height: 28px; width: 60px; background: #1577FF; border-radius: 3px; position: absolute; top: 36%; right: 0; height: initial; }
ul.lisstyl1 li .info { display: block; height: 60px; margin: 0 66px 0 62px; position: relative; }
ul.lisstyl1 li .info div { width: 100%;    margin-left: 10px; }
ul.lisstyl1 li .info div a { display: inline-block; max-height: 20px; color: #333; font-size: 16px; overflow: hidden; }
ul.lisstyl1 li .info div p{font-size:12px;}
ul.lisstyl1 li .info div p.size { color: #888; overflow: hidden; margin: 2px 0; }
ul.lisstyl1 li .info div p.miaoshu { display: block; color: #888; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/*rank*/
.basebox {
    background: #fff;
}
.cont_6 { padding: 0 12px; clear: both; }
.cont_6 .cont6_top { width: 100%; }
.cont_6 .cont6_top:after { display: block; content: ''; clear: both; }
.cont_6 .cont6_top p { display: block; float: left; width: 100%; text-align: center; line-height: 40px; border-bottom: 2px solid #f5f5f5; color: #777; font-size: 16px; font-weight: bold; position: relative; }
.cont_6 .cont6_top p i { display: none; position: absolute; left: 49%; bottom: 0; width: 0; height: 0; border-right: 4px solid transparent; border-bottom: 4px solid #1577FF; border-left: 4px solid transparent; }
.cont_6 .cont6_top p.on { color: #333; border-bottom: 2px solid #1577FF; }
.cont_6 .cont6_top p.on i { display: block; }
.cont_6 .cont6_lis { display: block; width: 100%; }
.cont_6 .cont6_lis ul { overflow: hidden; }
.cont_6 .cont6_lis ul li { position: relative; border-bottom: 1px solid #f5f5f5; padding: 15px 0; }
.cont_6 .cont6_lis ul li .img { display: inline-block; float: left; }
.cont_6 .cont6_lis ul li .img img { display: inline-block; width: 60px; height: 60px; border-radius: 10px; background: #969696; }
.cont_6 .cont6_lis ul li .downl { display: inline-block; float: right; text-align: center; color: #fff; line-height: 28px; width: 60px; background: #1577FF; border-radius: 3px; position: absolute; top: 36%; right: 0; }
.cont_6 .cont6_lis ul li .info { display: block; height: 60px; margin: 0 68px; position: relative; }
.cont_6 .cont6_lis ul li .info div { width: 100%; }
.cont_6 .cont6_lis ul li .info div a { display: inline-block; max-height: 50px; color: #333; font-size: 16px; overflow: hidden;white-space:nowrap; }
.cont_6 .cont6_lis ul li .info div p{font-size:12px;}
.cont_6 .cont6_lis ul li .info div p.size { color: #888; overflow: hidden; margin: 2px 0; }
.cont_6 .cont6_lis ul li .info div p.miaoshu { display: block; color: #555; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.hj_upnew {width:100%;background:#fff;margin-top:10px;overflow:hidden;}
.hj_upnew ul {zoom:1;width:100%;margin-bottom:10px;overflow:hidden;}
.hj_upnew li {float:left;width:46%;height:130px;margin-right:33px;margin:15px 2% 0 2%;}
.hj_upnew li .pic{width:100%;height:100px;display:block;border-radius:3px;overflow:hidden;}
.hj_upnew li .pic img {width:100%;height:auto;min-height:120px;}
.hj_upnew li p {display:block;height:30px;padding:0 6px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#666;text-align:center;}

/*new detail head*/
.div_rk {
    background: url(../images/edit_bg.png) no-repeat;
    border-right: 1px solid #e6e6e6;
    padding: 0px 3px 0px 12px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #fe9056;
    font-size: 12px;
    margin-top: 4px;
	margin-bottom:2px;
}
span.edit {
    display: block;
}
.infocont p {
    font-size: 12px;
    color: #858585;
    line-height: 20px;
}
.infocont p a {
    color: #1577FF;
}
.infocont p .catalog {
    background: url(../images/smenu.png) left center no-repeat;
    background-size: 15px;
    padding-left: 17px;
    margin-right: 8px;
}
.infocont p .time {
    background: url(../images/stime.png) left center no-repeat;
    background-size: 14px;
    padding-left: 17px;
    margin-right: 8px;
}
.infocont p .editor {
    background: url(../images/suser.png) left center no-repeat;
    background-size: 12px;
    padding-left: 15px;
    margin-right: 8px;
}

#tab{display:flex;background:#fff;border-bottom:1px solid #dfdfdf;margin-top:10px;}
#tab span{display:block;flex:1;height:38px;line-height:38px;font-size:16px;font-weight:bold;color:#333;text-align:center;cursor:pointer;}
#tab span i{font-size:15px;margin:0 5px;color:#555;}
#tab .cur{border-bottom:2px solid #1577FF;margin-bottom:-1px;color:#1577FF;}

#tab + .soft-remark{margin-top:0;}

.and-info ul { padding: 5px 12px; overflow: hidden; }
.and-info ul li { width: 50%; float: left; height: 26px; line-height: 26px; font-size: 14px; color: #b0b0b0; overflow: hidden; }
.and-info ul li.cs{width:100%;}
.and-info ul li span { color: #444; }
.and-info ul li a { color: #1577FF; }

.newplun {
	cursor: pointer;
    position: absolute;
    display: inline-block;
    bottom: 6px;
    right: 6px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAATFJREFUWEftVsFtAkEMHHcClSRUAqkkpJKESoBKoJNBs1qfAMGdDawuSOff6bw7s7Neewwjh42Mj4nA/1KA5ArAR+O62APYmdlROJ0CJL8BrBuD+/YisLgmsAXwCaD8aBhLAFJ6LhXOFSgEzKxpXZD8fQ8CJHUdYtsXR7/L6JWFFSA5CxDYmNlfFFx5YQKZTTO5KQJVBSkRDjPb9SWHCdQa0MvIxtrMfu4tyhDQyVWIqRiqiTCBFGoieSIwKTApMKiA5rS/Knct/l07Y+LR3UzVgOvG/pAjKl2NpJuVZ8F9vaZoOeiF+ajtV47Fu6BPOjkYebjePh9kp300RS894fniKvWhgopMxzgIEk67a79IikABB/A1NOXCiFeJvf5PV9IKuCv0R5m/al1TBxwhOTqBE4Gt2yHrgmUdAAAAAElFTkSuQmCC) #1577FF no-repeat 10px center / 21px;
    color: #fff;
    text-align: center;
    padding: 0 10px 0 38px;
    border-radius: 4px;
}
.newplun.cur{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAhJJREFUWEfFl0+IzVEUxz+fpZJQRCgLapopsmCh2FqQf4vZsLFgo2TNAitLTbFiYaWYJhZKsSHEjjSInZJCaoj10dV9uvOb37zfe29ev3fr9X6/d+89388599xz75MRN0esTyNARIwD1zLoIfXXMKG7AmTxO8BEFt2uvmkFoEZ8Wp0cpniyVRuBtsRrAdoUXwDQtngdwHNg94Dr/AeYBd7m71n1UZOteTkQEd+ANU2T+ug/p17uNr4KcAG4WEwon5t0NwK7gG2VgU+Bg+pcnYEFuyAiqhCT6nSTeqc/IhLIUeA8sLaYN66+r9pZbBsuCSKJRMRYhjieRb+rJdC/nxethEuNRBGRKeBMfr+lHiuj0FSKq5FYp37tdTkKiPvA/vx+Qr3Z6evlMCohJtR3AwBsAV4By4Eb6smeAfJ6HgB+q4/7FS+i8ATYCzxT9/QFMKhoOS8irgBngZ/qylEAHAbuZuHN6qeuu2AYXlcikLxPUUhth/q6bYDbQLpPzKmrRrEEH4GtwD31SKsAEZFK80wWnXdANdaBYeRCRHwGNmRb+9SHrUUgIq4Cp7PgdfVUz6V4Kd5HxArgQXHB+aJ2ovDf9NCXICI2ATuB5Pn6wokx9UPVqbr7QPlHpJ8gLMtZvroyaUpNNaC21QH8AKpG+gHpjE3nxqWm86OXG1Gv4inTX+TPSzU9N7ah50CjYmXAyAH+AnxNtCF0rqEdAAAAAElFTkSuQmCC) #1577FF no-repeat 10px center / 20px;
}
.newplun em,.newplun font {
    font-family: initial;
    font-weight: bold;
	margin-left:3px;
}

.app_zt{background:#fff;margin-top:10px;}
.app_zt .tab-zt{clear:both;height:34px;margin:10px;border:1px solid #1577FF;border-radius:4px;background:#fff;display:-webkit-box;display:-moz-box;display:box;text-align:center;}
.app_zt .tab-zt span{line-height:34px;font-size:14px;-moz-box-flex:1.0;-webkit-box-flex:1;box-flex:1.0;display:block;text-align:center;color:#1577FF;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.app_zt .tab-zt span:not(:last-child){border-right:1px solid #1577FF;}
.app_zt .tab-zt span.cur{background:#1577FF;color:#fff;}
.app_zt .tab-item{display:none;}
.app_zt .tab-item.show{display:block;}
.app_zt .info-zt{position:relative;margin:10px 12px 5px 12px;}
.app_zt .info-zt .imgarea{position:absolute;top:0;left:0;width:120px;height:80px;border-radius:4px;overflow:hidden;}
.app_zt .info-zt .imgarea img{width:120px;min-height:80px;}
.app_zt .info-zt .txtarea {height:80px;padding:0 0 0 130px;overflow: hidden;}
.app_zt .info-zt .txtarea h2{font-size:16px;font-weight:bold;line-height:28px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.app_zt .info-zt .txtarea p{font-size:12px;line-height:17px;color:#777;}
.ed a{
  display: inline-block;
  width: 65px;
}

.sprk {
  font-size: 26px;
  flex: 1;
  display: block;
  height: 45px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background:#1577FF;
  text-shadow: 1px 7px 4px #000000;
  box-shadow: 3px 8px 8px #000000;
  text-decoration:none;
  margin: 0 20px 10px;
}
.sprk a{
  color: #fff!important;
}
img{
  max-width: 100%!important;
}