@charset "utf-8";
/*------CSS reset------*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 'Arial', 'Microsoft YaHei', Verdana;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ul, ol {
    list-style: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #d6000f;
}

body {
    background: #fff;
    min-width: 1200px;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

[v-cloak] {
    display: none;
}

/*-----public class start-----*/
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.w990 {
    width: 990px;
    margin: 0px auto;
}

.w1190 {
    width: 1200px;
    margin: 0px auto;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.winona-icon {
    background: url(../images/winona-icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.line {
    height: 0px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.t-c {
    text-align: center !important;
}

.f-red {
    color: #d6000f !important;
}

div, li, td, a, i {
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, ackground-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, ackground-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, ackground-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, ackground-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.translate {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 提示样式 */
#message {
    position: fixed;
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    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%);
    padding: 10px 20px;
}

.grayBgWrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fafafa;
    padding-bottom: 50px;
}

.grayBgWrap .cart-order-title {
    width: 1200px;
    height: 60px;
    margin: 30px auto;
}

.grayBgWrap .cart-order-title img {
    display: block;
    margin: 0 auto;
}

.main-wrap {
    width: 1200px;
    margin: 3px auto;
    height: auto;
    overflow: hidden;
    font-family: "微软雅黑";
    padding-bottom: 50px;
    background-color: #fff;
}

.space-box {
    height: 40px;
}

.mgr0 {
    margin-right: 0 !important;
}

.dashBoder-bottom {
    border-bottom: 1px dashed #e5e5e5;
}

.allborder {
    border: 1px solid #e5e5e5;
}

a:hover {
    text-decoration: none;
    color: #333
}

.checkbox-rtop {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 22px;
    background: url(../images/center-icon.png) no-repeat 0px -197px;
}

/*------盒子------*/
.ml6 {
    margin-left: 6px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.m0 {
    margin: 0 !important;
}

/*颜色*/
.Gray_c {
    color: #ccc !important;
}

.Black {
    color: #000 !important;
}

/*三角形*/
.triangle-left {
    display: inline-block;
    _display: none;
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    right: 7px;
    border-left: 5px solid #999;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.triangle-top {
    display: inline-block;
    _display: none;
    overflow: hidde;
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    right: 10px;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

/*-----public class end-----*/

.top-active {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100px;
    min-width: 1200px;
    overflow: hidden;
}

.top-active-wrap {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.top-active-wrap img {
    display: block;
}

/*------site-nav 开始--------*/
#site-nav {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #ffffff;
    padding-top: 10px;
}

.sn-menu:after, .sn-container:after, .hotwords:after, .header-top:after, .MenuLCinList-item:after, .MenuIndex-right:after {
    content: ".";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.sn-menu, .login-info {
    *zoom: 1;
    float: right;
}

.sn-container {
    width: 1200px;
    margin: 0 auto;
}

.sn-container a {
    font-size: 12px;
    color: #666;
    position: relative;
    z-index: 21;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 14px;
}

.sn-container a:hover {
    text-decoration: underline;
    color: #d6000f;
}

.sn-container .sn-separator {
    width: 1px;
    height: 12px;
    margin-left: -1px;
    margin-top: 9px;
    padding: 0px;
    background: #ccc;
    overflow: hidden;
    float: left;
}

.sn-menu-l, .sn-menu-r {
    float: left;
}

.sn-down-icon {
    width: 7px;
    *position: relative;
    *top: -4px;
    *left: 3px;
    display: inline-block;
    height: 4px;
    margin-left: 4px;
    background: url(../images/winona-icon.png) no-repeat 0px -220px;
}

.sn-node-bar .sn-down-icon {
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transition: transform .2s ease-in;
    -moz-transition: transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.sn-down-box {
    position: absolute;
    top: 30px;
    border: 1px solid #ddd;
    background: #fff;
    left: 0;
    padding-bottom: 5px;
    display: none;
}

.sn-down-box a {
    padding-left: 13px;
}

.sn-node-bar-box:hover .sn-down-box {
    display: block;
}

.sn-node-bar-box:hover .sn-down-icon {
    transition: none;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.sn-node-bar-box:hover .sn-node-bar {
    background-color: #fff;
    line-height: 28px !important;
    height: 30px;
    border: 1px solid #ddd;
    border-bottom: 0px;
    padding: 0px 13px !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.login-register-box {
    width: auto;
    height: 100%;
    float: left;
}

.sn-menu .sn-list {
    position: relative;
    z-index: 20;
    float: left;
    _display: inline;
    height: 30px;
    line-height: 30px;
}

.sn-menu .sn-expert-login {
    padding: 0px 14px;
}

.sn-menu .sn-expert-login a {
    padding: 0px 0px 0px 10px;
}

.sn-menu .sn-list .sn-register {
    padding: 0px;
    display: inline-block;
}

.sn-menu .sn-list .sn-login {
    padding-left: 10px;
    display: inline-block;
    font-weight: bold;
    color: #333;
    padding-right: 0px;
}

.sn-menu .sn-list .sn-login:hover {
    color: #d6000f;
}

.sn-menu .sn-list.sn-cart {
    padding-right: 0px;
    position: relative;
}

.sn-menu .sn-list.sn-cart a {
    padding-right: 0px;
}

.sn-menu .sn-list .winona-icon, .sn-menu .sn-list .winona-nav-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: -1px;
    *top: 0px;
}

.sn-menu .sn-list.sn-seller-center .winona-icon {
    background-position: 0px -376px;
}

.sn-menu .sn-list .sn-down-box {
    width: 105px;
}

.sn-menu .sn-list.sn-expert-inquiry .sn-down-box {
    width: 125px;
}

.sn-menu .sn-list.sn-cart .winona-icon {
    background-position: 0px -391px;
}

.sn-menu .sn-list.sn-security-addus .winona-icon {
    background-position: 0px -1px;
}

.sn-menu .sn-list.sn-security-check .winona-icon {
    background-position: 0px -407px;
}

.sn-menu .sn-list.sn-expert-inquiry .winona-icon {
    background-position: 0px -423px;
}

.sn-menu .sn-list.sn-seller-center a:hover .winona-icon {
    background-position: -16px -376px;
}

.sn-menu .sn-list.sn-cart a:hover .winona-icon {
    background-position: -16px -391px;
}

.sn-menu .sn-list.sn-security-check a:hover .winona-icon {
    background-position: -16px -407px;
}

.sn-menu .sn-list.sn-expert-inquiry a:hover .winona-icon {
    background-position: -16px -423px;
}

.sn-menu .sn-list.sn-security-addus a:hover .winona-icon {
    background-position: -17px -1px;
}

.total-num-box {
    display: inline-block;
    position: relative;
    right: 0px;
    top: -5px;
    height: 16px;
    line-height: 15px;
    z-index: 300;
    font-size: 12px;
}

.total-num {
    position: relative;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    min-width: 8px;
    padding: 0 4px;
    text-align: center;
    z-index: 10;
    color: #FFF;
}

.total-num-bg-box {
    position: relative;
    display: block;
    height: 16px;
    margin: -16px 8px 0;
    z-index: 1;
    font-size: 0;
    background: #d4000e;
}

.total-num-bg-box em, .total-num-bg-box i {
    position: absolute;
    display: block;
    width: 8px;
    height: 16px;
    top: 0;
    font-size: 0;
    z-index: 1;
    background: url(../images/winona-icon.png) no-repeat;
}

.total-num-bg-box em {
    left: -8px;
    border-radius: 8px 0 0 8px;
    background-position: 0px -185px;
}

.total-num-bg-box i {
    right: -8px;
    border-radius: 0 8px 8px 0;
    background-position: -8px -185px;
}

.site-nav-bar-fixed {
    position: fixed;
    z-index: 101;
    left: 0px;
    top: 10px;
    border-bottom: none !important;
    background: none !important;
}

.winona-nav-icon {
    background: url(../images/winona_nav_icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.sn-menu .sn-list.sn-counter-check .winona-nav-icon {
    background-position: 0px -21px;
}

.sn-menu .sn-list.sn-self-integral .winona-nav-icon {
    background-position: 0px -43px;
}

.sn-menu .sn-list.sn-counter-check a:hover .winona-nav-icon {
    background-position: -25px -21px;
}

.sn-menu .sn-list.sn-self-integral a:hover .winona-nav-icon {
    background-position: -25px -43px;
}

/*------site-nav 结束--------*/

/*------header 开始--------*/
#header {
    width: 100%;
    min-width: 1140px;
    background-color: #fff;
    border-bottom: 1px solid #000000;
}

.header-top {
    width: 1200px;
    /*height: 105px;*/
    margin: 10px auto 0 auto;
    position: relative;
}

.logolink {
    width: 130px;
    /*height: 115px;*/
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 11;
}

.logolink:hover {
    text-decoration: none;
}

.logolink .sy-logo {
    width: 117px;
    height: 115px;
    background: url(../images/sy_winona_logo.jpg) no-repeat 0 0;
}

.logolink .other-logo {
    width: 129px;
    height: 52px;
    background: url(../images/zt_winona_logo.png) no-repeat 0 0;
    margin-top: 10px;
}

.s11-box {
    position: absolute;
    left: 120px;
    top: 30px;
    z-index: 11;
    height: 80px;
    width: 120px;
}

.s11-icon {
    position: relative;
    top: 0;
    width: 77px;
    height: 44px;
    display: block;
    margin: 0 auto;
    -webkit-animation: verticalMovie2 5s ease infinite alternate;
    -moz-animation: verticalMovie2 5s ease infinite alternate;
    -o-animation: verticalMovie2 5s ease infinite alternate;
    animation: verticalMovie2 5s ease infinite alternate;
}

@-webkit-keyframes verticalMovie2 {
    0% {
        top: -10px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: -10px;
    }
}

@-moz-keyframes verticalMovie2 {
    0% {
        top: -10px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: -10px;
    }
}

@-o-keyframes verticalMovie2 {
    0% {
        top: -10px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: -10px;
    }
}

@keyframes verticalMovie2 {
    0% {
        top: -10px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: -10px;
    }
}

.header-search {
    float: right;
    margin-top: -129px;
    width: 260px;
    position: relative;
    z-index: 13;
    /*border: 1px solid #d4000e;*/
    border: 1px solid #000000;
    height: 27px;
    border-radius: 10px;
    overflow: hidden;
}

.search-top .text {
    float: right;
    _display: inline;
    width: 80%;
    border: none;
    /*padding-left: 5px;*/
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
}

.search-top .text:focus {
    outline: none;
    /*-webkit-box-shadow: 0px 0px 5px rgba(212, 0, 15, 0.2);*/
    /*-moz-box-shadow: 0px 0px 5px rgba(212, 0, 15, 0.2);*/
    /*-o-box-shadow: 0px 0px 5px rgba(212, 0, 15, 0.2);*/
    /*-ms-box-shadow: 0px 0px 5px rgba(212, 0, 15, 0.2);*/
    /*box-shadow: 0px 0px 5px rgba(212, 0, 15, 0.2);*/
}

.search-top .button {
    float: left;
    _display: inline;
    border: none;
    width: 38px;
    height: 27px;
    line-height: 200px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    background: url(../images/black-search_icon.png) no-repeat center center;
}

.hotwords {
    margin-top: 4px;
    width: 260px;
    height: 20px;
    overflow: hidden;
}

.hotwords li {
    float: left;
    _display: inline;
}

.hotwords li.separator {
    margin: 4px 10px;
    width: 1px;
    height: 12px;
    background: #ccc;
    overflow: hidden;
}

.hotwords li a {
    color: #ccc9c9;
}

.hotwords li a:hover {
    text-decoration: underline;
    color: #d6000f;
}

.header-bar-fixed .header-search {
    position: fixed;
    z-index: 101;
    left: 50%;
    margin-left: -224px;
    top: -5px;
}

.header-bar-fixed .header-search .hotwords {
    display: none;
}

/*------header 结束-------*/

/*------导航  开始------*/
#nav {
    /*width: 755px;*/
    width: 100%;
    float: left;
    _display: inline;
    margin-left: 30px;
    /*height: 105px;*/
    position: relative;
    z-index: 3;
    margin-top: 40px;
}

.MenuIndex {
    width: 100%;
    margin-top: 35px;
    margin-bottom: -30px !important;
}

.MenuIndex li {
    float: left;
    _display: inline;
    line-height: 20px;
    position: relative;
    width: 124px;
    text-align: center;
    height: 38px;
}

.MenuIndex li span {
    width: 75px;
    height: 4px;
    background: #cf000f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    display: none;
}

.MenuIndex li a.MenuIndex-title {
    font: 600 15px/20px 'Microsoft YaHei';
    color: #585858;
    display: block;
    height: 20px;
}

.MenuIndex li a.MenuIndex-title:hover, .MenuIndex li a.MenuIndex-title.current {
    text-decoration: none;
    /*color: #d6000f;*/
    /*color: #ffffff;*/
    /*background: #d6000f;*/
}

.MenuIndex li:hover:not(.zt-winona), .MenuIndex li:hover a.MenuIndex-title {
    color: #ffffff !important;
    background: #d6000f;
}

.MenuIndex li a.MenuIndex-title:hover p, .MenuIndex li a.MenuIndex-title.current p {
    color: #d6000f;
}

.MenuIndex li a.MenuIndex-title p {
    color: #c7c7c7;
    font-size: 12px;
    font-weight: normal;
}

.MenuIndex .MenuIndex-goods-list:hover .nav-goods-list, .MenuIndex-exclusive:hover .exclusive-box, .s11-box:hover .exclusive-box {
    display: block;
}

.MenuIndex .MenuIndex-goods-list:hover span, .MenuIndex-exclusive:hover span, .MenuIndex li a.MenuIndex-title.current span {
    display: block;
}

.MenuIndex-brandStory-list:hover {

}

.MenuIndex .nav-goods-list {
    position: absolute;
    left: -106px;
    top: 40px;
    width: 920px;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    display: none;
}
.nav-product-list{
    display: none;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border-top: 1px solid #000000;
    box-shadow: 10px 10px 20px #8e8e8e;
    width: 1140px;
    height: 530px;
}
.nav-product-list .container{
    white-space: nowrap;
    margin-top: 60px;
}
.nav-product-list .container .left{
    
    width: 50%;
    float: left;
    padding:0 20px ;
    
}
.nav-product-list .container .left .list{
    width: 25%;
    float: left;
    padding: 0 20px;
}
.nav-product-list  .left .list li:first-child{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}
.nav-product-list  .left .list li a{
    position: relative;
    font-size: 16px;
    line-height: 33px;
    text-decoration: none;
}
.nav-product-list  .left .list li a img{
    position: absolute;
    right:-30px;
    top: -10px;
}
.nav-product-list  .left .list li a:hover{
    color: #d6000f;
}
.nav-product-list .container .right{
    width: 46%;
    float: left;
    text-align: center;
}
.nav-product-list .container .right a{
    display: none;
}
.nav-brandStory-list {
    display: none;
    /*display: block;*/
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border-top: 1px solid #000000;
    box-shadow: 10px 10px 20px #8e8e8e;
    width: 1140px;
    height: 615px;
    /*width: 1450px;*/
    /*width: 1360px;*/
}

.nav-brandStory-list .container {
    /*margin: 59px auto 0 auto;*/
    /*max-width: 1100px;*/
    white-space: nowrap;
    margin-top: 60px;
}

.nav-brandStory-list .container .left {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    width: 5%;
    padding-left: 2%;
}

.nav-brandStory-list .container .right {
    vertical-align: top;
    color: #000000;
    font-size: 16px;
    display: inline-block;
    margin-left: 55px;
    border-left: 1px solid #aaaaaa;
    padding-left: 30px;
    white-space: normal;
    width: 90%;
}

.nav-brandStory-list .container .right a {
    display: inline-block;
    /*width: 43%;*/
    margin-left: 10px;
}

.nav-brandStory-list .container .left ul li {
    margin-bottom: 17px;
    padding-left: 16px;
    cursor: pointer;
}

.nav-brandStory-list .container .right .single-brandImg {
    display: inline-block;
    width: 461px;
}

.nav-brandStory-list .container .right a:first-child {
    margin-bottom: 15px;
}

.nav-top10-list {
    display: none;
    /*display: block;*/
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1140px;
    z-index: 10;
    border-top: 1px solid #000000;
    box-shadow: 10px 10px 20px #8e8e8e;
    height: 615px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-top10-list img {
    width: 100%;
    display: block;
    margin: 0 auto;
    cursor: auto;
}

.nav-top10-list .list {
    position: relative;
    /*max-width: 1100px;*/
    margin: 0 auto;
}

.nav-top10-list::-webkit-scrollbar {
    background-color: #ffffff;
}

.nav-top10-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d2d2d2;
}

.nav-top10-list .list .link {
    opacity: 0;
    position: absolute;
    background: #000000;
}

.nav-memberCenter-list {
    display: none;
    /*display: block;*/
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border-top: 1px solid #000000;
    box-shadow: 10px 10px 20px #8e8e8e;
    width: 1140px;
    /*width: 1360px;*/
    height: 615px;
}

.nav-memberCenter-list .container {
    white-space: nowrap;
    margin-top:60px;
}

.nav-memberCenter-list .container .left {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    width: 5%;
    padding-left: 2%;
}

.nav-memberCenter-list .container .right {
    vertical-align: top;
    color: #000000;
    font-size: 16px;
    display: inline-block;
    margin-left: 74px;
    border-left: 1px solid #aaaaaa;
    padding-left: 30px;
    white-space: normal;
    width: 83%;
}

.nav-memberCenter-list .container .right a {
    display: inline-block;
    width: 43%;
    margin-left: 42px;
}

.nav-memberCenter-list .container .left ul li {
    margin-bottom: 17px;
    padding-left: 19px;
    cursor: pointer;
}

.nav-memberCenter-list .container .right .single-memberCenterImg {
    display: inline-block;
    width: 100%;
    /*width: 438px;*/
    /*width: 384px;*/
    /*height: 291px;*/
    object-fit: cover;
}

.nav-memberCenter-list .container .right a:first-child {
    margin-bottom: 15px;
}

#nav .MenuIndex .nav-goods-list .goods-type {
    padding: 35px 0 0 58px;
    float: left;
    width: 605px;
    height: auto;
    overflow: hidden;
}

#nav .MenuIndex .nav-goods-list h6 {
    height: 20px;
    line-height: 20px;
    border-left: 3px solid #cf000f;
    font-size: 15px;
    color: #cf000f;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

#nav .MenuIndex .nav-goods-list .goods-type-list, .MenuIndex .goods-series .goods-series-list {
    width: 140px;
    float: left;
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #616161;
    text-align: left;
}

#nav .MenuIndex .nav-goods-list .goods-type-list p {
    color: #4a4949;
    font-weight: bold;
}

#nav .MenuIndex .nav-goods-list .goods-type-list a {
    display: block;
}

#nav .MenuIndex .goods-series {
    width: 150px;
    float: left;
    padding-top: 35px;
}

#nav .MenuIndex .goods-series .goods-series-list a {
    display: block;
    color: #4a4949;
    font-weight: 600;
}

#nav .MenuIndex .ad-container {
    width: 218px;
    float: right;
    margin-top: 24px;
    margin-right: 30px;
}

#nav .MenuIndex .ad-container img {
    width: 218px;
    height: 124px;
    margin-bottom: 20px;
}

