@charset "UTF-8";
html,
body {
  font-family: Arial, "微軟正黑體";
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

#toTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.newModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  display: none;
}

.newModal.show {
  z-index: 600;
  display: block;
}

.newModal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  padding: 20px 40px 60px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background: url(/images/official_web/Anti_fraud_bg.png?v=2023122701) center top no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}

.newModal .modal-dialog::before {
  content: "";
  height: 200px;
  margin-bottom: 20px;
  background: url(/images/official_web/Anti_fraud_icon.png?v=2023122701) center no-repeat;
  background-size: contain;
}

.newModal .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newModal .modal-dialog .modal-content .dialog_title {
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.newModal .modal-dialog .modal-content .dialog_text {
  color: #000;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}

.newModal .modal-dialog .close_popup {
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  background: url(/images/official_web/Anti_fraud_close.png?v=2023122701) center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

#container {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #606060;
  scroll-behavior: smooth;
  transition: all 0.5s ease-in-out;
}
#container .section_pic {
  position: absolute;
  bottom: -5%;
  width: calc(35% - 20px);
  height: 85%;
  z-index: 5;
}
#container header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 46, 115, 0.6);
  z-index: 50;
  transition: all 0.3s;
}
#container header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: rgba(0, 46, 115, 0.6) transparent transparent transparent;
  transform: translateX(-50%);
}
#container header .header_row {
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#container header .header_row .logo {
  width: 130px;
  min-width: 130px;
  height: 60px;
  margin: auto 20px;
  background: url(/images/official_web/TG_logo_img.png?v=2023052201) center no-repeat;
  background-size: contain;
}
#container header nav {
  flex: 1;
  height: 80px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#container header nav .close_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#container header nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  gap: 5px;
}
#container header nav ul li {
  flex: 1;
  transition: all 0.8s;
  display: block;
  z-index: 10;
}
#container header nav ul li:last-child {
  border-bottom: none;
}
#container header nav ul li a {
  position: relative;
  height: 100%;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
  transition: all 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container header nav ul li a:hover {
  color: #59bdff;
}
#container header nav ul li a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #59bdff;
}
#container header .select_language {
  max-width: 150px;
  position: relative;
  font-size: 13px;
}
#container header .select_language .Language_select {
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#container header .select_language .Language_select b {
  flex: 1;
  padding-right: 10px;
  color: #ffffff;
}
#container header .select_language .Language_select::before {
  content: "";
  width: 26px;
  height: 17px;
  margin-right: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
#container header .select_language .Language_select::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url(/images/official_web/com_body_open_btn.png) center no-repeat;
  background-size: contain;
}
#container header .select_language .Language_select[data-area="cn"]::before {
  background: url(/images/official_web/flag_cn.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="zh"]::before {
  background: url(/images/official_web/flag_zh.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="en"]::before {
  background: url(/images/official_web/flag_en.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="jp"]::before {
  background: url(/images/official_web/flag_jp.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="vn"]::before {
  background: url(/images/official_web/flag_vi.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="th"]::before {
  background: url(/images/official_web/flag_th.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="kr"]::before {
  background: url(/images/official_web/flag_ko.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="in"]::before {
  background: url(/images/official_web/flag_hi.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="pt"]::before {
  background: url(/images/official_web/flag_pt.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="es"]::before {
  background: url(/images/official_web/flag_es.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_select[data-area="id"]::before {
  background: url(/images/official_web/flag_id.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 180px;
  z-index: 500;
  display: none;
}
#container header .select_language .Language_list ul {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 5px 0;
  border-radius: 10px;
  background-color: #fdfdfd;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgba(120, 68, 215, 0.1);
  z-index: 10;
}
#container header .select_language .Language_list ul li {
  min-height: 36px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#container header .select_language .Language_list ul li::before {
  content: "";
  width: 30px;
  height: 20px;
  margin-right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#container header .select_language .Language_list ul li:hover {
  background: #f1edf7;
}
#container header .select_language .Language_list ul li[data-area="cn"]::before {
  background: url(/images/official_web/flag_cn.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="zh"]::before {
  background: url(/images/official_web/flag_zh.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="en"]::before {
  background: url(/images/official_web/flag_en.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="jp"]::before {
  background: url(/images/official_web/flag_jp.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="vn"]::before {
  background: url(/images/official_web/flag_vi.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="th"]::before {
  background: url(/images/official_web/flag_th.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="kr"]::before {
  background: url(/images/official_web/flag_ko.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="in"]::before {
  background: url(/images/official_web/flag_hi.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="pt"]::before {
  background: url(/images/official_web/flag_pt.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="es"]::before {
  background: url(/images/official_web/flag_es.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list ul li[data-area="id"]::before {
  background: url(/images/official_web/flag_id.jpg) center no-repeat;
  background-size: cover;
}
#container header .select_language .Language_list .close_list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#container header .select_language.active .Language_list {
  display: block;
}
#container header .switch {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none;
}
#container header .switch::before,
#container header .switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 2px;
  background: #ffffff;
  display: block;
  transition: all 0.5s;
  transform-origin: center;
  transform: translateY(-50%);
}
#container header .switch b {
  width: 80%;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  display: block;
  transition: all 0.5s;
}
#container header.active nav {
  display: flex;
}
#container header.active nav .close_menu {
  display: block;
}
#container header.active .switch::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
  transition: all 0.5s;
  transform: rotate(45deg) translateY(-50%);
}
#container header.active .switch::after {
  width: 100%;
  left: auto;
  right: 0%;
  opacity: 1;
  transition: all 0.5s;
  transform: rotate(-45deg) translateY(-50%);
}
#container header.active .switch b {
  opacity: 0;
}
#container main {
  position: relative;
  width: 100%;
  color: #fff;
  scroll-behavior: smooth;
  overflow: hidden;
  z-index: 4;
}
#container main section h1,
#container main section h2 {
  position: relative;
  color: #fff;
  font-size: 1.8em;
  margin: 0 auto 60px;
  display: block;
  line-height: 1.2;
}
#container main section h1 span,
#container main section h2 span {
  position: relative;
  padding-bottom: 10px;
}
#container main section h1 span::before,
#container main section h2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  transform: translateY(50%);
}
#container main section h1 span::after,
#container main section h2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 9px;
  border-radius: 6px;
  background: #fff;
  display: block;
  transform: translateY(50%);
}
#container main section .title {
  color: #00255d;
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 30px;
}
#container main section#Home {
  position: relative;
}
#container main section#Home .home_content {
  position: absolute;
  top: 0;
  left: 8%;
  width: 35%;
  color: #fff;
  height: 100%;
  opacity: 1;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#container main section#Home .home_content img {
  width: 100%;
  margin-bottom: 5%;
  animation-duration: 2s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Home .home_content h1 {
  width: 100%;
  text-align: center;
  margin: 12% 0 5%;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
  text-shadow: 0 0 5px #000;
}
#container main section#Home .home_content h1 b {
  color: #59bdff;
  font-size: 2.2rem;
}
#container main section#Home .home_content h1.pagination {
  color: #002793;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: none;
}
#container main section#Home .home_content h2 {
  width: 100%;
  color: #002793;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Home .home_content h3 {
  width: 100%;
  text-align: center;
  margin: 12% 0 5%;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
  text-shadow: 0 0 5px #000;
}
#container main section#Home .home_content h3 b {
  color: #59bdff;
  font-size: 2.2rem;
}
#container main section#Home .home_content h4 {
  width: 100%;
  text-align: center;
  margin: 10% 0 5%;
  font-size: 1.4rem;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
  text-shadow: 0 0 5px #000;
}
#container main section#Home .home_content h4 b {
  color: #59bdff;
}
#container main section#Home .home_content span {
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-name: RtoL_anime;
  animation-fill-mode: backwards;
}
#container main section#Home .home_content ul {
  height: 27px;
  width: 100%;
  margin: 5% 0;
  display: flex;
  gap: 20px;
  overflow: hidden;
}
#container main section#Home .home_content ul li {
  flex: 1;
  font-size: 1.1em;
  color: #59bdff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container main section#Home .home_content ul li:nth-child(1) {
  animation-duration: 1s;
  animation-delay: 3s;
  animation-name: TtoB_anime;
  animation-fill-mode: backwards;
}
#container main section#Home .home_content ul li:nth-child(2) {
  animation-duration: 1s;
  animation-delay: 3.5s;
  animation-name: TtoB_anime;
  animation-fill-mode: backwards;
}
#container main section#Home .home_content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #59bdff;
  margin-right: 5px;
  border-radius: 50%;
}
#container main section#Home .home_content .scroll {
  min-width: 240px;
  color: #59bdff;
  font-size: 1.1em;
  padding: 15px 20px;
  margin-top: 10%;
  text-align: center;
  border: 1px solid #59bdff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.23);
  cursor: pointer;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Home #home-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#container main section#Home .home_bg {
  position: relative;
  width: 100%;
}
#container main section#Home .home_bg img {
  width: 100%;
  display: block;
}
#container main section#About {
  position: relative;
  padding: 0 30px 5%;
  margin-top: -50px;
}
#container main section#About .About_content_head {
  margin-bottom: -1px;
}
#container main section#About .About_content_head img {
  width: 100%;
  display: block;
}
#container main section#About .About_content_foot {
  margin-top: -1px;
}
#container main section#About .About_content_foot img {
  width: 100%;
  display: block;
}
#container main section#About #About_content {
  padding: 2% 3% 3% 45%;
  background: url(/images/official_web/about_bg.png?update_at=202302151647) center top no-repeat;
  background-size: 100% 100%;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
