*{
	font-family: Calibri !important;
}
.MsoNormal span,.page-content>p,.page-content>p span,.page-content div{
	font-size: 16pt !important;
	line-height: 2rem !important;
}
.MsoNormal img{
	width: 60% !important;
	margin: 0 auto;
	display: block;
}
.html-bg {
  width: 100%;
  height: auto;
}

.hid-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  font-size: 20px;
  font-weight: bold;
}


.nav-item {
  padding: 0 10px 10px;
}

.head-logo {
  width: 90px;
  display: block;
}

.arrow-down {
  width: 20px;
  padding-top: 2px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 36px;
  left: -6px;
  background: #fff;
  box-shadow: 1px 1px 7px #ccc;
}

.dropdown-menu .menu {
  padding: 10px 12px;
}

.dropdown-menu .menu:hover {
  background: #f5f1f1;
}

.navbar-cont {
  position: relative;
  margin-right: 30px;
}

.navbar-cont .nav-txt {
  visibility: visible;
}

.navbar-cont:hover .dropdown-menu {
  visibility: visible;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f8fc2e !important;
  padding-bottom: 0;
}

.content {
  width: 100%;
  height: auto;
  position: relative;
}


/* 文字样式 */
.pos-ab {
  position: absolute;
}

.txt1 {
  color: #373799;
  font-size: 180px;
  font-weight: bold;
  top: 6%;
  left: 28%;
}

.txt2 {
  font-size: 66px;
  font-weight: bold;
  top: 8.4%;
  left: 45%;
}

.txt3 {
  width: 36%;
  height: auto;
  top: 15.4%;
  left: 22%;
  font-size: 32px;
}

.p1 {
  color: #ee855d;
  padding-bottom: 30px;
  padding-left: 90px;
  font-size: 42px;
}

.txt4 {
  width: 33%;
  height: auto;
  top: 26.8%;
  right: 31%;
  font-size: 32px;
}

.txt4 .p2 {
  padding-bottom: 40px;
}

.txt5 {
  color: #ee855d;
  top: 37.8%;
  left: 46%;
  font-size: 42px;
}

.txt6 {
  color: #fff;
  width: 15%;
  height: auto;
  font-size: 32px;
  top: 41.6%;
  left: 20.6%;
  text-align: center;
}

.txt7 {
  color: #fff;
  width: 15%;
  height: auto;
  font-size: 32px;
  top: 41.6%;
  left: 42.6%;
  text-align: center;
}

.txt8 {
  color: #fff;
  width: 15%;
  height: auto;
  font-size: 32px;
  top: 40.6%;
  right: 19.6%;
  text-align: center;
}


.txt9 {
  width: 31%;
  height: auto;
  top: 51.8%;
  left: 20%;
  font-size: 32px;
}

.txt9 .p2 {
  padding-bottom: 40px;
}

.txt9 .p1 {
  color: #ee855d;
  padding-bottom: 30px;
  padding-left: 0px;
  font-size: 42px;
}

.txt10 {
  width: 21%;
  height: auto;
  top: 63%;
  left: 42%;
  font-size: 32px;
}

.txt10 .p1 {
  padding-left: 0px;
}

.txt11 {
  width: 36%;
  top: 72.4%;
  left: 35%;
  font-size: 54px;
  color: #ee855d;
}

.txt12 {
  width: 34%;
  height: auto;
  bottom: 9%;
  left: 36%;
  font-size: 44px;
}

.txt12 .p1 {
  padding-left: 0px;
}

.txt12 .p2 {
  font-size: 34px;
}

/* 文字样式 */


.cont-f-img {
  width: 100%;
  height: 400px;
}


.sm-title {
  width: 200px;
  height: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: #9dcffc;
  line-height: 60px;
  color: #fff;
  border-radius: 0px 30px 0 0;
  margin: 60px 0 30px 0;
}

