﻿body {
    background-color: #e7e7e7;
}
.zBox{
    width:100%;
    height:100%;
    position: relative;
    padding-top:170px;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
}
.zTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    height:45px;
    line-height: 45px;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
}
.zNote{
    width: 100%;
    height: 120px;
    position: absolute;
    top: 41px;
    left: 0px;
}
.zNote img{
    width:100%;
    height:100%;
}
.zUser{
    position: absolute;
    top:0px;
    right: 10px;
}
.zUser i{
    font-size:25px;
}
.zFooter{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height:50px;
    background-color: #666666;
    z-index: 105;
}
.zCartBar{
    position: relative;
    width: 100%;
    height: 100%;
}
.zCartBox{
    position: absolute;
    left: 20px;
    top: -5px;
    width: 56px;
    height:56px;
    line-height: 60px;
    background: #288add;
    border: 5px solid #434343;
    border-radius: 100%;
    text-align: center;
    box-sizing: border-box;
}
.cartNum {
    position: absolute;
    right: -2px;
    top: -2px;
    padding: 2px 5px;
    color: #fff;
    background: #f00;
    line-height: 1;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    border-radius: 7px;
}
.zCartBox img{
    width: 26px;
    height:26px;
}
.zCartInfo{
    position: absolute;
    top:6px;
    left: 95px;
    font-size: 13px;
}
.volume{
    color:#fff;
}
.btnSave{
    height: 50px;
    line-height: 50px;
    background: #f00;
    color: #fff;
    font-size: 14px;
    position: absolute;
    width:30%;
    top: 0px;
    left: 45%;
    text-align: center;
    cursor: pointer;
}
.btnContact {
    height: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 25%;
    top: 0px;
    right: 0px;
    text-align: center;
    cursor: pointer;
}

.zContainer{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
}
.zType{
    width: 25%;
    height: 100%;
    background-color:#f6f6f6;
}
#zTypeList,#zProList{
    position:relative;
    overflow:hidden;
    height: 100%;
    width: 100%;
}
#zTypeList>div,#zProList>div,#popCartList>div{
    min-height: calc(100% + 1px);
}
#zTypeList li{
    width: 100%;
    height:55px;
    line-height: 55px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    text-align: center;
    position: relative;
}
.typeItem{
    cursor: pointer;
}
#zTypeList li div.sel{
    background: #fff;
    color:#fd0b28;
    border-left:2px solid #fd0b28;
}
.subCount{
    font-style: normal;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 30px;
    background: #f00;
    height:unset;
    line-height: normal;
}
.zProRight{
    flex: 2;
    height: 100%;
    padding: 0px 10px 0px 15px;
    background: #fff;
    overflow: hidden;
}
.proItemTitle{
    position: relative;
    height:55px;
    line-height: 55px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    width: 100%;
}
#zProList li{
    height: 66px;
}
.pItem{
    position:relative;
    width: 100%;
    height: 100;
}
.pImg img{
    width: 50px;
    height: 60px;
}
.pTtitle{
    position: absolute;
    top:8px;
    left:60px;
    font-size: 12px;
    line-height:18px;
}
.pTtitle1{
    position: absolute;
    top:8px;
    left:0px;
    font-size: 12px;
    line-height:18px;
}
.pTtitle2{
    position: absolute;
    top:18px;
    left:55%;
    font-size: 12px;
}
.pBtn{
    position: absolute;
    right:0px;
    top:15px;
}
.btnReduce,.btnPlus,.btnEdit,.btnSplit{
    float: left;
    width: 25px;
    text-align: center;
    line-height: 20px;
    height: 25px;
    font-size: 20px;
    color: #f00;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}
.btnReduce,.btnEdit{
    display: none;
}
.btnNum{
    float: left;
    width:25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.btnSplit{
    width:12px;
    border:0px solid #ddd;
}
.moveDot {
    position: absolute;
    z-index: 109;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.popCartBg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #333;
    opacity: 0.8;
    top:0px;
    left: 0px;
    display: none;
}
.popCart{
    position:fixed;
    width: 100%;
    height: 60%;
    z-index: 101;
    bottom: -70%;
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.popCartBar{
    background-color:#e7e7e7;
    height:35px;
    line-height: 35px;
    border-left: 3px solid #288add;
    font-size: 13px;
    padding-left: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.popCartClose{
    position: absolute;
    top: 4px;
    right:15px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-size: 20px;
    color: #f00;
    border: 1px solid #aaa;
    border-radius:15px;
}
#popCartList{
    width: 100%;
    height: 100%;
    position:relative;
    overflow:hidden;
}
#popCartList li{
    height: 55px;
    padding: 0px 12px;
}
.positionTitleEdit{
    position: absolute;
    top: 12px;
    right:0px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.zTop {
    width: 100%;
    height: 120px;
}
.zTop img {
    width: 100%;
    height: 100%;
}
.zTitleBar {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.Rec{
    background-color:#fff;
    padding:20px;
}
.zFootImg {
    width: 100%;
    clear: both;
    padding-top:100px;
}
.zFootImg img {
    text-align:center;
    margin:0 auto;
    width: 100%;
    clear: both;
}

.zWord {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.WordRec {
    width: 86%;
    margin: 0 auto;
    padding: 20px 0px;
    clear: both;
}
.divLine {
    padding:20px 0px;
    border-bottom: 1px solid #aaaaaa;
    margin-left:39px;
    position:relative;
}
.txt {
    width: calc(100% - 120px);
    height: 25px;
    border: 0px solid #aaaaaa;
    outline: none;
}
.MustInput {
    color: #f00;
}
.spanIco {
    display: inline-block;
    width: 20px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    position:absolute;
    top:20px;
    left:-39px;
}
.txtTitle{
    display:inline-block;
    width:100px;
}