body {
    background: url(../images/bg2.jpg) no-repeat center top fixed;
    background-size: cover;
}

.register_wrap {
    width: 689px;
    height: 788px;
    background: url(../images/bg33.png) no-repeat center;
    margin: 60px auto 0;
    position: relative;
}

.reg_con {
    width: 420px;
    height: 465px;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 140px;
}

.reg_title {
    font-size: 36px;
    color: #2F2013;
    text-align: center;
}

.td_pos {
    position: relative;
}

.icon,
.icon2 {
    width: 17px;
    height: 22px;
    position: absolute;
    left: 15px;
    top: 20px;
    background: url(../images/zc.png) no-repeat center;
    background-size: 100% 100%;
}

.icon1 {
    background-image: url(../images/icon50.png);
}

.icon2 {
    background-image: url(../images/zc-02.png);
}

.icon3 {
    background-image: url(../images/icon43.png);
}

.tel_span {
    position: absolute;
    height: 43px;
    box-sizing: border-box;
    color: rgba(102, 102, 102, 1);
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    right: -144px;
    top: 20px;
}

.tel_span i {
    width: 10px;
    height: 20px;
    position: absolute;
    left: -10px;
    background: url(../images/icon44.png) no-repeat left center;
}

.yzm_div {
    width: 415px;
    height: 42px;
    position: relative;
    margin-top: 20px;
}

.yzm_span {
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    height: 45px;
    background: rgba(240, 244, 248, 1);
    border-radius: 2px;
    border: 1px solid rgba(208, 220, 232, 1);
    border-left: none;
}

.form-div .yzm_div .yzm_ipt {
    width: 260px;
    height: 42px;
    position: absolute;
    margin-top: 0;
    text-indent: 20px;
}

.form-div .yzm_div .yzm_btn {
    width: 136px;
    height: 42px;
    background: rgba(47, 32, 19, 1);
    border-radius: 21px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    border: none;
}

.form-div .reset_btn {
    float: left;
    width: 415px;
    height: 50px;
    background: rgba(234, 232, 231, 1);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #2F2013;
    cursor: pointer;
}

.form-div #redsubmit {
    width: 415px;
    height: 50px;
    background: rgba(47, 32, 19, 1);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin: 20px 0 10px;
    border: none;
}