/*初始化类*/

@charset "UTF-8";

html {
    font-size: 100px;
}

html,
body {
    margin: 0 auto;
    color: #000000;
    font-size: 0.2rem;
    line-height: 1.5;
    overflow-x: auto;
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-size: 0.15rem;
    line-height: 1.05;
}

ul,
li {
    list-style: none;
}

a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
    /* vertical-align: middle; */
}


/*自动隐藏文字*/

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


/*font-size*/

.fnt_12 {
    font-size: 0.12rem;
}

.fnt_26 {
    font-size: 0.26rem;
}

.fnt_30 {
    font-size: 0.3rem;
}


/*图片经过*/

.tran_scale {
    overflow: hidden;
    display: block;
}


/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

body {
    overflow-x: hidden;
}

.w1200 {
    width: 12rem;
    margin: 0 auto;
}

.w1400 {
    width: 14rem;
}

.w1600 {
    width: 16rem;
}

.flex {
    display: flex;
}

.flexa {
    display: flex;
    align-items: center;
}

.between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.betweenstart {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* banner */

.banner {
    width: 100%;
    height: 6rem;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 屑导航 */

.xdh {
    width: 100%;
    padding: 0 3.6rem;
    height: 0.8rem;
}

.xl-logo {
    width: 0.16rem;
    height: 0.16rem;
}

.xl-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xl-text {
    margin-left: 0.1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.xl-next {
    margin-left: 0.05rem;
    width: 0.16rem;
    height: auto;
}

.xl-next img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xdh_rig {
    height: 100%;
}

.s-box-a {
    position: relative;
    margin-right: 0.8rem;
    height: 100%;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.8rem;
}

.s-box-a:last-child {
    margin-right: 0;
}

.xdh_rig .active {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #4C2EEB;
}

.xdh_rig .active::after {
    content: '';
    width: 0.64rem;
    height: 0.03rem;
    background: #4C2EEB;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 1;
}


/* 标题 */

.a_text {
    font-size: 0.4rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.a_solid {
    margin-top: 0.32rem;
    width: 1.06rem;
    height: 0.05rem;
    background: #4C2EEB;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}

.aw_text {
    text-align: center;
    font-size: 0.4rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.aw_solid {
    margin: 0 auto;
    margin-top: 0.28rem;
    width: 0.72rem;
    height: 0.03rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}


/* 顶部图片 */

.common-banner {
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.common-banner-des {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.common-banner-cn {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.common-banner-en {
    font-size: 0.68rem;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0.2rem 0;
}

.common-banner-line {
    width: 0.03rem;
    height: 0.8rem;
    background: #FFFFFF;
}


/* 顶部导航 */

.common-nav-wrap {
    width: 100%;
    height: 0.8rem;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
}

.common-nav-box {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-nav {
    width: 2.47rem;
    height: 100%;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D5D5D5;
}

.common-nav:first-of-type {
    border-left: 1px solid #D5D5D5;
}

.common-nav:hover {
    color: #E00025;
}

.common-nav-box .active {
    color: #fff;
    background: #E00025;
}


/* 分页 */

.p_index {
    width: 0.4rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #EEEEEE;
    font-size: 0.14rem;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    font-weight: normal;
    color: #7A7A7A;
    line-height: 0.32rem;
    text-align: center;
    margin-right: 0.1rem;
    cursor: pointer;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.61rem;
    margin-bottom: 0.6rem;
}

.p2 {
    display: flex;
    align-items: center;
}

.p-1 {
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin-right: 0.09rem;
    text-align: center;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.32rem;
    color: #7A7A7A;
    border: 0.01rem solid #EEEEEE;
}

.pagelr {
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    width: 0.69rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #EEEEEE;
    font-size: 0.14rem;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    font-weight: normal;
    color: #7A7A7A;
    line-height: 0.32rem;
    text-align: center;
    margin-right: 0.1rem;
}

.pagelr:last-child {
    margin-right: 0;
}

.p-1:hover {
    cursor: pointer;
    background: #4C2EEB;
    color: #fff;
}

.page-active {
    background: #4C2EEB;
    color: #fff;
}

.disabled {
    cursor: not-allowed;
}

.p-w {
    margin-left: 0.2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.p-w1 {
    margin-left: 0.08rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

select {
    cursor: pointer;
    width: 0.6rem;
    height: 0.32rem;
    color: #666666;
    margin-left: 0.08rem;
    border: 0.01rem solid #DEDEDE;
}
.js-example-basic-single{
    border-radius: 0.1rem; 
    height: auto;
    margin-left: 0;
    padding: 0.12rem 0.18rem;
}
.select2-hidden-accessible{
    width: 100%!important;
    height: 0.4rem!important;
    padding: 0 0.15rem!important;
    border: 1px solid #dcdfe6!important;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    position: static!important;
    clip-path: none !important;
    margin: 0;
}
.p-b {
    width: 0.72rem;
    height: 0.32rem;
    background: #0745B1;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
    cursor: pointer;
    text-align: center;
    margin-left: 0.2rem;
}


/* 列表侧边栏 */

.join_list {
    align-items: flex-start;
    padding: 0.4rem 3.6rem 0.48rem;
    display: flex;
}

.join_listleft {
    margin-right: 0.31rem;
    padding-top: 0.24rem;
}

.jll_k {
    cursor: pointer;
    width: 2.8rem;
    height: 0.48rem;
    padding-left: 0.28rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000B33;
    line-height: 0.48rem;
}

.jll_k:hover {
    font-weight: bold;
    color: #4C2EEB;
    background: rgba(76, 46, 235, 0.04);
    border-left: 0.04rem solid #4C2EEB;
}

.join_listleft .active {
    font-weight: bold;
    color: #4C2EEB;
    background: rgba(76, 46, 235, 0.04);
    border-left: 0.04rem solid #4C2EEB;
}

.xdh_height {
    border-bottom: 0.01rem solid #E6E6E6;
}

.join_listright {
    padding-top: 0.24rem;
    padding-left: 0.33rem;
    border-left: 0.01rem solid #DDDDDD;
}


/* 搜索 */

.search {
    padding: 1.4rem 0;
    background: #FFFFFF;
}

.search img {
    margin: 0 auto;
    width: 2.25rem;
    height: 1.93rem;
}

.search_text {
    margin-top: 0.33rem;
    font-size: 0.16rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    line-height: 0.28rem;
    text-align: center;
}

.banner {
    position: relative;
}

.search_input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 10rem;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.02rem solid rgba(76, 46, 235, 1);
    padding-left: 0.32rem;
    font-size: 0.16rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}

.search_input input {
    flex: 1;
}

.search_bottom {
    display: block;
    width: 1.23rem;
    height: 100%;
    background: rgba(76, 46, 235, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_bottom img {
    width: 0.24rem;
    height: 0.24rem;
    object-fit: cover;
}


/* 搜索 end*/


/* 悬浮 */

.xuanfu {
    position: fixed;
    right: 0;
    bottom: 30%;
}

.xuanfu-k {
    transform: rotate(180deg);
    cursor: pointer;
    padding-top: 0.16rem;
    padding-bottom: 0.2rem;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    flex-direction: row;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 700;
    font-size: 0.16rem;
    color: #FFFFFF;
    width: 0.48rem;
    background: #0256FF;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}

.xuanfu-k img {
    transform: rotate(180deg);
    height: 0.26rem;
    width: 0.25rem;
    object-fit: cover;
    margin-top: 0.09rem;
}

.xuanfu-k:nth-child(2) {
    margin-top: 0.18rem;
}


/* 悬浮 end*/

/* 公共样式 */

#header {
    background-color: #E8F3FF;
}

#container {
    display: flex;
    align-items: stretch;
}

#sidebar {
    width: 2.8rem;
    min-height: calc(100vh - 0.79rem);
    height: 100%;
    flex-shrink: 0;
    background-color: #F5FAFF;
}

#main {
    padding: 0.2rem;
    flex: 1;
    display: flex;
}

#main .content {
    padding: 0.24rem;
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 0.2rem;
}

/* 隐藏默认的 Select2 箭头 */
.content .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
    /* 直接隐藏箭头 */
}

/* 添加自定义的向下三角符号 */
.content .select2-container--default .select2-selection--single {
    position: relative;
    padding-right: 0.25rem;
    /* 为三角符号留出空间 */
}

.content .select2-container--default .select2-selection--single::after {
    content: "▼";
    /* 向下三角符号 */
    font-size: 0.12rem;
    /* 调整符号大小 */
    color: #333;
    /* 调整符号颜色 */
    position: absolute;
    top: 50%;
    right: 0.1rem;
    /* 调整符号位置 */
    transform: translateY(-50%);
    pointer-events: none;
    /* 确保点击事件不会受到影响 */
}

/* 隐藏默认的 Select2 箭头 */
.content .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    display: none;
    /* 直接隐藏箭头 */
}

/* 添加自定义的向下三角符号 */
.content .select2-container--default .select2-selection--multiple {
    position: relative;
    padding-right: 0.25rem;
    /* 为三角符号留出空间 */
}

.content .select2-container--default .select2-selection--multiple::after {
    content: "▼";
    /* 向下三角符号 */
    font-size: 0.12rem;
    /* 调整符号大小 */
    color: #333;
    /* 调整符号颜色 */
    position: absolute;
    top: 50%;
    right: 0.1rem;
    /* 调整符号位置 */
    transform: translateY(-50%);
    pointer-events: none;
    /* 确保点击事件不会受到影响 */
}

.comTableBox table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.comTableBox table tbody tr {
    display: table-row;
    
}
/*.comTableBox table tr:nth-child(2n){*/
/*    border-bottom: 1px solid #E6E6E6;*/
/*}*/

.comTableBox table th,
.comTableBox table td {
    padding: 0.11rem;
    line-height: 1.6;
    vertical-align: top;
    text-align: center;
}

.comTableBox table tbody tr td:first-child {
    text-align: left;
}

.comTableBox table tr:nth-child(2n) {
    border-bottom: 1px solid #E6E6E6;
}

.comTableBox table thead {
    background-color: #096CDE;
}

.comTableBox table thead th {
    color: #FFFFFF;
    font-size: 0.16rem;
}

.comTableBox table tbody td {
    color: #000000;
    font-size: 0.16rem;
}

.comTableBox table tbody td .fixedTxt {
    display: block;
    white-space: nowrap;
    color: #000;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 12rem;
}

.comTableBox table tbody tr td:last-child {
    vertical-align: middle;
}

.comTableBox table tbody td button {
    min-width: 0.76rem;
    color: #FFFFFF;
    font-size: 0.16rem;
    cursor: pointer;
    border: none;
    background-color: #E5E5E5;
    background-color: #FF8D1A;
    border-radius: 0.1rem;
}

.comTableBox table tbody td button.detail {
    background-color: #FF8D1A;
}

.comTableBox table tbody td button[disabled="disabled"]{
    background-color: #E5E5E5;
}

.comTableBox table tbody td button.shenheunpass{
    background-color: #E5E5E5;
}

.comTableBox table tbody td button.submit {
    background-color: #D43030;
}

.comTableBox table tbody tr:hover {
    background-color: #F5FAFF;
}

.comTableBox table tbody tr:hover td {
    color: #096CDE;
}

.comTableBox table tbody tr:hover td .fixedTxt {
    color: #096CDE;
}

.uploadBox {
    position: relative;
}

.uploadBox .upload {
    min-width: 3.15rem;
    padding: 0.1rem 0.18rem;
    display: block;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.1rem;
    background-color: #096CDE;
}

.uploadBox .upload.disabled{
    pointer-events: none!important;
    background: #999!important;
}

.uploadBox .uploadImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.article-form {
    width: 100%;
}

.article-form .form-item {
    margin-bottom: 0.2rem;
    display: flex;
}

.article-form .form-item.itemInner .codeBox {
    position: relative;
}

.article-form .form-item.itemInner .codeBox input {
    padding-right: 0.6rem;
}

.article-form .form-item.itemInner .codeBox button {
    margin-right: 0;
    padding: 0.11rem 0;
    position: absolute;
    right: 0.15rem;
    top: 0;
    color: #808080;
    font-size: 0.2rem;
    background-color: transparent;
}

.article-form .form-label {
    margin-right: 0.25rem;
    padding-top: 0.07rem;
    width: 1rem;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    color: #000000;
}

.article-form .form-label .required{
    line-height: 0.27rem;
    display: inline-block;
    margin-right: 2px;
}

/*.tabContent>div:last-child{*/
/*    display: none;*/
/*}*/

.article-form .form-label span {
    font-size: 0.2rem;
}

.article-form .required {
    color: #D43030;
    margin-left: 4px;
}

.article-form .form-input {
    width: 100%;
    height: 0.4rem;
    padding: 0 0.15rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.1rem;
    font-size: 0.2rem;
}

.article-form .form-text {
    width: 100%;
    height: 0.9rem;
    padding: 0.11rem 0.15rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.1rem;
    font-size: 0.2rem;
}

.article-form .textareaBox {
    padding: 0 0.1rem;
    width: 100%;
    border: 1px solid #dcdfe6;
    border-radius: 0.1rem;
    background-color: #fff;
}

.article-form .textareaBox .ttlBox {
    padding: 0.12rem 0;
    border-bottom: 1px solid #808080;
}

.article-form .textareaBox .ttlBox .ttl {
    color: #808080;
    font-size: 0.2rem;
    text-align: center;
}

.article-form .form-textarea {
    width: 100%;
    height: 5rem;
    padding: 0.15rem;
    resize: vertical;
    font-size: 0.2rem;
}

.article-form .form-buttons {
    margin-top: 0.3rem;
    padding-left: 1.25rem;
}

.article-form .btn {
    padding: 10px 20px;
    margin-right: 0.2rem;
    border: none;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    cursor: pointer;
}

.article-form .btn-primary {
    background: #FF8D1A;
    color: #fff;
}

.article-form .btn-draft {
    background: #A6A6A6;
    color: #fff;
}

.article-form .btn-cancel {
    background: #E5E5E5;
    color: #fff;
}

.article-form .form-input:focus,
.article-form .form-textarea:focus {
    outline: none;
    border-color: #409eff;
}

.article-form .select2-container--default .select2-selection--single {
    height: 0.4rem;
    background-color: #FFFFFF;
    border-radius: 0.1rem;
    border: 1px solid #E5E5E5;
}

.article-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.04rem 0 0 0.15rem;
    color: #000000;
    font-size: 0.2rem;
    line-height: 1.6;
    vertical-align: middle;
}

.article-form .select2-container--default .select2-selection--single::after {
    color: #000000 !important;
}

.article-form .select2-container--default .select2-selection--multiple {
    height: 0.4rem;
    background-color: #FFFFFF;
    border-radius: 0.1rem;
    border: 1px solid #E5E5E5;
}

.article-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0.06rem 0 0 0.15rem;
    color: #096CDE;
    font-size: 0.16rem;
    vertical-align: middle;
}

.article-form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border: none;
    background-color: #E8F3FF;
}

.article-form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #096CDE;
}

.article-form .select2-container--default .select2-selection--multiple::after {
    color: #000000 !important;
}

.article-form .rowBox {
    display: flex;
    align-items: center;
}

.article-form .rowBox .form-item {
    margin-right: 8%;
    width: 28%;
    flex-shrink: 0;
}

.article-form .rowBox .form-item:last-child {
    margin-right: 0;
}

.article-form .rowBox .form-item .uploadBox .upload,
.article-form .rowBox .form-item .form-input {
    min-width: 3.15rem;
}

.article-form .rowBox.rowInner .form-item {
    margin-right: 8%;
    width: auto;
    flex-shrink: auto;
}

.article-form .rowBox.rowInner .form-item .form-label {
    width: 2rem;
}

.article-form .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-form .form-row .form-item .form-label {
    width: 1.8rem;
}

.article-form .form-row .form-item .form-input {
    min-width: 5rem;
}

.newFrom{
    display: flex;
    background: #fff;
    border-radius: .05rem;
    border: 0.01rem solid #DEDEDE;
    width: 3rem;
    margin-left: auto;
}
.newFrom input{
    width: 100%;
    padding:  0 .15rem;
}
.newFrom button{
    flex-shrink: 0;
    border: 0;
    outline: none;
}
/* 公共样式 end*/
@media only screen and (max-width: 1024px) {
#container{
    display: block;
}
#sidebar{
    min-height: auto;
    width: 100%;
    padding: 0 .1rem;
}
#main{
    padding: 0;
}
.js-example-basic-single{
    font-size: 0.24rem;
    height: .6rem !important;
    margin-top: .3rem;
}
.comTableBox table thead th{
    font-size: 0.24rem;
}
*{
    font-size: 0.24rem;
}
select{
    height: auto;
    line-height: normal;
    min-width: 1.3rem !important;
}
button.detail{
    font-size: 0.24rem !important;
}
.article-form .form-item{
    display: block;
}
.article-form .form-label{
    width: 100%;
  justify-content: flex-start;
}
.article-form .form-input{
    margin-top: .3rem;
    height: .6rem;
    font-size: 0.24rem;
    min-width: auto !important;
}
.article-form .form-label span{
    font-size: 0.24rem;
}
.select2-hidden-accessible{
    height: 0.6rem !important;
    margin-top: .3rem;
    font-size: 0.24rem;
}
.article-form .form-text{
    font-size: 0.24rem;
  line-height: .35rem;
  margin-top: .3rem;
  height: 2rem;
}
.article-form .rowBox .form-item{
    margin-right: 1%;
    width: 32%;
}
.article-form .rowInner{
    display: block;

}
.article-form .rowBox.rowInner .form-item label{
    width: 100% !important;
    margin-bottom: .3rem;
}
.uploadBox .upload{
    font-size: 0.24rem;
}
.article-form .form-item.itemInner .codeBox button{
    display: none;
}
.uploadBox{
    margin-top: .3rem;
}
.comTableBox table tbody td{
    font-size: 0.24rem;
}
.comTableBox table tbody td button{
    font-size: 0.24rem;
    margin-bottom: .1rem;
}
.comTableBox table{
    table-layout: initial;
}
.comTableBox table tbody td .fixedTxt{
    min-width: 1rem;
    max-width: 1rem;
}
.comTableBox table tbody td{
    min-width: 1rem;
    max-width: 2rem;
}
.comTableBox{
    overflow-x: auto;
}
.comTableBox table tr:first-child td:nth-child(1),
.comTableBox table tr:first-child th:nth-child(1),
.comTableBox table tr:first-child td:nth-child(2),
.comTableBox table tr:first-child th:nth-child(2),
.comTableBox table tr:first-child td:nth-child(3),
.comTableBox table tr:first-child th:nth-child(3),
.comTableBox table tr:first-child td:nth-child(5),
.comTableBox table tr:first-child th:nth-child(5),
.comTableBox table tr:first-child td:nth-child(6),
.comTableBox table tr:first-child th:nth-child(6),
.comTableBox table tr:first-child td:nth-child(7),
.comTableBox table tr:first-child th:nth-child(7),
.comTableBox table tr:first-child td:nth-child(8),
.comTableBox table tr:first-child th:nth-child(8),
.comTableBox table tr:first-child td:nth-child(9),
.comTableBox table tr:first-child th:nth-child(9){
    display: none;
}

.comTableBox table tr th:last-child,
.comTableBox table tr td:last-child {
    vertical-align: middle;
        display: table-cell !important;
        min-width: 2rem;
}
}