.Wallet-web {
    background: linear-gradient(180deg, #FFDFC1 0%, #FEF5E4 1%, #FFFFFF 16%);
    height: auto;
    padding-bottom: 3rem;
}
.h3-div{
    font-size: 20px;
    font-weight: bold;
    margin-left: 12px;
}
.Group{
    width: 42px;
    height: 42px;
}
.Wallet-tip {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    display: flex;
    align-items: center;
}

.Download {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 600;
    color: #333;
    align-items: center;
    margin-top: 40px;
    width: auto;
}

.Download>span:nth-child(1) {
    color: #FF8723;
}

.phone {
    width: 90%;
    height: 0;
    padding-bottom: 90%;
    position: relative;

}

.phone>img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.JOIN {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.JOIN>button {
    width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 85px;
    border: none;
    background-color: #F86F45;
    color: #fff;
}

.Wallet-tip>button{
    width: 119px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 85px;
    margin-left: auto;
    border: none;
    background-color: #F86F45;
    color: #fff;
}
.money {
    width: 48px;
    height: 48px;
    background-color: #FFFAF5;
    border-radius: 12px;
}

.money>img {
    width: 32px;
    height: 32px;
}

.piece {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 20px;
    box-shadow: 0px 0px 0px 0px rgba(217, 217, 217, 0.5);
    margin:0;
    background-color: #fff;
}

.piece-div {
    width: 45%;
}

.piece-div:nth-child(n+3) {
    margin-top: 20px;
}

.piece-div>p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0;
}

.piece-div>p:nth-child(3) {
    font-size: 16px;
    color: #939393;
}

.waht-vi {
    background-image: url("./web/Group 48095405.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.waht-tip{
    box-shadow: 0px 4px 12px 4px rgba(217,217,217,0.5);
    background: #FFFFFF;
}
.waht {
    border-radius: 40px;
    width: 94%;
    margin: 0 auto 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
}

.waht>p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.waht>p:nth-child(2) {
    margin-bottom: 20px;
}
.Digitalwallet{
    width: 94%;
    margin: 0 auto 40px;
    background: linear-gradient( 180deg, #FF8723 0%, #FFC999 100%);
    border-radius: 40px 40px 40px 40px;
    padding: 40px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.Digitalwallet-tip{
    margin: 20px 0 16px;
    font-size: 20px;
    font-weight: bold;
}
.Digitalwallet-mar{
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.Digitalwallet-mar>img{
   margin-right: 8px;
}
.Databse{
    width: 94%;
    margin: 0 auto 40px; 
    padding: 40px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.FAQ{
    background-color: #FFFAF5;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.FAQ-tip{
    font-size: 20px;
    font-weight: bold;
}
.FAQ-ul{
    padding: 0 20px;
    width: fit-content;
}
.FAQ-lis{
  margin-bottom: 26px;  
}
.FAQ-li{
    display: flex;
    line-height: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.19);
}
.accordion-content{
    display: none;
}
.rotate {
    transform: rotate(90deg);
    transition: transform 0.5s ease; /* 添加过渡效果，使旋转更平滑 */
}

.QRcode{
    height: auto;
    width: auto;
    margin: 64px 0 ;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./web/diq.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.QRcode>p:nth-child(2){
    margin: 20px 0;
}
.new-div {
    width: 196px;
    height: 196px;
    margin-bottom: 20px;
    border: 1px #000 solid;
    border-radius: 16px;

    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .qrcodeCanvas{
    width: 172px;
    height: 172px;
 }