.profilePage .profilePage-part1 {
  background: url('https://file.global86.cn/fileStore/website_new/hengou/used/profilePage-part1-back.png') no-repeat;
  background-size: 100% 100%;
}
.profilePage .profilePage-part1 .profilePage-part1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro {
  width: 49%;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-title {
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  color: #333333;
  line-height: 60px;
  font-family: 'AlibabaPuHuiTi-Medium';
  margin-bottom: 42px;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-desc {
  font-weight: 400;
  margin-top: 24px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img {
  width: 49%;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img .profilePage-part1-img1 {
  margin: 0 auto;
  width: 80%;
  z-index: 1;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img .profilePage-part1-img1 img {
  width: 100%;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img .profilePage-part1-img2 {
  margin-top: -25%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img .profilePage-part1-img2 .profilePage-part1-img2-inner {
  width: auto;
  max-width: 80%;
}
.profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img .profilePage-part1-img2 .profilePage-part1-img2-inner img {
  width: 100%;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one {
  display: flex;
  align-items: flex-end;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one .profilePage-part1-num-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-left: 14px;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one .profilePage-part1-num-text {
  font-weight: normal;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-size: 82px;
  color: #153664;
  line-height: 60px;
  white-space: nowrap;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one1 .profilePage-part1-num-text1 {
  width: 88px;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one1 .profilePage-part1-num-desc {
  width: calc(100% - 102px);
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 {
  padding-left: 12px;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 .profilePage-part1-num-text2 {
  width: 114px;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 .profilePage-part1-num-desc {
  width: calc(100% - 116px);
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-line {
  width: 1px;
  height: 100%;
  background: #DDDDDD;
}
.profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-desc {
  width: 49%;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profilePage-part2 {
  background: url('https://file.global86.cn/fileStore/website_new/hengou/used/profilePage-part2-back.png') no-repeat;
  background-size: 100% 100%;
}
.profilePage .profilePage-part2 .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.profilePage .profilePage-part2 .profilePage-part2-img {
  width: 31.67%;
}
.profilePage .profilePage-part2 .profilePage-part2-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profilePage-part2 .profilePage-part2-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.profilePage .profilePage-part2 .profilePage-part2-main {
  width: 50%;
}
.profilePage .profilePage-part2 .profilePage-part2-main .profilePage-part2-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.profilePage .profilePage-part2 .profilePage-part2-main .profilePage-part2-line {
  width: 100%;
  margin: 40px 0;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.12;
}
.profilePage .profilePage-part3 {
  background: #fff;
}
.profilePage .profilePage-part3 .profilePage-part3-title {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  position: relative;
  text-transform: uppercase;
}
.profilePage .profilePage-part3 .profilePage-part3-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 34px;
  background: url('https://file.global86.cn/fileStore/website_new/hengou/used/abouti-top-icon.png') no-repeat;
  background-size: 100% 100%;
}
.profilePage .profilePage-part3 .profilePage-part3-desc {
  margin: 45px 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 100%;
  text-align: center;
}
.profilePage .profilePage-part3 .profilePage-part3-img {
  width: 100%;
  overflow: hidden;
}
.profilePage .profilePage-part3 .profilePage-part3-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profilePage-part3 .profilePage-part3-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
@media only screen and (max-width: 1681px) {
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-title {
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    color: #333333;
    line-height: 50px;
    font-family: 'AlibabaPuHuiTi-Medium';
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1441px) {
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 .profilePage-part1-num-desc {
    width: calc(100% - 108px);
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one .profilePage-part1-num-text {
    font-size: 68px;
    line-height: 52px;
  }
  .profilePage .profilePage-part3 .profilePage-part3-desc {
    margin: 32px 0;
  }
  .profilePage .profilePage-part2 .profilePage-part2-main {
    width: 60%;
  }
  .profilePage .profilePage-part2 .profilePage-part2-main .profilePage-part2-line {
    margin: 30px 0;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 .profilePage-part1-num-text2 {
    width: 96px;
  }
}
@media only screen and (max-width: 1281px) {
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1025px) {
  .profilePage .profilePage-part2 .profilePage-part2-img {
    width: 33%;
  }
  .profilePage .profilePage-part3 .profilePage-part3-desc {
    margin: 24px 0;
  }
  .profilePage .profilePage-part2 .profilePage-part2-main .profilePage-part2-line {
    margin: 18px 0;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num {
    width: 100%;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-desc {
    width: 100%;
    margin-top: 30px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img .profilePage-part1-img2 .profilePage-part1-img2-inner {
    max-width: 50%;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 60px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img .profilePage-part1-img1 {
    width: 100%;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-desc {
    margin-top: 12px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro {
    width: 100%;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 821px) {
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one1 .profilePage-part1-num-desc {
    width: calc(100% - 98px);
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 .profilePage-part1-num-desc {
    width: calc(100% - 106px);
  }
  .profilePage .profilePage-part3 .profilePage-part3-title::after {
    width: 26px;
    height: 24px;
  }
  .profilePage .profilePage-part3 .profilePage-part3-title {
    font-size: 26px;
    line-height: 30px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one .profilePage-part1-num-desc {
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
  }
  .profilePage .profilePage-part3 .profilePage-part3-desc {
    font-size: 12px;
    line-height: 20px;
    margin: 16px 0;
  }
  .profilePage .profilePage-part2 .indexPage-inner {
    flex-wrap: wrap;
  }
  .profilePage .profilePage-part2 .profilePage-part2-img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 22px;
  }
  .profilePage .profilePage-part2 .profilePage-part2-main {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-img {
    margin: 20px auto 12px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 {
    padding-left: 0;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one {
    margin-top: 22px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num {
    flex-wrap: wrap;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-line {
    display: none;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one1 .profilePage-part1-num-text1 {
    width: 44px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 .profilePage-part1-num-desc {
    width: 100px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one1 .profilePage-part1-num-desc {
    width: 116px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one2 .profilePage-part1-num-text2 {
    width: 68px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-num .profilePage-part1-num-one .profilePage-part1-num-text {
    font-size: 44px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 521px) {
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .profilePage .profilePage-part2 .profilePage-part2-main .profilePage-part2-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-bottom .profilePage-part1-desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 14px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-desc {
    margin-top: 8px;
  }
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 376px) {
  .profilePage .profilePage-part1 .profilePage-part1-top .profilePage-part1-intro .profilePage-part1-intro-title {
    font-size: 16px;
    line-height: 24px;
  }
}
