/*
    注：
    此样式表为程序员专用，通过此样式表覆盖之前样式。不要改前端提供的样式了
    ~_~ 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-----*/

/*因为首页样式的问题 替换样式表注释*/
.login {
    height: 0px;
    margin-top: 0px;
}

.linkTxt {
    float: left;
    line-height: 61px;
    color: #ffffff;
    margin-left: 0px;
}

/*在线咨询样式 start*/
.online_entrust {
    display: inline-block;
    margin-left: 10px;
    padding: 0 12px;
    border-radius: 3px;
    height: 26px;
    background: #327be0;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    cursor: pointer;
}

.online_entrust:hover {
    background: #2c71e5;
}

.online_entrustIcon {
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.online_license {
    padding-left: 20px;
    color: #999;
    font-size: 12px;
    line-height: 26px;
    white-space: nowrap;
}

.online_license3 {
    background: url("../images/jg_icon.png") no-repeat left center;
}

.online_licenseTxt {
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

/*在线咨询样式 end*/

/*视频调解申请样式*/
h2.bigTT {
    background: url(../images/bigTTbg.png) no-repeat left bottom;
    height: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #197ec6;
    text-indent: 1em;
    position: relative;
}

h2.bigTT .btnBox {
    position: absolute;
    height: 26px;
    right: 10px;
    top: -6px;
}

h2.bigTT .ttTips {
    display: inline-block;
    margin-left: 20px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
    color: #555;
}

h2.bigTT .ttTips .number {
    font-size: 16px;
    font-weight: 700;
    padding: 0 6px;
}

h2.bigTT .ttTips .selectStyle {
    border: 0px;
    background: none;
    font-size: 14px;
    color: #197ec6;
    box-shadow: none;
}

/*-----无左右侧线条的表格--展示----*/

.tableStyle01 td {
    line-height: 20px;
    padding: 8px 3px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.tableStyle01 td.txtLeft {
    text-align: left;
}

.tableStyle01 thead td {
    background: #f8f8f8 url(../images/tableTh_bg.png) repeat-x left bottom;
    line-height: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 14px;
}

.tableStyle01 tr.even td {
    background: #fafafa;
}

.tableStyle01 tbody tr:hover td {
    background: #eafaff;
}

.tableStyle01.addBorder {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.tableStyle01.addBorder td {
    border-color: #ccc;
}

.tableStyle02 {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.tableStyle02 td {
    border-color: #ccc;
    line-height: 24px;
    padding: 6px 12px;
    text-align: left;
    color: #474747;
    /*width: 190px;*/
}

.tableStyle02 td.tt {
    background: #eaeaea;
    width: 120px;
    text-align: right;
    vertical-align: middle;
}

.tableStyle02 td.centerBtn {
    text-align: center;
}

.blueBtn, .blueBtn2, .grayBtn2, .greenBtn {
    display: inline-block;
    height: 24px;
    border: 1px solid #3376a8;
    box-sizing: content-box;
    background: url(../images/blueBtn_normal.png) repeat-x;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px 0 4px;
    vertical-align: top;
    text-indent: 0px;
}

.blueBtn2, .grayBtn2 {
    height: 30px;
    border: 1px solid #005494;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
    min-width: 100px;
    background: url(../images/blueBtn2_normal.png) repeat-x left top;
}

.blueBtn2:hover {
    text-decoration: none;
    background: url(../images/blueBtn2_hover.png) repeat-x left top;
}

.pop1 {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 570px;
    margin-left: -285px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: -200px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.pData {
    height: 305px;
    border-bottom: 1px solid #b9b9b9;
    overflow: hidden;
    position: relative;
}

.addScroll {
    position: relative
}

.blockTable {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.tableArea {
    height: auto;
    overflow: hidden;
}

.pBtm {
    height: 52px;
    background: #f8f8f8;
}

.pBtmlist {
    overflow: hidden;
    width: auto;
    float: right;
    margin-top: 12px;
    margin-right: 8px;
}

/*视频调解申请样式end*/