@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-family: "微软雅黑";
	background-color: #F2F2F2;
	font-size: 1em;
}

.box {
	position: relative;
    display: flex;
    flex-direction: column;
	flex: 1;
	overflow: hidden;
	color: #f50404;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background: url(./img/new_login_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    filter: blur(5px);
    
}
.blur {
   	background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
}
.logo img {
	padding-top: 2.6em;
	padding-left: 3.4em;
	width: 14.5em;
}
.web-ie .logo img {
	max-width: 22.5em;
	max-height: 4em;
}
.i18n{
    position: fixed;
    top: 20px;
    right: 30px;
    color: #fff;
}
.i18n .form-control{
	width:80px;
    height: 28px;
    line-height: 15px;
    padding: 6px 8px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-color: #149c9a;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #fff;
}
.form-control-feedback{
  	position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
}
.box .title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    display: block;
    line-height: 1.1em;
}

.box .name {
	margin-bottom: 1.6em;
	font-size: 1.75em;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
}
.context{
    flex: 1;
    margin-bottom: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.context-title{
    margin-bottom: 11vh;
}

.box .entry {
    height: 428px;
    width: 480px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #bdbdbd;
    color: #333;
		margin-left: 200px;
		flex-shrink: 0;
}
.entry.register{
    height: 400px;
    width: 340px
}

.box .entry .zw {
    padding: 1em 12% 0;
}
.box-X{
	width: 100%;
	height: 54px;
	display: flex;
	color: #333;
	font-size: 1.2em;
	justify-content: space-evenly;
	cursor: pointer;
	padding-top: 10px;
}
.box-left{
	width: 30%;
	height: 100%;
	line-height: 52px;
	text-align: center;
}
.box-right{
	width: 30%;
	height: 100%;
	line-height: 52px;
	text-align: center;

}
.active{
	border-bottom: 3px solid #f50404;
	color:#f50404;
}
.box .entry .zw-title{
     width: 100%;
    display: flex;
    justify-content: space-evenly;
    font-size: 1.2em;
    font-weight: normal;
    color: #333;
}
.box .entry .zw-text{
	float:right;
	margin: 1em 18% 0 0;
    font-size: 14px;
}
.zw-title .btn-switch{
    padding: 0 15px 10px;
    cursor: pointer;
}
.btn-switch.active{
	 border-bottom: 2px solid #f50404;
}
.box .entry .en {
	font-size: .86em;
	color: #00a2a1;
	padding-left: 18px;
}

.entry .form {
	width: 70%;
	margin: auto;
	margin-top: 3em;
}
.entry.register .form {
	margin-top: 1.5em;
}

.entry .form .lab span {
	font-size: 14px;
	font-weight: normal;
	color: #6d6d6d;
}


.entry .form form {
	width: 100%;
}

#register{
	display: none;
}
.user, .pas,#register .rem {
	width: 100%;
	height: 3em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	background-repeat: no-repeat;
	background-size: 16px;
    background-position: left 50%;
}
.user {
	background-image: url(./img/icon_01.png);
}

.pas {
	background-image: url(./img/icon_02.png);
	margin-top: 10px;
}

.ipt {
	width: calc(100% - 3em);
	height: 100%;
	border-width: 0 0 0 0;
	margin-left: 2.2em;
	font-size:14px; 
}

input:focus {
	outline: none;
}

.rem {
	margin-top: 2vw;
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}
.rem > a{
	float: right;
    margin: 0;
    width: auto;
    font-size: 14px;
    text-align: center;
    height: auto;
    color: #f50404;
	cursor: pointer;
}
#register a{
	line-height: 28px;
} 
#register .user,#register .pas, #register .rem{
    height: 2em;
	margin-top: 12px;
	
}
.verification .ipt{
	width: 6em;
}
.sub a {
	display: inline-block;
	width: 100%;
}

.btn {
	width: 101%;
	height: 2em;
	margin-top: 2vw;
	color: #fff;
	border-color: #008e8c;
	border : 1px solid transparent;
	border-radius :4px;
	font-size : 1.5em; 
	background-color : #f50404;
	cursor: pointer;
}

.err {
	color: #f00;
}

.footer {
    height: 5em;
    font-size: .88em;
    color: #676767;
    text-align: center;
    line-height: 8em;
}

.checkbox {
	display: none !important;
}

.checkbox + label {
	position: relative;
	top: 3px;
	display: inline-block;
	padding: 7px;
	border: 1px solid #968e8e;
	border-radius: 2px;
	background-color: #FFF;
	pointer-events: none;
}

.checkbox + label :before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	display: block;
	border: 1px solid;
	opacity: .5;
	border-radius: inherit;
	pointer-events: none;
	transition: all 0s;
}
.checkbox:checked + label {
	background-color: #f50404;
}
.checkbox:checked + label:before {
	top:-5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	border-width: 6px;
	opacity: 0;
	transition: all 300ms;
}
.checkbox:checked + label:after {
	content: '\2714';
	position: absolute;
	top: -3px;
	left: 1px;
	font-size: 0.8em;
	color: #fff;
}

