.tag-m .first-tag {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0;
    margin: 0;
}

.tag-m li {
    margin-right: 10px;
    margin-top: 9px;
    list-style: none;
    display: inline-block;
}

.tag-m .first-tag li.guided {
    position: relative;
}

.tag-m li a {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #666;
    line-height: 18px;
    text-decoration: none;
}

.tag-m .first-tag li.selected a, .tag-m .first-tag li a:hover {
    color: #0b8bff;
}

.tag-m #secondTagM {
    margin-top: 15px;
}

.tag-m .second-tag {
    background-color: #e1e4e7;
    border-radius: 4px;
}

.tag-m .second-tag ul {
    display: block;
    padding: 5px 10px 15px 0;
    list-style-type: none;
    font-size: 0;
}

.tag-m .second-tag li {
    margin-left: 30px;
    margin-top: 10px;
}

.tag-m .second-tag li a {
    color: #7a7a7a;
    font-size: 13px;
}

.tag-m .second-tag li.selected a, .tag-m .second-tag li a:hover {
    color: #0b8bff;
}

.weui-news-item {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0.75rem;
    color: #212121;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    min-height: 2.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.weui-news-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.weui-news-media {
    width: 28rem;
    position: relative;
    padding: 0.5rem 0;
    padding-right: 0.75rem;
    display: inherit;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.weui-news-media img {
    width: 100%;
    display: block;
    max-width: 100%;
}

a img {
    border: 0;
}

.dimship {
    width: 72px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 3px;
    top: 13px;
    background-color: rgb(239,253,255);
    color: rgb(67,74,118);
    border-radius: 1em;
    text-align: center;
}

.weui-news-inners {
    position: relative;
    min-height: 2.2rem;
    padding-right: 0.75rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.weui-news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    max-width: 100%;
    color: rgb(67,74,118);
}

.weui-news-left {
    margin-left: 0.05rem !important;
    font-size: 16px !important;
    color: rgb(255,190,38);
    font-weight: bold;
}

.weui-news-info {
    position: relative;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    color: #757575;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.weui-news-infoitem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.6rem !important;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 200px;
}

button:hover {
    background-color: #45a049;
}

.logbtn {
    width: 94px;
    text-align: center;
    height: 100px;
    background: #191919;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 100px;
    border-radius: 4px;
    padding: 12px;
}
.showLayer {
    display:initial;
}
.sidebar {
    width: 250px;
    background-color: #f3f3f3;
    padding: 20px;
    padding-top: 130px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar ul li {
    margin-bottom: 10px;
}
.sidebar ul li a {
    text-decoration: none;
    color: #333;
}
.sidebar ul li a:hover {
    color: #0b8bff;
}
.main-content {
    display: flex;
    justify-content: space-between;
}
.left-sidebar, .right-sidebar {
    width: 250px;
}
.center-content {
    flex: 1;
    margin: 0 20px;
}