/*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;
    color: #434343;
    -webkit-overflow-scrolling:touch;
    position: relative;
    background-color: #f7f3f0;
    overflow: hidden;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
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;}

/*自定义动画延迟*/
.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 {
    float: right;
    width: 2rem;
    height: 2rem;
    background: url('../images/music-icon.png');
    background-size: cover;
    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;
}

#home_1,#home_2,#home_3,#home_4,#home_5{
    position: absolute;
    width: 7.5rem;
    height: 100%;
    min-height: 11.4rem;
    top: 0;
    left: 50%;
    margin-left: -3.75rem;
}
#home_1{
    background: url("../images/bg_main.png") no-repeat top center;
    background-size: 100% 100%;
}
#home_2{
    display: none;
    background: url("../images/bg_hk.jpg") no-repeat top center;
    background-size: 100% auto;
}
#home_2 img{
    width: 100%;
}
.content{
    position: relative;
    width: 100%;
    height: 100%;
}
.img1_1{
    background: url("../images/11.png") no-repeat top left;
    background-size: contain;
    position: absolute;
    width: 6.08rem;
    height: 4.33rem;
    top: 2.4rem;
    left: 50%;
    margin-left: -3.04rem;
}
.img1_2{
    position: absolute;
    width: 4.86rem;
    height: 0.9rem;
    top: 7.35rem;
    left: 50%;
    margin-left: -2.43rem;
    cursor: pointer;
}
.img1_2_in{
    background: url("../images/2.png") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.img1_3{
    background: url("../images/3.png") no-repeat top left;
    background-size: contain;
    position: absolute;
    width: 5.36rem;
    height: 0.3rem;
    top: 8.6rem;
    left: 50%;
    margin-left: -2.68rem;
}
.img1_4{
    font-size: 0.36rem;
    font-family: '黑体';
    position: absolute;
    color: #fade7e;
    width: 100%;
    top: 9.1rem;
    text-align: center;
}

.img2_1{
    background: url("../images/bg_011.png") no-repeat top left;
    background-size: contain;
    width: 5.64rem;
    height: 7.27rem;
    text-align: center;
    margin:0 auto;
}
.img2_2{
    background-size: contain;
    width: 1.64rem;
    height: 0.89rem;
    margin:2.8rem auto 0.3rem;
}
.img2_2 img{
    max-width: 100%;
}
.img2_3{
    width: 100%;
    height: 0.58rem;
    text-align: center;
    cursor: pointer;
}
.img2_3 img{
    max-height: 100%;
    display: inline;
}
.blank{
    width: auto;
    height: 1.5rem;
}
.div_ipt input{
    width: 3rem;
    margin:0 auto;
    font-size: 0.3rem;
    text-align: center;
    border: 1px solid #e85e23;
    padding: 5px;
}

.txt1_1{
    font-size: 0.36rem;
    font-family: '黑体';
    position: absolute;
    left: 0.9rem;
    top: 1.5rem;
    color: #fade7e;
    border-bottom: 0.02rem solid #fade7e;
}
.txt1_1 #txt_uname{
    font-size: 0.52rem;
}
.txt1_2{
    font-size: 0.36rem;
    font-family: '黑体';
    position: absolute;
    width: 5.8rem;
    left: 0.9rem;
    top: 2.6rem;
    color: #fade7e;
    line-height: 0.62rem;
}
.txt1_2 span{
    padding-bottom: 0.02rem;
    border-bottom: 0.02rem solid #fade7e;
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2019-06-10 13:06:36" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->