.computer {
    display: block
}

#pc {
    min-height: 100vh
}

.mobile {
    display: none
}

main {
    padding-bottom: 20px
}

@media (max-width: 1200px) {
    .mobile {
        display: block
    }
    .computer {
        display: none
    }
}

body {
    background-color: #F5F5F7
}

.topBar {
    width: 100%;
    height: 84px;
    text-align: center;
    font-size: 20px;
    background-color: #ff7100
}

.info-card-box {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 1100px
}

.info-left {
    width: 164px;
    background: #fff;
    border-radius: 16px
}

.info-left li {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    border-left: 5px solid rgba(0, 0, 0, 0);
    box-sizing: border-box
}

.info-left li span {
    color: #959595
}

.info-left li img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: grayscale(100%)
}

.info-left li:first-child {
    border-radius: 0 16px 0 0
}

.info-left li:last-child {
    border-radius: 0 0 16px 0
}

.info-left li:hover {
    background-color: #fff4e6;
    border-left: 5px solid #ff7100
}

.info-left li:hover span {
    color: #ff7100
}

.info-left li:hover img {
    filter: grayscale(0%)
}

.info-left .selectActive {
    background-color: #fff4e6;
    border-left: 5px solid #ff7100
}

.info-left .selectActive span {
    color: #ff7100
}

.info-left .selectActive img {
    filter: grayscale(0%)
}

.info-right {
    width: calc(100% - 185px);
    height: 100%
}

.info-right::-webkit-scrollbar {
    display: none
}

.info-right .left-top-card {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 13px
}

.info-right .left-top-card .topCard-info {
    width: 169px;
    height: 190px;
    border: 3px solid rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 3px 6px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 18px
}

.info-right .left-top-card .topCard-info img {
    width: 88px;
    height: 88px;
    object-fit: contain
}

