* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  background-color: rgba(235, 236, 237, 1);
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

img {
  font-size: 0;
  max-width: 100%;
}

input {
  background: none;
  outline: none;
  border: none;
}


div.mobile {
  display: block;
}

div.pc {
  display: none;
}

/* 头部背景切换 */
.mobile_2 {
  display: block;
}

.pc_2 {
  display: none;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 34px;
  height: 34px;
  background-color: rgba(204, 204, 204, 1);
  position: relative;
  font-weight: 700;
  cursor: pointer;
  font-size: 2em;
}

input[type="checkbox"]:checked::before {
  display: block;
  content: "√";
  color: #3da3b1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 1);
  cursor: pointer;
}

input[type="radio"]:checked::before {
  display: block;
  content: "√";
  color: #3da3b1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}


a {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  border-bottom: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* 白色背景 */
.white_bg {
  background-color: #fff;
  width: 100%;
}

/* 手机端 */
#page_box {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.home_top_img {}

.m-process-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 25px 0;
}

.m-process-nav .item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.m-process-nav .item-box img {
  margin-bottom: 12px;
  width: 100px;
  height: 100px;
}

.m-process-nav .item-box p {
  font-size: 24px;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
}

/* 订单状态 */
.m-order-state {}

.m-order-state .title-box,
.m-apply-tips .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px 20px 30px;
}

.m-order-state .title-box .txt,
.m-apply-tips .title-box .txt {
  font-size: 36px;
  font-weight: 700;
  color: rgba(52, 52, 52, 1);
}

.m-order-state .title-box .more {
  font-size: 24px;
  font-weight: 400;
  color: rgba(166, 166, 166, 1);
}

.m-order-state .content-box,
.m-apply-tips .content-box {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

.m-order-state .content-box .code-state {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(229, 229, 229, 1);
  padding-bottom: 32px;
  margin-bottom: 30px;
}

.m-order-state .content-box .code-state .txt {
  font-size: 28px;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
}

.m-order-state .content-box .code-state .state {
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 121, 147, 1);
  cursor: pointer;
}


.m-order-state .content-box .process-step {

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

}


.m-order-state .content-box .process-step .item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.m-order-state .content-box .process-step .item-box .icon-box {
  width: 70px;
  height: 90px;
  position: relative;
  margin-bottom: 10px;
}

.m-order-state .content-box .process-step .item-box .icon-box .img {
  width: 100%;
  height: 100%;

}

.m-order-state .content-box .process-step .item-box .icon-box .process-icon {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);

}

.m-order-state .content-box .process-step .item-box .line {
  width: 135px;
  height: 10px;
  opacity: 1;
  background: rgba(229, 229, 229, 1);
  margin-bottom: 30px;
}

