* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height:100%;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif
}
img {
	border: none;
}
a{
	text-decoration: none;
}
.wrap {
	position:absolute;
}

.custom_wrap {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	overflow-x:hidden;
	/*overflow-y:scroll;*/
	background:url(../images/big-bg.jpg) no-repeat;
	background-size:100% 100%;
	
}
.form-signin {
	width: 90%;
	margin:0px auto;
}
.form-left{
	text-align: center;
}

.form-left p{
	font-size: 46px;
	color: #f0f0f0;
}
.form-left img{
	width: 626px;
	height: 521px;
	margin: auto;
}

@media (max-width: 720px) {
	.form-left img{
		width: 100%;
		height: 100%;
		margin: auto;
	}
}
/*---用户登录---*/


.custom_wrap .form-sig{
	margin:auto;
	width: 90%;
	margin-top: 140px;
	position: relative;
	min-height: 620px;
}

.custom_wrap .form-sig-reg {
	background-color: rgba(255,255,255,.82);
	background: url(../images/login-bg.png) no-repeat;
	background-size: 385px 400px;
	width:385px;
	height: 400px;
	margin: auto;
	margin-top: 100px;
	border-radius:4px;
}
@media (max-width:1294px){
	.form-left img{
		width: 100%;
		height: 100%;
	}
	.form-left p{
		font-size: 34px;
	}
	.custom_wrap .form-sig-reg{
		margin-top: 0;
	}
}
@media (max-width: 768px){
	.custom_wrap .form-sig{
		margin-top: 0;
	}
	.custom_wrap .form-sig-reg{
		width:100%;
		background-size: 100% 100%;
	}
}
.custom_wrap .form-sig-reg-title{
	display: flex;
	padding: 0 20px;
}
.custom_wrap .form-sig-reg-title p:nth-child(1){
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 100%;
	color: #E9F4F4;
	border-bottom: 2px solid rgba(256, 256, 256, .3);
	font-weight: 400;
}
.custom_wrap .form-sig-reg-title span:nth-child(2){
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	width: 50%;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	opacity: 0.8;
	font-weight: 400;
}


.custom_wrap .input-group-addon { border:none; background:none}

.custom_wrap .form-signin {
	width: 80%;
	margin:0px auto;
	padding-top:15px;
}

.custom_wrap .btn-custom-login {
	background: #FFBB01;
	color: #ffffff;
	border:0px solid #fff;
	text-align: center;
	margin: 0 auto;
	width: 80%;
	display: block;
	border-radius: 4px;
	/*	-webkit-box-shadow: 0px 2px 0px #e7d624;
	-moz-box-shadow: 0px 2px 0px #e7d624;
	box-shadow: 0px 2px 0px #e7d624;*/
	padding: 12px 12px;
	margin-top:25px;
	box-shadow: 0 0 10px #FFBB01;
}

.custom_wrap .btn-group-lg>.btn, .btn-lg {
	padding: 5px;
}
.custom_wrap .form-group {
	margin-bottom:15px;
}
.custom_wrap .form-control {
	background: #ffffff;
	border-radius:5px;
	vertical-align: middle;
	line-height:38px;
	height:48px;
	padding:4px 0px 4px 45px;
}
.custom_wrap .input-group-icon-phone {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/phone.png) no-repeat center;
	background-color: #FFBB01;
	background-size:60%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 39px;
	height:48px;
	display: block;
}
.custom_wrap .input-group-icon-code {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/lock.png) no-repeat center;
	background-color: #FFBB01;
	background-size:60%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 39px;
	height:48px;
	display: block;
}
.custom_wrap .input-group-icon-check {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/yes.png) no-repeat center;
	background-color: #FFBB01;
	background-size:60%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 39px;
	height:48px;
	display: block;
}
#code{
	width: 58%;
	display: inline-block;
}
#check_code_num{
	display: inline-block;
	font-size: 20px;
	padding: 0;
	text-align: center;
	color: #666;
	width: 40%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	height: 48px;
}
#check_code_num:hover{
	cursor: pointer;
}
.psd-spec{
	display: flex;
	color: #fff;
	justify-content: space-between 
}
.psd-spec div{
	display: inline-block;
	position: relative;
}
#remember_psd{
	margin: 0;
	vertical-align: text-bottom;
}
input[type=checkbox]{
	visibility: hidden;
}
#remember_psd +label{
    width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
	border: 1px solid #eee;
	border-radius: 5px;
    background: #fff;
}

#remember_psd:checked +label::before{
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 12px;
    color: #FFBB01;
}
.spec-span{
	vertical-align: middle;
	color: #fff;
	margin-left: 5px;
	text-decoration: none;
}





#footer{
	color: #989898;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	bottom: 0px;
	margin: 0 auto;
	border-top:0px solid #c7d1d3;
	font-size: 12px;
	/*background-color: #fff;*/
}
#address{
	margin-left: 100px;
}




