.moudle-custom .section-custom-control {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 840px;
    width: 100%;
    padding: 48px 0px;
}

.custom-control-groups {
    display: flex;
    /*align-items: flex-end;*/
}

.custom-control-group-l {
    width: 65%;
    padding-right: 100px;
    position: relative;
}

.top-control .top-control-title {
    display: flex;
    align-items: center;
    background-color: var(--dark-main-color);
    border-radius: 16px 16px 0px 0px;
    padding: 8px 32px;
    font-size: var(--font-22);
    font-weight: var(--font-bolder-700);
    color: #fff;
}

.top-control-title .small-title {
    font-size: var(--font-16);
    margin-left: 8px;
}

.select-items {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 0px 0px 16px 16px;
}

.select-items .select-item {
    padding: 5px 16px;
    font-size: var(--font-20);
    font-weight: var(--font-bolder-600);
    color: #545454;
    user-select: none;
}

.select-items .select-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select-items .select-item input {
    /* width: 18px;
    height: 18px; */
    /* margin-right: 8px; */
    position: absolute;
    left: 0;
    opacity: 0;
}

.select-items .select-item .checkbox.style-custom {
    position: relative;
    padding-left: 24px;
}

.select-items .select-item .checkbox.style-custom input ~ .checkbox__checkmark {
    background-color: transparent;
    border: 2px solid #8b8b8b;

}

.select-items .select-item .checkbox.style-custom input:checked ~ .checkbox__checkmark {
    /* background-color: var(--green-color-1); */
    border: 2px solid var(--main-color);

}

.select-items .top-select-item.select-item .checkbox.style-custom input:checked ~ .checkbox__checkmark:after {
    top: -2px;
    left: -2px;
}

.select-items .select-item .checkbox.style-custom input:checked ~ .checkbox__checkmark:after {
    content: "";
    transform: scale(0.6);
    top: -1px;
    left: -1px;
}

.select-items .select-item .checkbox.style-custom input:checked ~ .checkbox__body {
    font-weight: var(--font-bolder-900);
    color: var(--green-color-1);
}

.select-items .select-item .checkbox.style-custom input ~ .checkbox__body .l-f {
    font-weight: var(--font-bolder-600);
    font-size: var(--font-14);
}

.select-items .select-item .checkbox.style-custom input ~ .checkbox__body .l-f .b-f {
    font-size: var(--font-16);
    font-weight: var(--font-bolder-700);
}

.select-items .top-select-item.select-item .checkbox.style-custom .checkbox__checkmark {
    top: 8px;
}

.select-items .select-item .checkbox.style-custom .checkbox__checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
}

.select-items .select-item .checkbox.style-custom .checkbox__checkmark:after {
    content: "";
    position: absolute;

    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-main-color);
    transform: scale(0);
}

.main-control {
    background-color: var(--light-main-color);
    border-radius: 16px;
    margin-top: 16px;
    position: relative;
}

.main-control-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

.main-control-tabs .main-control-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    padding: 8px 24px;
    border-radius: 8px 8px 0px 0px;
    margin: 0px 5px;
    cursor: pointer;
    color: #fff;
    font-size: var(--font-18);
    font-weight: var(--font-bolder-700);
    transition: all 0.3s ease-in-out;
}

.main-control-tabs .main-control-tab.active {
    background-color: #fff;
    color: #fff;
    color: var(--dark-main-color);
}

.main-control-tabs .main-control-tab:hover, .main-control-item-content .tags .tag:hover {
    background-color: whitesmoke;
    color: var(--dark-main-color);
    transition: all 0.3s ease-in-out;
}

.main-control-content {
    background-color: #fff;
    border-radius: 16px;
}

.main-control-item-title {
    color: var(--dark-main-color);
    font-size: var(--font-18);
    font-weight: var(--font-bolder-700);
    display: flex;
    align-items: center;
}

.main-control-item-title i {
    font-size: var(--font-24);
    font-weight: bold;
    margin-right: 8px;
}

.main-control-item {
    padding: 10px 16px;
}

.main-control-item-content {
    padding-left: 24px;
    position: relative;
    margin-top: 10px;
}

.main-control-item-content.n-p-l {
    padding-left: 0;
    padding: 0px 30px;
}

.main-control-item-content .tags {
    display: flex;
    flex-wrap: wrap;
}

