/*会员登录页面*/
.login-reg-box .tab-box {
    height:35px;
    border-bottom: 2px solid #EFEFEF;
    font-size:16px;
}
.login-reg-box .login-type-box {
    padding-top: 10px;
}
.login-reg-box .tab-box .item {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: relative;
    top: 0;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.login-reg-box .tab-box .on {
    color: #164fad;
    border-bottom: 2px solid #2b569d;
}
.get-auth-code-btn {
    height:34px;
    background-color:#EAEAEA;
    border:1px solid #CCC;
    border-radius:2px;
    cursor: pointer;
    outline:none;
    font-size: 14px;
    padding: 3px 12px;
}
.form-top-title {
    color: #333;
    text-align: left;
    font-size: 28px;
    font-weight:bold;
    width: 365px;
    margin: 25px 15px 0;
}
.form-box {
    clear: both;
    margin-top: 20px;
    padding: 10px 15px 0;
}

.form-box .input-item {
    clear: both;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.form-box .input-wrap {
    border: 1px solid #CCC;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 10px;
    background-color: #FFF;
    overflow: hidden;
}
.form-box .show-invite-box {
    position: absolute;
    top: 46px;
    right: 0;
    color: #333;
    cursor: pointer;
}
.form-box #invite-box {
    display: none;
}
.form-box .agree-box {
    font-size: 14px;
    color: #333;
    text-align: center;
}
.form-box .agree-box input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.form-box .input-wrap:hover {
    border: 1px solid #999;
    -webkit-box-shadow: inset 0 0 3px 0 #AAA;
    -moz-box-shadow: inset 0 0 3px 0 #AAA;
    box-shadow: inset 0 0 3px 0 #AAA;
}
.form-box .input-wrap input {
    border:none;
    width: 100%;
    outline:none;
    font-size:16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-box .valid-code input {
    display:block;
    width: 100%;
    margin-right: 140px;
}
.form-box .input-wrap .Validform_error {
    background-color: #FFF;
}
.form-box .valid-code-wrap {
    float: left;
    margin-left: 15px;
    font-size:14px;
}
.form-box .valid-code-wrap img {
    height:44px;
    width: 135px;
    margin-right: 5px;
    cursor: pointer;
}
.form-box .valid-code img{
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.form-box .remember-check {
    float: left;
}
.form-box .remember-check input {
    position: relative;
    top: 2px;
}
.form-box .forget-link {
    float: right;
}
.form-box .submit-btn {
    outline:none;
    /*padding: 10px;*/
    cursor: pointer;
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*text-align: center;*/
    /*background-color: #F0F0F0;*/
    /*border: 1px solid #CCC;*/
    /*color: #333;*/
    margin: 0;
    width: 100%;
    /*font-size: 14px;*/
}
/*.login-box .submit-btn:hover {
    border: 1px solid #999;
}*/
.form-box .valid-tips .Validform_checktip {
    margin-left: 0;
    margin-top: 5px;
}
.form-box .valid-tips .Validform_right, .login-box .valid-tips .Validform_loading {
    display: none;
}
.form-box .input-wrap .get-auth-code-btn {
    height: auto;
    float: right;
    font-size: 14px;
    padding: 2px 8px;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.verify-box {
    padding: 25px;
}
.verify-box .box-title {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 20px;
}
.verify-box .valid-code {
    position: relative;
    width: 280px;
}
.verify-box .valid-code .input_region_yzm {
    text-transform: uppercase;
}
.verify-box .common-submit-btn {
    padding-left: 0;
    padding-right: 0;
}
.verify-box .submit-btn {
    float: right;
    width: 140px;
    margin-bottom: 0;
}
.verify-box .cancel-btn {
    float: left;
    width: 138px;
    background-color: #fff;
    color: #333;
    margin-bottom: 0;
    border: 1px solid #CCC;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
    outline: none;
}
.input_region_yzm {
    /*text-transform: uppercase;*/
}
.login-bottom-link {
    text-align: right;
    padding: 0 15px 25px;
}
.login-bottom-link .forget-link {
    float: left;
}
.login-reg-box .box-title {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}

/*会员中心首页*/
.member-main {
    /*background-color: #EFEFEF;*/
}
.member-nav {
    /*padding: 0 15px;*/
    padding: 0;
    border-bottom: 1px solid #F3F3F3;
    background-color: #FFF;
    color: #003663;
}
.member-nav .left-btn, .member-nav .right-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.member-nav .left-btn a {
    display:block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
.member-nav .left-btn .iconfont, .member-nav .right-btn .iconfont {
    font-size: 20px;
    color: #3466bb;
    font-weight: bold;
    position: relative;
    top: 3px;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.member-nav .title {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.member-nav .title a {
    color: #333;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
/*项部广告*/
.member-ad-box {
    background-color: #fff9c4;
    padding: 5px 10px;
}
.member-ad-content {
    text-align: left;
    color: red;
    position: relative;
    font-size: 12px;
    width: 100%;
    margin: 0;
}
.member-ad-content a, .member-ad-content a:hover {
    color: red;
    /*text-decoration: underline;*/
}
.member-ad-box strong {
    /*margin: 0 3px;*/
    font-weight: normal;
}
.member-ad-box .scroll-box {
    line-height: 1.7em;
    /*white-space: nowrap;*/
    /*display: none;*/
}
.member-box {
    margin-bottom: 10px;
    /*background-color: #FFF;*/
}
.member-header {
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #F3F3F3;
    position: relative;
}
.member-header .right-top-box {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    font-size: 12px;
}
.member-header .sign-btn {
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    padding: 3px 12px;
    display: inline-block;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.member-header .sign-tips {
    margin-top: 3px;
}
.member-header .face {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.member-header .item span, .member-header .item a {
    margin-left: 5px;
}
.member-header .item .score {
    margin-left: 0;
}
.member-header .face .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/demoPhoto.jpg) no-repeat scroll center top;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 1px solid #CCC;
    background-size: cover;
}
.member-box .notice-msg {
    padding: 10px 15px;
    color: red;
    text-align: left;
    line-height: 1.75em;
    font-size: 16px;
    border-bottom: 1px solid #F3F3F3;
}
.member-header .member-info {
    clear: both;
    text-align: center;
}
.member-header .member-info .icon-shenfenyirenzheng {
    position: relative;
    top: 2px;
    color: #003663;
}
.member-header .member-info .item {
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.member-header .member-info .item a {
    text-decoration: underline;
}
.member-score a {
    margin-left: 10px;
    text-decoration: underline;
}
.member-score span {
    margin: 0;
}
.member-score .icon-score, .member-score .icon-score-2 {
    color: #003663;
}
.member-score .score {
    color: #003663;
}
.member-score .normal-text {
    color: #003663;
}
.member-score-box {
    padding: 10px 15px;
}
.member-score-box .member-score {
    color: orange;
}
.member-box .nav-list .item {
    border-bottom: 1px solid #F3F3F3;
    font-size:16px;
    font-weight:bold;
}
.member-box .nav-list .icon-circle {
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
    left: 100px;
    background-color: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.member-box .nav-list .item a {
    padding: 15px;
}
.member-box .nav-list .item .iconfont {
    font-size:12px;
    color: #999;
}
.member-box .nav-list .item .icon-hot-letter {
    color: red;
    position: relative;
    top: -8px;
    right: 2px;
    font-size: 14px;
}
.member-box .nav-list .item .icon-new {
    color: red;
    position: relative;
    top: -8px;
    right: -3px;
}
.member-box .exit-btn {
    background-color: orangered;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 12px 15px;
}

/*会员类型选择*/
.set-user-type-box {
    clear: both;
    color: #333;
    background-color: #FFF;
}
.set-user-type-box .box-title {
    text-align: center;
    padding: 10px 0 0;
    margin: 10px 0 0;
    font-size: 28px;
    font-weight: normal;
}
.set-user-type-box .number {
    margin: 0 5px;
    font-size: 16px;
}
.set-user-type-box .main-content {
    clear: both;
}
.set-user-type-box .user-type-item {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    overflow: hidden;
}
.set-user-type-box .user-type-item .wrap {
    /*border-radius:3px;*/
    border: 2px solid #DFDFDF;
    margin: 15px 15px 0;
    overflow: hidden;
    padding: 10px 0;
    min-height:100px;
    cursor: pointer;
    position: relative;
}
.set-user-type-box .user-type-item .on {
    border: 2px solid #003663;
}
.set-user-type-box .user-type-item .title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 15px;
    text-align: center;
}
.set-user-type-box .tips {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin: 5px 0 8px;
}
.set-user-type-box .user-type-item .info {
    float: left;
    font-size:14px;
    width: 100%;
    padding-top: 10px;
}
.set-user-type-box .info .item {
    clear: both;
}
.set-user-type-box .info .item .point {
    background-color: #333;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 8px;
    height:8px;
    margin-right:5px;
    float: left;
    position: relative;
    top: 8px;
}
.set-user-type-box .info .item .number {
    width: 20px;
    margin: 0;
}
.set-user-type-box .info .item .text {
    line-height: 1.75em;
    overflow: hidden;
}
.set-user-type-box .user-type-item .icon {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 10px;
    top: 10px;
    background: url(../images/circle-unchecked.png) no-repeat scroll right bottom;
    background-size: contain;
}
.set-user-type-box .user-type-item .on .icon {
    background: url(../images/circle-checked.png) no-repeat scroll right bottom;
}
.set-user-type-box  .info .item {
    clear: both;
    line-height: 1.5em;
    margin: 0 15px 8px;
    width: auto;
}
.set-user-type-box .submit-btn {
    margin: 15px;
    /*padding: 6px 30px;*/
    text-align: center;
    background-color: #3466bb;
    cursor: pointer;
    /*-webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;*/
    /*color: #FFF;*/
    /*font-size:14px;*/
}
.edit-from {
    margin-top: 0;
    background-color: #FFF;
    padding: 15px;
}
/*会员中心列表页*/
.data-list {
    font-size:12px;
    color: #000;
    margin-bottom: 10px;
}
.data-list .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    padding: 10px 0;
}
.data-list .item a {
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    color: #000;
}
.data-list .item .detail .time {
    text-align: right;
    color: #666;
    margin-left: 15px;
}
.data-list .item .detail {
    padding: 0 15px;
    line-height: 2em;
}
.data-list .item .house-thumb {
    width: 49px;
    height: 48px;
    background: url(../images/housePhotoDefault.gif) no-repeat scroll center center;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.data-list .item .operation {
    /*border-top: 1px solid #EFEFEF;*/
    padding:5px 15px 0;
    margin-top: 0;
    text-align: right;
}
.data-list .item .operation-more-list {
    display: none;
}
.data-list .item .btn {
    border: 1px solid #CCC;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 8px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
}
.data-list .item .del {
    color: red;
    border-color: red;
}
.data-list .operation-more {
    border: 1px solid #CCC;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    background-color: #fff;
    z-index: 10;
}
.data-list .operation-more .caption {
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
}
.data-list .operation-more i {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 14px;
}
.data-list .operation-more .operation-list {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 20px;
    border: 1px solid #CCC;
    border-top: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    display: none;
    padding-top: 4px;
}
.data-list .operation-more .operation-item {
    height: 20px;
    line-height: 20px;
}
.data-list .operation-more .operation-item a {
    display: block;
}
.data-list-no-record {
    color: #666;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
}
.pager-box {
    margin-bottom: 10px;
    background-color: #FFF;
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
}
.pager-box li {
    display: inline-block;
    margin: 0 3px;
}
.pager-box li a, .pager-box .disabled {
    display: block;
    padding: 3px 10px;
    border: 1px solid #293E8D;
    color: #293E8D;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    margin: 0;
}
.pager-box .disabled {
    margin: 0 3px;
    display: inline-block;
    border-color: #999;
    color: #666;
}
.pager-box .thisclass a{
    background-color: #293E8D;
    color: #FFF;
}
.data-list .item .house-title {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #293E8D;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*line-height: 10px;*/
    /*height: 38px;*/
}
.data-list .item .house-status {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 3px 0 0;
    color: red;
}
.data-list .item .house-status a {
    color: red;
}
.data-list .item .house-title .house-type {
    margin-left: -7px;
}
.data-list .item .price .number {
    margin-right: 2px;
    /*font-size:16px;*/
    color: #333;
    font-weight: bold;
}
/*会员中心房源列表自动刷新计划*/
.data-list .house-title .red, .data-list .house-title .promote-info, .data-list .house-title .refresh-info {
    font-size: 12px;
    color: red;
}
.data-list .house-title .link-btn {
    margin-left: 3px;
}
.text-icon-refresh {
    /*margin-left: 10px;*/
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    /*float: left;*/
    margin-right: 3px;
    position: relative;
    /*top: 4px;*/
}
.text-icon-refresh .caption {
    /*background-color: #2b7ccd;*/
    /*color: #fff;*/
    color: red;
    padding: 0;
    /*height: 24px;*/
    /*line-height: 24px;*/
}
.text-icon-refresh .caption a {
    margin-left: 0;
}
.text-icon-refresh i {
    height: 8px;
    width: 15px;
    margin: -8px 0 0 70px;
    display: block;
    /*background: url(../images/tips_up_arrow.png) no-repeat scroll center top;*/
}
.text-icon-refresh .time-list {
    padding: 0 0 0 10px;
    position: absolute;
    top: 25px;
    left: -63px;
    background-color: #fff;
    width: 165px;
    /*border: 1px solid #3366bb;*/
    border: 1px solid #ccc;
    display: none;
    z-index: 100;
}
.text-icon-refresh .item-time {
    float: left;
    margin-right: 10px;
}
.data-list .house-status-split {
    /*float: left;*/
    color: red;
    /*height: 24px;*/
    /*line-height: 24px;*/
    font-size: 12px;
}
.data-list .promote-info {
    color: red;
    /*margin-left: 6px;*/
    /*float: left;*/
    font-size: 12px;
}
/*会员中心表单编辑页面*/
.publish-from {
    clear: both;
    font-size:16px;
    color: #333;
}
.publish-from .input-item {
    display: -webkit-box;
    display: box;
    position:relative;
    padding: 8px 0;
    border-bottom: 1px solid #F3F3F3;
    /*-webkit-box-align: center;*/
    /*-moz-box-align: center;*/
    /*-ms-box-align: center;*/
    /*box-align: center;*/
    clear: both;
}
.publish-from .sale-unit-type {
    display: none;
}
.publish-from .group {
    margin-bottom: 10px;
    background-color: #FFF;
}
.publish-from .input-item .caption {
    width: 4em;
    margin-right: 10px;
    margin-left: 15px;
    padding: 0;
    height:36px;
    line-height: 36px;
    color: #333;
    text-align: right;
}
.publish-from .input-item .input-wrap {
    position:relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-right: 15px;
    /*height:36px;*/
    line-height:36px;
}
.publish-from .input-item .no-box-flex {
    -webkit-box-flex: unset;
    box-flex: unset;
}
.publish-from .edit-link {
    color: #003663;
    text-decoration: underline;
}
.publish-from .green {
    color: green;
}
.publish-from .text, .publish-from .green, .publish-from .edit-link {
    margin-right: 10px;
}
.publish-from .unit {
    margin-right: 15px;
    position: relative;
    top: 6px;
}
.publish-from .unit select {
    height: 24px;
}
.publish-from .checkbox-container label {
    position: relative;
    top: 7px;
    font-size: 16px;
    color: #666;
}
.publish-from .checkbox-container label input[type=checkbox] {
    position: relative;
    top: 1px;
}
.publish-from .input-item .input-wrap .input {
    /*border: 1px solid #CCC;*/
    /*padding: 0 10px;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    border:none;
    outline:none;
    width: 100%;
    padding: 0;
    margin: 0;
    height:36px;
    line-height: 36px;
    font-size:16px;
}
.publish-from .normal-control {
    display: block !important;
}
.publish-from .normal-control .caption {
    width: auto;
    border-bottom: 1px solid #F9F9F9;
    margin: 0 15px;
    text-align: left;
}
.publish-from .normal-control .input-wrap {
    height:auto;
    padding: 0;
    /*margin: 10px 15px 0;*/
    margin: 0 5px;
}
.publish-from .input-wrap select {
    height:24px;
    outline:none;
    margin-right: 5px;
    font-size:16px;
}
.publish-from .normal-control textarea {
    padding: 10px;
    line-height:1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline:none;
    height:8em;
    width: 100%;
    resize: none;
    font-size:16px;
}
.publish-from .common-submit-btn {
    margin: 10px auto;
    width: 100%;
}
.publish-from .operation {
    padding-left: 15px;
    padding-right: 15px;
}
.publish-from .input-item .text-padding {
    padding: 0 6px;
}
.publish-from .upload-pic {
    clear: both;
    margin: 10px 15px;
    overflow: hidden;
    position: relative;
}
.publish-from .upload-pic .msg {
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    display: block;
    clear: both;
    margin-right: 20px;
    height: 24px;
    line-height: 24px;
}
.publish-from .notice-msg {
    color: red;
    font-size:12px;
    line-height:2em;
    padding: 10px 15px;
}
.publish-from .webuploader-pick {
    height:100%;
    width: 100%;
    display: block;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    background-color: #FFF;
}
.publish-from #face-pic {
    width: 100px;
    height: 100px;
}
.publish-from #face-pic .webuploader-pick {
    /*background: url(/static/images/upload.png) no-repeat scroll center center;*/
    background-color: #FFF;
    background-size: cover;
}
.publish-from #idcard-pic {
    height: 100px;
    width: 158px;
}
.publish-from #idcard-pic .webuploader-pick {
    background: no-repeat scroll center center;
    background-size: cover;
    background-color: #FFF;
}
.publish-from .upload-pic .icon-upload {
    font-size: 32px;
    margin-top: 20px;
    color: #999;
}
.publish-from .upload-pic .text {
    /*padding: 4px 0;*/
    /*position: absolute;*/
    /*bottom:0;*/
    width: 100%;
    text-align: center;
    padding: 0;
    /*background-color: #000;*/
    /*opacity:0.7;*/
    /*color: #FFF;*/
}
.publish-from .upload-pic .uploaded .icon-upload {
    display: none;
}
.publish-from .upload-pic .uploaded .text {
    position: absolute;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    color: #FFF;
    padding: 3px 0;
    margin: 0;
}
.publish-from #brand-apartment-box .brand-item {
    width: 100%;
    clear: both;
    height: 30px;
}
.publish-from #brand-apartment-box select {
    height: 24px;
    position: relative;
    top: 8px;
    margin-left: 3px;
}
/*房源管理列表页面*/
.data-list-tips {
    color: red;
    background-color: #FFF;
    /*border-bottom:1px solid #F3F3F3;*/
    padding: 8px 15px;
    font-size:12px;
}
.data-list-tips .number {
    padding: 0 5px;
}
.list-type {
    background-color: #FFF;
    padding: 0 15px;
    border-bottom: 1px solid #DDD;
}
.list-type .item {
    text-align: center;
    padding: 0;
    margin: 0;
    height: 28px;
    overflow: hidden;
    font-size: 16px;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.list-type .item a {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.list-type .on {
    border-bottom: 3px solid #333;
    height: 25px;
}
.data-list .checking {
    color: #999;
}
.data-list .check-failed {
    color: red;
    margin-right: 5px;
    font-size: 12px;
}
/*房源发布页面*/
.publish-from #house-pic-upload-btn {
    background-color: #EEE;
    background-image: none;
    color: #666;
}
.publish-from #house-pic-upload-btn .iconfont {
    margin: 6.5vw auto 0;
    width: 30px;
    font-size: 28px;
}
.publish-from .upload-btn-container .webuploader-pick {
    border:none;
}
.publish-from .upload-btn-container .webuploader-container {
    float: none;
}
.pic-list {
    padding: 10px 12px;
}
.pic-list .pic-item, .pic-list .upload-btn-box {
    float: left;
    width: 33.333%;
}
.pic-list .picture {
    background: url(../images/housePhotoDefault.gif) no-repeat scroll center center;
    background-size: cover;
    margin: 3px;
    height: 24vw;
    border: 1px solid #CCC;
    position: relative;
}
.pic-list .status {
    position: absolute;
    width: 100%;
    opacity: 0.55;
    color: #FFF;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: none;
}
.pic-list .main-pic {
    /*background-color: green;*/
    color: #FFF;
    display: block;
}
.pic-list .picture .btn {
    position: absolute;
    z-index:1;
    background-color: #000;
    opacity:0.6;
    height:22px;
    width: 22px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}
.pic-list .picture .icon-delete {
    top: 0;
    right: 0;
}
.pic-list .picture .icon-home {
    left: 0;
    right:0;
}

/*设置主图滑动效果样式*/
#pic-list-container {
    /*-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;*/
}
.set-main-pic {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #333;
    overflow: hidden;
}
.set-main-pic .pic-list {
    margin: 0;
    padding: 0;
    width: 1000vw;
    height: 100%;
    position: absolute;
    left:0;
}
.set-main-pic .pic-list .main-pic {
    display: none;
}
.set-main-pic .pic-item {
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
}
.set-main-pic .pic-item .picture {
    margin: 0;
    padding: 0;
    height:100%;
    border: none;
    background-size: contain;
}
.set-main-pic .pic-item .status, .set-main-pic .pic-item .btn {
    display: none;
}
.set-main-pic .upload-btn-box {
    display: none;
}
.pic-box-header {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #FFF;
    color: #003663;
    text-align: center;
    height:40px;
    line-height: 40px;
    z-index: 100;
}
.set-main-pic .pic-box-header {
    display: block;
}
.set-main-pic .close-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top:3px;
    left: 0;
    z-index:2;
}
.set-main-pic .close-btn i {
    font-size: 18px;
    color: #666;
}
.set-main-pic .title {
    text-align: center;
    font-size: 16px;
    height:40px;
    line-height:40px;
}
.set-main-pic .checked-btn {
    color: #666;
    margin: 5px 5px 5px 0;
    border: 1px solid #CCC;
    padding: 3px 15px;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    right: 10px;
    top: 2px;
    line-height: initial;
    font-size: 14px;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.set-main-pic .checked {
    border-color: #003663;
    background-color: #003663;
    color: #FFF;
}
/*房源发布详细页*/
.checkbox-list {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
}
.checkbox-list label {
    float: left;
    color: #666;
    margin: 5px 5px 5px 0;
    border: 1px solid #CCC;
    padding: 3px 12px;
    cursor: pointer;
   /* -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;*/
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;;
}
.checkbox-list input {
    display: none;
    opacity:0;
}
.checkbox-list input:checked + label {
    border-color: #003663;
    background-color: #003663;
    color: #FFF;
}
.padding-space {
    padding:15px;
}
.letter-space {
    padding: 0 8px;
}
.publish-from .input-wrap input[type=checkbox] {
    position: relative;
    top: 2px;
}
.publish-from .edit-mobile-btn {
    margin-left: 15px;
    text-decoration: underline;
    color: #003663;
    display: none;
}
.notice {
    text-align: center;
    padding: 45px 15px;
    background-color: #FFF;
}
.notice .msg {
    font-size: 18px;
    color: #000;
    margin-bottom: 35px;
}
.notice .check-fail-reason {
    text-align: left;
    color: #333;
    line-height: 1.7em;
}
.notice .msg .iconfont {
    margin: 0 auto;
    color: #FFF;
}
.notice .msg .icon-right {
    font-size: 36px;
    /*color: green;*/
}
.notice .msg .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #CCC;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.notice .error .icon {
    border-color: red;
    background-color: red;
}
.notice .success .icon {
    border-color: green;
    background-color: green;
}
.notice .msg .icon-close {
    font-size: 36px;
    /*color: red;*/
    font-weight: bold;
}
.notice .links {
    margin-top: 25px;
}
.notice .links a {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    margin: 15px 10px;
    border: 1px solid #DDD;
    color: #333;
    text-decoration: none;
    padding: 6px;
    font-size: 12px;
}
.house-list .msg {
    color:#666;
}
/*审核意见列表*/
.check-list {
    margin-top:10px;
    padding: 0 0 10px;
    clear: both;
    font-size: 12px;
    color: #333;
}
.check-list .caption {
    padding: 5px 15px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    font-size:14px;
    background-color: #FFF;
}
.check-list .item {
    padding: 10px 15px;
    border-bottom: 1px solid #F3F3F3;
    line-height: 1.7em;
    background-color: #FFF;
}
.check-list .item .status {
    margin-right: 15px;
    width: 6em;
    text-align: left;
}
.check-list .item .success {
    color: green;
}
.check-list .item .failed {
    color: red;
}
.check-list .item .time {
    margin-left: 15px;
    color: #666;
    text-align: right;
    width: 9em;
}
/*个人会员账户注销*/
.unsubscribe {
    background-color: #FFF;
    margin: 0;
}
.unsubscribe .box-title {
    padding: 15px;
    text-align: center;
    font-size:24px;
}
/*自动刷新窗口样式*/
.auto-refresh-box {
    padding: 15px;
    clear: both;
}
.auto-refresh-box .header-tips {
    font-size: 16px;
    font-weight:bold;
    padding: 5px 0;
}
.auto-refresh-box .expire-time-list, .auto-refresh-box .pay-method {
    margin-top: 10px;
}
.auto-refresh-box .sub-tips {
    color:red;
    font-size:14px;
    font-weight:normal;
}
.auto-refresh-box .header-tips .number {
    color: red;
    font-size: 18px;
    margin: 0 5px;
}
.auto-refresh-box .container {
    clear: both;
    position: relative;
    margin-top: 10px;
    padding: 0;
    /*width: 706px;*/
}
.auto-refresh-box .container .box-title,  .promotion .box-title{
    font-size: 16px;
    padding: 15px 0 0;
    clear: both;
}
.auto-refresh-box .button-box {
    clear: both;
    margin-top: 35px;
}
.auto-refresh-box .button-box label {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}
.auto-refresh-box .button-box #agree {
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.auto-refresh-box .common-submit-btn, .member-dialog .common-submit-btn {
    margin-top: 20px;
}
.auto-refresh-box .common-submit-btn:hover, .member-dialog .common-submit-btn:hover {
    background-color: #2b699f;
}
.refresh-time-list {
;line-height: 2em;
}
.refresh-time-list label {
    float: left;
    width: 80px;
    font-size: 16px;
    cursor: pointer;
    padding: 0 5px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.refresh-time-list label:hover {
    background-color: #eee;
}
.refresh-time-list label input {
    margin-right: 3px;
}
.refresh-plan-list {
    margin-bottom: 15px;
}
.refresh-plan-list .item {
    clear: both;
    font-size: 14px;
    padding: 3px 0;
}
.refresh-plan-list label {
    cursor: pointer;
}
.refresh-plan-list label input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.end-time-box {
    clear: both;
    margin-top: 8px;
}
.end-time-box input {
    padding: 4px 8px;
    font-size:14px;
    outline:none;
    width: 120px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(../images/calander.png) no-repeat scroll right center;
    border: 1px solid #bbb;
}
.auto-refresh-box .add-time-box {
    clear: both;
    margin: 15px 0;
    display: none;
}
.auto-refresh-box .time-control-wrap {
    float: left;
    border: 1px solid #ccc;
}
.auto-refresh-box .time-control-wrap .select-box {
    float: left;
    width: 30px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.auto-refresh-box .time-control-wrap .split {
    float: left;
    padding: 0 5px;
}
.auto-refresh-box .time-control-wrap .caption {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}
.auto-refresh-box .time-control-wrap .option-list {
    display: none;
    position: absolute;
    top: 25px;
    left:0;
    right: 0;
    background-color: #FFF;
}
.auto-refresh-box #hour-box {
    text-align: right;
}
.auto-refresh-box #minute-box {
    text-align: left;
}
.auto-refresh-box .time-control-wrap .option {
    padding: 0 5px;
}
.auto-refresh-box .container .total-fee {
    padding: 5px 0 15px;
}
.auto-refresh-box .add-time-btn {
    float: left;
    font-size: 12px;
    border-radius: 0;
    background-image: none;
    text-shadow: none;
    background-color: #264c7d;
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
/*自动刷新选项样式*/
.select-option-list .item {
    float: left;
    margin: 0 10px 15px 0;
    border: 1px solid #DDD;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    width: 102px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.select-option-list .on {
    border: 1px solid #264c7d;
    color: #264c7d;
}
.select-option-list .text {
    /*font-size: 14px;*/
    /*color: red;*/
}
.select-option-list .item i {
    background: url(../images/icon-selected-3.png) no-repeat scroll left top;
    display: none;
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.select-option-list .item .discount {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 11px;
    -webkit-transform: scale(0.91);
    -o-transform: scale(0.91);
    height: 11px;
    line-height: 11px;
    color: #fff;
    background-color: #264c7d;
    padding: 2px;
}
.select-option-list .on i {
    display: block;
}
/*会员中心首页会员VIP说明表格样式*/
.member-vip-data-list {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 14px;
}
.member-vip-data-list .refresh-tips {
    padding: 15px 0;
    margin-bottom: 15px;
    position: relative;
}
.member-vip-data-list .refresh-tips .item-number {
    position: relative;
    top: -2px;
}
.member-vip-data-list td sup {
    position: absolute;
    top: 15px;
    right: 25px;
}
.member-vip-data-list .td-title {
    font-size: 20px;
    /* background-color: #efefef; */
    background-color: #fafafa;
    font-weight: bold;
    color: #666;
}
.member-vip-data-list .buy-btn {
    font-size: 14px;
    border-radius: 0;
    background-image: none;
    text-shadow: none;
    background-color: #264c7d;
    margin: 10px 15px;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    display: block;
}
.member-vip-data-list .price {
    font-size: 18px;
    color: red;
    margin-right: 5px;
    /*font-weight:bold;*/
}
.member-vip-data-list .buy-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2b699f;
}
.member-vip-data-list table {
    background-color: #ccc;
    width: 90%;
}
.member-vip-data-list table td {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-spacing: 0;
    position: relative;
}
#vip-dialog .container .total-fee {
    padding: 5px 0 15px;
}
/*订单管理页面样式*/
#order-list {
    clear: both;
    line-height: 2em;
    text-align: left;
}
#order-list .item {
    padding: 10px 15px;
}
#order-list .order-money, #order-list .order-day, #order-list .order-score {
    width: 60px;
    text-align: right;
}
#order-list .pay-time {
    text-align: right;
    width: 50%;
}
/*弹出层样式*/
body .layui-m-layer .layui-m-layer-msg {
    bottom: 80px !important;
}
/*邀请赚积分*/
.advertise-box .content {
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
    padding: 10px 0;
}
.advertise-box .get-code-box {
    margin: 35px auto 0;
    border: 1px solid #ccc;
    position: relative;
    padding: 15px;
    font-size: 16px;
}
.advertise-box .get-code-box .title {
    background-color: #fff;
    position: absolute;
    top: -12px;
    margin: 0 auto;
}
.advertise-box .copy-btn {
    margin-left: 15px;
    color: #003663;
    cursor: pointer;
}

