@charset "UTF-8";

.oem_upload .check-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 1280px;
  height: inherit;
  min-height: 80vh;
  margin: 50px auto;
}
.oem_upload .check-head {
  width: 1100px;
  height: 146px;
  border-radius: 0px 8px 32px 32px;
  margin: 0 auto;
  background: url("/images/oem/images/check-bg-1.png") 0 0 no-repeat;
  background-size: cover;
  border-radius: 32px 32px 0 0;
  box-shadow: 2px 1px 16px 0px rgba(203, 198, 250, 0.5);
  cursor: pointer;
}
.oem_upload .style-no-ad {
  border-radius: 32px !important;
}
.oem_upload .check-cont {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  background: #f4f7ff;
  border-radius: 0 0 32px 32px;
  box-shadow: 2px 1px 16px 0px rgba(203, 198, 250, 0.5);
}
.oem_upload .left-div-nav {
  width: 206px;
  min-height: 48vh;
  background: #000056;
  border-radius: 0px 32px 25px 32px;
  opacity: 0.77;
}

.oem_upload .nav-button {
  width: 166px;
  height: 47px;
  margin: 33px auto;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border-radius: 8px;
}

.oem_upload .nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  cursor: pointer;
}

.oem_upload .nav-item {
  padding: 25px 0 20px 30px;
  margin-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

.oem_upload .nav-item .nav-desc {
  width: 100%;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 17px;
}
.oem_upload .nav-item-active {
  background-size: 100% auto;
  background-position: center;
  color: #000056;
}
.oem_upload .nav-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  z-index: 200;
  padding-bottom: 15px;
}
.oem_upload .nav-title__wrap {
  position: relative;
  display: flex;
  z-index: 100;
  width: 156px;
}
.oem_upload .nav-title__wrap img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.oem_upload .nav-title__wrap span {
  width: 125px;
  height: 20px;
  overflow: hidden;
}
.oem_upload .nav-describe {
  position: relative;
  width: 0;
  height: 0;
  z-index: 100;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
}
.oem_upload .nav-describe p {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #35367b;
  line-height: 17px;
}

.oem_upload .div-goback {
  position: relative;
  height: 0;
  width: 0;
  left: 78px;
  top: 20px;
  display: flex;
  cursor: pointer;
  justify-content: center;
}

.oem_upload .div-goback img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.oem_upload .div-goback span {
  width: 29px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #35367b;
  line-height: 20px;
}

.oem_upload .right-div-check {
  flex: 1;
  background-color: #f4f7ff;
  display: flex;
  flex-direction: column;
  padding: 50px;
  margin-top: 10px;
  border-radius: 0px 0 32px 0;
  align-items: space-between;
}

.oem_upload .check-list {
  display: flex;
  flex-wrap: wrap;
  min-height: 388px;
  justify-content: flex-start;
}

.oem_upload .check-item {
  width: 218px;
  height: 360px;
  margin-bottom: 45px;
  margin-right: 45px;
}

.oem_upload .check-item-box {
  width: 218px;
  height: 360px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 32px;
  background: #fff;
  padding: 16px 21px;
  cursor: pointer;
}

.oem_upload .check-item:hover {
  opacity: 0.8;
  /* background: #f9fbfe; */
}

