@charset "UTF-8";
/* 思源黑体 */
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("/font/SourceHanSansCN-Bold.ttf");
}

/* 思源黑体 */
@font-face {
  font-family: "DIN Alternate-Bold";
  src: url("/font/DIN-Condensed-Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

/* 整体 */
#youpin {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  /* overflow: hidden; */
  /* overflow-y: scroll; */
}

/* 头部header */
#header {
  height: 70px;
  background: #130B0B;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1001;
  /* 导航栏 */
}

#header .header_inner {
  margin: 0 auto;
  height: 100%;
  position: relative;
  width: 980px;
  text-align: center;
}

#header .header_inner .logo {
  float: left;
  margin-right: 10px;
  padding-top: 24px;
}

#header .header_inner .logo img {
  height: 20px;
}

#header .header_inner .nav {
  float: left;
}

#header .header_inner .nav .navList {
  display: flex;
}

#header .header_inner .nav .navItem {
  cursor: pointer;
  height: 70px;
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
  margin: 0 30px;
  line-height: 70px;
}

#header .header_inner .nav .navItem .anchor {
  color: #FFFFFF;
  text-decoration: none;
}

#header .header_inner .nav .navItem:hover {
  color: #F32E2E;
}

#header .header_inner .nav .navItem:hover .anchor {
  color: #F32E2E;
}

#header .header_inner .nav .navItem:hover .gogroup {
  color: #F32E2E;
}

#header .header_inner .nav .group {
  padding-left: 24px;
}

#header .header_inner .nav .group .gogroup {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}

#header .header_inner .user-nav {
  float: right;
  line-height: 70px;
  height: 70px;
}

#header .header_inner .user-nav .nav-login {
  /* height: 70px;
            line-height: 70px; */
}

#header .header_inner .user-nav .btn {
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  padding: 3px 11px;
  min-width: 0;
  margin-left: 10px;
  vertical-align: inherit;
  border: 1px solid #FFFFFF;
  /* line-height: 70px; */
}

#header .header_inner .user-nav .nav-login-btn {
  position: relative;
  text-decoration: none;
}

#header .header_inner .downloadAPP {
  display: none;
}

#header .home-inner {
  max-width: 1000px;
}

#main {
  /* 第一屏 */
  /* 后四屏 */
}

#main #youpin_banner {
  width: 100%;
  /* height: 695px; */
  height: 424px;
  background: linear-gradient(180deg, #FEE4E4 14%, rgba(217, 217, 217, 0) 100%);
  text-align: center;
  overflow: hidden;
  position: relative;
}

#main #youpin_banner .youpin_banner_text {
  position: absolute;
  top: 0px;
  padding-bottom: 80px;
  width: 100%;
  z-index: 999;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 第一屏标题 */
  /* 第一屏详情 */
}

#main #youpin_banner .youpin_banner_text .pin_main {
  padding-top: 90px;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding-bottom: 76px;
  position: relative;
}

#main #youpin_banner .youpin_banner_text .pin_main .title {
  height: 70px;
  font-size: 50px;
  /* font-family: SourceHanSansCN-Bold; */
  font-weight: bold;
  color: #333333;
  line-height: 59px;
  margin-bottom: 0px;
  position: relative;
  z-index: 999;
}

#main #youpin_banner .youpin_banner_text .pin_main .vice-title {
  margin-top: 3px;
  height: 34px;
  font-size: 24px;
  /* font-family: SourceHanSansCN-Bold; */
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  position: relative;
  z-index: 999;
}

#main #youpin_banner .youpin_banner_text .pin_introduce {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0px auto;
  /* 入职数量/职位/就业人数/岗位 */
}

#main #youpin_banner .youpin_banner_text .pin_introduce .pin_introduce_list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

#main #youpin_banner .youpin_banner_text .pin_introduce .pin_introduce_list .pin_introduce_item {
  text-align: center;
}

#main #youpin_banner .youpin_banner_text .pin_introduce .pin_introduce_list .pin_introduce_item .pin_introduce_item_content {
  /* // padding-right: 40px; */
  padding: 0 20px;
}

#main #youpin_banner .youpin_banner_text .pin_introduce .pin_introduce_list .pin_introduce_item .pin_introduce_item_content .pin_introduce_item_content_title {
  height: 35px;
  font-size: 30px;
  font-family: DIN Alternate-Bold, DIN Alternate;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
  margin-bottom: 7px;
}

