body {
    background: #f6f7fb;
}

label {
    text-align: right;
}

label span {
    color: #FF0000;
}

#form_box {
    padding-top: 260px;
    background: url(../images/form_bg_01.png) repeat-x;
    margin-bottom: 25px;
}

#form_box td {
    border: none;
}

#form_outline {
    width: 1000px;
    margin: 0 auto;
    height: 20px;
    background: url(../images/form_03.png) repeat-x;
}

#form1 {
    overflow: hidden;
    font-family: "微软雅黑";
}
#form1 label{
    font-weight: 400;
}

.nycontentwhite {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    width: 1000px;
}

.ly_img {
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -62px;
}

.liuyan {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 20px;
}

.liuyan p {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    margin-bottom: 14px;
}

.liuyan p:first-child {
    font-size: 30px;
    color: #333333;
}

.liuyan span {
    color: #ff0000;
}

.form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    /*height: 60px;*/
    margin: 0;
    z-index: 2000;
}

.form-group {
    margin-bottom: 10px;
    overflow: hidden;
}

.form-group .col-sm-2 {
    text-align: right;
    font-weight: 500;
}
.form-group .col-sm-8 {
    text-align: left;
    
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}

.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

.form-control:focus,
.single-line:focus {
    border-color: #1ab394 !important;
}

.has-success .form-control {
    border-color: #1ab394;
}

.has-warning .form-control {
    border-color: #f8ac59;
}

.has-error .form-control {
    border-color: #ed5565;
}

/*.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}*/

.form-horizontal {
    width: 100%;
    margin: 0 auto;
}

/* Validation */

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}
label.success {
    color: blue;
    display: inline-block;
    margin-left: 5px;
}

.form-control.error {
    border: 1px dotted #cc5965;
}
/*checkbox*/

.checkbox label::before {
    top: 2px;
}

.checkbox label::after {
    padding-top: 0px;
}

.radio label::before {
    top: 2px;
}

.radio label::after {
    top: 5px !important;
}

/*city三级联动*/

.info select {
    border: 1px #ccc solid;
    background: #FFFFFF;
    width: 120px;
    height: 30px;
    font-family: "microsoft yahei";
    text-indent: 10px;
    outline: none;
}

.info {
    margin: 0px;
    text-align: center;
}

.info #show {
    color: #3399FF;
}

.help-block {
    display: inline-block;
}
/*文件上传*/

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
/* 修改默认placeholder */

input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #999;
    font-size: 14px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #999;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #999;
    font-size: 14px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #999;
    font-size: 14px;
}
/* 验证码 */
