.footer {
  /* height: 352px; */

  padding-left: 30px;

  /* background-color: #001939; */
  /* background:radial-gradient(circle at left, transparent 10px, red 0) left; */
  /* background:radial-gradient(circle at right, transparent 10px, red 0) right; */
  /* background-repeat: no-repeat; */
  /* background-size: 50% 100%; */
  /* background:radial-gradient (67px at top left,#fff 97px,#001939 100%); */
}
.footer-title {
  margin-bottom: 19px;
  height: 28px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}
.footer a {
  display: block;
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}
.codes-wrap {
  display: flex;
  margin-left: 100px;
}
.qrcode-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.qrcode-wrap div {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.address {
}
.qrcode {
  margin-bottom: 23px;
  width: 127px;
  height: 130px;
}
.qrcode2 {
  width: 127px;
  height: 130px;
}
.small-app-code {
  margin-left: 48px;
}
.tips_title {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.pc-kefu {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.pc-kefu .ress {
  margin-right: 72px;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.pc-kefu img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.reference-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* justify-content: center; */
  flex-wrap: wrap;
  /* padding-left:  8%; */
  margin-top: 16px;
  /* height:35px; */
  font-size: 12px;
  font-family: PingFang;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  /* border-top: 1px solid #E5E5E5; */
  /* text-align: center; */
}
.reference-num a {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
.contact {
  display: flex;
  flex-wrap: wrap;
  margin-right: 100px;
}
.item {
  margin-right: 20px;
}
.address {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  /* text-align: center; */
}
.pc-kefu .ress span,
.address span {
  padding: 0 10px;
}
.foter-page {
  position: absolute;
  right: 0;
  top: 12px;
  display: none;
}
.foter-page p:first-child {
  margin-right: 15px;
}
.foter-page p {
  /* display:; */
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* background: #fff; */
}
.foter-page p img {
  width: 12px;
  height: 12px;
}
.linkList {
  padding-right: 60px;
  /* padding: 10px 0; */
  /* text-align: center; */
  /* margin-left: 110px; */
  /* margin-left: 20%; */
  width: 1319px;
  /* height: 42px; */
  /* overflow: hidden; */
  margin: 0 auto;
  background: #0f1013;
  /* padding-bottom: 15px; */
  /* padding-top: 15px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  color: #fff;
  font-size: 12px;
  /* transform: translate(0px, -32px); */
}
.linkList span {
}
.linkList2 {
  /* padding: 10px 0; */
  /* text-align: center; */
  /* margin-left: 110px; */

  margin-top: 20px;

  align-items: center;
  color: #aaa;
  transform: translate(0px, -32px);
}
.linkList span:first-child {
  border: 0;
  padding: 0;
}
.linkList span {
  padding: 0 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  border-right: 1px solid #7a7b7c;
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  /* line-height: 0px; */
  color: #8099994d;
}
.linkList2 span {
  display: inline-block;
  border-right: 1px solid #7a7b7c;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0px;
  color: #ffffff;
  padding-right: 38px;
  padding-left: 38px;
}

.linkList span > a {
  color: #8099994d;
  font-size: 10px;
}

.linkList span:last-of-type,
.linkList2 span:last-of-type {
  border: 0px;
}

.foot2 a {
  color: #aaa;
}
a {
  text-decoration: none;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .footer {
    /* background:url('../images/home2/foter-bg.png') no-repeat; */
    background: #0f1013;
    background-size: 100% 100%;
    padding: 112px 0 14px 0;
    /* width: 1379px; */
    /* padding-bottom: 25px; */
  }
  .footer-content .footer-logo img {
    margin-bottom: 24px;
    width: 146px;
    /* height: 36px; */
  }
  .footer-content .page-list {
    display: flex;
  }
  .footer-content .page-list a:last-of-type {
    border: 0;
  }
  .footer-content .page-list a:first-child {
    padding-left: 0;
  }
  .footer-content .page-list a {
    margin: 0;
    padding: 0 11px;
    border-right: 1px solid #424345;
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
  }
  .footer-content .footer-pa {
    display: flex;
  }
  .footer-content .footer-phones {
    display: block;
  }
  .footer-content .footer-phones > div:first-child {
    margin-top: 0px;
  }
  .footer-content .footer-phones > div {
    display: flex;
    margin-top: 22px;
  }
  .footer-content .footer-phones .tips_title img {
    margin-right: 5px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
  }
  .footer-content .footer-phones .item:last-of-type {
    margin-left: 5px;
  }
  .footer-content .footer-phones .item {
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
  }
  .footer-address > div:first-child {
    margin-top: 0;
  }
  .footer-address > div {
    margin-top: 22px;
  }
  .footer-address {
    margin-top: 0px;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
  }
  .footer-address img {
    margin-right: 5px;
    width: 13px;
    height: 16px;
    vertical-align: middle;
    object-fit: contain;
  }
  .footer-content .footer-tip {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
  }
  .d-flex {
    align-items: flex-end;
  }
  .footer-bean {
    margin-top: 61px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .small-app-code {
    margin-left: 40px;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer a {
    font-size: 13px;
  }
  .qrcode {
    width: 80px;
    height: 80px;
  }
  /* .qrcode2{
		width:87px;
		height:87px;	
	} */
  .codes-wrap {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.fixed-content {
  display: none;
}
/*屏幕小于767px服务不显示dropdown 改显示collapse*/
@media screen and (max-width: 767px) {
  .fixed-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    display: none;
    align-items: center;
  }
  .fixed-content .clones {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #000;
    font-size: 18px;
    background: #fff;
    /* padding: 0 6px; */
    text-align: center;
    border-radius: 50%;
  }
  .footer {
    /* background: url("../images/home2/foter-bg2.png") no-repeat; */
    background: #0f1013;
    background-size: 100% 100%;
    padding-top: 30px !important;
    padding: 15px !important;
  }
  .footer a {
    height: auto;
  }
  .footer .d-f {
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-top: 4px;
    border-bottom: 1px solid #7b7b7d;
  }
  .footer .accordion-inner {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #7b7b7d;
    padding-bottom: 21px;
    padding-top: 15px;
  }
  .footer .accordion-inner a:last-of-type {
    margin: 0;
  }
  .footer .accordion-inner a {
    margin-bottom: 15px;
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
  }
  .footer .logos {
    width: 104px;
    height: 27px;
    background: url("../imageNew-h5/footer-logo.png") no-repeat;
    background-size: 100% 100%;
  }
  .footer .kefurx {
    padding: 30px 0;
    /* border-top: 1px solid #7b7b7d; */
    border-bottom: 1px solid #7b7b7d;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .kefurx div:first-child p:first-child {
    font-size: 13px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
  }
  .footer .kefurx div:first-child p:nth-child(2) {
    margin: 10px 0;
  }
  .footer .kefurx div:first-child p {
    font-size: 13px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
  }
  .footer .kefurx div:last-of-type {
    display: flex;
  }
  .footer .kefurx div:last-of-type p:first-of-type img {
    margin-right: 26px;
    width: 69px;
    height: 70px;
  }
  .footer .kefurx div:last-of-type p:last-of-type img {
    width: 71px;
    height: 70px;
  }
  .footer .beianhao {
    text-align: center;
    padding: 24px 0 48px 0;
    font-size: 11px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 15px;
  }
  .btn-wrap2 {
    padding-bottom: 40px;
  }
  .d-f {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .d-ss-w {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .codes-wrap {
    margin: 0;
    justify-content: space-between !important;
    width: 100%;
  }
  .ss-row {
    justify-content: space-between !important;
    margin: 0;
  }
  .footer {
    padding: 0;
    padding: 30px;
  }
  .qrcode {
    margin-bottom: 12px;
    width: 80px;
    height: 80px;
  }
  /* .qrcode2{
		width:87px;
		height:87px;	
	} */
  .reference-num {
    padding-bottom: 80px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
  .reference-num a {
    margin: 0 auto;
  }
  .contact {
    color: #fff;
    font-size: 12px;
    margin: 0;
  }
  .contact div {
    margin-top: 15px;
  }
  .codes-wrap {
    margin: 0;
  }
  .d-ss-none {
    display: none !important;
  }
  .d-ss-block {
    display: block !important;
  }
  .small-app-code {
    margin-left: 20px;
  }
}
@media screen and (max-width: 414px) {
  .d-ss-w {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .d-f {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .codes-wrap {
    margin: 0;
    justify-content: space-between !important;
    width: 100%;
  }
  .ss-row {
    justify-content: space-between !important;
    margin: 0;
  }
  .footer {
    padding: 0;
    padding: 30px;
  }
  .qrcode {
    margin-bottom: 12px;
    width: 60px;
    height: 60px;
  }
  /* .qrcode2{
		width:65px;
		height:65px;	
	} */
  .reference-num {
    padding-bottom: 80px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
  .reference-num a {
    margin: 0 auto;
  }
  .contact {
    color: #fff;
    font-size: 12px;
    margin: 0;
  }
  .contact div {
    margin-top: 15px;
  }
  .contact div:first-of-type {
    margin-top: 0 !important;
  }
  .codes-wrap {
    margin: 0;
  }
  .d-ss-none {
    display: none !important;
  }
  .d-ss-block {
    display: block !important;
  }
  .small-app-code {
    margin-left: 20px;
  }
}
