body{font-size:16px;}
.user_header {
  background: url(../images/bg-avatar.png) no-repeat #ff6709;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  font-size: 1.6rem;
  background-size: cover;
}
.user_header .left_content {
  display: flex;
  align-items: center;
}
.user_header .right_content {
  display: flex;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
  line-height: 20px;
}
.user_header a {
  color: #fff;
  font-size: 15px;
}
.user_header .line{
  font-size: 12px;
}
.user_header .user_face .pic {
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.user_header .title {
  margin-left: 1rem;
  color: #fff;
}
.all_order {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
}
.all_order .iconfont {
  font-size: 1.4rem;
}
.all_order .title {
  color: rgba(0, 0, 0, 0.87);
}
.order_nav {
  display: flex;
}
.order_nav .item {
  width: 33%;
  text-align: center;
  margin: 1.5rem 0;
  font-size: 1.5rem;
}
.order_nav .item .pic {
  width: 2.5rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.common_user_nav {
  padding: 1rem 1rem 1rem 5rem;
}
.common_user_nav .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .3rem;
}
.common_user_nav .title {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: inherit;
}
.common_user_nav .title a{
  color: rgba(0, 0, 0, 1);
  
}
.common_user_nav .iconfont {
  font-size: 1.6rem;
}
.common_user_nav .border {
  border-bottom: 1px solid #ddd;
}
.bg1 {
  background: #fff url(../images/icon-member.png) no-repeat 2rem center / 2rem auto;
  margin-top: 1rem;
}
.bg2 {
  background: #fff url(../images/icon-wallet-blue.png) no-repeat 2rem center / 2rem auto;
}
.bg3 {
  background: #fff url(../images/icon-service.png) no-repeat 2rem center / 2rem auto;
  margin-top: 1rem;
}
.bg4 {
  background: #fff url(../images/icon-mijia.png) no-repeat 2rem center / 2rem auto;
}
.bg5 {
  background: #fff url(../images/icon-set.png) no-repeat 2rem center / 2rem auto;
  margin-top: 1rem;
}
.bg6 {
  background: #fff url(../images/icon-service1.png) no-repeat 2rem center / 2rem auto;
}
.bg77 {
  background: #fff url(../images/icon22.png) no-repeat 2rem center / 2rem auto;
}

.bg7 {
  background: #fff url(../images/icon-service2.png) no-repeat 2rem center / 2rem auto;
}

.bg8 {
  background: #fff url(../images/icon-mijia2.png) no-repeat 2rem center / 2rem auto;
}
.bg9 {
  background: #fff url(../images/icon-mijia4.png) no-repeat 2rem center / 2rem auto;
  margin-top: 1rem;
}
.bg10 {
  background: #fff url(../images/icon-mijia5.png) no-repeat 2rem center / 2rem auto;
}
.bg11 {
  background: #fff url(../images/icon-service3.png) no-repeat 2rem center / 2rem auto;
}
.bg12 {
  background: #fff url(../images/icon-service4.png) no-repeat 2rem center / 2rem auto;
  margin-top: 1rem;
}
.bg13 {
  background: #fff url(../images/icon-service5.png) no-repeat 2rem center / 2rem auto;
}
.bg17 {
  background: #fff url(../images/icon-service17.png) no-repeat 2rem center / 2rem auto;
}
.bg18 {
  background: #fff url(../images/icon-mijia18.png) no-repeat 2rem center / 2rem auto;
}
.bg34 {
  background: #fff url(../images/icon-34.png) no-repeat 2rem center / 2rem auto;
  margin-top: 1rem;
}
.bg122 {
  background: #fff url(../images/icon-service23.png) no-repeat 2rem center / 2rem auto;
}
.bg123 {
  background: #fff url(../images/icon24.png) no-repeat 2rem center / 2rem auto;
}
.user_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.user_logo .text {
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #474747;
}
.user_logo .pic {
  width: 10rem;
  margin: 0 auto;
}
.user_input_box {
  margin: 1rem 4%;
  border-bottom: 1px solid #ddd;
  line-height: 3rem;
  display: inline-block;
  width: 92%;
  display: flex;
}
.user_input_box .input{
  padding: 0;
  height: 4rem;
}
.password_input_box {
  display: flex;
  margin: 1rem 4%;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  line-height: 3rem;
  width: 92%;
}
.password_input_box .input{
  padding: 0;
  height: 4rem;
}
.password_input_box .right_content {
  cursor: pointer;
  color: #2ea5e5;
  font-size: 1.4rem;
}
.reset_password{

  margin-top: 1rem!important;

}
.login_box{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.login_box .box{
  width: 100%;
}
.user_login_btn {
  background-color: #ff6709;
  border: 1px solid #ff6709;
  border-radius: 6px;
  margin: 2rem 2rem 1rem 2rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #fff;
  cursor: pointer;
}
.user_login_btn2 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 0rem 2rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #666;
  cursor: pointer;
}

.other_style {
  display: flex;
  width: 70%;
  margin: 0 auto;
  margin-top: 4rem;
  align-items: center;
}
.other_style .line {
  height: 0.1rem;
  flex: 1;
  background: #ddd;
}
.other_style .text {
  font-size: 1.3rem;
  color: #888;
  padding: 0 2rem;
}
.user_weichat {
  color: #00bc39;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.user_weichat .iconfont {
  font-size: 4rem;
}
.user_edit_box {
  margin-top: 5rem;
  padding: 0 1rem;
}
.user_edit_box .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  line-height: 4rem;
  font-size: 1.4rem;
}
.user_edit_box .item .input {
  text-align: right;
  color: #888;
}


