.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shadow_box {
    margin-top: 60px;
    width: 314px;
    height: 384px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 45px;
}


.top_box {
    width: 100%;
    height: 90px;
    padding: 25px 10px 15px 15px;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.top_box .left_icon {
    margin-right: 15px;
    width: 46px;
    height: 50px;
}

.top_box .right_box .name {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.top_box .right_box .order {
    margin-top: 6px;
    font-size: 14px;
    font-family: PingFangSC;
    color: #666666;
}

.bottom_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.code_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}
.shadow_box .coin_number {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 800;
    color: #1D7AEF;
}

.shadow_box .coin_number span {
    font-size: 12px;
    font-weight: 500;
    color: #1D7AEF;
}

.shadow_box .qrcode {
    margin-top: 10px;
    padding: 5px;
    box-sizing: border-box;
    background-color: white !important;
}

.bottom_box .icon_img {
    width: 24px;
    height: 24px;
    background-image: url("../img/code_img.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    /* border-radius: 50%; */
    position: absolute;
    top: 79px;
    left:50%;
    margin-left: -12px;
}

.bottom_box .countdown_box {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.bottom_box .countdown_box span {
    color: #FF0101;
}

.bottom_box .timeout_box {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-top: 60px;
    color: #FF0101;
}
.bottom_box .order_success {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-top: 60px;
    color: rgb(12, 151, 12);
}

.open_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 314px;
    height: 50px;
    background: #F77858;
    box-shadow: 0px 1px 2px 0px rgba(208, 88, 58, 1);
    border-radius: 4px;
    font-size: 19px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #FFFFFF;
}

.download_btn {
    margin-top: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 314px;
    height: 50px;
    background: #0DB090;
    box-shadow: 0px 1px 2px 0px rgba(15, 154, 126, 1);
    border-radius: 4px;
    font-size: 19px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #FFFFFF;
}