html {
    margin:0 auto;
    padding:0;
    height: 100%;
}
body{
	font-family: '微软雅黑';
	height: 100%;
	background: white;
	display: flex;
	flex-direction: column;
}
.header{
	background: #5a68fd;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: static;
}
.header img {
	width: auto;
	height: 32px;
	margin: 14px auto;
	display: block;
}
.header2{
	background: #2084F9;
}
.header2 h1{
	color: white;
	line-height: 60px;
	height: 60px;
	
}
.icon-return{
	width: 20px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	position: absolute;
	background: url(../img/return.png) center no-repeat;
	background-size: contain;
	z-index: 1;
	top: 7.5px;
}
.ui-container{
	margin-bottom: 55px;
	flex-direction: column;
	position: relative;
	background: white;
}
.login-container{
	height: 100%;
}
.ui-header ~ .ui-container {
    border-top: 0px solid transparent;
}
/*手机版登录页样式*/
	.header-logo{
		width: 100%;
		height: 55px;
		margin-top: 55px;
		background: url(../img/header-logo.png) no-repeat center;
		background-size: contain;
	}
	.yblogo{
		position: absolute;
		top: 5px;
		right: 0px;
		width: 60px;
		height: 60px;
	}
	.yblogo img{
		width: 60px;
		height: 60px;
		display: block;
	}
	.yblogo2{
		position: absolute;
		width: 50px;
		height: 50px;
		top: 5px;
		left: 5px;
	}
	.yblogo2 img{
		width: 50px;
		height: 50px;
		display: block;
		margin: 0px;
	}
	.login-form{
		width: 90%;
		margin: 0px auto;
		position: absolute;
		top: 25%;
		left: 5%;
		z-index: 2
	}
	.login-form .ui-form{
		background:rgba(255,255,255,0);
	}
	.login-form .ui-form-item{
		padding-left: 0px;
		padding-right: 0px;
	}
	.ui-form-item input{
		padding-left: 5px;
		font-size: 16px;
	}
	.user-icon{
		width: 46px;
		height: 46px;
		padding: 0px;
		background:url(../img/my1.png) no-repeat 5px center;
		background-size: 30px 30px;
	}
	.lock-icon{
		width: 46px;
		height: 46px;
		padding: 0px;
		background:url(../img/lock.png) no-repeat 5px center;
		background-size: 30px 30px;
	}
	.login-btn{
		background-color: #24ED81;
	    background: -webkit-linear-gradient(90deg, #39F2CE, #24ED81);
	    background: -o-linear-gradient(90deg, #39F2CE, #24ED81);
	    background: linear-gradient(90deg, #39F2CE, #24ED81);
	}
	.login-form .ui-btn-wrap{
		padding-left: 0px;
		padding-right: 0px;
	}
	.login-form .ui-btn-wrap button{
		border-radius: 40px;
	}
	.login-bg{
		background: url(../img/login_bg2.jpg) no-repeat center bottom;
		background-size: 100%;
	}
.list-block {
	font-size: 14px;
	display: block;
	background: rgba(0,0,0,0.4);
	padding: 10px;
	color: #ffeb00;
	border-radius: 3px;
}
.list-block h3{
	font-size: 14px;
}
.pc-list-block {
	font-size: 24px;
	display: block;
	background: rgba(255,255,255,0.6);
	padding: 10px;
	color: black;
	margin:0px auto;
	width:1000px;
	border-radius: 3px;
}
	.pc-list-block h3 {
		font-size: 24px;
	}
	.pc-list-block h4 {
		font-size: 18px;
	}
/*电脑版登入样式*/
.pc_header-logo {
	height: 100px;
	background: url(../img/header-logo2.png) no-repeat center;
	background-size: contain;
}
	.pc_input{
		color: white !important;
	}
	.pc_input::-webkit-input-placeholder{
		color: white !important;
	}
	.pc_input::-moz-placeholder { /* Firefox 19+ */  
		color: white!important;
	}
	.pc_input:-ms-input-placeholder { /* IE 10+ */ 
		color: white!important;
	}
	.pc_input:-moz-placeholder { /* Firefox 18- */ 
		color: white!important;
	}
	.pc_login-form{
		width: 90%;
		margin: 0px auto;
		position: absolute;
		top: 50%;
		margin-top: -155px;
		left: 5%;
		z-index: 2
	}
	.pc_user-icon{
		background:url(../img/my2.png) no-repeat 5px center;
		background-size: 30px 30px;
	}
	.pc_lock-icon{
		background:url(../img/lock2.png) no-repeat 5px center;
		background-size: 30px 30px;
	}
	
	.login-btn{
		cursor: pointer;
	}
/*首页样式*/
	.ui-radio{
		width: 100%;
		height: 46px;
		line-height: 46px;
		overflow: hidden;
		display: block;
		
	}
	.ui-radio p{
		display: inline-block;
		font-size: 16px;
	}
	.ui-checkbox{
		width: 100%;
		height: 46px;
		line-height: 46px;
		overflow: hidden;
		display: block;
	}
	.ui-checkbox p{
		display: inline-block;
		font-size: 16px;
	}
	.prephoto-block{
		width: 150px;
		height: 200px;
		border: 1px solid #e9e9e9; 
		background: url(../img/upload.png) no-repeat center;
	}
	.upphoto-container{
		display: none;
	}