.header-top .exclusive-box {
    position: absolute;
    left: -281%;
    top: 70px;
    width: 920px;
    height: 310px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    display: none;
}

.exclusive-cont {
    width: 258px;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 30px 0 0px 35px;
    position: relative;
}

.exclusive-cont img {
    width: 258px;
    height: 210px;
    display: block;
    margin-bottom: 10px;
}

.exclusive-cont p {
    height: 40px;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    text-align: center;
}

.MenuIndex-right {
    float: right;
}

.MenuIndex-right li.separator {
    margin: 13px 6px 0px 6px;
}

.MenuIndex-right li a {
    padding: 0px 10px;
}

.MenuIndex-right li.last a {
    padding-right: 0px;
}

.MenuIndex-right li {
    float: left;
    _display: inline;
    line-height: 36px;
}

.MenuIndex-right li.separator {
    width: 1px;
    height: 10px;
    background: #666;
    overflow: hidden;
    margin-top: 13px;
}

.MenuIndex-right li a {
    padding: 0px 32px;
    font: 400 15px/36px 'Microsoft YaHei';
    color: #666;
    display: block;
    height: 36px;
}

.MenuIndex-right li a:hover {
    text-decoration: none;
    color: #d6000f;
}

/*------导航  结束---------*/

/*--------footer 开始--------*/
.ft-desc {
    height: 238px;
    background-color: #eee;
    width: 100%;
    min-width: 1200px;
}

