.margin10b {
	margin-bottom: 15px;
}

.weight {
	font-weight: 600;
}

.hrefbox a {
	width: 90%;
	display: flex;
	border-bottom: 1px #f5f5f5 solid;
	padding: 1rem 3% 1rem 1.2rem;
}

.hrefbox a div {
	flex-direction: column;
	font-size: 16px;
}

.hrefbox a div.layui-icon {
	margin-left: auto;
	color: #999;
	margin-right: 1%;
}

.hrefbox a div img {
	width: 19px;
	margin-right: .5rem;
}

.hrefbox .layui-collapse .layui-icon {
	left: 90%;
	color: #999;
	font-size: 16px;
}

.marketing h2.layui-colla-title {
	text-align: left;
	padding: .4rem 1rem .4rem 1.6rem !important;
	font-weight: 600;
	background: none;
}

.marketing h2.layui-colla-title b {
	width: 5px;
	height: 18px;
	background: #4AC25E;
	float: left;
	margin: 12px 1rem 0 0;
}

.marketing .layui-colla-item {
	border: none;
	border-bottom: 1px #f5f5f5 solid;
}

.marketing .layui-collapse,
.marketing .layui-colla-content {
	border: none;
	font-weight: normal;
}

.marketing .layui-colla-content {
	padding: 0 28px;
}

.commonqueston {
	display: flex;
	padding: .6rem 1.3rem;
}

.commonqueston div {
	flex-direction: column;
}

.commonqueston div a {
	padding: 0;
	width: 110%;
	text-align: left;
}

.commonqueston .div1 {
	width: 2rem;
	height: 1.8rem;
	background: url('/static/shared/images/helpicon6.png') no-repeat center;
	background-size: 100%;
	color: #fff;
	line-height: 1.55rem;
	text-align: center;
	margin-right: .5rem;
}

.padding {
	padding: 1rem 1.2rem .2rem;
	font-size: 16px;
	font-weight: 600;
}

.graybar {
	width: 100%;
	height: .4rem;
	background: #F5F5F5;
}

hr {
	background: #f5f5f5;
}

.feedback {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.feedback a {
	width: 100%;
	background: #4AC25E;
	line-height: 3rem;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
	.feedback {
		width: 620px;
		margin: 0 auto;
		position: inherit;
	}
}
