.rechot {
    padding-top: 20px;
    width: 100%;
    background-color: #f6f6f6;
}

.rechot--wrapper {
    position: relative;
    clear: left;
    height: 200px;
    width: 1180px;
    margin: auto;
}

.rechot--title {
    font-size: 18px;
    color: #ff7385;
    text-align: left;
    height: 40px;
}

.rechot--nav {
    position: absolute;
    right: 0;
    top: 5px;
}

.rechot--nav-item {
    float: left;
    margin-left: 46px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #aaaaaa;
    cursor: pointer;
}

.rechot--nav-item.active,
.rechot--nav-item:hover {
    color: #666666;
}

.rechot--content {
    position: relative;
    clear: left;
    height: 124px;
}

.rechot--box {
    display: none;
    position: absolute;
    width: 1200px;
    height: 124px;
    overflow: hidden;
}

.rechot--box.active {
    display: block;
}

.rechot--item {
    position: relative;
    margin-right: 20px;
    float: left;
    width: 220px;
    height: 124px;
    background-color: #ffffff;
}

.rechot--item-img-link {

}

.rechot--item-img {
    width: 220px;
    height: 124px;
    float: left;
}

.rechot--item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    box-sizing: border-box;
    text-align: left;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.rechot--hotel-title {
    font-size: 12px;
    color: #fff;
    float: left;
    margin-left: 8px;
    margin-top: 10px;
}

.rechot--hotel-country {
    font-size: 12px;
    color: #fff;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.rechot--hotel-table {
    position: absolute;
    bottom: 7px;
    font-size: 12px;
    color: #4d4b4b;
}

.rechot--hotel-price {
    font-size: 12px;
    color: #ff7385;
}

.rechot--photo-title {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}

.rechot--photo-style {
    font-size: 12px;
    color: #9b9b9b;
}

.rechot--photo-grapher {
    position: absolute;
    bottom: 12px;
}

.rechot--photo-grapher-head {
    float: left;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.rechot--photo-grapher-name {
    font-size: 12px;
    color: #fff;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
}

.rechot--service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    box-sizing: border-box;
    text-align: left;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.rechot--service-title {
    display: block;
    height: 100%;
    font-size: 12px;
    color: #fff;
    padding-top: 8px;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rechot--service-price {
    position: absolute;
    bottom: 14px;
    font-size: 12px;
    color: #ff7385;
}

.rechot--service-price-origin {
    text-decoration: line-through;
    font-size: 12px;
    color: #aaaaaa;
}