.header_1 {
  width: 100vw;
  height: 50px;
  background-color: #1c1c1c;
  min-width: 1200px;
}

.header_center {
  min-width: 1200px;
  height: 50px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #a3a3a3;
  line-height: 14px;
}

.content_1 {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
  overflow: hidden;
}

.srceem {
  width: 100vw;
  margin: 0;
}

.swiper-container {
  width: 100vw;
  min-width: 1200px;
  background-color: black;
  /* display: flex; */
}

.swiper-slide {
  /* text-align: center; */
  position: relative;
  /* Center slide text vertically */
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
  z-index: 99;
}

/* .swiper-container .swiper-pagination-bullet-active {
    
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.8);
}

.swiper-container .swiper-pagination-bullet {
    margin-right: 16px;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.28);
} */

.swiper-container .swiper-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 48px !important;
}
.my-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 0.5;
  margin-right: 16px;
}
.my-bullet-active {
  display: inline-block;
  width: 88px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
}

.lunboimg {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  object-fit: cover;
}

.text_1_img_box {
  position: absolute;
  width: 100%;
  min-width: 1922px;
  height: 100%;
  padding-left: calc(50% - 961px + 359px);
  top: 0;
  left: 0;
}

.text_1_img {
  width: 1264px;
  height: 144px;
}

.text_2_img_box {
  position: absolute;
  width: 100%;
  min-width: 1922px;
  height: 100%;
  padding-left: calc(50% - 961px + 244px);
  top: 0;
  left: 0;
}

.text_2_img {
  width: 889px;
  height: 182px;
}

.nav_normal {
  display: block;
  z-index: 100;
}

.nav_scroll {
  display: none;
}
.nav_wrap {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.nav_box {
  margin: 0 auto;
  width: 1200px;
  /* padding: 15px 0; */
  /* padding: 25px 0; */
  /* border-bottom: 1px rgba(255, 255, 255, 0.5) solid; */
  height: 64px;
  min-width: 1200px;
}

/* 下拉 */
.nav_toggle {
  position: absolute;
  left: 0;
  top: 114px;
  width: 100vw;
  background-color: #fff;
  z-index: 110;
  display: none;
  min-width: 1200px;
}

.toggle_wrap {
  margin: 0 auto;
  width: 1200px;
  /* height: 300px; */
  padding: 24px 0;
}

.toggle_1_item {
  width: 310px;
  /* height: 68px; */
  border: 1px solid #f4f4f4;
  padding: 10px 12px;
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}

.toggle_1_item:hover {
  border: 1px solid #6a46cc;
  color: #6a46cc;
}
.toggle_1_item:hover .desc {
  color: #6a46cc;
}
.toggle_1_item .toggle_1_item_img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.toggle_1_item .toggle_1_item_img img {
  width: 100%;
  height: 100%;
}
.toggle_2 {
  flex: 1;
}

.toggle_2_item {
  display: block;
  margin-right: 10px;
  min-height: 70px;
  /* width: 310px; */
  border: 1px solid #f4f4f4;
  padding: 12px 14px;
  margin-bottom: 12px;
  cursor: pointer;
}
.toggle_2_item:hover {
  border: 1px solid #6a46cc;
  color: #6a46cc;
}
.toggle_2_item:hover .desc {
  color: #6a46cc;
}

/* 公共 */

.title1 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
}
.toggle_1_img {
  width: 24px;
  height: 24px;
}
.toggle_1_span {
  margin-right: 12px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  height: 27px;
}
.title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}

.desc {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
/* -------------*/

.nav_scroll_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  /* min-width: 1200px; */
  padding: 11px 0 0 0;
  background: #ffffff;
  /* background-color: transparent; */
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  line-height: 14px;
  height: 64px;
  z-index: 100;
}

.nav_scroll_box_content {
  margin: 0 auto;
  width: 1200px;
  /* margin-bottom: 15px; */
  /* height: 80px; */
}

.nav_scroll_toggle {
  background-color: #fff;
  display: none;
  min-width: 1200px;
}
.yashi_icon_opacity {
  width: 103px;
  height: 36px;
  background-image: url("../img/yashi_icon_opacity.png");
  background-size: 103px 36px;
  background-repeat: no-repeat;
}

.yashi_icon {
  width: 103px;
  height: 36px;
  background-image: url("../img/yashi_icon_white.png");
  background-size: 103px 36px;
  background-repeat: no-repeat;
}

