* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei, SimHei";
}

div{max-width: 100%;}

a {
  text-decoration: none;
  color: #272727;
  font-size: 0.24rem;
}
a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
li {
  list-style: none;
}
body {
  background: #fff;
  overflow-x: hidden;
  font-size: 0.24rem;
}
button, input {
  -webkit-appearance: none;
  border: none;
  outline: none;
}
i, em {
  font-style: normal;
}
img {
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bor {
  border: 1px solid #eee;
}
.clear {
  clear: both;
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.hot_games ul li p, .your_like ul a p, .lower_order_list .low_txt em {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.align_right {
  text-align: right;
}
.dis_line {
  display: inline-block;
  vertical-align: middle;
}
flex-grow-1 flex-y-center navigator-hover
a:hover {
  color: #141414;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: normal;
}
h5 {
  font-weight: normal;
}
html, body {
  min-height: 100%;
  height: 100%;
}
@media (max-width:750px) {
  html, body {
    background: #fff;
  }
}
@media (max-width:3000px) {
  body {
    //max-width: 414px;margin:0 auto!important;
    max-width: 640px;margin:0 auto!important;
  }
}
html {
  margin: 0 auto;
  background: #eea23e url(../images/bg.jpg) no-repeat top center;
  background-size: 100% auto;
  background-attachment: fixed;
}
body {
  background: #f7f7f7;
  margin: 0 auto;
}
@media (max-width:750px) {
  body {
    max-width: 750px;
  }
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}
.bg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.bg3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.login {
  width: 100%;
  min-height: 100%;
  background: #fff;
}
.login .login_close {
  text-align: right;
}
.login .login_close img {
  cursor: pointer;
  padding: 0.35rem 0.35rem 0 0;
  display: inline-block;
  width: 0.34rem;
}
.login .login_logo {
  text-align: center;
  margin: 0.2rem auto 0.8rem;
}
.login .login_logo img {
  width: 2.35rem;
  display: block;
  margin: 0 auto;
}
.login .login_b {
  width: 6rem;
  margin: 0 auto;
}
.login .login_b .login_input {
  width: 100%;
  margin-top: 0.3rem;
}
.login .login_b .login_input input {
  background: #f4f4f4;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  width: 100%;
  border-radius: 0.44rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  display: block;
}
.login .login_b .login_input input::-webkit-input-placeholder {
  color: #ccc;
}
.login .login_b .login_sub {
  margin: 0.5rem auto 0;
}
.login .login_b .login_sub button {
  background: linear-gradient(to right, #eea03e, #f7d746);
  height: 1rem;
  line-height: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 0.3rem;
  color: #393536;
}
.login .login_b .reg_input {
  position: relative;
}
.login .login_b .reg_input input {
  width: 3.8rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 0.1rem;
}
.login .login_b .reg_input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 0.45rem 0.45rem 0;
  background: linear-gradient(to right top, #eea03e, #f7d746);
  color: #393536;
  font-size: 0.3rem;
  width: 2.2rem;
  text-align: center;
}
.login .tip_p {
  text-align: center;
  color: #aaa;
  font-size: 0.3rem;
  margin: 0.4rem auto 0.3rem;
}
.create_num {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  color: #393536;
  transition: all .3s;
}
.create_num:hover {
  background: #393536;
  color: #fff;
}
.quick_login p {
  position: relative;
  text-align: center;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.7rem;
}
.quick_login p em {
  font-size: 0.3rem;
  color: #aaa;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 0 0.2rem;
}
.quick_login p i {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  top: 50%;
}
.quick_icon {
  text-align: center;
  padding-bottom: 1.4rem;
}
.quick_icon a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.7rem;
}
.quick_icon a img {
  display: inline-block;
  width: 1rem;
}
.back_head {
  background: linear-gradient(to right, #eea03e, #f7d746);
  height: 1rem;
  position: relative;
  overflow: hidden;
}
.back_head .back_icon {
  padding: 0.35rem;
  width: 0.12rem;
  cursor: pointer;
}
.back_head em {
  font-size: 0.28rem;
  color: #333;
  position: absolute;
  top: 0;
  line-height: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.head_order {
  background: #fff;
  padding: 0.2rem 0.25rem;
}
.head_order a {
  display: inline-block;
}
.head_order a img {
  width: 2.35rem;
}
.head_order2 {
  background: #eea03e;
}
.box_shadow {
  box-shadow: 0 0 0.09rem rgba(0, 0, 0, 0.15);
}
@media (max-width:750px) {
  .box_shadow {
    box-shadow: none;
  }
}
.head_href a {
  height: 0.48rem;
  line-height: 0.48rem;
  border: 2px solid #eea23e;
  border-radius: 0.25rem;
  padding: 0 0.1rem;
  margin-left: 0.05rem;
  margin-top: 0.05rem;
  color: #333;
  transition: all .3s;
}
.head_href a:hover {
  background: #333;
  color: #fff;
  border: 2px solid #333;
}
@media (max-width:750px) {
  .head_href a {
    border: 1px solid #eea23e;
  }
}
.head_href2 a {
  background: #f9bf76;
  color: #333;
  font-size: 0.28rem;
  padding: 0 0.15rem;
}
.order_status {
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.order_status .or_stat_img {
  width: 0.81rem;
  margin: 0.25rem auto 0.2rem;
}
.order_status .or_stat_img img {
  display: block;
  width: 100%;
}
.order_status p {
  text-align: center;
  color: #333;
  font-size: 0.28rem;
  padding-bottom: 0.3rem;
}
.order_d_b {
  min-height: 100%;
  background: #fff;
}
.pay_sta_con {
  padding: 0.25rem 0.25rem 0.4rem;
  border-top: 0.2rem solid #f7f7f7;
  border-bottom: 0.2rem solid #f7f7f7;
}
.pay_sta_con h3 {
  color: #333;
  font-size: 0.28rem;
}
.pay_sta_con p {
  margin-top: 0.2rem;
}
.pay_sta_con p span {
  color: #999;
  font-size: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #aaa;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.15rem;
  border-radius: 0.06rem;
  margin-right: 0.05rem;
}
.pay_sta_con2 {
  border-top: none;
  background: #fff;
}
.or_hei {
  height: 0.2rem;
  background: #f7f7f7;
}
.order_line {
  padding: 0.4rem 0.25rem;
  border-bottom: 1px solid #eee;
}
.order_line span, .order_line em {
  font-size: 0.28rem;
  color: #333;
}
.order_line .em_font {
  color: #eea23e;
}
.order_line .em_font2 {
  color: #999;
  padding-left: 0.2rem;
}
.order_handle {
  text-align: right;
  padding: 0.2rem 0;
  padding-right: 0.25rem;
  border-top: 1.5rem solid #f7f7f7;
}
.order_handle .or_btn {
  display: inline-block;
  vertical-align: middle;
  height: 0.58rem;
  line-height: 0.58rem;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  color: #eda13e;
  font-size: 0.28rem;
  margin-left: 0.05rem;
  border: 1px solid #eda13e;
  transition: all .3s;
}
.order_handle .or_btn:hover {
  background: #eda13e;
  color: #fff;
}
.person_center {
  background: #f7f7f7;
  overflow: hidden;
}
.person_center .person_info {
  background: linear-gradient(to right top, #eea03e, #f7d746);
  padding: 0.5rem 0.25rem 0.95rem;
}
.person_center .per_head {
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  overflow: hidden;
}
.person_center .per_head img {
  width: 100%;
  display: block;
  height: 100%;
}
.person_center .per_content {
  margin-left: 0.2rem;
}
.person_center .per_content h3 {
  color: #000;
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0.05rem auto 0.13rem;
}
.person_center .per_content p {
  font-size: 0.28rem;
  color: #000;
}
.per_four {
  width: 7rem;
  border-radius: 0.2rem;
  margin: -0.5rem auto 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
.per_four span {
  width: 25%;
  text-align: center;
  float: left;
  display: block;
  padding: 0.4rem 0;
}
.per_four span h3 {
  color: #000;
  font-size: 0.36rem;
}
.per_four span p {
  color: #333;
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
.my_nav_t {
  margin-top: 0.3rem;
  margin-bottom: 0.9rem;
}
.my_nav {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.my_nav a {
  display: block;
  width: 100%;
  padding: 0.4rem 0.25rem;
  box-sizing: border-box;
}
.my_nav a span {
  padding-left: 0.25rem;
  color: #333;
  font-size: 0.28rem;
}
.my_nav a img {
  width: 0.12rem;
  padding-right: 0.25rem;
  float: right;
  padding-top: 0.06rem;
}
.bor_hei {
  height: 0.2rem;
  width: 100%;
}
.bot_b .bot_hei {
  height: 1.16rem;
}
@media (max-width:3000px) {
  .bot_fix {
    max-width: 640px;
    //max-width: 414px;
  }
}
.bot_fix {
  position: fixed;
  background: #fff;
  z-index: 100;
  width: 100%;
  bottom: 0;
  left: 50%;
  border-top: 1px solid #eee;
  z-index: 98;
  transform: translateX(-50%);
}
@media (max-width:750px) {
  .bot_fix {
    max-width: 750px;
  }
}
.bot_fix ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.bot_fix ul li a {
  display: block;
  width: 100%;
  padding-bottom: 0.15rem;
}
.bot_fix ul li a i {
  line-height: 0.7rem;
  height: 0.7rem;
}
.bot_fix ul li a img {
  height: 0.4rem;
  vertical-align: middle;
}
.bot_fix ul li a img:nth-child(1) {
  display: inline-block;
}
.bot_fix ul li a img:nth-child(2) {
  display: none;
}
.bot_fix ul li a p {
  margin-top: 0;
  color: #333;
  font-size: 0.24rem;
}
.bot_fix ul .current a img:nth-child(1) {
  display: none;
}
.bot_fix ul .current a img:nth-child(2) {
  display: inline-block;
}
.bot_fix ul .current a p {
  color: #efa63f;
}
.ret_icon {
  margin-top: 0.1rem;
  margin-right: 0.2rem;
}
.ret_icon img {
  width: 0.36rem;
  cursor: pointer;
}
.order_list {
  background: #fff;
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 1.17rem;
}

@media(max-width:3000px){
  .seek_input{
    width: 600px;
  }
  .seek_input input{
    width: 350px;
  }
}

@media(max-width:750px){
  .seek_input{
    width: 7rem;
  }
  .seek_input input{
    width: 4.3rem;
  }
}

.seek_input {
  
  margin: 0 auto;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #f5c86d;
  margin: 0.3rem auto 0;
}
.seek_input .seek_icon {
  width: 0.7rem;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
}
.seek_input .seek_icon img {
  width: 0.34rem;
  display: inline-block;
  vertical-align: middle;
}
.seek_input input {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  display: block;
}
.seek_input input::-webkit-input-placeholder {
  color: #aaa;
}
.seek_input .seek_sub {
  background: linear-gradient(to right top, #eea03e, #f7d546);
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.52rem;
  border-radius: 0.4rem;
  color: #010101;
  font-size: 0.28rem;
}

@media (max-width: 3000px){

.fix_head{
    width: 640px;
  }
}

@media (max-width: 750px){
  .fix_head{
    width: 7.5rem;
  }
}

.fix_head {
  position: fixed;

  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: #fff;
}
.seek_condition {
  padding: 0 0.25rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
.seek_condition span {
  width: 25%;
  float: left;
  text-align: center;
  cursor: pointer;
  padding: 0.25rem 0;
  position: relative;
}
.seek_condition span em {
  color: #666;
  font-size: 0.28rem;
}
.seek_condition span img {
  width: 0.24rem;
  padding-left: 0.07rem;
}
.seek_condition .con_span em, .seek_condition .con_span img {
  display: inline-block;
  vertical-align: middle;
}
.seek_condition .con_span em {
  color: #eea03e;
}
.em_up_down {
  margin: 0.05rem 0;
}
.em_up_down img {
  display: block;
  width: 0.3rem;
}
.em_up_down .up_down_img2 {
  display: none;
}
.con_up .up_up .up_down_img2 {
  display: block;
}
.con_up .up_up .up_down_img1 {
  display: none;
}
.con_down .up_do .up_down_img2 {
  display: block;
}
.con_down .up_do .up_down_img1 {
  display: none;
}
.or_list {
  border-top: 0.2rem solid #f7f7f7;
}
.or_list li {
  padding: 0.25rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0;
}
.or_list a {
  display: block;
  border-bottom: 1px solid #eee;
}
.or_list a h3 {
  font-size: 0.28rem;
  color: #333;
}
.or_list .or_span {
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.or_list .or_span .or_span_b span {
  font-size: 0.24rem;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.06rem;
  padding: 0 0.15rem;
  margin-right: 0.1rem;
}
.or_list .or_span p {
  color: #eea23e;
  font-size: 0.3rem;
  float: right;
  line-height: 0.46rem;
  font-weight: bold;
}
.or_list .or_span .sale_p {
  line-height: 0.7rem;
}
.or_list .or_span_no_mar {
  margin-top: 0;
}
.condition_alert {
  position: absolute;
  top: 1rem;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
  display: none;
}
.condition_alert .condition_b {
  padding: 0 0.3rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
}
.condition_alert .condition_b h3 {
  color: #999;
  font-size: 0.28rem;
  margin: 0.25rem auto;
}

@media(max-width:3000px){
  .condition_alert .con_alert_hei{
    max-height: 400px;
  }
}

@media(max-width:750px){
  .condition_alert .con_alert_hei{
    max-height: 4rem;
  }
}

.condition_alert .con_alert_hei {
  overflow-y: scroll;
  
}
@media (max-width:750px) {
  .condition_alert .con_alert_hei {
    max-height: 6rem;
  }
}
.condition_alert .cond_input input {
  width: 2rem;
  height: 0.64rem;
  text-align: center;
  background: #f9f9f9;
  font-size: 0.28rem;
  border-radius: 0.1rem;
  border: 1px solid #eee;
  line-height: 0.64rem;
  -webkit-appearance: none;
}
.condition_alert .cond_input em {
  color: #333;
  font-size: 0.28rem;
  margin: 0 0.05rem;
}
.condition_alert .sex_current {
  background: #fcedd8;
  border: 1px solid #eea23e;
}
.condition_alert .sex_current em {
  color: #eea23e;
}
.sex {
  position: relative;
  cursor: pointer;
  margin-right: 0.15rem;
}
.sex input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  left: 0;
  top: 0;
}
.con_div {
  width: 2rem;
  height: 0.64rem;
  text-align: center;
  background: #f9f9f9;
  font-size: 0.28rem;
  border-radius: 0.1rem;
  border: 1px solid #eee;
  line-height: 0.64rem;
  cursor: pointer;
}
.app_btn {
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  border-radius: 0.4rem;
  width: 3.2rem;
  text-align: center;
  background: linear-gradient(to right top, #eea03e, #f7d746);
  font-size: 0.28rem;
}
.app_btn2 {
  background: linear-gradient(to left top, #eea03e, #f7d746);
}
.con_sub_btns {
  text-align: center;
  padding: 0.2rem 0;
}
.con_sub_btns .app_btn {
  margin: 0 0.06rem;
  cursor: pointer;
}
.sel_condition {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
  padding: 0.15rem 0;
  display: none;
}
.sel_condition .sel_txt_input {
  display: block;
  width: 48%;
  margin: 0 1%;
  height: 0.54rem;
  border: 1px solid #c1c1c1;
  float: left;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.26rem;
  cursor: pointer;
  position: relative;
}
.sel_condition .sel_txt_input:hover {
  background: #c1c1c1;
  color: #fff;
}
.sel_condition .current {
  background: #c1c1c1;
  color: #fff;
}
.up_up1 {
  display: none;
}
.con_dir .up_up1 {
  display: inline-block;
}
.con_dir .up_down {
  display: none;
}
.com_price {
  margin-top: 0.25rem;
  line-height: 0.34rem;
}
.com_price em {
  color: #999;
  font-size: 0.24rem;
}
.com_price .pri_s {
  font-size: 0.3rem;
  color: #eea23e;
  font-weight: bold;
}
.com_good_b {
  padding: 0 0.25rem 0.45rem;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.com_good_b h3 {
  margin: 0.35rem auto 0.28rem;
  color: #666;
  font-size: 0.3rem;
}
.com_good_b textarea {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: 1.8rem;
  border-radius: 0.04rem;
  font-size: 0.26rem;
  color: #333;
  background: #f9f9f9;
  border: none;
  box-sizing: border-box;
  outline: none;
  padding: 0.2rem;
}
.swiper-pagination {
  bottom: 0;
}
.order_d_b_bg {
  background: #f7f7f7;
}
.sub_comment {
  padding: 0.66rem 0;
  text-align: center;
}
.sub_comment .app_btn {
  width: 7rem;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0.1rem;
}
#swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.swip_pag {
  bottom: 0.15rem;
}
.swip_pag .swiper-pagination-bullet {
  border: none;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.03rem;
}
.swip_pag .swiper-pagination-bullet-active {
  background: #f3bc42;
}
.index_route {
  padding: 0 0.25rem;
  margin: 0.3rem auto;
}
.index_route ul {
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
}
.index_route ul li {
  display: inline-block;
  width: 1.34rem;
  text-align: center;
}
.index_route ul .route_icon_p {
  display: inline;
}
.index_route ul .route_icon_p img {
  height: 0.9rem;
}
.index_route ul p {
  color: #333;
  font-size: 0.24rem;
  margin: 0.15rem auto;
}
.index_route ul::-webkit-scrollbar {
  height: 0.08rem;
}
.index_route ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}
.index_route ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
@media (max-width:750px) {
  .index_route ul::-webkit-scrollbar {
    height: 0;
  }
}
.route_scroll_bar {
  width: 1.3rem;
  height: 0.1rem;
  background: #e9e9e9;
  border-radius: 0.05rem;
  margin: 0.25rem auto;
  position: relative;
  margin-top: 0.1rem;
}
.route_scroll_bar span {
  width: 1rem;
  background: #f6cf45;
  border-radius: 0.05rem;
  display: block;
  height: 100%;
}
.bor_hei {
  height: 0.2rem;
  background: #f7f7f7;
}
.hot_games {
  padding: 0.5rem 0;
}
.hot_games ul {
  background: #fff;
  padding: 0 0.25rem;
  margin-top: 0.45rem;
}
.hot_games ul li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 0.4rem;
}
.hot_games ul li .hot_pic {
  height: 1.4rem;
  line-height: 1.26rem;
}
.hot_games ul li .hot_pic img {
  vertical-align: middle;
  max-height: 100%;
}
.hot_games ul li p {
  color: #000;
  font-size: 0.24rem;
}
.web_title {
  position: relative;
  text-align: center;
}
.web_title em {
  display: inline-block;background: #f7f7f7;
  padding: 0 0.15rem;
  color: #000;
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
 
}
.web_title i {
  position: absolute;
  top: 50%;
  height: 1px;
  background: #eee;
  width: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.your_like {
  padding-top: 0.45rem;
}
.your_like ul {
  padding: 0 0.25rem;
}
.your_like ul a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
}
.your_like ul a p {
  padding: 0.25rem 0;
  color: #333;
  font-size: 0.28rem;
}
.your_like .sign_span_l span {
  color: #eea23e;
  font-size: 0.24rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.06rem;
  padding: 0 0.15rem;
  border: 1px solid #eea23e;
  display: inline-block;
  margin-right: 0.06rem;
}
.your_like .sign_like em {
  color: #eea23e;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.46rem;
}
.look_more {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.28rem;
  color: #999;
  padding: 0.35rem 0;
}
.index_news ul li a {
  padding-bottom: 0;
}
.val_input {
  padding: 0.46rem 0 0.26rem;
}
.val_input ul {
  padding: 0 0.25rem;
  overflow: hidden;
}
.val_input li {
  border: 1px solid #f2b741;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.val_input li input {
  width: 4.5rem;
  margin-left: 0.3rem;
  float: left;
  display: block;
  height: 100%;
  line-height: 0.8rem;
  font-size: 0.28rem;
}
.val_input li input::-webkit-input-placeholder {
  color: #aaa;
}
.val_input .val_button {
  cursor: pointer;
  width: 2.08rem;
  height: 100%;
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
  border-radius: 0.4rem;
  background: linear-gradient(to right top, #eea03e, #f7d746);
  float: right;
  display: block;
}
.company_friend {
  padding: 0.4rem 0;background: #f7f7f7;
}
.company_friend ul {
  padding: 0 0.25rem;
  margin-top: 0.35rem;
}
.company_friend ul li {
  width: 25%;
  float: left;
  height: 0.64rem;
  line-height: 0.62rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
.company_friend ul li img {
  vertical-align: middle;
  max-height: 100%;
}
.boot_txt {
  background: #f7f7f7;
  padding: 0.35rem 0;
}
.boot_txt p {
  color: #aaa;
  font-size: 0.24rem;
  text-align: center;
  font-family: "PingFang SC,SimSun";
  margin: 0.07rem 0;
}
.boot_txt p a{font-family: "PingFang SC,SimSun";}
.article_detail {
  background: #fff;
  padding: 0.25rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}
.article_detail h3 {
  color: #333;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.article_detail p {
  color: #999;
  font-size: 0.24rem;
  line-height: 0.38rem;
}
.art_hei {
  height: 1.2rem;
}
.art_prev {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 1.2rem;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  background: #ccc;
}
.art_prev a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 0.28rem;
  color: #333;
  line-height: 1.2rem;
}
.art_prev em {
  position: absolute;
  width: 1px;
  background: #fff;
  left: 50%;
  height: 0.6rem;
  top: 0.3rem;
  z-index: 2;
}
.web_tab {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.web_tab ul {
  width: 100%;
  display: flex;
}
.web_tab li {
  flex: 1;
  text-align: center;
}
.web_tab li a {
  display: inline-block;
}
.web_tab li a span {
  color: #333;
  font-size: 0.28rem;
  display: inline-block;
  height: 100%;
  padding: 0.34rem 0;
}
.web_tab li .current span {
  color: #eea23e;
  border-bottom: 0.06rem solid #eea23e;
}
.order_list_b ul li {
  border-bottom: 0.2rem solid #f7f7f7;
  background: #fff;
}
.order_list_b ul li .order_handle {
  margin-top: 0;
  border-top: 1px solid #eee;
  padding-right: 0;
}
.order_list_b ul li h3 {
  color: #333;
  font-size: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.order_num {
  padding: 0.3rem 0.25rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.3rem;
}
.order_num p {
  color: #333;
  font-size: 0.28rem;
}
.order_num p font {
  color: #999;
  padding-left: 0.2rem;
}
.order_num span {
  color: #eea23e;
  font-size: 0.28rem;
}
.or_time_s {
  color: #999;
  font-size: 0.24rem;
  line-height: 0.46rem;
}
.order_list_bg {
  background: #f7f7f7;
  overflow: hidden;
}
.col_pro img {
  width: 0.41rem;
}
.col_pro img, .col_pro em {
  display: inline-block;
  vertical-align: middle;
}
.col_pro em {
  color: #999;
  font-size: 0.24rem;
  padding-left: 0.05rem;
}
.order_list_bg_pad_b {
  padding-bottom: 0.1rem;
}
.order_num_2 {
  padding-left: 0;
  padding-right: 0;
}
.sale_person img {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.sale_person img, .sale_person span {
  display: inline-block;
  vertical-align: middle;
}
.sale_person span {
  color: #333;
  font-size: 0.28rem;
}
.distribution {
  background: #fff;
}
.distribution .dis_head_info {
  width: 1.08rem;
}
.distribution .dis_head_info img {
  width: 100%;
  height: 1.09rem;
  border-radius: 50%;
}
.distribution .dis_pad {
  padding: 0.4rem 0.25rem;
}
.distribution .dis_head_con {
  margin-left: 0.2rem;
}
.distribution .dis_head_con h3 {
  color: #000;
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0.1rem 0;
}
.distribution .dis_head_con p {
  color: #000;
  font-size: 0.28rem;
}
.can_money {
  position: relative;
  background: #eea23e;
  padding: 0.34rem 0.25rem;
}
.can_money h3, .can_money p {
  color: #fff;
}
.can_money h3 {
  font-size: 0.36rem;
}
.can_money p {
  font-size: 0.24rem;
}
.can_money a {
  position: absolute;
  background: #333;
  color: #fff;
  font-size: 0.24rem;
  height: 0.52rem;
  line-height: 0.52rem;
  right: 0.25rem;
  top: 0.3rem;
  border-radius: 0.26rem;
  z-index: 2;
  padding: 0 0.2rem;
}
.ver_route {
  background: #fff;
}
.ver_route li {
  padding: 0 0 0 0.24rem;
}
.ver_route li a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.ver_route li .route_icon {
  width: 0.64rem;
  padding-top: 0.3rem;
}
.ver_route li .route_icon img {
  width: 0.38rem;
}
.ver_route li .route_txt {
  font-size: 0.28rem;
  color: #000;
  padding: 0.3rem 0;
  width: 6.5rem;
}
.ver_route li .route_ri {
  top: 0.3rem;
  position: absolute;
  right: 0.24rem;
}
.ver_route li .route_ri img {
  width: 0.1rem;
}
.ver_route li:nth-last-child(1) .route_txt {
  border-bottom: none;
}
.my_code {
  position: fixed;
  top: 45%;
  background: #fff;
  z-index: 1000;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.4rem;
  display: none;
}
.my_code p {
  color: #000;
  font-size: 0.32rem;
  margin-top: 0.36rem;
  margin-bottom: 0.1rem;
}
.code_close {
  position: absolute;
  bottom: -1.2rem;
  text-align: center;
  width: 100%;
  left: 0;
}
.code_close img {
  width: 0.58rem;
}
.my_lower {
  background: #fff;
}
.my_lower li {
  padding: 0 0.25rem;
}
.my_lower li .lower_head img {
  width: 0.8rem;
  border-radius: 50%;
  height: 0.8rem;
  display: block;
}
.my_lower li .lower_txt {
  margin-left: 0.15rem;
}
.my_lower li .lower_txt h3 {
  font-size: 0.28rem;
  color: #000;
  margin-bottom: 0.08rem;
}
.my_lower li .lower_txt p {
  font-size: 0.24rem;
  color: #999;
}
.my_lower .lower_order {
  text-align: right;
  border-left: 1px solid #eee;
  padding-left: 0.5rem;
}
.my_lower .lower_order p {
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.13rem;
}
.my_lower .lower_order font {
  font-size: 0.24rem;
  color: #eea23e;
}
.my_lower .lower_bor {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  width: 100%;
  padding: 0.38rem 0;
}
.lower_money {
  background: #333;
  padding: 0.35rem 0;
}
.lower_money .low_p {
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.8rem;
  margin-left: 0.25rem;
}
.lower_money .low_person {
  margin-right: 0.25rem;
}
.lower_money .low_person img, .lower_money .low_person h3 {
  display: inline-block;
  vertical-align: middle;
}
.lower_money .low_person h3 {
  color: #fff;
  font-size: 0.28rem;
}
.lower_money .low_person img {
  width: 0.8rem;
  border-radius: 50%;
  height: 0.8rem;
}
.lower_money .low_person h3 {
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.28rem;
  margin-left: 0.1rem;
}
.lower_order_list li {
  width: 100%;
  display: block;
  margin-bottom: 0.1rem;
  background: #fff;
}
.lower_order_list li .low_info {
  padding: 0.2rem 0.25rem;
}
.lower_order_list li .low_head_n img, .lower_order_list li .low_head_n h3 {
  display: inline-block;
  vertical-align: middle;
}
.lower_order_list li .low_head_n img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.lower_order_list li .low_head_n h3 {
  font-size: 0.24rem;
  color: #000;
  padding-left: 0.2rem;
}
.lower_order_list li .l_status {
  color: #27c927;
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.lower_order_list .low_txt_bg {
  background: #f8f8f8;
  padding: 0.25rem;
}
.lower_order_list .low_txt em {
  width: 5rem;
  display: block;
}
.lower_order_list .low_txt p {
  color: #999;
  display: block;
  width: 100%;
  margin-top: 0.1rem;
}
.lower_order_list .l_font {
  text-align: right;
}
.lower_order_list .l_font h4 {
  font-size: 0.24rem;
  color: #000;
  display: block;
  width: 100%;
}
.lower_order_list .l_font font {
  color: #666;
  font-size: 0.24rem;
  display: block;
  width: 100%;
  margin-top: 0.1rem;
}
.lower_order_list .low_grade {
  padding: 0.25rem;
  border-bottom: 1px solid #eee;
}
.lower_order_list .low_grade p {
  color: #999;
  font-size: 0.24rem;
  margin: 0.05rem 0;
}
.lower_order_list .low_price {
  padding: 0.25rem;
}
.lower_order_list .low_price p {
  color: #000;
  font-size: 0.3rem;
  text-align: right;
}
.no_pad_b {
  padding-bottom: 0;
}
.my_count {
  background: #333;
  padding: 0.5rem 0;
}
.my_count h3 {
  text-align: center;
  font-size: 0.48rem;
  color: #fff;
}
.my_count p {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.can_money1 {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.can_money1 h3 {
  color: #eea23e;
}
.can_money1 p {
  color: #000;
}
.account_list {
  margin-top: 0.2rem;
  background: #fff;
  margin-bottom: 0.1rem;
}
.account_list ul {
  padding: 0 0.25rem;
}
.account_list ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.account_list ul li h3 {
  color: #000;
  font-size: 0.28rem;
}
.account_list ul li h3 font {
  color: #eea23e;
  font-size: 0.3rem;
}
.account_list ul li p {
  margin-top: 0.1rem;
  color: #999;
  font-size: 0.24rem;
}
.account_list ul li p em {
  color: #999;
}
.personal_info li {
  padding: 0.25rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.personal_info em {
  width: 1.6rem;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.7rem;
}
.personal_info .person_input {
  width: 4.3rem;
}
.personal_info .person_input input {
  height: 0.7rem;
  line-height: 0.7rem;
  color: #999;
  font-size: 0.28rem;
  text-align: right;
  display: block;
  width: 100%;
}
.person_sub_b {
  margin: 0.5rem auto;
  width: 7rem;
}
.person_sub_b button {
  width: 100%;
  border-radius: 0.1rem;
  height: 1.2rem;
  line-height: 1.2rem;
  cursor: pointer;
}
.my_wallet {
  padding: 0.3rem 0.25rem;
}
.my_wallet p {
  color: #999;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
.my_wallet .wall_btns em {
  color: #eea23e;
  font-size: 0.48rem;
  font-weight: bold;
}
.my_wallet .wal_btns_r {
  margin-top: 0.05rem;
}
.my_wallet .wal_btns_r .wal_href {
  background: #eea23e;
  border-radius: 0.25rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.28rem;
  padding: 0 0.25rem;
  margin-left: 0.05rem;
}
.has_count_buy ul {
  width: 7rem;
  margin: 0.5rem auto 0.2rem;
  background: linear-gradient(to top, #eea23e, #f7d746);
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.4rem 0;
  box-shadow: 0 0.05rem 0.05rem rgba(238, 162, 62, 0.75);
}
.has_count_buy ul li {
  width: 50%;
  float: left;
}
.has_count_buy ul h3, .has_count_buy ul p {
  color: #fff;
  font-size: 0.24rem;
  padding-left: 0.46rem;
}
.has_count_buy ul p {
  font-size: 0.36rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.account_detail {
  padding: 0.42rem 0.25rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.account_detail p {
  border-left: 0.08rem solid #eea23e;
  color: #000;
  font-size: 0.28rem;
  font-weight: bold;
  padding-left: 0.15rem;
  line-height: 0.26rem;
}
.with_money {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  width: 6rem;
  border-radius: 0.1rem;
  display: none;
}
.with_money h3 {
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 0.55rem 0;
}
.with_money .with_money_b {
  padding: 0 0.45rem;
}
.with_money .with_input {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.3rem 0;
}
.with_money .with_input em, .with_money .with_input input {
  display: inline-block;
  vertical-align: middle;
}
.with_money .with_input em {
  color: #333;
  font-size: 0.48rem;
  width: 0.5rem;
}
.with_money .with_input input {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.5rem;
  width: 4.3rem;
}
.with_money .with_input .w_em {
  width: 1.2rem;
  font-size: 0.3rem;
}
.with_money .with_input .w_input_w input {
  width: 3.2rem;
  text-align: right;
}
.w_pay_way {
  width: 3.4rem;
  position: relative;
  height: 0.4rem;
}
.w_pay_way .w_pay_img, .w_pay_way em, .w_pay_way img, .w_pay_way .w_pay_img2 {
  display: inline-block;
  vertical-align: middle;
}
.w_pay_way .w_pay_img {
  width: 0.6rem;
  text-align: left;
}
.w_pay_way .w_pay_img img {
  width: 0.38rem;
}
.w_pay_way em {
  font-size: 0.28rem;
  color: #333;
}
.w_pay_way li {
  text-align: right;
}
.w_pay_way ul {
  position: absolute;
  top: 0.7rem;
  right: 0;
  background: #fff;
  width: 2rem;
  border: 1px solid #eee;
  box-shadow: 0 5px 5px #ccc;
  display: none;
}
.w_pay_way ul dt {
  width: 100%;
  padding: 0.2rem 0;
  cursor: pointer;
}
.w_pay_way ul dt .p_icon_w, .w_pay_way ul dt p {
  display: inline-block;
  vertical-align: middle;
}
.w_pay_way ul dt .p_icon_w {
  width: 0.5rem;
  text-align: center;
}
.w_pay_way ul dt p {
  font-size: 0.26rem;
  color: #333;
}
.w_pay_way font {
  padding: 0 0.12rem;
  display: inline-block;
  vertical-align: middle;
}
.w_pay_way .r_img {
  width: 0.12rem;
}
.with_btn {
  width: 5rem;
  margin: 0.4rem auto;
}
.with_btn .app_btn {
  width: 100%;
  border-radius: 0.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.3rem;
}
.with_close {
  position: absolute;
  bottom: -1.2rem;
  width: 100%;
  left: 0;
  text-align: center;
}
.with_close img {
  width: 0.58rem;
}
.z_pay {
  display: none;
}
.my_sale .my_sale_b {
  background: #fff;
  padding: 0.3rem 0.25rem;
  border-bottom: 1px solid #eee;
}
.my_sale .my_sale_b em {
  width: 1.4rem;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.6rem;
}
.my_sale .my_sale_b .my_sale_input {
  width: 5.5rem;
}
.my_sale .my_sale_b .my_sale_input input, .my_sale .my_sale_b .my_sale_input select {
  display: block;
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  font-size: 0.28rem;
  color: #333;
}
.my_sale .my_sale_b .my_sale_input input::-webkit-input-placeholder, .my_sale .my_sale_b .my_sale_input select::-webkit-input-placeholder {
  color: #aaa;
}
.my_sale .my_sale_b .my_sale_input select {
  border: none;
  outline: none;
  background: url(../images/r_r.png) no-repeat right center;
  background-size: 0.12rem auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #aaa;
}
.my_sale .my_sale_b .my_sale_input_t input {
  text-align: right;
}
.my_sale .my_sale_b .my_sale_input_t p {
  text-align: right;
  color: #eea23e;
  line-height: 0.6rem;
  font-size: 0.28rem;
}
.my_sale_hei {
  height: 0.2rem;
}
.up_pic_b_box {
  margin: 0.5rem auto;
}
.up_pic_b {
  width: 0.96rem;
  height: 0.96rem;
  border: 1px dashed #b2b2b2;
  position: relative;
  text-align: center;
}
.up_pic_b input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.up_pic_b span {
  font-size: 0.7rem;
  display: block;
  width: 100%;
  line-height: 0.9rem;
  color: #aaa;
  font-weight: lighter;
}
.up_pics {
  width: 0.96rem;
  height: 0.96rem;
  text-align: center;
  border: 1px solid #eee;
  margin-right: 0.1rem;
  position: relative;
}
.up_pics img {
  vertical-align: middle;
  max-height: 100%;
}
.up_close_icon {
  position: absolute;
  right: -0.15rem;
  top: -0.1rem;
  font-size: 0.3rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  font-weight: lighter;
}
.agree_sale {
  padding-left: 0.3rem;
  padding-top: 0.38rem;
  padding-bottom: 1.5rem;
}
.agree_sale .agree_input {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.agree_sale .current {
  background: url(../images/ri.png) no-repeat center center;
  background-size: 100% 100%;
}
.agree_sale p {
  color: #393536;
  font-size: 0.28rem;
  padding-left: 0.15rem;
}
.agree_sale p em {
  color: #eea23e;
}
.sale_release {
  position: fixed;
  width: 7.5rem;
  bottom: 0;
  z-index: 10;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  height: 1rem;
  text-align: right;
  padding-right: 0.14rem;
  box-sizing: border-box;
}
.sale_release .sale_r {
  height: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid #eda13e;
  font-size: 0.28rem;
  display: inline-block;
  margin-right: 0.1rem;
  border-radius: 0.35rem;
  padding: 0 0.4rem;
  color: #eda13e;
  margin-top: 0.2rem;
  transition: all .3s;
  background: #fff;
}
.sale_release .sale_r:hover {
  background: #eda13e;
  color: #fff;
}
.agree_alert {
  width: 7rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: #fff;
  border-radius: 0.05rem;
  display: none;
}
.agree_alert .agree_h3 {
  text-align: center;
  font-size: 0.3rem;
  margin: 0.1rem auto;
}
.agree_alert .agree_p {
  padding: 0.1rem;
  overflow-y: scroll;
  max-height: 5.5rem;
}
.agree_alert .agree_p p {
  font-size: 0.26rem;
  color: #333;
}
.agree_alert .agree_close {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.agree_alert .agree_close img {
  width: 0.58rem;
}
.order_confirm {
  background: #fff;
  padding: 0.25rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.2rem;
}
.order_confirm h3 {
  color: #333;
  font-size: 0.28rem;
}
.order_confirm p {
  margin-top: 0.25rem;
}
.order_confirm p em {
  color: #999;
  font-size: 0.24rem;
}
.order_confirm p font {
  color: #eea23e;
  font-size: 0.3rem;
  font-weight: bold;
}
.sale_title {
  color: #333;
  font-size: 0.3rem;
  padding: 0.35rem 0.25rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.my_sale_mart {
  margin-top: 0.2rem;
}
.insur_input {
  text-align: right;
  margin-top: 0.08rem;
}
.insur_input p {
  color: #999;
  font-size: 0.24rem;
}
.insur_input .insur_check, .insur_input img, .insur_input p {
  display: inline-block;
  vertical-align: middle;
}
.insur_input img {
  width: 0.26rem;
  margin-right: 0.05rem;
}
.insur_input .insur_check {
  position: relative;
}
.insur_input .insur_check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.insur_input .insur_check p {
  color: #333;
  font-size: 0.28rem;
}
.insur_input .insur_check span {
  width: 0.28rem;
  height: 0.28rem;
  background: #e9e9e9;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 0.06rem;
}
.insur_input .sel_checked span {
  background: url(../images/checked.png) no-repeat right center;
  background-size: 100% auto;
}
.pay_ways {
  background: #fff;
}
.pay_ways .way_show {
  padding: 0.3rem 0.25rem;
  border-bottom: 1px solid #eee;
}
.pay_ways .way_show .way_icon {
  width: 0.56rem;
  line-height: 0.54rem;
}
.pay_ways .way_show .way_icon img {
  width: 0.34rem;
  vertical-align: middle;
}
.pay_ways .way_show p {
  line-height: 0.54rem;
}
.pay_ways .current .way_radio em {
  background: url(../images/s.png) no-repeat center center;
  background-size: 100% 100%;
}
.way_radio {
  position: relative;
}
.way_radio em {
  background: #e9e9e9;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  display: block;
  margin-top: 0.12rem;
}
.way_radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: 2;
}

@media(max-width:3000px){
  .cont_btns{
    width: 640px;
  }
}

@media(max-width:750px){
  .cont_btns{
    width: 7.5rem;
  }
}

.cont_btns {
  position: fixed;
 
  left: 50%;
  bottom: 0;
  background: #fff;
  z-index: 10;
  transform: translateX(-50%);
  border-top: 1px solid #eee;
  padding: 0.2rem 0.25rem;
  box-sizing: border-box;
}
.cont_btns .cont_l h3 {
  color: #333;
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
  margin-top: 0.1rem;
}
.cont_btns .cont_l p {
  color: #eea23e;
  font-size: 0.28rem;
}
.cont_btns .cont_r {
  text-align: right;
}
.cont_btns .cont_r .app_btn {
  display: inline-block;
  height: 1rem;
  border-radius: 0.1rem;
  width: 2.3rem;
  line-height: 1rem;
  margin-left: 0.1rem;
  cursor: pointer;
}
.cont_btns_hei {
  height: 1rem;
}
.agree_sale22 {
  padding-bottom: 0.5rem;
}
.create_num_hei {
  height: 0.3rem;
}
.fix_head_hei {
  height: 2.17rem;
}
.de_pic {
  display: block;
  width: 100%;
}
.per_line {
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0.25rem;
  background: #fff;
}
.per_line p {
  width: 1.5rem;
  color: #333;
  font-size: 0.28rem;
}
.per_line span {
  margin-right: 0.2rem;
}
.per_line span img, .per_line span em {
  display: inline-block;
  vertical-align: middle;
}
.per_line span img {
  width: 0.36rem;
}
.per_line span em {
  color: #999;
  font-size: 0.28rem;
}
.per_line_mar {
  margin: 0.2rem auto;
}
.gz_list {
  background: #fff;
  margin-bottom: 0.2rem;
}
.gz_list .gz_h1 {
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0.25rem;
}
.gz_list .gz_h1 p {
  border-left: 0.06rem solid #eea23e;
  color: #333;
  font-size: 0.28rem;
  padding-left: 0.2rem;
}
.gz_list ul {
  padding: 0 0.25rem;
  border-bottom: 1px solid #eee;
}
.gz_list ul li {
  border-bottom: 1px dashed #ccc;
  width: 50%;
  padding: 0.34rem 0;
  color: #333;
  font-size: 0.28rem;
  float: left;
  white-space: nowrap;
}
.gz_list ul li font {
  color: #999;
}
.gz_list ul li em {
  width: 1.5rem;
  text-align: justify;
}
.gz_list ul li em::after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.gz_list ul li em, .gz_list ul li font {
  display: inline-block;
  vertical-align: middle;
}
.gz_list ul li:nth-last-child(1) {
  border-bottom: none;
}
.all_comment {
  color: #999;
  font-size: 0.24rem;
  height: 100%;
  padding-left: 1rem;
}
.comment_list {
  padding: 0 0.25rem;
}
.comment_list dt {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 0.3rem 0;
}
.comment_list dt .comment_head {
  width: 1rem;
}
.comment_list dt .comment_head img {
  display: block;
  border-radius: 50%;
  height: 1rem;
  width: 100%;
}
.comment_list dt .comment_con {
  margin-left: 0.2rem;
  width: 5.6rem;
}
.comment_list dt .comment_con h3 {
  color: #333;
  font-size: 0.28rem;
  margin: 0.07rem auto 0.12rem;
}
.comment_list dt .comment_con h3 em {
  float: right;
  color: #999;
  font-size: 0.24rem;
}
.comment_list dt .comment_con p {
  color: #999;
  font-size: 0.24rem;
}
.g_dd {
  display: block;
  width: 100%;
}
.det_tabcontent {
  display: none;
}
.cont_btns .col_btns {
  text-align: center;
}
.cont_btns .col_btns img {
  width: 0.49rem;
}
.cont_btns .col_btns p {
  color: #333;
}
.cus_alert {
  width: 5rem;
  border-radius: 0.2rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.cus_alert .cus_alert_title {
  font-size: 0.32rem;
  color: #fff;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  background: #eea23e;
  border-radius: 0.2rem 0.2rem 0 0;
}
.cus_alert .cus_com {
  background: #efefef;
  line-height: 1.08rem;
  line-height: 1.08rem;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  border-radius: 0 0 0.2rem 0.2rem;
}
.cus_alert .cus_code {
  width: 2.2rem;
  margin: 0.32rem auto;
}
.cus_alert .cus_wx {
  margin: 0.3rem auto;
}
.cus_alert .cus_wx_input {
  padding-left: 0.7rem;
  margin-bottom: 0.1rem;
}
.cus_alert .cus_wx_input img {
  width: 0.41rem;
  display: inline-block;
  vertical-align: middle;
}
.cus_alert .cus_wx_input .wx_copy {
  color: #333;
  font-size: 0.24rem;
  width: 2.3rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.1rem;
}
.cus_alert .cus_wx_input span {
  width: 0.89rem;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 0.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background: #eea23e;
  text-align: center;
}
.cus_close {
  position: absolute;
  bottom: -0.78rem;
  width: 100%;
  text-align: center;
}
.cus_close img {
  width: 0.58rem;
}
#copy_url {
  position: absolute;
  z-index: -1;
  height: 0;
  opacity: 0;
}

/* y 新增页面css */
input:focus, textarea:focus {
  outline: none;
}
.y_confirm{
  max-width: 100%;
  padding: 12px;
  font-size: 12px;
  margin-bottom:30px;
}
.y_confirm2{
  background: #fff;
  line-height: 40px;
}
.y_confirm2 .y_confirm4:nth-last-child(1){
  border-bottom: transparent;
}
.y_confirm3{
  padding: 0px 12px;
  border-bottom: 1px solid #dcdcdc;
}
.y_confirm3 p{
  font-weight: 600;
}
.y_confirm4{
  display: flex;
  justify-content:space-between;
  max-width: 100%;
  padding: 0px 12px;
  border-bottom: 1px solid #dcdcdc;
}
.y_confirm4 input{
  text-align: right;
}
.y_confirm4 textarea{
  max-height: 70px;
  padding: 10px 0px;
  text-align: right;
  border: transparent;
}
.y_confirm5{
  background: #fff;
  line-height: 40px;
  margin-top: 20px;
}
.y_confirm6{
  line-height: 20px;
  padding: 0px 12px;
}
.y_confirm6 p{
  padding: 3px 0px;
}
.y_confirm7{
  display: flex;
  justify-content:space-between; 
  padding: 0px 12px;
  border-bottom: 1px solid #dcdcdc;
}
.y_confirm8{
  display: flex;
  justify-content: flex-start;
}
.y_confirm9{
  color: #333;
  font-weight: 600;
}
.y_confirm10{
  color: #eea03e;
  font-weight: 600;
}
.y_confirm11{
  padding: 10px 0px;
}
.y_confirm11 p{
  color: #eea03e;
  padding: 0px 12px;
  line-height: 20px;
}
.y_confirm12{
  display: flex;
  justify-content:flex-start;
  padding: 0px 12px;
}
.y_confirm12 p{
  font-weight: 600;
  margin-left: 5px;
}
.y_confirm12 img{
  width: 16px;
  height: 16px;
  margin-top: 13px;  
}
.y_confirm13{
  display: flex;
  justify-content:flex-start;
  padding: 0px 12px;
  line-height: 30px;
}
.y_confirm13 input{
  margin-top: 9px;
  margin-right: 5px;
  margin-left: 10px;
}
.y_confirm14{
  max-width: 100%;
  padding: 0px 12px 10px;
  display: none;
}
.y_confirm14 p{
  line-height: 20px;
  color: #eea03e;
}
.y_confoot{
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  max-width: 100%;
  display: flex;
  justify-content:space-between;
  padding: 0px 0px 0px 12px;
  line-height: 40px;
  box-shadow: 0px 0px 20px 1px #ccc;
}
.y_confoot2{
  display: flex;
  justify-content:flex-start;
}
.y_confoot3{
  color: #eea03e;
  font-weight: 600;
}
.y_confoot4 {
  color: #eea23e;
  font-weight: 600;
  font-size: 14px;
}
.y_confoot5{
  width: 100px;
}
.y_confoot5 button{
  max-width: 100%;
  height: 100%;
  background: #eea03e;
  color: #fff;
  font-weight: 600;
}
.y_payment{
  padding: 12px;
  max-width: 100%;
}
.y_payment2{
  background: #fff;
  max-width: 100%;
  text-align: center;
  padding: 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.time-item{
  margin-bottom: 10px;
}
.time-item p{
  display: inline-block;
  color: #eea03e;
  font-size: 25px;
}
.y_payment3 p{
  font-size: 16px;
  color: #999;
  display: inline-block;
}
.y_payment4{
  margin: 10px 0px;
}
.y_payment4 p{
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  color: #444;
}
.y_payment5{
  margin-top: 10px;
  max-width: 100%;
  background: #fff;
}
.y_payment6 {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  line-height: 48px;
  border-bottom: 1px solid #ccc;
}
.y_payment6 img{
  width: 25px;
  height: 15px;
  margin-top: 7px;
}
.y_payment7{
  color: #444;
}
.y_payment8{
  color: #ff9000;
}
.y_payment9{
  line-height: 48px;
  color: #444;
  display: flex;
  justify-content:space-between; 
  margin-left: 15px;
  border-bottom: 1px solid #ddd;
}
.y_payment10{
  display: flex;
  justify-content:flex-start;
}
.y_payment10 img{
  width: 24px;
  height: 24px;
  margin-top: 13px;
  margin-right: 5px;
}
.y_payment10 span{
  color: #fff;
  background-color: #ff9000;
  border-radius: 10px;
  font-size: 12px;
  padding: 0px 8px;
  position: relative;
  height: 20px;
  line-height: 20px;
  top: 14px;
  margin-left: 5px;
}
.y_payment11{
  position: relative;
  right: 0px;
}
.y_payment11 input{
  display: none;
}
.y_payment12{
  max-width: 100%;
  text-align: center;
}
.y_payment12 p{
  line-height: 24px;
  color: #eea03e;
  margin: 20px auto;
}
.y_payment13{
  background: #eea03e;
  color:#fff;
  width: 100%;
  margin: 0 auto;
  line-height: 45px;
  border-radius: 6px;
}
.y_pay[type="radio"]+label::before {
    content: "\a0";/*不换行空格*/
    -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: 11px;
  right: 12px;
}
/* 设置选中样式 */
.y_pay[type="radio"]:checked+label::before {
  background:url('../images/xuanzhong.png') no-repeat center center;
  border:none;
  padding: 4px;
  width: 16px;
  height: 16px;
}
.y_pay[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.y_paywx{
  max-width: 100%;
  margin-top: 10px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.y_paywx2{
  display: flex;
  justify-content: flex-start;
}
.y_paywx2 img{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.y_paywx2 p{
  font-weight: 600;
}
.y_paywx3{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.y_paywx4{
  display: flex;
  justify-content:space-between;
  line-height: 36px;
}
.y_paywx4 p{
  color: #999;
}
.y_paywx4 input{
  text-align: right;
  border: transparent;
  background: transparent;
  color: #333;
  font-size: 12px;
}
.y_paywx5{
  line-height: 30px;
}
.y_paywx5 p{
  color:#eea03e;
}
.y_paywx6 img{
  width: 100%;
  height: 100%;
}
.y_payyhk{
  max-width: 100%;
  margin-top: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.y_payyhk2{
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  padding: 10px;
}
.y_payyhk2 p{
  font-size:16px; 
}
.y_payyhk3 p{
  margin: 0 10px;
  padding: 11px 0;
  border-bottom: 1px solid #e6e5e5;
}
.y_payyhk4{
  max-width: 100%;
  display: flex;
  justify-content:flex-start;
  padding:10px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #e6e5e5;
}
.y_payyhk5{
  width:40px;
  height: 100%;
  position: relative;
}
.y_payyhk5 img{
  position: absolute;
  top: 50%;
  transform: translate(0%,50%);
}
.y_payyhk6{
  width: 100%;
  margin-left: 10px;
}
.y_payyhk7{
  font-weight: 600;
  line-height: 25px;
}
.y_payyhk7 span{
  font-weight: 300;
}
.y_payyhk8{
  font-weight: 600;
}
.y_payyhk9{
  display: flex;
  justify-content:space-between;
  width: 100%;
}
.y_payyhk9 input{
  width: 100%;
  margin-left: 5px;
  font-weight: 600;
}
.y_payyhk9 img{
  width: 16px;
  height: 17px;
}
.y_payyhk10{
  display: flex;
  justify-content:flex-start;
}

/*计算机*/
#computer{ margin:0 10px; border: 1px dashed rgb(231, 68, 99); border-radius: 5px; display:none;}
#computer select,#computer input{ width:90%; display:block; margin:0 auto;}
#computer input{ border:1px solid #cccccc;}
#computer table td{ width:25%; display: inline-block;}
.compuer_btn span{ background:#ef4f4f; color:#ffffff; padding:5px 20px; display: inline-block;}
.compuer_con td{ width:50% !important;}
.compuer_con{ }
/*# sourceMappingURL=style.css.map */

/* 首页弹窗 */
.y_index_tc{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.y_index_tc2{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.6);
}
.y_index_tc3{
  /* position: fixed;
  background: #fff;
  top: 50%;
  width: 90%;
  left: 5%;
  max-height: 80%;
  border-radius: 10px;
  padding: 10px 0px;
  overflow: overlay;
  transform: translate(0%,-50%); */
}
.y_index_tc4{
  position: fixed;
  right: 1%;
  top: 1%;
}
.y_index_tc4 img{
  width: 30px;
  height: 30px;
}
.y_index_tc5{
  padding: 0px 10px;
}
.y_index_tc5 img{
  width: 100%;
}
.y_index_tc5 p{
  font-size: 12px;
  color: #333;
}
.y_index_tc6{
  position: fixed;
  top: 50%;
  width: 600px;
  left: 50%;
  z-index: 999;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 10px 0px;
  border-radius: 10px;
  overflow: overlay;
  max-height: 80%;
}
@media only screen and (min-width: 300px) and (max-width: 414px) {
  .y_index_tc6{
    width: 90%;
  }
}