/*-----Author: mary-----*/
@import url('bootstrap-select.min.css');
@import url('bootstrap.min.css');
@import url('fonticon.css');
@import url('../font/css/font-awesome.min.css');

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f8f3f0;
    font-family: Microsoft YaHei, 'Open Sans', sans-serif;
    position: relative;
    min-height: 100%;
    color: #7a7676;
    line-height: 20px;
    font-size: 14px;
}

input, select, textarea {
    font-family: Microsoft YaHei, 'Open Sans', sans-serif;
    color: #767676;
}

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a {
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    font-family: Microsoft YaHei, 'Open Sans', sans-serif;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}

.mtop10 {
    margin-top: 10px;
}

.hide {
    display: none;
}

hr {
    border-color: #ddd;
}

ul, li, dl, dt, dd, ol {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.points {
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #060101;
    letter-spacing: 0.92px;
    margin-top: 15px;
    cursor: pointer;
}

.img {
    height: 48px;
}

.right {
    float: right;
}

.right2 {
    text-align: right !important;
}

.tbForm {
    width: 100%;
}

.tbForm td {
    width: 50%;
    text-align: center;
    padding: 5px;
}

.tbForm .form-control {
    width: 200px;
}

.tbForm label {
    width: 100px;
    color: #999;
    text-align: right;
    padding-right: 10px;
}

.ui-autocomplete-loading {
    background: white url("../image/ui-anim_basic_16x16.gif") right center no-repeat;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 4px;
    height: 12px;
    /*background-color: #12c4c8;*/
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    /*background-color: #12c4c8;*/
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    /*background-color: #12c4c802;*/
    background-color: #4c4743;
}

/*------- login ----------*/
.login-body {
    background: url("../image/login-bg.png") no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.login_main {
    max-width: 520px;
    /* 	margin: 40px auto 60px; */
    margin: 40px 0px 35px 500px;
}

.login_main img {
    /* padding-left: 40%; */
    width: 155px;
    height: 130px;
}

.login_main h1 {
    font-size: 32px;
    letter-spacing: 1.0px;
    color: #fff;
    text-align: center;
}

.container {
    min-width: 1200px;
}

.form-signin {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-signin .form-signin-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    position: relative;
}

.sign-title {
    font-size: 28px;
    letter-spacing: 1.0px;
    font-family: Microsoft YaHei, 'Open Sans', sans-serif;
    font-weight: normal;
    color: #4c4743;
    position: absolute;
    top: 15px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.form-signin .checkbox {
    margin-bottom: 14px;
    font-size: 13px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: #4c4743;
    font-weight: normal;
    font-family: Microsoft YaHei, 'Open Sans', sans-serif;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 15.5%;
}

.form-signin .checkbox a, .form-signin .checkbox a:hover {
    color: #fff;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: -1px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #b7b5b3;
    box-shadow: none;
    font-size: 14px;
    padding: 16px;
    width: 360px;
}

.form-signin .btn-login {
    background: #4c4743;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Microsoft YaHei, 'Open Sans', sans-serif;
    margin: 30px 0 10px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
    letter-spacing: 1.0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-signin .btn-login:hover {
    background: #484340;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: normal;
}

.form-signin a, .form-signin a:hover {
    color: #3276b1;
}

.form-signin a:hover {
    text-decoration: underline;
}

.login-wrap {
    padding: 65px 80px;
    position: relative;
}

.registration {
    color: #c7c7c7;
    text-align: center;
    margin-top: 15px;
}

.modal-body div {
    margin: 10px 10px;
}

.modal-body label {
    padding: 0px 0px 0 20px;
    width: 120px;
}

/*media*/
@media screen and (min-width: 1900px) {
    .rightadd {
        margin-right: 7.5%;
    }
}

@media screen and (max-width: 1900px) {
    .rightadd {
        margin-right: 7.5%;
    }
}

@media screen and (max-width: 1600px) {
    .rightadd {
        margin-right: 7%;
    }
}

@media screen and (max-width: 1500px) {
    .rightadd {
        margin-right: 6.5%;
    }
}

@media screen and (max-width: 1300px) {
    .rightadd {
        margin-right: 6%;
    }
}

@media screen and (max-width: 1200px) {
    .rightadd {
        margin-right: 5.5%;
    }
}

@media screen and (max-width: 1024px) {
    .rightadd {
        margin-right: 5.5%;
    }
}

@media screen and (max-width: 992px) {
    .rightadd {
        margin-right: 5.5%;
    }
}

/*-------left-side-------*/
.left-side {
    width: 240px;
    top: 0;
    left: 0;
}

.sticky-left-side {
    position: fixed;
    height: 100%;
    background: #4c4743;
    overflow: auto;
    z-index: 100;
}

.sticky-left-side .custom-nav {
    margin-top: 110px;
}

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}

.logo {
    padding-top: 15px;
    border-bottom: 1px solid #524d49;
    box-shadow: 0px 1px 1px 0px rgba(86, 81, 77, 0.15);
}

.logo a {
    font-size: 28px;
    color: #333;
    margin: 8px 0 0 75px;
    text-decoration: none;
    display: inline-block;
}

.left-side-inner {
    padding: 0px;
    margin-bottom: 50px;
}

.left-side .searchform {
    display: none;
}

.left-side .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.left-side .searchform input {
    padding: 10px;
    width: 90%;
    margin: 0 0 20px 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.left-side .logged-user {
    padding: 0 0 15px 12px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.left-side .logged-user .media-object {
    width: 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.left-side .logged-user .media-body {
    margin-left: 60px;
    color: #d7d7d7;
}

.left-side .logged-user .media-body h4 {
    font-size: 15px;
    margin: 5px 0 0 0;
}

.left-side .logged-user .media-body h4 a {
    color: #333;
}

.left-side .logged-user .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}

.custom-nav { /*margin-bottom: 10px;*/

}

.custom-nav > li > a {
    color: #eee;
    margin: 12px 0;
    /* margin-top: -2px; */
    padding: 10px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.custom-nav > li > a > i {
    float: left;
    margin-top: 1px;
    padding-right: 13px;
    font-size: 18px;
}

.custom-nav > li > a:hover, .custom-nav > li > a:active {
    background: #f8f3f0;
    color: #4c4743;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-nav > li.menu-list > a {
    background: transparent url("../image/plus-white.png") no-repeat 93% center;
}

.custom-nav > li.menu-list > a:hover {
    background-color: #f8f3f0;
    background-image: url("../image/plus.png");
}

.custom-nav > li.nav-active > a {
    background-color: #4c4743;
    background-image: url("../image/minus1.png");
}

.custom-nav > li.nav-active > ul {
    display: block;
}

.custom-nav > li.nav-active > a:hover {
    background-image: url("../image/minus.png");
}

.custom-nav > li.active > a, .custom-nav > li.active > a:hover, .custom-nav > li.active > a:focus {
    background-color: #f8f3f0;
    color: #4c4743;
}

.custom-nav > li.menu-list.active > a {
    background-image: url("../image/plus.png");
}

.custom-nav > li.nav-active.active > a {
    background-image: url("../image/minus.png");
}

.custom-nav > li.nav-active.active > a:hover {
    background-image: url("../image/minus.png");
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #4c4743;
    margin-top: -15px;
}

.custom-nav .sub-menu-list > li > a {
    color: #eee;
    font-size: 13px;
    display: block;
    padding: 8px 5px 8px 53px;
    /* 	-moz-transition: all 0.2s ease-out 0s; */
    /* 	-webkit-transition: all 0.2s ease-out 0s; */
    /* 	transition: all 0.2s ease-out 0s; */
}

.custom-nav .sub-menu-list > li > a:hover {
    text-decoration: none;
    color: #4c4743;
    background: rgba(248, 243, 240, 0.6)
}

.custom-nav .sub-menu-list > li > a:active, .custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color: #4c4743;
    background: #f8f3f0;
}

.custom-nav .sub-menu-list > li.active > a {
    color: #4c4743;
    background-color: #f8f3f0;
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.custom-nav .menu-list.active ul {
    display: block;
}

/*------left-side-collapsed-------*/
.left-side-collapsed .logo {
    display: none;
}

.left-side-collapsed .header-section {
    margin-left: 0px;
}

.left-side-collapsed .left-side {
    width: 52px;
    top: 52px;
}

.left-side-collapsed .left-side-inner {
    padding: 0;
}

h5.left-nav-title {
    margin-left: 10px;
    color: #333;
}

.left-side-collapsed .custom-nav {
    margin: 2px 0 20px 0;
}

.left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 10px;
    position: relative;
}

.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none;
}

.left-side-collapsed .custom-nav li a span {
    position: absolute;
    background: #12c4c8;
    padding: 10px;
    left: 52px;
    top: 0;
    min-width: 173px;
    text-align: left;
    z-index: 100;
    display: none;
}

.left-side-collapsed .custom-nav li a span:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #12c4c8;
    border-width: 6px;
    margin-top: -6px;
}

.left-side-collapsed .custom-nav li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.left-side-collapsed .custom-nav ul, .left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none;
}

.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block;
}

.left-side-collapsed .custom-nav > li.nav-hover > a, .left-side-collapsed .custom-nav > li.nav-hover.active > a {
    background: #fff;
    color: #424F63;
}

.left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #333;
}

