body{
    max-width: 100%!important;
}
.pc_wrap{
    width: 100%;
    background: url(../images/pc_bg.png?v=20231221105253?v=20250108164534?v=20250110162619);
    background-size: cover;
    padding-top: 30px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.pc_header{
    width: 1200px;
    height: 300px;
}
.pc_header img{
    width: 100%;
    height: 100%;
}
.pc_download_box{
    width: 800px;
    margin: 15px auto;
    margin-top: -10px;
}
.qr_box{
    float: left;
    position: relative;
    width: 274px;
    height: 101px;
    background: url(../images/pc_qr_box.png?v=20231221105253?v=20250108164534?v=20250110162619) no-repeat;
    background-size: 100%;
    margin-right: 23px;
}
.download_qr{
    width: 75px;
    height: 75px;
    position: absolute;
    right: 12px;
    top: 12px;
}
.download_qr img{
    width: 100%;
    height: 100%;
}
.pc_ios_download{
    display: block;
    float: left;
    width: 238px;
    height: 78px;
    margin-right: 27px; 
    margin-top: 10px;
}
.pc_and_download{
    display: block;
    float: left;
    width: 238px;
    height: 80px;
    margin-top: 10px;
}
.pc_ios_download img,.pc_and_download img{
    width: 100%;
    height: 100%;
}
.pc_download_tip{
    width: 206px;
    height: 24px;
    margin: 0 auto;
}
.pc_download_tip img{
    width: 100%;
    height: 100%;
}
.pc_poster{
    width: 100%;
    height: 578px;
    margin-top: -30px;
}
.pc_poster img{
    width: 100%;
    height: 100%;
}

.mobile_wrap{
    width: 100%;
    background: url(../images/mobile_bg.png?v=20231221105253?v=20250108164534?v=20250110162619) no-repeat;
    background-size: cover;
    padding-top: 1.2rem;
}
.mobile_header{
    width: 100%;
    height: 2.86rem;
}
.mobile_header img,.mobile_poster img{
    width: 100%;
    height: 100%;
}
.mobile_poster{
    width: 100%;
    height: 7.18rem;
    margin-bottom: 0.28rem;
}
.mobile_download{
    display: flex;
    width: 6.44rem;
    margin: 0 auto;
}
.mobile_download a{
    display: block;
    width: 3.22rem;
    height: 2rem;
}
.mobile_download a img{
    width: 100%;
    height: 100%;
}
.mobile_words{
    color: #666666;
   font-size: 0.28rem;
   text-align: center;
   margin-top: 1.54rem;
   padding-bottom: 0.78rem;
}
@media only screen and (min-width: 700px) {
	.mobile_wrap{
        display: none;
    }
}
@media only screen and (max-width: 700px) {
  .pc_wrap{
    display: none;
  }
}