.fixedRight {

  position: fixed;

  right: 0;

  top: 49%;

  width: 68px;

  display: flex;

  flex-direction: column;

  color: #fff;

  text-align: center;

}

.fixedRight a {

  cursor: pointer;

  width: 100%;

  height: 61px;

  background: #454646;

  margin-top: 1px;

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;

  padding: 0 8px;

}

.fixedRight a:hover {

  color: #fff;

}

.fixedRight a p {

  font-size: 9px;

  margin-top: 1px;

}

.fixedRight .kefu {

  background: #D22427;

}

#footer {

  width: 100%;

  background: #3A3939;

}

#footer .footer-info {

  padding: 49px 0 43px;

}

#footer .footer-info .contact {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 30px;

}

#footer .footer-info .contact i {

  width: 59px;

  height: 1px;

  background: #6B5A5B;

}

#footer .footer-info .contact span {

  margin: 0 9px;

  font-size: 27px;

  font-weight: bold;

  color: #F2F2F2;

}

#footer .footer-info .footer-ul {

  display: flex;

  align-items: flex-start;

  justify-content: center;

}

#footer .footer-info .footer-ul .footer-wx {

  text-align: center;

  margin-right: 38px;

}

#footer .footer-info .footer-ul .footer-wx img {

  width: 84px;

  height: 84px;

}

#footer .footer-info .footer-ul .footer-wx p {

  margin: 14px 0 0;

  color: #E4E4E4;

  font-size: 14px;/**/

}

#footer .footer-info .footer-ul .footer-aliyun {

  width: 224px;

  text-align: center;

  margin-right: 43px;

  font-size: 12px;

}

#footer .footer-info .footer-ul .footer-aliyun img {

  width: 84px;

  height: 84px;

}

#footer .footer-info .footer-ul .footer-aliyun p {

  margin: 14px 0 0;

  color: #E4E4E4;

  font-size: 14px;

}

#footer .footer-info .footer-ul .footer-list {

  width: 143px;

  display: flex;

  flex-direction: column;

  color: #E4E4E4;

  font-size: 16px;

  /*padding-right: 43px;*/

  margin-right: 30px;

  position: relative;

}

#footer .footer-info .footer-ul .footer-list::after {

  content: '';

  position: absolute;

  right: 0;

  top: 20%;

  width: 1px;

  height: 64px;

  background: #fff;

  opacity: 0.3;

}

#footer .footer-info .footer-ul .footer-list a {

  margin-bottom: 13px;

}

#footer .footer-info .footer-ul .footer-list a:hover {

  color: #E4E4E4;

  text-decoration: underline;

}

#footer .footer-info .footer-ul .footer-addr {

  color: #E4E4E4;

  font-size: 14px;

}

#footer .footer-info .footer-ul .footer-addr p {

  margin: 0 0 13px;

}

#footer .footer-info .footer-ul .footer-addr i {

  margin-right: 7px;

  font-size: 28px;

}

#footer .footer-copyright {

  width: 100%;

  height: 48px;

  line-height: 48px;

  background: #1B1B1B;

  text-align: center;

  color: #E4E4E4;

  font-size: 14px;

}

