* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F2F6F9;
    height: 100%;
}

.root_content {
    width: 76%;
    height: 100%;
    margin-left: 12%;
    margin-top: 80px;
    min-width: 1000px;
}

.root_header_item div {
    height: 60px;
}

.root_header {
    clear: left;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: white;
    position: fixed;
    z-index: 1000;
    top: 0;
}

.root_header_content {
    width: 80%;
    margin-left: 10%;
}

.root_header_item_logo {
    width: 15%;
    float: left;
    cursor: pointer;
}

.root_header_item_link {
    width: 70px;
    text-align: center;
    line-height: 60px;
    color: #4b587c;
    font-size: 17px;
    float: left;
}

.root_header_item_link:hover {
    background-color: #f8f6f6;
    cursor: pointer;
}

.root_header_item_search {
    float: right;
    margin-right: 90px;
}

.root_header_item_account {
    float: right;
    line-height: 60px;
}

.header_create {
    background-color: #ff0000;
    color: white;
    padding: 9px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.header_login {
    border: 2px solid #ff0000;
    padding: 7px 15px;
    border-radius: 5px;
    color: #ff0000;
    margin-left: 20px;
    cursor: pointer;
}

.header_search_input {
    border: 0;
    /* 移除默认边框 */
    outline: none;
    /* 移除默认轮廓 */
    background-color: transparent;
    font-size: 14px;
    margin-left: 10px;
    color: #4b587c;
}

.root_header_item_search_p {
    background-color: #f2f6f9;
    margin-top: 11px;
    border-radius: 5px;
    width: 220px;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    border: 1px solid #00000000;
}

.root_header_item_logo {
    line-height: 60px;
    margin-right: 50px;
}

.root_header_item_logo img {
    width: 150px;
}

.header_down {
    background-color: #ff0000;
    color: white;
    padding: 9px 4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    margin-left: -4px;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
}

.home_footer {
    clear: left;
}

.back_top {
    width: 30px;
    height: 30px;
    border: 1px solid #d3d0d0;
    background-color: #ffffff;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    position: fixed;
    right: 100px;
    bottom: 80px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    background-color: #ffffff;
}

.header_create_view {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1001;
}

.header_create_view_item {
    width: 120px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.header_create_view_item p {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.header_create_view_item p:hover {
    background-color: #f8f6f6;
}

.header_user_view {
    position: fixed;
    top: 66px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1001;
}

.header_user_view_item {
    width: 165px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* 暂无数据 */
.article_data_normal {
    text-align: center;
    height: 100%;
    min-height: 334px;

}

.article_data_normal_collect{
    text-align: center;
    height: 100%;
    min-height: 515px;
}

.article_data_normal img,.article_data_normal_collect img{
    width: 50px;
    margin-top: 210px;
}

.article_data_normal p,.article_data_normal_collect p{
    font-size: 16px;
    font-weight: bold;
    color: #4b587c;
    margin-top: 10px;
}

.header_logo {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 0.5px solid #e8e8e8;
    display: none;
    margin-left: 10px;
}

.header_logo {
    cursor: pointer;
}

.hi_user_logout {
    cursor: pointer;
    color: #ff0000;
    height: 40px;
    line-height: 40px;
}

.hi_user_head {
    height: 60px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    line-height: 60px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
}

.hi_user_head_logo {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 3px;
}

.hi_user_message {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.hi_user_blog {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.hi_user_setting {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.author_hover:hover{
    color:#ff0000;
}

.author_sign{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}