.pdt-modal {
    position: absolute;
}

    .pdt-modal.modal .modal-dialog {
        width: 80%;
        height: 80%;
        max-width: 1024px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    .pdt-modal.modal .mCSB_outside + .mCSB_scrollTools {
        right: 0;
    }

    .pdt-modal .modal-content {
        width: 100%;
        height: 100%;
        padding: 25px;
    }

    .pdt-modal .pic {
        width: 320px;
        text-align: center;
        margin: 0 auto 20px;
    }

        .pdt-modal .pic img {
            width: 100%;
        }

    .pdt-modal .row > div {
        margin: 10px 0;
    }

        .pdt-modal .row > div > span:first-child {
            margin-right: 10px;
            color: #000;
        }

    .pdt-modal .modal-info {
        margin: 20px 0;
    }

    .pdt-modal .tab-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .pdt-modal .tab-list li {
            min-width: 130px;
            padding: 7px 10px;
            color: var(--style-color);
            cursor: pointer;
        }

            .pdt-modal .tab-list li.active {
                color: #fff;
                background: var(--style-color);
            }
.product-group {
    padding: 20px 15px;
}

.pdt-category {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pdt-category .cat-info {
        font-size: 20px;
        color: #333;
    }

    .pdt-category .cat-category {
        display: flex;
        align-items: center;
    }

.category-search {
    position: relative;
}

    .category-search .form-control {
        width: 100%;
        height: 40px;
        background-color: #fff;
        border: none;
        box-shadow: none;
        border-radius: 20px;
        color: #333;
    }

    .category-search .form-btn {
        width: 60px;
        height: 40px;
        background-color: transparent;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
    }

.category-select {
    width: 150px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 10px;
    overflow: hidden;
}

    .category-select select {
        width: 100%;
        height: 100%;
        border: none;
        padding: 0 10px;
    }

        .category-select select:focus {
            border: none;
            outline: none;
        }

.product-group .category-addto {
    display: inline-block;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
    background-color: var(--style-color);
    border-radius: 20px;
    margin-left: 20px;
    transition: all 0.6s ease;
}

    .product-group .category-addto:hover {
        opacity: .6;
    }

    .product-group .category-addto i {
        font-size: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }


.cate-scrollbar .mCSB_outside + .mCSB_scrollTools {
    right: 0;
    bottom: -3px;
}


.pdt-table table {
    width: 100%;
    min-width: 1140px;
}

.pdt-table .thead td {
    padding: 15px 10px;
}

.pdt-table .tr {
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.6s ease;
}

.pdt-table .mb-30 {
    height: 15px;
}

.pdt-table .tr td {
    padding: 0 10px;
    font-weight: bold;
    color: #333;
}

.pdt-table .td-checkbox {
    width: 100px;
    text-align: center;
}

    .pdt-table .td-checkbox input {
        margin: 0 auto;
    }

.pdt-table .td-pic {
    width: 180px;
}

.pdt-table .pic {
    width: 160px;
    height: 100px;
    margin: 0;
}

    .pdt-table .pic a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pdt-table .pic img {
        max-width: 100%;
        max-height: 100%;
    }

.pdt-table .title {
    width: 145px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

    .pdt-table .title a {
        color: #333;
    }

        .pdt-table .title a:hover {
            color: var(--style-color);
        }

.pdt-table .number-group {
    width: 88px;
    display: flex;
    align-items: center;
}

    .pdt-table .number-group .btn {
        width: auto;
        height: auto;
        padding: 1px 6px 0 6px;
        font-size: 12px;
        font-weight: bold;
        color: #333;
        background-color: #dfdfdf;
    }

    .pdt-table .number-group .add {
        background-color: var(--style-color);
        color: #fff;
    }

    .pdt-table .number-group .text {
        width: 50px;
        height: 21px;
        padding: 0 5px;
        margin: 0 5px;
        font-size: 12px;
        color: #333;
        background-color: #dfdfdf;
        border-radius: 4px;
        border: none;
    }

.pdt-table .status {
    min-width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff1f0;
    color: #f5222d;
    display: inline-block;
}

.order-process {
    margin-top: 10px;
}

    .order-process ul {
        display: flex;
        flex-wrap: wrap;
    }

        .order-process ul li {
            min-width: 150px;
            height: 35px;
            margin-top: 10px;
            margin-right: 15px;
            text-align: center;
        }

            .order-process ul li > a {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0 10px;
                background-color: #fff;
                border-radius: 18px;
                font-weight: bold;
                color: var(--style-color);
            }

            .order-process ul li.step > a {
                background-color: var(--style-color);
                color: #fff;
            }

.order-table {
    margin-top: 20px;
}

    .order-table .thead td {
        padding: 15px 10px;
    }

    .order-table .tr {
        border: 1px solid #fff;
        cursor: pointer;
    }

        .order-table .tr td {
            padding: 10px 20px;
        }

            .order-table .tr td.td-status {
                position: relative;
            }

            .order-table .tr td .dele {
                position: absolute;
                top: -15px;
                right: -11px;
                z-index: 2;
                padding: 0;
                border: none;
                background-color: transparent;
            }

                .order-table .tr td .dele::after {
                    content: '';
                    width: 23px;
                    height: 23px;
                    background-color: #fff;
                    border-radius: 50%;
                    position: absolute;
                    top: 8px;
                    left: 2px;
                    z-index: -1;
                }

                .order-table .tr td .dele i {
                    border-radius: 50%;
                    font-size: 26px;
                    color: #999;
                    transform: rotate(-45deg);
                    display: inline-block;
                }

        .order-table .tr:hover .dele i {
            color: var(--style-color);
        }

.process-group {
    margin-top: 20px;
}

    .process-group ul {
        display: flex;
        padding-right: 40px;
    }

    .process-group li {
        min-width: 120px;
        height: 60px;
        line-height: 60px;
        font-weight: bold;
        color: var(--style-color);
        background-color: #fff;
        border: 1px solid var(--style-color);
        border-left: none;
        border-right: none;
        padding-left: 10px;
        padding-right: 40px;
        position: relative;
        z-index: 1;
        text-align: center;
        white-space: nowrap;
    }

        .process-group li:first-child {
            border-left: 1px solid var(--style-color);
            padding-left: 20px;
        }

        .process-group li::before,
        .process-group li::after {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            right: 0;
            top: -1px;
            border-top: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 34px solid var(--style-color);
            z-index: -1;
        }

        .process-group li::after {
            border-left: 34px solid #fff;
            right: 2px;
        }

        .process-group li:last-child {
            overflow: visible;
            padding-right: 20px;
        }

            .process-group li:last-child::before,
            .process-group li:last-child::after {
                border-top: 30px solid transparent;
                border-bottom: 30px solid transparent;
                top: -1px;
                right: -33px;
            }

            .process-group li:last-child::after {
                right: -31px;
            }

        .process-group li span::before,
        .process-group li span::after {
            content: '';
            width: 35px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -2;
            background-color: #fff;
        }

        .process-group li span::after {
            width: 35px;
            left: auto;
            right: 0;
        }

        .process-group li.step {
            background-color: var(--style-color);
            color: #fff;
            z-index: 5;
        }

            .process-group li.step::before {
                border-left: 30px solid var(--style-color);
                border-right: 30px solid var(--style-color);
                border-bottom: 34px solid transparent;
                transform: rotate(90deg);
                top: -3px;
                left: -33px;
                right: auto;
            }

            .process-group li.step::after {
                border-left: 34px solid var(--style-color);
            }

            .process-group li.step span::before {
                background-color: var(--style-color);
            }

        .process-group li:first-child.step::before,
        .process-group li:first-child span::after,
        .process-group li:last-child.step span::after {
            display: none;
        }

        .process-group li:first-child.step span::after {
            width: 35px;
            right: 0;
            display: block;
        }

        .process-group li:last-child.step::after {
            right: -34px;
        }

.order-infor {
    margin-top: 16px;
}

    .order-infor .title {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px 30px 16px 30px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
        color: var(--style-color);
    }

    .order-infor .list {
        margin-left: -1px;
        margin-right: -1px;
        display: flex;
        flex-wrap: wrap;
    }

    .order-infor .td {
        width: 14.2857%;
        padding: 2px 1px;
    }

    .order-infor .block {
        background-color: #fff;
        border-radius: 5px;
        height: 100%;
    }

    .order-infor .h3 {
        margin: 0;
        padding: 15px;
        padding-bottom: 10px;
        font-size: 14px;
        color: #333;
        border-bottom: 1px solid #eee;
    }

    .order-infor .ns {
        padding: 15px;
    }

.order-information {
    margin-top: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

    .order-information .title {
        font-size: 14px;
        font-weight: bold;
        color: var(--style-color);
        margin-top: 0;
    }

    .order-information table {
        width: 100%;
        color: #333;
    }

    .order-information p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .order-information td {
        width: 11.1111%;
        padding-right: 5px;
    }

.summary-table td {
    width: 14.2857%;
}

.order-btn {
    text-align: right;
    margin-top: 20px;
}

    .order-btn .btn {
        min-width: 156px;
        height: 40px;
        background-color: var(--style-color);
        color: #fff;
        border-radius: 20px;
        transition: all 0.6s ease;
    }

        .order-btn .btn:hover {
            opacity: .6;
        }

.order-content {
    margin-top: 20px;
}

    .order-content .pdt-table .thead {
        background-color: #ddd;
    }

        .order-content .pdt-table .thead td {
            color: #333;
        }

    .order-content .policy-title {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }

.order-tab {
    background-color: #fff;
}

    .order-tab > ul {
        display: flex;
        flex-wrap: wrap;
    }

        .order-tab > ul > li,
        .policy-order .addBtn {
            min-width: 130px;
            height: 40px;
            color: #333;
            margin-right: 10px;
        }

            .order-tab > ul > li > a,
            .policy-order .addBtn > a {
                width: 100%;
                height: 100%;
                padding: 0 15px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

            .order-tab > ul > li.active > a {
                background-color: var(--style-color);
                color: #fff;
            }

.order-content .pdt-table .thead td:first-child {
    padding-left: 50px;
}

.order-content .pdt-table tbody {
    background-color: #fff;
}

    .order-content .pdt-table tbody tr {
        border-bottom: 1px solid #e5e5e5;
    }

        .order-content .pdt-table tbody tr:last-child {
            border: none;
        }

    .order-content .pdt-table tbody td {
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bold;
        color: #333;
    }

.order-content .pdt-table .td-checkbox {
    width: 160px;
    text-align: left;
    padding-left: 50px;
}

.order-content .pdt-table .td-pic {
    width: 250px;
}

.order-content .pdt-table .title {
    width: 190px;
}

.order-content .detail-text {
    margin-top: 2px;
    background-color: #fff;
    padding: 20px 30px;
}

.order-last {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    padding: 30px;
}

    .order-last table td {
        padding-right: 45px;
        font-weight: bold;
        color: #333;
        vertical-align: top;
    }

.modal-dialogs {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

    .modal-dialogs .modal-mask {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.2);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .modal-dialogs .modal-layout {
        max-width: 435px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-dialogs .modal-body {
        width: 100%;
        max-height: 90%;
        background-color: #fff;
        padding: 26px 26px 20px 26px;
        border-radius: 10px;
        box-shadow: 0 15px 59px rgba(0,0,0,.38);
        overflow: auto;
    }

    .modal-dialogs .form-group {
        margin-bottom: 25px;
    }

    .modal-dialogs .upload-list {
        display: flex;
        flex-wrap: wrap;
    }

        .modal-dialogs .upload-list li {
            width: 123px;
            height: 123px;
            margin-top: 20px;
            margin-right: 20px;
            position: relative;
        }

            .modal-dialogs .upload-list li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .modal-dialogs .upload-list li .icon-jiahao {
                font-size: 20px;
                background-color: #fff;
                position: absolute;
                top: -7px;
                right: -3px;
                cursor: pointer;
                transform: rotate(-46deg);
            }

            .modal-dialogs .upload-list li.upload-add .block {
                width: 100%;
                height: 100%;
                border: 1px dashed #a6a6a6;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .modal-dialogs .upload-list li.upload-add .file {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
                cursor: pointer;
                opacity: 0;
                outline: none;
            }

            .modal-dialogs .upload-list li.upload-add .block::before,
            .modal-dialogs .upload-list li.upload-add .block::after {
                content: '';
                background-color: #a6a6a6;
                position: absolute;
            }

            .modal-dialogs .upload-list li.upload-add .block::before {
                width: 20px;
                height: 2px;
                top: 59px;
                left: 50px;
            }

            .modal-dialogs .upload-list li.upload-add .block::after {
                width: 2px;
                height: 20px;
                top: 50px;
                left: 59px;
            }

    .modal-dialogs textarea.form-control {
        background-color: #eee;
        color: #333;
        height: 100px;
        border: none;
        box-shadow: none;
    }

    .modal-dialogs .btn {
        min-width: 150px;
        height: 40px;
        background-color: var(--style-color);
        font-weight: bold;
        color: #fff;
        border-radius: 20px;
        transition: all 0.6s ease;
    }

        .modal-dialogs .btn:hover {
            opacity: .6;
        }

    .modal-dialogs .text-info {
        text-align: center;
        font-size: 20px;
        color: #333;
        padding-bottom: 20px;
    }

.modal-notify .modal-body {
    padding-top: 45px;
    padding-bottom: 40px;
}

.modal-notify .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-notify .btn-wrap .btn {
        min-width: 80px;
        height: 30px;
        line-height: 17px;
        margin: 0 5px;
    }

        .modal-notify .btn-wrap .btn:nth-child(2) {
            background-color: #d2d2d2;
        }

.modal-notify .notify-service {
    padding-left: 14px;
    padding-right: 14px;
    display: none;
}

    .modal-notify .notify-service .text-info {
        text-align: left;
    }

    .modal-notify .notify-service .comment-list {
        margin-top: 5px;
    }

        .modal-notify .notify-service .comment-list dt {
            font-weight: bold;
            color: #333;
            margin-top: 10px;
        }

        .modal-notify .notify-service .comment-list dd {
            margin-top: 5px;
        }

        .modal-notify .notify-service .comment-list label {
            margin-right: 20px;
            cursor: pointer;
        }

            .modal-notify .notify-service .comment-list label input {
                margin-right: 5px;
            }

    .modal-notify .notify-service .star-group {
        display: flex;
    }

        .modal-notify .notify-service .star-group a {
            margin-right: 5px;
            font-size: 28px;
            color: #ccc;
            transition: none;
            line-height: 1;
        }

            .modal-notify .notify-service .star-group a.active {
                color: #e4cc00;
            }

            .modal-notify .notify-service .star-group a > i {
                font-size: inherit;
            }

.customer-table .tr {
    cursor: pointer;
}

.customer-table .td-pic {
    width: auto;
}

.customer-table .list-img {
    display: flex;
    flex-wrap: wrap;
}

    .customer-table .list-img li {
        width: 86px;
        height: 82px;
        margin-top: 5px;
        margin-right: 10px;
    }

        .customer-table .list-img li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.customer-table .status {
    background-color: #bfbfbf;
    color: #333;
}

.customer-wrap {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 60px 20px;
}

    .customer-wrap .customer-container {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .customer-wrap .h2 {
        font-size: 18px;
        font-weight: bold;
        color: var(--style-color);
        margin-top: 0;
    }

    .customer-wrap .form-group {
        width: 100%;
        display: flex;
    }

    .customer-wrap .tit {
        width: 110px;
        font-weight: normal;
        color: #666;
        padding-top: 10px;
        padding-right: 10px;
        flex-shrink: 0;
        text-align: right;
    }

    .customer-wrap .inp-group {
        width: 100%;
    }

    .customer-wrap .form-control {
        width: 100%;
        height: 40px;
        border-radius: 4px;
    }

    .customer-wrap textarea.form-control {
        height: 160px;
    }

    .customer-wrap .txt-center {
        justify-content: center;
    }

    .customer-wrap .btn {
        min-width: 150px;
        height: 40px;
        background-color: var(--style-color);
        font-weight: bold;
        color: #fff;
        border-radius: 20px;
        transition: all 0.6s ease;
    }

        .customer-wrap .btn:hover {
            opacity: .6;
        }

    .customer-wrap .upload-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

        .customer-wrap .upload-list li {
            width: 78px;
            height: 78px;
            margin-top: 10px;
            margin-right: 10px;
            position: relative;
        }

            .customer-wrap .upload-list li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .customer-wrap .upload-list li .icon-jiahao {
                font-size: 20px;
                background-color: #fff;
                position: absolute;
                top: -7px;
                right: -3px;
                cursor: pointer;
                transform: rotate(-46deg);
            }

            .customer-wrap .upload-list li.upload-add .block {
                width: 100%;
                height: 100%;
                border: 1px dashed #a6a6a6;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .customer-wrap .upload-list li.upload-add .file {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
                cursor: pointer;
                opacity: 0;
                outline: none;
            }

            .customer-wrap .upload-list li.upload-add .block::before,
            .customer-wrap .upload-list li.upload-add .block::after {
                content: '';
                background-color: #a6a6a6;
                position: absolute;
            }

            .customer-wrap .upload-list li.upload-add .block::before {
                width: 20px;
                height: 2px;
                top: 38px;
                left: 29px;
            }

            .customer-wrap .upload-list li.upload-add .block::after {
                width: 2px;
                height: 20px;
                top: 30px;
                left: 38px;
            }

.ser-table .thead {
    background-color: #fff;
    font-weight: bold;
}

    .ser-table .thead tr {
        border-bottom: 2px solid #f4f4f4;
    }

.ser-table .tr:hover {
    border-color: transparent;
}

.ser-table .tr td {
    padding-top: 10px;
    padding-bottom: 20px;
}

.customer-message {
    margin-top: 40px;
}

    .customer-message .custit {
        background-color: #fff;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        padding: 20px 30px 15px 30px;
        margin-bottom: 2px;
    }

    .customer-message .message-group {
        margin-top: 0;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px 30px;
    }

    .customer-message .message-list {
        max-height: 570px;
        overflow: hidden;
    }

        .customer-message .message-list .admin,
        .customer-message .message-list .user {
            margin-bottom: 30px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
        }

        .customer-message .message-list .admin {
            padding-left: 75px;
        }

        .customer-message .message-list .user {
            padding-right: 75px;
        }

        .customer-message .message-list .infos {
            width: 40px;
            position: absolute;
            bottom: -4px;
            text-align: center;
        }

        .customer-message .message-list .admin .infos {
            left: 0;
        }

        .customer-message .message-list .user .infos {
            right: 0;
        }

        .customer-message .message-list .infos .icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto;
        }

        .customer-message .message-list .infos i {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #000;
            color: #fff;
        }

        .customer-message .message-list .infos img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .customer-message .message-list .infos .name {
            margin-bottom: 0;
        }

        .customer-message .message-list .admin .mess {
            max-width: 560px;
            background-color: #e5e5e5;
            border-radius: 25px;
            border-bottom-left-radius: 0;
            padding: 15px 40px;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

            .customer-message .message-list .admin .mess::after {
                content: '';
                width: 0;
                height: 0;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid #e5e5e5;
                position: absolute;
                left: -13px;
                bottom: 0;
            }

        .customer-message .message-list .user {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

            .customer-message .message-list .user .mess {
                max-width: 560px;
                background-color: var(--style-color);
                color: #fff;
                border-radius: 25px;
                border-bottom-right-radius: 0;
                padding: 15px 40px;
                margin-left: auto;
                margin-right: 0;
                display: inline-block;
                position: relative;
                z-index: 1;
            }

                .customer-message .message-list .user .mess::after {
                    content: '';
                    width: 0;
                    height: 0;
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    border-bottom: 15px solid var(--style-color);
                    position: absolute;
                    right: -15px;
                    bottom: 0;
                }

    .customer-message .form-mess {
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

        .customer-message .form-mess textarea.form-control {
            height: 150px;
            background-color: #eee;
            border: none;
            box-shadow: none;
        }

        .customer-message .form-mess .txt-right {
            text-align: right;
        }

        .customer-message .form-mess .btn {
            min-width: 150px;
            height: 40px;
            background-color: var(--style-color);
            font-weight: bold;
            color: #fff;
            border-radius: 20px;
            transition: all 0.6s ease;
        }

            .customer-message .form-mess .btn:hover {
                opacity: .6;
            }

.js-scrollbar .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
}

.account-mode {
    width: 100%;
    margin-top: 30px;
}

.account-sidebar {
    background-color: #fff;
    border-radius: 5px;
    padding-top: 35px;
    margin-bottom: 20px;
}

.my-iconbar {
    text-align: center;
    color: #666;
}

    .my-iconbar .icon-bar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }

    .my-iconbar .ticon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        font-size: 46px;
        color: #fff;
        border-radius: 50%;
    }

    .my-iconbar .timg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .my-iconbar .file-btn {
        width: 24px;
        height: 24px;
        background-color: var(--style-color);
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 5;
    }

        .my-iconbar .file-btn i {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #fff;
            cursor: pointer;
        }

        .my-iconbar .file-btn input {
            width: 100%;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

    .my-iconbar .name {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-top: 10px;
    }

.account-nav {
    padding: 30px 0;
}

    .account-nav ul li a {
        display: block;
        padding: 20px 20px 20px 50px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-top: 2px;
    }

    .account-nav ul li:not(.active):hover > a {
        color: var(--style-color);
    }

    .account-nav ul li.active > a {
        background-color: var(--style-color);
        color: #fff;
    }

.account-content {
    width: 100%;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 5px;
}

    .account-content .h3 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-top: 0;
    }

.profiles-table {
    margin-top: 30px;
}

    .profiles-table label {
        color: #333;
    }

        .profiles-table label i {
            color: var(--style-color);
            margin-right: 5px;
        }

    .profiles-table .form-text {
        position: relative;
    }

    .profiles-table .form-control {
        padding-left: 0;
        height: 40px;
        box-shadow: none;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #333;
        font-size: 12px;
        color: #333;
    }

        .profiles-table .form-control[disabled] {
            padding-left: 8px;
            opacity: .8;
        }

    .profiles-table .form-text i {
        position: absolute;
        top: 7px;
        right: 0;
        color: #999;
    }

    .profiles-table .disabled i {
        display: none;
    }

    .profiles-table .txt-right {
        text-align: right;
    }

    .profiles-table .submit {
        border: none;
        display: inline-block;
        min-width: 150px;
        height: 40px;
        text-align: center;
        padding: 0 10px;
        font-weight: bold;
        color: #fff;
        background-color: var(--style-color);
        border-radius: 20px;
        margin-top: 27px;
        transition: all 0.6s ease;
    }

        .profiles-table .submit:hover {
            opacity: .6;
        }

.policy-order .pol-tab {
    display: flex;
    justify-content: space-between;
}

.policy-order .order-tab > ul > li {
    margin-right: 0;
}

    .policy-order .order-tab > ul > li > a,
    .policy-order .addBtn > a {
        padding-left: 20px;
        padding-right: 15px;
    }

        .policy-order .order-tab > ul > li > a > i,
        .policy-order .addBtn > a > i {
            margin-left: 8px;
        }

    .policy-order .order-tab > ul > li.addBtn,
    .policy-order .addBtn {
        min-width: 90px;
        margin-left: auto;
        margin-right: 0;
    }

        .policy-order .order-tab > ul > li.addBtn > a,
        .policy-order .addBtn > a {
            padding-left: 0;
            padding-right: 0;
            background-color: #fff !important;
            color: #333 !important;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

            .policy-order .order-tab > ul > li.addBtn > a > i,
            .policy-order .addBtn > a > i {
                width: 100%;
                height: 100%;
                margin-left: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .policy-order .order-tab > ul > li.addBtn > a:hover,
            .policy-order .addBtn > a:hover {
                opacity: .6;
            }

.customer-info {
    max-width: 1140px;
    margin-top: 30px;
    overflow: hidden;
}

    .customer-info .form-group {
        margin-bottom: 20px;
    }

    .customer-info label {
        color: #333;
    }
    .customer-info .form-control,
    .customer-info .form-text {
        padding: 10px 14px;
        background-color: #fff;
        border-radius: 5px;
        min-height: 40px;
        border: none;
        box-shadow: none;
    }
    .customer-info .form-checkbox {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

        .customer-info .form-checkbox label {
            display: flex;
            align-items: center;
            margin: 0 10px;
            cursor: pointer;
        }

    .customer-info .form-control[type=checkbox] {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 0;
        margin-left: 5px;
        min-height: auto;
        outline: none;
    }
.customer-btn {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px dashed #999;
}

    .customer-btn .submit-btn {
        width: 100px;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        padding: 6px 15px;
        color: #fff;
        background: var(--style-color);
    }
.customer-choose {
    margin-top: 20px;
}

    .customer-choose .choose-title {
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }

    .customer-choose .choose-wrap {
        display: flex;
        align-items: flex-start;
    }

    .customer-choose .choose-img {
        display: inline-block;
        margin-right: 20px;
        padding: 7px 10px;
        color: #fff;
        margin-bottom: 0;
        border-radius: 4px;
        background: var(--style-color);
        cursor: pointer;
    }

    .customer-choose .choose-content {
        width: 100%;
        max-width: 200px;
        padding: 20px;
        border-radius: 5px;
        background-color: #fff;
    }

        .customer-choose .choose-content img {
            width: 100%;
            max-width: 200px;
            margin: 0 auto;
        }
.customer-parts {
    margin-top: 20px;
    max-width: 1140px;
}

    .customer-parts .parts-title {
        color: #333;
        font-weight: bold;
    }

    .customer-parts .parts-choose {
        color: #fff;
        font-weight: normal;
        padding: 7px 15px;
        margin-left: 15px;
        background: var(--style-color);
        border: none;
        border-radius: 4px;
    }

    .customer-parts .mCSB_outside + .mCSB_scrollTools {
        right: 0;
        bottom: -3px;
    }

    .customer-parts .parts-content {
        margin-top: 20px;
        background: #fff;
    }

        .customer-parts .parts-content .parts-item {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
        }

            .customer-parts .parts-content .parts-item:not(:last-child) {
                border-bottom: 1px dashed #999;
            }

    .customer-parts .parts-item > div {
        margin: 5px 20px;
    }

    .customer-parts .parts-item .pic {
        width: 100px;
    }

    .customer-parts .parts-item .parts-tit {
        width: 200px;
    }

    .customer-parts .input-group button {
        width: 23px;
        padding: 3px;
        font-size: 12px;
        text-align: center;
        border: none;
        margin: 0 3px;
        border-radius: 2px;
    }

    .customer-parts .input-group .parts-add {
        color: #fff;
        background: var(--style-color);
    }

    .customer-parts .input-group .parts-decr {
        color: #333;
        background: #dfdfdf;
    }

    .customer-parts .input-group .parts-count {
        width: 50px;
        height: auto;
        padding: 3px 2px;
        font-size: 12px;
        color: #333;
        background: #dfdfdf;
        border: none;
        box-shadow: none;
        outline: none;
    }

    .customer-parts .input-group input[type=number]::-webkit-inner-spin-button,
    .customer-parts .input-group input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

    .customer-parts .parts-item .parts-delete {
        cursor: pointer;
    }

    .customer-parts .parts-delete i {
        display: inline-block;
        line-height: 1;
        transform: rotate(45deg);
    }

    .customer-parts .parts-modal .modal-dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        margin: 0;
        max-width: 600px;
        max-height: 700px;
    }

    .customer-parts .modal-content {
        padding: 20px;
        height: 100%;
        text-align: center;
    }
    .customer-parts .checked-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4px;
    }

    .customer-parts .all-checked {
        width: 30px;
    }

        .customer-parts .all-checked input {
            margin: 0 auto;
        }

    .customer-parts .search {
        position: relative;
        width: 150px;
    }

        .customer-parts .search i {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 50%;
            width: 25px;
            cursor: pointer;
            transform: translateY(-50%);
        }

        .customer-parts .search input {
            width: 150px;
            padding-right: 25px;
            outline: none;
            box-shadow: none;
        }
    .customer-parts .partsList-scrollbar {
        height: calc(100% - 82px);
    }

    .customer-parts #partsList {
        list-style: none;
    }

        .customer-parts #partsList li {
            display: flex;
            align-items: center;
        }

            .customer-parts #partsList li:not(:last-child) {
                margin-bottom: 10px;
            }

        .customer-parts #partsList .checkBox {
            width: 30px;
        }

        .customer-parts #partsList .parts-check {
            margin: 0 auto;
        }

        .customer-parts #partsList .pic {
            width: 100px;
            margin: 0 15px;
        }

        .customer-parts #partsList .parts-tit {
            text-align: left;
            flex: 0 0 calc(100% - 160px);
        }

    .customer-parts .btn {
        min-width: 120px;
        color: #fff;
        background: var(--style-color);
        border: none;
        border-radius: 4px;
        margin-top: 20px;
    }
.customer-order .order-tab > ul > li {
    margin-right: 0;
}

    .customer-order .order-tab > ul > li > a {
        font-weight: bold;
        color: var(--style-color);
    }

    .customer-order .order-tab > ul > li.active > a {
        color: #fff;
    }

.customer-order .pdt-table .mb-5 {
    height: 5px;
}

.customer-order .order-table .tr {
    cursor: auto;
}

.customer-order .order-table .td-vise {
    color: var(--style-color);
}

@media(min-width:768px) {
    .account-mode {
        display: flex;
    }

    .account-sidebar {
        width: 300px;
        padding-top: 45px;
        flex-shrink: 0;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .customer-parts #partsList .pic {
        margin: 0 30px;
    }

    .customer-parts #partsList .parts-tit {
        flex: 0 0 calc(100% - 190px);
    }
}

