/*公共*/

html,
body,
input,
textarea {
    font-family: 'Microsoft Yahei', 'Arial';
    color: #333;
}

input,
button,
textarea {
    outline: none;
    font-family: 'Microsoft Yahei', 'Arial';
}

a {
    color: inherit;
    outline: none;
}

area {
    display: inline-block;
    cursor: pointer;
}

.hidden {
    display: none;
}

.fullheight {
    height: 100%;
}

.wrapper {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

.curr {
    color: #ff6401;
}

.login-bar {
    font-size: .75em;
    line-height: 2.5em;
    height: 2.5em;
    padding-right: 5.3em;
    color: #5a5a5a;
    background-color: #f2f2f2;
}

.login-bar a {
    text-decoration: none;
}

.login-bar .greeting,
.login-bar .user,
.login-bar .login-out {
    float: right;
}

.login-bar .user .user-icon img {
    height: 1.8em;
    vertical-align: middle;
    border-radius: 50%;
}

.login-bar .login-out {
    margin-left: 2em;
}

.login-bar .user {
    margin-left: 2em;
}

.login-bar .user .username {
    margin-left: .3em;
}

.login-bar .user .username a {
    color: #ff6401;
}

.banner {
    background-color: #f2f2f2;
    background-image: url('../img/banner-aboutus.jpg');
    background-size: cover;
}

.banner .wrapper {
    position: relative;
    height: 100%;
}

.banner .al-left {
    float: left;
    width: 10%;
}

.banner .al-left i img {
    height: 1em;
    margin-right: .5em;
    vertical-align: text-top;
}

.banner .al-right {
    position: relative;
    float: right;
    width: 90%;
    height: 1px;
    margin-top: .55em;
    background-color: #fff;
}

.banner .al-right:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
}

.banner .aboutus-logo {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    color: #fff;
}

.goup-container {
    background-image: url('../img/img-145.png')!important;
    background-size: 60px 60px;
}

.layer {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bf000, endColorstr=#bf000);
}

.fake-layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.title-item {
    margin: 2em 0;
    margin-left: 400px;
    color: #fff;
}

.title-item div {
    display: inline-block;
    text-align: left;
}

.title-item .big {
    font-size: 4em;
    position: relative;
    top: .05em;
}

.title-item .nor {
    font-size: 1.3em;
}

.title-item .ms {
    font-size: .875em;
    display: inline-block;
    margin-top: .3em;
}

.title-item.st2 .big {
    color: #ff6401;
}

.title-item.st2 .nor {
    color: #2e2e2e;
}

.title-item.st2 .ms {
    color: #ff6401;
}

.slogon {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
    color: #ff5d0a;
}

.slogon h1 {
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin-bottom: .5em;
    padding: .8em 1.2em;
    border: 1px solid;
    border-bottom: 0;
}

.slogon p {
    font-size: .75em;
    margin-top: .8em;
}

.slogon h1 span {
    font-size: .6em;
    position: absolute;
    bottom: -.5em;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.slogon h1 span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    content: '';
    background-color: #ff5d0a;
}

.slogon h1 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    content: '';
    background-color: #ff5d0a;
}

.slogon h1 span.long:before {
    width: 50px;
}

.slogon h1 span.long:after {
    width: 50px;
}

#toast {
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    z-index: 8000;
    display: none;
    padding: 16px 30px;
    text-align: center;
    color: #000;
    border: 1px solid #eee;
    border-color: #eee;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgb(210, 210, 210);
}

