hr {
    background: #F8F8F8;
    height: 8px;
    width: 100%;
    border: none;
}

.pd-16 {
    padding: 0 16px;
}

.bg-theme {
    background: #B19879;
    color: #fff;
}

.color-theme {
    color: #B19879;
}

.hide {
    display: none !important;
}

header {
    width: 100%;
    position: relative;
    height: 60px;
    background: #fff;
    line-height: 60px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
}
header a {
    margin-right: 8px;
}
header a i {
    vertical-align: middle;
    font-size: 1.4rem;
    margin-top: -7px;
}

.floor-item-thumbnail {
    background: #fff;
    padding: 24px 16px;
}
.floor-item-thumbnail h2 {
    color: #000;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
}
.floor-item-thumbnail p {
    color: #999;
    line-height: 1.4;
}
.floor-item-thumbnail > div {
    width: 260px;
    height: 260px;
    margin: 16px auto;
    position: relative;
}
.floor-item-thumbnail > div img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}
.floor-item-thumbnail > nav {
    width: 100%;
    text-align: center;
    overflow-x: auto;
}
.floor-item-thumbnail > nav > button {
    display: inline-block;
    vertical-align: top;
    flex: none;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    margin: 2px;
    position: relative;
    background: #fff;
    outline: none;
}
.floor-item-thumbnail > nav > button.active {
    border-color: #9E8566;
}
.floor-item-thumbnail > nav > button img {
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floor-item-content {
    background: #F8F8F8;
    padding: 0 16px 80px;
    text-align: left;
}
.floor-item-content article {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    padding-bottom: 8px;
}
.floor-item-content article:first-child {
    border-top: none;
}
.floor-item-content h2 {
    color: #555;
    font-weight: 500;
    padding-bottom: 16px;
    font-size: 1.2rem;
}
.floor-item-content h3, .floor-item-content li, .floor-item-content p {
    font-size: 0.9rem;
    color: #555;
    text-align: left;
    font-weight: 500;
}
.floor-item-content p {
    padding-bottom: 16px;
}
.floor-item-content ul {
    margin-bottom: 16px;
}