body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td  {margin:0;padding:0;}

body,button,input,select,textarea{font:12px/1.5     tahoma,arial,\5b8b\4f53;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
input{
    outline: none;
}
address,cite,dfn,em,var{font-style:normal;}

code,kbd,pre,samp{font-family:courier new,courier,monospace;}

small{font-size:12px;}

ul,ol{list-style:none;}

a{text-decoration:none;    color: #333333;}

/* a:hover{text-decoration:underline;} */

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

legend{color:#000;}

fieldset,img{border:0;}

button,input,select,textarea{font-size:100%;}

table{border-collapse:collapse;border-spacing:0;}

body {font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;}

i{font-style: normal;}


/* a:focus{text-decoration: none} */

/*loading*/
.time_over {
    width: 1720px;
    height: 980px;
    position: fixed;
    top: 100px;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99;
}

    .time_over .loader {
        position: relative;
        top: 21%;
        left: 37%;
    }

    .time_over .number {
        position: absolute;
        left: 28px;
        top: -3px;
        font-size: 40px;
        color: #E6E6E6;
    }

    .time_over .time_box {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -296px;
        margin-top: -100px;
        width: 380px;
        height: 262px;
        background: url(../images/icon/load.png) center center no-repeat;
    }

    .time_over span {
        font-size: 14px;
        color: #333333;
    }

    .time_over .dele {
        display: block;
        margin: 0;
        line-height: 24px;
        font-size: 16px;
        text-align: center;
        margin-top: 142px;
    }

    .time_over .btn {
        width: 340px;
        margin-left: 20px;
        margin-top: 11px;
    }

    .time_over p span {
        width: 49%;
        display: inline-block;
        font-size: 16px;
        height: 63px;
        line-height: 63px;
        text-align: center;
    }

    .time_over .yes {
        color: #C1272D;
    }

.loading {
    width: 1720px;
    height: 980px;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99;
    display: none;
    background-color: white;
}
    .loading .loading_box {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -50px;
        width: 200px;
        height: 100px;
    }
        .loading .loading_box .loader {
            position: relative;
            top: 21%;
            left: 45%;
        }
        .loading .loading_box p {
            position: absolute;
            bottom: 0px;
            text-align: center;
            width: 100%;
            font-size:16px;
        }

.failed {
    width: 1720px;
    height: 980px;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99;
    display:none;
    background-color:white;
}
    .failed .failed_box {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -124px;
        margin-top: -135px;
        width: 245px;
        height: 270px;
    }
        .failed .failed_box img {
            margin: 0 auto;
            width: 110px;
            display: block;
        }
        .failed .failed_box .text {
            text-align: center;
            font-size: 22px;
            color: #999999;
            margin-top: 12px;
        }
        .failed .failed_box .algin {
            width: 146px;
            margin: 0 auto;
            display: block;
            border: 1px solid #ED1C24;
            text-align: center;
            border-radius: 31px;
            height: 62px;
            line-height: 62px;
            font-size: 22px;
            color: #ED1C24;
            margin-top:64px;
        }