body {
    background: #fff;
}
.page {
    background: url("../img/bg2.jpg") top center repeat-y;
}

a:hover {
    text-decoration: none;
}

.common {
    position: relative;
}
.common.bd {
    background: #05195c;
}

.sidebar {
    /*display: none;*/
    display: block;
    z-index: 30;
    position: fixed;
    left: 0;
    bottom: 4%;
    padding-top: 63px;
    background: url("../img/side-Santa.png") left top no-repeat;
    width: 194px;
}
.sidebar.inactive {
    display: none !important;
}
.sidebar .btn-close {
    position: absolute;
    right: -6px;
    display: block;
    width: 24px;
    height: 24px;
    top: 10px;
}
.sidebar .tar-cps {
    display: block;
    position: absolute;
    width: 150px;
    height: 50px;
    left: 20px;
    top: 10px;
}
.sidebar .tar-list {
    background: url("../img/side-ribbon.jpg") center top repeat-y;
    padding: 0 7px;
    width: 124px;
    margin-left: 27px;
}
.sidebar .tar-list li {
    display: block;
    height: 38px;
    line-height: 50px;
    text-align: center;
}
.sidebar .tar-list li:nth-child(2n+1) {
    background: url("../img/side-ice-1.png") top center no-repeat #d31115;
}
.sidebar .tar-list li:nth-child(2n) {
    background: url("../img/side-ice-2.png") top center no-repeat #d31115;
}
.sidebar .tar-list li:active {
    background: url("../img/side-ice-2.png") top center no-repeat #f11a4f;
}
.sidebar .tar-list li a {
    color: #fff;
    font-size: 14px;
}
.sidebar .tar-list li.active a {
    color: #fff001;
}
.sidebar .btm {
    text-align: center;
    padding: 0 7px;
    width: 124px;
    margin-left: 27px;
    line-height: 50px;
    height: 55px;
    background: url("../img/side-bell.png") top center no-repeat;
}
.sidebar .btm a {
    color: #fff;
    font-size: 14px;
}
.sidebar .btm.active a {
    color: #fff001;
}

.sidebar-open {
    z-index: 32;
    display: none;
    width: 152px;
    line-height: 50px;
    position: fixed;
    left: 0;
    bottom: 172px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #de1116;
}
.sidebar-open.active {
    display: block;
}

