.weui-btn_primary {
  height: 45px;
  border-radius: 25px!important;
  background-color: #007BFF !important; /* 蓝色 */
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  color: #007BFF !important; /* 蓝色 */
}
.weui-btn_primary:not(.weui-btn_disabled):active,
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  background-color: #007BFF !important; /* 蓝色 */
}
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  border-color: #007BFF !important; /* 蓝色 */
}
body {
  width: 100%;
  min-height: 100vh;
  background-color: #f8f9fa; /* 浅灰色背景 */
}
.basics {
  width: 100%;
  height: 100%;
}
.basics_head {
  position: relative;
}
.basics_head .bg {
  width: 100%;
  height: 215px;
  background-color: #007BFF; /* 蓝色背景 */
}
.basics_head .head_con {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.basics_head .head_con .head_info {
  margin-top: 50px;
}
.basics_head .headimg {
  color: #fff;
  text-align: center;
}
.basics_head .head_con .head_info .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -25px;
}
.basics_head .head_con .head_info .name {
  font-size: 16px;
  color: #fff;
}
.basics_head .head_con .head_info .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #BEBEBE;
}
.basics_head .head_con .head_charge {
  position: absolute;
  padding: 0 15px;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
}
.basics_head .head_con .head_charge .charge_bg {
  width: 100%;
  height: 100%;
}
.basics_head .head_con .head_charge .charge_con {
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}
.basics_head .head_con .head_charge .charge_con .gift {
  margin-right: 8px;
  width: 18px;
}
.basics_head .head_con .head_charge .charge_con .btn {
  display: block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #E6C27B;
  background-color: #0056b3; /* 深蓝色 */
  border-radius: 15px;
}
.basics_head .head_con .head_charge .charge_con .btn .iconfont {
  margin-left: 3px;
  font-size: 12px;
}
.basics_tabs {
  padding: 15px 0;
  font-size: 12px;
}
.basics_tabs .label {
  padding-bottom: 10px;
  margin: 0 15px;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
.basics_tabs .label .desc {
  font-size: 12px;
  color: #656565;
  font-weight: 500;
}
.basics_tabs .tabs_flex {
  padding: 10px 0;
  color: #333;
  text-align: center;
  align-items: center;
}
.basics_tabs .tabs_flex .num {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
}
.basics_tabs .tabs_flex .num.blue {
  color: #007BFF; /* 蓝色 */
}
.basics_tabs .tabs_flex .num.red {
  color: #FF533C;
}
.basics_tabs .tabs_flex .num.purple {
  color: #9072FF;
}
.basics_tabs .tabs_flex .num.yellow {
  color: #FEB300;
}
.basics_tabs .tabs_flex .img {
  margin-bottom: 10px;
  height: 25px;
}
.basics_tabs .tabs_flex.more {
  text-align: left;
}
.basics_tabs .tabs_flex.more .flex_box {
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #333;
}
.basics_tabs .tabs_flex.more .flex_box:active,
.basics_tabs .tabs_flex.more .flex_box:focus {
  color: #333;
}
.recharge {
  padding-top: 1px;
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2; /* 浅灰色 */
  box-sizing: border-box;
}
.recharge .recharge_box {
  padding: 15px;
  background-color: #fff;
}
.recharge_item {
  min-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.recharge_item:last-child {
  border-bottom: none;
}
.recharge_item .label {
  width: 140px;
  font-size: 14px;
  color: #757575;
}
.recharge_item .label.text_black {
  color: #1a1a1a;
}
.recharge_item .item_con {
  font-size: 14px;
  color: #1a1a1a;
}
.recharge_item .item_con .item_label {
  margin-left: 15px;
}
.recharge_item .item_con label {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.recharge_item .item_con input {
  transform: scale(1.3);
}
.recharge_item .input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  color: #1a1a1a;
}
.recharge_textarea {
  padding: 15px 0;
  height: 100px;
  line-height: 40px;
}
.recharge_textarea .textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  font-size: 14px;
  color: #1a1a1a;
}
.apply {
  width: 100%;
  height: 100%;
}
.apply_img img {
  width: 100%;
  height: 108px;
}
.apply_con {
  padding: 30px 30px 0;
}
.apply_con .input_box {
  margin-bottom: 15px;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  background: #EEF2F4;
  border: 1px solid #007BFF; /* 蓝色边框 */
  border-radius: 5px;
}
.apply_con .input_box:last-child {
  margin-bottom: 0;
}
.apply_con .input_box .input {
  display: block;
  width: 100%;
  height: 100%;
  background: #EEF2F4;
  font-size: 14px;
  border: none;
}
.apply_con .input_code {
  align-items: flex-start;
}
.apply_con .input_code .code_box {
  border: none;
  margin: 7px 0 0 15px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  font-size: 13px;
  color: #007BFF; /* 蓝色 */
  background: url(../img/code_bg.png) no-repeat;
  background-size: cover;
}
.custom {
  width: 100%;
  height: 100%;
}
.custom_head {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.custom .custom_tab {
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #007BFF; /* 蓝色边框 */
  font-size: 13px;
  color: #007BFF; /* 蓝色 */
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
.custom .custom_tab .active {
  color: #fff;
  background-color: #007BFF; /* 蓝色 */
}
.custom_list {
  padding: 98px 15px 0;
  background-color: white;
}
.custom_list .custom_item {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  color: #666;
  background-color: white;
}
.custom_list .custom_item:last-child {
  border: none;
}
.custom_list .custom_item .name {
  font-size: 15px;
  color: #1a1a1a;
}
.custom_list .custom_item .tel {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}
.custom_list .custom_item .iconfont {
  font-size: 12px;
  color: #999;
}
.custom_info {
  padding: 20px 15px;
  line-height: 35px;
}
.custom_info .info_item {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}
.custom_info .info_item .label {
  width: 80px;
  color: #999;
  font-size: 13px;
  font-weight: 500;
}
.custom_info .info_item .color_yellow {
  color: #FFA740;
}
.custom_info .info_item.flex_start {
  align-items: flex-start;
}
.custom_contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-size: bold;
  background-color: #007BFF; /* 蓝色 */
  text-align: center;
}
.cai {
  width: 100%;
}
.cai .custom_head {
  padding: 15px 0;
}
.cai .pd_lr {
  padding: 0 15px;
}
.cai_box {
  position: relative;
}
.cai_box .cai_bg {
  width: 100%;
  height: 118px;
}
.cai_box .info_box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #E6C27B;
}
.cai_box .info_box .num {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.cai_box .info_box .charge_box {
  text-align: right;
}
.cai_box .info_box .btn {
  display: inline-block;
  margin-top: -6px;
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #E6C27B;
  background-color: #0056b3; /* 深蓝色 */
  border-radius: 15px;
}
.cai_box .info_box .btn .iconfont {
  margin-left: 3px;
  font-size: 12px;
}
.cai_tabs {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #292929;
  text-align: center;
}
.cai_tabs .active {
  position: relative;
  color: #4D34CD;
  font-weight: bold;
}
.cai_tabs .active::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #007BFF; /* 蓝色 */
}
.cai_condition {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #808080;
  background-color: #f2f2f2;
}
.cai_condition .date_box {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background-color: #fff;
  color: #4E4E4E;
}
.cai_condition .date_box .iconfont {
  display: inline-block;
  font-size: 13px;
  transform: rotate(180deg);
}
.cai_condition .separated {
  display: inline-block;
  margin: 0 10px;
}
.cai_condition .num {
  color: #FFB137;
}
.cai .custom_list {
  padding-top: 255px;
}
.cai .custom_list .name {
  font-size: 14px;
  font-weight: bold;
}
.cai .custom_list .remark {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
}
.question {
  width: 100%;
}
.question_list {
  padding: 0 15px;
}
.question_item {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  align-items: flex-start;
}
.question_item .notice {
  margin-right: 15px;
  width: 28px;
  height: 28px;
}
.question_item .item_con {
  width: calc(100% - 50px);
}
.question_item .label {
  width: calc(100% - 50%);
  font-size: 15px;
  font-weight: bold;
  color: #1a1a1a;
}
.question_item .date {
  font-size: 12px;
  color: #A6A6A6;
}
.question_item .desc {
  margin-top: 15px;
  font-size: 13px;
  color: #4D4C4C;
  line-height: 20px;
}
.question_item:last-child {
  border: none;
}
.question_label {
  padding: 15px 15px 10px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
}
.question_date {
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #A6A6A6;
}
.question_con {
  padding: 0 15px;
  font-size: 15px;
  color: #333;
}
.search-bar {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background: #FAFAFA;
  border-radius: 17px;
}
.search-bar .input {
  margin-left: 5px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: #FAFAFA;
}
.search-bar .iconfont {
  font-size: 14px;
}
.recharge_btn,
.apply_btn {
  margin: 50px 30px 0;
  width: calc(100% - 60px);
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #007BFF; /* 蓝色 */
  border: none;
}
.recharge_btn:disabled, .apply_btn:disabled {
  background-color: #ccc;
}
.border-grey {
  border-bottom: 10px solid #f2f2f2;
}
.no_border {
  border: none!important;
}

.weui-bar {
  background-color: #FFF;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
}
.weui-bar:before {
  content: "";
  -webkit-transform: scaleY(0.5);
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.weui-bar.noline:before {
  content: none;
}

.weui-bar-footer {
  bottom: 0;
}
.weui-bar-footer:before {
  top: 0;
  -webkit-transform-origin: 0 0;
}

.weui-bar-footer ~ .weui-content {
  padding-bottom: 50px;
}
.nav-footer {
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
.nav-footer a {
  color: #808080;
}
.nav-footer a .icon {
  font-size: 20px;
  margin: 8px 0 5px;
  height: 22px;
  background: no-repeat center;
  background-size: contain;
}
.nav-footer a .icon_home {
  background-image: url(../images/icon_home.png);
}
.nav-footer a .icon_daily {
  background-image: url(../images/icon_daily.png);
}
.nav-footer a .icon_fabu {
  background-image: url(../images/icon_fabu.png);
}
.nav-footer a .icon_order {
  background-image: url(../images/icon_order.png);
}
.nav-footer a .icon_user {
  background-image: url(../images/icon_user.png);
}
.nav-footer a.active {
  color: #007BFF; /* 蓝色 */
}
.nav-footer a.active .icon_home {
  background-image: url(../images/icon_home_h.png);
}
.nav-footer a.active .icon_daily {
  background-image: url(../images/icon_daily_h.png);
}
.nav-footer a.active .icon_fabu {
  background-image: url(../images/icon_fabu_h.png);
}
.nav-footer a.active .icon_order {
  background-image: url(../images/icon_order_h.png);
}
.nav-footer a.active .icon_user {
  background-image: url(../images/icon_user_h.png);
}
.nav-footer ~ .page-footer {
  bottom: 50px;
}
.nav-footer ~ .page-footer ~ .weui-content {
  padding-bottom: 100px;
}

.center_box {
  background-color: #FFFFFF;
  min-height: 300px;
  margin-top: 0px;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  box-sizing: border-box;
}
.center_box .list_title {
  color: #1A1A1A;
  font-size: 17px;
  font-weight: bold;
}
.center_box .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #EDEDED;
}
.center_box .list_img {
  width: 24px;
  height: 24px;
}
.center_box .list_name {
  width: 80%;
  font-size: 15px;
  color: #1A1A1A;
}
.card_box {
  margin-top: 20px;
}
.card_box .card_body {
  width: 86%;
  height: 189px;
  background: #EDF4FE; /* 浅蓝色 */
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_box .card_body .img {
  width: 210px;
  height: 136px;
}
.card_box .card_fotter {
  width: 86%;
  height: 45px;
  background: #007BFF; /* 蓝色 */
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  color: #FFFFFF;
  font-size: 14px;
}
.add_img {
  width: 64px;
  height: 64px;
  margin-top: 10px;
}
.input_title {
  color: #1C1C1C;
  font-size: 14px;
  margin-top: 15px;
}

.basics {
  padding: 0px 0 60px;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
.basics .top_img {
  display: block;
  width: 100%;
}
.basics_box {
  position: relative;
  z-index: 1;
  margin: 15px;
  padding: 15px;
  background-color: #fff;
  box-shadow: none; /* 去掉阴影 */
  border-radius: 7px;
}
.margin_t {
  margin-top: -200px;
}
.box_label {
  font-size: 18px;
  color: #191919;
  font-weight: bold;
  text-align: center;
}
.box_label .line {
  display: inline-block;
  margin: 0 10px;
  width: 16px;
  vertical-align: middle;
}
.box_title {
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  color: #191919;
  font-weight: bold;
  border-left: 3px solid #007BFF; /* 蓝色 */
  line-height: 18px;
}
.box_title::after {
  position: absolute;
  left: -17px;
  top: 28px;
  display: block;
  content: '';
  width: calc(100% + 30px);
  height: 1px;
  background-color:  #E4EBFE;
}
.box_info {
  padding-top: 20px;
  font-size: 14px;
  color: #8E8D8D;
  line-height: 25px;
}
.select_box, .select_input, .info_line {
  margin-top: 10px;
  display: inline-flex;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #262626;
  background-color: #F5F6F9;
}
.info_line {
  display: flex;
  background-color: transparent;
  line-height: 26px;
  font-size: 14px;
  box-sizing: border-box;
}
.info_line .unit {
  color: #FF2929;
  font-size: 14px;
  font-weight: bold;
}
.info_line .price {
  color: #FF2929;
  font-size: 15px;
  font-weight: bold;
}
.info_line .desc {
  color: #6B6B6B;
  font-size: 12px
}
.input_box2 {
  width: 130px;
  height: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
}
.input_box2 .btn {
  display: inline-flex;
  flex: 0 0 30px;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  color: #BFBFBF;
}
.input_box2 .btn.minus {
  border-right: 1px solid #EEEEEE;
}
.input_box2 .btn.add {
  border-left: 1px solid #EEEEEE;
}
.input_box2 .num {
  padding: 0 15px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
}
.select_box select {
  padding-right: 18px;
}
.select_box select, .select_input select {
  height: 100%;
  line-height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon_select.png') no-repeat right center transparent;
  background-size: 14px;
  border: none;
  background-color: transparent;
  font-size: 14px
}
.select_input {
  display: flex;
  border-radius: 5px;
}
.text_yellow {
  color: #FFAA2D;
}
.text_white {
  color: white;
}
.text_price {
  color: #FF2929;
}
.select_box .map {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
}
.add_sec {
  position: relative;
  cursor: pointer;
  margin: 15px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #FFB800;
  border-radius: 4px;
  background-color: #FFFCF3;
  font-size: 15px;
  color: #FFBC10;
  font-weight: bold;
}
.price_total {
  font-size: 14px;
  color: #808080;
}
.basics_footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 680px;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #808080;
  background-color: #fff;
}
.basics_footer .unit, .price_total .unit {
  color: #C81010;
  font-size: 12px;
  font-weight: bold;
}
.basics_footer .price, .price_total .price {
  color: #C81010;
  font-size: 18px;
  font-weight: bold;
}
.basics_footer .btn {
  width: 120px;
  height: 43px;
  line-height: 43px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #007BFF; /* 蓝色 */
}
.basics_footer .btn.long {
  width: 100%;
}

.regform {
  padding: 20px;
}
.regform .logo {
  font-size: 32px;
  padding-top: 50px;
}
.regform .weui-cells .weui-cell {
  padding-left: 0;
  padding-right: 0;
}
.regform .weui-cells .weui-cell::before {
  left: 0;
}
.regform .weui-cells::after {
  content: '';
}
.regform .icon {
  margin-right: 15px;
  font-size: 20px;
  color: #007BFF; /* 蓝色 */
}
.regform .xytxt {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
}
.regform .lgbtn {
  margin-top: 40px;
  border-radius: 30px;
}
.regform .regtxt {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
}

input {
  outline: none;
}
.weui-toptips_warn {
  top: 25%;
  left: 20%;
  right: 20%;
  background-color: #333;
  border-radius: 6px;
}
.noresult {
  text-align: center;
  padding: 20px;
}
