html,
body {
	width: 100%;
	height: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: 微软雅黑;
    display: block;
}

*{
    box-sizing:border-box;
}
a {text-decoration: none;}
a:hover,
a:focus {
	text-decoration: none;
}
ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}
.login_title{
    font-size: 18px;
    font-weight: 600;
    margin-top: 120px;
}

.icon-shoujihao{
    display: block;
    float: left;
    position: absolute;
    margin-top: 9px;
    margin-left: 15px;
    font-size: 18px !important;
    color: #1b90fd;
}
.login_phone input{
    z-index: 2;
    position: absolute;
    display: block;
    transition: all 0.5s;
    width: 210px;
    height: 38px;
    border: 0;
    outline: none;
    margin-left: 40px;   
}
.login_code {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    margin: 55px 0 0;
    padding: 0 60px;
    position: relative;
}
.login-boxone {
    float: left;
    width: 70%;
    height: 40px;
    border: 1px solid#1b90fd;
    border-radius: 20px;
}
.icon-yanzhengma{
    display: block;
    float: left;
    position: absolute;
    margin-top: 9px;
    margin-left: 15px;
    font-size: 18px !important;
    color: #1b90fd;
}
.login_code input{
    z-index: 2;
    position: absolute;
    display: block;
    transition: all 0.5s;
    width: 115px;
    height: 38px;
    border: 0;
    outline: none;
    margin-left: 40px;   
}
.longin_coad_text {
    float: right;
    width: 30%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 12px;
}
.icon-yanzhengma{
    display: block;
    float: left;
    position: absolute;
    margin-top: 9px;
    margin-left: 15px;
    font-size: 18px !important;
    color: #1b90fd;
}
.login_passwordone input, .login_passwordtwo input {
    z-index: 2;
    position: absolute;
    display: block;
    transition: all 0.5s;
    width: 210px;
    height: 38px;
    border: 0;
    outline: none;
    margin-left: 40px;   
}
.button_one {
    display: block;
    float: left;
    width: 130px;
    height: 40px;
    cursor: pointer;
	text-align: center;
	line-height: 40px;
	background-color: #1b90fd;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
    box-shadow: 0px 0px 2px 1px rgb(51 51 51 / 60%);
}
.button_two {
    display: block;
    float: right;
    width: 130px;
    height: 40px;
    cursor: pointer;
	text-align: center;
	line-height: 40px;
	background-color: #1b90fd;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
    box-shadow: 0px 0px 2px 1px rgb(51 51 51 / 60%);
}
.right {
    float: right;
}
.right a {
    color: #1b90fd;
}
.login_pwdtwo {
    position: relative;
    top: 25%;
}
.login_pwdtwo h3{
	line-height: 1.5;
}
.login_pwdtwo_text{
	margin-top: 30px;
}
.login_pwdtwo_text_size {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}
.c-blue {
	color: #1b90fd;
}