/*滚动条整体粗细样式*/::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/    width: 2px;
    height: 8px;
}

/*滚动条里面小方块*/::-webkit-scrollbar-thumb {
                        /*border-radius: 10px !important;*/    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
                        /* 颜色 */    background: rgba(0, 0, 0, .1);
                        /* 线性渐变背景 */    /*background-image: linear-gradient(45deg, #ffbd61 25%,#ffbd61 25%, #ff8800 25%, #ff8800 50%,#ffbd61 50%, #ffbd61 75%, #ff8800 75%, #ff8800 100%)!important;*/}

/*滚动条轨道*/::-webkit-scrollbar-track {
                  /*border-radius: 10px !important;*/    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
                  background: #EDEDED !important;
              }
* {
    margin: 0; padding: 0; box-sizing: border-box;
    font-family: 'PingFang SC', 'sans-serif', Arial, "Microsoft YaHei", STHeiti, SimHei;
}

html {
    font-size: 5.2083333vw;
}


body {

}
.bg {
    width: 100vw;
    height: 100vh;
    background: #eaf1ff url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
input::placeholder,
textarea::placeholder {
    color: #bbb; /* 自定义颜色，例如浅灰色 */
    opacity: 1;  /* 可选，确保颜色不被浏览器默认样式影响 */
}
ul,li {
    list-style: none;
}
@media screen and (max-width: 750px) {
    .ell {
        width: 2.75rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media screen and (max-width: 750px) {
    .bg {
        width: 100vw;
        height: 100vh;
        background: url(../images/mob_bg.jpg) no-repeat center top;
        background-size: cover;
    }
    .bg2 {
        background: url(../images/mob_bg2.jpg) no-repeat center center !important;
        background-size: cover !important;
    }
}
html,body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
body {
    font-size: 0;
}
@media screen and (max-width: 750px) {
    html {
        font-size: 13.333333vw;
    }
    html,body {
        overflow-x: hidden;
        overflow-y: auto;
    }
}
input,select {
    border: none !important;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.login-container-box {
    position: absolute;
    /*top: 1.5rem;*/
    top: 50%;
    transform: translateY(-50%);
    left: 11.07rem;
    width: 5.2rem;
}
@media screen and (max-width: 750px) {
    .login-container-box {
        top: 3.66rem;
        left: 50%;
        transform: translateX(-50%);
        width: 93%;
    }
    .login-container-box h1 {
        display: none;
    }
}
.login-container-box h1 {
    /*margin-left: .24rem;*/
    font-size: .36rem;
    margin-bottom: .37rem;
    text-align: center;
    color: #026EFF;
}
.login-container {
    background: #fff;
    border-radius: .2rem;
    box-shadow: 0 0 .2rem rgba(19,98,236,0.10);
    padding: .4rem .6rem .8rem .6rem;
}

.login-container h2 {
    text-align: center;
    margin-bottom: .1rem;
    font-size: .26rem;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .login-container {
        border-radius: .4rem;

    }
    .login-container h2 {
        text-align: center;
        margin-bottom: .1rem;
        font-size: .4rem;
    }
}
.login-container p {
    text-align: center;
    color: #999;
    font-size: .12rem;
    margin-bottom: .5rem;
}
@media screen and (max-width: 750px) {
    .login-container p {
        font-size: .24rem;
    }
}
.form-group {
    margin-bottom: .3rem;
    position: relative;
}

.form-group input {
    width: 100%;
    padding: .15rem .4rem .15rem .5rem;
    border: .01rem solid #ccc;
    border-radius: .06rem;
    font-size: .16rem;
    background-color: #f7f7f7;
}
@media screen and (max-width: 750px) {
    .login-container p {
        font-size: .24rem;
    }
    .form-group input {
        width: 100%;
        height: .84rem;
        padding: .15rem .6rem .15rem .6rem;
        border: .01rem solid #ccc;
        border-radius: .2rem;
        font-size: .32rem;
        background-color: #f7f7f7;
    }
}
.form-group .icon {
    position: absolute;
    /*top: .1rem;*/
    top: 50%;
    transform: translateY(-50%);
    left: .2rem;
    width: .16rem;
    color: #aaa;
}
@media screen and (max-width: 750px) {
    .form-group .icon {
        left: .2rem;
        width: .3rem;
    }
}
.checkbox-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .14rem;
    margin-bottom: .5rem;
}
@media screen and (max-width: 750px) {
    .checkbox-group {
        margin-bottom: .8rem;
    }
}
.checkbox-group input {
    margin-right: .05rem;
}
.checkbox-group a {
    text-decoration: none;
}
@media screen and (max-width: 750px) {
    .checkbox-group label {
        font-size: .28rem;
    }
    .checkbox-group a {
        font-size: .28rem;
    }
}

.login-btn {
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    background: #1362EC;
    color: #fff;
    border: none;
    /*padding: .1rem;*/
    border-radius: .06rem;
    font-size: .16rem;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .login-btn {
        width: 100%;
        height: .9rem;
        font-size: .32rem;
        border-radius: .2rem;
    }
}
.register-link {

    /*text-align: center;*/
    font-size: .14rem;
}
.index-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
 }
.register-link-login {
    margin-top: .3rem;
    text-align: center;
    font-size: .14rem;
}
.register-link-login a {
    color: #1677ff;
    font-size: .14rem;
}
.register-link a {
    color: #1677ff;
    text-decoration: underline !important;
}
.Forgot {
    color: #1677ff;
    font-size: .14rem;
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .register-link {
        /*margin-top: .4rem;*/
        font-size: .28rem;
    }
    .register-link-login  a{
        font-size: .28rem;
    }
    .register-link-login {
        font-size: .28rem;
    }
    .Forgot {
        font-size: .28rem;
    }
    .login-btn {
        width: 100%;
        height: .9rem;
        font-size: .32rem;
    }
}
/*注册*/
.register-panel-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #eaf1ff url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}
.register-panel {
    display: none;
    position: absolute;
    left: 11.05rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5.2rem;
    max-height: 100vh;
    background: #fff;
    border-radius: .18rem;
    box-shadow: 0 .08rem .32rem rgba(19,98,236,0.10);
    padding: .4rem .6rem .24rem .6rem;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 750px) {
    .register-panel {
        display: none;
        left: 50%;
        top: 0.8rem;
        transform: translate(-50%, 0);
        width: 93%;
        border-radius: .4rem;
        padding: .4rem .6rem .6rem .6rem;
    }
    .register-panel input {
        padding: .13rem .3rem;
        height: .8rem;
    }
}
.register-title {
    font-size: .26rem;
    color: #222;
    margin-bottom: .08rem;
    font-weight: normal;
    text-align: center;
}

.register-subtitle {
    font-size: .12rem;
    color: #ADADAD;
    margin-bottom: .5rem;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .register-title {
        font-size: .4rem;
    }
    .register-subtitle {
        font-size: .24rem;
    }
}
.input-group {
    position: relative;
    width: 100%;
    margin-bottom: .12rem;
    background: #F3F4F5;
    border-radius: .06rem;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .input-group {
        margin-bottom: .24rem;
        border-radius: .2rem;
        overflow: hidden;
    }
}
#registerForm .input {
    padding: .13rem .38rem;
}
.register-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .1rem;
    width: .16rem;
}
@media screen and (max-width: 750px) {
    #registerForm .input {
        padding: .13rem .92rem;
        font-size: .32rem;
    }
    .register-input-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: .4rem;
        width: .32rem;
    }
}
.input {
    width: 100%;
    padding: .13rem .14rem;
    border: .01rem solid #e6e6e6;
    border-radius: .07rem;
    font-size: .16rem;
    /*background: #f7f9fa;*/
    background: none;
    outline: none;
    transition: border 0.2s;
    box-sizing: border-box;
}

