﻿/*friendlytips*/
.friendlytips {
    -webkit-animation: animate-bg 1.5s ease-out 2;
    box-shadow: 0 0 4px #EA4504 !important;
}

@-webkit-keyframes animate-bg {
    0% {
        box-shadow: 0 0 4px #EA4504;
    }

    50% {
        box-shadow: 0 0 4px #ccc;
    }

    100% {
        box-shadow: 0 0 4px #EA4504;
    }
}
/*friendlytips end*/
/*tips*/
.tips2 {
    position: fixed;
    font-size: 80%;
    line-height: 22px !important;
    left: 50%;
    bottom: 50px;
    padding: 2px 10px;
    background-color: rgba(0,0,0,.4);
    color: white;
    border-radius: 2px;
    white-space: nowrap !important;
    opacity: 0;
    transition: opacity .2s,bottom .2s;
    font-style: normal;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

#tips {
    width: 80%;
}

    #tips .tipstitle {
        text-align: center;
        padding: 7.5% 0;
        line-height: 0;
        font-size: 115%;
        background-color: #fff;
        color: #5b9ad6;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #eee;
        margin: 0 5%;
    }

    #tips .tipscontent {
        overflow-y: auto;
    }

    #tips .tipsbottom {
        height: 45px;
        text-align: center;
        padding-top: 10px;
    }

        #tips .tipsbottom a {
            display: inline-block;
            line-height: 30px;
            text-decoration: none;
            background: #5b9ad6;
            color: #fff;
            border-radius: 4px;
            padding: 0 9%;
        }

            #tips .tipsbottom a:first-child {
                margin-right: 10px;
                background-color: #fff;
                border: 1px solid #5b9ad6;
                color: #5b9ad6;
                box-sizing: border-box;
                line-height: 28px;
            }

            #tips .tipsbottom a:last-child {
                margin-left: 10px;
            }

    #tips .close {
        position: absolute;
        right: 5%;
        top: 0;
        padding: 3%;
        border: 1px solid #666;
        border-radius: 1000px;
        margin-top: 4%;
        transform: rotate(45deg);
    }

        #tips .close:before {
            content: "";
            position: absolute;
            width: 70%;
            left: 15%;
            top: 50%;
            border-top: 1px solid #666;
            transform: translateY(-50%);
        }

        #tips .close:after {
            content: "";
            position: absolute;
            height: 70%;
            top: 15%;
            left: 50%;
            border-left: 1px solid #666;
            transform: translateX(-50%);
        }

    #tips.s2 .tipscontent input.commonipt3 {
        width: 80%;
        background-color: #eee;
        border: 1px solid #ccc;
        height: 37px;
    }

    #tips.s2 .tipscontent textarea {
        background-color: #eee;
    }

    #tips.top {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

#tips3 {
    position: fixed;
    left: 50%;
    width: 80px;
    height: 80px;
    padding-top: 55px;
    top: 50%;
    margin: -40px 0 0 -40px;
    font-size: 12px;
    border-radius: 8px;
    background: #000; /* url('../Images/icon/loading.gif') center 20px no-repeat*/
    opacity: .5;
    color: #ccc;
    box-sizing: border-box;
    text-align: center;
}

    #tips3:before {
        content: "";
        position: absolute;
        left: 50%;
        margin: -3px;
        top: 35px;
        width: 6px;
        height: 6px;
        opacity: .8;
        border-radius: 100px;
        background: #999;
        display: inline-block;
        -webkit-animation-name: gmloading;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 0;
        -webkit-animation-duration: 1s;
        animation-name: gmloading;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-delay: 0;
        animation-duration: 1s;
    }

@-webkit-keyframes gmloading {
    from {
        width: 5px;
        height: 5px;
        opacity: .8;
        margin-left: -3px;
    }

    to {
        width: 20px;
        height: 20px;
        opacity: .2;
        margin-left: -10px;
        top: 25px;
    }
}

@keyframes gmloading {
    from {
        width: 5px;
        height: 5px;
        opacity: .8;
        margin-left: -3px;
    }

    to {
        width: 20px;
        height: 20px;
        opacity: .2;
        margin-left: -10px;
        top: 25px;
    }
}

#tips5 {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.3;
    text-align: center;
    padding: 0 1%;
    color: #fff;
    z-index: 100;
    font-size: 80%;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(0,0,0,.7);
}
/*tips end*/
/*loadings1*/
.loadings1 {
    display: inline-block;
    padding: 1.3% 3%;
    position: relative;
    margin-left: 0.5em;
}

    .loadings1:before {
        position: absolute;
        left: 0%;
        top: 50%;
        content: "";
        padding: 0.2em;
        background-color: #ccc;
        border-radius: 1000px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-animation: loadings1before 2.5s infinite linear;
        animation: loadings1before 2.5s infinite linear;
    }

    .loadings1:after {
        position: absolute;
        right: 0%;
        top: 50%;
        content: "";
        padding: 0.2em;
        background-color: #ccc;
        border-radius: 1000px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(50%,-50%);
        -webkit-animation: loadings1after 2.5s infinite linear;
        animation: loadings1after 2.5s infinite linear;
    }

    .loadings1 i {
        padding: 0.2em;
        background-color: #ccc;
        border-radius: 1000px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-animation: loadings1 2.5s infinite linear;
        animation: loadings1 2.5s infinite linear;
    }

@-webkit-keyframes loadings1before {
    0% {
        padding: 0.2em;
    }

    10% {
        padding: 0.3em;
    }

    20% {
        padding: 0.2em;
    }

    100% {
        padding: 0.2em;
    }
}

@-webkit-keyframes loadings1 {
    18% {
        padding: 0.2em;
    }

    28% {
        padding: 0.3em;
    }

    38% {
        padding: 0.2em;
    }

    100% {
        padding: 0.2em;
    }
}

@-webkit-keyframes loadings1after {
    36% {
        padding: 0.2em;
    }

    46% {
        padding: 0.3em;
    }

    56% {
        padding: 0.2em;
    }

    100% {
        padding: 0.2em;
    }
}
/*loadings1 end*/
/*loadings2*/
.loadings2 {
    display: inline-block;
    height: 1em;
    line-height: 1;
    text-align: left;
    vertical-align: -.25em;
    overflow: hidden;
}

    .loadings2::before {
        display: block;
        content: '...\A..\A.';
        white-space: pre-wrap; /* 也可以是white-space: pre */
        animation: dot 2s infinite step-start both;
    }

@keyframes dot {
    33% {
        transform: translateY(-2em);
    }

    66% {
        transform: translateY(-1em);
    }
}
/*loadings2 end*/

