html, body {
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 400px #D0E6F1 inset;
    　　-webkit-text-fill-color: #333;
}

.mini-layout, .mini-outlookbar, .mini-menu, .mini-splitter, .mini-grid-cell-inner, .mini-grid-headerCell-inner, .mini-button, .mini-listbox td, .mini-panel, .mini-tab, .mini-tabs, .mini-tabs-table, .mini-checkboxlist, .mini-checkbox label, .mini-checkbox table label, .mini-radiobuttonlist label, .mini-radiobuttonlist table label {
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
    font-size: 14px;
}

.mini-required .mini-textbox-border, .mini-required .mini-buttonedit-border, .mini-required .mini-textboxlist-border {
    background: #fff;
}

.banner {
    height: 70px;
    overflow: hidden;
    background: #5FDCF5 url("../images/banner1.jpg") no-repeat left center;
}

.copyright {
    position: relative;
    margin-top: -52px;
    padding: 10px;
    background: #F9F9F9;
    text-align: center;
    font-size: 12px;
    color: #919191;
    z-index: 100;
}

.logo {
    float: left;
    width: 108px;
    height: 69px;
    line-height: 69px;
    cursor: pointer;
    color: #337ab7;
    background: url(../images/logo.png) no-repeat 28px 5px;
}

.logo:hover {
    color: #286090;
}

/*logo 动画*/
div.logo {
    position: relative;
    display: inline-block;
    animation: drop 0.75s;
}

@keyframes drop {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.logo-title {
    padding: 25px 0 0 5px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #555555;
}

.login-info {
    float: right;
    padding-top: 28px;
}

.login-info a {
    margin-right: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.login-info span.fa {
    font-size: 20px;
}

.banner-title {
    position: relative;
    top: 22px;
    display: inline-block;
    height: 30px;
    margin-left: 700px;
    padding: 1px 0 0 10px;
    border-left: 1px solid #fff;
    font-size: 20px;
    color: #fff;
}

.banner-button {
    margin: 18px 75px 0 0;
    display: inline-block;
    width: 74px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    text-align: center;
    background: #F7F7F7;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
}

.level1 {
    float: right;
    height: 69px;
    line-height: 69px;
    font-size: 16px;
    cursor: pointer;
}

.level1-item {
    float: left;
    box-sizing: border-box;
    width: 120px;
    height: 69px;
    padding: 0 20px;
    margin: 0 5px;
    border-bottom: 3px solid transparent;
    color: #337ab7;
    text-align: center;

}

.level1 li.active {
    border-bottom: 3px solid #337ab7;
    color: #286090;
}

.level1-item:hover {
    border-bottom: 3px solid #337ab7;
    color: #286090;
}

.level1-item:hover::before {
    content: "[ ";
    display: inline-block;
    position: relative;
    animation: move-left 0.5s;
    transform: translateX(-10px);
}

@keyframes move-left {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }
    100% {
        transform: translateX(-10px);
    }
}

.level1-item:hover::after {
    content: " ]";
    display: inline-block;
    position: relative;
    animation: move-right 0.5s;
    transform: translateX(10px);
}

@keyframes move-right {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }
    100% {
        transform: translateX(10px);
    }
}

.level2 {
    width: 100%;
}

.level2-item {
    padding: 15px 30px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #DDDDDD;
}

/*miniui reset*/
.mini-tab-active {
    color: #337ab7;
}

.mini-tab-active .mini-tab-icon {
    transition: animation 200ms ease;
    transform-origin: center center 0;
    animation: rotate-y 1.5s linear 0s infinite normal;
}