.input:focus {
    border: 1.5px solid #1677ff;
    /*background: #fff;*/
}

.register-btn {
    width: 100%;
    background: #1362EC;
    color: #fff;
    border: none;
    border-radius: .07rem;
    padding: .13rem 0;
    /*height: .5rem;*/
    /*line-height: .5rem;*/
    font-size: .17rem;
    cursor: pointer;
    margin-top: .1rem;
    margin-bottom: .12rem;
    transition: background 0.2s;
}
@media screen and (max-width: 750px) {
    .register-btn {
        width: 100%;
        height: .9rem;
        background: #1677ff;
        color: #fff;
        border: none;
        border-radius: .2rem;
        padding: .13rem 0;
        font-size: .32rem;
        cursor: pointer;
        margin-top: .1rem;
        margin-bottom: .12rem;
        transition: background 0.2s;
    }
}
.register-btn:hover {
    background: #145fd7;
}


.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
    /*padding-top: .4rem;*/
    box-sizing: border-box;
    /*display: none;*/
}
/*订单列表*/

.header {
    width: 100vw;
    height: .64rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .48rem;
    box-shadow: 0 .02rem .08rem rgba(0,0,0,0.03);
}
@media screen and (max-width: 750px) {
    .header {
        margin: .2rem auto 0;
        width: 93%;
        height: .96rem;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 0;
        border-radius: .2rem .2rem 0 0;
    }
    .header .logo {
        display: none;
    }
    .user-info {
        display: none;
    }
}
.logo {
    font-size: .2rem;
    font-weight: bold;
    /*color: #222;*/
}

