/* @font-face {
	font-family: 'FZZDHJW';
	src: url('../font/方正正大黑FZZDHJW.TTF');
}

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

@font-face {
	font-family: 'SourceHanSansCNbold';
	src: url('../font/SourceHanSansCN-Bold.ttf');
}
*/



@font-face {
	font-family: 'NotoSerifJP-Bold';
	src: url('../font/NotoSansSC-VariableFont_wght.ttf');
}

@font-face {
	font-family: 'NotoSerifJP-Light';
	src: url('../font/NotoSansSC-VariableFont_wght.ttf');
}

@font-face {
	font-family: 'NotoSerifJP-ExtraLight';
	src: url('../font/NotoSansSC-VariableFont_wght.ttf');
}


@font-face {
	font-family: 'NotoSerifJP-Regular';
	src: url('../font/NotoSansSC-VariableFont_wght.ttf');
}




@font-face {
	font-family: 'NotoSerifJP-SemiBold';
	src: url('../font/NotoSansSC-VariableFont_wght.ttf');
}

@font-face {
	font-family: 'NotoSerifJP-Medium';
	src: url('../font/NotoSansSC-VariableFont_wght.ttf');
}





:root {
	--primary-color: #EDB98A;
	--primary-font14: 14px;
	--primary-fm: 'NotoSerifJP-Bold';
	--primary-fm1: 'NotoSerifJP-Light';
	--primary-fm2: 'NotoSerifJP-ExtraLight';
	--primary-fm3: 'NotoSerifJP-Regular';
	--primary-fm4: 'NotoSerifJP-SemiBold';
	--primary-fm5: 'NotoSerifJP-Medium';

}
.pc{
	display: block;
}
.h5{
	display: none;
}
.banner {
	overflow-x: hidden;
}

/* .banner .banner_item {
	height: 1150px;
	position: relative;
	overflow: hidden;
	transition: transform 0.8s ease;
} */

.banner .banner_item {
	position: relative;
	overflow: hidden;
	/* transform: scale(1); 
	transition: transform 2.5s ease; */
}

.banner .swiper-slide-active .banner_item {
	/* transform: scale(1.5); */
}

.banner .swiper-slide {
	/* opacity: 0; */
	/* transition: opacity 1s ease; */
}

.banner .swiper-slide-active {
	/* opacity: 1; */
}

.nav {
	width: 100%;
	position: fixed;
	left: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 0px;
	padding: 0px 0;
	z-index: 1000;
	/* z-index: 10; */
}

.nav .dm {
	padding: 20px 0;
	margin: 0px 50px;
	position: relative;
}

.nav .dm .logo {
	display: flex;
	align-items: center;
}

.nav .dm .logo .lo {
	width: 75px;
}

.nav .dm .logo .tx {
	/* width: 145px; */
	flex: 1;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 24px;
	font-family: var(--primary-fm3);
}

.nav .nav_gp {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.nav .nav_gp .lt {
	display: inline-block;
	margin: 0px 17.5px;
}

.nav .nav_gp .lt a {
	color: #FFFFFF;
	font-size: 20px;
	font-family: var(--primary-fm);
}

.nav .nav_gp .lt a:hover {
	text-decoration: underline;
}

.nav .info {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.nav .info .lant {
	background: url('../img/p26.png') left center no-repeat;
	background-size: 22px auto;
	padding-left: 40px;
	font-family: var(--primary-fm);
	margin-right: 50px;
	position: relative;
}

.nav .info .lant .txt {
	color: #fff;
	width: 100px;
	background: url('../img/p51.png') right center no-repeat;
	position: relative;
}

.nav .info .lant .goto_user_info {
	position: absolute;
	width: 50px;
	left: 0px;
	top: 0px;
	height: 100%;
}

.nav .info .lant .sel_boxs {
	position: absolute;
	width: 100px;
	background: rgba(255, 255, 255, 0.5);
	display: none;
	left: 38px;
	padding: 10px;
	border-radius: 2px;
	text-align: center;

}

.nav .info .lant .sel_boxs ul li {
	margin-bottom: 10px;
	font-family: var(--primary-fm);
}

.nav .info .lant .sel_boxs ul li a {
	font-size: 14px;
	font-family: var(--primary-fm);
}

.nav .info .lant:hover .sel_boxs {
	display: block;
}


.nav .info .ment img {
	width: 35px;
}

.banner {
	position: relative;
}

.banner .banner_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	text-align: center;
	transform: translate(-50%, -50%);
}

.banner .banner_icon .pic img {
	width: 280px;
}

.banner .banner_icon .txt {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: var(--primary-fm3);
}

.banner .swiper-pagination {
	text-align: left;
	padding-left: 50px;
}

.banner .swiper-pagination-bullet {
	background: #D9D9D9;
	opacity: 1;
	margin: 0px 6px !important;
	/* margin-right: ; */
}

.banner .swiper-pagination-bullet-active {
	background: #2F2E28;
}

.m1 {
	padding: 400px 0 240px;
}

.m1 .box {
	position: relative;
	padding-bottom: 125px;
}

.m1 .box p {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 18px;
	letter-spacing: 0.3em;
	line-height: 3;
	font-family: var(--primary-fm4);
	white-space: nowrap;
	color: #000;
	/* font-weight: bold; */
	/* margin: 0 auto; */

}


.m1 .box .vertical-text-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 1em;
	/* padding: 40px 0; */
	/* height: 500px; */
}



.cm_rit_msg {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 0;
	position: absolute;

	right: 0px;
	top: 0px;
	/* padding: 40px 0; */
	/* height: 500px; */
}

.cm_rit_msg div {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 18px;
	letter-spacing: 0.3em;
	line-height: 1.5;
	font-family: var(--primary-fm4);
	white-space: nowrap;
	color: #000;

}

.cm_rit_msg .t1 {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: math;
	color: #1A1918;
	font-weight: normal;
	writing-mode: horizontal-tb;
	position: relative;
}

.cm_rit_msg .t1 span {
	transform: rotate(90deg);
	position: relative;
	display: inline-block;
	top: 23px;
	font-family: 'NotoSerifJP-Bold';
}

.m2 .cm_rit_msg .t1 span {
	top: 45px;
	right: 25px;
}

.m4 .cm_rit_msg .t1 span {
	top: 45px;

}

.cm_rit_msg .t2 {
	font-size: 30px;
}

.cm_let_info {
	width: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: inline-block;
	overflow: hidden;
	padding-right: 10px;
	/* border-right: 1px solid #000; */
}

.cm_let_info::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	width: 1px;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #000;
	transform: translate(0, 0);
}

.cm_let_info i {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	width: 1px;
	height: 100%;
	-webkit-transition: all .3s ease-in-out 0.3s;
	transition: all .3s ease-in-out 0.3s;
	background-color: #000;
	transform: translate(0, -100%);
}

.cm_let_info:hover::before {
	transform: translate(0, 100%);
}

.cm_let_info:hover i {
	transform: translate(0, 0);
}

/* 添加鼠标移出时的过渡效果 */
.cm_let_info:not(:hover)::before {
	transform: translate(0, 0);
	transition-delay: 0.3s;
}

.cm_let_info:not(:hover) i {
	transform: translate(0, -100%);
	transition-delay: 0s;
}

.m2 .box .pic img {
	width: 100%;
}

.m2 .box {
	position: relative;
	/*padding-right: 20%;*/
}

.m2 .box .pic {
	position: relative;
	width: 70%;
	margin-left: 170px;
}

.m3 .box .pic {
	transform: translate(-170px, 0);
}

