﻿.alert-popup-shade {
    width: calc(100vw);
    height: calc(100vh);
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.alert-popup-message {
    width: 280px;
    height: auto;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    display: none
}

.alert-popup-message-con {
    padding: 30px 20px 20px;
    box-sizing: border-box;
    text-align: center
}

.alert-popup-message-onebtn,
.alert-popup-message-twobtn {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

    .alert-popup-message-onebtn .main-operation {
        display: block;
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #00c202;
        cursor: pointer
    }

        .alert-popup-message-onebtn .main-operation:hover {
            color: #179b16
        }

.alert-popup-message-twobtn {
    display: flex
}

    .alert-popup-message-twobtn a {
        display: block;
        width: 50%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        cursor: pointer
    }

        .alert-popup-message-twobtn a:nth-of-type(2) {
            border-left: 1px solid rgba(0, 0, 0, 0.1)
        }

    .alert-popup-message-twobtn .main-operation {
        color: #00c202
    }

        .alert-popup-message-twobtn .main-operation:hover {
            color: #179b16
        }

    .alert-popup-message-twobtn .auxiliary-operation {
        color: #333
    }

        .alert-popup-message-twobtn .auxiliary-operation:hover {
            color: #999
        }

.apm-havetitle-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px
}

.apm-havetitle-txt {
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.apm-notitle-txt {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 600
}

.alert-loading {
    display: none
}

.alert-load-view {
    width: 120px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    padding: 25px 20px;
    box-sizing: border-box
}

.alert-load-an-view {
    width: 100%;
    height: 50px;
    box-pack: center;
    box-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -o-box-pack: center;
    -o-box-align: center
}

.alert-load-tip {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-top: 10px
}

.alert-load-circle {
    min-width: 30px;
    min-height: 30px;
    position: relative
}

.alert-load-container1 > div,
.alert-load-container2 > div,
.alert-load-container3 > div {
    width: 30%;
    height: 30%;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -moz-animation: bouncedelay 1.2s infinite ease-in-out;
    -o-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.alert-load-circle .alert-load-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.alert-load-container2 {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.alert-load-container3 {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.alert-load-container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.alert-load-container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.alert-load-container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.alert-load-container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.alert-load-container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -o-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.alert-load-container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.alert-load-container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.alert-load-container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.alert-load-container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.alert-load-container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    -moz-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.alert-load-container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    -moz-animation-delay: -0.1s;
    -o-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@-moz-keyframes bouncedelay {

    0%, 80%, 100% {
        -moz-transform: scale(0.0)
    }

    40% {
        -moz-transform: scale(1.0)
    }
}

@-o-keyframes bouncedelay {

    0%, 80%, 100% {
        -o-transform: scale(0.0)
    }

    40% {
        -o-transform: scale(1.0)
    }
}

@keyframes bouncedelay {

    0%, 80%, 100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}

svg.alert-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.alert-sent {
    text-align: center;
    display: none;
}

    .alert-sent svg.alert-icon {
        font-size: 50px;
        color: #fff;
        margin: auto;
    }

.alert-hint-haveclose, .alert-hint-autoclose {
    width: auto;
    height: auto;
    border-radius: 2px;
    box-sizing: border-box;
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%) z-index: 10001;
    display: none;
}

.alert-hint-haveclose {
    padding: 15px 60px 15px 50px
}

.alert-hint-autoclose {
    padding: 15px 20px 15px 50px
}

.alert-icon-l, .alert-icon-close {
    position: absolute;
    top: 16px;
    font-size: 18px
}

.alert-icon-l {
    left: 17px
}

.alert-icon-close {
    right: 17px;
    cursor: pointer
}

.alert-hint-txt {
    font-size: 14px;
    line-height: 20px
}

.alert-danger {
    border: 1px solid #ffc0be;
    background: #ffe3e5;
    color: #d02b2f
}

.alert-success {
    border: 1px solid #afefcc;
    background: #dcf8e9;
    color: #18923f
}

.alert-warning {
    border: 1px solid #ffefbe;
    background: #fff7e0;
    color: #ca9f40
}
