.w1 {
    width: 1140px;
}
.pl40{
    padding-left: 40px;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

@font-face {
    font-family: 'iconfont5';
    src: url('../new-font/iconfont.eot');
    src: url('../new-font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../new-font/iconfont.woff') format('woff'),
    url('../new-font/iconfont.ttf') format('truetype'),
    url('../new-font/iconfont.svg#iconfont') format('svg');
}

.iconfont5 {
    font-family: "iconfont5" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
input:-webkit-autofill {
    -webkit-box-shadow:000px 1000px white inset !important;
}
a:link, a:visited {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #00a199;
}

/*table*/
.table {
    width: 100%;
    /* border: 1px solid #f8f8f8; */
    border-right: none;
    border-bottom: none;
}

.table th,
.table td {
    font-size: 14px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

.table th {
    color: #666;
    background: #f5f5f5;
}

.table td {
    color: #343434;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

/*table /*/
/*pages*/
.pages {
    height: 44px;
    text-align: right;
}

.pages a,
.pages span,
.pages form {
    display: inline-block;
}

.pages a,
.pages span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #333;
    margin-right: 6px;
}

.pages a {
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.pages a.prev,
.pages a.last {
    font-size: 14px;
    color: #666;
}

.pages a:hover,
.pages a.active {
    color: #fff;
    background: #00a39a;
}

.pages a.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pages a.disabled:hover {
    background: #fff;
}

.pages span {
    font-weight: bold;
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
}

.pages form input[type='text'] {
    border: 1px solid #ff9c00;
    padding: 0 4px;
    color: #999;
    width: 50px;
    height: 34px;
}

.pages form button[type='submit'] {
    background: none;
    border: 1px solid #2ac3c0;
    color: #2ac3c0;
    cursor: pointer;
    width: 52px;
    height: 36px;
    margin-left: 6px;
    font-family: Microsoft YaHei, 'sans-serif';
}

.pages form button[type='submit']:hover {
    background: #2ac3c0;
    color: #fff;
}

/*pages /*/
/*btn*/
.btn[type="button"],
.btn[type="submit"],
.btn:link,
.btn:visited {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-family: Microsoft YaHei, 'sans-serif';
    outline: none;
    cursor: pointer;
}
.btn[type="button"],
.btn[type="submit"]{
    height: 28px;
    line-height: 28px;
}
.btn-default[type="button"],
.btn-default[type="submit"],
.btn-default:link,
.btn-default:visited {
    background: #fff;
}
.btn-info[type="button"],
.btn-info[type="submit"],
.btn-info:link,
.btn-info:visited{
    color: #fff;
    border-color: #29c3c1;
    background: #29c3c1;
}
.btn-danger[type="button"],
.btn-danger[type="submit"],
.btn-danger:link,
.btn-danger:visited{
    color: #fff;
    border-color: #fc430b;
    background: #fc430b;
}
.btn-link:link,
.btn-link:visited{
    border: none;
    padding: 0;
}
.text-warn:link,
.text-warn:visited{
    color: #FF9C00;
}
.text-info:link,
.text-info:visited{
    color: #29c3c1;
}
.text-info:link,
.text-info:visited{
    color: #29c3c1;
}
.text-yellow,
.text-yellow:link,
.text-yellow:visited{
    color: #ffff20;
}
.btn-larger[type="button"],
.btn-larger[type="submit"],
.btn-larger:link,
.btn-larger:visited {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    padding: 0 76px;
}
/*btn /*/
/*text*/
.text-danger{
    color: #fd120f !important;
}
.text-warn{
    color: #ff9d00 !important;
}
.text-info{
    color: #4db0c7 !important;
}
/*text /*/
/*form*/
.form-column-static .static-text,
.form-column .form-column-select,
.form-column .form-column-label,
.form-column .form-column-input[type='text'],
.form-column .form-column-input[type='password'] {
    float: left;
    font-size: 14px;
    color: #333;
    font-family: Microsoft YaHei, 'sans-serif';
}

.form-column .form-column-label {
    width: 130px;
    height: 28px;
    text-align: right;
    line-height: 28px;
}
.form-column .form-column-select,
.form-column .form-column-input[type='text'],
.form-column .form-column-input[type='password'] {
    width: 200px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    outline: none;
    margin-left: 15px;
}
.form-column .form-column-select{
    height: 30px;
    line-height: 30px;
    width: 212px;
}
.form-column .pl115{
    padding-left: 144px;
}
.form-column .radio-inline{
    margin-right: 40px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
}
.form-column .radio-inline i {
    float: left;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/form/radio.png") no-repeat 0 0;
    margin: 7px 6px 0 0;
}
.form-column .radio-inline.active {
    color: #0086f7;
}
.form-column .radio-inline.active i{
    background-position: 0 -16px;
}
.form-column .radio-inline input[type='radio']{
    display: none;
}
.form-column .form-column-textarea{
    width: 388px;
    height: 146px;
    outline: none;
    border: 1px solid #e5e5e5;
    resize: none;
    margin-left: 15px;
    padding: 10px;
}
.form-column-static .static-text{
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 20px;
}
/*form*/
/*col*/
.col-3,
.col-4,
.col-5,
.col-7{
    float: left;
}
.col-3 {
    width: 33.33%;
    min-width: 460px;
    margin-top: 20px;
}
.col-4{
    width: 25%;
    min-width: 340px;
    margin-top: 20px;
}
.col-5{
    width: 20%;
}
.col-7{
    width: 66.67%;
}
/*col /*/
/*ValidForm*/
.Validform_checktip {
    margin-left: 8px;
    height: 20px;
    overflow: hidden;
    color: red;
    font-size: 12px;
    line-height: 20px;
}
.Validform_down{
    display: block;
    width: 50%;
    margin-left: 116px;
}
.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url("../img/validform/right.png") no-repeat left center;
}
.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url("../img/validform/error.png") no-repeat left center;
}
.Validform_loading {
    padding-left: 20px;
    background: url("../img/validform/onLoad.gif") no-repeat left center;
}
.Validform_error {
/*     background-color: #ffe7e7; */
}
#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #000;
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited{
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    text-decoration: none;
}

#Validform_msg a.Validform_close:hover{
    color: #cc0;
}

#Validform_msg .Validform_info {
    padding: 8px;
    border: 1px solid #000;
    border-top: none;
    text-align: left;
}
/*ValidForm /*/
/*verification*/
.verification{
    display: inline-block;
    width: 64px;
    height: 20px;
    border: 1px solid #e5e5e5;
    padding: 3px;
    cursor: pointer;
}
.verification img{
    width: 65px;
    height: 20px;
}
/*verification /*/
/*bg*/
.bg-warn{
    background: #f09c21;
}
.bg-success{
    background: #66a556;
}
.bg-danger{
    background: #d74e3e;
}
.bg-info{
    background: #4db0c7;
}
.bg-alert{
    background: #8635ab;
}
/*bg /*/
/*bd*/
.bd-warn{
    border-color: #ed910a !important;
}
.bd-success{
    border-color: #4fa23a !important;
}
.bd-danger{
    border-color: #d94030 !important;
}
.bd-info{
    border-color: #42aac3 !important;
}
.bd-alert{
    border-color: #812ba8 !important;
}
/*bd /*/
/*tips*/

