@media screen and (max-width:768px) {
  .C-banner {
    height: 500px;
  }

  :root {
    --head: 88px;
  }

  .f_86 {
    font-size: 34px;
  }

  .f_96 {
    font-size: 36px;
  }

  .f_150 {
    font-size: 42px;
  }

  .f_240 {
    font-size: 48px;
  }

  .head1 {
    padding: 15px 20px;
  }

  .scroll .head1 {
    padding: 10px 20px;
  }

  .head1 .head-logo {
    width: 120px;
  }
  .home1 .main-title {
    font-size: 40px;
  }
  .head1 .head-nav {
    position: fixed;
    left: 50%;
    top: -120vh;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    max-height: calc(100vh - var(--head) - 20px);
    height: auto;
    background: #fcf9ee;
    flex-direction: column;
    flex-wrap: nowrap;
    opacity: 0;
    overflow: auto;
    transition: opacity ease .35s;
    z-index: 50;
    padding: 34px 20px 58px;
    gap: 0;
    align-items: flex-start;
    border-radius: 2px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
  }

  header.open .head1 {
    background: #fcf9ee;
  }

  header.open::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fcf9ee;
    z-index: 49;
  }

  header.open .head-nav {
    top: var(--head);
    opacity: 1;
    z-index: 51;
  }

  .head1 .nav-item {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
    border-bottom: none;
    position: relative;
  }

  .head1 .nav-item:last-child {
    margin-bottom: 0;
  }

  .head1 .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: rgba(67, 3, 16, 0.3);
  }

  .head1 .nav-item.on::after {
    display: block;
  }

  .head1 .nav-item>.nav-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .head1 .nav-drop::before {
    display: none;
  }

  .head1 .nav-drop {
    position: static;
    transform: none;
    padding: 0;
    margin-top: 22px;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    text-align: left;
    gap: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0;
    border-bottom: none;
  }

  .head1 .nav-drop a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .head1 .head-acts {
    margin-left: auto;
    gap: 10px;
  }

  .head1 .head-lang {
    display: inline-block;
    font-weight: bold;
    color: #430310;
  }

  .head1 .head-login {
    height: auto;
    padding: 0;
    margin-left: 0;
    gap: 0;
    border-radius: 0;
    background: transparent;
    color: #430310;
  }

  .head1 .head-login img {
    width: 22px;
  }

  .head1 .head-login .login-icon-light {
    display: none;
  }

  .head1 .head-login .login-icon-dark.on {
    display: inline-block;
  }

  .head1 .head-login span {
    display: none;
  }

  .navbar-toggle {
    display: inline-block;
  }

  .navbar-toggle span {
    background-color: #430310;
  }

  .home1 {
    height: 500px;
  }

  .home1-content {
    padding-top: 140px;
  }

  .home1 .main-sub {
    margin-top: 15px;
    letter-spacing: 3px;
  }

  .home1 .C-btn1 {
    margin-top: 150px;
  }

  .C-btn1.size1 {
    width: 155px;
    height: 50px;
    gap: 8px;
    position: static;
    transform: none;
  }

  .C-btn1.size2 {
    /* width: 270px; */
    width: 150px;
    height: 50px;
    gap: 8px;
  }

  .C-btn1.size3 {
    padding: 20px 60px;
  }

  .C-btn1 .C-btn1-icon {
    width: 16px;
    height: 16px;
  }

  .C-title .sub {
    margin-top: 8px;
  }

  .home2 {
    padding: 50px 20px 40px;
  }

  .home2 .why-sub {
    text-align: center;
  }

  .sec1 {
    flex-direction: column;
  }

  .home2-left {
    margin-left: 0;
    padding: 0;
  }

  .home2 .why-title {
    letter-spacing: -2px;
  }

  .home2-right {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .home2-right .bottle {
    width: 100%;
  }

  .home2-features {
    gap: 30px;
    margin-top: 40px;
    flex-direction: column;
  }

  .home2-features .item {
    text-align: center;
  }

  .home2-features .item .desc {
    margin-top: 10px;
  }

  .home3 {
    padding: 40px 20px;
  }

  .home3-card {
    width: 100%;
    height: auto;
  }

  .home3-card .card-img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
  }

  .home3-card .card-text {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding: 30px 20px;
  }

  .home3-card .card-text .desc {
    margin-top: 12px;
    letter-spacing: 0;
  }

  .home3-tags {
    margin-top: 20px;
  }

  .home3-tags .tag {
    width: 200px;
    height: 44px;
    margin: 0 auto 10px;
  }

  .home4 {
    padding: 40px 20px 50px;
  }

  .home4 .C-title {
    margin-bottom: 30px;
  }

  .home4-list {
    padding: 0 12%;
    flex-direction: column;
    gap: 0;
  }

  .home4-list .step {
    width: 100%;
  }

  .home4-list .step-num {
    line-height: 1;
  }

  .home4-list .step-title {
    margin-top: 15px;
  }

  .home4-list .step-desc {
    margin-top: 15px;
    width: 100% !important;
  }

  .home4-list .step-arrow {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
    padding: 10px 0;
  }

  .home4-list .step-arrow img {
    display: none;
  }

  .home4-list .step-arrow::after {
    content: '';
    display: block;
    width: 6px;
    height: 51px;
    background: url('/img/home/home4-arrow-down.svg') no-repeat center / contain;
  }

  .home5 {
    padding: 50px 20px;
  }

  .home5 .C-title {
    margin-bottom: 30px;
  }

  .home5-list {
    /* gap: 15px; */
    /* padding: 0 10%; */
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 31px;
  }

  .home7-left .about-text {
    width: 100%;
  }

  .home5-list .item {
    width: 100%;
  }

  .home5-list .item .top-bar {
    height: 44px;
  }

  .home5-list .item .mid-text {
    padding: 10px;
    min-height: 80px;
  }

  .home5-list .item .bottom-card {
    height: 120px;
  }

  .home5-list .item .item-icon {
    width: 70px;
    height: 70px;
  }

  .home6 {
    padding: 50px 20px;
  }

  .home6 .C-title {
    margin-bottom: 30px;
  }

  .home6-content {
    padding: 0;
    flex-direction: column;
    text-align: center;
  }

  .home6-left {
    border-right: none;
    border-bottom: 1px solid rgba(67, 3, 16, 0.15);
    padding: 0 0 30px;
  }

  .home6-left .img {
    width: 100%;
    height: auto;
  }

  .home6-left .text {
    margin-top: 25px;
    padding-left: 0;
  }

  .home6-right {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .home6-right .stat {
    margin-bottom: 30px;
  }

  .home6-right .stat .value {
    margin-top: 5px;
  }

  .home6-divider {
    margin: 20px 0 0;
  }

  .home7 {
    padding: 50px 20px;
  }

  .home7 .C-title {
    margin-bottom: 30px;
  }

  .home7-main {
    padding: 0;
    gap: 30px;
    flex-direction: column;
  }

  .home7-left {
    width: 100%;
  }

  .home7-tabs {
    margin-top: 25px;
    gap: 10px;
  }

  .home7-tabs .tab {
    width: 100%;
    height: 44px;
  }

  .home7-right {
    gap: 20px;
  }

  .home7-right .person {
    width: calc(50% - 10px);
  }

  .home7-right .person .photo {
    height: 200px;
  }

  .home7-right .person .name-card {
    width: 85%;
    height: 55px;
    margin: -15px auto 0;
  }

  .home7-partners {
    gap: 20px;
    margin-top: 30px;
    padding: 0;
    flex-direction: column;
  }

  .home7-partners .partner {
    gap: 20px;
  }

  .home7-partners .partner p {
    width: 100%;
    text-align: center;
  }

  .home7-partners .partner .partner-logo {
    height: 35px;
    margin: 0 auto;
  }

  .home8 {
    padding: 50px 0 60px;
  }

  .home8 .C-title {
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .home8-swiper {
    padding: 0 15%;
  }

  .home8-swiper .swiper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 0;
  }

  .home8-swiper .swiper-slide {
    height: auto;
    min-height: 300px;
    padding: 30px 25px 20px;
  }

  .home8-swiper .slide-stars {
    letter-spacing: 3px;
    margin-bottom: 25px;
  }

  .home8-swiper .slide-author {
    margin-top: 60px;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .home8-swiper .slide-author .loc-icon {
    width: 14px;
    height: auto;
  }

  .home8-swiper .swiper-btn {
    width: 30px;
  }

  .home8-swiper .swiper-prev {
    left: 22px;
  }

  .home8-swiper .swiper-next {
    right: 22px;
  }

  .foot1 {
    padding: 50px 0 0;
  }

  .foot1 .C-btn1 {
    margin-top: 20px;
  }

  .foot-wrap {
    padding: 40px 20px 0;
  }

  .foot2 {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .foot2-contact {
    width: 100%;
  }

  .foot2-contact .contact-info {
    text-align: center;
  }

  .foot2-shares {
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
  }

  .foot2-shares .share-icon {
    width: 36px;
    height: 36px;
    padding: 7px;
  }

  .foot2-explore {
    margin-right: 0;
  }

  .foot2-explore .explore-links {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  .foot2-explore .explore-links ul {
    text-align: center;
  }

  .foot2-explore .explore-links li {
    line-height: 1.7;
  }

  .foot2-terms .terms-links {
    text-align: center;
  }

  .foot2-form {
    width: 100%;
    margin-left: 0;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .foot2-form .register-form {
    gap: 10px;
    flex-direction: column;
  }

  .foot2-form .form-input.half {
    width: 100%;
  }

  .foot2-form .form-input input {
    height: 38px;
    padding: 0 10px;
  }

  .foot2-form .submit-btn {
    height: 38px;
  }

  .foot2-form .form-notice {
    text-align: center;
  }

  .foot3 {
    margin-top: 100px;
  }

  .foot3 .foot3-title {
    height: auto;
  }

  .foot3 .foot3-copy {
    flex-direction: column;
    gap: 8px;
    padding: 0 0 20px;
    text-align: center;
    margin-top: 10px;
  }

  .cookie-popup {
    padding: 20px 15px;
  }

  .cookie-popup .cookie-text {
    margin-bottom: 15px;
  }

  .cookie-popup .cookie-btns {
    flex-direction: column;
    gap: 10px;
  }

  .cookie-popup .cookie-btn {
    height: 44px;
    padding: 0 15px;
    width: 100%;
  }

  .cookie-popup .cookie-btn.theme-dark {
    min-width: auto;
  }

  .cookie-popup .cookie-btn.theme-light {
    min-width: auto;
  }


  .why1 {
    padding: 0 0 40px;
  }

  .why1 .why1-bg {
    width: 100%;
    height: 155.2vw;
    min-height: 582px;
  }

  .why1 .why1-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .why1-head {
    padding-top: 144px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why1-head .why1-title {
    letter-spacing: -0.5px;
    font-size: 28px;
    line-height: 1.3;
    color: #430310;
  }

  .why1-head .C-btn1 {
    margin-top: 150px;
    position: static;
    transform: none;
    width: 160px;
    height: 38px;
    border-radius: 1px;
    gap: 6px;
  }

  .why1-head .C-btn1 .f_24 {
    font-size: 16px;
  }

  .why1-list {
    width: 100%;
    max-width: 320px;
    margin: 50px auto 0;
    padding: 0 20px;
  }

  .why1-item {
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    min-height: 400px;
    height: auto;
    margin-bottom: 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .why1-item .why1-item-text {
    padding: 32px 24px 16px;
    width: 100%;
    flex: none;
    text-align: left;
  }

  .why1-item:nth-child(n + 2) .why1-item-text {
    text-align: right;
  }

  .why1-item .why1-item-desc {
    margin-top: 10px;
    line-height: 1.5;
  }

  .why1-item .why1-item-img {
    width: 100%;
    flex: 1 1 auto;
    min-height: 180px;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 16px 24px;
    box-sizing: border-box;
  }

  .why1-item .why1-item-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 223px;
    object-fit: contain;
  }

  .why1-item:nth-child(2n) {
    flex-direction: column;
  }

  .why1-item:nth-child(2n) .why1-item-text {
    padding: 32px 24px 16px;
  }

  .why1-item:nth-child(2n) .why1-item-img {
    margin-left: 0;
  }

  .why2 {
    padding: 40px 0 100px;
    overflow: visible;
  }

  .why2 .why2-bg {
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 420px;
  }

  .why2 .why2-bg::before {
    width: 100%;
    height: 100%;
  }

  .why2-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    /* 行距、列距一致，避免「上下宽、左右窄」 */
    row-gap: 16px;
    column-gap: 16px;
    align-items: center;
    justify-items: center;
    padding: 0 20px 24px;
    width: 100%;
    max-width: min(360px, 100%);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }

  .why2-circle {
    display: contents;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .why2-content .why2-title.f_48 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    grid-column: 2;
    grid-row: 2;
    z-index: 2;
    line-height: 1.2;
    font-size: clamp(16px, 4.2vw, 22px);
    font-weight: 700;
    box-sizing: border-box;
    padding: 0 4px;
    text-align: center;
  }

  /* 两行：第一行「葡萄酒价格」、第二行「驱动因素」；每行不换行 */
  .why2-content .why2-title p {
    display: block;
    margin: 0;
    white-space: nowrap;
    text-align: center;
  }

  .why2-content .why2-title p+p {
    margin-top: 0.15em;
  }

  .why2-item {
    width: 68px;
    height: 68px;
    min-height: 0;
    border-radius: 50%;
    position: static;
    transform: none;
    --size1: 0;
    --size2: 0;
    border: none;
    padding: 0;
    background: transparent;
    z-index: 1;
  }

  .why2-item[data-pos="top-left"] {
    grid-column: 1;
    grid-row: 1;
  }

  .why2-item[data-pos="top"] {
    grid-column: 2;
    grid-row: 1;
  }

  .why2-item[data-pos="top-right"] {
    grid-column: 3;
    grid-row: 1;
  }

  .why2-item[data-pos="left"] {
    grid-column: 1;
    grid-row: 2;
  }

  .why2-item[data-pos="right"] {
    grid-column: 3;
    grid-row: 2;
  }

  .why2-item[data-pos="bottom-left"] {
    grid-column: 1;
    grid-row: 3;
  }

  .why2-item[data-pos="bottom"] {
    grid-column: 2;
    grid-row: 3;
  }

  .why2-item[data-pos="bottom-right"] {
    grid-column: 3;
    grid-row: 3;
  }

  /* 覆盖 common 里桌面绝对定位的 left/right/top/transform，让圆在各自格子里居中 */
  .why2-content .why2-item[data-pos="top-left"],
  .why2-content .why2-item[data-pos="top"],
  .why2-content .why2-item[data-pos="top-right"],
  .why2-content .why2-item[data-pos="left"],
  .why2-content .why2-item[data-pos="right"],
  .why2-content .why2-item[data-pos="bottom-left"],
  .why2-content .why2-item[data-pos="bottom"],
  .why2-content .why2-item[data-pos="bottom-right"] {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .why2-item .why2-item-inner {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 0.5px solid rgba(67, 3, 16, 0.35);
    background: #fcf9ee;
    padding: 6px 4px;
    box-sizing: border-box;
    color: #430310;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .why2-item[data-pos="bottom-left"] .why2-item-inner {
    background: rgba(252, 249, 238, 0.95);
  }

  .why2-item .why2-item-inner span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
  }

  .why2-item:hover .why2-item-inner,
  .why2-item.active .why2-item-inner {
    border-color: #430310;
    color: #430310;
  }

  .why2-item:hover .why2-item-tip {
    opacity: 0;
    visibility: hidden;
  }

  .why2 .why2-item .why2-item-tip {
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    bottom: auto;
    transform: translate(-50%, 10px);
    width: calc(100% - 40px);
    max-width: 320px;
    min-width: 0;
    height: auto;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    border: 0.5px solid rgba(67, 3, 16, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: #fcf9ee;
    padding: 12px 14px;
    z-index: 10;
    pointer-events: none;
    box-sizing: border-box;
  }

  .why2 .why2-item.active .why2-item-tip {
    transform: translate(-50%, 10px);
  }

  .why2-item.active .why2-item-tip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .why2-item-tip .tip-text {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    color: #430310;
    font-weight: normal;
    font-size: 14px;
  }

  .news1-bg {
    width: 100%;
    margin-top: var(--head);
  }

  .news1-bg img {
    width: 100%;
  }

  .news1-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -1px;
    width: 90%;
    text-align: center;
  }

  .news1 .swiper-pagination {
    bottom: 20px;
  }

  .news1 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }

  .news2 {
    padding: 40px 20px 50px;
  }

  .news2-head {
    margin-bottom: 25px;
  }

  .news2-head h2 {
    margin-bottom: 15px;
  }

  .news2-filter {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .news2-radios {
    gap: 8px;
    flex-wrap: wrap;
  }

  .news2-radio {
    display: flex;
    gap: 5px;
    min-width: auto;
    height: 36px;
    border-radius: 5px;
    padding: 0 12px;
  }

  .news2-radio .radio-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .news2-search {
    width: 100%;
    height: 40px;
  }

  .news2-search-input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(67, 3, 16, 0.3);
    border-radius: 5px;
    padding: 0 40px 0 15px;
  }

  .news2-search-icon {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
  }

  .news2-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .news2-item {
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  .news2-item-tag {
    border-radius: 1px;
    padding: 4px 10px;
    display: inline-flex;
    width: auto;
    height: 28px;
    margin-bottom: 12px;
  }

  .news2-item h3 {
    margin-bottom: 8px;
  }

  .news2-item-desc {
    margin-bottom: 12px;
  }

  .news2-item-img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    margin-bottom: 12px;
  }

  .news2-item-img img {
    width: 100%;
    height: 100%;
  }

  .news2 .C-paging {
    margin-top: 30px;
  }


  .buchang-news2 {
    height: 0;
  }

  .C-paging {
    gap: 12px;
  }

  .paging-btn {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 5px;
  }

  .paging-btn svg {
    width: 6px;
  }

  .paging-nums {
    gap: 8px;
  }

  .paging-num {
    display: flex;
    border-radius: 5px;
  }

  .paging-num.on {
    width: 32px;
    height: 32px;
  }

  .C-paging.theme2 {
    gap: 14px;
  }

  .C-paging.theme2 .paging-btn {
    width: 26px;
    height: 26px;
    border-radius: 2px;
  }

  .C-paging.theme2 .paging-btn svg {
    width: 5px;
  }

  .C-paging.theme2 .paging-nums {
    gap: 14px;
  }

  .C-paging.theme2 .paging-num {
    border-radius: 2px;
  }

  .C-paging.theme2 .paging-num.on {
    width: 26px;
    height: 26px;
  }

  .news5 {
    height: 250px;
  }

  .news5-bg {
    width: 100%;
    height: 100%;
  }

  .news5-bg img {
    width: 100%;
    height: 100%;
  }

  .news6 {
    padding: 40px 20px 50px;
  }

  .news6-head {
    margin-bottom: 25px;
  }

  .news6-head h1 {
    letter-spacing: -1px;
  }

  .news6-sub {
    margin-top: 12px;
  }

  .news6-tag {
    margin-bottom: 15px;
  }

  .news6-tag span {
    display: inline-flex;
    border: 1px solid #430310;
    border-radius: 5px;
    padding: 6px 15px;
    height: 32px;
  }

  .news6-body p {
    margin-bottom: 15px;
  }

  .news6-body img {
    margin: 15px 0;
    width: 100%;
  }

  .news6-author {
    gap: 12px;
    padding: 20px 0 0;
  }

  .news7 {
    padding: 0 20px 50px;
  }

  .news7-wrap {
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px 15px;
  }

  .news7-list {
    gap: 15px;
    max-width: 100%;
    margin: 20px auto 0;
  }

  .news7-item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .news7-item-img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
  }

  .news7-item-img img {
    width: 100%;
    height: 100%;
  }

  .news7 .C-paging {
    margin-top: 30px;
  }

  .about1 {
    padding-top: 80px;
  }

  .about1-map {
    width: 100%;
  }

  .about1-map img {
    width: 100%;
  }

  .about1-texts {
    margin-top: 30px;
    padding: 0 20px;
  }

  .about1-text1 {
    width: 100%;
  }

  .about1-text2 {
    width: 100%;
    margin: 25px auto 0;
  }

  .about2 {
    padding: 50px 20px 0;
  }

  .about2-title {
    letter-spacing: -1px;
    /* margin-bottom: 25px; */
    margin: 35px 0 25px;
  }

  .about2-list {
    width: 100%;
  }

  .about2-item {
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .about2-item-img {
    width: 100%;
    height: 380px;
    border-radius: 5px;
    flex-shrink: 0;
  }

  .about2-item-img img {
    width: 100%;
    height: 100%;
  }

  .about2-item-text {
    margin-left: 0;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .about2-item-text h3 {
    margin-bottom: 15px;
  }

  .about2-item-info li {
    padding-left: 15px;
    line-height: 1.65;
  }

  .about2-bottom {
    padding: 40px 20px 50px;
    width: 100%;
  }

  .about-page .foot1 {
    padding: 50px 0 0;
  }

  .C-banner .content {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }

  .C-banner .C-btn1 {
    margin-top: 20px;
  }

  .partner2 {
    padding: 40px 20px 0;
  }

  .partner2-card {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    padding: 40px 20px 30px;
  }

  .partner2-title {
    letter-spacing: -1px;
  }

  .partner2-desc {
    width: 100%;
    margin: 25px auto 0;
  }

  .partner2-logo {
    width: 200px;
    margin: 30px auto 0;
  }

  .partner2-logo img {
    width: 100%;
    height: 100%;
  }

  .partner2-sec2 {
    margin-top: 30px;
  }

  .partner2-sec2-inner {
    border: 1px solid #430310;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    gap: 20px;
    flex-direction: column;
  }

  .partner2-imgs {
    width: 100%;
    border-radius: 5px;
  }

  .partner2-imgs img {
    width: 100%;
    height: 100%;
  }

  .partner2-texts {
    flex: 1;
    width: 100%;
  }

  .partner2-texts h3 {
    letter-spacing: -1px;
  }

  .partner2-texts-list {
    margin-top: 25px;
  }

  .partner2-text-block {
    margin-bottom: 20px;
  }

  .partner3 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner3-desc {
    width: 100%;
    margin: 20px auto 0;
  }

  .partner3-logo {
    width: 80px;
    margin: 30px auto 0;
  }

  .partner3-logo img {
    width: 100%;
  }

  .partner3-bg {
    width: 100%;
    margin-top: 30px;
  }

  .partner3-bg img {
    width: 100%;
    height: 100%;
  }

  .partner-page .foot1 {
    padding: 50px 0 0;
  }

  .tzlc2 {
    padding: 30px 20px 0;
  }

  .tzlc2-list {
    width: 100%;
  }

  .tzlc2-step {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    margin: 25px auto 0;
  }

  .tzlc2-body {
    margin: 10px auto;
    min-height: auto;
    flex-direction: column;
  }

  .tzlc2-item:nth-child(2n) .tzlc2-body {
    flex-direction: column;
  }

  .tzlc2-line {
    display: none;
  }

  .tzlc2-item .zuo {
    width: 100%;
    padding: 0;
  }

  .tzlc2-item .you {
    width: 100%;
    padding: 0;
  }

  .tzlc2-item .pic {
    width: 150px;
    margin: 0 auto;
  }

  .tzlc2-text {
    width: 98% !important;
    text-align: center !important;
    margin: 0 auto;
  }

  .tzlc2-text h3 {
    margin-bottom: 8px;
  }

  .tzlc2-btn-wrap {
    padding: 30px 0 50px;
  }

  .tzlc3 {
    padding: 40px 20px;
  }

  .tzlc3-inner {
    flex-direction: column;
  }

  .tzlc3-left {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .tzlc3-bottom h3 {
    margin-bottom: 15px;
  }

  .tzlc3-tabs {
    gap: 10px;
    flex-wrap: wrap;
  }

  .tzlc3-tab {
    width: calc(50% - 5px);
    height: 50px;
  }

  .tzlc3-right {
    width: 100%;
    flex-shrink: 0;
    margin-top: 20px;
  }

  .tzlc3-panel {
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 20px;
    min-height: auto;
  }

  .tzlc3-panel-img {
    width: 100px;
    height: 90px;
    margin: 0 auto 15px;
  }

  .tzlc3-panel-img img {
    width: 100%;
    height: 100%;
  }

  .tzlc3-panel-text h4 {
    margin-bottom: 15px;
  }

  .tzlc3-panel-desc {
    margin-top: 15px;
  }

  .tzlc4 {
    padding: 50px 20px;
  }

  .tzlc4>h2 {
    margin-bottom: 25px;
  }

  .tzlc4-content {
    flex-direction: column;
  }

  .tzlc4-img {
    width: 100%;
    height: auto;
  }

  .tzlc4-img img {
    width: 100%;
    height: 100%;
  }

  .tzlc4-items {
    width: 100%;
    margin-top: 20px;
  }

  .tzlc4-item {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  .tzlc4-item+.tzlc4-item {
    margin-top: 12px;
  }

  .tzlc4-item h3 {
    margin-bottom: 8px;
  }

  .tzlc5 {
    padding: 50px 20px;
  }

  .tzlc5>h2 {}

  .tzlc5 .t2 {
    margin-bottom: 25px;
  }

  .tzlc5-list {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .tzlc5-card {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
  }

  .tzlc5-card h3 {
    letter-spacing: -1px;
  }

  .tzlc5-range {
    line-height: 1.5;
    margin-top: 8px;
  }

  .tzlc5-fee {
    line-height: 1.5;
  }

  .tzlc5-btn {
    width: 160px;
    height: 40px;
    border-radius: 5px;
    gap: 8px;
    margin-top: 8px;
  }

  .tzlc5-btn-icon {
    width: 18px;
  }

  .tzlc-modal {
    width: 100%;
    height: 100%;
  }

  .tzlc-modal-mask {
    width: 100%;
    height: 100%;
  }

  .tzlc-modal-box {
    left: 5%;
    top: 5%;
    transform: none;
    width: 90%;
    height: 90%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .tzlc-modal.act .tzlc-modal-box {
    transform: none;
  }

  .tzlc-modal-close {
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    background-size: 16px;
    z-index: 10;
  }

  .tzlc-modal-img {
    display: none;
  }

  .tzlc-modal-form {
    flex: 1;
    padding: 40px 20px 30px;
    overflow: hidden;
  }

  .tzlc-modal-form-bg {
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 45%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
  }

  .tzlc-modal-form-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tzlc-modal-form h3,
  .tzlc-modal-fields,
  .tzlc-modal-agree,
  .tzlc-modal-submit {
    position: relative;
    z-index: 1;
  }

  .tzlc-modal-form h3 {
    margin-bottom: 25px;
  }

  .tzlc-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .tzlc-field {
    width: 100%;
  }

  .type-input {
    width: 100%;
    height: 44px;
    border: 1px solid #430310;
    border-radius: 5px;
    padding: 0 15px;
  }

  .type-input input {
    min-width: 0;
    flex: 1;
    height: 100%;
    background: transparent;
    padding: 0 1em;
  }

  .tzlc-field-radio {
    width: 100%;
    height: 44px;
    border: 1px solid #430310;
    border-radius: 5px;
    padding: 0 15px;
    gap: 20px;
  }

  .tzlc-radios {
    gap: 15px;
  }

  .tzlc-radio {
    gap: 6px;
  }

  .tzlc-radio-box {
    width: 20px;
    height: 20px;
    border: 1px solid #430310;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .tzlc-radio input:checked+.tzlc-radio-box::after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }

  .tzlc-modal-agree {
    margin-top: 15px;
  }

  .tzlc-checkbox {
    gap: 6px;
  }

  .tzlc-checkbox-box {
    width: 20px;
    height: 20px;
    border: 1px solid #430310;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .tzlc-checkbox input:checked+.tzlc-checkbox-box::after {
    left: 3px;
    top: 2px;
    width: 12px;
    height: 8px;
    border-left: 2px solid #430310;
    border-bottom: 2px solid #430310;
  }

  .tzlc-agree-en {
    margin-top: 5px;
    padding-left: 26px;
  }

  .tzlc-modal-submit {
    margin-top: 25px;
  }

  .tzlc-submit-btn {
    width: 160px;
    height: 44px;
    border-radius: 5px;
  }

  .wjdc-submit-btn {
    width: 160px;
    height: 44px;
    border-radius: 5px;
  }
  .tzlc-page .foot1 {
    padding: 50px 0 0;
  }

  .zzfw1 {
    padding: 0 0 40px;
  }

  .zzfw1 .zzfw1-bg {
    width: 100%;
    height: auto;
  }

  .zzfw1 .zzfw1-bg img {
    width: 100%;
    height: 100%;
  }

  .zzfw1-list1 {
    gap: 12px;
    padding: 120px 20px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .zzfw1-card {
    padding: 20px 15px 0 60px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
  }

  .zzfw1-card-num {
    left: 5px;
    top: 20px;
    line-height: 1;
    font-size: 80px;
  }

  .zzfw1-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .zzfw1-card-content h3 {
    line-height: 1.3;
  }

  .zzfw1-card-img {
    width: 100%;
  }

  .zzfw1-card-img img {
    width: 100%;
    height: 100%;
  }

  .zzfw1-list2 {
    width: 100%;
    margin: 45px auto 0;
    padding: 0 20px;
  }

  .zzfw1-item {
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .zzfw1-item:nth-child(odd) {
    flex-direction: column;
  }

  .zzfw1-item:nth-child(even) {
    flex-direction: column;
  }

  .zzfw1-item-text {
    width: 100%;
    flex-shrink: 0;
  }

  /* .zzfw1-item-text p {
    margin-top: 12px;
  }

  .zzfw1-item:nth-child(even) .zzfw1-item-text p {
    margin-top: 12px;
  } */
  .zzfw1-item-text .lh1{
    margin-top: 12px;
  }
  .zzfw1-item-img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-top: 15px;
  }

  .zzfw1-item-img img {
    width: 100%;
    height: 100%;
  }

  .zzfw2 {
    padding: 40px 20px;
  }

  .zzfw2-quote {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .zzfw2-mark {
    line-height: 1.2;
    flex-shrink: 0;
  }

  .zzfw2-text {
    flex: 1;
  }

  .zzfw-page .foot1 {
    padding: 50px 0 0;
  }

  .faq1 {
    height: 250px;
  }

  .faq1-bg {
    width: 100%;
    height: 100%;
  }

  .faq1-bg img {
    width: 100%;
    height: 100%;
  }

  .faq1 .text {
    width: 100%;
  }

  .faq1-title {
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    letter-spacing: -1px;
    /* width: 90%; */
    text-align: center;
  }

  .faq1 .text .t2 {
    width: 90%;
    margin: 54px auto 0;
  }

  .faq2 {
    padding: 30px 20px 50px;
  }

  .faq2-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .faq2-tab {
    padding-bottom: 8px;
  }

  .faq2-tab.on::after {
    width: 100%;
    height: 2px;
  }

  .faq2-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .faq2-item {
    border: 1px solid #430310;
    padding: 15px;
  }

  .faq2-item-head h3 {
    flex: 1;
  }

  .faq2-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 10px;
  }

  .faq2-item-body {
    margin-top: 10px;
  }

  .terms2 {
    padding: 40px 20px 60px;
  }

  .terms2-content {
    width: 100%;
    letter-spacing: 0;
  }

  .contact1-bg {
    width: 100%;
  }

  .contact1-bg img {
    width: 100%;
  }

  .contact1-sec1 {
    padding: 120px 20px 0;
  }

  .contact1-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
  }

  .contact1-btns .C-btn1 {
    width: 100%;
  }

  .contact1-sec2-title {
    margin-top: 40px;
    padding: 0 20px;
  }

  .contact1-sec2-title p {
    margin-top: 10px;
  }

  .contact1-sec2 {
    padding: 25px 20px 50px;
  }

  .contact1-sec2-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .contact1-left {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }

  .contact1-left h3 {
    letter-spacing: -1px;
    margin-bottom: 15px;
  }

  .contact1-info-item {
    margin-bottom: 15px;
  }

  .contact1-right {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }

  .contact1-form-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .contact1-field {
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
  }

  .contact1-field input {
    height: 44px;
  }

  .contact1-field.error {
    box-shadow: 0 0 0 1px #e53935;
  }

  .contact1-field-textarea {
    padding: 12px 15px;
  }

  .contact1-field-textarea textarea {
    height: 120px;
  }

  .contact1-agree {
    margin-top: 15px;
  }

  .contact1-agree-sub {
    margin-top: 10px;
  }

  .contact1-submit {
    margin-top: 25px;
  }

  .contact-page .foot1 {
    padding: 50px 0 0;
  }

  .wjdc2 {
    padding: 80px 20px 0;
  }

  .wjdc-card {
    border-radius: 5px;
    padding: 25px 20px;
  }

  .wjdc-card:nth-last-child(n+2) {
    margin-bottom: 15px;
  }

  .wjdc-card.error {
    box-shadow: 0 0 0 2px #e53935;
  }

  .wjdc-card-title {
    margin-bottom: 15px;
  }

  .wjdc-options {
    display: flex;
    flex-wrap: wrap;
  }

  .wjdc-options-grid2 {
    gap: 8px;
    width: 100%;
  }

  .wjdc-options-grid2 .wjdc-option {
    width: calc(50% - 4px);
  }

  .wjdc-card.size2 .wjdc-options-grid2 {
    width: 100%;
  }

  .wjdc-card.size2 .wjdc-option {
    width: calc(50% - 4px);
  }

  .wjdc-options-grid3 {
    gap: 8px;
    width: 100%;
  }

  .wjdc-options-grid3 .wjdc-option {
    width: 100%;
  }

  .wjdc-options-grid4 {
    gap: 8px;
    width: 100%;
  }

  .wjdc-options-grid4 .wjdc-option {
    width: calc(50% - 4px);
  }

  .wjdc-options-grid4-plus {
    gap: 8px;
    width: 100%;
  }

  .wjdc-options-grid4-plus .wjdc-option {
    width: calc(50% - 4px);
  }

  .wjdc-options-grid4-plus .wjdc-option-input {
    width: 100%;
  }

  .wjdc-options-col {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .wjdc-option {
    height: 44px;
    border-radius: 5px;
    padding: 0 10px 0 12px;
    display: flex;
    gap: 6px;
  }

  .wjdc-option-letter {
    flex-shrink: 0;
  }

  .wjdc-option-wide {
    width: 100%;
  }

  .wjdc-option-input-wrap {
    display: flex;
    flex: 1;
  }

  .wjdc-inline-input {
    flex: 1;
    border-bottom: 1px solid rgba(67, 3, 16, 0.3);
    padding: 0 3px;
    height: 24px;
    margin: 0 2px;
  }

  .wjdc-card-contact {
    padding: 25px 20px;
  }

  .wjdc-card-contact .wjdc-card-title {
    margin-bottom: 15px;
  }

  .wjdc-form-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .wjdc-field {
    border-radius: 5px;
    padding: 0 15px;
  }

  .wjdc-field input {
    height: 44px;
  }

  .wjdc-field.error {
    box-shadow: 0 0 0 1px #e53935;
  }

  .wjdc-submit {
    margin-top: 30px;
  }

  .wjdc3 {
    padding: 50px 20px 60px;
  }

  .wjdc3-inner {
    width: 100%;
  }

  .wjdc3-label {
    margin-bottom: 12px;
  }

  .wjdc3-info p {
    margin-bottom: 4px;
  }

  .wjdc-page .foot1 {
    padding: 50px 0 0;
  }

  .user-wrap {
    padding: 120px 20px 40px;
    display: flex;
  }

  .user-card {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }

  .user-form-card {
    padding: 30px 20px;
    min-height: auto;
  }

  .user-form-fields {
    margin-top: 25px;
  }

  .user-field {
    margin-bottom: 12px;
  }

  .user-field-input {
    width: 100%;
    height: 44px;
    border: 1px solid #430310;
    border-radius: 5px;
    padding: 0 15px;
  }

  .user-field-pw .user-field-input {
    padding-right: 45px;
  }

  .user-eye-toggle {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
  }

  .user-eye-toggle img {
    width: 100%;
    height: 100%;
  }

  .user-forgot-link {
    margin-top: 5px;
  }

  .user-submit-wrap {
    margin-top: 25px;
  }

  .user-submit-btn {
    width: 160px;
    height: 44px;
    border: 1px solid #430310;
    border-radius: 5px;
  }

  .user-forgot-card {
    padding: 30px 20px;
    min-height: auto;
  }

  .user-forgot-card .user-form-fields {
    margin-top: 25px;
  }

  .user-forgot-card .user-field {
    margin-bottom: 15px;
  }

  .user-forgot-card .user-field-label {
    height: auto;
  }

  .user-forgot-card .user-submit-wrap {
    margin-top: 30px;
  }

  .user-reset-card {
    padding: 30px 20px;
    min-height: auto;
  }

  .user-reset-card .user-form-fields {
    margin-top: 25px;
  }

  .user-reset-card .user-field {
    margin-bottom: 10px;
  }

  .user-reset-card .user-submit-wrap {
    margin-top: 30px;
  }

  .user-dashboard-wrap {
    padding: 120px 20px 40px;
  }

  .user-dashboard-hello {
    margin-bottom: 25px;
  }

  .user-dashboard-hello span {
    margin-left: 10px;
  }

  .user-dashboard-grid {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .user-dash-item {
    width: 100%;
    height: 172px;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }

  .user-dash-item .dash-icon {
    width: 66px;
    height: 66px;
  }

  .user-dash-item .dash-icon img {
    width: 100%;
    height: 100%;
  }

  .user-dash-item .dash-balance {
    gap: 6px;
  }

  .user-dash-item:nth-child(3) {
    order: 5;
  }

  .user-dash-item:nth-child(6) {
    order: 6;
  }

  .user-account-wrap {
    padding: 120px 20px 40px;
    display: flex;
  }

  .user-account-card {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 37px;
  }

  .user-account-sidebar {
    width: 100%;
    min-height: auto;
    border-radius: 5px;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  .user-account-hello {
    margin-bottom: 20px;
    display: flex;
  }

  .user-account-hello span {
    flex: 1;
    border-bottom: 1px solid #d9d9d9;
    margin-left: 10px;
  }

  .user-sidebar-nav {
    font-size: 16px;
  }

  .user-sidebar-nav li.on a {
    padding: 0 10px;
    margin: 0 -10px;
  }

  .user-account-main {
    flex: 1;
    width: 100%;
    margin-top: 0;
  }

  .user-account-main>h3 {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 0 20px;
  }

  .user-account-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .user-order-content>h3 {
    padding: 0 20px;
  }
  .user-acc-field {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 5px;
    padding: 0 20px;
  }

  .user-acc-field input {
    height: 44px;
    color: #430310;
    -webkit-text-fill-color: #430310;
    opacity: 1;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
  }

  .user-acc-field input:disabled,
  .user-acc-field input[readonly] {
    color: #430310;
    -webkit-text-fill-color: #430310;
    opacity: 1;
  }

  .user-acc-field input:-webkit-autofill {
    -webkit-text-fill-color: #430310 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
  }

  .user-acc-radio {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
  }

  .user-acc-radio .radio-options {
    display: flex;
    gap: 15px;
  }

  .user-acc-radio .radio-item {
    display: flex;
    gap: 6px;
  }

  .user-acc-radio .radio-box {
    width: 20px;
    height: 20px;
    border: 1px solid #430310;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .user-account-submit {
    margin-top: 15px;
  }

  .user-account-submit .user-submit-btn {
    height: 44px;
  }

  .user-logout-card {
    padding: 40px 20px 60px;
    min-height: auto;
  }

  .user-logout-text {
    margin-bottom: 20px;
  }

  .user-order-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
  }

  .user-order-table-wrap {
    width: 100%;
    max-height: none;
    overflow-x: auto;
  }

  .user-order-table {
    width: 100%;
    min-width: 400px;
  }

  .user-order-table thead tr {
    border-radius: 5px;
  }

  .user-order-table thead th {
    height: 36px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .user-order-table tbody td {
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .user-order-empty {
    padding: 40px 0;
  }

  .notfound-wrap {
    padding: 80px 20px 0;
    min-height: auto;
  }

  .notfound-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .notfound-img img {
    width: 100%;
    height: 100%;
  }

  .notfound-btn {
    width: 200px;
    height: 44px;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    gap: 5px;
  }

  .notfound-btn .notfound-btn-icon {
    width: 18px;
  }

  .user-page .foot1 {
    padding: 50px 0 0;
  }
  .news1-swiper {
    height: auto;
  }
  .user-change-password-main .user-form-fields {
    margin-top: 25px;
    padding: 0 0 0 20px;
  }

  .user-forgot-send {
    height: auto;
    padding: 5px;
    right: 8px;
  }
}