ul,li,p {list-style: none; margin: 0px;padding: 0px}
.body-bg {
    background: #eeeeee;
}
.page-title {
    color:#655c5a;
    font-size: 20px;
}
.tabbable-line {
    border-bottom: 1px solid #CCCCCC;
}

.line-dashed {
    padding-top: 10px;
    border-top: 1px dashed #CCCCCC;
}
.control-label {
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: 400;
}
.del-btns {
    padding-left: 10px;
}
.btn-half {
    display: block;
    width: 50%;
}

.login-content {
    border-top:3px solid #45b7af ;
    background-color: #fff;
    width: 400px;
    margin: 40px auto 10px;
    padding: 20px 30px 30px;
    overflow: hidden;
    position: relative;
}
.display-hide, .display-none {
    display: none;
}
.input-height {
    height: 40px;
}
.form-title {
    text-align: center;
    position: relative;
    height: 40px;
}
.form-title .login-title {
    background: #FFFFFF;
    display: block;
    position: absolute;
    width: 80px;
    margin-left: -40px;
    left: 50%;
    z-index: 1;
    color: #fb8d50;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
}
.bg-line {
    height: 1px;
    width: 100%;
    top:50%;
    z-index: 0;
    border-top: 1px dashed #cdcdcd;
    position: absolute;
}
.input-group-addon {
    cursor:pointer
}
.body-title {
    margin: 2px 0px;
}
.middle-line {
    margin-bottom: 3px;
    height: 1px;
    display: inline-block;
    width: 50px;
    background: #decebc;
}
.progress-checkbox {padding: 0px}
.progress-checkbox .mt-checkbox {margin-right: 20px}
.progress-checkbox .mt-checkbox>span.red {
    background: #e7505a;
}
.progress-checkbox .mt-checkbox>span.green {
    background: #32c5d2;
}
.progress-checkbox .mt-checkbox>span.white {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}


.bg-blue {
    color: #FFFFFF;
    background: #64c1e0;
}
.bg-green {
    color: #FFFFFF;
    background: #45b7af;
}

.bg-yellow {
    color: #FFFFFF;
    background: #f3ac54;
}

.bg-purple {
    color: #FFFFFF;
    background: #938dc6;
}
.bg-red {
    color: #FFFFFF;
    background: #ef5955;
}
.bg-white {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}
.btn-circle-50 {
    border-radius: 50%!important;
}

.abtn {padding:0px 5px}


.image-box {
    float: left;
}
.image-box li {
    float: left;
    margin: 0px 5px;
    display: inline;
    text-align: center;
}

.image-box li img {
    max-width: 100%;
    vertical-align: middle;
    height: 34px;
}

.image-box-68 li img {
    max-width: 100%;
    vertical-align: middle;
    height: 68px;
}

.my-summary ul li {
    width: 160px;
    height: 70px;
    margin: 15px 0 0 15px;
    display: inline-block;
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    list-style: none;
    list-style-type: none;
    padding: 5px;
}
.my-summary ul li h3 {
    padding: 0;
    font-weight: normal;
    font-size: 24px;
    color: #ee823c;
    line-height: 40px;
    margin:0;
}
.my-summary ul li a{
    text-decoration: none;
}
.my-summary ul li:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.my-summary ul li:hover p{
    color: #ee823c;
}
.my-summary ul li:after{
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    background: url("https://static.12301.cn/c_unified_login/images/icon-flag.png") center center no-repeat;
    content: " ";
}
.my-summary ul li p {
    font-size: 12px;
    color: #333;
    line-height: 17px;
}
.my-summary ul li p span{
    display: inline-block;
    line-height: 17px;
    float: left;

}
.my-summary ul li p i{
    display: inline-block;
    width: 35px;
    height: 17px;
    border:#f4b191 solid 1px;
    border-radius: 2px;
    font-size: 10px;
    font-style: normal;
    line-height: 15px;
    text-align: center;
    color: #f4b191;
    float: right;
    margin-right: 5px;
}
.over-back {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=50);
    opacity: .5;
    position: fixed;
    z-index: 1302;
    background-color: #000000;
}

.curmbs {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background: #fff;
    box-sizing: content-box;
    text-align: left;
}
.curmbs a{
    text-decoration: none;
    color: #03a9f4;
    font-weight: bold;
}

