.success-wrapper {
    display: none;
}

.success-wrapper {
    padding: 48px 96px 96px 78px;
    height: 100%;
}

.success-wrapper .flex-box {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.success-wrapper .title {
    text-align: center;
    font-size: 36px;
    line-height: 56px;
    font-weight: 600;
}

.success-wrapper .second-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 550;
}

.success-wrapper .wechat-qrcode-box {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-wrapper .tips {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}

.serial-number-wrapper {
    padding: 48px 96px 96px 78px;
}


.step-title {
    font-weight: 600;
    font-size: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.circle {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 18px;
    box-sizing: border-box;
    background: #fff;
    transition: .15s ease-out;
    border-radius: 50%;
    border: 3px solid #000;
    margin-right: 5px;
}

.second-step {
    display: none;
}


.item-group {
    margin-bottom: 30px;
}

.protocol-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
}

.protocol-content .checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 4px 8px 0 0;
    color: #000;
}

.protocol-option .error-tips {
    color: #d62929;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
}

.button-container {
    width: 20%;
}

.button-container.submit, .button-container.next {
    margin-left: 15px;
}

.ant-drawer .content .item {
    display: flex;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
}

.ant-drawer .content .item:first-child {
    margin-top: 35px;
}

.ant-drawer .content .item .goods-image {
    width: 30%;
}

.ant-drawer .content .item .goods-image img {
    width: 100%;
}

.ant-drawer .content .item .info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ant-drawer .content .item .info .goods-name {
    margin-bottom: 5px;
}

.history-popup {
    padding: 20px 32px;
}

.popup-title .i-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.popup-title .title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: .004em;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.popup-content .item {
    display: flex;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
}

.popup-content .item .goods-image {
    width: 20%;
}

.popup-content .item .goods-image img {
    width: 100%;
}

.popup-content .item .info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-content .item .info .goods-name {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .success-wrapper {
        margin-bottom: 60px;
    }

    .success-wrapper, .serial-number-wrapper {
        padding: 32px 24px;
    }

    .success-wrapper .title {
        font-size: 28px;
    }

    .step-title {
        font-size: 18px;
    }

    .circle {
        width: 24px;
        height: 24px;
        font-size: 14px;
        border: 2px solid #000;
    }

    .protocol-content {
        font-size: 12px;
        line-height: 18px;
    }

    .protocol-content .checkbox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 2px 15px 0 0;
    }

    .button-container {
        width: 50%;
    }

    .button-container.next {
        width: 50%;
    }
}