.container-material-data {
  width: 100%;
  height: auto;
  padding-top: 180px;
  overflow: hidden;
  position: relative;
  background-color: #f2f6ff;
}
.container-material-data .error-tips {
  font-weight: 400;
  font-size: 12px;
  line-height: 8px;
  color: #ff0000;
  position: absolute;
  bottom: -16px;
}
.container-material-data .content-main {
  width: 1180px;
  height: 567px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 120px;
}
.container-material-data .content-main .left {
  width: 694px;
  height: 551px;
  background-image: url(/static/images/materials/materialbg.png);
  background-size: cover;
  margin: 8px;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
}

.container-material-data .content-main .left img {
  width: 328px;
  height: 535px;
}
.container-material-data .content-main .left .content-box {
  margin: 32px 24px 0 24px;
  width: 310px;
  color: #262626;
}
.container-material-data .content-main .left .content-box .title {
  font-size: 27.36px;
  margin-bottom: 47px;
  line-height: 42px;
  font-weight: 600;
  line-height: 42px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.container-material-data .content-main .left .content-box .line {
  width: 3px;
  height: 12px;
  display: inline-block;
  background: #4385ff;
  margin-right: 6px;
}
.container-material-data .content-main .left .content-box .introduction-title,
.container-material-data .content-main .left .content-box .highlight-title {
  font-size: 16px;
  color: #595959;
  line-height: 32px;
}
.container-material-data .content-main .left .content-box .introduction-content,
.container-material-data
  .content-main
  .left
  .content-box
  .highlight
  .highlight-content
  li {
  font-size: 12px;
  line-height: 24px;
  color: #8c8c8c;
}
.content-box .introduction-content {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.content-box .highlight-content {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 6;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.container-material-data .content-main .left .content-box .highlight {
  margin-top: 24px;
}
.container-material-data
  .content-main
  .left
  .content-box
  .highlight
  .highlight-content
  ul,
.container-material-data
  .content-main
  .left
  .content-box
  .highlight
  .highlight-content
  ol {
  padding-left: 15px;
}
.highlight-content li::marker {
  color: #89b1ff;
}
.highlight-content ul {
  list-style: circle;
}
.highlight-content ol {
  list-style: auto;
}
.container-material-data .content-main .right {
  width: 470px;
  height: 100%;
}

.container-material-data .content-main .right .input-box {
  width: 311px;
  line-height: 37px;
  /*border: 1px solid #d9d9d9;*/
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #bfbfbf;
  margin-bottom: 24px;
  position: relative;
  padding: 0 2px;
}
.container-material-data .content-main .right .input-box input {
  height: 37px;
  width: calc(100% - 20px);
  padding-left: 16px;
}
.container-material-data .content-main .right .code-box {
  width: 310px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.container-material-data .content-main .right .box-second .code-box {
  justify-content: flex-start;
  position: relative;
}
.container-material-data .content-main .right .code-box input {
  width: 180px;
  height: 38px;
  padding: 0 0 0 16px;
  line-height: 38px;
  /*border: 1px solid #d9d9d9;*/
  border-radius: 4px;
}
.container-material-data .content-main .right .box-second .code-box input {
  height: 37px;
  line-height: 37px;
  margin-right: 24px;
}
.container-material-data .content-main .right .code-box span {
  display: inline-block;
  width: 92px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #4385ff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #4385ff;
}
/**box-first */
.container-material-data .content-main .right .box-first {
  padding: 64px 79px 0px 79px;
  background: #ffffff;
}
.container-material-data .content-main .right .box-first .guide {
  font-weight: 400;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 18px;
  margin-bottom: 32px;
}
.container-material-data .content-main .right .box-first .code-box {
  position: relative;
}
.container-material-data .content-main .right .box-first .code-box span {
  display: inline-block;
  width: 94px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #4385ff;
  border-radius: 4px;

  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #4385ff;
}
.container-material-data .content-main .right .box-first .code-box .count {
  background: #bfbfbf;
  border-radius: 4px;
}
.container-material-data .content-main .right .box-first .accept-box {
  font-weight: 400;
  font-size: 12px;
  line-height: 8px;
  color: #8c8c8c;
  margin-bottom: 57px;
  display: flex;
  align-items: center;
  position: relative;
}
.container-material-data .content-main .right .box-first .accept-box img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.container-material-data .content-main .right .box-first .accept-box a {
  display: inline-block;
  cursor: pointer;
  color: #4385ff;
}
.container-material-data .content-main .right .box-first .btn {
  cursor: pointer;
  width: 311px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: #4385ff;
  border-radius: 4px;

  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
}
.container-material-data .content-main .right .box-first .btn:hover {
  transition: 0.5s;
  box-shadow: 0px 4px 10px rgba(67, 133, 255, 0.3);
}
.container-material-data .content-main .right .box-first .tips {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #8c8c8c;
}
.container-material-data .content-main .right .box-first .tips span {
  cursor: pointer;
  color: #4385ff;
}
/**box-first */
.container-material-data .content-main .right .box-second {
  height: 567px;
  background: #ffffff;
  padding: 64px 80px 50px 80px;
  box-sizing: border-box;
}
.container-material-data .content-main .right .box-second .title {
  font-weight: 600;
  font-size: 36px;
  color: #262626;
  margin-bottom: 20px;
}

.container-material-data .content-main .right .box-second .subtitle {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 30px;
  margin-bottom: 20px;
}
.container-material-data .content-main .right .box-second .download-btn {
  width: 335px;
  height: 38px;
  background: #4385ff;
  color: white;
  border-radius: 4px;
  margin-bottom: 32px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.container-material-data .content-main .right .box-second .material-about {
  width: 335px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding: 10px 0;
}

.container-material-data .content-main .right .box-second .material-about h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #595959;
}
.container-material-data .content-main .right .box-second .material-about p {
  line-height: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #8c8c8c;
}

.container-material-data .content-main .right .box-second .material-footer p {
  color: #8c8c8c;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
}

.container-material-data
  .content-main
  .right
  .box-second
  .material-footer
  span {
  color: #4385ff;
}

.container-material-data .content-main .right .box-second .code-box {
  width: 340px;
}
.container-material-data .content-main .right .box-second .code-box input {
  width: 225px;
}
.container-material-data .content-main .right .box-second .code-box span {
  width: 62px;
  height: 37px;
  line-height: 37px;
}
.container-material-data
  .content-main
  .right
  .box-second
  .code-box
  > span.hide {
  display: none;
}
.container-material-data
  .content-main
  .right
  .box-second
  .code-box
  > span.disabled {
  background: #bfbfbf;
  cursor: not-allowed;
  border: 1px solid #bfbfbf;
}
.container-material-data .content-main .right .box-second .tips {
  width: 346px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.container-material-data .content-main .right .box-second .download {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #4385ff;
  margin-top: 210px;
  cursor: pointer;
}

/**input 边框*/
.function-input .input-border {
  border: 1px solid #d9d9d9;
}
.function-input .active-input {
  border: 1px solid rgba(67, 133, 255, 0.6);
}

.error-input {
  border: 1px solid rgba(255, 77, 79, 0.5) !important;
}

.have-no-code {
  padding: 24px;
  color: #595959;
  font-size: 14px;
  line-height: 1.5;
}
.hide {
  display: none;
}
.container-material-data input {
  outline: none;
}