.nav {
    display: flex;
    gap: .24rem;
}
@media screen and (max-width: 750px) {
    .nav {
        width: 100%;
        gap: 0;
    }
}
.nav-link {
    position: relative;
    color: #222;
    text-decoration: none;
    font-size: .16rem;
    font-weight: normal;
    padding: .08rem .24rem;
    border-radius: .2rem;
    transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 750px) {
    .nav-link {
        width: 50%;
        height: .96rem;
        line-height: .96rem;
        text-align: center;
        background: #EEF4FF;
        border-radius: 0;
    }
    .nav-link:nth-child(1) {
        border-radius: .2rem 0  0 0;
    }
    .nav-link:last-child {
        border-radius: 0 .2rem 0 0;
    }
}
.nav .nav-link.active {
    background: #1677ff !important;
    color: #fff !important;
}
.nav-link:hover {
    background: #1677ff !important;
    color: #fff !important;
}
@media screen and (max-width: 750px) {
    .nav .nav-link {
        background: #eef4ff !important;
        color: #999 !important;
    }
    .nav .nav-link.active {
        background: #fff !important;
        color: #000 !important;
    }
    .nav .nav-link.active:after {
        content: '';
        position: absolute;
        bottom: .05rem;
        left: 50%;
        transform: translateX(-50%);
        height: .06rem;
        width: .25rem;
        border-radius: .1rem;
        background: #1677ff;
    }
    /*.nav-link.active, .nav-link:hover {*/
    /*    background: #fff;*/
    /*    color: #111;*/
    /*}*/
}
.user-info {
    display: flex;
    align-items: center;
    gap: .1rem;
    margin-right: .2rem;
    cursor: pointer;
}

.user-icon {
    width: .38rem;
    /*width: .32rem;*/
    /*height: .32rem;*/
    /*background: #1677ff;*/
    /*border-radius: 50%;*/
    display: inline-block;
    vertical-align: middle;
    margin-right: .04rem;
    position: relative;
}

.user-name {
    color: #222;
    font-size: .15rem;
}
.logout {
    color: #000;
    text-decoration: none;
    margin-left: .1rem;
    padding-left: .2rem;
    font-size: .15rem;
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd
}
.logout img {
    display: inline-block;
    margin-right: .1rem;
    width: .16rem
}
.orderForm-inner {
    box-sizing: border-box;
    padding: .4rem .4rem .4rem .4rem;
    background: #fff;
    border-radius: .1rem;
}

/*订单列表*/
.order-main-content {
    /*display: none;*/
    margin: .3rem 0 0 0;
    height: 100%;
}

.order-main-content .history-panel {
    position: relative;
    margin: 0 auto .4rem;
    width: 90%;
    /*height: calc(100vh - 1.2rem);*/
    /*max-width: 12.0rem;*/
    background: rgba(255, 255, 255, 0.3);
    border-radius: .2rem;
    box-shadow: 0 .08rem .32rem rgba(0,0,0,0.08);
    border: 1px solid #fff;
    padding: .36rem .60rem .48rem .60rem;
}

