/*login's css*/
body, ul, li, h1{
    padding: 0px;
    margin: 0px;
    color: #777;
    font-size: 12px;
}

.login_h1{
    padding: 0px;
    margin-top: 0px;
    padding-top: 50px;
    color: #fff;
    padding-left: 24px;
    font-size: 24px;
}

a{
    text-decoration: none;
}

input,input:hover, textarea,textarea:hover{
    outline: none;
}

.user_login{
    width: 80%;
}

.user_login h1{
    margin-top: 0px;
    padding-top: 50px;
    color: #fff;
    padding-left: 24px;
    font-size: 24px;
}
.user_login .i input {
    background: url('../images/extra.png?v=3') no-repeat scroll -9999px -9999px;
}
.user_login .i input{
    height: 38px;
    line-height: 38px;
    margin: 10px 2%;
    border: none;
    background-position: -118px 7px;
    background-color: #6174FE;
    padding: 0px 10px 0px 40px;
    width: 100%;
    color: #FFFFFF;
    border-radius: 100px;
}
.user_login .i.p input {
    background-position: -121px -27px;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
.login_btn {
    line-height: 26px;
    width: 100%;
    margin: 10px 2%;
    border: none;
    background: linear-gradient(to right, #9EA6FD, #6174FE);
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 5px 2px 6px #9e9e9e;
}
/*my's css*/
.tit{
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    /* padding-bottom: 5px; */
    border-top: 1px solid #e3e3e3;
    position: relative;
    background-color: #D3D9E2;
}

.tab{
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
}

.tab ul{
    list-style:none;
}

.tab_menu{
    display:block;
    width:50%;
    float:left;
   /* border:1px solid #dcd8d8;*/
    text-align: center;
    background-color: #e3e3e3;
}

.tab li.selected{
    border-top: 3px solid #2789E0;
    border-bottom: none;
    background-color: #fff;
}
.tab li.select{
    border-top: 3px solid #e3e3e3;
    border-bottom: none;
    background-color: #e3e3e3;
}
.tab li.selected a {
    color: #000;
}

.tab a{
    width: 100%;
    display: block;
}

.item_info {
    display: flex;
    padding-bottom: 10px;
    align-items: flex-start;
    position: relative;
  /*  border-bottom: 1px solid #dcd8d8;*/
    border-bottom: 1px dashed #ddd;
    padding-top: 10px;
}
.item_info:nth-child(even) {
    background-color: #f9f9f9;
}
.item_img {
    width: 90px;
    height: 68px;
    margin-right: 1em;
    margin-left: 1em;
}

.export_img{
    height: 78px;
}
.info_r{
    flex: 2;
}
.item_info .em {
    color: red;
}
.item_info .b {
    margin: 8px 0px;
}
.item_info .d {
    height: 18px;
    overflow: hidden;
}
.item_op{
    /*padding-left: 2em;*/
    /*flex: 1;*/
    position: absolute;
    top: 10px;
    right: 2px;
    background-image: url('../images/del.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;
}

.item_button a{
    color: white;
}

.h_a,.h_b,.h_c{
   padding-bottom: 5px;
}
.h_b .room,.a .com {
    font-weight: 700;
}
.b .room, .b .price, .b .area,.h_b .room, .h_b .price, .h_b .area{
    color: #f34343;
}
.back_button_style{
    width:24px;
    height: 24px;
}
.house_title_h1{
    font-size: 18px;
    text-align: center;
    padding-left: 33%;
}
.house_title_h1_new{
    font-size: 18px;
    text-align: center;
}
._item_back{
    font-size:12px;
}
._item_back_new{
    font-size: 12px;
    position: absolute;
    left: 3px;
    top: 10px;
}
.back_item{
    padding: 5px;
}
.back_item_new{
    position: relative;
    width: 100%;
    padding: 8px 0 8px 0;
    z-index: 9999;
    text-align: center;
    background: #6174FE;
}
.house_end_notice{
    color: red;
    text-align: center;
    padding-left: 40%;
}

.pagging{
    width: auto;
    text-align: center;
    position: relative;
    margin-top: 15px;
    line-height: 30px;
    padding-bottom: 15px;
}

.pagging a, .pagging span{
    background-color: #fafafa;
    margin-left: -1px;
    padding: 6px 10px;
    border: 1px solid #e0e8eb;
    margin: 2px;
    border-radius: 3px;
    display: inline-block;
    line-height: 16px;
    height: 16px;
}

.pagging a {
    color: #2283c5!important;
}

.pagging span {
    color: #ccc;
}

.setting{
    padding: 1px;
    background-image: url(../images/setting.png);
    background-size: contain;
    top: 5px;
    right: 8px;
    width: 22px;
    height: 22px;
    position: absolute;
}

.return{
    padding: 1px;
    background-image: url(../images/return.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;
    top: 13px;
    left: 6px;
    position: absolute;
}
.contact, .tel{
    display: block;
    width: 80%;
    margin: 20px auto;
    height: 30px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #777;
}

.edit_op {
    background-color: #333;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 35px auto 0;;
    height: 30px;
    line-height: 30px;
}
.ads_box{
    margin-top: 40px;
    margin-bottom: 40px;
}
.ads_item_info {
    display: flex;
    padding-bottom: 10px;
    align-items: flex-start;
    position: relative;
    border-bottom: 10px solid rgba(0,0,0,.1);;
    padding-top: 10px;
    cursor: pointer;
}
.ads_item_info:first-child{
    margin-top: 40px!important;
    border-top: 10px solid rgba(0,0,0,.1);
}
.ads_item_info:last-child{
    margin-bottom: 0px!important;
}
.item_img_ads {
    width: 60px;
    height: 45px;
    margin-right: 2em;
    margin-left: 1em;
}
.cat_tab{
    line-height: 36px;
    white-space: nowrap;
    display: inline-block;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: white;
}
.cat_tab ul{
    list-style:none;
    list-style-type: none;
}
.cat_tab_box{
    list-style:none;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    overflow: auto; 
}
.cat_tab_menu{
    width: 16%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.cat_tab li.selected{
    border-bottom: 3px solid #2789E0;
    border-top: none;
    background-color: #fff;
}
.cat_tab li.selected a {
    color: red;
}
.cat_tab a{
    width: 100%;
    display: block;
    color: #000;
}