article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  background-color: #FFF4E5;
  background-repeat: no-repeat;
  padding: 0;
  max-width: 640px;
}

body.white {
  background-color: #FFF4E5;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0;
  pading: 0;
}

ul {
  margin: 0 auto;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.login_banner {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.go_home {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 30px;
  padding-top: 10px;
  max-width: 640px;
}

.login_banner img,
.go_home img {
  width: 100%;
  height: auto;
}

.login_input {}

.login_input li {
  line-height: 50px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  color: #333;
}

.login_input li label {
  text-align: left;
  width: 20%;
  display: block;
  float: left;
  text-indent: 10px;
}

.login_input li input {
  border: none;
  background: #fff;
  width: 75%
}

.login_remember {
  margin: 10px;
}

.login_remember label {
  font-size: 14px;
  color: #666666;
}

.forget_login {
  float: right;
  font-size: 14px;
  color: #666666;
}

.btn_login {
  background: #eb0e15;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  border-radius: 19px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  border: 1px solid #eb0e15;
}

.btn_reg {
  background: #fff;
  color: #eb0e15;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  border-radius: 19px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  border: 1px solid #cccccc;
}

/*注册*/
.reg_hint {
  color: #999999;
  font-size: 14px;
  margin: 10px 10px 20px 10px;
  text-align: center;
}

.reg_text {
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.reg_go_login {
  font-size: 13px;
  color: #eb0e15;
  text-align: center;
  cursor: pointer;
}

/*爱心人士注册*/
.heart_title {
  position: relative;
  width: 100%;
  line-height: 38px;
  height: 38px;
}

.heart_background {
  position: absolute;
  height: 1px;
  background: #cccccc;
  width: 90%;
  top: 18px;
  left: 5%;
}

.heart_text {
  position: absolute;
  text-align: center;
  background: #f5f5f5;
  width: 38%;
  left: 31%;
  font-size: 15px;
  color: #666666;
}

.heart_list {
  border-style: solid;
  width: 90%;
  border-color: #EFE7DA;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 4%;
  -moz-border-radius: 4%;
  border-radius: 4%;
}

.heart_list li {
  line-height: 50px;
  font-size: 15px;
  width: 90%;
  margin-left: 2.5%;
  border-bottom: 1px solid #DFCAB2;
  padding: 0 10px;
  overflow: hidden;
}

.heart_list li.no_border {
  border: none;
  padding-bottom: 0;
  font-size: 15px;
}

.heart_list li label {
  font-size: 15px;
  color: #333;
}

.heart_list li label span {
  color: #A72018;
  padding-right: 5px;
  font-weight: bold;
}

.heart_list li input {
  float: right;
  line-height: 33px;
  border: none;
  background: #fff;
  width: 50%;
  margin: 7px 0;
  text-align: right;
  font-size: 15px;
}

.heart_list li input[type=checkbox] {
  width: 10%;
}

.heart_list li i {
  float: right;
  color: #999999;
}

.heart_list li select {
  float: right;
  width: 30%;
  height: 33px;
  line-height: 33px;
  border: none;
  background: #fff;
  /*width:60%;*/
  margin: 7px 0;
  text-align: right;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.heart_list li textarea {
  border: none;
  width: 95%;
  max-width: 100%;
  font-size: 15px;
  background: #fff;
  height: 100px;
  margin-bottom: 20px;
}

.heart_list li textarea.application_hui {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 10px;
}

.heart_remark {
  font-size: 11px;
  color: #999999;
  margin: 10px;
}

.heart_click {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  height: 30px;
}

.heart_click label {
  background: url("../images/img/hreat_bottom.png") no-repeat right center;
  background-size: 12px auto;
  text-align: center;
  font-size: 13px;
  color: #000000;
  line-height: 30px;
  padding-right: 20px;
}

.heart_click label.open {
  background: url("../images/img/hreat_top.png") no-repeat right center;
  background-size: 12px auto;
}

.heart_explain {
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
  line-height: 24px;

}

.heart_explain span {
  color: #A72018;
}

.heart_sex {
  float: right;
}

.heart_list_title {
  color: #A72018;
  font-size: 13px;
  margin: 10px;
}

.heart_photos {
  margin-bottom: 20px;
  position: relative;
}

.heart_photos p {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  float: left;
  margin-left: 12px;
  width: 50%
}

.heart_photos img {
  width: 38%;
  float: right;
  margin-top: -30px;
  cursor: pointer;
}

.heart_list li .heart_photos input {
  position: absolute;
  width: 38%;
  right: 0;
  margin-top: -30px;
  cursor: pointer;
  opacity: 0;
}

/*注册成功*/
.reg_success_img {
  text-align: center;
}

.reg_success_img img {
  width: 80px;
  margin-top: 80px;
}

.reg_success_img p {
  font-size: 23px;
  color: #0cbd2e;
  line-height: 50px;
}

.reg_success_text {
  font-size: 15px;
  margin: 0 25px;
  text-align: center;
  color: #333333;
  line-height: 24px;
}

.reg_success_text span {
  color: #eb0e15;
}

.btn_success_left {
  width: 30%;
  float: left;
  line-height: 32px;
  color: #333;
  font-size: 15px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 16px;
  cursor: pointer;
  margin-left: 10%;
}

.btn_success_right {
  width: 30%;
  float: right;
  line-height: 32px;
  color: #333;
  font-size: 15px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 16px;
  cursor: pointer;
  margin-right: 10%;
}

/*忘记密码*/
.forget_title {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  margin: 0 10px;
}

.forget_text {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  text-indent: 1em;
  margin: 0 10px;
}

.forget_big_title {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 20px 10px 0 10px;
}

.forget_title_red {
  color: #eb0e15;
  font-size: 12px;
  line-height: 24px;
  margin: 0 10px;
}

.forget_img {
  width: 90%;
  margin: 5%;
}

.forget_text_red {
  color: #eb0e15;
  font-size: 12px;
  line-height: 24px;
  text-indent: 1em;
  margin: 0 10px;
}

/*申请加入志愿者*/
.header {
  background-color: #FFF4E5;
  text-align: center;
  position: relative;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 17px;
  color: #333333;
  margin-bottom: 10px;
}

.header i {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 15px;
  color: #333;
  cursor: pointer;
  height: 65px;
}

.applyDivXs {
  line-height: 22px;
}

.volunteer_explain {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.volunteer_explain_title {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.volunteer_explain_title_black {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.volunteer_explain_text {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}

.volunteer_explain_text span,
.volunteer_explain_title_black span {
  color: #eb0e15;
}

.volunteer_explain_text_black {
  color: #333;
  font-size: 12px;
  line-height: 24px;
}

.volunteer_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #595757;
  margin: 10px;
}

.volunteer_hui {
  padding: 0 10px 10px;
  color: #643B0B;
  font-size: 12px;
  width: 88%;
  margin-left: 5%;
}

.heart_list_right {
  float: right;
  width: 30%;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.volunteer_photo {
  height: 120px;
}

.volunteer_photo_left {
  position: relative;
  float: left;
  width: 80px;
  height: 111px;
}

.volunteer_photo_left img {
  width: 80px;
  height: 111px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.heart_list li .volunteer_photo_left input {
  width: 80px;
  height: 111px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.volunteer_photo_right {
  float: right;
  width: 80px;
  height: 111px;
  border: 1px solid #ebebeb;
}

.volunteer_photo_center {
  position: relative;
  width: calc(100% - 180px);
  float: right;
}

.volunteer_photo_center>p {
  color: #999999;
  font-size: 12px;
  text-align: center;

}

.volunteer_photo_center_text p {
  color: #666;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}

/*完善资料*/
.organizing_photo {
  float: left;
  height: 96px;
}

.organizing_photo label {}

.organizing_photo p {
  color: #eb0e15;
  font-size: 13px;
  line-height: 20px;
  margin-top: -10px;
}

.organizing_photo_img {
  float: right;
  position: relative;
  height: 56px;
}

.organizing_photo_img img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 56px;
}

.heart_list li .organizing_photo_img input {
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 56px;
  opacity: 0;
}

.data_show {
  font-size: 15px;
  color: #666666;
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.applyData {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.applyDataFr {
  border: 1px solid #e0e0e0;
  font-size: 12px;
  width: 64px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
}

.bgwBg {
  background: #ffffff;
  margin: 10px 0;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
}

.applyDataArea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 10px;
  font-size: 15px;
  height: 100px;
  max-width: 100%;
  width: 93%;
}

.applyDataAreaBox {
  padding: 0 10px;
  margin-bottom: 10px;
}

.applySaveBtn {
  background: #eb0e15;
  color: white;
  font-size: 14px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 8px 0;
  border-radius: 5px;
}

.applyP01 {
  font-size: 14px;
  margin-top: 6px;
}

.applyP02 {
  color: #999999;
  padding-bottom: 6px;
  font-size: 12px;
}

.disabArea {
  background: #f5f5f5;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  margin-bottom: 0;
  padding-left: 20px;
  min-height: 20px;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}