﻿@font-face {
  font-family: 'source';
  src: url('../font/SourceHanSansCN-Regular.ttf');
  src: url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),
    url('../font/SourceHanSansCN-Regular.woff') format('woff'),
    url('../font/SourceHanSansCN-Regular_1.svg') format('svg');
}
.footer-wrap{
  background-color: #34404d;
  padding-top: 61px;
}
.footer{
  width: 1200px;
  margin: 0 auto;
  
}
.footer-content{
  display: flex;
  justify-content: space-between;
}
.footer-left{
  width: 320px;
}
.footer-left>img{
  width: 142px;
  height: 67px;
}
.footer-left-title{
  font-size: 20px;
  color: #fff;
  margin-top: 17px;
}
.qrcode-wrap{
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
}
.qrcode-item img{
  width: 136px;
  height: 136px;
}
.qrcode-title{
  margin: 23px 0 43px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.footer-right{
  width: 60%;
  
}
.footer-nav{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-nav-item{
  color: #fff;
  font-size: 13px;
}
.w60{
  width: 60%;
}
.w40{
  width: 40%;
}
.w50{
  width: 50%;
}
.footer-right-text-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-right-text{
  font-size: 13px;
  color: #fff;
  margin-bottom: 17px;
}
.footer-right-line{
  margin: 7px 0 22px;
  height: 1px;
  background-color: #47525e;
}
.footer-line{
  height: 1px;
  background-color: #47525e;
}
.footer-bottom{
  padding: 20px 0 30px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}

















::-webkit-scrollbar {
  display: block !important;
  
  width: 8px; 
  height: 8px;
}
 
::-webkit-scrollbar-thumb {
  
  border-radius: 10px;
  
  background: #d3d3d3;
}
 
::-webkit-scrollbar-track {
  
  border-radius: 10px;
  background: #ededed;
}