/* .banner .intro {
  top: 40px;
} */
@media screen and (min-width: 1200px) {
  .lawyerTeam {
    position: relative;
    margin-top: 50px;
    background-image: url(../img/aboutUs/img-team-bg@2x.png);
    background-size: contain;
  }
  .lawyerTeam .content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .lawyerTeam .content .title {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 42px;
  }
  .lawyerTeam .content .title::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 30px;
    height: 4px;
    background: #677EB8;
  }
  .lawyerTeam .content .lawyers {
    margin: 0 -50px 40px 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .lawyerTeam .content .lawyers li {
    margin-bottom: 50px;
    margin-right: 48px;
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .photo {
    margin-bottom: 16px;
    position: relative;
  }
  .lawyerTeam .content .lawyers li .photo img {
    width: 264px;
    height: 327px;
  }
  .lawyerTeam .content .lawyers li .name {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 33px;
    color: #333333;
  }
  .lawyerTeam .content .lawyers li .company {
    max-width: 264px;
    position: relative;
    font-size: 16px;
    color: #677EB8;
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .job {
    max-width: 264px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #677EB8;
    margin-bottom: 22px;
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .job::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 12px;
    height: 2px;
    background: #677EB8;
  }
  .lawyerTeam .content .lawyers li .certificate {
    max-width: 264px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
  }
  .lawyerTeam .content .page {
    margin-bottom: 70px;
    text-align: center;
  }
  .lawyerTeam .content .page img {
    width: 36px;
    height: 36px;
  }
  .lawyerTeam .content .page .left {
    margin-right: 20px;
  }
  .expertTeam {
    margin-bottom: 80px;
  }
  .expertTeam .content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .expertTeam .content .title {
    margin-top: 50px;
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 52px;
  }
  .expertTeam .content .title::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 30px;
    height: 4px;
    background: #677EB8;
  }
  .expertTeam .content .bottom {
    width: 971px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .expertTeam .content .bottom img {
    width: 264px;
    height: 327px;
  }
  .expertTeam .content .bottom p {
    width: 667px;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    text-align: justify;

  }
  .load_more{
    display: flex;
    justify-content: center;
  }
  .load_more .load_btn{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 48px;
    border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
    cursor: pointer;
  }
  .load_more .load_btn span{
    font-size: 16px;
    color: #666666;
  }
  .load_more .load_btn .blackSkip{
    margin-left: 20px;
    display: flex;
  }
  .load_more .load_btn .blueSkip{
    margin-left: 20px;
    display: none;
  }
  .load_more .load_btn:hover{
    border: 1px solid #4C7CC9;
  }
  .load_more .load_btn:hover span{
    color: #4C7CC9;
  }
  .load_more .load_btn:hover .blackSkip{
    display: none;
  }
  .load_more .load_btn:hover .blueSkip{
    display: flex;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .lawyerTeam {
    position: relative;
    margin-top: calc(0.8 * 50px);
    background-image: url(../img/aboutUs/img-team-bg@2x.png);
    background-size: contain;
  }
  .lawyerTeam .content {
    width: calc(100vw - 48px);
    margin: 0 auto;
    text-align: center;
  }
  .lawyerTeam .content .title {
    position: relative;
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.8 * 42px);
  }
  .lawyerTeam .content .title::after {
    position: absolute;
    bottom: calc(-0.8 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 30px);
    height: 4px;
    background: #677EB8;
  }
  .lawyerTeam .content .lawyers {
    margin: 0 0 calc(0.8 * 40px) 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .lawyerTeam .content .lawyers li {
    width: calc(25vw - 0.8 *32px);
    margin-bottom: calc(0.8 * 50px);
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .photo {
    margin-bottom: calc(0.8 * 16px);
    position: relative;
  }
  .lawyerTeam .content .lawyers li .photo img {
    width: calc(25vw - 0.8 *32px);
    height: calc((25vw - 0.8 *32px) * 1.24);
  }
  .lawyerTeam .content .lawyers li .name {
    margin-bottom: calc(0.8 * 8px);
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 33px);
    color: #333333;
  }
  .lawyerTeam .content .lawyers li .company {
    max-width: calc(0.8 * 264px);
    font-size: calc(0.8 * 16px);
    color: #677EB8;
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .job {
    max-width: calc(0.8 * 264px);
    position: relative;
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #677EB8;
    margin-bottom: calc(0.8 * 22px);
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .job::after {
    position: absolute;
    bottom: calc(-0.8 * 7px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 12px);
    height: 2px;
    background: #677EB8;
  }
  .lawyerTeam .content .lawyers li .certificate {
    max-width: calc(0.8 * 264px);
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 20px);
    color: #333333;
  }
  .expertTeam {
    margin-bottom: calc(0.8 * 80px);
  }
  .expertTeam .content {
    width: calc(100vw - 48px);
    margin: 0 auto;
    text-align: center;
  }
  .expertTeam .content .title {
    margin-top: calc(0.8 * 50px);
    position: relative;
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.8 * 42px);
  }
  .expertTeam .content .title::after {
    position: absolute;
    bottom: calc(-0.8 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 30px);
    height: 4px;
    background: #677EB8;
  }
  .expertTeam .content .bottom {
    width: calc(100vw - 48px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .expertTeam .content .bottom img {
    width: calc(25vw - 32px);
    height: calc((25vw - 32px) * 1.24);
  }
  .expertTeam .content .bottom p {
    width: calc(75vw - 50px);
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 35px);
    color: #333333;
    text-align: justify;
  }
  .load_more{
    display: flex;
    justify-content: center;
  }
  .load_more .load_btn{
    margin-bottom: calc(0.8*50px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(0.8*190px);
    height: calc(0.8*48px);
    border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
    cursor: pointer;
  }
  .load_more .load_btn span{
    font-size: calc(0.8*16px);
    color: #666666;
  }
  .load_more .load_btn .blackSkip{
    margin-left: calc(0.8*20px);
    display: flex;
  }
  .load_more .load_btn .blueSkip{
    margin-left: calc(0.8*20px);
    display: none;
  }
  .load_more .load_btn:hover{
    border: 1px solid #4C7CC9;
  }
  .load_more .load_btn:hover span{
    color: #4C7CC9;
  }
  .load_more .load_btn:hover .blackSkip{
    display: none;
  }
  .load_more .load_btn:hover .blueSkip{
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .lawyerTeam {
    position: relative;
    margin-top: calc(0.8 * 50px);
    background-image: url(../img/aboutUs/img-team-bg@2x.png);
    background-size: contain;
  }
  .lawyerTeam .content {
    width: calc(100vw - 24px);
    margin: 0 auto;
    text-align: center;
  }
  .lawyerTeam .content .title {
    position: relative;
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.6 * 42px);
  }
  .lawyerTeam .content .title::after {
    position: absolute;
    bottom: calc(-0.6 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.6 * 30px);
    height: 2px;
    background: #677EB8;
  }
  .lawyerTeam .content .lawyers {
    margin: 0 0 calc(0.6 * 40px) 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .lawyerTeam .content .lawyers li {
    width: calc(25vw - 0.6 * 32px);
    margin-bottom: calc(0.6 * 50px);
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .photo {
    margin-bottom: calc(0.6 * 16px);
    position: relative;
  }
  .lawyerTeam .content .lawyers li .photo img {
    width: calc(25vw - 0.6 * 32px);
    height: calc((25vw - 0.6 * 32px) * 1.24);
  }
  .lawyerTeam .content .lawyers li .name {
    margin-bottom: calc(0.6 * 8px);
    font-size: calc(0.6 * 24px);
    line-height: calc(0.6 * 33px);
    color: #333333;
  }
  .lawyerTeam .content .lawyers li .company {
    max-width: calc(0.6 * 264px);
    font-size: calc(0.6 * 16px);
    color: #677EB8;
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .job {
    max-width: calc(0.6 * 264px);
    position: relative;
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    color: #677EB8;
    margin-bottom: calc(0.6 * 22px);
    text-align: center;
  }
  .lawyerTeam .content .lawyers li .job::after {
    position: absolute;
    bottom: calc(-0.6 * 7px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.6 * 12px);
    height: 2px;
    background: #677EB8;
  }
  .lawyerTeam .content .lawyers li .certificate {
    max-width: calc(0.6 * 264px);
    font-size: calc(0.6 * 14px);
    line-height: calc(0.6 * 20px);
    color: #333333;
  }
  .expertTeam {
    margin-bottom: calc(0.6 * 80px);
  }
  .expertTeam .content {
    width: calc(100vw - 24px);
    margin: 0 auto;
    text-align: center;
  }
  .expertTeam .content .title {
    margin-top: calc(0.4 * 50px);
    position: relative;
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.4 * 42px);
  }
  .expertTeam .content .title::after {
    position: absolute;
    bottom: calc(-0.6 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.6 * 30px);
    height: 2px;
    background: #677EB8;
  }
  .expertTeam .content .bottom {
    width: calc(100vw - 48px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .expertTeam .content .bottom img {
    width: calc(25vw - 32px);
    height: calc((25vw - 32px) * 1.24);
  }
  .expertTeam .content .bottom p {
    width: calc(75vw - 50px);
    font-size: calc(0.6 * 24px);
    line-height: calc(0.6 * 35px);
    color: #333333;
    text-align: justify;
  }
  .load_more{
    display: flex;
    justify-content: center;
  }
  .load_more .load_btn{
    margin-bottom: calc(0.6*50px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(0.6*190px);
    height: calc(0.6*48px);
    border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
    cursor: pointer;
  }
  .load_more .load_btn span{
    font-size: calc(0.6*16px);
    color: #666666;
  }
  .load_more .load_btn .blackSkip{
    margin-left: calc(0.6*20px);
    display: flex;
  }
  .load_more .load_btn .blueSkip{
    margin-left: calc(0.6*20px);
    display: none;
  }
  .load_more .load_btn:hover{
    border: 1px solid #4C7CC9;
  }
  .load_more .load_btn:hover span{
    color: #4C7CC9;
  }
  .load_more .load_btn:hover .blackSkip{
    display: none;
  }
  .load_more .load_btn:hover .blueSkip{
    display: flex;
  }
}