.share-box {
    clear: both;
    color: #000;
    padding: 0 0 20px;
}
.share-footer {
    text-align: center;
}
.share-box .share-description {
    /*background: url(../images/share_banner_bg.png) no-repeat scroll center bottom; */
    clear: both;
    background-size: cover;
    padding: 30px 0 0;
}
.share-box .share-title {
    /*color: #fff;*/
    font-size: 30px;
    font-weight: bold;
    margin: 15px;
    text-align: left;
}
.share-box .share-info{
    font-size: 15px;
    line-height: 1.7em;
    padding: 0 15px;
    /* color: #fff; */
    margin: 15px auto;
    text-align: left;
}
.share-box .score-box {
    /* background: url(../images/invitecoupon_pc.jpg) no-repeat scroll center center; */
    background-size: contain;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 15px auto;
    text-align: center;
    color: #f05b72;
    font-size: 36px;
    font-weight: bold;
}
.share-box .score-box strong {
    font-size: 48px;
    font-weight: bold;
    top: 5px;
    position: relative;
    margin-right: 3px;
}
.share-box .invite-code {
    text-align: center;
    font-size: 14px;
    margin: -13px auto 21px;
    border-bottom: 1px solid #e0e0e0;
    width: 300px;
    text-transform: uppercase;
}
.share-box .code {
    margin: 12px 0 2px;
    font-size: 24px;
    color: #000;
    position: relative;
}
.share-box .edit-btn {
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0;
    color: #666;
}
.share-box .share-method {
    /*width: 300px;*/
    margin: 10px 15px 25px;
}
.share-box .share-method-title {
    font-size: 18px;
    margin: 50px 15px 0;
}
.share-box .share-method .item {
    width: 50px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 25px;
}
.share-box .share-method .item .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border: 2px solid limegreen;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 34px;
    text-align: center;
}
.share-box .share-method .item .icon-wechat {
    color: limegreen;
}
.share-box .share-method .item .icon-qq-zone {
    background-position: 0 -210px;
}
.share-box .share-method .item .icon-weibo {
    color: red;
    border: 2px solid red;
}
.share-box .share-method .item .icon-link {
    background-position: 0 -284px;
}
.share-box .share-method .icon-more {
    width: 46px;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
    border: 2px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
}
.share-box .share-method .caption {
    font-size: 14px;
    margin-top: 5px;
}
.share-box .share-footer {
    margin: 15px 0;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #2c3e50;
}
.invite-user-tips {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
}
/*分享邀请界面*/
.share-invite-box {
    color: #fff;
}
.share-invite-box .share-description {
    /*background: url(../images/banner_bg_1.png) no-repeat center bottom;*/
    text-align: center;
    background-size: cover;
    color: #000;
}
.share-box .user-face {
    background: url(../images/demoPhoto.jpg) no-repeat scroll center center;
    background-size: contain;
    height: 50px;
    width: 50px;
    margin: 15px auto;
}
.share-box .invite-tips {
    padding: 10px 15px 0;
    font-size: 28px;
    /*color: #fff;*/
    font-weight: bold;
    text-align: left;
    /*line-height: 14px;*/
}
.share-invite-box .score-tips {
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
}
.share-box .privilege-box {
    width: 230px;
    padding: 2px;
    border: 2px solid #f05b72;
    border-radius: 4px;
    margin: 24px auto 28px;
    overflow: hidden;
    color: #f05b72;
}
.share-box .privilege-box .inner-box {
    border: 1px dashed #f05b72;
    padding: 15px 15px 22px;
    text-align: center;
}
.share-box .privilege-box .item {
    margin: 5px 0;
    color: #f05b72;
    font-size: 36px;
    font-weight: bold;
}
.share-box .privilege-box .item span {
    position: relative;
}
.share-box .privilege-box .item span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -15px;
    top: 4px;
    background: url(../images/h5_icon_02.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: block;
}
.share-box .privilege-box .item span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: -15px;
    top: 4px;
    background: url(../images/h5_icon_02.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: block;
}
.share-box .privilege-box .item strong {
    font-size: 48px;
    font-weight: bold;
    top: 5px;
    position: relative;
    margin-right: 3px;
}
.share-box .invite-code-title {
    font-size: 14px;
}
.share-box .get-form {
    margin: 0 15px 0;
    color: #333;
}
.share-box .get-form .item {
    padding: 10px 0;
    font-size: 20px;
}
.share-box .get-form .item .caption {
    position: relative;
    top: -2px;
    font-size: 22px;
}
.share-box .get-form .input-wrap {
    border-bottom: 1px solid #ccc;
    margin-left: 5px;
}
.share-box .get-form .input-wrap input {
    border: none;
    padding: 0;
    outline: none;
    font-size: 20px;
}
.share-box #get-button {
    margin-top: 10px;
    width: auto;
    text-align: center;
    cursor: pointer;
}
/*编辑邀请码页面*/
#leader-key-box {
    display: none;
}
.edit-leader-key-form {
    background-color: #fff;
    width: 300px;
    padding-bottom: 30px;
    /*border: 1px solid #ccc;*/
}
.edit-leader-key-form .title {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
}
.edit-leader-key-form .text-wrap {
    clear: both;
    border: 1px solid #ccc;
    padding: 6px 15px;
    margin: 0 15px;
}
.edit-leader-key-form .text-wrap input {
    width: 100%;
    padding: 0;
    outline: none;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}