#container main section#About #About_content .About_logo {
  position: absolute;
  left: 25%;
  top: 45%;
  width: 35%;
  transform: translate(-50%, -50%);
}
#container main section#About #About_content .About_logo img {
  width: 100%;
}
#container main section#About #About_content .content {
  position: relative;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
#container main section#About #About_content .content h1 {
  opacity: 0;
  margin: 0 auto 5%;
}
#container main section#About #About_content .content h3 {
  opacity: 0;
}
#container main section#About #About_content .content p {
  color: #fff;
  font-size: 0.8em;
  text-align: right;
  line-height: 1.5;
  opacity: 0;
}
#container main section#About #About_content #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container main section#About .About_bg {
  margin-top: -3.5%;
}
#container main section#About .About_bg img {
  width: 100%;
}
#container main section#About.animeed #About_content .content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#About.animeed #About_content .content h3 {
  opacity: 1;
  margin-left: 0%;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#About.animeed #About_content .content p {
  opacity: 1;
  margin-top: 0;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Advantage {
  background: #fff;
  background-size: contain;
}
#container main section#Advantage #Advantage_content {
  width: 100%;
  padding: 1% 8% 10%;
  text-align: center;
}
#container main section#Advantage #Advantage_content h2 {
  color: #435577;
  opacity: 1;
}
#container main section#Advantage #Advantage_content h2 span b {
  color: #3672cf;
}
#container main section#Advantage #Advantage_content h2 span::before {
  background: #3672cf;
}
#container main section#Advantage #Advantage_content h2 span::after {
  background: #3672cf;
}
#container main section#Advantage #Advantage_content ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
#container main section#Advantage #Advantage_content ul li {
  width: 31%;
  margin-bottom: 5%;
}
#container main section#Advantage #Advantage_content ul li:nth-child(5n + 1) {
  margin-right: 2%;
  margin-left: 2%;
}
#container main section#Advantage #Advantage_content ul li .pic {
  opacity: 0;
  max-width: 350px;
  margin: 0 auto;
}
#container main section#Advantage #Advantage_content ul li .pic img {
  width: 100%;
}
#container main section#Advantage #Advantage_content ul li span {
  opacity: 0;
  color: #435577;
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
}
#container main section#Advantage.animeed #Advantage_content h1 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Advantage.animeed #Advantage_content ul li .pic {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 1.5s;
  animation-name: LtoR_anime2;
  animation-fill-mode: backwards;
}
#container main section#Advantage.animeed #Advantage_content ul li span {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(1) .pic {
  animation-delay: 0.5s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(1) span {
  animation-delay: 1s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(2) .pic {
  animation-delay: 0.7s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(2) span {
  animation-delay: 1.2s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(3) .pic {
  animation-delay: 0.9s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(3) span {
  animation-delay: 1.4s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(4) .pic {
  animation-delay: 1.1s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(4) span {
  animation-delay: 1.6s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(5) .pic {
  animation-delay: 1.3s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(5) span {
  animation-delay: 1.8s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(6) .pic {
  animation-delay: 1.5s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(6) span {
  animation-delay: 2s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(7) .pic {
  animation-delay: 1.7s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(7) span {
  animation-delay: 2.2s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(8) .pic {
  animation-delay: 1.9s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(8) span {
  animation-delay: 2.4s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(9) .pic {
  animation-delay: 2.1s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(9) span {
  animation-delay: 2.6s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(10) .pic {
  animation-delay: 2.3s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(10) span {
  animation-delay: 2.8s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(11) .pic {
  animation-delay: 2.5s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(11) span {
  animation-delay: 3s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(12) .pic {
  animation-delay: 2.7s;
}
#container main section#Advantage.animeed #Advantage_content ul li:nth-child(12) span {
  animation-delay: 3.2s;
}
#container main section#Rules {
  background: #fff;
  background-size: contain;
}
#container main section#Rules #Rules_content {
  width: 100%;
  padding: 1% 8% 5%;
  text-align: center;
}
#container main section#Rules #Rules_content h2 {
  color: #435577;
  opacity: 0;
}
#container main section#Rules #Rules_content h2 span b {
  color: #3672cf;
}
#container main section#Rules #Rules_content h2 span::before {
  background: #3672cf;
}
#container main section#Rules #Rules_content h2 span::after {
  left: 130px;
  width: 65px;
  background: #3672cf;
}
#container main section#Rules #Rules_content ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
}
#container main section#Rules #Rules_content ul li {
  display: flex;
  align-items: center;
  gap: 40px;
}
#container main section#Rules #Rules_content ul li .pic {
  width: 280px;
  opacity: 0;
}
#container main section#Rules #Rules_content ul li .pic img {
  width: 100%;
}
#container main section#Rules #Rules_content ul li .text {
  flex: 1;
  opacity: 0;
}
#container main section#Rules #Rules_content ul li .text span {
  color: #3672cf;
  font-weight: bold;
  text-align: left;
  display: block;
}
#container main section#Rules #Rules_content ul li .text p {
  color: #435577;
  text-align: left;
}
#container main section#Rules #Rules_content ul li .text p b {
  display: block;
}
#container main section#Rules.animeed #Rules_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Rules.animeed #Rules_content ul li .pic {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Rules.animeed #Rules_content ul li .text {
  opacity: 1;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Rules.animeed #Rules_content ul li:nth-child(1) .pic {
  animation-delay: 0.5s;
}
#container main section#Rules.animeed #Rules_content ul li:nth-child(1) .text {
  animation-delay: 1s;
}
#container main section#Rules.animeed #Rules_content ul li:nth-child(2) .pic {
  animation-delay: 0.7s;
}
#container main section#Rules.animeed #Rules_content ul li:nth-child(2) .text {
  animation-delay: 1.2s;
}
#container main section#Advantage_p1 {
  background: linear-gradient(to bottom, #f0f7ff 10%, #fff);
}
#container main section#Advantage_p1 #Advantage_head img {
  width: 100%;
}
#container main section#Advantage_p1 #Advantage_content {
  width: 100%;
  padding: 4% 8% 3%;
  text-align: center;
  color: #435577;
  font-size: 1em;
}
#container main section#Advantage_p1 #Advantage_content h2 {
  opacity: 0;
  color: #435577;
  margin-bottom: 20px;
}
#container main section#Advantage_p1 #Advantage_content h2 span b {
  color: #3672cf;
}
#container main section#Advantage_p1 #Advantage_content h2 span::before {
  background: #3672cf;
}
#container main section#Advantage_p1 #Advantage_content h2 span::after {
  left: auto;
  right: 0;
  width: 65px;
  background: #3672cf;
}
#container main section#Advantage_p1 #Advantage_content .tab_group {
  margin: 60px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#container main section#Advantage_p1 #Advantage_content .tab_group .tab {
  flex: 1;
  color: #9b9b9b;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