.ft-desc ul li {
    float: left;
    _display: inline;
    height: 238px;
    padding-left: 20px;
    width: 170px;
}

.ft-desc ul li.last {
    border: none;
    width: 215px;
}

.ft-desc ul li dl {
    padding-top: 40px;
}

.ft-desc ul li:hover {
    background-color: #e4e4e4;
}

.ft-desc ul li dl dt {
    color: #333;
    font: 18px/20px 'Microsoft YaHei';
    padding-bottom: 10px;
}

.ft-desc ul li dl dd a {
    display: block;
    padding-right: 20px;
    line-height: 24px;
    color: #666;
}

.ft-desc ul li dl dd a:hover {
    color: #999;
}

.ft-ensure {
    width: 100%;
    min-width: 1200px;
    background-color: #eee;
    height: auto;
    overflow: hidden;
}

.ft-ensure ul li {
    width: 315px;
    float: left;
    _display: inline;
    _display: inline;
    height: 85px;
    margin: 40px 0px;
    text-align: center;
}

.ft-ensure ul li.qitian {
    width: 253px;
}

.ft-ensure ul li p {
    font: bold 15px/45px 'Microsoft YaHei';
    color: #cf000f;
}

.ft-link {
    height: 36px;
    background-color: #d90126;
    width: 100%;
    min-width: 1200px;
}

