* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  width: 100%;
  color: #333;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #f4f4f4;
  font-size: 0.6rem;
}

.img-responsive {
  display: block;
  width: 100%;
}

.main_container {
  width: 16rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  /* padding: 2rem 0;*/
}

.banner_container {
  position: relative;
  height: 4.5rem;
  overflow: hidden;
}

.banner_container .item {
  position: absolute;
  left: 0;
  right: 0;
  height: 4.5rem;
}

.banner_container .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  text-align: center;
}

.banner_container .dots span {
  display: inline-block;
  width: 6px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 5px;
}

.banner_container .dots span.active {
  background-color: #fe4e57;
}

.act_tab {
  background-color: #fff;
  text-align: center;
}

.act_tab .item {
  display: inline-block;
  margin: 0 0.6rem;
  line-height: 2rem;
  border-bottom: 2px solid transparent;
}

.act_tab .item.active {
  border-bottom-color: #ff5400;
}

.act_tab .item a {
  display: inline-block;
  height: 100%;
  color: #000;
  font-size: 0.75rem;
}

.choose_box {
  position: relative;
  height: 1.75rem;
  border-top: 0.5px solid #cacaca;
  border-bottom: 0.5px solid #cacaca;
  background-color: #fff;
}

.choose_box .choose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 1.75rem;
}

.choose_box .choose_list .item {
  position: relative;
  width: 33.3%;
  text-align: center;
}

.choose_box .choose_list .item .txt {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  text-align: center;
  font-size: 0.55rem;
}

.choose_box .choose_list .item .txt:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0.8rem;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
}

.choose_box .choose_list .item .line {
  position: absolute;
  right: 0;
}

.choose_box .slide_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.75rem;
  padding: 0.5rem 0.5rem 1rem;
  background-color: #fff;
  z-index: 10;
  font-size: 0.55rem;
}

.choose_box .slide_box p {
  padding: 0 0 5px 5px;
  color: #f94834;
}

.choose_box .slide_box a {
  display: inline-block;
  padding: 5px;
  color: #333;
}

.choose_box .slide_box a.active {
  color: #f94834;
}

.c_fixed {
  position: fixed;
  left: 0;
  top: 0rem;
  /* top: 2rem;*/
   right: 0;
  width: 16rem;
  margin: auto;
  z-index: 20;
}

.act_box {
  padding: 0.5rem;
  height: 28rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.act_box .item {
  position: relative;
  padding: 0.5rem 0.7rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
}

.act_box .item:before,
.act_box .item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  border-radius: 0 0 20px 0;
}

.act_box .item:before {
  height: 20px;
  background-color: #faa7a5;
}

.act_box .item:after {
  height: 10px;
  background-color: #f6504b;
}

.act_box .name {
  display: block;
  padding-bottom: 0.3rem;
  line-height: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-size: 0.7rem;
  color: #000;
}

.act_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.3rem;
}

.act_box .btn {
  height: 2.25rem;
  width: 2.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.4rem;
  line-height: 0.75rem;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f66049;
  background: -webkit-gradient(linear, left top, right top, from(#f67847), to(#f64e4b));
  background: linear-gradient(90deg, #f67847, #f64e4b);
  font-size: 0.6rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(154, 154, 154, 0.4);
  box-shadow: 0 2px 5px rgba(154, 154, 154, 0.4);
}

.act_box .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.5rem;
}

.act_box .txt a {
  display: block;
  color: #333;
  line-height: 0.9rem;
  font-size: 0.5rem;
}

.refreshtext {
  text-align: center;
  font-size: 0.6rem;
}

.bottom_form {
  margin-top: 0.4rem;
  padding: 0.75rem 0.5rem 0.5rem;
  background-color: #fff;
}

.bottom_form .name {
  line-height: 0.85rem;
  font-size: 0.85rem;
  color: #333;
  text-align: center;
}

.bottom_form .tip {
  padding: 0.4rem 0 0.3rem;
  font-size: 0.55rem;
  color: #f94834;
  text-align: center;
  font-weight: bold;
}

.bottom_form .detail {
  padding-left: 3.2rem;
  font-size: 0.55rem;
  line-height: 1rem;
}

.bottom_form .f_form {
  margin-top: 0.5rem;
  padding: 1rem 1.4rem 0.5rem;
  border-radius: 6px;
  background:  no-repeat;
  background-size: cover;
}

.bottom_form .user_val {
  display: block;
  width: 100%;
  height: 1.75rem;
  padding: 0.5rem;
  margin-bottom: 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: 0 2px 5px rgba(154, 154, 154, 0.4);
  box-shadow: 0 2px 5px rgba(154, 154, 154, 0.4);
  font-size: 0.55rem;
}

.bottom_form .user_list {
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff  no-repeat right center;
  background-size: 1.1rem 0.3rem;
}

.bottom_form ::-webkit-input-placeholder {
  color: #999;
}

.bottom_form .btn {
  display: block;
  margin: 0.65rem auto 0.4rem;
  width: 7.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background: #f66049;
  background: -webkit-gradient(linear, left top, right top, from(#f67847), to(#f64e4b));
  background: linear-gradient(90deg, #f67847, #f64e4b);
  font-size: 0.6rem;
  -webkit-box-shadow: 0 2px 5px rgba(154, 154, 154, 0.4);
  box-shadow: 0 2px 5px rgba(154, 154, 154, 0.4);
  border-radius: 35px;
}

.bottom_form .count {
  text-align: center;
  font-size: 0.55rem;
  color: #000;
}