body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.progress-container {
    margin-top: 15px;
    display: none;
}

.progress-bar {
    height: 10px;
    background-color: #ecf0f1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    width: 0%;
    transition: width 0.3s ease;
}

.progress-text {
    text-align: center;
    font-size: 14px;
    color: #7f8c8d;
}

.cascader-container {
    position: relative;
    width: 300px;
    margin: 10px 0 20px 0;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}


.payment-method {
    display: flex;
    flex-wrap: wrap;
}

.notice-text {
    /*    font-weight: 700;
    font-size: 24px;*/
    font-size: 18px;
    font-weight: 500;
    /*    margin-bottom: 30px;*/
}

#paytime {
    color: red;
}

.pay-notice {
    margin-bottom: 10px;
}

.order-item {
    font-size: 16px;
}

.applytype {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.upload-area {
    border: 2px dashed #ccc;
    padding-top: 1rem;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    /*    background-color: #D7D7D7;*/
}

    /*    .upload-area:hover {
        border-color: #8C5518;
    }*/

    .upload-area img {
        width: 52px;
        height: 36px;
        margin-top: 18px;
        margin-bottom: 20px;
    }

.preview-container {
    display: none;
    width: 100%;
    margin-top: 20px;
}

.video-preview {
    width: 100%;
    max-height: 300px;
}

#addVideo {
    cursor: pointer;
}

.sortpl {
    text-align: right;
}

.btn-delete {
    background: #f44336;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}

#uploadvideo {
    width: 100%;
}

.status {
    margin-top: 10px;
    color: #666;
    width: 100%;
}

#adoptcypresstree {
    /*    padding: 40px;*/
    /*    background: #fff;*/
    display: none;
}

#exhibitslist {
    display: none;
}

#cardreject {
    display: none;
}

.navlists {
    display: flex;
}

    .navlists .nav-link {
        color: #666666 !important;
        border: 1px solid #999;
        background-color: #fff !important;
        border-radius: 5px;
        padding: 5px 7px;
        margin-right: 10px;
    }

    .navlists .active {
        color: #fff !important;
        border: 1px solid #eee;
        background-color: #8C5518 !important;
        border-radius: 5px !important;
        padding: 5px 7px;
        border-bottom: none !important;
    }

.cascader-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

#pills12 {
    display: none;
}

.additional-info {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

#table-bodylist, td, th, tr {
    border-style: none;
}

#maintains {
    background-color: #fff;
    padding: 40px;
    display: none;
}

#personalcardtable {
    display: none;
}

#wxNativePay {
    background-color: #fff;
    padding: 30px;
}

#wxpayQRcode {
    padding: 90px 50px;
}

#wxpayQRcodes {
    padding: 90px 50px;
}

#paytimes {
    color: red;
}

#maintainpage {
    visibility: hidden;
}

#materialpage {
    visibility: hidden;
}

.list {
    width: 40rem;
    height: 18.5rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    display: flex;
    margin: 20px 0 45px 0;
    border-radius: 15px;
}

.list_left {
    padding: 30px;
    display: flex;
    align-items: center;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
}

.list_right {
    padding: 30px;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
}

.renlist {
    display: flex; /* 确保flex布局生效 */
}


    .renlist > div:not(:first-child) {
        /*-webkit-transform: translateX(10px);*/ /* Safari兼容 */
        /*-ms-transform: translateX(10px);*/ /* IE兼容 */
        /*transform: translateX(10px);*/ /* 标准写法 */
        /* 如果需要保留原有布局空间可以添加 */
        margin-left: 10px;
    }