.banner {
    position: relative;
    height: 567px;
    background: url("../img/banner.jpg") top center no-repeat #112862;
}
.banner > img {
    position: absolute;
    width: 450px;
    top: 330px;
    left: 50%;
    margin-left: -225px;
}
.banner .datatime {
    position: absolute;
    top: 496px;
    left: 50%;
    margin-left: -195px;
    width: 388px;
    line-height: 51px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.discount {
    height: 424px;
    background: url("../img/hdq.jpg") top center no-repeat;
    min-width: 1200px;
}
.discount a {
    position: absolute;
    display: block;
    width: 254px;
    height: 120px;
}
.discount a.board {
    left: 98px;
    top: 0;
    width: 116px;
    height: 90px;
}
.discount a.topTip {
    top: 254px;
}
.discount a.topTip-1 {
    left: 21px;
}
.discount a.topTip-2 {
    left: 325px;
}
.discount a.topTip-3 {
    left: 629px;
}
.discount a.topTip-4 {
    left: 935px;
}

.common.bd {
    padding: 30px 0;
}

.m_blk {
    padding: 30px 30px;
}
.m_blk.snow {
    background: url("../img/tree_01.png") right 512px no-repeat, url("../img/tree_02.png") left 36px no-repeat, url("../img/snowfield_01.png") bottom center no-repeat #fff;
}
.m_blk .main {
    padding: 30px 20px;
    width: 1160px;
    margin: 0 auto;
    background: #05195c;
}
.m_blk .main .m_title {
    height: 92px;
    line-height: 92px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    background: url("../img/title_01.png") top center no-repeat;
    color: #fff;
    font-size: 46px;
    text-shadow: 3px  0 0 #000;
}

.showing {
    margin-bottom: 30px;
}

.cr-list {
    display: block;
}
.cr-list > li {
    float: left;
    display: block;
    width: 260px;
    margin: 0 15px;
}

.cr-top {
    height: 146px;
    perspective: 800px;
    perspective-origin: 50% 100px;
}
.cr-top > img {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.cr-top .cr-info p {
    border: 1px dashed #333;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    height: 104px;
}
.cr-top .cr-info {
    display: none;
    overflow: hidden;
    padding: 10px;
    background: #ffcd20;
}
/* 色彩 */
.tp-2 .title {
    background: #692aff;
}
.tp-2 .title .title-rg.red {
    color: #ffcd20 !important;
}
.tp-2 .cr-top .cr-info {
    background: #804ef7;
}
.tp-2 .cr-top .cr-info p {
    color: #fff;
    border-color: #fff;
}
.tp-3 .title {
    background: #35b3ed;
}
.tp-3 .title .title-rg.red {
    color: #ffcd20 !important;
}
.tp-3 .cr-top .cr-info {
    color: #fff;
    background: #35b3ed;
}
.tp-3 .cr-top .cr-info p {
    color: #fff;
    border-color: #fff;
}
.tp-4 .title {
    background: #a8d756;
}
.tp-4 .title .title-rg.red {
    color: #ffcd20 !important;
}
.tp-4 .cr-top .cr-info {
    color: #fff;
    background: #a2c95f;
}
.tp-4 .cr-top .cr-info p {
    color: #fff;
    border-color: #fff;
}
.tp-5 .title {
    background: #f47610;
}
.tp-5 .title .title-rg.red {
    color: #ffcd20 !important;
}
.tp-5 .cr-top .cr-info {
    color: #fff;
    background: #f47610;
}
.tp-5 .cr-top .cr-info p {
    color: #fff;
    border-color: #fff;
}
.tp-6 .title {
    background: #28d9c0;
}
.tp-6 .title .title-rg.red {
    color: #ffcd20 !important;
}
.tp-6 .cr-top .cr-info {
    color: #fff;
    background: #28d9c0;
}
.tp-6 .cr-top .cr-info p {
    color: #fff;
    border-color: #fff;
}

.cr-top .cr-info strong {
    font-weight: bold;
    font-size: 16px;
}

.cr-btm {
    position: relative;
    height: 120px;
    background: #fff;
}
.cr-btm .period {
    padding: 12px;
    font-size: 14px;
    color: #666;
}
.cr-btm .cr-btm-lf {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 132px;
    color: #e91550;
    font-size: 14px;
}
.cr-btm .cr-btm-lf > p {
    display: inline-block;
}
.cr-btm .cr-btm-lf .currency {
    line-height: 12px;
}
.cr-btm .cr-btm-lf .num {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.cr-btm .cr-btm-lf .unit {
}
.cr-btm .cr-btm-lf .notice {
    color: #666;
    display: block;
}
.cr-btm .cr-btm-lf .ori {
    text-decoration: line-through;
}
.cr-btm .cr-btm-lf .return {
    display: block;
}
.cr-btm .btn-buy {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #fa4165;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sub-nav-list {
    display: block;
    margin: 30px 0;
    border-bottom: 1px dashed #fff;
}
.sub-nav-list > li {
    float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.sub-nav-list > li.active {
    background: #fff;
    color: #fb4265;
}
.sub-nav-list > li:last-of-type a {
    border-right: none;
}
.sub-nav-list > li > a {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.sub-list {
    
}
.sub-list > li {
    display: none;
}
.sub-list > li.active {
    display: block;
}

.pg-bottom {
    height: 100px;
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../img/bottom.jpg") top center no-repeat #fff;
}
.pg-bottom .close-btn {
    position: absolute;
    right: 10%;
    display: block;
    width: 24px;
    height: 24px;
    top: 10px;
}

