body {
    background:url('/ui/images/pages/body_book_index.png') no-repeat top center;
    background-size: 100%;
    background-attachment: fixed;
}

.home_body {
    padding: 0px 15px;
}

.header_info {
    display: flex;
    float: left;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    clear: both;
    width: 100%;
    height: 80px;
    overflow: hidden;
    padding-top: 20px;
}

.user_info {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: auto;
    height: 50px;
    overflow: hidden;
}

.user_info .avatar {
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    border: 3px solid #ffffff;
    box-sizing: border-box;
}

.user_info .avatar img {
    display: block;
    width: 100%;
    border-radius: 50px;
}

.user_info .online_status {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.user_info .nick {
    display: block;
    clear: both;
    width: 100%;
    height: 25px;
    overflow: hidden;
    font-size: 15px;
    color: #0068FF;
}

.user_info .status {
    display: block;
    float: left;
    width: auto;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    background-color: #333;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 1rem;
    color: #fff;
}

.user_info .online {
    background-color: yellowgreen;
}

.user_level {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: auto;
    height: 30px;
    overflow: hidden;
    background-color: orangered;
    border-radius: 5px;
    padding: 5px;
}

.user_level .icon {
    display: block;
    width: 20px;
    height: 100%;
    overflow: hidden;
    background: url("/ui/images/icons/icon_duihuan.png?v=1.0") no-repeat left top;
    background-size: 100%;
}

.user_level .name {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.soft_logo {
    display: block;
    width: 200px;
    overflow: hidden;
    margin: 20px auto;
}

.soft_logo img {
    display: block;
    width: 100%;
}

.search_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    clear: both;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 5px;
    margin: 15px auto;
}

.search_form .icon {
    flex-shrink: 0;
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin-left: 5px;
}

.search_form .icon img {
    display: block;
    width: 100%;
}

.search_form .input {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    overflow: hidden;
    background-color: #B3D2FF;
    box-shadow: 0px 0px 50px 50px #FFFFFF inset;
    border: none;
    font-size: 16px;
    color: #0068FF;
}

.search_btn {
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 100%;
    line-height: 30px;
    overflow: hidden;
    background-color: #0068FF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.today_panel {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 10px auto;
    padding: 10px 15px;
}

.today_panel .title_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}

.today_panel .title_row .title {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.btn_copy {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: auto;
    height: 30px;
    overflow: hidden;
    padding: 0px 5px;
    border-radius: 5px;
}

.btn_copy:hover {
    background-color: #eeeeee;
}

.btn_copy .icon_copy {
    flex-shrink: 0;
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url("/ui/images/icons/icon_copy.png") no-repeat top center;
    background-size: 100%;
}

.btn_copy .icon img {
    display: block;
    width: 100%;
}

.btn_copy .text {
    font-size: 13px;
    color: #0068FF;
}

.today_content {
    display: block;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    background-color: #F1F1F1;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    color: #000;
}

.yulu_categorys {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.yulu_categorys a {
    flex-shrink: 0;
    display: block;
    width: 65px;
    height: 85px;
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
}

.yulu_categorys a:hover, .yulu_categorys a:active {
    background-color: #eeeeee;
}

.yulu_categorys a .name {
    display: block;
    clear: both;
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-color: #dddddd;
    border-radius: 40px;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
}

.yulu_categorys a .num {
    display: block;
    clear: both;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}

.copy_right {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.copy_right p {
    clear: both;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 1.2rem;
    text-align: center;
    color: gray;
}

.copy_right p a {
    color: #0068FF;
}

/*快捷工具面板-开始*/
.resource_panel {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 10px auto;
    padding: 10px;
}

.resource_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}

.resource_title h3 {
    flex-shrink: 0;
    display: block;
    width: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.resource_title a.weui-btn {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0px 10px;
    border-radius: 20px;
}
.resource_title a i.icon {
    display: block;
    float: left;
    width: 22px;
    overflow:hidden;
}
.resource_title a i.icon img {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
}

.resource_items {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.resource_items a {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #eee;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: left;
    color: #000000;
}
.resource_items a:hover, .resource_items a:active {
    background-color: #cccccc;
}
.resource_items a .image {
    flex-shrink: 0;
    display: block;
    clear: both;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 80px;
    margin: 0px auto;
}
.resource_items a .image .icon {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #ffffff;
}
.resource_items a .item {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.resource_items a .name {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}

.resource_items a .item p {
    display: block;
    clear: both;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: gray;
}

.resource_items a.theme_red .image {
    background-color: orangered;
}

.resource_items a.theme_red .name {
    color: orangered;
}

.resource_items a.theme_orange .image {
    background-color: #FFB981;
}

.resource_items a.theme_orange .name {
    color: #FA7101;
}

.resource_items a.theme_brow .image {
    background-color: #C8A8A8;
}

.resource_items a.theme_brow .name {
    color: #8E2D2D;
}

.resource_items a.theme_blue .image {
    background-color: #B7D2FF;
}

.resource_items a.theme_blue .name {
    color: #0068FF;
}

/*快捷工具面板-结束*/