/*BFC的方法*/
body {
  background: #fff !important;
}
#clear:after {
  content: "";
  display: block;
  clear: both;
}
clear {
  zoom: 1;
}
.home_wrap {
  background: #fff;
  width: 100%;
  /* min-width: 1200px; */
}
.home_header {
  width: 100%;
  height: 72px;
  background: #fff;
  /* color: #fff; */
  font-size: 16px;
}
.home_header-box {
  width: 1200px;
  margin: 0 auto;
}
.homepage_logo {
  float: left;
  display: flex;
  width: 196px;
  height: 46px;
  padding-left: 20px;
  margin-top: 13px;
}
.homepage_logo div {
  line-height: 60px;
  color: #409eff;
  font-size: 30px;
  font-weight: bolder;
  font-family: "时尚中黑简体";
  background-image: -webkit-linear-gradient(left, #1196d8, #12b8f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage_logo img {
  width: 100%;
  object-fit: cover;
}
.home_nav {
  float: right;
}
.home_nav li {
  float: left;
  cursor: pointer;
  padding: 0 20px;
}
.home_nav li a {
  color: #676a6c;
}
.home_nav li a:hover {
  color: #2186ff;
}
.home_nav li:hover {
  color: #2186ff;
  transition: all 0.5s;
}
.login {
  color: #fff;
  background: #2186ff;
}
.login_btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  margin-top: 15px;
}
.home_register {
  border: 1px solid #2186ff;
  color: #2186ff;
}
.home_register:hover {
  background: #2186ff;
  color: #fff;
}
.fr {
  float: right;
}