.ft-link ul.link-list {
    float: right;
}

.ft-link ul.link-list li {
    float: left;
    _display: inline;
    margin-top: 8px;
}

.ft-link ul.link-list li.separator {
    width: 1px;
    height: 10px;
    background: #ffe9e9;
    overflow: hidden;
    margin: 13px 16px;
}

.ft-link ul.link-list li a {
    color: #ffe9e9;
}

.ft-link ul.link-list li a:hover {
    color: #fff;
}

.ft-link .link-we a {
    color: #ffe9e9;
}

.ft-link .link-we a:hover {
    color: #fff;
}

.ft-link .link-we .wechat-iocn {
    width: 28px;
    height: 23px;
    background-position: 0px -138px;
    margin-right: 8px;
}

.ft-link .link-we .weibo-iocn {
    width: 28px;
    height: 23px;
    background-position: 0px -162px;
    margin-right: 8px;
}

.ft-link .link-we span {
    display: inline-block;
    float: left;
    _display: inline;
    margin-top: 6px;
}

.ft-link .link-we .separator {
    width: 1px;
    height: 36px;
    background: #f36f6f;
    overflow: hidden;
    margin: 0px 25px;
}

.ft-copyright {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    width: 100%;
    min-width: 1200px;
}

.ft-copyright p {
    float: left;
}

