html,body{
    padding:0;
    width:100%;
    height:100%;
    overflow-x:hidden;
   font-family:"微软雅黑";
}
ul{
    margin:0;
    padding:0;
}
.register-main{
    width:100%;
    height:100%;
    background: url('/HTML/Img/bg1.png') no-repeat center;
    background-size: cover;
	display: flex;
    flex-direction: column;
}
/*.register-main img{
    width:100%;
    height:100%;

}*/
.register-background{
    width: 42%;
    height: auto;
    overflow: hidden;
    margin:auto;
   background: url('/HTML/IMG/logo.png') no-repeat top center;
    background-size: 15vh;
}
.register-information{
    height:auto;
    overflow: hidden;
    display: flex;
    padding-top: 22vh;
    font-size: 0;
}
.login-icon,.password-icon{
    display: inline-block;
   width: 3vw;
    height: 6vh;
}
.account,.password{
	position:relative;
}
.login-icon{
    background:#ab2537 url("/HTML/IMG/userName_icon.png") no-repeat center;
    background-size: 3vh;
}
.password-icon{
    background:#ab2537 url("/HTML/IMG/userPass_icon.png") no-repeat center;
    background-size: 3vh;
}
.register-information input{
    width: 15vw;
    height: 6vh;
    line-height: 6vh;
    vertical-align: top;
    font-size: 16px;
    border: none;
    padding-left: 8px;
}
.register-information .register-botton{
    width: 6vw;
    height: 6vh;
    background: #ab2537;
    line-height: 6vh;
    text-align: center;
    color: #fff;
    font-size: 2vh;
}
.register-botton:hover{
	cursor:pointer;
	background:#c05c69;
}
.register-culture{
    margin-top: 8vh;
}
.register-culture-title{
    color: #fff;
    font-size: 1.4vw;
	line-height: 6vh;
    padding-left: 1vw;
	opacity: 0.8;
    margin: 0;
}
.register-culture-main{
    background: #f6f6f6;
    opacity: 0.85;
    display: flex;
   padding: 1vh 1vw 0;
   font-family: "微软雅黑";
    font-weight: 600;
}
.register-culture-main ul{
    width:50%;
      font-size: 1.7vh;
    line-height: 3vh;
}
.register-culture-content{
    color: #ab2537;
    margin-left: 0.83rem;
    width: 73%;
    display: inline-block;
    vertical-align: top;
	    opacity: 0.85
}
.line{
    width:2px;
    height:1.41rem;
    background: #ab2537;
    display: inline-block;
    margin-right:6px;
    margin-top: 4px;
}
.register-culture-main li{
    margin-bottom:2vh;
	    display: flex;
}
.register-culture-main-subtitle{
    width: 4vw;
}
.promptsbox {
    position: absolute;
    top: 0;
    right: 0px;
    height: 6vh;
    line-height: 6vh;
    color: #e60012;
    padding-left: 17px;
    padding-right: 10px;
	font-size: 12px;
}
/*.promptsbox:before {
    content: "";
    display: block;
    width: 11px;
    height: 13px;
    background: url("/HTML/IMG/hauhua_wrong.png") no-repeat;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}*/
.autoLogin{
	color:#fff;
}