/* @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: 'NotoSansJPLight';
	src: url('../font/NotoSansJP-Light.otf');
}

@font-face {
	font-family: 'NotoSansJPBold';
	src: url('../font/NotoSansJP-Bold.otf');
}
*/
@font-face {
	font-family: 'Zen_Old_Mincho_Regular';
	src: url('../font/Zen_Old_Mincho_Regular.ttf');
}

:root {
	--primary-color: #BB9580;
	--primary-fm: 'Zen_Old_Mincho_Regular';
}

body,
html {
	font-family: var(--primary-fm);
}

.m1 {
	background: #fff;
	/* position: fixed; */
	width: 100%;
	top: 0px;
	height: 110px;
	z-index: 99;
	overflow: hidden;
}

.m1 .dm {
	padding: 0px 0px 10px;
}

.m1 .dm .logo {
	width: 400px;
}

.m1 .dm .nav {
	margin-left: 5%;
}

.m1 .dm .nav ul li {
	float: left;
	margin-right: 60px;
}

.m1 .dm .nav ul li .li_a {
	color: #1F1B1B;
	font-size: 20px;
}

.m1 .dm .nav ul li:last-child {
	margin-right: 0px;
}

.m1 .dm .tel {
	text-align: right;
	color: #3E3A39;
	font-size: 28px;
}

.m1 .dm .tel span {
	font-size: 18px;
}

.m1 .dm .bt a {
	display: inline-block;
	background: var(--primary-color);
	color: #fff;
	font-size: 24px;
	padding: 5px 45px;
	border-radius: 5px;
}

.m1 .dm .nav ul {
	margin-top: 10px;
}

.m2 {
	padding-top: 55px;
	color: var(--primary-color);
}

.m2 .box a {
	display: inline-block;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background: #fff;
	padding: 10px 25px;
	border-radius: 5px;
	margin: 0px 5px;
}

.m2 .box img {
	position: relative;
	top: -2px;
}

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

.m2 .box {
	text-align: center;
}

.m2 .box .on {
	background: var(--primary-color);
	color: #fff;
}

.m2 {
	margin-bottom: 50px;
}

.m3 .box {
	border: 1px solid var(--primary-color);
	border-radius: 7px;
	padding: 20px 40px;
	background: #fff;
}

.m3 .box .t1 {
	color: var(--primary-color);
	position: relative;
	padding-left: 20px;
	font-size: 24px;
}

.m3 .box .t1::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 30px;
	display: inline-block;
	background: var(--primary-color);
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.m3 .box .item .t2 {
	font-size: 20px;
	color: #000000;
	margin: 35px 0 15px;
}

.m3 .box .item .t2 span {
	font-size: 16px;
	color: #E65C5C;
}

.m3 .box .item .cn label {
	font-weight: normal;

}

.m3 .box .item .cn label input {
	opacity: 0;
	position: absolute;
}

.m3 .box .item .cn .lt label {
	font-size: 16px;
	color: #000000;
}

.m3 .box .item .cn .child_dm .c_lt label {
	font-size: 16px;
	color: #000000;
}

.m3 .box .item .cn label i {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid var(--primary-color);
}

.m3 .box .item .cn label input:checked~i {
	background: url('../img/p1.png') center no-repeat;
	background-size: 100% 100%;
	border: 0px;
}

.m3 .box .item .cn .child_dm label i {
	width: 18px;
	height: 18px;
}

.m3 .box .item .cn .child_dm {
	padding-left: 40px;
	margin-top: 15px;
	display: none;
}
.m3 .box .item_on .cn .child_dm{
    display: block;
}
.m3 .box .item .cn .lt label,
.m3 .box .item .cn .child_dm .c_lt label {
	display: flex;
	align-items: center;
}

.m3 .box .item .cn .child_dm .c_lt {
	margin-bottom: 15px;
}

.m3 .box .item {
	margin-bottom: 20px;
}

.m3 .box .item .cn2 .lt {
	margin-right: 30px;
}

.m3_but {
	text-align: center;
	padding: 50px 0;
}

.m3_but input {
	display: inline-block;
	padding: 20px 80px;
	border-radius: 7px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background: #fff;
	margin: 0px 15px;
	font-size: 20px;
}

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

.m4 {
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding:120px 120px;
}

.m4 .let .t1 img {
	width: 300px;
}

.m4 .let .t2 {
	color: #1F1B1B;
	font-size: 18px;
	margin: 35px 0 50px;
}

.m4 .let {
	width: 35%;
}

.m4 .let .t3 ul li a {
	font-size: 14px;
	color: #1F1B1B;
	text-decoration: underline;
}

.m4 .let .t3 ul li {
	width: 48%;
	margin-bottom: 20px;
}

.m4 .let .t3 ul li:nth-child(2n) {
	float: right;
}

.m4 .let .t4 {
	margin-top: 120px;
}

.m4 .let .t4 img {
	width: 190px;
}

.m4 .rit {
	width: 58%;
}

.m4 .rit .t1 {
	color: var(--primary-color);
	font-size: 24px;
}

