@charset "utf-8";
/** 清除内外边距**/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,/* 结构元素 */
dl,dt,dd,ul,ol,li,/* 列表元素 */
form,fieldset,legend,button,input,textarea,option,select,/* 表单元素 */
pre,/* 文本格式元素 */
tr,td,/* 表格元素 */
img{ margin:0; padding:0;vertical-align: middle;}
a{text-decoration: none;color: #333;}
.clearfix:after{
	display: block;
	clear: both;
	content: '';
}
/** 设置默认字体 **/
h1,h2,h3,h4,h5,h6,em,i{font-style: normal;}
strong{  font-weight:normal;}
/** 重置列表元素 **/
ul,ol,li{ list-style:none;}

/** 重置图片元素 **/
img{ border:0px;}

/** 重置表格元素 **/
table {border-collapse:collapse;border-spacing:0;}

/**重置表格元素**/
button,input{border: 0;outline:0;}
select{
	-webkit-appearance: none;
	appearance: none;
	border: 0;
}
body {
	max-width: 10rem;
	margin: 0 auto;
	font-size: 0.28rem;
	font-family:'宋体';
    background: #fff;
}

.h-1{
	height:1.1rem;
}
.h-1f{
	height:1rem;
}
.h-bt{
	background: #f6f6f6;
	height:0.2rem;
}

.bb-0{
	border-bottom:0;
}

/*颜色类*/
.bgf6{
	background: #f6f6f6;
}
.bgfff{
	background: #fff;
}
.bgf4e{
    background: #f4efec;
}
.bgfe6{
    background: rgba(254,110,124,.1);
}
.col999{
	color: #999;
}
.colfe6{
	color: #fe6e7c;
}
/*间距*/
.mt3{
	margin-top:3rem;
}
/*分页样式*/
.pager{ width:100%; clear:both; padding:0.2rem 0rem; overflow:hidden; text-align:center;}
.pager p{ display:block; width:100%; line-height:0.24rem; padding-bottom:0.1rem;}
.pager p b{ color:#fe6e7c; font-size:0.30rem;}
.pager p i{ font-weight:bold; margin-left:0.05rem; margin-right:0.05rem}
.pager a{ display:inline-block; background:#fe6e7c; color:#FFF; width:15%; line-height:.4rem; height:.4rem; text-decoration:none; margin:0rem 2%; border-radius:0.05rem;}
.pager a:hover{background:#fe6e7c; color:#FFF;}
select{ display:block; width:100%;}
.kuangtab0{ width:100%;}
.kuangtab0 td{ padding:0.2rem;}
.kuangtab0 .txb{ width:100%; border-bottom:solid 1px #CCC; padding:0.1rem 0rem;}
.kuangtab0 .txb2{ width:100%; border-bottom:dotted 1px #CCC; padding:0.1rem 0rem;}
.kuangtab0 select{width:100%; border-bottom:solid 1px #CCC; padding:0.05rem 0rem;}
.kuangtab1{ width:100%;}
.kuangtab1 .tr td{ background:#F0F0F0;}
.kuangtab1 td{ padding:0.2rem;}
.kuangtab1 .tr2 td{ border-bottom:dotted 1px #CCC;}
.redbtn{ width:100%; height:0.3rem; line-height:0.3rem; text-align:center; color:#FF0000;}
#showimg{ width:100%; padding:10px 0px; float:left; clear:both; overflow:hidden;}
#showimg li{ float:left; width:150px; padding:5px 5px 10px 5px; box-sizing:border-box; position:relative; overflow:hidden;}
#showimg li img{ width:100%; height:180px; margin:0px 0px 10px 0px;}
#showimg li input{ display:block; width:100%; height:30px; line-height:30px; border:solid 1px #CCC; box-sizing:border-box; text-align:center;}
#showimg li span{ display:block; width:100%; height:30px; line-height:30px; box-sizing:border-box; text-align:center;}        
#showimg li i{ display:block; width:26px; height:30px; position:absolute; right:0px; top:0px; background:url(../../bxmanage/images/icon.png) 0px -26px no-repeat; z-index:1000; cursor:pointer;}