.cypresss {
    width: 82px;
    height: 23px;
    border-radius: 11.5px;
    padding: 9px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.listtop_ {
    position: absolute;
    top: 0;
}

.listbottom {
    position: absolute;
    bottom: 0;
    /*    left: 0;*/
}

.listzuo {
    position: absolute;
    top: 0;
    right: 0;
}

.listyou {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btnDownload {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 2.5rem;
    display: inline-block;
    cursor: pointer;
    border-radius: 6rem;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: black;
    background-color: white;
}

    .btnDownload:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .btnDownload:active {
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .btnDownload::after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        border-radius: 100px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all 0.4s;
    }

    .btnDownload::after {
        background-color: #fff;
    }

    .btnDownload:hover::after {
        transform: scaleX(1.4) scaleY(1.6);
        opacity: 0;
    }


/*#pills-2-tab {
    display: none;
}*/
.cascader-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cascader-menu {
    display: flex;
    height: 200px;
    overflow: hidden;
}

.cascader-menu-column {
    flex: 1;
    overflow-y: auto;
    border-right: 1px solid #eee;
}

    .cascader-menu-column:last-child {
        border-right: none;
    }

.cascader-item {
    padding: 8px 16px;
    cursor: pointer;
}

    .cascader-item:hover {
        background: #f5f5f5;
    }

    .cascader-item.active {
        color: #1890ff;
        background: #e6f7ff;
    }



.list_content {
    background: url('/imgs/personal/background-11.png') no-repeat;
    position: relative;
    padding: 50px;
    width: 100%;
    height: 200px;
    background-size: 100% 200px;
}

.corporatelist {
    background-color: #fff;
    padding: 40px;
    margin: 10px 0;
}

.PublicStyle_ {
    background-color: #F9F4E7 !important;
}

#isPassReason_ {
    display: none;
}

#statusMessage {
    display: none;
}

#mylistcontent {
    padding: 30px;
    margin-top: 20px;
    background-color: #fff;
    /*    display: none;*/
}

.tablistnav li {
    width: 33%;
}

    .tablistnav li button {
        width: 100%;
        height: 100%;
    }

#revoke {
    display: none;
}

#applys {
    /*    display: none;*/
}

.list_content1 {
    background: url('/imgs/personal/background-66.png') no-repeat;
    position: relative;
    padding: 50px;
    width: 100%;
    height: 200px;
    background-size: 100% 200px;
}

.list_content2 {
    background: url('/imgs/personal/background-77.png') no-repeat;
    position: relative;
    padding: 50px;
    width: 100%;
    height: 200px;
    background-size: 100% 200px;
}

.list_content3 {
    background: url('/imgs/personal/background-88.png') no-repeat;
    position: relative;
    padding: 50px;
    width: 100%;
    height: 200px;
    background-size: 100% 200px;
}

.modals_ {
    background-color: rgba(000, 000, 000, 0.6) !important;
}

#zizhi {
    display: none;
}


.zizhitop {
    background-color: #fff;
    margin: 10px 0;
    padding: 40px;
}

#shenqinglb {
    display: none;
    background-color: #fff;
    padding: 30px;
}

#shenqingtj {
    display: none;
    /*    background-color: #fff;
    padding: 30px;*/
}

#mybaishu {
    display: none;
    margin-left: 10px;
}

.shenqingtab {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 40px 0;
    justify-content: center;
}


    .shenqingtab img {
        width: 14px;
        height: 10px;
    }

.onecolor {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CDF1DC;
    border-radius: 50%;
    background-color: #CDF1DC;
}

.model-bg {
    border: 1px solid #C0A17F;
    position: relative;
}

.modal-title {
    color: #8C5518;
    font-weight: 500;
}

.modal-body {
    font-weight: 300;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.modal-btn {
    padding: 10px 36px;
    border: 1px solid #8C5518;
    border-radius: 5px;
    background: #FFFFFF;
}

.modal-btn-close {
    width: 1.43rem;
    height: 1.43rem;
    border-radius: 50%;
    background: #999999;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

    .modal-btn-close:hover {
        background: rgba(251,0,0,0.6);
        transform: scale(1.1)
    }

    .modal-btn-close:active {
        background: rgba(251,0,0,0.6);
        transform: scale(.9)
    }

    .modal-btn-close::after {
        content: "\F659";
        font-family: "bootstrap-icons";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.mbtn-commit {
    background: #8C5518;
    color: #FFFFFF;
}

.mbtn-cancel {
    color: #8C5518;
}
/*.modal-dialog {
    max-width: 1080px !important;
}*/
#onetext {
    color: #333333;
}

#twotext {
    color: #D9D9D9;
}

#threetext {
    color: #D9D9D9;
}

#fourtext {
    color: #D9D9D9;
}

#fivetext {
    color: #D9D9D9;
}

#describstatus {
    color: #8C5518;
}

.circle {
    width: 10px;
    height: 10px;
    background-color: #2DB456;
    border-radius: 50%;
}

.twocolor {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    color: #fff;
    border-radius: 50%;
}

.threecolor {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    color: #fff;
    border-radius: 50%;
}

.fourcolor {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    color: #fff;
    border-radius: 50%;
}

.fivecolor {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    color: #fff;
    border-radius: 50%;
}

.big-box {
    display: flex;
    flex-wrap: wrap;
}

