/* ==== common ==== */

.container {
  width: 100%;
  font-family: "PingFang-SC-Regular", Verdana, Arial, Helvetica, sans-serif;
  width: 1280px;
  margin: 0 auto;
}

.row {
  display: flex;
}

.fp-watermark {
  display: none;
}

.button {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0 40px;
  height: 48px;
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
  border-radius: 24px;
}

textarea,
input {
  border: none;
}

textarea:focus,
input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

/* ==== fixed-header ==== */

.fixed-header {
  width: 100%;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  color: #f0efef;
}

.fixed-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}

.fixed-header .logo {
  width: 100px;
  display: flex;
  align-items: center;
}

.fixed-header .menu-group {
  display: flex;
  flex: 1;
}

.fixed-header #menu {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
  margin-left: 200px;
}

.fixed-header #menu .active {
  border-bottom: 2px solid #0468fe;
}

.fixed-header #menu a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  color: #f0efef;
}

.fixed-header #menu a:hover {
  color: #fff;
}

.fixed-header #menu li {
  margin-right: 40px;
}

.fixed-header #menu li:last-child {
  margin-right: 0;
}

.fixed-header #menu .langWrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.fixed-header #menu .langWrap>span {
  margin: 0 13px 0 19px;
}

.fixed-header #menu .langWrap img {
  display: inline-block;
  width: 30px;
}

.fixed-header #menu .langWrap .selectPc {
  width: 7px;
  height: 7px;
}

.fixed-header #menu .langWrap:hover .selectLangWrap {
  display: block;
}

.selectLangWrap {
  position: absolute;
  top: 20px;
  left: -7px;
  z-index: 999;
  display: none;
  padding-top: 12px;
}

.selectLangWrap .selectLang {
  width: 200px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding-left: 7px;
  line-height: 40px;
}

.selectLangWrap .selectLang:hover {
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
}

.selectLangWrap .selectLang img {
  margin-right: 19px;
}

.fixed-header .testPlay {
  margin-left: 80px;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  position: relative;
  background: none;
}

.fixed-header .testPlay::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
  border-radius: 6px;
  z-index: -1;
  transform: skew(-9deg);
}

/* ==== home section ==== */

.home {
  padding-top: 110px;
}

.home-box {
  height: calc(100vh - 110px);
  background-image: url("../img/comm/bg-zh.jpg");
  background-color: #f3f4f8;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-en {
  background-image: url("../img/comm/bg-en.jpg");
}

.home .container {
  width: 100%;
  height: 100%;
  position: relative;
}

