.__pc-header-out {
  width: 100%;
  height: 70px;
  background: white;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  border-bottom: 1px solid #E4E4E6;
}
.__pc-header-out.transparent {
  background: rgba(0, 0, 0, 0);
  border-bottom: none;
}
.__pc-header-out .header {
  max-width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.__pc-header-out .head-img {
  flex: 1;
}
.__pc-header-out .head-logo {
  width: 245px;
}
.__pc-header-out .head-title {
  padding: 27px 24px;
  color: #88888E;
  font-size: 16px;
}
.__pc-header-out .select {
  color: #008F8A !important;
}

.pc-footer-out {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0C1722;
}
.pc-footer-out .footer {
  max-width: 1200px;
  height: 200px;
  padding: 38px 0 46px;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0 auto;
}
.pc-footer-out .footer-logo {
  width: 230px;
  display: block;
  margin: 0 auto 25px;
}
.pc-footer-out .footer-mid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-footer-out .footer-mid .footer-mid-map {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-footer-out .footer-mid .footer-mid-map .footer-map-img {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}
.pc-footer-out .footer-content {
  line-height: 12px;
  text-align: center;
  margin-left: 20px;
}
.pc-footer-out .footer-icp {
  margin: 10px 0;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
.pc-footer-out .footer-icp a {
  color: inherit;
  font-size: inherit;
}

.pcDetailBox {
  width: 100%;
  margin: 0 auto;
}
.pcDetailBox .open-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F5F5F7;
  cursor: pointer;
  color: #999;
}
.pcDetailBox .detail-container {
  background: #F5F5F7;
  overflow: hidden;
  width: 100%;
}
.pcDetailBox .detail-container.show {
  height: auto;
}
.pcDetailBox .detail-container.hide {
  height: 0;
}
.pcDetailBox .detail-container .padd {
  padding: 20px 30px;
}

body {
  margin: 0 !important;
  height: 100%;
}
div {
  box-sizing: border-box;
}
._pcpage {
  padding: 70px 0 200px;
  position: relative;
  min-height: 100%;
}
.__page {
  height: 100%;
}
._movepage {
  padding: 44px 0 180px;
  position: relative;
  min-height: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#__next {
  height: 100%;
}
html {
  height: 100%;
}
input {
  outline: none;
  border: 0;
}
a {
  text-decoration: none;
  color: black;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
/* 当有鼠标悬停在链接上 */
input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #88888E;
}
input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #88888E;
}
input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #88888E;
}
input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #88888E;
}
button {
  outline: none;
  border: 0;
  background: none;
  display: block;
  box-sizing: border-box;
  text-align: left;
}
button:hover {
  cursor: pointer;
}

