* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(243, 243, 240, 1);
}

img {
  font-size: 0;
  max-width: 100%;
}

input {
  background: none;
  outline: none;
  border: none;
}


div.mobile {
  display: none;
}

div.pc {
  display: block;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 16px;
  height: 16px;
  background-color: rgba(204, 204, 204, 1);
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

input[type="checkbox"]:checked::before {
  display: block;
  content: "√";
  color: #3da3b1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2;
  font-weight: 900;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 1);

}

input[type="radio"]:checked::before {
  display: block;
  content: "√";
  color: #3da3b1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  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: 100%;
}

/* 中间内容最小高度 */
.center-main-block {
  min-height: calc(100vh - 410px);
}

/* 主要内容 */
.main-box-contain {
  max-width: 1200px;
  margin: 0 auto;
}

.main-box-contain-small {
  width: 760px;
}

.main-box-contain-small2 {
  width: 375px;
}

.hand-cursor {
  cursor: pointer;
}

.p-common .top-main-box {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-common .top-main-box .top-login-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-common .top-main-box .top-login-box .logo {
  height: 20px;
}


.p-common .top-main-box .top-login-box .right-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.p-common .top-main-box .top-login-box .right-login .user {
  margin-right: 10px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.p-common .top-main-box .top-login-box .right-login .line {
  margin: 0 20px;
  color: rgba(229, 229, 229, 1);

}

.p-common .top-main-box .top-login-box .right-login.right-login-already .line {
  opacity: 0;
  margin: 0 10px;
}

.p-common .top-banner-box {
  width: 100%;
  background: rgba(0, 0, 41, 1);
  height: 250px;
}

.p-common .top-banner-box .main-box-contain {
  position: relative;

}

.p-common .top-banner-box .main-box-contain .top-banner {
  position: absolute;
  left: 62px;
  top: 0;
  height: 250px;
  opacity: 0.8;
}

.p-common .top-nav-box {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.p-common .top-nav-box .nav-box-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-common .top-nav-box .nav-box-range .item-nav {
  position: relative;
  cursor: pointer;
}

.p-common .top-nav-box .nav-box-range .item-nav::after {
  content: '';
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);

}

.p-common .top-nav-box .nav-box-range .item-nav.active::after {
  background: rgba(0, 153, 153, 1);
}


.p-common .top-nav-box .main-box-contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.p-common .top-nav-box .apply-button {
  width: 210px;
  height: 50px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(0, 255, 185, 1) 0%, rgba(0, 230, 220, 1) 100%);
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 41, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.p-common .footer {
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: rgba(128, 128, 128, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-common .footer p:nth-child(2) {
  margin-left: 60px;
  margin-right: 30px;
}

.main-box-all {
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-box-all .main-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  color: rgba(52, 52, 52, 1);
  padding-bottom: 18px;

}

.main-box-all .main-box-left .block-box {
  margin-bottom: 40px;
}

.p-home-page .liucheng-box {
  padding: 22px;
  padding-top: 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.p-home-page .liucheng-box .p_process {
  width: 555px;
  margin-bottom: 35px;
}

.p-home-page .liucheng-box .detail {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(56, 56, 56, 1);
}

.p-home-page .main-box-all .main-box-right .no-login-state {
  font-size: 16px;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
  padding: 20px;
  background-color: #fff;
}


.p-home-page .main-box-all .main-box-right .no-login-state span {
  color: rgba(0, 121, 147, 1);
}



/* 样机查询 */
.mechine-search-page {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.mechine-search-page .item-box {
  width: 240px;
  height: 260px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  margin-right: 18px;
  cursor: pointer;

}

.mechine-search-page .item-box:nth-child(3n) {
  margin-right: 0;
}

.mechine-search-page .item-box .img {
  width: 240px;
  height: 134.87px;
  object-fit: cover;
}

.mechine-search-page .item-box .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  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;
  word-break: break-all;
}

.mechine-search-page .item-box .button {
  min-width: 125px;
  max-width: 85%;
  min-height: 36px;
  opacity: 1;
  border-radius: 18px;
  border: 1px solid rgba(166, 166, 166, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(166, 166, 166, 1);
  font-size: 14px;
  padding: 0 0.5em;
}

.mechine-search-page .item-box .button.active {
  border: 1px solid rgba(0, 121, 147, 1);
  color: rgba(0, 121, 147, 1);

}


/* 登录后的样机申请订单 */
.m-order-state .content-box {
  padding: 20px;
  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: 10px;
  margin-bottom: 20px;
}

.m-order-state .content-box .code-state .txt {
  font-size: 14px;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
}

.m-order-state .content-box .code-state .state {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 121, 147, 1);
}


.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: 35px;
  height: 45px;
  position: relative;
  margin-bottom: 5px;
}

.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: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 17px;

}

.m-order-state .content-box .process-step .item-box .line {
  width: 68px;
  height: 5px;
  opacity: 1;
  background: rgba(229, 229, 229, 1);
  margin-bottom: 15px;
}

.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: 12px;
  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);
}

.m-order-state .content-box .machine {
  font-size: 12px;
  color: rgba(166, 166, 166, 1);
  margin-top: 15px;
  padding-top: 10px;
  border-top: 2px solid rgba(229, 229, 229, 1);
}

.m-order-state .content-box .machine .time {
  font-size: 14px;
  margin-top: 5px;
}

/* 样机查询页面 */

.p-home-page.p-search-page .main-box-all .main-box-right {
  width: 380px;
  height: 369px;
  background-color: #fff;

}

.p-home-page.p-search-page .main-box-all .main-box-right .no-login-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-home-page.p-search-page .main-box-all .main-box-right .no-login-state .img {
  width: 192px;
  margin-bottom: 36px;
}

.p-home-page.p-search-page .main-box-all .main-box-right .no-login-state p {
  text-align: center;
  line-height: 30px;
}


/* 详情页面 */
.p-common.p-detail-page .top-nav-box {
  border-bottom: 1px solid rgba(166, 166, 166, 1);
}

.p-detail-page .main-box-all {
  padding-top: 34px;

}

.p-detail-page .main-box-all .position-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(56, 56, 56, 1);
  margin-bottom: 40px;
}

