/*头部*/
.logContent{
    position: absolute;
     top: 20px;
     right: 50%;
     margin-right: -450px;
}
.logContent .header-user-info {
    position: absolute;
        top: 0;
        right: 50%;
        margin-right: -130px;
}
/*alert组件样式覆盖*/
.alert-container .alert .close {
    float: left;
    top: 5px;
    left: -16px;
}
.alert-container .alert {
    min-width: inherit;
    line-height: 26px;
    text-indent: -12px;
}
.alert-container .alert-danger, .alert-container .alert-warning {
    color: #ff9a40;
    border-color: #fff1ed;
    background-color: #fff1ed;
}
.alert-container .alert-success {
    color: #6dbe57;
    border-color: #daefdd;
    background-color: #daefdd;
}
.alert-container .alert i, .alert-container .alert a {
    margin-left: 16px;
    float: left;
    width: 16px;
    height: 16px;
    min-width: 0;
}

.alert-container .alert-danger i, .alert-container .alert-warning i, .alert-container .alert-danger a, .alert-container .alert-warning a {
    background: url(../img/tip-danger.png) no-repeat center center;
}
.alert-container .alert-success i, .alert-container .alert-success a {
    background: url(../img/tip-suc.png) no-repeat center center;
}
a:link, a:visited {
    text-decoration: none;
    outline: none;
}
icon-remove{
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.btn-wite.active,.btn-wite.active a,.btn-wite:hover,.btn-wite:hover a{
    background: #316ACC;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.btn-wite{
    cursor: pointer;
    color: #fff;
    display: inline-block;
    width: 100px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    height: 38px;
    font-weight: 600;
    width: 170px;
    margin-top: 2px;
}
.btn-wite:before{
    content: "";
    position: absolute;
    top: 95px;

    width: 1px;
    height: 22px;
    background: #c5cdd8;
}
.index-menu li:first-child:before{
    display: none;
}

.btn-wite a{
    color: #fff;
    text-decoration: none;
    outline: none;
    width: 100%;
    display: inline-block;
    height: 100%;
    text-align: center;
    font-weight:600;
}
.btn-green.br5,.br5{
    border-radius: 5px;
}

.btn-org{
    font-size: 18px;
    color: #fff;
    background-color: #fc882d;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin-left: 20px;
    text-align: center;
}

.btn-back-green,.btn-back-green:hover{
    color: #fff;
    background-color: #2581cf;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    height: 24px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding: 0 15px;
    text-align: center;
}
.btn-dash-green{
    color: #2581cf;
    background-color: #fff;
    border: 1px dashed #2581cf;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    padding: 0 15px;
    margin-left: 20px;
    text-align: center;
}
.btn-green{
    color:#2581cf;
    background-color: #fff;
    border: 1px solid #2581cf;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    /*border-radius: 15px;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    padding: 0 15px;
    margin-left: 20px;
    text-align: center;
}
.btn-green:hover{
    color: #fff;
    background-color: #2581cf;
    text-decoration: none;
}
.btn-green-h{
    color: #fff;
    background-color: #2581cf;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 20px;
    text-align: center;
}
.btn-green-h:hover,.btn-green-h:focus{
    color: #fff;
    text-decoration: none;
    background-color: #0b60a9;
    border-color: #285e8e;
}
.btn-base {
    width: 250px;
    height: 30px;
    font-size: 14px;
    margin-left: 130px;
    padding-left: 8px;
    color: #fff;
    background-color: #2581cf;
    border: 1px solid #2581cf;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
}
.scrold{
    position: relative;
    width: 638px;
    height: 20px;
    border-radius: 10px;
}
.scrold-out{
    position: absolute;
    height: 100%;
    background-color: #dfdfdf;
    width: 100%;
    border-radius: 10px;
}
.scrold-in{
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, #ffbc06,#fc882d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc06', endColorstr='#fc882d',GradientType=1);
    border-radius: 10px;
}
.scrold-circle{
    position: absolute;
    height: 10px;
    background-color: #fff;
    width: 10px;
    border-radius: 5px;
    left: 10px;
    top: 5px;
}
.acle:after{
    content: "";
    display: block;
    clear: both;
}
.inblock{
    display: inline-block;
}

.bo2e5e{
    border-bottom: 2px solid #e5e5e5;
}
.bo1e5e{
    border-bottom: 1px solid #e5e5e5;
}
.plr25{
    padding: 0 25px;
}

.plr20{
    padding: 0 10px;
}
.pdl6{
    padding-left: 6px;
}
.pdl11{
    padding-left: 11px;
}
.mgl125{
    margin-left: 125px;
}
.mgt45{
    margin-top: 45px;
}
.fw{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.query-list-caption {
    padding-left: 5px;
    color: #666;
    font-size: 14px;
}
.caption::before {
    content: "";
    height: 15px;
    width: 5px;
    background-color: #0373D8;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    border-radius: 3px;
}
.btn-20{
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.btn-30 {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
}
.fw600{
    font-weight: 600;
    vertical-align: middle;
}

.grid {
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}
.grid  table{
    table-layout: fixed;
}
.ell{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.grid-table th {
    background-color: #fff;
    padding: 15px 0;
    color: #666;
    font-size: 12px;
}
.grid-table td {
    padding: 7px 0;
    color: #333;
    line-height: 2;
}

.be5e{
    border: 1px solid #e5e5e5;
}
.form-control {
    display: block;
    position: relative;
    margin: 5px 0;
    padding-left: 0px;
    height: 30px;
    line-height: 30px;
}
.form-control label{
    font-size: 16px;
    float: left;
    text-align: right;
    color: #333;
}
.normal-page .form-control{
    display: block;
    position: relative;
    margin: 5px 0;
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
}
.normal-page .form-control label{
    font-size: 16px;
    float: left;
    text-align: right;
    font-weight: 600;
    color: #333;
}
.normal-page .widget input.input{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    padding-left: 5px;
}
.normal-page .widget .input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    padding-left: 5px;
}
.normal-page .widget .select {
    line-height:3.4em;
}
.fly-form-center{
    margin-bottom: 50px;
    width: 860px;
    margin: 0 auto;
    padding-right: 140px;
}
.normal-page .date-div {
    padding-left: 185px;
}
.normal-page .circbor {
    height: 40px;
}
.normal-page .get-circbor {
    width: 110px;
    border: none;
}
.normal-page .circbor .circbor-refresh{
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 110px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: underline;
    color: #2581cf;
    cursor: pointer;
}
.normal-page .date-div .dropdown-wrap, .datepicker-wrap {
    height: 40px;
    line-height: 40px;
}
.normal-page .date-div .widget .dp97Input {
    height: 38px;
    padding-left: 5px;
    font-size: 14px;
}
.form-control .abs90 {
    position: absolute;
    left: 85px;
    right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 16px;
    color: #333;
}
.form-control .abs135 {
    position: absolute;
    left: 135px;
    right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 16px;
    color: #333;
}
.form-control .abs160 {
    position: absolute;
    left: 160px;
    right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 16px;
    color: #333;
}
.w300{
    width: 300px;
    margin: 0 auto;
}
.w620{
    width: 620px;
    margin: 0 auto;
}
.w670{
    width: 670px;
    margin: 0 auto;
}
.w940{
    width: 940px;
    margin: 0 auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 40px auto;
}
.r10{
    margin-left: 10px;
    margin-right: -10px;
}
.weizhi{
    padding: 10px 0;
}
.circbor{
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 40px;
    border-radius: 3px;
}
.circbor img{
    vertical-align: baseline;
}
.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background-color: #2581cf;
    border: none;
}
.widget .dp97Input {
    display: block;
    height: 28px;
    line-height: 20px;
    padding: 4px 0;
    width: 100%;
    border-radius: 3px 0 0 3px;
    text-indent: .33em;
    font-size: 12px;
    border: none;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.descript{
    font-size: 10px;
    white-space: normal;
    line-height: 1.4;
    color: #999;
}
.btn-radio{
    width: 50px;
    height: 26px;
    background-color: #ccc;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.btn-radio-content{
    width: 200%;
    height: 100%;
}
.btn-on{
    background-color: #00cc33 !important;
}
.btn-right{
    margin-left: -24px !important;
}
.btn-radio-open{
    width: 50%;
    height: 100%;
    border-radius: 13px;
    float: left;
    transition: margin-left 1s;
    -moz-transition: margin-left 1s; /* Firefox 4 */
    -webkit-transition: margin-left 1s; /* Safari 和 Chrome */
    -o-transition: margin-left 1s;
     margin-left: 0;
}

.btn-radio-close{
    width: 24px;
    height: 24px;
    margin-left: -49px;
    background-color: #fff;
    float: left;
    border-radius: 13px;
    border: 1px solid #ccc;
}
.safe-hide {
    display: none;
}
.safe-block {
    display: block;
}
.safe-inblock {
    display: inline-block;
}
.displaynone {
    display: none!important;
}
.displayblock {
    display: block!important;
}
.btn-wrap {
    margin: 10px 0;
    float: none;
    width: 100%;
    text-align: center;
    word-spacing: 30px;
}
.btn-serach {
    width: 120px;
        height: 40px;

    background-color: #0e9aef;
    border: 1px solid #3699d5;
    color: #fff;
}
.btn-opt {
    position: relative;
    width: 120px;
    height: 40px;

    background-color: #e8e8e8;
    border: 1px solid #d9d9d9;
    color: #666;
}
/*确认框*/
.dialog-title {
    font-size:18px;
}
.dialog-content-list {
    padding: 30px 0;
    width: 100%;
    height: 108px;
}
.dialog-content-list .dialog-warning {
    background: url(../img/warning.png) right center no-repeat;
}

.dialog-content-list .dialog-type {
    width: 30%;
    height: 47px;
}
table tbody tr td div {
    padding: 0 5px;
}
.dialog-content-list .dialog-content-bottom-tip {
    padding-right: 20px;
    width: 100%;
    height: auto;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}
.dialog-footer {
    padding-bottom: 34px;
    text-align: center;
}
.dialog-button {
    float: none;
}
.dialog-footer button.dialog-autofocus {
    outline: none;
    background-color:#2581cf;
    border-color:#2581cf;
}
.dialog-footer button {
    padding: 6px 24px;
    margin: 0 10px;
}
.dialog-footer button.dialog-autofocus:hover, .dialog-footer button.dialog-autofocus:focus, .dialog-footer button.dialog-autofocus:active {
    color: #ffffff;
    background-color: #2581cf;
    border-color: #2581cf;
}
.dialog-content-list .dialog-type2 {
    width: 38%;
    height: 47px;
}
.dialog-content-list .dialog-content-tip-list2 {
    width: 60%;
    height: 47px;
    text-align: left;
}
.dialog-content-list .dialog-content-top-tip2 {
    line-height: 47px;
}

.dialog-register-list {
    padding: 10px 0;
    width: 100%;
    height: 108px;
    margin:0 auto;
}
.dialog-register-list .dialog-success {
    margin:0 auto;
    background: url(../img/select_fill.png) center center no-repeat;
}
.dialog-register-list .dialog-type {
    width: 30%;
    height: 50px;
}
.dialog-register-list .dialog-register-tip-list {
    line-height:50px;
    height: 50px;
    text-align: center;
}

.required {
    color:red;
}

.simple-warning{
    padding: 30px;
}
.simple-warning .dialog-type{
    width: 47px;
}
.simple-warning .dialog-content-tip-list{
    width: calc(100% - 56px);
}

/*-------- 遮罩样式 begin--------- */

.fly-mask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: table;
}

.fly-mask-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.fly-mask iframe {
    display: none;
}

.fly-mask-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2;
}

.fly-mask-content>div {
    display: inline-block;
    width: 200px;
    background: #fff;
    border-radius: 5px;
}

.fly-mask-content>div>em {
    padding: 15px;
    background: url(../img/loading.gif) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
}


/*-------- 遮罩样式 end--------- */


/* 提醒弹窗 */
.warning-small-dialog {
  position: absolute;
  top: 0;
  z-index: 9999;
}
.warning-small-dialog .fly-mask{
  position:fixed;
  width:100%;
  height:100%;
}

.warning-small-dialog .title{
  color: red;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.warning-small-dialog .register-warper{
  position: relative;
  width: 420px !important;
  height: 256px;
  padding: 32px 40px;
  margin-top: 24vh;
}

.warning-small-dialog .warning-tips{
  text-align: left;
  font-size: 16px; 
  /* padding-top: 12px;
  font-size: 16px; */
}

.warning-small-dialog .warning-tips::before{
  display: inline-block;
  content: '';
  background: url(../img/index-img/warning.png) center center no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  /* margin-right: 8px; */
  margin-top: -2px;
  vertical-align: middle;
}

.warning-small-dialog .dialog-btn{
  margin-top: 40px;
  height: 36px;
  margin: 20px 15px;
  width: 120px;
  background: #409EFF;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}

.warning-small-dialog .dialog-btn:hover{
  background: #197ee7;
}

.warning-small-dialog .cancel-btn{
  background: #fff;
  color: #333;
  line-height: 35px;
  border: 1px solid #d1d2d3;
}
.warning-small-dialog .cancel-btn:hover{
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.warning-small-dialog .close-icon{
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  color: #646262;
  cursor: pointer;
}
.warning-small-dialog .close-icon::before{
  content: "\2716";
}
.warning-small-dialog .close-icon:hover{
  color: red;
}

/* 扫描二维码的弹窗 */
.qrcode-dialog{
  position:fixed;
  width:100%;
  height:100%
}
.qrcode-dialog .register-warper {
  position: relative;
  width: 600px !important;
  padding: 10px;
}
.qrcode-dialog .dialog-title{
  text-align: left;
  font-size: 22px;
}

.qrcode-dialog .dialog-content{
  padding: 24px 0;
}

.qrcode-dialog .tip-dialog-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/close-btn.png) no-repeat left center;
  right: 22px;
  top: 6px;
  cursor: pointer;
}

.qrcode-dialog .important-title {
  font-size: 20px;
  /* font-weight: 600; */
  margin: 0 0 16px;
  text-align: center;
}

.qrcode-dialog .img-box {
  position: relative;
  width: 200px;
  height: 230px;
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.qrcode-dialog .img-box img {
  width: 180px;
  height: 180px;
  margin: 10px;
}

.qrcode-dialog .img-box .fail-tips {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 55px 0;
  line-height: 40px;
}

.qrcode-dialog .img-box .fail-tips button {
  background: #409EFF;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  line-height: 30px;
}

.op {
  opacity: 0.1;
}

.qrcode-dialog .point {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #363636;
  margin: 3px 5px;
  border-radius: 50%;
}

.qrcode-dialog .close-btn{
  display: block;
  margin: 0 auto;
  border: none;
  padding: 8px 18px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 24px;
}