.curmbs .tabs {
    height: auto;
    /*overflow: hidden;*/
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}
.curmbs .tabs a {
    font-size: 12px;
    color: #fb8d50;
    border: #fb8d50 solid 1px;
    border-right: none;
    text-align: center;
    padding: 0 10px;
    line-height: 30px;
    text-indent: 0;
    font-weight: normal;
    float: left;
}


.curmbs .tabs a:nth-last-child(1){
    border-right: #fb8d50 solid 1px;
}

.curmbs .tabs a.tabs-br {
    border-right: #fb8d50 solid 1px;
}

.curmbs .tabs a:hover,.curmbs .tabs a.curr{
    color:#fff;
    background: #fb8d50;
}
.curmbs .tabs a span{
    padding: 3px 6px;
    background-color: #d64635;
    position: absolute;
    top: -5px;
    left: -10px;
    display: inline-block;
    border-radius: 12px !important;

}

.common-title {
    line-height: 30px;
    color: #fb8d50;
    text-indent: 10px;
    font-size: 14px;
    border-left: #fb8d50 solid 5px;
}
.common-title a.btn{
    text-align: center;
    display: inline-block;
    text-indent: 0;
}
.sd-print ul li {
    padding:5px 0px ;
}
.step-new-url ul li {
    margin: 5px;
    float: left;
    display: inline;
}
.print-ulr ul li {
    padding: 5px 0px;
}
.print-bordered>tbody>tr>td, .print-bordered>tbody>tr>th, .print-bordered>tfoot>tr>td, .print-bordered>tfoot>tr>th, .print-bordered>thead>tr>td, .print-bordered>thead>tr>th {
    border: 1px solid #333;
    padding:4px 8px ;
    vertical-align: middle;
}
.contract-box {
    margin: 15px;
    height: auto;
    overflow: hidden;
    border: #ddd solid 1px;
}
.contract-tab-list{
    height: auto;
    overflow: hidden;
    padding: 0!important;
    margin:0!important;
}
.contract-tab-list li{
    line-height: 40px;
    text-align: center;
    border-bottom: #ddd solid 1px;
    border-right: #ddd solid 1px;
    cursor: pointer;
}
.contract-tab-list li:nth-last-child(1){
    border-bottom: none;
}
.contract-tab-list li:hover, .contract-tab-list li.curr{
    background: #03a9f4;
    color: #fff;
}
.contract-content{
    padding: 0!important;
    margin: 0!important;
    position: relative;
    height: 368px;
    display: none;
}
.contract-content textarea{
    position: absolute;
    padding: 20px;
    border:none;
    width: 100%;
    height: 100%;
}
.set-step-display {
    display: none;
}
.padbtn {
    padding: 0px 5px;
}
.image-box a {
    display: block;
}
.partner-list li {
    float: left;
    display: inline;
    width: 50%;
    padding: 5px 10px;
    line-height: 24px;
}

.query-list li {
    margin: 10px;
    float: left;
    display: inline;
    width: 58px;
    height: 58px;
}
.query-list li img{
    width:58px;
    height: 58px;
}

#application-box {
    font-size: 14px;
    text-align: left;
    line-height: 42px;
}
.bodr-sty {
    display: inline-block;
    font-weight: normal;
}
.txt-dec {
    text-decoration:underline;
}
.brdr-bt {
    padding: 0px 5px;
    border-bottom: 1px solid #333333;
}
.wid-240 {
    min-width: 240px;
}

.wid-120 {
    min-width: 120px;
}

.wid-40 {
    min-width: 40px;
}

.wid-60 {
    min-width: 60px;
}

table.ellpisis {
    table-layout: fixed;
}
table.ellpisis tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.upload-boxs {
    position: relative;
}
.upload-boxs,.upload-btn{
    width: 110px;
}
.upload-inp{
    position: absolute;
    width: 110px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    top:0;
    left:0;
    filter: alpha(opacity=0);
}
.light-theme {
    height: 30px;
}
.pagination {
    margin: 0px;
}
.login-mobile {
    padding-left: 25px;
}
.login-smscode {
    padding-left: 25px;
}
.login-btn-style {
    padding: 5px 10px 5px 20px;
    width: 110px;
    font-size: 12px;
}
.query-btn-style {
    padding: 5px 12px;
    width: 150px;
    font-size: 12px;
}
.business-icons {
    display: inline-block;
    margin-top: 40px;
    width: 65px;
    height:55px;
}
.business-name {
    line-height: 24px;
}

