.topDiv{width:100%; background:#111; height:40px;}
.topDiv .topNav{color:#F6D6B1; display:inline-block; float:left; padding:0 15px; height:100%; line-height:40px; position:relative; z-index:2}
.topDiv a:hover {color: #fff;}
.topDiv .topNavbg{position:absolute; left:0; top:37px; z-index:1; height:3px; width:0px; background:#F15656}
.topLogin{color: #fff;float:right;padding:0 15px; height:100%; line-height:40px;background-color: #F15656;}
.pageNavs{line-height: 80px;}
.pageNavs .pageNav{display:inline-block; float:left; padding:0 15px; height:100%; line-height:50px; position:relative; z-index:2;font-size: 1.6rem;}
.pageNavs a:hover {color: #F15656;}
.back-color{background-color: #F9F9F9;}
.bg-title{width:100%; background-repeat: no-repeat;background-position: center;}

 .wrap{height:30px;overflow: hidden;position: absolute;top:30;left: 100;width: 100%}

  .content p{
    position: absolute;
  }
  @-webkit-keyframes anim1{
    0% {top: 30px;opacity: 1}
    50% {top: -30px;opacity: 1}
    75% {top: -30px ;opacity: 0}
    100%{top:30px;opacity: 0}
  }
  @-webkit-keyframes anim2{
 
    0% {top: -30px;opacity: 0}
    25% {top: 30px;opacity: 0}
    50% {top: 30px;opacity: 1}
    100%{top: -30px;opacity: 1}
  }

  .content p:nth-child(1){
    
    -webkit-animation: anim1 3s linear infinite;
  }
  
  .content p:nth-child(2){

    -webkit-animation: anim2 3s linear infinite;
  }
  
  
.go-footer {
    background: #444;
    padding: 20px;
    text-align: center;
}

.go-footer-ico {
    margin-top: 20px;
}

.go-footer-ico img {
    margin: 10px;
}

.go-footer-menu {
    color: #999;
    margin-top: 20px;
    font-size: 1.6rem;
}

.go-footer-menu a {
    color: #999;
    width: 120px;
    display: inline-block;
    text-align: center;
}

.go-footer-menu a:hover {
    text-decoration: underline;
}

.go-footer-note {
    color: #999;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.4em
}

.go-footer-cp {
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px;
}

.qr-code-box {
    background: url("../images/qrcode_bg.png");
    width: 144px;
    height: 157px;
    position: absolute;
    top: -200px;
    left: 0;
    text-align: center;
    display: none;
}

.qr-code-box img {
    width: 120px;
    height: 120px;
    margin-top: 25px;
}

.pc_play_btn {
    cursor: pointer;
}