@charset "utf-8";
	/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button {
	font-family:"微软雅黑","宋体",Arial,Helvetica,sans-serif;
	font-size:14px;
	color: #333;
	margin:0;
	padding:0;
}
/*body {
	}*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
	border:0;
}
a img {
	border:none;
}
ul,ol {
	list-style:none;
}
input,textarea {
	outline:none;
}
a:link,a:visited,a:active {
	text-decoration:none;
}
a {
	cursor:pointer;
}
a {
	color:#575757;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
	overflow:hidden;
	font-size:1px;
}
.left,.fl {
	float:left;
	display:inline;
}
.right,.fr {
	float:right;
	display:inline;
}
/*form {
	display:inline-block;
}
*/
strong,b {
	font-weight:bold;
}
.cl {
	clear:both;
}
/*APP安卓下载*/
.logo{
	position: absolute;
	top:10px;
	left: 10px;
}
.logo img{
	width: 70px;
}
.boxer {
	    background: #fff url(../images/bg.png) no-repeat center;
	    height: 100%;
	    position: relative;
	    overflow: hidden;
	    background-size: cover;
}
.box1 {
	width: 500px;
	background: #fff;
	margin:12% auto 0;
	overflow: hidden;
	box-shadow: 0px 0px 13px 5px rgba(14,25,80,.2);
	border-radius: 10px;
}
.middle1 {
	overflow: hidden;
}
.middle_left {
	float: left;
	width: 716px;
}
.middle_left img {
	
}
.middle_right {
	width: 440px;
	height: 600px;
	float: right;
	background: #fff;
}
.mr_box {
	width: 318px;
	margin: 0 auto;
	margin-top: 60px;
}
.mr_box form{
	text-align: center;
}
.mr_box h2 {
	letter-spacing: 2px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
	color: #0092e7;
	font-size: 30px;
}
input::-webkit-input-placeholder {
	color: #c1c1c1;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.mar_b {
	margin-bottom:20px;
}
.form-control {
	height: 48px;
	    width: 278px;
	    border: none;
	    border-bottom: 1px solid #e6e6e6;
	    padding-left: 40px;
}
.login {
	height: 56px;
	    line-height: 56px;
	    width: 82%;
	    border: none;
	    border-radius: 60px;
	    background: #14a7ff;
	    color: #fff;
	    font-size: 18px;
	    letter-spacing: 2px;
	    cursor: pointer;
	    transition: .3s all linear;
		margin-top: 10px;
		margin-bottom: 40px;
}
.login:hover {
	background:#0a98eb;
	transition: .3s all linear;
}
/* 记住密码 */
.f_pass{
	    height: 40px;
	    line-height: 40px;
	    padding: 0 8px;
	    margin: 6px 0;
}
.font-s {
	position: relative;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
	    text-align: right;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
   position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label{
	font-size: 15px;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #e5ebfa;
    border-color: #e5ebfa;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #bac8f3;
}
.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
    box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #059df6;
    background-color: #059df6;
}
.custom-checkbox .custom-control-label::before {
    border-radius:4px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top:1px;
	right: 64px;
    display: block;
    width:16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #b7b9cc solid 1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background:url(../images/duigou.png) no-repeat;
}
.custom-control-label::after {
    position: absolute;
    top:5px;
	right: 62px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
/* 密码错误 */
.f_pass_n{
	
}
.f_pass i{
	margin:3px  6px 0 0;
}
.f_pass p{
	color: #dc0a0a;
	    text-align: left;
}
