/* @font-face {
	font-family: 'NotoSansJPLight';
	src: url('../font/NotoSansJP-Light.otf');
}
*/
@font-face {
	font-family: "Bahnschrift";
	src: url("../font/Bahnschrift_Regular.ttf");
}

@font-face {
	font-family: "SourceHanSansCN";
	src: url("../font/SourceHanSansCN-Medium.otf");
}

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../font/SourceHanSansCN-Regular.otf");
}

@font-face {
	font-family: "SourceHanSerifCN-SemiBold";
	src: url("../font/SourceHanSerifCN-SemiBold.otf");
}

:root {
	--primary-color: #f4bf3b;
	--primary-fm: "Bahnschrift";
	--primary-fm2: "SourceHanSansCN";
	--primary-fm3: "SourceHanSansCN-Regular";
	--primary-fm4: "SourceHanSerifCN-SemiBold";
}

.m1 {
	background: var(--primary-color);
	overflow: hidden;
	padding: 10px 0;
	height: 30px;
	position: relative;
}

.m1 .icon {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}

.m1 .txt_item {
	font-size: 16px;
	color: #1c1c1c;
	display: flex;
	align-items: center;
	justify-content: center;
}

.m2 {
	width: 100%;
}

.m2 .dm {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	padding: 10px 20px;
	position: relative;
}

.m2 .logo {
	flex: 0 0 auto;
	float: left;
}

.m2 .logo img {
	width: 135px;
}

.m2 .nav {
	flex: 1;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.m2 .nav .item {
	margin: 0 15px;
	font-family: var(--primary-fm2);
}

.m2 .nav .item .li_a {
	color: #1c1c1c;
	cursor: pointer;
}

.m2 .nav .item:hover .li_a {
	text-decoration: underline;
}

.m2 .nav .item .li_a .icon {
	width: 25px;
	position: relative;
	top: -1px;
	display: inline-block;
	margin-left: 10px;
}


.m2 .ment {
	flex: 0 0 auto;
	display: flex;
	gap: 15px;
	font-family: var(--primary-fm3);
}

.m2 .ment .lt {
	text-align: center;
	margin-left: 30px;
	position: relative;
}

.sousuo_modle {
	position: absolute;
	width: 500px;
	/* height: 370px; */
	top: 58px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background: #fff;
	right: 0px;
	z-index: 100;
	text-align: left;
	display: none;
}

.sousuo_modle .md {
	padding: 25px;
}

/* 
.m2 .ment .lt:hover .sousuo_modle {
	
} */
.m2 .ment .lt_on .sousuo_modle {
	display: block !important;
}

.m2 .ment .lt .ri_icon {
	width: 36px;
	height: 36px;
}

.m2 .ment .lt p {
	/* margin-top: 5px; */
	font-size: 12px;
}



.m3 {
	width: 100%;
	position: relative;
}

.m3 .banner {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}



.m3 .banner .item_pic {
	border-radius: 10px;
	/* 添加圆角 */
	overflow: hidden;
}

.m3 .banner .item_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 分页器样式 */
.m3 .swiper-pagination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.m3 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 4px;
	opacity: 0.8;
}

.m3 .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.m2 .nav .item {
	position: relative;
}

.m2 .nav .item .m2_ment_show {
	display: none;
}

.m2 .nav .item:hover .m2_ment_show {
	display: block;
}

.m2_ment_show {
	position: absolute;
	width: 900px;
	height: 570px;
	top: 17px;
	left: 0px;

	z-index: 100;
	padding-top: 35px;

}

.m2_ment_show_box {
	font-family: var(--primary-fm3);
	display: flex;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background: #F6F6F6;
}

.m2_ment_show .let_ments {
	background: #fff;
	width: 240px;
	border-right: 1px solid #CCCCCC;
}

.m2_ment_show .let_ments .ment_item p {
	padding: 8px 20px;
	font-size: 18px;
	display: block;
	cursor: pointer;
	position: relative;
}

.m2_ment_show .let_ments .ment_item p::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 10px;
	display: inline-block;
	right: 20px;
	top: 50%;
	background: url('../img/p8.png') center no-repeat;
	background-size: 5px auto;
	transform: translate(0, -50%);
}

.m2_ment_show .let_ments .ment_item:hover p {
	background: var(--primary-color);
}

.m2_ment_show .let_ments .ment_item:hover p::before {
	background: url('../img/p9.png') center no-repeat;
	background-size: 5px auto;
}

.m2_ment_show .let_ments .ment_item_on p {
	background: var(--primary-color);
}

.m2_ment_show .let_ments .ment_item_on p::before {
	background: url('../img/p9.png') center no-repeat;
	background-size: 5px auto;
}

.m2_ment_show .rit_conts {
	flex: 1;
	height: 570px;
	font-family: var(--primary-fm3);
}

.m2_ment_show .rit_conts {
	flex: 1;
	height: 570px;
	font-family: var(--primary-fm3);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #f4bf3b #F6F6F6;
}

/* 自定义滚动条样式（Webkit浏览器） */
.m2_ment_show .rit_conts::-webkit-scrollbar {
	width: 8px;
}

.m2_ment_show .rit_conts::-webkit-scrollbar-track {
	background: #F6F6F6;
	border-radius: 4px;
}

.m2_ment_show .rit_conts::-webkit-scrollbar-thumb {
	background: #f4bf3b;
	border-radius: 4px;
}

.m2_ment_show .rit_conts::-webkit-scrollbar-thumb:hover {
	background: #e5b02c;
}


.m2_ment_show .rit_conts .rit_cn {
	padding: 15px 70px;
}

.m2_ment_show .rit_conts .rit_cn .item {
	margin: 0px auto;
	width: 70px;
	/* margin-bottom: 12px; */
	padding-right: 15px;
	margin-right: 80px;
}

.m2_ment_show .rit_conts .rit_cn .item:last-child {
	margin-right: 0px;
}

.m2_ment_show .rit_conts .rit_cn .item .ch_lt {
	margin-bottom: 12px;
}

.m2_ment_show .rit_conts .rit_cn .item .gp {
	text-align: right;
	display: none;
}

.m2_ment_show .rit_conts .rit_cn .item .gp .lt {
	margin-bottom: 5px;
	text-align: left;
}

.m2_ment_show .rit_conts .rit_cn .item .gp .lt a {
	font-size: 14px;
	color: #1C1C1C;
	opacity: .8;
}

.m2_ment_show .rit_conts .rit_cn .item .p {
	position: relative;
	cursor: pointer;
	/* padding-right: 10px; */
}

.m2_ment_show .rit_conts .rit_cn .item .p .icon {}

