@charset "utf-8";

/*尖刀设计的footer*/

.footer-out {
  height: 275px;
}

.footer-page-links, .footer-account-list {
  color: #074f9d;
  font-size: 15px;
}

.footer-link-out {
  height: 187px;
  border-bottom: 1px solid #074f9d;
  overflow: hidden;
}

/*.footer-links {*/
/*  width: 85%;*/
/*}*/

.footer-links ul {
  float: left;
}

.footer-links li {
  cursor: pointer;
}

/*.footer-page-links {*/
/*  width: 53%;*/
/*  min-width: 710px;*/
/*  position: relative;*/
/*  top: 50%;*/
/*  font-weight: bold;*/
/*}*/

.footer-page-links li {
  display: inline-block;
  margin: 0 17px;
}

/*.footer-account-list {*/
/*  width: auto;*/
/*  position: relative;*/
/*  top: 46%;*/
/*  !*margin-left: 8%;*!*/
/*}*/

/*.footer-tel {*/
/*  !*width: 15%;*!*/
/*  float: right !important;*/
/*}*/

/*.footer-tel p {*/
/*  position: relative;*/
/*  top: 50%;*/
/*}*/

.footer-tel a {
  font-size: 15px;
  font-weight: bold;
  color: #074f9d;
}

/*.footer-links, .footer-tel {*/
/*  float: left;*/
/*  height: 100%;*/
/*  position: relative;*/
/*}*/

.footer-account-list li {
  display: inline-block;
  margin-left: 11px;
}

.account-item {
  display: block;
  position: relative;
}

.account-item i {
  cursor: pointer;
}

.footer-account-code {
  display: block;
  position: absolute;
  left: -33px;
  display: none;
}

.show-code {
  display: block !important;
}

/*.footer-link {*/
/*  height: 100%;*/
/*}*/


.copyright-text {
  text-align: center;
  margin-top: 22px;
}

.copyright-text a {
  color: #074f9d;
}

.first-link-a {
  color: #074f9d !important;
}


/*.footer-account {*/
/*  float: left;*/
/*  height: 100%;*/
/*  margin-left: 5.5%;*/
/*}*/






.footer-link {
  height: 100%;

}

/*.footer-links {*/
/*  float: left;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

.footer-account {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  margin-left: -10%;
}

.footer-tel {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;

  margin-right: -10%;
}

.footer-tel p {
  padding-right: 5%;
}

.footer-link {
height: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
min-width: 1400px;
}

.footer-links {
float: left;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

margin-left: -10%;
}
