* {
	padding: 0px;
	margin: 0px;
}

.lxuscnt {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding: 0px 0.3rem;
	box-sizing: border-box;
}

.lxuscnt .adr {
	width: 100%;
	height: 100%;
	background: url(../img/lxusbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0.2rem 0.4rem;
	box-sizing: border-box;
	box-shadow:0px 10px 30px rgba(0,102,204,0.3);
	opacity:0.94;
	margin-top: 0.3rem;
    
}

.lxuscnt .adr .title {
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin: 0.2rem 0px 0.04rem;
}

.lxuscnt .adr .line {
    width: 0.4rem;
    height: 0.06rem;
    background: rgba(255, 255, 255, 1);
    margin: 0.2rem 0.06rem 0.06rem;
}

.lxuscnt .adr .adrtitle {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	opacity: 0.6;
	width: 2.56rem;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	padding-bottom: 0.1rem;
	box-sizing: border-box;
	margin-top: 0.4rem;
}

.lxuscnt .adr p {
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-top: 0.2rem;
}

.lxuscnt .adr p a{
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.lxuscnt .adr .wxicon{
	width: 0.74rem;
	height: 0.74rem;
}

.subform{
	background:rgba(248,248,248,1);
	padding: 0.4rem 0.3rem;
	box-sizing: border-box;
	margin: 0.5rem auto;
}

.subform p{
	font-size:0.26rem;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:0.4rem;
}
.subform .line{
	width:0.4rem;
	height:0.06rem;
	background:rgba(51,51,51,1);
	margin-top: 0.1rem;
}

.subform .title{
	font-size:0.22rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
	margin-top: 0.24rem;
	margin-bottom: -0.5rem;
}


.subform input{
	outline: none;
	background: transparent;
	width: 3rem;
	border: 0px;
	height: 0.5rem;
	border-bottom:1px solid #666666;
	border-radius: 0 !important;
}
.subform #text{
	width: 90%;
	margin-top: 1.3rem;
}

.subform .submit{
	width:1.5rem;
	height:0.6rem;
	line-height: 0.6rem;
	background:rgba(51,51,51,1);
	font-size:0.26rem;
	font-family:Microsoft YaHei;
	color:rgba(255,255,255,1);
	text-align: center;
	margin-top: 0.5rem;
}
.team{
	width: 100%;
	height: auto;
	margin-bottom: 0.9rem;
}
.team img{
	width: 100%;
	height: auto;
}