
.yueyulogo {
    width: 412px;
    height: 94px;
    background-size: contain;
    background-image: url(../img/loading_title.png);
}

.loginbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 使用具体像素而不是百分比 */
    height: 100%;  /* 使用具体像素而不是百分比 */
    background-size: 100% 100%;  /* 或者用 cover */
    background-size: cover;  /* 改用 cover 确保填满 */
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/login_bg2.png);
}

.star {
    width: 29px;
    height: 25px;
    background-image: url(../img/loading_star.png);
}

.loadingbar {
    width: 366px;
    height: 7px;
    border-radius: 8px;
    background-color: #8c8c8c;
}

.loadingfill {
    height: 100%;
    border-radius: 8px;
    background-color: #ffc028;
}

.ma {
    margin: auto;
}

.ib {
    display: inline-block;
}
.vm {
    vertical-align: middle;
    display: table-cell;
}

.fullw {
    width: 100%;
}

.tc {
    text-align: center;
}

.fs22px {
    font-size: 22px;
}

.rotateC {
    -webkit-animation: rotateC 20s linear infinite;
}

.rotateCf {
    -webkit-animation: rotateC 2s linear infinite;
}

@-webkit-keyframes rotateC {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.tavernchangeitem {
    margin: 10px 21px;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.ui-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ui-flex, .ui-flex *, .ui-flex :after, .ui-flex :before {
    box-sizing: border-box
}

.ui-flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.ui-flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

html,body {
    -ms-touch-action: none;
	overflow: hidden;
	text-align: center;
	background: #222222;
    /*background: #272822 !important;*/
	padding: 0;
	border: 0;
	margin: 0;
	height: 100%;
}

#loadingBar {position:absolute;}