.footer {
  width: 100%;
  background-color: #333333;
  color: #999999;
  display: flex;
  justify-content: center;
  padding: 30px 0 25px;
}

.footer .main {
  width: 1200px;
  display: flex;
}

.footer .main .left-wrapper {
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.footer .main .left-wrapper ul.footer-box li {
  padding: 10px 0;
  font-size: 14px;
}

.footer .main .left-wrapper ul.footer-box li.title {
  color: #ffffff;
  font-size: 18px;
  padding: 30px 0 20px;
}

.footer .main .left-wrapper ul.footer-box li.line {
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
}

.footer .main .right-wrapper {
  margin-left: 100px;
}

.footer .main .right-wrapper .connect {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer .main .right-wrapper .connect .connect-type .title {
  color: #ffffff;
  font-size: 18px;
  padding: 30px 0 20px;
}

.footer .main .right-wrapper .connect .connect-type span.line {
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
}

.footer .main .right-wrapper .connect .connect-type .phone {
  color: #999999;
  font-size: 14px;
}

.footer .main .right-wrapper .connect .connect-type .phone i.tell-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/dh@2x.png") no-repeat center;
  background-size: 100% 100%;
  margin: auto 8px;
}

.footer .main .right-wrapper .connect .connect-type .tell-num {
  color: #ED1731;
  font-size: 24px;
  margin-top: 15px;
}

.footer .main .right-wrapper .connect .code {
  padding-top: 30px;
}

.footer .main .right-wrapper .connect .code .code-img {
  display: block;
  width: 106px;
  height: 106px;
  background: url("../images/ewm@2x.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 10px;
}

.footer .main .right-wrapper .connect .code p {
  color: #999999;
  font-size: 12px;
}

.footer .main .right-wrapper ul.address-wrapper li {
  color: #999999;
  font-size: 12px;
}

.footer .main .right-wrapper ul.address-wrapper li.address-header {
  padding: 15px 0;
  font-size: 14px;
}

.footer .main .right-wrapper ul.address-wrapper li.address-header i.address-icon {
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url("../images/dz@2x.png") no-repeat center;
  background-size: 100% 100%;
  margin: auto 8px;
}

.footer .main .right-wrapper ul.address-wrapper li.address-item {
  padding: 5px 0;
}

.footer .main .right-wrapper button.evaluation {
  width: 145px;
  height: 35px;
  line-height: 35px;
  background-color: #ED1731;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  border-radius: 5px;
  border: none;
}

.Links {
  width: 100%;
  background-color: #222222;
  display: flex;
  justify-content: center;
}

.Links .link-main {
  width: 1100px;
  padding: 10px 0 8px;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 12px;
}

.Links .link-main .links-title {
  width: 200px;
  color: #ffffff;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Links .link-main ul.links-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.Links .link-main ul.links-list li.link {
  padding: 6px 0;
  margin: auto 20px;
}

.copyright {
  width: 100%;
  background-color: #333333;
  color: #999999;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
