
.story-page .story-section03 {
    padding-top: 50px;
    margin-bottom: 50px;
}

.story-page .story-section03 .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
    margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
    border-radius: 50%;
    overflow: hidden;
}

.story-page .story-section03 .share-list {
    text-align: center;
}

.story-page .story-section03 .share-list li {
    margin-bottom: .5rem;
}

.story-page .story-section03 .share-list li a {
    display: block;
    font-size: initial;
    line-height: 0;
}

.story-page .story-section03 .share-list li a i {
    font-size: 32px;
    color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
    color: #000;
}


/* 商品輪播放影片*/
.img-wrap .img-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-top_text_slick {
    padding: 5px 0;
}

.header-top_text_slick a {
    display: block;
    color: #ddd;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.header-top_text_slick a:hover {
    color: #fff;
}

.white-arrow2 .slick-next {
    right: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) -9.5px no-repeat;
    background-size: 85%;
    opacity: .5;
}

.white-arrow2 .slick-next:focus,
.white-arrow2 .slick-next:hover {
    right: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) -9.5px no-repeat;
    background-size: 85%;
    opacity: 1;
}

.white-arrow2 .slick-prev {
    left: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) 9.5px no-repeat;
    background-size: 85%;
    opacity: .5;
}

.white-arrow2 .slick-prev:focus,
.white-arrow2 .slick-prev:hover {
    left: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) 9.5px no-repeat;
    background-size: 85%;
    opacity: 1;
}