.aui-header-box {
    width: 100%;
    height: 370px;
    position: relative;
    background: #0F88EB;
    border: none;
}

.aui-header-box-logo {
    position: absolute;
    z-index: 9999;
    top: 76px;
    left: 48%;
    margin-left: -350px;
    width: 750px;
    height: 65px;
    background-image: url(../img/108.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.aui-content-box {
    width: 950px;
    margin: -205px auto 60px;
    padding: 20px 0px 45px 0px;
    background-color: #ffffff;
    display: table;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    z-index: 1;
    position: relative;
    z-index: 1;
}

.aui-content-box-fl {
    width: 315px;
    height: 375px;
    float: left;
    border-right: 1px dashed #d4d4d4;
    padding: 0 40px 0 65px;
}

.aui-content-box-fr {
    width: 445px;
    height: 220px;
    float: right;
    padding:0 40px;
}
.aui-content-box-text{
    text-align: center;
}
.aui-form-header {
    position: relative;
    z-index: 1;
    height: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e0e0;
}

.aui-form-header .aui-form-header-item {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    float: left;
    width: 50%;
    height: 33px;
    cursor: pointer;
    text-align: center;
    color: #121212;
}

.aui-form-list {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.aui-form-list .aui-input {
    /* box-sizing: border-box; */
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-color: #ededed;
    background: 0 0;
}

.aui-form-pwd {
    padding-top: 20px;
}

.aui-form-pwd a {
    position: relative;
    float: right;
    font-size: 14px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #0F88EB;
    margin-top: -5px;
    z-index: 3;
}

.aui-form-btn {
    position: relative;
    margin-top: 20px;
}

.aui-form-btn .aui-btn {
    color: #fff;
    border-color: #0F88EB;
    background-color: #0F88EB;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
}

.aui-child {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 43px;
    font-size: 14px;
    padding: 0;
    border: 0;
    color: #0F88EB;
}

.aui-child-img img {
    width: 75px;
    display: block;
    border: none;
}

.aui-content-box-text h3 {
    margin: 20px 0 8px;
    color: #555;
    font-size: 14px;
}

.aui-content-box-text .aui-ll-link {
    display: inline-block;
    height: 22px;
    font-size: 15px;
    color: #0F88EB;
    padding-right: 23px;
    background: url("../img/icon-row.png") right center no-repeat;
    background-size: 20px;
}

.aui-content-box-text-link {
    margin-top: 12px;
    text-align: center;
}

.aui-content-box-text-link li {
    display: block;
    margin-left: 22px;
    float: left;
}

.aui-content-box-text-link li:first-child {
    margin: 0;
}

.aui-content-box-text-link li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}

.aui-form-list .aui-input:active {
    border-bottom: 1px solid #0F88EB;
}

.aui-form-list .aui-input:active {
    border-bottom: 1px solid #0F88EB;
}

.aui-form-list .aui-input:hover {
    border-bottom: 1px solid #0F88EB;
}

.aui-form-ty {
    width: 100%;
    position: relative;
    padding-top: 10px;
    text-align: center;
    color: #999;
}
.subtitle{
    color: #888;
    text-align: center;
}
.protocol-content{
    font-size: 12px;
    color: #888;
    height: 312px;
    overflow-y: auto;
}
.checkregister{
    padding-top: 18px;
}
.protocol-content::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.protocol-content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1);
}
.protocol-content::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.05);
}
.aui-content-box-fr img{
    width: 300px;
    padding: 90px 0 0 70px;
}
.copyright{
    color: #888;
    text-align: center;
}