.footer > div {
  min-width: 1200px;
}
.footer > div:first-child {
  height: 60px;
  background: #E8E8E8;
}
.footer > div:nth-child(2) {
  height: 300px;
  background: #F2F2F2;
}
.footer .tip {
  width: 1200px;
}
.footer .tip img {
  width: 40px;
  margin-right:12px;
}
.footer .tip p {
  font-size: 14px;
}
.footer-msg {
  width: 1200px;
  height: 238px;
}
.footer-msg .call {
  width: 300px;
  border-right: 1px solid #c4c4c4;
}
.footer-msg .call > p:nth-child(1) {
  color: #777;
  font-size: 14px;
}
.footer-msg .call > p:nth-child(2) {
  color: #181818;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
}
.footer-msg .call .code {
  margin-top: 24px;
}
.footer-msg .call .code>p:first-child{
  margin-right:40px;
}
.footer-msg .call .code img {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.footer-msg .call .code span {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.footer-msg ul {
  flex: 1;
  width: 0;
}
.footer-msg ul li p {
  font-size: 12px;
  color: #181818;
  font-weight: 600;
  margin-bottom:20px;
}
.footer-msg ul li a:hover {
  color: #0262F3;
}
.footer-msg ul li a {
  margin:14px 0 6px;
  display: block;
  font-size: 12px;
  color: #6f6f6f;
}
.jurisdiction{
  background: #e8e8e8;
  flex-direction: column;
  padding:6px 0;
  font-size: 12px;
  color:#333;
  line-height: 20px;
}
.jurisdiction a{
  color:#333;
}
