html,
body {
    margin: 0;
    padding: 0;
    font-family: helvetica neue, Helvetica, Roboto, Arial, sans-serif;
    color: #1A1A1A;

}
.li-style-none{
    list-style-type: none;
    display: flex;
    align-items: center;
}
.ml-2{
    margin-left: 10px;
}

/* 右侧页脚样式 */
#right {
    color: #333;
    width: 100%;
    height: 100%;
    /*margin: 10px;*/
}

.flex-wrap{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 0 10px;
}
.flex-width{
    width: 23.5%;
    background-color: white;
    /*padding: 5px;*/
}

.container11 {
    /*display: flex;*/
    /*设置为弹性盒子*/
    margin: 10px 0;
    /*盒子与外边距之间的距离*/
}

.description11{
    position: relative;
    /*width: 90%;*/
    box-sizing: border-box;
    text-align: center;
}
.description11:hover{
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
    .image11{
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    .e_button{
        display: block;
    }
}
.description11 a{
    display: block;
    overflow: hidden;
}
.image11 {
    display: block;
    /*width: 180px;*/
    height: 240px;
    margin: 10px auto;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.name-div{
    padding: 5px 0;
}
.index-h3 {
    font-size: 14px;
    margin: 3px 0;
    /*margin-right: 5px;*/
}
.e_name{
    margin: 5px 1px;
    color: #999;
    font-size: 12px;
}
.e_button{
    width: 100%;
    height: 260px;
    /*display: block;*/
    position: absolute;
    background-color: rgba(0,0,0,0.35);
    top: 0;
    display: none;
}
.e_button a{
    padding: 5px 25px;
    background-color: red;
    color: white;
    width: 70px;
    position: absolute;
    top: 45%;
    right: 29%;
}

.input-text{
    display: inline-block;
    box-sizing: border-box;
    background-color:#EEEEEE;
    padding: 10px;
    border-radius: 5px;
}
.s-input-text{
    margin-top: 3px;
    display: inline-block;
    box-sizing: border-box;
    background-color:#EEEEEE;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 12px;
    color: #515571;
}
/* 容器，用于显示内容 */
.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    /* width: 88.5%; */
    max-width: 1260px;
    margin: 0 auto;
    background-color: white;
}

/* 容器1，用于显示内容 */
.flex-container1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 20px;
    height: 29px;
}

/* 居中的div */
.centered-div {
    width: 50%;
    margin: 5px auto;
    text-align: center;
    font-size: 14px;
}

input::placeholder {
    color: #aaa;
}

/* 左边距 */
.marg {
    margin-left: 2vw;
    color: black;
    font-size: 1vw;
}

/* 链接样式 */
.aa {
    color: #1A1A1A;
    margin: 0px 15px;
}


/* 去除链接下划线 */
a {
    text-decoration: none;

}

img {
    cursor: pointer
}

/* 链接悬停效果 */
a:hover {
    text-decoration: underline;
}

/* 注册按钮样式 */
.btn-regist {
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 12px;
    height: 30px;
    color: #4f5671;
    transition: background-color 1s ease;
}

.btn-regist:hover {
    background: #4f5671;
    color: white;
    border-color: #4f5671;
}

/* 登录按钮样式 */
.btn-login {
    background: #4b6e94;
    color: aliceblue;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 12px;

    height: 30px;
    font-weight: bold;
}

/* 去除按钮边框 */
button {
    border: 0px;
}

/* 图片样式 */
.images {
    height: 246px;
    width: 100%;
    object-fit: cover;
}

/* 搜索栏样式 */
.search {
    width: 100%;
    display: flex;
    background: white;
    margin-top: -10px;
    height: 70px;
}

/* 左侧搜索栏样式 */
.s-left {
    margin-left: 10%;
    margin-top: 25px;
}

/* 右侧搜索栏样式 */
.s-right {

    margin: 20px;
    margin-left: 100px;
    margin-top: 15px;

}

.faq {
    padding: 8px 14px;
    border-radius: 2px;
    background: #8fbc8f;
    color: white;
}

