ul,
li,
ol,
li,
a,
p {
  list-style: none;
  margin: 0;
  text-decoration: none;
}

.c_footer {
  width: 1200px;
  margin: 0 auto;
  background: #F5F5F5;
  overflow: hidden;
}

.c_footer .c_footer_content_t {
  margin: 30px 0 0;
  overflow: hidden;
}

.c_footer .c_footer_content_t .c_left {
  width: 65%;
  float: left;
  display: flex;
  justify-content: flex-start;
  border-right: 1px solid #efefef;
  box-sizing: border-box;
}

.c_footer .c_footer_content_t .c_left .item {
  margin: 0 0 0 58px;
  text-align: center;
}

.c_footer .c_footer_content_t .c_left .item p {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}

.c_footer .c_footer_content_t .c_left .item a {
  display: block;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 17px;
  margin-bottom: 4px;
  text-decoration: none;
}

.c_footer .c_footer_content_t .c_right {
  width: 35%;
  float: left;
}

.c_footer .c_footer_content_t .c_right .c_right_top {
  display: flex;
  justify-content: flex-start;
}

.c_footer .c_footer_content_t .c_right .c_right_top .item {
  text-align: center;
  margin-left: 30px;
}

.c_footer .c_footer_content_t .c_right .c_right_top .item img {
  width: 50px;
  height: 50px;
  opacity: 1;
  margin-bottom: 5px;
}

.c_footer .c_footer_content_t .c_right .c_right_top .item p {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}

.c_footer .c_footer_content_t .c_right .c_right_bottom {
  margin-left: 30px;
  margin-top: 17px;
}

.c_footer .c_footer_content_t .c_right .c_right_bottom p {
  height: 12px;
  opacity: 1;
  font-size: 12px;
  font-family: HiraginoSansGB, HiraginoSansGB-W3;
  font-weight: W3;
  text-align: left;
  color: #333333;
  line-height: 18px;
  margin-bottom: 14px;
}

.c_footer .c_footer_content_t .c_right .c_right_bottom p span:nth-child(2n) {
  margin-left: 20px;
}

.c_footer .c_footer_content_b {
  margin-left: 58px;
  margin-bottom: 30px;
}

.c_footer .c_footer_content_b p span,
.c_footer .c_footer_content_b p i,
.c_footer .c_footer_content_b p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: HiraginoSansGB, HiraginoSansGB-W3;
  font-weight: W3;
  text-align: left;
  color: #333333;
  line-height: 18px;
}

.c_footer .c_footer_content_b p span {
  margin-right: 15px;
}

.c_footer .c_footer_content_b p i {
  font-size: 12px;
  font-style: normal;
  margin: 0 5px;
}

.c_footer .c_footer_bar {
  height: 25px;
  opacity: 1;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 25px;
  background: #333;
  letter-spacing: 0.5px;
}