@media(min-width:992px) {
    .account-sidebar {
        width: 300px;
    }
}

@media(min-width:1200px) {
    .product-group {
        padding: 20px 30px;
    }

    .index-scrollbox {
        padding: 0;
    }

        .index-scrollbox .pdt-category {
            padding-top: 20px;
            margin-left: 30px;
            margin-right: 30px;
        }

        .index-scrollbox .pdt-table {
            padding: 0 30px 20px;
            
            overflow-y: auto;
        }

   

    .category-search .form-control {
        min-width: 300px;
    }

    .category-select {
        margin-left: 20px;
    }

    .category-addto {
        margin-left: 20px;
    }

    .pdt-table .mb-30 {
        height: 20px;
    }

    .order-process ul li {
        margin-right: 20px;
    }

    .process-group li {
        min-width: 135px;
        padding-left: 5px;
        padding-right: 20px;
    }
    .customer-choose,
    .customer-parts,
    .order-content {
        margin-top: 40px;
    }

    .order-tab > ul > li {
        min-width: 100px;
        margin-right: 15px;
    }

    .pdt-table .tr:hover {
        box-shadow: 0 5px 10px rgba(0,0,0,.14);
    }

    .order-table .tr:hover {
        border: 1px solid var(--style-color);
    }

    .account-sidebar {
        width: 350px;
    }

    .account-content {
        padding: 40px;
    }

    .customer-info > .row {
        margin-left: -32px;
        margin-right: -32px;
    }

        .customer-info > .row > .col-lg-4 {
            padding-left: 32px;
            padding-right: 32px;
        }
}

