
body {
    background: #f8f8f8;
    padding-bottom: 80px;
    max-width: 750px;
}

.w100 {
    overflow: hidden;
}

/* 首页 */
.index-banner {
    width: 100%;
}

.index-banner img.banner {
    width: 100%;
    display: block;
}

.header-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.header-top .icon {
    float: left;
    margin-top: 11px;
}

.header-top .icon-address {
    margin-top: 9px;
    margin-right: 5px;
}

.header-top select {
    min-width: 115px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 16px;
    color: #fff;

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: transparent url(../images/public/select-bg.png) right center no-repeat;
    background-size: auto 10px;
    text-indent: 0.5rem;
}

.index-nav {
    padding: 10px 0 20px;
}

.index-nav ul {
    width: 100%;
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.index-nav li {
    position: relative;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
}

.index-nav li img {
    display: block;
    margin: 0 auto;
    width: 60px;
}

.banner-list li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.banner-list li:last-child {
    margin-bottom: 0;
}

.banner-list li img {
    display: block;
    width: 100%;
}

.article-detail {
    position: relative;
    width: 100%;
    float: left;
    height: 70px;
    padding: 15px 0;
    border-bottom: 1px solid #f8f8f8;
}

.article-detail .container {
    width: 90%;
}

.article-detail .img-container {
    width: 100px;
    height: 70px;
    float: left;
}

.article-detail .img-container img {
    display: block;
    width: 100px;
    height: 70px;
}

.article-detail .text-container {
    margin-left: 110px;
}

.article-detail .title {
    color: #444;
    font-size: 17px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-detail .describe {
    width: 100%;
    height: 40px;
    color: #888;
    line-height: 20px;
    overflow: hidden;

}

/* 首页 */

/*物流快递*/
.block-title {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    color: #3d3d3d;
    font-size: 15px;
}

.block-title img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.info-form {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.info-form .in {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    float: left;
}

.info-form .in.prev {
    background: #fff url(../images/public/prev.png) 97% center no-repeat;
    background-size: 8px auto;
}

.info-form .in label {
    display: block;
    float: left;
    color: #3d3d3d;
}

.info-form .in .v-line {
    width: 1px;
    height: 14px;
    margin: 13px 8px 0;
    float: left;
    background: #a9a8a8;
}

.info-form .in .v-line.special {
    margin-left: 21px;
}

.info-form .in input.text {
    border: 0;
    text-indent: 0;
    color: #949595;
}

.info-form .submit {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.info-form .in select {
    min-width: 115px;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #949595;

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: transparent;
    background-size: auto 10px;
}

/*物流快递*/

/* 物业报修 */

.info-form .in.file {
    height: 90px;
}

.file-upload {
    padding: 2px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fff;
    border: 1px solid #a9a8a8;
    border-radius: 4px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 8px;
    font-size: 12px;
    position: relative;
}

.file-upload .file-tip {
    position: absolute;
    top: 23px;
    left: 10px;
    color: #cacaca;
    font-size: 10px;
    min-width: 150px;
}

.file-upload .showFileName {
    color: #cacaca;
    font-size: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.file-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.file-upload .upload-btn {
    width: auto;
    padding: 3px 5px;
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    height: 15px;
    line-height: 15px;
    background: #a9a8a8;
}

/* 物业报修 */

/* 通知公告 */
.notice-detail {
    position: relative;
    width: 100%;
    float: left;
    height: 70px;
    padding: 13px 0;
    background: #fff;
    margin-bottom: 10px;
}

.notice-detail .container {
    width: 90%;
}

.notice-detail .img-container {
    width: 100px;
    height: 70px;
    float: left;
}

.notice-detail .img-container img {
    display: block;
    width: 100px;
    height: 70px;
}

.notice-detail .text-container {
    margin-left: 110px;
}

.notice-detail .title {
    color: #333;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-detail .describe {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #686868;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-detail .time,
.notice-detail .read {
    font-size: 10px;
    color: #999;
    height: 15px;
    line-height: 15px;
    width: 100%;
}

.notice-detail .read {
    position: absolute;
    bottom: 8px;
    right: 5%;
    text-align: right;
}

/* 通知公告 */

/* 项目介绍 */
.intro-article {
    color: #3d3d3d;
}

.intro-article h4 {
    font-size: 16px;
    line-height: 3.5rem;
}

.intro-article p {
    text-indent: 2rem;
    line-height: 1.6rem;
}

.intro-article img {
    display: block;
    width: 100%;
    margin: 20px 0;
}

/* 项目介绍 */

/* 服务中心 */

.service-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.service-nav {
    width: 100%;
}

.service-nav ul {
    background: #fff;
    margin: 20px auto;
    border-radius: 5px;
}

.service-nav li {
    text-align: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    color: #3a3a3a;
    float: left;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.service-nav li:nth-child(2n+1) {
    border-right: 1px solid #e5e5e5;
}

.service-nav li img {
    display: block;
    height: 70px;
    width: auto;
    margin: 0 auto 20px;
}

/* 服务中心 */

/* 房屋租赁 */

.house-type {
    width: 100%;
    height: 35px;
    border-bottom: 2px solid #f2f1f1;
    margin-bottom: 15px;
}

.house-type ul {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.house-type li {
    height: 30px;
    line-height: 30px;
    padding: 0 35px;
    margin-top: 5px;
    font-size: 15px;
}

.house-type li.on {
    color: #7a92ed;
    border-bottom: 2px solid #7a92ed;
}

.house-list {
    width: 100%;
    float: left;
}

.house-list.on {
    display: block;
}

.house-list ul {
    width: 100%;
    float: left;
}

.house-list li {
    width: 50%;
    padding-bottom: 15px;
    border-bottom: 2px solid #f2f1f1;
    margin-bottom: 15px;
    float: left;
    line-height: 1.2rem;
    font-size: 12px;
    position: relative;
}

.house-list .house-wrapper {
    width: 80%;
    margin: 0 auto;
}

.house-list li img {
    display: block;
    width: 100%;
}

.house-list li .text-container {
    float: left;
    margin-top: 8px;
    width: 100%;
}

.house-list li .title {
    color: #3d3d3d;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.house-list li .title p {
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.house-list li .title p:last-child {
    text-align: right;
}

.house-list li .describe {
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.4rem;
}

/* 房屋租赁 */

/* 圈子互动 */
form.search-form {
    width: 100%;
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
}

form.search-form input[type="text"] {
    width: 100%;
    background: #fff;
    height: 40px;
    border-radius: 15px;
    text-indent: 1rem;
    border: 0;
}

form.search-form button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(../images/public/search-bg.png) center no-repeat;
    border: 0;
}

.message-list {
    width: 100%;
    float: left;
}

.message-list li {
    width: 100%;
    height: 90px;
    padding: 15px 0;
    border-bottom: 2px solid #f2f1f1;
    position: relative;
}

.message-list li .img-container {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 15px;
}

.message-list li .img-container img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.message-list li .wrapper {
    width: 90%;
    margin: 0 auto;
}

.message-list li .text-container {
    margin-left: 70px;
}

.message-type {
    margin-bottom: 0;
}

.message-list li .title,
.message-list li .describe,
.message-list li .address,
.message-list li .date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #979797;
}

.message-list li .title,
.message-list li .describe {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #111;
}

.message-list li .describe {
    font-size: 14px;
    color: #6f6f6f;
}

.message-list .comment-wrapper {
    position: absolute;
    bottom: 10px;
    right: 5%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

.message-list .comment-wrapper .icon {
    float: left;
}

.message-list .comment-wrapper .comment {
    margin-left: 10px;
}

.right-fixed-btn {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    position: fixed;
    bottom: 100px;
    right: 5%;
    color: #fff;
    z-index: 100;
    background: #7a92ed;
    border-radius: 50%;
}

.right-fixed-btn.less-height {
    line-height: 20px;
    height: 50px;
    padding-top: 10px;
}

/* 圈子互动 */

/* 办公服务 */
.service-list li {
    width: 100%;
    background: #fff;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
}

.service-list li .title {
    width: 100%;
    text-align: center;
    position: relative;
    height: 37px;
    line-height: 37px;
}

.service-list li .title span {
    position: absolute;
    width: 100%;
    height: 37px;
    text-align: center;
    top: 0;
    left: 0;
    color: #3d3d3d;
    font-size: 17px;
}

.service-list li .title img:first-child {
    margin-right: 80px;
}

.service-list li .describe {
    width: 94%;
    height: 15px;
    line-height: 15px;
    margin: 0 auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #949595;
    text-align: center;
}

.service-list li .img-container {
    float: left;
}

.service-list li .img-container img {
    display: block;
    width: 100%;
}

.service-list li a {
    display: block;
    color: #969696;
    text-align: center;
    width: 102px;
    height: 31px;
    background: url(../images/index/into-bg.png) center no-repeat;
    line-height: 31px;
    margin: 10px auto 0;
}

.service-list li:last-child {
    margin-bottom: 50px;
}

/* 办公服务 */

/* 通行证 */
.check-wrapper {
    padding: 40px 0 30px;
    margin-top: 20px;
    border-radius: 15px;
}

.check-wrapper .user-info {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.check-wrapper .user-info .img-container {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 10%;
    float: left;
}

.check-wrapper .user-info .img-container img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.check-wrapper .user-info .text-container li {
    width: 30%;
    float: left;
    height: 25px;
    line-height: 25px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.check-wrapper .user-info .text-container li:nth-child(2n+1) {
    margin-right: 5px;
}

.check-wrapper .code-wrapper {
    width: 100%;
    float: left;
}

.check-wrapper .code-wrapper img {
    display: block;
    margin: 0 auto;
    width: 200px;
}

/* 通行证 */

/* 联系我们 */
.contact-wrapper {
    float: left;
    margin-top: 50px;
    color: #3d3d3d;
    line-height: 1.7rem;
}

.contact-wrapper .contact-info {
    margin-bottom: 50px;
    float: left;
}

.contact-wrapper li {
    width: 100%;
    float: left;
}

.contact-wrapper li span {
    display: block;
    float: left;
}

.contact-wrapper li span.special {
    height: 3rem;
}

.contact-wrapper .contact-way {
    width: 100%;
    float: left;
    -webkit-dispaly: flex;
    display: flex;
    justify-content: space-around;
}

/* 联系我们 */

/*我的*/
.block-title p.describe {
    color: #969696;
    line-height: 1.5rem;
    margin-top: 5px;
}

.block-title p.describe span:first-child {
    margin-right: 20px;
}

.my-info-form .in.prev {
    position: relative;
}

.in-tip {
    color: #959595;
}

.in-tip span:first-child {
    margin-right: 10px;
}

/*我的*/

@media screen and (max-width: 370px) {
    .index-nav li img {
        width: 70px;
    }

    .file-upload {
        padding: 2px 5px;
    }

    .file-upload .showFileName {
        color: #cacaca;
        font-size: 10px;
        margin-left: 7px;
        margin-right: 0px;
    }

    .file-upload .file-tip {
        left: -17px;
    }

    .house-list li .title p {
        width: 100%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .house-list li .title p:last-child {
        text-align: left;
    }
}