html {
    background-color: #f5f5f5;
}

body {
    font-size: 12px;
}

*:focus {
    outline: none;
}

.btn-gray {
    background-color: #c2c2c2 !important;
    border-color: #c2c2c2 !important;
    color: #FFF;
}

.blue-bg {
    background-color: #108EE9;
}

.ibox-title {
    padding: 10px 20px 0;
}

.ibox-title h4 {
    line-height: 30px;
}

.ibox-title .form-group {
    margin: 0;
}

.ibox-content {
    padding: 20px;
}

.contentpanel {
    background: #f1f1f1;
    padding: 15px;
    line-height: 3rem;
}

.form-control, .single-line {
    border-radius: 3px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #39aef5 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #108EE9 !important;;
    border-color: #108EE9 !important;;
    /*box-shadow: 0 0 3px 0 rgba(0, 157, 220, 0.50) !important;*/
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #108EE9 !important;;
    border-color: #108EE9 !important;;
    opacity: 0.8;
    outline: none;
    /*box-shadow: 0 0 3px 0 rgba(0, 157, 220, 0.50) !important;*/
}

.btn-primary.btn-outline {
    color: #108EE9;
}

.tip-sm-title {
    padding: 15px 0px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
}

/*.glyphicon-exchange{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/exchange.png") no-repeat;
    background-size: contain;
}*/
/*  */
.panel-default {
    border-color: #ddd;
    overflow: hidden;
}

/*  表格*/
.table-header {
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    background: #EFEFEF;
    border: 1px solid #ddd;
    overflow: hidden;
    border-bottom-width: 0px;
}

.table-bordered > tbody > tr > td.active,
.table-bordered > tbody > tr > th.active,
.table-bordered > tfoot > tr > td.active,
.table-bordered > tfoot > tr > th.active,
.table-bordered > thead > tr > td.active,
.table-bordered > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-header h2 {
    font-size: 16px;
    float: left;
    color: #333333;
    margin: 0px;
    padding: 0px;
    line-height: 43px;
}