#main #youpin_banner .youpin_banner_text .pin_introduce .pin_introduce_list .pin_introduce_item .pin_introduce_item_content .pin_introduce_item_content_main {
  height: 28px;
  font-size: 20px;
  font-family: PingFang TC-Regular, PingFang TC;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
}

#main #youpin_banner .youpin_banner_text .pin_introduce .pin_introduce_list .pin_introduce_item .pin_introduce_item_content .pin_introduce_item_content_main_H5 {
  display: none;
}

#main #youpin_banner .youpin_banner_text .pin_introduce .pin_introduce_list .padding-6 {
  padding-right: 6px;
}

#main #youpin_banner .youpin_banner_backImg {
  /* .shadow::before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 20px;
                left: 20px;
                right: 20px;
                bottom: 20px;
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
            } */
}

#main #youpin_banner .youpin_banner_backImg .backImg {
  position: absolute;
}

#main #youpin_banner .youpin_banner_backImg .image1 {
  width: 142px;
  height: 142px;
  top: 26px;
  left: 188px;
  /* 195 */
  z-index: 100;
}

#main #youpin_banner .youpin_banner_backImg .image2 {
  /* width: 356px; */
  /* height: 512px; */
  width: 400px;
  top: -32px;
  left: 258px;
  z-index: 101;
}

#main #youpin_banner .youpin_banner_backImg .image3 {
  width: 570px;
  /* height: 340px; */
  /* top: -50px; */
  top: -160px;
  /* left: 50%;
                transform: translateX(-33%); */
  left: 34%;
  z-index: 103;
}

#main #youpin_banner .youpin_banner_backImg .image4 {
  width: 340px;
  /* height: 340px; */
  top: -74px;
  right: 100px;
  /* z-index: 99; */
  z-index: 104;
}

#main #youpin_banner .youpin_banner_backImg .image5 {
  width: 180px;
  height: 180px;
  top: -6px;
  right: 47px;
  z-index: 99;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, .5); */
  /*考虑浏览器兼容性*/
  /* -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
                -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5); */
}

#main #youpin_mobile {
  /* 求职亮点 */
  /* 招聘亮点 */
  /* 联系我们 */
  /* 下载app */
  /* swiper轮播 */
}

#main #youpin_mobile .mobile1 {
  height: 634px;
  width: 100%;
  background: #FFF;
}

#main #youpin_mobile .mobile1 .connect-main {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 1200px; */
  /* justify-content: space-between; */
  /* 下载方式 */
}

#main #youpin_mobile .mobile1 .connect-main .image {
  width: 302px;
  height: 574px;
}

