body {
    font: 14px/1.5 "Helvetica";
}

ul.new-home-news-list {
    margin-left: 0;
    padding-left: 0;
}

/* ul的初始化 */
.reveal-modal .content .copy-tab,
.editorial-nav>ul,
.chinese-box .chinese-news>ul,
.info-list,
.mc-nav,
.article-guide-list>ul,
.land-box ul,
.filter-form-journals>ul,
.authorization-title-nav,
.nav-small>ul,
.nav-small>ul>.inline-block-style,
.issue,
.volume {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.nav-small>ul {
    padding: 20px;
}

.inline-block-style {
    margin-top: 0;
    margin-bottom: 0;
}

.hide {
    display: none !important;
}

.journal-intro {
    display: inline-block;
    width: 100%;
    margin: 0px auto 0
}

.body-new .journals-page-title {
    color: #5F6368;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.search-where-checkbox[type="checkbox"] {
    -webkit-appearance: none;
    top: 5px;
    float: left;
    position: relative;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: 1px solid #527FA5;
    box-sizing: border-box;
    border-radius: 2px;
    min-height: 12px;
    min-width: 12px;
}

.whereCheckbox[type="checkbox"]:focus {
    outline: none;
}

.whereCheckbox[type=checkbox]::after {
    content: '';
    top: 1px;
    left: 1px;
    position: absolute;
    vertical-align: middle;
    margin-top: 0;
    background: transparent;
    border: #527FA5 solid 4px;
    border-radius: 1px;
    /* border-top: none; */
    /* border-right: none; */
    /* height: 1px; */
    /* width: 1px; */
    -moz-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    transform: rotate(0deg);
}

.search-font-title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    color: #5F6368;
    font-family: Helvetica Neue;
    margin-bottom: 2px;
}

.search-top {
    position: relative;
}

.search-top .icon-arrow-bottom {
    position: absolute;
    right: -5px;
    top: -5px;
    padding: 5px;
    transform: rotateZ(90deg);
}

.journal-cover-box-new.active .search-top .icon-arrow-bottom {
    transform: rotateZ(0deg);
}

.advanced-search button {
    float: right;
    background: #FFFFFF;
    border-radius: 2px;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #527FA5;
    border: none;
    padding: 2px 4px;
    cursor: pointer;
}

.advanced-search {
    padding: 24px 0 17px;
    border-bottom: 1px solid #D7D7D7;
}

.search-input {
    padding: 10px;
    width: 100%;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 4px;
}

.search-journals {
    padding: 16px 0;
}

.search-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #D7D7D7;
}

.search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #D7D7D7;
}

.search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #D7D7D7;
}

.el-picker-panel.el-date-picker .today {
    border: none;
    background: #fff;
}

.search-date-picker {
    width: auto !important;
}


.search-where-checkbox+span {
    color: #527FA5;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-left: 10px;
}

.search-where .item {
    margin-top: 4px;
    cursor: pointer;
}

.search-publish-year {
    padding: 16px 0;
}

.search-publish-year>.search-font-title {
    margin-bottom: 4px;
}

.search-publish-year .from {
    display: inline-block;
    width: 154.5px;
    margin-right: 4px;
}

.search-publish-year .till {
    display: inline-block;
    width: 154.5px;
}

.search-menu {
    line-height: 24px;
    margin: 24px 0;
}

.body-new {
    background: #fff;
}

/* .body-new footer {
    position: absolute !important;
} */
.journal-intro-content-new {
    display: flex;
}

.main-body-new {
    width: 1440px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.journal-intro-left-new {
    flex-shrink: 0;
    width: 384px;
    margin-right: 24px;
}

.article-wrapper-new {
    background-color: #ffffff;
    margin-bottom: 20px;
    flex-grow: 1;
}

.journal-cover-box-new {
    padding: 24px;
    background: #F5F7F7;
    border-radius: 8px;
    height: 65px;
    overflow: hidden;
}

.journal-cover-box-new.active {
    height: auto
}

.journal-intro-top {
    display: flex;
    flex-wrap: wrap;
}

.journal-intro-top .cover-box {
    width: 50%;
    display: flex;
    align-items: flex-start;
}


.journal-cover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 12px 15px -9px rgba(31, 70, 95, 0.20);
    -moz-box-shadow: 0 12px 15px -9px rgba(31, 70, 95, 0.20);
    box-shadow: 0 12px 15px -9px rgba(31, 70, 95, 0.20);
    flex-shrink: 0;
}

.journal-cover img {
    display: block;
    width: 164px;
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #ffffff;
}

.journal-cover-info {
    margin: 0 24px;
    width: 100%;
}

.journal-cover-info h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.33;
    /* letter-spacing: -0.6px; */
    text-align: left;
    color: #4681a6;
    margin-top: 5px;
}

.cover-chief {
    width: 100%;
    min-height: 113px;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}

.cover-chief .chief-name:not(:last-of-type) {
    margin-bottom: 10px;
}

.chief-name span {
    display: inline-block;
    /* margin-right: 20px; */
}

.cover-chief p:first-of-type {
    font-weight: 600
}

.contact-phone {
    line-height: 1.67;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
    font-size: 16px;
    margin-top: 5px;
}

.contact-phone>.item {
    float: left;
    width: 47%;
    display: flex;
    flex-wrap: wrap;
}

.contact-phone>.item:first-of-type {
    margin-right: 6%;
}

.editorial-board {
    display: inline-block;
    margin-top: 10px;
    color: #4681a6;
}

.editorial-board:hover {
    text-decoration: underline;
}

.brief-intro-box {
    width: 50%;
    /* height: 234px; */
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    padding: 10px 15px 15px;
    position: relative;
}

.brief-intro-box h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.6px;
    text-align: left;
    color: #4681a6;
    margin-bottom: 10px;
}

.brief-intro-box p {
    font-size: 16px;
    line-height: 1.33;
    color: #333333;
    /* text-align: justify; */
}

.brief-intro-box a {
    color: #4681a6;
}

.brief-intro-box a:hover {
    text-decoration: underline;
}

.cover-btn {
    height: 30px;
    line-height: 30px;
}

.cover-btn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.cover-btn a {
    width: 140px;
    background-color: #4681a6;
    color: #ffffff;
    margin-right: 6px;
}

.cover-btn a:last-of-type {
    width: 72px;
    border: solid 1px #ff6e00;
    color: #ff6e00;
}

.back-journal-intro {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 300px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #4681a6;
    color: #4681a6;
    font-size: 14px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.back-journal-intro img {
    margin-right: 6px;
}

.mc-box .journal-intro-content {
    align-items: stretch;
}

.journal-intro-content {
    margin: 40px 0 80px;
    display: flex;
    align-items: flex-start;
    /*display: -moz-flex;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-align-items: flex-start;*/
    /*align-items: flex-start;*/
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    /*overflow: hidden;*/
}

.editorial-board-wrapper {
    width: 100%;
}

.editorial-board-wrapper * {
    max-width: 100%;
    word-break: break-word;
}

.mc-box .journal-intro-left {
    width: 237px;
}

.journal-intro-left {
    width: 224px;
    flex-shrink: 0;
    margin-right: 24px;
}

.journal-intro-left.order-nav {
    width: auto;
    min-width: 120px;
    margin: 0;
    margin-left: 24px;
}

.journal-intro .order-nav-group {
    flex-grow: 1;
    display: flex;
}

.journal-cover-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    margin-bottom: 10px;
}

.journal-intro-left .journal-cover-wrap {
    padding: 16px 9px;
    overflow: hidden;
}

.journal-intro-left .journal-cover-fl {
    border: 4px solid #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0 12px 15px -9px rgba(32, 71, 95, 0.2);
    -moz-box-shadow: 0 12px 15px -9px rgba(32, 71, 95, 0.2);
    box-shadow: 0 12px 15px -9px rgba(32, 71, 95, 0.2);
}

.journal-intro-left .journal-cover-fl img {
    display: block;
    width: 85px;
    height: 112px;
}

.journal-intro-left .journal-cover-fr {
    width: 105px;
    min-height: 120px;
    position: relative;
}

.journal-intro-left .journal-cover-fr h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.17;
    text-align: left;
    letter-spacing: -0.6px;
    color: #000000;
    margin-top: 5px;
}