/* 粗体字样式 */
b {
    font-size: 1.2vw;
}

.s-left span {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin-left: -90px;
}

/* 搜索框样式 */
.flex-search {
    position: absolute;
    margin-top: -5px;
    width: 404px;
    height: 24px;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-left:-105px;
    font-size: 12px;
    border: 1px solid #ccc;
}

/* 搜索框选择样式 */
.flex-search-selectss {
    margin-left:98px ;
    padding: 0 5px;
    position: absolute;
    margin-top: -5px;
    width: 200px;
    height: 28px;

    flex-wrap: wrap;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
 
}
.flex-search-select {
    padding: 0 5px;
    position: absolute;
    margin-top: -5px;
    width: 200px;
    height: 28px;

    flex-wrap: wrap;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-left: 50px;
}

/* 段落样式 */
.s-p {
    margin-top: 0px;
    font-size: 12px;
}

/* 按钮样式 */
.flex-btn {
    margin-top: 7px;
    padding: 1px 20px;
    height: 28px;
    width: 80px;
    margin-left: 65px;
    /* font-size: 1vw; */
}

/* 容器样式 */
.container {
    width: 100%;
    height: 100%;
    display: flex;
    /*background-color: #f5f5f5;*/
}

.leftbox-a {
    color: #4f5671;
}

/* 页脚样式 */
.footer {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 12px;
    background-color: #008166;
    color: white;
}

/* 期刊分类左侧栏样式 */
.first-li {
    font-size: 30px;
    /* color: #ccc; */
    margin-left: 20px;
    margin-top: -10px;
    list-style-type: none;
}
.first-li:hover {
    color: #333;
}

.first-li img {
    width:20px;
    height: 20px;
    position: relative;
    top:2px;
    left: -7px;
}
.first-li a {
    color: #1a1a1a;
    font-size:12px;
    margin-left: -18px;
    top: -5px;
    position: relative;
}

/* 左侧页脚样式 */
#left {
    color: #333;
    background: white;
    width: 290px;
    height: 70%;
    float: left;
    margin-top: 10px;
    margin-left: 16px;
}

/* 页脚左侧样式 */
.footer-left {
    width: 25%;
    height: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 50px;
}

/* 页脚右侧样式 */
#footer-right {
    width: 65%;
    height: auto;
    margin-top: 30px;
}

/* 页脚输入框样式 */
.footer-input {
    padding: 0 10px;
    margin: -10px 0px 10px;
    width: 276px;
    height: 31px;
    flex-wrap: wrap;
    border-radius: 5px;
    font-size: 12px;
    border: none;
}

/* 弹性容器 */
.flex-containerss {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/*以下是弹性盒子的样式*/
.flex-itemss {
    margin: 10px 30px;
    /*弹性盒子中的元素间距*/
}

.flex-containerss a {
    color: white;
    /*a标签的颜色*/
    font-size: 0.8vw;
    /*a标签的字体大小*/
}

.flex-containerss p {
    font-size: 1vw;
    /*p标签的字体大小*/
}

.description {
    font-size: 16px;
    /*描述文字的字体大小*/
    line-height: 1.5;
    /*描述文字的行高*/
}

.swip-img {
    width: 100%;
    height: 0px;
}
/* 上一页按钮位置 */
.img-up {
    width: 2.5vw;
    height: 2.5vw;
    float: left;
    margin-left: -45px;
    margin-top: 250px;

}
/* abou弹出层样式 */
#modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 490px;
    height: 210px;
    border: 1px solid #fff;
    padding: 40px 0 0 100px;
    z-index: 9999;
}
#cite {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 490px;
    border: 1px solid #fff;
    padding: 50px 65px;
    z-index: 9999;
    box-sizing: border-box;
}

#close-modal {
    position: absolute;
    top: 50px;
    right: 40px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}
.cite_copy{
    position: absolute;
    right: 40px;
    bottom: 20px;
    border: 1px solid #0C0C0C;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    width: 70px;
    cursor:pointer;
}
#close-cite {
    position: absolute;
    right: 40px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