#container main section#Advantage_p1 #Advantage_content .tab_group .tab.active {
  position: relative;
  color: #0052bd;
}
#container main section#Advantage_p1 #Advantage_content .tab_group .tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #0052bd;
}
#container main section#Advantage_p1 #Advantage_content .content {
  display: none;
  padding: 40px;
  text-align: left;
}
#container main section#Advantage_p1 #Advantage_content .content p {
  line-height: 1.6;
  opacity: 0;
}
#container main section#Advantage_p1 #Advantage_content .content.active {
  display: block;
}
#container main section#Advantage_p1.animeed #Advantage_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Advantage_p1.animeed #Advantage_content p {
  opacity: 1;
  margin-left: 0%;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Advantage_p1.animeed #Advantage_content .row.first_row .col {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 0.5s;
  animation-name: LtoR_anime3;
  animation-fill-mode: backwards;
}
#container main section#Advantage_p1.animeed #Advantage_content .row.first_row .col:nth-child(1) {
  animation-delay: 0.8s;
}
#container main section#Advantage_p1.animeed #Advantage_content .row.first_row .col:nth-child(2) {
  animation-delay: 1.2s;
}
#container main section#Advantage_p1.animeed #Advantage_content .row.second_row .col {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 0.5s;
  animation-name: LtoR_anime3;
  animation-fill-mode: backwards;
}
#container main section#Advantage_p1.animeed #Advantage_content .row.second_row .col:nth-child(1) {
  animation-delay: 1.6s;
}
#container main section#Advantage_p1.animeed #Advantage_content .row.third_row .col {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 0.5s;
  animation-name: LtoR_anime3;
  animation-fill-mode: backwards;
}
#container main section#Advantage_p1.animeed #Advantage_content .row.third_row .col:nth-child(1) {
  animation-delay: 0.8s;
}
#container main section#service_p2 {
  padding-bottom: 10%;
  background: linear-gradient(to bottom, #fff, #dbe9ff);
}
#container main section#service_p2 #service_content {
  width: 100%;
  padding: 0 8% 3%;
  text-align: center;
  color: #435577;
  font-size: 1em;
}
#container main section#service_p2 #service_content h2 {
  opacity: 0;
  color: #435577;
  margin-bottom: 20px;
}
#container main section#service_p2 #service_content h2 span b {
  color: #3672cf;
}
#container main section#service_p2 #service_content h2 span::before {
  background: #3672cf;
}
#container main section#service_p2 #service_content h2 span::after {
  left: 0;
  width: 65px;
  background: #3672cf;
}
#container main section#service_p2 #service_content .tab_group {
  opacity: 0;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#container main section#service_p2 #service_content .tab_group .tab {
  flex: 1;
  max-width: 300px;
  color: #9b9b9b;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
#container main section#service_p2 #service_content .tab_group .tab.active {
  position: relative;
  color: #0052bd;
}
#container main section#service_p2 #service_content .tab_group .tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #0052bd;
}
#container main section#service_p2 #service_content .content {
  display: none;
  padding: 40px 80px;
  text-align: left;
  opacity: 0;
}
#container main section#service_p2 #service_content .content .service_box {
  display: flex;
  align-items: flex-start;
  gap: 10%;
}
#container main section#service_p2 #service_content .content .service_box ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#container main section#service_p2 #service_content .content .service_box ul li {
  font-weight: bold;
}
#container main section#service_p2 #service_content .content .service_box .service_pic {
  width: 300px;
}
#container main section#service_p2 #service_content .content .service_box .service_pic img {
  width: 100%;
}
#container main section#service_p2 #service_content .content.active {
  display: block;
}
#container main section#service_p2.animeed #service_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#service_p2.animeed #service_content .tab_group {
  opacity: 1;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#service_p2.animeed #service_content .content.active {
  opacity: 1;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#select_p2 {
  position: relative;
}
#container main section#select_p2 #select_head {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
#container main section#select_p2 #select_head img {
  width: 100%;
  display: block;
}
#container main section#select_p2 #select_content {
  width: 100%;
  padding: 1% 8% 15%;
  text-align: center;
  background: url(/images/official_web/selectBG.png) center no-repeat;
  background-size: 100% 100%;
}
#container main section#select_p2 #select_content h2 {
  color: #435577;
  opacity: 0;
}
#container main section#select_p2 #select_content h2 span b {
  color: #3672cf;
}
#container main section#select_p2 #select_content h2 span::before {
  background: #3672cf;
}
#container main section#select_p2 #select_content h2 span::after {
  left: 98px;
  width: 65px;
  background: #3672cf;
}
#container main section#select_p2 #select_content .select_row {
  display: flex;
  align-items: stretch;
  gap: 50px;
}
#container main section#select_p2 #select_content .select_row .select_col span {
  height: 40px;
  color: #435577;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
#container main section#select_p2 #select_content .select_row .select_col ul {
  height: calc(100% - 70px);
  padding: 40px 30px;
  margin-top: 30px;
  border-radius: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
#container main section#select_p2 #select_content .select_row .select_col ul li {
  color: #435577;
  font-weight: bold;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#container main section#select_p2 #select_content .select_row .select_col ul li b {
  color: #3672cf;
  display: flex;
  align-items: center;
  gap: 5px;
}
#container main section#select_p2 #select_content .select_row .select_col.highlight span {
  color: #e59100;
}
#container main section#select_p2 #select_content .select_row .select_col.highlight ul li b::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/images/official_web/good_ic.png") center no-repeat;
  background-size: contain;
}
#container main section#select_p2.animeed #select_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#select_p2.animeed #select_content .select_row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
}
#container main section#select_p2.animeed #select_content .select_row .select_col {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#select_p2.animeed #select_content .select_row .select_col:nth-child(1) {
  animation-delay: 0.5s;
}
#container main section#select_p2.animeed #select_content .select_row .select_col:nth-child(2) {
  animation-delay: 0.7s;
}
#container main section#SiGMA {
  background: #f2f6ff;
}
#container main section#SiGMA_video  {
  background: linear-gradient(to bottom, #f2f6ff 10%, #fff);
}
#container main section#SiGMA #SiGMA_head img,
#container main section#SiGMA_video #video_head img {
  width: 100%;
}
#container main section#SiGMA #SiGMA_content {
  position: relative;
  width: 100%;
  padding: 8% 0 20%;
  text-align: center;
  color: #435577;
  font-size: 1em;
}
#container main section#SiGMA_video #video_content {
  position: relative;
  width: 100%;
  padding: 8% 0 5%;
  text-align: center;
  color: #435577;
  font-size: 1em;
}
#container main section#SiGMA_video #video_content h2 {
  color: #435577;
  margin-bottom: 50px;
}
#container main section#SiGMA_video #video_content h2 span b {
  color: #3672cf;
}
#container main section#SiGMA_video #video_content h2 span::before {
  background: #3672cf;
}
#container main section#SiGMA_video #video_content h2 span::after {
  left: auto;
  right: 0;
  background: #3672cf;
}
#container main section#SiGMA_video #video_content .SiGMA_video {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#container main section#SiGMA_video #video_content .SiGMA_video .SiGMA_text {
  flex: 1;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 2;
  padding: 0 5%;
}
#container main section#SiGMA_video #video_content .SiGMA_video .video {
  width: 100%;
  max-width: 800px;
}
#container main section#SiGMA_video #video_content .SiGMA_video .video video {
  width: 100%;
}
#container main section#SiGMA #SiGMA_content .tab_group {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
#container main section#SiGMA #SiGMA_content .tab_group .tab {
  color: #9b9b9b;
  font-size: 1.8em;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}
