#footer {
  background-color: #F5F7F7;
  position: relative;
  z-index: 100;
}
#footer .join-us {
  width: 100%;
  height: 2.71rem;
}
#footer .join-us h3 {
  width: 100%;
  font-size: 0.25rem;
  color: #fff;
  margin-top: 0.6rem;
  letter-spacing: 3px;
  text-align: center;
}
#footer .join-us .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.36rem;
}
#footer .join-us .btn .register-btn {
  display: block;
  padding: 0.1rem 0.34rem;
  border: 2px solid #fff;
  border-radius: 0.06rem;
  font-size: 0.25rem;
  color: #fff;
  letter-spacing: 3px;
}
#footer .join-us .btn .register-btn:hover {
  color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.7);
}
#footer .footer-wrap {
  /* background-color: #0A1633; */
  padding: 0.84rem 0.5rem 0;
  min-width: 1280px;
  box-sizing: border-box;
}
#footer .footer-wrap > div {
  max-width: 1500px;
  margin: 0 auto;
}
#footer .footer-wrap .footer-top ul {
  display: flex;
  justify-content: space-between;
}
#footer .footer-wrap .footer-top ul li i {
  font-size: 0.5rem;
  color: #fff;
}
#footer .footer-nav em {
  color: #fff;
  font-size: 0.2rem;
  margin-left: 0.1rem;
}
#footer .footer-nav p {
  color: #999;
  font-size: 0.14rem;
  margin-left: 0.1rem;
}
#footer .footer-wrap .footer-middle {
  margin-top: 0.3rem;
  border-top: 2px solid #6E7792;
  /* border-bottom: 2px solid #6E7792; */
  padding: 0.65rem 0 0.42rem;
  display: flex;
}
#footer .footer-wrap .footer-middle .middle-left {
  width: 40%;
}
#footer .footer-wrap .footer-middle .middle-left .qg-logo {
  width: 1.84rem;
  height: 0.41rem;
  background: url('../../image/logo/footer_qg_logo.png') no-repeat;
  background-size: contain;
}
#footer .footer-wrap .footer-middle .middle-left .txt {
  margin-top: 0.2rem;
}
#footer .footer-wrap .footer-middle .middle-left .txt p {
  color: #6E7792;
  font-size: 0.16rem;
}
#footer .footer-wrap .footer-middle .middle-left .line {
  width: 0.56rem;
  height: 0.06rem;
  margin-top: 0.25rem;
}
#footer .footer-wrap .footer-middle .middle-left .line span {
  height: 100%;
  border-radius: 0.03rem;
}
#footer .footer-wrap .footer-middle .middle-left .line span:nth-of-type(1) {
  width: 0.37rem;
}
#footer .footer-wrap .footer-middle .middle-left .line span:nth-of-type(2) {
  width: 0.13rem;
}
#footer .footer-wrap .footer-middle .middle-left .contact {
  margin-top: 0.1rem;
}
#footer .footer-wrap .footer-middle .middle-left .contact ul li {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.2rem;
}
#footer .footer-wrap .footer-middle .middle-left .send {
  margin-top: 0.2rem;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon {
  cursor: pointer;
  position: relative;
  margin-right: 0.37rem;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon i {
  font-size: 0.56rem;
  border-radius: 50%;
  color: #6E7792;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon:hover i {
  background-color: #fff;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon:hover.foot-weibo-icon i {
  color: #E12644;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon:hover.foot-weixin-icon i {
  color: #50B674;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon:hover.foot-qq-icon i,
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon:hover.foot-email-icon i {
  color: #30A5DD;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon .code {
  position: absolute;
  left: 50%;
  top: -1.35rem;
  margin-left: -0.65rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  display: none;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon .code img {
  width: 100%;
  height: 100%;
}
#footer .footer-wrap .footer-middle .middle-left .send .sent-icon .code .triangle {
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  margin-left: -0.05rem;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #fff;
}
#footer .footer-wrap .footer-middle .middle-left .send .foot-weibo-icon:hover .code {
  display: block;
}
#footer .footer-wrap .footer-middle .middle-left .send .foot-weixin-icon:hover .code {
  display: block;
}
#footer .footer-wrap .footer-middle .middle-right {
  width: 60%;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap {
  float: right;
  display: flex;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col {
  margin-top: 0.06rem;
  margin-left: 0.99rem;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col h3 {
  font-size: 0.2rem;
  color: #fff;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col .line {
  width: 0.56rem;
  height: 0.06rem;
  margin-top: 0.19rem;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col .line span {
  height: 100%;
  border-radius: 0.03rem;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col .line span:nth-of-type(1) {
  width: 0.37rem;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col .line span:nth-of-type(2) {
  width: 0.13rem;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col ul li {
  margin-top: 0.28rem;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col ul li a {
  color: #6E7792;
  font-size: 0.16rem;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .footer-wrap .footer-middle .middle-right .col-wrap .col:nth-of-type(1) {
  margin-left: 0;
}
#footer .footer-wrap .footer-middle .middle-right .certification ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer .footer-wrap .footer-middle .middle-right .certification ul li {
  margin-top: 0.64rem;
  margin-left: 0.36rem;
}
#footer .footer-wrap .footer-middle .middle-right .certification ul li img {
  height: 0.44rem;
}
#footer .footer-wrap .footer-middle .middle-right .certification ul li:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
  #footer .footer-wrap .footer-middle {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer-wrap .footer-middle .middle-left {
    width: 100%;
    border-bottom: 1px solid #6E7792;
    padding-bottom: 0.65rem;
  }
  #footer .footer-wrap .footer-middle .middle-right {
    width: 100%;
    border-top: 1px solid #6E7792;
    padding-top: 0.42rem;
  }
  #footer .footer-wrap .footer-middle .middle-right .col-wrap {
    float: left;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer-wrap .footer-middle {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer-wrap .footer-middle .middle-left {
    width: 100%;
    border-bottom: 1px solid #6E7792;
    padding-bottom: 0.65rem;
  }
  #footer .footer-wrap .footer-middle .middle-right {
    width: 100%;
    border-top: 1px solid #6E7792;
    padding-top: 0.42rem;
  }
  #footer .footer-wrap .footer-middle .middle-right .col-wrap {
    float: left;
  }
}
#footer .footer-wrap .footer-bottom {
  padding: 0.3rem 0;
}
#footer .footer-wrap .footer-bottom p {
  color: #6E7792;
  font-size: 0.16rem;
}
/* 右边栏导航 */
#fixed {
  position: fixed;
  bottom: 40%;
  right: 0.15rem;
  z-index: 111;
}
#fixed a {
  width: 0.6rem;
  height: 0-0.65rem;
  display: block;
  margin-top: 0.09rem;
  position: relative;
}
#fixed a:hover i {
  color: #fff;
}
#fixed a i {
  display: block;
  background-color: #fff;
  font-size: 0.4rem;
  padding: 0.1rem;
  border-radius: 0.06rem;
}
#fixed a .code {
  position: absolute;
  left: -1.45rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  display: none;
}
#fixed a .code img {
  width: 100%;
  height: 100%;
}
#fixed a .code .triangle {
  position: absolute;
  right: -0.1rem;
  top: 50%;
  margin-top: -0.05rem;
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.1rem solid #fff;
}
#fixed a .phone {
  position: absolute;
  left: -2.4rem;
  top: 50%;
  z-index: 999999;
  margin-top: -0.2rem;
  width: 2.2rem;
  padding: 0.2rem 0;
  background-color: #fff;
  box-shadow: 0px 0.05rem 0.17rem 1px rgba(73, 188, 189, 0.3);
  display: none;
}
#fixed a .phone p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #8d8d8d;
  letter-spacing: 1px;
}
#fixed a .phone .triangle {
  position: absolute;
  right: -0.1rem;
  top: 50%;
  margin-top: -0.08rem;
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.1rem solid #fff;
}
.certification {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #6E7792;
}
.certification ul {
  display: flex;
}
.certification ul li:not(:nth-last-child(1)) {
  margin-right: 0.2rem;
}
#footer .link-list {
  padding: 0.13rem 0;
  border-bottom: 2px solid #6E7792;
  display: flex;
}
#footer .link-list > i {
  font-size: 0.22rem;
  margin: 0.13rem 0.3rem 0.13rem 0.15rem;
}
#footer .link-list .link-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .link-list .link-item {
  margin: 0.13rem 0;
  margin-right: 0.6rem;
}
#footer .link-list .link-item a {
  transition: all 0.3s;
  color: #6E7792;
  font-size: 0.18rem;
}
#footer .footer-nav {
  display: flex;
  align-items: center;
}
#footer .footer-nav span {
  filter: grayscale(100%);
}
#footer .footer-nav:hover span {
  filter: grayscale(0%);
}
#fixed #qq-outer {
  position: absolute;
  right: calc(100% + 15px);
  top: 0;
  margin-top: 0.09rem;
  display: none;
}
#fixed #qq-outer .qq-title {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url('/static/default-themes/home/image/home-qq/title-bg.png');
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
  padding: 0.35rem;
  white-space: nowrap;
  color: #fff;
  font-size: 0.18rem;
}
#fixed #qq-outer .qq-title::after {
  position: absolute;
  content: '';
  top: 0.2rem;
  right: -15px;
  border: 10px solid transparent;
}
#fixed #qq-outer .qq-inner {
  background-color: #fff;
  border-bottom-left-radius: 0.06rem;
  border-bottom-right-radius: 0.06rem;
  display: flex;
}
#fixed #qq-outer .qq-inner > div {
  padding: 0 0.4rem;
  margin: 0.3rem 0;
}
#fixed #qq-outer .qq-inner .qq-left {
  border-right: 1px solid #d9d8d8;
  width: 350px;
}
#fixed #qq-outer .qq-inner .qq-left > .qg-flex {
  display: flex;
  flex-wrap: wrap;
}
#fixed #qq-outer .qq-inner .qq-left .qq-item {
  display: flex;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 30px;
  align-items: center;
}
#fixed #qq-outer .qq-inner .qq-left .qq-item:nth-child(2n) {
  justify-content: flex-end;
}
#fixed #qq-outer .qq-inner .qq-left .qq-item .qq-icon {
  height: 18px;
  width: 16px;
  margin-right: 5px;
}
#fixed #qq-outer .qq-inner .qq-right * {
  white-space: nowrap;
}
#fixed #qq-outer .qq-inner .qq-right .wechat-icon {
  width: 100px;
  height: 100px;
  border: 1px solid #d9d8d8;
}
#fixed #qq-outer .qq-inner .qq-right strong {
  line-height: 24px;
  font-weight: bold;
}
#fixed #qq-outer .qq-inner .qq-right .qg-flex {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
#fixed #qq-outer .qq-inner .qq-right .qg-flex img {
  height: 16px;
  margin-right: 0.1rem;
}
#fixed #qq-outer .qq-inner .qq-right .qg-flex span {
  line-height: 24px;
}

#fixed .activity-btn img {
  width: 0.6rem;
}