.main-control-item-content .tags .tag {
    padding: 3px 16px;
    margin: 3px 5px;
    border-radius: 18px;
    font-size: var(--font-16);
    font-weight: var(--font-bolder-700);
    border: 1px solid #545454;
    color: #545454;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.main-control-item-content .tags .tag.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

/* ------- */
.des {
    min-height: 75px;
}

.des li {
    display: flex;
}

.des li div:nth-child(1){
    min-width: 37px;
}

.custom-cloth-select .select-item {
    padding: 5px 2px;
}

.custom-cloth-select .select-item .title {
    font-size: var(--font-16);
    font-weight: var(--font-bolder-900);
    margin-bottom: 5px;
    color: #545454;
}

.custom-cloth-select .select-item .tags {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 8px; */
}

.custom-cloth-select .select-item .tags .tag {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #333;
    color: #fff;
    border-radius: 16px;
    padding: 0px 7px;
    padding: 0px 3px 0px 6px;
    padding-bottom: 1px;
    margin: 1px 1px;
    font-size: 10px;
}

.custom-cloth-select .select-item label {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.custom-cloth-select .select-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-cloth-select .select-item .item-content {
    border: 2px solid #a3a3a3;
    border-color: #c7c7c7;
    border-radius: 15px;
    padding: 5px 9px;
    padding: 10px 15px;
    font-size: var(--font-12);
    transition: all .4s ease-in-out;
}

.custom-cloth-select.type .select-item .item-content {
    border: 2px solid transparent;
    min-height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-cloth-select .select-item .item-content:hover,
.custom-cloth-select .select-item input:checked ~ .item-content:hover {
    opacity: .9;
    border: 2px solid #a8e1de;
    background-color: #f7fffe;
    background-color: #effffa;
    transition: all .4s ease-in-out;
}

.custom-cloth-select .select-item input:checked ~ .item-content {
    border: 2px solid var(--dark-main-color);
    background-color: #f7fffe;
    background-color: #effffa;
}

/* -------- */
.swiper .swiper-wrapper {
    padding: 0 p 24px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: var(--font-22);
    color: #545454;
    font-weight: var(--font-bolder-900);
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.design-pic {
    padding: 8px;
    display: flex;
    justify-content: center;
}

.design-pic img {
    width: auto;
    height: 60px;
    object-fit: cover;
}

.design-name {
    font-size: var(--font-14);
    font-weight: var(--font-bolder-600);
    color: #545454;
    text-align: center;
}

.custom-detail-price-table {
    width: 100%;
    background-color: var(--light-main-color);
    padding: 2px;
}

.custom-detail-price-table .title-items,
.custom-detail-price-table .content-items {
    display: flex;
    justify-content: space-between;
}

.custom-detail-price-table .title-items .title-item,
.custom-detail-price-table .content-items .content-item {
    width: calc((100% - 6px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 8px 5px;
    color: #545454;

}

.custom-detail-price-table .title-items .title-item {
    background-color: var(--main-color);
    color: #fff;
    font-size: var(--font-18);
    font-weight: var(--font-bolder-700);
}

.custom-detail-price-table .content-items .content-item {
    background-color: #fff;
    font-size: var(--font-20);
    font-weight: var(--font-bolder-700);
}

.custom-detail-price-table .content-items .content-item .s-text {
    font-size: var(--font-14);
}

.info-text a {
    display: block;
    margin-top: 8px;
    font-weight: var(--font-bolder-600);
    color: #545454;
    transition: all .4s ease-in-out;
}

.info-text a:hover {
    text-decoration: underline;
    transition: all .4s ease-in-out;
}

.member-tag {
    padding: 5px 16px;
    border-radius: 48px;
    margin-left: 16px;
    color: #fff;
    background-color: var(--main-color);
    font-size: var(--font-16);
}

.custom-design-color {
    position: absolute;
    right: 0;
    top: 121px;
    z-index: 10;
}

.bar-title {
    background-color: var(--dark-main-color);
    color: #fff;
    font-size: var(--font-14);
    font-weight: var(--font-bolder-900);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    border-radius: 15px 15px 0px 0px;
}

.custom-control-bar {
    margin-top: 16px;
}

.custom-control-bar:nth-child(1) {
    margin-top: 0;
}

.custom-control-bar .custom-design-color-items, .custom-control-bar .custom-tool-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 10px;
    border-radius: 0px 0px 8px 8px;
    background-color: #ffffffbd;
}

.custom-control-bar .custom-design-color-items .custom-design-color-item {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 3px;
    cursor: pointer;
}

.custom-design-color-item, .custom-control-bar .custom-design-color-items .custom-design-color-item {
    border: 3px dashed transparent;
    position: relative;
    transition: all .3s ease-in-out;
}

.custom-design-color-item:hover, .custom-control-bar .custom-design-color-items .custom-design-color-item:hover {
    border: 3px dashed var(--dark-main-color);
    left: 0px;
    bottom: 0px;
    transition: all .3s ease-in-out;
}

.custom-design-color-item.active, .custom-control-bar .custom-design-color-items .custom-design-color-item.active {
    border: 3px solid var(--dark-main-color);
    left: 0px;
    bottom: 0px;
}

.custom-control-bar .custom-design-color-items .custom-design-color-item:nth-child(1) {
    margin-top: 0;
}

.custom-design-color-items .custom-design-color-item .name {
    width: calc(100% + 6px);
    text-align: center;
    padding-top: 0px;
    padding-bottom: 1px;
    font-size: 10px;
    color: #fff;
    background-color: rgb(38 38 38 / 35%);
    position: absolute;
    left: -3px;
    bottom: -3px;
}

.custom-design-color-group, .custom-design-commodity-recommend {
    padding-bottom: 24px;
}

.custom-design-commodity-recommend{
    width: 100%;
}

.custom-design-color-group .custom-design-color-items .custom-design-color-item .name,
.custom-design-commodity-recommend .custom-design-color-items .custom-design-color-item .name {
    font-size: var(--font-12);
}

.custom-tool-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0px;
    padding: 3px;
    padding-top: 5px;
    cursor: pointer;
    border: 3px dashed transparent;
    transition: all .4s ease-in-out;
}

.custom-tool-item:hover {
    border: 3px dashed var(--dark-main-color);
    transition: all .4s ease-in-out;
}

.custom-tool-item img {
    width: 40px;
}

.custom-tool-item span {
    font-size: var(--font-12);
    font-weight: var(--font-bolder-600);
    margin-top: 1px;
}

.custom-control-group-r {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0px;
    padding: 40px 0px;
    position: relative;
    height: 943px;
    min-height: 943px;
}

.custom-people {
    position: relative;
    z-index: 9;
}

.change-people-btn {
    background-color: transparent;
    border: 0;

    width: 300px;
    position: absolute;
    left: 50%;
    bottom: 160px;
    bottom: 0px;
    transform: translate(-50%, 0);
    opacity: .85;
    transition: all .4s ease-in-out;
}

.change-people-btn:hover {
    transform: translate(-50%, -8px) scale(1.05);
    transition: all .4s ease-in-out;
}

.change-people-btn img {
    width: 100%;
}

/* 調色盤 */
.custom-design-color-group, .custom-design-commodity-recommend {
    position: absolute;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    background-color: #fff;

    height: 100%;
    z-index: 20;
    border-radius: 48px;
    display: none;
}

.custom-design-color-group .custom-design-color-group-title,
.custom-design-commodity-recommend .custom-design-commodity-recommend-title {
    display: flex;
    align-items: center;
    padding: 8px 32px;
    background-color: var(--green-color-1);
    border-radius: 16px 16px 0px 0px;
    color: #fff;
    font-size: var(--font-22);
    font-weight: var(--font-bolder-600);
}

.icon-custom-color-close {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 5px;
    font-size: var(--font-14);
    color: var(--green-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.custom-design-color-group .custom-design-color-group-title .title-group,
.custom-design-commodity-recommend .custom-design-commodity-recommend-title .title-group {
    display: flex;
    align-items: center;
}

.custom-design-color-group .custom-design-color-group-title .title-group i,
.custom-design-commodity-recommend .custom-design-commodity-recommend-title .title-group i {
    margin-right: 8px;
}

.custom-design-color-group .custom-design-color-group-title .close-color-btn,
.custom-design-commodity-recommend .custom-design-commodity-recommend-title .close-color-btn {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: var(--font-16);
    cursor: pointer;
}

.custom-design-color-items,
.custom-design-commodity-items {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    background-color: #fff;
    max-height: max-content;
    height: calc(100% - 50px);
    overflow: auto;
    position: relative;
}

.custom-design-color-items::-webkit-scrollbar, .company-step-items::-webkit-scrollbar,
.custom-design-commodity-items::-webkit-scrollbar, .company-step-items::-webkit-scrollbar {
    width: 8px;
    background-color: whitesmoke;
    border-radius: 48px;
}

.custom-design-color-items::-webkit-scrollbar-thumb, .company-step-items::-webkit-scrollbar-thumb,
.custom-design-commodity-items::-webkit-scrollbar-thumb, .company-step-items::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #3c8984;
}

.custom-design-color-item {
    width: 90px;
    /* height: 90px; */
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: flex-end;
    margin: 5px;
    cursor: pointer;
}

.custom-design-commodity-item {
    width: calc((100% / 3) - 24px );
    margin: 12px 12px;
    padding: 16px;
    border: 3px dashed transparent;
    transition: .4s ease-in-out;
    cursor: pointer;
}

.custom-design-commodity-item:hover{
    border: 3px dashed var(--dark-main-color) ;
    transition: .4s ease-in-out;
}

/* price */
.price-step {
    padding: 16px 0px !important;
}

.price-step.relative {
    position: relative;
}

.price-step.fixed {
    position: fixed;
}

.price-step-group,
.price-step-items {
    display: flex;
    align-items: center;
}

.price-step-group {
    background-color: var(--green-color-1);
    /* height: 150px; */
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.price-step-items-two::before {
    content: "";
    width: 73%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: var(--dark-main-color);
}

.price-step-items-two::after {
    content: "";
    width: 3%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 24%;
    z-index: 20;
    background-color: var(--dark-main-color);
    clip-path: polygon(0 0, 100% 0%, 40% 100%, 0% 100%);
}


.price-step-group::after {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    right: -1px;
    z-index: 1;
    /* background-color: #d03b38; */
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}

.price-step-btn {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 3px 16px;

    color: #fff;
    transition: all .4s ease-in-out;
}

.prev-step.price-step-btn {
    background-color: var(--light-main-color);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    z-index: 3;
    font-size: var(--font-20);
    font-weight: var(--font-bolder-600);
    justify-content: flex-end;
    padding-right: 24px;
    position: absolute;
}

.next-step.price-step-btn {
    background-color: #d03b38;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    font-size: var(--font-20);
    flex-wrap: wrap;
    line-height: 1.3;
    font-weight: var(--font-bolder-900);
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 48px;
    justify-content: flex-start;
}

.next-step.price-step-btn i {
    position: absolute;
    right: 24px;
}

.prev-step.price-step-btn i {
    position: absolute;
    left: 24px;
}

.price-step-items-two {
    width: 76%;
    width: calc(76% - 16%);
    margin-left: 12.5%;
}

.price-step .total-price {
    width: 21%;
    padding: 0 4.5%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-step-items {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.price-step-item-small-title {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    color: #fff;
    font-size: var(--font-20) !important;
    font-weight: var(--font-bolder-900) !important;
}

.price-step-item-small-title i {
    font-size: var(--font-24);
    font-weight: bold;
    margin-right: 8px;
}

.price-step-items .price-step-item:nth-child(1), .price-step-items .price-step-item:nth-child(2) {
    /* width: 15%; */
}

.price-step-items .price-step-item {
    width: calc(62% / 4);
    width: calc(100% / 5);
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    background-color: var(--dark-main-color);
    padding: 2px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: var(--font-bolder-600);
    min-height: 45px !important;
    padding-top: 2px;
    padding-bottom: 4px;
}

.price-step-items:nth-last-child(1) .price-step-item {
    border-top: 1px solid #fff;
}

.price-step-items:nth-child(1) .price-step-item {
    border-top: 0px solid #fff
}


.price-step-items .price-step-item .price, .total-price .price {
    color: #f2c042;
    font-size: var(--font-18);
    font-weight: var(--font-bolder-900);
    /* margin-top: 8px; */
}

.total-price .price {
    font-size: var(--font-20);
}

.price-step-items .price-step-item:nth-last-child(1) {
    /* clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%); */
    position: relative;
    /* z-index: 3; */

}

.price-step-items .price-step-item.total-price {
    width: 18%;
    background-color: var(--green-color-1);
    z-index: 5;
    position: relative;
    padding-left: 39px;
    border: 0 !important;
}

.price-step-items .price-step-item.total-price .title {
    margin-top: 5px;
}

/* .price-step-items .price-step-item.total-price .price {
    font-size: var(--font-20);
    margin-top: 0px;
} */

.prev-step.price-step-btn:hover {
    background-color: var(--green-color-1);
    transition: all .4s ease-in-out;
}

.next-step.price-step-btn:hover {
    background-color: #c03835;
    transition: all .4s ease-in-out;
}

.company-step-group {
    background-color: #fff;
    padding-bottom: 24px;
    border-radius: 24px 24px 24px 24px;
}

.company-step-group .company-step-title {
    background-color: #b2d6d4;
    border-radius: 24px 24px 0px 0px;
    padding: 16px 48px;
    color: #fff;
    font-size: var(--font-24);
    font-weight: var(--font-bolder-900);
    text-align: center;
}

.company-step-group .company-step-content {
    background-color: #fff;
    padding: 8px 48px;
    border-radius: 0px 0px 24px 24px;
    margin-top: 32px;
}

.comapny-step1 .company-step-group .company-step-content {
    margin-top: 0;
}

.comapny-step1 .company-step-group .company-step-content .content {
    border-top: 1px solid gray;
    padding-top: 24px;
}

.comapny-step1 .company-step-group .company-step-content .content:nth-child(1) {
    border-top: 0px solid gray;
    padding-top: 0px;
    margin-top: 0;
}

.company-step-group .company-step-content:nth-child(1) {
    margin-top: 0px;
}

.company-step-small-title {
    font-size: var(--font-24);
    font-weight: var(--font-bolder-700);
    color: var(--dark-main-color);
    margin-bottom: 8px;
    padding: 0px 8px;
}

.company-step-select-items {
    display: flex;
}

.company-step-select-items .company-step-select-item {
    /* margin-right: 32px; */
    font-size: var(--font-18);
    font-weight: var(--font-bolder-900);
    color: #333;
    padding-left: 0;
    margin: 10px 0px;
}

.company-step-select-items .company-step-select-item i {
    color: #a6a6a6;
    font-size: 15px;
}

.company-step-select-items .company-step-select-item .checkbox_body {
    color: #333 !important;
}

.select-items .select-item.company-step-select-item .checkbox.style-custom input ~ .checkbox__checkmark {
    border-radius: 50%;
}

.select-items .select-item.company-step-select-item .checkbox.style-custom .checkbox__checkmark:after {
    border-radius: 50%;
    background-color: var(--dark-main-color);
    width: 16px;
    height: 16px;
}

.select-items .select-item.company-step-select-item .checkbox.style-custom .checkbox__checkmark {
    width: 18px;
    height: 18px;
}

.select-items .select-item.company-step-select-item .checkbox.style-custom input:checked ~ .checkbox__checkmark {
    border-radius: 50%;
    background-color: transparent;
    border-color: #67bab6;
}

.select-items .select-item.company-step-select-item .checkbox.style-custom input:checked ~ .checkbox__body {
    color: #333 !important;
}

.select-items .select-item.company-step-select-item .checkbox.style-custom input:checked ~ .checkbox__checkmark:after {
    transform: scale(.6);
}

.select-items .select-item.company-step-select-item i {
    margin-left: 8px;
}

.company-step-content-head {
    padding: 8px 8px;
    border-bottom: 1px solid #a6a6a6;
}

.comapny-step1 .company-step-content-head.no-border {
    border-bottom: 0px solid transparent !important;
    padding: 0px 48px;
    margin-top: 8px;

}

.company-step-small-title {
    display: flex;
    align-items: center;
    font-weight: var(--font-bolder-600);
    color: var(--dark-main-color);

}

.company-step-small-title i {
    font-size: 28px;
    font-weight: var(--font-bolder-600);
    margin-right: 10px;
}

.company-step-1-pic {
    padding: 16px;
}

.company-step-1-select-items {
    padding: 8px 0px;
}

.company-step-1-pic {
    height: 500px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-step-1-pic img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
}

.company-step-items {
    height: max-content;
    max-height: 500px;
    position: relative;
    overflow-y: auto;
    border: 2px solid #3c8984;
    border-radius: 8px;
    padding-right: 8px;
}

.company-step-1-select-item {
    color: #545454;
    padding: 5px 16px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    padding-top: 4px;
    padding-bottom: 6px;
}

.company-step-1-select-item:hover, .company-step-1-select-item.active:hover {
    background-color: var(--light-main-color);
    color: #fff;
    transition: all .2s ease-in-out;
}

.company-step-1-select-item.active {
    background-color: var(--green-color-1);
    color: #fff;
}

.comapny-step .content {
    margin-top: 24px;
}

dialog[open].full-dialog .dialog-content .stock-list-items::-webkit-scrollbar, .company-step-items::-webkit-scrollbar {
    width: 8px;
    background-color: whitesmoke;
    border-radius: 48px;
}

dialog[open].full-dialog .dialog-content .stock-list-items::-webkit-scrollbar-thumb, .company-step-items::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #3c8984;
}

.comapny-step2 .company-step-content-head {
    padding: 16px 8px;
}

.comapny-step2 .company-step2-items {
    color: #545454;
    padding: 16px;
    font-size: var(--font-16);
}

.company-step-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-step-btns .company-step-btn {
    min-width: 150px;
    display: flex;
    justify-content: center;
    width: max-content;
    padding: 8px 24px;
    margin: 0px 8px;
    background-color: var(--main-color);
    cursor: pointer;
    border-radius: 48px;
    font-size: var(--font-18);
    font-weight: var(--font-bolder-900);
    color: #fff;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 9px;
    letter-spacing: 3px;
}

.comapny-step1 .select-items {
    justify-content: flex-start;
    padding: 8px 0px;
}

.comapny-step1 .remind-text {
    font-size: var(--font-14);
    color: #333;
    margin-left: auto;
}

.comapny-step1 .confirm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.comapny-step1 .confirm-btn button {
    border: 0;
    background-color: #d03b38;
    color: #fff;
    padding: 5px 24px;
    padding-top: 4px;
    padding-bottom: 6px;
    margin-left: auto;
    border-radius: 48px;
    font-weight: var(--font-bolder-700);
    transition: all .4s ease-in-out;
}

.comapny-step1 .confirm-btn button:hover {
    background-color: #a32220;
    transition: all .4s ease-in-out;
}

.comapny-step1 .confirm-btn span
.comapny-step2 .company-step-content-head {
    padding-bottom: 32px;
}

.company-step-btns .company-step-btn.active, .company-step-btns .company-step-btn:hover, .company-step-btns .company-step-btn.active:hover {
    background-color: #3e8d88;
}

.comapny-step2 .selet-font-family-groups {
    margin-top: 8px;
}

.comapny-step2 .selet-font-family-group {
    display: flex;
    align-items: center;
}

.comapny-step2 .checked-group label {
    font-weight: var(--font-bolder-600);
    font-size: var(--font-18);
}

.comapny-step2 .remind-text {
    padding: 8px 0px;
    color: #80acd1;
    font-size: var(--font-14);
}

.comapny-step2 .selet-font-family, .comapny-step2 .input-text-file {
    width: calc(100% - 40px);
    margin-left: auto;
    height: 30px;
}

.comapny-step2 .select-color-input {
    width: calc(100% - 40px);
    margin-left: auto;
    height: 50px;
    /* font-size: 90%; */
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px;
}

.comapny-step2 .selet-font-family-group .select-size {
    display: flex;
    width: calc(100% - 40px);
    margin-left: auto;
}

.comapny-step2 .selet-font-family-group .select-size .input-group {

    position: relative;
}

.comapny-step2 .selet-font-family-group .select-size .input-group input {
    width: 100%;
    padding-right: 60px;
    height: 30px !important;
}

.comapny-step2 .selet-font-family-group .select-size .input-group input:disabled {
    background-color: #d4d4d4;
}

.comapny-step2 .selet-font-family-group .select-size .input-group .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: max-content;
    height: 100%;
    border-radius: 0px 3px 3px 0px;
}

.comapny-step2 .select-color-input, .selet-font-family-group .select-size .input-group input {
    height: 30px;
}

.comapny-step2 .select-size .btn {
    background-color: #80acd1;
    color: #fff;
}

.comapny-step input, .comapny-step select {
    border: 1px solid gainsboro !important;
}

.comapny-step2 .selet-font-family-group .select-size .input-group .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: max-content;
    height: 100%;
    border-radius: 0px 3px 3px 0px;
    background-color: #a0d2cf;
    color: #fff;
}

.comapny-step2 .input-group input, .input-group input:focus-visible, .input-group input:focus, .input-group input:hover {
    height: 100% !important;
    border: 1px solid gainsboro !important;
    padding-left: 8px;
}

.comapny-step2 .company-step2-item {
    padding: 16px;
    margin-top: 16px;
}

.comapny-step2 .company-step2-item:nth-child(1) {
    margin-top: 0;
}

.company-step2-item.active {
    border: 2px dashed #66bab5;
}

.comapny-step2 .focusComponentToggle {
    border: 0;
    background-color: transparent;
    height: max-content;
    margin-right: 8px;
}

.comapny-step2 .focusComponentToggle i {
    color: var(--light-main-color);
    font-size: var(--font-20);
    font-weight: bolder;
}

.comapny-step2 .company-step2-item.active .focusComponentToggle i {
    color: var(--dark-main-color);
}

.comapny-step2 .checked-group {
    display: flex;
    align-items: center;
}

.company-step2-illustrate-btn {
    display: flex;
    justify-content: flex-end;
}

.company-step2-illustrate-btn .btn {
    padding: 5px 24px;
    padding-bottom: 6px;
    letter-spacing: 3px;
    width: max-content;
    min-width: 120px;
    text-align: center;

    border-radius: 64px;
    background-color: #3e698d;
    color: #fff;
    font-family: var(--font-bolder-900);
    font-size: var(--font-18);
    margin-bottom: 16px;
    transition: all .4s ease-in-out;
}

.company-step2-illustrate-btn .btn:hover {
    background-color: var(--dark-main-color);
    transition: all .4s ease-in-out;
}

/* size */
.size-group {
    padding-right: 32px;
    margin-top: 24px;
}

.size-group:nth-child(1) {
    margin-top: 0;
}

.number-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%, -50%);
    z-index: 10;
    background-color: transparent;
    border: none;
    color: #b2d6d4;
    font-size: var(--font-24);
    font-weight: var(--font-bolder-700);
}

.number-btn:hover {
    color: var(--dark-main-color);
}

.size-group .size-item-titles, .size-items .size-item {
    display: flex;
    justify-content: space-between;
}

.size-group .siz-item-title, .size-items .size-item .name, .size-items .size-item input {
    width: calc(((100% - 10px) / 6)) !important;
    background-color: #fff;
    text-align: center;
    margin: 0.5px 0px;
}

.size-group .siz-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: var(--font-bolder-700);
    font-size: var(--font-16);
    text-align: center;
    padding: 0px 4px;
    height: 48px;
    position: relative;
    letter-spacing: 2px;
    /*min-width: 150px;*/
}

.size-group .siz-item-title:nth-child(1){
    min-width: 180px;
}

.size-group .siz-item-title:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #3c8984;

}

.size-group .siz-item-title .f-e, .size-group .siz-item-title .f-s {
    position: absolute;
    z-index: 2;
}

.size-group .siz-item-title .f-e {
    top: 8px;
    right: 10px;
    text-align: end;
}

.size-group .siz-item-title .f-s {
    bottom: 8px;
    left: 10px;
    text-align: left;
    color: #fff;
}

.size-group .size-title {
    display: flex;
    font-size: var(--font-22);
    font-weight: var(--font-bolder-900);
    color: var(--dark-main-color);
    margin-bottom: 16px;
}

.size-group .size-title i {
    font-size: var(--font-28);
    font-weight: bolder;
    margin-right: 8px;
}

.size-items, .size-item-titles {
    background-color: #b2d6d4;
    padding: 2px;
}

.size-items {
    padding-bottom: 1px;
}

.size-items {
    padding-top: 1px;
}

.size-item-titles {
    padding-bottom: 0;
}

.size-items .size-item {
    display: flex;
    width: 100%;
    height: 48px;
    position: relative;
    border-top: 1px solid #b2d6d4;
}

.size-items .size-item:nth-child(1) {
    border-top: 0px solid #b2d6d4;
}

.size-items .size-item .name, .size-items .size-item .type {
    background-color: #67bab6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: var(--font-bolder-900);
    font-size: var(--font-18);
}

.size-items .size-item .name {
    width: 20%;
}

.size-items .size-item input {
    width: calc(80% - 40px);
    border: 0;
    text-align: center;
    border: none !important;
    /*min-width: 150px;*/
    width: 150px !important;
}

/* size item count */
/* 1 input */
.size-group.size-item-1 .siz-item-title, .size-group.size-item-1 .size-items .size-item input {
    width: calc(((80% - 2px) / 1)) !important;
}

.size-group.size-item-1 .siz-item-title:nth-child(1), .size-group.size-item-1 .size-items .size-item .name {
    width: 20% !important;
}

/* 2 input */
.size-group.size-item-2 .siz-item-title, .size-group.size-item-2 .size-items .size-item input {
    width: calc(((80% - 4px) / 2)) !important;
}

.size-group.size-item-2 .siz-item-title:nth-child(1), .size-group.size-item-2 .size-items .size-item .name {
    width: 20% !important;
}

/* 3 input */
.size-group.size-item-3 .siz-item-title, .size-group.size-item-3 .size-items .size-item input {
    width: calc(((80% - 6px) / 3)) !important;
}

.size-group.size-item-3 .siz-item-title:nth-child(1), .size-group.size-item-3 .size-items .size-item .name {
    width: 20% !important;
}

/* 4 input */
.size-group.size-item-4 .siz-item-title, .size-group.size-item-4 .size-items .size-item input {
    width: calc(((80% - 8px) / 4)) !important;
}

.size-group.size-item-4 .siz-item-title:nth-child(1), .size-group.size-item-4 .size-items .size-item .name {
    width: 20% !important;
}

/* 5 input */
.size-group.size-item-5 .siz-item-title, .size-group.size-item-5 .size-items .size-item input {
    width: calc(((80% - 10px) / 5)) !important;
}

.size-group.size-item-5 .siz-item-title:nth-child(1), .size-group.size-item-5 .size-items .size-item .name {
    width: 20% !important;
}

/*  input6 */
.size-group.size-item-6 .siz-item-title, .size-group.size-item-6 .size-items .size-item input {
    width: calc(((80% - 12px) / 6)) !important;
}

.size-group.size-item-6 .siz-item-title:nth-child(1), .size-group.size-item-6 .size-items .size-item .name {
    width: 20% !important;
}

.size-items .size-item input:disabled {
    background-color: whitesmoke;
}

.size-items .size-item .type {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
}

.size-btns {
    position: relative;
    padding-bottom: 90px;
    height: 100%;
}

.size-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-18);
    font-weight: var(--font-bolder-900);
    background-color: var(--dark-main-color);
    color: #fff;
    padding: 8px 12px;
    border-radius: 48px;
    margin-bottom: 8px;
}