.p-detail-page .main-box-all .detail-ttle {
  font-size: 30px;
  font-weight: 700;
  color: rgba(52, 52, 52, 1);
  border-left: 3px solid rgba(0, 230, 220, 1);
  padding-left: 14px;
  margin-bottom: 17px;
}

.p-detail-page .main-box-all .detail-1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 77px;

}

.p-detail-page .main-box-all .detail-1 .img {
  width: 393px;
  height: 221px;
  object-fit: contain;
  margin-right: 32px;
}

.p-detail-page .main-box-all .detail-1 p,
.p-detail-page .main-box-all .detail-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
}

.p-detail-page .main-box-all .detail-2 {
  margin-bottom: 100px;
}


.p-detail-page .main-box-all .detail-1 .txt {
  min-height: 221px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.p-detail-page .main-box-all .detail-1 .txt .btn {
  width: 125px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid rgba(166, 166, 166, 1);
  font-size: 14px;
  font-weight: 400;
  color: rgba(166, 166, 166, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.p-detail-page .main-box-all .detail-1 .txt .btn.active {
  border: 1px solid rgba(0, 121, 147, 1);
  color: rgba(0, 121, 147, 1);
  cursor: pointer;
}

/* 样机订单记录 */
.mechine-order-record {
  position: relative;
}

.mechine-order-record .block-box {
  width: 100%;
  height: 165px;
}

.mechine-order-record .sticky-box {
  width: 100%;
}

.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: 164px;
  height: 40px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(52, 52, 52, 1);
  border-bottom: 3px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.mechine-order-record .top-nav .item-nav.active {
  color: rgba(0, 152, 166, 1);
  border-bottom: 3px solid rgba(0, 152, 166, 1);

}

.mechine-order-record .record-num {
  font-size: 12px;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  padding: 20px 0;
}

.mechine-order-record .record-num .red-color {
  color: rgba(227, 60, 100, 1);
}

.mechine-order-record .item-box {
  margin-bottom: 12px;
  padding: 20px;
  box-sizing: border-box;
}

.mechine-order-record .item-box .top-title {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(229, 229, 229, 1);
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
}


.mechine-order-record .item-box .top-title .little {
  font-size: 12px;
  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: 15px;
  border-bottom: 2px solid rgba(229, 229, 229, 1);
  margin-bottom: 13px;
}

.mechine-order-record .item-box .center-box .img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 32px;
}

.mechine-order-record .item-box .center-box .name {
  font-size: 12px;
  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: 13px;
}

.mechine-order-record .item-box .center-box .name .name-common.name-common2 {
  margin-bottom: 0;
}

.mechine-order-record .item-box .detail-p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.mechine-order-record .item-box .detail-p p {
  margin-right: 80px;
}



.mechine-order-record .item-box .center-box .name .name-common p:first-child {
  min-width: 70px;
  margin-right: 25px;
}

.mechine-order-record .item-box .time-box {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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);
}


/* 样机申请表单 */
.mechine-apply-page {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.mechine-apply-page .item-box {
  padding: 10px 16px;
  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: flex-start;
  align-items: center;
}

.mechine-apply-page .item-box .label-box label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  cursor: pointer;
}

.mechine-apply-page .item-box .label-box label p {
  margin-left: 14px;
}

.mechine-apply-page .item-box .ipt-box {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-start; */
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
}

.mechine-apply-page .item-box .ipt-box.center,
.p-fixed-box .regist-box .form-box .ipt-box.center {
  align-items: center;
}

/* .p-fixed-box .regist-box .form-box .ipt-box.center {
  height: 33px;
  box-sizing: border-box;
} */

.mechine-apply-page .item-box .ipt-box:last-child {
  border-bottom: unset;
  margin-bottom: unset;
}

.mechine-apply-page .item-box .ipt-box .name {
  min-width: 90px;
  margin-right: 20px;
}

.mechine-apply-page .item-box .ipt-box .ipt {
  width: 100%;
}

.mechine-apply-page .item-box .ipt-box .ipt input {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
}

.mechine-apply-page .item-box .ipt-box .ipt input[type='radio'] {
  font-size: 12px;
  font-weight: 700;
}


.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);
  cursor: pointer;
}

