body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1440px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banne1 {
	width: 100%;
	display: block;
}

.inde_bqxts {
	width: 100%;
	background-color: #FCE7E7;
	background-image: url(../img/bg_1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_bqxt {
	width: 100%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}

.inde_bqxt1 {
	width: 29.33%;
	float: left;
	margin: 15px 0;
	margin-right: 6%;
	background: #C81414;
	border-radius: 25px;
	padding: 25px 30px;
}

.inde_bqxt1:nth-child(3n) {
	margin-right: 0;
}

.inde_bqxt2 {
	width: 100%;
	display: inline-block;
}

.inde_bqxt2_1 {
	width: 55px;
	float: left;
	margin-right: 20px;
}

.inde_bqxt2_2 {
	width: calc(100% - 75px);
	float: left;
}

.inde_bqxt2_3 {
	width: 100%;
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.inde_bqxt2_4 {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_bqxt3 {
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.inde_bqxt3_1 {
	display: block;
	margin-right: 55px;
	font-size: 18px;
	color: white;
	position: relative;
}

.inde_bqxt3_1::after {
	content: '';
	width: 2px;
	height: 100%;
	background: white;
	position: absolute;
	right: -22px;
	top: 0;
}

.inde_bqxt3_1:last-child {
	margin-right: 0;
}

.inde_bqxt3_1:last-child::after {
	display: none;
}

.inde_bqxt3_1 span {
	display: inline-block;
	vertical-align: middle;
}

.inde_bqxt3_1 img {
	width: 8px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.inde_xttsgns {
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_xttsgn {
	width: 100%;
	margin: 60px auto;
}

.inde_xttsgn1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.inde_xttsgn2 {
	width: 100%;
	margin-top: 45px;
	display: inline-block;
}

.inde_xttsgn3 {
	width: 225px;
	float: left;
	margin-right: 20px;
}

.inde_xttsgn3_1 {
	width: 100%;
	height: 70px;
	background: #EEEEEE;
	border-radius: 0 70px 70px 0;
	padding: 0 25px;
	line-height: 70px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.inde_xttsgn3_1:last-child {
	margin-bottom: 0;
}

.inde_xttsgn3_1.on {
	background: #C81414;
	color: white;
}

.inde_xttsgn4 {
	width: calc(100% - 245px);
	float: left;
}

.inde_xttsgn4_1 {
	width: 100%;
	display: none;
}

.inde_xttsgn4_2 {
	width: 100%;
	background: white;
	border-radius: 45px;
	box-shadow: 0 0 35px rgba(229, 22, 22, .28);
	padding: 65px 10px;
	display: inline-block;
}

.inde_xttsgn4_3 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
}

.inde_xttsgn4_3:nth-child(4n) {
	margin-right: 0;
}

.inde_xttsgn4_3_1 {
	max-width: 100%;
	height: 130px;
	display: block;
	margin: auto;
}

.inde_xttsgn4_3_2 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.inde_xttsgn4_3_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.inde_xttsgn5 {
	width: 215px;
	height: 55px;
	border-radius: 55px;
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 35px;
	font-size: 18px;
	color: white;
	background: #C81414;
}

.inde_xttsgn5 img {
	width: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.inde_xttsgn5 span {
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}

.inde_wmdyss {
	width: 100%;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_wmdys {
	width: 100%;
	margin: 75px auto;
}

.inde_wmdys1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.inde_wmdys2 {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.inde_wmdys3 {
	width: 49%;
	float: left;
	margin-top: 30px;
	margin-right: 2%;
	border-radius: 10px;
	background: white;
	padding: 0 40px;
	padding-top: 25px;
}

.inde_wmdys3:nth-child(2n) {
	margin-right: 0;
}

.inde_wmdys3_1 {
	width: calc(100% - 210px);
	padding-bottom: 25px;
	display: inline-block;
	vertical-align: bottom;
}

.inde_wmdys3_1_1 {
	width: 100%;
	font-size: 48px;
	color: #C81414;
	font-weight: bold;
	font-style: italic;
}

.inde_wmdys3_1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 24px;
	color: #333333;
}

.inde_wmdys3_2 {
	width: 160px;
	margin-left: 40px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}

.inde_wmdys3_2_1 {
	width: 110px;
	position: absolute;
	left: 51%;
	top: 0;
	transform: translateX(-50%);
}

.inde_wmdys3_2_2 {
	width: 100%;
	display: block;
}

.inde_wmdys3_2_3 {
	max-width: 65px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_wmdys3_2_4 {
	width: 100%;
	display: block;
}

.inde_czlcs {
	width: 100%;
	background: #C81414;
}

.inde_czlc {
	width: 100%;
	margin: 70px auto;
}

.inde_czlc1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: white;
	font-weight: bold;
}

.inde_czlc2 {
	width: 100%;
	margin-top: 60px;
}

.inde_czlc3 {
	width: 15%;
	background: white;
	border-radius: 25px;
	padding: 45px 10px;
	display: inline-block;
	vertical-align: middle;
}

.inde_czlc3_1 {
	max-width: 100%;
	height: 80px;
	display: block;
	margin: auto;
}

.inde_czlc3_2 {
	width: 100%;
	margin-top: 35px;
	text-align: center;
	font-size: 16px;
	color: #2E3135;
	font-weight: bold;
}

.inde_czlc3_2 span {
	margin-right: 5px;
	font-size: 25px;
	color: #C81414;
	font-style: italic;
}

.inde_czlc4 {
	width: 12.5%;
	display: inline-block;
	vertical-align: middle;
}

.inde_czlc4 img {
	width: 56%;
	display: block;
	margin: auto;
}

.inde_szbqs {
	width: 100%;
	padding: 0 25px;
	padding-top: 75px;
}

.inde_szbq1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.inde_szbq2 {
	width: 100%;
	margin-top: 70px;
	position: relative;
	z-index: 1;
}

.inde_szbq2 .swiper {
	width: 100%;
	height: 100%;
}

.inde_szbq2 .swiper-slide {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.inde_szbq2 .swiper-slide-active {
	opacity: 1;
}

.inde_szbq3 {
	width: 100%;
	background: #C81414;
	border-radius: 10px;
	padding: 40px 60px;
	position: relative;
}

.inde_szbq3_1 {
	width: 100%;
	font-size: 41px;
	color: white;
	font-weight: bold;
}

.inde_szbq3_2 {
	width: 65px;
	height: 7px;
	background: white;
	border-radius: 7px;
	margin-top: 10px;
}

.inde_szbq3_3 {
	width: 100%;
	margin-top: 30px;
	font-size: 24px;
	color: rgba(255, 255, 255, .8);
}

.inde_szbq3_4 {
	font-size: 103px;
	color: rgba(255, 255, 255, .5);
	font-weight: bold;
	position: absolute;
	right: 30px;
	top: 20px;
}

.inde_szbq4 {
	display: block;
	margin: auto;
	margin-top: -90px;
}

.inde_zxs {
	width: 100%;
	background: #FCE7E7;
}

.inde_zx {
	width: 100%;
	margin: 45px auto;
}

.inde_zxa {
	width: 100%;
	display: inline-block;
}

.inde_zxb {
	width: 49%;
	float: left;
	background: white;
	border-radius: 30px;
	padding: 20px 40px;
}

.inde_zxb1 {
	width: 100%;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.inde_zxb1 span {
	font-size: 36px;
	color: #C81414;
	font-style: italic;
}

.inde_zxb2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	background: #C81414;
	color: white;
	font-size: 14px;
	display: flex;
}

.inde_zxb2_1 {
	width: calc(100% - 150px);
	height: 100%;
	padding: 0 25px;
}

.inde_zxb2_2 {
	width: 150px;
	height: 100%;
	text-align: center;
	padding: 0 25px;
}

.inde_zxb3 {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.inde_zxb3::before {
	content: '';
	width: 100%;
	height: 40px;
	background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, .1));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.inde_zxb3::after {
	content: '';
	width: 100%;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .1), #FFFFFF);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.inde_zxb4 {
	width: 100%;
	animation: scroll 10s linear infinite;
	/* 调整时间和速度 */
	position: relative;
}

.inde_zxb4_1 {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	display: flex;
	font-size: 14px;
	color: #333333;
}

.inde_zxb4_2 {
	width: calc(100% - 150px);
	padding: 10px;
}

.inde_zxb4_3 {
	width: 150px;
	text-align: center;
	padding: 10px;
}

@keyframes scroll {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100%);
	}

	/* 根据需要调整百分比 */
}

.inde_zxc {
	width: 49%;
	float: left;
	background: white;
	border-radius: 30px;
	padding: 20px;
	padding-top: 35px;
	margin-left: 2%;
}

.inde_zxc1 {
	width: 100%;
	display: inline-block;
}

.inde_zxc1_1 {
	float: left;
	font-size: 24px;
	color: #262626;
	font-weight: bold;
}

.inde_zxc1_2 {
	float: right;
	font-size: 16px;
	color: #8C8C8C;
}

.inde_zxc2 {
	width: 100%;
	margin-top: 10px;
}

.inde_zxc3 {
	border-bottom: 1px dashed #E7E7E7;
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #262626;
}

.inde_zxc3 img {
	width: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.inde_zxc3 div {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.inde_zxd {
	width: 100%;
	background: white;
	border-radius: 30px;
	padding: 25px 30px;
	padding-top: 45px;
	margin-top: 35px;
}

.inde_zxd1 {
	width: 100%;
	display: inline-block;
}

.inde_zxd1_1 {
	float: left;
	font-size: 36px;
	color: #262626;
	font-weight: bold;
}

.inde_zxd2 {
	width: 100%;
}

.inde_zxd3 {
	border-bottom: 1px solid #F0F0F0;
	width: 100%;
	display: inline-block;
	padding: 40px 0;
}

.inde_zxd3_1 {
	width: 190px;
	height: 120px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-right: 15px;
	float: left;
}

.inde_zxd3_2 {
	width: calc(100% - 205px);
	float: left;
}

.inde_zxd3_3 {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.inde_zxd3_4 {
	width: 100%;
	margin-top: 15px;
	font-size: 13px;
	color: #8C8C8C;
}

.inde_zxd3_5 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #8C8C8C;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_yqljs {
	width: 100%;
}

.inde_yqljtops {
	width: 100%;
	background: #C81414;
}

.inde_yqljtop {
	width: 100%;
	margin: 35px auto;
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.inde_yqljdowns {
	width: 100%;
}

.inde_yqljdown {
	width: 100%;
	margin: 40px auto;
	display: inline-block;
}

.inde_yqljdown1 {
	float: left;
	font-size: 16px;
	color: #333333;
	margin: 10px 0;
	margin-right: 20px;
}

.inde_yqljdown2 {
	width: calc(100% - 100px);
	float: left;
	display: inline-block;
}

.inde_yqljdown2_1 {
	display: block;
	float: left;
	margin: 10px 0;
	margin-right: 20px;
	font-size: 16px;
	color: #333333;
}

.new_searchs {
	width: 100%;
	background-image: url(../img/bg_7.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.new_search {
	max-width: 100%;
	width: 860px;
	margin: 55px auto;
}

.new_search1 {
	width: 100%;
	text-align: center;
	font-family: "youshebiaotihei";
	font-size: 48px;
	color: white;
}

.new_search2 {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	background: white;
}

.new_search2 input {
	border: none;
	outline: none;
	width: calc(100% - 75px);
	height: 100%;
	padding: 0 30px;
	font-size: 16px;
}

.new_search2 button {
	border: none;
	outline: none;
	width: 75px;
	height: 100%;
	background-color: white;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.tit_box {
	width: 100%;
	box-shadow: 0 0 5px rgba(26, 25, 26, .3);
}

.tit_bo {
	width: 100%;
	margin: 15px auto;
	display: flex;
}

.tit_bo1 {
	display: block;
	font-size: 16px;
	color: #D81E06;
}

.tit_bo1 img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.tit_bo1 span {
	display: inline-block;
	vertical-align: middle;
}

.tit_bo2 {
	font-size: 16px;
	color: #999999;
	margin-left: 20px;
}

.tit_bo2 span {
	margin: 0 10px;
}

.tit_bo2 a:last-child {
	color: #333333;
}

.news_box {
	width: 100%;
	background: #F5F5F5;
}

.news_bo {
	width: 100%;
	margin-bottom: 70px;
}

.news_list {
	width: 100%;
}

.news_li {
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	display: inline-block;
	padding: 50px 0;
}

.news_li1 {
	width: 105px;
	text-align: center;
	margin-right: 90px;
	float: left;
}

.news_li1_1 {
	width: 100%;
	font-size: 86px;
	color: #C81414;
	font-weight: bold;
}

.news_li1_2 {
	width: 100%;
	font-size: 18px;
	color: #C81414;
	font-weight: bold;
}

.news_li2 {
	width: calc(100% - 195px);
	float: left;
}

.news_li2_1 {
	width: 100%;
	font-size: 24px;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.news_li2_2 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pages {
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	background: white;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 2px;
}

.pagination img {
	height: 15px;
}

.pagination span {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	background: white;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 2px;
}

.pagination a.active {
	border: 1px solid #C90E0E;
	background: #C90E0E;
	color: white;
}

.pagination a:active {
	border: 1px solid #C90E0E;
	background: #C90E0E;
	color: white;
}

.news_details {
	width: 100%;
	background: #F5F5F5;
}

.news_detail {
	width: 100%;
	background: white;
	margin-top: 35px;
	margin-bottom: 80px;
	padding: 0 50px;
	padding-top: 90px;
	padding-bottom: 30px;
}

.news_deta1 {
	width: 100%;
	font-size: 14px;
	color: #9C9C9C;
}

.news_deta2 {
	width: 100%;
	margin-top: 50px;
	font-size: 44px;
	font-weight: bold;
}

.news_deta3 {
	border-top: 2px solid #E4DCD3;
	border-bottom: 2px solid #E4DCD3;
	width: 100%;
	margin-top: 30px;
	padding: 45px 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.news_deta3 img {
	max-width: 100%;
}

.news_deta4 {
	width: 100%;
	padding: 40px 0;
}

.news_deta4_1 {
	width: 100%;
	display: block;
	font-size: 16px;
	margin-bottom: 30px;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.news_deta4_1:last-child {
	margin-bottom: 0;
}

.news_deta4_1 span {
	color: #666666;
}

.login_box {
	width: 100%;
	background-image: url(../img/bg_8.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.login_bo {
	max-width: 100%;
	width: 1200px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	margin-top: 85px;
	margin-bottom: 120px;
	display: flex;
}

.login_bo1 {
	width: 34%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.login_bo2 {
	width: 66%;
	padding: 45px 60px;
}

.login_bo3 {
	width: 100%;
}

.login_bo3_1 {
	display: inline-block;
	font-size: 30px;
	color: #0C0C00;
	font-weight: bold;
}

.login_bo3_2 {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #0C0C00;
}

.login_bo3_2 a {
	color: #BA070A;
}

.login_bo4 {
	max-width: 100%;
	width: 370px;
	margin: auto;
	margin-top: 50px;
}

.login_bo5 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.login_bo5_1 {
	border-right: 2px solid #333333;
	padding: 0 25px;
	display: inline-block;
	font-size: 18px;
	color: #333333;
}

.login_bo5_1:last-child {
	border-right: 0;
}

.login_bo5_1.on {
	color: #BA070A;
	font-weight: bold;
}

.login_bo6 {
	width: 100%;
}

.login_bo6_1 {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.login_bo6_1_1 {
	width: 65px;
	line-height: 50px;
	font-size: 18px;
	color: #666666;
}

.login_bo6_1_2 {
	border: 1px solid #E5E5E5;
	outline: none;
	width: calc(100% - 65px);
	height: 50px;
	padding: 0 10px;
	font-size: 16px;
	color: #666666;
}

.login_bo6_1_3 {
	width: calc(100% - 65px);
	height: 50px;
	display: flex;
}

.login_bo6_1_3 input {
	border: 1px solid #E5E5E5;
	outline: none;
	width: calc(100% - 105px);
	height: 100%;
	padding: 0 10px;
	font-size: 16px;
	color: #666666;
}

.login_bo6_1_3 button {
	border: none;
	outline: none;
	width: 95px;
	height: 100%;
	background: #BA070A;
	color: white;
	font-size: 16px;
	margin-left: 10px;
}

.login_bo6_2 {
	width: 100%;
	padding-left: 65px;
	font-size: 14px;
	color: #BA070A;
}

.login_bo7 {
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	border-radius: 50px;
	display: block;
	margin-top: 50px;
	background: #BA070A;
	font-size: 18px;
	color: white;
}

.login_bo8 {
	width: 100%;
}

.login_bo8_1 {
	width: 100%;
	display: none;
}

.edit_pass {
	max-width: 100%;
	width: 520px;
	margin: auto;
	margin-top: 50px;
}

.edit_pasa {
	width: 100%;
}

.edit_pasa1 {
	width: 100%;
	margin-bottom: 25px;
}

.edit_pasa1:last-child {
	margin-bottom: 0;
}

.edit_pasa2 {
	border: 1px solid #E5E5E4;
	width: 100%;
	height: 50px;
	display: flex;
}

.edit_pasa2_1 {
	border-right: 1px solid #E5E5E4;
	width: 60px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

.edit_pasa2_2 {
	border: none;
	outline: none;
	width: calc(100% - 60px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
}

.edit_pasa3 {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}

.edit_pasa3 span {
	color: #FF5555;
}

.edit_pasa4 {
	width: 100%;
	height: 50px;
	display: flex;
}

.edit_pasa4 input {
	border: 1px solid #E5E5E4;
	outline: none;
	width: calc(100% - 180px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
}

.edit_pasa4 button {
	border: none;
	outline: none;
	width: 170px;
	height: 100%;
	margin-left: 10px;
	background: #BB1310;
	font-size: 14px;
	color: white;
}

.edit_pasa5 {
	border: 1px solid #E5E5E4;
	width: 100%;
	height: 50px;
	display: flex;
}

.edit_pasa5_1 {
	width: 110px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

.edit_pasa5_1 span {
	color: red;
	margin-right: 5px;
}

.edit_pasa5_2 {
	border: none;
	outline: none;
	width: calc(100% - 110px);
	height: 100%;
	font-size: 14px;
}

.edit_pasb {
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	display: block;
	margin-top: 35px;
	background: #BA070A;
	color: white;
	font-size: 18px;
	border-radius: 10px;
}

.register_box {
	width: 100%;
}

.register_bo {
	width: 100%;
	margin-bottom: 85px;
	display: flex;
}

.register_left {
	width: 50%;
	padding: 50px;
}

.register_lea {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
}

.register_leb {
	width: 100%;
	margin-top: 30px;
}

.register_lec {
	width: 100%;
	margin-bottom: 20px;
}

.register_lec:last-child {
	margin-bottom: 0;
}

.register_lec1 {
	border: 1px solid #E5E5E4;
	width: 100%;
	height: 50px;
	display: flex;
}

.register_lec1_1 {
	width: 110px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
}

.register_lec1_1 span {
	margin-right: 10px;
	color: red;
}

.register_lec1_2 {
	border: none;
	outline: none;
	width: calc(100% - 110px);
	height: 100%;
	font-size: 14px;
}

.register_lec2 {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}

.register_lec2 span {
	color: #FF5555;
}

.register_lec3 {
	border: 1px solid #E5E5E4;
	width: 100%;
	height: 50px;
	display: flex;
}

.register_lec3_1 {
	border-right: 1px solid #E5E5E4;
	width: 60px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

.register_lec3_2 {
	border: none;
	outline: none;
	width: calc(100% - 60px);
	height: 100%;
	font-size: 14px;
	padding: 0 15px;
}

.register_lec4 {
	width: 100%;
	height: 50px;
	display: flex;
}

.register_lec4 input {
	border: 1px solid #E5E5E4;
	outline: none;
	width: calc(100% - 180px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
}

.register_lec4 button {
	border: none;
	outline: none;
	width: 170px;
	height: 100%;
	margin-left: 10px;
	background: #BB1310;
	font-size: 14px;
	color: white;
}

.register_led {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.register_led1 {
	width: calc(100% - 110px);
}

.register_led1_1 {
	border: 1px dashed #B7B7B7;
	width: 180px;
	height: 120px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}

.register_led1_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.register_led1_2 {
	width: 120px;
	height: 30px;
	margin-left: 15px;
	border-radius: 5px;
	background: #FAECEC;
	font-size: 14px;
	color: #BB1310;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	vertical-align: bottom;
}

.register_lee {
	width: 100%;
	margin-top: 35px;
	font-size: 14px;
	color: #333333;
}

input[type=checkbox] {
	border: 1px solid #666666;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 14px;
	margin: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
}

input[type=checkbox]:checked {
	border: none;
}

input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 12px;
	font-weight: bold;
	background: #BA070A;
	color: white;
	border-radius: 3px;
}

.register_lee div {
	width: calc(100% - 35px);
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.register_lee a {
	color: #C81414;
}

.register_leg {
	border: none;
	outline: none;
	width: 360px;
	height: 50px;
	display: block;
	margin: auto;
	margin-top: 25px;
	background: #BA070A;
	color: white;
	font-size: 18px;
}

.register_right {
	border-left: 1px solid #E6E6E6;
	width: 50%;
	padding: 85px 100px;
}

.register_ri1 {
	width: 100%;
}

.register_ri1_1 {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}

.register_ri1_2 {
	border: 1px solid #D2D2D2;
	width: 75px;
	height: 35px;
	background: #EDEDED;
	border-radius: 4px;
	margin-left: 15px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}

.register_ri2 {
	width: 160px;
	margin-top: 55px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.register_ri2 img {
	width: 135px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.register_ri3 {
	width: 100%;
	margin-top: 75px;
}

.register_ri3_1 {
	width: 100%;
	font-size: 16px;
	color: #333333;
}

.register_ri3_2 {
	width: 100%;
	margin-top: 15px;
}

.register_ri3_3 {
	border-bottom: 1px dashed #BFBFBF;
	width: 100%;
	padding: 15px 0;
	font-size: 14px;
	color: #666666;
}

.register_ri3_3 img {
	width: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.register_ri3_3 div {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
}

.user_box {
	width: 100%;
	background: #F5F5F5;
}

.user_bo {
	width: 100%;
	margin-bottom: 45px;
}

.titt_box {
	width: 100%;
	padding: 30px 0;
	font-size: 15px;
	color: #2C2C2C;
}

.titt_box span {
	margin: 0 10px;
}

.user_info {
	width: 100%;
	display: inline-block;
}

.user_left {
	border: 1px solid #ECECEC;
	width: 180px;
	background: white;
	border-radius: 10px;
	float: left;
	margin-right: 40px;
	padding: 20px 15px;
}

.user_lef {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	padding: 0 20px;
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}

.user_lef:last-child {
	margin-bottom: 0;
}

.user_lef1 {
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.user_lef1 img {
	width: 100%;
}

.user_lef1_1 {
	display: block;
}

.user_lef1_2 {
	display: none;
}

.user_lef2 {
	width: calc(100% - 40px);
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.user_lef.on {
	background: #BA070A;
	color: white;
	position: relative;
}

.user_lef.on::after {
	content: '';
	width: 5px;
	height: 35px;
	border-radius: 5px;
	background: #BA070A;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.user_lef.on .user_lef1_1 {
	display: none;
}

.user_lef.on .user_lef1_2 {
	display: block;
}

.user_right {
	border: 1px solid #ECECEC;
	width: calc(100% - 220px);
	background: white;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}

.user_ria {
	width: 100%;
	height: 75px;
	background: #BA070A;
	padding: 0 35px;
	font-size: 24px;
	color: white;
}

.user_ria img {
	width: 25px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.user_ria div {
	line-height: 75px;
	display: inline-block;
	vertical-align: middle;
}

.user_rib {
	width: 100%;
	padding: 35px 45px;
}

.user_ric {
	width: 100%;
	border-radius: 100px 10px 10px 10px;
	padding: 40px 55px;
	background-color: white;
	background-image: url(../img/bg_10.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 390px auto;
	box-shadow: 0 0 16px rgba(26, 25, 26, .21);
	display: inline-block;
}

.user_ric1 {
	width: 120px;
	height: 120px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(26, 25, 26, .21);
	padding: 5px;
	float: left;
	margin-right: 35px;
	position: relative;
}

.user_ric1_1 {
	border: 3px solid #BA070A;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	object-fit: cover;
	object-position: center;
}

.user_ric1_2 {
	width: 65px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	background: #B27618;
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.user_ric2 {
	width: calc(100% - 155px);
	float: left;
}

.user_ric2_1 {
	width: 100%;
	font-size: 24px;
	color: #000033;
}

.user_ric2_2 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.user_rid {
	max-width: 100%;
	width: 990px;
	margin: auto;
}

.user_rid1 {
	width: 100%;
}

.user_rid2 {
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
	border-radius: 5px;
	display: flex;
}

.user_rid2:last-child {
	margin-bottom: 0;
}

.user_rid2_1 {
	width: 125px;
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.user_rid2_1 span {
	color: red;
	margin-right: 10px;
}

.user_rid2_1::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #262626;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.user_rid2_2 {
	border: none;
	outline: none;
	width: calc(100% - 125px);
	height: 100%;
	padding: 0 25px;
	font-size: 16px;
	color: #333333;
}

.user_rid3 {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.user_rid3_1 {
	border: none;
	outline: none;
	width: 150px;
	height: 45px;
	border-radius: 5px;
	background: #BA070A;
	color: white;
	font-size: 16px;
	display: inline-block;
}

.user_rid3_2 {
	border: 1px solid #C9C9C9;
	outline: none;
	width: 150px;
	height: 45px;
	border-radius: 5px;
	background: white;
	color: #8D8D8D;
	font-size: 16px;
	display: inline-block;
	margin-left: 70px;
}

.hytc_tops {
	width: 100%;
}

.hytc_tops img {
	width: 100%;
	display: block;
}

.hytc_cens {
	width: 100%;
}

.hytc_cen {
	width: 100%;
	margin-bottom: 200px;
	display: flex;
	flex-wrap: wrap;
}

.hytc_cen1 {
	border: 2px solid #EAEBED;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 25px;
	padding: 35px;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hytc_cen1:nth-child(4n) {
	margin-right: 0;
}

.hytc_cen2 {
	width: 100%;
	font-size: 28px;
	color: #1C1E1F;
	font-weight: bold;
	font-style: italic;
}

.hytc_cen3 {
	width: 100%;
	margin-top: 40px;
	font-size: 18px;
	color: #1C1E1F;
	font-weight: bold;
	font-style: italic;
}

.hytc_cen3 span {
	font-size: 48px;
}

.hytc_cen4 {
	width: 100%;
	margin-top: 25px;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	text-decoration: line-through;
}

.hytc_cen5 {
	width: 75px;
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.hytc_cen1.on {
	border: 2px solid #D49C41;
	background: #FFF8F3;
}

.hytc_cen1.on .hytc_cen5 {
	display: block;
}

.hytc_downs {
	width: 100%;
	box-shadow: 0 -3px 20px rgba(26, 25, 26, .16);
}

.hytc_down {
	width: 100%;
	margin: 25px auto;
	display: inline-block;
}

.hytc_down1 {
	float: left;
}

.hytc_down1_1 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666666;
}

.hytc_down1_1:last-child {
	margin-bottom: 0;
}

.hytc_down1_1 span {
	color: #333333;
	font-weight: bold;
}

.hytc_down2 {
	float: right;
	display: flex;
}

.hytc_down3 {
	width: 500px;
}

.hytc_down3_1 {
	width: 100%;
}

.hytc_down3_1_1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.hytc_down3_1_2 {
	color: #F62021;
	font-size: 16px;
	font-weight: bold;
}

.hytc_down3_1_3 {
	color: #F62021;
	font-size: 30px;
	font-weight: bold;
}

.hytc_down3_2 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}

.hytc_down3_2 div {
	display: inline-block;
	vertical-align: middle;
}

.hytc_down3_2 a {
	color: #F62021;
}

.hytc_down4 {
	border: 2px solid #FF410F;
	outline: none;
	width: 295px;
	height: 90px;
	border-radius: 15px;
	background: linear-gradient(to right, #FF6A40, #F7544E);
	font-size: 30px;
	color: white;
	font-weight: bold;
	margin-left: 10px;
}

.bqgl_box {
	width: 100%;
	background: #F6F7F9;
	padding: 20px 90px;
}

.bqgl_bo {
	width: 100%;
	background: white;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(26, 25, 26, .3);
	padding: 40px;
}

.bqgl_boa {
	width: 100%;
	display: inline-block;
}

.bqgl_boa1 {
	float: left;
	display: flex;
}

.bqgl_boa1_1 {
	line-height: 35px;
	font-size: 15px;
	color: #333333;
}

.bqgl_boa1_2 {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 280px;
	height: 35px;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 14px;
	margin-left: 10px;
}

.bqgl_boa1_3 {
	border: none;
	outline: none;
	width: 90px;
	height: 35px;
	border-radius: 5px;
	margin-left: 10px;
	background: #D81E06;
	color: white;
	font-size: 14px;
}

.bqgl_boa1_4 {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 90px;
	height: 35px;
	border-radius: 5px;
	margin-left: 10px;
	color: #606266;
	font-size: 14px;
	background: white;
}

.bqgl_boa2 {
	float: right;
	display: flex;
}

.bqgl_boa2_1 {
	width: 125px;
	height: 35px;
	border-radius: 5px;
	margin-right: 10px;
	background: #D81E06;
	color: white;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 35px;
}

.bqgl_boa2_1:last-child {
	margin-right: 0;
}

.bqgl_bob {
	width: 100%;
	margin-top: 25px;
	overflow: hidden;
	overflow-x: auto;
}

.bqgl_bob table {
	border: 1px solid #EBEEF5;
	width: 100%;
}

.bqgl_bob tr {
	width: 100%;
}

.bqgl_bob td {
	border-bottom: 1px solid #EBEEF5;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	color: #666666;
}

.bqgl_bob tr:nth-child(odd) td {
	background: #F7EEEE;
}

.bqgl_bob tr:last-child td {
	border-bottom: 0;
}

.bqgl_bob tr:first-child td {
	background: #C81414;
	color: white;
}

.bqgl_bob td:first-child {
	text-align: left;
	color: #C90E0E;
}

.bqgl_bob1 {
	width: 100%;
	display: flex;
}

.bqgl_bob1_1 {
	border-right: 1px solid #D9D9D9;
	width: 25%;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #666666;
}

.bqgl_bob1_1:last-child {
	border-right: 0;
	color: #C90E0E;
}

.bqgl_bob1_1 img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.bqgl_bob1_1 span {
	display: inline-block;
	vertical-align: middle;
}

.jcxt_box {
	width: 100%;
	background: #F5F5F5;
}

.jcxt_bo {
	width: 100%;
	margin: 125px auto;
	text-align: center;
	font-family: "youshebiaotihei";
	font-size: 44px;
	color: rgba(0, 0, 0, .5);
}

.jcxt_bo img {
	width: 435px;
	display: block;
	margin: auto;
	margin-bottom: 40px;
}

.template_tops {
	width: 100%;
	box-shadow: 0 5px 5px rgba(48, 48, 48, .1);
	padding: 15px 20px;
	display: inline-block;
}

.template_top1 {
	float: left;
	display: flex;
}

.template_top1_1 {
	line-height: 35px;
	font-size: 16px;
	color: #333333;
}

.template_top1_2 {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 185px;
	height: 35px;
	padding: 0 15px;
	font-size: 14px;
	margin-left: 10px;
}

.template_top2 {
	float: right;
	display: flex;
}

.template_top2_1 {
	border: 1px solid #C81414;
	width: 110px;
	height: 40px;
	border-radius: 10px;
	background: #F8DEDE;
	color: #C81414;
	font-size: 14px;
}

.template_top2_2 {
	border: none;
	outline: none;
	background: #C81414;
	color: white;
	font-size: 14px;
	width: 70px;
	height: 40px;
	border-radius: 10px;
	margin-left: 20px;
}

.template_top2_3 {
	border: 1px solid #DCDFE6;
	outline: none;
	background: white;
	color: #606266;
	font-size: 14px;
	width: 70px;
	height: 40px;
	border-radius: 10px;
	margin-left: 20px;
}

.template_cens {
	width: 100%;
	height: 810px;
	background: #F6F7F9;
	display: flex;
}

.template_adds {
	width: 80px;
	height: 100%;
	background: #C81414;
}

.template_add {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: white;
}

.template_add img {
	height: 30px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.template_add:hover {
	background: #AF0505;
}

.template_box {
	width: calc(100% - 80px);
	height: 100%;
	overflow: hidden;
	padding-left: calc(355px + 30px);
	padding-right: calc(385px + 30px);
	position: relative;
}

.template_left {
	width: 355px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	left: -340px;
	top: 0;
}
.template_left.on{
	left: 0;
}
.template_lef {
	width: 340px;
	height: 100%;
	background: white;
	padding: 35px 25px;
	overflow: hidden;
	overflow-y: auto;
}

.template_let {
	width: 15px;
}

.template_lefa {
	width: 100%;
	display: inline-block;
}

.template_lefa1 {
	float: left;
	font-size: 16px;
	color: #233650;
	margin-right: 15px;
}

.template_lefa2 {
	width: 140px;
	height: 80px;
	display: block;
	float: left;
}

.template_lefa3 {
	width: 15px;
	margin-left: 10px;
	float: left;
}

.template_lefb {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}

.template_lefb1 {
	border: 2px solid #D9D9D9;
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 3px;
	float: left;
}

.fcolorpicker-curbox {
	width: 100% !important;
	height: 100% !important;
}

.template_lefc {
	width: 100%;
	margin-top: 20px;
}

.template_lefd {
	border: 1px solid #D9D9D9;
	width: 100%;
	height: 45px;
	background: #FAFAFA;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.template_lefd:last-child {
	margin-bottom: 0;
}

.template_lefd1 {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.template_lefd2 {
	width: calc(100% - 20px - 50px - 20px - 10px);
	height: 100%;
	line-height: 45px;
	margin: 0 25px;
	font-size: 16px;
	color: #262626;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.template_lefd3 {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.template_right {
	width: 385px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: -370px;
	top: 0;
}
.template_right.on{
	right: 0;
}
.template_rigt {
	width: 15px;
}

.template_righ {
	width: 370px;
	height: 100%;
	background: white;
	padding: 30px 25px;
	overflow: hidden;
	overflow-y: auto;
}

.template_rig {
	width: 100%;
	
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgcolor {
	background: linear-gradient(to bottom, #D61011, #E5595A);
}

.template_gutter {
	padding-left: 7%;
	padding-right: 7%;
}

.template_riga {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 15px;
}

.template_riga1 {
	width: 100%;
	background: white;
	border-radius: 15px;
	padding: 10px;
	position: relative;
}

.template_riga2 {
	width: 100%;
	height: 350px;
}

.template_riga2 .swiper {
	width: 100%;
	height: 100%;
}

.template_riga2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.template_riga2_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.template_riga3 {
	width: 25px;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 1;
}

.template_rigb {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 35px;
}

.template_rigb1 {
	width: 100%;
}

.template_rigb1_1 {
	width: 100%;
	font-size: 12px;
	color: white;
}

.template_rigb1_2 {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.template_rigb1_3 {
	float: left;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.template_rigb1_4 {
	float: right;
	font-size: 14px;
	color: white;
}

.template_rigb1_4 img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.template_rigb1_4 span {
	display: inline-block;
	vertical-align: middle;
}

.template_rigb2 {
	width: 100%;
	background: white;
	border-radius: 10px;
	margin-top: 30px;
	padding: 10px 20px;
}

.template_rigb3 {
	border-bottom: 1px solid #D2D2D2;
	width: 100%;
	padding: 15px 0;
	display: flex;
}

.template_rigb3:last-child {
	border-bottom: 0;
}

.template_rigb3_1 {
	width: 100px;
	font-size: 13px;
	color: #808080;
}

.template_rigb3_2 {
	width: calc(100% - 100px);
	font-size: 13px;
	color: #000000;
}

.template_rigc {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.template_rigc1 {
	width: 100%;
}

.template_rigc1_1 {
	width: 100%;
	font-size: 12px;
	color: #D61011;
}

.template_rigc1_2 {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.template_rigc1_3 {
	float: left;
	font-size: 18px;
	color: #D61011;
	font-weight: bold;
}

.template_rigc1_4 {
	float: right;
	font-size: 14px;
	color: #D61011;
}

.template_rigc2 {
	border-top: 1px solid #D61011;
	width: 100%;
	margin-top: 15px;
	padding: 15px 0;
}

.template_rigc3 {
	width: 100%;
	display: flex;
}

.template_rigc3:nth-child(1) {
	background: #F7E5E5;
}

.template_rigc3_1 {
	width: 43%;
	padding: 10px 5px;
	font-size: 13px;
	color: #D61011;
}

.template_rigc3_2 {
	width: 35%;
	padding: 10px 5px;
	font-size: 13px;
	color: #D61011;
}

.template_rigc3_3 {
	width: 22%;
	padding: 10px 5px;
	font-size: 13px;
	color: #D61011;
}

.template_rigc3:first-child .template_rigc3_1 {
	font-weight: bold;
}

.template_rigc3:first-child .template_rigc3_2 {
	font-weight: bold;
}

.template_rigc3:first-child .template_rigc3_3 {
	font-weight: bold;
}
 
.template_rigc3.on .template_rigc3_1 {
	/* font-weight: bold; */
}

.template_rigc3.on .template_rigc3_2 {
	font-weight: bold;
}

.template_rigc3.on .template_rigc3_3 {
	font-weight: bold;
}
.template_rigc4 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #D61011;
	text-align: center;
}

.template_rigd {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 25px;
}

.template_rigd1 {
	width: 100%;
	margin-top: 10px;
}

.template_rigd1_1 {
	width: 100%;
	background: white;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

.template_rigd1_1:last-child {
	margin-bottom: 0;
}

.template_rigd1_1 video {
	width: 100%;
	display: block;
}

.template_rige {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 25px;
}

.template_rige1 {
	width: 100%;
	border-radius: 20px;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.template_rige2 {
	width: 32%;
	margin: 10px 0;
	margin-right: 2%;
	text-align: center;
	font-size: 12px;
	display: block;
}

.template_rige2:nth-child(3n) {
	margin-right: 0;
}

.template_rige2:last-child {
	margin-right: 0;
}

.template_rige2 img {
	max-width: 90%;
	height: 30px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.template_rige2 div {
	width: 100%;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.template_rige3 {
	width: 100%;
	display: inline-block;
}

.template_rige3_1 {
	width: 32%;
	height: 25px;
	border-radius: 5px;
	background: white;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #D61011;
	display: block;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
}

.template_rige3_1:nth-child(3n) {
	margin-right: 0;
}
.template_rigf{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
        font-size: 13px;
    color: #D61011;
}
.template_bo {
	width: 100%;
	height: 100%;
	padding: 45px 0;
	overflow: hidden;
	overflow-y: auto;
}

.template_imgs {
	width: 100%;
}

.template_imga {
	width: 100%;
}

.template_imga1 {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}

.template_imga2 {
	border: 2px solid #D9D9D9;
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 3px;
	background: white;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.template_imga3 {
	width: 15px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.template_imgb {
	width: 100%;
	margin-top: 20px;
}

.template_imgb1 {
	width: 100%;
	display: inline-block;
}

.template_imgb1_1 {
	float: left;
	font-size: 18px;
	color: #333333;
}

.template_imgb1_2 {
	width: 15px;
	display: block;
	float: right;
}

.template_imgb2 {
	width: 100%;
	margin-top: 10px;
}

.template_imgb3 {
	width: 100%;
	display: inline-block;
}

.template_imgb3_1 {
	width: 15%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
}

.template_imgb3_1:nth-child(6n) {
	margin-right: 0;
}

.template_imgb3_5 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
}

.template_imgb3_5:nth-child(3n) {
	margin-right: 0;
}

.template_imgb3_2 {
	width: 100%;
	display: block;
}

.template_imgb3_3 {
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	height: 160px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.template_imgb3_4 {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.template_imgb3_4_1 {
	float: left;
	display: flex;
}

.template_imgb3_4_1 img {
	height: 15px;
	display: block;
	margin-right: 5px;
}

.template_imgb3_4_1 img:last-child {
	margin-right: 0;
}

.template_imgb3_4_2 {
	height: 15px;
	display: block;
	float: right;
}

.template_pros {
	width: 100%;
}

.template_proa {
	width: 100%;
	display: inline-block;
}

.template_proa1 {
	float: left;
	display: flex;
}

.template_proa1_1 {
	margin-right: 20px;
	font-size: 16px;
	color: #262626;
}

.template_proa1_1:last-child {
	margin-right: 0;
}

.template_proa1_1 span {
	display: inline-block;
	vertical-align: middle;
}

.template_proa1_1 img {
	width: 15px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.template_proa1_1 input {
	margin-left: 10px;
}

.template_proa2 {
	float: right;
	display: flex;
}

.template_proa2_1 {
	border: 1px solid #C81414;
	height: 30px;
	border-radius: 2px;
	background: #F8DEDE;
	padding: 0 15px;
	display: block;
	margin-right: 10px;
	font-size: 12px;
	color: #C81414;
}

.template_proa2_1:last-child {
	margin-right: 0;
}

.template_proa2_1 span {
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.template_proa2_1 img {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.template_prob {
	width: 100%;
	margin-top: 20px;
}

.template_prob1 {
	border: 1px solid #F0F0F0;
	width: 100%;
	height: 55px;
	margin-bottom: 2px;
	background: white;
	display: flex;
}

.template_prob1:last-child {
	margin-bottom: 0;
}

.template_prob1_1 {
	width: 200px;
	height: 100%;
	padding: 0 30px;
	line-height: 55px;
	font-size: 14px;
	background: #F8EAEA;
}

.template_prob1_1 select {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 100%;
	height: 35px;
	margin-top: 10px;
	border-radius: 2px;
	padding: 0 15px;
	padding-right: 25px;
	font-size: 14px;
	color: #606266;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select_1.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.template_prob1_1 img {
	height: 15px;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.template_prob1_2 {
	width: calc(100% - 200px);
	height: 100%;
	padding: 5px 15px;
	display: flex;
}

.template_prob1_3 {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #606266;
}

.template_prob1_4 {
	width: 100%;
	height: 100%;
	display: flex;
}

.template_prob1_4 input {
	border: 1px solid #DCDFE6;
	outline: none;
	width: calc(100% - 110px);
	height: 100%;
	padding: 0 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #606266;
}

.template_prob1_4 button {
	border: none;
	outline: none;
	width: 100px;
	height: 100%;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	background: #E41616;
	margin-left: 10px;
}

.pro_cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10002;
}

.pro_tcs {
	width: 660px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pro_tca {
	width: 100%;
	padding: 15px 20px;
	background-color: #f7f9ff;
	display: inline-block;
}

.pro_tca1 {
	font-size: 16px;
	color: #233650;
	float: left;
}

.pro_tca2 {
	height: 15px;
	display: block;
	float: right;
}

.pro_tcb {
	width: 100%;
	padding: 30px 20px;
}

.pro_tcb1 {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.pro_tcb1:last-child {
	margin-bottom: 0;
}

.pro_tcb1_1 {
	width: 120px;
	line-height: 30px;
	font-size: 16px;
	color: #233650;
	text-align: right;
}

.pro_tcb1_1 span {
	color: #f56c6c;
	margin-right: 5px;
}

.pro_tcb1_2 {
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	outline: none;
	width: calc(100% - 190px);
	height: 30px;
	color: #606266;
	padding: 0 15px;
	font-size: 14px;
}

.pro_tcb1_3 {
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	width: 130px;
	height: 30px;
	overflow: hidden;
	display: flex;
}

.pro_tcb1_3_1 {
	width: 35px;
	height: 100%;
	background: #f5f7fa;
	color: #606266;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
}

.pro_tcb1_3_2 {
	border: none;
	border-left: 1px solid #dcdfe6;
	border-right: 1px solid #dcdfe6;
	outline: none;
	width: calc(100% - 70px);
	height: 100%;
	text-align: center;
	color: #606266;
	font-size: 14px;
}

.pro_tcb1_4 {
	width: 60px;
	display: block;
}
.pro_tcb1_5{
	width: calc(100% - 190px);
}
.pro_tcb1_5_1{
	border: none;
	outline: none;
	    width: 90px;
		height: 35px;
		background: #E41616;
		color: white;
		font-size: 14px;
		    border-radius: 4px;
			text-align: center;
			line-height: 35px;
			display: block;
}
.pro_tcb1_5_2{
	width: 100%;
	margin-top: 10px;
	    font-size: 14px;
	    color: #606266;
}
.pro_tcc {
	width: 100%;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
	padding: 20px;
	text-align: center;
}

.pro_tcc1 {
	border: none;
	outline: none;
	width: 90px;
	height: 35px;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
	background: #E41616;
	color: white;
}

.pro_tcc2 {
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	outline: none;
	width: 90px;
	height: 35px;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
	margin-left: 10px;
}

.template_nutrition {
	width: 100%;
}

.template_nutria {
	width: 100%;
	display: inline-block;
}

.template_nutria1 {
	float: left;
	display: flex;
}

.template_nutria1_1 {
	line-height: 35px;
	font-size: 16px;
	color: #262626;
}

.template_nutria1_2 {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 115px;
	height: 35px;
	margin-left: 10px;
	border-radius: 5px;
	padding: 0 15px;
	padding-right: 25px;
	font-size: 14px;
	color: #606266;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select_1.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.template_nutria1_3 {
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	display: flex;
	font-size: 14px;
	color: #303133;
}

.template_nutria1_3 input {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 100px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #606266;
	background: white;
}

.template_nutrib {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	overflow-x: auto;
}

.template_nutrib table {
	border: 1px solid #F8EAEA;
	width: 100%;
	background: white;
}

.template_nutrib tr {
	width: 100%;
}

.template_nutrib td {
	border-bottom: 1px solid #F8EAEA;
	padding: 15px 10px;
}

.template_nutrib tr:last-child td {
	border-bottom: 0;
}

.template_nutrib td:nth-child(4) {
	text-align: center;
}

.template_nutrib td:nth-child(5) {
	text-align: center;
}

.template_nutrib tr:first-child td {
	font-size: 14px;
	color: #333333;
	background: #F8EAEA;
}

.template_nutrib1 {
	width: 100%;
	font-size: 14px;
	color: #6F7374;
}

.template_nutrib2 {
	width: 100%;
	display: flex;
	line-height: 35px;
	font-size: 14px;
	color: #6F7374;
}

.template_nutrib2 input {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 100px;
	height: 35px;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 14px;
	color: #6F7374;
	text-align: center;
}

.template_nutrib3 {
	border: 2px solid #DCDFE6;
	background: #DCDFE6;
	width: 40px;
	height: 20px;
	border-radius: 20px;
	margin: auto;
	position: relative;
}

.template_nutrib3 div {
	width: 15px;
	height: 15px;
	background: white;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.template_nutrib3.on {
	border: 2px solid #13CE66;
	background: #13CE66;
}

.template_nutrib3.on div {
	left: calc(100% - 15px);
}

.template_nutrib4 {
	font-size: 14px;
	color: #C0C4CC;
	display: block;
	text-align: center;
}

.template_nutrib4.on {
	color: red;
}

.template_nutric {
	width: 100%;
	margin-top: 10px;
	display: flex;
}

.template_nutric1 {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 180px;
	height: 35px;
	border-radius: 3px;
	background-color: white;
	padding: 0 15px;
	padding-right: 30px;
	font-size: 14px;
	color: #6F7374;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select_1.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 15px auto;
}

.template_nutric2 {
	border: none;
	outline: none;
	width: 90px;
	height: 35px;
	border-radius: 3px;
	background: #C81414;
	font-size: 14px;
	color: white;
	margin-left: 10px;
}

.template_nutric3 {
	border: 1px solid #C81414;
	outline: none;
	width: 90px;
	height: 35px;
	border-radius: 3px;
	background: #F8DEDE;
	font-size: 14px;
	color: #C81414;
	margin-left: 10px;
}

.template_nutrid {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #6F7374;
}

.template_nutrid input[type=checkbox] {
	border: 1px solid #DCDFE6;
	background: white;
	margin-right: 5px;
}

.template_nutrid span {
	display: inline-block;
	vertical-align: middle;
}

.template_nutrid.on {
	color: #C81414;
}

.template_nutrie {
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}

.template_audios {
	width: 100%;
}

.template_audio1 {
	width: 100%;
	font-size: 14px;
	color: #939593;
}

.template_audio1 span {
	margin-right: 10px;
	font-size: 16px;
	color: #000000;
}

.template_audio2 {
	width: 100%;
	margin-top: 30px;
}

.template_audio2_1 {
	width: 230px;
	padding: 10px 0;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 7px;
	background: linear-gradient(#C81414 0%, #8A0000 100%);
}

.template_audio2_1_1 {
	border-right: 1px solid white;
	width: 60px;
	float: left;
}

.template_audio2_1_1 img {
	width: 15px;
	display: block;
	margin: auto;
}

.template_audio2_1_2 {
	width: calc(100% - 60px);
	text-align: center;
	font-size: 16px;
	color: white;
	float: left;
}

.template_audio2_2 {
	font-size: 14px;
	color: #939593;
	margin-left: 10px;
	display: inline-block;
	vertical-align: bottom;
}

.template_audio3 {
	width: 100%;
	margin-top: 40px;
}

.template_audio3 audio {
	display: inline-block;
	vertical-align: bottom;
}

.template_audio3 img {
	width: 15px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
}

.template_cljs {
	width: 100%;
}

.template_clj1 {
	width: 100%;
	font-size: 16px;
}

.template_clj2 {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	overflow-x: auto;
}

.template_clj2 table {
	border: 1px solid #F9EBEB;
	width: 100%;
	background: white;
}

.template_clj2 tr {
	width: 100%;
}

.template_clj2 td {
	border-bottom: 1px solid #F9EBEB;
	padding: 5px 10px;
}

.template_clj2 tr:last-child td {
	border-bottom: 0;
}

.template_clj2 tr:first-child td {
	background: #F9EBEB;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.template_clj2 input[type='checkbox'] {
	display: block;
	margin: auto;
}

.template_clj2 img {
	max-width: 100%;
	width: 30px;
	display: block;
	margin: auto;
}

.template_clj2_1 {
	border: 1px solid #DCDFE6;
	outline: none;
	width: 100%;
	height: 35px;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 16px;
	color: #606266;
}

.template_clj2_2 {
	border: 1px solid #DCDFE6;
	outline: none;
	max-width: 100%;
	width: 100px;
	height: 35px;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 16px;
	color: #606266;
	display: block;
	text-align: center;
	margin: auto;
}

.template_clj3 {
	width: 55px;
	height: 30px;
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	background: #C81414;
	color: white;
	font-size: 16px;
}
.template_annexs{
	width: 100%;
}
.template_annex1{
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
}
.template_annex2{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	overflow-x: auto;
}
.template_annex2 table{
	border: 1px solid #F9EBEB;
	width: 100%;
	background: white;
}
.template_annex2 tr{
	width: 100%;
}
.template_annex2 td{
	border-bottom: 1px solid #F9EBEB;
	padding: 10px;
	font-size: 16px;
	color: #606266;
}
.template_annex2 tr:last-child td{
	border-bottom: 0;
}
.template_annex2 tr:first-child td{
	background: #F9EBEB;
}
.template_annex2 input[type='checkbox']{
	display: block;
	margin: auto;
}
.template_annex2_1{
	width: 100%;
	display: flex;
}
.template_annex2_1_1{
	border-right: 1px solid #C9CCD3;
	width: 50%;
	text-align: center;
	font-size: 14px;
	color: #C81414;
}
.template_annex2_1_2{
	width: 50%;
	text-align: center;
	font-size: 14px;
	color: #C0C4CC;
}
.template_annex3{
	width: 55px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	background: #C81414;
	font-size: 16px;
	color: white;
	margin-top: 10px;
}
.smyl_tcs{
	width: 660px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.smyl_tc1{
	    width: 100%;
	    padding: 15px 20px;
	    background-color: #F8EAEA;
	    display: inline-block;
}
.smyl_tc1_1 {
    font-size: 16px;
    color: #C81414;
    float: left;
}
.smyl_tc2{
	width: 100%;
	padding: 30px;
}
.smyl_tc2_1{
	max-width: 100%;
	width: 270px;
	display: block;
	margin: auto;
}
.smyl_tc2_2{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: #606266;
}
.smyl_tc2_3{
	width: 90px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	margin: auto;
	margin-top: 15px;
	border-radius: 3px;
	background: #C81414;
	color: white;
	font-size: 14px;
}
.mbxz_tcs{
	width: 1280px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mbxz_tc1{
	width: 100%;
	height: 600px;
	padding: 30px 40px;
	overflow: hidden;
	overflow-y: auto;
}
.mbxz_tc2{
	width: 100%;
	display: inline-block;
}
.mbxz_tc2_1{
	width: 32%;
	float: left;
	margin: 5px 0;
	margin-right: 2%;
}
.mbxz_tc2_1:nth-child(3n){
	margin-right: 0;
}
.mobile_box{
	width: 750px;
	margin: auto;
}
.template_table{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    overflow-x: auto;
}
.template_table table{
    border: 1px solid #EEE;
    width: 100%;
    background: white;
}
.template_table tr{
    width: 100%;
}
.template_table td{
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 10px;
    text-align: center;
}
.template_table tr:first-child td{
    background: #FAFAFA;
        font-size: 16px;
    color: #262626;
}
.template_table tr:last-child td{
    border-bottom:0;
}
.template_table td:last-child{
    border-right: 0;
}
.template_table1{
    border: none;
    outline: none;
    width: 100%;
      font-size: 14px;
    color: #262626;
    text-align: center;
}
.template_table2{
    border: 1px solid #C81414;
    outline: none;
    width: 90px;
    height: 30px;
    border-radius: 5px;
    background: #F8DEDE;
    color: #C81414;
    font-size: 14px;
}
.template_but{
        border: none;
    outline: none;
    background: #C81414;
    color: white;
    font-size: 14px;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.template_ritabs{
    width: 100%;
        padding-top: 15px;
    padding-bottom: 15px;
}
.template_ritab{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.template_ritab table {
    border: 1px solid #EEE;
    width: 750px;
    background: white;
}
.template_ritab tr{
    width: 100%;
}
.template_ritab td{
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 10px;
   font-size: 14px;
    color: #262626;
    text-align: center;
}
.template_ritab tr:first-child td{
    background: #FAFAFA;
        font-size: 16px;
    color: #262626;
}
.template_ritab tr:last-child td{
    border-bottom:0;
}
.template_ritab td:last-child{
    border-right: 0;
}