* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body {
  font-family: Microsoft YaHei, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f0f9f4;
  padding: 0px 0px 15px 0px;
}

.container {
  max-width: 210mm;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 25px;
  /*border-radius: 8px;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
a{
  text-decoration: none;
}
h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  color: #222
}

h2 {
  font-size: 18px;
  margin: 18px 0 10px;
  color: #222
}

p, li {
  font-size: 15px;
  margin-bottom: 8px
}

ul {
  padding-left: 20px
}

.tips {
  background: #f8f9fa;
  padding: 12px;
  border-left: 4px solid #666;
  margin: 15px 0
}

.footer {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #666;
  line-height: 1.5
}
.FooterBar{
  background-color: white;
  text-align: center;
  padding: 10px 25px;
  color: #5a6268;
  /*color: white;*/
  font-size: 14px;
}
.FooterBar>a{
  color: #5a6268;
  /*color: white;*/
}
#whyCeShi{
  width: 100%!important;
  font-size: 15px!important;
}

.footerNext {
  position: fixed;
  bottom: 0px;
  width: 80%;
  padding-bottom: 10px;
  margin: auto;
  max-width: 540px;
  left: 50%;
  transform: translate(-50%);
}

.footerNext>button {
  width: 90%;
  height: 50px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  background: #4097F4;
  font-size: 18px;
  letter-spacing: 1rem;

  color: white;
  -webkit-animation: scale-8b33b292 3s infinite;
  animation: scale-8b33b292 3s infinite;
  display: block;
}

@keyframes scale-8b33b292 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.ageXlaKuang {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.select_box {
  width: 150px;
  height: 30px;
  border: 1px solid #3CF;
  position: relative;
  float: left;
}

.select_box span {
  display: inline-block;
  width: 200px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-indent: 10px;
}

.select_box .span_aa {
  color: #C36;
}

.select_box ul {
  width: 200px;
  position: absolute;
  top: 36px;
  left: -1px;
  border: 1px solid #3CF;
  display: none;
  background: #fff;
}

.select_box li {
  cursor: pointer;
  line-height: 36px;
  text-indent: 10px;
}

.select_box li:hover {
  background: #39F;
  color: #fff;
}
.imgEwm>img{
  width: 100%;
  margin-top: 10px;
  height: 120px;
}
.headImage>img{
  width: 100%;
}

/* 美化版 相关测试推荐 */
.relate{
  margin-top:30px;
  padding:22px;
  background:#f8fcff;
  border:1px solid #e3f0fa;
  border-radius:12px;
}
.relate h3{
  font-size:16px;
  margin-bottom:16px;
  color:#222;
  font-weight:600;
}
.relate a{
  display:inline-block;
  margin:0 10px 12px 0;
  padding:8px 14px;
  background:#fff;
  border:1px solid #ddebff;
  border-radius:20px;
  color:#2563eb;
  font-size:14px;
  text-decoration:none;
  transition:all 0.2s;
}
.relate a:hover{
  background:#eff6ff;
  border-color:#bfdbfe;
  color:#1d4ed8;
}

.constiHeadImage>img{
  width: 90%;
}