@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}

ul, ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, em, i {
    font-style: normal;
    font-weight: normal;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}

body {
    font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
    background: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.container-w100p {
    position: relative;
    width: 100%;
    height: auto;
}

.container-w1200 {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.main-container {
    background-color: #fff;
    padding-bottom: 50px;
}


.midyear-index-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 539px;
    padding: 0 80px;
    background: url("../image/myear_index_bg.png") center center no-repeat;
}

.my-link {
    display: block;
    float: left;
    width: 16.666666%;
    height: 50%;
}

.my-link:first-child {
    width: 100%;
}


.nav-bottom-container {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 50%;
    width: 900px;
    height: 261px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../image/dd_nav_bottom.png") center center no-repeat;
}

.nav-bottom-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 104px 45px 37px;
    list-style: none;
}

.nb-item {
    float: left;
    width: 86px;
    height: 118px;
    margin-right: 7px;
}

.nb-item:first-child {
    width: 123px;
    margin-right: 27px;
}

.nb-link {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-bottom-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 23px;
    text-align: center;
    color: #eb7268;
    border: 2px solid #eb7268;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}



.navbar-container {
    height: 40px;
    background-color: #353535;
}

.navbar-list {
    float: left;
    height: 40px;
    padding: 0 15px;
}

.navbar-item {
    float: left;
    height: 40px;
    padding: 0 15px;
}

.navbar-link {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #fefefe;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.navbar-link:hover {
    color: #e94a3e;
    text-decoration: none;
}

.nav-divider {
    display: block;
    width: 2px;
    height: 40px;
    background-color: #555;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.category-main {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 40px;
    padding: 0 20px;
    background-color: #232323;
    color: #fefefe;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

.category-main-list {
    display: none;
    position: absolute;
    z-index: 50;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
	height: 500px;
    padding: 25px 0;
    left: 0;
    top: 100%;
    background-color: rgba(53, 53, 53, 0.8);
}

.category-main:hover .category-main-list {
    display: block;
}

.category-main-item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 25px;
    color: #ffffff;
    border-left: 6px solid transparent;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.category-main-item:hover {
    font-size: 16px;
    color: #353535;
    background-color: #fefefe;
    border-left-color: #e94a3e;
}

.cmi-first-cate {
    display: block;
    width: 100%;
    height: 21px;
    font-size: 14px;
    line-height: 1.5;
    color: #fefefe;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.category-main-item:hover .cmi-first-cate {
    color: #232323;
}

.cmi-cate-list {
    display: none;
    position: absolute;
    top: 0;
    right: -200%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    min-height: 50px;
    padding: 10px 15px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 1px #b2b2b2;
    -moz-box-shadow: 1px 1px 1px #b2b2b2;
    box-shadow: 1px 1px 1px #b2b2b2;
}

.category-main-item:hover .cmi-cate-list {
    display: block;
}

.cmi-cate-item {
    float: left;
    height: 20px;
    padding: 3px 10px;
}

.cmi-cate-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #fefefe;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.category-main-item:hover .cmi-cate-link {
    color: #353535;
}

.category-main-item:hover .cmi-cate-link:hover {
    color: #e94a3e;
    text-decoration: none;
}


.login-container {
    position: relative;
    float: right;
    width: 134px;
    height: 40px;
}

.login-btn-container {
    float: right;
    width: 130px;
    height: 40px;
}

.login-btn-list {
    width: 130px;
    height: 40px;
}

.login-btn-item {
    float: left;
    width: 65px;
    height: 40px;
}

.login-btn-item:hover {
    background-color: #e94a3e;
}

.login-btn-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fefefe;
}

.login-btn-item:hover .login-btn-link {
    color: #fff;
    text-decoration: none;
}

.personal-center-container {
    position: relative;
    z-index: 50;
    width: 130px;
    height: 40px;
}

.personal-center-text {
    display: block;
    width: 130px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fefefe;
}

.pc-content-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 5px;
    border: solid 1px #555;
    background-color: #fff;
}

.pcc-list {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
}

.pcc-item {
    float: left;
    width: 59px;
    height: 24px;
}

.pcc-item-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 2;
    color: #353535;
}

.text-red {
    color: #e94a3e;
}

.slider-main-container {
    position: relative;
    width: 100%;
    height: 545px;
}

.slider-img-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.sliderFade-enter-active, .fade-leave-active {
    transition: opacity 1s;
}

.sliderFade-enter, .fade-leave-to {
    opacity: 0;
}

.slide-link {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
}

.slide-img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 500px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-text-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    border: solid 1px #d8d8d8;
    border-top: none;
}

.slider-text-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    color: #696969;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slider-text-item:not(:first-child) {
    border-left: solid 1px #d8d8d8;
}

