﻿body {
    font-family: 'Microsoft YaHei', "sans-serif", Arial, 'Hiragino Sans GB', 'Open Sans', 'Helvetica Neue';
}
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, q, em, ul, li, ol, form, article, aside, embed, dl, dt, dd, table, td, th, input, button, legend, blockquote, textarea, label, strong, img, fieldset {
    margin: 0;
    padding: 0;
}
html, body {
    font-size: 12px;
    height: 100%;
    width: 100%;
}
.wrap-box {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
.content {
    width: 84%;
    margin: 0 auto;
}
.supplier-user-page {
    background-color: #fff;
    margin-top: 10px;
    width: 1000px;
    margin: 20px auto 100px auto;
    background-color: #FFF;
}
.supplier-enterprise-page-less {
    background-color: #fff;
    padding-top: 6px;
}
.supplier-enterprise-page-less .supplier-user-head {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
}
/*----newsDetails----*/
.header{
    height: 44px;
    line-height: 44px;
    background-color: #228be2;
    padding: 0 15px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
}
.header .logo{
    float: left;
    position: relative;
    padding-left: 98px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.header .icon-iconfont-sany1{
    color: #FFF;
    font-size: 100px;
    font-weight: normal;
    position: absolute;
    left: -5px;
    top: 0px;
}
.header .main-title{
    color: #FFF;
    font-size: 14px;
    float: right;
}
.u-row {
    padding-bottom: 10px;
}
.col-label {
    text-align: right;
    margin-top: 5px;
}
.col-datainput {    
    text-align: left;
    margin-right: 10px;
}
.mast {
    color: red;
}