.pagetitle{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  padding-right: 1rem;
}


.index_info_form{
  padding: 1rem;
}

.index_info_form .item{
  display: flex;
  margin: 15px 0;
  font-size: 1.4rem;
  align-items: center;
}

.index_info_form .item .label{
  width: 6rem;
  text-align: right;
}

.index_info_form .item .input_box{
  flex: 1;
}

.index_info_form .item .info_input {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  font-family: auto;
}

.index_info_form .item .iconduihao {
  color: #55d034;
  margin-top: 3px;
}

.index_info_form .item .face{
  border: 1px solid #ddd;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_info_form .item .face img{
  border-radius: 50%;
    width: 100px;
    height: 100px;
}

.index_info_form .button {
  background: #ff5b00;
  border: none;
  border-radius: 5px;
  color: #fff;
  width: 100px;
  line-height: 32px;
  cursor: pointer;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}


.myscore_box{
  margin-top: 20px;
  font-size: 1.4rem;
}

.myscore_box .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
}
.myscore_box .team_box .userbox {
  width: 50%;
  text-align: center;
  margin: 20px 0;
}
.myscore_box .team_box .userbox img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.myscore_box .team_box .userbox .text {
  margin: 10px 0 0px;
  font-size: 1.4rem;
}

.myscore_box .team_box .userbox .time {
  color: #aaa;
  font-size: 1.6rem;
}

.title_box2{
  border-bottom: 1px solid #ddd;
  margin:  1rem 0;
  padding: 0 1rem;
  margin-bottom: 0;
  line-height: 3rem;
  font-size: 1.4rem;
}

.title_box2 .current_title{
  color: #ff5b00;
  border-bottom: 1px solid #ff5b00;
  padding-bottom: 7px;
}

.myscore_info{
  position: relative;
  background-color: #f3f3f3;
  margin: 1rem;
  padding: 2rem;
  font-size: 1.4rem;
}

.myscore_info .text2{
  font-size: 30px;
    margin: 10px 0;
    color: #ff5b00;
}
.myscore_info .text3{
  display: flex;
  align-items: center;
  
}

.myscore_info .text4{
  color: #ff5b00;
  font-size: 20px;
}

.myscore_box .title {
  background: #eee;
  border: none!important;
}

.myscore_box .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  align-items: center;
  margin: 10px 0;
  padding: 10px;
}

.myscore_box .item .goods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.myscore_box .item .goods img {
  max-width: 6rem;
    max-height: 6rem;
}

.myscore_box .item .goods .goods_name{
  width: 100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-top: 5px;
}

.myscore_box .item .content1{
  width:35%;
  text-align: center;
  padding: 0 .5rem;
}

.myscore_box .item .content2{
  width: 22%;
  text-align: center;
}

.myscore_box .item .content3{
  width:40%;
  text-align: center;
  line-height: 2.2rem;
}

.myscore_box .item .content4{
  width: 50%;
  text-align: center;
}

.myscore_box .item .content5{
  width: 30%;
  text-align: center;
}

.myscore_box .team_box{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    flex-wrap: wrap;
}



.money_form {
  width:100%;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px ;
}



.money_form .item {
  display: flex;
  margin: 5px 0;
  align-items: center;
  width: 100%;
}

.money_form .input{
  border: 1px solid #ddd;
    padding: 10px;
   flex: 1;
}

/* 
.money_form .pay_method .method_item {
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
}

.money_form .current_method {
  border: 2px solid #b09358!important;
} */
.money_form .text1{
  color: #888;
  font-size: 13px;
  width: 100%;
}
.money_form .button{
  background: #000;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100px;
    line-height: 32px;
    cursor: pointer;
    margin:2rem auto;
    display: flex;
    justify-content: center;
}