.home .container .icon-group {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url("../img/comm/icon-group.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
}

/* ==== faq section ==== */

.faq {
  background-image: url("../img/faq-bg.png");
  background-position: center 7vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
}

.faq .titleWrap {
  display: flex;
  height: 72px;
  align-items: center;
}

.faq .leftTitle {
  flex: 1;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq .leftTitle h2 {
  font-size: 36px;
  font-weight: 600;
}

.faq .leftTitle span {
  font-size: 18px;
}

.faq .listWrap {
  display: flex;
  margin-top: 59px;
}

.faq .listWrap:last-child {
  margin-top: 15px;
}

.faq .listWrap .item {
  height: 225px;
  flex: 1;
  margin-right: 15px;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  padding-top: 15px;
}

.faq .listWrap .item:last-child {
  margin-right: 0;
}

.faq .listWrap .item div {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .listWrap .item img {
  max-width: 300px;
  margin: 0 auto;
}

/* ==== support section ==== */

.support {
  background: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
}

.support .title {
  font-size: 26px;
  color: #333;
  position: relative;
  text-align: center;
  font-size: 26px;
}

.support .title span {
  position: relative;
  z-index: 9;
  padding: 0 30px;
  background: #fff;
}

.support .title .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 724px;
  height: 1px;
  background: #e2e2e2;
}

.support .subtitle {
  font-size: 18px;
  margin-top: 49px;
  text-align: center;
}

.support .main-features {
  display: flex;
  margin-top: 108px;
  justify-content: space-between;
}

.support .main-features__item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  width: 164px;
  height: 384px;
  border-radius: 10px;
  padding: 0 10px;
}

.support .main-features__item.active {
  width: 406px;
}

.support .main-features__item:nth-child(1) {
  background-image: url(../img/support/a.png);
}

.support .main-features__item:nth-child(2) {
  background-image: url(../img/support/b.png);
}

.support .main-features__item:nth-child(3) {
  background-image: url(../img/support/c.png);
}

.support .main-features__item:nth-child(4) {
  background-image: url(../img/support/d.png);
}

.support .main-features__item:nth-child(5) {
  background-image: url(../img/support/e.png);
}

.support .main-features__item:nth-child(6) {
  background-image: url(../img/support/f.png);
}

.support img {
  width: 44px;
  height: 44px;
  margin-top: 234px;
}

.support .itemTit {
  font-size: 14px;
  color: #fff;
  margin-top: 18px;
}

.support .itemContent {
  color: #ffffff;
  margin-top: 33px;
  display: none;
}

.support .active img {
  width: 44px;
  height: 44px;
  margin-top: 129px;
}

.support .active .itemTit {
  font-size: 20px;
  margin-top: 34px;
}

.support .active .itemContent {
  display: block;
  font-size: 14px;
  line-height: 27px;
}

/* ==== experience section ==== */

.experience {
  background-image: url("../img/experience/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 110px;
}

.experience .container {
  display: flex;
  justify-content: space-between;
}

.experience .group {
  padding: 0 23px 0 26px;
  background: #fff;
  border-radius: 20px;
  height: 464px;
  width: 624px;
}

.experience .group .top {
  display: flex;
  padding: 44px 0 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

.experience .group .top img {
  width: 260px;
  height: 180px;
}

.experience .group .top .plan {
  font-size: 14px;
  color: #898989;
}

.experience .group__title {
  font-size: 40px;
  font-weight: 600;
  margin-top: 21px;
}

.experience .group__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #898989;
  line-height: 30px;
  margin-top: 32px;
}

.experience .group__button {
  margin-top: 37px;
}

/* ==== contact section ==== */

.brand {
  background-image: url("../img/faq-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 110px;
}

.brand>.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand .title {
  font-size: 36px;
  font-weight: 600;
}

.brand .subtitle {
  font-size: 18px;
  margin-top: 15px;
}

.brand .subtitle img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}

.brand .imgWrap {
  /* display: flex; */
  margin-top: 58px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
  margin-left: -18px;
}

.brand .imgWrap div {
  width: 163px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  border-radius: 35px;
  margin-bottom: 25px;
  margin-left: 17px;
  overflow: hidden;
}

/* .brand .imgWrap div:nth-child(6n) {
  margin-left: 0;
} */

.brand .imgWrap div img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.footer {
  height: 210px;
  padding-top: 56px;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.footerLogo {
  margin-right: 20px;
}

.footer .footerRight div {
  color: #898989;
  margin-bottom: 10px;
  text-align: left;
}

.footer .footerRight div:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.footer img {
  width: 130px;
  display: inline-block;
}

.footer .flicense {
  margin-top: 18px;
}

.footer .flicenseDetail {
  margin: 46px auto 0;
  width: 961px;
  color: #828282;
  line-height: 24px;
}

.footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-logo img {
  margin-left: 20px;
}

.footer .footer-logo img:first-child {
  margin-left: 0;
}

/* go-to-top */
.fixedIcon {
  width: 57px;
  height: 57px;
  position: fixed;
  bottom: 61px;
  right: 35px;
  cursor: pointer;
  z-index: 999;
}

#go-to-top {
  bottom: 113px;
}

/* buttJoint */
.buttJoint {
  padding-top: 110px;
}

.buttJoint .banner {
  height: 190px;
  background-image: url("../img/buttJoint/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttJoint .banner div {
  font-size: 30px;
  color: #fff;
}

.buttJoint .mainView {
  padding: 71px 0 144px;
  background: #fff;
}

.buttJoint .buttJointList {
  display: flex;
  justify-content: space-between;
}

.buttJoint .buttJointItem {
  width: 203px;
  height: 276px;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.buttJoint .buttJointItem img:first-child {
  width: 100px;
  height: 100px;
  margin-top: 43px;
  display: inline-block;
}

.buttJoint .buttJointItem img:nth-child(2) {
  width: 30px;
  height: 30px;
  margin: 17px auto 19px;
  display: block;
}

.buttJoint .buttJointItem div {
  height: 42px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttJoint .priceWrap {
  position: relative;
  margin-top: 67px;
}

.buttJoint .priceTit {
  position: absolute;
  height: 43px;
  line-height: 41px;
  border: 1px solid #e2e2e2;
  border-radius: 21px;
  left: 50%;
  transform: translateX(-50%);
  top: -21.5px;
  font-size: 20px;
  color: #333333;
  text-align: center;
  background: #fff;
  padding: 0 14px;
}

.buttJoint .priceList {
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
}

.buttJoint .priceItem {
  height: 226px;
  padding-top: 58px;
  text-align: center;
  flex: 1;
  color: #333;
}

.buttJoint .priceItem:nth-child(2) {
  border-left: 1px solid #ecf7fd;
  border-right: 1px solid #ecf7fd;
}

.buttJoint .priceItem img {
  width: 42px;
  height: 42px;
  display: inline-block;
}

.buttJoint .priceItem .itemTit {
  font-size: 20px;
  margin: 21px 0 18px;
}

.buttJoint .priceItem div:last-child {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  font-size: 14px;
}

/* About */
.aboutWrap {
  padding-top: 110px;
}

.aboutWrap .banner {
  height: 190px;
  background-image: url("../img/about/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutWrap .banner div {
  font-size: 30px;
  color: #fff;
}

.aboutWrap .mainView {
  padding: 64px 0 134px;
  background: #fff;
  text-align: center;
}

.aboutWrap .aboutText1 {
  color: #666666;
}

.aboutWrap .aboutText2 {
  color: #666666;
  margin-top: 13px;
  line-height: 30px;
  font-size: 14px;
}

.aboutWrap .aboutList {
  display: flex;
  justify-content: space-between;
  margin: 55px auto 0;
  align-items: center;
  font-size: 14px;
  width: 670px;
}

.aboutWrap .aboutList .listTit {
  font-size: 22px;
  font-family: Arial Black;
  font-weight: 400;
  color: #000000;
  margin-bottom: 17px;
}

.aboutWrap .mapImg {
  width: 100%;
  margin: 70px auto 0;
}

/* contact */
.contactWrap {
  padding-top: 110px;
}

.contactWrap .banner {
  height: 190px;
  background-image: url("../img/contact/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.contactWrap .banner div {
  font-size: 30px;
  color: #fff;
}

.contactWrap .banner div:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 33px;
}

.contactWrap .mainView {
  padding: 89px 0 51px;
  background: #fff;
}

.contactWrap .contaclList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactWrap .contaclList .item {
  width: 261px;
  height: 301px;
  border: 1px solid #e2e2e2;
  padding: 54px 0 0;
  text-align: center;
}

.contactWrap .contaclList .item img {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.contactWrap .contaclList .item div {
  color: #333333;
  margin-top: 92px;
}

.formContent {
  margin-top: 56px;
  text-align: center;
  color: #333;
}

.formTit {
  font-size: 30px;
}

.formSubtit {
  font-size: 18px;
  margin: 20px 0 61px;
}

.formRow {
  margin-bottom: 40px;
  display: flex;
}

.formRow:last-child {
  margin-bottom: 0;
}

.formRow input,
.formRow textarea {
  flex: 1;
  height: 61px;
  border: 1px solid #e2e2e2;
  line-height: 59px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 400;
  color: #898989;
}

.formRow textarea {
  height: 181px;
}

.formRow.inlineRow input:last-child {
  margin-left: 55px;
}

.contactSubmitBtn {
  cursor: pointer;
  width: 240px;
  height: 60px;
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
  border-radius: 29px;
  margin: auto;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin-top: 55px;
}

/*issue*/
.issueWrap {
  padding: 155px 0 0;
}

.issueWrap .container {
  margin-bottom: 55px;
}

.issueWrap .titleWrap {
  margin-bottom: 30px;
}

.issueWrap .issueImg img {
  width: 100%;
}

/* 語言適配 */
/* 語言適配 */
body.THAI,
body.THAI .container,
body.BAHASA,
body.BAHASA .container {
  font-family: "DIN";
}

body.THAI .fixed-header #menu {
  font-size: 13px;
}

body.THAI .fixed-header #menu li,
body.BAHASA .fixed-header #menu li {
  margin-right: 20px;
}

body.BAHASA .buttJoint .buttJointItem div {
  font-size: 14px;
}

body.BAHASA .buttJoint .buttJointItem {
  height: 310px;
}

body.THAI .fixed-header .testPlay,
body.BAHASA .fixed-header .testPlay {
  margin-left: 25px;
}

body.THAI .formTit,
body.BAHASA .formTit {
  font-size: 18px;
}