.m2_ment_show .rit_conts .rit_cn .item .p .icon {
	position: absolute;
	right: -20px;
	width: 10px;
	/*display: none;*/
	top: 50%;
	transform: translate(0, -50%);
}

.m2_ment_show .rit_conts .rit_cn .on .p {
	color: var(--primary-color);
}

.m2_ment_show .rit_conts .rit_cn .on .p .icon {
	display: block;
}

.m2_ment_show .rit_conts .rit_cn .on .gp {
	display: block;
	margin-top: 8px;
}

.m2_ment_show .rit_conts .rit_cn .item .gp .lt a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: var(--primary-color);
}

.sousuo_modle .md .th_lt .cell {
	flex: 1;
	display: block !important;
}

.sousuo_modle .md .th_lt .nt {
	font-weight: bold;
	width: 90px;
	font-size: 16px;
}

.sousuo_modle .md .th_lt {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 14px;
}

.sousuo_modle .md .th_lt .sel {
	width: 186px;
	height: 37px;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
}

.sousuo_modle .md .th_lt .cell .text {
	border: 1px solid #CCCCCC;
	height: 37px;

	border-radius: 2px;
}

.sousuo_modle .md .th_lt .cell .text1 {
	width: 96%;
	padding: 0px 2%;
}

.sousuo_modle .md .th_lt .cell span {
	display: inline-block;
	margin: 0px 4px;
}

.sousuo_modle .md .th_lt .cell .text2 {
	width: 110px;
	padding: 0px 2px;
}

.sousuo_modle .md .th_lt .cell_ches .che_lt {
	width: 49%;
	font-size: 16px;
	float: left;
	margin-bottom: 8px;
	cursor: pointer;
}

.sousuo_modle .md .th_lt .cell_ches .che_lt:nth-child(2n) {
	float: right;
}

.sousuo_modle .md .th_lt .cell_ches .che_lt input {
	width: 19px;
	height: 19px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 4px;
	border: 1px solid #CCCCCC;
}

.sousuo_modle .md .submit {
	text-align: center;
}

.sousuo_modle .md .submit .btn {
	display: inline-block;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background: none;
	margin: 0px 15px;
	padding: 5px 45px;
	border-radius: 5px;
}

.sousuo_modle .md .submit .btn:hover {
	background: var(--primary-color);
	color: #fff;
}

.common_nav_car {
	position: relative;
}

.common_nav_car .car_num {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 10px;
	background: #AAAAAA;
	line-height: 20px;
}

.m3 .banner {
	padding-bottom: 40px;
}

.m3 .banner .swiper-pagination {
	bottom: 0px;
}

.swiper-pagination span {
	background: #888888 !important;
	width: 6px;
	height: 6px;
	margin: 0px 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #1C1C1C !important;
}

.m4 {
	background: #F8F8F8;
	margin-top: 15px;
	overflow: hidden;
}

.m4 .dm {
	padding: 15px 50px;
	position: relative;

}

.m4 .dm .funs {
	overflow: hidden;
}

.m4 .dm .prev,
.m4 .dm .next {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translate(0, -50%);
}

.m4 .dm .prev {
	left: 0px;
}

.m4 .dm .next {
	right: 0px;
}

.cm_title {
	text-align: center;
	margin-bottom: 40px;
}

.cm_title .t1 {
	font-size: 21px;
	color: #1C1C1C;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: var(--primary-fm2);
}

.cm_title .t2 {
	font-size: 12px;
	color: #1C1C1C;
	font-family: var(--primary-fm3);
}

.m5 {
	padding-top: 35px;
	position: relative;
	padding-bottom: 35px;
}

.m5 .bk {
	position: absolute;
	width: 100%;
	height: 300px;
	background: #F8F8F8;
	display: block;
	bottom: 0px;
	left: 0px;
}

.m5 .fun {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}


.m5 .item_pic .dm .t1 {
	font-size: 18px;
	font-weight: bold;
	color: #1C1C1C;
	font-family: var(--primary-fm2);
}

.m5 .item_pic .dm {
	padding: 15px 12px;
	background: #fff;
}

.m5 .item_pic .dm .t2 {
	font-size: 16px;
	color: #1C1C1C;
	margin-top: 12px;
	font-family: var(--primary-fm3);
}

.m5 .fun .swiper-pagination {
	bottom: 0px;
}

.common_nav_car {
	position: relative;
}

.common_nav_car .hide_boxs {

	width: 510px;
	position: absolute;
	z-index: 100;

	right: 0px;
}

.common_nav_car .hide_boxs .th_dm {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 15px;
}

.common_nav_car .hide_boxs .box {
	height: 300px;
	overflow-y: auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #E8E8E8;
}

.common_nav_car .hide_boxs .th_dm .tt {
	border-bottom: 1px solid #E8E8E8;
	font-size: 16px;
	padding: 15px 0;
}

.common_cat_item {
	text-align: left;
	display: flex;
	margin-top: 20px;
}

.common_cat_item .pic {
	width: 125px;
	height: 125px;
}

.common_cat_item .pic img {
	width: 120px;
	height: 120px;
	border: 1px solid #E8E8E8;
	object-fit: contain;
}

.common_cat_item .cn {
	flex: 1;
	padding-left: 15px;
}

.common_cat_item .cn .tt2 {
	margin: 5px 0;
	color: #DD0000;
}

.common_cat_item .cn .tt2 span {
	font-size: 12px;
}

.common_cat_item .cn .tt3 {
	font-size: 16px;
	color: #838383;
}

.common_nav_car .hide_boxs {
	display: none;
}

.common_nav_car:hover .hide_boxs {
	display: block;
}

.common_nav_car .hide_boxs .bottom_info {
	text-align: right;
	padding: 15px 0 0;
	margin-top: 10px;
}

.common_nav_car .hide_boxs .bottom_info .tt1 {
	font-size: 18px;
	color: #1C1C1C;
}

.common_nav_car .hide_boxs .bottom_info .tt2 {
	margin: 5px 0;
	color: #DD0000;
}

.common_nav_car .hide_boxs .bottom_info .tt2 span i {
	font-size: 12px;
	font-style: normal;
}

.common_nav_car .hide_boxs .bottom_info .tt3 a {
	display: inline-block;
	background: var(--primary-color);
	color: #fff;
	padding: 6px 50px;
	/* border-radius: 5px; */
	font-size: 16px;
	cursor: pointer;
}

.m5 {
	padding: 60px 0;
	margin-bottom: 40px;
}

.common_mores_downs .more {
	color: #F4BF3B;
	font-size: 17px;
	margin-bottom: 10px;
}

