/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*==== 缩放比例 =====*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 992px) {
  .m-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .m-16 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .m-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .m-12 {
    font-size: 12px;
    line-height: 12px;
  }
}
.flex {
  display: flex;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.hidden {
  display: none !important;
}
.fixBt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#footer {
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .content {
  width: 1234px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1440px) {
  #footer .content {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  #footer .content {
    width: 94%;
  }
}
#footer .content .f-box {
  width: 100%;
}
#footer .content .f-box > ul {
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: self-start;
  padding: 30px 0px;
  border-top: solid 1px rgba(204, 204, 204, 0.36);
  border-bottom: solid 1px rgba(204, 204, 204, 0.36);
}
#footer .content .f-box > ul .social-icon .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  float: right;
  height: 0.6rem;
  width: 0.6rem;
  margin: 0 0.13333333rem;
  background: #e6e6e6;
  border-radius: 2px;
}
#footer .content .f-box > ul .social-icon .tag.qrcode {
  position: relative;
}
#footer .content .f-box > ul .social-icon .tag.qrcode:hover .pc-qrcode {
  display: block;
}
#footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  z-index: 10;
}
#footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode::before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}
#footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode img {
  width: 100%;
  height: 100%;
}
#footer .content .f-box > ul .social-icon .tag i {
  color: #b9b9b9;
  font-size: 22px;
}
#footer .content .f-box > ul > li {
  list-style: none;
}
@media (max-width: 992px) {
  #footer .content .f-box > ul > li {
    margin-bottom: 15px;
  }
  #footer .content .f-box > ul > li:first-child {
    padding-top: 100px;
  }
  #footer .content .f-box > ul > li:last-child {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #footer .content .f-box > ul > li:last-child ul > .tag {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .content .f-box > ul > li ul {
  font-size: 20px;
}
@media (max-width: 1680px) {
  #footer .content .f-box > ul > li ul {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  #footer .content .f-box > ul > li ul {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #footer .content .f-box > ul > li ul {
    font-size: 14px;
  }
}
#footer .content .f-box > ul > li ul li {
  list-style: none;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  color: #999;
}
#footer .content .f-box > ul > li ul li a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
#footer .content .f-box > ul > li ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  #footer .content .f-box > ul > li ul li {
    display: inline-block;
  }
  #footer .content .f-box > ul > li ul li ul a {
    padding: 0px 5px;
    border-left: solid 1px #eee;
  }
  #footer .content .f-box > ul > li ul li.block-li {
    display: block;
  }
  #footer .content .f-box > ul > li ul li.first-child ul a {
    border-left: 0;
    padding-left: 0;
  }
}
#footer .content .f-box > ul > li ul .tag {
  height: 2px;
  background: #f5f5f5;
  width: 1.2em;
  margin: 0.75em 0;
}
#footer .content .f-box > ul > li ul li:first-child {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  color: #b9b9b9;
  margin: 0;
}
#footer .content .f-box > ul > li ul li:first-child > a {
  font-size: 16px;
}
@media (max-width: 1680px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1440px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1200px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
}
#footer .content .f-box > ul > li ul li:first-child a {
  color: #fff;
  text-decoration: none;
}
#footer .content .f-box > ul > li ul li:first-child a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  #footer .content .f-box > ul {
    flex-direction: column;
    position: relative;
  }
  #footer .content .f-box > ul .social-icon {
    display: flex;
    justify-content: center;
  }
  #footer .content .f-box > ul .social-icon .tag {
    float: none;
  }
}
#footer .content .f-box .icp-box {
  text-align: center;
  padding: 24px 10px;
  color: rgba(73, 73, 73, 0.49);
  font-size: 14px;
}
#footer .content .f-box .icp-box a {
  color: rgba(73, 73, 73, 0.49);
}
@media (max-width: 1680px) {
  .fixBt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #footer {
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .content {
    width: 1234px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer .content .f-box {
    width: 100%;
  }
  #footer .content .f-box > ul {
    width: 100%;
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-start;
    padding: 30px 0px;
    border-top: solid 1px rgba(204, 204, 204, 0.36);
    border-bottom: solid 1px rgba(204, 204, 204, 0.36);
  }
  #footer .content .f-box > ul .social-icon .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.13333333rem;
    background: #e6e6e6;
    border-radius: 2px;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode {
    position: relative;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode:hover .pc-qrcode {
    display: block;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    z-index: 10;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode::before {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode img {
    width: 100%;
    height: 100%;
  }
  #footer .content .f-box > ul .social-icon .tag i {
    color: #b9b9b9;
    font-size: 22px;
  }
  #footer .content .f-box > ul > li {
    list-style: none;
  }
  #footer .content .f-box > ul > li ul {
    font-size: 20px;
  }
  #footer .content .f-box > ul > li ul li {
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #999;
  }
  #footer .content .f-box > ul > li ul li a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
  }
  #footer .content .f-box > ul > li ul li a:hover {
    text-decoration: underline;
  }
  #footer .content .f-box > ul > li ul .tag {
    height: 2px;
    background: #f5f5f5;
    width: 1.2em;
    margin: 0.75em 0;
  }
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    color: #b9b9b9;
    margin: 0;
  }
  #footer .content .f-box > ul > li ul li:first-child > a {
    font-size: 16px;
  }
  #footer .content .f-box > ul > li ul li:first-child a {
    color: #fff;
    text-decoration: none;
  }
  #footer .content .f-box > ul > li ul li:first-child a:hover {
    text-decoration: underline;
  }
  #footer .content .f-box .icp-box {
    text-align: center;
    padding: 24px 10px;
    color: rgba(73, 73, 73, 0.49);
    font-size: 14px;
  }
  #footer .content .f-box .icp-box a {
    color: rgba(73, 73, 73, 0.49);
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #footer .content {
    width: 90%;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #footer .content {
    width: 94%;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #footer .content .f-box > ul > li {
    margin-bottom: 15px;
  }
  #footer .content .f-box > ul > li:first-child {
    padding-top: 100px;
  }
  #footer .content .f-box > ul > li:last-child {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #footer .content .f-box > ul > li:last-child ul > .tag {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1680px) and (max-width: 1680px) {
  #footer .content .f-box > ul > li ul {
    font-size: 18px;
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #footer .content .f-box > ul > li ul {
    font-size: 16px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #footer .content .f-box > ul > li ul {
    font-size: 14px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #footer .content .f-box > ul > li ul li {
    display: inline-block;
  }
  #footer .content .f-box > ul > li ul li ul a {
    padding: 0px 5px;
    border-left: solid 1px #eee;
  }
  #footer .content .f-box > ul > li ul li.block-li {
    display: block;
  }
  #footer .content .f-box > ul > li ul li.first-child ul a {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1680px) and (max-width: 1680px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #footer .content .f-box > ul {
    flex-direction: column;
    position: relative;
  }
  #footer .content .f-box > ul .social-icon {
    display: flex;
    justify-content: center;
  }
  #footer .content .f-box > ul .social-icon .tag {
    float: none;
  }
}
@media (max-width: 1440px) {
  .fixBt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #footer {
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .content {
    width: 1057.71428571px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer .content .f-box {
    width: 100%;
  }
  #footer .content .f-box > ul {
    width: 100%;
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-start;
    padding: 30px 0px;
    border-top: solid 1px rgba(204, 204, 204, 0.36);
    border-bottom: solid 1px rgba(204, 204, 204, 0.36);
  }
  #footer .content .f-box > ul .social-icon .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.13333333rem;
    background: #e6e6e6;
    border-radius: 2px;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode {
    position: relative;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode:hover .pc-qrcode {
    display: block;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    z-index: 10;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode::before {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode img {
    width: 100%;
    height: 100%;
  }
  #footer .content .f-box > ul .social-icon .tag i {
    color: #b9b9b9;
    font-size: 22px;
  }
  #footer .content .f-box > ul > li {
    list-style: none;
  }
  #footer .content .f-box > ul > li ul {
    font-size: 20px;
  }
  #footer .content .f-box > ul > li ul li {
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #999;
  }
  #footer .content .f-box > ul > li ul li a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
  }
  #footer .content .f-box > ul > li ul li a:hover {
    text-decoration: underline;
  }
  #footer .content .f-box > ul > li ul .tag {
    height: 2px;
    background: #f5f5f5;
    width: 1.2em;
    margin: 0.75em 0;
  }
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    color: #b9b9b9;
    margin: 0;
  }
  #footer .content .f-box > ul > li ul li:first-child > a {
    font-size: 16px;
  }
  #footer .content .f-box > ul > li ul li:first-child a {
    color: #fff;
    text-decoration: none;
  }
  #footer .content .f-box > ul > li ul li:first-child a:hover {
    text-decoration: underline;
  }
  #footer .content .f-box .icp-box {
    text-align: center;
    padding: 24px 10px;
    color: rgba(73, 73, 73, 0.49);
    font-size: 14px;
  }
  #footer .content .f-box .icp-box a {
    color: rgba(73, 73, 73, 0.49);
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #footer .content {
    width: 90%;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #footer .content {
    width: 94%;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #footer .content .f-box > ul > li {
    margin-bottom: 15px;
  }
  #footer .content .f-box > ul > li:first-child {
    padding-top: 100px;
  }
  #footer .content .f-box > ul > li:last-child {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #footer .content .f-box > ul > li:last-child ul > .tag {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1440px) and (max-width: 1680px) {
  #footer .content .f-box > ul > li ul {
    font-size: 18px;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #footer .content .f-box > ul > li ul {
    font-size: 16px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #footer .content .f-box > ul > li ul {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #footer .content .f-box > ul > li ul li {
    display: inline-block;
  }
  #footer .content .f-box > ul > li ul li ul a {
    padding: 0px 5px;
    border-left: solid 1px #eee;
  }
  #footer .content .f-box > ul > li ul li.block-li {
    display: block;
  }
  #footer .content .f-box > ul > li ul li.first-child ul a {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1440px) and (max-width: 1680px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #footer .content .f-box > ul {
    flex-direction: column;
    position: relative;
  }
  #footer .content .f-box > ul .social-icon {
    display: flex;
    justify-content: center;
  }
  #footer .content .f-box > ul .social-icon .tag {
    float: none;
  }
}
@media (max-width: 1200px) {
  .fixBt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #footer {
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .content {
    width: 881.42857143px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer .content .f-box {
    width: 100%;
  }
  #footer .content .f-box > ul {
    width: 100%;
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-start;
    padding: 30px 0px;
    border-top: solid 1px rgba(204, 204, 204, 0.36);
    border-bottom: solid 1px rgba(204, 204, 204, 0.36);
  }
  #footer .content .f-box > ul .social-icon .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.13333333rem;
    background: #e6e6e6;
    border-radius: 2px;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode {
    position: relative;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode:hover .pc-qrcode {
    display: block;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    z-index: 10;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode::before {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
  }
  #footer .content .f-box > ul .social-icon .tag.qrcode .pc-qrcode img {
    width: 100%;
    height: 100%;
  }
  #footer .content .f-box > ul .social-icon .tag i {
    color: #b9b9b9;
    font-size: 22px;
  }
  #footer .content .f-box > ul > li {
    list-style: none;
  }
  #footer .content .f-box > ul > li ul {
    font-size: 20px;
  }
  #footer .content .f-box > ul > li ul li {
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #999;
  }
  #footer .content .f-box > ul > li ul li a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
  }
  #footer .content .f-box > ul > li ul li a:hover {
    text-decoration: underline;
  }
  #footer .content .f-box > ul > li ul .tag {
    height: 2px;
    background: #f5f5f5;
    width: 1.2em;
    margin: 0.75em 0;
  }
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    color: #b9b9b9;
    margin: 0;
  }
  #footer .content .f-box > ul > li ul li:first-child > a {
    font-size: 16px;
  }
  #footer .content .f-box > ul > li ul li:first-child a {
    color: #fff;
    text-decoration: none;
  }
  #footer .content .f-box > ul > li ul li:first-child a:hover {
    text-decoration: underline;
  }
  #footer .content .f-box .icp-box {
    text-align: center;
    padding: 24px 10px;
    color: rgba(73, 73, 73, 0.49);
    font-size: 14px;
  }
  #footer .content .f-box .icp-box a {
    color: rgba(73, 73, 73, 0.49);
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #footer .content {
    width: 90%;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #footer .content {
    width: 94%;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #footer .content .f-box > ul > li {
    margin-bottom: 15px;
  }
  #footer .content .f-box > ul > li:first-child {
    padding-top: 100px;
  }
  #footer .content .f-box > ul > li:last-child {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #footer .content .f-box > ul > li:last-child ul > .tag {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1200px) and (max-width: 1680px) {
  #footer .content .f-box > ul > li ul {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #footer .content .f-box > ul > li ul {
    font-size: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #footer .content .f-box > ul > li ul {
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #footer .content .f-box > ul > li ul li {
    display: inline-block;
  }
  #footer .content .f-box > ul > li ul li ul a {
    padding: 0px 5px;
    border-left: solid 1px #eee;
  }
  #footer .content .f-box > ul > li ul li.block-li {
    display: block;
  }
  #footer .content .f-box > ul > li ul li.first-child ul a {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 1680px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #footer .content .f-box > ul > li ul li:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #footer .content .f-box > ul {
    flex-direction: column;
    position: relative;
  }
  #footer .content .f-box > ul .social-icon {
    display: flex;
    justify-content: center;
  }
  #footer .content .f-box > ul .social-icon .tag {
    float: none;
  }
}
@media (max-width: 992px) {
  .bind-nav-js {
    width: 100%;
  }
}
.flex-grow-el {
  width: 100%;
  background-color: transparent;
  height: 1px;
}
.footer-group {
  padding: 30px 0px;
  border-top: solid 1px rgba(204, 204, 204, 0.36);
  border-bottom: solid 1px rgba(204, 204, 204, 0.36);
}
.footer-group label,
.footer-group label a {
  font-size: 16px;
  color: #333;
  margin: 0px;
  margin-bottom: 15px;
}
.footer-group .footer-group-item .list a,
.footer-group .footer-group-item .list .div {
  display: block;
  color: #999;
  font-size: 14px;
}
.footer-group .footer-group-item .list .div a {
  display: inline-block;
}
.footer-group .footer-group-item .list-icon {
  display: flex;
  align-items: center;
}
.footer-group .footer-group-item .list-icon > * {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footer-group .footer-group-item .list-icon > *:last-child {
  margin-right: 0;
}
.footer-group .footer-group-item .list-icon > * i {
  color: #b9b9b9;
  font-size: 22px;
}
.footer-group .footer-group-item .list-icon .qrcode {
  position: relative;
}
.footer-group .footer-group-item .list-icon .qrcode:hover .pc-qrcode {
  display: block;
}
.footer-group .footer-group-item .list-icon .qrcode .pc-qrcode {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  z-index: 9999;
}
.footer-group .footer-group-item .list-icon .qrcode .pc-qrcode::before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}
.footer-group .footer-group-item .list-icon .qrcode .pc-qrcode img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .footer-group {
    padding-top: 130px;
    position: relative;
  }
  .footer-group label {
    margin-bottom: 10px;
  }
  .footer-group label:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #f5f5f5;
    display: block;
    margin-top: 10px;
  }
  .footer-group .footer-group-item {
    margin-bottom: 20px;
  }
  .footer-group .footer-group-item:nth-of-type(3) label > a {
    color: #23ac38;
  }
  .footer-group .footer-group-item .list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-group .footer-group-item .list.no-flex > * {
    width: 100%;
    flex-shrink: 0;
    border: 0;
    padding-left: 0;
    margin-bottom: 5px;
    display: block;
  }
  .footer-group .footer-group-item .list > a {
    border-left: solid 1px #eee;
    line-height: 16px;
    padding: 0px 5px;
    margin-bottom: 5px;
  }
  .footer-group .footer-group-item .list > a:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .footer-group .footer-group-item .list-icon {
    justify-content: center;
  }
  .footer-group .footer-group-item:last-child {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
  }
  .footer-group .footer-group-item:last-child label:after {
    margin-left: auto;
    margin-right: auto;
  }
}
