*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{}
body{
	background-color: #9e2018;
	height: 100%;
	overflow: auto;
}
.company-header{
	background-color: #f7f7f7;
	height: .9rem;
	line-height: .9rem;
	padding-left: .3rem;
	color: #333;
	font-size: .26rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.logo-1{
	height: .4rem;
	position: absolute;
	top: .25rem;
	left: .3rem;
}
/* 产品信息 */
.company-message{
	padding: .7rem .3rem 0;
	width: 100%;
	height: 100%;
	background: url("../image/enterprisePhone/msg_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 3.11rem;
	font-size: 0;
	margin-bottom: 1rem;
}
.msg{
	background: url("../image/enterprisePhone/bg_01.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	box-sizing: border-box;
}
.msg::after{
	content: '';
	display: inline-block;
	width: 3.23rem;
	height: .67rem;
	background: url("../image/enterprisePhone/hua.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -0.66rem;
	left: 1.64rem;
}
.msg > div:first-child{
	padding: .3rem .2rem;
}
.msg img{
	width: 100%;
}
/* end */
.form{ 
	font-size: 0;
}
.form > .title-img{
	margin-bottom: .6rem;
}
.form > .title-img > img{
	width: 100%;
	height: 100%;
}
.form > .form-input{
	padding: 0 .2rem;
	height: .6rem;
	border: 1px solid #d0a05f;
	background-color: #fff;
	margin: 0 .4rem .3rem;
	border-radius: .1rem;
}
.form > .form-input label{
	display: inline-block;
	width: 22%;
	color: #c1a885;
	height: 100%;
	font-size: .24rem;
}
.form > .form-input > input{
	width: 78%;
	height: 100%;
	font-size: .24rem;
	border: none;
	background: transparent;
	border-radius: .1rem;
	padding-left: .1rem;
}
.form > .form-input > input::placeholder{
	color: #c1a885;
}
.form > .form-input > input:focus {
  border: none;
  outline: 0;
}
.form > .form-input > input::-webkit-input-placeholder{
  color: #c1a885;
  font-size: .24rem;
}
.form-input-btn{
	display: flex;
	justify-content: center;
	margin-bottom: .4rem;
	margin-top: .3rem;
}
.form-input-btn > span{
	display: inline-block;
	width: 2.51rem;
	height: .74rem;
	text-align: center;
	line-height: .74rem;
	background: url("../image/enterprisePhone/btn.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/* 办理小贴士 */
.tips{
	padding-bottom: .7rem;
}
.tips > div{
	padding: 0 .3rem;
}
/* 内容 */
.company-content{
	margin-bottom: .3rem;
}
.company-content > img{
	width: 100%;
}
.firm{
	color: #ffedc2;
	font-size: .24rem;
	text-align: center;
	padding: .65rem 0 0 0;
}