@media(min-width:1280px) {
  
    .pdt-table .td-pic {
        width: 230px;
    }

    .customer-table .td-pic {
        width: auto;
    }
}

@media(min-width:1440px) {
    .process-group li {
        min-width: 135px;
        padding-left: 5px;
        padding-right: 22px;
    }

    .product-group {
        padding: 25px 50px;
    }

    .index-scrollbox {
        padding: 0;
    }

        .index-scrollbox .pdt-category {
            padding-top: 25px;
            margin-left: 50px;
            margin-right: 50px;
        }

        .index-scrollbox .pdt-table {
            padding-left: 50px;
            padding-bottom: 40px;
            height: calc(100vh - 161px);
            overflow-y: auto;
        }

    .account-sidebar {
        width: 414px;
    }

    .account-content {
        padding: 50px 100px 70px 50px;
    }

    .customer-order .order-tab > ul > li {
        max-width: 200px;
    }
}

@media(min-width:1640px) {
    .process-group li {
        min-width: 150px;
        padding-left: 20px;
        padding-right: 40px;
        font-size: 14px;
    }

    .order-tab > ul > li {
        min-width: 120px;
        margin-right: 40px;
    }


    .pdt-table .td-pic {
        width: 350px;
    }

    .order-content .pdt-table .td-pic {
        width: 310px;
    }

    .customer-table .td-pic {
        width: auto;
    }

    .order-table .thead td {
        padding: 15px 15px;
    }

    .order-table .tr td {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profiles-table {
        margin-left: -60px;
        margin-right: -60px;
    }

        .profiles-table .col-md-6 {
            padding-left: 60px;
            padding-right: 60px;
            margin-bottom: 35px;
        }
}

@media(min-width:1840px) {
    .customer-table .thead td {
        padding: 15px 40px;
    }

    .customer-table .tr td {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width:1199px) {
    .js-scrollbar .pdt-table {
        min-width: 1240px;
    }

    .pdt-table .td-pic {
        width: 210px;
    }

    .customer-table .td-pic {
        width: 350px;
    }

    .js-scrollbar-order .pdt-table {
        padding-right: 10px;
    }
}

@media(max-width:767px) {
    .account-nav {
        padding-bottom: 0;
    }

        .account-nav ul {
            display: flex;
            flex-wrap: wrap;
        }

        .account-nav li {
            width: 33.333%;
        }

        .account-nav ul li a {
            border: 1px solid #ccc;
            padding: 15px 10px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

@media(max-width:720px) {
    .idx-category {
        display: block;
    }

        .idx-category .cat-category {
            margin-top: 10px;
        }
}

@media(max-width:670px) {
    .cus-category {
        display: block;
    }

        .cus-category .cat-category {
            margin-top: 10px;
        }
}

@media(max-width:540px) {
    .head-iconfont .icart {
        font-size: 18px;
    }

    .head-iconfont {
        margin-top: 6px;
    }

        .head-iconfont .cart-num {
            top: -5px;
            transform: scale(.7);
        }

    .pdt-category,
    .pdt-category .cat-category {
        display: block;
    }

    .category-search {
        margin-top: 10px;
    }

    .category-select {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .product-group .category-addto {
        margin-top: 5px;
        margin-left: 0;
    }

    .product-group .cus-category .category-addto {
        margin-top: 10px;
    }
}
