body {
    position: relative;
    font-family: MILanPro_BOLD--GB1-4, MILanPro_BOLD--GB1;
    padding: 0;
    margin: 0;
    overflow: auto;
}

a {
    display: inline;
    color: #206bc4;
    text-decoration: none
}

ul {
    padding: 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer {
    width: 100%;
    height: 96px;
    background: #F5F7FA;
}

button {
    color: #000000;
    line-height: 22px;
    padding: 9px 28px;
    background: #E4EBF4;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

section {
    overflow: hidden;
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

select {
    padding: 20px 76px 19px 24px;
    border: none;
    font-size: 18px;
    background: #FFFFFF;
    color: #929AA6;
    border-radius: 12px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../icon/select.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-right: 12px;
}

select::-ms-expand {
    display: none;
}

option[disabled][selected] {
    display: none;
}

option[disabled]:first-child {
    display: block;
    color: #999999;
    padding: 20px;
}

select option {
    /* 设置自定义样式 */
    padding: 10px;
    font-size: 14px;
    color: #333;
    background-color: #f2f2f2;
}

.markdown>table,
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: inherit;
    text-align: center;
    line-height: 17px;
    vertical-align: top;
    border-color: #D9E3EE
}

.markdown>table>:not(caption)>*>*,
.table>:not(caption)>*>* {
    padding: 20px 40px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 25px;
    border-bottom-width: 1px;
}

.markdown>table>tbody,
.table>tbody {
    vertical-align: inherit
}

.markdown>table>thead,
.table>thead {
    background: #EEF5FF;
    box-shadow: 0px 1px 0px 0px #DBE5F0;
    opacity: 0.79;
    vertical-align: bottom
}

.markdown>table>:not(:last-child)>:last-child>*,
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(101, 109, 119, .16)
}

.caption-top {
    caption-side: top
}

.footer-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1200px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.pointer {
    cursor: pointer;
}

.pointer :hover {
    color: #1664FF;
}

.white-btn {
    background: #E4EBF4;
    opacity: 0.6;
}

.bule-btn {
    color: #FFFFFF;
    background: #1664FF;
}

.d-flex {
    display: flex;
}

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

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

.mx-8 {
    margin: 0 8px;
}

.h-100 {
    height: 100vh;
}

.w-100 {
    width: 100%;
}
.my-dialog .el-dialog__header{
    border-bottom: 1px solid rgba(161, 180, 200, 0.64);
}
.user-login{
    margin-left: 10px;
    height: 40px;
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
}
.user-login:hover .user-drop-warp{
    display: block;
}
.user-drop-warp{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(0,29,97,0.12);
    border-radius: 6px;
    padding: 20px 0;
    z-index: 9999;
}
.user-base-info{
    margin-bottom: 10px;
}
.user-base-info .user-avatar-warp .base-user-avatar{
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50%;
}
.user-base-info .user-name-warp{
    font-size: 14px;
    font-weight: 500;
    color: #1F2733;
    line-height: 20px;
    text-align: center;
}
.user-base-info .userId-warp{
    font-size: 12px;
    font-weight: 400;
    color: #929AA6;
    line-height: 17px;
    text-align: center;
}
.user-login img.user-avatar{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.user-login img.arrow{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 50%;
}
.user-login .user-name-text{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
.base-menu-list{
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
.base-menu-list li{
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
}
.base-menu-list li:hover{
    background-color: #F2F4F7;
}
.base-menu-list li img{
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.base-menu-list li a{
    display: block;
    color: #1F2733;
}
.base-menu-list li{
    line-height: 20px;
    color: #1F2733;
    font-size: 14px;
}
/*轮播图样式*/
.my-carousel .carousel-control-prev{
    width: 32px;
    height: 32px;
    background-color: #5575AB;
    opacity: 1;
    top: 100%;
    margin-top: -32px;
    left: 100%;
    margin-left: -64px;
}
.my-carousel .carousel-control-next{
    width: 32px;
    height: 32px;
    background-color: #5575AB;
    opacity: 1;
    top: 100%;
    margin-top: -32px;
}
.my-progress-warp{
    height: 28px;
    position: relative;
    padding-right: 60px;
    padding-top: 12px;
    box-sizing: border-box;
}
.my-progress-warp .my-progress-span{
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}
.my-progress-warp .my-progress-span .cur-text{
    color: #1664FF;
}
.my-tab-group{
    padding: 2px;
    height: 36px;
    box-sizing: border-box;
    background: rgba(0,40,93,0.04);
    border-radius: 6px;
    display: flex;
}
.my-tab-group .my-tab-btn{
    line-height: 32px;
    border-radius: 6px;
    font-size: 14px;
    color: #7A8799;
    text-align: center;
    cursor: pointer;
    flex: 1;
}
.my-tab-group .my-tab-btn:hover{
    color: #202124;
}
.my-tab-group .my-tab-btn.active{
    color: #202124;
    background-color: #ffffff;
}
.pos.my-tab-group{
    position: absolute;
    right: 0;
    top: 10px;
    width: 380px;
    z-index: 9
}
.my-dropdown{
    padding: 0 15px;
}
.my-dropdown-menu{
    inset: 100% 20px auto auto !important;
    margin-top: -10px !important;
    width: 340px;
}
.my-dropdown-menu:before{
    right: 0.75rem;
    left: auto;
}
.my-message-item{
    display: block;
}
.my-message-item:after{
    content: '';
    clear: both;
}
.message-icon{
    display: block;
    width: 48px;
    height: 48px;
    float: left;
}
.message-icon img{
    display: block;
    width: 48px;
    height: 48px;
}
.message-content{
    margin-left: 53px;
}
.message-content .message-header{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #1F2733;
    line-height: 24px;
    font-weight: 500;
    word-break: normal;
}
.message-content .message-body{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    font-size: 12px;
    color: #929AA6;
    line-height: 24px;
    font-weight: 400;
}
