﻿@charset "utf-8";
/* CSS Document */

/* 容器部分 */

html,body,div,p,form,ul,dl,dt,dd,h1{padding:0px; margin:0px;font-family:'微软雅黑','宋体',Arial,sans-serif;color:#666666;} /* 通配符初始化指定标签边界和填充 */
html{background-color:#ffffff;}
body{font-size:12px; position:relative;font-family:'微软雅黑',Arial, Helvetica, sans-serif;background-color:#ffffff;}

div{word-wrap:break-word;}                                    /* word-break:break-all; 意思是强制换行 */
ol li, ul li,li{list-style:none; display:block;  }
dl dt dd{float:left; margin:0px;}
textarea{display:block; overflow:auto;}

/* 链接部分 */
a{text-decoration:none;color:#666666}/*ie6 取消所有超链接下划线 */
a:link{text-decoration:none;color:#666666}                                 /* 默认 */   
a:hover{}                                                     /* 鼠标放上去的时候 */ 
a:active{}                                                    /* 点击的时候 */ 
a:visited{}                                                   /* 访问过来的时候 */ 

/* 图片部分 */
img{border:0;}
.img{cursor:pointer;}
*:lang(zh) img{margin:0 0 -4px;}

/* 常用CSS类 */
.clear{clear:both; height:0; line-height:0; font-size:0; display:block; overflow:hidden;}
.noborder{border:none;}
.txtleft{text-align:left !important;}
.txtright{text-align:right !important;}
.txtcenter{text-align:center !important;}
.hide{display:none;}
.red{color:#F00;}
.green{color:#0C0;}
.yellow{color:#C30;}
.blue{color:#39C;}

.error{width:100%;background:red;color:#fff;font-size:15px;height:30px;line-height:30px;}
.yi_textarea{resize : none;display:inline-block;line-height:22px !important;}
.yi_sapn_jiaxing{float:none !important;color:#ff6a00 !important;font-size:16px !important;vertical-align:middle;}
.yi_sapn_jiaxing_hide{float:none !important;color:white !important;font-size:16px !important;vertical-align:middle;}
.yi_il_block{display:inline-block;text-align:left;}
.inlineb{display:inline-block;width:60px}
.inlinet{display:inline-table;}
.inlineg{display:inline-grid;}
.yi_dpnone{display:none}
.yi_fl{float:left !important;}
.yi_fr{float:right !important;}
.xiaoshou{cursor:pointer;}
.border_b{border:0px;border-bottom:1px solid #f2f2f2;}
.border_0{border:0px !important;}

/* 常用宽度 */
.w5{width:5% !important;}.w10{width:10% !important;}.w15{width:15% !important;}.w20{width:20% !important;}.w25{width:25% !important;}.w30{width:30% !important;}.w35{width:35% !important;}
.w40{width:40% !important;}.w45{width:45% !important;}.w48{width:48% !important;}.w50{width:50% !important;}.w55{width:55% !important;}.w60{width:60% !important;}.w65{width:65% !important;}
.w70{width:70% !important;}.w75{width:75% !important;}.w80{width:80% !important;}.w85{width:85% !important;}.w90{width:90% !important;}.w95{width:95% !important;}.w98{width:98% !important;}

/* 常用高度 */
.h5{height:5px !important;}.h10{height:10px !important;}.h15{height:15px !important;}.h18{height:18px !important;}.h20{height:20px !important;}.h25{height:25px !important;}.h30{height:30px !important;}.h40{height:40px !important;}
.h50{height:50px !important;}.h80{height:80px !important;}.h100{height:100px !important;}.h120{height:120px !important;}.h150{height:150px !important;}.h180{height:180px !important;}
.h200{height:200px !important;}.h250{height:250px !important;}.h300{height:300px !important;}.h350{height:350px !important;}.h400{height:400px !important;}

/****** new calss ***************************************************/

.yi_w10p{width:10px !important;}.yi_w20p{width:20px !important;}.yi_w30p{width:30px !important;}.yi_w35p{width:35px !important;}.yi_w40p{width:40px !important;}.yi_w45p{width:45px !important;}.yi_w50p{width:50px !important;}
.yi_w55p{width:55px !important;}.yi_w60p{width:60px !important;}.yi_w70p{width:70px !important;}.yi_w80p{width:80px !important;}.yi_w90p{width:90px !important;}.yi_w100p{width:100px !important;}
.yi_w110p{width:110px !important;}.yi_w120p{width:120px !important;}.yi_w130p{width:130px !important;}.yi_w150p{width:150px !important;}.yi_w180p{width:180px !important;}.yi_w190p{width:190px !important;}.yi_w200p{width:200px !important;}
.yi_w205p{width:205px !important;}.yi_w210p{width:210px !important;}.yi_w220p{width:220px !important;}.yi_w250p{width:250px !important;}.yi_w260p{width:260px !important;}.yi_w270p{width:270px !important;}
.yi_w300p{width:300px !important;}.yi_w100b{width:100% !important;}

.yi_min_w10p{min-width:10px !important;}.yi_min_w20p{min-width:20px !important;}.yi_min_w30p{min-width:30px !important;}.yi_min_w40p{min-width:40px !important;}.yi_min_w50p{min-width:50px !important;}
.yi_min_w60p{min-width:60px !important;}.yi_min_w70p{min-width:70px !important;}.yi_min_w80p{min-width:80px !important;}.yi_min_w90p{min-width:90px !important;}.yi_min_w100p{min-width:100px !important;}
.yi_min_w150p{min-width:150px !important;}.yi_min_w180p{min-width:180px !important;}

