@charset "utf-8";
/*!
 * @名称：layout.css
 * @功能：自定义样式
 * @作者：haibao
 * @日期：2014-05-22
 */
.w960 {width: 960px;margin: 0 auto;}
.w330 {width: 330px;margin: 0 auto;text-align: center}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.c7b {color: #7B7B7B;}
.c46 {color: #4677BD;}
.f16 {font-size: 16px;}

/* header */
#loginBar {background-color: #2B2B2B;line-height: 36px;}
#loginBar a {color:#707070;}
.sp {color:#707070;margin: 0 2px;}
#headBox {background-color: #2B2B2B;}
#navs a {color: #EBEBEB;font-size: 18px;line-height: 60px;display: inline-block;margin-left: 2em;}
#navs a.active,#navs a:hover {text-decoration: none;color: #ffed00;}
.pig_logo{color: #fff;font-size: 30px;font-weight: 200;line-height: 60px;text-decoration: none}
.pig_logo a:hover{text-decoration: none}

/* container */
.container {border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;box-shadow: 0 0 3px #ccc;-webkit-box-shadow: 0 0 3px #ccc;}
#processor {background-color: #23c6c8;padding: 15px 70px;position: relative;}
#step1 {display: block;}
.processorBox li {float: left;width:33.333%;}
.step_inner {color: #FFFFFF;text-align: center;width: 100px;margin: 0 auto;}
.step_line {width: 720px;background-color: rgba(255,255,255,.5);height: 6px;position: absolute;top: 50%;left: 50%;margin: -18px auto auto -360px;z-index: 1;}
.processorBox li .icon_step {width: 36px;height: 36px;line-height: 36px;display: inline-block;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;color: #23c6c8;font-size: 18px;text-align: center;background-color: #fff;position: relative;z-index: 2;}
.processorBox li.current .icon_step {background-color: #ffed00;}
.processorBox h4 {color: #fff;margin-top: 5px;}
.processorBox li.current h4 {color: #ffed00;}
.content {background-color: #ffffff;padding: 45px 50px;}
.frm_control_group {padding-bottom:25px;}
.frm_label {width: 8em;float: left;margin-right: 1em;line-height: 35px;text-align: right}
.frm_controls {display: table-cell;float: none;vertical-align: top;width: auto;}
.frm_input,.frm_textarea {width: 300px;outline: 0 none;border: 1px solid #C5C5C5;height: 35px;line-height: 35px;vertical-align: middle;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset;padding: 0 10px;}
.frm_input:focus,.frm_textarea:focus {border: 1px solid #4677BD;box-shadow: 0 0 2px #ddd;-webkit-box-shadow: 0 0 3px #ddd;}
.frm_tips {color: #C1C2C3;padding-top: 4px;width: 500px;}
.verifycode .frm_input {width: 98px;}
.verifycode img {height: 37px;vertical-align: middle;}
.changeVerifyCode {color: #4677BD;margin-left: 3px;}
.toolBar {margin-top: 15px;padding: 25px 0;text-align: center;border-top: 1px solid #D2D2D2;box-shadow: 0 1px 0 #FBFBFB inset;-webkit-box-shadow: 0 1px 0 #FBFBFB inset;}
.btn {border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;cursor: pointer;display: inline-block;font-size: 14px;height: 35px;line-height: 35px;overflow: visible;padding: 0 36px;text-align: center;text-decoration: none;vertical-align: middle;}
.btn_primary {background-color: #23c6c8;color: #FFFFFF;border: 1px solid #23c6c8;}
.btn_default {background-color: #F1F1F1;color: #000000;border: 1px solid #D1D1D1;}
.btn:hover {text-decoration: none;}
.phoneYzm {width: 145px;}
.pig_hqu{line-height: 37px;background-color: #e1e1e1;display: inline-block;padding: 0 30px;border-radius: 4px;margin-left: 15px;}
.pig_sade a{color: #FF9D00!important;}

input,select,textarea{vertical-align:middle; *font-size:100%;}

input{ margin:0;outline:none; padding:0;}

input::-ms-clear{display:none;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.m_zlxg{ width:93px; height:30px; line-height:30px;cursor:pointer;float:left;margin:0 10px 0 0;display:inline;background:url(images/zlxg2.jpg) no-repeat;}

.m_zlxg p{ width:71px; padding-left:10px; overflow:hidden; line-height:30px; color:#333333; font-size:12px; font-family:"微软雅黑";text-overflow:ellipsis; white-space:nowrap;}

.m_zlxg2{ position:absolute; top:29px; border:1px solid #ded3c1;background:#fff; width:91px; display:none; max-height:224px;-height:224px; overflow-x:hidden; overflow-y:auto;white-space:nowrap;}

.m_zlxg2 li{line-height:28px;white-space:nowrap; padding-left:10px;font-family:"微软雅黑";color:#333333; font-size:12px;}

.m_zlxg2 li:hover{ color:#7a5a21;}

.pig_okimg{width: 100px;margin: auto}
.pig_okimg img{width: 100%!important;margin-bottom: 20px;}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    z-index: 2050!important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 10% auto;
    }
}
.modal-dialog {
    z-index: 1200;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100;
}
.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.modal-content {
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    outline: 0 none;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.moban .modal-header {
    padding: 15px;
    text-align: left;
}
.modal-body {
    position: relative;
    padding: 20px 30px 30px;
}
.inmodal .modal-body {
    background: #f8fafb;
}
.inmodal .modal-body {
    min-height: 180px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer {
    margin-top: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop {
    z-index: 2040!important;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.moban .modal-title {
    font-size: 16px;
    font-weight: 500;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-header .close {
    margin-top: -2px;
}

.btn-white {
    color: inherit;
    background: #fff;
    border: 1px solid #e7eaec;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open .dropdown-toggle.btn-white {
    color: inherit;
    border: 1px solid #d2d2d2;
}
.btn-white.active, .btn-white:active {
    box-shadow: 0 2px 5px rgba(0,0,0,.15)inset;
}
.btn-white.active, .btn-white:active, .open .dropdown-toggle.btn-white {
    background-image: none;
}

.pig_zhpw li{width: 25%}
.pig_loeng{background-color: #e1e1e1;color: #333;border: 1px #e1e1e1 solid}
.tle_aye input{width: 200px;}
.pig_xigpa .frm_label{width: 19em}


/* footer */
#footer {padding: 12px 0 30px 0;color: #9E9F9F;}
.footNavs {color: #9E9F9F;}