.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background: #12c4c8;
    color: #333;
}

.left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 53px;
    margin: 0;
    min-width: 172px;
    background: #353F4F;
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

.left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px;
}

.left-side-collapsed .custom-nav ul a:hover {
    background: #2A323F;
}

.left-side-collapsed .custom-nav li a i {
    margin-right: 0;
}

.left-side-collapsed .main-content {
    margin-left: 52px;
}

.left-side-collapsed .left-side {
    overflow: visible !important;
}

/*-----header-section-----*/
.header-section {
    background: #fff; /*border-bottom: 1px solid #eff0f4;*/
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.header-section::after {
    clear: both;
    display: block;
    content: '';
}

.searchform input {
    box-shadow: none;
    float: left;
    font-size: 14px;
    height: 35px;
    margin: 7px 0 0 10px;
    padding: 10px;
    width: 220px;
}

.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.menu-right {
    float: right;
    margin-right: 15px;
}

.notification-menu {
    list-style: none;
}

.notification-menu > li {
    display: inline-block;
    float: left;
    position: relative;
}

.notification-menu > li > a > i {
    margin-top: 19px;
    font-size: 18px;
}

.notification-menu .dropdown-toggle {
    padding: 15px 13px;
    color: #4c4743;
    border-color: #333;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.notification-menu .dropdown-toggle:hover, .notification-menu .dropdown-toggle:focus,
.notification-menu .dropdown-toggle:active, .notification-menu .dropdown-toggle.active,
.notification-menu .open .dropdown-toggle.dropdown-toggle {
    background: #fff;
    color: #4c4743;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notification-menu .dropdown-toggle img {
    vertical-align: middle;
    margin: 0 5px;
    width: 38px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 23px;
}

.notification-menu .dropdown-toggle .caret {
    margin-left: 5px;
}

.notification-menu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

.notification-menu .dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -6px;
}

.notification-menu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px;
}