.size-btn:hover {
    background-color: var(--green-color-1);
    color: #fff !important;
}

.size-btn i {
    font-size: var(--font-28);
    margin-right: 10px !important;
}

.company-step3-count-btn {
    width: 100%;
    height: 86px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.company-step3-count-btn button {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #d03b38;
    color: #fff;
    font-size: var(--font-20);
    font-weight: var(--font-bolder-900);
    border-radius: 8px;
    transition: all .4s ease-in-out;
}

.company-step3-count-btn button:hover {
    background-color: #a72b28;
    transition: all .4s ease-in-out;
}

main {
    position: relative;
}

.price-step.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 15px;
    z-index: 99999;
    padding: 0 !important;
    bottom: 8px;
}

.price-step.fixed .price-step-items .price-step-item {
    min-height: 58px;
}

.price-step.fixed .price-step-group {
    box-shadow: 0px 0px 11px 3px rgb(242 242 242 / 80%);
}


.stock-search {
    position: relative;
    margin-bottom: 8px;
}

.step0-select.select-items .select-item .checkbox.style-custom input ~ .checkbox__checkmark {
    border-radius: 0 !important;
}

.step0-select.select-items .select-item .checkbox.style-custom input ~ .checkbox__checkmark::after {
    border-radius: 0 !important;
}

