.wrapper {
    background: url('../img/vip/bg-pc.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* align-items: flex-start; */
}

.content {
    display: flex;
    width:1170px;
    min-width: 1170px;
    height:632px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.container {
    padding-top: 0;
}

.center2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftbox {
    display: flex;
    height:632px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:540px;
    border-radius: 24px;
    margin-right:20px ;
    background: #00000033;
   
}
.qr_container{
    margin-top:32px;
    width: 420px;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scan-text{
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 18px;
}
.corner{
     width: 64px;
     height: 64px;  
     position:absolute; 
}
.top-left {
    top: 0px;
    left: 0px;
    border-top-left-radius: 13px;
    border-left: 2px solid #F2C94C;
    border-top: 2px solid #F2C94C;
    border-right: none;
    border-bottom: none;
  }
  .top-right {
    top: 0px;
    right: 0px;
    border-top-right-radius: 13px;
    border-right: 2px solid #F2C94C;
    border-top: 2px solid #F2C94C;
    border-left: none;
    border-bottom: none;

  }
  .bottom-left {
    bottom: 0px;
    left: 0px;
    border-bottom-left-radius: 13px;
    border-left: 2px solid #F2C94C;
    border-bottom: 2px solid #F2C94C;
    border-right: none;
    border-top: none;
  }
  .bottom-right {
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 13px;
    border-right: 2px solid #F2C94C;
    border-bottom: 2px solid #F2C94C;
    border-left: none;
    border-top: none;
  }
.tip {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    padding: 12px;
    margin-right: 10px;
}

.leftbox p {
    color: #FFF;
    text-align: center;
    /* H5 Bold */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  
   
    /* 28px */
}

.tip img {
    animation: spin 2s linear infinite;
    width: 28px;
    height: 28px;
   
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


#canvas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 366.67px;
    height: 366.67px;
    background: rgba(255, 255, 255, 0.40);
}

.money_wrap {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.leftbox .subtitle {
    color: var(--neutral-gray-200, #EAECF0);
    text-align: center;
    margin-top: 40px;
    /* Body */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.boxright {
    gap: 16px;
    width:610px;
    height:632px;
}

.boxright .title {
    color: var(--neutral-gray-800,#FFFFFF);
    text-align: center;

    /* H5 Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    /* 28px */
}

.boxright .subtitle {
    color: var(--neutral-gray-600, #475467);
    text-align: center;

    /* Body1 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.bluebox {
    width:610px ;
    height:412px;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    background:#FFF ;
    border-radius: 12px;
    margin-bottom: 20px;
}
.bank-box{
    height:452px ;
}
.usdtBox{
    height:356px ;
}
.bluebox .cell {
    justify-content: space-between;
    display: flex;
    padding-bottom: 22px;
    align-items: center;
    align-self: stretch;
   border-bottom: 1px solid #666666;
    margin-bottom: 0;
}

.bluebox .cell .icons {
    width: 24px;
    height: 24px;
}

.bluebox .cell .copy {
    width: 20px;
    height: 20px;
}

.bluebox .cell .txt {
    /* Body1 */
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 400px;
}

.bluebox .cell span:before {
    background: url(../../img/Icon/copy.png) no-repeat center/contain;
}

.info-wrap{
    /* height: 60px; */
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info-wrap label{
    /* color: #F2C94C; */
    color: #B5A642  ;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.info-wrap p{
   line-height: 28px;
    font-size: 18px;
}
.copy-box{
    background: #F2C94C;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 68px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.box-notice {
    position: relative;
    text-align: left;
    width: 610px;
    height: auto;
    /* height: 200px; */
    height: auto;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px #00000012;
    padding:24px 16px;
}
.momo-notice{
    height: 200px;
}
.bank-notice{
    height: 160px;
}
.usdt-notice{
    height: 256px;
}

.notice-list {
    text-indent: 0;
    padding-left: 0;
}

.notice-li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #000000;
    /* Body2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 24px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    /* 16.8px */
}

.notice-li span {
    line-height: 140%;
    margin-left: 3px;
    margin-right: 3px;
}

.notice-li .dian {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.notice {
    width: 100%;
    height: 100vh;
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -344px;
    margin-top: -360px;
    width: 770px;
    height: 508px;
}

.notice .icons {
    width: 128px;
    height: 128px;
}

.notice .titles {
    text-align: center;
    /* Body Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 8px;
    color: #EEEEEE;
    /* 22.4px */
}

.successbox,
.errorbox,
.settingbox,
.warringbox,
.notice {
    /* display: flex; */
}


.notice {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 770px;
    height: 508px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -385px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.16);
    background-color: #000000;
    border-radius: 12px;
}

.successbox,
.errorbox,
.settingbox,
.warringbox {
    display: none
}


.notice .success {
    color: var(--success-600, #039855);
    text-align: center;
    display: block !important;
}

.notice .error {
    color: var(--success-600, #D92D20);
    text-align: center;
}

.notice .setting {
    color: var(--success-600, #344054);
    text-align: center;
}

.notice .warring {
    color: var(--success-600, #DC6803);
    text-align: center;
}
.tips-title {
    margin-top:36px;
    font-size: 24px;
    font-weight: 700;
    color: #F2C94C;
}
.notice .btns {
    border-radius: 12px;
    background: var(--neutral-gray-200, #444444);
    margin-top: 60px;
    display: flex;
    width: 530px;
    height: 52px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--neutral-gray-700, #CCCCCC);
    text-align: center;

    /* Body1 Bold */
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 19.6px */
}

.absolute {
    position: absolute;
    background: url(../../img/Icon/Union.png) no-repeat;
    /* min-width: 140px; */
    padding: 0 13px;
    height: 45px;
    flex-shrink: 0;
    color: var(--neutral-gray-25, #FCFCFD);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    right: -17px;
    top: -40px;
    background-size: 100% 95%;
    display: none;
    justify-content: center;
    /* align-items: center; */
    padding-top: 6px;
    white-space: nowrap;
}

.relative {
    position: relative;
}











.rowc {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

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

body {
    background-image: none;
}