@keyframes rotate-y {
    10% {
        transform: rotate3d(0, 0, 1, 36deg);
    }
    20% {
        transform: rotate3d(0, 0, 1, 72deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 108deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, 144deg);
    }
    50% {
        transform: rotate3d(0, 0, 1, 180deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 216deg);
    }
    70% {
        transform: rotate3d(0, 0, 1, 252deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 288deg);
    }
    90% {
        transform: rotate3d(0, 0, 1, 324deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.mini-toolbar {
    border: none;
    background: none;
}

.mini-button-text {
    padding: 4px 10px;
}

.mini-listbox-border {
    border-color: #DDDDDD;
}

.mini-listbox td {
    padding: 4px;
}

.mini-grid-filterCell {
    vertical-align: middle;
}

.mini-grid-cell-inner, .mini-grid-headerCell-inner {
    padding: 4px 0px;
    vertical-align: middle;
}

/*component*/

/*elastic-box*/
.elastic-box {
    padding: 0 5px 5px 5px;
}

.elastic-box-head {
    padding: 10px 5px;
    border-top: 1px solid #337ab7;
    cursor: pointer;
}

.elastic-box-title {

}

.elastic-box-status {
    float: right;
    color: #337ab7;
}

.elastic-box-container {
    overflow: hidden;
}

/*button-group*/
.button-group {

}

.button-item {
    min-width: 90px;
    padding: 6px;
    margin: 5px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.button-item:hover {
    border-color: #3c763d;
    background: #dff0d8;
    color: #3c763d;
}

.button-group li.active {
    border-color: #3c763d;
    background: #dff0d8;
    color: #3c763d;
}

.button-group .button-item span.fa {
    display: none;
}

.button-group li.active span.fa {
    display: inline-block;
}

.button-group li.active i.fa {
    display: none;
}

/*ebap class*/
.ebap {
    box-sizing: border-box;
}

.pop {
    padding: 10px;
}

.has-fixed-bottom {
    padding-bottom: 36px;
    height: auto;
}

.content-box {
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    min-height: 200px;
    overflow: hidden;
}

.content-box-title {
    display: inline-block;
    margin-bottom: 10px;
}

.filter-row {
    padding: 10px;
    text-align: center;
}

.ebap-form-content {
    width: 100%;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-spacing: 0;
}

.ebap-form-row {
    width: 100%;
}

.ebap-form-cell {
    float: none;
    position: static;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    min-height: 36px;
    padding: 5px 10px;
}

.form-cell-title {
    background-color: #dff0d8;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.auto-height {
    height: auto;
    min-height: 0;
    max-height: 100%;
}

.ebap-cell-link {
    display: inline-block;
    margin: 3px;
    padding: 3px;
    color: #0071BA;
    border: 1px solid #0071BA;
    cursor: pointer;
}

.ebap-cell-link.disabled {
    color: #ddd;
    border: 1px solid #ddd;
    cursor: default;
}

.ebap-cell-link.border-none {
    border: 0;
}

.api-grid {
    width: 100%;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-spacing: 0;
}

.api-grid th {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
    font-weight: bold;
}

.api-grid th:nth-child(4) {
    min-width: 220px;
}

.api-grid td {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
}

.api-grid-divider th {
    background: #EEEEEE;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(223, 240, 216, 0.8);
    z-index: 1000;
}

/*login page*/
.login {
    position: relative;
    /*min-height: 800px;*/
    /*overflow: auto;*/
    background: #42CFEB url(../images/bg-login.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.login video {
    position: absolute;
    z-index: -1;
}

.login-container {
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -329px;
    padding: 20px 16px;
    box-sizing: border-box;
    width: 476px;
    height: 658px;
    background: rgba(255, 255, 255, 0.5);
}

.login-container-form {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.login-header {
    margin-top: 36px;
}

.login-header-logo {
    height: 160px;
    background: url(../images/logo-login2.png) no-repeat 50% 50%;
    background-size: contain;
}

.login-main {

}

.login-list {

}

.login-list-item {
    margin: 20px auto;
    width: 370px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    overflow: hidden;
}

.login-list-item.no-border {
    margin: 0 auto;
    border: 0;
}

.list-item-box {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 402px;
    height: 46px;
    border: 1px solid #d8d8d8;
    text-align: left;
}

.list-item-icon {
    box-sizing: border-box;
    display: inline-block;
    width: 46px;
    height: 50px;
}

.login-list-item .icon-username {
    background: url(../images/login-icon-username.png) no-repeat 50% 50%;
}

.login-list-item .icon-password {
    background: url(../images/login-icon-password.png) no-repeat 50% 50%;
}

.login-list-item .fa {
    position: relative\0;
    top: 10px\0;
    display: inline-block;
    width: 46px;
    text-align: center;
    font-size: 24px;
    color: #CCCCCC;
}

.list-item-input_box {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    margin: 0;
    border: none;
    outline: none;
    height: 48px;
    line-height: 48px;
    width: 324px;
    padding-left: 18px;
    font-size: 16px;
    background: transparent;
    vertical-align: middle;
}

.validate-code {
    width: 210px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
}

.validate-code-img {
    position: relative;
    height: 40px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

.button-c-c {
    position: relative;
    top: -5px;
    font-size: 12px;
    color: #0070BA;
    cursor: pointer;
}

.button-r-p {
    float: left;
    font-size: 14px;
    color: #0070BA;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.icon-r-p {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/login-icon-check.png) no-repeat 50% 50%;
}

.icon-r-p_checked {
    background: url(../images/login-icon-checked.png) no-repeat 50% 50%;
}

.button-f-p {
    float: right;
    font-size: 14px;
    color: #0070BA;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.button-r {
    color: #0070BA;
    cursor: pointer;
}

.list-item-status {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #d83832
}

.login-list-item .login-button {
    box-sizing: border-box;
    display: inline-block;
    width: 370px;
    height: 50px;
    border: 0;
    outline: none;
    line-height: 50px;
    border-radius: 3px;
    background: #0071BA;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.login-copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

/*pages special class*/