.m-order-state .content-box .process-step .item-box:first-child .line {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.m-order-state .content-box .process-step .item-box:last-child .line {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.m-order-state .content-box .process-step .item-box .line.current {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.m-order-state .content-box .process-step .item-box .line.active {
  background: rgba(0, 121, 147, 1);
}

.m-order-state .content-box .process-step .item-box .name {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(128, 128, 128, 1);
}

.m-order-state .content-box .process-step .item-box .name.active {
  color: rgba(0, 0, 0, 1);
}
/* 已取消的全部灰色 2023-03-17 李冉 */
.m-order-state .content-box.state5 .process-step .item-box .name,
.m-order-state .content-box.state5 .process-step .item-box .name.active {
    color: rgba(128, 128, 128, 1);
}

.m-order-state .content-box .machine {
  font-size: 24px;
  color: rgba(166, 166, 166, 1);
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(229, 229, 229, 1);
}

.m-order-state .content-box .machine .time {
  font-size: 26px;
  margin-top: 10px;
}

.m-apply-tips .content-box {
  line-height: 48px;
  padding-bottom: 50px;
}

/* 样机查询页面 */
.mechine-search-page {
  width: 670px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  align-items: stretch;
  flex-wrap: wrap;
}

.mechine-search-page .item-box {
  width: 320px;
  min-height: 394px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 1em;
}

.mechine-search-page .item-box .img {
  width: 320px;
  height: 179.73px;
  object-fit: cover;
}

.mechine-search-page .item-box .name {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 100px;
  color: rgba(0, 0, 0, 1);
  padding: 0 20px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis; */
  line-height: 1.5;
  word-break: break-all;
  padding: 1em;
}

.mechine-search-page .item-box .button {
  width: 166.67px;
  height: 72px;
  opacity: 1;
  border-radius: 36px;
  border: 2px solid rgba(166, 166, 166, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(166, 166, 166, 1);
  font-size: 28px;

}

.mechine-search-page .item-box .button.active {
  border: 2px solid rgba(0, 121, 147, 1);
  color: rgba(0, 121, 147, 1);

}

/* 样机详情页 */
.mechine-detail-page {
  padding: 45px 40px;
  box-sizing: border-box;
}

.mechine-detail-page .title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 70px;
  color: rgba(52, 52, 52, 1);
  margin-bottom: 40px;
}

.mechine-detail-page .img {
  width: 100%;
  margin-bottom: 50px;
}

.mechine-detail-page .detail {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 200px;
}

.mechine-detail-page .button-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mechine-detail-page .button-box .button {
  width: 250px;
  height: 72px;
  opacity: 1;
  border-radius: 36px;
  border: 2px solid rgba(166, 166, 166, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(166, 166, 166, 1);
  font-size: 28px;
  margin-top: 29px;

}

.mechine-detail-page .button-box .button.active {
  border: 2px solid rgba(0, 121, 147, 1);
  color: rgba(0, 121, 147, 1);

}

/* 样机订单记录 */
.mechine-order-record {
  position: relative;
}

.mechine-order-record .block-box {
  width: 100%;
  height: 165px;
}

.mechine-order-record .sticky-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(235, 236, 237, 1);
}

.mechine-order-record .top-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  padding-top: 10px;
  box-sizing: border-box;
}

.mechine-order-record .top-nav .item-nav {
  width: 160px;
  height: 74px;
  opacity: 1;
  font-size: 28px;
  font-weight: 400;
  line-height: 60px;
  color: rgba(52, 52, 52, 1);
  border-bottom: 6px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;

}

.mechine-order-record .top-nav .item-nav.active {
  color: rgba(0, 152, 166, 1);
  border-bottom: 6px solid rgba(0, 152, 166, 1);

}

.mechine-order-record .record-num {
  font-size: 24px;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  padding: 22px 40px;
}

.mechine-order-record .record-num .red-color {
  color: rgba(227, 60, 100, 1);
}

.mechine-order-record .item-box {
  margin-bottom: 20px;
  padding: 35px 40px;
  box-sizing: border-box;
}

.mechine-order-record .item-box .top-title {
  padding-bottom: 44px;
  border-bottom: 2px solid rgba(229, 229, 229, 1);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
}


.mechine-order-record .item-box .top-title .little {
  font-size: 24px;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
}

.mechine-order-record .item-box .center-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(229, 229, 229, 1);
  margin-bottom: 24px;
}

.mechine-order-record .item-box .center-box .img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 32px;
}

.mechine-order-record .item-box .center-box .name {
  font-size: 24px;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
}

.mechine-order-record .item-box .center-box .name .name-common {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
}

.mechine-order-record .item-box .center-box .name .name-common.name-common2 {
  margin-bottom: 0;
}

.mechine-order-record .detail-p {
  padding-top: 30px;
  border-top: 2px solid rgba(229, 229, 229, 1);
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}


.mechine-order-record .detail-p p {
  margin-bottom: 20px;
}


.mechine-order-record .item-box .center-box .name .name-common p:first-child {
  min-width: 135px;
  margin-right: 50px;
}