.order-main-content .order-main-content-inner {
    position: relative;
    height: 100%;
}
@media screen and (max-width: 750px) {

    .order-main-content .history-panel {
        width: 90%;
        height: auto;

    }
}
.order-main-content .history-title {
    font-size: .22rem;
    color: #111;
    margin-bottom: .28rem;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .order-main-content {
        /*display: none;*/
        margin: 0 0 0 0;
        overflow: hidden;
        /*height: 100%;*/
    }

    .order-main-content .history-panel {
        padding: 0;
        width: 93%;
        border-radius:  0 0 .2rem .2rem;
        overflow: hidden;
        border: none;
        background: none;
    }
    .order-main-content .history-title {
        display: none;
    }
}
.history-panel-inner {
    padding: .3rem;
    position: relative;
    /*height: calc(100% - 0.4rem);*/
    background: #fff;
    border-radius: .2rem;
}

@media screen and (max-width: 750px) {
    .history-panel-inner {

        border-radius: 0 0 .3rem .3rem;
    }
}
.order-main-content .table-wrapper {
    position: relative;
    /*padding: 0 .4rem;*/
    width: 100%;
    overflow-x: auto;
}

.order-main-content .order-table {
    width: 100%;
    border-collapse: collapse;
    /*background: #fff;*/
    margin-bottom: .24rem;
}
.order-main-content .order-table thead tr {
    border-radius: .2rem;
    overflow: hidden;
}
.order-main-content .order-table th, .order-table td {
    border: none;
    padding: .14rem .08rem;
    text-align: center;
    font-size: .15rem;
}
@media screen and (max-width: 750px) {
    .order-main-content .order-table th, .order-table td {
        padding: .28rem .08rem;
        font-size: .24rem;
    }
    .order-main-content .order-table .cursor-pointer td {

        font-size: .26rem;
    }
}
.order-main-content .order-table thead th {
    background: #f7f9fa;
    color: #888;
    font-weight: 500;
}

.order-main-content .order-table tbody tr {
    /*border-bottom: 1px solid #EDEDED;*/

    transition: background 0.2s;
}
.order-main-content .order-table tbody td {
    border-bottom: 1px solid #EDEDED;

    transition: background 0.2s;
}
.warehouse-inner .order-table tbody td {
    border: 1px solid #EDEDED;
}
.warehouse-inner td ,.warehouse-inner .order-table thead  th
{
    border: 1px solid #EDEDED;
}
.order-main-content .order-table tbody tr:hover {
    background: #f6fbff;
}

.order-main-content .status {
    display: inline-block;
    padding: 0.03rem .1rem;
    border-radius: .04rem;
    font-size: .16rem;
    /*font-weight: 500;*/
}
@media screen and (max-width: 750px) {
    .order-main-content .status {
        font-size: .26rem;
    }
}
.order-main-content .status.done {
    color: #34c38f;
    background: #e6fff3;
}

.order-main-content .status.wait {
    color: #ffb822;
    background: #fff7e6;
}
.order-main-content .status.pending {
    color: #FFA01C;
    background: rgba(255,161,28,.2);
}
.order-main-content .status.processing {
        color: #4b639c;
    background: rgba(28,149,255,.2);
}
.order-main-content .status.completed {
    color: #23BB9D;
    background: rgba(35,187,157,.2);
}

.order-main-content .pagination {
    /*position: absolute;*/
    /*bottom: .4rem;*/
    /*right: .3rem;*/
    text-align: right;
    margin-top: .12rem;
}