.notification-menu .dropdown-menu-usermenu li {
    padding: 0;
}

.notification-menu .dropdown-menu li a {
    color: #4c4743;
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu li a:hover {
    background: #fff;
    color: #4c4743;
}

.notification-menu .dropdown-menu li i {
    font-size: 14px;
    margin-right: 5px;
}

.notification-menu .info-number {
    padding: 6px 10px;
    height: 68px;
    font-size: 16px;
    background: #fff;
    color: #4c4743;
    border-color: #333;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu-usermenu {
    background: #fff;
    min-width: 170px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
}

.notification-menu .btn-group {
    margin-bottom: 0;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 10px 15px;
}

.dropdown-list li .badge {
    float: right;
    background: #FF6C60;
}

.user-list {
    width: 300px;
}

.user-list .progress {
    margin-bottom: 0;
}

.normal-list li a .label i {
    margin-right: 0;
}

.normal-list li a span.label {
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 20px;
}

.normal-list li a:hover {
    color: #12c4c8 !important;
    text-decoration: none;
}

.normal-list li .name {
    font-size: 13px;
    font-family: 'Arial' Helvetica, sans-serif;
    line-height: 21px;
}

.normal-list li .small {
    color: #999;
}

.normal-list li .msg {
    font-size: 12px;
    line-height: normal;
    color: #999;
    display: block;
}

/*.info-number .badge {background: #FF6C60;border-radius: 2px;-webkit-border-radius: 2px;font-size: 10px;font-weight: normal;line-height: 13px;padding: 2px 5px;position: absolute;right: 4px;top:20px;}*/
/*--------------  new prompt  -------------------*/
.prompt-menu {
    margin-right: -30px;
}

.prompt-menu-head {
    background: none;
}

.notification-menu .prompt-menu-head {
    padding: 0;
    position: absolute;
    min-width: 180px;
    margin-top: -20px;
    margin-left: -100px;
    z-index: 9999;
}

.notification-menu .prompt-menu-head ul {
    border: 1px solid #efefef;
    border-top: 0;
    padding: 10px 0;
    background: #FF6C60;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.notification-menu .prompt-menu-head li a {
    color: #fff;
    padding: 0;
    opacity: 1;
    letter-spacing: 0.8px;
}

.notification-menu .prompt-menu-head li a:hover {
    background: none;
    color: #fff !important;
    text-decoration: none;
}

.info-number .badge_t {
    width: 6px;
    height: 6px;
    background: #FF6C60;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: normal;
    position: absolute;
    right: 6px;
    top: 18px;
}

.drodown-triangle {
    display: block;
    width: 18px;
    height: 12px; /* position:relative;*/
    margin-left: 65%;
}

.drodown-triangle svg {
    width: 18px;
    height: 15px;
}

/* --------stick-header---------*/
.sticky-header .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 125px;
    z-index: 100;
    background: #4c4743;
}

.sticky-header .header-section {
    position: fixed;
    top: 0;
    left: 240px;
    width: 100%;
    z-index: 100;
}

.sticky-header .main-content {
    /* 	padding-top: 80px; */

}

.sticky-header .menu-right {
    margin-right: 200px;
    min-width: 200px;
}

