@import url('../css/head_foot.css?v=1');
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
}
#content .cont {
  border: 1px dashed #ddd;
  border-radius: 6px;
  padding: 20px;
}
#content .cont .name,
#content .cont .adders,
#content .cont .why {
  width: 664px;
  height: 50px;
  background: #F4F4F4;
  border: 1px dashed #ddd;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-bottom: 10px;
  text-indent: 1em;
}
#content .cont textarea {
  width: 100%;
  height: 227px;
  border: 1px dashed #ddd;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-bottom: 10px;
  padding: 16px;
  box-sizing: border-box;
  background: #F4F4F4;
}
#content .cont .cont_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont .cont_b .b_l {
  width: 854px;
  height: 48px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .cont_b .b_l span {
  color: #00A2FF;
}
#content .cont .cont_b button {
  width: 338px;
  height: 50px;
  background: #E12A40;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
  }
  #content .cont .name,
  #content .cont .adders,
  #content .cont .why {
    width: 100%;
  }
  #content .cont textarea {
    width: 100%;
    height: 227px;
    border: 1px dashed #ddd;
    font-size: 16px;
    font-family: r;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-bottom: 10px;
    padding: 16px;
    box-sizing: border-box;
    background: #F4F4F4;
  }
  #content .cont .cont_b {
    flex-direction: column;
  }
  #content .cont .cont_b .b_l {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .cont .cont_b button {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
  }
  #content .cont .name,
  #content .cont .adders,
  #content .cont .why {
    width: 100%;
  }
  #content .cont textarea {
    width: 100%;
    height: 227px;
    border: 1px dashed #ddd;
    font-size: 16px;
    font-family: r;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-bottom: 10px;
    padding: 16px;
    box-sizing: border-box;
    background: #F4F4F4;
  }
  #content .cont .cont_b {
    flex-direction: column;
  }
  #content .cont .cont_b .b_l {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .cont .cont_b button {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
  }
  #content .cont .name,
  #content .cont .adders,
  #content .cont .why {
    width: 100%;
  }
  #content .cont textarea {
    width: 100%;
    height: 227px;
    border: 1px dashed #ddd;
    font-size: 16px;
    font-family: r;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-bottom: 10px;
    padding: 16px;
    box-sizing: border-box;
    background: #F4F4F4;
  }
  #content .cont .cont_b {
    flex-direction: column;
  }
  #content .cont .cont_b .b_l {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .cont .cont_b button {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
  }
  #content .cont .name,
  #content .cont .adders,
  #content .cont .why {
    width: 100%;
  }
  #content .cont textarea {
    width: 100%;
    height: 227px;
    border: 1px dashed #ddd;
    font-size: 16px;
    font-family: r;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-bottom: 10px;
    padding: 16px;
    box-sizing: border-box;
    background: #F4F4F4;
  }
  #content .cont .cont_b {
    flex-direction: column;
  }
  #content .cont .cont_b .b_l {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .cont .cont_b button {
    width: 100%;
  }
}
.block {
  display: block !important;
}
.scale .sj_r {
  transform: rotate(90deg);
}