.bigone {
    display: flex;
}

.biglist {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
}

#applicationdenied {
    display: none;
}

#applicationdenieds {
    display: none;
}

.color1 {
    width: 26px;
    height: 2px;
    background-color: #D9D9D9;
    margin-top: 42px;
    margin-right: 5px;
}

.color2 {
    width: 26px;
    height: 2px;
    background-color: #D9D9D9;
    margin-top: 42px;
    margin-right: 5px;
}

.color3 {
    width: 26px;
    height: 2px;
    background-color: #D9D9D9;
    margin-top: 42px;
    margin-right: 5px;
}

.color4 {
    width: 26px;
    height: 2px;
    background-color: #D9D9D9;
    margin-top: 42px;
    margin-right: 5px;
}

.status-circle {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
    font-weight: bold;
}

.yellow {
    background-color: #CDF1DC;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

.green {
    background-color: #2DB456;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

#loginTab .nav-link.active {
    border-bottom: none !important;
}
/*.green1 {
    color: #2DB456;
}

.red1 {
    color: #2DB456;
}

.gray1 {
    color: #2DB456;
}*/
.red {
    background-color: #DE4343;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

.arr1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arr1 img {
        width: 14px;
        height: 10px;
    }

.arr1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arr1 img {
        width: 14px;
        height: 10px;
    }

.listarr {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .listarr img {
        width: 14px;
        height: 10px;
    }


.gray {
    background-color: #D7D7D7;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 8px;
}



#shenqingtj .nav-link {
    position: relative;
    border-bottom: none !important;
    display: flex;
    align-items: center;
}

#zizhi .nav-link {
    position: relative;
    display: flex;
    align-items: center;
}

.btncomplete {
    background: url('/imgs/search/reset-bg.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 40px;
    background-size: 122px 40px;
    border: none;
    font-size: 20px;
    color: #8C5518;
    margin: 0 auto;
    margin-top: 44px;
}

.mycompletes {
    background: url('/imgs/search/search-bg.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 40px;
    background-size: 145px 40px;
    border: none;
    font-size: 20px;
    color: #F9F4E7;
    margin-top: 44px;
}

#isPassReason_ {
    background-color: #fff;
    padding: 30px;
    display: none;
}

.fancomplete {
    background: url('/imgs/search/reset-bg.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 40px;
    background-size: 122px 40px;
    border: none;
    font-size: 20px;
    color: #8C5518;
    margin-top: 44px;
}

.btncompletes {
    background: url('/imgs/search/search-bg.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 40px;
    background-size: 122px 40px;
    border: none;
    font-size: 20px;
    color: #F9F4E7;
    margin: 0 auto;
    margin-top: 44px;
}

#froms_ {
    /*    background-color: #fff;
    padding: 30px;*/
    max-width: 100%;
}

.complete {
    margin-left: 70px;
    text-align: left;
}

    .complete a {
        color: #668CDA !important;
    }

.card_ {
    background-color: #fff;
    /*    margin-top: 10px;*/
    width: calc(50% - 5px);
    min-width: 258px;
    padding: 40px;
    background-color: #fff;
}

.conceal1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.links-container {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-top: 21px;
    display: flex;
    justify-content: space-around;
    /*    padding-left: 36px;
    padding-right: 36px;*/
}

    .links-container a {
        color: #333333;
    }

.img-fluid_ {
    /*    width: 250px;*/
    height: 166px;
    width: 100%;
}

.card-body {
    margin-left: 30px;
}

.card-title {
    margin: 20px 0;
}

.card-text {
    font-size: 14px;
    color: #333;
    margin-top: 19px;
}

.tab_list {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
}

.authenticationtype {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #FFDFDF;
    border: #DE4343 solid 1px;
    color: #DE4343;
}

#authenticationtyp1 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #AEAEAE;
    border: #AEAEAE solid 1px;
    color: #ffffff;
    display: none;
}

#authenticationshow {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #AEAEAE;
    border: #AEAEAE solid 1px;
    color: #ffffff;
}

#authenticationcard {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #AEAEAE;
    border: #AEAEAE solid 1px;
    color: #ffffff;
}

.personal-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bg-primary {
    background-color: var(--bg-primary) !important;
}

