/* 关于我们 */
.about-wrap{
  width: 100%;
  min-width: 1920px;
  height: 881px;
  margin: 0 auto;
  background: url(https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/linkus/linkus-bg.png) no-repeat #fff;
  background-size: 1920px 881px;
}
.about-wrap .footer-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-wrap .about{
  position: relative;
  width: 204px;
  height: 74px;
  margin-top: 120px;
}
.about-wrap .about>img{
  width: 100%;
  height: 100%;
}
.about-wrap .about::after{
  content: "";
  position: absolute;
  right: -18px;
  bottom: 5px;
  width: 50px;
  height: 2px;
  background: #36A687;
}
.about-wrap .name{
  font-weight: bold;
  font-size: 32px;
  color: #13161B;
  line-height: 38px;
  text-align: left;
  margin-left: 59px;
  margin-top: 68px;
}
.about-wrap .phone{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  margin-left: 59px;
  font-size: 0;
}
.about-wrap .phone>img{
  width: 22px;
  height: 22px;
}
.about-wrap .phone>span{
  display: inline-block;
  font-size: 20px;
  color: rgba(11,27,59,0.7);
  text-align: left;
  margin-left: 16px;
  line-height: 23px;
}
.about-wrap .address{
  margin-top: 16px !important;
}
.about-wrap .wechat{
  margin-top: 79px !important;
}
.about-wrap .wechat>img{
  width: 24px;
  height: 24px;
}
.about-wrap .qr-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 33px;
  margin-left: 95px;
}
.about-wrap .qr-wrap .qr-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 48px;
}
.about-wrap .qr-wrap .qr-item>img{
  width: 142px;
  height: 142px;
  border-radius: 8px;
  border: 7px solid #EDF1F2;
}
.about-wrap .qr-wrap .qr-item>p{
  font-size: 20px;
  color: rgba(11,27,59,0.7);
  line-height: 23px;
  margin-top: 13px;
}

/* 银行信息 */
.bank-wrap{
  width: 100%;
  min-width: 1920px;
  height: 260px;
  margin: 0 auto;
  background: url(https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/linkus/bank-bg.png) no-repeat #fff;
  background-size: 1920px 260px;
}
.bank-wrap .footer-container{
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 67px;
}
.bank-wrap .bank-icon{
  width: 110px;
  height: 46px;
  margin-left: 62px;
}
.bank-wrap .bank-brand{
  width: 260px;
  height: 56px;
  margin-left: 98px;
  margin-right: 193px;
}
.bank-wrap .info-wrap .item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.bank-wrap .info-wrap .item .title{
  width: 100px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
  margin-right: 32px;
}
.bank-wrap .info-wrap .item .title-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bank-wrap .info-wrap .item .content{
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
}

/* 我们的位置 */
.position-wrap{
  width: 100%;
  height: 1152px;
  background: linear-gradient( 180deg, #FAFBFC 0%, #FAFBFC 100%);
  overflow: hidden;
}
.position-wrap .intro-wrap{
  position: relative;
  width: 100%;
  height: 272px;
  overflow: hidden;
}
.position-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  margin-top: 204px;
  text-align: center;
  white-space: nowrap;
}
.position-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 120px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.position-wrap .map{
  position: relative;
  width: 1440px;
  height: 664px;
  margin: 67px auto 0;
  overflow: hidden;
}
.position-wrap .map>img{
  width: 100%;
  height: 100%;
}
.position-wrap .map .position{
  position: absolute;
  left: 703px;
  top: 311px;
  z-index: 1;
  width: 34px;
  height: 42px;
  background: url(https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/linkus/position.png) no-repeat;
  background-size: 100% 100%; 
}