@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

html {
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: 0 auto
}

html, body {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 640px;
}

body {
    font-family: PingFang SC, arial, Hiragino Sans GB, Arial, Microsoft YaHei, Verdana, Roboto, Noto, Helvetica Neue, sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0;
    max-width: 640px;
    color: #333;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

a {
    width: auto;
    height: auto
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #333
}

ul, li, dl, dt, dd, p, img {
    border: none
}

ul, li {
    list-style: none
}

i {
    font-style: normal;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.hide {
    display: none
}

.show {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

mark {
    background-color: transparent;
}

img {
    width: 100%;
    vertical-align: middle
}

.hidden {
    display: none;
}


/*占位符*/
.imgwrap {
    position: relative;
    width: 100%;
    height: auto
}

.imgzwf {
    display: block;
    width: 100%;
    height: auto
}

.imgshow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

/*超出省略*/
.lineOne {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lineTwo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineThree {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.linefour {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/*加载*/
.loadding {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.loadding img {
    position: fixed;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

.load {
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #999;
}


/*icon*/
.icon {
    background: url(../images/icon.png);
    vertical-align: middle;
    display: inline-block;
    background-size: 300px;
}

.iconX {
    background: url(../images/iconX.png) no-repeat;
    background-size: 400px;
}

.iconY {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/iconY.png) no-repeat;
    background-size: 400px;
}


/*主体*/
.main {
    width: 100%;
}

.wrap {
    width: 94%;
    margin: auto;
}

.bggrey {
    background-color: #e7e7e7;
}

.bggrey2 {
    background-color: #f8f8f8;
}

.iconL {
    background: url(../images/iconL.png) no-repeat;
    background-size: 800px;
    vertical-align: middle;
    display: inline-block;
}

/*刘iconL*/
.orderBody {
    background-color: #e7e7e7;
    display: flex;
    flex-direction: column;
}

.orderBody .mainBox {
    flex: 1 !important;
}

.orderBody .orderBtnlink {
    bottom: 16% !important;
}

.orderBody .btnBoxs {
    height: auto !important;
    padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
}


/*底部菜单样式*/
.foot {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    background-color: rgb(220, 242, 255);
    font-size: 14px;
    z-index: 9999;
    box-shadow: -1px -2px 10px rgba(0, 0, 0, 0.2)
}

.foot li {
    width: 25%;
    text-align: center;
}

.foot li a {
    color: #AAAAAA;
}

.foot li a .iconL {
    width: 44px;
    height: 37px;
    background-size: 650px;
}

/*选中前*/
.foot li .icon_index {
    background-position: -3px -113px;
}

.foot li .icon_zhushou {
    background-position: -59px -113px;
}

.foot li .icon_proposal {
    background-position: -117px -113px;
}

.foot li .icon_us {
    background-position: -172px -113px;
}

/*选中后*/
.foot .li_active a {
    color: #1FCCA7;
}

.foot .li_active .icon_index {
    background-position: -4px -162px
}

.foot .li_active .icon_zhushou {
    background-position: -59px -162px;
}

.foot .li_active .icon_proposal {
    background-position: -116px -162px
}

.foot .li_active .icon_us {
    background-position: -171px -162px;
}


.icon_pl {
    width: 29px;
    height: 44px;
    background-position: -243px -170px;
    background-size: 400px;
    /* margin-right: 4px; */
}

.pricesBox {
    padding: 5px 18px;
}

.pricesBox div {
    margin: 5px auto;
}

.js_posCheckBox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 10px;
    box-sizing: border-box;
    display:none;
}

.js_posCheckBox .boxArr {
    height: 360px;
    background-color: #ffffff;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -180px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}
.js_posCheckBox .boxArr.show{
    animation: zoomIn 0.2s ease;
}

.js_posCheckBox .boxArr .titleBar {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    height: 55px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

.js_posCheckBox .boxArr .titleBar .close{
    width:55px;
    height:55px;
    position:absolute;
    right:0;
    padding:15px;
}
.js_posCheckBox .boxArr .titleBar .close image{
    width:100%;
    height:100%;
}

.js_posCheckBox .boxArr .posList {
    flex: 1;
    overflow-y: auto;
    width:100%;
    padding:0 5px;
}
.js_posCheckBox .boxArr .posList:after{
    content:'';
    width:100%;
    height:1px;
    display:block;
    clear: both;
}
.js_posCheckBox .boxArr .posList .item{
    width:33.333%;
    height:70px;
    padding:0 5px;
    float:left;
}
.js_posCheckBox .boxArr .posList .item .box{
    border:solid 1px #ccc;
    border-radius:10px;
    width:100%;
    height:100%;
    display:flex;
    overflow: hidden;
    position:relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.js_posCheckBox .boxArr .posList .item .box .flag{
    width:25px;
    height:25px;
    position:absolute;
    display:none;
    left:-2px;
    top:-2px;
}
.js_posCheckBox .boxArr .posList .item .box.active .flag{
    display:block;
}
.js_posCheckBox .boxArr .posList .item .box.disabled{
    background-color: rgb(245,245,245);
}

.js_posCheckBox .boxArr .posList .item .box .time,.js_posCheckBox .boxArr .posList .item .box .stock{
    font-size:14px;
    color:#666;
}
.js_posCheckBox .boxArr .posList .item .box.disabled .time,.js_posCheckBox .boxArr .posList .item .box.disabled .stock{
    color:#999;
}
.js_posCheckBox .boxArr .posList .item .box .price{
     color:rgb(255,150,34);
     font-size:15px;
}
.js_posCheckBox .boxArr .posList .item .box.disabled .price{
    color:#999;
}
.js_posCheckBox .boxArr .posList .item .box .price span{
    font-size:12px;
}
.js_posCheckBox .boxArr .btns {
    width: 100%;
    height: 50px;
    display: flex;
}

.js_posCheckBox .boxArr .btns button {
    flex: 1;
    border: none;
    font-size:15px;
    border-radius: 0;
}

.js_posCheckBox .boxArr .btns button:first-child {
    background-color: rgb(228,228,228);
}

.js_posCheckBox .boxArr .btns button:last-child {
    color: #fff;
}

/*公共样式*/
.peoItem .selinput {
    height: 30px;
    margin-left: 25px;
    border-radius: 5px;
    border: 1px solid #eee;
    text-indent: 5px;
}

.w60 {
    width: 60px !important;
}

.w100 {
    width: 100px !important;
}

.w160 {
    width: 160px !important;
}

/* .selactive{background: #ecfde9;border: 1px solid #a5d69c !important;} */
/* 段落缩进 */
.paragraph {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff url(../images/box_bg.png) no-repeat center bottom;
    background-size: 100% auto;
}