.input-about {
    width: 280px;
    font-size: 12.6px;
    border-radius: 5px;
    height: 27px;
    border: 1px solid #ccc;
    background: #DDD;
    color: #333;
    padding: 0 10px;
}

.btn-abouts {
    width: 105px;
    height: 30px;
    border-radius: 5px;
    color: #333;
    background: white;
    border: 1px solid #333;
    margin-left: 20px;
    transition: background-color 1s ease;
}

.btn-abouts:hover {
    background: #4f5671;
    color: white;
    border: 0px
}

.img-abouts {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-left: 10px;
}
/* abou弹出层样式 */

/* 下一页按钮位置 */
.img-next {
    width: 2.5vw;
    height: 2.5vw;
    float: right;
    margin-right: -45px;
    margin-top: 250px;
}

.next1 {
    padding: 9px 25px 9px 14px;
    /* position: relative; */
    float: right;
    /* text-decoration:none; */
    margin-top: -7px;
}

.pageinfo {

    position: absolute;
    left: 60%;
}

.pagebig {
    width: 100%;
    /* margin-left:-15px; */
}

.prev1 {
    margin-top: -7px;
    padding: 9px 14px 9px 25px;
    /* position: relative; */
    float: left;
    /* text-decoration:none */

}

.prev,
.next {
    padding: 5px 10px;
}

button,
a {
    cursor: pointer
}

#footer-right a {
    font-size: 12px;
    font-weight: bold
}

#footer-right p {
    font-size: 14px;
    font-weight: bold
}

.footer-a {
    color: #f5f5f5;
    float: right;
    margin-right: 40px;
    font-size: 12px;

}

.footer-bottom {
    float: left;
    width: 20%;
    padding: 35px 20px;
    /*margin-left: 100px;*/
    color: white;
    display: flex;
}
.footer-bottom1 {
    float: left;
    width: auto;
    padding: 25px 35px 35px 80px;
    text-align: center;
}
.footer-img-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-img-title{
    color: white;
    /*padding-top: 30px;*/
    margin-bottom: 10px ;
}
.footer-img-title h2{
    margin-bottom: 5px;
}
.footer-img-title p{
    margin: 0;
    font-size: 14px;
}

.img-bottom-div{
    font-weight: bold;
}

.footer-title{
    float: right;
}
.right-footer {
    width: 50%;
    font-weight: bold;
    padding: 0px 20px;
}
/*二维码样式*/
.footer-qrcode{
    float: left;
    width: 10%;
    padding: 25px 20px;
}
.footer-qrcode div{
    float: left;
    /*margin: 10px;*/
}
.footer-qrcode div p{
    text-align: center;
    color: white;
    font-size: 14px;
}
.footer-qrcode div img{
    display: block;
    width: 120px;
    height: 120px;
}
/*咨询电话*/
.footer-contact{
    float: left;
    padding-top: 110px;
    margin-left: 40px;
}
.footer-contact p{
    color: white;
    margin: 16px 0;
}
.footer-contact-phone{
    /*font-size: 24px;*/
    margin: 10px 0;
}



/* 广告位样式 */
.Ad {
    width: 250px;
    overflow: hidden;
    margin-left: 20px;
}
.Ad img {
    width: 250px;
}



.footer-btom-div {
    width: 280px;
}

.btom-h5 {
    font-size: 12px;
    margin-top: 5px;
    color: white;
}

/* .articles-h3{
    font-size: 16px;
} */
.btom-right-a {
    font-size: 12px;
}

.articles-p {
    font-size: 14px;
}

.articles {
    font-weight: bold;
    font-size: 14px;
}

.font-css {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
}

.page1 {
    display: flex;
    font-size: 12.6px;
    /* justify-content: center; */
    margin-bottom: 10px;
    background: #f7f7f7;
    height: 60px;
    width: 90%;
    margin-left: 45px;
    text-decoration: none;
}