.common_goods_box {
	display: flex;
	flex-wrap: wrap;
	/* margin: -10px; */
	/* 抵消item的margin */
}

.common_goods_item .maiwanle {
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 5px 0;
	transform: translate(0, -50%);
	background: rgba(244, 191, 59, 0.7);
}
.m10_1_let .fun .t_cen .maiwanle{
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 5px 0;
	transform: translate(0, -50%);
	background: rgba(244, 191, 59, 0.7);
}
.common_goods_item {
	width: calc(20% - 20px);
	/* 一行5个，每个间距20px */
	margin: 10px;
	margin-bottom: 40px;
	/* 上下左右各10px，两个item之间就是20px */
	position: relative;
}

.common_goods_item .pic {
	border: 1px solid #E8E8E8;
}

.common_goods_item .like {
	position: absolute;
	width: 20px;
	top: 17px;
	right: 12px;
	height: 20px;
	background: url('../img/p26.png') center no-repeat;
	background-size: 20px;
	display: block;
}

.common_goods_item .like_on {
	background: url('../img/p27.png') center no-repeat;
	background-size: 20px;
}

.common_goods_item .dm {
	padding: 15px;
	height: 85px;
	font-family: var(--primary-fm3);
	background: #F2F2F2;
}

.common_goods_item .dm .t1 {
	font-size: 16px;
	/* height: 40px; */

	color: #1C1C1C;
}

.common_goods_item .dm .t2 {
	color: #DD0000;
	font-size: 16px;
	margin-top: 5px;
}

.common_goods_item .dm .t2 span {
	font-size: 12px;
}

.common_goods_item .dm .t2 .price_a {
	color: #DD0000;
	font-size: 20px;
	text-decoration: underline;
}

.m6 .dm .fun {
	overflow: hidden;
}

.common_goods_item2 {
	width: 100%;
}

/* 添加固定导航样式 */
.m2.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 当导航固定时，为body添加padding防止内容跳动 */
body.nav-fixed {
	padding-top: 60px;
	/* 根据导航栏高度调整 */
}

.m6 .dm .w1560 {
	position: relative;
}

.m6 .dm .prev {
	position: absolute;
	z-index: 100;
	top: 45%;
	width: 50px;
	left: -60px;
	cursor: pointer;
	transform: translate(0%, -50%);
}

.m6 .dm .next {
	position: absolute;
	top: 45%;
	width: 50px;
	z-index: 100;
	cursor: pointer;
	right: -65px;
	transform: translate(0%, -50%);
}

.m6 {
	margin-bottom: 60px;
}

.m8 {
	margin-top: 100px;
}

.m8 .box {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
	/* 使用负margin来抵消item的margin */
}

.m8 .box .item {
	margin: 12px;
	width: calc(25% - 24px);
	/* 设置12px的margin，两个item之间的间距就是24px */
}

.m8 .box .item .dm {
	border: 2px solid #F4BF3B;
	padding: 30px 0;
	text-align: center;
	/* 保持原有样式 */
}

.m8 .box .item .dm .t1 {
	font-size: 12px;
	color: #888888;
}

.m8 .box .item .dm .t2 {
	margin: 5px 0 10px;
	font-size: 18px;
	font-family: var(--primary-fm3);
}

.m8 .box .item .dm .pic {
	margin-bottom: 20px;
}

.m8 .box .item .dm .pic img {
	width: 35px;
}

.m8 .box .item .dm .dect {
	font-size: 16px;
	color: #363636;
	width: 60%;
	margin: 0px auto;
}

.m8 .box .item2 .dm {
	border: 2px solid #EF6E46;
}

.m8 .box .item3 .dm {
	border: 2px solid #8A54CE;
}

.m8 .box .item4 .dm {
	border: 2px solid #008ED6;
}

.m8 {
	padding-bottom: 100px;
}

.footer .box {
	background: #262626;
	padding: 50px 0;
}

.footer .box .logo {
	text-align: center;
}

.footer .box .logo img {
	width: 200px;
}

.footer .f_nav a {
	color: #fff;
	margin: 0px 20px;
	font-size: 16px;
}

.footer .f_nav {
	margin-top: 40px;
	text-align: center;
}

.footer .f_nav a:hover {
	text-decoration: underline;
}

.footer .share {
	margin-top: 50px;
	text-align: center;
}

.footer .share a {
	display: inline-block;
	margin: 0px 5px;
}

.footer .share a img {
	width: 30px;
}

.footer_copy {
	text-align: center;
	font-size: 14px;
	color: #1C1C1C;
	padding: 25px 0;
	font-family: var(--primary-fm3);
}

.m2_ment {
	padding: 20px 2%;
}

.m2_ment .logo img {
	width: 100px;
}

.m2_ment .ments img {
	width: 35px;
}

.m2_ment .ments {
	margin-top: 10px;
}


.m2_ment .common_phone_show {
	/* display: none; */
}

/* 移动端导航菜单 */
.mobile_nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	height: 100vh;
	background: #fff;
	z-index: 100000000000 !important;
	transition: all 0.3s ease-in-out;
	overflow-y: auto;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile_nav.active {
	right: 0;
}

/* 遮罩层 */
.mobile_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999999 !important;
	display: none;
}

.mobile_mask.active {
	display: block;
}

.nav_content {
	padding: 20px 0;
}

.nav_content .items {
	padding: 12px 20px;
	border-bottom: 1px solid #eee;
}

.nav_content .items:last-child {
	border-bottom: none;
}

.nav_content .items .li_a {
	display: block;
	color: #333;
	font-size: 16px;
	position: relative;
	padding-right: 20px;
}

.nav_content .items .li_a:hover {
	color: var(--primary-color);
}

.nav_content .items .li_a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background: url('../img/p40.png') center no-repeat;
	background-size: contain;
}



/*  */
/* 二级菜单 */
.mobile_nav .two_ment {

	padding-left: 10px;
	background: #fff;
	font-size: 16px;
	margin-top: 5px;
	display: none;
}

.mobile_nav .item:hover .two_ment {
	display: block;
}

.mobile_nav .two_ment .item {
	position: relative;
	margin-bottom: 15px;
}

.mobile_nav .two_ment .item:last-child {
	margin-bottom: 0px;
}

.mobile_nav .two_ment .tt {
	font-size: 14px;
	color: #333;

	/* margin-bottom: 10px; */
	cursor: pointer;
	position: relative;

}

/* 三级菜单 */
.mobile_nav .there_ment {
	display: none;
	padding: 10px 0;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
}

.mobile_nav .two_ment .item.active .there_ment {
	display: block;
}

