label.error{
    position: static !important;
}
.page {
    position: relative;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.section1 {
    height: 1080px;
    background: url(../../img/register3.png)
    100% no-repeat;
    width: 1920px;
}

.outer1 {
    height: 1080px;
    background: url(../../img/register1.png)
    100% no-repeat;
    width: 1920px;
}

.section2 {
    height: 1080px;
    background: url(../../img/register2.png) -199px -367px
    no-repeat;
    width: 1920px;
}

.bd1 {
    width: 1920px;
    height: 890px;
    margin-top: 190px;
}

.wrap1 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    height: 700px;
    margin-left: 310px;
    width: 1300px;
}

.block1 {
    width: 529px;
    height: 361px;
    margin: 141px 0 0 402px;
}

.info1 {
    width: 103px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    font-family: SourceHanSansCN-Light;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 196px;
    display: block;
}

.info4 {
    width: 127px;
    height: 37px;
    overflow-wrap: break-word;
    color: rgba(11, 65, 155, 1);
    font-size: 16px;
    font-family: SourceHanSansCN-Light;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    display: block;
    margin: 11px  0 0 30px;
}

.section3 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    height: 60px;
    border: 1px rgba(223, 223, 223, 1);
    margin-top: 66px;
    width: 500px;
}

.info2 {
    width: 133px;
    height: 15px;
    overflow-wrap: break-word;
    color: rgba(204, 204, 204, 1);
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    display: block;
    margin: 23px 0 0 18px;
}

.section4 {
    width: 529px;
    height: 78px;
    margin-top: 32px;
}

.block2 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    height: 60px;
    border: 1px rgba(223, 223, 223, 1);
    margin-top: 8px;
    width: 300px;
}

.txt1 {
    width: 99px;
    height: 15px;
    overflow-wrap: break-word;
    color: rgba(204, 204, 204, 1);
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    display: block;
    margin: 22px 0 0 18px;
}

.img1 {
    width: 200px;
    height: 60px;
    margin-right: 30px;
}

.section5 {
    background-color: rgba(11, 65, 155, 1);
    border-radius: 5px;
    height: 60px;
    margin-top: 41px;
    width: 500px;
}

.word1 {
    width: 100%;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: SourceHanSansCN-Normal;
    text-align: center;
    white-space: nowrap;
    line-height: 60px;
    display: block;
    margin: 0;
}

.wrap2 {
    background-color: rgba(11, 72, 155, 0.3);
    height: 60px;
    margin-top: 130px;
    width: 1920px;
}

.infoBox1 {
    width: 489px;
    height: 38px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: SourceHanSansCN-Light;
    text-align: center;
    line-height: 19px;
    white-space: nowrap;
    display: block;
    margin: 0 0 0 715px;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
}
body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}