﻿/********************************************************************************
**项目名：三四线批发商商城
** 描述：公共样式
** 创建时间：2018/5/23
** 最后修改人：（无）
** 最后修改时间：（无）
** 版权所有 (C) :tianmei
*********************************************************************************/
@charset "utf-8";

/* CSS Document */
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'microsoft yahei';
    color: #666;
    font-size: 12px;
}

div {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style: none;
    text-decoration: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
}

textarea {
    -webkit-appearance: none;
}

img, input {
    vertical-align: middle;
}
.buttons1 {
    background-color: #da2518;
    margin-right: 12px;
    color: #ffffff;
}

.buttons2 {
    background-color: #fdf2f1;
    color: #da2518;
    border: 1px solid #f6c8c5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons1, .buttons2 {
    font-family: 'microsoft yahei';
    font-weight: bold;
    float: left;
    display: block;
    position: relative;
    width: 160px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.mt10 {
    margin-top: 10px;
}

.hide {
    display: none;
}

.bgf5 {
    background: #f5f5f5;
    width: 100%;
    overflow: hidden;
    padding-bottom: 72px;
}

/*input区域*/
.text1, .search .text1 {
    border: solid 1px #ff6c00;
    width: 342px;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    font-size: 14px;
    outline: none;


}

.search .button1 {
    padding: 0px;
    border-radius: 0px;

}

/*button区域*/
.button1, .search .button1 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background: #ff6c00;
    outline: none;
    display: inline-block;
    border: 0px;
    width: 102px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.btn1 {
    border: 1px solid #544ec3;
    color: #544ec3;
    border-radius: 12px;
    display: block;
    width: 82px;
    padding: 2px 0px;
    margin: 10px auto 0px;
    font-size: 14px;
}

.btn2 {
    text-align: center;
    border-radius: 14px;
    border: solid 1px #a99187;
    padding: 6px 20px;
    color: #a99187;
}

.btn4 {
    background-color: #ffba3c;
    border-radius: 12px;
    color: #30241a;
    padding: 4px 31px;
}
.btn5{
    background: #ad1000;
    color: #ffffff;
    padding: 6px ;
    border-radius: 5px;

}

.rel {
    position: relative;
}

.fl {
    float: left;
}

.center {
    margin: 0px auto;
    width: 1200px;
    text-align: left;
}

/*顶部公共区域*/
.top_nav {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #dddddd;
}

.top_nav_lf {
    float: left;
    line-height: 33px;
    font-size: 13px;
}

.top_nav_lf a {
    color: #555555;
    margin-right: 16px;
}

.top_nav_lf .top_line {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-top: -2px;
}

.top_nav .top_line {
    width: 1px;
    height: 14px;
    background-color: #dedede;
    margin-right: 16px;
    margin-left: 0px;

}

.top_nav_ri .top_line {
    float: left;
    display: block;
    margin-top: 10px;
}

.top_nav_lf .hello {
    color: #ff6c00;
}

.top_nav_ri {
    float: right;
    font-size: 13px;
    color: #555555;
}

.top_nav_ri ul li {
    float: left;
    position: relative;
    margin-right: 16px;
}

.tn_icon {
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    padding-right: 14px;
    position: relative;
}

.tn_down {
    display: block;
    width: 8px;
    height: 5px;
    background: url("../images/arrowdown.png") no-repeat;
    position: absolute;
    right: 0px;
    top: 16px;
}

.top_nav_ri ul li:hover .tn_list {
    display: block;
}

.tn_list {
    position: absolute;
    top: 30px;
    left: -20px;
    display: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 8px;
    background: #ffffff;
    min-width: 100px;
}

.tn_list .tn_item {
    display: block;
    height: 33px;
    line-height: 33px;
    white-space: nowrap;
    text-align: center;
}

.tn_list.typeimg {
    left: -16px;
}

.tn_list .tn_img img {
    width: 116px;
    height: 116px;
}

.tn_list .tn_item:hover {
    color: #ff6c00;
}

.shopIcon {
    display: block;
    position: absolute;
    left: 40px;
    top:8px;
    background: #ff6c00;
    color: #ffffff;
    border-radius: 3px;
    padding: 0px 4px;
    font: 12px/1.5 '微软雅黑';
}

/*搜索区域*/
.search {
    height: 116px;
    width: 100%;
    overflow: hidden;
}

.s_logo {
    width: 384px;
    line-height: 116px;
    height: 116px;
    float: left;
    margin-right: 10px;
}

.logo_pic {
    float: left;
    width: 190px;
    height: 80px;
    margin-right: 20px;
    margin-top: 20px;
}

.logo_name {
    margin-top: 32px;
    font-size: 32px;
    color: #ff6c00;
    float: left;
    letter-spacing: 0px;
    line-height: 45px;

}

.s_wrap {
    float: left;
    width: 460px;
    height: 40px;
    margin-top: 40px;

}

.s_wrap .text1, .s_wrap .button1 {
    float: left;
}

.cert_icon {
    padding-top: 40px;
    float: right;
}

.certIcon {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.c_icon1 {
    background: url("../images/certBtn.png");
}

.c_icon2 {
    background: url("../images/certBtn2.png");
}

.c_icon1, .c_icon2 {
    display: inline-block;
    width: 34px;
    height: 16px;
    margin: 0px 4px;
}

.cert_icon img {
    width: 280px;
    height: 38px;
    margin-right: 20px;
}

.navs {
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #ffc334;
}

.navs.noBorder {
    border: 0px;
}

.navs_left {
    float: left;
    width: 190px;
    height: 44px;
    background: url("../images/sidebarbg.png") no-repeat;
    cursor: pointer;
    margin-top: -1px;
}

.navs_left:hover .navs_list, .navs_list:hover {
    display: block;
}

.navs_left strong {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 21px;
    line-height: 44px;
}

.navs_right {
    float: left;
    margin-left: 30px;
}

.navs_right ul li {
    float: left;
    margin: 0px 30px;
    line-height: 44px;

}

.navs_right ul li a {
    font-weight: bold;
    color: #333333;
    font-size: 15px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.navs_right ul li.active a, .navs_right ul li:hover a {
    color: #ffae00;
}

.navs_list {
    margin-top: -2px;
    position: relative;
    z-index: 99999;
    width: 190px;
    padding: 8px 0px 20px;
    background: rgba(15, 6, 0, .9);
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#900F0600, endColorstr=#900F0600);
    height: 490px;

}

.navs_list_inner {
    height: 100%;
    overflow: hidden;
}

.navs_list.nav_more {
    height: auto;
    min-height: 490px;
}

.sidebarMore {
    display: block;
    width: 140px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 25px;
    background: url("../images/sidebarMore.png") no-repeat;
}

.sidebarMore.up {
    background: url("../images/sidebarMores.png") no-repeat;
}

.navs_list .navs_list_inner > dl {
    padding: 26px 20px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navs_list .navs_list_inner > dl dd a:hover {
    color: #FFFFFF;
}

.navs_list dl dt a {
    font-size: 18px;
    color: #ffffff;
}

.navs_list dl dd a {
    line-height: 24px;
    color: #bbbbbb;
    margin-right: 10px;
    word-break: keep-all;
    white-space: nowrap;
}

.navs_list dl dd i {
    margin-right: 10px;
}

/*底部*/
.footer {
    width: 100%;
    border-top: 1px solid #ececec;
}

.footer_help {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 50px 0px;
}

.help_item {
    float: left;
    width: 16.5%;
    text-align: left;
    overflow: hidden;
    border-right: 1px solid #ececec;
    height: 280px;
}

.help_item:nth-of-type(2n+6) {
    border: 0px;
}

.help_item dt {
    font-weight: bold;
    color: #222222;
    line-height: 40px;
    font-size: 15px;
    padding-left: 44px;
}

.help_item dd a {
    padding-left: 44px;
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #222222;
}

.footer_tel {
    clear: both;
    height: 200px;
    padding: 34px 0px;
    background-color: #20130e;
    color: #a99187;
}

.shopIntroduction {
    width: 336px;
    height: 84px;
    float: left;
    margin-top: 8px;
    margin-left: 74px;
}

.shopIntroduction a {
    font-size: 14px;
    color: #a99187;
    line-height: 24px;

}

.shoptel {
    margin-top: 8px;
    float: left;
    margin-left: 60px;
    width: 376px;
}

.shoptel p {
    margin-bottom: 20px;
    font-size: 14px;
}

.kefu {
    float: left;
    margin-left: 60px;
}

.kefu strong {
    display: block;
    color: #a99187;
    text-align: center;
    margin-bottom: 54px;
    font-size: 16px;
}

.weicodeImg {
    float: left;
    margin-left: 60px;
}

.weicodeImg strong {
    color: #ffffff;
    font-size: 16px;
    display: block;
    text-align: center;
}

.weicodeImg img {
    margin-top: 16px;
}

.foot_copyright {
    height: 90px;
    background-color: #0f0600;
    padding: 25px 0px 16px;
}

.foot_copyright p {
    font-size: 14px;
    color: #6e574e;
    text-align: center;
    line-height: 26px;

}

.foot_copyright p a {
    font-size: 14px;
    color: #6e574e;
    margin: 0px 6px;

}

/*上半公共部分end*/

/*轮播*/
.shuffl_wrapper {
    width: 100%;
    height: 490px;
    background: #f5f5f5;

}

.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
}

.slideBox .hd {
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 2;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 5px;
    background: rgba(15, 6, 0, .4);
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#900F0600, endColorstr=#900F0600);
}

.slideBox .hd ul li.on {
    background: #ff6c00;
    opacity: 1;
    filter: alpha(opacity=100);
}

.slideBox .bd {
    height: 490px;
    z-index: 1;
    overflow: hidden;
    float: left;
    display: inline;
    width: 100%;
}

.slideBox .bd ul {
    float: left;
    display: inline;
    height: 490px;
    width: 100%;
}

.slideBox .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slideBox .bd ul li {
    float: left;
    display: inline;
    height: 490px;
    width: 100%;
}

.rightbar {
    position: absolute;
    top: 22px;
    right: 0px;
    width: 230px;
    padding-bottom: 10px;
    background: #ffffff;
}

.look_link {
    width: 100%;
    height: 120px;
}

.login_look {
    height: 120px;
    display: block;
    position: relative;

}

.login_look .btn4, .login_name {
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -55px;
}

.login_look .login_name, .login_live {
    color: #ffba3c;
}

.login_line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #725846;
    margin: 0px 8px;
}


.rightbar_list {
    width: 100%;
    padding: 10px 20px 0px;
    height: 322px;
    background: #ffffff;
}

.rb_title {
    text-align: center;
    color: #d0a45b;
    font-size: 16px;
    line-height: 40px;
}

.rb_content {
    width: 100%;
    margin-top: 4px;
}

.listtype1 li a:hover .listtype1_word {
    text-decoration: underline;
}
.listtype1 li a:hover .listtype1_title{
  color: #ff6c00;
}
.listtype1 li {
    height: 36px;
    line-height: 36px;
}
.listtype1 {
    height: 258px!important;
    overflow: hidden;
}
.listtype1_title{
    color: #aaaaaa;
   margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
   float: left;
}
.listtype1_word{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    width:80%;
    color: #333333;
}
.listtype2 {
    margin-top: 10px;
    height: 84px;
}

.listtype2 ul li {
    background-color: #f5f5f5;
    border-radius: 13px;
    margin-bottom: 8px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
}
.listtype2 ul li {
    padding-left: 10px;
}
.listtype2 ul li a {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/notice.png") left center no-repeat;
}



.stage, .stage_imgbox img {
    width: 100%;
}

.stage {
    float: left;
}

.stage_list ul li {
    width: 20%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.style1 .stage_list {
    width: 100%;
    background: #ffffff;
    padding: 24px 0px;
    height: 380px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 4px 5px 0px rgba(8, 8, 8, 0.05);
}


.style1 .stage_list ul li {
    border-right: 1px solid #f2f2f2;
    height: 332px;
    margin-bottom: 20px;
    position: relative;
    padding: 0px 20px;
}

.style1 .stage_imgbox {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 5px auto 0px;

}

.newIcon {
    position: absolute;
    background: url("../images/newspIcon.png") no-repeat;
    display: block;
    width: 60px;
    height: 48px;
    right: 6px;
    top: -4px;
    z-index: 99;
}

.style1 .stage_text {
    height: 40px;
    font-size: 15px;
    margin-top: 10px;
}

.stage_text {
    width: 100%;
    overflow: hidden;
    color: #333333;
}

.style1 .stage_price1 {
    font-size: 20px;
    line-height: 50px;
}

.stage_price1, .stage_price2 {
    color: #ff0000;
}

.style1 .stage_price2 {
    font-size: 15px;
    color: #ffffff;
    background: #ff0000;
    padding: 2px 12px;
    display: inline;
}

.style2 .stage_list {
    width: 1000px;
    float: left;
    height: 386px;
    overflow: hidden;
    border-left: 5px solid #dfdbfc;
    border-right: 5px solid #dfdbfc;
    border-top: 10px solid #dfdbfc;
    border-bottom: 10px solid #dfdbfc;
    background: #ffffff;
}

.style2 .stage_list li {
    border-left: 5px solid #dfdbfc;
    border-right: 5px solid #dfdbfc;
    height: 366px;
    padding: 0px 11px;
}

.style2 .stage_imgbox {
    width: 160px;
    height: 160px;
    margin: 25px auto 22px;
}

.style2 .stage_text {
    padding: 0px 8px;
    font-size: 14px;
    height: 40px;
}

.style2 .stage_price1 {
    font-size: 16px;
    line-height: 40px;
}

.style2 .stage_price2 {
    font-size: 15px;
}

.stage_quan {
    width: 190px;
    background-color: #dfdbfc;
    margin-left: 10px;
    height: 385px;
    float: left;
}

.sq_title {
    width: 100%;
    padding: 33px 22px 14px;
    color: #544ec3;
    text-align: center;
}

.sq_title strong {
    font-size: 24px;
}

.sq_money {
    width: 154px;
    height: 218px;
    margin: 0px auto;
    background: url("../images/quanbg.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.sq_money.no {
    background: url("../images/quanNo.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.sq_money strong {
    margin-top: 68px;
    font-size: 24px;
    line-height: 162px;
    color: #e60f0d;
    font-size: 36px;
    font-weight: bold;
}

.sq_money small {
    font-size: 24px;
}

.sq_money p {
    color: #222222;
}

.sq_title p {
    font-size: 14px;
}

.moreQuan {
    display: block;
    width: 146px;
    height: 38px;
    line-height: 38px;
    background-color: #544ec3;
    color: #ffffff;
    font-size: 15px;
    margin: 12px auto 0px;
    padding: 0px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}

.moreArrow {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    background: url("../images/moreBtn.png") no-repeat;
    margin-top: 10px;
}

.stage_l, .stage_r {
    width: 590px;
    height: 660px;
    float: left;

}

.stage_l {
    margin-right: 10px;
}

.stage_r {
    margin-left: 10px;
}

.stage_content1 {
    height: 570px;
    width: 590px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 4px 5px 0px rgba(8, 8, 8, 0.05);
}

.big_img {
    width: 262px;
    height: 262px;
    float: left;
    margin-right: 22px;
}

.good_list {
    float: left;
    padding: 20px 0px 20px 20px;
}

.good_list .g_title {
    height: 40px;
    overflow: hidden;
    text-align: left;
    padding: 0px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    font-size: 14px;
    color: #222222;
}

.good_list li {
    float: left;
    height: 262px;
    width: 120px;
    margin-right: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.good_list li .g_img {
    margin-top: 16px;
    width: 120px;
    height: 120px;
}

.good_list li .g_money {
    color: #ff0000;
    font-size: 14px;
    display: block;
    margin-top: 14px;
}

.good_list li .g_money2 {
    margin-top: 4px;
    display: block;
    color: #555555;
}

/*.good_list li .g_money2.login, .shc_top.login ul li.small .sh_price2 {*/
    /*color: #999999;*/
/*}*/

.shc_top.login ul li.small .sh_price2 {
color: #999999;
}
.good_list li:hover .g_money2.login, .shc_top.login ul li.small:hover .sh_price2 {
    color: #ff0000;
}

/*楼层*/
.shopfloor {
    width: 100%;
    margin-top: 20px;
    float: left;
}

/*ui*/
.shopfloor.color1 .shopflNum {
    color: #ffa623;
    font-weight: bold;
    border: solid 2px #ffa623;
}

.shopfloor.color1 .shopfllineinner {
    background-color: #ffa623;
}

.shopfloor.color1 .shopContent_left {
    background: url("../images/flsidebar1.png") no-repeat;
}

.shopfloor.color1 .big .sh_price2 {
    background-color: #ffedd3;
}

.shopfloor.color1 .flMoreIcon {
    background: url("../images/flmore.png") no-repeat;
}

.shopfloor.color1 .big .sh_price1 {
    border: solid 2px rgba(255, 166, 35, 0.2);
}

.clearfix {
    clear: both;
}

.shopTitle {
    height: 68px;
    line-height: 68px;
    position: relative;
}

.sn_box {
    height: 100%;
    position: absolute;
    left: 40px;
    background: #f5f5f5;
    /*padding-top: 13px;*/
    padding-right: 10px;
}

.shopflNum {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-top: 16px;
}

.shopflname {
    padding-left: 12px;
    color: #111111;
    font-size: 30px;
    margin-top: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 12px;
}

.shopflline {
    float: left;
    width: 100%;
    padding-left: 48px;
    margin-top: -20px;
}

.shopfllineinner {
    display: block;
    width: 100%;
    height: 2px;
}

.flMore {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 18px;
    height: 100%;
    background: #f5f5f5;
    text-align: right;
}

.flMoreIcon {
    display: block;
    width: 13px;
    height: 8px;
    margin-top: 32px;
    float: right;
}

/*楼层右侧*/
.shopContent {
    width: 100%;
    float: left;
    clear: both;
}

.shopContent_left {
    width: 190px;
    height: 481px;
    float: left;
    padding: 42px 0px 0px;
    overflow: hidden;
}

.shopContent_left ul li {
    text-align: center;
    line-height: 60px;
    white-space: nowrap;
}

.shopContent_left ul li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
}

.shopContent_right {
    background-color: #ffffff;
    box-shadow: 0px 4px 5px 0px rgba(8, 8, 8, 0.05);
    float: left;
    width: 1010px;
    height: 481px;
    overflow: hidden;
}

.shc_top {
    width: 100%;
    height: 241px;
    overflow: hidden;
}

.shc_top ul li {
    float: left;
    height: 241px;

}

.shc_top ul li.small {
    width: 149px;
    padding: 24px 30px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.shc_top ul li.small .shc_text {
    height: 42px;
}

.shc_top ul li.small h2 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #222222;
    font-size: 14px;
}

.shc_top ul li.small p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.shc_top ul li.small .shc_box {
    width: 90px;
    height: 90px;
    margin: 15px auto 0px;
}

.shc_top ul li.small .sh_price2 {
    color: #555555;
}

.shc_top ul li.small .sh_price1, .shc_top ul li.small .sh_price2 {
    display: block;
    font-size: 12px;
}

.shc_top ul li.small .sh_price1, .shc_top ul li.small .sh_price1 em {
    font-size: 14px;
}

.shc_top ul li.small .shc_price {
    text-align: center;
    margin-top: 12px;
}

.shc_top ul li.big {
    width: 414px;
    padding-top: 30px;
    padding-left: 45px;
    border-right: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.shc_top ul li.big .shc_box {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 45px;
    top: 30px;

}

.shc_top ul li .shc_box, .shc_b_img, .style1 .stage_imgbox img, .g_img {
    -webkit-transition: -webkit-transform .2s linear;
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    transition: -webkit-transform .2s linear;
}

.shc_top ul li .shc_box:hover, .shc_b_img:hover, .style1 .stage_imgbox:hover img, .g_img:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.style2 .stage_imgbox img {
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.style2 .stage_imgbox:hover img {
    opacity: .8;
}

.shc_box img {
    width: 100%;
    height: 100%;
}

.shc_top ul li.big .shc_text {
    padding-left: 170px;
    width: 100%;
    padding-right: 36px;
}

.shc_top ul li.big .shc_text h2 {
    line-height: 24px;
    color: #222222;
    height: 72px;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
}

.shc_top ul li.big .shc_text p {
    color: #666666;
    font-size: 14px;
    margin-top: 12px;
    height: 42px;
    overflow: hidden;
}

.shc_price {
    font-size: 14px;
    color: #ff0000;
}

.shc_top ul li.big .shc_price {
    margin-top: 40px;
    line-height: 20px;
}

.shc_top ul li.big .shc_price .sh_price1 {
    text-align: center;
    padding: 0px 33px;

}

.big .shc_price .sh_price2 {
    text-align: center;

    padding: 2px 13px 2px 18px;
    margin-left: -4px;
}

.login .big .shc_price .sh_price2 {
    padding: 2px 13px 2px 88px;
}

.font1 {
    font-size: 14px;
    font-weight: bold;
}

.big .font2 {
    font-size: 14px;
    color: #ff630e;
}

.sh_price2 .font2 {
    margin-left: 16px;
}

/*下半部分*/
.shc_bottom {
    border-bottom: 1px solid #ebebeb;
}

.shc_bottom ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.shc_b_text {
    padding: 0px 40px;
    text-align: center;
}

.shc_b_text h2 {
    font-size: 14px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    line-height: 24px;
}

.shc_b_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.shc_b_img {
    width: 120px;
    height: 120px;
    margin: 30px auto;
}

/*猜你喜欢*/
.guessYouLink {
    width: 100%;
    padding-top: 40px;
}

.guessTitle {
    height: 100px;
    line-height: 96px;
    width: 100%;
    text-align: center;
    background: url("../images/guessLine.png") center center no-repeat;
}

.guessTitle strong {
    font-size: 32px;
    color: #333333;
    font-weight: bold;

}

.contentType1, .guessContent {
    width: 100%;
}

.contentType1 {
    overflow: hidden;
    /*padding-bottom: 60px;*/
}

.contentType1 ul, .guessContent ul {
    /*width: 1216px;*/
    overflow:hidden;

}

.contentType1 ul li, .guessContent ul li {
    float: left;
    background-color: #ffffff;
    margin-right: 16px;
    width: 226px;
   /* height: 420px;*/
    margin:40px 15px 0;
}

.guessContent ul li {
    box-shadow: 0px 4px 5px 0px rgba(8, 8, 8, 0.05);
}

.contentType1 ul li .g_img, .guessContent ul li .g_img {
    /*margin-top: 14px;*/
    text-align: center;

}

.contentType1 ul li .g_img img, .guessContent ul li .g_img img {
    width: 226px;
    height: 226px;
}

.contentType1 ul li .g_text, .guessContent ul li .g_text {
    color: #333333;
    padding: 0px 15px;
    margin-top: 12px;
    text-align: left;
}

.g_text h2 {
    overflow: hidden;
    height: 44px;
    color: #333333;
}

.contentType1 ul li .g_text h2, .guessContent ul li .g_text h2 {
    font-size: 15px;
}

.contentType1 ul li .g_price, .guessContent ul li .g_price {
    margin-top: 6px;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.contentType1 ul li .g_price, .contentType1 ul li .g_price span, .guessContent ul li .g_price, .guessContent ul li .g_price span {
    font-size: 20px;
    color: #ff0000;
}

.contentType1 ul li .g_price2, .guessContent ul li .g_price2 {
    color: #ffffff;
    font-size: 15px;
    background: #ff0000;
    padding: 4px 14px;
    margin-top: 14px;
}

.guessContent.login ul li .g_price2 {
    background: transparent;
    color: #999999;
    padding: 0px;
    cursor: pointer;
}

.guessContent.login ul li:hover .g_price2 {
    color: #ff0000;
}

.guessContent.login ul li .g_price {
    margin-bottom: 10px;
}

/*产品列表*/
/*.cutbread {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #666666;
    text-align:left;
    clear: both;
}*/
.cutbread {
    width: 100%;
    height: 60px;
    line-height: 30px;padding:15px 0;
    color: #666666;
    text-align: left;
    clear: both;
    position:relative;z-index: 999999;
}
.cutbread a {
    color: #666666;
    font-size: 14px;
    display:inline;
    margin: 0px 10px;

   
}


.cutbreadItem{
    float:left;
    margin: 0px 4px;
}
/*.cutbread a {
    color: #666666;
    font-size: 14px;
    display:inline;
    margin: 0px 10px;

   
}
.cutbread a:nth-child(1){
    margin-right: 4px;
    margin-left: 0px;
}*/
.cutbread .center {
    height: 52px;
    line-height: 52px;
    position:relative;
     
}
.cutbreadInner{
    position:absolute;
    left:0px;
    top:6%;

}
.class_divs {
    width: 100%;
}

/*.class_divs ul {*/
    /*border-top: 1px dotted #eeeeee;*/
/*}*/

.class_divs ul li {
    width: 100%;
    overflow: hidden;
    border-top: 1px dotted #cccccc;
    position: relative;
    line-height:20px!important;

}

.class_title, .class_list {
    float: left;
}

.sl-price {
    margin-bottom: 4px;
    margin-top: 12px;
    float: right;
}

.sl-price .input-txt {
    width: 38px;
    padding: 1px;
    float: left;
    height: 17px;
    line-height: 17px;
    border: 1px solid #CCC;
}

.btns-default {
    margin-left: 5px;
    float: left;
    line-height: 14px;
    height: 21px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #DDD;
    padding: 3px 13px 4px;
    color: #666;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #f7f7f7, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
}

.sl-price em {
    line-height: 21px;
    padding: 0 3px;
    color: #CCC;
    float: left;
}

.class_title {
    display: block;
    width: 84px;
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
    padding:0 0 0 18px;

}

.class_list {
    margin: 12px 0px 0px;
    width:1090px;
    height: 32px;
    overflow: hidden;
    padding-left: 9px;
}
.more .class_list{
    height: 155px;
    overflow-y: scroll;
}

.class_list a {
    margin-right: 40px;
    margin-bottom: 12px;
    float: left;
    font-size: 14px;
}

.class_list a.on, .class_list a:hover{
    color: #ff4646;
}

.s-more {
    text-align: center;
    position: relative;
    top: -1px;
    clear: both;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;

    padding-bottom: 4px;
}

.sm-wrap {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    height: 24px;
    line-height: 24px;
    padding: 0 40px 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF #e6e6e6 #e6e6e6;
    background: #fff;
    cursor: pointer;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.sm-wrap span {
    color: #999999;
    font-size: 12px;
}

.s-more .sm-wrap i {
    position: absolute;
    right: 28px;
    top: 12px;
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../images/downs.png) no-repeat 0px 0px;
}

.s-more .sm-wrap.opened i {
    background: url(../images/ups.png) no-repeat 0px 0px;
}

/*筛选*/
.pf_product_list, .cpf_sort {
    width: 100%;
}

.pf_product_list {
    margin-top: 30px;
}

.pf_sort {
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}

.pf_sort a {
    padding-left: 40px;
    padding-right: 10px;
    font-size: 15px;
    margin-right: 30px;
    font-weight: bold;
}

.pf_sort a.on {
    color: #ff4646;
}

.up {
    background: url("../images/aup.png") center right no-repeat;

}

.down {
    background: url("../images/adown.png") center right no-repeat;

}

.pf_right {
    float: right;
    /*margin-top: 10px;*/
    margin-right: 20px;
    font-size: 15px;
}

.pf_left {
    float: left;
    height: 40px;
    line-height: 40px;
}

.pf_right span {
    color: #ff4646;
    font-size: 15px;
}

/*列表*/
.page_wrapper {
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

.page_wrapper.type2 {
    margin: 38px 0px 8px;
}

.pagination li a {
    font-size: 14px;
    color: #999999;
}

.pagination li {
    display: inline-block;
    height: 36px;
    margin: 0px 4px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    padding: 0px 14px;
    line-height: 36px;
}

.pagination li.active {
    background: #aaaaaa;
    border: 1px solid #999999;
}

.pagination li.active a {
    color: #ffffff;
}

.pagination li.first, .pagination li.last, .pagination li.prev, .pagination li.next {
    padding: 0px 12px;
}

.pagination .disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.login_link em {
    color: #f8302f;
    font-size: 20px;
    vertical-align: bottom;
}

.login_link em > span {
    color: #f8302f;
}

.login_link a {
    color: #f8302f;
    margin-left: 15px;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: underline;
}

.login_link span {
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
}

.layui-layer-title {
    text-align: left;
}

.login_title {
    line-height: 44px;
    position: relative;
    z-index: 9999999;
}

.free {
    /*margin-top: 10px;*/
    float: right;
    font-size: 16px;
    position: relative;
    z-index: 99999;
}

.user_login {
    margin-left: 40px;
    font-size: 18px;
    font-weight: bold;
}

.login_warp {
    width: 100%;
    padding: 34px 64px 30px;
    display: none;
}

.login_input {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

.login_label {
    background: #f4f4f4;
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #cccccc;
    line-height: 42px;
    box-sizing:border-box;
}

.login_label img {
    margin: 0px auto;
}

.saveInfo {
    font-size: 12px;
    float: left;
}

.forgin_key {
    float: right;
    color: #333333;
    font-size: 12px;
}

.yzimg {
    height: 48px;
    cursor: pointer;
    width: 96px;
}

.text2 {
    height: 42px;
    width: 288px;
    margin-left: -4px;
    padding-left: 12px;
    line-height: 1;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 0px;
    outline: none;
    border-right: 1px solid #cccccc;
    background: #ffffff;
    box-sizing:content-box;
}

.text3 {
    padding-left: 12px;
    float: left;
    outline: none;
    height: 44px;
    width: 228px;
    border: 1px solid #cccccc;
    outline: none;

}

.btn3 {
    clear: both;
    display: block;
    background: #dd2726;
    width: 100%;
    outline: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

label.error {
    position: absolute;
    left: 0px;
    bottom: -16px;
    color: #dd2726;
    font-size: 12px;
}

/*领券中心*/

.quan_list {
    float: left;
    width: 100%;
    margin-top: -48px;
    margin-bottom: 40px;
}

.quan_list ul > li {
    margin-bottom: 20px;
    width: 50%;
    height: 140px;
    border-radius: 3px;
    float: left;
}

.quan_list ul > li.get .right {
    background: url("../images/quan2.png") no-repeat;
    background-size: auto 100%;
}

.quan_list ul > li.must .right {
    text-align: center;
    background: url("../images/quan2.png") no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.quan_list ul > li.must .right span {
    display: inline-block;
    background: #ffffff;
    border-radius: 2px;
    color: #1499f6;
    width: 20%;
    height: 26px;
    margin: 0px 2px;
}

.quan_list ul > li.must .right h2 {
    color: #065287;
    font-size: 12px;
    line-height: 30px;
}

.quan_list ul > li.must .right .tim_title {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quan_list ul > li.now .right {
    background: url("../images/quan1.png") no-repeat;
    background-size: auto 100%;
}

.quan_list ul > li.none .right {
    background: url("../images/quan3.png") no-repeat;
    background-size: auto 100%;
}

.quan_list ul > li.not .right {
    background: url("../images/quan5.png") no-repeat;
    background-size: auto 100%;
}

.quan_list ul > li.finish .right {
    background: url("../images/quan4.png") no-repeat;
    background-size: auto 100%;
}

.quan_list ul > li.none .small-icon {
    color: #ffffff !important;
    background: #c9c7c7 !important;
}

.quan_list ul > li.none p, .quan_list ul > li.finish p, .quan_list ul > li.not p {
    color: #c9c7c7 !important;
}

.quan_list ul > li.none .q_use, .quan_list ul > li.not .q_use, .quan_list ul > li.none .q_icon, .quan_list ul > li.not .q_icon, .quan_list ul > li.finish .q_use, .quan_list ul > li.finish .q_icon {
    color: #c9c7c7;
    background-color: transparent;
}

.quan_list ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.quan_list .main-container {
    float: left;
    width: 100%;
    height: 100%;
}

.quan_list .main {
    height: 100%;
    padding: 34px 0px 0px 3%;
    margin-left: 26%;
    margin-right: 23%;
    box-shadow: 0px 4px 5px 0px rgba(8, 8, 8, 0.05);
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

.quan_list .main .small-icon {
    padding: 2px 4px;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.quan_list .main .small-icon.color1 {
    background: #f8adc4;
    color: #ff0000;
}

.quan_list .main .small-icon.color2 {
    background: #f77b00;
    color: #ffffff;
}

.quan_list .main .small-icon.color3 {
    background: #1499f6;
    color: #ffffff;
}

.quan_list .main p {
    line-height: 20px;
}

.quan_list .main .q_title {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quan_list .main .q_content {
    max-width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.quan_list .main .q_icon {
    background-color: #fff2f2;
    color: #ff0000;
    font-size: 14px;
    margin-left: 6px;
    padding: 1px 8px;
}

.quan_list .main .q_use {
    color: #f9012d;
}

.quan_list .main .q_use strong {
    font-size: 28px;
    margin: 0px 4px;
}

.quan_list .left {
    box-shadow: 0px 4px 5px 0px rgba(8, 8, 8, 0.05);
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    background: #FFFFFF;
    float: left;
    width: 26%;
    height: 100%;
    line-height: 140px;
    text-align: center;
    margin-left: -100%;
    border-radius: 10px 0px 0px 10px;

}

.quan_list .left:hover img {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.quan_list .left img {
    max-height: 110px;
    max-width: 110px;
    vertical-align: middle;
    margin: 0px auto;
    transition: all .2s ease-in-out, opacity 1s;
}

.quan_list .right {
    float: left;
    width: 23%;
    height: 100%;
    margin-left: -23%;
    text-align: center;
    padding-left: 5%;
    cursor: pointer;
}

.quan_list .right p {
    color: #ffffff;
    line-height: 24px;
}

.quan_list .right p img {
    width: 60px;
    height: auto;
}

.quan_list .right a {
    display: block;
    width: 100%;
    height: 100%;
}

/*暂无数据*/
.notice-filter-noresult {
    padding: 100px 0 200px;
}

.notice-filter-noresult .nf-n-wrap {
    width: 200px;
    margin: 0 auto;
}

.notice-filter-noresult .nf-icon {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/search.notice.png") no-repeat 0 2px;
}

.notice-filter-noresult .nf-content {
    /*margin-left: 42px;*/
}

.notice-filter-noresult .nf-content .result {
    display: block;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #F60;
    margin-bottom: 5px;
}

.notice-filter-noresult .nf-content p {
    line-height: 22px;
    font-size: 12px;
    color: #666666;
    padding:0 0 0 20px;
}

.mt20 {
    margin-top: 20px;
}

.notice-filter-noresult.type1 {
    padding: 172px 0 100px;
}

.btn-default {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #DDD;
    margin-left:20px;
    padding: 0 13px;
    color: #666;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #f7f7f7, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
}

.no_quan,.product_detail {
    width: 100%;background:#fff;margin-top:5px;
}

/*详情页*/

.pro_js {
    width: 420px;
    float: left;
    min-height: 560px;
    margin-bottom: 34px;
}

.block {
    width: 400px;
    float: left;
}

.block ul {
    clear: both;
    float: left;
    width: 370px;
    height: 79px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e6e6e6;
    margin-top: 10px;
}
.shopBtnIcon {
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
}
.pl img {
    float: left;
    height: 114px;
    width: 114px;
}

.pl {
    float: left;
    width: 114px;
    display: inline;
    margin-right: 2px;
    height: 114px;
    border: 1px solid #e9e9e9;
    margin-left: 2px;
}

.Latest_dec span {
    color: #fe0000;
}

.La_price {
    color: #fe0000;
    font-size: 14px;
    margin-right: 10px;
}

.pl:hover {
    border: 1px solid #e13253;
}

.blk_18 {
    zoom: 1;
    width: 400px;
    height: 116px;
    float: left;
    position: relative;
    margin-top: 17px;
}

.blk_18 .pcont {
    width: 360px;
    float: left;
    overflow: hidden;
    height: 116px;
    margin-left: 20px;
    display: inline;
}

.blk_18 .ScrCont {
    width: 32766px;
    zoom: 1;
}

.blk_18 #List1_1, .blk_18 #List2_1 {
    float: left;
}
.blk_18 .LeftBotton,.blk_18 .RightBotton{
    font-family: "黑体";
    font-size: 24px;
    font-weight: bold;
    color: #b3b3b3;
    position: absolute;
    top: 45px;
}
.blk_18 .LeftBotton {

    left: 0px;
}

.blk_18 .RightBotton {
    right: 0px;
}


.price-title, .amount-title {
    color: #999999;
}

.value, .unit {
    color: #333333;
}

.ladder-3 {
    width: 68px;
    line-height: 40px;
}

.fd-cny {
    font-size: 18px;
    color: #f8302f;
}

.ladder-3-2, .ladder-3-3 {
    width: 135px;
    line-height: 38px;
}

.amount-title.ladder-3 {
    width: 50px;
}

.ladder-3-1 {
    padding-right: 4px;
}


.mt16 {
    margin-top: 16px;
}

.value {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}

.con_div_right {
    margin-left: 26px;
    float: left;
    width: 520px;
}

.con_div_right p {
    color: #666666;
    font-size: 14px;
    line-height: 36px;
}
.con_div_right p.p1{
    margin-bottom: 10px;
}

.con_div_right h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #111111;
    width: 100%;
}
.product_detail .con_div_right h1{
    margin-bottom:4px;
}

.con_div_right ul li .con_jiaqian_t.hl50 {
    line-height: 40px;
    font-family: 'microsoft yahei';
}

.con_div_right > ul > li {
    display: inline;
    float: left;
    width: 100%;
}

.con_div_right ul li .con_jiaqian_t {
    color: #999999;
    display: block;
    float: left;
    width: 60px;
}

.con_num {
    color: #333333;
    line-height: 26px;
    float: left;
    width: 138px;
    display: block;
    margin-left: 10px;
}

.size_div {
    float: left;
    width: 440px;
    position: relative;
}

.size_div > a {
    padding: 8px 12px;
    vertical-align: middle;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #dedede;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    /*font-family: "SimSun";*/
    font-family: 'microsoft yahei';
    font-size: 14px;
    color: #555555;
}

/*放大镜*/
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 350px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.cloud-zoom-lens {
    border: 1px solid #888;
    margin: -2px;
    background: #fff;
    _background: none;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    border: 1px solid #ccc;
    overflow: hidden;

}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.cloud-zoom img {
    float: left;
    height: 420px;
    width: 420px;
    display: block;
    zoom: 0;
    z-index: 1;
    border: 1px solid #e9e9e9;
}

.Contentbox2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;

}

#con_two_1 {
    float: left;
    width: 100%;
}

#con_two_2, #con_two_3, #con_two_4, #con_two_5, #con_two_6, #con_two_7, #con_two_8, #con_two_9, #con_two_10, #con_two_11, #con_two_12, #con_two_13, #con_two_14, #con_two_15, #con_two_16, #con_two_17, #con_two_18, #con_two_19, #con_two_20 {
    display: none;
    float: left;
    width: 100%;
}

/*图片小图预览列表*/
.spec-preview {
    width: 398px;
    height: 398px;
    border: 1px solid #e9e9e9;
}

.spec-scroll {
    clear: both;
    margin-top: 17px;
    width: 420px;
    height: 72px;
}

.spec-scroll .prev, .spec-scroll .next {
    font-family: "黑体";
    font-size: 24px;
    font-weight: bold;
    margin-top: 14px;
    cursor: pointer;
    color: #b3b3b3;
}

.spec-scroll .prev {
    float: left;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .next.disabled, .spec-scroll .prev.disabled {
    cursor: not-allowed;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 380px;
    height: 90px;
    overflow: hidden;
    margin-left: 10px;
    display: inline;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 90px;
}

.spec-scroll .items ul li {
    float: left;
    width: 76px;
    height: 70px;
    text-align: center;
}

.spec-scroll .items ul li.hover img {
    border: 2px solid #f36d6e;
}

.spec-scroll .items ul li img {
    width: 66px;
    height: 66px;
    margin: 0px auto;
    border: 1px solid transparent;
}

.spec-preview img {
    width: 398px;
    height: 398px;
}

.pages .no_click {
    color: #c2c1c2;
    background-color: #FFF;
    border-top-color: #ebebeb;
    border-right-color: #ebebeb;
    border-bottom-color: #ebebeb;
    border-left-color: #ebebeb;
}

.preview-info {
    height: 24px;
    float: left;
    clear: both;
}

.preview-info > a {
    margin-right: 2px;
}

.preview-info > span > i {
    width: 16px;
    height: 16px;
    background: url(../images/detialsprite.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.preview-info .share em {
    font-size: 15px;
    float: left;
}

.con_jiaqian {
    line-height: 34px;
    float: left;
    display: inline;
    padding-left: 12px;
    color: #888;
    width: 100%;
    font-size: 13px;
}
/*.con_jiaqian.mt20{*/
    /*margin-top: 0px;*/
/*}*/
.con_jiaqian.bgred {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    font-family: 'microsoft yahei';
    padding-top: 12px;
    padding-bottom: 12px;
}

.con_jiaqian.bgred > li {
    margin-bottom: 20px;
}

.smallf .con_jiaqian_num {
    font-size: 24px;
}

.con_jiaqian_num {
    font-size: 30px;
    color: #f8302f;
    font-family: "Arial";
    text-align: center;

}

.con_jiaqian_num .small {
    font-size: 18px;
    color: #f8302f;
    font-family: "Arial";
}
.con_jiaqian_num  em.value{
    color: #f8302f;

}
.con_button {
    float: left;
    width: 100%;
    margin-top: 24px;

}


.con_button a img.w-wecode {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    margin-left: 0px;
    margin-top: -30px;
}
.shopBtnIcon {
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
}

.con_buy {
    background: url("../images/detialsprite.png") -66px -239px no-repeat;
    padding-left: 42px;
    text-align: center;
    float: left;
    height: 52px;
    width: 190px;
    font-size: 22px;
    line-height: 46px;
    color: #FFFFFF;
    font-family: "microsoft yahei";
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
}

.con_buy.soldout {
    background: #c3c3c3;
    letter-spacing: 10px;
    padding: 0px;
    text-align: center;
}


.mt20 {
    margin-top: 20px;
}

.info {
    font-size: 14px;
    line-height: 26px;
    color: #f8302f;
    float: left;
}

.good_type {
    line-height: 40px;
    float: left;
    width: 458px;
}

.good_type .color_item {
    float: left;

    background-color: #FFF;
}

.good_type .color_item em {
    color: #666;
    font-family: "SimSun";
}

.good_type .color_item a {
    border: 1px solid #dedede;
    display: block;
    white-space: nowrap;
    line-height: 15px;
    padding: 10px 12px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.good_type li.select .color_item a {
    padding: 8px 12px;
}

.size_div > a.select {
    padding: 8px 12px;
}

.good_type li.select .color_item a, .size_div > a.select {
    border: 2px solid #f37271;
}

.good_type li.select .color_item a i, .size_div > a.select i {
    width: 19px;
    height: 16px;
    position: absolute;
    background: url("../images/selected-icon.png") 0px 0px no-repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    bottom: 0px;
    right: 0px;
    margin: 0px;
}

.good_type > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.good_type > li.color {
    line-height: 40px;
    margin-top: 20px;
    overflow: hidden;

}

.color .color_item a i {
    margin-right: 10px;
}

/*分享*/
.preview-info > span.share {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.handArea {
    position: absolute;
    top: -20px;
    left: -53px;
    width: 80px;
    height: 77px;
    z-index: 888;
}

.bshare-customs {
    display: none;
    position: absolute;
    left: -82px;
    top: 29px;
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
    _zoom: 1;
    float: left;
    z-index: 9999;
}

.handArea:hover ~ .bshare-customs, .bshare-customs:hover {
    display: block;
}

.bshare-customs a {
    float: left;
    width: 22px;
    display: block;
    margin-left: 6px;
    _margin-left: 3px;
    height: 22px;
    overflow: hidden;
    list-style: none;
}



.preview-info > span > i.sprite-share {
    background-position: -46px -50px;
}

.preview-info > span > i.sprite-star {
    background-position: -9px -257px;
}

.preview-info > span > i.sprite-star.on {
    background-position: -10px -229px;
}

.preview-info > span > em {
    vertical-align: middle;
    color: #555555;
    font-size: 14px;
}

.bshare-customs a.bshare-weixin {
    background-image: url(../images/weixin.png);
    background-repeat: no-repeat;
}

.bshare-customs a.bshare-qzone {
    background-image: url(../images/share4.jpg);
    background-repeat: no-repeat;
}

.bshare-customs a.bshare-sinaminiblog {
    background-image: url(../images/share6.jpg);
    background-repeat: no-repeat;
}

.bshare-customs a.bshare-renren {
    background-image: url(../images/share5.jpg);
    background-repeat: no-repeat;
}

.bshare-customs a.bshare-qqmb {
    background-image: url(../images/share3.jpg);
    background-repeat: no-repeat;
}

.bshare-customs a.bshare-neteasemb {
    background-image: url(../images/share1.jpg);
    background-repeat: no-repeat;
}

.bshare-customs a.bshare-more {
    background-image: url(../images/share2.jpg);
    background-repeat: no-repeat;
}

.preview-info > span > i.sprite-share {
    background-position: -46px -50px;
    float: left;
    margin-top: 4px;
}

.choose-amount {
    width: 74px;
    height: 46px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 10px;
    float: left;
}

.choose-amount input {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 0px;
    left: 0;
    border: none;
    border: 0;
    text-align: center;

}

.choose-amount a.btn-reduce {
    bottom: -1px;
}

.choose-amount a.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.choose-amount a {
    display: block;
    width: 24px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #666;
    position: absolute;
    right: -1px;
    border: 1px solid #dddddd;
}

.choose-amount a.btn-add {
    top: -2px;
}

.stock {
    line-height: 46px;
    font-family: 'microsoft yahei';
    font-size: 14px;
}

.phoneBuy {
    position: relative;
    width: 125px;
    height: 42px;
    background: url("../images/detialsprite.png") -84px -1px no-repeat;
    text-align: left;
    padding-left: 13px;
    color: #999999;
    display: inline-block;
    line-height: 48px;
    vertical-align: middle;
    font-size: 14px;
    font-family: "SimSun";
}

.phoneBuy:hover .w-wecode {
    display: block;
}

.w-wecode {
    display: none;
    position: absolute;
}

.cen3 {
    margin: 0px auto;
    width: 1200px;
}

.product_detail .cen {
    padding-bottom: 30px;
}

.bsBox {
    box-sizing: content-box;
}

.right_shop {
    width: 190px;
    float: right;
    /*border: 1px solid #eeeeee;*/
}

.s_line {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    width: 100%;
}

.s_enter {
    text-align: center;
    min-height: 80px;
}

.s_enters {
    text-align: center;
    min-height: 50px;
    padding: 14px 20px 10px;
}

.shop_t {
    color: #ff5601;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.shop_ts {
    color: #333333;
    font-size: 15px;
    /*font-weight: bold;*/
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detai_shop_link {
    color: #ff5601;
    border: 1px solid #ffa87c;
    border-radius: 2px;
    padding: 2px 12px;
    font-size: 12px;
    margin-bottom: 10px;
    font-size: 12px;
}

.s_dec {
    color: #666666;
    font-size: 12px;
    line-height: 22px;
}

.s_img {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 12px;
}

.s_img img {
    width: 130px;
    height: 130px;
    margin: 0px auto;
}

.s_img p {

    font-size: 12px;
    line-height: 30px;
    font-family: 'microsoft yahei';
}

.connect_tel {
    padding: 0px 34px;
    text-align: left;
}

.connect_tel h2 {
    line-height: 24px;
}

.s_connect {
    padding: 12px 2px 10px;
    font-size: 12px;
    overflow: hidden;
    margin: 0px -5px;

}

.s_connect a {
    background: #f8f8f8;
    display: block;
    float: left;
    width: 84px;
    height: 33px;
    margin: 0px 5px;
    color: #666666;
    line-height: 33px;
    text-align: center;

}

.mls1 {
    margin-left: -1px;
}

.s_connect a i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}

.kefu2 {
    background: url("../images/message.png") no-repeat;
}

.home {
    background: url("../images/homeIc.png") no-repeat;
}

.s_connect_item {
    line-height: 26px;
}

.s_connect_item dt {
    float: left;
}

.s_connect_item dt, .s_connect_item dd {
    color: #999999;
}

.pr_introduce {
    clear: both;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.con_rights {
    width: 962px;
    float: left;
    position: relative;
    margin-top: 20px;
    position: relative;
    margin-left: 30px;
}

.pr_tab .tab-main {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    background: #f7f7f7;
    height: 38px;
    line-height: 38px;
}

.pr_tab .tab-main ul {
    margin-top: -1px;
}

.pr_tab .tab-main li {
    height: 37px;
    line-height: 37px;
    border-right: 1px solid #ffffff;
    font-weight: bold;
}

.pr_tab .tab-main li.current {
    color: #ff4646;
    font-weight: 600;
}

.bigimg {
    width: 100%;
    text-align: center;
}

.pr_tab div.large li {
    padding: 0px 36px;
    font-size: 14px;
}

.pr_tab .tab-main li {
    position: relative;
    float: left;
    cursor: pointer;
}

.pr_parameter_list {
    padding: 0px 0 15px;
    overflow: hidden;
    _zoom: 1;
}

.pr_parameter img {
    max-width: 100%;
}

.pr_parameter2 > li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
}

/*规格与包装*/
.Ptable {
    margin: 0px;
    width: 100%;
    overflow: hidden;

}

.Ptable-item, .package-list {
    border-top: 1px solid #eee;
    padding: 12px 0;

    color: #555555;
    margin-top: -1px;

}

.Ptable-item h3, .package-list h3 {
    font-weight: 400;
    text-align: right;
    float: left;
    font-size: 14px;
}

.Ptable-item h3 {
    width: 110px;


}

.Ptable-item dl {
    margin-left: 110px;

}

.Ptable-item dt {
    width: 150px;
    float: left;
    text-align: right;
    font-size: 14px;
    line-height: 30px;

}

.Ptable-item dd {
    margin-left: 190px;
    font-size: 14px;
    line-height: 30px;
}

.serve-agree-bd {
    padding: 20px 20px 20px 62px;
    font-size: 12px;
}

.serve-agree-bd dt {
    display: block;
    height: 32px;
    line-height: 32px;
    margin-left: -42px;
    font-size: 16px;
    color: #e4393c;
    font-family: "microsoft yahei";
}

.serve-agree-bd dt .goods {
    background: url(../images/iconZP.png) no-repeat;
}

.serve-agree-bd dt i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
    vertical-align: bottom;
}

.item-detail-copyright strong {
    display: inline-block;
    padding: 8px 0 3px;
}

.serve-agree-bd dd {
    display: block;
    padding: 10px 0 30px;
    line-height: 18px;
}

.serve-agree-bd dt .unprofor {
    background: url(../images/iconLB.png) no-repeat;
}

.serve-agree-bd dt .no-worries {
    background: url(../images/iconWY.png) no-repeat;
}

.detail_item {
    display: none;
    padding-top: 20px;
}

.detail_item.show {
    display: block;
}

/*评价*/
.pingjia_t_link {
    line-height: 48px;
    float: left;
    height: 48px;
    width: 962px;
    border-bottom: 1px solid #e9e9e9;
}

.pingjia_t_link a {
    font-size: 16px;
    color: #666;
    text-align: center;
    display: inline;
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    margin-right: 25px;
    font-size: 14px;

}

.pingjia_t_link a.on {
    color: #ff4646;
}


.pingjia_list {
    float: left;
    width: 992px;
    clear: both;
    position: relative;
    padding-bottom: 100px;
}

.pingjia_list ul li {
    float: left;
    width: 962px;
    margin-top: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.pingjia_list_right {
    display: inline;
    float: left;
    width: 846px;
    padding-left: 14px;
}

.pingjia_list_rights {
    background-color: #FFFFFF;
    display: inline;
    float: left;
    width: 840px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.pingjia_list_right_t {
    float: left;
    height: 50px;
    width: 796px;
    margin-top: -20px;
}

.star_div.top_16 {
    margin-top: 18px;
    margin-left: 0px;
}

.star_div {
    background-image: url(../images/star_bg2.png);
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 15px;
    width: 94px;
    margin-top: 6px;
    margin-right: 30px;
    margin-left: 50px;
}

.star_div div {
    background-image: url(../images/star_bgs.png);
    background-repeat: no-repeat;
    float: left;
    height: 15px;
}

.pingjia_list_right_t .c_9 {
    color: #777777;
    display: inline;
    margin-left: 20px;
    float: right;
    font-size: 14px;
}

.pingjia_list_right_t span {
    line-height: 50px;
    color: #333;
    float: left;
}

.pingjia_list_right_t .c_9.fr {
    float: right;
}

.pingjia_img img {
    display: inline;
    float: left;
    height: 94px;
    width: 94px;
    margin-top: 10px;
    margin-right: 10px;
}

.pingjia_info {
    line-height: 20px;
    color: #333;
    float: left;
    width: 796px;
    font-size: 14px;
}

.zhuijia {
    line-height: 24px;
    color: #666;
    float: left;
    width: 796px;
    margin-top: 10px;
    font-size: 14px;
}

.zhuijia span {
    font-size: 14px;
    color: #ff4646;
    display: block;
    margin-bottom: 10px;
}

.pager.detail {
    bottom: -80px;
    right: 0px;
}

.user_div {
    display: inline;
    float: left;
    width: 80px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.user_div img {
    display: inline;
    float: left;
    height: 54px;
    width: 54px;
    margin-left: 13px;
    border-radius: 100em;
}

.user_div a {
    text-align: center;
    float: left;
    width: 80px;
    margin-top: 2px;
    color: #999999;
}

.user_div a.gay {
    color: #555555;

}

/*商品评价*/
.goods-content {
    padding: 0px 0;
    margin-top: -1px;
    z-index: 4;
    clear: both;
}

.goods-comment ul {
    height: 150px;
    padding: 10px 0px 30px;
}

.goods-comment ul li {
    float: left;
    height: 155px;
}

.goods-comment ul li.hpd {
    width: 130px;
    text-align: center;
    background: url("../images/good.png") no-repeat;
    color: #FFFFFF;
    margin-left: 40px;
    margin-right: 20px;
}

.goods-comment ul li.hpd > span {
    font-size: 44px;
    font-family: "microsoft yahei";
    line-height: 140px;
}

.goods-comment ul li.pre {
    margin-right: 20px;
    height: 80px;
    line-height: 80px;
    margin-top: 22px;

}

.goods-comment ul li.pre dl {
    clear: both;

}

.goods-comment ul li.pre dl dt {
    float: left;
    line-height: 30px;
    width: 80px;
}

.goods-comment ul li.pre dl dt span {
    color: #9c9a9c;
    margin-left: 5px;
}

.goods-comment ul li.pre dl dd {
    float: left;
    height: 10px;
    width: 180px;
    margin-top: 9px;
    line-height: 10px;
    overflow: hidden;

}

.goods-comment ul li.pre dl dd div {
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    background: #7dd1a8;
    float: left;
}

.Prstore_left {
    width: 200px;
    float: left;
    text-align: left;

}

.Latest_box {
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    padding-bottom: 10px;
    /*border: 1px solid #eeeeee;*/

}

.Latest_box h1 {
    font-size: 16px;
    font-weight: bold;
}

.Latest_title {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
}

.Latest_box ul li {
    width: 100%;
    margin-bottom: 16px;
    padding: 0px 16px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Latest_img {
    margin-top: 12px;
    width: 170px;
    height: 170px;
}

.Latest_dec {
    width: 100%;
}

.Latest_dec h2 {
    margin-top: 4px;
}

.Latest_dec h2, .Latest_dec p {
    font-size: 12px;
    line-height: 20px;
}

.Latest_dec p {
    color: #999999;
}

/*导航分类*/
.cate_pop {
    position: absolute;
    left: 190px;
    top: 0px;
    width: 752px;
    height: 490px;
    overflow-y: auto;
    border-bottom: 1px solid #ffe7db;
    border-right: 1px solid #ffe7db;
    border-top: 1px solid #ffe7db;
    z-index: 9999;
    background: #ffffff;
    padding: 30px;
    display: none;
}

.cate_pop_item {
    width: 100%;
    overflow: hidden;
    display: none;
}

.cate_pop_item dl {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cate_pop_item dl dt {
    float: left;
    line-height: 24px;
}

.cate_pop_item dl dd {
    width: 574px;
    float: left;
    /*padding-left: 92px;*/
    margin-left: 20px;
    color: #eeeeee;
    line-height: 24px;
    font-size: 12px;
    /*margin-top: 12px;*/
}

.cate_pop_item dl dt a {
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

.cate_pop_item dl dd a {
    color: #888888;
    font-size: 12px;
    word-break: keep-all;
    padding: 0px 8px;
    border-left: 1px solid #eeeeee;
}

.containter {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 138px;
}

.shoperIntroduction {
    padding: 100px;
    margin: 0px auto 0px;
    width: 1200px;
    background-color: #FFFFFF;

}

.shoperIntroduction p {
    color: #333333;
    font-size: 16px;
}

.shoperp1 {
    text-indent: 24px;
    line-height: 24px;
}

.shoperp2 {
    line-height: 24px;
}

/*专题*/
.project, .project_bg {
    width: 100%;
    position: relative;
}
.bgreds{
    width: 100%;
    background: #ad1000;
}
.project {
    margin-top: -1px;
    height: 350px;   
}


.project_title {
    left: 0px;
    top: 50%;
    margin-top: -96px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.pr_smallT{
    margin-top: 5px;
}

.pr_bigT span, .pr_smallT span {
    color: #ffffff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px auto;
}

.pr_bigT span {
    font-size: 80px;
    max-width: 560px;
    font-weight: bold;

}
.pr_smallT span {
    font-size: 36px;
    width: 432px;
}

.project_content {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 62px;

}

.project_content .pr_ul1 {
    margin: 0px -20px;
}

.pr_ul1 .pr_ul1_item {
    float: left;
    width: 580px;
    height: 270px;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 40px 20px 0px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pr_left, .pr_left img {
    width: 210px;
    height: 210px;
    float: left;

}

.pr_left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.pr_right {
    width: 100%;
    padding-left: 240px;
}
.pr_right .pr_dec {
    font-size: 20px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.figure {
    width: 100%;
    height: 4px;
    position: relative;
    margin: 16px auto;
}

.figure .figure_line {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: relative;
    z-index: 22;

}

.figure .figure_dot {
    background: #ffffff;
    display: block;
    width: 46px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-top: -7px;
    margin-left: -23px;
    z-index: 99;
}

.figure_dot i {
    display: block;
    margin: 0px auto;
    width: 4px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 50%;
}

.praiseList {
    width: 100%;
    overflow: hidden;
    height: 54px;
}
.praiseList ul{

    margin: 0px -9px;
}
.praiseList li{
    float: left;
    max-width: 60px;
    height: 19px;
    padding: 0px 8px;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #ec817e;
    margin: 0px 10px 6px;
    box-sizing:content-box;
      -webkit-box-sizing:content-box;
}
.praiseList li span{
    white-space: nowrap;
    color: #ec817e;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.praiseList li.no_praise{
    border: solid 1px #bbbbbb;
}
.praiseList li.no_praise span{
    color: #bbbbbb;
}
.pr_price{
    margin-top: 10px;
    width: 100%;
    text-align: left;
}
.pr_price_num{
    color: #e01700;
    font-size: 26px;
}
.pr_price .btn5{
    float: right;
    font-size: 16px;
    /*margin-top: -4px;*/
}
.pr_price_num2{
 color:#999999;
 margin-left: 4px;
}

.mui_addr_tri_1{
    color: #333;
    margin-top:6px;
    font-family: 'microsoft yahei';


}
.mui_addr_tri_1 .downIcon{
    right: -9px;
}
.mui_item{
    cursor: pointer;
    margin-right: 14px;
    position: relative;
}
.address_warp{
    position: absolute;
    left: 0px;
    top:40px;
    z-index: 999;
    color: #333;
    background: #ffffff;
    display: none;


}
html{
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}
.address_lists::-webkit-scrollbar{
    display:none;
}
.address_dialog{
    width: 488px;
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa;
     height: 300px;
    padding: 10px;
    font-family: 'microsoft yahei';

}
.address_part_title{
    margin-bottom: 5px;
    font-size: 13px;
}
.address_lists {
    height: 215px;
    overflow: auto;
    font-family: 'microsoft yahei';
    margin-right: -10px;
}
.clearfix:after, .clearfix:before, .headerCon:after, .headerCon:before {
     display: table;
     content: "";
     overflow: hidden;
 }
.address_item{
    width: 215px;
    height: 82px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 5px 8px;
    background-image: url(../images/T1VPiBXvpeXXbjLKQ7-237-106.png) ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size:100% 100% ;
}
.address_default{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ccc;
    color: #FFF;
    padding: 0 2px;
    filter: alpha(opacity=70);
    opacity: .7;
    font-size: 12px;
    line-height: 1.5;
}
.address_sub {
    font-weight: bolder;
    border-bottom: 1px dashed #ccc;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.address_brief{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.address_detail{
    line-height: 19px;
    height: 57px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.active.address_item, .address_item:hover{
    background-image: url(../images/TB1OVRCRpXXXXaMXFXXXXXXXXXX-237-106.png);
}
.active.address_item i{
    display: block;
}

.address_close{
    float:right;
    width: 14px;
    height: 14px;
    cursor: pointer;
    color: #333;
    background: url("../images/addclose.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 8px;
}
.address_item:nth-child(even) {
    margin-right: 0;
}
.click_more {
    position: absolute;
    right: 0px;
    top:10px;
    color: #333333;
}
.class_divs .click_more{
    border: 1px solid #ddd;
    padding: 2px 0px 2px 10px;
}

.click_more span {
    margin-right: 4px;
    vertical-align: middle;
    color: #666666;
}
.class_divs .click_more:hover span{
    color: #e4393c;
}
.class_divs .click_more:hover .moreIcon{
    background: url(../images/searchSort.png) no-repeat  3px -11px;
    transition: background-position .15s ease-in-out;
}
.class_divs .click_more.opened:hover   .moreIcon{
    background: url(../images/searchSort.png) no-repeat  4px -44px;
    transition: background-position .15s ease-in-out;
}
.moreIcon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/searchSort.png) no-repeat 3px 8px;
    transition: background-position .15s ease-in-out;
}
.opened .moreIcon{
    background: url("../images/searchSort.png") no-repeat 4px -27px;
}
.more .brandLetter{
    display: block;
}
.brandLetter{
    float: left;
    overflow: hidden;
    zoom: 1;
    display: none;
    padding-top: 12px;
    /*margin-bottom: 10px;*/
}
 .sl-b-letter .brand-item{
    float: left;
    height: 20px;
    line-height: 19px;
    border: 1px solid #FFF;
    padding: 0 3px;
    cursor: default;
    text-align: center;
    color: #005aa0;
     padding: 0px 8px;
}
 .sl-value{
     float: left;
 }
.sl-b-letter .brand-item:hover{
    border-color: #e4393c;
    color: #e4393c;
}
.crumbs-bar {
    position: relative;
    z-index: 6;
}
.menu-open{
    position: relative;
    z-index: 6;
}
.menu-open .menu-drop-main{
    display: block;
}
.crumbs-nav-item .menu-drop.menu-open .trigger .curr{
    color: #e50112;
}
.crumbs-nav-item .menu-drop.menu-open .trigger{
    border-color: #e50112;
    border-bottom: medium none;
    z-index: 10;
    position: relative;

}
.menu-drop .menu-drop-main{
    border-color: #e50112;

}
.crumbs-nav {
   padding: 20px 0px;
    padding-right: 125px;
    line-height: 24px;
    border-bottom: 1px dotted #cccccc;
}

.crumbs-nav-item {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.one-level .crumbs-link {
    font-size:20px;
    color: #555555;
    font-weight: 700;
    font-family: "microsoft yahei";
}
.crumbs-nav .crumbs-arrow {
    float: left;
    margin-right: 5px;
    font-style: normal;
    width: 7px;
    height: 10px;
    display: block;
    margin-top: 7px;
    background: url("../images/navArrow.png") no-repeat;
}
.crumbs-link, .crumbs-nav-item .menu-drop, .crumbs-nav-item .selector-set {
    float: left;
    margin-right: 5px;
}
.menu-drop {
    height: 24px;
}
.menu-drop .trigger {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    padding: 0 4px 0 8px;
    border: 1px solid #ddd;
    line-height: 24px;
    vertical-align: top;
    background-color: #fff;

}
.crumbs-nav-item .menu-drop .trigger .curr {
    color: #555555;
    font-size: 14px;
}
.menu-drop .trigger .curr {
    display: inline-block;
    _zoom: 1;
    vertical-align: top;
    cursor: pointer;
}
.menu-drop .menu-drop-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left:4px;
    margin-right: 4px;
    background: url(../images/search.ele.png) no-repeat 2px 6px;
    background-size: 100% auto;
}
.menu-open.menu-drop .menu-drop-arrow {
    background-position: 2px -28px;
}

.menu-drop-main {
    display: none;
    width: 350px;
    padding: 10px 0 10px 8px;
    position: absolute;
    left: 0;
    top: 23px;
    border: 1px solid #ddd;
    background-color: #fff;

}
.crumbs-nav-item .menu-drop-list li {
    width: 100px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu-drop-list li {
    float: left;
    width: 65px;
    margin-right: 5px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.menu-drop-list li a{
    color: #555555;
}
.menu-drop-list li:hover a{
    color: #e50112;
}


.ndy_text1{color:#666666;font-size:13px;line-height:20px;height:40px;overflow:hidden;}
.ndy_text2{color:#e4241a;font-size:20px;font-weight:bold;font-family: Arial;height:38px;margin-top:10px;}
.ndy_text2 span{font-size:13px;}
.ndy_k{margin-top:15px;display:flex;line-height:25px; justify-content: center;align-items: center;font-size:12px;}
.ndy_sc{width:100px;height:27px;text-align:center;border:solid 1px #dddddd;color:#999999;}
.ndy_sc:hover{border:solid 1px #ef7e86;color:#ed636e;z-index: 1;}
.ndy_icon1{width:14px;height:14px;background:url(../images/ndy1.png) no-repeat center center/100% 100%;display:inline-block;margin:0 5px 0 0;position:relative;top:2px;}
.ndy_sc:hover .ndy_icon1{background:url(../images/ndy2.png) no-repeat center center/100% 100%;}
.ndy_sc.on .ndy_icon1{width:14px;height:14px;background:url(../images/ndy2.png) no-repeat center center/100% 100%;}
.ndy_icon2{width:19px;height:19px;background:url(../images/ndy3.png) no-repeat center center/100% 100%;display:inline-block;margin:0 5px 0 0;position:absolute;left:22px;top:3px;}
.ndy_gwc{width:100%;flex:1;height:27px;line-height:25px;border:solid 1px #dddddd;margin-left:-1px;padding:0 0 0 45px;color:#ed636e;font-size:12px;display:inline-block;position:relative;}
.ndy_gwc:hover{border:solid 1px #ef7e86;color:#ed636e;}

.contentType1 ul li a:hover .ndy_text1{color:#ed636e;}


.ndy_gwc.off{color:#c8c8c8;}
.ndy_gwc.off .ndy_icon2{background:url(../images/ndy4.png) no-repeat center center/100% 100%;}
.ndy_gwc.off:hover{border:solid 1px #dddddd;}



