body {
    margin: auto;
    padding: 0
}

.arif-bg {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 2500;
    opacity: 0;
}
.close-img {
    float: right;
    cursor: pointer;
    width: 16px;
}
.arif-alert-center p {
    /*line-height: 30px;*/
}
.alertContent{
    margin: 1rem 0;
}
@media screen and (min-width: 768px) {
    .arif-alert-teypt-one {
        width: 358px;
        height: 185px;
        background: #fff;
        position: fixed;
        z-index: 3000;
        opacity: 0;
    }
    .arif-alert-center {
        width: 100%;
        height: 80px;
        text-align: center;
        margin-top: 30px
    }
    .arif-alert-center img {
        width: 26px;
        margin-top: 20px;
    }
    .arif-alert-teypt-two, .arif-alert-teypt-three {
        padding: 30px;
        width: 358px;
        background: #fff;
        position: fixed;
        z-index: 3000;
        opacity: 0;
    }
    .arif-alert-teypt-two span {
        width: 100%;
        height: 40px;
        background: #000;
        margin: auto;
        text-align: center;
        color: #fff;
        line-height: 40px;
        display: inherit;
        margin-top: 61px;
        cursor: pointer;
    }
    .arif-alert-teypt-three .atif-btns {
        width: 100%;
        height: 45px;
        margin: auto;
        text-align: center;
        color: #fff;
        line-height: 40px;
        display: inherit;
        margin-top: 61px;
    }
    .arif-alert-teypt-three .atif-btns span {
        width: 48%;
        height: 40px;
        margin: auto;
        display: inherit;
        margin-top: 2px;
        color: #000;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }
    .arif-alert-teypt-three .atif-btns .one {
        background: #000;
        float: left;
        color: #fff;
    }
    .arif-alert-teypt-three .atif-btns .two {
        border: 1px solid #dedede;
        float: right;
    }
    .withdrawAlertContent{
        text-align: left;
        font-size: 14px;
    }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
    .arif-alert-teypt-one {
        width: 276px;
        padding: 10px;
        background: #fff;
        position: fixed;
        z-index: 3000;
        opacity: 0;
    }
     .arif-alert-center {
        width: 100%;
        text-align: center;
        margin: 36px auto auto;
    }
     .arif-alert-center img {
        width: 22px;
    }
    .arif-alert-teypt-two,.arif-alert-teypt-three {
        padding: 10px;
        width: 276px;
        background: #fff;
        position: fixed;
        z-index: 3000;
        opacity: 0;
    }
    .arif-alert-teypt-two span {
        width: 100%;
        height: 40px;
        background: #000;
        margin: auto;
        text-align: center;
        color: #fff;
        line-height: 40px;
        display: inherit;
        cursor: pointer;
    }
    .arif-alert-teypt-three .atif-btns {
        width: 100%;
        height: 45px;
        margin: auto;
        text-align: center;
        color: #fff;
        line-height: 40px;
        display: inherit;
    }
    .arif-alert-teypt-three .atif-btns span {
        width: 48%;
        height: 40px;
        margin: auto;
        display: inherit;
        margin-top: 2px;
        color: #000;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }
    .arif-alert-teypt-three .atif-btns .one {
        background: #000;
        float: left;
        color: #fff;
    }
    .arif-alert-teypt-three .atif-btns .two {
        border: 1px solid #dedede;
        float: right;
    }
}




.k-ball-holder3 {
  position: fixed;
  width: 45px;
  height: 45px;
  text-align:center;
  line-height: 45px;
  z-index: 3600;
}

.k-ball7a {
    border: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    animation: k-loadingO 2s ease infinite;
    background: #8cc63d;
    animation-delay: -1.5s
}

.k-ball7b {
    border: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    animation: k-loadingO 2s ease infinite;
    background: #00734f;
    animation-delay: -1s
}

.k-ball7c {
    border: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    animation: k-loadingO 2s ease infinite;
    background: #8cc63d;
    animation-delay: -0.5s
}

.k-ball7d {
    border: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    animation: k-loadingO 2s ease infinite;
    background: #00734f
}

@keyframes k-loadingO {
    0%, 100% {
        transform: translate(0)
    }
    25% {
        transform: translate(160%)
    }
    50% {
        transform: translate(160%, 160%)
    }
    75% {
        transform: translate(0, 160%)
    }
}