.center {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.center .left {
  flex: 1;
  background: #fff;
}

.center .left .title {
  color: #333333;
  font-size: 20px;
  font-weight: bolder;
  margin: 30px auto;
  width: fit-content;
}

.center .left .form {
  padding: 0 48px 78px 48px;
}

.center .left .form>div {
  display: flex;
  margin-bottom: 32px;
}

.center .left .form>div>label {
  width: 90px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align:right;
}

.center .left .form>div>label .xing {
  color: var(--main-color);
  font-size: 16px;
}

.center .left .form>div>div {
  flex: 1;
  margin-left: 28px;
}

.center .left .form>div>div textarea,
.center .left .form>div>div input {
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  padding: 12px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}

.center .left .form>div>div textarea::placeholder,
.center .left .form>div>div input::placeholder {
  color: #999;
  font-size: 14px;
}

.center .left .form>div>div textarea {
  resize: vertical;
}

.center .left .form>div>div input {
  height: 40px;
}

.center .left .form .submit {
  background-color: #AF242A;
  height: 64px;
  width: 100%;
  line-height: 64px;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.form .bx .gerf {
  font-size: 14px;
  color: #999999;
}
.form .bx .chooseFile {
  border: 1px solid #BCBBBB;
  width: 173px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  color: #666666;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 24px;
  cursor: pointer;
}
.form .enclosure-img {
  height: 217px;
  text-align: center;
  /* background: #FFFFFF; */
  border: 1px solid #DFDFDF;
  /* border-radius: 5px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  color: #999999;
  font-size: 14px;
}

.form .enclosure-img img {
  width: 51px;
  height: 41px;
  margin: 0 auto;
  display: inline-block;
}

.center .right {
  width: 286px;
  margin-left: 10px;
}

.center .right a {
  display: block;
  width: 286px;
  height: 166px;
  margin-bottom: 10px;
  padding: 30px 0px 0px 24px;
}

.center .right a h4 {
  color: #333;
  font-size: 20px;
  line-height: 20px;
}

.center .right a p {
  font-size: 14px;
  line-height: 20px;
  color: #B3B4B9;
  margin-top: 12px;
}

.center .right a:nth-child(1) {
  background: url('../img/connect/connect1.png') left top no-repeat;
  background-size: 100% 100%;
}

.center .right a:nth-child(2) {
  background: url('../img/connect/connect2.png') left top no-repeat;
  background-size: 100% 100%;
}

.center .right a:nth-child(3) {
  background: url('../img/connect/connect3.png') left top no-repeat;
  background-size: 100% 100%;
}

.center .right a:nth-child(4) {
  background: url('../img/connect/connect4.png') left top no-repeat;
  background-size: 100% 100%;
}

.fileBIg {
  margin-top: 20px;
}

.uploadFileName {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background: #F9F9F9;
  margin-bottom: 10px;
  /* pointer-events: none; */
}

.uploadFileName span {
  display: block;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  font-size: 14px;
}

.uploadFileName::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../img/fujian.png);
  background-size: cover;
}

.uploadFileName::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/del1.png);
  background-size: cover;
  cursor: pointer;
  /* pointer-events: auto; */
}