@import url('../css/head_foot.css');
#content {
  padding: 24px 40px;
}
.error{
  color: red;
}
#content h3 {
  color: #333;
  font-family: m;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
#content .jieshao,
#content .jieshao1 {
  color: #666;
  font-family: m;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#content .jieshao1 {
  color: #999;
  margin-bottom: 8px;
}
#content .top_submit {
  border-radius: 8px;
  background: #F7F7F7;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
#content .top_submit button {
  display: block;
  background: transparent;
}
#content .top_submit button .push_yun {
  width: 60px;
  height: 60px;
}
#content .top_submit button .webuploader-pick img {
  width: 60px;
  height: 60px;
}
#content .top_submit input {
  display: none;
}
#content .top_submit .jd_box {
  margin: 0 auto;
  width: 254px;
  height: 2px;
  background-color: #e2e2e2;
  position: relative;
}
#content .top_submit .jd_box .jd_child {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 2px;
  background-color: #3B7DFF;
  transition: all 0.3s;
  text-align: right;
}
#content .top_submit .jd_box .jd_child span {
  position: static;
  padding: 0 0 0 10px;
  color: #9999;
  font-size: 12px;
}
#content .app_type {
  border-radius: 8px;
  background: #F7F7F7;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .app_type span {
  color: #666;
  font-family: m;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
#content .app_type .type_r .selectRido {
  display: flex;
}
#content .app_type .type_r .selectRido .radio {
  position: relative;
  display: inline-block;
  color: #666;
  font-family: m;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-left: 25px;
  text-align: left;
  display: flex;
}
#content .app_type .type_r .selectRido .radio:nth-child(1) {
  margin-right: 20px;
}
#content .app_type .type_r .selectRido .radio input {
  position: absolute;
  left: -9999px;
}
#content .app_type .type_r .selectRido .radio i {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  outline: 0;
  border: 1px solid #CCCCCC;
  background: transparent;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  cursor: pointer;
}
#content .app_type .type_r .selectRido .radio input + i:after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  border: 1px solid #3B7DFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3B7DFF;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
#content .app_type .type_r .selectRido .radio input:checked + i:after {
  opacity: 1;
}
#content input {
  width: 100%;
  padding: 16px;
  color: #666;
  font-family: m;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  margin-bottom: 16px;
}
#content textarea {
  width: 100%;
  height: 140px;
  padding: 16px;
  color: #666;
  font-family: m;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  margin-bottom: 16px;
  box-sizing: border-box;
}
#content .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .btm_box input {
  width: calc(100% - 196px);
  padding: 16px;
  color: #666;
  font-family: m;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  margin-bottom: 0;
}
#content .btm_box .yzm {
  width: 180px;
  height: 54px;
  border-radius: 2px;
  background: #F5F5F5;
  border-radius: 8px;
}
#content .sub {
  width: 100%;
  height: 54px;
  color: #FFF;
  font-family: m;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  background: #3B7DFF;
  text-align: center;
  line-height: 54px;
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .btm_box {
    flex-direction: column;
    align-items: start;
  }
  #content .btm_box input {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .btm_box {
    flex-direction: column;
    align-items: start;
  }
  #content .btm_box input {
    width: 100%;
    margin-bottom: 16px;
  }
}
