@CHARSET "UTF-8";
html{
    width:100%;
    height:100%;
}
body {
    font-size: 12px;
    color: #333;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height:100%;
    background-color: #222222;
}
#register-wrapper{
	width: 100%;
    height: 100%;
    background: url(../../../image/bg_two.png) no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .topcontent {
        width: 768px;
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #aaa;
}

.logintop, .logintop .topcontent .logoimg, .logintop .topcontent .vline,
.logintop .topcontent .titleimg, .loginbody, .loginbody button, .phoneImg, .passwordImg {
    background: url(../../../image/icons.png) no-repeat 0 9999px;
}

a {
    text-decoration: none;
}

.logintop {
    height: 71px;
    width: 100%;
}

.logintop .topcontent {
    margin-left: 100px;
    height: 71px;
    line-height: 30px;
    vertical-align: middle;
}

.logintop .topcontent .logoimg {
    display: inline-block;
    vertical-align: middle;
    width: 142px;
    height: 74px;
    line-height: 74px;
    color: #DDDDDD;
    font-size: 22px;
}

#helpCenter{
	height: 100%;
    list-style-type: none;
    font-size: 14px;
    display: inline-block;
    color:#fff;
    font-family:'Microsoft YaHei';
    float:right;
    line-height:60px;
    margin-right:100px;
}

#helpCenter li{
	display:inline;
	cursor:pointer;
}

#helpCenter img{
	width:20px;
	height:20px;
	vertical-align: middle;
    margin-top: -3px;
}

.logintop .topcontent .logoimg img {
    padding-top: 9px;
}

.logintop .topcontent .vline {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    border-left: 1px solid #DDDDDD;
    background-color: #DDDDDD;
    margin-left: 5px;
}

.logintop .topcontent .logo {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    font-size: 14px;
    text-shadow: 0 1px 0 #1b1b1b;
    color: #DDDDDD;
    margin-left: 8px;
}

.logincontent {
    height: 100%;
    width: 100%;
}

.logincontent .topcontent {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.loginbody {
    width: 380px;
    height: 430px;
    background: #fff;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12%;
    right: 12%;
    box-shadow: 0px 0px 8px #333;
}

.loginbody .registerbodyTitle {
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    color: #555555;
    display: block;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.loginbody .registerinput {
    width: 320px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-sizing: border-box;
}

.loginbody .registerinput.focus, .registerinputCheckNum.focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.loginbody .errMsg {
    color: red;
}

.loginbody .registerinputCheckNumRow {
    margin-left: 30px;
    padding-left: 16px;
}

.loginbody .registerinputCheckNum {
    width: 188px;
    margin-left: -16px;
    padding-left: 15px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
}

.loginbody .checkNumBtn {
    /* float:right;  */
    width: 100px;
    height: 36px;
    margin-top: -36px;
    margin-left: 204px;

    display: block;
    border: 0;
    font-family: 'Microsoft YaHei';
    color: #fff;
    outline: none;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
}

.loginbody .checkNumBtn:disabled {
    background: #CCCCCC;
}

.loginbody .registerinput input {
    width: 60%;
    height: 32px;
    border: 0;
    outline: none;
    background: transparent;
    padding-left: 18px;
}

.loginbody .registerinputCheckNum input {
    width: 100px;
    height: 32px;
    border: 0;
    outline: none;
    background: transparent;
}

.loginbody img {
    width: 80px;
    height: 34px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.loginbody .gap {
    height: 12px;
    margin-left: 30px;
    color: red;
}

.loginbody .rememberMe {
    display: block;
    text-align: left;
    font-size: 12px;
    padding-left: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.loginbody button {
    display: block;
    border: 1px solid #fff;
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    width: 320px;
    height: 50px;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    background: #000000;
    border-radius: 3px;
}

.loginbody button:hover {
    background: #139d9b;
}

.loginbody .loginbodyBottom {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    background-color: #222222;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;

}

#errorInfo {
    color: red;
    padding-top: 8px;
    margin: 0 auto;
    text-align: center;
}

.loginbottom {
    width: 100%;
    background: #000;
    position: absolute;
    z-index: 9999999;
    bottom: 0;
    height: 34px;
    line-height: 34px;
}

.loginbottom .bottomcontent {
    font-size: 14px;
    color: #DDDDDD;
    text-align: center;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