.personal-title-text {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.personal-title p {
    color: #000000;
    font-weight: bold;
    /*    font-family: SourceHanSansSC-Bold;*/
    margin: 0 !important;
}

.solo-container {
    width: 100%;
    padding: 1.25rem 0 1.25rem 2rem;
    margin-bottom: 1.3rem;
    background-color: #FFFFFF;
    border-radius: .313rem;
}


.custom-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vr-custom {
    width: .25rem;
    height: 1.38rem;
    background-color: var(--bs-public);
    margin-right: .44rem;
}

.artwork-null {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-null {
    width: 24.63rem;
}

.artwork-file-btn,
.artwork-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.artwork-btn {
    justify-content: space-between;
}

.artwork-file-btn {
    margin-top: 3.75rem;
    justify-content: center
}


.btn-operation {
    width: 7.2rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ECD4A6;
    font-weight: bold;
    /*    font-family: SourceHanSansSC-Bold;*/
}

.save-btn-custom,
.create-btn-custom {
    background-image: url('../../imgs/button2.png');
    background-size: 100% 100%;
}

.join-btn-custom {
    background-image: url('../../imgs/button3.png');
    background-size: 100% 100%;
}

.save-edict-btn-custom {
    background-image: url('../../imgs/button1.png');
    background-size: 100% 100%;
}

.save-edict-btn-custom,
.create-btn-custom {
    margin-right: 1rem;
}

.save-btn-custom {
    margin-right: 3.4rem;
}

.save-edict-btn-custom:hover,
.join-btn-custom:hover,
.create-btn-custom:hover {
    color: #ECD4A6 !important;
}

/* 弹窗设置 */
.modal-content-custom {
    position: relative;
    width: 36.6rem;
    height: max-content;
    min-height: 29.4rem;
    border: unset;
}

.sucess-closed-custom {
    width: 2rem;
    height: 2rem;
    z-index: 1;
}

.modal-body-content-custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1.8rem;
}

    .modal-body-content-custom p {
        color: var(--bs-link-color);
    }

    .modal-body-content-custom .creation-title {
        font-size: 1.88rem;
        font-weight: bold;
        /*        font-family: SourceHanSansSC-Bold;*/
        margin-bottom: 0 !important; /* margin-top: 1.56rem; */
    }

    .modal-body-content-custom .creation-content {
        font-size: 1.13rem;
        font-weight: regular;
        /*        font-family: SourceHanSansSC-Regular;*/
        text-indent: 2.5rem;
        word-break: break-all;
    }

    .modal-body-content-custom .tologin-custom {
        width: 9.4rem;
        background-color: var(--bs-public);
        border-radius: .313rem !important;
        border-color: var(--bs-public) !important;
        font-weight: medium;
        /*        font-family: SourceHanSansSC-Medium;*/
    }

    .modal-body-content-custom .joinTeam-form-custom {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
    }


/* tab部分 */


.nav .active {
    color: var(--bs-public) !important;
}

    .nav .active::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
        height: .188rem;
        background-color: var(--bs-public);
    }

.clerafix::after {
    content: none;
}

.nav-link-custom {
    padding: 0 !important;
    margin-right: 3.25rem;
    line-height: 4rem;
}


.nav-link,
.nav-link:hover {
    color: var(--bs-link-color);
    font-weight: regular;
    /*    font-family: SourceHanSansSC-Regular;*/
}

.nav-link {
    position: relative;
}

.themenav li button {
    color: #333333 !important;
    /*    border: 1px solid !important;*/
    background-color: #EEEEEE;
    border-radius: 2px !important;
    margin-right: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*#addCover {
    width: 180px;
    height: 120px;
}*/

#frontsideaddCover {
    width: 180px;
    height: 120px;
}

#backsideaddCover {
    width: 180px;
    height: 120px;
}

#fileaddCover {
    width: 80px;
    height: 80px;
}

#backAddCover {
    width: 180px;
    height: 120px;
}

#frontAddCover {
    width: 180px;
    height: 120px;
}

#businessLicenseaddCover {
    width: 80px;
    height: 80px;
}

.titletop {
    font-size: 18px;
    color: #333333;
    margin: 14px 0 10px 0;
}

.titlelist {
    font-weight: 700;
    margin: 10px 0 10px 0;
}

.themenav .active {
    color: #8C5518 !important;
    border: 1px solid !important;
    background-color: #F9F4E7;
    border-radius: 2px;
}

    .themenav .active::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
        height: .188rem;
        background-color: transparent;
    }
/* 基本信息 */


.label-custom {
    display: flex;
    align-items: center;
}

.input-content-custom {
    flex: 1;
}

.label-pdr-custom {
    padding-right: 0 !important;
}

