.dtstyle {
	font-size: 12px;
	color: #999;
}
.fontdigital{
    color:red;
    font-size: 18px;
}

.fontyellow{
    color:#df8505;
}

.fontred{
    color:#FF0000;
    font-size: 16px;
}

/* 首页 */

.footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 0px;
	border-top: 1px solid #e9ddd5;
	background-color: #fbf7f3;
	color: #655851;
}
.newstop {
	font-size: 16px;
	color: #b55339;
	border-bottom: #e6c6bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    margin: 0 0 12px;
    padding-bottom: 8px;
    font-weight: 700;
    letter-spacing: .5px;
}
.newstop a,
.newstop a:visited{
    color: #a84730 !important;
}
.newstop a:hover{
    color: #8f3b27 !important;
    text-decoration: none;
}
.newstop a{
    font-weight: 700;
}
.newsul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.newsul li {
    line-height: 30px;
    font-size: 16px;
    list-style: none;
}
.newsul li span {
	font-size: 12px;
	color: #999;
}
/* 正文 */
.detailtitle {
	font-size: 26px;
    line-height: 40px;
	color: #FF5842;
	text-align: center;
}
.detailhr {
	height: 1px;
	border: none;
	border-top: 1px dashed #f00;
}
.detailcontent {
	font-size: 16px;
	line-height: 30px;
}
.detailcontent img{
    max-width: 100%;
    height: auto;
}
.detailright {
	margin-left: 30px;
}
.detailrt {
	font-size: 14px;
	color: #F00;
	border-bottom: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 30px;
	margin-top: 40px;
}
.detailright li {
	line-height: 30px;
	font-size: 14px;
	list-style: none;
}
.detailright li span {
	font-size: 12px;
	color: #999;
}
.detailright a{
    color: #000;
}


/* 用户 */
.textmoney {
	color:#ff5f08;
	font-size:16px;
}

.navusertop {
    width: 120px;
    border:1px solid #000;
    min-height: 900px;
}

.navusertop li {
    font-size: 18px;
    line-height: 30px;
    list-style: none;
}
.question{
    background-color: #707070;box-shadow:inset 10px 5px 12px #8A8A8A;text-align: center;color: #FFF;
}
.question_menu{
    margin-left: 0px;text-align: center;
    //margin-bottom: 20px;
}
.question_menu a{
    color: #8E8E8E;
}

.navuser {
    font-size: 16px;
    line-height: 30px;
}

.navuser li {
    line-height: 40px;
    font-size: 16px;
    list-style: none;
}

/* 问答 */
.questiondiv {
    background: #d9edf7;
    border:1px solid #7ab5d3;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.questiondivrt {
    background: #d9edf7;
    border:1px solid #7ab5d3;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.questiondivrt li {
    line-height: 30px;
    border-top:1px solid #7ab5d3;
    padding-top: 12px;
    margin-bottom: 12px;
}
#main-form .form-group .control-label {
    margin-left: 0px;
}

#main-form .form-group label.length-tip {
    margin-left: 10px;
    color: #FFC200;
    float: right;
}

#main-form .form-group label.length-tip.length-limit-max {
    color: #FF0000;
}

#main-form .form-group .span2{
    width: auto;
}
#main-form .form-group label.span2.control-label[style="color: #ff0000"] {
    float: left;
}

#main-form .form-group .span9 {
    margin-left: 10px;
}

#main-form .form-group .span9 .form-control {
    width: 100%;
}

/* 律师和评估师 */
.laywerdiv {

}

.laywerdiv li{
    line-height:  30px;
    font-size: 16px;
    list-style: none;
}


/* 土地列表  */
.landlistdiv {
    line-height: 30px;
}

.landlistdiv li{
    list-style: none;
    line-height: 24px;
}

/*土地推荐列表 */
/* 土地列表  */
.landlistmdiv {
    line-height: 30px;
}

