/*标签初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, img,button {margin: 0;padding: 0;border: none; } 
dl,dt,dd,ul,ol,li,p {list-style-type: none; margin:0; padding:0;}
em, cite, th,h1,h2,h3,h4,h5,h6,i { font-style: normal; font-weight: normal;}
input,img{vertical-align:middle;}
html,body{height:100%;}
body{max-width:720px; min-width:320px; margin:0 auto;font-family:microsoft yahei,SimSun, Arial, Helvetica, sans-serif;}
h1,h2,h3,h4{font-family:microsoft yahei,SimSun, Arial, Helvetica, sans-serif;}
a{ color:#0a0205; text-decoration: none; cursor:pointer;}
a:hover {color:#0a0205; text-decoration:none;}
input:focus,textarea:focus,select:focus,button:focus{outline:none;}
body{ background-color: #fff;}
/*左右浮动*/
.fr{ float:right;}
.fl{ float:left;}
/*文字色*/
.red{ color:#ff0000;}
.org{ color:#ff6600;}
.yellow{ color:#ff9600;}
.blud{ color:#0066ff;}
.green{ color:#009900;}
.blck{ color:#333;}
/*标签初始化 ok*/

.loadingmore{ padding:32px 0; font-size:12px; text-align:center; color:#aaa;}
.loadingmore span{}



/*菜单弹出层*/
.muenlayers{ width:100%; height:100%; background-color:#fff;  overflow:auto;position:fixed; top:0; left:0; z-index:999;}
.muenlayers .closelybtn{ padding:12px; width:20px; height:20px; position:absolute; top:0; right:0;}
.muenlayers .closelybtn img{ width:20px; height:20px;}
.muenlayers .mulymainlogo{padding-top:40px; padding-bottom: 16px;}
.muenlayers .mulymainlogo .mulylogoimg{margin: 0 auto; width: 65px; height: 65px;}
.muenlayers .mulymainlogo .mulylogoimg img{display:block;width: 65px; height: 65px;}
.muenlayers .mulymainlogo .mulyname{padding: 8px; text-align:center;color: #000;font-size: 18px;font-weight: bold}
.muenlayers .mulylistbox{ padding:12px;}
.muenlayers .mulylistbox .mulymod{display:flex;flex-direction: row;flex-wrap: wrap;}
.muenlayers .mulylistbox .mulymod .mulyitem{ width:33.3%; box-sizing:border-box; padding:0 6px 12px;}
.muenlayers .mulylistbox .mulymod .mulyitem a{ display:block; height:40px; line-height:40px; border:1px solid #eee; border-radius:6px; text-align:center; overflow:hidden;}
.muenlayers .mulylistbox .mulymod .mulyitem a i{}
.muenlayers .mulylistbox .mulymod .mulyitem a i img{ width:12px; height:12px; vertical-align:middle; }
.muenlayers .mulylistbox .mulymod .mulyitem a span{ vertical-align:middle; font-size:14px; color:#333;}
/*菜单弹出层END*/

.topbar{ width:100%;height:48px; background-color:#91272B; position:relative;}
.topbar .tbbackbtns{ position: absolute; top: 0; left: 0;}
.topbar .tbbackbtns a{display:block;width: 20px; height: 20px;padding: 14px;}
.topbar .tbbackbtns a img{display:block; width: 20px; height: 20px;}
.topbar .tbsearchbtns{position: absolute; top: 0; right: 0;}
.topbar .tbsearchbtns a{display:block;width: 20px; height: 20px;padding: 14px;}
.topbar .tbsearchbtns a img{ display:block;width: 20px; height: 20px;}
.topbar h1{ padding:0 48px; line-height:48px; text-align:center; color:#fff; font-size:16px; font-weight:600; overflow:hidden;}

.listtits{ height:60px; line-height:60px;padding-left:16px; position:relative;}
.listtits h3{display:inline; font-size:16px; color:#000000; font-weight:bold; vertical-align: middle;}
.listtits h3 strong{ color:#f00;}
