.banner{
	background:url('/images/my-jre.png') no-repeat center;
}
.banner h2{
	font-family: FuturaBT-Heavy;
	font-size: 32px;
	font-weight: bold;
}
.banner p,.banner h2{
	color: #fff;
	text-align: center;
	width: 500px;
	margin: 0 auto;
    padding-top: 44px;
}
.banner p{
	font-size:18px;
	line-height: 30px;
}
.banner .login{
	width:350px;
	margin:20px auto;
	text-align: center;
    padding-bottom: 50px;
}
.banner .login button{
	width:130px;
	height:44px;
	margin: 0px 15px;
	font-size: 16px;
}
.banner .login  a{
    display:block;
    width:130px;
    height:44px;
    background-color: #0F80D9;
    font-size: 16px;
    float: left;
    margin: 20px;
    text-align: center;
    line-height: 44px;
    color:#fff;
}
.customer-type{
	margin:60px 0px 80px 0px;
}
.customer-type .type1{
	float: left;
	width:322px;
	border:1px solid #efefef;
	text-align:center;
	outline: none;
}
.customer-type .type1 a{
	display: block;
	padding:20px 0px 30px 0px;
}
.customer-type .type1:nth-child(2){
	margin:0px 30px;
}
.customer-type .type1 h2{
	color: #2570b7;
	margin:10px 0px 15px 0px;
}
.customer-type .type1 p{
	color: #666666;
	margin-bottom: 40px;
}
.customer-type .type1 button{
	padding:13px 20px;
}
.customer-type .type1 button:hover,.banner .login button:hover{
	background-color: rgb(15, 128, 217);
	border:2px solid rgb(15, 128, 217);
}
.customer-type .type1.active{
	border:3px solid #0F80D9;
}


/* 注册页面 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow:0 0 0 60px #fff inset;
    -webkit-text-fill-color: #878787;
}
.register-content{
	width:70%;
	margin:auto;
	text-align: center;
}
.register-content .form-item{
	width:500px;
	margin:0px auto 30px auto;
}
.form-item input{
	height:40px;
	line-height:40px;
	border-radius: 10px;
}
.form-item input.error{
   outline:none;
   border:2px solid #f00;
}
.form-item input[type="submit"]{
	width: 150px;
    border-radius: 0px;
    height: 40px;
    overflow: hidden;
    padding: 0px;
    border: none;
    margin-top:40px;
    margin-bottom:40px;
}
.form-item p{
	text-align:left;
	color:#ccc;
	margin: 10px 0px;
    padding-left: 20px;
}
.form-item p.account,.account{
	color: #2570b7;
}
.error-message{
	display:block;
	color:#f00;
	margin:40px 0px;
	font-size:18px;
	text-align: center;
}
.form-item.register-password{
	position:relative;
}
.form-item.register-password img{
	position: absolute;
    right: 8px;
    top: 8px;
}
.form-item .see-password{
   position: absolute;
    right: 8px;
    top: 8px;
}
.form-item .see-password-icon{
	background:url(/images/my-jre-pwd.png) no-repeat;
}



/* 忘记密码 */
.forget-code{
	position: relative;
}
.forget-code span{
	position:absolute;
	right: 10px;
    background-color: #999999;
    color: #fff;
    top: 9px;
    padding: 5px;
    cursor: pointer;
}
#getCode{
	width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0F80D9;
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
    border-radius: 0px;
    padding: 0px;
    min-height: 2em;
}
#getCode.current1{
    background:#9c9a9a;
}

