/*--base css start--*/
*{
    margin: 0;
    padding: 0;
}
ul, ol{
    list-style: none;
}
a{
    text-decoration: none;
}
input{
    width: 100%;
    border: none;
    outline: none;
}
i{
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
/*--base css end--*/


/*--base css start--*/
*{
    margin: 0;
    padding: 0;
}
ul, ol{
    list-style: none;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img{
    border: 0;
}
input{
    width: 100%;
    border: none;
    outline: none;
}
input:focus,textarea:focus,select:focus{
    outline: none;
}
i{
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
[v-cloak] {
    display: none !important;
}
img{
    border:0;
    border:none;
}

body{
    padding: 0 !important;
}
/*--base css end--*/


.mainbg{
    height: 100vh;
    width: 100vw;
    padding-top: 2rem;
    background-color: #f4f4f4;
    /*���ios�ϻ���������*/
    -webkit-overflow-scrolling: touch;
}
.point-right:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width:  2px 2px 0 0;
    border-color: #bbbbbb;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    z-index: 1;
}
.point-right-s:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-width:  2px 2px 0 0;
    border-color: #bbbbbb;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    z-index: 1;
}
.my-mask{
    position: fixed;
    top: 0;right: 0;bottom: 0;left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
}

.large-btn{
    margin: 15px auto 0;
    width: 90%;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    font-size: 18px;
   color: #ffffff;
    background-color: #f52548;
    border-radius: 1.2rem;
}

/* goods spec select start */
.showpoplayer{
    display: none;
    height: 100vh;width: 100vw;background-color: rgba(0,0,0,.3);position: absolute;top: 0;left: 0;
    z-index:999;
}
.box-pop-container{
    position: fixed;bottom: 0;left: 0;right: 0;
    background: #fff;
    box-sizing: border-box;
    z-index: 200;
}

.box-pop-header{
    height: 3.71rem;width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.box-pop-header:after{
    content: '';
    width: 90%;
    border-bottom: 1px solid #ececec;
    position: absolute;
    bottom: 0;
    left: 5%;
}
.box-pop-header img{
    width: 4.85rem;
    height: 4.77rem;
    object-fit: cover;
    position: absolute;
    top: -1.84rem;
    left: .75rem;
    z-index: 999;
    background-color: red;
    border-radius:.15rem;
}
.box-header-left{
    margin-right: .75rem;
    padding-left: .75rem;
    width: 13.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.i-header-price{
    font-size: .80rem;
    color: #f52548;
}
.i-header-name{
    font-size: .69rem;
    color: #000
}
.i-closed{
    position: absolute;
    top: .75rem;right: .75rem;
    font-family: arial,sans-serif;
    font-size: large;
}
.box-pop-main-select{
    padding: .75rem;
    max-height:15rem;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}
.i-select-title{
    margin-right: .5rem;
    font-size: .60rem;
    color: #333;
}
.m-spec-list{
    display: flex;
    flex-wrap: wrap;
}
.i-spec-item{
    margin-top: .5rem;
    margin-right: .5rem;
    width: 8.32rem;
    height: 1.57rem;
    line-height: 1.57rem;
    font-size: .75rem;
    text-align: center;
    background-color: #f4f4f4;
}
.box-amountbar{
    height: 2.45rem;
    display: flex;
    align-items: center;
}
.i-spec-item.active{
    background: #f52548;
    color: #fff;
}
.i-threshold{
    width: 4.75rem;
    border: 1px solid #888;
    border-radius: .15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.i-threshold-btn{
    width: 1.2rem;
    flex-shrink: 0;
    height: 1.31rem;
    line-height: 1.31rem;
    text-align: center;
}
.i-threshold-btn-left{
    border-right: 1px solid #888;
}
.i-threshold-btn-right{
    border-left:1px solid #888;
}
.btn{
    width: 100%;
    height: 2.45rem;
    line-height: 2.45rem;
    color: #fff;
    text-align: center;
    background-color: #f52548;
}



/* goods spec select end */

/* header guider start */

.m-header{
    z-index: 11;
    position: fixed;
    top: 0;
    height: 2rem;
    background-color: #fff;
    width: 100vw;
    font-size: .8rem;
    text-align: center;
    line-height: 2rem;
    border-bottom: 1px solid #f9f9f9;
    box-sizing: border-box;
}
.m-header.rob-header::before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 0 0 2px 2px;
    border-color: #3f3f3f;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 15px;
    z-index: 1;
}

.m-header .back {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1111;
}
.m-header .header-btn {
    margin-right: .6rem;
    position: absolute;
    right: 0;
    color: #333333;
    font-size: 0.56rem;
}
.m-header .header-btn img{
    display: inline;
    margin-right: .15rem;
    width: 1.5rem;
    vertical-align: middle;
}


/* header guider end */

/* order begin*/
.contain{
    position: relative;
    width: 100%;
    /*height: 4.8rem;*/
    background-color: #fff;
    padding: 0 .64rem;
    box-sizing: border-box;
    font-size: .7rem;
}
.line{
    height: 2.4rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.line img{
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
}
.contain .desc{
    width: 16.6rem;
    word-wrap: break-word;
    /*font-size: .7rem;*/
    align-items: center;
}

.titleline{
    /*padding: 0 .65rem;*/
    /*height: 1.82rem;*/
    /*font-size: .75rem;*/
    padding: 0 13px;
    height: 35px;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleline > span{
    display: flex;
    align-items: center;
}
.titleline img{
    /*margin-right: .25rem;*/
    /*width: 1.06rem;*/
    /*height: 1.06rem;*/
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.titleline .red{
    color: #f52548;
    margin: 0 .25rem;
}
.mainlist{
    margin-bottom: .64rem;
    -webkit-overflow-scrolling: touch;
}
.mainlist .item{
    display: flex;
    padding: .8rem 1rem .8rem.64rem;
    height: 5.6rem;
    background-color: #fff;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

.mainlist .item img{
    width: 4.26rem;
    height: 4.2rem;
    flex-shrink: 0;
    background: aqua;
    margin-right: .8rem;
}
.mainlist .item .itemdesc{
    height: 100%;
    width: 100%;
    display: flex;
    font-size: .7rem;
    flex-direction: column;
    justify-content: space-between;
}
.mainlist .item .spec{
    color: #999;
}
.mainlist .item .name{ }
.mainlist .item .neardown{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainlist .item .tags{ }
.mainlist .item .tags span{
    margin-right: .25rem;
    color: #f52548
}


.box-cell{
    margin-bottom: 10px;background-color: #ffffff
}
.box-cell:last-child{
    margin-bottom: 0;
}
.cell-li{
    padding: 15px 20px 15px 10px;
    display: flex;justify-content: space-between;align-items: center;
    position: relative;
}
.li-line{
    position: relative;
    box-sizing: border-box;
}
.li-line:after{
    content: '';
    position: absolute;
    top: 0;left: 0;right: 0;
    height: 1px;
    background-color: #cccccc80;
}
.box-cell.xs .cell-li{
    padding: 5px 20px 5px 10px;
}
.cell-li span{
    font-size: 15px;
    color: #666666;
    display: flex;align-items: center;
}
.cell-li img{
    object-fit: cover;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.font-color-red{
    color: #f52548 !important;
}

.i-btn{
    margin-right: .25rem;
    width: 4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .69rem;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
}
.i-btn:first-child{ margin-right: 0; }
/* order end */


/*  */
.box-modal-mask{
    width: 100vw;height: 100vh;
    background-color: rgba(0,0,0,.3);
    position: fixed;top:0;left:0;right:0;bottom:0;
    display: flex;justify-content: center;align-items: center;
    z-index: 999;
}
.box-modal-mask .box-alert{
    padding: 10px 10px 0 10px;
    width: 280px;height: 130px;background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    /*box-shadow: 0 0 .5rem .25rem #00000050;*/
}
.box-modal-mask .box-alert .alert-content{
    height: 80px;
    font-size: 14px; word-break: break-all;
    display: flex;align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
}
.box-modal-mask .box-alert .alert-ok{
    padding: 5px 20px 0;
    height: 30px;
    line-height: 30px;
    text-align: center;font-size: 14px;color: #f52548;
}

.box-toast{
    padding:10px 5px;font-size: 14px;
    width: 100px;
    color: #ffffff;text-align: center;
    height: 10px;line-height: 10px;
    background-color: #00000070;border-radius: 3px;
    position: fixed;top:0;left:0;right:0;bottom:0;
    margin: 70% auto;
    z-index: 999;
}
/*  */

/*  */
.m-header-tabs{
    height: 43px;background-color: #ffffff;border-bottom:1px solid #e6e6e6;
    display: flex;
}
.m-header-tabs li{
    width: 50vw;
    height: 43px;
    font-size: 15px;
    line-height: 43px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.m-header-tabs li.active{
    color: #f52548;
}
.m-header-tabs li.active:after{
    content: '';
    width: 30%;
    height: 1px;
    background-color: #f52548;
    position: absolute;
    left: 35%;
    bottom: 0;
}
/*  */