@import url('../css/head-foot.css');
header {
  background-color: #DFD4ED;
}
#content .cont {
  width: 1216px;
  height: 351px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  margin: 16px auto 0;
  padding: 24px;
}
#content .cont h3 {
  font-size: 16px;
  font-family: b;
  font-weight: 800;
  color: #333333;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont input {
  width: 100%;
  height: 48px;
  background: #EEEEEE;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  text-indent: 1em;
  font-size: 14px;
  font-family: b;
  font-weight: 800;
  color: #999999;
  line-height: 16px;
  border: none;
  margin-bottom: 12px;
}
#content .cont .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont .btm span {
  height: 22px;
  font-size: 14px;
  font-family: b;
  font-weight: 800;
  color: #666666;
  line-height: 16px;
}
#content .cont .btm button {
  width: 116px;
  height: 48px;
  background: #8C62EC;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  font-family: b;
  font-weight: 800;
  color: #FFFFFF;
}
@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%;
  }
}