.business-li {
    width:18.6%;
    text-align: center;
    float: left;
    display: inline;
    margin-left:1.1%;
    height: 140px;
}
.business-li a {
    display: block;
    color: #FFFFFF;
    text-decoration:none;
}
.drop-menu {
    position:absolute;
    top: 140px;
    left: 10px;
}
.drop-menu li {
    color: #655c5a;
    padding: 20px 0px;
    border-left:1px dashed #cccccc ;
    border-bottom:1px dashed #cccccc ;

}
.drop-menu li a{
    padding-left: 10px;
    margin-left: -4px;
    line-height: 24px;
    font-size: 12px;
    color: #655c5a;
}
.apply-handle ,.stop-handle{
    position: relative;
}
.apply-handle li a {
    background:url("https://static.12301.cn/c_unified_login/images/dashed_03.png") 0px 8px no-repeat;
}
.stop-handle li a {
    background:url("https://static.12301.cn/c_unified_login/images/dashed_05.png") 0px 8px no-repeat;
}
.form-apply {
    width: 80%;
    margin: 0px auto;
    border-top:3px solid #45b7af ;
    background-color: #fff;
}
.form-box {
    padding: 0px 50px;
}
.form-apply-title {
    color: #45a6d8;
}

.tab-active .tab-icon-01 {
    background:url("https://static.12301.cn/c_unified_login/images/form2_03.png") no-repeat;
    color:#FFFFFF;
}
.tab-icon-02 {
    background:url("https://static.12301.cn/c_unified_login/images/form2_05.png") no-repeat;
    color:#FFFFFF;
}
.tab-icon-03 {
    background:url("https://static.12301.cn/c_unified_login/images/form2_07.png") no-repeat;
    color:#FFFFFF;
}
.tab-active .tab-icon-02 {
    background:url("https://static.12301.cn/c_unified_login/images/form3_05.png") no-repeat;
}
.tab-active .tab-icon-03 {
    background:url("https://static.12301.cn/c_unified_login/images/form3_07.png") no-repeat;
}
.active-finish .progress-box{
    background:url("https://static.12301.cn/c_unified_login/images/form4_03.png") no-repeat;
}
.step-title {
    padding-top:5px;
    font-size: 12px;
    text-align: center;
    color: #decebc;
}
.tab-active .tab-icon {
    background:url("https://static.12301.cn/c_unified_login/images/form_03.png") no-repeat;
    color:#FFFFFF;
}

.tab-active .step-title,.active-finish .step-title {
    color: #f59326;
}
.step-tabs {
    padding-bottom: 20px;
    border-bottom:1px dashed #CCCCCC;
}
.step-tabs li {
    width:70px;
    float: left;
    font-size: 12px;
}
.progress-box {
    margin: 0px auto;
    display:block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.progress-line {
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
    width: 35%;
}
.btn-submit {
    font-size: 12px;
}
.btn-submit i {
    padding-right: 10px;
}
.form-lable {
    color: #555555;
    font-size: 12px;
}
.form-group input{
    font-size: 12px;
}
.input-icon {
    background:url("https://static.12301.cn/c_unified_login/images/form_10.png") 10px 12px no-repeat;
    padding: 6px 10px 6px 20px;

}
.add-input {
    position: relative;
}
.icon-add {
    background:url("https://static.12301.cn/c_unified_login/images/form_14.png") no-repeat;
    padding-left: 25px;
    height: 20px;
    font-size: 12px;
    color: #45a6d8;
}
.icon-del {
    background:url("https://static.12301.cn/c_unified_login/images/form_20.png") no-repeat;
    width: 20px;
    margin-top: 7px;
    float: right;
    height: 20px;
}
.input-money {
    width: 90%;
    float: left;
}
.font-hide {
    text-indent: -9999px;
}
.msg-tips {
    font-size: 12px;
    color: #ea0000;
    font-style: normal;
}

.tips-note {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
}
.btn {
    font-size: 12px;
}
/*3-8*/
.top-tips {
    width: 80%;
    margin: 5px auto;
}
.prc-top-box {
    padding-bottom: 10px;
    margin: 20px 20px 0px 20px;
    border-bottom: 1px dashed #CCCCCC;
}
.pro-icon-box {
    width: 78%;
    margin: 50px auto 10px auto ;
}
.pro-icon {
    width:55px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 12px;
    color: #f59326;
    background: url("https://static.12301.cn/c_unified_login/images/winicon_13.png");
}
.pro-line {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    width: 16%;
    float: left;
}

.icon-active {
    color: #FFFFFF;
    background: url("https://static.12301.cn/c_unified_login/images/winicon_11.png");
}

.table th {
    font-weight:normal;
    font-size: 12px;
    color: #333333;
}
.table td {
    font-size: 12px;
    color: #666666;
}
.btn-sm {
    padding:4px 12px;
}
#print-content{
    background: #FFFFFF;
}
.tab-display {
    display: none;
}
.tab-list .tab-active  a {
    padding: 4px 10px;
    border-radius:3px!important;
    color: #FFF;
    background-color: #45a6d8;
    border-color: #45a6d8;
}
.form-horizontal .checkbox-inline {
    margin-left: 0px;
}
.box-tabs {
    overflow: hidden;
}

