
@media (max-width:767px) {
    .container-custom>.container-custom {
        padding: 0;
    }
}

.mt20{
    margin-top: 20px;
}
.main .bottom-box .share-box {
    margin: 20px auto 0 auto;
}

.main .share-box {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.share-box.list-unstyled:not(.hasLine){
    margin-bottom: 0;
}
.main .hasLine li {
    padding: 0 22px;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 -2px;
}

.main .share-box li .wechat-qrcode {
    top: 30px;
    height: 240px;
}

.main .share-box li .wechat-qrcode p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.main .hasLine .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dddddd;
    top: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.main .share-box.s-bottom {
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 20px auto 0 auto;
}
