/* ---- S 免责声明列表 ---- */
.disclaimer-box {
    width: 315px;
    height: 85px;
    margin-bottom: 18px;
    padding: 0 15px;
    background: #FFF;
    border-radius: 13px;
    overflow: hidden;
}

.disclaimer-link {
    display: flex;
    margin-top: 17px;
}

.disclaimer-link a {
    color: #565872;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-drop {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    margin: 10px 13px 0 0;
    background: #0067ED;
    border-radius: 50%;
}

.disclaimer-date {
    margin: 8px 0 0 18px;
    color: #8A8A8F;
    font-size: 15px;
}

/* 免责声明详情特殊处理 */
.disclaimer-detail {
    margin: 0 0 10px
}

.new-add-tab {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.new-add-tab a {
    display: inline-block;
    color: #29345C;
    font-size: 15px;
}

.add-tab-line {
    width: 1px;
    height: 13px;
    margin: 4px 10px 5px;
    background: #29345C;
}
/* ---- E 免责声明列表 ---- */

/* ---- S 弹窗样式 ---- */
.close-popup {
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
}

.layui-layer-page .layui-layer-content {
    border-radius: 13px !important;
}

.layui-layer-setwin .layui-layer-close2 {
    display: none;
}

.pic-popup-box {
    position: relative;
    padding: 0 23px;
    height: 200px;
    background: #fff;
    border-radius: 13px;
}

.popup-tips {
    padding-top: 23px;
    color: #29345C;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.dialog-content {
    margin-top: 16px;
    color: #565872;
    font-size: 15px;
    line-height: 27px;
}

.continue-to-visit {
    width: 216px;
    height: 45px;
    margin: 11px auto;
    background: #0085F9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 4px 0 #0085F9;
}

.close-popup-out {
    top: 396px;
}

.pic-popup-out {
    height: 377px;
}

.out-link {
    height: 170px;
    color: #2869EB;
    font-size: 15px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
/* ---- E 弹窗样式 ---- */

