*{
    padding: 0;
    margin: 0;
    /*box-sizing: border-box;*/
}
@media only screen and (max-width:420px){
    *{
        font-size: 12px;
    }
}
.be-orangered{
    background-color: orangered!important;
    color: white!important;
}
.be-orangered:hover{
    box-shadow: 0 0 5px .5px rgb(252, 135, 93)!important;
}
.be-red{
    background-color: red!important;
    color: white!important;
}
.be-red:hover{
    box-shadow: 0 0 5px .5px rgb(253, 85, 85)!important;
}
.be-lightgray{
    background-color: lightgray!important;
}
.be-blue{
    background-color: #0E90D2!important;
    color: white!important;
}
.be-blue:hover{
    box-shadow: 0 0 5px .5px rgb(88, 195, 248)!important;
}
.be-lightblue{
    background-color: rgb(7, 232, 248)!important;
    color: white!important;
}
.be-lightblue:hover{
    box-shadow: 0 0 5px .5px rgb(90, 245, 253)!important;
}
.be-green{
    background-color: #5EB95E!important;
    color: white!important;
}
.be-green:hover{
    box-shadow: 0 0 5px .5px rgb(149, 250, 149)!important;
}
a,p,span,div,sup,sub,i,h1,h2,h3,h4,h5,h6,h7,h8,h9,ul,li{
    text-decoration: none;
    list-style: none;
}
ul{
    padding: 0;
}
.be-lg-1,
.be-md-1,
.be-sm-1,
.be-xm-1{
    width: 8.333%;
    display: inline-block;
    white-space:nowrap;
    overflow: hidden;
}
.be-lg-2,
.be-md-2,
.be-sm-2,
.be-xm-2{
    width: 16.666%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-3,
.be-md-3,
.be-sm-3,
.be-xm-3{
    width: 25%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-4,
.be-md-4,
.be-sm-4,
.be-xm-4{
    width: 33.333%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-5,
.be-md-5,
.be-sm-5,
.be-xm-5{
    width: 41.666%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-6,
.be-md-6,
.be-sm-6,
.be-xm-6{
    width: 50%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-7,
.be-md-7,
.be-sm-7,
.be-xm-7{
    width: 58.333%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-8,
.be-md-8,
.be-sm-8,
.be-xm-8{
    width: 66.666%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-9,
.be-md-9,
.be-sm-9,
.be-xm-9{
    width: 75%;
    display: inline-block;
    white-space:nowrap;
}
.be-lg-10,
.be-md-10,
.be-sm-10,
.be-xm-10{
    width: 83.333%;
    display: inline-block;
    white-space:nowrap;
    overflow: hidden;
}
.be-lg-11,
.be-md-11,
.be-sm-11,
.be-xm-11{
    width: 91.666%;
    display: inline-block;
    white-space:nowrap;
    overflow: hidden;
}
.be-lg-12,
.be-md-12,
.be-sm-12,
.be-xm-12{
    width: 100%;
    display: inline-block;
    white-space:nowrap;
    overflow: hidden;
}
.be-col{
    font-size: 0;
}

/* 按钮 */
.be-btn{
    display: inline-block;
    padding: 6px 12px;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
}
.be-btn:active,.be-btn:focus,.be-btn:hover{
    outline: none;
    box-shadow: 0 0 5px 1px rgb(211, 209, 209);
}
.be-btn:active{
    background-color: lightgray;
}
.be-center{
    display: block;
    margin: 0 auto;
}
.be-fl{
    float: left!important;
}
.be-fr{
    float: right!important;
}
.disabled{
    opacity: .5;
    cursor: auto;
    background-color: lightgray;
}
.disabled:hover{
    box-shadow: none;
    background-color: lightgray;
}
.be-close{
    border: 0;
    background:none;
    cursor: pointer;
}
.be-turnoff{
    font-size: 25px;
    line-height: 20px;
}
.be-turnoff:focus{
    outline: none;
}
.be-close:hover{
    color: orangered;
}
/* 表格 */
.be-tabel{
    display: block;
}
.be-tabel caption{
    padding: 10px 0;
    border-bottom: 1px solid lightgrey;
}
.be-tabel caption,
.be-tabel thead,
.be-tabel tbody,
.be-tabel tfoot{
    display: block;
    border-collapse: collapse;
}
.be-tabel tr{
    display: flex;
    border-top: 1px solid lightgray;
}
.be-tabel tfoot tr{
    border-bottom: 1px solid lightgray;
}
.be-tabel th,
.be-tabel td{
    padding: 5px 10px;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;  
     text-overflow:ellipsis; 
      overflow:hidden;
}
.be-tabel-border{
    border: 1px solid lightgray;
    border-radius: 5px;
}
.be-tabel-border tr,
.be-tabel-border caption{
    border: 0;
}
.be-tabel-border td,
.be-tabel-border th{
    border-top: 1px solid lightgray;
    border-right:  1px solid lightgray;
}
.be-tabel-border tr th:nth-last-of-type(1),
.be-tabel-border tr td:nth-last-of-type(1){
    border-right: 0;
}
.be-table-hover tr:hover{
    background-color: #F2F2F0;
}
.be-table-hover tr:hover,
.be-table-hover td:hover{
    cursor: default;
}
/* input */
.be-form{
    margin: 10px 0;
}
.be-form label{
    font-weight: bold;
    display: inline-block;
    padding:  0px;
    line-height: 24px;
}
.be-input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.be-input:focus,
.be-form .be-textarea:focus,
.be-form-btn .be-input:focus{
    outline: 0;
    box-shadow: 0 ;
    /* border: 1px solid gray; */
}
/* .be-form-btn .be-input:focus{
    box-shadow:  0px 0 5px 2px  rgb(228, 227, 227);
} */
.be-form-oneline {
    display: flex;
}
.be-form-oneline label{
    white-space: nowrap;
    margin: 0;
    padding: 5px 20px;
}
.be-form-oneline .be-input{
    flex-grow: 1;
}
.be-form .be-textarea{
    width: 100%;
    padding: 5px  10px;
    border: 0;
    border: 1px solid #ccc;
}
.be-form-btn label{
    background-color: gray;
    color: white;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.be-form-btn .be-input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.be-form-btn-right{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.be-form-btn-right label{
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    flex-basis: auto;
}
.be-form-btn label:active{
    background-color: rgb(105, 105, 105);
}
.be-form-btn-right .be-input{
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    flex-grow: 1;
}
.be-select{
    position: relative;
}
.be-select .be-input{
    cursor: inherit;
}
.be-select .be-select-option{
    border: 1px solid gray;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 0;
}
.be-select .be-option{
    padding: 2px 5px; 
    white-space: nowrap;  
    text-overflow:ellipsis; 
    overflow:hidden;
    cursor: inherit;
}
/* 商城商品列表 */
.be-goods{
    font-size: 0;
}
.be-goods-list{
    padding: 5px;
}
.be-goods-list>a{
    display: block;
    padding: 0 0 10px 0;
}
.border{
    border: 1px solid lightgray;
}
.be-goods-list>a>img{
    width: 100%;
}
.be-goods-list>a>P{
    padding: 0px 10px;
    font-size: 14px;
}
.be-goods-list .be-good-name{
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0px 10px;
    white-space: normal;
}
abbr[title], acronym[title] {
    text-decoration: none;
}
.be-goods-list .be-good-sum,
.be-goods-list .be-good-sum  span{
    color: orangered;
    font-size: 18px;
}

.be-goods-list .be-good-price del,
.be-goods-list .be-good-price del .be-good-del{
    color: gray;
}
@media only screen and (max-width:420px){
    .be-goods-list>a>P{
        padding: 0px 5px;
        font-size: 12px;
    }
    .be-goods-list .be-good-name{
        padding: 0 5px;
    }
    abbr[title], acronym[title]{
        padding: 0 5px;
    }
    .be-goods-list .be-good-sum, .be-goods-list .be-good-sum span{
        font-size: 14px;
    }
    .be-goods-list .be-good-price del, .be-goods-list .be-good-price del .be-good-del{
        font-size: 12px;
    }
}
/* 模态弹框 */
.be-modal{
    display: none;
    z-index: 9999;
}
.be-modal-curtain{
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}
.be-body{
    position: fixed;
    background-color: white;
    width: 600px;
    padding:  5px 10px;
    height: auto;
    z-index: 999;
}
.be-modal .be-header {
    text-align: right;
}
.be-modal  .be-close{
    color: gray;
}
.be-modal .be-header .be-close{
    padding: 0 5px;
    margin: 0;
}
.be-modal .be-header .be-close:hover{
    font-weight: bold;
    box-shadow: none;
}
.be-modal .be-btn{
    font-size: 16px;
}
.be-footer{
    padding: 5px 50px;
}
.be-footer .be-btn{
    width: 20%;
    border:  1px solid #ccc;
    min-width: 70px;
}
.be-content{
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.be-modal-true .be-body{
    width: 400px;
}
.be-modal-true .be-true{
    margin: 5px auto;
    display: block;
}
@media only screen and (max-width:420px){
    .be-body,
    .be-modal-true .be-body{
        width: 380px;
    }
    .be-form-btn label,
    .be-form-oneline label{
        padding: 5px 10px;
    }
}
@media only screen and (max-width:375px){
    .be-body,
    .be-modal-true .be-body{
        width: 350px;
    }
}
@media only screen and (max-width:360px){
    .be-body,
    .be-modal-true .be-body{
        width: 340px;
    }
}
@media only screen and (max-width:320px){
    .be-body,
    .be-modal-true .be-body{
        width: 300px;
    }
}
/* 商品数量加减 */
.be-plusminus>a{
    font-size: 14px;
    padding: 5px;
}
.be-plusminus .be-subtract{
    color: #ccc;
}
.be-plusminus>.be-add:hover{
    color: orangered;
}
.be-plusminus .be-plusminus-sum{
    border: 0;
    border: 1px solid #ccc;
    width: 50px;
    text-align: center;
    display: inline-block;
}
@media only screen and (max-width:420px){
    .be-plusminus .be-plusminus-sum{
        padding: 0px 6px;
        width: 30px;
        height: 25px;
    }
}
/* 图片 */
.be-img{
    width: 20%;
    margin: 1%;
}
.be-radius{
    border-radius: 5%;
}
.be-circle{
    border-radius: 50%;
}
.be-border{
    padding: 5px;
    border: 1px solid #ccc;
}
/* 进度条 */
.be-progress{
    background-color: rgb(247, 244, 244);
    -moz-box-shadow:0px 0px 5px #999 inset;              /* For Firefox3.6+ */
	-webkit-box-shadow:0px 0px 5px #999 inset;           /* For Chrome5+, Safari5+ */
	box-shadow:0px 0px 5px #999 inset;                   /* For Latest Opera */
    width: 100%;
    height: 20px;
    margin:  10px 0;
    font-size: 0;
}
.be-progress-bar{
    background-color: #999;
    height: 20px;
    text-align: center;
    color: white;
    line-height: 20px;
    display: inline-block;
}
.be-progress-small{
    height: 15px;
}
.be-progress-small .be-progress-bar{
    height: 15px;
    line-height: 15px;
}
.be-progress-big{
    height: 25px;
}
.be-progress-big .be-progress-bar{
    height: 25px;
    line-height: 25px;
}
.be-flex {
    display: flex;
}
.be-flex-grow {
    flex-grow: 1;
}
.be-tag{
    background-color: rgb(100, 100, 100);
    padding: 0 5px;
    color: white;
}


/* 页面 */