@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: "宋体";
    background: #fff;
}

input::-ms-reveal {
    display: none;
}

ul, li, form, dl, dd, dt, p {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

img, img a {
    border: 0px;
}

.n {
    font-weight: normal;
    font-style: normal;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    height: 0px;
    font-size: 0px;
    clear: both;
}

.cl2 {
    clear: left;
    margin-top: 30px;
    *margin-top: 0;
}

.z {
    *zoom: 1;
}

.wl, .wl a {
    color: #fff;
}

.wb, .wb a {
    color: #333;
}

.wr, .wr a {
    color: #F00;
}

.wg, .wg a {
    color: #999;
}

.wc, .wc a {
    color: #ccc;
}

.wblue, .wblue a {
    color: #0066CC;
}

.wgr, .wgr a {
    color: #79BA3F;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

.dsl {
    display: inline
}

/* 字体相关 */
h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 35px;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: 26px;
    margin: 0px;
    padding: 0px;
}

.fyh {
    font-family: "微软雅黑", "Microsoft YaHei"
}

.fs {
    font-family: "宋体"
}

.f12, .f12 a {
    font-size: 12px;
}

.f14, .f14 a {
    font-size: 14px;
}

.f16, .f16 a {
    font-size: 16px;
}

.f18, .f18 a {
    font-size: 18px;
}

.f20, .f20 a {
    font-size: 20px;
}

.f24, .f24 a {
    font-size: 24px;
}

.f28, .f28 a {
    font-size: 28px;
}

.f32, .f32 a {
    font-size: 32px;
}

.f36, .f36 a {
    font-size: 36px;
}

.f45, .f45 a {
    font-size: 45px;
}

.f60, .f60 a {
    font-size: 60px;
}

.l12 {
    line-height: 12px;
}

.l14 {
    line-height: 14px;
}

.l16 {
    line-height: 16px;
}

.l18 {
    line-height: 15px;
}

.l20 {
    line-height: 20px;
}

.l24 {
    line-height: 26px;
}

.l28 {
    line-height: 28px;
}

.l30 {
    line-height: 30px;
}

.l32 {
    line-height: 32px;
}

.l36 {
    line-height: 36px;
}

.l45 {
    line-height: 45px;
}

.l60 {
    line-height: 60px;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.w100 {
    width: 100%;
}

.w1000 {
    width: 1000px;
}

/* 高度 */
.h20 {
    height: 20px;
}

.h24 {
    height: 24px;
}

.h28 {
    height: 28px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px;
}

.h300 {
    height: 300px;
}

.h350 {
    height: 350px;
}

.h400 {
    height: 400px;
}


/* 内距 */
.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd25 {
    padding: 25px;
}

.pd30 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pd50 {
    padding: 50px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
    height: 525px;
}

/* 外距 */
.mg5 {
    margin: 5px;
}

.mg10 {
    margin: 10px;
}

.mg15 {
    margin: 15px;
}

.mg20 {
    margin: 20px;
}

.mg25 {
    margin: 25px;
}

.mg30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.bb1d {
    border-bottom: 1px #ccc dashed;
}

.li33 ul li {
    width: 33%;
    float: left;
}

.orange {
    color: #FF6600;
}

/*清除浮动*/
.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*基于display:table-cell的自适应布局*/
.cell {
    display: table-cell;
    *display: inline-block;
    width: 2000px;
    *width: auto;
}

/*双栏自适应cell部分连续英文字符换行*/
.cell_bk {
    display: table;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

/*单行文字溢出虚点显示*/
.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* CSS Document */
#mainbox {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;
    padding-bottom: 0px; /*height: auto;  height: 100%;width: 100%;*/ /*background: rgba(0,0,0,0.6)*/;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

#mainbox div.popup-box {
    display: block;
    width: 650px;
    height: 474px;
    background: #fff;
    border-radius: 8px;
    margin: 10% auto 0;
}

#mainbox .head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    background-image: url('http://erpdownload.qiniu.wsgjp.com/notice-bg.png');
    background-size: cover;
    color: #FFF;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-family: 微软雅黑;
    border-radius: 6px 6px 0 0;
}

#mainbox .content {
    height: 340px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#mainbox .text {
    width: 92.5%;
    height: 329px;
    padding: 4px 24px 4px 24px;
    font-family: 微软雅黑;
    line-height: 28px;
    /*text-indent: 14px;*/
    text-align: justify;
    font-size: 14px;
    overflow-y: auto;
}

#mainbox a {
    width: 800px;
    height: 260px;
    margin: 0 auto;
    margin-top: 3px;
    padding: 4px;
    font-family: 微软雅黑;
    line-height: 15px;
    text-indent: 13px;
    text-align: justify;
    color: #1c80be;
    font-size: 16px;
    overflow-y: auto;
}

#mainbox .botton {
    cursor: pointer;
    width: 80px;
    background: #0084FF;
    margin-right: 15px;
    line-height: 30px;
    text-align: center;
    font-family: 微软雅黑;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
}

#mainbox .botton:hover {
    background: #0084FF;
}

#mainbox .btm-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    height: 50px;
}


#mainbox .warn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
}

#mainbox .warn input {
    float: left;
    width: 15px;
    margin-top: 8px;
    margin-right: 5px;
}

#mainbox .warn i {
    float: left;
    font-style: normal;
    font-family: 微软雅黑;
    color: #2b2424;
    font-size: 16px;
}

#notice {
    display: none;
    position: absolute;
    height: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
}

#notice div.popup-box {
    display: block;
    width: 1000px;
    height: auto;
    background: #ffffff;
    margin: 0 auto;
    position: relative; /*脱离文档流*/
    top: 50%; /*偏移*/
    margin-top: -220px;
    padding: 8px;
    z-index: 999;
}

#notice .box {
    box-sizing: border-box;
    border: 2px solid #EDD8CB;
}

#notice .head {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-family: 微软雅黑;
    padding-top: 18px;
}

#notice .content {
    width: 100%;
    height: 100%;
    height: auto;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 38px;
}

#notice .text {
    width: 900px;
    height: 320px;
    margin: 0 auto;
    margin-top: 3px;
    padding: 4px;
    font-family: 微软雅黑;
    line-height: 15px;
    text-indent: 13px;
    text-align: justify;
    color: #1c80be;
    font-size: 16px;
    overflow-y: auto;
}


#notice .botton {
    cursor: pointer;
    width: 90px;
    height: 27px;
    background: #2294db;
    margin-left: 42%;
    margin-top: -45px;
    line-height: 25px;
    text-align: center;
    font-family: 微软雅黑;
    color: #FFF;
    font-size: 18px;
    float: left;
}

#notice .botton:hover {
    background: #1a88cd;
}

#notice .warn {
    float: left;
    width: 90px;
    height: 15px;
    margin-left: 52%;
    margin-top: -45px; /*display: none; */
}

#notice .warn input {
    float: left;
    width: 15px;
    margin-top: 5px;
}

#notice .warn i {
    float: left;
    font-style: normal;
    font-family: 微软雅黑;
    color: #2b2424;
    font-size: 16px;
}
