﻿.content {
    width: 100%;
    margin: 10px 0px;
}

.breadcrumb {
    background-color: #2577E3;
    border-radius: 0;
}

    .breadcrumb > li > a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }

    .breadcrumb > li + li::before {
        padding: 0 5px;
        color: #ccc;
        content: ">>";
    }

.search-group {
    position: relative;
}

.search-box {
}

.search-control {
    position: absolute;
    top: 0px;
    left: 39px;
    height: 34px;
    width: 95%;
    overflow: hidden;
}

.search-btn {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    right: 0;
    background-color: #eee;
    text-align: center;
    border: 1px solid #d8d0d0;
}

    .search-btn:hover {
        font-size: 16px;
        cursor: pointer;
    }

.first-type, .second-type {
    width: 150px;
    position: absolute;
    top: 48px;
}

.first-type {
    right: 450px;
}

.second-type {
    right: 290px;
}

.province, .city, .area {
    position: absolute;
    width: 150px;
    top: 48px;
}

.province {
    left: 0;
}

.city {
    left: 160px;
}

.area {
    left: 320px;
}

.saleLabel-search {
    width: 150px;
    position: absolute;
    top: 48px;
    right: 0px;
}
/*.type-search-btn {
    position: absolute;
    display: block;
    top: 1px;
    right: 0px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8d0d0;
    border-radius: 5px;
    background-color: #eee;
    text-align: center;
}*/
.one-scenic {
    padding-top: 55px;
}

    .one-scenic li {
        position: relative;
        width: 100%;
        height: 182px;
        border: 1px solid #eee;
        margin: 5px 0;
    }

        .one-scenic li img {
            width: 180px;
            height: 180px;
            border: none;
        }

.scenic-content {
    position: absolute;
    top: 0;
    left: 230px;
    right: 250px;
}

.scenic-qrcode {
    position: absolute;
    top: 0px;
    right: 50px;
}

.btn-lookdetail {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 145px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #f7910b;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
}

    .btn-lookdetail:hover {
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

.title {
    font-size: 20px;
    color: #ff0000;
    padding-top: 20px;
}

    .title > span {
        color: #f7910b;
        font-size: 16px;
        float: right;
    }

.scenic-introduction {
    font-size: 16px;
    height: 110px;
    overflow: hidden;
}

.tab1, tab2{
    z-index: 5;
}
    .tab1:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 30px;
        top: 0;
        bottom: 0;
        left: -25px;
        right: 0;
        z-index: 2;
        background: rgba(247, 145, 11, 0.90);
        transform: perspective(8px) rotateX(8deg);
    }
    .tab2:before {
        content: "";
        position: absolute;
        width: 100px;
        height:30px;
        top: 8px;
        bottom: 0;
        left: -25px;
        right: 0;
        z-index: 2;
        background: rgba(247, 145, 11, 0.90);
        transform: perspective(8px) rotateX(-8deg);
    }
.label-content {
    position:absolute;
    top:4px;
    left:0px;
    width:55px;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:800;
    color:#fff;
    z-index:500;
    text-align:right;
}
