.pop6-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 505px;
    height: 511px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.95);
    text-align: center;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 10001;
    background: #fff;
    display: none;
}

.pop6-box .pop6-top {
    height: 46px;
    line-height: 46px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #FF9900;
    border-bottom: 1px solid #e4e4e4;
}

.pop6-box .pop6-content {
    padding: 15px 40px 15px;
    font-size: 14px;
    color: #000;
}

.pop6-box .pop6-content .text {
    padding: 0 10px;
    text-align: left;
}

.pop6-box .pop6-content p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}

.pop6-box .pop6-content .img-box img {
    width: 220px;
    height: 220px;
    vertical-align: middle;
    /* margin-top: 15px; */
}

.pop6-box .close-btn {
    height: 46px;
    line-height: 46px;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #3366FF;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e4e4e4;
    cursor: pointer;
}

.pop6-content .hidetitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
