.page {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/bg1.jpg) top center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.page .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-left: 30px;
}

.page .logo img {
    width: 165px;
}

.bd1 {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.block1,
.section1 {
    width: 892px;
    height: 500px;
}

.section1 {
    box-shadow: 4px 3px 38px 14px rgba(102, 102, 102, 0.15);
    -webkit-box-shadow: 4px 3px 38px 14px rgba(102, 102, 102, 0.15);
    -moz-box-shadow: 4px 3px 38px 14px rgba(102, 102, 102, 0.15);
}

.pic1 {
    width: 472px;
    height: 500px;
}

.mod1 {
    width: 420px;
    height: 500px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
}

.section2 {
    width: 320px;
    /* height: 302px; */
}

.txt1 {
    font-size: 18px;
    color: rgba(85, 85, 85, 1);
}

.mod2 {
    position: relative;
    margin-top: 30px;
    height: 46px;
    width: 320px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 5px;
}

.mod3 {
    position: relative;
    margin-top: 20px;
    height: 46px;
    width: 320px;
    border: 1px solid rgba(210, 210, 210, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.mod2 input,
.mod3 input {
    margin-left: 1%;
    padding-left: 15px;
    width: 98%;
    height: 44px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.SelectArea3 {
    position: relative;
    margin-top: 27px;
    height: 46px;
    width: 320px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 5px;
}

.section3 {
    width: 100%;
    display: table;
}

.SelectArea3 input {
    display: table-cell;
    margin-left: 1%;
    padding-left: 15px;
    width: 77%;
    height: 44px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.SelectArea3 .yzm_box {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.SelectArea3 .label1 {
    width: 69px;
    height: 44px;
    float: right;
}

.Button13 {
    background-color: rgba(84, 119, 242, 1);
    border-radius: 5px;
    height: 46px;
    margin-top: 30px;
    padding-left: 124px;
    width: 320px;
}

.word2 {
    width: 72px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    display: block;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
}

.info1 {
    font-size: 14px;
    color: #666;
    text-align: center;
    background: linear-gradient(to top, #cadaf3, 56%, #e4f0ff);
}

.field-phonenumadd {
    display: table-cell;
}

.SelectArea3 input#secondadd {
    padding-left: 0;
    width: 100%;
}

.help-block-error {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: red;
}