  /* CSS Document */

.dno{display:none}
.dbk{ display:block}
.fl{ float:left;}
.fr{ float:right;}
.aposition{ position:relative}
.pr{ position:relative}
.pa{ position: absolute}


/*清除浮动样式*/
.clear{ clear:both; height:0; width:100%;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{zoom: 1; clear:both;}

/*几种不同间隔的样式*/
.space5{ height:5px; clear:both;}
.space10{ height:10px; clear:both;}
.space15{ height:15px; clear:both;}
.space20{ height:20px; clear:both;}
.space30{ height:30px; clear:both;}

/*几种不同的字体样式*/


/*长度百分比*/
.w33{width:33%;}
.w38{width:38%;}
.w50{width:50%;}
.w60{width:60%}
.w90{width:90%}
.w100{ width:100%;}
.w260{ width:260px; margin:10px auto 15px;}

/*其他样式*/
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.p05{ padding:5px;}
.p10{ padding:10px;}
.pt10{ padding-top:10px;}
.pb10{ padding-bottom:10px;}
.w320{ width:320px; margin:0 auto;}
.fontred{ color:#f9339b}
.fontgrey,.sfontgrey{ color:#999;}
.sfontgrey{ font-size:11px;}
.fontdark{ color:#242424;}
.fontyellow,.sfontyellow{ color:#eba602;}
.fontyellow{ text-decoration:underline; font-size:13px;}
.fontblue{color:#3366CC}
.gather{ color:#7d5302;}
.fblod{ font-weight:bold;}
.font16{ font-size:16px!important;color:#f9339b; font-weight:bold;}
.font16w{ font-size:16px; }
.font15{ color:#000; font-size:15px; text-align:center;}
.font14{ font-size:14px;}
.font12{ font-size:12px;}
.fontstyle{ text-decoration:line-through;}
.textc,.tc{ text-align:center}
.textr,.tr{ text-align: right}
.lh1{ line-height:1;}
.lh1_5{ line-height:1.5;}
.lh2{ line-height:2;}

.m0a{ margin:0 auto}
.mt10{ margin-top:10px !important;}
.mr10{ margin-right:10px;}
.ml10{ margin-left:10px;}
.mb10{ margin-bottom:10px;}
.mr20{ margin-right:20px;}
.hide{display:none;}
.compadding,.p14{ padding:0 8px;}
.prf05{ padding:0 5px;}
.pb5{ padding-bottom:5px;}
.red, a.red {color: #c9033b;}
.red1, a.red1 {color: #ff0000;}

.bgFFF{background-color:#FFF}

/*输入框*/
input.css{padding:0 5px; margin:0;background:#fff; border:1px solid #dadada; color:#404040; border-radius:4px; box-shadow:none; font-size:14px; height:38px; line-height:38px;}
textarea.css{padding:5px; margin:0;background:#fff; border:1px solid #dadada; color:#404040; border-radius:4px; box-shadow:none; font-size:14px;line-height:1.5;}
input.btn_css,button.btn_css{height:38px;vertical-align: unset;}
a.btn_css{height:38px;line-height:38px; padding-top:0; padding-bottom:0;}
select.css{height:38px;line-height:38px;background:#fff; border:1px solid #dadada;border-radius:4px;padding:0 5px;}

table.tdw10 td{ padding:0 10px;}

.input_t2{ line-height: 38px;
  border: #d7d7d7 solid 1px;
  border-radius: 5px;
  color: #989898;
  margin-bottom: 10px; position:relative;padding :0 10px 0 80px; background-color:#FFF}
.input_t2 span{ position:absolute; top:0; left:24px;}
.input_t2 input{line-height: 38px; border:0; width:100%}
.input_t2 i{position:absolute; top:3px; left:10px; color:#F00}

 input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;}