.st-box {
  width: 750px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pi-box {
  width: 550px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.st-user {
  width: 230px;
  height: 300px;
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  transition: all .4s;
  transform-style: preserve-3d;
  transform: rotateY(0);
  animation-fill-mode: both;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #fff;
  padding: 20px;
}

.front {
  z-index: 2;
  backface-visibility: hidden;
}



.back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #fff;
  padding: 16px;
  overflow: scroll;
  overflow-x: hidden;
  word-wrap:break-word; 
    word-break:break-all;
}

.back::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.back::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #9dcffc;
}


.stamni {
  transform: rotateY(180deg);
  animation-fill-mode: both;
}

.st-icon {
  width: 190px;
  height: 210px;
  margin-bottom: 10px;
  background: #e5e5e5;
}

.st-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.f-screen-img {
  display: block;
  width: 100%;
  margin-top: 100px;
}


.image {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-block: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.image img {
  overflow: hidden;
  width: 80%;
  max-width: 100%;
  border-radius: 16px;
}

.image .caption {
  text-align: center;
  padding: 8px;
}

.sidebar {
  margin: 30px;
  margin-left: 50px;
  padding: 0;
  width: 20%;
  position: sticky;
  height: 100vh;
  overflow: visible;
  top: 220px;
  border-radius: 0px 20px 20px 0px;
  align-self: flex-start;
}

.sidebar a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
  font-size: 18px !important;
  font-family: "Kanit", sans-serif;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .bar-name {
  font-size: 24px;
  color: #fff;
}

.sidebarTab {
  width: fit-content;
  color: #333;
  text-align: left;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
}

.sele-sidebarTab {
  background: #9dcffc;
  color: #fff;
}

.iconHeader1 {
  padding-top: 20px;
}

.page-content {
  padding-left: 7%;
  padding-right: 7%;
  max-width: 1300px;
  margin: 30px auto !important;
}

.page-content>p {
  font-weight: 300;
  font-size: 18px;
  color: #666;
}

.page-title {
  color: #9dcffc;
  font-size: 28px;
  font-family: PingFangSC;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 2px #9dcffc;
}

.page-title2 {
  max-width: fit-content;
  height: 50px;
  background: #9dcffc;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 20px auto;
  padding: 0 20px;
}

.caption {
  color: #333;
  font-style: italic;
}

.footer {
  width: 100%;
  border-top: solid 1px #ccc;
  font-size: 18px;
  color: #fff;
  padding: 60px 0;
  background: #bee2ff;
}

.footer>p {
  padding-bottom: 0;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 1640px) {
  .sidebarTab {
    font-size: 14px;
  }

  /* 文字样式 */
  .txt1 {
    font-size: 120px;
  }

  .txt2 {
    font-size: 44px;
  }

  .txt3 {
    font-size: 24px;
  }

  .txt3 .p1 {
    font-size: 36px;
  }

  .txt4 {
    font-size: 20px;
  }

  .txt4 .p1 {
    font-size: 34px;
  }

  .txt5 {
    font-size: 32px;
  }

  .txt6 {
    font-size: 20px;
  }

  .txt7 {
    font-size: 20px;
  }

  .txt8 {
    font-size: 20px;
  }

  .txt9 {
    font-size: 20px;
  }

  .txt9 .p1 {
    font-size: 34px;
  }

  .txt10 {
    font-size: 20px;
    width: 25%;
  }

  .txt10 .p1 {
    font-size: 26px;
  }

  .txt11 {
    font-size: 32px;
  }

  .txt12 .p1 {
    font-size: 26px;
  }

  .txt12 .p2 {
    font-size: 20px;
  }

  /* 文字样式 */
}

@media screen and (max-width: 1400px) {
  .f-screen-img {
    width: 100%;
    margin-top: 80px;
  }


}

@media screen and (max-width: 768px) {
  .f-screen-img {
    width: 100%;
    margin-top: 40px;
  }

  /* 文字样式 */

  .txt1 {
    font-size: 34px;
  }

  .txt2 {
    font-size: 16px;
  }

  .txt3 {
    width: 64%;
    height: auto;
    top: 14.4%;
    left: 9%;
    font-size: 10px;
  }

  .txt3 .p1 {
    color: #ee855d;
    padding-bottom: 10px;
    padding-left: 90px;
    font-size: 14px;
  }

  .txt4 {
    width: 64%;
    height: auto;
    top: 25.4%;
    right: 0%;
    font-size: 10px;
  }

  .txt4 .p1 {
    color: #ee855d;
    padding-bottom: 0px;
    padding-left: 90px;
    font-size: 14px;
  }

  .txt4 .p2 {
    padding-bottom: 4px;
  }

  .txt5 {
    color: #ee855d;
    top: 37.8%;
    left: 42%;
    font-size: 16px;
  }

  .txt6 {
    color: #fff;
    width: 15%;
    height: auto;
    font-size: 10px;
    top: 40.6%;
    left: 20.6%;
    text-align: center;
  }

  .txt7 {
    color: #fff;
    width: 15%;
    height: auto;
    font-size: 10px;
    top: 40.6%;
    left: 42.6%;
    text-align: center;
  }

  .txt8 {
    color: #fff;
    width: 20%;
    height: auto;
    font-size: 10px;
    top: 39.6%;
    right: 18.6%;
    text-align: center;
    scale: .7;
  }

  .txt9 {
    width: 48%;
    height: auto;
    top: 49.8%;
    left: 10%;
    font-size: 10px;
  }

  .txt9 .p1 {
    color: #ee855d;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
  }

  .txt9 .p2 {
    padding-bottom: 4px;
  }

  .txt10 {
    width: 48%;
    height: auto;
    top: 63%;
    left: 42%;
    font-size: 10px;
  }

  .txt10 .p1 {
    padding-left: 0px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .txt11 {
    width: 40%;
    top: 72.4%;
    left: 33%;
    font-size: 10px;
    color: #ee855d;
  }

  .txt12 {
    width: 64%;
    height: auto;
    bottom: 8%;
    left: 20%;
    font-size: 10px;
  }

  .txt12 .p1 {
    padding-left: 0px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .txt12 .p2 {
    font-size: 10px;
  }


  /* 文字样式 */
  .content {
    margin-top: 106px;
  }

  .m-st-box {
    justify-content: center;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
  }

  .fixed-top {
    padding-top: 0px;
  }

  .f-img {
    width: 100%;
    height: 414px;
  }

  .f-img .f-1 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-2 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .f-img .f-4 {
    width: 70%;
    height: auto !important;
  }

  .cont-f-img {
    width: 100%;
    height: 150px;
    line-height: 150px !important;
  }

  .sidebar {
    display: none;
  }

  .page-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .m-icon {
    display: none;
  }

  .footer {
    padding: 30px;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
  }

  .m-mar-bt {
    margin-bottom: 30px;
  }

  .no-pb>p {
    margin-bottom: 0;
  }

  .st-box {
    width: 100%;
    margin: 0 auto 30px;
    justify-content: center;
  }

  .pi-box {
    width: 100%;
    margin: 0 auto 0px;
    padding-bottom: 30px;
    justify-content: center;
  }

  .navbar {
    font-weight: 700;
    font-size: 20px;
    background: #bee2ff;
  }

  .navbar-nav {
    background: #fff;
  }




  .f-screen-pos1 {
    position: absolute;
    width: 50px;
    top: 40px;
    right: 0;
  }

  .f-screen-pos2 {
    position: absolute;
    width: 90px;
    bottom: 10px;
    left: 10px;
  }

  .f-screen-pos3 {
    width: 70%;
    height: auto !important;
  }


  .m-pt {
    padding-top: 96px;
  }


  .dropdown-menu {
    width: 300px;
  }

}
