* {
    margin: 0;
    padding: 0;
}

.register {
    width: 100%;
}

.bannerOne {
    max-width: 400px;
    margin: 0 auto;
}

.bannerOne img {
    width: 100%;
}

.registeredBox {
    width: 100%;
    padding-top: 20px;
    
}

.registeredBox table {
    max-width: 400px;
    margin: 0 auto;
    width: 320px;
}

/* input的label值样式 */
.yanshidivlx {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    /* font-weight: bold; */
    color: #666;
}

/* input样式 */
.lxwminput4 {
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 5px;
    color: rgb(63, 63, 63);
    border: 1px solid #e0e0e0 !important;
    background: none;
    border-radius: 4px;
    margin-left: 10px;
}

/* 验证提示信息 */
#nameErrMsg,
#emailErrMsg,
#companyErrMsg,
#phoneErrMsg,
#codeErrMsg {
    margin-left: 12px;
    color: rgb(63, 63, 63);
    font-size: 12px;
}

#nameErrMsg img {
    width: 12px;
    height: 12px;
}

#emailErrMsg img {
    width: 12px;
    height: 12px;
}

#companyErrMsg img {
    width: 12px;
    height: 12px;
}

#phoneErrMsg img {
    width: 12px;
    height: 12px;
}

#codeErrMsg img {
    width: 12px;
    height: 12px;
}

/* 获取验证码倒计时按钮 */
#getCode {
    cursor: pointer;
    border: none;
    outline: none;
    background: #4588e8;
    color: white;
    padding: 0px 8px;
    height: 32px;
    margin-left: 4px;
    border-radius: 4px;
}

/* 联系我们 */
.lxwmbutton {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #008AE8;
    border: none;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    outline: none;
    margin-top: 6px;
}
.banquan{
    font-size: 10px;
    background-color: #171223;
    color: #999;
    height: 90px;
    width: 100%;
    text-align: center;
    padding-top: 14px;
    line-height: 26px;
}
#checkboxErrMsg img{
    width: 12px;
    height: 12px;
}