.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 {
    margin-right: -10px;
    font-size: 0
}
#consumer_goods_list.onlyone {
    margin-right: 0
}
#consumer_goods_list.onlyone .item {
    width: 100%;
    margin-right: 0
}
#consumer_goods_list .item {
    width: calc(50% - 10px);
    display: inline-block;
    margin-right: 10px;
    /* border: 5px solid #cacaca; */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}
#consumer_goods_list .item .img_wrap{}
#consumer_goods_list .item .img_wrap .img{
    padding-top: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./mmt3000/img/mmt3000_logo.png);
}
#consumer_goods_list .item:hover {
    /* border: 3px 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;
    position: relative;
}
#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: 0 10px;
    height: 36px;
    margin: 5px 0;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    - MOZ-box-orient:vertical;
    -webkit-line-clamp:2;
    -MOZ-line-clamp:2;
    word-wrap:break-word;
    word-break:break-all;
}
#consumer_goods_list .price {
    font-size: 14px;
    color: red;
    font-weight: bold;
    padding: 5px 10px;
}
.consumer_goods_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
}
.consumer_goods_btn .btn {
    line-height: 30px;
    min-width: 100px;
}

.input_amount_box {
    font-size: 0;
    padding: 5px 10px 10px;
}
.input_amount_box .btn_minus,
.input_amount_box .btn_plus {
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 33px;
    height: 40px;
    border: 1px solid #e1e1e1;
    font-size: 20px;
    vertical-align: top;
    padding: 0;
    border-radius: 0!important;
}

.input_amount_box .input {
    display: inline-block;
    text-align: center;
    width: 60px;
    line-height: 36px;
    height: 40px;
    border: 1px solid #e1e1e1;
    /*#a7a7a7*/
    font-size: 16px;
    vertical-align: top;
    border-left-width: 0;
    border-right-width: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}

.input_amount_box .input::-webkit-outer-spin-button,
.input_amount_box .input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.changewrap {
    position: absolute;
    right: 0;
    bottom: 0;
}


@media (max-width: 600px) {
    #consumer_goods_list .title {

    }
    .consumer_goods_btn {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: center;
        padding-bottom: 10px;
    }
    .input_amount_box .input {
        width: 30px;
        height: 30px;
    }
    .input_amount_box .btn_minus, .input_amount_box .btn_plus {
        height: 30px;
        width: 30px;
        line-height: 25px;
    }
}



/** 自提商品 **/
.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;
}
.goods_text_info.height {
    max-height: initial;
}
.goods_text_more {
    display: none;
    cursor: pointer;
    text-align: center;
    line-height: 90px;
    height: 70px;
}
.goods_text_more.on {
    display: block;
    position: relative;
    background-image: linear-gradient(to top, white , rgba(255, 255, 255, 0.34));
    color: #337ab7;
    font-weight: bold;
}
/*.goods_text_more.on:before {
  content: "";
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  height: 20px;
  position: absolute;
  width: 100%;
  top: -20px;
}*/



.goods_text_info_second {
    border-top:1px solid #cacaca;
    padding: 20px 0;
}


.consumer_pickup .header .title {
    padding: 10px 0;
    font-size: 24px;
    font-weight: bold;
}
.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_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;
    }
}


/*==========================================*/

.views_goods img {
    /*width: 100%;*/
}

#duihuan_bottombar {
    padding: 10px;
}
@media(min-width: 640px){
    #duihuan_bottombar {
        position: unset;
        box-shadow: unset;
    }
    .bottombar_box {
        max-width: 200px;
        float: right;
    }
}

/*============================ 订单详情 2021/12/20 ===========================*/
.list_detail_wrap .consumer_order_result .text {
    padding: 15px 0;
}
.list_detail {
    width: 970px;
    margin: 0 auto;
    background-color:#fff
}
.list_detail .consumer_card {
    padding: 0 50px;
}
.list_detail .consumer_order_detail_list {
    margin: 0 10px;
}
.list_detail .consumer_pickup {
    /* display: flex; */
}
.list_detail .consumer_pickup .header_1 {
    display: flex;
    position: relative;
    margin: 10px 0;
}
.list_detail .consumer_pickup .header_1 .goods_img .img {
    width: 80px;
    padding-top: 100%;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.list_detail .consumer_pickup .header_1 .title {
    /* max-width: 100px; */
    margin-left: 10px;
    padding-top: 10px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 40px;
}
.list_detail .consumer_pickup .header_1 .price {
    position: absolute;
    top: 40px;
    left: 90px;
    color: red;
    font-weight: bold;
}
.list_detail .consumer_pickup .header_1 .num {
    position: absolute;
    top: 12px;
    right: 5px;
    color: #666;
}
.list_detail .consumer_pickup .consumer_order_detail_list {
    margin:10px
}
.list_detail .consumer_order_detail_list .title {
    text-align: left;
}
@media (max-width: 480px){
    .list_detail .consumer_card {
        padding: 0 20px;
    }
}
@media(max-width: 970px){
    .list_detail {
        width: 100%;
    }
}


