.paycodeleft {
    width: 40%;
    margin-top: 30px;

}

.paycode {
    display: flex;
}

.paycard {
    width: 100%;
    height: 370px;
    border: 1px solid #000000;
}

.paycodeleft h3 {
    height: 41px;
    background: #FFD273;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 41px;
    text-align: center;
}

.paycodeleft .tishi {
    width: 100%;
    height: 70px;
    background: #EAF1E3;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.paycodeleft .names {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 5%;
    box-sizing: border-box;
}

.paycodeleft .inputBox {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 5%;
    box-sizing: border-box;
    align-items: center;
}

.paycodeleft .inputBox input {
    width: 70%;
    height: 44px;
    border-radius: 7px;
    border: 1px solid #000000;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
}

.paycodeleft .inputBox span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.paycodeleft .btnGroup {
    text-align: center;
    margin-top: 35px;
}

.paycoderight {
    width: 55%;
    padding-left: 5%;
    box-sizing: border-box;
    margin-top: 30px;

}

.paycoderight .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.paycoderight .title span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.paycoderight .title .titleright {
    width: 40%;
}

.passwordbox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passwordbox .boxbg {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 500px
}

.passwordbox .boxbg .title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.passwordbox .newscroll{
    max-height: 60vh;
    overflow-y: scroll;
}
.passwordbox .newscroll img{
    width: 100%;
}

.passwordbox .boxbg .close {
    font-size: 30px;
    font-weight: normal;
    cursor: pointer;
}
.passwordbox .inputbox{
    margin: 30px 0;
}
.passwordbox .boxbg input {
    width: 100%;
    height: 44px;
    border-radius: 7px;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
}

.passwordbox .btnGroup {
    display: flex;
    justify-content: center;
}

.transBox {
    width: 96%;
    max-width: 600px;
    height: auto;
    border: 1px solid #000000;
    margin: 30px auto 100px;
}

.transBox .title {
    width: 100%;
    height: 42px;
    background: #FFD273;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transBox .title img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.transBox .tishi {
    width: 100%;
    height: 84px;
    background: #EAF1E3;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transBox .formbox {
    padding: 20px 30px;
    box-sizing: border-box;
}

.mb-3 {
    margin-bottom: 15px;
}

.transBox .form-label {
    font-size: 14px;
    color: #000;
}

.transBox .form-control {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #000000;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
}

.transnum {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transleft {
    width: 70%;
}

.transnum .form-control {
    width: 100%;
}

.available {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.available span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.available .num {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 25px;
}

.transBtn {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.extractbox {
    display: flex;
    justify-content: space-between;
}

.exleft {
    width: 35%;
}

.exright {
    width: 65%;
    padding-left: 5%;
    box-sizing: border-box;
}

.exleft h3 {
    margin-bottom: 30px;
}

.exleft .form-label {
    margin-bottom: 10px;
    display: block;
}

.exleft .ant-input {
    width: 100%;
    height: 44px;
    border-radius: 7px;
    border: 1px solid #000000;
    margin-bottom: 6px;
    padding: 0 10px;
    box-sizing: border-box;
}

.walleraddress {
    margin-top: 10px;
}

.exleft .warn {
    margin-bottom: 15px;
}

.exleft .btnGroup {
    margin: 10px 0;
}

.goodsbox .topnav {
    display: flex;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.goodsbox {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.goodsbox .topitem {
    width: 25%;
    text-align: center;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goodsinfo {
    display: flex;
    background: #fff;
}

.goodsbox .topitem img {
    width: 50px;
    height: 50px;
}
.orderinfo{
    display: flex;justify-content: space-between;
}
.orderinfo .left,.orderinfo .right{
    width: 48%;
    border: 1px solid #000;
}
.orderinfo p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;display: flex;flex-wrap: wrap
}
.orderinfo p span{
    display: block;width: 50%;box-sizing: border-box;
}
.orderinfo .card-body .pay{
    width: 100%;
    height: 36px;
    background: #FFE6C3;
    border-radius: 4px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}
.orderBtn{
    margin: 30px auto;text-align: center;
}
button{
    cursor: pointer;
}
@media (max-width:768px) {

    .paycode,
    .contBox,
    .extractbox {
        flex-direction: column;
    }

    .passwordbox .boxbg {
        width: 80%;
    }

    .paycodeleft,
    .paycoderight,
    .contBox .left,
    .contBox .right,
    .exleft,
    .exright {
        padding-left: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 15px !important;
    }
}