.oem_upload .check-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #35367b;
  line-height: 25px;
  margin-bottom: 8px;
}
.oem_upload .check-price__wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.oem_upload .check-price {
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff7736;
  line-height: 20px;
  margin-bottom: 8px;
}
.oem_upload .check-price-delete {
  height: 17px;
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
  line-height: 17px;
  margin-top: 3px;
  margin-left: 8px;
}
.oem_upload .check-tips {
  width: 100%;
  text-align: center;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 17px;
  margin-bottom: 16px;
}
.oem_upload .check-dbs {
  height: 130px;
}
.oem_upload .check-dbs-height-2 {
  height: 194px !important;
}
.oem_upload .check-dbs-height-2 .db-list {
  height: 170px;
}
.oem_upload .db-list {
  height: inherit;
  margin-bottom: 16px;
  overflow-y: scroll;
}
.oem_upload .check-dbs .db-top {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.oem_upload .check-dbs .db-top .db-intro {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
.oem_upload .check-dbs .db-top .db-num {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff7736;
  line-height: 20px;
}
.oem_upload .check-dbs .db-item {
  width: 100%;
  display: flex;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-bottom: 8px;
}
.oem_upload .db-item span {
  display: flex;
  width: 100%;
  padding-right: 10px;
  flex-wrap: wrap;
}
.oem_upload .check-frees {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 20px;
}
.oem_upload .check-frees .free-intro {
  display: flex;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.oem_upload .check-agree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 0;
  top: 314px;
  padding: 0 21px;
  cursor: pointer;
}
.oem_upload .submitBtn{
  position: relative;
  top: 340px;
  width: 90px;
  height: 24px;
  background: #FF780E;
  border-radius: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.oem_upload .check-agree:hover {
  color: red;
}
.oem_upload .check-agree .agree-intro {
  width: 132px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #019afa;
  line-height: 17px;
}
.oem_upload .check-agree img {
  width: 18px;
}
.oem_upload .check-bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.oem_upload .check-bottom .toptip {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.oem_upload .check-bottom .toptip span {
  width: 48px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #35367b;
  line-height: 22px;
  margin-left: 13px;
}
.oem_upload .check-bottom .check-tip {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
/* 查重页面主框架 begin */

/* 查重宝页面 begin */
.oem_upload .agree-wrapper {
  display: flex;
  flex-direction: column;
  width: 732px;
  height: 395px;
  background: #ffffff;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 18px;
  padding: 0px 72px;
}

.oem_upload .agree-wrapper .agree-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #35367b;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.oem_upload .agree-list {
  display: flex;
  height: 250px;
  justify-content: space-between;
}
.oem_upload .item-title {
  display: flex;
  align-items: center;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #35367b;
  line-height: 22px;
  margin-bottom: 10px;
}
.oem_upload .item-title img {
  width: 15px;
}
.oem_upload .agree-list .left-item {
  width: 336px;
  height: 170px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}

.oem_upload .agree-list .left-item .item-intro {
  margin-bottom: 10px;
}
.oem_upload .agree-list .right-item {
  width: 180px;
  height: 170px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}
.oem_upload .confirm-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.oem_upload .confirm-wrapper button {
  width: 135px;
  height: 35px;
  background: #6d8bfb;
  border-radius: 17px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 25px;
  letter-spacing: 2px;
  cursor: pointer;
}
/* 查重宝页面 end */

.oem_upload .main2 {
  z-index: auto;
  width: 343px;
  height: 175px;
  justify-content: space-between;
  margin: 65px 0 0 85px;
}

.oem_upload .group1 {
  z-index: 28;
  height: 167px;
  background-color: rgba(218, 237, 255, 1);
  box-shadow: 10px 10px 25px 0px rgba(223, 231, 254, 0.7);
  margin-top: 8px;
  width: 223px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 0 0 9px;
}

.oem_upload .box3 {
  z-index: auto;
  width: 197px;
  height: 119px;
}

.oem_upload .wrap1 {
  z-index: auto;
  width: 24px;
  height: 6px;
  margin-left: 2px;
  justify-content: space-between;
}

.oem_upload .outer4 {
  z-index: 30;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 96, 88, 1);
  border-radius: 50%;
}

.oem_upload .outer5 {
  z-index: 31;
  width: 6px;
  height: 6px;
  background-color: rgba(253, 188, 46, 1);
  border-radius: 50%;
}

.oem_upload .outer6 {
  z-index: 32;
  width: 6px;
  height: 6px;
  background-color: rgba(39, 200, 64, 1);
  border-radius: 50%;
}

.oem_upload .wrap2 {
  z-index: auto;
  width: 197px;
  height: 2px;
  margin-top: 8px;
}

.oem_upload .bd5 {
  z-index: 33;
  width: 33px;
  height: 1px;
  background: url(/images/oem/imgs/SketchPngf5bb7e4e9462334efa6980899f795fa521864e9bc3ba1d161515cb0e90e4b77d.png) -2px -2px
    no-repeat;
}

.oem_upload .bd6 {
  z-index: 34;
  width: 20px;
  height: 2px;
  background: url(/images/oem/imgs/SketchPng5255f6fcf44e75f3c1e34a5bd343294880dc17df04e8ea24d09434c075e3b371.png) -1px -1px
    no-repeat;
  margin-left: 89px;
}

.oem_upload .bd7 {
  z-index: 35;
  width: 22px;
  height: 1px;
  background: url(/images/oem/imgs/SketchPng171e4b9031ff697d91fb250bcb1000d89ead584d023c726f5878452fc9455288.png) -2px -2px
    no-repeat;
  margin-left: 6px;
}

.oem_upload .bd8 {
  z-index: 36;
  width: 20px;
  height: 1px;
  background: url(/images/oem/imgs/SketchPngdeccee19b5caf76e08535a714364087f4abbaf983aff4ccb7b114e7aa3330c85.png) -2px -2px
    no-repeat;
  margin-left: 7px;
}

.oem_upload .wrap3 {
  z-index: 29;
  height: 88px;
  border-radius: 1.6px 1.6px 1.6px 1.6px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 1px 1px 8px 0px rgba(223, 231, 254, 0.7);
  align-self: flex-end;
  margin-top: 15px;
  width: 189px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 9px 15px;
}

.oem_upload .box4 {
  z-index: auto;
  width: 155px;
  height: 64px;
  justify-content: space-between;
}

.oem_upload .wrap4 {
  z-index: 37;
  width: 88px;
  height: 64px;
  border: 0.8px dashed rgba(109, 139, 251, 1);
  background-color: rgba(245, 249, 253, 1);
}

.oem_upload .wrap5 {
  z-index: auto;
  width: 45px;
  height: 26px;
  margin-top: 28px;
}

.oem_upload .section2 {
  z-index: 40;
  width: 32px;
  height: 8px;
  background-color: rgba(216, 216, 216, 1);
  align-self: flex-start;
}

.oem_upload .section3 {
  z-index: 41;
  width: 45px;
  height: 8px;
  background-color: rgba(216, 216, 216, 1);
  margin-top: 10px;
}

.oem_upload .group2 {
  position: relative;
  right: 65px;
  z-index: 24;
  width: 52px;
  height: 60px;
  background: url(/images/oem/imgs/SketchPng511e09a5f61ebccce273e6d38a1636a8104e992ea5d60b862506bbecee313642.png) -2px -1px
    no-repeat;
}
.oem_upload .uploadbox {
  position: relative;
  bottom: 147px;
  left: 317px;
  width: 250px;
}
.oem_upload .main3 >>> .el-icon-upload {
  display: none;
}
.oem_upload .main3 >>> .el-upload-dragger {
  width: 100%;
  height: 300px;
  border: unset;
}

.oem_upload .uploadintro {
  margin-left: 35px;
  margin-bottom: 50px;
}
.oem_upload .group3 {
  z-index: 43;
  width: 100%;
  height: 22px;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 5px;
}
.oem_upload .group3 span {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.oem_upload .main4,
.oem_upload .main5 {
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #666666;
  line-height: 17px;
  margin-bottom: 5px;
}

.oem_upload .word9 {
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oem_upload .info4 {
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: rgba(109, 139, 251, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oem_upload .word10 {
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oem_upload .txt1 {
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: rgba(109, 139, 251, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oem_upload .word11 {
  font-size: 16px;
  font-family: PingFangSC-Light;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oem_upload .check-top {
  height: auto;
  min-height: 388px;
}
/* 正在上传 end */

/* 提交表单 begin */
.oem_upload .check-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 732px;
  height: 342px;
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 60px 0 30px;
}
.oem_upload .datepickerHover {
  background: url("/images/oem/images/date-hover-bg.png") 0 0 no-repeat;
  position: absolute;
  margin-bottom: 108px;
  width: 365px;
  height: 160px;
  border-radius: 5px;
  z-index: 50;
  padding: 25px;
  padding-top: 35px;
  margin-left: 60px;
  cursor: pointer;
}
.oem_upload .datepickerHover span,
.oem_upload .datepickerHover p {
  float: left;
  width: 324px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.oem_upload .datepickerHover span {
  color: #266fe8;
}
.oem_upload .datepicker >>> input {
  width: 145px !important;
  height: 21px;
  background: #e7e7e7;
  border-radius: 1px;
  opacity: 0.5;
  margin-left: 8px;
  line-height: 0 !important;
  padding-left: 20px;
}
.oem_upload .el-date-editor.el-input,
.oem_upload .el-date-editor.el-input__inner {
  width: 153px;
}
.oem_upload .datepicker >>> .el-date-editor.el-input__inner {
  width: 150px;
}
.oem_upload .datepicker >>> .el-input__prefix {
  display: none;
}
.oem_upload .date-input >>> label {
  position: relative;
  color: rgb(255, 109, 109);
}
.oem_upload .date-question {
  position: absolute;
  right: 159px;
  top: 12px;
}
.oem_upload .datepicker >>> .el-input__icon {
  line-height: 0;
}
.oem_upload .form-input {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.oem_upload .form-input img {
  width: 16px;
  height: 16px;
}
.oem_upload .form-input >>> label {
  float: left;
  height: 22px;
  width: 120px;
  text-align: right;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-right: 5px;
}
.oem_upload .form-input >>> input {
  width: 450px;
  height: 36px;
  border-radius: 5px;
  opacity: 0.5;
  border: 1px solid #6d8bfb;
  padding-left: 15px;
  margin: 0;
}
.oem_upload .form-button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.oem_upload .form-button >>> button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 35px;
  background: #6d8bfb;
  border-radius: 17px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
  cursor: pointer;
}
/* 提交表单 end */

.oem_upload .icon-nav-bg {
  position: relative;
  right: 190px;
  width: 190px;
  height: 0;
  bottom: 67px;
}
.oem_upload .icon-nav-bg img {
  width: 190px;
  height: 131px;
}

/* 新版上传控件 begin */
.oem_upload .box2 {
  width: 784px;
  height: 342px;
  background: #ffffff;
  z-index: 20;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 32px;
}

.oem_upload .box2__right {
  margin-right: 77px;
}

.oem_upload .box2__left {
  width: 165px;
  height: 291px;
  margin-left: 53px;
  display: flex;
  flex-direction: column;
  align-items: spapce-between;
}

.oem_upload .upload-left__title {
  height: 25px;
  margin: 0 auto;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.oem_upload .upload-left__price {
  margin: 8px auto 0 auto;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff780e;
  line-height: 20px;
}
.oem_upload .upload-left__desc {
  margin: 8px auto 0 auto;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 17px;
}
.oem_upload .upload-left__db {
  margin-top: 15px;
  overflow-y: scroll;
  flex: 1;
}
.oem_upload .db__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.oem_upload .db__title label {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.oem_upload .db__title span {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff780e;
  line-height: 20px;
}
.oem_upload .db__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  float: left;
  overflow-y: scroll;
}
.oem_upload .db__list p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 5px;
}
.oem_upload .upload-left__support {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
}
.oem_upload .upload-left__support span {
  width: 84px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.oem_upload .upload-left__chachongbao {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
}
.oem_upload .upload-left__chachongbao p {
  width: 132px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.oem_upload .upload-left__chachongbao img {
  width: 16px;
}

.check-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 732px;
    height: 342px;
    background: #fff;
    border-radius: 18px;
    padding: 30px 60px 0 30px;
}

.form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
}

.el-form-item {
    margin-bottom: 22px;
}
.form-input label {
    float: left;
    height: 22px;
    width: 120px;
    text-align: right;
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 22px;
    margin-right: 5px;
}
.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.form-input input {
    width: 450px;
    height: 36px;
    border-radius: 5px;
    opacity: .5;
    border: 1px solid #6d8bfb;
    padding-left: 15px;
    margin: 0;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}
.form-button button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 135px;
    height: 35px;
    background: #6d8bfb;
    border-radius: 17px;
    font-size: 18px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 700;
    color: hsla(0,0%,100%,.9);
    letter-spacing: 2px;
    cursor: pointer;
}

.form-button, .form-button button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button, .el-checkbox, .el-image-viewer__btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {
    border-color: #f56c6c;
}
.el-form-item__error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
}