* {
	margin: 0;
	padding: 0;
font-family: Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
}
/*导航结束↑*/
.box {
	width: 1440px;
	overflow: hidden;
	margin: 0 auto;
	/*margin-top: 64px;*/
}

.item {
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #EAECF5;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.ileft {
	max-width: 835px;
	display: flex;
	position: relative;
}

.ileft img {
	width: 216px;
	height: 140px;
	margin-right: 32px;
	border-radius: 12px;
}

.ileft div p:first-of-type {
	font-size: 24px;
	color: #0F1F2D;
	font-weight: bold;
	margin-bottom: 12px;
}

.ileft div p span {
	color: #9EA8B8;
}

.ileft div p:nth-of-type(2) {
	font-size: 14px;
	color: #9EA8B8;
	white-space: normal;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	max-width: 587px;
}

.ileft div p.jieshao {
	color: #1789FA;
}

.ileft div p:nth-of-type(3) {
	font-size: 14px;
	color: #EA292A;
	font-weight: 600;
	position: absolute;
	left: 248px;
	bottom: 0;
}

.iright {
	width: 452px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #2D4457;
}

.del {
	font-size: 14px;
	color: #1789FA;
	font-weight: 400;
	position: absolute;
	right: 9px;
	top: 22px;
}

.noright {
	max-width: 1328px;
}

.noright div p:nth-of-type(2) {
	max-width: 1080px;
}
/*规格↓*/
.guige {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
	height: auto;
	max-height: 276px;
	overflow-y: auto;
	padding-bottom: 63px;
}
.mask .guige{
	overflow-y: hidden;
	max-height: none;
}
.guige::-webkit-scrollbar{
  width: 2px;
  height: 2px;
  background-color: #F1F1F1;
}
.guige::-webkit-scrollbar-thumb{
  background-color: #000;
}

.ggitem{
	width: 472px;
	height: 80px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 12px;
}
.guige .ggitem:nth-of-type(3n){
	margin-right: 10px;
}
.ggitem:hover .xuanze{
	display: block;
}
.ggitem .moren{
	width: 472px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #BEC9DC;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	color: #2D4457;
	background: #fff;
}
.ggitem .active{
	width: 472px;
	height: 80px;
	box-sizing: border-box;
	border: 2px solid #1789FA;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	color: #2D4457;
	background: #fff;
	display: none;
}

.ggitem .active p{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ggitem .active p:last-of-type{
	font-size: 12px;
}
.ggitem .xuanze{
	display: none;
	width: 472px;
	height: 143px;
	box-sizing: border-box;
	border: 1px solid #BEC9DC;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	color: #2D4457;
	background: #fff;
	overflow: hidden;
}
.ggitem .active2{
	border: 2px solid #1789FA;
}
.ggitem .xuanze>p{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	border-bottom: 1px solid #EAECF5;
	margin-bottom: 16px;
}
.ggitem .ggbottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ggitem .ggbottom p{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ggitem .ggbottom p span:first-of-type{
	font-size: 12px;
	font-weight: 400;
	color: #9EA8B8;
}
.ggitem .ggbottom p img{
	width: 32px;
	height: 32px;
	margin-left: 4px;
}
.ggitem .ggbottom input{
	width: 64px;
	height: 32px;
	background: #F4F5FA;
	border-radius: 4px;
	border: none;
	outline: none;
	margin-left: 4px;
	text-align: center;
}
/*规格↑*/
.title {
	font-size: 16px;
	color: #0F1F2D;
	font-weight: bold;
	margin-top: 32px;
}

.tuijian {
	width: 100%;
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}

.tjitem {
	width: 696px;
	display: flex;
	height: 140px;
	margin-bottom: 24px;
	position: relative;
}

.tjitem img {
	width: 216px;
	height: 140px;
	border-radius: 12px;
	margin-right: 32px;
}

.tjitem div {
	width: 448px;
}

.tjitem div p:first-of-type {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	color: #0F1F2D;
	font-weight: bold;
	margin-bottom: 8px;
}

.tjitem div p:first-of-type span:last-of-type {
	font-weight: 400;
	font-size: 14px;
	color: #2D4457;
}

.tjitem div p:last-of-type {
	width: 100%;
	font-size: 14px;
	color: #9EA8B8;
	white-space: normal;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
}

.tjitem a {
	position: absolute;
	left: 248px;
	bottom: 0;
	width: 64px;
	height: 32px;
	background: #1789FA;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 32px;
}

/*内容结束↑*/
.bottom {
	width: 100%;
	height: 110px;
	background: #F8F8F8;
	box-shadow: 0px -1px 0px 0px #DDDDDD;
	margin-top: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
}

.bottom div {
	margin-right: 27px;
	font-size: 14px;
	color: #2D4457;
	font-weight: 400;
	text-align: right;
}

.bottom div span {
	color: #EA292A;
}

.bottom div p:last-of-type {
	font-weight: bold;
	color: #EA292A;
	font-size: 24px;
	margin-top: 8px;
}

.bottom a {
	display: block;
	width: 350px;
	height: 64px;
	background: #EA292A;
	box-shadow: 0px 8px 24px 0px rgba(234, 41, 42, 0.16);
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 64px;
}
/*底部结束↑*/
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 6;
	display: none;
}
.fright{
	width: 1076px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 60px;
}
.fright .item{
	margin-top: 80px;
	padding-right: 60px;
}
.fright .noright div p:nth-of-type(2) {
	max-width: 708px;
}
.fright .ileft div p:nth-of-type(3){
	font-weight: 400;
	color: #2D4457;
}
.fright .guige .ggitem:nth-of-type(2n){
	margin-right: 0;
}
.fright .guige .ggitem:nth-of-type(3n){
	margin-right: 12px;
}
.rbottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 32px;
}
.rbottom a{
	width: 300px;
	height: 48px;
	background: #1789FA;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	box-sizing: border-box;
	margin: 0 6px;
}
.rbottom a:first-of-type{
	width: 170px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #BEC9DC;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}
.ggitem .active3{
 border: 2px solid #1789FA;
}