body {
    background-color: #F8FAFC;
}

.loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 16px;
    color: #555
}

.loading i {
    margin-right: 4px
}

.main-wrap {
    margin-top: 60px !important;
    margin-bottom: 100px !important;
    -webkit-transition: all .15s;
    transition: all .15s;
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    height: 100vh;
    padding-top: 1px
}

.main-wrap.show {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto
}

.main-wrap section {
    background-color: #fff;
    padding: 32px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
}

.main-wrap section:last-child {
    border-bottom: none
}

.main-wrap section.summary-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-wrap section.summary-wrap .img-wrap {
    width: 328px;
    height: 500px;
    background: #fff
}

.main-wrap section.summary-wrap .img-wrap .el-image {
    height: 100%;
    width: 100%
}

.main-wrap section.summary-wrap .img-wrap .el-image .el-image__error {
    font-size: 16px
}

.main-wrap section.summary-wrap .img-wrap img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

.main-wrap section.summary-wrap .info-wrap {
    width: calc(100% - 328px);
    padding-left: 24px;
}

.try-url-button{
    background-color: #2563EB;
    border-color: #2563EB;
    margin-left: 12px;
}

.main-wrap section.summary-wrap .info-wrap .electronicResource {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    line-height: 24px;
    margin-left: 20px;
    padding: 0 12px;
    border-radius: 100px;
    border: 1px solid #0094ec;
    color: #0094ec;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    font-size: 14px
}

.main-wrap section.summary-wrap .info-wrap .electronicResource:hover {
    color: #fff;
    background-color: #0094ec
}

.main-wrap section.summary-wrap .info-wrap .electronicResource i {
    margin-right: 3px
}

.main-wrap section.summary-wrap .info-wrap .title {
    margin-top: 15px;
    margin-bottom: 10px
}

.main-wrap section.summary-wrap .info-wrap .title h3 {
    margin: 0;
    font-size: 30px;
    color: #333;
    line-height: 36px;
}

.main-wrap section.summary-wrap .info-wrap .title .isDigitalBook {
    margin-left: 20px;
    color: #0094ec;
    border: 1px solid #0094ec;
    height: 30px;
    line-height: 28px;
    padding: 0 13px;
    background: none;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    font-size: 14px
}

.main-wrap section.summary-wrap .info-wrap .info {
    display: flex;
    flex-direction: column;
    /*padding: 20px 0;*/
    /*border-bottom: 1px dashed #eee*/
}

.main-wrap section.summary-wrap .info-wrap .info p {
    display: inline-block;
    width: 50%;
    margin: 12px 0;
    font-size: 16px;
    color: #4B5563;
}

/*.main-wrap section.summary-wrap .info-wrap .info p:nth-child(2n-1) {*/
/*    padding-right: 20px*/
/*}*/

/*.main-wrap section.summary-wrap .info-wrap .info p:nth-child(2n) {*/
/*    padding-left: 20px*/
/*}*/

.main-wrap section.summary-wrap .info-wrap .price {
    font-size: 18px;
    /*color: #ec452f*/
    color: #2563EB;
    font-weight: bold;
}

.main-wrap section.summary-wrap .info-wrap .price span {
    font-size: 26px;
    margin-left: 4px
}

.main-wrap section.summary-wrap .info-wrap .award-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #4B5563;
    margin-bottom: 20px
}

.main-wrap section.summary-wrap .info-wrap .award-wrap .l {
    white-space: nowrap;
    margin-right: 8px;
    line-height: 38px;
}

