/* 产品说明书 */
.des_wrap,
.main-page-wrapper {
  min-height: 800px;
}
.des_content {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.des_content .pro_containr {
  display: flex;
  margin-top: 40px;
}
.des_wrap .left_wrap .pro_img {
  width: 100%;
  object-fit: contain;
}
.des_wrap .left_wrap {
  margin-right: 40px;
  margin-top: 168px;
}
.des_content .right_wrap .ajust {
  margin-top: 10px;
}
.des_content .right_wrap .ajust .ajust_item {
  display: inline-flex;
  align-items: center;
  min-width: 33%;
  font-weight: 400;
  color: #333333;
}
.des_content .right_wrap .ajust .ajust_item2 {
  min-width: 40%;
}
.des_content .right_wrap .ajust .icon {
  width: 16px;
  height: 12px;
  display: inline-flex;
  background-image: url("../images/product-des/select.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.des_content .right_wrap .top_content {
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.des_content .right_wrap .middle_content .no_block {
  font-weight: normal;
}
.des_content .right_wrap .middle_content {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
}
.des_content .right_wrap .middle_content .make_up .item {
  margin-top: 10px;
  font-weight: 400;
  color: #333333;
  display: flex;
}
.des_content .right_wrap .middle_content .make_up .item .title {
  flex-shrink: 0;
}
.des_content .right_wrap .conten {
  margin-top: 10px;
  font-size: 16px;

  font-weight: 400;
  color: #333333;
}

.des_content .right_wrap .bottom_content {
  padding-top: 20px;
  font-size: 14px;

  font-weight: 400;
  color: #333333;
}
.des_content .right_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.des_content .right_wrap .pro_file {
  margin-top: 20px;
}
.des_content .right_wrap .pro_file .btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 18px;

  font-weight: 400;
  color: #333333;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.des_content .right_wrap .pro_file .btn .download_icon {
  width: 16px;
  height: 18px;
  display: inline-flex;
  background-image: url("../images/product-des/download.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.des_content .right_wrap .conten .right-icon {
  font-size: 20px;
  position: relative;
  top: -5px;
  left: -5px;
  margin-bottom: 5px;
}
.des_content .right_wrap .right_title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.92px;
}
.des_content .right_wrap .use_text {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.des_content .right_wrap .right_decard {
  font-size: 18px;

  font-weight: 400;
  color: #3654aa;
}

.des_content .right_wrap .des_title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-indent: -10px;
}
.seo-theme .theme-inner-banner {
  background-image: url(../images/product-des/bg.png);
}
