/*通用部分*/
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,input,form,a,p,textarea,select{
	margin:0;
	padding: 0;
}
html{
	font-size: 62.5%;
	height: 100%;
}
body{
	height: 100%;
	font-family:"Microsoft YaHei",Arial; overflow-x:hidden; overflow-y:auto;
}
ol,ul,li{
	list-style: none;
}
a{
	color:#3d87fb;
	text-decoration: none;
}
img{
	border:none;
}
a:hover{
	text-decoration: underline;
}

/*背景*/
.box{
	width: 100%;
	max-width: 768px;
	min-width: 300px;
	margin:0 auto;
	height: 100%;
	background-image: url("../images/bg1122.png");
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
/*彩虹之约图标*/
.container{
	width: 88%;
	height: 100%;
	text-align: center;
	/*background: gray;*/
}
#chzy{
	text-align: center;
margin-top: 90px;
    padding-left: 5px;
	/*background: gray;*/
}
#chzy img{
	width: 32%;
}
/*标题*/
.page-header{
    text-align: center;
    border-bottom: none;
    margin-top: 26%;
    margin-bottom: 8px;
    width: 100%;
    /* background-image: url("../images/QIYE.png"); */
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-header h3{
	font-size: 1.4rem;
	font-family: '微软雅黑';
	color: #a0a0a0;
}
/*搜索框*/
#input1 .form-control{
	background-color: #f4f4f4;
	background-image: url('../images/User2.png');
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 17px 21px;
	padding-left: 30px !important;
	border-radius: 6px;
	box-shadow: 2px 2px 4px  rgba(0,0,0,0.5);
	color: #000000;
	font-family: '微软雅黑';
	/*font-weight: bold;*/
}
#input2{
	margin-top: 12px;
}
#input2 .form-control{
	background-color: #f4f4f4;
	background-image: url('../images/Iphone.png');
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 15px 25px;
	padding-left: 30px !important;
	border-radius: 6px;
	box-shadow: 2px 2px 4px  rgba(0,0,0,0.5);
	color: #000000;
	font-family: '微软雅黑';
	/*font-weight: bold;*/
}
/*搜索框*/
#input .form-control{
    background-color: #FFFFFF;
    background-image: url('../images/house.png');
    background-position: 6px;
    background-repeat: no-repeat;
    background-size: 22px 20px;
    PADDING-TOP: 5PX;
    padding-left: 33px !important;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(94, 154, 245, 0.1);
    color: #777777;
    font-family: '微软雅黑';
    /*font-weight: bold;*/
}
#input .input-group-btn .btn{
	border-radius: 4px;
	outline: none;
	box-shadow: 1px 1px 2px rgba(79, 142, 245, 0.2);
	padding: 7px 13px;
	margin-left:4px;
	background-color: #6fabff;
	border: 0px solid transparent;
	background-image: linear-gradient(to top right,#6fabff,#4e91ff);
}
#input .input-group-btn img{
	width: 18px;
	height: 18px;
}
/*搜索框*/
#input3 .form-control{
	background-color: #f4f4f4;
	background-image: url('../images/User2.png');
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 17px 21px;
	padding-left: 30px !important;
	border-radius: 6px;
	box-shadow: 2px 2px 4px  rgba(0,0,0,0.5);
	color: #000000;
	font-family: '微软雅黑';
	/*font-weight: bold;*/
}
/*搜索框*/
#input4 .form-control{
	background-color: #f4f4f4;
	background-image: url('../images/house.png');
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 20px 17px;
	padding-left: 30px !important;
	border-radius: 6px;
	box-shadow: 2px 2px 4px  rgba(0,0,0,0.5);
	color: #000000;
	font-family: '微软雅黑';
	/*font-weight: bold;*/
}
/*搜索框*/
#input5 .form-control{
	background-color: #f4f4f4;
	background-image: url('../images/User2.png');
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 17px 21px;
	padding-left: 30px !important;
	border-radius: 6px;
	box-shadow: 2px 2px 4px  rgba(0,0,0,0.5);
	color: #000000;
	font-family: '微软雅黑';
	/*font-weight: bold;*/
}
#input5{
	margin-top: 12px;
}
/*按钮*/
.btn1 .btn,.btn2 .btn{
	outline: none;
	background-color: #5194ff;
	border: 0px solid transparent;
	background-image: linear-gradient(to top right,#7aaffb,#3A81F5);
	box-shadow: 1px 1px 2px rgba(27, 115, 247, 0.2);
	/* background-color: #f4f4f4; */
	border-radius: 5px;
	font-family: '微软雅黑';
	font-size: 15px;
	COLOR: #F3F2F2;
	padding: 6px 12px;
	letter-spacing: 2px;
	font-weight: 100;
}
.btn:hover
{
	   background-image: linear-gradient(to top right,#437ef5,#4d8af6);
}
.btn1 button,.btn2 button{
	width: 100%;
}
.btn1{
	margin-top: 25px;
	margin-bottom: 10px;
}

/*底部*/
#footer{
    font-family: '微软雅黑';
    font-size: 1.4rem;
    color: #8C8C8C;
    position: fixed;
    bottom: 38px;
    left: 0;
    right: 0;
    text-align: center;
}


#login4 .btn1:first-child{
	padding-right:4px; 
}
#login4 .btn1:last-child{
	padding-left: 4px;
}
#login2 .btn1:first-child{
	padding-right:4px; 
}
#login2 .btn1:last-child{
	padding-left: 4px;
}
#login3 .btn1:first-child{
	padding-right:4px; 
}
#login3 .btn1:last-child{
	padding-left: 4px;
}


/*复选框*/
#login3 .form-horizontal{
	padding-top: 0px;
	/*background-color: gray;*/
	margin-top:0;
}
#login3 .form-horizontal .choice{
	text-align: left;
	/*background-color: gray;*/
	margin-top: 0px;
}


/*按钮*/
#login3 .btn1 .btn,.btn2 .btn{
	outline: none;
	box-shadow: 2px 2px 4px  rgba(0,0,0,0.5);
	background-color:#f4f4f4;
	border-radius: 8px;
	font-family: '微软雅黑';
	font-weight: bold;
}
#login3 .btn1 button,.btn2 button{
	width: 100%;
}
#login3 .btn1{
	margin-top: 10px;
	margin-bottom: 10px;
}