.journal-intro-left .journal-view-more {
    font-size: 12px;
    color: #4681a6;
    border-bottom: #4681A6 solid 1px;
}

.journal-btn-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.journal-intro-left .journal-order {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: #ff6e00 solid 1px;
    border-radius: 2px;
    color: #fc903e;
    font-size: 12px;
    letter-spacing: 0.9px;
    margin-top: 6px;
}

.journal-cover-box .journal-cover-bt {
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #4681a6;
}

.journal-cover-box .journal-cover-bt p {
    height: 60px;
    line-height: 60px;
}

.journal-cover-box .journal-cover-bt p:first-of-type {
    border-bottom: #f1f1f1 solid 1px;
}

.recommended-journals-list .item .info-item.impact-factor {
    font-weight: 600;
}

.journal-cover-box .impact-factor,
.journal-cover-box .visitor-volume {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #4681a6;
    padding-left: 20px;
    position: relative;
}

.journal-cover-box .impact-factor span {
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #555;
    margin-left: 5px;
}

.journal-cover-box .visitor-volume span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #000000;
    position: absolute;
    left: 208px;
}

.journal-cover-box .visitor-volume {
    border-bottom: #f1f1f1 solid 1px;
}

.journal-cover-box .visitor-volume:last-of-type {
    border-bottom: none;
}

.journal-editor-box {
    width: 220px;
    min-height: 668px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

.other-group-btn,
.journal-nav-btn {
    display: none;
}

.journal-nav {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    margin-bottom: 10px;
}


.journal-nav a {
    display: block;
    line-height: 22px;
    color: #4681a6;
    padding: 12px 15px;
    border-top: #D8D8D8 solid 1px;
    font-size: 16px;
}

.journal-nav>a:first-of-type {
    border-top: none;
}

.journal-intro-left.order-nav .journal-nav a.active,
.journal-intro-left.order-nav .journal-nav a:hover,
.journal-nav a.active,
.journal-nav a:hover {
    background-color: #4681a6;
    color: #fff;
}

.editor-nav {
    height: 60px;
    line-height: 60px;
    background-color: #4681a6;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-align: justify;
}

.icon-back-wrapper {
    margin-right: 16px;
    float: right;
}

.journal-editor-box .editor {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #333333;
    margin: 10px;
}

.journal-editor-box .editor h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
}

.journal-editor-box .editor h3:first-child {
    margin-top: 0;
}

.journal-editor-box .editor p {
    display: block;
    width: 200px;
    margin-left: 22px
}

.editor .editor-box {
    margin-top: 20px;
}

.editor .editor-box a {
    color: #4681a6;
}

.editor .editor-box a:hover {
    border-bottom: #4681a6 solid 1px;
}

.journal-intro-main {
    width: 770px;
    background-color: #ffffff;
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

.journal-intro-main .intro-nav {
    width: 100%;
    border: solid 1px #c4d2dc;
}

.journal-intro-main .intro-nav li {
    float: left;
    font-size: 18px;
    color: #93a9b8;
    height: 40px;
    line-height: 40px;
}

.journal-intro-main .intro-nav li a {
    display: block;
    width: 192px;
    height: 40px;
    background-color: #e1eaf0;
    text-align: center;
    border-left: solid 1px #c4d2dc;
}

.journal-intro-main .intro-nav li:first-of-type a {
    border-left: none;
}

.journal-intro-main .intro-nav li a:hover,
.journal-intro-main .intro-nav li a.active {
    background-color: #4681a6;
    color: #ffffff;
}

.journal-intro-main .journal-intro-news {
    width: 100%;
}

.journal-intro-main .journal-intro-news a {
    display: block;
    font-size: 16px;
    color: #93a9b8;
    padding: 10px 40px;
    border-bottom: solid 1px #f0f1f1;
}

.journal-intro-main .journal-intro-news a:hover {
    background-color: #f1f4f7;
    color: #4681a6;
}

.journal-intro-main .review-articles a span {
    font-size: 12px;
}

.most-cited .most-cited-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 14px;
}

.most-cited .most-cited-title h3 {
    font-size: 16px;
    font-weight: 600;
}

.most-cited p {
    font-size: 14px;
}

.journal-intro-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    margin-top: 20px;
}

.journal-intro-lable {
    width: 563px;
    min-height: 210px;
    background-color: #ffffff;
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -webkit-box-sbox-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    padding: 10px;
}

.journal-intro-lable a {
    display: inline-block;
    height: 36px;
    border-radius: 18px;
    background-color: #e1eaf0;
    font-size: 14px;
    color: #4681a6;
    padding: 8px 20px;
    margin: 0 10px 10px 0;
}

.journal-intro-lable a:hover {
    background-color: #4681a6;
    color: #ffffff;
}

