@charset "UTF-8";
/* reset.css -----------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, footer, section, article, aside, nav, figure, figcaption { margin: 0; padding: 0; }
html, body { width: 100%; max-width: 750px; margin: 0 auto; }
body { font-family: "Microsoft Yahei", "Helvetica"; line-height: 1.3; color: #333333; background-color: #fff; }
a { color: #333333; }
html * { outline: none; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img { max-width: 100%; border: 0; vertical-align: top; font-size: 14px; /*-webkit-touch-callout: none;*/ }
ul, ol { list-style: none; }
/* form-reset.css -----------------------------------------------------------------*/
table { border-collapse: collapse; border-spacing: 0; }
button { background: none; border: none; }
a, input, textarea, button { color: #333333; text-decoration: none; border: none; }
input, button, textarea, select, optgroup, option { font: 1rem "Microsoft Yahei", "Helvetica"; }
input[type="button"], input[type="text"], input[type="submit"], input[type="search"], input[type="tel"], input[type="number"], select, option, .appNone { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.3); }
input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { color: rgba(0, 0, 0, 0.3); }
textarea { vertical-align: top; }
@media only screen and (min-width: 320px) { html { font-size: 42.66667px; } }
@media only screen and (min-width: 360px) { html { font-size: 48px; } }
@media only screen and (min-width: 375px) { html { font-size: 50px; } }
@media only screen and (min-width: 384px) { html { font-size: 51.2px; } }
@media only screen and (min-width: 414px) { html { font-size: 55.2px; } }
@media only screen and (min-width: 480px) { html { font-size: 64px; } }
@media only screen and (min-width: 640px) { html { font-size: 85.33333px; } }
@media only screen and (min-width: 750px) { html { font-size: 100px; } }
@media only screen and (max-width: 319px) { html { font-size: 42.53333px; } }
/*通用类*/
.icon { display: inline-block; background-color: transparent; background-repeat: no-repeat; }
.VAM:after { content: ""; display: inline-block; overflow: hidden; height: 100%; width: 0; font-size: 0; vertical-align: middle; }
.wbwr { word-break: break-all; word-wrap: break-word; }
.clr:after, .clr:before { content: ""; display: table; }
.clr:after { clear: both; }
.fll { float: left; }
.flr { float: right; }
.vam { vertical-align: middle; }
.vat { vertical-align: top; }
.db { display: block; }
.dib { display: inline-block; }
.vh { visibility: hidden; }
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }
.ovh { overflow: hidden; }
.ovhx { overflow-x: auto; }
.posr { position: relative; }
.auto { margin-left: auto; margin-right: auto; }
.bsbb { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.unline { text-decoration: underline; }
/*字体字号*/
.f20 { font-size: 0.2rem; }
.f22 { font-size: 0.22rem; }
.f24 { font-size: 0.24rem; }
.f26 { font-size: 0.26rem; }
.f28 { font-size: 0.28rem; }
.f30 { font-size: 0.3rem; }
.f32 { font-size: 0.32rem; }
.f34 { font-size: 0.34rem; }
.f36 { font-size: 0.36rem; }
.f38 { font-size: 0.38rem; }
.f40 { font-size: 0.4rem; }
.f42 { font-size: 0.42rem; }
.f44 { font-size: 0.44rem; }
.f46 { font-size: 0.46rem; }
.f48 { font-size: 0.48rem; }
.f50 { font-size: 0.5rem; }
.f52 { font-size: 0.52rem; }
.f54 { font-size: 0.54rem; }
.f56 { font-size: 0.56rem; }
.f58 { font-size: 0.58rem; }
.f60 { font-size: 0.6rem; }
/*字体颜色*/
.fc3 { color: #333; }
.fc5 { color: #555; }
.fc6 { color: #666; }
.fc8 { color: #888; }
.fc9 { color: #999; }
.fcf { color: #fff; }
.fcb { color: #bbb; }
.fc0 { color: #000; }
/*蓝色*/
.blue { color: #4993ff; }
.grey { color: #03ce9b; }
.yellow { color: #ffa800; }
.red { color: #f00; }
/*去除加粗*/
.fn { font-weight: normal; }
/*去除倾斜*/
.fs { font-style: normal; }
/*单行字体缩略*/
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/*下边距*/
.mb5 { margin-bottom: 0.05rem; }
.mb10 { margin-bottom: 0.1rem; }
.mb15 { margin-bottom: 0.15rem; }
.mb20 { margin-bottom: 0.2rem; }
.mb25 { margin-bottom: 0.25rem; }
.mb30 { margin-bottom: 0.3rem; }
.mb35 { margin-bottom: 0.35rem; }
.mb40 { margin-bottom: 0.4rem; }
.mb45 { margin-bottom: 0.45rem; }
.mb50 { margin-bottom: 0.5rem; }
.mb55 { margin-bottom: 0.55rem; }
.mb60 { margin-bottom: 0.6rem; }
.mt5 { margin-top: 0.05rem; }
.mt10 { margin-top: 0.1rem; }
.mt15 { margin-top: 0.15rem; }
.mt20 { margin-top: 0.2rem; }
.mt25 { margin-top: 0.25rem; }
.mt30 { margin-top: 0.3rem; }
.mt35 { margin-top: 0.35rem; }
.mt40 { margin-top: 0.4rem; }
.mt45 { margin-top: 0.45rem; }
.mt50 { margin-top: 0.5rem; }
.mt55 { margin-top: 0.55rem; }
.mt60 { margin-top: 0.6rem; }
/*右边距*/
.mr5 { margin-right: 0.05rem; }
.mr10 { margin-right: 0.1rem; }
.mr15 { margin-right: 0.15rem; }
.mr20 { margin-right: 0.2rem; }
.mr25 { margin-right: 0.25rem; }
.mr30 { margin-right: 0.3rem; }
.mr35 { margin-right: 0.35rem; }
.mr40 { margin-right: 0.4rem; }
.mr45 { margin-right: 0.45rem; }
.mr50 { margin-right: 0.5rem; }
.mr55 { margin-right: 0.55rem; }
.mr60 { margin-right: 0.6rem; }
/*左边距*/
.ml5 { margin-left: 0.05rem; }
.ml10 { margin-left: 0.1rem; }
.ml15 { margin-left: 0.15rem; }
.ml20 { margin-left: 0.2rem; }
.ml25 { margin-left: 0.25rem; }
.ml30 { margin-left: 0.3rem; }
.ml35 { margin-left: 0.35rem; }
.ml40 { margin-left: 0.4rem; }
.ml45 { margin-left: 0.45rem; }
.ml50 { margin-left: 0.5rem; }
.ml60 { margin-left: 0.6rem; }
/*左填充*/
.pl5 { padding-left: 0.05rem; }
.pl10 { padding-left: 0.1rem; }
.pl15 { padding-left: 0.15rem; }
.pl20 { padding-left: 0.2rem; }
.pl25 { padding-left: 0.25rem; }
.pl30 { padding-left: 0.3rem; }
.pl35 { padding-left: 0.35rem; }
.pl40 { padding-left: 0.4rem; }
.pl45 { padding-left: 0.45rem; }
.pl50 { padding-left: 0.5rem; }
.pl60 { padding-left: 0.6rem; }
/*右填充*/
.pr5 { padding-right: 0.05rem; }
.pr10 { padding-right: 0.1rem; }
.pr15 { padding-right: 0.15rem; }
.pr20 { padding-right: 0.2rem; }
.pr25 { padding-right: 0.25rem; }
.pr30 { padding-right: 0.3rem; }
.pr35 { padding-right: 0.35rem; }
.pr40 { padding-right: 0.4rem; }
.pr45 { padding-right: 0.45rem; }
.pr50 { padding-right: 0.5rem; }
.pr60 { padding-right: 0.6rem; }
/*上填充*/
.pt5 { padding-top: 0.05rem; }
.pt10 { padding-top: 0.1rem; }
.pt15 { padding-top: 0.15rem; }
.pt20 { padding-top: 0.2rem; }
.pt25 { padding-top: 0.25rem; }
.pt30 { padding-top: 0.3rem; }
.pt35 { padding-top: 0.35rem; }
.pt40 { padding-top: 0.4rem; }
.pt45 { padding-top: 0.45rem; }
.pt50 { padding-top: 0.5rem; }
.pt60 { padding-top: 0.6rem; }
.pt100 { padding-top: 1rem; }
.pb5 { padding-bottom: 0.05rem; }
.pb10 { padding-bottom: 0.1rem; }
.pb15 { padding-bottom: 0.15rem; }
.pb20 { padding-bottom: 0.2rem; }
.pb25 { padding-bottom: 0.25rem; }
.pb30 { padding-bottom: 0.3rem; }
.pb35 { padding-bottom: 0.35rem; }
.pb40 { padding-bottom: 0.4rem; }
.pb50 { padding-bottom: 0.5rem; }
.pb60 { padding-bottom: 0.6rem; }
/*0*/
.mb0 { margin-bottom: 0 !important; }
.ml-30 { margin-left: -0.3rem; }
.ml-20 { margin-left: -0.2rem; }
.ml-10 { margin-left: -0.1rem; }
/*flex*/
.flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
.fs0 { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.fs1 { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; }
.aic { -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.jcc { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.jsb { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.fg0 { -webkit-box-flex: 0; -webkit-flex-grow: 0; -moz-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
.fg1 { -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.fww { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.h1 { height: 100%; }
.w1 { width: 100%; }
.w5 { width: 50%; }
.none { display: none; }
.bb1-dashed { border-bottom: 1px dashed #eee; }
.bt1-dashed { border-top: 1px dashed #eee; }
.bb1 { border-bottom: 1px solid #eee; }
.bl1 { border-left: 1px solid #eee; }
.bt1 { border-top: 1px solid #eee; }
.br1 { border-right: 1px solid #eee; }
.hidden2 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.hidden3 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.hidden4 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; }
.bw { background-color: #fff; }
.bg { background-color: #f4f5f6; }
.bb { background-color: #519aff; }
/*兼容苹果fixed屏幕滚动不正常问题*/
* { -webkit-overflow-scrolling: touch; }
.lh26 { line-height: 0.26rem; }
.lh28 { line-height: 0.28rem; }
.lh30 { line-height: 0.30rem; }
.lh32 { line-height: 0.32rem; }
.lh36 { line-height: 0.36rem; }
.lh38 { line-height: 0.38rem; }
.lh4 { line-height: 0.4rem; }
.lh42 { line-height: 0.42rem; }
.lh44 { line-height: 0.44rem; }
.lh46 { line-height: 0.46rem; }
.lh48 { line-height: 0.48rem; }
.lh50 { line-height: 0.5rem; }
.lh80 { line-height: 0.8rem; }
.lh100 { line-height: 1rem; }
.h100 { height: 1rem; }
.all-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
/*header*/
.big_header { z-index: 1; height: 1rem; background: #48e4e5;}
.big_header a{color:#fff;}
.big_header .center_title{color:#fff;}
.big_header .go_back, .big_header .menus_btn { width: .4rem; }
.big_header .go_back { background: url(/skin/img/left.png) no-repeat left/0.2rem auto; }
.big_header .menus_btn { background: url(/skin/img/menu.png) no-repeat right/0.36rem auto; }
.big_header .search_btn { width: .4rem; }
.big_header a.search_btn { background: url(/skin/img/search.png) no-repeat left/0.34rem auto; }
.top_header_menus { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); }
.top_header_menus .mask{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.top_header_menus .top_menus{ display: block; }
.top_menus { z-index: 1; padding-top: .48rem; }
.top_menus .cell { width: 25%; margin-bottom: .4rem; padding-top: .8rem; background: url(/skin/img/home.png) no-repeat center top/0.64rem 0.64rem; }
.top_menus .cell.zhuanjia { background-image: url(/skin/img/zhuanjia.png); }
.top_menus .cell.jigou { background-image: url(/skin/img/jigou.png); }
.top_menus .cell.yiyuan { background-image: url(/skin/img/yiyuan.png); }
.top_menus .cell.xiangmu { background-image: url(/skin/img/xiangmu.png); }
.top_menus .cell.mzixun { background-image: url(/skin/img/mzixun.png); }
.top_menus .cell.mwenda { background-image: url(/skin/img/mwenda.png); }
.top_menus .cell.wiki { background-image: url(/skin/img/wiki.png); }
.top_menus .cell.redian { background-image: url(/skin/img/redian.png); }


.top_menus:before { position: absolute; right: .36rem; top: -.13rem; content: ''; width: .2rem; height: .2rem; border-top: 1px solid #eee; border-left: 1px solid #eee; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #fff; }
.top_search .input { padding: 0 .1rem 0 .68rem; height: .6rem; line-height: .6rem; width: 3.7rem; background: #f4f5f6 url(/static/index/images/search2.png) no-repeat 0.32rem center/auto 0.24rem; -webkit-border-radius: .3rem; border-radius: .3rem; }
.home_logo { width: 2rem; background: url(/static/index/images/logo.png) no-repeat 0.3rem center/auto 0.46rem; }
/*footer*/
.big_footer { height: .88rem; background: #f4f5f6; padding-top: 10px; }
/*加载中*/
.dropload-up, .dropload-down { position: relative; height: 0; overflow: hidden; font-size: 0.26rem; -webkit-transform: translateZ(0); transform: translateZ(0); }
.dropload-down { height: 0.6rem; line-height: 0.6rem; text-align: center; }
.dropload-refresh, .dropload-update, .dropload-load, .dropload-noData { height: .5rem; line-height: .5rem; font-size: 0.26rem; text-align: center; color: #999; }
.dropload-load span {  line-height:1;}
.dropload-load .loading { display: inline-block; height: 0.2rem; width: 0.2rem; -webkit-border-radius: 100%; border-radius: 100%; margin-right: 0.16rem; border: 2px solid #999; border-bottom-color: transparent; vertical-align: middle; -webkit-animation: rotate 0.75s linear infinite; animation: rotate 0.75s linear infinite; }


.m-cell {
    padding: 0 0.3rem 0.3rem;
}
.b-top {
    border-top: 0.2rem solid #f8f8f8;
}
.md-list-item { padding: 0.3rem 0; border-bottom: 1px solid #eee; }
.md-list-item:last-of-type { border-bottom: none; }
.md-list-item .mdl-item-title { font-size: 0.32rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.md-list-item .mdl-item-tag { margin-right: 0.1rem; display: inline-block; font-size: 0.24rem; padding: 0.06rem 0.1rem; color: #fff; line-height: 1; background: -webkit-gradient(linear, left top, right top, from(#65c4a6), to(#72e38c)); background: -webkit-linear-gradient(left, #65c4a6, #72e38c); background: linear-gradient(to right, #65c4a6, #72e38c); -webkit-border-radius: 2px; border-radius: 2px; vertical-align: middle; }
.md-list-item .mdl-item-content { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
.md-list-item .mdl-item-content .mdl-item-pic { margin-right: 0.2rem; width: 2.8rem; height: 1.58rem; -webkit-border-radius: 0.1rem; border-radius: 0.1rem; overflow: hidden; }
.md-list-item .mdl-item-content .mdl-item-info { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.md-list-item .mdl-item-content .mdl-item-des { font-size: 0.28rem; line-height: 0.44rem; color: #999; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.md-list-item .mdl-item-content .mdl-item-des2 { font-size: 0.2rem; line-height: 0.4rem; color: #999; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }


.md-list-item .mdl-item-content .mdl-item-related { padding-top: 0.4rem; font-size: 0.24rem; color: #ffb527; }
.md-list-item .mdl-item-content .mdl-item-related a {  color: #4ce5eb; margin-right: 0.2rem;  }