/* 基礎設置 */
.container {
    width: 1190px;
    margin: 0 auto;
}

/* #region 頂部導航條 */
.topbar {
    height: 30px;
    background-color: #ECECEC;
}

.welcome {
    height: 30px;
    line-height: 30px;
    font-size: 0;
    color: #666;
}

.welcome span,
.welcome a {
    font-size: 12px;
}

.welcome .hello {
    margin-right: 28px;
}

.welcome .login {
    padding-right: 10px;
    border-right: 1px solid #666;
}

.welcome .register {
    padding-left: 10px;
}

.topbar-nav .list {
    height: 30px;
    line-height: 30px;
}

.topbar-nav .list li {
    float: left;
}

.topbar-nav .list li a {
    padding: 0 15px;
    border-right: 1px solid #666;
}

.topbar-nav .list li:first-child a {
    padding-left: 0;
}

.topbar-nav .list li:last-child a {
    padding-right: 0;
    border: 0;
}

/* #endregion 頂部導航條 */

/* #region 頁頭 */
.header {
    height: 120px;
    /* background-color: skyblue; */
}

.header .search form {
    margin-top: 42px;
    font-size: 0;
}

.header .search input {
    width: 508px;
    height: 34px;
    border: 1px solid #DD302D;
}

.header .search button {
    width: 80px;
    height: 36px;
    vertical-align: top;
    background: #DD302D url('../images/serch_icon.png') no-repeat center;
}

/* #endregion 頁頭 */

/* #region 主導航區 */
.main-nav {
    height: 48px;
    border-bottom: 1px solid #DD302D;
}

.main-nav .all-types {
    width: 190px;
    height: 48px;
    line-height: 48px;
    background-color: #DD302D;
    color: white;
    font-size: 16px;
    text-align: center;
}

.main-nav-list {
    height: 48px;
    line-height: 48px;
}

.main-nav-list li {
    float: left;
    margin: 0 10px;
    font-size: 16px;
}

/* #endregion 主導航區 */

/* #region 主要內容區 */
.main-content {
    margin-top: 10px;
}

/* 左側導航區 */
.main-content .side-nav {
    width: 190px;
    height: 458px;
    background-color: #F4F4F4;
    position: relative;
}

.main-content .side-nav li {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
}

/* .main-content .side-nav li:first-child {
    margin-top: 5px;
} */

.main-content .side-nav li:hover {
    background-color: #DD302D;
}

.main-content .side-nav li:hover>a {
    color: white;
}

.second-menu {
    width: 680px;
    height: 458px;
    background-color: #F4F4F4;
    padding-left: 20px;
    position: absolute;
    left: 190px;
    top: 0px;
    display: none;
}

.main-content .side-nav li:hover .second-menu {
    display: block;
}

.second-menu dl {
    height: 36px;
    line-height: 36px;
}

.second-menu dl:first-child {
    margin-top: 10px;
}

.second-menu dt {
    float: left;
    width: 70px;
    font-weight: bold;
    margin-right: 10px;
}

.second-menu dd {
    float: left;
}

.second-menu dd a {
    padding: 0 10px;
    border-left: 1px solid #666;
}

/* 中間廣告slide show */
.main-content .banner {
    width: 690px;
    height: 458px;
    background-color: yellowgreen;
    margin: 0 10px;
}

/* 右側尚品快報 */
.main-content .side-other {
    width: 290px;
    height: 458px;
}

.side-other .message {
    width: 260px;
    height: 156px;
    padding: 0 14px;
    border: 1px solid #D9D9D9;
}

.side-other .message .message-title {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #D9D9D9;
}

.side-other .message .message-title span {
    font-size: 14px;
}

.side-other .message .message-title a {
    font-size: 12px;
    color: #999999;
}

.side-other .message .message-list li {
    font-size: 12px;
    color: #666666;
    height: 26px;
    line-height: 26px;
}

/* 右側圖標導航 */
.side-other .other-nav {
    width: 290px;
    height: 290px;
    /* background-color: gray; */
    margin-top: 10px;
}

.other-nav {
    overflow: hidden;
}

.other-nav-list:first-child {
    margin-top: 16px;
}

.other-nav-list:nth-child(2) {
    margin: 17px 0;
}

.other-nav-list li {
    width: 48px;
    height: 70px;
    /* background-color: skyblue; */
    float: left;
    margin: 0 11px;
    text-align: center;
    cursor: pointer;
}

.other-nav-list li:first-child {
    margin-left: 16px;
}

