/**
 * name:  中介服务机构,
 * author: haven ,
 * date:2019-04-16
 */

.detail-nav {
    width: 854px;
}

.comDetail-info span {
    width: 126px;
}

.comDetail-info span+div {
    margin-left: 126px;
}


/* .agency-nav {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}

.agency-nav li {
    display: inline-block;
    height: 30px;
    margin: 14px 90px;
    padding: 0 20px;
    line-height: 28px;
    vertical-align: top;
}

.agency-nav li.active {
    color: #4e7adb;
    position: relative;
}

.agency-nav li a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.agency-nav li.active:before,
.agency-nav li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #4e7adb;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 1;
}

.agency-nav li.active:after {
    top: -2px;
    left: 2px;
    z-index: 0;
} */

.similar-agency {
    width: 282px;
    float: right;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    margin-top: 24px;
}

.similar-agency.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 318px;
    margin-top: 0;
}

.similar-agency h2 {
    font-size: 18px;
    color: #4e7adb;
    height: 56px;
    padding-left: 30px;
    line-height: 56px;
    position: relative;
}

.similar-agency h2:before,
.similar-agency h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left-color: #4e7adb;
}

.similar-agency h2:before {
    left: 4px;
    border-left-color: #b8caf1;
}

.similar-agency li {
    padding: 10px 14px;
    position: relative;
}

.similar-agency li:nth-child(odd) {
    background-color: #f8f9fb;
}

.similar-agency li h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 6px;
}

.similar-agency li p {
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.similar-agency li div {
    overflow: hidden;
}

.similar-agency li div p {
    float: left;
    width: 110px;
}

.similar-agency>a {
    display: block;
    line-height: 26px;
    border-top: 1px solid #eeeeee;
    text-align: center;
    color: #999;
    font-size: 12px;
}


/* .similar-agency li:hover:after { */


/*     content: ""; */


/*     position: absolute; */


/*     top: 0; */


/*     left: 0; */


/*     width: 100%; */


/*     height: 100%; */


/*     border: 1px solid #4e7adb; */


/*     background-color: rgba(255, 255, 255, 0.9); */


/*     z-index: 1; */


/* } */

.similar-agency li .contrast {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 56px;
    height: 48px;
    padding-top: 34px;
    background: url("../images/icon-contrast.png") no-repeat center top;
    line-height: 1;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: auto;
    display: none;
    z-index: 2;
    cursor: pointer;
}

.similar-agency li .contrast.checked {
    background: url("../images/icon-contrast-checked.png") no-repeat center top;
}


/* .similar-agency li:hover .contrast { */


/*     display: block; */


/* } */

.certificate-box h3 {
    text-align: center;
    font-weight: normal;
}

.certificate-box div {
    /*width: 620px;
    height: 420px;*/
    width: auto;
    height: auto;
    margin: 20px auto 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

.certificate-box div img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.eachimage {
    width: 45px;
    height: 45px;
}

.form-label {
    width: 110px;
}

.form-body {
    margin-left: 110px;
}

.comDetail-title h2 .agencyname {
    display: block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp {
    margin: 10px;
}

.process-title {
    height: 78px;
    font-size: 24px;
    line-height: 78px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    background: url('../images/process-title.png') no-repeat center;
}

.process-step {
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.process-step li {
    display: inline-block;
    width: 192px;
    height: 299px;
    vertical-align: top;
    position: relative;
}

.process-step li~li::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 32px;
    width: 88px;
    height: 16px;
    background: url('../images/process-arrow.png') no-repeat center;
}

.process-step li i {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    line-height: 82px;
    background-color: #055ec3;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}

.process-box {
    height: 239px;
    margin-top: -22px;
    padding: 40px 22px 0;
    border: 1px solid #055ec3;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-align: left;
}

.process-box:before {
    content: '';
    position: absolute;
    top: -61px;
    left: 50%;
    width: 84px;
    height: 84px;
    border: 1px solid #055ec3;
    border-radius: 50%;
    margin-left: -42px;
}

.process-box h2 {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 22px;
    color: #055ec3;
    font-weight: bold;
    text-align: center;
}

.process-box p {
    line-height: 26px;
}

.process-btn {
    display: block;
    width: 150px;
    height: 42px;
    margin: 52px auto;
    background-color: #055ec3;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

.download-title {
    padding-left: 20px;
    line-height: 68px;
    background-color: #f8f9fb;
    color: #055ec3;
    font-size: 18px;
}

.common-simpleList li {
    padding-right: 30px;
}

.agent-head {
    height: 56px;
    line-height: 56px;
}

.agent-head h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #055ec3;
}

.agent-head h2::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 17px;
    background-color: #055ec3;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

.agent-head span {
    font-weight: bold;
    color: #055ec3;
}

.agent-table-list table {
    width: 100%;
    table-layout: fixed;
    position: relative;
}

.agent-table-list thead tr {
    border: 1px solid #055ec3;
}

.agent-table-list th {
    height: 46px;
    background-color: #055ec3;
    color: #fff;
    font-size: 16px;
}

.agent-table-list tbody tr {}

.agent-table-list tbody tr:nth-child(even) {
    background-color: #e3ecf6;
}

.agent-table-list tbody tr:hover {
    border: 1px solid #055ec3;
}

.agent-table-list tbody tr:hover td.agencyname {
    padding-left: 20px;
}

.agent-table-list td {
    text-align: center;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agent-table-list td.agencyname {
    padding-left: 21px;
    padding-right: 20px;
}

.agent-operations a {
    display: inline-block;
    width: 19px;
    height: 16px;
    margin: 0 8px;
    cursor: pointer;
}

.agent-operations .agent-collection {
    background: url('../images/icon-collection.png') no-repeat center;
}

.agent-operations .agent-collection.checked {
    background: url('../images/icon-collection-checked.png') no-repeat center;
}

.agent-operations .agent-contrast {
    background: url('../images/icon-ctrst.png') no-repeat center;
}

.agent-operations .agent-contrast.checked {
    background: url('../images/icon-ctrst-checked.png') no-repeat center;
}


/* 20201210新增 */

.chosenbox>select {
    width: 100%;
}

.chosenbox+.chosenbox {
    margin-left: 10px;
}

.form-body {
    margin-left: 135px;
}

.form-label {
    width: 135px;
}

.buttonbox {
    margin-top: 8px;
    text-align: center;
    font-size: 0;
}

.searchbtn+.searchbtn {
    margin-left: 35px;
}

.searchbtn {
    width: 120px;
    height: 34px;
    font-size: 14px;
    background-color: rgb(5, 94, 195);
    box-shadow: 0px 0px 4px 0px rgba(6, 6, 6, 0.12);
    color: #fff;
}

.form-body input[type="text"] {
    padding: 0 8px;
}