/*
    注：
    此样式表为程序员专用，通过此样式表覆盖之前样式。不要改前端提供的样式了
    ~_~ O(∩_∩)O谢谢!
*/
/*注册 input框样式*/
.registInput {
    border: 0;
    outline: none;
    height: 17px;
    width: 267px;
}

/*地图 机构选中样式*/
.mapInfo_list li.active {
    color: #6da021;
}

/*登陆 去掉 二维码登陆样式 start*/
.loginPopUp1 {
    margin: auto;
    width: 520px;
    height: 330px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*overflow: auto;*/
    background-color: #ffffff;
}

.registPopUpTop1 {
    width: 520px;
    height: 42px;
    background: url(../images/zzy/top_03.png) no-repeat;
    padding: 10px 15px;
}

/*登陆 去掉 二维码登陆样式 end*/
.registPopUp {
    width: 732px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -366px;
    background-color: #ffffff;
}

.registPopUpBody {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 732px;
    height: 432px;
    padding: 35px 0 60px 0;
}

.pointer {
    cursor: pointer;
}

.legalData_list li {
    cursor: pointer;
}

/*----分页代码 start-----*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

/*----翻页----*/
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before, .pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before, .pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.flipModule {
    float: right;
    width: 100%;
    height: 39px;
}

.flipModule ul {
    float: right;
    margin-top: 4px;
}

.flipModule li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.flipModule li .inputTxt {
    display: inline;
}

/*----分页代码 end-----*/


/*楚小法楚小律弹框*/
.xFL_alert_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/case1.png") repeat;
}
.xFL_alert_main {
    width: 1030px;
    height: 566px;
    background: url("../images/case2.png") no-repeat;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    top: 50%;
    margin: -283px auto 0;
}
.xFL_alert_close {
    width: 22px;
    height: 22px;
    background: url("../images/case3.png") no-repeat;
    margin: 10px 10px 0px 998px;
    cursor: pointer;
}
.xFL_alert_inner {
    width: 720px;
    height: 370px;
    margin: 74px auto;
}
.xFL_alert_inner_l, .xFL_alert_inner_r{
    width: 310px;
    height: 370px;
    background-color: #fff;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.xFL_alert_inner_l {
    margin-right: 100px;
    overflow: hidden;
    position: relative;
}
.xFL_innerl_top {
    width: 310px;
    height: 180px;
    background: url("../images/case4.png") no-repeat;
}
.xFL_innerr_top {
    width: 310px;
    height: 180px;
    background: url("../images/case5.png") no-repeat;
}
.xFL_innerl_txt {
    width: 310px;
    height: 133px;
    margin: 0 auto;
}
.xFL_innerr_txt {
    width: 310px;
    height: 133px;
    margin: 0 auto;
}
.xFL_innerl_txt_T{
    width: 260px;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    margin: 0 auto;
    padding-top: 12px;
    line-height: 25px;
    border-radius: 6px;
    background-color: #fff;
}
.xFL_innerl_txt_main {
    width: 285px;
    height: 70px;
    padding: 12px 12px 0;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    overflow: hidden;
}
.xFL_innerl_btn {
    position: absolute;
    bottom: 20px;
    left: 95px;
    display: inline-block;
    width: 118px;
    border: 1px solid #1dbcff;
    border-radius: 2px;
    font-size: 16px;
    color: #1dbcff;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
}
.xFL_alert_inner_l.active .xFL_innerl_txt_T{
    margin-top: -25px;
}
.xFL_alert_inner_l.active .xFL_innerl_txt_main{
    height: 94px;
}
.xFL_alert_inner_l.active .xFL_innerl_btn{
    background: #1dbcff;
    color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(29, 188, 255, 0.35);
}
.marginAlertR0{
    margin-right: 0;
}

.fkfw_close {
    position: absolute;
    top: -15px;
    right: 0px;
    width: 39px;
    height: 13px;
    background: url(../images/close.png) no-repeat;
}

.banner_yq {
    height: 350px;
    background: url(../images/banner_yq.png) no-repeat center center;
}


/*20210406预约样式*/
.order_law {
    width: 76px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #2466ca;
    margin-top: 20px;
    margin-left: 156px;
}
.registPopUp1 {
    width: 732px;
    height: 700px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-top: -240px;
    margin-left: -366px;
    background-color: #ffffff;
}
.registPopUpBody1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 732px;
    height: 650px;
    padding: 35px 0 60px 0;
}
.submitPara {
    padding: 18px 0 28px 6px;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    text-align: justify;
}
.registLine1 {
    line-height: 50px;
}
.text_font201 {
    font-size: 15px;
}
.registSubmit1 {
    width: 100px;
    line-height: 40px;
    text-align: center;
    background: #9d7b5e;
    border-radius: 5px;
    color: #fff3f3;
}

