@charset "utf-8";
/* css document */
.pinggu {
    box-shadow: 0px 0px 12px 0px rgba(117, 117, 117, 0.37);
    padding: 50px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}
input[type='checkbox'], input[type='radio'] {
    height: 38px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}
input[type=checkbox]:checked, input[type=radio]:checked {
    color: #fff;
    background-color: #66ccff;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none!important;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    margin-bottom: 15px;
    line-height: 38px;
    position: relative;
    margin-right: 1%;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 15px!important;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    margin: 0!important;
}
label.labeltext {
    color: #262626;
    font-size: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
}
label.labeltext span {
    font-size: 16px;
    color: red
}
.form-group:nth-of-type(1) div label {
    width: 11%;
}
.form-group:nth-of-type(2) div label {
    width: 12.5%;
}
.form-group:nth-of-type(3) div label {
    width: 15%;
}
.form-group:nth-of-type(4) div label {
    width: 23.5%;
}
.form-group:nth-of-type(5) div label {
    width: 23.5%;
}
.form-group:nth-of-type(6) div label {
    width: 32%;
}
.form-group:nth-of-type(7) div label {
    width: 18.5%;
}
.form-group:nth-of-type(8), .form-group:nth-of-type(9) {
    width: 38%;
    margin-right: 1%;
    display: inline-block;
}
.form-group:nth-of-type(8) label, .form-group:nth-of-type(9) label {
    width: 15%;
    display: inline-block;
    border: none;
    font-weight: normal;
    font-size: 18px;
}
.form-group:nth-of-type(8) input, .form-group:nth-of-type(9) input {
    width: 65%;
    display: inline-block;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.btn-submit {
    background-color: #ff6633;
    border: none;
    display: block;
    margin-left: 420px;
    width: 300px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
}
.btn-primary:hover {
    background-color: #b3421d;
}
.btn-primary:active:hover {
    background-color: #b3421d;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.cotips {
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
}
.cotips span {
    color: red;
}
#formcontainer h4 {
    color: #262626;
    font-size: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
}