.HouseRemark {
  padding-top: 78px;
}

.activeNav {
  color: #0c624f;
}

.first {
  width: 100%;
  height: 671px;
  background: url("../img/houseRemark/page-img.png") no-repeat;
  /*background-size: 100% 100%;*/
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
}

.first .titleNav {
  flex-direction: column;
  width: 1200px;
  height: 356px;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.first .bigtitle {
  font-size: 88px;
}

.first .smalltitle {
  margin-top: 40px;
  font-size: 58px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.content .question {
  width: 100%;
  height: 560px;
  background: url("../img/houseRemark/main3.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 100px;
  display: flex;
}

.content .question .q-btn {
  font-size: 29px;
  color: #fff;
  width: 409px;
  height: 60px;
  border-radius: 37px;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  background-color: #0e5342;
  margin-top: 499px;
}

.content .title .big {
  font-size: 48px;
}

.content .remark {
  width: 100%;
  padding: 50px 0;
  background: #0e5342;
}

.content .remark .titleBox {
  position: relative;
  color: #fff;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.content .remark .titleBox .change {
  z-index: 9;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 265px;
}

.content .remark .titleBox .tap {
  width: 700px;
  display: flex;
  justify-content: center;
}

.content .remark .titleBox .tap img {
  width: 50px;
  height: 50px;
}

.content .remark .titleBox .tap .text-mid {
  display: inline-block;
  font-size: 36px;
  text-align: center;
}

.content .remark .titleBox .text-right {
  display: inline-block;
  text-align: center;
}

.content .remark .titleBox .text-left {
  display: inline-block;
  text-align: center;
}

.content .function {
  width: 100%;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content .function .bg1 {
  background: url("../img/houseRemark/li1.png");
  background-position: center;
  background-size: cover;
}

.content .function .bg2 {
  background: url("../img/houseRemark/li2.png");
  background-position: center;
  background-size: cover;
}

.content .function .bg3 {
  background: url("../img/houseRemark/li3.png");
  background-position: center;
  background-size: cover;
}

.content .function .bg4 {
  background: url("../img/houseRemark/li4.png");
  background-position: center;
  background-size: cover;
}

.content .function .item {
  width: 275px;
  height: 390px;
  position: relative;
}

.content .function .item:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .function .item .lebel {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.content .function .item .lebel .item-title {
  font-size: 34px;
  height: 70px;
  line-height: 70px;
  margin-left: 19px;
  margin-right: 19px;
  margin-bottom: 2px;
  border-bottom: 1px solid #ffffff;
}

.content .function .item .lebel ul li {
  font-size: 19px;
  margin-left: 19px;
  margin-top: 10px;
}

.content .signup {
  width: 100%;
  margin-top: 80px;
}

.content .signup .plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 275px;
  height: 390px;
  border-radius: 11px;
  background-image: url("../img/houseRemark/plan-bg.png");
}

.content .signup .plans .photo {
  width: 235px;
  height: 235px;
  border-radius: 50%;
}

.content .signup .plans .photo img {
  width: 100%;
  height: 100%;
}

.content .signup .plans .photo:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .signup .plans .title {
  position: relative;
  top: 40px;
  left: 0px;
  width: 230px;
  height: 100px;
  text-align: center;
  border-radius: 11px;
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
}

.content .signup .plans .title .t1 {
  font-size: 30px;
  line-height: 50px;
}

.content .signup .plans .title .t2 {
  line-height: 50px;
  font-size: 26px;
}

.content .signup .itemLast {
  width: 275px;
  height: 390px;
  background: #0e5342;
  border-radius: 11px;
  position: relative;
}

.content .signup .itemLast .last-tit {
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.content .signup .itemLast .last-input-box {
  background: #fff;
  width: 200px;
  height: 50px;
  border-radius: 11px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.content .signup .itemLast .last-input-box img {
  width: 26px;
  height: 26px;
}

.content .signup .itemLast .last-input-box .icon-inp {
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #dcdcdc;
}

.content .signup .itemLast .last-input-box .mes-inp {
  font-size: 17px;
  width: 130px;
  padding-left: 10px;
  height: 46px;
  border-radius: 11px;
  border: none;
}

.content .signup .itemLast .last-input-box .mes-inp::-webkit-input-placeholder {
  font-size: 17px;
  /* height: 46px; */
  /* line-height: 50px; */
}

.content .signup .itemLast .s-box {
  position: absolute;
  width: 230px;
  height: 100px;
  background: #90cf2f;
  color: #fff;
  bottom: -40px;
  text-align: center;
  left: 25px;
  border-radius: 11px;
  font-size: 30px;
  line-height: 100px;
}

.content .plan {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
}

.content .plan .plan-box1 {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
}

.content .plan .plan-box1 .plan-right {
  width: 585px;
  height: 400px;
  background: url("../img/houseRemark/plan1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content .plan .plan-box1 .plan-right:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .plan .plan-box1 .plan-right .cover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.content .plan .plan-box1 .plan-right .p-title-t {
  font-size: 40px;
  color: #90cf2f;
  width: 100%;
  height: 75px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.content .plan .plan-box1 .plan-right .p-title {
  font-size: 40px;
  color: #90cf2f;
  width: 100%;
  height: 75px;
  text-align: center;
  line-height: 75px;
}

.content .plan .plan-box1 .plan-right .p-left {
  margin-right: 55px;
}

.content .plan .plan-box1 .plan-right li {
  margin-top: 23px;
  font-size: 25px;
}

.content .plan .plan-box1 .plan-left {
  width: 585px;
  height: 400px;
  background: url("../img/houseRemark/plan2.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content .plan .plan-box1 .plan-left:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .plan .plan-box1 .plan-left .cover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.content .plan .plan-box1 .plan-left .p-title-t {
  font-size: 40px;
  color: #90cf2f;
  width: 100%;
  height: 75px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.content .plan .plan-box1 .plan-left .p-title {
  font-size: 40px;
  color: #90cf2f;
  width: 100%;
  height: 75px;
  text-align: center;
  line-height: 75px;
}

.content .plan .plan-box1 .plan-left li {
  margin-top: 23px;
  font-size: 25px;
}

.content .plan .plan-box2 {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
}

.content .plan .plan-box2 .plan-right {
  width: 380px;
  height: 290px;
  background: url("../img/houseRemark/plan3.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content .plan .plan-box2 .plan-right:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .plan .plan-box2 .plan-right .cover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.content .plan .plan-box2 .plan-right li {
  margin-top: 18px;
  font-size: 25px;
}

.content .plan .plan-box2 .plan-right .p-title {
  width: 100%;
  font-size: 40px;
  color: #90cf2f;
  height: 75px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.content .plan .plan-box2 .plan-right .title {
  width: 100%;
  font-size: 40px;
  color: #90cf2f;
  height: 75px;
  text-align: center;
  line-height: 75px;
}

.content .plan .plan-box2 .plan-mid {
  width: 380px;
  height: 290px;
  background: url("../img/houseRemark/plan4.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content .plan .plan-box2 .plan-mid:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .plan .plan-box2 .plan-mid .cover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.content .plan .plan-box2 .plan-mid li {
  margin-top: 18px;
  font-size: 25px;
}

.content .plan .plan-box2 .plan-mid .p-title {
  width: 100%;
  font-size: 40px;
  color: #90cf2f;
  height: 75px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.content .plan .plan-box2 .plan-mid .title {
  width: 100%;
  font-size: 40px;
  color: #90cf2f;
  height: 75px;
  text-align: center;
  line-height: 75px;
}

.content .plan .plan-box2 .plan-left {
  width: 380px;
  height: 290px;
  background: url("../img/houseRemark/plan5.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content .plan .plan-box2 .plan-left:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .plan .plan-box2 .plan-left .cover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.content .plan .plan-box2 .plan-left .p-title {
  width: 100%;
  font-size: 40px;
  color: #90cf2f;
  height: 75px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.content .plan .plan-box2 .plan-left .title {
  width: 100%;
  font-size: 40px;
  color: #90cf2f;
  height: 75px;
  text-align: center;
  line-height: 75px;
}

.content .plan .plan-box2 .plan-left .p-left {
  margin-top: 0px;
  margin-right: 48px;
}

.content .plan .plan-box2 .plan-left li {
  margin-top: 18px;
  font-size: 25px;
}

.content .plan .plan-box2 .plan-left .p-right {
  margin-top: 0px;
}

.content .extend {
  padding-bottom: 80px;
  width: 100%;
  height: 1180px;
  display: flex;
  position: relative;
}

.content .extend .arrow-box {
  position: absolute;
  bottom: 345px;
  left: 570px;
  width: 60px;
  height: 60px;
}

.content .extend .arrow-box .arrow {
  width: 100%;
  height: 100%;
}

.content .extend .left {
  width: 600px;
  height: 100%;
}

.content .extend .left .top {
  padding-top: 70px;
  width: 100%;
  height: 570px;
  width: 585px;
  margin-right: 15px;
  margin-bottom: 20px;
  background: #b6bcc4;
}

.content .extend .left .top img {
  width: 500px;
  height: 400px;
  display: block;
  margin: 0 auto;
}

.content .extend .left .top img:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .extend .left .top .title {
  margin-top: 40px;
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.content .extend .left .extend-bottom {
  font-size: 24px;
  padding: 20px 40px;
  width: 480px;
  height: 400px;
  border: 20px solid #b6bcc4;
  background-color: #fff;
}

.content .extend .right {
  width: 600px;
  height: 100%;
}

.content .extend .right .top {
  padding-top: 70px;
  width: 100%;
  height: 570px;
  width: 585px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: #0e5342;
}

.content .extend .right .top img {
  width: 500px;
  height: 400px;
  display: block;
  margin: 0 auto;
}

.content .extend .right .top img:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .extend .right .top .title {
  margin-top: 40px;
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.content .extend .right .extend-bottom {
  font-size: 24px;
  padding: 20px 40px;
  width: 480px;
  height: 400px;
  border: 20px solid #0e5342;
  background-color: #fff;
}

.content .btn {
  background: #0e5342;
  color: #fff;
  font-size: 40px;
  text-align: center;
  width: 540px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  margin: 0 auto;
}

.content .content7 {
  width: 1200px;
  margin: 0 auto;
  height: 570px;
}

.content .content7 .leftList {
  display: flex;
  flex-wrap: wrap;
  width: 835px;
  height: 100%;
}

.content .content7 .leftList .item {
  width: 417px;
  height: 285px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content .content7 .leftList .item:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .content7 .rightPic {
  width: 365px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content .content7 .rightPic:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}

.content .end {
  width: 100%;
  height: 700px;
  font-size: 58px;
  color: #fff;
  background: url("../img/houseRemark/end.png");
  background-size: 100% 100%;
}

.content .end .title {
  padding-top: 110px;
  text-align: center;
}

.content .end ul {
  height: 400px;
  padding: 30px 100px 130px 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .end ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
}

.content .bottom-contact {
  width: 1200px;
  height: 112px;
  color: #ffffff;
  background: #1e1e1e;
  box-sizing: border-box;
  margin: 30px auto;
}

.content .bottom-contact .contact-img {
  width: 138px;
  height: 112px;
  margin: 0 5px;
}

.content .bottom-contact .contact-img img {
  width: 100%;
  height: 100%;
}

.content .bottom-contact .text li {
  width: 96px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  margin-left: 20px;
}

.content .bottom-contact .cont img {
  width: 22px;
  height: 19px;
  margin: 0 20px;
}

.content .bottom-contact .cont .btns ::v-deep .el-radio-group {
  margin: 0 40px;
}

.content .bottom-contact .cont .btns ::v-deep .el-radio-button__inner {
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 19px;
  background: #1e1e1e;
  border: none;
  padding: 0px 0px;
}

.content .bottom-contact .cont .btns ::v-deep .el-radio-button__orig-radio:checked+.el-radio-button__inner {
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: -1px 0 0 0 #ffffff;
}

.bottom-contact .btns .hometype {
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.hometypeActive {
  border: 1px solid #fff;
  border-radius: 10px;
}

.content .bottom-contact .btns .input-infor {
  width: 140px;
  height: 56px;
  line-height: 56px;
  border: none;
  border-radius: 10px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #1e1e1e;
  box-sizing: border-box;
  margin: 0px 8px;
  color: #ffffff;
}

.content .bottom-contact .btns input::-webkit-input-placeholder {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

.content .bottom-contact .btns .bg-green {
  width: 140px;
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  margin: 0px 8px;
  font-size: 22px;
  background-color: #0c624f;
  color: #ffffff;
}

.bottom {
  position: relative;
  width: 100%;
  height: 442px;
  background: url("../img/houseRemark/bottom-bg.png");
  margin: 0 auto;
}

.bottom .bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(30, 30, 30, 0.7);
}

.bottom .bg-cover .bottom-image {
  width: 454px;
  height: 321px;
  margin-right: 70px;
}

.bottom .bg-cover .bottom-image img {
  width: 100%;
  height: 100%;
}

.bottom .bg-cover .text {
  width: 1000px;
  color: #ffffff;
}

.bottom .bg-cover .text .f78 {
  font-size: 78px;
  line-height: 36px;
  text-align: center;
}

.bottom .bg-cover .text .f44 {
  font-size: 44px;
  text-align: center;
}
.planNum .plan1{
  display: block;
}
.planNum .plan2{
  display: none;
}
.planNum:hover .plan1{
  display: none;
}
.planNum:hover .plan2{
  display: block;
}

/* 尾部开始 */
.footer {
  width: 100%;
  color: #ffffff;
}

.footer .introduce-footer {
  width: 100%;
  align-items: center;
  height: 264px;
  display: flex;
  justify-content: center;
  background: #0B3B30;
}

.footer .introduce-footer .option-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #4C4C4A;
}

.footer .introduce-footer .option-footer .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #EEEEEE;
  font-size: 22px;
}

.footer .introduce-footer .option-footer .center li {
  margin-bottom: 15px;
}

.footer .introduce-footer .option-footer .center .pointer a {
  color: #ffffff;
}

.footer .introduce-footer .option-footer .center .pointer a:hover {
  color: #ffffff !important;
}

.footer .introduce-footer .option-footer .center .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer .introduce-footer .consult-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
}

.footer .introduce-footer .consult-footer .apply-footer {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.footer .introduce-footer .consult-footer .apply-footer .title {
  position: relative;
  width: 300px;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}

.footer .introduce-footer .consult-footer .apply-footer .title .bgwhite {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 144px;
  height: 33px;
  color: #4C4C4A;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  background: #ffffff;
  border-radius: 11px;
}

.footer .introduce-footer .consult-footer .apply-footer ul li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}

.footer .introduce-footer .consult-footer .apply-footer ul li .fon42 {
  font-size: 42px;
  color: #ffffff;
}

.footer .introduce-footer .consult-footer .qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .introduce-footer .consult-footer .qr .qr-img {
  width: 157px;
  height: 188px;
}

.footer .introduce-footer .consult-footer .qr span {
  display: block;
  color: #DEDBDB;
  font-size: 20px;
  margin-top: 15px;
}

.footer .copyright {
  height: 80px;
  width: 100%;
  font-size: 24px;
  color: #EEEEEE;
  background: #042019;
  display: flex;
  justify-content: center;
}

.footer .copyright .copyright-cont {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.footer .copyright .img {
  width: 37px;
  height: 40px;
  margin: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

/* 尾部结束 */