.bdsharebuttonbox.bdshare-button-style0-16 {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*aboutus.html*/

.aboutus .banner {
    height: 8em;
}

.aboutus .main {
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
}

.aboutus .menu {
    float: left;
    box-sizing: border-box;
    width: 25%;
    border: 1px solid #d3d3d3;
}

.aboutus .menu-item {
    padding: 1em 1em 1em 4em;
    cursor: pointer;
    border-bottom: 1px solid #d3d3d3;
}

.aboutus .menu-item.actived {
    color: #ff5d0a;
}

.aboutus .menu-item:hover {
    background-color: #eee;
}

.aboutus .menu-item:last-of-type {
    border-bottom: 0;
}

.aboutus .menu-item.last-child {
    border-bottom: 0;
}

.aboutus .cont {
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-bottom: 1em;
    margin-left: 2%;
    color: #666;
    /*min-height: 15em; */
    border: 1px solid #d3d3d3;
}

.aboutus .cont-title {
    font-size: 1.25em;
    padding-bottom: .6em;
    color: #ff5d0a;
    border-bottom: 1px solid #d3d3d3;
}

.aboutus .cont-subtitle {
    font-size: 1.25em;
    margin-top: 2em;
    color: #333;
}

.aboutus .cont-3rdtitle {
    margin-top: 1em;
    margin-bottom: .5em;
}

.aboutus .cont p {
    font-size: .875em;
    line-height: 1.5em;
    margin-top: 1em;
    color: #666;
}

.aboutus .article .title {
    font-size: 1.1111em;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
    color: #565a5c;
}

.aboutus .article .pubtime {
    font-size: .7778em;
    text-align: center;
    color: #565a5c;
}

.aboutus .article .arc-cont p {
    font-size: .7778em;
    text-indent: 2em;
    color: #565a5c;
}

.aboutus .cont-item {
    display: none;
    padding: 1em 1.5em;
}

.aboutus .cont-item.actived {
    display: block;
}

.aboutus .sec-added .benefit {
    overflow: hidden;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border: 1px solid #eee;
    border-radius: 5px;
}

.aboutus .sec-added .benefit-item img {
    width: 2em;
    height: 2em;
    margin-right: .3em;
}

.aboutus .sec-added .benefit-item {
    float: left;
    overflow: hidden;
    width: 16.6%;
    margin-top: 1em;
    text-align: center;
}

.aboutus .sec-added .benefit-item dt {
    font-weight: bold;
    margin-top: .3em;
    border-right: 1px solid #ddd;
}

.aboutus .sec-added .benefit-item dd {
    font-size: .8em;
    padding-top: .5em;
    border-right: 1px solid #ddd;
}

.aboutus .sec-added .benefit-item.last-child dt,
.aboutus .sec-added .benefit-item.last-child dd {
    border-right: 0;
    ;
}

.aboutus .sec-added h1 {
    font-size: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.aboutus .conti {
    font-size: .875em;
    margin-top: 3em;
    text-align: center;
}

.aboutus .slices {
    overflow: hidden;
    margin-top: 1em;
}

.aboutus .slices img {
    width: 100%;
}

.aboutus .cont-item.cont-1 .slogon p {
    color: #ff5d0a;
}

.aboutus .cont-item.cont-1 .box1 .sec1 {
    overflow: hidden;
    margin-bottom: 3em;
}

.aboutus .cont-item.cont-1 .box1 .sec1 .sec-con {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 2em;
    text-align: center;
}

.aboutus .cont-item.cont-1 .box1 .sec1 .sec-logo img {
    width: 4em;
}

.aboutus .cont-item.cont-1 .box1 .sec1 .sec-con dd {
    font-size: .875em;
    line-height: 1.6em;
    text-align: left;
    color: #616363;
}

.aboutus .cont-item.cont-1 .box1 .sec1 .sec-con dd.sec-subtitle {
    font-size: 1em;
    font-weight: bold;
    margin: .5em 0;
    color: #333;
}

.aboutus .cont-item.cont-1 .box1 .sec2 .amz-group {
    overflow: hidden;
}

.aboutus .cont-item.cont-1 .box1 .sec2 .amz-item {
    float: left;
    width: 42%;
    height: 6em;
    margin: 0 1.8% 1.5em;
    padding: .5em 2%;
    text-align: center;
    border: 1px solid #ededed;
    border-top: 3px solid #ff5d0a;
    background-color: #fff;
}

.aboutus .cont-item.cont-1 .box1 .sec2 .amz-item.narrow {
    /*padding-bottom: .2em; */
}

.aboutus .cont-item.cont-1 .box1 .sec2 .amzi-title img {
    height: 1em;
    margin-right: .3em;
    vertical-align: text-top;
}

.aboutus .cont-item.cont-1 .box1 .sec2 .amzi-title {
    font-size: 1em;
    font-weight: bold;
    margin: .5em 0;
    text-align: left;
    color: #333;
}

.aboutus .cont-item.cont-1 .box1 .sec2 .amzi-cont {
    font-size: .875em;
    line-height: 1.6em;
    text-align: left;
    color: #616363;
}

.aboutus .cont-item.cont-1 .box1 .sec2 .amz-item.narrow .amzi-cont {
    /*line-height: 1.4em; */
}

.aboutus .cont-item.cont-1 .box1 .sec3 .guarantee-item {
    position: relative;
    margin-bottom: 1em;
    margin-left: 3em;
}

.aboutus .cont-item.cont-1 .box1 .sec3 .guarantee-item dt {
    font-size: 1.1em;
    font-size: 1em;
    font-weight: bold;
    color: #3f3f3f;
    color: #333;
}

.aboutus .cont-item.cont-1 .box1 .sec3 .guarantee-item dd {
    font-size: .875em;
    line-height: 1.5em;
    color: #6a6a6a;
}

.aboutus .cont-item.cont-1 .box1 .sec3 .grti-logo {
    position: absolute;
    left: -3em;
}

.aboutus .cont-item.cont-1 .box1 .sec3 .grti-logo img {
    height: 2em;
}

.aboutus .cont-item.cont-1 .box1 .sec3 .grti-logo:after {
    position: absolute;
    top: 2em;
    left: 1em;
    width: 1px;
    height: 3.2em;
    margin-left: -1px;
    content: '';
    border-right: 1px dashed #eb5d1e;
}

.aboutus .cont-item.cont-1 .box1 .sec3 .guarantee-item.last-child .grti-logo:after {
    display: none;
}

.aboutus .news-list .news {
    font-size: .8889em;
    padding: 1.2em 0;
    border-bottom: 1px solid #ccc;
}

.aboutus .news-list .news .title {
    text-decoration: none;
}

.aboutus .news-list .news .title:hover {
    color: #ff6401;
}

.aboutus .news-list .news .date {
    float: right;
}

.aboutus .pagination {
    margin: 4em 0 1.5em 0;
    text-align: center;
}

.aboutus .pagination .page-nav {
    font-size: 12px;
    line-height: 2.2em;
    display: inline-block;
    width: 3em;
    height: 2.2em;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    border: 1px solid #c7c7c7;
}

.aboutus .pagination .page-nav.curr {
    color: #fff;
    border: 1px solid #ff6401;
    background-color: #ff6401;
}

.aboutus .pagination .page-nav:hover {
    color: #ff6401;
    border-color: #ff6401;
}

.aboutus .pagination .page-nav.curr:hover {
    color: #fff;
}

.aboutus .pagination .page-nav.elli {
    border: none;
}

.aboutus .pagination .page-nav.elli:hover {
    color: inherit;
}


/*readme.html*/

.readme .banner {
    height: 8em;
}

.readme .main {
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
}

.readme .menu {
    float: left;
    box-sizing: border-box;
    width: 30%;
    border: 1px solid #d3d3d3;
}

.readme .menu a {
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed #d3d3d3;
}

.readme .menu-item {
    line-height: 1.5em;
    position: relative;
    padding: 1em;
}

.readme .menu-item.actived {
    color: #ff5d0a;
}

.readme .menu-item.actived:before {
    position: absolute;
    top: 20%;
    left: 0;
    width: 3px;
    height: 60%;
    content: '';
    background-color: #ff6401;
}

.readme .menu-item:hover {
    background-color: #eee;
}

.readme .menu .last-child {
    border-bottom: 0;
}

.readme .cont {
    float: right;
    width: 68%;
    margin-left: 2%;
    color: #666;
}

.readme .cont-item {
    margin-bottom: 2em;
}

.readme .cont h1 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    padding: .5em 1.2em;
    border-left: 3px solid #ff6401;
    background-color: #f7f7f7;
}

.readme .answer {
    margin-bottom: 1.3em;
    padding: .8em;
    background-color: #f8f8f8;
}

.readme .cont p {
    line-height: 2em;
    margin: 1em 0;
    margin-left: 2em;
    color: #4e4e4e;
}

.readme .cont p a {
    color: #ff6401;
}


/*tenant.html*/

.tenant .banner {
    height: 20em;
    background-image: url('../img/banner.jpg');
    background-size: cover;
}

.tenant .box1 {
    margin-bottom: 3em;
}

.tenant .box1 .wrapper.opacity {
    margin-top: -13.8em;
    background-color: rgba(255, 255, 255, .7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bffff, endColorstr=#bffff);
}

.tenant .box1 .sec-slogon {
    font-size: 1.7em;
    margin: 1em 0;
    text-align: center;
    color: #ff5d0a;
}

.tenant .box1 .sec-title {
    margin: 1em 0 2em 0;
    text-align: center;
}

.tenant .box1 .sec-title img {
    height: 5em;
}

.tenant .box1 .sec1 {
    overflow: hidden;
    margin-bottom: 3em;
}

.tenant .box1 .sec1 .sec-con {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 3em;
    text-align: center;
}

.tenant .box1 .sec1 .sec-logo img {
    width: 4em;
}

.tenant .box1 .sec1 .sec-con dd {
    font-size: .875em;
    line-height: 1.6em;
    text-align: left;
    color: #616363;
}

.tenant .box1 .sec1 .sec-con dd.sec-subtitle {
    font-size: 1em;
    font-weight: bold;
    margin: .5em 0;
    color: #333;
}

.tenant .box1 .sec2 {
    background-color: #f9f9f9;
}

.tenant .box1 .sec2 .amz-group {
    overflow: hidden;
}

.tenant .box1 .sec2 .amz-item {
    float: left;
    width: 26%;
    margin: 0 2% 1.5em;
    padding: 1em 10%;
    text-align: center;
    border-top: 3px solid #ff5d0a;
    background-color: #fff;
}

.tenant .box1 .sec2 .amz-item.narrow {
    padding-bottom: .2em;
}

.tenant .box1 .sec2 .amzi-title img {
    height: 1em;
    margin-right: .3em;
    vertical-align: text-top;
}

.tenant .box1 .sec2 .amzi-title {
    font-size: 1em;
    font-weight: bold;
    margin: .5em 0;
    text-align: left;
    color: #333;
}

.tenant .box1 .sec2 .amzi-cont {
    font-size: .875em;
    line-height: 1.6em;
    text-align: left;
    color: #616363;
}

.tenant .box1 .sec2 .amz-item.narrow .amzi-cont {
    line-height: 1.4em;
}

.tenant .box1 .sec3 .guarantee-item {
    position: relative;
    margin-bottom: 1em;
    margin-left: 6em;
}

.tenant .box1 .sec3 .guarantee-item dt {
    font-size: 1.1em;
    font-size: 1em;
    font-weight: bold;
    color: #3f3f3f;
    color: #333;
}

.tenant .box1 .sec3 .guarantee-item dd {
    font-size: .875em;
    line-height: 2em;
    color: #6a6a6a;
}

.tenant .box1 .sec3 .grti-logo {
    position: absolute;
    left: -3em;
}

.tenant .box1 .sec3 .grti-logo img {
    height: 2em;
}

.tenant .box1 .sec3 .grti-logo:after {
    position: absolute;
    top: 2em;
    left: 1em;
    width: 1px;
    height: 2.2em;
    margin-left: -1px;
    content: '';
    border-right: 1px dashed #eb5d1e;
}

.tenant .box1 .sec3 .guarantee-item.last-child .grti-logo:after {
    display: none;
}

.tenant .box-title {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    background-color: #ff5d0a;
}

.tenant .box2 .table1 {
    box-sizing: border-box;
    width: 100%;
    margin: 3em auto;
}

.tenant .box2 .table1 td {
    padding: 1.5em 1em;
    vertical-align: middle;
    background-color: #fff;
}

.tenant .box2 .table1 .td1 {
    font-weight: bold;
    width: 1em;
}

.tenant .box2 .table1 .td1 span {
    font-size: 1.4em;
    font-weight: normal;
    display: inline-block;
    margin: 2em 0;
}

.tenant .box2 .table1 .td2 {
    font-weight: bold;
    line-height: 1.2em;
    width: 4em;
}

.tenant .box2 .table1 .special {
    color: #ef7b1b;
}

.tenant .box2 .table1 .title {
    font-size: 1.2em;
    text-align: center;
}

.tenant .box3 .table2 {
    box-sizing: border-box;
    width: 100%;
    margin: 3em auto;
}

.tenant .box3 .table2 td {
    padding: 1.5em 1em;
    vertical-align: middle;
    background-color: #fff;
}

.tenant .box3 .table2 .td1 {
    font-weight: bold;
    width: 1em;
    /*text-align: center; */
}

.tenant .box3 .table2 .td2 {
    font-weight: bold;
    width: 8em;
}

.tenant .box3 .table2 .td-bottom {
    text-align: center;
}


/*club.html*/

.club .banner {
    height: 20em;
    background-image: url('../img/banner.jpg');
    background-size: cover;
}

.club .box1 {
    margin-bottom: 3em;
}

.club .box1 .wrapper.opacity {
    margin-top: -13.8em;
    background-color: rgba(255, 255, 255, .7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bffff, endColorstr=#bffff);
}

.club .box1 .sec-slogon {
    font-size: 1.7em;
    margin: 1em 0;
    text-align: center;
    color: #ff5d0a;
}

.club .box1 .sec-title {
    margin: 1em 0 2em 0;
    text-align: center;
}

.club .box1 .sec-title img {
    height: 3em;
}

.club .box1 .sec1 {
    overflow: hidden;
    margin-bottom: 2em;
}

.club .box1 .sec1 .sec-con {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 0 .8em;
    text-align: center;
}

.club .box1 .sec1 .sec-logo img {
    width: 4em;
}

.club .box1 .sec1 .sec-con dd {
    font-size: .875em;
    line-height: 1.6em;
    text-align: left;
    color: #616363;
}

.club .box1 .sec1 .sec-con dd.sec-subtitle {
    font-size: 1em;
    font-weight: bold;
    margin: .5em 0;
    margin-top: 1.6em;
    text-align: center;
    color: #333;
}

.club .box1 .sec1 .sec-con dd.sec-con-dd {
    padding: .5em;
    background-color: #f5f5f5;
}

.club .box1 .sec1 .sec-slogan {
    clear: both;
    padding: 2em 0 0;
    text-align: center;
    color: #ff5d0a;
}

.club .box1 .sec1 .sec-slogan i img {
    height: 1em;
    margin-right: .2em;
    vertical-align: text-top;
}

.club .box1 .sec2 {
    padding-bottom: 2em;
    background-color: #f9f9f9;
}

.club .box1 .sec2 .amz-group {
    overflow: hidden;
}

.club .box1 .sec2 .amz-item {
    float: left;
    box-sizing: border-box;
    width: 46%;
    min-height: 7em;
    margin: 0 2% 1em;
    padding: 1em 2.5%;
    text-align: center;
    border-left: 3px solid #ff5d0a;
    background-color: #fff;
}

.club .box1 .sec2 .amzi-title img {
    height: 1em;
    margin-right: .3em;
    vertical-align: text-top;
}

.club .box1 .sec2 .amzi-title {
    font-size: 1em;
    font-weight: bold;
    margin: .5em 0;
    text-align: left;
    color: #333;
}

.club .box1 .sec2 .amzi-cont {
    font-size: .875em;
    line-height: 1.6em;
    text-align: left;
    color: #616363;
}

.club .box1 .sec2 .sec-slogan {
    font-size: 1.2em;
    clear: both;
    padding: 2em 0 0;
    text-align: center;
    color: #ff5d0a;
}

.club .box1 .sec2 .sec-slogan i img {
    height: 1em;
    margin-right: .2em;
    vertical-align: text-top;
}

.club .box-title {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    background-color: #ff5d0a;
}

.club .box2 .table1 {
    box-sizing: border-box;
    width: 100%;
    margin: 3em auto;
}

.club .box2 .table1 td {
    padding: 1.5em 1em;
    vertical-align: middle;
    background-color: #fff;
}

.club .box2 .table1 .td1 {
    font-weight: bold;
    width: 1em;
}

.club .box2 .table1 .td1 span {
    font-size: 1.4em;
    font-weight: normal;
    display: inline-block;
    margin: 2em 0;
}

.club .box2 .table1 .td2 {
    font-weight: bold;
    line-height: 1.2em;
    width: 6em;
}

.club .box2 .table1 .special {
    color: #ef7b1b;
}

.club .box2 .table1 .title {
    font-size: 1.2em;
    text-align: center;
}

.club .box3 .table2 {
    box-sizing: border-box;
    width: 100%;
    margin: 3em auto;
}

.club .box3 .table2 td {
    padding: 1.5em 1em;
    vertical-align: middle;
    background-color: #fff;
}

.club .box3 .table2 .td1 {
    font-weight: bold;
    width: 1em;
    /*text-align: center; */
}

.club .box3 .table2 .td2 {
    font-weight: bold;
    width: 8em;
}

.club .box3 .table2 .td-bottom {
    text-align: center;
}

.free-service small {
    font-size: .7em;
    position: relative;
    left: .2em;
    display: inline-block;
    margin: 1.5em 0 0 0;
    padding: .8em 0;
}

.free-service small:before {
    position: absolute;
    top: -8px;
    left: 0;
    content: '︵';
}

.free-service small:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '︶';
}

.free-service div {
    font-size: 1.4em;
    font-weight: normal;
}


/*cooperate.html*/

.cooperate .banner {
    height: 20em;
    background-image: url('../img/banner.jpg');
    background-size: cover;
}

.cooperate .box1 .wrapper.opacity {
    height: 10em;
    margin-top: -10em;
    background-color: rgba(255, 255, 255, .7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bffff, endColorstr=#bffff);
}

.cooperate .sec1 {
    text-align: center;
    color: #ff6401;
}

.cooperate .sec1 h1 {
    font-size: 2em;
    margin: 1em 0;
}

.cooperate .sec1 h2 {
    font-size: 1.5em;
    position: relative;
    display: inline-block;
}

.cooperate .sec1 h2:after {
    position: absolute;
    top: .5em;
    right: -6em;
    width: 5em;
    height: 1em;
    content: '';
    border-top: 1px dotted;
}

.cooperate .sec1 h2:before {
    position: absolute;
    top: .5em;
    left: -6em;
    width: 5em;
    height: 1em;
    content: '';
    border-top: 1px dotted;
}

.cooperate .sec2 {
    text-align: center;
}

.cooperate .sec2 h1 {
    font-size: 1.5em;
    margin: 1em 0;
}

.cooperate .sec2 h2 {
    font-size: .875em;
    line-height: 1.3em;
    margin: 0 0 1em;
    color: #666;
}

.cooperate .problem-item {
    line-height: 1.5em;
    float: left;
    width: 20%;
    margin-bottom: 1em;
}

.cooperate .problem-item .highlight {
    margin-top: .8em;
}

.cooperate .problem-item .bordered {
    font-size: .8em;
    margin: 0 1.2em;
    margin-top: 1em;
    padding: 5px 10px;
    text-align: left;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cooperate .problem-item img {
    width: 9em;
}

.cooperate .box-title {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    background-color: #ff5d0a;
}

.cooperate .box-intro {
    position: relative;
    padding: 1.5em 0;
    text-align: center;
    color: #ff6401;
}

.cooperate .box-intro:after {
    position: absolute;
    bottom: -1em;
    left: 50%;
    width: 2em;
    height: 2em;
    margin-left: -1em;
    content: '';
    background-image: url('../img/circle-1.png');
    background-size: 100%;
}

.cooperate .box-intro.st2 {
    font-size: 1.2em;
    padding: 1em 0;
    color: #333;
    background-color: #eee;
}

.cooperate .box-intro.st2:after {
    bottom: -.83em;
    width: 1.67em;
    height: 1.67em;
    margin-left: -.83em;
    background-image: url('../img/circle-2.png');
}

.cooperate .box-cont-wrapper {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    background-image: url('../img/bg-cont-box.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cooperate .bc-solgon {
    font-size: 1.2em;
    margin-top: 1em;
    padding: 1em 0;
    text-align: center;
    color: #fff;
}

.cooperate .bc-1-item {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto 1em;
    padding: .5em .3em;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bf000, endColorstr=#bf000);
}

.cooperate .bc1i-left {
    font-size: 2.6em;
    float: left;
    margin-right: .3em;
    margin-left: .2em;
    color: #a4a3a2;
}

.cooperate .bc1i-right {
    float: left;
}

.cooperate .bc1i-right dt {
    line-height: 1.5em;
}

.cooperate .bc1i-right dd {
    font-size: .8em;
}

.cooperate .bc-2 .wrapper {
    box-sizing: border-box;
}

.cooperate .bc2-sec {
    /* float: left; */
    width: 48%;
    margin-top: 2em;
    /*height: 17em; */
    margin-right: 2%;
    margin-bottom: 2em;
    padding-bottom: 2em;
    color: #eee;
    background-color: rgba(0, 0, 0, .3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bf000, endColorstr=#bf000);
    ;
}

.cooperate .bc2-sec .sec-title {
    line-height: 1.3em;
    margin: 0 1em;
    padding: .8em 0;
    text-align: center;
    border-bottom: 1px dashed #fff;
}

.cooperate .bc2-l-item {
    font-size: .875em;
    overflow: hidden;
    margin: 1em;
}

.cooperate .bc2-l-item a {
    color: #fc4b1c;
}

.cooperate .bc2-l-item i img {
    position: relative;
    float: left;
    height: 2.8em;
    margin-right: .5em;
    vertical-align: middle;
}

.cooperate .bc2-l-item img.fake-input {
    height: 1.8em;
    margin-left: 2em;
    vertical-align: middle;
}

.cooperate .bc2-l-item i.step {
    display: table-cell;
}

.cooperate .bc2-l-item span {
    display: table-cell;
    vertical-align: middle;
}

.cooperate .bc2-r-item {
    margin-top: 1.8em;
    text-align: center;
}

.cooperate .bc2-r-item.small {
    font-size: .9em;
}


/*404.html*/

.p-404 {
    text-align: center;
}

.p-404 .wrapper {
    position: relative;
    top: 50%;
    display: inline-block;
    width: auto;
    margin-top: -8em;
    padding: 1em 0;
}

.p-404 .wrapper .fl {
    float: left;
    height: 12em;
    margin-top: 1.5em;
}

.p-404 .wrapper .cont-wrap {
    float: left;
    margin-top: 2em;
    margin-left: 2em;
    text-align: left;
    color: #fff;
}

.p-404 .wrapper .cont-wrap h1 {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: .5em;
    color: #ff5d0a;
}

.p-404 .wrapper .cont-wrap p {
    font-size: .875em;
    line-height: 2em;
    margin-top: .5em;
    color: #919191;
}

.p-404 .wrapper .cont-wrap a {
    font-size: .875em;
    display: inline-block;
    margin-top: 2em;
    padding: .5em 1.5em;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #ff5d0a;
}

.p-404 .wrapper .cont-wrap a:hover {
    color: #fff;
    background-color: #eb6317;
}


/*publish*/

.publish .banner {
    height: 25em;
    text-align: center;
    background-image: url('../img/banner-publish.jpg');
    background-position: center;
    background-size: cover;
}

.publish .guider-publish {
    padding: 2em 0 1.5em;
    text-align: center;
}

.publish .guider-publish h1 {
    font-size: 1.6em;
    color: #ff6401;
}

.publish .guider-publish h2 {
    font-size: .7em;
    margin-top: 1em;
    color: #857d7b;
}

.publish .form-group {
    position: relative;
    display: inline-block;
    width: 520px;
    margin-top: 3.2em;
    /*height: 250px;*/
    padding: 1.5em 5em;
    background-color: #fff;
}

.publish .form-group .fg-title {
    font-size: 1.2em;
    float: left;
    margin-top: .5em;
    color: #ff6401;
}

.publish .form-group .fg-title.fat {
    margin-top: .7em;
}

.publish .form-group .txt {
    line-height: 16px;
    float: right;
    width: 403px;
    padding: 10px 1.2em;
    color: #bfbfbf;
    border: 1px solid #dfdfdf;
    outline: none;
}

.publish .form-group label {
    display: block;
    overflow: hidden;
    margin: 1em 0;
}

.publish .form-group .room-type {
    display: inline-block;
    float: right;
}

.publish .form-group .rt-item {
    display: inline-block;
    float: left;
}

.publish .form-group .rt-item label {
    display: inline-block;
    margin: 0;
    padding: .8em;
    cursor: pointer;
    color: #ff6401;
    border: 1px solid #dfdfdf;
    border-right: 0;
    background-color: #fff;
}

.publish .form-group .rt-item.last-child label {
    border-right: 1px solid #dfdfdf;
}

.publish .form-group .rt-item input {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

.publish .form-group .btn {
    clear: both;
}

.publish .form-group .btn a {
    display: inline-block;
    margin-top: 1.5em;
    padding: 1em 3.5em;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #ff6401;
}

.publish.step2 .form-group .btn a {
    margin-top: 1.15em;
}

.publish .form-group .btn a:hover {
    background-color: #ff7822;
}

.publish .form-group .rt-item .iCheck.checked ~ label {
    color: #fff;
    background-color: #ff6401;
}

.publish .form-group .xiaosanjiao {
    position: absolute;
    top: 1px;
    right: 1px;
}


/*.publish.step1 .form-group { padding-top:3em; padding-left: 7em; padding-right: 7em; }*/

.publish.step1 .form-group .txt {
    width: 372px;
}


/*.publish.step2 .form-group .txt{ width: 402px; }*/

.publish.step2 .form-group {
    width: 552px;
    padding: 1.5em 64px;
}


/*.publish.success .form-group{ margin-top: 1.8em; }*/

.publish .form-group .txt.short {
    width: 254px;
}

.publish .form-group .fg-item {
    display: block;
    overflow: hidden;
    margin: 1em 0;
}

.publish .form-group .btn-getcode {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    float: right;
    width: 135px;
    margin-left: 1em;
    padding: 12px 0;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-bottom: 1px solid transparent;
    outline: none;
    background-color: #ff6401;
}

.publish .form-group .btn-getcode:hover {
    background-color: #ff7822;
}

.publish .form-group .success dt img {
    width: 8em;
}

.publish .form-group .success .dd1 {
    font-size: 1.25em;
    margin: .5em 0;
    color: #ff5600;
}

.publish .form-group .success .dd2 {
    font-size: .875em;
    color: #595959;
}

.publish .form-group .success .highlight {
    color: #ff5600;
}


/*个人资料*/

.myinfo .main .wrapper {
    margin: 10px auto;
}

.myinfo .menu {
    float: left;
    width: 160px;
    background-color: #fff;
}

.myinfo .menu .menu-item a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5em 1.5em 1.5em 2em;
    text-decoration: none;
    color: #333;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.myinfo .menu .menu-item a.curr {
    color: #ff6401;
}

.myinfo .menu .menu-item a.curr:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    content: '';
    background-color: #ff6401;
}

.myinfo .menu .menu-item.last-child a {
    border-bottom: 1px solid #e5e5e5;
}

.myinfo .cont {
    float: left;
    width: 800px;
    margin-left: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.myinfo .cont .title-cont {
    line-height: 3em;
    text-align: center;
    color: #fff;
    background-color: #ff6401;
}


/*资料编辑*/

.myinfo .cont.edit .form-group {
    overflow: hidden;
    margin: 2em;
}

.myinfo .cont.edit .form-group.portrait .portrait-wrapper input {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

.myinfo .cont.edit .form-group.portrait .portrait-wrapper label {
    display: inline-block;
    height: 90px;
    padding: 3px;
    border: 1px dashed #ccc;
}

.myinfo .cont.edit .form-group.portrait .uplp-into {
    font-size: .8em;
    height: 1.1em;
    margin-top: 1em;
    color: #999;
}

.myinfo .cont.edit .form-group span.label {
    font-weight: bold;
    display: inline-block;
    float: left;
    margin-right: 1em;
}

.myinfo .cont.edit .form-group span.label.mrg-t-lev1 {
    margin-top: .6em;
}

.myinfo .cont.edit .form-group span.label.mrg-t-lev2 {
    margin-top: .3em;
}

.myinfo .cont.edit .form-group span.label.mrg-t-lev3 {
    margin-top: 2.5em;
}

.myinfo .cont.edit .form-group .fe {
    overflow: hidden;
}

.myinfo .cont.edit .form-group .fe .txt {
    width: 300px;
    margin: 1px 0;
    padding: .7em 1em;
    border: 1px solid #eaeaea;
    outline: none;
}

.myinfo .cont.edit .form-group .fe .txt.textarea-hobby {
    display: none;
    width: 600px;
    color: #999;
}

.myinfo .cont.edit .form-group .fe .rdo {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

.myinfo .cont.edit .form-group .fe .lbl-radio {
    float: left;
    margin-right: 1em;
    cursor: pointer;
}

.myinfo .cont.edit .form-group .fe .lbl-radio.buttoned {
    display: inline-block;
    margin-right: .3em;
    padding: .6em 1.5em;
    color: #333;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.myinfo .cont.edit .form-group.hobby .fe .lbl-radio.buttoned {
    margin-bottom: .5em;
}

.myinfo .cont.edit .form-group .fe .lbl-radio .words {
    position: relative;
    top: -.4em;
    margin-left: .2em;
}

.myinfo .cont.edit .form-group .fe .lbl-radio .icon-checked {
    display: inline-block;
    width: 25px;
    height: 24px;
    background-image: url('../img/icon-checked.png');
}

.myinfo .cont.edit .form-group .fe .iCheck1.checked + .lbl-radio .icon-checked {
    background-position: 0 -24px;
}

.myinfo .cont.edit .form-group .fe .iCheck2.checked + .lbl-radio.buttoned {
    color: #fff;
    background-color: #ff6401;
}

.myinfo .cont.edit .btn.submit {
    text-align: center;
}

.myinfo .cont.edit .btn.submit a {
    display: inline-block;
    margin-bottom: 2em;
    padding: 1em 3em;
    text-decoration: none;
    color: #fff;
    background-color: #ff6401;
}


/*头像照片*/

.myinfo .cont.portrait {
    position: relative;
}

.myinfo .cont.portrait .pt-wrapper {
    margin: 2em 0;
    text-align: center;
}

.myinfo .cont.portrait .pt-wrapper img {
    border-radius: 50%;
}

.myinfo .cont.portrait .btn-group {
    text-align: center;
}

.myinfo .cont.portrait .btn-group input {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

.myinfo .cont.portrait .btn-group .btn-fe {
    display: inline-block;
    margin-bottom: 2em;
}

.myinfo .cont.portrait .btn-group .btn-fe label {
    display: inline-block;
    width: 150px;
    padding: 1.1em 0;
    cursor: pointer;
    color: #333;
    background-color: #e2e2e2;
}

.myinfo .cont.portrait .btn-group .btn-fe label.orange {
    color: #fff;
    background-color: #ff6401;
}

.myinfo .cont.portrait .tip {
    font-size: .875em;
    line-height: 1.3em;
    width: 310px;
    margin: 0 auto;
    margin-bottom: 2em;
    color: #666;
}

.myinfo .cont.portrait .msg-success {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    display: none;
    margin-top: -32px;
    margin-left: -135px;
    padding: 1em 4em;
    color: #ff5d0a;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.myinfo .cont.portrait .msg-success img {
    height: 1.3em;
    margin-right: .5em;
    vertical-align: middle;
}


/*身份认证*/

.myinfo .cont.identify .tip-top {
    font-size: .9em;
    margin: 0 1em;
    padding: 1em 0;
    color: #333;
    border-bottom: 1px solid #eee;
}

.myinfo .cont.identify .id-wrapper {
    margin: 2em 0;
    text-align: center;
}

.myinfo .cont.identify .id-wrapper img {
    width: 150px;
    height: 150px;
    margin-bottom: 1.5em;
}

.myinfo .cont.identify .btn-group {
    text-align: center;
}

.myinfo .cont.identify .btn-group input {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

.myinfo .cont.identify .btn-group .btn-fe {
    display: inline-block;
    margin-bottom: 2em;
}

.myinfo .cont.identify .btn-group .btn-fe label {
    display: inline-block;
    width: 150px;
    padding: 1.1em 0;
    cursor: pointer;
    color: #333;
    background-color: #e2e2e2;
}

.myinfo .cont.identify .tip {
    font-size: .875em;
    line-height: 1.3em;
    width: 340px;
    margin: 0 auto;
    margin-bottom: 2em;
    color: #666;
}


/*职业选择和行业选择*/

.choose-job {
    position: relative;
    z-index: 9999;
    top: 50%;
    display: none;
    width: 800px;
    margin: 0 auto;
}

.choose-job .chj-t {
    width: 800px;
    margin: 0 auto;
}

.choose-job .chj-t li {
    float: left;
    width: 30.33%;
    margin: 1%;
}

.choose-job .chj-t li span {
    cursor: pointer;
}

.choose-job .chj-t td {
    font-family: '宋体';
    font-size: .8em;
    padding: 1em .5em;
    vertical-align: middle;
    color: #666;
}

.choose-job .chj-t td.tr-title {
    font-family: 'Microsoft Yahei';
    font-size: 1em;
    width: 200px;
    padding-right: 0;
    padding-left: 2em;
    color: #ff6401;
}

.choose-job .chj-t tr {
    background-color: #fff;
}

.choose-job .chj-t tr.tr-even td {
    background-color: #f1f1f1;
}

.choose-job .thead {
    line-height: 2.5em;
    width: 800px;
    margin: 0 auto;
    text-indent: 2em;
    color: #fff;
    background-color: #ff6401;
}

.choose-job .tfooter {
    width: 800px;
    height: .5em;
    margin: 0 auto;
    background-color: #ff6401;
}

.choose-job .btn-close-t {
    float: right;
    margin-top: .5em;
    margin-right: .7em;
    padding: .3em;
    cursor: pointer;
}


/*重新定义jQuery UI*/

.ui-widget-content {
    font-family: 'Microsoft Yahei';
    color: #333;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}

.ui-menu .ui-menu-item {
    font-size: .8em;
    line-height: 2.3em;
}

.ui-menu .ui-menu-item:hover {
    font-weight: normal;
    color: #333;
    background-color: #f5f5f5;
}

.ui-menu .ui-menu-item .cmt-name {
    font-size: 1.15em;
}

.ui-menu .ui-menu-item .desc {
    float: right;
    color: #999;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #333;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ddd;
}

.ui-autocomplete {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 20em;
}

.err-tip {
    visibility: hidden;
    text-align: left;
    text-indent: 130px;
    color: #ff6401;
}

.fa.err-tip {
    text-indent: 9.5em;
}

.err-tip.st1 {
    margin-top: -.2em;
    margin-bottom: .7em;
}

.err-tip.st2 {
    margin-top: 3.8em;
    margin-bottom: -1em;
}


/*我要租房*/

.rent {
    background-color: #f8f8f8;
}

.rent .header {
    background-color: #fff;
}

.rent .cur-pos {
    font-size: 14px;
    line-height: 4em;
    color: #666;
}

.rent .switcher {
    display: inline-block;
    float: left;
}

.rent .switcher .switcher-item {
    display: inline-block;
    height: 1.2em;
    margin-right: 4px;
    padding: .8em 1.5em;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
}

.rent .switcher .switcher-item .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url('../img/icon-btn-location.png');
    background-repeat: no-repeat;
}

.rent .switcher .switcher-item .icon.ic-1 {
    width: 12px;
    height: 19px;
}

.rent .switcher .switcher-item.curr .icon.ic-1 {
    background-position: -12px 0;
}

.rent .switcher .switcher-item .icon.ic-2 {
    width: 17px;
    height: 17px;
    background-position: 0 -21px;
}

.rent .switcher .switcher-item.curr .icon.ic-2 {
    background-position: -17px -21px;
}

.rent .switcher .switcher-item.curr {
    border-bottom-color: #fff;
}

.rent .sub-search-bar {
    position: relative;
    top: -3px;
    display: inline-block;
    float: right;
    text-align: center;
}

.rent .sub-search-bar .pos {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    height: 26px;
}

.rent .sub-search-bar .txt-cmt {
    font-size: 16px;
    position: relative;
    top: 3px;
    display: inline-block;
    width: 400px;
    margin-top: 1px;
    padding: 11px 12px;
    padding-left: 34px;
    color: #bfbfbf;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    outline: none;
}

.rent .sub-search-bar .btn-search {
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 14px 40px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6401;
}

.rent .form-main {
    font-size: .8em;
    clear: both;
    padding: 1em;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    border-top-left-radius: 0;
    background-color: #fff;
}

.rent .form-main input {
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -99999em;
}

.rent .form-main .form-group {
    line-height: 1.5em;
    clear: both;
    margin: .5em 0;
    float: left;
    width: 100%;
}

.rent .form-main .form-group .iCheck.checked + label {
    color: #ff6401;
}

.rent .form-main .form-group .fg-title {
    font-size: .9em;
    position: relative;
    top: -.2em;
    display: inline-block;
    float: left;
    width: 5em;
    margin-left: .5em;
    padding: .2em .6em;
    background-color: #f8f8f8;
}

.rent .form-main .form-group .fg-main {
    float: left;
    width: 90%;
}

.rent .form-main .fm-box {
    display: none;
}

.rent .form-main .fm-box.active {
    display: block;
    overflow: hidden;
}

.rent .form-main .fm-box .fg-menu {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
}

.rent .form-main .fm-box .fg-menu .district {
    position: relative;
}

.rent .form-main a.area-name {
    z-index: 1;
    display: inline-block;
    margin-right: 3px;
}

.rent .form-main a.area-name.curr {
    color: #ff6401;
}

.rent .form-main a.area-name.unfold {
    position: relative;
    color: #ff6401;
}

.rent .form-main a.area-name.unfold:after {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 14px;
    height: 13px;
    margin-left: -7px;
    content: '';
    background-image: url('../img/sanjiao.png');
}

.rent .form-main .fm-box a.option-link {
    text-decoration: none;
}

.rent .form-main .fm-box a.option-link:hover,
.fg-menu:hover {
    color: #ff6401;
}

.rent .form-main .fm-box a.option-link.curr .fg-menu {
    color: #ff6401;
}

.rent .form-main .fm-box .label {
    display: inline-block;
    margin-left: 16px;
    cursor: pointer;
}

.rent .form-main .stations .station-list label.lb-st {
    display: inline-block;
    margin: .5em 0;
    cursor: pointer;
    position: relative;
    margin-top: 1em;
}
.rent .form-main .stations .station-list label.lb-st .name{
    color: #565a5c;
    margin-top: .2em;
    display: inline-block;
    width: 6em;
    text-align: center;
    overflow: hidden;
}

.rent .form-main .district {
    position: relative;
        top: -1px;
        display: none;
        float: left;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1.5em;
        padding: 1em;
        padding-left: 5em;
        border: 1px solid #e7e7e7;
        border-radius: 5px;
        background-color: #f8f8f8;
        margin-left: 6em;
}

.rent .form-main .district.active {
    display: block;
}

.rent .form-main .district .no-limit {
    position: absolute;
    top: 1.25em;
    left: 0;
}

.rent .form-main .district .station-list .stl-item {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 2em;
}

.rent .form-main .district .station-list .stl-item .letter {
    position: absolute;
    top: .25em;
    left: 1em;
    color: #ff6401;
}

.rent .form-main .district .station-list .stl-item label {
    line-height: 1.5em;
}

.rent .form-main .district .iCheck.checked + label {
    color: #ff6401;
}

.rent .form-main .stations {
    position: relative;
        top: -1px;
        display: none;
        float: left;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1.5em;
        padding: 1em;
        padding-left: 3em;
        border: 1px solid #e7e7e7;
        border-radius: 5px;
        background-color: #f8f8f8;
        margin-left: 6em;
}

.rent .form-main .stations .station-list {
    position: relative;
    left: 3em;
}

.rent .form-main .stations.active {
    display: block;
}

.rent .form-main .stations .no-limit {
    position: absolute;
    top: 1.8em;
    left: 0;
}

.rent .form-main .stations .station-list .stl-item {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 2em;
}

.rent .form-main .stations .station-list .stl-item .letter {
    position: absolute;
    top: .25em;
    left: 1em;
    color: #ff6401;
}

.rent .form-main .stations .station-list label.lb-st:before {
    content: '';
    width: 100%;
    height: 2px;
    top: 3px;
    background-color: #ccc;
    position: absolute;
}
.rent .form-main .stations .station-list label.lb-st .icon{
    display: block;
    width: 100%;
    height: .8em;
    font-size: .6em;
    background-image: url('../img/img-167.png');
    background-size: .9em 1.6em;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.rent .form-main .stations .station-list label.lb-st:hover .name{
    color: #ff6401;
}
.rent .form-main .stations .station-list label.lb-st:hover .icon{
    background-position: center -.9em;
}
.rent .form-main .stations .station-list label.lb-st:hover:before{
    background-color: #ff6401;
}
.rent .form-main .stations .station-list .curr .lb-st .name{
    color: #ff6401;
}
.rent .form-main .stations .station-list .curr .lb-st .icon{
    background-position: center -.9em;
}
.rent .form-main .stations .station-list .curr .lb-st:before{
    background-color: #ff6401;
}

.rent .form-main .stations .station-list .option-link.active {
    color: #ff6401;
}

.rent .form-main .stations .station-list .option-link.curr .icon-st {
    background-position: 0 -14px;
}

.rent .house-list {
    clear: both;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fff;
}

.rent.search .house-list {
    margin-top: 0;
}

.rent .house-list .order-link {
    display: inline-block;
}

.rent .house-list .control-bar {
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.rent .house-list .control-bar .btn-ctl {
    display: inline-block;
    height: 19px;
    padding: 1em 1.5em;
    cursor: pointer;
}

.rent .house-list .control-bar .btn-ctl .icon-btn-ctl {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 13px;
    height: 18px;
    margin-right: .3em;
    vertical-align: middle;
    background-image: url('../img/icon-btn-ctl.png');
}

.rent .house-list .control-bar .btn-ctl.curr {
    background-color: #f9f9f9;
}

.rent .house-list .control-bar .btn-ctl.curr .icon-btn-ctl {
    background-position: 0 -18px;
}

.rent .house-list .control-bar .btn-ctl.curr.up .icon-btn-ctl {
    background-position: 0 -54px;
}

.rent .house-list .control-bar .num-res {
    display: none;
    float: right;
    padding: 1em 1.5em;
}

.rent .house-list .control-bar .num-res .highlight {
    color: #ff6401;
}

.rent .list a.link-h-item {
    text-decoration: none;
}

.rent .list .h-item {
    overflow: hidden;
    padding: 1.5em;
    padding-bottom: 0;
}
.rent .list .h-item .is_recomm {
    height: 5em;
        margin-bottom: 1.5em;
        background-color: #fff;
        text-align: center;
        line-height: 5em;
        color: #565a5c;
        margin-top: -1.5em;
        border-left: 1.5em solid #fff;
        border-right: 1.5em solid #fff;
        margin-left: -1.5em;
        width: 100%;
}
.rent .list .h-item .is_recomm .title{
        border-bottom: 1px solid #e7e7e7;
        position: relative;
        font-size: 1.44em;
}
.rent .list .h-item .is_recomm .title:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    left: 3em;
    background-color: #e7e7e7;
    top: 50%;
    margin-top: -1px;
}
.rent .list .h-item .is_recomm .title:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    right: 3em;
    background-color: #e7e7e7;
    top: 50%;
    margin-top: -1px;
}
.rent .list .h-item .is_recomm .title span{
    position: relative;
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    padding: 0 1em;
}
.rent .list .h-item .divider {
    width: 100%;
    height: 1px;
    margin-top: 1.5em;
    background-color: #e7e7e7;
}

.rent .list .h-item:hover {
    background-color: #f9f9f9;
}

.rent .list .h-item .preview {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 1.5em;
}

.rent .list .h-item .preview-wrapper {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(static/css/backgroundsize.min.htc);
}

.rent .list .h-item .h-info .h-name-price {
    margin-bottom: 1em;
}

.rent .list .h-item .h-info .h-name-price .h-name {
    font-size: 18px;
    font-weight: bold;
}

.rent .list .h-item .h-info .icon-monthly {
    height: 1em;
    margin-left: .5em;
}

.rent .list .h-item .h-info .h-name-price .h-name:hover {
    color: #ff6401;
}

.rent .list .h-item .h-info .h-name-price .h-price {
    font-size: 1.4em;
    font-weight: bold;
    float: right;
    color: #ff6401;
}

.rent .list .h-item .h-info .h-type-will {
    font-size: 14px;
    margin-bottom: 1em;
}
.rent .list .h-item .h-info .h-type-will .h-type {
    display: inline-block;
    margin-right: 1em;
}
.rent .list .h-item .h-info .h-type-will .h-will {
    float: right;
    color: #999;
}

.rent .list .h-item .h-info .h-type-will .h-will .highlight {
    color: #ff5600;
}

.rent .list .h-item .h-info .h-label {
    font-size: 14px;
    height: 72px;
    margin-bottom: 1em;
    color: #ff5600;
}

.rent .list .h-item .h-info .h-label .h-label-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ff5600;
}

.rent .list .h-item .h-info .owner-info {
    font-size: 14px;
    overflow: hidden;
}


/*.rent .list .h-item .h-info .owner-info .icon-wrapper{ width: 30px; height: 30px; border-radius: 50px; behavior: url(static/css/ie-css3.htc); box-sizing:border-box; display: inline-block; float: left; }*/

.rent .list .h-item .h-info .owner-info .owner-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 1em;
    border-radius: 50%;
}

.rent .list .h-item .h-info .owner-info .o-name {
    margin-top: .3em;
    margin-bottom: 1em;
}

.rent .list .h-item .h-info .owner-info .o-type-pubdate {
    color: #999;
}

.rent .list .h-item .h-info .owner-info .o-type-pubdate .o-type {
    color: #ff6401;
}

.rent .list .h-item .h-info .owner-info .o-type-pubdate .o-pubdate {
    /*margin-left: 1em; */
}

.rent .pagination {
    margin-top: 1em;
    text-align: center;
}

.rent .pagination .page-nav {
    font-size: 12px;
    line-height: 2.2em;
    display: inline-block;
    width: 3em;
    height: 2.2em;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    border: 1px solid #c7c7c7;
}

.rent .pagination .page-nav.curr {
    color: #fff;
    border: 1px solid #ff6401;
    background-color: #ff6401;
}

.rent .pagination .page-nav:hover {
    color: #ff6401;
    border-color: #ff6401;
}

.rent .pagination .page-nav.curr:hover {
    color: #fff;
}

.rent .pagination .page-nav.elli {
    border: none;
}

.rent .pagination .page-nav.elli:hover {
    color: inherit;
}

.rent .house-list.empty .list,
.rent .house-list.empty .pagination {
    display: none;
}

.rent .data-empty {
    display: none;
}

.rent .house-list.empty .data-empty {
    display: block;
}

.rent .data-empty {
    text-align: center;
}

.rent .data-empty .zoomer {
    margin-top: 6em;
}

.rent .empty-tip {
    font-size: 1.25em;
    margin-top: 2em;
    margin-bottom: 4em;
    color: #999;
}

.login {
    display: none;
}

.login .form-group {
    width: 552px;
    padding: 1.5em 64px;
}

.login .form-group .txt.short {
    width: 244px;
}

.login .form-group .fg-item {
    display: block;
    overflow: hidden;
    margin: 1em 0;
}

.login .form-group .btn-getcode {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    float: right;
    float: right;
    width: 140px;
    margin-left: 10px;
    padding: 12px .5em;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-bottom: 1px solid transparent;
    outline: none;
    background-color: #ff6401;
}

.login .form-group .btn-getcode:hover {
    background-color: #ff7822;
}

.login .form-group .success dt img {
    width: 8em;
}

.login .form-group .success .dd1 {
    font-size: 1.25em;
    margin: .5em 0;
    color: #ff5600;
}

.login .form-group .success .dd2 {
    font-size: .875em;
    color: #595959;
}

.login .form-group .success .highlight {
    color: #ff5600;
}

.login .form-group {
    position: relative;
    width: 520px!important;
    margin: 0 auto;
    /*height: 250px;
*/
    padding: 1.5em 5em!important;
    background-color: #fff;
}

.login .form-group .fg-title {
    font-size: 1.2em;
    float: left;
    margin-top: .5em;
    color: #ff6401;
}

.login .form-group .fg-title.fat {
    margin-top: .7em;
}

.login .form-group .txt {
    line-height: 16px;
    float: right;
    width: 393px;
    padding: 10px 1.2em;
    color: #bfbfbf;
    border: 1px solid #dfdfdf;
    outline: none;
}

.login .form-group label {
    display: block;
    overflow: hidden;
    margin: 1em 0;
}

.login .form-group .rt-item {
    display: inline-block;
    float: left;
}

.login .form-group .rt-item label {
    display: inline-block;
    margin: 0;
    padding: .8em;
    cursor: pointer;
    color: #ff6401;
    border: 1px solid #dfdfdf;
    border-right: 0;
    background-color: #fff;
}

.login .form-group .rt-item.last-child label {
    border-right: 1px solid #dfdfdf;
}

.login .form-group .rt-item input {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

.login .form-group .btn {
    clear: both;
    text-align: center;
}

.login .form-group .btn:hover {
    background-color: #fff!important;
}

.login .form-group .btn a {
    display: inline-block;
    margin-top: 1.5em;
    padding: 1em 3.5em;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #ff6401;
}

.login .form-group .btn a {
    margin-top: 1.15em;
}

.login .form-group .btn a:hover {
    background-color: #ff7822;
}

#login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    display: none;
    margin-top: -250px;
    margin-left: -340px;
}

.captcha_img {
    box-sizing: border-box!important;
    width: 140px!important;
    height: 39px!important;
    padding: 0!important;
    border: 0!important;
    outline: none!important;
    background-color: #fff!important;
}


/*.login .err-tip { text-indent: 92px; }*/

.login .form-title {
    font-size: 1.3em;
    position: relative;
    padding: .7em 0;
    text-align: center;
    color: #fff;
    background-color: #ff6401;
}

.login .form-title .btn-close {
    position: absolute;
    top: .25em;
    right: 1em;
    padding: .5em .2em;
    cursor: pointer;
}


/*房屋详情*/

.house a {
    text-decoration: none;
}
.house .header ,.booklist .header{
    border-bottom: 1px solid #ff6401;
}

.house .cur-pos {
    font-size: 14px;
    line-height: 4em;
    color: #666;
}

.house .h-summary .h-preview {
    position: relative;
    float: left;
    width: 400px;
    height: 405px;
    margin-right: 2em;
    overflow: hidden;
}

.house .h-summary .h-preview .h-share {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}

.house .h-summary .h-preview .h-share .share-to {
    position: relative;
    z-index: 10;
    margin-left: 1em;
    cursor: pointer;
}

.house .h-summary .h-preview .h-share .share-to:hover {
    color: #ff6401;
}

.house .h-summary .h-preview .h-share .share-to img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: none;
    width: 200px;
    margin-left: -100px;
}

.house .h-summary .h-preview .h-share .share-to:hover img {
    display: inline-block;
}

.house .h-summary .h-preview .h-share .icon {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url('../img/icon-share-to.png');
    background-repeat: no-repeat;
}

.house .h-summary .h-preview .h-share .icon.ic-1 {
    background-position: 0 0;
}

.house .h-summary .h-preview .h-share .icon.ic-2 {
    background-position: 0 -16px;
}

.house .h-summary .h-preview .h-share .icon.ic-3 {
    background-position: 0 -32px;
}

.house .h-summary .h-detail {
    float: left;
    width: 420px;
}

.house .h-summary .h-detail .h-name {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25em;
}

.house .h-summary .h-detail .h-name .icon-monthly {
    height: 1em;
    margin-left: .5em;
}

.house .h-summary .h-detail .h-type {
    font-size: 14px;
    overflow: hidden;
    margin-top: 1.5em;
    color: #333;
}

.house .h-summary .h-detail .h-type i.c-333 {
    color: #333;
}

.house .h-summary .h-detail .h-type span {
    display: inline-block;
    float: left;
    width: 50%;
    margin-top: .8em;
    color: #666;
}

.house .h-summary .h-detail .h-type sup {
    font-size: .5em;
    vertical-align: text-top;
}

.house .h-summary .h-detail .h-price-favor {
    overflow: hidden;
    margin-top: 1.5em;
}

.house .h-summary .h-detail .h-price-favor .h-price {
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    float: left;
    width: 50%;
    color: #ff6401;
}

.house .h-summary .h-detail .h-price-favor .h-price .small {
    font-size: .7em;
}

.house .h-summary .h-detail .h-label {
    font-size: 14px;
    overflow: hidden;
    height: 36px;
    margin-top: 1.5em;
    color: #ff5600;
}

.house .h-summary .h-detail .h-label .h-label-item {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ff5600;
}

.house .h-summary .h-detail .download-link {
    font-size: .8889em;
    position: relative;
    display: inline-block;
    margin-top: .6em;
    cursor: pointer;
    text-decoration: underline;
    color: #ff6401;
}

.house .h-summary .h-detail .download-link img {
    position: absolute;
    top: -13em;
    left: 50%;
    display: none;
    width: 12em;
    margin-left: -6em;
}

.house .h-summary .h-detail .download-link:hover img {
    display: inline-block;
}

.house .h-summary .h-detail .h-book-will {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 1.3em;
}

.house .h-summary .h-detail .h-book-will .h-book-list a {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background-color: #e8e8e8;
    width: 9em;
    height: 48px;
    line-height: 48px;
    position: relative;
    
}


.house .h-summary .h-detail .h-book-will .h-book-list i.book-num {
    font-size: 10px;
    line-height: 1.5em;
    position: absolute;
    top: 5px;
    right: 20px;
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    color: #fff;
    border-radius: 80%;
    background-color: #ff6041;
}

.house .h-summary .h-detail .h-book-will .h-book-list a:hover {
    background-color: #dadada;
}

.house .h-summary .h-detail .h-book-will .h-add-book-list a {
    display: inline-block;
    width: 16.5em;
    height: 48px;
    line-height: 48px;
    margin-left: .3em;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6401;
}

.house .h-summary .h-detail .h-book-will .h-add-book-list a:hover {
    background-color: #db5500;
}

.house .h-summary .h-detail .h-book-will .h-add-book-list.disabled a {
    background-color: #999;
}

.house .h-summary .h-detail .h-book-will .h-will {
    font-size: 14px;
    position: absolute;
    top: 4em;
    right: 0;
    display: block;
    width: 264px;
    text-align: center;
    color: #999;
}

.house .h-summary .h-detail .h-book-will .h-will .highlight {
    color: #ff6401;
}

.house .msg-booked {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 400px;
    margin-top: -200px;
    margin-left: -200px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

.house .msg-booked .title {
    font-size: .8889em;
    margin: 2em 0 1em 0;
}

.house .msg-booked .qrcode-img {
    width: 10.22em;
}

.house .msg-booked .subtitle {
    font-size: .8889em;
    margin-top: 1em;
}

.house .msg-booked .subtitle .icon {
    height: 1em;
    vertical-align: bottom;
}

.house .msg-booked .tip {
    font-size: .7778em;
    margin-top: 1em;
}

.house .msg-booked .btn {
    font-size: 1em;
    width: 16.27em;
    height: 3.22em;
    margin: 2em 0 1em 0;
    cursor: pointer;
    color: #fff;
    border: 0;
    background-color: #ff6401;
    border-radius: 5px;
}

.house .h-nav {
    z-index: 10;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #f7f7f7;
}

.house .h-nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
}

.house .h-nav .h-nav-item {
    float: left;
    box-sizing: border-box;
    width: 14.2857%;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    font-size: 1.1111em;
}

.house .h-nav .h-nav-item.last-child {
    border-right: 1px solid #e7e7e7;
}

.house .h-nav .h-nav-item a {
    display: block;
    padding: 1.3em 0;
}

.house .h-nav .h-nav-item.curr {
    color: #fff;
    background-color: #ff952d;
}

.house .h-nav .h-nav-item.curr a {
    border-bottom: 0;
}

.house .h-nav .h-nav-item.small a {
    font-size: .8em;
    padding: 1.8em 0;
}

.house .sec {
    width: 1000px;
    margin: 1em auto 1em auto;
}

.house .sec .sec-title {
    line-height: 2em;
    font-size: 1.5555em;
    font-weight: bold;
}

.house .sec .sec-title img {
    position: relative;
    top: 1px;
    height: .9em;
    margin-right: .3em;
    width: .5em;
}

.house .sec .sec-main {
    overflow: hidden;
    padding: 1em;
    border-top: 1px solid #ff952d;
    background-color: #f8f8f8;
}

.house .sec-1 .sc-left {
    float: left;
    box-sizing: border-box;
    width: 40%;
    border-right: 1px solid #e0e0e0;
}

.house .sec-1 .sc-right {
    float: left;
    box-sizing: border-box;
    width: 40%;
    margin-left: 5em;
}

.house .sec-1 .sc-item {
    line-height: 1.8em;
    overflow: hidden;
}

.house .sec-1 .sc-item .si-name {
    float: left;
    width: 50%;
    color: #999;
}

.house .sec-1 .sc-item .si-value {
    float: left;
    width: 50%;
}

.house .sec-1 .sc-item .si-value sup {
    font-size: .5em;
    vertical-align: top;
}

.house .sec-2 {
    overflow: hidden;
}

.house .sec-2 .sc-left {
    float: left;
    width: 20%;
}

.house .sec-2 .sc-right {
    float: left;
}

.house .sec-2 .sc-left .sc-item {
    margin-bottom: 1.5em;
}

.house .sec-2 .sc-left .sc-item .si-icon img {
    position: relative;
    top: -2px;
    float: left;
    width: 1.5em;
    margin-right: .5em;
    vertical-align: middle;
}

.house .sec-2 .sc-left .sc-item .si-name {
    line-height: 1.4;
    color: #999;
}

.house .sec-2 .sc-right .sc-item {
    margin-bottom: 1.5em;
}

.house .sec-2 .sc-right .sc-item .si-name {
    display: inline-block;
    width: 5.6em;
    color: #999;
}

.house .sec-2 .sc-right .sc-item .si-name .icon {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin-right: .2em;
    vertical-align: text-top;
    background-image: url('../img/img-159.png');
    background-size: 2.8em 28em;
}

.house .sec-2 .sc-right .sc-item .ic-1 {
    background-position: 0 0;
}
.house .sec-2 .sc-right .si-name.active{
    color: #333;
}
.house .sec-2 .sc-right .si-name.active .ic-1 {
    background-position: -1.4em 0;
}

.house .sec-2 .sc-right .sc-item .ic-2 {
    background-position: 0 -1.4em;
}

.house .sec-2 .sc-right .si-name.active .ic-2 {
    background-position: -1.4em -1.4em;
}

.house .sec-2 .sc-right .sc-item .ic-3 {
    background-position: 0 -2.8em;
}

.house .sec-2 .sc-right .si-name.active .ic-3 {
    background-position: -1.4em -2.8em;
}

.house .sec-2 .sc-right .sc-item .ic-4 {
    background-position: 0 -4.2em;
}

.house .sec-2 .sc-right .si-name.active .ic-4 {
    background-position: -1.4em -4.2em;
}

.house .sec-2 .sc-right .sc-item .ic-5 {
    background-position: 0 -5.6em;
}

.house .sec-2 .sc-right .si-name.active .ic-5 {
    background-position: -1.4em -5.6em;
}

.house .sec-2 .sc-right .sc-item .ic-6 {
    background-position: 0 -7em;
}

.house .sec-2 .sc-right .si-name.active .ic-6 {
    background-position: -1.4em -7em;
}

.house .sec-2 .sc-right .sc-item .ic-7 {
    background-position: 0 -8.4em;
}

.house .sec-2 .sc-right .si-name.active .ic-7 {
    background-position: -1.4em -8.4em;
}

.house .sec-2 .sc-right .sc-item .ic-8 {
    background-position: 0 -9.8em;
}

.house .sec-2 .sc-right .si-name.active .ic-8 {
    background-position: -1.4em -9.8em;
}

.house .sec-2 .sc-right .sc-item .ic-9 {
    background-position: 0 -11.2em;
}

.house .sec-2 .sc-right .si-name.active .ic-9 {
    background-position: -1.4em -11.2em;
}

.house .sec-2 .sc-right .sc-item .ic-10 {
    background-position: 0 -12.6em;
}

.house .sec-2 .sc-right .si-name.active .ic-10 {
    background-position: -1.4em -12.6em;
}

.house .sec-2 .sc-right .sc-item .ic-11 {
    background-position: 0 -14em;
}

.house .sec-2 .sc-right .si-name.active .ic-11 {
    background-position: -1.4em -14em;
}

.house .sec-2 .sc-right .sc-item .ic-12 {
    background-position: 0 -15.4em;
}

.house .sec-2 .sc-right .si-name.active .ic-12 {
    background-position: -1.4em -15.4em;
}

.house .sec-2 .sc-right .sc-item .ic-13 {
    background-position: 0 -16.8em;
}

.house .sec-2 .sc-right .si-name.active .ic-13 {
    background-position: -1.4em -16.8em;
}

.house .sec-2 .sc-right .sc-item .ic-14 {
    background-position: 0 -18.2em;
}

.house .sec-2 .sc-right .si-name.active .ic-14 {
    background-position: -1.4em -18.2em;
}

.house .sec-2 .sc-right .sc-item .ic-15 {
    background-position: 0 -19.6em;
}

.house .sec-2 .sc-right .si-name.active .ic-15 {
    background-position: -1.4em -19.6em;
}

.house .sec-2 .sc-right .sc-item .ic-16 {
    background-position: 0 -21em;
}

.house .sec-2 .sc-right .si-name.active .ic-16 {
    background-position: -1.4em -21em;
}

.house .sec-2 .sc-right .sc-item .ic-17 {
    background-position: 0 -22.4em;
}

.house .sec-2 .sc-right .si-name.active .ic-17 {
    background-position: -1.4em -22.4em;
}

.house .sec-2 .sc-right .sc-item .ic-18 {
    background-position: 0 -23.8em;
}

.house .sec-2 .sc-right .si-name.active .ic-18 {
    background-position: -1.4em -23.8em;
}

.house .sec-2 .sc-right .sc-item .ic-19 {
    background-position: 0 -25.2em;
}

.house .sec-2 .sc-right .si-name.active .ic-19 {
    background-position: -1.4em -25.2em;
}

.house .sec-2 .sc-right .sc-item .ic-20 {
    background-position: 0 -26.6em;
}

.house .sec-2 .sc-right .si-name.active .ic-20 {
    background-position: -1.4em -26.6em;
}

.house .sec-3 .sec-main {
    padding-top: 3em;
    padding-bottom: 5em;
}

.house .sec-3 .sm-title {
    float: left;
    margin-top: 2em;
    width: 20%;
    color: #999;
    font-size: 1.1111em;
}

.house .sec-3 .sm-list .sl-item {
    display: inline-block;
    margin-right: 1.4em;
    text-align: center;
    color: #c3c3c3;
    
}
.house .sec-3 .sm-list .sl-item .sli-cont{
    font-size: .9444em;
}
.house .sec-3 .sm-list .sl-item.active {
    color: #333;
}

.house .sec-3 .sm-list .sl-item .sli-icon {
    display: block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    margin-bottom: .2em;
    background-image: url('../img/img-165.png');
    background-repeat: no-repeat;
    background-size: 2em 7em;
    font-size: 3.5em;
}

.house .sec-3 .sm-list .sl-item .sli-icon.icon-1 {
    background-position: 0 -1em;
}

.house .sec-3 .sm-list .sl-item .sli-icon.icon-2 {
    background-position: 0 0;
}

.house .sec-3 .sm-list .sl-item .sli-icon.icon-3 {
    background-position: 0 -2em;
}

.house .sec-3 .sm-list .sl-item .sli-icon.icon-4 {
    background-position: 0 -3em;
}

.house .sec-3 .sm-list .sl-item .sli-icon.icon-5 {
    background-position: 0 -4em;
}

.house .sec-3 .sm-list .sl-item .sli-icon.icon-6 {
    background-position: 0 -5em;
}

.house .sec-3 .sm-list .sl-item .sli-icon.icon-7 {
    background-position: 0 -6em;
}
.house .sec-3 .sm-list .sl-item.active .sli-icon.icon-1 {
    background-position: -1em -1em;
}

.house .sec-3 .sm-list .sl-item.active .sli-icon.icon-2 {
    background-position: -1em 0;
}

.house .sec-3 .sm-list .sl-item.active .sli-icon.icon-3 {
    background-position: -1em -2em;
}

.house .sec-3 .sm-list .sl-item.active .sli-icon.icon-4 {
    background-position: -1em -3em;
}

.house .sec-3 .sm-list .sl-item.active .sli-icon.icon-5 {
    background-position: -1em -4em;
}

.house .sec-3 .sm-list .sl-item.active .sli-icon.icon-6 {
    background-position: -1em -5em;
}

.house .sec-3 .sm-list .sl-item.active .sli-icon.icon-7 {
    background-position: -1em -6em;
}



.house .sec-4 .sec-main {
    font-size: .7778em;
    line-height: 2em;
    padding-bottom: 4em;
    color: #333;
}

.house .sec-5 .sec-main {
    padding: 0;
    background-color: #fff;
}

.house .sec-5 .sec-main .map {
    float: left;
    width: 100%;
    height: 270px;
    background-color: #ccc;
}

.house .sec-5 .sec-main input,
.house .sec-5 .sec-main button {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}

.house .sec-5 .sec-main .h-around {
    float: left;
    width: 100%;
}

.house .sec-5 .sec-main .h-around .ha-list .hal-item {
    font-size: 1.11em;
    display: inline-block;
    margin: 1em;
    margin-bottom: .5em;
    padding-bottom: .5em;
    cursor: pointer;
}

.house .sec-5 .sec-main .h-around .ha-list .hal-item.curr {
    color: #ff6401;
    border-bottom: 3px solid #ff6401;
}

.house .sec-6 .sec-main {
    padding: 1em 0;
    border-top: 0;
    background-color: #fff;
}

.house .sec-6 .link-hh-item {
    text-decoration: none;
}

.house .sec-6 .sec-title {
    text-align: center;
        font-size: 1.6666em;
        font-weight: normal;
}

.house .sec-6 .hh-item {
    display: inline-block;
    width: 296px;
    margin-bottom: 3em;
    border: 1px solid #ececec;
    background-color: #fff;
}

.house .sec-6 .hh-item.margined {
    margin: 0 3em;
}

.house .sec-6 .hh-item .preview-wrapper {
    width: 296px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(static/css/backgroundsize.min.htc);
}

.house .sec-6 .hh-item .hhi-title {
    overflow: hidden;
    height: 1em;
    margin: .6em 0;
    padding: 0 12px;
}

.house .sec-6 .hh-item .hhi-info {
    font-size: 12px;
    margin-bottom: 1em;
    padding: 0 12px;
}

.house .sec-6 .hh-item .hhi-info .direct-hire {
    color: #ff6401;
}

.house .sec-6 .hh-item .hhi-info .intentions {
    color: #999;
}

.house .sec-6 .hh-item .hhi-info .intentions .highlight {
    color: #ff6401;
}

.house .sec-6 .hh-item .hhi-info .price {
    font-size: 14px;
    float: right;
    color: #ff6401;
}

.house .sec-8 .sec-main {
    background-color: #fff;
}

.house .sec-8 .item {
    float: left;
    width: 33.33%;
}

.house .sec-8 .icon {
    font-size: 2.22em;
    line-height: 1.85em;
    display: inline-block;
    float: left;
    width: 1.65em;
    height: 1.85em;
    margin-right: .5em;
    text-align: center;
    color: #fff;
    background-image: url('../img/img-162.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.house .sec-8 .item h1 {
    font-size: 1.11em;
    margin-top: .7em;
    font-weight: bold;
}

.house .sec-8 .item h2 {
    font-size: .7778em;
    margin-top: 1em;
}

.house .sec-7 .sec-main {
    overflow: visible;
    padding: 0;
    background-color: #fff;
}

.house .sec-7 .owner-bar {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.house .sec-7 .owner-bar .td {
    display: table-cell;
    vertical-align: middle;
}

.house .sec-7 .owner-bar .o-info {
    font-size: .8889em;
    line-height: 1.8;
    display: block;
    margin-left: 1em;
    margin-right: 2.6em;
}

.house .sec-7 .owner-bar .o-info.role {
    color: #faa326;
}

.house .sec-7 .owner-bar .avatar {
    box-sizing: border-box;
    width: 3.83em;
    height: 3.83em;
    border: 1px solid #ff6401;
    border-radius: 50%;
}

.house .sec-7 .owner-bar .license {
    font-size: .7778em;
    line-height: 2;
    display: block;
    margin-left: 2em;
    color: #ff6401;
}

.house .sec-7 .owner-bar .license .icon {
    height: 1.7em;
    margin-right: .2em;
    vertical-align: middle;
}

.house .sec-7 .owner-bar .download-link {
    font-size: .8889em;
    position: relative;
    display: inline-block;
    margin-top: .6em;
    margin-left: 3em;
    cursor: pointer;
    text-decoration: underline;
    color: #ff6401;
}

.house .sec-7 .owner-bar .download-link img {
    position: absolute;
    top: -13em;
    left: 50%;
    display: none;
    width: 12em;
    margin-left: -6em;
}

.house .sec-7 .owner-bar .download-link:hover img {
    display: inline-block;
}

.house .sec-7 .speech {
    padding: 1em;
    background-color: #f8f8f8;
}

.house .sec-7 .speech .sp-item.si-2 {
    margin-top: 2em;
}

.house .sec-7 .speech .sp-item .title {
    font-size: 1.11em;
    margin-bottom: .6em;
}

.house .sec-7 .speech .sp-item p {
    font-size: .7778em;
    line-height: 1.8;
}

.house .sec-7 .speech .item {
    font-size: .7778em;
    line-height: 1.8;
    display: inline-block;
    margin-right: 1em;
}

.house .sec-7 .speech .item.block {
    display: block;
}

.house2 {
    background-color: #f8f8f8;
}

.house2 .house-list {
    overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fff;
}

.house2 .footer .wrapper {
    width: 100%;
    background-color: #fff;
}

.house2 .footer .wrapper .links {
    width: 1000px;
    margin: 0 auto;
}

.house2 .header {
    background-color: #fff;
}

.house2 .cur-pos {
    font-size: 14px;
    line-height: 4em;
    color: #666;
}

.cur-pos a {
    text-decoration: none;
}

.cur-pos a:hover {
    color: #ff6401;
}

.house2 .pending {
    padding: 4em 0;
    text-align: center;
}

.house2 .pending .pic {
    width: 10em;
}

.house2 .pending h1 {
    font-size: 1.125em;
    margin-top: 1em;
    color: #ff6041;
}

.house2 .pending .tip {
    font-size: .8em;
    display: inline-block;
    padding: 1.125em;
}

.house2 .pending .h-info {
    overflow: hidden;
    margin-top: 2em;
}

.house2 .pending .h-info span {
    margin: .2em;
}

.house2 .pending .h-info .h-addr {
    font-size: .8em;
    color: #666;
}

.house2 .pending .tel {
    margin-top: 1em;
}

.house2 .pending .tel .icon {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 12px;
    height: 20px;
    margin-right: 5px;
    background-image: url('../img/tel-green.png');
}

.house.monthly .h-nav .h-nav-item {
    width: 16.66%;
}

.house.monthly .house.monthly .house.monthly
/*我的收藏*/

.favorite .cur-pos {
    font-size: 14px;
    line-height: 4em;
    color: #666;
}

.favorite .house-list {
    overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fff;
}

.favorite .house-list .order-link {
    display: inline-block;
}

.favorite .house-list .control-bar {
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.favorite .house-list .control-bar .btn-ctl {
    display: inline-block;
    height: 19px;
    padding: 1em 1.5em;
    cursor: pointer;
}

.favorite .house-list .control-bar .num-res {
    display: inline-block;
    padding: 1em 1.5em;
}

.favorite .house-list .control-bar .num-res .highlight {
    color: #ff6401;
}

.favorite .list a.link-h-item {
    text-decoration: none;
}

.favorite .list .h-item {
    position: relative;
    overflow: hidden;
    padding: 1.5em;
}

.favorite .list .h-item .divider {
    position: absolute;
    bottom: 0;
    left: 1.5em;
    width: 95%;
    height: 1px;
    background-color: #e7e7e7;
}

.favorite .list .h-item:hover {
    background-color: #f9f9f9;
}

.favorite .list .h-item .preview-wrapper {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(static/css/backgroundsize.min.htc);
}

.favorite .list .h-item .h-info .h-name-price {
    margin-bottom: 1em;
}

.favorite .list .h-item .h-info .h-name-price .h-name {
    font-size: 18px;
}

.favorite .list .h-item .h-info .h-name-price .h-name:hover {
    color: #ff6401;
}

.favorite .list .h-item .h-info .h-name-price .h-price {
    font-size: 1.4em;
    float: right;
    color: #ff6401;
}

.favorite .list .h-item .h-info .h-type-will {
    font-size: 14px;
    margin-bottom: 1em;
}

.favorite .list .h-item .h-info .h-type-will .h-will {
    float: right;
    color: #999;
}

.favorite .list .h-item .h-info .h-type-will .h-will .highlight {
    color: #ff5600;
}

.favorite .list .h-item .h-info .h-label {
    font-size: 14px;
    height: 72px;
    margin-bottom: 1em;
    color: #ff5600;
}

.favorite .list .h-item .h-info .h-label .h-label-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ff5600;
}

.favorite .list .h-item .h-info .owner-info {
    font-size: 14px;
    overflow: hidden;
}

.favorite .list .h-item .h-info .owner-info .owner-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 1em;
    border-radius: 50%;
}

.favorite .list .h-item .h-info .owner-info .o-name {
    margin-top: .3em;
    margin-bottom: 1em;
}

.favorite .list .h-item .h-info .owner-info .o-type-pubdate {
    color: #999;
}

.favorite .list .h-item .h-info .owner-info .o-type-pubdate .o-type {
    color: #ff6401;
}

.favorite .list .h-item .h-info .owner-info .o-type-pubdate .o-pubdate {
    margin-left: 1em;
}

.favorite .pagination {
    margin-top: 1em;
    text-align: center;
}

.favorite .pagination .page-nav {
    font-size: 12px;
    line-height: 2.2em;
    display: inline-block;
    width: 3em;
    height: 2.2em;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    border: 1px solid #c7c7c7;
}

.favorite .pagination .page-nav.curr {
    color: #fff;
    border: 1px solid #ff6401;
    background-color: #ff6401;
}

.favorite .pagination .page-nav:hover {
    color: #ff6401;
    border-color: #ff6401;
}

.favorite .pagination .page-nav.curr:hover {
    color: #fff;
}

.favorite .pagination .page-nav.elli {
    border: none;
}

.favorite .pagination .page-nav.elli:hover {
    color: inherit;
}

.favorite .list .h-item .unfavor {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
    display: inline-block;
    padding: .7em 2em;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eee;
}

.favorite .list .h-item .unfavor:hover {
    background-color: #dadada;
}

.favorite .unfavor-confirm {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 500px;
    margin-top: -85px;
    margin-left: -250px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #fff;
}

.favorite .unfavor-confirm .title {
    padding: 1.5em;
    background-color: #ff6401;
}

.favorite .unfavor-confirm .sub-title {
    margin-top: 2em;
    color: #333;
}

.favorite .unfavor-confirm .btn {
    display: inline-block;
    margin: 2em 1em;
    padding: .8em 2em;
    cursor: pointer;
    border-radius: 5px;
    background-color: #eee;
}

.favorite .unfavor-confirm .btn.btn-cancle {
    color: #333;
    background-color: #eee;
}

.favorite .unfavor-confirm .btn.btn-confirm {
    background-color: #ff6401;
}

.favorite .house-list.empty .list,
.favorite .house-list.empty .pagination {
    display: none;
}

.favorite .data-empty {
    display: none;
}

.favorite .house-list.empty .data-empty {
    display: block;
}

.favorite .data-empty {
    text-align: center;
}

.favorite .data-empty .zoomer {
    margin-top: 6em;
}

.favorite .empty-tip {
    font-size: 1.25em;
    margin-top: 2em;
    color: #999;
}

.favorite .to-search {
    display: inline-block;
    margin-top: 3em;
    margin-bottom: 1em;
    padding: 1em 5em;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6401;
}


/*预约列表*/

.booklist .cur-pos {
    font-size: 14px;
    line-height: 4em;
    color: #666;
}

.booklist .house-list {
    overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fff;
}

.booklist .house-list .order-link {
    display: inline-block;
}

.booklist .house-list .control-bar {
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.booklist .house-list .control-bar .btn-ctl {
    display: inline-block;
    height: 19px;
    padding: 1em 1.5em;
    cursor: pointer;
}

.booklist .house-list .control-bar .num-res {
    display: inline-block;
    padding: 1em 1.5em;
}

.booklist .house-list .control-bar .num-res .highlight {
    color: #ff6401;
}

.booklist .list a.link-h-item {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.booklist .list .h-item {
    position: relative;
    overflow: hidden;
    padding: 1.5em;
}

.booklist .list .h-item .divider {
    position: absolute;
    bottom: 0;
    left: 1.5em;
    width: 95%;
    height: 1px;
    background-color: #e7e7e7;
}

.booklist .list .h-item:hover {
    background-color: #f9f9f9;
}

.booklist .list .h-item .preview-wrapper {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(static/css/backgroundsize.min.htc);
}

.booklist .list .h-item .h-info .h-name-price {
    margin-bottom: 1em;
}

.booklist .list .h-item .h-info .h-name-price .h-name {
    font-size: 18px;
}
.booklist .list .h-item .h-info .h-name-price .h-name .icon-monthly {
    height: 1em;
    margin-left: .5em;
}
.booklist .list .h-item .h-info .h-name-price .h-name:hover {
    color: #ff6401;
}

.booklist .list .h-item .h-info .h-name-price .h-price {
    font-size: 1.4em;
    float: right;
    color: #ff6401;
}

.booklist .list .h-item .h-info .h-type-will {
    font-size: 14px;
    margin-bottom: 1em;
}

.booklist .list .h-item .h-info .h-type-will .h-will {
    float: right;
    color: #999;
}

.booklist .list .h-item .h-info .h-type-will .h-will .highlight {
    color: #ff5600;
}

.booklist .list .h-item .h-info .h-label {
    font-size: 14px;
    height: 72px;
    margin-bottom: 1em;
    color: #ff5600;
}

.booklist .list .h-item .h-info .h-label .h-label-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ff5600;
}

.booklist .list .h-item .h-info .owner-info {
    font-size: 14px;
    overflow: hidden;
}

.booklist .list .h-item .h-info .owner-info .owner-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 1em;
    border-radius: 50%;
}

.booklist .list .h-item .h-info .owner-info .o-name {
    margin-top: .3em;
    margin-bottom: 1em;
}

.booklist .list .h-item .h-info .owner-info .o-type-pubdate {
    color: #999;
}

.booklist .list .h-item .h-info .owner-info .o-type-pubdate .o-type {
    color: #ff6401;
}

.booklist .list .h-item .h-info .owner-info .o-type-pubdate .o-pubdate {
    margin-left: 1em;
    display: none;
}

.booklist .pagination {
    margin-top: 1em;
    text-align: center;
}

.booklist .pagination .page-nav {
    font-size: 12px;
    line-height: 2.2em;
    display: inline-block;
    width: 3em;
    height: 2.2em;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    border: 1px solid #c7c7c7;
}

.booklist .pagination .page-nav.curr {
    color: #fff;
    border: 1px solid #ff6401;
    background-color: #ff6401;
}

.booklist .pagination .page-nav:hover {
    color: #ff6401;
    border-color: #ff6401;
}

.booklist .pagination .page-nav.curr:hover {
    color: #fff;
}

.booklist .pagination .page-nav.elli {
    border: none;
}

.booklist .pagination .page-nav.elli:hover {
    color: inherit;
}

.booklist .list .h-item .unfavor {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
    display: inline-block;
    padding: .7em 2em;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eee;
}

.booklist .list .h-item .unfavor:hover {
    background-color: #dadada;
}

.booklist .unfavor-confirm {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 500px;
    margin-top: -85px;
    margin-left: -250px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #fff;
}

.booklist .unfavor-confirm .title {
    padding: 1.5em;
    background-color: #ff6401;
}

.booklist .unfavor-confirm .sub-title {
    margin-top: 2em;
    color: #333;
}

.booklist .unfavor-confirm .btn {
    display: inline-block;
    margin: 2em 1em;
    padding: .8em 2em;
    cursor: pointer;
    border-radius: 5px;
    background-color: #eee;
}

.booklist .unfavor-confirm .btn.btn-cancle {
    color: #333;
    background-color: #eee;
}

.booklist .unfavor-confirm .btn.btn-confirm {
    background-color: #ff6401;
}

.booklist .house-list.empty .list,
.booklist .house-list.empty .pagination {
    display: none;
}

.booklist .data-empty {
    display: none;
}

.booklist .house-list.empty .data-empty {
    display: block;
}

.booklist .data-empty {
    text-align: center;
}

.booklist .data-empty .zoomer {
    margin-top: 6em;
}

.booklist .empty-tip {
    font-size: 1.25em;
    margin-top: 2em;
    color: #999;
}

.booklist .to-search {
    display: inline-block;
    margin-top: 3em;
    margin-bottom: 1em;
    padding: 1em 5em;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6401;
}


/*我的房源（我发布的）*/

.myhouse .cur-pos {
    font-size: 14px;
    line-height: 4em;
    color: #666;
}

.myhouse .house-list {
    overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fff;
}

.myhouse .house-list .order-link {
    display: inline-block;
}

.myhouse .house-list .control-bar {
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.myhouse .house-list .control-bar .btn-ctl {
    display: inline-block;
    height: 19px;
    padding: 1em 1.5em;
    cursor: pointer;
}

.myhouse .house-list .control-bar .num-res {
    display: inline-block;
    padding: 1em 1.5em;
}

.myhouse .house-list .control-bar .num-res .highlight {
    color: #ff6401;
}

.myhouse .list a.link-h-item {
    text-decoration: none;
}

.myhouse .list .h-item {
    position: relative;
    overflow: hidden;
    padding: 1.5em;
}

.myhouse .list .h-item .divider {
    position: absolute;
    bottom: 0;
    left: 1.5em;
    width: 95%;
    height: 1px;
    background-color: #e7e7e7;
}

.myhouse .list .h-item:hover {
    background-color: #f9f9f9;
}

.myhouse .list .h-item .preview-wrapper {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(static/css/backgroundsize.min.htc);
}

.myhouse .list .h-item .h-info {
    position: relative;
}


/*新增*/

.myhouse .list .h-item .h-info .h-pubdate {
    font-size: 14px;
    margin-top: 1em;
    color: #999;
}

.myhouse .list .h-item .h-info .h-price {
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
    color: #ff6041;
}


/*新增结束*/

.myhouse .list .h-item .h-info .h-name-price {
    margin-bottom: 1em;
}

.myhouse .list .h-item .h-info .h-name-price .h-name {
    font-size: 18px;
}

.myhouse .list .h-item .h-info .h-name-price .h-name:hover {
    color: #ff6401;
}

.myhouse .list .h-item .h-info .h-name-price .h-price {
    font-size: 1.4em;
    float: right;
    color: #ff6401;
}

.myhouse .list .h-item .h-info .h-type-will {
    font-size: 14px;
    margin-bottom: 1em;
}

.myhouse .list .h-item .h-info .h-type-will .h-will {
    float: right;
    color: #999;
}

.myhouse .list .h-item .h-info .h-type-will .h-will .highlight {
    color: #ff5600;
}

.myhouse .list .h-item .h-info .h-label {
    font-size: 14px;
    height: 72px;
    margin-bottom: 1em;
    color: #ff5600;
}

.myhouse .list .h-item .h-info .h-label .h-label-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ff5600;
}

.myhouse .list .h-item .h-info .owner-info {
    font-size: 14px;
    overflow: hidden;
}

.myhouse .list .h-item .h-info .owner-info .owner-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 1em;
    border-radius: 50%;
}

.myhouse .list .h-item .h-info .owner-info .o-name {
    margin-top: .3em;
    margin-bottom: 1em;
}

.myhouse .list .h-item .h-info .owner-info .o-type-pubdate {
    color: #999;
}

.myhouse .list .h-item .h-info .owner-info .o-type-pubdate .o-type {
    color: #ff6401;
}

.myhouse .list .h-item .h-info .owner-info .o-type-pubdate .o-pubdate {
    margin-left: 1em;
}

.myhouse .pagination {
    margin-top: 1em;
    text-align: center;
}

.myhouse .pagination .page-nav {
    font-size: 12px;
    line-height: 2.2em;
    display: inline-block;
    width: 3em;
    height: 2.2em;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    border: 1px solid #c7c7c7;
}

.myhouse .pagination .page-nav.curr {
    color: #fff;
    border: 1px solid #ff6401;
    background-color: #ff6401;
}

.myhouse .pagination .page-nav:hover {
    color: #ff6401;
    border-color: #ff6401;
}

.myhouse .pagination .page-nav.curr:hover {
    color: #fff;
}

.myhouse .pagination .page-nav.elli {
    border: none;
}

.myhouse .pagination .page-nav.elli:hover {
    color: inherit;
}

.myhouse .list .h-item .unfavor {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
    display: inline-block;
    padding: .7em 2em;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eee;
}

.myhouse .list .h-item .unfavor:hover {
    background-color: #dadada;
}

.myhouse .unfavor-confirm {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 500px;
    margin-top: -85px;
    margin-left: -250px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #fff;
}

.myhouse .unfavor-confirm .title {
    padding: 1.5em;
    background-color: #ff6401;
}

.myhouse .unfavor-confirm .sub-title {
    margin-top: 2em;
    color: #333;
}

.myhouse .unfavor-confirm .btn {
    display: inline-block;
    margin: 2em 1em;
    padding: .8em 2em;
    cursor: pointer;
    border-radius: 5px;
    background-color: #eee;
}

.myhouse .unfavor-confirm .btn.btn-cancle {
    color: #333;
    background-color: #eee;
}

.myhouse .unfavor-confirm .btn.btn-confirm {
    background-color: #ff6401;
}

.myhouse .house-list.empty .list,
.myhouse .house-list.empty .pagination {
    display: none;
}

.myhouse .data-empty {
    display: none;
}

.myhouse .house-list.empty .data-empty {
    display: block;
}

.myhouse .data-empty {
    text-align: center;
}

.myhouse .data-empty .zoomer {
    margin-top: 6em;
}

.myhouse .empty-tip {
    font-size: 1.25em;
    margin-top: 2em;
    color: #999;
}

.myhouse .to-search {
    display: inline-block;
    margin-top: 3em;
    margin-bottom: 1em;
    padding: 1em 5em;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6401;
}


/*新增*/

.px-4 {
    height: 4px;
    border: 0;
    background-color: #eee;
}


/*cooperate.html*/

.cooperate .banner {
    overflow: hidden;
    height: 17em;
    text-align: center;
    background-image: url('../img/img-001.jpg');
    background-size: cover;
}

.cooperate .banner .title {
    font-size: 1.7em;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #ff6401;
}

.cooperate .banner .slogon {
    font-size: .9em;
    line-height: 2em;
    margin: 0;
    color: #fff;
}

.cooperate .banner .btn-group {
    margin-top: 2em;
}

.cooperate .banner .btn-group .btn {
    font-family: 'Microsoft Yahei';
    font-size: .9em;
    margin: 0 2em;
    padding: .8em 1em;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 3px;
    outline: 0;
    background-color: #67b34a;
}

.cooperate .banner .btn-group .btn:active {
    background-color: #4e8838;
}

.cooperate .box .hgroup {
    text-align: center;
}

.cooperate .box .hgroup h1 {
    font-size: 1.25em;
    line-height: 2em;
    position: relative;
    display: inline-block;
}

.cooperate .box .hgroup h1:before {
    position: absolute;
    top: .5em;
    left: -.5em;
    width: 4px;
    height: 1em;
    content: '';
    background-color: #ff6401;
}

.cooperate .box .hgroup h2 {
    font-size: .85em;
    color: #666;
}

.cooperate .box .hgroup .decor {
    height: 1px;
    margin-top: 1em;
    border: 0;
    background-color: #e6e6e6;
}

.cooperate .box .adv-list {
    overflow: hidden;
    margin-top: 2em;
}

.cooperate .box .adv-list .item {
    float: left;
    width: 33.3333%;
    text-align: center;
}

.cooperate .box .adv-list .item .circle {
    font-size: 1em;
    line-height: 1.2em;
    display: block;
    box-sizing: border-box;
    width: 6em;
    height: 6em;
    margin: 0 auto;
    padding: .5em;
    padding-top: 1.8em;
    color: #fff;
    background-image: url('../img/img-002.png');
}

.cooperate .box .adv-list .item .circle.one-line {
    padding-top: 2.4em;
}

.cooperate .box .adv-list .item .intro {
    font-size: .85em;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 1em;
    color: #666;
}

.cooperate .box .adv-list.list2 .item {
    width: 25%;
}

.cooperate .box.box-2 {
    margin-top: 2em;
    padding-bottom: 3em;
    color: #fff;
    background-color: #ff6401;
}

.cooperate .box.box-2 .hgroup {
    margin-top: 1em;
}

.cooperate .box.box-2 .hgroup h1 {
    font-size: 1.25em;
    line-height: 2em;
    position: relative;
    display: inline-block;
}

.cooperate .box.box-2 .hgroup h1:before {
    position: absolute;
    top: .5em;
    left: -.5em;
    width: 4px;
    height: 1em;
    content: '';
    background-color: #fff;
}

.cooperate .box.box-2 .hgroup h2 {
    font-size: .85em;
    color: #fff;
}

.cooperate .box.box-2 .hgroup .decor {
    height: 1px;
    margin-top: 1em;
    border: 0;
    background-color: #e6e6e6;
}

.cooperate .box.box-2 .adv-list {
    overflow: hidden;
    margin-top: 2em;
}

.cooperate .box.box-2 .adv-list .item {
    float: left;
    width: 25%;
    text-align: center;
}

.cooperate .box.box-2 .adv-list .item .circle {
    font-size: 1em;
    line-height: 1.2em;
    display: block;
    box-sizing: border-box;
    width: 6em;
    height: 6em;
    margin: 0 auto;
    padding: .5em;
    padding-top: 1.8em;
    color: #fff;
    background-image: url('../img/img-003.png');
}

.cooperate .box.box-2 .adv-list .item .circle.cc-2 {
    background-position: 0 -6em;
}

.cooperate .box.box-2 .adv-list .item .circle.cc-3 {
    background-position: 0 -12em;
}

.cooperate .box.box-2 .adv-list .item .circle.cc-4 {
    background-position: 0 -18em;
}

.cooperate .box.box-2 .adv-list .item .circle.one-line {
    padding-top: 2.4em;
}

.cooperate .box.box-2 .adv-list .item .intro {
    font-size: .85em;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 1em;
    color: #fff;
}

.cooperate .box.box-2 .adv-list.list2 .item {
    width: 25%;
}

.cooperate .box.box-3 .hgroup {
    margin-top: 1em;
}

.cooperate .box.box-3 .hgroup .link {
    float: right;
    margin-bottom: .5em;
    text-decoration: none;
    color: #ff6401;
}

.cooperate .box.box-3 .hgroup .link .icon {
    height: .9em;
    margin-left: .5em;
    vertical-align: bottom;
}

.cooperate .box.box-3 .hgroup .decor {
    clear: both;
}

.cooperate .box.box-3 .sec {
    padding: 0 10em;
}

.cooperate .box.box-3 .sec .sec-title {
    font-size: 1.1em;
    line-height: 2.5em;
    margin-top: 1em;
}

.cooperate .box.box-3 .sec .sec-title .icon {
    height: 2.5em;
    margin-right: .5em;
    vertical-align: middle;
}

.cooperate .box.box-3 .sec .step-list {
    margin: 1.5em 0;
    color: #666;
}

.cooperate .box.box-3 .sec .step-list .item {
    margin: 1.5em 0;
    margin-left: .6em;
}

.cooperate .box.box-3 .sec .step-list .item .step-index {
    line-height: 1.5em;
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d2d2d2;
}

.cooperate .box.box-3 .sec .step-list .item .step-index:after {
    position: absolute;
    bottom: -2em;
    left: 50%;
    width: 2px;
    height: 2em;
    margin-left: -1px;
    content: '';
    background-color: #d2d2d2;
}

.cooperate .box.box-3 .sec .step-list .item .step-index.noafter:after {
    display: none;
}

.cooperate .box.box-3 .sec .step-list .item .intro a {
    margin-left: 1em;
}

.cooperate .box.box-3 .sec .step-list .item .intro button {
    font-family: 'Microsoft Yahei';
    font-size: 1em;
    margin-left: 1em;
    padding: .4em 1.6em;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #ff6401;
}


/*员工福利*/

.welfare .banner {
    overflow: hidden;
    height: 5em;
    text-align: center;
    background-image: url('../img/img-001.jpg');
    background-size: cover;
}

.welfare .banner .title {
    font-size: 1.7em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #ff6401;
}

.welfare .box .hgroup {
    text-align: center;
}

.welfare .box .hgroup h1 {
    font-size: 1.25em;
    line-height: 2em;
    position: relative;
    display: inline-block;
}

.welfare .box .hgroup h1:before {
    position: absolute;
    top: .5em;
    left: -.5em;
    width: 4px;
    height: 1em;
    content: '';
    background-color: #ff6401;
}

.welfare .box .hgroup h2 {
    font-size: .85em;
    color: #666;
}

.welfare .box .hgroup .decor {
    height: 1px;
    margin-top: 1em;
    border: 0;
    background-color: #e6e6e6;
}

.welfare .box .fe-list {
    margin-top: 2em;
    text-align: center;
}

.welfare .box.box-1 {
    padding-bottom: 2em;
}

.welfare .box .fe-list .item {
    margin-bottom: 1em;
    padding-bottom: 1.3em;
}

.welfare .box .fe-list .item label {
    font-size: 1.1em;
    position: relative;
    top: -.8em;
    display: inline-block;
    width: 7em;
    text-align: right;
}

.welfare .box .fe-list .item label.higher {
    top: -1.1em;
}

.welfare .box .fe-list .item .input-wrapper {
    position: relative;
    display: inline-block;
    min-width: 10em;
    text-align: left;
}

.welfare .box .fe-list .item .txt-input {
    float: left;
    width: 30em;
    padding: 0 1em;
    border: 1px solid #999;
    border-radius: 5px;
    outline: none;
    height: 45.375px;
}

.welfare .box .fe-list .item .txt-input:focus {
    border-color: #ff6401;
}

.welfare .box .fe-list .item .placeholder {
    position: absolute;
    top: 1em;
    left: .8em;
    color: #999;
}

.welfare .box .fe-list .item .error-tip {
    position: absolute;
    top: 3.2em;
    left: 0;
    display: none;
    color: #ff6401;
}

.welfare .box .fe-list .item .error-tip a {
    color: #67b34a;
}

.welfare .box .empty-error {
    display: none;
    margin-top: 1em;
    text-align: center;
    color: #ff6401;
}

.welfare .box .btn-submit {
    font-family: 'Microsoft Yahei';
    font-size: 1em;
    display: block;
    width: 20em;
    height: 3em;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #ff6401;
}

.welfare .box .btn-submit:active {
    background-color: #d50;
}

.welfare .box .getYzm {
    font-family: 'Microsoft Yahei';
    font-size: 1em;
    line-height: 1.47em;
    position: relative;
    display: inline-block;
    float: right;
    width: 10em;
    margin-left: .5em;
    padding: .7em 0;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #ff6401;
}

.welfare .box .getYzm:active {
    background-color: #d50;
}

.welfare .box .fe-list .item .txt-input.short {
    width: 14.8em;
}


/*操作成功*/

.success .box {
    padding: 3em 0;
    text-align: center;
}

.success .box .icon {
    width: 8em;
}

.success .box .title {
    font-size: 2em;
    margin-top: 1em;
    color: #ff6401;
}

.success .box .tip {
    line-height: 1.5em;
    margin-top: 2em;
    color: #999;
}

.success .box .tip .username {
    color: #333;
}

.success .box .btn {
    font-family: 'Microsoft Yahei';
    font-size: 1em;
    margin-top: 2em;
    padding: .4em 5em;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #ff6401;
}

.success .box .btn:active {
    background-color: #db5500;
}


/*活动广告条*/

.activity-ad {
    margin: 1.2em 0;
}

.activity-ad .ad-list .item {
    float: left;
    width: 490px;
}

.activity-ad .ad-list .item.coupon {
    margin-right: 20px;
}

.activity-ad .ad-list .img {
    width: 100%;
}

.activity-ad #slider2 {
    height: auto!important;
}

.activity-ad .theme-default .nivo-directionNav a {
    width: 20px;
    height: 34px;
    background-image: url('../img/img-120.png');
}

.activity-ad .theme-default a.nivo-prevNav,
.activity-ad .theme-default a.nivo-nextNav {
    top: 50%;
    margin-top: -17px;
}

.activity-ad .theme-default a.nivo-nextNav {
    background-position: -20px 0;
}

.home .activity-ad,
.no_activity .activity-ad {
    display: none;
}

.rent .activity-ad,
.publish .activity-ad,
.booklist .activity-ad,
.myhouse .activity-ad,
.favorite .activity-ad,
.house .activity-ad {
    margin-bottom: 0;
}

.sitemap .main {
    margin: 0;
    background-color: #f8f8f8;
}

.sitemap .sitemap-main {
    margin-bottom: 1em;
    padding: 0 1em;
    border: 1px solid #ccc;
    background-color: #fff;
}

.sitemap .sec .title {
    font-size: 1.3333em;
    margin: 1em 0;
}

.sitemap .sec .subtitle {
    font-size: 1.11em;
    padding: .5em 0;
    border-bottom: 1px solid #ccc;
}

.sitemap .sec .title .icon {
    display: inline-block;
    width: .3em;
    height: 1em;
    margin-right: .2em;
    vertical-align: top;
    background-color: #ff6401;
}

.sitemap .sec .classification {
    margin-bottom: 2em;
}

.sitemap .sec .link-item {
    font-size: .8889em;
    line-height: 1.5em;
    display: inline-block;
    margin-right: .5em;
}

.sitemap .sec .link-item.father {
    display: block;
}

.sitemap .sec .link-name {
    display: inline-block;
    margin-top: 1em;
}
.sitemap .sec .link-name a:hover{
    color: #ff6401;
}
.sitemap .sec .sub-list {
    margin-top: .8em;
    padding: 1.5em 1em;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.sitemap .sec .leader {
    margin-bottom: 1em;
}

.sitemap .sec .sub-item,
.sitemap .sec .caption {
    line-height: 1.5em;
    display: inline-block;
    margin-right: .5em;
}

.sitemap .sec .classification.price .caption {
    margin-top: 1em;
    vertical-align: text-bottom;
}

.sitemap .sec .link-a:hover {
    color: #ff6401;
}
