.indexTanBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    display: none;
}

.indexTanBox_info {
    padding: 30px 50px;
    background: #fff;
}

.indexTanBox_tit {
    width: 520px;
    text-align: center;
    font-size: 14px;
    /* margin-bottom: 30px; */
    background: #fff;
    padding: 20px;
}
.hwcx_div_d_tt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e82087;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}
@media (max-width: 415px) {
    .indexTanBox_info {
        padding: 30px 20px;
        width: 92%;
    }

    .indexTanBox h3, .indexTanBox_tit {
        width: 100%;
    }
}