
 /* 移动端样式 */
 #box1 {
    display: none;
}
#box2 {
    background-color: #f3f3f3;
}
.title {
    padding: 20px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.title .logo img {
    width: 129px;
    height: 35px;
}
.title .btn-text img {
    width: 31px;
    height: 24px;
}
.left {
    width: 180px;
    background-color: #f5f5f5;
    max-height: 100%;
}
.left .list {
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
}

.left .list span {
    flex: 1;
    margin-left: 10px;
    font-size: 12px;
    color: #949494;
    /* text-align: center; */
}
.left .list img {
    width: 10px;
    height: 10px;
}

.left .item {
    background-color: #fff;
}
.left .item li {
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    font-size: 12px;
    color: #949494;
}
.left .item .active {
    background-color: #e70011;
    color: #fff;
}
.btn {
    position: relative;
}
.btn-list {
    height: 0;
    transition: all .3s;
    position: absolute;
    right: -35px;
    top: 52px;
    overflow: hidden;
}
.main .specile {
    margin-bottom: 10px;
}
.main .specile .img {
    width: 100%;
    height: 200px;
    background-color: #7d5249;
}

.main .specile .title {
    font-size: 15px;
    font-family: Adobe Heiti Std;
    padding: 15px 16px;
}

.main .specile .info {
    background-color: #fff;
    display: flex;
    font-size: 12px;
    color: #949494;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0;
}

.main .specile .info img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.main .specile .info div:first-child {
    margin-right: 50px;
}
.main .list-box  {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    padding: 10px 10px;
    flex-wrap: wrap;
}
.main .list-box .list {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.main .list-box .list .img {
    width: 100%;
    height: 120px;
    background-color: #7d5249;
}
.main .list-box .list .title {
    background-color: #fff;
    font-size: 12px;
    padding: 10px 5px;
}
.main .list-box .list .info {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    font-size: #949494;
    font-size: 12px;
    padding: 10px 5px;
    margin-top:0;
}
.main .list-box .list .info img {
    width: 10px;
    height: 10px;
}
 .r-main .list-box  {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin-bottom: 10px;
     background-color: #f3f3f3;
     padding: 10px 5px;
 }
 .r-main .list-box .list {
     width: 45%;
     border-radius: 10px;
     overflow: hidden;
     margin-bottom: 10px;
     background: #ffffff;
 }
 .r-main .list-box .list .img {
     width: 100%;
     height: 120px;
     background-color: #7d5249;
 }
 .r-main .list-box .list .img img{
     width: 100%;
     height: 120px !important;
 }
 .r-main .list-box .list .title {
     background-color: #fff;
     font-size: 12px;
     padding: 10px 5px;
 }
 .r-main .list-box .list .info {
     display: none;
 }
 .r-main .list-box .list .tel-info {
     background-color: #fff;
     font-size: 12px;
     padding: 5px;
 }
 .tel-info-text {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 20px;
     color: #999;
 }
 .r-main .list-box .list .tel-info img {
     width: 20px;
     height: 20px;
     vertical-align: middle;
 }
 .list-bottom {
     display: none;
 }