body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #5f88c2;
    text-decoration: underline;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

.i18n {
    word-wrap: break-word;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

/*-webkit-autofill用于覆盖chrome浏览器本身的背景颜色*/
input:focus, input:visited {
    outline: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;

}

.fr {
    float: right;
}

.fl {
    float: left;
}

/*覆盖面包屑导航的字符*/
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}

/* 初始化end */
/* 头部 */
.header {
    background-color: #fff;
    height: 84px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header .userName {
    color: #fff;
    text-align: right;
    padding: 0 10px;
    line-height: 40px;
}

.header .userName a {
    color: #fff;
}

.user-box {
    float: right;
    padding: 10px 0 0 0;
    border: 0;
    color: #c0c0c0;
    background-color: transparent;
    font-size: 14px;
}

.user-box a.subject-btn, .right-head > .subject_meun a.subject-btn {
    color: #469fef;
    text-decoration: underline;
}

.user-box a {
    color: #b4b4b4;
    padding: 3px 10px;
    font-size: 14px;
    position: relative;
}

.user-box a.login-btn {
    color: #333;
    position: relative;
}

.user-box .s-logo {
    margin-right: 5px;
    /*background-image: url(../../img/shjt.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    /*width: 100px;*/
    display: inline-block;
}

.user-box a.login-btn > i {
    color: #333;
    font-size: 18px;
    margin-right: 8px
}

.user-box a:hover {
    color: #0a7092;
}

.user-box .login-remark {
    display: inline-block;
    margin-left: 40px;
    font-size: 14px;
}

.silder {
    border-top: 2px solid #7396ca;
    height: 1px;
}

/* 头部end */

/* 左侧筛选框 */
.no-padding {
    padding: 0;
    overflow: hidden;
}

.filter-box .curmb {
    margin-left: 20px;
    margin-top: 10px;
}

.filter-box .curmb .cat-text {
    margin-top: 4px;
    float: left;
    display: inline;
    line-height: 20px;
    height: 20px;
    color: #666;
    text-decoration: none;
}

.filter-box .curmb .fl {
    float: left;
    margin: 8px 5px 0 5px;
}

.filter-box .curmb .toggle-btn {
    float: right;
    margin: 0 0 0 4px;
    height: 24px;
    line-height: 24px;
    border: solid 1px #e8e8e8;
    padding: 0 9px;
    background: #f6f6f6;
    color: #6b6b6b;
    cursor: pointer;
    text-decoration: none;
}

.filter-box .curmb .pro {
    position: relative;
    margin: 4px 5px 0 0;
    padding: 0 19px 0 4px;
    float: left;
    max-width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e8e8e8;
    height: 18px;
    line-height: 17px;
    color: #666;
    text-decoration: none;
}

.filter-box .curmb .pro .fa-times {
    position: absolute;
    right: 5px;
    top: 3px;
}

.filter-box .curmb .pro:hover {
    border: 1px solid #2e6da5;
}

.filter-box .groups {
    border: 1px solid #e8e8e8;
    margin-top: 5px;
}

.filter-box .groups .row {
    position: relative;
    border-top: 1px dashed #dedede;
    margin: 0 8px;
}

.filter-box .groups .row:first-child {
    border-top: none;
}

.filter-box .groups .row .head {
    position: absolute;
    left: 11px;
    top: 9px;
    color: #999;
}

.filter-box .groups .row .body {
    padding: 0 60px 0 92px;
}

.filter-box .groups .row .body .items {
    height: auto;
    max-height: 72px;
    overflow: hidden;
}

.filter-box .groups .row .body .items a {
    float: left;
    margin: 9px 20px 9px 0;
    height: 18px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.filter-box .groups .row .body .items a:hover {
    color: #2e6da5;
}

.filter-box .groups .row .expand-mode .items {
    max-height: 108px;
    overflow: auto;
}

.filter-box .groups .row .foot {
    position: absolute;
    right: 0;
    top: 8px;
}

.filter-box .groups .row .foot .show-more {
    position: absolute;
    right: 10px;
    height: 18px;
    padding-right: 10px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
}

.filter-box .groups .row .foot .show-less {
    display: none;
}

/* 左侧筛选框end */
/* search-list */
.grid-right {
    float: right;
    width: calc(100% - 210px);
    padding: 0 10px;
}

@media (max-width: 768px) {
    .grid-right {
        float: none;
    }
}

.grid-right .tabs {
    margin-top: 15px;
    height: 38px;
    border-bottom: 2px solid #2e6da5;
}

.grid-right .tabs li {
    font-size: 16px;
    font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
    float: left;
}

.grid-right .tabs li a {
    line-height: 38px;
    display: block;
    height: 38px;
    padding: 0 20px;
}

.grid-right .tabs li a:hover {
    text-decoration: none;
    background-color: #2e6da5;
    color: #fff;
}

.grid-right .tabs li.act {
    background: #2e6da5;
    color: #fff;
}

.grid-right .tabs li.act a {
    color: #fff;
    line-height: 38px;
    display: block;
    height: 38px;
    padding: 0 20px;
}

.grid-right .sortbar {
    background-color: #f5f5f5;
    margin-top: 10px;
}

.grid-right .sortbar li {
    float: left;
    display: block;
    height: 30px;
    margin-left: -1px;
    padding: 0 19px;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    text-decoration: none;
    line-height: 30px;
    color: #6d6d6d;
    cursor: pointer;
}

.grid-right .sortbar li.act {
    background-color: #2e6da5;
    color: #fff;
}

.right-content .result {
    font-size: 14px;
    margin-bottom: 60px;
}

.right-content .result .items {
    min-height: 190px;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
}

.right-content .result .items .pic {
    width: 100px;
    height: 135px;
    background-image: url("../../img/无封面.png");
    background-size: 100% 100%;
    float: left;
    position: relative;
}

@media (max-width: 768px) {
    .right-content .result .items .pic {
        text-align: center;
        width: 80px;
        margin: 0 auto;
        float: none;
    }

    .right-content .result .items .pic img {
    }
}

.right-content .result .items .pic img {
    width: 100px;
    height: 135px;
    max-width: 100px;
    max-height: 135px;
    background: url(../../img/无封面.png) no-repeat;
    background-size: cover;
}

.right-content .result .items .context {
    margin-left: 10px;
    width: 100%;
    padding-left: 110px;
}

@media (max-width: 768px) {
    .right-content .result .items .context {
        width: 100%;
        float: left;
        padding: 5px;
    }
}

.right-content .result .items .context em {
    color: #445ea8;
    font-weight: bolder;
}

.right-content .result .items .context .title {
    padding-top: 5px;
    padding-left: 0;
    width: 90%;
    position: relative;
}

.right-content .result .items .context .url {
    font-size: 12px;
    padding-top: 5px;
    height: 23px;
    color: #a9a9a9;
    margin-bottom: 5px;
}

.right-content .result .items .context .url a {
    color: #666;
}

.right-content .result .items .context .url .dropdown button {
    background: #fff;
    border: none;
}

.right-content .result .items .context .url .dropdown .dropdown-menu {
    top: 120%;
    left: -100px;
    background: #f5f5f5;
    border: none;
    width: 200px;
    padding: 5px 0px;
}

.right-content .result .items .context .url .dropdown .dropdown-menu a {
    color: #666;
    padding: 0px 15px;
    font-size: 12px;
}

.right-content .result .items .context .url .dropdown .dropdown-menu a:hover, .right-content .result .items .context .url .dropdown .dropdown-menu a:focus {
    background: #f5f5f5;
    color: #333;
}

.right-content .result .items .context .title .title-a {
    color: #333;
    font-size: 18px;
}

@media (max-width: 768px) {
    .right-content .result .items .context .title .title-a {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }
}

.right-content .result .items .context .title .link {
    font-size: 0.8em;
    color: #2d6aa0;
    margin: 0 10px;
}

.right-content .result .items .context .title .link .fa-link {
    color: #755bff;
    padding-right: 4px;
}

.right-content .result .items .context .info {
    margin-top: 1px;
    width: 100%;
    margin-left: -15px;
    min-height: 30px;
}

.right-content .result .items .context .coll-info .title {
    font-size: 14px;
    padding-bottom: 5px;
}

.right-content .result .items .context .coll-info .info-item {
    font-size: 12px;

}

.right-content .result .items .context .info .info-item {
    font-size: 0.8em;
    color: #141414;
    line-height: 30px;
}

.right-content .result .items .context .pro-info .info-item {
    float: none;
    display: inline-block;
    vertical-align: top;

}

.right-content .result .items .context .info .info-item span {
    color: #666;
}

/* search-list end */
/* 分页 */
.pager {
    margin-top: 10px;
    padding: 10px 0;
    height: 57px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .pager {
        height: auto;
    }
}

.pager .wraper {
    margin-left: 50%;
}

@media (max-width: 768px) {
    .pager .wraper {
        margin-left: 0;
    }
}

.pager .wraper .inner {
    float: left;
    margin-left: -50%;
    border: 0;
    min-width: 400px;
}

@media (max-width: 768px) {
    .pager .wraper .inner {
        margin-left: 0;
    }
}

.pager .wraper .inner .items .item {
    position: relative;
    float: left;
    z-index: 0;
    margin-left: -1px;
    padding: 0 15px;
    border: solid 1px #ededed;
    height: 35px;
    color: #3e3e3e;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.pager .wraper .inner .items .item:hover {
    z-index: 1;
    border-color: #37a;
    color: #37a;
}

.pager .wraper .inner .items .item.act {
    background: #37a;
    border-color: #37a;
    color: #fff;
}

.pager .wraper .inner .items .item.act:hover {
    position: relative;
    z-index: 1;
    background: #37a;
    color: #fff;
    border-color: #37a;
    cursor: default;
    text-decoration: none;
}

/* 分页 end */
/* 学科导航 */
.subject-box {
    /*background: url(../../img/subjectbg.jpg) no-repeat center center fixed;*/
    background-size: cover;
    padding-top: 40px;
}

.subject-box .one-subject-box {
    width: 25%;
    padding: 20px;
    margin-bottom: 40px;
    float: left;
}

@media (max-width: 768px) {
    .subject-box .one-subject-box {
        width: 100%;
    }
}

.subject-box .one-subject-box .one-subject {
    position: relative;
    padding: 50px 0 0 0;
    height: 70px;
}

.subject-box .one-subject-box .one-subject .subject-img {
    width: 80px;
    height: 80px;
    background-color: #00b9ef;
    border-radius: 15px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    padding-top: 10px;
    behavior: url(../../js/pie/PIE.htc);
    position: relative;
}

.subject-box .one-subject-box .one-subject h3 {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -25px;
}

.subject-box .one-subject-box .one-subject h3 a {
    color: #2c363e;
    text-decoration: none;
}

.subject-box .one-subject-box .one-subject .erjixuek-list li {
    width: 50%;
    line-height: 32px;
    padding-left: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .subject-box .one-subject-box .one-subject .erjixuek-list li {
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .subject-box .one-subject-box .one-subject .erjixuek-list li {
        padding-left: 20px;
    }
}

.subject-box .one-subject-box .one-subject .erjixuek-list li a {
    color: #999;
}

.subject-box .one-subject-box .one-subject .go-btn {
    position: absolute;
    width: 100px;
    height: 24px;
    line-height: 24px;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    background-color: #00b9ef;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.subject-box .one-subject-box .one-subject .go-btn:hover {
    text-decoration: none;
}

.subject-box .one-subject-box .one-subject .go-btn .fa {
    text-indent: 1em;
}

/* 学科导航 end */
/* 详情页 */
.badge-info {
    background-color: #2d6ba2;
}

.badge-success {
    margin-left: 20px;
    background-color: #2da25c;
}

.core-t {
    margin-top: -3px;
    margin-right: 4px;
}

.detail-box .leftCol {
    float: left;
    padding-left: 30px;
    padding-bottom: 20px;
    width: 220px;
}

@media (max-width: 768px) {
    .detail-box .leftCol {
        width: 100%;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .detail-box .leftCol .pic-box {
        margin-left: 50%;
    }
}

.detail-box .leftCol .pic-box .pic {
    background-image: url("../../img/无封面.png");
    background-size: 100% 100%;
    width: 170px;
    height: 210px;
}

@media (max-width: 768px) {
    .detail-box .leftCol .pic-box .pic {
        margin-left: -50%;
    }
}

.detail-box .leftCol .share-box {
    margin-top: 10px;
    text-align: center;
}

.detail-box .leftCol .share-box a {
    color: #999;
}

.detail-box .rightCol {
    padding-left: 230px;
}

@media (max-width: 768px) {
    .detail-box .rightCol {
        width: 100%;
        padding-left: 10px;
    }
}

.detail-box .rightCol h1 {
    font-size: 18px;
    padding: 10px 0 15px 0;
}

.detail-box .rightCol h1 .link {
    font-size: 12px;
    margin-right: 10px;
    color: #3b74a6;
}

.detail-box .rightCol h1 .link .fa {
    color: #c8beff;
    margin-right: 4px;
}

.detail-box .rightCol .info-box .info {
    padding: 0;
}

.detail-box .rightCol .info-box .info .info-item {

    line-height: 30px;
    margin-bottom: 5px;
    color: #333;
}

.detail-box .rightCol .info-box .info .info-item .t {
    color: #999;
    margin-right: 5px;
}

.detail-box .rightCol .info-box .info .info-item .core {
    margin-right: 20px;
}

.detail-box .rightCol .info-box .info .info-item .core-t {
    margin-top: -3px;
    margin-right: 4px;
}

.detail-box .rightCol .info-box .info .info-item .bigstar {
    margin-top: 6px;
    margin-right: 4px;
}

.detail-box .rightCol .rate-box {
    margin-top: 5px;
    padding-left: 15px;
    border-left: 1px solid #eaeaea;
}

.detail-box .rightCol .rate-box .rate_logo {
    color: #9b9b9b;
    font-size: 12px;
}

.detail-box .rightCol .rate-box .rating_self .rating_num {
    color: #494949;
    padding: 0;
    min-width: 30%;
    font-size: 28px;
}

.detail-box .rightCol .rate-box .rating_self .rating_right {
    float: left;
    padding: 5px 0 5px 6px;
}

.detail-box .rightCol .rate-box .ratings_wrap {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #9b9b9b;
}

.detail-box .rightCol .rate-box .ratings_wrap .item {
    margin-bottom: 4px;
}

.detail-box .rightCol .rate-box .ratings_wrap .item .stars {
    float: left;
}

.detail-box .rightCol .rate-box .ratings_wrap .item .power_box {
    float: left;
    width: 60%;
    padding: 0;
    height: 10px;
    margin: 1px 4px;
}

.detail-box .rightCol .rate-box .ratings_wrap .item .power {
    height: 10px;
    background: #ffd596 none repeat scroll 0 0;
}

.bigstar50, .bigstar45, .bigstar40, .bigstar35, .bigstar30, .bigstar25, .bigstar20, .bigstar15, .bigstar10, .bigstar05, .bigstar00 {
    display: inline-block;
    zoom: 1;
    /*background: url(../../img/rating.png) no-repeat;*/
    /*background: -webkit-image-set(url(../../img/rating.png) 1x, url(../img/rating_m@2x.png) 2x) no-repeat;*/
    /*background: -moz-image-set(url(../img/../rating.png) 1x, url(../img/rating_m@2x.png) 2x) no-repeat;*/
    /*background: -o-image-set(url(../img/../rating.png) 1x, url(../img/rating_m@2x.png) 2x) no-repeat;*/
    /*background: -ms-image-set(url(../img/rating.png) 1x, url(../img/rating_m@2x.png) 2x) no-repeat;*/
    width: 75px;
    height: 15px;
    margin: 1px 0 0 0;
    overflow: hidden;
}

.bigstar00 {
    background-position: 0 -135px;
}

.bigstar10 {
    background-position: 0 -120px;
}

.bigstar15 {
    background-position: 0 -105px;
}

.bigstar20 {
    background-position: 0 -90px;
}

.bigstar25 {
    background-position: 0 -75px;
}

.bigstar30 {
    background-position: 0 -60px;
}

.bigstar35 {
    background-position: 0 -45px;
}

.bigstar40 {
    background-position: 0 -30px;
}

.bigstar45 {
    background-position: 0 -15px;
}

.bigstar50 {
    background-position: 0 0px;
}

/* 详情页 end */
/* 图表控件 */
.inner {
    border: 1px solid #e7e7eb;
}

.inner .sub_menu {
    padding: 3px;
    background-color: #f4f5f9;
    padding-right: 100px;
}

.inner .sub_menu .item_group {
    position: relative;
}

.inner .sub_menu .item_group .items {
    line-height: 32px;
    font-size: 14px;
}

.inner .sub_menu .item_group .items .item {
    border-right: 1px solid #e7e7eb;
    float: left;
    padding: 0 5px;
}

.inner .sub_menu .item_group .items .item .daterange-pick {
    float: left;
}

.inner .sub_menu .item_group .items .item .spl {
    padding: 0 5px;
}

.inner .sub_menu .item_group .items .item .datarange-txt {
    background-color: #fff;
    border: 1px solid #e7e7eb;
    padding: 4px 4px;
}

.inner .sub_menu .menu-btns {
    position: absolute;
    right: -90px;
    top: 0px;
    /*transform: translate(0, -50%);*/
}

.inner .chart-box {
    width: 100%;
    padding: 10px;
}

.inner .chart-box .chart-title {
    clear: both;
    position: relative;
    z-index: 7;
    margin: 10px 10px 0 10px;
    padding-left: 3px;
    border-left: 4px solid #6b6b6b;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.inner .chart-box .chart {
    padding: 10px;
    height: 300px;
}

/* 图标相关 */
.icon_msg_mini {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.icon_msg_mini.ask {
    display: inline-block;
    background: url(../../img/icons.png) 0 -916px no-repeat;
}

.icon_msg_small {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}

.icon_msg_small.info {
    background: url(../../img/icons.png) 0 -1008px no-repeat;
}

.no-border {
    border: 0;
}

.no-border .btn-default {
    border: 0;
    background-color: #f4f5f9;
}

/* 图表控件 end */
/* 图书推荐 */
.recommend-box {
    position: relative;
}

.recommend-box h2 {
    font-size: 18px;
    padding: 10px;
}

.recommend-box .sm-pager {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.recommend-box .recommend {
    border-top: 1px solid #ccc;
    position: relative;
    padding: 10px 50px;
    height: 150px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .recommend-box .recommend {
        height: auto;
    }
}

.recommend-box .recommend .recommend-items .item {
    line-height: 15px;
}

.recommend-pic {
    width: 90px;
    float: left;
    margin-right: 10px;
    height: 100%;
    background-image: url("../../img/无封面.png");
    background-size: cover;
}

.recommend-box .recommend .recommend-items .item img {
    width: 90px;
}

@media (max-width: 768px) {
    .recommend-box .recommend .recommend-items .item img {
        float: none;
    }
}

@media (max-width: 768px) {
    .recommend-box .recommend .recommend-items .item a {
        display: block;
    }
}

@media (max-width: 768px) {
    .recommend-box .recommend .recommend-items .item {
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
    }
}

.recommend-box .recommend .left-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin-top: -15px;
    text-align: center;
    background-color: #f3f4f6;
    border: 1px solid #d2d3d7;
}

.recommend-box .recommend .left-btn:hover {
    border: 1px solid #f80;
}

.recommend-box .recommend .left-btn i {
    display: inline-block;
    width: 30px;
    height: 23px;
    padding-right: 3px;
    line-height: 25px;
}

.recommend-box .recommend .right-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    margin-top: -15px;
    background-color: #f3f4f6;
    border: 1px solid #d2d3d7;
}

.recommend-box .recommend .right-btn:hover {
    border: 1px solid #f80;
}

.recommend-box .recommend .right-btn i {
    display: inline-block;
    width: 30px;
    height: 23px;
    line-height: 25px;
}

/* 图书推荐 end */
/* 评论 */
.comment-box {
    margin-top: 20px;
}

.comment-box .comment-btn {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    padding: 3px 10px;
    color: #ca6445;
    background: #fae9da;
}

.comment-box h2 {
    font-size: 18px;
    padding: 10px;
}

.comment-box .comment-items {
    border-top: 1px solid #ccc;
}

.comment-box .comment-items .item {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
}

.comment-box .comment-items .item .title {
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
    margin-left: 10px;
    float: left;
}

.comment-box .comment-items .item .user {
    margin-top: 2px;
    line-height: 24px;
}

.comment-box .comment-items .item .user .name {
    color: #337ab7;
}

.comment-box .comment-items .item .user .time {
    padding-left: 10px;
    color: #888;
}

.comment-box .comment-items .item .context {
    margin-top: 5px;
    color: #333;
}

/* 评论 end */
/* footer */
.footer {
    /*border-top: 2px solid #7396ca;*/
    /*margin-top: 20px;*/
    height: 205px;
    background: #333;
    color: #f5f5f5;
    padding-top: 30px;

}

.footer .container {
    padding: 0px 85px;
    text-align: center;

}

.footer .container .footer-content {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.footer .container .footer-bottom {
    padding: 20px 0px;
    position: relative;
}

.footer .container .footer-bottom .left-content {
    width: 100%;
    text-align: left;
    padding-right: 120px;
}

.footer .container .footer-bottom .footer-right-content {
    background: url(../../img/index/ers-logo.png);
    position: absolute;
    right: 0px;
    width: 80px;
    height: 30px;
    top: 22px;
}

.footer .footer-item {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;

}

.footer .footer-item .lh28 {
    line-height: 28px !important;
}

.footer .footer-item .footer-item-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .footer-item .footer-item-info {
    line-height: 24px;
}

.footer img {
    vertical-align: bottom;
}

.footer-txt {
    margin-left: 30px;
    margin-right: -30px;
    padding-top: 25px;
    line-height: 20px;
}

/* footer end */
/* 学科导航 */

.subject-list-wrap {
    width: 1100px;
    margin: auto;
}

.subject-head {
    margin-bottom: 10px;
    border-bottom: 2px solid #7396ca;
    height: 38px;
    line-height: 30px;
    padding: 0px 50px;
}

.subject-head li {
    height: 36px;
    padding: 0px 14px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 1px;
    font-size: 14px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    transition: all 0.3s;
    behavior: url(../../js/pie/PIE.htc);
    position: relative;
    cursor: pointer;
    border: 2px solid #fff;
}

.subject-budy {
    min-height: calc(100% - 230px);
    padding: 20px 50px;
}

.subject-ul-wrap .active {
    height: 38px;
    border: 2px solid #7396ca;
    border-bottom: none;
    color: #7396ca;
}

@media (max-width: 1020px) {
    .subject-head li {
        width: 70px;
    }
}

.subject-head li img {
    width: 0;
    height: 0;
    transition: all 0.3s;
}

/*.subject-head li:hover, .subject-head li.act {*/
/*height: 60px;*/
/*margin-top: 0;*/
/*}*/

/*.subject-head li:hover img, .subject-head li.act img {*/
/*display: block;*/
/*width: 30px;*/
/*height: 30px;*/
/*margin: 5px auto 0 auto;*/
/*}*/

.subject-head li a {
    color: #fff;
    text-decoration: none;
}

.sub {
    text-align: center;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subject-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bolder;
}

.big-subject-box {
    padding: 20px 20px;
    border: 1px solid #ccc;
}

.big-subject-box .subject-img {
    text-align: center;
    margin-bottom: 20px;
}

.big-subject-box .sec-subject {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 25px;
}

.big-subject-box .sec-subject .thrid-subject a {
    padding: 0 5px;
}

.big-subject-box .sec-subject .thrid-subject a:first-child {
    padding-left: 0;
}

.big-subject-box .sec-subject h3 {
    font-size: 14px;
    line-height: 25px;
}

.big-subject-box .sec-subject h3 a {
    color: #f60;
}

.big-subject-box .sec-subject h3 a:hover {
    color: #f60;
}

.big-subject-box .sec-subject h4 {
    display: inline-block;
    color: #f60;
    font-size: 14px;
    line-height: 25px;
}

.big-subject-box .sec-subject h4 a {
    color: #f60;
}

.big-subject-box .sec-subject h4 a:hover {
    color: #f60;
}

/* 个人中心 */
.container_box {
    border: 1px solid #d9dadc;
    background-color: #fff;
    width: 1200px;
    margin: 10px auto;
    min-height: 700px;
}

.container_box .col_side, .container_box .col_main {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
}

.container_box .col_side {
    width: 17.5%;
    max-width: 208px;
    border-right: 1px solid #e7e7eb;
    min-height: 1px;
    background-color: #fff;
}

.container_box .col_main {
    width: 2000px;
    height: 700px;
}

.menu {
    font-size: 14px;
    padding-bottom: 6px;
    border-top: 1px solid #e7e7eb;
}

.menu.no_extra {
    border-top-width: 0;
    margin-top: 13px;
}

.menu .menu_title {
    position: relative;
    padding: 0 30px 0;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 34px;
    color: #8d8d8d;
}

.menu .menu_title.clickable {
    padding: 0;
}

.menu .menu_title.clickable:hover {
    background-color: #f4f5f9;
}

.menu .menu_title .icon_menu {
    margin-right: 10px;
    margin-top: -0.2em;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}

.menu .menu_title a {
    display: block;
    padding: 0 30px 0;
    color: #222;
    text-decoration: none;
}

.menu .menu_item {
    line-height: 34px;
}

.menu .menu_item:hover {
    background-color: #f4f5f9;
}

.menu .menu_item:hover a {
    text-decoration: none;
}

.menu .menu_item.selected {
    background-color: #2e6da5;
    color: #fff;
}

.menu .menu_item.selected a {
    color: #fff;
}

.menu .menu_item a {
    display: block;
    padding: 0 0 0 58px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #222;
}

.main_hd {
    line-height: 40px;
    /* tab切换 */
    /* 提示信息 */
}

.main_hd h2 {
    font-size: 16px;
    padding: 0 30px;
    line-height: 75px;
}

.main_hd .mpui-tab {
    margin-top: -14px;
    margin-bottom: 5px;
}

.main_hd .mpui-tab .mpui-tab__navs {
    line-height: 40px;
    border-bottom: 1px solid #E4E8EB;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.main_hd .mpui-tab .mpui-tab__navs .mpui-tab__nav {
    float: left;
    line-height: 40px;
    font-size: 14px;
}

.main_hd .mpui-tab .mpui-tab__navs .mpui-tab__nav.act {
    border-bottom: 3px solid #2e6da5;
}

.main_hd .mpui-tab .mpui-tab__navs .mpui-tab__nav:hover {
    border-bottom: 3px solid #a0a3ab;
}

.main_hd .mpui-tab .mpui-tab__navs .mpui-tab__nav a {
    display: block;
    text-decoration: none;
    color: #222222;
    padding: 0 22px;
    min-width: 54px;
}

.main_hd .highlight_box {
    position: relative;
    padding: 9px 30px;
    background-color: #f4f5f9;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.main_hd .highlight_box .title {
    font-weight: 400;
    font-style: normal;
}

.main_hd .highlight_box .desc {
    color: #8d8d8d;
    overflow: hidden;
}

.main_hd .highlight_box.icon_wrap {
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}

.main_hd .highlight_box.icon_wrap .icon_msg_small {
    margin-top: 5px;
}

.main_hd .highlight_box.border {
    border-top: 1px solid #e7e7eb;
}

.main_hd .highlight_box.menu_setting_msg {
    margin-bottom: 0px;
}

.main_hd .highlight_box.icon_wrap .icon {
    float: left;
    margin-right: 15px;
}

.main_bd {
    padding: 40px 30px;
}

.main_bd .mpui-toolbar {
    height: 34px;
    margin-bottom: 20px;
}

.main_bd .mpui-toolbar .input {
    float: left;
    margin-right: 10px;
    line-height: 34px;
    font-size: 14px;
    height: 34px;
}

.main_bd .mpui-toolbar .input .mpui-search__btn {
    display: inline-block;
    width: 34px;
    vertical-align: middle;
    border-width: 0;
    background-color: transparent;
    float: right;
    height: 34px;
    z-index: 9;
    position: relative;
}

.main_bd .mpui-toolbar .input .mpui-form__input {
    height: 34px;
    margin-right: -32px;
    width: 207px;
}

.main_bd .mpui-toolbar .mpui-layout__extra {
    float: right;
}

.main_bd .mpui-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E4E8EB;
    font-size: 14px;
}

.main_bd .mpui-table .mpui-table__hd {
    background-color: #F4F5F9;
    border-bottom: 1px solid #E4E8EB;
    color: #9A9A9A;
}

.main_bd .mpui-table th {
    text-align: left;
    font-weight: 400;
    padding: 8.8px 20px;
}

.main_bd .mpui-table td {
    padding: 26.8px 20px;
}

.main_bd .mpui-table tr {
    border-bottom: 1px solid #E4E8EB;
}

.main_bd .mpui-table .mpui-link {
    margin: 0 0.5em;
    font-size: 14px;
}

.mpui-form {
    padding-right: 100px;
    max-width: 90%;
}

.mpui-form .mpui-form__label {
    float: left;
    margin: 0.34285714em 30px 0 0;
    width: 5em;
}

.mpui-form .mpui-form-group {
    margin-bottom: 30px;
}

.mpui-form .mpui-form__controls {
    display: table-cell;
    width: 1%;
    word-wrap: break-word;
    word-break: break-all;
}

.mpui-form .mpui-form__input-wrp {
    display: table;
    width: 100%;
    position: relative;
}

.mpui-form .mpui-form__input, .mpui-form .mpui-form__textarea {
    display: table-cell;
    width: 100%;
    padding: 0.34285714em 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E4E8EB;
    border-radius: 3px;
    behavior: url(../../js/pie/PIE.htc);
    position: relative;
}

.mpui-form .mpui-form__msg_warn {
    color: #FA5151;
}

.mpui-form .mpui-form__msg {
    padding-top: 10px;
}

.mpui-form .mpui-form__tips {
    padding-top: 10px;
    color: #9A9A9A;
}

.mpui-form .frm_radio_label {
    margin-right: 20px;
}

/* 个人中心 end */

/* list期刊列表页 */
.condition-items .navMenubox {
    margin: 0 auto;
    overflow-y: auto;
}

.condition-items .navMenu-top {
    padding: 10px;
    color: #fff;
}

.condition-items .navMenu > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;

}


.condition-items .navMenu > li > a {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    line-height: 30px;
    color: #141414;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.condition-items .navMenu > li:nth-of-type(1) > a {
    border-top: 1px solid transparent;
}

.condition-items .navMenu > li:last-child > a {
    border-bottom: 1px solid transparent;
}

.condition-items .condition-items img {
    width: 20px;
    height: 20px;
}

.condition-items .navMenu > li > a > i {
    font-size: 20px;
    float: left;
    font-style: normal;
    margin: 0 5px;
}

.condition-items .navMenu li a .arrow:before {
    display: block;
    float: right;
    margin-top: 1px;
    margin-right: 15px;
    display: inline;
    font-size: 14px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
    text-shadow: none;
    width: 30px;
    text-align: right;
}

.condition-items .navMenu li a .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 15px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 14px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 30px;
    text-align: right;
}

.condition-items .navMenu > li > a.active,
.condition-items .navMenu > li > a:hover,
.condition-items .navMenu > li > ul.sub-menu li > a.active,
.condition-items .navMenu > li > ul.sub-menu li > a:hover,
.condition-items .navMenu > li > ul.sub-menu > li.active > a {
    color: #337ab7;
}

.condition-items .navMenu > li > ul.sub-menu, .condition-items .navMenu > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    padding-bottom: 5px;
}

.condition-items .navMenu > li > ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

.condition-items .navMenu > li > ul.sub-menu > li > ul.sub-menu li > a {
    padding-left: 38px;
}

.condition-items .navMenu > li > ul.sub-menu li > a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    clear: both;
    padding-left: 20px;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}

