

/* 二级导航 */
section,
nav#subnav{
    /* border-bottom: 2px solid #25252b; */
    font-size: 18px;
    color: #696b71;
    background-color: #151519;
}
nav#subnav{
    padding: 0 8.75rem;
}
section>.container,
nav#subnav .container{
    margin: 0 auto;
    max-width: 1200px;
}
nav#subnav ul{
    display: flex;
}
nav#subnav ul a{
    display: block;
    margin-right: 85px;
    padding: 15px 0;
}
nav#subnav ul a:hover{
    color: #ebedeb;
}
nav#subnav ul .active{
    color: #c1c3c3;
}

/* community index */
#community .title,
#community-article .title{
    margin-bottom: 3rem;
    font-size: 28px;
    color: #ebedeb;
    white-space: nowrap;
} 
#community-article,
#community{
    background-color: #151519;        
}
#community-article .container,
#community-video .container,
#community .container{
    margin: 0 auto;
    max-width: 1200px;
}
#community .nav{
    display: flex;
    flex-wrap: wrap;
    padding: 55px 0;
    color: #ebedeb;
    gap: 20px 50px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
}

#community .nav li:hover{
    color: #fff;
}
#community .nav li:hover img{
    transform: scale(01.05);
}
#community .nav li .pic{
    margin: 0 auto 12px;
    width: 100px;
    height: 73.3px;
}

#community .owl-stage{
    position: relative;
    display: flex;
    height: 100%;
}

/* banner START */
#community .banner .activity{
    width: 895px;
    height: 455px;
    border-radius: 3px;
    overflow: hidden;
}
#community .banner .owl-stage-outer,
#community .banner .activity-slider{
    position: relative;
    width: 100%;
    height: 100%;
}
#community .banner .activity .cover{
    /* width: 895px;
    height: 455px; */
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

#community .activity-slider .desc{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
    /* width: 807px; */
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #ebedeb;
    background: linear-gradient(180deg, rgb(0 0 0 /0.03), rgb(0 0 0 /0.4));
}  
#community .activity-slider .title{
    margin-bottom: 20px;
    font-size: 26px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    text-align: left;
    color: #ebedeb;
}
#community .banner .activity .activity-slider .owl-nav .owl-prev, 
#community .banner .activity .activity-slider .owl-nav .owl-next {
    cursor: pointer;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 47px;
    height: 78px;
    background: url(/ayaneo/img/community/left-big.png) center/contain no-repeat;
}
#community .banner .activity .activity-slider .owl-nav .owl-prev {
    left: 25px;
}
#community .banner .activity .activity-slider .owl-nav .owl-next{
    transform: rotateY(180deg);
    right: 25px;
}

#community .banner .banner-right{
    margin-left: 20px;
    width: 285px;
}
#community .banner .recommend-list{
    box-sizing: border-box;
    min-height: 246px;
    margin-top: 20px;
    padding: 2rem;
    padding-left: 3rem;
    background: #20232a;
    border-radius: 4px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #b3b5b6;
}
#community .banner .recommend-list .title{
    margin-top: 7px;
    margin-bottom: 17px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    text-align: left;
    color: #ebedeb;
    font-size: 24px;
}
#community .banner .recommend-list>li+li{
    position: relative;
    padding-left: 10px;
}
#community .banner .recommend-list>li+li::before{
    content: "";
    display: block;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #b3b5b6;
    border-radius: 50%;
}
/* banner END*/

/* hots START*/
#community .hots-box{
    margin-top: 50px;
}
#community .hots-box .community-24hrs{
    display: grid;
    margin: 0;
    font-size: 14px;
    width: fit-content;
}

#community .hots-box .community-24hrs>div{
    padding: 0;
    background: #20232a;
    color: #ebedeb;
    border-radius: 5px;
}
#community .hots-box .community-24hrs>div .bottom{
    padding: 15px;
}
#community .hots-box .community-24hrs>div .content{
    max-width: fit-content;
    margin-top: 15px;
    /* min-height: 69px; */
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #c1c3c3;
    line-height: 1.7;
}
#community .community-24hrs>div .pic{
    width: 282px;
    height: 220px;
}
#community .community-24hrs>div .cover{
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#community .hots-box .community-24hrs em{
    font-size: 12px;
    color: #ff8900;
}
#community .hots-box .hots{
    position: relative;
    padding-left: 27px;
}
#community .hots-box .hots::before{
    content: "";
    display: block;
    position: absolute;
    bottom:-2px;
    left: 0;
    width: 17px;
    height: 21px;
    background: url(/ayaneo/img/community/icon-2.png); 
}

