.cartBoxMid li img {
  width: 50px;
  height: 50px;
  border: #ddd solid 1px;
  position: absolute;
  left: 5px;
  top: 0px;
}

.cartBox {
  position: fixed;
  right: -270px;
  top: 0;
  height: 100%;
  border-left: 6px solid #7A6E6E;
  width: 270px;
}

.cartBoxMid {
  background: #ECEAEA;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.cartBoxTop {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #E5E5E5;
}

.cartBoxTop .lt {
  margin-left: 10px;
}

.cartBoxTop .layui-icon {
  margin-right: 5px;
}

.cartBoxBom {
  height: 50px;
  background: #E5E5E5;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cartBoxBom .layui-btn {
  margin: 6px 5px 0 0;
  padding: 0px 10px;
}

.cartBoxBom .lt {
  padding: 5px 0 5px 5px;
}

.cartBoxBom p {
  line-height: 20px;
  font-family: verdana;
}

.cartBoxBtn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: -36px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  cursor: pointer;
  background-color: #7A6E6E;
}

.cartBoxBtn .cartNum {
  position: absolute;
  font: 11px/11px verdana;
  text-align: center;
  right: 2px;
  padding: 1px 2px;
  top: -5px;
  height: 11px;
  min-width: 11px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #B61D1D;
  color: #FFF;
  background: linear-gradient(to bottom, #CC6060 0px, #B61D1D 100%);
}


.cartBoxBtnTxt {
  position: absolute;
  left: 36px;
  height: 36px;
  line-height: 36px;
  width: 72px;
  text-align: center;
  white-space: nowrap;
  top: 0;
  border-radius: 3px 0 0 3px;
  transition: 0.3s;
}

.cartBoxBtn:hover {
  background-color: #e86645;
}

.cartBoxBtn:hover .cartBoxBtnTxt {
  left: -65px;
}

.cartBoxBtn:hover .cartNum,
.redBg .cartNum {
  color: #e86645;
  background: #FFF;
}

.cartBoxMid ul {
  padding: 30px 0 50px;
}

.cartBoxMid li {
  background: #fff;
  margin-top: 10px;
  padding: 10px 0;
}

.cartWidth {
  top: 50%;
  margin-top: -36px;
}

.cartBoxBtn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: -36px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  cursor: pointer;
  background-color: #7A6E6E;
}

.cartUp {
  bottom: 37px;
}

.cartGo {
  bottom: 0px;
}

.cartBoxBtn:hover .cartBoxBtnTxt {
  left: -65px;
}

.cartBoxBtn:hover {
  background-color: #e86645;
}

.redBg {
  background-color: #e86645;
  color: #fff;
}

.cartEmpty {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -64px;
}

.cartEmpty img {
  width: 64px;
  height: 64px;
}

.cartEmpty p {
  font-size: 12px;
  color: #000;
}

.cartEmpty a {
  margin-top: 5px;
}