/*  公共样式  */
body {font-family: "PingFang SC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;}
a,input,button{ outline:none; }
a:link, a:visited, a:hover, a:active{text-decoration:none;}
p{font-family: '微软雅黑';}
ul li {list-style: none;padding: 0;margin: 0;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{font-size: 12px;font-weight: 100;padding: 0;margin: 0;}
input::-webkit-input-placeholder {color: #ccc;font-size:16px;letter-spacing: 1px;}
input::-moz-input-placeholder {color: #ccc;font-size:16px;letter-spacing: 1px;}
input::-ms-input-placeholder {color: #ccc;font-size:16px;letter-spacing: 1px;}

.fl {float: left;}
.fr {float: right;}
.fc {clear: both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}

.marBtt20{margin-bottom: 20px;}
.margin20{margin:20px;}
h2.willBg-blue {
    color: #333;
    padding: 10px 15px;
    text-align: center;
    font-size:20px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-top:30px;
    margin-bottom: 20px;
}
.width150 {width: 150px;}
.texRight {text-align: right;}

input,textarea{display: block;width: 100%;padding-left: 10px;}
input,textarea,select{height: 38px;border: 1px solid #ddd;
    width: 270px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 2px;outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;}
button,
input,
optgroup,
option,
select,
textarea {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;outline: 0;}
textarea{width: 100%;min-height: 150px;}
.layui-btn {
    display: inline-block;
    height: auto;
    line-height: inherit;
    padding: 7px 5px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 3px;
    border: none;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

label.LabelTitleName{text-align: right;height:38px;line-height: 38px;width: 150px;padding: 0 10px;}
label.LabelTitleName em{color:#f00;margin-right:5px;font-style: normal;font-weight: bold;}

.layui-input{max-width: 270px;}

span.TitleBlue{background: #266cd1;display: block;color:#fff;font-size:20px;letter-spacing: 3px;padding:10px 15px;margin-bottom: 20px;}
.AuditBox{max-width: 50%;}



@media screen and (min-width: 1200px){
    .mediaWid {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 916px){
    .AuditBox{max-width: 80%;}
}
@media screen and (max-width: 768px) {
    .AuditBox{max-width: 95%;}
}







