.content-cont .thirdNav .row {
    font-size: 14px;
}

.content-cont .thirdNav .title {
    margin-bottom: 0;
    color: #333;
}

.content-cont .siderbar {
    width: 150px;
    float: left;
    color: #333;
}

.content-cont .siderbar .thirdNav {
    width: 150px;
}

.content-cont .main-cont .fabu.content {
    width: 810px;
    margin-left: 190px;
    min-height: 1000px;
    margin-bottom: 100px;
}

.fabu.content .title_nav {
    font-size: 16px;
    color: #229f01;
    border-bottom: 1px solid #e8e8e8;
}

.fabu.content .title_nav span {
    border-bottom: 2px solid #229f01;
    padding: 0 18px 12px 18px;
    display: inline-block;
}

.fabu.content .step {
    margin: 30px 0;
    height: 41px;
    width: 100%;
}

.fabu.content .step.step1 {
    background: url('../images/step-1.png');
}

.fabu.content .step.step2 {
    background: url('../images/step-2.png');
}

.fabu.content .step .step_item {
    width: 50%;
    float: left;
    height: 41px;
    line-height: 41px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.fabu.content .step .step_item.active {
    color: white;
}

.fabu.content .houses-ul {
    border-bottom: 1px solid #e5e7e8;
    margin-bottom: 50px;
}

.fabu.content .houses-ul .house-li {
    border-top: 1px solid #e5e7e8;
    height: 50px;
    padding: 25px 0;
    overflow: hidden;
    cursor: pointer;
}

.fabu.content .houses-ul .house-li:hover {
    background: #f0f1f1;
}

.fabu.content .houses-ul .house-li .head {
    width: 50px;
    height: 50px;
}

.fabu.content .houses-ul .house-li .content {
    display: inline-block;
    margin-left: 20px;
    max-width: 660px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fabu.content .houses-ul .house-li .content .title {
    font-size: 18px;
}

.fabu.content .houses-ul .house-li .content .second-title {
    font-size: 14px;
}

.fabu.content .houses-ul .house-li .content .second-title span:first-child {
    margin-right: 4em;
}

.fabu.content .houses-ul .house-li .check-icon {
    width: 24px;
    height: 24px;
    float: right;
    margin: 15px 20px 0 0;
    background: url('../images/fabu-uncheck.png')
}

.fabu.content .houses-ul .house-li.checked .check-icon {
    background: url('../images/fabu-checked.png')
}

.btn.next_btn {
    width: 100px;
    height: 34px;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    margin: 0 20px;
    display: inline-block;
    color: white;
    background: #229f00;
    cursor: pointer;
}

.fabu.content .orange-title {
    border-left: 4px solid #ff9e09;
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    margin: 30px 0;
    clear: left;
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.fabu.content .orange-title img {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.fabu.content .orange-title span {
    font-size: 12px;
    color: #7f7f7f;
}

.fabu.content .left-container, .fabu.content .right-container {
    display: inline-block;
    float: left;
}

.fabu.content .left-container {
    width: 475px;
}

.fabu.content .right-container {
    width: 335px;
}

.fabu.content .input-item {
    height: 50px;
    vertical-align: middle;
    width: 100%;
}

.fabu.content .input-item .label {
    width: 103px;
    display: inline-block;
}

.fabu.content .input-item .label.must::after {
    content: '*';
    color: #fa4c45;
}

.fabu.content .input-item .input {
    display: inline-block;
}

.fabu.content .input-item .input input {
    width: 200px;
}

.fabu.content .input-item .input.little input {
    width: 70px;
}

.fabu.content .input-item .input textarea {
    width: 677px;
    height: 84px;
}

.fabu.content .photos {
    margin-bottom: 70px;
}

.upload-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.upload-container .test-d {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 16px;
    left: 0;
    color: #bfbfbf;
}

.fabu.content .photos .upload-btn {
    width: 130px;
    height: 100px;
    cursor: pointer;
}

.fabu.content .photos .photo-item {
    width: 130px;
    height: 100px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.fabu.content .photos .photo-item .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -8px;
    cursor: pointer;
}

.fabu.content .photos .photo-item .img {
    width: 130px;
    height: 100px;
}

.fabu.content .photos .photo-item .text {
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}

.fabu.content .btns {
    text-align: center;
}

.btn.pre {
    display: inline-block;
    width: 100px;
    height: 34px;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #229f00;
    color: #229f00;
    cursor: pointer;
    background: white;
}

.checkboxs.pagecheck>div {
    width: 140px;
    margin-bottom: 20px;
}

.fabu.content.pay-confirm .borderbox {
    border: 1px solid #e8e8e8;
    margin: 25px 0;
    padding: 17px 25px;
}

.fabu.content.pay-confirm .borderbox .bborder {
    border-bottom: 1px dashed #e8e8e8;
}

.fabu.content.pay-confirm .borderbox .label {
    display: inline-block;
    width: 75px;
    line-height: 34px;
}

.fabu.content.pay-confirm .borderbox .content {
    display: inline-block;
    margin-right: 38px;
}

.fabu.content.pay-confirm .borderbox .content.money {
    font-size: 18px;
    color: #ff6600;
}

.fabu.content.pay-confirm .borderbox .qcode {
    width: 154px;
    height: 32px;
    border: 1px solid #d9d9d9;
    padding: 0 86px 0 0.5em;
}

.fabu.content.pay-confirm .borderbox .qcode-btn {
    position: absolute;
    cursor: pointer;
    line-height: 34px;
    color: #0f75d9;
    right: 0px;
    top: 0;
    width: 86px;
}

.fabu.contrasts-result {
    width: 1000px;
}

.fabu.contrasts-result .contrasts-table {
    width: 100%;
}

.fabu.contrasts-result .contrasts-table tr td {
    border: 1px solid #eeeeee;
    padding: 15px 0 15px 15px;
}

.fabu.contrasts-result .contrasts-table tr td:nth-child(1) {
    background: #f8f8f8;
    width: 144px;
}

.fabu.contrasts-result .contrasts-table tr td:nth-child(2) {
    width: 194px;
}

.fabu.contrasts-result .contrasts-table tr td:nth-child(3) {}

.fabu.contrasts-result .contrasts-table tr td:nth-child(4) {}

.fabu.contrasts-result .contrasts-table tr td:nth-child(5) {}

.fabu.contrasts-result .contrasts-table td img {
    width: 180px;
    height: 135px;
    display: inline-block;
}

.fabu.contrasts-result .contrasts-table td .money {
    font-size: 18px;
    color: #ff9e09;
}

/* dialog start */

.dialog {
    width: 690px;
    min-height: 50px;
    position: relative;
    display: block;
}

.layui-layer .dialog {
    display: block;
}

.layui-layer-page .layui-layer-content {
    height: auto !important;
    overflow: visible !important;
    display: block;
}

.dialog .title {
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #229f01;
    color: white;
    font-size: 16px;
    text-indent: 1em;
}

.dialog .close-x {
    line-height: 41px;
    position: absolute;
    right: 1em;
    top: 0em;
    color: white;
    cursor: pointer;
}

.dialog .dialog-content {
    padding: 0px 42px 36px 42px;
}

.dialog .orange-title {
    border-left: 4px solid #ff9e09;
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    margin: 30px 0;
    clear: left;
    line-height: 14px;
    vertical-align: middle;
}

.dialog .orange-title img {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.dialog .orange-title span {
    font-size: 12px;
    color: #7f7f7f;
}

.dialog .left-container, .dialog .right-container {
    display: inline-block;
    float: left;
}

.dialog .left-container {
    width: 285px;
}

.dialog .right-container {
    width: 255px;
}

.dialog .input-item {
    height: 50px;
    vertical-align: middle;
    width: 100%;
}

.dialog .input-item .label {
    width: 83px;
    display: inline-block;
}

.dialog .input-item .label.must::after {
    content: '*';
    color: #fa4c45;
}

.dialog .input-item .input {
    display: inline-block;
}

.dialog .input-item .input input {
    width: 120px;
}

.dialog .input-item .input.little input {
    width: 70px;
}

.dialog .checkboxs>div {
    width: 140px;
    margin-bottom: 20px;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #ff9e09;
    background-color: #ff9e09;
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #ff9e09;
    color: #fff;
}

.dialog .photos {
    margin-bottom: 40px;
}

.dialog .photos .upload-container .upload-btn {
    width: 130px;
    height: 100px;
    cursor: pointer;
}

.dialog .photos .photo-item {
    width: 130px;
    height: 100px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.dialog .photos .photo-item .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -8px;
    cursor: pointer;
}

.dialog .photos .photo-item .img {
    width: 130px;
    height: 100px;
}

.dialog .photos .photo-item .text {
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}

.dialog .btns {
    text-align: center;
}

/* dialog end */

.fabu.mainfirst .main-info-panel {
    width: 808px;
    height: 118px;
    border: 1px solid #e5e5e5;
    font-size: 0px;
    margin-bottom: 30px;
}

.fabu.mainfirst .main-info-panel .head-img-container {
    display: inline-block;
    vertical-align: middle;
    padding: 19px 23px;
}

.fabu.mainfirst .main-info-panel .head-img-container img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.fabu.mainfirst .main-info-panel .right {
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 24px;
}

.fabu.mainfirst .main-info-panel .right .line1 {
    font-size: 18px;
}

.fabu.mainfirst .main-info-panel .right .line2 {
    margin-top: 14px;
}

.fabu.mainfirst .main-info-panel .right .line2 .green {
    color: #229f01;
    margin: 0px 0px 0 10px;
}

.fabu.mainfirst .main-info-panel .right .line2 .spl {
    color: #e5e5e5;
    margin: 0 30px;
}

.fabu.mainfirst .title_nav .more {
    font-size: 14px;
    color: #999;
    float: right;
    line-height: 31px;
}

.fabu.mainfirst .list li {margin: 18px 0;}

.fabu.mainfirst .list li::before{
    content: '';
    background: url('../images/dot-disc.png') left center no-repeat;
    width: 15px;
    height: 9px;
    display: inline-block;
}

.fabu.mainfirst .list a {
    font-size: 14px;
}
.fabu.mainfirst .list a:hover{
    text-decoration: underline;
}

.fabu.mainfirst .list .time {
    float: right;
    color: #b5b4b4;
}
.layui-form-item .layui-form-label{
    width: 88px;
}