@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1497928473192');
  src: url('../fonts/iconfont.eot?t=1497928473192#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1497928473192') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1497928473192') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1497928473192#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianzan:before {
  content: "\e600";
}
.icon-pinglun:before {
  content: "\e621";
}
.icon-shoucang:before {
  content: "\e623";
}
.icon-xiangyou:before {
  content: "\e61f";
}
.icon-shijian:before {
  content: "\e629";
}
.icon-dash-address:before {
  content: "\e630";
}
.icon-back:before {
  content: "\e636";
}
.icon-personal-center:before {
  content: "\e632";
}
.icon-search:before {
  content: "\e637";
}
.icon-news:before {
  content: "\e633";
}
.icon-activity:before {
  content: "\e634";
}
.icon-index:before {
  content: "\e635";
}
html,
body {
  user-select: none;
  background: #f7f7f7 !important;
}
body {
  position: relative;
  background: #f7f7f7;
  width: 10rem;
  margin: 0 auto;
  overflow-x: hidden;
  font-size: 0.37333333rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1.33333333rem !important;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
a {
  text-decoration: none !important;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a,
img {
  -webkit-touch-callout: none;
  border: 0;
}
img {
  display: block;
}
.container {
  padding: 0 0.32rem;
  margin: 0;
}
ul,
li,
i {
  font-style: normal;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.none,
.hidden {
  display: none;
}
.ag-img {
  width: 100%;
}
.ag-img-w {
  width: 100%;
  height: 100%;
}
.display_box {
  display: box;
  display: -webkit-box;
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-align: center;
  -webkit-box-align: center;
}
.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.footer-btn {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fill-height {
  /* 填充底部高度 */
  display: block;
  height: 2.4rem;
}
.text-center {
  text-align: center;
}
.ag-loading {
  text-align: center;
  font-size: 0.34666667rem;
  padding-top: 0.26666667rem;
  padding-bottom: 0.26666667rem;
}
article {
  overflow-x: hidden;
}
article p,
article div,
article li {
  font-size: 0.34666667rem !important;
}
article p {
  margin-bottom: 0.13333333rem;
  text-indent: 0;
}
article img {
  max-width: 100%;
  height: auto;
}
.header {
  background: #ffffff;
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  box-sizing: border-box;
  padding: 0 0.32rem;
  border-bottom: 1px solid #e6e6e6;
}
.header .header-logo {
  width: 1.06666667rem;
  height: 1.06666667rem;
  margin-top: 0.05333333rem;
}
.header .header-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-user-pic {
  width: 0.85333333rem;
  height: 0.85333333rem;
  margin-top: 0.16rem;
  position: relative;
}
.header .header-user-pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}
.header .header-user-pic .name {
  position: absolute;
  right: 1.06666667rem;
  width: 4rem;
  line-height: 1.17333333rem;
  top: 0;
}
.yun-bottom {
  width: 10rem;
  position: fixed;
  bottom: 0;
  height: 1.33333333rem;
  background: #fff;
  z-index: 9999 !important;
  box-sizing: border-box;
  padding-top: 0.06666667rem;
  box-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.05);
}
.yun-bottom ul {
  width: 100%;
}
.yun-bottom ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.yun-bottom ul li i {
  font-size: 0.58666667rem;
  color: #7e7e7e;
  line-height: 0.8rem;
}
.yun-bottom ul li h6 {
  font-size: 0.29333333rem;
  color: #7e7e7e;
}
.yun-bottom ul li.active i {
  color: #00bf6c;
}
.yun-bottom ul li.active h6 {
  color: #00bf6c;
}
.yun-bottom ul li:active i {
  color: #00bf6c;
}
.yun-bottom ul li:active h6 {
  color: #00bf6c;
}
.gyl-btn {
  display: block;
  border: none;
  height: 0.93333333rem;
  text-align: center;
  font-size: 0.42666667rem;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0.08rem;
  line-height: 0.93333333rem;
}
.btn-green {
  background: #00bf6c;
}
.btn-green:active {
  background: #00b562;
}
.btn-gray {
  border: 1px solid #e6e6e6;
  color: #7e7e7e;
  background: #fff;
}
.btn-gray:active {
  background: #f5f5f5;
}
.btn-half {
  width: 45%;
}
.btn-block {
  display: block;
  width: 100%;
  line-height: 1.17333333rem;
  color: #ffffff;
  font-size: 0.48rem;
}
.btn-half.btn-pink {
  background: #3cfba8;
  margin-right: 10%;
}
.btn-half.btn-pink:nth-child(2n) {
  margin-right: 0;
}
.btn-half.btn-pink:active {
  background: #32f19e;
}
.a-whole-line {
  width: 9.36rem;
  margin: 0 auto;
  padding-top: 0.26666667rem;
}
.a-half {
  width: 50%;
  padding-top: 0.26666667rem;
  border-radius: 0 !important;
}
.btn-whole-line {
  width: 9.36rem;
  margin: 0 auto;
}
.margin-top-80 {
  margin-top: 1.06666667rem !important;
}
.margin-top-20 {
  margin-top: 0.26666667rem !important;
}
.margin-top-30 {
  margin-top: 0.4rem !important;
}
.padding-bottom-20 {
  padding-bottom: 0.26666667rem !important;
}
.active {
  display: block !important;
}
.margin-left-6 {
  margin-left: 6%;
}
/*表单元素*/
.drop-down-menu {
  width: 100%;
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  font-size: 0.4rem;
  color: #7e7e7e;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.power-by {
  margin: 0.13333333rem 0;
  text-align: center;
  border-top: 1px dashed #e6e6e6;
  padding: 0.2rem 0;
  color: #6f6f6f;
  font-size: 0.34666667rem;
  margin-top: 0.13333333rem;
}
.power-by .team {
  margin-bottom: 0.13333333rem;
}
.icon-gyl {
  background: url(../images/gongyila.png) 0 0 no-repeat;
  display: inline-block;
  width: 2.34666667rem;
  height: 0.58666667rem;
  background-size: cover;
  vertical-align: -0.16rem;
  margin-right: 0.13333333rem;
}
.btn {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
}
.btn.btn-full-radius {
  border-radius: 10000px;
}
.btn.btn-main-color {
  background: #00bf6c;
  color: #ffffff !important;
  line-height: 1.17333333rem;
  height: 1.17333333rem;
}
.btn.btn-main-color:active {
  background: #00b562;
}
.btn.btn-short {
  width: 4rem;
  margin: 0 auto;
}
.btn.btn-violet-gradient {
  background: linear-gradient(45deg, #9851ff, #d64aff);
  background: -moz-linear-gradient(45deg, #9851ff, #d64aff);
  background: -webkit-linear-gradient(45deg, #9851ff, #d64aff);
  background: -o-linear-gradient(45deg, #9851ff, #d64aff);
}
.btn.btn-violet-gradient:active {
  opacity: 0.9;
}
.mt-20 {
  margin-top: 0.26666667rem !important;
}
html,
body {
  background: white;
}
/*报名表单页面*/
.form-group {
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.form-group.error input[type=text] {
  border-color: red !important;
  background-color: #fffafa;
}
.form-group.error textarea {
  border-color: red !important;
  background-color: #fffafa !important;
}
.form-group.error .error-tip {
  display: block !important;
}
.form-group.error .label .error-tip {
  display: inline-block !important;
}
.form-group span.field-validation-error {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  line-height: 0.05rem;
}
.form-group span.field-validation-error span {
  color: red;
  display: block;
  color: #f00;
  font-size: .26rem;
  line-height: .3rem;
  margin-top: .2rem !important;
}
.form-group .label {
  display: block;
  line-height: 0.8rem;
  color: #3e3e3e;
  font-size: 0.4rem;
}
.form-group .error-tip {
  display: block;
  color: red;
  font-size: 0.29333333rem;
  line-height: 0.4rem;
  margin-top: 0.13333333rem !important;
  display: none;
}
.form-group .input {
  display: block;
}
.form-group .input input {
  display: block;
  width: 100%;
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  box-sizing: border-box;
  padding: 0 0.32rem;
  color: #3e3e3e;
  font-size: 0.37333333rem;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-radius: 0.13333333rem;
  -webkit-appearance: none;
}
.form-group .textarea {
  display: block;
}
.form-group .textarea textarea {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0.13333333rem;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 0 0.26666667rem;
  line-height: 1.17333333rem;
  resize: none;
  font-family: "PingFangSC-Regular", "微软雅黑", "Microsoft YaHei";
  font-size: 0.37333333rem;
}
.form-group .radio-group {
  display: block;
}
.form-group .radio-group label {
  display: block;
  line-height: 1.06666667rem;
  font-size: 0.37333333rem;
  color: #3e3e3e;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.66666667rem;
}
.form-group .radio-group label i {
  display: block;
  width: 0.53333333rem;
  height: 0.53333333rem;
  background: url(../images/radio-checkbox-bg.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.26666667rem;
  background-position: -0.53333333rem 0;
}
.form-group .radio-group label input[type=radio] {
  -webkit-appearance: none !important;
}
.form-group .radio-group label input[type=radio]:checked + i {
  background-position: 0 0;
}
.form-group .checkbox-group {
  display: block;
}
.form-group .checkbox-group label {
  display: block;
  line-height: 1.06666667rem;
  font-size: 0.37333333rem;
  color: #3e3e3e;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.66666667rem;
}
.form-group .checkbox-group label i {
  display: block;
  width: 0.53333333rem;
  height: 0.53333333rem;
  background: url(../images/radio-checkbox-bg.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.26666667rem;
  background-position: -1.6rem 0;
}
.form-group .checkbox-group label input[type=checkbox] {
  -webkit-appearance: none !important;
}
.form-group .checkbox-group label input[type=checkbox]:checked + i {
  background-position: -1.06666667rem 0 !important;
}
.form-group .select-single .select {
  display: block;
  float: left;
  width: 100%;
  margin-right: 5%;
  position: relative;
}
.form-group .select-single .select:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 0.13333333rem solid #6d6d6d;
  border-color: #6d6d6d transparent transparent transparent;
  position: absolute;
  right: 0.26666667rem;
  top: 50%;
  margin-top: -0.06666667rem;
}
.form-group .select-single .select select {
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  background: #f7f7f7;
  border-radius: 0.13333333rem;
  display: block;
  width: 100%;
  outline: none;
  font-size: 0.37333333rem;
  box-sizing: border-box;
  padding: 0 0.26666667rem;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
}
.form-group .select-group:after {
  display: block;
  content: '';
  clear: both;
}
.form-group .select-group .select {
  display: block;
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.form-group .select-group .select:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 0.13333333rem solid #6d6d6d;
  border-color: #6d6d6d transparent transparent transparent;
  position: absolute;
  right: 0.26666667rem;
  top: 50%;
  margin-top: -0.06666667rem;
}
.form-group .select-group .select:last-child {
  margin-right: 0 !important;
}
.form-group .select-group .select select {
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  background: #f7f7f7;
  border-radius: 0.13333333rem;
  display: block;
  width: 100%;
  outline: none;
  font-size: 0.37333333rem;
  box-sizing: border-box;
  padding: 0 0.26666667rem;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  position: relative;
}
.btn {
  display: block;
  border: none;
  background: none;
  line-height: 1.17333333rem;
  color: white;
  font-size: 0.48rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.btn.btn-702 {
  width: 9.36rem;
  margin: 0 auto;
}
.btn.mainColor-btn {
  color: white;
  background: #00bf6c !important;
}
.btn.mainColor-btn:active {
  background: #00b562 !important;
}
.btn.radius {
  border-radius: 0.13333333rem !important;
}
.btn.full-radius {
  border-radius: 13.33333333rem !important;
}
.btn.last-btn {
  margin-bottom: 0.8rem !important;
}
.seize-seat {
  display: block;
  height: 0.01333333rem;
  margin-bottom: 0.8rem !important;
}
.yun-banner {
  width: 100%;
  height: 4rem;
}
.yun-banner .yun-img {
  display: block;
  width: 100%;
  height: 4rem;
}
.yun-bottom {
  width: 10rem;
  position: fixed;
  bottom: 0;
  height: 1.33333333rem;
  background: #fff;
  z-index: 9999 !important;
  box-sizing: border-box;
  padding-top: 0.06666667rem;
  box-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.05);
}
.yun-bottom ul {
  width: 100%;
}
.yun-bottom ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.yun-bottom ul li i {
  font-size: 0.58666667rem;
  color: #7e7e7e;
  line-height: 0.8rem;
}
.yun-bottom ul li h6 {
  font-size: 0.29333333rem;
  color: #7e7e7e;
}
.yun-bottom ul li.active i {
  color: #00bf6c;
}
.yun-bottom ul li.active h6 {
  color: #00bf6c;
}
.yun-bottom ul li:active i {
  color: #00bf6c;
}
.yun-bottom ul li:active h6 {
  color: #00bf6c;
}
.yun-act-type {
  width: 100%;
  background: #fff;
  padding-top: 0.13333333rem;
  padding-bottom: 0.26666667rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.yun-act-type li {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 0.2rem;
}
.yun-act-type li i {
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  margin: 0 auto;
  background: #00bf6c;
  border-radius: 500px;
}
.yun-act-type li i:before {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.36rem;
}
.yun-act-type li i img {
  display: block;
  width: 100%;
  height: 100%;
}
.yun-act-type li div {
  font-size: 0.29333333rem;
  color: #3e3e3e;
  margin-top: 0.10666667rem;
}
.search-and-news {
  width: 100%;
  background: #fff;
  margin-top: 0.26666667rem;
  padding: 0.32rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.search-and-news > div {
  width: 50%;
  text-align: center;
}
.search-and-news > div a {
  display: block;
  width: 100%;
}
.search-and-news > div h3 {
  font-size: 0.45333333rem;
  color: #3a3a3a;
}
.search-and-news > div > div {
  font-size: 0.32rem;
  color: #7e7e7e;
}
.search-and-news > div.search-click {
  position: relative;
}
.search-and-news > div.search-click:after {
  content: '';
  display: block;
  width: 1px;
  height: 1.2rem;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6rem;
}
.selected-act {
  background: #fff;
  margin-top: 0.26666667rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.selected-act > h1 {
  font-size: 0.45333333rem;
  color: #3e3e3e;
  line-height: 1.17333333rem;
  border-bottom: 1px solid #e6e6e6;
}
.selected-act li {
  padding-top: 0.32rem;
  height: 2.66666667rem;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.selected-act .main-act-infor {
  position: relative;
}
.selected-act .main-act-infor .act-list-pic {
  width: 2rem;
}
.selected-act .main-act-infor .act-list-pic img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.selected-act .main-act-infor .act-time-place {
  position: absolute;
  bottom: 0;
  width: 7.36rem;
  padding-left: 0.26666667rem;
  box-sizing: border-box;
  position: relative;
}
.selected-act .main-act-infor .act-time-place > h1 {
  font-size: 0.42666667rem;
  color: #2A2A2A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.58666667rem;
}
.selected-act .main-act-infor .act-time-place > div {
  font-size: 0.32rem;
  color: #7e7e7e;
}
.selected-act .main-act-infor .act-time-place .act-place {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: -0.05333333rem;
}
.selected-act .main-act-infor .act-time-place .act-place i:before {
  font-size: 0.38666667rem;
  color: #2a2a2a;
  vertical-align: -0.04rem;
}
.selected-act .main-act-infor .act-time-place .act-time {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 5.6rem;
  position: relative;
  margin-top: -0.10666667rem;
}
.selected-act .main-act-infor .act-time-place .act-time i:before {
  font-size: 0.34666667rem;
  color: #2a2a2a;
  vertical-align: -0.04rem;
}
.selected-act .main-act-infor .act-time-place .act-price {
  position: absolute;
  right: 0.32rem;
  bottom: 0.05333333rem;
  font-size: 0.32rem;
  color: #7e7e7e;
}
.selected-act .act-tip {
  margin-top: 0.13333333rem;
  width: 100%;
  overflow: hidden;
  height: 0.53333333rem;
}
.selected-act .act-tip span {
  display: inline-block;
  border: 1px solid #00bf6c;
  font-size: 0.29333333rem;
  color: #00bf6c;
  padding: 0.02666667rem 0.10666667rem;
  border-radius: 0.08rem;
  margin-top: 0.02666667rem;
}
/*搜索，分类页面*/
.act-screening {
  background: #fff;
  position: relative;
}
.act-screening .yun-filter-type {
  width: 100%;
  height: 1.17333333rem;
}
.act-screening .yun-filter-type a {
  display: block;
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 0.4rem;
  color: #7e7e7e;
  line-height: 1.17333333rem;
  position: relative;
  box-sizing: border-box;
}
.act-screening .yun-filter-type a:before {
  content: '';
  display: block;
  width: 1px;
  height: 0.8rem;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  right: 0;
}
.act-screening .yun-filter-type a:last-child {
  border-right: none;
}
.act-screening .yun-filter-type a:last-child:before {
  display: none !important;
}
.act-screening .yun-filter-type a:after {
  width: 0;
  height: 0;
  display: block;
  content: '';
  border: 0.13333333rem solid #7e7e7e;
  border-color: transparent #7e7e7e #7e7e7e transparent;
  position: absolute;
  right: 0.32rem;
  bottom: 0.16rem;
}
.act-screening .yun-filter-type a:active {
  background: #e6e6e6;
}
.act-screening .yun-filter-dropdown {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}
.act-screening .yun-filter-dropdown a {
  display: block;
  width: 33.33%;
  height: 1.33333333rem;
  box-sizing: border-box;
  line-height: 1.33333333rem;
  font-size: 0.37333333rem;
  color: #7e7e7e;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  float: left;
}
.act-screening .yun-filter-dropdown a:nth-child(3n) {
  border-right: none;
}
/*活动详情页*/
.act-details-main {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.26666667rem;
}
.act-details-main .act-details-pic img {
  display: block;
  width: 100%;
  height: 5.33333333rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.act-details-main .act-details-infor {
  padding: 0 0.32rem;
}
.act-details-main .act-details-infor h1 {
  font-size: 0.42666667rem;
  line-height: 0.66666667rem;
  padding: 0.32rem 0;
  color: #2A2A2A;
}
.act-details-main .act-details-infor div {
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.37333333rem;
  color: #7e7e7e;
  padding: 0.32rem 0;
}
.act-details-main .act-details-infor div:last-child {
  border-bottom: none;
}
.act-details-main .act-details-infor div .title {
  color: #2a2a2a;
  margin-right: 0.26666667rem;
}
.act-details-main .act-details-infor .act-details-time {
  font-size: 0.37333333rem;
}
.act-details-main .act-details-infor .act-details-time i:before {
  font-size: 0.4rem;
  vertical-align: -0.04rem;
  margin-right: 0.13333333rem;
}
.act-details-main .act-details-infor .act-details-address i:before {
  font-size: 0.4rem;
  vertical-align: -0.02666667rem;
  margin-right: 0.13333333rem;
}
.act-details-main .act-details-infor .act-details-address a {
  color: #00aded;
}
.act-details-article {
  background: #fff;
  padding: 0 0.32rem;
  padding-bottom: 0.26666667rem;
  margin-top: 0.26666667rem;
  font-size: 0.37333333rem;
  color: #7e7e7e;
}
.act-details-article img {
  width: 100%;
  display: block;
  padding: 0.13333333rem 0;
}
.act-details-article h1 {
  color: #2a2a2a;
  font-size: 0.45333333rem;
  line-height: 1.17333333rem;
  border-bottom: 1px solid #e6e6e6;
}
.act-details-bottom {
  position: fixed;
  bottom: 0;
  width: 10rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  background: #fff;
  height: 1.33333333rem;
  padding-top: 0.08rem;
}
.act-details-bottom a {
  width: 48%;
}
.act-details-bottom a:last-child {
  margin-left: 4%;
}
.act-details-bottom a i:before {
  font-size: 0.45333333rem;
  vertical-align: -0.02666667rem;
  margin-right: 0.10666667rem;
}
/*活动支付确认页面*/
.order-wrap {
  background: #ffffff;
  box-sizing: border-box;
  padding: 0.26666667rem 0 0 0;
}
.order-wrap .order-title {
  color: #161616;
  font-size: 0.4rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.2rem;
}
.order-wrap .order-detail {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.2rem 0;
  line-height: 0.8rem;
}
.order-wrap .order-detail:after {
  display: block;
  content: '';
  clear: both;
}
.order-wrap .order-detail dt {
  float: left;
  width: 2rem;
  font-size: 0.37333333rem;
}
.order-wrap .order-detail dd {
  float: left;
  width: 7.33333333rem;
  color: #707070;
  font-size: 0.37333333rem;
}
.order-wrap .order-price {
  text-align: left;
  font-size: 0.48rem;
  line-height: 1.06666667rem;
  color: #00bf6c;
}
/*缴费金额选择*/
.donate-choose {
  display: block;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0.32rem;
}
.donate-choose .title {
  display: block;
  font-size: 0.34666667rem;
  color: #000;
  font-size: 0.4rem;
}
.donate-choose .amount-list {
  margin-top: 0.2rem;
}
.donate-choose .amount-list li {
  float: left;
  width: 2.13333333rem;
  margin-right: 0.26666667rem;
  box-sizing: border-box;
  line-height: 1.06666667rem;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 0.37333333rem;
  background: #f7f7f7;
}
.donate-choose .amount-list li:nth-child(4n) {
  margin-right: 0;
}
.donate-choose .amount-list li:active,
.donate-choose .amount-list li.active {
  background: #efffe4;
  border-color: #cdedb6;
  font-weight: 700;
  color: #545c4f;
}
.donate-choose .amount-input {
  display: block;
  margin-top: 0.2rem;
  line-height: 1.06666667rem;
  box-sizing: border-box;
  position: relative;
  width: 6.66666667rem;
}
.donate-choose .amount-input input {
  display: block;
  box-sizing: border-box;
  width: 6.66666667rem;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  font-size: 0.37333333rem;
  padding: 0 0.26666667rem;
}
.donate-choose .amount-input span {
  position: absolute;
  right: -0.66666667rem;
  bottom: 0;
  color: #000000;
  font-size: 0.37333333rem;
}
.member-pay-btn {
  width: 3.41333333rem;
  background: #00bf6c;
  display: block;
  line-height: 1.06666667rem;
  color: #ffffff;
  font-size: 0.4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.53333333rem;
  border-radius: 1000px;
}
.member-pay-btn:active {
  background: #00b562;
}
/*已是会员提示*/
.hint-image {
  display: block;
  width: 100%;
  height: 6.66666667rem;
  margin-top: 1.73333333rem;
}
.hint-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.hint-title {
  text-align: center;
  color: #00bf6c;
  font-size: 0.42666667rem;
  margin-top: 0.53333333rem;
}

.yun-header {
    width: 10rem;
    height: 1.06666667rem;
    background-color: #00bf6c;
    color: #fff;
    position: relative;
}

    .yun-header h1 {
        font-size: 0.48rem;
        line-height: 1.06666667rem;
        text-align: center;
    }

    .yun-header .yun-menu {
        position: absolute;
        top: 0.10666667rem;
        right: 0.32rem;
        color: #FFFFFF;
        font-size: 0.58666667rem;
        z-index: 5000;
    }

    .yun-header .search-input {
        display: block;
        width: 9.36rem;
        height: 0.8rem;
        background: rgba(255, 255, 255, 0.5);
        border: none;
        border-radius: 0.66666667rem;
        box-sizing: border-box;
        padding: 0 0.32rem;
        color: #fff;
        font-size: 0.4rem;
        margin: 0 auto;
        position: absolute;
        top: 0.12rem;
        left: 0.32rem;
    }

    .yun-header ::-webkit-input-placeholder {
        color: #f7f7f7;
    }

    .yun-header ::-moz-placeholder {
        color: #f7f7f7;
    }

    .yun-header :-moz-placeholder {
        color: #f7f7f7;
    }

    .yun-header button {
        position: absolute;
        right: 0.64rem;
        top: 0.21333333rem;
        background: none;
        border: none;
        font-size: 0.58666667rem;
        color: #fff;
    }

        .yun-header button:active {
            color: #00bf6c;
        }

    .yun-header .yun-back {
        position: absolute;
        top: 0.14666667rem;
        left: 0.32rem;
        color: #FFFFFF;
        font-size: 0.58666667rem;
    }
