@import url('../css/head-foot.css');
header {
  background-color: #DFD4ED;
}
#content .cont {
  width: 1216px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  margin: 16px auto ;
  padding: 24px;
}
#content .cont h2 {
  font-size: 16px;
  font-family: b;
  font-weight: 800;
  color: #333333;
  line-height: 19px;
  margin-bottom: 8px;
}
#content .cont .text {
  width: 100%;
  font-size: 14px;
  font-family: b;
  font-weight: 800;
  color: #999999;
  line-height: 16px;
  margin-bottom: 4px;
}
#content .cont h3 {
  font-size: 16px;
  font-family: b;
  font-weight: 800;
  color: #666;
  line-height: 19px;
  margin-bottom: 8px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont {
    width: 100%;
  }
}