.base_address {
  background: #fff;
  padding: 1rem;
  font-size: 1.4rem;
}
.base_address1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
}
.base_address2{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.address_current{
  color: #ff6709;
}
.address_current .iconfont{
  color: #ff6709;
  
}
.base_address1_right  .iconfont{
  color: #ff6709;
  font-size: 2rem;
}
.base_address1_left{
  line-height: 180%;
}
.base_address2_left .iconfont{
  margin-right: .5rem;
}

.address_form_edit{
  display: flex;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  flex-wrap: wrap;
}
.address_form_item{
  width: 100%;
  display: flex;
  margin: .5rem 0;
  align-items: center;
}
.address_form_label{
  width: 4rem;
}
.address_form_input_box{
  flex: 1;
}

.address_form_input{
  border: 1px solid #ddd;
  padding: .7rem;
  margin-right: .5rem;
  width: 100%;
  background: #fff;
  color: #666;
}

.address_btn{
  background: #ff6709;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100px;
    line-height: 32px;
    cursor: pointer;
    margin: 2rem auto;
    display: flex;
    justify-content: center;
}

.address_add_bar{
  background: #ff6709;
  width: 100%;
  padding: 1rem 0;
  position: fixed;
  bottom: 0;
  font-size: 1.5rem;
  text-align: center;
}
.address_add_bar a{
  color: #fff;
}

.collect_button{
  border: 1px solid #ddd;
  width: 8rem;
  padding: .5rem 0;
  margin: 1rem auto;
  font-size: 1.4rem;
  display: inline-block;
}

.order_list_item {
  background: #fff;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  margin: .5rem 0;
  display: inline-block;
}

.order_list_item1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5rem;
  align-items: center;
}

.order_list_item_text2 {
  color: #888;
}
.order_list_item_text1 {
  color: #ff5b00;
  width: 60px;
  text-align: right;
}

.order_list_item2 {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  padding: .5rem;
  border-bottom: 1px solid #ddd;
}
.order_list_item2:last-child{
  border: none;
}