.page {
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-tel-btom {
    height: 40px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    font-size: 12px;
}

.NewIndex {
    display: block;
    background: white;
    width: 100%;
    display: none;
}

.NewIndex-a {
    color: #1a1a1a;
    font-size: 12px;
    margin-left: -25px;
    top: -4px;
    position: relative;
}

.title-link {
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #1a1a1a
}

.messbox-size {
    font-size: 14px;
    font-weight: bold;
}

.right-search {
    padding: 5px 30px;
    background: white;
    height: 40px;
}

.right-search p {
    font-size: 12px;
}



.journal-show {
    background-color: white;
    width: 100%;
    display: none;
    padding: 0px 20px;
}

.float-share {
    display: none;
    /* position: absolute; */
    float: right;
    margin-right: -97px;
    width: 80px;
    height: 70px;
    background: white;
    /* margin-left: 58.5%; */
}

.book-show {
    background-color: white;
    width: 100%;
    font-size: 4vw;
    display: none;
}

.paging {
    color: #333;
    /*background: #ccc;*/
    /* padding:5px 15px; */
    border-radius: 1px;
    /* transition: background-color 1s ease; */
    display: inline-block;
    /* margin: 3px; */
    text-decoration: underline;
}
.paging:hover {
    background: #008868;
}

.num {
    padding: 5px 15px;
}

.current {
    padding: 5px 15px;
    color: white;
    background: #008868;
}

.search-paper-show {
    background-color: white;
    width: 100%;
    display: none;
}

.NewIndex-h2 {
    padding: 10px 20px;
    font-size: 20px;
}

.book-paper-show2 {
    width: 100%;
    background: white;
    padding: 0px 20px;
    display: none;
}
.about-display-left{
    width: 100%;background: white;display: none;
}
.description11,
.r-content {
    /* 换行 */
    word-break:break-word;
}
.new_search{
    width: 100%;
    display: flex;
    background: white;
    height: 70px;
    box-sizing: border-box;
    justify-content: center;
}
.base_search_item{
    line-height: 70px;
    text-align: center;
    box-sizing: border-box;
}
.base_search_item_p{
    line-height: 70px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 30px;
}
.base_search_item_p select{
    padding-left:5px;
    width: 200px;
    height: 28px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
}
.base_search_item_p input{
    width: 404px;
    height: 24px;
    padding-left: 5px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
}

/*book搜索框样式*/
.book-search{
    background-color: white;
    width: 100%;
    height: 60px;
    text-align: center;
}
.book-search div{
    display: inline-block;
    margin-top: 14px;
    padding: 0 15px;
}
.book-search-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.book-search-input{
    width: 400px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 0 10px;
}
.book-search-button{
    background: #008868;
    color: aliceblue;
    border-radius: 5px;
    height: 30px;
    font-weight: bold;
}
.side-bar{
    padding:10px 36px;

    width: 100%;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    border-top: 1px solid #cccccc;
    color: rgb(64,64,64 );
    line-height: 34px;
    font-family: Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
}
.side-bar a{
    text-decoration: none;
    color: inherit;
}
/*以下是响应式布局的样式*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .flex-container,
    .flex-container1 {
        width: 100%;
        /* width: 100%; */
        height: auto;
    }

    html,
    body {

        overflow-x: hidden;
    }

    .right_item {
        width: 100%;
    }

    .right_box {
        display: inline-block;
    }

    .book-paper-show2 {
        display: block;
    }

    .Latest_Articles-h2,
    .first-li,
    .title {
        font-size: 5vw;
    }

    .book-show,
    .search-paper-show,
    .journal-show {
        display: block;
    }

    .footer-bottom1 {
        float: none;
        width: 80%;
    }

    .oa-link,
    .openaccess,
    .articletype {
        font-size: 3.5vw;
    }

    .title-link {
        line-height: 4vw;

        font-size: 4vw;

    }
    .about-display-left{
        display: block;
    }
    #float-images{
        display: none;
    }
    .page1 {
        font-size: 3.5vw;
        height: auto;
    }

    .next1 {
        left: 50px;
    }

    .prev1 {


        right: 50px;

    }

    .pageinfo {
        left: 40%;
    }

    .faq {
        font-size: 4vw;
    }

    .right-search {
        height: auto;
        font-size: 4vw;
    }

    .right-search p {
        font-size: 3vw;
    }
    a{
        text-decoration: none !important;
    }
    .container11,
    .messbox-size,
    .index-divs,
    .abstract-div,
    .color-grey-dark,
    .authors,
    .index-h3,
    .description11,
    .right-latest,
    .right-footer,
    .page,
    .journals__item-li,
    .btom-h5,
    .journal-detail2-p,
    .font-css,
    .articles,
    .articles-p {
        font-size: 4vw;
    }

    .journal-detail2-h2 {
        font-size: 5vw;
    }

    .NewIndex {
        display: block;
    }

    .footer-btom-div {
        width: 80%;
    }

    .strong,
    .btom-right-a {
        font-size: 3.5vw;
        /* margin-left: ; */

    }
    .fa-chevron-right:before{
        font-size: 1.5vw;
    }
    .footer-input {
        width: 50vw;
        height: auto;
        font-size: 4vw;
    }

    .footer-bottom {
        float: none;
        margin-left: -10px;
    }
    .j-mob-div{
        font-size: 4vw;
    }
    .aa {
        font-size: 5vw;
        display: block;
        /* text-align: left; */
        float: left;
    }
    .js-li{
        width:50px;height: 50px;margin-left: -45px;margin-top: 5px;
    }
    .btn-login,
    .btn-regist,
    .footer-tel-btom {
        font-size: 5vw;
        height: auto;
        width: auto;
        padding: 10px;
    }
  
    .flex-btn {
        margin-top: 0px;
        margin-left: 20px;
    }

    #right,
    .centered-div {
        width: 100%;
        /*设置为100%的宽度*/
    }

    .marg {
        margin-left: 10px;
        /*左侧外边距*/
        font-size: 4vw;
        /*字体大小*/
    }

    #left {
        float: right;
        display: none;
    }


    .s-left,
    .s-right {
        margin-left: 0;
        width: 60vw;

        /*设置左侧外边距为0*/
    }

    .s-left span {
        font-size: 5vw;
        margin-left: 25px;
    }

    .search {
        /* display: block; */
        display: flex;
        flex-direction: column;
        /*将flex-direction设置为column*/
        height: auto;
    }
    .float-share{
        display: none;
    }
    .Ad,
    .pp {
        display: none;
    }