.info-right .left-top-card .topCard-info p {
    font-size: 14px;
    font-weight: 500;
    color: #747474;
    line-height: 1.2;
    padding: 0 5px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.info-right .left-top-card .topCard-info:hover {
    border: 2px solid #ff7100;
    background-image: url(/resource/images/cornerMark.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 52px;
    background-color: #F8FAFC
}

.info-right .left-top-card .topCard-info-select {
    border: 2px solid #ff7100;
    background-image: url(/resource/images/cornerMark.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 52px;
    background-color: #F8FAFC
}

.info-right .left-faceValue {
    background-color: #fff;
    padding: 15px 30px
}

.info-right .left-faceValue .box_face-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.info-right .left-faceValue .title {
    font-weight: 400;
    color: #000000;
    margin-right: 31px;
    padding-top: 40px
}

.info-right .left-faceValue .opcitys-box {
    opacity: 0
}

.info-right .left-faceValue .val-info {
    width: calc(100% - 96px);
    display: flex;
    flex-direction: row;
    justify-content: "";
    align-items: center;
    flex-wrap: wrap
}

.info-right .left-faceValue .val-info .faceValue-options {
    position: relative;
    width: 208px;
    padding: 0 14px;
    background-color: #fff;
    border: 2px solid #DFE5F0;
    cursor: pointer;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 30px 15px 0
}

.info-right .left-faceValue .val-info .faceValue-options .faceValue-title {
    font-weight: 500;
    color: #FF7100;
    margin-bottom: 10px
}

.info-right .left-faceValue .val-info .faceValue-options .faceValue-value-box {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center
}

.info-right .left-faceValue .val-info .faceValue-options .faceValue-value-box label {
    display: inline-block;
    height: 14px;
    width: 0;
    border-left: 1px solid #CCCCCC;
    margin: 0 6px
}

.info-right .left-faceValue .val-info .faceValue-options .faceValue-value-box .faceValue-value {
    color: #333333
}

.info-right .left-faceValue .val-info .faceValue-options .faceValue-value-box .faceValue-discount {
    color: #FA7375
}

.info-right .left-faceValue .val-info .faceValue-options:hover {
    border: 2px solid #ff7100;
    background-image: url(/resource/images/cornerMark2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 52px;
    background-size: 100% auto
}

.info-right .left-faceValue .val-info .faceValue-options-select {
    border: 2px solid #ff7100;
    background-image: url(/resource/images/cornerMark2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 52px;
    background-size: 100% auto
}

.info-right .left-faceValue .val-info .maintenance-card-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, 0.27);
    border-radius: 16px;
    cursor: not-allowed
}

.info-right .left-faceValue .val-info .maintenance-card-box .maintenance-card-box-title {
    background: #FCF5E9;
    border-radius: 11px;
    padding: 4px 9px;
    font-size: 14px;
    font-weight: 400;
    color: #FA7375;
    position: absolute;
    right: 6px;
    top: 6px
}

.info-right .left-faceValue .face-time-box-grens {
    background: #EEF8D9;
    border-radius: 8px;
    border: 1px solid #458B00;
    padding: 14px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #458B00;
    line-height: 1.5
}

.info-right .left-faceValue .face-time-box-grens span {
    color: #FA7375
}

.info-right .table-from {
    background-color: #fff;
    padding: 30px
}

.info-right .table-from .cardNumber {
    width: 300px
}

.info-right .table-from .card-message {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: "";
    align-items: "";
    border: 1px solid #dfe5f0
}

.info-right .table-from .card-message #cardarea {
    width: 100%;
    height: 330px;
    font-size: 14px;
    border-radius: 16px 0px 0px 16px;
    line-height: 35px;
    padding: 0 1%;
    resize: none;
    vertical-align: top;
    background: url(/resource/images/textarea_bg.png) repeat
}

.info-right .table-from .card-message .card-tips {
    width: 85%;
    height: 330px;
    border-radius: 0px 16px 16px 0px
}

.info-right .table-from .card-message .card-tips .hint {
    width: 100%;
    height: 45%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.info-right .table-from .card-message .card-tips .hint img {
    width: 70px;
    height: 70px
}

.info-right .table-from .card-message .card-tips .hint-bottom {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.info-right .table-from .card-message .card-tips .hint-bottom .hint-bottom-txt {
    width: 370px
}

.info-right .table-from .card-message .card-tips .hint-bottom .hint-bottom-txt .txt-rule {
    font-size: 16px;
    color: #FA7375
}

.info-right .table-from .card-message .card-tips .hint-bottom .hint-bottom-txt .example {
    color: #999999;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info-right .table-from .card-tidyup {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start
}

.info-right .table-from .card-tidyup .el-button {
    margin-right: 15px;
    background-color: #FF7100
}

.info-right .table-from .submit-btn .input-submit {
    display: flex
}

.info-right .table-from .submit-btn .input-submit .subnit-way {
    margin-right: 14px;
    width: 282px;
    padding: 12px 0;
    background: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #DFE5F0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1
}

.info-right .table-from .submit-btn .input-submit .subnit-way img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    filter: grayscale(100%)
}

.info-right .table-from .submit-btn .input-submit .subnit-way span {
    font-size: 16px;
    font-weight: 500;
    color: #999999
}

.info-right .table-from .submit-btn .input-submit .subnit-way:hover,
.info-right .table-from .submit-btn .input-submit .subnit-way:focus {
    background-image: url(/resource/images/subscript.png);
    border-color: #ff7100;
    background-size: 37px 31px;
    background-repeat: no-repeat;
    background-position: 245px bottom;
    background-color: #ffffff
}

.info-right .table-from .submit-btn .input-submit .subnit-way:hover img,
.info-right .table-from .submit-btn .input-submit .subnit-way:focus img {
    filter: grayscale(0%)
}

.info-right .table-from .submit-btn .input-submit .subnit-way:hover span,
.info-right .table-from .submit-btn .input-submit .subnit-way:focus span {
    color: #333333
}

.info-right .table-from .submit-btn .input-submit .sing-select {
    background-image: url(/resource/images/subscript.png);
    border-color: #ff7100;
    background-size: 37px 31px;
    background-repeat: no-repeat;
    background-position: 245px bottom;
    background-color: #ffffff
}

.info-right .table-from .submit-btn .input-submit .sing-select img {
    filter: grayscale(0%)
}

.info-right .table-from .submit-btn .input-submit .sing-select span {
    color: #333333
}

.info-right .table-from .submit-btn .input-submit .more-select {
    border: 2px solid #ff7100;
    background-image: url(/resource/images/submitjb.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom;
    background-size: auto 52px
}

.info-right .table-from .submit-btn .qr-submit .el-button {
    width: 222px;
    height: 52px;
    border: 5px solid #DFE5F0 !important;
    border-radius: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: none !important
}

.info-right .table-from .submit-btn .qr-submit .el-button:hover,
.info-right .table-from .submit-btn .qr-submit .el-button:focus {
    background-color: #fff;
    color: #FF7100 !important
}

.info-right .table-from .submit-btn .qr-submit .sing-select {
    color: #FF7100 !important;
    border: 2px solid #ff7100 !important;
    background-image: url(/resource/images/icon-erweima.png), url(/resource/images/submitjb.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 25% 50%, right bottom;
    background-size: auto 52px
}

.info-right .table-from .qr-upload .qr {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap
}

.info-right .table-from .qr-upload .qr .qrcode-item {
    cursor: pointer;
    width: 127px;
    height: 127px;
    background-color: #F9F9F9;
    border-radius: 10px;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative
}

.info-right .table-from .qr-upload .qr .qrcode-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.info-right .table-from .qr-upload .qr .qrcode-item .close-img-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px
}

.info-right .table-from .qr-upload .qr .el-upload {
    width: 127px;
    height: 127px;
    background-color: #F8FAFF;
    border-radius: 12px;
    border: 2px solid #DFE5F0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    margin-bottom: 7px
}

.info-right .table-from .qr-upload .qr .el-upload i {
    font-size: 18px;
    font-weight: bold;
    color: #D2D2D2
}

.info-right .table-from .qr-upload .qr .no-login-infos {
    width: 127px;
    height: 127px;
    position: absolute;
    top: 0
}

.info-right .table-from .qr-upload .p-itips {
    line-height: 1;
    margin-top: 8px
}

.info-right .table-from .confirm-btn {
    border: none;
    background-color: #FF7100;
    width: 168px;
    height: 54px;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    border-radius: 12px
}

.info-right .table-from .confirm-btn.disabled {
    background-color: #E5E5E5;
    cursor: not-allowed
}

.box-shadow {
    box-shadow: 0 3px 16px 1px rgba(210, 210, 210, 0.35)
}

.btn-confirm {
    width: 103px !important;
    height: 30px !important;
    background: #ff7100 !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 30px !important
}

.btn-cancel {
    width: 88px !important;
    height: 30px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 30px !important
}

.logo-caution {
    width: 288px;
    height: 41px;
    background-color: #ff7100;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.el-checkbox__label {
    font-size: 14px !important
}

.inventory-tips {
    background-color: #FFA433 !important
}

.inventory-tips p {
    font-size: 12px;
    font-weight: bold
}

.inventory-tips[x-placement^="top"] .popper__arrow:after {
    border-top-color: #FFA433
}

.inventory-tips[x-placement^="top"] .popper__arrow {
    border-top-color: #FFA433
}

.card-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 11
}

.dialog-content-box {
    position: fixed;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.close-info-box {
    width: 42px;
    height: 42px;
    margin: 28px auto 0
}

.close-info-box img {
    width: 100%;
    height: 100%
}

.dialog-content {
    padding: 27px 34.5px 40px;
    width: 459px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.21);
    border-radius: 40px;
    cursor: pointer
}

.dialog-content .dialog-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 32px;
    border-bottom: 1px solid #EEEEEE;
    width: calc(100% + 69px);
    padding-bottom: 27px;
    padding-left: 34.5px;
    margin-left: -34.5px;
    box-sizing: border-box
}

.dialog-content .dialog-content-txt {
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 1.5;
    margin-bottom: 36px
}

.dialog-content .dialog-content-txt span {
    font-size: 18px;
    font-weight: bold;
    color: #FA7375
}

.dialog-content .dialog-btn {
    width: 184px;
    height: 52px;
    background: #FF7100;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    margin: 0 auto
}

.dialog-content .confring-tips {
    font-size: 16px;
    font-weight: 400;
    color: #ff5c38;
    margin-bottom: 20px;
    text-align: center
}

.dialog-content .card-info-tabs {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
    text-align: center
}

.dialog-content .card-info-tabs span {
    font-size: 14px;
    color: #666666
}

.dialog-content .button-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.dialog-content .button-box .dialog-left-btn {
    width: 217px;
    height: 52px;
    border-radius: 26px 26px 26px 26px;
    opacity: 1;
    border: 2px solid #DFE5F0
}

.dialog-content .erriocns {
    width: 48px;
    height: 48px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dialog-content .error-tips {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 36px
}

.confinhg {
    width: 638px
}

.confinhg .confring-tips {
    font-size: 16px;
    font-weight: 400;
    color: #ff5c38;
    margin-bottom: 20px;
    text-align: center
}

.confinhg .card-info-tabs {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
    text-align: center
}

.confinhg .card-info-tabs span {
    font-size: 14px;
    color: #666666
}

.confinhg .card-info-contents {
    background: #FBFBFB;
    border-radius: 15px;
    border: 1px solid #DFE5F0;
    padding: 8px 14px;
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.confinhg .card-info-contents div {
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    padding: 14px;
    border-bottom: 1px solid #F2F2F2;
    text-align: center;
    box-sizing: border-box
}

.confinhg .card-info-contents div span {
    font-weight: 400
}

.confinhg .card-info-contents div .color-hui {
    color: #666666
}

.confinhg .card-info-contents div .color-red {
    color: #FA7375
}

.confinhg .card-info-contents div .color-grun {
    color: #00CE6F
}

.confinhg .card-info-contents div:nth-child(3) {
    border: 0
}

.confinhg .card-info-contents div:nth-child(4) {
    border: 0
}

.confinhg .card-info-contents .none-toase-box {
    border: 0
}

.confinhg .button-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.confinhg .button-box .dialog-left-btn {
    width: 45%;
    height: 52px;
    border-radius: 26px 26px 26px 26px;
    border: 2px solid #DFE5F0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 52px;
    text-align: center
}

.confinhg .button-box div {
    width: 45%
}

.submite-info-content .success-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px
}

.submite-info-content .success-content img {
    width: 40px;
    height: 40px;
    margin-right: 8px
}

.submite-info-content .success-content span {
    font-size: 16px;
    font-weight: 500;
    color: #333333
}

.submite-info-content .time-box-info {
    margin-bottom: 21px
}

.submite-info-content .time-box-info .tip-time {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px
}

.submite-info-content .time-box-info .card-info-contents {
    margin-bottom: 10px
}

.submite-info-content .time-box-info .tip-contes {
    font-size: 12px;
    font-weight: 400;
    color: #AAAAAA
}

.submite-info-content .card-img-code {
    width: 100%;
    margin-bottom: 26px
}

.recovery-limit {
    background: #FFEEEE;
    border-radius: 6px;
    border: 1px solid #FA7375;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FA7375
}

.off-shelf-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 16px
}

.off-shelf-box .off-shelf-box-content {
    padding: 29px 45px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 23px
}

.off-shelf-box .off-shelf-box-content img {
    width: 354px;
    object-fit: contain;
    margin-right: 51px
}

.off-shelf-box .off-shelf-box-content .off-shelf-box-content-right {
    font-size: 14px;
    font-weight: 400;
    color: #1C1A1B
}

.off-shelf-box .off-shelf-box-content .off-shelf-box-content-right :nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    color: #FA7375;
    margin: 23px auto 38px
}

.b-table-inventory {
    display: flex;
    align-items: center
}

.b-table-inventory .table-inventory {
    display: flex;
    align-items: center;
    border-top: 1px solid #DFE5F0;
    border-radius: 10px;
    border-left: 1px solid #DFE5F0;
    width: calc(100% - 100px);
    overflow: hidden
}

.b-table-inventory .table-inventory .table-inventory-item div {
    height: 51px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 51px;
    text-align: center;
    border-right: 1px solid #DFE5F0;
    border-bottom: 1px solid #DFE5F0
}

.b-table-inventory .table-inventory .table-inventory-item .question-hover:hover {
    color: #FF7100
}

.b-table-inventory .table-inventory>div:last-child {
    color: red
}

.b-table-inventory .table-inventory>div:last-child div:nth-child(1) {
    border-radius: 0 10px 0 0
}

.b-table-inventory .table-inventory>div:last-child div:nth-child(2) {
    border-radius: 0 0 10px 0
}

.table-from .el-form-item {
    display: flex;
    align-items: center
}

.table-from .no-right-box .el-form-item__content {
    margin-left: 0 !important
}

.table-from .no-right-box-batch.el-form-item {
    align-items: flex-start
}

.table-from .no-right-box-batch .el-form-item__content {
    width: 88%;
    margin-left: 0 !important
}

.table-from .el-form-item__label {
    width: auto !important;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-right: 31px;
    padding: 0
}

.table-from .chead-dasdjd-ds {
    margin-bottom: 0
}

.table-from .las_xcadaa {
    margin-bottom: 20px
}

.card-none-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh
}

