
.address_defalut_wrap {
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}
.address_defalut {
    background: #fff;
    padding: 12px 10px;
    position: relative;
}
.address_defalut.address_border {
    padding-bottom: 16px;
    background: #fff url(../images/icon-cut-off-rule.png) -7px bottom repeat-x;
    background-size: 64px 5px;
}
.address_defalut ul {
    position: relative;
    padding-right: 30px;
}
.address_defalut li {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}
.address_defalut li:first-child{
	padding-bottom: 10px;
}
.address_defalut li strong {
	color: #333;
    font-size: 16px;
}
.address_defalut li.address {
    color: #666;
}
.address_defalut li span.tag {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    font-size: 10px;
    color: #4b9bfb;
}
.address_defalut li span.tag_red {
    color: #fd5a45;
    border: 1px #fd5a45 solid;
}
.address_defalut ul:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    top: 50%;
    -webkit-transform: translate(0,-50%) rotate(135deg);
    transform: translate(0,-50%) rotate(135deg);
    right: 5px;
}
.address_defalut .no-address{
	font-size: 15px;
    text-align: center;
    padding: 15px 0;
}
.address_defalut .no-address .plus{
	width: 16px;
    height: 16px;
    margin-right: 7px;
    vertical-align: middle;
}


/* 商品清单 */
.order_info {
    margin-bottom: 10px;
    padding: 12px 10px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.order_info .order_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 21px;
    font-size: 15px;
    font-weight: 700;
	margin-bottom: 10px;
}
.order_info .goods-wrap {
    position: relative;
    min-height: 75px;
    padding: 0;
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.order_info .goods-wrap .product_info {
    position: relative;
}
.order_info .goods-wrap .goods_cover {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}
.order_info .goods-wrap .goods_title {
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
	padding-left: 85px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.order_info .goods-wrap .sku_name {
    margin-bottom: 6px;
    font-size: 12px;
    color: #999;
    line-height: 1;
	padding-left: 85px;
}
.order_info .goods-wrap .sku_price {
    padding-left: 85px;
    height: 30px;
    line-height: 30px;
    color: #fd5a45;
    font-size: 10px;
}
.order_info .goods-wrap .sku_price .large_text {
    font-size: 15px;
}
.order_info .goods-wrap .sku {
    height: 30px;
    margin-top: -30px;
    text-align: right;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order_info .goods-wrap .sku_num {
    line-height: 30px;
    color: #999;
    font-size: 13px;
    margin-right: 2px;
}
.order_info .order_info_list {
    margin-top: 15px;
}
.order_info .order_info_list li {
    padding-right: 23px;
    position: relative;
}
.order_info .shipping > strong {
    position: absolute;
    left: 0;
    font-weight: 400;
    font-size: 14px;
}
.shipping_content p {
    margin: 5px 0;
}
.order_info .order_info_list li:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    top: 50%;
    -webkit-transform: translate(0,-50%) rotate(135deg);
    transform: translate(0,-50%) rotate(135deg);
    right: 6px;
}

/* 费用汇总 */
.buy_checkout {
    overflow: hidden;
    position: relative;
    background: #fff;
    margin: 10px 0;
    border-radius: 10px;
}
.buy_checkout li:first-child {
    padding-top: 4px;
}
.buy_checkout li {
    position: relative;
    overflow: hidden;
}
.buy_checkout li .content {
    position: relative;
    display: block;
    text-align: right;
    font-size: 13px;
    color: #333;
    padding: 9px 33px 9px 75px;
}
.buy_checkout li .content strong {
    display: inline-block;
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 14px;
    color: #333;
}
.buy_checkout .total_price {
    position: relative;
    padding: 15px 33px 0;
    margin-bottom: 15px;
    text-align: right;
    font-size: 14px;
}
.buy_checkout .total_price span{
	font-size: 15px;
}
.buy_checkout .total_price:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e5e5e5;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    left: 10px;
    right: 10px;
}

.order_remark textarea{
	width: 94%;
    margin: 20px 3% 10px;
    height: 52px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.order_buttom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 10px;
}
.order_buttom .btn-submit-order {
	color: #fff;
    background: #ff6565;
    box-shadow: 0 3px 6px 0 rgb(0 58 152 / 20%);
    border: none;
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
}