.m4 .rit .t1 span {
	font-size: 14px;
	margin-right: 50px;
}

.m4 .rit .t1 img {
	margin-right: 15px;
	cursor: pointer;
}

.m4 .rit .t1 span {
	position: relative;
	top: 4px;
}

.m4 .rit .t1 img:hover {
	opacity: 0.6;
}

.m4 .rit .fun {
	overflow: hidden;
	margin-top: 40px;
	border-bottom: 1px solid #9D9D9D;
	padding-bottom: 28px;
}

.m4 .rit .fun .item {
	padding-right: 0;
}

.m4 .rit .fun .item .time {
	font-size: 16px;
	color: #1F1B1B;
	margin: 10px 0;
}

.m4 .rit .fun .item .t {
	font-size: 16px;
	color: #1F1B1B;
}

.m4 .rit .rit_icon {
	text-align: right;
	padding-top: 30px;
}

.m4 .rit .rit_icon a {
	margin-left: 40px;
}
.m4 .rit .rit_icon a img{
	width: 40px;
}

.m5 .m5_box {
	border: 1px solid var(--primary-color);
	border-radius: 7px;
	padding: 40px;
	background: #fff;
}

.cm_t1 {
	color: var(--primary-color);
	position: relative;
	padding-left: 20px;
	font-size: 24px;
	margin-bottom: 60px;
}

.cm_t1::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 30px;
	display: inline-block;
	background: var(--primary-color);
	left: 0px;
	top: 5px;
	/* transform: translate(0, -50%); */
}

.cm_t1 span {
	color: #000;
	font-size: 14px;
}

.m6 .lab .lt {
	margin-left: -5px;
}




.m7 table {
	margin: 5px;
}

.m7 div.dp-popup {
	position: relative;


	width: 100%;


}

.m7 div#dp-popup {
	position: absolute;
	z-index: 199;
}

.m7 div.dp-popup h2 {
	font-size: 14px;
	text-align: center;


	border-bottom: solid 1px #E7E7E7;
	border-top: solid 1px #fff;
	color: #BB9580;
	font-size: 32px;
	padding-bottom: 20px;
}

.m7 a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

.m7 a#dp-close:hover {
	text-decoration: underline;
}

.m7 div.dp-popup a {
	color: #BB9580;
	height: 19px;
	overflow: hidden;
	margin: 6px 2px 0 2px;
}

.m7 div.dp-popup a#dp-nav-prev-year.disabled {
	background-position: 0 -19px;
	display: none;
}

.m7 div.dp-popup a#dp-nav-prev-month.disabled {
	background-position: -19px -19px;
}

.m7 div.dp-popup a#dp-nav-prev-year {
	background-position: 0 0;
	display: none;
}

.m7 div.dp-popup a#dp-nav-prev-month {
	background-position: -19px 0;
}

.m7 div.dp-popup a#dp-nav-next-year {
	background-position: -57px 0;
	display: none;
}

.m7 div.dp-popup a#dp-nav-next-month {
	background-position: -38px 0;
}

.m7 div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 100px;
}

.m7 div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
.m7 div.dp-popup div.dp-nav-prev a,
.m7 div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

.m7 div.dp-popup div.dp-nav-prev a.disabled,
.m7 div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}

.m7 div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 100px;
}

.m7 div.dp-popup div.dp-nav-next a {
	float: right;
}

.m7 div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

.m7 div.dp-popup td {
	cursor: pointer;
	font-size: 14px;
}

.m7 div.dp-popup td.disabled {
	cursor: default;
}

.m7 .jCalendar {
	width: 100%;
	text-align: center;
}

.m7 .jCalendar th {
	text-align: center;
}

.m7 .jCalendar thead tr td {
	font-weight: normal;
	padding: 20px 0;
	font-size: 20px;
}

.m7 .jCalendar tbody tr td {
	border: 1px solid #EEEEEE;
	padding: 15px 0;
	color: #707070;
	font-size: 40px;
}
.m7 .jCalendar tbody tr td .no_start:nth-child(2){
    display: none;
}

.m7 .jCalendar .other-month {
	visibility: hidden;
}

.m7 .jCalendar .current-month i {
	display: inline-block;


}

.m7 .jCalendar .current-month .yes {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	border: 3px solid var(--primary-color);
}

.m7 .jCalendar .current-month .sel_status i {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: url('../img/p1.png') center no-repeat;
	background-size: 100% 100%;
	border: 0rem;

}


.m7 .jCalendar .current-month .no {
	width: 45px;
	height: 45px;
	background: url('../img/p11.png') center no-repeat;
	background-size: cover;
}

.m7 .jCalendar .no_item .yes_start {
	display: none;
}

.m5_box2 {
	margin-top: 30px;
	margin-bottom: 40px;
}

.m5_box2 .cm_t1 {
	margin-bottom: 20px;
}

.m8 .t1 {
	margin-bottom: 20px;
	color: #1B1B1B;
	font-size: 20px;
}

.m8 .t2 {
	font-size: 16px;
	color: #DA3400;
}

.m8 .che_gp {
	margin-top: 25px;
}

