  /**************************font-files***********************************************/
  @font-face {
    font-family: "OPPOSansRegular";
    src: url("font/OPPOSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: "OPPOSans";
    src: url("font/OPPOSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: "StackSansTextLight";
    src: url("font/StackSansText-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: "StackSansTextRegular";
    src: url("font/StackSansText-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }


  #body,
  .tabItem {
    font-family: "StackSansTextRegular";
    color: #5C6064;
    font-size: 18px;
    min-height: auto !important;
    font-weight: 400;
  }

.zh-cn  #body, 
.zh-tw  #body,
.zh-cn  .tabItem,
.zh-tw  .tabItem {
  font-family: "OPPOSansRegular";
}

  #main {
    /*! max-width: 1464px; */
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }

  #body {
    margin: 0;
  }



  div {
    display: block;
  }

  iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
  }

  .tabs {

    border-bottom: 0px solid #EBEBEB;
    padding: 0;
    text-align: left;
    margin: 0px;
  }

  .tabs li {
    float: none;
    display: inline-block;
    margin: 0px;
    width: auto;
  }

  .tabItem:first-letter {
    text-transform: capitalize;
  }

  .tabItem {
    /*! height: 28px; */
    line-height: 27px;
    padding: 5px 0px !important;
    margin: 0em;
    margin-top: 10px;
    margin-right: 25px !important;
    border-radius: 0em 0em 0em 0em;
    font-weight: 400;
    font-size: 14px !important;
    text-transform: none;
    color: rgba(70, 83, 97, 0.7);
    font-style: normal;
    text-decoration: none;
    border-bottom: 0px solid transparent;
    background: transparent;
    transition: background 0.1s, color 0.1s, border 0.1s;
    position: relative;
    top: 0;
    left: 0em;
    display: block;
    text-align: center;
  }


  .tabItem:active,
  .tabItem-active,
  .tabItem:hover {
    background: transparent;
    color: #465361;
    border-bottom: 2px solid #465361;
    text-decoration: none;
    font-style: normal;
    z-index: 9;
    font-weight: bold;
  }

  /* .tabItem-active:before, .tabItem:hover:before {
  content: "";
  width: 34%;
  height: 3px;
  position: absolute;
  top: 90%;
  left: 30%;
  border-bottom: 2px solid #BD1624;
} */

  #body_ja-JP .tabItem-active:before {
    margin-right: 12px;
    right: 0;
  }

  .tabs-control {
    margin-top: 1em !important;
    margin-right: 1em !important;
    width: 225px;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0px solid #e6e6e6;
  }

  .zh-cn .tabs-control,
  .zh-tw .tabs-control {
    width: 110px !important;
  }


  /***************************Mobile Responsive****************************************************************/
  /* @media (max-width: 1198px){
    .tabs li {
        margin: 5px;
        width: 25%;
      }
      .tabItem {
        width: 85%;
    }   

} */

  .tabs-control {
    padding-bottom: 0em;
    margin-bottom: 1em;
  }

  .tabs-content-wrapper {
    background: transparent;
    display: table-cell;
    vertical-align: top;
    width: auto;
  }

  /* Desktop: left tabs as a vertical list */
  .tabs {
    display: block;
  }

  .tabs li {
    display: block;
    width: fit-content;
    margin-bottom: 0px;
  }

  .tabItem {
    margin-right: 0 !important;
    text-align: left;
  }

  @media (max-width: 760px) {
    #main {
      display: block;
    }

    .tabs-control {
      width: 100%;
      display: block;
      margin-right: 0 !important;
      padding-right: 0 !important;
    }

    .tabs-content-wrapper {
      display: block;
      width: 100%;
    }

    .tabs {
      display: block;
      text-align: center;
    }

    .tabs li {
      width: 95%;
      display: block;
      text-align: center;
      margin: 0px auto;
    }

    /* .tabItem-active::before, .tabItem:hover::before {
      content: "";
      width: 15%;
      top: 90%;
      left: 42%;
    } */
    .tabItem {
      font-size: 18px !important;
      margin: 0px auto !important;
      text-align: left;
      max-width: fit-content;
    }
  }

  /* @media (max-width: 450px) {
  .tabs li {
    width: 80%;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .tabs li {
    width: 90%;
  }
} */

  .tabItem::before,
  .tabItem-active::before,
  .tabItem:hover::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  #tab_1,
  #tab_2 {
    margin-top: 0px;
  }