.home._pcpage {
  padding: 0 0 200px;
}
.home .page {
  width: 100%;
}
.home .top-banner {
  width: 100%;
}
.home .banner {
  display: block;
  width: 100%;
}
.home .banner-out {
  padding-top: 70px;
  background: linear-gradient(122deg, #F3F9FF 0%, #D8EBFF 100%);
}
.home .banner-kuang {
  padding: 140px 0 125px;
}
.home .banner-kuang .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home .banner-kuang .banner-title {
  position: relative;
  font-size: 44px;
  color: #1C1B26;
  line-height: 62px;
  font-weight: bold;
  margin-bottom: 30px;
}
.home .banner-kuang .banner-solid {
  position: relative;
  width: 150px;
  height: 6px;
  margin-bottom: 34px;
  display: flex;
}
.home .banner-kuang .banner-solid .banner-green {
  width: 40px;
  height: 6px;
  background: #23D56D;
}
.home .banner-kuang .banner-solid .banner-blue {
  background: #016EE4;
  flex: 1;
  height: 6px;
}
.home .banner-kuang .banner-content {
  position: relative;
  width: 469px;
  height: 159px;
  font-size: 16px;
  color: #423F59;
  line-height: 30px;
}
.home .laboratory {
  padding: 60px 0 84px;
  background: #F5F5F7;
}
.home .laboratory-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}
.home .assessment-bk {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.home .assessment-bk .btm-banner {
  width: 100%;
  height: 514px;
  object-fit: cover;
}
.home .assessment-bk .assessment-position-box {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  padding-top: 30px;
}
.home .assessment-bk .assessment-position-box .assessment-text {
  display: block;
  width: 500px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-top: 40px;
  line-height: 30px;
  font-family: 黑体;
  letter-spacing: 2px;
}
.home .assessment-bk .assessment-position-box .assessment-ewm {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.home .assessment-bk .assessment-position-box .assessment-ewm img {
  width: 160px;
}
.home .assessment-bk .assessment-position-box .assessment-ewm .assessment-ewm-right {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  margin-left: 20px;
  height: 160px;
}
.home .assessment-bk .assessment-position-box .assessment-ewm .assessment-ewm-right p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.home .user-info {
  position: relative;
  padding: 140px 0 0 0;
  width: 320px;
  margin: 0 30px;
}
.home .user-info .user-img {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 0 42px;
  box-sizing: border-box;
}
.home .user-info .user-kuang {
  background: white;
  position: relative;
  padding: 150px 30px 0;
  height: 410px;
}
.home .user-info .user-name {
  font-size: 26px;
  color: #1C1B26;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 24px;
  display: flex;
}
.home .user-info .user-name span {
  flex: 1;
  text-align: right;
  font-size: 14px;
  color: #1C1B26;
  line-height: 14px;
  margin-top: 10px;
}
.home .user-info .solid {
  display: flex;
  margin-bottom: 18px;
}
.home .user-info .solid .mazarine {
  width: 87px;
  height: 4px;
  background: #2754A3;
}
.home .user-info .solid .blackishGreen {
  flex: 1;
  height: 4px;
  background: #008F8A;
}
.home .user-info .user-title {
  font-size: 14px;
  color: #1C1B26;
  line-height: 24px;
  margin-bottom: 15px;
}
.home .user-info .user-content {
  font-size: 12px;
  color: #88888E;
  line-height: 26px;
  display: flex;
}
.home .user-info .user-content div {
  flex: 1;
  padding-left: 11px;
}
.home .user-info .user-desc {
  font-size: 12px;
  color: #88888E;
  line-height: 26px;
  margin-top: 10px;
}
.home .inspect {
  padding: 60px 0 84px;
}
.home .inspect .explan {
  width: 1034px;
  font-size: 16px;
  color: #88888E;
  line-height: 30px;
  text-align: center;
  margin: 20px auto 70px;
}
.home .inspect .explan p {
  margin: 0;
}
.home .inspect .processlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 97px;
}
.home .inspect .process {
  margin: 0 50px;
  width: 300px;
  position: relative;
}
.home .inspect .process .process-img {
  width: 140px;
  margin: 0 auto 20px;
  display: block;
}
.home .inspect .process .process-title {
  margin-bottom: 10px;
  color: #1C1B26;
  line-height: 40px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.home .inspect .process .process-content {
  font-size: 20px;
  color: #88888E;
  line-height: 28px;
  text-align: center;
}
.home .inspect .process .solid {
  position: absolute;
  right: -130px;
  top: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .inspect .process .xian {
  width: 127px;
  height: 1px;
  border-top: 1px dashed #C9CBCC;
}
.home .inspect .process .circle {
  width: 10px;
  height: 10px;
  background: #C9CBCC;
  border-radius: 50%;
}
.home .inspect .inspect-btn {
  width: 382px;
  height: 50px;
  background: #008F8A;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.home .search-out {
  width: 100%;
  background: white;
  padding: 63px 0 103px;
}
.home .search {
  max-width: 1200px;
  margin: 0 auto;
}
.home .search-list {
  display: flex;
  margin: 30px 20px 0;
  padding-left: 300px;
}
.home .search-kuang {
  width: 400px;
  height: 50px;
  margin-right: 48px;
  border: 2px solid #008F8A;
  border-radius: 2px 0 0 2px;
  display: flex;
}
.home .search-title {
  width: 103px;
  padding: 14px 0;
}
.home .search-title div {
  text-align: center;
  line-height: 18px;
  height: 18px;
  font-size: 16px;
  color: #1C1B26;
  border-right: 2px rgba(0, 0, 0, 0.1) solid;
}
.home .search-text {
  flex: 1;
  line-height: 48px;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
}
.home .search-text::-webkit-input-placeholder {
  font-weight: 100;
}
.home .search-text::-moz-placeholder {
  font-weight: 100;
}
.home .search-text:-ms-input-placeholder {
  font-weight: 100;
}
.home .search-button {
  width: 180px;
  height: 50px;
  background: #008F8A;
  border-radius: 0px 2px 2px 0px;
  font-size: 16px;
  font-family: PingFangSC-Mdium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}

.IdentificationInspection .container {
  background: #fff;
  width: 100%;
  padding: 0 0 64px;
}
.IdentificationInspection .container p {
  margin: 0;
}
.IdentificationInspection .container img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.IdentificationInspection .container .cert-name {
  width: 1200px;
  margin: 60px auto 30px;
  text-align: center;
  line-height: 50px;
  color: #1C1B26;
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.IdentificationInspection .container .cert-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.IdentificationInspection .container .cert-box .cert-left {
  width: 210px;
}
.IdentificationInspection .container .cert-box .cert-left .tip-name {
  text-align: right;
  padding-right: 8px;
}
.IdentificationInspection .container .cert-box .cert-center {
  width: 680px;
}
.IdentificationInspection .container .cert-box .cert-center img {
  width: 680px;
}
.IdentificationInspection .container .cert-box .cert-right {
  width: 210px;
}
.IdentificationInspection .container .cert-box .cert-right .tip-name {
  text-align: left;
  padding-left: 8px;
}
.IdentificationInspection .container .cert-box .tip-container {
  margin-bottom: 20px;
}
.IdentificationInspection .container .cert-box .tip-container .tip .tip-name {
  font-size: 17px;
  line-height: 40px;
  height: 40px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding: 0 4px;
}
.IdentificationInspection .container .cert-box .tip-container .tip .tip-msg {
  padding: 10px;
  white-space: pre-line;
}
.IdentificationInspection .container .cert-box .tip-container .tip-open {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
.IdentificationInspection .container .certificateFee-table {
  width: 1200px;
  margin: 20px auto 0;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 18px;
}
.IdentificationInspection .container .certificateFee-table .colStyle {
  width: 20%;
}
.IdentificationInspection .container .certificateFee-table thead tr {
  background: #F6FAFF;
  color: #008F8A;
}
.IdentificationInspection .container .certificateFee-table th,
.IdentificationInspection .container .certificateFee-table td {
  padding: 16px;
  border: 1px solid #ddd;
  text-align: left;
}
.IdentificationInspection .container .certificateFee-table th img,
.IdentificationInspection .container .certificateFee-table td img {
  max-width: 220px;
  max-height: 220px;
}
.IdentificationInspection .container .certificateFee-table th .qywx,
.IdentificationInspection .container .certificateFee-table td .qywx {
  width: 185px;
  height: 185px;
}
.IdentificationInspection .container .certificateFee-table th .bold,
.IdentificationInspection .container .certificateFee-table td .bold {
  font-weight: 500;
}
.IdentificationInspection .container .certificateFee-table .price {
  display: flex;
  justify-content: space-between;
}
.IdentificationInspection .container .certificateFee-table .red {
  color: #E8453C;
}

.about .page {
  width: 100%;
}
.about .banner {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.about .about-container {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.about .about-container .gid_wx_ewm {
  width: 200px;
  height: 200px;
  float: right;
  margin: 20px 0 0 20px;
}
.about .top-content {
  font-size: 16px;
  color: #423F59;
  line-height: 30px;
  margin-bottom: 15px;
}
.about .top-content:last-child {
  margin-bottom: 0;
}
.about .title {
  margin: 60px 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 28px;
}
.about .Notice {
  height: 487px;
  background: #F5F5F7;
  border-radius: 2px;
  padding: 32px 0;
  display: flex;
  justify-content: center;
}
.about .Notice img {
  width: 300px;
  margin: 0 15px;
}
.about .content {
  font-size: 16px;
  color: #423F59;
  line-height: 30px;
  margin-bottom: 30px;
}
.about .statement-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.about .statement {
  width: 340px;
  height: 200px;
  background: #F5F5F7;
  border-radius: 2px;
  padding: 30px;
  position: relative;
  margin-right: 30px;
}
.about .statement:last-child {
  margin-right: 0;
}
.about .statement-content {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #423F59;
  line-height: 30px;
}
.about .statement-num {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 70px;
  font-size: 70px;
  z-index: 5;
  opacity: 0.1;
}
.about .media {
  padding: 60px 0;
  background: #F5F5F7;
}
.about .media .media-list {
  width: 1080px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.about .media .media-list .media-list-item {
  width: 340px;
  height: 300px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.about .media .media-list .media-list-item .media-list-hoverImg {
  width: 200px;
  height: 200px;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
.about .media .media-list .media-list-item:hover .media-list-hoverImg {
  opacity: 1;
}
.about .media .media-list .media-list-item .media-list-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 80px auto 0;
}
.about .media .media-list .media-list-item div {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1C1B26;
  line-height: 37px;
  text-align: center;
  margin-top: 30px;
}
.about .laboratory {
  padding: 60px 0 84px;
  background: #fff;
}
.about .laboratory .laboratory-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}
.about .laboratory .user-info {
  position: relative;
  padding: 140px 0 0 0;
  width: 320px;
  margin: 0 30px;
}
.about .laboratory .user-info .user-img {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 0 42px;
  box-sizing: border-box;
}
.about .laboratory .user-info .user-kuang {
  background: #F9F9FA;
  position: relative;
  padding: 150px 30px 0;
  height: 410px;
}
.about .laboratory .user-info .user-name {
  font-size: 26px;
  color: #1C1B26;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 24px;
  display: flex;
}
.about .laboratory .user-info .user-name span {
  flex: 1;
  text-align: right;
  font-size: 14px;
  color: #1C1B26;
  line-height: 14px;
  margin-top: 10px;
}
.about .laboratory .user-info .solid {
  display: flex;
  margin-bottom: 18px;
}
.about .laboratory .user-info .solid .mazarine {
  width: 87px;
  height: 4px;
  background: #2754A3;
}
.about .laboratory .user-info .solid .blackishGreen {
  flex: 1;
  height: 4px;
  background: #008F8A;
}
.about .laboratory .user-info .user-title {
  font-size: 14px;
  color: #1C1B26;
  line-height: 24px;
  margin-bottom: 15px;
}
.about .laboratory .user-info .user-content {
  font-size: 12px;
  color: #88888E;
  line-height: 26px;
  display: flex;
}
.about .laboratory .user-info .user-content div {
  flex: 1;
  padding-left: 11px;
}
.about .laboratory .user-info .user-desc {
  font-size: 12px;
  color: #88888E;
  line-height: 26px;
  margin-top: 10px;
}
.about .zizhi {
  background: #F5F5F7;
  padding: 60px 0;
}
.about .zizhi .zizhi-center {
  width: 1080px;
  margin: 0 auto;
}
.about .gongzheng {
  padding: 60px 0;
}
.about .gongzheng .gz-center {
  width: 1080px;
  margin: 0 auto;
}

.page-out .list {
  margin-top: 40px;
  width: 100%;
  border-top: 1px solid rgba(228, 228, 230, 0.486);
  border-bottom: 1px solid rgba(228, 228, 230, 0.486);
}
.page-out .file {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-bottom: 1px solid rgba(228, 228, 230, 0.486);
  border-top: 1px solid rgba(228, 228, 230, 0.486);
  color: #1C1B26;
}
.page-out .file:hover {
  background: #F6FAFF;
  color: #016ee4;
  border-top: 1px solid #c8eeff;
  border-bottom: 1px solid #c8eeff;
}
.page-out .file-img {
  width: 28px;
  height: 28px;
}
.page-out .file-content {
  flex: 1;
  max-width: 1059px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
}
.page-out .file-time {
  font-size: 12px;
  color: #88888E !important;
  line-height: 17px;
}
.page-out .pc_ification_img {
  width: 100%;
}
.page-out .tuanbiao {
  width: 100%;
  background: #F5F5F7;
  padding: 78px 0 40px;
}
.page-out .tuanbiao .text {
  width: 686px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.page-out .tuanbiao .tuanbiao_img {
  width: 800px;
  height: 680px;
  display: block;
  margin: 40px auto 0;
}

.detail-background {
  background: #f5f5f7;
  width: 1200;
  height: 100%;
  min-height: 100%;
}
.detail-title {
  font-size: 20px;
  color: #88888E;
  line-height: 28px;
  text-align: center;
}
.img {
  width: 664px;
  display: block;
  margin-bottom: 50px;
  margin: 50px auto 0;
}

.join {
  padding: 50px 0;
}
.join .list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 25px;
  border-bottom: 1px solid #E4E4E6;
}
.join .list .list-name {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  width: 120px;
}
.join .list .list-qualifications {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 290px;
}
.join .list .list-jobResponsibilities {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 290px;
}
.join .list .list-address {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 200px;
}
.join .list .list-contact {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 300px;
}
.join .hui {
  background: #f5f5f7;
  color: #88888E !important;
  font-size: 16px !important;
  border-bottom: 0;
}

.search-background .bkGray {
  background: #f5f5f7 !important;
}
.search-background .nodata {
  width: 100%;
  padding: 88px 0 88px;
  background: #f5f5f7;
}
.search-background .nodata .nodata-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 43px;
}
.search-background .nodata .nodata-img {
  width: 800px;
  display: block;
  margin: 0 auto;
}
.search-background .container {
  padding-bottom: 100px;
}
.search-background .search-out {
  width: 100%;
  background: white;
  padding: 63px 0 63px;
}
.search-background .search {
  max-width: 1200px;
  margin: 0 auto;
}
.search-background .search-list {
  display: flex;
  margin: 30px 20px 0;
  padding-left: 300px;
}
.search-background .search-kuang {
  width: 400px;
  height: 50px;
  margin-right: 48px;
  border: 2px solid #008F8A;
  border-radius: 2px 0 0 2px;
  display: flex;
}
.search-background .search-title {
  width: 103px;
  padding: 14px 0;
}
.search-background .search-title div {
  text-align: center;
  line-height: 18px;
  height: 18px;
  font-size: 16px;
  color: #1C1B26;
  border-right: 2px rgba(0, 0, 0, 0.1) solid;
}
.search-background .search-tip {
  padding-top: 10px;
  color: #999;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  width: 620px;
}
.search-background .search-tip a {
  color: #008F8A;
}
.search-background .search-tip-link {
  text-decoration: underline;
}
.search-background .search-tip-text {
  color: #999;
  padding-left: 320px;
  padding-top: 20px;
}
.search-background .search-text {
  flex: 1;
  line-height: 48px;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
}
.search-background .search-text::-webkit-input-placeholder {
  font-weight: 100;
}
.search-background .search-text::-moz-placeholder {
  font-weight: 100;
}
.search-background .search-text:-ms-input-placeholder {
  font-weight: 100;
}
.search-background .search-button {
  width: 180px;
  height: 50px;
  background: #008F8A;
  border-radius: 0px 2px 2px 0px;
  font-size: 16px;
  font-family: PingFangSC-Mdium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.search-background .search-iframe {
  border: 0;
  overflow: hidden;
  margin-top: -1px;
}
.search-background .searchErr {
  background: #f5f5f7;
  padding: 100px 0 170px;
}
.search-background .searchErr .center {
  margin: 0 auto;
  width: 416px;
}
.search-background .searchErr img {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  display: block;
}
.search-background .searchErr .text {
  font-size: 16px;
  color: #1C1B26;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
}
.search-background .searchResult {
  background: #fff;
  padding-top: 20px;
}
.search-background .searchResult .gid-tab {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.search-background .searchResult .gid-tab .gid-tab-item {
  width: 200px;
  text-align: center;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
}
.search-background .searchResult .gid-tab .gid-tab-item.active {
  color: #008F8A;
}
.search-background .searchResult .gid-certificate-box {
  border: 10px solid #008F8A;
  width: 780px;
  margin: 20px auto;
  padding: 20px 20px 50px;
  position: relative;
}
.search-background .searchResult .gid-certificate-box .gid-logo {
  display: flex;
  justify-content: center;
  width: 500px;
  text-align: center;
  margin: 0 auto;
}
.search-background .searchResult .gid-certificate-box .gid-logo img {
  width: 120px;
  height: 42px;
}
.search-background .searchResult .gid-certificate-box .gid-logo .gid-logo-tit {
  height: 42px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0C203E;
  line-height: 40px;
  padding-left: 10px;
}
.search-background .searchResult .gid-certificate-box .gid-download-box {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #008F8A;
}
.search-background .searchResult .gid-certificate-box .gid-download-box .gid-down-item {
  cursor: pointer;
}
.search-background .searchResult .gid-certificate-box .gid-top-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(66, 63, 89, 0.35);
  line-height: 30px;
  margin: 20px auto 0;
  text-align: center;
}
.search-background .searchResult .gid-certificate-box .gid-sign {
  margin: 20px auto 0;
  width: 660px;
  height: 48px;
  background: linear-gradient(270deg, rgba(0, 143, 138, 0) 0%, rgba(0, 143, 138, 0.1) 24%, rgba(0, 143, 138, 0.1) 76%, rgba(0, 143, 138, 0) 100%);
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #008F8A;
  line-height: 45px;
  text-align: center;
  display: flex;
  cursor: pointer;
  justify-content: center;
}
.search-background .searchResult .gid-certificate-box .gid-sign .gid-sign-tit {
  flex: 0 0 120px;
}
.search-background .searchResult .gid-certificate-box .gid-sign .gid-sign-code {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 0 1;
}
.search-background .searchResult .gid-certificate-box .gid-sign .gid-sign-ic {
  flex: 0 0 60px;
}
.search-background .searchResult .gid-certificate-box .gid-temp {
  padding-top: 20px;
}
.search-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}
.search-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item:first-child .gid-temp-line {
  height: calc(50% + 15px);
  top: calc(50% - 15px);
}
.search-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item .gid-temp-line {
  position: absolute;
  height: 100%;
  display: block;
  width: 1px;
  border-left: 2px dashed #7EC6C3;
  opacity: 0.5;
  left: 34px;
}
.search-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item .gid-item-goods img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item .gid-item-img img {
  max-width: 360px;
  max-height: 300px;
}
.search-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item:last-child {
  color: #333;
}
.search-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item:last-child .gid-temp-line {
  height: calc(50% - 15px);
  top: 0;
}
.search-background .searchResult .gid-certificate-box .gid-temp .label {
  text-align: left;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.search-background .searchResult .gid-certificate-box .gid-temp .label .gid-cicle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #7EC6C3;
  position: relative;
  z-index: 100;
  background: #fff;
}
.search-background .searchResult .gid-certificate-box .gid-temp .label p {
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.search-background .searchResult .gid-certificate-box .gid-temp .value {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.search-background .searchResult .gid-certificate-box .gid-btn {
  background: #008F8A;
  width: 570px;
  margin: 20px auto 0;
  display: block;
  color: #fff;
  height: 50px;
  border-radius: 0px 2px 2px 0px;
  font-size: 17px;
  text-align: center;
}
.takePictures .ant-modal-body {
  padding: 22px 0 0;
}
.takePictures .ant-modal-body .title {
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.takePictures .ant-modal-footer {
  border-top: none;
  padding: 15px 16px 20px;
}

.gzsm .main {
  width: 100%;
}
.gzsm .main .center {
  width: 800px;
  margin: 40px auto;
}
.gzsm .main .center .title {
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
}
.gzsm .main .center .img {
  width: 100%;
  margin-top: 0;
}
.gzsm .main .center .img img {
  width: 100%;
}

.movehome .banner {
  display: block;
  width: 100%;
}
.movehome .banner-content {
  padding: 0 24px;
  line-height: 22px;
  font-size: 12px;
  color: rgba(28, 27, 38, 0.75);
  margin-bottom: 18px;
}
.movehome .title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 18px;
  padding: 0 24px;
}
.movehome .title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 18px;
  padding: 0 24px;
}
.movehome .inspect .processlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.movehome .inspect .process {
  flex: 1;
  position: relative;
}
.movehome .inspect .process .process-img {
  width: 45px;
  margin: 0 auto 12px;
  display: block;
}
.movehome .inspect .process .process-title {
  margin-bottom: 10px;
  color: #1C1B26;
  font-size: 14px;
  text-align: center;
}
.movehome .inspect .process .process-content {
  width: 80px;
  margin: 0 auto;
  font-size: 12px;
  color: #88888E;
  line-height: 20px;
  text-align: center;
}
.movehome .inspect .process .solid {
  position: absolute;
  right: -15px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movehome .inspect .process .xian {
  width: 25px;
  height: 1px;
  border-top: 1px dashed #C9CBCC;
}
.movehome .inspect .process .circle {
  width: 5px;
  height: 5px;
  background: #C9CBCC;
  border-radius: 50%;
}
.movehome .inspect .inspect-btn {
  width: 300px;
  height: 45px;
  background: #016EE4;
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 30px;
  display: block;
}
.movehome .laboratory {
  margin-bottom: 30px;
}
.movehome .out {
  padding: 0 24px;
}
.movehome .user-info {
  position: relative;
  margin: 28px auto 0;
  padding-bottom: 12px;
  border: 1px solid rgba(28, 27, 38, 0.1);
}
.movehome .user-info .user-img {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 5;
  width: 110px;
  box-sizing: border-box;
}
.movehome .user-info .user-info-top {
  padding: 15px 12px 0 132px;
}
.movehome .user-info .user-kuang {
  background: white;
  position: relative;
}
.movehome .user-info .user-name {
  font-size: 14px;
  color: #1C1B26;
  font-weight: bold;
  margin-bottom: 37px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movehome .user-info .user-name span {
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}
.movehome .user-info .solid {
  display: flex;
  margin-bottom: 27px;
}
.movehome .user-info .solid .mazarine {
  width: 62px;
  height: 2px;
  background: #2754A3;
}
.movehome .user-info .solid .blackishGreen {
  background: #008F8A;
  flex: 1;
  height: 2px;
}
.movehome .user-info .user-title {
  font-size: 12px;
  color: #1C1B26;
  line-height: 16px;
  margin-bottom: 15px;
}
.movehome .user-info .user-content {
  font-size: 12px;
  color: rgba(28, 27, 38, 0.5);
  line-height: 20px;
  padding: 0 12px;
}
.movehome .user-info .user-desc {
  padding: 0 12px;
  font-size: 12px;
  color: rgba(28, 27, 38, 0.5);
  line-height: 20px;
  margin-top: 12px;
}
.movehome .search {
  margin: 0 auto 30px;
}
.movehome .search-out {
  width: 100%;
  padding: 0 24px;
}
.movehome .search-kuang {
  width: 100%;
  border: 1px solid #008F8A;
  border-radius: 22px;
  display: flex;
  margin: 18px auto 0;
}
.movehome .search-title {
  width: 80px;
  padding: 10px 0;
}
.movehome .search-title div {
  text-align: center;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  font-size: 13px;
  line-height: 20px;
}
.movehome .search-text {
  flex: 1;
  height: 40px;
  line-height: 1;
  font-size: 14px;
  padding: 13px 10px 13px;
  box-sizing: border-box;
  border: 0;
  background: none;
}
.movehome .search-text {
  outline: none;
  border: 0;
}
.movehome .search-button {
  width: 100%;
  height: 45px;
  border-radius: 22px;
  background: #008F8A;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
  margin: 18px auto 0;
  display: block;
}

.moveIdentificationInspection .container {
  background: #fff;
  width: 100%;
  padding: 0px 0 64px;
}
.moveIdentificationInspection .container p {
  margin: 0;
}
.moveIdentificationInspection .container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.moveIdentificationInspection .container .cert-name {
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
  line-height: 30px;
  color: #1C1B26;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.moveIdentificationInspection .container .cert-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.moveIdentificationInspection .container .cert-box .cert-left {
  width: 210px;
}
.moveIdentificationInspection .container .cert-box .cert-left .tip-name {
  text-align: right;
  padding-right: 8px;
}
.moveIdentificationInspection .container .cert-box .cert-center {
  width: 55%;
}
.moveIdentificationInspection .container .cert-box .cert-center img {
  width: 100%;
}
.moveIdentificationInspection .container .cert-box .cert-right {
  width: 210px;
}
.moveIdentificationInspection .container .cert-box .cert-right .tip-name {
  text-align: left;
  padding-left: 8px;
}
.moveIdentificationInspection .container .cert-box .tip-container {
  margin-bottom: 12px;
}
.moveIdentificationInspection .container .cert-box .tip-container .tip .tip-name {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding: 0 4px;
}
.moveIdentificationInspection .container .cert-box .tip-container .tip .tip-msg {
  padding: 10px;
  white-space: pre-line;
}
.moveIdentificationInspection .container .cert-box .tip-container .tip-open {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
.moveIdentificationInspection .container .certificateFee-table {
  width: 100%;
  margin: 20px auto 0;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 14px;
}
.moveIdentificationInspection .container .certificateFee-table .colStyle {
  width: 25%;
}
.moveIdentificationInspection .container .certificateFee-table thead tr {
  background: #F6FAFF;
  color: #008F8A;
}
.moveIdentificationInspection .container .certificateFee-table th,
.moveIdentificationInspection .container .certificateFee-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}
.moveIdentificationInspection .container .certificateFee-table th img,
.moveIdentificationInspection .container .certificateFee-table td img {
  max-width: 120px;
  max-height: 120px;
}
.moveIdentificationInspection .container .certificateFee-table th .qywx,
.moveIdentificationInspection .container .certificateFee-table td .qywx {
  width: 100px;
  height: 100px;
}
.moveIdentificationInspection .container .certificateFee-table th .bold,
.moveIdentificationInspection .container .certificateFee-table td .bold {
  font-weight: 500;
}
.moveIdentificationInspection .container .certificateFee-table .price {
  display: flex;
  justify-content: space-between;
}
.moveIdentificationInspection .container .certificateFee-table .red {
  color: #E8453C;
}

.moveabout .page {
  width: 100%;
}
.moveabout .banner {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
.moveabout .banner-content {
  font-size: 0.875rem;
  padding: 0 24px 0;
  color: rgba(28, 27, 38, 0.75);
  line-height: 22px;
  margin-bottom: 18px;
}
.moveabout .title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 18px;
  margin-top: 30px;
  padding: 0 24px;
}
.moveabout .tips-img {
  margin: 0 auto;
  background: #f5f5f7;
  padding: 15px;
}
.moveabout .tips-img img {
  margin: 20px auto;
  display: block;
  width: 100%;
}
.moveabout .out {
  padding: 0 1.5rem;
}
.moveabout .statement {
  width: 100%;
  background: #f5f5f7;
  margin: 0 auto 12px;
  padding: 15px 15px 15px 47px;
  position: relative;
  min-height: 5.125rem;
}
.moveabout .statement-content {
  position: relative;
  font-size: 12px;
  color: rgba(28, 27, 38, 0.75);
  line-height: 17px;
}
.moveabout .statement-num {
  position: absolute;
  top: 10px;
  left: 15px;
  font-weight: bold;
  color: #1C1B26;
  font-size: 35px;
  z-index: 5;
  opacity: 0.1;
}
.moveabout .media {
  padding: 1px 0;
  background: #F5F5F7;
}
.moveabout .media .media-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.moveabout .media .media-list .media-list-item {
  width: 48%;
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.moveabout .media .media-list .media-list-item img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 30px auto 0;
}
.moveabout .media .media-list .media-list-item div {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1C1B26;
  line-height: 37px;
  text-align: center;
  margin-top: 30px;
}
.moveabout .laboratory {
  margin-bottom: 30px;
}
.moveabout .laboratory .laboratory-list .out {
  padding: 0 24px;
}
.moveabout .laboratory .laboratory-list .user-info {
  position: relative;
  margin: 28px auto 0;
  padding-bottom: 12px;
  border: 1px solid rgba(28, 27, 38, 0.1);
}
.moveabout .laboratory .laboratory-list .user-info .user-img {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 5;
  width: 110px;
  box-sizing: border-box;
}
.moveabout .laboratory .laboratory-list .user-info .user-info-top {
  padding: 15px 12px 0 132px;
}
.moveabout .laboratory .laboratory-list .user-info .user-kuang {
  background: white;
  position: relative;
}
.moveabout .laboratory .laboratory-list .user-info .user-name {
  font-size: 14px;
  color: #1C1B26;
  font-weight: bold;
  margin-bottom: 37px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moveabout .laboratory .laboratory-list .user-info .user-name span {
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}
.moveabout .laboratory .laboratory-list .user-info .solid {
  display: flex;
  margin-bottom: 27px;
}
.moveabout .laboratory .laboratory-list .user-info .solid .mazarine {
  width: 62px;
  height: 2px;
  background: #2754A3;
}
.moveabout .laboratory .laboratory-list .user-info .solid .blackishGreen {
  background: #008F8A;
  flex: 1;
  height: 2px;
}
.moveabout .laboratory .laboratory-list .user-info .user-title {
  font-size: 12px;
  color: #1C1B26;
  line-height: 16px;
  margin-bottom: 15px;
}
.moveabout .laboratory .laboratory-list .user-info .user-content {
  font-size: 12px;
  color: rgba(28, 27, 38, 0.5);
  line-height: 20px;
  padding: 0 12px;
}
.moveabout .laboratory .laboratory-list .user-info .user-desc {
  padding: 0 12px;
  font-size: 12px;
  color: rgba(28, 27, 38, 0.5);
  line-height: 20px;
  margin-top: 12px;
}

.moveFileClassification .list {
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.moveFileClassification .list .list-title {
  font-size: 14px;
  flex: 1;
}
.moveFileClassification .list .right {
  width: 14px;
  transform: rotate(180deg);
}
.moveFileClassification .title {
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  height: 48px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.moveFileClassification .mobile_ification_img {
  width: 100%;
}

.out {
  padding: 0 10px;
}

.out {
  padding: 0 24px;
}
.banner {
  display: block;
  width: 100%;
  margin-bottom: 1.125rem;
}
.name {
  line-height: 35px;
  background: #F5F5F7;
  font-size: 14px;
  padding-left: 15px;
  color: rgba(28, 27, 38, 0.5);
}
.content {
  padding: 12px 0 18px 15px;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
.content div {
  line-height: 22px;
}
.join {
  padding: 50px 0;
}
.join .list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 25px;
  border-bottom: 1px solid #E4E4E6;
}
.join .list .list-name {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  width: 120px;
}
.join .list .list-qualifications {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 290px;
}
.join .list .list-jobResponsibilities {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 290px;
}
.join .list .list-address {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 200px;
}
.join .list .list-contact {
  padding-left: 20px;
  font-size: 12px;
  color: #1C1B26;
  line-height: 20px;
  width: 300px;
}
.join .hui {
  background: #f5f5f7;
  color: #88888E !important;
  border-bottom: 0;
}

.__move-header-out {
  width: 100%;
  height: 44px;
  background: white;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__move-header-out .head-logo {
  width: 147px;
}
.__move-header-out .header-img-out {
  flex: 1;
}
.__move-header-out .head-more {
  width: 18px;
}
.__move-header-out .tanShow {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
}
.__move-header-out .tanShow .tanShow-back {
  width: 24px;
  position: absolute;
  left: 12px;
  top: 10px;
  height: 24px;
}
.__move-header-out .tanShow .tanShow-title {
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  position: relative;
}
.__move-header-out .tanShow .tanShow-list {
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.__move-header-out .tanShow .tanShow-list .tanShow-list-title {
  font-size: 14px;
  flex: 1;
}
.__move-header-out .tanShow .tanShow-list .tanShow-right {
  width: 14px;
  transform: rotate(180deg);
}

.footer-out {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0C1722;
  padding: 15px 50px 0;
  color: rgba(255, 255, 255, 0.4) !important;
  height: 180px;
  overflow: hidden;
  font-size: 12px;
}
.footer-out .footer-kuang {
  width: 100%;
  padding: 0 35px;
}
.footer-out .footer-icp {
  margin: 5px 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  text-align: center;
}
.footer-out .footer-icp a {
  color: inherit;
  font-size: inherit;
}
.footer-out .footer-content {
  text-align: center;
  margin-bottom: 10px;
  font-size: 10px;
  margin: 0 auto 5px;
  line-height: 20px;
}
.footer-out .footer-logo {
  width: 120px;
  display: block;
  margin: 0 auto 10px;
}
.footer-out .footer-info-one {
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.footer-out .footer-info-one img {
  width: 11px;
  height: 12px;
  margin-top: 4px;
  margin-right: 4px;
}
.footer-out .footer-info-one div {
  padding-left: 1px;
}
.footer-out .footer-mid-map {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.footer-out .footer-mid-map .footer-map-img {
  display: block;
  margin: 0 auto;
  height: 13px;
}
.footer-out .footer-map-content {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.4) !important;
}

.title-component {
  width: 100%;
}
.title-component .title-content {
  color: #1C1B26;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  margin-bottom: 6px;
}
.title-component .title-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-component .title-icon div {
  width: 40px;
  height: 3px;
}
.title-component .title-icon .green {
  background: #23D56D;
}
.title-component .title-icon .blue {
  background: #016EE4;
}
.title-component .title-icon .purple {
  background: #2754A3;
}
.title-component .title-icon .mazarine {
  background: #2754A3;
}
.title-component .title-icon .blackishGreen {
  background: #008F8A;
}

.search-mode-container {
  width: 100%;
  min-height: 800px;
  padding: 88px 0 88px;
}
.search-mode-container .search-mode-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 43px;
}
.search-mode-container .swiper-pagination {
  margin: 20px auto;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  display: flex;
  justify-content: space-between;
}
.search-mode-container .swiper-pagination .swiper-pagination-bullet {
  background: #1C1B26;
  width: 60px;
  height: 4px;
  border-radius: inherit;
  opacity: 0.1;
}
.search-mode-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #008F8A;
  opacity: 1;
}
.search-mode-container .swiper-container {
  width: 780px;
  box-shadow: 4px 6px 10px 0px rgba(0, 1, 1, 0.1);
}
.search-mode-container .swiper-container .swiper-slide img {
  width: 100%;
}

.search-result-background {
  background: #F5F5F7;
}
.search-result-background .search-result-card {
  width: 1200px;
  margin: 20px auto 0;
}
.search-result-background .same-card {
  border: none;
  background: none;
}
.search-result-background .search {
  max-width: 1200px;
  margin: 0 auto;
}
.search-result-background .search-relult-content {
  padding: 30px 0 0;
}
.search-result-background .search-result-tip {
  font-size: 16px;
  line-height: 30px;
}
.search-result-background .search-relult-content-image {
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
  line-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-result-background .search-relult-content-image .ant-image-img {
  max-width: 100%;
  max-height: 100%;
  height: auto!important;
}
.search-result-background .search-result-text {
  color: #999;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.search-result-background .search-result-same-item .search-result-same-text {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.search-result-background .search-result-same-item .search-result-content-image {
  overflow: hidden;
  border: 4px solid #008F8A;
}
.search-result-background .search-result-same-item .search-result-same-content {
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.search-result-background .search-result-same-item .search-relult-content-right {
  flex: 1;
}
.search-result-background .search-result-same-item .search-relult-content-certificate {
  margin-left: 20px;
  display: flex;
}
.search-result-background .search-result-same-item .search-relult-content-certificate:first-child {
  margin-left: 0;
}
.search-result-background .search-result-certificateItem {
  width: 31%;
  margin-left: 3%;
  border: 1px solid #eee;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
.search-result-background .search-result-certificateItem .certificateItem-tit {
  background: #0C203E;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.search-result-background .search-result-certificateItem .certificateItem-table {
  margin: 4px 0 10px;
}
.search-result-background .search-result-certificateItem .certificateItem-tableitem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #333;
  border-bottom: 1px dashed #ddd;
}
.search-result-background .search-result-certificateItem .certificateItem-tableitem .certificateItem-label {
  text-align: left;
  padding-left: 10px;
  width: 50%;
}
.search-result-background .search-result-certificateItem .certificateItem-tableitem .certificateItem-value {
  text-align: right;
  padding-right: 10px;
  width: 50%;
}
.search-result-background .search-result-certificateItem .certificateItem-btn {
  width: 160px;
  background: #0d726f;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.search-result-background .container {
  background: #f5f5f7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.search-result-background .container .center {
  margin: 0 auto;
  width: 416px;
}
.search-result-background .container img {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  display: block;
}
.search-result-background .container .no-text {
  font-size: 16px;
  color: #1C1B26;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.moveDetailBox {
  width: 100%;
  margin: 0 auto;
}
.moveDetailBox .open-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F5F5F7;
  cursor: pointer;
  color: #999;
}
.moveDetailBox .detail-container {
  background: #F5F5F7;
  overflow: hidden;
  width: 100%;
}
.moveDetailBox .detail-container.show {
  height: auto;
}
.moveDetailBox .detail-container.hide {
  height: 0;
}
.moveDetailBox .detail-container .padd {
  padding: 20px 30px;
}

.search-mode-container-move {
  width: 100%;
  padding: 44px 0 44px;
}
.search-mode-container-move .search-mode-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 43px;
}
.search-mode-container-move .swiper-pagination {
  margin: 20px auto;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  display: flex;
  justify-content: space-between;
}
.search-mode-container-move .swiper-pagination .swiper-pagination-bullet {
  background: #1C1B26;
  width: 60px;
  height: 4px;
  border-radius: inherit;
  opacity: 0.1;
}
.search-mode-container-move .swiper-pagination .swiper-pagination-bullet-active {
  background: #008F8A;
  opacity: 1;
}
.search-mode-container-move .swiper-container {
  width: 96%;
  box-shadow: 4px 6px 10px 0px rgba(0, 1, 1, 0.1);
}
.search-mode-container-move .swiper-container .swiper-slide img {
  width: 100%;
}

.uploadBoxMove {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
.uploadBoxMove .ant-upload .anticon {
  font-size: 40px!important;
}
.uploadBoxMove .uploadBox-btn {
  margin: 20px 0 0;
  background: #008F8A;
  padding: 0 30px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
.my-loading .cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 10;
}
.my-loading .loading-img {
  position: fixed;
  top: 45%;
  left: 0;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 11;
  animation: rotate 0.7s infinite linear;
}
.my-loading .tip {
  font-size: 24px;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 45%;
  padding-top: 40px;
  text-align: center;
  z-index: 11;
  left: 0;
}

.uploadBox {
  width: 620px;
  margin: 30px auto;
  text-align: center;
}
.uploadBox .ant-upload .anticon {
  font-size: 70px!important;
}
.uploadBox .uploadBox-btn {
  width: 400px;
  margin: 20px 0 0;
  background: #008F8A;
  padding: 0 20px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.movesearch-background .title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 18px;
  padding: 18px 24px 0;
}
.movesearch-background .nodata {
  width: 100%;
  padding: 0 0 20px;
}
.movesearch-background .nodata .nodata-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 29px;
}
.movesearch-background .nodata .nodata-img {
  width: 327px;
  display: block;
  margin: 0 auto;
}
.movesearch-background .detail-out {
  padding-top: 40px;
}
.movesearch-background .search {
  margin: 0 auto;
  padding: 0 0 40px;
}
.movesearch-background .search-out {
  width: 100%;
  padding: 0 24px;
}
.movesearch-background .search-out.uploadBox {
  padding: 40px 0;
  background: #f5f5f7;
}
.movesearch-background .search-kuang {
  width: 100%;
  border: 1px solid #008F8A;
  border-radius: 22px;
  display: flex;
  margin: 18px auto 0;
}
.movesearch-background .search-title {
  width: 80px;
  padding: 10px 0;
}
.movesearch-background .search-title div {
  text-align: center;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
}
.movesearch-background .search-text {
  flex: 1;
  height: 40px;
  line-height: 1;
  font-size: 14px;
  padding: 13px 10px 13px;
  box-sizing: border-box;
  border: 0;
  background: none;
}
.movesearch-background .search-text {
  outline: none;
  border: 0;
}
.movesearch-background .search-button {
  width: 100%;
  height: 45px;
  border-radius: 22px;
  background: #008F8A;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
  margin: 18px auto 0;
  display: block;
}
.movesearch-background .search-iframe {
  border: 0;
  overflow: hidden;
}
.movesearch-background .searchErr {
  background: #f5f5f7;
  margin-top: 20px;
}
.movesearch-background .searchErr .center {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}
.movesearch-background .searchErr img {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  display: block;
}
.movesearch-background .searchErr .text {
  font-size: 16px;
  color: #1C1B26;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
}
.movesearch-background .searchResult {
  background: #fff;
  margin-top: 20px;
}
.movesearch-background .searchResult .gid-tab {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.movesearch-background .searchResult .gid-tab .gid-tab-item {
  width: 160px;
  text-align: center;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}
.movesearch-background .searchResult .gid-tab .gid-tab-item.active {
  color: #008F8A;
}
.movesearch-background .searchResult .gid-certificate-box {
  border: 5px solid #008F8A;
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  position: relative;
}
.movesearch-background .searchResult .gid-certificate-box .gid-logo {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.movesearch-background .searchResult .gid-certificate-box .gid-logo img {
  width: 60px;
  height: 21px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-logo .gid-logo-tit {
  padding-left: 5px;
  height: 21px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0C203E;
  line-height: 21px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-download-box {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  color: #008F8A;
}
.movesearch-background .searchResult .gid-certificate-box .gid-download-box .gid-down-item {
  margin: 0 10px;
  cursor: pointer;
}
.movesearch-background .searchResult .gid-certificate-box .gid-top-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(66, 63, 89, 0.35);
  line-height: 30px;
  margin: 20px auto 0;
  text-align: center;
}
.movesearch-background .searchResult .gid-certificate-box .gid-sign {
  margin: 20px auto 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(270deg, rgba(0, 143, 138, 0) 0%, rgba(0, 143, 138, 0.1) 24%, rgba(0, 143, 138, 0.1) 76%, rgba(0, 143, 138, 0) 100%);
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #008F8A;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  cursor: pointer;
  justify-content: center;
}
.movesearch-background .searchResult .gid-certificate-box .gid-sign .gid-sign-tit {
  flex: 0 0 90px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-sign .gid-sign-code {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 0 1;
}
.movesearch-background .searchResult .gid-certificate-box .gid-sign .gid-sign-ic {
  flex: 0 0 40px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp {
  padding-top: 20px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp .gid-temp-item .gid-item-img img {
  max-width: 180px;
  max-height: 180px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp .label {
  text-align: left;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp .label .gid-cicle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #7EC6C3;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp .label p {
  margin-bottom: 0;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp .value {
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 16px;
}
.movesearch-background .searchResult .gid-certificate-box .gid-temp .gid-btn {
  background: #008F8A;
  width: 80%;
  margin: 20px auto 0;
  display: block;
  color: #fff;
  height: 50px;
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  text-align: center;
}

.search-result-background-move {
  background: #F5F5F7;
}
.search-result-background-move .search-result-card {
  width: 100%;
}
.search-result-background-move .same-card {
  border: none;
  background: none;
}
.search-result-background-move .title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1B26;
  line-height: 22px;
  margin-bottom: 18px;
}
.search-result-background-move .search {
  max-width: 1200px;
  margin: 0 auto;
}
.search-result-background-move .search-relult-content {
  padding: 0 0;
}
.search-result-background-move .search-result-tip {
  font-size: 16px;
  line-height: 30px;
}
.search-result-background-move .search-relult-content-image {
  overflow: hidden;
  margin-top: 20px;
  vertical-align: middle;
  line-height: 140px;
}
.search-result-background-move .search-relult-content-image .ant-image-img {
  width: 100%;
  height: auto!important;
  vertical-align: middle;
}
.search-result-background-move .search-result-text {
  color: #999;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.search-result-background-move .search-result-same-item .search-result-same-text {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.search-result-background-move .search-result-same-item .search-result-content-image {
  overflow: hidden;
  border: 4px solid #008F8A;
}
.search-result-background-move .search-result-same-item .search-result-same-content {
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.search-result-background-move .search-result-same-item .search-relult-content-right {
  flex: 1;
  text-align: right;
}
.search-result-background-move .search-result-same-item .search-relult-content-certificate {
  margin-left: 20px;
  display: inline-block;
  width: 100%;
}
.search-result-background-move .search-result-same-item .search-relult-content-certificate:first-child {
  margin-left: 0;
}
.search-result-background-move .search-result-certificateItem {
  width: 100%;
  margin-left: 3%;
  border: 1px solid #eee;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.search-result-background-move .search-result-certificateItem .certificateItem-tit {
  background: #0C203E;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.search-result-background-move .search-result-certificateItem .certificateItem-table {
  margin: 4px 0 10px;
}
.search-result-background-move .search-result-certificateItem .certificateItem-tableitem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #333;
  border-bottom: 1px dashed #ddd;
}
.search-result-background-move .search-result-certificateItem .certificateItem-tableitem .certificateItem-label {
  text-align: left;
  padding-left: 10px;
  width: 40%;
}
.search-result-background-move .search-result-certificateItem .certificateItem-tableitem .certificateItem-value {
  text-align: right;
  padding-right: 10px;
  width: 60%;
}
.search-result-background-move .search-result-certificateItem .certificateItem-btn {
  width: 160px;
  background: #0d726f;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.search-result-background-move .container-move {
  background: #f5f5f7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.search-result-background-move .container-move .center {
  margin: 0 auto;
  width: 416px;
}
.search-result-background-move .container-move img {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  display: block;
}
.search-result-background-move .container-move .no-text {
  font-size: 16px;
  color: #1C1B26;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.gzsm_mobile .main {
  width: 100%;
}
.gzsm_mobile .main .title {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
}
.gzsm_mobile .main .img {
  width: 100%;
  margin-top: 0;
}
.gzsm_mobile .main .img img {
  width: 100%;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.nopage-nodata {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nopage-nodata .nopage-nodata-img {
  width: 110px;
  margin: 0 auto 15px;
  display: block;
}
.nopage-nodata .nopage-nodata-title {
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin: 0 0 12px;
}
.nopage-nodata .nopage-nodata-content {
  font-size: 14px;
  color: rgba(28, 27, 38, 0.75);
  text-align: center;
  margin: 0 0 15px;
}
.nopage-nodata .nopage-nodata-btn {
  width: 135px;
  line-height: 40px;
  font-size: 14px;
  color: #1A1A1A;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  background: #016EE4;
  border-radius: 40px;
  display: block;
}