.mechine-apply-page .item-box .ipt-box .ipt .txt-tiaokuan {
  margin-bottom: 20px;
}

.mechine-apply-page .item-box .ipt-box .ipt .upload_img {
  width: 56px;
  height: 55px;
  object-fit: contain;
  cursor: pointer;
}

.mechine-apply-page .title {
  margin-bottom: 20px;
}


.mechine-apply-page .item-box .label-box2 label {
  margin-right: 20px;
  cursor: pointer;
}


.mechine-apply-page .read-privacy {
  padding: 20px;
  cursor: pointer;
}

.mechine-apply-page .read-privacy .privacy {
  color: rgba(0, 190, 219, 1);
  cursor: pointer;
}


.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: 335px;
  height: 55px;
  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: 20px;
  font-weight: 400;
  color: rgba(0, 0, 40, 1);
  margin: 0 auto;
  margin-bottom: 80px;
  cursor: pointer;
}

.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: 444px;
  height: 485px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 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: 444px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  position: relative;
  margin-bottom: 20px;
}

.fixed-apply-privacy .main-box .top-title .close {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

.fixed-apply-privacy .main-box .content {
  overflow: auto;
  width: 397px;
  height: 320px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 20px;
}

.fixed-apply-privacy .main-box .down-privacy {
  width: 264px;
  height: 45px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(0, 230, 220, 1) 0%, rgba(0, 255, 185, 1) 100%);
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 40, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* 提交寄回地址 */
.mechine-sendback-page .item-box .label-box {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mechine-sendback-page .item-box .label-box label {
  margin-right: 35px;
  margin-bottom: 10px;
  cursor: pointer;
}

.mechine-sendback-page .item-box .label-box label input {
  background-color: rgba(204, 204, 204, 1);
  border: unset;
}


.mechine-sendback-page .submit-btn {
  margin-top: 40px;
}

.mechine-sendback-page .item-box .red-txt {
  font-size: 14px;
  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: 56px;
  height: 55px;
  object-fit: cover;
  cursor: pointer;
}

/* 暂无数据样式 */
.current_no_data {
  font-size: 16px;
  color: rgba(166, 166, 166, 1);
}

.current_no_data_white {
  font-size: 16px;
  color: rgba(166, 166, 166, 1);
  padding: 20px 30px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}


/* elementUI表单样式 */
.el-range-editor.el-input__inner {
  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;
}

/* date  */
/* .el-icon-date::before {
  content: none;
}

.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;
} */

/* 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: 56px;
  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: 160px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 40, 1);
  font-size: 16px;
  background: linear-gradient(90deg, rgba(0, 230, 220, 1) 0%, rgba(0, 255, 185, 1) 100%);
  text-align: center;
  margin-bottom: 20px;
  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: 25px;
}

/* .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: 30px;
  height: 30px;
  cursor: pointer;
}

.upload_img_1 .img_css img,
.upload_img_2 .img_css video {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  object-fit: contain;
}

/* 确认的UI样式 */
.el-button--primary {
  background-image: linear-gradient(to right, #00BDDB, #00D6A0) !important;
  border-color: unset;

}


.upload_file_tip { font-size: .6em; opacity: 0.6; padding: 2px 0; }
input[type=file] { cursor: pointer; }