#main #youpin_mobile .mobile1 .connect-main .image img {
  width: 100%;
  height: 100%;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay {
  padding-left: 76px;
  display: flex;
  flex-direction: column;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-header .header-title {
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-header p {
  font-size: 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main {
  padding-top: 40px;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .btnitem {
  width: 167px;
  height: 64px;
  background: linear-gradient(90deg, #F32F2F 0%, #FF7676 100%);
  border-radius: 8px 8px 8px 8px;
  font-size: 24px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .btnitem .Qrcode {
  display: none;
  position: absolute;
  top: -9px;
  left: calc(100% + 20px);
  width: 228px;
  height: 246px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #F9C6C6;
  text-align: center;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .btnitem .Qrcode .Qrcode-img {
  width: 141px;
  height: 141px;
  margin: 44px auto 8px;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .btnitem .Qrcode .Qrcode-detail {
  font-size: 14px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .btnitem .downloadIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 62px;
  height: 62px;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .btnitem .icon {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .btnitem:hover .Qrcode {
  display: block;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-main .btnList .margin18 {
  margin: 18px 0;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-footer {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-footer .downloadInstallation {
  margin-bottom: 9px;
  font-size: 14px;
}

#main #youpin_mobile .mobile1 .connect-main .downloadWay .downloadWay-footer .downloadInstallation:hover {
  color: #F32F2F;
}

#main #youpin_mobile .mobile2 {
  width: 100%;
  height: 987px;
  background: #FFF6F6;
}

#main #youpin_mobile .mobile2 .connect .connect-title {
  padding: 60px 0;
  text-align: center;
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}

#main #youpin_mobile .mobile2 .connect .connect-main {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}

#main #youpin_mobile .mobile2 .connect .connect-main_H5 {
  display: none;
}

#main #youpin_mobile .mobile2 .connect .swiper_main {
  position: relative;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav {
  margin-left: 50px;
  width: 434px;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list {
  display: flex;
  flex-direction: column;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .swiper-nav_item {
  width: 100%;
  height: 162px;
  background: #FFFFFF;
  margin: 4px 0;
  color: #000000;
  position: relative;
  opacity: 1;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .item_content {
  padding: 0px 26px;
  box-sizing: border-box;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .item_content .title {
  padding: 28px 0 11px;
  font-size: 22px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .item_content .text {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .activeBack img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-80%);
  width: 129px;
  height: 100%;
  opacity: 0.3;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .border_top {
  border-radius: 20px 20px 0 0;
  margin-bottom: 7px;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .border_button {
  height: 142px !important;
  border-radius: 0 0 20px 20px;
  margin-top: 4px !important;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .border_button .title {
  padding: 26px 0 11px !important;
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .active {
  color: #FFFFFF;
  background: linear-gradient(90deg, #F32E2E 0%, #FF7777 100%);
  /* background-image: url('./img/activeBack.png');
                            background-size: cover; */
}

#main #youpin_mobile .mobile2 .connect .swiper-nav .swiper-nav_list .titleActive {
  color: #666666;
}

#main #youpin_mobile .mobile3 {
  width: 100%;
  height: 987px;
  background: linear-gradient(360deg, #FFDFDF 0%, rgba(255, 223, 223, 0) 100%);
}

#main #youpin_mobile .mobile3 .connect .connect-title {
  padding: 60px 0;
  text-align: center;
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}

#main #youpin_mobile .mobile3 .connect .connect-main {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}

#main #youpin_mobile .mobile3 .connect .connect-main_H5 {
  display: none;
}

#main #youpin_mobile .mobile3 .connect .swiper_main {
  position: relative;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav {
  margin-right: 50px;
  width: 434px;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list {
  display: flex;
  flex-direction: column;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .swiper-nav_item {
  width: 100%;
  height: 162px;
  background: #FFFFFF;
  margin: 4px 0;
  color: #000000;
  position: relative;
  opacity: 1;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .item_content {
  padding: 0px 26px;
  box-sizing: border-box;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .item_content .title {
  padding: 28px 0 11px;
  font-size: 22px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .item_content .text {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .swiper-nav_item .activeBack img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-80%);
  width: 129px;
  height: 100%;
  opacity: 0.3;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .border_top {
  border-radius: 20px 20px 0 0;
  margin-bottom: 7px;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .border_button {
  height: 142px;
  border-radius: 0 0 20px 20px;
  margin-top: 4px !important;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .border_button .title {
  padding: 26px 0 11px !important;
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .active {
  color: #FFFFFF;
  background: linear-gradient(90deg, #F32E2E 0%, #FF7777 100%);
}

#main #youpin_mobile .mobile3 .connect .swiper-nav .swiper-nav_list .titleActive {
  color: #666666;
}

#main #youpin_mobile .mobile4 {
  width: 100%;
  height: 727px;
  background: #FFFFFF;
}

#main #youpin_mobile .mobile4 .connect {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  /* 标题 */
  /* 地图 */
  /* 地址和客服 */
}

#main #youpin_mobile .mobile4 .connect .connect-title {
  text-align: center;
  padding: 60px 0 40px;
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}

#main #youpin_mobile .mobile4 .connect .connect-map {
  width: 100%;
  height: 322px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  /* border: 1px solid #000; */
}

#main #youpin_mobile .mobile4 .connect .connect-map img {
  width: 100%;
  height: 100%;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone {
  padding-top: 47px;
  width: 100%;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .address {
  float: left;
  width: 50%;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .address .addressTitle {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .address .line {
  display: inline-block;
  width: 300px;
  opacity: 0.2;
  height: 1px;
  background: #999999;
  /* border: 1px solid #999999; */
  margin: 20px 0 10px;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .address .addressDetail {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service {
  width: 50%;
  float: right;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phoneOrocde {
  display: flex;
  justify-content: center;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phoneOrocde .phone {
  margin-right: 29px;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phoneOrocde .text {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phoneOrocde .default {
  color: #999999;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phone-Content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phone-Content .phone-Content_img {
  width: 50px;
  height: 50px;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phone-Content .phone-Content_detail {
  margin-left: 7px;
  display: flex;
  flex-direction: column;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phone-Content .phone-Content_detail span:nth-child(1) {
  margin-top: 7px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}

#main #youpin_mobile .mobile4 .connect .connect-addressAndPhone .service .phone-Content .phone-Content_detail span:nth-child(2) {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

#main #youpin_mobile .mobile5_APP {
  display: none;
}

#main #youpin_mobile .swiper {
  width: 338px;
  height: 730px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 34px;
}

#main #youpin_mobile .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#main #youpin_mobile .swiper-pagination {
  bottom: 0px;
}

#main #youpin_mobile .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

#main #youpin_mobile .swiper-pagination .swiper-pagination-bullet-active {
  background: #F32F2F;
}

/* 尾部 */
#youpin_footer {
  width: 100%;
  height: 198px;
  background: #1E0F0F;
}

#youpin_footer .inner {
  text-align: center;
  margin: 0 auto;
  padding: 52px 0 46px;
  width: 862px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}

#youpin_footer .inner dl {
  /* display: inline-block; */
  margin: 5px;
}

#youpin_footer .inner dl .skip {
  text-decoration: none;
  color: #FFFFFF;
}

/* 弹窗 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  animation: modal-show 0.3s ease-in-out;
  /* 其他样式属性 */
}

.modal-content .content {
  width: 550px;
  height: 368px;
  border-radius: 12px;
  border: none !important;
  /* margin: 15vh auto; */
  background: #FFF;
  vertical-align: middle;
  position: relative;
  z-index: 1001;
}

.modal-content .content .content_back {
  background-image: url("../img/modelBck.png");
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.modal-content .content .hander {
  padding: 50px 0 0 73px;
  position: relative;
  /* .incorrect::before {
            content: '\2716';
            color: #999999;
        } */
}

.modal-content .content .hander .hander-main h1 {
  font-size: 24px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #F32E2E;
}

.modal-content .content .hander .hander-main p {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.modal-content .content .hander .colseIcon {
  position: absolute;
  top: 22px;
  right: 23px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  border: none !important;
}

.modal-content .content .hander .incorrect {
  width: 14px;
  height: 14px;
}

.modal-content .content .footer {
  padding: 0px 53px 0px 73px;
}

.modal-content .content .footer .body-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-content .content .footer .body-footer .ServiceTel {
  font-size: 13px;
  font-family: PingFang TC-Regular, PingFang TC;
  font-weight: 400;
  color: #333333;
}

.modal-content .content .footer .body-footer .Phone {
  font-size: 13px;
  font-family: PingFang TC-Regular, PingFang TC;
  font-weight: 400;
  color: #999999;
  flex: 1;
  text-align: right;
}

.modal-content .content .footer .body-footer .copyIcon {
  margin-left: 8px;
  width: 12px;
  height: 14px;
}

.modal-content .content .footer .body-footer .copyIcon img {
  width: 100%;
  height: 100%;
}

.modal-content .content .body {
  padding: 40px 20px 10px 73px;
}

.modal-content .content .body .body-header {
  font-size: 13px;
  font-family: PingFang TC-Regular, PingFang TC;
  font-weight: 400;
  color: #333333;
}

.modal-content .content .body .body-main {
  padding: 12px 0 30px;
  display: flex;
  align-items: center;
}

.modal-content .content .body .body-main img {
  width: 96px;
  height: 96px;
}

.modal-content .content .body .body-main .detail {
  padding-left: 32px;
}

.modal-content .content .body .body-main .detail p:nth-child(1) {
  font-size: 13px;
  font-family: PingFang TC-Regular, PingFang TC;
  font-weight: 400;
  color: #666666;
}

.modal-content .content .body .body-main .detail p:nth-child(2) {
  font-size: 12px;
  font-family: PingFang TC-Regular, PingFang TC;
  font-weight: 400;
  color: #999999;
}

@keyframes modal-show {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
