#app {
    width: 1200px;
    margin: 0 auto;
}

#app .listnav {
    background: #fff;
}

#app .listnav ul.navigation li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #303133;
    width: 140px;
}

#app .listnav ul.navigation li:hover {
    color: #7D19B3;
    cursor: pointer;
}

#app .listnav ul.navigation .hot {
    background: url(../../img/buss/icon/hot.png) 110px 2px no-repeat;
}

#app .listnav ul.navigation .new {
    background: url(../../img/buss/icon/new.png) 108px 2px no-repeat;
}

#app .list_btm {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

#app .list_btm .btm_left {
    width: 925px;
    float: left;
}

#app .list_btm .btm_left ul#main {
    overflow: hidden;
}

#app .list_btm .btm_left ul#main li {
    width: 926px;
    height: 140px;
    padding-top: 16px;
    border-bottom: 1px solid #ededed;
}

#app .list_btm .btm_left ul#main li .img-div {
    float: left;
    width: 124px;
    height: 124px;
    margin-left: 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
}

#app .list_btm .btm_left ul#main li .img-div img {
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    max-width: 100%;
    max-height: 100%;
}

#app .list_btm .btm_left ul#main li .img-div img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#app .list_btm .btm_left ul#main li .mesage {
    float: left;
    width: 500px;
    margin-left: 17px;
    position: relative;
    height: 100%;
}

#app .list_btm .btm_left ul#main li .mesage .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303133;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 4px;
}

#app .list_btm .btm_left ul#main li .mesage .title:hover {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7d19b3;
}

#app .list_btm .btm_left ul#main li .mesage .introduce {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909399;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
    padding-right: 10px;
}

#app .list_btm .btm_left ul#main li .mesage .introduce:hover {
    text-decoration: underline;
}

#app .list_btm .btm_left ul#main li .mesage .introduce * {
    font-weight: 400;
}

#app .list_btm .btm_left ul#main li .mesage .brand {
    margin-top: 6px;
    overflow: hidden;
}

#app .list_btm .btm_left ul#main li .mesage .brand span {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606266;
    margin-right: 23px;
    border: 1px solid #C0C4CC;
    border-radius: 9px;
    background: #ffffff;
}

#app .list_btm .btm_left ul#main li .mesage .brand .address {
    max-width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

#app .list_btm .btm_left ul#main li .mesage .price {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fe4710;
    position: absolute;
    bottom: 14px;
}

#app .list_btm .btm_left ul#main li .companyMesage {
    float: left;
    width: 240px;
    margin-left: 5px;
}

#app .list_btm .btm_left ul#main li .companyMesage .company {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303133;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

#app .list_btm .btm_left ul#main li .companyMesage .company:hover {
    color: #7d19b3;
}

#app .list_btm .btm_left ul#main li .companyMesage .member {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606266;
}

#app .list_btm .btm_left ul#main li .companyMesage .member img {
    margin-right: 6px;
    width: 14px;
    height: 19px;
    vertical-align: sub;
}

#app .list_btm .btm_left ul#main li .companyMesage .telphone {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fe4710;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#app .list_btm .btm_left ul#main li .companyMesage .telphone img {
    margin-right: 6px;
    width: 16px;
    height: 14px;
}

#app .list_btm .btm_left ul#main li .companyMesage button {
    width: 100px;
    height: 31px;
    background: #ffffff;
    border: 1px solid #c0c4cc;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 11px;
    cursor: pointer;
    color: rgba(96, 98, 102, 1)
}

#app .list_btm .btm_left ul#main li .companyMesage button.ly {
    background: rgba(255, 236, 230, 1);
    border: 1px solid rgba(254, 71, 16, 1);
    border-radius: 5px;
    color: rgba(254, 71, 16, 1);
}

#app .list_btm .btm_left ul#main li .companyMesage button.ly:hover {
    background: rgba(254, 71, 16, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1)
}

#app .list_btm .btm_left ul#main li .companyMesage button:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(254, 71, 16, 1);
    border-radius: 5px;
    color: rgba(254, 71, 16, 1);
}

#app .list_btm .btm_left .nomesage {
    padding-top: 50px;
    text-align: center;
}

#app .list_btm .btm_left .nomesage p.title {
    text-align: center;
    color: #909399;
    font-size: 16px;
    margin-bottom: 42px;
}

#app .list_btm .btm_left .nomesage p.title span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FE4710;
    cursor: pointer;
}

#app .list_btm .btm_right {
    width: 260px;
    background: #ffffff;
    float: right;
}

#app .list_btm .btm_right .advertising-space li {
    border-radius: 5px;
    overflow: hidden;
    width: 260px;
    height: 170px;
}

#app .list_btm .btm_right .businessRecommendation {
    width: 260px;
    height: 30px;
    background: #eeeeee;
    border-radius: 1px 1px 0px 0px;
    margin-bottom: 2px;
}

#app .list_btm .btm_right .businessRecommendation .l-p {
    float: left;
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606266;
}

