/* cyrillic-ext */


@font-face {
    font-family: 'Inter Regular';
    src: url(fontstype/Inter-Regular-9.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Inter Medium';
    src: url(fontstype/Inter-Medium-8.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Inter SemiBold';
    src: url(fontstype/Inter-SemiBold-10.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Inter Bold';
    src: url(fontstype/Inter-Bold-4.woff2);
    font-display: swap;
}

@charset "utf-8";
/* CSS Document */
/* reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, per, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-family: Inter Regular, Microsoft YaHei;
    font-size: 15px;
    line-height: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

a {
    outline: none;
}

/*FF标准去虚线框*/
a {
    star: expression(this.onFocus=this.blur());
}

/* for Ie*去虚线框*/
a img {
    border: none;
    outline: none;
}

a {
    color: #1b66e6;
    text-decoration: none;
}

a:hover {
    color: #1673be;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

td {
    color: #333;
    font-size: 16px;
}

/*table*/
form table {
    width: 100%;
}

form tr {
    height: 50px;
}

form tr:nth-of-type(2n-1) {
    background: #f5f7fa;
}

form tr:nth-of-type(1) {
    background: #f6f8fa !important;
}

form table tr td:nth-of-type(1) {
    padding-left: 2%;
}

form table tr {
    border-bottom: 1px solid #ececec;
}

form table tr:nth-of-type(1) td {
    color: #222;
}

select {
    color: #333 !important;
    font-size: 14px;
    height: 36px;
    display: block;
}

.search .input1 {
    color: #666666;
    outline: none;
    font-size: 14px;
    height: 28px;
    border: 1px #9d9cd8 solid;
    padding-left: 15px;
    line-height: 28px;
    width: 265px;
}

.search .button1 {
    width: 36px;
    margin-left: -5px;
    padding-bottom: 1px;
    outline: none;
    height: 30px;
    text-indent: 999px;
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BACKGROUND: transparent scroll repeat 0% 0%;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
    cursor: pointer;
}

.input {
    color: #666666;
    font-size: 14px;
    height: 24px;
    border: 1px #555 solid;
}

.textarea {
    color: #666666;
    font-size: 14px;
    border: 1px #555 solid;
}

.button {
    background: #ff3300;
    color: #fff;
    width: 100px;
    height: 32px;
    margin-left: 70px;
    margin-top: 16px;
    font-size: 16px;
    border: none;
}

input::-webkit-input-placeholder {
    color: #c6c9dc;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c6c9dc;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c6c9dc;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c6c9dc;
}

textarea::-webkit-input-placeholder {
    color: #c6c9dc;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c6c9dc;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c6c9dc;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c6c9dc;
}

.normal_p {
    margin-bottom: 12px;
}

.normal_link {
    font-family: 'Inter SemiBold';
    color: #1b66e6;
}

/*login-page_top*/
.login_2019 {
    background: url(../img/body_bg.jpg) no-repeat 50px 123px #1d2533;
}

.login-2019-toper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 18px 40px;
    border-bottom: 1px solid #36455e;
    background: #1c2432;
}

.login_nav {
    display: flex;
    gap: 28px;
    justify-content: flex-end;
    list-style: none;
    flex-wrap: wrap;
}

.login_nav li {
}

.login_nav li a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
}

.logo_box {
}

.logo_box a {
    color: #fff;
    font-size: 20px;
}

.toper-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.toper-right a {
    font-size: 16px;
    color: #fff;
}

/*login_page_foot*/
.login_footer {
    width: 100%;
    background: url(../img/foot_bg.png) no-repeat #202939;
}

.login_footer_content {
    width: 1200px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 60px;
    padding: 20px 0px 30px;
}

.first_foot p {
    color: #e1e5ed;
    font-size: 14px;
    margin-top: 16px;
    line-height: 28px;
}

.first_foot {
}

.first_foot:nth-of-type(3) {
}

.foot_bt {
    color: #fff;
    border-bottom: 1px solid #656d7a;
    line-height: 54px;
    font-family: 'Inter SemiBold';
    font-size: 16px;
}

.foot_bt:after {
}

.first_foot table {
    margin-top: 16px;
}

.first_foot table tr:nth-of-type(1) {
    background: none !important;
    height: auto;
    line-height: 20px;
    border-bottom: none;
}

.first_foot table {
    margin-top: 16px;
}

.first_foot table tr td {
    font-size: 14px;
    vertical-align: top;
    color: #e1e5ed;
    line-height: 26px;
    padding-bottom: 10px;
    padding-right: 6px;
}

.first_foot table tr:nth-of-type(1) {
    background: none !important;
    height: auto;
    line-height: 20px;
    border-bottom: none;
}

.copyright {
    color: #e1e5ed;
    font-size: 14px;
    width: 100%;
    background: #151c29;
    text-align: center;
    line-height: 60px;
}

.login-links {
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
}

.login-links a {
    padding-left: 16px;
}

.other_login {
    width: 100%;
    margin-top: 60px;
}

.other_way {
    text-align: center;
    color: #273244;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.other_way:before, .other_way:after {
    content: "";
    display: inline-block;
    width: 106px;
    height: 1px;
    float: left;
    margin-top: 11px;
    background-color: #9b9ea0;
}

.other_way:after {
    float: right;
}

.other_login ul li {
    text-align: center;
}


/*left_nav*/
.left_nav {
    width: 294px;
    background: #222b3e;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

.logo_area p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.logo_area h1 {
    padding: 25px 15px;
}

.nav li ul li:hover a {
    color: #1cc9c5;
}

.nav_show {
    height: calc(100vh - 113px);
    overflow-y: auto;
}

.nav {
}

.nav_sec a {
}

.nav_first i {
    color: #fff;
}

/* 让导航项使用弹性布局，子元素垂直居中，允许换行 */
.nav_first {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-top: 1px solid #455068;
    /* 原有 padding: 8px 0 可移除，由 a 标签内 padding 控制高度 */
    padding: 8px 0px;
}

.nav_first > a {
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    text-indent: 0; /* 取消原有 text-indent，改用 padding-left 控制缩进 */
    padding-left: 24px; /* 原图标 margin-left 30px + 原来 text-indent 15px 的大概值，可微调 */
    padding-right: 20px; /* 右侧留空间给箭头 */
    min-height: 50px; /* 保证点击区域高度，可根据实际 padding 调整 */
    box-sizing: border-box;
}

.nav_first > a i {
    color: #fff;
    font-size: 18px;
    margin-right: 12px; /* 图标与文字间距 */
}

/* 4. 箭头图标：靠右显示，且不占用弹性伸展空间 */
.nav_first > a .fa-angle-down {
    margin-left: auto; /* 推到最右侧 */
    margin-right: 0;
    transition: transform 0.3s ease;
}

/* 6. 二级菜单容器：占据整行，恢复块级显示 */
.nav_sec > ul {
    flex-basis: 100%;
    display: none; /* 默认隐藏，用 js 控制显示/隐藏，或保留原有 display:block 调试 */
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 7. 二级菜单链接样式 */
.nav_sec ul li a {
    display: block;
    padding: 10px 0 10px 58px; /* 缩进比一级更多 */
    text-decoration: none;
}

/* 8. 移除旧的图片绝对定位（不需要了） */
.nav_sec img {
    display: none;
}

/* 9. 修正原有 .nav_first a 中冲突的 display 和 text-indent */
.nav_first a {
    /* 覆盖原有 inline-block */
    text-indent: 0px !important;
    width: auto !important;
    line-height: normal;
}

.nav_sec > i:last-of-type {
    margin-right: 20px;
}

.nav_sec img:nth-of-type(1) {
    position: absolute;
    left: 35px;
    top: 23px;
}

.nav_sec img:nth-of-type(2) {
    position: absolute;
    left: 258px;
    top: 24px;
    transition: all ease 0.35s;
}

.nav_sec ul {
    display: none;
    flex-basis: 100%;
}

.nav_sec ul li a {
    color: #fff;
    font-size: 15px;
}

/*right_top_fixed*/
.right_content {
    width: calc(100% - 294px);
    float: right;
    width: -moz-calc(100% - 294px);
    width: -webkit-calc(100% - 294px);
}

.right_content_box {
    position: relative;
    top: 50px;
    padding-bottom: 1px;
}

/* 修改 .right_top - 使用 Flexbox 实现右对齐与垂直居中 */
.right_top {
    background: #19202e;
    height: 50px;
    position: fixed;
    width: inherit;
    top: 0px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px; /* 右侧留出适当间距，可自行调整 */
    box-sizing: border-box;
}

/* 内部容器也使用 Flex 布局，控制元素间距与垂直对齐 */
.person_item {
    display: flex;
    align-items: center;
    gap: 16px; /* 各元素之间的间距 */
}

/* 统一文字与图标颜色、大小 */
.person_item span {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap; /* 防止换行 */
    padding-right: 10px;
    color: #fff;
}

.person_item a span {
    color: #1cc9c5;
}

.person_item i,
.person_item a {
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.person_item a i {
    color: #1cc9c5;
}

.big_title {
    width: 100%;
    height: 65px;
    background: #f1f4f9;
    margin-bottom: 30px;
}

.big_title p {
    line-height: 65px;
    color: #222b3e;
    font-size: 22px;
    padding-left: 50px;
}

.big_title p:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #1b66e6;
    position: relative;
    top: 4px;
    right: 20px;
}

.main_content {
    padding: 0px 30px;
}

.ht_color {
    background: #e6e9ed;
}

/*white_box*/
.white_box {
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.main_box {
    padding: 30px 30px;
}

.bt_boxReview {
    height: 100px;
    border-bottom: 1px solid #dedede;
}


.bt_boxReview span {
    line-height: 50px;
    font-size: 18px;
    color: #222b3e;
    margin-left: 40px;
}


.bt_box {

    height: 50px;
    border-bottom: 1px solid #dedede;
}


.bt_box span {
    line-height: 50px;
    font-size: 18px;
    color: #222b3e;
    margin-left: 30px;
    font-family: 'Inter SemiBold';
}


/*form_text*/
.fm_text {
    font-size: 12px;
    color: #333;
    border: 1px solid #ccd0e9;
    height: 36px;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
}

.fm_text:hover {
    border: 1px solid #b9b7b7;
}

.fm_text:focus {
    border: 1px solid #1b66e6;
}


/*button*/
.submit_btn {
    background-color: #1b66e6; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    line-height: 36px;
    font-family: 'Inter SemiBold';
    padding: 0px 20px;
    font-size: 15px;
}

.submit_btn:hover {
    color: #fff;
}

.submit_btn i {
    margin-left: 10px;
}

/*file_button*/

.but_label {
    position: relative;
}

#fileinp {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#upload {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#btn {
    margin-right: 5px;
}

#text {
    color: #bbbecf;
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 14px;
}


#btn {
    background: #1b66e6;
    color: #FFF;
    border: none;
    border-radius: 2px;
    width: 80px;
    height: 30px;
    margin-left: 25px;
    position: relative;
    top: 2px;
    cursor: pointer;
}


/*input*/
td a {
    color: #333;
}

.advice {
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    background-clip: content-box;
    padding: 4px;
    background-color: #b2b2b2;
    position: relative;
    left: 21px;
}


input[type="radio"]:checked + .advice {
    background-color: #1673be;
    border: 1px solid #1673be;
}

.radio-name {
    display: inline-block;
    position: relative;
    right: 22px;
    width: 18px;
    height: 18px;
    left: 0px;
}


/*two_box*/
.two_box {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.two_box:nth-of-type(2n) {
    margin-right: 0%;
}

/*textarea*/
.fm-textarea {
    font-size: 12px;
    color: #333;
    border: 1px solid #d9dbe7;
    padding-left: 10px;
    outline: none;
    width: 513px;
    padding-top: 6px;
}

.fm-textarea:hover {
    border: 1px solid #b9b7b7;
}

.fm-textarea:focus {
    border: 1px solid #1b66e6;
}

/*select*/
.fm-select {
    display: inline-block;
    width: 413px;
    padding-left: 10px;
    color: #bbc4d3;
    border: 1px solid #bbc4d3;
    outline: none;
}

.fm-select:hover {
    border: 1px solid #b9b7b7;
}

.fm-select:focus {
    border: 1px solid #1b66e6;
}


/*nav_falese_ture*/
.frist_nav_active, .nav_active {
    background: #354360;
    border-left: 3px solid #1b66e6 !important;
    width: calc(100% - 3px) !important;
    width: -moz-calc(100% - 3px);
    width: -webkit-calc(100% - 3px);
}

.active {
    color: #1cc9c5 !important;
}

/*second_nav*/
.rotate {
    transform: rotate(-90deg)
}

/*wrong_c_red*/
.help-inline {
    color: #f11f1f;
    font-size: 14px;
    line-height: 30px;
}

.span_textarea {
    vertical-align: top;
    margin-right: 20px !important;
}

.button-basic {

    display: inline-block;

    border: 1px solid #1b66e6;

    color: #1b66e6;

    border-radius: 4px;

    text-align: center;

    line-height: 36px;

    margin-right: 16px;

    font-family: 'Inter SemiBold';

    padding: 0px 20px;
}

.button-basic:hover {
}

.button-add {
    display: inline-block;
    width: 86px;
    height: 30px;
    background: #53c41a;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    margin-right: 16px;
    margin-top: 20px;
}

.button-add:hover {
    color: #fff;
}

.tishi {
    color: #adadad;
}

.sc_btn {
    background-color: #5687da !important
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
}

.has-error {
    color: #f11f1f;
    font-size: 12px;
    line-height: 30px;
    margin-left: 5px;

}

.fm_checkbox {
    float: left;
    width: 800px;
}

.fm_checkbox tr:nth-of-type(2n-1) {
    background: #fff !important;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0px;
    background: #fff;
    border: #999 solid 1px;
    border-radius: 3px;
    min-height: 12px;
    min-width: 12px;
}

input[type="checkbox"]:checked {
    background: #1b66e6;
}

input[type=checkbox]:checked::after {
    content: '';
    top: 2px;
    left: 1px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.div_checkbox {
    position: relative;
}

.div_checkbox span:nth-of-type(2) {
    font-size: 16px;
}

#copyrightAgreement {
    display: inline-block;
    height: 18px;
    position: relative;
    vertical-align: middle;
    width: 18px;
}

.btn_item {
    border-top: 1px solid #dedede;
    padding: 30px;
}

.bold {
    font-family: 'Inter SemiBold';
}


.fm-submit-text {
    width: 413px;
}

.fm_box {
    margin-bottom: 20px;
}

.message_bt {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.row_form {
    display: grid;
    gap: 30px 30px;
    grid-template-columns: 1fr 1fr;
    min-width: 600px;
    max-width: 750px;
}

.succes_box {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    display: inline-block;
}

.succes_box img {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.succes_box span {
    font-size: 16px;
    color: #468847;
    height: 40px;
    line-height: 40px;
}

@charset "utf-8";
/* CSS Document */
.title1 {
    font-size: 16px;
    font-family: 'Inter SemiBold';
    color: #222222;
    padding-bottom: 20px;
}

.requery {
    color: #ff0000;
    padding-left: 4px;
}

.content {
    margin: 20px 30px 0px;
}

.category_content {
    position: relative;
    right: 10px;
    padding-bottom: 10px;
}

.category_content ul {
    width: 100%;

}

.category_content ul li {
    margin-bottom: 10px;
    float: left;
    width: 176px;
    margin-right: 50px;
}

.category_content ul li a:hover {
    background: #deeef9;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 16px;
}

.hover {
    background: #deeef9;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 16px;
}

.category_content ul li a {
    color: #1b66e6;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 16px;
    transition: 0.3s all linear;
}

.category_content ul li a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #1b66e6;
    position: relative;
    top: -3px;
    margin-right: 7px;
    border-radius: 3px;
}

.selected {
    background: #fff;
    color: #333;
}

.selected:before {
    background: #333 !important;
}


/*期刊列表*/
.juornal_content {
}

.every_kind {
    padding-bottom: 36px;
}

.page_title {
    background: #1b66e6;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    padding: 10px 30px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.journal_list {
}

.journal_list table {
    width: 1170px;
    border: 1px solid #dde7ef;
}

#selectJournalForm tr td {
    padding-left: 23px;
    border-right: 1px solid #dde7ef;
}

.journal_list input {
}

.journal_list span {
    color: #333333;
    margin-left: 12px;
}

.tip {
    color: #83777a !important;
    font-size: 14px !important;
    margin-left: 28px !important;
}


.btn_css {
    cursor: pointer;
    height: 40px;
    width: 95px;
    padding: 0px;
    overflow: hidden;
    background-color: white;
    border: solid 2px #1b66e6;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    margin-left: 12px;
}

.selected_journal table {
    width: 780px;
    margin-bottom: 12px;
}

.btn_css span {
    font-size: 16px;
    color: #1b66e6;
    text-align: center;
    line-height: 36px;
    position: absolute;
    margin-left: 15px;
}

#uploadcv {
    opacity: 0;
    float: left;
    vertical-align: middle;
    width: 160px;
    height: 36px;
}

.fm_text {
    font-size: 12px;
    color: #333;
    border: 1px solid #d9dbe7;
    height: 38px;
    padding-left: 10px;
    outline: none;
}

.error {
    font-size: 14px;
    color: red;
    margin-left: 10px;
}

.apc {
    color: #ec5932 !important;
    font-family: 'Inter SemiBold';
    margin-left: 0px !important;
}


.journal_list2 table {
    width: 1200px;
    border: 1px solid #dde7ef;
}

#selectJournalForm tr td {
    padding-left: 23px;
    border-right: 1px solid #dde7ef;
}

.journal_list2 input {
}

.journal_list2 span {
    color: #333333;
    margin-left: 12px;
}

.more {
    color: #1b66e6;
    font-size: 14px;
    font-family: 'Inter SemiBold';
}

.view_journal_link {
    color: #1b66e6;
    font-size: 14px;
    font-family: 'Inter SemiBold';
}

.orginal {
    margin-left: 0px !important;
}

@charset "utf-8";
/* CSS Document */
/*login-page_body*/
.spg {
    background: #151c29;
}

.login-2019-body {
}

.login_2019_body_content {
    margin: 0px auto;
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 0px 60px;
    width: 1100px;
    min-height: 400px;
}

.content_artical {
    align-self: center;
}

.content_artical h2 {
    font-size: 36px;
    color: #fff;
    font-family: 'Inter SemiBold';
    margin-bottom: 10px;
    line-height: 60px;
}

.xcwa {
    margin-top: 16px;
}

.xcwa li {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

/*login_page_form*/
.login_box {
    background: #fff;
    border-radius: 6px;
    padding-bottom: 30px;
    align-self: center;
}

.login_bt {
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #273244;
    font-family: 'Inter SemiBold';
}

.login_form {
    padding: 0px 48px;
}

.fm_field {
    margin-bottom: 20px;
    position: relative;
}

.nput-wrap-loginid {
}

.fm-login-text {
    width: 100%;
}

.fm-btn {
    width: 100%;
    padding-top: 4px;
}

.fm-button {
    background-color: #1cc9c5;
    border-radius: 2px;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 1px #ebe7e6;
    box-shadow: 0 1px 1px #ebe7e6;
    zoom: 100%;
    height: 38px;
    line-height: 38px;
    outline: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all 0.3s linear;
}

.fm-button:hover {
    background-color: #18c0bc;
}

/*new_style*/
.activity_box {
}

.phone_code {
    float: left;
    margin-right: 20px;
}

.f_box {
    float: left;
    width: 300px;
    margin-top: 12px;
}

.activity_f {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
}

.content_artical a {
    width: 154px;
    height: 30px;
    position: absolute;
    display: block;
    background: #f17351;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    right: 0px;
    bottom: -41px;
}

.time {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    margin-bottom: 25px;
}

.fm_field i {
    color: #d9dbe7;
}

@charset "utf-8";
/* CSS Document */
.register_body {
    background-color: #f5f5f5;
}

.register_2019 {
    width: 100%;
    background-color: #f5f5f5;
    padding: 60px 0px;
}

.register_content {
    width: 550px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 60px 30px;
}

.register_bt {
    font-size: 20px;
    color: #1c2432;
    font-weight: bold;
    text-align: center;
    padding: 35px 0px 30px;
}

.register_bt:after {
    float: right;
}


/*new*/
.register-container {
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 660px;
}

.register-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a2332;
    text-align: center;
    margin-bottom: 28px;
}

/* ---------- 核心 Grid 布局 ---------- */
.register-form {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px 18px;
    align-items: start;
}

/* 标签样式 */
.form-label {
    font-size: 15px;
    color: #2c3e50;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    white-space: nowrap;
}

.form-label .required {
    color: #e74c3c;
    margin-left: 2px;
}

/* 右侧输入组 */
.input-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.input-group input,
.input-group select {
    height: 36px;
    padding: 0 12px;
    border: 1px solid #d0d7de;
    font-size: 14px;
    color: #1e293b;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.input-group input:focus,
.input-group select:focus {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

.input-group .error {
    display: none;
    font-size: 13px;
    color: red;
    margin-top: 2px;
}

/* ---------- 验证码专用行（flex 水平排列） ---------- */
.captcha-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.captcha-group input {
    flex: 1;
    min-width: 120px;
}

.captcha-input-wrap {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.forgot-password-captcha-group {
    align-items: flex-start;
}

.captcha-input-wrap input {
    width: 100%;
    flex: none;
    box-sizing: border-box;
}

/* 验证码图片 */
.captcha-img {
    display: inline-block;
    width: 100px;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
    background: #f0f2f5;
    border: 1px solid #d0d7de;
    flex-shrink: 0;
}

.refresh-captcha {
    color: #1a73e8;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s;
}

.refresh-captcha:hover {
    color: #1557b0;
    text-decoration: underline;
}

.captcha-group .error {
    flex-basis: 100%;
    order: 3;
    margin-top: 2px;
}

.captcha-input-wrap .error {
    flex-basis: auto;
    order: initial;
}

/* ---------- 提交按钮 ---------- */
.submit-btn {
    grid-column: 2 / 3;
    justify-self: start;
    width: 100%;
    height: 42px;
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 4px;
}

.submit-btn:hover {
    background: #1557b0;
}

.submit-btn:active {
    transform: scale(0.98);
}

/* ---------- 已有账号？登录链接 ---------- */
.login-link {
    justify-self: center;
    grid-column: 2 / 3;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    color: #475569;
}

.login-link a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
    margin-left: 4px;
}

.login-link a:hover {
    text-decoration: underline;
}

/* ---------- 响应式 ---------- */
@media (max-width: 600px) {
    .register-container {
        padding: 24px 20px;
    }

    .register-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .form-label {
        text-align: left;
        line-height: 1.4;
        margin-bottom: 2px;
    }

    .submit-btn {
        grid-column: 1 / 2;
        justify-self: stretch;
    }

    .login-link {
        grid-column: 1 / 2;
    }

    .captcha-group {
        gap: 8px;
    }

    .captcha-img {
        width: 80px;
        height: 32px;
    }
}

@charset "utf-8";
/* CSS Document */
.success {
    width: 370px;
    height: 270px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    margin-top: -135px;
    left: 50%;
    margin-left: -185px;
    text-align: center;
}

.success img {
    margin-top: 42px;
}

.success_f {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.success_next {
    font-size: 14px;
    color: #dcd3d4;
    margin-top: 12px;
}

.success_a {
    display: block;
    width: 155px;
    height: 34px;
    margin: 30px auto;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    line-height: 34px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.success_a:hover {
    background: #1cc9c5;
    color: #fff;
}

/*提交成功*/
.success_content {
    max-width: 370px;
    background: #e5fff7;
    border-radius: 10px;
    padding: 12px 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.success_item {
    display: grid;
    grid-template-columns: 40px 1fr;
}

.success_icon {
    padding-top: 4px;
}

.success_icon i {
    color: #2fd69a;
    font-size: 24px;
}

.success_info {
}

.success_p1 {
    color: #06b77f;
    font-family: 'Inter SemiBold';
    font-size: 16px;
}

.success_p2 {
    font-family: 'Inter SemiBold';
}

.success_p {
    margin-bottom: 24px;
}

.success_p a {
    color: #276ee7;
}

.success_p i {
    padding-left: 10px;
    color: #276ee7;
}

/*联系我们-添加微信*/
.contact_cn_box {
    background: #f3f7ff;
    border: 1px solid #dce8ff;
    display: inline-block;
    padding: 10px;
    border-radius: 6px
}

.contact_cn_left {
    float: left;
    margin-right: 18px
}

.contact_cn_left img {
    width: 90px;
    display: block
}

.contact_cn_right {
    float: left
}

.contact_cn_p1 {
    font-family: 'Inter SemiBold';
    font-size: 16px;
    padding-bottom: 4px
}

.contact_cn_p2 {
    font-size: 15px
}

.contact_cn_p2 span {
    color: #00599c
}

/* ===== 卡片容器===== */
.upload-card {
    width: 100%;
    max-width: 640px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 40px 36px 44px;
    transition: box-shadow 0.3s ease;
}

.upload-card:hover {
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.12);
}

/* ===== 表单标签===== */
.upload-card .field-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    font-size: 22px;
    font-family: 'Inter SemiBold';
    color: #1a2634;
    letter-spacing: 0.3px;
}

.upload-card .field-label .required {
    color: #e74c3c;
    font-family: 'Inter SemiBold';
    font-size: 14px;
    margin-left: 4px;
}

.upload-card .field-label .label-icon {
    width: 32px;
    height: 32px;
    color: #2d6cf0;
    flex-shrink: 0;
}

/* ===== 拖拽上传区域===== */
.drop-zone {
    position: relative;
    border: 2px dashed #d0d7e2;
    border-radius: 16px;
    padding: 20px 20px 20px;
    text-align: center;
    background: #fafcff;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease,
    transform 0.15s ease, box-shadow 0.25s ease;
    user-select: none;
    width: 490px;
}

.drop-zone:hover {
    border-color: #8aa4e8;
    background: #f6f9ff;
}

.drop-zone.dragover {
    border-color: #2d6cf0;
    background: #edf3ff;
    box-shadow: 0 0 0 4px rgba(45, 108, 240, 0.10);
    transform: scale(1.01);
}

.drop-zone.dragover .drop-icon {
    transform: scale(1.08);
}

.drop-zone .drop-icon {
    width: 50px;
    height: 50px;
    color: #7e92b0;
    margin-bottom: 6px;
    transition: transform 0.25s ease, color 0.25s ease;
}

.drop-zone.dragover .drop-icon {
    color: #2d6cf0;
}

.drop-zone .main-text {
    font-size: 17px;
    font-family: 'Inter SemiBold';
    color: #1f2a3a;
    margin-bottom: 12px;
}

.drop-zone .main-text .highlight {
    color: #2d6cf0;
    font-family: 'Inter SemiBold';
    text-decoration: underline;
    text-underline-offset: 2px;
}

.drop-zone .sub-text {
    font-size: 14px;
    color: #7e8ea8;
    line-height: 1.6;
    margin-top: 4px;
}

.drop-zone .sub-text .format {
    font-family: 'Inter SemiBold';
    color: #4a5a72;
    background: #eef2f7;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 13px;
}

.drop-zone .sub-text .size-limit {
    font-family: 'Inter SemiBold';
    color: #4a5a72;
}

/* ===== 隐藏的 file input ===== */
#fileInput {
    display: none;
}

/* ===== 文件信息区域===== */
.file-info-area {
    margin-top: 28px;
    display: none;
    animation: fadeUp 0.3s ease;
}

.file-info-area.visible {
    display: block;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.file-info-area .file-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    background: #f8faff;
    border-radius: 14px;
    border: 1px solid #e9eef4;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.file-info-area .file-item:hover {
    background: #f2f7ff;
    border-color: #d0ddee;
}

.file-info-area .file-item .file-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #2d6cf0;
}

.file-info-area .file-item .file-detail {
    flex: 1;
    min-width: 0;
}

.file-info-area .file-item .file-name {
    font-size: 15px;
    font-family: 'Inter SemiBold';
    color: #1a2634;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-info-area .file-item .file-meta {
    font-size: 13px;
    color: #7e8ea8;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.file-info-area .file-item .file-meta .badge {
    display: inline-block;
    background: #eef2f7;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'Inter SemiBold';
    color: #4a5a72;
    line-height: 20px;
}

.file-info-area .file-item .file-meta .badge.badge-success {
    background: #e3f5e9;
    color: #0f7b3a;
}

.file-info-area .file-item .file-size {
    font-size: 13px;
    color: #7e8ea8;
    white-space: nowrap;
}

.file-info-area .file-item .btn-remove {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #333;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
    padding: 0;
}

.file-info-area .file-item .btn-remove:hover {
    background: #fde8e8;
    color: #d14545;
}

.file-info-area .file-item .btn-remove svg {
    width: 20px;
    height: 20px;
}

/* ===== 报错信息 ===== */
.error-message {
    display: none;
    font-size: 14px;
    color: #f11f1f;
    line-height: 30px;
    margin-top: 4px;
}

.error-message.visible {
    display: block;
}

/* ===== 底部提示 ===== */
.upload-footnote {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
    font-size: 14px;
    color: #7e8ea8;
    line-height: 1.6;
}

.upload-footnote .note-list {
    padding-left: 18px;
    margin: 4px 0 0 0;
}

.upload-footnote .note-list li {
    list-style: disc;
}

.upload-footnote .note-list strong {
    color: #1a2634;
    font-family: 'Inter SemiBold';
}

/* ===== 响应式 ===== */
@media (max-width: 520px) {
    .upload-card {
        padding: 28px 18px 32px;
    }

    .drop-zone {
        padding: 36px 16px 30px;
    }

    .drop-zone .drop-icon {
        width: 52px;
        height: 52px;
    }

    .drop-zone .main-text {
        font-size: 15px;
    }

    .file-info-area .file-item {
        flex-wrap: wrap;
        gap: 8px;
    }

    .file-info-area .file-item .file-detail {
        flex: 1 1 100%;
        order: 2;
    }

    .file-info-area .file-item .file-icon {
        order: 1;
    }

    .file-info-area .file-item .btn-remove {
        order: 3;
    }
}
