*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

.flex_box{
    display: flex !important;
    align-items: center;
}
.flex_bbox{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

a{
    text-decoration: none;
}

dl,
dt,
dd,
ol,
ul,
li {
    list-style: none
}

button{
    border: none;
    cursor: pointer;
}

input, textarea, select{
    border-radius: 3px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    color: #434343;
}

input:focus, textarea:focus, select:focus{
    border: 1px solid rgba(255, 97, 70, 0.3);
}
input:focus, button:focus, textarea:focus, select:focus{
    outline: none;
}

input:focus:invalid:focus, textarea:focus:invalid:focus{
    border: 1px solid #ff0000 !important;
}

input[disabled], select[disabled], textarea[disabled] {
    cursor: no-drop;
    background: #F9F9F9 !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #B8B8B8;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #B8B8B8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #B8B8B8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #B8B8B8;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #969696 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
}


/* 公用侧边导航 */
.aside_left{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden auto;
    width: 260px;
    height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 40px 20px;
}
.aside_left::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.aside_left::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}
.left_topBox{
    margin-bottom: 40px;
}
.left_topBox .icondianpu{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    background: #fd0e3b;
    margin-right: 14px;
    font-size: 21px;
}
.left_topLogo{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 14px;
}
.left_topTitle{
    font-size: 18px;
    color: #232323;
    font-weight: bold;
    width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.aside2{
    color: #434343;
    font-size: 16px;
}
.aside2 .aside2_nav .sidebar_content a{
    width: 100%;
    height: 55px;
    color: #434343;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #ffffff;
}
.aside2 .aside2_nav .sidebar_content a.active_nav{
    color: #fd0e3b;
    background: #fff7f9;
}
.aside2 .aside2_nav .sidebar_content a:hover{
    background: #fff7f9;
    color: #fd0e3b;
}
.nav_name{
    margin-left: 12px;
}
/* 左侧菜单二级展开 */
.aside2_nav .sidebar_content .iconxiala,
.plat2_son_list .nav-item .iconxiala{
    flex: 1;
    text-align: right;
}
.aside2_nav .sub-item-list,
.plat2_son_list .sub-item-list{
    display: none;
    height: 44px;
    line-height: 44px;
    margin-bottom: 5px;
}
.aside2_nav .sub-item-list.active,
.plat2_son_list .sub-item-list.active{
    display: block;
}
.aside2_nav .sub-item-list a.nav-item,
.plat2_nav .plat2_leftNav .plat2_son_list .sub-item-list a.nav-item{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-left: 38px;
    font-size: 14px;
}

/*公用内容*/
.page_main::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.page_main::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}
.page_main {
    position: absolute;
    top: 0;
    left: 260px;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #EDEDED;
    box-sizing: border-box;
    padding: 30px;
}
.content_head{
    font-size: 20px;
    color: #B1B1B1;
    margin-bottom: 32px;
    position: relative;
}
.content_head .content_head_right{
    position: absolute;
    top: 0;
    right: 0;
    color: #B1B1B1;
}
.content_head_right .admin_change{
    font-size: 14px;
    cursor: pointer;
}
.content_head_right .admin_change .iconxiala1{
    font-size: 16px;
    margin: 2px 0 0 3px;
}
.mask_layerBg0{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    display: none;
}
.content_head .admin_back{
    font-size: 20px;
    color: #B1B1B1;
    margin-left: 20px;
}
.content_head a.admin_back:hover{
    color: #fd0e3b;
}
.content_head .admin_back .iconfanhui{
    font-size: 16px;
    margin-right: 4px;
}
.page_content{
    width: 100%;
    height: auto;
    min-height: 400px;
    min-width: 830px;
    border-radius: 10px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}
/* 内页公用 - input/textarea/select */
.page_main .page_content .portlet_bigBox input{
    width: 415px;
    height: 33px;
    padding: 0 10px;
}
.page_main .page_content .portlet_bigBox select{
    width: 135px;
    height: 33px;
    padding: 0 4px;
}
.page_main .page_content .portlet_bigBox select.select_normal{
    width: 415px;
}
.page_main .page_content .portlet_bigBox textarea{
    width: 415px;
    height: 110px;
    padding: 10px;
}
/* 公用 input 带单位 */
.page_main .page_content .portlet_bigBox .control_iptrela{
    position: relative;
    width: 415px;
}
.page_main .page_content .portlet_bigBox .sign_ipts_unit{
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 14px;
    color: #868686;
}
/* 多行文本带提示数字 */
.page_main .page_content .portlet_bigBox .textarea_box{
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
}
.page_main .page_content .portlet_bigBox .textarea_box .tip_wordsNum{
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #bbbbbb;
    font-size: 12px;
}

