body {
    background: #F4F4F4;
}
.ActiveCreatetitle{
    display:block;
    margin:0 auto;width:582px;
    margin-top:70px;margin-bottom:80px;
}
.activeCreat {
    background: #fff;
    /*margin-top: 80px;*/
    padding: 85px;
    margin-bottom:80px;
}
.form_label{
    font-weight:bold;
    font-size:20px;
    margin-bottom:14px;
}
.form_input_box .form-control {
    height: 52px;
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
}

.form-group{
    margin-bottom:30px;
}
.file_upload {
    width: 280px;
    height: 200px;
    background: #F8F8F8;
    padding-top:55px;
    text-align:center;
}
.file_upload_tips {
    color: #B8B8B8;
    font-size: 12px;
    margin-top:15px;
}
.switch_box {
    height: 28px;
    padding-left:64px;
    background: url(/img/img/activity/creat/off.png) no-repeat;
    margin-top:15px;
    line-height:28px;
    cursor:pointer;
}
.switch_box.on {
    background: url(/img/img/activity/creat/on.png) no-repeat;
}
.tips {
    color: #FFB25A;
    font-size:12px;
    margin-top:17px;
}
.Component_name{
    width:726px;
    margin-right:9px;
}
.Component_num {
    width: 350px;
}
.Component_item .form-control{
    display:inline-block;
}
.add_component {
    width: 206px;
    height: 46px;
    line-height: 44px;
    border: 1px dashed #AEAEAE;
    text-align: center;
    font-weight: bold;
    color: #C4A678;
    font-size: 16px;
    margin:20px auto;
    border-radius:6px;
    cursor:pointer;
}
.Description_box .dec_text {
    width: 100%;
    height: 208px;
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    padding: 19px 13px;
    display: block;
    resize: none;
}
.Description_box .dec_txt {
    display: none;
    margin-bottom: -5px;
}
.dec_box {
    color: #B8B8B8;
}
.read_rule {
    padding-left: 33px;
    background: url(/img/img/activity/creat/weigou.png) no-repeat;
    height: 20px;
    line-height: 20px;
    margin-top: 18px;
}
.read_rule.tick {
    background: url(/img/img/activity/creat/gou.png) no-repeat;
  
}
.rules {
    margin-top: 50px;
    font-size: 12px;
    color: #666666;
}
.submit_btn {
    width: 246px;
    height: 46px;
    border-radius: 16px;
    margin: 37px auto;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    background: #ccc;
    pointer-events: none;
}
.submit_active {
    background: #FCE0B1;
    pointer-events: all;
}

.file_name_box {
    width: 288px;
    height: 206px;
    background: #F8F8F8;
    padding-top: 60px;
    margin-left: 11px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
}
.file_name_box p{
    overflow:hidden;
    margin-top:10px;
}
.pic_upload {
    width: 288px;
    height: 206px;
    background: #F8F8F8;
    text-align:center;
    padding-top:50px;
}
.pic_item {
    width: 280px;
    height: 206px;
    position:relative;
}
.pic_item .contentImg{width:100%;height:100%;}
.pic_item:hover .delete_btn{
    display:block
}
.pic_item:hover .set_cover{
    display:block;
}
.delete_btn {
    text-align: right;
    position: absolute;
    width: 100%;
    top: 0;
    display: none;
 
    padding-right: 8px;
    padding-top: 8px;
}
.set_cover {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #C4A678;
    display: block;
    width: 100%;
    bottom: 0;
    background: #333333;
    text-align: right;
    height: 32px;
    line-height: 32px;
    padding-right: 14px;
}
    .set_cover i {
        background: url(/img/img/activity/creat/unselect.png) no-repeat center;
        background-size: cover;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: -3px;
        margin-left: 8px;
    }
    .set_cover .active {
        background: url(/img/img/activity/creat/select.png) no-repeat center;
        background-size: cover
    }

.Component_box{margin-top:10px;}
    .Component_box .Component_item:hover i {
        display: inline-block;
    }
.form_input_box .Component_box i {
    display: none;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(/img/img/activity/creat/deleteList.png) no-repeat center;
    background-size: cover;
    float: right;
    margin-top: 18px;
    transition: all .5s ease;
}
.Component_box:first-child{margin-top:0;}
.form_New_label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .form_New_label p {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 14px;
        display: inline-block;
        max-width: 100%;
    }
.form_New_label i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/img/activity/creat/arrow.png) no-repeat center;
    background-size: cover;
    transition: all .5s ease;
}
    .form_New_label .active {
        transform: rotate(180deg);
    }
.Component_Parent {
    overflow:hidden;
    transition: all .5s ease;
}