.comapny-step0 .select-items {
    align-items: flex-start;
}

.step0-select-content {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}

.step0-select-content, .step0-pic {
    width: calc(50% - 4px);
}

.step0-pic {
    width: calc(50% - 4px);
}

.step0-pic img {
    max-height: 160px;
    object-fit: contain;
}

.step0-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-START;
}

.comapny-step0 .select-items .select-item label {
    align-items: flex-start;
}

.comapny-step0 .select-items.step0-select .select-item {
    width: 50%;
}

.comapny-step0 .select-items.step0-select.full .select-item {
    width: 100%;
}

.comapny-step0 .select-items .select-item.company-step-select-item .checkbox.style-custom input:checked ~ .checkbox__checkmark:after {
    transform: scale(.6);
}

.step0-select {
    padding-left: 0;
    padding-right: 0;
}

.step0-select .select-item {
    font-size: var(--font-16);
    padding: 5px 8px;
    padding-left: 0;
}

section {
    padding: 24px 0px;
}

/* size item count */
/* 1 input */
.size-group.size-item-1 .siz-item-title, .size-group.size-item-1 .size-items .size-item input {
    width: calc(((80% - 2px) / 1)) !important;
}

.size-group.size-item-1 .siz-item-title:nth-child(1), .size-group.size-item-1 .size-items .size-item .name {
    width: 20% !important;
}

/* 2 input */
.size-group.size-item-2 .siz-item-title, .size-group.size-item-2 .size-items .size-item input {
    width: calc(((80% - 4px) / 2)) !important;
}

.size-group.size-item-2 .siz-item-title:nth-child(1), .size-group.size-item-2 .size-items .size-item .name {
    width: 20% !important;
}

/* 3 input */
.size-group.size-item-3 .siz-item-title, .size-group.size-item-3 .size-items .size-item input {
    width: calc(((80% - 6px) / 3)) !important;
}

.size-group.size-item-3 .siz-item-title:nth-child(1), .size-group.size-item-3 .size-items .size-item .name {
    width: 20% !important;
}

/* 4 input */
.size-group.size-item-4 .siz-item-title, .size-group.size-item-4 .size-items .size-item input {
    width: calc(((80% - 8px) / 4)) !important;
}

.size-group.size-item-4 .siz-item-title:nth-child(1), .size-group.size-item-4 .size-items .size-item .name {
    width: 20% !important;
}

/* 5 input */
.size-group.size-item-5 .siz-item-title, .size-group.size-item-5 .size-items .size-item input {
    width: calc(((80% - 10px) / 5)) !important;
}

.size-group.size-item-5 .siz-item-title:nth-child(1), .size-group.size-item-5 .size-items .size-item .name {
    width: 20% !important;
}

/*  input6 */
.size-group.size-item-6 .siz-item-title, .size-group.size-item-6 .size-items .size-item input {
    width: calc(((80% - 12px) / 6)) !important;
}

.size-group.size-item-6 .siz-item-title:nth-child(1), .size-group.size-item-6 .size-items .size-item .name {
    width: 20% !important;
}