/*.dropdown-menu-head {background: #fff}*/
.dropdown-menu-head .title {
    background: #12c4c8;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

/*----------main-content--------------*/
.main-content {
    background: white;
    margin: -20px 10px 0px 245px;
    padding: 10px;
    min-height: 100%;
}

.wrapper {
    min-width: 900px;
    padding: 15px;
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}

.wrapper::after {
    clear: both;
    display: block;
    content: '';
    margin-bottom: 30px;
}

.boxed-view {
    background: #b6b7ba;
}

.boxed-view .container {
    position: relative;
    background: #424f63;
    padding: 0;
}

.state-overview {
    color: #fff;
}

.state-overview .panel {
    padding: 9% 0;
}

.state-overview .panel:hover {
    box-shadow: 0px 10px 10px 0px rgba(36, 18, 52, 0.22);
}

.state-overview .purple {
    background: #ffb230; /* box-shadow: 0 5px 0 #ffb230;*/
}

.state-overview .red {
    background: #ed6c44; /*box-shadow: 0 5px 0 #ed6c44;*/
}

.state-overview .blue {
    background: #c3a279; /*box-shadow: 0 5px 0 #c3a279;*/
}

.state-overview .green {
    background: #4c4743; /*box-shadow: 0 5px 0 #4c4743;*/
}

.state-overview .symbol, .state-overview .state-value {
    display: inline-block;
}

.state-overview .symbol {
    width: 35%;
}

.state-overview .symbol i {
    font-size: 40px;
}

.state-overview .state-value {
    width: 100%;
    height: 20vh;
    text-align: center;
}

.state-overview .state-value .value {
    font-size: 46px;
    line-height: 100px;
    font-weight: normal;
    margin: 5% 0;
}

.state-overview .state-value .title {
    min-width: 176px;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}

/*----成功率----*/
.green-box {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 5px 0 #fff;
    color: #333;
}

.knob {
    margin-top: 32%;
    text-align: center;
}

.percent {
    display: inline-block;
    font-size: 40px;
    z-index: 2;
    position: absolute;
    width: 200px;
    padding-top: 80px;
    color: #4c4743;
}

.percent .sm {
    font-size: 16px;
    display: block;
    padding-top: 32px;
    color: #6c6763;
}

.extra-pad {
    padding: 25px 15px;
}

.link_m {
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
}

.link_w, .link_b {
    display: block;
    text-align: center;
    margin: 32% 0 18%;
}

.link_w strong, .link_b strong {
    display: block;
    float: left;
    width: 50px;
    height: 8px;
    margin-top: 6px;
}

.link_w strong {
    background: #4c4743;
}

.link_b strong {
    background: #e9ebee;
}

.link_w span, .link_b span {
    display: block;
    float: left;
    padding-left: 8px;
}

.form-inline {
    margin: 0 auto;
    padding-bottom: 5px;
}

.table-content {
    text-align: center;
    font-size: 12px;
}

.table > thead > tr.Midnight > th {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.0px;
}

.form-control {
    border: solid 1px #ccc;
    width: 70%;
    margin-left: 10px;
    margin-top: 5px;
    height: 32px;
    padding: 5px 10px;
}

.panel-heading {
    padding: 0;
    margin-bottom: 10px;
}

.panel-heading .form-control {
    width: 120px !important;
}

.panel-heading .double {
    width: 240px !important;
}

.panel-heading .middle {
    width: 180px !important;
}

/*媒体查询*/
@media screen and (max-width: 1900px) {
    body {
        position: relative;
    }

    .knob {
        margin-top: 25%;
    }

    .link_w, .link_b {
        display: block;
        text-align: center;
        margin: 27% 0 17%;
    }
}

@media screen and (max-width: 1600px) {
    body {
        position: relative;
    }

    .knob {
        margin-top: 25%;
    }

    .link_w, .link_b {
        display: block;
        text-align: center;
        margin: 25% 0 16%;
    }
}

@media screen and (max-width: 1500px) {
    body {
        position: relative;
    }

    .knob {
        margin-top: 23%;
    }

    .link_w, .link_b {
        display: block;
        text-align: center;
        margin: 25% 0 15%;
    }
}

@media screen and (max-width: 1300px) {
    body {
        position: relative;
    }

    .knob {
        margin-top: 20%;
    }

    .link_w, .link_b {
        display: block;
        text-align: center;
        margin: 20% 0 17%;
    }
}

@media screen and (max-width: 1200px) {
    body {
        position: relative;
    }

    .knob {
        margin-top: 17%;
    }

    .link_w, .link_b {
        display: block;
        text-align: center;
        margin: 18% 0 17%;
    }
}

@media screen and (max-width: 1024px) {
    body {
        position: relative;
    }

    .knob {
        margin-top: 16%;
    }

    .link_w, .link_b {
        display: block;
        text-align: center;
        margin: 15% 0 15%;
    }
}

@media screen and (max-width: 992px) {
    body {
        position: relative;
    }

    .knob {
        margin-top: 15%;
    }

    .link_w, .link_b {
        display: block;
        text-align: center;
        margin: 13% 0 13%;
    }
}

.table {
    margin-bottom: 0px;
    word-break: break-all;
    word-wrap: break-all;
    table-layout: fixed;
}

.table > thead > tr > td.Midnight, .table > tbody > tr > td.Midnight, .table > tfoot > tr > td.Midnight,
.table > thead > tr > th.Midnight, .table > tbody > tr > th.Midnight, .table > tfoot > tr > th.Midnight,
.table > thead > tr.Midnight > td, .table > tbody > tr.Midnight > td, .table > tfoot > tr.Midnight > td,
.table > thead > tr.Midnight > th, .table > tbody > tr.Midnight > th, .table > tfoot > tr.Midnight > th {
    background-color: #eef2f5;
    text-align: left;
    font-size: 14px;
}

.table > thead > tr > td.import_Mid, .table > tbody > tr > td.import_Mid, .table > tfoot > tr > td.import_Mid,
.table > thead > tr > th.import_Mid, .table > tbody > tr > th.import_Mid, .table > tfoot > tr > th.import_Mid,
.table > thead > tr.import_Mid > td, .table > tbody > tr.import_Mid > td, .table > tfoot > tr.import_Mid > td,
.table > thead > tr.import_Mid > th, .table > tbody > tr.import_Mid > th, .table > tfoot > tr.import_Mid > th {
    background-color: #4acacb;
    font-size: 14px;
    color: #fff;
}

.table > tbody > tr .omit-content {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
}


.table tr td {
    padding: 12px 8px 12px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #e6ebee;
}

.table tr td.remove-border {
    padding: 12px 8px 12px;
    line-height: 1.2;
    vertical-align: top;
    border: 0px solid #e6ebee;
}

.table > tr:hover, .table tbody tr:hover {
    background-color: #909090;
    color: #fff;
}

.order-form span {
    display: inline-block;
    padding: 12px 8px 12px;
    line-height: 1;
    vertical-align: top;
    max-width: 50%;
}

.order-form b {
    font-weight: normal;
    display: inline-block;
    padding: 10px 8px 10px;
    line-height: 1;
    vertical-align: top;
    max-width: 24% !important;
}

.order-form input {
    border: solid 1px #ccc;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
    height: 32px;
    padding: 5px;
}

.table-tr {
    overflow: hidden;
}

.modal-content .table-td img {
    width: 100%;

}

.modal-content .table-td {
    float: left;
    display: inline-block !important;
    height: 850px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table .tr-button {
    display: inline-block;
    width: 100% !important;
    font-size: 16px;
}

.table .tr-button > button {
    opacity: 0.3;
}


div#page, div#page2 {
    text-align: center;
    margin-bottom: 20px;
}

.pagination > .active a {
    background-color: black
}

.pagination > li a {
    color: black
}

.table-bordered {
    border: 1px solid #ddd;
}

.send {
    color: #4acacb;
}

div.importFlight input[type="file"] {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 36px;
    opacity: 0;
}

div.col-md-2 {
    padding: 0px;
    margin: 0px;
    min-width: 112px;
    text-align: left;
    width: 28%;
}

div.col-md-7 {
    padding: 0px;
    margin: 0px;
    min-width: 390px;
}

div.col-md-3 {
    padding: 0px;
    margin: 0px;
    min-width: 200px;
}

div.col-md-2 > p {
    width: 42px;
    float: left;
    color: #060101
}

div.col-md-2 div {
    width: 67%;
    float: right;
    font-size: 12px;
    color: #c7c5c5
}

div.col-md-2 div p:nth-of-type(2) {
    width: 22px;
    height: 22px;
}

div.col-md-7 div.flight-left {
    width: 30%;
    float: left;
    text-align: right;
}

div.col-md-7 div.flight-middle {
    width: 10%;
    float: left;
    text-align: center;
}

div.col-md-7 div.flight-right {
    width: 30%;
    float: left;
    text-align: left;
}

div.col-md-7 h1 {
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-align: right;
    margin: 2px 0px;
}

div.col-md-7 div.flight-right h1 {
    text-align: left;
}

div.col-md-7 p {
    margin: 0px;
}

div.col-md-7 p:nth-of-type(2) {
    color: #c7c5c5;
    font-size: 12px;
}

div.col-md-7 p:nth-of-type(1) {
    color: #060101;
    font-size: 12px;
}

div.col-md-7 a {
    display: inline-block;
    line-height: 62px;
    text-decoration: none;
}

div.col-md-7 a:hover {
    color: #12c4c8
}

div.col-md-7 a span:nth-of-type(2) {
    display: inline-block;
    transition: 0.5s;
    width: 16px;
    height: 10px;
    vertical-align: middle;
}

div.col-md-7 a span:nth-of-type(2) svg {
    width: 100%;
    height: 10px;
    vertical-align: top
}

/** 提示 **/
.zeng_msgbox_layer, .zeng_msgbox_layer .gtl_ico_succ, .zeng_msgbox_layer .gtl_ico_fail,
.zeng_msgbox_layer .gtl_ico_hits, .zeng_msgbox_layer .gtl_ico_clear,
.zeng_msgbox_layer .gtl_end {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    background-image: url("../image/gb_tip_layer.png");
    _background-image: url("../image/b_tip_layer_ie6.png");
    background-repeat: no-repeat
}

.zeng_msgbox_layer_wrap {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 46%;
    left: 0;
    text-align: center;
    z-index: 65533
}

.zeng_msgbox_layer {
    background-position: 0 -161px;
    background-repeat: repeat-x;
    padding: 0 18px 0 9px;
    margin: 0 auto;
    position: relative
}

.zeng_msgbox_layer .gtl_ico_succ {
    background-position: -6px 0;
    left: -45px;
    top: 0;
    width: 45px;
    position: absolute
}

.zeng_msgbox_layer .gtl_end {
    background-position: 0 0;
    position: absolute;
    right: -6px;
    top: 0;
    width: 6px
}

.zeng_msgbox_layer .gtl_ico_fail {
    background-position: -6px -108px;
    position: absolute;
    left: -45px;
    top: 0;
    width: 45px
}

.zeng_msgbox_layer .gtl_ico_hits {
    background-position: -6px -54px;
    position: absolute;
    left: -45px;
    top: 0;
    width: 45px
}

.zeng_msgbox_layer .gtl_ico_clear {
    background-position: -6px 0;
    left: -5px;
    width: 5px;
    position: absolute;
    top: 0
}

.zeng_msgbox_layer .gtl_ico_loading {
    width: 16px;
    height: 16px;
    border: 0;
    background-image: url(../image/loading.gif);
    float: left;
    margin: 19px 10px 0 5px
}

/*操作日志*/
.temporary {
    color: #646464 !important;
    padding: 20px 7px 3px; /*background: #fcfbfb;border: 1px solid #eee;*/
    border-radius: 2px;
    font-size: 12px !important;
    font-family: Microsoft YaHei, 'Open Sans', sans-serif;
    display: inline-table;
    width: 100%;
    text-align: center;
}

.temporary ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.temporary ul li {
    float: left;
    width: 100%;
    min-height: 60px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-radius: 3px;
}

.temporary ul li .tem_time {
    width: 120px;
    height: 50px;
    float: left;
}

.temporary ul li .tem_time span {
    display: block;
    font-size: 14px;
    color: #c3a279;
    line-height: 26px;
}

.temporary ul li .tem_time p {
    color: #bbb;
    line-height: 24px;
}

.temporary ul li .tem_contant {
    float: right;
    width: 390px;
    min-height: 50px;
    margin: 0;
    padding: 10px;
    text-align: left;
    color: #333;
    border-left: 1px dashed #ccc;
}

.temporary ul li .tem_contant span {
    color: #999;
}

/*查看详情*/
.modal-body {
    padding: 10px 10px;
    max-height: 500px;
    overflow-y: auto;
}

.flight-con {
    clear: both;
}

.flight-con > h4 {
    font-weight: bold;
    padding-top: 10px;
    line-height: 24px;
}

.vendor {
    width: 100%;
    background: #fcfbfb;
}

.vendor_list {
    float: left;
    width: 125px;
    padding: 5px 0;
    margin-right: 10px;
}

.vendor_list ul li {
    font-size: 14px;
    line-height: 30px;
    text-align: right;
}

.vendor_main {
    width: 565px;
    padding: 5px 0;
}

.vendor_main ul li {
    font-size: 14px;
    line-height: 30px;
}

.tripmain {
    float: left;
    width: 100%;
    background: #fcfbfb;
}

.tripmain h4 {
    font-weight: bold;
}

.tripmain h5 {
    padding: 0 16px;
}

.tripmain .row {
    width: 96%;
    float: left;
    margin: 0 0 2% 2%;
    padding: 2% 0;
    background: #fff;
}

.flight_trip {
    float: left;
    min-width: 100px;
    color: #666;
}

.flight_trip span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 5px;
    text-align: center;
    background: #4c4743;
    color: #fff;
}

