html{
    height: 100%;
    min-height: 100vh;
    font-size: 16px;
}
body{
    color: #666;
    font-family: "Microsoft YaHei";
}
ul, li, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}
::placeholder{
    font-size: 14px !important;
}
.form-date{
    position: relative;
    width: 9rem !important;
    background: url(image/date.png) no-repeat 7rem center;
    cursor: pointer;
}
.form-date:read-only{
    background-color: #FFF;
}
.mt20{
    margin-top: 20px;
}
.empty{
    font-size: 18px !important;
    padding: 80px 0 !important;
    text-align: center;
    color: #999 !important;
}
.empty i{
    font-size: 12px !important;
    color: #CCC;
}

.pages{
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-pack: end;
}
.pages a{
    display: block;
    line-height: 32px;
    padding: 0 12px;
    background: #FFF;
    border: solid 1px #eceff6;
    margin-left: 10px;
    border-radius: 3px;
}
.pages a.page_now{
    color: #666;
}
.pages a.disable{
    color: #999;
}



#noticeModal .modal-body img {
    max-width: 100%;
    height: auto;
}
#noticeModal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
#noticeModal .modal-body p{
    margin-bottom: 1em;
}

#noticeModal .modal-body ul,
#noticeModal .modal-body ol {
    padding-left: 40px !important;
    margin: 1em 0 !important;
}

/* 最强覆盖所有 list-style: none; 的版本 */
#noticeModal .modal-body ul,
#noticeModal .modal-body ol,
#noticeModal .modal-body li {
    list-style: revert !important;
    list-style-position: outside !important;
}

/* 恢复默认缩进 */
#noticeModal .modal-body ul,
#noticeModal .modal-body ol {
    padding-left: 40px !important;
    margin: 1em 0 !important;
}

/* 删除可能干扰的伪元素 */
#noticeModal .modal-body li::before {
    content: none !important;
}

#noticeModal .modal-body h1,
#noticeModal .modal-body h2,
#noticeModal .modal-body h3,
#noticeModal .modal-body h4,
#noticeModal .modal-body h5,
#noticeModal .modal-body h6 {
    margin: 0.5em 0 0.5em;
}



.agent-main{
    display: -webkit-box;
    -webkit-box-align: start;
    width: 100%;
    background: #F7F8FA;
    padding-left: 250px;
    box-sizing: border-box;
}
.agent-logo{
    height: 100px;
    font-size: 28px;
    text-align: center;
    color: #377dff;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.agent-logo span{
    display: block;
}
.agent-left{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.05);
}
.agent-menu{
    padding: 20px 30px;
}
.agent-menu-item{
    line-height: 38px;
    padding: 5px 0;
}
.agent-menu-item a{
    display: -webkit-box;
    -webkit-box-align: center;
}
.agent-menu-item i{
    display: block;
    width: 30px;
    color: #bdc5d1;
    font-size: 16px;
}
.agent-menu-item span{
    display: block;
}
.agent-menu-hover i{
    color: #377dff;
}
.agent-left a{
    color: #666;
}
.agent-menu-hover a{
    color: #377dff;
}
.agent-right{
    z-index: 1;
    position: relative;
    -webkit-box-flex: 1;
}
.agent-right-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100px;
    background: #377dff;
}
.agent-right-main{
    position: relative;
    z-index: 99;
    width: 100%;
    min-height: 100vh;
    padding: 151px 30px 30px 30px;
    box-sizing: border-box;
}
.agent-right-header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding-left: 280px;
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;
    background: #F7F8FA;
}
.agent-right-top{
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 0 30px 0;
    display: -webkit-box;
    -webkit-box-align: center;
}
.agent-right-top i{
    display: block;
    font-size: 20px;
    color: #FFF;
    margin-right: 15px;
}
.agent-right-notice a{
    color: #FFF;
}
.agent-right-tools{
    position: relative;
    z-index: 2;
    display: -webkit-box;
    -webkit-box-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(207, 216, 221, 0.7);
    font-size: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #333;
}
.agent-right-title{
    -webkit-box-flex: 1;
}
.agent-right-op{
    display: -webkit-box;
    -webkit-box-align: center;
    padding-right: 20px;
}
.agent-right-op a{
    display: block;
}

.agent-right-tab{
    margin-top: 20px;
    border-radius: 3px 3px 0px 0px;
    overflow: hidden;
}
.agent-right-tab ul{
    overflow: hidden;
    border-left: 1px solid #377dff;
}
.agent-right-tab ul li{
    float: left;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #377dff;
    border-left: 0px;
    border-bottom: 0px;
    background-color: transparent;
    color: #377dff;
    background: #FFF;
}
.agent-right-tab ul li.hover{
    background: #377dff;
    color: #FFF;
}
.agent-right-tab ul li:nth-last-child(1){
    border-radius: 0 3px 0px 0;
}
.agent-right-body{
    border-top: solid 2px #377dff;
    width: 100%;
    border-radius: 0px 3px 3px 3px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(207, 216, 221, 0.7);
    box-sizing: border-box;
    color: #333;
}


