.event-head {
  background-color: #009966;
  color: #fff;
  padding: 4.26666667%;
}
.event-head h1 {
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  margin: 0;
}
.event-head p {
  margin: 0;
  font-size: 14px;
}
.event-head .event-img {
  width: 32%;
  height: 48%;
  margin-right: 4.26666667%;
}
.event-head .event-img img {
  width: 100%;
  height: 100%;
}
.event-head .event-info {
  position: relative;
  min-height: 90px;
}
.event-head .event-status {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 8px;
}
.event-list li {
  border-bottom: 1px solid #c8c7cc;
  padding: 10px 4.26666667% 10px 0;
  margin-left: 4.26666667%;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 40px;
}
.event-list li .box-fl {
  margin-right: 4%;
}
.event-content {
  padding: 4.26666667%;
  word-break: break-all;
}
.event-content h2 {
  font-weight: normal;
}
.event-content img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.event-adaptive,
table {
  width: 100%!important;
  max-width: 575px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px;
  text-align: left;
}
.btn-fixed {
  position: fixed;
  bottom: 0;
  background: #009966;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  border: 0;
  margin: auto;
  border-radius: 6px;
}
.btn-sure {
  width: 90%!important;
  left: 5%;
}
.btn-fixed-left {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 50%;
  background: #009966;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  border: 0;
}
.btn-fixed-left:after {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  height: 80%;
  top: 10%;
  width: 1px;
  background: #fff;
}
.btn-fixed-right {
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 0;
  background: #009966;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  border: 0;
}
.invitation {
  width: 31px;
  height: 41px;
  display: block;
  transform: scale(0.8);
  margin-right: 11px;
}
.ic-apply svg {
  display: block;
  transform: scale(0.8);
  margin-right: 11px;
}
@media (max-width: 320px) {
  .event-head h1 {
    font-size: 1em;
  }
}
.form-wrap {
  margin-top: 50px;
}
.form-wrap input[type='radio'] {
  line-height: 50px;
}
.form-wrap .box-aw {
  margin-left: 5%;
  margin-right: 5%;
  border: 1px solid #e9eaeb;
  border-radius: 6px;
}
.form-wrap .box-aw .invalid-text {
  border: 1px solid #fd3737;
}
.form-wrap input[type='text'],
.form-wrap .f-input,
.form-wrap textarea {
  width: 100%;
  height: 50px;
  line-height: 20px;
  border: 0;
  padding-left: 15px;
  color: #5f5f5f;
  outline: none;
  background: #fff;
  border-radius: 6px;
}
.form-wrap textarea {
  height: 100px;
}
.form-wrap input[type='text']:focus {
  background-color: #fff;
}
.form-wrap .form-row {
  margin: 0 0 30px 0;
}
.form-wrap .item-name {
  text-align: right;
  vertical-align: middle;
  color: #4a4a4a;
  position: relative;
  margin-left: 5%;
}
.form-wrap .f-checkbox + .box-selecter:before,
.form-wrap .f-checkbox + .box-selecter:after {
  top: 0;
}
.form-wrap .error-input {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  margin: -30px 0 0 22px;
  color: #ff525a;
}
.form-wrap .item-value {
  margin-left: 5%;
}
.f-radio + .radio-selecter {
  line-height: 24px;
  position: relative;
  display: inline-block;
  height: 24px;
  padding-left: 37px;
  cursor: pointer;
  color: #4a4a4a;
}
.f-radio + .radio-selecter:before,
.f-radio + .radio-selecter:after {
  position: absolute;
  display: block;
  content: '';
  transition: all .2s;
  border-radius: 50%;
  background: #f5f5f5;
}
.f-radio + .radio-selecter:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #c6c6c6;
}
.f-radio + .radio-selecter:after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: transparent;
}
.f-radio:checked + .radio-selecter:before {
  border: 1px solid #06ae3c;
}
.f-radio:checked + .radio-selecter:after {
  background: #06ae3c;
}
.f-checkbox {
  display: none;
}
.f-checkbox + .box-selecter {
  position: relative;
  padding: 0 34px;
  cursor: pointer;
  color: #4a4a4a;
}
.f-checkbox + .box-selecter:before,
.f-checkbox + .box-selecter:after {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 4px;
}
.f-checkbox + .box-selecter:before {
  transition: border .2s;
  border: 1px solid #c6c6c6;
  background: #f5f5f5;
}
.f-checkbox + .box-selecter:after {
  font-size: 17px;
  line-height: 20px;
  top: 1px;
  top: 4px;
  content: '\2713';
  transition: opacity .2s;
  text-align: center;
  opacity: 0;
  color: #06ae3c;
}
.f-checkbox:checked + .box-selecter:before {
  border: 1px solid #06ae3c;
}
.f-checkbox:checked + .box-selecter:after {
  opacity: 1;
}
input[type='radio']:disabled + label,
input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label:after,
input[type='checkbox']:disabled + label:after,
option:disabled {
  color: #aaa !important;
}
input[type='radio']:disabled + label:after,
input[type='checkbox']:disabled + label:after {
  border: 1px solid #aaa;
}
.applyform_title {
  color: #009966;
  text-align: center;
  font-size: 26px;
}
.phonevcode_btn {
  position: absolute;
  right: 5%;
  height: 50px;
  width: 140px;
  border-radius: 2px;
  text-align: center;
}
.phonevcode_btn input {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: #4eaa4c;
  padding: 0 29px;
}
.sendVcode {
  width: 140px;
  padding: 2px 14px!important;
  height: 40px;
  line-height: 40px;
}
.sendVcode_on {
  background-color: #989898!important;
  width: 140px;
  border-radius: 2px;
  color: #d8d8d8;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
