* {
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: rgba(62, 31, 18, 1);
}

html,
body {
  min-width: 1260px;
  min-height: 1120px;
  height: 100%;
  margin: 0;
}

#shopbox {
  border-radius: 5px;
  padding: 20px;
  background-color: #e2e8e7 !important;
}
.spboxtitle,
.goods-num {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  height: 36px;
  line-height: 36px;
}
.spbbtndiv {
  height: 48px;
  line-height: 48px;
}
.go-to-sbmt {
  cursor: pointer;
  border: 0;
  background-color: #ff6600;
  padding: 5px 25px;
  color: #ffffff;
  font-size: 14px;
  float: right;
  margin-top: 9px;
  border-radius: 5px;
}

.tip-title {
  padding: 5px 0;
}
.spboxleft {
  padding: 3px 0;
}

.btn-product-tip-close {
  font-size: 16px;
  width: 30px;
  height: 26px;
  line-height: 26px;
  color: #BE1313;
  text-align: center;
  cursor: pointer;
  float: right;
  border: 0;
}

/* 警告框 */
.pay-alarm-icon {
  color: #BE1313;
  font-size: 22px;
}
.pay-alarm-content {
  color: #BE1313;
  font-size: 22px;
  font-weight: 600;
}

a, a:visited, a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
  text-decoration-line: none;
}


/* 下架或者失效 */
.tip-can-not {
	color: #BE1313;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	padding-left: 30px;
}
.btn-can-not {
	background-color: #626262 !important;
}

.text-center {
  text-align: center;
  padding: 0;
}