.container {
  min-width: 1200px;
}
.container .mobile-content {
  display: none;
}
.container .content {
  min-width: 1200px;
  background: #EEEEEE;
  padding-bottom: 200px;
}
.container .content .head-seat {
  height: 100px;
}
.container .content .head_main {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  /* background: transparent; */
  background-color: #AFC274;
  padding: 0 18.5%;
  /* padding-top: 20px; */
  /* background-image: url('../images/navBg.jpg'); */
}
.container .content .head_main .head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 100%;
  min-width: 800px;
}
.container .content .head_main .head .logo {
  font-size: large;
  font-weight: bold;
  color: black;
  /* width: 84px;
  height: 80px; */
  /* margin-right: 120px; */
  /* transform: scale(.7);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7); */
}
.container .content .head_main .head .logo img {
  width: 238px;
  height: 72px;
}
.container .content .head_main .nav {
  height: 80px;
  line-height: 80px;
  width: 490px;
  flex-shrink: 0;
}
.container .content .head_main .nav a {
  margin-left: 20px;
  display: inline-block;
  line-height: 33px;
  color: #000000;
}
.container .content .head_main .nav .actived {
  border-bottom: 3px solid #0658B4;
  font-weight: bold;
  color: #000000;
}
.container .content .head_main .nav .privacy {
  padding: 0 20px;
  border-radius: 55px 55px 55px 55px;
  border: 1px solid rgba(32, 31, 34, 0.2);
}
.container .content .head_main .nav .privacy:hover {
  background-color: #4B45FF;
  color: #FFFFFF;
}
.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);
}
.container .content .banner {
  width: 100%;
  aspect-ratio: 1920/835;
  width: 100%;
  background-color: #fff;
  background: url("../images/banner-img.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.container .content .banner a {
  position: absolute;
  bottom: 20%;
  left: 45%;
}
.container .content .img-container {
  display: flex;
  justify-content: center;
}
.container .content .img-container img {
  width: 1200px;
}
.container .content .question-box {
  height: 730px;
  display: flex;
  flex-direction: column;
  padding: 120px 18%;
}
.container .content .question-box .title {
  font-size: 48px;
  font-family: Plus Jakarta Sans-Bold, Plus Jakarta Sans;
  font-weight: bold;
  color: #002C6E;
  line-height: 58px;
  text-align: center;
}
.container .content .question-box .tip {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 22px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container .content .question-box .question-title,
.container .content .question-box .question-detail {
  margin-top: 29px;
  font-size: 24px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.container .content .question-box .question-detail {
  margin-top: 16px;
}
.container .content .question-box input {
  margin-top: 10px;
  width: 1200px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
}
.container .content .question-box textarea {
  margin-top: 10px;
  width: 1200px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
}
.container .content .question-box .btn {
  margin: 20px auto;
  width: 216px;
  height: 58px;
  background: #0658B4;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}
.container .content .advantage-box {
  width: 1200px;
  margin: 0 auto;
}
.container .content .advantage-box .ad-title {
  font-size: 40px;
  color: #708823;
  line-height: 47px;
  text-align: center;
  font-weight: 600;
}
.container .content .advantage-box .ad-tips {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  margin-top: 36px;
  width: 80%;
}
.container .content .advantage-box .reason-list {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .content .advantage-box .reason-list .reason-item {
  width: 370px;
  height: 278px;
  padding: 60px 32px 0;
  background: #FFFFFF;
  transition: all 0.2s ease;
  color: #000000;
  line-height: 24px;
  margin-top: 24px;
}
.container .content .advantage-box .reason-list .reason-item .reason-title {
  font-weight: bold;
  font-size: 24px;
}
.container .content .advantage-box .reason-list .reason-item .reason-detai {
  font-size: 16px;
}
.container .content .advantage-box .reason-list .reason-item:hover {
  color: #ffffff;
  background: #ACBF70;
}
.container .content #ceshi4 {
  position: relative;
}
.container .content #ceshi4 .download {
  width: 243px;
  height: 400px;
  position: absolute;
  top: 38%;
  left: 43%;
}