@charset "utf-8";

/* 公用 */
*{tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;-ms-tap-highlight-color:transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;border:0}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:150%;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;}
ol,li,ul{list-style:none}
a,div,header,span{-webkit-tap-highlight-color:rgba(255,255,255,0)}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input,textarea{outline:0;resize:none}
a{text-decoration:none;}
.clear{clear:both}
/* 头 */
.header {
    height: 3.14rem;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
	display: -webkit-flex!important;
    display: -webkit-box;
}
.header-bar {
    position: relative;
    background: #de0430;
	height:100%;
	width:100%;
	overflow:hidden;
	display: -webkit-flex!important;
    display: -webkit-box;
}
.header-title {
    box-sizing: border-box;
	width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.29rem;
    font-weight: normal;
	padding: 0 2.86rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:3.14rem;
}
.header-icon-back{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	line-height:3.14rem;
}
.header-icon-back span{font-size:1.5rem;padding-left:1.43rem;}
.header-icon-shortcut{
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 3.14rem;
}
.class01,.class02 {
    display: block;
    margin: 0.3rem 0.8rem;
    width: 1.8rem;
    height: 2.54rem;
    background: url(../../content/web/inmgs/sotu.png) center center no-repeat;
    background-size: 1.8rem 2.54rem;
}
.class02 {
    background: url(../../content/web/inmgs/xx.png) center center no-repeat;
	background-size: 1.8rem 2.54rem;
}
.pr {
    position: relative;
}
.footer li, .line-clamp-2, .of, .wb, .wbox-flex {
    word-wrap: break-word;
    word-break: break-all;
}
.wbox-flex {
    -webkit-flex: 1!important;
    -webkit-box-flex: 1;
}
.search-bar a.search {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.search-icon {
    position: absolute;
    width: 1.4285rem;
    height: 1.4285rem;
    top: 0.9rem;
    left: 0.8rem;
    background-image: url(../../content/web/inmgs/fdj.png);
    background-size: 1.4285rem 1.4285rem;
}
.search-bar form {
    height: 2.2rem;
	margin-top:0.5rem;
}
.search-bar input {
    border: 0;
    -webkit-border-radius: 4.4rem;
    padding: 0 1rem 0 2.8rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    background: rgba(255,255,255,0.9);
    font-size: 0.8571rem;
    color: #999;
    -webkit-appearance: none;
	vertical-align: middle;
}
/* 尾 */
.nav_bottom {
    height: 3.85rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
	border-top:1px solid #e5e5e5;
    z-index: 100;
    overflow: visible;
}
.tab-bottom {
    width: 100%;
}
ul.tab-bottom li {
    width: 25%;
    float: left;
    padding-top: 0.6rem;
}
ul.tab-bottom li img {
    position: relative;
    z-index: 40;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: 1.71rem;
    height: 100%;
    overflow: hidden;
}
.tab-bottom span {
    font-size: 0.86rem;
    overflow: hidden;
    color: #807c7c;
    display: block;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.15rem;
}
.tab-bottom span.b-hover{color:#de0430;}
.bg-dark{background-color:#f5f5f5;}
.center{text-align:center;}
.mr10{margin-right:0.71rem;}
.color666{color:#666;}
.border10-top{border-top: 0.71rem solid #f2f0f0;}
.border10-b{border-bottom: 0.71rem solid #f2f0f0;}
.mt{margin-top:1.29rem;}
.border1-bt{border-bottom:1px solid #e3e5e5;}
.border0-r{border-right:0;}

/* 适应 */
html{font-size:14px}
@media screen and (min-width:320px) and (max-width:374px){html{font-size:12px}}
@media screen and (min-width:375px) and (max-width:413px){html{font-size:14px}}
@media screen and (min-width:414px) and (max-width:767px){html{font-size:16px}}
@media screen and (min-width:768px) and (max-width:1023px){html{font-size:18px}}
@media screen and (min-width:1024px){html{font-size:20px}}