#container main section#SiGMA #SiGMA_content .tab_group .tab.active {
  position: relative;
  color: #0052bd;
}
#container main section#SiGMA #SiGMA_content .tab_group .tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #0052bd;
}
#container main section#SiGMA #SiGMA_content .title {
  max-width: 1200px;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0 5%;
  margin: 0 auto 90px;
  text-align: center;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container {
  position: relative;
  width: 100%;
  padding: 10px 0 50px;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  height: 150%;
  background: linear-gradient(to right, rgba(242, 248, 255, 0.8), rgba(242, 248, 255, 0));
  z-index: 10;
  transform: translateY(-50%);
}
#container main section#SiGMA #SiGMA_content .SiGMA-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  height: 150%;
  background: linear-gradient(to left, rgba(242, 248, 255, 0.8), rgba(242, 248, 255, 0));
  z-index: 10;
  transform: translateY(-50%);
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-slide {
  opacity: 1;
  text-align: center;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
  box-shadow: 0 0 10px 0 rgba(0, 19, 78, 0.3);
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-slide img {
  width: 100%;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-slide.swiper-slide-active,
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-slide.swiper-slide-duplicate-active {
  position: relative;
  transform: scale(1.3);
  overflow: hidden;
  box-shadow: none;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-pagination {
  bottom: -10%;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #3d3d3d;
}
#container
  main
  section#SiGMA
  #SiGMA_content
  .SiGMA-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3672cf;
  border: 1px solid #3672cf;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-button-next,
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-button-prev {
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 25%;
  height: 100%;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/official_web/uiphoto_select_right_ic.png) center no-repeat;
  background-size: 50px auto;
  z-index: 20;
  transform: translateY(-50%);
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-button-next::after,
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-button-prev::after {
  content: none;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-button-next {
  right: 2%;
}
#container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-button-prev {
  left: 2%;
  transform: scaleX(-1) translateY(-50%);
}
#container main section#SiGMA.animeed #SiGMA_content h3 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#SiGMA.animeed #SiGMA_content .SiGMA-container .swiper-slide {
  opacity: 1;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#SiGMA.animeed #SiGMA_content .SiGMA-container .swiper-button-next,
#container main section#SiGMA.animeed #SiGMA_content .SiGMA-container .swiper-button-prev {
  opacity: 1;
  animation-delay: 1.5s;
  animation-duration: 2s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Partner {
  position: relative;
  background:
    url("/images/official_web/partner_bg_img.png") center top no-repeat,
    linear-gradient(to bottom, #f3f7fe 50%, #fff 51%);
  background-size: 100% 100%;
}
#container main section#Partner #Partner_content {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9% 8%;
  margin-top: -10%;
}
#container main section#Partner #Partner_content h3 {
  opacity: 0;
  margin-bottom: 8vw;
}
#container main section#Partner #Partner_content h4 {
  opacity: 0;
  margin-bottom: 6vw;
}
#container main section#Partner #Partner_content ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#container main section#Partner #Partner_content ul li {
  width: calc(16.6666666667% - 20px);
}
#container main section#Partner #Partner_content ul li img {
  width: 100%;
  max-width: 180px;
  opacity: 0;
  display: block;
}
#container main section#Partner.forP2 #Partner_content {
  margin-top: -10%;
  margin-bottom: -10%;
  background:
    url(/images/official_web/partner_bg_img.png) center top no-repeat,
    linear-gradient(to bottom, #dae9f6 50%, #fff 51%);
  background-size: 100% 100%;
}
#container main section#Partner.forP2 #Partner_content h2 {
  margin-bottom: 3vw;
}
#container main section#Partner.forP2 #Partner_content h2 span::after {
  width: 95px;
  left: auto;
  right: 0;
}
#container main section#Partner.animeed #Partner_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Partner.animeed #Partner_content h3 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Partner.animeed #Partner_content ul li img {
  opacity: 1;
  margin-top: 0%;
  animation-duration: 0.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(1) img {
  animation-delay: 0.5s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(2) img {
  animation-delay: 0.55s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(3) img {
  animation-delay: 0.6s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(4) img {
  animation-delay: 0.65s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(5) img {
  animation-delay: 0.7s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(6) img {
  animation-delay: 0.75s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(7) img {
  animation-delay: 0.8s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(8) img {
  animation-delay: 0.85s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(9) img {
  animation-delay: 0.9s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(10) img {
  animation-delay: 0.95s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(11) img {
  animation-delay: 1s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(12) img {
  animation-delay: 1.05s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(13) img {
  animation-delay: 1.1s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(14) img {
  animation-delay: 1.15s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(15) img {
  animation-delay: 1.2s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(16) img {
  animation-delay: 1.25s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(17) img {
  animation-delay: 1.3s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(18) img {
  animation-delay: 1.35s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(19) img {
  animation-delay: 1.4s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(20) img {
  animation-delay: 1.45s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(21) img {
  animation-delay: 1.5s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(22) img {
  animation-delay: 1.55s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(23) img {
  animation-delay: 1.6s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(24) img {
  animation-delay: 1.65s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(25) img {
  animation-delay: 1.7s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(26) img {
  animation-delay: 1.75s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(27) img {
  animation-delay: 1.8s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(28) img {
  animation-delay: 1.85s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(29) img {
  animation-delay: 1.9s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(30) img {
  animation-delay: 1.95s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(31) img {
  animation-delay: 2s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(32) img {
  animation-delay: 2.05s;
}
#container main section#Partner.animeed #Partner_content ul li:nth-child(33) img {
  animation-delay: 2.1s;
}
#container main section#program {
  background: url(/images/official_web/standardplan_bg_img-min.png) center top no-repeat;
  background-size: 100% 100%;
}
#container main section#program #program_content {
  width: 100%;
  padding: 4% 8% 3%;
  text-align: center;
  color: #435577;
  font-size: 1em;
}
#container main section#program #program_content h2 {
  opacity: 0;
  color: #435577;
  margin-bottom: 20px;
}
#container main section#program #program_content h2 span b {
  color: #3672cf;
}
#container main section#program #program_content h2 span::before {
  background: #3672cf;
}
#container main section#program #program_content h2 span::after {
  background: #3672cf;
}
#container main section#program #program_content .tab_group {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#container main section#program #program_content .tab_group .tab {
  color: #9b9b9b;
  font-size: 1.8em;
  padding: 10px;
  cursor: pointer;
}
#container main section#program #program_content .tab_group .tab.active {
  position: relative;
  color: #0052bd;
}
#container main section#program #program_content .tab_group .tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #0052bd;
}
#container main section#program #program_content p {
  opacity: 0;
}
#container main section#program #program_content .row {
  position: relative;
  margin-top: 8%;
  display: flex;
  align-items: stretch;
  gap: 5%;
}
#container main section#program #program_content .row .col {
  position: relative;
  left: 0;
  opacity: 0;
  flex: 1;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff);
}
#container main section#program #program_content .row .col.to-api {
  height: 300px;
}
#container main section#program #program_content .row .col.to-api p b {
  color: #435577;
}
#container main section#program #program_content .row .col .col_head {
  position: relative;
  height: 80px;
  color: #3672cf;
  font-size: 1.35em;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container main section#program #program_content .row .col .col_head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
#container main section#program #program_content .row .col .col_head.front::before {
  background: url(/images/official_web/standardplan1_ic.png) left center no-repeat;
  background-size: contain;
}
#container main section#program #program_content .row .col .col_head.system::before {
  background: url(/images/official_web/standardplan2_ic.png) left center no-repeat;
  background-size: contain;
}
#container main section#program #program_content .row .col .col_head.backstage::before {
  background: url(/images/official_web/standardplan3_ic.png) left center no-repeat;
  background-size: contain;
}
#container main section#program #program_content .row .col .col_head.api {
  margin-bottom: -20px;
}
#container main section#program #program_content .row .col .col_head.api::before {
  background: url(/images/official_web/standardplan4_ic.png) left center no-repeat;
  background-size: contain;
}
#container main section#program #program_content .row .col .col_head.data_plan {
  margin-bottom: -20px;
}
#container main section#program #program_content .row .col .col_head.data_plan::before {
  background: url(/images/official_web/standardplan5_ic.png) left center no-repeat;
  background-size: contain;
}
#container main section#program #program_content .row .col p {
  line-height: 1.6;
  padding: 0 5%;
  margin: 10px auto 30px;
}
#container main section#program #program_content .row .col p b {
  color: #3672cf;
  font-size: 1.1em;
  display: block;
}
#container main section#program #program_content .row .col p b.mt-5 {
  margin-top: 30px;
}
#container main section#program #program_content .row:last-child {
  margin-top: 7.5%;
}
#container main section#program #program_content .toform_btn {
  min-width: 400px;
  height: 112px;
  margin-top: 70px;
  color: #8bf0ff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background: url(/images/official_web/btn.png) left center no-repeat;
  background-size: contain;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#container main section#program #program_content .toform_btn:hover {
  transform: scale(1.1);
}
#container main section#program.animeed #program_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#program.animeed #program_content p {
  opacity: 1;
  margin-left: 0%;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#program.animeed #program_content .row.first_row .col {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 0.5s;
  animation-name: LtoR_anime3;
  animation-fill-mode: backwards;
}
#container main section#program.animeed #program_content .row.first_row .col:nth-child(1) {
  animation-delay: 0.8s;
}
#container main section#program.animeed #program_content .row.first_row .col:nth-child(2) {
  animation-delay: 1.2s;
}
#container main section#program.animeed #program_content .row.second_row .col {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 0.5s;
  animation-name: LtoR_anime3;
  animation-fill-mode: backwards;
}
#container main section#program.animeed #program_content .row.second_row .col:nth-child(1) {
  animation-delay: 1.6s;
}
#container main section#program.animeed #program_content .row.third_row .col {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 0.5s;
  animation-name: LtoR_anime3;
  animation-fill-mode: backwards;
}
#container main section#program.animeed #program_content .row.third_row .col:nth-child(1) {
  animation-delay: 0.8s;
}
#container main section#interface {
  background: linear-gradient(to bottom, #f0f7ff 10%, #fff);
}
#container main section#interface #interface_head img {
  width: 100%;
}
#container main section#interface #interface_content {
  width: 100%;
  padding: 8% 0 0;
  text-align: center;
  color: #435577;
  font-size: 1em;
}
#container main section#interface #interface_content h2 {
  color: #435577;
  margin-bottom: 6%;
  opacity: 0;
}
#container main section#interface #interface_content h2 span b {
  color: #3672cf;
}
#container main section#interface #interface_content h2 span::before {
  background: #3672cf;
}
#container main section#interface #interface_content h2 span::after {
  left: auto;
  right: 0;
  background: #3672cf;
}
#container main section#interface #interface_content .swiper-container {
  width: 100%;
  padding: 10px 0 50px;
}
#container main section#interface #interface_content .swiper-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: linear-gradient(to right, rgba(242, 248, 255, 0.8), rgba(242, 248, 255, 0));
  z-index: 10;
}
#container main section#interface #interface_content .swiper-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background: linear-gradient(to left, rgba(242, 248, 255, 0.8), rgba(242, 248, 255, 0));
  z-index: 10;
}
#container main section#interface #interface_content .swiper-container .phone {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20%;
  height: calc(100% - 60px);
  background: url(/images/official_web/uiphoto_phone_img.png) left center no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 47px;
  box-shadow: 0 0 10px 0 rgba(0, 19, 78, 0.3);
}
#container main section#interface #interface_content .swiper-container .swiper-slide {
  opacity: 0;
  text-align: center;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
  box-shadow: 0 0 10px 0 rgba(0, 19, 78, 0.3);
}
#container main section#interface #interface_content .swiper-container .swiper-slide img {
  width: 100%;
}
#container main section#interface #interface_content .swiper-container .swiper-slide.swiper-slide-active,
#container main section#interface #interface_content .swiper-container .swiper-slide.swiper-slide-duplicate-active {
  position: relative;
  transform: scale(1);
  border-radius: 15%;
  padding: 16px 5px 16px;
  overflow: hidden;
  box-shadow: none;
}
#container main section#interface #interface_content .swiper-container .swiper-pagination {
  bottom: 0;
}
#container main section#interface #interface_content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #3d3d3d;
}
#container
  main
  section#interface
  #interface_content
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3672cf;
  border: 1px solid #3672cf;
}
#container main section#interface #interface_content .swiper-container .swiper-button-next,
#container main section#interface #interface_content .swiper-container .swiper-button-prev {
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/official_web/uiphoto_select_right_ic.png) center no-repeat;
  background-size: contain;
}
#container main section#interface #interface_content .swiper-container .swiper-button-next::after,
#container main section#interface #interface_content .swiper-container .swiper-button-prev::after {
  content: none;
}
#container main section#interface #interface_content .swiper-container .swiper-button-next {
  right: 12%;
}
#container main section#interface #interface_content .swiper-container .swiper-button-prev {
  left: 12%;
  transform: scaleX(-1);
}
#container main section#interface.animeed #interface_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#interface.animeed #interface_content .swiper-container .phone {
  opacity: 1;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#interface.animeed #interface_content .swiper-container .swiper-slide {
  opacity: 1;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#interface.animeed #interface_content .swiper-container .swiper-button-next,
