body {
  --green: #25bbb7;
  --yellow: #ff8433;
}
.banner {
  height: 680px;
  background: #fff;
  position: relative;
}
.banner .banner-item {
  height: 680px;
  position: relative;
}
.banner .banner-item img {
  width: 100%;
  height: 100%;
}
.banner .banner-item .a {
  position: absolute;
  top: 490px;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner-item a {
  background-color: var(--green);
  height: 36px;
  width: 136px;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
.banner .layui-carousel-ind {
  top: -140px;
}
.banner .layui-carousel-ind ul {
  padding: 5px;
  background-color: transparent;
}
.banner .layui-carousel-ind li {
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  border-radius: 0;
}
.banner .form {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: -194px;
}
.banner .form-box {
  width: 1200px;
  height: 262px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 6;
  padding-top: 30px;
}
.banner .layui-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 952px;
  margin: 50px auto;
}
.banner .layui-input-inline {
  background-color: var(--yellow);
  padding: 6px;
  box-sizing: border-box;
}
.banner .submit-btn {
  background-color: var(--green);
  width: 180px;
  height: 50px;
  border-radius: 25px;
  font-size: 17px;
}
.banner .reset-btn {
  display: none;
}
.banner .code-btn {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  width: 140px;
  text-align: center;
}
.banner .code-btn.get {
  cursor: pointer;
}
.banner .code-btn.num {
  cursor: no-drop;
  display: none;
}
.title-box2 {
  text-align: center;
}
.title-box2 h2 {
  font-size: 32px;
  color: #333;
  line-height: 46px;
}
.title-box2 h5 {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 12px;
}
.title-box2 h2 span {
  color: var(--yellow);
}
.mod-1 {
  padding-top: 250px;
}
.mod-1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.mod-1 .item {
  width: 380px;
  height: 260px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.mod-1 .item img {
  width: 153px;
  height: 121px;
}
.mod-1 .item .name {
  font-size: 19px;
  text-align: center;
  margin-top: 40px;
}
.mod-1 .item .mask {
  position: absolute;
  left: 0;
  top: 252px;
  width: 380px;
  height: 260px;
  background-image: url("../images/renovation/mod-1-bg.png");
  background-size: cover;
  transition: all 0.5s ease;
}
.mod-1 .item .mask p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.mod-1 .item .mask a {
  background-color: var(--yellow);
  height: 36px;
  width: 136px;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 50px auto;
}
.mod-1 .item:hover .mask {
  top: 0;
}
.mod-2 {
  padding: 90px 0;
}
.mod-2 .item {
  height: 90px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  border: 1px solid var(--green);
  border-radius: 6px;
}
.mod-2 .item .label {
  background: linear-gradient(103deg, #25bbb7 1%, #5fe4c6 100%);
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 6px;
  line-height: 90px;
}
.mod-2 .item .value {
  padding-left: 230px;
  line-height: 90px;
  font-size: 28px;
  color: var(--yellow);
}
.mod-2 .item .value span {
  padding-left: 40px;
  font-size: 19px;
  color: #666666;
}
.mod-2 .item .mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 187, 183, 0.8);
  transition: all 0.3s ease-in;
}
.mod-2 .item span {
  padding-left: 250px;
  line-height: 90px;
  font-size: 28px;
  color: #fff;
}
.mod-2 .item .mask a {
  background-color: var(--yellow);
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  line-height: 90px;
}
.mod-2 .item:hover .mask {
  opacity: 1;
}
.mod-3 {
  background-color: #f7f9fa;
  padding-top: 90px;
  padding-bottom: 60px;
}
.mod-3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.mod-3 .item {
  display: block;
  width: 380px;
  height: 270px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  background-size: cover;
}
.mod-3 .item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 42px;
}
.mod-4 {
  padding-top: 30px;
  height: 854px;
  background-image: url("../images/renovation/mod-4-bg.png");
  background-size: cover;
}
.mod-4 .left {
  width: 626px;
}
.mod-4 .content {
  padding-top: 80px;
}
.mod-4 .left h5 {
  font-size: 25px;
  margin-bottom: 30px;
  position: relative;
}
.mod-4 .left h5::after {
  content: "";
  width: 46px;
  height: 5px;
  background-color: var(--yellow);
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod-4 .left p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-top: 12px;
  text-indent: 34px;
}
.mod-4 .left .icons {
  display: flex;
  margin-top: 66px;
}
.mod-4 .left .icons-item {
  width: 125px;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #666;
}
.mod-4 .left .icons-item .icon {
  width: 36px;
  height: 34px;
  background-image: url("../images/renovation/mod-4-icon.png");
  background-size: cover;
  transition: all 0.3s;
}
.mod-4 .left .icons-item span {
  font-size: 13px;
  margin-top: 12px;
}
.mod-4 .left .icons-item:hover {
  background-color: var(--green);
  color: #fff;
}
.mod-4 .left .icons-item:hover .icon {
  background-image: url("../images/renovation/mod-4-icon2.png");
}
.mod-4 .right {
  width: 470px;
  position: relative;
}
.mod-4 .right .bg {
  height: 576px;
  background-color: var(--green);
  opacity: 0.5;
}
.mod-4 .right img {
  width: 470px;
  height: 520px;
  position: absolute;
  top: -20px;
  left: -48px;
}
.mod-5 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.mod-5 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.mod-5 .item {
  display: block;
  width: 380px;
  height: 320px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  border-radius: 20px;
  box-shadow: 5px 10px 9px 0px rgba(0, 0, 0, 0.2);
}
.mod-5 .item img {
  width: 380px;
  height: 200px;
}
.mod-5 .item .title {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 17px;
  line-height: 25px;
  padding: 0 16px;
  margin-top: 20px;
}
.mod-5 .item .time {
  color: #666;
  font-size: 13px;
  line-height: 25px;
  padding: 0 16px;
  margin-top: 10px;
}
.renovation-ad {
  width: 620px;
  height: 640px;
  position: relative;
}
.renovation-ad img {
  width: 100%;
  height: 100%;
}
.renovation-ad .close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 60px;
  right: 76px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.layui-layer {
  background: transparent !important;
  box-shadow: none !important;
}
