/**
最后更新 2018年10月08日
**/
.subplate_wrap {
  z-index: 10;
}

/******** 滑出面板 ********/
.subplate_address .subplate_box {
  padding: 20px;
}
.item_address_box {
  position: initial;
  display: block;
  padding-left: 50px;
  z-index: 19;
}
.subplate_address .item_address{
  position: relative;
  border-top: 1px solid #e8e8e8;
  font-weight: normal;
  height: auto;
  display: block;
}
    
.subplate_address .item_address input[type="radio"] {
  position: absolute;
  left: 0;
  top: 14px;
}
    
.subplate_address .item_address_box {
  position: initial;
  display: block;
  padding-left: 50px;
}
    
.subplate_address .item_address_box .name,
.subplate_address .item_address_box .phone {
  width: 50%;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 10px;
  line-height: 24px;
}
.subplate_address .item_address_box .phone{    
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;  
}    
.subplate_address .item_address_box .address {
  font-size: 14px;
  padding-top: 5px;
  color: #666;
  padding-bottom: 10px;
  font-weight: normal;
  line-height: 24px;
}
.form_check input[type="checkbox"]:before {
  content: "";
}
.form_check input[type="checkbox"]:checked:before {
  content: "";
}
.form_check .new_address_t {
  font-size: 14px;
}






/*续费记录开始*/
.pay_record_list {
	position: relative;
	display: block;
	border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #98938e;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 120px;
	background-color: #fbfbfb;
}
.pay_record_list .pay_record_date {
	font-size: 12px;
}
.pay_record_list .pay_record_money {
	position: absolute;
	right: 10px;
	top: 0;
	color: #4f3a24;
	font-size: 12px;
}
/*续费记录结束*/


/*年卡开始*/
.mycard_info_box .mycard_info_aa {
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
}
.mycard_info_box .mycard_info_aa .font01 {
  font-weight: bold;
}
.mycard_info_box .margin_top {
  margin-top: 7px;
}

#consumer_info .card {
  border: 1px solid #d2d2d2;
  padding: 30px 15px 20px;
  margin-bottom: 10px;
  position: relative;
}
#consumer_info .card .remove_address{
  background-color: #ff422f;
  right: 20px;
  top: 10px;
  width: 80px;
  position: absolute;
}
.year_card_box .year_card_hint {
  color: #ff422f;
  padding: 5px 0;
}
#total_copies {
  font-weight: bold;
}

/*年卡结束*/


/*个人中心头像*/
.consumer_avatar_info {
  position: relative;
  padding-top: 16px;
  padding-left: 80px;
  min-height: 80px;
}
.consumer_avatar_info .avatar_wrap {
  position: absolute;
  left: 10px;
  top: 10px;
}
.consumer_avatar_info .avatar {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.consumer_avatar_info .name {
  padding-top: 10px;
  font-size: 16px;
}

@media(max-width: 480px){
  .peisong_way_btn {
    display: none;
  }
}

.myorder_goods_list {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.myorder_goods_list .goods_img {
  width: 100%;
  height: auto;
  overflow: hidden;

}
.myorder_goods_list  .goods_img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.myorder_goods_list .title{
  padding: 10px;
}



/**
49坊手机提货页面样式
2018年10月08日
**/

body.login {
  /*background-image: none!important;
  background-color: #e6e2dd!important;
  */
  min-height: initial;
}

body.login #header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.login .copyright {
  display: block;
  padding-bottom: 75px;
  color: #985f1d;
}

body.login .consumer_card .btn-danger {
  background-color: #975e1d;
}

body.login .consumer_card .btn-raised {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.login .consumer_card .btn {
  border-radius: 100px;
  font-weight: bold;
}
body.login .z_depth-1,
body.login .z_depth-1:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login_form .form-group > .material-icons {
  color: #a78258;
}

body.login #header .navbar-header {
  height: auto;
}
body.login #header.consumer_header .navbar-brand {
  /* height: 100px; */
}
body.login #header.consumer_header {
  /* padding: 0; */
}





