/*商品列表*/
.goods-modal,.remark-modal{ display: none;width: 100%; max-width: 640px; position: fixed; left: 0; right: 0; bottom: 0;bottom: 0; z-index: 105; margin: 0 auto; background: rgba(0,0,0,.3); }
.remark-modal{height: 100%;}
.goods-modal{z-index: 106;}
.shopcart-list {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.shopcart-list .list-header {
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #f3f5f7;
    border-bottom: 1px solid rgba(7,17,27,0.1);
}
.shopcart-list .list-header .title {
    float: left;
    font-size: 14px;
    color: #07111b;
}
.shopcart-list .list-header .empty {
    float: right;
    font-size: 12px;
    color: #d62672;
}
.shopcart-list .list-content {
    padding: 0 10px 45px 18px;
    max-height: 245px;
    overflow-y: auto;
    background: #fff;
}
.shopcart-list .list-content .goods {
    position: relative;
    padding-top: 12px;
    box-sizing: border-box;
    left: 0;
    top: 0;
    bottom: 48px;
    z-index: 103;
    width: 100%;
    background: #fff;
}
.goods .goods-info{
	overflow: hidden;
}
.shopcart-list .list-content .goods .name {
    line-height: 24px;
    font-size: 14px;
    color: #07111b;
}
.shopcart-list .list-content .goods .goods-info .name{
	display: inline-block;
	max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goods-list{
	margin-left: 10px;
}
.shopcart-list .list-content .goods .goods-list .name{
	font-size: 12px;
    color: #666;
}
.goods-list .name span{
	float: right;
    padding-right: 8px;
}
.shopcart-list .list-content .goods .price {    
    font-size: 14px;
    font-weight: 700;
    color: #d62672;
}
.shopcart-list .list-content .goods .cartcontrol-wrapper {
    float: right;
}
.cartcontrol {
	display: inline-block;
    font-size: 0;
}
.cartcontrol i{
    display: inline-block;
    padding: 0 6px;
    font-size: 22px;
    font-weight: 600;
    color: #d62672;
}
.cartcontrol .cart-count {
    display: inline-block;
    vertical-align: top;
    width: 12px;    
    padding-top: 4px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #93999f;
    border: none;
}
/*購買*/
.goofs-btn{
	position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #e40681;
    z-index: 104;
}
.goofs-btn span{
	font-size: 16px;
}
.goofs-btn-left{
	width: 70%;	
    text-indent: 15px;
    border-right: 1px dashed #fff;
}
.goofs-btn-left i{
	font-size: 28px;
}
.goofs-btn-left i.i-gouwuche{
	float: left;
    width: 24px;
    height: 100%;
    margin-left: 18px;
    background: url(../images/cart.png) center 12px no-repeat;
    background-size: 24px;
}
.goofs-btn-right{
    width: 30%;
    text-align: center;
}
/*地址表單*/
.address-form{
	display: none;
	overflow-y:auto;
	position: fixed;
    width: 100%;
    max-width: 640px;
    height: 85%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 106;    
    background: #fff;
}
.address-form .mess{
	margin-bottom: 60px !important;
	border-top: none;
}
.mess h1 {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 400;
}
.mess .form-group {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8px;
    overflow: hidden;
}
.mess .must{
	color: #ff0000;
}
.mess select {
    width: 100%;
    margin-top:5px;
    height: 34px;
    padding: 6px 6px;
    line-height: 1.42857143;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.mess select:nth-of-type(2){
 
}
.mess select:nth-of-type(4){
	margin-top: 10px;
}
.payment_type1{
	color: #333;
}
.confirm{	
	display: flex;	
    width: 100%;
    max-width: 640px;
    height: 45px;
    margin-top: 15px;
    background: #fff;
}
.confirm .prices{
	height: 100%;
    width: 50%;
    line-height: 45px;
    font-size: 0.1rem;
    padding-left: 16px;
}
.confirm .prices .money{
    color: #d62672;
    font-weight: 600;
    font-size: 26px;
}
.confirm .submit{
	width: 50%;
    color: #fff;
    border: none;
    outline: none;
    background-color: #e40681;
}
/*.remark-modal{ width: 100%; max-width: 640px; height: 100%; position: fixed; left: 0; right: 0; top: 0; z-index: 103; margin: 0 auto; background: rgba(0,0,0,.3); display: none; }*/
.cart-text{
	display: none;
    width: 300px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    text-align: center;
    z-index: 108;
    padding: 10px;
    background: #fff;
}

@media screen and (max-width:420px) {
    .confirm .prices{
        width: 75%;
    }
    .confirm .submit{
        width: 35%;
    }

}