.flight-left, .flight-right {
    float: left;
    text-align: center;
}

.flight-left p, .flight-right p {
    color: #666;
}

.flight-middle {
    float: left;
    width: 120px;
    text-align: center;
}

.flight-right {
    float: left;
}

.add-classcss {
    float: right;
    /* 	margin-right: 30px; */
}

.cursor-hover:hover {
    cursor: pointer;
}

.readonly-hover {
    cursor: help;
    border: 1px solid #fff !important;
}

.readonly-hover:hover {
    cursor: pointer;
}

.question-table {
    display: inline-block;
    margin-left: 90px;
}

.question-table input {
    display: block;
}

.question-table .question-td {
    padding: 0px;
    margin-top: 0px;
}

。modal-body label {
    width: 80%;
    white-space: nowrap !important;
}

.modal-body .fixWidth {
    display: inline-block;
    width: 70% !important;
}

.modal-body .halfWidth {
    display: inline-block;
    width: 34% !important;
}

.tr .position {
    position: relative;
}

.numeric .minWidth {
    width: 20% !important;
    padding: 0;
    border: 1px solid #aaa;
    opacity: 0.6;
    position: absolute;
    right: 0;
}

.margin-left-70 .numeric .minWidth {
    left: 70%;
}

#bidding_info_body .form-control {
    font-size: 12px;
    margin-left: 0px;
    padding: 5px 1px 5px 2px;
}

