body {
    background-color: #f2f2f2
}

.release_up_pic .tit {
    padding: 12px;
    font-size: 1.4rem;
    color: #999
}

.release_up_pic .tit h4 {
    font-weight: 400
}

.release_up_pic .tit h4 em {
    font-size: 1.1rem
}

.release_up_pic .up_pic {
    padding-right: 1.5%;
}

.release_up_pic .up_pic .pic_look {
    width:30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-left:3%;
    margin-bottom: 10px;
    position: relative
}

.release_up_pic .up_pic .pic_look em {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: red;
    color: #fff;
    font-size: 10px;
    right: -5px;
    top: -5px;
    font-style: normal;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
}
#chose_pic_btn{position: relative;display: inline-block;height: 30px;width: 100px;margin-left: 3%;}
#chose_pic_btn i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/static/images/h5/cms/party/yx-icon-file.png);
    box-sizing: border-box;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#chose_pic_btn input {
    position: absolute;
    left: 3px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
}
#chose_pic_btn span{display: inline-block;color: #999;font-size: 12px;line-height: 30px;vertical-align: top;font-style: normal;margin-left: 5px;}
.release_btn {
    padding: 0 24px;
    margin-top: 70px
}

.release_btn button {
    width: 100%;
    background-color: #2c87af;
    font-size: 1.4rem;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 45px;
    outline: 0
}

.release_btn button.none_btn {
    background-color: #f2f2f2;
    color: #2c87af;
    border: 1px solid #2c87af;
    margin-top: 15px
}