/* css.reset */

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}


/* html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
} */

img,
video {
    height: auto;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

td:not([align]),
th:not([align]) {
    text-align: left;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a6a6a6;
    font-size: 14px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a6a6a6;
    font-size: 14px;
}

.cRed {
    color: #e7452f !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    margin: 37px 0 14px 0;
    color: #495263;
}

.breadcrumb a {
    color: #495263;
}

.periodical-main-line {
    height: 5px;
    background: url("../../images/bookstore/bookstore2.png") 22px top no-repeat;
    background-color: #22b17c;
    width: 100%;
}

.periodical-main-body {
    position: relative;
    padding: 48px 0 35px 46px;
    margin-bottom: 21px;
    border: 1px solid #dadada;
}

.periodical-book {
    display: block;
    float: left;
    width: 240px;
}

.periodical-book img {
    display: block;
    width: 240px;
    height: 316px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    border-radius: 5px;
}

.periodical-main-single .periodical-book {
    width: 212px;
}

.periodical-main-single .periodical-book img {
    width: 212px;
    height: 278px;
}

.periodical-main-single .periodical-title {
    float: left;
}

.periodical-main-single .periodical-time {
    float: left;
    display: block;
    margin-left: 13px;
    padding-top: 16px;
    font-size: 18px;
    color: #808080;
}

.periodical-main-single .periodical-collect {
    float: right;
    line-height: 46px;
    padding-left: 23px;
    margin-left: 20px;
    background: url("../../images/bookstore/bookstore20.png") left center no-repeat;
    font-size: 14px;
    cursor: pointer;
}

.periodical-main-single .periodical-collect.collected {
    background-image: url("../../images/bookstore/bookstore20a.png");
}

.periodical-main-single .periodical-detail-item {
    padding: 6px 0;
    border-bottom: 0;
}

.periodical-main-single .periodical-detail-items {
    border-bottom: 0;
}

.single-btns {
    margin-top: 15px;
}

.single-btn {
    float: left;
    height: 36px;
    width: 103px;
    display: block;
    text-align: center;
    border: 1px solid #22b17c;
    line-height: 36px;
    background: white;
    color: #22b17c;
    border-radius: 3px;
}
.read-online-org {
    width: 210px;
    height: 38px;
    line-height: 38px;
}

.single-btn-right {
    float: right;
}

.periodical-info,
.stopSellPeriodical {
    float: left;
    width: 580px;
    padding-top: 0px;
    margin-left: 38px;
}
.periodical-title {
    font-size: 28px;
    color: #df3f3b;
    font-weight: bold;
    line-height: 46px;
}

.periodical-subtitle {
    font-size: 14px;
    margin-top: 14px;
    color: #a6a6a6;
}

.periodical-detail {
    margin-top: 20px;
}

.periodical-detail-items {
    border-bottom: 1px solid #e6e6e6;
}

.periodical-detail-item {
    float: left;
    width: 240px;
}

.periodical-detail-item-col1 {
    width: 340px;
}

.periodical-detail-item {
    padding: 11px 0;
    line-height: 20px;
}

.periodical-detail-label {
    float: left;
    width: 80px;
    color: #262626;
    font-weight: bold;
}

.periodical-detail-content {
    float: left;
    width: 160px;
    color: #4c4c4c;
}

.periodical-detail-item-col1 .periodical-detail-content {
    width: 250px;
}

.periodical-bar {
    position: relative;
    margin-left: 28px;
    float: left;
}

.periodical-bar .qrcode {
    position: absolute;
    top: 150px;
    left: 43px;
    width: 145px;
    height: 145px;
}

.periodical-tabs {
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    background: #f2f2f2;
    text-align: center;
}

.periodical-tab {
    display: inline-block;
    font-size: 18px;
    color: #282828;
    width: 158px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.periodical-tab-right {
    float: right;
}

.periodical-tab-select::after {
    position: absolute;
    content: ' ';
    bottom: 0;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 3px;
    background: #22b17c;
}

.periodical-tab-select::before {
    position: absolute;
    content: ' ';
    left: 50%;
    bottom: 1px;
    border-bottom: 6px solid #22b17c;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -3px;
}

.periodical-years {
    padding: 0px 0px 20px 0;
}

.periodical-year {
    width: 97px;
    height: 38px;
    line-height: 38px;
    color: #252525;
    display: block;
    margin: 0px 6px 10px 6px;
    float: left;
    text-align: center;
    position: relative;
}



.periodical-year::after {
    position: absolute;
    width: 1px;
    height: 28px;
    background: #e8e8e8;
    content: ' ';
    top: 3px;
    right: -6px;
}

.periodical-year::before {
    position: absolute;
    width: 1px;
    height: 28px;
    background: #e8e8e8;
    content: ' ';
    top: 3px;
    left: -7px;
}

.periodical-year-select {
    background-color: #22af4a;
    color: white;
}

.periodical-img {
    width: 172px;
    height: 230px;
}

.periodical-img img {
    width: 172px;
    height: 230px;
}

.periodical-item-title {
    font-size: 14px;
    color: #262626;
    padding: 17px 0 8px 0;
    text-align: center;
}

.periodical-item {
    padding: 5px 5px 0 5px;
    border: 1px solid #dadada;
    border-radius: 4px;
    float: left;
    margin: 0 8px 18px 8px;
    box-shadow: 1px 1px 2px 1px rgba(100, 100, 100, 0.2);
}

.periodical-item:hover {
    border-color: #22b17c;
    background: #c5ffea;
    box-shadow: 0 0 10px rgba(103, 14, 9, 0.2);
}

.periodical-pages {
    margin: 30px 0 30px 0;
    text-align: center;
}

.periodical-page {
    display: inline-block;
    color: #595959;
    font-size: 14px;
    padding: 10px 14px;
    border: 1px solid #d9d9d9;
    margin: 0 5px;
}

.periodical-pages .select {
    background-color: #df3f3b;
    border: 1px solid #df3f3b;
    color: white;
}

.periodical-pages .periodical-page-more {
    background-color: white;
    border-color: white;
}

.column-left {
    float: left;
    background-color: #f5f5f5;
    width: 257px;
    padding-bottom: 15px;
}

.column {
    color: #262626;
    padding: 12px 10px 12px 46px;
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.column:after {
    content: '•';
    color: #262626;
    ;
    position: absolute;
    left: 30px;
    top: 12px;
}

.column-select {
    background: #22b17c;
    color: white;
}

.column-select:after {
    content: '•';
    color: white;
}

.column-select:before {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    border-right: 5px solid white;
    border-top: transparent solid 5px;
    border-bottom: transparent solid 5px;
}

.columns-number {
    text-align: center;
    font-size: 12px;
    margin-top: 28px;
}

.columns-number strong {
    color: #22b17c;
    font-weight: normal;
}

.columns-pages {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.columns-pages a,
.columns-pages span {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #494949;
    border-radius: 100px;
    background-color: #e0e0e0;
    margin: 0 3px;
    display: inline-block;
}

.columns-pages .current {
    background-color: #22b17c;
    color: white;
}

.periodical-subtab {
    display: none;
}


/* .column-page {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #494949;
    border-radius: 100px;
    background-color: #e0e0e0;
    margin: 0 3px;
    display: inline-block;
}
.column-page-select {
    background-color: #df3f3b;
    color: white;
} */

.periodical-tab2 {
    margin-bottom: 70px;
}

.column-right {
    margin-left: 36px;
    float: left;
    width: 907px;
}

.periodical-body {
    margin: 30px 0;
}

.column-right-title {
    float: left;
    line-height: 26px;
    font-size: 16px;
    color: #494949;
    padding-left: 11px;
    border-left: 4px solid #22b17c;
    margin-bottom: 5px;
}

.column-right-bar {
    border-bottom: 1px solid #e6e6e6;
}

.column-right-numbers {
    float: right;
    line-height: 26px;
    font-size: 12px;
}

.column-right-numbers strong {
    color: #22b17c;
    font-weight: normal;
}

.column-right-item {
    padding: 16px;
    border-bottom: 1px dotted #ccc;
}

.column-right-item:hover {
    background: #f5f5f5;
}

.column-right-content {
    float: left;
    padding-left: 29px;
    width: 625px;
    color: #1f80e4;
    display: block;
    position: relative;
}

.column-right-content:after {
    position: absolute;
    content: '•';
    left: 10px;
    top: 0px;
    color: #c8c8c8;
}

.column-right-time {
    float: left;
    color: #808080;
}

.column-right-author {
    float: right;
    color: #808080;
    word-break: break-all;
    width: 138px;
    /* text-align: left; */
}

.column-right-pages {
    margin-top: 20px;
}

.column-right-page {
    float: left;
}

.column-download {
    width: 16px;
    height: auto;
    margin-left: 5px;
}

.single-order {
    position: relative;
    /* background-color: #f5f5f5; */
    border-radius: 3px;
    /* margin-top: 14px; */
    height: 129px;
    /* padding-left: 19px; */
}

.order-title {
    padding-top: 16px;
    font-size: 15px;
    font-weight: bold;
    color: #d6423e;

}
.order-title-item1{
    background-color: #f5f5f5;
    padding:10px 20px;
    display: block;
    color: #333;
    cursor: pointer;
    border-top: 2px solid #22af4a;
}
.order-title-item2{
    padding: 10px 0;
    color: #333;
    display: block;
    cursor: pointer;
}
.order-inputs {
    margin: 0 0 0 0;
    background-color: #f5f5f5;
    padding-left: 19px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.order-inputs label {
    display: block;
    margin-bottom: 10px;
    color: #262626;
    font-family: 'MicrosoftYaHei';
}

.order-inputs label input {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.periodical-main-single .periodical-detail {
    margin-top: 10px;
    margin-bottom: 20px;
}

.order-btn {
    position: absolute;
    top: 81px;
    right: 15px;
    background-color: #22af4a;
    color: white;
    width: 110px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    border-radius: 3px;
    cursor: pointer;
}

.order-btn:hover {
    color: white;
}

.periodical-vip-tip,
.periodical-vip-read {
    display: none;
    width: 540px;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    margin-bottom: 5px;
    background: url(../../images/bookstore/bookstore24.jpg);
    font-size: 14px;
    color: #000000;
}

.periodical-vip-tip span,
.periodical-vip-read span {
    padding-left: 32px;
    background: url(../../images/bookstore/bookstore25.png) left center no-repeat;
}

.periodical-vip-tip a,
.periodical-vip-read a {
    width: 84px;
    height: 27px;
    line-height: 27px;
    margin-top: 8px;
    background: url(../../images/bookstore/bookstore26.png);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.periodical-vip-tip a:hover,
.periodical-vip-read a:hover {
    color: #fff;
}

.periodical-activity-tip {
    display: none;
    width: 540px;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    margin: 5px 0;
    background: #de3f3b;
    color: #fff;
    font-size: 15px;
}

.periodical-activity-tip .countdown span {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    line-height: 23px;
    margin: 0 5px;
    background: #bd3632;
    text-align: center;
}

.vip-icon {
    display: none;
    vertical-align: middle;
    width: 68px;
    height: 18px;
    margin-left: 2px;
    margin-right: 10px;
    background: #f5f5f5 url(../../images/bookstore/bookstore22.png) left center no-repeat;
}

.single-order .nowprice {
    color: #de3f3b;
    font-size: 20px;
}

.single-order .oldprice {
    display: inline;
    color: #858585;
    font-size: 14px;
}

.single-order .oldprice i {
    text-decoration: line-through;
}

.single-main {
    margin-top: 16px;
    margin-bottom: 43px;
}

.single-sidebar {
    float: left;
    width: 256px;
    border: 1px solid #e6e6e6;
}

.single-sidebar-header {
    background-color: #f2f2f2;
    padding: 15px 7px 15px 15px;
    color: #262626;
    font-size: 1px;
}
.single-sidebar-title {
    font-size: 16px;
}
.single-sidebar-body {
    padding: 0 2px;
}

.single-sidebar-item {
    float: left;
    margin: 20px 13px 0;
}

.single-sidebar-item img {
    display: block;
    width: 98px;
    height: 140px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}

.single-sidebar-more{
    display: block;
    width: 162px;
    height: 36px;
    line-height: 36px;
    margin: 40px auto 24px;
    background-color: #e5f2fa;
    border-radius: 4px;
    border: solid 1px #9fc2d7;
    color: #0080ca;
    text-align: center;
}
.catalog-header {
    background-color: #f2f2f2;
}

.catalog-tab {
    float: left;
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 3px;
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.catalog-tab-select {
    color: #22b17c;
    background-color: white;
    border-top: 3px solid #22b17c;
}

.catalog-title {
    text-align: center;
    margin: 38px 0;
}

.catalog-item {
    font-size: 16px;
    font-weight: bold;
    /* padding: 11px 0; */
    line-height: 40px;
    border-bottom: 1px solid #d9d9d9;
}

.catalog-item a {
    color: #000;
}

.catalog-subitem {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}
.catalog-subitem-title {
    float: left;
    max-width: 560px;
    margin-right: 20px;
    color: #1f80e4;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size:16px;
}
.article-status {
    float: left;
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding: 0 11px;
	background-color: #feecee;
	border-radius: 2px;
    border: solid 1px #f1455d;    
    font-family: 'SimSun';
	font-size: 12px;
    color: #e60e2c;
    text-align: center;
}
.catalog-subitem-author {
    float: right;
    color: #808080;
    font-size: 12px;
    max-width: 115px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.catalog-subitem-page {
    float: right;
    color: #808080;
}

.catalog-more,
.loadingMore {
    padding: 14px 0;
    text-align: center;
    margin-top: 4px;
    color: #1161e6;
    display: block;
    background-color: #e8f0f7;
    cursor: pointer;
}

.catalog-inputs {
    padding: 0 20px;
}

.catalog-inputs-left {
    float: left;
}

.catalog-inputs-right {
    float: right;
    position: relative;
}
.catalog-input {
    position: relative;
    width: 280px;
    height: 28px;
    line-height: 28px;
    margin-top: 9px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.catalog-input-year,
.catalog-input-month,
.catalog-input-type {
    width: 64px;
    height: 28px;
    font-size: 15px;
    color: #262626;
    border: 0;
    border-right: 1px solid #e6e6e6;
    font-size: 14px;
}

.catalog-input-search {
    padding: 0 10px;
    font-size: 16px;
    height: 28px;
    color: #262626;
    width: 189px;
    border: 0;
    font-size: 14px;
}

.catalog-input-search-btn {
    position: absolute;
    right: 4px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: url("../../images/bookstore/bookstore12.png") no-repeat;
}

.catalog-items {
    margin-top: 15px;
    padding: 0 20px;
}

.catalog-more img {
    position: relative;
    top: -2px;
}

.periodical-pages {
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    margin-bottom: 50px;
}

.periodical-pages a,
.periodical-pages span {
    color: #333333;
    margin-right: 12px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #D1D1D1;
}

.periodical-pages span {
    padding: 8px 11px;
}

.periodical-pages a:hover {
    color: #ffffff;
    background-color: #22b17c;
    border-color: #22b17c;
}

.periodical-pages span.current {
    background-color: #22b17c;
    border: 1px solid #22b17c;
    color: #fff;
    margin-right: 12px;
    padding: 8px 12px;
    font-size: 14px;
}

.periodical-pages span.disabled {
    color: #333333;
    margin-right: 12px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #D1D1D1;
}

.periodical-share {
    float: right;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-left: 18px;
    line-height: 46px;
    color: #262626;
    font-size: 14px;
    padding-left: 24px;
    background: url("../../images/bookstore/bookstore10.png") left center no-repeat;
}


.periodical-share-more {
    position: absolute;
    cursor: pointer;
    right: -113px;
    top: 0;
    display: none;
    padding: 8px;
    border: 1px solid #d9d9d9;
    background: #fff;
    display: none;
}

.periodical-share-more::after {
    content: ' ';
    position: absolute;
    left: -5px;
    top: 17px;
    border-right: 6px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.periodical-share-more::before {
    content: ' ';
    position: absolute;
    left: -6px;
    top: 17px;
    border-right: 6px solid #d9d9d9;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.periodical-share-more .periodical-share-item {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 2.5px;
    padding: 0;
    cursor: pointer;
}

.periodical-share-more .qzone {
    background: url('../../images/bookstore/bookstore14.png') left top no-repeat;
}

.periodical-share-more .weixin {
    background: url('../../images/bookstore/bookstore13.png') left top no-repeat;
}

.periodical-share-more .tsina {
    background: url('../../images/bookstore/bookstore15.png') left top no-repeat;
}


/* 停售期刊详情 */
/* 
.stopSellPeriodical {
    display: none;
} */

.stopSellPeriodical .periodical-detail-item {
    padding: 11px 0;
    border-bottom: 1px solid #e6e6e6;
}

.stopSellPeriodical .periodical-detail-item {
    float: none;
    width: 100%;
    line-height: 44px;
    padding: 0;
    overflow: hidden;
}

.stopSellPeriodical .periodical-detail-label,
.stopSellPeriodical .periodical-detail-content {
    width: auto;
}

.stopSellPeriodical .periodical-top {
    margin: 5px 0;
}

.layer-order-content {
    /* display: none; */
}

.layer-order .layui-layer-title {
    height: 35px;
    line-height: 35px;
    background: #f13e3a;
    padding-left: 17px;
    font-size: 14px;
    color: #fff;
}

.layer-order .layui-layer-btn a {
    margin-top: 0;
    padding: 0;
    width: 114px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border-color: #f13e3a;
    background-color: #f13e3a;
    color: #fff;
}

.single-content {
    margin-left: 17px;
    width: 925px;
    float: left;
}
.recommend {
    margin-bottom: 13px;
    margin-top: 25px;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #E1E3E6;
    font-size: 14px;
    color: #333;
  }
.recommend-header {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 26px;
    background: #f5f5f5;
}
.recommend-title {
    font-size: 16px;
}

.recommend-tab span {
    display: inline-block;
    width: 50px;
    line-height: 26px;
    margin: 7px 12px 0 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.recommend-tab span.active {
    background-color: #e64a3c;
    color: #fff;
}
  
.recommend-body {
    padding: 23px 18px;
}
.recommend-items {
    display: none;
    padding: 0 5px;
}
.recommend-items.active {
    display: block;
}
.recommend-item {
    float: left;
    width: 120px;
    margin: 0 13px;
    text-align: center;
}
.recommend-item img{
    width: 120px;
    height: 167px;
    border-radius: 4px;
    border:1px solid #e0e0e0;
}
.recommend-item .name {
    display: block;
    line-height: 1;
    margin: 10px 0 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recommend-item .date {
    margin-bottom: 16px;
    font-size: 12px;
    color: #666;
}
.recommend-micro-items {
    padding: 0;
    margin-left: -10px;
}
.recommend-micro-items .recommend-item {
    width: 288px;
    margin: 0;
    margin-left: 10px;
}
.recommend-micro-items .recommend-item img {
    width: 100%;
    height: 130px;
}
.recommend-micro-items .name {
    margin-bottom: 41px;
}
.recommend-more {   
    display: block;
    width: 162px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background-color: #e5f2fa;
    border-radius: 4px;
    border: solid 1px #9fc2d7;
    color: #0080ca;
    text-align: center;
}
.periodical-search {
    width: 1200px;
    height: 67px;
    padding-top: 25px;
    margin: 30px 0 10px;
    line-height: 38px;
    background-color: #f2f2f2;
}
.periodical-search-title {
    margin: 0 28px 0 225px;
    font-size: 16px;
}
.periodical-search-input {
    width: 648px;
    height: 38px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-right: 13px;
}
.periodical-input-type {
    width: 64px;
    height: 38px;
    border: 0;
    border-right: 1px solid #e6e6e6;
    font-size: 14px;
}

.periodical-input-search {
    padding: 0 10px;
    height: 38px;
    width: 490px;
    border: 0;
    font-size: 14px;
}

.periodical-input-btn {
    width: 74px;
    height: 38px;
    background-color: #22af4a;
    color: #fff;
    text-align: center;
}
.periodical-body .px {
    height: 45px;
    background: #F4F4F4;
    border-bottom: 1px solid #E5E5E5;
    border-top: 2px solid #22af4a;
}
.periodical-body .px .ti {
    float: left;
    color: #4D4D4D;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    width: 46px;
    padding-left: 10px;
}
.periodical-body .px a {
    float: left;
    padding: 0 18px;
    margin-top: 11px;
    line-height: 22px;
    color: #808080;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    margin-right: 9px;
}
.periodical-body .px a.cur {
    background-color: #22af4a;
    border-color: #22af4a;
    color: #ffffff;
}
.periodical-body .px span {
    margin-right: 30px;
    font-size: 12px;
    line-height: 45px;
    color: #808080;
  }
.periodical-body .px span i {
    color: #dd1b1b;
    padding: 0 5px;
}
.periodical-body .listWrap {
    margin-bottom: 20px;
}
.periodical-body .listWrap .item {
    padding: 0 30px 20px;
    border-bottom: 1px solid #E5E5E5;
}
.periodical-body .listWrap .item h2 {
    line-height: 57px;
    font-size: 16px;
    height: 57px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.periodical-body .listWrap .item h2 a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-weight: bold;
}
.periodical-body .listWrap .item h2 a .cRed {
    color: #e7452f;
}
.periodical-body .listWrap .item .article-status {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    padding: 0 11px;
    font-weight: normal;
    background-color: #feecee;
    border-radius: 2px;
    border: solid 1px #f1455d;
    font-family: 'SimSun';
    font-size: 12px;
    color: #e60e2c;
    text-align: center;
}
.periodical-body .listWrap .item p {
    color: #666666;
    font-size: 14px;
}
.periodical-body .listWrap .item .p1 {
    line-height: 14px;
    color: #159c77;
    margin-bottom: 10px;
}
.periodical-body .listWrap .item .p1 .publishName {
    color: #159c77;
}
.periodical-body .listWrap .item .p2 {
    line-height: 25px;
}
.periodical-body .listWrap .item .p2 .cRed {
    color: #e7452f;
}
.periodical-body .listWrap .item .p2 .readMore {
    color: #159c77;
}
.periodical-body .listWrap .item .tag {
    margin-top: 10px;
    height: 14px;
    font-size: 14px;
    color: #e7452f;
    height: 18px;
    overflow: hidden;
}
.periodical-body .listWrap .item .tag span {
    color: #e7452f;
    font-size: 14px;
    margin: 0 8px;
}
.periodical-body .listWrap .item .tag span span {
    margin: 0;
}
.periodical-body .listWrap .item .tag a {
    color: #e7452f;
}
.periodical-body .listWrap .item .pics {
    margin: 15px 0 20px;
    height: 120px;
    display: none;
}
.periodical-body .listWrap .item .pics a {
    margin-right: 12px;
    float: left;
    width: 187px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.periodical-body .listWrap .item .pics img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.periodical-body .rpage {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    }
.periodical-body .rpage a {
    background: #F4F4F4;
    border: 1px solid #D8D8D8;
    color: #666666;
    margin-right: 10px;
    padding: 10px 15px;
    text-decoration: none;
}
.periodical-body .rpage span {
    margin-right: 10px;
}
.periodical-body .rpage .spec_padding {
    padding: 10px 20px;
}
.periodical-body .rpage .current {
    background: #22af4a;
    color: #fff;
    margin-right: 10px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #22af4a;
}
.layer-tip {
    border: 3px solid #de3f3b;
    border-radius: 7px !important;
}
.layer-tip .layui-layer-title {
    height: 36px;
    line-height: 36px;
    padding-left: 17px;
    background-color: #de3f3b;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.layer-tip .layui-layer-content {
    height: 135px !important;
}
.layer-tip .layui-layer-setwin a {
    width: 12px;
    height: 11px;
    margin-right: -10px;
    margin-top: -3px;
    background: url(../../images/details/icon26.png) no-repeat;
}
.layer-tip  h4{
    padding: 20px 0;
    margin-bottom: 16px;
    line-height: 1;
    border-bottom: 1px dashed #ebebeb;
    font-size: 18px;
    color: #de3f3b;
    text-align: center;
}
.layer-tip  p {
    font-size: 14px;
    line-height: 26px;
    margin-left: 118px;
	color: #333333;
}
.layer-tip .layui-layer-btn a {
    width: 139px;
	height: 38px;
	line-height: 38px;
	background-color: #fb9d09;
	border-radius: 4px;
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
    font-size: 16px;
}



  .recommend-tab{
      color:#0066cc;
      cursor: pointer;
  }

  
  .booksuggest-item{
      border-bottom: 1px solid #e0e0e0;
      display: block;
      line-height: 50px;
      cursor: pointer;
      height: 50px;
      overflow: hidden;
  }
  .booksuggest-item:last-child{
      border-bottom: 0;
  }
  .booksuggest-item-decorate{
    color: rgb(112,182,3);
  }
  .booksuggest-item-name{
      color: rgb(3,129,202);
  }
  .recommend-body0{
      padding-top: 0;
      padding-bottom: 0;
  }
  .periodical-item-read{
    width: 70px;
    padding: 5px 0;
    color:#22af4a;
    text-align: center;
    border:1px solid #22af4a;
    margin: 0px auto 10px auto;
    border-radius: 7px;
    display: block;
    cursor: pointer;
  }
  .periodical-item-lines{
      padding: 0 10px;
  }
  .periodical-item-read{
      float: left;
  }
  .periodical-item-add{
      float: right;
  }
  .periodical-item-read:hover{
      background-color: #22af4a;
      color:white;
  }
  .periodical-item{
    position: relative;
  }
  .periodical-item-buy{
      position: absolute;
      right: 10px;
      bottom: 10px;
      cursor: pointer;
  }
  .yearolder{
      margin-bottom: 30px;
      padding: 20px 0px 10px 20px;
      border-top: 3px solid #22b17c;
      display: flex;
      align-items: center;
  }
  .yearolder-left{
      width: 660px;
      float: left;
      border-right: 1px solid #22b17c;
  }
  .yearolder-right{
      float: left;
      width: 244px;
     
  }
  .yearolder-left-line{
      margin-bottom: 10px;
  }
  .yearolder-left-text{
      float: left;
  }
  .yearolder-left-all{
      float: left;
      margin-left: 27px;
  }
  .yearolder-left-item{
      float: left;
      margin-right: 40px;
      margin-bottom: 10px;
  }
  .yearolder-right-label{
      text-align: center;
      margin-bottom: 10px;
      color: #333;
  }
  .yearolder-right-label span{
      font-weight: bold;
  }
  .yearolder-right-btn{
      width: 120px;
      line-height: 40px;
      color: white;
      text-align: center;
      border-radius: 5px;
      background-color: #22af4a;
      display: block;
      margin: 0 auto;
      margin-top:20px;
  }
  .recommend-title .change{
    float: right;
    margin-left: 16px;
    padding-right: 23px;
    color: #3692F9;
    background: url(../../images/literature//liicon32.png) no-repeat right center;
    font-size: 12px;
  }
  
.order-title-item1{
    float: left;
}
.order-title-item2{
    float: left;
    margin-left: 30px;
}

.blank {
    height: 450px;
    background: #fff url(../../images/bookstore/blank.png) no-repeat center 118px;
}
.periodical-btns a {
    float: left;
    height: 34px;
    width: 136px;
    display: block;
    text-align: center;
    border: 1px solid #de3f3b;
    line-height: 34px;
    margin-top: 16px;
    margin-right: 12px;
    background: white;
    color: #de3f3b;
    border-radius: 3px;
    font-size: 16px;
}
.yearolder-more {
    text-align: center;
}
.yearolder-more a {
    padding-right: 20px;
    /* background: url(../../images//bookstore/bookstore28.png) no-repeat right center; */
    font-size: 12px;
    color: #22b17c;
}
.yearolder-left-body {
    height: 88px;
    overflow: hidden;
}