.form-group .table td {
    border: 0;
}

.form-group .remove-tr-hover tr:hover {
    background-color: #fff;
    color: #808080;
}

.form-group .table span.cursor-hover {
    display: inline-block;
    width: 100px;
    height: 25px;
    border-radius: 30px;
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    white-space: nowrap;
}

.form-group .table span.cursor-hover:hover {
    background: linear-gradient(170deg, #eae6e6, #7a7676, #eae6e6);
    color: #fff;
}

.modal-dialog .hidden-input {
    display: inline-block;
    width: 3px;
    height: 3px;
    border: 1px solid #fff;
    readonly: readonly;
    cursor: pointer;
}

.modal-header .table .checkboxz {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0.6;
    border: 1.5px solid #aaa;
    border-radius: 3px;
    color: #f00;
    cursor: pointer;
}

.modal-body .halfWidth .insideSelect {
    display: inline-block;
    width: 159.7px;
    height: 40px;
    border-radius: 5px;
}

.modal-content .modal-body .biz-init-style {
    display: inline-block;
    height: 100%;
    width: 80%;
    padding: 0px;
}

.biz-init-style .halfWidth {
    width: 40% !important;
}

.form-inline .margin-right {
    margin-right: 2%;
}

.form-group .border-remove td {
    padding: 1px;
    padding-top: 2px;
    border: 0px solid #9ac;
    height: 70px;
    font-size: 10px;
    text-align: center;
}

.form-group .border-remove .border-solid td {
    border: 1px solid #9ac;
}

.form-group .border-remove td:hover {
    cursor: pointer;
}

.form-group .border-remove input {
    width: 97%;
    margin: 2px 0px 1px;
    padding: 1px;
    text-align: center;
    border: 1px solid #bbd !important;
}

.form-group .border-remove .textarea {
    margin-bottom: 2px;
    height: 83%;
    width: 97%;
    border: 1px solid #bbd;
    border-radius: 4px;
    resize: none;
}

.modal-header .remove-tr-hover .bgcolor-grey {
    background: #e7e7e7;
}

.form-group .vertical-align td {
    line-height: 70px;
    font-size: 16px;
}

.form-group .grey-bgcolor tr {
    background: #f4f4f4;
    border: 1px solid #bbd;
    color: #678;
}

.form-group .white-bgcolor tr {
    background: #fff;
    border: 0px solid #bbd;
    color: #678;
}

.form-group .grey-bgcolor tr:hover {
    background: #f4f4f4;
}

.table .numeric span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px auto;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}