/* 租客登陆后的页面 */
.tenant-banner{
	position:relative;
}
.tenant-banner h2{
	position: absolute;
    left: 50%;
    top: 33%;
    font-size: 64px;
    color: #2570b7;
    margin-left: -80px;
}
.tenant-content{
    margin-bottom:40px;
}
.tenant-left{
	float:left;
	width:220px;
}
.tenant-left li{
	background-color: #2570b7;
	line-height:80px;
	border-bottom: 1px solid #fff;
	border:1px solid #2570b7;
}
.tenant-left li.current{
	background:#fff;
	outline:none;
	border:1px solid #efefef;
}
.tenant-left li a{
   display:block;
   text-align:center;
   color:#fff;
   font-size:20px;
}
.tenant-left li.current a{
   color:#000;
}
.tenant-right{
	padding:30px 50px;
	width:810px;
	float:right;
}
.tenant-right .userName,.fav-title{
	font-size: 24px;
	color: #333333;
	text-align:center;
	margin-bottom: 20px;
}
.fav-title{
	text-align:left;
}
.fav-title span{
    background-color: #2570b7;
    color: #fff;
    font-size: 14px;
    float: right;
    padding:0px 5px;
}
.favourites{
	margin-bottom:50px;
}
.favourites .like a,
.favourites .recomd a{
	display:block;
	width:330px;
	float:left;
	margin-bottom: 20px;
}
.favourites a:nth-child(even){
	margin-right: 50px;
}
.favourites .recomd a:nth-child(odd),
.favourites .like a:nth-child(odd){
	margin-right: 50px;
}
.favourites .recomd a:nth-child(even),
.favourites .like a:nth-child(even){
	margin-right: 0px;
}
.favourites .property-info {
    position: relative;
}
.favourites .property-head {
    height: 43px;
    position: absolute;
    left: 0px;
    bottom: 100%;
    width: 100%;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 1em;
}
.favourites .property-head span {
    margin-left: 5px;
    margin-bottom: -4px;
}
.favourites .property-spec {
    background: #EFEFEF;
    vertical-align: middle;
    font-size: 0.75em;
    line-height: 40px;
    color: #b2b2b2;
    min-height: 48px;
}
.favourites .property-spec p {
    padding: 3px 0px 3px 12px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.favourites .property-name p span:nth-child(1) {
    float: left;
    width: 69%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.favourites .property-name p span:nth-child(2) {
    float: right;
    color: #2570b7;
    font-size: 15px;
    width: 30%;
}
.favourites .property-spec .row-1 {
    height: 25px;
    line-height: 25px;
}
.favourites .property-spec .property-price {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 48px;
    min-width: 80px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    float: left;
    margin-top: 12px;
    background: #0F80D9;
    font-weight: 600;
}
.favourites .property-spec .lg.bedroom {
    background-position: -400px -128px;
    height: 25px;
}
.favourites .property-spec .lg.shower {
    background-position: -480px -128px;
    height: 25px;
}
.favourites .property-spec .lg.size {
    background-position: -240px -128px;
    height: 25px;
}
.favourites .pic-img{
	font-size:0px;
	width: 330px;
	height:212px;
    overflow: hidden;
}
.favourites .pic-img img{
	width:100%;
	height:100%;
}
.profile form{
	margin: auto;
	width:65%;
}
.profile .beforeMessage{
	width:65%;
	margin:auto;
}
.profile .beforeMessage span{
	color:#666;
}
.profile .item,.recomm .item{
	margin-bottom:30px;
}
.profile label,
.profile input,
.recomm label{
	display:inline-block;
	width:29%;
}
.profile .label,.recomm label{
	text-align:right;
	margin-right:20px;
	    font-size: 16px;
}
.profile input{
	width:285px;
}

.profile .updateMessage label::before{
	content:'*';
	color:#f00;
}
.profile .beforeMessage label,
.profile .updateMessage label{
	text-align: right;
	margin-right: 10px;
	font-size: 18px;
    color: #333;
}
.profile input[type="submit"]{
	width: 150px;
	height: 42px;
	background-color: #2570b7;
	border-radius: 10px;
	float:right;
	border:1px solid #2570b7;
}
.profile input[type="submit"]:hover{
	background-color: #2570b7;
	border: none;
}
.tenant-button a{
	text-decoration: underline;
	color: #2570b7;
}
.back{
	text-align:center;
	margin:80px 0px;
}
.back a{
	width:250px;
	height:40px;
	line-height:40px;
	display:inline-block;
	background-color: #2570b7;
	color:#fff;
}
.receive-type{
	font-size: 20px;
	color: #333333;
	text-align:center;
	margin-bottom: 35px;
}
.receive-type div{
	margin-bottom:10px;
}
.receive-type span{
	display: inline-block;
    width: 58%;
    float: left;
    text-align: right;
}
.receive-type input[type=checkbox]{
	 background: url(../images/checked.jpg) no-repeat;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: none;
    float: left;
    margin-left: 50px;
}
.receive-type input[type=checkbox].active{
	background: url(../images/check-box.jpg) no-repeat;
}
.grouping{
	margin-bottom:25px;
}
.grouping .house{
	float:left;
	width:600px;
}
.grouping .house .infor{
	border:1px solid #efefef;
	padding:15px 20px;
}
.grouping .house .infor span{
	width:49%;
	display:inline-block;
}
.grouping .house span:nth-child(1),
.grouping .house span:nth-child(2){
	margin-bottom:20px;
}
.grouping .house .time{
	font-size: 14px;
	color:#999;
	margin-top:10px;
}
.grouping .delete{
	width: 76px;
    float: right;
    border: 1px solid #efefef;
    text-align: center;
}
.grouping .delete p{
    padding: 15px 0px 1px 0px;
}
.grouping .delete p img{
	margin-top:10px;
}
.md-effect-1{
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px
		rgba(23, 23, 23, 0.72);
		max-width: 300px;
    width: 300px;

}
.md-effect-1 p{
	line-height:26px;
	text-align:center;
	font-size:16px;
	color:#333;
	    padding:45px 30px 15px 30px;
	    margin-bottom:0px;
}
.layer{
	position:relative;
	padding-bottom: 30px;
}
.layer .close {
    position: absolute;
    top: 0px;
    right: 3px;
    background-image: url(../images/online-english.png);
    opacity: 1;
    background-size: 40%;
}
.centericon{
	text-align:center;
}

.recomm select{
	width:240px;
	border:1px solid #efefef;
	background: url(../images/select-icon-g.png) no-repeat right center;
}
.recomm input{
	width:110px;
	border:1px solid #efefef;
}
.mask-share {
	display:none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 100;
}
.wechatshare{
	display:none;
	position: fixed;
    width: 400px;
    height: 170px;
    top: 50%;
    left: 50%;
    background: #fff;
    margin-top: -85px;
    margin-left: -200px;
    z-index: 300;
}
.wechatshare.loginPage,.wechatshare.profile{
	height:400px;
	margin-top:-200px;
}
.wechatshare.loginPage img{
	margin-top:40px;
	margin-left:85px;
}
.wechatshare.profile img{
    margin-top:40px;
    margin-left:109px;
}
div.wechatshare a.close {
    top: 0px;
    right: 0;
    background-image: url(../images/icon-close-g.png);
    display: block;
}
.wechatshare div{
	text-align: center;
    margin-top: 70px;
}
.wechatshare.loginPage div,
.wechatshare.profile div{
	margin-top:40px;
}
.feedback{
	text-align:center;
}
.feedback p{
	text-align:center;
	width:400px;
}
.feedback p.userName{
	width:100%;
}
.feedback .star-five{
	margin-bottom:40px;
}
.feedback .star-five .stars{
	background: url(/images/xing.png) no-repeat;
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.feedback .star-five .stars.active{
	background: url(/images/xing-hover.png) no-repeat;
	background-size: 40px 40px;
	width: 40px;
    height: 40px;
}
.feedback textarea{
	border:1px solid #efefef;
	width:400px;
	height:200px;
	padding:10px;
}


/* 类型选择 */
.zuke-list{
	width:80%;
	margin: 0px auto 100px auto;
}
.zuke-type h3{
	text-align:center;
	padding:70px 0px;
}
.zuke-type .type{
	float:left;
	width: 214px;
	height: 100px;

}
.zuke-type .type:nth-child(2){
	margin:0px 80px;
}
.zuke-type .type p{
	color:#333;
	text-align:center;
	padding-top: 15px;
}
.zuke-type .bg{
    background-color: #2570b7;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 214px;
}
.zuke-type .bg a{
    display: block;
    padding: 10px 0px;
}
.zuke-type .bg span{
	position: relative;
    top: -9px;
    margin-left: 10px;
}

/*开发商页面*/
.developer{
    background:url(/images/developer_bg.jpg) no-repeat bottom center fixed transparent;
    background-size: cover;
}
.developer-bg h3{
    font-size: 36px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 100px;
}
.forms{
    width: 60%;
    margin: 40px auto;
}
.developer-bg p{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
        font-weight: bold;
        padding-top: 30px;
}
.forms .item{
    margin-bottom: 25px;
}
.forms .item input{
    background: rgba(255,255,255,0.5);
    border: none;
    line-height: 50px;
    color: #fff;
}
.forms .item input.error{
   border: 2px solid red;
}
.forms .item input::placeholder{
    color: #fff;
    font-size: 16px;
}
.forms .item label{
    color: #fff;
    font-size: 18px;
}
.forms .buttons1 {
    background: #5A93F2;
    border: none;
    box-shadow: 0px 2px 15px 0px rgba(101,149,196,0.17);
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: 50%;
    line-height: 58px;
}
.forms .icons{
    text-align: center;
    margin-top: 70px;
}
.tcdPageCode{
    margin:auto;
}