.product{
    padding: 20px 20px 30px;border: 1px solid #F0F0F0;
}

.product .base-info
{
    overflow: hidden;
}
.product .base-info .left
{
    width: auto;
}
.product .base-info .left{
    float: left;width: 390px;height: 380px;position: relative;
}

.product .base-info .left .swiper-slide img
{
    max-width: 490px;height: auto;
}

.swiper-pagination-pd {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 999;
}
.swiper-pagination-pd .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin:0 5px;
    background:white;
    opacity: 1;
}

.swiper-pagination-pd .swiper-pagination-bullet-active
{
    background:red;
}

.product .base-info .right
{
    float: right;width: 440px;
}

.product .base-info .right h1
{
    font-size: 24px;font-weight: bold;line-height: 21px;color: #262626;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: 1px solid #CCCCCC;margin: 0;padding: 23px 0 22px;
}

.product .base-info .right p{
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    opacity: 1;
    margin: 10px 0;
}


.product .base-info .right div{
    /*overflow: hidden;*/
}

.product .base-info .right div a
{
    display: inline-block;width: 160px; height: 40px; line-height: 40px;border: 1px solid #004DA5; color: #004DA5;font-size: 16px;text-decoration: none;text-align: center;position: relative;

}
.product .base-info .right div a img{
    display: block;
    width: 100%;
    height:0px;
    transition-duration: .3s;
    position: absolute;
    left: 0;
    top: -170px;
}
.product .base-info .right div a:hover img{
    height: 160px;
}

.product .base-info .right div a:hover{
    background-color: #004DA5;border: none;color: white;
}

.product .base-info .right div .book
{
    float:right;

}

.product .c-header p
{
    font-size: 20px;font-weight: bold;line-height: 34px;color: #262626;opacity: 1;margin: 0;padding: 10px 0 15px;
    border-bottom: 1px solid #CCCCCC;
}

.product .c-header .indicator
{
    width: 80px;height: 4px;background-color: #004DA5;margin-top: -4px;
}

.product .content
{
    padding: 20px 0 0;
}

.product .content img
{
    max-width: 100%;height: auto;
}
.related-products
{
    background-color: #F7F7F7;
}
.related-products .common-width1 >p{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    opacity: 1;
    border-bottom: 1px solid #CCCCCC;
    padding: 60px 0 30px;
    text-align: center;
}


.p-list
{
    text-align: justify;padding-top: 40px;padding-bottom: 80px;
}

.p-list .p-item{
    display: inline-block;cursor: pointer;
}

.p-list .p-item:hover{
    box-shadow: 0 0 10px 1px #cdcdcd;
}
.p-list .p-item .cover
{
    display: inline-block;width: 290px;height: 190px;background-color: rgba(0,0,0,0.6);position:absolute;left: 0;top:0;z-index: 444;
}


.p-list .p-item .cover .box{
    width: 260px;height: 160px;border: 1px solid #CCCCCC;margin: 15px 0 0 15px;
}

.p-list .p-fill{
    display: inline-block;width: 290px;height: 0;
}

.p-list .p-item .i-img
{
    display: inline-block;width: 290px;height: 190px;line-height: 190px;text-align: center;font-size: 0;position: relative;
}

.p-list .p-item .i-img:hover img
{
    transition: 300ms;
    -webkit-transition: 300ms;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.p-list .p-item .i-img img{
    max-width: 290px;max-height: 190px;
}


.p-list .p-item .info
{
    overflow: hidden;width: 290px;height: 50px;line-height: 50px;background: white;color: #262626;margin-top: -10px;text-align: center;text-decoration: none;
}

.h-info{
    background-color: #004DA5 !important;color: white !important;
}

.p-list .p-fill
{
    width: 290px; height: 0;margin: 0;display: inline-block;
}




