.pc-container {
  min-width: 1200px;
  background: #F8F4EF;
}

.pc-container .mobile-content {
  display: none;
}

.pc-container .content {
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
}

.pc-container .content .head-seat {
  height: 158px;
}

.pc-container .content .head_main {
  width: 100%;
  height: 158px;
  padding: 0 18.5%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pc-container .content .head_main .head {
  width: 100%;
  height: 100%;
  /* min-width: 800px; */
  /* min-width: 1200px; */
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pc-container .content .head_main .head .logo {
  font-size: large;
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-container .content .head_main .head .logo img {
  width: 72px;
  height: 72px;
  display: inline-block;
}

.pc-container .content .head_main .head .logo span {
  font-size: 34px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  margin-left: 20px;
}

.pc-container .content .head_main .nav {
  min-width: 0;
  flex: 1;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.pc-container .content .head_main .nav a {
  margin-left: 35px;
  height: 37px;
  box-sizing: border-box;
  font-family: Roboto-Bold, Roboto;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 37px;
}

.pc-container .content .head_main .nav .actived {
  font-weight: bold;
}

.pc-container .content .head_main .nav .actived:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000000;
  border-radius: 3px;
}

.pc-container .content .head_main .whiteBG {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .pc-container .content .banner {
  width: 100%;
  height: 591px;
  background: #FC5454;
  display: flex;
  align-items: center;
  position: relative;
} */
.pc-container .content .banner-right-img {
  width: 100%;
  min-width: 1200px;
}

.pc-container .content .button-icon {
  width: 312px;
  height: 96px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100px;
}

.pc-container .content #default-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8F4EF;
}

.pc-container .content .big-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-container .content .big-box-big {
  width: 100%;
  display: none;
}

.pc-container .content .img-wrapper {
  width: 100%;
  position: relative;
}

.pc-container .content .email-address {
  position: absolute;
  top: 50%;
  left: 18.75%;
  width: 465px;
  height: 15%;
  background: rgba(0, 177, 146, 0.3);
  border-radius: 12px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-family: Roboto-Regular, Roboto;
  font-size: 28px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-container .content .google-play {
  position: absolute;
  top: 72%;
  left: 18.75%;
  width: 14%;
  height: 18%;
}

.pc-container .content .faq-image {
  width: 100%;
}

.pc-container .content .faq-wrapper {
  width: 1200px;
  display: flex;
  flex-direction: column;
  padding-bottom: 378px;
  margin-top: -120px;
  background: #FFFFFF;
  box-shadow: 0px 5px 39px 5px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  z-index: 99;
  padding: 40px 60px;
}

.pc-container .content .contact-img {
  width: 1200px;
  height: 810px;
  margin: 100px 0;
}

.pc-container .content .faqs {
  font-size: 48px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #000000;
  line-height: 57px;
  text-align: center;
  /* margin-top: 101px; */
}

.pc-container .content .faq-line-top {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  border: 1px solid #CACACA;
  font-size: 24px;
  line-height: 48px;
  border-radius: 8px;
  margin-bottom: 36px;
  /* position: relative; */
}

.pc-container .content .faq-qt {
  width: 100%;
  font-size: 24px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #474AD9;
  line-height: 48px;
  margin-top: 32px;
  margin-bottom: -10px;
  display: none;
  border-top: 1px solid #CACACA;
}

.pc-container .content .faq-top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pc-container .content .faq-q {
  font-size: 26px;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  color: #1C1C20;
  line-height: 37px;
}

.pc-container .content .faq-d {
  width: 20px;
  height: 20px;
}

.pc-container .content .faq-u {
  width: 20px;
  height: 20px;
  display: none;
}

.pc-container .content .image2 {
  width: 1200px;
  height: 579px;
  margin-top: 110px;
  margin-bottom: 48px;
}

.pc-container .content .image5 {
  width: 275px;
  height: 80px;
  margin-top: 48px;
  margin-bottom: 100px;
}

.pc-container .content .image6 {
  width: 1200px;
  height: 464px;
  margin-bottom: 110px;
}

.img-con {
  width: 100%;
  height: 656px;
  background: url("../images/image.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}
.img-con .text-box .text1 {
  width: 778px;
  height: 64px;
}
.img-con .text-box .text2 {
  margin-top: 23px;
  width: 726px;
  height: 36px;
}
.img-con .text-box .text3 {
  margin-top: 34px;
  width: 631px;
  height: 130px;
}
.img-con .login-box {
  width: 606px;
  height: 502px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  padding: 43px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-con .login-box .title {
  width: 424px;
  height: 36px;
  margin-bottom: 40px;
}
.img-con .login-box .input-container {
  width: 542px;
  height: 87px;
  border-radius: 8px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 0 22px;
  margin-top: 19px;
}
.img-con .login-box .input-container img {
  width: 46px;
  height: 46px;
  margin-right: 20px;
}
.img-con .login-box .input-container .passord {
  width: 38px;
  height: 50px;
  margin-right: 28px;
}
.img-con .login-box .input-container input {
  flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.img-con .login-box .input-container input::-moz-placeholder {
  color: #ffffff;
}
.img-con .login-box .input-container input::placeholder {
  color: #ffffff;
}
.img-con .login-box .privacy-container {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.img-con .login-box .privacy-container .check-container {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-con .login-box .privacy-container .check-container img {
  width: 15px;
  height: 11px;
}
.img-con .login-box .privacy-container .privacy-tip {
  cursor: pointer;
  margin-left: 4px;
  width: 510px;
  height: 20px;
}
.img-con .login-box .button {
  margin-top: 28px;
  width: 312px;
  height: 96px;
  cursor: pointer;
}

#login-compelete-pc {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  height: 656px;
  display: none;
  padding-top: 75px;
}
#login-compelete-pc .icon {
  width: 32px;
  height: 32px;
  float: right;
  margin-bottom: 20px;
  cursor: pointer;
}
#login-compelete-pc .main {
  height: 400px;
}/*# sourceMappingURL=index.css.map */