/* 底部 */
.footers {
  padding: 54px 0 0 0;
  background: #050E19;

}

.footer .footer-main {
  width: 1200px;
  padding-bottom: 40px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(105, 115, 132,0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer .main-left dl {
  color: #6B7482;
  text-align: left;
  margin-bottom: 0px;

}

.footer .main-left dl dt {
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: 600; 
  line-height: 20px;
}

.footer .main-left dl dd {
  margin-bottom: 16px; 
  font-size: 12px; 
}
.footer .main-left dl dd span:hover { 
  color: #336DF6; 
}
.footer .main-left dl dd span { 
  color: #6B7482; 
}
.footer-dl-item a{
  color: #888888;
  font-size: 12px;
  text-decoration: none;
}
.footer .main-left .footer-dl-item a:hover {
  color: #fff;
} 
.footer .main-left dl span{
  cursor: pointer;
}

.footer .main-left dl dd.lxfs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footer .main-left dl dd.lxfs img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.footer .main-left dl dd.lxfs span {
  font-size: 20px;
  color: #FFFFFF;
}

.footer .main-left dl dd.nos {
  cursor: text;
}
.footer .main-right{
  text-align: left;
}
.footer .main-right .qrcodeBox {
  margin-top: 18px;
}

.footer .main-right .qrcode {
  float: left;
}
.footer .main-right .qrcode ~ .qrcode {
  margin-left: 32px;
}

.footer .main-right .qrcode img {
  width: 122px;
  height: 122px;
}

.footer .main-right .qrcode p {
  text-align: center;
  color: #7C838E;
  margin-bottom: 0px;
  margin-top: 16px; 
  line-height: 20px;
}

.footer .footer-footer {
  width: 1200px;
  padding: 40px;
  margin: 0 auto;
}

.footer .footer-footer p {
  color: #6B7482;
  font-size: 12px;
}

.footer .footer-footer p img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}

.footer .footer-footer p a {
  text-decoration: none;
  color: #6B7482;
}

.footer-dl-item{
  float: left;
  width: 173px;
}
.footer-dl-item-2{
  width: 177px;
}
.footer-dl-item a{
  color: #888888;
  font-size: 14px;
  text-decoration: none;
}
.footer .main-left .footer-dl-item dd>span:hover{
  color: #336DF6;
}
.footer .main-left .footer-dl-item a:hover {
  color: #336DF6;
}
.footer-dl-item2 {
  width:228px;
  margin-right: 80px;
}
.dl-item2 {
  display: flex;
  max-height: 300px;
}
.dl-item2 .dd-item1 {
  width: 116px; 
}
.footer-dl-item-4{
  width: 138px;
}
.dl-item2 .dd-item1 dd:first-child, .dl-item2 .dd-item2 dd:first-child {
  margin-top: 0;
} 
.footer .main-right .contactBox .tit{
  line-height: 20px;
  font-size: 14px;
  color: #6B7482;
  font-weight: 600;
}

.footer .main-right .contactBox .phone{
  padding-left: 30px;
  margin-top: 16px;
  line-height: 28px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: url(../images/tel_1.png) no-repeat left center / 18px 18px;
  font-family: 'wsfontMedium';
}

.footer .main-right .contactBox .tips{
  margin-top: 12px;
  line-height: 20px;
  font-size: 14px;
  color: #6B7482;
}
.join-container {
    width: 100%;
    background: #2568f2;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.join {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.join-container:after {
    right: 0;
    background: url(//s.yezgea02.com/common/1eqzh.png) no-repeat 50%/contain;
}
    .join .title {
    font-size: 32px;
    color: #fff;
    line-height: 44px;
}
.join button {
    margin-top: 40px;
    width: 184px;
    height: 46px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #2568f2;
    line-height: 22px;
}
.shiyong1 {
width: 260px;
    height: 60px;
    background: #fff;
    opacity: 1;
    border-radius: 2px;
    color: #105cfb;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}