﻿html {
  /* 官网顶部悬浮窗口宽度 */
  --topright-width: 337px;
  --topright-width-in: 317px !important;

  /* 智能报价 */
  --intetablist-height: 45px;
}

/* body {
  min-width: 1280px;
} */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.servelistright * {
  box-sizing: initial;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
}

a:active,
a:focus,
a:hover {
  color: #1788ff;
}

.danger_txt {
  color: #d81e06;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(195, 194, 197);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F6F6F6;
}

@media screen and (min-width: 1300px) {
  body {
    min-width: 1300px;
  }
}

/* @media screen and (min-width: 1300px) and (max-width: 1500px) {
  body {
    zoom: 0.9;
    -ms-zoom: 0.9;
    -ms-zoom-animation: default;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  body {
    zoom: 0.8;
    -ms-zoom: 0.8;
    -ms-zoom-animation: default;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  body {
    zoom: 0.7;
    -ms-zoom: 0.7;
    -ms-zoom-animation: default;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  body {
    zoom: 0.6;
    -ms-zoom: 0.6;
    -ms-zoom-animation: default;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  body {
    zoom: 0.5;
    -ms-zoom: 0.5;
    -ms-zoom-animation: default;
  }
} */
@media screen and (max-width: 768px) {
  body {
    zoom: 1;
    -ms-zoom: 1;
    -ms-zoom-animation: default;
  }
}

.theme_color {
  color: #1788ff
}

.error_color {
  color: #ef2005
}

.success_color {
  color: #00b51f
}

.warning_color {
  color: #ff7e00
}

.info_color {
  color: #909399
}

.primary_color {
  color: #3589df
}

.drawer_sub_title {
  padding-left: 12px;
  padding-bottom: 2px;
  font-size: 16px;
  border-left: 4px solid #007aff;
}

.form_title {
  font-weight: bold;
  color: #222222;
  font-size: 18px;
  position: relative;
  width: fit-content;
  padding: 8px 0;
}

/* .form_title::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #575757, transparent);
  position: absolute;
  top: 0px;
} */
.form_sub_title {
  font-weight: bold;
  color: #222222;
  font-size: 18px;
  margin-right: 24px;
  width: fit-content;
}

.sub_form_bg .form_sub_title {
  font-size: 16px;
  padding: 4px 80px 4px 12px;
  background: linear-gradient(90deg, #f1f1f1 20%, transparent);
}

.page_animation {
  min-width: 1280px;
  overflow: hidden;
}

.embed-icon {
  inset: auto 0px 70px auto !important;
  z-index: 99 !important;
}


/* 搬过来的全局样式 */
/* ↓ 企业展示【制程能力，设备展示，客户评论】等类型的导航栏样式 ↓ */

.sub_head_no {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  padding: 0 24px;
  height: 56px;
  margin: auto 8px;
  display: flex;
  align-items: center;
  transition: linear 0.2s;
}

.sub_head_no:hover {
  color: #1788ff;
  opacity: 0.9;
}

.sub_head_yes {
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  display: flex;
  color: #1788ff;
  border-bottom: 3px solid #1788ff;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 32px;
  margin: auto 8px;
  transition: linear 0.2s;
}

.aboutustitle {
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 10px 103px 0px rgba(180, 180, 180, 0.15);
  width: 100%
}

.headyes .postionborder {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid #1788ff;
  border-radius: 2px;
  height: 2px;
  width: 100%;
}

/* ↑ 企业展示【制程能力，设备展示，客户评论】 ↑ */

.el-pagination.is-background .el-pager li :hover {
  color: #1788ff !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  border: 1px solid #1788ff;
  background-color: #fff !important;
  color: #602D89 !important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #1788ff !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border: 1px solid #1788ff !important;
  background: #FFF1E3 !important;
}

.el-checkbox__inner::after {
  border: 1px solid #1788ff !important;
  border-left: 0 !important;
  border-top: 0 !important;
}

.el-tabs__active-bar {
  background-color: #1788ff !important;
  height: 4px;
  border-radius: 2px;
}

.el-tabs__item {
  font-weight: bold !important;
  font-size: 16px !important;
}

.el-tabs__item.is-active {
  color: #1788ff !important;
}

.str4 {
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  display: -webkit-box;
  /* 兼容性 */
  -webkit-line-clamp: 4;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
}

.str3 {
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  display: -webkit-box;
  /* 兼容性 */
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
}

.str {
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  display: -webkit-box;
  /* 兼容性 */
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
}

.str2 {
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  display: -webkit-box;
  /* 兼容性 */
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
}

.next-btn:hover {
  background: #6a4d81 !important;
  color: #fff !important;
}

.bottom-btn:hover {
  background: #6a4d81 !important;
  color: #fff !important;
}

.maindiv {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin-top: 23px;
}

.container {
  width: 100%;
  /* background: #F6F6F6; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

body {
  margin: 0;
  font-size: 12px;
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

.admin {
  max-width: 1280px;
  margin: 0 auto;
}

.appcenter {
  align-items: center;
}

.appflex {
  display: flex;
}

.appflexwrap {
  flex-wrap: wrap
}

.appcontent {
  justify-content: center
}

.appspaceevenly {
  justify-content: space-evenly;
}

.appcenteritems {
  display: flex;
  justify-content: center;
  align-items: center;
}

.typetitle {
  font-size: 14px;
  margin-bottom: 10px
}

.appcolumn {
  flex-direction: column
}

.appspacebetween {
  justify-content: space-between
}

.appbgf5 {
  background: #F6F6F6;
}

.appedit {
  width: 190px !important;
  height: 46px !important;
  background: #1788ff !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
}

.appedit:hover {
  background: #6a4d81 !important;
  color: #fff !important;
}

.botok:hover {
  background: #6a4d81 !important;
}

.botok1:hover {
  background: #6a4d81 !important;
}


.fastType {
  display: flex;
  margin-top: 10px;
}

.text_justify {
  /* width: 68px; */
  display: inline-block;
  /* text-align: justify; */
  /* text-align-last: justify; */
}

/* 验证码 */
.okbot {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 99px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background: #6a4d81 !important;
  color: #fff !important;
}

.urlimg {
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.topbg {
  height: 140px;
  min-width: 1280px;
}

.el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: 4px solid #1788ff !important;
  border-radius: 2px;
  font-size: 16px;
  color: #1788ff !important;
  font-weight: bold;
}

.el-menu--horizontal>.el-menu-item {
  font-size: 16px;
  color: #222 !important;
  font-weight: bold;
  margin: 0 12px !important;
  padding: 0 18px !important;
}

button.el-carousel__arrow {
  background: rgba(0, 0, 0, 0.1);
  font-size: 20px;
}

button.el-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.3);
}

