.art-tit {
    margin-top: 40px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}
.prod-list-tab {
    table-layout: fixed;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    border: 1px solid #dedede;
    border-collapse: collapse;
}
.prod-list-tab caption {
    position: relative;
}
.prod-list-tab h2 {
    margin-bottom: 5px;
    border-left: 2px solid #c00;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-indent: 5px;
}
.prod-list-tab .quick-buy {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    font-size: 14px;
    background-color: #c00;
    border-radius: 2px 2px 0 0;
    color: #fff;
}
.prod-list-tab .pdf {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/icon_pdf.png') center center no-repeat;
}
.prod-list-tab .cc {
    color: #309dd3;
}
.prod-list-tab .buy {
    display: inline-block;
    padding: 5px 12px;
    background-color: #c00;
    /* border: 1px solid #e1e1e1; */
    color: #fff;
    border-radius: 2px 2px 0 0;
}
/* .prod-list-tab .buy:hover {
    color: #c00;
} */
.prod-list-tab th {
    background-color: #f0f0f0;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
.prod-list-tab td {
    padding: 10px 5px;
    border: 1px solid #dedede;
    word-break: break-word;
}
.prod-list-tab .pimg {
    position: relative;
}
.prod-list-tab .pimg:hover .l {
    display: inline;
}
.prod-list-tab .s {
    max-width: 60px;
    max-height: 60px;
}
.prod-list-tab .l {
    position: absolute;
    z-index: 1;
    left: 100px;
    top: -95px;
    display: none;
    height: 250px;
}
.prod-list-tab .price-list {
    display: none;
    position: absolute;
    bottom: 50%;
    left: -100%;
    margin-bottom: -20px;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #e1e1e1;
    line-height: 18px;
    background-color: #fff;
}
.prod-list-tab .g-posi-r:hover .price-list {
    display: inline;
}

.buy-num-pop {
    width: 350px;
}
.ui-dialog-grid {
    width: 100%;
}
.buy-num-pop .num-area {
    position: relative;
    margin: 10px auto 0;
    height: 45px;
    width: 270px;
    background-color: #e0dfe0;
}
.buy-num-pop .num-area input {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 14px 0;
    height: 15px;
    width: 252px;
    border: none;
    background-color: #fff;
    line-height: 15px;
    text-indent: 10px;
}
.buy-num-pop .num-area .hold {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 45px;
    background: url('../images/icon_add.png') no-repeat;
}
.buy-num-pop .num-area button {
    border: none;
    position: absolute;
    width: 18px;
    height: 22px;
    background-color: transparent;
}
.buy-num-pop .num-area .down {
    top: 24px;
}
.buy-num-pop .btn-area {
    margin: 30px auto 10px;
    text-align: center;
}
.buy-num-pop .btn-area a {
    display: inline-block;
    width: 130px;
    background-color: #c00;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}
.buy-num-pop .btn-area .cancel {
    margin-right: 30px;
    background-color: #e1e1e1;
    color: #333;
}

.art-aside-dir {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 120px 0 0 -660px;
    width: 90px;
    border-radius: 3px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.art-aside-dir li {
    position: relative;
    width: 36px;
    padding: 5px 8px;
    margin-top: -1px;
    border-top: 1px solid #e0dfe0;
    border-bottom: 1px solid #e0dfe0;
    background-color: #eee;
    cursor: pointer;
}
.art-aside-dir li:hover {
    color: #c00;
}
.art-aside-dir .on:hover {
    color: #fff;
}
.art-aside-dir .on {
    background-color: #c00;
    color: #fff;
}
.art-aside-dir li .iconfont {
    display: none;
    position: absolute;
    right: -14px;
    font-size: 22px;
    color: #c00;
}
.art-aside-dir .on .iconfont {
    display: inline;
}