#community .hots-box .topic {
    box-sizing: border-box;
    margin-left: 20px;
    padding: 2.5rem 3rem;
    width: 285px;
    /* min-width: 285px; */
    background: #20232a;
    border-radius: 4px;
    white-space: nowrap;
}

#community .hots-box .topic .topic-hot .num{
    display: inline-block;
    margin-right: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ebedeb;
    flex: none;
}
#community .hots-box .topic .topic-hot{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #ebedeb;
}
#community .hots-box .topic .topic-hot dt{
    margin-bottom: 18px;
}
#community .hots-box .topic .topic-hot .num.hot{
    background-color: #ff8900;

}
.btn-big{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #ebedeb;
    background: #4e5059;
    border-radius: 33px;
}
.btn-big:hover{
    color: #ebedeb;
}
/* hots END*/

/* 精品视频 */
#community-video{
    background-color: #20232a;
    color: #c1c3c3;
}
#community-video .community-video{
    position: relative;
    grid-gap:0;
    grid-template-columns:none;
}
#community-video .community-video video{
    height: auto;
}
#community-video .community-video>ul{
    margin: 0;
    margin-top: -60px;
    padding: 0 95px;
    background: none;
}
#community-video .community-video>ul img{
    width: 100%;
}
#community-video .community-video li>.pic{
    position: relative;
}
#community-video .community-video .pic .play-icon{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4) url(/img/playicon@2x.png) center/60px no-repeat;
}
#community-video .community-video .pic .duration{
    position: absolute;
    right: 5px;
    bottom: 15px;
    margin: 0;
    transform: none;
}
#community-video .community-video .pic .cate-tag{
    position: absolute;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 2px 8px;
    font-size: 12px;
    font-family: SourceHanSansCN;
    color: #151519;
    line-height: 18px;
    background: #ff9b38;
}
#community-video .community-video li.active{
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #ebedeb;
    transform: scale(1.05);
}
/* 精选文章 */
#community-article .choice-article{
    display: grid;
    grid-template-columns: 1fr 285px;
    gap: 20px;
    color: #dbdddc;
}
#community-article .choice-graphics{
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #20232a;
}
#community-article .choice-graphics .graphics-desc{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4rem 5rem;
    width: 100%;
    height: 100%;
}
#community-article .choice-graphics img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#community-article .choice-graphics .graphics-pic{
    position: relative;
}
#community-article .choice-graphics .graphics-info{
    box-sizing: border-box;
    position: relative;
    padding: 4rem 5rem;
}
#community-article .choice-graphics .graphics-info::before,
#community-article .choice-graphics .graphics-info::after{
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(/ayaneo/img/community/icon-syh.png) no-repeat center/cover;
}
#community-article .choice-graphics .graphics-info::after{
    position: absolute;
    right: 5rem;
    bottom: 4rem;
    transform: rotate(180deg);
}
#community-article .article-title{
    line-height: 1.5;
    color:#ebedeb;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ebedeb;
}
#community-article .article-title+p{
    color: #d4d6d5;
    line-height: 1.7;
}

#community-article .choice-article .pre-article{
    display: block;
    padding: 2.5rem;
    background-color: #20232a;
}
#community-article .pre-article .list>a dt{
    margin-top: 2.5rem
}
#community-article .choice-article .pre-article .cover{
    margin-right: 10px;
    display: block;
    width: 70px;
    height: 60px;
    border-radius: 0;
}
#community-article .choice-article .pre-article li+li{
    margin-top: 3rem;
}
#community-article .choice-article .pre-article .desc{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #ebedeb;
    line-height: 1.5;
}
.bottom-tip{
    margin: 50px auto 0;
}
.bottom-tip a{
    color: #ff8900;
}


