html,
body {
    margin: 0;
    padding: 0;
    background: #000000;
}

.con1Box {
    width: 100%;
    height: 132px;
    background: #000000;
    display: flex;
    justify-content: center;
}

.con1 {
    width: 1440px;
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
}

.con1img1 {
    height: 100%;
}

.con1img2 {
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

.con1tt {
    display: flex;
    align-items: center;
    position: relative;
}

.con1tt span {
    color: #FFFFFF;
    font-size: 17px;
}
.con1select{
    display: none;
    position: absolute;
    bottom: -75px;
    right: 0;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    color: #000;
}
.con1select div{
    padding: 10px;
    cursor: pointer;
}

.con1select div:nth-child(1){
    border-bottom: 1px solid #000;
}

.con2Box {
    width: 100%;
    /* height: 720px; */
    background: linear-gradient(139deg, #59FF95 0%, #FDD240 100%);
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.con2 {
    width: 1440px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.con2l1 {
    text-transform: capitalize;
    font-size: 60px;
    color: #000000;
    line-height: 77px;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 600;
}

.con2l2 {
    margin-top: 48px;
    font-size: 36px;
    color: #000000;
    line-height: 44px;
    margin-bottom: 38px;
}
.con2l3{
    display: flex;
}
.downloadBtn{
    width: 192px;
height: 67px;
background: #FFFFFF;
border-radius: 38px;
margin-right: 10px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.downloadBtn img{
    width: 24px;
height: 24px;
}
.downloadBtn span{
    font-size: 22px;
color: #000000;
line-height: 24px;
margin-left: 20px;
}
.con2r{
    margin-top: 84px;
}
.con2r img{
    width: 600px;
}

.con3Box {
    width: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
}

.con3{
    width: 1440px;
}
.con3tt{
    font-size: 29px;
color: #FFFFFF;
line-height: 35px;
margin: 106px 0 38px 0;
}
.con3t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.con3tItem{
 position: relative;
 margin-bottom: 58px;
}
.con3Tag{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 19px;
    color: #FFFFFF;
    width: 103px;
height: 43px;
line-height: 43px;
text-align: center;
background: #000000;
border-radius: 22px;
backdrop-filter: blur(9px);
}
.con3img1{
    width: 346px;
    height: 240px;
    margin-bottom: 20px;
}
.con3img2{
    width: 38px;
    height: 38px;
    margin-right: 10px;
}
.con3head{
    display: flex;
}
.con3head1{
    font-size: 17px;
    color: #FFFFFF;
    line-height: 17px;
    margin-bottom: 3px;
}
.con3head2{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
}
.con3head2 img{
    width: 14px;
    height: 12px;
}
.con3tItemTT{
    font-size: 19px;
color: #FFFFFF;
line-height: 24px;
margin-bottom: 5px;
}
.line{
    width: 1440px;
height: 1px;
background: #3C3C3C;
margin: 104px auto 88px;
}

.con4Box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 97px;
}

.con4 {
    width: 1440px;
    display: flex;
    justify-content: space-between;

    font-size: 17px;
color: #6C6C6C;
}
.con41{
    display: flex;
    cursor: pointer;
}


.background-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dialog1{
    display: none;
  }
  .dialogBox{
    width: 576px;
height: 384px;
background: #000000;
border-radius: 19px;
text-align: center;
position: relative;
  }
  .dialogClose{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    cursor: pointer;
  }
  .dialogBoxTT{
    font-size: 24px;
color: #FFFFFF;
line-height: 29px;
margin: 48px 0 58px 0;
  }
  .dialogBoxBtn{
    width: 432px;
height: 77px;
background: #181818;
border-radius: 14px;
border: 1px solid #3C3C3C;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 28px;
cursor: pointer;
  }
  .dImg1{
    width: 29px;
    height: 34px;
 margin-right: 29px;
}
.dialogBoxTT1{
    font-size: 17px;
    color: #FFFFFF;
    line-height: 29px;
}
.dialogBoxTT2{
    font-size: 24px;
color: #FFFFFF;
line-height: 29px
}

.qr{
    width: 240px;
    height: 240px;
    margin: 0 auto 100px;
}
.ppcon{
    font-size: 17px;
color: #FFFFFF;
line-height: 24px;
margin: 0 57px 57px 57px;
text-align: left;
overflow-y: scroll;
height: 560px;

}
.ppcon div{
    margin-bottom: 20px;
}


::-webkit-scrollbar {
    width: 8px; /* 滚动条的宽度 */
    height: 8px; /* 滚动条的高度 */
}
 
/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
    background: #f1f1f100; /* 轨道颜色 */
}
::-webkit-scrollbar-thumb {
    background: #3C3C3C; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
}




















