﻿@charset "utf-8";
/* CSS Document */
.activities-classify {
    padding-bottom: .2rem;
}

#gallery-wrapper {
    margin: .2rem auto;
    width: 85%;
    max-width: 85%;
}

    #gallery-wrapper .hd-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: flex-end;
    }

        #gallery-wrapper .hd-item p {
            min-width: 1rem;
        }

.htmleaf-header {
    padding: .2rem;
}

.baseinfo .bz .bz-text {
    font-size: 0.32rem;
    font-family: AlibabaM;
    font-weight: normal;
    color: #993E02;
    padding-top: 0.14rem;
}

.baseinfo .bz .textarea::placeholder {
    font-size: 0.28rem;
    font-family: AlibabaM;
    font-weight: normal;
    color: #D0A87D;
    line-height: 0.43rem;
}

.baseinfo .bz .textarea {
    width: 5.27rem;
    height: 1.45rem;
    background: #F4F2EE;
    border: 0.01rem solid #E4DBCE;
    border-radius: 0.21rem;
    padding: 0.16rem 0.19rem 0.19rem 0.16rem;
    font-size: 0.28rem;
    font-family: AlibabaM;
    font-weight: normal;
    color: #D0A87D;
    line-height: 0.43rem;
}

.activity .footer {
    padding: 0.49rem 0 0 0;
}

    .activity .footer .btns {
        padding-top: 0;
    }

.activity .create-activity {
    margin-top: .2rem;
}

.activity .create-activity {
    padding-top: 0;
}

.btn-download .btn, .btn-upload .btn{
    color: #D80102;
}

.activity .tip-text.black {
    color: #777;
    width: 100%;
    text-align: center;
}


.activity .footer .tip-text {
    padding: 0 .8rem .2rem;
}
.btn-upload, .btn-download {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 100%;
    padding: .2rem 0;
    justify-content: center;
}
    .btn-upload i {
        margin-right: .2rem;
        width: .5rem;
        height: .5rem;
        display: block;
        background: url(../images/icon-upload.png) no-repeat;
        background-size: 100% 100%;
    }

    .btn-download i {
        margin-right: .2rem;
        width: .5rem;
        height: .5rem;
        display: block;
        background: url(../images/icon-download.png) no-repeat;
        background-size: 100% 100%;
    }