.amount-access {
    width: 187px;
    height: 210px;
    background-color: #ffffff;
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -webkit-box-sbox-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

.amount-access-title {
    height: 60px;
    line-height: 60px;
    background-color: #e1eaf0;
    border: solid 1px #c4d2dc;
    font-size: 18px;
    font-weight: 600;
    color: #93a9b8;
    padding-left: 12px;
}

.amount-access-info {
    padding: 12px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    color: #93a9b8;
}

/* 文章列表 */

.article-wrapper {
    background-color: #ffffff;
    margin-bottom: 20px;
    flex-grow: 1;
}

.content-nav-new {
    width: 100%;
    height: 72px;
    line-height: 72px;
    background-color: #FFF;
}

.content-nav-new span {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #202124;
}

.article-list-pdf-new {
    padding: 17.5px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.article-list-wrapper-new .tag-author {
    color: #767676;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}

.article-list-wrapper-new .article-list-title-new:hover {
    color: #527FA5;
}

.article-list-wrapper-new .article-list-title-new {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #202124;
}

.article-list-wrapper-new * {
    max-width: 100%;
    word-break: break-word;
}

.article-list-wrapper-new .tag {
    padding-bottom: 18px;
}

.article-list-wrapper-new .author {
    padding: 16px 0 24px 0;
}

.article-list-wrapper-new .article-list-info .tag span {
    padding: 0 8px;
}

.article-list-pdf-new>span {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    color: #527FA5;
}

.article-type span {
    display: none !important;
}

.article-type {
    display: block !important;
}

.article-type-select {
    display: block !important;
}

.article-type:after {
    content: '';
    background: url(../images/icon-down-blue.svg) no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    width: 12px;
    height: 6px;
    cursor: pointer;
}

.dialog-abs.el-dialog {
    width: 600px;
}

.search-input-height .el-input__inner {
    height: 37px !important;
    min-height: 37px !important;
}

.article-list-pdf-new .abstract {
    cursor: pointer;
}

.dialog-abs {
    border-radius: 8px !important;
    padding: 40px 24px;
}

/* .body-new::-webkit-scrollbar {
    display: none;
} */

.body-new {
    width: 1440px;
}

.dialog-abs .el-dialog__header {
    color: #5F6368;
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    padding: 0;
}

.dialog-abs .el-dialog__body {
    padding: 20px 0;
    color: #202124;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}

.dialog-abs .el-dialog__footer {
    padding: 0;
}

.dialog-abs .el-dialog__footer .el-button--primary {
    width: 291px;
    background: #527FA5;
    border-radius: 4px;
}

.article-list-pdf-new .preview {
    padding-left: 8px;
    box-shadow: -1px 0px 0px #D7D7D7;
    cursor: pointer;
}

.article-list-pdf-new .date-time {
    padding: 0 8px;
    box-shadow: -1px 0px 0px #D7D7D7;
}

.article-list-pdf-new img {
    padding-right: 4px;
}

.icon-abstract {}

.icon-eye {}

.icon-date-time {}

.content-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #4681a6;
}

.content-home-nav {
    height: 12px;
}

.content-nav a {
    margin: 0 0 0 20px;
}

.content-nav span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 20px;
}

.article-wrapper .article-list-wrapper {
    background-color: #ffffff;
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

.article-wrapper .article-list-wrapper::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 7px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.article-wrapper .article-list-wrapper::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background: #c1c1c1;
}

.article-wrapper .article-list-wrapper::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: #fbfbfb;
}

.article-list-wrapper .article-list {
    background-color: #ffffff;
    border-bottom: solid 1px #e1eaf0;
}

.article-list-wrapper-new .article-list {
    background-color: #ffffff;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    margin-bottom: 24px;
    overflow: hidden;
}

.article-list-info {
    padding: 23px 20px;
}

.article-list-info .article-list-title {
    display: inline-block;
    font-size: 20px;
    text-align: left;
    color: #4681a6;
    margin: 5px 0;
}

.article-detail-tilte {
    font-size: 20px;
    text-align: left;
    color: #000000;
    font-weight: 600;
}

.article-detail-tilte span {
    font-size: 16px;
}

.article-list-info .article-list-content {
    font-size: 18px;
    color: #595959;
    line-height: 2;
}

.article-list-info .article-list-pdf {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.article-list-info .article-list-pdf .left {
    margin-bottom: 10px;
}

.article-list-info .article-list-content p.author {
    margin-top: 10px;
}

.article-list-info .article-list-content p.author a,
.article-list-info .article-list-content p.author a:hover {
    color: #006fca !important;
}

.article-list-info .article-list-content .doi {
    font-size: 18px;
    color: #006fca;
    line-height: 2;
}

.article-list-info .article-list-content .doi a {
    clear: both;
    color: #006fca !important;
}

.article-list-info .article-list-content a.doi:hover,
.article-list-info .article-list-content .doi a:hover {
    text-decoration: underline;
}

.article-list-info .article-list-content .doi span {
    color: #595959;
}

.article-list-info .article-list-content p.open-access {
    color: #555;
}

.article-list-info .article-list-content p.open-access a {
    color: #4681A6;
    text-decoration: underline;
}

.article-list-info .article-list-content p.category {
    color: #000;
    font-weight: 600;
}

.article-list .article-list-pdf a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #333333;
    margin-right: 20px;
    margin-top: 8px
}

.article-list .article-list-pdf a.abstract {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fb7e1f;
    border-bottom: #fff 1px solid;
}

.article-list .article-list-pdf a.abstract:hover {
    border-bottom: #fb7e1f 1px solid;
}

.article-list .article-list-pdf span {
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
}

/*期刊列表*/

.periodical-list-wrapper {
    flex-grow: 1;
    margin-left: -5px;
    margin-right: -5px;
}

.mc-box .periodical-list-wrapper {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.mc-box .periodical-list-wrap {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-wrap: wrap;
}

.periodical-list {
    float: left;
    width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    position: relative;
}



.periodical-date {
    height: 60px;
    line-height: 60px;
    background: url(../images/icon-narrow.png) no-repeat right center;
    background-size: 32px 32px;
    background-color: #e1eaf0;
    font-size: 20px;
    font-weight: normal;
    color: #4681a6;
    padding-left: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

/* .periodical-list:hover .periodical-date {
    background-color: #4681a6;
    color: #ffffff;
} */
.mc-box .periodical-catalog a {
    padding: 6px 0;
    text-align: center;
    line-height: normal;
    height: auto;
    border-bottom: 1px solid #ec9d68;
}

.mc-box .periodical-catalog a:hover {
    background: #fff;
    color: inherit;
}

.mc-box .periodical-catalog a:last-of-type {
    border-bottom: 0;
}

.periodical-catalog a {
    display: block;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    border-bottom: solid 1px #e1eaf0;
    padding-left: 10px;
    font-size: 14px;
    color: #638196;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.periodical-catalog a:hover {
    background-color: #f1f4f7;
    color: #4681a6;
}

.periodical-catalog a p.sample {
    display: inline-block;
    line-height: normal;
    text-align: center;
    background-color: #4681a6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 6px;
    padding: 3px 6px;
    -webkit-box-shadow: 0px 0px 4px 0px #143850, 0px 1px 1px 1px #A7D5F4;
    -moz-box-shadow: 0px 0px 4px 0px #143850, 0px 1px 1px 1px #A7D5F4;
    box-shadow: 0px 0px 4px 0px #143850, 0px 1px 1px 1px #A7D5F4;
    border: 1px solid #356D94;
    font-size: 10px;
    position: relative;
}

.article-list .article-list-info div span.sample {
    display: inline-block;
    line-height: normal;
    text-align: center;
    background-color: #4681a6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 6px;
    padding: 3px 6px;
    -webkit-box-shadow: 0px 0px 4px 0px #143850, 0px 1px 1px 1px #A7D5F4;
    -moz-box-shadow: 0px 0px 4px 0px #143850, 0px 1px 1px 1px #A7D5F4;
    box-shadow: 0px 0px 4px 0px #143850, 0px 1px 1px 1px #A7D5F4;
    border: 1px solid #356D94;
    font-size: 10px;
    position: relative;
}

/*.periodical-catalog a p:hover:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-right-color: #4681a6;
  left: 10px;
  bottom: -1px;
  z-index: 1;
}
.periodical-catalog a p:hover:after{
  content: "sample issue";
  position: absolute;
  width: 121px;
  height: 26px;
  line-height: 26px;
  background-color: #4681a6;
  color: #ffffff;
  font-size: 18px;
  left: 26px;
  bottom: -3px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  z-index: 1;
}*/

.abstract-content {
    text-align: left;
    color: #2c2c2c;
}

.abstract-content .authorization-title {
    font-size: 20px;
    padding-top: 20px;
}

.abstract-content .authorization-title-nav {
    position: relative;
}

.abstract-content .authorization-title-nav li {
    display: inline-block;
    color: #4681a6;
    font-size: 20px;
    border-bottom: #ff6e00 solid 1px;
    font-weight: bold;
}

.abstract-content .authorization-title .authorization-content {
    border-top: 1px solid #e1eaf0;
    padding-top: 10px;
}

.abstract-content .authorization-title .authorization-content a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #eaeaea;
    border: 0;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all .5s ease;
}

.abstract-content .authorization-title .authorization-content a:hover {
    color: #006fca;
}

.authorization-content.cn {
    font-family: 'SimSun', '宋体', 'Microsoft YaHei', '微软雅黑', 'Heiti', '黑体', sans-serif, 'Muli', 'STXihei', '华文细黑';
}

.authorization-content.cam {
    border-top: 1px solid #e1eaf0;
    padding-top: 10px;
    font-family: "Microsoft YaHei";
    font-size: medium;
    white-space: normal;
}

.authorization-content.cam * {
    max-width: 100%;
    word-break: break-word;
}

.cam p {
    padding: 5px;
    margin: 0px;
}

.cam a {
    word-break: break-word;
}

.authorization-title .cite {
    margin-bottom: 20px;
}

.authorization-title .cite a {
    color: #4681a6;
}

.no-authorization {
    width: 100%;
    height: 608px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    font-size: 18px;
    text-align: left;
    color: #5e7a8c;
    padding-top: 36px;
}

.authorization-title {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
}

.no-authorization span {
    display: block;
    width: 732px;
    margin: 10px auto;
}

.editorial-board-wrapper {
    flex-grow: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

.editorial-main {
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    overflow: hidden;
}

.editorial-nav {
    height: 57px;
    line-height: 57px;
    margin-left: 24px;
}

.editorial-nav ul {
    overflow: hidden;
    /*border-bottom: solid 1px #979797;*/
}

.editorial-nav ul li a {
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #8cb5ce;
    margin-right: 26px;
}

.editorial-nav ul li a:hover {
    color: #4681a6;
    border-bottom: solid 2px #4681a6;
}

.editorial-nav .active {
    color: #4681a6;
    border-bottom: solid 2px #4681a6;
}

.editor-list {}

.editor-list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.editor-list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background: #c1c1c1;
}

.editor-list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: #fbfbfb;
}

.editor-content {
    display: block;
    padding: 15px 28px 25px 28px;
    border-bottom: solid 1px #e1eaf0;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #5e7a8c;
    position: relative;
}



.editor-content .email {
    font-size: 14px;
    line-height: 1.86;
    color: #007af2;
}

.editor-content .introduct {
    font-size: 12px;
    color: #4a4a4a;
}

.editor-content .more {
    position: absolute;
    right: 28px;
    bottom: 5px;
    font-size: 14px;
}

.editor-detail-wrapper {
    width: 100%;
    background-color: #ffffff;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #5e7a8c;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

.editor-detail-top {
    padding: 34px 45px 46px 31px;
    border-bottom: solid 1px #e1eaf0;
}

.editor-detail-bottom {
    display: none;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.editor-detail-top p,
.editor-detail-bottom p {
    margin-bottom: 10px;
}

.pdf-iframe {
    height: 100%;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.pdf-iframe-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.pdf-iframe-dialog iframe {
    width: 100%;
    height: 100%;
}

.journal-sidebar li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    font-size: 12px;
    color: #666666;
}

.journal-sidebar li .icon-wiappfangwenliang,
.icon-zixunfuwu,
.icon-youjian,
.icon-laba,
.icon-zhuizong,
.icon-shezhi-tianchong {
    color: #bbbbbb;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px;
}

.icon-laba {
    font-size: 14px;
}

.journal-sidebar li a:hover,
.journal-sidebar a:hover .iconfont {
    color: #4681a6 !important;
}

.journal-sidebar li a.active .iconfont,
.journal-sidebar li a.active {
    color: #4681a6 !important;
}

.latest-article-bar a {
    display: block;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    background-color: #e1eaf0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #4681a6;
    float: left;
}

.latest-article-bar a.active {
    color: #ffffff;
    background-color: #4681a6;
}

.journal-list-wrapper {
    width: 100%;
    padding: 17px 20px 17px 35px;
}

.journal-list-wrapper a {
    display: block;
    width: 336px;
    height: 116px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    float: left;
    margin: 0 20px 20px 0;
    padding: 10px 5px 16px 22px;
    overflow: hidden;
}

.lastest-journal-img img {
    display: block;
    width: 66px;
    height: 90px;
    background-color: #839a55;
    margin-right: 15px;
}

.lastest-journal-content {
    width: 220px;
    height: 100%;
    font-size: 12px;
    position: relative;
}

.lastest-journal-content .title {
    color: #313131;
    line-height: 1.17;
    margin-bottom: 6px;
}

.lastest-journal-content .issue {
    color: #4681a6;
    line-height: 1;
    margin-bottom: 6px;
    font-size: 14px;
    border-bottom: solid 1px #4681a6;
}

.lastest-journal-content .time {
    color: #df6604;
    position: absolute;
    bottom: 0;
}

.consultation-wrapper {
    padding: 12px 34px 20px 26px;
    min-height: 600px;
}

.consultation-wrapper .title {
    font-size: 18px;
    font-weight: 500;
    color: #4681a6;
}

.consultation-information {
    margin-top: 20px;
}

.consultation-information li {
    margin-top: 20px;
}

.consultation-information li:first-of-type {
    margin-top: 0;
}

.consultation-information li h6 {
    font-weight: normal;
    color: #4681a6;
    font-size: 14px;
}

.consultation-content {
    position: relative;
    color: #424242;
    font-size: 12px;
    text-align: justify;
    background-color: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 14px;
    margin-top: 6px;
}

.consultation-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #f0f0f0;
    left: 10px;
    top: -10px;
}

.no-search {
    width: 100%;
    padding: 24px 54px 600px;
    line-height: 1.22;
    font-size: 16px;
    color: #2c2c2c;
}

.no-search h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.no-search h3 span {
    color: #f02020;
}

.no-search p {
    margin-bottom: 10px;
}

.personal-content {
    width: 886px;
    margin: 40px auto 80px;
}

.personal-wrapper {
    width: 656px;
    min-height: 600px;
    padding: 16px 184px 28px 27px;
}

.personal-name {
    width: 445px;
    height: 37px;
    line-height: 37px;
    border-bottom: solid 1px #ececec;
    font-size: 12px;
}

.personal-name i {
    vertical-align: middle;
    margin: 0 6px 0 6px;
    color: #4681a6;
}

.personal-name span {
    color: #666666;
    margin-right: 10px;
}

.personal-name a {
    color: #4380a8;
}

.personal-name input {
    width: 200px;
    height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fdfdfd;
    border: solid 1px #dfdfdf;
    padding: 0 10px;
    color: #666666;
}

.personal-input {
    font-size: 12px;
    margin-top: 16px;
}

.personal-input span {
    display: inline-block;
    width: 50px;
    color: #aeaeae;
    margin-right: 10px;
    vertical-align: top;
}

.personal-input input {
    width: 332px;
    height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fdfdfd;
    border: solid 1px #dfdfdf;
    padding: 0 10px;
    color: #666666;
    margin-right: 10px;
}

.personal-input a {
    color: #4380a8;
    vertical-align: top;
}

.personal-input p {
    display: inline-block;
    width: 332px;
    font-size: 12px;
    text-align: justify;
    color: #212121;
    margin-right: 10px;
}

.preservation-btn {
    width: 108px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px 0 #143850, inset 0 0.5px 1px 1px #a7d5f4;
    -moz-box-shadow: inset 0 0 4px 0 #143850, inset 0 0.5px 1px 1px #a7d5f4;
    box-shadow: inset 0 0 4px 0 #143850, inset 0 0.5px 1px 1px #a7d5f4;
    background-color: #4380a8;
    border: solid 1px #1b415a;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: right;
    margin-top: 26px;
    cursor: pointer;
}

.tracking-wrapper {
    width: 656px;
    min-height: 600px;
    padding: 20px 27px;
}

.tracking-wrapper .tracking-btn-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
}

.tracking-wrapper .tracking-btn-wrapper li {
    float: left;
    margin-left: 12px;
}

.tracking-wrapper .tracking-btn-wrapper li a {
    display: block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #a7d5f4;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.tracking-wrapper .tracking-btn-wrapper li a.active,
.tracking-wrapper .tracking-btn-wrapper li a:hover {
    background-color: #4380a8;
}

.tracking-card li {
    width: 171px;
    min-height: 132px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fdfdfd;
    border: solid 1px #e0e0e0;
    float: left;
    margin: 0 26px 16px 0;
    padding: 9px;
    font-size: 12px;
}

.tracking-card li h3 {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.tracking-card li .check-tracking {
    line-height: 1;
    color: #4681a6;
    position: relative;
}

.tracking-card .tracking-date {
    line-height: 1;
    color: #9b9b9b;
}

.tracking-bottom-btn {
    width: 100%;
    overflow: hidden;
    margin-top: 13px;
}

.tracking-bottom-btn a {
    float: left;
    color: #9b9b9b;
}

.tracking-bottom-btn a.tracking-edit {
    float: right;
    color: #4681a6;
}

.tracking-card li .check-tracking:hover .audit-status,
.audit-status:hover {
    display: block;
}

.audit-status {
    display: none;
    width: 187px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    border: solid 1px #f4f4f4;
    position: absolute;
    top: -4px;
    left: -6px;
    cursor: default;
    padding-bottom: 10px;
}

.audit-status h6 {
    display: block;
    margin: 3px 0 7px 5px;
    font-size: 12px;
    font-weight: 500;
}

.audit-status p {
    width: 172px;
    padding: 5px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #4681a6;
    overflow: hidden;
}

.audit-status p:hover {
    background-color: #f3f3f3;
}

.mc-nav li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #fff;
    padding-left: 56px;
    position: relative;
}

.mc-nav li:last-of-type {
    border-bottom: none;
}

.mc-nav li a {
    display: block;
    font-size: 16px;
    font-family: FZLTZHK--GBK1-0;
    color: #123573;
    font-weight: bold;
}

.mc-nav li.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #E2894D;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
}

.article-guide-list ul {
    margin: 30px 0;
}

.article-guide-list ul li {
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-bottom: solid 1px #f0f1f1;
    cursor: pointer;
}

.article-guide-list ul li a {
    color: #545454;
    border-bottom: 1px solid #545454;
}

.article-guide-list ul li:hover a {
    color: #4681a6;
    border-bottom: 1px solid #4681a6;
}

.article-guide-info {
    padding: 20px 40px 15px;
}

.article-guide-info p {
    text-indent: 28px;
}

.article-guide-info p span {
    font-size: 14px !important;
    color: #434343;
}

.article-guide-title {
    text-align: center;
    margin-top: 20px;
}

.article-guide-title h3 a {
    color: #4580a7;
    font-size: 22px;
}

.article-guide-title p span {
    margin-right: 20px;
}

.footContent {
    font-size: 12px;
    text-align: center;
    color: #434343;
    padding-top: 12px;
    margin: 60px 0 24px;
    border-top: 1px solid #d8d8d8;
}

.footContent a {
    font-size: 12px;
    text-align: center;
    color: #4580a7 !important;
}

#imgBanner {
    width: 770px;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    -moz-box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
    box-shadow: 0 8px 9px -6px rgba(59, 112, 145, 0.2);
}

