*{
    margin:0;
    padding:0;
    border:0;
    text-shadow:0 0 0 #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
ul{
    list-style-type:none;
}
a:link,a:visited,a:hover,a:active{
    text-decoration:none;
}
body{
	width: 100%;
	height: 100%;
	min-width:320px;
    max-width:768px;
    margin: 0 auto;
    background: #fff;
}
input::-webkit-input-placeholder { /* WebKit browsers*/ 
　　color:#B6BEC9FF;
}
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/ 
　　color:#B6BEC9FF;
}
input::-moz-placeholder {  /* Mozilla Firefox 19+*/ 
　　color:#B6BEC9FF;
}
input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
　　color:#B6BEC9FF;
}


.main{
	width: 100%;
	height: 100%;
	min-height: 19.75rem;
	padding: 10% 0 15%;
	
}
.main .fixed_foot{
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
}
.main .main_nav{
	width: 75%;
	margin: 0 auto;
}
.main_nav .nav_logo{
	width: 4.375rem;
	margin: 0 auto 5%;
}
.nav_logo>img{
	display: block;
	width: 4.375rem;
	height: 4.375rem;
}
.nav_logo .logo_txt{
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 2.5px;
}
.main_nav .nav_bg{
	padding:10% 7% 7%;
	min-height: 200px;
	background-color: #fff;
	border-radius: 8px;	
}

/*  */
.nav_bg .form-submit-cont{
	display: block;
	width: 100%;
	height: 100%;
}
.form-submit-cont .group-input-item{
	display: block;
	margin-bottom: 7%;
	padding: 0 0 3%;
    width: 100%;
    height: 1.5625rem;
    border-bottom: 1pX solid #D9E2E9FF;
    overflow: hidden;
}
.form-submit-cont .group-input-item .Icon {
	display: inline-block;
	width: 9%;
	padding: 0 0 0 2%;
}
.form-submit-cont .group-input-item .Icon>img{
	width: 0.9375rem;
	height: 1.125rem;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}
.form-submit-cont .group-input-item .user-input{
	display: inline-block;
	width: 85%;
	height: 100%;
	position: relative;
}
.form-submit-cont .group-input-item .user-input .input_close{
	position: absolute;
	top: 0.3125rem;
	right: 0;
	width: 0.9375rem;
	height: 0.9375rem;
}
.form-submit-cont .group-input-item .user-input input{
	display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75rem;
    color: #272727;
    line-height: 1.5625rem;
	vertical-align: middle;
}
.form-submit-cont .group-input-item .user-input>span{
	display:block;
	font-size: 0.75rem;
	color: #272727;
	height: 100%;
	line-height: 1.5625rem;
	vertical-align:middle;
}
.form-submit-cont .group-input-item .yzmBtn{
	display: inline-block;
	width: 32.5%;
	height: 100%;
	margin-right:1%;
	border-radius: 20px;
	background: #FF3B3CFF;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.5625rem;
	text-align: center;
}
.nav_bg .form-group-btn{
	width: 100%;
	margin:5% auto 6%;
}
.form-group-btn .register-btn{
    display: block;
    width: 100%;
    height: 35px;
	text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #fff;
    line-height: 35px;
    background-color: #FF3B3CFF;
    border-radius:20px;
}
.nav_bg .form-group-dow{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing:0.5px;
	color: #FF3B3CFF;
	text-decoration: underline;
	line-height: 35px;
}


/* APP下载 */
.main .main_bg{
	width: 100%;
	height: auto;
}
.main .down_nav{
	position: absolute;
	left: 15%;
	bottom: 0;
	display: block;
	width: 70%;
}
.down_nav .down_btn{
	display: block;
	width: 100%;
	height: 2.8125rem;	
	background-color: #FF3B3CFF;
	border-radius:25px;
	line-height: 2.8125rem;
	margin-bottom: 6%;
	text-align: center;
}
.down_nav .down_btn>img{
	display: inline-block;
	width: 16px;
	height: 18px;
	margin: 0 auto;
	vertical-align: middle;
	margin-right: 4%;
}
.down_nav .down_btn>span{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #fff;
	line-height: 2.8125rem;
	vertical-align: middle;
}

/*遮罩层*/
.modal{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.share_pup{
	width: 70%;
	height: auto;
	margin:2.8125rem 0 0 25%;
}
.share_pup>img{
	width: 100%;
	height: auto;
	margin:0 auto;
}

.text_shenglue{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}