* {
	margin: 0;
	padding: 0;
}

html,
body,
.content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.content { 
    background: url(../images/login/banner.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.content_box {
	width: 50%;
	height: 75%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.content_box h5 {
	height: 72px;
	width: 100%;
	background: url(../images/login/new_LOGO.png) no-repeat center;
	background-size: 60%;
}

.content_title {
	width: 100%;
	height: 45px;
	margin-top: 13px;
	font-size: 28px;
}

.content_title .login_title {
	width: 25%;
	min-width: 150px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.content_title .login_line {
	display: inline-block;
	height: 100%;
	width: 1px;
	background: #E4E4E4;
	vertical-align: middle;
	margin-right: 10px;
}

.content_title p {
	width: 100%;
	height: 28px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 136, 255, 1);
}

.content_title span {
	width: 50px;
	height: 3px;
	display: inline-block;
	background: rgba(0, 136, 255, 1);
	position: relative;
	top: -15px;
}

.content_title .login_title p {
	color: #333333;
}

.content_title .login_title span {
	background: #333333;
	display: none;
}

.content_title .login_title.active p {
	color: rgba(0, 136, 255, 1);
}

.content_title .login_title.active span {
	background: rgba(0, 136, 255, 1);
	display: inline-block;
}

.content_boxform {
	width: 100%;
	font-size: 0;
	margin-top: 0.46rem;
}

.content_box ul {
	list-style: none;
	width: 100%;
}

.content_box ul li {
	width: 50%;
	height: 38px;
	line-height: 38px;
	float: left;
	text-align: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 30px;
}

.content_box ul li input {
	width: 60%;
	height: 36px;
	line-height: 36px;
	outline: none;
}

.content_box ul li:nth-child(2) input {
	width: 40%;
}

.content_box ul li:nth-child(2) span {
	display: inline-block;
	width: 22%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(197, 25, 7, 1);
}

#cancel_back {
	width: 150px;
	height: 42px;
	line-height: 42px;
	background: rgba(253, 128, 34, 1);
	border-radius: 4px;
	color: white;
	border: none;
}

#submit {
	width: 150px;
	height: 42px;
	line-height: 42px;
	background: #0088FF;
	border-radius: 4px;
	color: white;
	border: none;
	margin-left: 0.6rem;
}

#login ul {
	width: 396px;
	margin: 0 auto;
	box-sizing: border-box;
}

#login ul li {
	width: 396px;
	float: none;
    font-size: 0;
}

#login ul li input {
	width: calc(100% - 25px);
	border: none;
	border-bottom: solid 1px #CCCCCC;
	outline: none;
	padding-left: 15px;
	box-sizing: border-box;
    vertical-align: middle;
    
}

#login ul li:nth-child(1) span {
    width: 25px;
    height: 100%;
    display: inline-block;
	background: url(../images/login/phone.png) no-repeat left !important;
    background-color:#fff !important;
    vertical-align: middle;
}

#login ul li:nth-child(2) span {
    width: 25px;
    height: 100%;
    display: inline-block;
	background: url(../images/login/pass.png) no-repeat left !important;
    background-color:#fff !important;
    vertical-align: middle;
}


#login_btn {
	width: 396px;
	height: 42px;
	line-height: 42px;
	background: #0088FF;
	border-radius: 4px;
	color: white;
	border: none;
	margin-top: 15px;
	cursor: pointer;
}

#login p {
	width: 396px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	text-align: left;
}

#login p .to_register {
	color: #0088FF;
	margin-left: 5px;
	cursor: pointer;
}

#login p .login_out {
	color: #111111;
	float: right;
	cursor: pointer;
}

.ew_box {
	width: 396px;
	margin: 0 auto;
	height: 270px;
	position: relative;
}

.ew_box .img_box {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.ew_box .img_box img {
	width: 100%;
	height: 100%;
}

#register li {
	font-size: 18px;
}

#register li:nth-child(2) input {
	width: 60%;
}

#register ul li:nth-child(4) input {
	width: 35%;
}

#register ul li:nth-child(4) span {
	display: inline-block;
	width: 25%;
    min-width: 60px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(197, 25, 7, 1);
    float: right;
}

#register ul li:nth-child(even) {
	text-align: right;
}

#register.company {
	margin-top: 15px;
}

#register.company ul li {
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	width: 60%;
	float: none;
	display: inline-block;
}

#register.company ul li:nth-child(even) {
	width: 40%;
	text-align: left;
}

#register.company ul li:nth-child(even) input {
	width: 70%;
}

#register.company ul li input {
	height: 28px;
	line-height: 28px;
}
#register.company ul li:nth-child(3) input,
#register.company ul li:nth-child(11) input{
	width: 74.5%;
}
#register.company ul li:nth-child(7) input {
	width: 71.5%;
}
#register.company ul li:nth-child(4) input {
	width: 74.5%;
}

#register.company ul li:nth-child(8) input {
	width: 60%;
}

#register.company ul li:nth-child(9) input {
	width: 50%;
}

#register.company ul li:nth-child(9) span {
	display: inline-block;
	width: 24%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(197, 25, 7, 1);
}


#register li:first-child input,
#register.company ul li:nth-child(5) input,
#register.company ul li:nth-child(6) input {
	width: 14px;
	height: 14px;
	cursor: pointer;
	vertical-align: middle;
    margin: 0;

}
