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

body,
html {
	font-family: 'jfjinxuan';

	background: #F4F3EE;
	margin: 0px auto;
}

body,
html {
	/*max-width: 720px;*/
	margin: 0px auto;
	position: relative;
}

.nav {
	padding: 35px 24px;
	position: relative;
}

.nav .hm {
	position: absolute;
	left: 24px;
	color: #4D4D4D;
	text-align: center;
	font-size: 16px;
	top: 50%;
	transform: translate(0, -50%);
}

.nav .hm img {
	width: 50px;
}

.nav .ment {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0, -50%);
	color: #4D4D4D;
	text-align: center;
	font-size: 2rem;
}


.nav .logo {
	text-align: center;

}

.nav .logo img {
	width: 240px;
}

.nav .ment img {
	width: 60px;
}

.m1 {
	text-align: center;

}

.m1 .icon_1 {
	width: 112px;
	display: none;


}

.m1 .txt {
	display: inline-block;
	text-align: center;
	color: #2D2D2D;
	font-size: 2.2rem;
	/* 文字阴影 */
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	margin-top: -10px;
	position: relative;
}

.m1 .txt .icon_2 {
	width: 30px;
	margin-right: 10px;
	position: absolute;
	top: 2px;
	left: 0px;
}

.m2 {
	position: relative;
	margin-top: 30px;
	z-index: 100;
}

.m2 .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	transform: translate(-50%, -50%);
}

.m2 .box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	padding: 0px 30px;
}

.m2 .box .item {

	width: calc(50% - 11px);
	margin-right: 22px;
	margin-bottom: 20px;
}

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

.m2 .box .item .pic {
	margin-bottom: 15px;
}

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

.m2 .box .item .tit {
	text-align: center;
	color: #C44631;
	background: #F4F3EE;

	border: 1px solid #C44631;
	padding: 8px 0;
	border-radius: 50px;
	font-size: 2rem;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.icon_m1 {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100px;
}

.icon_m2 {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 180px;
}

.m3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
}

.m4 {
	padding: 0px 25px;
	text-align: center;
	margin-top: 50px;
}

.m4 .logo {
	position: relative;
	bottom: -10px;
	width: 320px;
}

.m4 .banner {
	position: relative;
	margin-top: 2.5rem;
}
.m4 .banner a img{
    width: 100%;
}

.m4 .let_icon {
	width: 70px;
	position: absolute;
	top: 60%;
	left: 0px;
}

.m4 .rit_icon {
	width: 70px;
	position: absolute;
	top: 80%;
	right: 0px;
}

.m5 {
	padding: 0px 15%;
	margin-top: 60px;
}

.m5 .item {

	margin-top: 20px;
}

.m5 .item a {
	color: #fff;
}

.m5 .item img {
	display: inline-block;
	position: relative;
	width: 100%;

}

.m5 .item .icon1 {
	width: 20px;
}

.m5 .item .icon2 {
	width: 35px;
}

.m5 .item .icon3 {
	width: 27px;
}

.m6 {
	/*padding: 0px 10px;*/
	padding-top: 80px;
	position: relative;
	overflow: hidden;
	margin: 0px 10px;
}

.m6 .t1 {
	color: #9B9B9B;
	font-size: 3rem;
	padding-left: 20px;
}

.m6 .vid {
	/*height: 215px;*/
	/*background: #F4F3EE;*/
	width: 100%;
	margin: 12.5px 0;
}

.m6 .vid video {
	width: 100% !important;
}

.m6 .t2 {
	text-align: right;
	/* 文字竖着排列 */
	writing-mode: vertical-rl;
	color: #9B9B9B;
	font-size: 3rem;
	/* position: absolute; */
}

.m7 {
	text-align: center;
}

.m7 .t1 {
	font-size: 42px;
	color: #333333;
}

.m7 .t2 {
	font-size: 17px;
	color: #000000;
	margin: 35px 0 30px;
}

