/*覆盖frozen*/
.ui-avatar, .ui-avatar-lg, .ui-avatar-s, .ui-avatar-one, .ui-avatar-tiled{
	  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAOVBMVEW0tLTf39/ExMTs7Oy8vLzk5OTU1NT09PS7u7vj4+PNzc21tbXc3NzMzMzz8/PDw8Pr6+vV1dX5+fmUtfJ1AAACd0lEQVR4nO3Y0XKlIAwAUAbRGwkR2f//2AWlFpWEap3ZfZC32ynHBBADyj3c1Au+4Au+4Av+MzCQB0BEAB0eAAMqBLM0QAVNsgVaZbym3LQHpN+BA3qyRSOP5jegPXhR1CCLIuhPXmzaiKIEGtBnL4qg74EWdIVbRHsLNIyXxDugNbV881zzSfMgH2CamDsgG2AKkR1FFhw878UQb4BCxjHE66CVQfaVZkEShjC9gQ+D1l8G7dPg0ADHq2CQQX0ZdDJ4fdmM8rIZLoPuaZDbDDN4eZZtZfPfgVyIHCgP4Y1Z7p0MhsvLZuoFbpg/XD9+ljt+JVLXcQGKn1EWZAdQBvl5uQn2bITsqpZBdn8QCzAJ5EKUMhbBeWAy7m+CbqqDk9RHBMeuNoKzlHGj4OzPIrlZ7NIoief5NDGd3KN5CjiWxE5MuA0GfQQbrRnhAZSq4VsR/n/gfFw10lvyE3Ds6JLXnpR+LMXGqm6Aa4nVFZ+rQXyNZTB4pdaNdHLf3rKqjWK/yixoQYH3Ob8pz4z7rG9JD6CQO4xXQUI0nmj79s5/Ij1O2XO91drEJ1YrsAqYuHRqLGZ07KbPVPykWLV7g7XT+Am0mYuNXSLrFkTaoDot9AMYYOOEbWDMe1C6MziSe9Arsx2RSVhy2y4ZScTdlJfggFAUceWTdboUKf5QLPaUeHmULECPpjzB66KmTBctgMUDyoMgaUB7BsMuvPR/sKVCPl2yfJ9Ah0N5Sx79EaR9eEuIWyZ+6a+3nE/lcgoy7MDa/QeZr4lej2lboa4rR+k4klSAUL3/2K4W1iKHcgyhWs/HtEuwWrmR/xqZFcw/TL2ep3WE/gIarxzPU4GR6gAAAABJRU5ErkJggg==)!important;
    background-color: #F0F0F0!important;
}
/* ddc_hd start*/
* { font-family:"微软雅黑","Helvetica Neue", Helvetica, STHeiTi, sans-serif; }
.ddc_hd{
    position: relative;
    /*border-bottom: 1px solid #efefef;*/
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
}
#require_list_wrap{
    max-width: 640px;
    margin: 0 auto;
}
.ddc_personal{background-color:#f8f8f8;}
.ddc_hd_bg{
    height: .82rem;
    background: url(/Public/publicStaticC/source/images/zd_bg3.png) center center no-repeat;
    background-size: 100% 100%;
}
.ddc_hd_userInfo {
    height: .82rem;
    -webkit-box-sizing: border-box;
    position: relative;
    background-color: rgba(0,0,0,.3);
    padding: .1rem .1rem;
}
.ddc_hd_userInfo p {
    color: #ffffff;
    margin: 0.02rem 0 0 .75rem;
}
.ddc_kefu_icon {
    position: absolute;
    z-index: 200;
    right: .1rem;
    top: .1rem;
    display: inline-block;
    width: .3rem;
    height: .18rem;
    line-height: .18rem;
    padding-left: .2rem;
    padding-right: .05rem;
    color: #fff;
    text-align: center;
    font-size: .12rem;
    border-radius: 20px;
    background: rgba(0,0,0,.26);
}
.ddc_kefu_ms{
	display:block;
	width:.72rem;
	height:.18rem;
	line-height:.18rem;
	background:#1bc964;
	color:#ffffff;
	font-size:.11rem;
	border-radius:.02rem;
	text-align:center;
}
.ddc_kefu_ts{
	width: 0.08rem;
    height: 0.04rem;
	margin-left:.37rem;
    background: url(/Public/publicStaticC/source/images/kefu_tishi.png) center center no-repeat;
    background-size: 100% auto;
	display:block;
}
.ddc_kefu_dot{
	display:block;
	position:absolute;
	z-index:200;
	width:.05rem;
	height:.05rem;
	border-radius:.05rem;
	top:.09rem;
	right:.06rem;
	background:#ED1C24;
}
.ddc_msWrap {
    position: absolute;
    z-index: 100;
    right: .1rem;
    top: .33rem;
	display:none;
}
.ddc_msWrap_show{
	display:block;	
}
.ddc_ms_animate{
    -moz-animation:news 4s forwards linear;
    -moz-transform-origin: 50% 0;
    -webkit-animation:news 4s forwards linear;
    -webkit-transform-origin: 50% 0;
	animation:news 4s forwards linear;
    transform-origin: 50% 0;
}
@-moz-keyframes news{
    0%{
        top: .33rem;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
        transform: scale(0);
    }
    5%,90%{
        top: .33rem;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        top: .33rem;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes news{
    0%{
        top: .33rem;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
        transform: scale(0);
    }
    5%,90%{
        top: .33rem;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        top: .33rem;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes news{
    0%{
        top: .33rem;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
        transform: scale(0);
    }
    5%,90%{
        top: .33rem;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        top: .33rem;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
        transform: scale(0);
    }
}

.ddc_kefu_icon:before {
    position: absolute;
    left: 0.05rem;
    content: '';
    display: inline-block;
    width: .2rem;
    height: 100%;
    background: url(/Public/publicStaticC/source/images/kefu_icon_white.png) no-repeat center center;
    background-size: auto 100%;
}
.ddc_hd_userImg1 {
    width: .55rem;
    height: .55rem;
    border-radius: .6rem;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255,255,255,.4);
    background: none;
    position: absolute;
    left: .15rem;
    top: .1rem;
}
.ddc_hd_userImg2 {
    width: .53rem;
    height: .53rem;
    border-radius: 100%;
    border: 1px solid #ffffff;
    background: none;
}
.ddc_hd_userImg2 span{
width: 100%;
    height: 100%;
    border-radius: 100%;
    display: inline-block;
    background-size: cover;
}
.ddc_hd_username{
    line-height: .3rem;
    font-size: 0.17rem;
}
.ddc_hd_phone,.bind-mobile{
	color: #fff;
    line-height: .15rem;
    font-size: .16rem;
    display: block;
    margin-left: .75rem;
    margin-top: .05rem;
    position: relative;
}
.ddc_hd_phone:after {
    position: absolute;
    top: -0.05rem;
    content: '';
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background: url(/Public/publicStaticC/source/images/member_edit.png) center center no-repeat;
    background-size: auto 70%;
}
.ddc_hd_flist{
    border-top: 1px solid #dbdbdb;
    overflow: hidden;
    width: 100%;
}
.ddc_hd_flist li {
    position: relative;
    height: .95rem;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #e8e9ea;
    border-bottom: 1px solid #e8e9ea;
    font-size: .12rem;
    color: #929292;
    -webkit-box-orient: vertical;
    float: left;
}
.ddc_hd_flist li a{
    display:block;
    width: 100%;
    overflow:hidden;
    height: 100%;
    font-size: .12rem;
    -webkit-box-orient: vertical;
    color: #000000;
    text-align: center;
}
.ddc_hd_flist li a span{
    font-size: .1rem;
    line-height: .15rem;

}
.ddc_hd_flist li .c-grav{
    color: #808080;
}
.ddc_hd_flist li .c-top{
    position: relative;
    top: -.04rem;
}

.ddc_hd_flist li a:before {
    content: '';
    display: block;
    width: 100%;
    height: .27rem;
    margin-bottom: .05rem;
    margin-top: .2rem;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
.ddc_hd_flist .my_account a:before { background-image: url(/Public/publicStaticC/source/images/money_bag.png);}
.ddc_hd_flist .house_register a:before { background-image: url(/Public/publicStaticC/source/images/member_fangRegister3.png);}
/* .ddc_hd_flist li:nth-child(2) a:before { background-image: url(/Public/publicStaticC/source/images/member_zdAgent3.png);} */
.ddc_hd_flist .fitment_group a:before { background-image: url(/Public/publicStaticC/source/images/member_freeZX3.png);}
.ddc_hd_flist .red_package_ticket a:before { background-image: url(/Public/publicStaticC/source/images/member_hongbao3.png);}
.ddc_hd_flist .my_collect a:before { background-image: url(/Public/publicStaticC/source/images/ucenter_collect_icon3.png);}
.ddc_hd_flist .operate_index a:before { background-image: url(/Public/publicStaticC/source/images/member_guide3.png);}
.ddc_hd_flist .life_assist a:before { background-image: url(/Public/publicStaticC/source/images/lifeAssistant_icon.png);}
.ddc_hd_flist .ddc_pleaseWait {background: url(/Public/publicStaticC/source/images/forwardMore_icon.png) no-repeat center center;background-size: auto .27rem;}
.ddc-m{position:absolute;top:.07rem;right:.15rem;}
.ddc_reddot {
    position: absolute;
    display: block;
    width: .06rem;
    height: .06rem;
    background-color: #f74c31;
    border-radius: 5px;
    left: .4rem;
    top: .09rem;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.ddc_pleaseWait_bg {
    position: absolute;
    top: -.02rem;
    left: 0;
    width: 100%;
    height: .22rem;
    opacity: 0;
    background: url(/Public/publicStaticC/source/images/please_wait_bg.png) no-repeat center center;
    background-size: auto 100%;
}
.ddc_pleaseWaitBg_animate{
    -moz-animation:pleaseWait 2s forwards linear;
    -webkit-animation:pleaseWait 2s forwards linear;
    animation:pleaseWait 2s forwards linear;
}
@-moz-keyframes pleaseWait{
    0%{
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5%,80%{
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90%{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100%{
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
@-webkit-keyframes pleaseWait{
    0%{
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5%,80%{
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90%{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100%{
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes pleaseWait{
    0%{
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5%,80%{
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90%{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100%{
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
/* ddc_hd end */


/* 主体 begin*/
.ddc_wrap{
    background: #fff;
    margin-top: 0.1rem;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.ddc_wrap:last-child {
    border-bottom:none;
}
.ddc_title{
    font-size: 0.14rem!important;
    color: #555;
}
.ddc_title span{
    display: inline-block;
    width: .4rem;
    line-height: 1;
    padding: 3px 0;
    background-color: #c6c6c6;
    text-align: center;
    color: #ffffff;
}
.ddc-time{
    display:inline-block;
    padding-left:.06rem;
    font-size: 0.12rem;
    color: #c6c6c6;
}
.ddc_share{
    color: #FE8E04;
    border: 1px solid #FE8E04;
    font-size: .12rem;
    padding:0.06rem 0.05rem;
    line-height: normal;
}
.ddc_detail{
    font-size: .12rem;
    color: #666968;
    line-height: .25rem;
}
.ddc_detail1{width: 35%;}
.ddc_detail2{width: 65%;}
.ddc_detail3{width: 35%;}
.ddc_detail4{width: 32%;}
.ddc_detail5{width: 32%;}
.ddc_detail label{
    color: #bbbbbb;
}

.ddc_infoTitle{
    line-height: 2.6;
    padding-bottom: .01rem;
    font-size: .14rem;
    color: #000000;
}
.ddc_infoTitle span,.ddc_infoTitle a,.ddc_oneWrap_infoTitle span{
    color:#ccc;
    text-decoration: none;
}
.ddc_jieDan{
    margin:0!important;
    width:0.4rem;
    height:0.4rem;
    line-height: 0.4rem;
    text-align: center;
}
.ddc_jieDanStatus{
    background-color: white;
    font-size: .1rem;
    color: #fe8e04;
}
.memberStatus_fang_1{ background-image:url(/Public/publicStaticC/source/images/agentStatus_1.png); }
.memberStatus_fang_2 { background-image:url(/Public/publicStaticC/source/images/agentStatus_2.png); }
.memberStatus_fang_3 { background-image:url(/Public/publicStaticC/source/images/agentStatus_3.png); }
.memberStatus_fang_4 { background-image:url(/Public/publicStaticC/source/images/agentStatus_4.png); }
.ddc_agentImgWrap {
    margin-top: 0!important;
    margin-bottom: 0!important;
    width: .4rem;
    height: .4rem;
   /*  border: 2px solid #64c864; */
}
.ddc_prompt_icon {
    position: absolute;
    left: .33rem;
    top: .13rem;
    display: inline-block;
    width: .2rem;
    height: .2rem;
    line-height: .18rem;
    font-size: .1rem;
    text-align: center;
    color: #fff;
    background: url(/Public/publicStaticC/source/images/keft_prompt_icon.png) no-repeat center center;
    background-size: cover;
}
.ddc_agentMN{
    position: absolute;
    border: 1px solid #92D764;
    border-radius: 2px;
    right: 0.5rem;
    top: 0.25rem;
    padding: 0 3px;
    background-color: #fff;
    height: 0.2rem;
    line-height: 0.2rem;
    color: #72cb36;
    font-size: 0.1rem;
}
.ddc_agentMN span{
    font-size: .15rem;
}
.ddc_agentMN_after {
    position: absolute;
    z-index: 2;
    background: url(/Public/publicStaticC/source/images/myjt.png);
    background-color: #fff;
    right: -8px;
    top: 0.05rem;
    width: 8px;
    height: 11px;
}
.ddc_commonPT {
    padding-right: .15rem!important;
    padding-left: .15rem;
}
.ddc_agentPT {
    margin-top: 0.1rem;
    /*margin-right: .08rem;*/
    margin-left: 0rem!important;
    /*padding-left: 0;*/
    padding: 0.06rem .1rem;
    background-color: #efefef;
}
.ddc_agentPT > a{width:100%;overflow: hidden;  display: -webkit-box;}
.ddc_agentPT:first-child { margin-top:0;}
.ddc_agentPT_cancelMT { margin-top:0!important; }
.ddc_titlePT {
    margin-left: 0!important;
    padding-bottom: 0!important;
    /*padding-top: .1rem!important;*/
}
.ddc_demandST {
    position: absolute;
    margin-bottom: -.2rem;
    width: 0.5rem;
    height: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
	top:.04rem;
	right:.15rem;
}
.ddc_agentInfo {
    padding:0;
}
.ddc_agentInfo h4 {
    font-size: 0.14rem!important;
    color: #000000;
}
.ddc_agentInfo h4 span {
    font-size:.12rem;
    color: #808080;
    margin-left: .03rem;
}
.chengxin {
    display: inline-block;
    width: 0.35rem;
    height: 0.14rem;
    margin-left: 0.08rem;
    background: url("/Public/publicStaticC/source/images/chengxin1.png") center no-repeat;
    background-size: 100% auto;
}
.ddc_agentInfo p {
    color: #808080;
    font-size: 0.12rem;
}

/* 取消委托删除样式*/
.ddc_cancel_w {
    display: -webkit-box;
}
.ddc_cancel_w .ddc_wrap,.ddc_cancel_w .ddc_oneWrap {
    -webkit-box-flex: 1;
   margin-left: -.7rem;
}
.ddc_cancel_w .ddc_delete {
    width: .7rem;
    margin-top: .1rem;
    background-color: rgb(255,73,64);
    text-align: center;
    font-size: .16rem;
    color:rgb(255,254,254);
}


/* 房源委托*/
.ddc_fangOrder li{
    display: inline-block;
    width: 30%;
    text-align: left;
}

/* 专属委托 */
.ddc_wrap_vip .ddc_titlePT:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    width: .25rem;
    height: .25rem;
    background: url(/Public/publicStaticC/source/images/member_vip.png) no-repeat;
    background-size: 100% auto;
}

/* 我的经纪人为空 */
.ddc_agentB{
    width: 2rem;
    margin: 30% auto 0;
    font-size: .16rem;
    text-align: center;
}
.ddc_agentB button {
    color: #fe8e04;
    border: 1px solid #fe8e04;
    border-radius: 4px;
    padding: .05rem .15rem;
}
.ddc_agentB p {
    color: #a4a4a4;
    margin-bottom: .1rem;
}
.ddc_agentB p:before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/Public/publicStaticC/source/images/agent_b.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: -.2rem;
}
/* 我的经纪人不为空 */
.dd_info {
    position: relative;
    border-bottom: 1px solid #ededed;
}
.dd_info ul {
    padding-top: .14rem;
    padding-bottom: .15rem;
}
.dd_bline {
    height: .1rem;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.dd_score_img {
    display: inline-block;
    width: .9rem;
    height: .15rem;
    background: url(/Public/publicStaticC/source/images/score.png);
    background-size: 100% auto;
    margin-left: .08rem;
    margin-right: .08rem;
}
.star-value-5,.star-value-5d0{background-position:0 0}
.star-value-4d1,.star-value-4d2,.star-value-4d3,.star-value-4d4,.star-value-4d5,.star-value-4d6,.star-value-4d7,.star-value-4d8,.star-value-4d9{background-position:0 -.15rem}
.star-value-4,.star-value-4d0{background-position:0 -.31rem;}
.star-value-3d1,.star-value-3d2,.star-value-3d3,.star-value-3d4,.star-value-3d5,.star-value-3d6,.star-value-3d7,.star-value-3d8,.star-value-3d9{background-position:0 -.48rem}
.star-value-3,.star-value-3d0{background-position:0 -.63rem;}
.star-value-2d1,.star-value-2d2,.star-value-2d3,.star-value-2d4,.star-value-2d5,.star-value-2d6,.star-value-2d7,.star-value-2d8,.star-value-2d9{background-position:0 -.79rem}
.star-value-2,.star-value-2d0{background-position:0 -.94rem;}
.star-value-1d1,.star-value-1d2,.star-value-1d3,.star-value-1d4,.star-value-1d5,.star-value-1d6,.star-value-1d7,.star-value-1d8,.star-value-1d9{background-position:0 -1.1rem}
.star-value-1,.star-value-1d0{background-position:0 -1.25rem;}
.star-value-0d1,.star-value-0d2,.star-value-0d3,.star-value-0d4,.star-value-0d5,.star-value-0d6,.star-value-0d7,.star-value-0d8,.star-value-0d9{background-position:0 -1.4rem}
.star-value-0,.star-value-0d0{background-position:0 -1.57rem;}
.dd_score_num {
    display: inline-block;
    width: .3rem;
    height: .13rem;
    line-height: .13rem;
    text-align: center;
    font-size: .11rem;
    color: #ffffff;
    background-color: #ff9600;
}
.dd_info_r h4{
    font-size: .15rem!important;
    color: #4a4949;
}
.dd_info_ul {position: relative;}
.dd_info_ul button {
    display: inline-block;
    width: .65rem;
    height: .3rem;
    line-height: .3rem;
    color: #ff9600;
    font-size: .12rem;
    border: 1px solid #ff9600;
    border-radius: .04rem;
    margin-top: .2rem;
}
.dd_info_r p {
    font-size: .13rem;
    color: #707070;
}
.dd_info_hd {
    width: .45rem;
    height: .45rem;
    margin: .1rem .1rem 0 0;
    border: 2px solid #64c864;
}
.ddc_agent_hd {
    height: .4rem;
    margin-bottom: .1rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
    padding: 0.05rem .25rem 0.05rem .15rem;
}
.ddc_agent_title {
    font-size: .15rem;
    color: #5b5b5b;
    line-height: .4rem;
}
.ddc_agent_title:before {
    content: '';
    display: inline-block;
    width: .25rem;
    height: .25rem;
    background: url(/Public/publicStaticC/source/images/member_myAgent.png) no-repeat;
    background-size: 100% auto;
    position: relative;
    left: 0;
    top: .05rem;
    margin-right: .05rem;
}
.ddc_Edit {
    font-size: .11rem;
    color: #ff9a38;
    position: relative;
    padding-top: 0.22rem;
}
.ddc_Edit:before{
    width: .2rem;
    height: .2rem;
    content: '';
    background-image: url(/Public/publicStaticC/source/images/member_editAgent.png);
    background-repeat:no-repeat;
    background-size: 100% auto;
    display: inline-block;
    position: absolute;
    top:0;
}
.ddc_EditSuc:before{
    background-image: url(/Public/publicStaticC/source/images/member_editAgent_suc.png);
}
.ddc_agentInfo:nth-child(3){ margin-top: 0; }
.dd_info_ul>li {
    margin-left: .15rem;
    margin-right: .1rem;
}
.ddc_agentStatus {
    background: none;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .1rem;
    color: #fe8e04;
    display: inline-block;
    position: absolute;
    right: .1rem;
    top: .12rem;
}
.ddc_agentStatus_2{
    background-image: url(/Public/publicStaticC/source/images/agentStatus_2.png);
}
.ddc_agentStatus_3{
    background-image: url(/Public/publicStaticC/source/images/agentStatus_3.png);
}
.ddc_agentStatus_4{
    background-image: url(/Public/publicStaticC/source/images/agentStatus_4.png);
}
.ddc_agentStatusImg {
    display: inline-block;
    position: absolute;
    right: .1rem;
    top: .05rem;
    width: .5rem;
    height: .5rem;
    background-size: contain;
}
.ddc_agentStatus_cancelOrder {
    background-image: url(/Public/publicStaticC/source/images/icon-stamp-cancle3.png);
}
.ddc_agentStatus_orderSuc {
    background-image: url(/Public/publicStaticC/source/images/icon-stamp-done3.png);
}
.ddc_userNeed {
    /*position: relative;*/
    /*background-color: #F3F5F3;*/
    /*border-radius: 2px;*/
    /*margin: 0;*/
    padding-bottom: .06rem;
    color: #808080;
    font-size: .12rem;
	line-height:0.18rem;
}
.ddc_userNeed P:first-child {
    font-size: .14rem;
    color: #4a4949;
}
.ddc_userNeed p:nth-child(2) {
    font-size: .13rem;
    color: #aeaeae;
}
.ddc_editStatus {
    display: none;
    width: .15rem;
    line-height: .15rem;
    text-align: center;
    border-radius: 50%;
    background-color: red;
    font-size: .1rem;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: -.05rem;
    top: .25rem;
}
.ddc_dialog {
    font-size: .15rem;
    color: #fe8e04;
    text-align: center;
    font-family:"微软雅黑","Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
.ddc_dialogCnt { width: 3rem; }
.ddc_dialog button:first-child { color:#8A8A8A;}
.ddc_dialog button:last-child { color:#fe8e04;}
.ddc_dialogCon {
    font-size: .14rem;
    color: #8A8A8A;
    margin-top: .1rem;
}

.nodata{display: block;width: 100%; background-color: #f5f5f5; background-repeat: no-repeat;}
.nodata_bg{background: url(/Public/publicStaticC/source/images/nowt_new.png);background-position: bottom; background-size: 80px auto;
display: block; background-repeat: no-repeat; width: 100%;height: 40%;min-height: 120px;}
.nodata_desc{text-align: center; font-size: 0.15rem; font-weight: 200;padding: 5%; color: #aaa; }
.nodata_btnbox{text-align: center;}
.nodata_button{border: 1px solid #1BC964; background: #1BC964; color: #fff; font-size: 0.14rem; padding: 1.5%;border-radius: 3px;margin:0 auto}

.ddc-border-tb{background-position: bottom;border-bottom: 0}
.ddc-border-tb li{
    padding-top:.11rem;
}

/*========================================新增*/

/* 主体 begin*/
.ddc_oneWrap{
    background: #fff;
    margin-top: 0.1rem;
    padding-bottom: .15rem;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.ddc_oneWrap:last-child {
    border-bottom:none;
}
.ddc_oneWrap_title{
    font-size: 0.14rem!important;
    color: #555;
}
.ddc_oneWrap_title span{
    display: inline-block;
    width: .4rem;
    line-height: 1.4;
    background-color: #c6c6c6;
    text-align: center;
    color: #ffffff;
}
.ddc_oneWrap_share{
    color: #FE8E04;
    border: 1px solid #FE8E04;
    font-size: .12rem;
    padding:0.06rem 0.05rem;
    line-height: normal;
}
.ddc_oneWrap_detail{
    font-size: .12rem;
    color: #808080;
    /*line-height: .2rem;*/
}
.ddc_oneWrap_detail label{
    color: #808080;
}

.ddc_oneWrap_infoTitle{
    line-height: 2.6;
    padding-bottom: .01rem;
    font-size: .14rem;
    color: #000000;.
}

.ddc_oneWrap_jieDan{
    margin:0!important;
    width:0.45rem;
    height:0.45rem;
    line-height: 0.45rem;
    text-align: center;
}
.ddc_oneWrap_jieDanStatus{
    background-color: white;
    font-size: .1rem;
    color: #fe8e04;
}
.memberStatus_fang_1{ background-image:url(/Public/publicStaticC/source/images/agentStatus_1.png); }
.memberStatus_fang_2 { background-image:url(/Public/publicStaticC/source/images/agentStatus_2.png); }
.memberStatus_fang_3 { background-image:url(/Public/publicStaticC/source/images/agentStatus_3.png); }
.memberStatus_fang_4 { background-image:url(/Public/publicStaticC/source/images/agentStatus_4.png); }
.ddc_oneWrap_agentImgWrap {
    margin-top: 0!important;
    margin-bottom: 0!important;
    width: .4rem;
    height: .4rem;
   /*  border: 2px solid #64c864; */
}
.ddc_oneWrap_agentMN{
    position: absolute;
    border: 1px solid #92D764;
    border-radius: 2px;
    right: 0.56rem;
    top: 0.2rem;
    padding: 0 5px;
    background-color: #fff;
    height: 0.2rem;
    line-height: 0.2rem;
    color: #72cb36;
    font-size: 0.1rem;
}
.ddc_oneWrap_agentMN span{
    font-size: .16rem;
}
.ddc_oneWrap_agentMN_after {
    position: absolute;
    z-index: 2;
    background: url(/Public/publicStaticC/source/images/myjt.png);
    background-color: #fff;
    right: -8px;
    top: 0.05rem;
    width: 8px;
    height: 11px;
}
.ddc_oneWrap_commonPT {
    padding-right: .15rem!important;
    padding-left: .15rem;
}
.ddc_oneWrap_agentPT {
    margin-top: 0.1rem;
    /*margin-right: .08rem;*/
    margin-left: 0!important;
    /*padding-left: 0;*/
    padding: 0.08rem .1rem;
    background-color: #efefef;
}
.icon_agent ul{
    position: relative;
}
.icon_agent ul:before{
    content: '';
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url("/Public/publicStaticC/source/images/p_agent3.png") no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
}
/*专属委托*/
.icon_vipAgent ul:before{
    content: '';
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url("/Public/publicStaticC/source/images/p_vip3.png") no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
}
.ddc_oneWrap_agentPT:first-child { margin-top:0;}
.ddc_agentPT_cancelMT { margin-top:0!important; }
.ddc_oneWrap_titlePT {
    margin-left: 0!important;
    padding-bottom: 0rem!important;
    /*padding-top: .1rem!important;*/
}
.ddc_oneWrap_demandST {
    position: relative;
    margin-bottom: -.2rem;
    width: 0.5rem;
    height: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
.ddc_oneWrap_agentInfo {
    padding:0;
}
.ddc_oneWrap_agentInfo h4 {
    font-size: 0.14rem!important;
    color: #000000;
}
.ddc_oneWrap_agentInfo h4 span {
    font-size:.12rem;
    color: #808080;
}
.ddc_oneWrap_agentInfo p {
    color: #bbb;
    font-size: 0.12rem;
}
.btVip{
    margin-bottom: .05rem;
}
/* 专属委托 */
/*.ddc_oneWrap_exclusiveEntrust:before {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: .25rem;*/
    /*height: .25rem;*/
    /*background: url(/Public/publicStaticC/source/images/member_vip.png) no-repeat;*/
    /*background-size: 100% auto;*/
/*}*/
/*管理*/
.ddc-m a{
    display: block;
}
.ddc-manage{
    font-size: .13rem;
    color: #1bc964;
    display: inline-block;
    position: relative;
}
.ddc-manage-icon{
    display: inline-block;
    width: .14rem;
    height: .14rem;
    background: url("/Public/publicStaticC/source/images/fang_manegement3.png") no-repeat center;
    background-size: 100% auto;
    position: relative;
    top: .03rem;

}
/*求租求购(多位经纪人)*/
.ddc_moreAgent{
    padding: 0 .15rem 0.15rem .15rem;
    position: relative;
}
.ddc_moreAgent ul{
    background-color: #efefef;
    overflow: hidden;
    padding: .08rem .1rem .03rem .05rem;
    position: relative;
}
.ddc_moreAgent li{
	width: 18%;
    text-align: center;
    float: left;
	padding-right:.05rem;
}
.ddc_moreAgent_img{
    width: .4rem ;
    height: .4rem;
    border-radius: .4rem;
    overflow: hidden;
    text-align: center;
	margin:0 auto;
}
.ddc_moreAgent_img img{
    width: .4rem;
    height: .4rem;
    border-radius: 100%;
}
.ddc_moreAgent .ddc_agentGj{
    background-color: #bfbfbf;
    padding: 0rem .03rem;
    border-radius:.12rem;
    color: #ffffff;
    font-size: .1rem;
    height: .12rem;
    line-height: 100%;
}
.ddc_moreAgent .ddc_yj{
    font-size: .1rem;
    color: #808080;
    position: relative;
    top: -.05rem;
}
/*出售/出租(多人)*/
.ddc_moreAgentSL{
    padding: 0 .15rem 0 .15rem;
    position: relative;
    margin-bottom: 15px;
}
.ddc_moreAgentSL ul{
    background-color: #efefef;
    overflow: hidden;
    padding: .08rem .12rem;
    position: relative;
}
.ddc_moreAgentSL li{
    width: 13%;
    text-align: center;
    float: left;
	/* margin-right:.06rem; */
}
.ddc_moreAgentSL_img{
    width: .3rem ;
    height: .3rem;
    border-radius: .3rem;
    overflow: hidden;
    text-align: center;
    /* margin: 0 auto; */
}
.ddc_moreAgentSL_img img{
    width: .3rem;
    height: .3rem;
    border-radius: 100%;
}
.ddc_lookmore{
    font-size: .11rem;
    color: #7d7d7d;
    float: right;
    position: absolute;
    right: .15rem;
    top: 32%;
}
.ddc_oneAgent{
    position: relative;
    padding: 0 .15rem .15rem .15rem;
}
.ddc_oneAgent ul{
    position: relative;
}
/*气泡*/
.icon-qipao,.icon-moreQipao,.icon-yuan,.icon-moreYuan{
    position: relative;
}
.icon-qipao:before{
    content: '';
    display: inline-block;
    width: .12rem;
    height: .12rem;
    background: url("/Public/publicStaticC/source/images/qipao.png") no-repeat top right;
    background-size: cover;
    position: absolute;
    left: .45rem;
    top: .1rem;
}
/*多位经纪人时的气泡*/
.icon-moreQipao:before{
    content: '';
    display: inline-block;
    width: .12rem;
    height: .12rem;
    background: url("/Public/publicStaticC/source/images/qipao.png") no-repeat top right;
    background-size: cover;
    position: absolute;
    left: .43rem;
    top: 0;
}
/*红圆点*/
.icon-yuan:before{
    content: '';
    display: block;
    width:6px;
    height:6px;
    border-radius:6px;
    background-color: #EE1F27;
    position: absolute;
    left: .5rem;
    top: .15rem;
}
.icon-moreYuan:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #EE1F27;
    position: absolute;
    left: .48rem;
    top: .05rem;
}
/**/
/*媒体查询*/
/*for >641px with screen*/
@media only screen and (min-width: 640px){
    html,img{
        font-size:200px;
    }
}
/*for 480px with screen*/
@media only screen and (min-width: 480px) and (max-width: 640px){
    html,img{
        font-size:132px;
    }
}
/*for 400px with screen*/
@media only screen and (min-width: 400px) and (max-width: 480px){
    html,img{
        font-size:121px;
    }
}
/*for 360px with screen*/
@media only screen and (min-width: 360px) and (max-width: 400px){
    html,img{
        font-size: 112.5px;
    }
}
/*for 320px with screen*/
@media only screen and (min-width: 320px) and (max-width: 360px){
    html,img{
        font-size:100px;
    }
}
@media only screen and (max-width: 320px){
    html,img{
        font-size:100px;
    }
}

/*提醒关注弹窗*/

.guanzhu_uu_black_mask{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1000;
}
.guanzhu_uu_mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1001;
}
.uu_dial{
    position: absolute;
    width: 2.8rem;
    height: 4rem;
    top: 50%;
    left: 50%;
    margin-left: -1.4rem;
    margin-top: -2rem;
    background-color: #fff;
}
.uu_logo{
    position: absolute;
    width: .75rem;
    height: .375rem;
    top: 3px;
    left: 3px;
    background: url(/Public/publicStaticC/source/images/uu_logo.png) center center no-repeat;
    background-size: contain;
}
.close_icon{
    position: absolute;
    width: .2rem;
    height: .2rem;
    top: 0;
    right: 0;
    margin-top: -.1rem;
    margin-right: -.1rem;
    background: url(/Public/publicStaticC/source/images/mobile_close.png) center center no-repeat;
    background-size: 100% 100%;
}
.uu_cont{
    position: relative;
    text-align: center;
}
.uu_cont_tt {
    position: relative;
    margin-top: .2rem;
    font-size: .18rem;
}
.uu_cont_detail {
    position: relative;
    margin: .1rem .15rem 0;
    text-align: left;
    font-size: .13rem;
}
.uu_erwei_tip {
    position: relative;
    margin-top: .1rem;
    font-size: .16rem;
    font-weight: 600;
}
.uu_erwei {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    margin: .2rem auto 0;
    /*background: url(/Public/publicStaticC/source/images/uu_erweima.jpg) center center no-repeat;
    background-size: 100% 100%;*/
}
.uu_erwei_img{
    width: 100%;
    height: 100%;
}
.uu_erwei_name {
    position: relative;
    margin-top: .15rem;
    font-size: .16rem;
}
.ddc-m-ul{
    background: white;
    width: 0.8rem;
    text-align: center;
    margin-top: 0.05rem;
    z-index: 2;
    display: none;
    position: absolute;
    right: -0.07rem;
}
.ddc-mask{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ddc-mask{
    z-index: 998;
    display: none;
}
.ddc-mask-hide{
    display: block!important;
}
.ddc-m-ul{
    z-index: 999;
}
.ddc-m-ul>li{
    padding:0.05rem;
    font-size: 0.12rem;
    border: 1px solid #E3E3E3;
    cursor:pointer;
}
.ddc-m-ul>li:nth-of-type(1){
    border-bottom: none;
}
.ddc-m-ul:before{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    right: 0.1rem;
    top: -5px;
    z-index: 1;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
}
.ddc-m-ul-chooseing{
    color: #1bc964;
}
.ddc-m div:nth-of-type(1){
    position: relative;
    text-align: right;
}
.ddc-manage-newicon{
    background: url("/Public/publicStaticC/source/images/fang_manegement3_1.png") no-repeat center;
    right: 0;
    background-size: 70% auto;
    width: 0.2rem;
    height: 0.2rem;
    cursor:pointer;
}
.ddc-manage-newicon-hide{
    display: block;!important;
}
.ddc-m-ul li:first-child{
    border-radius: 4px 4px 0 0;
}
.ddc-m-ul li:last-child{
    border-radius: 0 0 4px 4px;
    border-top: none;
}
.can-entr{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    z-index: 999;
    display: none;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.can-con{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    max-width: 6rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 20;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0.1rem .2rem;
    background: #fff;
}
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){
   .can-cancle{
       right: -0.19rem!important;
   }
}
.can-con h6{
    text-align: center;
    color: #1AC962;
    font-size: 0.14rem;
    margin: 0.1rem 0;
}
.can-con ul{
    position: relative;
    overflow: hidden;
}
.can-con li{
    width: 40%;
    float: left;
    font-size: 0.12rem;
    text-align: left;
    padding: 0.05rem 0;
    color: #838383;
    position: relative;
    padding-left: 0.2rem;
    cursor: pointer;
}
.can-con li:before{
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #dddddd;
    position: absolute;
    left: 0;
    top: 0.14rem;
    margin-top: -0.07rem;
}
.chooseing:before{
    content: '';
    width: 0.15rem!important;
    height: 0.15rem!important;;
    background: url(/Public/publicStaticC/source/images/houseOrder_xuanzhong.png)center no-repeat;
    background-size: 100% auto;
    border: none!important;
    display: inline-block;
    box-sizing: border-box;
}
.can-con textarea{
    text-align: left;
    resize: none;
    width: 100%;
    height: .6rem;
    box-sizing: border-box;
    padding: .06rem .05rem;
    border: 1px solid #dddddd;
    background: white;
    border-radius: 4px;
    font-size: 0.12rem;
    margin-top: 0.1rem;
}
.can-entr-btn{
    width: 100%;
    height: 0.3rem;
    line-height: .3rem;
    color: white;
    font-size: 0.16rem;
    text-align: center;
    background:#1AC962 ;
    margin: 0.2rem 0;
    border-radius: 4px;
    cursor: pointer;
}
.can-cancle{
    display: block;
    width: .5rem;
    height: .5rem;
    background: url(/Public/publicStaticC/source/images/cancle.png) no-repeat center;
    background-size: 50% 50%;
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    cursor: pointer;
}
.dd-overflow{
    overflow: hidden;
    height: 100%;
}
.disabled{
    pointer-events: none;
}
.weui_toast{
    z-index: 9999;
}
.qianging{
	display: block;
	box-sizing: border-box;
	background-color: #F2F2F2;
	height:.8rem;
	line-height:.8rem;
	color:#A2A2A2;
	position: relative;
	padding-left: .8rem;
}
.qianging:before{
    content: '';
    width: 0.49rem!important;
    height: 0.49rem!important;;
    background: url(/Public/publicStaticC/source/images/qianging.png)center no-repeat;
    background-size: 100% auto;
    border: none!important;
    display: inline-block;
	position: absolute;
	top:50%;
	margin-top:-.245rem;
	left: .1rem;
}
