* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
html {
  font-size: 32px;
}
@media screen and (min-width: 0) and (max-width: 319px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 20.7px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 21.2px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 30px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 32px;
  }
}
body {
  min-width: 320px;
  width: 20rem;
  margin: 0 auto;
  background-color: #fff;
}
#toast {
  position: fixed;
  top: 75%;
  width: 100%;
  max-width: 640px;
  text-align: center;
  z-index: 999;
  display: none;
}
#toast_content {
  padding: 8px 16px;
  border-radius: 32px;
  background: rgba(153, 153, 153, 0.9);
  font-size: 16px;
}
.top_title{
	font-size: 0.65rem;
	text-align: center;
	color: #888;
	font-weight: normal;
}
.header {
  color: #07b3e3;
  text-align: center;
  font-weight: 700;
  font-size: 1.0625rem;
  padding: 2px;
}
.nav {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #eaeaea;
  line-height: 1.2rem;
  color: #888;
}
.nav a {
  flex: 1;
  color: #888;
  font-size: 0.65rem;
}
.img img {
  display: block;
  width: 100%;
}
.main {
  margin-top: 0.9375rem;
  color: #480e00;
  line-height: 1.5625rem;
  font-size: 1.0625rem;
}
.main .article p {
  margin: 1.0625rem 0;
  text-indent: 2em;
  line-height: 1.875rem;
}
.article p b {
  color: #a52404;
}
.article p strong {
  font-size: 0.875rem;
  color: #a52404;
}
.article p span {
  background-color: #b30000;
  color: #ffffff;
  font-weight: 700;
}
.wx-box1 {
  margin: 1.0625rem;
}
.wx-box1 .wx {
  color: #a52404;
  background-color: #ff0;
  padding: 2px 3px;
  margin-left: 2px;
}
.error-list .title {
  text-align: center;
  color: #a52404;
  margin: 1.0625rem auto;
  font-size: 0.84375rem;
  font-family: "楷体";
}
.error-list .title .span-1 {
  background: #ffad43;
}
.error-list .title span {
  display: inline-block;
  border-bottom: 1px solid #f00;
}
.error-list p {
  margin: 1.0625rem auto;
  text-indent: 2em;
  color: #480e00;
  line-height: 2.125rem;
  font-size: 0.875rem;
}
.wx-box2 h3 {
  background-color: #be0000;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-size: 0.9375rem;
}
.wx-box2 .content {
  border: 3px solid #be0000;
  padding: 0.53125rem;
  color: #480e00;
  font-size: 0.9375rem;
}
.wx-box3 b {
  color: #a52404;
}
.wx-box3 .wx,
.article .wx {
  background-color: #ff0;
  padding: 2px 3px;
  margin: 0 2px;
}
.wx-box2 .content .tip {
  color: #9b9b9b;
  font-size: 0.625rem;
  margin-top: 3px;
}
.bottom {
  font-size: 0.6rem;
  color: #480e00;
  text-align: center;
  margin: 5px 0;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 20rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 65px;
  z-index: 99;
}
.footer div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  height: 40px;
}
.footer .p-1 {
  font-size: 0.75rem;
  color: #333;
}
.footer .p-1 .wx {
  background-color: rgb(255, 76, 76);
  color: #ffffb9;
  padding: 2px 3px;
  margin: 0 2px;
}
.footer .p-2 {
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(255, 76, 76);
}
.footer img {
	padding-left:10px;
  width: 2.5rem;
  height: 2.5rem;
}
.test {
  margin-top: 1.5625rem;
  margin-bottom: 0.3125rem;
  padding: 0 0.3125rem;
}
.test .test-title {
  text-align: center;
  background-color: #f94a19;
  border-bottom: 5px solid #d20e0e;
  border-radius: 1rem;
  color: #fff;
  font-size: 1rem;
}
.test .test-name {
  padding-bottom: 0.125rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  color: #000;
  /* border-bottom: 4px solid #ae038b; */
  text-align: center;
  font-weight: 400;
}
.swiper-slide {
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-slide .select {
  position: absolute;
  top: 0;
  padding: 0 0.75rem;
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide .select .tips {
  height: 4.21875rem;
  line-height: 4.21875rem;
  font-size: 0.84375rem;
  color: #999;
  text-align: right;
}
.swiper-slide .select .tips span {
  display: block;
  float: left;
  height: 4.21875rem;
  line-height: 4.21875rem;
}
.swiper-slide .select h3 {
  font-size: 1.0625rem;
  text-align: center;
}
.swiper-slide .select .select-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.53125rem 0;
}
.swiper-slide .select .select-item li {
  width: 32%;
  margin: 1% 0;
  padding: 0.40625rem 0;
  background-color: #ff8db3;
  border-radius: 0.3125rem;
  text-align: center;
  font-size: 0.84375rem;
  color: #fff;
  line-height: 1.0625rem;
}
.swiper-slide .select .select-item li.on {
  background-color: #ff679a;
}
.swiper-slide .select .select-item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.53125rem 0;
}
.swiper-slide .select .select-item2 li {
  width: 48%;
  margin: 1% 0;
  padding: 0.40625rem 0;
  background-color: #ff8db3;
  border-radius: 0.3125rem;
  text-align: center;
  font-size: 0.84375rem;
  color: #fff;
  line-height: 1.0625rem;
}
.swiper-slide .select .select-item2 li.on {
  background-color: #ff679a;
}
.swiper-slide .select .submit-btn {
  width: 50%;
  margin: 0 auto;
  padding: 0.4375rem;
  border-radius: 0.4375rem;
  background-color: #ff679a;
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
}
.mask {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 640px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.mask .mask-content {
  width: 95%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mask .mask-content p {
  margin: 10px 0;
  font-size: 15px;
}
.mask .mask-content p span {
  color: #22ac38;
}
.mask .mask-content .success {
  font-size: 28px;
  color: #f00;
}
.mask .mask-content .wx {
  background: #d2eadd;
  padding: 4px 10px;
  text-align: center;
  color: #e64747;
  font-size: 24px;
  margin: 10px auto;
  border-radius: 8px;
}
.mask .mask-content .go-wx {
  background: #f00;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin: 10px auto;
  border-radius: 8px;
}
.mask .mask-content .tip {
  font-size: 12px;
}
.mask .mask-content .close {
  position: absolute;
  right: -6px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-color: #22ac38;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.cpsm{
	margin-top: 0.9375rem;
    margin-bottom: 65px;
    padding: 0.9375rem 0.78125rem;
    color: #480e00;
    line-height: 1.5625rem;
    font-size: 1.0625rem;
}

.big-b {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #bba56a;
    text-align: center;
}

#menu>.menu {
    height: 35px;
    content: ' ';
    display: block;
    clear: both;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    border-top: 2px #83af45 solid;
    border-bottom: 2px #83af45 solid;
    background: #83af45;
    background-size: 100% 100%;
    box-shadow: 0 0 1px 0 #a0a0a0;
    color: #333;
}
#menu>.menu>.menuitem {
    box-sizing: border-box;
    float: left;
    width: 25%;
}
#menu>.menu>.menuitem>a {
    color: #fff;
}
#menu>.menu>.menuitem>a {
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}