.platform_body {
    overflow-x: hidden;
    background-color: #4877e6;
}

/*加载动画start*/
.spinner {
    margin: 40% auto;
    width: 80px;
    height: 80px;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 20px;
    height: 20px;
    background-color: #276c9b;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*加载动画end*/

/*login start*/
#login {
    background-attachment: fixed;
}

.bg_big {
    background: url("../../img/img/platform/bg_big.png") no-repeat;
    background-size: 100% auto;
    width: 61.42%;
    height: 100%;
    margin: -5% auto;
    border-top: 1px solid transparent;
    position: relative;
}

.bg_search {
    display: block;
    height: 58px;
    width: 160px;
    background: url(../../img/img/platform/bg_search.png) no-repeat;
    background-size: 90%;
    position: absolute;
    bottom: -12%;
    right: -20%;
    z-index: 1035;
}

#login .login-box {
    position: relative;
    margin-bottom: 1px;
}

#login .login-box > div {
    padding: 10% 5%;
    background-color: #fff;
    border-radius: 14px;
}

#login h1 {
    text-align: center;
}

#login form {
    margin-top: 18px;
    padding: 0 20px;
}

#login .login_span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 56px;
    height: 42px;
    line-height: 42px
}

.login_icon {
    margin-left: 3px;
    position: absolute;
    left: 0;
    width: 28px;
    height: 46px;
}

.icon_user {
    background: url('../../img/icon/icon_login_user.png') no-repeat center;
}

.icon_pwd {
    background: url('../../img/icon/icon_login_pwd.png') no-repeat center;
}

.login_span > span {
    padding-left: 10px
}

#login .login_input {
    padding-left: 70px;
    border-radius: 6px !important;
    height: 42px;
}

.login_btn {
    border-radius: 6px !important;
    background-color: #67aae4;
    color: #fff;
    height: 44px;
    border-width: 0;
}

.login_register {
    background-color: #fff;
    color: #666666;
    border: none
}

.login_footer {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    background-color: #3f6cd6;
}

.login-box .top_9 {
    top: 9px;
}

.login-box .top_14 {
    top: 14px;
}

.login-box .checkbox {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
}

/*login end*/
/*顶部导航栏start*/
.header_icon_wh {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.header_li_line_height {
    line-height: 56px !important;
}

.header_remind_color {
    background-color: #43b6af;
}

.icon_header_remind {
    background: url('../../img/icon/icon_header_remind.png') no-repeat center;
}

.header_set_color {
    background-color: #6195c2;
}

.icon_header_set {
    background: url('../../img/icon/icon_header_set.png') no-repeat center;
}

.header_logout_color {
    background-color: #e35b5a;
}

.icon_header_logout {
    background: url('../../img/icon/icon_header_logout.png') no-repeat center;
}

/*顶部导航栏end*/

/*侧部导航栏start*/
.no-skin .sidebar {
    background-color: #276c9b;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 0 1px 0 0;
}

.no-skin .sidebar-toggle {
    background-color: #276c9b;
    border-color: #E0E0E0;
}

.no-skin .nav-list > li {
    border: none
}

.no-skin .nav-list > li:hover > a {
    color: #fff !important;
}

.no-skin .nav-list > li .submenu > li > a:hover {
    color: #fff;
    background-color: #67aae4 !important;
}

.nav-list > li > .submenu {
    border-top: none !important;
}

.no-skin .nav-list > li .submenu > li > a {
    border-top-color: #E4E4E4;
    background-color: #276c9b;
    color: #b4c4d2;
}

.nav-list > li .submenu > li > a {
    display: block;
    position: relative;
    padding: 7px 0 9px 37px;
    margin: 0;
    border-top-width: 1px;
    border-top-style: none;
}

.no-skin .nav-list > li.open > a {
    color: #b4c4d2;
}

.no-skin .nav-list .open > a, .no-skin .nav-list .open > a:focus, .no-skin .nav-list .open > a:hover {
    background-color: #67aae4;
}

.sidebar .sidebar-toggle {
    border-style: none;
    border-width: 0 0 1px;
    text-align: center;
    padding: 3px 0;
    position: relative;
}

.ace-nav > li.light-blue > a, .ace-nav > li.light-blue > a:hover {
    background-color: #e35b5a !important;
}

.open {
}

/*侧部导航栏end*/

.main_content {
    margin-left: 0 !important;
}

.index_main_content {
    padding: 10px;
!important;
}

#main-container::before {
    background-color: #e8f0f7
}

