body {
    line-height: 1;
}

.product_list_page {
    color: #fff;
    margin: 30px 0px 30px 20px;
    text-align: center;
    font-size: 15px;
}
.product_list_page ul {
    height: 34px;
    line-height: 34px;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #feb81a;
}

.layui-laypage a:hover {
    color: #feb81a;
}

.fleft {
	float: left
}

.fright {
	float: right
}

.clear {
	clear: both
}

.page_product_list .content_list {
	/*所有产品*/
	width: 260px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	min-height: 580px;
}

.page_product_list .content_list h1 {
    background-color: #feb81a;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
	margin: 0;
}

.page_product_list .content_list .SubMenu {
	/*子菜单*/
	border-right: 1px solid rgba(120, 130, 150, .2);
	background: #ffffff;
	animation: fadeIn 0.2s;
	transition: 0.2s;
	flex: 1;
}

.page_product_list .content_list .SubMenu ul {
	position: relative;
}

.page_product_list .content_list .SubMenu ul h4 {
	border-bottom: 1px solid rgba(120, 130, 150, .2);
	margin: 0 10px;
	padding: 1px 0 0 16px;
	position: relative;
	font-weight: bold;
}

.page_product_list .content_list .SubMenu li {
	border-bottom: 1px solid rgba(120, 130, 150, .15);
	line-height: 44px;
	text-align: left;
	padding: 0 32px 0 20px;
	list-style: none
}

.page_product_list .content_list .SubMenu li:first-child {
	border-top: 1px solid rgba(120, 130, 150, .15);
}

.page_product_list .content_list .SubMenu .arrow {
	background: url(../images/ico_arrow.svg) center right 10px no-repeat;
	background-size: 14px;
	transition: 0.2s;
	display: flex;
	align-items: center;
}

.page_product_list .content_list .SubMenu .arrow img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

.page_product_list .content_list .arrow:hover {
	background-position: center right 5px !important;
}

.page_product_list .content_list .SubMenu a {
	color: #232c45;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.page_product_list .content_list .SubMenu li:hover {
	background-color: rgba(120, 130, 150, .2);
}

.page_product_list .content_list .SubMenu li a:hover {
	color: #232c45;
}

.page_product_list .content_list .SubMenu li ul {
	/*二级菜单*/
	border-right: 1px solid rgba(120, 130, 150, .2);
	box-shadow: 0 0 10px rgba(120, 130, 150, .1);
	background: #ffffff;
	top: 0;
	bottom: 0;
	left: 260px;
	min-width: 220px;
	position: absolute;
	display: none;
	transition: 0.2s;
	height: 522px;
}

.page_product_list .content_list .SubMenu li:hover ul {
	animation: fadeIn2 0.2s;
	display: block
}

.page_product_list .content_list .SubMenu .PopMenu {
	width: 840px;
	left: 221px;
	bottom: 0;
	top: 0;
	padding: 10px;
	position: absolute;
	border-right: 1px solid rgba(120, 130, 150, .2);
	background: #ffffff;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/
	display: none;
}

.page_product_list .content_list .SubMenu .M {
	width: 240px;
}

.page_product_list .content_list li li:hover .PopMenu {
	display: block;
}

.page_product_list .content_list .SubMenu .PopMenu ul {
	background: none;
	border: none;
	box-shadow: none;
	position: relative;
	left: 0;
}

.page_product_list .content_list .SubMenu .PopMenu a {
	line-height: 32px;
	height: 32px;
	text-indent: 2em
}

.page_product_list .content_list .SubMenu .PopMenu a:hover {
	color: #FF7800
}

.page_product_list .content_list .PopMenu .Search {
	background: url(../images/ico_zoom.svg) no-repeat 5px center #FFF;
	background-size: 22px;
	border-radius: 6px;
	border: 1px solid rgba(120, 130, 150, .5);
	padding: 0 0 0 32px;
	margin: 5px;
	height: 32px;
	width: 570px;
}


.page_product_list .content_list .PopMenuList {
	border-right: 1px solid rgba(120, 130, 150, .1);
	position: absolute;
	left: 0px;
	right: 230px;
	top: 10px;
	bottom: 10px;
	overflow: auto;
}

.page_product_list .content_list .M .PopMenuList {
	border: none;
	right: 0px;
	top: 0px;
}

.page_product_list .content_list .PopMenuList h4 {
	border-bottom: 1px solid rgba(120, 130, 150, .2);
	margin: 0 10px;
	padding: 1px 0 0 16px;
	position: relative;
	font-weight: bold;
}

.page_product_list .content_list .PopMenuList h4:before {
	content_list: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 14px;
	border-radius: 50%;
	background: #00a4ff
}

.UserInfo {
	float: right;
	padding: 4px 30px 0 10px;
	min-width: 140px
}

.UserInfo:after {
	content_list: "";
	position: absolute;
	right: 10px;
	top: 20px;
	background: url(../images/ico_arrow.svg) no-repeat;
	transform: rotate(90deg);
	width: 14px;
	height: 14px;
}

.Face {
	line-height: 40px;
	padding: 4px;
	text-align: left;
	color: #FFF
}

.Face img {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 5px 0 0;
	border-radius: 50%;
	border: 1px solid rgba(120, 130, 150, .1)
}

.ShowMenu {
	position: relative;
}

.ShowMenu:hover .MenuSelect {
	animation: fadeInX 0.2s;
	top: 44px;
	display: block
}

.MenuSelect {
	background: rgba(255, 255, 255, .8);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	min-width: 130px;
	border-radius: 6px;
	padding: 10px 0;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	float: right;
	position: absolute;
	z-index: 1;
	display: none
}

.MenuSelect a {
	line-height: 32px;
	font-weight: normal;
	color: rgba(120, 130, 150, .9);
	display: block
}

.MenuSelect a:hover {
	background-color: rgba(120, 130, 150, .25);
	color: #00a4ff;
}

.TopSearch {
	background: url(../images/ico_search.svg) no-repeat center;
	color: #FFF;
	transition: 0.2s;
}

.TopSearch:hover {
	background-color: rgba(120, 130, 150, .3);
	background-position: 12px center;
	background-size: 24px 24px;
	padding: 0 10px 0 44px;
	width: 200px;
}

.TopSearch::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0)
}

.TopSearch:hover::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .2)
}

.TopSearch:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0)
}

.TopSearch:hover::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .2)
}

.TopIco {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	vertical-align: middle;
	float: left;
	opacity: 0.7
}

.TopIco:hover {
	background-color: rgba(120, 130, 150, .3);
	opacity: 1
}

.icoRing {
	background-image: url(../images/ico_ring.svg);
}

.icoFullScreen {
	background-image: url(../images/ico_fullscreen.svg);
}

.icoSkin {
	background-image: url(../images/ico_magic.svg);
}