@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family: "微软雅黑";
}
ul li{
	list-style:none;
	padding:0px;
}
a{
	text-decoration:none;
}
img{
	border:0;
}
@font-face {
    font-family: 'pingfang';
	src: url('../font/pingfang.eot');
    src: url('../font/pingfang.eot?#iefix') format('embedded-opentype'),
         url('../font/pingfang.woff2') format('woff2'),
         url('../font/pingfang.woff') format('woff'),
         url('../font/pingfang.ttf') format('truetype'),
         url('../font/pingfang.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gray_bg{
	background: #f7f7f7;
}
.container{
	width:1220px;
	margin:0 auto;
}
.header{
	position: relative;
	height: 74px;
}
.header_con{
	display: flex;
	justify-content: space-between;
}
.logo{
	padding-top: 17px;
}
.login_con{
	display: inline-block;
	width: 1220px;
	box-sizing: border-box;
}
.login_left{
	float: left;
	width: 802px;
	height: 424px;
}
.login_right{
	float: right;
	width: 370px;
	height: 383px;
	padding: 58px 30px;
	box-sizing: border-box;
	background: white;
	box-shadow: 0 0 16px 8px rgba(0,0,0,0.06);
}
.login_title{
	font-size: 20px;
	font-family: pingfang;
	text-align: center;
	margin-bottom: 17px;
	color: #262626;
}
.login_input_box{
	height: 61px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 37px;
}
.login_input_box_left{
	float: left;
	width: 16px;
}
.login_input_box_right{
	float: left;
	width: 280px;
	margin-left: 12px;
}
.login_input_box_right input{
	width: 280px;
	font-size: 14px;
	font-family: pingfang;
	border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}
.login_input_box_right input::-webkit-input-placeholder {
    color: #8c8c8c;
	font-family: pingfang;
}
.login_input_box_right input::-moz-placeholder {
    color: #8c8c8c;
	font-family: pingfang;
}
.login_input_box_right input::-ms-input-placeholder {
    color: #8c8c8c;
	font-family: pingfang;
}
.forget_password{
	margin-top: 24px;
	text-align: right;
	color: #1b9aee;
	font-size: 14px;
	font-family: pingfang;
	cursor: pointer;
}
.login_button button{
	margin-top: 23px;
	width: 310px;
	height: 42px;
	border: 0;
	border-radius: 3px;
	background: #1b9aee;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	color: white;
	cursor: pointer;
}
.login_button button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}
.login_right_five{
	padding: 35px 30px 28px 30px;
}
.login_right_five .forget_password,.login_right_five .login_button button{
	margin-top: 16px;
}
.error_title{
	box-sizing: border-box;
	position: absolute;
	margin-top: -14px;
	width: 310px;
	height: 30px;
	line-height: 30px;
	padding-left: 9px;
	padding-right: 9px;
	background: #f2fbff;
	border: 1px solid #1b9aee;
	font-size: 12px;
	font-family: paingfang;
	color: #606060;
	text-indent: 7px;
}
.error_title img{
	display: block;
	float: left;
	margin-top: 7px;
}
.border_blue{
	border-color: #1b9aee;
}
.footer{
	position: absolute;
	width: 1220px;
	text-align: center;
	bottom: 31px;
	font-size: 12px;
	font-family: pingfang;
	color: #8c8c8c;
}

/*滑块*/
#drag{
    position: relative;
    background-color: #f7f9fa;
    width: 310px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 25px;
    border: 1px solid #e4e7eb;
    border-radius: 3px;
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 36px;
    border: 1px solid #e4e7eb;
    border-radius: 3px;
    cursor: pointer;
    margin-left: -1px;
    margin-top: -1px;
}
.handler_bg{
    background: #fff url("../img/icon-right.png") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("../img/icon_success.png") no-repeat center;
}
#drag .drag_bg{
    background-color: #7ac23c;
    height: 36px;
    width: 0px;
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width: 310px;
    font-size: 14px;
    font-family: pingfang;
    color: #8c8c8c;
    border-radius: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
    height: 36px;
    border-radius: 3px;
    margin-left: -1px;
    margin-top: -1px;
    line-height: 36px;
}