.footer-new-wrap {
    display: none;
}
.suggestion_container {
    position: relative;
    background-image: url(/static/images/suggestion/suggestion_bg.jpg);
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 150px;
}
.suggestion_nav {
    margin: 45px auto 35px;
    display: flex;
    background: #FEFFFE;
    border-radius: 27px;
    padding: 6px;
    width: 367px;
}
.suggestion_nav .suggestion_nav_item {
    width: 176px;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.suggestion_nav .suggestion_nav_item.active {
    background: #EBF5FF;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #005BFF;
    font-weight: 600;
}
.suggestion_nav .suggestion_nav_item:hover {
    color: #005BFF;
}
.suggestion_content_inner {
    width: 580px;
    margin: 0 auto;
    display: none;
}
.suggestion_content_inner.on {
    display: block;
}
.suggestion_content {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    width: 820px;
    height: auto;
    margin: 0 auto;
}
.suggestion_content_title {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}
.suggestion_item_title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #585859;
    letter-spacing: 0;
    font-weight: 400;
}
.requiretit {
    display: flex;
    align-items: center;
}
.requiretit::after {
    content: "*";
    color: red;
    margin-left: 3px;
    transform: translateY(2px);
}
.suggestion_content_type_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0px 0px 0px;
}
.suggestion_content_type_item {
    width: 103px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #F6F7FB;
    border-radius: 16px;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.suggestion_content_type_item.checked {
    background: #E1EFFD;
    border-radius: 16px;
    font-family: PingFangSC-Semibold;
    font-size: 13px;
    color: #155EFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.suggestion_content_type_item:hover {
    color: #005BFF;
}
.suggestion_content_type_tip {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
}
/* .suggestion_content_type {
    margin-top: 24px;
} */
.suggestion_content_remark {
    margin-top: 22px;
    position: relative;
}
.suggestion_content_remark_wrap {
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 16px;
    margin-top: 5px;
}
.suggestion_content_remark_wrap.register_login_input_error {
    border: 1px solid red;
}
.suggestion_content_remark_tit {
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 6px;
}
.myTextarea {
    width: 100%;
    /* padding: 8px 12px; */
    overflow-y: auto;
    box-sizing: border-box;
    background: #FFFFFF;
    /* border-radius: 10px; */
    min-height: 60px;
    line-height: 22px;
    /* max-height: 100px; */
}
.tit_2 {
    margin-top: 32px;
}
.suggestion_content_file {
    margin-top: 22px;
    position: relative;
    width: 580px;
    margin: 22px auto 0px auto;
}
.suggestion_upload_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 75px;
    background: rgba(255,255,255,0.00);
    border: 1px dashed rgba(215,215,216,1);
    border-radius: 6px;
    margin-top: 5px;
    cursor: pointer;
}
.suggestion_upload_icon img {
    width: 12px;
    height: 14px;
}
.suggestion_upload_icon .suggestion_upload_top {
    display: flex;
    justify-content: center;
    align-items: center;
}
.suggestion_upload_icon .suggestion_upload_top p {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
}
.suggestion_upload_icon .suggestion_upload_top p span {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    color: #0068FF;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    margin: 0px 5px;
}
.suggestion_upload_icon .suggestion_upload_tip {
    font-family: HarmonyOS_Sans_SC;
    font-size: 12px;
    color: #989899;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    margin-top: 6px;
}
.sug_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.sug_submit {
    width: 218px;
    height: 44px;
    background: rgba(0,91,255,0.35) !important;
}
.sug_submit::before {
    display: none;
}
.canClick::before {
    display: block;
}
.sug_submit.canClick {
    background: rgba(0,91,255,1) !important;
}
/* .before_blue:hover::before {
    opacity: 0;
} */
/* .sug_submit.canClick:hover::before {
    opacity: 1;
} */
#sugfileuploadlist {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
}
#sugfileuploadlist li {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
#sugfileuploadlist li img {
    width: 16px;
    height: 16px;
}
#sugfileuploadlist .file_close_img {
    /* width: 16px; */
    /* height: 16px; */
    cursor: pointer;
    /* display: none; */
}
#sugfileuploadlist .file_list {
    display: flex;
    align-items: center;
    margin: 0px 15px 0px 6px;
}

#sugfileuploadlist .file_list .file-load {
    margin-left: 15px;
    display: none;
}
.suggestion_input_type_select::-webkit-scrollbar {
    width: 10px !important;
}