.order_list_item2_pic{
  width: 20%;
}
.order_list_item2_pic img{
  width: 100%;
}
.order_list_item2_info {
  margin-left: 1rem;
  flex: 1;
}
.order_list_item2_info .goods_title{
  line-height: 2.4rem;
  margin-bottom: .5rem;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.order_list_item3{
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.order_list_item3 .pay_button1{
  background: #ff5b00;
  width: 80px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #fff;
  margin-left: 10px;
}

.order_list_item3 .pay_button1 a{
  color: #fff;
}


.order_list_item3 .pay_button2{
  background: #fff;
  border: 1px solid #ddd;
  width: 80px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin-left: 10px;
}

.order_list_item3 .pay_button4{
  background: #000;
  width: 80px;
  text-align: center;
  line-height: 30px;
  margin-bottom:7px;
  
}

.order_list_item3 .pay_button4 a{
  color: #fff;
}


.fenyong_box{
  padding: 15px;
  background-color: #f3f3f3;
  margin: 10px;
}

.fenyong_box .item{
  margin: 5px 0;
  font-size: 1.4rem;
  display: flex;
  line-height: 2.6rem;
}

.fenyong_box .title {
  font-size: 18px;
  color: #222;
}

.fenyong_input_box{
  display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.fenyong_input_box .input {
  padding-left: 15px;
  color: #888;
  line-height: 4rem;
    border: 1px solid #ddd;
    width: 100%;
}

.fenyong_input_box .btn{
  background: #222;
    color: #fff;
    width: 120px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.fenyong_input_box .tuiguangren{
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
}

.fenyong_input_box .tuiguangren .text1{
  color: #ff5b00;
}
.fenyong_input_box .tuiguangren .text2{
  color: #ff5b00;
}

.fenyong_input_box .tuiguangren #btn{
  border: 1px solid #ff5b00;
    background: #ff5b00;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin: 10px auto;
}

.repassword_form{
  padding: 30px 20px;
  display: flex;
  font-size: 1.4rem;
  flex-wrap: wrap;
}
.repassword_form .item{
  display: flex;
  margin: 10px 0;
  width: 100%;
}

.repassword_form .item .label{
  width:100px;
  text-align: right;
  margin-top: 7px;
}

.repassword_form .item .input_box{
  flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} 

.repassword_form .item .input_box .layui-input{
  height: 38px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 100%;
}

.repassword_form .button{
  background: #ff6709;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100px;
    line-height: 32px;
    cursor: pointer;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.myorder_detail_box{
  padding: 1.5rem 0;
  line-height: 2.4rem;
  font-size: 1.4rem;
}

.myorder_detail_text2{
  color: #666;
}

.myorder_detail_box .goods{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.myorder_detail_box .goods:last-child{
  margin-bottom: 0;
  border-bottom: none;
}

.myorder_detail_box .goods .info{
  margin-left: 1rem;
}

.myorder_detail_box .goods img{
  max-width: 7rem;
    max-height: 7rem;
}

.myorder_detail_box .goods .price{
  margin-top: .5rem;
}

.myorder_detail_box .goods .price .text1{
  color: #ff5b00;
}

.myorder_detail_box  .text2{
  color: #888;
}

.score_detail_content{
  line-height: 28px;
  font-size: 15px;
  padding: 20px 10px;
}

.score_detail_pic{
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.score_detail_title{
  font-size: 22px;
  color: #474747;
  margin-bottom: 10px;
}

.score_detail_description{
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.score_detail_score{
  color: #ff5b00;
  font-size: 22px;
    margin: 5px 0;
}
.score_detail_btn{
  width: 160px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ff5b00;
    color: #fff;
    margin-right: 15px;
    background: #ff5b00;
}
.score_detail_text{
  color: #888;
  font-size: 14px;
  margin: 10px 0;
  white-space: nowrap;
}

.score_detail_exchange{
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.coupons_title{
  display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-top: 2rem;
}

.coupons_title .title_box {
  display: flex;
}
.coupons_title .title_box .current {
  color: #ff7802;
  border-bottom: 2px solid #ff7802;
  padding-bottom: 10px;
}

.coupons_title .title_box .title {
  margin-right: 20px;
}

.coupons_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.coupons_box .item1 {
  border: 2px solid #ff5b00;
}

.coupons_box .item {
  width:100%;
  border-radius: 15px;
  padding: 15px;
  margin-top: 30px;

}
.myorder_comment{
  background: #fff;
}
.myorder_comment .item{
  border-bottom: 1px solid #ddd;
}
.myorder_comment .goods{
  display: flex;
  padding:  2rem 1rem;
  align-items: center;
}

.myorder_comment .goods .pic{
  width: 5rem;
  border: 1px solid #ddd;
  margin-right: 1rem;
}

.myorder_comment .info{
  display: flex;
  flex-wrap: wrap;
}
.myorder_comment .rating-stars-container{
  display: flex;
  margin:0 1rem ;
}

.myorder_comment .rating-stars-container .is--active{
  color: #ff5b00;
}
.myorder_comment .rating-stars-container .rating-star{
  margin-right: .5rem;
}
.myorder_comment .comment_content{
  width: 100%;
  margin: 1rem ;
}
.myorder_comment .comment_content .comnment_textarea{
  border: 1px solid #ddd;
  width: 100%;
  padding: 1rem;
}
.myorder_comment .btn_box{
  background: #ff5b00;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  
}

.myorder_comment .btn_box .btn{
  background: none;
  color: #fff;
  font-size: 1.6rem;
}



.coupons_box .item .title{
  font-size: 30px;
}
.coupons_box .item .description{
  font-size: 16px;
  margin-top: 10px;
}
.coupons_box .item .time{
  font-size: 12px;
  color: #999;
  margin: .5rem 0;
  line-height: 2.2rem;
}


.coupons_box .item .status{
  border-radius: 20px;
  width: 100px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-top: 10px;
}
.coupons_box .item .status1{
  background: #ff5b00;
}
.coupons_box .item .status2{
  background: #78c552;
}
.coupons_box .item .status3{
  background: #bbb;
}

.coupons_box .item1{
  border: 2px solid #ff5b00;
}
.coupons_box .item2{
  border: 2px solid #78c552;
}
.coupons_box .item3{
  border: 2px solid #ccc;
}

.mycomment_box .item{
  border-bottom: 1px dashed #ddd;
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0;
  padding-bottom: 1rem;
}

.mycomment_box .item .box1{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.mycomment_box .item .box1 .pic{
  margin-right: 1rem;
}
.mycomment_box .item .box1 .pic img{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #ddd;

}
.mycomment_box .item .box1 .info .username{
  font-size: 1.6rem;
  color: #333;
}

.mycomment_box .item .box1 .info .time{
  margin-top: .5rem;
}

.mycomment_box .item .box1 .left_content{
  display: flex;
  align-items: center;
}

.mycomment_box .item .box2{
  margin-top: 1rem;
}

.mycomment_box .item .box2 .content{
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.mycomment_box .item .box3{
  display: flex;
  align-items: center;
  background: #f6f6f6;
  width: 100%;
  margin-top: 1rem;
}

.mycomment_box .item .box3 .pic{
  width: 4rem;
  margin: .5rem;
}

.mycomment_box .item .box3 .goods_name{
  margin-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mycomment_box .item .box1 .score_box{
  color: #bbb;
}
.mycomment_box .item .box1 .score_box .isstar{
  color: #ff6700;
}

