@media (max-width: 1023px) {
    body {
      overflow: auto;
    }
    .ac-container {
      width: 90%;
      margin: 0 auto;
    }
    
    .ac-pos-rel.ac-show-on-mobile{
      position: relative;
      width:100%;
      height:0
    }
    .ac-text-content{
      position: absolute;
      z-index: 2;
      top: 0;
      height: 154vw;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      right: 9vw;
      width: 82vw;
    }
    .ac-content {
      width: 90%;
    }
    .ac-logo-geely-mob{
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin-top: 8vw;
      /* width: 50vw;
      max-width: 250px;
      margin: 8vw auto; */
      width: 25vw;
      max-width: 250px;
      margin: 4vw auto 0 -3vw;
    }
    h1{
      position: relative;
      color: #fff;
      font-size: 3.3rem;
      /* font-family: 'GEELY Normal 20150902'; */
      font-family: 'GEELY Bold 20230926';
      text-align: center;
      margin-top: 5vh;
    }
    .ac-font-mob{
      font-family: 'Fb Pragmati Wide';
      font-weight: 900;
      letter-spacing: 0.07rem;
      font-size: 72%;
    }
    h1 span {
      font-family: 'Fb Pragmati Wide';
      font-weight: 500;
      font-size: 1.11em;
      display: block;
      margin-top: 0rem;
      line-height: 0.7;
    }
    .ac-car{
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 100%;
      margin-top: 5.3rem
    }
    .ie .ac-car {
      margin-top: 6rem
    }
    .ac-logoncar {
      display: flex;
          justify-content: center;
          align-items: center;
          width: 21vw;
          height: auto;
          margin-top: 3vw;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 2vw;
    }
    .ac-line-horizontal-mob{
      background-color: #224D97;
      width: 15vw;
      height: 1px;
      display: none;
      margin:3vw auto
    }
    .ac-logoncar img {
      width: 74%;
      display: block;
      height: auto;
      margin: auto;
    }
    .ac-details-wrapper{
      display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            text-align: center;
            width: 110%;
            font-size: 2rem;
            font-family: 'Fb Pragmati Wide';
            font-weight: 500;
            line-height: 0.7;
            margin-top: -1.5rem;
            margin-bottom: 0.5rem;
            color: #fff;
            position: absolute;
            bottom: 0;
            right: -4vw;
    }
    .ac-details-wrapper .ac-row-1{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      text-align: center;
    }
    .ac-details-wrapper .ac-details-1{
      letter-spacing: -0.1rem;
            font-weight: 900;
    }
    .ac-details-wrapper .ac-details-2{
      letter-spacing: 0.05rem;
    }
    .ac-details-wrapper .ac-details strong{
      font-family: 'Fb Pragmati Wide';
    }
    .ac-details-wrapper .ac-details-1 strong{
      letter-spacing: 0.09rem;
    }
    .ac-details-wrapper .ac-details-2 strong{
      letter-spacing: -0.01rem;
    }
    .ac-details-wrapper .ac-details-1 bdi {
      font-weight: 900;
      font-size: 115%;
      letter-spacing: -0.1px;
    }
    .ac-details-wrapper .ac-details-1 bdi span {
      letter-spacing: -2.05px;
    }
    .ac-details-wrapper .ac-line-vertical{
      background-color: #fff;
      width: 0.1rem;
      height: 3.8rem;
      margin: auto 1.1rem;
      position: relative;
      top: 0.2rem;
    }
  
    /* Section Opening */
  
    #ac-opening .ac-col-2 .ac-rel-pos-ver {
      width: 5rem;
      height: 100vh;
      position: absolute;
      left: 33rem;
    }
    #ac-opening .ac-col-2 .ac-rel-pos-ver img {
      position: relative;
      width: 100%;
      height: 100vh;
      z-index: 1;
    }
  
    /* End Form Desktop */
    #ac-opening {
      display: flex;
      flex-direction: column-reverse;
    }
    #ac-opening .ac-col-2 {
      background-color: #000;
      z-index: 4;
      box-shadow: unset;
      overflow: hidden;
      transition: 0.5s;
      padding-top: 1vw;
      /* display: none; */
      width: 100%;
      position: relative;
      height: auto;
      top: 0;
    }
    #ac-opening .ac-col-1 {
      width: 100%;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: auto;
            overflow: hidden;
            margin-top: 0;
            margin-bottom: 0vw;
    }
    #ac-opening .ac-col-1 .ac-content-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      height: 156vw;
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      padding-top: 0%;
    }
  
    #ac-opening .ac-col-2.ac-active {
      height: auto;
      overflow: hidden;
    }
  
    #ac-opening .ac-col-2 .ac-rel-pos-ver {
      display: none;
    }
  
    .ac-logo-mob {
      width: 45%;
      margin: 0.1rem auto 1.5rem;
    }
    .ac-content {
      width: 100%;
    }
  
    .ac-logo.ac-show-on-mobile img {
      width: 14rem;
      margin-top: 1rem;
    }
    .ac-bg,
    .ac-bg img{
      width: 100%;
      height: auto;
      object-fit: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -10vw;
      z-index: 0;
    }
    .ac-law-text{
      font-size: 1.27rem;
      padding: 2.2vh 1rem 0.7vh;
      font-weight: 400;
      font-family: 'Fb Pragmati Wide';
      text-align: justify;
      display: none;
      width: 100%;
      color: #000;
    }
    .ac-law-text-mob{
      font-size: 0.8rem;
      padding: 2vw 1rem 2vw;
      color: #fff;
      line-height: 1.2;
      display: block;
      background-image: url(../img/08-07/bg-mob.png);
      background-size: 100% auto;
      background-repeat: repeat-y;
      width: 100vw;
    }
    .ac-legal-wrapper {
      display: flex;
      justify-content: flex-start;
      height: 3.5vh;
      align-items: center;
      width: 100%;
      padding-right: 1rem;
      border-top: 0.1rem solid #000;
      color: #000;
      /* font-size: 0.88rem; */
      font-size: 1.25rem;
      font-family: 'Fb Pragmati Wide';
      font-weight: 100;
    }
    .ac-legal-wrapper{
      display: none
    }
    .ac-legal-wrapper-mob {
      display: flex;
                  justify-content: flex-start;
                  height: auto;
                  align-items: center;
                  width: 100vw;
                  border-top: 0.1rem solid #000;
                  color: #000;
                  margin-bottom: 0;
                  padding: 1.5vw 4%;
    }
    .ac-legal-wrapper-mob .ac-legal-txt {
        font-weight: 600;
        font-size: 0.9rem;
    }
    #ac-open-form {
      background-color: #fff;
      color: #fff;
      position: fixed;
      bottom: 0;
      border: 0;
      width: 100%;
      display: flex;
      left: 0;
      justify-content: center;
      align-items: center;
      font-size: 1rem;
      padding: 4% 4% 0 4%;
      flex-direction: column;
      z-index: 5
    }
    /* #ac-open-form a {
      color: #fff;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    } */
    #ac-open-form .ac-btn-wrapper{
      display: flex
      ;
                  justify-content: space-around;
                  align-items: center;
                  width: 100vw;
                  position: fixed;
                  z-index: 4;
                  bottom: 15vw;
                  background-color: #fff;
                  padding: 10px;
                  background-image: url(../img/08-07/bg-mob.png);
                  background-size: 100% auto;
                  background-repeat: repeat-y;
    }
    #ac-open-form .ac-btn-wrapper .ac-gotoform-wrapper{
      /* background-image: linear-gradient(90deg, #7358f1, #3799ef, #00d3ea); */
      border: 0;
      color: #224D97;
      width: 40vw;
      height: 9vw;
      border-radius: 2vw;
      /* font-size: 1.3rem; */
      font-size: 1.5rem;
      font-family: "Rubik", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      background-color: #fff;
      padding-bottom: 0.4vw;
      font-family: 'Fb Pragmati Wide';
    }
    #ac-open-form .ac-btn-wrapper a.ac-call-wrapper{
      color: #fff;
            width: 40vw;
            height: 9vw;
            border-radius: 2vw;
            /* font-size: 1.3rem; */
            font-size: 1.5rem;
            font-family: "Rubik", serif;
            font-optical-sizing: auto;
            font-weight: 400;
            background-color: #000;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            text-decoration: none;
            padding-bottom: 0.4vw;
            font-family: 'Fb Pragmati Wide';
    }
  }
  
  @media (max-width: 650px) {
    .ie .ac-legal-wrapper-mob .ac-legal-txt {
      font-weight: 600;
      font-size: 0.7rem;
    }
    .ac-bg, .ac-bg img {
      top: 0vw;
    }
    .ie .ac-legal-wrapper .ac-polution, .ie .ac-legal-wrapper .ac-safety, .ie .ac-legal-wrapper .ac-legal-txt {
      padding-bottom: 0.3rem;
    }
    .ie #ac-open-form .ac-btn-wrapper .ac-gotoform-wrapper,
    .ie #ac-open-form .ac-btn-wrapper a.ac-call-wrapper {
      padding-bottom: 0.6vw;
    }
    
  }
  