/*主页start*/
.flex_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

.col_20 {
    width: 20%;
}

.col_25 {
    width: 25%;
}

.col_33 {
    width: 33%;
}

.icon_index_trans {
    background: url('../../img/icon/icon_index_trans.png') no-repeat center;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-size: 38px;
    margin-right: 10px;
}

.icon_index_mdt {
    background: url('../../img/icon/icon_index_mdt.png') no-repeat center;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-size: 38px;
    margin-right: 10px;
}

.icon_index_remote {
    background: url('../../img/icon/icon_index_remote.png') no-repeat center;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-size: 38px;
    margin-right: 10px;
}

.icon_index_user {
    background: url('../../img/icon/icon_index_user.png') no-repeat center;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-size: 38px;
    margin-right: 10px;
}

.icon_index_partners {
    background: url('../../img/icon/icon_index_partners.png') no-repeat center;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-size: 38px;
    margin-right: 10px;
}

.index_trans {
    padding: 30px 0;
    background-color: #578ebe;
    color: #fff;
    margin-right: 10px;
}

.index_remote {
    padding: 30px 0;
    background-color: #8775a7;
    color: #fff;
    margin-right: 10px;
}

.index_mdt {
    padding: 30px 0;
    background-color: #e35b5a;
    color: #fff;
    margin-right: 10px;
}

.index_user {
    padding: 30px 0;
    background-color: #986665;
    color: #fff;
    margin-right: 10px;
}

.index_partners {
    padding: 30px 0;
    background-color: #669934;
    color: #fff;
}

.index_flex_box {
    height: 120px;
    padding-bottom: 10px;
    background: #e8f0f7;
}

.index_flex_box > div {
    margin: 0
}

/*主页end*/

/*用户管理*/
.user_search_nav {
    right: 0;
    width: 80%
}

.user_opera {
    background-color: #fff;
    padding: 10px;
}

.user_opera > div {
    text-align: center
}

.user_opera button {
    width: 72px;
}

.user_nav_icon {
    width: 15%;
    display: inline-block;
}

.user_nav_icon a {
    display: inline-block;
    width: 30%;
}

.user_nav_icon a i {
    color: #67aae4
}

.user_content {
    background-color: #eef7ff;
    margin-left: 0;
    margin-right: 0
}

.user_content > div {
    display: inline-block;
    padding-top: 5px;
}

.user_content_item_header {
    background-color: #fff;
    margin-bottom: 2px;
    padding: 10px;
}

.user_content_item_content {
    background-color: #fff;
    margin-bottom: 5px;
    padding: 10px;
    height: 62px;
}

#user .widget-main {
    padding: 0;
    background-color: #eef7ff;
}

.delete_color {
    color: red;
}

/*权限设置*/
.plat_menu {
    display: inline-block;
    width: 8%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu_disabled {
    background-color: #ddd !important;
    color: #286C9B;
}

.plat_menu:hover {
    cursor: pointer;
    background-color: #67aae4 !important;
    color: white;
}

.menu_active {
    background-color: #67aae4 !important;
    color: white;
}

.fixTable {
    table-layout: fixed;
}

.fixTable td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item_pd {
    padding: 0 0 0 25px;
}

/*工作台*/
.homepage_div {
    border: 1px solid #dddddd;
    display: inline-block;
    width: 256px;
    height: 116px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.homepage_div_header {
    background-color: #E6EDF3;
    color: #578EBD;
}

.homepage_div_header div {
    padding: 5px;
    display: inline-block;
}

.homepage_div_header div:first-child {
    background-color: #D6E3EC
}

.homepage_div_content {
    padding: 0 5px;
}

.homepage_div_content div {
    padding: 0 5px;
    display: inline-block;
}

.homepage_div_content div span:first-child {
    color: #A1A1A1
}

.homepage_div_content div span:last-child {
    color: #578EBD
}

.footer_div {
    bottom: 10px;
    width: 100%;
    position: absolute;
}

/* 左侧导航栏 */
.nav_a {
    background-color: #f0f3fa !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    padding-left: 12px !important;
}

.no-skin .nav-list > li:hover > a.nav_a:hover {
    background-color: #98a7ca !important;
}

.nav-list > li:before {
    width: 0px !important;
}

#M001 {
    background: url("../../img/icon/platform/survey_D.png") no-repeat center
}

#M001:hover {
    background: url("../../img/icon/platform/survey_B.png") no-repeat center
}

