.tagore-container {
  width: 100%;
}

.tagore-container * {
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tagore-container img {
  width: 100%;
}

.tagore-container .wx-img {
  display: none;
}

.tagore-container .mob-show {
  display: none;
}

.tagore-container .blur-up {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

.tagore-container .blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.tagore-container sup {
  font-size: .6em;
}

.tagore-container sup a {
  color: inherit;
}

.tagore-container .txt-120-80 {
  font-size: 6.25vw;
  line-height: 1.25;
  font-weight: bold;
  color: #000;
}

.tagore-container .txt-64-64 {
  font-size: 3.333vw;
  line-height: 1.25;
  font-weight: bold;
  color: #000;
}

.tagore-container .txt-48-48 {
  font-size: 2.5vw;
  line-height: 1.25;
  font-weight: bold;
  color: #000;
}

.tagore-container .txt-22-24 {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #000000;
}

.tagore-container .txt-22-32 {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #666666;
}

.tagore-container .txt-color-blue {
  color: #2FCBB1;
}

.tagore-container .txt-color-green {
  color: #2FCBB1;
}

.tagore-container .txt-color-purple {
  color: #2FCBB1;
}

.tagore-container .tagore-kv {
  width: 100%;
  position: relative;
  margin-bottom: 10.41666vw;
}

.tagore-container .tagore-kv .kv-title {
  width: 35.052083vw;
  position: absolute;
  top: 18.59375vw;
  left: 56.6vw;
  text-align: center;
}

.tagore-container .tagore-kv .kv-title .kv-title-slogan{
  font-size: 1.875vw;
  line-height: 1.25;
  margin: 1.25vw 0;
}

.tagore-container .tagore-kv .kv-title p {
  font-size: 1.35416vw;
  line-height: 1.6;
  color: #000;
  margin-top: 0.833vw;
}

.tagore-container .tagore-kv .kv-title .section-pic-center {
  text-align: center;
  line-height: 1.25;
  margin: 2.0833vw 0 0 0;
  font-size: 1.46vw;
  font-weight: 400;
  color: #000;
  letter-spacing: normal;
}

.tagore-container .tagore-kv .kv-title .section-pic-center a {
  text-decoration: none;
  color: #000;
}

.tagore-container .tagore-kv .kv-title .section-kv-pic span {
  font-size: 0.677083vw;
  font-weight: 500;
}

.tagore-container .tagore-kv .kv-title .section-slogan-button {
  color: #fff;
  font-size: 13px;
  border: 2px solid #000;
  background-color: #000;
  display: inline-block;
  line-height: 24px;
  font-weight: 800;
  padding: 10px 26px;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease-out;
  margin-top: 24px;
}

.tagore-container .tagore-kv .kv-title .section-slogan-button:hover {
  opacity: 0.8;
}

.tagore-container .tagore-kv .kv-title .section-slogan-button a {
  color: inherit;
}

.tagore-container .tagore-kv .kv-hos {
  width: 8.07291vw;
  position: absolute;
  right: 3.02083vw;
  bottom: 5.83333vw;
}

.tagore-container .tagore-s2 {
  width: 67.5vw;
  margin: 0 auto;
  text-align: center;
}

.tagore-container .tagore-s2 .txt-64-48 {
  font-size: 3.333vw;
  line-height: 1.25;
  color: #000000;
  font-weight: bold;
}

.tagore-container .tagore-s2 .s2-flex {
  width: 32.70833vw;
  display: flex;
  flex-wrap: wrap;
}

.tagore-container .tagore-s2 .s2-cons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.166666vw;
}

.tagore-container .tagore-s2 .s2-con {
  width: 21.77vw;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
  margin-bottom: 1.04166vw;
  cursor: pointer;
}

.tagore-container .tagore-s2 .s2-con .s2-title {
  width: fit-content;
  position: absolute;
  top: 3.125vw;
  left: 2.083333vw;
}

.tagore-container .tagore-s2 .s2-con .s2-title .txt-22-32 {
  font-size: 1.14583vw;
  line-height: 1.25;
  color: #000000;
  font-weight: bold;
}

.tagore-container .tagore-s2 .s2-con .s2-title .txt-18-28 {
  font-size: 0.9375vw;
  line-height: 1.6;
  color: #000000;
}

.tagore-container .tagore-s2 .s2-con::after {
  content: "";
  clear: both;
  display: block;
}

.tagore-container .tagore-s2 .s2-con .s2-item-jump {
  width: 1.97916vw;
  height: 1.97916vw;
  position: absolute;
  bottom: 1.04vw;
  right: 1.04vw;
  cursor: pointer;
  background-color: rgba(200, 200, 200, 0.3);
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  transform: translate3d(0, 0, 0);
}

.tagore-container .tagore-s2 .s2-con .s2-item-jump img {
  width: 100%;
  height: auto;
  transition: all 1s;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tagore-container .tagore-s2 .s2-con:hover .s2-item-jump img {
  transform: translateY(0);
}

.tagore-container .tagore-s2 .s2-con1 {
  width: 33.75vw;
}

.tagore-container .tagore-s2 .s2-con1 .s2-title {
    width: 23.4375vw;
    display: flex;
    justify-content: space-between;
     left: 4.166667vw;
     top: 23.697917vw;
     align-items: center;
}

.tagore-container .tagore-s2 .s2-con1 .s2-title .s2-title-1,.tagore-container .tagore-s2 .s2-con1 .s2-title .s2-title-2{
  display: flex;
  align-items: center;
}

.tagore-container .tagore-s2 .s2-con1 .s2-title .s2-title-line{
  width: 1px;
  height: 1.666667vw;
  background: rgba(0, 0, 0, 0.3);
}

.tagore-container .tagore-s2 .s2-con1 .s2-title img{
    width: 2.604167vw;
    height: 2.604167vw;
}

.tagore-container .tagore-s2 .s2-con1 .s2-title p{
  font-size: .833333vw;
  margin-top: 0;
  margin-left: 1.041667vw;
  text-align: left;
  line-height: 1.6;
}


.tagore-container .tagore-s2 .s2-con2 {
  width: 32.70833vw;
}

.tagore-container .tagore-s2 .s2-con2 .s2-title {
  text-align: left;
}

.tagore-container .tagore-s2 .s2-con3 {
  width: 32.70833vw;
}

.tagore-container .tagore-s2 .s2-con3 .s2-title {
  text-align: left;
}

.tagore-container .tagore-s2 .s2-con4 {
  width: 21.77083vw;
  margin-bottom: 0;
}

.tagore-container .tagore-s2 .s2-con4 .s2-title {
  width: 80%;
  top: 1.5625vw;
  left: 2.083333vw;
  text-align: left;
}

.tagore-container .tagore-s2 .s2-con5 {
  width: 21.77083vw;
  margin-bottom: 0;
}

.tagore-container .tagore-s2 .s2-con5 .s2-title {
  width: 82.3397129%;
  top: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
}

.tagore-container .tagore-s2 .s2-con6 {
  width: 21.875vw;
  margin-bottom: 0;
  text-align: center;
}

.tagore-container .tagore-s2 .s2-con6 .s2-title {
  width: 81.3397129%;
  top: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tagore-container .tagore-s2 .s2-con6 .s2-title img {
  width: 6.14583vw;
  margin-right: 0.52vw;
}

.tagore-container .tagore-title-big {
  width: 67.5vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6.25vw;
  padding-top: 10.41666vw;
}

.tagore-container .tagore-title-big .title-tl {
  width: 28.90625vw;
  margin: 0 auto;
}

.tagore-container .tagore-title {
  width: 67.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.1666vw;
}

.tagore-container .tagore-title-mb30-40 {
  margin-bottom: 1.5625vw;
}

.tagore-container .tagore-title-rel {
  position: relative;
  padding-bottom: 0.4375vw;
}

.tagore-container .tagore-title-imgbg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tagore-container .tagore-title-mb30 {
  margin-bottom: 1.5625vw;
}

.tagore-container .tagore-title-mb80 {
  margin-bottom: 4.1666vw;
}

.tagore-container .tagore-s3 {
  width: 67.5vw;
  margin: 0 auto;
}

.tagore-container .tagore-s3 .s3-title .tagore-title-left {
  width: 38.85416vw;
}

.tagore-container .tagore-s3 .s3-title .tagore-title-right {
  width: 20.3125vw;
  padding-right: 4.58333vw;
  display: flex;
  justify-content: space-between;
}

.tagore-container .tagore-s3 .s3-title .s3-icon {
  width: fit-content;
}

.tagore-container .tagore-s3 .s3-title .s3-icon p {
  font-size: 2.0833vw;
  color: #2FCBB1;
  line-height: 1.6;
}

.tagore-container .tagore-s3 .s3-title .s3-icon p:first-child {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #666666;
}

.tagore-container .tagore-s3 .s3-imgs {
  width: 67.5vw;
  position: relative;
  height: 31.25vw;
  overflow: hidden;
}

.tagore-container .tagore-s3 .s3-imgs .s3Swiper {
  width: 100%;
  height: 100%;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects {
  width: 10.416667vw;
  position: absolute;
  bottom: .520833vw;
  right: 6.041667vw;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect {
  cursor: pointer;
  outline: none;
  opacity: 1;
  transition: 0.3s opacity ease-out;
  will-change: opacity;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect-circle {
  width: 1.666667vw;
  height: 1.666667vw;
  margin: 0 auto;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect-circle .s3-click-bullect-circle-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s transform ease-out;
  will-change: transform;
  transform-origin: 50% 50%;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects p {
  font-size: 1.145833vw;
  line-height: 1.6;
  margin-top: .78125vw;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect-1 .s3-click-bullect-circle .s3-click-bullect-circle-bg {
  background-color: #97E3D7;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect-1 p {
  color: #97E3D7;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect-2 .s3-click-bullect-circle .s3-click-bullect-circle-bg {
  background-color: #676767;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect-2 p {
  color: #676767;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects[data-active="0"] .s3-click-bullect-2 {
  opacity: 0.5;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects[data-active="0"] .s3-click-bullect-2 .s3-click-bullect-circle .s3-click-bullect-circle-bg {
  transform: scale(0.6875);
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects[data-active="1"] .s3-click-bullect-1 {
  opacity: 0.5;
}

.tagore-container .tagore-s3 .s3-imgs .s3-click-bullects[data-active="1"] .s3-click-bullect-1 .s3-click-bullect-circle .s3-click-bullect-circle-bg {
  transform: scale(0.6875);
}



.tagore-container .new-title .title-tl {
  width: 34.73958vw;
}

.tagore-container .tagore-s4 {
  margin-bottom: 10.41666vw;
  position: relative;
}

.tagore-container .tagore-s4 .s4-title {
  width: 67.5vw;
  margin: 0 auto;
  margin-bottom: 4.1666vw;
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tagore-container .tagore-s4 .s4-title .tagore-title-left {
  width: 18.229166vw;
}

.tagore-container .tagore-s4 .s4-title .tagore-title-imgbg {
  width: 16.25vw;
}

.tagore-container .tagore-s4 .s4-title .tagore-title-right {
  width: 40.36458vw;
}

.tagore-container .tagore-s4 .s4-img {
  border-radius: 1.25vw;
  overflow: hidden;
  transform: scale(0.675);
  transition: transform 1s;
  will-change: transform;
  transform-origin: 50% 100%;
  position: relative;
}

.tagore-container .tagore-s4 .s4-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tagore-container .tagore-s4 .s4-img .s4-img-svg {
  width: 5.10416vw;
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
}

.tagore-container .tagore-s4.active .s4-title {
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

.tagore-container .tagore-s4.active .s4-img {
  border-radius: 0;
  transform: scale(1);
  transition: transform 1s;
  will-change: transform;
}

.tagore-container .tagore-s4 .s4-icons {
  width: 43.22916vw;
  margin: 2.0833vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tagore-container .tagore-s4 .s4-icons dl {
  width: fit-content;
  display: flex;
}

.tagore-container .tagore-s4 .s4-icons dl dt {
  width: 2.604166vw;
  margin-right: 1.04166vw;
}

.tagore-container .tagore-s4 .s4-icons dl dd {
  width: fit-content;
  font-size: 0.8333vw;
  line-height: 1.6;
  color: #000;
}

.tagore-container .tagore-s4 .s4-icons dl:first-child dt {
  width: 5.8854vw;
}

.tagore-container .tagore-s4 .s4-icons span {
  width: 1px;
  height: 1.666vw;
  background-color: rgba(0, 0, 0, 0.3);
}

.tagore-container .tagore-s4 .s4-desc {
  width: 36.9791vw;
  margin: 0 auto;
  text-align: center;
  font-size: 0.72916vw;
  line-height: 1.6;
  color: #666666;
}

.tagore-container .tagore-s5 {
  width: 67.5vw;
  margin: 0 auto;
  margin-bottom: 10.41666vw;
}

.tagore-container .tagore-s5 .s5-title {
  width: 51.0416vw;
  margin: 0 auto;
  margin-bottom: 4.1666vw;
  text-align: center;
}

.tagore-container .tagore-s5 .s5-title .tagore-title-imgbg {
  width: 13.125vw;
}

.tagore-container .tagore-s5 .s5-img {
  border-radius: 1.25vw;
  overflow: hidden;
}

.tagore-container .tagore-s6 {
  width: 67.5vw;
  margin: 0 auto;
}

.tagore-container .tagore-s6 .s6-title .tagore-title-left {
  width: 28.60416vw;
}

.tagore-container .tagore-s6 .s6-title .tagore-title-imgbg {
  width: 9.635416vw;
}

.tagore-container .tagore-s6 .s6-title .tagore-title-right {
  width: 34.375vw;
}

.tagore-container .tagore-s6 .s6-img {
  margin-bottom: 4.166vw;
  transform-origin: 50% 100%;
  transform: scale(0.8) translateY(3vw);
  transition: all 1s;
  will-change: transform;
}

.tagore-container .tagore-s6 .s6-icons {
  width: 52.083333vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon {
  width: fit-content;
  text-align: center;
  min-width: 15%;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon p {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #666666;
  margin-top: 0.52vw;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon .txt-40-48 {
  font-size: 2.08333vw;
  color: #2FCBB1;
  line-height: 1.25;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon7 {
  position: relative;
  width: 7.291667vw;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon7 p {
  position: absolute;
  right: 0;
  top: 2.1875vw;
  margin: 0;
  font-size: .833333vw;
  z-index: 3;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon8 div,.tagore-container .tagore-s6 .s6-icons .s6-icon9 div{
    display: flex;
    align-items: center;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon8{
  margin: 0 4.166667vw 0;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon7,.tagore-container .tagore-s6 .s6-icons .s6-icon8,.tagore-container .tagore-s6 .s6-icons .s6-icon9{
  margin-top: 2.083333vw;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon8 img,.tagore-container .tagore-s6 .s6-icons .s6-icon9 img{
     width: 2.604167vw;
     height: 2.604167vw;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon8 div p,.tagore-container .tagore-s6 .s6-icons .s6-icon9 div p{
  font-size: .833333vw;
  margin-left: 1.041667vw;
  text-align: left;
  margin-top: 0;
}

.tagore-container .tagore-s6.active .s6-img {
  transform: scale(1) translateY(0vw);
  transition: transform 1s;
  will-change: transform;
}

.tagore-container .learning-title .title-tl {
  width: 39.0625vw;
}

.tagore-container .tagore-s7 {
  width: 67.5vw;
  margin: 0 auto;
  margin-bottom: 10.41666vw;
  display: flex;
  align-items: center;
}

.tagore-container .tagore-s7 .s7-img {
  width: 55.555%;
  position: relative;
}

.tagore-container .tagore-s7 .s7-img .video-again {
  width: fit-content;
  position: absolute;
  left: 12.28125vw;
  bottom: -0.5vw;
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #666666;
  transform: rotate(4deg);
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}

.tagore-container .tagore-s7 .s7-img .video-again img {
  width: 1.25vw;
  margin-right: 0.416666vw;
}

.tagore-container .tagore-s7 .s7-img .video-again.show-btn {
  opacity: 1;
  visibility: visible;
}

.tagore-container .tagore-s7 .s7-video {
  width: 37vw;
  height: 38.625vw;
}

.tagore-container .tagore-s7 .s7-video video {
  height: 100%;
  width: 37vw;
  object-fit: cover;
}

.tagore-container .tagore-s7 .s7-title {
  width: 54.555%;
  position: relative;
  z-index: 5;
  margin-left: -1.3vw;
}

.tagore-container .tagore-s7 .s7-title .tagore-title-imgbg {
  width: 13.09895vw;
}

.tagore-container .tagore-s7 .s7-title .s7-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.0833vw;
}

.tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-right: 2.0833vw;
  font-size: 0.9375vw;
  line-height: 1.6;
  color: #666666;
  white-space: nowrap;
}

.tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon img {
  width: 1.6666vw;
  margin-right: 0.52vw;
}

.tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon-mb30 {
  margin-bottom: 1.5625vw;
}

.tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon1,
.tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon4 {
  width: 6.78vw;
}

.tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon2,
.tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon5 {
  width: 7.86458vw;
}

.tagore-container .tagore-s7 .s7-title .s7-desc {
  font-size: 0.72916vw;
  line-height: 1.6;
  color: #666666;
  margin-top: 2.0833vw;
}

.tagore-container .tagore-s8 {
  width: 67.5vw;
  margin: 0 auto;
  margin-bottom: 5.2vw;
}

.tagore-container .tagore-s8 .s8-title {
  width: 36.97916vw;
  margin: 0 auto;
  margin-bottom: 4.16666vw;
  text-align: center;
}

.tagore-container .tagore-s8 .s8-title .tagore-title-imgbg {
  width: 13.125vw;
}

.tagore-container .tagore-s8 .s8-img {
  margin-bottom: 4.166vw;
}

.tagore-container .tagore-s17 {
  width: 68.75vw;
  margin: 0 auto;
  margin-bottom: 10.41666vw;
}

.tagore-container .tagore-s17 .s17-title {
  width: 46.354vw;
}

.tagore-container .tagore-s17 .s17-title .tagore-title-left {
  width: 6.4583vw;
  margin-right: 2.08333vw;
}

.tagore-container .tagore-s17 .s17-title .tagore-title-right {
  width: 37.5vw;
}

.tagore-container .tagore-s17 .s17-title .tagore-title-right .tagore-title-imgbg {
  width: 13.125vw;
}

.tagore-container .tagore-s17 .s17-title .tagore-title-right .txt-22-32 {
  margin-bottom: 1.5625vw;
}

.tagore-container .tagore-s17 .s17-title .tagore-title-right>a {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #2FCBB1;
  cursor: pointer;
}

.tagore-container .tagore-s17 .s17-title .tagore-title-right>a:hover {
  opacity: 0.7;
}

.tagore-container .tagore-s17 .s17-img {
  width: 67.5vw;
  margin: 0 auto;
  margin-bottom: 4.166vw;
}

.tagore-container .tagore-s17 .s17-icons {
  width: 45.83333vw;
  margin: 0 auto;
  margin-top: -6.23958vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.tagore-container .tagore-s17 .s17-icons .s17-icon {
  width: fit-content;
  display: flex;
  align-items: flex-start;
}

.tagore-container .tagore-s17 .s17-icons .s17-icon img {
  width: 2.5vw;
  margin-right: 1.0416vw;
}

.tagore-container .tagore-s17 .s17-icons .s17-icon div>p {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #000;
}

.tagore-container .tagore-s17 .s17-icons .s17-icon div>p:last-child {
  font-size: 0.9375vw;
  color: #666666;
  margin-top: 0.52vw;
}

.tagore-container .tagore-s9 {
  width: 67.5vw;
  margin: 0 auto;
  margin-bottom: 10.41666vw;
}

.tagore-container .tagore-s9 .s9-title {
  margin-bottom: 2.0833vw;
}

.tagore-container .tagore-s9 .s9-title .tagore-title-imgbg {
  width: 22.109375vw;
}

.tagore-container .tagore-s9 .s9-cons {
  width: 67.5vw;
  overflow: hidden;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper {
  position: relative;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-slide {
  text-align: center;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-slide .s9-img {
  width: 100%;
  border-radius: 1.25vw;
  overflow: hidden;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-slide .txt-22-32 {
  margin-top: 7.1875vw;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination {
  width: 44.6875vw;
  position: absolute;
  top: 33.489583vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: auto;
  z-index: 999;
  padding-bottom: 1.1458333vw;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.9791vw;
  width: fit-content;
  height: auto;
  font-size: 1.45833vw;
  line-height: 1.6;
  color: #000;
  opacity: 0.6;
  border-radius: 0;
  background: none;
  margin: 0;
  text-align: center;
  position: relative;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet sup{
  position: relative;
  z-index: 999;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag {
  position: absolute;
  height: 3px;
  width: 11.9791vw;
  background-color: #000;
  bottom: -1.2363125vw;
  left: 0;
  display: block;
  z-index: 999;
  transition: all 0.2s;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag0 {
  width: 11.9791vw;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag1 {
  width: 11.9791vw;
  display: none;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag2 {
  width: 10.5791vw;
  display: none;
}

.tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: bold;
}

.tagore-container .tagore-s10 {
  width: 73.958333vw;
  margin: 0 auto;
  margin-bottom: 10.41666vw;
  display: flex;
}

.tagore-container .tagore-s10 .s10-title {
     display: block;
     order: 2;
     width: 32.96875vw;
     margin-left: -1.041667vw;
     position: relative;
     z-index: 2;
     margin-top: 6.041667vw;
}

.tagore-container .tagore-s10 .s10-title .tagore-title-left {
  width: 19.2708vw;
  margin-bottom: 1.5625vw;
}

.tagore-container .tagore-s10 .s10-title .tagore-title-imgbg {
  width: 16.25vw;
}

.tagore-container .tagore-s10 .s10-title .tagore-title-right {
  width: 33.854166vw;
  position: relative;
  z-index: 3;
}

.tagore-container .tagore-s10 .s10-title .tagore-title-right>a {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #2FCBB1;
  cursor: pointer;
}

.tagore-container .tagore-s10 .s10-title .tagore-title-right>a:hover {
  opacity: 0.7;
}

.tagore-container .tagore-s10 .s10-title .txt-22-32 {
  margin-bottom: 1.5625vw;
}

.tagore-container .tagore-s10 .s10-img {
  border-radius: 1.25vw;
  overflow: hidden;
  width: 41.666667vw;
}

.tagore-container .tagore-s10 .s10-desc {
  font-size: 0.72916vw;
  line-height: 1.6;
  color: #666666;
  margin-top: 2.083333vw;
}

.tagore-container .tagore-s11 {
  width: 75.520833vw;
  margin: 0 auto 0 16.25vw;
  display: flex;
}

.tagore-container .tagore-s11 .s11-title {
  width: 26.8229vw;
  position: relative;
  z-index: 5;
}

.tagore-container .tagore-s11 .s11-title .tagore-title-imgbg {
  width: 13.098958vw;
}

.tagore-container .tagore-s11 .s11-title .txt-22-32 {
  margin-bottom: 2.083333vw;
}

.tagore-container .tagore-s11 .s11-title .txt-a {
  font-size: 1.14583vw;
  line-height: 1.6;
  color: #2FCBB1;
  cursor: pointer;
}

.tagore-container .tagore-s11 .s11-title .txt-a:hover {
  opacity: 0.7;
}

.tagore-container .tagore-s11 .s11-img {
  width: 48.020833vw;
  margin-left: .520833vw;
}

.tagore-container .tagore-s11 .s11-desc {
  font-size: 0.72916vw;
  line-height: 1.6;
  color: #666666;
  margin-top: 2.083333vw;
}

.tagore-container .hos-title .title-tl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tagore-container .hos-title .title-tl img {
  width: 30.88541vw;
}

.tagore-container .tagore-s12 {
  width: fit-content;
  display: flex;
  margin-left: 16.40625vw;
  margin-bottom: 7.291666vw;
}

.tagore-container .tagore-s12 .s12-title {
  width: 23.4375vw;
  margin-top: 3.125vw;
  position: relative;
  z-index: 5;
}

.tagore-container .tagore-s12 .s12-title .tagore-title-imgbg {
  width: 16.770833vw;
}

.tagore-container .tagore-s12 .s12-img {
  width: 56.875vw;
  margin-left: -4.010417vw;
}

.tagore-container .tagore-s13 {
  width: fit-content;
  display: flex;
  margin-left: 12.864583vw;
  margin-bottom: 5.2vw;
}

.tagore-container .tagore-s13 .s13-title {
  width: 26.302083vw;
  margin-top: 3.125vw;
  margin-left: -6.25vw;
  position: relative;
  z-index: 5;
}

.tagore-container .tagore-s13 .s13-title .tagore-title-imgbg {
  width: 16.770833vw;
}

.tagore-container .tagore-s13 .s13-img {
  width: 50.807292vw;
}

.tagore-container .tagore-s14 {
  width: 67.5vw;
  margin: 0 auto;
}

.tagore-container .tagore-s14 .s14-title {
  width: 53.90625vw;
  margin: 0 auto;
  margin-bottom: 4.1666vw;
  text-align: center;
}

.tagore-container .tagore-s14 .s14-title .tagore-title-imgbg {
  width: 6.25vw;
}

.tagore-container .tagore-s14 .s14-desc{
   font-size: .729167vw;
   color: #666666;
   line-height: 1.6;
}

.tagore-container .convenient-title {
  padding-top: 6.0416vw;
}

.tagore-container .convenient-title .title-tl {
  width: 37.65625vw;
}

.tagore-container .tagore-s15 {
  width: 67.5vw;
  margin: 0 auto;
  background-color: #FAFAFA;
  border-radius: 1.25vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25vw;
}

.tagore-container .tagore-s15 .s15-title {
  width: 23.9583vw;
  margin-left: 3.64583vw;
}

.tagore-container .tagore-s15 .s15-img {
  width: 32.76041vw;
  margin-right: 2.0833vw;
  margin-top: 1.5625vw;
  position: relative;
}

.tagore-container .tagore-s15 .s15-img .s15-waves {
  width: 9.6875vw;
  height: 9.6875vw;
  position: absolute;
}

.tagore-container .tagore-s15 .s15-img .s15-waves .s15-icon1 {
  width: 2.604vw;
  height: 2.604vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.tagore-container .tagore-s15 .s15-img .s15-waves .s15-wave {
  width: 5.41666vw;
  height: 5.41666vw;
  position: absolute;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.01), rgba(47, 203, 177, 0.2));
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.5);
  transform-origin: 50% 50%;
}

.tagore-container .tagore-s15 .s15-img .s15-waves .s15-wave1 {
  animation: tagoreWave 2s linear infinite;
}

.tagore-container .tagore-s15 .s15-img .s15-waves .s15-wave2 {
  animation: tagoreWave 2s linear infinite 0.8s;
}

.tagore-container .tagore-s15 .s15-img .s15-waves1 {
  top: 0;
  left: 13.7vw;
}

.tagore-container .tagore-s15 .s15-img .s15-waves2 {
  top: 13.177vw;
  left: 0;
}

.tagore-container .tagore-s16 {
  width: 67.5vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tagore-container .tagore-s16 .s16-left,
.tagore-container .tagore-s16 .s16-right {
  width: 49.074%;
  background-color: #FAFAFA;
  border-radius: 1.25vw;
  overflow: hidden;
}

.tagore-container .tagore-s16 .s16-title {
  width: 26.0416666vw;
  margin: 0 auto;
  margin-bottom: 2.0833vw;
  margin-top: 3.64583vw;
}

.tagore-container .tagore-s16 .s16-img {
  margin: 0 auto;
  margin-bottom: 3.125vw;
}

.tagore-container .tagore-s16 .s16-left .s16-img {
  width: 28.9583vw;
}

.tagore-container .tagore-s16 .s16-right .s16-img {
  width: 29.8958vw;
}

.tagore-container .section-footnote {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.625vw;
  line-height: 1.6;
  width: 67.5vw;
  margin: 0 auto;
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
  overflow: hidden;
}

.tagore-container .section-footnote ul {
  list-style-type: decimal;
  padding-left: 2em;
}

.tagore-container .section-footnote ul li.active {
  color: #000;
}

.tagore-container .section-footnote .footdesc {
  list-style-type: none;
  position: relative;
  pointer-events: none;
}

.tagore-container .section-footnote .footdesc::before {
  content: "*";
  position: absolute;
  top: 0;
  padding-right: 3px;
  transform: translateX(-100%);
}

@media (min-width: 1920px) {
  .tagore-container .section-footnote {
    font-size: 0.625vw;
  }

  .tagore-container .tagore-s11 .s11-title .s11-desc,
  .tagore-container .tagore-s10 .s10-desc,
  .tagore-container .tagore-s7 .s7-title .s7-desc,
  .tagore-container .tagore-s4 .s4-desc {
    font-size: 0.729vw;
  }

  .tagore-container .tagore-s4 .s4-icons dl dd {
    font-size: 0.8333vw;
  }
}

@media (max-width: 1919px) and (min-aspect-ratio: 11 / 10) {
  .tagore-container .section-footnote {
    font-size: 12px;
  }
}

@media (max-width: 1600px) and (min-aspect-ratio: 11 / 10) {

  .tagore-container .tagore-s11 .s11-title .s11-desc,
  .tagore-container .tagore-s10 .s10-desc,
  .tagore-container .tagore-s7 .s7-title .s7-desc,
  .tagore-container .tagore-s4 .s4-desc {
    font-size: 12px;
  }
}

@media (max-width: 1500px) and (min-aspect-ratio: 11 / 10) {
  .tagore-container .tagore-s4 .s4-icons dl dd {
    font-size: 12px;
  }
}

@media (max-width: 1100px) and (min-aspect-ratio: 11 / 10) {
  .tagore-container .tagore-s4 .s4-icons dl dd {
    font-size: 0.8333vw;
  }
}

@keyframes tagoreWave {
  0% {
    opacity: 0.5;
    transform: translate(-50%,-50%) scale(0.5);
    transition: filter 0.2s;
    will-change: filter;
  }

  50% {
    opacity: 1;
    transform:translate(-50%,-50%) scale(1);
    transition: filter 0.2s;
    will-change: filter;
  }

  100% {
    opacity: 0;
    transform:translate(-50%,-50%) scale(1.5);
    transition: filter 0.2s;
    will-change: filter;
  }
}

.tagore-container .tagore-s7 .tagore-title-rel {
  padding-bottom: 0.7375vw;
}

.tagore-container .tagore-s11 .tagore-title-rel {
  padding-bottom: 0.7375vw;
}

.tagore-container .tagore-s17 .tagore-title-rel {
  padding-bottom: 0.8375vw;
}

@media screen and (max-aspect-ratio: 11 / 10) {
  .tagore-container .mob-show {
    display: block;
  }

  .tagore-container .pc-show {
    display: none;
  }

  .tagore-container .txt-120-80 {
    font-size: 11.11vw;
  }

  .tagore-container .txt-64-64 {
    font-size: 8.888vw;
  }

  .tagore-container .txt-48-48 {
    font-size: 6.666vw;
  }

  .tagore-container .txt-22-24 {
    font-size: 3.333vw;
  }

  .tagore-container .txt-22-32 {
    font-size: 4.444vw;
  }

  .tagore-container .tagore-kv {
    margin-bottom: 25vw;
    display: flex;
    flex-wrap: wrap;
    margin-top: 27.777778vw;
  }

  .tagore-container .tagore-kv .kv-img {
    width: 100%;
    order: 2;
    margin-top: 0vw;
  }

  .tagore-container .tagore-kv .kv-title {
    width: 79.58333vw;
    margin: 0 auto 11.111111vw;
    position: static;
  }

  .tagore-container .tagore-kv .kv-title .kv-title-slogan{
    font-size: 5vw;
    margin: 2.083333vw 0 2.777778vw  ;
  }

  .tagore-container .tagore-kv .kv-title p {
    font-size: 3.888889vw;
  }

  .tagore-container .tagore-kv .kv-title .kv-slogan {
    width: 100%;
    font-size: 2.777778vw;
    margin-top: 2.777778vw;
    letter-spacing: 0;
  }

  .tagore-container .tagore-kv .kv-title .section-kv-pic span {
    font-size: 3.611111vw;
  }

  .tagore-container .tagore-kv .kv-title .section-kv-pic {
    font-size: 5.56vw;
    margin: 6.6666666666vw 0 0 0;
  }

  .tagore-container .tagore-kv .kv-title .section-slogan-button {
    margin-top: 24px;
  }

  .tagore-container .tagore-kv .kv-hos {
    order: 3;
    width: 21.666vw;
    position: static;
    margin-left: 73.75vw;
    margin-top: 8.333333vw;
  }

  .tagore-container .tagore-s2 {
    width: 88.8888vw;
  }

  .tagore-container .tagore-s2 .txt-64-48 {
    font-size: 6.666vw;
  }

  .tagore-container .tagore-s2 .s2-flex {
    width: 88.8888vw;
    order: 4;
  }

  .tagore-container .tagore-s2 .s2-cons {
    margin-top: 5.555vw;
  }

  .tagore-container .tagore-s2 .s2-con {
    width: 100%;
    border-radius: 2.22vw;
    margin-bottom: 2.7777vw;
  }

  .tagore-container .tagore-s2 .s2-con .s2-title {
    width: fit-content;
    position: absolute;
    top: 5.5555vw;
    left: 5.5555vw;
  }

  .tagore-container .tagore-s2 .s2-con .s2-title .txt-22-32 {
    font-size: 4.4444vw;
  }

  .tagore-container .tagore-s2 .s2-con .s2-title .txt-18-28 {
    font-size: 3.88888vw;
  }

  .tagore-container .tagore-s2 .s2-con .s2-item-jump {
    width: 6.9444vw;
    height: 6.9444vw;
    bottom: 2.7777vw;
    right: 2.7777vw;
  }

  .tagore-container .tagore-s2 .s2-con1 {
    width: 100%;
    order: 1;
  }

  .tagore-container .tagore-s2 .s2-con1 .s2-title{
      width: 62.5vw;
      top: 66.25vw;
      left: 11.805556vw;
  }

  .tagore-container .tagore-s2 .s2-con1 .s2-title .s2-title-line{
    height: 4.444444vw;
  }
  
  .tagore-container .tagore-s2 .s2-con1 .s2-title img{
      width: 6.944444vw;
      height: 6.944444vw;
  }
  
  .tagore-container .tagore-s2 .s2-con1 .s2-title p{
    font-size: 2.222222vw;
    margin-left: 2.777778vw;
  }

  .tagore-container .tagore-s2 .s2-con2 {
    width: 100%;
    order: 2;
  }

  .tagore-container .tagore-s2 .s2-con3 {
    width: 100%;
    order: 3;
  }


  .tagore-container .tagore-s2 .s2-con4 {
    width: 100%;
    order: 4;
  }

  .tagore-container .tagore-s2 .s2-con4 .s2-title {
    width: fit-content;
    left: 4.16666vw;
    transform: translateX(0%);
  }

  .tagore-container .tagore-s2 .s2-con5 {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    order: 5;
  }

  .tagore-container .tagore-s2 .s2-con5 .s2-title {
    width: fit-content;
    left: 4.16666vw;
    transform: translateX(0%);
  }

  .tagore-container .tagore-s2 .s2-con6 {
    width: 100%;
    text-align: left;
    order: 6;
  }

  .tagore-container .tagore-s2 .s2-con6 .s2-title {
    width: fit-content;
    left: 4.16666vw;
    transform: translateX(0%);
    display: block;
  }

  .tagore-container .tagore-s2 .s2-con6 .s2-title img {
    width: 23.0555vw;
    margin-right: 0;
  }

  .tagore-container .tagore-title-big {
    width: 88.888vw;
    margin: 0 auto;
    margin-bottom: 16.6666vw;
    padding-top: 27.77777vw;
  }

  .tagore-container .tagore-title-big .txt-120-80{
    white-space: nowrap;
  }

  .tagore-container .tagore-title-big .title-tl {
    width: 57.222vw;
    margin: 0 auto;
  }

  .tagore-container .tagore-title {
    width: 88.888vw;
    margin-bottom: 11.111vw;
    flex-wrap: wrap;
  }

  .tagore-container .tagore-title .tagore-title-mb30 {
    margin-bottom: 1.5625vw;
  }

  .tagore-container .tagore-title-rel {
    padding-bottom: 1.0833vw;
  }

  .tagore-container .tagore-title-mb30-40 {
    margin-bottom: 5.5555vw;
  }

  .tagore-container .tagore-s3 {
    width: 88.888vw;
  }

  .tagore-container .tagore-s3 .s3-title .tagore-title-left {
    width: 100%;
    margin-bottom: 5.555vw;
  }

  .tagore-container .tagore-s3 .s3-title .tagore-title-right {
    width: fit-content;
    padding-right: 0;
  }

  .tagore-container .tagore-s3 .s3-title .s3-icon {
    width: fit-content;
  }

  .tagore-container .tagore-s3 .s3-title .s3-icon p {
    font-size: 6.666vw;
  }

  .tagore-container .tagore-s3 .s3-title .s3-icon p:first-child {
    font-size: 3.888888vw;
    margin-bottom: 1.38888vw;
  }

  .tagore-container .tagore-s3 .s3-title .s3-icon:first-child {
    margin-right: 8.333vw;
  }

  .tagore-container .tagore-s3 .s3-imgs {
    width: 100%;
    height: auto;
    /* height: 1143px; */
  }

  .tagore-container .tagore-s3 .s3-imgs .s3-click-bullects {
    width: 36.111111vw;
    position: static;
    margin: 8.333333vw auto 0;
  }
  
  .tagore-container .tagore-s3 .s3-imgs .s3-click-bullects .s3-click-bullect-circle {
    width: 5.555556vw;
    height: 5.555556vw;
  }
  
  .tagore-container .tagore-s3 .s3-imgs .s3-click-bullects p {
    font-size: 4.444444vw;
    margin-top: 2.083333vw;
  }

  .tagore-container .new-title .title-tl {
    width: 61.75vw;
  }

  .tagore-container .tagore-s4 {
    width: 88.888vw;
    margin: 0 auto;
    margin-bottom: 22.22222vw;
  }

  .tagore-container .tagore-s4 .s4-title {
    width: 100%;
    margin-bottom: 11.111vw;
    position: static;
    transform: translateX(0%);
  }

  .tagore-container .tagore-s4 .s4-title .tagore-title-left {
    width: 100%;
    margin-bottom: 5.555vw;
  }

  .tagore-container .tagore-s4 .s4-title .tagore-title-imgbg {
    width: 43.333vw;
  }

  .tagore-container .tagore-s4 .s4-title .tagore-title-right {
    width: 100%;
  }

  .tagore-container .tagore-s4 .s4-img {
    width: 100%;
    height: 58.3333vw;
    border-radius: 2.222vw;
    transform: scale(1);
    transform-origin: 0% 0%;
  }

  .tagore-container .tagore-s4 .s4-img video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .tagore-container .tagore-s4 .s4-img .s4-img-svg {
    width: 11.9444vw;
    bottom: 2.777vw;
    right: 2.777vw;
  }

  .tagore-container .tagore-s4.active .s4-title {
    opacity: 1;
  }

  .tagore-container .tagore-s4.active .s4-img {
    border-radius: 2.222vw;
  }

  .tagore-container .tagore-s4 .s4-icons {
    width: 100%;
    margin: 5.555vw auto;
    flex-wrap: wrap;
  }

  .tagore-container .tagore-s4 .s4-icons dl {
    width: fit-content;
    align-items: center;
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s4 .s4-icons dl dt {
    width: 8.333vw;
    margin-right: 2.77vw;
  }

  .tagore-container .tagore-s4 .s4-icons dl dd {
    width: fit-content;
    font-size: 3.33vw;
  }

  .tagore-container .tagore-s4 .s4-icons dl:first-child dt {
    width: 18.61111vw;
  }

  .tagore-container .tagore-s4 .s4-icons dl:last-child {
    margin-bottom: 0;
  }

  .tagore-container .tagore-s4 .s4-icons span {
    display: none;
  }

  .tagore-container .tagore-s4 .s4-desc {
    width: 100%;
    font-size: 3.333vw;
    text-align: left;
  }

  .tagore-container .tagore-s5 {
    width: 88.88vw;
    margin: 0 auto;
    margin-bottom: 27.777vw;
  }

  .tagore-container .tagore-s5 .s5-title {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 11.11vw;
    text-align: left;
  }

  .tagore-container .tagore-s5 .s5-title .tagore-title-imgbg {
    width: 34.93vw;
  }

  .tagore-container .tagore-s5 .s5-img {
    border-radius: 2.222vw;
  }

  .tagore-container .tagore-s6 {
    width: 88.88vw;
  }

  .tagore-container .tagore-s6 .s6-title .tagore-title-left {
    width: 100%;
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s6 .s6-title .tagore-title-imgbg {
    width: 25.6944vw;
  }

  .tagore-container .tagore-s6 .s6-title .tagore-title-right {
    width: 99%;
  }

  .tagore-container .tagore-s6 .s6-img {
    margin-bottom: 8.333vw;
    transform: scale(0.8) translateY(5vw);
  }

  .tagore-container .tagore-s6 .s6-icons {
    width: 83.3333vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon {
    margin-right: 7.5833vw;
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon p {
    font-size: 3.888vw;
    margin-top: 0.6944vw;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon .txt-40-48 {
    font-size: 6.666vw;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon:first-child {
    margin-left: 9.5833vw;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon:nth-child(6) {
    margin-right: 0;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon7,.tagore-container .tagore-s6 .s6-icons .s6-icon8,.tagore-container .tagore-s6 .s6-icons .s6-icon9{
    margin: 0;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon7 {
    width: 80%;
    position: relative;
    margin: 0;
    margin-bottom: 5.55vw;
  }

   .tagore-container .tagore-s6 .s6-icons .s6-icon7 img{
       width: 35.555556vw;
  }

  .tagore-container .tagore-s6 .s6-icons .s6-icon7 p {
    position: absolute;
    right: 16vw;
    top: 9.56875vw;
  }


.tagore-container .tagore-s6 .s6-icons .s6-icon8{
  margin: 0;
  margin-right: 6.944444vw;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon8 img,.tagore-container .tagore-s6 .s6-icons .s6-icon9 img{
     width: 8.333333vw;
     height: 8.333333vw;
}

.tagore-container .tagore-s6 .s6-icons .s6-icon8 div p,.tagore-container .tagore-s6 .s6-icons .s6-icon9 div p{
  font-size: 3.333333vw;
  margin-left: 2.777778vw;
  margin-top: 0;
}

  .tagore-container .tagore-s6.active .s6-img {
    transform: scale(1) translateY(0vw);
  }

  .tagore-container .learning-title .title-tl {
    width: 69.30555vw;
  }

  .tagore-container .tagore-s7 {
    width: 88.88vw;
    margin: 0 auto;
    margin-bottom: 27.7777vw;
    flex-wrap: wrap;
  }

  .tagore-container .tagore-s7 .s7-img {
    order: 2;
    width: 100%;
  }

  .tagore-container .tagore-s7 .s7-img .video-again {
    left: 31.28125vw;
    bottom: -5vw;
    font-size: 3.8888vw;
    transform: rotate(4deg);
  }

  .tagore-container .tagore-s7 .s7-img .video-again img {
    width: 4.4444vw;
    margin-right: 1.3888vw;
  }

  .tagore-container .tagore-s7 .s7-video {
    width: 88.88vw;
    height: 91.666vw;
  }

  .tagore-container .tagore-s7 .s7-video video {
    height: 100%;
    width: 88vw;
    margin: 0 auto;
    object-fit: cover;
  }

  .tagore-container .tagore-s7 .s7-title {
    width: 100%;
    position: relative;
    z-index: 5;
    margin-left: 0;
    margin-bottom: 11.111vw;
    order: 1;
  }

  .tagore-container .tagore-s7 .s7-title .tagore-title-imgbg {
    width: 34.93vw;
  }

  .tagore-container .tagore-s7 .s7-title .s7-icons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.555vw;
  }

  .tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon {
    width: 50%;
    margin-right: 0;
    font-size: 3.888vw;
    margin-bottom: 4.1666vw;
  }

  .tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon img {
    width: 6.6666vw;
    margin-right: 2.777vw;
  }

  .tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon5,
  .tagore-container .tagore-s7 .s7-title .s7-icons .s7-icon6 {
    margin-bottom: 0;
  }

  .tagore-container .tagore-s7 .s7-title .s7-desc {
    font-size: 3.333vw;
    margin-top: 5.555vw;
  }

  .tagore-container .tagore-s8 {
    width: 100%;
    margin-bottom: 18.75vw;
  }

  .tagore-container .tagore-s8 .s8-title {
    width: 88.88vw;
    margin: 0 auto;
    margin-bottom: 11.11vw;
    text-align: left;
  }

  .tagore-container .tagore-s8 .s8-title .tagore-title-imgbg {
    width: 34.93vw;
  }

  .tagore-container .tagore-s8 .s8-img {
    margin-bottom: 0;
  }

  .tagore-container .tagore-s17 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 27.77vw;
  }

  .tagore-container .tagore-s17 .s17-title {
    width: 88.88vw;
    margin: 0 auto;
    margin-bottom: 11.111vw;
  }

  .tagore-container .tagore-s17 .s17-title .tagore-title-left {
    width: 16.666vw;
    margin-right: 0;
    margin-bottom: 2.77vw;
  }

  .tagore-container .tagore-s17 .s17-title .tagore-title-right {
    width: 100%;
  }

  .tagore-container .tagore-s17 .s17-title .tagore-title-right .tagore-title-imgbg {
    width: 34.93vw;
  }

  .tagore-container .tagore-s17 .s17-title .tagore-title-right .txt-22-32 {
    margin-bottom: 5.555vw;
  }

  .tagore-container .tagore-s17 .s17-title .tagore-title-right>a {
    font-size: 3.888vw;
  }

  .tagore-container .tagore-s17 .s17-img {
    width: 100%;
    margin: 0 auto;
  }

  .tagore-container .tagore-s17 .s17-icons {
    width: 80.5555vw;
    margin: 0 auto;
    margin-top: -2.0833vw;
    flex-wrap: wrap;
  }

  .tagore-container .tagore-s17 .s17-icons .s17-icon {
    width: 50%;
  }

  .tagore-container .tagore-s17 .s17-icons .s17-icon3, .tagore-container .tagore-s17 .s17-icons .s17-icon4{
    margin-top: 5.555556vw;
  }

  .tagore-container .tagore-s17 .s17-icons .s17-icon img {
    width: 9.4444vw;
    margin-right: 2.77vw;
  }

  .tagore-container .tagore-s17 .s17-icons .s17-icon div>p {
    font-size: 3.8888vw;
  }

  .tagore-container .tagore-s17 .s17-icons .s17-icon div>p:last-child {
    font-size: 3.33vw;
    margin-top: 1.38888vw;
  }

  .tagore-container .tagore-s9 {
    width: 88.88vw;
    margin: 0 auto;
    margin-bottom: 27.777vw;
  }

  .tagore-container .tagore-s9 .s9-title {
    margin-bottom: 5.555556vw;
  }

  .tagore-container .tagore-s9 .s9-title .tagore-title-imgbg {
    width: 59.722vw;
  }

  .tagore-container .tagore-s9 .s9-cons {
    width: 100%;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-slide {
    text-align: center;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-slide .s9-img {
    width: 100%;
    border-radius: 2.22vw;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-slide .txt-22-32 {
    margin-top: 25.6944444vw;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination {
    width: 88.88vw;
    top: 72.222vw;
    padding-bottom: 2.30555vw;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 25vw;
    font-size: 4.44vw;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag {
    height: 2px;
    bottom: calc(-2.30555vw - 2px);
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag0 {
    width: 25vw;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag1 {
    width: 25vw;
    display: none;
  }

  .tagore-container .tagore-s9 .s9-cons .s9-swiper .swiper-pagination .swiper-pagination-bullet .s9-swiper-scrollbar-drag2 {
    width: 25vw;
    display: none;
  }

  .tagore-container .tagore-s10 {
    width: 88.88vw;
    margin: 0 auto;
    margin-bottom: 20.8333vw;
    display: block;
  }

  .tagore-container .tagore-s10 .s10-title{
    width: 88.888889vw;
  }

  .tagore-container .tagore-s10 .s10-title .tagore-title-left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s10 .s10-title .tagore-title-imgbg {
    width: 43.2777vw;
  }

  .tagore-container .tagore-s10 .s10-title .tagore-title-right {
    width: 100%;
  }

  .tagore-container .tagore-s10 .s10-title .tagore-title-right>a {
    font-size: 3.88vw;
  }

  .tagore-container .tagore-s10 .s10-title .txt-22-32 {
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s10 .s10-img {
    border-radius: 2.22vw;
  }

  .tagore-container .tagore-s10 .s10-img{
    width: 86.666667vw;
  }

  .tagore-container .tagore-s10 .s10-desc {
    font-size: 3.33vw;
    margin-top: 5.55vw;
    text-align: left;
  }

  .tagore-container .tagore-s11 {
    width: 88.88vw;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .tagore-container .tagore-s11 .s11-title {
    width: 100%;
    margin-bottom: 11.11vw;
  }

  .tagore-container .tagore-s11 .s11-title .tagore-title-imgbg {
    width: 34.93vw;
  }

  .tagore-container .tagore-s11 .s11-title .txt-22-32 {
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s11 .s11-title .txt-a {
    font-size: 3.888vw;
  }

  .tagore-container .tagore-s11 .s11-img {
    width: 100%;
    margin: 0;
  }

  .tagore-container .tagore-s11 .s11-desc {
    font-size: 3.33vw;
    margin-top: 5.55vw;
  }

  .tagore-container .hos-title .title-tl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .tagore-container .hos-title .title-tl img {
    width: 61.111vw;
  }

  .tagore-container .tagore-s12 {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 17.7777vw;
  }

  .tagore-container .tagore-s12 .s12-title {
    width: 88.88vw;
    margin: 0 auto;
    order: 1;
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s12 .s12-title .tagore-title-imgbg {
    width: 44.72222vw;
  }

  .tagore-container .tagore-s12 .s12-img {
    width: 100%;
    margin-left: 0;
    order: 2;
  }

  .tagore-container .tagore-s13 {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 13.888vw;
  }

  .tagore-container .tagore-s13 .s13-title {
    width: 88.88vw;
    margin: 0 auto;
    order: 1;
    margin-bottom: 2.777vw;
  }

  .tagore-container .tagore-s13 .s13-title .tagore-title-imgbg {
    width: 44.72222vw;
  }

  .tagore-container .tagore-s13 .s13-img {
    width: 100%;
    order: 2;
  }

  .tagore-container .tagore-s14 {
    width: 100%;
    margin: 0 auto;
  }

  .tagore-container .tagore-s14 .s14-title {
    width: 88.88vw;
    margin: 0 auto;
    margin-bottom: 11.11vw;
    text-align: left;
  }

  .tagore-container .tagore-s14 .s14-title .tagore-title-imgbg {
    width: 16.666vw;
  }

  .tagore-container .tagore-s14 .s14-desc{
      font-size: 3.333333vw;
      width: 88.888889vw;
      margin: 4.166667vw auto 0;
  }

  .tagore-container .convenient-title .title-tl {
    width: 64.1666vw;
  }

  .tagore-container .tagore-s15 {
    width: 88.88vw;
    margin: 0 auto;
    border-radius: 2.222vw;
    margin-bottom: 5.555vw;
    flex-wrap: wrap;
  }

  .tagore-container .tagore-s15 .s15-title {
    width: 87.5%;
    margin: 0 auto;
    margin-top: 8.333vw;
  }

  .tagore-container .tagore-s15 .s15-img {
    width: 100%;
    margin-right: 0;
    margin-top: 11.1111vw;
  }

  .tagore-container .tagore-s15 .s15-img .s15-waves {
    width: 19.7222vw;
    height: 19.7222vw;
  }

  .tagore-container .tagore-s15 .s15-img .s15-waves .s15-icon1 {
    width: 5.277vw;
    height: 5.277vw;
  }

  .tagore-container .tagore-s15 .s15-img .s15-waves .s15-wave {
    width: 11.11111vw;
    height: 11.11111vw;
  }

  .tagore-container .tagore-s15 .s15-img .s15-waves1 {
    top: 0;
    left: 34.5833vw;
  }

  .tagore-container .tagore-s15 .s15-img .s15-waves2 {
    top: 29.722vw;
    left: 0;
  }

  .tagore-container .tagore-s16 {
    width: 88.88vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .tagore-container .tagore-s16 .s16-left,
  .tagore-container .tagore-s16 .s16-right {
    width: 100%;
    border-radius: 2.222vw;
  }

  .tagore-container .tagore-s16 .s16-title {
    width: 87.5%;
    margin: 0 auto;
    margin-bottom: 11.111vw;
    margin-top: 8.333vw;
  }

  .tagore-container .tagore-s16 .s16-img {
    margin: 0 auto;
    margin-bottom: 8.333vw;
  }

  .tagore-container .tagore-s16 .s16-left {
    margin-bottom: 5.55vw;
  }

  .tagore-container .tagore-s16 .s16-left .s16-img {
    width: 100%;
  }

  .tagore-container .tagore-s16 .s16-right .s16-img {
    width: 79.722222vw;
  }

  .tagore-container .section-footnote {
    color: #838389;
    font-size: 3.333vw;
    width: 88.8888vw;
    padding-top: 27.777vw;
    padding-bottom: 27.777vw;
  }

  .tagore-container .tagore-s7 .tagore-title-rel {
    padding-bottom: 1.833vw;
  }

  .tagore-container .tagore-s11 .tagore-title-rel {
    padding-bottom: 1.833vw;
  }


  .tagore-container .tagore-s17 .tagore-title-rel {
    padding-bottom: 1.833vw;
  }

}