/* list期刊列表页end*/

.headerfixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
}

.footerfixed .footer-txt {
    margin-left: 40px;
    margin-right: -40px;
    padding-top: 25px;
    line-height: 20px;

}

.agreementFont {
    padding-top: 25px;
    font-size: 1.2em;
    line-height: 20px;
}

/*# sourceMappingURL=main.css.map */

#tagsList > .sub0 {
    color: #5793f2;
}

#tagsList > .sub1 {
    color: #d14a61;
}

#tagsList > .sub2 {
    color: #675bba;
}

.table_cell {
    border-left-width: 0;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
}

.table_cell.tr {
    text-align: right;
}

.table_cell.tl {
    text-align: left;
}

.btn, .BeAlert_box .BeAlert_button BUTTON {
    behavior: url(../../js/pie/PIE.htc);
    position: relative;
}

.pic .feedback-wrap {
    font-size: 12px;
    float: right;
    padding-top: 5px;
    cursor: pointer;
}

.display-wrap {
    position: absolute;
    left: 203px;
}

.display-wrap > span {
    font-size: 24px;
    color: #005ead;
    cursor: pointer;
}

.commend-wrap .comment-title {
    padding: 20px 100px 10px 0px;
}

.commend-wrap .refresh-wrap {
    color: #337ab7;
    position: absolute;
    /* top: 23px; */
    /* right: 40px; */
    cursor: pointer;
}

