.center .center_bg {
  height: 5rem;
  background: #EB624F;
  position: relative;
}
.center .center_bg .headname {
  position: absolute;
  bottom: 1.6rem;
  height: 1.74rem;
  width: 100%;
  left: 0;
  text-align: center;
}
.center .center_bg .headname img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}
.center .center_bg .headname p {
  color: #FFF;
  line-height: 0.32rem;
  font-size: 0.3rem;
  font-weight: 500;
  margin-top: 0.22rem;
  height: 0.32rem;
}
.center .center_bg .headname p a {
  color: #FFF;
}
.center .list-ul {
  padding: 0 0.24rem;
  background: #FFF;
}
.center .list-ul li {
  width: 100%;
  height: 0.86rem;
  line-height: 0.86rem;
}
.center .list-ul li i {
  width: 0.4rem;
  height: 0.48rem;
  display: inline-block;
  float: left;
  margin-top: 0.2rem;
  margin-right: 0.15rem;
}
.center .list-ul li i.myrecord {
  background: url(../images/ico_center_list_2.png) no-repeat center center;
  background-size: 0.32rem 0.48rem;
}
.center .list-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_rightback_p.png) no-repeat right center;
  background-size: 0.12rem 0.24rem;
  border-bottom: 1px solid rgba(235, 236, 246, 0.7);
  color: #333333;
  letter-spacing: 0.41px;
  font-size: 0.28rem;
  font-weight: 500;
}
.center .list-ul li:last-child a {
  border-bottom: none;
}
.order_list {
  padding:30px 0 50px;
}
.order_list li {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  color: #393B3E;
  margin-bottom: 30px;
  position: relative;
  justify-content: space-between;
}
.order_list li .left{
  width:100%;
}
.order_list li .right{
  width: 1.3rem;
  position: relative;
  flex-shrink: 0;
}
.order_list li .click {
  margin-top: 20px;
}
.order_list li .go {
  width: 100px;
    height: 40px;
    background: #EB624F;
    color: #FFF;
    font-size: 16px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 30px;
    cursor: pointer;
}
.order_list li.active {
  color: #ccc;
}
.order_list li.active .left a{
  color: #ccc;
}
.order_list li.active .go {
  background: #ccc;
}
.order_list li.act .go{
  background: #59ACF7;
}
.order_header {
  background: #EB624F;
  color: #FFF;
  border-bottom: none;
}
.header .order_close {
  background: url(../images/ico_close2.png) no-repeat center center;
  background-size: 0.24rem 0.4rem;
}
.order_detail { 
  padding: 30px 0 50px;
}
.order_detail .bg {
  background: #FFF;
  padding: 30px 30px 50px;
  border-radius: 15px;
  font-size: 16px;
}
.order_detail .time {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.order_detail .click {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.order_detail .address {
  font-size: 18px;
  font-weight: 600;
}
.order_detail .address font#server_name{
  color: red;
  font-size: 20px;
}
.order_detail .list li {
  border-bottom: 0.01rem dashed #eee;
  padding: 20px 0;
}
.order_detail .list li .name {
  margin-bottom: 10px;
}
.order_detail .list li .name span{
  float: right;
}
.order_detail .list li .card {
  margin-bottom: 10px;
}
.order_detail .list li .card:last-child{
    margin-bottom: 0;
}
.order_detail .list li .card span{
  float: right;
  font-size: 0.3rem;
  color: red;
}
.order_detail .title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.order_detail .ewm_div {
  text-align: center;
  margin-top: 20px;
}
.order_detail .ewm_div img {
  border: 4px solid #EB624F;
  width: 150px;
  height: 150px;
}
.order_detail .yzf,.order_detail .wzf{
  display: none;
}
.order_detail .button{
  text-align: center;
  margin-top: 30px;
}
.order_detail .button a{
  width: 150px;
  height:50px;
  background: #FFF;
  color: #FFF;
  font-size: 18px;
  border-radius:20px;
  line-height:50px;
  text-align: center;
  display: inline-block;
}
.order_detail .button a.ac{
  background:#2d8eff;
}
.order_detail .button a.active{
  background:#ccc;
}
.order_detail .button a.act{
  background: #EB624F;
}
.order_detail .tips{
  color: #EB624F;
  font-size:16px;
  display: none;
  margin-bottom: 20px;
}
.order_detail .times{
  margin-bottom: 20px;
  font-size: 16px;
   display: none;
}

.order_detail .times font{
  color: #EB624F;
  font-size: 18px;
}



.code {
   background: #EB624F;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.code .bg {
  width: 100%;
  padding: 0.5rem 0.3rem;
  font-size: 0.26rem;
  position: relative;
}

.code .button{
  text-align: center;
  margin-top: 1rem;
}
.code .button button{
  width: 4rem;
  height: 0.8rem;
  background: #EB624F;
  color: #FFF;
  font-size: 0.3rem;
  border-radius: 0.28rem;
  text-align: center;
  border: none;
}
.code .yinz{
  position: absolute;
  right: 0.24rem;
  top: 0.5rem;
  padding: 0.1rem 0.2rem;
  border: 1px solid #EB624F;
  border-radius: 0.08rem; 
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  color: #EB624F;   
  letter-spacing: 2px;
}
.code .yinz.active{
  color: #ccc;  
  border: 1px solid #ccc; 
}


.center_payment {
  padding: 0.24rem;
}
.center_payment .top {
  text-align: center;
  font-size: 0.24rem;
  background: #FFF;
  padding: 0.24rem;
  border-bottom: 1px dashed #E3E5E7;
  border-radius: 5px;
  color: #ACACB0;
}
.center_payment .top .price {
  color: #333333;
  margin: 0.24rem 0;
  font-size: 0.3rem;
  color: red;
}
.center_payment .top .price span {
  font-size: 0.84rem;
  line-height: 0.84rem;
}
.center_payment .bottom {
  background: #FFF;
  padding: 0.24rem;
  border-radius: 5px;
}
.center_payment .bottom .method {
  font-size: 0.24rem;
  color: #ACACB0;
}
.center_payment .bottom ul li {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  color: #333333;
  letter-spacing: 0.51px;
  background: url(../images/ico_pay_b.png) no-repeat center right;
  background-size: 0.24rem 0.24rem;
}
.center_payment .bottom ul li i {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  float: left;
  margin-top: 0.03rem;
  margin-right: 0.1rem;
}
.center_payment .bottom ul li i.wechat {
  background: url(../images/ico_wechat.png) no-repeat center center;
  background-size: 0.4rem 0.36rem;
}
.center_payment .bottom ul li.active {
  background: url(../images/ico_pay_p.png) no-repeat center right;
  background-size: 0.24rem 0.24rem;
}
.center_payment .bottom ul .balance_recharge {
  display: none;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  text-align: right;
}
.center_payment .bottom ul .balance_recharge i {
  font-size: 0.2rem;
  font-style: normal;
}
.center_payment .bottom ul .balance_recharge i a {
  color: red;
}
.center_payment .button {
  margin-top: 1rem;
  text-align: center;
}
.center_payment .button button {
  border-radius: 0.04rem;
  width: 4.76rem;
  background: #EB624F;
  color: #FFF;
  font-size: 0.3rem;
  border-radius: 0.28rem; 
  border:none; 
  height: 0.7rem;
}
.center_payment .list{
  background: #FFF;
  border-bottom: 1px dashed #E3E5E7;
  padding: 0.24rem;
  font-size: 0.26rem;
  border-radius: 5px;
}
.center_payment .list li{
  margin-bottom: 0.24rem;
  position: relative;
}
.center_payment .list li .name,.center_payment .list li .card{
  margin-bottom: 0.05rem;
}
.center_payment .list li:last-child{
  margin-bottom: 0;
}
.center_payment .list li .name span{
  float: right;
}
.center_payment .list li .card span{
  float: right;
  font-size: 0.3rem;
  color: red;
}
.center_payment .list .money{
  position: absolute;
  right: 0.24rem;
  top: 0.22rem;
}
.center_payment .list .money font{
  font-size: 0.5rem;
}


/*注册登录*/
.tyform{
  text-align:center;
  padding-top: 50px;
}
.tyform .wrap{
    width: 500px;
}
.tyform .wrap>div{
  margin-bottom:50px;
}
.tyform .text{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-indent: 2em;
    outline: none;
}
.tyform .sel{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-indent: 2em;
    outline: none;
}
.tyform .button{
    width: 200px;
    height: 50px;
    background: #EB624F;
    color: #FFF;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.tyform .last{
    text-align:left;
}
.tyform .last font{
    float: right;
}
.tyform .a{
  color:#EB624F;
}