.label-pdl-custom {
    padding-left: 0 !important;
}

.input-style-custom {
    max-width: 20rem;
}

.label-roles {
    display: flex;
    align-items: center;
    color: var(--bs-link-color);
    line-height: 2rem;
    margin-right: 2rem;
}

.form-check-input:checked {
    background-color: #469D00 !important;
    border-color: #469D00 !important;
}

.form-check-input:focus { /* box-shadow: none !important; */
}

.custom-sex {
    margin-top: 0 !important;
    margin-right: .5rem;
}

.submit-btn-custom-fa {
    margin: 0 0 1.563rem 6.8rem;
}

.submit-sucess {
    text-align: center;
    margin: 0 0 0 1rem !important;
    color: var(--bs-public);
    font-weight: regular;
    /*    font-family: SourceHanSansSC-Regular;*/
}

.submit-btn-custom {
    position: relative;
    width: 10.5rem;
    height: 3.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../../imgs/button1.png');
    background-size: 100% 100%;
    color: #ECD4A6;
    font-weight: bold;
    /*    font-family: SourceHanSansSC-Bold;*/
}

    .submit-btn-custom:hover {
        color: #ECD4A6 !important;
    }

.blankDiv {
    width: 100%;
    height: 1.563rem;
}

/* 团队成员表格 */

.diy-bgd-color {
    background-color: #DAE9E9 !important;
}


.guidance-teacher table td,
.guidance-teacher table th {
    padding: 1rem .8rem !important;
    text-align: center;
    font-size: 1rem;
}

.guidance-teacher-delete {
    padding: 0 !important;
    border: none !important;
}

.table-title {
    color: var(--bs-link-color);
    font-weight: bold;
    /*    font-family: SourceHanSansSC-Bold;*/
}

.form-radio-roles {
    display: flex;
    flex-direction: row;
}

/* 作品信息 */
.artwork-sort-label {
    margin-right: 1.4rem;
}

/* 图片与附件 */

.imgAndFile-form-custom {
    max-width: 55rem;
}

.artwork-img-list {
    width: 100%;
    height: 7.75rem;
}

.artworkEnvironment-tips {
    color: var(--bs-color-nine);
    font-weight: regular;
    /*    font-family: SourceHanSansSC-Regular;*/
    font-size: .88rem;
    margin-bottom: 0 !important;
    line-height: 1.9rem;
}

/* 选图片 */
.file-input-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 7.75rem;
    border-style: dashed;
    border-color: var(--bs-color-nine);
    border-width: .063rem;
}

.file-input-container-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.file-input-label {
    display: inline-block;
    padding: .3rem 1.69rem 0 1.69rem;
    margin-top: .5rem;
    color: var(--bs-color-nine);
    font-size: .88rem;
    font-weight: regular;
    /*    font-family: SourceHanSansSC-Regular;*/
}

.plus-icon {
    position: relative;
    width: 2.13rem;
    height: 2.13rem;
}

    .plus-icon:before,
    .plus-icon:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .plus-icon:before {
        width: 2.13rem;
        height: .188rem;
        background-color: var(--bs-color-nine);
    }

    .plus-icon:after {
        width: .188rem;
        height: 2.13rem;
        background-color: var(--bs-color-nine);
    }

.delete-img-custom {
    position: absolute;
    top: .4rem;
    right: .4rem;
    width: 2rem;
    height: 2rem;
}

.img-show-all {
    margin-top: 1.6rem;
    font-size: 1rem;
}

    .img-show-all p {
        color: var(--bs-link-color);
        margin: 0 !important;
    }

    .img-show-all a {
        color: var(--bs-public);
        line-height: 1.8rem;
        border-bottom: .063rem solid var(--bs-public);
        text-decoration: none;
    }

/* 上传文件 */
.file-input-container-file-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 1rem;
}

