<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
	padding: 0;
	margin: 0;
}
a ,div{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
*{
	box-sizing: border-box;
}
ul, li, dl, dt, dd{
    list-style: none;
	text-decoration: none;
	font-style: normal;
}
a,em,span,b,i{
	list-style: none;
	text-decoration: none;
	font-style: normal;
    display:inline-block;
}
.fomar{
	font-family: "Arial";
}
body{
	font-size: 14px;
	color: #333;
	font-family:Microsoft Yahei,'微软雅黑', '宋体';
}

input,textarea{
    outline: none;
    resize: none;
    font-family:Microsoft Yahei,'微软雅黑', '宋体';
}
img{
    border:none;
	cursor:pointer;
    vertical-align: middle;
}

/*左右浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*对齐方式*/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/*定位*/
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.pf {
	position: fixed;
}
/*居中设置*/
.content{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}
/*隐藏*/
.ofh {
	overflow: hidden;
}
.wot{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*状态*/
.block {
	display: block;
}
.inline{
	display: inline-block;
}
.none{
	display: none;
}
/*最大值*/
.maxwh{
	width: 100% !important;
}
.fow{
	font-weight: bold;
}
.tra{
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s; 	/* IE 9 */
	-moz-transition: all 0.35s; 	/* Firefox */
	-o-transition : all 0.35s; 	/* Opera */
}
.curs {
    cursor: pointer;
}
.tedec{
    text-decoration: line-through;
}
/*清除浮动*/
.clear{
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size:0;
}
.clearfix {
    *zoom:1;
}
/*字体大小*/
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs24{
	font-size: 24px;
}
.fs30{
	font-size: 30px;
}
/*字体颜色*/
.c-white {
    color: #fff;
}
.colo0{
	color: #000 !important;
}
.c-6{
	color: #666;
}
.c-3{
	color: #333;
}
.c-fb8{
	color:#fb8d0b;
}
.c-87{
	color: #878787;
}
.c-4f{
	color: #4f4f4f;
}
.bgf2{
	background-color: #f2f2f2;
}
.bgf9{
	background-color: #f9f9f9;
}

.mg01 {
    margin-left:0.1rem;
}
/*常用颜色*/
.bg-333{
    background: #333;
}
.c-333{
    color: #333;
}
.bd-333{
    border:1px solid #333;
}

.bg-666{
    background: #666;
}
.c-666{
    color: #666;
}
.bd-666{
    border:1px solid #666;
}

.bg-red{
    background: #fb0b0b;
}
.c-red{
    color: #fb0b0b;
}
.bd-red{
    border:1px solid #fb0b0b;
}
/* 2020.3.11 */
.conta_cons&gt;div&gt;table{
	width: 50%;
	margin: 0 auto;
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td{
	margin-bottom: 15px;
	display: inline-block;
	font-size: 17px;
    color: #555555
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td:first-child{
	width: 16%;
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td:last-child{
	width: 70%;
}
.conta_cons&gt;div&gt;table&gt;tbody&gt;tr&gt;td input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
#tables{
	margin-top: 3%;
}
#Submit{
	font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #30b84a;
    width: 100px;
    border: none;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}








</pre></body></html>