#container main section#interface.animeed #interface_content .swiper-container .swiper-button-prev {
  opacity: 1;
  animation-delay: 1.5s;
  animation-duration: 2s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#online {
  position: relative;
}
#container main section#online #online_content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 12% 8% 8%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#container main section#online #online_content .sub_title {
  width: 32%;
  display: flex;
  flex-direction: column;
}
#container main section#online #online_content .sub_title .slogan {
  position: relative;
  padding-top: 20%;
  font-size: 4.2vw;
  background: -webkit-linear-gradient(-90deg, #8098bd, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #978170;
}
#container main section#online #online_content .sub_title .slogan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  padding-top: 30%;
  background: url(/images/official_web/readygo_words_img.png) no-repeat;
  background-size: 100% auto;
}
#container main section#online #online_content .sub_title img {
  opacity: 0;
  width: 100%;
}
#container main section#online #online_content .sub_title button {
  opacity: 0;
  width: 90%;
  min-height: 70px;
  color: #8bf0ff;
  font-size: 1.35em;
  margin: 20% auto 0;
  border-radius: 10px;
  border: 1px solid #8bf0ff;
  background: rgba(0, 0, 0, 0.4);
  transform: scale(0.9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#container main section#online #online_content .sub_title button:hover,
#container main section#online #online_content .sub_title button:active {
  transform: scale(1);
  filter: brightness(150%);
  background: rgba(0, 0, 0, 0.2);
  box-shadow:
    0 0 15px 0 rgba(255, 255, 255, 0.3),
    0 0 10px 0 rgba(255, 255, 255, 0.3);
}
#container main section#online .online_bg img {
  width: 100%;
}
#container main section#online.animeed #interface_content h2 {
  opacity: 1;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#online.animeed #interface_content .swiper-container .phone {
  opacity: 1;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#online.animeed #interface_content .swiper-container .swiper-slide {
  opacity: 1;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#online.animeed #interface_content .swiper-container .swiper-button-next,
#container main section#online.animeed #interface_content .swiper-container .swiper-button-prev {
  opacity: 1;
  animation-delay: 1.5s;
  animation-duration: 2s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#online.animeed #online_content .sub_title img {
  opacity: 1;
  margin-left: 0%;
  animation-duration: 1s;
  animation-name: LtoR_anime;
  animation-fill-mode: backwards;
}
#container main section#online.animeed #online_content .sub_title button {
  opacity: 1;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: opacity_anime;
  animation-fill-mode: backwards;
}
#container main section#contact {
  margin-top: -7.7%;
  background: linear-gradient(to top, rgba(239, 245, 255, 0), #eff5ff);
  display: none;
}
#container main section#contact.active {
  display: block;
}
#container main section#contact #contact_content {
  width: 100%;
  padding: 15% 0 0;
  text-align: center;
  color: #435577;
  font-size: 1em;
}
#container main section#contact #contact_content h2 {
  color: #435577;
  margin-bottom: 6%;
}
#container main section#contact #contact_content h2 span b {
  color: #3672cf;
}
#container main section#contact #contact_content h2 span::before {
  background: #3672cf;
}
#container main section#contact #contact_content h2 span::after {
  width: 70px;
  left: auto;
  right: 0;
  background: #3672cf;
}
#container main section#contact #contact_content .from_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#container main section#contact #contact_content .from_box .from_title {
  border-bottom: 1px solid #435577;
  display: flex;
  justify-content: flex-start;
}
#container main section#contact #contact_content .from_box .from_title span {
  min-width: 120px;
  color: #435577;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to top, #6493dc, #89afe9 11%, #acc6ee 47%, #bad5ff 100%);
}
#container main section#contact #contact_content .from_box .from_content {
  color: #435577;
  font-size: 1em;
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#container main section#contact #contact_content .from_box .from_content input[type="checkbox"] {
  display: none;
}
#container main section#contact #contact_content .from_box .from_content input[type="checkbox"] + label {
  width: 20%;
  min-height: 30px;
  user-select: none;
  padding-left: 40px;
  margin-bottom: 40px;
  background: url(/images/official_web/uncheck.png) 0 center no-repeat;
  background-size: auto 30px;
  display: flex;
  align-items: center;
}
#container main section#contact #contact_content .from_box .from_content input[type="checkbox"]:checked + label {
  background: url(/images/official_web/checked.png) 0 center no-repeat;
  background-size: auto 30px;
}
#container main section#contact #contact_content .contact_box {
  display: flex;
  align-items: stretch;
}
#container main section#contact #contact_content .contact_box .pic {
  width: 45%;
  display: flex;
  align-items: flex-end;
}
#container main section#contact #contact_content .contact_box .pic img {
  width: 100%;
}
#container main section#contact #contact_content .contact_box .contact_us {
  flex: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3%;
}
/* #container main section#contact #contact_content .contact_box .contact_us span {
              width: 180px;
              color: #435577;
              font-size: 1em;
              font-weight: bold;
              padding: 10px;
              border-radius: 10px 10px 0 0;
              background: linear-gradient(to top, #6493dc, #89afe9 11%, #acc6ee 47%, #bad5ff 100%); } */
