body {
	margin: 0px;
}

#app {
	font-size: 38px;
	font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial",
		"PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei",
		"Microsoft JhengHei", SimSun, sans-serif;
}

@media only screen and (min-width: 320px) {
	#app {
		font-size: 42.666px !important;

	}
}

@media only screen and (min-width: 360px) {
	#app {
		font-size: 48px !important;

	}
}

@media only screen and (min-width: 375px) {
	#app {
		font-size: 50px !important;

	}
}

@media only screen and (min-width: 414px) {
	#app {
		font-size: 55.2px !important;

	}
}

@media only screen and (min-width: 480px) {
	#app {
		font-size: 64px !important;

	}
}

@media only screen and (min-width: 560px) {
	#app {
		font-size: 74.666px !important;

	}
}

@media only screen and (min-width: 640px) {
	#app {
		font-size: 85.333px !important;

	}
}

@media only screen and (min-width: 720px) {
	#app {
		font-size: 96px !important;

	}
}

@media only screen and (min-width: 750px) {
	#app {
		font-size: 100px !important;

	}
}

@media only screen and (min-width: 800px) {
	#app {
		font-size: 106.666px !important;

	}
}

@media only screen and (min-width: 960px) {
	#app {
		font-size: 128px !important;
	}
}

.consulting_pad {
	display: flex;
	position: fixed;
	top: 0;
	width: 85%;
	background-color: #fff;
	z-index: 99;
}

#title {
	height: 2.8em;
	line-height: 3.2em;
	font-size: .35em;
	/* 	position: relative; */
	white-space: nowrap;
	display: flex;
	/* align-items: center; */
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-y: hidden;

}

.consulting_more {
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 10;
}

#title_list {
	display: flex;
	flex-wrap: wrap;
	padding: .5em;
	font-size: .3em;
	padding: .5em 1em 1.1em;
}

.consulting_title {
	border-radius: 0.2em;
	color: rgba(102, 102, 102, 1);
	background-color: rgba(247, 248, 250, 1);
	padding: 0.5em 0.5em;
	margin: .6em .6em 0 0;
}

.consulting_bg {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
}

.consulting_fixed {
	position: relative;
	

}

.consulting_blank {
	height: 1.1em;
}

.consulting_pad_pon div {
	padding: 0 .5em;
}
.consulting_pad_pon{
	width: 100%;
}
.consulting_pad::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.consulting_pad::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

#title_list::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.active {
	border-bottom: 3px solid #FBDA34;
	color: #333;
	z-index: 10;
}

.active_title_list {
	color: #333;
	background-color: #FBDA34 !important;
}

.consulting_img {
	box-shadow: 0px -9px 10px 9px #F8F8F8;
	    position: fixed;
	    top: 0em;
	    right: 0;
	    height: 1.13em;
	    display: flex;
	    z-index: 999;
	    justify-content: center;
		width: 15%;
}


.padding {
	padding-right: 4.3em !important;
	position: relative;
}

/* .padding::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.padding::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
} */

.consulting_content {
	padding: .4em 0;
	display: flex;
	position: relative;
}
.consulting_content img{
	    width: 1.7em;
		border-radius: .1em;
}	

.consulting_content::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.consulting_list {
	padding: 0 .35em;
	display: flex;
	flex-wrap: wrap;
}

.consulting_introduce_img {
	height: 1.5em;
	padding-left: 0.3em;
}

.consulting_introduce {
	font-size: .35em;
	display: flex;
	flex:1;
	color: 	#333333;
	padding-right: 1em;
}

.active_list {
	display: none !important
}

.consulting_video_list {
	padding: 0em .33em;
	display: flex;
	flex-wrap: wrap;
}

.consulting_video_introduce {
	    color: rgba(51, 51, 51, 1);
	    font-size: .3em;
	    line-height: 22px;
}

.consulting_video_content {
	width: 48%;
	padding: .2em 0;
}

.consulting_video_content:nth-child(odd) {
	padding-right: .25em;
}

.consulting_introduce_video_img {
	width: 3em;
	height: 2.5em;
}
