.form-control:focus {
  border-bottom: 1px solid #ff422f;
  -webkit-box-shadow: inset 0 -1px 0 0 #ff422f;
  box-shadow: inset 0 -1px 0 0 #ff422f;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ff422f;
}
.has-error .form-control {
  border-color: #ff422f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #ff422f;
  -webkit-box-shadow: 0 0 6px #ff422f;
  box-shadow: ,0 0 6px #ff422f;
}


body.login {
  background-position: center 70px;
}
@media (max-width: 480px) {
  body.login {
    background-image: none!important;
  }
}

#header .navbar-brand {
  background-image: url(./mmt3000/img/mmt3000_logo.png);
}


.consumer_header {
  padding: 12px 0;
}

#header_btn .btn {
  vertical-align: bottom;
  display: inline-block;
  line-height: 28px;
  margin-top: 5px;
}

#header.consumer_header .navbar-brand {
  display: block;
}

@media (max-width: 480px) {
  
  body.login #header {
    position: relative;
  }
  .fixed_header #wrap {
    padding-top: 0;
  }
  
  #header.consumer_header {
    /*padding: 0;*/
  }
  #header.consumer_header .container {
    padding: 0;
  }
  #header.consumer_header .navbar-header {
    width: 100%;
    margin: 0;
  }
  #header.consumer_header .navbar-brand {
    width: 100%;
    background-position: center;
    background-size: contain;
    min-width: 0;
  }
}

@media (max-width: 500px) {
  #header_btn {
    display: none;
  }
}











@media (min-width: 1200px) {
  .consumer_card {
    width: 970px;
  }
  .login_form {
    width: 400px;
  }
}

.consumer_card {
  padding: 40px 50px;
  margin: 60px auto 0;
}

@media (max-width: 480px) {
  .consumer_card {
    width: 100%;
    padding: 40px 20px;
    margin: 10px auto 0;
    border-radius: 0;
  }
  .consumer_card .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}




.consumer_card legend div {
  vertical-align: bottom;
  line-height: 35px;
  display: inline-block;
}



.consumer_card .btn-danger {
  background-color: #ff422f;
}

.consumer_card .btn-danger:hover {
  background-color: #c9302c;
}

.consumer_card select.required,
.consumer_card input.required {
  background-color: #FFFCCE;
}
.consumer_card input.required.nonnull {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
}

.form-group .pwd_visibility {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  color: #999;
}
.form-group .pwd_visibility i {
  line-height: 42px;
}

.consumer_remind_card {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 10px;
}

.consumer_pickup_part .form-horizontal {
  padding: 15px 0;
}
.consumer_pickup_part .yzm_input {
  display: block;
  width: 60%;
  float: left;
  margin-right: 4px;
}
.consumer_pickup_part .yzm_img {
  display: block;
  width: 35%;
  float: left;
}

/** 选择商品 **/

#consumer_goods_list .item {
  border: 5px solid #cacaca;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #222;
}
#consumer_goods_list .item:hover {
  border: 5px solid #ff422f;
}
#consumer_goods_list .item .goods_img {
/*  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
  background-size: cover;
  height: 0;
  padding-top: 37.5%;
  position: relative;*/
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .85;
  cursor: pointer;
}
#consumer_goods_list .item .goods_img img {
/*  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}



#consumer_goods_list .item:hover .goods_img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.consumer_lead {
  font-size: 18px;
  /*line-height: 60px;*/
  padding: 15px 0;
}
.consumer_lead .card_number {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0 5px;
  color: #ddd;
}
.consumer_lead .card_number .num {
  color: #333;
}
.consumer_lead .label {
  position: relative;
  top: -10px;
  left: -15px;
  margin-right: -15px;
}

#consumer_goods_list .title {
  padding: 10px 250px 10px 10px;
  min-height: 60px;
  background-color: #fff;
  position: relative;
  font-weight: bold;
}
.consumer_goods_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
}
.consumer_goods_btn .btn {
  line-height: 30px;
  min-width: 100px;
}

@media (max-width: 600px) {
  #consumer_goods_list .title {
    padding: 10px;
    min-height: initial;
  }
  .consumer_goods_btn {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-bottom: 10px;
  }

}