/*内页公用 - label(标题,左侧标题,提示)*/
.portlet_bigBox .portlet_body .portlet_top{
    font-size: 18px;
    color: #434343;
    margin-bottom: 18px;
}
.portlet_bigBox .portlet_body .control-group.chongdingy{
    width: 100%;
    height: 52px;
    display: block;
    line-height: 52px;
    padding: 0 19px;
    box-sizing: border-box;
    background: #F9F9F9;
    color: #333333;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.portlet_bigBox .portlet_body .chongdingy .chongdingywz>span{
    color: #fd0e3b;
    margin-left: 10px;
    font-size: 10px;
}
.portlet_bigBox .portlet_body .control-group{
    margin-bottom: 24px;
}
.portlet_bigBox .portlet_body .control-group .control-label{
    width: 134px;
    text-align: right;
    color: #666666;
    font-size: 14px;
    float: left;
    margin-top: 6px;
}
.portlet_bigBox .portlet_body .control-group .control-label>span{
    color: #EB0707;
}
.portlet_bigBox .portlet_body .control-group .controls{
    margin-left: 150px;
}
.portlet_bigBox .portlet_body .control-group .controls .controls_divText{
    line-height: 33px;
    margin-left: 0;
    color: #969696;
    font-size: 14px;
}
.portlet_bigBox .portlet_body .control-group .controls .control-tips_span{
    margin-left: 12px;
    font-size: 14px;
    color: #CCCCCC;
}
.portlet_bigBox .portlet_body .control-group .controls .control-tips_span.tips_span_textarea{
    vertical-align: top;
}
.portlet_bigBox .portlet_body .control-group .controls .control-tips_div{
    margin-top: 5px;
    font-size: 14px;
    color: #CCCCCC;
}
.portlet_bigBox .portlet_body .control-group .controls .control-tips_div a{
    color: #fd0e3b;
}
/* 必填提示 */
.portlet_bigBox .portlet_body .control-group .control-tips_err{
    margin-left: 150px;
    margin-top: 4px;
    color: #fd0e3b;
    font-size: 14px;
}
/* 公用页面 - 温馨提示 */
.portlet_bigBox .portlet_body .control-group.chongdingy_tip{
    width: 100%;
    height: auto;
    display: block;
    line-height: 52px;
    padding: 0 19px;
    box-sizing: border-box;
    background: #FFFAED;
    color: #fd0e3b;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 26px;
}
/* 公用页面 - 小间隔标题 */
.portlet_bigBox .portlet_body .small_spaceBox{
    color: #CCCCCC;
    font-size: 13px;
    margin-bottom: 10px;
}
.portlet_bigBox .portlet_body .small_spaceBox .small_spaceLine{
    background: #F0F0F0;
    height: 1px;
    width: 100%;
    margin-left: 10px;
}

