@charset "utf-8";
.cont_box {
    height: 70vh;
    max-height: 766px;
    min-width: 800px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    /*background-color: rgba(244, 244, 244, 1);*/
    box-shadow: 0px 7px 14px 2px rgba(37, 31, 25, 0.03);
    border-radius: 10px;
}

.cont_header {
    border-bottom: 2px #59b3e3 solid;
    padding-bottom: 24px;
}

.cont_header > h1 {
    margin-top: 36px;
    color: rgba(70, 69, 69, 1);
    margin-left: 48px;
    font-size: 32px;
    letter-spacing: 13px;
    font-weight: 500;
}

.cont_header > h2 {
    color: #999999;
    margin-left: 48px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
}

.cont_sty {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.cont_form {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.cont_body {
    width: 100%;
    text-align: center;
    padding-top: 110px;
}

.form_item {
    margin-bottom: 50px;
}

.cont_input {
    width: 290px;
    height: 30px;
    /*border: 1px solid #bfbfbf!important;*/
    /*background-color: rgba(244, 244, 244, 1);*/
}

.yzmBtn {
    width: 96px;
    margin-left: 10px;
    height: 30px;
    font-size: 13px;
    border-radius: 2px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 1);
    background: #65d197;
}
.btn_blue:hover{
    background-color: #44c47f;
}

.form_item label {
    width: 110px;
    text-align: right;
    display: inline-block;
}

.nextBtn {
    margin-top: 0px;
    width: 250px;
    height: 36px;
    background: #59b3e3;
    border-radius: 4px;
    font-weight: 600;
}
.nextBtn:hover{
    background-color: #40aae3;
}