/*人民调解申请20210408*/
.tj_tips {
    color: #d50000;
    padding-left: 23px;
    line-height: 40px;
}
.tj_warning {
    color: #38b4e7;
    font-size: 14px;
    line-height: 31px;
}
.tj_top {
    padding: 57px 0 66px;
    background: url(../images/banner7.png) no-repeat center bottom #f0f5fc;
}
.tj_top_warn {
    background: url(../images/tjIcon6.png) no-repeat left 26px;
}
.tj_top_txt {
    margin-left: 478px;
    line-height: 30px;
    padding-left: 27px;
    color: #333333;
    font-size: 17px;
    background: url(../images/zxIcon6.png) no-repeat left 6px;
}
.tj_top_txt a {
    color: #007adf;
}
.tj_top_btn {
    width: 180px;
    color: #007adf;
    font-size: 17px;
    line-height: 40px;
    padding: 0 15px;
    background: #deebfe;
    border: 1px solid #007adf;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 21px 0 43px auto;
}
.tj_top_btn i {
    display: inline-block;
    width: 24px;
    height: 40px;
    background: url(../images/tjIcon5.png) no-repeat center center;
    margin-right: 6px;
    vertical-align: top;
}
.tj_list>li {
    float: left;
    width: 277px;
    height: 94px;
    background: url(../images/tjBg1.png) no-repeat center center;
    padding: 5px 9px 0 9px;
    box-sizing: border-box;
}
.tj_list_num {
    float: left;
    width: 55px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Arial';
    margin-right: 20px;
}
.tj_list_txt {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    margin-top: 13px;
}
.tj_icon1 {
    background: url(../images/tjIcon1.png) no-repeat right 15px center;
}
.tj_icon2 {
    background: url(../images/tjIcon2.png) no-repeat right 15px center;
}
.tj_icon3 {
    background: url(../images/tjIcon3.png) no-repeat right 15px center;
}
.tj_icon4 {
    background: url(../images/tjIcon4.png) no-repeat right 15px center;
}
.tj_list {
    margin: 0 -4px;
}
.tj_list>li.active {
    background: url(../images/tjBg2.png) no-repeat center center;
}
.apply_form {
    border: 1px solid #eeeeee;
    padding: 0 19px;
    margin-top: 36px;
}
.apply_form_tit {
    border-bottom: 2px solid #eeeeee;
    background: url(../images/officeTBg2.png) no-repeat 4px center;
    margin-bottom: 30px;
}
.apply_form_tit span {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    line-height: 51px;
    padding: 0 13px 0 18px;
    position: relative;
}
.apply_form_tit span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 103px;
    bottom: -2px;
    border-bottom: 2px solid #1055b9;
}
.apply_infor .appointment_infor label {
    line-height: 32px;
    color: #555555;
    font-size: 15px;
}
.apply_infor .appointment_infor input, .apply_infor .appointment_infor select, .apply_infor .appointment_infor textarea {
    width: 260px;
    height: 32px;
    line-height: 30px;
    color: #555555;
    font-size: 15px;
    border: 1px solid #cccccc;
}
.apply_infor .appointment_infor textarea {
    width: 790px;
    height: 103px;
}
.apply_infor .appointment_infor label {
    line-height: 32px;
    color: #555555;
    font-size: 15px;
}
.apply_infor .appointment_infor input, .apply_infor .appointment_infor select, .apply_infor .appointment_infor textarea {
    width: 260px;
    height: 32px;
    line-height: 30px;
    color: #555555;
    font-size: 15px;
    border: 1px solid #cccccc;
}
.apply_infor .appointment_infor textarea {
    width: 790px;
    height: 103px;
}
.main1100 {
    width: 1100px;
    margin: auto;
}
.mainXz {
    min-height: 816px;
}
.appointment_infor {
    margin-bottom: 20px;
}
.appointment_infor label {
    float: left;
    width: 152px;
    line-height: 40px;
    text-align: right;
    color: #333333;
    font-size: 14px;
    padding-right: 10px;
    box-sizing: border-box;
}
.appointment_infor input, .appointment_infor select, .appointment_infor textarea {
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #333333;
    font-size: 14px;
    padding-left: 14px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 2px;
    outline: 0 none;
}
.appointment_infor textarea {
    height: 103px;
    resize: none;
}
.clearFix {
    zoom: 1;
}
.width50 {
    width: 50%;
}
.apply_form .apply_infor label {
    padding-right: 19px;
    position: relative;
}
.apply_star:after {
    content: '*';
    position: absolute;
    right: 5px;
    top: 0;
    color: #f22323;
    font-size: 15px;
    line-height: 32px;
}
.apply_file, .apply_up {
    min-width: 76px;
    padding: 0 7px;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.apply_up {
    color: #fff;
    background: #4172ef;
}
.apply_tip, .yy_tip {
    color: #555555;
    font-size: 14px;
    line-height: 47px;
    padding-left: 140px;
}
.yy_tip {
    color: #bbbbbb;
    padding-left: 150px;
    margin-bottom: 20px;
}
.apply_tip span {
    color: #f22323;
    font-size: 15px;
    margin-right: 5px;
}
.appointment_btn a.prev_btn {
    border: 1px solid #4172ef;
    color: #4172ef;
    background: #fff;
}
.appointment_btn {
    font-size: 0;
    text-align: center;
}
.appointment_btn a {
    display: inline-block;
    min-width: 120px;
    padding: 0 15px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
    margin: 0 14px;
    text-align: center;
    box-sizing: border-box;
}
.appointment_submit {
    background: #4172ef;
}
.appointment_cancel {
    background: #e59a48;
}
.apply_form .apply_infor label {
    padding-right: 19px;
    position: relative;
}
.hidden_r, .over_hidden {
    overflow: hidden;
}
.groupMain .gpLeft {
    width: 355px;
    float: left;
}
.gpLeft .gSer {
    overflow: hidden;
}
.gpLeft .gSer .s {
    float: left;
    position: relative;
}
.gpLeft .gSer .t {
    width: 260px;
    height: 44px;
    border: 1px solid #ddd;
    padding: 0 15px;
    box-sizing: border-box;
    color: #7b8c9e;
    font-size: 17px;
}
input, textarea, select {
    outline: none;
}
input, select {
    vertical-align: middle;
}
.gpLeft .gSer .del {
    background: url(../images/icon_delAA.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.gpLeft .gSer .btnS {
    background: url(../images/bg_srB.png) no-repeat;
    width: 80px;
    height: 46px;
    line-height: 46px;
    color: #FFF;
    font-size: 17px;
    float: left;
    padding-left: 35px;
    box-sizing: border-box;
    margin-left: 10px;
    cursor: pointer;
}
.gpLeft .area {
    margin-top: 20px;
    width: 353px;
    border: 1px solid #bec5d0;
    padding: 0 15px;
    box-sizing: border-box;
    padding-bottom: 150px;
}
.area .listW {
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.area .listW .liAs {
    height: 26px;
    line-height: 26px;
    border: 1px solid #3e6ac8;
    border-radius: 20px;
    text-align: center;
    color: #3e6ac8;
    font-weight: bold;
    font-size: 15px;
}
.area .listW .lA {
    float: left;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #333;
    margin-right: 10px;
    cursor: pointer;
}
.groupMain .gpCont {
    float: right;
    width: 726px;
}
.gpCont .tit {
    color: #888;
    font-size: 16px;
    margin-bottom: 10px;
}
.gpCont .tit b {
    font-size: 18px;
    color: #333;
}
.resultDiv {
    overflow: hidden;
}
.resultDiv .ractive {
    border: 1px solid #246fdf;
}
.resultDiv .rList {
    padding: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    cursor: pointer;
}
.rList img {
    width: 102px;
    height: 95px;
    border: 1px solid #cfd8e7;
    float: left;
    margin-right: 10px;
}
.rList .rInfo {
     float: right;
     width: 210px;
 }
.rInfo .t {
    font-weight: bold;
    color: #555;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.rInfo li .txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
}
.appointment_btn {
    font-size: 0;
    text-align: center;
}
.appointment_btn .appUp {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #4172ef;
    color: #4172ef;
    font-size: 16px;
}
.appointment_btn a {
    display: inline-block;
    min-width: 120px;
    padding: 0 15px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
    margin: 0 14px;
    text-align: center;
    box-sizing: border-box;
}
.appointment_btn a {
    display: inline-block;
    min-width: 120px;
    padding: 0 15px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
    margin: 0 14px;
    text-align: center;
    box-sizing: border-box;
}

.appointment_submit {
    background: #4172ef;
}
.resultDiv .ractive .ck {
    background: url(../images/icon_ckA_h.png) no-repeat;
}
.rList .ck {
    background: url(../images/icon_ckA.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 6px;
    right: 6px;
    position: absolute;
}
.sucMain .t {
    font-size: 30px;
    color: #009815;
    margin-bottom: 15px;
}
.sucMain {
    margin-top: 90px;
    text-align: center;
}

.sLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 10;
}

.upload_File{
    height: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fbfbfb;
    text-align: left;
    box-sizing: border-box;
    padding: 12px 0;
}
.upload_File span{
    display: inline-block;
    height: 41px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 0 7px;
}

.file_over_list {
    font-size: 14px;
    color: #888888;
}
.file_over_list li {
    position: relative;
    float: left;
    margin-top: 19px;
    line-height: 34px;
    padding: 0 22px 0 28px;
    cursor: pointer;
    margin-left: 12px;
}
.footerBtn_back{
    background-color: #abb2ba;
    text-align: center;
}
.footerBtn_back:hover{
    background-color: #858a90;
}