@import "mixins/mixins";
@import "common/var";
/*————————————————————底部组件2开始——————————————————————*/
.common_footer_pc_2 {
    width: 100%;
    background-color: #26252c;
    margin-top: 30px;
  }
  .common_footer_pc_2 .footer-frilink {
    width: 100%;
    border-bottom: 1px solid #807d8a;
  }
  .common_footer_pc_2 .footer-frilink ul {
    width: 100%;
    padding: 5px 0;
  }
  .common_footer_pc_2 .footer-frilink ul li {
    display: inline-block;
    font-size: $--font-size-large;
    color: #fff;
    margin: 10px 10px;
  }
  .common_footer_pc_2 .footer-frilink ul li a {
    color: #fff;
  }
  .common_footer_pc_2 .footer-left {
    width: 100%;
    padding: 20px 0;
  }
  .common_footer_pc_2 .footer-left ul {
    width: 100%;
  }
  .common_footer_pc_2 .footer-left ul li {
    display: block;
    width: 100%;
    font-size: $--font-size-large;
    color: #939394;
    line-height: 36px;
  }
  .common_footer_pc_2 .footer-left ul .l1 span {
    display: inline-block;
    background: url('#{$--url-path}/jslndx-footer-icon1.png') left center no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
  }
  .common_footer_pc_2 .footer-left-link {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    display: block;
  }
  .common_footer_pc_2 .footer-left-link a {
    display: inline-block;
    font-size: $--font-size-large;
    color: #fff;
    margin: 0 2px;
  }
  .common_footer_pc_2 .footer-left-link a img {
    vertical-align: middle;
  }
  .common_footer_pc_2 .footer-right {
    width: 100%;
    padding: 20px 0;
  }
  .common_footer_pc_2 .footer-right ul {
    width: 100%;
  }
  .common_footer_pc_2 .footer-right ul li {
    display: block;
    line-height: 36px;
    font-size: $--font-size-large;
    color: #9f9cab;
    margin-top: $--font-size-large;
  }
  .common_footer_pc_2 .footer-right ul .l1 {
    background: url('#{$--url-path}/jslndx-footer-icon3.png') left center no-repeat;
    height: 26px;
    line-height: 26px;
    padding-left: 36px;
  }
  .common_footer_pc_2 .footer-right ul .l2 {
    background: url('#{$--url-path}/jslndx-footer-icon4.png') left center no-repeat;
    height: 26px;
    line-height: 26px;
    padding-left: 36px;
  }
  .common_footer_pc_2 .footer-right ul .l3 {
    background: url('#{$--url-path}/jslndx-footer-icon5.png') left center no-repeat;
    height: 26px;
    line-height: 26px;
    padding-left: 36px;
  }
  .common_footer_pc_2 .footer-right-btn {
    display: block;
  }
  .common_footer_pc_2 .footer-right-btn a {
    cursor: pointer;
    display: block;
    margin-top: 30px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #9f9cab;
    color: #9f9cab;
    font-size: $--font-size-large;
    padding-left: 30px;
    text-align: center;
    background: url('#{$--url-path}/jslndx-footer-icon6.png') 10px center no-repeat;
  }
  .common_footer_pc_2 .footer-qr {
    width: 158px;
    float: right;
    padding-top: 20px;
  }
  .common_footer_pc_2 .footer-qr .sp1 {
    display: block;
    width: 100%;
  }
  .common_footer_pc_2 .footer-qr .sp1 img {
    width: 100%;
    height: 158px;
  }
  .common_footer_pc_2 .footer-qr .sp2 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: $--font-size-large;
    color: #fff;
    margin-top: 6px;
  }
  .common_footer_pc_2 .footer-copyright {
    width: 100%;
    background-color: #3b3a3f;
  }
  .common_footer_pc_2 .footer-copyright span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 28px;
    color: #939394;
    padding: 6px 0;
    font-size: 14px;
  }
  /*————————————————————底部组件2结束——————————————————————*/
