.seventh {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.seventh .row {
  display: flex;
  justify-content: space-around;
}

.seventh .row > div {
  flex: 1;
  flex-shrink: 0;
}

.seventh .title {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50px;
  left: 100px;
}

.seventh .title > span:nth-of-type(1) {
  font-size: 26px;
}

.seventh .title > span:nth-of-type(2) {
  font-size: 15px;
  font-family: Times;
  color: #999;
}

.seventh .top_img {
  width: 100%;
  height: 300px;
  position: relative;
}

.seventh .top_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seventh .info {
  display: flex;
  padding: 50px 200px;
  box-sizing: border-box;
}

.seventh .info .right {
  flex: 2;
  flex-shrink: 0;
}

.seventh .info .left {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.seventh .info .left > span:nth-of-type(1) {
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
}

.seventh .info .left > span {
  margin-bottom: 10px;
  font-size: 14px;
  color: #7f7f7f;
}

.seventh .cm_input {
  border: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}

.seventh .input_box {
  margin: 0 10px;
}

.seventh .area {
  margin-top: 20px;
}

.seventh .area textarea {
  margin: 10px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #d5d5d5;
}

.seventh .but {
  margin-top: 30px;
  margin-left: 10px;
}

.seventh .but > button {
  background-color: #383838;
  color: #fff;
  width: 150px;
  height: 40px;
  border: none;
  cursor: pointer;
}

.seventh .but > button:hover {
  background: #000;
}

.seventh .code {
  display: flex;
  align-items: center;
  margin: 10px;
}

.seventh .code_img {
  height: 36px;
  width: 120px;
  cursor: pointer;
  margin-left: 20px;
}

.seventh .code_img > img {
  width: 100%;
  height: 100%;
}