@media screen and (max-width: 750px) {
    .order-main-content .pagination {
        position: unset;
        display: block;
        bottom: .2rem;
        right: .2rem;
        text-align: center;
        margin: 0 auto;
        padding: .2rem 0 .4rem;
    }
}
.order-main-content .page {
    display: inline-block;
    margin: 0 .02rem;
    padding: .04rem .12rem;
    border-radius: .06rem;
    background: #f0f0f0;
    color: #222;
    font-size: .15rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.order-main-content .page + .page {
    margin-left: .1rem;
}
@media screen and (max-width: 750px) {
    .order-main-content .page {
        display: inline-block;
        margin: 0 .02rem;
        padding: 0;
        width: .56rem;
        height: .56rem;
        line-height: .56rem;
        border-radius: .06rem;
        background: #f0f0f0;
        color: #222;
        font-size: .24rem;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
    }
    .order-main-content .page + .page {
        margin-left: .2rem;
    }
}
.order-main-content .page.active {
    background: #1677ff;
    color: #fff;
}

.order-main-content .page:hover:not(.active) {
    background: #e6f0ff;
}

/*提交订单*/
.submit-main-container {
    position: relative;
    width: 100vw;
    /*max-height: 100vh;*/
    /*background: linear-gradient(120deg, #f6fbff 60%, #eaf3fa 100%);*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: .3rem;
    box-sizing: border-box;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}
@media screen and (max-width: 750px) {
    .submit-main-container {
        padding-top: 0;
        padding-bottom: .3rem;
    }
}

@media screen and (max-width: 750px) {

}
.order-panel-inner {
    position: relative;
    width: 100%;
}
.submit-main-container .order-panel {
    position: relative;
    display: flex;
    width: 90%;
    /*max-height: calc(100vh - 130px);*/
    border-radius: .15rem;
    box-shadow: 0 .08rem .32rem rgba(19,98,236,0.08);
    background: rgba(255,255,255,.3);
    border: 1px solid #fff;
    padding: .4rem .6rem .48rem .2rem;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}
@media screen and (max-width: 750px) {
    .submit-main-container .order-panel {
        position: relative;
        display: block;
        width: 93%;
        height: auto;
        box-shadow: none;
        padding: 0;
        background: rgba(255,255,255,1);
        border-radius: 0;
    }
}
.submit-main-container .order-title {
    font-size: .22rem;
    color: #111;
    margin-bottom: .28rem;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .submit-main-container .order-title {
        display: none;
    }
}
.submit-main-container .order-table {
    width: 100%;
    margin-bottom: .18rem;
}

.submit-main-container .order-row {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*gap: .18rem;*/
    /*margin-bottom: .1rem;*/
}
.submit-main-container .order-row div + div {
    margin-left: .3rem;
}
.submit-main-container .order-row div + div:last-child {
    width: .7rem;
}
.submit-main-container .order-row + .order-row {
    margin-bottom: .1rem;
}
.submit-main-container .order-row span {
    display: none;
}
@media screen and (max-width: 750px) {
    .submit-main-container .order-row div + div {
        margin-left: 0;
    }
    .submit-main-container .order-row + .order-row {
        margin-bottom: .3rem;
    }
    .submit-main-container .order-row {
        padding-bottom: .7rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        flex-wrap: wrap;
        /*margin-bottom: .1rem;*/
    }
    .submit-main-container .order-row span {
        margin-bottom: .2rem;
        display: block;
        font-size: .28rem;
    }
}
.submit-main-container .order-header {
    color: #888;
    font-size: .14rem;
    font-weight: 500;
    /*background: #f7f9fa;*/
    border-radius: .1rem;
    padding: .1rem 0;
}
.submit-main-container .order-header div {
    padding: 0 .1rem 0 0;
    font-weight: normal;
    color: #333;
    font-size: .14rem;
}
.submit-main-container .order-header div + div {
    margin-left: .3rem;
}
@media screen and (max-width: 750px) {
    .submit-main-container .order-header {
        display: none;
    }
}

.submit-main-container .order-item {
    /*background: #f7f9fa;*/
    border-radius: .1rem;
    /*padding: .1rem 0;*/
}

.submit-main-container .order-row > div {
    /*width: 1.8rem;*/
    width: 1.54rem;
}


@media screen and (max-width: 750px) {
    .submit-main-container .order-item {
        position: relative;
        border-bottom: 1px solid #EDEDED;
        border-radius: 0;
    }
    .submit-main-container .order-row > div {

        margin-bottom: .32rem;
        width: 40vw;
    }
    .submit-main-container .delete-row-box {
        width: auto !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        display: block;
    }
    .submit-main-container .delete-row-box span {
        margin: 0 0 0 .2rem;
        font-size: .28rem;
        color: #ADADAD;
    }
    .submit-main-container .delete-row-box div {
        display: flex;
    }
    .submit-main-container .delete-row-box img {

    }
    .submit-main-container .delete-row-box .delete-row {
        width: .32rem;
        object-fit: contain; /* 或 cover，依据你要的裁剪或不裁剪效果 */
        /*flex-shrink: 0; !* 防止被压缩 *!*/
    }

}
.submit-main-container .input {
    /*width: 90%;*/
    /*width: 1.8rem;*/
    width: 100%;
    height: .42rem;
    padding: .08rem .1rem;
    border: .01rem solid #e6e6e6;
    border-radius: .06rem;
    font-size: .16rem;
    background: #F9FAFB;
    outline: none;
    transition: border 0.2s;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .submit-main-container .input {
        width: 100%;
        height: .84rem;
        border-radius: .2rem;
        font-size: .32rem;
    }
}
.submit-main-container .input:focus {
    border: 1.5px solid #1677ff;
}

.submit-main-container .delete-row {
    cursor: pointer;
    /*font-size: .18rem;*/
    width: .22rem;
    color: #888;
    transition: color 0.2s;
}

.submit-main-container .delete-row:hover {
    color: #ff4d4f;
}

.submit-main-container .add-row {
    color: #1677ff;
    text-decoration: none;
    font-size: .15rem;
    margin-bottom: .18rem;
    display: inline-block;
    margin-left: .08rem;
}

@media screen and (max-width: 750px) {
    .submit-main-container .add-row {
        color: #1677ff;
        text-decoration: none;
        font-size: .28rem;
        margin-bottom: .18rem;
        display: inline-block;
        margin-left: .08rem;
    }
}
.submit-main-container .submit-btn {
    display: inline-block;
    margin: .4rem auto 0 auto;
    width: 3rem;
    height: .53rem;
    background: #1362EC;
    color: #fff;
    border: none;
    border-radius: .1rem;
    /*padding: .16rem 0;*/
    font-size: .18rem;
    cursor: pointer;
    box-shadow: 0 .08rem .32rem rgba(19,98,236,0.10);
    transition: background 0.2s;
}
.submit-main-container .submit-btn-pc {
    display: block;
}
.submit-main-container .submit-btn-mob {
  display: none;
}
.submit-main-container .submit-btn:hover {
    background: #145fd7;
}

@media screen and (max-width: 750px) {
    /*.submit-main-container .submit-box {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*}*/
    .order-submit-box {
        display: flex;
        justify-content: space-between;
    }
    .submit-main-container .submit-btn {
        width: 35vw;
        height: .9rem;
        font-size: .32rem;
        border-radius: .2rem;
        margin: .4rem 0 0 0
    }
    .submit-main-container .submit-btn-pc {
        display: none;
    }
    .submit-main-container .submit-btn-mob {
        display: block;
    }
}
.submit-box {
    display: flex;
}
/*详情页*/

.modal-mask {
    display: none;
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(80,80,80,0.7);
    z-index: 1000;
}

.modal-dialog {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.6rem;
    max-height: 100vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    padding-bottom: 18px;
    animation: modalIn 0.2s;
    overflow-y: auto;
}
.modal-body {
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: .16rem;
    color: #222;
    width: 91.5%;
    border-top: 1px solid #EDEDED;
}
.modal-dialog {
    font-size: 18px;
}
/* 弹窗头部样式 (包含渐变背景) */
.modal-header {
    padding: .2rem .28rem .2rem .28rem;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(to bottom, #eaf3fa 0%, #fff 100%);
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

/* 弹窗标题样式 */
.modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* 关闭按钮样式 */
.modal-close {
    font-size: 24px;
    cursor: pointer;
    color: #666;
}



/* 弹窗行样式 */
.modal-row {
    margin-bottom: 10px;
    line-height: 1.6;
    word-break: break-word; /* 自动换行 */
}

.modal-row:last-child {
    margin-bottom: 0;
}

/* 订单项详情的粗体标签 */
.modal-row b {
    display: inline-block; /* 使 b 标签与文本内容对齐 */
    margin-right: 5px;
    min-width: 80px; /* 可以根据需要调整最小宽度，保持对齐 */
    vertical-align: top; /* 顶部对齐 */
}
@keyframes modalIn {
    from { opacity: 0; transform: translate(-50%, -60%);}
    to   { opacity: 1; transform: translate(-50%, -50%);}
}

.modal-header {
    padding: .2rem .28rem .2rem .28rem;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(to bottom, #eaf3fa 0%, #fff 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .modal-header {
        padding: .32rem .28rem .32rem .28rem;

    }
}
.modal-title {
    font-size: .2rem;
    font-weight: normal;
    color: #111;
}

.modal-close {
    font-size: .2rem;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s;
}
@media screen and (max-width: 750px) {
    .modal-close {
        font-size: .43rem;
    }

}
.modal-close:hover {
    color: #1677ff;
}

.modal-body {
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: .16rem;
    color: #222;
    width: 91.5%;
    border-top: 1px solid #EDEDED;
}
.modal-body b {
    color: #666;
    font-weight: normal;
}
.modal-body div {
    font-size: .18rem;
    color: #111;
}
.modal-row:nth-of-type(odd) {
    margin-bottom: .10rem;
    word-break: break-all;
}
.modal-row:nth-of-type(even) {
    margin-bottom: .10rem;
    word-break: break-all;
}
.modal-row b {
    margin-top: .2rem;
}
@media screen and (max-width: 750px) {
    .modal-title {
        font-size: .32rem;
    }
    .modal-body {
        margin: 0 auto;
        padding: .48rem 0 0 0;
        /*font-size: 16px;*/
        color: #222;
        width: 91.5%;
        border-top: 1px solid #EDEDED;
    }
    .modal-body b {
       font-size: .28rem
    }
    .modal-body div {
        font-size: .32rem
    }
}

.modal-footer {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 18px;
}

.modal-btn {
    min-width: 100px;
    padding: 10px 0;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.modal-btn.cancel {
    background: #f0f0f0;
    color: #666;
}

.modal-btn.confirm {
    background: #1677ff;
    color: #fff;
}

.modal-btn.confirm:hover {
    background: #145fd7;
}
.toast {
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .12rem;
    color: #fff;
    padding: .1rem .2rem;
    border-radius: 5px;
    zIndex: 9999;
    display: none;
}

@media screen and (max-width: 750px) {
    .toast {
        position: fixed;
        top: 2rem;
        font-size: .24rem;
        padding: .1rem .2rem;
    }
}
.view-order-btn {
    padding: .06rem .12rem;
    /*background-color: #409EFF; !* 蓝色按钮 *!*/
    background-color: #fff; /* 蓝色按钮 */
    color: #111;
    border: 1px solid #EDEDED;
    border-radius: .05rem;
    font-size: .14rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.view-order-btn:hover {
    background-color: #1677ff;
    color: #fff;
}
.product-list {
    margin-right: .3rem;
    flex-shrink: 0;
    width: 2.2rem;
    border-radius: .2rem;
    background: #fff;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .product-list {
        display: none;
    }
}
.product-list li {
    position: relative;
    padding: 0 0 0 .2rem;
    font-size: .16rem;
    height: .62rem;
    line-height: .62rem;
    cursor: pointer;
    transition: all 0.5s ease;
}
.product-list li.active {
    font-weight: bold;
    color: #1362EC;
    background: linear-gradient(to right, #E0ECFF 0%, #fff 100%);
}
.product-list li.active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.08rem;
    transform: translateY(-50%);
    width: .04rem;
    height: .18rem;
    background: #1362EC;
    border-radius: .2rem;
}
.product-list li:hover {
    color: #1362EC;
    background: linear-gradient(to right, #E0ECFF 0%, #fff 100%);
}

@media screen and (max-width: 750px) {
    .view-order-btn {
        padding: 0.1rem .17rem;
        background-color: #fff;
        color: #111;
        border: 1px solid #EDEDED;
        border-radius: .05rem;
        font-size: .2rem;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }
}
.mob {
    display: none;
}
.product-list-mob-box {
    display: none;
}
@media screen and (max-width: 750px) {
    .product-list-mob-box {
        display: flex;
        align-items: center;
        padding: .4rem .4rem 0rem .4rem;
    }
    .product-list-mob-box h3 {
        margin-right: .4rem;
        font-size: .28rem;
        font-weight: normal;
        flex-shrink: 0;
        color: #888;
    }
    .product-list-mob {
        padding: 0 .1rem;
        width: 5.42rem;
        height: .8rem;
        border: 1px solid #f3f3f3 !important;
        border-radius: .1rem;
        color: #111;
        font-size: .28rem;
    }
    .mob {
        display: block;
    }
    .cart-table .cart-table-header {
        display: none;
    }
    .mob {
        display: block;
    }
    .mob .label {
        font-size: .14rem;
    }
}
.User-Center {
    /*position: fixed;*/
    /*bottom: .1rem;*/
    /*right: 0;*/
    display: none;
    padding: 0 .3rem;
    font-size: .2rem;
    /*width: 1.16rem;*/
    width: 100%;
    height: 1.16rem;
    text-align: center;
    background: #fff;
    border-radius: .1rem;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: center;
}
.User-Center .user-icon {
    flex-shrink: 0;
    width: 0.6rem;
    margin-right: .2rem;
}
.User-Center .user-name {
    /*margin-top: .1rem;*/
    font-size: .24rem;
}
.User-Center a {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    /*height: 100%;*/
    text-decoration: none;
    color: #111;
}
.User-Center .logout-icon {
    margin-right: .2rem;
}
@media screen and (max-width: 750px) {
    .User-Center {
        display: flex;
        justify-content: right;
    }
}
.no-order {
    font-size: .16rem;
    color: #888
}
.no-order img {
    display: block;
    width: 2rem;
    margin: 0 auto;
}
.no-order span {
    display: block;
    text-align: center;
    margin-top: .3rem;
    padding-bottom: .3rem;
}
.no-car {
    text-align: center;
    color: #888;
    font-size: .16rem;
    padding: 0.64rem
}
.no-car img {
    display: block;
    margin: 0 auto;
    width: 2rem;
}
.no-car span {
    margin-top: .3rem;
    display: block;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .no-order {
        font-size: .24rem;
    }
    .no-car {
        font-size: .24rem;
    }
}
.custom-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-dialog {
    background: #fff;
    border-radius: 8px;
    width: 4rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}
@media screen and (max-width: 750px) {
    .custom-dialog {
        width: 85vw;
    }
}
.custom-dialog-header {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ebeef5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-dialog-close {
    cursor: pointer;
    font-size: 18px;
    color: #909399;
}

.custom-dialog-body {
    padding: 20px;
    font-size: 14px;
    color: #606266;
}

.custom-dialog-footer {
    padding: 10px 20px;
    text-align: right;
    border-top: 1px solid #ebeef5;
}

.custom-dialog-footer button {
    margin-left: 10px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.custom-dialog-cancel {
    background: #f5f7fa;
    color: #606266;
}

.custom-dialog-confirm {
    background: #409EFF;
    color: white;
}
.input-group {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}
.toggle-password img {
    width: 20px;
    height: 20px;
}

.invoice-radio-group {
    font-size: 15px;
    margin-bottom: 16px;
}
.invoice-radio-group span {
    margin-right: .1rem;
}
.invoice-radio-group label {
    margin-right: 16px;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
    .invoice-radio-group {
        margin-top: .6rem;
        margin-left: .4rem;
        font-size: 15px;
        margin-bottom: 16px;
    }
}
.warehouse-inner {
    height: calc(100vh - 2.6rem);
    overflow-y: auto;
}
.user-info {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.user-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #dcdfe6;
}

.user-name {
    font-size: 14px;
    color: #303133;
}

.user-menu {
    position: absolute;
    top: 48px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 160px;
    z-index: 1000;
}

.user-menu ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.user-menu ul li a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    color: #606266;
    text-decoration: none;
    transition: background 0.2s;
}

.user-menu ul li a:hover {
    background-color: #f5f7fa;
    color: #409EFF;
}

.user-menu ul li a i {
    margin-right: 8px;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .orderForm-inner {
        margin: 0 auto;
        width: auto;
        border-radius: 0;
    }
    .nav-link {
        font-size: .24rem;
    }
    .user-info {
        display: none;
    }
}

.comment-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background: rgba(0,0,0,0.5);*/
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: flex*/
;
    flex-wrap: wrap;
    margin: .3rem auto 0;
    /*width: 90%;*/
    border-radius: .15rem;
    box-shadow: 0 .08rem .32rem rgba(19, 98, 236, 0.08);
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    padding: .4rem .6rem .48rem .6rem;
}

.comment-modal {
    background: #fff;
    width: 90vw;
    /*max-width: 800px;*/
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    /*background: #f5f5f5;*/
    border-bottom: 1px solid #eee;
}

.comment-title {
    font-size: 18px;
    font-weight: bold;
}

.comment-close {
    font-size: 20px;
    cursor: pointer;
}

.comment-body {
    padding: 16px;
    max-height: 70vh;
    overflow-y: auto;
}

.comment-cart h3 {
    margin-bottom: 12px;
}

.comment-cart-list .cart-item-group {
    box-sizing: border-box;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.comment-summary {
    padding: 12px 16px;
    border-top: 1px solid #eee;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-submit-btn {
    background: #1677ff;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.comment-submit-btn:hover {
    background: #145fd7;
}
