﻿.bc_bg1 {
	background-color:#FBFBFB
}
.bg-blak {
	background-color:#000
}
.nav-btn111 {
	min-width:4em;
	min-height:3em
}
.uinnR {
	padding-right:.625em
}
.border-black {
	border-color:black
}
.ubb1 {
	border-bottom:1px dashed
}
.font-color {
	color:#666
}
.bc-bgRed {
	background-color:#D70715;
	width:3em
}
.rightIcon {
	background-image:url('myImg/rightIcon.png')
}
.width70 {
	width:70%
}
.width10 {
	width:10%
}
.width20 {
	width:20%
}
.ctrl {
	background-image:url('myImg/ctrl.png')
}
.unctrl {
	background-image:url('myImg/unctrl.png')
}
.jjg-bgSub {
	background:#d70715;
	height:1.8em;
	line-height:1.8em;
	padding-left:.5em;
	padding-right:.5em;
	color:white;
	margin-right:.3em
}
.jjg-goods {
	background:#000;
	height:1.8em;
	line-height:1.8em;
	padding-left:.5em;
	padding-right:.5em;
	color:white
}
.jjg-txt {
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	color:red;
	line-height:1.5em
}





/* 优惠券2017.09.18 besos */
.coupons{
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 0.4em;
}
.coupons h3{
    font-weight: normal;
    font-size: 1em;
    display: inline-block;
    float: left;
}
.coupons h3 span{
    color: red;
    font-size: .7em;
    border: 1px solid red;
    padding: 1px 5px;
}
.coupons p{
    display: inline-block;
    float: right;
}

/* 配送方式2017.09.06 besos */
.deliveryWay{
	display: inline-flex;
    padding: 3% 0;
    width: 100%;
    border-bottom: 1px dashed #000;
}
.deliveryWay>div{
	border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 15px;
    margin-right: 10px;
    position: relative;
    text-align: left;
    font-size: 14px;
}
.deliveryWay>div>img{
	height: 28px;
    position: absolute;
    top: -3px;
    right: 3px;
}
.deliveryWay .WayRed{
    border:1px solid #d70715!important;
}
/*到店自提 list*/
.expressWay_box{
	width: 100%;
}
.expressWay_selected{
	width: 100%;
	margin: 3% 0;
}

.expressWay_selected_search{
	background: #000;
    border: 1px solid #000;
    padding: 0% 0;
    color: #fff;
    width: 13%;
    margin-left: 2%;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
}
.expressWay_selected form{
	width: 100%;
    display: flex;
    font-size: 16px;
}
.xxxx{
	padding:0 0.5em;
}
.Street{
    margin-top: 10px;
    display: -webkit-box;
}
.Street input{
    height: 26px;
    width: 82%;
    font-size: 14px;
    display: list-item;
    outline: none;
    border: 1px solid #BABABA;
    color: #BABABA;
    -webkit-appearance: none;
}


.expressWay_list{
	width: 100%;
}
.expressWay_list ul{
	width: 100%;
}
.expressWay_list ul li{
	border:1px solid #000;
	padding: 3%;
	margin-bottom: 3%;
	position: relative;
}
.expressWay_list ul li b{
	position: absolute;
	right:3%;
	top: 6%;
	font-size: 14px;
	background: #000;
	border-radius: 3px;
	color: #fff;
	font-weight: normal;
	padding:1% 3%;
}
.expressWay_list ul li img{
	position: absolute;
	right:3%;
	top:45%;
	width: 20px;
}
.expressWayMinInv{
    position: absolute;
    right: 9%;
    top: 45%;
    color: red;
}
/* 选中的自提店铺信息 */
.expressWay_Info{
    width: 100%;
    position: relative;
    display: none;
    border-bottom: 1px solid #000;
    padding: 2% 0;
}
.expressWay_InfoMapBtn{
    position: absolute;
    right: 3%;
    top: 6%;
    font-size: 14px;
    background: #000;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 1% 3%;
}
.expressWay_Info p{
    font-size: 12px;
}
.expressWay_Info p span{
    font-size: 12px;
    color: red;
    display: none;
}
.expressWay_Info p #btn_getNum{
    width: 50%;
    height: 22px;
    outline: none;
    border: 1px solid #c7c7c7;
    -webkit-appearance: none;
}



/* 2017.09.20  besos  内购快递，总支付金额 */
.expressage {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 0.4em;
    display: none;
}
.expressage h3 {
    font-weight: normal;
    font-size: 1em;
    display: inline-block;
    float: left;
}
.expressage p {
    display: inline-block;
    float: right;
}
.expressageList{
    width: 100%;
    border:1px solid #000;
    display: none;
}
.expressageList h4{
    font-weight: normal;
    display: block;
    padding: 2%;
}
.expressageList h4 span{
    padding: 0% 2%;
    border: 1px solid #000;
    float: right;
    background: #fff;
    border-radius: 3px;
}
.expressageList ul{
    padding: 0 2% 2% 2%;
}
.expressageList ul li{
    display: inline-block;
    width:45%;
}
.expressageList ul li span{
    color: red;
}  

.click_JJG_Qred {
    color: #d70715;
}