.cl:after,
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl:after,
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.multilingual {
  position: relative;
  margin-top: 26px;
}
.arrow {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.arrow img {
  width: 100%;
}
.sub {
  /* display: none; */
  width: 150px;
  position: absolute;
  left: 0;
  top: 56px;
  background: #fff;
  line-height: 40px !important;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 2px 8px #999;
  z-index: 999;
  cursor: pointer;
}
.sub {
  visibility: visible;
  transform-origin: top;
  transition: 0.5s;
  transform: scaleY(0);
}
.multilingual:hover .sub {
  /* display: block; */
  transform: scaleY(1);
}
.sub li {
  zoom: 1;
  margin-top: 6px;
  margin-bottom: 6px;
}
.sub li a {
  color: #1a1a1a;
  font-weight: 600;
}
.sub li a:hover {
  color: #cb3332;
}
.txt {
  float: right;
  font-size: 16px;
  color: #1a1a1a;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20px;
}
.multi-pic {
  float: right;
  width: 21px;
  height: 20px;
}
.multi-pic img {
  width: 100%;
}
.banner_box {
  width: 100%;
  margin: 60px auto 0;
  background: #f8f9fd;
}
.banner {
  width: 1220px;
  margin: auto;
}
.banner_middle {
  width: 100%;
}
.banner_left {
  width: 680px;
  text-align: center;
  float: left;
  margin-top: 68px;
}
.banner_left {
  /* width: 100%; */
  border: 0;
}
.banner_right {
  float: right;
}
.intermed-content {
  min-height: 800px;
  /* margin-top: 80px; */
}
.announcement {
  width: 100%;
  height: 400px;
  /*background: url(./images/top-pc-bg.jpg) no-repeat;
  background-size: 100% 100%; 20250912*/
  position: relative;
  overflow: hidden;
}
.announcement-swiper {
    width: 100%;
    height: 100%;
}

.announcement-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.announcement-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 30px;
}
.announcement-box h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center;
}
.announcement-box-new {
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 30px;
  
  position: relative;
  z-index: 2; 
}
.announcement-box-new h1 {
  font-size: 45px;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
  text-align: center;
}
.announcement-box-new h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.announcement-box-new h2 a {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.announcement-content {
  overflow: hidden;
  width: 100%;
/*  margin-top: 40px;*/
  padding-top: 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.announcement-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.announcement-item {
  width: calc(50% - 16px);
  height: 140px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  margin-bottom: 32px;
  flex: 0 0 calc(50% - 16px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.announcement-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: #007bff;
}
.announ-box {
  margin: 30px 40px 30px 40px;
}
.announ-left {
    float: left;
    width: 62px;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #f8f9fa;
    border-radius: 5px;
}
.new-plain-left-box {
  margin-top: 10px;
}
.new-plain-left-box p {
  font-size: 12px;
  color: #666;
}
.new-plain-left-box span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-weight: 600;
}
.announ-img img {
  width: 100%;
}
.announ-text {
  float: left;
  margin-left: 20px;
  width: calc(100% - 102px);
}
.announ-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 6px;
}
.announ-txt {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.char_b_t1 {
  font-size: 58px;
  margin-top: 158px;
  color: #485778;
}
.char_b_t2 {
  font-size: 16px;
  margin-top: 10px;
  color: #a0a4ad;
  padding-left: 5px;
  line-height: 30px;
  max-width: 500px;
}
.char_b_t3 {
  margin-top: 105px;
}
.char_b_t3_input {
  height: 58px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  padding: 12px 20px;
  width: 350px;
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
.char_b_t3 a {
  margin-left: 20px;
  width: 120px;
  text-align: center;
  padding: 18px 50px;
  background-color: #2186ff;
  border-radius: 4px;
  color: #fff;
}
.banner_amount div {
  float: left;
  text-align: center;
  line-height: 180%;
  width: 300px;
  margin-left: 50px;
  color: #aaa;
}
.banner_amount {
  width: 100%;
  height: 128px;
  float: left;
  font-size: 16px;
  margin-top: 68px;
  padding-left: 80px;
}
.banner_amount a {
  font-size: 38px;
  color: #666;
}
.intro {
  margin: 0 auto;
  width: 1220px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.case_title {
  margin: 0 auto;
  padding-top: 60px;
  /* width: 1120px; */
  text-align: center;
  font-size: 16px;
  color: #aaa;
  line-height: 4em;
}
.case_title .jk-title {
  font-size: 38px;
  color: #333;
}
.intro-block-8 {
  width: 1120px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
}
.intro-8 {
  width: 250px;
  float: left;
  padding: 40px 0px;
}
.f-left {
  float: left;
}
.intro-8-icon {
  width: 50px;
}
.intro-8-icon i {
  color: #2186ff;
  font-size: 38px;
}
.intro-8 img {
  width: 38px;
}
.f-right {
  float: right;
  max-width: calc(100% - 600px);
}
.intro-8-word {
  width: 200px;
}
.intro-8-word .intro-8-2 {
  font-weight: normal;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
}
.m-left-40 {
  margin-left: 40px;
}
.intro-8-word div {
  font-size: 16px;
}
.s1 {
  width: 1120px;
  margin: 0 auto;
  padding-top: 80px;
}
.s1 img {
  width: 600px;
}
.s-title {
  font-size: 32px;
  margin-top: 60px;
}
.s-content {
  margin-top: 50px;
}
.s-content li {
  line-height: 2.2em;
  color: #888;
}
.s-btn {
  width: 120px;
  text-align: center;
  padding: 16px 50px;
  background-color: #2186ff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.deploy {
  width: 100%;
  background-color: #fafbfc;
  margin-top: 100px;
  padding-top: 50px;
}
.s2 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.s2-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.s2-b {
  padding-top: 80px;
  width: 278px;
  float: left;
}
.s2-img {
  width: 278px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 278px;
  border-radius: 20px !important;
  border: 1px solid #ebedf0 !important;
}
.s2-img img {
  width: calc(100% - 70px);
  border-radius: 20px !important;
}
.s2-title {
  width: 278px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.s2-content {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  height: 24px;
  font-size: 16px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.s2-content i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}
.s2-content span {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  margin-top: -1px;
}
.s2-content span img {
  width: 100%;
}
.m-80 {
  margin-left: 80px;
}
.case {
  width: 100%;
  padding: 80px 0px;
}
.case_middle {
  margin: 0 auto;
  width: 1220px;
  padding-top: 60px;
}
.case_two div {
  float: left;
  width: 200px;
  height: 80px;
  margin-left: 102.5px;
  margin-bottom: 18px;
  /* background-color: #f2f5fb; */
}
.news {
  width: 100%;
  background-color: #fafbfc;
  padding-top: 50px;
  padding-bottom: 60px;
}
.news_title {
  margin: 0 auto;
  padding-top: 60px;
  width: 1120px;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  line-height: 4em;
}
.news_title a {
  font-size: 38px;
  color: #333;
}
.news_middle {
  margin: 0 auto;
  width: 1220px;
  padding-top: 60px;
}
.card li {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.card li .card_a {
  display: block;
  margin: 0 20px 40px;
  padding: 20px;
  color: #383838;
  box-shadow: 0 2px 5px 0 #cccbcb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  background-color: #ffffff;
}
.card li .card_title {
  min-height: 52px;
  margin-bottom: 16px;
  line-height: 26px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card_title h3 {
  font-weight: normal;
}
.card li .card_content {
  height: 40px;
  line-height: 20px;
  color: #6e6e6e;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
.news_more {
  text-align: center;
}
.news_more a {
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  color: #2186ff;
  border: 1px solid #2186ff;
  font-size: 18px;
  border-radius: 3px;
}
.bottom_middle {
  margin: 0 auto;
  width: 1220px;
  padding-bottom: 50px;
}
.bottom_regist {
  width: 1220px;
  text-align: center;
  margin-top: 58px;
  line-height: 250%;
}
.bottom_regist div {
  margin-bottom: 50px;
}
.bottom_regist_title {
  color: #a0a4ad;
}
.bottom_regist span {
  font-size: 38px;
  color: #485778;
}
.bottom_regist_input {
  height: 58px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  padding: 12px 26px;
  width: 500px;
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
.bottom_regist a {
  margin-left: 20px;
  width: 120px;
  text-align: center;
  padding: 18px 50px;
  background-color: #2186ff;
  border-radius: 4px;
  color: #fff;
}
.bottom_link {
  width: 1220px;
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
.bottom_link .column {
  float: left;
  width: 15%;
  font-size: 14px;
}
.bottom_link li {
  color: #a9a9a9;
  line-height: 36px;
}
.bottom_link li a {
  color: #333;
  line-height: 36px;
}
.bottom_link li img {
  width: 120px;
}
.bottom_link h2 {
  color: #636363;
  font-size: 16px;
  font-weight: normal;
}
.bot_phone span {
  font-size: 25px;
  color: #2186ff;
}
.bottom_cr {
  background-color: #222;
}
.bottom_cr_middle {
  margin: 0 auto;
  width: 1200px;
  font-size: 14px;
  color: #bbb;
  line-height: 36px;
  text-align: center;
  padding: 15px 15px;
}
.bottom_cr_middle a {
  color: #bbb;
}
img {
  border: 0;
}
li.bot_phone_time {
  line-height: 16px;
  font-size: 14px;
  color: #bbb;
}
li.bot_phone_time:hover {
  color: #fff;
}
.bottom_cr_middle a:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .wrap .contact-us-box {
    display: block;
  }
}
.contact-us-box {
  display: none;
  background: #fff;
  position: fixed;
  right: 5px;
  top: 40%;
  margin-top: -100px;
  min-width: 100px;
  font-size: 13px;
  z-index: 9000;
  border-radius: 5px;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.contact-us-box .qq {
  padding: 6px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.contact-us-box a {
  text-decoration: none;
}
.contact-us-box .qq .img {
  text-align: center;
}
.contact-us-box p {
  text-align: center;
  line-height: 22px;
}
.contact-us-box .qq .img > i {
  cursor: pointer;
  font-size: 40px;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  line-height: 40px;
  color: #2186ff;
  border: 1px solid #2186ff;
  /* height: 62px; */
}
.contact-us-box .qq .img > i:hover {
  color: #fff;
  background: #2186ff;
}
.contact-us-box a p.prompt {
  color: #888;
}
.contact-us-box .tel .text {
  color: red;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
}
.contact-us-box .tel {
  padding: 6px 0px;
  display: block;
}
.contact-us-box .separator {
  border-top: 1px solid #ddd;
}
.contact-us-box .qr {
  padding: 0px;
  display: block;
}
.contact-us-box .qr img {
  width: 98px;
  height: 98px;
  border-radius: 5px;
}
.home_wrap a {
  text-decoration: none;
}

.verifyPhone-button span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.verifyPhone-button .active {
  border: 1px solid #ccc;
  color: #999;
  background: #f7f7f7;
  border-radius: 8px;
}
.el-table .cell a {
  color: #606266;
}
.circle-border {
  padding: 15px 25px; /* 控制内边距 */
  border: 2px solid #fff; /* 边框颜色 */
  border-radius: 50px; /* 圆角半径（足够大即可形成环形） */
  background-color: transparent; /* 透明背景 */
  color: #fff; /* 文字颜色 */
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease; /* 悬停动画 */
}
.circle-border:hover {
  background-color: #fff;
  color: #000;
}
/* @media only screen and (max-width: 768px) {
    .announcement-box {
        width: 94%;
        margin: 0 auto;
        padding-top: 90px;
        padding-bottom: 30px;
    }
    .announcement {
        width: 100%;
        height: 1300px;
        background: url(./images/bg.png) no-repeat;
        background-size: cover;
    }
    .announcement-item {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 32px;       
    }
    .home_header-box {
        width: 94%;
        margin: 0 auto;
    }
    .home_wrap {
        background: #fff;
        width: 100% !important;
    }
    .s1 {
        width: 94%;
        margin: 0 auto;
        padding-top: 40px;
    }
    .f-left {
        float: none;
    }
    .f-right {
        float: none;
    }
    .f-left, .f-right {        
        width: 94%;
        margin: 0 auto;
    }
    .f-left img, .f-right img {
        width: 100%;
    }
    .s-word {        
        width: 40%;
        margin: 0 auto;
    }
    .s2 {
        width: 94%;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .s2-box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .s2-b {
        padding-top: 80px;
        width: 94%;
        /* margin: 0 auto; */
/* float: left; */

/* .s2-img {
        width: 278px;
        text-align: center;
        height: 278px;
        margin: 0 auto;
    }
    .s2-title {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 600;
        color: #000;
        font-size: 20px;
    }
    .bottom_cr_middle {
        margin: 0 auto;
        width: 94%;
        font-size: 14px;
        color: #bbb;
        line-height: 36px;
        text-align: center;
        padding: 15px 15px;
    } */

/* 手机版 */
.m-wrap {
  background: #f2f4f8;
}
.m-header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.m-header-box {
  width: 94%;
  margin: 0 auto;
  height: 48px;
}
.m-logo {
  float: left;
  width: 102px;
  height: 24px;
  margin-top: 12px;
}
.m-logo img {
  width: 100%;
}
.m-multilingual {
  position: relative;
  margin-top: 14px;
  cursor: pointer;
}
.m-sub {
  /* display: none; */
  width: 100px;
  position: absolute;
  right: 0;
  top: 36px;
  background: #fff;
  line-height: 40px !important;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 2px 8px #999;
  z-index: 999;
  cursor: pointer;
}
.m-sub {
  visibility: visible;
  transform-origin: top;
  transition: 0.5s;
  transform: scaleY(0);
}
.m-multilingual:hover .m-sub {
  /* display: block; */
  transform: scaleY(1);
}
.m-sub li {
  zoom: 1;
  margin-top: 6px;
  margin-bottom: 6px;
}
.m-sub li a {
  color: #1a1a1a;
  font-weight: 600;
}
.m-sub li a:hover {
  color: #cb3332;
}
.m-arrow {
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.m-arrow img {
  width: 100%;
}
.m-txt {
  float: right;
  font-size: 14px;
  color: #1a1a1a;
  margin-left: 6px;
  margin-right: 6px;
  line-height: 20px;
  cursor: pointer;
}
.m-multi-pic {
  float: right;
  width: 17px;
  height: 16px;
}
.m-multi-pic img {
  width: 100%;
}
.m-content {
  height: calc(100vh - 48px);
  overflow: scroll;
  padding-top: 68px;
}
.m-content-box {
  width: 94%;
  margin: 0 auto;
}
.m-ban {
  width: 100%;
  height: 142px;
  border-radius: 10px;
}
.m-ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.m-announ {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 18px;
}
.m-announ-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-announ-box h2 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.m-announ-content {
  overflow: hidden;
  margin-top: 20px;
}
.m-announ-content-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-announ-content-item {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  background: url(../images/m-ad.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.m-announ-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.m-box {
  margin: 14px 14px 20px 14px;
  display: flex;
  align-items: flex-start;
}
.m-ann-left {
  float: left;
  width: 50px;
  height: 46px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f8f9fa;
  border-radius: 5px;
  margin-right: 12px;
  flex-shrink: 0;
}
.m-new-plain-left-box {
  margin-top: 8px;
}
.m-new-plain-left-box p {
  font-size: 10px;
  color: #666;
  margin: 0;
}
.m-new-plain-left-box span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: 600;
}
.m-ann-text {
  flex: 1;
  margin-left: 0;
}
.m-ann-title {
  font-size: 16px;
  color: #0f0f0f;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-ann-txt {
  font-size: 14px;
  color: #7a818a;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-activity {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 18px;
}
.m-activity-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 14px;
}
.m-activity-box h2 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.m-service-time {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.m-activity-con {
  width: 100%;
  margin-top: 10px;
}
.m-activity-ul {
  overflow: hidden;
}
.m-activity-item {
  border-bottom: 1px solid #f1f4f7;
}
.m-activity-item:last-child {
  border-bottom: none;
}
.m-activity-item-box {
  margin-top: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}
.m-activity-item-left {
  width: 71%;
  float: left;
  overflow: hidden;
}
.m-activity-item-left1 {
  width: 28%;
  float: left;
  height: 126px;
}
.m-activity-item-left1 img {
  width: 100%;
}
.m-activity-item-right1 {
  width: 68%;
  float: right;
}
.m-activity-title {
  font-size: 16px;
  color: #202020;
  line-height: 30px;
  font-weight: 500;
}
.m-activity-ar-ul {
  margin-top: 10px;
}
.m-activity-ar-li {
  padding-left: 14px;
  position: relative;
  white-space: wrap;
  font-size: 13px;
  line-height: 24px;
  color: #787f89;
}
.m-activity-ar-li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #82808c;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.m-activity-text {
  font-size: 13px;
  color: #787f89;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-activity-item-right {
  width: 28%;
  float: right;
  height: 126px;
}
.m-activity-item-right img {
  width: 100%;
  object-fit: cover;
}
.m-qr-code {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 18px;
}
.m-qr-code-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 14px;
}
.m-qr-code-box h2 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.m-qr-code-con {
  width: 100%;
  margin-top: 10px;
}
.m-qr-code-ul {
  overflow: hidden;
}
.m-qr-code-item {
  border-bottom: 1px solid #f1f4f7;
}
.m-qr-code-item:last-child {
  border-bottom: none;
}
.m-code-box {
  margin-top: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.m-code-box:last-child {
  margin-bottom: 10px;
}
.m-code-left {
  float: left;
  width: 120px;
  height: 120px;
  background: #f2f3f5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-code-left img {
  width: calc(100% - 36px);
}
.m-code-right {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 120px;
}
.m-code-name {
  font-size: 16px;
  color: #0e0e0e;
  font-weight: 600;
}
.m-code-button {
  min-width: 90px;
  width: fit-content;
  height: 36px;
  padding: 0 15px;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  border-radius: 6px;
  background: #020202;
}
.m-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #a9a9ad;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-copyright a {
  color: #a9a9ad;
}
.m-copyright a:hover {
  color: #020202;
}