/* brand */
header#header-nav,
nav#subnav{
    background-color: #151519;
}
nav#subnav{
    border-bottom: 1px solid #2f3034;
}
section#brand{
    box-sizing: border-box;
    padding: 0 8.75rem;
    background-color: #151519;
    font-family: SourceHanSansCN;
    color: #ebedeb;
}
section#brand .container{
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1200px;
    min-height: 50vh;
}
section#brand ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3rem;
}
section#brand ul li{
    box-sizing: border-box;
    padding: 20px;
    background: #20232a;
    border-radius: 4px;
    overflow: hidden;
}
section#brand ul li>a{
    height: 100%;
}
section#brand ul li:hover{
    background: #2a2e38;
}
section#brand ul li .title{
    /* max-width: 230px; */
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #ebedeb;
}
section#brand ul li .desc{
    margin-bottom: 2.5rem;
    font-size: 14px;
    font-weight: 400;
    color: #ebedeb;
    line-height: 1.5;
}
section#brand ul li .pic{
    margin: 2rem 0;
    position: relative;
    height: 0;
    padding-top: 64%;
}
section#brand ul li .pic>img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

section#brand ul li .author{
    display: flex;
    font-size: 14px;
    color: #c1c3c3;
    font-weight: 400;
}
section#brand ul li .author .icon::before{
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-image: url(/ayaneo/img/community/icon-13.png); */
}
section#brand .author .icon.icon-like::before{
    background-image: url(/ayaneo/img/community/icon-12.png);
}
section#brand .author .icon.icon-liked::before{
    background-image: url(/ayaneo/img/community/icon-15.png);
}
section#brand .author .icon.icon-comment::before{
    background-image: url(/ayaneo/img/community/icon-13.png);
}
section#brand .btn-big{
    font-size: 14px;
    font-weight: 500;
    color: #ff8900;
    margin: 50px auto 0;
    background: transparent;
}

/* talk */
section#talk{
    box-sizing: border-box;
    width: 100%;
    padding: 0 8.75rem;
    background-color: #313338;
}
section#talk .container{
    margin: 0 auto;
}
section#talk .blank{
    position: relative;
    height: 80px;
    border-left: 2px solid #4d5158;
}
section#talk .bottom .go-top{
    display: inline-block;
    margin-top: 30px;
    margin-right: 48px;
    width: 50px;
    height: 50px;
    background: url(/ayaneo/img/community/top.png) no-repeat 0 0/cover;
    border-radius: 5px;
}
section#talk .bottom .btn{
    padding: 15px 24px;
    color: #d4d7d6;
    background-color: #4d5158;
}
section#talk .bottom,
section#talk .list li{
    position: relative;
    padding: 0 35px 6rem;
    color: #868a8e;
    border-left: 2px solid #4d5158;
}
section#talk .bottom::before,
section#talk .list li::before{
    content: "";
    position: absolute;
    top: 8px;
    left: -14px;
    width: 26px;
    height: 6px;
    border-radius: 3px;
    background-color: #bababa;
}
section#talk .list li .title{
    padding-right: 5.5rem;
    font-size: 20px;
    color: #d4d7d6;
}
section#talk .list li .desc{
    margin-top: 3.5rem;
    margin-bottom: 5rem;
    margin-right: 6rem;
    /* width: 400px; */
    font-size: 16px;
    line-height: 1.7;
}
section#talk .list li .desc p+p{
    margin-top: 30px;
}
section#talk .list li .timer{
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    background-color: #1d2223;
}
section#talk .list li .cover{
    display: flex;
}
section#talk .list li .cover>div{
    overflow: hidden;
    border-radius: 5rem;
    background-color: #999;
}
section#talk .list li .cover img{
    max-width: none;
}
section#talk .list li .cover>div:nth-child(1){
    width: 68.5rem;
    height: 28rem;
}
section#talk .list li .cover>div:nth-child(2),
section#talk .list li .cover>div:nth-last-child(2){
    width: 33rem;
    height: 33rem;
}
section#talk .list li .cover>div:nth-last-child(2){
    margin-right: 2.5rem;
}

@media screen and (max-width:1200px) {
    section#brand ul{
        grid-template-columns: repeat(3,1fr);
    }
}