@charset "utf-8";

.slider-wrap {
    margin: 25px auto;
}

.slider {
    overflow: hidden;
}

.slider img {
    max-width: 100%;
}

.seller-banner {
    margin-top: 20px;
}

.seller-banner img {
    max-width: 100%;
}

.seller-item {
    width: 100%;
    height: auto;
}

.seller-item-title {
}

.seller-item-title h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.seller-item-body {
    width: 100%;
    height: auto;
}

.seller-item-img {
}

.seller-item-img img {
    max-width: 100%;
}

.seller-item-goods-list {
}

.goods-list-hot {
    overflow: hidden;
}

.goods-list-hot-item {
    padding: 15px;
}

.goods-list-hot-item .goods-img img {
    max-width: 100%;
    transform: scale(1.0);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.0);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.0);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.0);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.0);
    -o-transition: all 0.5s ease 0s;
}

.goods-list-hot-item:hover .goods-img img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.1);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.1);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.1);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.1);
    -o-transition: all 0.5s ease 0s;
}

.goods-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 22px 10px 22px;
    font-size: 14px;
}

.goods-price {
    height: 18px;
    line-height: 18px;
    color: #F10215;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
}

.goods-list-wrap {
}

.goods-list-item {
    width: calc(1210px / 4);
    float: left;
    padding: 10px;
}

.goods-list-item-img {
    padding: 20px;
}

.goods-list-item-name {
    overflow: hidden;
    white-space: nowrap;
}

.goods-list-item-name h3 {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "微软雅黑", sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    font-weight: normal;
    color: #333333;
}

.goods-list-item-describe {
    margin: 10px auto;
    color: #666;
}

.goods-list-item-price {
    padding: 10px 0;
}

.goods-list-item-price span {
    font-size: 18px;
    color: #f00;
    font-weight: bold;
    display: inline-block;
}

.goods-list-item .goods-list-item-img img {
    transform: scale(1.0);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.0);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.0);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.0);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.0);
    -o-transition: all 0.5s ease 0s;
}

.goods-list-item:hover .goods-list-item-img img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.1);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.1);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.1);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.1);
    -o-transition: all 0.5s ease 0s;
}

.shop-name {
    margin: 15px;
}

.shop-description {
    font-size: 14px;
}


.content-storey-bar {
    width: 100%;
    float: left;
    position: relative;
}

.content-storey-nav-bar {
    position: absolute;
    left: -65px;
    display: none;
}

.content-storey-nav {
    position: fixed;
    top: 0;
    width: 35px;
    height: 100%;
    line-height: 100%;
    display: table;
}

.content-storey-nav > ul {
    display: table-cell;
    vertical-align: middle;
}

.content-storey-nav > ul > li {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    background-color: #918888;
    border-top: 1px solid #b1aaaa;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    transition: background-color .1s
}

.content-storey-nav > ul > li > a {
    width: 35px;
    overflow: hidden;
    display: block;
    padding: 10px 4px;
    line-height: 14px;
    text-align: center;
    color: #fefefe;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    transition: color .1s
}