.m8 {
	position: relative;
	padding: 0px 20%;
	z-index: 100;
}

.m8 .let_icon {
	position: absolute;
	width: 30px;
	left: 5%;
	display: none;
	top: 50%;
	transform: translate(0, -50%);
}

.m8 .rit_icon {
	position: absolute;
	width: 30px;
	right: 5%;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
}

.m8 .pic {
	/*height: 220px;*/
	/*background: #000;*/
}

.m8 .pic img {
	width: 100%;
}

.m9 {
	text-align: center;
	margin-top: 55px;
	z-index: 100;
	position: relative;
}

.m9 a {
	display: inline-block;
	text-align: center;
	color: #C44631;
	background: #F4F3EE;
	font-size: 16px;
	border: 1px solid #C44631;
	padding: 8px 35px;
	border-radius: 50px;
	margin: 0px 20px;
	font-size: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.icon_m3 {
	position: fixed;
	left: 50%;
	width: 60%;
	bottom: 0px;
	transform: translate(-50%, 0);
}

.bg_m1 {
	position: absolute;
	left: 0px;
	width: 100%;
	opacity: .5;
	top: 0px;
}

.m10 {
	position: relative;
	z-index: 10;
}

.m10 .t1 {
	text-align: center;
	position: relative;
}

.m10 .t1 .tt {
	text-align: center;
	display: inline-block;
}

.m10 .t1 .tt span {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #000;
	font-size: 20px;
	transform: translate(-50%, -50%);
}

.m10 .t1 .tt img {
	width: 130px;
}

.m10 .t2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.m10 .t2 img {
	width: 110px;
}

.m11 {
	padding: 0px 5%;
	position: relative;
	z-index: 1000;
}

.m11 .dm {
	border: 1px solid #DFA79B;
	padding: 20px 10px;
}

.m11 .dm .item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.m11 .dm .item .pic {
	width: 80px;
	height: 80px;
}

.m11 .dm .item .pic img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.m11 .dm .item .cn {
	flex: 1;
}

.m11 .dm .item .t1 {
	font-size: 28px;
	display: flex;
	align-items: center;
	width: 100px;
	text-align: center;

	padding: 0px 20px;
}
.m11 .dm .item .t1 span{
    	background: #C44631;
	color: #fff;
}

.m11 .dm .item .t1 p {
	color: #C44631;
	font-size: 28px;
	margin-right: 10px;
}

.m11 .dm .item .cn {
	font-size: 14px;
	/* font-family: '宋体'; */
}

.m12 {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	padding-top: 180px;
	background: linear-gradient(to bottom, rgba(244, 243, 238, 0.3) 0%, rgba(244, 243, 238, 1) 100%);
}

.m12_3 {
	position: relative;
	bottom: auto;
	left: auto;
	padding: 0px;
}

.m12 .msg {
	text-align: center;
}

.m12 .dm {
	display: flex;
	padding: 20px 40px;

	align-items: center;
}

.m12 .dm .icon img {
	width: 25px;
}

.m12 .dm .jindu {
	height: 10px;
	flex: 1;
	position: relative;
	margin-left: 15px;
	border: 1px solid #C44631;
}

.m12 .dm .jindu .nub {
	width: 50%;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #C44631;
}

.m12 .dm .jindu .nub2 {
	background: #231815;
}

.m13 {
	position: fixed;
	top: 50%;
	right: -10px;
	z-index: 1001;
	transform: translate(0, -50%) scale(0.8, 0.8);
}

.m13 .icon {
	width: 30px;
}

.m13 .ms {
	/* 竖着展示文字 靠右 */


	margin: 10px 0;
	font-size: 1.1rem;
	color: #000;
	text-align: right;
	width: 30px;
	display: flex;
	align-items: center;
}

.m13 .ms p {
	display: inline-block;
}

.m13 .icon_rit {
	width: 45px;
	transform: translate(0, 0);
	margin-left: -5px;
}

.m14,
.m14_xg {
	border: 2px dashed #C44631;
	position: relative;
	height: 500px;

	margin: 0px 5%;
}

.m14_xg {
	padding-bottom: 20px;
	height: auto;
	z-index: 1000;
}

.m14_xg .box {
	padding: 30px;
	color: #000000;
	font-size: 1.8rem;
}

.m14_xg .box2 {
	color: #C44631;
	font-size: 2rem;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

.m14_xg .box2 ul {
	margin-top: 20px;
}

.m14_xg .box2 ul li img {
	width: 20px;
	display: inline-block;
	margin-right: 10px;
}

.m14_xg .box2 ul li {
	margin-bottom: 10px;
}

.m14 .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	text-align: center;
	color: #C44631;
	font-size: 20px;
	transform: translate(-50%, -50%);
}

.m15 {
	margin: 0px 7%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1000;
	margin-top: 30px;
}

.m15 .buts {
	width: 80px;
}

.m15 .but2 {
	flex: 1;
	margin-left: 20px;
	border-radius: 50px;
	padding: 10px 0;
	text-align: center;
	background: #C44631;
	color: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.m15 a {
	color: #fff;
}

.m12_2 {
	height: auto;
	background: #F4F3EE;
	z-index: 10000;
	padding: 0;
}

.m12_2 .dm {
	padding-top: 20px;
}

.m12_3 {
	padding-top: 20px;
}

.m16 {
	text-align: center;
	margin-bottom: 18px;
}

.m16 .t1 {
	font-size: 2rem;
}

.m16 .t2 {
	font-size: calc(85px / 2);
	margin: calc(32px / 2) 0 calc(30px / 2) 0;
text-align: center;
}
.m16 .t2 span{
    	background: #C44631;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
}

.m16 .t3 {
	margin: 0px auto;
	width: 65%;
	color: #000000;
	font-size: 3rem;
}

.m8_2 .huida .item {
	text-align: center;
	margin-top: 30px;
}

.m8_2 .huida .item .msg {
	display: inline-block;
	background: #C44631;
	width: 60%;
	border-radius: 10px;
	padding: 15px 0;
	font-size: 32px;
	color: #F4F3EE;
}

.m17 {
	text-align: center;
}

.m17 img {
	width: 133px;
	display: inline-block;
}

.m18 {
	text-align: center;
}

.m18 .t1 {
	font-size: 35px;
	color: #333333;
	margin: 30px 0;
}

.m18 .t2 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 30px;
}

.m18 .t3 span {
	border: 1px solid #C44631;
	background: #C44631;
	display: inline-block;
	color: #fff;
	padding: 8px 70px;
	border-radius: 50px;
	font-size: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.m18 .t3 {
	margin-bottom: 30px;
}

.m18 .gp .lt {
	text-align: center;
}

.m18 .gp .lt .msg {
	font-size: 14px;
	color: #C44631;
}

.m18 .gp .lt .msg span {
	border: 1px solid #C44631;
	border-radius: 50px;
	color: #C44631;
	display: inline-block;
	font-size: 16px;
	padding: 8px 0;
	width: 150px;
}

.m18 .gp .lt img {
	width: 5px;
	margin: 10px 0;
}

.m1_2 .txt {}

.m1 .txt .icon_3 {
	position: absolute;
	left: -40px;
}

.m19 {
	padding: 0px 5%;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

.m19 .item {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.m19 .item .pic {
	width: 140px;
	height: 140px;
}

.m19 .item .pic img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}

.m19 .item .cn {
	flex: 1;
	position: relative;
	padding-left: 25px;
}

.m19 .item .cn .iucon {
	width: 80px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.m19 .item .cn .bt {
	display: inline-block;
	position: relative;
	z-index: 10;
	border: 1px solid #C44631;
	padding: 8px 0;
	border-radius: 50px;
	background: #F4F3EE;
	color: #C44631;
	text-align: center;
	font-size: 18px;
	width: 90%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.icon_m4 {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.m20 {
	padding: 0px 5%;
	margin-top: 30px;
}

.m20 .item .tit {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.m20 .item .tit img {
	width: 30px;
	position: relative;
	top: -10px;
}

.m20 .item .tit span {
	font-size: 18px;
	flex: 1;
	padding-left: 10px;
}

.m20 .item .box {
	display: flex;
	padding: 15px 12.5px;
	border-radius: 0 0 25px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.m20 .item .box .cn {
	flex: 1;
	padding-left: 20px;
	font-size: 14px;
}

.m20 .item .box .pic {
	width: 125px;
}

.m20 .item .box .but a {
	display: inline-block;
	background: #C44631;
	color: #fff;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.m20 .item .box .but {
	margin-top: 12px;
}

.m20 .item {
	margin-bottom: 40px;
	position: relative;
}

.m20 .item .icon_let {
	position: absolute;
	left: 0px;

	height: 160%;
	top: 50%;
	transform: translate(0, -50%);
}

.m20 .item .box {
	overflow: hidden;
	position: relative;
}

.m15_2 {
	position: fixed;
	left: 0px;
	width: 86%;
	bottom: 20px;
}

.m15_2 .but2 {
	background: #F4F3EE;
	border: 1px solid #C44631;
	color: #C44631;
}

/* 右侧滑动导航样式 */
.side-nav {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100vh;
	z-index: 1000000;
	transition: right 0.3s ease;
}

.side-nav.active {
	right: 0;
}

.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.side-nav.active .nav-overlay {
	opacity: 1;
	visibility: visible;
}

.nav-content {
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	height: 100%;
	background: #F4F3EE;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	box-sizing: border-box;
}

.nav-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C44631;
}

.nav-header h3 {
	color: #C44631;
	font-size: 18px;
	margin: 0;
	font-family: 'jfjinxuan';
}

.close-btn {
	font-size: 24px;
	color: #C44631;
	cursor: pointer;
	line-height: 1;
}

.nav-items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.nav-item {
	display: block;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #C44631;
	border-radius: 8px;
	text-decoration: none;
	color: #C44631;
	font-size: 16px;
	font-family: 'jfjinxuan';
	transition: all 0.3s ease;
	text-align: center;
}

.nav-item:hover {
	background: #C44631;
	color: #fff;
}

#menuBtn {
	cursor: pointer;
}

.m30 {
	margin-top: 40px;
	padding: 0px 10px;
	position: relative;
	z-index: 10;
	padding-bottom: 20px;
	/* background: url('../img/p32.png') center bottom no-repeat;
	background-size: 100% auto; */
}

.m30 .bk_icon4 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.m30 .item {
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
	background: #F4F3EE url('../img/p42.png') center no-repeat;
	background-size: 100% 100%;
	/* 	box-shadow: 0px 0px 10px 0px rgba(196,70,48,0.4); */
	border-radius: 20px;

}

.m30 .item .del_item {
	position: absolute;
	width: 70px;
	right: 5px;
	top: 5px;
	z-index: 1000;
	border-radius: 0 5px 0 0;
}

.m30 .item .dm {
	padding: 20px 15px;
	display: flex;
	padding-left: 40px;
}

.m30 .item .dm .pic {
	width: 120px;
	position: relative;
}

.m30 .item .dm .pic .sel {
	position: absolute;
	left: -30px;
	top: 50%;
	z-index: 100;
	transform: translate(0, -50%);
}

.m30 .item .dm .info {
	flex: 1;
	position: relative;
	margin-left: 15px;
}

.m30 .item .dm .info .t1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: url('../img/p49.png') left center no-repeat;
	background-size: 15px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.m30 .item .dm .info .t2 {
	font-size: 14px;
	color: #333333;
}

.m30 .item .dm .info .p_info {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.m30 .item .dm .info .p_info .price {
	color: #C44630;
	font-size: 14px;
}

.m30 .item .dm .info .p_info .price span {
	font-size: 24px;
	position: relative;
	top: 4px;
}
.m30 .item .dm .info .p_info .icon{
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.m30 .item .dm .info .p_info .icon img {
	width: 90px;
}

.m30 .item .dm .info .p_info .car_cz {
	display: flex;
	align-items: center;
	transform: translate(0, 5px);

}

.m30 .item .dm .info .p_info .car_cz img {
	width: 40px;
}

.m30 .item .dm .info .p_info .car_cz .nub {
	flex: 1;
	width: 40px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: 24px;
}

.fix_common_5 {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	background: #F4F3EE;
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.5);
	padding: 2rem 0 1.2rem;
}

.fix_common_5 .but {
	padding: 0px 2rem;
}

.fix_common_5 .but .bt {
    font-size: 1.4rem;
	background: #C44630;
	color: #fff;
	padding: 1rem 0;
	text-align: center;
	border-radius: 50px;
}

.fix_common_5 .but .bt img {
	width: 20px;
	display: inline-block;
}

.fix_common_5 .but .bt span {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	font-size: 1.5rem;
	color: #C44630;
	padding: .5rem 1rem;
}

.fix_common_5 .buts {
	border-top: 1px solid #D2D2D2;
	padding: 0px 1.4rem;
	padding-top: 5px;
	margin-top: 5px;
}

.fix_common_5 .buts .bt {
	border: 2px solid #C44630;
	color: #C44630;
	font-size: 1rem;
	font-weight: bold;
	padding: .6rem 1.2rem;
	border-radius: 50px;
}

.fix_common_5 .buts .bt a {
	color: #C44630;
}


.fix_common_5 .buts {
	position: relative;
	padding: 20px 0;
}

.fix_common_5 .buts .hm {
	position: absolute;
	left: 50%;
	text-align: center;
	top: 60%;
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight: bold;
}

.fix_common_5 .buts .hm img {
	width: 40px;
}

.m31 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.m31 .zzzssss {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
}

.m31 .box {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #fff;
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.m31 .box .dm {
	padding: 30px 14px;
	padding-bottom: 0px;
}

.m31 .box .dm .t1 {
	font-size: 28px;
	font-weight: bold;
}

.m31 .box .dm .t2 {
	margin: 15px 0 10px;
	color: #514F4D;
	font-size: 2rem;
}

.m31 .box .dm .t3 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.m31 .box .dm .t3 span {
	color: #E30000;
	position: relative;
	top: -2px;
}

.m31 .box .dm .sel {
	margin-bottom: 20px;
}

.m31 .box .dm .sel .lt {
	position: relative;
	float: left;
	margin-right: 10px;
}

.m31 .box .dm .sel .lt span {
	display: inline-block;
	background: #fff;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	font-size: 14px;
	color: #000000;
	padding: 8px 30px;
}

.m31 .box .dm .sel .lt input:checked~span {
	background: #E30000;
	color: #fff;
}

.m31 .box .dm .sel .lt input {
	position: absolute;
	opacity: 0;
}

.m31 .box .dm .gpr {
	display: flex;
	flex-wrap: wrap;
}

.m31 .box .dm .gpr .lt {
	margin-right: 14px;
	width: calc(25% - 11px);
	margin-bottom: 10px;
}

.m31 .box .dm .gpr .lt img {
	width: 25px;
}

.m31 .box .dm .gpr .lt .spec_cz {
	display: flex;
	align-content: center;
}

.m31 .box .dm .gpr .lt .spec_cz .nub {
	width: 50px;
	text-align: center;
}

.m31 .box .dm .gpr .lt .cell input {
	border-radius: 4px;
	width: 96%;
	font-size: 14px;
	padding: 5px 2%;
	border: 1px solid #BFBFBF;
}

.m31 .box .dm .gpr .lt .msg {
	font-size: 14px;
	margin-top: 10px;
}

.m31 .box .dm .gpr .lt:nth-child(4n) {
	margin-right: 0px;
}



.m31 .box .p_info {
	background: #FFFFFF;
	box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.15);
	padding: 15px 25px;

}

.m31 .box .p_info .price {
	color: #C44630;
	font-size: 1rem;
}

.m31 .box .p_info .price span {
	font-size: 2.5rem;
	position: relative;
	top: 4px;
}

.m31 .box .p_info .icon img {
	width: 30px;
}

.m31 .box .p_info .car_cz {
	display: flex;
	position: relative;
	transform: translate(0, 10px);
	align-items: center;
}

.m31 .box .p_info .car_cz img {
	width: 40px;
}

.m31 .box .p_info .car_cz .nub {
	flex: 1;
	width: 80px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: 2rem;
}

.common_bt_syule1 {
	position: relative;
	z-index: 101;
	padding: 15px 25px;
}

.common_bt_syule1 .bt {
	background: #C44630;
	color: #fff;
	border-radius: 50px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	font-size: 2rem !important;
}

.common_fix_buittom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	z-index: 100;
	background: #FFFFFF;
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
	border-radius: 40px 40px 0px 0px;
}

.common_fix_buittom .dm {
	padding: 20px;
}

.common_fix_buittom .dm .item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.common_fix_buittom .dm .item .nt {
	width: 200px;
	font-size: 2rem;
}

.common_fix_buittom .dm .item .nt i {
	display: inline-block;
	width: 30px;
}

.common_fix_buittom .dm .item .cell {
	flex: 1;
}

.common_fix_buittom .dm .item .cell input {
	width: 96%;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	padding: 8px 2%;
}

.commn_sel_icn {
	position: relative;
	font-size: 40px;
}

.commn_sel_icn input {
	position: absolute;
	opacity: 0;
}

.commn_sel_icn span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #C9C9C9;
	border-radius: 50%;
	position: relative;
	transform: translate(0, 4px);
	margin-right: 5px;
}

.m30 .item .commn_sel_icn span {
    	transform: translate(10px, 4px);
}

.commn_sel_icn input:checked~span {
	background: url('../img/p50.png') center no-repeat;
	background-size: 100% 100%;
	border: 1px solid #C44630;
}


.common_fix_buittom .dm .sel_item {
	margin-top: 20px;
}

.common_fix_buittom .dm .sel_item .price {
	color: #333333;
	font-size: 40px;
}

.common_fix_buittom .dm .sel_item .price span {
	color: #C44630;
}

.common_fix_buittom2 {
	background: #F4F3EE;
	padding: 20px;
}

.common_fix_buittom2 .bt {
	border: 1px solid #C44630;
	color: #C44630;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 28px;
}

.common_fix_buittom2 .bt2 {
	background: #C44630;
	color: #fff;
}

.m32 {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0px;
	left: 0px;
}

.m32_2 a {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	/*background: rgba(0, 0, 0, 0.6);*/
	top: 0px;
	left: 0px;
}

.m32 .box {
	position: fixed;
	width: 80%;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
}

.m32 .box .icon_1 {
	position: absolute;
	left: 50%;
	width: 400px;
	top: 0px;
	transform: translate(-50%, -50%);
}

.m32 .box .t1 {
	color: #12B858;
	font-size: 32px;
	margin-top: 50px;
	font-weight: bold;
}
.m32s .box .t1{
    font-size: 45px;
    margin: 0px;
    padding-bottom: 50px;
}

.m32 .box .t2 {
	margin: 15px 0;
	font-size: 24px;
}

.m32 .box .t3 {
	font-size: 36px;
	color: #C44630;
	font-weight: bold;
}

.m32 .box .t3 img {
	width: 120px;
}

.m11 .dect_text {
	margin-bottom: 25px;
}

.m11 .dect_text .t1 {
	font-size: 20px;
	color: #C44630;
	margin-bottom: 10px;
	font-weight: bold;
}

.m11 .dect_text .t2 {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}

.m1000 {
	position: relative;
	z-index: 1001;
	display: none;
}

.m1000 img {
	width: 100%;
}

.m1001 {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: none;
	height: 100%;
	overflow-y: auto;
}

.m1001 img {
	width: 100%;
}



.m32 .t4 {
	margin-top: 30px;
	position: relative;
}

.m32 .t4::before {
	content: '';
	position: absolute;
	width: 2px;
	display: block;
	left: 50%;
	top: 55%;
	background: #a0a0a0;
	transform: translate(-50%, -50%);
	height: 50px;
}

.m32 .t4 .lt {
	width: 40%;
	padding: 0px 5%;
	float: left;
	position: relative;
}

.m32 .t4 .lt .t4_1 {
	color: #666666;
	font-size: 34px;
	margin-bottom: 10px;
}

.m32 .t4 .lt .icon .price {
	color: #eb324f;
	font-size: 22px;
	position: absolute;
	left: 36px;
	bottom: 10%;

}

.m32 .t4 .lt .icon .manjian {
	background: #fdde8c;
	color: #eb324f;
	width: 150px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	transform: scale(0.35);
	bottom: -7px;
	text-align: center;
	padding: 4px 0;
	border-radius: 50px;
}

.m32 .t4 .lt .icon img {}

.m32 .t4 .lt .bt a {
	display: block;
	color: #fff;
	border-radius: 50px;
	background: #c44630;
	font-size: 32px;
	padding: 20px 0;
}

.m1002 .t1 {
	text-align: center;
}

.m1002 .t1 span {
	display: inline-block;
	background: #bb3e2b;
	color: #fff;
	font-size: 18px;
	padding: 8px 15px;
}

.m1002 .t2 {
	text-align: center;
	color: #000000;
	font-size: 18px;
	padding: 30px 8% 20px;
}

.m1003 {
	/*margin: 0px 3%;*/
	padding: 15px 3%;
	position: fixed;
	width: 88%;
	top: 40%;
	z-index: 100;
	background: #F4F3EE;
	left: 50%;
transform: translate(-50%, -50%);
	border: 1px dotted #f05858;
}

.m1003_1 {
	position: relative;
}

.m1003 .t1 {
	color: #000000;
	font-weight: bold;
	position: relative;
	font-size: 17px;
}

.m1003_1 .rit_title {
	position: absolute;
	right: 0px;
	top: 2px;
	display: flex;
	align-items: center;
	color: #4a4d57;
	font-size: 12px;
}

.m1003_1 .rit_title .lt {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.m1003_1 .rit_title .lt span {
	width: 15px;
	border-radius: 50%;
	height: 15px;
	margin-right: 5px;
	background: #69bd83;
}

.m1003_2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.m1003_2 .lt {
	width: 20%;
	text-align: center;
	margin-bottom: 20px;
}
.m1003_2 .lt .nub{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #69bd83;
}
.m1003_2 .lt .nub2{
	background: #f05858;
}

.m1004{
	margin: 0px 3%;
	padding: 15px 3%;
	border: 1px dotted #f05858;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.m1004 .t1 {
	margin-bottom: 10px;
}
.m1004 .t1 span{
	color: #c44630;
}
.m1004 .t2 span{
	color: #249900;
}
.m1004_2{
	margin-top: 0px;
}
.m1004_2 .c{
	font-weight: normal;
	font-size: 14px;
}

.fix_common_5 .m12{
	position: relative;
	
	    bottom: auto;
	    left: auto;
	    width: 100%;
	    z-index: 100;
	    padding-top: 0;
	    background: none;
}

.common_fix_buittom6{
    position: absolute;
}

.xxxm100{
    position: fixed;
    left: 50%;
    top: 45%;
    width: 100%;
   	transform: translate(-50%, -50%);
}

.m6_2{
    position: fixed;
    top: 60%;
    width: 95%;
    padding: 0;
    margin: 0px;
    left: 50%;
   transform: translate(-50%, -50%);
}

.m30_3{
    height: 35vw;
    width: 100%;
    
    overflow-y: scroll;
}