.other-nav-list:nth-child(1) li:nth-child(1) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: 0 0;
}

.other-nav-list:nth-child(1) li:nth-child(2) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -48px 0;
}

.other-nav-list:nth-child(1) li:nth-child(3) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -96px 0;
}

.other-nav-list:nth-child(1) li:nth-child(4) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -144px 0;
}



.other-nav-list:nth-child(2) li:nth-child(1) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: 0 -48px;
}

.other-nav-list:nth-child(2) li:nth-child(2) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -48px -48px;
}

.other-nav-list:nth-child(2) li:nth-child(3) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -96px -48px;
}

.other-nav-list:nth-child(2) li:nth-child(4) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -144px -48px;
}



.other-nav-list:nth-child(3) li:nth-child(1) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: 0 -96px;
}

.other-nav-list:nth-child(3) li:nth-child(2) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -48px -96px;
}

.other-nav-list:nth-child(3) li:nth-child(3) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -96px -96px;
}

.other-nav-list:nth-child(3) li:nth-child(4) .picture {
    width: 48px;
    height: 48px;
    background-image: url(../images/精靈圖-側邊功能.png);
    background-position: -144px -96px;
}

/* #endregion 主要內容區 */

/* #region 秒殺專場 */
.seckill {
    margin-top: 10px;
}

.seckill img {
    float: left;
    margin-right: 11px;
    cursor: pointer;
}

.seckill img:nth-last-child(1) {
    margin-right: 0;
}

/* #endregion 秒殺專場 */

/* #region 樓層 */
.floor {
    margin-top: 48px;
}

/* #region 頂部 */
.floor-nav {
    height: 30px;
    line-height: 30px;
    padding-bottom: 4px;
    border-bottom: 2px solid #DD302D;
}

.floor-nav .floor-name {
    font-size: 20px;
    color: #000;
}

.floor-nav-list li {
    float: left;
    font-size: 16px;
}

.floor-nav-list li a {
    padding: 0 10px;
    border-right: 1px solid #666666;
}

.floor-nav-list li:last-child a {
    padding-right: 0;
    border: 0;
}

.floor-nav-list li:first-child a {
    padding-left: 0;
    /* color: #DD302D; */
}

/* #endregion 頂部 */

/* #region 底部 */
.floor-info .item {
    float: left;
}

.floor-info .item1 {
    width: 190px;
    height: 392px;
    padding: 20px;
    background-color: #F4F4F4;
}

.item1-list {
    margin-bottom: 29px;
}

.item1-list li {
    width: 90px;
    height: 22px;
    font-size: 16px;
    padding-bottom: 3.5px;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
}

.item1-list li:nth-child(2n-1) {
    float: left;
}

.item1-list li:nth-child(2n) {
    float: right;
}

.item1-list li:nth-child(3),
.item1-list li:nth-child(4) {
    margin: 14.4px 0;
}

.floor-info .item2 {
    width: 340px;
    height: 432px;
}

.floor-info .item3,
.floor-info .item4,
.floor-info .item5 {
    width: 206px;
    height: 432px;
}

.floor-info .item3,
.floor-info .item4 {
    border-right: 1px solid #E2E2E2;
}

.floor-info .item3 img,
.floor-info .item4 img,
.floor-info .item5 img {
    border-bottom: 1px solid #E2E2E2;
}

/* #endregion 底部 */

/* #endregion 樓層 */

/* #region 頁腳 */
.footer {
    height: 440px;
    margin-top: 48px;
    background-color: #483E3E;
}

.links-list {
    width: 190px;
    height: 176px;
    float: left;
    margin-top: 48px;
    margin-right: 10px;
}

.links-list:last-child {
    margin-right: 0;
}

.links-list li a {
    font-size: 14px;
    color: #FFFFFF;
}

.line {
    margin-top: 22px;
    height: 1px;
    background-color: #584D4D;
}

.bottom-links {
    margin-top: 47px;
    text-align: center;
}

.bottom-links-list {
    display: inline-block;
}

.bottom-links-list li {
    float: left;
}

.bottom-links-list li a {
    color: #FFFFFF;
    padding: 0 26px;
    border-right: 1px solid #D9D9D9;
}
.bottom-links-list li:first-child a {
    padding-left: 0;
}
.bottom-links-list li:last-child a {
    padding-right: 0;
    border-right: 0;
}

.bottom-links .copyright {
    margin-top: 10px;
    color: #FFFFFF;
}
/* #endregion 頁腳 */