.table .numeric .switch-outer {
    width: 60px;
    height: 24px;
    background: #aaa;
}

.table .numeric .switch-inner {
    width: 30px;
    height: 22px;
    background: #00ee40;
}

.form-group .table .td-add-border td {
    border: 1px solid #ccd;
    /* background : #f4f4f4; */
    background: #f4f4f4;
}

.form-group .table .input-width-75 input {
    width: 75%;
}

.table .width6 {
    width: 6%;
}

.table .width20 {
    width: 20%;
}

.table .td-add-border .width65 {
    width: 65%;
}

.table .td-add-border .width30 {
    width: 30%;
}

.modal-content .header-min-checkbox {
    display: inline-block;
    outline: none;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 3px;
}

.modal-header .header-remarks {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 90%;
    margin: 0 0 0 3px;
    padding: 1px;
    height: 28px;
}

.modal-content .input-position-relative label {
    width: 100%;
    position: relative;
}

.modal-content .label-width-150px label {
    width: 180px;
}

.modal-content .label-width-150px input {
    width: 98%;
}

.modal-content input.min-checkbox {
    position: absolute;
    right: -2px;
    bottom: -2px;
    height: 15px;
    width: 15px;
}

.modal-content input.position-top {
    position: absolute;
    top: -20px;
    border: 1px dashed red !important;
    height: 25px;
    background-color: #fbcece;
}

.modal-content .header-min-checkbox:hover {
    cursor: pointer;
}

.modal-content input.min-checkbox:hover {
    cursor: pointer;
}

.modal-content .input-position-relative th {
    padding: 14px 1px 15px;
}

.td-add-border .min-input {
    width: 32% !important;
}

.input-width-100 input {
    width: 100%;
}

.margin-left-70 .width70 {
    width: 70% !important;
}

.margin-left-70 .width20 {
    width: 23% !important;
}

.modal-body .width180 {
    width: 180px;
    margin: 0;
}

.modal-body .cMark {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 16px;
    background: #ccc;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    outline: none;
    border-color: #bbb;
    padding: 0;
}

.Transp-cir-btn {
    float: left;
    z-index: 9;
    outline: none;
    height: 28px;
    width: 80px;
}

.color-grey-user {
    background: #eee;
}

.modal-header .font-size-18 table td {
    font-size: 18px;
}

.color-red {
    color: #ff6262;
}

.next-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.modal-body label.width100 {
    padding: 0px;
}

.table .key-value > textarea:nth-child(odd) {
    width: 35%;
}

.table .key-value > textarea:nth-child(3n) {
    width: 55%;
}

.div-heigth-300 {
    height: 350px;
    width: 90%;
    margin: 5px auto !important;
    overflow: auto;
}

.table-td .table .border-color-blue {
    border: 1px solid #4040f7;
}

/*huixin*/
[v-cloak] {
    display: none;
}

#loadingModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

#loadingModal > div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 18px;
}