.radius {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.option-btn {
    float: right;
}

.table-content {
    overflow: hidden;
    min-height: 615px;
}

.table-content .table-minheight {
    min-height: 540px;
    border: none;
    border-bottom-width: 0px;
}

.table-content .table-bordered {
    margin-bottom: 0px;
}

.table-content .page-npse {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.table-content .pagination-btn {
    border-top: 1px solid #dddddd;
    padding: 7px 10px;
    display: block;
    text-align: right;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 14px 6px;
    text-align: center;
}

.table > tbody > tr > td > img {
    height: 5rem;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.table-hover > tbody > tr:hover {
    background-color: #F0FFFF;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

/*分页*/
.page-content .pagination > li > a, .page-content .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    height: 3rem;
    margin: 0 0.2rem;
    border-radius: 0;
}

.page-content .pagination > li > span {
    color: #666;
}

.page-content .pagination .form-control {
    height: 3rem;
    text-align: center;
    color: #333333;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    width: 8rem;
}

.page-content .pagination .form-control:hover,
.page-content .pagination .form-control:focus {
    /*border: 1px solid #00afdd;*/
    border: 1px solid #108EE9;
}

.page-content .pagination {
    float: right;
    margin: 5px 0px 5px 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.page-content .pagination > li {
    float: left;
    list-style: none;
    display: block;
}

.page-content .pagination-all {
    display: block;
    float: right;
    margin-top: 19px;
    margin-right: 1rem;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    /*color: #00afdd;*/
    color: #108EE9;
    background-color: transparent !important;
    /*border-color: #00afdd;*/
    border-color: #108EE9;
}

/***** 7.1 FORM WIZARD *****/
.nav-justified {
    width: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: block;
        width: auto;
    }
}

.nav-wizard {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: block;
}

.nav-wizard li {
    margin-right: 5px;
    float: left;
    background: #ddd;
    border-radius: 5px;
}

.nav-wizard > li {
    position: relative;
    margin-right: 3px;

}

.nav-wizard > li > a {
    color: #666;
    cursor: pointer;
}

.nav-wizard > li > a {
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.nav-wizard > li > a:after {
    border-left: 19px solid #ddd;
    border-top: 19px solid rgba(0,0,0,0);
    border-bottom: 19px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 10;
}

.nav-wizard > li > a:before {
    border-left: 20px solid #fff;
    border-top: 20px solid rgba(0,0,0,0);
    border-bottom: 20px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -20px;
    z-index: 5;
}*/

.nav-wizard > li > a:hover,
.nav-wizard > li > a:active,
.nav-wizard > li > a:focus {
    background-color: #ccc;
}

.nav-wizard > li > a:hover:after,
.nav-wizard > li > a:active:after,
.nav-wizard > li > a:focus:after {
    border-left-color: #ccc;
}

.nav-wizard > li:first-child > a {
    padding-left: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nav-wizard > li:last-child > a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nav-wizard > li:last-child > a:after,
.nav-wizard > li:last-child > a:before {
    display: none;
}

.nav-wizard > li.active a,
.nav-wizard > li.active a:hover,
.nav-wizard > li.active a:focus,
.nav-wizard > li.active a:active {
    background-color: #3e82da !important;
    color: #fff !important;
    cursor: default;
    /* cursor: pointer; */
}

.nav-wizard > li.active a:after {
    border-left-color: #4e5154;
}

.nav-wizard > li.done a {
    background: rgba(62, 130, 218, 0.5);
    color: #fff;
}

.nav-wizard > li.done a:after {
    border-left-color: #394263;
}

.panel-wizard {
    margin-bottom: 20px;
}

.panel-wizard .tab-content {
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    overflow: hidden;
}

.tab-content {
    padding: 15px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}

.panel-wizard .wizard {
    margin: 0;
    background-color: #fcfcfc;
    padding: 15px 0px 15px 15px;
    border-top: 1px solid #ddd;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.panel-wizard .wizard:after {
    clear: both;
    display: block;
    content: '';
}

.panel-wizard .progress {
    margin-bottom: 5px;
}

.nav-disabled-click > li > a:hover,
.nav-disabled-click > li > a:active,
.nav-disabled-click > li > a:focus {
    background-color: #ddd;
    /* cursor: default; */
    cursor: pointer;
}

.nav-disabled-click > li > a:hover:after,
.nav-disabled-click > li > a:active:after,
.nav-disabled-click > li > a:focus:after {
    border-left-color: #ddd;
}

.nav-disabled-click > li.active > a:hover:after,
.nav-disabled-click > li.active > a:active:after,
.nav-disabled-click > li.active > a:focus:after {
    border-left-color: #4e5154;
    cursor: default;
}

.nav-disabled-click > li.done > a:hover,
.nav-disabled-click > li.done > a:active,
.nav-disabled-click > li.done > a:focus {
    background-color: #3e82da;
}

.nav-disabled-click > li.done > a:hover:after,
.nav-disabled-click > li.done > a:active:after,
.nav-disabled-click > li.done > a:focus:after {
    border-left-color: #394263;
}

.nav-wizard-success > li.done > a {
    background-color: #5cb85c;
}

.nav-wizard-success > li.done > a:after {
    border-left-color: #5cb85c;
}

.nav-wizard-warning > li.done > a {
    background-color: #f0ad4e;
}

.nav-wizard-warning > li.done > a:after {
    border-left-color: #f0ad4e;
}

.nav-wizard-danger > li.done > a {
    background-color: #d9534f;
}

.nav-wizard-danger > li.done > a:after {
    border-left-color: #d9534f;
}

.nav-wizard-info > li.done > a {
    background-color: #5bc0de;
}

.nav-wizard-info > li.done > a:after {
    border-left-color: #5bc0de;
}

/*表单样式*/
.ibox-content .form-group .control-label {
    text-align: right;
}

.w-e-toolbar {
    display: inline-block !important;
}

.w-e-toolbar .w-e-menu {
    display: inline-block !important;
}

/*loading*/
.mloading.mloading-mask {
    z-index: 9999;
}

/*上传图片*/
.upload .warp {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 15rem;
    height: 15rem;
    line-height: 15rem;
    border: 1px dashed #e5e6e7;
    border-radius: 3px;
}

.upload .image-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upload .up-text {
    display: block;
}

.upload .img-upload {
    width: 200%;
    /*height: 150px;*/
    vertical-align: bottom;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.warp {
    text-align: center;
    position: relative;
    border: 1px dashed #e5e6e7;
    border-radius: 5px;
    overflow: hidden;
}

.up-text {
    display: none;
}

.image-upload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
}

.img-upload {
    width: 100%;
    z-index: 1;
}

.cupload-upload-box {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgb(251, 253, 255);
    border: 1px dashed rgb(192, 204, 218);
    border-radius: 6px;
    box-sizing: border-box;
    width: 80%;
    height: 12rem;
    line-height: 12rem;
}

.cupload-image-list li {
    position: relative;
    text-align: center;
    border: 1px dashed rgb(251, 253, 255);
    border-radius: 6px;
    box-sizing: border-box;
    width: 80%;
    height: 12rem;
    line-height: 12rem;
    display: inline-block !important;
    margin-right: 1rem;
    overflow: hidden;
}

.cupload-image-list li img {
    width: 100%;
    height: 100%;
}

.file-del {
    position: absolute;
    top: 0;
    right: 0;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    padding: 4px;
    z-index: 2;
}

.cupload-upload-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.cupload-upload-btn {
    font-size: 4rem;
    color: rgb(140, 147, 157);
}

.wizard > .content > .body {
    position: initial !important;

}

.mr-1 {
    margin-right: 1rem;
}

.switchery {
    background-color: rgb(237, 85, 101) !important;
    transition: none !important;
}

.js-switch {
    display: block !important;
    opacity: 0;
    position: absolute;
    height: 30px;
    width: 50px;
    left: 50%;
    margin-left: -25px !important;
    z-index: 2;
    top: 50%;
    margin-top: -15px !important;
}

.clear {
    display: table-cell;
    overflow: hidden;
}

.sweet-alert {
    padding: 17px 17px 5rem !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0 0.8rem !important;
}

.row {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}

.wrapper {
    padding: 0;
}
/*.wrapper {*/
/*    background: #EFEFEF;*/
/*    width: 120rem;*/
/*    margin: 0 auto;*/
/*}*/

.pos-r {
    position: relative;
}

.primary {
    padding: 0.3rem 2rem 0.2rem;
    background: #108ee9;
    color: #fff;
    border: 1px solid #108ee9;
}

.h-3 {
    height: 3rem;
}

.h-4 {
    height: 4rem;
}

.w-12 {
    width: 12rem;
}

.primary:hover {
    opacity: 0.9;
    color: #fff;
}

.outline-primary {
    padding: 0.3rem 2rem 0.2rem;
    background: transparent;
    color: #108ee9;
    border: 1px solid #108ee9;
}

.outline-primary:hover {
    background: #108ee9;
    color: #fff !important;
    opacity: 0.9;
}

.text-center {
    text-align: center;
}

.justify-content {
    display: flex;
    justify-content: space-between;
}

.color-black {
    color: #272D31;
}

.color-ff6666 {
    color: #FF5353;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb > .active, .breadcrumb > li a {
    color: #108ee9;
}

.breadcrumb {
    background-color: #efefef;
    margin: 1rem;
}

.inline-block {
    display: inline-block;
}

.font-s {
    font-size: 12px;
}

.font-m {
    font-size: 14px !important;
}

.font-l {
    font-size: 16px !important;
}

.font-xl {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font-xxl {
    font-size: 22px !important;
}

.font-xxxl {
    font-size: 24px !important;
}

.tit-left {
    width: 0.4rem;
    height: 2rem;
    background: #108ee9;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.tit {
    margin-left: 1rem;
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
}

ul {
    padding-left: 0;
}

ul li {
    display: block;
    margin: 0.5rem 0;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 4rem;
}

.nav-ul > li > a {
    color: #999
}

.nav-ul > li.active > a, .nav-ul > li > a:hover, .nav-ul > li > a:focus, .nav-ul > li > a:active {
    color: #108ee9;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
    display: inline-block;
}

.w-9 {
    width: 85%;
    margin-right: 5px;
    display: inline-block;
}

.tab-content {
    border: none;
}

html, .gray-bg {
    background-color: #efefef;
}

a {
    color: #108ee9;
}

.label-success {
    background-color: #108ee9;
}

.label {
    border-radius: 0;
}

.bold-black {
    font-weight: bold;
    color: #272D31;
    font-size: 14px;
}

.table-down-g {
    padding-right: 20px;
    color: #555;
    background: url(../img/but-top.png) right top no-repeat,
    url(../img/but-bot.png) right bottom no-repeat;
    cursor: pointer;
}

.table-down-b {
    padding-right: 20px;
    color: #555;
    background: url(../img/but-top.png) right top no-repeat, url(../img/blue-but-bot.png) right bottom no-repeat;
    cursor: pointer;
}

.table-down-d {
    padding-right: 20px;
    color: #555;
    background: url(../img/blue-but-top.png) right top no-repeat, url(../img/but-bot.png) right bottom no-repeat;
    cursor: pointer;
}

.dis-none {
    display: none;
}

.over-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 1.2rem;
    margin: 0;
    display: inline-block;
}

.m {
    margin: 0;
}

.date-tiem-span, .date-s-span {
    margin: 0 0.3rem !important;
    color: #FF5353;
}

.tabs-container .nav-tabs > li a:hover {
    color: #108EE9;
}

.input-group {
    width: 100%;
}

dl,
dd {
    margin: 0;
}

.box dl {
    line-height: 4rem;
    padding-left: 11.5rem;
    min-height: 4rem;
    position: relative;
}

.box dt {
    display: inline-block;
    color: #6F757A;
    line-height: 3.5rem;
    width: 10rem;
    height: 3.5rem;
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    margin-top: 0.5rem;
    margin-right: 1rem;
    padding: 0 1rem;
    position: absolute;
    left: 0;
}

.box dd {
    display: inline-block;
    color: #252525;
    font-size: 12px;
    cursor: pointer;
    line-height: 3.5rem;
    height: 3.5rem;
    padding: 0 2rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
}

.box dd.active {
    color: #108EE9;
    background: #E6F3FD;
}

.box dl.select {
    margin: 0;
}

.box dl.select dd {
    color: #108EE9;
    background: #E6F3FD;
}

.box dl.select dd span {
    margin-left: 10px;
    cursor: pointer;
}

.theme-color {
    color: #108ee9;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #A8A6A6;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #A8A6A6;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #A8A6A6;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #A8A6A6;
}

.color-A8A6A6 {
    color: #A8A6A6;
}

.gohome {
    display: none;
}

@-moz-document url-prefix() {
    select.form-control {
        -moz-appearance: none;
        appearance: none;
        background: url("../img/but-bot.png") no-repeat;
        background-position: calc(100% - 7px) 50%;
        background-size: 0.8rem auto;
        border-radius: 3px;
        padding: 0;
    }
}

.border-s {
    background: #F8F2F2;
    padding: 1.5rem 0;
    border-color: #A6E6E6;
    border-width: 1px 0 1px 0px;
    border-style: solid;
}

.border-gray {
    padding: 1.5rem 0;
    border-color: #ddd;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.property-col:first-child .border-s, .property-col:first-child .border-gray,
.property-col:nth-child(6n+1) .border-s, .property-col:nth-child(6n+1) .border-gray {
    border-left-width: 1px;
}

.property-col:last-child .border-s, .property-col:last-child .border-gray,
.property-col:nth-child(6n) .border-s, .property-col:nth-child(6n) .border-gray {
    border-right-width: 1px;
}

.TK1, .TK2, .TK3 {
    height: 90%;
    overflow-y: scroll;
}

.no-border-radius {
    border-radius: 0;
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.js-switch {
    display: block !important;
    opacity: 0;
    position: absolute;
    height: 30px;
    width: 50px;
    left: 50%;
    margin-left: -25px !important;
    z-index: 2;
    top: 50%;
    margin-top: -15px !important;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 15px;
    position: absolute;
    top: 0;
    width: 15px;
}

.success-header {
    height: 4rem;
    padding: 1rem 2rem;
    background: #108ee9;
    color: #fff;
    border: none;
}

.contract-confirm-card {
    text-align: center;
    padding: 2rem;
}

button:focus {
    outline: none;
}