.text-green {
  color: #0e5342;
}
.Case {
  width: 100%;
  padding-top: 78px;
}
.Case .page-img {
  position: relative;
  width: 100%;
  height: 700px;
  background: url("../img/case/page-img.png");
  margin: 0 auto;
  margin-bottom: 47px;
}
.Case .page-img .select {
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 350px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0px;
}
.Case .page-img .select span {
  color: #666666;
  font-size: 24px;
}
/* 类型选择 */
.qubu {
  display: inline-block;
  width:88px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #606266;
}
.Case .page-img .select .items .everyItem {
  display: inline-block;
  width:88px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #606266;
  margin: 0 10px;
}
.Case .page-img .select .items .activeItem {
  width: 88px;
  height: 48px;
  border-radius: 5px;
  font-size: 24px;
  background-color: #13624f;
  color: #ffffff;
}


.Case .page-img ::v-deep .el-radio-button:first-child .el-radio-button__inner {
  border-left: 0px;
  border-radius: 0px;
  border: none;
}
.Case .page-img ::v-deep .el-radio-button__inner {
  font-size: 24px;
  border: none;
  font-weight: 400;
  background: transparent;
}
.Case .page-img ::v-deep .el-radio-button__inner:hover {
  color: #666666;
}
.Case .page-img ::v-deep .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  font-weight: 400;
  fill: #13624f;
  color: #ffffff;
  border-radius: 0.3125rem;
  background-color: #13624f;
  border-color: #13624f;
  box-shadow: -1px 0 0 0 #ffffff;
}
.fgpage {
  padding-top: 50px;
}
.case1 {
  width: 1200px;
}
.case1 .case-title {
  width: 900px;
  text-align: center;
}
.case1 .case-detail {
  width: 300px;
}
.case1 .case-detail .imageList {
  width: 280px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.case1 .case-detail .imageList:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
.case1 .case-detail .name {
  width: 280px;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  color: #1e1e1e;
  border: 1px solid #dcdcdc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lyapply {
  width: 300px;
  margin-top: 50px;
}
.lyapply .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #dcdcdc;
}
.lyapply .submit .title1 {
  font-size: 58px;
}
.lyapply .submit .title2 {
  font-size: 39px;
}
.lyapply .submit input {
  width: 80%;
  height: 50px;
  color: #ffffff;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #0b3b30;
  margin-top: 10px;
  box-sizing: border-box;
  border: none;
}
.lyapply .submit input::-webkit-input-placeholder {
  color: #ffffff;
}
.lyapply .submit .submitbtn {
  width: 80%;
  height: 50px;
  font-size: 28px;
  color: #1e1e1e;
  border-radius: 6px;
  background-color: #dcc9aa;
}
.lyapply .submit .tip {
  display: flex;
  font-size: 19px;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.lyapply .submit .tip .line {
  width: 25px;
  height: 2px;
  border-top: 1px solid #08543f;
  margin: 3px 3px 0px 3px;
}
.pagebtn {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
}
.pagebtn .btn {
  width: 130px;
  height: 45px;
  font-size: 23px;
  line-height: 45px;
  color: #ffffff;
  background-color: #999999;
  margin: auto 35px;
}
.pagebtn .pagesList {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 23px;
}
.pagebtn .page1 {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  background-color: #08543f;
  box-sizing: border-box;
  margin: auto 10px;
}
.pagebtn .page {
  width: 45px;
  height: 45px;
  color: #1e1e1e;
  text-align: center;
  line-height: 45px;
  background-color: #ffffff;
  border: 1px solid #999999;
  box-sizing: border-box;
  margin: auto 10px;
}
.hotsign {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  background-color: #dcc9aa;
}
.hotsign .title {
  color: #ffffff;
  margin: 20px;
}
.hotsign .hotsign-case {
  width: 300px;
  display: inline-block;
}
.hotsign .hotsign-case .image {
  margin: 0 10px;
  height: 240px;
  transform: scale(1);
  transition: all 0.4s;
}
.hotsign .hotsign-case .image img {
  width: 100%;
  height: 100%;
}
.hotsign .hotsign-case .image:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
.hotsign .hotsign-case .name {
  width: 280px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  color: #1e1e1e;
  background-color: #ffffff;
  box-sizing: border-box;
}
.hotsign .more {
  display: flex;
  width: 280px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  background-color: #08543f;
  margin: 20px auto;
}
.signup {
  width: 100%;
  margin-top: 40px;
}
.signup .plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: 420px;
  margin: 10px;
  border-radius: 11px;
  background-image: url("../img/case/plan-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.signup .plan .photo {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.4s;
}
.signup .plan .photo img {
  width: 100%;
  height: 100%;
}
.signup .plan .photo:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
.signup .title {
  position: relative;
  top: 100px;
  left: 0px;
  width: 240px;
  height: 100px;
  text-align: center;
  border-radius: 11px;
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
}
.signup .title .f26 {
  font-size: 26px;
}
.signup .sign-infor {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: 420px;
  border-radius: 11px;
  background-color: #0e5342;
  margin-top: 10px;
}
.signup .sign-infor .sign-title {
  font-size: 28px;
  color: #ffffff;
  margin: 35px auto;
}
.signup .sign-infor .infor {
  width: 240px;
  height: 80px;
  border-radius: 11px;
  background-color: #ffffff;
}
.signup .sign-infor .infor img {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #dcdcdc;
}
.signup .sign-infor .infor input {
  width: 170px;
  height: 30px;
  line-height: 30px;
  color: #676767;
  border-left: 1px solid #dcdcdc;
  padding-left: 12px;
  border: none;
}
.signup .sign-infor .infor input::-webkit-input-placeholder {
  font-size: 22px;
  color: #676767;
}
.signup .sign-infor .sign-infor-title {
  position: relative;
  top: 70px;
  left: 0px;
  width: 240px;
  height: 100px;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
  border-radius: 11px;
  background: #90cf2f;
}
.signup .sign-infor .sign-infor-title .f36 {
  font-size: 30px;
}
.process {
  width: 100%;
  flex-direction: column;
  margin-top: 120px;
}
.process .title {
  font-size: 48px;
  color: #1e1e1e;
}
.process .logo {
  width: 100%;
  height: 25px;
  margin: 25px auto;
}
.process .logo .line {
  width: 85px;
  height: 3px;
  border-bottom: 1px solid #999999;
}
.process .logo img {
  width: 25px;
  height: 25px;
  margin: 0 20px;
}
.process .btn {
  width: 538px;
  height: 82px;
  color: #ffffff;
  border-radius: 41px;
  background-color: #0e5342;
  margin: 50px auto;
}
.process .process-img {
  width: 1200px;
}
.process .process-img .proCenter{
  width: 150px;
  text-align: center;
}
.process .process-img img {
  width: 120px;
  height: 120px;
}
.process .process-img .text {
  text-align: center;
  color: #666666;
  font-size: 36px;
  margin-top: 10px;
}
.process .process-img .next img {
  width: 23px;
  height: 23px;
}
.brand-introduce {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.brand-introduce .title {
  color: #1e1e1e;
  font-size: 48px;
  text-align: center;
}
.brand-introduce .logo {
  width: 100%;
  height: 25px;
  margin: 25px auto;
}
.brand-introduce .logo .line {
  width: 85px;
  height: 3px;
  border-bottom: 1px solid #999999;
}
.brand-introduce .logo img {
  width: 25px;
  height: 25px;
  margin: 0 20px;
}
.brand-introduce .cont .text {
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.brand-introduce .cont .text .text1 {
  color: #ffffff;
  font-size: 42px;
  text-align: center;
}
.brand-introduce .cont .cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.35);
}
.brand-introduce .cont .cont-l .bg1 {
  position: relative;
  flex-direction: column;
  width: 360px;
  height: 364px;
  background-image: url("../img/case/1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-introduce .cont .cont-l .bg2 {
  position: relative;
  flex-direction: column;
  width: 360px;
  height: 364px;
  background-image: url("../img/case/2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-introduce .cont .bg1:hover,
.brand-introduce .cont .bg2:hover {
  transform: scale(1.03);
  transition: all 0.4s;
}
.brand-introduce .cont .bg1:hover .cover,
.brand-introduce .cont .bg2:hover .cover {
  display: block;
}
.brand-introduce .cont .cont-r {
  width: 830px;
}
.brand-introduce .cont .cont-r .cont-r-t {
  width: 100%;
}
.brand-introduce .cont .cont-r .cont-r-t .cont-r-t-l .bg3 {
  position: relative;
  flex-direction: column;
  width: 350px;
  height: 500px;
  background-image: url("../img/case/3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-introduce .cont .cont-r .cont-r-t .cont-r-t-r .bg4 {
  position: relative;
  flex-direction: column;
  width: 467px;
  height: 240px;
  background-image: url("../img/case/4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-introduce .cont .cont-r .cont-r-t .cont-r-t-r .bg5 {
  position: relative;
  flex-direction: column;
  width: 467px;
  height: 250px;
  background-image: url("../img/case/5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-introduce .cont .cont-r .cont-r-b .bg6 {
  position: relative;
  flex-direction: column;
  width: 830px;
  height: 230px;
  background-image: url("../img/case/6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-introduce .cont .cont-r .bg3:hover,
.brand-introduce .cont .cont-r .bg4:hover,
.brand-introduce .cont .cont-r .bg5:hover,
.brand-introduce .cont .cont-r .bg6:hover {
  transform: scale(1.03);
  transition: all 0.4s;
}
.brand-introduce .cont .cont-r .bg3:hover .cover,
.brand-introduce .cont .cont-r .bg4:hover .cover,
.brand-introduce .cont .cont-r .bg5:hover .cover,
.brand-introduce .cont .cont-r .bg6:hover .cover {
  display: block;
}
/* 联系方式 */
.bottom-contact {
  width: 1200px;
  height: 112px;
  color: #ffffff;
  background: #1e1e1e;
  box-sizing: border-box;
  margin: 30px auto;
}
 .bottom-contact .contact-img {
  width: 138px;
  height: 112px;
  margin: 0 5px;
}
 .bottom-contact .contact-img img {
  width: 100%;
  height: 100%;
}
 .bottom-contact .text li {
  width: 96px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  margin-left: 20px;
}
 .bottom-contact .cont img {
  width: 22px;
  height: 19px;
  margin: 0 20px;
}
 .bottom-contact .cont .btns ::v-deep .el-radio-group {
  margin: 0 40px;
}
 .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;
}
 .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 .cont .btns .hometype {
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.hometypeActive{
  border: 1px solid #fff;
  border-radius: 10px;
}
 .bottom-contact .cont .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;
}
.bottom-contact .cont .btns input::-webkit-input-placeholder {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.bottom-contact .cont .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;
}
  /* 尾部开始 */
  .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;
  }

  /* 尾部结束 */
