.label_defaults {
    font-weight: 400;
    font-size: 16px;
}

.input_defaults {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #000000;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-width: 1px;
    border-color: #cccccc;
}

.ifg-error {
    background-color: #F00;
    color: #FFF;
}

.ifg-success {
    background-color: #008000;
    color: #FFF;
}

.element_style_1 {
    width: ;
}

.paragraph_style_1 {
    width: ;
    color: #000000;
    font-size: 16px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
}

.default_submit_class {
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.element_style_2 {
    width: ;
}

.paragraph_style_2 {
    width: ;
    color: #000000;
    font-size: 16px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
}

.default_submit_class {
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.element_style_3 {
    width: ;
}

.paragraph_style_3 {
    width: ;
    color: #000000;
    font-size: 16px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
}

.default_submit_class {
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.element_style_6 {
    width: ;
}

.paragraph_style_6 {
    width: ;
    color: #000000;
    font-size: 16px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
}

.default_submit_class {
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.element_style_7 {
    color: #ffffff;
    font-size: 20px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    width: 140px;
    background-color: #616161;
    border-color: #cccccc;
    margin-left: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.default_submit_class {
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* 
.ifg-preview-continer {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px 10px;
    margin-top: 20px;
    max-width: 880px;
} */

.non-responsive-container {
    max-width: 880px;
    margin: 0 auto;
}


/* 验证码 */

.code {
    font-family: Arial;
    font-style: italic;
    font-size: 16px;
    border: 0;
    padding: 10px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    float: left;
    cursor: pointer;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #403939 !important;
    /* border-radius: 10px; */
    background: #fff;
}

#data_code {
    height: 40px;
    /* border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; */
}

#captch {
    height: 40px;
    width: 200px;
    float: left;
    border: 1px solid #403939 !important;
    font-size: 14px;
    padding-left: 10px;
}

.event-submit-btn {
    background-color: #dc261e !important;
    color: #fff !important;
}

#ifg-formfield-7 {
    border: 0 !important;
}