.suggestion_input_type_select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-style: dashed;
    border-color: transparent;
    border-width: 3px;
    background-clip: padding-box;
    background-color: rgba(157, 165, 183, 0.5);
} 
/* .register_form_scroll{
max-height: calc(100vh - 64px - 108px - 104px);
overflow-y: auto;
} */
.register_second{
    max-height: calc(100vh - 64px);
    -webkit-overflow-scrolling: touch; /* 对移动设备友好的滚动 */
    overflow-y: scroll; /* 垂直滚动 */
}
.suggestion_input_type{
    cursor: pointer;
}
.suggestion_input_type_select{
    position: absolute;
    top:35px;
    left:0;
    width:100%;
    background-color: #Fff;
    z-index: 2;
    display: none;
    padding: 5px 0px;
    border:1px solid #d2d2d2;
    max-height: calc(100vh - 64px - 104px - 54px - 38px - 108px);
    overflow-y: auto!important;
    border-radius: 5px;
}
.suggestion_input_type_select li{
    height: 40px;
    line-height: 40px;
    transition: all 0.2s;
    cursor: pointer;
    padding-left:12px;
}
.suggestion_input_type_select li.industry_select_active{
    background-color: #005BFF;
    color:#fff;
}
.suggestion_input_type_select li:not(.industry_select_active):hover{
    background-color: #f2f2f2;
}
.suggestion_input_type_icon{
    position: absolute;
    right:12px;
    top:9px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s;
}
.suggestion_input_type_icon.suggestion_input_type_icon_rotate{
    transform: rotate(180deg);
}
.suggestion_content_inner .mrb16 {
    margin-top: 5px;
    margin-bottom: 22px;
}
.suggestion_content_inner .register_login_input {
    height: 32px;
}
.suggestion_content_inner .register_login_form_tip {
    top: 38px;
}
.suggestion_input_detail {
    min-height: 168px;
    line-height: 22px;
    padding: 12px 12px 20px 0px !important;
}
.suggestion_input_detail_num_wrap {
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-family: HarmonyOS_Sans;
    font-size: 12px;
    color: #AAAAAB;
    letter-spacing: 0;
    text-align: right;
    line-height: 16px;
    font-weight: 400;
}
.suggestion_input_detail_num_one {
    font-family: HarmonyOS_Sans;
    font-size: 12px;
    color: #AAAAAB;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
}
.w-e-text-container {
    min-height: 120px !important;
}

#editor—wrapper {
    z-index: 2; /* 按需定义 */
    background: #FFFFFF;
    border: 1px solid rgba(225,225,225,1);
    border-radius: 6px;
    /* overflow: hidden; */
    margin-top: 8px;
}

#toolbar-container {
    border-bottom: 1px solid rgba(225,225,225,1);
}

#editor-container {
    height: auto;
}
.wangeditor {
    margin-top: 8px;
}
.wangeditor .w-e-toolbar {
    z-index: 20!important;
    border-bottom: 1px solid #c9d8db!important;
    border: 1px solid rgba(225,225,225,1);
    border-radius: 6px 6px 0px 0px;
}
.wangeditor .w-e-text-container {
    z-index: 19!important;
    min-height: 120px!important;
    height: 100%!important;
    border: 1px solid rgba(225,225,225,1);
    border-radius: 0px 0px 6px 6px;
}
button[data-menu-key="group-justify"] + .w-e-bar-item-menus-container{
    left: -60px;
}
.suggestion_content_inner textarea::-webkit-input-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.2em;
}
.suggestion_content_inner textarea::-moz-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.2em;
}
.suggestion_content_inner textarea:-moz-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.2em;
}
.suggestion_content_inner textarea:-ms-input-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.2em;
}
.suggestion_content_inner textarea::placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.2em;
}

.suggestion_content_inner input::-webkit-input-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9 !important;
    letter-spacing: 0;
    font-weight: 400;
}
.suggestion_content_inner input::-moz-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9 !important;
    letter-spacing: 0;
    font-weight: 400;
}
.suggestion_content_inner input:-moz-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9 !important;
    letter-spacing: 0;
    font-weight: 400;
}
.suggestion_content_inner input:-ms-input-placeholder{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9 !important;
    letter-spacing: 0;
    font-weight: 400;
}
.suggestion_content_inner input::placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C8C9 !important;
    letter-spacing: 0;
    font-weight: 400;
}
@media screen and (max-width: 750px) {
    #sugfileuploadlist .file_title {
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .register_login_ok {
        padding: 15px !important;
    }
    .suggestion_container {
        background: #e8f2fc;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 60px;
    }
    .suggestion_nav {
        width: 100%;
    }
    .suggestion_content {
        width: 100%;
        padding: 32px 13px 15px 13px;
    }
    .suggestion_content_inner {
        width: 100%;
    }
    .suggestion_content_file {
        width: 100%;
    }
    .suggestion_content_type_item:nth-of-type(3n) {
        margin-right: 0px;
    }
}