.box-title{
    border-bottom: 1px solid #e8f5ff;
}
.contest-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}
.header img{
    width: 100%;
}
.member-marginTop {
    padding: 24px 0;
    clear: both;
    display: flex;
    justify-content: center;
    color: #b43d1b;
}
.member-Address {
    background-image: url(/static/images/icon-title.png);
    background-repeat: no-repeat;
    width: 96px;
    height: 96px;
}
.member-Left-Arrow {
    margin-top: 6px;
    width: 36px;
    height: 30px;
    background-position: -389px -31px;
}
.member-Right-Arrow {
    margin-top: 6px;
    width: 36px;
    height: 30px;
    background-position: -304px -31px;
}
.contest-info{
    padding: 0 10px;
}
.tit-m13 {
    margin: 6px 20px;;
    text-align: center;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.expert img{
    width: 100%;
}
/*活动作品详情*/
.entry-view-wrap{
    background-image: url(/static/images/banner-entry-content.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-color: #b32426;
}
.article-wrap{
    margin: 12px;
    background-color: rgba(255,255,255,0.2);
    border: 6px;
    padding: 4px;
}
.article-info{
    width: 100%;
    min-height: 600px;
    background: -webkit-gradient(linear,left top,right bottom,from(#fff9e8),to(#efccaa));
    background: linear-gradient(
            90deg,#fff9e8,#efccaa);
}
.article-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.article-content p {
    margin-bottom: 16px;
    line-height: 1.8rem;
    padding: 0 !important;
}
.article-content {
    margin: 16px 0;
    color: #262626;
}
.footer{
    position: fixed;
    bottom: 0;
    height: 48px;
    width:100%;
    max-width: 750px;
    background-image: -webkit-linear-gradient(
            45deg, rgb(230, 50, 46), rgb(251, 135, 76));
    display: flex;
}
.footer a{
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.footer a.active{
    background-color: #dc422f;
    color: #ffeb3b!important;
}
.footer a img,.footer a i{
    display: inline-block;
    width: 21px;
    margin:4px 0;
}
.footer a p{
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}
.footer a.btn-upload{
    flex: 80px 0 0;
    height: 80px;
    border-radius: 100%;
    background: -webkit-linear-gradient( 45deg, rgb(251, 135, 76), rgb(230, 50, 46));
    background: linear-gradient( 45deg, rgb(251, 135, 76), rgb(230, 50, 46));
    margin-top: -36px;
    color: #ffffff;
}
.footer a.btn-upload i{
    font-size: 32px;
    width: 32px;
    margin: 12px 0 0;
}
.list-box{
    width: 100%;
    min-height: 500px;
    background: -webkit-gradient(linear,left top,right bottom,from(#fff9e8),to(#efccaa));
    background: linear-gradient(
            90deg,#fff9e8,#efccaa);
    /* border: 6px; */
    padding: 6px;
    overflow: hidden;
}