.devise {
  background: #f5f5f5;
}
.devise .headImg {
  width: 100%;
  height: 29.8rem;
}
.devise .deviseContent {
  display: flex;
  flex-direction: column;
  padding: 5.1rem 3rem 5.9rem 3rem;
}
.required {
  margin-right: .5rem;
  color: red;
}
.houseBox {
  width: 100%;
  height: 81.4rem;
  box-sizing: border-box;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
}
.houseBox .title {
  height: 3.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 1.9rem;
}
.houseBox .boxAll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.houseBox .boxAll .houseItem {
  width: 30rem;
  height: 30rem;
  margin-top: 3rem;
  position: relative;
}
.houseBox .boxAll .houseItem .mainImg {
  width: 30rem;
  height: 30rem;
}
.houseBox .boxAll .houseItem .activeImg {
  display: none;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  right: 2rem;
  top: 2.1rem;
}
.houseBox .boxAll .houseItem .noneImg {
  display: block;
  width: 4.8rem;
  height: 48rem;
  position: absolute;
  right: 2rem;
  top: 2.1rem;
}
.houseBox .boxAll .houseItem.active .activeImg {
  display: block;
}
.houseBox .boxAll .houseItem.active .noneImg {
  display: none;
}

.live {
  width: 100%;
  height: 45.3rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-top: 5rem;
  border-radius: 1rem;
}
.live .title {
  height: 3.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5rem;
}
.live .boxAll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3.9rem;
}
.live .boxAll .liveItem {
  display: flex;
  flex-direction: column;
  width: 12rem;
  position: relative;
}
.live .boxAll .liveItem div {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #1a1a1a;
}
.live .boxAll .liveItem .mainImg {
  width: 12rem;
  height: 12rem;
}
.live .boxAll .liveItem .activeImg {
  display: none;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  right: -1.8rem;
  top: 7.5rem;
}
.live .boxAll .liveItem.active .activeImg {
  display: block;
}
.live .attached {
  display: flex;
  flex-direction: row;
}
.live .attached .attachedItem {
  display: flex;
  flex-direction: row;
  width: 17.8rem;
  height: 6.3rem;
  border: .2rem solid #dddddd;
  border-radius: 3.2rem;
  margin-right: 4rem;
}
.live .attached .attachedItem .activeImg {
  display: none;
  margin-left: 2.6rem;
  margin-top: 1.9rem;
  width: 2.4rem;
  height: 2.4rem;
}
.live .attached .attachedItem .noneImg {
  margin-left: 2.6rem;
  margin-top: 1.9rem;
  width: 2.4rem;
  height: 2.4rem;
}
.live .attached .attachedItem div {
  margin-left: 1.4rem;
  margin-top: .9rem;
  height: 2.9rem;
  font-size: 2.8rem;
  font-weight: 400;
  color: #333333;
}

.live .attached .attachedItem.active .activeImg {
  display: block;
}
.live .attached .attachedItem.active .noneImg {
  display: none;
}

