/*common mobile fullscreen*/
body,div,ul,li,h1,h2,h3,h4,h5,dl,dt,dd,p,input,textarea{
    margin: 0;
    padding: 0;
    /*font-family: '微软雅黑';*/
    color:#000;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
*:not(input,textarea) { -webkit-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-text-size-adjust: none; }


ul,li{
    list-style: none;
}
img{
    border: none;
    display: block;
}
html,body {
    height: 100%;
    display:block;
    -webkit-overflow-scrolling:touch;
    position: relative;
    overflow-y: auto;
    font-size: 0.16rem;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a,a:hover{color:#000;}
input,textarea,button{outline: none;border:none;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
.clearfix:after{display: block;clear: both;height: 0;visibility: hidden;font-size: 0;line-height: 0;content: "";}
.clearfix{zoom:1;}
div{display: block;}

.flex {display:flex;justify-content:space-between;flex-wrap:wrap; width: auto;}
.flex_block{display: inline-block;}

/*自定义动画延迟*/
.animated.delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated.delay2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated.delay3 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay5 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animated.delay6 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay7 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.animated.delay8 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.animated.delay9 {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.animated.delay10 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

/*音乐按钮*/
.music-btn{
    position: fixed;
    width: 0.66rem;
    height:0.66rem;
    background: url("../images/music_btn.png") no-repeat;
    background-size: contain;
    top:0.2rem;
    right:0.3rem;
    z-index:9999;
    cursor: pointer;

}

.music-btn.on {
    -webkit-animation: reverseRotataZ 1.5s linear infinite;
    animation: reverseRotataZ 1.5s linear infinite;
}

@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

.media-wrap {
    overflow: hidden;
    position: fixed;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 10000;
}

.media-wrap i {
    width: 0.6rem;
    height: 0.6rem;
}

.main{
    width: 7.5rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.home{
    width: 100%;
    display: none;
}
#home_1{
    display: block;
}
.main img{
    width: 100%;
}
.content{
    position: relative;
    width: 100%;
    height: 100%;
}

#starContainer span{
    width: 0.56rem;
    height: 0.56rem;
    background: url("../images/star.png") no-repeat;
    position: absolute;
    background-size:100% 100%;
    animation: flash 1s alternate infinite;
}

@keyframes flash {
    0%{opacity: 0;}
    100%{opacity: 1;}
}


.l1_2{background: url("../images/img_02.jpg") no-repeat top center; min-height: 5rem; background-size: 100% 100%; padding: 0.1rem;}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2020-12-04 16:36:10" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->