body{
    max-width: 100%!important;
    height: 100%;
}
.w1220{
    width: 1220px;
    margin: 0 auto;
}
.pc_wrap{
    width: 100%;
    padding: 160px 0;
    background: url(../images/pc_bg.png?v=20240709180526) no-repeat;
    background-size: cover;
}
.pc_left{
    float: left;
}
.pc_right{
    float: right;
    width: 566px;
    height: 691px;
}
img{
    width: 100%;
    height: 100%;
}
.pc_logo{
    width: 282px;
    height: 72px;
    margin-bottom: 43px;
}
.pc_left h2{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    margin-bottom: 10px;
}
.pc_left p{
    width: 537px;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin-bottom: 20px;
}
.pc-list{
    width: 537px;
    height: 68px;
    margin-bottom: 67px;
}
.qr-box{
    float: left;
    width: 206px;
    height: 254px;
    background: url(../images/qr-bg.png?v=20240709180526) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qr-box img{
    width: 150px;
    height: 150px;
    border-radius: 6px;
}
.download-box{
    float: right;
    width: 268px;
}
.pc_ios_download{
    display: block;
    width: 268px;
    height: 65px;
    background: url(../images/pc-ios.png?v=20240709180526) no-repeat;
    background-size: 100%;
    margin: 50px 0 30px 0;
}
.pc_ios_download:hover{
    background: url(../images/pc-ios-hover.png?v=20240709180526) no-repeat;
    background-size: 100%;
}
.pc_and_download{
    display: block;
    width: 268px;
    height: 65px;
    background: url(../images/pc-and.png?v=20240709180526) no-repeat;
    background-size: 100%;
}
.pc_and_download:hover{
    background: url(../images/pc-and-hover.png?v=20240709180526) no-repeat;
    background-size: 100%;
}
.mobile_wrap{
    background: url(../images/h5-bg.png?v=20240709180526) no-repeat;
    background-size: cover;
    padding: 1rem 0.7rem 1.18rem 0.7rem;
    position: relative;
}
.h5-logo{
    width: 2.56rem;
    height: 0.72rem;
    margin-bottom: 0.4rem;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}
.mobile_wrap h2{
    font-size: 0.3rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.mobile_wrap p{
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
}
.h5-list{
    width: 5.92rem;
    height: 0.8rem;
    margin-bottom: 0.64rem;
}
.h5-right{
    width: 4.94rem;
    height: 6.02rem;
    margin-bottom: 0.31rem;
    z-index: 9;
    position: relative;
}
.h5-download-box{
    z-index: 9;
    position: relative;
}
.h5_ios_download{
    display: block;
    margin: 0 auto;
    width: 4.6rem;
    height: 0.99rem;
    margin-bottom: 0.51rem;
    background: url(../images/h5-ios.png?v=20240709180526) no-repeat;
    background-size: 100%;
}
.h5_and_download{
    display: block;
    margin: 0 auto;
    width: 4.6rem;
    height: 0.99rem;
    background: url(../images/h5-and.png?v=20240709180526) no-repeat;
    background-size: 100%;
}
.h5-bottom-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4.82rem;
    background: url(../images/h5-bg-bottom.png?v=20240709180526);
    background-size: 100%;
}

@media only screen and (min-width: 700px) {
	.mobile_wrap{
        display: none;
    }
}
@media only screen and (max-width: 700px) {
  .pc_wrap{
    display: none;
  }
}