html {
  font-size: 5.20833333vw;
}
header {
  background-size: cover;
}
header > .title {
  background: #000;
  padding: 0.32rem 3.07rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.32rem;
  color: #4F4F4F;
  line-height: 28px;
  justify-content: space-between;
  color: #fff;
}
header > .title img {
  width: 2.93rem;
  height: 0.79rem;
  margin-right: 2.3rem;
}
header > .title > div a:nth-child(2) {
  margin: 0 0.53rem;
}
header > .title > div:nth-child(2) {
  margin-right: 0.5rem;
}
header > .title a {
  color: #fff;
}
header > .title .download {
  text-align: center;
  border-radius: 8px;
  height: 0.48rem;
  line-height: 0.48rem;
  width: 1.59rem;
  background: #fdc87a;
  font-weight: 600;
  font-size: 0.18rem;
  color: #160D07;
}
header .contain {
  padding: 0.32rem 3.07rem 0;
  background: #f3ebe2;
  display: flex;
  justify-content: space-between;
}
header .contain .left {
  max-width: 5.9rem;
  margin-top: 1.1rem;
}
header .contain .left div {
  font-weight: 400;
  font-size: 0.24rem;
  color: #160D07;
  margin-bottom: 0.5rem;
}
header .contain .left img {
  width: 100%;
}
header .contain > img {
  width: 5.15rem;
}
header .contain .download {
  text-align: center;
  border-radius: 0.08rem;
  height: 0.59rem;
  line-height: 0.59rem;
  width: 2.27rem;
  background: #fdc87a;
  font-weight: bold;
  font-size: 0.28rem;
  color: #000;
}
.contain-wrap {
  display: flex;
  padding: 1.2rem 2rem;
}
.contain-wrap .left img {
  width: 6.16rem;
}
.contain-wrap .right .title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #160D07;
  margin-bottom: 0.8rem;
}
.contain-wrap .right .item:nth-child(3) {
  margin: 0.8rem 0;
}
.contain-wrap .right .item {
  display: flex;
  align-items: center;
}
.contain-wrap .right .item img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.29rem;
}
.contain-wrap .right .item .right p:nth-child(1) {
  font-weight: bold;
  font-size: 0.24rem;
  color: #160D07;
  margin-bottom: 0.16rem;
}
.contain-wrap .right .item .right p:nth-child(2) {
  font-weight: bold;
  font-size: 0.16rem;
  color: #160D07;
}
.question {
  padding: 2.6rem 3.2rem;
  background: #fdf4ea;
}
.question .wrap {
  position: relative;
  width: 100%;
  padding: 0.8rem 0.8rem 0;
  height: 5rem;
  background: url('../img/bg2.png') no-repeat;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.question .wrap .left img {
  width: 2.51rem;
}
.question .wrap .left .item {
  padding: 0.22rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 0.32rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #160D07;
}
.question .wrap .right img {
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  width: 6.16rem;
  height: 6.4rem;
}
.question .del-account {
  padding: 1rem 2.41rem;
  width: calc(100% - 3.2rem);
  background: url('../img/bg1.png');
  background-size: contain;
  font-weight: bold;
  font-size: 0.24rem;
  color: #160D07;
}
.question .del-account > img {
  width: 8.06rem;
  height: 0.52rem;
  margin-bottom: 0.32rem;
}
.question .del-account > div:nth-child(2) {
  margin-bottom: 0.72rem;
}
.question .del-account > div:nth-child(3) {
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.72rem;
  padding: 0.22rem 0.34rem;
}
.question .del-account-btn {
  text-align: center;
  width: 1.68rem;
  background: #fdc87a;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.24rem;
  color: #160D07;
}
footer {
  padding: 0.42rem 1rem 0.42rem 2.4rem;
  display: flex;
  justify-content: space-between;
  background: #181717;
}
footer img {
  height: 0.75rem;
}
footer .infos {
  display: flex;
  font-size: 0.2rem;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
footer .infos .copyright {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 0.5rem;
}
footer .infos .company {
  font-weight: 400;
  font-size: 0.2rem;
  min-width: 2rem;
}
footer .infos .company .title {
  margin-bottom: 0.18rem;
}
footer .infos .company ul > li {
  list-style: disc;
  margin-bottom: 0.08rem;
}
footer .infos .company ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .infos .contact-f {
  min-width: 4rem;
  font-weight: 400;
  font-size: 0.2rem;
}
