.box {
  width: 100%;
}

.box .header {
  display: none;
}

.box .header .header-wrap {
  display: none;
}

.box .header .header-wrap .header {
  display: none;
}

.box .headers {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  background-color: #262827;
}

.box .headers .headers-con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .headers .headers-con .headers-left {
  width: 46px;
  height: 25px;
}

.box .headers .headers-con .headers-left img {
  width: 100%;
  height: 100%;
}

.box .headers .headers-con .headers-right {
  display: flex;
  width: 15px;
  height: 15px;
}

.box .headers .headers-con .headers-right img {
  width: 100%;
  height: 100%;
}

.box .cont {
  width: 100%;
}

.box .cont .banner {
  display: none;
}

.box .cont .appbanner {
  width: 100%;
}

.box .cont .appbanner .img {
  width: 100%;
  height: 328px;
}

.box .cont .appbanner .img img {
  width: 100%;
  height: 100%;
}

.box .cont .house-wrap {
  width: 100%;
}

.box .cont .house-wrap .house-title {
  width: 100%;
  margin-top: 30px;
}

.box .cont .house-wrap .house-title h4 {
  font-size: 21px;
  line-height: 25px;
}

.box .cont .house-wrap .house-title .line {
  display: none;
}

.box .cont .house-wrap .classify-wrap {
  width: 100%;
  height: auto;
  margin-top: 10px;
  flex-wrap: wrap;
  padding: 0 35px;
}

.box .cont .house-wrap .classify-wrap .items {
  width: 39.34%;
  height: 88px;
  margin-top: 32px;
}

.box .cont .house-wrap .classify-wrap .items img {
  width: 33px;
  height: 33px;
}

.box .cont .house-wrap .classify-wrap .items .proce {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
}

.box .cont .house-wrap .house {
  display: none;
}

.box .cont .house-wrap .apphouse {
  width: 100%;
  height: 203px;
  padding: 0 9px;
  margin-top: 42px;
}

.box .cont .house-wrap .apphouse img {
  width: 100%;
  height: 100%;
}

.box .cont .main-wrap {
  width: 100%;
}

.box .cont .main-wrap .main-title {
  margin-top: 30px;
}

.box .cont .main-wrap .main-title h4 {
  font-size: 21px;
  line-height: 25px;
}

.box .cont .main-wrap .main-title .line {
  display: none;
}

.box .cont .main-wrap .mode {
  margin-top: 17px;
}

.box .footer {
  width: 100%;
  min-width: 100%;
  height: 52px;
  font-size: 14px;
  padding: 0 80px;
  line-height: 25px;
}
