/*活动作品*/
.entry-wrap{
    background-color: #b32426;
    overflow: hidden;
}
.entry-wrap .banner{
    margin-bottom: -82px;
}
.entry-wrap .banner img{
    width: 100%;
    max-width: 750px;
}
.entry-wrap-type{
    padding: 20px 4px 0;
    display: flex;
}
.entry-wrap-type li{
    flex: 1;
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Microsoft Yahei, Arial, PingFang SC, sans-serif;
    color: #fcde8b;
}
.entry-wrap-list{
    margin: 12px;
}
.list-box{
    width: 100%;
    min-height: 500px;
    padding: 6px;
    overflow: hidden;
}
.rank-header{
    padding: 8px 8px 0;
    overflow: hidden;
}
.rank-header-item{
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin: 12px 6px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.rank-header-item .user-img{
    float: left;
}
.rank-header-item .user-img img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 3px solid #ffd997;
}
.rank-header-item .user-info{
    float: left;
}
.rank-header-item .rank-number{
    position: absolute;
    left: -3px;
    top: 0;
    width: 36px;
    height: 36px;
    background: url("/static/images/icon-ranking-header.png")no-repeat center;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    box-sizing: border-box;
}
.user-info .school-name{
    font-size: 12px;
    text-align: left;
    margin: 0 8px;
    color: #ff9800;
}
.user-info .user-name{
    font-size: 16px;
    margin: 2px 8px 8px 8px;
    font-weight: bold;
    color: #9b4924;
    text-align: left;
}
.user-info .like-count{
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background: -webkit-gradient(linear,left top,right top,from(#ffd796),to(#ff851e));
    background: linear-gradient(
            90deg,#ffd796,#ff851e);
    color: #ac0000;
    font-weight: bold;
    text-align: center;
    margin: 8px;
}
.user-wrap .user-img{
    position: relative;
}
.user-wrap .like-count{
    position: absolute;
    bottom: -11px;
    left: 0;
    display: inline-block;
    width: 92px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    border-radius: 16px;
    color: #7a4024;
    background: -webkit-gradient(linear,left top,right top,from(#ffd796),to(#ff851e));
    background: linear-gradient(
            90deg,#ffd796,#ff851e);
}
.user-ranking{
    position: absolute;
    right: 0;
    top: 10px;
    text-align: center;
    padding: 6px 0 2px;
    width: 80px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    background-color: rgba(255,255,255,0.2);
    color: #ffd694;
    font-weight: bold;
    font-size: 14px;
}
.user-ranking span{
    font-size: 18px;
}
.user-ranking img{
    display: inline-block;
    width: 24px;
}
.rank-body .rank-item {
    display: flex;
    padding: 0 12px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    color: #9b4924;
}
.rank-body a.active{
    background: #9b4924;
    color: #fff;
}
.rank-body a p{
    flex: 1;
}
.rank-body .rank-number{
    flex: 36px 0 0;
}
.rank-body .rank-author{
    flex: 52px 0 0;
    overflow: hidden;
}
.rank-body .rank-schoolName{
    flex: 132px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #f19a39;
}
.rank-body .rank-likeCount{
    text-align: right;
}
.rank-body .rank-btn{
    display: inline-block;
    flex: 36px 0 0;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear,left top,right bottom,from(#d26836),to(#9b4924));
    background: linear-gradient(
            90deg,#d26836,#9b4924);
    font-size: 12px;
    margin-left: 4px;
    margin-top: 12px;
}
.rank-body a p span{
    font-weight: bold;
    font-size: 16px;
}
.list-type{
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    max-width: 750px;
    margin: 0 auto;
    background: #0368ce;
    color: #fff;
    z-index: 99;
    display: flex;
}
.list-type a{
    flex: 1;
    text-align: center;
    color: #fff;
    position: relative;
}
.entry-list{
    overflow: hidden;
}
.entry-list li {
    width: 100%;
    overflow: hidden;
    padding:0 12px 12px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.entry-list li:hover{
    background-color: #f3f3f3;
}
.entry-list li em {
    color: #FFF;
    background: #44a4f8;
}
.entry-list-hot li em {
    margin-top: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #ebebeb;
    color: #999999;
    float: left;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    margin-left: 2px;
    border-radius: 4px;
    font-weight: 400;
    font-style: normal;
}
.entry-list-hot li:nth-child(1) em {
    background: #9302db;
    color: #ffffff;
}
.entry-list-hot li:nth-child(2) em {
    background: #f30422;
    color: #ffffff;
}
.entry-list-hot li:nth-child(3) em {
    background: #ff9001;
    color: #ffffff;
}
.list-title{
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.list-info{
    display: block;
    overflow: hidden;
    height: 52px;
    padding: 6px;
}
.list-info p{
    clear: both;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    overflow:hidden;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    color: #666;
}
.list-author{
    padding: 0 6px;
}
.list-author span{
    clear: both;
    font-size: 12px;
    margin-right: 12px;
    color: #999;
}
.page-wrap{
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 24px;
}
.layui-laypage a, .layui-laypage span{
    height: 34px;
    line-height: 34px;
}
.my-entry{
    position: fixed;
    bottom: 48px;
    background: -webkit-gradient(linear,left top,right bottom,from(#9b4924),to(#d26836));
    background: linear-gradient(
            90deg,#9b4924,#d26836);
    width: 100%;
    max-width: 750px;
}
.my-entry a{
    color: #fff !important;
    padding: 0 18px;
}
.btn-more{
    display: block;
    margin: 12px;
    background-image: -webkit-linear-gradient(
            45deg, rgb(230, 50, 46), rgb(251, 135, 76));
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
}
/*活动作品详情*/
.entry-view-wrap{
    background-color: #b32426;
}
.user-wrap{
    padding: 36px 24px 12px;
    overflow: hidden;
}
.user-wrap .user-img img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 3px solid #ffd997;
}
.user-wrap .user-info{
    width: calc(100% - 100px);
}
.user-wrap .user-info .user-name{
    color: #fff;
    margin: 0 17px;
}
.user-wrap .user-info .user-name p{
    /* margin: 10px 0; */
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}
.article-wrap{
    margin: 12px;
}
.article-info{
    width: 100%;
    min-height: 480px;
}
.article-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.article-content p {
    margin-bottom: 16px;
    line-height: 200%;
}
.article-content {
    margin: 16px 0;
    color: #262626;
    line-height: 200%;
}
.article-content *{
    max-width: 100% !important;
    height: auto;
}
/*评论*/
.entry-view-fixed{
    position: fixed;
    right: 8px;
    bottom: 120px;
    background: #ff980052;
    border-radius: 26px;
}
.btn-zan, .btn-pinglun{
    text-align: center;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
}
.icon-zan{
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    background: url("/static/images/icon-zan.svg")no-repeat center;
    background-size: 100%;
}
.icon-zan.active{
    background: url("/static/images/icon-zan-red.svg")no-repeat center;
    background-size: 100%;
}
.icon-pinglun{
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    background: url("/static/images/icon-pinglun.svg")no-repeat center;
    background-size: 100%;
}
/*评论end*/
.entry-view-footer{
    position: fixed;
    bottom: 0;
    height: 56px;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    padding: 0 12px;
    max-width: 750px;
    box-sizing: border-box;
}
.btn-like{
    flex: 1;
    background-image: -webkit-linear-gradient(
            45deg, rgb(230, 50, 46), rgb(251, 135, 76));
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
}
.entry-view-footer .number{
    position: absolute;
    display: none;
    color: red;
    font-size: 18px;
    right: 50px;
    bottom: 30px;
}
.btn-edit{
    display: block;
    margin: 12px;
}
.btn-wrap{
    display: flex;
    margin: 12px;
}
.btn-canvass{
    flex: 80px 0 0;
    margin-right: 12px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 8px;
    background-color: #2196f3;
    color: #fff;
}
.btn-canvass img{
    display: inline-block;
    width: 21px;
}
/*海报*/
.poster-wrap{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
}
.poster-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1002;
    cursor: pointer;
}
.poster-loading{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1003;
    color: #fff;
    text-align: center;
}
.poster-loading i{
    font-size: 30px;
}
.poster-loading p{
    margin-top: 18px;
}
.poster-body{
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    z-index: 1004;
    padding-top: 28px;
    text-align: center;
}
.poster-body img{
    width: 80%;
    border-radius: 8px;
}
.poster-body p{
    color: #fff;
    text-align: center;
    margin: 12px auto 0;
}
.poster-body .poster-close{
    margin: 0 auto;
    position: absolute;
    right: 6px;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.capture-body{
    position: relative;
    padding: 14px;
    background-color: #fff;
    overflow: hidden;
    min-height: 240px;
}
.capture-body .name{
    display: inline-block;
    font-size: 18px;
    background: #f74343;
    background: -webkit-linear-gradient(
            315deg,#ff945c 0,#f74343 100%);
    background: linear-gradient(
            135deg,#ff945c 0,#f74343 100%);
    border-radius: 18px 0 18px 0;
    box-sizing: border-box;
    padding: 8px 16px;
    font-weight: 400;
    color: #fff;
}
.capture-body .name span{
    margin-right: 6px;
}
.capture-body .title{
    margin: 12px 0;
    font-size: 20px;
}
.capture-body .lessonNum{
    margin: 12px 0;
    font-size: 16px;
    color: #999;
}
.capture-body .price span{
    font-size: 24px;
    color: #ff1d00;
    margin-right: 6px;
}
.capture-body .c-code-image{
    float: left;
    width: 120px;
    height: 120px;
}
.capture-tips{
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.capture-tips h3{
    margin-bottom: 4px;
    font-weight: bold;
}
.capture-tips h4{
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0 12px;
    color: #fff;
    background-color: #fc4d32;
    text-align: center;
    font-weight: bold;
}
.capture-tips h4 .layui-icon{
    margin-right: 6px;
}
.share-wrap{
    position: relative;
    float: right;
}
.share-item{
    display: none;
    position: absolute;
    top: -6px;
    color: #515767;
    flex-direction: column;
    left: calc(100% + 14px);
    z-index: 1000;
    background: #fff;
    border-radius: 4px;
    padding: 4px 0;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 8px 24px rgba(81,87,103,0.25);
}
.share-item:after {
    position: absolute;
    width: 0;
    height: 0;
    content: " ";
    right: 100%;
    top: 20px;
    border: 6px solid transparent;
    border-right-color: #fff;
}
.share-item li{
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 15px;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}
.share-item li:hover{
    background-color: #ff5c38;
    color: #fff !important;
}
.share-wrap:hover{
    opacity: 1;
}
.share-item li:last-child{
    border: none;
}
.capture-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}
.share-wechat-tips{
    display: none;
}
.van-empty__description{
    color: #7a4024;
}
/*活动介绍*/
.intro-item{
    position: relative;
    padding: 0 12px 24px;
}
.intro-item-title{
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #f77546;
    max-width: 180px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.intro-item-content h3, .intro-item-content p{
    padding: 12px 12px 0;
    font-size: 18px;
    line-height: 200%;
}
.entry-wrap-list .layui-icon-fire, .user-wrap .layui-icon-fire{
    color: #ff0033;
}
/*layer*/
.layer-skin-bottom{
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}
/*获奖名单*/
.btn-medal{
    position: fixed;
    right: 0;
    top: 0;
    width: 85px;
    height: 97px;
    background: url("/static/images/icon-medal.png")no-repeat center;
    background-size: 100%;
}