.pcb_form .widthleft {
  width: 1085px;
}

.pcb_form .widthleftadd {
  width: 733px;
}

.fpc_form .inputmoney,
.pcb_form .inputmoney {
  width: 180px;
  border-radius: 3px;
  margin-right: 8px;
}

.pcb_form .fastypetitle {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  line-height: 28px;
  width: 90px;
  flex: none;
}

.pcb_form .fastypetitle span {
  color: #ff0000;
}

.fastlist {
  height: 28px;
  padding: 0 8px;
  margin-right: 7px;
  font-size: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  display: flex;
  position: relative;
  color: #444;
}

.fastlist>.board_tag {
  padding: 2px 8px;
  font-size: 10px;
  border-radius: 60px;
  border-bottom-left-radius: 0px;
  position: absolute;
  background: #ff4949f5;
  color: #fff;
  right: -6px;
  top: 3px;
  transform: translateY(-100%);
}

.fastlist span {
  width: 14px;
  margin-right: 4px;
  border: 1px solid #eee;
  border-radius: 3px;
  height: 14px;
}

.fastlist img {
  width: 28px;
  height: 20px;
  margin-right: 9px;
}

.fastyes {
  background: #f9f6fe url('../image/goucheckout.png') bottom right no-repeat;
  background-size: 12px;
  border: 2px solid #a47bc3;
  color: #8850b6;
  font-weight: bold;
  box-sizing: border-box;
}

.htmlvalue * {
  max-width: 100%;
}

.htmlvalue img {
  max-height: 1200px;
  object-fit: contain;
}

/* 首页下拉框样式 */
.el-select-dropdown.el-popper.board_first_popper .el-select-group__wrap,
.el-select-dropdown.el-popper.board_first_popper .el-select-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.el-select-dropdown.el-popper.board_first_popper .el-select-group__title {
  width: 80px;
  flex: none;
}

.el-select-dropdown.el-popper.board_first_popper .el-select-dropdown__list .el-select-dropdown__item {
  display: flex;
  align-items: center;
  margin: 4px 6px 4px 0;
  border: 1px solid #d6d6d6;
  padding-inline: 6px;
  border-radius: 3px;
}

.el-select-dropdown.el-popper.board_first_popper .el-select-dropdown__list .el-select-dropdown__item.selected {
  background: #f9f6fe url('../image/goucheckout.png') bottom right no-repeat;
  background-size: 15px;
  border: 2px solid #a47bc3;
  color: #8850b6;
  font-weight: bold;
  box-sizing: border-box;
}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider.ok {
  color: #ece3f1 !important;
}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider {
  color: #dfd7e4 !important;
}

#aliyunCaptcha-window-embed #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider {
  background: #8647ba;
}

#aliyunCaptcha-window-embed {
  z-index: 10 !important;
}

#aliyunCaptcha-window-embed #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-left {
  background-color: #ece3f1;
}

#aliyunCaptcha-window-embed #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-text-box {
  color: #602c98;
}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body.sliding {
  box-sizing: content-box;
  background-color: #fff;
  border: solid 1px #eee;
}

/* 落地页的注册 */
#login-sms-element #aliyunCaptcha-window-embed #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider {
  background: #9d74d6;
}

#login-sms-element #aliyunCaptcha-window-embed #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-left {
  background-color: #ece3f1;
}

#login-sms-element #aliyunCaptcha-window-embed #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-text-box {
  color: #602c98;
}

#login-sms-element #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body.sliding {
  box-sizing: content-box;
  background-color: #fff;
  border-radius: 4px;
}

.truncate-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}