.title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.content .tp {
  width: 980px;
  margin: 0 auto;
}
.content .item {
  width: 980px;
  margin: 0 auto;
  font-size: 21px;
  text-align: left;
}
.content .item .ttt {
  height: 50px;
  line-height: 50px;
}
.content hr {
  width: 980px;
  margin: 10px auto;
}
.content .tp {
  color: #333;
  font-size: 12px;
  border-radius: 10px;
  background-color: #f2f8fc;
  text-align: center;
  line-height: 40px;
}
.content .des {
  display: flex;
  margin: 20px auto;
  width: 980px;
  justify-content: space-between;
  align-items: center;
}
.content .des .code {
  width: 160px;
  height: 160px;
  border-radius: 50px;
  border: 1px solid #eee;
}
.content .des .msg {
  display: flex;
}
.content .des .msg .logo {
  width: 160px;
  height: 160px;
  border-radius: 20px;
  border: 1px solid #fff;
  margin-right: 20px;
}
.content .des .msg h1,
.content .des .msg h2,
.content .des .msg h3,
.content .des .msg h4,
.content .des .msg h5,
.content .des .msg h6 {
  line-height: 1;
}
.content .des .msg .h2 {
  font-weight: 7000;
  font-size: 24px;
  color: #1d1d1f;
}
.content .des .msg .h4 {
  color: #636366;
}
.content .des .msg .h5 {
  color: #0070c9;
}
.content .des .msg .h6 {
  margin-top: 20px;
}
.content .screen {
  width: 980px;
  margin: 0 auto;
}
.content .screen .tips {
  line-height: 70px;
  height: 70px;
  font-size: 20px;
}
.content .screen .imgs {
  width: 980px;
  overflow: auto;
  overflow-y: hidden;
  display: flex;
}
.content .screen .imgs img {
  width: 230px;
  height: 497px;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-right: 20px;
}
.content .intro {
  width: 980px;
  margin: 20px auto;
}
.content .intro .introtitle {
  line-height: 70px;
  height: 70px;
  font-size: 20px;
}
.content .intro textarea {
  font-size: 13px;
  color: #1d1d1f;
  line-height: 1.5;
  width: 100%;
  border: none;
}
.content .jilu {
  width: 980px;
  margin: 20px auto;
}
.content .jilu h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content .jilu p {
  color: #1d1d1f;
  font-size: 13px;
}