.main-wrap section.summary-wrap .info-wrap .award-wrap .r {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.main-wrap section.summary-wrap .info-wrap .award-wrap .r .item {
    white-space: nowrap;
    margin: 0 8px 15px;
    padding: 4px 15px;
    border-radius: 100px;
    box-sizing: border-box;
    line-height: 20px;
    -webkit-transition: all .15s;
    transition: all .15s;
    background-color: rgba(100, 116, 139, 0.1);
    color: #64748B;
    font-size: 14px;
}

.main-wrap section.summary-wrap .info-wrap .award-wrap .r .item:hover {
    color: #2563EB;
    background-color: rgba(37, 99, 235, 0.1);
}

.main-wrap section.summary-wrap .info-wrap .award-wrap .remark {
    margin-left: 8px;
    line-height: 38px;
    font-size: 14px;
    color: #888;
}


.main-wrap section.summary-wrap .info-wrap .award-level {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #4B5563;
    /*margin-top: 30px; */
    margin-bottom: 20px
}

.main-wrap section.summary-wrap .info-wrap .award-level .l {
    white-space: nowrap;
    margin-right: 8px;
    line-height: 38px;
    /*margin-bottom: 15px*/
}

.main-wrap section.summary-wrap .info-wrap .award-level .r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.main-wrap section.summary-wrap .info-wrap .award-level .r .item {
    white-space: nowrap;
    margin: 0 8px;
    padding: 4px 15px;
    border-radius: 100px;
    /*border: 1px solid #0094ec;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    background-color: rgba(100, 116, 139, 0.1);
    color: #64748B;
}

.main-wrap section.summary-wrap .info-wrap .award-level .r .item:hover {
    color: #2563EB;
    background-color: rgba(37, 99, 235, 0.1);
}

.main-wrap section.summary-wrap .info-wrap .award-level .remark {
    margin-left: 8px;
    line-height: 38px;
    font-size: 14px;
    color: #888;
}


.main-wrap section.summary-wrap .info-wrap .evaluate-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.evaluate-item{
    display: flex;
    color: #6B7280;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.evaluate-item-icon {
    margin-right: 8px;
}

.share-val::after {
    content: "+1";
    position: absolute;
    left: calc(100% + 2px);
    bottom: 0;
    opacity: 0;
    color: #0094ec;
    font-size: 12px
}

.share-val.add::after {
    -webkit-animation: up .8s;
    animation: up .8s
}

.recommend-val::after {
    content: "+1";
    position: absolute;
    left: calc(100% + 2px);
    bottom: 0;
    opacity: 0;
    color: #0094ec;
    font-size: 12px
}

.recommend-val.add::after {
    -webkit-animation: up .8s;
    animation: up .8s
}

@-webkit-keyframes up {
    0% {
        opacity: 1
    }
    100% {
        bottom: 100%
    }
}

@keyframes up {
    0% {
        opacity: 1
    }
    100% {
        bottom: 100%
    }
}

.main-wrap section.summary-wrap .info-wrap .evaluate-wrap .item .btn {
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main-wrap section.summary-wrap .info-wrap .evaluate-wrap .item .btn:hover {
    color: #0094ec
}

.main-wrap section.summary-wrap .info-wrap .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.main-wrap section.summary-wrap .info-wrap .btn-wrap button {
    height: 30px;
    line-height: 28px;
    padding: 0 13px;
    background: none;
    border: 1px solid #0094ec;
    border-radius: 5px;
    margin-right: 10px;
    color: #0094ec;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    font-size: 14px
}

/*.main-wrap section.summary-wrap .info-wrap .btn-wrap button:hover {*/
/*    background-color: #0094ec;*/
/*    color: #fff*/
/*}*/

/*.main-wrap section.summary-wrap .info-wrap .btn-wrap button.collect {*/
/*    width: 30px;*/
/*    padding: 0;*/
/*    font-size: 16px*/
/*}*/

.tag-wrap{
    height: 58px;
    padding: 0 32px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.tag-wrap-item{
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 0 8px;
    box-sizing: border-box;
    margin-right: 55px;
}
.tag-wrap-item:hover{
    border-bottom: 2px solid #2563EB;
    color: #2563EB;
}
.tag-item-active{
    border-bottom: 2px solid #2563EB;
    color: #2563EB;
}

.main-wrap section.detail-wrap .part .title-wrap {
    display: flex;
    align-items: center;
}

.main-wrap section.detail-wrap .part .info-img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.main-wrap section.detail-wrap .part .title-wrap .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: normal;
    color: #000000;
}

.main-wrap section.detail-wrap .part.base-info ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-wrap section.detail-wrap .part.base-info ul li {
    list-style: none;
    width: 33.3%;
    font-size: 16px;
    line-height: 36px;
    color: #333
}

.main-wrap section.detail-wrap .part.base-info ul li:nth-child(3n-1) {
    padding-right: 20px
}

.main-wrap section.detail-wrap .part.base-info ul li:nth-child(3n) {
    padding-left: 20px
}

.main-wrap section.detail-wrap .part.content-summary p, .main-wrap section.detail-wrap .part.book-catalog p {
    white-space: pre-wrap;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin: 0;
    width: calc(100% - 100px);
}

.info-box-text{
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #4B5563;
    white-space: pre-line;
}

.overflow-text-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-text-3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.overflow-text-5 {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-wrap section.recommendation .title {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 25px
}

.main-wrap section.recommendation .swiper-wrap {
    border-top: 1px solid #eee;
    position: relative
}

.main-wrap section.recommendation .swiper-wrap .swiper {
    position: relative;
    width: calc(100% - 140px);
    overflow: hidden;
    margin: 0 auto;
    padding-top: 40px
}

.main-wrap section.recommendation .swiper-wrap .swiper .swiper-slide .cover {
    width: 130px;
    height: 164px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.main-wrap section.recommendation .swiper-wrap .swiper .swiper-slide .cover:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.main-wrap section.recommendation .swiper-wrap .swiper .swiper-slide .name {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 22px;
    margin-bottom: 8px;
    cursor: pointer
}

.main-wrap section.recommendation .swiper-wrap .swiper .swiper-slide .author {
    font-size: 14px;
    color: #666;
    margin: 0;
    margin-bottom: 5px
}

.main-wrap section.recommendation .swiper-wrap .swiper .swiper-slide .price {
    font-size: 14px;
    color: #ec452f;
    margin: 0
}

.main-wrap section.recommendation .swiper-wrap .control-wrap {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-wrap section.recommendation .swiper-wrap .control-wrap .swiper-button-prev, .main-wrap section.recommendation .swiper-wrap .control-wrap .swiper-button-next {
    --swiper-navigation-color: #0094ec;
    --swiper-navigation-size: 35px;
    outline: none !important;
    -webkit-transition: all .15s;
    transition: all .15s
}

.main-wrap section.recommendation .swiper-wrap .control-wrap .swiper-button-prev:hover, .main-wrap section.recommendation .swiper-wrap .control-wrap .swiper-button-next:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.award-source-list-item {
    line-height: 1.7
}

.award-source-list-item a {
    color: #0094ec !important
}

.schools-list {
    max-height: 400px;
    overflow: auto;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0
}

.schools-list p {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: 0
}

.schools-list p:last-child {
    border: 0
}

.tooltip-item {
    position: relative
}

.tooltip-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: calc(100% - 6px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #d0d0d0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .15s;
    transition: all .15s;
    opacity: 0;
    pointer-events: none
}

.tooltip-item:after {
    content: attr(data-tips);
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    max-width: 200px;
    word-wrap: break-word;
    background-color: #d0d0d0;
    color: #2e90f2;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .15s;
    transition: all .15s;
    opacity: 0;
    pointer-events: none
}

.tooltip-item:hover:before {
    opacity: 1;
    bottom: calc(100% + 4px)
}

.tooltip-item:hover:after {
    bottom: calc(100% + 10px);
    opacity: 1
}

.resource-summary{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    font-family: 'Microsoft YaHei', sans-serif;

}
.resource-statistics{
    width: 49%;
    box-sizing: border-box;
}
.statistics-box{
    padding: 8px 0;
    border-radius: 12px;
    background: #F9FAFB;
    text-align: center;
}
.statistics-number-text{
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #2563EB;
    margin-bottom: 0;
}
.tatistics-string-text{
    color: #4B5563;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.resource-distribution{
    width: 49%;
    box-sizing: border-box;
}

.resource-detailed{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.resource-detailed-item{
    display: flex;
    align-items: center;
    width: 272px;
    height: 78px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #E5E7EB;
    margin-bottom: 16px;
}
.resource-detailed-item:hover{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.item-name{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: normal;
    color: #000000;
    /*margin-bottom: 8px;*/
}
.item-num{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #4B5563;
}
.open-btn{
    display: flex;
    align-items: center;
    cursor: pointer;
}

/*# sourceMappingURL=book-detail.min.css.map */
