*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
ul,li{
	list-style: none;
}
button{
	outline: none;
	border: none;
	background: none;
}
a{
	text-decoration: none;
}
.wrapper{
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #fff;
}
.conWrap{
	width: 100%;
	height: 100%;
	overflow: auto;
}
.title{
	width: 100%;
	height: 80px;
	text-align: center;
    font-size: 28px;
    color: #fff;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border-bottom: 3px solid #2B8185;
    margin:0;
}
.frameBor{
    width: 100%;
    height: calc(100% - 80px);
    min-height: 320px;
    position: relative;
	background: url(../images/back.png) center;
	background-size: cover;
}
.loginBor{
    width: 29%;
    height: 395px;
    position: absolute;
    background: rgba(160, 160, 160, 0.86);
    top: 50%;
    margin-top: -197.5px;
    z-index: 3;
    right: 5%;
}
.inputBor{
    width: 100%;
    height: 320px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -170px;
    vertical-align: middle;
}
.inputBor>li{
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding:0 7%;
}
.inputBor input{
    background: #fff;
    outline: none;
    border: none;
    width: calc(100% - 34px);
    margin: 20px auto;
    height: 40px;
    border-radius: 6px;
    padding: 4px 0px 4px 30px;
    font-size: 16px;
}
.user>input{
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 7px;
}
.password>input{
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: 7px;
}
.verificationCode>input{
	background-image: url(../images/coder.png);
	background-repeat: no-repeat;
	background-position: 7px;
}
.verificationCode>input,.verificationCode>.code{
	float: left;
}
.verificationCode>input{
    width: calc(67% - 34px);
    margin-left: 17px;
}
.verificationCode>.code{
    width: 28%;
    margin: 20px auto;
    height: 40px;
    margin-left: 5%;
}
.verificationCode>.code img{
	width: 100%;
    height: 40px;
}
.buttons{
    margin-top: 40px !important;
}
.buttons a{
	display: inline-block;
	padding:6px 35px;
	background: #fff;
	font-size: 18px;
    border-radius: 4px;
    text-decoration:none;
}
.buttons button{
	margin: 0 10px;
}
.buttons button:last-of-type a{
    display: inline-block;
    background: #2b8185;
    color: #fff;
}
.gender {
    overflow: hidden;
}
.gender .icheck, .gender .icheck .single-row .radio, .gender .checkbox {
    overflow: hidden;
}
.gender .checkbox {
    padding-top:5px;
}
.gender .icheck .single-row, .gender .icheck .single-row .radio>div, .gender .icheck .single-row .radio>label, .gender .checkbox .icheckbox_square-green, .gender .checkbox .lable {
    float: left;
}
.gender .icheck .single-row {
    margin: 0 18px;
}
.radio, .checkbox {
    margin-top: 6px;
}
.radio label, .checkbox label {
    padding-left: 8px;
}