#container main section#contact #contact_content .contact_box .contact_us .contact_col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#container main section#contact #contact_content .contact_box .contact_us .contact_col .contact_title {
  margin-bottom: 5px;
}
#container main section#contact #contact_content .contact_box .contact_us .contact_row {
  position: relative;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #435577;
}
#container main section#contact #contact_content .contact_box .contact_us .contact_row .iti__flag-container {
  color: #435577;
  font-size: 1em;
  border: none;
  border-right: 1px solid #435577;
  background: transparent;
}
#container main section#contact #contact_content .contact_box .contact_us .iti--separate-dial-code .iti__selected-flag {
  padding: 0 5px;
  background-color: transparent;
}
#container main section#contact #contact_content .contact_box .contact_us .contact_row select {
  color: #435577;
  font-size: 1em;
  padding: 10px 30px 10px 20px;
  border: none;
  border-right: 1px solid #435577;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: url(/images/official_web/arrow.png) no-repeat right 7px center transparent;
  background-size: auto 7px;
}
#container main section#contact #contact_content .contact_box .contact_us .contact_row input[type="text"] {
  flex: 1;
  color: #435577;
  font-size: 1em;
  padding: 10px 20px;
  border: none;
  background: transparent;
}
#container main section#contact #contact_content .contact_box .contact_us .contact_row input[type="text"]::placeholder {
  color: #9b9b9b;
  font-size: 1em;
}
#container main section#contact #contact_content .contact_box .contact_us .contact_row b {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #989696;
  font-size: 0.9em;
  line-height: 1;
  transform: translateY(-50%);
}
#container main section#contact #contact_content .contact_box .contact_us .contact_row b.red {
  color: #eb0202;
}
#container main section#contact #contact_content .contact_box .contact_us b {
  text-align: left;
  font-weight: normal;
}
#container main section#contact #contact_content .contact_box .contact_us textarea {
  width: 100%;
  min-height: 100px;
  color: #435577;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 20px;
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 19, 78, 0.2) inset;
}
#container main section#contact #contact_content .contact_box .contact_us textarea::placeholder {
  color: #435577;
  font-size: 1em;
}
#container main section#contact #contact_content .contact_box .contact_us button {
  min-width: 300px;
  color: #435577;
  font-size: 1.35em;
  font-weight: bold;
  padding: 20px 20px;
  margin-left: auto;
  border-radius: 12px;
  border: 1px solid #276fff;
  background: linear-gradient(to bottom, #afcfff, #256eff);
  cursor: pointer;
}
#container main section#contact #contact_content .contact_box .contact_us button:disabled {
  border: 1px solid #666;
  background: linear-gradient(to bottom, #ccc, #999);
}
#container footer {
  position: relative;
  margin-top: -7.7%;
  z-index: 10;
}
#container footer .container {
  position: absolute;
  bottom: 10%;
  right: 80px;
  color: #3672cf;
  font-size: 1.35em;
  display: flex;
  flex-direction: column;
}
#container footer .container ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
#container footer .container ul li {
  flex: 1;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}