#app .list_btm .btm_right .businessRecommendation .r-p {
    float: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606266;
    line-height: 30px;
    cursor: pointer;
}


/* #app .list_btm .btm_right .advertising-space div {
    width: 260px;
    height: 170px;
    margin-bottom: 20px;
}

#app .list_btm .btm_right .advertising-space div img {
    width: 260px;
    height: 170px;
    cursor: pointer;
} */

#app .list_btm .btm_right h4.title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #303133;
    line-height: 44px;
}

.zxcp {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}

.zxcp ul {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.zxcp ul li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
}

.zxcp ul li._li div.left {
    float: left;
    width: 85px;
    height: 85px;
    position: relative;
}

.zxcp ul li._li div.left img {
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    max-width: 100%;
    max-height: 100%;
}

.zxcp ul li div.right {
    width: 120px;
    height: 85px;
    position: relative;
    float: left;
    margin-left: 8px;
}

.zxcp ul li div.right h4 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303133;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zxcp ul li div.right h4:hover {
    color: #901BCE;
}

.zxcp ul li div.right .price {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FE4710;
    line-height: 27px;
    position: absolute;
    bottom: 0;
}

#app #location_content {
    height: 35px;
    line-height: 35px;
    width: 1200px;
    margin: 0 auto;
}

#app #location_content a {
    display: block;
    height: 17px;
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303133;
    cursor: pointer;
}

#app .classification {
    width: 1200px;
    padding-bottom: 12px;
    background: #ffffff;
    border: 1px solid #ededed;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}

#app .classification .down {
    width: 20px;
    margin: 0 auto;
    cursor: pointer;
}

#app .classification .top {
    height: 38px;
    border-bottom: 1px solid #EDEDED;
    line-height: 38px;
}

#app .classification .top span.xian {
    border-left: 6px solid #FE4710;
    margin-right: 12px;
    font-size: 22px;
    margin-left: 12px;
}

.condition {
    padding-left: 29px;
    overflow: hidden;
}

.condition div.conditionmain {
    float: left;
    width: 1000px;
    margin-left: 17px;
}

#app .classification .top span.title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #303133;
}

#app .classification .show {
    height: auto !important;
}

#app .classification .J_Items {
    padding-left: 29px;
    height: 95px;
    overflow: hidden;
}

#app .classification .J_Items .active {
    color: #fe4710;
}

#app .classification .J_Items a.items {
    float: left;
    margin: 19px 30px 0px 0;
    height: 18px;
    font-weight: 400;
    color: #005aa0;
    text-decoration: none;
    cursor: pointer;
}

#app .classification .J_Items a.items:hover {
    color: #fe4710;
}

#app .classification .J_Items a.items:hover span.text {
    border-bottom: 1px solid #FE4710;
}

#app .page {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 53px;
}

#app .page .el-pagination {
    width: 924px;
}

#app .page .el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #7D19B3 !important;
}

#app .top-screen {
    width: 925px;
    height: 40px;
    background: #ededed;
}

#app .top-screen .active {
    color: #FE4712;
}

#app .top-screen ul {
    padding-left: 7px;
    padding-top: 6px;
}

#app .top-screen ul li {
    float: left;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #c0c4cc;
}

#app .top-screen ul .title-right {
    float: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606266;
    border: none;
    background: none;
    padding-right: 10px;
    /* line-height: 40px; */
    cursor: auto;
    padding-top: 5px;
}

#app .top-screen ul .title-right span {
    color: #FE4712;
}

#app .top-screen ul .lis_left {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    height: 24px;
    background: #ffffff;
    line-height: 24px;
}

#app .top-screen ul .lis_left img {
    vertical-align: sub;
    margin-left: 5px;
}

#app .top-screen ul .lis_right {
    padding-left: 6px;
    padding-right: 6px;
    height: 24px;
    background: #ffffff;
    line-height: 24px;
    margin-left: 14px;
}

#app .top-screen ul .lis_right img {
    vertical-align: sub;
    margin-left: 5px;
    vertical-align: middle;
}

#app .top-screen .ps {
    float: left;
    padding: 4px 10px;
    margin-left: 20px;
    margin-top: 7px;
    cursor: pointer;
}

#app .top-screen .arr {
    float: right;
    position: relative;
    right: 6px;
}

#app .top-screen .arrUp {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #ccc;
    cursor: pointer;
}

#app .top-screen .arrDown {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ccc;
    margin-top: 2px;
    cursor: pointer;
}

#app .top-screen .asc .arrUp {
    border-bottom-color: #f60;
}

#app .top-screen .desc,
#app .top-screen .asc {
    color: #f60;
}

#app .top-screen .desc,
#app .top-screen .asc {
    color: #f60;
}

#app .top-screen .desc .arrDown {
    border-top-color: #f60;
}

#app .top-screen .asc .larrUp {
    border-bottom-color: #f60;
}

#app .top-screen .desc .larrDown {
    border-top-color: #f60;
}