.mobile_nav .there_ment .ch_lt {
	margin-bottom: 15px;
}

.mobile_nav .there_ment .ch_lt:last-child {
	margin-bottom: 0px;
}

.mobile_nav .there_ment .ttt {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
	/* padding-left: 10px; */

}

/* 四级菜单（产品列表） */
.mobile_nav .four_ment {
	display: none;
}

.mobile_nav .four_ment ul {

	/* margin: 0 -10px; */
	padding-left: 10px;
}

.mobile_nav .four_ment li {
	/* width: 25%; */
	padding: 0 10px;
	width: 100%;
	margin-bottom: 15px;
}

.mobile_nav .four_ment li:last-child {
	margin-bottom: 0px;
}

.mobile_nav .four_ment a {
	display: block;
	font-size: 12px;
	text-decoration: none;
}

.mobile_nav .four_ment img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.mobile_nav .four_ment p {
	font-size: 14px;
	color: #333;
	margin-top: 8px;
	line-height: 1.4;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mobile_nav .four_ment a:hover img {
	transform: translateY(-5px);
}

.mobile_nav .four_ment a:hover p {
	color: var(--primary-color);
}

.mobile_nav .there_ment .active .four_ment {
	display: block;
}


.m2_md {
	box-shadow: 0px 4px 20px -8px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 0px 0px;
}

.m7 {
	margin-top: 30px;
}

.m7 .box {
	font-size: 14px;
	color: #1C1C1C;
	font-family: var(--primary-fm3);
}

.m7 .box a {
	color: #1C1C1C;
	display: inline-block;
	margin: 0px 10px;
}

.m7 .box a:nth-child(1) {
	margin-left: 0px;
}

.m7 .box a:hover {
	color: var(--primary-color);
}

.m9 {
	margin-top: 25px;
}

.cm_title2 .t1 {
	font-weight: normal;
}

.cm_title2 {
	margin-bottom: 40px;
}

.m9_1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	font-family: var(--primary-fm3);
}

.m9_1 a {
	font-size: 18px;
	color: #0E0E0E;
	display: inline-block;
	margin-right: 35px;
}

.m9_1 a:hover {
	color: var(--primary-color);
}

.m9_1 .on {
	color: var(--primary-color);
}

.m5ss{
	padding-top: 0px;
}
.m9_2 {
	font-family: var(--primary-fm3);
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
}

.m9_2 .let a {
	display: inline-block;
	background: #F8F8F8;
	border-radius: 2px;
	font-size: 14px;
	padding: 3px 15px;
	color: #0E0E0E;
	position: relative;
	margin-right: 20px;
	padding-right: 40px;
}
.m9_2 .let a  img{
	width: 25px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0,-50%);
}
/* 
.m9_2 .let a:hover {
	background: var(--primary-color);
}

.m9_2 .let .on {
	background: var(--primary-color);
} */

.m9_2 .rit .lt select {
	width: 180px;
	height: 40px;
	font-size: 14px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #A7A7A7;
}

.m9_2 .rit .lt {
	/* margin-left: 30px; */
	float: left;
}

.m9_2 .rit .sousuo .txts {
	background: #1C1C1C;
	font-size: 14px;
	color: #fff;
	width: 180px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.m9_2 .rit .sousuo .txts img {
	width: 18px;
	display: inline-block;
	margin-right: 4px;
}

.m9_3 {
	margin-top: 30px;
}

.m9_3 .page .prev img,
.m9_3 .page .next img {
	width: 22px;
	height: 22px;
	margin: 0px 4px;
}

.m9_3 .page .no {
	border: 1px solid #fff;
	text-align: center;
	width: 30px;
	display: inline-block;
	font-size: 14px;
	position: relative;

}

.m9_3 .page .no:hover {
	border-top: 1px solid #1C1C1C;
	border-bottom: 1px solid #1C1C1C;
}

.m9_3 .page .action {
	border-top: 1px solid #1C1C1C;
	border-bottom: 1px solid #1C1C1C;
}

.m9_3 .page .action::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #1c1c1c;
	display: none;
	border-radius: 50%;
	display: inline-block;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
}

.m9_3 .page .no:hover::before {
	display: block;
}


.m9_3 .all_nub {
	font-size: 14px;
	color: #1C1C1C;
	font-family: var(--primary-fm3);
}

.m9_4 {
	text-align: center;
}

