.shop {
  margin-bottom: 20px;
}
.layui-tab-title li {
  font-weight: bold;
  font-size: 16px;
}
.goods-info {
  display: flex;
}
.goods-info > img {
  display: block;
}
.goods-info .info {
  padding-left: 20px;
  flex: 1;
  text-align: left;
}
.goods-info .info>div {
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-bottom: 20px;
}
td .del {
  cursor: pointer;
}
td .message {
  display: flex;
}
td .message .label {
  width: 85px;
  color: #333;
  font-size: 14px;
  line-height: 36px;
}
td .message .layui-input {
  flex: 1;
  line-height: 36px;
  height: 36px;
}
.table-gray {
  background: #FCFCFC !important;
}
.table-yellow {
  background: #FFF9F0 !important;
}
.table-footer {
  height: 50px;
  color: #333;
}
.table-footer .del-all {
  cursor: pointer;
}
.total-count, .total-price {
  font-size: 24px;
  font-weight: bold;
  color: #FD7EA2;
}
.clearing {
  padding: 0!important;
  background: #B7B7B7!important;
  color: #fff;
  font-size: 22px!important;
  cursor: pointer;
}
.clearing.active {
  background: #FF7EA2!important;
}

.select-address {
  padding-bottom: 20px;
}
.select-address .title,
.discount .title,
.order-detail .title  {
  font-size: 16px;
  color: #000;
  line-height: 17px;
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.select-address .address {
  line-height: 46px;
  padding: 0 20px;
  border: 1px solid #fff;
}
.select-address .address.active {
  border: 1px solid #FF7EA2;
  background-color: #FFF8FA;
}
.select-address .address.active .label {
  color: #FF7EA2;
}
.select-address .address .label {
  color: #fff;
  margin-right: 15px;
}

.discount .layui-form-radio span {
  font-size: 16px;
  color: #000;
}
.discount .border-y {
  border-bottom: 2px solid #FFD69B;
}
.discount-footer {
  background: #F7F6F6;
  color: #A7A7A7;
  text-align: left;
  line-height: 46px;
  padding: 0 15px;
}
.total-preview {
  width: 440px;
  padding: 20px;
  text-align: right;
  border: 1px solid #FF7EA2;
  margin-top: 20px;
  float: right;
}
#clearing {
  float: right;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-size: 16px;
}

.order-status {
  padding: 40px 0;
}
.order-status .icon-success {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../images/icon-success.png) no-repeat center center;
  margin-right: 20px;
}
.order-status > span {
  display: inline-block;
  vertical-align: top;
}
.order-status p {
  line-height: 17px;
  font-size: 16px;
}
.order-status .tips {
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
}
.pay-type {
  margin-top: 20px;
}

.pay-type .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.pay-type .item {
  padding: 30px;
  display: block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  border: 1px solid #fff;
  border-bottom: 1px solid #DFDEDE;
}
.pay-type .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  margin-right: 20px;
  margin-left: 50px;
}
.pay-type .item .icon.pay-ali {
  background-image: url(../images/pay-ali.png);
}
.pay-type .item .icon.wxzf {
background-image: url(../images/wxzf.png);
}
.pay-type .item .icon.pay-union {
  background-image: url(../images/pay-union.png);
}
.pay-type .item .icon.pay-balance {
  background-image: url(../images/pay-balance.png);
}
.pay-type .item .right {
  display: none;
  font-size: 14px;
}
.pay-type .item.active {
  border: 1px solid #FF7EA2;
}
.pay-type .item.active .right {
  display: inline-block;
}
.pay-submit {
  width: 150px;
  height: 50px;
  font-size: 16px;
  margin-top: 40px;
  border-radius: 0;
  line-height: 50px;
}
.wxzf_con{
    width: 152px;
    height: 205px;
    border: 2px solid #f5f5f5;
    margin: 0 auto;
}
.wxzf_ewm{
  width: 113px;
  height: 113px;
  padding: 20px 20px 15px 20px;
}
.wxzf_txt{
  margin-left: 25px
}
.wxzf_sys{
  width: 24px;
  height: 24px;
  float: left;
  margin: 10px 15px 0 0;
}
.wxzf_txt_t1{
    display: block;
    width: 85px;
    font-size: 12px;
    float: left;
    padding-bottom: 10px;
}
.wxzf_txt_t2{
  display: block;
  font-size: 12px;
}
.sysfk{
  font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
}
.wxzf_price{
      font-size: 24px;
    color: #ff7ca1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.wxzf_cg{
  margin-top: 20px;
  font-size: 16px;
  color: #ff9000;
  text-align:center;
}