.row{
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 auto;
}
.row:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1200px){
    .row{
        width: 60%;
    }
}
@media (min-width: 768px){
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-6 {
        width: 45%;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    form label .form-control{
        width: calc(100% - 20px);
    }
    form label textarea{
       width: 91%!important; 
    }
    form label select{
        width: calc(100% + 5px)!important;
    }
}
@media (max-width: 768px){
    .row{
        width: 80%;
    }
    form label{
        width: 100%;
    }
    form label select{
        width: calc(100% - 15px)!important;
    }
    form label .form-control{
        width: calc(100% - 40px);
    }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.text-center {
    text-align: center;
}
.zxly-tittle h3 {
    font-size: 35px;
    font-weight: bold;
    color: #D8212D;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
}
ul, li {
    list-style: none;
    padding: 0;
}
.h3, h3 {
    font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: rgba(216,33,45,.75);
    translate: all 0.03;
    color: #fff;
    transition: all 0.03s;
    font-size: 15px;
    border-radius: 5px;
    width: 90px;
}
.nav-pills>li>a {
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    background-color: darkgray;
    width: 90px;
    text-align: center;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
}
a {
    font-size: 14px;
    text-decoration: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.zxly-form {
    padding: 20px 0;
}
.zxly-form form {
    margin: 0;
}


#fo .req {
    position: relative;
}
#fo label {
    margin: 10px 0;
}
.zxly-form form .req {
    position: relative;
}
.zxly-form form .req input{
    background-color: rgba(222, 222, 222, 0.22);
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
#fo label input {
    background-color: rgba(222, 222, 222, 0.22);
    transition: all 0.33s;
}
.zxly-form form label input {
    background-color: rgba(216,33,45,0);
    transition: all 0.33s;
}
.form-control {
    display: block;
    height: 26px;
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#tel {
    position: relative;
}
#wl select {
    height: 40px;
    background-color: rgba(216,33,45,0);
    transition: all 0.33s;
}
#fo #wl select option, #fo #wl select option:focus {
    background-color: #fff;
}
#wl select option, #wl select option:focus {
    background-color: #fff;
}
#fo label {
    margin: 10px 0;
}
.fade.in {
    opacity: 1;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.zxly-form form div {
    margin: 20px 0;
}
.zxly-form form label {
    margin: 10px 0;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}



.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input {
    line-height: normal;
}



.zxly-form form .req:before {
    content: "*";
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 10;
    color: #D8212D;
    width: 5px;
}
.zxly-form form div button {
    width: 50%;
    outline: 0;
    margin: 10px auto;
    color: #fff;
    border: 1px solid rgba(216,33,45,1);
    background-color: rgba(216,33,45,.8);
    box-shadow: 0 2px 0 #929292, 0 3px 1px #999, inset 0 1px 1px #fff;
    transition: all 0.33s;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
#fo label textarea {
    height: 90px;
    background-color: rgba(222, 222, 222, 0.22);
    transition: all 0.33s;
}
.zxly-form form label textarea {
    height: 90px;
    background-color: rgba(216,33,45,0);
    transition: all 0.33s;
}
textarea.form-control {
    height: auto;
}