@charset "utf-8";
/**
 * @名称: 公共样式表
 * @功能: 存放公共模块所需的样式表，请开发者写好他人易懂的注释！
 *        如需修改，请自行测试其他页面无误后，方可。
 */
.bg-pink {
    background: pink;
}/**/
img {
    vertical-align: middle;
}
/* 为保持placeholder兼容字体样式问题  start */
input{
    color:#666666;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#b0b0b0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#b0b0b0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#b0b0b0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#b0b0b0;
}
/* 为保持placeholder兼容字体样式问题  end */


a:hover {
    color: #4d90ff;
}
a:hover, a:focus {
    text-decoration: none;
}
/* 清除浮动 */
.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}
.clearfix {
    zoom: 1; /* for IE6 IE7 */
}
/* 浮动左右，设置内联，减少浮动带来的 bug  */
.fl,
.fr {
    display: inline;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*显示隐藏*/
.show {
    display: inline-block;
}
.hide {
    display: none;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.position-relative {
    position:relative;
}
.position-absolute {
    position:absolute;
}
.overflow-hidden {
    overflow:hidden;
}
/*背景色*/
.bg-fff {
    background: #fff;
}
.bg-f4 {
    background: #f4f4f4;
}
.bg-f6 {
    background: #f6f6f6;
}
.bg-f7 {
    background: #f7f7f7;
}
.bg-f8 {
    background: #f8f8f8;
}
.bg-f9 {
     background: #f9f9f9;
 }
.bg-fa {
     background: #fafafa;
 }
.bg-478{
    background-color:#4787ff;
}
.color-tip {
    color: #ff7577;
}
.tip {
    color: #ff7577;
}
/* 字体颜色 */
.color-333 {
    color: #333;
}
.color-444 {
    color: #444;
}
.color-555 {
    color: #555;
}
.color-666 {
    color: #666;
}
.color-888 {
    color: #888;
}
.color-999 {
    color: #999;
}
.color-fff {
    color: #fff;
}
.color-9a {
    color: #9a9a9a;
}
.color-4c{
    color:#4c4c4c;
}
.color-2e77ff {
    color:#2e77ff;
}
.color-3e3 {
    color:#3e3a39;
}
.color-595a5a {
    color: #595a5a;
}
.color-ddcaa0{
    color: #ddcaa0;
}
.color-a0caed{
    color: #a0caed;
}
.color-9acec5{
    color: #9acec5;
}
/* 字体大小 */
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-24 {
    font-size: 24px;
}
/*字体加粗*/
.bold {
    font-weight: bold;
}
.font-weight-normal{
    font-weight: normal;
}
.eip-border {
    border: 1px solid #e5e5e5;
}
.eip-border-top {
    border-top: 1px solid #e5e5e5;
}
.eip-border-right {
    border-right: 1px solid #e5e5e5;
}
.eip-border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.eip-border-left {
    border-left: 1px solid #e5e5e5;
}

.line {
    display: inline-block;
    margin: 0 10px;
}
/*更多*/
.more {
    line-height: 44px;
    height: 44px;
    font-size: 12px;
    color: #004fe2;
}
.text-center {
    text-align: center;
}

/*---------------- width ------------------*/

/*
    具体的宽度值命名 width-px10
    百分比宽度值命名 width-10
*/
.width-5 {
    width: 5%;
}
.width-10 {
    width: 10%;
}
.width-15 {
    width: 15%;
}
.width-20 {
    width: 20%;
}
.width-25 {
    width: 25%;
}
.width-30 {
    width: 30%;
}
.width-35 {
    width: 35%;
}
.width-40 {
    width: 40%;
}
.width-45 {
    width: 45%;
}
.width-50 {
    width: 50%;
}
.width-55 {
    width: 50%;
}
.width-60 {
    width: 60%;
}
.width-75 {
     width: 75%;
 }
.width-70 {
    width: 70%;
}
.width-80 {
    width: 80%;
}
.width-85 {
    width: 85%;
}
.width-90 {
    width: 90%;
}
.width-95 {
    width: 95%;
}
.width-100 {
    width: 100%;
}
.width-px300 {
    width: 300px;
}
.width-px125 {
    width: 125px;
}
.width-px139 {
    width: 139px;
}
/*---------------- line-height ------------------*/
.line-h20 {
    line-height: 20px;
}
.line-h22 {
    line-height: 22px;
}
.line-h24 {
    line-height: 24px;
}
.line-h26 {
    line-height: 26px;
}
.line-h28 {
    line-height: 28px;
}
.line-h30 {
    line-height: 30px;
}
.line-h32 {
    line-height: 32px;
}
.line-h34 {
    line-height: 34px;
}
.line-h36 {
    line-height: 36px;
}
.line-h38 {
    line-height: 38px;
}
.line-h40 {
    line-height: 40px;
}
.line-h42 {
    line-height: 42px;
}
.line-h44 {
    line-height: 44px;
}
.line-h50 {
    line-height: 50px;
}
.line-h54 {
    line-height: 54px;
}
/*---------------- margin ------------------*/
.mg-l-auto {
    margin-left: auto;
}
.mg-r-auto {
    margin-right: auto;
}
/*margin-top*/
.mg-t5 {
    margin-top: 5px;
}
.mg-t10 {
    margin-top: 10px;
}
.mg-t15 {
    margin-top: 15px;
}
.mg-t20 {
    margin-top: 20px;
}
.mg-t23 {
    margin-top: 23px;
}
.mg-t25 {
    margin-top: 25px;
}
.mg-t30 {
    margin-top: 30px;
}
.mg-t35 {
    margin-top: 35px;
}
.mg-t40 {
    margin-top: 40px;
}
.mg-t45 {
    margin-top: 45px;
}
.mg-t50 {
    margin-top: 50px;
}
.mg-t55 {
    margin-top: 55px;
}
.mg-t60 {
    margin-top: 60px;
}
.mg-t80 {
    margin-top: 80px;
}
/*margin-left*/
.mg-l5 {
    margin-left: 5px;
}
.mg-l10 {
    margin-left: 10px;
}
.mg-l12 {
    margin-left: 12px;
}
.mg-l15 {
    margin-left: 15px;
}
.mg-l20 {
    margin-left: 20px;
}
.mg-l25 {
    margin-left: 25px;
}
.mg-l30 {
    margin-left: 30px;
}
.mg-l35 {
    margin-left: 35px;
}
.mg-l40 {
    margin-left: 40px;
}
.mg-l50 {
    margin-left: 50px;
}
.mg-l55 {
    margin-left: 55px;
}
.mg-l60 {
    margin-left: 60px;
}
.mg-l65 {
    margin-left: 65px;
}
.mg-l70 {
    margin-left: 70px;
}
.mg-l75 {
    margin-left: 75px;
}
.mg-l80 {
    margin-left: 80px;
}
.mg-l160 {
    margin-left: 160px;
}
/*margin-bottom*/
.mg-b5 {
    margin-bottom: 5px;
}
.mg-b10 {
    margin-bottom: 10px;
}
.mg-b15 {
    margin-bottom: 15px;
}
.mg-b20 {
    margin-bottom: 20px;
}
.mg-b23 {
    margin-bottom: 23px;
}
.mg-b25 {
    margin-bottom: 25px;
}
.mg-b30 {
    margin-bottom: 30px;
}
.mg-b35 {
    margin-bottom: 35px;
}
.mg-b40 {
    margin-bottom: 40px;
}
.mg-b45 {
    margin-bottom: 45px;
}
.mg-b50 {
    margin-bottom: 50px;
}
.mg-b55 {
    margin-bottom: 55px;
}
.mg-b60 {
    margin-bottom: 60px;
}
.mg-b65 {
    margin-bottom: 65px;
}
.mg-b70 {
    margin-bottom: 70px;
}
.mg-b100 {
    margin-bottom: 100px;
}
/*margin-right*/
.mg-r5 {
    margin-right: 5px;
}
.mg-r10 {
    margin-right: 10px;
}
.mg-r15 {
    margin-right: 15px;
}
.mg-r20 {
    margin-right: 20px;
}
.mg-r25 {
    margin-right: 25px;
}
.mg-r30 {
    margin-right: 30px;
}
.mg-r35 {
    margin-right: 35px;
}
.mg-r40 {
    margin-right: 40px;
}
.mg-r45 {
    margin-right: 45px;
}
.mg-r50 {
    margin-right: 50px;
}
.mg-r55 {
    margin-right: 55px;
}
.mg-r60 {
    margin-right: 60px;
}

/*---------------- padding ------------------*/
/*padding-top*/
.pd-t5 {
    padding-top: 5px;
}
.pd-t10 {
    padding-top: 10px;
}
.pd-t15 {
    padding-top: 15px;
}
.pd-t20 {
    padding-top: 20px;
}
.pd-t25 {
    padding-top: 25px;
}
.pd-t30 {
    padding-top: 30px;
}
.pd-t35 {
    padding-top: 35px;
}
.pd-t40 {
    padding-top: 40px;
}
.pd-t35 {
    padding-top: 35px;
}
.pd-t50 {
    padding-top: 50px;
}
/*padding-left*/
.pd-l5 {
    padding-left: 5px;
}
.pd-l10 {
    padding-left: 10px;
}
.pd-l15 {
    padding-left: 15px;
}
.pd-l20 {
    padding-left: 20px;
}
.pd-l25 {
    padding-left: 25px;
}
.pd-l30 {
    padding-left: 30px;
}
.pd-l35 {
    padding-left: 35px;
}
.pd-l40 {
    padding-left: 40px;
}
/*padding-bottom*/
.pd-b5 {
    padding-bottom: 5px;
}
.pd-b10 {
    padding-bottom: 10px;
}
.pd-b15 {
    padding-bottom: 15px;
}
.pd-b20 {
    padding-bottom: 20px;
}
.pd-b25 {
    padding-bottom: 25px;
}
.pd-b30 {
    padding-bottom: 30px;
}
.pd-b35 {
    padding-bottom: 35px;
}
.pd-b40 {
    padding-bottom: 40px;
}
.pd-b45 {
    padding-bottom: 45px;
}
.pd-b50 {
    padding-bottom: 50px;
}
/*padding-right*/
.pd-r5 {
    padding-right: 5px;
}
.pd-r10 {
    padding-right: 10px;
}
.pd-r15 {
    padding-right: 15px;
}
.pd-r20 {
    padding-right: 20px;
}
.pd-r25 {
    padding-right: 25px;
}
.pd-r35 {
    padding-right: 35px;
}
.pd-r40 {
    padding-right: 40px;
}


/*bui select 样式*/
input[type="text"].bui-select-input {
    padding: 9px 14px;
    height: 40px;
    color: #b0b0b0;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.bui-select .x-icon {
    width: 0;
    height: 0;
    display: none;
}
/*覆盖layui 样式*/
/*按钮*/
.layui-btn-normal {
    background-color:#4694ff;
}
.layui-btn-primary {
    border: 1px solid #4694ff;
    background-color: #fff;
    color: #4694ff;
}
.layui-btn-primary:hover {
    border-color: #4694ff;
    color: #4694ff;
}

/*页面布局*/
.layout__shadow {
    padding: 20px 35px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px #e7e7e7;
    -moz-box-shadow: 0 2px 5px #e7e7e7;
    box-shadow: 0 2px 5px #e7e7e7;
    min-height: 770px;
}
.layout__1200 {
    width: 1200px;
    margin: 0 auto;
}
.layout__top-bar{
    background-color: #3188fe;
    height: 45px;
}
.layout__top-bar .layout__logo {
    width: 133px;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
}
.layout__warp {
    width: 100%;
    height:auto;
}

.foot-copyright{

}

/*覆盖默认弹层样式*/
.bui-dialog a.bui-ext-close {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
}
.x-icon-normal,
.x-icon-normal:hover{
    background-image:none;
}

.bui-dialog .bui-ext-close-x {
    display: block;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border: none;
}
.bui-dialog{border-radius: 3px;border:1px solid #664b95;background: #fff;padding-bottom: 30px;box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);background-clip: padding-box;}
.bui-dialog .bui-stdmod-header{background: #ececec;color: #999999;font-family: Microsoft YaHei;font-size: 18px;padding: 0 0 0 20px;line-height: 50px;height: 50px;font-weight: normal;}
.bui-dialog .bui-stdmod-body{border:0;margin: 0; padding: 40px 30px 30px;text-align: center;max-height: 600px;overflow-y: auto;font-size: 14px;}
.bui-dialog .bui-stdmod-footer{margin: 0;text-align: center;border-top: none;padding: 0;}
.bui-dialog .cancel{height: 39px;}
.bui-dialog .bui-ext-close-x{background-color:#ececec; color: #999999;}
.bui-dialog .bui-ext-close-x:hover{background-color: inherit;}
.bui-dialog .bui-stdmod-footer .button + .button,
.bui-dialog .bui-stdmod-footer button + button {margin-left: 10px;margin-bottom: 0;}
.bui-dialog .bui-stdmod-footer .confirm{border: 0;font-size: 16px;height: 37px;line-height: 37px;color: #fff;background-color: #61b1e4;padding: 0 27px;border-radius: 2px;}
.bui-dialog .bui-stdmod-footer .cancel{
    border: none;
    background-color: #ffffff;
    font-size: 14px;
    color: #61b1e4;
    margin-left: 25px;
}
.bui-dialog .bui-stdmod-footer .confirm {
    background-color: #3188fe;
}


/*覆盖BUI select样式*/
.bui-select .bui-select-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bui-select .x-icon{
    width: 0;
    height: 0;
    display: none;
}

.bui-select-list {
    overflow-y: auto;
    height: 207px;
}
.bui-select-list .bui-list-item {
    display: block;
    padding: 3px 20px;
    color: #333;
    white-space: nowrap;
}
.bui-select-list .bui-list-item-selected {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.bui-select-list .bui-list-item-selected {
    background-color: #6ba3ff;
}
input[type="text"].bui-select-input {
    height: 40px;
    color: #aaa;
}

/*validator 样式*/
.errorClass {
    border: #f99999 1px solid!important;
}


@media (max-width: 1366px){
    .login-content {
        padding: 40px 0 0 0;
    }
    .layout__shadow {
        min-height: 700px;
    }
}