html,body {
    padding: 0;
    margin: 0;
}
.body {
    background: #f0f0f0;
}
.top {
    display: flex;
    justify-content: space-between;
    padding: 5px 12px;
    align-items: center;
}
.top .logo {
    width: 165px;
}
.top img {
    width: 100%;
}
.nav {
    background: #333;
    color: #f2f2f2;
    height: 40px;
}
.nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.nav ul li {
    list-style: none;
    display: inline-block;
    flex: 1;
    text-align: center;
    height: 100%;
    align-content: center;
}
.nav ul .active a {
    background-color: #454545;
    color: #f2f2f2;
}
.nav ul li a {
    color: #a1a1a1;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    align-content: center;
}
.body .card {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 12px;
}
.card .title {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    padding-top: 12px;
}
.title .icon {
    width: 0.35rem;
    background: #e95e56;
    display: inline-block;
    height: 1.5rem;
    margin-right: 5px;
    border-radius: 5px;
}
.item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin: 10px 0;
    padding-bottom: 7px;
}
.info {
    color: #333;
    flex: 3;
}
.info .info-title {
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.4rem;
}
.info-message {
    font-size: 0.8rem;
    color: #888;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.78rem;
    margin: 8px 0;
}
.item .img {
    width: 14.25rem;
    margin-right: 10px;
    flex: 1;
}
.item .img img {
    width: 100%;
}
.info-footer {
    color: #888;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.info-footer .user {
    display: flex;
}
.info-footer .user img {
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
}
.info-footer .env {
    background: #d1acd8;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}
.item-list {
    color: #333;
}
.item-list p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
}
.item-list p .gt {
    font-size: 20px;
}
.item-list .title {
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.footer {
    margin: 0 10px;
}
.copyright {
    font-size: 0.75rem;
    color: #8f8f8f;
}
.copyright a {
    color: #4c4c4c;
    text-decoration: none;
}
.last-box {
    margin-bottom: 1rem;
}
.detail-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4c4c4c;
    margin-left: 0.5rem;
}
.last-box .last-title {
    color: #4c4c4c;
    font-size: 14px;
    height: 25px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 11px 8px 0;
    background: #f2f2f2;
    line-height: 14px;
}
.detail-title span {
    height: 14px;
    width: 8px;
    float: left;
    background: #5e5e5e;
    border-radius: 2px;
    margin-right: 7px;
}
.last-box .last-title span {
    height: 14px;
    width: 8px;
    float: left;
    background: #5e5e5e;
    border-radius: 2px;
    margin-right: 7px;
}
.mobile-list {
    background:#4c4c4c;
    /* margin: 0 0.6rem; */
}
.mobile-card {
    display: flex;
    padding: 1rem 0.5rem;
    background: #fff;
    border-bottom: 1px solid #dfdfdf
}
.mobile-card-img {
    /* width: 4rem; */
}
.mobile-info {
    margin-left: 1rem;
    width: 15.5rem;
}
.mobile-card-img img {
    width: 4rem;
}
.mobile-info-title {
    color: #4c4c4c;
    font-size: 1.2rem;
}
.mobile-info-item {
    font-size: 0.85rem;
    color: #a8a8a8;
    margin-top: 0.3rem;
}
.mobile-info-title,.mobile-info-item{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cate-body {
    background: #f2f2f2;
}
.cate-card {
    background: #fff;
    padding: 10px 10px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: -10px;
}
.cate-card .cate-top {
    display: flex;
    justify-content: space-between;
    color: #4c4c4c;
    font-size: 0.9rem;
}
.cate-top .span1 {
    display: flex;
    align-items: center;
}
.cate-top .span1 span {
    height: 14px;
    width: 8px;
    float: left;
    background: #5e5e5e;
    border-radius: 2px;
    margin-right: 7px;
}
.cate-top .sapn2 a {
    text-decoration: none;
    color: #4c4c4c;
}
.cate-child-list {
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 12px;
}
.cate-child-list li {
    list-style-type: none;
    color: #5e5e5e;
    font-size: 0.8rem;
    padding: 5px 5px;
}
.cate-child-list li span {
    border-right: 1px solid #dfdfdf;
    padding-right: 10px;
}
.cate-child-list li span a{
    text-decoration: none;
    color: #5e5e5e;
}
.list-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;
    color: #fff;
    font-size: 1rem;
    padding: 8px 15px;
}
.list-condition {
    display: flex;
    justify-content: space-around;
}
.list-condition button {
    flex: 1;
    margin: 8px;
    padding: 8px 0;
    border: none;
    color: #4c4c4c;
    border-radius: 3px;
}
.list-condition .active {
    color: #fff;
    background: #ff4544;
}

.list-location .list-back {

}
.list-location .list-back a {
    text-decoration: none;
    color: #fff;
}
.list-location .list-head {
    font-size: 1.2rem;
}
.list-location .list-icon {
}
.list-location .list-icon a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.detail-head {
    background: #f2f2f2;
    padding: 0.8rem 0.5rem;
}
.detail-head button {
    border: none;
    background: #b33836;
    width: 100%;
    color: #fff;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}
.detail-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.8rem 0.5rem;
}
.detail-img {
    /* width: 5.5rem;
    height: 7rem; */
}
.detail-img img {
    /* width: 100%;
    height: 100%; */
    max-width: 6rem;
}
.detail-info {
    color: #787878;
    font-size: 0.8rem;
    margin-left: 0.7rem;
}
.detail-info span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 13rem;
}
.detail-content {
    min-height: 27rem;
}
.search-box {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    border-bottom: 1px solid #dfdfdf;
    background: #f2f2f2;
}
.search-box input {
    width: 70%;
    outline: none;
    border: #ccc solid 1px;
    height: 1.8rem;
    border-right: none;
}
.search-box button {
    border: none;
    background: #ff4643;
    color: #fff;
    padding: 0 1.3rem;
}
.search-list {
    padding: 0;
    background: #fafafa;
    margin-top: -0.8rem;
}
.search-list li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    color: #4c4c4c;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.5rem;
}
.search-list li em {
    font-style: normal;
    background: #8f8f8f;
    padding: 0 0.4rem;
    border-radius: 50%;
    color: #fff;
    margin-right: 0.3rem;
}
.search-list li>div{
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-list li>span{
    width: 20%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-info {
    display: inline-block;
    margin-left: 1rem;
    text-align: center;
}
.user-info-img {
    width: 1.5rem;
}
.user-info-img img {
    border-radius: 50%;
}
.nick-name {
    font-size: 0.6rem;
    max-width: 3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail-images {
    margin-bottom: 0.5rem;
}
.images-item {
    display: flex;
    justify-content: center;
}
.images-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 95%;
    margin-top: 0.5rem;
}
.images-list img {
    width: 5rem;
    height: 3rem;
    margin: 0 0.1rem;
    border-radius: 0.3rem;
}