.box-tabs li  {
    border-right:1px solid #eaeaea ;
    float: left;
    display: inline;
}
.box-tabs li a  {
    color: #999999;
    background-color: #f5f5f5;
    padding: 10px 15px;
}
.box-tabs li.active a {
    color: #2a3950;
    background: #ffffff;
}
.box-content .tab-box{
    display: none;
}
.box-content .active {
    display: block;
}
.show-pass {
    display: none;
}
.Validform_checktip {
    margin-top: 10px;
}
.travel-register-wapper {
    background: #ffffff;
    min-height: 500px;
    height: auto;
    padding-bottom: 20px;
    border-top:2px solid #45a6d8 ;
}
.register-title {
    width: 250px;
    line-height:45px;
    margin: 50px auto;
}
.register-logo {
    float: left;
}
.register-text {
    margin-left: 110px;
    font-size: 18px;
}
.register-select {
    width: 780px;
    margin: 0px auto;
}
.register-select ul li {
    float: left;
    display: inline;
    margin: 0px 10px;
    padding: 20px;
    width: 240px;
    height: 280px;
    border-radius: 4px!important;
    text-align: center;
}
.register-select ul li.apply-travel {
    border: 1px solid #f59326;
}

.register-select ul li.travel {
    border: 1px solid #87b71b;
}

.register-select ul li.group {
    border: 1px solid #45a6d8;
}
.register-select-info {
    padding: 0px 20px;
}

.register-select ul li .register-select-icon {
    margin: 20px auto 10px auto;
}
.register-select ul li .select-info-title {
    padding: 10px 0px;
    font-size: 14px;
}
.register-select ul li .select-info-desc {
    color: #999999;
    font-size: 12px;
}
.register-select-btn {
    margin-top: 20px;
}
.register-select-btn .btn {
    padding: 6px 25px;
}
.register-wapper-content .btn {
    line-height: 24px;
    font-size: 14px;
    padding: 6px 25px;
}
.register-wapper-content {
    width: 380px;
    margin: 0px auto;
}
.register-wapper-content .login-mobile {
    padding-left: 10px;
}
.register-wapper-content .login-smscode {
    padding-left: 10px;
}
.form-hide {
    display: none;
}
.upload-hide{
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    top:0;
    left:0;
    filter: alpha(opacity=0);
}
.upload-boxs {
    background: url("https://static.12301.cn/c_unified_login/images/reg_up_03.png")no-repeat;
    width: 60px;
    height: 60px;
}

.image-box {
    float: left;
}
.image-box li {
    float: left;
    margin-right: 10px;
    display: inline;
    text-align: center;
}

.image-box li img {
    max-width: 100%;
    vertical-align: middle;
    height: 34px;
}

.image-box li .data-image{
    border: 1px solid #dcdddd;
    margin-bottom: 5px;
}

