.wl-slider {
    position: relative;
    background: #fff;
}

.wl-slider > img {
    display: none;
}

.wl-slider .slider-top {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.wl-slider .slider-top img {
    height: 100%;
}

.wl-slider .slider-bottom {
    position: relative;
    width: 100%;
    padding: 17px 0;

}

.wl-slider .slider-bottom .slider-btn {
    position: absolute;
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    top: 50%;
    margin-top: -1em;
    cursor: pointer;
}

.wl-slider .slider-bottom .slider-btn.disable {
    display: none;
}

.wl-slider .slider-bottom .slider-btn img {
    height: 100%;
}

.wl-slider .slider-bottom .slider-select-list {
    display: block;
    margin: 0 auto;
    list-style: none;
    padding: 0 10px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.wl-slider .slider-bottom .slider-select-list li {
    width: 150px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.wl-slider .slider-bottom .slider-select-list li.active {
    border: 3px solid #d3d3d3;
    border-radius: 5px;
}

.wl-slider .slider-bottom .slider-select-list li img {
    height: 100%;
    /*margin-right: 10px;*/
}

.wl-slider .slider-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
}

.wl-slider .slider-mask .bg {
    background: #000;
    opacity: .6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.wl-slider .slider-mask img {
    position: relative;
    z-index: 30;
    height: 100%;
}

.wl-slider .slider-mask .close {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    z-index: 40;
}

.share-vertical-box {
    position: relative;
    z-index: 268;
    bottom: 24%;
    top: 411px;
    /*  left: 5%; */
    position: fixed;
}

.share-vertical-box .f-panel {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    background: #fff;
    margin-left: -75px;
    display: none;
}

.share-vertical-box .f-panel .qrcode {
    /*margin-top: 10px;*/
    /*margin: 5px;*/
    padding: 5px;
    box-shadow: 0 0 3px 2px rgba(99, 99, 99, 0.5);
}

.share-vertical-box > ul {
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 60px;
}

.share-vertical-box > ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    float: left;
    cursor: pointer;
    margin-top: -1px;
}

.share-vertical-box > ul li:first-child {
    margin-top: 0;
}

.share-vertical-box .share-weibo {
    background: url("../img/w-wb1.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-weibo:hover {
    background: url("../img/w-wb2.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-weixin {
    background: url("../img/w-wx1.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-weixin:hover {
    background: url("../img/w-wx2.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-star {
    background: url("../img/w-sc1.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-star.active {
    background: url("../img/w-sc2.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-heart {
    background: url("../img/w-zan1.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-heart.active {
    background: url("../img/w-zan2.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-edit {
    background: url("../img/w-xie1.png") no-repeat;
    background-size: 100% 100%;
}

.share-vertical-box .share-edit:hover {
    background: url("../img/w-xie2.png") no-repeat;
    background-size: 100% 100%;
}

