@font-face {
    font-family: Libianjian;
    src: url('../../font/Libianjian.ttf');
}
.loadBackground {
    /*background: url(../../image/background.png) repeat;*/
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*.background {
    background: url(../../image/background_day.png) no-repeat center;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.enter{
  background: url(../../image/enter_background.png) no-repeat center !important;
  height: 100%;
  width: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index:-2;
}

.first-home{
  background: url(../../image/background_home.png) no-repeat center !important;
  height: 100%;
  width: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
}*/

.loading {
    background: url(../../image/load_tiao.png) no-repeat;
    background-size: 100% 100%;
    height: 30px;
    width: 75%;
    margin-left: 12%;
    position:fixed;
    top:80%;
}
.load_inner {
    border-radius: inherit;
    position: relative;
    background: #F5C438;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F5C438), to(#F5C438));
    background: -webkit-linear-gradient(#F5C438, #F5C438);
    background: -moz-linear-gradient(#F5C438, #F5C438);
    background: -o-linear-gradient(#F5C438, #F5C438);
    background: linear-gradient(#F5C438, #F5C438);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1),inset 0 -5px 5px rgba(0, 0, 0, 0.3), 0 4px 5px rgba(0, 0, 0, 0.3);
    animation: loader 10s linear infinite;
    border-radius: 20px;
    height:12px;
    margin-left: 3.5%;
    margin-top: 8.5px;
    position:fixed;
    top:80%;
}
.loading_text {
    width: 100%;
    text-align: center;
    position:fixed;
    top:75%;
    font-family: Libianjian;
    font-size: 15px;
    color: #c2a684;
}

.loading_picture {
    background: url(../../image/loading.gif);
    background-position: center;
    background-size: cover;
    width: 50%;
    position: absolute;
    margin-left: -25%;
    left: 50%;
    top: 25%;
}

.audio_loading, .audio_loading_inner{
    top:93%;
}
.audio_loading_text {
    top:90%;
}
