@charset "utf-8";
/* CSS Document */
/*journal-detail*/
.journal_title_item {
    font-family: "微软雅黑";
    margin-bottom: 16px;
    color: #333;
    font-family: 'Inter SemiBold';
    font-size: 17px;
}
.journal_title_item:after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    background: #eca832;
    margin-top: 10px;
}
.journal_detail_content {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    bottom: 65px;
}
.journal_detail_left {
    width: 1018px;
    float: left;
}

.detail_box {
    padding: 20px 30px;
}
.detail_introduce {
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0px 30px;
}
.detail_box_left {
}
.detail_box_right {
}
.detail_title_box {
}


.btn_box {
    float: right;
}
.submit_btn {
    display: inline-block;
    width: 110px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    background: #eca832;
    color: #fff;
    margin-top: 4px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.submit_btn:hover {
    color: #fff;
}
.detail_xq_box {
}
.detail_xq_box p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 26px;
}
.journal_val {
}
.journal_number {
    margin-left: 14px;
}
.tab_box {
}
.tab_div {
    margin-top: 20px;
    border-bottom: 5px solid #1b66e6;
}
.tab_div ul {
    display: grid;
    grid-template-columns: repeat(8, auto);
    gap: 0px 10px;
}
.journal_detail_right {
    width: 252px;
    float: right;
}
.tab_div ul li {
    background: #f0f0f0;
    border-radius: 2px 2px 0px 0px;
    text-align: center;
}
.tab_div ul li:last-child {
    margin-right: 0px !important;
}
.tab_div ul li a {
    display: block;
    text-align: center;
    color: #333;
    line-height: 38px;
    font-size: 16px;
    font-family: 'Inter SemiBold';
}

.tab_active {
    background: #1b66e6 !important;
    color: #ffffff;
}
.tab_active a {
    color: #ffffff !important;
}
.journal_cover_img {
    width: 200px;
}
.journal_detail_item {
    margin-top: 30px;
}

/*搜索框（单期刊页顶部导航里的小搜索框）*/
.single_search {
    border: 2px solid #00599c;
    height: 38px;
    border-radius: 21px;
    line-height: 38px;
    width: 194px;
    padding-left: 12px;
    margin-left: 18px;
    margin-top: 5px;
    background: #f4f9ff;
}
.single_search input {
    width: 162px;
    outline: 0;
    font-size: 14px;
    background: #f4f9ff;
    color: #0955a3;
}
.single_search input[type="text"]::-webkit-input-placeholder {
    color: #00599c;
    font-family: 'Inter SemiBold';
    font-size: 16px;
}
.single_search input[type="text"]:-moz-placeholder {
    color: #00599c;
}
.single_search input[type="text"]::-moz-placeholder {
    color: #00599c;
}
.single_search input[type="text"]:-ms-input-placeholder {
    color: #00599c;
}
.single_search_btn {
    background: #f4f9ff;
    font-size: 17px;
    border: 1px solid #fff;
    border-left: 0;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    height: 36px;
    padding: 0;
}
.single_search_btn i:before {
    color: #0955a3;
}
.single_search form {
    padding-top: 1px;
}
.single_login_item {
}
.single_login_register {
    margin-top: 12px;
    margin-right: 15px;
    margin-left: 15px;
}
.single_login {
    line-height: 30px;
    display: inline-block;
    border-radius: 15px;
}
.single_login_register a {
    font-size: 18px;
}
.single_login_register span {
    font-size: 13px;
    color: #7d7d7d;
    padding: 0px 12px;
}
.journal_small {
    font-size: 22px !important;
    padding-bottom: 4px;
}

/*期刊导航下拉二级菜单*/
.journal_second_menu {
    position: absolute;
    background: #fff;
    padding: 16px 24px;
    z-index: 99;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    display: none;
}
.col1 {
    margin-right: 60px;
}
.col2 {
    margin-right: 60px;
}
.journal_menu_link {
    line-height: 38px;
}
.journal_menu_link a {
    font-size: 16px;
}
.journal_menu_link a:hover {
    color: #00599c;
}
.active {
    background: #348fc3!important;
}
.journal_nav_item {
    background: #1476ad;
    box-shadow: 0 -5px 5px rgb(3 83 128 / 56%);
}
.journal_nav_item ul li {
    float: left;
}
.journal_nav_item ul li img {
    margin-left: 1px;
}
.journal_nav_item ul li:hover {
    background: #348fc3;
}
.first_nav {
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    padding: 0 14px;
    display: inline-block;
    font-family: 'Inter SemiBold';
}
.first_nav:hover {
    text-decoration: none;
    color: #fff;
}

