﻿body {
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	font-variant: tabular-nums;
	font-feature-settings: "tnum","tnum";
	color: #333333;
	background-color: rgb(248, 248, 248);
}
ul,li {
	padding:0;
	margin:0;
	line-height: 23px;
	list-style:none
}
.display-x {
	display: flex;
	flex-direction: row;

}
.display-y {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-radius: 4px;
}
.display-x-center {
	display: flex;
	justify-content: center;
}
.flex-box {
	flex: 1;
}
.positon-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 20%);
}
.grey-text {
	font-size: 12px;
	color: #999999;
}

/* 头部样式 */
.header {
	width: 100%;
	background-color: #ffffff;
	border-bottom: #f4f4f4 1px solid;
	margin-bottom: 16px;
}
.header-content {
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 63px;
}
.logo-title {
	font-size: 20px;
	font-weight: bold;
}
.input-with-select {
	box-sizing: border-box;
	width: 460px;
	/* border: 2px solid #FF6D58; */
}
.el-input__inner {
	box-sizing: border-box;
	height: 32px;
	border: 2px solid #FF6D58;
	border-radius: 20px 0 0 20px;
}
.el-input__inner:hover, .el-input__inner:focus {
    border-color: #FF6D58;
}
.el-input-group__append {
	position: relative;
	border: none;
	background-color: #ffffff;
}
.search-button {
	position: absolute;
	top: 10px;
	box-sizing: border-box;
	width: 80px;
	height: 32px;
	background-color: #FF6D58!important;
	border: 2px solid #FF6D58;
	color: #FFFFFF!important;
	border-radius: 20px;

	transform: translate(-32px, 0px);
}

/* banner样式 */
.personal-center {
	box-sizing: border-box;
	width: 1200px;
	height: 250px;
	margin: auto;
	padding: 8px 0;
}
.personal-info {
	box-sizing: border-box;
	width: 332px;
	padding: 7px 28px;
	border-bottom: 1px solid #efefef;
}
.info-text {
	justify-content: space-around;
	padding: 0 0 0 10px
}
.manipulate {
	width: 332px;
	padding: 10px 8px;
	background-image: url(/static/index/zhike/images/bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	box-sizing: border-box;
	overflow: inherit;
}
.manipulate-row {
	justify-content: space-around;
}
.manipulate-item {
	padding: 6px 8px;
	align-items: center;
	background-color: transparent;
}
.manipulate-item img {
	width: 28px;
	height: 28px;
	margin-bottom: 4px;
}
.manipulate-item span {
	font-size: 12px;
	color: #333333;
}
.banner {
	margin-left: 16px;
	/* border: #FF6D58 1px solid; */
}
.banner-img {
	width: 100%;
	border-radius: 4px;
}
.el-carousel__container {
    height: 100%;
}

/* 限时秒杀 */
.time-limit-seckill {
	width: 1200px;
	margin: 16px auto 0;
	border: 1px solid #f4f4f4;
}
.time-limit-seckill .title {
	justify-content: space-between;
	align-items: flex-end;
	padding: 12px 24px;
	border-bottom: 1px solid #f4f4f4;
}
.seckill-list {
	padding: 0 24px;
	overflow: auto;
}
.seckill-item {
	width: 232px;
	height: 246px;
	margin: 16px 16px 32px;
	border: 1px solid #f4f4f4;
}
.seckill-item:hover {
	transform: scale(1.02);
	box-shadow: 0 2px 12px #ccc;
}
.seckill-item .goods-name{
	padding: 4px 8px 2px;
}
.item {
	align-items: center;
}
.item .item-img {
	width: 213px;
}
.item .count-down {
	line-height: 16px;
	padding: 4px 6px;
	border-radius: 6px 0;
	display: flex;
	align-items: center;
	width: 100%;
	color: #fff;
	background: linear-gradient(90deg,#ff8917,#ff614a);
	font-size: 12px;
}
.seckill-item .price-overplus {
	padding: 4px 8px 2px;
	justify-content: space-between;
	align-items: flex-end;
}
.new-price {
	font-size: 17px;
	color: #FF614A;
}
.grey-text {
	font-size: 12px;
	color: #999999;
}

/* 主分类 */
.classification {
	box-sizing: border-box;
	width: 1200px;
	height: 50px;
	margin: 16px auto 0;
	padding: 0 24px;
	border: 1px solid #f4f4f4;
	font-size: 14px;
	color: #333333;
	align-items: center;
	background-color: white;

}
.class {
	width: 100px;
}

.class-item {
	margin-left: 50px;
}
.class-item span {
	margin: 5px 15px;
}
/* 子分类 */
.chlid-menu {
	box-sizing: border-box;
	width: 1200px;
	margin: 16px auto;
	padding: 0 24px 0 149px;
	border: 1px solid #f4f4f4;
	font-size: 14px;
	color: #333333;
	align-items: center;
	flex-wrap: wrap;
}
.chlid-menu span {
	margin: 5px 15px;
}

.chlid-menu span:hover, .class-item span:hover {
	cursor: pointer;
}

/* 商品列表 */
.goods-list {
	box-sizing: border-box;
	width: 1225px;
	margin: 16px auto;
	flex-wrap: wrap;
}

.goods-item {
	width: 166px;
	padding: 8px;
	margin: 10px;
	border-radius: 4px;
	border: 1px solid #f4f4f4;
	background-color: white;
}

.goods-item:hover {
	box-shadow: 0 4px 16px #bbb;
}


.goods-item span {
	padding-bottom: 5px;
	overflow: hidden;
}

.good-img {
    display: block;
    width: 100%;
    height: 100%;
}

.px-list {
    position: relative;
    height: 100%
}

.px-list .van-list__finished-text {
    margin-bottom: 16px
}

.px-goods-card {
    transition: .4s;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    padding: 8px;
    overflow: hidden
}

.px-goods-card .cover {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #f8f8f8;
    margin-bottom: 4px
}

.px-goods-card .cover .sale{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 4px;
    color: #fff;
    background-color: rgba(255,97,74,.86);
    line-height: 20px
}

.px-goods-card .name {
    line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.px-goods-card .content {
    line-height: 24px;
}

.px-goods-card .content .price {
    height: 24px;
    font-size: 17px;
    display: flex;
    align-items: baseline
}

.px-goods-card .mask {
    transition: .4s;
    position: absolute;
    z-index: 1;
    height: 100px;
    bottom: -100px;
    left: 0;
    right: 0;
    background-image: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.84),#fff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.px-goods-card .mask .buy {
    margin-bottom: 20px;
    line-height: 28px;
    padding: 0 12px;
    background-color: #ff614a;
    box-shadow: 0 2px 8px rgba(255,97,74,.24);
    color: #fff;
    font-size: 13px;
    border-radius: 4px
}

.px-goods-card .mask .buy.disabled {
    box-shadow: none;
    background-color: #bbb
}

.px-goods-card:hover {
    box-shadow: 0 4px 16px #bbb
}

.px-goods-card:hover .mask {
    bottom: 0
}

.part_wrap {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 320px)
}

.active {
	color: #ff614a;
}

.active1 {
	color: #ff614a;
}