.image-box li .file-name {
    margin-bottom: 5px;
    height: 34px;
    line-height: 34px;
}
.input-group-getcode {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #59b214;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #59b214;
    border-radius: 4px!important;
}
.register-wapper-content .btn.getCode-btn-register {
    padding: 6px 10px;
    border: 1px solid #59b214;
    color: #59b214;
    border-radius:  4px!important;
    background: #fff;
}
#alert {
    padding: 6px 12px;
    line-height: 24px;
    margin-bottom: 10px;
}
.register-success-icon {
    background: url("https://static.12301.cn/c_unified_login/images/reg_icon_03.png") no-repeat;
    padding-left: 50px;
    width: 130px;
    margin: 10px auto;
    font-size: 16px;
    line-height: 40px;
}
.back_account {
    text-align: center;
}
.account_list {
    margin-top: 10px;
}
.account_list ul li  {
    padding-left: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #3598dc;
}
.register-wapper-title .logo {
    width: 65px;
    height: 26px;
    background: url("https://static.12301.cn/c_unified_login/images/12301_03.png")  left center no-repeat;
    background-size: 100%;
    margin-top: 16px;
    margin-right: 10px;
}
.reg-icon-question {
    background: url("https://static.12301.cn/c_unified_login/images/reg_icon_05.png")  left center no-repeat;

}

.reg-icon-envelope {
    background: url("https://static.12301.cn/c_unified_login/images/reg_icon_08.png")  left center no-repeat;

}
.company-wrapper .btn {
    padding: 6px 12px;
}
.btn-width {
    width: 200px;
    margin: 10px auto;
}
.company-wrapper-title {
    width: 100%;
    height: 40px;
    line-height: 38px;
    background-color: #fff;
    border-top: #45a6d8 solid 2px !important;
    color: #f59326;
    padding-left: 10px;
    border-bottom: none;
}
.main-company-top {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}
.company-top-logo {
    float: left;
    display: inline;
    padding: 2px;
    border: 1px solid #eaeaea;
}
.company-top-logo img {
    width: 68px;
    height: 68px;
}
.company-top-info {
    width: 580px;
    margin-left: 10px;
    float: left;
}
.company-top-desc {
    font-size: 12px;
}
.company-desc-box .desc-box {
    width: 50%;
    line-height: 24px;
    float: left;
}
.company-group-info {
    float: right;
    padding: 6px 20px;
    background: #eaeaea;
}
.group-info－desc p {
    padding-bottom:5px ;
}
.group-info－desc .subject-group {
    color: #999999;
}
.company-group-brand {
    line-height: 24px;
}
.group-brand-right {
    width: 49%;
    float: right;
    padding: 10px;
    height: auto;
    background: #fff;
}
.group-brand-left {
    float: left;
    display: inline;
    width: 49%;
    padding: 10px;
    height: auto;
    background: #fff;
}
.search-input {
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    padding: 0px 20px 0px 12px;
}
.table-title {
    border-top: 2px solid #45a6d8;
}
.company-box-content {
    background: #ffffff;
}
.btn-width-modal {
    width: 142px;
}
.modal-body .btn {
    padding: 6px 25px;
}
#chart-container {
    position: relative;
    display: inline-block;
    height: 420px;
    width: 100%;
    background: #ffffff;
    overflow-x: auto;
}
.company-group-info  .btn {
    padding: 3px 12px;
}
.apply-info-open {
    line-height: 24px;
    font-size: 14px;
    padding-left: 20px;
}
.table {
    margin-bottom: 10px;
}
.modal-body .table>tbody>tr>td ,.modal-body .table>tfoot>tr>td{
    vertical-align: middle;
    padding: 3px;
}


.error-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.error-wrapper .error {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-top: 60px;
    background: url("https://static.12301.cn/c_unified_login/images/error_07.png")  center center no-repeat;
}
.error-wrapper p {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 40px;
}

.error-wrapper a {
    color: #2e8ded;
    font-size: 16px;
}

.error-wrapper .hot-phone {
    padding-left: 10px;
    font-size: 16px;
    margin: 20px 0px;
    color: #fb8d50;
}
.error-oprate {
    width: 340px;
    margin: 20px auto;
}

.page-tips-bold {
    display: none;
}
.page-wrapper-tips .page-tips-bold {
    background: #fcf3b6;
    height: 32px;
    display: block;
    padding-left: 10px;
    line-height: 32px;
    position: relative;
}
.page-tips-bold .icon {
    position: absolute;
    right: 10px;
    top:8px;
}
.page-wrapper-tips .navbar-fixed-top {
    top:32px;
}
.department-brand-left {
    width: 49%;
    float: left;
    height: auto;
    background: #fff;
}

