html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.contain {
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #333333;
  background-color: #F4F4F4;
}
.head {
  width: 100%;
  height: 0.64rem;
  position: fixed;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  background: rgba(23, 27, 31, 0);
  z-index: 100;
}
.head .img {
  width: 1rem;
  height: 0.27rem;
  margin-left: 0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/logohover.png');
  background-position: center;
}
.bgSetting {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.head .navIcon {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url('../img/navIconhover.png');
  border: 1px solid #474747;
  margin-right: 0.2rem;
  background-size: 0.24rem 0.21em;
  border-radius: 0.03rem;
  /* transform: scale(0.5); */
  /* padding: .05rem; */
}
.headImg {
  height: 1.6rem;
  background-image: url('../img/headImg.jpg');
}
.nav {
  margin-top: 0.29rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .btn {
  height: 0.18rem;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 0.18rem;
  color: #666666;
  position: relative;
}
.nav .active {
  color: #425fff;
}
.nav .active::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: #425FFF;
  bottom: -0.1rem;
}
.contentArea {
  margin: 0.29rem 0.2rem;
  padding: 0.2rem;
  background: #ffffff;
  box-shadow: 0px 0.02rem 0.1rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.04rem;
  color: #333333;
}
.contentArea .title {
  text-align: center;
  height: 0.18rem;
  font-size: 0.18rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.18rem;
  margin-bottom: 0.1rem;
}
.contentArea .text {
  word-break: break-all;
  font-size: 0.14rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.21rem;
  margin-bottom: 0.3rem;
}
.contentArea .textLeft {
  text-align: left;
}
.contentArea .secondTitle {
  height: 0.21rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.21rem;
  margin: 0.1rem 0;
}
.last .logo {
  height: 0.56rem;
  width: 1.6rem;
  background-image: url(../img/logo.png);
  margin: 0.1rem auto 0.3rem auto;
  background-size: contain;
}
.last .lastImg {
  height: 1.44rem;
  margin: 0 auto;
  width: 3.55rem;
  background-position: center;
  background-image: url('../img/lastImg.png');
  background-size: contain;
}
.last .ourInfo {
  width: 3.35rem;
  height: 3.12rem;
  margin: 0 auto;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
}
.last .lastText {
  width: 3.35rem;
  height: 0.42rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.21rem;
  margin: 0.2rem auto 0 auto;
}
.animation {
  transition: right 0.5s ease-out;
  -moz-transition: right 0.5s ease-out;
  /* Firefox 4 */
  -webkit-transition: right 0.5s ease-out;
  /* Safari 和 Chrome */
  -o-transition: right 0.5s ease-out;
  /* Opera */
}
.animation2 {
  transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  /* Firefox 4 */
  -webkit-transition: opacity 0.5s linear;
  /* Safari 和 Chrome */
  -o-transition: opacity 0.5s linear;
  /* Opera */
}
.menu {
  width: 3.25rem;
  background: #f4f4f4;
  position: fixed;
  right: -3.25rem;
  top: 0;
  z-index: 200;
  overflow: hidden;
}
.menu .navicon {
  position: absolute;
  top: 0.21rem;
  right: 0.29rem;
  width: 0.24rem;
  height: 0.22rem;
  background-image: url('../img/navIcon.png');
  background-size: contain;
  background-position: center;
}
.menu .backArrowSlimDark20Icon {
  position: absolute;
  top: 0.21rem;
  left: 0.29rem;
  width: 0.24rem;
  height: 0.22rem;
  background-image: url('./../../img/backArrowSlimDark20@2x.png');
  background-size: contain;
  background-position: center;
  z-index: 77;
  display: none;
}
.menu .contain {
  width: 2.65rem;
  height: 0.5rem;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.menu a {
  font-size: 0.16rem;
  text-decoration: none;
  color: #333333;
  margin: 0 auto;
  font-weight: 400;
}
.menu .contain:last-child {
  border-bottom: 1px solid #cccccc;
}
.menu .button {
  width: 1.2rem;
  height: 0.44rem;
  border-radius: 2px;
  border: 1px solid #999999;
  position: absolute;
  left: 1.02rem;
  bottom: 0.3rem;
  text-align: center;
  line-height: 0.44rem;
  font-size: 0.14rem;
  font-weight: 400;
}
.model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 150;
}