.commend-wrap {
    position: relative;
}

.commend-wrap .commend-content {
    height: 210px;
    padding-right: 10px;
    width: 135px;
    display: inline-block;
}

.commend-wrap .commend-content .image-wrap {
    height: 140px;
    width: 80%;
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.commend-wrap .commend-content .image-wrap > img {
    height: 128px;
    width: 100%;
    border-radius: 3px;
}

.commend-wrap .commend-content .commend-image-wrap {
    height: 170px;
    width: 100%;
    border-bottom: none;
    border-radius-top: 3px;
}

.commend-wrap .commend-content > .info-wrap {
    border-top: none;
}

.commend-wrap .commend-content > .info-wrap > .info {
    /*margin-top: 20px;*/
}

.commend-wrap .commend-content > .info-wrap > .info > label {
    display: inline-block;
    color: #006621;
}

.commend-wrap .commend-content > .info-wrap > .info span {
    display: inline-block;
    color: #808080;
}

.commend-wrap .commend-content > .info-wrap > .info {
    padding: 10px 13px;
    font-family: arial, sans-serif;
}

.commend-wrap .info-wrap .name-wrap {
    padding: 10px 5px;
    font-size: 14px;
    color: #1a0dab;
    font-family: arial, sans-serif;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 58px !important;
}

.commend-wrap .left {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
    cursor: pointer;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: default;
    display: block;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 0 0 0 rgba(0, 0, 0, 0.10), inset 0 0 0 0 rgba(255, 255, 255, 0.50);
    z-index: 0;
    top: 130px;
    left: -18px;
}

.commend-wrap .right {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
    cursor: pointer;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: default;
    display: block;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 0 0 0 rgba(0, 0, 0, 0.10), inset 0 0 0 0 rgba(255, 255, 255, 0.50);
    z-index: 0;
    float: right;
    top: -170px;
    right: -4px;
}

.commend-wrap .left > span, .commend-wrap .right > span {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    font-size: 15px;
}

.commend-wrap .left > span {
    /*top: 2px;*/
    left: 9px;
}

.commend-wrap .right > span {
    /*top: 2px;*/
    left: 12px;
}

.commend-wrap .url-wrap {
    margin-top: -2px;
}

.detail-box a {
    text-decoration: none !important;
}


/*发文的列表样式*/
.info .info-item .val {
    margin-left: 10px;
}

.info .info-item .show-more, .info .info-item .show-less {
    margin-left: 10px;
    color: #337ab7;
    cursor: pointer
}

.o-info > ul > li.bg-color {
    display: inline-block;
    color: #fff;
    padding: 3px 18px;
    margin-right: 10px;
    border-radius: 14px;
    margin-top: 8px;
    background: #337ab7;
    font-size: 12px;
}