.slider-text-item.active {
    cursor: pointer;
    color: #fefefe;
    background-color: #e94a3e;
}

.slider-arrow {
    display: block;
    position: absolute;
    z-index: 10;
    top: 230px;
    left: 50%;
    padding: 1px 1px 5px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, .2);
    background-color: rgba(0, 0, 0, .2);
}

.sjgo-slider-wrap:hover .slider-arrow {
    display: block;
}

.slider-arrow:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    background-color: rgba(0, 0, 0, .6);
}

.slider-arrow-left {
    margin-left: 575px;
}

.slider-arrow-right {
    margin-left: 605px;
}


.service-standard-container {
    width: 100%;
    height: 40px;
    
}

.standard-icon-list {
    padding: 0 5px;
}

.standard-icon-item {
    float: left;
    position: relative;
    margin: 0 10px;
    color: #e94a3e;
    font-size: 12px;
    line-height: 40px;
}

.standard-icon-text {
    padding: 0 4px;
}

.standard-icon-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e94a3e;
}


.normal-acts-list {
    width: 100%;
    margin: 30px 0 45px;
}

.normal-acts-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 285px;
    height: 350px;
    padding: 20px;
    margin: 0 20px 0 0;
}

.normal-acts-item:last-child {
    margin: 0;
}

.normal-acts-link:hover {
    text-decoration: none;
}

.normal-acts-para {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 1.5;
    color: #333;
}

.normal-acts-title {
    font-size: 24px;
}

.normal-acts-text {
    font-size: 16px;
}

.normal-acts-img {
    position: relative;
    left: 50%;
    width: 200px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.normal-acts-img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}



.flash-sale-container {
    padding: 5px 0 45px;
    background-color: #f5f5f5;
}

.section-title {
    margin: 45px 0 15px;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #333;
}

.title-line {
    position: relative;
}

.title-line:before,
.title-line:after {
    content: "";
    position:absolute;
    top: 22px;
    display: block;
    width: 300px;
    height: 0;
    border-bottom: 1px solid #333;
}

.title-line:before {
    left: 0;
    margin-left: 120%;
}

.title-line:after {
    right: 0;
    margin-right: 120%;
}

.fs-category-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 0;
}

.fs-category-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 5px;
}

.fs-category-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;
    width: 100px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666;
    border-right: 1px solid #d8d8d8;
}

.fs-category-item.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: #e94a3e;
}

.fs-category-item:first-child {
    border-right: none
}

.fs-category-item:hover {
    cursor: pointer;
}


.product-list {
    width: 100%;
}

.product-item {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    height: 330px;
    padding: 5px;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
}

.product-item.advitem {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    border: none;
}

.product-link,
.adv-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-link:hover {
    text-decoration: none;
}

.product-img,
.adv-img {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-item:hover .product-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product-name {
    width: 90%;
    height: 22px;
    margin: 5px 5% 0;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.2;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-price {
    width: 90%;
    margin: 0 5%;
    line-height: 1.2;
}

.product-price .discount {
    float: right;
    padding-top: 8px;
    font-size: 14px;
    color: #e94a3e;
}

.product-price .sale-price {
    font-size: 24px;
    font-weight: bold;
    color: #e94a3e;
}

.product-price .market-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #666;
}

.product-tag-para {
    width: 90%;
    margin: 5px 5% 0;
    padding: 5px 0;
}

.product-tag {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #e9903e;
    border: 1px solid #e9903e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-timer {
    float: right;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: #e94a3e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-amount {
    position: absolute;
    z-index: 50;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    top: 150px;
    right: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: rgba(233, 74, 62, .6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.sold-out {
    position: absolute;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    padding: 40px 0;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -75px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sold-out .text-chn {
    font-size: 34px;
}

.sold-out .text-eng {
    font-size: 20px;
}


.dyn-acts-list {
    width: 100%;
    padding-top: 15px;
}

.dyn-acts-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 570px;
    height: 330px;
    margin: 0 15px 30px;
    border: 1px solid #d8d8d8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.dyn-acts-item:hover {
    -webkit-box-shadow: 2px 2px 8px #999;
    -moz-box-shadow: 2px 2px 8px #999;
    box-shadow: 2px 2px 8px #999;
}

.dyn-acts-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dyn-acts-link:hover {
    text-decoration: none;
}

.dyn-acts-img {
    position: absolute;
    height: 280px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dyn-acts-text {
    padding: 290px 30px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dyn-acts-item:hover .dyn-acts-text {
    color: #e94a3e;
}


.popup-container {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.popup-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close-btn {
	display: block;
    position: absolute;
	z-index: 9;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
	margin: -280px 0 0 380px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #ddd;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.close-btn:hover {
    color: #fff;
    text-decoration: none;
}