/* 详情页样式 产品和新闻 */

.wineInfoBox {
    width: 100%;
    padding: 20px;
    border-color: rgb(229, 229, 229);
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    margin-bottom: 20px;
}

.wineInfoBox h1 {
    color: #ad0036;
    text-align: center;
}

.timeTxt {
    color: #aaaaaa;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.introduceTxt {
    display: block;
    width: 100%;
    padding: 5px;
    color: #868686;
    border: #E5E5E5 1px solid;
    background-color: #F5F5F5;
    line-height: 24px;
    margin-top: 5px;
}

.swiperBox {
    width: 100%;
    padding: 50px 0;
}

.swiperBox img {
    max-width: 100%;
}

.showImg {
    position: relative;
    width: 220px;
    margin: 0 auto;
    font-size: 0;
}

.maskImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
    -moz-opacity: 0.5;
    opacity: 0.5;
    border: 1px solid #333;
    display: none;
}

.displayImg {
    position: absolute;
    top: 0;
    left: 230px;
    width: 240px;
    display: none;
}

.showImg:hover .displayImg,
.showImg:hover .maskImg {
    display: block;
}

.magnifier_box {
    width: 260px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.magnifier_box .swiper-container {
    width: 100%;
    height: 100%;
}

.magnifier_box .swiper-container .swiper-slide {
    border: 1px solid #9c9c9c;
    font-size: 0;
}

.magnifier_box .swiper-button-prev {
    position: absolute;
    top: 40%;
    left: -30px;
    height: 60px;
    background-image: url(../images/an1L.png) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.magnifier_box .swiper-button-next {
    position: absolute;
    top: 40%;
    right: -30px;
    height: 60px;
    background-image: url(../images/an1R.png) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.detailsBox {
    color: #5a5a5a;
    background-color: #FFFFF0;
    font-size: 14px;
    line-height: 25px;
}

.pageBox {
    margin-top: 20px;
    line-height: 25px;
    color: #5a5a5a;
    font-size: 14px;
}

.pageBox a {
    color: #ad0036;
    font-weight: bold;
}