html{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.passport a{
	color: #999;
	text-decoration: none;
}
.passport p,.passport input,.passport button{
	margin: 0;
	padding: 0;
}
.passport .o{
	color: #f77e5e;
}
.passport input,.passport button{
	font-size: 16px;
	font-family: "Microsoft Yahei";
}
.passport input::-webkit-input-placeholder, .passport textarea::-webkit-input-placeholder {
	color: #aaa;
	opacity: 1;
}

.passport input:-moz-placeholder, .passport textarea:-moz-placeholder {
 	color: #aaa;
	opacity: 1;
}

.passport input::-moz-placeholder, .passport textarea::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
.passport input:-ms-input-placeholder, .passport textarea:-ms-input-placeholder {
	color: #aaa;
	opacity: 1;
}
.passport button:focus{
	outline: none;
}
.passport input[type="checkbox"]{
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none!important;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url(../images/check-1.png) no-repeat center;
	background-size: 100% auto;
}
.passport input[type="checkbox"]:checked{
	background: url(../images/check-2.png) no-repeat center;
	background-size: 100% auto;
}
.passport .btn.disabled{
	background: #ccc!important;
	border: none!important;
	pointer-events: none;
	cursor: not-allowed;
}
.passport .btn-yzm.disabled{
	background: none!important;
	pointer-events: none;
	cursor: not-allowed;
	border: none!important;
}
.passport{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2147483645;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.passport a:hover{
	color: #f77e5e;
}
.passport .mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
}
.passport .close{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/close.png) no-repeat center;
	background-size: 18px 18px;
}
.passport .ipt{
	width: 100%;
	height: 19px;
	line-height: 19px;
	padding: 8px 0;
	border: none;
	outline: 0;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
	caret-color: #f77e5e;
}
/*
.passport .item-ok:after{
	content: "";
	position: absolute;
    left: 100%;
    top: 10px;
	width: 16px;
    height: 16px;
    display: block;
	background: url(../images/icon-2.png) no-repeat center;
	background-size: 100% 100%;
}
.passport-yzm-tem.item-ok:after{
	left: 56%;
}
*/
.passport .btn{
	background: #f77e5e;
	border: none;
	color: #fff;
	border-radius: 5px;
	width: 100%;
	min-width: inherit;
	height: 38px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.passport .btn-reg,.passport .btn-login,.passport .btn-bind,.passport .btn-save{
	height: 48px!important;
}
.passport-box{
	position: relative;
	background: #fff;
	width: 550px;
	border-radius: 6px;
	z-index: 2147483645;
}
.passport-box .hd{
	width: 100%;
	height: 70px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.passport-box .bd{
	padding: 10px 60px;
	max-height: 600px;
	overflow-y: auto;
}
.passport-box .passport-form-item{
	margin: 22px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	position: relative;
}
.passport-box .passport-form-item label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.passport-box .item-c{
	justify-content: center;
	margin-top: 40px;
}
.passport-box .item-w{
	flex-direction: column;
	justify-content: center;
	margin-top: 40px;
}
.passport-box .passport-ipt-item{
	border-bottom: 1px solid #eee;
}
.passport-box .ipt-yzm{
	width: 56%;
}
.passport-box .btn-yzm{
	width: auto;
	font-size: 16px;
	background: none;
	border: none;
	color: #f77e5e;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	margin-left: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.passport .icon-weixin{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/icon-5.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 10px;
}
.passport .weixin-login{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
}
.passport .hd-break{
	font-size: 14px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.passport .hd-break:after{
	content: "";
	width: 100%;
	height: 1px ;
	background: #eee;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 0;
}
.passport .hd-break span{
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.passport .bind-top{
	text-align: center;
	margin-top: 20px;
	line-height: 28px;
}
.passport .bind-top .o{
	margin: 0 5px;
}
.passport .passport-wechat-form .code{
	width: 200px;
	height: 200px;
}
.passport .icon-saoma{
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
.passport .passport-wechat-form .item-c{
	margin-top: 20px;
	color: #333;
}
.passport .passport-wechat-form .passport-form-item:nth-child(3){
	justify-content: center;
}
.toast-msg{
	background: rgba(0,0,0,.6);
	padding: 10px 20px;
	color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2147483645;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.passport .icon-ok{
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../images/icon-6.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 10px;
}
.passport-form-item-error{
	font-size: 14px;
	color: #e25d46;
	height: 14px;
	line-height: 14px;
	margin: -14px 0;
	position: relative;
	padding-left: 18px;
}
.passport-form-item-error:before{
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/icon-1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.passport-agreement-form{
	text-align: justify;
}
.passport-agreement-form p{
	margin: 10px 0;
	line-height: 22px;
	font-size: 15px;
}
/*
.passport-btn-loading{
	background: #ccc url(../images/loading.gif) no-repeat center!important;
	background-size: 20px 20px!important;
    border: none!important;
    pointer-events: none;
    cursor: not-allowed;
	
}
*/
.passport-icon-loading{
	width: 18px;
	height: 18px;
	display: block;
	background: url(../images/loading.gif) no-repeat center;
	background-size: 100% 100%;
	margin-right: 8px;
}



@media all and (max-width:768px){
	body{
		font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
	}
	.passport inpu,.passport button{
		font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
	}
	.passport a{
		color: #f77e5e;
	}
	.passport-box{
		width: 90%;
	}
	.passport .ipt{
		background: #f7f9fa;
		border: 1px solid #e6eaec;
		border-radius: 5px;
		-webkit-box-shadow: none;
		box-shadow: none;
		height: 20px;
		line-height: 20px;
		padding: 10px;
	}
	.passport-box .hd{
		height: 50px;
		box-shadow: none;
		font-size: 18px;
	}
	.passport-box .bd{
		padding: 0 20px 10px;
		max-height: 60vh;
		overflow-y: auto;
	}
	.passport-box .passport-form-item{
		margin: 15px 0;
		width: 100%;
	}
	.passport-box .passport-ipt-item{
		border-bottom: none;
		margin: 10px 0;
	}
	.passport .btn{
		font-size: 16px;
	}
	.passport-box .btn-yzm{
		width: calc(44% - 10px);
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #f77e5e;
		border-radius: 5px;
		justify-content: center;
	}
	.passport input[type="checkbox"]{
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
	.passport .hd-break{
		width: 80%;
	}
	.passport .close{
		width: 32px;
		height: 32px;
		background: url(../images/close2.png) no-repeat center;
		background-size: 100% 100%;
		right: inherit;
		top: inherit;
		left: 50%;
		bottom: -50px;
		margin-left: -16px;
	}
	.passport .hd-break{
		margin-bottom: 20px;
	}

	.passport .btn-yzm.disabled{
		background: #ccc!important;
		color: #fff;
		border: 1px solid #ccc!important;
	}
	.passport .btn-reg,.passport .btn-login,.passport .btn-bind,.passport .btn-save{
		height: 44px!important;
	}
	.passport .icon-ok{
		width: 20px;
		height: 20px;
	}
	.passport-form-item-error{
		margin: -4px 0;
	}
}

@media all and (max-width:320px){
	body{
		font-size: x-small;
	}
	.passport .btn{
		font-size: 14px;
	}
	.passport-box .btn-yzm{
		font-size: x-small;
	}
	.passport .ipt{
		font-size: x-small;
	}
	.passport inpu,.passport button{
		font-size:  x-small;
	}
}









