@charset "utf-8";
.InputArea {
  margin: 100px 0 0 100px;
  width: 600px;
}
.InputArea .ant-form > .ant-row:nth-of-type(1) {
  display: inline-block;
  width: 200px;
  margin-right: 16px;
  vertical-align: top;
}
.InputArea .ant-form > .ant-row:nth-of-type(2) {
  display: inline-block;
  width: 384px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  vertical-align: top;
}
.InputArea .ant-form > .ant-row:nth-of-type(2) .ant-col-12:first-child {
  padding-left: 0 !important;
}
.InputArea .ant-form > .ant-row:nth-of-type(2) .ant-col-12:last-child {
  padding-right: 0 !important;
}
.InputArea .ant-form > .ant-row:nth-of-type(2) .ant-input-number {
  margin-top: 4px;
}
.InputArea .TextArea {
  width: 100%;
  height: 300px;
  resize: none;
  font-size: 14px;
}
.InputArea .Button {
  width: 90px;
  height: 30px;
  margin-top: 10px;
}
.PageTwo {
  position: relative;
  width: 100%;
  height: 100%;
}
.PageTwo .FormItems {
  padding: 100px 0;
  margin: 0 auto;
  width: 800px;
  position: relative;
}
.PageTwo .FormItems .TitlePictures {
  margin-bottom: 50px;
  text-align: center;
  font-size: 22px;
}
.PageTwo .FormItems .TitlePictures img {
  width: 400px;
  vertical-align: middle;
}
.PageTwo .FormItems .back {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 16px;
}
.PageTwo .Loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.PageTwo .Loading .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 240px;
  color: white;
}
