
.fx_layui_form .layui-form-item {
    margin-bottom: 24px;
    min-width: 320px;
}
.fx_layui_form .layui-form-label {
    width: 120px;
    height: 32px;
    box-sizing: border-box;
    padding: 0;
    text-align: right;
    line-height: 32px;
}
.fx_layui_form .layui-input-block {
    margin-left: 130px;
    width: calc(100% - 130px);
    min-height: 32px;
}
.layui-row > * {
    clear: none;
}
.fx_layui_form .layui-input {
    width: 100%;
    height: 32px;
}
.layui-row::before {
    content: '';
    display: block;
    clear: none;
}
.fx_layui_form .layui-section-input {
    width: calc(50% - 15px);
}
.fx_layui_form .layui-section-dash {
    width: 30px;
    line-height: 32px;
    text-align: center;
}
.layui-btn.layui-btn-sm {
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.layui-btn.disabled {
    color: rgba(0,0,0,.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.layui-btn.disabled:hover {
    background-color: #f5f5f5 !important;
    border-color: #d9d9d9 !important;
    color: rgba(0,0,0,.25) !important;
}

.fx_layui_form .layui-form-checkbox {
    padding-left: 20px;
    padding-right: 0;
    background: 0 0;
}
.fx_layui_form .layui-form-checkbox span {
    color: #333;
    line-height: 32px;
    background: 0 0;
}
.fx_layui_form .layui-form-checkbox i {
    left: 0;
    right: auto;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    top: 50%;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: transparent;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.fx_layui_form .layui-form-checked i,
.fx_layui_form .layui-form-checked:hover i {
    color: #fff;
}
.fx_layui_form .layui-date {
    position: relative;
}
.fx_layui_form .layui-date .layui-input {
    padding-right: 30px;
    text-align: center;
}
.fx_layui_form .layui-date i {
    font-size: 16px;
    color: #999;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    display: block;
}
.fx_self_table {
    width: 100%;
    display: table;
}
.fx_self_tr {
    width: 100%;
    display: table-row;
    display: flex;
    display: -webkit-flex;
    padding: 10px 0;
}
.fx_self_table .order_box {
    border: 1px solid #f5f5f5;
    margin-top: 10px;
}
.fx_self_tr .fx_self_th {
    background: #f6f6f6;
}
.fx_self_tr .fx_self_td,
.fx_self_tr .fx_self_th {
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    box-sizing: border-box;
    display: table-cell;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.fx_self_tr .fx_self_td {
    border-left: 1px solid #f5f5f5;
}
.fx_self_trtitle {
    padding: 10px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    background: #f6f6f6;
}
.fx_self_tr .layui-icon {
    margin-left: 6px;
    font-size: 14px;
    cursor: pointer;
}
.fx_self_tabs_box {
    position: relative;
}
.fx_self_tabs_box .tabs_right {
    position: absolute;
    right: 24px;
    top: 8px;
}
.fx_self_tabs {
    width: 100%;
    border-bottom: 1px #eee solid;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.fx_self_tabs .fx_self_tabs_item {
    font-size: 16px;
    color: #666;
    padding: 14px 15px 10px;
    line-height: 1.5;
    border-bottom: 2px solid transparent;
    margin-right: 20px;
    margin-bottom: -1px;
}


.fx_self_tabs .layui-badge-dot,
.fx_self_tabs2 .layui-badge-dot {
    width: 6px;
    height: 6px;
    vertical-align: top;
}
.fx_self_tabs2 {
    font-size: 0;
    letter-spacing: -3px;
}
.fx_self_tabs2 .tabs2_item {
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    letter-spacing: 0;
    margin-left: -1px;
    position: relative;
    box-sizing: border-box;
}
.fx_self_tabs2 .tabs2_item:first-child {
    border-radius: 4px 0 0 4px;
}
.fx_self_tabs2 .tabs2_item:last-child {
    border-radius: 0 4px 4px 0;
}
.fx_self_tabs2 .tabs2_item.active,
.fx_self_tabs2 .tabs2_item:hover {
    z-index: 2;
}
.fx_more_upload  .upload_img {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.fx_more_upload  .upload_img .upload_img_box {
    position: relative;
    width: 150px;
    height: 150px;
}
.fx_more_upload  .upload_img img {
    border: 1px #DCDFE6 dotted;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
}
.fx_more_upload  .upload_img .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    display: none;
    z-index: 2;
    border-radius: 4px;
    cursor: auto;
}
.fx_more_upload  .upload_img:hover .hover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx_more_upload  .upload_img .hover i {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 6px;
}
.fx_more_upload .upload_img .hover i.edit {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #FF5500;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}
.fx_more_upload  .upload_img .upload_text {
    width: 150px;
}
.fx_more_upload  .upload_img .upload_text,
.fx_more_upload  .layui-form-item .input_text {
    font-size: 12px;
    color: #A3A6AE;
    line-height: 24px;
    margin-top: 12px;
}
.fx_more_upload .layui-input-block {
    margin-left: 80px;
}
.checkbox i {
    padding-left: 24px;
    position: relative;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox i::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
}
.checkbox input:checked + i::before {
    content: '\e622';
    font-family: iconfont;
}
.layui-laypage .layui-laypage-btn {
    line-height: 28px;
    color: #666;
}

.min-input {
    width: 100px !important;
}
.short-input {
    width: 200px !important;
}
.middle-input {
    width: 530px !important;
}
.long-input {
    width: 980px !important;
}
/* 日期选择器 */
.start-end {
    border: 1px #eee solid;
    height: 38px;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    color: #616161;
    width: 346px;
    overflow: hidden;
}
.start-end i{
    color: #616161;
    font-size: 14px;
    margin: 0 10px;
}
.start-end .icon {
    font-size: 18px;
    color: #9A9A9A;
    margin-right: 0;
}
.start-end input {
    width: 130px;
    text-align: center;
    height: 100%;
    vertical-align: top;
    flex: 1;
    background: transparent;
}
/* 搜索按钮 */
.search-btn {
    width: 100px;
    height: 38px;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
}
.search-btn i {
    font-size: 18px;
    margin-right: 10px;
}
/* 人机验证 */
.ali-verify-box {
    pointer-events: none;
}
.ali-verify-box .ali-verify {
    margin: 0 !important;
}
.ali-verify-box .ali-verify .sm-btn {
    border-radius: 2px;
    overflow: hidden;
}
.ali-verify-box .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 2;
    background: linear-gradient(-6deg,#E8E8E8,#FFFFFF);
    line-height: 43px;
    font-size: 14px;
    color: #616161;
    padding-left: 70px;
    border-radius: 2px;
}
/* 提示说明 */
.explain-box {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    color: #9A9A9A;
    background: #f6f6f6;
}
.explain-box .explain-title {
    font-size: 14px;
    color: #9A9A9A;
    line-height: 24px;
}
.explain-box .explain-title .icon {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.explain-box .explain-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #9A9A9A;
    padding-left: 28px;
}
.hand {
    cursor: pointer;
}
.publish-requirement-icon {
    padding: 0 4px;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 21px;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: baseline;
    margin-right: 6px;
}
.publish-requirement-icon.requirement-icon {
    background: rgb(199, 0, 25);
}
.publish-requirement-icon.poster-icon {
    background: rgb(255, 167, 60);
}
.publish-requirement-icon.end-icon { 
    background: #a1a1a1;
}
.publish-requirement-icon.redpacket-gold-icon {
    background: #FFC125;
}
.publish-requirement-icon.redpacket-money-icon {
    background: rgb(252, 70, 82);
}
.publish-requirement-icon.product-icon {
    background: #5FB878;
}