.landlistmdiv li{
    list-style: none;
    line-height: 24px;
}
.landlistmdiv a{color: #5e5e5e;}
.landlisttop {
    font-size: 18px;
    color: #F00;
    border-bottom: #F00;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
    margin-left: 55px;
    margin-bottom: 30px;
}

/* index.php */
.indexlanddiv {
    width: 180px;
    float: left;
    height: 250px;
}

.landhotlist {
    position: relative;
}
.landhotlist img{
    //width:100%;
}

.landhoticon {
    position:absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    background-color: #f89406;
    width: 60px;
    height: 24px;
    color: #ffffff;
    font-size: 9px;
}

.auth-shell{
    padding: 16px 0 32px;
}
.auth-panel{
    background: linear-gradient(180deg, #fffdfa 0%, #fff 100%);
    border: 1px solid #eadfd7;
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(121, 82, 63, 0.08);
    overflow: hidden;
}
.auth-layout{
    margin-left: 0 !important;
    display: block;
}
.auth-layout > [class*="span"]{
    float: none;
    margin-left: 0 !important;
    box-sizing: border-box;
}
.auth-layout .auth-visual{
    max-width: none;
    width: auto;
}
.auth-layout .auth-form-wrap{
    max-width: none;
    width: auto;
}
.auth-visual{
    min-height: 100%;
    background: linear-gradient(135deg, #a84b35 0%, #d86b4f 50%, #f3a15f 100%);
    color: #fff;
    padding: 18px 26px 16px;
}
.auth-visual--compact{
    display: block;
}
.auth-visual h2{
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 30px;
}
.auth-visual p{
    max-width: 780px;
    font-size: 13px;
    line-height: 21px;
    color: rgba(255,255,255,0.88);
}
.auth-form-wrap{
    padding: 24px 30px 30px;
}
.auth-form-wrap h2{
    margin: 0;
    color: #4f4038;
}
.auth-form-wrap--wide{
    padding-top: 28px;
}
.auth-form-wrap .form-control,
.auth-form-wrap input[type="text"],
.auth-form-wrap input[type="password"],
.auth-form-wrap input[type="captcha"]{
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #dfd2c8;
    border-radius: 12px !important;
    box-shadow: none;
    padding: 11px 14px;
    background: #fffdfb;
}
.auth-form-wrap .btn-orange,
.auth-form-wrap .btn-primary,
.auth-form-wrap .btn{
    border-radius: 12px;
}
.auth-form-tip{
    color: #8a7a72;
    line-height: 24px;
    margin: 8px 0 20px;
}
.auth-inline-links{
    margin-top: 14px;
    color: #7e6f68;
    font-size: 14px;
}
.auth-inline-links a{
    color: #b24d34;
}
.auth-benefits{
    margin-top: 12px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.auth-benefit-item{
    flex: 1 1 220px;
    min-width: 0;
    padding: 8px 0 0;
    border-top: 1px solid rgba(255,255,255,0.16);
}
.auth-benefit-item:first-child{
    border-top: 0;
    padding-top: 0;
}
.auth-benefit-item strong{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.auth-benefit-item span{
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.82);
    line-height: 20px;
    font-size: 12px;
}
.auth-form-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}
.auth-form-switch{
    color: #7c6d66;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
}
.auth-form-switch a{
    color: #b24d34;
    font-weight: 700;
}
.auth-field{
    margin-top: 14px;
}
.auth-field label{
    display: block;
    margin-bottom: 8px;
    color: #5b4a43;
    font-size: 14px;
    font-weight: 700;
}
.auth-field-hint{
    display: block;
    margin-top: 7px;
    color: #8a7a72;
    font-size: 12px;
    line-height: 18px;
}
.auth-error-text{
    display: block;
    margin-top: 7px;
    color: #c04a38 !important;
    font-size: 12px;
    line-height: 18px;
}
.auth-meta-row{
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.auth-check{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #6d5e57;
    font-size: 14px;
}
.auth-check input[type="checkbox"]{
    width: 16px !important;
    height: 16px !important;
    margin: 0;
    vertical-align: middle;
    box-shadow: none;
}
.auth-text-link{
    color: #a44a33;
    font-size: 14px;
}
.auth-submit-wrap{
    margin-top: 16px;
    max-width: 360px;
}
.auth-submit{
    width: 100%;
    height: 48px !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
}
.auth-alert{
    margin-top: 14px;
    border-radius: 12px;
}
.auth-activation-notice{
    margin-top: 16px;
    color: #7d5f55;
    line-height: 22px;
}
.auth-activation-notice a{
    color: #a44832;
}
.auth-inline-group{
    display: flex;
    gap: 12px;
    align-items: stretch;
}
.auth-inline-group__field{
    flex: 1 1 auto;
}
.auth-inline-group__action{
    flex: 0 0 138px;
}
.auth-inline-group__meta{
    display: flex;
    align-items: center;
    gap: 10px;
}
.auth-inline-group__meta--captcha{
    flex: 0 0 156px;
    justify-content: space-between;
}
.auth-inline-group__meta--captcha img{
    width: 118px;
    height: 46px;
    border-radius: 10px;
}
.auth-inline-group--captcha .auth-inline-group__field{
    min-width: 0;
}
#refresh-captcha{
    white-space: nowrap;
}
#refresh-captcha a{
    color: #8f4e37;
}
.auth-secondary-button{
    width: 100%;
    height: 46px !important;
    border-radius: 12px !important;
    border: 1px solid #e2d3c9;
    background: #fff8f3;
    color: #9a4933;
    box-shadow: none;
    font-weight: 700;
}
.auth-check-row{
    margin-top: 16px;
}
.auth-check-row .auth-check{
    align-items: flex-start;
}
.auth-check-row .auth-check span{
    line-height: 22px;
}
.auth-check-row .auth-check a{
    color: #a44832;
}
@media (max-width: 979px){
    .auth-layout{
        display: block;
    }
    .auth-visual,
    .auth-form-wrap,
    .auth-form-wrap--wide{
        padding: 24px 22px;
    }
    .auth-visual{
        min-height: 0;
    }
    .auth-benefits{
        display: block;
    }
    .auth-benefit-item{
        padding: 12px 0;
    }
    .auth-submit-wrap{
        max-width: none;
    }
}
@media (max-width: 767px){
    .auth-shell{
        padding: 12px 0 28px;
    }
    .auth-panel{
        border-radius: 16px;
    }
    .auth-visual{
        padding: 24px 20px;
    }
    .auth-visual h2{
        font-size: 20px;
        line-height: 28px;
    }
    .auth-form-wrap,
    .auth-form-wrap--wide{
        padding: 24px 20px;
    }
    .auth-form-head{
        display: block;
    }
    .auth-form-switch{
        margin-top: 8px;
        white-space: normal;
    }
    .auth-inline-group{
        flex-direction: column;
    }
    .auth-inline-group__action{
        flex: 0 0 auto;
    }
    .auth-inline-group__meta{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .auth-meta-row{
        display: block;
    }
    .auth-text-link{
        display: inline-block;
        margin-top: 10px;
    }
}
.simple-search-bar{
    padding: 16px 18px;
    background: #fff6ef;
    border: 1px solid #ebddd4;
    border-radius: 14px;
    margin-bottom: 24px;
}
.simple-search-bar .input-append,
.simple-search-bar .input-prepend{
    margin-bottom: 0;
}
.simple-pill{
    display: inline-block;
    padding: 8px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #ead9cf;
    border-radius: 999px;
    color: #6b5951;
}
.simple-pill:hover{
    text-decoration: none;
    background: #fdf2eb;
}

/* 经纪人 法律顾问 个人名片 */
.info-box {
    width:200px;
    float: left;
    margin: 5px;
}

/*zhuanti.php */
.zhuantiul {
    margin-top: 20px;
    height: 40px;
}

.zhuantiul li {
    list-style: none;
    float: left;
    width: 150px;
}

.complain {
    background: #FCFCFC;
    border-radius: 10px;
    float: inherit;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.complain .form-group {
    margin-left: 0px;
}
.complain label.require {
    color: #ff0000;
    float: left;
    margin-left: 25px;
}
.complain label.control-label {
    float: left;
    margin-left: 10px;
}
.complain label.length-tip {
    float: left;
    margin-left: 21px;
}
.complain .form-control {
    margin-top: -4px;
}
.complain textarea.form-control {
    margin-top: 5px;
    margin-left: 5%;
    width: 88%;
}
.complain div.message {
    float: left;
    width: 100%;
}
.complain .complain-footer {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.complain .complain-footer a {
    margin-left: 60px;
}
.complain .alert{
    margin-bottom: 0px;
}

.splash{
    z-index: 9999;
    display:none
}
.splash_1{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../img/splash_1.png");
    background-size: 100% 100%;
}
.splash_2{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../img/splash_2.png");
    background-size: 100% 100%;
}
.splash_3{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../img/splash_3.png");
    background-size: 100% 100%;
}
.splash_4{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../img/splash_4.png");
    background-size: 100% 100%;
}
.splash_5{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../img/splash_5.png");
    background-size: 100% 100%;
}
.splash_6{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../img/splash_6.png");
    background-size: 100% 100%;
}
.splash_1_close,.splash_2_close,.splash_3_close,.splash_4_close,.splash_5_close{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../img/close.png") no-repeat;
}
.splash_1_back,.splash_2_back,.splash_3_back,.splash_4_back,.splash_5_back{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url("../img/back.png") no-repeat;
}
.splash_1_go,.splash_2_go,.splash_3_go,.splash_4_go,.splash_5_go{
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url("../img/go.png") no-repeat;
}
.yishoucang{float:left;display:block;background: url("../img/yishoucang.png");width: 20px;height: 20px;cursor: pointer}
.weishoucang{float:left;display:block;background: url("../img/weishoucang.png");width: 20px;height: 20px;cursor: pointer}
