.main-box .footer {
  height: 363px;
  background-color: var(--main-color);
  margin-bottom: 75px;
}
.main-box .footer .footer-top {
  height: 300px;
  border-bottom: 1px solid #9fe1e3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-box .footer .footer-top .footer-content {
  width: 1180px;
  height: 200px;
  display: flex
                ;
}
.main-box .footer .footer-top .footer-content .footer-con-left {
  width: 355px;
  height: 200px;
  border-right: 1px solid #9fe1e3;
  line-height: 200px;
}
.main-box .footer .footer-top .footer-content .footer-con-center {
  width: 354px;
  padding-top: 16px;
  padding-left: 82px;
  border-right: 1px solid #9fe1e3;
}
.main-box .footer .footer-top .footer-content .footer-con-center p {
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 13px;
  margin-top: 3px;
}
.main-box .footer .footer-top .footer-content .footer-con-center p a {
  color: #fff;
}
.main-box .footer .footer-top .footer-content .footer-con-center p:nth-of-type(1) {
  height: 17px;
  line-height: 17px;
  font-size: 17px;
  margin-bottom: 20px;
}
.main-box .footer .footer-top .footer-content .footer-con-center .footer-button a {
  display: inline-block;
  width: 106px;
  height: 40px;
  font-size: 17px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.main-box .footer .footer-top .footer-content .footer-con-center .footer-button a:nth-of-type(1) {
  background-color: #ef9844;
}
.main-box .footer .footer-top .footer-content .footer-con-right {
  width: 306px;
  padding-left: 80px;
}
.main-box .footer .footer-top .footer-content .footer-con-right p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}
.main-box .footer .footer-top .footer-content .footer-con-right .kqmttp {
  display: flex;
  justify-content: space-between;
}
.main-box .footer .footer-bottom {
  width: 1180px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
.main-box .footer .footer-bottom p a {
  color: #fff;
}
.main-box .footer .footer-bottom p a:hover {
  color: #000;
}
.main-box .dhbd-box {
  width: 100%;
  height: 75px;
  background-color: #34a5a8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  z-index: 9999;
}
.main-box .dhbd-box .dhbd {
  width: 1180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-box .dhbd-box .dhbd .dhbd-left {
  text-align: center;
}
.main-box .dhbd-box .dhbd .dhbd-left span {
  font-size: 18px;
  color: #fff;
}
.main-box .dhbd-box .dhbd .dhbd-left p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.main-box .dhbd-box .dhbd .dhbd-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-box .dhbd-box .dhbd .dhbd-con input {
  width: 276px;
  height: 46px;
  border: 1px solid #999999;
  font-size: 18px;
  text-indent: 10px;
}
.main-box .dhbd-box .dhbd .dhbd-con a {
  display: block;
  width: 162px;
  height: 46px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
}
.main-box .dhbd-box .dhbd .dhbd-con a:nth-of-type(1) {
  background-color: #6fc3e4;
}
.main-box .dhbd-box .dhbd .dhbd-con a:nth-of-type(2) {
  background-color: #ef9844;
}
.main-box .dhbd-box .dhbd .dhbd-right {
  text-align: center;
}
.main-box .dhbd-box .dhbd .dhbd-right span {
  font-size: 18px;
  color: #fff;
}
.main-box .dhbd-box .dhbd .dhbd-right p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
