/* CSS Document */
*{margin:0;padding:0;}
html,body{background-color: #fff; color: #666;font: 12px/1.2 "苹方", arial,tahoma, Microsoft YaHei, Hiragino Sans GB, \\5b8b\4f53, sans-serif;}
button, input, select, textarea{font: 12px/1.2 "苹方", arial,tahoma, Microsoft YaHei, Hiragino Sans GB, \\5b8b\4f53, sans-serif;}
li{list-style: none }
img{border: 0; vertical-align: middle;  }
button,input,textarea{border-radius: 0; border: none;outline: none;}
a{color: #666; text-decoration: none; }
a:hover{color: #333;}
a:active,a:focus{-moz-outline:none; outline:none; text-decoration:none;}/* 去掉a链接点击过后的虚线边框 */
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight:normal;}
em,i,address, cite, dfn, var {font-style: normal}
code, kbd, pre, samp {font-family: courier new, courier, monospace }
table {border-collapse: collapse; border-spacing: 0 }
del{text-decoration:line-through;}/* 一致的 del 样式 */
td,pre{/*white-space: pre-wrap;*/word-wrap: break-word;}/* pre 可以换行*/
th {text-align:inherit;}/* ie bug：th 不继承 text-align */
iframe{display:block;}/* ie6 7 8(q) bug 显示为行内表现 */
a,button,input,optgroup,select,textarea,label { -webkit-tap-highlight-color: rgba(0,0,0,0); }/*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
input[type="number"]{-moz-appearance:textfield;}/*去掉数字输入框右边上下箭头*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
html,body{background-color: #F5F5F5; color:#37474F;}

.fl{float:left;}
.fr{float:right;}
.elli{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}/* 单行多出省略号.... */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1; /* for ie6 & ie7 */}
.hide{display: none; opacity: 0;}



/*2019-01-11*/
.main-top .top-col1{width: 100%; overflow: hidden;}


/*空样式*/
.no-data-show{/*width: 730px;*/ background: #FEF9F3 url("../images/nothing.png") no-repeat 315px 43px;/* border-bottom: 1px solid #fae3cc;*/ padding: 65px 0 75px 460px;}
.no-data-show h5{color: #666666; font-size: 20px;}
.no-data-show h5 span{color: #000000; }
.no-data-show p{color: #666666; padding-top: 10px; font-size: 14px; line-height: 23px;}
.no-data-show .orange{color: #ff6633; font-size: 16px; padding: 0 5px 0 10px;}
.no-data-show .green{color: #2fbdc8; font-size: 16px; padding: 0 5px 0 10px;}
.no-data-show a:hover{text-decoration: underline;}

