.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
span,
time,
em,
img,
a,
section,
fieldset,
input,
select,
button,
object,
p,
article,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
html {
  background-color: #fcfbf5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.bg-gray {
  background-color: #e6e4e1;
}
img {
  line-height: 0;
}
a {
  text-decoration: none;
}
ol.no-style,
ul.no-style {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.clearfix:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
div.fill-bottom-height {
  height: 1.3rem;
}
.container {
  box-sizing: border-box;
  margin: 0 auto;
  width: 10rem;
  padding: 0 0.25rem;
}
.theme-color {
  color: #fc6a21;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.hidden {
  display: none;
}
.margin-top-30 {
  margin-top: 0.9375rem;
}
.margin-top-20 {
  margin-top: 0.625rem;
}
.margin-top-25 {
  margin-top: 0.78125rem;
}
.margin-top-10 {
  margin-top: 0.3125rem;
}
.margin-top-5 {
  margin-top: 0.15625rem;
}
.power-by {
  margin: 0.15625rem 0;
  text-align: center;
  border-top: 1px dashed #e6e6e6;
  padding: 0.234375rem 0;
  color: #6f6f6f;
  font-size: 0.40625rem;
  margin-top: 0.15625rem;
}
.power-by .team {
  margin-bottom: 0.15625rem;
}
.icon-gyl {
  background: url(../images/gongyila.png) 0 0 no-repeat;
  display: inline-block;
  width: 2.75rem;
  height: 0.6875rem;
  background-size: cover;
  vertical-align: -0.1875rem;
  margin-right: 0.15625rem;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn {
  display: inline-block;
  height: 0.84375rem;
  min-width: 2.65625rem;
  line-height: 0.84375rem;
  text-align: center;
  text-decoration: none !important;
  font-size: 0.328125rem;
  text-decoration: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  /* Firefox 4 */
  /* Safari 和 Chrome */
  /* Opera */
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  /* Firefox 4 */
  -webkit-transition: all 0.1s;
  /* Safari 和 Chrome */
  -o-transition: all 0.1s;
  /* Opera */
}
.btn:active {
  /* Firefox 4 */
  /* Safari 和 Chrome */
  /* Opera */
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  /* Firefox 4 */
  -webkit-transition: all 0.1s;
  /* Safari 和 Chrome */
  -o-transition: all 0.1s;
  /* Opera */
}
.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  opacity: .5;
}
.btn.btn-light {
  color: #fc6a21;
  background-color: #fff;
  border: 1px solid #fc6a21;
}
.btn.btn-light:active {
  color: #fff;
  background-color: #fc6a21;
}
.btn.btn-themeBorder {
  border: 1px solid #fc6a21;
  color: #fc6a21;
  margin: 0 auto;
}
.btn.btn-themeBorder:active {
  background: #fc6a21;
  color: #ffffff;
}
.btn.btn-orange {
  color: #fff;
  background-color: #fc6a21;
}
.btn.btn-orange:active {
  background-color: #e74f03;
}
.btn.btn-block {
  width: 9.375rem;
  margin: 0 auto;
  display: block;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.40625rem;
}
.btn.btn-whole {
  width: 100%;
  line-height: 1.09375rem !important;
  height: 1.09375rem !important;
  border-radius: 1000px !important;
}
.btn.btn-fixed {
  width: 100%;
  line-height: 1.09375rem !important;
  height: 1.09375rem !important;
  font-size: 0.4375rem;
  position: fixed;
  bottom: 0;
}
.btn.radius {
  border-radius: 0.125rem;
}
.btn.full-radius {
  border-radius: 1000px;
}
.btn.btn-shadow {
  box-shadow: 0 0 0.4rem rgba(252, 121, 59, 0.3);
}
.margin-top-20 {
  margin-top: 0.3125rem !important;
}
.btn.disabled,
button.disabled,
.btn [disabled],
button [disabled] {
  opacity: .5;
  pointer-events: none;
}
.form-block {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}
.form-block h5.title {
  color: #777;
  font-size: 0.375rem;
  font-weight: normal;
  margin-bottom: 0.15625rem;
  padding-left: 0.3125rem;
}
.form-block > footer {
  color: #777;
  font-size: 0.3125rem;
  font-weight: normal;
  margin-top: 0.15625rem;
  margin-left: 0.3125rem;
}
.form-block > div {
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 1.1875rem;
  padding: 0.3125rem 0;
  box-sizing: border-box;
}
.form-block > div:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.form-block > div:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}
.form-block > div:last-of-type:after {
  display: none;
}
.form-block > div:after {
  display: block;
  position: absolute;
  left: 0.3125rem;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
}
.form-block > div > label {
  position: absolute;
  left: 0.3125rem;
  width: 1.875rem;
  font-size: 0.375rem;
  color: #444;
  top: 0.359375rem;
}
.form-block > div > label + select,
.form-block > div > label + input {
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 2.25rem;
}
.form-block > div > label + input[type=date],
.form-block > div > label + input[type=time] {
  padding-left: 0;
  margin-left: 2.25rem;
}
.form-block > div.with-btn input {
  padding-right: 2.34375rem;
}
.form-block > div.with-btn button {
  border: none;
  outline: none;
  background-color: #fc6a21;
  color: #fff;
  width: 2.1875rem;
  height: 100%;
  font-size: 0.34375rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  /* Firefox 4 */
  /* Safari 和 Chrome */
  /* Opera */
  transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  /* Firefox 4 */
  -webkit-transition: background-color 0.1s;
  /* Safari 和 Chrome */
  -o-transition: background-color 0.1s;
  /* Opera */
}
.form-block > div.with-btn button:active {
  background-color: #fc5908;
  /* Firefox 4 */
  /* Safari 和 Chrome */
  /* Opera */
  transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  /* Firefox 4 */
  -webkit-transition: background-color 0.1s;
  /* Safari 和 Chrome */
  -o-transition: background-color 0.1s;
  /* Opera */
}
.form-block > div.with-btn button.disabled,
.form-block > div.with-btn button[disabled] {
  opacity: .5;
  pointer-events: none;
}
.form-block.form-input-group > div,
.form-block > .label-select {
  height: 1.1875rem;
}
.form-block select,
.form-block input,
.form-block textarea {
  outline: none;
  border: none;
  font-size: 0.375rem;
  box-sizing: border-box;
}
.form-block select,
.form-block input {
  height: 0.5625rem;
}
.form-block select {
  -webkit-appearance: none;
}
.form-block .single-select {
  position: relative;
}
.form-block .single-select:before {
  display: block;
  content: '';
  width: 0.171875rem;
  height: 0.3125rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.3125rem;
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 0.171875rem 0.3125rem;
}
.form-block .single-select select {
  width: 100%;
  padding-left: 0.3125rem;
  border: none;
}
.form-block .label-select {
  position: relative;
}
.form-block .label-select:before {
  display: block;
  content: '';
  width: 0.171875rem;
  height: 0.3125rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.3125rem;
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 0.171875rem 0.3125rem;
}
.form-block .single-input input {
  box-sizing: border-box;
  padding: 0 0.3125rem;
  color: #444;
  font-size: 0.375rem;
  width: 100%;
  border: none;
}
.form-block .textarea {
  height: auto;
  padding: 0;
}
.form-block .textarea textarea {
  border: none;
  padding: 0.3125rem 0.3125rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.34375rem;
  height: 4.6875rem;
  overflow-y: auto;
}
/* 带验证的 */
.form-block > .form-group.with-validation {
  position: relative;
}
.form-block > .form-group.with-validation .validation-icon {
  display: none;
}
.form-block > .form-group.with-validation input {
  padding-right: 1.5625rem;
}
.form-block > .form-group.with-validation.has-error label,
.form-block > .form-group.with-validation.has-error input {
  color: red;
}
.form-block > .form-group.with-validation.has-error .validation-icon {
  display: block;
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  color: #fff;
  background-color: red;
  font-size: 0.375rem;
  border-radius: 0.3125rem;
  text-align: center;
  line-height: 0.625rem;
}
.form-block > .form-group.with-validation.has-error .validation-icon:after {
  content: '!';
  font-weight: 1200;
}
.radio-group > label,
.checkbox-group > label {
  position: relative;
  display: block;
  width: 100%;
  height: 1.1875rem;
  overflow: hidden;
  color: #444;
  font-size: 0.375rem;
  box-sizing: border-box;
  padding-left: 0.3125rem;
  background-color: #fff;
  line-height: 1.1875rem;
}
.radio-group > label:active,
.checkbox-group > label:active {
  background-color: #f2f2f2;
}
.radio-group > label:after,
.checkbox-group > label:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d0d0d0;
  position: absolute;
  left: 0.3125rem;
  bottom: 0;
}
.radio-group > label:first-of-type,
.checkbox-group > label:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.radio-group > label:last-of-type,
.checkbox-group > label:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}
.radio-group > label:last-of-type:after,
.checkbox-group > label:last-of-type:after {
  display: none;
}
.radio-group > label input,
.checkbox-group > label input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.radio-group input:checked + i:after {
  position: absolute;
  right: 0.3125rem;
  top: 0.40625rem;
  content: ' ';
  line-height: 0.46875rem;
  display: inline-block;
  text-align: right;
  background: url(../images/icon-check.png) no-repeat;
  background-size: 0.46875rem 0.3984375rem;
  width: 0.46875rem;
  height: 0.3984375rem;
  font-weight: bolder;
  color: #fc6a21;
}
.checkbox-group label {
  padding-left: 1.09375rem;
}
.checkbox-group input + i {
  display: inline-block;
  width: 0.40625rem;
  height: 0.40625rem;
  border: 1px solid #fc6a21;
  border-radius: 0.046875rem;
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
}
.checkbox-group input:checked + i:after {
  display: inline-block;
  content: '';
  width: 0.375rem;
  position: absolute;
  left: 0.015625rem;
  top: 0.0625rem;
  height: 0.31875rem;
  background: url(../images/icon-check.png) no-repeat;
  background-size: 0.375rem 0.31875rem;
}
.form-box {
  margin: 0.78125rem auto 0.625rem auto;
  width: 10rem;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  border-radius: 0.125rem;
}
.form-box > div.form-group {
  height: 1.1875rem;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  padding: 0.3125rem 0;
}
.form-box > div.form-group > input,
.form-box > div.form-group > button {
  height: 100%;
  border: none;
  box-sizing: border-box;
}
.form-box > div.form-group > input {
  height: 0.5625rem;
  line-height: 0.5625rem;
  padding: 0 0.3125rem;
  width: 100%;
}
.form-box > div.form-group:first-of-type {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  overflow: hidden;
  border-top: 1px solid #d0d0d0;
}
.form-box > div.form-group:last-of-type {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  overflow: hidden;
}
.form-box div.form-group.with-btn input {
  padding-right: 2.5rem;
}
.form-box div.form-group.with-btn button {
  position: absolute;
  right: 0.15625rem;
  border-radius: 0.0625rem;
  background-color: #fff;
  border: 1px solid #fc6a21;
  color: #fc6a21;
  font-size: 0.28125rem;
  top: 0.234375rem;
  width: 2.1875rem;
  text-align: center;
  height: 0.71875rem;
}
.form-box div.form-group.with-btn button:active {
  background-color: #fc6a21;
  color: #fff;
}
.form-box div.form-group.with-btn button .disabled {
  pointer-events: none;
  opacity: .5;
}
.page-hd {
  margin: 0.625rem auto;
  width: 10rem;
  padding: 0 0.3125rem;
  box-sizing: border-box;
}
.page-hd .page-title {
  font-size: 0.5625rem;
}
.page-hd .page-desc {
  font-size: 0.34375rem;
  color: #888;
  margin-top: 0.234375rem;
}
/* action sheet */
.actionsheet {
  z-index: 1001;
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
}
.actionsheet.ios {
  bottom: 0;
}
.actionsheet.ios .action-sheet-header,
.actionsheet.ios .action-sheet-body,
.actionsheet.ios .action-sheet-footer {
  width: 10rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.actionsheet.ios .action-sheet-header {
  padding: 0.46875rem 0;
  font-size: 0.40625rem;
  background-color: #fff;
  text-align: center;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
}
.actionsheet.ios .action-sheet-body > a,
.actionsheet.ios .action-sheet-footer > a {
  display: block;
  text-decoration: none;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.40625rem;
  text-align: center;
  background-color: #fff;
  width: 100%;
  color: #333;
}
.actionsheet.ios .action-sheet-body > a:active,
.actionsheet.ios .action-sheet-footer > a:active {
  background-color: #f2f2f2;
}
.actionsheet.ios .action-sheet-body > a:first-of-type,
.actionsheet.ios .action-sheet-footer > a:first-of-type {
  border-top: none !important;
}
.actionsheet.ios .action-sheet-body {
  background-color: #fcfbf5;
  padding-bottom: 0.15625rem;
}
.actionsheet.ios .action-sheet-body > a {
  border-top: 1px solid #e5e5e5;
}
.actionsheet.ios .action-sheet-footer {
  border-top: none;
}
.actionsheet-mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
  position: fixed;
}
.actionsheet-mask:after {
  background-color: #000;
  display: block;
  content: '';
  opacity: .5;
  width: 10rem;
  margin: 0 auto;
  height: 100%;
}
/* form-preview */
.form-preview {
  width: 10rem;
  margin: 0.625rem auto 0.78125rem auto;
  background-color: #fff;
}
.form-preview > .preview-header,
.form-preview > .preview-body {
  box-sizing: border-box;
  padding: 0 0.3125rem;
}
.form-preview > .preview-header {
  height: 1.25rem;
  line-height: 1.25rem;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.form-preview > .preview-header:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.form-preview > .preview-header .value {
  font-weight: bold;
  font-size: 0.5rem;
  color: #333;
}
.form-preview > .preview-body {
  padding-top: 0.3125rem;
}
.form-preview > .preview-body > div {
  margin-bottom: 0.15625rem;
  line-height: 0.625rem;
}
.form-preview > .preview-body > div:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.form-preview > .preview-footer {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  height: 1.25rem;
}
.form-preview > .preview-footer:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.form-preview > .preview-footer > a {
  text-align: center;
  display: block;
  float: left;
  height: 100%;
  line-height: 1.25rem;
  color: #fc6a21;
  font-size: 0.40625rem;
  text-decoration: none;
}
.form-preview > .preview-footer > a:active {
  background-color: #f2f2f2;
}
.form-preview > .preview-footer.single-button > a {
  width: 100%;
}
.form-preview > .preview-footer.two-button > a {
  width: 50%;
  box-sizing: border-box;
}
.form-preview > .preview-footer.two-button > a:first-child {
  border-right: 1px solid #d0d0d0;
  color: #888;
}
.form-preview label {
  float: left;
  color: #888;
  width: 1.875rem;
  font-size: 0.359375rem;
  display: inline-block;
}
.form-preview span.value {
  float: right;
  text-align: right;
  color: #777;
  font-size: 0.359375rem;
  width: 6.875rem;
}
/* toast */
.toast {
  position: fixed;
  width: 100%;
  top: 3.75rem;
  z-index: 1000;
  display: none;
}
.toast .toast-content {
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.toast .toast-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.15625rem;
  height: 100%;
  width: 100%;
  opacity: .6;
  z-index: 1001;
  background-color: #000;
}
.toast .toast-content .icon,
.toast .toast-content .msg {
  z-index: 1002;
  position: relative;
}
.toast .toast-content .icon {
  font-size: 1.5625rem;
  line-height: 0;
  padding-top: 0.375rem;
}
.toast .toast-content .msg {
  font-size: 0.34375rem;
  margin-top: 0.15625rem;
}
/* modal-dialog */
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.mask:after {
  display: block;
  width: 10rem;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
  opacity: .66;
  content: '';
}
.mask.active {
  display: block;
}
.msg-modal {
  position: fixed;
  display: none;
  top: 4.6875rem;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.msg-modal > .modal-content {
  width: 8.4375rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.109375rem;
  overflow: hidden;
  box-sizing: border-box;
}
.msg-modal > .modal-content .modal-footer {
  height: 1.25rem;
  border-top: 1px solid #d0d0d0;
}
.msg-modal > .modal-content .modal-footer a {
  text-align: center;
  display: block;
  height: 100%;
  line-height: 1.25rem;
  color: #fc6a21;
  text-decoration: none;
  font-size: 0.4375rem;
  box-sizing: border-box;
}
.msg-modal > .modal-content .modal-footer a:active {
  background-color: #f2f2f2;
}
.msg-modal > .modal-content .modal-footer.two-button:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.msg-modal > .modal-content .modal-footer.two-button > a {
  width: 50%;
  float: left;
}
.msg-modal > .modal-content .modal-footer.two-button a:first-child {
  border-right: 1px solid #d0d0d0;
  color: #777;
}
.msg-modal .modal-body {
  padding: 0.625rem 0.625rem;
}
.msg-modal .modal-body h3.title {
  font-size: 0.53125rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.msg-modal .modal-body p {
  font-size: 0.4375rem;
  line-height: 0.6875rem;
  color: #666;
}
body {
  width: 10rem;
  margin: 0 auto;
  margin-bottom: 1.33333333rem;
}
.new-act-banner {
  width: 10rem;
  height: 5.29333333rem;
}
.new-act-banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.act-base-info {
  display: block;
  background: white;
  box-sizing: border-box;
  padding: 0 0.32rem 0.26666667rem 0.32rem;
}
.act-base-info .act-title {
  font-size: 0.42666667rem;
  color: #282828;
  box-sizing: border-box;
  padding: 0.26666667rem 0;
  line-height: 0.66666667rem;
  position: relative;
}
.act-base-info .act-title:after {
  display: block;
  content: '';
  width: 10rem;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: -0.32rem;
}
.act-base-info .info-list {
  margin-top: 0.26666667rem;
}
.act-base-info .info-list .info-item {
  color: #7e7e7e;
  line-height: 0.73333333rem;
  font-size: 0.37333333rem;
}
.act-fare {
  margin-top: 0.26666667rem;
  background: white;
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.act-fare .fare-title {
  font-size: 0.37333333rem;
  color: #282828;
  line-height: 0.98666667rem;
}
.act-fare .fare-title .surplus span {
  color: #fc6a21;
  margin: 0 0.13333333rem;
}
.act-fare .ticket-list {
  box-sizing: border-box;
  padding-bottom: 0.26666667rem;
}
.act-fare .ticket-list li {
  width: 100%;
  height: 1.30666667rem;
  background: url(../images/ticket-bg.png) center center no-repeat;
  background-size: cover;
  line-height: 1.30666667rem;
  text-align: center;
  font-size: 0.53333333rem;
  color: #fc6a21;
  margin-bottom: 0.26666667rem;
}
.act-details-info {
  margin-top: 0.26666667rem;
}
.act-details-info .tab-title li {
  float: left;
  width: 33.33%;
  line-height: 1.06666667rem;
  text-align: center;
  background: #ffffff;
}
.act-details-info .tab-title li.active {
  background: #fc6a21;
}
.act-details-info .tab-title li.active a {
  color: white;
  border-right: none;
  border-top: none;
}
.act-details-info .tab-title li a {
  color: #282828;
  font-size: 0.42666667rem;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  text-decoration: none;
}
.act-details-info .tab-body {
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  background: #ffffff;
  padding: 0.26666667rem 0.32rem;
}
.act-details-info .tab-body .tab-content {
  display: none;
}
.act-details-info .tab-body .tab-content.active {
  display: block;
}
.act-details-info .tab-body article.setting-style {
  font-size: 0.37333333rem;
  color: #565656;
  line-height: 0.66666667rem;
}
.act-details-info .tab-body .sign-person-list {
  box-sizing: border-box;
}
.act-details-info .tab-body .sign-person-list li {
  position: relative;
  box-sizing: border-box;
  padding: 0.26666667rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.act-details-info .tab-body .sign-person-list li .user-img {
  display: block;
  width: 1.06666667rem;
  height: 1.06666667rem;
  position: absolute;
}
.act-details-info .tab-body .sign-person-list li .user-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}
.act-details-info .tab-body .sign-person-list li .user-info {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.33333333rem;
  min-height: 1.06666667rem;
}
.act-details-info .tab-body .sign-person-list li .user-info .user-name {
  font-size: 0.4rem;
  color: #565656;
}
.act-details-info .tab-body .sign-person-list li .user-info .sign-time {
  font-size: 0.32rem;
  color: #adadad;
  margin-top: 0.13333333rem;
}
.act-bottom {
  position: fixed;
  bottom: 0;
  width: 10rem;
  height: 1.2rem;
  background: #ffffff;
  line-height: 1.2rem;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
}
.act-bottom a {
  display: block;
  position: relative;
  float: left;
}
.act-bottom a.home {
  width: 2.33333333rem;
  height: 1.2rem;
}
.act-bottom a.home:active {
  background: #f5f5f5;
}
.act-bottom a.collect {
  width: 2.33333333rem;
  height: 1.2rem;
}
.act-bottom a.collect:active {
  background: #f5f5f5;
}
.act-bottom a.sign-btn {
  background: #fc6a21;
  width: 7.66666667rem;
  color: #ffffff;
  font-size: 0.48rem;
  text-decoration: none;
  text-align: center;
}
.act-bottom a.sign-btn:active {
  background: #f26017;
}
.act-bottom a.sign-btn.disabled {
  background: #cfcfcf;
}
.new-act-icon {
  position: absolute;
  display: block;
  width: 0.66666667rem;
  height: 0.66666667rem;
  left: 50%;
  top: 50%;
  margin-left: -0.33333333rem;
  margin-top: -0.33333333rem;
  background: url(../images/new-act-icon.png) 0 0 no-repeat;
  background-size: 1.33333333rem 0.66666667rem;
}
.new-act-icon.icon-home {
  background-position: 0 0;
}
.new-act-icon.icon-collect {
  background-position: -0.66666667rem 0;
}
/*报名成功失败页面*/
.type-of-icon i {
  display: block;
  width: 1.78666667rem;
  height: 1.78666667rem;
  background: url(../images/type-of-icon.png) 0 0 no-repeat;
  background-size: 3.57333333rem 1.78666667rem;
  margin: 1.33333333rem auto 0.8rem auto;
}
.type-of-icon.fair i {
  background-position: 0 0;
}
.type-of-icon.success i {
  background-position: -1.78666667rem 0;
}
.type-of-title {
  color: #282828;
  text-align: center;
  font-size: 0.48rem;
}
.type-subtitle {
  color: #adadad;
  box-sizing: border-box;
  padding: 0 1.06666667rem;
  margin-top: 0.53333333rem;
  font-size: 0.37333333rem;
}
.back-btn {
  text-align: center;
  margin-top: 40px;
}
/*门票选择页面*/
.ticket-title {
  font-size: 0.4rem;
  color: #565656;
  box-sizing: border-box;
  padding: 0 0.32rem;
  margin-top: 0.32rem;
}
.tickets-wrap {
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.tickets-wrap h1 {
  font-size: 0.37333333rem;
  color: #282828;
  margin-top: 0.26666667rem;
}
.tickets-wrap .act-tickets li {
  width: 100%;
  height: 1.30666667rem;
  background: url(../images/ticket-bg.png) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  color: #fc6a21;
  line-height: 1.30666667rem;
  margin-top: 0.4rem;
  font-size: 0.53333333rem;
}
.tickets-wrap .act-tickets li.active {
  background: url(../images/broder-ticket-bg.png) 0 0 no-repeat;
  background-size: cover;
}
.ticket-prompt {
  text-align: left;
  color: #7e7e7e;
  font-size: 0.37333333rem;
  margin-top: 0.4rem;
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.ticket-prompt strong {
  color: #282828;
  font-size: 0.4rem;
}
.mark {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
}
.mark .ticket-nub {
  display: block;
  width: 100%;
  height: 4rem;
  background: #ffffff;
  position: fixed;
  bottom: 0;
}
.mark .ticket-nub .opera-group {
  box-sizing: border-box;
  padding: 0 0.32rem;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.06666667rem;
  font-size: 0.37333333rem;
}
.mark .ticket-nub .opera-group .determine {
  color: #fc6a21;
  text-decoration: none;
}
.mark .ticket-nub .opera-group .determine:active {
  color: #f26017;
}
.mark .ticket-nub .opera-group .cancel {
  color: #adadad;
  text-decoration: none;
}
.mark .ticket-nub .opera-group .cancel:active {
  color: #a3a3a3;
}
.mark .ticket-nub .ticket-buy-count {
  display: block;
  width: 3.2rem;
  height: 1.06666667rem;
  margin: 0.90666667rem auto;
}
.mark .ticket-nub .ticket-buy-count a {
  display: block;
  float: left;
  width: 33.33%;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  height: 1.06666667rem;
  color: #282828;
  font-size: 0.53333333rem;
  text-align: center;
  line-height: 1.06666667rem;
  text-decoration: none;
}
.mark .ticket-nub .ticket-buy-count a:active {
  background: #e6e6e6;
}
.mark .ticket-nub .ticket-buy-count input {
  width: 33.33%;
  display: block;
  float: left;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  text-align: center;
  background: #fcfcf5;
  color: #282828;
  font-size: 0.4rem;
}
/*完善信息*/
.new-form-style {
  box-sizing: border-box;
  padding: 0.26666667rem 0.32rem;
}
.new-form-style .normal-input {
  display: block;
  margin-bottom: 0.53333333rem;
}
.new-form-style .normal-input .head {
  color: #282828;
  font-size: 0.37333333rem;
}
.new-form-style .normal-input .body {
  margin-top: 0.26666667rem;
  width: 100%;
}
.new-form-style .normal-input .body input {
  background: #fcfcf5;
  line-height: 1.17333333rem;
  height: 1.17333333rem;
  border: 1px solid #e6e6e6;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.32rem;
  color: #565656;
  font-size: 0.37333333rem;
  border-radius: 0.10666667rem;
}
.new-header {
  height: 1.06666667rem;
  background: #12aeff;
  box-sizing: border-box;
  padding: 0 0.32rem;
  padding-top: 0.09333333rem;
  position: relative;
}
.new-header .logo-link {
  display: block;
  height: 0.86666667rem;
  width: 4.37333333rem;
}
.new-header .logo-link img {
  display: block;
  width: 100%;
  height: 100%;
}
.new-header .user-link {
  position: absolute;
  right: 0.32rem;
  top: 0.3rem;
  display: block;
  width: 0.46666667rem;
  height: 0.46666667rem;
  background: url(../images/user-center-icon.png) center center no-repeat;
  background-size: cover;
}
/*改版首页*/
.new-index-banner {
  width: 100%;
  height: 4.26666667rem;
}
.new-index-banner li {
  width: 10rem;
  height: 4.26666667rem;
}
.new-index-banner li img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-notice {
  width: 9.36rem;
  margin: 0 auto;
  line-height: 1.06666667rem;
  height: 1.06666667rem;
  margin-top: -0.53333333rem;
  z-index: 100;
  background: #ffffff;
  border-radius: 1000px;
  position: relative;
  box-shadow: 0 0 0.4rem rgba(252, 121, 59, 0.1);
}
.index-notice .notice-body {
  width: 7.33333333rem;
  height: 1.06666667rem;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0.32rem;
}
.index-notice .notice-body a {
  color: #282828;
  font-size: 0.37333333rem;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.index-notice .notice-icon {
  position: absolute;
  width: 2.02666667rem;
  height: 1.06666667rem;
}
.index-notice .notice-icon i {
  display: block;
  width: 1.34666667rem;
  height: 0.38666667rem;
  background: url(../images/notice-icon.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.67333333rem;
  margin-top: -0.19333333rem;
}
.index-menu-group {
  box-sizing: border-box;
  padding-bottom: 0.4rem !important;
}
.index-menu-group li {
  float: left;
  width: 25%;
  text-align: center;
  margin-top: 0.4rem;
}
.index-menu-group li a {
  text-decoration: none;
}
.index-menu-group li div {
  color: #282828;
  font-size: 0.37333333rem;
}
.index-menu-group li:active i {
  opacity: 0.8;
}
.index-menu-icon {
  display: block;
  width: 1.33333333rem;
  height: 1.33333333rem;
  background: url(../images/index-icon-group.png) 0 0 no-repeat;
  background-size: 5.33333333rem 2.66666667rem;
  margin: 0 auto;
}
.index-menu-icon.icon-1 {
  background-position: 0 0;
}
.index-menu-icon.icon-2 {
  background-position: -1.33333333rem 0;
}
.index-menu-icon.icon-3 {
  background-position: -2.66666667rem 0;
}
.index-menu-icon.icon-4 {
  background-position: -4rem 0;
}
.index-menu-icon.icon-5 {
  background-position: 0 -1.33333333rem;
}
.index-menu-icon.icon-6 {
  background-position: -1.33333333rem -1.33333333rem;
}
.index-menu-icon.icon-7 {
  background-position: -2.66666667rem -1.33333333rem;
}
.index-menu-icon.icon-8 {
  background-position: -4rem -1.33333333rem;
}
.new-wall-of-love {
  display: block;
  box-sizing: border-box;
  width: 9.36rem;
  margin: 0.66666667rem auto 0 auto;
  position: relative;
  background: #ffffff;
  padding: 0.73333333rem 0.4rem 0.26666667rem 0.4rem;
  box-shadow: 0 0 0.4rem rgba(252, 121, 59, 0.1);
  border-radius: 0.13333333rem;
}
.new-wall-of-love .title {
  width: 8.33333333rem;
  height: 0.98666667rem;
  background: url(../images/love-wall-title-bg.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -0.49333333rem;
  left: 50%;
  margin-left: -4.16666667rem;
}
.new-wall-of-love .stats {
  border-bottom: 1px solid #e6e6e6;
}
.new-wall-of-love .stats > div {
  width: 50%;
  text-align: center;
  padding: 0.2rem 0;
}
.new-wall-of-love .stats > div .name {
  color: #282828;
  font-size: 0.37333333rem;
}
.new-wall-of-love .stats > div .body {
  color: #fc6a21;
  font-size: 0.48rem;
  margin-top: 0.13333333rem;
}
.new-wall-of-love .wall-love-scroll {
  height: 3.6rem;
  overflow: hidden;
  overflow-y: hidden;
}
.new-wall-of-love .wall-love-scroll li {
  line-height: 0.72rem;
}
.new-wall-of-love .wall-love-scroll li:after {
  display: block;
  content: '';
  clear: both;
}
.new-wall-of-love .wall-love-scroll li > div {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #282828;
  font-size: 0.37333333rem;
}
.new-wall-of-love .wall-love-scroll li > div.dona-name {
  width: 3.33333333rem;
}
.new-wall-of-love .wall-love-scroll li > div.dona-amount {
  width: 2.62666667rem;
}
.new-wall-of-love .wall-love-scroll li > div.dona-time {
  width: 2.53333333rem;
  text-align: right;
}
.new-wall-of-love .btn-group {
  margin-top: 0.26666667rem;
}
.new-wall-of-love .btn-group a {
  line-height: 1.06666667rem !important;
  height: 1.06666667rem !important;
  font-size: 0.42666667rem !important;
  box-sizing: border-box;
  padding: 0 0.66666667rem !important;
}
.new-wall-of-love .btn-group a:first-child {
  margin-left: 0.8rem;
}
.new-wall-of-love .btn-group a:last-child {
  margin-right: 0.8rem;
}
.index-news-group {
  margin-top: 0.4rem;
}
.index-news-group .title {
  box-sizing: border-box;
  padding: 0 0.32rem;
  line-height: 1.06666667rem;
  position: relative;
}
.index-news-group .title span {
  color: #282828;
  font-size: 0.4rem;
  padding-left: 0.26666667rem;
  position: relative;
}
.index-news-group .title span:before {
  display: block;
  content: '';
  width: 0.08rem;
  height: 0.42666667rem;
  position: absolute;
  background: #fc6a21;
  border-radius: 100px;
  left: 0;
  top: 50%;
  margin-top: -0.21333333rem;
}
.index-news-group .title a {
  font-size: 0.32rem;
  color: #adadad;
  position: absolute;
  right: 0.32rem;
  line-height: 1.06666667rem;
  text-decoration: none;
}
.index-news-group .news-list {
  background: #ffffff;
  box-sizing: border-box;
}
.index-news-group .news-list li {
  box-sizing: border-box;
  padding: 0.26666667rem 0.32rem;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.index-news-group .news-list li:active {
  background: #f5f5f5;
}
.index-news-group .news-list li .news-image {
  position: absolute;
  right: 0.32rem;
  width: 2.66666667rem;
  height: 2rem;
}
.index-news-group .news-list li .news-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-news-group .news-list li .news-info {
  min-height: 2rem;
  width: 100%;
  box-sizing: border-box;
  padding-right: 2.93333333rem;
  position: relative;
}
.index-news-group .news-list li .news-info .news-name {
  font-size: 0.37333333rem;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news-group .news-list li .news-info .news-time {
  position: absolute;
  bottom: 0;
  color: #adadad;
  font-size: 0.32rem;
}
.index-project-scroll {
  margin-top: 0.2rem;
}
.index-project-scroll .title {
  box-sizing: border-box;
  padding: 0 0.32rem;
  line-height: 1.06666667rem;
  position: relative;
}
.index-project-scroll .title span {
  color: #282828;
  font-size: 0.4rem;
  padding-left: 0.26666667rem;
  position: relative;
}
.index-project-scroll .title span:before {
  display: block;
  content: '';
  width: 0.08rem;
  height: 0.42666667rem;
  position: absolute;
  background: #fc6a21;
  border-radius: 100px;
  left: 0;
  top: 50%;
  margin-top: -0.21333333rem;
}
.index-project-scroll .title a {
  font-size: 0.32rem;
  color: #adadad;
  position: absolute;
  right: 0.32rem;
  line-height: 1.06666667rem;
  text-decoration: none;
}
.index-project-scroll .scroll-content {
  background: #ffffff;
  box-sizing: border-box;
  padding: 0.33333333rem 0 0.33333333rem 0.32rem;
  overflow: hidden;
}
.index-project-scroll .scroll-content ul {
  width: 10000px;
}
.index-project-scroll .scroll-content li {
  float: left;
  width: 4.21333333rem;
  margin-right: 0.33333333rem;
}
.index-project-scroll .scroll-content li .project-img {
  display: block;
  width: 100%;
  height: 3.29333333rem;
}
.index-project-scroll .scroll-content li .project-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-project-scroll .scroll-content li .project-info > div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.37333333rem;
}
.index-project-scroll .scroll-content li .project-info > div.project-name {
  color: #282828;
  margin: 0.13333333rem 0;
}
.index-project-scroll .scroll-content li .project-info > div.already-amount {
  color: #7e7e7e;
}
.index-project-scroll .scroll-content li .project-info > div.already-amount span {
  color: #fc6a21;
}
.index-project-scroll .scroll-content li .project-info > div.person-times {
  color: #7e7e7e;
}
.index-project-scroll .scroll-content li .project-info > div.person-times span {
  color: #fc6a21;
}
.index-act-group {
  margin-top: 0.26666667rem;
}
.index-act-group .title {
  box-sizing: border-box;
  padding: 0 0.32rem;
  line-height: 1.06666667rem;
  position: relative;
}
.index-act-group .title span {
  color: #282828;
  font-size: 0.4rem;
  padding-left: 0.26666667rem;
  position: relative;
}
.index-act-group .title span:before {
  display: block;
  content: '';
  width: 0.08rem;
  height: 0.42666667rem;
  position: absolute;
  background: #fc6a21;
  border-radius: 100px;
  left: 0;
  top: 50%;
  margin-top: -0.21333333rem;
}
.index-act-group .title a {
  font-size: 0.32rem;
  color: #adadad;
  position: absolute;
  right: 0.32rem;
  line-height: 1.06666667rem;
  text-decoration: none;
}
.index-act-group .act-list {
  background: #ffffff;
}
.index-act-group .act-list li {
  padding: 0.26666667rem 0.32rem;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.index-act-group .act-list li:after {
  display: block;
  content: '';
  clear: both;
}
.index-act-group .act-list li:active {
  background: #f5f5f5;
}
.index-act-group .act-list li .act-image {
  display: block;
  width: 2.66666667rem;
  height: 2rem;
  position: absolute;
}
.index-act-group .act-list li .act-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-act-group .act-list li .act-info {
  min-height: 2rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2.93333333rem;
}
.index-act-group .act-list li .act-info .act-name {
  font-size: 0.37333333rem;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-act-group .act-list li .act-info .time {
  font-size: 0.32rem;
  color: #7e7e7e;
  margin-top: 0.2rem;
  box-sizing: border-box;
  padding-left: 0.46666667rem;
  position: relative;
}
.index-act-group .act-list li .act-info .address {
  color: #7e7e7e;
  font-size: 0.32rem;
  margin-top: 0.2rem;
  box-sizing: border-box;
  padding-left: 0.46666667rem;
  position: relative;
}
.t-and-a-icon {
  position: absolute;
  left: 0;
  top: 0.06666667rem;
  display: block;
  width: 0.33333333rem;
  height: 0.33333333rem;
  background: url(../images/time-and-address-icon.png) 0 0 no-repeat;
  background-size: 0.66666667rem 0.33333333rem;
}
.t-and-a-icon.icon-time {
  background-position: 0 0;
}
.t-and-a-icon.icon-address {
  background-position: -0.33333333rem 0;
}
.new-bottom {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  width: 10rem;
  height: 1.33333333rem;
  border-top: 1px solid #e6e6e6;
  z-index: 500;
}
.new-bottom li {
  float: left;
  width: 25%;
  text-align: center;
}
.new-bottom li div {
  color: #282828;
  font-size: 0.29333333rem;
}
.new-bottom li a {
  text-decoration: none;
}
.new-bottom li:active div,
.new-bottom li.active div {
  color: #fc6a21;
}
.new-bottom li:active i.icon-home,
.new-bottom li.active i.icon-home {
  background-position: 0 -0.66666667rem;
}
.new-bottom li:active i.icon-news,
.new-bottom li.active i.icon-news {
  background-position: -0.66666667rem -0.66666667rem;
}
.new-bottom li:active i.icon-obo,
.new-bottom li.active i.icon-obo {
  background-position: -1.33333333rem -0.66666667rem;
}
.new-bottom li:active i.icon-mine,
.new-bottom li.active i.icon-mine {
  background-position: -2rem -0.66666667rem;
}
.new-bottom-icon {
  display: block;
  width: 0.66666667rem;
  height: 0.66666667rem;
  background: url(../images/bottom-icon.png) 0 0 no-repeat;
  background-size: 2.66666667rem 1.33333333rem;
  margin: 0.16rem auto 0 auto;
}
.new-bottom-icon.icon-home {
  background-position: 0 0;
}
.new-bottom-icon.icon-news {
  background-position: -0.66666667rem 0;
}
.new-bottom-icon.icon-obo {
  background-position: -1.33333333rem 0;
}
.new-bottom-icon.icon-mine {
  background-position: -2rem 0;
}
.wall-love-scroll li {
  height: 0.72rem !important;
}
