* {
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

header {
	width: 100%;
}

header img {
	width: 100%;
	height: 200px;
}

.nav {
	width: 326px;
	height: 37px;
	border-radius: 18px;
	background-color: #EBF4FF;
	display: flex;
	cursor: pointer;
	font-size: 17px;
	margin-top: 34px;
	font-family: PingFang SC;
	font-weight: Regular;
	color: #333333;
}

.nav-item {
	width: 163px;
	height: 37px;
	border-radius: 18px;
	text-align: center;
	line-height: 37px;
}

.nav-item-active {
	background-image: linear-gradient(to right, #0071F0, #5AA9FF);
	color: #FFF;
}

.title {
	font-size: 34px;
	margin-top: 34px;
	font-weight: bolder;
	font-family: PingFang SC;
	color: #333333;
}

.type {
	width: 230px;
	height: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
	font-size: 15px;
	margin-top: 17px;
	font-weight: Medium;
	font-family: PingFang SC;
	color: #333333;
}

.search-type {
	width: 34px;
}

.search-type span {
	display: none;
	width: 24px;
	height: 5px;
	background-image: linear-gradient(to right, #0071F0, #5AA9FF);
	margin-left: 4px;
	border-radius: 2px;
	margin-top: 3px;
}

.search-type-active span {
	display: block;
}

.search-type-active {
	font-size: 17px;
	font-weight: bolder;
	border-radius: 3px;
	height: 24px;
	line-height: 24px;
	color: #333333;
	/* border-bottom: 5px solid #0071F0; */
}

#active-list {
	width: 95%;
}

.table-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 25px;
	background: #EBF4FF;
	height: 45px;
	line-height: 45px;
	border-radius: 12px 12px 0 0;
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: Regular;
	color: #666666;
}

.goods-msg-list {
	display: flex;
	align-items: center;
}

.goods-msg-list-img{
	margin-right: 12px;
}

.goods-msg-list-img div {
	background-repeat:no-repeat; 
	background-size:100% 100%;
	-moz-background-size:100%;
	width: 72px;
	height: 72px;
	border-radius: 6px;
}

.goods-wrap-content {
	display: flex;
	align-items: center;
	height: 100px;
	padding: 4px;
	background: #f8fafc;
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: Regular;
	color: #333333;
}

.goods-btn {
	width: 80px;
	height: 36px;
	background: #0272F0;
	border-radius: 18px;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Source Han Sans CN;
	font-weight: Regular;
	margin: auto;
	cursor: pointer;
}

.goods-msg-list span{
	text-align: left;
	margin: auto 0;
}

.store-msg-list span{
	text-align: left;
	margin: auto 0;
}

.store-msg-list {
	display: flex;
	align-items: center;
}

.footer {
	color: #999999;
	font-size: 15px;
	margin-top: 22px;
	margin-bottom: 64px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.footer img {
	width: 17px;
	height: 13px;
	margin: 5px auto;
}

.table-item-single {
	background: #FDFEFF;
}

.table-item-double {
	background: rgb(248, 251, 255);
}

.table-item-border {
	border-radius: 0 0 12px 12px;
}

.loading-box{
	width:150px;
	text-align: center;
	position: fixed;
    line-height: 100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
}

.loading{
    width: 30%;
    height: 30%;
	margin-top: 40%;
	margin-left: 35%;
}

.loading >div{
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display:inline-block;
  background-color: #0272F0;
  -webkit-animation: three 1.4s infinite ease-in-out;
  animation: three 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading .three1{
  -webkit-animation-delay: -0.30s;
  animation-delay: -0.30s;
}
.loading .three2{
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes three {
  0%, 80%, 100% {-webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes three {
  0%, 80%, 100% {-webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

.text_color {
	/* color: #108ee9; */
	cursor: pointer;
}