.department-brand-right {
    float: right;
    display: inline;
    width: 49%;
    height: auto;
    background: #fff;
}

.add-list-btn {
    margin-top: 5px;
    margin-right: 5px;
}
/*提示*/
.update_notice {
    width: 480px;
    background: #ffffff;
    margin: 0px auto;
    color: #666666;
    position: relative;
    top: 35%;
    margin-top: -100px;
}
.update_notice_title {
    padding: 10px 10px;
    font-size:16px;
    color: #fb8d50;
    line-height: 24px;
    border-bottom: 1px solid #dcdddd;
}
.update_notice_content {
    color: #666666;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 24px;
}
.update_notice_content p {
    text-indent: 2em;
}
.update_notice_footer {
    padding: 10px 20px;
    text-align: right;
}
/*开发者*/
.developer_list {
    font-size: 12px;
    padding: 10px;
}
.developer_wapper {
    float: left;
    width: 100px;
    text-align: center;
    padding-top: 10px;
}
.developer_wapper p {
    padding-top: 5px;
}
.developer_info {
    float: left;
    width: 80%;
}
.developer_introduce {
    margin-top: 10px;
}
.enterprise-group {
    margin-top: 20px;
    margin-bottom: 20px;
}
.developer_introduce .introduce_info {
    float: left;
    width: 65%;
    margin-right: 20px;
}
.developer_introduce .introduce_btn {
    float: left;
    width: 30%;
}
.intro_td {
    border: 1px solid #dcdddd;
    padding: 10px;
    line-height: 20px;
    width: 100%;
}
.intro_td p {
    overflow: hidden;
}
.skin-code .layui-layer-content p{
    text-align: left;
}
.electronic－contract .intro_td:last-child {
    margin-top: 10px;
}
.enterprise-group .intro_td:last-child {
    margin-top: 10px;
}
.doc_list {
    padding: 20px;
}
.doc_list ul li {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
}
.doc_list ul li a {
    color: #333333;
}

.layui-layer-zt .layui-layer-title{background:#fb8d50; color:#fff; border: none;}
.layui-layer-zt .layui-layer-btn a{background:#fb8d50;}
.layui-layer-zt .layui-layer-btn .layui-layer-btn0 {border-color:#fb8d50}
.layui-layer-zt .layui-layer-content { text-align: left!important;text-indent:2em}



.risk-dialog-head {
    display: flex;
    align-items: center;
}

.risk-total {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #f9fafa;
    border: 1px solid #ccc;
    flex: 1;
    padding: 10px 5px;
    margin-left: 10px;
}

.risk-high-total {
    flex: 1;
}

.risk-medium-total {
    flex: 1;
}

.risk-high-total span {
    color: #ea0000;
    font-size: 20px;
    font-weight: 600;
}

.risk-medium-total span {
    color: #ffad01;
    font-size: 20px;
    font-weight: 600;
}


.risk-dialog-content {
    margin-top: 10px;
}

.risk-content-area {
    margin-top: 10px;
}

.risk-content-area .risk-title {
    font-size: 14px;
    font-weight: 600;
}

.high-area .number {
    color: #ea0000;
    padding-left: 10px;
}
.high-area .risk-title::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ea0000;
    border-radius: 50%!important;
    margin-right: 5px;
}

.medium-area .number {
    color: #ffad01;
    padding-left: 10px;
}

.medium-area .risk-title::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffad01;
    border-radius: 50%!important;
    margin-right: 5px;
}

.risk-zoon-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 15px;
}

.risk-zoon-list .risk-zoon-prov {
    width: 140px;
}

.risk-zoon-list .risk-zoon-city {
    flex: 1;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.high-area .risk-zoon-prov {
    color: #ea0000;
}

.high-area .risk-zoon-city .risk-item {
    color: #ea0000;
}

.medium-area .risk-zoon-prov {
    color: #ffad01;
}

.medium-area .risk-zoon-city .risk-item {
    color: #ffad01;
}

.risk-zoon-city .risk-delete-btn {
    cursor: pointer;
}

.risk-zoon-list .risk-zoon-city .risk-item {
    margin: 5px 7px;
    display: inline-block;
}