

html,body{
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}
a{
    text-decoration: none;
    color: #333;
}
.q_main{
	width: 100%;
}
.q_login{
    width: 100%;
    height: 100vh;
}
.q_login_logo{
    display: flex;
    justify-content: center;
	background-image: url(../images/tuijian_bg.png);
	background-size: 100% 100%;
	height: 220px;
	z-index: 49;
}
.q_login_logo img{
	display: block;
    margin: 135px 0 20px;
    width: 90px;
    height: 90px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
	position: relative;
	z-index: 49;
}
.q_login_form{
    width: 92%;
    margin: 0 auto;
}
.yq_login_body{
	width: 100%;
}
.q_login_form_main{
	background-color: #fff;
	width: 100%;
	height: 420px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
	margin: 0 auto;
	position: relative;
	top: -30px;
	z-index: 48;
	padding-top: 40px;
}
.q_login_form_main section{
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
}
hr.input_line{
	background-color: #cccccc;
	margin: 0 auto;
	width: 86%;
	height:1px;
	border:none;
}
.q_login_form_main section.yq_title{
	padding-top: 25px;
	padding-bottom: 5px;
}
.yq_title span{
	display: block;
	padding-left:25px;
	font-size: 18px;
}

.q_login_form_main section img{
    width: 30px;
    height: 30px;
    margin: 0 20px;
}
.q_login_form_main section input{
    width: calc(100% - 70px);
    outline: none;
    border: none;
}
.q_login_form_ok button{
    width: 75%;
    height: 40px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fd6961;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.q_login_register{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.q_login_register a{
    font-size: 14px;
    color: #999;
}
.agree{
	margin: 10px 0 20px;
	padding-left: 20px;
	height: 36px;
	width: 50%;
	display: flex;
	align-items: center;
}
.agree .yq_check{
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
}
.agree .yq_check+span{
	width: 18px;
	height: 18px;
	background: url(../images/agree.png) no-repeat;
}
.agree img{
	margin-right: 5px;
	width: 18px;
	height: auto;
	
}
.agree span{
	font-size: 16px;
	color: #999;
}
.agree span a{
	color: #fd8e89;
}
#code{
	width:48%;
}
@media screen and (max-width: 360px) {
    #code{
		width: 42%;
	}
}
@media screen and (max-width: 305px){
	.agree{
		width: 70%;
	}
}

.hqyzm{
    height: 23px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fd6961;
    font-size: 14px;
    margin-right: 20px;
	border-color: #fd6961;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
}