/*PUBLIC CSS*/
.content.C{font-family: Microsoft YaHei, arial, 宋体; font-size: 14px; line-height: 2; color: #666; margin: 0 auto; background: #fff;}
*{padding:0;margin:0; box-sizing: border-box; font-family: "microsoft yahei"; letter-spacing: 1px;}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{ margin: 0px; padding: 0px;font-family:"microsoft yahei";}
h3{font-size: 20px; text-align: center; font-weight: 700;}
img,input{border:none;vertical-align:middle;}
input:focus,button:focus{outline: none}
.form-control:focus{outline: 0; box-shadow: none}
ul,ol{list-style-type:none;}
th,td,input,select{font-size:14px;font-family:"microsoft yahei";}
button{border:none;cursor:pointer;font-size:14px;background-color:transparent;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px; font-size: 14px;}
a{color: inherit;outline:none;}
a:link,a:visited{text-decoration:none;outline:none; color: inherit}
a:hover,a:active{text-decoration:none;outline:none;color: inherit}
a.noLine{text-decoration: none}
.ellipsis{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.absolute { position:absolute; }
.relative { position:relative; }
.bold{ font-weight: 700}
.font6{ color: #666}
.font9{ color: #999}
.MB20 {margin-bottom: 20px;}
.text-indent{text-indent: 2em;}
.left{float: left}
.right{float: right}
.block{display: block;width: 100%; height: 100%}
.noBorder{border: 0px !important;}
.mask{ position:fixed; width: 100%; height: 100%; background:rgba(0,0,0,.7); left: 0; top: 0; z-index: 20; display: none}