/*面包屑（旧版，带图标分隔符）*/
.nav_track {
    margin: 24px 0 40px;
}
.nav_track img {
    padding: 0 12px;
    position: relative;
    top: 3px;
}
.nav_track span {
    font-size: 14px;
    color: #6b6b6b;
}

/*旧版顶部导航*/
.spg_item {
    margin-top: 10px;
}
.logo {
    margin-right: 10px;
}
.spg_nav {
    margin-top: 10px;
    width: 630px;
}
.spg_nav ul li {
    padding: 0px 15px;
    background: url(/img/nav_line.png) right center no-repeat;
}
.spg_nav ul li:last-child {
    background: none;
}
.spg_nav ul li a {
    font-size: 14px;
}
.login_item {
    margin-right: 20px;
}
.submit {
    color: #fff;
    display: block;
    padding: 2px 14px;
    line-height: 32px;
}
.submit:hover {
    color: #fff;
}
.table {
    display: table-cell;
}
.submit_item {
    background: #e8594d;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 7px;
}

/*期刊头部横幅（旧版期刊页顶部大图条）*/
.journal_item {
    background: #0086b5;
    height: 100px;
    position: relative;
}
.journal_name_item {
    width: 1300px;
    padding-top: 36px;
}
.journal_name_item p {
    color: #d6eaf7;
    font-size: 18px;
}
.journal_name_item h3 {
    color: #fff;
    font-family: 'Inter Bold';
    font-size: 32px;
}
.print:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #96c1df;
    margin: 0 28px;
}
.search_item {
    vertical-align: middle;
}

/*投稿快捷入口按钮（旧版）*/
.nav_submission_btn {
    display: block;
    border-radius: 2px;
    background: #e8594d;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 54px;
    margin-top: 20px;
    transition: 0.3s all linear;
}
.nav_submission_btn:hover {
    background: #f55f52;
}
.nav_submission_btn a {
    color: #fff;
    display: block;
}
.nav_submission_btn i {
    margin-left: 10px;
    color: #fff;
}

/*步骤条*/
.no_track {
    height: 40px;
}
.position {
    position: relative;
    height: 100px;
}
.step_item {
    margin-top: 30px;
}
.step_item_number {
    width: 24px;
    height: 24px;
    background: #0d6f9f;
    border-radius: 16px;
    text-align: center;
    margin-right: 12px;
}
.ant_icon {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    bottom: 2px;
}
.step_item_content {
    width: 1250px;
}
.steps_item_title {
    font-size: 24px;
    font-family: Inter Medium;
    margin-bottom: 12px;
}

/*顶部登录后的账号下拉菜单*/
.head_islogin {
    cursor: pointer;
    position: relative;
    line-height: 46px;
    margin-top: 2px;
    display: none;
}
.head_islogin_photo {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.head_islogin_photo img {
    width: 30px;
}
.head_my {
    float: left;
}
.head_my i {
    font-size: 14px;
    margin-left: 6px;
    vertical-align: 2px;
}
.account {
    position: absolute;
    right: -104px;
    top: 44px;
    box-shadow: 3px 4px 16px rgb(0 0 0 / 6%);
    border-radius: 10px;
    padding: 15px;
    width: 330px;
    box-sizing: border-box;
    z-index: 9999;
    border: 1px solid #d3e8f9;
    background: #fff;
}
.account_item {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
.account_photo {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 20px;
}
.account_photo img {
    width: 60px;
}
.account_name a {
    color: #0088b5;
}
.account_email a {
    color: #888;
}
.account_link ul li a {
    font-size: 15px;
    color: #5c5c5c;
    line-height: 36px;
}
.info_div {
    font-size: 15px;
    margin-bottom: 5px;
}
.info_title {
    font-family: 'Inter SemiBold';
}
.info_title:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #6b6b6b;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    bottom: 3px;
}
.more {
    color: #00599c;
    cursor: pointer;
}
.operate_button {
    margin-top: 20px;
}
.operate_button a {
    margin-right: 50px;
    text-decoration: underline;
}
.buttton_icon {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin-right: 13px;
}
.download {
    background: #e8594d;
}
.download i {
    color: #fff;
    font-size: 15px;
}
.view {
    background: #0077c2;
}
.view i {
    color: #fff;
    font-size: 15px;
}
.btn_name:hover {
    color: #00599c;
}

/*旧版顶部搜索表单（form.example）*/
form.example input[type=text] {
    font-size: 15px;
    border: 1px solid #fff;
    float: left;
    width: 315px;
    background: #fff;
    border-radius: 6px 0 0 6px;
    outline: 0;
    height: 44px;
    padding-left: 16px;
}
form.example button {
    float: left;
    width: 50px;
    background: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    border-left: 0;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    height: 46px;
}
form.example::after {
    content: "";
    clear: both;
    display: table;
}

*, ::after, ::before {
    box-sizing: revert;
}
