	
* { margin: 0; padding: 0; word-wrap: break-word; }
*, *::after, *::before { -moz-box-sizing : border-box; box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
html, body { height: 100%; font:12px/1.5 -apple-system-font,'Helvetica Neue',sans-serif; color: #444; }
ul, ol, li, span, p, form, h1, h2, h3, h4, h5, h6, dl, dt, dd { margin: 0; padding: 0; border: 0; z-index: inherit; }
img,a img { border: 0; margin: 0; padding: 0; }
ul,ol,li { list-style: none; }
input, select, textarea, button { font:12px/1.5  "Helvetica Neue", Helvetica, sans-serif; }
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc { margin: 0; padding: 0; }
table { empty-cells: show; border-spacing: 0; border-collapse: collapse; }
caption, th { text-align: left; font-weight: 400; }
ul li, .xl li { list-style: none; }
em, cite, i { font-style: normal; }
a img { border: none; }
label { cursor: pointer; }
.bg { background: #F3F3F3; }
.z { float: left; } .y { float: right; }
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cl { zoom: 1; }
a { background-color: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a, button, input, select, textarea { outline: 0; }

a:link, a:visited, a:active, a:hover{ outline: 0; color: #333; text-decoration: none !important; }

.kong { height: 12px; background: #F3F3F3; border-top: 1px solid #F0F0F0; }

.overflow { overflow: hidden; }
.none { display: none; }
.check-img img { display: none; }
.vm, .vm * { vertical-align: middle; }
.hm { text-align: center; }
.ren-dz-banquan { padding: 0 15px; font-size: 14px; color: #333; }
		

/* flex */
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:flex-start;-ms-flex-pack:center;justify-content:flex-start;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-box { display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-moz-box-orient: horizontal;-webkit-box-orient: horizontal;-o-box-orient: horizontal;box-orient: horizontal;}
/*遮罩*/
.mask{position: fixed;width: 100%;height: 100%;left: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.8);z-index: 999;}

/* 错误提示弹层 */
.c-float-modePop {
text-align: center;
background-color: #FAFAFC;
}
.c-float-modePop .warnMsg {

padding: 20px 10px 10px 10px;
color: #fff
}
.c-float-modePop .doBtn {

width: 100%;
margin: 0 auto;
}
.c-float-modePop button {

padding: 6px 9px 6px 9px;
color: #949494;
border: 0;
}
.c-float-shade {

width: 100%;
display: block;
position: absolute;
z-index: 99;
background-color: #000;
opacity: .5;
top: 0;
left: 0
}
.c-float-shade.hide {
display: none
}
.c-float-popWrap {
	width: 85%;
	z-index: 9999;
	position: fixed;
	border-radius: 3px;
    overflow: hidden;
}
.c-float-popWrap .c-float-modePop {
	overflow: hidden;
	border-radius: 6px;
}
.c-float-popWrap .c-float-modePop .warnMsg {
    padding: 0.8em 0 0.8em;
	font-size: 15px;
	color: #333;
}
.c-float-popWrap .c-float-modePop .content {
    padding: 0 20px;
    font-size: 14px;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
	text-align: left;
}
.c-float-popWrap .c-float-modePop .doBtn {
	width: 100%;
	margin-top: 15px;
	position: relative;
}
.c-float-popWrap .c-float-modePop .doBtn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.c-float-popWrap .c-float-modePop button {
	background-color: #FAFAFC;
	width: 50%;
	height: 42px;
	line-height: 42px;
	color: #444;
	font-size: 17px;
	border: 0;
	padding: 0;
}
.c-float-popWrap .c-float-modePop button.ok{
	color: #0BB20C;
}   
.c-float-popWrap .c-float-modePop button.cancel{
	position: relative;
} 
.c-float-popWrap .c-float-modePop button.cancel:after {
    content: " ";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.c-float-popWrap.hide {

display: none;
-webkit-box-shadow: none
}
.c-float-popWrap.show {

display: block;
}

.c-float-popWrap.msgMode .c-float-modePop .content, .c-float-popWrap.msgMode .c-float-modePop .doBtn {

display: none
}

.c-float-popWrap.alertMode .c-float-modePop .doBtn .cancel {

display: none
}
.c-float-popWrap.confirmMode .c-float-modePop .content, .c-float-popWrap.confirmMode .c-float-modePop .doBtn {

display: block
}

.confirm_input{
	border: 1px solid #D5D5D6;
	padding: 10px;
	width: 93%;
}
.weui_mask_transparent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.cx_mask_transparent{
	position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(255, 255, 255, 0.1);
}

.web_toast{
    position: fixed;
	margin: 0 10px;
    z-index: 9999;
    display: none;
    display: block;
    padding: 10px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 1.4rem;
	font-size: 14px;
    text-align: center;
    border-radius: 4px;
}
	



@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/css/iconfont3.ttf?t=1635653308041') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhuanfa:before {
  content: "\e6c4";
}

.icon-zan:before {
  content: "\e7b6";
}

.icon-xiaoxizhanghu:before {
  content: "\e668";
}

.icon-qian:before {
  content: "\e662";
}

.icon-zhuanfa1:before {
  content: "\e65f";
}

.icon-qian1:before {
  content: "\e631";
}

.icon-dianzan:before {
  content: "\e64a";
}

.icon-zan1:before {
  content: "\e64f";
}

.icon-shou:before {
  content: "\e650";
}

.icon-icon_msg:before {
  content: "\e604";
}

.icon-xiaoxiguanli:before {
  content: "\e632";
}

.icon-xiaoxi:before {
  content: "\e617";
}

.icon-zan2:before {
  content: "\e870";
}

.icon-zan3:before {
  content: "\e871";
}

.icon-dianzan1:before {
  content: "\e669";
}

.icon-xiaoxi1:before {
  content: "\e68c";
}

.icon-xiaoxi2:before {
  content: "\e684";
}

.icon-xiaoxi3:before {
  content: "\e615";
}

.icon-xiaoxi4:before {
  content: "\e635";
}

.icon-xiaoxi5:before {
  content: "\e608";
}

.icon-zan4:before {
  content: "\e62a";
}

.icon-xiaoxi6:before {
  content: "\e613";
}

.icon-qian2:before {
  content: "\e607";
}

.icon-xiaoxixuanzhong:before {
  content: "\e633";
}

.icon-xiaoxi7:before {
  content: "\e614";
}

.icon-qianbi:before {
  content: "\e636";
}

.icon-xiaoxi8:before {
  content: "\e612";
}

.icon-xiaoxi9:before {
  content: "\e6c7";
}

.icon-xiaoxi10:before {
  content: "\e648";
}

.icon-xiaoxidianji:before {
  content: "\e64b";
}

.icon-zhuanfa2:before {
  content: "\e63d";
}

.icon-comment:before {
  content: "\e64c";
}

.icon-message:before {
  content: "\e64d";
}

.icon-ziyuan:before {
  content: "\e6a2";
}

.icon-ziyuan1:before {
  content: "\e6a5";
}

.icon-dianzan2:before {
  content: "\e8ad";
}

.icon-dianzan3:before {
  content: "\e8c3";
}

.icon-zan5:before {
  content: "\e616";
}

.icon-xiaoxi111:before {
  content: "\e605";
}

.icon-xiaoxi12:before {
  content: "\e762";
}

.icon-icon_zhuanfaa:before {
  content: "\e64e";
}

.icon-xiaoxi13:before {
  content: "\e606";
}

.icon-xiaoxi14:before {
  content: "\e620";
}

.icon-xiaoxixinximessage:before {
  content: "\e651";
}

.icon-xiaoxi-tianchong:before {
  content: "\e652";
}

.icon-partake:before {
  content: "\ea1b";
}

.icon-xiaoxi15:before {
  content: "\e653";
}

.icon-hanhan-01-01:before {
  content: "\e681";
}

.icon-hanhan-01-011:before {
  content: "\e682";
}

.icon-xiaoxi16:before {
  content: "\f4a4";
}

.icon-xiaoxi17:before {
  content: "\f4ce";
}

.icon-zhuanfa3:before {
  content: "\e60d";
}

.icon-xiaoxi18:before {
  content: "\e84c";
}

.icon-xiaoxi-mianxing-1:before {
  content: "\e6a3";
}

.icon-zhuanfa31:before {
  content: "\e88f";
}

.icon-xiaoxi19:before {
  content: "\f961";
}
