footer {
  /* height: 228px; */
  width: 100%;
  min-width: 1300px;
  height: auto;
  background: url(../image/footer_bg.png) no-repeat 100%;
  background-size: cover;
  /* display: flex; */
  /* justify-content: center; */
}

.footer_toggle {
  width: 75%;
  max-width: 1180px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_toggle_introduce {
  margin-top: 20px;
  /* margin-right: 100px; */
}

.footer_logo_explain {
  max-width: 420px;
  /*height: 60px;*/
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #80868d;
}

.footer_logo {
  width: 155px;
  height: 50px;
  margin-bottom: 10px;
}

.icon_logo {
  padding: 15px 0;
  display: flex;
  position: relative;
}

.icon_logo .iconfont {
  font-size: 26px;
  margin-right: 20px;
  color: #80868D;
  width: 110px;
  cursor: pointer;
}

.icon_logo .iconfont:hover {
  color: #FFFFFF;
}

.icon_logo .popup {
  display: none;
  position: absolute;
  background-color: #fff;
  bottom: 45px;
  padding: 11px 10px;
  border-radius: 5px;
  font-size: 13px;
  color: #222222;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  width: max-content;
  line-height: 17px;
}

.icon_logo .popup::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  transform: rotate(-45deg);
}

.icon_logo > div:hover .popup {
  display: block;
}

.conf ul li {
  margin-bottom: 20px;
}

.mr-46 {
  margin-right: 46px;
}

.conf ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}

.conf ul li a:hover {
  color: #318FFF;
}

.mt36 {
  margin-top: 36px;
}

.conf_two ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 0px;
  color: #80868d;
}

.conf_two ul li a:hover {
  color: #ffffff;
}

.font_footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}

.mb20 {
  margin-bottom: 20px;
}

.conf_two ul li {
  margin-bottom: 8px;
}

.footer_toggle-center {
  width: 292px;
  margin-top: 20px;
}

.footer_toggle-center > .flex-between {
  margin-bottom: 20px;
}

.footer_toggle-center > .flex-between > a {
  font-size: 16px;
  color: #FFFFFF;
}

.footer_toggle-center > .flex-between > a:hover {
  color: #318FFF;
}

.footer_toggle-center > .flex-between > a:nth-child(1) {
  margin-right: 46px;
}

.footer_toggle-center > .flex-between > a:nth-child(2) {
  margin-right: 42px;
}

.conf_fl {
  display: flex;
}

.code {
  /* margin-top: 50px; */
  margin: 50px 15px 0 15px;
  text-align: center;
  cursor: pointer;
}

.code p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #80868d;
  margin-top:5px;
}

.code img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.code_d {
  display: flex;
}

.relation {
  height: auto;
  background: #151d27;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #80868d;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.relation_a {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* margin: 0 auto; */
  /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}

.relation_a > div {
  margin: 0 15px;
  height: 16px;
  margin-bottom: 12px;
}

.relation_a > div > a {
  color: #80868D;
}

.relation > p {
  /* position: absolute; */
  /* bottom: 20px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

/*  */
.suspension {
  position: fixed;
  z-index: 999999999;
  /* right: 0; */
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  background-color: #fff;
  box-shadow: 0px 3px 10px #e6e8ee;
  border-radius: 4px;
}

.suspension .iconfont {
  font-size: 30px;
}

.suspension > .suspension_logo > img {
  width: 24px;
  height: 24px;
  display: none;
}

.suspension > .suspension_logo {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  z-index: 9000000000;
  cursor: pointer;
  align-items: center;
}

.suspension > .suspension_logo {
  font-size: 12px;
  font-weight: 400;
  line-height: 0px;
  color: #333333;
}

.suspension_logo {
  position: relative;
}

.suspension_logo .wechat {
  position: absolute;
  right: 70px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  box-shadow: 0px 3px 10px #E6E8EE;
  border-radius: 4px;
  display: none;
}

.suspension_logo .wechat > img {
  width: 100%;
  height: 100%;
}

.suspension_logo > img:nth-child(1) {
  display: block;
}

.suspension_logo > img:nth-child(2) {
  display: none;
}

.suspension_logo:hover > img:nth-child(1) {
  display: none;
}

.suspension_logo:hover > img:nth-child(2) {
  display: block;
}

.suspension_logo:hover .wechat {
  display: block;
}

.suspension_logo:active {
  background: #EEEEEE;
}

#scoll_btn {
  color: #B5B7BC;
}

#scoll_btn:hover {
  background: #F8F9FB;
  color: #DCDCDC;
}

#scoll_btn:active {
  background: #EEEEEE;
  color: #8E8F92;
}

.previewImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19891016;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.previewImg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
