.publish_content{
    width:1000px;
    margin:20px auto;
    background: #fff;
    padding:20px 30px;
}
.notice_publish{
    padding: 3px 20px;
    border-radius: 24px;
    margin-top: 5px;
    background-color: #ffd2d3;
    color: #c1291e;
    border: 1px solid #c1291e;
    letter-spacing: 1px;
}
.vip_publish{
    padding: 3px 20px;
    border-radius: 24px;
    margin-top: 5px;
    background: linear-gradient(135deg, #FFD700 0%, #EEE4C2 100%);
    color: #E61362;
      border: 1px solid #C5A357;
      box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    letter-spacing: 1px;
}
.qy_publish{
    padding: 3px 20px;
    border-radius: 24px;
    margin-top: 5px;
    background-color: #002D62;
      color: #B3A369;
      border: 1px solid #4A638C;
      text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}
.zy_publish{
    padding: 3px 20px;
    border-radius: 24px;
    margin-top: 5px;
    background: linear-gradient(135deg, #F4F4F4 0%, #E5E5E5 100%);
  color: #5A5A5A;
  border: 1px solid #B4B4B4;
  box-shadow: 0 2px 8px rgba(181, 181, 181, 0.2);
    letter-spacing: 1px;
}
.ml30{
    margin-left: 30px;
}
.publish_input{
    padding: 9px 12px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    width:calc(100% - 18px);
    font-size: 14px;
}
.publish_input::-webkit-input-placeholder{
    color: #acacac;
}
.publish_input::-moz-placeholder{
    color: #acacac;
}
.publish_input:-ms-input-placeholder{
    color: #acacac;
}
.publish_input_need_all{
    width:230px;
    margin-top: 10px;
}
.publish_input_need{
    padding: 6px 12px;
    color: #999;
    border-radius: 4px;
    background: #f3f3f3;
    width:230px;
    font-size: 12px;
}
.textarea_desc{
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    padding: 8px;
    color: #333;
    width:calc(100% - 16px);
    margin-top: 10px;
    font-size: 14px;
    height: 100px;
}
.textarea_desc::-webkit-input-placeholder{
    color: #acacac;
}
.textarea_desc::-moz-placeholder{
    color: #acacac;
}
.textarea_desc:-ms-input-placeholder{
    color: #acacac;
}
.publish_input_text{
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    padding: 8px;
    color: #333;
    width:180px;
    margin-right: 20px;
}
.publish_input_text::-webkit-input-placeholder{
    color: #acacac;
}
.publish_input_text::-moz-placeholder{
    color: #acacac;
}
.publish_input_text:-ms-input-placeholder{
    color: #acacac;
}
.publish_btn{
    background: #00a274;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    padding: 11px 20px;
    width:250px;
}



.side_menu p{
            line-height: normal!important;
        }
        .select2-container--bootstrap{
            display: inline-block!important;
            width: 215px!important;
            z-index: 9998;
        }
        .select2-container--bootstrap .select2-selection--single{
            width: 215px;
            background: #f5f5f5;
            height: 40px;
            line-height: 40px;
            border-radius: 4px;
            border: 1px solid #e4e4e4;
            cursor: pointer;
            text-indent: 10px;
            padding: 0;
            font-size: 14px;
        }
        .select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
            background-color: #00a274;
        }
        .select2-dropdown{
            border-radius: 4px;
            color: #333;
            font-size: 14px;
            border-color: #00a274!important;
        }
        .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 116, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 116, 0.6);
            border-color: #00a274;
        }
        .select2-container--bootstrap .select2-selection--single .select2-selection__arrow{
            right: 12px;
        }
        input[type=checkbox]:after{
            margin-top: 3px;
            position: absolute;
            width: 15px;
            height: 20px;
            top: 0;
            content: "";
            background-color: #ffffff;
            color: black;
            display: inline-block;
            visibility: visible;
            padding: 0 3px;
            border-radius: 3px;
            border: 1px #e8e4e4 solid;
        }
        input[type=checkbox]:checked:after{
            font-size: 18px;
            text-align: center;
        }
        .redd{
            color: red;
        }
        .publish_btn:hover{
            cursor: pointer;
        }
