#loadingBar { position:absolute; }

.logo1 {
    width: 672px;
    height: 182px;
    /* background-image: url(./jiazai_txt_fzkp.png); */
}

.title {
    width: 301px;
    height: 59px;
    background-image: url(./title1.png);
}

.star {
    width: 27px;
    height: 25px;
    background-image: url(./star1_958a6131.png);
    /*background-image: url(./star1.png);*/
}

.loadingbar {
    width: 80%;
    height: 12px;
    border-radius: 10px;
    background-color: #252221;
}

.loadingfill {
    height: 100%;
    border-radius: 50px;
    background-color: #F4d396;
}

.ma {
    margin: auto;
}

.ib {
    display: inline-block;
}

.fullw {
    width: 100%;
}

.tc {
    text-align: center;
}

.fs22px {
    font-size: 22px;
    color: #e7cd9a;
    font-weight: bold;
}

.fs16px {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.fs20px {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.fs14px {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.rotateC {
    -webkit-animation: rotateC 0.5s 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;
}