.nav_scroll_box_content li {
  margin-left: 56px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.nav_scroll_box_content li a {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6e6e6e;
  line-height: 22px;
}
.nav_scroll_box_content li a:hover {
  color: #6a46cc;
}
.nav_scroll_box_content li .nav_scroll-show:hover {
  border-bottom: 1px solid #fff;
}

.nav_scroll_box_content li:last-child a {
  /* width: 227px; */
  /* padding: 0 27px;
  height: 42px;
  background: #6a46cc;
  border-radius: 21px;
  border: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  text-align: center; */
  /* padding: 0; */
  width: 138px;
  display: block;
  height: 42px;
  border: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  background: #6a46cc;
  border-radius: 21px;
  text-align: center;
}

.consult_btn {
  width: 227px;
  height: 60px;
  background: #5d54dc;
  border-radius: 31px;
  border: none;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.border_bottom {
  border-bottom: 1px solid #d9d8e0;
}

.nav_box li {
  margin-left: 56px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.nav_box li a {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #d9d8e0;
  line-height: 22px;
}
.nav_box li a:hover {
  color: #fff;
}
.nav_box li .nav-service:hover {
  border-bottom: 1px solid #fff;
}
.nav_box li:last-child {
}
.nav_box li:last-child a {
  width: 138px;
  display: block;
  height: 42px;
  border: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  background: #6a46cc;
  border-radius: 21px;
  text-align: center;
}
.block {
  display: block;
  animation: navBar 0.3s;
  -moz-animation: navBar 0.3s;
  -webkit-animation: navBar 0.3s;
  -o-animation: navBar 0.3s;
}

.none {
  display: none;
  /* animation: navBar 0.3s;
    -moz-animation: navBar 0.3s;
    -webkit-animation: navBar 0.3s;
    -o-animation: navBar 0.3s; */
}

@keyframes navBar {
  0% {
    opacity: 0;
    transform: translate(0, -80px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.content_2 {
  padding: 112px 0 0;
  margin: auto;
  min-width: 1200px;
}

.content_3 {
  padding: 143px 0 0;
  margin: auto;
  min-width: 1200px;
}

.content_4 {
  padding: 143px 0 0;
  margin: auto;
  width: 1200px;
}

.content_5 {
  padding: 143px 0 0;
  margin: auto;
  width: 1200px;
}

.content_title {
  width: 500px;
  height: 78px;
  font-size: 40px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #2b2b2b;
  line-height: 40px;
  text-align: center;
  padding-top: 38px;
  background-repeat: no-repeat;
  background-position: top center;
}

.content_include {
  font-size: 20px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  padding-top: 30px;
}

.include_text {
  width: 613px;
  height: 613px;
  margin-top: 92px;
  position: relative;
  background-image: url("https://yashisoft-1301525738.cos.ap-shanghai.myqcloud.com/yashiSolution/img/bitmap_part_2.png");
  background-size: 613px 613px;
  background-repeat: no-repeat;
}

.include_li {
  position: absolute;
}

.position_1 {
  top: 0;
  left: -178px;
}

.position_2 {
  top: 270px;
  left: -267px;
}

.position_3 {
  top: 530px;
  left: -178px;
}

.position_4 {
  top: 0;
  right: -178px;
}

.position_5 {
  top: 270px;
  right: -267px;
}

.position_6 {
  top: 530px;
  right: -178px;
}

.include_li:hover .include_li_title {
  width: 280px;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5d54dc;
  line-height: 30px;
}

.include_li_title {
  width: 260px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}

.include_li:hover .include_li_text {
  width: 280px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5d54dc;
  line-height: 30px;
}

.include_li_text {
  width: 260px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}

.include_li:hover .include_li_icon_box {
  width: 76px;
  height: 76px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
}

.include_li_icon_box {
  width: 76px;
  height: 76px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.include_li_icon_box .normal {
  display: block;
  width: 40px;
  height: 40px;
}

.include_li_icon_box .active {
  display: none;
  width: 40px;
  height: 40px;
}

.include_li:hover .normal {
  display: none;
  width: 40px;
  height: 40px;
}

.include_li:hover .active {
  display: block;
  width: 40px;
  height: 40px;
}

.used_box {
  width: 371px;
  height: 366px;
  padding: 299px 26px 70px;
  background-size: 371px 366px;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  font-size: 31px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 44px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}

.used_box:hover span {
  display: none;
  animation: hideIndex 0.3s;
  -moz-animation: hideIndex 0.3s;
  /* Firefox */
  -webkit-animation: hideIndex 0.3s;
  /* Safari and Chrome */
  -o-animation: hideIndex 0.3s;
  /* Opera */
}

.used_box:hover .bitmap_8 {
  display: block;
  animation: hideIndex 0.3s;
  -moz-animation: hideIndex 0.3s;
  /* Firefox */
  -webkit-animation: hideIndex 0.3s;
  /* Safari and Chrome */
  -o-animation: hideIndex 0.3s;
  /* Opera */
}

@keyframes hideIndex {
  0% {
    opacity: 0;
    transform: translate(0, 371px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.bitmap_8 {
  width: 371px;
  height: 366px;
  padding: 58px 26px 70px;
  background-color: rgba(93, 84, 220, 0.6);
  border-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.bitmap_8_title {
  font-size: 31px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 44px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
  border-bottom: 1px #ffffff solid;
  padding-bottom: 20px;
  margin-bottom: 22px;
}

.bitmap_8_text {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
}

.bitmap_9 {
  width: 370px;
  height: 366px;
  background: #5d54dc;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

.partner_li {
  width: 400px;
  height: 200px;
  padding-left: 51px;
}

.partner_icon {
  width: 120px;
  height: 79px;
  margin-right: 27px;
}

.partner_name {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
  padding-bottom: 6px;
}

.partner_include {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #959595;
  line-height: 25px;
}

/* ------------------------------------------------ */

.serve_1 {
  padding: 35px 0 168px 0;
  background: #fafafa;
  color: #fff;
  width: 100%;
  min-width: 1200px;
}
.serve_1_left {
  width: 320px;
  height: 750px;
}
.serve_1_left img {
  width: 100%;
  height: 100%;
}
.serve_1_right {
  padding-top: 140px;
  width: 320px;
  /* height: 750px; */
}
.serve_1_right img {
  width: 100%;
  height: 750px;
}
.serve_content {
  flex: 1;
  padding-top: 96px;
  min-width: 1200px;
}
.serve_content_box {
  width: 1200px;
  /* height: 300px;
    background-color: pink; */
}
.serve_content_box .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 43px auto 0 auto;
  width: 210px;
  height: 63px;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #999999;
  cursor: pointer;
}
.serve_content_box .more a {
  color: #999;
  margin-right: 15px;
}
.serve_content_box .more:hover {
  border: 1px solid #6a46cc;
  color: #6a46cc;
}
.serve_content_box .more:hover a {
  color: #6a46cc;
}
.serve_content_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serve_content_box ul li {
  position: relative;
  width: 384px;
  height: 446px;
  cursor: pointer;
}
.serve_content_box ul li:first-child {
  width: 792px;
}
.serve_big {
  width: 792px;
  height: 446px;
  overflow: hidden;
}
.serve_big img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
.serve_big img:hover {
  transform: scale(1.5);
}
.serve_big .serve_big_info {
  padding: 70px 24px 24px 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 230px; */
  background: linear-gradient(180deg, rgba(106, 70, 204, 0) 0%, #000000 100%);
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
}
.time {
  margin-top: 23px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.serve_middle {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.serve_middle .serve_middle_top {
  height: 216px;
  overflow: hidden;
}
.serve_middle .serve_middle_top img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.serve_middle .serve_middle_top img:hover {
  transform: scale(1.3);
}

.serve_middle_bottom {
  flex: 1;
  padding: 24px;
}
.serve_middle_bottom:hover {
  transition: 2s;
  background: #6a46cc;
}
.serve_middle_bottom:hover div {
  color: #fff;
}
.serve_middle_title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}

.serve_2 {
  height: 600px;
  background-color: #fff;
  padding: 73px 0 244px 0;
  overflow: hidden;
  min-width: 1200px;
}

.serve_2_box {
  width: 100%;
  position: relative;
  /* height: 310px;
  background: url("../img/website/serve_2_bg.png") no-repeat;
  background-size: cover; */
  height: 282px;
}
.serve_2_box .serve_2_title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 3;
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin: 0 auto;
}

.serve_2_bg {
  margin: 0 auto;
  width: 1530px;
  height: 282px;
  background: url("../img/website/serve_2_bg.png") no-repeat;
  background-size: 1530px 282px;
  display: flex;
  align-items: end;
  justify-content: center;
}

/* .serve_2_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1530px;
  height: 282px;
  z-index: 1;
} */
.serve_2_box .serve_2_bg ul {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-48%);
  z-index: 2;
}
.serve_2_box .serve_2_circle {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #eeeeee;
  text-align: center;
  line-height: 128px;
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-bottom: 18px;
}
.serve_2_box ul li {
  margin-right: 56px;
  cursor: pointer;
}
.serve_2_box ul li :last-child {
  margin-right: 0;
}
.serve_2_box ul li:hover .serve_2_circle {
  color: #fff;
  background-color: #6a46cc;
  border: 2px solid #6a46cc;
}
.serve_2_box ul li:hover .serve_2_dsec {
  color: #6a46cc;
}
.serve_2_box .serve_2_dsec {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.serve_3 {
  padding: 168px 0 172px 0;
  background-color: #fafafa;
  position: relative;
  /* height: 800px; */
  min-width: 1200px;
}

.serve_3 .serve_3_left,
.serve_3_right {
  width: 320px;
  height: 750px;
}

.serve_3_left img {
  width: 100%;
  height: 100%;
}
.serve_3_right img {
  width: 100%;
  height: 100%;
}
.serve_3 .serve_3_left {
  position: absolute;
  left: 0;
  top: -120px;
}
.serve_3 .serve_3_right {
  position: absolute;
  right: 0;
  top: -60px;
}
.serve_3_center {
  width: 1200px;
  /* height: 500px; */
  /* background-color: pink; */
}
.serve_3_center .serve_3_avatar {
  width: 501px;
  height: 590px;
}
.serve_3_center .serve_3_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 122px 0px 0px 0px;
}
.serve_3_center .serve_3_illustrate {
  flex: 1;
  padding-right: 100px;
}
.serve_3_illustrate .illustrate_box p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.serve_3_illustrate .illustrate_box img {
  width: 600px;
  height: 129px;
  display: block;
}
.serve_3_illustrate .serve_3_line {
  width: 77px;
  height: 1px;
  background-color: #979797;
  margin-right: 17px;
}
.serve_3_illustrate .serve_3_signature {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.serve_4 {
  color: #fff;
  height: 460px;
  background: url("../img/website/yashi_bg.png") no-repeat;
  background-size: cover;
  min-width: 1200px;
}
.serve_5 {
  position: relative;
  background: #fafafa;
  padding: 170px 0;
  min-width: 1200px;
}

.serve_5_ponsition {
  position: fixed;
  right: 24px;
  bottom: 39px;
  cursor: pointer;
}

.serve_5_ponsition li {
  position: relative;
  background-color: #fff;
}
.serve_5_ponsition li i {
  font-size: 32px;
}
.serve_5_ponsition li .title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
  line-height: 17px;
}
.serve_5_ponsition .ponsition_public:hover i {
  color: #6a46cc;
}
.serve_5_ponsition .ponsition_public:hover .title {
  color: #6a46cc;
}
.serve_5_ponsition .ponsition_public:hover .erweima {
  display: block;
}
.serve_5_ponsition .ponsition_back:hover i {
  color: #6a46cc;
}
.serve_5_ponsition .ponsition_back:hover .title {
  color: #6a46cc;
}
.serve_5_ponsition .ponsition_public .erweima {
  display: none;
  position: absolute;
  left: -213px;
  top: 50%;
  transform: translateY(-50%);
  width: 213px;
  height: 211px;
  background: url("../img/website/erweima.png") no-repeat;
  background-size: 213px 211px;
  text-align: center;
  padding-top: 20px;
}
.serve_5_ponsition .ponsition_public .erweima img {
  width: 157px;
  height: 157px;
}

.serve_6 {
  height: 300px;
  background-color: orange;
}

/* 公共 */

.enterprise_common-box {
  position: relative;
}
.enterprise_common-box span {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #6a46cc;
  line-height: 22px;
}
.enterprise_common-box .enterprise_common_dsec {
  display: block;
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333 !important;
  cursor: pointer;
}
.enterprise_common_round {
  position: absolute;
  right: -24px;
  bottom: 12px;
  width: 82px;
  height: 82px;
}
/* ---------------- */

.tip_box {
  /* width: 300px;
  height: 200px;
  line-height: 200px; */
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 10%;
  transform: translateX(-50% );
  border-radius: 10px;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  display: none;
}
