body{
    font-family: "Century Gothic", "宋体", Arial;
}
a{
    color: #000000;
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
}
.header-return{
    position: absolute;
    left: 1em;
    line-height: 2em;
}
.header-share{
    position: absolute;
    right: 1em;
    line-height: 2em;
}
.community-logo{
    height: 2em;
    width: auto;
    margin-right: 0.25em;
}
.brief{
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    height: 7.5em;
}
.brief_down{
    cursor: pointer;
}
.columns-title{
    font-size: 1.4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.columns-title img{
    height: 25px;
}
.columns-title-hr{
    white-space: nowrap;
    display: block;
}
.columns-title-hr:after {
    content: "";
    width: 2px;
    height: 23px;
    background: #000000;
    color: #000000;
    position: absolute;
    left: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.py2{
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}
.footer{
    background: #2e3237;
    padding: 3em 10em;
}
.footer-nav{
    position: relative;
    width: 25%;
    text-align: center;
}
.footer-nav:after {
    content: "";
    width: 0.02em;
    height: 0.8em;
    background: #ffffff;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-nav:last-child:after {
    content: none;
    display: none
}
.footer-bottom-container {
    margin: 3em 0 4em;
}
.footer-logo{
    width: 150px;
}
.footer-border-bottom{
    border-bottom: 2px solid #ffffff;
}
.bg-com{
    background: #f5f6f7;
}
.theme-tab {
    padding: 0 1rem;
    font-size: 1.4em;
    color: #000000;
    line-height: 2.6em;
    font-weight: 400;
    width: auto;
    min-width: 70px;
    text-align: center;
    position: relative;
    white-space: nowrap
}
.theme-tab:hover{
    cursor: pointer;
}
.tab-active {
    color: #007bff;
    font-weight: bold;
}
.columns-group:after {
    content: "";
    width: 100%;
    height: 0.1em;
    background: rgba(0, 0, 0, .05);
    position: absolute;
    bottom: 0;
}
.theme-tab:after {
    content: "";
    width: 1px;
    height: 1em;
    background: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .4);
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.theme-tab:last-child:after {
    content: none;
    display: none
}
.columns-group-item {
    background-color: #ffffff;
    padding: 1rem;
}

.w-80{
    width: 80%;
}
.list-group-item {
    padding: 1em 0;
    margin: 0 1em;
}
.webkit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.mv_item .play {
    font-size: 3.6em;
    color: #ffffff;
}
.gd{
    font-size: 0.8em;
}
.gm {
    background-color: #ffebea;
    font-size: 12px;
    line-height: 16px;
    width: 80px;
    border-radius: 10px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #df3131;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adk_w{
    width: 36px;
    background-color: #78abdd;
    color: #16397d;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.adk_d{
    width: 36px;
    background-color: #fe9900;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.xhs-bottom-line {
    position: relative;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xhs-bottom-line .dot {
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background: #d8d8d8;
    margin: 0 3em;
    display: block;
    color: #d8d8d8;
    text-align: center;
    font-size: .4em;
    line-height: .4em;
}
.xhs-bottom-line:before {
    display: block;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #d8d8d8;
}
.xhs-bottom-line:after{
    display: block;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #d8d8d8;
}
.community-body{
    margin: 1em 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.community-item{
    width: 49%;
    margin-top: 1em;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.community-item:nth-last-child(2), .community-item:nth-last-child(1) {
    border-bottom: 0;
}
.community-item-p{
    padding-bottom: 1em;
}
.community-top {
    background-color: #f5f6f7;
    height: 40px;
    padding: 0.5rem 1rem;
    color: #000000;
    position: relative;
}
.community-top-left{
    position: absolute;
    left: 1em;
}
.emag_img img{
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .brief{font-size: 14px;}
    .theme-tab {padding: 0 0.6em;font-size: 1.2em;}
    .columns-title{font-size: 1.2em;}
    .brief{height: 6em;}
    .webkit-line {-webkit-line-clamp: 3;}
    .mv_item .play {font-size: 2.6em;}
    .community-item{width: 100%;}
    .community-body{margin: 1em;}
    .community-body>.community-item:last-child{margin-bottom: 0;}
    .community-item:nth-last-child(2){
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }
    .footer{padding: 3em;}

}

@media screen and (max-width: 480px){
    .theme-tab {font-size: 1em;}
    .columns-title{font-size: 1em;}
    .columns-title img{height: 18px;}
    .columns-title-hr:after {height: 16px;}
    .adk{font-size: 14px;}
    .adk_w,.adk_d{font-size: 14px;line-height: 20px;}
    .mv_item .play {font-size: 2.4em;}
    .footer{padding: 2em 1em;}
    .footer-bottom-container {margin: 2em 0 3em;}
    .footer-logo{width: 120px;}


}
