* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

*:focus {
    outline: none
}

ul,li {
    list-style-type: none
}

.jqtips-model-mask {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 2222
}

.jqtips-model {
    position: fixed;
    z-index: 3333;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform-origin: center;
    max-width: 80%;
    max-height: 80%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.jqtips-model.jqtips-model-alert,.jqtips-model.jqtips-model-confirm {
    width: 250px
}

.jqtips-model.jqtips-model-model {
    width: 400px
}

.jqtips-model.jqtips-model-success,.jqtips-model.jqtips-model-error {
    padding: 20px 12px;
    width: 140px
}

.jqtips-model.jqtips-model-tips {
    padding: 8px 12px;
    max-width: 150px;
    background: rgba(0,0,0,.6)
}

.jqtips-model.jqtips-model-tips .jqtips-model-text {
    padding: 0;
    color: #fff
}

.jqtips-model.jqtips-model-loading {
    padding: 20px 12px;
    width: 100px;
    background: rgba(0,0,0,.6)
}

.jqtips-model.jqtips-model-loading .jqtips-model-text {
    padding: 0;
    color: #fff
}

.jqtips-model .jqtips-model-load {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 15px;
    justify-content: center
}

.jqtips-model .jqtips-model-load span {
    width: 6px;
    animation: jqtips-alert-load 1s ease infinite;
    transform: translateY(10px);
    animation-delay: .1s;
    margin: 0 5px;
    height: 6px;
    opacity: 0;
    border-radius: 6px;
    background: #fff
}

.jqtips-model .jqtips-model-load span:nth-child(2) {
    animation-delay: .2s
}

.jqtips-model .jqtips-model-load span:nth-child(3) {
    animation-delay: .3s
}

.jqtips-model .hscysm-model-title {
    padding: 15px 0;
    opacity: 0;
    color: #333;
    transform: translateY(10px);
    animation: jqtips-alert-text .3s ease forwards;
    animation-delay: .2s;
    font-weight: 700;
    font-size: 15px;
    text-align: center
}

.jqtips-model .jqtips-model-text {
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 23px;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(10px);
    animation: jqtips-alert-text .3s ease forwards;
    animation-delay: .4s
}

.jqtips-model .jqtips-model-text.l {
    text-align: left
}

.jqtips-model .jqtips-model-icon {
    padding-bottom: 12px
}

.jqtips-model .jqtips-model-icon svg {
    margin: 0 auto;
    display: block
}

.jqtips-model.jqtips-model-success .jqtips-model-text,.jqtips-model.jqtips-model-error .jqtips-model-text {
    color: #238af4;
    padding: 0;
    opacity: 0;
    transform: translateY(10px);
    animation: jqtips-alert-text .3s ease forwards;
    animation-delay: .9s
}

.jqtips-model.jqtips-model-error .jqtips-model-text {
    color: #f54655
}

.jqtips-model .jqtips-model-content {
    padding: 12px;
    padding-top: 0;
    overflow: hidden auto;
    max-height: 400px;
    font-size: 14px
}

.jqtips-model .jqtips-model-btn {
    display: flex;
    align-items: center;
    border-top: 1px solid #f1f1f1;
    justify-content: center;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(10px);
    animation: jqtips-alert-text .4s ease forwards;
    animation-delay: .6s
}

.jqtips-model .jqtips-model-btn button {
    flex: 1;
    color: #999;
    cursor: pointer;
    border: 0;
    background: 0 0;
    padding: 12px
}

.jqtips-model .jqtips-model-btn button:last-child {
    color: #238af4
}

.jqtips-model .jqtips-model-btn button.cancel {
    border-right: 1px solid #f1f1f1
}

.jqtips-model .jqtips-model-btn button:active {
    opacity: .8
}

.jqtips-ani-open {
    animation: jqtips-open .3s ease forwards
}

.jqtips-ani-close {
    animation: jqtips-close .3s ease forwards
}

@-webkit-keyframes jqtips-open {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes jqtips-close {
    0% {
        transform: scale(1);
        opacity: 1
    }

    30% {
        transform: scale(1.05);
        opacity: .5
    }

    100% {
        transform: scale(.7);
        opacity: 0
    }
}

.jqtips-alert-svgcircle {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: jqtips-alert-ruand .5s ease-in-out forwards
}

.jqtips-alert-svggou {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: jqtips-alert-tick .6s ease-out forwards;
    animation-delay: .75s
}

.jqtips-alert-svgca1 {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: jqtips-alert-tick .6s ease-out forwards;
    animation-delay: .75s
}

.jqtips-alert-svgca2 {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: jqtips-alert-tick .6s ease-out forwards;
    animation-delay: .85s
}

@keyframes jqtips-alert-ruand {
    form {
        stroke-dashoffset: 200
    }

    to {
        stroke-dashoffset: 400
    }
}

@keyframes jqtips-alert-tick {
    from {
        stroke-dashoffset: 80
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes jqtips-alert-text {
    from {
        transform: translateY(10px);
        opacity: 0
    }

    to {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes jqtips-alert-load {
    0% {
        transform: translateY(0px);
        opacity: 0
    }

    50% {
        transform: translateY(-10px);
        opacity: 1
    }

    100% {
        transform: translateY(0px);
        opacity: 0
    }
}
