html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, input, q, b, dl, dt, dd, ol, ul, li, form, label, canvas {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html, body {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    background-color: #E3E3E3;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: SimHei;
    overflow-x: hidden;
}

.login {
    width: 100%;
    min-height: 100%;
    position: relative;
    max-width: 378px;
    margin: 0 auto;
}

.container {
    width: 100%;
    height: 100%;
}

.login .login-content {
    width: 100%;
    padding-top: 2rem;
}

.game_time {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 2%;
    right: 2%;
    text-align: center;
}

/* time scroll*/
.pie {
    width: 80px;
    height: 80px;
    background-color: blue;
    border-radius: 42px;
    position: absolute;
}

.pie1 {
    clip: rect(0px, 80px, 80px, 42px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-color: #fff;
}

.pie2 {
    clip: rect(0px, 42px, 80px, 0px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-color: #fff;
}

.hold {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
}

.bg {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: absolute;
    background-color: #d13c36;
}

.time {
    width: 64px;
    height: 64px;
    margin: 8px 0 0 8px;
    background-color: #e45534;
    border-radius: 64px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 64px;
    font-size: 12px;
}




.login-line {
    display: inline-block;
    width: 12.5rem;
    margin: 1.875rem 0 1.1875rem;
    position: relative;
}


.login-line:after {
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    position: absolute;
    top: 0;
    left: 0;
}

.footer {
    width: 100%;
    background-color: #00b3ac;
    text-align: center;
    bottom:0;
    left:0;
    overflow:hidden;
    position: fixed;
    right: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 -.026667rem .053333rem rgba(0,0,0,.1);
}

.bbw_logo {
    padding-top: 89px;
    padding-left: 87px;
    position: absolute;
    z-index: 100;
}

.footer-title-top{
    width: 205px;
    margin: 15px 0;
}

.footer-t-left{
    width: 26px;
    height:100%;
    background: url("../images/front/vqr/var-footer-left.png") no-repeat;
}


.footer-t-right{
    width: 26px;
    height:100%;
    background: url("../images/front/vqr/var-footer-right.png") no-repeat;
}

.footer-t-center{
    width: 146px;
    font-size:14px;
    color: #f7fcfc;
    font-weight: bold;
}