/*tips /*/
/*step-bar*/
/*step*/
.step-bar{
    padding-left: 280px;
}
.step-bar span{
    display: block;
    float: left;
}
.step-bar .step,
.step-bar .step-line{
    height: 50px;
    line-height: 50px;
}
.step-bar .step{
    padding-left: 65px;
}
.step-bar .step-line{
    margin: 0 20px;
    width: 236px;
    background: url("../img/public/step-line.png") no-repeat 50% 50%;
}
.step-bar .step-line.done{
    background: url("../img/public/step-line-done.png") no-repeat 50% 50%;
}
.step-bar .step-1.doing{
    color: #00a199;
    background: url("../img/public/step-1-doing.png") no-repeat 0 50%;
}
.step-bar .step-1.done{
    color: #333;
    background: url("../img/public/step-1-done.png") no-repeat 0 50%;
}
.step-bar .step-2{
    background: url("../img/public/step-2.png") no-repeat 0 50%;
}
.step-bar .step-2.doing{
    color: #00a199;
    background: url("../img/public/step-2-doing.png") no-repeat 0 50%;
}
.step-bar .step-2.done{
    color: #333;
    background: url("../img/public/step-2-done.png") no-repeat 0 50%;
}
.step-bar .step-3{
    background: url("../img/public/step-3.png") no-repeat 0 50%;
}
.step-bar .step-3.done{
    color: #00a199;
    background: url("../img/public/step-3-done.png") no-repeat 0 50%;
}
/*step-bar /*/
/*发送验证码新样式*/
.f2-verification {
    margin-left: -74px;
}
.form-column .clearfix input.f2-yamcode{
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    color:#333;
    margin-left: -110px;
    margin-top: 1px;
    border-radius: 0;
    width: 110px;
}