/* add */
.add-items .checkbox {
    padding-left: 0 !important;
    padding-top: 32px;
}

.add-items .select-item {
    margin: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}


.add-items .checkbox__body .title {
    background-color: var(--main-color);
    padding: 5px 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: var(--font-20);
    border: 3px solid #333;
    border-radius: 16px 16px 0px 0px;
    transition: all .4s ease-in-out;

}

.add-items .checkbox__body .pic {
    border: 3px solid #333;
    border-top: 0;
    border-radius: 0px 0px 16px 16px;
    transition: all .4s ease-in-out;
}

.add-items .checkbox__body .name {
    display: flex;
    justify-content: center;
    font-size: var(--font-24);
    font-weight: var(--font-bolder-700);
    padding: 5px 3px;
}

.add-items.checkbox__checkmark {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.select-items .select-item .checkbox.style-custom input:checked ~ .checkbox__body .pic, .select-items .select-item .checkbox.style-custom input:checked ~ .checkbox__body .title {
    border-color: var(--dark-main-color);
    transition: all .4s ease-in-out;
}

.custom-cloth-select .select-item .item-content .icon {
    display: flex;
    justify-content: flex-end;
    padding: 3px;
}

.custom-cloth-select .select-item .item-content .icon i {
    font-size: var(--font-18);
}

.custom-cloth-select .select-item .item-content .icon.active i, .custom-cloth-select .select-item .item-content .icon i:hover {
    color: #d03b38;
    transition: all .4s ease-in-out;
}

.main-control-item-title .remind-text {
    font-size: var(--font-16);
    color: #545454;
    margin-left: auto;
    align-self: flex-end;
}

.price-step-items-title .price-step-item {
    padding: 3px 8px;
    padding-top: 8px;
    min-height: max-content !important;
    border: none !important;
    padding-bottom: 0;
}

dialog[open].video-dialog {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100vw;
    height: 100vh;
    background-color: #333333db;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-content {
    min-width: 500px;
    max-width: 800px;
    background-color: #f8f8f8 !important;
    overflow: hidden;
    border-radius: 16px !important;
}

dialog[open].small-dialog .modal-content .modal-header {
    color: #fff;
}

dialog[open].small-dialog.radious-style .modal-body {
    padding: 64px;
    text-align: center;
    color: #93908f;
    font-weight: var(--font-bolder-600);
    font-size: var(--font-18);
    background-color: transparent !important;
    border-radius: 0 !important;
}

dialog[open].small-dialog.radious-style .close-btn {
    font-size: var(--font-18);
}

.b-font {
    color: var(--green-color-1);
    font-size: var(--font-24);
    font-weight: var(--font-bolder-700);
}

.f-dark {
    color: #333;
}

.company-step-small-title .company-dialog-btn {
    padding: 0;
}

.company-step-small-title .company-dialog-btn i {
    color: #a7a7a6;
    font-size: var(--font-22);
    margin-left: 8px;
}

.company-step-small-title .company-dialog-btn i:hover {
    color: #7e7e7e;

}

/* 套量衣 尺寸 */
.btm-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 48px 0px;
}

.btm-info .left-pic, .btm-info .right-pic {
    width: 30%;
    position: absolute;
}

.btm-info .left-pic {
    left: 0;
    top: 50%;
    transform: translate(-48px, -50%);
    font-size: var(--font-14);
}

.btm-info .left-pic a {
    color: #545454;
}

.btm-info .right-pic {
    right: 0;
    top: 50%;
    transform: translate(48px, -50%);
}

.btm-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 48px 0px;
}

.btm-info .left-pic, .btm-info .right-pic {
    width: 30%;
    position: absolute;
}

.btm-info .left-pic {
    left: 0;
    top: 50%;
    transform: translate(-48px, -50%);
    font-size: var(--font-14);
}

.btm-info .left-pic a {
    color: #545454;
}

.btm-info .right-pic {
    right: 0;
    top: 50%;
    transform: translate(48px, -50%);
}


.full-dialog .video-content {
    width: 100%;
    max-width: 100%;
    background-color: transparent !important;
    overflow: unset;
    border-radius: 0px !important;
}

.no-center {
    text-align: left;
}

.illustrate-title {
    background-color: var(--green-color-1);
    color: #fff;
    padding: 3px 16px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.size-btn {
    width: 100%;
}

.size-btn:hover {
    background-color: var(--green-color-1) !important;
    color: #fff !important;
}

.full-dialog .video-content.size-content {
    width: 95%;
    max-width: 80%;
    background-color: #fff !important;
    overflow: auto;
    border-radius: 10px !important;
}

.size-groups-content {
    padding: 48px;
}

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

.size-group-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px;
    border: 2px solid #333;
    margin-top: 20px;
}


.size-groups .adult {
    width: calc(55% - 10px);
}

.size-groups .child {
    width: calc(45% - 10px);
}

.size-groups .size-items {
    display: flex;
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0;
}

.size-groups .size-items.title {
    padding-top: 5px;
    border-bottom: 1px solid #333;
}


.size-groups .size-items.content {
    background-color: #333;
    border-radius: 0px 0px 5px 5px;
}

.size-groups .size-items .first-item {
    display: flex;
    width: 100px;
    background-color: #fff;
}

.size-groups .size-items.content .first-item {
    /* margin-top: 1px; */
}

.size-groups .size-items .small-items, .small-items-groups {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.size-groups .small-items-groups .small-items {
    width: 100%;
}

.size-groups .size-items .small-items .top-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.size-groups .size-items .small-items .small-item {
    width: calc((100% - 8px) / 9);
    margin: .5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
}

.size-groups .size-items.content .small-items .small-item {
    width: calc((100% - 8px) / 9);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
}

.size-groups .child .size-items .small-items .small-item {
    width: calc((100% - 6px) / 7);

}

.size-groups .child .size-items.content .small-items .small-item {
    width: calc((100% - 6px) / 7);
}

.size-groups .size-items.content .small-items:nth-child(1) .small-item {
    margin-top: 0;
}

.size-groups .size-items.content .small-items:nth-last-child(1) .small-item {
    margin-bottom: 0;
}

.first-item-title {
    width: 40px;
    padding: 3px 3px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-18);
}

.first-item-small-titles {
    width: calc(100% - 40px);
}

.first-item-small-titles .first-item-small-title {
    width: 100%;
    border-bottom: 1px solid #333;
    min-height: 31px;
    max-height: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.first-item-small-titles .first-item-small-title:nth-last-child(1) {
    border-bottom: 0px;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
}

.size-title-group {
    display: flex;
    align-items: flex-end;
    color: #2c6460;
    font-weight: var(--font-bolder-600);

}

.size-title-group .big-title {
    font-size: var(--font-28);
    margin-right: 8px;
}

.size-title-group span {
    padding: 0 16px;
    padding-bottom: 2px;
    font-size: var(--font-18);
}

.size-des-groups {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.size-des-group.l {
    width: calc(55% - 10px);
}

.size-des-group .pics {
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;

}

.size-des-group .pics img {
    width: calc(50% - 20px);
    height: auto;
}

.size-des-group.r {
    width: calc(45% - 10px);
}

.size-groups .size-items .first-item img {
    width: 100px !important;
    height: auto !important;
    position: relative;
    display: block;
    object-fit: contain;
    padding-left: 5px;
}

.size-des-group .title {
    width: max-content;
    padding: 3px 24px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-radius: 32px;
    margin: 10px auto;
    color: #fff;
    background-color: #2c6460;
}

.size-des-group .f-dark {
    color: #333;
    font-weight: var(--font-bolder-600);
    line-height: 2;
    text-align: center;
    font-size: var(--font-18);
    padding: 0px 5vw;
}

.size-groups-content .download-btn {
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 24px;
    color: #2c6460;
    font-size: var(--font-18);
    font-weight: var(--font-bolder-600);
    transition: all .4s ease-in-out;
}

.size-groups-content .download-btn:hover {
    opacity: .85;
    transition: all .4s ease-in-out;
}

.size-groups-content .download-btn i {
    border-radius: 5px;
    border: 2px solid #333;
    padding: 5px 8px;
    margin-right: 8px;
}

/**/
/**/
/**/

.canvas_preview_shirt_container,
.canvas_preview_pant_container {
    position: relative;
    width: 500px;
    height: 500px;
    transform-style: preserve-3d;
    transition: transform 1s; /* 瘛餃�𣳇�躰�諹�𤘪�贝�㗇�厰�擧腹����� */
}

.pic-mask {
    position: relative;
}

.pic-mask::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}

.canvas_preview_shirt_container [class*=container],
.canvas_preview_pant_container [class*=container] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    opacity: .1;
    z-index: 1;
    max-width: 500px;
    /*max-height: 500px;*/
    transition: opacity .8s ease-in-out;
}

.canvas_preview_shirt_container [class*=container][class*=active],
.canvas_preview_pant_container [class*=container][class*=active] {
    opacity: 1;
    z-index: 10;
}

.canvas_preview_shirt_container .container_front,
.canvas_preview_pant_container .container_front {
    transform: rotateY(0deg) translateZ(250px);
}