#container footer .container ul li img {
  width: 40px;
}
#container footer .container p {
  margin: 10px 0;
}
#container footer .footer_bg img {
  width: 100%;
  display: block;
}
@media (min-width: 1201px) {
  #container header nav ul li {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  #container header nav ul {
    padding: 0;
  }
  #container main section#Home .home_content {
    left: 5%;
    width: 36%;
  }
  #container main section#Home .home_content h1 {
    margin: 0 auto 30px;
  }
  #container main section#Home .home_content .scroll {
    padding: 10px 20px;
    margin-top: 5%;
  }
  #container main section#About #About_content .content {
    text-align: center;
  }
  #container main section#About #About_content .content h2 {
    margin: 0 auto 30px;
  }
  #container main section#About #About_content .content h3 {
    margin: 20px 0;
  }
  #container main section#About #About_content .content p {
    line-height: 1.6;
  }
  #container main section#Advantage #Advantage_content {
    padding: 1% 6% 10%;
  }
  #container main section#contact #contact_content .contact_box .pic {
    padding-top: 10%;
  }
  #container main section#contact #contact_content .contact_box .contact_us button {
    padding: 15px 20px;
  }
}
@media (max-width: 1024px) {
  #container header {
    height: 60px;
  }
  #container header::after {
    content: none;
  }
  #container header .header_row {
    height: 60px;
  }
  #container header .header_row .logo {
    width: 100px;
    min-width: 100px;
    height: 40px;
    margin: auto auto auto 10px;
  }
  #container header nav {
    flex: 1;
    height: 60px;
    display: none;
    flex-direction: column;
  }
  #container header nav ul {
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
  }
  #container header nav ul li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #container header nav ul li:last-child {
    border-bottom: none;
  }
  #container header .switch {
    display: flex;
  }
  #container header.active nav {
    display: flex;
  }
  #container header.active nav .close_menu {
    display: block;
  }
  #container main section h3 {
    font-size: 1.7em;
    margin: 0 auto 5%;
  }
  #container main section#About h3 {
    font-size: 1.2em;
  }
  #container main section .title {
    font-size: 1.1em;
  }
  #container main section#Home .home_content {
    left: 5%;
    width: 50%;
  }
  #container main section#Home .home_content .scroll {
    margin-top: 5%;
  }
  #container main section#Home .home_bg img {
    margin-left: -20%;
    width: 140%;
  }
  #container main section#About #About_content .content {
    text-align: center;
  }
  #container main section#About #About_content .content h2 {
    margin: 0 auto 5%;
  }
  #container main section#About #About_content .content h3 {
    margin-bottom: 5%;
  }
  #container main section#About #About_content .content p {
    line-height: 1.5;
  }
  #container main section#About .About_bg {
    width: 94%;
    margin: -7% auto 0;
    overflow: hidden;
  }
  #container main section#About .About_bg img {
    margin-left: -20%;
    width: 140%;
    height: 500px;
  }
  #container main section#SiGMA #SiGMA_content .title {
    margin: 0 auto 60px;
  }
  #container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-pagination {
    bottom: -8%;
  }
  #container main section#Partner #Partner_content h2 {
    margin-bottom: 5%;
  }
  #container main section#program #program_content {
    padding: 4% 8% 3%;
  }
  #container main section#program #program_content .tab_group .tab {
    font-size: 1.6em;
  }
  #container main section#program #program_content .row {
    margin-top: 12%;
  }
  #container main section#program #program_content .row .col .col_head::before {
    width: 100px;
    height: 100px;
    margin-left: -5%;
  }
  #container main section#program #program_content .row .col p {
    line-height: 1.6;
  }
  #container main section#interface #interface_content .swiper-container::before {
    width: 10%;
  }
  #container main section#interface #interface_content .swiper-container::after {
    width: 10%;
  }
  #container main section#interface #interface_content .swiper-container .phone {
    width: calc(100% / 3);
  }
  #container main section#online #online_content .sub_title button {
    font-size: 1.1em;
    line-height: 1;
  }
  #container main section#contact #contact_content .contact_box .pic {
    padding-top: 18%;
  }
  #container main section#contact #contact_content .contact_box .contact_us {
    padding: 0 50px 0 30px;
    gap: 15px;
  }
  #container main section#contact #contact_content .contact_box .contact_us button {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  #container footer .container {
    bottom: 5%;
    right: 40px;
    font-size: 1em;
  }
  #container footer .container ul li img {
    width: 30px;
  }
  #container footer .container p {
    margin: 5px 0;
  }
}
@media (max-width: 768px) {
  .newModal .modal-dialog {
    padding: 20px 40px 40px;
  }
  .newModal .modal-dialog::before {
    height: 120px;
  }
  .newModal .modal-dialog .modal-content {
    gap: 10px;
  }
  .newModal .modal-dialog .modal-content .dialog_title {
    font-size: 30px;
  }
  .newModal .modal-dialog .modal-content .dialog_text {
    font-size: 16px;
    line-height: 1.4;
  }
  .newModal .modal-dialog .close_popup {
    bottom: -60px;
    width: 40px;
    height: 40px;
  }

  #container {
    font-size: 15px;
  }
  #container main section h2 {
    font-size: 1.4em;
    margin: 0 auto 10%;
  }
  #container main section .title {
    font-size: 1.15em;
  }
  #container main section#Home .home_content {
    left: 5%;
    width: 70%;
  }
  #container main section#Home .home_content h1 {
    font-size: 1.3em;
    line-height: 1;
    margin: 0 auto 20px;
  }
  #container main section#Home .home_content h1.pagination {
    font-size: 2em;
  }
  #container main section#Home .home_content h1 b {
    font-size: 1.5em;
  }
  #container main section#Home .home_content h2 {
    font-size: 1.5em;
  }
  #container main section#Home .home_content span {
    font-size: 0.9em;
    text-align: left;
    text-shadow:
      0 0 3px black,
      0 0 3px black;
  }
  #container main section#Home .home_content ul li {
    font-size: 1em;
    text-shadow: 0 0 3px black;
  }
  #container main section#Home .home_content .scroll {
    margin-top: 20px;
    padding: 5px 10px;
    min-width: 200px;
    font-size: 0.9em;
  }
  #container main section#Home .home_bg img {
    margin-left: -50%;
    width: 200%;
  }
  #container main section#About {
    padding: 0 0 5%;
    margin-top: -11%;
  }
  #container main section#About #About_content {
    padding: 2% 20px 4%;
    background-size: 140% 100%;
  }
  #container main section#About #About_content .About_logo {
    position: absolute;
    left: 35%;
    top: 45%;
    width: 65%;
  }
  #container main section#About #About_content .content h2 {
    margin: 0 auto 10%;
  }
  #container main section#About #About_content .content h3 {
    margin-bottom: 5%;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  #container main section#About #About_content .content p {
    font-size: 0.9em;
    line-height: 1.2;
  }
  #container main section#About .About_bg {
    width: 100%;
    margin: -8% auto 0;
  }
  #container main section#About .About_bg img {
    margin-left: -70%;
    width: 240%;
    height: 500px;
  }
  #container main section#Advantage #Advantage_content {
    width: 100%;
    padding: 1% 20px 10%;
    margin-top: -5%;
  }
  #container main section#Advantage #Advantage_content h2 {
    margin: 0 auto 15%;
  }
  #container main section#Advantage #Advantage_content ul {
    gap: 4%;
  }
  #container main section#Advantage #Advantage_content ul li {
    width: 46%;
    margin-bottom: 5%;
  }
  #container main section#Advantage #Advantage_content ul li:nth-child(5n + 1) {
    margin-right: 0;
    margin-left: 0;
  }
  #container main section#Advantage #Advantage_content ul li:nth-child(3n + 1) {
    margin-right: 3%;
    margin-left: 3%;
  }
  #container main section#Advantage #Advantage_content ul li span {
    font-size: 1em;
  }
  #container main section#Rules #Rules_content ul {
    gap: 30px;
  }
  #container main section#Rules #Rules_content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #container main section#Advantage_p1 #Advantage_content {
    width: 100%;
    padding: 4% 8% 3%;
    text-align: center;
    color: #435577;
    font-size: 1em;
  }
  #container main section#Advantage_p1 #Advantage_content .tab_group {
    margin: 40px 0 10px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #container main section#Advantage_p1 #Advantage_content .tab_group .tab {
    flex: 0 0 48%;
  }
  #container main section#Advantage_p1 #Advantage_content .content {
    padding: 20px;
  }
  #container main section#Advantage_p1.animeed #Advantage_content h3 {
    opacity: 1;
    animation-duration: 1s;
    animation-name: opacity_anime;
    animation-fill-mode: backwards;
  }
  #container main section#Advantage_p1.animeed #Advantage_content p {
    opacity: 1;
    margin-left: 0%;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-name: opacity_anime;
    animation-fill-mode: backwards;
  }
  #container main section#Advantage_p1.animeed #Advantage_content .row.first_row .col {
    opacity: 1;
    margin-left: 0%;
    animation-duration: 0.5s;
    animation-name: LtoR_anime3;
    animation-fill-mode: backwards;
  }
  #container main section#Advantage_p1.animeed #Advantage_content .row.first_row .col:nth-child(1) {
    animation-delay: 0.8s;
  }
  #container main section#Advantage_p1.animeed #Advantage_content .row.first_row .col:nth-child(2) {
    animation-delay: 1.2s;
  }
  #container main section#Advantage_p1.animeed #Advantage_content .row.second_row .col {
    opacity: 1;
    margin-left: 0%;
    animation-duration: 0.5s;
    animation-name: LtoR_anime3;
    animation-fill-mode: backwards;
  }
  #container main section#Advantage_p1.animeed #Advantage_content .row.second_row .col:nth-child(1) {
    animation-delay: 1.6s;
  }
  #container main section#Advantage_p1.animeed #Advantage_content .row.third_row .col {
    opacity: 1;
    margin-left: 0%;
    animation-duration: 0.5s;
    animation-name: LtoR_anime3;
    animation-fill-mode: backwards;
  }
  #container main section#Advantage_p1.animeed #Advantage_content .row.third_row .col:nth-child(1) {
    animation-delay: 0.8s;
  }
  #container main section#service_p2 #service_content {
    width: 100%;
    max-width: 1400px;
    padding: 0 8% 3%;
    margin: 0 auto;
    text-align: center;
    color: #435577;
    font-size: 1em;
  }
  #container main section#service_p2 #service_content .tab_group {
    margin: 30px 0;
  }
  #container main section#service_p2 #service_content .content {
    padding: 20px 0;
  }
  #container main section#service_p2 #service_content .content .service_box {
    flex-direction: column;
    gap: 30px;
  }
  #container main section#service_p2 #service_content .content .service_box .service_pic {
    text-align: center;
  }
  #container main section#service_p2 #service_content .content .service_box .service_pic img {
    width: auto;
    height: 150px;
  }
  #container main section#select_p2 #select_content {
    padding: 30px 8% 15%;
    background: url("/images/official_web/selectBG.png") center no-repeat;
    background-size: auto 100%;
  }
  #container main section#select_p2 #select_content .select_row {
    flex-direction: column;
    gap: 20px;
  }
  #container main section#select_p2 #select_content .select_row .select_col span {
    font-size: 1.4rem;
  }
  #container main section#select_p2 #select_content .select_row .select_col ul {
    height: auto;
    padding: 40px 30px;
    margin-top: 10px;
    gap: 15px;
  }
  #container main section#SiGMA_video #video_content .SiGMA_video {
    margin: 0 auto 20px;
    flex-direction: column;
  }
  #container main section#SiGMA_video #video_content .SiGMA_video .SiGMA_text {
    font-size: 1em;
    line-height: 1.4;
  }
  #container main section#SiGMA_video #video_content .SiGMA_video .video {
    width: 94%;
  }
  #container main section#SiGMA #SiGMA_content .tab_group {
    margin-bottom: 40px;
    gap: 40px;
  }
  #container main section#SiGMA #SiGMA_content .tab_group .tab {
    font-size: 1.2em;
  }
  #container main section#SiGMA #SiGMA_content .title {
    margin: 0 auto 40px;
  }
  #container main section#SiGMA #SiGMA_content .SiGMA-container .swiper-pagination {
    bottom: -5%;
  }
  #container main section#Partner {
    position: relative;
    background:
      url("/images/official_web/partner_bg_img.png") center top no-repeat,
      linear-gradient(to bottom, #f3f7fe 50%, #fff 51%);
    background-size: 100% 100%;
  }
  #container main section#Partner #Partner_content {
    padding: 15% 8%;
    margin-top: -7%;
  }
  #container main section#Partner #Partner_content h3 {
    font-size: 1.2em;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  #container main section#Partner #Partner_content ul {
    gap: 10px;
  }
  #container main section#Partner #Partner_content ul li {
    width: calc(25% - 10px);
  }
  #container main section#Partner.forP2 #Partner_content {
    padding: 17% 8% 25%;
    margin-top: -7%;
    margin-bottom: -28%;
    background:
      url(/images/official_web/partner_bg_img.png) center top no-repeat,
      #fafbfe;
    background-size: 100% 100%;
  }
  #container main section#program {
    background: url(/images/official_web/standardplan_bg_img-min.png) center top no-repeat;
    background-size: auto 100%;
  }
  #container main section#program #program_content {
    font-size: 1em;
  }
  #container main section#program #program_content .tab_group {
    margin-bottom: 20px;
    gap: 20px;
  }
  #container main section#program #program_content .tab_group .tab {
    font-size: 1.2em;
  }
  #container main section#program #program_content .row {
    margin-top: 0;
    flex-direction: column;
    gap: 5%;
  }
  #container main section#program #program_content .row .col {
    margin-top: 15%;
  }
  #container main section#program #program_content .row .col .col_head {
    height: 60px;
    font-size: 1.2em;
  }
  #container main section#program #program_content .row .col .col_head::before {
    width: 80px;
    height: 80px;
    margin-left: -5%;
  }
  #container main section#program #program_content .row .col p {
    line-height: 1.5;
  }
  #container main section#program #program_content .row .col p b {
    font-size: 1.15em;
  }
  #container main section#program #program_content .row:last-child {
    margin-top: 0%;
  }
  #container main section#program #program_content .toform_btn {
    min-width: 300px;
    height: 84px;
    margin-top: 30px;
    font-size: 20px;
  }
  #container main section#interface #interface_content {
    width: 100%;
    padding: 8% 0 0;
    text-align: center;
    color: #435577;
    font-size: 18px;
  }
  #container main section#interface #interface_content h2 {
    margin-bottom: 10%;
  }
  #container main section#interface #interface_content .swiper-container {
    width: 80%;
    overflow: inherit;
  }
  #container main section#interface #interface_content .swiper-container::before {
    content: none;
  }
  #container main section#interface #interface_content .swiper-container::after {
    content: none;
  }
  #container main section#interface #interface_content .swiper-container .phone {
    width: 100%;
  }
  #container main section#interface #interface_content .swiper-container .swiper-button-next,
  #container main section#interface #interface_content .swiper-container .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  #container main section#interface #interface_content .swiper-container .swiper-button-next {
    right: -20px;
  }
  #container main section#interface #interface_content .swiper-container .swiper-button-prev {
    left: -20px;
  }
  #container main section#online #online_content {
    padding: 18% 8% 8%;
  }
  #container main section#online #online_content .sub_title {
    width: 50%;
    margin-top: 5%;
  }
  #container main section#online #online_content .sub_title .slogan {
    padding-top: 20%;
    font-size: 6.4vw;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: aliceblue;
    text-shadow:
      0 0 5px rgba(0, 0, 0, 0.6),
      0 0 5px rgba(0, 0, 0, 0.6);
  }
  #container main section#online #online_content .sub_title button {
    min-height: 50px;
    font-size: 1.2em;
    line-height: 1;
  }
  #container main section#online .online_bg img {
    margin-left: -30%;
    width: 180%;
  }
  #container main section#contact #contact_content {
    width: 100%;
    padding: 15% 0 0;
    font-size: 1em;
  }
  #container main section#contact #contact_content h3 {
    margin-bottom: 10%;
  }
  #container main section#contact #contact_content .from_box .from_title span {
    min-width: 100px;
    font-size: 1.1em;
    padding: 5px 10px;
  }
  #container main section#contact #contact_content .from_box .from_content {
    font-size: 1em;
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #container main section#contact #contact_content .from_box .from_content input[type="checkbox"] + label {
    width: calc(100% / 3);
    min-height: 20px;
    user-select: none;
    padding-left: 25px;
    padding-right: 5px;
    text-align: left;
    margin-bottom: 30px;
    background: url(/images/official_web/uncheck.png) 0 0 no-repeat;
    background-size: auto 20px;
    display: flex;
    align-items: center;
  }
  #container main section#contact #contact_content .from_box .from_content input[type="checkbox"]:checked + label {
    background: url(/images/official_web/checked.png) 0 0 no-repeat;
    background-size: auto 20px;
  }
  #container main section#contact #contact_content .contact_box {
    padding-bottom: 50px;
  }
  #container main section#contact #contact_content .contact_box .pic {
    display: none;
  }
  #container main section#contact #contact_content .contact_box .contact_us {
    flex: 1;
    padding: 0 20px;
    gap: 15px;
  }
  /* #container main section#contact #contact_content .contact_box .contact_us span {
            width: 140px;
            font-size: 1.1em;
            padding: 5px 10px; } */
  #container main section#contact #contact_content .contact_box .contact_us input[type="text"] {
    font-size: 1em;
    padding: 10px;
  }
  #container main section#contact #contact_content .contact_box .contact_us input[type="text"]::placeholder {
    font-size: 1em;
  }
  #container main section#contact #contact_content .contact_box .contact_us textarea {
    font-size: 1em;
    padding: 10px;
  }
  #container main section#contact #contact_content .contact_box .contact_us textarea::placeholder {
    font-size: 1em;
  }
  #container main section#contact #contact_content .contact_box .contact_us button {
    font-size: 1em;
    padding: 10px 20px;
    margin-right: auto;
    border-radius: 10px;
  }
  #container footer {
    position: relative;
    margin-top: -14%;
    padding: 13% 0 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    z-index: 10;
  }
  #container footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #e4f1fe;
    z-index: 1;
  }
  #container footer .container {
    position: relative;
    bottom: 0;
    right: 0%;
    width: 100%;
    color: #3672cf;
    font-size: 1em;
    padding: 10px 20px;
    align-items: center;
    z-index: 10;
  }
  #container footer .container ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  #container footer .container ul li {
    flex: 1;
    max-width: calc(100% / 4 - 10px);
    min-width: calc(100% / 4 - 10px);
  }
  #container footer .container ul li img {
    width: 30px;
  }
  #container footer .container p {
    margin: 10px 0;
    text-align: center;
  }
  #container footer .footer_bg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5;
  }
  #container footer .footer_bg img {
    margin-left: -30%;
    width: 160%;
    display: block;
  }
}
@keyframes opacity_anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes RtoL_anime {
  from {
    opacity: 0;
    margin-left: 50%;
  }
  to {
    opacity: 1;
    margin-left: 0%;
  }
}
@keyframes LtoR_anime {
  from {
    opacity: 0;
    margin-left: -50%;
  }
  to {
    opacity: 1;
    margin-left: 0%;
  }
}
@keyframes LtoR_anime2 {
  from {
    opacity: 0;
    margin-left: -30%;
  }
  to {
    opacity: 1;
    margin-left: 0%;
  }
}
@keyframes LtoR_anime3 {
  from {
    opacity: 0;
    left: -15%;
  }
  to {
    opacity: 1;
    left: 0%;
  }
}
@keyframes TtoB_anime {
  from {
    opacity: 0;
    margin-top: -20%;
  }
  to {
    opacity: 1;
    margin-top: 0%;
  }
}
@keyframes BtoT_anime {
  from {
    opacity: 0;
    margin-top: 20%;
  }
  to {
    opacity: 1;
    margin-top: 0%;
  }
}

/*# sourceMappingURL=style.css.map */