.m8 .che_gp .lab {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 20px;
	cursor: pointer;
}

.m8 .che_gp .lab label {
	width: 100%;
	cursor: pointer;

}

.m8 .che_gp .lab label input {
	position: absolute;
	opacity: 0;
}

.m8 .che_gp .lab:nth-child(4n) {
	margin-right: 0px;
}
.m8 .che_gp .lab label .disabled{
	border: none;
	background: #ccc;
}
.m8 .che_gp .lab label span {
	border: 1px solid var(--primary-color);
	width: 100%;
	text-align: center;
	border-radius: 3px;
	color: #303030;
	font-weight: normal;
	display: block;
	padding: 10px 0;
	font-size: 20px;
}

.m8 .che_gp .lab label input:checked~span {
	background: var(--primary-color);
	color: #fff;
}

.m5 .m5_box1 {
	padding: 0px;
}

.m5 .m5_box1 .dm {
	padding: 20px 40px;
}

.m5 .m5_box2 {
	margin-bottom: 0px;
}

.m9 .dm {
	border: 1px solid var(--primary-color);
	border-radius: 7px;
	padding: 20px 40px;
	background: #fff;
}

.m2s {
	margin-bottom: 40px;
}

.m9 .dm .t1 {
	text-align: center;
	font-size: 24px;
	color: var(--primary-color);
	margin-bottom: 60px;
}

.m9_form .item {
	margin-bottom: 40px;
}

.m9_form .item1 {
	display: flex;
	color: #353535;
	font-size: 18px;
	align-items: center;
}

.m9_form .item1 .nt {
	width: 150px;
}

.m9_form .item1 span {
	color: #999;
	margin-top: -4px;
	font-size: 24px;
	margin-left: 5px;
}

.m9_form .item1 .cn {
	flex: 1;
}

.m9_form .item1 .cn .text {
	width: 430px;
	height: 50px;
	padding: 0px 10px;
	border: 1px solid #BDC1C2;
}

.m9_form .item .lt select {
	width: 100px;
	height: 50px;
	appearance: none;
	/* 去掉默认图标 */
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	padding: 0 20px 0 5px;
	background: url("../img/p16.png") no-repeat scroll 90% center transparent;
	/* 自己的图*/
	border: 1px solid #BDC1C2;
	margin-right: 10px;
}

.m9_form .item .lt span {
	font-size: 16px;
}

.m9_form .item .lt {
	margin-right: 15px;
}

.m9_form .item .cn .text2 {
	width: 100%;
}

.m9_form .item2 {
	display: block;
}

.m9_form .item2 .t2 {
	color: #353535;
	font-size: 20px;
	margin-bottom: 20px;
}

.m9_form .item2 .cc .lt {
	margin-right: 20px;
	position: relative;
	height: 35px;
	margin-bottom: 25px;
}

.m9_form .item2 .cc .lt label i {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid var(--primary-color);
	position: relative;
	top: 10px;
}

.m9_form .item2 .cc .lt label {
	font-weight: normal;
}

.m9_form .item2 .cc .lt label input {
	position: absolute;
	opacity: 0;
}

.m9_form .item2 .cc .lt label input:checked~i {
	background: url('../img/p1.png') center no-repeat;
	background-size: 100% 100%;
	border: 0px;
}

.m9_form .item2 .cc2 {
	position: relative;
	display: flex;
}

.m9_form .item2 .cc2 .lt {}

.m9_form .item2 .cc2 .cn {
	flex: 1;
}

.m9_form .item2 .cc2 .cn .text2 {
	height: 50px;
	padding: 0px 10px;
	border: 1px solid #BDC1C2;
}

.m9_form .item2 .cc .lt .text {
	height: 50px;
	padding: 0px 10px;
	border: 1px solid #BDC1C2;
	width: 50px;
}

.m9_form2 {
	margin-top: 30px;
}

.m10 {
	text-align: center;
	font-size: 18px;
	color: #333333;
	position: relative;
	margin-top: 40px;
}

.m10 i {
	width: 27px;
	height: 27px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid var(--primary-color);
	background: none;
	position: relative;
	top: 6px;
	margin-right: 5px;
}

.m10 label {
	font-weight: normal;
}

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

.m10 a {
	text-decoration: underline;
}

.m10 input:checked~i {
	border: 0px;
	background: url('../img/p35.png') center no-repeat
}
.m11 .item {
	margin-bottom: 30px;
}
.m11 .item .cc{
	font-size: 18px;
	line-height: 36px;
}
.m11 .item .cc span{
	display: inline-block;
	margin-right: 50px;
}


.m12 .t1{
	text-align: center;
	color: var(--primary-color);
	font-size: 18px;
	margin-bottom: 15px;
}
.m12 .t1 img{
	width: 80px;
	margin-bottom: 10px;
}
.m12 .t2{
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
.m12 .t3{
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	color: #000;
}

.m12 .t4{
	color: #B00000;
	font-size: 18px;
	text-align: center;
}

/* 增加 */
.m3s .box .item .child_dm{
	display: none;
}
.m3s .box .item_on .child_dm{
	display: block;
}