@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 1px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 73px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eae9e9;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #1e64f0;
}
@media screen and (min-width: 992px) {
    
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #1e64f0;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #1e64f0;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 99;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .nav {
    top: 16px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background: #fff;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 192px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #1e64f0 !important;
}
header .menuOne.menuactive > a {
  color: #1e64f0 !important;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #26292d;
  margin-right: 49px;
  position: relative;
}
header .menuOne > a {
  color: #26292d;
  padding: 33px 0px;
  position: relative;
}
header .menuOne > a:hover {
  color: #1e64f0 !important;
}
header .menuOne .active > a {
  color: #1e64f0;
}
header .menuOne .active > a img {
  opacity: 1;
}
header .menuOne .menuactive > a {
  color: #1e64f0;
}
header .menuOne .menuactive > a img {
  opacity: 1;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 220px;
  width: max-content;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 55, 104, 0.05);
  padding: 29px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #26292d;
  position: relative;
  margin-top: 10px;
}
header .ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px 0px 29px;
  color: #26292d;
  white-space: nowrap;
  position: relative;
}
header .ul li a img {
  opacity: 0;
}
header .ul li a:hover {
  color: #1e64f0;
}
header .ul li a:hover img {
  opacity: 1;
}
header .ul li span {
  transition: 0s;
}
header .ul1 {
  left: 0px;
  top: 100%;
  padding-left: 0px;
}
header .header_a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 0px;
}
header .header_a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #1e64f0;
  z-index: -1;
}
header .logo {
  width: 20px;
}
header .logo img {
  max-width: 100%;
}
header .text {
  color: #fff;
  flex: 1;
}
header .text a {
  color: #fff;
}
header .text a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
header .contact_box {
  display: flex;
  align-items: center;
  gap: 57px;
}
header .contact_box figure {
  display: flex;
  align-items: center;
  gap: 2px;
}
header .lang {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
header .lang li {
  font-size: 14px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 2px 16px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #1e64f0;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
header .lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
}
header .lang .lang_box .lang_icon {
  transition: 0.2s;
}
header .lang .lang_box:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
header .lang ul {
  display: none;
  position: absolute;
  min-width: 120px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
header .lang ul > div {
  background-color: #fff;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
header .lang ul img {
  margin-right: 10px;
}
header .head_r {
  display: flex;
  align-items: center;
}
header .header_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .login_box {
  margin-left: 76px;
}
header .login_box .hide {
  display: none;
}
header .login {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 92px;
  min-height: 40px;
  background: #fff;
  border-radius: 999px;
  color: #1e64f0;
  border: 1px solid #1e64f0;
  padding: 4px 16px;
}
header .login:hover {
  background: #1e64f0;
  color: #fff;
}
header .user {
  display: block;
  width: 24px;
  margin-left: 48px;
}
header .lang_hide {
  display: none;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  min-height: 50px;
  border-radius: 600px;
  background: #1e64f0;
  border: 1px solid #1e64f0;
  font-family: Poppins-SemiBold;
  padding: 4px 20px;
  color: #fff;
}
.buttonBox a:hover {
  background: #fff;
  color: #1e64f0;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 300px;
  position: relative;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.dif_bannerBox .content {
  top: 39%;
}
.banner_title {
  font-family: Poppins-SemiBold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
}
.mbx {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.mbx .logo {
  width: 24px;
}
.mbx .logo img {
  max-width: 100%;
}
.mbx .container {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  flex: 1;
}
.mbx .container a {
  display: inline;
  margin: 0px 10px;
  font-size: 16px;
  color: #fff;
}
.mbx .container a:hover {
  color: #1e64f0;
}
.mbx .container a:nth-of-type(1) {
  margin-left: 0px !important;
}
.mbx .container .active {
  color: #1e64f0;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 30px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.PageNumber .page_box span,
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5b5f66;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber .page_box span:hover,
.PageNumber a:hover {
  background: #1e64f0;
  color: #fff;
}
.PageNumber i {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5b5f66;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber i:hover {
  background: #1e64f0;
  color: #fff;
}
.PageNumber .current,
.PageNumber .active {
  background: #1e64f0 !important;
  color: #fff !important;
  border: 1px solid #1e64f0 !important;
}
.PageNumber .p_l {
  width: 67px;
}
.PageNumber .big {
  width: 67px;
}
.PageNumber_form {
  color: #5b5f66;
  display: flex;
  align-items: center;
  gap: 10px;
}
.PageNumber_form .number {
  background: #fff;
  border-radius: 4px;
  border: none;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #5b5f66;
  width: 44px;
  height: 44px;
  resize: none;
  outline: none;
  display: block;
  text-align: center;
}
.PageNumber_form .submit input {
  font-family: Poppins-SemiBold;
  color: #fff;
  font-size: 16px;
  width: 44px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  background: #1e64f0;
  border: 1px solid #1e64f0;
}
.PageNumber_form .submit input:hover {
  background: #fff;
  color: #1e64f0;
}
.padding_top {
  padding-top: 126px;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  gap: 13px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 999px;
  opacity: 0.5;
  display: block;
  margin: 0px !important;
}
.index_banner .swiper-pagination-bullet-active {
  background: #1e64f0;
  opacity: 1;
  width: 22px;
}
.big_title {
  font-family: Poppins-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 56px;
  color: #26292d;
}
.big_title a {
  color: #26292d;
}
.big_title a:hover {
  color: #1e64f0;
}
.title_center {
  text-align: center;
}
.index1 {
  position: relative;
  z-index: 1;
}
.index1 .content {
  position: absolute;
  left: 50%;
  top: 0px;
  max-width: 1109px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  padding: 0px 42px;
  gap: 2%;
}
.index1 .big_num {
  font-family: Poppins-Bold;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #1e64f0;
  display: flex;
}
.index1 .big_num + p {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #26292d;
}
.index1 .number_box {
  display: flex;
  gap: 11px;
}
.index1 .text {
  color: #4a4f55;
  margin-top: 4px;
}
.index1 .xian {
  position: relative;
}
.index1 .xian::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: calc(100% - 30px);
  border-right: 1px solid #f0f0f0;
  transform: translateY(-50%);
}
.index1 figure {
  padding: 22px 0px 18px;
}
.part_form {
  display: flex;
}
.part_form input,
.part_form textarea {
  background: #ededed;
  border-radius: 600px;
  border: none;
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 26px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
}
.part_form input::placeholder,
.part_form input::-webkit-input-placeholder,
.part_form textarea::placeholder {
  color: #b8b8b8;
}
.part_form input {
  height: 57px;
}
.part_form .input_box {
  width: 100%;
}
.part_form button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  cursor: pointer;
  border-radius: 600px;
  background: #1e64f0;
  border: 1px solid #1e64f0;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  padding: 6px 14.5px;
  transition: 0.3s;
}
.part_form button span {
  color: #fff;
  font-family: Poppins-SemiBold;
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.part_form button img {
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.part_form button:hover {
  background: #fff;
}
.part_form button:hover span {
  color: #1e64f0;
}
.part_form button:hover img {
  filter: none;
}
@media screen and (min-width: 993px) {
  .part_form button:hover .show {
    display: block;
  }
}
.part_form .input_select_top input {
  cursor: pointer;
  padding-right: 60px;
}
.part_form button:disabled {
  background: #b8b8b8;
  border: 1px solid #b8b8b8;
}
.part_form button:disabled span {
  color: #fff;
}
.part_form button:disabled img {
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
@media screen and (min-width: 993px) {
  .part_form button:disabled:hover .show {
    display: none;
  }
  .part_form button:disabled:hover .hide {
    display: block;
  }
}
.part_form .int1 {
  position: relative;
}
.part_form .input_disabled {
  pointer-events: none;
}
.part_form .input_disabled .select {
  filter: brightness(0);
  opacity: 0.3;
}
.part_form .input_select_top {
  position: relative;
}
.part_form .select {
  transition: 0.2s;
  position: absolute;
  width: 14px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
}
.part_form .input_select_top.active .select {
  transform: translateY(-50%) rotate(0);
}
.part_form .required {
  position: relative;
}
.part_form .required::before {
  content: "*";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #e64545;
}
.part_form .required input {
  padding-left: 37px;
}
.part_form .show,
.part_form .hide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  display: none;
  pointer-events: none;
  color: #1e64f0;
}
.input_select_list {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  z-index: 1;
  border-radius: 12px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  overflow: hidden;
  width: 100%;
  padding: 19px 8px 20px 20px;
}
.input_select_list .input_select {
  width: calc(100% - 12px);
  position: relative;
}
.input_select_list .input_select img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.input_select_list .hideseek-input {
  border-radius: 12px;
  background: #ededed;
  border: none;
  box-shadow: none;
  padding: 0px 50px 0px 20px;
  height: 40px;
}
.hideseek-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 17px;
  max-height: 280px;
  overflow: auto;
}
.hideseek-list::-webkit-scrollbar {
  width: 8px;
}
.hideseek-list::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #ededed;
}
.hideseek-list::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ededed;
  border: 3px solid #fff;
  border-top: none;
  border-bottom: none;
}
.hideseek-list li {
  color: #4a4f55;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding: 0px 29px;
  cursor: pointer;
}
.hideseek-list li::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  border: 6px solid #ededed;
  position: absolute;
  left: 0;
  top: 4px;
  transition: 0.3s;
}
.hideseek-list li:hover {
  color: #1e64f0;
}
.hideseek-list li:hover::before {
  border-color: #1e64f0;
}
.hideseek-list li.active {
  color: #1e64f0;
}
.hideseek-list li.active::before {
  border-color: #1e64f0;
}
.index_part_form {
  margin-top: 32px;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px 3.01%;
}
.index_part_form .submit_box {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.index_part_form .int1 {
  width: 48.495%;
}
.index_part_form button:disabled {
  pointer-events: none;
}
.index2 {
  padding: 139px 0px 119px;
  background: #f7f8fa;
}
.index2 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.856%;
}
.index2 figure {
  padding: 50px 28px 45px;
  width: 49.072%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  position: relative;
}
.index2 .title {
  font-family: Poppins-Bold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #26292d;
}
.index3 {
  padding: 61px 0px 77px;
}
.index3 .content {
  width: calc(100% - 140px);
  max-width: 1440px;
  padding: 0px 20px;
  overflow: hidden;
}
.index3_list {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
.index3_list li {
  flex-shrink: 0;
  width: 20.286%;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  transition: 0.5s;
  margin-right: 6.286%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .index3_list li:hover {
    transform: scale(1.056);
    box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  }
}
.index3_list .title {
  font-family: Poppins-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #26292d;
}
.index3_list .title a {
  color: #26292d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index3_list .title a:hover {
  color: #1e64f0;
}
.index3_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #4a4f55;
  margin-top: 5px;
}
.index3_list .describe em {
  font-style: normal;
  display: block;
  position: relative;
}
.index3_list .describe em::before {
  content: "";
  position: absolute;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #1e64f0;
  left: -21px;
  top: 9px;
}
.index3_list .describe p:not(:nth-of-type(1)) {
  margin-top: 6px;
}
.index3_list .describe p {
  padding-left: 21px;
}
.index3_list .text {
  color: #4a4f55;
  line-height: 18px;
  padding-left: 21px;
}
.index3_list .box {
  padding: 25px 16px 24px;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index3_list .box::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px solid #1e64f0;
  left: 0;
  top: -1px;
}
.index3_list .links {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}
.index3_list .links a {
  font-family: Poppins-SemiBold;
  color: #1e64f0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index3_list .links a:hover {
  text-decoration: none;
}
.index3_container {
  margin-top: 33px;
}
.index3_container .buttonBox {
  justify-content: center;
  margin-top: 22px;
}
.index4 {
  background: #f7f8fa;
  padding: 76px 0px 88px;
}
.index4 .buttonBox {
  justify-content: center;
  margin-top: 46px;
}
.index4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 3.125%;
  margin-top: 41px;
}
.index4_list li {
  width: 17.5%;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .index4_list li:hover .title {
    color: #1e64f0;
  }
  .index4_list li:hover .title a {
    color: #1e64f0;
  }
  .index4_list li:hover .describe {
    color: #1e64f0;
  }
}
.index4_list .imgBox {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
}
.index4_list .title {
  font-family: Poppins-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #26292d;
  margin-top: 11px;
  display: flex;
  justify-content: center;
}
.index4_list .title a {
  color: #26292d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index4_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index4_list .describe {
  color: #4a4f55;
  transition: 0.3s;
}
.index5 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3%;
}
.index5_container {
  width: 100%;
  margin: 0px auto;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
}
.index5_container .container {
  width: calc(100% - 90px);
  max-width: 614px;
  padding-right: 3%;
  padding-bottom: 2.3%;
}
.index5_container .describe,
.index5 .content .describe{
  color: #5b5f66;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.index5_container .buttonBox,
.index5 .content .buttonBox{
  justify-content: flex-end;
  padding-right: 4.7%;
  margin-top: 35px;
}
.index5_container .buttonBox a,
.index5 .content .buttonBox a{
  min-width: 196px;
}
.index5_l {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0px;
}
.index5_r {
  width: 56%;
}
.index6 {
  background: #f7f8fa;
  padding: 100px 0px 113px;
}
.index6_container {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.index6_container figure {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  overflow: hidden;
  transition: 0.3s;
  padding: 13px 16px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
.index6_container figure:hover {
  background: #edf4fc;
}
.index6_container .l_box {
  width: 36%;
  max-width: 224px;
  border-radius: 20px;
  overflow: hidden;
}
.index6_container .r_box {
  flex: 1;
  max-width: 76.1%;
  padding-bottom: 0.6%;
}
.index6_container .time {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #1e64f0;
}
.index6_container .title {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #26292d;
  margin-top: 1px;
}
.index6_container .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #26292d;
}
.index6_container .title a:hover {
  color: #1e64f0;
}
.index6_container .describe {
  color: #5b5f66;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.index6_container .links {
  font-family: Poppins-SemiBold;
  margin-top: 11px;
}
.index6_container .links a {
  color: #1e64f0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index6_container .links a:hover {
  text-decoration: none;
}
.big_bt {
  font-family: Poppins-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  letter-spacing: normal;
  color: #26292d;
}
.big_bt a {
  color: #26292d;
}
.big_bt a:hover {
  color: #1e64f0;
}
.index7 {
  position: relative;
  z-index: 1;
  background: #edf4fc;
}
.index7 .describe {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #4a4f55;
  margin-top: 14px;
}
.index7 .buttonBox {
  margin-top: 12px;
}
.index7 .container {
  width: 66%;
}
.index7 .content {
  position: relative;
  padding: 57px 0px 67px;
}
.index7_r {
  width: 26.143%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-18.5%);
}
.o_container .content {
  padding: 50px 0px 100px;
}
.o_container .oo_content {
  padding: 109px 0px 119px;
}
.o_container .oo_content .oo_title {
  font-family: Poppins-SemiBold;
}
.o_container form {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.o_container form input,
.o_container form textarea {
  background: #fff;
  border-radius: 0px;
  border: none;
  font-family: Poppins-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #5b5f66;
  padding: 0px 28px;
  width: 100%;
  resize: none;
  outline: none;
  display: block;
  border-radius: 999px;
  border: 1px solid #b8b8b8;
}
.o_container form input::placeholder,
.o_container form input::-webkit-input-placeholder,
.o_container form textarea::placeholder {
  color: #5b5f66;
}
.o_container form input {
  height: 70px;
}
.o_container .password input {
  padding-right: 70px;
}
.o_container .name {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #4a4f55;
}
.o_container .name span{
      display: inline;
      color: #ff0000;
  }
.o_container .input_box {
  margin-top: 11px;
  position: relative;
}
.o_container .password_logo {
  width: 32px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/password_lb.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.o_container .password_logo.active {
  background: url("../images/password_la.png") no-repeat center;
  background-size: cover;
}
.o_container .submit {
  margin-top: 31px;
}
.o_container .submit input {
  font-size: 16px;
  font-family: Poppins-Medium;
  color: #fff;
  background: #1e64f0;
  border: 1px solid #1e64f0;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
}
.o_container .submit input:hover {
  background: #fff;
  color: #1e64f0;
}
.o_container .bottom_text {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 41px;
  color: #5b5f66;
  text-align: center;
  margin-top: 33px;
}
.o_container .bottom_text a {
  display: inline;
  color: #1e64f0;
  text-underline-offset: 3px;
}
.o_container .bottom_text a:hover {
  text-decoration: underline;
}
.o_container .phone_number .selected-flag .iti-flag {
  opacity: 0;
}
.o_container .selected-flag {
  display: flex;
  align-items: center;
  width: 85px !important;
}
.o_container .selected-flag::before {
  content: '';
  position: absolute;
  border-right: 1px solid #B8B8B8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
}
.o_container .iti-flag-number {
  font-size: 18px;
  color: #5B5F66;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
.o_container #phone,
.o_container #country {
  padding-left: 100px;
}
.o_container .nation .iti-flag-number {
  display: none;
}
.o_container #country {
  pointer-events: none;
}
.o_container .agreement_box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}
.o_container .agreement_box input {
  width: 25px;
  height: 25px;
  opacity: 0;
  border-radius: 8px;
  cursor: pointer;
}
.o_container .agreement_box input:checked {
  opacity: 1;
}
.o_container .agreement_box input:checked + span {
  display: none;
}
.o_container .agreement_box p {
  flex: 1;
  font-size: 18px;
  color: #5B5F66;
}
.o_container .check_box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.o_container .check_box span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  pointer-events: none;
}
.oo_title {
  color: #26292d;
  font-family: Poppins-Medium;
  font-size: 64px;
  font-style: normal;
  font-weight: normal;
  line-height: 74px;
}
.oo_public {
  width: 100%;
  margin: 0px auto 0px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
}
.oo_public .text {
  font-family: Poppins-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28.8px;
  color: #5b5f66;
  margin-top: 24px;
}
.oo1 {
  max-width: 590px;
  padding: 50px 51px 45px;
}
.oo2 {
  max-width: 686px;
  padding: 50px 51px 45px;
}
.oo2 .submit {
  margin-top: 21px;
}
.oo_position {
  position: relative;
}
.oo_position .oo_logo {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: drop-shadow(0 4px 8px rgba(30, 100, 240, 0.2));
}
.oo_position form input::placeholder,
.oo_position form input::-webkit-input-placeholder,
.oo_position form textarea::placeholder {
  color: #b8b8b8;
}
.oo3 {
  max-width: 634px;
  padding: 89px 73px 49px;
}
.oo3 .submit {
  margin-top: 21px;
}
.oo3 form {
  margin-top: 22px;
}
.oo4 {
  max-width: 744px;
  padding: 81px 100px 52px;
}
.oo4 .submit {
  margin-top: 21px;
}
.oo4 .text {
  margin-top: 22px;
}
.oo4 form {
  margin-top: 21px;
  padding: 0px 28px;
}
.oo4 .bottom_text {
  line-height: 28px;
  margin-top: 40px;
}
.oo5_title {
  font-family: Poppins-SemiBold;
  font-size: 56px;
  line-height: 72.8px;
}
.oo5 {
  max-width: 960px;
  padding: 91px 100px 54px;
}
.oo5 .text {
  margin-top: 28px;
}
.oo5 .button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.oo5 .button a {
  border-radius: 88px;
  background: #1e64f0;
  border: 1px solid #1e64f0;
  color: #fff;
  font-family: Poppins-Medium;
  min-width: 488px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oo5 .button a:hover {
  background: #fff;
  color: #1e64f0;
}
.oo6 {
  max-width: 794px;
  padding: 102px 80px 46px;
}
.oo6 .text {
  margin-top: 22px;
}
.oo6 .bottom_text {
  margin-top: 28px;
}
.color_box {
  background: #f7f8fa;
}
.to1_title {
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #fff;
}
.to1 {
  background: url("../images/to1_back.png") no-repeat center;
  background-size: cover;
  padding: 140px 0px 148px;
}
.to1 .logo {
  width: 234px;
}
.to1 .logo img {
  max-width: 100%;
}
.to1 .to1_title {
  margin-top: 44px;
  width: 100%;
  max-width: 1060px;
}
.to2 {
  padding: 90px 0px 233px;
}
.to2 .big_title {
  position: relative;
  padding-bottom: 47px;
}
.to2 .big_title::before {
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1e64f0;
}
.to2 .describe {
  color: #5b5f66;
  margin-top: 5.3%;
}
.to2_r {
  width: 45.715%;
  float: right;
  margin-bottom: 5px;
  margin-right: -4.572%;
  margin-top: 7.1%;
  margin-left: 5.286%;
  border-radius: 8px;
  overflow: hidden;
}
.to3 {
  position: relative;
  z-index: 2;
}
.to3 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.321%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -53%);
}
.to3 figure {
  width: 31.786%;
  border-radius: 20px;
  border: 1px solid #ededed;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
  padding: 35px 4% 36px;
}
@media screen and (min-width: 993px) {
  .to3 figure:hover {
    box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  }
  .to3 figure:hover .logo img {
    filter: none;
    opacity: 1;
  }
  .to3 figure:hover .title {
    color: #1e64f0;
  }
}
.to3 .title {
  font-family: Poppins-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #26292d;
  transition: 0.3s;
  margin-top: 27px;
  position: relative;
  padding-bottom: 12px;
}
.to3 .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #4a4f55;
}
.to3 .logo {
  width: 50px;
  margin: 0px auto;
}
.to3 .logo img {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.9;
}
.to3 .describe {
  line-height: 26px;
  color: #4a4f55;
  margin-top: 10px;
}
.to4 {
  background: url("../images/to4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 242px 0px 131px;
}
.to4 .text {
  font-size: 18px;
  color: #4a4f55;
  margin-top: 23px;
}
.to4 .text p:not(:nth-of-type(1)) {
  margin-top: 18px;
}
.to4_container {
  margin-top: 62px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.to4_container figure {
  width: 42.858%;
}
.to4_container .title {
  font-family: Poppins-Bold;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  letter-spacing: normal;
  color: #26292d;
}
.to4_container .top {
  color: #4a4f55;
  position: relative;
  padding-left: 14px;
}
.to4_container .top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  width: 4px;
  aspect-ratio: 1/1;
  background: #4a4f55;
}
.to4_container .top span {
  color: #1e64f0;
  display: inline;
  font-family: Poppins-SemiBold;
  margin-left: 5px;
}
.to4_container .thumb_box {
  height: 10px;
  border-radius: 999px;
  background: #ededed;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
}
.to4_container .track_box {
  width: var(--i);
  position: absolute;
  height: 100%;
  border-radius: 999px;
  background: #1e64f0;
}
.to4_container .to4_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}
.to5 {
  padding: 91px 0px 205px;
}
.to5 .text {
  color: #4a4f55;
  width: 100%;
  max-width: 1000px;
  margin: 33px auto 0px;
}
.to5_list {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.to5_list li {
  width: 25%;
  background: #fff;
  padding: 36px 24px 28px;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  min-height: 349px;
  position: relative;
}
.to5_list li::before {
  content: "";
  position: absolute;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 6px;
  background: #1e64f0;
  transition: 0.5s;
}
@media screen and (min-width: 993px) {
  .to5_list li:hover {
    background: #edf4fc;
  }
  .to5_list li:hover::before {
    width: 100%;
  }
  .to5_list li:hover .logo img:nth-of-type(1) {
    opacity: 0;
  }
  .to5_list li:hover .logo img:nth-of-type(2) {
    opacity: 1;
  }
  .to5_list li:hover .title {
    color: #1e64f0;
  }
  .to5_list li:hover .links img {
    opacity: 1;
    filter: none;
  }
}
.to5_list li:nth-of-type(4n + 1) {
  border-left: none;
}
.to5_list li:nth-of-type(-n + 4) {
  border-top: none;
}
.to5_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #4a4f55;
  transition: 0.3s;
  flex: 1;
}
.to5_list .top {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.to5_list .describe {
  line-height: 30px;
  color: #5b5f66;
  margin-top: 14px;
}
.to5_list .links {
  width: 30px;
}
.to5_list .links a {
  display: block;
}
.to5_list .links img {
  filter: brightness(0);
  opacity: 0.7;
  transition: 0.2s;
}
.to5_list .logo {
  width: 50px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.to5_list .logo img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.tho_menu {
  position: relative;
  z-index: 1;
}
.tho_menu .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.tho_menu a {
  display: flex;
  min-width: 260px;
  min-height: 60px;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 0 0;
  background: #fff;
  overflow: hidden;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #26292d;
}
.tho_menu a:hover {
  background: #1e64f0;
  color: #fff;
}
.tho_menu .active {
  background: #1e64f0;
  color: #fff;
}
.tho1 {
  padding: 100px 0px 205px;
}
.tho1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 6.286%;
}
.tho1_list li {
  flex-shrink: 0;
  width: 27.572%;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  display: flex;
}
.tho1_list li>a{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tho1_list li>a .imgBox:hover img{
    transform: scale(1.05);
}
.tho1_list li>a .title:hover{
    color: #1e64f0;
}
.tho1_list li>a .links span:hover{
    text-decoration: none;
}
.tho1_list .title {
  font-family: Poppins-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #26292d;
  transition: .3s;
}
.tho1_list .title a {
  color: #26292d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tho1_list .title a:hover {
  color: #1e64f0;
}
.tho1_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #4a4f55;
  margin-top: 15px;
}
.tho1_list .describe em {
  font-style: normal;
  display: block;
  position: relative;
}
.tho1_list .describe em::before {
  content: "";
  position: absolute;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #1e64f0;
  left: -27px;
  top: 9px;
}
.tho1_list .describe p:not(:nth-of-type(1)) {
  margin-top: 16px;
}
.tho1_list .describe p {
  padding-left: 27px;
}
.tho1_list .text {
  color: #4a4f55;
  line-height: 18px;
  padding-left: 21px;
  margin-top: 15px;
}
.tho1_list .box {
  padding: 25px 21px 26px;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tho1_list .box::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 3px solid #1e64f0;
  left: 0;
  top: 0px;
}
.tho1_list .links {
  display: flex;
  justify-content: flex-end;
  margin-top: -17px;
  padding-right: 20px;
  color: #1e64f0;
  z-index: 1;
}
.tho1_list .links a,
.tho1_list .links span{
  font-family: Poppins-SemiBold;
  color: #1e64f0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tho1_list .links a:hover {
  text-decoration: none;
}
.tht1 {
  padding: 100px 0px 175px;
}
.tht1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 3.125%;
}
.tht1_list li {
  width: 17.5%;
  text-align: center;
  display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 993px) {
  .tht1_list li:hover .hide_box {
    opacity: 1;
  }
}
.tht1_list .box {
  min-height: 245px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  overflow: hidden;
  position: relative;
}
.tht1_list .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}
.tht1_list .text {
  color: #fff;
}
.tht1_list .imgBox a:hover img {
  transform: none;
}
.tht1_list .number {
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #1e64f0;
  margin-top: 13px;
}
.tht1_list .number a {
  color: #1e64f0;
}
.tht1_list .number a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tht1_list .name {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #26292d;
  margin-top: 8px;
}
.tht1_list .logo {
  /*width: 100%;*/
  /*max-width: 100px;*/
  margin: 11px auto 0px;
}
.thfu1 {
  padding-top: 40px;
  background: #edf4fc;
}
.thfu1_menu {
  border-bottom: 4px solid #1e64f0;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px 0.7136%;
  position: relative;
  overflow: auto;
}
.thfu1_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.thfu1_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.thfu1_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.thfu1_menu a {
  flex-shrink: 0;
  width: 16.072%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #26292d;
  border-radius: 16px 16px 0 0;
  background: #fff;
  min-height: 64px;
  padding: 4px 12px 2px;
}
.thfu1_menu a:hover {
  background: #1e64f0;
  color: #fff;
}
.thfu1_menu .active {
  background: #1e64f0;
  color: #fff;
}
.thfu2_title {
  font-family: Poppins-Bold;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #26292d;
}
.thfu2_title span {
  color: #1e64f0;
  display: inline;
}
.thfu2 {
  padding: 90px 0px 165px;
}
.thfu2 .content {
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  padding: 59px 110px 89px;
}
.thfu2 .text {
  margin-top: 40px;
  color: #5b5f66;
}
.thfu2 .text img {
  display: inline-block;
}
.thfu2_container {
  padding-top: 81px;
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.thfu2_container .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  flex: 1;
  color: #26292d;
}
.thfu2_container .logo img:nth-of-type(2) {
  display: none;
}
.thfu2_container .faq_q {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}
.thfu2_container .faq_q.active .title {
  color: #1e64f0;
}
.thfu2_container .faq_q.active .logo img:nth-of-type(1) {
  display: none;
}
.thfu2_container .faq_q.active .logo img:nth-of-type(2) {
  display: block;
}
.thfu2_container .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.thfu2_container .describe {
  color: #5b5f66;
}
.thfu2_container .describe strong {
  font-family: Poppins-Medium;
  font-weight: normal;
  font-size: 18px;
  color: #26292d;
}
.thfu2_container .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 20px;
}
.thfu2_container .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #26292D;
}
.thfu2_container .describe p:not(:nth-of-type(1)) {
  margin-top: 19px;
}
.thfu2_container .describe img {
  display: inline-block;
}
.thfu2_container .faq_a {
  /* display: none; */
  margin-top: 23px;
}
.thfu2_container figure:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}
.thfu2_container .table {
  font-size: 18px;
}
.thfu2_container .table table {
  table-layout: fixed;
  min-width: 1100px;
}
.thfu2_container .table table td {
  border: 1px solid #ededed;
  padding: 13px 20px;
}
.thfu2_container .table table tr:nth-of-type(1) {
  background: #ededed;
  font-size: 20px;
  font-family: Poppins-SemiBold;
  color: #26292d;
  text-align: center;
}
.thfu2_container .table table tr:nth-of-type(1) td {
  padding: 12px 20px 10px;
  border: 1px solid #fff;
}
.fuo1_title {
  font-family: Poppins-Bold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #26292d;
}
.fuo1 {
  padding: 81px 0px 0px;
}
.fuo1_part_form {
  margin-top: 29px;
  gap: 46px;
  align-items: center;
}
.fuo1_part_form .input_box {
  flex: 1;
}
.fuo1_part_form input,
.fuo1_part_form textarea {
  font-size: 16px;
}
.fuo1_part_form .int1 {
  width: 20%;
}
.fuo_public .pub_text {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #b8b8b8;
}
.fuo_public .default_box {
  text-align: center;
}
.fuo_public .default_show {
  padding: 179px 0px 135px;
}
.fuo_public .default_logo {
  width: 160px;
  margin: 39px auto 0px;
}
.fuo_public .text {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e64f0;
  flex: 1;
  text-align: center;
  padding-left: 178px;
}
.fuo_public .text span {
  display: inline;
}
.fuo_public .no_results_top .text {
  color: #e64545;
}
.fuo_public .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0px 167px;
}
.fuo_public .default_no_results {
  padding-top: 86px;
}
.fuo_search_container {
  padding: 53px 0px 135px;
}
.fuo2_button {
  position: relative;
}
.fuo2_button .show,
.fuo2_button .hide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  display: none;
  pointer-events: none;
  color: #1e64f0;
}
.fuo2_button a {
  min-width: 158px;
  min-height: 40px;
  background: #1e64f0;
  border: 1px solid #1e64f0;
  color: #fff;
  font-family: Poppins-SemiBold;
  padding: 4px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
}
.fuo2_button a:hover {
  color: #1e64f0;
  background: #fff;
}
@media screen and (min-width: 993px) {
  .fuo2_button:hover .show {
    display: block;
  }
}
.fuo2_button.disabled a {
  background: #b8b8b8;
  border: 1px solid #b8b8b8;
  color: #fff;
}
@media screen and (min-width: 993px) {
  .fuo2_button.disabled:hover .show {
    display: none;
  }
  .fuo2_button.disabled:hover .hide {
    display: block;
  }
}
.fuo3_container {
  padding: 54px 0px 40px;
}
.fuo3_form {
  position: relative !important;
  top: 0% !important;
  max-height: none !important;
  width: 100% !important;
  transform: none !important;
}
.fuo4 {
  padding-top: 53px;
}
.fuo5 {
  padding: 95px 0px 167px;
}
.fuo5 .table table {
  font-family: Poppins-Regular;
  color: #5B5F66;
  font-size: 20px;
  line-height: 30px;
  /*text-align: center;*/
}
.fuo5 .table table  strong{
  font-family: Poppins-Bold;
  font-weight: normal;
  color: #4A4F55;
}
.fuo5 .table table  em{
  font-style: normal;
  color: #1E64F0;
}
.fuo5 .table table tr:nth-of-type(1) td {
  border-top: none;
}
.fuo5 .table table tr:nth-of-type(even) td {
  background: #f7f8fa;
}
.fuo5 .table table td {
  border: 1px solid #ededed;
  padding: 15px 30px 14px;
  background: #fff;
  min-height: 43.5px;
}
.fuo5 .container {
  padding-top: 50px;
}
.fuo5_title {
  background: #ededed;
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #26292d;
  border-radius: 8px 8px 0px 0px;
  padding: 15px 30px 11px;
}
.fuo5_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 49px;
  gap: 60px 0px;
}
.fuo5_list li {
  width: 48.572%;
}
.fuo5_list .imgBox {
  border-radius: 0 0 8px 8px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background: #fff;
  overflow: hidden;
}
.fuo5_1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.fuo5_1 .list li {
  width: 30%;
}
.fuo5_2_box {
  padding: 20px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fuo5_2_box .faq_q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f8fa;
  font-size: 22px;
  color: #4a4f55;
  font-family: Poppins-Bold;
  padding: 15px 24px 15px 28px;
  cursor: pointer;
  gap: 20px;
}
.fuo5_2_box .logo {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #1e64f0;
  border-radius: 50%;
}
.fuo5_2_box .faq_a {
  background: #edf4fc;
  margin-top: 16px;
  display: none;
}
.fuo5_2_box .table {
  padding: 4px 24px;
}
.fuo5_2_box .table table {
  border-collapse: separate;
  border-spacing: 0px 12px;
  /* font-family: Poppins-Medium; */
  color: #5b5f66;
  min-width: 1300px;
}
.fuo5_2_box .table table tr:nth-of-type(1) {
  font-family: Poppins-Medium;
  color: #4a4f55;
}
.fuo5_2_box .table table tr:nth-of-type(1) td {
  padding: 13px 20px 10px;
  border-bottom: 4px solid #1e64f0;
  font-size: 22px;
  line-height: 32px;
  color: #4A4F55;
  font-family: Poppins-Bold;
}
.fuo5_2_box .table table tr {
  transition: 0.3s;
}
.fuo5_2_box .table table td {
  border: none;
  padding: 8px 20px 12px;
  background: #fff !important;
}
.fuo5_2_box .table table td:nth-of-type(-n+4){
  width: 12.5%;
}
.fuo5_2_box .table table td:nth-of-type(5),
.fuo5_2_box .table table td:nth-of-type(6){
  width: 18.75%;
}
.fuo5_2_box .table table td:nth-last-of-type(1) {
  min-width: 200px;
}
.fuo5_2_box .table table tr:not(:nth-of-type(1)):hover {
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
}
.fuo5_2_box .button {
  display: flex;
  justify-content: center;
}
.fuo5_2_box .button a {
  /* font-family: Poppins-SemiBold; */
  color: #fff;
  min-width: 140px;
  min-height: 40px;
  border-radius: 8px;
  background: #1e64f0;
  padding: 4px 16px;
  border: 1px solid #1e64f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.fuo5_2_box .button a:hover {
  background: #fff;
  color: #1e64f0;
}
.fuo5_2_box .faq_q.active .logo {
  background: #b8b8b8;
  transform: rotate(180deg);
}
.fuo5_2_box .between_box {
  width: 35%;
}
.fuo5_2_box .between_box.right {
  display: flex;
  justify-content: flex-end;
}
.fuo5_2_box .center_box {
  /*text-align: center;*/
  flex: 1;
}
.alert_fut_form {
  position: fixed !important;
}
.alert_fut_form .alert_seo1_form_container {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.fut1_part_form {
  align-items: center;
  justify-content: flex-start;
  gap: 20px 2.143%;
}
.fut1_part_form .input_box {
  flex: 1;
}
.fut1_part_form input,
.fut1_part_form textarea {
  font-size: 16px;
}
.fut1_part_form .int1 {
  width: 20%;
}
.fut1_part_form .submit_box {
  margin-left: auto;
  margin-right: 0px;
}
.fut1 {
  position: relative;
  z-index: 4;
  padding-top: 79px;
}
.fut2 {
  text-align: center;
  padding: 179px 0px 165px;
}
.fut_results .top {
  padding: 0px !important;
}
.fut_results .text {
  padding: 0px !important;
}
.fut3 {
  padding: 59px 0px 130px;
  text-align: center;
}
.fut3 .container {
  margin-top: 92px;
}
.fut4 {
  padding: 59px 0px 175px;
}
.fut4 .button {
  display: flex;
  justify-content: center;
}
.fut4 .button a {
  font-family: Poppins-SemiBold;
  color: #fff;
  min-width: 140px;
  min-height: 40px;
  border-radius: 8px;
  background: #1e64f0;
  padding: 4px 16px;
  border: 1px solid #1e64f0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fut4 .button a:hover {
  background: #fff;
  color: #1e64f0;
}
.fut4 .describe {
  color: #5b5f66;
  margin-top: 41px;
}
.fut4 .table table {
  /* text-align: center; */
}
.fut4 .table table tr:nth-of-type(1) {
  font-family: Poppins-Bold;
  font-size: 18px;
  color: #26292d;
}
.fut4 .table table tr:nth-of-type(1) td {
  border-bottom: none;
  background: #ededed;
  padding: 15px 20px 17px;
}
.fut4 .table table tr:nth-of-type(1) td:nth-of-type(1) {
  border-radius: 8px 0px 0px 8px;
}
.fut4 .table table tr:nth-of-type(1) td:nth-last-of-type(1) {
  border-radius: 0px 8px 8px 0px;
}
.fut4 .table table td {
  border: none;
  border-bottom: 1px solid #ededed;
  padding: 22px 20px 21px;
}
.fut4 .table table td:nth-last-of-type(1) {
  width: 200px;
}
.fut5 {
  padding: 120px 0px 233px;
}
.fut5_box {
  padding: 20px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fut5_box .faq_q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f8fa;
  font-family: Poppins-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #4A4F55;
  padding: 15px 24px 12px 28px;
  cursor: pointer;
  gap: 20px;
}
.fut5_box .logo {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #1e64f0;
  border-radius: 50%;
}
.fut5_box .faq_a {
  background: #edf4fc;
  margin-top: 16px;
  display: none;
}
.fut5_box .table {
  padding: 4px 24px;
}
.fut5_box .table table {
  /* text-align: center; */
  border-collapse: separate;
  border-spacing: 0px 12px;
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #5B5F66;
  min-width: 1300px;
}
.fut5_box .table table tr:nth-of-type(1) {
  font-family: Poppins-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #4A4F55;
}
.fut5_box .table table tr:nth-of-type(1) td {
  padding: 15px 24px 10px;
  border-bottom: 4px solid #1e64f0;
  white-space: nowrap;
}
.fut5_box .table table tr {
  transition: 0.3s;
}
.fut5_box .table table td {
  border: none;
  padding: 10px 24px;
  background: #fff !important;
}
.fut5_box .table table td:nth-of-type(1),
.fut5_box .table table td:nth-of-type(2),
.fut5_box .table table td:nth-of-type(7){
  width: 7.693%;
}
.fut5_box .table table td:nth-of-type(3),
.fut5_box .table table td:nth-of-type(4),
.fut5_box .table table td:nth-of-type(5),
.fut5_box .table table td:nth-of-type(6){
  width: 15.386%
}
.fut5_box .table table tr:not(:nth-of-type(1)):hover {
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
}
.fut5_box .table table td:nth-last-of-type(1) {
  min-width: 200px;
}
.fut5_box .button {
  display: flex;
  justify-content: center;
}
.fut5_box .button a {
  font-family: Poppins-SemiBold;
  color: #fff;
  min-width: 140px;
  min-height: 40px;
  border-radius: 8px;
  background: #1e64f0;
  padding: 4px 6px;
  border: 1px solid #1e64f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.fut5_box .button a:hover {
  background: #fff;
  color: #1e64f0;
}
.fut5_box .faq_q.active .logo {
  background: #b8b8b8;
  transform: rotate(180deg);
}
.fut5_box .between_box {
  flex: 1;
}
.fut5_box .center_box {
  text-align: center;
  flex: 1;
}
.fut5_box .amplify_img {
  border-radius: 2px;
  width: 46px;
  cursor: pointer;
}
.fut5_box .flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.futh1 {
  padding: 80px 0px 0px;
}
.futh1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.futh1 .l_box {
  flex: 1;
}
.futh1 .fuo1_title {
  font-family: Poppins-Bold;
  color: #e64545;
}
.futh1 .links {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e64f0;
}
.futh1 .links a {
  color: #1e64f0;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.futh2 {
  padding: 48px 0px 175px;
}
.futh2 .describe {
  color: #5b5f66;
}
.futh2 .describe em {
  font-style: normal;
  color: #1e64f0;
}
.futh2 .table table {
  /* text-align: center; */
  /* font-size: 18px; */
}
.futh2 .table table tr:nth-of-type(1) {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: #26292d;
  white-space: nowrap;
}
.futh2 .table table tr:nth-of-type(1) td {
  border-bottom: none;
  background: #ededed;
  padding: 15px 20px 17px;
}
.futh2 .table table tr:nth-of-type(1) td:nth-of-type(1) {
  border-radius: 8px 0px 0px 8px;
}
.futh2 .table table tr:nth-of-type(1) td:nth-last-of-type(1) {
  border-radius: 0px 8px 8px 0px;
}
.futh2 .table table td {
  border: none;
  border-bottom: 1px solid #ededed;
  padding: 22px 20px 21px;
}
.futh2 .table table td:nth-last-of-type(1) {
  width: 200px;
}
.futh2 .button {
  display: flex;
  justify-content: center;
}
.futh2 .button a {
  font-family: Poppins-SemiBold;
  color: #fff;
  min-width: 140px;
  min-height: 40px;
  border-radius: 8px;
  background: #1e64f0;
  padding: 4px 16px;
  border: 1px solid #1e64f0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}
.futh2 .button a:hover {
  background: #fff;
  color: #1e64f0;
}
.futh2 .button a:hover img {
  filter: none;
}
.futh2 .button img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.futh2 .button span {
  transition: 0s;
}
.fo1 {
  padding-top: 61px;
}
.fo1 .describe {
  color: #5b5f66;
  margin-top: 19px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fo1 .show.describe {
  -webkit-line-clamp: initial !important;
}
.fo1 .read {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.fo1 .more,
.fo1 .less {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  color: #1e64f0;
  min-width: 165px;
  min-height: 50px;
  border-radius: 600px;
  border: 1px solid #1e64f0;
  font-family: Poppins-SemiBold;
  padding: 4px 20px;
}
.fo1 .more:hover,
.fo1 .less:hover {
  background: #1e64f0;
  color: #fff;
}
.fo2 {
  padding: 18px 0px 175px;
}
.fo2 .PageNumber {
  margin-top: 99px;
}
.ft1 {
  padding: 61px 0px 153px;
}
.ft1 .thfu2_title {
  font-family: Poppins-Medium;
}
.ft1 .time {
  color: #5b5f66;
}
.ft1 .share_box {
  color: #4d4d4d;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ft1 .time_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 53px;
}
.ft1 .describe {
  color: #5b5f66;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-top: 19px;
  padding: 50px 0px 49px;
}
.ft1 .describe img {
  display: inline-block;
}
.so1 {
  padding: 83px 0px 100px;
}
.so1 .to1_title {
  font-family: Poppins-Medium;
  color: #26292d;
}
.so1 .add_logo {
  width: 24px;
  margin-top: 2px;
}
.so1 .text {
  color: #5b5f66;
  flex: 1;
}
.so1 .add_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 28px;
}
.so1_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.so1_list {
  width: 35.429%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4.838%;
}
.so1_list .logo {
  width: 40px;
}
.so1_list li {
  width: 47.581%;
  filter: drop-shadow(0 4px 8px rgba(30, 100, 240, 0.2));
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 40px 24px;
}
.so1_list .name {
  color: #5b5f66;
  margin-top: 25px;
}
.so1_list .describe {
  margin-top: 8px;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  line-height: 32px;
  color: #26292d;
}
.so1_r {
  width: 60.286%;
  display: flex;
  align-items: flex-start;
}
.so1_r .box {
  border-radius: 20px;
  border: 1px solid #b8b8b8;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  overflow: hidden;
  position: relative;
}
.so1_r iframe {
  display: block;
}
.so2 {
  padding: 83px 0px 90px;
  background: #fff;
}
.so2 .to1_title {
  font-family: Poppins-Medium;
  color: #26292d;
}
.so2 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
  margin-top: 67px;
}
.so2 form .flex_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.so2 form > * {
  width: 100%;
}
.so2 form input,
.so2 form textarea {
  background: #ededed;
  border-radius: 8px;
  border: none;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 25px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.so2 form input::placeholder,
.so2 form input::-webkit-input-placeholder,
.so2 form textarea::placeholder {
  color: #b8b8b8;
}
.so2 form .int1 {
  width: 48.5%;
}
.so2 form input {
  height: 50px;
}
.so2 form textarea {
  height: 200px;
  padding-top: 12px !important;
}
.so2 form .ttBox {
  width: 100%;
}
.so2 form .yzm {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 57.15%;
  gap: 20px;
  flex: 1;
}
.so2 form .yzm input {
  flex: 1;
}
.so2 form .yzm span {
  height: 50px;
  aspect-ratio: 100/50;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.so2 form .yzm span img {
  height: 100%;
}
.so2 form .afterBox {
  position: relative;
}
.so2 form .afterBox::before {
  left: 12px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
}
.so2 form .ttBox::before {
  top: 25px;
}
.so2 form .tj {
  width: auto;
  min-width: 240px;
}
.so2 form .tj input {
  font-family: Poppins-SemiBold;
  cursor: pointer;
  background: #1e64f0;
  border: 1px solid #1e64f0;
  transition: 0.3s;
  color: #fff;
}
.so2 form .tj input:hover {
  background: #fff;
  color: #1e64f0;
}
.seo_container {
  padding: 40px 0px 100px;
}
.seo_container .content {
  display: flex;
  justify-content: space-between;
}
.seo_container_r {
  width: calc(100% - 330px);
  border-radius: 12px;
  background: #fff;
  padding: 0px 60px;
  position: relative;
}
.seo1 {
  padding: 40px 0px 70px;
}
.seo1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.seo1 .l_box {
  flex: 1;
}
.seo1 .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #26292d;
}
.seo1 .button a {
  display: flex;
  min-width: 153px;
  min-height: 44px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #1e64f0;
  font-family: Poppins-SemiBold;
  color: #fff;
  border: 1px solid #1e64f0;
}
.seo1 .button a:hover {
  background: #fff;
  color: #1e64f0;
}
.seo1 .button a:hover img {
  filter: none;
}
.seo1 .button span {
  transition: 0s;
}
.seo1 .button img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.seo1_container {
  margin-top: 50px;
}
.seo1_container .dataTables_length {
  display: none;
}
.seo1_container .table {
  overflow: initial;
}
.seo1_container .table_box {
  min-height: 900px;
  overflow: auto;
}
.seo1_container .table_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.seo1_container .table_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.seo1_container .table_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.seo2 {
  padding: 44px 0px 80px;
}
.seo2 .links {
  display: flex;
  justify-content: flex-start;
}
.seo2 .links a {
  width: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #1e64f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.seo2 .table_before_box {
  border-bottom: 1px solid #b8b8b8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 30px 22px;
  margin-top: 40px;
  gap: 0px 12px;
}
.seo2 .describe {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  line-height: 30px;
  color: #26292d;
}
.seo2 .describe em {
  font-style: normal;
  font-family: Poppins-Regular;
  color: #5b5f66;
  font-size: 16px;
}
.seo2 .table {
  overflow: initial;
}
.seo2 .table_box {
  overflow: auto;
}
.seo2 .table_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.seo2 .table_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.seo2 .table_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.seo2 .table_box {
  margin-top: 40px;
  min-height: 856px;
}
.seo2 .dataTables_length {
  display: none;
}
.seo2 .dataTables_paginate {
  justify-content: flex-end;
  margin-top: 50px;
  padding-left: 40%;
}
.seo2 .open_alert {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  margin-top: -35px;
  width: 36%;
}
.seo2 .open_alert a {
  color: #1e64f0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.seo2 .open_alert a:hover {
  text-decoration: none;
}
.seo2 input,
.seo2 textarea {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #b8b8b8;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #5b5f66;
  resize: none;
  outline: none;
  display: block;
}
.seo2_bottom {
  margin-top: 76px;
}
.seo2_bottom .name {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #4a4f55;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
}
.seo2_bottom .name span {
  display: block;
}
.seo2_bottom textarea {
  width: 100%;
  border-radius: 8px;
  background: #ededed;
  height: 140px;
  border: none;
  padding: 8px;
}
.seo2_bottom .tt_box {
  margin-top: 21px;
}
.seo2_bottom .links_box {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: Poppins-SemiBold;
  line-height: 30px;
  color: #1e64f0;
  gap: 8px 80px;
}
.seo2_bottom .links_box a {
  color: #1e64f0;
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.seo2_bottom .links_box a:hover {
  text-decoration: none;
}
.seo2_bottom .links_box .disabled {
  pointer-events: none;
  color: #b8b8b8;
}
.seo2_bottom #inquiry {
  cursor: pointer;
  font-size: 16px;
  font-family: Poppins-SemiBold;
  color: #fff;
  transition: 0.3s;
  background: #1e64f0;
  border-radius: 8px;
  min-width: 100px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border: none;
}
.seo2_bottom #inquiry:hover {
  background: #edf4fc;
  color: #5b5f66;
}

.seo2_bottom #save,
.seo2_bottom .submit input {
  cursor: pointer;
  font-size: 16px;
  font-family: Poppins-SemiBold;
  color: #5b5f66;
  transition: 0.3s;
  background: #edf4fc;
  border-radius: 8px;
  min-width: 100px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border: none;
}
.seo2_bottom #save:hover,
.seo2_bottom .submit input:hover {
  background: #1e64f0;
  color: #fff;
}
.seo2_bottom .controls_box {
  display: flex;
  gap: 8px 40px;
  flex-wrap: wrap;
}
.seo2_bottom .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-top: 40px;
}
.seo3 {
  position: absolute;
  left: 50%;
  top: 37.9%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 50px;
}
.seo3 .text {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #b8b8b8;
  text-align: center;
  margin-top: 25px;
}
.seo3 .logo {
  width: 160px;
  margin: 0px auto;
}
.seo4 {
  padding: 60px 0px 80px;
}
.seo4 .PageNumber {
  margin-top: 60px;
}
.seo4_PageNumber a {
  background: #f7f8fa;
}
.seo4_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.seo4_list em {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e64f0;
  transition: 0.3s;
}
.seo4_list .flex_box {
  padding: 0px 20px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  justify-content: space-between;
}
.seo4_list .faq_q {
  align-items: center;
  background: #f7f8fa;
  gap: 20px;
  padding-top: 9px;
  padding-bottom: 11px;
  transition: 0.3s;
  cursor: pointer;
}
.seo4_list .faq_q em {
  color: #4a4f55;
}
.seo4_list .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #4a4f55;
  flex: 1;
  transition: 0.3s;
}
.seo4_list .l_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.seo4_list .logo img:nth-of-type(2) {
  display: none;
}
.seo4_list .describe {
  color: #5b5f66;
  flex: 1;
  padding-right: 4%;
}
.seo4_list .faq_a {
  padding-top: 24px;
  display: none;
}
.seo4_list .faq_q.active {
  background: #edf4fc;
}
.seo4_list .faq_q.active em {
  color: #1e64f0;
}
.seo4_list .faq_q.active .title {
  color: #1e64f0;
}
.seo4_list .faq_q.active .logo img:nth-of-type(2) {
  display: block;
}
.seo4_list .faq_q.active .logo img:nth-of-type(1) {
  display: none;
}
.seo5_title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #4a4f55;
}
.seo5 {
  padding: 48px 0px 80px;
}
.seo5_container {
  margin-top: 40px;
  padding: 0px 20px;
}
.seo5_container .profile_picture {
  width: 100%;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seo5_container #profile_picture_logo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.seo5_container .upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 44px;
  padding: 4px 16px;
  border-radius: 8px;
  background: #f7f8fa;
  cursor: pointer;
  transition: 0.3s;
  color: #26292d;
  margin-top: 16px;
  font-family: Poppins-SemiBold;
}
.seo5_container .upload:hover {
  background: #1e64f0;
  color: #fff;
}
.seo5_container .form_container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.seo5_container .name {
  font-family: Poppins-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #26292d;
  padding: 0px 16px;
}
.seo5_container .input_box {
  margin-top: 12px;
}
.seo5_container form input,
.seo5_container form textarea {
  border-radius: 8px;
  background: #f7f8fa;
  border: none;
  font-family: Poppins-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #5b5f66;
  padding: 0px 16px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.seo5_container form input {
  height: 60px;
}
.seo5_container .bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 60px;
}
.seo5_container .submit input {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  color: #fff;
  display: flex;
  min-width: 100px;
  height: 44px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1e64f0;
  border: 1px solid #1e64f0;
  cursor: pointer;
  transition: 0.3s;
}
.seo5_container .submit input:hover {
  color: #1e64f0;
  background: #fff;
}
.seo5_container .links {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e64f0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 81px;
}
.seo5_container .links a {
  display: block;
  color: #1e64f0;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
#seo2_table th {
  background: #ededed;
  font-size: 16px;
  font-family: Poppins-Bold;
  color: #4a4f55;
  font-weight: normal;
  padding: 15px 15px 13px;
  white-space: nowrap;
}
#seo2_table th span {
  display: block;
}
#seo2_table th:nth-of-type(1) {
  border-radius: 8px 0px 0px 8px;
}
#seo2_table th:nth-last-of-type(1) {
  border-radius: 0px 8px 8px 0px;
}
#seo2_table td {
  border: none;
  text-align: center;
  color: #5b5f66;
  padding: 17px 15px;
  white-space: nowrap;
}
#seo2_table td em {
  font-style: normal;
  color: #1e64f0;
}
#seo2_table tr:nth-of-type(even) {
  background: #f7f8fa;
}
#seo2_table .flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#seo2_table .flex_box a {
  width: 24px;
  display: block;
}
#seo2_table input {
  text-align: center;
  height: 30px;
  width: 71px;
}
#seo2_table input[type="text"] {
  width: 80px;
  height: 46px;
  line-height: 46px;
}
#seo2_table .amplify_img {
  width: 46px;
  border-radius: 4px;
  border: 1px solid #ededed;
  background: #fff;
}
#seo1_table th {
  background: #ededed;
  font-size: 18px;
  font-family: Poppins-Medium;
  color: #4a4f55;
  font-weight: normal;
  padding: 15px 15px 17px;
  pointer-events: none;
}
#seo1_table th span {
  display: block;
}
#seo1_table .sort_box {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 9px;
}
#seo1_table .icon_box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#seo1_table .icon_box img {
  transition: 0s;
  filter: brightness(0);
  opacity: 0.2;
}
#seo1_table th:nth-of-type(1) {
  border-radius: 8px 0px 0px 8px;
}
#seo1_table th:nth-last-of-type(1) {
  border-radius: 0px 8px 8px 0px;
}
#seo1_table td {
  border: none;
  border-bottom: 1px solid #ededed;
  /* text-align: center; */
  color: #5b5f66;
  padding: 28px 20px 27px;
}
#seo1_table th{
  font-family: Poppins-Bold;
}
#seo1_table td:nth-last-of-type(1) {
  width: 170px;
}
#seo1_table .flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
#seo1_table .flex_box a {
  width: 24px;
  display: block;
}
#seo1_table .sorting_asc .logo:nth-of-type(1) img {
  filter: none;
  opacity: 1;
}
#seo1_table .sorting_desc .logo:nth-of-type(2) img {
  filter: none;
  opacity: 1;
}
#seo1_table .sort_box {
  cursor: pointer;
  pointer-events: all;
}
.dataTables_paginate {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
.dataTables_paginate a,
.dataTables_paginate > span span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5b5f66;
  width: 44px;
  height: 44px;
  background-color: #f7f8fa;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.dataTables_paginate a:hover,
.dataTables_paginate > span span:hover {
  background: #1e64f0;
  color: #fff;
}
.dataTables_paginate > a {
  width: 66px;
}
.dataTables_paginate > span {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dataTables_paginate .current {
  background: #1e64f0;
  color: #fff;
}
.personal_center_box {
  width: 26%;
  max-width: 280px;
}
.personal_center {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 40px 30px 44px;
}
.personal_center .button {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.personal_center .button a {
  font-family: Poppins-SemiBold;
  display: flex;
  min-width: 220px;
  min-height: 40px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #26292d;
  background: #edf4fc;
  border-radius: 8px;
}
.personal_center .button a:hover {
  background: #1e64f0;
  color: #fff;
}
.personal_center_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.personal_center_list li {
  font-family: Poppins-Medium;
}
.personal_center_list a {
  display: flex;
  align-items: center;
  color: #26292d;
  gap: 12px;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px 20px;
}
.personal_center_list a span {
  flex: 1;
  display: block;
  transition: 0s;
}
.personal_center_list a img {
  transition: 0.2s;
}
.personal_center_list a:hover {
  background: #1e64f0;
  color: #fff;
}
.personal_center_list a:hover img {
  filter: brightness(0) invert(1);
}
.personal_center_list .active {
  background: #1e64f0;
  color: #fff;
}
.personal_center_list .active img {
  filter: brightness(0) invert(1);
}
.personal_center_list li:nth-of-type(6) {
  margin-top: 94px;
}
.personal_center_list .disabled {
  pointer-events: none;
}
.personal_center_list .disabled a {
  color: #b8b8b8;
}
.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 39px;
}
.page_change .logo {
  width: 48px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #1e64f0;
}
.page_change a.logo:hover img {
  filter: brightness(0) invert(1);
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change .page_name {
  font-family: Poppins-Medium;
  color: #26292d;
  font-size: 18px;
  margin-bottom: 1px;
}
.page_change .page_name + * {
  color: #5b5f66;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #5b5f66;
}
.page_change .page_name + * a:hover {
  color: #1e64f0;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.alert_del {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
}
.alert_del_contianer {
  width: 90%;
  max-width: 640px;
  border-radius: 12px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  padding: 49px 49px 39px;
}
.alert_del_contianer .alert_close {
  right: 27px;
  top: 27px;
  position: absolute;
}
.alert_del_contianer .alert_del_title {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #26292d;
  padding: 0px 8%;
}
.alert_del_contianer .logo {
  width: 80px;
  margin: 42px auto 0px;
}
.alert_del_contianer .button {
  cursor: pointer;
  font-size: 16px;
  font-family: Poppins-SemiBold;
  color: #5b5f66;
  transition: 0.3s;
  background: #edf4fc;
  border-radius: 8px;
  min-width: 107px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
}
.alert_del_contianer .button:hover {
  background: #1e64f0;
  color: #fff;
}
.alert_del_contianer .controls_box {
  margin-top: 70px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.alert_seo1_form,
.alert_seo2_form {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
}
.alert_seo1_form_container {
  width: 90%;
  max-width: 700px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  position: sticky;
  margin: 0px auto;
  top: 16.1%;
  padding: 40px 114px 101px;
  overflow: auto;
  max-height: 80vh;
}
.alert_seo1_form_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.alert_seo1_form_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.alert_seo1_form_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.alert_seo1_form_container .fuo1_title {
  color: #26292d;
  font-family: Poppins-SemiBold;
  text-align: center;
}
.alert_seo1_form_container form {
  margin-top: 55px;
}
.alert_seo1_form_container form input,
.alert_seo1_form_container form textarea {
  background: #ededed;
  border-radius: 8px;
  border: none;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #4a4f55;
  padding: 0px 26px;
  width: 100%;
  resize: none;
  outline: none;
  display: block;
}
.alert_seo1_form_container form input {
  height: 56px;
}
.alert_seo1_form_container form .disabled input {
  text-align: center;
  background: transparent;
}
.alert_seo1_form_container form textarea {
  height: 100px;
  background: #ededed;
  padding-top: 6px;
}
.alert_seo1_form_container .drop-btn input {
  padding-right: 60px;
}
.alert_seo1_form_container .down {
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
.alert_seo1_form_container .flex_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.alert_seo1_form_container .flex_box:not(:nth-of-type(1)) {
  margin-top: 24px;
}
.alert_seo1_form_container .form_r_box {
  width: 76.596%;
}
.alert_seo1_form_container .form_l_title {
  flex: 1;
  text-align: right;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #26292d;
  margin-right: 20px;
}
.alert_seo1_form_container .flex_box.tt_box {
  align-items: flex-start;
}
.alert_seo1_form_container .flex_box.tt_box .form_l_title {
  margin-top: 12px;
}
.alert_seo1_form_container .button,
.alert_seo1_form_container .submit input {
  cursor: pointer;
  font-size: 16px;
  font-family: Poppins-SemiBold;
  color: #5b5f66;
  transition: 0.3s;
  background: #edf4fc;
  border-radius: 8px;
  min-width: 107px;
  min-height: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
}
.alert_seo1_form_container .button:hover,
.alert_seo1_form_container .submit input:hover {
  background: #1e64f0;
  color: #fff;
}
.alert_seo1_form_container .controls_box {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.alert_seo1_form_container .alert_close {
  position: absolute;
  right: 27px;
  top: 27px;
}
.alert_seo2_form_container {
  width: 90%;
  max-width: 700px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  position: sticky;
  top: 16.1%;
  margin: 0px auto;
  padding: 60px 50px 41px;
  overflow: auto;
  max-height: 80vh;
}
.alert_seo2_form_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.alert_seo2_form_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.alert_seo2_form_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.alert_seo2_form_container .fuo1_title {
  color: #26292d;
  font-family: Poppins-SemiBold;
  text-align: center;
}
.alert_seo2_form_container .title {
  font-size: 20px;
  line-height: 32px;
  color: #4a4f55;
  font-family: Poppins-Medium;
}
.alert_seo2_form_container form {
  margin-top: 37px;
}
.alert_seo2_form_container form textarea {
  background: #ededed;
  border-radius: 4px;
  border: none;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #26292d;
  padding: 30px 30px;
  width: 100%;
  resize: none;
  outline: none;
  display: block;
  height: 378px;
}
.alert_seo2_form_container form textarea::placeholder {
  color: #b8b8b8;
}
.alert_seo2_form_container .tt_box {
  margin-top: 20px;
  align-items: flex-start;
  position: relative;
}
.alert_seo2_form_container .tt_box .form_l_title {
  margin-top: 12px;
}
.alert_seo2_form_container .describe {
  line-height: 26px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  color: #b8b8b8;
  pointer-events: none;
}
.alert_seo2_form_container .submit input {
  cursor: pointer;
  font-size: 16px;
  font-family: Poppins-SemiBold;
  color: #fff;
  transition: 0.3s;
  background: #1e64f0;
  border-radius: 8px;
  min-width: 107px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
}

.alert_seo2_form_container .submit input:hover {
  background: #edf4fc;
  color: #5b5f66;
}

.alert_seo2_form_container .button {
  cursor: pointer;
  font-size: 16px;
  font-family: Poppins-SemiBold;
  color: #5b5f66;
  transition: 0.3s;
  background: #edf4fc;
  border-radius: 8px;
  min-width: 107px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
}
.alert_seo2_form_container .button:hover {
  background: #1e64f0;
  color: #fff;
}
.alert_seo2_form_container .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.alert_seo2_form_container .controls_box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.alert_seo2_form_container .alert_close {
  position: absolute;
  right: 27px;
  top: 27px;
}
.alert_seo2_form_container .links {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 30px;
}
.alert_seo2_form_container .links a {
  color: #1e64f0;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.alert_seo2_form_container .links a:hover {
  text-decoration: underline;
}
.alert_box {
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.alert_box_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 1px solid #ededed;
  box-shadow: 0 4px 8px 0 rgba(30, 100, 240, 0.2);
  overflow: hidden;
}
.alert_box_container > img {
  max-height: 90vh;
  max-width: 90vw;
}
.alert_controls {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 27px;
  top: 20px;
}
.alert_controls .logo {
  width: 40px;
}
.alert_close {
  width: 26px;
  transition: 0.3s;
  cursor: pointer;
}
.alert_close:hover {
  transform: rotate(90deg);
}
footer {
  padding: 46px 0px 20px;
  background: #040404;
}
footer .logoBox {
  width: 234px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  max-width: 100%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 1.3%;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
footer .icBox a {
  height: 34px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}
footer .icBox a:hover {
  opacity: 1;
}
footer .dif_footer {
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  position: relative;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .dif_up {
  display: none;
}
footer .list {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  margin-top: 20px;
}
footer .list span {
  display: inline;
}
footer .list a {
  display: inline;
  color: rgba(255, 255, 255, 0.8);
}
footer .list a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .ul4 {
  margin-right: 5.2%;
}
footer .ul3 {
  margin-right: 4%;
}
footer .ul2 {
  margin-right: 1%;
}
footer .ul5 {
  max-width: 306px;
}
.footer_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 6%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 29px;
}
.footer_b {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 44px;
  gap: 15px;
}
.footer_c {
  line-height: 24px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 28px;
  padding-top: 24px;
}
.footer_c a {
  color: #fff;
}
.footer_c a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #1e64f0;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li:hover {
  background-color: #e0e0e0;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #1e64f0;
}
.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
}
.shaft-load {
  margin: 0 auto;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.shaft-load > div {
  float: left;
  background: #7e8740;
  height: 100%;
  width: 5px;
  margin-right: 1px;
  display: inline-block;
}
.shaft-load .shaft1 {
  animation-delay: 0.05s;
}
.shaft-load .shaft2 {
  animation-delay: 0.1s;
}
.shaft-load .shaft3 {
  animation-delay: 0.15s;
}
.shaft-load .shaft4 {
  animation-delay: 0.2s;
}
.shaft-load .shaft5 {
  animation-delay: 0.25s;
}
.shaft-load .shaft6 {
  animation-delay: 0.3s;
}
.shaft-load .shaft7 {
  animation-delay: 0.35s;
}
.shaft-load .shaft8 {
  animation-delay: 0.4s;
}
.shaft-load .shaft9 {
  animation-delay: 0.45s;
}
.shaft-load .shaft10 {
  animation-delay: 0.5s;
}
.shaft-load > div {
  background-color: #09f;
  animation: loading10 1.5s ease-in-out infinite;
  transform: scaleY(0.05);
}
.shaft-load .shaft1 {
  height: 100%;
}
.shaft-load .shaft2 {
  height: 110%;
}
.shaft-load .shaft3 {
  height: 120%;
}
.shaft-load .shaft4 {
  height: 130%;
}
.shaft-load .shaft5 {
  height: 140%;
}
.shaft-load .shaft6 {
  height: 150%;
}
.shaft-load .shaft7 {
  height: 160%;
}
.shaft-load .shaft8 {
  height: 170%;
}
.shaft-load .shaft9 {
  height: 180%;
}
.shaft-load .shaft10 {
  height: 190%;
}
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Chrome、Safari、Edge */
  margin: 0;
}
@keyframes loading10 {
  50% {
    transform: scaleY(1.2);
    background: #1e64f0;
  }
}
.alwaysShow td {
  position: relative;
}
.alwaysShow td .df-class {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.df-persp,
.persp-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6000;
  pointer-events: auto;
  /*绂佹浜嬩欢绌块€�*/
}
.persp-bg {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}
.df-box {
  width: 100% !important;
  max-width: 300px !important;
  min-width: 170px;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  overflow: hidden;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.df-main {
  /*padding: 10px;*/
}
.df-item {
  position: relative;
  overflow: hidden;
}
.df-item .G-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.G-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.45, rgba(255, 255, 255, 0.85)), color-stop(0.75, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.4) 100%);
  background: -o-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.4) 100%);
}
.G-mid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.G-btm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 65%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(0.25, rgba(255, 255, 255, 0.6)), color-stop(0.65, rgba(255, 255, 255, 0.85)), to(#fff));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 48%, #fff 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 48%, #fff 100%);
}
.df-ctn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 2px;
  position: relative;
  background: #000;
  zoom: 1;
}
.df-wrap {
  display: block;
}
.df-wrap table {
  width: 100%;
}
.df-strip {
  position: relative;
  z-index: 2;
}
.df-ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.df-li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  display: block;
  text-align: center;
  vertical-align: bottom;
  filter: alpha(opacity=90);
  /* text-shadow: 0 1px 1px #000;*/
  font-size: 18px;
  white-space: nowrap;
}
.df-class {
  font-size: 18px;
}
.df-btn {
  display: block;
}
.df-btn div {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.df-btn div:active {
  background: #f60;
  color: #fff;
  border: 1px solid #f60;
}
.df-hide {
  visibility: hidden;
}
.dw-trans .dw-persp {
  overflow: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.dw-trans .dw,
.dw-trans .dwo {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 200ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
}
.dw-trans .dwo {
  -webkit-backface-visibility: hidden;
}
.dw-in .dw {
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.dw-out .dw {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.dw-in .dwo {
  -webkit-animation-name: dw-f-in;
  -moz-animation-name: dw-f-in;
  animation-name: dw-f-in;
}
.dw-out .dwo {
  -webkit-animation-name: dw-f-out;
  -moz-animation-name: dw-f-out;
  animation-name: dw-f-out;
}
.dw-flip,
.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -moz-backface-visibility: hidden;
  -moz-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0);
}
.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
.dw-flip,
.dw-pop {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.dw-in .dw-pop {
  opacity: 1;
  -webkit-animation-name: dw-p-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-p-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-p-in;
}
.dw-out .dw-pop {
  opacity: 0;
  -webkit-animation-name: dw-p-out;
  -moz-animation-name: dw-p-out;
  animation-name: dw-p-out;
}
.dw-in .dw-flip {
  opacity: 1;
  -webkit-animation-name: dw-fl-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-fl-in;
  -moz-transform: scale(1);
  animation-name: dw-fl-in;
  transform: scale(1);
}
.dw-out .dw-flip {
  opacity: 0;
  animation-name: dw-fl-out;
  -webkit-animation-name: dw-fl-out;
  -moz-animation-name: dw-fl-out;
}
.dw-in .dw-swing {
  opacity: 1;
  -webkit-animation-name: dw-sw-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sw-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-sw-in;
}
.dw-out .dw-swing {
  opacity: 0;
  -webkit-animation-name: dw-sw-out;
  -moz-animation-name: dw-sw-out;
  animation-name: dw-sw-out;
}
.dw-in .dw-slidehorizontal {
  opacity: 1;
  -webkit-animation-name: dw-sh-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sh-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-sh-in;
}
.dw-out .dw-slidehorizontal {
  opacity: 0;
  -webkit-animation-name: dw-sh-out;
  -moz-animation-name: dw-sh-out;
  animation-name: dw-sh-out;
}
.dw-in .dw-slidevertical {
  opacity: 1;
  -webkit-animation-name: dw-sv-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sv-in;
  -moz-transform: scale(1);
  animation-name: dw-sv-in;
  transform: scale(1);
}
.dw-out .dw-slidevertical {
  opacity: 0;
  -webkit-animation-name: dw-sv-out;
  -moz-animation-name: dw-sv-out;
  animation-name: dw-sv-out;
}
.dw-in .dw-slidedown {
  -webkit-animation-name: dw-sd-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sd-in;
  -moz-transform: scale(1);
  animation-name: dw-sd-in;
  transform: scale(1);
}
.dw-out .dw-slidedown {
  animation-name: dw-sd-out;
  -webkit-animation-name: dw-sd-out;
  -webkit-transform: translateY(-100%);
  -moz-animation-name: dw-sd-out;
  -moz-transform: translateY(-100%);
}
.dw-in .dw-slideup {
  -webkit-animation-name: dw-su-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-su-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-su-in;
}
.dw-out .dw-slideup {
  animation-name: dw-su-out;
  -webkit-animation-name: dw-su-out;
  -webkit-transform: translateY(100%);
  -moz-animation-name: dw-su-out;
  -moz-transform: translateY(100%);
}
.dw-in .dw-fade {
  opacity: 1;
  -webkit-animation-name: dw-f-in;
  -moz-animation-name: dw-f-in;
  animation-name: dw-f-in;
}
.dw-out .dw-fade {
  opacity: 0;
  -webkit-animation-name: dw-f-out;
  -moz-animation-name: dw-f-out;
  animation-name: dw-f-out;
}
@keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dw-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes dw-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes dw-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dw-p-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes dw-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dw-p-in {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes dw-p-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes dw-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes dw-p-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes dw-fl-in {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes dw-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes dw-fl-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0);
  }
}
@keyframes dw-fl-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-fl-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes dw-sw-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes dw-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes dw-sw-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
}
@keyframes dw-sw-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-sw-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes dw-sh-in {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes dw-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes dw-sh-in {
  from {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes dw-sh-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes dw-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes dw-sh-out {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes dw-sv-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-sv-in {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes dw-sv-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-sv-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes dw-sd-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-sd-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-sd-in {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@keyframes dw-sd-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes dw-sd-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes dw-sd-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
  }
}
@keyframes dw-su-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-su-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-su-in {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@keyframes dw-su-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-su-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(100%);
  }
}
.dw,
.dwo {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mbsc-fr-lock {
  -ms-touch-action: none;
  touch-action: none;
}
.dw {
  max-width: 98%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 12px;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.dw:focus {
  outline: 0;
}
.dw:focus {
  outline-offset: -2px;
}
.dw-rtl {
  direction: rtl;
}
.dw,
.dwbc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dwwr {
  min-width: 200px;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}
.dw-persp,
.dwo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dw-persp {
  z-index: 99999999999;
  pointer-events: auto;
}
.dwo {
  z-index: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=70);
}
.dw-liq .dw {
  max-width: 100%;
}
.dw-top .dw,
.dw-bottom .dw {
  width: 100%;
  max-width: 100%;
}
.dw-inline .dw {
  position: static;
  display: inline-block;
  max-width: 100%;
}
.dw-inline.dw-liq .dw-persp .dw {
  display: block;
}
.dw-inline .dw-persp {
  position: static;
}
.dw-bubble .dw {
  margin: 20px 0;
}
.dw-bubble .dw-arrw {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
}
.dw-bubble-top .dw-arrw {
  bottom: -36px;
}
.dw-bubble-bottom .dw-arrw {
  top: -36px;
}
.dw-bubble .dw-arrw-i {
  margin: 0 30px;
  position: relative;
  height: 36px;
}
.dw-bubble .dw-arr {
  display: block;
}
.dw-arr {
  display: none;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-width: 18px 18px;
  border-style: solid;
  margin-left: -18px;
}
.dw-bubble-bottom .dw-arr {
  top: 0;
}
.dw-bubble-top .dw-arr {
  bottom: 0;
}
.dw-hidden {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.dwv {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dwb {
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.dwb-e {
  cursor: pointer;
}
.dwb-d {
  cursor: default;
}
.dwbc {
  display: table;
  width: 100%;
  text-align: center;
}
.dwbc .dwb-d {
  opacity: 0.3;
}
.dwbw {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 5;
}
.dwbw .dwb:before {
  padding: 0.375em;
}
.mbsc-wdg .mbsc-wdg-c {
  position: relative;
  z-index: 0;
  padding: 1em;
  font-size: 14px;
  text-align: left;
  white-space: normal;
}
.mbsc-mobiscroll .dwwr {
  min-width: 16em;
  background: #f7f7f7;
  color: #454545;
  font-size: 16px;
}
.mbsc-mobiscroll .dwv {
  padding: 0 0.6666em;
  padding-top: 0.6666em;
  color: #4eccc4;
  font-size: 0.75em;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em;
}
.mbsc-mobiscroll .dwbc {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 0.5em 0.5em 0.5em;
}
.mbsc-mobiscroll .dwbw {
  display: block;
  float: right;
}
.mbsc-mobiscroll .dw-rtl .dwbw {
  float: left;
}
.mbsc-mobiscroll .dwb {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4eccc4;
  text-transform: uppercase;
}
.mbsc-mobiscroll .dwb-a {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .dw-bubble-bottom .dw-arr {
  border-color: transparent transparent #f7f7f7 transparent;
}
.mbsc-mobiscroll .dw-bubble-top .dw-arr {
  border-color: #f7f7f7 transparent transparent transparent;
}
.mbsc-ios .dwo {
  background: rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=20);
}
.mbsc-ios .dwwr {
  position: relative;
  background: #f7f7f7;
  color: #000;
  padding-top: 3.333334em;
  font-size: 12px;
}
.mbsc-ios .dwv {
  padding: 0 0.416667em;
  color: #9d9d9d;
  line-height: 2.5em;
  min-height: 2.5em;
  border-bottom: 1px solid #acacac;
}
.mbsc-ios .dwbc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #acacac;
}
.mbsc-ios .dwb {
  height: 2.352941em;
  line-height: 2.352941em;
  padding: 0 0.588235em;
  display: inline-block;
  color: #007aff;
  font-size: 1.416667em;
}
.mbsc-ios .dwb-a {
  opacity: 0.5;
}
.mbsc-ios .dwbw {
  display: block;
  float: right;
}
.mbsc-ios .dwb-c {
  float: left;
}
.mbsc-ios .dwb-s .dwb {
  font-weight: bold;
}
.mbsc-ios .dw-bubble-bottom .dw-arr {
  border-color: transparent transparent #f7f7f7 transparent;
}
.mbsc-ios .dw-bubble-top .dw-arr {
  border-color: #f7f7f7 transparent transparent transparent;
}
.mbsc-ios.dw-bubble .dwwr {
  border-radius: 8px;
}
.mbsc-ios.dw-nobtn .dwwr {
  padding-top: 0;
}
.dwwb,
.dwwo,
.dwwol {
  -webkit-transform: translateZ(0);
}
.dwc {
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dwl {
  line-height: 30px;
  height: 30px;
  top: -30px;
  left: 0;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}
.dwwc {
  margin: 0 auto;
  position: relative;
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.dwfl {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -ms-touch-action: none;
  touch-action: none;
}
.dwwl {
  position: relative;
  z-index: 5;
}
.dwww {
  position: relative;
  padding: 1px;
}
.dww {
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dw-bf {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  backface-visibility: hidden;
  perspective: 1000px;
}
.dw-ul {
  position: relative;
  z-index: 3;
}
.dw-li {
  padding: 0 5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.dw-li.dw-v,
.dw-li.dw-fv {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dw-li.dw-h {
  visibility: hidden;
}
.dw-i {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.dwwb {
  position: absolute;
  z-index: 4;
  left: 0;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dwa .dwwb {
  opacity: 0;
}
.dwpm .dwwbp {
  top: 0;
}
.dwpm .dwwbm {
  bottom: 0;
}
.dwpm .dwwol {
  display: none;
}
.dwwo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dwwol {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.dw-liq .dwc {
  display: block;
}
.dw-liq .dw-tbl {
  width: 100%;
  table-layout: fixed;
}
.dwhl .dwl {
  display: none;
}
.dw-hsel {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.dw-ml .dw-li {
  overflow: hidden;
}
.dw-ml .dw-li .dw-i {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.dwwms .dw-li {
  padding: 0 40px;
}
.dwwms .dwwol {
  display: none;
}
.dw-msel:before {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.dww .dw-w-gr {
  padding: 0 5px;
  opacity: 1;
  font-weight: bold;
  text-align: left;
}
.mbsc-mobiscroll .dwc {
  padding: 2em 0.25em 0 0.25em;
}
.mbsc-mobiscroll .dwl {
  color: #4eccc4;
  font-size: 0.75em;
  text-transform: uppercase;
}
.mbsc-mobiscroll .dwhl {
  padding-top: 0;
}
.mbsc-mobiscroll .dwfl {
  padding: 0.5em 0.25em;
}
.mbsc-mobiscroll .dw-li {
  font-size: 1.375em;
}
.mbsc-mobiscroll .dw-hl {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .dwwol {
  border-top: 1px solid #4eccc4;
  border-bottom: 1px solid #4eccc4;
}
.mbsc-mobiscroll .dwpm .dwwol {
  display: block;
}
.mbsc-mobiscroll .dwwb {
  color: #4eccc4;
  background: #f7f7f7;
}
.mbsc-mobiscroll .dwwbp {
  bottom: 0;
  top: auto;
}
.mbsc-mobiscroll .dwwbm {
  top: 0;
  bottom: auto;
}
.mbsc-mobiscroll .dwwb span {
  display: none;
}
.mbsc-mobiscroll .dwwb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 24px;
  text-align: center;
}
.mbsc-mobiscroll .dwwb.dwb-a:before {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .dw-w-gr {
  font-size: 1.125em;
}
.mbsc-mobiscroll .dw-msel:before {
  font-size: 40px;
  color: #4eccc4;
}
.mbsc-mobiscroll .dwwms .dwwol {
  display: none;
}
.mbsc-ios .dwl {
  text-align: left;
  text-indent: 0.4166667em;
  color: #ababab;
}
.mbsc-ios .dwwc {
  padding: 2.5em 0.833333em 0.833333em 0.833333em;
}
.mbsc-ios .dwhl .dwwc {
  padding-top: 0.833333em;
}
.mbsc-ios .dwwo {
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(#f7f7f7));
  background: -webkit-linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7);
  background: -moz-linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7);
  background: linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7);
}
.mbsc-ios .dwwol {
  padding: 0 0.833333em;
  height: 2.833333em;
  margin: -1.5em 0 0 -0.833333em;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.mbsc-ios .dw-li {
  color: #9d9d9d;
  font-size: 1.833333em;
  text-align: left;
}
.mbsc-ios .dw-hl {
  background: rgba(0, 122, 255, 0.2);
}
.mbsc-ios .dw-sel {
  color: #000;
}
.mbsc-ios .dwpm .dw-li {
  text-align: center;
}
.mbsc-ios .dwpm .dwwol {
  display: block;
}
.mbsc-ios .dwwb {
  color: #007aff;
  background: #f7f7f7;
}
.mbsc-ios .dwwbp {
  bottom: 0;
  top: auto;
}
.mbsc-ios .dwwbm {
  top: 0;
  bottom: auto;
}
.mbsc-ios .dwwb span {
  display: none;
}
.mbsc-ios .dwwb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 2em;
  text-align: center;
}
.mbsc-ios.dw-select .dwwo {
  display: none;
}
.mbsc-ios .dwwms .dw-li {
  padding: 0 0.227272em 0 1.818181em;
  color: #000;
}
.mbsc-ios .dwwms .dw-msel {
  color: #007aff;
}
.mbsc-ios .dw-msel:before {
  font-size: 1.818181em;
}
.mbsc-ios .dw-select-gr .dw-li {
  padding-left: 1.818181em;
}
.mbsc-ios .dw-select-gr .dw-w-gr {
  padding-left: 0.277777em;
  font-weight: normal;
  font-size: 1.222222em;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1420px) {
  .fuo5_2_box .button a{
    font-size: 14px;
  }
  .rightMenu .logo img {
    max-width: 52%;
  }
  .rightMenu > * {
    width: 46px;
    height: 46px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .banner_title {
    font-size: 36px;
    line-height: 46px;
  }
  .mbx {
    margin-top: 10px;
  }
  .bannerBox {
    padding-top: 240px;
  }
  .part_form .select {
    right: 18px;
  }
  .part_form .input_select_top input {
    padding-right: 44px;
  }
  .part_form button {
    gap: 6px;
  }
  .part_form button img {
    width: 20px;
  }
  .part_form button span {
    font-size: 14px;
    line-height: 24px;
  }
  .part_form input {
    height: 46px;
  }
  .part_form input,
  .part_form textarea {
    padding: 0px 20px;
  }
  .index_part_form {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index_part_form .int1 {
    width: 49%;
  }
  .index_part_form .submit_box {
    margin-top: 10px;
  }
  .input_select_list {
    top: calc(100% + 10px);
    padding: 12px 12px 20px;
  }
  .input_select_list .input_select {
    width: 100%;
  }
  .input_select_list .input_select img {
    right: 10px;
    width: 20px;
  }
  .input_select_list .hideseek-input {
    height: 36px;
    padding: 0px 36px 0px 15px;
  }
  .hideseek-list {
    margin-top: 12px;
    gap: 12px;
    max-height: 186px;
  }
  .hideseek-list li::before {
    width: 6px;
    top: 2px;
  }
  .hideseek-list li {
    font-size: 15px;
    line-height: 26px;
    padding: 0px 25px;
  }
  .buttonBox a {
    min-width: 180px !important;
    min-height: 42px !important;
    padding: 4px 20px;
  }
  header .content {
    width: calc(100% - 100px) !important;
  }
  header .text {
    padding-top: 4px;
  }
  header .logoBox {
    width: 148px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
    margin-right: 32px;
  }
  header .menuOne > a {
    padding: 26px 0px;
  }
  header .login {
    min-width: 82px;
    min-height: 36px;
  }
  header .login_box {
    margin-left: 50px;
  }
  header .user {
    margin-left: 20px;
  }
  header .ul {
    min-width: 200px;
  }
  header .ul div {
    padding: 15px 0px;
  }
  .padding_top {
    padding-top: 110px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 22%;
  }
  .index1 .content {
    padding: 0px 30px;
  }
  .index1 .big_num {
    font-size: 24px;
    line-height: 30px;
  }
  .index1 .big_num + p {
    font-size: 16px;
    line-height: 30px;
  }
  .index2 {
    padding: 80px 0px 60px;
  }
  .index2 .title {
    font-size: 22px;
  }
  .index2 figure {
    padding: 40px 25px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3_container {
    margin-top: 25px;
  }
  .index3_container .buttonBox {
    margin-top: 20px;
  }
  .index3_list .box {
    padding: 16px 16px 20px;
  }
  .index3_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index3_list .describe em::before {
    top: 6px;
    left: -16px;
  }
  .index3_list .describe p {
    padding-left: 16px;
  }
  .index3_list .describe p:not(:nth-of-type(1)) {
    margin-top: 4px;
  }
  .index3_list .text {
    padding-left: 16px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .buttonBox {
    margin-top: 20px;
  }
  .index4_list {
    margin-top: 20px;
    gap: 12px 3.125%;
  }
  .index4_list .title {
    font-size: 16px;
    margin-top: 8px;
    line-height: 26px;
  }
  .index5_container .describe,
  .index5 .content .describe{
    margin-top: 8px;
    -webkit-line-clamp: 7;
  }
  .index5_container .buttonBox,
  .index5 .content .buttonBox{
    margin-top: 12px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6_container {
    margin-top: 25px;
    gap: 25px;
  }
  .index6_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index6_container .describe {
    margin-top: 6px;
  }
  .big_bt {
    font-size: 24px;
    line-height: 36px;
  }
  .index7 .describe {
    font-size: 20px;
    line-height: 30px;
    margin-top: 6px;
  }
  .index7 .contact_box {
    padding: 60px 0px;
  }
  .index7 .content {
    padding: 60px 0px;
  }
  .index7_r {
    top: 46%;
    transform: translateY(-50%);
  }
  .to1 {
    padding: 80px 0px;
  }
  .to1 .logo {
    width: 170px;
  }
  .to1 .to1_title {
    margin-top: 20px;
  }
  .to1_title {
    font-size: 28px;
    line-height: 38px;
  }
  .to2 {
    padding: 60px 0px 180px;
  }
  .to2 .big_title {
    padding-bottom: 15px;
  }
  .to2 .describe {
    margin-top: 4%;
  }
  .to2_r {
    margin-right: -2%;
  }
  .to3 figure {
    padding: 26px 2%;
  }
  .to3 .logo {
    width: 42px;
  }
  .to3 .title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 6px;
    margin-top: 12px;
  }
  .to4 {
    padding: 180px 0px 80px;
  }
  .to4 .text {
    font-size: 16px;
    margin-top: 12px;
  }
  .to4 .text p:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
  .to4_container {
    margin-top: 30px;
  }
  .to4_container .title {
    font-size: 22px;
    line-height: 32px;
  }
  .to4_container .to4_list {
    margin-top: 20px;
    gap: 15px;
  }
  .to4_container .top::before {
    top: 10px;
  }
  .to5 {
    padding: 80px 0px;
  }
  .to5 .text {
    margin: 15px auto 0px;
  }
  .to5_list {
    margin-top: 30px;
  }
  .to5_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .to5_list .top {
    min-height: 52px;
    gap: 8px;
  }
  .tho_menu a {
    font-size: 20px;
    line-height: 28px;
    min-width: 210px;
    min-height: 48px;
  }
  .tho1 {
    padding: 80px 0px 100px;
  }
  .tho1_list .box {
    padding: 16px 16px 20px;
  }
  .tho1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho1_list .describe {
    margin-top: 12px;
  }
  .tho1_list .describe em::before {
    top: 6px;
    left: -16px;
  }
  .tho1_list .describe p {
    padding-left: 16px;
  }
  .tho1_list .describe p:not(:nth-of-type(1)) {
    margin-top: 4px;
  }
  .tho1_list .text {
    padding-left: 16px;
  }
  .tht1 {
    padding: 60px 0px 80px;
  }
  .tht1_list {
    gap: 30px 3.125%;
  }
  .tht1_list .number {
    font-size: 16px;
    margin-top: 10px;
  }
  .tht1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 2px;
  }
  .tht1_list .logo {
    margin: 5px auto 0px;
  }
  .thfu1_menu a {
    font-size: 15px;
    line-height: 24px;
  }
  .thfu2_title {
    font-size: 24px;
    line-height: 32px;
  }
  .thfu2 {
    padding: 60px 0px 80px;
  }
  .thfu2 .content {
    padding: 40px 6% 60px;
  }
  .thfu2 .text {
    margin-top: 25px;
  }
  .thfu2_container {
    padding-top: 30px;
    gap: 30px;
  }
  .thfu2_container .faq_a {
    margin-top: 15px;
  }
  .thfu2_container figure:not(:nth-last-of-type(1)) {
    padding-bottom: 25px;
  }
  .thfu2_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .thfu2_container .logo {
    width: 20px;
  }
  .thfu2_container .describe strong {
    font-size: 16px;
  }
  .thfu2_container .describe em::before {
    top: 8px;
  }
  .thfu2_container .describe p:not(:nth-of-type(1)) {
    margin-top: 14px;
  }
  .thfu2_container .table {
    font-size: 16px;
  }
  .thfu2_container .table table tr:nth-of-type(1) {
    font-size: 18px;
  }
  .fuo1_title {
    font-size: 24px;
  }
  .fuo1 {
    padding-top: 60px;
  }
  .fuo1_part_form {
    margin-top: 20px;
  }
  .fuo_public .default_show {
    padding: 80px 0px;
  }
  .fuo_public .pub_text {
    font-size: 24px;
    line-height: 32px;
  }
  .fuo_public .default_logo {
    width: 140px;
    margin: 20px auto 0px;
  }
  .fuo_public .top {
    padding: 0px 8%;
  }
  .fuo_public .text {
    padding-left: 110px;
  }
  .fuo_public .default_no_results {
    padding-top: 40px;
  }
  .fuo_search_container {
    padding: 50px 0px 80px;
  }
  .fuo4 {
    padding-top: 50px;
  }
  .fuo5 {
    padding: 60px 0px 80px;
  }
  .fuo5 .container {
    padding-top: 30px;
  }
  .fuo5_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .fuo5_title {
    font-size: 20px;
    padding: 8px 24px;
  }
  .fuo5 .table table td,
  .fut5 .table table td{
    padding: 10px 24px;
  }
  .fuo5 .table table,
  .fut5 .table table{
    font-size: 18px;
    line-height: 26px;
  }
  .fuo5_2_box .table table tr:nth-of-type(1) td,
  .fut5 .table table tr:nth-of-type(1) td{
    font-size: 20px;
    line-height: 28px;
  }
  .fuo5_2_box .faq_q,
  .fut5 .faq_q {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 24px;
  }
  .fuo5_2_box .button a,
  .fut5 .button a {
    min-width: 120px;
    min-height: 36px;
    font-size: 14px;
  }
  .fut1 {
    padding-top: 60px;
  }
  .fut2 {
    padding: 80px 0px;
  }
  .fut3 {
    padding: 50px 0px 80px;
  }
  .fut3 .container {
    margin-top: 40px;
  }
  .fut4 {
    padding: 50px 0px 80px;
  }
  .fut4 .table table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .fut4 .button a {
    min-width: 120px;
    min-height: 36px;
    font-size: 14px;
  }
  .fut5 {
    padding: 60px 0px 80px;
  }
  .fut5 .button a {
    min-width: 120px;
    min-height: 36px;
    font-size: 14px;
  }
  .futh1 {
    padding-top: 40px;
  }
  .futh1 .links {
    font-size: 18px;
    line-height: 28px;
  }
  .futh2 {
    padding: 40px 0px 80px;
  }
  .futh2 .table table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .futh2 .button a {
    min-width: 120px;
    min-height: 36px;
    font-size: 14px;
  }
  .fo1 {
    padding-top: 40px;
  }
  .fo1 .describe {
    margin-top: 12px;
  }
  .fo1 .read {
    margin-top: 25px;
  }
  .fo1 .more,
  .fo1 .less {
    min-height: 42px;
    min-width: 140px;
  }
  .fo2 {
    padding: 0px 0px 80px;
  }
  .ft1 {
    padding: 40px 0px 80px;
  }
  .ft1 .time_share {
    margin-top: 25px;
  }
  .ft1 .describe {
    padding: 30px 0px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1 .add_logo {
    margin-top: 0px;
  }
  .so1 .add_box {
    margin-top: 15px;
  }
  .so1_container {
    margin-top: 30px;
  }
  .so1_list .name {
    margin-top: 15px;
  }
  .so1_list .describe {
    font-size: 16px;
    line-height: 28px;
  }
  .so1_list li {
    padding: 30px 20px;
  }
  .seo_container {
    padding: 40px 0px 80px;
  }
  .seo_container_r {
    flex: 1;
    margin-left: 30px;
    padding: 0px 36px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .seo1 .button a {
    min-width: 120px;
    min-height: 36px;
    font-size: 14px;
  }
  .seo1_container {
    margin-top: 30px;
  }
  .seo1_container .table_box {
    min-height: 878px;
  }
  .seo2 {
    padding: 40px 0px 60px;
  }
  .seo2 .links a {
    width: 34px;
  }
  .seo2 .table_before_box {
    gap: 0px 12px;
    margin-top: 20px;
    padding: 0px 0px 20px;
  }
  .seo2 .describe {
    font-size: 16px;
    line-height: 26px;
  }
  .seo2 .open_alert {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }
  .seo2 .dataTables_paginate {
    padding-left: 0px;
    justify-content: center;
  }
  .seo2_bottom {
    margin-top: 30px;
  }
  .seo2_bottom .tt_box {
    margin-top: 15px;
  }
  .seo2_bottom .box {
    gap: 8px 20px;
    margin-top: 20px;
  }
  .seo2_bottom .links_box {
    font-size: 16px;
    line-height: 26px;
    gap: 8px 30px;
  }
  .seo2_bottom .controls_box {
    gap: 8px 20px;
  }
  .seo2_bottom .button,
  .seo2_bottom .submit input {
    font-size: 14px;
    min-width: 90px;
    min-height: 36px;
  }
  .seo3 .text {
    font-size: 24px;
    line-height: 32px;
  }
  .seo3 .logo {
    width: 140px;
    margin: 0px auto;
  }
  .seo4 {
    padding: 40px 0px 60px;
  }
  .seo4_list {
    gap: 20px;
  }
  .seo4_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .seo4_list em {
    font-size: 18px;
    line-height: 28px;
  }
  .seo4_list .faq_a {
    padding-top: 16px;
  }
  .seo5 {
    padding: 40px 0px 60px;
  }
  .seo5_container {
    margin-top: 30px;
    padding: 0px;
  }
  .seo5_container .profile_picture {
    max-width: 108px;
  }
  .seo5_container .form_container {
    margin-top: 30px;
    gap: 24px;
  }
  .seo5_container .name {
    font-size: 16px;
    line-height: 26px;
  }
  .seo5_container form input {
    height: 50px;
  }
  .seo5_container form input,
  .seo5_container form textarea {
    font-size: 16px;
  }
  .seo5_container .bottom_box {
    margin-top: 40px;
  }
  .seo5_container .links {
    font-size: 18px;
    gap: 8px 36px;
  }
  .seo5_container .submit input {
    min-width: 92px;
    height: 42px;
  }
  #seo1_table {
    min-width: 700px;
  }
  #seo1_table th {
    font-size: 16px;
  }
  .dataTables_paginate {
    margin-top: 30px !important;
    gap: 8px;
  }
  .dataTables_paginate > span {
    gap: 8px;
  }
  .dataTables_paginate a,
  .dataTables_paginate > span span {
    font-size: 15px;
    line-height: 24px;
    width: 36px;
    height: 36px;
    padding-top: 2px;
    font-size: 14px;
  }
  .dataTables_paginate > a {
    width: 58px;
  }
  .personal_center {
    padding: 20px 20px 30px;
  }
  .personal_center .button {
    margin-top: 20px;
    gap: 14px;
  }
  .personal_center_list {
    gap: 16px;
  }
  .personal_center_list a {
    padding: 8px 15px;
  }
  .personal_center_list li:nth-of-type(6) {
    margin-top: 20px;
  }
  .PageNumber {
    margin-top: 40px !important;
    gap: 8px 15px;
  }
  .PageNumber .page_box span,
  .PageNumber a {
    font-size: 15px;
    line-height: 24px;
    width: 36px;
    height: 36px;
    padding-top: 2px;
    font-size: 14px;
  }
  .PageNumber i {
    font-size: 15px;
    line-height: 24px;
    width: 36px;
    height: 36px;
    padding-top: 2px;
    font-size: 14px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .p_l {
    width: 58px;
  }
  .PageNumber .big {
    width: 58px;
  }
  .PageNumber_form .number {
    font-size: 14px;
    line-height: 24px;
    width: 36px;
    height: 36px;
  }
  .PageNumber_form .submit input {
    font-size: 15px;
  }
  footer .content {
    width: calc(100% - 120px) !important;
  }
  footer .logoBox {
    width: 178px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 26px;
  }
  footer .list {
    font-size: 15px;
    line-height: 32px;
    margin-top: 8px;
  }
  .footer_a {
    padding-bottom: 25px;
  }
  .footer_b {
    padding-top: 25px;
  }
  .footer_c {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page_change {
    margin-top: 30px !important;
  }
  .page_change .logo {
    width: 42px;
  }
  .alert_controls {
    gap: 12px;
    right: 16px;
    top: 10px;
  }
  .alert_seo1_form_container {
    padding: 40px 60px 50px;
  }
  .alert_seo1_form_container form {
    margin-top: 40px;
  }
  .alert_seo1_form_container form input,
  .alert_seo1_form_container form textarea {
    font-size: 16px;
  }
  .alert_seo1_form_container .flex_box:not(:nth-of-type(1)) {
    margin-top: 20px !important;
  }
  .alert_seo1_form_container .form_l_title {
    flex: none;
    font-size: 16px;
    line-height: 26px;
    width: 90px;
  }
  .alert_seo1_form_container .form_r_box {
    flex: 1;
  }
  .alert_seo2_form_container {
    padding: 40px 40px;
  }
  .alert_seo2_form_container .alert_close {
    right: 12px;
    top: 12px;
  }
  .alert_seo2_form_container form {
    margin-top: 15px;
  }
  .alert_seo2_form_container form textarea {
    font-size: 15px;
    height: 320px;
  }
  .alert_seo2_form_container .tt_box {
    margin-top: 10px;
  }
  .alert_seo2_form_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .alert_seo2_form_container .box {
    margin-top: 20px;
  }
  .alert_seo2_form_container .links {
    font-size: 16px;
    line-height: 24px;
  }
  .alert_del_contianer {
    padding: 40px;
  }
  .alert_del_contianer .logo {
    margin: 25px auto 0px;
  }
  .alert_del_contianer .controls_box {
    margin-top: 35px;
  }
  .oo_title {
    font-size: 38px;
    line-height: 46px;
  }
  .o_container .content {
    padding: 40px 0px 60px;
  }
  .o_container .oo_content {
    padding: 60px 0px;
  }
  .o_container form {
    margin-top: 30px;
    gap: 14px;
  }
  .o_container .submit {
    margin-top: 20px;
  }
  .o_container .bottom_text {
    line-height: 30px;
    margin-top: 25px;
  }
  .o_container .oo_logo {
    width: 80px;
  }
  .oo_public .text {
    margin-top: 15px;
  }
  .oo3,
  .oo4,
  .oo5 {
    padding: 60px 50px 50px;
  }
  .oo5 .button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .index3_list li {
    width: 22%;
    margin-right: 4%;
    border-radius: 20px;
  }
  .to5_list li {
    width: 33.33333%;
    min-height: 300px;
  }
  .to5_list li:nth-of-type(-n + 4) {
    border-top: 1px solid #ededed;
  }
  .to5_list li:nth-of-type(4n + 1) {
    border-left: 1px solid #ededed;
  }
  .to5_list li:nth-of-type(-n + 3) {
    border-top: none;
  }
  .to5_list li:nth-of-type(3n + 1) {
    border-left: none;
  }
  .to5_list .describe {
    line-height: 28px;
  }
  .tho1_list {
    gap: 40px 5%;
  }
  .tho1_list li {
    width: 30%;
    border-radius: 30px;
  }
  .thfu2_container .table table {
    table-layout: auto;
  }
  .so1_r {
    align-items: center;
  }
  .so1_list {
    width: 37%;
  }
  .so1_list li {
    padding: 20px 15px;
  }
  .so1_list .name {
    margin-top: 8px;
  }
  .so1_list .describe {
    line-height: 24px;
  }
  .so2 {
    padding: 60px 0px;
  }
  .so2 form {
    margin-top: 30px;
  }
  .fut1_part_form {
    gap: 20px 4%;
    flex-wrap: wrap;
  }
  .fut1_part_form .int1 {
    width: 48%;
  }
  .fut1_part_form .submit_box {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .index1 {
    background: #f7f8fa;
    padding: 30px 0px 0px;
  }
  .index1 .content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    border-radius: 16px;
    padding: 0px 20px;
    gap: 20px 2%;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 12px;
    gap: 12px;
  }
}
@media screen and (max-width: 992px) {
    .fuo5_1 .table td{
      width: 50%;
    }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 60%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .buttonBox a {
    font-size: 12px;
    min-width: 136px !important;
    min-height: 36px !important;
    padding: 4px 16px 2px;
  }
  .hideseek-list {
    gap: 6px;
    max-height: 174px;
  }
  .hideseek-list li {
    font-size: 14px;
    line-height: 24px;
  }
  .hideseek-list li::before {
    border: 4px solid #ededed;
    top: 4px;
  }
  .bannerBox {
    padding-top: 180px;
  }
  .bannerBox .content {
    top: 50%;
  }
  .banner_title {
    font-size: 24px;
    line-height: 32px;
  }
  .mbx {
    gap: 6px;
  }
  .mbx .logo {
    width: 20px;
  }
  .mbx .container {
    line-height: 24px;
  }
  .mbx .container a {
    font-size: 14px;
    margin: 0px 4px;
  }
  .dif_bannerBox .content {
    top: 50%;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 14px 0px;
  }
  header .header_a {
    display: none;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 120px;
  }
  header .center {
    display: none;
  }
  header .login_box {
    margin-left: 0px;
  }
  header .user {
    margin-left: 0px;
  }
  header .login {
    padding: 2px 12px;
    min-width: 66px;
    min-height: 28px;
  }
  header .lang_hide {
    display: block;
  }
  header .lang {
    margin-left: 20px;
  }
  header .lang .lang_box span {
    color: #1e64f0;
    font-size: 14px;
    text-decoration: none !important;
  }
  header .header_b {
    padding-right: 56px;
  }
  .padding_top {
    padding-top: 63px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 12px;
    gap: 12px;
  }
  .index1 {
    background: #f7f8fa;
    padding: 30px 0px 0px;
  }
  .index1 .content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    border-radius: 16px;
    padding: 0px 20px;
    gap: 20px 2%;
  }
  .index1 figure {
    width: 32%;
  }
  .index1 .xian {
    display: none;
  }
  .index1 .big_num {
    font-size: 20px;
    line-height: 28px;
  }
  .index1 .big_num * {
    padding-top: 4px;
  }
  .index1 .big_num + p {
    font-size: 14px;
    line-height: 28px;
    padding-top: 4px;
  }
  .index1 .number_box {
    gap: 4px;
  }
  .index1 .text {
    margin-top: 0px;
  }
  .index1 figure {
    padding: 14px 0px 15px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 figure {
    width: 100%;
    padding: 30px 25px;
  }
  .index2 .title {
    font-size: 18px;
  }
  .index_part_form {
    margin-top: 10px;
    gap: 12px 2%;
  }
  .index_part_form .submit_box {
    margin-top: 4px;
  }
  .part_form input {
    height: 40px;
  }
  .part_form .required::before {
    left: 14px;
  }
  .part_form .required input {
    padding-left: 24px;
  }
  .big_title {
    font-size: 22px;
    line-height: 32px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .content {
    width: calc(100% - 60px);
  }
  .index3_container {
    margin-top: 15px;
  }
  .index3_container .buttonBox {
    margin-top: 5px;
  }
  .index3_list .box {
    padding: 8px 12px 15px;
  }
  .index3_list .title {
    font-size: 14px;
    line-height: 24px;
  }
  .index3_list .describe {
    margin-top: 2px;
  }
  .index3_list .describe p:not(:nth-of-type(1)) {
    margin-top: 0px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .buttonBox {
    margin-top: 15px;
  }
  .index4_list {
    margin-top: 15px;
    gap: 12px 2%;
  }
  .index4_list li {
    width: 18.4%;
  }
  .index4_list .title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index5_container .container {
    width: calc(100% - 50px);
    padding-bottom: 0px;
  }
  .index5_container .describe,
  .index5 .content .describe{
    margin-top: 4px;
    -webkit-line-clamp: 5;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6_container {
    margin-top: 15px;
    gap: 15px;
  }
  .index6_container .time {
    font-size: 14px;
    line-height: 24px;
  }
  .index6_container .r_box {
    padding-bottom: 0px;
  }
  .index6_container .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
  }
  .index6_container .describe {
    margin-top: 4px;
  }
  .index6_container .links {
    margin-top: 6px;
  }
  .index6_container .l_box {
    width: 32%;
  }
  .index7 .content {
    padding: 30px 0px;
  }
  .index7 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .big_bt {
    font-size: 20px;
    line-height: 30px;
  }
  .to1_title {
    font-size: 20px;
    line-height: 30px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1 .logo {
    width: 126px;
  }
  .to1 .to1_title {
    margin-top: 12px;
  }
  .to2 {
    padding: 30px 0px;
  }
  .to2 .big_title {
    padding-bottom: 6px;
  }
  .to2 .describe {
    margin-top: 12px;
  }
  .to2_r {
    margin-right: 0px;
  }
  .to3 {
    padding: 30px 0px 0px;
  }
  .to3 .content {
    position: relative;
    left: 0;
    transform: none;
    top: 0;
  }
  .to3 .logo {
    width: 38px;
  }
  .to3 .title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 4px;
    margin-top: 4px;
  }
  .to3 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .to3 figure {
    padding: 20px 16px 16px;
  }
  .to4 {
    padding: 30px 0px;
  }
  .to4 .text {
    margin-top: 6px;
  }
  .to4 .text p:not(:nth-of-type(1)) {
    margin-top: 0px;
  }
  .to4_container {
    margin-top: 20px;
  }
  .to4_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .to4_container .to4_list {
    margin-top: 6px;
  }
  .to4_container figure {
    width: 46%;
  }
  .to5 {
    padding: 30px 0px;
  }
  .to5 .text {
    margin: 2px auto 0px;
  }
  .to5_list {
    margin-top: 20px;
  }
  .to5_list li {
    padding: 20px 20px 12px;
    min-height: auto;
    gap: 6px;
  }
  .to5_list .logo {
    width: 42px;
  }
  .to5_list .top {
    flex-wrap: wrap;
    gap: 6px;
  }
  .to5_list .title {
    font-size: 16px;
    line-height: 24px;
    flex: none;
    width: 100%;
  }
  .to5_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tho_menu {
    background: #f7f8fa;
    padding-top: 30px;
  }
  .tho_menu .content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    justify-content: center;
  }
  .tho_menu a {
    font-size: 15px;
    line-height: 24px;
    min-width: 150px;
    min-height: 36px;
  }
  .tho1 {
    padding: 30px 0px;
  }
  .tho1_list {
    gap: 20px 2%;
  }
  .tho1_list li {
    width: 32%;
  }
  .tho1_list .text {
    margin-top: 0px;
  }
  .tho1_list .links {
    padding-right: 10px;
    margin-top: 0px;
  }
  .tho1_list .box {
    padding: 8px 12px 15px;
  }
  .tho1_list .title {
    font-size: 14px;
    line-height: 24px;
  }
  .tho1_list .describe {
    margin-top: 2px;
  }
  .tho1_list .describe p:not(:nth-of-type(1)) {
    margin-top: 0px;
  }
  .tht1 {
    padding: 30px 0px;
  }
  .tht1_list {
    gap: 12px 2%;
  }
  .tht1_list li {
    width: 18.4%;
  }
  .tht1_list .number {
    font-size: 15px;
    margin-top: 8px;
  }
  .tht1_list .name {
    font-size: 14px;
    line-height: 24px;
  }
  .thfu1 {
    padding-top: 20px;
  }
  .thfu1_menu {
    border-bottom: none;
    gap: 12px 2%;
  }
  .thfu1_menu a {
    width: 23.5%;
    font-size: 14px;
    line-height: 22px;
  }
  .thfu2 {
    padding: 30px 0px;
  }
  .thfu2 .content {
    padding: 30px 5%;
  }
  .thfu2 .text {
    margin-top: 12px;
  }
  .thfu2_title {
    font-size: 20px;
    line-height: 28px;
  }
  .thfu2_container {
    padding-top: 12px;
    gap: 12px;
  }
  .thfu2_container figure:not(:nth-last-of-type(1)) {
    padding-bottom: 12px;
  }
  .thfu2_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .thfu2_container .faq_a {
    margin-top: 5px;
  }
  .thfu2_container .describe strong {
    font-size: 14px;
  }
  .thfu2_container .describe em {
    /*padding-left: 24px;*/
  }
  .thfu2_container .describe em::before {
    top: 8px;
  }
  .thfu2_container .describe p:not(:nth-of-type(1)) {
    margin-top: 4px;
  }
  .thfu2_container .table {
    font-size: 14px;
  }
  .thfu2_container .table table tr:nth-of-type(1) {
    font-size: 14px;
  }
  .thfu2_container .table table td {
    padding: 8px 14px !important;
  }
  .fuo1_title {
    font-size: 20px;
    line-height: 28px;
  }
  .fuo1 {
    padding-top: 30px;
  }
  .fuo1_part_form {
    margin-top: 10px;
    gap: 20px;
  }
  .fuo_public .default_show {
    padding: 30px 0px;
  }
  .fuo_public .pub_text {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo_public .default_logo {
    width: 100px;
    margin: 12px auto 0px;
  }
  .fuo_public .text {
    padding-left: 0px;
    font-size: 15px;
    line-height: 24px;
    flex: none;
    width: 100%;
  }
  .fuo_public .top {
    padding: 0px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .fuo_public .default_no_results {
    padding-top: 20px;
  }
  .fuo_search_container {
    padding: 30px 0px;
  }
  .fuo2_button a {
    font-family: Poppins-Regular;
    font-size: 12px;
    min-width: 136px !important;
    min-height: 36px !important;
    padding: 4px 16px 2px;
  }
  .fuo3_container {
    padding: 30px 0px 0px;
  }
  .fuo4 {
    padding-top: 30px;
  }
  .fuo5 {
    padding: 30px 0px 30px;
  }
  .fuo5_list {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .fuo5_title {
    font-size: 18px;
    line-height: 24px;
    padding: 6px 20px;
  }
  .fuo5 .table table td,.fut5 .table table td{
    padding: 6px 20px;
  }
  .fuo5_2_box .table table tr:nth-of-type(1) td,
  .fut5 .table table tr:nth-of-type(1) td{
    font-size: 16px;
    line-height: 26px;
    padding: 6px 20px;
  }
  .fuo5_2_box .table table td:nth-last-of-type(1),
  .fut5_box .table table td:nth-last-of-type(1){
    min-width: 140px;
  }
  .fuo5_2_box .table table,
  .fut5 .table table{
    min-width: 1060px;
  }
  .fuo5 .table table td,
  .fut5 .table table td{
    padding: 6px 20px;
  }
  .fuo5 .table table,
  .fut5 .table table{
    font-size: 14px;
    line-height: 24px;
  }
  .fuo5_2_box .faq_q{
      gap: 12px;
  }
  .fuo5_2_box .faq_q,
  .fut5 .faq_q {
    font-size: 16px;
    padding: 8px 16px;
  }
  .fuo5_2_box .logo {
    width: 26px;
  }
  .fuo5_2_box .between_box {
    width: 26%;
  }
  .fuo5_2_box .button a {
    min-width: 100px;
    min-height: 32px;
    font-size: 12px;
    font-family: Poppins-Regular;
  }
  .fuo5_2_box table {
    min-width: 900px;
  }
  .fuo5_2_box .faq_a {
    margin-top: 12px;
  }
  .fuo5_2_box .table {
    padding: 4px 16px;
  }
  .fut1 {
    padding-top: 30px;
  }
  .fuo1_part_form input,
  .fut1_part_form input,
  .fuo1_part_form textarea,
  .fut1_part_form textarea {
    font-size: 14px;
  }
  .fut1_part_form {
    gap: 12px 4%;
  }
  .fut1_part_form .submit_box {
    margin-top: 2px;
  }
  .fut2 {
    padding: 30px 0px;
  }
  .fut3 {
    padding: 30px 0px;
  }
  .fut3 .container {
    margin-top: 20px;
  }
  .fut4 {
    padding: 30px 0px;
  }
  .fut4 .describe {
    margin-top: 15px;
  }
  .fut4 .table table {
    min-width: 900px;
  }
  .fut4 .table table tr:nth-of-type(1) {
    font-size: 14px;
  }
  .fut4 .table table td {
    padding: 10px !important;
  }
  .fut4 .button a {
    min-width: 100px;
    min-height: 32px;
    font-size: 12px;
    font-family: Poppins-Regular;
  }
  .fut5 {
    padding: 20px 0px 30px;
  }
  .fut5 .logo {
    width: 26px;
  }
  .fut5 .between_box {
    width: 26%;
  }
  .fut5 .button a {
    min-width: 100px;
    min-height: 32px;
    font-size: 12px;
    font-family: Poppins-Regular;
  }
  .fut5 table {
    min-width: 900px;
  }
  .fut5 .faq_a {
    margin-top: 12px;
  }
  .fut5 .table {
    padding: 4px 16px;
  }
  .futh1 {
    padding-top: 20px;
  }
  .futh1 .content {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 2px;
  }
  .futh1 .l_box {
    flex: none;
    width: 100%;
  }
  .futh1 .links {
    font-size: 16px;
    line-height: 24px;
  }
  .futh2 {
    padding: 20px 0px 30px;
  }
  .futh2 .table table {
    min-width: 900px;
  }
  .futh2 .table table tr:nth-of-type(1) {
    font-size: 14px;
  }
  .futh2 .table table td {
    padding: 10px 16px !important;
  }
  .futh2 .button a {
    min-width: 100px;
    min-height: 32px;
    font-size: 12px;
    font-family: Poppins-Regular;
  }
  .fo1 {
    padding-top: 20px;
  }
  .fo1 .describe {
    margin-top: 2px;
  }
  .fo1 .read {
    margin-top: 12px;
  }
  .fo1 .more,
  .fo1 .less {
    font-size: 12px;
    min-width: 112px !important;
    min-height: 36px !important;
    padding: 4px 16px 2px;
  }
  .fo2 {
    padding: 10px 0px 30px;
  }
  .ft1 {
    padding: 20px 0px 30px;
  }
  .ft1 .time_share {
    margin-top: 6px;
  }
  .ft1 .describe {
    margin-top: 12px;
    padding: 12px 0px;
  }
  .so1 {
    padding: 20px 0px 30px;
  }
  .so1 .add_box {
    margin-top: 8px;
  }
  .so1_container {
    margin-top: 20px;
    gap: 20px;
  }
  .so1_r {
    width: 100%;
  }
  .so1_list {
    width: 100%;
    gap: 18px 4.838%;
  }
  .so1_list .logo {
    width: 32px;
  }
  .so1_list .describe {
    font-size: 15px;
    line-height: 22px;
    margin-top: 2px;
  }
  .so2 {
    padding: 30px 0px;
  }
  .so2 form {
    margin-top: 15px;
    gap: 12px 0px;
  }
  .so2 form input {
    height: 40px;
  }
  .so2 form input,
  .so2 form textarea {
    font-size: 14px;
  }
  .so2 form textarea {
    height: 120px;
  }
  .so2 form .yzm {
    gap: 10px;
  }
  .so2 form .yzm span {
    height: 40px;
  }
  .so2 form .flex_box {
    gap: 12px;
  }
  .so2 form .tj {
    min-width: 180px;
  }
  .seo_container {
    padding: 30px 0px 40px;
  }
  .seo_container .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .seo_container_r {
    flex: none;
    width: 100%;
    margin: 0px;
    padding: 0px 30px;
  }
  .seo1 {
    padding: 25px 0px 30px;
  }
  .seo1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .seo1 .button a {
    min-width: 100px;
    min-height: 28px;
    font-size: 12px;
    font-family: Poppins-Regular;
  }
  .seo1 .button img {
    width: 10px;
  }
  .seo1_container {
    margin-top: 15px;
  }
  .seo1_container .table_box {
    min-height: 498px;
  }
  .seo2 {
    padding: 25px 0px 30px;
  }
  .seo2 .links a {
    width: 28px;
  }
  .seo2 .links img {
    width: 8px;
  }
  .seo2 .table_before_box {
    margin-top: 15px;
    padding: 0px 0px 15px;
  }
  .seo2 .describe {
    font-size: 14px;
    line-height: 24px;
  }
  .seo2 .describe em {
    font-size: 14px;
  }
  .seo2 .table_box {
    margin-top: 20px;
    min-height: 704px;
  }
  .seo2_bottom {
    margin-top: 20px;
  }
  .seo2_bottom .name {
    font-size: 15px;
  }
  .seo2_bottom .name img {
    width: 18px;
  }
  .seo2_bottom .tt_box {
    margin-top: 10px;
  }
  .seo2_bottom .box {
    margin-top: 15px;
    gap: 6px 20px;
  }
  .seo2_bottom .links_box {
    font-size: 14px;
    line-height: 24px;
    gap: 8px 20px;
  }
  .seo2_bottom .button,
  .seo2_bottom .submit input {
    min-width: 82px;
    min-height: 32px;
  }
  .seo3 {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 30px;
  }
  .seo3 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .seo3 .logo {
    width: 100px;
  }
  .seo4 {
    padding: 30px 0px 40px;
  }
  .seo4_list {
    gap: 12px;
  }
  .seo4_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .seo4_list em {
    font-size: 15px;
    line-height: 24px;
  }
  .seo4_list .flex_box {
    gap: 8px;
  }
  .seo4_list .l_box {
    gap: 8px;
  }
  .seo4_list .faq_a {
    padding-top: 8px;
  }
  .seo4_list .faq_q {
    padding: 6px 20px;
  }
  .seo5_title {
    font-size: 20px;
    line-height: 26px;
  }
  .seo5 {
    padding: 30px 0px 40px;
  }
  .seo5_container {
    margin-top: 12px;
  }
  .seo5_container .upload {
    min-width: 90px;
    min-height: 38px;
    margin-top: 12px;
  }
  .seo5_container .form_container {
    margin-top: 20px;
    gap: 15px;
  }
  .seo5_container form input,
  .seo5_container form textarea {
    font-size: 14px;
  }
  .seo5_container form input {
    height: 42px;
  }
  .seo5_container .name {
    font-size: 14px;
    line-height: 24px;
  }
  .seo5_container .input_box {
    margin-top: 6px;
  }
  .seo5_container .submit input {
    min-width: 90px;
    height: 38px;
    font-size: 14px;
    font-family: Poppins-Regular;
  }
  .seo5_container .bottom_box {
    margin-top: 20px;
  }
  .seo5_container .links {
    font-size: 15px;
    gap: 8px 20px;
    line-height: 24px;
  }
  #seo2_table {
    min-width: 800px;
  }
  #seo2_table th {
    font-size: 14px;
    padding: 10px !important;
  }
  #seo2_table td {
    padding: 10px !important;
  }
  #seo1_table {
    min-width: 800px;
  }
  #seo1_table th {
    font-size: 14px;
    padding: 10px !important;
  }
  #seo1_table td {
    padding: 10px !important;
  }
  .personal_center_box {
    width: 100%;
    max-width: 100%;
  }
  .personal_center {
    width: 100%;
    max-width: 100%;
  }
  .personal_center .button {
    justify-content: flex-start;
    margin-top: 12px;
    gap: 8px;
  }
  .personal_center .button a {
    min-width: 90px;
    min-height: 36px;
  }
  .personal_center_list {
    gap: 2px;
  }
  .personal_center_list .logo {
    width: 20px;
  }
  .personal_center_list a {
    gap: 8px;
  }
  .personal_center_list li {
    margin-top: 0px !important;
  }
  .PageNumber {
    margin-top: 20px !important;
  }
  .PageNumber .page_box span,
  .PageNumber a {
    width: 32px;
    height: 30px;
  }
  .PageNumber i {
    width: 32px;
    height: 30px;
  }
  .PageNumber .p_l {
    width: 54px;
  }
  .PageNumber .big {
    width: 54px;
  }
  .PageNumber_form .number {
    width: 32px;
    height: 30px;
  }
  .PageNumber_form .submit input {
    font-family: Poppins-Regular;
    width: 36px;
    height: 28px;
  }
  footer {
    padding: 20px 0px 46px;
  }
  footer .logoBox {
    width: 120px;
  }
  footer .icBox {
    margin-top: 0px;
    gap: 10px;
  }
  footer .icBox a {
    width: 30px;
    height: 30px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
    width: 8px;
  }
  footer .list {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
  .footer_a {
    align-items: center;
    padding-bottom: 15px;
  }
  .footer_b {
    padding-top: 15px;
    gap: 4px;
    flex-wrap: wrap;
  }
  .footer_b > * {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
  }
  .footer_c {
    margin-top: 15px;
    padding-top: 12px;
  }
  .page_change {
    margin-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .dataTables_paginate {
    margin-top: 20px !important;
  }
  .dataTables_paginate a,
  .dataTables_paginate > span span {
    width: 28px;
    height: 28px;
  }
  .dataTables_paginate > a {
    width: 54px;
  }
  .alert_seo1_form_container {
    padding: 30px 40px;
  }
  .alert_seo1_form_container form {
    margin-top: 25px;
  }
  .alert_seo1_form_container form input {
    height: 36px;
  }
  .alert_seo1_form_container .down {
    width: 24px;
    right: 18px;
  }
  .alert_seo1_form_container .flex_box:not(:nth-of-type(1)) {
    margin-top: 15px !important;
  }
  .alert_seo2_form_container {
    padding: 30px 40px;
  }
  .alert_seo2_form_container form {
    margin-top: 12px;
  }
  .alert_seo2_form_container form textarea {
    font-size: 14px;
  }
  .alert_seo2_form_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .mbsc-ios .dw-li {
    font-size: 14px;
  }
  .alert_del_contianer {
    padding: 30px 40px;
  }
  .alert_del_contianer .alert_del_title {
    font-size: 18px;
    line-height: 26px;
    padding: 0px 20px;
  }
  .oo_title {
    font-size: 22px;
    line-height: 32px;
  }
  .oo_public .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .o_container form {
    margin-top: 15px;
    gap: 12px;
  }
  .o_container form input {
    height: 46px;
  }
  .o_container form input,
  .o_container form textarea {
    font-size: 14px;
    padding: 0px 20px;
  }
  .o_container .name {
    font-size: 16px;
    line-height: 24px;
  }
  .o_container .submit {
    margin-top: 12px;
  }
  .o_container .bottom_text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .o_container .iti-flag-number {
    font-size: 14px;
  }
  .o_container #phone,
  .o_container #country {
    padding-left: 86px;
  }
  .o_container .agreement_box p {
    font-size: 14px;
  }
  .oo1,
  .oo2 {
    padding: 30px;
  }
  .oo3,
  .oo4,
  .oo5 {
    padding: 60px 30px 30px;
  }
  .oo3 form,
  .oo4 form,
  .oo5 form {
    padding: 0px;
  }
  .oo5 .button {
    margin-top: 15px;
  }
  .oo5 .button a {
    min-height: 46px;
    min-width: 300px;
  }
  .intl-tel-input .selected-flag {
    padding-left: 22px !important;
  }
  .o_container .selected-flag {
    width: 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .bannerBox {
    padding-top: 160px;
  }
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .index3 .content {
    padding: 0px;
  }
  .index3_list li {
    width: 32%;
    margin-right: 2%;
    border-radius: 16px;
  }
  .index4_list li {
    width: 23.5%;
  }
  .index5_container {
    flex-wrap: wrap;
    padding: 30px 20px 0px;
    gap: 20px;
  }
  .index5 .content{
      gap: 20px;
  }
  .index5_container .container {
    width: 100%;
    padding: 0px;
  }
  .index5_l {
    width: 100%;
    flex: none;
    padding: 30px 0px 0px;
  }
  .index5_r {
    width: 100%;
  }
  .tho1_list {
    gap: 20px 2%;
  }
  .tho1_list li {
    width: 32%;
  }
  .tho1_list .links {
    padding-right: 0px;
  }
  .tht1_list li {
    width: 23.5%;
  }
  .fuo1_part_form {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
  }
  .fuo1_part_form .input_box {
    flex: none;
  }
  .fuo5_1 .list {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .fuo5_1 .list li {
    width: 48%;
  }
  .fut5_box .flex_box {
    gap: 18px;
  }
  .alert_controls .logo {
    width: 30px;
  }
  .alert_close {
    width: 20px;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 10px 0px;
  }
  header .header_b {
    padding-right: 46px;
  }
  .padding_top {
    padding-top: 55px;
  }
  .part_form .int1 {
    width: 100%;
  }
  .big_title {
    font-size: 20px;
    line-height: 28px;
  }
  .big_bt,
  .to1_title,
  .thfu2_title {
    font-size: 18px;
    line-height: 26px;
  }
  .index1 .content {
    flex-wrap: wrap;
    gap: 10px 4%;
    padding: 20px;
  }
  .index1 figure {
    width: 48%;
    padding: 0px;
  }
  .index7_r {
    display: none;
  }
  .index7 .container {
    width: 100%;
  }
  .to2_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to2_l {
    padding-top: 12px;
  }
  .to3 .content {
    gap: 20px;
  }
  .to3 figure {
    width: 100%;
  }
  .to5_list li {
    width: 50%;
  }
  .to5_list li:nth-of-type(-n + 3) {
    border-top: 1px solid #ededed;
  }
  .to5_list li:nth-of-type(-n + 2) {
    border-top: none;
  }
  .to5_list li:nth-of-type(3n + 1) {
    border-left: 1px solid #ededed;
  }
  .to5_list li:nth-of-type(2n + 1) {
    border-left: none;
  }
  .tho_menu a {
    font-size: 14px;
    line-height: 22px;
    min-width: 120px;
    border-radius: 6px;
  }
  .tho1_list li {
    width: 49%;
  }
  .thfu1_menu a {
    width: 32%;
  }
  .fuo5_list li {
    width: 100%;
  }
  .fuo5_1 .list li {
    width: 100%;
  }
  /*.fuo5_2_box .center_box {*/
  /*  display: none;*/
  /*}*/
  .fuo5_2_box .between_box {
    flex: none;
    width: 34%;
  }
  .fuo5_2_box .between_box.right {
    flex: none;
    width: 26px;
  }
  .alert_seo1_form_container .alert_close {
    top: 18px;
    right: 18px;
  }
  .alert_seo1_form_container .form_l_title {
    font-size: 14px;
    line-height: 24px;
    width: 70px;
  }
  .alert_seo1_form_container form input,
  .alert_seo1_form_container form textarea {
    font-size: 14px;
    font-family: Poppins-Regular;
  }
  .alert_seo1_form_container .controls_box {
    margin-top: 20px;
  }
  .alert_seo1_form_container .button,
  .alert_seo1_form_container .submit input {
    font-size: 14px !important;
    min-width: 96px !important;
    min-height: 34px !important;
  }
  .alert_seo2_form_container .alert_close {
    top: 18px;
    right: 18px;
  }
  .alert_seo2_form_container form textarea {
    font-size: 14px;
    font-family: Poppins-Regular;
  }
  .alert_seo2_form_container .links {
    font-size: 15px;
  }
  .alert_seo2_form_container .box {
    margin-top: 20px;
  }
  .alert_seo2_form_container .button,
  .alert_seo2_form_container .submit input {
    font-size: 14px !important;
    min-width: 96px !important;
    min-height: 34px !important;
  }
  .alert_del_contianer .alert_close {
    top: 18px;
    right: 18px;
  }
  .alert_del_contianer .controls_box {
    margin-top: 20px;
  }
  .alert_del_contianer .button {
    font-size: 14px !important;
    min-width: 96px !important;
    min-height: 34px !important;
  }
}
@media screen and (max-width: 480px) {
  .index3_list li {
    width: 49%;
    margin-right: 2%;
  }
  .index4_list li {
    width: 32%;
  }
  .index6_container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .index6_container .l_box {
    width: 100%;
  }
  .index6_container .r_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index6_container figure {
    width: 49%;
    flex-wrap: wrap;
    padding: 10px;
    gap: 12px;
  }
  .index6_container .title {
    font-size: 14px;
    line-height: 24px;
  }
  .to4_container {
    flex-wrap: wrap;
    gap: 25px;
  }
  .to4_container figure {
    width: 100%;
  }
  .tht1_list li {
    width: 32%;
  }
  .so2 form .yzm {
    max-width: none;
  }
  .so2 form .tj {
    min-width: 112px;
  }
  .seo_container_r {
    padding: 0px 14px;
  }
  .seo1 .top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .seo1 .l_box {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .alert_seo1_form_container .form_l_title {
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
    margin-right: 0px;
    margin-top: 0px !important;
  }
  .alert_seo1_form_container .form_r_box {
    width: 100%;
    flex: none;
  }
  .alert_seo1_form_container form {
    margin-top: 15px;
  }
  .alert_seo1_form_container form input {
    text-align: left !important;
    padding: 0px;
  }
  .alert_seo1_form_container .flex_box:not(:nth-of-type(1)) {
    margin-top: 6px !important;
  }
  .alert_seo1_form_container .alert_close {
    top: 15px;
    right: 15px;
  }
  .alert_seo2_form_container .alert_close {
    top: 15px;
    right: 15px;
  }
  .alert_seo2_form_container form textarea {
    padding: 12px;
  }
  .alert_seo2_form_container .describe {
    height: auto;
    max-height: calc(100% - 24px);
    width: calc(100% - 24px);
    padding: 0px;
    left: 12px;
    top: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
    gap: 6px;
  }
  .footer_a {
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .alert_del_contianer .alert_del_title {
    padding: 0px;
  }
  .alert_del_contianer .alert_close {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 400px) {
  header .logoBox {
    width: 100px;
  }
  header .header_b {
    padding-right: 38px;
  }
  header .lang {
    margin-left: 12px;
  }
  .padding_top {
    padding-top: 50px;
  }
  .index1 figure {
    width: 100%;
  }
  .index4_list li {
    width: 32%;
  }
  .to5_list li {
    width: 100%;
    border-left: none !important;
    border-top: 1px solid #ededed !important;
  }
  .to5_list li:nth-of-type(1) {
    border-top: none !important;
  }
  .tho_menu a {
    min-width: 100%;
  }
  .tho1_list li {
    width: 100%;
    border-radius: 40px;
  }
  .tht1_list li {
    width: 49%;
  }
  .thfu1_menu a {
    width: 49%;
  }
  .so1_list li {
    width: 100%;
  }
  .so2 form .int1 {
    width: 100%;
  }
  .so2 form .yzm {
    flex: none;
    width: 100%;
  }
  .so2 form .tj {
    width: 100%;
    max-width: 100%;
  }
  .alert_seo1_form_container {
    padding: 40px 20px 30px;
  }
  .alert_seo2_form_container {
    padding: 40px 20px 30px;
  }
  .alert_del_contianer {
    padding: 40px 20px 30px;
  }
  .o_container .password_logo {
    width: 28px;
    right: 16px;
  }
  .o_container .password input {
    padding-right: 52px;
  }
  .oo1 {
    padding: 30px 20px;
  }
  .oo2 {
    padding: 30px 20px;
  }
  .oo3,
  .oo4,
  .oo5 {
    padding: 60px 20px 20px;
  }
  .oo5 .button a {
    width: 100%;
    min-width: auto;
  }
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 31px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow: auto;
}
.intl-tel-input .country-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.intl-tel-input .country-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.intl-tel-input .country-list::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  display: none;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 74px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../images/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
.intl-tel-input {
  display: block;
}


.index_banner .content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.index_banner .buttonBox {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.index_banner .buttonBox a{
  display: flex;
  min-width: 139px;
  font-family: Poppins-Regular;
}
.index_banner .container{
  width: 58.572%;
}
.index_banner .swiper-slide{
  position: relative;
}
.index_banner_title{
  font-family: Poppins-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  text-transform: capitalize;
  color: #26292D
}
.index_banner_describe{
  color: #4A4F55;
  margin-top: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.fuo5_list .sw_box{
   padding: 40px;
   overflow: hidden;
   background: #fff;
}

.fuo5_list .swiper_box{
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.fuo5_list .sw_box1 {
  width: 76.667%;
  position: relative;
  z-index: 2;
}
.fuo5_list .sw_box1 .swiper {
  border: 1px solid #EDEDED;
  border-radius: 4px;

}
.fuo5_list .sw_box1 .swiper a{
  display: block;
  cursor: url('../images/fuo5_big.png'), auto;
}

.fuo5_list .sw_box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.667%;
  height: 100%;
}
.fuo5_list .sw_box2 .swiper {
  width: 100%;
  height: 74.783%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
  overflow: initial;
}
.fuo5_list .sw_box2 .swiper .swiper-slide {
  cursor: pointer;
  position: relative;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.fuo5_list .sw_box2 .swiper .swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}
.fuo5_list .sw_box2 .swiper .swiper-slide-thumb-active {
  border: 1px solid #1E64F0;
  box-shadow: 0 4px 4px 0 rgba(30, 100, 240, 0.40);
}

.fuo5_list .pic-btn {
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 7.827%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  background: #fff;
}
.fuo5_list .pic-btn img{
  filter: brightness(0);
  opacity: 0.4;
  transition: .3s;
  max-height: 60%;
}
.fuo5_list .pic-btn:hover {
  opacity: 1;
}
.fuo5_list .pic-btn:hover img{
  filter: none;
  opacity: 1;
}
.fuo5_list .pic-btn.prev {
  top: 0px;
}
.fuo5_list .pic-btn.next {
  bottom: 0px;
}

@media screen and (max-width: 1480px) {
  .index_banner .buttonBox{
    margin-top: 20px;
  }
  .index_banner_title{
    font-size: 26px;
    line-height: 36px;
  }
  .index_banner_describe{
    margin-top: 15px;
  }
  .index_banner .buttonBox a{
    min-width: 130px !important;
  }
  .fuo5_list .sw_box{
    padding: 20px;
  }
}
@media screen and (max-width: 993px) {
  .index_banner .buttonBox{
    margin-top: 8px;
  }
  .index_banner_title{
    font-size: 20px;
    line-height: 28px;
  }
  .index_banner_describe{
    margin-top: 4px;
  }
  .index_banner .buttonBox a{
    min-width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .index_banner_describe{
    display: none;
  }
}
@media screen and (max-width: 601px) {
  .index_banner_title{
    display: none;
  }
  .index_banner .buttonBox{
    gap: 6px;
    margin-top: 0px;
  }
}

.fuo5_list_li .table tr:nth-of-type(1),
.fuo5_1 .table tr:nth-of-type(1){
    font-family: Poppins-Bold;
}

.fuo5_list_li .table td:nth-of-type(1){
    width: 25%;
}
.fuo5_list_li .table td:nth-of-type(2){
    width: 29%;
}

.fuo5_list a,
.fut5_box td>a,
#seo2_table td>a{
    color: #1e64f0;
}

.alert_seo1_form_container .submit input{
    background: #1e64f0;
    color: #fff;
}
#seo2_table td,
#seo2_table th{
    text-align: left;
}