.canvas_preview_shirt_container .container_left,
.canvas_preview_pant_container .container_left {
    transform: rotateY(90deg) translateZ(250px);
}

.canvas_preview_shirt_container .container_back,
.canvas_preview_pant_container .container_back {
    transform: rotateY(180deg) translateZ(250px);
}

.canvas_preview_shirt_container .container_right,
.canvas_preview_pant_container .container_right {
    transform: rotateY(-90deg) translateZ(250px);
}

.canvas_preview_shirt_container [class*=container] .component_parts [class*=package_show],
.canvas_preview_pant_container [class*=container] .component_parts [class*=package_show] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.canvas_preview_shirt_container [class*=container] .component_parts [class*=package_show] img,
.canvas_preview_pant_container [class*=container] .component_parts [class*=package_show] img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.canvas_preview_shirt_container [class*=container] .component_parts [class*=package_show].active,
.canvas_preview_pant_container [class*=container] .component_parts [class*=package_show].active {
    /* height: max-content !important; */
    background-color: #ffffff70;
    box-shadow: 0px 0px 3px #222222ab;
    opacity: 1;
    z-index: 10;
    /* box-shadow: 3px 3px 3px gainsboro; */

}

.canvas_preview_shirt_container [class*=container] .component_parts [class*=package_show].active img,
.canvas_preview_pant_container [class*=container] .component_parts [class*=package_show].active img {
    /* position: relative;
    z-index: 2; */
}

.canvas_preview_shirt_container [class*=container] .component_parts [class*=package_show].active::after,
.canvas_preview_pant_container [class*=container] .component_parts [class*=package_show].active::after {
    /* content: ""; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 6px);
    height: calc(100 + 6px) !important;
    background-color: rgba(255, 255, 255, .5);
    padding: 3px;
    border: 1px dashed #66bab5;
    z-index: 1;
}

/*.canvas_preview_shirt_control,*/
/*.canvas_preview_pant_control {*/
/*    position: relative;*/
/*    !*background-color: blue;*!*/
/*    margin: 30px 0;*/
/*    border: 3px solid #286090;*/
/*    border-radius: 10px;*/
/*    padding: 0 8px;*/
/*}*/

.canvas_preview_shirt_control [class*=control],
.canvas_preview_pant_control [class*=control] {
    /* position: absolute; */
    height: max-content;
    height: unset !important;
    display: none;
    overflow-y: auto;
    /*padding: 8px 0;*/
    /*padding-top: 0;*/
    /*padding: 0;*/
    /*margin: 30px 0;*/
    /* box-shadow: 0px 2px 3px 1px #00000017; */
    /*border-radius: 0 0 5px 5px;*/
    /*background-color: red;*/
}

.canvas_preview_shirt_control [class*=control][class*=active],
.canvas_preview_pant_control [class*=control][class*=active] {
    display: block;
    width: 100%;

    max-height: max-content;
    /*height: calc(500px);*/
    /* overflow-y: auto; */

}

/*.canvas_preview_shirt_control [class*=control] [class*=package],*/
/*.canvas_preview_pant_control [class*=control] [class*=package] {*/
/*    width: 100%;*/
/*    transition: all .3s ease-in-out;*/
/*    background-color: rgba(255, 255, 255, 0) !important;*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package] button,*/
/*.canvas_preview_pant_control [class*=control] [class*=package] button {*/
/*    !*width: 32px !important;*!*/
/*    !*height: 32px !important;*!*/
/*    !*border: 1px solid gainsboro !important;*!*/
/*    !*background-color: whitesmoke !important;*!*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package],*/
/*.canvas_preview_pant_control [class*=control] [class*=package] {*/
/*    !*opacity: .6;*!*/
/*    !*padding: 5px;*!*/
/*    !*border: 2px dashed transparent;*!*/
/*    !*margin-top: 5px !important;*!*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package]:nth-child(1),*/
/*.canvas_preview_pant_control [class*=control] [class*=package]:nth-child(1) {*/
/*    !*margin-top: 0px !important;*!*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package] label,*/
/*.canvas_preview_pant_control [class*=control] [class*=package] label {*/
/*    width: calc(100% - 40px);*/
/*    margin-left: 8px;*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package] input,*/
/*.canvas_preview_pant_control [class*=control] [class*=package] input {*/
/*    width: calc(100% - 40px);*/
/*    margin-left: auto;*/
/*    height: 30px;*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package],*/
/*.canvas_preview_pant_control [class*=control] [class*=package] {*/
/*    width: calc(100% - 16px);*/
/*    margin: 0px auto;*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package].active,*/
/*.canvas_preview_pant_control [class*=control] [class*=package].active {*/
/*    opacity: 1;*/
/*    border: 2px dashed #66bab5;*/
/*}*/

/*.canvas_preview_shirt_control [class*=control] [class*=package].active button,*/
/*.canvas_preview_pant_control [class*=control] [class*=package].active button {*/
/*    border: 1px solid #66bab5 !important;*/
/*    background-color: #66bab5 !important;*/
/*    color: #fff;*/
/*}*/

.canvas_preview_package_empty {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
}

.step-two-btns {
    margin-bottom: 16px;
}

.selet-font-family-group {
    /* width: 100%; */
    /* margin-top: 8px; */
}

.selet-font-family-group {
    display: flex;
}

.selet-font-family-group .selet-font-family-title {
    line-height: 2;
    display: flex;
    align-items: center;
}

.selet-font-family-group select {
    width: calc(100% - 40px);
    margin-left: auto;
    height: 30px;
}


/* width */
.canvas_preview_shirt_control [class*=control]::-webkit-scrollbar,
.canvas_preview_pant_control [class*=control]::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

/* Track */
.canvas_preview_shirt_control [class*=control]::-webkit-scrollbar-track,
.canvas_preview_pant_control [class*=control]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px whitesmoke;
    border-radius: 10px;
}

/* Handle */
.canvas_preview_shirt_control [class*=control]::-webkit-scrollbar-thumb,
.canvas_preview_pant_control [class*=control]::-webkit-scrollbar-thumb {
    background: gainsboro;
    border-radius: 10px;
}

/* Handle on hover */
.canvas_preview_shirt_control [class*=control]::-webkit-scrollbar-thumb:hover,
.canvas_preview_pant_control [class*=control]::-webkit-scrollbar-thumb:hover {
    background: gainsboro;
}

.loading-effect-wrap {
    width: 100%;
    z-index: 999999;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.loading-effect-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    opacity: 0;
}

.loading-effect-wrap.beforeend:after {
    opacity: 0.8;
}

.loading-effect-wrap.draw-loading .loading-effect {
    color: #fff;
}

.loading-effect-wrap .loading-block {
    padding: 0 25px 10px;
    /*transform: translateY(430px);*/
    text-align: center;
    z-index: 1;
}

.view-mask {
    position: fixed;
    z-index: 10000 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.view-mask .title {
    color: white;
    font-size: 40px;
    font-family: 'Microsoft JhengHei', sans-serif;
    letter-spacing: 10px;
}

.view-mask .loading {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 90px 50px 50px;
}

.view-mask .box {
    position: relative;
    border-radius: 100%;
    background-color: #1e2124;
    height: 50px;
    width: 50px;
}

.view-mask .box:nth-child(1) {
    animation: loading_anim 1.75s linear infinite;
}

.view-mask .box:nth-child(2) {
    animation: loading_anim 1.75s linear 0.25s infinite;
}

.view-mask .box:nth-child(3) {
    animation: loading_anim 1.75s linear 0.50s infinite;
}

.view-mask .box:nth-child(4) {
    animation: loading_anim 1.75s linear 0.75s infinite;
}

.view-mask .box:nth-child(5) {
    animation: loading_anim 1.75s linear 1.00s infinite;
}

@keyframes loading_anim {
    0%, 100% {
        transform: translateX(0);
        background-color: #1a1a1a;
    }
    50% {
        transform: translateX(15px);
        background-color: #ffffff;
    }
}

.custom-control-group-r-phonebg{
    display: none;
}

.price-step-item .phone-title{
    display: none;
}

.size-items .size-item select{
    width: 20%;
    min-width: 182px;
    text-align: center;
    text-transform:uppercase
}

.size-title button{
    border: none;
    background: transparent;
}

.size-title button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px 8px;
}

.size-title{
    flex-wrap: wrap;
}

.company-step-content .size-group:nth-child(1) .size-title button:nth-last-child(1){
    background: var(--main-color);
    color:#fff;
    font-size: var(--font-16);
    padding: 3px 16px;
    width: max-content;
    border-radius: 48px;
    margin-left: 0;
    transition: all .4s ease-in-out;
}

.company-step-content .size-group:nth-child(1) .size-title button:nth-last-child(1):hover{
    background: var(--dark-main-color);
    transition: all .4s ease-in-out;
}

.icon-add-btn{
    color: #b2d6d4;
    font-size: var(--font-24);
    font-weight: var(--font-bolder-700);
}

.full-dialog .video-content.size-content{
    overflow: auto;
    position: relative;
    height: 85%;
    max-height: max-content;
}

.size-title-group{
    flex-wrap: wrap;
}

.size-group button{
    background-color: transparent !important;
}

