/* CSS Document */
.m_layout {
    padding-top: 0.88rem;
    padding-bottom: 1.5rem;

}

header p {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.34rem;
}

header p i {
    display: block;
    float: left;
    width: 0.6rem;
    margin-left: 0.3rem;
}

header p span a {
    display: block;
    float: right;
    color: #5abcef;
    font-size: 0.27rem;
    margin-right: 0.4rem;
}

/*banner*/
.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    max-height: 7.5rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1rem;
}

.banner .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
}

.banner .swiper-pagination-bullet-active {
    background: #666;
}

.banner .cou {
    width: 100%;
    height: 0.73rem;
    line-height: 0.73rem;
    background: rgba(243, 243, 243, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.banner .cou p {
    color: #333;
    font-size: 0.26rem;
    padding: 0 0.3rem 0 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*banner  end*/
/*detail_name*/
.detail_name {
    margin-top: 0.3rem;
    width: 100%;
    height: auto;
}

.detail_name h4 {
    width: 90%;
    height: 0.92rem;
    margin: 0 auto;
    font-size: 0.3rem;
    color: #333;
    font-weight: 400;
}

.detail_name .one {
    width: 90%;
    height: 0.68rem;
    margin: 0 auto;
    font-size: 0.48rem;
    color: #e93b39;
    line-height: 0.68rem;
}

.detail_name .one span {
    font-size: 0.25rem;
    color: #b5b5b5;
}

.detail_name .two {
    margin: 0.64rem auto 0;
    width: 90%;
    line-height: 0.5rem;

    font-size: 0.3rem;
    color: #333;
}

.detail_name .two span {
    color: #bea474;
    font-size: 0.28rem;
}

.detail_name .two span.mp_mp {
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    box-sizing: border-box;
}

.detail_name .two span.mp_mp input {
    font-size: 0.32rem;
}

.detail_name .three {
    width: 90%;
    height: 0.6rem;
    margin: 0.36rem auto 0;
    font-size: 0.26rem;
    color: #333;
}

/*detail_name  end*/


.brand {
    width: 100%;
    /* height:2.7rem;  */
    font-size: 0.3rem;
    color: #5a5a5a;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    border-top: 1px solid #e9e9e9;
}

.brand ul {
    display: flex;
}

.brand ul li {
    flex: 1;
    margin-top: 0.5rem;
    margin-left: 0.7rem;
}

.brand ul li .pic {

}

.brand ul li .pic img {
    height: 1.1rem;
    width: auto;
    margin: 0 auto;

}

.brand ul li p {
    margin-top: 0.3rem;
    color: #333;
    font-size: 0.24rem;
    text-align: center;
}

/*goods_info*/
.goods_info {
    width: 100%;
    height: auto;

    border-top: 1px solid #e9e9e9;
}

.goods_info h2, .evaluate h2 {
    width: 90%;
    height: 1.5rem;
    margin: 0 auto;
    font-size: 0.36rem;
    color: #333;
    line-height: 1.5rem;

}

.goods_info .info {
    padding-bottom: 0.3rem;
    padding: 0 0.4rem;
}

.goods_info p {
    width: 30%;
    height: 0.5rem;
    margin: 0 auto;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #333;
    margin-top: 0.25rem;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods_info .w60 {
    width: 70%;
    color: #666;
    font-size: 0.24rem;
}


/*goods_info  end*/

/*评价*/
.evaluate {
    width: 100%;
    height: auto;
    border-top: 1px solid #e9e9e9;


}

.evaluate h2 span {
    margin-left: 30%;
    font-size: 0.28rem;
}

.evaluate ul {
    width: 90%;
    margin: 0 auto;
}

.evaluate ul li {
    border-top: 1px solid #e9e9e9;
}

.evaluate ul li p {
    margin-top: 0.3rem;
    font-size: 0.26rem;
}

.evaluate ul li .time {
    color: #666;
}

/*商品详情*/
.brand_pic {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 0.15rem;
    border-top: 1px solid #e9e9e9;
}

.brand_pic h2 {
    width: 90%;
    height: 1.5rem;
    margin: 0 auto;
    font-size: 0.35rem;
    color: #5a5a5a;
    line-height: 1.5rem;
}

.brand_pic .photo {
    width: 90%;
    height: auto;
    margin: 0 auto;
	overflow: hidden;
}

.brand_pic .photo img {
    width: 100%;
    height: auto;
}

.brand_pic .photo .ssd-module {
    max-width: 375px !important;
}

/*bottom*/
.bottom {
    width: 100%;
    /*height:1.5rem;*/
    max-width: 7.5rem;
    min-width: 3.2rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 101;
    border: 1px solid #e5e5e5;
}

.bottom ul {
    margin-top: 0.2rem;
    width: 20%;
    height: 0.94rem;
    float: left;
    display: flex;
}

.bottom ul li {
    flex: 1;
}

.bottom ul li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0.2rem auto;
    text-align: center;
}

.bottom ul li a p {
    margin-top: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom .button {
    margin-top: 0.2rem;
    width: 50%;
    height: 1.1rem;
    float: left;
    line-height: 1.1rem;
    border: none;
    color: #fff;
    font-size: 0.33rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}


/*bottom  end*/

/*遮罩层 加入购物袋*/

#back1 {

    display: block;
    background: rgba(0, 0, 0, 0.498039);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.one {

    background-color: #fff;
    display: none;

}

.mask-container {

    background: #fff;
    overflow-y: visible;
}

.mask-body {
    margin: 0 auto 0.5rem;
    max-height: 15rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mask-body::-webkit-scrollbar {
    display: none;
}

.mask-group-container {
    margin-left: 0.5rem;
    padding: 0.5rem 0 0.3rem;
}

/* sku header */
.mask-header {
    margin-left: 0.5rem;
    border-bottom: 1px solid #e9e9e9;
}

.header_img-wrap {
    position: relative;
    float: left;
    margin-top: -0.8rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
}

.header_img-wrap img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.goods-info {
    padding: 0.6rem 0 0.5rem 0.5rem;
    min-height: 1rem;
    overflow: hidden;
    box-sizing: border-box;
}

.goods-price {
    color: #333;
    font-size: 0.46rem;
}

.goods-into {
    font-size: 0.26rem;
    color: #333;
    margin-top: 0.15rem;
}


.close {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    top: 0.2rem;
    right: 0.3rem;
    font-size: 0.4rem;
    color: #999;
    position: absolute;
    text-align: center;
    font-style: normal;
}


/* sku row */
.mask-row {
    margin: 0 0.15rem 0.1rem 0;
    border-bottom: 1px solid #e9e9e9;

}

.mask-row:last-child {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.mask-row_title {
    width: 20%;
    padding-bottom: 0.1rem;
    float: left;
    height: 0.77rem;
    line-height: 0.77rem;
}

.mask-row .fr {
    width: 80%;


}

.mask-row_item {
    display: block;
    float: left;
    min-width: 0.5rem;
    padding: 0 0.3rem;
    margin: 0.2rem 0.4rem 0.28rem 0;
    height: 0.77rem;
    line-height: 0.77rem;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.mask-row_item-active {
    color: #fff;
    border-color: #333;
    background: #333;
}

.mask-row_item--disabled {
    background: #e8e8e8;
    border-color: #e5e5e5;
    color: #c9c9c9;
}

/* sku stepper */
.mask-stepper-stock {
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    margin-left: 0.5rem;
}

.mask-stepper-container {
    height: auto;
    margin-right: 0.3rem;
    border-top: 1px solid #e5e5e5;
}

.mask_stepper {
    margin-top: 0.6rem;
    float: right;
    border: 1px solid #e5e5e5;
}

.mask_stepper-title {
    float: left;
    margin-top: 0.5rem;
    line-height: 1rem;
}


.mask-stepper_minus {
    border-radius: 2px 0 0 2px;

}

.mask-stepper_plus {
    border-radius: 0 2px 2px 0;

}

.mask-stepper_minus, .mask-stepper_plus {
    width: 0.8rem;
    height: 0.6rem;
    box-sizing: border-box;
    background-color: #fff;
    /*border: 1px solid #e5e5e5;*/
    position: relative;
    padding: 0.05rem;
    vertical-align: middle;
    border: none;
}

.mask-stepper_input[disabled] {
    color: #333;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;

}

.mask-stepper_input {
    width: 0.8rem;
    height: 0.6rem;
    padding: 1px;

    border-width: 0 0;
    border-radius: 0;
    box-sizing: content-box;
    color: #333;
    font-size: 0.3rem;
    vertical-align: middle;
    text-align: center;
    -webkit-appearance: none;
    background: none;
}

.van-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.van-popup--bottom {
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.van-button--bottom-action {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    background-color: #333;
}

/*结算中心*/

.settlemenr_warp {
    background: #f5f5f5;

    margin: 0 auto;
}

.settlemenr_warp .settlement_top {
    margin-top: 0.2rem;
    background: #fff;
    color: #333;
    font-size: 0.26rem;
    padding: 0 0.3rem;
}

.settlemenr_warp .settlement_top .shop_method {
    border-bottom: 1px solid #e9e9e9;
    height: 1.06rem;
    line-height: 1.06rem;
}

.settlemenr_warp .settlement_top .shop_method .fl {
}

.settlemenr_warp .settlement_top .shop_method .fr {
    color: #999;
}

.settlemenr_warp .settlement_top .shop_method .fr span {
    margin-right: 0.1rem;
}

.settlemenr_warp .settlement_top .shop_method .fr i {
}


.settlemenr_warp .settlement_top .shop_message {
    width: 100%;
    height: auto;
    min-height: 2.2rem;
}

.settlemenr_warp .settlement_top .shop_message .fl {
    width: 85%;
}

.settlemenr_warp .settlement_top .shop_message .fl .info {
    color: #333;
    margin-bottom: 0.3rem;
}

.settlemenr_warp .settlement_top .shop_message .fl p {
    margin-top: 0.2rem;
    color: #999;
}

.settlemenr_warp .settlement_top .shop_message .fl p span {
    margin-left: 0.2rem;
}

.settlemenr_warp .settlement_top .shop_message .fr {
    line-height: 1.6rem;
    color: #999;

}


.settlemenr_warp .settlement_mid {
    background: #fff;
    margin-top: 0.2rem;
    padding: 0 0.3rem;
}

.settlemenr_warp .settlement_mid .item {
    height: 1.1rem;
    line-height: 1.1rem;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;

}

.settlemenr_warp .settlement_mid .item:last-child {
    border-bottom: none;
}

.settlemenr_warp .settlement_mid .item .fl {
    color: #333;
    font-size: 0.28rem;
    width: 20%;
}

.settlemenr_warp .settlement_mid .item .fr {
    color: #999;
    font-size: 0.26rem;
    width: 75%;
    text-align: right;
}

.settlemenr_warp .settlement_mid .item .fr span {
    margin-right: 0.1rem;
}

.settlemenr_warp .settlement_mid .item .fr img {
    width: 0.4rem;
    height: auto;
    float: right;
    margin-top: 0.3rem;
    vertical-align: middle;
}

.settlemenr_warp .settlement_mid .item .fr i {
}

.settlemenr_warp .settlement_bottom {
    background: #fff;
    margin-top: 0.2rem;
}

.settlemenr_warp .settlement_bottom ul {
}

.settlemenr_warp .settlement_bottom ul .title {
    height: 1rem;
    line-height: 1rem;

}

.settlemenr_warp .settlement_bottom ul .title p {

    margin: 0 auto;
}

.settlemenr_warp .settlement_bottom ul li {
    border-top: 1px solid #e9e9e9;
    /*padding: 0.5rem 0.4rem;*/
    height: 2.5rem;
    border-bottom: none;
}

/*.settlemenr_warp .settlement_bottom ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
.settlemenr_warp .settlement_bottom ul li .pic {
    width: 30%;
    height: 90%;
    margin: 0 auto;
    padding: 0.1rem;
    margin-top: 0.2rem;

}

.settlemenr_warp .settlement_bottom ul li .pic img {
    /* width: auto; */
    height: 90%;
    margin: 0 auto;
}

.settlemenr_warp .settlement_bottom ul li .text {
    width: 67%;
    margin-left: 0.2rem;
}

.settlemenr_warp .settlement_bottom ul li .text p {
    text-align: left;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.settlemenr_warp .settlement_bottom ul li .text .name {
    margin-top: 0.5rem;
}

.settlemenr_warp .settlement_bottom ul li .text .num {
    color: #999;
    font-size: 0.28rem;
    margin-top: 0.15rem;
}

.settlemenr_warp .settlement_bottom ul li .text .price {
    font-size: 0.26rem;
    color: #333;
    /*font-weight: 800;*/
    margin-top: 0.3rem;
    text-align: right;
}

.settlemenr_warp .settlement_bottom .money {
    border-top: 1px solid #e9e9e9;
    padding: 0.4rem 0.3rem;
}

.settlemenr_warp .settlement_bottom .money p {
    color: #999;
    font-size: 0.26rem;
    margin-top: 0.1rem;
}

.settlemenr_warp .settlement_bottom .money .total {
    color: #333;
    font-size: 0.28rem;
}

.settlemenr_warp .settlement_bottom .money p span {
}

.settlemenr_warp .settlement_button_bottom {
    width: 100%;
    height: 1.2rem;
    position: fixed;
    bottom: 0;
    background: #fff;
    max-width: 750px;
}

.settlemenr_warp .settlement_button_bottom .fl {

    padding: 0.4rem 0 0.2rem 0.4rem;
}

.settlemenr_warp .settlement_button_bottom .fl .should_money {
    font-size: 0.28rem;

}

.settlemenr_warp .settlement_button_bottom .fl .should_money span {
    color: #e93735;
}

.settlemenr_warp .settlement_button_bottom .fl .voucher {
    color: #999;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}

.settlemenr_warp .settlement_button_bottom .fr {
    width: 40%;
}

.settlemenr_warp .settlement_button_bottom .fr button {
    width: 100%;
    background: #e93735;
    border: none;
    border-radius: 2px;
    color: #fff;
    line-height: 1.2rem;
}











