

.cont_center{
    flex: 1;
    padding: 16px 30px 0 30px;
}
.nav_a{
    font-size: 16px;
    text-align: left;
    color: #333;
}
.nav_a a{
    display: inline;
    padding: 0 0 0 2px;
}
.nav_a span{
    padding: 0 2px;
}

.formBox{
    width: 100%;
}
.formIn{
    min-height: 66px;
    text-align: left;
    font-size: 14px;
}
.margTop35{
    margin-top: 35px;
}
.formIn label{
    width: 100%;
    line-height: 30px;
    display: block;
}
.formIn input{
    width: 98%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #333;
    outline: none;
    cursor: text;
}
.formIn textarea{
    width: 98%;
    border-radius: 4px;
    border: 1px solid #333;
    outline: none;
    cursor: text;
}
.codeInput{
    width: 356px!important;
}
.codes{
    width: 60px;
    height: 36px;
    float: right;
    background-color: blueviolet;
}

.formTit{
    font-size: 12px;
    text-align: left;
    padding: 10px 0 40px 0;
}
.sumBtn{
    display: flex;
    margin: 0 auto 30px auto;
    width: 300px;
    font-size: 16px;
    height: 38px;
}
.sumBtn button{
    flex:1;
    width: 100px;
    text-align: center;
    margin: 0 25px;
    background-color: #006939;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: #fff;
}
.sumBtn button:hover{
    background-color: rgba(1, 104, 57,0.8);
}