.size-group button .icon-add-btn:hover{
   color: var(--dark-main-color) !important;
}

.no-size-data{
    padding: 8px;
    background-color: #fff;
    color: #545454;
    cursor: pointer;
}

@media screen and (max-width:1800px) {
    .canvas_preview_shirt_container,.canvas_preview_pant_containers{
        width: 100%;

        max-width: 350px;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .canvas_preview_shirt_container [class*=container], .canvas_preview_pant_container [class*=container]{
        width: 100% !important;
    }

    .canvas_preview_shirt_container [class*=container] canvas, .canvas_preview_pant_container [class*=container] canvas{
        width: 100% !important;
        height: auto !important;
    }

    .company-step-items{
        max-height: 350px;
    }

    .canvas_preview_shirt_container .container_front,
    .canvas_preview_pant_container .container_front {
        transform: rotateY(0deg) translateZ(175px);
    }

    .canvas_preview_shirt_container .container_left,
    .canvas_preview_pant_container .container_left {
        transform: rotateY(90deg) translateZ(175px);
    }

    .canvas_preview_shirt_container .container_back,
    .canvas_preview_pant_container .container_back {
        transform: rotateY(180deg) translateZ(175px);
    }

    .canvas_preview_shirt_container .container_right,
    .canvas_preview_pant_container .container_right {
        transform: rotateY(-90deg) translateZ(175px);
    }
}

@media screen and (max-width:1400px) {
    .size-group .siz-item-title, .size-items .size-item .name, .size-items .size-item input{
        margin: 1px 1px;
    }
    .comapny-step2 .company-step-items{
        width: 80%;
        margin-left: auto;
    }

    .comapny-step2 .selet-font-family-group{
        width: 100%;
        margin-top: 8px;
    }

    .comapny-step2 .selet-font-family-groups{
        margin-top: 0;
    }

    .company-step-group .company-step-content{
        margin-top: 24px;
    }

    .custom-design-color-item {
        width: calc((100% / 6) - 10px);
        aspect-ratio: 1 / 1;
    }
}

@media screen and (max-width:1200px) {
    .custom-design-color-item {
        width: calc((100% / 5) - 10px);
    }
}

@media screen and (max-width:991px) {
    .full-dialog .video-content.size-content{
        max-width: 90%;
    }

    .size-des-group.l,.size-des-group.r{
        width: 100%;
        padding: 10px 0px;
    }

    .size-groups .adult,.size-groups .child{
        width: 100%;
    }

    .size-groups{
        flex-wrap: wrap;
    }

    .company-step-group .company-step-content{
        padding: 8px 16px;
    }

    .company-step-btns .company-step-btn{
        width: 25%;
        padding: 8px 8px;
        margin: 0 4px;
        min-width: unset;
    }

    .company-step-group .row.a-l-c .col-xl-6{
        width: 100%;
    }

    .comapny-step2 .company-step-items{
        width: 100%;
    }

    .custom-control-group-r{
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .section-custom-control{
        background-image: none !important;
    }

    .custom-control-group-r-phonebg{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .custom-control-group-l{
        width: 100%;
        padding-right: 0;
        padding-top: 580px;
    }

    .custom-people .mainCanvas{
        height: 500px !important;
        width: auto !important;
    }

    .change-people-btn{
        width: 220px;
    }

    .custom-design-color{
        position: unset !important;
    }

    .custom-design-color .custom-control-bar:nth-child(1), .custom-design-color .custom-control-bar:nth-child(2){
        position: absolute;
        top: 48px;
        z-index: 5;
    }

    .custom-design-color .custom-control-bar:nth-child(1){
        left: 16px;
    }

    .custom-design-color .custom-control-bar:nth-child(2){
        width: max-content;
        right: 16px;
        margin-top: 0;
    }

    .main-control{
        position: unset;
    }

    .custom-design-color-group, .custom-design-commodity-recommend{
        height: 518px;
        position: absolute;
        top: 0;
    }

    .custom-design-color-items, .custom-design-commodity-items{
        height: calc(100% - 68px);
    }

    .custom-design-color-item{
        /* width: 83px;
        height: 83px; */
    }

    .comapny-step1 .company-step-content-head.no-border{
        padding: 0 24px;
    }

    .company-step-small-title {
        flex-wrap: wrap;
        font-size: var(--font-22);
    }

    .company-step-small-title .company-dialog-btn i{
        margin-right: 0;
        margin-left: 5px;
    }

    .comapny-step1 .remind-text{
        width: 100%;
        margin-top: 5px;
    }

    .size-des-groups{
        flex-wrap: wrap;
    }

    .custom-design-color-item {
        width: calc((100% / 7) - 10px);
    }
}

@media screen and (max-width:768px){
    .full-dialog .video-content.size-content{
        min-width: unset;
    }

    .main-control-item-title{
        flex-wrap: wrap;
    }

    .main-control-item-title .remind-text{
        width: 100%;
        padding-left: 32px;
        padding-top: 8px;
    }

    .custom-design-color-item {
        /* width: 67px;
        height: 67px; */
    }

    .size-title-group .big-title {
        width: 100%;
        margin-bottom: 8px;
    }

    .size-title-group span {
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 24px !important;
    }

    .video-content{
        max-width: 90%;
        min-width: 90%;
    }

    .btm-info{
        padding: 0px;
    }

    .btm-info .left-pic, .btm-info .right-pic{
        position: relative;
        width: 100%;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
        transform: translate(0,0);
        margin: 8px 0;
    }

    .btm-info{
        padding: 16px 0;
    }

    .custom-detail-price-table{
        display: flex;
    }

    .custom-detail-price-table .title-items, .custom-detail-price-table .content-items{
        flex-direction: column;
        justify-content: unset;
    }

    .custom-detail-price-table .title-items{
        width: 40%;
    }

    .custom-detail-price-table .content-items{
        width: 60%;
    }

    .custom-detail-price-table .title-items .title-item, .custom-detail-price-table .content-items .content-item{
        width: 100%;
        justify-content: unset;
        margin-bottom: 2px;
        font-size: var(--font-16);
    }

    .custom-detail-price-table .title-items .title-item:nth-last-child(1),.custom-detail-price-table .content-items .content-item:nth-last-child(1){
        margin-bottom: 0px;
    }

}

@media screen and (max-width:600px){
    .canvas_preview_shirt_container canvas,.canvas_preview_pant_container canvas{
        width: 300px !important;
        height: 300px !important;
        transform: scale(1);
    }

    .company-step-group .company-step-title{
        font-size: var(--font-20);
    }

    .custom-design-commodity-item{
        width: calc((100% / 2) - 25px);
    }

    .custom-detail-price-table .content-items .content-item{
        font-size: var(--font-16);
    }

    .main-control-item-content .tags .tag {
        font-size: var(--font-14);
    }

    .company-step-small-title {
        font-size: var(--font-18);
    }

    .custom-design-color .custom-control-bar:nth-child(1){
        left: 8px;
    }

    .custom-design-color .custom-control-bar:nth-child(2){
        right: 8px;
    }

    .close-color-btn span{
        display: none;
    }

    .canvas_preview_shirt_container .container_front,
    .canvas_preview_pant_container .container_front {
        transform: rotateY(0deg) translateZ(50px);
    }

    .canvas_preview_shirt_container .container_left,
    .canvas_preview_pant_container .container_left {
        transform: rotateY(90deg) translateZ(50px);
    }

    .canvas_preview_shirt_container .container_back,
    .canvas_preview_pant_container .container_back {
        transform: rotateY(180deg) translateZ(50px);
    }

    .canvas_preview_shirt_container .container_right,
    .canvas_preview_pant_container .container_right {
        transform: rotateY(-90deg) translateZ(50px);
    }

    .size-groups .size-items .first-item img,.size-groups .size-items .first-item{
        width: 80px !important;
    }

    .small-items-groups{
        width: calc(100% - 80px);
    }

    .size-groups .size-items.title .small-items{
        width: calc(100% - 80px);
    }

    .size-groups-content{
        padding: 48px 8px;
    }

    .custom-design-color-item {
        width: calc((100% / 5) - 10px);
    }
}

@media screen and (max-width: 480px) {
    .custom-control-group-l{
        padding-top: 590px;
    }

    .custom-design-color-item {
        width: calc((100% / 4) - 10px);
    }
}

/* 價格表  開始 */
@media screen and (max-width:1400px){
    .price-step-item-small-title{
        font-size: var(--font-18);
    }
    .price-step-item-small-title i{
        margin-right: 0;
        margin-bottom: 5px;
    }

    .price-step-group{
        border-radius: 16px;
    }

    .price-step-items-two::before{
        width: 74%;
    }

    .price-step-item .title,.price-step-items-title{
        display: none;
    }

    .price-step-item .phone-title{
        display: block;
    }

    .price-step-group{
        flex-wrap: wrap;
    }

    .price-step-items-two,.price-step .total-price{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .price-step .total-price{
        z-index: 3;
        padding: 8px 25%;
        flex-direction: row;
        padding-bottom: 24px;
        padding-top: 20px;
    }

    .price-step .total-price .title{
        min-width: 60px;
    }

    .prev-step.price-step-btn{
        width: max-content;
        height: max-content;
        left: 5%;
        bottom: 20px;
        clip-path:none;
    }

    .prev-step.price-step-btn i{
        position: relative;
        margin-right: 8px;
        left: 0;
    }

    .price-step-items .price-step-item:nth-child(1){
        width: 10%;
        position: absolute;
        left: 0;
    }

    .price-step-items .price-step-item{
        width: calc(100% / 2);
    }

    .price-step-items-two{
        margin-left: 0;
    }

    .price-step-items{
        padding-left: 10%;
        flex-wrap: wrap;
    }

    .price-step-item .phone-title{
        width: 100px;
    }

    .price-step-items .price-step-item .price {
        width: calc(100% - 100px);
    }

    .price-step-items .price-step-item{
        flex-direction: row;
    }

    .price-step-items-two::after,.price-step-items-two::before{
        display: none;
    }

    .price-step-items{
        margin-top: 5px;
    }

    .price-step-items:nth-last-child(1) .price-step-item{
        border: none;
    }

    .price-step-items:nth-child(3){
        border-top: 1px solid #fff;
    }

    .next-step.price-step-btn{
        position: absolute;
        bottom: 20px;
        right: 5%;
        width:max-content;
        height: max-content;
        clip-path: none;
        top: unset;
        display: flex;
    }

    .next-step.price-step-btn i{
        position: relative;
        margin-left: 8px;
        right: 0;
    }

    .next-step.price-step-btn br{
        display: none;
    }

    .price-step-btn{
        line-height: 1.5 !important;
        padding: 3px 16px !important;
        display: flex;
        justify-content: center;
        border-radius: 8px;
    }

    .price-step-items .price-step-item{
        padding-top: 3px;
        padding-bottom: 3px;
        min-height: unset !important;
    }

    .price-step-items-two{
        background: var(--dark-main-color);
    }

    .price-step-item-small-title {
        flex-direction: column !important;
        font-size: var(--font-16) !important;
    }
}

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

    .custom-detail-price-table .content-items .content-item{
        font-size: var(--font-16);
    }

    .company-step-small-title {
        font-size: var(--font-18);
    }

    .price-step-items .price-step-item {
        width: 100%;
    }

    .price-step-items .price-step-item:nth-last-child(1){
        display: none;
    }

    .price-step-group{
        padding-bottom: 32px;
    }

    .price-step-btn{
        bottom: 10px !important;
    }

    .price-step.fixed{
        bottom: 60px;
    }

    .next-step.price-step-btn{
        font-size: var(--font-18);
    }

    .custom-design-color-items .custom-design-color-item .name{
        font-size: 9px;
    }

    .price-step-items .price-step-item:nth-child(1){
        width: 20%;
    }

    .price-step-items{
        padding-left: 20%;
    }
}
/* 價格表  結束 */

/*動態尺寸表 開始*/
@media screen and (max-width: 1400px) {
    .comapny-step.comapny-step3 .company-step-content .content .col-md-10,.comapny-step.comapny-step3 .company-step-content .content .col-md-2{
        width: 100%;
    }

    .comapny-step.comapny-step3 .company-step-content .content .col-md-10 .size-group{
        padding-right: 36px;
    }

    .comapny-step.comapny-step3 .company-step-content .content .col-md-2 .size-btns{
        margin-top: 16px;
        padding-bottom: 0;
    }

    .comapny-step.comapny-step3 .company-step-content .content .col-md-2 .size-btns .company-step3-count-btn {
        position: relative;
    }
}

@media screen and (max-width:991px) {
    /* size item count */
    /* 1 input */
    .size-group.size-item-1 .siz-item-title, .size-group.size-item-1 .size-items .size-item input {
        width: calc(((80% - 2px) / 1)) !important;
    }

    /* 2 input */
    .size-group.size-item-2 .siz-item-title, .size-group.size-item-2 .size-items .size-item input {
        width: calc(((80% - 2px) / 2)) !important;
    }

    /* 3 input */
    .size-group.size-item-3 .siz-item-title, .size-group.size-item-3 .size-items .size-item input {
        width: 150px !important;
    }

    /* 4 input */
    .size-group.size-item-4 .siz-item-title, .size-group.size-item-4 .size-items .size-item input {
        width: 150px !important;
    }

    /* 5 input */
    .size-group.size-item-5 .siz-item-title, .size-group.size-item-5 .size-items .size-item input {
        width: 150px !important;
    }

    /*  input6 */
    .size-group.size-item-6 .siz-item-title, .size-group.size-item-6 .size-items .size-item input {
        width: 150px !important;
    }

    .size-group .size-item-titles, .size-items .size-item {
        display: flex;
        justify-content: space-between;
        width: max-content;
        min-width: 100%;
    }

    .size-group{
        width: 100%;
        max-width: max-content;
        overflow: auto;
        min-width: 100%;
    }

    .comapny-step.comapny-step3 .company-step-content .content .col-md-10 .size-group.size-item-1{
        padding-right: 34px;
    }

    .size-group form {
        width: max-content;
    }

    .size-group.size-item-1 form {
        width: 100%;
    }
}

@media screen and (max-width:600px){
    /* size item count */
    .size-group .siz-item-title:nth-child(1) {
        min-width: 130px !important;
    }
    /* 1 input */
    .size-items .size-item select .size-group.size-item-1 .siz-item-title, .size-group.size-item-1 .size-items .size-item input,
    .size-group.size-item-1 .siz-item-title, .size-group.size-item-1 .size-items .size-item input,
    .size-group.size-item-1 .siz-item-title:nth-child(1), .size-group.size-item-1 .size-items .size-item .name{
        width: 50% !important;
        min-width: 130px !important;
    }

    .size-group.size-item-1 .size-items .size-item{
        width: 100% !important;
    }

    .size-group.size-item-1 .size-items .size-item select{
        width: 50% !important;
    }

    .size-items .size-item select{
        min-width: 132px !important;
    }

    /* 所有 input 除了1 個外 */
    .size-group.size-item-2 .siz-item-title, .size-group.size-item-2 .size-items .size-item input,
    .size-group.size-item-2 .siz-item-title:nth-child(1), .size-group.size-item-2 .size-items .size-item .name,
    .size-group.size-item-3 .siz-item-title, .size-group.size-item-3 .size-items .size-item input,
    .size-group.size-item-3 .siz-item-title:nth-child(1), .size-group.size-item-3 .size-items .size-item .name,
    .size-group.size-item-4 .siz-item-title, .size-group.size-item-4 .size-items .size-item input,
    .size-group.size-item-4 .siz-item-title:nth-child(1), .size-group.size-item-4 .size-items .size-item .name,
    .size-group.size-item-5 .siz-item-title, .size-group.size-item-5 .size-items .size-item input,
    .size-group.size-item-5 .siz-item-title:nth-child(1), .size-group.size-item-5 .size-items .size-item .name,
    .size-group.size-item-6 .siz-item-title, .size-group.size-item-6 .size-items .size-item input,
    .size-group.size-item-6 .siz-item-title:nth-child(1), .size-group.size-item-6 .size-items .size-item .name
    {
        width: 130px !important;
    }

    .size-group.size-item-2 .no-size-data{
        width: calc((130px * 3) + 6px) ;
    }

    .size-group.size-item-3 .no-size-data{
        width: calc((130px * 4) + 8px) ;
    }

    .size-group.size-item-4 .no-size-data{
        width: calc((130px * 5) + 10px) ;
    }

    .size-group.size-item-5 .no-size-data{
        width: calc((130px * 6) + 12px) ;
    }

     .size-group.size-item-6 .no-size-data{
        width: calc((130px * 7) + 14px) ;
    }
}

@media screen and (max-width:480px){
    .company-step-btns .company-step-btn{
        margin: 0px 2px;
        letter-spacing: 1px;
    }

    .comapny-step2 .company-step-content-head{
        padding: 16px 0px;
    }
}

.help-modal-content{
    width: 800px !important;
    max-width: 80% !important;
}

.help-modal-body{
    overflow: auto;
    max-height: 80vh;
    height: calc(80vh - 72px);
}

.help-modal-body img{
    height: auto !important;
}

@media screen and (max-width:768px){
    .help-modal-body{
        max-height: calc(85vh - 72px);
        height: max-content;
    }
}

@media screen and (max-width:600px){
    .price-step-item-small-title i{
        font-size: 20px;
    }

    .price-step-item-small-title{
        font-size: 14px !important;
    }

    .price-step-items .price-step-item:nth-child(1) {
        width: 45px;
    }

    .price-step-items{
        padding-left: 45px;
    }

    .price-step-item .phone-title,.price-step-item .phone-title,.price-step-items .price-step-item .price{
        font-size: var(--font-14);
    }

    .price-step-item .phone-title{
        width: 150px;
    }

    .price-step-items .price-step-item .price{
        width: calc(100% - 150px);
    }

    .price-step .total-price{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .price-step-btn{
        font-size: 14px !important;
    }

    .total-price .price{
        font-size: 16px;
    }

    .price-step-btn{
        bottom: 6px !important;
    }

    .price-step-items .price-step-item {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .price-step.fixed {
        bottom: 48px;
    }
}