
.main {
    width: 1024px;
    margin: 0 auto;
    padding: 120px 0 20px
    box-sizing:content-box;
    height: calc(100vh - 273px - 60px );
    min-height: 600px;
}
input{
    box-sizing:content-box;
}
textarea{
    box-sizing:content-box;
}
.main_title {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 80px;
}

.main_title span:nth-child(1) {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.main_title span:nth-child(2) {
    font-size: 14px;
    color: #545454;
}

.main_form {}

.main_form_main {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.main_form_main_left {
    width: 590px;
}

.main_form_main_left_a {
    display: flex;
    flex-flow: column;
}

.main_form_main_left_a>span {
    font-size: 18px;
    color: #6a62ad;
}
.main_form_main_left_a> .red {
    color: #f50;
    font-size: 12px;
    height: 20px;
    color: white;
}
.main_form_main_left_a p {
    width: 100%;
    position: relative;
    margin:10px 0 0 0;
}

.main_form_main_left_a p>span {
    position: absolute;
    padding: 0 15px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a8a8a8;
    font-size: 14px;
}

.main_form_main_left_a p input {
    width: 515px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 0 70px 0 5px;
    background-color: #fafafa;
}
.main_form_main_left_a input:hover {
    border: 1px solid #6a62ad;
}


.main_form_main_left_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px ;
}
.main_form_main_left_b div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 375px;
    height: 44px;
    position: relative;
}

.main_form_main_left_b div span{
    position: absolute;
    height: 42px;
    width: 30px;
    background-color: #fafafa;
    right:1px;
    top: 1px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_form_main_left_b select {
    width: 375px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    background-color: #fafafa;
}
.main_form_main_left_b div:hover select{
    border: 1px solid #6a62ad;
}


.main_form_main_left_b input {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    width: 165px;
    padding: 6px 7px;
    background-color: #fafafa;
    color: #313131;
    font-size: 14px;
}
.main_form_main_left_b input:hover {
    border: 1px solid #6a62ad;
}

.main_form_main_left_c {
    position: relative;
    min-height: 110px;
}

.main_form_main_left_c textarea {
    width: 515px;
    min-height: 110px;
    padding: 5px 70px 5px 5px;
    resize: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fafafa;
}

.main_form_main_left_c textarea:hover {
    border: 1px solid #6a62ad;
}

.main_form_main_left_c>span {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5px;
    height: 91%;
    border-radius: 4px;
    color: #a8a8a8;
    font-size: 14px;
    background-color: #fafafa;
}

.main_form_main_right {
    width: 360px;
}

.main_form_main_right_a {
    display: flex;
    flex-flow: column;
}

.main_form_main_right_a p {
    margin:10px 0 0 0;
}

.main_form_main_right_a>span {
    font-size: 18px;
    color: #6a62ad;
}
.main_form_main_right_a .red {
    color: #f50;
    font-size: 12px;
    height: 20px;
    color: white;
}

.main_form_main_right_a input {
    width: 350px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 0 5px;
    background-color: #fafafa;
    color: #313131;
    font-size: 14px;
    outline: none;
}
.main_form_main_right_a input:hover {
    border: 1px solid #6a62ad;
}


.main_form_main_right_c {
    display: flex;
    flex-flow: column;
}
.main_form_main_right_c div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;

}
.main_form_main_right_c .red{
    color: #f50;
    font-size: 12px;
    height: 20px;
    color: white;
}

.main_form_main_right_c div span {
    width: 137px;
    height: 44px;
    background-color: #f1f1f3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c3c3c;
    font-size: 12px;
    background-color: #6a62ad;
    color: white;
}

.main_form_main_right_c div input {
    height: 42px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 0 5px;
    background-color: #fafafa;
    color: #313131;
    font-size: 14px;
}
.main_form_main_right_c input:hover {
    border: 1px solid #6a62ad;
}

.main_form_btn {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.main_form_btn_btn {
    text-align: center;
}

.main_form_btn_btn button {
    height: 53px;
    width: 198px;
    background-color: #d9d9d9;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    color: white;
}

.main_form_btn_agreement {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 13px;
    color: #a6a6a6;
}
.main_form_btn_agreement img{
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-radius: 50%;
}
.main_form_btn_agreement span {
    margin-left: 5px;
}

.main_form_btn_agreement a {
    color: #2db7f5;
    text-decoration: none;
    font-size: 12px;
}