﻿body 
{
    background: #eff3f6;
}
.container-wrapper 
{
    padding: 50px 0 60px;
}
.content {
    width: 1150px;
    margin: 0 auto;
    font-size: 0;
}
.side-menu-box {
    width: 214px;
    display: inline-block;
    margin-right: 34px;
    vertical-align: top;
}
.user-photo-box {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.photo-box {
    margin: 35px 56px 1px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
}
.photo-box img {
    width: 100%;
    height: 100%;
}
.user-name {
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.detail-info {
    width: 902px;
    display: inline-block;
    background: #fff;
}
.base-info,
.house-follow {
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.base-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}
.base-menu {
    height: 40px;
    border-bottom: 1px solid #ddd;
}
.base-menu li {
    float: left;
    box-sizing: border-box;
    width: 100px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.base-menu .on {
    color: #06acf8;
    border-bottom-color: #06acf8;
}
.base-info-form {
    padding: 30px 0 0 0;
    font-size: 14px;
}
.base-info-form .form-label {
    width: 42px;
}
.base-info-form .form-radio-box {
    width: 160px;
}
.base-info-form .form-explain {
    width: 88px;
}
.base-info-form .form-input-box {
    margin-left: 72px;
}
.base-info-form .form-input-inline {
    width: 280px;
}
.base-info-form .form-upload-box .form-input {
    text-align: center;
}
.base-info-form .form-img-explain {
    width: 255px;
}
.base-info-form .upload-icon {
    position: absolute;
    top: 9px;
    left: 85px;
    font-size: 20px;
    z-index: 5;
}
.base-info-form .form-img {
    padding-left: 72px;
    margin-bottom: 15px;
    font-size: 0;
}
.base-info-form .result-img {
    display: inline-block;
    width: 280px;
    height: 280px;
    margin-right: 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.result-type-img {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 30px;
    width: 390px;
    height: 280px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.preview {
    margin-bottom: 20px;
}
.preview-img {
    height: 120px;
}
.preview-bg-img,
.preview-md-img,
.preview-sm-img {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.preview-bg-img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
}
.preview-md-img {
    width: 75px;
    height: 75px;
    margin-right: 30px;
}
.preview-sm-img {
    width: 34px;
    height: 34px;
}
.preview-title {
    margin-top: 20px;
    font-size: 0;
    line-height: 30px;
}
.preview-bg-title,
.preview-md-title,
.preview-sm-title {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.preview-bg-title {
    margin-left: 18px;
    margin-right: 30px;
}
.preview-md-title {
    margin-left: 16px;
    margin-right: 28px;
}
.base-info-form .btn-margin {
    margin-left: 72px;
}
.reset-password-form {
    display: none;
    padding: 30px 0 0 0;
    font-size: 14px;
}
.reset-password-form .form-label {
    width: 90px;
}
.reset-password-form .form-input-box,
.reset-password-form .btn-margin {
    margin-left: 120px;
}
.house-follow-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.house-page {
    text-align: center;
    padding: 30px 0 0 0;
}

.sall-table,
.rent-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.sall-table th,
.rent-table th {
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.sall-table td,
.rent-table td {
    text-align: center;
    padding: 15px 0;
}

.cancel-collection {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 82px;
    height: 26px;
    box-sizing: border-box;
    font-size: 14px;
    color: #777;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    outline: #000 solid 0;
    opacity: 0;
}
.house-list li:hover .cancel-collection 
{
    opacity: 1;
}
.cancel-collection:hover 
{
    color: #fff;
    border-color: #777;
    background: #777;    
}


.list-no-wrap {
    text-align: center;
    font-size: 16px;
    color: #ccc;
}
.list-no-wrap img {
    height: 90px;
    margin: 57px 0 10px;
}

.single-list-wrap:nth-of-type(1)
{
    border-top: 1px solid #ddd;
}

.clearAllRecord
{
    box-sizing: border-box;
    color: #777;
    padding: 6px 9px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    float: right;
    border: 1px solid #b3b3b3;
}
.clearAllRecord:hover 
{
    color: #fff;
    border-color: #777;
    background: #777;
}
.visit-type-wrap
{
    margin-top: 20px;
    background: #eff3f6;
}
.visit-type-wrap li
{
    float: left;
}
.visit-type-wrap li a
{
    width: 122px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #394043;
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.order-see-subTitle li a {
    border-bottom: 3px solid transparent;
    line-height: 43px;
}
.order-see-subTitle {
    background: #fff;
    border-bottom: 1px solid #DCDCDC;
}
.trip-info-box {
    padding-bottom: 18px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.trip-info-start {
    float: left;
    margin-right: 20px;
    width: 210px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.trip-order {
    color: #f3535b;
}
.trip-end {
    color: #ff8d12;
}
.trip-cancle {
    color: #999;
}
.trip-success {
    color: #00AE66;
}
.trip-info-center {
    float: left;
}
.trip-info-end {
    float: right;
}
.evaluate-btn {
    width: 82px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 3px;
    user-select: none;
}
body .evaluate-layer .layui-layer-content {
    padding: 0;
}
.evaluate-box {
    padding: 14px 36px 20px 36px;
}
.evaluate-img-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.evaluate-img-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.evaluate-name {
    margin-top: 5px;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.through-line {
    margin-top: 12px;
    width: 110px;
    height: 1px;
    background: #DCDCDC;
}
.through-title {
    width: 120px;
    color: #999;
    text-align: center;
}
.evaluate-rate-box {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 65px;
}
.evaluate-rate-box .fxss_rate_box {
    display: block;
    width: 270px;
    margin: 0 auto;
}
.evaluate-rate-box .fxss_rate_text {
    margin: 10px 0 0;
    display: block;
    text-align: center;
    font-size: 14px!important;
}
.evaluate-tips-box {
    margin-bottom: 20px;
    height: 72px;
}
.evaluate-tips-box li,
.evaluate-result-tips-box li {
    box-sizing: border-box;
    padding: 0 8px;
    float: left;
    width: auto;
    height: 26px;
    color: #999;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    border: 1px solid;
    border-radius: 3px;
    margin: 10px 10px 0 0;
}
.evaluate-textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 56px;
    height: auto;
    line-height: 24px;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px 0;
    resize: none;
    border: 1px solid #999;
    border-bottom: 0;
    outline: 0;
}
.evaluate-textarea-number {
    box-sizing: border-box;
    text-align: right;
    line-height: 24px;
    padding: 0 10px 6px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #999;
    border-top: 0;
}
.evaluate-body {
    position: relative;
    height: 260px;
}
.evaluate-layer .btn-box {
    padding: 20px 0 10px;
    text-align: center;
}
.evaluate-layer .submit-btn {
    display: inline-block;
    width: 300px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    border-radius: 5px;
}
.evaluate-no-handle {
    text-align: center;
    line-height: 260px;
    font-size: 16px;
    color: #999;
}
.evaluate-success-icon-box {
    margin: 0 auto;
    width: 111px;
    height: 70px;
    text-align: center;
    line-height: 77px;
    color: #fff;
    font-size: 24px;
    background: url(../images/evaluate-success.png) no-repeat center center;
    background-size: 111px 70px;
}
.evaluate-success-title {
    margin: 20px 0 15px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.evaluate-success-desc {
    text-align: center;
    font-size: 14px;
    color: #999;
}
.evaluate-result-box {
    padding-top: 18px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.evaluate-result-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    height: 16px;
    line-height: 16px;
}
.evaluate-result-box .fxss_rate_text {
    vertical-align: 8px;
    font-size: 14px !important;
    color: #999 !important;
}
.evaluate-result-desc {
    margin-top: 5px;
}