.M001_active {
    background: url("../../img/icon/platform/survey_B.png") no-repeat center !important;
    background-color: #4877e6 !important;
}

#M002 {
    background: url("../../img/icon/platform/model_D.png") no-repeat center
}

#M002:hover {
    background: url("../../img/icon/platform/model_B.png") no-repeat center
}

.M002_active {
    background: url("../../img/icon/platform/model_B.png") no-repeat center !important;
    background-color: #4877e6 !important;
}

#M003 {
    background: url("../../img/icon/platform/account_D.png") no-repeat center
}

#M003:hover {
    background: url("../../img/icon/platform/account_B.png") no-repeat center
}

.M003_active {
    background: url("../../img/icon/platform/account_B.png") no-repeat center !important;
    background-color: #4877e6 !important;
}

#M004 {
    background: url("../../img/icon/platform/person_D.png") no-repeat center
}

#M004:hover {
    background: url("../../img/icon/platform/person_B.png") no-repeat center
}

.M004_active {
    background: url("../../img/icon/platform/person_B.png") no-repeat center !important;
    background-color: #4877e6 !important;
}

#M005 {
    background: url("../../img/icon/platform/depts_D.png") no-repeat center
}

#M005:hover {
    background: url("../../img/icon/platform/depts_B.png") no-repeat center
}

.M005_active {
    background: url("../../img/icon/platform/depts_B.png") no-repeat center !important;
    background-color: #4877e6 !important;
}

#M006 {
    background: url("../../img/icon/platform/syslog_D.png") no-repeat center
}

#M006:hover {
    background: url("../../img/icon/platform/syslog_B.png") no-repeat center
}

.M006_active {
    background: url("../../img/icon/platform/syslog_B.png") no-repeat center !important;
    background-color: #4877e6 !important;
}

#M007 {
    background: url("../../img/icon/platform/Role_D.png") no-repeat center
}

#M007:hover {
    background: url("../../img/icon/platform/Role_B.png") no-repeat center
}

.M007_active {
    background: url("../../img/icon/platform/Role_B.png") no-repeat center !important;
    background-color: #4877e6 !important;
}

.personIcon {
    background: url("../../img/icon/platform/doctor.png") no-repeat center;
}

.messageIcon {
    background: url("../../img/icon/platform/message.png") no-repeat center;
}

.existIcon {
    background: url("../../img/icon/platform/exist.png") no-repeat center;
}

.bottomIcon {
    background-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin-left: 13px !important;
    background-color: #fafafa !important;
}

.bottomLi {
    padding-left: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #fafafa !important;
    width: 90px !important;
}

.cus_Wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.color_cus1 {
    color: #26b29d;
}

.color_cus2 {
    color: #4a6fc8;
}

.color_cus3 {
    color: #ff6666;
}

.color_cus4 {
    color: #666666;
}

.color_cus5 {
    color: #98a7ca;
}

.color_cus6 {
    color: #4877e6;
}

.color_cus7 {
    color: #999;
}

.color_cus8 {
    color: #ff6600;
}

.VCode_span {
    display: inline-block;
    border: 1px solid #dbdbdb;
    float: right;
    width: 25%;
    text-align: center;
    border-radius: 6px;
}

.VCode_span_input {
    background-color: #fff;
    border: none;
    height: 42px;
    width: 100%;
    border-radius: 6px;
}