* {
    font-family: '微软雅黑';
  }
  
  .about-page {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑';
  }
  
  p,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: '微软雅黑';
  }
  
  .about-page .top-banner {
    width: 100%;
    height: 500px;
    background: url(../../v2020/images/about/banner.png) center center no-repeat;
  }
  
  .about-page .content {
    text-align: center;
  }
  
  .about-page .about-card {
    text-align: left;
    width: 75%;
    min-width: 1150px;
    max-width: 96%;
    display: inline-block;
  }
  
  .about-page .content .navs {
    width: 100%;
    height: 100px;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.1);
    margin-top: -50px;
    background: #ffffff;
  }
  
  .about-page .content .navs .nav {
    width: 16.6%;
    height: 100px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  
  .about-page .content .navs .nav.active:after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background: #f1463c;
    left: 0;
    bottom: 0;
  }
  
  .about-page .content .navs .nav .info {
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  .about-page .content .navs .nav .info .title {
    font-size: 18px;
    color: #262626;
    font-family: "微软雅黑";
    line-height: 32px;
  }
  
  .about-page .content .navs .nav .info .sub {
    font-size: 14px;
    color: #b0b0b0;
    display: none;
    overflow: hidden;
    height: 20px;
  }
  
  .about-page .content .navs .nav.active .info .sub {
    display: block;
  }
  
  .about-page .infos {
    margin-top: -50px;
    padding-top: 100px;
  }
  
  .about-page .infos .info {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  
  /* .about-page .infos .info.active {
    display: block;
  } */
  .about-page .infos .info1 .top {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .about-page .infos .info1 .top .title {
    width: 328px;
    height: 120px;
    background: url(../../v2020/images/about/1-bt1.png) center center no-repeat;
    margin-bottom: 30px;
    position: relative;
  }
  
  .about-page .infos .info1 .top .title:after {
    position: absolute;
    width: 80px;
    height: 3px;
    background: #f1463c;
    content: "";
    left: 0;
    bottom: 0;
  }
  
  .about-page .infos .info1 .top .desc {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    max-width: 800px;
  }
  
  .about-page .infos .info1 .top .desc p {
    margin-bottom: 20px;
  }
  
  .about-page .infos .info1 .top .img {
    z-index: 1;
  }
  
  .about-page .infos .info1 .top .img img {
    width: 100%;
  }
  
  .about-page .infos .info1 .top .labels {
    width: 130%;
    height: 200px;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.1);
    background: #ffffff;
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
  
  .about-page .infos .info1 .top .labels .icon {
    width: 200px;
    height: 100%;
    float: left;
    background: url(../../v2020/images/about/1-bt2.png) center center no-repeat;
  }
  
  .about-page .infos .info1 .top .labels .msgs {
    width: calc(100% - 200px);
    height: 100%;
    float: left;
  }
  
  .about-page .infos .info1 .top .labels .msgs .msg {
    width: 33%;
    height: 100%;
    float: left;
    text-align: right;
    line-height: 200px;
    overflow: hidden;
    position: relative;
  }
  
  .about-page .infos .info1 .top .labels .msgs .msg:not(.msg3):after {
    position: absolute;
    width: 1px;
    height: 160px;
    content: "";
    background: #e9e9e9;
    top: 20px;
    right: 0;
  }
  
  .about-page .infos .info1 .top .labels .msgs .msg img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .about-page .infos .info1 .top .labels .msgs .msg img:first-child {
    display: block;
  }
  
  .about-page .infos .info1 .top .labels .msgs .msg img:last-child {
    display: none;
  }
  
  .about-page .infos .info1 .top .labels .msgs .msg:hover img:first-child {
    display: none;
  }
  
  .about-page .infos .info1 .top .labels .msgs .msg:hover img:last-child {
    display: block;
  }
  
  .about-page .infos .info1 .bot {
    width: 100%;
    background: url(../../v2020/images/about/1-bg.png) center center no-repeat;
    display: inline-block;
    text-align: center;
  }
  
  .about-page .infos .info1 .bot .title {
    width: 338px;
    height: 64px;
    margin: 60px auto;
    background: url(../../v2020/images/about/1-bt3.png) center center no-repeat;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel {
    width: 100%;
    height: 645px;
    margin: 0 0 80px 0;
    background: transparent;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .line {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .line:last-child {
    margin-bottom: 0;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .media {
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.1);
    overflow: hidden;
    background: #ffffff;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .media img {
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel [carousel-item] .layui-this {
    background: transparent;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .layui-carousel-ind {
    top: 20px;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .layui-carousel-ind ul {
    background: transparent;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .layui-carousel-ind li {
    background: #ffe3e1;
    width: 14px;
    height: 14px;
    margin: 0 7px;
  }
  
  .about-page .infos .info1 .bot .mediaCarousel .layui-carousel-ind li.layui-this {
    background: #f1463c;
  }
  
  .about-page .infos .info2 .c1 .title {
    width: 252px;
    height: 75px;
    background: url(../../v2020/images/about/2-bt1.png) center center no-repeat;
    margin: 0px auto 60px auto;
  }
  
  .about-page .infos .info2 .c1 {
    text-align: center;
  }
  
  .about-page .infos .info2 .staffCarousel {
    width: 100%;
    height: 600px;
    margin-bottom: 80px;
  }
  
  .about-page .infos .info2 .c2 {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: url(../../v2020/images/about/2-bg.png) center center no-repeat;
    padding: 80px 0;
  }
  
  .about-page .infos .info2 .c2 .img {
    width: 100%;
    height: 330px;
    overflow: hidden;
    text-align: center;
  }
  
  .about-page .infos .info2 .c2 .img .title {
    width: 337px;
    max-width: 100%;
    margin: 0 auto;
    height: 84px;
    background: url(../../v2020/images/about/2-bt2.png) center center no-repeat;
  }
  
  .about-page .infos .info2 .c2 .img .desc {
    position: relative;
    width: 100%;
    font-size: 24px;
    color: #636363;
    line-height: 48px;
    height: 160px;
    margin-top: 80px;
    padding-top: 66px;
    text-align: center;
    height: 162px;
    overflow: hidden;
  }
  
  .about-page .infos .info2 .c2 .img .desc:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f1463c;
  }
  
  .about-page .infos .info2 .c2 .img img {
    height: 330px;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  
  .about-page .infos .info3 .btns {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .about-page .infos .info3 .btns .btn {
    width: 160px;
    height: 46px;
    margin: 0 10px;
    display: inline-block;
    background: #ffe9e8;
    line-height: 46px;
    font-size: 18px;
    color: #f1463c;
    cursor: pointer;
  }
  
  .about-page .infos .info3 .btns .btn.active {
    background: #f1463c;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    position: relative;
  }
  
  .about-page .infos .info3 .btns .btn.active:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: #f1463c transparent transparent transparent;
    border-style: solid;
  }
  
  .about-page .infos .info3 .list {
    display: none;
  }
  
  .about-page .infos .info3 .list.active {
    display: block;
  }
  
  .about-page .infos .info3 li {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.1);
    padding: 20px;
    display: inline-block;
  }
  
  .about-page .infos .info3 li a:hover {
    color: #f1463c;
  }
  
  .about-page .infos .info3 li .img {
    width: 360px;
    height: 240px;
    overflow: hidden;
    text-align: right;
    margin-right: 30px;
    float: left;
  }
  
  .about-page .infos .info3 li .img img {
    max-width: 100%;
    max-height: 100%;
  }
  
  .about-page .infos .info3 li .msg {
    width: calc(100% - 490px);
    height: 240px;
    float: left;
  }
  
  .about-page .infos .info3 li .msg .title {
    color: #303030;
    font-size: 24px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .about-page .infos .info3 li .msg .title:hover {
    color: #f1463c;
  }
  
  .about-page .infos .info3 li .msg .desc {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  .about-page .infos .info3 li .msg .time {
    font-size: 14px;
    color: #939393;
  }
  
  .about-page .infos .info3 li .msg .time span {
    color: #2a7fff;
    margin-right: 30px;
  }
  
  .about-page .infos .info3 li .more {
    height: 240px;
    float: right;
    width: 90px;
    border-left: 1px solid #e9e9e9;
    padding-left: 20px;
    font-size: 14px;
    color: #373737;
    text-align: right;
    padding-top: 30px;
  }
  
  .about-page .infos .info4 .btns {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .about-page .infos .info4 .btns .btn {
    width: 160px;
    height: 46px;
    margin: 0 10px;
    display: inline-block;
    background: #ffe9e8;
    line-height: 46px;
    font-size: 18px;
    color: #f1463c;
    cursor: pointer;
  }
  
  .about-page .infos .info4 .btns .btn.active {
    background: #f1463c;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    position: relative;
  }
  
  .about-page .infos .info4 .btns .btn.active:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: #f1463c transparent transparent transparent;
    border-style: solid;
  }
  
  .about-page .infos .info4 .lists {
    padding-bottom: 50px;
  }
  
  .about-page .infos .info4 .list {
    display: none;
  }
  
  .about-page .infos .info4 .list.active {
    display: block;
  }
  
  .about-page .infos .info4 li {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.1);
    padding: 20px;
  }
  
  .about-page .infos .info4 li .time {
    width: 120px;
    height: 120px;
    color: #fff;
    padding: 0 10px;
    line-height: 60px;
    font-size: 36px;
    float: left;
    margin-right: 20px;
    background: #f1463c;
  }
  
  .about-page .infos .info4 li .time .day {
    border-bottom: 1px solid #fff;
    text-align: center;
    height: 60px;
  }
  
  .about-page .infos .info4 li .time .month {
    text-align: center;
    height: 60px;
  }
  
  .about-page .infos .info4 li .msg {
    width: calc(100% - 240px);
    height: 120px;
    float: left;
  }
  
  .about-page .infos .info4 li .msg .title {
    color: #303030;
    font-size: 24px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .about-page .infos .info4 li .msg .title:hover {
    color: #f1463c;
  }
  
  .about-page .infos .info4 li .msg .desc {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .about-page .infos .info4 li .msg .time {
    font-size: 14px;
    color: #939393;
  }
  
  .about-page .infos .info4 li .msg .time span {
    color: #2a7fff;
    margin-right: 30px;
  }
  
  .about-page .infos .info4 li .more {
    height: 120px;
    float: right;
    width: 90px;
    border-left: 1px solid #e9e9e9;
    padding-left: 20px;
    font-size: 14px;
    color: #373737;
    text-align: right;
    line-height: 120px;
  }
  
  .about-page .infos .info4 li .more a:hover {
    color: #f1463c;
  }
  
  .about-page .infos .info4 .contxt {
    font-size: 14px;
    line-height: 30px;
    color: #7b7b7b;
  }
  
  .about-page .infos .info4 .contxt h2 {
    font-size: 24px;
    color: #424242;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .about-page .infos .info4 .contxt .tips {
    color: #424242;
    font-size: 18px;
    text-indent: 2rem;
  }
  
  .about-page .infos .info5 .img {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  
  .about-page .infos .info5 .img img {
    height: 350px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  
  .about-page .infos .info5 .msg .title {
    color: #373737;
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    padding-bottom: 60px;
    margin-bottom: 40px;
    margin-top: -10px;
    position: relative;
  }
  
  .about-page .infos .info5 .msg .title:after {
    width: 65px;
    height: 2px;
    content: "";
    background: #f1463c;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .about-page .infos .info5 .msg .desc {
    font-size: 18px;
    line-height: 36px;
    color: #373737;
    margin-bottom: 50px;
  }
  
  .about-page .infos .info5 .msg ul li {
    padding-left: 15px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
  }
  
  .about-page .infos .info5 .msg ul li:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f1463c;
    content: "";
    left: 0;
    top: 50%;
    border-radius: 4px;
    transform: translateY(-50%);
  }
  
  .about-page .infos .info5 .jobs {
    padding-top: 50px;
  }
  
  .about-page .infos .info5 .jobs li {
    padding: 50px 0 50px 30px;
    border-top: 1px solid #e4e4e4;
  }
  
  .about-page .infos .info5 .jobs li .title {
    color: #444;
    font-size: 18px;
    line-height: 32px;
  }
  
  .about-page .infos .info5 .jobs li .title .name {
    font-size: 24px;
  }
  
  .about-page .infos .info5 .jobs li .title .btn {
    width: 18px;
    height: 11px;
    background: url(../../v2020/images/about/5-s.png) center center no-repeat;
    margin-top: 10px;
    cursor: pointer;
  }
  
  .about-page .infos .info5 .jobs li .title .btn.active {
    background: url(../../v2020/images/about/5-x.png) center center no-repeat;
  }
  
  .about-page .infos .info5 .jobs li .desc {
    display: none;
    margin-top: 20px;
  }
  
  .about-page .infos .info5 .jobs li .desc.active {
    display: block;
  }
  
  .about-page .infos .info5 .jobs li h3 {
    font-size: 18px;
    color: #484848;
    margin-bottom: 15px;
    margin-top: 40px;
  }
  
  .about-page .infos .info5 .jobs li p {
    font-size: 14px;
    color: #989898;
    line-height: 24px;
  }
  
  .about-page .infos .info6 .icon {
    width: 18px;
    height: 348px;
    background: url(../../v2020/images/about/6-xian.png) center center no-repeat;
    position: absolute;
    right: 100px;
    top: 90px;
  }
  
  .about-page .infos .info6 .line {
    height: 250px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 80px;
    position: relative;
  }
  
  .about-page .infos .info6 .line .content {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  .about-page .infos .info6 .line .content1 {
    padding-right: 180px;
  }
  
  .about-page .infos .info6 .line .content3 {
    padding-left: 30px;
    font-size: 18px;
    color: #373737;
    line-height: 36px;
  }
  
  .about-page .infos .info6 .line .title {
    font-size: 30px;
    width: 100%;
    color: #373737;
    margin-bottom: 15px;
    text-align: right;
  }
  
  .about-page .infos .info6 .line .sub {
    font-size: 18px;
    width: 100%;
    color: #afafaf;
    text-align: right;
  }
  
  .about-page .infos .info6 .tab {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.1);
    padding: 30px 50px;
    z-index: 99;
  }
  
  .about-page .infos .info6 .tab .title {
    font-size: 24px;
    line-height: 48px;
    color: #373737;
    float: left;
    position: relative;
    padding-left: 15px;
  }
  
  .about-page .infos .info6 .tab .title:before {
    position: absolute;
    width: 5px;
    height: 24px;
    top: 12px;
    left: 0;
    background: #f1463c;
    content: "";
  }
  
  .about-page .infos .info6 .tab .label {
    width: 80px;
    padding-right: 15px;
    float: left;
    line-height: 38px;
    text-align: justify;
    text-align-last: justify;
    position: relative;
  }
  
  .about-page .infos .info6 .tab input,
  .about-page .infos .info6 .tab textarea {
    width: calc(100% - 80px);
    float: left;
  }
  
  .about-page .infos .info6 .tab .btn {
    width: 80px;
    border: none;
    cursor: pointer;
    height: 36px;
    background: #f1463c;
    float: left;
    text-align: center;
    margin-left: 80px;
    line-height: 36px;
    border-radius: 18px;
    color: #fff;
    margin-top: 6px;
    font-family: '微软雅黑';
  }
  
  .about-page .infos .info6 .tab .concact {
    height: 100%;
    padding-left: 50px;
    color: #373737;
    font-size: 18px;
  }
  
  .about-page .infos .info6 .tab .concact h2 {
    font-size: 24px;
    line-height: 48px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  
  .about-page .infos .info6 .tab .concact h2:before {
    position: absolute;
    width: 5px;
    height: 24px;
    top: 12px;
    left: 0;
    background: #f1463c;
    content: "";
  }
  
  .about-page .infos .info6 .tab .concact p {
    line-height: 48px;
  }
  
  #map {
    width: 100%;
    overflow: hidden;
    height: 600px;
    margin-top: -150px;
    z-index: 9;
  }
  
  @media screen and (max-width: 1200px) {
    .about-page .about-card {
      width: 96%;
      min-width: unset;
    }
  
    /* .about-page .infos .info3 li .img{width: 20%;}
    .about-page .infos .info3 li .msg{width: calc(80% - 120px);}  */
    .about-page .infos .info3 li .msg {
      width: calc(100% - 430px);
    }
  
    .about-page .infos .info3 li .more {
      display: none;
    }
  }
  
  @media screen and (max-width: 992px) {
    .about-page .infos .info3 li .img {
      display: none;
    }
  
    .about-page .infos .info3 li .msg {
      width: 100%;
    }
  
    .about-page .infos .info5 .jobs li {
      padding: 50px 0;
    }
  
    .about-page .infos .info1 .top .labels {
      width: 100%;
    }
  
    .about-page .infos .info1 .top .labels .msgs {
      width: 100%;
    }
  
    .about-page .infos .info1 .top .labels .icon {
      display: none;
    }
  
    .about-page .infos .info3 li .more {
      display: none;
    }
  }
  
  
  /* 新闻详情页面 */
  .article-page {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
    background: #F0F3FA;
  }
  
  .article-page .article-card {
    text-align: left;
    width: 1200px;
    min-width: 1200px;
    max-width: 96%;
    display: inline-block;
  }
  
  /* .article-page .route{line-height: 50px;color: #848484;} */
  .article-card .route {
    color: #222;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    margin-top: 24px;
  }
  
  .article-card .route a {
    color: #999;
  }
  
  .article-card .layui-row .layui-col-lg9 {
    width: 1020px;
    margin-right: 30px;
  }
  
  .article-card .layui-row .layui-col-lg3 {
    width: 370px;
    float: left;
    margin-right: 0;
  }
  
  .article-page .article-content {
    width: 100%;
    padding: 30px 50px;
    background: #fff;
    border-radius: 10px;
    font-family: Microsoft YaHei;
  }
  
  .article-page .article-content .title {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
  }
  
  .article-page .article-content .author {
    color: #939393;
    font-size: 14px;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .article-page .article-content .author span {
    margin-right: 30px;
  }
  
  .article-page .article-content .content {
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    color: #666;
    font-size: 16px;
    line-height: 36px;
  }
  
  .article-page .article-content .content img {
    max-width: 100%;
    margin: 15px 0 15px 50%;
    transform: translateX(-50%);
    padding-right: 4em;
  }
  
  .article-page .article-content .content p,
  .article-page .article-content .content span {
    white-space: normal !important;
    max-width: 100% !important;
  }
  
  .article-page .article-content .content p {
    line-height: 32px;
    font-size: 16px;
  }
  
  .article-page .article-content .pages {
    line-height: 32px;
  }
  
  .article-page .article-content .pages a:hover {
    color: #FF2F2F;
  }
  
  .article-page .recs {
    width: 370px;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    font-family: Microsoft YaHei;
  }
  
  .article-page .recs .title {
    text-align: left;
  }
  
  .article-page .recs .title .name {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
    color: #222;
    position: relative;
    font-weight: bold;
  }
  
  /* .article-page .recs .title .name::before{width: 8px;height: 8px;background: #f1463c;border-radius: 4px;position: absolute;left: 0;content: "";top: 11px;} */
  /* .article-page .recs .title .name::after{width: 8px;height: 8px;background: #f1463c;border-radius: 4px;position: absolute;right: 0;content: "";top: 11px;} */
  .article-page .recs li {
    color: #555;
    margin-top: 26px;
    line-height: 30px;
    padding-left: 28px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
  }
  
  .article-page .recs li::before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    content: '';
    top: 6px;
  }
  
  .article-page .recs li:nth-child(1)::before {
    background: url(../images/about/gywm-rmtj-1.png);
  }
  
  .article-page .recs li:nth-child(2)::before {
    background: url(../images/about/gywm-rmtj-2.png);
  }
  
  .article-page .recs li:nth-child(3)::before {
    background: url(../images/about/gywm-rmtj-3.png);
  }
  
  .article-page .recs li:nth-child(4)::before {
    background: url(../images/about/gywm-rmtj-4.png);
  }
  
  .article-page .recs li:nth-child(5)::before {
    background: url(../images/about/gywm-rmtj-5.png);
  }
  
  /* .article-page .recs li:before{width: 8px;height: 8px;background: #f1463c;border-radius: 4px;position: absolute;left: 0;content: "";top: 8px;} */
  .article-page .recs2 {
    width: 370px;
    padding: 23px;
    background: linear-gradient(175deg, #fffaf9 0%, #fff 100%);
    margin-bottom: 30px;
    border-radius: 10px;
  }
  
  .article-page .recs2 .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  
  .article-page .recs2 .title .name {
    float: left;
    width: 135px;
    position: relative;
    font-size: 18px;
    color: #313131;
    font-weight: bold;
  }
  
  .article-page .recs2 .title .name:after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background: #ff4b40;
    bottom: -2px;
    left: 0;
  }
  
  .article-page .recs2 .title .name i {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    float: left;
    margin-top: 13px;
  }
  
  .article-page .recs2 .title .name span {
    float: left;
    margin-left: 10px;
  }
  
  .article-page .recs2 .title .name i {
    background: url(../images/academy/icon-cnxs.png);
  }
  
  .article-page .recs2 li {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
  }
  
  .recs2 li span {
    font-size: 36px;
    font-weight: 400;
    color: #d6d6d6;
    line-height: 36px;
  }
  
  .article-page .recs2 li .name {
    color: #666;
    padding-left: 50px;
    position: relative;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    margin-top: -40px;
  }
  
  /* .article-page .recs2 li .name::before{position: absolute;content: "";width: 8px;height: 8px;background: #f1463c;border-radius: 4px;left: 0;top: 8px;} */
  .article-page .recs2 li .time {
    padding-left: 20px;
    color: #999999;
    margin-top: 8px;
  }
  
  .article-page .tags .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  
  .article-page .tags .title .name {
    float: left;
    width: 135px;
    position: relative;
    font-size: 18px;
    color: #313131;
    font-weight: bold;
  }
  
  .article-page .tags .title .name:after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background: #ff4b40;
    bottom: -2px;
    left: 0;
  }
  
  .article-page .tags .title .name i {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    float: left;
    margin-top: 13px;
  }
  
  .article-page .tags .title .name span {
    float: left;
    margin-left: 10px;
  }
  
  .article-page .tags .title .name i {
    background: url(../images/academy/icon-rmbq.png);
  }
  
  .article-page .tags {
    margin-bottom: 20px;
    width: 370px;
    background: linear-gradient(175deg, #fffaf9 0%, #fff 100%);
    padding: 10px 20px;
    border-radius: 10px;
  }
  
  .article-page .tags .tag-list {
    width: calc(100% + 20px);
    display: inline-block;
  }
  
  .article-page .tags .tag-list li {
    border-radius: 5px;
    margin-right: 18px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 14px;
    float: left;
    cursor: pointer;
    padding: 14px;
    font-size: 14px;
  }
  
  /* .article-page .tags .tag-list li.type1{border-color: #ff6868;color: #ff6868;}
  .article-page .tags .tag-list li.type1:hover{border-color: #ff6868;background: #ff6868;color: #fff;}
  .article-page .tags .tag-list li.type2{border-color: #fe9f5a;color: #fe9f5a;}
  .article-page .tags .tag-list li.type2:hover{border-color: #fe9f5a;background: #fe9f5a;color: #fff;}
  .article-page .tags .tag-list li.type3{border-color: #5fb9ff;color: #5fb9ff;}
  .article-page .tags .tag-list li.type3:hover{border-color: #5fb9ff;background: #5fb9ff;color: #fff;} */
  .article-page .tags .tag-list li.type1 {
    background-color: #ffe9e9;
    color: #d86a6a;
  }
  
  .article-page .tags .tag-list li.type1:hover {
    background: #ffd3d3;
  }
  
  .article-page .tags .tag-list li.type2 {
    background-color: #e9f7ff;
    color: #3477FF;
  }
  
  .article-page .tags .tag-list li.type2:hover {
    background: #cde1ff;
  }
  
  .article-page .tags .tag-list li.type3 {
    background: #FFF1DE;
    color: #FF6A30;
  }
  
  .article-page .tags .tag-list li.type3:hover {
    background: #ffe5c1;
  }
  
  .company-dynamics-article .more {
    border: none;
    line-height: 60px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
  }
  
  .company-dynamics-article .more-updata {
    border: none;
    line-height: 60px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
  }
  
  
  /* 轮播 */
  h2,
  h4 {
    font-weight: normal;
  }
  
  #persons {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  #persons .swiper-container {
    padding-bottom: 140px;
  }
  
  #persons .swiper-slide {
    /* width: 540px;
    height: 340px; */
    width: 1060px;
    height: 560px;
  }
  
  #persons .swiper-slide img {
    width: 100%;
  }
  
  #persons .swiper-slide .text {
    position: absolute;
    top: 590px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    color: #393939;
    font-size: 16px;
    text-align: center;
    display: none;
  }
  
  .swiper-slide-active .text {
    display: block !important;
  }
  
  #persons .swiper-slide .text img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 15px;
    border: 2px solid #ededed;
  }
  
  #persons .swiper-slide h2 {
    float: left;
    padding-top: 0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  #persons .swiper-slide h4 {
    float: left;
    margin: 0;
    width: 60%;
    font-size: 16px;
  }
  
  #persons .swiper-pagination {
    width: 100%;
    bottom: 20px;
  }
  
  #persons .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  
  #persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
  }
  
  #persons .swiper-button-prev {
    left: 250px;
    top: 600px;
    width: 50px;
    height: 50px;
    background: url(../images/about/2-zuo.png) center center no-repeat;
    user-select: none;
  }
  
  #persons .swiper-button-next {
    right: 250px;
    top: 600px;
    width: 50px;
    height: 50px;
    background: url(../images/about/2-you.png) center center no-repeat;
    user-select: none;
  }
  
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
  }
  
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: "" !important;
  }
  
  @media screen and (max-width: 1200px) {
    .article-page .article-card {
      width: 96%;
      min-width: unset;
    }
  }
  
  .title {
    text-align: center;
  }
  
  /* 关于我们页面 */
  #mypage,
  #mypage2 {
    text-align: center;
  }
  
  .mediaCarousel.layui-carousel>[carousel-item] {
    overflow-y: auto !important;
  }
  
  .about-banner {
    background: url(../images/about/gywm-banner.png);
    height: 409px;
    width: 100%;
  }
  
  .company-profile {
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555;
    text-align: center;
    cursor: default;
  }
  
  .company-profile .profile-title {
    height: 40px;
    font-size: 40px;
    color: #333;
    line-height: 130px;
  }
  
  .company-profile .profile-adesc {
    width: 1200px;
    font-size: 16px;
    line-height: 36px;
    margin: 90px auto 50px;
    text-align: left;
  }
  
  .company-profile .profile-imgs {
    display: flex;
    width: 1200px;
    margin: 0 auto 127px;
    justify-content: space-between;
  }
  
  .company-profile .profile-imgs .play-video {
    position: absolute;
    margin-top: 210px;
    margin-left: 430px;
  }
  
  .company-profile .profile-imgs ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .profile_imgs_box{
      width: 1200px;
      margin: 0 auto 50px;
  }
  .profile_imgs_box .imgs_box_top{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 30px;
  
  }
  .profile_imgs_box .imgs_box_top img{
      width: 586px;
      height: 330px;
      background: #EDF8FF;
      border-radius: 20px; 
      margin-right: 27px;
  }
  .profile_imgs_box .imgs_box_top img:last-child{
      margin-right: 0px;
  }
  .profile_imgs_box .imgs_box_bottom{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
  
  }
  .profile_imgs_box .imgs_box_bottom img{
      width: 380px;
      height: 220px;
      background: #EDF8FF;
      border-radius: 20px;
      margin-right: 30px;
  }
  .profile_imgs_box .imgs_box_bottom img:last-child{
      margin-right: 0px;
  }
  .profile_imgs_box img:hover{
      transform: scale(1.05);
  }
  iframe {
    border-radius: 10px;
  }
  
  .cultural-background {
    /* background: url(/static/v2023/images/about/2-bg.png); */
  }
  
  .cultural-background-main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222;
    line-height: 40px;
  }
  
  .cultural-background-main .cultural-background-left .cultural-background-title {
    height: 39px;
    line-height: 36px;
    font-size: 40px;
    margin-top: 115px;
    text-align: left;
  }
  
  .cultural-background-left ul {
    margin-bottom: 137px;
  }
  
  .cultural-background-left ul li {
    display: flex;
    text-align: left;
    margin-top: 51px;
    cursor: pointer;
  }
  
  .cultural-background-left ul li img {
    width: 40px;
    height: 40px;
  }
  
  .cultural-background-left ul .cultural-drop {
    font-size: 28px;
    width: 252px;
    margin-left: 10px;
  }
  
  .cultural-background-left .cultural-drop span {
    font-size: 18px;
    color: #555;
    display: block;
  }
  
  .cultural-background-right img {
    margin-top: 115px;
  }
  .cultural-background-right img:hover {
     transform: scale(1.05);
  }
  .corporate-honors {
    margin: 0 auto;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
  }
  
  .corporate-honors .corporate-honors-title {
    height: 39px;
    font-size: 40px;
    color: #222;
    padding-top: 121px;
    margin-bottom: 70px;
  }
  
  .corporate-honors .corporate-honors-main {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
  }
  
  .corporate-honors-main .honors-drop {
    display: flex;
    margin: 0 auto;
    width: 300px;
  }
  
  .corporate-honors-main .honors-drop li {
    height: 48px;
    width: 150px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
  }
  
  .corporate-honors-main .honors-drop .honors-selected {
    border-bottom: 1px solid #ff4343;
    color: #f73b3b;
  }
  
  .corporate-honors-main .honors-imgs {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 36px auto 52px;
    justify-content: start;
    height: 720px;
    overflow: hidden;
  }
  
  .corporate-honors-main .honors-wall:nth-child(3) .honors-imgs {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 36px auto 52px;
    justify-content: start;
    height: auto;
  }
  
  .corporate-honors-main .honors-imgs .media {
    width: 282px;
    height: 340px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 15px 26px;
    margin-right: 18px;
    margin-bottom: 24px;
  }
  
  .corporate-honors-main .honors-wall:nth-child(3) .honors-imgs .media {
    width: 570px;
  }
  
  .corporate-honors-main .honors-imgs .media img {
    width: 100%;
    height: 100%;
  }
  
  .corporate-honors-main .select-line {
    display: flex;
    width: 110px;
    margin: 0 auto;
    justify-content: space-between;
  }
  
  .corporate-honors-main .select-line li {
    width: 50px;
    height: 4px;
    background-color: #ff4b4b;
    border-radius: 2px;
    opacity: 0.2;
    cursor: pointer;
  }
  
  .corporate-honors-main .select-line .line-selected {
    opacity: 1;
  }
  
  .public-good {
    text-align: center;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #222;
  }
  
  .public-good .public-good-title {
    height: 39px;
    font-size: 40px;
    padding-top: 20px;
  }
  
  .public-good .public-good-main {
    display: flex;
    width: 1200px;
    margin: 81px auto 145px;
    justify-content: space-around;
  }
  
  .public-good .public-good-main li {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  
  .public-good-main li .public-good-affair {
    height: 25px;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 11px;
  }
  
  .public-good-main li .dataymd {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
  }
  
  .public-good-main li .check-certificate {
    font-size: 14px;
    color: #ff4833;
    width: 140px;
    height: 40px;
    background-color: #fffaf9;
    border: 1px solid #ffcdc2;
    border-radius: 20px;
  }
  
  .public-good .drop-line {
    width: 820px;
    height: 2px;
    background: linear-gradient(90deg, #ffecd9 0%, #ff916d 100%);
    border-radius: 1px;
    position: absolute;
    margin-left: 500px;
    margin-top: -322px;
    z-index: -1;
  }
  
  .company-dynamics {
    width: 100%;
    background-color: #F7F9FC;
    margin: 0 auto;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
  }
  
  .company-dynamics .company-dynamics-title {
    height: 40px;
    font-size: 40px;
    color: #222;
    line-height: 36px;
    padding-top: 98px;
  }
  
  .company-dynamics .company-dynamics-main {
    width: 1200px;
    margin: 80px auto 0;
    padding-bottom: 90px;
  }
  
  .company-dynamics .company-dynamics-main .dynameics-drop {
    width: 320px;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
  }
  
  .company-dynamics-main .dynameics-drop li {
    width: 160px;
    font-size: 18px;
    height: 44px;
    line-height: 36px;
    color: #666;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
  }
  
  .company-dynamics-main .dynameics-drop .dynamics-selected {
    color: #222;
    border-bottom: 1px solid #ff4343;
  }
  
  .company-dynamics-main #list-article {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    overflow: hidden;
  }
  
  .company-dynamics-main .company-dynamics-article ul {
    margin-left: 0;
  }
  
  .company-dynamics-article ul li {
    width: 600px;
    height: 128px;
    border-radius: 10px;
    text-align: left;
    padding: 24px 25px;
  }
  
  .company-dynamics-article ul li:hover {
    background-color: #fff;
    box-shadow: 0 4px 21px 0 rgba(156, 156, 156, 0.14);
  }
  
  .company-dynamics-article ul li a {
    display: flex;
    justify-content: space-evenly;
  }
  
  .company-dynamics-article ul li .article-data {
    background-color: rgba(244, 232, 232, 0.49);
    width: 80px;
    height: 80px;
    border-radius: 10px;
    font-size: 14px;
    color: #b4a2a2;
    text-align: center;
  }
  
  .company-dynamics-article li .article-data span {
    font-size: 48px;
    font-weight: bold;
    color: #816f6f;
    display: block;
    height: 57px;
  }
  
  .company-dynamics-article li .article-title {
    width: 448px;
    height: 40px;
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
  }
  
  .company-dynamics-article li .article-adesc {
    width: 444px;
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 48px;
  }
  
  .company-dynamics-article button {
    width: 160px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    cursor: pointer;
  }
  
  .contact-us {
    width: 100%;
    background: url(../images/about/6-bg.png);
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #333;
    text-align: center;
  }
  
  .contact-us .contact-us-title {
    height: 39px;
    font-size: 50px;
    color: #222;
    padding-top: 100px;
  }
  
  .contact-us .contact-us-main {
    width: 1200px;
    margin: 80px auto 0;
    background: url(../images/about/6-bgs.png) no-repeat;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 60px 50px;
  }
  
  .contact-us-main .contact-left {
    width: 310px;
    text-align: left;
  }
  
  .contact-us-main .contact-left ul {
    margin-bottom: 44px;
  }
  
  .contact-us-main .contact-left li {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  
  .contact-us-main .contact-left .consult {
    height: 30px;
    font-size: 30px;
  }
  
  .contact-us-main .contact-left .consult-adesc {
    height: 41px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 29px;
  }
  
  .contact-us-main li .ljzx {
   width: 80px;
    height: 30px;
    border: 1px solid #ff4e4e;
    background: linear-gradient(0deg, #ffdede 0%, #fff 100%);
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #f21c1c;
  }
  
  .contact-us-main .contact-right {
    width: 700px;
    text-align: left;
  }
  
  .contact-us-main .contact-right .company-address-title {
    height: 30px;
    font-size: 30px;
  }
  
  .contact-us-main .contact-right .company-address {
    font-size: 18px;
    margin-top: 31px;
    margin-bottom: 22px;
  }
  
  .contact-right span {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
  }
  
  .contact-right .company-address span {
    color: #666;
    font-size: 16px;
  }
  
  .contact-right .company-map {
    width: 700px;
    height: 360px;
    margin-bottom: 51px;
  }
  
  .contact-right a {
    float: right;
    margin-top: 10px;
  }
  
  .contact-right a button {
    width: 120px;
    height: 30px;
    border: 1px solid #d4d4d4;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
  }
  
  .open-certificate {
    width: 100%;
    background-color: rgba(18, 18, 18, 0.74);
    position: fixed;
    top: 100px;
    height: 100%;
    display: none;
  }
  
  .open-certificate img {
    width: 400px;
    height: 600px;
    margin-left: 710px;
    margin-top: 100px;
  }
  
  .colse-certificate {
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 1130px;
    margin-top: -600px;
    background: url(../images/about/X.png);
  }
  
  .open-record {
    width: 100%;
    background-color: rgba(18, 18, 18, 0.74);
    position: fixed;
    top: 100px;
    height: 100%;
    display: none;
  }
  
  .open-record .admin-content {
    width: 1000px;
    margin: 0 auto;
    height: 670px;
    background-color: #fff;
    border-radius: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
    padding: 30px;
  }
  
  .open-record .admin-content .admin-title {
    font-size: 30px;
    line-height: 36px;
    color: #333;
    padding: 0 0 25px;
  }
  
  .open-record .layui-table th,
  .open-record .layui-table-view,
  .open-record .layui-table td,
  .open-record .layui-table-header {
    border: none;
  }
  
  .open-record .layui-table-header {
    background-color: #f7f9fa;
    border-radius: 10px;
    height: 50px;
  }
  
  .open-record .layui-table th {
    line-height: 30px;
    color: #787878;
  }
  
  .open-record .layui-table-cell {
    height: auto;
    line-height: 50px;
  }
  
  .open-record .layui-table-main {
    font-size: 16px;
    color: #787878;
    line-height: 50px;
    color: #333;
  }
  
  .open-record .layui-table-main .laytable-cell-1-title {
    color: #555;
  }
  
  .open-record .layui-table-main .laytable-cell-1-money {
    color: #bb8e6a;
  }
  
  .open-record .layui-table-main .voucher {
    width: 56px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #bb8e6a;
    border-radius: 3px;
    font-size: 14px;
    color: #bb8e6a;
    line-height: 30px;
    display: inline-block;
  }
  
  .open-record .layui-table-main .voucher:hover {
    background-color: #bb8e6a;
    color: #fff;
  }
  
  .open-record .layui-table-main .query {
    width: 80px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #2a3dcc;
    border-radius: 3px;
    font-size: 14px;
    color: #2f50e0;
    line-height: 30px;
    display: inline-block;
  }
  
  .open-record .layui-table-main .query:hover {
    background-color: #2f50e0;
    color: #fff;
  }
  
  .open-record .layui-table-main tr {
    display: block;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1px;
  }
  
  .open-record .colse-certificate {
    background: none;
    font-size: 34px;
    color: #999;
    margin-left: 930px;
    margin-top: -80px;
    cursor: pointer;
  }
  
  
  /* 新增文章banner等2023/5/6 */
  .reg-code {
    margin: 17px auto 30px;
  }
  
  .scan-xcx {
    width: 370px;
    height: 370px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 28px;
  }
  
  .scan-xcx img:nth-child(2) {
    margin: 11px auto 14px;
  }
  
  .scan-xcx .xcx-adesc {
    width: 100%;
    height: 50px;
    background: #FBFBFB;
    border-radius: 10px;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #222222;
    line-height: 50px;
  }
  
  /* 图片弹窗 */
  .dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    min-width: 1200px;
    display: none;
    text-align: center;
    z-index: 999;
  }
  
  .dialog .dialog_img {
    margin-top: 180px;
    max-width: 1200px;
  }
  
  /* 新增右侧图片 */
  .free-code-xcx {
    width: 370px;
    height: 370px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    /* padding-top: 24px; */
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
  }
  
  .free-code-xcx img:nth-child(2) {
    margin: 12px auto 10px;
  }