.fitment {
  width: 100%;
  height: 81.4rem;
  box-sizing: border-box;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
}
.fitment .title {
  height: 3.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.fitment .boxAll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fitment .boxAll .houseItem {
  width: 19.1rem;
  height: 19.1rem;
  margin-top: 2.9rem;
  position: relative;
}
.fitment .boxAll .houseItem:nth-child(3n + 1) {
  margin-right: 2.8rem;
}
.fitment .boxAll .houseItem:nth-child(3n + 2) {
  margin-right: 2.8rem;
}
.fitment .boxAll .houseItem .mainImg {
  width: 19.1rem;
  height: 19.1rem;
}
.fitment .boxAll .houseItem .activeImg {
  display: none;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}
.fitment .boxAll .houseItem .noneImg {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}
.fitment .boxAll .houseItem.active .activeImg {
  display: block;
}
.fitment .boxAll .houseItem.active .noneImg {
  display: none;
}
.space {
  margin-top: 4rem;
  width: 100%;
  height: 59.3rem;
  box-sizing: border-box;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
}
.space .title {
  height: 3.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.space .boxAll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.space .boxAll .houseItem {
  width: 19.1rem;
  height: 19.1rem;
  margin-top: 2.9rem;
  position: relative;
}
.space .boxAll .houseItem:nth-child(3n + 1) {
  margin-right: 2.8rem;
}
.space .boxAll .houseItem:nth-child(3n + 2) {
  margin-right: 2.8rem;
}
.space .boxAll .houseItem .mainImg {
  width: 19.1rem;
  height: 19.1rem;
}
.space .boxAll .houseItem .activeImg {
  display: none;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}
.space .boxAll .houseItem .noneImg {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}
.space .boxAll .houseItem.active .activeImg {
  display: block;
}
.space .boxAll .houseItem.active .noneImg {
  display: none;
}
.toilet {
  margin-top: 4rem;
  width: 100%;
  height: 24.6rem;
  box-sizing: border-box;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
}
.toilet .title {
  height: 3.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.toilet .boxAll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.toilet .boxAll .houseItem {
  margin-top: 3rem;
  width: 19.9rem;
  height: 6.2rem;
  border: .1rem solid #eceef0;
  border-radius: 31rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #666666;
  line-height: 6.2rem;
  text-align: center;
}
.toilet .boxAll .houseItem.active {
  border: .1rem solid #ff954b;
  color: #ff6900;
}
.toilet .boxAll div:nth-child(3n + 1) {
  margin-right: 1.6rem;
}
.toilet .boxAll div:nth-child(3n + 2) {
  margin-right: 1.6rem;
}
.other {
  margin-top: 4rem;
  width: 100%;
  height: 33.8rem;
  box-sizing: border-box;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
}
.other .title {
  height: 3.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.other .boxAll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.other .boxAll .houseItem {
  margin-top: 3rem;
  width: 19.9rem;
  height: 6.2rem;
  border: .1rem solid #eceef0;
  border-radius: 3.1rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #666666;
  line-height: 6.2rem;
  text-align: center;
}
.other .boxAll .houseItem.active {
  border: .1rem solid #ff954b;
  color: #ff6900;
}
.other .boxAll div:nth-child(3n + 1) {
  margin-right: 1.6rem;
}
.other .boxAll div:nth-child(3n + 2) {
  margin-right: 1.6rem;
}
.state {
  margin-top: 5rem;
  width: 100%;
  height: 45.2rem;
  box-sizing: border-box;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
}
.state .title {
  height: 3.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5rem;
}
.state .city {
  width: 62.8rem;
  height: 9rem;
  border: none;
  margin: 0 auto;
  border-radius: .6rem;
  background: #fff;
  position: relative;
  border-radius: 1rem;
}
.state .city .citySel {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
  font-weight: 400;
  padding-left: 4.5rem;
  color: #787878;
  border: none;
  background: #f5f5f5;
  border-radius: 1rem;
}
.state .city img {
  position: absolute;
  right: 3.1rem;
  top: 3.6rem;
  width: 3.1rem;
  height: 1.8rem;
}
.state .phone {
  width: 62.8rem;
  height: 9rem;
  border: none;
  margin: 0 auto 2.4rem 0;
  border-radius: .6rem;
  background: #fff;
  position: relative;
  background: #f5f5f5;
  border-radius: 1rem;
}
.state .phone .phoneIpt {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
  font-weight: 400;
  padding-left: 4.5rem;
  color: #787878;
  border: none;
  background: #f5f5f5;
  border-radius: 1rem;
}
.state .onlyOne {
  width: 100%;
  height: 10.8rem;
  display: flex;
  flex-direction: row;
}
.state .onlyOne .leftBox {
  height: 10.8rem;
  display: flex;
  flex-direction: row;
  flex: 1;
}
.state .onlyOne .leftBox .onlyItem {
  margin-top: 4.2rem;
  margin-right: 2.6rem;
  display: flex;
  flex-direction: row;
}
.state .onlyOne .leftBox:nth-child(1) .onlyItem {
  margin-left: 1.4rem;
}
.state .onlyOne .leftBox:nth-child(2) .onlyItem {
  margin-left: 4rem;
}
.state .onlyOne .leftBox .onlyItem .activeImg {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
}
.state .onlyOne .leftBox .onlyItem .noneImg {
  width: 2.4rem;
  height: 2.4rem;
}
.state .onlyOne .leftBox .onlyItem.active .activeImg {
  display: block;
}
.state .onlyOne .leftBox .onlyItem.active .noneImg {
  display: none;
}
.state .onlyOne .leftBox .name {
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: -1rem;
  margin-left: 1.4rem;
}
.state .onlyOne .tips {
  font-size: 2.4rem;
  font-weight: 400;
  color: #999999;
  line-height: 11.2rem;
}
.devise button {
  display: block;
  color: #fff;
  background: #ff6400;
  width: 69rem;
  height: 8.2rem;
  border: none;
  margin: 0 auto;
  border-radius: .6rem;
  margin-top: 5rem;
  border-radius: 1.2rem;
}

.privacyBox {
  margin-top: 2rem;
  font-size: 2.4rem;
}
.privacyBox a {
  margin-left: 1rem;
  color: #999;
}