.card-none {
    text-align: center
}

.card-none img {
    width: 350px
}

.card-none p {
    font-size: 14px;
    color: #787878;
    text-align: center
}

.discount-pxinder-box {
    margin-bottom: 15px
}

#box-card .back-page {
    display: none
}

.card-hobe:hover {
    color: #FFD9CB
}

.el-icon-question {
    color: #9DA4AC
}

@media (max-width: 1200px) {
    main {
        max-width: 750px
    }
    .home-footer {
        display: none
    }
}

.tips-card-bnodx {
    line-height: 1.5
}

.home-footer .ftop {
    display: none
}

.supply-discount .supply-top {
    padding: 32px;
    display: flex;
    flex-direction: row;
    justify-content: "";
    align-items: center
}

.supply-discount .supply-top .discount-title {
    height: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-right: 31px
}

.supply-discount .supply-top .discount-content {
    width: 88%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: "";
    align-items: center
}

.supply-discount .supply-top .discount-content .discount-input {
    width: 205px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.supply-discount .supply-top .discount-content .discount-input span {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px
}

.supply-discount .supply-top .discount-content .discount-input .el-input__inner:focus {
    border: 1px solid #FF7100
}

.supply-discount .supply-top .discount-content .el-button {
    width: 69px;
    height: 32px;
    border-radius: 16px !important;
    line-height: 0;
    background-color: #FF7100;
    color: #fff;
    border: 1px solid #e9e2e2;
    margin-right: 30px
}

.supply-discount .supply-top .discount-content .discount-tips {
    padding: 6px 8px;
    outline: 1px solid #FA7375;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FFEEEE;
    color: #FA7375
}

.supply-discount .supply-bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.supply-discount .supply-bottom .discount-title {
    height: 50%
}

.supply-discount .supply-bottom .supply-price {
    width: 88%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center
}

.supply-discount .supply-bottom .supply-price .price {
    width: 165px;
    height: 33px;
    border: 1px solid #FFA433;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background-color: #FCF5E9
}

body {
    background-color: #F6F6F6
}

.box-shadow {
    box-shadow: 0px 3px 16px 1px rgba(210, 210, 210, 0.35)
}

.bodyStyle .header-box {
    width: 100%;
    position: fixed;
    z-index: 9
}

.bodyStyle .header-box .header {
    width: 100%;
    height: 44px;
    background-color: #fff !important;
    background: url(/resource/images/h5logo.png) no-repeat;
    background-position: 5% 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.bodyStyle .header-box-substitute {
    width: 100%;
    height: 44px;
    background-color: #f1f1f3
}

.bodyStyle .search {
    max-width: 750px;
    width: 100%;
    background-color: #f1f1f3;
    padding: 7px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 54px;
    left: 50%;
    transform: translateX(-50%)
}

.bodyStyle .search .search-input {
    width: calc(90% - 76px);
    height: 40px;
    background: #FFFFFF;
    border-radius: 17px 17px 17px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 40px;
    padding: 0 13px;
    box-sizing: border-box;
    position: relative
}

.bodyStyle .search .search-input .icom-box {
    color: #828282;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%)
}

.bodyStyle .search .search-service {
    width: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.bodyStyle .h5-cards {
    max-width: 750px;
    width: 100%;
    height: calc(100vh - 115px);
    display: flex;
    position: fixed;
    top: 115px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.bodyStyle .h5-cards .cards-type {
    width: 93px;
    height: 100%;
    border-radius: 0 12px 12px 0
}

.bodyStyle .h5-cards .cards-type .coupon {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.bodyStyle .h5-cards .cards-type .coupon p {
    font-weight: 550
}

.bodyStyle .h5-cards .cards-type .coupon:first-child {
    border-radius: 0 12px 0 0
}

.bodyStyle .h5-cards .cards-type .coupon-select {
    border-left: 3px solid #FF7100;
    background-color: rgba(255, 164, 51, 0.12)
}

.bodyStyle .h5-cards .cards-type .coupon-select p {
    color: #FE6936
}

.bodyStyle .h5-cards .cards-classify {
    width: calc(100% - 93px);
    box-sizing: border-box;
    padding: 0 14px;
    overflow-y: scroll;
    position: relative
}

.bodyStyle .h5-cards .cards-classify .cards-info {
    border-radius: 8px;
    padding: 13px 13px 4px
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-type-name {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-type-name div {
    width: 4px;
    height: 17px;
    background: #FB7A32;
    border-radius: 3px
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-type-name span {
    font-size: 16px;
    font-weight: 550
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-mold {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-mold .mold-item {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 9px 0
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-mold .mold-item img {
    width: 84px;
    height: 42px;
    margin-bottom: 7px;
    object-fit: contain
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-mold .mold-item p:nth-child(2) {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.bodyStyle .h5-cards .cards-classify .cards-info .card-mold .mold-item p:nth-child(3) {
    color: #FF3B2F
}

.page_footer {
    max-width: 750px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.04);
    z-index: 2;
    margin: auto
}

.page_footer li img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto
}

.hh_tobar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff
}

.hh_tobar li {
    min-width: 40px
}

.page_footer li a {
    color: #ABABAB
}

.page_footer li p {
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

.footer_inner {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff
}

.page_footer li div {
    width: 44px;
    height: 44px;
    background: linear-gradient(180deg, #FEDE61 0%, #FF9D1D 100%);
    box-shadow: 0px 6px 12px 1px rgba(255, 184, 88, 0.3);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    line-height: 44px;
    text-align: center
}

.page_footer li .index_active {
    color: #FD7034
}

.index-body .page_footer {
    width: 100%
}

@media (min-width: 1201px) {
    .page_footer {
        display: none
    }
}

.el-drawer__wrapper {
    backdrop-filter: blur(4px)
}

.el-drawer__wrapper .service-dialog {
    background-color: transparent;
    box-shadow: none
}

.el-drawer__wrapper .service-dialog .el-drawer__header {
    display: none
}

.el-drawer__wrapper .service-dialog .el-drawer__body {
    padding: 0 10px;
    box-sizing: border-box
}

.el-drawer__wrapper .service-dialog .el-drawer__body .context {
    padding-bottom: 20px
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box {
    cursor: pointer;
    background: #fff;
    border-radius: 18px
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box .item {
    line-height: 58px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EFEFEF
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box .item a {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box .item i {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box .item .icon1 {
    background: url(/resource/images/service-icon1.png) no-repeat center center;
    background-size: 100%
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box .item .icon2 {
    background: url(/resource/images/service-icon2.png) no-repeat center center;
    background-size: 100%
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box .item .icon3 {
    background: url(/resource/images/service-icon3.png) no-repeat center center;
    background-size: 100%
}

.el-drawer__wrapper .service-dialog .el-drawer__body .method-box .item:last-child {
    border: 0
}

.el-drawer__wrapper .service-dialog .el-drawer__body .cancel {
    display: block;
    margin: 7px 0 0;
    background: #fff;
    border-radius: 9px;
    line-height: 48px;
    text-align: center
}

.el-dialog__wrapper {
    backdrop-filter: blur(4px)
}

.el-dialog__wrapper .phone-dialog {
    width: 294px;
    border-radius: 18px
}

.el-dialog__wrapper .phone-dialog .el-dialog__header {
    display: none
}

.el-dialog__wrapper .phone-dialog .el-dialog__body {
    padding: 32px
}

.el-dialog__wrapper .phone-dialog .el-dialog__body .context h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center
}

.el-dialog__wrapper .phone-dialog .el-dialog__body .context p {
    margin-top: 16px;
    font-size: 16px;
    color: #FE7D33;
    text-align: center
}

.el-dialog__wrapper .phone-dialog .el-dialog__body .context .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px
}

.el-dialog__wrapper .phone-dialog .el-dialog__body .context .footer button,
.el-dialog__wrapper .phone-dialog .el-dialog__body .context .footer a {
    width: 106px;
    line-height: 32px;
    padding: 0;
    font-size: 16px;
    border-radius: 20px;
    text-align: center
}

.el-dialog__wrapper .phone-dialog .el-dialog__body .context .footer .cancel {
    color: #8B8B8B
}

.el-dialog__wrapper .phone-dialog .el-dialog__body .context .footer .sure {
    margin: 0
}

.el-dialog__wrapper .business-dialog {
    width: 347px;
    height: 600px;
    background: none;
    box-shadow: none
}

.el-dialog__wrapper .business-dialog .el-dialog__header {
    display: none
}

.el-dialog__wrapper .business-dialog .el-dialog__body {
    padding: 0
}

.el-dialog__wrapper .business-dialog .el-dialog__body .popup_posi {
    position: relative
}

.el-dialog__wrapper .business-dialog .el-dialog__body .popup_heder {
    background-image: url(/resource/images/popup_header.png);
    width: 362px;
    height: 287px;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 25px;
    color: #773C12;
    padding-top: 158px;
    box-sizing: border-box
}

.el-dialog__wrapper .business-dialog .el-dialog__body .popup_heder span {
    margin-left: 36px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios {
    top: 204px;
    position: absolute;
    width: 347px;
    height: 332px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 10px;
    box-sizing: border-box;
    left: 5px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all {
    display: flex;
    justify-content: space-between
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all .content_box {
    width: 160px;
    height: 233px;
    background: #FFF5DB;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all .content_box h4 {
    font-weight: bold;
    font-size: 14px;
    color: #007BF6;
    margin: 14px 0 16px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all .content_box .poup-box-code-img .code-img {
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 9px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all .content_box .code_copy_btn {
    margin-top: 8px;
    width: 144px;
    height: 34px;
    background: linear-gradient(266deg, #0077F5 0%, #00A4F9 100%);
    border-radius: 17px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all .content_box .input_box h5 {
    font-weight: 500;
    font-size: 14px;
    color: #FF8403;
    margin-bottom: 7px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all .content_box .input_box input {
    width: 140px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FF8F3B;
    margin-bottom: 18px;
    padding-left: 9px
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios .content_box_all .content_box .submit_btn {
    width: 144px;
    height: 34px;
    background: linear-gradient(266deg, #FF7C01 0%, #FFA409 100%);
    border-radius: 17px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF
}

.el-dialog__wrapper .business-dialog .el-dialog__body .poup_box_ios p {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 1.6;
    text-align: center
}

.el-dialog__wrapper .business-dialog .el-dialog__body .close-box {
    bottom: -2px
}

.mobile-block,
.v-modal {
    display: none
}

.copy-txt-info {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important
}

.copy-txt-info .copy-icons {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/resource/images/copy-icon-bu.png);
    background-size: 100% auto
}

@media (max-width: 1200px) {
    .business-dialog {
        transform: scale(0.9) !important
    }
    .mobile-block,
    .v-modal {
        display: block
    }
    .el-drawer__body {
        max-width: 730px;
        width: 100%;
        margin: 0 auto
    }
    .customer-dialog {
        width: 100%;
        height: 70vh;
        margin: 0 auto
    }
    .customer-dialog .el-dialog__header {
        display: none
    }
    .customer-dialog .el-dialog__body {
        padding: 0;
        height: 100%
    }
    .customer-dialog .el-dialog__body .service-iframe {
        width: 100%;
        height: 100%;
        border: 0
    }
    .mobile-block .el-dialog__wrapper {
        overflow-y: hidden
    }
}

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

.primary-dialog {
    min-width: 520px;
    max-width: 520px;
    border-radius: 18px
}

.primary-dialog .el-dialog__header,
.primary-dialog .dialog__header {
    padding: 12px 19px;
    border-bottom: 1px solid #DFE5F0
}

.primary-dialog .el-dialog__body,
.primary-dialog .dialog__body {
    padding: 18px 46px
}

.primary-dialog .el-dialog__body .context .qrcode-hint,
.primary-dialog .dialog__body .context .qrcode-hint {
    font-size: 14px;
    color: #FF4E4E;
    text-align: center;
    margin-top: 8px
}

.primary-dialog .el-dialog__body .context .price-show-box,
.primary-dialog .dialog__body .context .price-show-box {
    width: 90%;
    justify-content: flex-start !important;
    margin: auto
}

.primary-dialog .el-dialog__body .context .text,
.primary-dialog .dialog__body .context .text {
    font-size: 16px;
    line-height: 1.7;
    color: #000
}

.primary-dialog .el-dialog__body .context .error-hint-text,
.primary-dialog .dialog__body .context .error-hint-text {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 24px
}

.primary-dialog .el-dialog__body .context .hint-box-error,
.primary-dialog .dialog__body .context .hint-box-error {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center
}

.primary-dialog .el-dialog__body .context .hint-box-error .error-icon,
.primary-dialog .dialog__body .context .hint-box-error .error-icon {
    width: 32px;
    height: 32px;
    background-image: url(/resource/images/error-icon.png);
    background-size: 100% 100%;
    margin-right: 4px
}

.primary-dialog .el-dialog__body .context .hint-box-error .text,
.primary-dialog .dialog__body .context .hint-box-error .text {
    display: inline-block;
    font-size: 14px;
    color: #FA7375
}

.primary-dialog .el-dialog__body .context .auth-info,
.primary-dialog .dialog__body .context .auth-info {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 24px
}

.primary-dialog .el-dialog__body .context .auth-info .auth-info-title,
.primary-dialog .dialog__body .context .auth-info .auth-info-title {
    font-weight: 500;
    font-size: 16px;
    color: #FF7100;
    margin: 0 0 16px 0
}

.primary-dialog .el-dialog__body .context .auth-info .auth-info-text,
.primary-dialog .dialog__body .context .auth-info .auth-info-text {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-bottom: 16px;
    display: flex
}

.primary-dialog .el-dialog__body .context .auth-info .auth-info-text .auth-info-text1,
.primary-dialog .dialog__body .context .auth-info .auth-info-text .auth-info-text1 {
    flex: 1;
    line-height: 1.5
}

.primary-dialog .el-dialog__body .context .auth-info .auth-info-text .auth-info-label,
.primary-dialog .dialog__body .context .auth-info .auth-info-text .auth-info-label {
    width: 126px;
    display: inline-block
}

.primary-dialog .el-dialog__body .context .footer,
.primary-dialog .dialog__body .context .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px
}

.primary-dialog .el-dialog__body .context .footer button,
.primary-dialog .dialog__body .context .footer button {
    padding: 9px 17px;
    font-size: 16px;
    border-radius: 20px;
    margin: 0 17px;
    cursor: pointer
}

.primary-dialog .el-dialog__body .context .footer .close,
.primary-dialog .dialog__body .context .footer .close {
    background: #EFEFEF;
    color: #8B8B8B
}

.primary-dialog .el-dialog__body .context .footer .notarize,
.primary-dialog .dialog__body .context .footer .notarize {
    background: #FF7100;
    color: #fff
}

.primary-dialog .el-dialog__body .context .footer1,
.primary-dialog .dialog__body .context .footer1 {
    margin-top: 32px
}

.primary-dialog .el-dialog__body .context .footer2,
.primary-dialog .dialog__body .context .footer2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 38px
}

.primary-dialog .el-dialog__body .context .footer2 button,
.primary-dialog .dialog__body .context .footer2 button {
    width: 46%;
    color: #fff
}

.primary-dialog .el-dialog__body .context .footer2 .sure,
.primary-dialog .dialog__body .context .footer2 .sure {
    margin: 0;
    background: #1775FA
}

.primary-dialog .el-dialog__body .context .footer2 .cancal,
.primary-dialog .dialog__body .context .footer2 .cancal {
    background: #00CB00
}

.primary-dialog .el-dialog__body .context .common-form .el-form-item,
.primary-dialog .dialog__body .context .common-form .el-form-item {
    display: flex
}

.primary-dialog .el-dialog__body .context .common-form .el-form-item .el-form-item__label,
.primary-dialog .dialog__body .context .common-form .el-form-item .el-form-item__label {
    width: auto;
    font-size: 16px
}

.primary-dialog .el-dialog__body .context .common-form .el-form-item .el-form-item__content,
.primary-dialog .dialog__body .context .common-form .el-form-item .el-form-item__content {
    flex: 1
}

.primary-dialog .el-dialog__body .context .auth-info-title,
.primary-dialog .dialog__body .context .auth-info-title {
    font-weight: 500;
    font-size: 18px;
    color: #FF7100;
    margin: 16px 0
}

.primary-dialog .el-dialog__body .context .inner_item label,
.primary-dialog .dialog__body .context .inner_item label {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box
}

.primary-dialog .el-dialog__body .context .inner_item input,
.primary-dialog .dialog__body .context .inner_item input {
    height: 40px;
    line-height: 40px;
    background: #FBFBFB;
    background-image: none;
    border-radius: 8px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%
}

.primary-dialog .el-dialog__body .context .sure,
.primary-dialog .dialog__body .context .sure {
    font-size: 16px
}

.primary-dialog .el-dialog__body .context1 .footer3,
.primary-dialog .dialog__body .context1 .footer3 {
    display: block
}

.primary-dialog .el-dialog__body .context1 .footer2,
.primary-dialog .dialog__body .context1 .footer2 {
    display: none
}

.primary-dialog .el-dialog__body .context2,
.primary-dialog .dialog__body .context2 {
    padding: 0 24px
}

.primary-dialog .el-dialog__body .context2 .hint-box,
.primary-dialog .dialog__body .context2 .hint-box {
    align-items: center;
    margin-bottom: 24px
}

.primary-dialog .el-dialog__body .context2 .text,
.primary-dialog .dialog__body .context2 .text {
    display: inline-block;
    font-size: 16px;
    color: #47D996
}

.primary-dialog .el-dialog__body .context2 .success-icon,
.primary-dialog .dialog__body .context2 .success-icon {
    width: 32px;
    height: 32px;
    background-image: url(/resource/images/success-icon.png);
    background-size: 100% 100%;
    margin-right: 4px
}

.primary-dialog .el-dialog__body .context2 .upgrade-auth-box,
.primary-dialog .dialog__body .context2 .upgrade-auth-box {
    width: 400px;
    background: rgba(255, 243, 223, 0.63);
    border-radius: 10px;
    padding: 21px;
    box-sizing: border-box
}

.primary-dialog .el-dialog__body .context2 .upgrade-auth-box .upgrade-auth-title,
.primary-dialog .dialog__body .context2 .upgrade-auth-box .upgrade-auth-title {
    font-size: 17px;
    color: #FF7100;
    text-align: center;
    margin-bottom: 29px
}

.primary-dialog .el-dialog__body .context2 .upgrade-auth-box .upgrade-auth-text,
.primary-dialog .dialog__body .context2 .upgrade-auth-box .upgrade-auth-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 17px;
    margin-bottom: 18px
}

.primary-dialog .el-dialog__body .context2 .upgrade-auth-box .upgrade-auth-text .hint-icon,
.primary-dialog .dialog__body .context2 .upgrade-auth-box .upgrade-auth-text .hint-icon {
    width: 16px;
    height: 16px;
    background: url(/resource/images/hint-icon.png) no-repeat center center;
    background-size: 100%;
    margin-right: 4px
}

.primary-dialog .el-dialog__body .context2 .upgrade-auth-box .upgrade-auth-text .price,
.primary-dialog .dialog__body .context2 .upgrade-auth-box .upgrade-auth-text .price {
    color: #FF7100
}

.primary-dialog .el-dialog__body .context2 .upgrade-auth-box2,
.primary-dialog .dialog__body .context2 .upgrade-auth-box2 {
    padding-top: 20px
}

.primary-dialog .el-dialog__body .context2 .upgrade-auth-box2 .upgrade-auth-text,
.primary-dialog .dialog__body .context2 .upgrade-auth-box2 .upgrade-auth-text {
    line-height: 22px;
    font-size: 14px
}

.primary-dialog .el-dialog__body .context2 .text1,
.primary-dialog .dialog__body .context2 .text1 {
    text-align: center
}

.primary-dialog .el-dialog__body .context2 .footer2 .sure,
.primary-dialog .dialog__body .context2 .footer2 .sure {
    background: #fff;
    color: #999;
    border: 2px solid #DFE5F0;
    box-sizing: border-box;
    padding: 14px 0
}

.primary-dialog .el-dialog__body .context3 .inner .hint-box,
.primary-dialog .dialog__body .context3 .inner .hint-box {
    align-items: center;
    margin-bottom: 24px
}

.primary-dialog .el-dialog__body .context3 .inner .hint-box .underway-icon,
.primary-dialog .dialog__body .context3 .inner .hint-box .underway-icon {
    width: 32px;
    height: 32px;
    background-image: url(/resource/images/underway-icon.png);
    background-size: 100% 100%;
    margin-right: 4px
}

.primary-dialog .el-dialog__body .context3 .inner .text,
.primary-dialog .dialog__body .context3 .inner .text {
    display: inline-block;
    font-size: 16px;
    color: #333333
}

.primary-dialog .el-dialog__body .context3 .inner .info,
.primary-dialog .dialog__body .context3 .inner .info {
    font-size: 16px;
    color: #333;
    text-align: left
}

.primary-dialog .el-dialog__body .context3 .inner .info span,
.primary-dialog .dialog__body .context3 .inner .info span {
    font-size: 14px;
    color: #666
}

.primary-dialog .el-dialog__body .context3 .inner .user-num,
.primary-dialog .dialog__body .context3 .inner .user-num {
    margin: 16px auto 30px
}

.primary-dialog .el-dialog__body .context3 .inner .box-center,
.primary-dialog .dialog__body .context3 .inner .box-center {
    display: flex;
    justify-content: center
}

.primary-dialog .el-dialog__body .context3 .inner .img-box,
.primary-dialog .dialog__body .context3 .inner .img-box {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #FF7100;
    padding: 13px
}

.primary-dialog .el-dialog__body .context3 .inner .img-box img,
.primary-dialog .dialog__body .context3 .inner .img-box img {
    width: 200px;
    height: 200px
}

.primary-dialog .el-dialog__body .context3 .inner .img-box .img-code-infos,
.primary-dialog .dialog__body .context3 .inner .img-box .img-code-infos {
    text-align: center;
    width: 100%
}

.primary-dialog .el-dialog__body .context3 .inner .img-box .img-code-infos span,
.primary-dialog .dialog__body .context3 .inner .img-box .img-code-infos span {
    cursor: pointer;
    color: #FFA433;
    text-decoration: underline
}

.primary-dialog .el-dialog__body .context3 .inner .img-box .img-code-infos span:hover,
.primary-dialog .dialog__body .context3 .inner .img-box .img-code-infos span:hover {
    color: #FF7100
}

.primary-dialog .el-dialog__body .context .hint-box,
.primary-dialog .dialog__body .context .hint-box {
    display: flex;
    justify-content: center
}

.primary-dialog .el-dialog__body .context .hint-error-text,
.primary-dialog .dialog__body .context .hint-error-text {
    color: #8FC31F;
    font-size: 14px;
    text-align: center;
    margin-top: 24px
}

.primary-dialog .el-dialog__body .context .hint-text,
.primary-dialog .dialog__body .context .hint-text {
    padding: 12px 20px;
    background: #FFFBE6;
    border-radius: 8px;
    border: 1px solid #FFE694;
    color: #F57B00;
    box-sizing: border-box;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 16px
}

.primary-dialog .el-dialog__body .context .hint-text i,
.primary-dialog .dialog__body .context .hint-text i {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/resource/images/hint-icon.png) no-repeat center center;
    background-size: 100%;
    margin: 2px 4px 0 0;
    float: left
}

.primary-dialog .el-dialog__body .context .hint-text span,
.primary-dialog .dialog__body .context .hint-text span {
    float: right;
    display: block;
    line-height: 20px;
    width: calc(100% - 20px)
}

.primary-dialog .el-dialog__body .context .hint-text .primary-title-text,
.primary-dialog .dialog__body .context .hint-text .primary-title-text {
    max-width: 254px
}

.primary-dialog .el-dialog__body .context .coue-tips,
.primary-dialog .dialog__body .context .coue-tips {
    font-weight: 400;
    font-size: 12px;
    color: #8FC31F;
    line-height: 1.5;
    text-align: start
}

.primary-dialog .el-dialog__body .context4,
.primary-dialog .dialog__body .context4 {
    padding: 0 0 22px
}

.primary-dialog .el-dialog__body .context4 .inner,
.primary-dialog .dialog__body .context4 .inner {
    padding: 0 32px
}

.primary-dialog .el-dialog__body .context4 .hint-text,
.primary-dialog .dialog__body .context4 .hint-text {
    padding: 12px 20px;
    background: #FFFBE6;
    border-radius: 8px;
    border: 1px solid #FFE694;
    color: #F57B00;
    box-sizing: border-box
}

.primary-dialog .el-dialog__body .context4 .hint-text i,
.primary-dialog .dialog__body .context4 .hint-text i {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/resource/images/hint-icon.png) no-repeat center center;
    background-size: 100%;
    margin: 2px 4px 0 0;
    float: left
}

.primary-dialog .el-dialog__body .context4 .hint-text span,
.primary-dialog .dialog__body .context4 .hint-text span {
    float: right;
    display: block;
    line-height: 20px;
    width: calc(100% - 20px)
}

.primary-dialog .el-dialog__body .context4 .hint-text b,
.primary-dialog .dialog__body .context4 .hint-text b {
    color: #F50000
}

.primary-dialog .el-dialog__body .context4 .clearfix::after,
.primary-dialog .dialog__body .context4 .clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.primary-dialog .el-dialog__body .context4 .user-info,
.primary-dialog .dialog__body .context4 .user-info {
    margin-top: 6px
}

.primary-dialog .el-dialog__body .context4 .user-info p,
.primary-dialog .dialog__body .context4 .user-info p {
    color: #666;
    line-height: 32px
}

.primary-dialog .el-dialog__body .context4 .user-info p span:nth-of-type(1),
.primary-dialog .dialog__body .context4 .user-info p span:nth-of-type(1) {
    display: inline-block;
    width: 150px;
    font-size: 16px
}

.primary-dialog .el-dialog__body .context4 .user-info p span:nth-of-type(2),
.primary-dialog .dialog__body .context4 .user-info p span:nth-of-type(2) {
    font-size: 14px
}

.primary-dialog .el-dialog__body .context4 .enterprise-form,
.primary-dialog .dialog__body .context4 .enterprise-form {
    margin-top: 6px;
    font-size: 16px
}

.primary-dialog .el-dialog__body .context4 .enterprise-form .el-form-item,
.primary-dialog .el-dialog__body .context4 .enterprise-form .inner_item,
.primary-dialog .dialog__body .context4 .enterprise-form .el-form-item,
.primary-dialog .dialog__body .context4 .enterprise-form .inner_item {
    display: flex;
    margin-bottom: 20px
}

.primary-dialog .el-dialog__body .context4 .enterprise-form .el-form-item__label,
.primary-dialog .el-dialog__body .context4 .enterprise-form .inner_item__label,
.primary-dialog .dialog__body .context4 .enterprise-form .el-form-item__label,
.primary-dialog .dialog__body .context4 .enterprise-form .inner_item__label {
    width: 150px;
    text-align: left;
    color: #333;
    font-size: 16px;
    padding: 0
}

.primary-dialog .el-dialog__body .context4 .enterprise-form .el-form-item__content,
.primary-dialog .el-dialog__body .context4 .enterprise-form .enterprise-input,
.primary-dialog .dialog__body .context4 .enterprise-form .el-form-item__content,
.primary-dialog .dialog__body .context4 .enterprise-form .enterprise-input {
    width: calc(100% - 150px);
    background: transparent
}

.primary-dialog .el-dialog__body .context4 .enterprise-form .el-input__inner,
.primary-dialog .dialog__body .context4 .enterprise-form .el-input__inner {
    border-radius: 8px
}

.primary-dialog .el-dialog__body .context4 .need-matter p:nth-of-type(1),
.primary-dialog .dialog__body .context4 .need-matter p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 12px 0
}

.primary-dialog .el-dialog__body .context4 .need-matter p:nth-of-type(2),
.primary-dialog .dialog__body .context4 .need-matter p:nth-of-type(2) {
    font-size: 14px;
    color: #8FC31F
}

.primary-dialog .el-dialog__body .context4 .need-matter p,
.primary-dialog .dialog__body .context4 .need-matter p {
    font-size: 14px;
    line-height: 22px;
    color: #999
}

.primary-dialog .el-dialog__body .context4 .footer3,
.primary-dialog .dialog__body .context4 .footer3 {
    padding: 0 29px;
    margin-top: 48px
}

.primary-dialog .el-dialog__body .context4 .footer3 .sure,
.primary-dialog .dialog__body .context4 .footer3 .sure {
    border-radius: 26px;
    border: 2px solid #FF7100;
    background: transparent;
    color: #FF7100
}

.primary-dialog .el-dialog__body .context4 .footer3 .bg-main,
.primary-dialog .dialog__body .context4 .footer3 .bg-main {
    width: 100%
}

@media (max-width: 1200px) {
    .primary-dialog {
        border-radius: 18px;
        min-width: calc(100% - 32px)
    }
    .primary-dialog .el-dialog__header,
    .primary-dialog .dialog__header {
        padding: 12px 19px
    }
    .primary-dialog .el-dialog__body,
    .primary-dialog .dialog .dialog__body {
        padding: 6px 20px 16px
    }
    .primary-dialog .el-dialog__body .context .auth-info-title,
    .primary-dialog .dialog .dialog__body .context .auth-info-title {
        font-size: 16px
    }
    .primary-dialog .el-dialog__body .context .hint-error-text,
    .primary-dialog .dialog .dialog__body .context .hint-error-text {
        font-size: 12px;
        margin-top: 16px
    }
    .primary-dialog .el-dialog__body .context .hint-box,
    .primary-dialog .dialog .dialog__body .context .hint-box {
        margin-top: 10px;
        margin-bottom: 14px
    }
    .primary-dialog .el-dialog__body .context .hint-text,
    .primary-dialog .dialog .dialog__body .context .hint-text {
        margin: 0
    }
    .primary-dialog .el-dialog__body .context .common-form .el-form-item,
    .primary-dialog .dialog .dialog__body .context .common-form .el-form-item {
        display: block
    }
    .primary-dialog .el-dialog__body .context .common-form .el-form-item .el-form-item__label,
    .primary-dialog .dialog .dialog__body .context .common-form .el-form-item .el-form-item__label {
        font-size: 14px;
        width: 100%
    }
    .primary-dialog .el-dialog__body .context .common-form .el-form-item .el-form-item__content,
    .primary-dialog .dialog .dialog__body .context .common-form .el-form-item .el-form-item__content {
        width: 100%;
        display: block
    }
    .primary-dialog .el-dialog__body .context .auth-info,
    .primary-dialog .dialog .dialog__body .context .auth-info {
        margin: auto
    }
    .primary-dialog .el-dialog__body .context .upgrade-auth-box,
    .primary-dialog .dialog .dialog__body .context .upgrade-auth-box {
        width: 300px;
        margin: auto;
        padding: 16px;
        margin-top: 24px
    }
    .primary-dialog .el-dialog__body .context .upgrade-auth-box .upgrade-auth-title,
    .primary-dialog .dialog .dialog__body .context .upgrade-auth-box .upgrade-auth-title {
        font-size: 14px;
        margin-bottom: 22px
    }
    .primary-dialog .el-dialog__body .context .upgrade-auth-box .upgrade-auth-text,
    .primary-dialog .dialog .dialog__body .context .upgrade-auth-box .upgrade-auth-text {
        font-size: 13px;
        margin-bottom: 14px
    }
    .primary-dialog .el-dialog__body .context .error-hint-text,
    .primary-dialog .dialog .dialog__body .context .error-hint-text {
        font-size: 13px;
        margin-top: 30px
    }
    .primary-dialog .el-dialog__body .context .footer2,
    .primary-dialog .dialog .dialog__body .context .footer2 {
        margin-top: 24px
    }
    .primary-dialog .el-dialog__body .context2,
    .primary-dialog .dialog .dialog__body .context2 {
        padding: 0
    }
    .primary-dialog .el-dialog__body .context1 .parmary_footer3,
    .primary-dialog .dialog .dialog__body .context1 .parmary_footer3 {
        display: none !important
    }
    .primary-dialog .el-dialog__body .context1 .parmary_footer2,
    .primary-dialog .dialog .dialog__body .context1 .parmary_footer2 {
        display: flex
    }
    .primary-dialog .el-dialog__body .context4,
    .primary-dialog .dialog .dialog__body .context4 {
        padding: 6px 0 0
    }
    .primary-dialog .el-dialog__body .context4 .inner,
    .primary-dialog .dialog .dialog__body .context4 .inner {
        padding: 0
    }
    .primary-dialog .el-dialog__body .context4 .hint-text,
    .primary-dialog .dialog .dialog__body .context4 .hint-text {
        font-size: 12px;
        padding: 12px 12px
    }
    .primary-dialog .el-dialog__body .context4 .need-matter,
    .primary-dialog .dialog .dialog__body .context4 .need-matter {
        display: none
    }
    .primary-dialog .el-dialog__body .context4 .user-info p,
    .primary-dialog .dialog .dialog__body .context4 .user-info p {
        padding: 0 7px
    }
    .primary-dialog .el-dialog__body .context4 .user-info p span:nth-of-type(1),
    .primary-dialog .dialog .dialog__body .context4 .user-info p span:nth-of-type(1) {
        font-size: 14px;
        width: 114px
    }
    .primary-dialog .el-dialog__body .context4 .enterprise-form,
    .primary-dialog .dialog .dialog__body .context4 .enterprise-form {
        padding: 0 7px
    }
    .primary-dialog .el-dialog__body .context4 .enterprise-form .el-form-item,
    .primary-dialog .el-dialog__body .context4 .enterprise-form .inner_item,
    .primary-dialog .dialog .dialog__body .context4 .enterprise-form .el-form-item,
    .primary-dialog .dialog .dialog__body .context4 .enterprise-form .inner_item {
        display: block;
        margin-bottom: 0
    }
    .primary-dialog .el-dialog__body .context4 .enterprise-form .el-form-item__content,
    .primary-dialog .el-dialog__body .context4 .enterprise-form .inner_item__label,
    .primary-dialog .dialog .dialog__body .context4 .enterprise-form .el-form-item__content,
    .primary-dialog .dialog .dialog__body .context4 .enterprise-form .inner_item__label {
        width: 100%;
        font-size: 14px
    }
    .primary-dialog .el-dialog__body .context4 .enterprise-form .el-form-item__label,
    .primary-dialog .el-dialog__body .context4 .enterprise-form .enterprise-input,
    .primary-dialog .dialog .dialog__body .context4 .enterprise-form .el-form-item__label,
    .primary-dialog .dialog .dialog__body .context4 .enterprise-form .enterprise-input {
        font-size: 14px;
        width: 100%
    }
    .primary-dialog .el-dialog__body .context4 .footer3,
    .primary-dialog .dialog .dialog__body .context4 .footer3 {
        padding: 0 2px;
        margin-top: 24px;
        font-size: 16px
    }
    .primary-dialog .el-dialog__body .context4 .footer3 .sure,
    .primary-dialog .dialog .dialog__body .context4 .footer3 .sure {
        padding: 11px 0;
        border-width: 1px
    }
    .primary-dialog .el-dialog__body .context4 .footer3 .cancel,
    .primary-dialog .dialog .dialog__body .context4 .footer3 .cancel {
        padding: 12px 0
    }
    .dialog__wrapper .primary-max-dialog {
        border-radius: 0.18rem;
        min-width: calc(100% - 0.32rem)
    }
}