.m2 .box .pic .host {
	position: absolute;
	width: 320px;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cm_rit_msg .t2 span {
	font-size: 16px;
	font-weight: normal;
	/* font-family: var(--primary-fm); */
	margin-top: 5px;
	letter-spacing: 8px;
}

.m2 .box .chi_t1 {
	font-family: var(--primary-fm4);
	color: #1A1918;
	padding: 60px 0 40px;
}


.cm_more a {
	display: inline-block;
	/*border-bottom: 1px solid #040404;*/
	font-size: 14px;
	color: #1A1918;
	background: url('../img/p10.png') 95% 5px no-repeat;
	background-size: 10px auto;
	padding-bottom: 15px;
	padding-right: 50px;
}


.m2 .box .more a {
	display: inline-block;
	/* border-bottom: 1px solid #040404; */
	font-size: 14px;
	color: #1A1918;
	background: url('../img/p10.png') 95% 5px no-repeat;
	background-size: 10px auto;
	padding-bottom: 15px;
	padding-right: 50px;
}

.m2 .box .more,
.cm_more {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.m2 .box .more a {
	display: inline-block;
	padding-bottom: 15px;
	color: #1A1918;
	font-size: 14px;
	background: url('../img/p10.png') 95% 5px no-repeat;
	background-size: 10px auto;
	padding-right: 50px;
}

.m2 .box .more::before,
.cm_more::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: all .3s ease-in-out;
	transform: translate(0, 0);
}

.m2 .box .more i,
.cm_more i {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: all .3s ease-in-out 0.3s;
	transform: translate(-100%, 0);
}

.m2 .box .more:hover::before,
.cm_more:hover::before {
	transform: translate(100%, 0);
}

.m2 .box .more:hover i,
.cm_more:hover i {
	transform: translate(0, 0);
}

.m2 .box .more:not(:hover)::before,
.cm_more:not(:hover)::before {
	transform: translate(0, 0);
	transition-delay: 0.3s;
}

.m2 .box .more:not(:hover) i,
.cm_more:not(:hover) i {
	transform: translate(-100%, 0);
	transition-delay: 0s;
}



.w_box {
	padding: 0px 75px;
}

.m2 .box {
	/*padding-left: 18rem;*/
}

.m2 {
	margin-bottom: 200px;
}

.m3 .box {
	padding-left: 0px;
}

.m3 .box .pic .host {
	right: 0px;
	left: auto;
	transform: translate(50%, -50%);
}

.m3 .box .txt_dms,
.m2 .box .txt_dms {
	padding-left: 18rem;
}

.m4 {
	padding-left: 70px;
}

.m4 .box {
	position: relative;
	padding-left: 180px;
}

.cm_rit_msg2 {
	right: auto;
	left: 0px;
}

.m11 .cm_rit_msg2 .t1 {
	top: 20px;
}

.m4 .fun {
	overflow-x: hidden;
}

.m4 .fun .item_pic .big_imgs {
	width: 400px;
}

.m4 .rit_funclick {
	margin-top: 100px;
	padding-right: 70px;
}

.m4 .rit_funclick .rit img {
	cursor: pointer;
	margin-left: 25px;
	border-radius: 50%;
}

.m4 {
	padding-bottom: 200px;
}

.m5 .m5_child {
	position: relative;
	padding: 150px 0;
	padding-left: 70px;
	background: #fff;
}

.m19 .m5 .m5_child {
	padding: 0;
}


.m5 .m5_child .box {
	position: relative;
}

.m5 {
	padding-right: 70px;
}

.m5 .listvest {
	padding-left: 180px;
}

.m5 .listvest .item {
	position: relative;
	padding-left: 280px;
	margin-bottom: 60px;
	padding-right: 400px;
	min-height: 220px;
}

.m5 .listvest .item .pic img {
	width: 240px;
	height: 220px;
	position: absolute;
	left: 0px;
}

.m5 .listvest .item .cont {
	font-family: var(--primary-fm4);
}

.m5 .listvest .item .cont .t1 {
	padding-top: 20px;
	color: #1A1918;
	font-family: var(--primary-fm3);
	margin-bottom: 20px;
	position: relative;
}

.m5 .listvest .item .cont .t1::before {
	content: '';
	position: absolute;
	width: 43px;
	display: none !important;
	height: 2px;
	z-index: 10;
	display: inline-block;
	left: -60px;
	top: 30px;
	background: #BABABA;
}

.m5 .listvest .item .cont .t2 {
	margin: 20px 0;
	font-size: 18px;
}

.m5 .listvest .item .cont .t3 {
	line-height: 30px;
	/* font-size: 14px; */
}

.m5 .listvest .item .more {
	position: absolute;
	right: 100px;
	top: 115px;
}

.m6 {
	padding-top: 200px;
}

.m6 .box {
	background: url('../img/p45.jpg') center center no-repeat;
	background-size: cover;
	padding: 160px 0;
	color: #fff;
	font-family: var(--primary-fm3);
}


.m6 .box .t1 {
	font-size: 18px;
}

.m6 .box .t2 {
	font-size: 18px;
	margin-top: 15px;
}

.m6 .box .t2 .lt {
	font-size: 40px;
}

.m6 .box .t2 .lt2 {
	margin-left: 60px;
	margin-top: 20px;
}

.m6 .box .t3 {
	margin-top: 90px;
}

.m6 .box .t3 .lt {
	/* margin-right: 2%; */
	text-align: center;
	width: 48%;
	font-family: var(--primary-fm5);
}

.m6 .box .t3 .lt .msg {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.m6 .box .t3 .lt a {
	display: block;
	color: #fff;
	padding: 15px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 24px;
	border: 1px solid #fff;
}

.m6 .box .t3 .lt:nth-child(2) {
	margin-right: 0px;
}

/*.m6 .box .t3 .lt a:hover {*/
/*	background: #fff;*/
/*	color: #000;*/
/*}*/


.m6 .box .t3 .lt .bt {
	position: relative;
	overflow: hidden;
}

.m6 .box .t3 .lt .bt a {
	position: relative;
	z-index: 1;
	display: block;
	color: #fff;

	padding: 20px;
	text-align: center;
	transition: color 0.3s ease;
}

.m6 .box .t3 .lt .bt a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 0.3s ease;
	z-index: -1;
}

.m6 .box .t3 .lt .bt a:hover {
	color: #1A1918;
}

.m6 .box .t3 .lt .bt a:hover::before {
	left: 0;
}


.footer {
	/* padding: 0px 200px; */
	padding: 0px 10%;
	background: #F6F6F5;
	padding-top: 100px;
}

.footer .let .box_1 .item .t1 a {
	color: #000000;
	font-size: 24px;
	font-family: var(--primary-fm4);
}

.footer .let .box_1 .item .t1 a:hover,
.footer .let .box_2 .item .t1 a:hover,
.footer .let .box_3 .lt:hover {
	text-decoration: underline;
}

.footer .let .box_1 .item {
	/* margin-right: 70px; */
	width: 25%;
}

.footer .let .box_1 {
	margin-bottom: 30px;
}

.footer .let .box_2 .item {
	/* margin-right: 63px; */
	width: 25%;
}

.footer .let .box_2 .item .t1 a {
	color: #1A1918;
	font-size: 18px;
	font-family: var(--primary-fm4);
}

.footer .let .box_3 {
	margin-top: 80px;
}

.footer .let .box_3 .t1 {
	margin-bottom: 30px;
}

.footer .box .let {
	width: 63%;

}

.footer .box .let .let_dm {
	border-right: 1px solid #DEDEDE;
	padding-right: 150px;
	padding-top: 30px;
}

.footer .let .box_3 .lt {
	width: 23%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 25px;
}

.footer .let .box_3 .lt .tit {
	font-size: 18px;
	font-family: var(--primary-fm3);
}

.footer .let .box_3 .lt .tit img {
	width: 12px;
	display: inline-block;
	margin-left: 8px;
}

.footer .let .box_3 .t1 span {
	color: #1A1918;
	font-size: 20px;
	display: inline-block;
	font-family: var(--primary-fm5);
}

.footer .let .box_3 .t1 span img {
	width: 55px;
	display: inline-block;
	margin-left: 20px;
}

.footer .rit_box {
	width: 30%;
	text-align: center;
}

.footer .rit_box .f_logo img {
	/* width: ; */
}

.footer .rit_box .tel {
	margin: 15px 0;
	color: #1A1918;
	font-size: 28px;
	/* font-family: var(--primary-fm3); */
}
.footer .rit_box .tel img{
	width: 30px;
	transform: translate(0,-2px);
}

.footer .rit_box .t2 {
	margin-bottom: 20px;
}

.footer .rit_box .t2 a {
	display: inline-block;
	color: #1A1918;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 1px;
	padding: 5px 12px;
	font-family: var(--primary-fm5);
	border: 1px solid #1A1918;
}

.footer .rit_box .t2 a:hover {
	background: #1A1918;
	color: #fff;
}

.footer .rit_box .t3 {
	font-size: 14px;
	color: #1A1918;
	margin-bottom: 20px;
	line-height: 28px;
	font-family: var(--primary-fm5);
}

.footer .rit_box .ewm {
	text-align: center;
	margin-bottom: 20px;
	/* display: flex; */
}
.footer .rit_box .ewm div{
	display: inline-block;
	margin: 0px 10px;
}

.footer .rit_box .ewm img {
	display: inline-block;
	width: 85px;
	margin: 0px 5px;
}
.footer .rit_box .ewm span{
	display: block;
	width: 100%;
	text-align: center;
}

.footer .rit_box .info img {
	width: 50px;
}

.footer .rit_box .info a {
	display: inline-block;
	margin: 0px 7px;
}

.footer .copy {
	border-top: 1px solid #DEDEDE;
	padding: 35px 0;
	margin-top: 25px;
}

.cm_let_info a {
	font-family: var(--primary-fm5);
}

.footer .copy .copy_nav {
	font-size: 14px;
	font-family: var(--primary-fm5);
}

* {
	font-family: var(--primary-fm5);
}

.footer .copy .copy_nav a {
	color: #1A1918;
	margin-right: 50px;
	/* font-weight: bold; */
	font-family: var(--primary-fm5);
}

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

.footer .copy .copy_text {
	font-size: 14px;
	color: #1A1918;
}

.nav_on {
	position: fixed !important;
	background: rgba(26, 25, 24, 0.5);
}

.cm_ment {
	position: fixed;
	cursor: pointer;
	right: 20px;
	top: 50px;
	z-index: 100;
	z-index: 1005;
	width: 45px;
	height: 45px;
}

.cm_ment img {
	cursor: pointer;
}

.cm_ment i {
	display: inline-block;
	height: 1px;
	background: #fff;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cm_ment2 i {
	background: #000;
}

.cm_ment .xian_1 {
	width: 100%;
}

.cm_ment .xian_2 {
	width: 80%;
	top: 10px;
}

.cm_ment .xian_3 {
	width: 60%;
	top: 20px;
}

.cm_ment_on .xian_1 {
	transform: rotate(50deg);
	top: 10px;
}

.cm_ment_on .xian_2 {
	/*width: 100%;*/
	transform: rotate(-50deg);
}

.cm_ment_on .xian_3 {
	opacity: 0;
}

.cm_ment_on i {
	height: 2px;
	width: 60% !important;
	background: #000;
}

.cm_rit_msg2 .t1 span {
	top: 31px;
	 right: 25px;
}

.m14 .cm_rit_msg2 .t1 span {
	top: 15px;
}

.m19 .cm_rit_msg2 .t1 span {
	top: 20px;
}

.cm_rit_msg2 .t1_1111 span{
	right: -5px;
	top: 20px;
}


.hide_nav_box {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: none;
	background: #fff;
}

.hide_nav_box .l_1 {
	width: 25%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.hide_nav_box .l_2 {
	position: absolute;
	width: 37.5%;
	position: absolute;
	height: 100%;
	left: 25%;
	top: 0px;
}

.hide_nav_box .l_2 .box {
	position: absolute;
	top: 50%;
	left: 75px;
	transform: translate(0, -50%);
}

.hide_nav_box .l_2 .box .item a {
	font-family: var(--primary-fm4);
	color: #000000;
	font-size: 26px;
}

.hide_nav_box .l_2 .box .item ul li {
	margin-bottom: 30px;
}

.hide_nav_box .l_2 .box .item {
	float: left;
	margin-right: 100px;
}

.hide_nav_box .l_2 .box .item:nth-child(2) {
	margin-right: 0px;
}

.hide_nav_box .l_2 .box .item2 a {
	font-family: var(--primary-fm5);
	font-size: 16px;
}

.hide_nav_box .l_2 .box .item2 ul li {
	margin-top: 10px;
	margin-bottom: 45px;
}

.hide_nav_box .l_2 .box .item a:hover {
	text-decoration: underline;
}

.hide_nav_box .l_3 {
	position: absolute;
	width: 20%;
	right: 7%;
	top: 0px;
	height: 100%;
}



.hide_nav_box .l_3 .rit_box {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 44%;
	left: 0px;
	transform: translate(0, -50%)
}

.hide_nav_box .l_3 .rit_box .f_logo {
	margin-bottom: 30px;
}

.hide_nav_box .l_3 .rit_box .tel {
	margin: 15px 0;
	color: #1A1918;
	text-align: left;
	font-size: 22px;
	/* font-family: var(--primary-fm3); */
}

.hide_nav_box .l_3 .rit_box .tel img {
	width: 30px;
}



.hide_nav_box .l_3 .rit_box .t2 {
	margin-bottom: 20px;
}

.hide_nav_box .l_3 .rit_box .t2 a {
	display: inline-block;
	color: #1A1918;
	font-size: 12px;
	border-radius: 1px;
	padding: 3px 12px;
	font-family: var(--primary-fm5);
	border: 1px solid #1A1918;
}

.hide_nav_box .l_3 .rit_box .t3 {
	font-size: 16px;
	color: #1A1918;
	margin-bottom: 20px;
	text-align: left;
	line-height: 45px;
	font-family: var(--primary-fm5);
}
.m19_box .ewm{
	text-align: center;
	margin-bottom: 20px;
	/* display: flex; */
}
.m19_box .ewm div{
	display: inline-block;
}
.m19_box .ewm img {
	display: inline-block;
	width: 85px;
	margin: 0px 5px;
}
.m19_box .ewm span{
	display: block;
	width: 100%;
	font-size: 14px;
}

.hide_nav_box .l_3 .rit_box .ewm {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
}

.hide_nav_box .l_3 .rit_box .ewm img {
	display: inline-block;
	width: 85px;
	margin: 0px 10px;
}

.hide_nav_box .l_3 .info {
	bottom: 3.5%;
	position: absolute;
}

.hide_nav_box .l_3 .info img {
	width: 50px;
}

.hide_nav_box .l_3 .info a {
	display: inline-block;
	margin: 0px 7px;
}

.hide_nav_box .l_4 {
	position: absolute;
	width: 70%;
	bottom: 5%;
	left: 28.5%;
}

.hide_nav_box .l_4 .b_nav a {
	font-size: 14px;
	color: #1A1918;
	margin-right: 40px;
}

.hide_nav_box .l_4 .b_nav a:last-child {
	margin-right: 0px;
}

.hide_nav_box .l_4 .b_nav a:hover {
	text-decoration: underline;
}

.hide_nav_box .close_img {
	position: absolute;
	right: 3%;
	cursor: pointer;
	z-index: 100;
	top: 3%;
	display: none;
}

.hide_nav_box .close_img {
	width: 40px;
}

/* 
.hide_nav_box .l_3 .rit_box .info{
	position: absolute;
	bottom: 10px;
} */

.banner {
	position: relative;
}

.rit_href {
	position: fixed;
	right: 0px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	text-align: center;
	padding: 10px 55px 10px 15px;
	font-family: var(--primary-fm5);
	color: #fff;
}

.rit_href .t1 {
	font-size: 14px;
	color: #fff;
}

.rit_href .t2 {
	font-size: 16px;
	color: #fff;
}

.rit_href .rit_icon {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 10px;
	transform: translate(0, -50%);
}

.nav2 {}

.nav_on.nav2 {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.nav2 .dm .logo .tx {
	color: #373737;
}

.nav2 .nav_gp .lt a {
	color: #373737;
}

.nav2 .info .lant {
	background: url('../img/p57.png') left center no-repeat;
	background-size: 24px;
}

.nav2 .info .lant .txt {
	background: url('../img/p58.png') right center no-repeat;
	background-size: 10px;
}

.nav2 .info .lant .txt {
	color: #373737;
}

.nav2 {
	position: relative;
}

.m7 {
	padding: 110px 0 110px 5%;
	display: flex;
}

.m7 .box {
	position: relative;
	padding-left: 140px;
	font-family: var(--primary-fm3);
	font-size: 15px;
	line-height: 32px;
	padding-right: 75px;
}

.m7 .pic_img {
	flex: 1;
	/* height: 815px; */
}

.m7 .box .txt_box2 {
	font-size: 30px;
	margin-top: 60px;
	line-height: 50px;
}

.m8 {
	margin-top: 200px;
	min-height: 360px;
}

.m8 .box {
	position: relative;
	padding-left: 25%;
}

.m8 .box .cont {
	font-family: var(--primary-fm3);
	font-size: 16px;
	line-height: 38px;
	padding-top: 30px;
}

.m9 {
	overflow-x: hidden;
	margin-top: 165px;
}

.m10 {
	background: url('../img/p61.png') center no-repeat;
	background-size: cover;
	/* height: 1080px; */
	padding: 90px 0 150px;
	margin-top: 110px;
}

.m6s {
	padding-top: 0;
}

.m10 .box .t1 {
	font-family: var(--primary-fm5);
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.m10 .box .t2 {
	margin: 20px 0 80px;
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-family: var(--primary-fm5);
}

.m10 .pic_box {
	display: flex;
	align-items: center;
}

.m10 .pic_box .pic {}

.m10 .pic_box .cont {
	font-family: var(--primary-fm5);
	color: #fff;
	flex: 1;
	padding-left: 115px;
	font-size: 18px;
	line-height: 55px;
	-webkit-text-fill-color: #fff; /* 针对 iOS 设备 */

}

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

.m11 .box {
	margin: 0px 10%;
	position: absolute;
	width: 80%;
	/* top: 50%; */
	height: 100%;
}

.m11 .box .cm_rit_msg4 {
	top: 40%;
	/* position: relative; */
}

.cm_rit_msg4 .t1,
.cm_rit_msg4 .t2 {
	color: #fff;
}




.m11 .box .msg {
	color: #fff;
	font-size: 16px;
	position: absolute;
	line-height: 35px;
	width: 100%;
	bottom: 10%;
	font-family: var(--primary-fm5);
}

.m12 {
	padding: 120px 0;
}

.m12 .box .item {
	position: relative;
	width: 31%;
	font-family: var(--primary-fm5);
	box-shadow: 0px 0 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 0px 0px;
	background: #fff;
	float: left;
	margin-bottom: 60px;
	margin-right: 3.5%;
}

.m12 .box .item:nth-child(3n) {
	margin-right: 0px;
}

.m12 .box .item .pic {
	position: relative;
}

.m12 .box .item .pic img {
	width: 100%;
}

.m12 .box .item .pic .tit {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;

	font-size: 16px;
	padding: 15px 0;
	bottom: 0px;
	text-align: center;
}

.m12 .box .item .dm {
	background: #fff;
	padding: 30px;
}

.m12 .box .item .dm .t1 {
	background: url('../img/p65.png') 20px center no-repeat;
	background-size: 15px;
	padding: 15px 0;
	padding-left: 50px;
	color: #6E6E6E;
	border: 1px solid #DFDFDF;
	margin-bottom: 30px;
}

.m12 .box .item .dm .t2 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}

.m12 .box .item .dm .t3 {
	font-size: 18px;
	color: #6E6E6E;
	padding-left: 25px;
	background: url('../img/p66.png') 0px 3px no-repeat;
	background-size: 15px;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 15px;
}

.m12 .box .item .dm .t4 {
	font-size: 18px;
	color: #6E6E6E;
	line-height: 35px;
	margin-top: 15px;
	height: 115px;
	overflow: hidden;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.m12 .box .item .dm .t5 {}

.m12 .box .item .dm .t5 .bt a {
	display: inline-block;
	background: #1E1E1E;
	color: #fff;
	font-size: 16px;
	padding: 12px 22px;
	border-radius: 4px;
}

.m12 .box .item .dm .t5 .bt a:hover {
	background: #fff;
	color: #1E1E1E;
}

.m12 .box .item .dm .t5 .price {
color: #A50000;
	font-size: 28px;
	margin-top: 10px;
	font-weight: bold;
}

.m12 .box .item .dm .t5 .price span {
	font-size: 14px;
}
.m12 .box .item .dm .t5 del{
	font-size: 22px;
color: #7D7D7D;
margin-top: 14px;
margin-right: 10px;
}

.m12_dm {
	padding: 0px 100px;
}

.cm_page {
	text-align: center;
	margin-top: 65px;
}

.cm_page img {
	width: 10px;
}

.cm_page a {
	color: #1A1918;
	display: inline-block;
	padding: 0px 20px;
	font-size: 20px;
	font-family: var(--primary-fm5);
	border-bottom: 1px solid transparent;
	padding-bottom: 20px;
	margin: 0px 5px;
}

.cm_page .on {
	border-bottom: 1px solid #1A1918;
}

.cm_page a:hover {
	border-bottom: 1px solid #1A1918;
}

.cm_page .next {
	margin: 0px auto;
	margin-left: 15px;
}

.cm_page .prev {
	margin: 0px auto;
	margin-right: 15px;
}

.m13 {
	position: relative;
}

.m13 .box {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translate(0, -50%);
	color: #fff;
}

.m13 .box .t1 {
	font-family: var(--primary-fm);
	margin-bottom: 40px;
	font-size: 32px;
}

.m13 .box .t2 {
	font-family: var(--primary-fm4);
	font-size: 20px;
	line-height: 38px;
}

.m14 {
	padding: 80px 180px;
}

.m14 .box {
	position: relative;
}

.m14 .box .box_1 .lt {
	float: left;
	margin-right: 30px;
	font-family: var(--primary-fm4);
	font-size: 20px;
	margin-top: 20px;
}

.m14 .box .box_1 .lt img {}

.m14 .box .box_1 .lt .icon_1 {
	width: 12px;
}

.m14 .box .box_1 .lt .icon_2 {
	width: 10px;
}

.m14 .box .box_1 .price {
	color: #000;
	font-family: var(--primary-fm4);
	font-size: 40px;
	float: left;
}

.m14 .box .box_1 .price span {
	font-size: 18px;
}
.m14 .box .box_1 del{
	color: #7D7D7D;
	margin-top: 8px;
	margin-right: 15px;
	font-size: 32px;
}

.m14 .time_box {
	margin-top: 45px;
}

.m14 .time_box .time_dm {
	width: 60%;

}

.m14 .time_box .t1 {
	font-family: var(--primary-fm5);
	font-size: 30px;
	padding-bottom: 22px;
	border-bottom: 1px solid #DBDBDB;
	color: #1A1918;
	margin-bottom: 20px;
}

.m14 .time_box .fm .lt {}

.m14 .time_box .fm .lt .t2 {
	font-size: 17px;
	font-family: var(--primary-fm);
	margin-bottom: 10px;
	color: #2F2F2F;
}

.m14 .time_box .fm .lt .t2 sup {
	color: #FF0000;
}

.m14 .time_box .fm .lt .cell {
	border: 1px solid #DEE0EA;
	background: #fff;
}

.m14 .time_box .fm .lt .cell input {
	width: 100%;
	display: block;
	border: 0px none;
	height: 50px;
}

.m14 .time_box .fm .time {
	width: 63%;
}

.m14 .time_box .fm .zu {
	width: 32%;
	margin-left: 2%;
}

.m14 .time_box .fm .nub {
	width: 35%;
}

.m14 .time_box .fm .lt .cell {
	position: relative;
	padding-left: 60px;
}

.m14 .time_box .fm .lt .cell .icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
}

.m14 .time_box .fm .lt .cell .rit_icon {
	position: absolute;
	top: 50%;
	width: 8px;
	right: 30px;
	transform: translate(0, -50%);
}

.m14 .time_box .fm .lt .cell input {
	font-family: var(--primary-fm4);
}

.m14 .time_box .fm .zu .cell {
	padding-left: 20px;
}

.m14 .time_box .fm .zu .cell select {
	width: 100%;
	height: 50px;
	/* padding: 0 30px 0 10px; */
	border: none;
	border-radius: 0;
	background: #fff url('../img/p58.png') calc(100% - 10px) center no-repeat;
	background-size: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.m14 .time_box .fm .zu .cell select option {}



/* 去除 IE 的默认箭头 */
.time_box .zu .cell select::-ms-expand {
	display: none;
}

.m14 .time_box .fm .nub .cell {
	padding-left: 20px;
}

.m14 .time_box .fm .nub .cell select {
	width: 100%;
	height: 50px;
	/* padding: 0 30px 0 10px; */
	border: none;
	border-radius: 0;
	background: #fff url('../img/p58.png') calc(100% - 10px) center no-repeat;
	background-size: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

/* 去除 IE 的默认箭头 */
.time_box .nub .cell select::-ms-expand {
	display: none;
}

.m14 .time_box .sunmit {
	text-align: right;
	margin-top: 40px;
	width: 100%;
	float: right;
}

.m14 .time_box .sunmit input {
	display: inline-block;
	width: 43%;
	max-width: 230px;
	border: 1px solid #1E1E1E;
	font-family: var(--primary-fm);
	color: #1E1E1E;
	font-size: 20px;
	cursor: pointer;
	padding: 10px 0;
	background: #fff;
	margin-left: 20px;
	text-align: center;
}

.m14 .time_box .sunmit input:hover {
	background: #1E1E1E;
	color: #fff;
}

.m14 .time_box .sunmit .msg {
	float: left;
	text-align: left;
	color: #1A1918;
	font-size: 20px;
	margin-top: -5px;
}

.m14 .time_box .sunmit .msg .ts1 {
	margin-bottom: 5px;
}

.m14 .time_box .sunmit .msg .ts2 {}

.m15 .m4 {
	/* padding: 0px; */
	/* padding-left: 23.5%; */
}

.m15 .m4 .box {
	/* padding: 0px; */
}

.m15 .m4 .box .item_pic {
	width: 100%;
}

.m15 .m4 .fun .item_pic .big_imgs {
	width: 100%;
}

.m15 .m4 .msg {
	font-size: 20px;
	color: #1A1918;
	margin-bottom: 100px;
	margin-top: 60px;
	max-width:810px;
}

.m15 .m4 .box {
	padding-left: 15%;
}

.cm_host_lkist {
	margin-top: 100px;
}

.cm_host_lkist .group .item {
	font-family: var(--primary-fm3);
	min-height: 300px;
}

.cm_host_lkist .group .item .time {
	width: 250px;
	position: relative;
}

.cm_host_lkist .group .item .time i {
	display: inline-block;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #958B81;
	position: absolute;

	right: 48px;
}

.cm_host_lkist .group .item{
	display: flex;
}
.cm_host_lkist .group .item .cont {
	/* width: 83%; */
	width: 100%;
	flex: 1;
}


.cm_host_lkist .group .item .cont .txt {
	width: 50%;
}

.cm_host_lkist .group .item .cont .pic {
	width: 50%;
}

.cm_host_lkist .group .day {
	font-size: 26px;
	margin-bottom: 20px;
	font-family: var(--primary-fm3);
}

.cm_host_lkist .group .item {
	font-size: 22px;
	margin-bottom: 80px;
}



.cm_host_lkist .group .item .time {}

.cm_host_lkist .group .item:last-child {
	position: relative;
}

.cm_host_lkist .group .item:last-child::before {
	content: '';
	position: absolute;
	width: 20px;
	display: inline-block;
	top: 8px;
	left: 11.5%;
	height: 15vw;
	background: #FBFBFB;
}

.cm_host_lkist .group .item:last-child {
	color: #666;
	min-height: 100px;
}



.cm_host_lkist .group {
	position: relative;
}

.cm_host_lkist .group .xian {
	display: inline-block;
	position: absolute;
	left: 188px;
	top: 65px;
	background: #958B81;
	width: 2px;
	height: 95%;
}


.m12_2 .box .item .dm .t1 {
	background: url('../img/p77.png') 20px center no-repeat;
	background-size: 20px auto;
}

.m12_2 .box .item .dm .t5 .price {
	font-size: 28px;
	margin-top: 3px;
}

.m16 {
	background: #fff;
	border: 1px solid #AEAEAE;
	margin-right: 80px;
	padding: 30px 40px;

}

.m16 .t {
	font-family: var(--primary-fm5);
	font-size: 28px;
	margin-bottom: 20px;
}

.m16 .cn {
	font-size: 18px;
	font-family: var(--primary-fm5);
	color: #000000;
	line-height: 35px;
}

.m16 .cn .b_1 {
	font-size: 24px;
	display: block;
	/* margin-bottom: 5px; */
}

.m17 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.m17 .item {
	display: flex;
	padding-left: 180px;
	align-items: center;
	margin-bottom: 200px;
}

.m17 .item2 {
	padding-left: 0px;
	padding-right: 180px;
}

.m17 .item .cont {
	flex: 1;
	padding-right: 110px;
}

.m17 .item2 .cont {
	padding-right: 0px;
	padding-left: 110px;
}

.m17 .item .pic {
	width: 910px;
}

.m17 .item .pic img {
	width: 100%;
}

.m17 .item .cont .t1 {
	font-size: 20px;
	font-family: var(--primary-fm5);
}

.m17 .item .cont .t2 {
	margin: 25px 0 40px;
	color: #1A1918;
	font-family: var(--primary-fm5);
	font-size: 30px;
}

.m17 .item .cont .t3 {
	font-size: 18px;
	color: #1A1918;
	margin-bottom: 40px;
	line-height: 36px;
	font-family: var(--primary-fm5);
}

.m17 .item .cont .t4 a {
	display: inline-block;
	border: 1px solid #000;
	padding: 12px 20px;
	font-size: 16px;
}

.m17 .item .cont .t4 a:hover {
	background: #000;
	color: #fff;
}

.m5_warp .m5 {
	background: #FBFBFB;
}

.m5_warp .m5 .m5_child {
	background: #FBFBFB;
}

/* .cm_rit_msg.fixed {
	position: fixed;
	top: 150px;
	 
	z-index: 100;
	left: 70px;
} */

.m5_warp .m5 .listvest {
	margin-bottom: 100px;
	padding-left: 0px;
}


.m5_warp .m5 .m5_child {
	padding-top: 0px;
}

.m5_warp .m5 .listvest {
	padding-top: 0px;
}

.m18 {
	margin-bottom: 100px;
}

.m18 .t1 {
	font-size: 16px;
	color: #1A1918;
}

.m18 .t2 {
	color: #1A1918;
	font-family: var(--primary-fm5);
	font-size: 30px;
	margin: 20px 0 40px;
}

.m18 .cn {
	font-family: var(--primary-fm5);
	font-size: 20px;
	line-height: 50px;
	padding-bottom: 80px;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 80px;
}

.m18 .fun {
	font-family: var(--primary-fm5);
	position: relative;
}

.m18 .fun a {
	font-size: 20px;
}

.m18 .fun a:hover {
	text-decoration: underline;
}

.m18 .fun .mens {
	position: absolute;
	left: 50%;
	overflow: hidden;
	display: inline-block;
	padding: 0px 25px;
	/*border-bottom: 1px solid #040404;*/
	padding-bottom: 20px;
	transform: translate(-50%, 0);
}

.m18 .fun a:hover {
	text-decoration: none;
	color: #000;
	opacity: 0.9;
}

.m18 .fun .mens:hover {
	text-decoration: none;
	color: #000;
}


.m18 .fun .mens::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: all .3s ease-in-out;
	transform: translate(0, 0);
}

.m18 .fun .mens i {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: all .3s ease-in-out 0.3s;
	transform: translate(-100%, 0);
}

.m18 .fun .mens:hover::before {
	transform: translate(100%, 0);
}

.m18 .fun .mens:hover i {
	transform: translate(0, 0);
}

.m18 .fun .mens:not(:hover)::before {
	transform: translate(0, 0);
	transition-delay: 0.3s;
}

.m18 .fun .mens:not(:hover) i {
	transform: translate(-100%, 0);
	transition-delay: 0s;
}

.m19 {
	padding: 0px 5%;
	padding-top: 100px;
	padding-bottom: 130px;
}


.m19 .m19_box {
	position: relative;
	padding-left: 12%;
	/* padding-top: 100px; */
	min-height: 300px;

}

.m19 .m5 .listvest .item .more {
	right: 0px;
}


.m19 .m5 .listvest .item {

	padding-left: 280px;

	padding-right: 14%;

}

.m20 .tit {
	font-size: 18px;
	text-align: center;
	color: #000000;
	font-family: var(--primary-fm5);
	margin-bottom: 60px;
}

.m20 .tit span {
	font-size: 14px;
}

.m20 .tit span em {
	color: #BC261A;
}

.m20 .item {
	position: relative;
	padding-left: 200px;
	margin-bottom: 35px;
}

.m20 .item .nt {
	font-family: var(--primary-fm2);
	font-size: 16px;
	color: #000000;
	position: absolute;
	left: 0px;
	top: -4px;
	width: 200px;
	text-align: right;
}

.m20 .item .nt .t1 span {
	color: #BC261A;
	font-size: 20px;
}

.m20 .item .cell {
	padding-left: 25px;
}

.m20 .item .cell select {
	width: 70%;
	height: 50px;
	font-size: 14px;
	border: 1px solid #D2D2D2;
}

.m20 .fm .fm_box {

	width: 750px;
	margin: 0px auto;
}

.m20 .item .textarea {
	width: 100%;
	height: 250px;
	padding: 10px 2%;
	background: #FBFBFB;
	border: 1px solid #BFBFBF;
}

.m20 .item .text_cell {
	width: 100%;
	background: #FBFBFB;
	height: 50px;
	border: 1px solid #BFBFBF;
}

.m20 .item .nt .t2 {
	padding-right: 10px;
}

.m20 .item .text_cell2 {
	width: 50%;
}

.m20 .item .msg {
	font-size: 14px;
	color: #666666;
}

.m20 .item .cell2 {
	position: relative;
}

.m20 .item .cell2 .text_cell2 {
	width: 100%;
}

.m20 .item .cell2 .msg {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(100%, -50%);
}

.m20 .item .submit {
	text-align: center;

}

.m20 .item .submit input {
	text-align: center;
	width: 80%;
	background: #000;
	padding: 15px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
}

.m20 .item .submit input:hover {
	background: #fff;
	color: #000;
}

.m20 .item_sum {
	margin-top: 60px;
}

.m20 {
	padding-bottom: 170px;
}

.m21 {
	font-family: var(--primary-fm5);
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 90px;
}

.m22 .t1 {
	font-size: 24px;
	font-family: var(--primary-fm4);
	border-bottom: 1px solid #000000;
	padding-bottom: 35px;
	margin-bottom: 45px;
}

.m22 .cn {
	font-family: var(--primary-fm2);
}

.m22 .cn .item {
	margin-bottom: 50px;
}

.m22 .cn .item .q {
	font-size: 20px;
	margin-bottom: 15px;
}

.m22 .cn .item .a {
	font-size: 16px;
}

.m22 {
	padding-bottom: 150px;
}

.nav3 {
	background: #F6F6F5;
}

.m23 {
	background: #fff;
	padding: 130px 0;
}

.cm_tit_2 {
	font-family: var(--primary-fm2);
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 50px;
	margin-bottom: 60px
}

.cm_tit_2 .t1 {
	font-size: 16px;
	margin-bottom: 10px;
}

.cm_tit_2 .t2 {
	font-size: 30px;
}

.cm_form_box .form {
	width: 45%;
}

.cm_form_box .form .t1 {
	font-size: 18px;
	color: #333333;
}

.cm_form_box .form .fm {
	margin-top: 15px;
}

.cm_form_box {
	padding: 0px 10px;
}

.cm_form_box .form {
	font-family: var(--primary-fm4);
}

.cm_form_box .form .fm .t2 {
	background: #CFCFCF;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	font-family: var(--primary-fm4);
}

.cm_form_box .form .fm .item {
	display: flex;
	background: #ECECEC;
	align-items: center;
	border-bottom: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;

}

.cm_form_box .form .fm .item .nt {
	background: #ECECEC;
	width: 210px;
	text-align: right;
	color: #333333;
	font-size: 18px;
	padding-right: 5px;
	/* border-right: 1px solid #B8B8B8; */

}

.cm_form_box .form .fm .item .cell {
	background: #fff;
	padding: 5px;
	flex: 1;
	border-left: 1px solid #B8B8B8;
}

.cm_form_box .form .fm .item input {
	height: 40px;
	width: 96%;
	padding: 0px 2%;
	border: 1px solid #E0E0E0;
}

.cm_form_box .submit {
	margin-top: 25px;
	margin-bottom: 25px;
}

.cm_form_box .submit input {
	background: #1E1E1E;
	color: #fff;
	width: 220px;
	text-align: center;
	padding: 12px 0;
	border-radius: 2px;
}

.cm_form_box .form .info {
	margin-top: 15px;
	font-size: 18px;
}

.cm_form_box .form .info img {
	display: inline-block;
	margin-right: 5px;
}

.cm_form_box .rit_msg {
	width: 50%;
	float: right;
	font-size: 18px;
	font-family: var(--primary-fm3);
}

.cm_form_box .form .fm .item .nt span {
	color: #BC261A;
	font-size: 18px;
}

.cm_form_box .form .fm .item {
	position: relative;
}

.cm_form_box .form .fm .item .ps {
	position: absolute;
	right: 30px;
	cursor: pointer;
	top: 50%;
	transform: translate(0, -50%);
}

.cm_form_box .form .fm .item .ps img {
	width: 30px;
}

.cm_form_box .form .fm .item .ps .hide {
	display: none;
}

.cm_form_box .form .fm .item .active .hide {
	display: inline-block;
}

.cm_form_box .form .fm .item .active .show {
	display: none;
}

.cm_form_box .form .fm .item .cell_yzm .yzm_tetx {
	width: 64%;
}

.cm_form_box .form .fm .item .cell_yzm .bt_yzma {
	width: 30%;
	background: #000;
	color: #fff;
	margin-left: 2%;
}


.m24 .item {
	margin-bottom: 60px;
	font-family: var(--primary-fm3);
}

.m24 .item .t1 {
	font-size: 22px;
	text-decoration: underline;
	font-family: var(--primary-fm);
	margin-bottom: 10px;
}

.m24 .item .t2 {
	font-size: 14px;
}

.m24 .item a:hover {
	color: #000;
}

.m24 .item a:hover .t2 {
	text-decoration: underline;
}

.cm_tit_3 .t3 {
	font-family: var(--primary-fm);
	display: flex;
	align-items: center;
}

.cm_tit_3 span {
	font-size: 30px;
	display: inline-block;
	margin-left: 5px;
}

.cm_tit_3 img {
	width: 32px;
}

.m25 .t1 {
	background: #CFCFCF;
	text-align: center;
	padding: 16px 0;
	font-size: 20px;
	font-family: var(--primary-fm);
}

.cart_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.m25 .tab {
	font-family: var(--primary-fm2);
}

.m25 .tab thead tr td {
	background: #F7F7F7;
	padding: 15px 0;
	color: #7D7D7D;
	font-size: 18px;
	text-align: center;
	border-right: 1px solid #E0E0E0;
}

.m25 .tab thead tr td:last-child {
	border-right: 0px;
}

.m25 .tab tbody tr td {
	padding: 20px;
	border: 1px solid #E0E0E0;
	text-align: center;
}

.m25 .tab .pci_box {
	display: flex;
	text-align: left;
	align-items: center;
}

.m25 .tab .pci_box .pic {
	width: 180px;
}

.m25 .tab .pci_box .cn {
	padding-left: 10px;
	flex: 1;
}

.m25 .tab .pci_box .cn .cn_t1 {
	font-size: 18px;
	font-family: var(--primary-fm3);
}

.m25 .tab .pci_box .cn .cn_t2 {
	margin: 15px 0;
}

.m25 .tab .pci_box .cn .info img {
	height: 15px;
	transform: translate(0, -3px);
	display: inline-block;
	margin-right: 5px;
}

.m25 .tab .pci_box .cn .info span {
	position: relative;
	/* display: flex; */
	width: 30%;
}

.m25 .tab .pci_box .cn .info span:nth-child(2) {
	width: 70%;
}

.m25 .tab .go {
	display: inline-block;
	background: #F7F7F7;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #CBCBCB;
	padding: 8px 15px;
}


.m25 .tab .num_select {
	position: relative;
	width: 80px;
	margin: 0px auto;
	height: 45px;
	text-align: left;
	border: 1px solid #E5E5E5;
	/* border-radius: 4px; */
}

.m25 .tab .num_select input {
	width: 100%;
	height: 100%;
	border: none;
	text-indent: 1rem;
	/* text-align: center; */
	font-size: 18px;
	color: #333;
	background: transparent;
}

.m25 .tab .num_select .ctrl {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.m25 .tab .num_select .ctrl img {
	width: 12px;
	/* height: 12px; */
	cursor: pointer;
	margin-bottom: 5px;
}

.m25 .tab .num_select .ctrl img:last-child {
	margin-bottom: 0px;
}

.m25 .f_info {
	padding: 25px 0 30px;
}

.m25 .f_info a {
	background: #1E1E1E;
	color: #fff;
	/*border-radius: 5px;*/
	padding: 14px 25px;
}


.m25 .f_info2 .box {
	border: 1px solid #CBCBCB;
	/* padding: 20px 30px; */
	border-radius: 4px;
	width: 600px;
	display: flex;
	align-items: center;
	background: #F7F7F7;

}

.m25 .f_info2 .box .t1_1 {
	font-size: 16px;
	color: #333;

	width: 30%;
	text-align: right;

}

.m25 .f_info2 .box .t2_2 {
	font-size: 24px;
	color: #333;
	flex: 1;
	/* float: left; */
	background: #fff;
	font-family: var(--primary-fm);
	border-left: 1px solid #CBCBCB;
	/* font-weight: bold; */
	text-align: right;

	padding: 20px 0;
	padding-right: 10px;
}



/* p91.png */
.m25 .b_info {
	font-family: var(--primary-fm);
}

.m25 .b_info .go {
	padding-left: 30px;
	margin-top: 5px;
	background: url('../img/p91.png') left center no-repeat;
}

.m25 .b_info .go:hover {
	text-decoration: underline;
}

.m25 .b_info {
	margin-top: 25px;
}

.m25 .b_info .bt input {
	width: 600px;
	background: #1E1E1E;
	color: #fff;
	font-size: 18px;
	padding: 20px 0;
	border-radius: 0px;
}

.m25 .b_info2 .che {
	width: 600px;
	font-family: var(--primary-fm);
	text-align: center;
}

.m25 .b_info2 .che label {
	display: inline-block;
	position: relative;
}

.m25 .b_info2 .che label i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
}


.m25 .b_info2 .che label input {
	position: absolute;
	left: 0px;
	opacity: 0;
}

.m25 .b_info2 .che label input:checked~i {
	background: url('../img/p92.png') center no-repeat;
	background-size: 10px auto;
}

.m25 .b_info2 .che {
	margin-top: 20px;
}

.m25 .b_info2 .che span {
	position: relative;
	margin-left: 5px;
	transform: translate(0, -4px);
	display: inline-block;
}

.m25 .b_info2 .che span:hover {
	text-decoration: underline;
}

.m26 .item {
	background: #F6F6F5;
	padding: 20px;
	display: flex;
	margin-bottom: 30px;
}

.m26 .item .pic {
	width: 260px;
}

.m26 .item .cont {
	flex: 1;
	font-family: var(--primary-fm3);
	padding-left: 28px;
}

.m26 .item .cont .t1 {
	font-size: 26px;
}

.m26 .item .cont .t2 {
	margin: 12px 0;
	color: #737373;
}

.m26 .item .cont .t3 {
	min-height: 40px;
}

.m26 .item .cont .t3 span {
	margin-right: 25px;
	color: #6E6E6E;
	font-size: 16px;
}

.m26 .item .cont .t3 span img {
	width: 16px;
	display: inline-block;
}

.m26 .item .cont .t3 .address img {
	width: 14px;
}

.m26 .item .cont .t3 .time img {
	margin-top: -3px;
	display: inline-block;
}

.m26 .item .cont .t4 {
	font-size: 18px;
	margin-top: 8px;
}

.m26_1 {
	background: #F6F6F5;
	padding: 40px;
}

.m26_1 .fm .t1 {
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.m26_1 .fm .t1 .t {
	font-family: var(--primary-fm3);
	font-size: 26px;
}

.m26_1 .fm .t1 .che {
	position: relative;
	font-family: var(--primary-fm);
	margin-top: 7px;
	margin-left: 30px;
}

.m26_1 .fm .t1 .che label i {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #5C7246;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px;
}

.m26_1 .fm .t1 .che label {
	font-size: 18px;
	font-family: var(--primary-fm4);
}

.m26_1 .fm .t1 .che input {
	position: absolute;
	opacity: 0;
}

.m26_1 .fm .t1 .che input:checked~i {
	background: url('../img/p92.png') center no-repeat;
	background-size: 10px auto;
}


.m26_1 .fm .box .lt {
	width: 48%;
	margin-bottom: 25px;
	font-family: var(--primary-fm);
}

.m26_1 .fm .box .lt:nth-child(2n) {
	float: right;
}

.m26_1 .fm .box .lt .tt1 {
	margin-bottom: 10px;
	font-size: 18px;
}

.m26_1 .fm .box .lt .tt1 span {
	color: #FF0000;
	font-size: 20px;
}

.m26_1 .fm .box .lt .cccel input {
	width: 96%;
	font-family: var(--primary-fm2);
	padding: 15px 2%;
}

.m26_1 .fm .box .lt_big {
	width: 100%;
}

.m26_1 .fm .box .lt_big .textarea {
	width: 98%;
	height: 150px;
	padding: 1%;
	font-family: var(--primary-fm2);
}

.m26_2 {
	background: #F6F6F5;
	padding: 40px;
	margin-top: 40px;
	font-family: var(--primary-fm);
	line-height: 45px;
	font-size: 18px;
	color: #201F1D;
}

.m26_2 .tag {
	font-size: 14px;
}

.m26_2 .big {
	font-size: 22px;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.m26_2 .big .price {
	font-size: 28px;
	color: #E00000;
}

.m26_3 .pay_info {
	display: flex;
	align-items: center;
}

.m26_3 .pay_info .c_img {
	flex: 1;
	padding-left: 25px;
}

.m26_3 .but .cm_hover {
	background: #1E1E1E;
	color: #fff;
	padding: 2.5px 40px;
}

.m26_4 {
	text-align: center;
	margin-top: 25px;
}

.m26_4 a {
	color: #201F1D;
	font-size: 20px;
}

.m26_4 a:hover {
	text-decoration: underline;
}


.cm_form_box .form .fm5 {
	border-top: 1px solid #B8B8B8;
}

.m23_2 .cm_form_box .form {
	width: 100%;
}

.m23_2 .cm_form_box .form .fm .item .nt {
	width: 350px;
}

.m23_2 .cm_form_box .form .fm .item .cell {
	font-size: 18px;
	padding: 10px;
	font-family: var(--primary-fm2);
}

.m23_2 .cm_form_box .submit {
	text-align: center;
}

.m23_2 .cm_form_box .form .t1 {
	margin-bottom: 30px;
}


.m23_2 .cm_form_box .form .fm .item input {
	width: 25%;
}

.m23_2 .cm_form_box .form .fm .item5 input {
	width: 40%;
}

.m26_10 .item {
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #DBDBDB;
}

.m26_10 .group {
	padding: 30px;
	background: #F6F6F5;
}

.m26_10 .the_box {
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: var(--primary-fm2);
}

.m26_10 .the_box .lt span {
	font-family: var(--primary-fm);
}

.m26_10 .the_box .lt {
	width: 25%;
}

.m26_10 .the_box .price {
	font-family: var(--primary-fm);
}

.m26_10 .the_box .price span {
	font-size: 16px;
}

.m26_10 .f_info .ttt1 {
	font-family: var(--primary-fm);
	font-size: 18px;
	margin-bottom: 10px;
}

.m26_10 .f_info .ccc1 {
	font-size: 16px;
	line-height: 30px;
	font-family: var(--primary-fm2);
	margin-bottom: 20px;
}

.m26_10 .group {
	margin-bottom: 50px;
}

.m30 {
	margin-bottom: 100px;
}

.m30 .t1 {
	padding: 35px 0;
	font-family: var(--primary-fm2);
	font-size: 18px;
}

.m30 .info a {
	font-family: var(--primary-fm);
}

.m30 .info a img {
	display: inline-block;
	margin-right: 10px;
}

.m5_index {
	/* padding: 100px 70px; */
	/* padding-top: 100px; */
}




.pop_box_demo {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 100%;
	display: none;
	/* background: rgba(0, 0, 0, 0.2); */
	z-index: 100;
	left: 0px;
}

.pop_box_demo .box {
	position: absolute;
	width: 690px;
	left: 50%;
	top: 50%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
	background: #fff;
}

.pop_box_demo .close_img {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 35px;
	cursor: pointer;
}

.pop_1 .t1 {
	background: #CFCFCF;
	font-family: var(--primary-fm4);
	color: #000000;
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
}

.pop_1 .cn {
	text-align: center;
	font-family: var(--primary-fm4);
	padding: 60px 0;
}

.pop_2 .t1 {
	background: #B20000;
	color: #fff;
	font-family: var(--primary-fm4);
	font-size: 24px;
	padding: 15px 0;
	text-align: center;

}

.pop_2 .cn {
	text-align: center;
	font-family: var(--primary-fm4);
	padding: 30px 5%;
}

.pop_2 .but {
	text-align: center;
	padding-bottom: 30px;
}

.pop_2 .but a {
	display: inline-block;
	border: 1px solid #B20000;
	color: #B20000;
	padding: 10px 0;
	width: 150px;
	margin: 0px 15px;
}

.pop_2 .but .bu_1 {
	background: #1E1E1E;
	color: #fff;
}

.m19 .cm_rit_msg2 .t1 span {
	transform-origin: left center;
	/* 设置变换原点在左侧中间 */
	transform: translateY(-50%) rotate(90deg);
	top: auto;
	right: -30px;
	left: auto;
}

.phone_logo_show{
  position: fixed;
  top: 5px;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%,0);
}
.phone_logo_show img{
	width: 35px;
	/* position: absolute; */
}

.phone_lang_show{
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000;
}
.phone_lang_show img{
	width: 30px;
}
.phone_lang_show .gp{
	position: absolute;
	display: none;
	width: 100px;
	top: 40px;
    left: -10px;
	background: rgba(0, 0, 0, 0.5);
}
.phone_lang_show .gp ul li a{
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 5px;
}
.phone_lang_show:hover .gp{
	display: block;
}
.phone_nav_user_icon{
	position: fixed;
	top: 12px;
	right: 68px;
	z-index: 1000;
}
.phone_nav_user_icon img{
	width: 25px;
}

.m19 .cm_rit_msg2 .t1 .n_title_1{
	top: 5px;
}