.agent-search{
    border-top: solid 2px #377dff;
    width: 100%;
    border-radius: 0px 3px 3px 3px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(207, 216, 221, 0.7);
    box-sizing: border-box;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 25px 25px 25px;
}
.agent-search-name{
    line-height: 20px;
}
.agent-search-item{
    margin-top: 10px;
    margin-right: 25px;
}
.agent-search-item input{
    margin-top: 5px;
    font-size: 14px;
}
.agent-search-item select{
    margin-top: 5px;
    font-size: 14px;
}
.agent-search-sub{
    margin-top: 10px;
    padding-top: 25px;
    display: -webkit-box;
    -webkit-box-align: center;
}
.agent-search-sub button{
    display: block;
}
.agent-search-sub a{
    display: block;
    margin-left: 10px;
}
.agent-search-time{
    display: -webkit-box;
    -webkit-box-align: center;
}
.agent-search-time span{
    margin-top: 5px;
    display: block;
    padding: 0 5px;
    color: #999;
}
.agent-search-time input{
    -webkit-box-flex: 1;
    width: 50%;
}



.agent-right-table{
    border-top: solid 2px #377dff;
    width: 100%;
    border-radius: 0px 3px 3px 3px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(207, 216, 221, 0.7);
    font-size: 20px;
    box-sizing: border-box;
    color: #333;
}
.agent-right-table table{
    width: 100%;
}
.agent-right-table thead th{
    padding: 5px 12px;
    line-height: 38px;
    font-size: 14px;
    background-color: #f9fbfd;
    color: #677788;
}
.agent-right-table tbody td{
    padding: 8px 12px;
    line-height: 22px;
    font-size: 14px;
    background-color: #FFF;
    border-top: solid 1px #eceff6;
    color: #666;
}
.agent-right-table .center{
    text-align: center;
}
.agent-right-table tbody td .fa-check{

}
.agent-right-table tbody td .fa-close{

}
.agent-right-table tbody td .op{
    display: -webkit-box;
    -webkit-box-align: center;
}
.agent-right-table tbody td .op a{
    display: block;
}



.agent-link{
    padding: 0px 50px 50px 50px;
}
.agent-link-title{
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.agent-link-sn{
    width: 200px;
}
.agent-link-url{
    width: 400px;
}
.agent-link-qrcode{
    display: -webkit-box;
    -webkit-box-align: center;
}
.agent-link-qrcode img{
    display: block;
    border-radius: 5px;
    border: 1px solid #e7eaf3;
    margin-right: 20px;
}

.chat-main{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100%;
}
.chat-content{
    -webkit-box-flex: 1;
    width: 100%;
    overflow-y: scroll;
}
.chat-send{
    display: -webkit-box;
    width: 100%;
    height: 80px;
    border-top: solid 1px #EEE;
    background: #f7f8fa;
}
.chat-send input[type="submit"]{
    display: block;
    width: 100px;
    height: 80px;
    border: 0px;
    background: #377dff;
    color: #FFF;
    font-size: 18px;
}
.chat-send-content{
    -webkit-box-flex: 1;
    padding: 15px;
    box-sizing: border-box;
}
.chat-send-content textarea{
    width: 100%;
    height: 50px;
    border: 0px;
    background: #FFF;
    outline: none;
    padding: 8px 10px;
    box-sizing: border-box;
    border: solid 1px #EEE;
}


.agent-right-subtitle{
    width: 100%;
    padding: 0 20px;
    line-height: 48px;
    background-color: #f9fbfd;
    border-bottom: solid 1px #e7eaf3;
    color: #666;
    font-weight: bold;
}
.agent-info{
    padding: 40px 50px;
    display: flex;
    flex-wrap: wrap;
}
.agent-info-item{
    width: 33.33%;
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 15px 0;
    border-top: dashed 1px #e7eaf3;
    line-height: 24px;
}
.agent-info-item:nth-child(-n+3){
    border: 0px;
}
.agent-info-name{
    color: #8c98a4;
}

.agent-balance{
    padding-top: 20px;
    padding-bottom: 20px;
}
.agent-balance .agent-info-item{
    width: 20%;
}
.agent-balance .agent-info-item:nth-child(-n+5){
    border: 0px;
}
.agent-balance img{
    width: 24px;
    vertical-align: middle;
}


.agent-form{
    padding: 40px 50px;
}
.agent-form-item{
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 15px 0;
    border-top: dashed 1px #e7eaf3;
    line-height: 24px;
}
.agent-form-item:nth-child(1){
    border: 0px;
}
.agent-form-name{
    width: 30%;
    color: #8c98a4;
    text-align: right;
    padding-right: 10px;
}
.agent-form-tip{
    padding-left: 15px;
    color: #8c98a4;
}
.agent-form-submit{
    padding: 20px 20px 20px 30%;
}


.agent-notice{
    padding: 50px;
}
.agent-notice-title{
    font-size: 18px;
    font-weight: bold;
}
.agent-notice-content{
    margin-top: 15px;
}


.agent-login{
    width: 100%;
    height: 100vh;
    background: #377dff;
}
.agent-login-main{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -180px;
    margin-left: -200px;
    background: #FFF;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
}
.agent-login-item{
    padding-bottom: 20px;
}
.agent-login-input{
    margin-top: 10px;
}
.agent-login-submit{
    margin-top: 15px;
    width: 100%;
}
.agent-login-submit button{
    width: 100%;
}