.detail{  width:1366px; margin:80px auto 30px; min-height: calc(100vh - 146px);}

.detail .main {    
    float:left;
    width:1056px;
}
.detail .main .base-info,
.detail .main .other-books,
.detail .main .download-tips {
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    padding:30px;
    margin-bottom: 15px;
}
.detail .cover {
    float:right;
    width:200px;
    margin-left:20px;
    margin-bottom: 20px;
    border:2px dashed #add;
    padding:3px;
    background:#fff;
}
.detail .cover img {
    width:100%;
}
.detail .main .attrs .name{
    font-size:18px;
    font-weight: bold;
}
.detail .main .attrs .name .region {
    font-size:14px;
    color:#999;
    font-weight: normal;
    font-style: italic;
}
.detail .main .content {
    padding:10px 0;
    line-height: 28px;
    font-size:14px;
}
.detail .main .content p {
    padding:5px 0;
}
.detail .main .tags {
    padding:10px 0;
}
.detail .main .tags a {
    color:#0382c4;
    margin-right: 10px;
}
.detail .main .ant-tag {
    margin: 0px 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0px;
    color: #1677ff;
    line-height: 20px;
    list-style: none;
    display: inline-block;
    height: auto;
    margin-inline-end: 8px;
    padding-inline: 7px;
    text-wrap: nowrap;
    background: #e6f4ff;
    border: 1px solid #91caff;
    border-radius: 3px;
    opacity: 1;
    transition: 0.2s;
}
.detail .main .catelog {
    padding:10px 0;
    margin-bottom: 20px;
    font-size:16px;
}
.detail .main .catelog a {
    color:#0382c4;
    margin-right: 10px;
    font-weight: bold;
}
.detail .main .years .h2{
    font-size:14px;
    font-weight: bold;
    margin-bottom:10px;
    border-bottom: #d6f1ef solid 1px;
    line-height: 24px;
    height:24px;
}
.detail .main .years .h2 .name {
    background:#0382c4;
    color:#fff;
    display: block;
    float: left;
    height:24px;
    padding:0 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.detail .main .years .h2 .tip {
    font-size:14px;
    font-weight:normal;
    color:#0382c4;
}
.detail .main .years .item {
    display: inline-block;
    margin:0 10px 10px 0;
    background:#f0f3f6;
    padding:5px 15px;
    
}
.detail .main .years table {
    width:100%;
    border-collapse: collapse;
}
.detail .main .years table td,.detail .main .years table th {
    border:1px solid #f0f3f6;
    text-align: left;
    padding:8px 15px;
}
.detail .main .years table th {
    font-weight: bold;
}
.detail .main .years table td a {
    color:#0382c4;
}
.detail .main .years table .center {
    text-align: center;
}
.detail .main .years table tr:hover {
    background:rgba(0, 148, 133,.08)
}
.detail .main .other-books .years .item {
    background:none;
}
.detail .main .years .item a {
    color:#0382c4;
}
.detail .main .get-way {
    margin-top:20px;
    color:#0382c4;
    margin-top:20px;
}
.detail .main .get-way .h2 {
    font-size:18px;
    font-weight: bold;
    margin-bottom:10px;
}
.detail .main .get-way .cont {
    font-size: 15px;
    height:32px;
    line-height: 32px;
}
.detail .main .get-way .cont a {
    display: inline-block;
    background:#0382c4;
    color:#fff;
    padding:0 16px;
    border-radius: 3px;
}
.detail .main .download-tips ol>li {
    line-height: 24px;
    list-style:decimal;
    margin-left:10px;
}
.detail .main .download-tips li li {
    margin-left:14px;
    list-style-type:lower-latin;
}
.detail .main .download-tips li a {
    color:#0382c4;
    font-weight: bold;
    padding:0 3px;
}
.detail .side {
    float:right;
    width:295px;
    height:auto;
    position: relative;
}
.detail .side .side-con {    
    padding:30px 20px 40px;
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    margin-bottom:15px;
}
.detail .side .side-con.pic {
    padding:20px;
}
.detail .side .side-con img {
    width:100%;
}
.detail .side .h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail .side .item {
    line-height: 32px;
    font-size: 15px;
}
.detail .side .item a {
    color:#0382c4;
}
.detail .clear {
    clear: both;
}

.buy-attachment {
    width:1366px; margin:80px auto 30px; min-height: calc(100vh - 146px);
}
.buy-attachment .content {
    width:1052px;
    float:left;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    background-color: #fff;
}
.buy-attachment .attachment {
    padding:20px;
    font-size: 15px;
    line-height: 32px;
    padding:50px 50px;
    width:952px;
}
.buy-attachment .attachment .cover {
    float:right;
    width:180px;
    border: 1px solid #ddd;
    padding:3px;
}
.buy-attachment .attachment .cover img {
    width:100%;
}
.buy-attachment .attachment .h2{
    width:952px;
    font-size:14px;
    font-weight: bold;
    margin-bottom:10px;
    border-bottom: #d6f1ef solid 1px;
    line-height: 24px;
    height:24px;
}
.buy-attachment .attachment .h2 .name {
    background:#0382c4;
    color:#fff;
    display: block;
    float: left;
    height:24px;
    padding:0 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.buy-attachment .attachment .tips {
    color:#f00;
    font-size: 12px;
}
.buy-attachment .attachment .subject-name {
    font-size:15px;
    font-weight: bold;
    padding:5px 0;
}
.buy-attachment .attachment a {
    color:#0382c4;
}
.buy-attachment .attachment .subject-name .region {
    color:#999;
    font-weight:normal;
    font-style: italic;
    font-size:12px;
}
.buy-attachment .attachment .attachment-name {
    font-size:15px;
    font-weight: bold;
    padding:5px 0;
}
.buy-attachment .attachment .ctrls {
    margin-top:10px;
}
.buy-attachment .attachment .ctrls .blue {
    color:#0382c4;
}
.buy-attachment .attachment .ctrls #goBuy{
    border:1px solid #0382c4;
    padding:5px 10px;
    border-radius: 3px;
    background:#0382c4;
    color:#fff;
    font-size:12px;
    margin-left:10px;
}
.buy-attachment .attachment .ctrls .cz {
    color:#0382c4;
    margin-left:10px;
}

.buy-attachment .directory {
    width:600px;
    min-height: 282px;
    background:#fff;
    padding: 50px 0;
    line-height: 24px;
    font-size:14px;
    float:right;
    margin-right:50px;
}
.buy-attachment .directory .h2{
    font-size:14px;
    font-weight: bold;
    margin-bottom:10px;
    border-bottom: #d6f1ef solid 1px;
    line-height: 24px;
    height:24px;
}
.buy-attachment .directory .h2 .name {
    background:#0382c4;
    color:#fff;
    display: block;
    float: left;
    height:24px;
    padding:0 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.clear {
    clear: both;
}

.buy-attachment .others {
    background:#fff;
    padding: 50px 0;
    line-height: 24px;
    font-size:14px;
    margin-left:50px;
}
.buy-attachment .others .h2{
    font-size:14px;
    font-weight: bold;
    margin-bottom:10px;
    border-bottom: #d6f1ef solid 1px;
    line-height: 24px;
    height:24px;
    width:952px;
}
.buy-attachment .others .h2 .name {
    background:#0382c4;
    color:#fff;
    display: block;
    float: left;
    height:24px;
    padding:0 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.buy-attachment .others .item {
    line-height: 40px;
    display: inline-block;
    width:390px;
    background:#f6f6f6;
    padding-left:20px;
    margin-right:8px;
    margin-top:8px;
}


.buy-attachment .side {
    float:right;
    width:295px;
    height:auto;
    position: relative;
}
.buy-attachment .side .side-con {    
    padding:30px 20px 40px;
    background: #fff;
    border-radius:4px; -webkit-box-shadow: 0 2px 6px rgba(26,26,26,.08); box-shadow: 0 2px 6px rgba(26,26,26,.08);
    margin-bottom:15px;
}
.buy-attachment .side .side-con.pic {
    padding:20px;
}
.buy-attachment .side .side-con img {
    width:100%;
}
.buy-attachment .side .h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.buy-attachment .side .item {
    line-height: 32px;
    font-size: 15px;
}
.buy-attachment .side .item a {
    color:#0382c4;
}

.buy-attachment .clear {
    clear:both;
}

.mobile-cover {
    display: none;
}

@media screen and (max-width:768px) {
    .mobile-cover {
        display: block;
        float: right;
        border:1px solid #ddd;
        padding:4px;     
    }
    .mobile-cover img {
        width:180px;
    }
    .side {
        display: none;
    }
    .detail {
        width:100%;
    }
    .detail .main {
        float:none;
        width:100%;
    }

    .buy-attachment {
        width:100%;
    }
    .buy-attachment .content {
        width:100%;
    }
    
    
    .buy-attachment .attachment {
        width:100%;
        padding:20px;
        box-sizing: border-box;
    }
    .buy-attachment .attachment .h2 {
        width:100%;
    }
    .buy-attachment .attachment .cover {
        float:none;
        width:80%;
        margin:0 auto;
    }
    .buy-attachment .others {
        width:100%;
        padding:20px;
        box-sizing: border-box;
        margin-left:0;
    }
    .buy-attachment .others .h2 {
        width:100%;
    }
    .buy-attachment .others .item {
        width:100%;
        box-sizing: border-box;
    }
}