/** 自提商品 **/
.consumer_pickup .header {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5px;
}
.consumer_pickup .header .goods_img {
/*  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 37.5%;
  position: relative;*/
  width: 100%;
  height: auto;
  overflow: hidden;
}
.consumer_pickup .header .goods_img img {
/*  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.goods_text_info {
  padding: 10px 0;
  line-height: 22px;
  max-height: 100px;
  overflow: hidden;
}
.goods_text_info.height {
  max-height: initial; 
}
.goods_text_more {
  display: none;
  margin: 10px auto;
  cursor: pointer;
  text-align: center;
}
.goods_text_more.on {
  display: inline-block;
}
.goods_text_info_second {
  border-top:1px solid #cacaca;
  padding: 20px 0;
}


.consumer_pickup .header .title {
  padding: 10px 0;
  font-size: 20px;
}
.consumer_pickup_tips {
  font-size: 16px;
  color: #ff422f;
  padding: 25px 0 0;
}
.consumer_pickup_part .title {
  color: #6F6F6F;
  padding-top: 25px;
}
.consumer_pickup_part .text {
  font-size: 20px;
}
.consumer_pickup_part .text .phone {
  padding-right: 25px;
}
.consumer_pickup_part .text .phone i {
  vertical-align: top;
}

#consumer_pickup_map{
  width: 100%;
  height: 300px;
  margin: 10px 0
}

#consumer_pickup_map_qrcode {
  position: relative;
  display: inline-block;
}
#consumer_pickup_map_qrcode .qrcode {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 2;
  padding: 10px;
  background-color: #fff;
  display: none;
  border: 1px solid #cacaca;
}
#consumer_pickup_map_qrcode:hover .qrcode {
  display: block;
}

#consumer_pickup_map_url {
  display: none;
}
@media (max-width: 480px) {
  #consumer_pickup_map_qrcode {
    display: none;
  }
  #consumer_pickup_map_url {
    display: block;
  }

}
@media(max-width: 480px){
  .consumer_pickup .header .title {
    font-size: 16px;
  }
  .consumer_pickup_tips {
    font-size: 14px;
  }
}


.control-label .red {
  color: #ff422f;
}

/** 提货订单 **/
.consumer_order_result {
  border-bottom: 1px solid #cacaca;
  text-align: center;
}
.consumer_order_result i {
  color: #338c2e;
  font-size: 60px;
}
.consumer_order_result i.shixiao {
  color: #ff422f;
  font-size: 60px;
}
.consumer_order_result .title {
  font-size: 30px;
  font-weight: bold;
}
.consumer_order_result .text {
  color: #6a6a6a;
  padding: 30px 0;
}

.consumer_order_progress {
  text-align: center;
}
.consumer_order_progress_part {
  padding: 40px 0 10px;
}
.consumer_order_progress_part .bar {
  background-color: #e9e9e9;
  line-height: 30px;
}
.consumer_order_progress_part:first-of-type .bar {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.consumer_order_progress_part:last-of-type .bar {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.consumer_order_progress_part.active .bar {
  background-color: #338c2e;
  color: #fff;
}
.consumer_order_progress_part.active .bar .no,
.consumer_order_progress_part .bar .ok {
  display: none;
}
.consumer_order_progress_part.active .bar .ok {
  display: inline;
}


.consumer_order_progress_part .time {
  font-size: 12px;
  padding-top: 10px;
}

.consumer_order_express {
  border: 1px solid #338c2e;
  margin-top: 10px;
}
#consumer_order_express_btn {
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
#consumer_order_express_btn:hover {
  background-color: #338c2e;
  color: #fff;
}
#consumer_order_express_btn i {
  vertical-align: middle;
  -webkit-transition: all 0.3s;
}
.consumer_order_express.show #consumer_order_express_btn i {
  -webkit-transform:rotate(180deg);
}

#consumer_order_express_con iframe {
  width: 100%;
  height: 380px;
  display: none;
}
.consumer_order_express.show #consumer_order_express_con iframe {
  display: block;
}


.consumer_order_detail {
  margin-top: 10px;
}

.consumer_order_detail_list {
  margin: 20px 10px;
  border-collapse:separate;
  border-spacing:10px;
  max-width: 100%;
  display: block;
}
.consumer_order_detail_list .item {
  /*padding: 5px 0;*/
  max-width: 100%;
}
.consumer_order_detail_list .title {
  color: #6F6F6F;
  text-align: right;
  min-width: 90px;
  /*padding-right: 5px;*/
}
.consumer_order_detail_list .text {
  white-space: pre-wrap;
  word-wrap: break-all;
  max-width: 100%;
}


/** 批量兑换 **/
#vcimage {
  cursor: pointer;
  height: 34px;
  border: 1px solid #CCC;
}
@media(min-width: 768px) {
  .select_zone  {
    padding-left: 0;
  }
  .select_zone   .dropdown {
    width: 100%;
    cursor: pointer;
    display: none !important;
  }
  .select_zone .form_input {
    padding: 0 5px;
  }
  .select_zone   .dropdown_menu {
    display:block !important;
  }
}
@media(max-width: 768px) {
  .address_ssj {
    position: relative;
  }
  .address_ssj label {
    position: absolute;
  }
  .select_zone  { 
    position: relative;
    padding-left: 80px;
    min-height: 34px;
    padding-right: 0;   
  }
  .select_zone .dropdown{
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    width: 100%;
  }
  .select_zone .dropdown_menu {
    margin-left: -80px;
  }
}




