.box-title{
    border-bottom: 1px solid #e8f5ff;
}
.contest-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    background-color: #f6f2e9;
    /* background:url("/static/images/shufa/index-body.jpg") repeat-y center; */
    /* background-size: 100%; */
}
.wrap-topic {
    margin-top: -128px;
    height: 80px;
}
.wrap-topic .title {
    position: relative;
    border-radius: 6px;
    background: -webkit-linear-gradient(45deg, rgb(255 218 176), #fdba68);
    background: linear-gradient(45deg, rgb(255 218 176), #fdba68);
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Microsoft Yahei, Arial, PingFang SC, sans-serif;
    font-size: 28px;
    width: 220px;
    padding: 10px;
    color: #b43a18;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.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 12px;;
    text-align: center;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.expert img{
    width: 100%;
}
.entry-wrap-type li{
    color: #e70404 !important;
}
/*活动作品详情*/
.entry-view-wrap{
    background: -webkit-linear-gradient(33deg, #fffefc, #edc299);
    background: linear-gradient(33deg, #fffefc, #edc299);
}
.user-wrap .user-info .user-name{
    color: #764641;
}
.user-ranking{
    background-color: rgba(0,0,0,0.2);
    color: #fff6e8;
}
/*古诗词标题*/
.intro-gsc-title{
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.intro-gsc-title-sub{
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.intro-gsc-content {
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 20px;
}
/*尾部*/
.footer{
    position: fixed;
    bottom: -1px;
    height: 48px;
    width:100%;
    max-width: 750px;
    /* background-image: -webkit-linear-gradient(
            45deg, rgb(255 254 254), rgb(255 255 255)); */
    display: flex;
    border-top: 1px solid #e0e1e3;
    background: #f6f2e9;
}
.footer a{
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #130e0c;
    /* font-size: 15px; */
}
.footer a.active{
    background-color: #f6f2e9;
    color: #f44336!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(230, 50, 46), rgb(251, 135, 76));
    background: linear-gradient( 45deg, rgb(230, 50, 46), rgb(251, 135, 76));
    /* box-shadow: 0 0 012px rgba(255,255,255,0.2); */
    margin-top: -36px;
    color: #ffffff;
}
.footer a.btn-upload i{
    font-size: 32px;
    width: 32px;
    margin: 12px 0 0;
}
.rank-body .rank-item{
    border-bottom: 1px solid #e1d5c3;
}