main{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../../images/mobile/init.png') no-repeat center;
    background-size: cover;
	position: fixed;
	z-index: 9999;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
main div.logo{
    position: absolute;
    padding: 0 1.83rem;
    left: 0;
    top: 1.4rem;
}
main div.girl {
    position: absolute;
    padding-left: 1rem;
    padding-right: 1.2rem;
    left: 0;
    top: 5.14rem;
}
main div.button {
    position: absolute;
    text-align: center;
    width: 4.68rem;
    height: 0.68rem;
    line-height: 0.68rem;
    background: #3E91FF;
    border-radius: 0.34rem;
    color: #FFF;
    font-size: 0.28rem;
    left: calc(50% - 2.34rem);
    bottom: 2.55rem;
}
main div.ad{
    position: absolute;
    padding: 0 1.4rem;
    left: 0;
    bottom: 0.3rem;
}
main a{
	display: block; 
	width: 100%;
}
main > a{
	height: 11.36rem;
	position: absolute;
}
.onData-2{
	padding: 10% 0;
	text-align: center;
	background-color: #fff;
	color: #888;
}
.minloading{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 499;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    
}
.minloading img{
	margin-top: calc(80% - 0.7rem);
    width: 1.4rem;
    -webkit-animation: move 1s linear infinite;
    -moz-animation: move 1s linear infinite;
    -ms-animation: move 1s linear infinite;
    -o-animation: move 1s linear infinite;
	animation: move 1s linear infinite;
}
@-o-keyframes move{
    25%{
        transform:rotateZ(90deg);
    }
    50%{
        transform:rotateZ(180deg);
    }
    75%{
        transform:rotateZ(270deg);
    }
    100%{
        transform:rotateZ(360deg);
    }
}
@-ms-keyframes move{
    25%{
        transform:rotateZ(90deg);
    }
    50%{
        transform:rotateZ(180deg);
    }
    75%{
        transform:rotateZ(270deg);
    }
    100%{
        transform:rotateZ(360deg);
    }
}
@-moz-keyframes move{
    25%{
        transform:rotateZ(90deg);
    }
    50%{
        transform:rotateZ(180deg);
    }
    75%{
        transform:rotateZ(270deg);
    }
    100%{
        transform:rotateZ(360deg);
    }
}
@-webkit-keyframes move{
    25%{
        transform:rotateZ(90deg);
    }
    50%{
        transform:rotateZ(180deg);
    }
    75%{
        transform:rotateZ(270deg);
    }
    100%{
        transform:rotateZ(360deg);
    }
}
@keyframes move{
    25%{
        transform:rotateZ(90deg);
    }
    50%{
        transform:rotateZ(180deg);
    }
    75%{
        transform:rotateZ(270deg);
    }
    100%{
        transform:rotateZ(360deg);
    }
}
table.gl_base_table::after {
     content: "";
     display: block;
    height: 2rem;
}