.ft-ensure .footer-icon {
    width: 40px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../images/footer_icon.png') no-repeat;
}

.ft-wechat {
    position: relative;
    z-index: 998;
}

.ft-wechat .zoom {
    display: none;
}

.ft-wechat:hover .zoom {
    display: block;
    position: absolute;
    top: -308px;
    left: 0;
    width: 300px;
    height: 300px;
    background: url(../../images/weixin_code.jpg) no-repeat;
    border: 1px solid #ddd;
}

.ft-ensure .footer-icon.ensure-iocn1 {
    background-position: center 0px;
}

.ft-ensure .footer-icon.ensure-iocn2 {
    background-position: center -30px;
}

.ft-ensure .footer-icon.ensure-iocn3 {
    background-position: center -60px;
}

.ft-ensure .footer-icon.ensure-iocn4 {
    background-position: center -90px;
}

.ft-ensure .footer-icon.ensure-iocn5 {
    background-position: center -180px;
}

.top-fix-bar {
    position: fixed;
    display: none;
    height: 50px;
    width: 100%;
    min-width: 1200px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 5px;
    left: 0;
    top: 0;
    opacity: .95;
    z-index: 100;
}

.foot_copy {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
}

.ft-service {
    text-align: center;
    color: #666;
    font: 12px/1.3 'Arial', 'Microsoft YaHei';
}

