﻿@charset "utf-8";
/* CSS Document */

.hide {
    display: none !important;
}

.none {
    display: none;
}

.baseinfo .ul {
    padding: 0 5.15rem 0 0.74rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

    .baseinfo .ul li {
        display: flex;
        align-items: center;
        position: relative;
        height: 1.1rem;
        padding-right: .5rem;
    }

        .baseinfo .ul li.remark {
            width: 100%;
            height: 2.2rem;
        }

.content .commn-lable {
    font-size: 0.39rem;
    color: #993e02;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 2rem;
}

.baseinfo .ul li:nth-child(1), .baseinfo .ul li:nth-child(2),
.baseinfo .ul li:nth-child(3), .baseinfo .ul .name {
    padding-right: .5rem;
}

#textarea {
    width: 16.54rem;
    height: 1.45rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    font-size: 0.3rem;
    color: #d5b593;
    padding: 0.11rem 0.13rem;
    margin-top: -0.08rem;
    border: none;
}

    #textarea::placeholder {
        font-size: 0.3rem;
        color: #d5b593;
    }

    #textarea::-webkit-scrollbar {
        display: none;
    }

.baseinfo .remark .center {
    margin: -.5rem 0 0 2rem;
}

    .baseinfo .remark .center .tip-text {
        font-family: SourceHanR;
        font-size: 0.3rem;
        letter-spacing: 0rem;
        color: #e71818;
        white-space: nowrap;
    }

    .baseinfo .remark .center .btns {
        margin-top: 0.26rem;
        text-align: center;
    }

.baseinfo .btns .cancel-btn {
    margin-right: 0.78rem;
}

.create-activity {
    padding: 0 .71rem 0 .71rem;
}

.bodyBg {
    height: 19.8rem;
    display: block;
    overflow: auto;
}

    .bodyBg .content.main-content {
        height: 19rem;
        margin: .5rem auto 0 .6rem;
    }

.baseinfo .title {
    padding: 0.3rem 1rem 0.2rem 0.79rem;
}

.baseinfo .header {
    display: flex;
    align-items: center;
}

.header .lable {
    height: .75rem;
    display: flex;
    align-items: flex-end;
}

.submit-success {
    z-index: 10;
}


.listContiner .main-title .tips { 
    display: flex;
    align-items: flex-end;
    align-content: center;
    margin-left: .5rem;
    padding-bottom: .1rem;
    width: auto;
    font-size: 0.4rem;
    color: #d5b593;
}
.listContiner .main-title .tips span{
    font-size: 0.39rem;
    color: #993e02;
    line-height: 1;
    display: flex;
    align-items: center; 
    align-content: center;
    margin-left: 0;
    padding-bottom: 0 ;
}
    .listContiner .main-title .tips i {
        margin-right: 0.2rem; 
    }

.commn-lable.btn-up {
    margin-left: .5rem;
}
.listContiner .main-title {
    font-size: .82rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .listContiner .main-title p {
        display: flex;
        flex-direction: row;
    }


.up-icon {
    width: 0.47rem;
    min-width: 0.47rem;
    height: 0.47rem;
    background: url(../images/icon-upload.png) no-repeat;
    background-size: 100% 100%;
}
.up-icon {
    width: 0.47rem;
    min-width: 0.47rem;
    height: 0.47rem;
    background: url(../images/icon-upload.png) no-repeat;
    background-size: 100% 100%;
}
.down-icon {
    width: 0.47rem;
    min-width: 0.47rem;
    height: 0.47rem;
    background: url(../images/icon-download.png) no-repeat;
    background-size: 100% 100%;
}
 