#m1 img,
#m2 img {
    display: block;
    margin-right: 5px;
}

.galley .content-nav {
    height: 40px;
    line-height: 40px;
}

.galley .article-list-info {
    padding: 5px 20px;
}

.galley-list {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.galley-list .title {
    font-weight: 600
}

.galley-list .info a {
    color: #1357E1;
}



.volume-nav .volume li {
    line-height: 54px;
    background-color: #e1eaf0;
    font-size: 18px;
    color: #4681a6;
    border-top: 1px solid rgba(32, 71, 95, 0.1);
}

.volume-nav .volume li a {
    display: block;
    padding-left: 18px;
}

.volume-nav .volume .issue li a {
    padding: 10px 8px;
}

.volume-nav .volume li:first-of-type {
    border-top: none;
}

.volume-nav .issue {
    display: block;
}

.volume-nav .issue li {
    line-height: normal;
    background-color: #fff;
    font-size: 13px;
}

.volume-nav .issue li.curr,
.volume-nav .issue li:hover {
    background-color: #4681a6;
    color: #fff;
}

.mc-box .volume-nav .icon-arrow-bottom {
    margin-right: 0;
}

.volume-nav .icon-arrow-bottom {
    font-size: 18px;
    margin-right: 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.curr .icon-arrow-bottom {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.author-info-wrap {
    display: inline-block;
    width: 70%;
    float: right;
    overflow: hidden;
}

.author-info-wrap span {
    width: 25% !important;
}

.author-info-wrap input {
    width: 40% !important;
}

.author-info-wrap select {
    width: 20% !important;
}

.author-item {
    margin-bottom: 12px;
}

.author-info-wrap .corresponding input {
    width: 28px !important;
    height: 16px;
}

.author-info-wrap .corresponding input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.add-author {
    float: right;
    font-size: 18px;
    color: #356D94;
}

.captcha img {
    display: inline-block
}

.mjx-chtml {
    font-size: 100% !important;
}

.access-wrap {
    font-size: 18px;
}

.journal-abs-index {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555;
    padding: 0 10px;
    border-top: #D8D8D8 solid 1px;
    font-size: 16px;
    text-indent: 18px;
}

.journal-abs-index-list li:before {
    color: #ff6c00;
    content: '•';
    margin-right: 10px;
}

.journal-abs-index-list li {
    font-size: 14px;
    letter-spacing: -0.3px;
    padding-left: 20px;
    position: relative;
}

.zwgx-title {
    font-size: 28px;
    font-weight: bold;
    color: #4a4a4a;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.zwgx-box .article-list-info {
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 15px;
}

.zwgx-box .article-list {
    border-bottom: none;
}

.zwgx-box .article-list .article-list-pdf a.abstract {
    font-size: 16px;
}

.zwgx-author {
    color: #333 !important;
}

.zwgx-check {
    color: #4681a6 !important;
    border-bottom: transparent 1px solid;
}

.zwgx-check:hover {
    border-bottom: #4681a6 1px solid;
}

.zwgx-check-all {
    font-size: 16px;
    color: #4681a6;
    font-weight: 500;
    margin-left: 10px;
}

.zwgx-check-all a {
    font-size: 16px;
    color: #4681a6 !important;
}

.none {
    display: none;
}

.mc-header {
    height: 100px;
    background: url(../images/bg-mc.png) no-repeat center top;
    background-size: 1000px;
    background-color: #143575;
}

.mc-header .nav-main li {
    float: left;
    margin-right: 40px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    font-weight: 500;
}

.mc-header .nav-left .nav-main li a {
    color: #FFFFFF;
}

.mc-header .nav-main li a:hover,
.mc-header .nav-main li a.active {
    color: #fff;
}

.mc-header .nav-left .logo img {
    vertical-align: middle;
    height: 28px;
    background-size: contain;
    margin-top: 10px;
}

.mc-header .icon-search {
    position: absolute;
    width: 26px;
    height: 28px;
    background: url("../images/icon-search-black.png") center center no-repeat;
    background-size: 15px 17px;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mc-header .nav-search-input {
    width: 369px;
    height: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mc-header .nav-search-input input {
    margin: 0;
    border: solid 1px #fff;
    border-right: none;
    outline: none;
    display: block;
    width: 348px;
    height: 100%;
    padding: 4px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background: transparent;
}

.mc-header .nav-fixed .nav-person li {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.mc-header .search-radio {
    margin-top: 10px;
}

.mc-header .nav-fixed .nav-person .search-radio li {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    vertical-align: middle;
}

.mc-header .nav-fixed .nav-left,
.mc-header .nav-fixed .nav-right {
    padding-top: 18px;
}

.mc-heade .search-radio {
    margin-top: 10px;
}

.mc-box a {
    color: #123573;
}

.mc-banner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    min-height: 487px;
    opacity: 1;
    position: relative;
    background: url(../images/bg-mc.png) no-repeat left -120px;
    background-size: cover;
    background-color: rgba(235, 140, 76, 1);
    z-index: 0;
}

.banner-bg-mc {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/banner-bg-mc.png) no-repeat right bottom;
    background-size: 631px 485px;
    z-index: -1;
}

.banner-bg-jas {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/banner-bg-jas.png) no-repeat right bottom;
    background-size: 631px 485px;
}

.banner-info {
    max-width: 652px;
    width: 100%;
    padding: 40px 48px;
}

.banner-info .name {
    font-size: 40px;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 10px;
}

.banner-info .name-en {
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    font-weight: bold;
    background: url(../images/banner-line.png) no-repeat left top;
    background-size: 185px 3px;
}

.banner-info .chief-name {
    margin-top: 7px;
    color: #000;
    font-size: 16px;
    font-family: AdobeHeitiStd-Regular;
    letter-spacing: 1px;
}

.banner-info .banner-chief p:first-of-type {
    font-weight: normal;
}

.banner-info .board-electronic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-info .editorial-board {
    margin-right: 20px;
    display: inline-block;
    margin-top: 0;
    font-size: 16px;
    font-family: AdobeHeitiStd-Regular;
    letter-spacing: 1px;
    color: #123573;
}

.banner-info .editorial-board:hover {
    text-decoration: none;
}

.banner-info .electronic {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.banner-info .description {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.mc-box .main-body {
    background: url(../images/bg-mc.png) no-repeat left -585px;
    background-size: cover;
}

.mc-box .container {
    max-width: 1000px;
}

.mc-box .editorial-board-wrapper {
    box-shadow: none;
}

.mc-box .editorial-board-wrapper.no-bg {
    background: none;
}

.mc-box .article-guide-list ul li a {
    color: #4681a6;
    border-bottom: none;
    font-size: 16px;
}

.mc-box .journal-intro-content {
    margin-top: 0;
}

.mc-box .journal-nav {
    background: #e9eaea;
    width: 100%;
    box-shadow: none;
    margin-bottom: 0;
    padding: 43px 0 41px 50px;

}

.mc-box .journal-nav a {
    display: block;
    line-height: inherit;
    width: 88px;
    color: #123573;
    padding: 10px 0;
    border-top: none;
    font-size: 22px;
    font-family: FZLTZHK--GBK1-0;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    position: relative;
    background-color: transparent;
}

.mc-box .journal-nav a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #DD7339;
    position: absolute;
    right: -32px;
    top: 50%;
    margin-top: -10px;
}

.mc-box .journal-nav a:hover {
    background-color: transparent;
    color: #123573;
}

footer.mc-footer {
    height: auto;
    background-color: #3E4954;
    background-image: none;
}


.new-home-news-list>li {

    list-style: none
}


.mc-box .new-home-news-list>li {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border: none;
}

.new-home-news-list>li p {
    padding-left: 0;
}

.new-home-news-list>li p {
    padding-left: 0;
}

.mc-box .new-home-news-list>li:last-of-type {
    margin-bottom: 0;
    border: none;
}

.mc-box .new-home-news-list>li>h3 {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.new-home-news-list>p strong {
    font-size: 20px !important;
}

.mc-box .new-home-news-list>li>p {
    padding-left: 0;
    font-size: 16px !important;
    color: #000;
}

.mc-box .new-home-news-list>p span {
    font-size: 16px !important;
}

.mc-box .new-home-news-list>li>h3>a {
    font-size: 16px;
    color: #2392FF;
    font-weight: 500;
    margin-right: 0;
}

.mc-box .journal-intro {
    margin: 32px 0;
}

.mc-box .periodical-list-wrapper .list-item {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

.mc-box .periodical-list {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.mc-box .periodical-list .periodical-item {
    padding: 16px 0;
    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
    color: #123573;
    cursor: pointer;
}

.mc-box .periodical-list-line .active {
    width: 100%;
    padding: 16px 0;
    position: absolute;
    top: 0;
    display: none;
    box-sizing: content-box;
    align-items: center;
}

.mc-box .periodical-list-line .active::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 10px;
}

.mc-box .periodical-list .periodical-item .periodical-catalog {
    position: absolute;
    right: 0;
    min-width: 116px;
    font-size: 14px;
    top: 50%;
    margin-left: 8px;
    transform: translate(110%, -50%);
}


.mc-box .article-nav {
    background: #E2894D;
    opacity: 1;
    font-size: 22px;
    color: #123573;
    padding: 8px 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mc-box .article-nav .prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-radius: 3px;
    border-width: 10px 18px 10px 0;
    border-color: transparent #fff transparent transparent;
    margin-right: 14px;
}

.mc-box .article-nav .next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
    margin-left: 14px;
}

.mc-box .article-wrapper .article-list-wrapper {
    padding: 18px 34px;
    margin-top: 12px;
    box-shadow: none;
}

.mc-box .article-list-info .article-list-title {
    display: inline-block;
    font-size: 20px;
    text-align: left;
    color: #12366c;
    margin: 5px 0;
    font-family: Helvetica, Tahoma, Arial, PingFangSC-Regular, Hiragino Sans GB, Heiti SC, STXihei, Microsoft YaHei, SimHei, WenQuanYi Micro Hei;
    padding: 8px 0;
}

.mc-box .article-list-info .article-list-title:hover {
    color: #0000EE !important;
}

.mc-box .article-wrapper {
    background-color: transparent;
}

.mc-box .article-list-info {
    padding: 0
}

.mc-box .online-list .article-list-info:not(:last-of-type) {
    margin-bottom: 24px;
}



.mc-box .article-list-info {
    margin: 0;
}

.mc-box .article-list-wrapper .article-list {
    border-bottom: none;
}

.mc-box .periodical-list-line {
    display: inline-block;
    width: 34px;
    height: 100%;
    flex-shrink: 0;
    background-color: #E2894D;
    margin-right: 16px;
    position: relative;
}

.mc-box .periodical-date.active::after {}

.mc-box .periodical-date.second.active::after {
    left: -338px;
}

.mc-box .volume-nav .volume>li>a {
    padding: 16px;
    line-height: 20px;
}

.mc-box .volume-nav .volume>li:first-of-type {
    border-top: none;
}

.mc-box .volume-nav .volume>li {
    background: #E8E5E9;
    color: #123573;
    border-top: 1px solid #D0D7E3;
}

.mc-box .volume-nav .issue li {
    background: #FFF;
}


.mc-box .volume-nav .volume>li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.mc-box .article-detail-title {
    font-size: 20px;
    text-align: left;
    color: #E2894D;
    font-weight: 600;
    margin-bottom: 10px;
}

.mc-box .article-detail-title span {
    font-size: 16px;
}

.mc-box .article-list-info .article-list-content .tag {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-top: 5px;
}

.mc-box .article-list-pdf {
    margin-top: 10px;
}

.mc-box .article-list .article-list-pdf a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #12366c;
    margin-right: 20px;
    padding-left: 30px;
}


.mc-box .article-list .img-full-02 {
    background: url(../images/icon-full-02.png) no-repeat left center;
    background-size: 19px 14px;
}

.mc-box .article-list a.img-full {
    background: url(../images/icon-full.png) no-repeat left center;
    background-size: 19px 21px;
}

.mc-box .article-list .img-download {
    background: url(../images/icon-download.png) no-repeat left center;
    background-size: 19px 19px;

}

.mc-box .article-list .img-check {
    background: url(../images/icon-check.png) no-repeat left center;
    background-size: 21px 14px;

}

.mc-box .article-list .author-cover {
    margin-left: 40px;
    margin-top: 80px;
    margin-bottom: 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E2894D;
}

.mc-box .article-list .author-cover img {
    display: block;
    width: 262px;
    height: 350px;
    object-fit: contain;
    margin: 0 auto;
}

.mc-box .abstract-content .authorization-title-nav li {
    display: inline-block;
    color: #E2894D;
    font-size: 20px;
    border-bottom: none;
    font-weight: bold;
}

.mc-box .abstract-content .authorization-title .authorization-content {
    border-top: none;
    margin-top: 10px;
    text-align: justify;
    line-height: 40px;
    color: #231815;
}

.mc-box .content-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #E2894D;
}

.mc-box .content-nav span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-left: 33px;
}

.mc-box .guide-list {
    background: #fff;
    padding: 36px 28px;
    color: #231815;
}

.mc-box .guide-list p:first-of-type {
    /* color: #123573;
    font-weight: bold;
    margin-bottom: 10px; */
}

.mc-box .editorial-main {
    background-color: #fff;
}

.mc-box .editorial-main {
    padding: 10px 33px;
}

.mc-box .editorial-title {
    font-size: 20px;
    color: #E2894D;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .editorial-second{
    margin-left: 20px;
}
 .editorial-second .editorial-nav{
  font-size: 16px;
}
.mc-box .editorial-title span {
    flex-shrink: 0;
}

.mc-box .editorial-title .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.mc-box .editor-content {
    display: block;
    padding: 0;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: left;
    border-bottom: none;
    color: #123573;
    position: relative;
    padding: 15px 0;
    border-bottom: solid 1px #E2894D;
}

.mc-box .editor-content a.name {
    display: inline-block;
    border-bottom: none;
    font-size: 15px;
    margin-right: 30px;
    min-width: 48px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    color: #123573;
}

.mc-box .editor-content .introduct {
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.editor-content .email {
    font-size: 15px;
    color: #000;
    border-bottom: solid 1px #E2894D;
    /* margin-bottom: 10px; */
    padding: 10px 0;
}

.mc-box .editor-content .email {
    border-bottom: none;
    padding: 0;
    float: right;
}

.mc-box .editor-content.chief {
    border-bottom: none;
}

.mc-box .editor-content.chief .name {
    display: inline-block;
    min-width: 55px;
    font-size: 17px;
    color: #123573;
}

.mc-box .editor-content.chief .introduct {
    min-width: 200px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.mc-box .editor-content.chief .email {
    font-size: 17px;
    color: #000;
    border-bottom: none;
    margin-top: 0;
    padding: 0;
    margin-left: 30px;
    float: right;
}

.mc-footer .footer-main {
    margin: 0 auto;
    min-height: 138px;
    display: flex;
    padding: 16px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.mc-footer .footer-main .copyright {
    margin: 24px 0;
    font-size: 16px;
    min-width: 420px;
}

.mc-footer .footer-main .copyright p {
    text-align: left;
    font-family: AdobeHeitiStd-Regular;
    color: #fff;
    padding: 0;
}

.mc-footer .footer-main .qrcode {}

.mc-footer .footer-main .qrcode p {
    height: auto;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0;
}

.mc-footer .footer-main .qrcode .wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 10px;
}

.mc-footer .footer-main .qrcode .wrap img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.mc-article-list {
    text-align: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -16px;
}

.mc-article-list>.col-md4 {
    float: left;
    padding: 0 12px;
    width: 25%;
    margin-bottom: 16px;
}

.mc-article-list a {
    position: relative;
    display: block;
}

.mc-article-list a::after {
    content: '';
    display: block;
    padding-top: 130.43%
}

.mc-article-list a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mc-box .article-guide-list ul li {
    padding: 15px 40px;
    height: auto;
    line-height: 1.1;
    font-size: 16px;
    border-bottom: none;
    cursor: pointer;
}

.mc-box .article-guide-list ul li a {
    color: #4681a6;
    border-bottom: none;
    font-size: 16px;
}

.mc-box .icon-arrow-left {
    display: inline-block;
    width: 13px;
    height: 24px;
    background: url(../images/arrow-left.png) center center no-repeat;
    background-size: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mc-arrow-left {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/mc-left.png) center center no-repeat;
    background-size: contain;
}


.abstract-content .ref-list .ref:first-of-type {
    border-top: 0;
}

.abstract-content .ref-list .ref:first-child {
    border-top: 0;
}

.abstract-content .ref-list .ref {
    border-top: 1px dotted #c3bfbb;
}

.abstract-content .ref-list .ref a {
    color: #006fca;
}

.abstract-content .ref-list .ref {
    text-align: left !important;
    font-size: .9375em;
    line-height: 1.5;
    margin: .5em 0;
    padding: .5em 0 0;
    text-indent: 0;
}

.abstract-content .citation,
.abstract-content .mixed-citation {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.abstract-content .ref-list .ref span.label {
    background-color: transparent;
    color: #333;
}

.abstract-content .ref-list .ref .label {
    font-weight: 700;
}

.abstract-content .resolver-link {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    clear: both;
    color: #006fca !important;
    cursor: pointer;
    text-decoration: none;
}

.abstract-content .resolver-link:hover {
    text-decoration: underline;
}

.open-drawer {
    float: right;
    padding-right: 21px;
    font-size: 14px;
    font-family: noto sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: #333;
    margin-top: 8px;
}

.open-drawer:hover,
.open-drawer:focus {
    color: #006fca;
    text-decoration: underline;
}

.hide-ref {
    background: url(../images/btn-close.svg) no-repeat center right;
}

.hide-ref:hover {
    background: url(../images/btn-close-hover.svg) no-repeat center right;
}

.view-ref {
    background: url(../images/btn-open.svg) no-repeat center right;
    display: none;
}

.view-ref:hover {
    background: url(../images/btn-open-hover.svg) no-repeat center right;
}

.text-right {
    text-align: right;
}

.access {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #1f8817;
    padding-left: 18px;
    background: url(../images/icon-access.svg) no-repeat center left;
    background-size: 18px 18px;
}

.access-open {
    color: #c5540e;
    font-size: 18px;
    background: url(../images/icon-access-open.svg) no-repeat center left;
    background-size: 12px 18px;
}

.get-access {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #006fca;
}

.get-access:hover {
    text-decoration: underline;
}

.cited-by .number {
    background: #e8e8e8;
    padding: 0 5px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: all .3s ease;
}

.cited-by .number:hover {
    color: #006fca;
}

.reveal-modal-bg {
    bottom: 0;
    display: none;
    background-color: #1a1a1a;
    opacity: .95;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.reveal-modal {
    border-radius: 4px;
    display: none;
    position: fixed;
    top: 0;
    visibility: hidden;
    max-width: 700px;
    width: 100%;
    z-index: 1005;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
    /* border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4); */
    transition: all .3s ease;
}

.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 2.85714rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: .71429rem;
    right: 1.57143rem;
}

.reveal-modal .close-reveal-modal {
    width: 38px;
    height: 38px;
    top: 10px;
    right: 0;
    text-indent: -9999px;
    background-image: url(../images/icon-close-blue.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.reveal-modal .header {
    text-align: center;
    background-color: #f3f3f3;
    padding: 20px;
}

.reveal-modal .header p {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.heading_07 {
    line-height: 32px;
    font-size: 22px;
    font-family: noto sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-citations-modal .productCitations-content {
    padding-top: 20px;
}

.margin-top {
    margin-top: 20px !important;
}

.panel {
    width: 530px;
    background: #fff;
    margin: 10px auto 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 30px;
    border: 2px solid #e8e8e8;
    -webkit-box-shadow: 0.5px 0.866px 1px 0 rgba(51, 51, 51, .15);
    -moz-box-shadow: .5px .866px 1px 0 rgba(51, 51, 51, .15);
    box-shadow: 0.5px 0.866px 1px 0 rgba(51, 51, 51, .15);
    color: #333;
}

.panel img {
    max-width: 100%;
}

.reveal-modal .wrapper {
    padding: 20px;
}

.panel h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.column,
.columns {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.small-1 {
    width: 8.33333%;
}

.small-11 {
    width: 91.66667%;
}

.margin-bottom {
    margin-bottom: 30px;
}

.panel hr {
    border: solid #dedede;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.42857rem 0 1.35714rem;
}

.wrapper.large-text div {
    font-size: 20px;
    line-height: 28px;
}

.export-citation {
    display: inline-block;
    background: #006fca;
    font-size: 16px;
    line-height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    transition: all .5s ease;
    cursor: pointer;
    font-family: noto sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    padding: .42857rem .85714rem .5rem;
    border-radius: 4px;
    color: #fff;
    position: relative;
}

.reveal-modal .content {
    padding: 30px;
}

.reveal-modal .content.bottom {
    padding-top: 0;
}

.reveal-modal .content .copy-tab {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #e1eaf0;
}

.reveal-modal .content .copy-tab li {
    float: left;
    width: 80px;
    text-align: center;
    padding: 0 5px 10px;
    line-height: 28px;
    cursor: pointer;
}

.reveal-modal .content .copy-tab li.active {
    border-bottom: #ff6e00 solid 1px;
}

.reveal-modal .content .copy-text {
    height: 350px;
    margin-bottom: 0;
    border: 3px solid #006fca;
    background-color: #cae7ff;
    padding: 5px;
    overflow-y: auto;
    color: #181817;
    white-space: pre-line;
}

.reveal-modal .content .btn-copy {
    background: #006fca;
    line-height: 1;
    padding-left: 7px;
    padding-right: 7px;
    transition: all .5s ease;
    cursor: pointer;
    font-family: noto sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
}

.reveal-modal .content textarea {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.reveal-modal .content .btn-copy:hover,
.export-citation:hover {
    background: #333;
}

.download-wrap {
    text-align: center;
    display: flex;
}

.download-wrap h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
}

.download-wrap a {
    width: 30%;
    border: 1px solid #999;
    color: #595959;
    border-radius: 4px;
    transition: all .5s ease;
    font-size: 14px;
    padding: 8px 10px;
    margin-right: 5%;
}

.download-wrap a:last-of-type {
    margin-right: 0;
}

.download-wrap a:hover {
    border-color: #006fca;
    color: #006fca;
}

.copy-success {
    display: none;
    width: 320px;
    position: fixed;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1006;
    background-color: #a0d3e8;
    border-color: #74bfdd;
    opacity: .9;
    color: #333;
    padding: 25px 50px 25px 25px;
}

.close-btn {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 4px 6px;
    transform: rotateZ(45deg)
}

.close-btn::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 6px;
}

.close-btn::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -1px;
}

.jas-box {
    margin-left: -8px;
    margin-right: -8px;
    flex-grow: 1;
}

.jas-wrap {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 16px;
}

.jas-wrap a.title {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #123573;
    color: #12366c;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jas-wrap a.title:hover {
    color: #7b181f;
}

.jas-wrap a.img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 137.273%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #dcdcdc;
    margin-top: 5px;
}

.jas-wrap a.img:hover {
    border: 1px solid #aaaaaa;
}

.cited-by-wrap {
    display: inline-block;
    background: #006fca;
    font-size: 16px;
    line-height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    transition: all .5s ease;
    cursor: pointer;
    font-family: noto sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    padding: .42857rem .85714rem .5rem;
    border-radius: 4px;
    color: #fff;
    position: relative;
    margin-right: 10px;
}

.cited-by-wrap:hover {
    background: #333;
}

.cited-by-wrap .wrap {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    left: 50%;
    margin-left: -75px;
    top: 35px;
    height: 0;
    transition: ease-in-out .2s;
}

.cited-by-wrap:hover .wrap {
    height: 130px;
}

.cited-by-wrap .ref {
    background: #fafafa;
    padding: 20px 0;
    box-shadow: 0 12px 15px -9px rgba(31, 70, 95, 0.20);
    border-radius: 4px;
}

.cited-by-wrap .ref a {
    display: block;
    width: 150px;
    font-size: 20px;
    line-height: 28px;
    margin: 10px;
    color: #006fca;
}

.cited-by-wrap .ref a:hover {
    text-decoration: underline;
}

@media (min-width:1200px) {
    .dialog-abs.el-dialog {
        max-width: 600px;
        width: calc(100% - 40px);
        margin: auto;
        max-height: 80vh;
    }

    .dialog-abs .el-dialog__body {
        max-height: 50vh;
        overflow-y: scroll;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width:768px) {
    .journal-nav a.other-group-btn {
        display: none;
    }

    .new-home-news-list>li p {
        font-size: 16px !important;
    }
}

@media (max-width:960px) {
    .mc-box .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .journal-intro-left-new {
        width: 300px;
    }

    .journal-intro .order-nav-group {
        flex-wrap: wrap;
    }

    .brief-intro-box {
        margin-top: 24px;
    }

    .journal-intro-top .cover-box,
    .brief-intro-box {
        width: 100%;
    }

    .journal-cover-info {
        margin-right: 0;
    }

    .journal-intro-left.order-nav {
        width: 100%;
        margin-top: 16px;
    }

    .journal-intro-left.order-nav .journal-nav a {
        border: 0;
        float: left;
        padding: 16px;
        width: 25%;
        border-right: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        background-color: #fff;
        white-space: nowrap;
    }

    .journal-intro-left.order-nav {
        margin-left: 0;
    }

    .periodical-list {
        width: 50%;
    }

    .jas-wrap {
        width: 50%;
    }

    .order-nav .journal-nav,
    .order-nav-group .journal-nav {
        height: auto;
        background-color: transparent;
        box-shadow: none;
        filter: drop-shadow(0px 8px 9px rgba(32, 71, 95, 0.1));
    }
}

@media (max-width:960px) and (min-width:767px) {

    .journal-intro-left.order-nav .journal-nav a:nth-of-type(4n),
    .journal-intro-left.order-nav .journal-nav a:last-child {
        border-right: 1px solid #fff;
    }
}

@media (max-width:767px) {
    .dialog-abs.el-dialog {
        width: 90%;
        margin: auto;
    }

    .dialog-abs .el-dialog__footer .el-button--primary {
        width: 100%;
    }

    .reveal-modal .content {
        padding: 16px;
    }

    .reveal-modal .content.bottom {
        padding-top: 0;
    }

    .mc-box .periodical-list-line {
        display: none;
    }

    .mc-box .article-wrapper .article-list-wrapper {
        padding: 12px 16px;
    }

    .mc-box .periodical-list,
    .mc-box .periodical-list-wrapper .list-item {
        width: 100%;
        min-width: auto;
        margin-left: 0;
    }

    .mc-box .periodical-list .periodical-item {
        padding: 0;
        font-weight: normal;
        margin-bottom: 16px;
    }

    .mc-box .periodical-list .periodical-item>span {
        padding: 8px;
        display: block;
    }

    .mc-box .periodical-list .periodical-item .periodical-catalog {
        position: static;
        transform: none;
        box-shadow: none;
        margin-left: 0;
        margin-top: 8px;
    }

    .mc-footer .footer-main {
        width: 100%;
        padding: 16px;
    }

    .mc-footer .footer-main .copyright {
        min-width: auto;
    }

    .journal-intro-content-new {
        flex-wrap: wrap;
    }

    .journal-intro-left-new {
        flex-shrink: 0;
        margin-right: 0;
        width: 100%;
    }

    .article-wrapper-new {
        width: 100%;
    }

    .mc-box .volume-nav .mc-nav-btn {
        height: 52px;
    }


    .mc-box .mc-nav-btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        height: 65px;
        padding: 0 23px;
        display: flex;
        align-items: center;
    }

    .mc-box .mc-nav-btn::after {
        float: left;
        box-sizing: border-box;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-radius: 3px;
        border-width: 7px 8.4px 7px 0;
        border-color: transparent #EC9D68 transparent transparent;
    }

    .mc-box .editorial-board-wrapper {
        margin-top: 6px;
    }

    .mc-box .mc-nav-btn.active::after {
        transform: rotateZ(-90deg);
    }

    .mc-box .journal-nav-btn {
        display: none;
    }

    .mc-box .journal-nav a::after {
        content: none;
    }

    .banner-home img {
        min-height: auto;
    }

    .banner-info .electronic {
        justify-content: flex-start;
    }

    .journal-intro-left.order-nav {
        width: 100%;
        margin-top: 16px;
    }

    .journal-intro-left.order-nav .journal-nav a {
        border: 0;
        float: left;
        padding: 16px;
        width: 25%;
        border-right: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        background-color: #fff;
    }

    .journal-intro-left.order-nav {
        margin-left: 0;
    }


    .other-group {
        display: none;
        overflow: hidden;
    }

    .mc-box .journal-nav a.other-group-btn {
        border-top: #D8D8D8 solid 1px;
    }

    .journal-nav a.other-group-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff !important;
        cursor: pointer;
    }

    .other-group-btn .btn {
        display: inline-block;
        width: 24px;
        height: 28px;
        background: url('../images/icon-down-blue.svg') no-repeat center;
    }

    .other-group-btn .btn.active {
        transform: rotateZ(180deg);
    }

    .volume-nav .journal-nav-btn {
        height: 54px;
        background-color: none;
    }

    .volume-nav .volume>li:first-of-type {
        background-color: #fff;
    }

    .mc-box .volume-nav .volume>li:first-of-type {
        background: #E8E5E9;
    }

    .volume-nav .volume {
        height: 54px;
        overflow: hidden;
    }

    .journal-nav-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        height: 48px;
        width: 50px;
        right: 0;
        background-color: #fff;
    }

    .mc-box .journal-intro-left,
    .journal-intro-left {
        width: 100%;
        margin: 0;
    }

    .journal-new-style .journal-nav {
        padding: 0 16px;
    }

    .journal-new-style .journal-nav a {
        padding-left: 0;
        padding-right: 0;
        background-color: #fff !important;
        color: #4681a6 !important;
    }

    .mc-box .journal-new-style .journal-nav a {
        background: #e9eaea !important;
        color: #123573 !important;
    }

    .journal-intro-content {
        flex-wrap: wrap;
    }

    .mc-box .volume {
        height: 52px;
    }

    .mc-box .journal-intro-left {
        width: 100% !important;
    }

    .mc-box .journal-nav {
        margin-bottom: 10px;
        padding: 0 !important;
    }

    .mc-box .journal-nav a {
        padding: 16px;
        width: 100%;
        text-align: left;
        text-align-last: left;
    }

    .banner-info {
        padding: 24px;
    }

    .mc-banner {
        height: auto;
        min-height: auto;
    }


    .banner-info .name-en {
        font-size: 18px;
    }

    .banner-info .name {
        font-size: 24px;
    }

    .new-home-news-list li h3,
    .brief-intro-box h3,
    .journal-cover-info h3 {
        font-size: 16px;
    }

    .new-home-news-list li p {
        font-size: 14px;
    }

    .brief-intro-box {
        padding: 16px;
    }

    .brief-intro-box h3 {
        position: relative;
        margin-bottom: 0;
    }

    .brief-intro-box h3::after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        background: url('../images/icon-arrow-left.svg')no-repeat center;
    }

    .brief-intro-box.active h3::after {
        background-image: url('../images/icon-arrow-down.svg');
    }

    .brief-intro-box p {
        margin-top: 10px;
        display: none;
    }

    .brief-intro-box p,
    .cover-chief,
    .contact-phone {
        min-height: auto;
        font-size: 14px;
        line-height: 16px;
    }

    .journal-cover img {
        width: 136px;
        height: 184px;
    }

    .periodical-list {
        width: 50%;
    }

    .article-list-info .article-list-title {
        font-size: 18px;
    }

    .journal-intro-left.order-nav .journal-nav a {
        width: 33.3333%;
    }

    .journal-intro-left.order-nav .journal-nav a:nth-of-type(3n),
    .journal-intro-left.order-nav .journal-nav a:last-child {
        border-right: 1px solid #fff;
    }

    .mc-article-list>.col-md4 {
        width: 50%;
    }
}

@media (max-width:480px) {
    .periodical-list {
        width: 100%;
    }
}