#loadingModal > div p {
    margin-top: 10px;
    font-weight: bold;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.align-items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.pointer {
    cursor: pointer;
    *cursor: hand;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.c-09F {
    color: #0099FF;
}

.c-F00 {
    color: #FF0000;
}

.c-64B {
    color: #64BD63;
}

.c-53D {
    color: #53D769;
}

.font-size-12 {
    font-size: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.sub-menu-list > li i {
    display: inline-block;
    color: #FFFFFF;
    background-color: #FF0000;
    font-size: 12px;
    font-style: normal;
    margin-left: 10px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.tab-header li, .nav-header li {
    line-height: 32px;
    margin-right: 30px;
}

.tab-header li, .nav-header li:not(:last-child) {
    cursor: pointer;
}

.active {
    border-bottom: 1px solid #999999;
}

/*备注和附件*/
.remark-detail, .file-detail, .dynamic-detail {
    position: fixed;
    top: 17px;
    z-index: 3;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #0099FF;
    display: none;
    right: 0;
    width: 350px;
    max-height: 40vh;
    overflow-y: auto;
}

.remark-detail > div:first-child, .file-detail > div:first-child, .dynamic-detail > div:first-child {
    padding: 20px 20px 10px;
}

.remark-list:hover > div {
    color: #333333;
    display: block;
}

.dynamic-list > div, .dynamic-list:hover > div {
    color: #333333;
}

.remark-detail ul li, .dynamic-detail ul li {
    display: flex;
    text-align: left;
    padding-left: 2em;
    /*padding-right: 1em;*/
    margin-bottom: 1em;
    font-size: 12px;
}

.remark-detail ul li span, .dynamic-detail ul li span {
    display: inline-block;
    line-height: 1.4;
}

.remark-detail ul li span:first-child, .dynamic-detail ul li span:first-child {
    width: 25%;
}

.remark-detail ul li span:last-child, .dynamic-detail ul li span:first-child {
    width: 75%;
}

.file-detail ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.file-detail ul li {
    width: 33.33%;
    margin-bottom: 1em;
    font-size: 14px;
}

.table-div {
    overflow-x: auto;
}

.table-div table {
    width: auto;
    min-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
}

#pageNum {
    height: 30px;
}

/*可输入下拉*/
.select-div {
    position: relative;
    display: inline-block;
}

.select-ul {
    position: absolute;
    width: fit-content;
    min-width: 100%;
    border: 1px solid #DDDDDD;
    max-height: 240px;
    overflow-y: auto;
    background-color: #FFFFFF;
    z-index: 1;
    left: 10px;
}

.select-ul li {
    line-height: 1.5;
    height: 30px;
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 6px;
}

.select-ul li:hover, .select-ul li.active {
    color: #FFFFFF;
    border-bottom: none;
}

.select-ul li:hover {
    background-color: rgba(0, 153, 255, 0.5);
}

.select-ul li.active {
    background-color: #0099FF;
}

/*icon*/
i[class*='icon-'] {
    display: inline-block;
    position: relative;
}

.icon-add {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #4c4743;
    position: absolute !important;
    top: 9px;
    left: 104%;
    cursor: pointer;
}

.icon-add::after {
    position: absolute;
    content: '\271A';
    color: #FFFFFF;
    font-size: 16px;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-delete {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.icon-delete::after {
    position: absolute;
    content: '\2715';
    color: #FF0000;
    line-height: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-load-arrows {
    width: 12px;
    height: 12px;
    border: 2px solid #333333;
    border-left-color: transparent;
    border-radius: 50%;
}

.icon-load-arrows::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #333333;
    border-bottom: 4px solid transparent;
    top: -2px;
    left: -4px;
    transform: rotate(-45deg);
}

/*//成功提示,错误提示，警告提示，询问确认框*/
.showSuccess, .showWarn, .showError, .showModal {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    pointer-events: all;
}

.showSuccess, .showWarn, .showError {
    display: flex;
    padding: 10px 16px;
    z-index: 9998;
    max-height: 60vh;
    overflow: auto;
}

.showSuccess {
    border: 1px solid #52c41a;
}

.showWarn {
    border: 1px solid #faad14;
}

.showError {
    border: 1px solid #FF0000;
}

.showSuccess i, .showWarn i, .showError i, .showModal i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    max-width: 30vw;
    flex-shrink: 0;
    margin: 1px 4px 0 0;
}

.showSuccess i {
    background-color: #52c41a;
}

.showWarn i, .showModal i {
    background-color: #faad14;
}

.showError i {
    background-color: #FF0000;
}

.showSuccess i::after,
.showWarn i::before, .showWarn i::after,
.showError i::before, .showError i::after,
.showModal i::before, .showModal i::after {
    position: absolute;
    content: '';
}

.showSuccess i::after {
    width: 5px;
    height: 8px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    left: 34%;
    top: 46%;
    transform: rotate(45deg) translate(-50%, -50%);
}

.showWarn i::before, .showWarn i::after,
.showModal i::before, .showModal i::after {
    width: 2px;
    background-color: #FFFFFF;
    left: 7px;
}

.showWarn i::before, .showModal i::before {
    height: 6px;
    top: 3px;
}

.showWarn i::after, .showModal i::after {
    height: 2px;
    border-radius: 50%;
    top: 11px;
}

.showError i::before, .showError i::after {
    background-color: #FFFFFF;
    width: 2px;
    height: 10px;
    top: 3px;
    left: 7px;
}

.showError i::before {
    transform: rotate(45deg);
}

.showError i::after {
    transform: rotate(-45deg);
}

.showModal {
    min-width: 22vw;
    max-width: 44vw;
    z-index: 9999;
}

.showModalBox, .showModalBox .mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    /*display: none;*/
}

.showModalBox .mask {
    background-color: rgba(0, 0, 0, 0.3);
}

.showModal {
    padding: 16px;
}

.showModal > div {
    display: flex;
}

.showModal > div:first-child {
    padding: 4px 0 12px;
}

.showModal > div:nth-child(2) {
    /*min-height: 80px;*/
    margin-left: 2em;
    margin-bottom: 12px;
}

.showModal > div:last-child {
    flex-direction: row-reverse;
}

.showModal > div:last-child button {
    margin-left: 8px;
    border-radius: 4px;
    padding: 4px 14px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}

.showModal > div:last-child button:last-child {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    color: #333333;
}

.showModal > div:last-child button:first-child {
    background-color: #1890ff;
    border: 1px solid #1890ff;
    color: #FFFFFF;
}

.icon-left-arrow {
    padding-left: 10px;
}

.icon-left-arrow::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
}

/*必填项*/
.icon-required {
    margin-right: 5px;
    color: #FF1D25;
}

.icon-red-white {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    background-color: red;
    color: #FFFFFF;
}