.file-input-file-btn {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.file-input-label-file-btn {
    display: inline-block;
    padding: .3rem 1.69rem; /* background-color: #007bff; */
    color: var(--bs-link-color);
    cursor: pointer;
    border-radius: 5rem;
    border: 1px solid var(--bs-color-nine);
}

    .file-input-label-file-btn:hover {
        background-color: #0056b3;
    }

.file-download-btn {
    width: 7.6rem;
    border: .063rem solid var(--bs-color-nine);
    font-size: 1rem;
    color: var(--bs-link-color);
    font-weight: 400;
    /*    font-family: Source Han Sans SC;*/
    border-radius: 5rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .file-download-btn:hover {
        border: .063rem solid var(--bs-color-nine) !important;
        color: var(--bs-link-color) !important;
    }

.img-show-all,
.file-upload-desc,
.file-upload-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.file-upload-list {
    justify-content: space-between;
    background-color: #F4EEE3;
    margin-top: 1.25rem;
    padding: .81rem 1.25rem;
}

.file-upload-desc img {
    width: 1.25rem;
    margin-right: .38rem;
}

.file-upload-desc a {
    text-decoration: none;
    color: var(--bs-link-color);
    font-size: 1rem;
    font-weight: 400;
    /*    font-family: SourceHanSansSC-Regular;*/
}

.file-upload-list button {
    color: var(--bs-public);
    font-size: 1rem;
    width: 3rem;
}


.mineJoin-line-custom {
    padding: 1.25rem 0;
    border-bottom: .063rem solid rgba(238, 238, 238, 1);
}

.card-flex-end-mineJoin .card-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: var(--bs-link-color);
    font-weight: regular;
    /*    font-family: SourceHanSansSC-Regular;*/
}

.card-flex-end-mineJoin p {
    font-size: 1rem;
    color: var(--bs-link-color);
    font-weight: regular;
    /*    font-family: SourceHanSansSC-Regular;*/
}

.card-flex-end-mineJoin .creator,
.card-flex-end-mineJoin .submit-status,
.card-flex-end-mineJoin .card-from-title {
    margin-right: 2.88rem;
}

.card-flex-end-mineJoin .edict,
.card-flex-end-mineJoin .delete {
    margin-right: 1.5rem;
}

.card-flex-end-mineJoin .edict,
.card-flex-end-mineJoin .delete,
.card-flex-end-mineJoin .outTeam {
    color: var(--bs-public) !important;
}

.mineJoin-header-title { /* text-align: left; */
    width: 100%;
    font-weight: bold;
    /*    font-family: SourceHanSansSC-Bold;*/
}

.mineJoin-btn-bottom {
    margin: 0 !important;
    justify-content: center;
    padding: 1rem 0;
    background-color: #FFFFFF;
}

/* 创建者转让 */
.cancelTransfer {
    background-color: rgba(153, 153, 153, 1) !important;
    margin-left: 3.25rem;
}

.transfer-radio {
    padding: 0 2rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}


/* 定义小于等于991.98px的样式，即：0~991.98px范围内 */
@media (max-width: 991.98px) {

    .workInfo-label-custom-pc-h5,
    .label-custom-pc-h5 {
        width: 8rem;
    }

    .edict-label-custom-pc-h5 {
        width: 10rem;
    }

    .form-check-input {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    /* 作品信息 */
    .artwork-input-style {
        flex: 1;
    }

    .mineJoin-line-custom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .minejoin-img {
        width: 100%;
        border-radius: .313rem;
    }

    .mineJoin-right-bottom {
    }

    .card-flex-end-mineJoin {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mineJoin-btn-bottom-pc-h5 {
        right: .75rem;
    }

    .card-flex-end-mineJoin-pc-h5 {
        margin-top: 1.25rem;
    }
}

/* 定义某一区间: 大于991.98px的样式*/
@media (min-width: 991.98px) {
    .label-custom-pc-h5 {
        width: 10rem;
    }

    .workInfo-label-custom-pc-h5 {
        width: 12rem;
    }

    .edict-label-custom-pc-h5 {
        width: 6rem;
    }

    /* 作品信息 */
    .artwork-input-style {
        width: 37.6rem;
    }

    .mineJoin-top {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .mineJoin-top h6 {
            flex: 1;
        }

        .mineJoin-top span {
            font-size: 1rem;
            margin-left: 2rem;
        }

    .mineJoin-line-custom {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .minejoin-img {
        width: 8.75rem;
        height: 5.44rem;
        margin-right: 1rem;
        border-radius: .313rem;
    }

    .mineJoin-title-type {
        height: 3.3rem;
        display: flex;
        flex-direction: column;
    }

    .mineJoin-right-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.25rem;
    }

    .card-flex-end-mineJoin {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .mineJoin-btn-bottom-pc-h5 {
        right: 2rem;
    }
}

@media (max-width: 576.98px) {
    .sortpl {
        text-align: left;
    }

    .card_ {
        background-color: #fff;
        /*        margin-top: 10px;*/
        min-width: 258px;
        padding: 40px;
        background-color: #fff;
        width: 100%;
    }
}