/*弹出菜单*/
.popup-menu-box {

}
.popup-menu-list {
    border: 1px solid #ccc;
    font-size: 16px;
}
.popup-menu-list .item {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.popup-menu-list .item a {
    color: #333;
}
.popup-menu-list .item i {
    font-size: 28px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.popup-menu-list .item .icon-edit {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: -1px;
    margin-right: 0;
}
/*签到领积分页面*/
.sign-box {
    clear: both;
}
.sign-box .box-header {
    height: 100px;
    background-color: #e7f5ff;
    padding: 50px 0;
    position: relative;
}
.sign-box .box-header .sign-btn {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    color: #003663;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #003663;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.sign-box .box-header .link {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.sign-box .sign-record {
    background-color: #003663;
    color: #fff;
    padding: 15px 8px;
    font-size: 12px;
}
.sign-box .record {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #fff;
    height: 45px;
}
.sign-box .sign-times {
    text-align: center;
    line-height: 1.7em;
}
.sign-box .sign-times .number {
    font-size: 20px;
    margin-right: 3px;
}
.sign-box .sign-record .item {
    /*width: 15%;*/
    text-align: left;
    position: relative;
    height: 45px;
}
.sign-box .sign-record .item:last-child {
    width: 30px;
}
.sign-box .sign-record .item .date {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.sign-box .sign-record .item .score {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #007acf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px auto 0 0;
    position: relative;
    z-index: 2;
}
.sign-box .sign-record .item .hr-line {
    height: 5px;
    background-color: #007acf;
    position: absolute;
    top: 29px;
    width: 100%;
    z-index: 1;
}
.sign-box .sign-record .signed .score {
    background-color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #333;
    margin-top: 4px;
}
.sign-box .sign-record .signed .score .icon-right-1 {
    font-size: 14px;
    position: relative;
    top: 1px;
}
.sign-box .sign-record .signed .hr-line {
    background-color: #fff;
    top: 29px;
}