/* 公用按钮 */
.portlet_bigBox .portlet_body .control_btn1{
    color: #fd0e3b;
    font-size: 14px;
    width: auto;
    padding: 0 12px;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #F6F7F8;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.portlet_bigBox .portlet_body .control_btn2{
    color: #ffffff;
    font-size: 14px;
    width: auto;
    padding: 0 12px;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fd0e3b;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
/* 公用保存按钮 */
.portlet_bigBox .portlet_body .form_nobg{
    position: fixed;
    bottom: 0;
    left: 290px;
    right: 30px;
    height: 70px;
    text-align: center;
    background: #EDEDED;
    box-sizing: border-box;
    padding-top: 20px;
    z-index: 998;
}
.portlet_bigBox .portlet_body .form_nobg .form_writebg{
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portlet_bigBox .portlet_body .form_nobg .btn{
    width: 100px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fd0e3b;
    background: #F6F6F6;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}
.portlet_bigBox .portlet_body .form_nobg .btn1{
    width: 100px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    background: #fd0e3b;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}

/* 内页公用 - 列表页顶部,搜索(样式一) */
.portlet_bigBox .portlet_body .body_listBox{
    margin-bottom: 24px;
}
.portlet_bigBox .portlet_body .body_listBox .add_btn{  /* 添加按钮 */
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 19px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #fd0e3b;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    margin-right: 20px;
}
.portlet_bigBox .portlet_body .body_listBox .dels_btn{  /* 添加按钮 */
    height: 40px;
    line-height: 38px;
    width: auto;
    padding: 0 19px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(255, 97, 70, 0.1);
    border: 1px solid #fd0e3b;
    color: #fd0e3b;
    font-size: 18px;
    cursor: pointer;
    margin-right: 20px;
}
.portlet_bigBox .portlet_body .body_listBox .sskinput{
    width: 180px;
    height: 40px;
    border-radius: 40px;
    background: #F9F9F9;
    padding: 0 20px;
    margin-left: 10px;
}
.portlet_bigBox .portlet_body .body_listBox .sskinput input{
    width: auto;
    height: 40px;
    border: 0;
    padding: 0;
    background: #F9F9F9;
    font-size: 14px;
}
.portlet_bigBox .portlet_body .body_listBox .sskinput .iconft.iconsousuo{
    color: #fd0e3b;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
}
/* 内页公用 - 列表页顶部,搜索(样式二) */
.portlet_bigBox .portlet_body .body_listBox .ssk_items_box{
    width: auto;
    height: 40px;
}
.portlet_bigBox .portlet_body .body_listBox .ssk_items_box div{
    color: #333333;
    font-size: 14px;
    margin: 0 8px;
}
.portlet_bigBox .portlet_body .body_listBox .ssk_items_box input.ssk_item_ipt{
    width: 152px;
    height: 40px;
    border-radius: 40px;
    border: 0;
    padding: 0 10px;
    background: #F9F9F9;
    font-size: 13px;
    box-sizing: border-box;
}
.portlet_bigBox .portlet_body .body_listBox .ssk_items_box select{
    width: 90px;
    height: 40px;
    border-radius: 40px;
    border: 0;
    padding: 0 5px;
    background: #F9F9F9;
    font-size: 13px;
    box-sizing: border-box;
}
.portlet_bigBox .portlet_body .body_listBox .ssk_items_box .iconft.iconsousuo{
    color: #ffffff;
    background: #fd0e3b;
    cursor: pointer;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
}

/* 内页公用 - 列表页顶部,tab切换 */
.portlet_bigBox .portlet_body .top_tabsBox{
    margin-bottom: 24px;
}
.portlet_bigBox .portlet_body .top_tabsBox .tabsBox_ul{
    font-size: 14px;
    color: #434343;
}
.portlet_bigBox .portlet_body .top_tabsBox .tabsBox_li{
    min-width: 60px;
    width: auto;
    height: 32px;
    text-align: center;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.portlet_bigBox .portlet_body .top_tabsBox .tabsBox_li .tabsBox_act{
    width: 60px;
    height: 2px;
    background: #232323;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* 编辑页面 - 顶部切换 */
.portlet_bigBox .portlet_body .top_contBox{
    margin-bottom: 24px;
    border-bottom: 1px solid #f2f2f2;
}
.portlet_bigBox .portlet_body .top_contBox .contBox_ul{
    font-size: 14px;
    color: #434343;
    height: 32px;
}
.portlet_bigBox .portlet_body .top_contBox .contBox_li{
    min-width: 60px;
    width: auto;
    height: 34px;
    text-align: center;
    margin: 0 20px 0;
    position: relative;
    cursor: pointer;
}
.portlet_bigBox .portlet_body .top_contBox .contBox_li.li_active{
    border-bottom: 2px solid #fd0e3b;
    color: #fd0e3b;
    box-sizing: border-box;
}

/* 内页公用 - 列表页table */
.portlet_body table.lists_table{
    width: 100%;
    margin-bottom: 20px;
}
.portlet_body table.lists_table thead tr{
    background: #F9F9F9;
    height: 52px;
    font-size: 14px;
    color: #232323;
}
.portlet_body table.lists_table thead tr th{
    font-weight: normal;
    box-sizing: border-box;
    padding: 0 15px;
}
.portlet_body table.lists_table tbody tr{
    height: 68px;
    text-align: center;
    font-size: 14px;
    color: #686868;
}
.portlet_body table.lists_table tbody tr td{
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 15px;
}
/* 内页公用 - 列表页table a标签 */
.portlet_body table.lists_table tbody tr td .a_edit{
    color: #fd0e3b;
}
.portlet_body table.lists_table tbody tr td .a_create{
    color: #fd0e3b;
    cursor: pointer;
}
.portlet_body table.lists_table tbody tr td .a_spaceLine{
    background: #e5e5e5;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
}
/* 内页公用 - 列表页 多选 */
.page_main .page_content table .label_checkbox,.page_main .page_content .control-group .label_checkbox{
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #666666;
}
.page_main .page_content table .label_checkbox input[type='checkbox'],.page_main .page_content .control-group .label_checkbox input[type='checkbox']{
    position: absolute;
    opacity: 0;
    width: 16px !important;
    height: 24px !important;
    z-index: 5;
    cursor: pointer;
}
.page_main .page_content table .label_checkbox input[type='checkbox'] + i,.page_main .page_content .control-group .label_checkbox input[type='checkbox'] + i{
    background-image: url("../image/ipt_select.png");
    background-repeat: no-repeat;
    background-position: -22px 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    z-index: 3;
    margin: 0 5px -2px 0;
}
.page_main .page_content table .label_checkbox input[type='checkbox']:checked + i,.page_main .page_content .control-group .label_checkbox input[type='checkbox']:checked + i{
    background-image: url("../image/ipt_select.png");
    background-position: 0 0;
}

/* 公用内容 - 单选，多选 */
label.label_radio{
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #666666;
    position: relative;
    cursor: pointer;
    margin-right: 25px;
}
label.label_radio.radio_disabled{
    cursor: no-drop;
}
label.label_radio input[type='radio'],
label.label_radio input[type='checkbox']{
    position: absolute;
    opacity: 0;
    width: 16px !important;
    height: 16px !important;
    z-index: 5;
    top: 0;
    left: 0;
    cursor: pointer;
}
label.label_radio input[type='radio'][disabled]{
    cursor: no-drop;
}
label.label_radio input[type='radio'] + i,
label.label_radio input[type='checkbox'] + i{
    background-image: url("../image/ipt_select.png");
    background-repeat: no-repeat;
    background-position: -22px -22px;
    width: 16px;
    height: 16px;
    display: inline-block;
    z-index: 3;
    margin: 0 5px -2px 0;
}
label.label_radio input[type='checkbox'] + i{
    background-position: -22px 0;
}
label.label_radio input[type='radio']:checked + i,
label.label_radio input[type='checkbox']:checked + i{
    background-image: url("../image/ipt_select.png");
    background-position: 0 -22px;
}
label.label_radio input[type='checkbox']:checked + i{
    background-position: 0 0;
}
label.label_radio.label_radio_img{
    display: inline-block;
    text-align: center;
    height: auto;
}

/* input type="number" */
.page_main .page_content .portlet_bigBox input::-webkit-outer-spin-button,
.page_main .page_content .portlet_bigBox input::-webkit-inner-spin-button,
.mask_layerBox .mask_layerCon input::-webkit-outer-spin-button,
.mask_layerBox .mask_layerCon input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.page_main .page_content .portlet_bigBox input[type='number'],
.mask_layerBox .mask_layerCon input[type='number']{
    -moz-appearance: textfield;
}


/* 公用内容 - 选择图片 */
.page_main .page_content .portlet_bigBox .selectImg_num{
    display: inline-block;
    height: 67px;
    width: auto;
    margin-right: 10px;
    border-radius: 3px;
    box-sizing: border-box;
}
.page_main .page_content .portlet_bigBox .selectImg_num.selectImg_num1{
    width: 67px;
    object-fit: cover;
}
.page_main .page_content .portlet_bigBox .add_imgs{
    position: relative;
    display: inline-block;
    width: 67px;
    height: 67px;
    box-sizing: border-box;
    border: 1px dashed #dfe4e7;
    background: #f9f9f9;
    border-radius: 3px;
    text-align: center;
    color: #DFE4E7;
    font-size: 12px;
    cursor: pointer;
}
.page_main .page_content .portlet_bigBox .add_imgs input[type='file']{
    width: 67px;
    height: 67px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    padding: 0 0 0 65px
}
/* 选择图片-多图 */
.portlet_bigBox .control-group .controls .commonuploadslide{
    font-size: 0;
    max-width: 540px;
}
.portlet_bigBox .control-group .controls .commonuploadslide .paiwei{
    position: relative;
    width: 67px;
    height: 67px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 10px;
}
.portlet_bigBox .control-group .controls .commonuploadslide .paiwei .beijingys{
    background-color: #000000;
    height: 24px;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 2;
    display: none;
}
.commonuploadslide .paiwei .sancann.iconft{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    display: none;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
}

/* 公用页面 - 弹框背景层 */
.mask_layerBg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    display: none;
}
.mask_layerBox{
    background: #ffffff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    display: none;
    box-sizing: border-box;
    padding: 30px;
}
.mask_layerBox .mask_layerTitle{
    color: #232323;
    font-size: 22px;
    text-align: center;
    position: relative;
}
.mask_layerBox .mask_layerTitle .iconft.iconguanbi{
    color: #999999;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}
.mask_layerBox .mask_layerCon{
    box-sizing: border-box;
    padding: 0 100px;
    max-height: 480px;
    overflow: hidden auto;
    margin: 30px 0;
}
.mask_layerBox .mask_layerCon::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.mask_layerBox .mask_layerCon::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}
.mask_layerBox .mask_layerCon input,
.mask_layerBox .mask_layerCon select{
    width: 100%;
    height: 36px;
    padding: 0 10px;
}
.mask_layerBox .mask_layerCon textarea{
    width: 415px;
    height: 110px;
    padding: 10px;
}
.mask_layerBox .mask_layerCon .iptBox_one{
    width: 100%;
    margin-bottom: 30px;
}
.mask_layerBox .mask_layerCon .iptBox_two{
    width: 45%;
    margin-bottom: 30px;
}
.mask_layerBox .mask_layerCon .iptBox_title{
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}
.mask_layerBox .mask_layerFoot .layer_sureBtn{
    color: #ffffff;
    background: #fd0e3b;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.mask_layerBox .mask_layerFoot .layer_closeBtn{
    color: #fd0e3b;
    background: #F6F6F6;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
button:disabled{
    background: #ccc !important;
    cursor: no-drop !important;
}


/* 公用页面 - 分页样式 */
nav ul.pagination{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}
nav ul.pagination li.page-item{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin-left: 8px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
}
nav ul.pagination li.page-item.active{
    line-height: 30px;
    border: 0;
    color: #ffffff;
    background: #fd0e3b;
}
nav ul.pagination li.page-item a.page-link{
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    color: #666666;
}

.delImg_em{
    margin: -6px 10px 0 -10px;
    font-size: 19px;
    color: #999999;
    cursor: pointer;
}


/* 添加页面内多选链接 */
.portlet_bigBox .portlet_body .control-group .linksBigBox{
    max-width: 700px;
    min-width: 580px;
    box-sizing: border-box;
    padding: 30px 30px 10px;
    background: #f8f8f8;
    position: relative;
    border: 1px solid #eeeeee;
}
.portlet_bigBox .portlet_body .control-group .linksBigBox .iconguanbi{
    position: absolute;
    top: -12px;
    right: -11px;
    background: #E5E5E5;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #434343;
    cursor: pointer;
}
.portlet_bigBox .portlet_body .control-group .linksBigBox .addbox-label{
    width: 110px;
    text-align: right;
    color: #434343;
    font-size: 14px;
    float: left;
    margin-top: 6px;
    box-sizing: border-box;
    padding-right: 25px;
}
.portlet_bigBox .portlet_body .control-group .linksBigBox .addbox-content{
    margin-left: 110px;
}
.portlet_bigBox .portlet_body .control-group .linksBigBox .selectImg_num.selectImg_num2{
    width: 67px;
    object-fit: cover;
    border: 1px solid #E7E7E7;
}
