*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-style: normal;
    font-family: PingFangSC-Medium, PingFang SC;
}
.nav{
    border-bottom: 2px solid #2EB050;
    padding: 10px 0;
}
.nav_c{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_tel{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_tel .nav_t{
    text-align: center;
    font-size: 14px;
    margin-right: 33px;
}
.nav_tel .nav_t p {
    font-size: 20px;
    color: #F3504F;
}
.submit-btn {
    width: 224px;
    background: #2EB050
}
.nav_tel .nav_b img {
    width: 75px;
    height: 75px;
    vertical-align: middle;
}
.nav_tel .nav_b p{
    font-size: 12px;
}
.crumbs {
    color: #666666 !important;
    font-size: 14px !important;
    padding-top: 21px !important;
    /*border-top: 10px solid #F5F5F5 !important;*/
    width: 1000px;
    margin: 10px auto;
    padding: 12px 0;
    padding-left: 20px;
}
.crumbs p{
    width: 1200px;
    margin: 0 auto;
}

.border-bottom {
    border-bottom: 6px solid #F6F6F6;
    width: 100%;
}
.required {
    color: #D0021B;
    font-size: 16px;
    margin-right: 5px;
}
/* 内容区域 */
.celerity_content{
   
    width: 684px;
    margin: 0 auto;
    margin-top: 58px;
    position: relative;
}
.description{
    position:relative;
}
.description textarea{
    height: 142px;
    font-size: 14px;
    padding: 12px 14px;
}
.description::after{
    content: attr(data-min) '/' attr(data-max);
    position: absolute;
    right: 14px;
    bottom: 12px;
    color: #999999;
    font-size: 14px;
}
.layui-form-label {
    width: 110px;
    font-size: 14px;
}
.layui-input-block {
    margin-left: 140px;
}
.layui-textarea{
    resize: none;
}
.addIMG p{
    padding: 10px 0;
    color: #999999;
    font-size: 12px;
}
.imgList ul{
    display: inline-block;
    vertical-align: top;
}
.imgList li{
    position: relative;
    width: 108px;
    height: 100px;
    display: inline-block;
    margin-right: 10px;
}
.imgList li img {
    width:108px;
    height: 100px
}
.imgList li img.closeImg {
    width: 16px;
    height: 16px
}
.imgList li p {
    position: absolute;
    right: -6px;
    top: -6px;
    padding: 0;
    cursor: pointer;
}
.addIMG .add{
    width: 110px;
    height: 110px;
    cursor: pointer;
    display: inline-block;
}
.addIMG .add p{
    text-align: center;
}
.layui-form-item .layui-input-inline{
    width: 136px;
}
.layui-form-radio{
    margin-right: 0;
}

.submit_btn{
    margin-top: 100px;
    text-align: center;
}
.submit_btn button{
    background: #2EB050;
    color: #FFFFFF;
    font-size: 16px;
    width: 224px;
    height: 42px;
    border-radius: 4px;
}
.submit_btn p{
    color: #999999;
    font-size: 12px;
    margin: 12px 0;
}
.read .layui-form-checkbox[lay-skin=primary] span{
    padding-right: 0;
    font-size: 12px;
}
.read .layui-form-checkbox[lay-skin=primary]{
    padding-left: 20px;
}
.read  .layui-form-checkbox[lay-skin=primary] i{
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.read  p{
    display: inline-block;
    color: #0067CC;
}
.read  p a{
    color: #0067CC;
}

.hint{
    width: 658px;
    padding: 16px 20px;
    margin: 0 auto;
    border: 1px solid #FFC4C4;
    background: #FFF7F7;
    margin-bottom: 40px;
    margin-top: 50px;
    border-radius: 4px;
}
.hint h4{
    color: #333333;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}
.hint p{
    font-size: 14px;
    color: #666666;
}
.hint strong{
    color: #FF0000;
}


.vxcode{
   /* position: absolute;
    right: -280px;
    top: 0;*/
    width: 227px;
    height: 260px;
    margin-top: 58px; 

    background: url(../images/publish/wxcode.png) no-repeat center;
    background-size: 100%;
}
.vxcode #code{
    width: 122px;
    height: 122px;

    margin:  50px  auto 0;
    display: block;
}
.vxcode p{
    color: #333333;
    font-size: 12px;
    width: 155px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.vxcode p em{
    color: #056AED;

   
    font-style: normal;
}

.successfully{
    width: 460px;
    margin: 80px  auto 70px;
    text-align: center;
}
.successfully h5{
    color: #333333;
    font-size: 16px;
    margin-top: 16px;
}
.successfully h5 strong{
    color: #2EB050;
    font-size: 16px;
}
.successfully_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.successfully_btn a{
    width: 224px;
    line-height: 42px;
    color: #666666;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-top: 30px;
}
.successfully_btn a:last-child{
    color: #fff;
    background: #2EB050;
    border-color: #2EB050;
}

.successfully_code{
    margin-top: 82px;
}
.successfully_code img{
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    padding: 10px;
    width: 165px;
    box-sizing: border-box;
}
.successfully_code  p{
    color: #333333;
    font-size: 14px;
    margin-top: 12px;
}
.successfully_code  h6{
    color: #333333;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}

/* tabs切换 */
.tabs{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.tabs li{
    color: #333333;
    font-size: 24px;
    margin-right: 130px;
    cursor: pointer;
    font-weight: bold;
}
.tabs li:last-child{
    margin-right: 0;
}
.tabs li.active{
    color: #2EB050;
    position: relative;
  
}
.tabs li.active::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform:translateX(-50%);
    width: 90%;
    height: 2px;
    background: #2EB050;
}

/* 快速发布 */
.speed_issue{
    width: 656px;
    margin: 40px auto 0;
}
.speed_issue_title{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
}
.speed_issue .sppeed_upload{
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #2EB050;
    padding: 33px 0;
    cursor: pointer;
}
.speed_issue .sppeed_upload h2{
    color: #333333;
    font-size: 18px;
    margin-top: 7px;
    font-weight: bold;
}
.speed_issue .sppeed_upload  span{
    color: #333333;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}
.speed_issue .sppeed_upload  span em{
    color: #0C71EE;
}
.speed_issue .sppeed_upload p{
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}
.speed_issue_number{
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}
.speed_issue_number em{
    color: #2EB050;
}
.upload_list{
    margin-top: 20px;
}
.upload_list li{
    position: relative;
    width: 108px;
    height: 100px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.upload_list li img{
    height: 100%;
    width: 100%;
 
}
.upload_list li p {
    position: absolute;
    right: -6px;
    top: -6px;
    padding: 0;
    cursor: pointer;
}