/*--------footer 结束--------*/

/*----------按钮 开始----------*/
.btn_red {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #fefefe;
    font-family: 'Microsoft YaHei';
    display: inline-block;
    font-weight: bold;
    border-color: #ff4381 #9e0231 #a50737 #ff4783;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #d5000f;
    background: -moz-linear-gradient(top, #d5000f, #c6010e);
    background: -webkit-gradient(linear, top, from(#d5000f), to(#c6010e));
    background: -webkit-linear-gradient(top, #d5000f, #c6010e);
    background: -o-linear-gradient(top, #d5000f, #c6010e);
    background: -ms-linear-gradient(top, #d5000f, #c6010e);
    background: linear-gradient(top, #d5000f, #c6010e);
}

.btn_red:hover {
    color: #fff;
    text-decoration: none;
    background: #c6010e;
    background: -moz-linear-gradient(top, #c6010e, #b9010e);
    background: -webkit-gradient(linear, top, from(#c6010e), to(#b9010e));
    background: -webkit-linear-gradient(top, #c6010e, #b9010e);
    background: -o-linear-gradient(top, #c6010e, #b9010e);
    background: -ms-linear-gradient(top, #c6010e, #b9010e);
    background: linear-gradient(top, #c6010e, #b9010e);
}

/*----------按钮 结束----------*/

/*------stars星级 开始----*/
.stars-red, .stars-white {
    background: url(../images/stars.png) no-repeat;
    display: inline-block;
    overflow: hidden;
}

.stars-red {
    width: 87px;
    height: 13px;
}

.stars-white {
    width: 45px;
    height: 7px;
}

.stars-red5 {
    background-position: 0px 0px;
}

.stars-red4 {
    background-position: 0px -14px;
}

.stars-red3 {
    background-position: 0px -28px;
}

.stars-red2 {
    background-position: 0px -42px;
}

.stars-red1 {
    background-position: 0px -56px;
}

.stars-red0 {
    background-position: 0px -70px;
}

.stars-white5 {
    background-position: 0px -84px;
}

.stars-white4 {
    background-position: 0px -92px;
}

.stars-white3 {
    background-position: 0px -100px;
}

.stars-white2 {
    background-position: 0px -108px;
}

.stars-white1 {
    background-position: 0px -116px;
}

.stars-white0 {
    background-position: 0px -124px;
}

/*------stars星级 结束----*/

.star {
    float: left;
    display: inline-block;
    width: 84px;
    height: 21px;
    background: url('../images/star.png') no-repeat;
}

.star.star5 {
    background-position: 0 4px;
}

.star.star4 {
    background-position: 0 -18px;
}

.star.star3 {
    background-position: 0 -40px;
}

.star.star2 {
    background-position: 0 -62px;
}

.star.star1 {
    background-position: 0 -84px;
}

.star.star0 {
    background-position: 0 -102px;
}

/*右侧*/
.wnn-bar-pc {
    width: 50px;
    height: 240px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -115px;
    z-index: 999;
}

.wnn-bar-pc a.wnn-bar-link {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: url(../images/wnn-bar-pc.png) no-repeat 0 0 #423c3c;
    margin-bottom: 10px;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1000px;
    cursor: pointer;
}

.wnn-bar-pc a.wnn-bar-link:hover {
    background-color: #000;
}

.wnn-bar-pc .wnn-bar-kefu { /* background-position:0 0 !important; */
    background: url(../images/wnn-bar-pc-kf.gif) no-repeat 0 0 !important;
}

.wnn-bar-pc .wnn-bar-cart {
    background-position: 0 -60px !important;
}

.wnn-bar-pc .wnn-bar-member {
    background-position: 0 -120px !important;
}

.wnn-bar-pc .wnn-bar-top {
    background-position: 0 -180px !important;
}

.wnn-bar-pc .wnn-bar-cart-num {
    background-color: #df0006;
    position: absolute;
    padding: 0 3px;
    right: 3px;
    top: 3px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    min-width: 10px;
    border-radius: 8px;
}

/*------------------------------------------页面足迹----------------------------*/
.page_nav li {
    float: left;
    list-style: none;
    color: #000;
}

.page_nav li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    font-family: "微软雅黑";
}

.page_nav li.current a, .page_nav li.current {
    color: #999;
}

.page_nav li span {
    margin: 0 5px;
    font-size: 14px;
    color: #666;
}

.page_nav {
    padding: 10px 0 5px 0;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

/*勾线按钮*/
.check-box {
    padding-left: 20px;
    position: relative;
    height: 50px;
    display: inline-block;
    float: left;
    background: url('../images/checkbox_icon.png') no-repeat 0 center;
    cursor: pointer;
}

.check-box.checked {
    background-position: -23px center;
}

.check-box input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 50px;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

/* 弹框公用样式 */
.alertCont .mask {
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 52;
}

.alertCont .alert-mc {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 53;
}

.alertCont .alert-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 55;
    background: url(../images/close_btn.png) no-repeat center center;
}

.addgou-btn {
    display: inline-block;
    border: 1px solid #d6000f;
    border-radius: 5px;
    line-height: 21px;
    font-size: 12px;
    text-align: center;
    color: #d6000f;
    padding: 0px 5px;
}

/*收货地址*/

.my-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #000000;
    color: #FFFCF9;
    opacity: 0.8;
    z-index: 100;
    padding: 15px;
}

/* 分页样式 */
.page-bar {
    margin: 40px;
    height: 50px;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    min-width: 50px;
}

.el-pager li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.el-pagination button, .el-pagination span:not([class*=suffix]) {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #d6000f;
}

.skinTestBox {
    width: 820px;
    height: auto;
    overflow: hidden;
    background: #d6000f;
    padding-top: 40px;
    padding-bottom: 10px;
}

.skinTestBox .allSkinTest {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 73px;
}

.skinTestBox .skinTestList {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.online_table_imd_text {
    width: 820px;
    margin: 0 auto;
}

.allSkinTest .online_table_imd_text h3 {
    color: #000;
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    padding-bottom: 15px;
    padding-top: 110px;
    font-weight: 100;
}

.online_table_imd_text h4 {
    text-align: center;
    height: 78px;
    color: #fff;
    line-height: 78px;
    background: #d60614;
    font-size: 24px;
    letter-spacing: 15px;
    font-weight: normal;
}

.online_table_imd_text .quest-box {
    width: 740px;
    margin: 0 auto;
    min-height: 255px;
}

.online_table_imd_text .charge-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.online_table_imd_text h6 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: left;
    padding: 20px 0;
}

.online_table_imd_text p {
    font-size: 16px;
    color: #333;
    text-align: left;
    width: 740px;
    margin: 0 auto;
    line-height: 30px;
}

.fllow_one {
    width: 820px;
    margin: 0 auto;
    text-align: center;
}

.online_table_imd_ul {
    width: 750px;
    text-align: center;
    margin: 20px auto 70px auto;
    clear: both;
}

.online_table_imd_ul a {
    display: block;
    width: 183px;
    height: 38px;
    color: #333;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    float: left;
    overflow: hidden;
    padding-top: 110px;
    border: 1px solid #ededed;
}

.online_table_imd_ul a.skin-icon0 {
    background: url(../images/skin_clinic_icon01.png) no-repeat center 20px;
}

.online_table_imd_ul a.skin-icon1 {
    background: url(../images/skin_clinic_icon02.png) no-repeat center 20px;
}

.online_table_imd_ul a.skin-icon2 {
    background: url(../images/skin_clinic_icon03.png) no-repeat center 20px;
}

.online_table_imd_ul a.skin-icon3 {
    background: url(../images/skin_clinic_icon04.png) no-repeat center 20px;
}

.start_text {
    width: 740px;
    margin: 0 auto;
}

.start_text a {
    display: inline-block;
    text-align: center;
}

.online_table_begin, .online_table_begin:hover {
    background: #d7000f;
    width: 133px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    margin: 40px 0 40px 200px;
}

.tc_back {
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    background: none;
    margin-top: 50px;
}

.online_table_imd_2 {
    width: 600px;
    text-align: center;
    padding: 20px 0px;
    margin: 0 auto;
}

.online_table_imd_4 h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: center;
    line-height: 25px;
}

.online_table_imd_4 label {
    margin: 10px;
}

.online_table_imd_4 label input {
    margin-right: 5px;
}

.ex_sym_submit {
    background: #d7000f;
    width: 133px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border: 0px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    display: inline-block;
    margin: 40px auto;
}

.di_bg {
    width: 740px;
    clear: both;
    margin: 30px auto 30px;
    height: auto;
    overflow: hidden;
}

.di_bg .posi span {
    font-size: 14px;
    margin: 0 10px;
    width: 80px;
    float: left;
    color: #000
}

.midff {
    text-align: center;
}

.survey_a {
    display: block;
    min-width: 340px;
    max-width: 480px;
    background: none;
    color: #333;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 5px auto;
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    _margin-left: 25px;
}

.survey_a:hover {
    color: #d60614;
    text-decoration: none;
    display: block;
    min-width: 340px;
    max-width: 480px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 5px auto;
    font-size: 16px;
    padding-left: 10px;
    white-space: nowrap;
    _margin-left: 25px;
}

.mall-bottom_box {
    /*width: 1200px;*/
    width: 77%;
    margin: 0 auto 32px auto;
}

.mall-bottom_box_left {
    float: left;
    position: relative;
}

.weixinIcon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    background: url("../images/mall-wxIcon.png") no-repeat left top;
    vertical-align: middle;
    margin-left: 16px;
}

.weilangIcon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    background: url("../images/mall-weiboIcon.png") no-repeat left top;
    vertical-align: middle;
    margin-left: 16px;
}

.weixinImg {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 200;
    background: url('../images/weixin_code.jpg') no-repeat left top;
}

.mall-bottom_box_left .weixinImg {
    display: none;
}

.mall-bottom_box_left .weixinIcon:hover + .weixinImg {
    display: block !important;
}

.mall-bottom_box_left span {
    font: 600 14px/20px 'Microsoft YaHei';
    color: #585858;
    height: 20px;
    margin-left: 10px;
}

.mall-bottom_box_left img {
    margin-left: 10px;
}

.mall-bottom_box_right {
    float: right;
}

.mall-bottom_box_right span {
    font: 600 14px/20px 'Microsoft YaHei';
    color: #585858;
    height: 20px;
}

.zt-winona {
    background: url('../images/zt_winona_logo.png') no-repeat 0 0;
    background-size: 181px 75px;
    margin-top: -56px;
    width: 181px !important;
    height: 75px !important;
}


/*右侧*/
.wnn-bar-pc {
    width: 50px;
    height: 240px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -115px;
    z-index: 999;
}

.wnn-bar-pc a.wnn-bar-link {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: url(https://www.winona.cn/images/wnn-bar-pc.png) no-repeat 0 0 #423c3c;
    margin-bottom: 10px;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1000px;
    cursor: pointer;
}

.wnn-bar-pc a.wnn-bar-link:hover {
    background-color: #000;
}

.wnn-bar-pc .wnn-bar-kefu { /* background-position:0 0 !important; */
    background: url(https://www.winona.cn/images/wnn-bar-pc-kf-2017.gif) no-repeat 0 0 !important;
}

.wnn-bar-pc .wnn-bar-cart {
    background-position: 0 -60px !important;
}

.wnn-bar-pc .wnn-bar-member {
    background-position: 0 -120px !important;
}

.wnn-bar-pc .wnn-bar-top {
    background-position: 0 -180px !important;
}

.wnn-bar-pc .wnn-bar-cart-num {
    background-color: #df0006;
    position: absolute;
    padding: 0 3px;
    right: 3px;
    top: 3px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    min-width: 10px;
    border-radius: 8px;
}
