.newsContent {
    display: flex;
    padding: 28px 0 80px;
  }
  .newsContent .newsLf {
    width: 200px;
    flex-shrink: 0;
    margin-right: 3.125vw;
    padding-top: 32px;
  }
  .newsContent .newsLf h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    padding-bottom: 30px;
    border-bottom: #ECEDF5 1px solid;
    margin: 0 0 30px;
    color: #1B91DB;
  }
  .newsContent .newsLf strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #454545;
  }
  .newsContent .newsLf .newsNav {
    margin: 15px 0 0;
  }
  .newsContent .newsLf .newsNav li {
    margin-bottom: 15px;
  }
  .newsContent .newsLf .newsNav a {
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    padding-left: 24px;
    position: relative;
  }
  
  .newsContent .newsRg .newsLists {
    border-left: #ECEDF5 1px solid;
    padding-left: 3.125vw;
    padding-bottom: 30px;
  }
  .newsContent .newsRg .newsListsCon h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 39px;
    color: #1B91DB;
  }
  .newsContent .newsRg .newsdetailCon {
    margin: 0 0 92px;
  }
  .newsContent .newsRg .newsRgChild {
    display: flex;
    border-top: 1px solid #ECEDF5;
    padding: 16px 0;
  }
  .newsContent .newsRg .newsRgChild:last-of-type {
    border-bottom: 1px solid #ECEDF5;
  }
  .newsContent .newsRg .newsRgChild a {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 3.33vw;
    gap: 0 3.33vw;
    flex: 1;
  }
  .newsContent .newsRg .newsRgChild a span {
    width: 80px;
    flex-shrink: 0;
  }
  .newsContent .newsRg .newsRgChild.active a {
    color: #1B91DB;
  }
  .newsContent .newsRg .newsRgChild.end a {
    color: #8588A1;
  }
  .newsContent .newsRg .newsRgChild .img {
    width: 144px;
    height: 68px;
    display: flex;
    flex-shrink: 0;
  }
  .newsContent .newsRg .newsRgChild .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media (min-width: 768px) {
    .newsContent .newsLf .newsNav a::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 6px solid #454545;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 6px solid transparent;
      position: absolute;
      left: 0;
      top: calc(50% - 6px);
    }
  }
  @media (max-width: 767px) {
    .headNav {
      display: none;
    }
    .newsContent {
      flex-direction: column;
      padding: 24px 0 4px;
    }
    .newsContent.hideSidebar .newsLf {
      display: none;
    }
    .newsContent .newsLf {
      width: 100%;
      margin-right: 0;
      padding-top: 0;
    }
    .newsContent .newsLf h2 {
      font-size: 24px;
      line-height: 35px;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 24px;
    }
    .newsContent .newsLf .newsNavCon{
      margin-bottom: 24px;
      display: flex;
      justify-content: end;
      position: relative;
    }
    .newsContent .newsLf strong {
      width: 166px;
      height: 38px;
      font-size: 18px;
      color: #082D59;
      padding: 8px 16px;
      border: 1px solid #006EA4;
      position: relative;
    }
    .newsContent .newsLf strong::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 6.5px solid transparent;
      border-top: 9px solid #454545;
      border-bottom: 9px solid transparent;
      border-right: 6.5px solid transparent;
      position: absolute;
      right: 16px;
      top: calc(50% - 3px);
    }
    .newsContent .newsLf .newsNav {
      display: none;
      width: 166px;
      position: absolute;
      top: 39px;
      right: 0;
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 3px 20px #00000029;
      z-index: 222;
      padding: 8px 16px;
      margin: 0;
    }
    .newsContent .newsLf .newsNav.active{
      display: block;
    }
    .newsContent .newsLf .newsNav li {
      margin-bottom: 14;
    }
    .newsContent .newsLf .newsNav li:last-of-type{
      margin-bottom: 0;
    }
    .newsContent .newsLf .newsNav a {
      width: 100%;
      font-size: 18px;
      line-height: 26px;
      color: #082D59;
      padding-left: 0;
    }
    .newsContent .newsRg .newsLists {
      border-left: 0;
      padding-left: 0;
      padding-bottom: 36px;
    }
    .newsContent .newsRg .newsListsCon h1 {
      font-size: 24px;
      line-height: 35px;
      margin: 0 0 25px;
    }
    .newsContent .newsRg .newsListsCon .newsRgLists {
      padding: 0 1.6vw;
    }
    .newsContent .newsRg .newsRgChild {
      flex-direction: column;
      align-items: flex-end;
      padding: 12px 0 16px;
    }
    .newsContent .newsRg .newsRgChild a {
      margin-right: 0;
      margin-bottom: 10px;
    }
    .newsContent .newsRg .newsRgChild a span {
      margin-right: 3.73vw;
    }
  }
  .contentDetail {
    padding: 23px 0 0;
  }
  .contentDetail > dl {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 24px;
  }
  .contentDetail > dl dd {
/*     margin-left: 12px; */
/*     padding-left: 12px; */
    border-left: 1px solid #ECEDF5;
  }
  .contentDetail h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 28px;
    border-bottom: 1px solid #ECEDF5;
    margin: 0 0 14px;
  }
  .contentDetail .imgShow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 540px;
    height: 360px;
    background-color: #ECEDF5;
    margin: 28px 0 43px;
  }
  .contentDetail .imgShow img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .contentDetail p {
    line-height: 1.5;
  }
  
  @media (max-width: 960px) {
    .contentDetail .imgShow {
      width: 100%;
      height: 100%;
      background-color: transparent;
    }
  }
  @media (min-width: 768px) and (max-width: 1279px){
    .newsContent .newsRg .newsLists{
      padding-left: 0;
      border-left: none;
    }
  }
  @media (max-width: 767px) {
    .contentDetail {
      padding-top: 0;
    }
    .contentDetail > dl {
      margin-bottom: 8px;
    }
    .contentDetail h1 {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 8px;
    }
    .contentDetail .imgShow {
      margin: 16px 0;
    }
    .contentDetail .text {
      font-size: 14px;
    }
  }
  .contentDetail .detailContact {
    margin: 31px 0 0;
    position: static;
  }
  .contentDetail .detailContact > dl {
    width: 323px;
  }
  @media (max-width: 1000px) {
    .contentDetail .detailContact {
      flex-direction: column;
      width: fit-content;
      height: auto;
    }
    .contentDetail .detailContact > dl {
      margin: 0 0 16px;
    }
    .contentDetail .detailContact .rg dl {
      display: flex;
      flex-direction: column;
    }
  }
  @media (max-width: 767px) {
    .contentDetail .detailContact {
      padding: 24px 26px;
      margin: 24px 0 0;
    }
    .contentDetail .detailContact > dl {
      width: 100%;
      margin: 0;
    }
    .contentDetail .detailContact > dl dd {
      margin-top: 12px;
      gap: 9.5px;
    }
    .contentDetail .detailContact > dl dd img {
      flex: 1;
      width: 100%;
    }
    .contentDetail .detailContact dt {
      padding-left: 19px;
    }
    .contentDetail .detailContact dt::after, 
    .contentDetail .detailContact dt::before {
      width: 12px;
      height: 11px;
    }
    .contentDetail .detailContact dt::before {
      top: 10px;
    }
    .contentDetail .detailContact .rg {
      margin-top: 38px;
    }
    .contentDetail .detailContact .rg dl {
      margin-bottom: 12px;
    }
    .contentDetail .detailContact .rg dl:last-child {
      margin-bottom: 0;
    }
    .contentDetail .detailContact .rg dl dd strong {
      font-size: 18px;
      margin-top: 12px;
    }
  }
  .detailCourse {
    margin-top: 49px;
  }
  .detailCourse h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .detailCourse strong, .detailCourse p {
    line-height: 24px;
  }
  .detailCourse p {
    margin-bottom: 44px;
  }
  
  /* Ã’Â½ÃÃ†ÃƒÃ€ÃˆÃÂ¿ÃŽÂ³ÃŒ */
  .pageTitle span {
    background-color: #082D59;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    padding: 8px 17px;
  }
  .pageTitle h3 {
    color: #082D59;
    margin: 16px 0 0;
    line-height: 36px;
    font-size: 24px;
  }
  
  /* commonBanner */
  .commonBanner{
    background: linear-gradient(to bottom, #30A4CD 0%, #7EDCF2 70%, #7EDCF2 100%);
    padding: 46px 0 108px;
  }
  .commonBanner h1{
    font-size: 46px;
    line-height: 66px;
    color: #fff;
    margin: 0 auto 33px;
    text-align: center;
  }
  .commonBanner .subText{
    position: relative;
    margin: 0 auto 25px;
    padding: 11px 0;
  }
  .commonBanner .subText::after, 
  .commonBanner .subText::before {
    content: "";
    width: 92px;
    height: 97px;
    position: absolute;
    top: calc(50% - 48.5px);
  }
  .commonBanner .subText::before {
    background: url(../images/course/bg_ask-left.png) no-repeat;
    background-size: contain;
    left: 80px;
  }
  .commonBanner .subText::after {
    background: url(../images/course/bg_ask-right.png) no-repeat;
    background-size: contain;
    right: 80px;
  }
  .commonBanner .subText p{
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 500;
    padding: 0 172px;
  }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .commonBanner .subText::before {
      left: 0;
    }
    .commonBanner .subText::after {
      right: 0;
    }
    .commonBanner .subText p{
      padding: 0 102px;
    }
  }
  @media screen and (max-width: 767px){
    .commonBanner{
      padding: 16px 0 62px;
    }
    .commonBanner h1{
      font-size: 28px;
      line-height: 40px;
      margin: 0 auto 24px;
    }
    .commonBanner .subText{
      padding: 0;
    }
    .commonBanner .subText::after, 
    .commonBanner .subText::before {
      display: none;
    }
    .commonBanner .subText p{
      font-size: 20px;
      line-height: 26px;
      padding: 0;
    }
  }
  .commonBanner ul {
    display: flex;
    justify-content: center;
    margin-bottom: 46px;
  }
  .commonBanner ul li {
    background: #fff;
    border-radius: 20px;
    border: 3px solid #082D59;
    color: #082D59;
    font-size: 1.4583vw;
    font-weight: 500;
    text-align: center;
    margin: 18px 25px 0 25px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 150px) / 3);
    height: 176px;
    position: relative;
  }
  .commonBanner ul li::after {
    content: "";
    width: 60px;
    height: 52px;
    background: url(../images/course/bg-course-special.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: -18px;
  }
  .commonBanner ul li strong {
    color: #FF3366;
    font-size: 2.5vw;
  }
  .commonBanner ul li p {
    line-height: 36px;
  }
  .commonBanner dl {
    display: flex;
    justify-content: space-between;
    margin: 0 5.79vw;
  }
  .commonBanner dl dt, .commonBanner dl dd {
    width: calc((100% - 78px) / 2);
    background-color: #fff;
    color: #082D59;
    font-size: 1.14583vw;
    line-height: 1.45;
    text-align: center;
    padding: 15px 0;
    position: relative;
    border: 1px solid #006EA4;
  }
  .commonBanner dl dt::after, .commonBanner dl dt::before, .commonBanner dl dd::after, .commonBanner dl dd::before {
    content: "";
    position: absolute;
  }
  .commonBanner dl dt::after, .commonBanner dl dd::after {
    width: 0;
    height: 0;
    border-top: 9px solid #082D59;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    right: 43px;
    top: calc(50% - 4.5px);
  }
  .commonBanner dl dt a, .commonBanner dl dd a {
    color: #082D59;
  }
  .commonBanner dl dt::before {
    width: 30px;
    height: 32px;
    background: url(../images/course/icon_zhen01.svg) no-repeat;
    background-size: contain;
    left: 28px;
    top: calc(50% - 15px);
  }
  .commonBanner dl dd::before {
    width: 32px;
    height: 32px;
    background: url(../images/course/icon_zhen02.svg) no-repeat;
    background-size: contain;
    left: 36px;
    top: calc(50% - 16px);
  }
  
  @media (max-width: 767px) {
    .pageTitle span {
      padding: 4px 16px;
      font-size: 14px;
    }
    .pageTitle h3 {
      margin: 8px 0 0;
      font-size: 16px;
      line-height: 26px;
    }
    
    .commonBanner ul {
      flex-direction: column;
      margin-bottom: 20px;
    }
    .commonBanner ul li {
      border-radius: 8px;
      border: 2px solid #082D59;
      font-size: 14px;
      margin: 6px 0 22px 6px;
      width: 100%;
      height: auto;
      padding: 8px 10px;
    }
    .commonBanner ul li::after {
      width: 38px;
      height: 34px;
      left: -12px;
      top: -12px;
    }
    .commonBanner ul li strong {
      font-size: 20px;
    }
    .commonBanner ul li p {
      line-height: 29px;
    }
    .commonBanner dl {
      flex-wrap: wrap;
      margin: 0;
    }
    .commonBanner dl dt, .commonBanner dl dd {
      width: 100%;
      font-size: 18px;
      height: 56px;
    }
    .commonBanner dl dt::after, .commonBanner dl dd::after {
      right: 16px;
    }
    .commonBanner dl dt {
      margin: 0 0 16px;
    }
    .commonBanner dl dt::before {
      left: 16px;
    }
    .commonBanner dl dd::before {
      left: 16px;
    }
  }
  
  /* pageCourseScedule start */
  .pageCourseScedule {
    background-color: #E6F5FA;
    border-radius: 33px;
    margin: -132px 2.6vw 0;
    padding: 142px 0 60px;
    position: relative;
  }
  
  .cuorseTitle {
    width: 631px;
    text-align: center;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/course/bg_coursetitle.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 30px;
  }
  .cuorseTitle span {
    height: 82px;
    line-height: 82px;
    font-size: 28px;
    font-weight: 500;
    color: #DAC423;
    letter-spacing: 1.34px;
  }
  .cuorseTitle strong {
    color: #fff;
  }
  @media (min-width: 768px) and (max-width: 1279px){
    .cuorseTitle span {
      height: 52px;
      line-height: 52px;
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {
    .pageCourseScedule {
      border-radius: 8px;
      margin: -98px 12px 0;
      padding: 54px 0 8px;
    }
    .cuorseTitle {
      width: 313px;
      top: -21px;
      padding-bottom: 17px;
    }
    .cuorseTitle span {
      height: 46px;
      line-height: 46px;
      font-size: 14px;
    }
  }
  .commonCourse {
    margin: 28px 0 80px;
    position: relative;
  }
  .commonCourse::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #51B2D2;
    border-radius: 14px;
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 22;
  }
  .commonCourse > div {
    background-color: #FFF;
    border: 3px solid #082D59;
    border-radius: 14px;
    padding: 46px 54px;
    position: relative;
    z-index: 33;
  }
  .commonCourse .cFirst {
    display: flex;
    justify-content: space-between;
  }
  .commonCourse .cFirst dl {
    width: calc((100% - 5.8333vw) / 2);
  }
  .commonCourse .cFirst dt {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    border-bottom: 1px solid #082D59;
    padding-bottom: 8px;
    text-align: center;
    color: #082D59;
    margin-bottom: 8px;
  }
  .commonCourse .cFirst p {
    font-size: 18px;
    line-height: 24px;
    color: #082D59;
    margin: 8px 0 12px;
  }
  .commonCourse .cFirst table {
    width: 100%;
    border-collapse: collapse;
  }
  .commonCourse .cFirst table th, .commonCourse .cFirst table td {
    border: 1px solid #082D59;
    border-left: none;
    border-right: none;
    font-size: 18px;
      line-height: 42px;
    color: #082D59;
    height: 50px;
    padding: 0 4px;
  }
  .commonCourse .cFirst table th {
    font-weight: bold;
    text-align: left;
  }
  .commonCourse .cFirst table td {
    text-align: right;
  }
  .commonCourse .cFirst ul li {
    font-size: 18px;
    line-height: 24px;
    color: #082D59;
    border-bottom: 1px solid #082D59;
    padding: 10px 0 13px 31px;
    position: relative;
  }
  .commonCourse .cFirst ul li::after {
    content: "";
    width: 19px;
    height: 16px;
    background: url(../images/course/icon_circle-correct.svg) no-repeat center;
    background-size: 19px 16px;
    position: absolute;
    left: 4px;
    top: calc(50% - 8px);
  }
  .commonCourse .cSecond {
    margin: 46px 0 0;
  }
  .commonCourse .cSecond h3 {
    font-size: 22px;
    line-height: 36px;
    color: #082D59;
    margin: 0 0 31px;
    text-align: center;
  }
  .commonCourse .cSecond table {
    width: 100%;
    border-collapse: collapse;
  }
  
  @media (max-width: 1023px) {
    .commonCourse {
      margin: 24px 0 42px;
    }
    .commonCourse::after {
      left: 6px;
      top: 6px;
    }
    .commonCourse > div {
      padding: 20px 10px;
    }
    .commonCourse .cFirst {
      flex-direction: column;
    }
    .commonCourse .cFirst dl {
      width: 100%;
    }
    .commonCourse .cFirst dt {
      font-size: 18px;
    }
    .commonCourse .cFirst dd {
      width: 100%;
      padding: 0 5px;
    }
    .commonCourse .cFirst dd img {
      display: block;
      width: 183px;
      margin: 0 auto;
    }
    .commonCourse .cFirst p {
      font-size: 14px;
      margin: 8px 0;
    }
    .commonCourse .cFirst table {
      margin: 0 0 28px;
    }
    .commonCourse .cFirst table th, .commonCourse .cFirst table td {
      font-size: 14px;
      height: 36px;
      padding: 0 4px;
    }
    .commonCourse .cFirst ul li {
      font-size: 14px;
      padding: 12px 0 13px 31px;
    }
    .commonCourse .cFirst ul li::after {
      content: "";
      width: 19px;
      height: 16px;
      background: url(../images/course/icon_circle-correct.svg) no-repeat center;
      background-size: 19px 16px;
      position: absolute;
      left: 4px;
      top: calc(50% - 8px);
    }
    .commonCourse .cSecond {
      margin: 28px 0 0;
    }
    .commonCourse .cSecond h3 {
      font-size: 18px;
      line-height: 23px;
      margin: 0 0 8px;
    }
  }
  /* tablepress start */
  #courseTable {
    width: 100%;
  }
  #courseTable .tablepress tr th, #courseTable .tablepress tr td {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 13px 16px;
    border-top: 1px solid #082D59;
    border-bottom: 1px solid #082D59;
  }
  #courseTable .tablepress tr th.column-1, #courseTable .tablepress tr td.column-1 {
    min-width: 190px;
  }
  #courseTable .tablepress tr th.column-2, #courseTable .tablepress tr td.column-2 {
    min-width: 220px;
  }
  #courseTable .tablepress tr th {
    background-color: #51B2D2;
    color: #fff;
    text-align: center;
  }
  #courseTable .tablepress tr td {
    color: #082D59;
  }
  #courseTable .tablepress tr:last-of-type td, #courseTable .tablepress tr:last-of-type th {
    border-bottom: 1px solid #082D59;
  }
  #courseTable .tablepress > :not(caption) > * > * {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 24px;
    color: #082D59;
  }
  #courseTable .tablepress > :where(tbody.row-striping) > :nth-child(odd of :where(:not(.child, .dtrg-group))) + :where(.child) > *, #courseTable .tablepress > :where(tbody.row-striping) > :nth-child(odd of :where(:not(.child, .dtrg-group))) > * {
    color: #082D59;
    background-color: #FFF;
  }
  #courseTable .tablepress > :where(tbody.row-striping) > :nth-child(even of :where(:not(.child, .dtrg-group))) + :where(.child) > *, #courseTable .tablepress > :where(tbody.row-striping) > :nth-child(even of :where(:not(.child, .dtrg-group))) > * {
    background-color: #E6F5FA;
  }
  #courseTable .tablepress > :where(thead) + tbody > :where(:not(.child)) > *, #courseTable .tablepress > tbody > * ~ :where(:not(.child)) > *, #courseTable .tablepress > tfoot > :where(:first-child) > * {
    border-top: 1px solid #082D59;
  }
  
  @media (max-width: 1023px) {
    #courseTable {
      overflow: hidden;
    }
    #courseTable > div {
      overflow-x: auto;
    }
    #courseTable .tablepress {
      width: -moz-max-content;
      width: max-content;
    }
    #courseTable .tablepress tr th, #courseTable .tablepress tr td {
      font-size: 14px;
    }
    #courseTable .tablepress > :not(caption) > * > * {
      font-size: 14px;
    }
    #courseTable .tablepress > :where(thead, tfoot) > tr > * {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    #courseTable > div {
      overflow-x: hidden;
    }
    #courseTable .tablepress {
      width: 100%;
    }
    #courseTable .tablepress tr th{
        display: none;
    }
    #courseTable .tablepress tr td{
        display: flex;
        flex-direction: column;
        border: none;
    }
    #courseTable .tablepress tr td:nth-of-type(1){
        background-color: #51B2D2;
        color: #fff;
        text-align: center;
        border-top: 1px solid #082D59;
    }
    #courseTable .tablepress tr:last-of-type td, #courseTable .tablepress tr:last-of-type th{
        border-bottom: none;
    }
  }
  /* tablepress end */
  /* beautyCourse start */
  .beautyCourse .pageBread {
    background-color: #AEDCEB;
  }
  .beautyCourse .commonBanner{
    padding: 46px 0 60px;
  }
  .beautyCourse .commonBanner .text{
    margin: 28px 0 0;
  }
  .beautyCourse .registDetails {
    width: 100%;
    overflow: hidden;
    padding: 32px 0 60px;
  }
  .beautyCourse .registDetails table {
    width: 100%;
    border-collapse: collapse;
  }
  .beautyCourse .registDetails table th {
    background-color: #51B2D2;
    font-size: 18px;
    line-height: 32px;
    height: 56px;
    text-align: center;
    color: #fff;
    border: 1px solid #51B2D2;
    font-weight: normal;
  }
  .beautyCourse .registDetails table td {
    border: 1px solid #51B2D2;
    padding: 16px 12px 10px;
    background-color: #fff;
    vertical-align: top;
  }
  .beautyCourse .registDetails table td:first-of-type {
    width: 150px;
    min-width: 150px;
    padding: 19px 20px;
  }
  .beautyCourse .registDetails table td li, .beautyCourse .registDetails table td p {
    line-height: 24px;
  }
  .beautyCourse .registDetails table td .img {
    margin: 12px 0 0;
  }
  
  @media (max-width: 1023px) {
    .beautyCourse .commonBanner{
      padding: 32px 0 16px;
    }
    .beautyCourse .commonBanner .text{
      margin: 16px 0 32px;
    }
    .beautyCourse .registDetails {
      padding: 24px 0 8px;
    }
    /* .beautyCourse .registDetails > div {
      overflow-x: scroll;
    }
    .beautyCourse .registDetails table {
      width: -moz-fit-content;
      width: fit-content;
    } */
    .beautyCourse .registDetails table th {
      font-size: 16px;
      height: 40px;
    }
    .beautyCourse .registDetails table th:last-of-type {
        font-size: 11px;
    }
    .beautyCourse .registDetails table td {
      padding: 16px 12px;
      font-size: 14px;
      line-height: 20px;
    }
    .beautyCourse .registDetails table td:first-of-type {
      padding: 8px 19px;
    }
    .beautyCourse .registDetails table td li, .beautyCourse .registDetails table td p {
      line-height: 20px;
      font-size: 14px;
    }
    .beautyCourse .registDetails table td:first-of-type{
      width: 80px;
      min-width: 112px;
    }
    .beautyCourse .registDetails table td .img{
        width: 100%;
    }
    .beautyCourse .registDetails table td .img img{
        width: 100%;
        max-width: max-content;
    }
  }
  /* beautyCourse end */
  /* facultyTeam start */
  .facultyTeam {
    background: url(../images/course/bg_teams.jpg);
    background-size: 1920px 911px;
    padding: 140px 0 141px;
    margin: 85px auto 38px;
    position: relative;
  }
  .facultyTeam .cuorseTitle {
    width: 329px;
    background: url(../images/course/bg_coursetitle-02.png) no-repeat center;
    background-size: 100% 100%;
  }
  .facultyTeam .cuorseTitle span {
    color: #fff;
  }
  .facultyTeam .swiper {
    width: 100%;
  }

  .facultyTeam.jp .swiper .swiper-slide {
    width: 430px !important;
    transition: opacity 0.3s ease;
  
  }

  .swiper-pagination-bullet {
    width: 24px;
    height: 5px;
    background: #707070;
    border-radius: 5px;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    width: 58px;
  }
  .facultyTeam .teamLists {
    margin: 69px auto 0;
    overflow: hidden;
  }
  .facultyTeam .teamLists .teamChild {
    width: 384px;
    background-color: #fff;
    border: 3px solid #082D59;
    padding: 32px 16px 30px;
    border-radius: 12px;
    flex-shrink: 0;
	 
  }
  .facultyTeam.jp .teamLists .teamChild {
    width: 430px;
  }
  .facultyTeam .teamLists .teamChild .img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8px;
  }
  .facultyTeam .teamLists .teamChild strong {
    display: block;
    font-size: 22px;
    line-height: 36px;
    color: #FFAD33;
    margin: 0 0 8px;
    text-align: center;
  }
  .facultyTeam .teamLists .teamChild .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 8px;
    gap: 8px 16px;
  }
  .facultyTeam .teamLists .teamChild .tag span {
    background-color: #ECEDF5;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    padding: 3px 12px 5px;
    color: #082D59;
  }
  .facultyTeam .teamLists .teamChild .text {
    height: 316px;
    font-size: 16px;
  }
  .facultyTeam.jp .teamChild .text {
    height: 540px;
  }
  .facultyTeam .teamLists .teamChild p {
    line-height: 2;
    color: #082D59;
  }
  .facultyTeam .teamLists .teamChild p span {
    color: #082D59;
      font-weight: bold;
  }
  @media screen and (min-width: 1024px) {
  .facultyTeam.jp .teamLists {
    width: calc(100% - 64px);
    max-width: 1354px;
    margin: 69px auto 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .facultyTeam.jp .teamLists .swiper-slide {
    width: 430px !important;
    box-sizing: border-box;
  }

  .facultyTeam.jp .teamLists .teamChild {
    width: 430px;
    box-sizing: border-box;
  }
}

  @media screen and (max-width: 767px) {
    .facultyTeam {
      padding: 57px 0 35px;
      margin: 60px auto 35px;
    }
    .facultyTeam .cuorseTitle {
      width: 149px;
    }
	.facultyTeam.jp .china .teamChild .text {
    height: 400px;
  }
	
	   .facultyTeam .teamLists {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

	 .facultyTeam.jp .teamLists .swiper-slide {
    width: 100% !important;
    height: auto;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }

  /*
   * カード本体をスライドの中央に配置
   */
  .facultyTeam.jp .teamLists .teamChild {
    width: 100% !important;
    max-width: 353px;
    margin: 0 auto;
    box-sizing: border-box;
  }

    .facultyTeam .teamLists .teamChild p {
      font-size: 14px;
    }
	
  }
/* facultyTeam end */
  
  /* usForm start */
  .usForm{
    margin: 0 26px 60px;
  }
  .usForm h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    color: #1B91DB;
    margin: 32px 0;
  }
  .usForm fieldset {
    border: 0;
  }
  .usForm dl {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  .usForm dl.last{
    align-items: flex-start;
  }
  .usForm dl dd span{
    display: block;
  }
  .usForm dl.half span{
    display: inline-block;
  }
  .usForm dl dt {
    width: 200px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .usForm dl dt span {
    background: #FF3366;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    width: 28px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-left: 4px;
  }
  .usForm dl dd {
    flex: 1;
    line-height: 40px;
  }
  .usForm .agreeCheckbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 20px 0 0;
  }
  .usForm .agreeCheckbox label {
    display: flex;
    align-items: center;
  }
  .usForm .agreeCheckbox label input {
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    margin-right: 4px;
  }
  .usForm .agreeCheckbox .must {
    font-weight: normal;
    color: #ffffff;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
    line-height: 17px;
    padding: 1px 6px 2px;
    border-radius: 4px;
    background-color: #FF3366;
  }
  .usForm .privacy{
    margin-left: 200px;
  }
  .usForm .privacy p{
    line-height: 24px;
  }
  .usForm .privacy p a{
    color: #1B91DB;
    font-weight: 500;
    text-decoration: underline;
  }
  .usForm dl dd input,
  .usForm dl dd textarea {
    background-color: transparent;
  }
  .usForm dl dd textarea {
    min-height: 137px;
    resize: none;
  }
  .usForm .submitBtn input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 308px;
    height: 62px;
    font-size: 22px;
    color: #333333;
    padding: 0;
    margin: 41px auto 0;
    border: 1px solid #006EA4;
    border-radius: 0;
  }
  .usForm dl p {
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .usForm{
      margin: 0 6px 20px;
    }
    .usForm h2 {
      padding-bottom: 24px;
      margin: 24px 0 24px;
      border-bottom: 1px solid #ECEDF5;
    }
    .usForm dl {
      flex-direction: column;
      align-items: flex-start;
    }
    .usForm dl dt {
      width: 100%;
      margin: 0 0 13px;
    }
    .usForm dl dd {
      width: 100%;
    }
    .usForm.confirm dl dd {
      padding: 0 16px;
    }
    .usForm dl.half dd span{
      display: block;
      width: 76%;
    }
    .usForm .privacy{
      margin-left: 0;
    }
    .usForm .privacy p{
      font-size: 14px;
      line-height: 20px;
    }
    .usForm .submitBtn input {
      width: 150px;
      height: 40px;
      font-size: 18px;
      margin: 41px auto 0;
    }
  }
  @media (any-hover: hover) {
    .usForm .submitBtn input:hover {
      color: #fff;
      border-color: transparent;
      background-image: linear-gradient(to right, #3BA1E7, #ACDEF1);
    }
  }
  /* usForm end */
  /* formThank start */
  .formThank h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    color: #1B91DB;
    margin: 31px 0 50px;
  }
  .formThank .text {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #082D59;
    margin-bottom: 163px;
  }
  .formThank .text h3 {
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 55px;
  }
  .formThank .topBtn{
    margin: 0 auto 144px;
  }
  .formThank .topBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 308px;
    height: 62px;
    font-size: 22px;
    color: #333333;
    border: 1px solid #006EA4;
    margin: 0 auto;
  }
  
  @media (max-width: 767px) {
    .formThank h2 {
      font-size: 24px;
      line-height: 35px;
      padding-bottom: 24px;
      border-bottom: 1px solid #ECEDF5;
      margin: 25px 0 36px;
    }
    .formThank .text {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 64px;
      text-align: left;
    }
    .formThank .text h3 {
      font-size: 20px;
      line-height: 29px;
      margin-bottom: 20px;
      text-align: center;
    }
    .formThank .topBtn{
      margin: 0 auto 68px;
    }
    .formThank .topBtn a{
      width: 150px;
      height: 40px;
      font-size: 14px;
    }
  }
  /* formThank end */
   
  /* ????????? */
  .beautyTourism .commonBanner {
    padding: 0 0 88px;
  }
  .beautyTourism .commonBanner h1{
    margin: 46px auto 50px;
  }
  .beautyTourism .commonBanner .subText p{
    font-size: 36px;
  }
  .beautyTourism .commonBanner .subText{
    margin: 0 auto 42px;
  }
  .beautyTourism .commonBanner ol {
    display: grid;
    grid-template-columns: repeat(4, 223px);
    grid-template-rows: 223px;
    justify-content: center;
    gap: 0 34px;
    margin: 34px 0 48px;
  }
  .beautyTourism .commonBanner ol li img {
    width: 100%;
  }
  .beautyTourism .commonBanner .wrapperL p:first-of-type::before {
    left: -13.54vw;
  }
  .beautyTourism .commonBanner .wrapperL p:first-of-type::after {
    right: -13.54vw;
  }
  .beautyTourism .commonBanner .first {
    margin: 0 auto 36px;
  }
  .beautyTourism .commonBanner .first .subTitle {
    margin-bottom: 16px;
  }
  .beautyTourism .commonBanner .second p {
    margin: 16px 0 0;
  }
  
  .imgBanner img{
    width: 100%;
  }
  
  .tourismCareer {
    padding: 48px 0 120px;
  }
  .tourismCareer .subTitle {
    margin-bottom: 32px;
  }
  .tourismCareer ul {
    margin: 36px auto 0;
    width: 72%;
  }
  .tourismCareer ul li {
    border: 2px solid #8FCBF0;
    border-radius: 4px;
    padding: 16px 18px;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .tourismCareer ul li::after {
    content: "";
    width: 42px;
    height: 18px;
    background: url(../images/japan/icon_trangle.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 21px);
    bottom: -18px;
  }
  .tourismCareer ul li:last-of-type:after{
    display: none;
  }
  .tourismCareer ul li > span {
    width: 31px;
    height: 32px;
    border-radius: 50%;
    background: #8FCBF0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;
    color: #fff;
    font-family: "A-OTF Shin Go Pro";
    font-weight: bold;
    flex-shrink: 0;
  }
  .tourismCareer ul li p {
    font-size: 22px;
    font-weight: 500;
    color: #1B91DB;
    margin-left: 32px;
  }
  
  .tourismMedical {
    margin: 0 50px 152px;
    background: #E6F5FA;
    border-radius: 33px;
    padding: 105px 0 120px;
    position: relative;
  }
  .tourismMedical .cuorseTitle{
    width: 572px;
  }
  .tourismMedical.second {
    margin: 0 50px 43px;
  }
  .tourismMedical .text p {
    margin-bottom: 24px;
  }
  .tourismMedical .medicalCon {
    margin: 36px 24px 0;
  }
  .tourismMedical .medicalCon.commonBg > div {
    padding: 42px 65px 42px;
  }
  .tourismMedical .medicalList {
    margin: 0 auto 36px;
    border-bottom: 1px solid #8588A1;
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  .tourismMedical .medicalList:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .tourismMedical .medicalList dl {
    display: flex;
    gap: 0 32px;
  }
  .tourismMedical .medicalList dl dt {
    width: 283px;
    flex-shrink: 0;
  }
  .tourismMedical .medicalList dd h3 {
    font-size: 22px;
    line-height: 36px;
    color: #082D59;
    letter-spacing: 1.06px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 41px;
  }
  .tourismMedical .medicalList dd h3::after{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/japan/icon_hosipitial.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: calc(50% - 12.5px);
  }
  .tourismMedical.second .medicalList:first-of-type dd h3::after{
    background: url(../images/japan/icon_star.svg) no-repeat center;
    background-size: contain;
  }
  .tourismMedical.second .medicalList:nth-of-type(2) dd h3::after{
    background: url(../images/japan/icon_dna.svg) no-repeat center;
    background-size: contain;
  }
  .tourismMedical.second .medicalList:nth-of-type(3) dd h3::after{
    background: url(../images/japan/icon_hair.svg) no-repeat center;
    background-size: contain;
  }
  .tourismMedical .medicalList dl p, .tourismMedical .medicalList dl h4 {
    font-size: 18px;
    line-height: 26px;
    color: #454545;
  }
  .tourismMedical .medicalList dl .link a {
    display: inline-block;
    width: 220px;
    height: 42px;
    line-height: 42px;
    background: #51B2D2;
    border-radius: 27px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 20px 0 0;
    position: relative;
  }
  .tourismMedical .medicalList dl .link a::after,
  .tourismMedical .medicalList dl .link a::before{
    content: "";
    width: 16px;
    height: 21px;
    position: absolute;
    top: calc(50% - 10.5px);
  }
  .tourismMedical .medicalList dl .link a::after{
    right: 24px;
    background: url(../images/japan/icon_download.svg) no-repeat center;
    background-size: 13px 11px;
  }
  .tourismMedical .medicalList dl .link a::before{
    left: 24px;
    background: url(../images/japan/icon_pdf.svg) no-repeat center;
    background-size: contain;
  }
  .tourismBottom {
    padding: 43px 0 28px;
  }
  .tourismBottom dt .subTitle, .tourismBottom dd .subTitle {
    margin: 0 12px 32px;
  }
  .tourismBottom dt .text, .tourismBottom dd .text {
    margin: 0 24px;
  }
  .tourismBottom dt {
    margin-bottom: 36px;
  }
  .tourismBottom dd.img {
    margin: 36px 24px 0;
  }
  .tourismBottom dd.img img {
    width: 100%;
  }
  
  @media (max-width: 1279px) {
    .beautyTourism .commonBanner {
      padding: 0 0 84px;
    }
    .beautyTourism .commonBanner ol {
      grid-template-columns: repeat(4, 150px);
      grid-template-rows: 150px;
      gap: 0 24px;
      margin: 34px 0 48px;
    }
  }
  @media (max-width: 767px) {
    .beautyTourism .commonBanner {
      padding: 0 0 46px;
    }
    .beautyTourism .commonBanner h1{
      margin: 32px auto 24px;
    }
    .beautyTourism .commonBanner .subText {
      margin: 0 auto 32px;
    }
    .beautyTourism .commonBanner .subText p {
      font-size: 20px;
      line-height: 26px;
    }
    .beautyTourism .commonBanner ol {
      grid-template-columns: repeat(2, 132px);
      grid-template-rows: 132px;
      gap: 24px 34px;
      margin: 10px 0 24px;
    }
    .beautyTourism .commonBanner .wrapperL p:first-of-type::before {
      display: none;
    }
    .beautyTourism .commonBanner .wrapperL p:first-of-type::after {
      display: none;
    }
    .beautyTourism .commonBanner .first {
      margin: 0 auto 24px;
    }
    .beautyTourism .commonBanner .first .subTitle {
      margin-bottom: 16px;
    }
    .beautyTourism .commonBanner .second p {
      margin: 16px 0 0;
    }
    .tourismCareer {
      padding: 18px 0 32px;
    }
    .tourismCareer .subTitle {
      margin-bottom: 16px;
    }
    .tourismCareer ul {
      margin: 44px 16px 0;
      width: calc(100% - 32px);
    }
    .tourismCareer ul li {
      padding: 12px;
      margin-bottom: 22px;
    }
    .tourismCareer ul li::after {
      content: "";
      width: 24px;
      height: 10px;
      left: calc(50% - 12px);
      bottom: -10px;
    }
    .tourismCareer ul li > span {
      width: 23px;
      height: 24px;
      font-size: 10px;
    }
    .tourismCareer ul li p {
      font-size: 16px;
      margin-left: 16px;
    }
    .tourismMedical {
      margin: 0 12px 75px;
      padding: 58px 0 64px;
      border-radius: 8px;
    }
    .tourismMedical .cuorseTitle{
      width: 313px;
    }
    .tourismMedical.translatorService .cuorseTitle{
      width: 280px;
    }
    .tourismMedical.second {
      margin: 0 12px 14px;
    }
    .tourismMedical .wrapperM {
      padding: 0;
    }
    .tourismMedical .text {
      padding: 0 6px;
    }
    .tourismMedical .medicalCon {
      margin: 29px 0 0;
    }
    .tourismMedical .medicalCon.commonBg > div {
      padding: 27px 22px 50px;
    }
    .tourismMedical .medicalList {
      margin: 0 auto 36px;
      padding-bottom: 28px;
      margin-bottom: 28px;
    }
    .tourismMedical .medicalList dd h3 {
      font-size: 16px;
      line-height: 24px;
      margin: 0 auto 24px;
      padding-left: 32px;
      text-align: center;
      width: fit-content;
    }
    .tourismMedical .medicalList dd h3::after {
      width: 20px;
      height: 20px;
      top: 3px;
    }
    .tourismMedical .medicalList dl {
      flex-direction: column;
    }
    .tourismMedical .medicalList dl dt {
      width: 283px;
      margin: 0 auto 12px;
    }
    .tourismMedical .medicalList dl p, .tourismMedical .medicalList dl h4 {
      font-size: 14px;
      line-height: 24px;
      padding: 0 !important;
    }
    .tourismMedical .medicalList dl .link{
      text-align: center;
    }
    .tourismMedical .medicalList dl .link a {
      width: 189px;
      height: 33px;
      line-height: 33px;
      font-size: 12px;
    }
    .tourismMedical .medicalList dl .link a::after,
    .tourismMedical .medicalList dl .link a::before{
      width: 12px;
      height: 15px;
      top: calc(50% - 7.5px);
    }
    .tourismMedical .medicalList dl .link a::after{
      right: 20px;
      background: url(../images/japan/icon_download.svg) no-repeat center;
      background-size: 12px 10px;
    }
    .tourismBottom {
      padding: 14px 0 68px;
    }
    .tourismBottom dt .subTitle, .tourismBottom dd .subTitle {
      margin: 0 6px 16px;
    }
    .tourismBottom dt .text, .tourismBottom dd .text {
      margin: 0 6px;
    }
    .tourismBottom dt {
      margin-bottom: 24px;
    }
    .tourismBottom dd.img {
      margin: 32px 0 0;
    }
  }
  
  /* ????????????? */
  .tourismMedical.translatorFun {
    margin: 86px 50px 52px;
    padding: 105px 0 34px;
  }
  .tourismMedical.translatorFun .subTitle {
    margin-bottom: 32px;
  }
  .tourismMedical.translatorFun .text {
    margin: 0 24px 32px;
  }
  
  .tourismMedical.translatorService {
    margin: 104px 50px 156px;
    padding: 109px 0 68px;
  }
  #item.tourismMedical.translatorService {
    margin: 104px 50px 80px;
    padding: 109px 0 20px;
  }
  .tourismMedical.translatorService .text > p {
    margin-bottom: 36px;
  }
  .tourismMedical.translatorService .subTitle, .tourismMedical.translatorService .subTitle + .text {
    margin-bottom: 32px;
  }
  .tourismMedical.translatorService dl {
    margin: 36px 0 0;
    display: block;
  }
  .tourismMedical.translatorService dl .strength {
    margin: 20px 0 12px;
  }
  .tourismMedical.translatorService dl .tit{
    color: #1B91DB;
    border-bottom: 1px solid #acb4c4;
  }
  .tourismMedical.translatorService .img {
    margin: 0 auto 58px;
  }
  .tourismMedical.translatorService .img img {
    width: 100%;
  }
  .tourismMedical.translatorService .commonBg {
    margin: 36px 20px 99px;
  }
  .tourismMedical.translatorService .commonBg::after {
    background-color: #8FCBF0;
  }
  .tourismMedical.translatorService .commonBg.one {
    margin: 36px 20px 22px;
  }
  .tourismMedical.translatorService .commonBg h2{
    color: #082D59;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .interpreter.tourismMedical.translatorService .commonBg h2{
    text-align: left;
  }
  .tourismMedical.translatorService .commonBg ul li {
    position: relative;
    border-bottom: 1px solid #8588A1;
    padding: 38px 0 33px;
    display: flex;
    align-items: flex-start;
    gap: 0 24px;
  }
  .tourismMedical.translatorService .commonBg ul li:last-of-type{
    border-bottom: none;
  }
  .tourismMedical.translatorService .commonBg ul li span {
    width: 40px;
    height: 40px;
    background: #1B91DB;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    flex-shrink: 0;
  }
  .tourismMedical.translatorService .commonBg ul li h3 {
    color: #454545;
    font-size: 18px;
    line-height: 2;
    font-weight: normal;
  }
  
  .tit {
    display: block;
    font-size: 28px;
    color: #082D59;
    line-height: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #082D59;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
  }
  
  .strength {
    display: block;
    background: #204777;
    color: #fff;
    text-align: center;
    padding: 18px 10px 17px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
  }
  
  .sign {
    font-size: 18px;
    line-height: 2;
    color: #FF3366;
    margin: 0 20px;
  }
  
  .translator .banList{
    display: flex;
    gap: 0 74px;
    align-items: stretch;
    margin: 60px 0 0;
  }
  .translator .banList .banLi{
    width: calc((100% - 148px) / 3);
    border: 2px solid #8FCBF0;
    background: #1B91DB;
    box-shadow: 4px 4px 0 0 #60B5DD;
  }
  .translator .banList .banLi a{
    display: block;
    border: 2px solid #8FCBF0;
    background: #1B91DB;
    color: #fff;
    margin: 6px;
    font-size: 20px;
    line-height: 26px;
    padding: 24px 6px 20px 32px;
    height: calc(100% - 12px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .translator .banList .banLi a span{
    position: relative;
  }
  .translator .banList .banLi a span::after{
    content: "";
    width: 20px;
    height: 26px;
    position: absolute;
    left: -30px;
    top: calc(50% - 12px);
  }
  .translator .banList .banLi:nth-of-type(1) a span::after{
    background: url(../images/translator/icon_qizi.svg) no-repeat center;
    background-size: contain;
  }
  .translator .banList .banLi:nth-of-type(2) a span::after{
    background: url(../images/translator/icon_trans.svg) no-repeat center;
    background-size: contain;
  }
  .translator .banList .banLi:nth-of-type(3) a span::after{
    background: url(../images/translator/icon_search.svg) no-repeat center;
    background-size: contain;
  }
  .translator #courseTable {
    margin: 30px;
  }
  .translator .commonBanner{
    padding: 0 0 44px;
  }
  .translator .commonBanner h1{
    margin: 46px auto 26px;
  }
  .commonBanner .subText{
    margin: 0 auto 37px;
  }
  .translator table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    border-collapse: collapse;
  }
  
  .translator table tr th,
  .translator table tr td {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 13px 16px;
    border-top: 1px solid #082D59;
    border-bottom: 1px solid #082D59;
    text-align: left;
  }
  
  .translator table tr th {
    background-color: #51B2D2;
    color: #fff;
  }
  
  .translator table tr td {
    color: #082D59;
  }
  
  .translator table tr:nth-of-type(even) td {
    background-color: #E6F5FA;
  }
  .nurse{
    margin: 84px 0 0;
  }
  
  .nurseList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 47px;
    margin: 36px 0 0;
  }
  .nurseList li {
    background-color: #fff;
  }
  .nurseList li img {
    width: 100%;
  }
  .nurseList li div:not(.imgs) {
    padding: 18px;
  }
  .nurseList li p {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    line-height: 26px;
    color: #454545;
  }
  .nurseList li p strong {
    width: 78px;
    flex-shrink: 0;
  }
  .nurseList li p span {
    width: 18px;
    text-align: center;
    flex-shrink: 0;
    margin-left: -4px;
  }
  @media (max-width: 767px) {
    .translator .commonBanner{
      padding: 0 0 36px;
    }
    .translator .commonBanner h1{
      margin: 16px auto 0;
    }
    .translator .commonBanner .subText {
      margin: 0 auto 6px;
      font-size: 20px;
    }
    .translator .banList{
      gap: 20px 0;
      margin: 20px 4px 0 0;
      flex-wrap: wrap;
    }
    .translator .banList .banLi{
      width: 100%;
    }
    .translator .banList .banLi a{
      margin: 4px;
      font-size: 16px;
      line-height: 22px;
      padding: 14px 6px 13px 32px;
      height: auto;
    }
    /* .translator .banList .banLi a span::after{
      width: 14px;
      height: 18px;
      left: -24px;
      top: calc(50% - 9px);
    } */
    .tourismMedical.translatorService .commonBg h2 {
      font-size: 22px;
      line-height: 32px;
      text-align: left;
      margin: 0 18px 10px;
    }
    .bookOrder{
      margin: 60px 0 0;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1279px) {
    .tit {
      font-size: 24px;
    }
    .tourismMedical.translatorFun {
      margin: 86px 2% 52px;
    }
    .tourismMedical.translatorService {
      margin: 104px 2% 52px;
    }
    #item.tourismMedical.translatorService {
      margin: 104px 2% 52px;
    }
    .tourismMedical .medicalCon.commonBg > div {
      padding: 40px 16px 30px;
    }
    .tourismMedical.translatorService .subTitle {
      margin-bottom: 24px;
    }
    .translator #courseTable {
      margin: 0 auto 10px;
    }
    .nurseList {
      gap: 0 8px;
      margin: 24px 0 0;
    }
    .nurseList li div:not(.imgs) {
      padding: 8px;
    }
    .nurseList li p {
      font-size: 16px;
    }
    .nurseList li p strong {
      width: 66px;
    }
  }
  @media (max-width: 767px) {
    .tourismMedical.translatorFun {
      margin: 49px 12px 29px;
      padding: 66px 6px 16px;
    }
    .tourismMedical.translatorFun .subTitle {
      margin-bottom: 16px;
    }
    .tourismMedical.translatorFun .text {
      margin: 0 20px 16px;
    }
    .tourismMedical.translatorService {
      margin: 58px 12px 52px;
      padding: 67px 0 8px;
    }
    #item.tourismMedical.translatorService {
      margin: 58px 12px 52px;
      padding: 67px 0 8px;
    }
    .tourismMedical.translatorService .img {
      max-width: 322px;
      margin: 0 26px 46px;
    }
    .tourismMedical.translatorService .bookOrder .img {
      max-width: 100%;
    }
    .tourismMedical.translatorService .img + .tit {
      margin: 0 6px;
    }
    .tourismMedical.translatorService .text {
      margin: 0 26px;
      padding: 0;
    }
    .tourismMedical.translatorService .text > p {
      margin-bottom: 28px;
    }
    .tourismMedical.translatorService .subTitle {
      margin: 0 6px 16px;
    }
    .tourismMedical.translatorService dl {
      margin: 42px 6px 0;
    }
    .tourismMedical.translatorService dl dd {
      margin: 0 21px;
    }
    .tourismMedical.translatorService dl .text {
      margin: 0;
    }
    .tourismMedical.translatorService dl .strength {
      margin: 16px 26px;
    }
    .tourismMedical.translatorService .commonBg {
      margin: 28px auto 0;
    }
    .tourismMedical.translatorService .commonBg > div {
      padding: 27px 8px 10px;
    }
    .tourismMedical.translatorService .commonBg > div .subTitle {
      margin: 0 0 16px;
    }
    .tourismMedical.translatorService .commonBg ul {
      margin: 0 18px;
    }
    .tourismMedical.translatorService .commonBg ul li {
      padding: 28px 0;
      gap: 0 16px;
    }
    .tourismMedical.translatorService .commonBg ul li span {
      width: 28px;
      height: 28px;
      font-size: 13px;
      line-height: 28px;
    }
    .tourismMedical.translatorService .commonBg ul li h3 {
      font-size: 14px;
    }
    .tourismMedical.translatorService .commonBg.one {
      margin: 28px 0 10px;
    }
    .tourismMedical.translatorService .commonBg.one + .sign {
      margin: 0 6px 0;
    }
    .tit {
      font-size: 18px;
      line-height: 36px;
      padding-bottom: 8px;
      margin-bottom: 16px;
    }
    .strength {
      padding: 8px 12px;
    }
    .sign {
      font-size: 14px;
    }
    .translator #courseTable {
      margin: 0 16px 10px;
      width: calc(100% - 32px);
    }
    .translator table tr th,
    .translator table tr td {
      font-size: 14px;
      padding: 5px 12px;
    }
    .nurse {
      margin: 60px 0 0;
    }
    .nurseList {
      display: block;
      margin: 16px 0 0;
    }
    .nurseList li {
      margin: 0 0 16px;
    }
    .nurseList li div:not(.imgs) {
      padding: 14px;
    }
    .nurseList li p {
      font-size: 16px;
      line-height: 24px;
    }
    .nurseList li p strong {
      width: 66px;
    }
    .nurseList li p span {
      width: 14px;
      margin-left: -2px;
    }
  }
  /* interpreter */
  .tourismMedical.interpreter .cuorseTitle{
    width: 442px;
    background: url(../images/course/bg_coursetitle-small.png) no-repeat center;
    background-size: 100% 100%;
  }
  .tourismMedical.interpreter .tit {
    margin: 0 0 36px;
  }
  .tourismMedical.interpreter .subTitle {
    margin: 0 0 28px;
  }
  .tourismMedical.interpreter .subTitle + p:not(.text) {
    text-align: center;
    margin: 0 16px 4px;
  }
  .tourismMedical.interpreter .subTitle + p:not(.text) img {
    max-width: 100%;
  }
  .tourismMedical.interpreter .subTitle + p:not(.text) + .text {
    margin: 0 16px 36px;
  }
  .tourismMedical.interpreter dl {
    display: flex;
    margin: 0 0 36px;
  }
  .tourismMedical.interpreter dl dt {
    flex: 1;
  }
  .tourismMedical.interpreter dl dd {
    width: 311px;
    margin-left: 26px;
    flex-shrink: 0;
  }
  .tourismMedical.interpreter dl dd img{
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .tourismMedical.interpreter .cuorseTitle{
      width: 283px;
    }
    .tourismMedical.interpreter .subTitle {
      margin: 0 0 8px !important;
    }
    .tourismMedical.interpreter .subTitle + p:not(.text) {
      text-align: center;
      margin: 0 16px 4px;
    }
    .tourismMedical.interpreter .subTitle + p:not(.text) + .text {
      margin: 0 16px 16px;
    }
    .tourismMedical.interpreter .text {
      margin: 0 16px 16px !important;
    }
    .tourismMedical.interpreter dl {
      display: block;
      margin: 0 0 16px;
    }
    .tourismMedical.interpreter dl dt {
      display: block;
    }
    .tourismMedical.interpreter dl dd {
      width: auto;
      display: block;
      margin: 0 16px;
      text-align: center;
    }
  }
  
  .pageImgList{
    display: flex;
    gap: 0 30px;
  }
  .pageImgList li img{
    width: 100%;
  }
  .partnerVoice{
    margin: 140px 50px 0;
    background-color: #E6F5FA;
    border-radius: 33px;
    padding: 239px 0 120px;
    position: relative;
  }
  .partnerVoice .cuorseTitle{
    top: 72px;
    width: 329px;
    background: url(../images/course/bg_coursetitleStudent.svg) no-repeat center;
    background-size: 100% 100%;
  }
  .partnerVoiceCon{
    overflow-y: auto;
    height: 800px;
    margin: 0 auto 80px;  
  }
  .partnerVoiceCon::-webkit-scrollbar {
    width: 20px;  
    height: 8px;
  }
  .partnerVoiceCon::-webkit-scrollbar-track {
    background: #fff;  
    border-radius: 23px;
  }
  .partnerVoiceCon::-webkit-scrollbar-thumb {
    background: #082D59; 
    border-radius: 23px;
  }
  .partnerVoiceCon::-webkit-scrollbar-thumb:hover {
    background: #082D59;
  }
  .vioceLists{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-right: 36px;
  }
  .vioceLists .voiceChild{
    background-color: #fff;
    border: 3px solid #082D59;
    border-radius: 25px;
    width: calc((100% - 24px) / 2);
    padding: 36px 48px 45px;
  }
  @media screen and (max-width:767px) {
    .partnerVoice{
      margin: 48px auto 0;
      border-radius: 0;
      padding: 115px 0 57px;
    }
    .partnerVoice .cuorseTitle {
      top: 18px;
      width: 149px;
    }
    .partnerVoiceCon{
      overflow-x: auto;
      height: auto;
      margin: 0 auto;  
      overflow-y: hidden;
    }
    .vioceLists{
      gap: 24px;
      flex-wrap: nowrap;
      padding-right: 36px;
      padding-bottom: 12px;
    }
    .vioceLists .voiceChild{
      width: 340px;
      flex-shrink: 0;
      padding: 27px 24px;
      height: auto;
    }
    .vioceLists .voiceChild .textTest{
      max-height: 206px;
      overflow-y: auto;
    }
  }
  .vioceLists .voiceChild .text{
    padding-left: 96px;
    position: relative;
    margin-bottom: 16px;
  }
  .vioceLists .voiceChild .text::after{
    content: "";
    width: 76px;
    height: 76px;
    background: url(../images/icon_user.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .vioceLists .voiceChild h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #FFAD33;
    margin-bottom: 8px;
  }
  .vioceLists .voiceChild span{
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    color:#082D59;
    font-weight: 500;
    padding: 4px 8px;
    background-color: #ECEDF5;
    border-radius: 4px;
  }
  .vioceLists .voiceChild p{
    font-size: 16px;
    line-height: 29px;
    color: #082D59;
  }
  
  .flexText{
    display: flex;
    justify-content: space-between;
    gap: 0 63px;
  }
  .flexText .img{
    width: 340px;
    flex-shrink: 0;
  }
  .flexText .img img{
    width: 100%;
  }
  .pageCourseSwiper{
    margin: 44px 0 265px;
  }
  .imgList{
    display: flex;
    align-items: center;
    gap: 0 30px;
    width: 100%;
    margin: 0 auto 44px;
  }
  .imgList img{
    width: 100%;
  }
  .studentCon{
    margin: 36px 0 0;
  }
  .studentCon .cuorseTitle{
    color: #082D59;
  }
  .studentCon h3{
    color: #082D59;
    text-align: center;
    font-size: 28px;
    margin: 0 auto 44px;
  }
  .studentBanner{
    width: 640px;
    margin: 68px auto 0;
  }
  .studentBanner img{
    width: 100%;
  }
  @media screen and (max-width:767px) {
    .pageImgList{
      gap: 0 16px;
    }
    .pageImgList li{
      width: 200px;
    }
    .pageImgListScroll{
      overflow: scroll;
    }
    .flexText{
      flex-direction: column;
      gap: 0 63px;
    }
    .flexText .img{
      width: 271px;
      margin: 0 auto;
    }
    .pageCourseSwiper{
      margin: 36px 0 203px;
    }
    .imgList{
      gap: 0 16px;
      overflow-x: auto;
    }
    .studentBanner{
      width: calc(100% - 40px);
      margin: 20px 20px 0;
    }
    .studentCon h3{
      font-size: 18px;
      margin: 0 auto 22px;
    }
  } 
  
  /* StudentComment start */
  .StudentComment {
    background-color: #E6F5FA;
    border-radius: 33px;
    margin: -132px 2.6vw 0;
    padding: 142px 0 60px;
    position: relative;
  }
  
  .courseReser{
    margin: 80px auto 56px;
  }
  .courseReser .tag{
    width: 800px;
    margin: 0 auto 28px;
  }
  .courseReser .tag span{
    display: inline-block;
    background: #1B91DB;
    color: #fff;
    width: 196px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    border-radius: 4px;
  }
  .courseReser .detailContact{
    position: sticky;
    justify-content: center;
    z-index: 0;
    margin: 0 auto;
    width: 800px;
  }
  .tourismContact{
    width: 958px;
    margin: 52px auto 56px;
  }
  .tourismContact .tag{
    margin: 0 auto 42px;
  }
  .tourismContact .tag span{
    display: inline-block;
    background: #1B91DB;
    color: #fff;
    width: 196px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    border-radius: 4px;
  }
  .tourismContact .detailContact{
    position: sticky;
    justify-content: center;
    z-index: 0;
    margin: 0 auto;
    width: 800px;
  }
  .tourismContact .detailContact dt::after, 
  .tourismContact .detailContact dt::before {
    width: 12px;
    height: 11px;
  }
  .tourismContact .detailContact dt{
    font-size: 16px;
    letter-spacing: 0.6px;
    padding-left: 19px;
/*     line-height: 29px; */
  }
  .tourismContact .detailContact > dl dd{
    margin: 10px 0 0;
    gap: 56px;
  }
  .tourismContact .detailContact > dl dd img{
    width: 140px;
  }
  .tourismContact .detailContact .rg >dl dd p{
    font-size: 20px;
    line-height: 29px;
  }
  .tourismContact .detailContact .rg >dl dd p.last{
/*     flex-direction: column; */
    align-items: start;
  }
  .tourismContact .detailContact .rg >dl dd p span{
    width: 72px;
	flex-shrink: 0;
	font-size:16px
  }
  .tourismContact .detailContact .rg >dl dd p.last span{
    width: auto;
  }
  .tourismContact .detailContact .rg >dl dd strong{
    font-size: 18px;
    line-height: 26px;
  }
  @media (max-width: 767px) {
    .courseReser{
      margin: 52px auto 68px;
    }
    .courseReser .tag{
      width: 100%;
      margin: 0 auto 24px;
    }
    .courseReser .tag span{
      width: 180px;
      height: 32px;
      line-height: 32px;
      font-size: 16;
    }
    .courseReser .detailContact{
      width: 100%;
      max-width: 100%;
    }
    .courseReser .detailContact > dl dd img:first-of-type {
      margin-right: 10px;
    }
    .tourismContact{
      width: 100%;
      max-width: 100%;
      margin: 0 auto 68px;
    }
    .tourismContact .tag{
      margin: 0 auto 24px;
    }
    .tourismContact .tag span{
      width: 181px;
      height: 32px;
      line-height: 32px;
      font-size: 16px;
    }
    .tourismContact .detailContact{
      padding: 24px 22px 46px;
      max-width: 100%;
    }
    .tourismContact .detailContact dt::after, 
    .tourismContact .detailContact dt::before {
      height: 10px;
    }
    .tourismContact .detailContact dt{
      font-size: 14px;
      line-height: 20px;
    }
    .tourismContact .detailContact > dl dd{
      gap: 0 10px;
    }
    .tourismContact .detailContact > dl dd img{
      width: 144px;
    }
    .tourismContact .detailContact .rg >dl dd p{
      font-size: 14px;
      line-height: 20px;
    }
    .tourismContact .detailContact .rg >dl dd p.last{
      flex-direction: row;
    }
    .tourismContact .detailContact .rg >dl dd p span{
/*       width: 70px; */
    }
    .tourismContact .detailContact .rg >dl dd p.last span{
      width: auto;
    }
    .tourismContact .detailContact .rg >dl dd strong{
      font-size: 14px;
      line-height: 20px;
      margin: 12px 0 0;
    }
  }
  
  .pageCourseSwiper{
    margin: 44px auto 268px;
    overflow: hidden;
  }
  .pageCourseSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .pageCourseSwiper .swiper-slide {
    width: 528px !important;
  }
  .pageCourseSwiper .swiper-slide img,
  .studentSwiper .swiper-slide img{
    width: 100%;
  }
  .studentSwiper{
    margin: 44px auto;
    overflow: hidden;
  }
  .transCourse .commonBanner .subText{
    margin: 0 auto 65px;
  }
  .beautyCourse.transCourse .commonBanner .text.one{
    margin: 28px 0 40px;
  }
  @media (max-width: 767px) {
    .pageCourseSwiper{
      margin: 36px auto 132px;
      overflow: hidden;
    }
    .pageCourseSwiper .swiper-slide {
      width: 280px !important;
    }
    .studentSwiper{
      margin: 32px auto 0;
      overflow: hidden;
    }
    .transCourse .commonBanner .subText{
      margin: 0 auto 30px;
    }
    .beautyCourse.transCourse .commonBanner .text.one{
      margin: 16px 0 36px;
    }
  }
  
  
  /* faq start */
  .pageFaq{
    margin: 32px auto 0;
  }
  .pageFaq h2 span{
    font-size: 24px;
    line-height: 52px;
    color: #1B90DB;
    margin-bottom: 24px;
  }
  .pageFaq h2 strong{
    display: block;
    font-size: 36px;
    line-height: 58px;
    color: #000;
  }
  .pageFaq .courseList{
    margin: 26px 0 68px;
  }
  .pageFaq .courseList li {
    border-bottom: 1px solid #8FCBF0;
    padding: 30px 0;
  }
  .pageFaq .courseList li:last-of-type{
    border-bottom: 1px solid #8FCBF0;
  }
  .pageFaq .courseList li h3 span {
    width: 35px;
    height: 35px;
    line-height: 31px;
    margin-right: 24px;
    font-weight: normal;
  }
  .pageFaq .courseList li h3{
    align-items: center;
    margin-bottom: 16px;
  }
  .pageFaq .courseList li h3 p {
    font-size: 18px;
    line-height: 26px;
  }
  .pageFaq .courseList li div span {
    width: 35px;
    height: 35px;
    line-height: 31px;
    font-size: 16px;
    margin-right: 24px;
    font-weight: normal;
  }
  .pageFaq .courseList li div p {
    color: #000;
  }
  @media (max-width: 767px) {
    .pageFaq{
      margin: 4px auto 0;
    }
    .pageFaq h2 span{
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 16px;
    }
    .pageFaq h2 strong{
      font-size: 24px;
      line-height: 35px;
		margin:12px auto 8px;
    }
    .pageFaq .courseList{
      margin: 12px 0 68px;
    }
    .pageFaq .courseList li {
      padding: 20px 0;
    }
    .pageFaq .courseList li h3 span {
      width: 20px;
      height: 20px;
      font-size: 10px;
      line-height: 16px;
      margin-right: 8px;
    }
    .pageFaq .courseList li h3{
      margin-bottom: 12px;
    }
    .pageFaq .courseList li h3 p {
      font-size: 12px;
      line-height: 17px;
    }
    .pageFaq .courseList li div span {
      width: 20px;
      height: 20px;
      font-size: 10px;
      line-height: 16px;
      margin-right: 8px;
    }
    .pageFaq .courseList li div p {
      font-size: 12px;
      line-height: 17px;
    }
  }
  /* faq end */

/* privacy start */
.privacyContent{
    margin: 0 auto 68px;
}
.privacyContent h1{
    font-size: 36px;
    line-height: 52px;
    margin: 36px auto 56px;
}
.privacyContent h2{
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #1B90DB;
    margin: 20px 0;
}
.privacyContent p{
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 36px;
}
@media (max-width: 767px) {
    .privacyContent h1{
        font-size: 24px;
        line-height: 35px;
        margin: 12px auto 32px;
    }
    .privacyContent h2{
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0;
    }
    .privacyContent p{
        margin: 0 auto 20px;
    }
}
/* privacy end */