.dm_tck {
    width: 64%;
    max-width: 400px;
    bottom: 40%;
    position: fixed;
    left: 16%;
    min-height: 100px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    padding: 6px;
    z-index: 9999;
    text-decoration: none;
}

.dmt_info {
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    min-height: 100px;
}

.dmti_top {
    background: #e6e6e6;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
}

.dmti_top p {
    text-align: center;
    line-height: 24px
}

.dmtit_a {
    font-size: 14px;
    color: #777;
}

.dmtit_b {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.dmti_line {
    background: #e6e6e6;
    margin-top: 1px;
    height: 1px;
}

.dmti_bottom {
    width: 64%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20px;
}

.dmti_bottom p {
    padding-top: 15px;
}

.dmti_bottom p a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
}

.dmtib_a a {
    background: #a360b9;
}

.dmtib_b a {
    background: #d6b05c;
}

.dmtib_c a {
    background: #559ee3;
}

.dmti_bottom p a:hover {
    background: #6db14e;
}

.dm_btm {
    visibility: hidden;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
