.brand{
    background-color: rgba(247, 247, 247, 1);
  }
  .after-sale-head {
    width: 100%;
    height: 841px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/supportbanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  
  .after-sale-head .after-sale-head-btn {
    width: 723px;
    padding-top: 56px;
    padding-bottom: 52px;
    font-size: 50px;
    line-height: 1.3;
    border-radius: 20px;
    background-color: #00000040;
    position: absolute;
    top: 256px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
  }
  
  .after-sales-text {
    width: calc(100vw * calc(1200 / 1920));
    box-sizing: border-box;
    padding: 80px 36px 84px 66px;
    border-radius: 20px;
    background-color: #fff;
    margin: -160px auto 0;
    position: relative;
    z-index: 2;
  }
  
  .after-sales-text .after-sales-title {
    font-size: 37px;
    color: #000;
    margin-bottom: 40px;
  }
  
  .after-sales-text .after-sales-info {
    font-size: 17px;
    color: #000;
  }
  
  .after-sales-text-b {
    width: calc(100vw * calc(1200 / 1920));
    box-sizing: border-box;
    padding: 80px 36px 84px 66px;
    border-radius: 20px;
    background-color: #fff;
    margin: 31px auto 0;
  }
  
  .after-sales-text-b .after-sales-title {
    font-size: 37px;
    color: #000;
    margin-bottom: 40px;
  }
  
  .after-sales-text-b .after-sales-info {
    font-size: 17px;
    color: #000;
  }
  
  .after-sales-support {
    margin-top: 133px;
  }
  
  .after-sales-support-title {
    font-size: 50px;
    color: #000;
    text-align: center;
  }
  
  .after-sales-support-subtitle {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-top: 57px;
  }
  
  .after-sales-support-info {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 12px;
  }
  
  .after-sales-support-card {
    width: 590px;
    margin: 30px auto 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f8f8fa;
    padding-bottom: 50px;
  }
  
  .after-sales-support .card-position {
    box-sizing: border-box;
    width: 100%;
    height: 141px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/support01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-left: 49px;
  }
  
  .after-sales-support .card-position-two {
    background-image: url('/fileadmin/assets/v/ESS/after-sale/support03.png');
  }
  
  .after-sales-support .support-country {
    font-size: 25px;
    color: #fff;
  }
  
  .after-sales-support .support-position-street {
    margin-top: 0px;
    color: #fff;
    font-size: 17px;
  }
  
  .after-sales-support .support-item {
    box-sizing: border-box;
    padding-top: 34px;
    padding-left: 48px;
  }
  
  .after-sales-support .support-item-icon-tel {
    width: 14px;
    height: 13px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/icon_phone.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .after-sales-support .support-item-icon-email {
    width: 16px;
    height: 13px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/icon_email.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .after-sales-support .support-item-icon-local {
    width: 16px;
    height: 13px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/icon_local.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .after-sales-support .support-item-top {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #00000050;
    font-size: 17px;
  }
  
  .after-sales-support .support-item-bot {
    font-size: 25px;
    margin-top: 10px;
    color: #000;
  }
  
  .after-sales-support .support-item-bot-box-a {
    margin-top: 0px !important;
  }
  
  .after-sales-support .support-item-bot-box{
    margin-top: 30px;
    font-size: 21px;
  }
  
  .after-sales-footer {
    width: 100%;
    height: 600px;
    margin-top: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    padding-top: 190px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/support02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .after-sales-footer .after-sales-footer-wrapper {
    width: calc(100vw * calc(1200 / 1920));
    display: flex;
    gap: 20px;
    margin: auto;
  }
  
  .after-sales-footer .after-sales-footer-manual {
    padding-left: 50px;
    width: calc(100vw * calc(450 / 1920));
    border-radius: 20px;
    background-color: #00000040;
    padding-top: 65px;
    color: #fff;
  }
  
  .after-sales-footer .after-sales-footer-text {
    font-family: var(--font-MarkOTB);
    font-size: calc(100vw * calc(50 / 1920));
  }
  
  .after-sales-footer .after-sales-footer-more {
    font-size: 16px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    cursor: pointer;
    width: fit-content;
  }
  
  .after-sales-footer .after-sales-footer-more-icon {
    width: 8px;
    height: 16px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/icon_more.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .after-sales-footer .after-sales-footer-down {
    width: calc(100vw * calc(730 / 1920));
    border-radius: 20px;
    background-color: #00000040;
    padding: 65px 99px 69px 67px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .after-sales-footer .after-sales-footer-down-text {
    width: 390px;
    font-family: var(--font-MarkOTB);
    font-size: calc(100vw * calc(50 / 1920));
    line-height: 1.08;
  }
  
  .after-sales-footer .after-sales-footer-down-more {
    width: 88px;
    height: 101px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/supporticon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .pc {
    display: block;
  }
  
  .mob {
    display: none;
  }
  
  .after-sales-accordion {
    background-color: rgba(247, 247, 247, 1);
    padding-top: 60px;
  }
  
  .after-sales-accordion .after-sales-accordion-title {
    font-size: 40px;
    font-family: var(--font-MarkOTB);
    color: rgba(51, 51, 51, 1);
    text-align: center;
  }
  
  .after-sales-accordion .after-sales-accordion-subtitle {
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
    color: rgba(102, 102, 102, 1);
  
  }
  
  .after-sales-accordion-form {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
  }
  
  .after-sales-accordion-form label {
    display: block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  
  .after-sales-accordion-form label:nth-child(1){
    background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_support1.png');
  }
  
  .after-sales-accordion-form label:nth-child(2){
    background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_support2.png');
  }
  
  .after-sales-accordion-form label:nth-child(3){
    background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_support3.png');
  }
  
  .after-sales-accordion-form label:nth-child(4){
    background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_support4.png');
  }
  
  .after-sales-accordion-form label > div {
    overflow: hidden;
    width: 11.6vw;
    max-width: 223px;
    transition: all 0.5s ease;
    height: 100%;
  }
  
  .after-sales-accordion-form label .desc {
    margin-top: 30px;
    transition: all 0.5s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .after-sales-accordion-form input:checked ~ div {
    width: 27.6vw;
    max-width: 530px;
    background: #fff;
  }
  
  .after-sales-accordion-form input:checked ~ div .desc {
    opacity: 1;
    min-width: calc( 27.6vw - 100px);
    white-space: normal;
  }
  
  .after-sales-accordion-form input {
    display: none;
  }
  
  .after-sales-accordion .after-sales-accordion-form{
    width: fit-content;
    max-width: 1200px;
  }
  
  .after-sales-accordion .after-sales-accordion-content{
    padding-top: 50px;
    color: #fff;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }
  
  .after-sales-accordion .after-sales-accordion-content-title{
    font-size: calc(100vw * calc(32 / 1920));
    font-family: var(--font-MarkOTB);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    transition: all 0.5s ease;
  }
  
  .after-sales-accordion-form input:checked ~ div .after-sales-accordion-content-title{
    text-align: left;
  }
  
  .after-sales-accordion-form input:checked ~ div .after-sales-accordion-content{
    padding: 50px;
  }
  
  .after-sales-accordion-form .desc-title{
    display: flex;
    gap: 10px;
    font-size: 16px;
    color:rgba(0, 0, 0, 0.5);
  }
  
  .after-sales-accordion-form .desc-info{
    font-size: 20px;
    font-family: var(--font-MarkOTB);
    color: rgba(17, 17, 17, 0.8);
    margin-top: 4px;
  }
  
  .after-sales-accordion-form .desc-local-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 4px;
  }
  
  
  .after-sales-accordion-form .after-sales-accordion-phoneIcon{
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_support_phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .after-sales-accordion-form .after-sales-accordion-localIcon{
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_support_local.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .after-sales-accordion-form .after-sales-accordion-emailIcon{
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_support_emial.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  @media (max-width: 1024px) {
    .pc {
      display: none;
    }
  
    .mob {
      display: block;
    }
  
    .after-sale-head {
      width: 100%;
      height: calc(100vw * calc(650 / 750));
      background-image: url('/fileadmin/assets/v/ESS/after-sale/supportbannermob.png');
    }
  
    .after-sale-head .after-sale-head-btn {
      width: calc(100vw * calc(554 / 750));
      padding-top: calc(100vw * calc(27 / 750));
      padding-bottom: calc(100vw * calc(15 / 750));
      font-size: calc(100vw * calc(37 / 750));
      line-height: 1.3;
      top: calc(100vw * calc(252 / 750));
      text-align: center;
      border-radius: calc(100vw * calc(20 / 750));
      font-family: var(--font-MarkOTB);
    }
  
    .after-sales-text {
      width: calc(100vw * calc(650 / 750));
      box-sizing: border-box;
      padding: calc(100vw * calc(42 / 750)) calc(100vw * calc(30 / 750)) calc(100vw * calc(55 / 750));
      margin: calc(100vw * calc(-75 / 750)) auto 0;
      border-radius: calc(100vw * calc(20 / 750));
    }
  
    .after-sales-text .after-sales-title {
      font-size: calc(100vw * calc(25 / 750));
      margin-bottom: calc(100vw * calc(20 / 750));
      font-family: var(--font-MarkOTB);
    }
  
    .after-sales-text .after-sales-info {
      font-size: calc(100vw * calc(21 / 750));
    }
  
    .after-sales-text-b {
      width: calc(100vw * calc(650 / 750));
      padding: calc(100vw * calc(42 / 750)) calc(100vw * calc(30 / 750)) calc(100vw * calc(55 / 750));
      margin: calc(100vw * calc(20 / 750)) auto 0;
      border-radius: calc(100vw * calc(20 / 750));
    }
  
    .after-sales-text-b .after-sales-title {
      font-size: calc(100vw * calc(25 / 750));
      margin-bottom: calc(100vw * calc(40 / 750));
      font-family: var(--font-MarkOTB);
    }
  
    .after-sales-text-b .after-sales-info {
      font-size: calc(100vw * calc(21 / 750));
    }
  
    .after-sales-support {
      margin-top: calc(100vw * calc(81 / 750));
    }
  
    .after-sales-support-title {
      font-size: calc(100vw * calc(50 / 750));
      font-family: var(--font-MarkOTB);
  
    }
  
    .after-sales-support-subtitle {
      font-size: calc(100vw * calc(25 / 750));
      margin-top: calc(100vw * calc(10 / 750));
    }
  
    .after-sales-support-info {
      font-size: calc(100vw * calc(21 / 750));
      margin-top: calc(100vw * calc(1 / 750));
    }
  
    .after-sales-support-card {
      width: calc(100vw * calc(434 / 750));
      margin: calc(100vw * calc(20 / 750)) auto 0;
      padding-bottom: calc(100vw * calc(40 / 750));
      border-radius: calc(100vw * calc(20 / 750));
  
    }
  
    .after-sales-support .card-position {
      width: 100%;
      height: calc(100vw * calc(104 / 750));
      background-image: url('/fileadmin/assets/v/ESS/after-sale/support01mob.png');
      padding-top: calc(100vw * calc(32 / 750));
      padding-left: calc(100vw * calc(32 / 750));
    }
  
    .after-sales-support .card-position-two{
      background-image: url('/fileadmin/assets/v/ESS/after-sale/support03.png');
    }
  
    .after-sales-support .support-country {
      font-size: calc(100vw * calc(25 / 750));
      line-height: 1;
    }
  
    .after-sales-support .support-position-street {
      font-size: calc(100vw * calc(21 / 750));
    }
  
    .after-sales-support .support-item {
      padding-top: calc(100vw * calc(30 / 750));
      padding-left: calc(100vw * calc(33 / 750));
    }
  
    .after-sales-support .support-item-icon-tel {
      width: calc(100vw * calc(14 / 750));
      height: calc(100vw * calc(13 / 750));
    }
  
    .after-sales-support .support-item-icon-email {
      width: calc(100vw * calc(16 / 750));
      height: calc(100vw * calc(13 / 750));
    }
  
    .after-sales-support .support-item-top {
      gap: calc(100vw * calc(5 / 750));
      font-size: calc(100vw * calc(21 / 750));
    }
  
    .after-sales-support .support-item-bot {
      font-size: calc(100vw * calc(25 / 750));
      margin-top: calc(100vw * calc(0 / 750));
    }
  
    .after-sales-support .support-item-bot-box {
      font-size: calc(100vw * calc(21 / 750));
      margin-top: calc(100vw * calc(30 / 750));
    }
  
    .after-sales-footer {
      width: 100%;
      height: calc(100vw * calc(325 / 750));
      margin-top: calc(100vw * calc(88 / 750));
      padding-top: calc(100vw * calc(104 / 750));
      background-image: url('/fileadmin/assets/v/ESS/after-sale/support02mob.png');
    }
  
    .after-sales-footer .after-sales-footer-wrapper {
      width: calc(100vw * calc(650 / 750));
      gap: calc(100vw * calc(12 / 750));
    }
  
    .after-sales-footer .after-sales-footer-manual {
      padding-top: calc(100vw * calc(36 / 750));
      padding-left: calc(100vw * calc(36 / 750));
      width: calc(100vw * calc(243 / 750));
      border-radius: calc(100vw * calc(20 / 750));
  
    }
  
    .after-sales-footer .after-sales-footer-text {
      font-family: var(--font-MarkOTB);
      font-size: calc(100vw * calc(25 / 750));
    }
  
    .after-sales-footer .after-sales-footer-more {
      font-size: calc(100vw * calc(17 / 750));
      margin-top: calc(100vw * calc(22 / 750));
      gap: calc(100vw * calc(6 / 750));
    }
  
    .after-sales-footer .after-sales-footer-more-icon {
      width: calc(100vw * calc(8 / 750));
      height: calc(100vw * calc(16 / 750));
    }
  
    .after-sales-footer .after-sales-footer-down {
      width: calc(100vw * calc(396 / 750));
      background-color: #00000040;
      padding: calc(100vw * calc(30 / 750)) calc(100vw * calc(65 / 750)) calc(100vw * calc(16 / 750)) calc(100vw * calc(35 / 750));
      border-radius: calc(100vw * calc(20 / 750));
  
    }
  
    .after-sales-footer .after-sales-footer-down-text {
      width: calc(100vw * calc(200 / 750));
      font-family: var(--font-MarkOTB);
      font-size: calc(100vw * calc(25 / 750));
      line-height: 1.8;
    }
  
    .after-sales-footer .after-sales-footer-down-more {
      width: calc(100vw * calc(48 / 750));
      height: calc(100vw * calc(55 / 750));
    }
  
    .after-sales-accordion {
      padding: 40px 25px;
    }
  
    .after-sales-accordion .after-sales-accordion-title {
      font-size: 24px;
    }
  
    .after-sales-accordion .after-sales-accordion-form{
      display: flex;
      flex-direction: column;
      height: fit-content;
      width: 100%;
      padding: 0;
    }
  
    .after-sales-accordion-form label > div {
      width: 100%;
      height: fit-content;
      max-width: 100%;
    }
  
    .after-sales-accordion-form input:checked ~ div{
      width: 100%;
      max-width: 100%;
    }
  
    .after-sales-accordion-form label{
      float: unset;
      height: fit-content;
    }
  
    .after-sales-accordion .after-sales-accordion-content-title {
      font-size: 20px;
      text-align: left;
    }
  
    .after-sales-accordion-form .after-sales-accordion-phoneIcon{
      min-width: 12px;
      width: 12px;
      height: 12px;
    }
  
    .after-sales-accordion-form .after-sales-accordion-localIcon{
      min-width: 12px;
      width: 12px;
      height: 12px;
    }
  
    .after-sales-accordion-form .after-sales-accordion-emailIcon{
      min-width: 12px;
      width: 12px;
      height: 12px;
    }
  
    .after-sales-accordion-form .desc-title {
      font-size: 12px;
    }
  
    .after-sales-accordion-form .desc-info {
      font-size: 14px;
    }
  
    .after-sales-accordion-form .desc-local-info{
      font-size: 12px;
    }
  
    .after-sales-accordion-form .after-sales-accordion-content{
      padding: 20px 24px 30px !important;
    }
  
    .after-sales-accordion-form label .desc{
      gap: 20px;
      margin-top: 15px;
      height: 0;
      margin-top: 0;
      max-height: 0;
    }
  
    .after-sales-accordion-form input:checked ~ div .desc {
      margin-top: 15px;
      height: 0;
      height: fit-content;
      max-height: 1000px;
    }
  
    .after-sales-accordion-form label .desc {
      transition: max-height 1s ease;
    }
  
    .after-sales-accordion .after-sales-accordion-subtitle{
      font-size: 14px;
      margin-top: 5px;
    }
  
    .after-sales-accordion-form label:nth-child(1){
      background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_supportmb1.png');
    }
    .after-sales-accordion-form label:nth-child(2){
      background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_supportmb2.png');
    }
    .after-sales-accordion-form label:nth-child(3){
      background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_supportmb3.png');
    }
    .after-sales-accordion-form label:nth-child(4){
      background-image: url('/fileadmin/assets/v/ESS/after-sale/technical_supportmb4.png');
    }
  }
  