@charset "utf-8";

.details {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    justify-items: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    box-sizing: border-box;
}

.details .pic {
    width: 350px;
    height: 350px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 5px;
    border: 1px solid #eee;
}

.details .pic img {
    /*width: 100%;
    height: auto;*/
}

.details .pic h2 {
    position: absolute;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
    left: 15%;
    line-height: 14px;
    color: #333;
    font-size: 12px;
}

.details .pic h2.title {
    font-weight: bold;
    top: 13%;
    width: 60%;
    left: 50%;
    margin-left: -30%;
}

.details .pic h2.author {
    top: 45%;
}

.details .pic h2.publisher {
    bottom: 13%;
}

.details .operation a {
    display: block;
    color: #787878;
    margin-top: 10px;
    font-size: 14px;
}

.details .operation a.un_sc,
.details .operation a:hover {
    color: #1A2894;
}

.details .operation a:before {
    content: "\e618";
    margin-right: 3px;
}

.details .message {
    flex: 1;
    box-sizing: border-box;
    padding: 5px 25px;
}

.details .message h2 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.details .message > div {
    margin-top: 10px;
    font-size: 12px;
}

.details .message > div span {
    color: #666;
}

.details .message > div a {
    color: #005aa0;
    display: inline-block;
    margin: 0 5px;
}

.details .message > div a:hover {
    color: #1A2894;
}

.details .message .info span {
    color: #888;
}

.details .message .see span {
    color: #1A2894;
    cursor: pointer;
    font-weight: bold;
}

.details .message .price-EBook > div {
    background: #eee;
    padding: 12px 30px;
    overflow: hidden;
    box-sizing: border-box;
    height: 60px;
    border-radius: 3px;
    text-align: center;
}

.details .message .price-EBook span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.details .message .price-EBook span:last-child {
    margin-bottom: 0;
}

.details .message .price-EBook span.money {
    font-weight: bold;
    color: #b91b1e;
}

.details .message .price-EBook span b {
    color: #31708f;
}

.details .message .price-EBook span a {
    color: #3c763d;
    text-decoration: underline;
}

.details .message .classification {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    justify-items: center;
}

.details .message .classification span {
    display: block;
    width: 60px;
}

.details .message .classification > div {
    flex: 1;
}

.details .message .classification > div p {
    margin-bottom: 10px;
}

.details .message .classification > div p:last-child {
    margin-bottom: 0;
}

.details .message .classification > div p em {
    font-style: normal;
    color: #666;
    font-size: 12px;
}

.details .message .add .addGroup {
    display: table;
    margin-top: 6px;
}

.details .message .add .addGroup span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    transition: all .3s;
}

.details .message .add .addGroup span:hover {
    background-color: #ddd;
}

.details .message .add .addGroup input {
    height: 28px;
    width: 90px;
    text-align: center;
    color: #333;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-right: -1px;
}

.details .message .add .addCar {
    padding: 12px 18px;
    background-color: #1A2894;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}

.details .message .add .addCar:hover {
    opacity: .85;
}

/* 图书详情出版信息和最近浏览 */
.del-msg {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    justify-items: center;
}

.del-msg .browse {
    width: 210px;
    border: 1px solid #ddd;
}

.del-msg .browse h2 {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.del-msg .browse .book {
    width: 160px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.del-msg .browse .book .item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.del-msg .browse .book .item:last-child {
    border-bottom: 0;
}

.del-msg .browse .book .item .pci {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px;
}

.del-msg .browse .book .item .pci h2 {
    position: absolute;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    white-space: nowrap;
    overflow: hidden;
    width: 60%;
    left: 20%;
    line-height: 14px;
    color: #333;
    font-size: 12px;
    background: none;
    border: 0;
}

.del-msg .browse .book .item .pci h2.title {
    font-weight: bold;
    top: 13%;
    padding: 0;
}

.del-msg .browse .book .item .pci h2.author {
    top: 45%;
}

.del-msg .browse .book .item .pci h2.publisher {
    bottom: 3%;
}


.del-msg .browse .book .item .pic img {
    /* width: 100%;
     height: auto;*/
}

.del-msg .browse .book .item h3 a {
    font-size: 12px;
    color: #666;
    display: block;
    margin: 5px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.del-msg .browse .book .item h3 a:hover {
    color: #1A2894;
}

.del-msg .msg {
    flex: 1px;
    margin-left: 15px;
}

.del-msg .msg ul {
    background-color: #eee;
    border-bottom: 1px solid #1A2894;
}

.del-msg .msg ul li {
    display: inline-block;
    padding: 14px 20px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    transition: all .3s;
}

.del-msg .msg ul li:hover {
    color: #1A2894;
}

.del-msg .msg ul li.on {
    background-color: #1A2894;
    color: #fff;
}

.del-msg .msg .box > div {
    display: none;
}

.del-msg .msg .list {
    margin-top: 15px;
    position: relative;
}

.del-msg .msg .list h4 {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #1A2894;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px 0 0 0;
}

.del-msg .msg .list h4::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34px 34px 0px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #1A2894;
    border-left-color: transparent;
    position: absolute;
    right: -34px;
    top: 0;
}

.del-msg .msg .list i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1A2894;
    position: absolute;
    top: 32px;
    left: 0;
}

.del-msg .msg .list .con {
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #444;
    line-height: 2;
}

.del-msg .msg .list .con p {
    text-indent: 2em;
    line-height: 20px;
}

.del-msg .msg .list .con p span {
    font-family: "Microsoft YaHei", "Helvetica Neue", serif, sans-serif, Helvetica, Arial !important;
}

.del-msg .msg .list .con ol li {
    list-style-type: square;
    line-height: 20px;
    margin-left: 16px;
}

.del-msg .msg .publication table,
.del-msg .msg .publication {
    width: 100%;
    margin-top: 15px;
}

.del-msg .msg .publication table tr th,
.del-msg .msg .publication table tr td {
    text-align: left;
    padding: 0 15px;
    font-size: 12px;
    color: #666;
}

.del-msg .msg .publication table tr th {
    font-weight: bold;
}

.hideBoxCon {
    width: 450px;
    height: auto;
    top: 50px;
    margin-left: -225px;
    padding: 0;
}

/*.no-set .hideBoxCon {
    height: 200px;
    margin-top: -100px;
}*/

.hideBoxCon h2 {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
}

.hideBoxCon .close {
    font-size: 14px;
    position: absolute;
    top: 12px;
    right: 20px;
    color: #1A2894;
    transition: all .3s;
    cursor: pointer;
}

.hideBoxCon .close:hover {
    transform: rotate(90deg);
}

.hideBoxCon .con {
    padding: 15px;
    box-sizing: border-box;
}

.no-set .con {
    max-height: 598px;
    overflow: auto;
}

.no-set .con .library-setting {
    padding: 0 5px 5px;
    box-sizing: border-box;
}

.no-set .con .library-setting b {
    margin-left: 5px;
    vertical-align: middle;
}

.no-set .con .no-class-message {
    height: 50px;
    text-align: center;
    padding-top: 28px;
}

.no-set .con a {
    margin-left: 5px;
}

.no-set .con a:hover {
    text-decoration: underline;
}

.hideBoxCon .sub {
    text-align: right;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}

.hideBoxCon .sub button {
    padding: 5px 20px;
}