.Wallet-pc {
    background: linear-gradient(180deg, #FFDFC1 0%, rgba(254, 245, 228, 0.88) 30%, #FFFFFF 100%);
    height: 100%;
}

.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;
}

.Downloads {

    font-size: 48px;
    font-weight: 600;
    color: #333;
    align-items: center;
    margin-top: 40px;
    width: 600px;
}

.Join {

    width:50%;
    font-size: 28px;
    color: #939393;
}

.Downloads>span:nth-child(1) {
    color: #F86F45;
}

.phones {
    width: 468px;
    height: 468px;
}

.Wallet-pood {
    position: relative;
    padding: 0 320px;
    box-sizing: border-box;
    z-index: 999;
}

.phoneso {
    width: 1000px;
    height: 840px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 66;
}

.phoneso>img {
    width: 100%;
    height: 100%;
}

.phones>img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
}

.JOIN-pc {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}

.JOIN-pc>button {
    width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 85px;
    border: none;
    background-color: #F86F45;
    color: #fff;
}


.money {
    width: 48px;
    height: 48px;
    background-color: #DEE5FF;
    border-radius: 12px;
}

.money>img {
    width: 32px;
    height: 32px;
}

.piece-pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 20px;
    box-shadow: 0px 4px 12px 4px rgba(217, 217, 217, 0.5);
    border-radius: 48px 48px 48px 48px;
    margin: 80px 0 160px;
    background: #FFFFFF;
    z-index: 999 !important;
}

.piecepc-div {
    width: 30%;
}

.piecepc-div:nth-child(n+3) {
    margin-top: 20px;
}

.piecepc-div>p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0;
}

.piecepc-div>p:nth-child(3) {
    font-size: 16px;
    color: #939393;
}

.waht-vis {
    background: rgba(255, 201, 153, 0.1);
}

.waht-tip {
    box-shadow: 0px 4px 12px 4px rgba(217, 217, 217, 0.5);
    background: #FFFFFF;
}

.wahts {
    width: 94%;
    margin: 0 auto;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 0 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
}

.wahts>div {
    flex: 1;
}

.wahts>div>p {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.Digitalwallet {
    width: 94%;
    margin: 0 auto 40px;
    background: linear-gradient(180deg, #2D31A3 0%, #6586FF 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-vid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.Digitalwallet-vid>div:nth-child(2) {
    margin: 0 100px;
}

.Digitalwallet-tip {
    margin: 20px 0 16px;
    font-size: 20px;
    font-weight: bold;
}

.Digitalwallet-mar {
    margin-top: 0px;
    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-pc {
    background-color: #FFFAF5;
    padding: 40px 200px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.FAQ-tip {
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.pc-ul {
    padding: 0 20px;
    width: 100%;
}

.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-pc {
    height: 708px;
    width: 708px;
    margin: 0 auto;
    padding-top: 120px;
    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-pc>p:nth-child(2) {
    margin: 20px 0 40px;
}

.new-div {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    border: 1px #000 solid;
    border-radius: 16px;

    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.qrcodeCanvas {
    width: 172px;
    height: 172px;
}

.new-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-img>img {
    width: 34px;
    height: 34px;
}