form {
    width: 908px;
    height: calc(100vh - 311px);
    margin: 20px auto 0;
}
.CompanyInfor2 {
    width: 100%;
    height: calc(100% - 350px);
}
.CompanyInfor2 ul:first-child li:first-child{
    color: #333333;
}
.CompanyInfor2 ul:first-child {
    width: 320px;
    height: 260px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.CompanyInfor2 ul:first-child li {
    width: 100%;
    height: 34px;
    display: block;
    float: left;
    text-align: right;
    line-height: 34px;
    font-size: 14px;
    color: #999999;
    margin-top: 18px;
}
.CompanyInfor2 ul:first-child li:first-child {
    color: #000000;
}

.CompanyInfor2 ul:first-child li i {
    color: #ff0000;
    margin-right: 5px;
    font-style: normal;
}
.CompanyInfor2 ul:nth-child(2) {
    width: calc(100% - 320px);
    height: 260px;
    display: block;
    float: right;
    padding: 0;
    margin: 0;
}
.CompanyInfor3 ul:nth-child(2){
    height: 200px;
}
.CompanyInfor2 ul:nth-child(2) li {
    width: 100%;
    height: 34px;
    display: block;
    float: left;
    line-height: 34px;
    margin-top: 18px;
    box-sizing: border-box;
    padding-left: 20px;
}
.CompanyInfor2 ul:nth-child(2) li input {
    width: 358px;
    height: 34px;
    box-sizing: border-box;
    display: block;
    float: left;
}
.CompanyInfor2 ul:nth-child(2) li span {
    width: 167px;
    height: 34px;
    display: none;
    float: right;
    color: #ff0000;
}
.CompanyInfor2 ul:nth-child(2) li button {
    width: 103px;
    height: 34px;
    border: none;
    box-sizing: border-box;
    background: #29aeef;
    color: #ffffff;
    margin-left: 10px;
}

.register button {
    width: 141px;
    height: 36px;
    display: block;
    float: left;
    background: #29aeef;
    color: #ffffff;
    border: none;
    margin-left: 449px;
    margin-top: 40px;
}