.show-for-medium-up{
    font-size: 4vw;
}
    .flex-search {
        position: initial;
        /*设置为初始位置*/
        width: 110%;
        /*设置宽度为100%*/
        font-size: 5vw;
        /*字体大小*/
        height: 90px;
        margin-left: 18px;

    }
    .flex-search-selectss {
        position: initial;
        width: 110%;
        /*设置宽度为100%*/
        font-size: 5vw;
        /*字体大小*/
        height: 90px;
        margin-left:20px;
        padding: 0px 0px 0px 20px ;
    }

    .flex-search-select {
        position: initial;
        width: 110%;
        /*设置宽度为100%*/
        font-size: 5vw;
        /*字体大小*/
        height: 90px;
        margin-left: -140px;
        padding: 0px 0px 0px 20px ;
    }

    /* p标签字体大小设置 */
    .s-p {
        font-size: 2.5vw;
        padding: 10px;
    }

    .NewIndex-h2,
    .NewIndex-a {
        font-size: 3vw;
    }

    /*book搜索框移动端样式*/
    .book-search {
        height: auto;
    }
    .book-search-title {
        font-size: 3vw;
        float: left;
    }
    .book-search-input {
        font-size: 4vw;
        height: auto;
        width: 550px;
    }
    .book-search-button{
        font-size: 4vw;
        height: auto;
        width: auto;
        padding: 10px 10px;
    }

}