body {
	margin: 0; 
	padding: 0;
}
::-webkit-input-placeholder {
	color: #ffffff;
}
:-moz-placeholder {
	color: #ffffff;
}
::-moz-placeholder {
	color: #ffffff;
}
:-ms-input-placeholder {
	color: #ffffff;
}

.bg1 {
	margin-bottom: -4px;
	padding: 0;
	background: url("/index/brand/images/igni_app/bg1.png") no-repeat center center;
	background-size: cover;
	height: 680px;
	max-height: 750px;
	max-width: 100%;
}
.img-responsive {
	display: inline-block;
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
}
.bg {
	margin-bottom: -5px;
	padding: 0;
}
.bg6 {
	margin-bottom: -4px;
	padding: 0;
	background: url("/index/brand/images/igni_app/bg6.png") no-repeat center center;
	height: 750px;
	background-size: cover;
}
.nav {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: rgba(0 0 0 / 25%);
}
.menu ul {
	margin: 0 auto;
	margin-left: -40px;
	margin-top: 15px;
	width: 369px;
	/*height: 25px;*/
	text-align: center;
}
.menu ul li {
	list-style: none;/* 去掉小圆点 */
}
.menu ul a {
	text-decoration: none;/* 去掉下划线 */
}
.menu ul li{ /*一级菜单的样式 */
	float: left;
	/*height: 25px;
	line-height: 25px;*/
	text-align: center;
	font-size: 14px;/*字体大小*/
	color: #ffffff;
	/*font-weight: bold;*/
	margin: 0px 3px;
	padding: -1px;
	margin-bottom: 2px;
}
.menu ul li a { /*一级菜单的样式 */
	float: left;
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;/*字体大小*/
	color: #ffffff;
	font-weight: bold;
	/*font-weight: bold;*/
	/*background-color: #a43535;*/
	/*box-shadow: 0 0 1px 1px #999999;*/
	padding: -1px;
}
.menu ul li a:hover { /*悬停 */
	color: red;
}

.menu ul li ul{ /*二级菜单的样式 */
	float: none !important;
	display: none !important;
	position: absolute !important;
	margin-top: 40px;
	width: 80px !important;
}
.menu ul li ul li{ /*二级菜单的样式 */
	float: none !important;
	width: 70px !important;
	height: 25px !important;
	margin-top: 10px !important;
	text-align: left !important;
	background-color: rgba(0 0 0 / 25%);
}
.menu ul li ul li a{ /*二级菜单的样式 */
	float: none !important;
	width: 70px !important;
	line-height: 25px !important;
	padding: 0px 5px !important;
	text-align: left !important;
}
.menu ul li:hover ul{ /*悬停 */
	display: block !important;
}

.msg-board-textarea {
	width: 289px;
	height: 80px;
	background-color: transparent;
	border: #ffffff 1px solid;
	color: #ffffff;
	padding: 5px;
	margin-top: 14px;
	font-size: 14px;
}

.submit-button {
	width: 100%;
	background-color: transparent;
	border: #ffffff 1px solid;
	color: #ffffff;
	padding: 5px;
	margin-top: 13px;
	font-size: 14px;
}

.official-account {
	text-align: center;
	width: 300px;
	height: 130px;
	margin: 0 auto;
	margin-top: 14px;
}

.user-name {
	background-color: transparent;
	border: #ffffff 1px solid;
	color: #ffffff;
	width: 294px;
	height: 30px;
	margin-top: 14px;
	font-size: 14px;
}
.user-phone {
	background-color: transparent;
	border: #ffffff 1px solid;
	color: #ffffff;
	width: 294px;
	height: 30px;
	font-size: 14px;
}