[v-cloak]{
    display:none;
}
.el-collapse-item__content i {
    font-style: italic !important;
}

body{
    font-family: Microsoft YaHei;
}
.el-dropdown {
    border: none;
    outline: 0;
}

/* 头部样式 */
.el-dropdown{
    border: none;
    outline: 0;
}

a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    color:inherit;
    color: #999;
}
.top_line{
    box-sizing: border-box;
    width: 100%;
    height: 78px;
    padding: 0 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
    background-color: #fff;
}
.top_inner_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1144px;
    height: 100%;
    margin: auto;
}
.top_line.pageindex{
    border: none;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.right_line{
    display: flex;
    align-items: center;
}
.right_item{
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    align-items: center;
    color: #999;
    position: relative;
}
.pageindex .right_item,.pageindex .right_item a{
    color: #fff;
}
.right_item.black,.right_item .black{
    color: #333;
}
.right_item.accur{
    color: #ff6039;
    position: relative;
}
.right_item.accur::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background-color: #ff6039;
}
.right_item .red_point{
    position: absolute;
    top: -12px;
    right: -15px;
    font-size: 12px;
    color: #fff;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: red;
    padding: 0 6px;
}
.userhead img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    outline: none;
    overflow: hidden;
}

/* elementui 样式重置 */
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: transparent;
    color: #ff5626;
}

.errinput input, .errinput textarea{
    border-color:#F2463D !important;
}

input{
    font-family: Microsoft YaHei !important;
}
textarea{
    font-family: Microsoft YaHei !important;
}
.ellipsis {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