.m9_2 .cell_input {
	width: 180px;
	background: #f5f5f5;
	position: absolute;
	width: 0px;
	height: 40px;
	right: 0px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m9_2 .cell_input .texts {
	width: 96%;
	padding: 0px 2%;
	height: 40px;
	font-size: 14px;
	border: 1px solid #1C1C1C;
	border-radius: 5px;
}

.m9_2 .cell_input img {
	width: 35px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.m9_2 .sousuo_on .cell_input {
	opacity: 1;
	width: 180px;
}

.m9_2 .sousuo_on .txts {
	display: none !important;
}

.m9_2 .sousuo {
	width: 180px;
	height: 30px;
	position: relative;
}

.m10 {
	margin-top: 40px;
}

.m10_1 {}

.m10_1_let {
	width: 485px;

}

.m10_1_let .fun {

	width: 100%;
}

.m10_1_let .fun .t_cen {
	height: 485px;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	position: relative;
}

.m10_1_let .fun .t_cen .item_pic {}

.m10_1_let .fun .t_cen .item_pic img {
	display: block;
	width: 100%;
}

.m10_1_let .fun .b_cen {
	margin-top: 25px;
	padding-right: 2px;
	overflow: hidden;
}

.m10_1_let .b_cen {}

.m10_1_let .b_cen .item_pic img {
	width: 100%;

}

.m10_1_let .fun .b_cen .item_pic img {
	width: 100%;
	height: 110px;
	border: 1px solid #E0E0E0;
}

.m10_1 {
	display: flex;
}

.m10_1 .m10_1_rit {
	flex: 1;
	padding-left: 50px;
	padding-top: 15px;
	font-family: var(--primary-fm3);
}

.m10_1_rit .t1 {

	font-weight: bold;
	color: #000000;
	font-size: 22px;
	margin-bottom: 10px;
}

.m10_1_rit .t2 {
	margin-bottom: 15px;
}

.m10_1_rit .t3 {
	margin-bottom: 10px;
}

.m10_1_rit .t4 {}

.m10_1_rit .t5 {
	margin-top: 25px;
}

.m10_1_rit .t5 .lt {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.m10_1_rit .t5 .lt .dm {
	padding: 15px;
	background: #F8F8F8;

	border: 1px solid #888888;
}

.m10_1_rit .t5 .lt:nth-child(3n) {
	margin-right: 0px;
}

.m10_1_rit .t5 .lt .t5_1 {
	font-size: 20px;
}

.m10_1_rit .t5 .lt .t5_2 {
	margin: 10px 0;
}

.m10_1_rit .t5 .lt .t5_4 {
	margin: 10px 0;
}

.m10_1_rit .t5 .lt .t5_4 .price_a {
	text-decoration: underline;
}

.m10_1_rit .t5 .lt .t5_5 {
	margin-bottom: 10px;
}

.m10_1_rit .t5 .lt .t5_6 {
	background: #fff;
	border: 1px solid #D5D5D5;
	position: relative;
}

.m10_1_rit .t5 .lt .t5_6 .text {
	width: 100%;
	height: 40px;
	text-align: center;
}

.m10_1_rit .t5 .lt .t5_6 .jian {
	width: 30px;
	height: 40px;
	background: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	line-height: 40px;
	cursor: pointer;
}

.m10_1_rit .t5 .lt .t5_6 .jia {
	width: 30px;
	height: 40px;
	text-align: center;
	position: absolute;
	z-index: 10;
	right: 0px;
	background: #fff;
	line-height: 40px;
	top: 0px;
	cursor: pointer;
}

.m10_1_rit .t5 .lt .dm .t5_1 i {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border-radius: 50%;
	position: relative;
	top: 4px;
	margin-right: 10px;
	display: inline-block;
	border: 1px solid #767676;
}
.m10_1_rit .t5 .lt .t5_3 .price {
	color: #DD0000;
	font-size: 15px;
}
.m10_1_rit .t5 .lt .t5_3 .price_a {
	text-decoration: underline;
}
.m10_1_rit .t5 .lt .t5_4 .price {
	color: #DD0000;
	font-size: 20px;
}

.m10_1_rit .t5 .lt .t5_4 .msg {
	font-size: 14px;
	color: #DD0000;
}

.m10_1_rit .t5 .lt .t5_1 input {
	width: 20px;
	height: 20px;
}

.m10_1_rit .t6 a {
	display: inline-block;
	width: 48%;
	height: 50px;
	text-align: center;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.m10_1_rit .t6 .sc_bt {
	float: left;
	background: linear-gradient(180deg, #FFFFFF 0%, #ECECF4 100%);
	border-radius: 0px 0px 0px 0px;

}

.m10_1_rit .t6 .gwc_bt {
	float: right;
	margin-left: 20px;
	color: #fff;
	background: linear-gradient(180deg, #F37D7A 0%, #C62A31 100%);
}

.m10_1_rit .t6 a img {
	width: 25px;
	display: inline-block;
	margin-right: 10px;
}

.m10_1_rit .t6 {
	margin-top: 30px;
}

.m10_2 {
	margin-top: 50px;
	font-family: var(--primary-fm2);
}

.m10_2 .t1 {
	font-size: 22px;
	padding-bottom: 40px;
	border-bottom: 1px solid #979797;
	margin-bottom: 30px;
}

.m10_2 .gp .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #979797;
}

.m10_2 .gp .item .t2 {
	font-size: 22px;
	cursor: pointer;

}

.m10_2 .gp .item .t2 .nt {}

.m10_2 .gp .item .t2 .icon i {
	width: 28px;
	height: 28px;
	background: url('../img/p51.png') center no-repeat;
	background-size: 28px;
	display: block;
}

.m10_2 .gp .item .cn {
	font-size: 18px;
	padding-left: 40px;
	margin-top: 20px;
	line-height: 40px;
	display: none;
	font-family: var(--primary-fm3);
	color: #000000;
}

.m10_2 .gp .item_on .icon i {
	background: url('../img/p50.png') center no-repeat !important;
	background-size: 28px !important;
}

.m10_2 .gp .item_on .cn {
	display: block;
}

.m10 {
	margin-bottom: 50px;
}

.m9_2 {
	border-bottom: 1px solid #CCCCCC;
}


.m11 .gp {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}


.m11 {
	margin-top: 45px;
}

.m11 .item_pic {
	width: calc(33% - 24px);

	margin: 12px;
	margin-bottom: 45px;
}

.m11 .item_pic .dm .t1 {
	font-size: 18px;
	font-weight: bold;
	color: #1C1C1C;
	font-family: var(--primary-fm2);
}

.m11 .item_pic .dm {
	padding: 15px 12px;
	background: #fff;
}

.m11 .item_pic .dm .t2 {
	font-size: 16px;
	color: #1C1C1C;
	margin-top: 12px;
	font-family: var(--primary-fm3);
}

.m11 {
	padding-bottom: 80px;
}

.m12 .cont {
	font-size: 16px;
	color: #000000;
	font-family: var(--primary-fm3);
	line-height: 35px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 50px;
	margin-bottom: 40px;
	padding-top: 40px;
	font-family: var(--primary-fm3);

}

.m12 .func {
	font-size: 14px;
}

.m12 .func img {
	width: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
}

.m12 .func .pr img {
	margin-right: 15px;
}

.m12 .func .ne img {
	margin-left: 15px;
}

.m12 {
	margin-bottom: 60px;
}

.m12 .func .cen {
	position: absolute;
	left: 50%;
	color: #000;
	transform: translate(-50%, 0);
}

.m12 .func a:hover {
	text-decoration: underline;
}

.m13 .dm {
	background: #F8F8F8;
	padding: 35px 2%;
	margin-top: 50px;
	text-align: center;
	font-family: var(--primary-fm3);
	font-size: 20px;
	margin-bottom: 90px;
}

.m13 .t1 {
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 20px;
}

.m13 .t2 img {
	width: 270px;
}

.m14 {
	margin-top: 40px;
}

.m14 .box {
	padding: 0px 100px;
	padding-left: 325px;
	padding-right: 5%;
	position: relative;
}

.m14_let {
	position: absolute;
	width: 225px;
	left: 5%;
	top: 0px;
}

.m14_let.fixed {
	position: fixed;
	top: 100px;
	left: 5%;
	background: #fff;
	z-index: 100;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	/* padding: 15px; */
}

.m14_let .t1 {
	margin-bottom: 5px;
}

.m14_let .t1 a {
	background: #fff;
	display: block;
	padding: 14px 20px;
	font-size: 14px;
	font-family: var(--primary-fm3);
}

.m14_let .t1 a:hover {
	background: var(--primary-color);
}

.m14_rit_box {
	flex: 1;
	padding-left: 25px;
}

.m14_rit_box .boxs .item {
	background: #fff;
	margin-bottom: 40px;
}

.m14_rit_box .boxs .item .t1 {
	background: #F4BF3B;
	font-family: var(--primary-fm2);
	font-weight: bold;
	font-size: 18px;
	padding: 14px 18px;
}

.m14_rit_box .boxs .item .cn {
	font-size: 14px;
	color: #1C1C1C;
	padding: 30px 18px;
	font-family: var(--primary-fm3);
	line-height: 30px;
}

.m15 {
	padding: 60px 0;
}

.m15 .cont {
	font-size: 16px;
	color: #000000;
	font-family: var(--primary-fm3);
	line-height: 40px;
}

.m16_let .t1 {
	font-size: 18px;
	font-weight: bold;
	font-family: var(--primary-fm3);
	margin-bottom: 15px;
}

.m16 {
	margin-top: 45px;
}

.m16_let {
	width: 48%;
	font-family: var(--primary-fm3);
}

.m16_let .fm .t2 {
	background: var(--primary-color);
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	text-align: center;

}

.m16_let .fm .item {
	border: 1px solid #B8B8B8;
	border-top: 0px none;
	display: flex;
	align-items: center;
}

.m16_let .fm .item .nt {
	width: 150px;
	text-align: right;
	height: 50px;
	padding: 0px 15px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	min-height: 50px;

	justify-content: right;
	font-size: 14px;
}

.m16_let .fm .item .cell {
	height: 50px;
	flex: 1;
	padding: 0px 2%;
}

.m16_let .fm .item .cell .text {
	width: 96%;
	padding: 0px 2%;
	border: 1px solid #B8B8B8;
	display: flex;
	align-items: center;
	margin: 5px 0px;
	min-height: 40px;
}

.m16_let .fm .submit {
	margin-top: 15px;
}

.m16_let .fm .submit .bt {
	background: var(--primary-color);
	color: #fff;
	padding: 10px 70px;
	font-size: 16px;
}

.m16 {
	padding-bottom: 90px;
}

.m16_rit {
	width: 48%;
	font-family: var(--primary-fm3);
}

.m16_rit .t1 {
	font-size: 18px;
	font-weight: bold;

	margin-bottom: 15px;
}

.m16_rit .t2 {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.m16_rit .sub {
	margin-top: 30px;
}

.m16_rit .sub a {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 16px;
	padding: 10px 50px;
	display: inline-block;
}

.m16_rit .sub a:hover {
	background: var(--primary-color);
	color: #fff;
}

.m17 {
	margin-top: 45px;
}

.m17_1 {
	font-family: var(--primary-fm3);
}

.m17_1 .t1 {
	background: var(--primary-color);
	color: #333;
	padding: 12px 0;
	font-size: 18px;
	text-align: center;
}

.m17_1 .tab table {
	border-collapse: collapse;
	border-spacing: 0;
}

.m17_1 .tab table thead tr td {
	background: #F7F7F7;
	padding: 12px 10px;
	text-align: center;
	font-size: 16px;
	color: #7D7D7D;
	border: 1px solid #E0E0E0;
}

.m17_1 .tab table thead tr td:nth-child(1) {
	border-left: 0px none;
}

.m17_1 .goods_md {
	display: flex;
}

.m17_1 .goods_md .pic {
	width: 135px;
	height: 135px;
	border: 1px solid #E0E0E0;
	/* margin-right: 15px;; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.m17_1 .goods_md .cn {
	flex: 1;
	padding-left: 15px;
}

.m17_1 table tr td {
	padding: 12px 10px;
	border: 1px solid #E0E0E0;
	border-top: 0px none;
}

.m17_1 .goods_md .cn .t3 {
	font-size: 14px;
	line-height: 30px;
}

.m17_1 .goods_md .cn .t4 {
	font-size: 16px;
}

.m17_1 .nub {
	width: 50px;
	position: relative;
	margin: 0px auto;
	display: block;
	border: 1px solid #CBCBCB;
}

.m17_1 .nub .text {
	background: #fff;
	width: 100%;
	text-indent: 4px;
	height: 35px;
}

.m17_1 .nub .nub_btn {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
}

.m17_1 .nub .nub_btn img {
	width: 15px;
	cursor: pointer;
	display: block;
}

.m17_1 .nub .nub_btn img:nth-child(2) {
	margin-top: 4px;
}

.m17_1 .del {
	background: #F7F7F7;
	border: 1px solid #CBCBCB;
	padding: 8px 25px;
	border-radius: 2px;
	cursor: pointer;
}

.m17_3 {
	margin-bottom: 24px;
}

.m17_2 {
	padding: 25px 0;

}

.m17_2 .bt {
	background: #F4BF3B;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
}

.m17_3 .price {
	width: 525px;
	border: 1px solid #E0E0E0;
}

.m17_3 .price .item {
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
}

.m17_3 .price .item .nt {
	height: 45px;
	display: flex;
	width: 215px;
	align-items: center;
	background: #F7F7F7;
	justify-content: center;
	border-right: 1px solid #CBCBCB;
}

.m17_3 .price .item .cn {
	line-height: 45px;
	flex: 1;
	text-align: right;
	padding-right: 10px;
}

.m17_3 .price .item .cn span {
	font-size: 20px;
}

.m17_4 .btn {
	background: var(--primary-color);
	color: #fff;
	font-size: 18px;
	width: 527px;
	padding: 15px 0;
}

.m17 {
	margin-bottom: 60px;
}

.m17 .tab_1 {}

.m17_4 {
	font-family: var(--primary-fm3);
}

.m17_4 .t1 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;

}

.m17_4 .item .lab label {
	font-size: 18px;
}

.m17_4 .item .lab input {
	width: 20px;
	position: relative;
	top: -2px;
	height: 20px;
	margin-right: 10px;
}

.m17_4 .item .cont {
	margin-top: 20px;
	display: flex;
	border: 1px solid #CBCBCB;
}

.m17_4 .item .cont .nt {
	width: 230px;
	padding: 10px 15px;
	background: #F7F7F7;
	text-align: right;
	border-right: 1px solid #CBCBCB;

}

.m17_4 .item .cont .cn {
	flex: 1;
}

.m17_4 .item .cont .cn .cn_1 {
	border: 1px solid #CBCBCB;
	margin: 4px;
	line-height: 35px;
	padding: 5px 12px 10px;
}

.m17_4 .item {
	margin-bottom: 30px;
}

.m17_4 .item .nt span {
	background: #BC261A;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 4px;
}

.m17_4 .item .cn_1 img {
	width: 25px;
}

.m17_5 {
	text-align: center;
}

.m17_5 input {
	background: var(--primary-color);
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	padding: 10px 70px;
}

.m18 .m18_let {
	width: 225px;
}

.m18 {
	margin-top: 90px;
}

.m18_let {
	font-family: var(--primary-fm3);
}

.m18_let .item .t1 img {
	width: 25px;
}

.m18_let .item .t1 {
	color: #000000;
	font-size: 20px;

}

.m18_let .item .t1 a {
	display: flex;
	align-items: center;
}

.m18_let .item .t1 a img {
	margin-right: 10px;
	display: inline-block;
}

.m18_let .item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ACACAC;
}

.m18_let ul li a {
	font-size: 16px;
}

.m18_let ul {
	padding-left: 25px;
	margin-top: 25px;
}

.m18_let ul li {
	margin-top: 20px;
}

.m18_let ul li a:hover {
	color: var(--primary-color);
}

.m18_let .on {
	color: var(--primary-color) !important;
}

.m18 {
	display: flex;
}

.m18_rit {
	flex: 1;
	margin-left: 45px;
	padding-left: 45px;
	border-left: 1px solid #ACACAC;
}

.m18_rit .m7 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.m18_rit .t1 {
	font-size: 24px;
	color: #000000;
}

.m18_rit .t2 {
	font-size: 20px;
	margin: 35px 0 30px;
}

.m18_rit .pics img {
	width: 450px;
}

.m18_rit .pics {
	margin-top: 70px;
}

.m18 {
	padding-bottom: 70px;
}

.m18_rit_3 {
	font-family: var(--primary-fm3);
}

.m18_rit_3 .t1 {
	border-bottom: 1px solid #ACACAC;
	padding-bottom: 25px;
}

.m18_rit_3 .sel {
	background: #F7F7F7;
	padding: 25px 15px;
	margin-top: 25px;
}

.m18_rit_3 .sel .item {
	font-size: 16px;
	margin-bottom: 20px;
}

.m18_rit_3 .sel select {
	background: #fff;
	width: 120px;
	height: 40px;
	border: 1px solid #B2B2B2;
}

.m18_rit_3 .sel .item .nt {
	line-height: 40px;
	width: 80px;
}

.m18_rit_3 .sel .item .text {
	height: 40px;
	width: 550px;
	padding: 0px 10px;
	border: 1px solid #B2B2B2;
	background: #fff;
}

.m18_rit_3 .sel .submit {
	text-align: center;
}

.m18_rit_3 .sel .submit input {
	display: inline-block;
	border: 1px solid #F4BF3B;
	color: #F4BF3B;
	display: inline-block;
	padding: 8px 0px;
	width: 150px;
	text-align: center;
	margin: 0px 8px;
	background: #F7F7F7;
}

.m18_rit_3 .sel .submit input:hover {
	background: var(--primary-color);
	color: #fff;
}

.m18_rit_3 .sel .status select {
	margin-left: 10px;
}

.m18_rit_page {
	text-align: right;
	margin-top: 25px;
	border-bottom: 1px solid #ACACAC;
	padding-bottom: 5px;
}

.m18_rit_page a {
	font-size: 16px;
	margin-left: 4px;
}

.m19 {
	font-family: var(--primary-fm3);
	margin-top: 40px;
}

.m19 .gp .item {
	background: #F7F7F7;
	padding: 15px 20px;
	border-radius: 4px;
	margin-bottom: 40px;
}

.m19 .gp .item .t1s {
	border-bottom: 1px solid #ACACAC;
	padding-bottom: 15px;
	font-size: 18px;
	margin-bottom: 20px;
}

.m19 .gp .item .t2s {
	font-size: 16px;
	margin-bottom: 10px
}

.m19 .gp .item .t2s .nt {}

.m19 .gp .item .ch_gp {
	background: #FFFFFF;
	padding: 24px 15px;
}

.m19 .gp .item .ch_gp .lt {
	display: flex;
	margin-bottom: 40px;
}

.m19 .gp .item .ch_gp .lt:last-child {
	margin-bottom: 0px;
}

.m19 .gp .item .ch_gp .lt .pic {
	width: 135px;
	height: 135px;
	display: flex;
	align-items: center;
	border: 1px solid #E0E0E0;
	justify-content: center;
}

.m19 .gp .item .ch_gp .lt .pic img {
	object-fit: contain;
}

.m19 .gp .item .ch_gp .lt .ccn {
	padding-left: 25px;
	flex: 1;
	position: relative;
}

.m19 .gp .item .ch_gp .lt .ccn .bt {
	position: absolute;
	background: var(--primary-color);
	color: #fff;
	top: 0px;
	right: 20px;
	display: inline-block;
	padding: 4px 35px;
}

.m19 .gp .item .ch_gp .lt .ccn .tt1 {
	margin-bottom: 25px;
}

.m19 .gp .item .ch_gp .lt .ccn .tt2 {
	font-size: 14px;
	line-height: 30px;
}

.m19 .gp .item .ch_gp .lt .rit_info {
	width: 200px;
	text-align: right;
	line-height: 50px;
	border-left: 1px solid #ACACAC;
	font-family: var(--primary-fm2);
}

.m19 .gp .item .buttom_info {
	font-size: 14px;
	margin-top: 20px;
}

.m19 .gp .item .buttom_info .lt {
	width: 33%;
	line-height: 30px;
}

.m19 .gp .item .buttom_info .lt a {
	text-decoration: underline;
}

.m19 .gp .item .buttom_info .lt a:hover {
	color: var(--primary-color);
}

.m18_let .item_lot {
	background: var(--primary-color);
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.m18_let .item_lot img {
	width: 25px;
}

.m18_let .item_lot a {
	color: #fff;
	padding: 15px 0;
	display: block;
	font-size: 18px;
}

.m18_let .item2 {
	margin-bottom: 0px;
}

.m20 .m5 .common_goods_box .common_goods_item {
	width: calc(25% - 20px);
	/* 一行5个，每个间距20px */
	margin: 10px;
}

.m20 .m5 {
	padding-top: 20px;
}

.m21 .m16_let .t2 {
	margin: 0px;
}

.m21 {
	margin-top: 40px;
}

.m21 .m16_let .item .nt span {
	/* color: ; */
}

.common_pop_boxs {
	position: fixed;
	width: 690px;
	background: #fff;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
}

.common_pop_boxs .t1 {
	background: var(--primary-color);
	color: #fff;
	padding: 13px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
	font-family: var(--primary-fm3);
}

.common_pop_boxs .cn {
	padding: 30px;
	text-align: center;
}

.new_sousuo_boxs {
	/* flex: 1; */
	width: 700px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%,-50%);
}

.new_sousuo_boxs form{

	display: flex;

}
.new_sousuo_boxs .sousuo {
	background: #F4BF3B;
	color: #000000;
	width: 130px;
	text-align: center;
	font-size: 14px;
	padding: 12px 0;
	position: relative;
	cursor: pointer;
}

.new_sousuo_boxs .sousuo .sel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.new_sousuo_boxs .sousuo .dropdown-arrow {
	width: 12px;
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.new_sousuo_boxs .sousuo.active .dropdown-arrow {
	transform: rotate(180deg);
}

.new_sousuo_boxs .sousuo .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 1000;
	display: none;
	max-height: 200px;
	overflow-y: auto;
}

.new_sousuo_boxs .sousuo .dropdown-item {
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
	color: #333;
	font-size: 14px;
	transition: background-color 0.2s ease;
}

.new_sousuo_boxs .sousuo .dropdown-item:hover {
	background-color: #f5f5f5;
}

.new_sousuo_boxs .sousuo .dropdown-item:last-child {
	border-bottom: none;
}

.new_sousuo_boxs .cell_inpit {
	border: 1px solid #3E3E3E;
	flex: 1;
	display: flex;
	align-items: center;
}

.new_sousuo_boxs .cell_inpit .cell {
	flex: 1;
	display: flex;
	align-items: center;
}

.new_sousuo_boxs .cell_inpit .cell input {
	width: 100%;
	font-size: 14px;
}

.new_sousuo_boxs .cell_inpit .cell img {
	width: 25px;
	display: inline-block;
	margin: 0px 10px;
}

.new_sousuo_boxs  .details span {
	background: #F1F1F1;
	color: #1C1C1C;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	/* position: absolute;
	top: 0px;
	right: 100px; */
}

.new_sousuo_boxs  .details span img {
	width: 16px;
}
.new_sousuo_boxs  .details{
	position: absolute;
	    right: 70px;
    top: 7px;
}
.new_sousuo_boxs  .details_on .sousuo_modle{
	display: block !important;
}
.new_sousuo_boxs .details_on .sousuo_modle span{
	font-size: 11px;
}
.new_sousuo_boxs .details_on .sousuo_modle .cell{
	display: block;
}
.new_sousuo_boxs  .buts input {
	background: #F4BF3B;
	color: #1C1C1C;
	border-radius: 3px;
	font-size: 14px;
	margin: 0px 10px;
	padding: 5px 10px;
}

.m2_news {
	background: #F4BF3B;
}

.m2_news .box .item {
	position: relative;
}

.m2_news .box .item .tt img {
	width: 13px;
}

.m2_news .box .item .tt {
	font-size: 16px;
	padding: 13px 50px 13px 45px;
 position: relative;
 z-index: 1000;
	cursor: pointer;
}

.m2_news .box .item .tt img {
	display: inline-block;
	margin-left: 10px;
}

.m2_news .box .item:nth-child(5) .m2_ment_show{
	left: -300px;
}
.m2_news .box .item:nth-child(6) .m2_ment_show{
	left: -400px;
}

.m2_news .box .item .m2_ment_show {
	display: none;
}

.m2_news .box .item:hover .tt {
	background: #fff;
}

.m2_news .box .item:hover .m2_ment_show {
	display: block;
}

.m2_news .box .item_on .tt {
	background: #fff;
}

.m90_1 {
	width: 260px;
}

.m90_1 .t1 {
	font-size: 17px;
	color: #1C1C1C;
	margin-bottom: 15px;
	font-weight: bold;
}

.m90_1 .sel select {
	width: 100%;
	border: 1px solid #A1A1A1;
	font-size: 14px;
	height: 40px;
}

.m90_1 .item {
	margin-bottom: 15px;
}

.m90_1 .item .cell .text {
	width: 96%;
	border: 1px solid #A1A1A1;
	font-size: 14px;
	height: 40px;
	padding: 0px 2%;
}

.m90_1 .item .cell2 {
	display: flex;
	align-items: center;
}

.m90_1 .item .cell2 .lt .lt_tit {
	font-size: 14px;
	margin-bottom: 5px;
}

.m90_1 .item .cell2 .bobobo {
	position: relative;
	margin: 0px 10px;
	top: 15px;
	;
}

.m90_1 .item .gp .lt {
	color: #1C1C1C;
	font-size: 16px;
	margin-bottom: 10px;
}

.m90_1 .item .gp .lt input {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #A1A1A1;
}

.m90_1 .buts input {
	width: 100%;
	padding: 5px 16px;
	border: 1px solid #CCCCCC;

	background: linear-gradient(180deg, #FFFFFF 0%, #ECECF4 100%);
	font-size: 16px;
	color: #333;
	outline: none;


}

.m90_1 .reset {
	padding: 15px 0;
}

.m90_1 .reset input {
	float: right;
	color: #D1303F;
	font-size: 14px;
	background: none;
}

.m90_1 .m_gp ul li .tt1 {
	background: #FFDA7F;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.m90_1 .m_gp ul li .tt1 .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.m90_1 .m_gp ul li .tt1 .icon .down_icon {
	width: 9px;
}

.m90_1 .m_gp ul li .tt1 .icon .rit_icon {
	width: 5px;
}

.m90_1 .m_gp ul li dl {
	background: #fff;
}

.m90_1 .m_gp ul li dl dd {
	border-bottom: 1px solid #E4E4E4;

}


.m90_1 .m_gp ul li .tt2 {
	position: relative;
	padding: 5px 0;
	padding-left: 25px;
	border-bottom: 1px solid #E4E4E4;
}

.m90_1 .m_gp ul li .tt2 .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.m90_1 .m_gp ul li .tt2 .icon .down_icon {
	width: 15px;
}

.m90_1 .m_gp ul li .tt2 .icon .rit_icon {
	width: 5px;
}

.m90_1 .m_gp ul li dl dd .tt2 {
	font-size: 14px;
}

.m90_1 .m_gp ul li dl dd .child_box{
	padding-bottom: 5px;
}
.m90_1 .m_gp ul li dl dd .child_box .ll {

	padding-left: 30px;
	font-size: 14px;
	margin-top: 5px;
}
.m90_1 .m_gp ul li dl dd .child_box .ll a:hover{
	color: #FFDA7F;
}


.m90_1 .ment_item {
	margin-bottom: 40px;
}
.m90_1 .ment_item2 .m_gp ul li .tt1{
	background: #fff;
}
.m90 {
	display: flex;
}
.m90 .m90_2{
	flex: 1;
	padding-left: 40px;
}
.m90_1 .ment_item2 .t1{
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.m90_1 .ment_item2 .m_gp ul li .tt1{
	padding-left: 0px;
}