.content-storey-nav > ul > li > a .floor-text {
    margin-top: 5px;
    display: none;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.content-storey-nav > ul > li:hover .floor-tips {
    /*display: none;*/
}

.content-storey-nav > ul > li:hover .floor-text {
    display: block;
}

.content-storey-nav > ul > li:hover {
    border-top: 1px solid #d70b1c;
    background-color: #5e4a4a;
    border-bottom: 0;
    margin-bottom: 0;
}

.content-storey-nav > ul > li:hover a {
    position: relative;
    border-bottom: 1px solid #d70b1c;
    margin-bottom: -1px;
    border-color: #d70b1c;
    background-color: #d70b1c
}

.content-storey-nav .active {
    border-top: 1px solid #d70b1c !important;
    background-color: #5e4a4a;
    border-bottom: 0;
    margin-bottom: 0;
}

.content-storey-nav .active > a {
    position: relative;
    border-bottom: 1px solid #d70b1c;
    margin-bottom: -1px;
    background-color: #d70b1c
}

.content-storey-nav .active .floor-text {
    display: block;
}

.content-storey-nav > ul > li:first-child {
    border-top: 0 !important;
}

.content-storey-nav .active:first-child {
    border-top: 0 !important;
}

.content-storey {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

.content-storey-left-right {
    width: 100%;
    height: 100%;
    float: left;
}

.content-storey-left {
    width: 600px;
    height: 100%;
    float: left;
}

.content-storey-right {
    width: 600px;
    height: 100%;
    float: left;
    margin-left: 10px;
}

.content-storey-head {
    height: 58px;
    padding: 16px 20px 16px 25px;
    overflow: hidden;
    background-color: #999999;
}

.content-storey-head > h3 {
    margin-top: -2px;
    float: left;
    font-size: 22px;
    color: #fff;
    height: 26px;
    line-height: 30px;
    font-weight: 400;
    max-width: 300px;
    font-family: fzzhengheis-el-gbregular;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-storey-head > h3 > a {
    color: #fff;
}

.content-storey-head > h3 > a:hover {
    /*color: #E4393C;*/
}

.content-storey-head > div {
    float: right;
    max-width: 450px;
    overflow: hidden;
    height: auto;
    text-align: right;
    display: flex;
}

.content-storey-head > div > a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 10px;
    margin-left: 10px;
    max-width: 120px;
    max-width: 10em;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background-color: hsla(0, 0%, 100%, .2);
}

.content-storey-head > div > a:hover {
    color: #fff !important;
    border-color: #fff !important
}

.content-storey-body {
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}

.content-storey-body-left {
    width: 595px;
    height: auto;
    float: left;
}

.content-storey-body-right {
    width: 595px;
    height: 400px;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding-left: 14px;
}

.content-storey-body-cover {
    width: 196px;
    height: 400px;
    float: left;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-storey-body-cover > a {
    margin: 0 auto;
}

.content-storey-body-cover > a > img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.content-storey-body-cover > a:hover img {
    opacity: .8;
}

.content-storey-body-list {
    width: 384px;
    height: auto;
    min-height: 400px;
    float: left;
    position: relative;
}

.content-storey-body-list-bar {
    position: absolute;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    top: 50%;
    left: 0;
    right: 0;
}

.content-storey-body-list-line {
    position: absolute;
    height: 100%;
    border-left: 1px solid #e6e6e6;
    top: 0;
    left: 50%;
    right: 0;
}

.content-storey-body-list > ul > li {
    text-align: center;
    float: left;
}

.content-storey-body-list > ul > li > a {
    width: 192px;
    height: 200px;
    padding: 10px;
    display: inline-block;
    float: left;
    position: relative;
}

.content-storey-body-list > ul > li > a > div {
    margin-top: 5px;
    width: 100%;
    height: 120px;
    text-align: center;
}

.content-storey-body-list > ul > li > a img {
    max-width: 100%;
    /* max-height: 100%; 图片高度不一致导致溢出 */
    max-height: 211px;
    background-color: #f7f7f7;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}

.content-storey-body-list > ul > li > a:hover img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.content-storey-body-list .content-storey-body-list-p-title {
    height: 18px;
    line-height: 18px;
    margin: 15px auto 0 auto;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-storey-body-list .content-storey-body-list-p-title:hover {
    color: #E4393C;
}

.content-storey-body-list .content-storey-body-list-p-title-price {
    font-size: 16px;
    color: #e33333;
    overflow: hidden;
    font-family: "microsoft yahei";
}

.content-storey-body-list .content-storey-body-list-p-title-market-price {
    text-decoration: line-through;
    color: #666666;
}

.content-storey-body-more {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    margin-top: 10px;
}

.content-storey-body-more > a {
    width: 186px;
    max-height: 186px;
    float: left;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.content-storey-body-more > a > img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.content-storey-body-more > a:hover img {
    opacity: .8;
}

.content-storey-body-more > a:nth-child(2) {
    margin: 0 11px;
}

.content-storey-body .transverse-brand {
    padding: 0px 0px;
}

.content-storey-body .transverse-brand .tab .tab-body li a {
    width: 100px;
}

.content-storey-body-brand {
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 10px;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

.content-storey-body-brand .tab {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    white-space: nowrap;
}

.content-storey-body-brand .tab .tab-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.content-storey-left-right .content-storey-body-brand .tab .tab-body {
}

.content-storey-body-brand .tab .tab-body li {
    display: inline-block;
}

.content-storey-body-brand .tab .tab-body li:first-child a {
    border-left: 1px solid #fff;
}

.content-storey-body-brand .storey-tab-three .tab-body li {

}

.content-storey-body-brand .tab .tab-body li a {
    width: 95px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    border-left: 1px solid #dedfe0;
    float: left;
    overflow: hidden;
    text-align: center;
}

.content-storey-body-brand .tab .tab-body li a img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.content-storey-body-brand .tab .tab-body li a img:hover {
}

.content-storey-body-brand .tab .tab-line {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /*border-left: 1px solid #fff;*/
    display: none;
}

.content-storey-body-brand .tab .tab-btn {
    display: none;
}

.content-storey-body-brand .tab .tab-btn a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 35px;
    line-height: 35px;
    color: #666666;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.content-storey-body-brand .tab .tab-btn a i {
    font-size: 14px;
}

.content-storey-body-brand .tab .tab-btn a:hover {
    background: rgba(0, 0, 0, .2);
}

.content-storey-body-brand .tab .tab-btn .prev {
    left: -2px;
}

.content-storey-body-brand .tab .tab-btn .next {
    right: -2px;
}

.content-storey-body-brand .tab:hover .tab-btn {
    display: block;
}

.content-storey-body-box {
    width: 100%;
    height: 100%;
    float: left;
}

.content-storey-body-box .content-storey-body {
    width: 100%;
    display: flex;
    background-color: transparent;
    padding: 5px 0px;
}

.content-storey-body-box .content-storey-body-cover {
    width: 240px;
    height: 652px;
    flex-shrink: 0;
    padding-right: 0px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #fff;
    overflow: hidden;
}

.content-storey-body-box .content-storey-body-cover > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.content-storey-body-box .content-storey-body-list {
    flex: 1;
    overflow: hidden;
}

.content-storey-body-box .content-storey-body-list > ul > li {
    width: 230px;
    width: calc(964px / 4);
    box-sizing: border-box;
    padding: 5px 5px;
}

.content-storey-body-box .content-storey-body-list .content-storey-body-list-p-title {
    height: auto;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}

.content-storey-body-box .content-storey-body-list .content-storey-body-list-p-title-price {
    margin-top: 10px;
    line-height: 34px;
}

.content-storey-body-box .content-storey-body-list > ul > li > a {
    height: auto;
    background-color: #fff;
    width: 100%;
}

.content-storey-body-box .content-storey-body-list > ul > li > a > div {
    height: auto;
    min-height: 211px;
}

.content-storey-body-box .content-storey-body-brand {
    margin-top: 0px;
    /*height: auto;*/
    height: 50px;
    padding: 0px;
}

.content-storey-body-box .content-storey-body-brand .tab .tab-body li a {
    width: 150px;
    width: calc(1200px / 8);
    height: auto;
    min-height: 50px;
    max-height: 150px;
    max-height: calc(1200px / 8);
    line-height: unset;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-left: 2px solid transparent;*/
    border-left: unset;
    margin-right: 2px;

}

.content-storey-body-box .content-storey-body-brand .tab .tab-btn a:hover {
    background: rgba(0, 0, 0, .6);
}

.content-storey-body-box .content-storey-body-brand .tab {
    background-color: transparent;
}

.content-storey-body-box .content-storey-body-brand .tab .tab-btn a {
    width: 20px;
    height: 100%;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .2);
}

.storey-1 .content-storey-head {
    background-color: #974676;
    background-image: -webkit-linear-gradient(90deg, #974676, #9e4075);
    background-image: -webkit-linear-gradient(left, #974676, #9e4075);
    background-image: -moz-linear-gradient(left, #974676, #9e4075);
    background-image: linear-gradient(90deg, #974676, #9e4075);
}

.storey-1 .content-storey-head > div > a {
    border-color: #c187af;
    /*background-color: #ac6f93;*/
}

.storey-1 .content-storey-right .content-storey-head {
    background-color: #cd375e;
    background-image: -webkit-linear-gradient(90deg, #cd375e, #c1314d);
    background-image: -webkit-linear-gradient(left, #cd375e, #c1314d);
    background-image: -moz-linear-gradient(left, #cd375e, #c1314d);
    background-image: linear-gradient(90deg, #cd375e, #c1314d)
}

.storey-1 .content-storey-right .content-storey-head > div > a {
    border-color: #de7b95;
    /*background-color: #d36581;*/
}

.storey-2 .content-storey-head {
    background-color: #78538e;
    background-image: -webkit-linear-gradient(90deg, #78538e, #674083);
    background-image: -webkit-linear-gradient(left, #78538e, #674083);
    background-image: -moz-linear-gradient(left, #78538e, #674083);
    background-image: linear-gradient(90deg, #78538e, #674083);
}

.storey-2 .content-storey-head > div > a {
    border-color: #9e84b1;
    /*background-color: #9379a5;*/
}

.storey-2 .content-storey-right .content-storey-head {
    background-color: #5e6c90;
    background-image: -webkit-linear-gradient(90deg, #5e6c90, #4c5e8c);
    background-image: -webkit-linear-gradient(left, #5e6c90, #4c5e8c);
    background-image: -moz-linear-gradient(left, #5e6c90, #4c5e8c);
    background-image: linear-gradient(90deg, #5e6c90, #4c5e8c);
}

.storey-2 .content-storey-right .content-storey-head > div > a {
    border-color: #94a1c0;
    /*background-color: #7f8ca8;*/
}

.storey-3 .content-storey-left-right .content-storey-head {
    background-color: #488bad;
    background-image: -webkit-linear-gradient(90deg, #488bad, #337e8d);
    background-image: -webkit-linear-gradient(left, #488bad, #337e8d);
    background-image: -moz-linear-gradient(left, #488bad, #337e8d);
    background-image: linear-gradient(90deg, #488bad, #337e8d);
}

.storey-3 .content-storey-left-right .content-storey-head > div > a {
    border-color: #77b6c3;
    /*background-color: #6da6be;*/
}

.storey-4 .content-storey-head {
    background-color: #3aaba9;
    background-image: -webkit-linear-gradient(90deg, #3aaba9, #299b9a);
    background-image: -webkit-linear-gradient(left, #3aaba9, #299b9a);
    background-image: -moz-linear-gradient(left, #3aaba9, #299b9a);
    background-image: linear-gradient(90deg, #3aaba9, #299b9a);
}

.storey-4 .content-storey-head > div > a {
    border-color: #6fcfce;
    /*background-color: #65bbb9;*/
}

.storey-4 .content-storey-right .content-storey-head {
    background-color: #568e7d;
    background-image: -webkit-linear-gradient(90deg, #568e7d, #447e6c);
    background-image: -webkit-linear-gradient(left, #568e7d, #447e6c);
    background-image: -moz-linear-gradient(left, #568e7d, #447e6c);
    background-image: linear-gradient(90deg, #568e7d, #447e6c);
}

.storey-4 .content-storey-right .content-storey-head > div > a {
    border-color: #79aa9e;
    /*background-color: #72a293;*/
}

.storey-5 .content-storey-left-right .content-storey-head {
    background-color: #eeb924;
    background-image: -webkit-linear-gradient(90deg, #eeb924, #e49433);
    background-image: -webkit-linear-gradient(left, #eeb924, #e49433);
    background-image: -moz-linear-gradient(left, #eeb924, #e49433);
    background-image: linear-gradient(90deg, #eeb924, #e49433);
}

.storey-5 .content-storey-left-right .content-storey-head > div > a {
    border-color: #f9d661;
    /*background-color: #edca56;*/
}

.storey-6 .content-storey-head {
    background-color: #e16c46;
    background-image: -webkit-linear-gradient(90deg, #e16c46, #e85629);
    background-image: -webkit-linear-gradient(left, #e16c46, #e85629);
    background-image: -moz-linear-gradient(left, #e16c46, #e85629);
    background-image: linear-gradient(90deg, #e16c46, #e85629);
}

.storey-6 .content-storey-head > div > a {
    border-color: #ef9f81;
    /*background-color: #e28465;*/
}

.storey-6 .content-storey-right .content-storey-head {
    background-color: #a56741;
    background-image: -webkit-linear-gradient(90deg, #a56741, #925937);
    background-image: -webkit-linear-gradient(left, #a56741, #925937);
    background-image: -moz-linear-gradient(left, #a56741, #925937);
    background-image: linear-gradient(90deg, #a56741, #925937);
}

.storey-6 .content-storey-right .content-storey-head > div > a {
    border-color: #c19369;
    /*background-color: #b08061;*/
}

.storey-7 .content-storey-head {
    background-color: #756059;
    background-image: -webkit-linear-gradient(90deg, #756059, #684c44);
    background-image: -webkit-linear-gradient(left, #756059, #684c44);
    background-image: -moz-linear-gradient(left, #756059, #684c44);
    background-image: linear-gradient(90deg, #756059, #684c44);
}

.storey-7 .content-storey-head > div > a {
    border-color: #9e8a84;
    /*background-color: #897b75;*/
}

.storey-7 .content-storey-right .content-storey-head {
    background-color: #865454;
    background-image: -webkit-linear-gradient(90deg, #865454, #7e3b3c);
    background-image: -webkit-linear-gradient(left, #865454, #7e3b3c);
    background-image: -moz-linear-gradient(left, #865454, #7e3b3c);
    background-image: linear-gradient(90deg, #865454, #7e3b3c);
}

.storey-7 .content-storey-right .content-storey-head > div > a {
    border-color: #b48787;
    /*background-color: #987171;*/
}

.storey-8 .content-storey-head {
    background-color: #6467a0;
    background-image: -webkit-linear-gradient(90deg, #6467a0, #544b8f);
    background-image: -webkit-linear-gradient(left, #6467a0, #544b8f);
    background-image: -moz-linear-gradient(left, #6467a0, #544b8f);
    background-image: linear-gradient(90deg, #6467a0, #544b8f);
}

.storey-8 .content-storey-head > div > a {
    border-color: #9598cd;
    /*background-color: #7c80af;*/
}

.storey-8 .content-storey-right .content-storey-head {
    background-color: #5981a3;
    background-image: -webkit-linear-gradient(90deg, #5981a3, #41698b);
    background-image: -webkit-linear-gradient(left, #5981a3, #41698b);
    background-image: -moz-linear-gradient(left, #5981a3, #41698b);
    background-image: linear-gradient(90deg, #5981a3, #41698b);
}

.storey-8 .content-storey-right .content-storey-head > div > a {
    border-color: #82a5bc;
    /*background-color: #6c90ab;*/
}

.storey-9 .content-storey-head {
    background-color: #5a7259;
    background-image: -webkit-linear-gradient(90deg, #5a7259, #425f41);
    background-image: -webkit-linear-gradient(left, #5a7259, #425f41);
    background-image: -moz-linear-gradient(left, #5a7259, #425f41);
    background-image: linear-gradient(90deg, #5a7259, #425f41);
}

.storey-9 .content-storey-head > div > a {
    border-color: #78977a;
    /*background-color: #758975;*/
}

.storey-9 .content-storey-right .content-storey-head {
    background-color: #eeb924;
    background-image: -webkit-linear-gradient(90deg, #eeb924, #e49433);
    background-image: -webkit-linear-gradient(left, #eeb924, #e49433);
    background-image: -moz-linear-gradient(left, #eeb924, #e49433);
    background-image: linear-gradient(90deg, #eeb924, #e49433)
}

.storey-9 .content-storey-right .content-storey-head > div > a {
    border-color: #f9d661;
    /*background-color: #edca56;*/
}

.storey-10 .content-storey-left-right .content-storey-head {
    background-color: #e16c46;
    background-image: -webkit-linear-gradient(90deg, #e16c46, #e85629);
    background-image: -webkit-linear-gradient(left, #e16c46, #e85629);
    background-image: -moz-linear-gradient(left, #e16c46, #e85629);
    background-image: linear-gradient(90deg, #e16c46, #e85629);
}

.storey-10 .content-storey-left-right .content-storey-head > div > a {
    border-color: #ef9f81;
    /*background-color: #e28465;*/
}
