.common-header {
    position: relative;
    height: 60px;

    vertical-align: middle;
}

body {
    padding-top: 0 !important;
    min-width: 1300px !important;
}

.common-img {
    height: 30px;
    vertical-align: middle;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin-top: 10px;
    grid-row-gap: 10px;
    gap: 10px 10px;
}

.more {
    cursor: pointer;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    right: 5px;
    font-weight: 400;
    transform: translateY(-50%);
    background-color: #f8f4e4;
    border-radius: 16px;
    color: #6c3603;
    line-height: 16px;
    text-align: center;
}

.common-header .title {

    display: flex;
    gap: 10px;
    align-items: center;
    vertical-align: middle;
}

.common-header .title .name {
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.more a {
    display: inline-block;
    padding: 4px 16px;
    font-size: 12px;
    color: #6c3603;
    text-align: center;
}

.more a i {
    border-radius: 20px;
    background-color: #ead9c8;
    margin-left: 3px;
}

.try-read {
    display: flex;
    width: 100%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.try-read .opened {
    margin-left: 10px;
    height: 20px;
    box-sizing: content-box;
    padding: 2px 6px;
    line-height: 20px;
    background-color: #333;
    color: #bba880;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 12px;
}

.try-read .opened img {
    height: 22px;
    object-fit: cover;
    vertical-align: middle;
    transform: translateY(-1px) translateX(-2px);
}

.logined {
    margin-left: 10px;
    font-size: 12px;
    color: #8f7b56;
    text-align: center;
    cursor: pointer;
}

#header .app-cont .icon2 span {
    box-sizing: content-box;
}

.bg-b {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateY(-40px);
}

.bg-b .common-banner {
    position: relative;
    height: 380px;
    width: 100%;


}

.bg-b .common-banner .common-title {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.bg-b .common-banner .common-title h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fbd8bc;
    margin-bottom: 20px;
    text-align: center;
}

.bg-b .common-banner .common-title p {
    font-size: 18px;
    font-weight: 400;
    color: #fbd8bc;
    text-align: center;
}

.bg-b .common-content {
    position: relative;
    margin-top: -80px;

}

.like {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    font-size: 12px;
    color: #ababae;
}

.like img {
    width: 16px !important;
    height: 16px !important;
    vertical-align: bottom;
}

.bg-b .common-content .w-left {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.red {
    color: #e53414;
}

.green {
    color: #099449;
}

.w-right .introduction {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.introduction img {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50px;
    vertical-align: middle;
}

.introduction .head-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.introduction .head-img span {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 5px;
}

.use-btn {
    color: #fff;
    font-size: 14px;
    background-color: #c3a071;
    height: 24px;
    width: 90px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.loading {
    display: block;
    width: 100%;
    font-size: 0;
    height: 100%;
    position: relative;
}

.loading img {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.introduction .text p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 5px;
}

#page {
    text-align: center;
}

.layui-laypage a, .layui-laypage span {
    border: none !important;
    padding: 0 10px;
}

.loadingMore {
    height: 50px;
    color: #666;
    margin-top: 30px;
    box-sizing: border-box;
}

.no-data {
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}