.content {
	padding:0.24rem;
	box-sizing:border-box;
}
.classify {
	width:100%;
	background:#fff;
	box-shadow:0 0.12rem 0.12rem rgba(41,67,97,0.04);
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	border-radius:0.24rem;
	padding:0.16rem 0;
}
.classify .classify_li {
	width:20%;
	display:flex;
	flex-direction:column;
	text-align:center;
	margin-top:0.16rem;
}
.classify span {
	font-size:0.20rem;
	color:rgba(172,172,172,1);
	margin-top:0.04rem;
}
.classify h4 {
	font-size:0.24rem;
	color:rgba(0,0,0,0.85);
	margin-top:0.2rem;
	font-weight:400;
}
.classify img {
	width:0.92rem;
	height:0.92rem;
	margin:0 auto;
}
.product {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:0.24rem;
}
.product .list_item {
	border-radius:0.12rem;
	width:3.42rem;
	padding:0 0.2rem 0.4rem;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 0.12rem 0.12rem rgba(41,67,97,0.04);
	margin-bottom:0.18rem;
}
.product .list_item img {
	width:2.33rem;
	height:1.23rem;
	margin:0.33rem auto;
}
.product .name,.product .category,.product .time{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	font-size:0.24rem;
	color:rgba(38,38,38,1);
	margin-top:0.16rem;
}
.product .minterm {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	font-size:0.24rem;
	color:rgba(38,38,38,1);
	margin-top:0.16rem;
}
.product .price {
	font-size:0.32rem;
	font-weight:600;
	color:rgba(255,125,0,1);
	margin-top:0.16rem;
}
.product .price span {
	color:rgba(191,191,191,1);
	font-size:0.22rem;
	font-weight:400;
}
.product .price i {
	font-size:0.24rem;
	font-style:normal;
	font-weight:400;
}
.product .name h3 {
	font-size:0.32rem;
	font-weight:500;
}
.product .name a {
	font-size:0.24rem;
	width:1.12rem;
	height:0.48rem;
	text-align:center;
	line-height:0.48rem;
}
.product label {
	font-size:0.24rem;
	color:rgba(170,170,170,1);
}
.product .minterm span {
	background:rgba(24,78,152,0.08);
	color:#587aea;
	margin-left:0.05rem;
	padding:0 0.04rem;
	border-radius:0.04rem;
	white-space:nowrap;
}
.product .name a {
	color:#fff;
	border-radius:0.8rem;
	background:linear-gradient(to right,rgba(255,174,53,1),rgba(247,102,1,1));
}
.product .name a:hover {
	color:#fff;
	border-radius:0.8rem;
	background:linear-gradient(to right,rgba(69,173,255,1),rgba(1,103,255,1));
}
.product_more {
	margin-top:0.3rem;
}
.product_more a {
	width:3.52rem;
	height:0.68rem;
	border-radius:0.5rem;
	background:rgba(255,247,232,1);
	box-shadow:0px 4px 12px  rgba(70,45,16,0.08);
	color:rgba(255,125,0,1);
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	font-size:0.2rem;
	margin:0 auto;
}
.product_more a img {
	width:0.22rem;
	height:0.22rem;
}
.accordion {
	width:100%;
	background:#FFF;
	display:flex;
	flex-direction:row;
}
.accordion .link {
	cursor:pointer;
	display:block;
	color:rgba(38,38,38,1);
	font-size:0.28rem;
	height:0.88rem;
	position:relative;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.accordion li:last-child .link {
	border-bottom:0;
}
.accordion li {
	width:1.38rem;
}
.accordion li:last-child {
	width:1.94rem;
}
.accordion li .icon {
	background:url(../img/icon7.png) no-repeat;
	background-size:0.22rem 0.12rem;
	width:0.22rem;
	height:0.12rem;
	margin-left:0.1rem;
}
.accordion li.open .link {
	color:rgba(255,125,0,1);
}
.accordion li.open .icon {
	background:url(../img/icon8.png) no-repeat;
	background-size:0.22rem 0.12rem;
	width:0.22rem;
	height:0.12rem;
}
.submenu {
	display:none;
}
.submenu_content {
	font-size:14px;
	position:absolute;
	z-index:999;
	width:100%;
	height:auto;
	margin-top:1px;
	left:0;
	border-radius:0px 0px 0.24rem 0.24rem;
	background:rgba(255,255,255,1);
}
.shade {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
	position:fixed;
	z-index:1;
	opacity:0.5;
	left:0;
	margin-top:1px;
}
.product_list {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:0.24rem;
}
.product_list .list_item {
	width:3.42rem;
	border-radius:12px;
	background:rgba(255,255,255,1);
	box-shadow:0px 12px 12px rgba(41,67,97,0.04);
	display:flex;
	flex-direction:column;
	margin-bottom:0.18rem;
	padding:0.30rem 0.20rem;
	box-sizing:border-box;
}
.product_list .list_item img {
	height:1.23rem;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.product_list .name {
	font-size:0.28rem;
	color:rgba(38,38,38,1);
	margin-top:0.5rem;
	overflow:hidden;
}
.product_list .minterm {
	display:flex;
	flex-direction:row;
	align-items:center;
	font-size:0.24rem;
	color:rgba(38,38,38,1);
	margin-top:0.16rem;
	overflow:auto;
	word-break:keep-all;
}
.product_list .minterm::-webkit-scrollbar {
	width:0;
	height:0;
}
.product_list .minterm span {
	background:rgba(24,78,152,0.08);
	color:#587aea;
	margin-left:0.05rem;
	padding:0 1px 0 0;
	border-radius:0.04rem;
	white-space:nowrap;
}
.product_list .price {
	font-size:0.32rem;
	font-weight:600;
	color:rgba(255,125,0,1);
	margin-top:0.16rem;
}
.product_list .price span {
	color:rgba(191,191,191,1);
	font-size:0.22rem;
	font-weight:400;
}
.product_list .price i {
	font-size:0.24rem;
	font-style:normal;
	font-weight:400;
}
.page {
	padding:0 0.24rem;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	width:100%;
	box-sizing:border-box;
}
.page div {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.page span {
	color:rgba(140,140,140,1);
	font-size:0.28rem;
}
.page input {
	width:0.8rem;
	height:0.68rem;
	opacity:1;
	border-radius:0.08rem;
	border:1px solid rgba(255,125,0,1);
	text-align:center;
	line-height:0.68rem;
	color:#000;
	margin:0 0.14rem;
}
.page button {
	width:1.64rem;
	height:0.68rem;
	opacity:1;
	border-radius:1rem;
	background:rgba(255,125,0,1);
	color:#fff;
	margin-left:0.16rem;
}
.page button.grey {
	background:rgba(170,170,170,1);
}
.group {
	display:flex;
	flex-direction:row;
	height:88%;
}
.group_l {
	width:30%;
	height:100%;
	background:#f7f7f7;
	overflow-y:auto;
	background:rgba(247,247,247,1);
}
.group_l ul li {
	width:100%;
	height:0.88rem;
	line-height:0.88rem;
	text-align:left;
	padding-left:0.2rem;
	color:#262626;
}
.group_l ul li.on {
	background:#fff;
	color:rgba(255,125,0,1);
}
.confirm {
	width:100%;
	height:12%;
	margin-bottom:3%;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	padding:0 0.32rem;
	box-sizing:border-box;
}
.confirm button {
	width:3.35rem;
	height:0.8rem;
	opacity:1;
	border-radius:12px;
	background:rgba(247,247,247,1);
	text-align:center;
	line-height:0.8rem;
}
.confirm button:nth-child(2) {
	background:rgba(255,125,0,1);
	color:#fff;
}
.group_r {
	width:70%;
	padding:0.14rem 0.32rem;
	height:100%;
	overflow-y:auto;
}
.tui-checkbox:checked {
	background:#fff
}
.tui-checkbox {
	width:15px;
	height:15px;
	background-color:#ffffff;
	border:solid 1px #1673ff;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size:0.8rem;
	margin:0 0.12rem 0 0;
	padding:0;
	position:relative;
	display:inline-block;
	vertical-align:top;
	cursor:default;
	-webkit-appearance:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transition:background-color ease 0.1s;
	transition:background-color ease 0.1s;
	outline:none;
}
.tui-checkbox:checked::after {
	content:'';
	top:3px;
	left:2px;
	position:absolute;
	background:transparent;
	border:#1673ff solid 2px;
	border-top:none;
	border-right:none;
	height:3px;
	width:6px;
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.checkbox label {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.checkbox {
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	width:100%;
	height:0.56rem;
	border-bottom:1px solid rgba(232,232,232,1);
	font-size:0.24rem;
	color:rgba(140,140,140,1);
}
.group_title {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	margin-top:0.26rem;
}
.group_title h2 {
	margin:0;
	font-size:0.28rem;
	font-weight:500;
	line-height:0.28rem;
	color:rgba(38,38,38,1);
}
.cut {
	opacity:1;
	display:flex;
	flex-direction:row;
	align-items:center;
	font-size:0.28rem;
	font-weight:400;
	letter-spacing:0px;
	line-height:0.28rem;
	color:rgba(38,38,38,1);
}
.cut img {
	width:0.3rem;
	height:0.3rem;
	margin-right:0.1rem;
}
.category_group_box {
	margin-top:0.5rem;
	display:none;
}
.category_group_box .category_group_box_close {
	float:right;
	display:inline-block;
	margin-right:0.2rem;
}
.category_group_box .category_group_title {
	display:none;
	height:0.5rem;
	line-height:0.5rem;
	padding-left:0.2rem;
	margin-top:0.2rem;
	background-color:#CCC;
}
.group_list, .group_list_word {
	display:none;
	padding-top:0.3rem;
	/*flex-direction:column;*/
}
.group_list_word .word {
	display:inline-block;
	padding:0.16rem;
	font-size:0.22rem;
	font-weight:400;
	line-height:0.4rem;
	margin-right:0.1rem;
	margin-bottom:0.16rem;
	border:#ddd 1px solid;
	border-radius:10px;
	color:#666666;
}
.accordion .group_list .bgs,.accordion .group_list_word .bgs {
	background:#fff8f0;
	border-radius:10px;
	border:#ff7d00 1px solid;
	color:#fc820b;
}
.accordion .group_list li {
	width:100%;
	padding:0.16rem;
	box-sizing:border-box;
	font-size:0.22rem;
	font-weight:400;
	line-height:0.4rem;
	margin-bottom:0.16rem;
	border:#ddd 1px solid;
	border-radius:10px;
	color:#666666;
}
.filtrate {
	width:100%;
	height:88%;
	padding:0.32rem;
	box-sizing:border-box;
	overflow-y:auto;
}
.filtrate i {
	font-size:0.24rem;
	font-style:normal;
	font-weight:400;
	color:rgba(0,0,0,1);
}
.filtrate h2 {
	font-size:0.32rem;
	font-weight:500;
	line-height:0.68rem;
	color:rgba(38,38,38,1);
	margin-right:0.16rem;
	margin-left:0;
}
.extent {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.filtrate input {
	border:#000000 1px solid;
	width:2.02rem;
	height:0.68rem;
	border-radius:0.08rem;
	border:1px solid rgba(191,191,191,1);
	text-align:center;
}
.filtrate .filtrate_list {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.filtrate span {
	height:0.68rem;
	border-radius:0.08rem;
	background:rgba(247,247,247,1);
	border:1px solid rgba(247,247,247,1);
	padding:0px 0.24rem;
	text-align:center;
	line-height:0.68rem;
	margin-right:0.16rem;
	margin-bottom:0.16rem;
}
.filtrate .filtrate_current {
	background:rgba(255,125,0,0.06);
	border:1px solid rgba(255,125,0,1);
	color:rgba(255,125,0,1);
}
.filtrate_list {
	margin-top:0.15rem;
}
.filtrate_figure,.filtrate_sort,.filtrate_sole {
	display:flex;
	flex-direction:column;
}
.modal {
	display:none;
	position:fixed;
	z-index:999;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.45);
}
#modal-content {
	width:100%;
	height:100vh;
	margin:0 auto;
	padding:0.37rem 0.45rem;
	box-sizing:border-box;
}
.modal-content {
	background:#fff;
	width:100%;
	height:100%;
	border-radius:0.24rem;
	background:rgba(255,255,255,1);
	box-sizing:border-box;
	overflow-y:auto;
	overflow-x:hidden;
}
.close {
	width:1.76rem;
	height:0.64rem;
	border-radius:0.36rem;
	background:linear-gradient(138.6deg,rgba(255,174,53,1) 0%,rgba(247,102,1,1) 100%);
	font-size:0.32rem;
	font-weight:500;
	line-height:0.64rem;
	color:rgba(255,255,255,1);
	text-align:center;
	margin:0.14rem auto .20rem;
}
.modal_title {
	width:100%;
	height:1rem;
	border-bottom:1px solid rgba(220,220,220,1);
	padding:0.34rem 0.32rem;
	box-sizing:border-box;
}
.modal_title h2 {
	height:0.32rem;
	font-size:0.32rem;
	font-weight:500;
	line-height:0.32rem;
	color:rgba(0,0,0,1);
}
.p_img {
	margin:0 auto;
	opacity:1;
	border-radius:8px;
	background:rgba(0,0,0,0);
}
.p_img div {
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.p_img img {
	max-width:4rem;
	max-height:4rem;
}
.p_img button {
	display:block;
	width:2.4rem;
	height:0.64rem;
	border-radius:.36rem;
	background:rgba(129,90,53,0.06);
	font-size:0.24rem;
	font-weight:400;
	line-height:32px;
	color:rgba(129,90,53,1);
	margin:0.16rem auto 0;
}
.modal-content ul {
	margin:0.28rem 0.32rem;
	border-bottom:1px solid rgba(220,220,220,1);
}
.modal-content ul li {
	margin-bottom:0.16rem;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
}
.modal-content h3 {
	font-size:0.28rem;
	width:1.40rem;
	height:0.40rem;
	font-weight:400;
	line-height:0.4rem;
	color:rgba(170,170,170,1);
	text-align:right;
	margin-right:0.1rem;
	box-sizing:border-box;
}
.modal-content span {
	line-height:0.40rem;
	color:rgba(38,38,38,1);
	font-size:0.28rem;
	width:4.3rem;
	margin-left:0.1rem;
}
.modal-content .cluster {
	width:0.75rem;
	height:0.32rem;
	border-radius:4px;
	background:rgba(24,78,152,0.08);
	font-size:0.24rem;
	color:rgba(46,83,137,1);
	text-align:center;
	line-height:0.32rem;
	margin-top:0.04rem;
	margin-right:0.08rem;
}
.modal-content .price {
	height:0.38rem;
	font-size:0.28rem;
	line-height:0.38rem;
	color:rgba(255,125,0,1);
	font-weight:700;
}
.modal-content i {
	height:0.38rem;
	font-size:0.24rem;
	font-weight:400;
	line-height:0.38rem;
	color:rgba(140,140,140,1);
	font-style:normal;
	margin-left:0.1rem;
}
.modal-content .contact {
	padding:0.48rem 0.32rem;
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-direction:row;
}
.contact .code div {
	width:1.68rem;
	height:1.68rem;
	border-radius:2px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(210,210,210,1);
	padding:0.07rem;
	box-sizing:border-box;
}
.contact .code img {
	width:1.54rem;
	height:1.54rem;
}
.contact .code p {
	width:1.68rem;
	height:0.38rem;
	font-size:0.20rem;
	font-weight:400;
	line-height:0.38rem;
	color:rgba(140,140,140,1);
	text-align:center;
}
.contact dl {
	width:100%;
	display:flex;
	flex-direction:column;
	margin-left:0.32rem;
}
.contact dl dt {
	font-size:0.24rem;
	font-weight:500;
	color:#000;
	width:100%;
	height:0.38rem;
}
.contact dl dd {
	display:flex;
	flex-direction:row;
	align-items:center;
	height:0.38rem;
	margin-top:0.08rem;
	font-size:0.24rem;
	font-weight:400;
}
.contact dl dd label {
	width:1rem;
	color:rgba(170,170,170,1);
}
.contact dl dd span {
	color:rgba(38,38,38,1);
}
.process,.issue {
	width:100%;
	border-radius:0.24rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0.08rem 0.12rem rgba(0,0,0,0.04);
	padding:0px 0px 0.32rem 0px;
	margin-bottom:0.24rem;
}
.process_title {
	width:3.68rem;
	height:0.64rem;
	background:url(../img/Rectangle80.png) no-repeat;
	background-size:3.68rem 0.64rem;
	margin:0 auto;
	font-size:0.32rem;
	font-weight:600;
	line-height:0.64rem;
	color:rgba(255,255,255,1);
	text-align:center;
	margin-bottom:0.4rem;
}
.process_content {
	padding:0 0.27rem;
	box-sizing:border-box;
}
.process_content dl {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	margin-top:0.24rem;
}
.process_content dt {
	width:0.73rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.process_content h1 {
	width:0.73rem;
	height:0.73rem;
	background:url(../img/Rectangl89.png);
	background-size:0.73rem 0.73rem;
	text-shadow:0px 4px 0px rgba(0,33,205,0.45);
	font-size:0.40rem;
	font-weight:700;
	color:rgba(255,255,255,1);
	box-sizing:border-box;
	padding:0.13rem;
	font-family:方正综艺简体;
}
.process_content dt span {
	width:0.03rem;
	height:0.42rem;
	background:rgba(218,218,218,1);
	margin:0 auto;
	margin-top:0.21rem;
}
.process_content dd {
	margin-left:0.2rem;
	border-bottom:1px solid rgba(223,223,223,1);
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	padding-bottom:0.24rem;
}
.process_content h4 {
	font-size:0.32rem;
	font-weight:500;
	color:#262626;
}
.process_content p {
	font-size:0.24rem;
	font-weight:400;
	line-height:0.44rem;
	color:rgba(140,140,140,1);
}
.issue_list {
	padding:0 0.2rem;
	width:100%;
	box-sizing:border-box;
}
.issue_list_item {
	width:100%;
	opacity:1;
	border-radius:0.24rem;
	background:rgba(247,247,247,1);
	padding:0.28rem .20rem;
	box-sizing:border-box;
	margin-bottom:0.2rem;
}
.issue_list_item dl {
	display:flex;
	flex-direction:column;
}
.issue_list_item dd {
	margin-top:0.2rem;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
}
.issue_list_item dt {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
}
.issue_list_item img {
	width:0.34rem;
	height:0.31rem;
}
.issue_list_item dt p {
	font-size:0.32rem;
	font-weight:500;
	line-height:0.375rem;
	color:#262626;
	margin-left:0.16rem;
}
.issue_list_item dd p {
	font-size:0.24rem;
	font-weight:400;
	line-height:0.36rem;
	color:rgba(140,140,140,1);
	margin-left:0.16rem;
}
.about {
	width:100%;
}
.contact_title {
	margin-top:0.1rem;
}
.contact_title img {
	width:100%;
}
.about_contact {
	margin-top:0.33rem;
	width:100%;
	opacity:1;
	border-radius:0.24rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0.08rem 0.12rem rgba(0,0,0,0.04);
	padding:0.32rem 0.24rem;
	box-sizing:border-box;
	overflow:hidden;
}
.about_contact p {
	font-size:0.28rem;
	font-weight:400;
	letter-spacing:0px;
	line-height:0.42rem;
	color:rgba(102,102,102,1);
	margin-bottom:0.32rem;
}
.about_contact strong {
	font-size:0.28rem;
	font-weight:400;
	color:rgba(255,125,0,1);
}
.about_contact img {
	width:2.54rem;
	height:1.46rem;
	float:right;
	margin-left:0.22rem;
}
.promise,.transaction_flow,.payment,.consult {
	margin-top:0.2rem;
}
.promise_contact ul {
	flex-direction:row;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:0.2rem;
}
.promise_contact li {
	width:3.40rem;
	height:2.38rem;
	border-radius:0.24rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 12px rgba(0,0,0,0.04);
	padding:0.24rem;
	margin-bottom:0.24rem;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.promise_contact  img {
	width:0.86rem;
	height:0.75rem;
	margin:0 auto;
}
.promise_contact p {
	font-size:0.28rem;
	font-weight:400;
	line-height:0.40rem;
	color:rgba(140,140,140,1);
	text-align:center;
	width:100%;
	margin-top:0.16rem;
}
.t_f_contact li {
	width:100%;
	border-radius:0.24rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 12px rgba(0,0,0,0.04);
	padding:0.24rem;
	margin-bottom:0.24rem;
	box-sizing:border-box;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
}
.t_f_contact img {
	width:0.86rem;
	height:0.58rem;
	margin-right:0.18rem;
}
.t_f_contact h4 {
	font-size:0.32rem;
	font-weight:500;
	line-height:0.37rem;
	color:rgba(0,0,0,1);
}
.t_f_contact p {
	font-size:0.24rem;
	font-weight:400;
	letter-spacing:0px;
	line-height:0.38rem;
	color:rgba(140,140,140,1);
	margin-top:0.08rem
}
.payment_contact,.consult_contact {
	display:flex;
	flex-direction:row;
	align-items:center;
	width:100%;
	border-radius:0.24rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 12px rgba(0,0,0,0.04);
	padding:0.24rem;
	margin-bottom:0.24rem;
	box-sizing:border-box;
}
.payment_contact img,.consult_contact img {
	width:0.88rem;
	height:0.88rem;
}
.payment_contact li {
	font-size:0.28rem;
	font-weight:400;
	line-height:0.40rem;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	margin-top:0.16rem;
}
.payment_contact span {
	width:1.4rem;
	text-align:right;
	color:rgba(170,170,170,1);
	margin-right:0.18rem;
}
.payment_contact span:nth-child(2) {
	width:4rem;
	color:rgba(38,38,38,1);
	text-align:left;
}
.consult_contact li {
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-left:0.24rem;
	margin-bottom:0.1rem;
	width:5.5rem;
}
.consult_contact li img {
	width:0.45rem;
	height:0.32rem;
}
.consult_contact li p {
	width:5rem;
	font-size:0.28rem;
	font-weight:400;
	color:rgba(38,38,38,1);
}