.mechine-order-record .item-box .time-box {
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.mechine-order-record .item-box .time-box .red {
  color: rgba(227, 60, 100, 1);
}

.mechine-order-record .item-box .time-box .green {
  color: rgba(0, 121, 147, 1);
  cursor: pointer;
}

/* 样机申请表单 */
.mechine-apply-page {
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.mechine-apply-page .item-box {
  padding: 20px 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.mechine-apply-page .item-box .label-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mechine-apply-page .item-box .label-box label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 55px;
  cursor: pointer;
}

.mechine-apply-page .item-box .label-box label p {
  margin-left: 14px;
}

.mechine-apply-page .item-box .ipt-box {
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(229, 229, 229, 1);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  width: 100%;
}
.mechine-apply-page .item-box .ipt-box.block_user_role{ flex-wrap: wrap; }
.mechine-apply-page .item-box .label-box.block_user_role label { width: 100%; justify-content: flex-start; }
.mechine-apply-page .item-box .label-box.block_user_role label + label { margin-top: .7em; }

.mechine-apply-page .item-box .ipt-box:last-child {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: unset;
}


.mechine-apply-page .item-box .ipt-box .name {
  min-width: 155px;
  margin-right: 20px;
}

.mechine-apply-page .item-box .ipt-box .ipt input {
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-weight: 400;
}

.mechine-apply-page .item-box .ipt-box .ipt input[type='radio'] {
  font-size: 20px;
  font-weight: 700;
}

.mechine-apply-page .item-box .ipt-box .ipt {
  width: 100%;
}


.mechine-apply-page .item-box .ipt-box .ipt input[type='text'] {
  width: 100%;

}

.mechine-apply-page .item-box .ipt-box .ipt input::placeholder {
  color: rgba(166, 166, 166, 1);
}

.mechine-apply-page .item-box .ipt-box .ipt .green {
  color: rgba(0, 186, 173, 1);
}

.mechine-apply-page .item-box .ipt-box .ipt .txt-tiaokuan {
  margin-bottom: 20px;
}

.mechine-apply-page .item-box .ipt-box .ipt .upload_img {
  width: 112px;
  height: 110px;
  object-fit: contain;
}

.mechine-apply-page .title {
  margin-bottom: 40px;
}


.mechine-apply-page .item-box .label-box2 label {
  margin-right: 20px;
}


.mechine-apply-page .read-privacy {
  padding: 60px 40px;
}

.mechine-apply-page .read-privacy .privacy {
  color: rgba(0, 190, 219, 1);
}


.mechine-apply-page .read-privacy label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 55px;
}

.mechine-apply-page .read-privacy label p {
  margin-left: 16px;
}

.mechine-apply-page .read-privacy label input {
  background-color: #fff;
}

.mechine-apply-page .submit-btn {
  width: 670px;
  height: 110px;
  background: linear-gradient(90deg, rgba(0, 230, 220, 1) 0%, rgba(0, 255, 185, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 400;
  color: rgba(0, 0, 40, 1);
  margin: 0 auto;
  margin-bottom: 80px;
}

.fixed-apply-privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 41, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-privacy-box {
  display: none;
}

.common-privacy-box .second-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}


.fixed-apply-privacy .main-box {
  width: 640px;
  height: 1114px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.fixed-apply-privacy .main-box .top-title {
  background: linear-gradient(90deg, rgba(0, 189, 219, 1) 0%, rgba(0, 214, 160, 1) 100%);
  width: 640px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  position: relative;
  margin-bottom: 40px;
}

.fixed-apply-privacy .main-box .top-title .close {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

.fixed-apply-privacy .main-box .content {
  overflow: auto;
  width: 572px;
  height: 686px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 90px;
}

.fixed-apply-privacy .main-box .down-privacy {
  width: 380px;
  height: 90px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(0, 230, 220, 1) 0%, rgba(0, 255, 185, 1) 100%);
  margin: 0 auto;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(0, 0, 40, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 提交寄回地址 */
.mechine-sendback-page .item-box .label-box {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mechine-sendback-page .item-box .label-box label {
  margin-right: 50px;
  margin-bottom: 15px;
}

.mechine-sendback-page .item-box .label-box label input {
  background-color: rgba(204, 204, 204, 1);
  border: unset;
}

.mechine-sendback-page .item-box .label-box label:nth-child(2n) {
  margin-right: 0;
}


.mechine-sendback-page .submit-btn {
  margin-top: 40px;
}

.mechine-sendback-page .item-box .red-txt {
  font-size: 24px;
  font-weight: 400;
  color: rgba(227, 60, 100, 1);
  margin-bottom: 22px;
}

.mechine-sendback-page .item-box .imgs-video-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.mechine-sendback-page .item-box .imgs-video-box .upload_img {
  width: 112px;
  height: 110px;
  object-fit: cover;
}

/* 修改确认框 */
.el-popconfirm__main,
.el-button--text,
.el-button--mini,
.el-button--small {
  font-size: 30px !important;
}

.el-button--text,
.el-button--mini {
  font-size: 26px !important;
}

.el-popover {
  padding: 30px;
  line-height: 2;
}

.el-button--mini,
.el-button--mini.is-round {
  padding: 20px 40px;
}

/* elementUI表单样式 */


.el-range-editor.el-input__inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.el-select {
  width: 100%;
  border-color: transparent
}

.el-select:hover {
  border-color: transparent
}

.el-input__inner {
  height: unset;
  padding-left: 0;
}

.el-select-dropdown__item,
.el-select .el-input .el-select__caret,
.el-date-editor .el-range-input,
.el-cascader-panel,
.el-date-editor .el-range-separator {
  font-size: 28px;
}
.el-select-dropdown__item{
    height: unset;
    min-height: 34px;
    padding: .2em 0;
    box-sizing: border-box;
}

.el-date-editor .el-range__close-icon,
.el-date-editor .el-range__icon {
  font-size: 24px;
  cursor: pointer;
}

.el-date-range-picker .el-picker-panel__body,
.el-date-table,
.el-date-range-picker__header div,
.el-picker-panel__icon-btn {
  font-size: 20px !important;
}

.el-select-dropdown__list {
  padding: 20px 10px;
}
.el-cascader-node {
    height: unset;
    min-height: 34px;
    line-height: 1.5;
}

/* date  */

.time_block .el-input__inner {
  background-color: transparent;
  border: 1px solid transparent;
}

.el-range-editor.is-active,
.el-range-editor.is-active,
.el-range-editor.is-active:hover {
  border: 1px solid transparent;
}

.el-picker-panel {
  width: 100%;
}


/* select下拉框 */
.el-input__inner,
.el-select .el-input.is-focus:focus,
.el-select .el-input__inner:hover,
.el-select .el-input__inner:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-select:hover .el-input__inner {
  border-color: transparent
}


/* 申请表单的上传文件按钮 */
.apply_file_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 112px;
  cursor: pointer;
}

.apply_file_box img {}

.apply_file_box .apply_file_ipt {
  width: 100%;
  height: 100%;
  background: #3da3b1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.file_uri_box {
  position: relative;
}

.file_uri_box .close {
  width: 30px;
  cursor: pointer;
}



/* 上传图片按钮 */
.shangchuan_tu {
  width: 220px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 40, 1);
  font-size: 26px;
  background: linear-gradient(90deg, rgba(0, 230, 220, 1) 0%, rgba(0, 255, 185, 1) 100%);
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}

.shangchuan_tu input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;

}

/* 样机照片和视频 */
.upload_img_1,
.upload_img_2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.upload_img_1 .img_css,
.upload_img_2 .img_css {
  position: relative;
  margin-right: 50px;
}

.upload_img_1 .img_css:nth-child(2n) {
  margin-right: 0;
}

.upload_img_1 .img_css .close,
.upload_img_2 .img_css .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.upload_img_1 .img_css img,
.upload_img_2 .img_css video {
  width: 250px;
  height: 250px;
  margin-bottom: 30px;
  object-fit: contain;
}


/* 暂无数据样式 */
.current_no_data {
  font-size: 24px;
  color: rgba(166, 166, 166, 1);
}

.current_no_data_white {
  font-size: 24px;
  color: rgba(166, 166, 166, 1);
  padding: 20px 30px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

/* 确认的UI样式 */
.el-button--primary {
  background-image: linear-gradient(to right, #00BDDB, #00D6A0) !important;
  border-color: unset;

}


.el-message-box__content {
    font-size: 24px;
}
.el-message-box__message p { line-height: 1.5; padding: .5em 0; }
.el-message-box__title { font-size: 20px; }

.upload_file_tip { font-size: .6em; opacity: 0.6; padding: 2px 0; }



input[type=file] { cursor: pointer; }