/* ------------------------------------Html-Body------------------------------- */
*{ margin:0; padding:0;}
fieldset{ border:none;}
::-moz-selection{background:#000;color:#fff;text-shadow:none}
::selection{background:#000;color:#fff;text-shadow:none}
/* ---------------------------------------------------------------------------- */
li,ul{list-style:none;padding:0;margin:0}

hr{ display:block; width:100%; height:1px; background:#eee; margin:8px 0; border:none;}
.mar{ margin:50px 0;}
.mar30{ margin:30px 0;}
.col{ color:#e45384}
.col1{ color:#999;}
.pad{ padding:0 5px;}
.martop{ margin-top:30px;}
.marbot{ margin-bottom:8px;}
.martop12{ margin-top:12px;}
.martop4{
    margin-top:4px;
}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}
img{max-width: 100%;vertical-align: top;}

p { color:#333;}
a {
   color: #333; text-decoration:none;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}
.mar-right{ margin-right:10px;}
.weizhi{height:34px; line-height:34px; font-size:14px; color:#888; margin:15px 0; overflow:hidden; background:url(/skin/frontend/hecongtwo/pc/longyi/images/home.jpg) no-repeat left center;}
.weizhi span{ float:left;}
a:hover,a:focus {color: #666;text-decoration: none;}
.f-right{float: right;}
.f-left{float: left;}
.t-center{text-align: center; margin: 0 auto;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
@font-face {
    font-family: 'baskerville_old_faceregular';
    src: url('/skin/frontend/hecongtwo/pc/longyi/webfont/baskerville_old_face-webfont.eot');
    src: url('/skin/frontend/hecongtwo/pc/longyi/webfont/baskerville_old_face-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/baskerville_old_face-webfont.woff2') format('woff2'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/baskerville_old_face-webfont.woff') format('woff'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/baskerville_old_face-webfont.ttf') format('truetype'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/baskerville_old_face-webfont.svg#baskerville_old_faceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'courier_newregular';
    src: url('/skin/frontend/hecongtwo/pc/longyi/webfont/cour-webfont.eot');
    src: url('/skin/frontend/hecongtwo/pc/longyi/webfont/cour-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/cour-webfont.woff2') format('woff2'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/cour-webfont.woff') format('woff'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/cour-webfont.ttf') format('truetype'),
         url('/skin/frontend/hecongtwo/pc/longyi/webfont/cour-webfont.svg#courier_newregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* search input field */
.top-lft{ width:430px; position:relative; top:40px;}
.top-lft button[type=button] {  height:38px; background:none;
	border:none;
	width:42px; border-left:none; padding:4px 5px 6px 0; position:absolute; right:0; top:0; cursor:pointer; border-left:1px solid #E8E7E7;
}
.top-lft button[type=button] i.icon-sousuo{ font-size:20px;}
.top-lft input[type=text] {
 border:1px solid #dedddd; padding:6px 0 6px 10px; height:40px; line-height:40px;  float:left; border-radius:5px; box-shadow:0px 2px 3px #DEDBDB; width:100%;
}
.top-lft input[type=text]:focus{outline-offset: -2px;box-shadow:0px 2px 3px #e9d6dd; border-color:#e9d6dd;}
.top-right{ margin-left:366px; width:auto;}
.topmid{ width:100%;}
.logo{width:347px;}
/* placeholder */

/* Blog */
.blog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_list .postWrapper {
    width: 32%;
    padding-bottom: 25px;
}

.postTitle {
    margin-top: 10px;
}

.blog_list .postTitle h2 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.postTitle h3 {
    font-size: 12px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}


.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}
.blog-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    font-family: Verdana, Arial;
}
.blog-wrapper {
    max-width: 32%;
    margin-bottom: 30px;
}
.tags-container {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.blog_list .tags {
    font-size: 12px;
    text-align: center;
}

.tags li {
    font-weight: normal;
    display: inline;
    padding-right: 10px;
}
.tags li a {
    color: #6c6c6c;
}
.blog-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yNS8wOUnPyawAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAKJSURBVDiNjdHvSxNxHAfw9+5OmuZkuM0czpy/5iVCkgWFYukMyR+YWPkgpEwhnzp6EPTH1IMg0upBDMFnkTND8kmE+4HmPJ237Vze3O123m7f64FrULrqA++Hr/eD98eA/7g5n+CIb6wsinywFQDKrU7OVt8xe7+v4Z3hX/j5QmAs+GnuVVurq+RS+0WYTCbE4gI+LH0m9rb+u38teLMcdwdX5hd7Oi/TVqsFHMehoqICDMMgFhMQ3BG5ogXzvphbS0W8dfZKY1ujFdmsivV1P3Z2IyhhGGSzWXwPc2CK4SOR8zodVcam+hok5CwySREUTYOmacTicQAARVGgTwy2FHUrB9tep8NmbGlwQFYJUhkdsSTBfpRDbU01bDYbtrkdnLU2rlN/Yjmx5XXWWI0tDbWQVYJDOYeEKIMXRGwKQFLKQNM0JMR0rqrpWn9hg9cfo+60sOFtrKs2Xmh2/oYjUQE8z0OR9sGHgxAFjtwc99ybHGDfFjZICRtzdlulkW2uK465EBRFVvvGn4xODrgWAIACgBferxNnIJvMpQSKqkPKkBN4LxyELElq58DD0Ud5DCA/oszPuq9f7ZCSB0ilUiBMOXZ5AXt5HAkHkEmn1e6hydGpwZYCBnD8RpZlb7uaXdhPJLD2ZQ0qtQlDmf0Yb/mRTkvqjeGpExgAGJZlR1iWNatZFZqmodJqwbJvGRpVBkWjIKcltWdk+lQMAHRXV9dTv9/fLggCzlXbIaUkHB0p2NrezRmYUrl78MGd6SH2VAwABo/Hc7C6umq2WCzo6e1FlOcPA4HA+1sTzxYfj115WQwWCmZmZr6ZzebzoVDI9ysAcvnohJAfAAghRAKg6LpOdF3P5H3uJ/ICae7NIHBZAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

/* ------Header----- */
.hd-top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #000;
    text-align: center;
    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 999;
    overflow: hidden;
}
.hd-top a {
    color: #fff;
}
.hd-top a:hover {
    color: #fff;
}
.new_page_header {
    margin-left: 5px;
    display: initial;
}
.d {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.h {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.mm {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.s {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
/* .navbar.nav-fixed {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999;
} */
header.header-fixed {
    height: 111px;
    position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.navbar .navBar1 .nav{
    /* max-width: 1260px; */
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* padding: 0 30px; */
}
.wg-top {
    width: 100%;
    /* position: fixed;
    top: 35px;
    left: 0;
    right: 0; */
    background: #fff;
}
.hdtop-container {
    height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo{
    padding: 0 0 8px;
    box-sizing: border-box;
}
.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-nav>li{
    margin-right: 24px;
}
.top-nav>li:last-child{
    margin-right: 0;
}
.top-nav li a {
    color: black;
}
.top-nav li img {
    width: 24px;
}
.header-content {
    max-width: 1300px;
    margin: 30px auto;
}
.header-content-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* .header-logo {
    margin-left: 50px;
} */
.search-form {
    position: relative;
    width: 500px;
}

.search-box .search {
    border: 1px solid #000;
    padding: 6px 0 6px 10px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.search-box input::-webkit-input-placeholder,
.subscribe-email::-webkit-input-placeholder { /* WebKit browsers */  
    color: #000; 
  }  
.search-box input:-moz-placeholder,
.subscribe-email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
    color: #000; 
  }  
.search-box input::-moz-placeholder,
.subscribe-email::-moz-placeholder { /* Mozilla Firefox 19+ */  
    color: #000; 
  }  
.search-box input:-ms-input-placeholder,
.subscribe-email:-ms-input-placeholder { /* Internet Explorer 10+ */  
    color: #000; 
  }  
.search-form img {
    position: absolute;
    width: 24px;
    top: 11px;
    left: 10px;
}
.popular-search {
    display: none; 
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    padding: 30px 18px;
    z-index: 1000;
    box-shadow: 0 0 2px 2px rgb(153 153 153 / 10%);
}
.popular-search-title {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 14px;
    color: #282828;
    font-weight: 700;
}
.popular-search ul.popular-search-list li {
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}
.popular-search ul.popular-search-list li a {
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: underline;
}
.hd-tools {
    display: flex;
}
.hd-tools .coupons {
    width: 24px;
}
.hd-tools .myCart {
    margin-left: 20px;
    width: 24px;
    height: 24px;
    position: relative;
}
.cart-count {
    color: #fff;
    position: absolute;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    top: -6px;
    right: -11px;
}
.new_cart-count{
    color: #fff;
    position: absolute;
    background: rgba(255, 69, 0, 1);
    border-radius: 50%;
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 11px;
    text-align: center;
    /* font-size: 12px; */
    font-size: 9px;
    font-weight: 400;
    bottom: -2px;
    right: -3px;
}
.container{ max-width:1450px; margin:0 auto; min-width:320px;}
.hdtop{
    max-width:1240px; 
    margin:0 auto;
    min-width:320px; 
    height:40px; 
    line-height:40px; 
    font-size:14px;
    margin-top: 60px;
}
.hdtop b{ padding:0 10px; font-weight:normal; color:#333;}
.hdtop b i{ font-style:normal; color:#FF4500;}
.hdright{ position: relative;}
.hdright ul li{ float:left; font-size:10px; color:#ccc; margin-left:10px;}
.hdright ul li a{ padding:0 5px; font-size:13px;}
.hdright ul li a:hover{ color:#000; text-decoration:underline;}
.hdright ul li i.icon-yonghu{ font-size:16px; color:#999;}
.top{ overflow:hidden;margin:10px auto;}
.top-lft a.county{cursor:pointer; display:block;}
.top-lft a.county b{ display:inline-block;  background:url(/skin/frontend/hecongtwo/pc/longyi/images/sanjiao.jpg) no-repeat center; width:8px; height:8px;}
.top-lft .countybox{ overflow:hidden; display:none; padding:10px 15px; background:#fff; border:1px solid #f0f0f0; position:absolute; top:30px; z-index:9999999;
-webkit-box-shadow: 0 2px 5px rgba(230,230,230,.8);
	-moz-box-shadow: 0 2px 5px rgba(230,230,230,.8);
	box-shadow: 0 2px 5px rgba(230,230,230,.8);
}
.top-lft .countybox li{ height:15px; line-height:15px; padding:8px 0;}
.top-lft .countybox i{ float:left; margin-right:10px;}
.topNav{ float:left; margin-right:18px;}
.topNav dl h3{ font-size:12px;width:70px;padding:0 6px;}
.topNav dl h3 i{ font-size:10px; padding:0 5px; color:#999;}
.topNav dl a span{
    background: url(/skin/frontend/hecongtwo/pc/longyi/images/countries-flag.png) no-repeat;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right:5px;
}
.topNav dl a.EUR span{
    background-position: -100px -60px;
}
.topNav dl a.USD span{
    background-position: -320px -200px;
}
.topNav dl a.GBP span{
    background-position: -260px -200px;
}
.topNav dl dd ul{ overflow:hidden; padding:10px 6px; background:#fff;width:70px;-moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    box-shadow: 0 3px 10px rgba(0,0,0, 0.15); position:absolute; z-index:999;}

.topNav1{ width:140px; overflow:hidden; text-align:center; float:left;}
.topNav1 button{ cursor:pointer;}
.topNav1 ul{ background:#fff; overflow:hidden; position:absolute; padding:15px 20px; left:50px;-moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    box-shadow: 0 3px 10px rgba(0,0,0, 0.15);}
.topNav1 ul li{ background:#fff;}
.topNav1 a{ margin:0; padding:0;}
.topNav1 button{ border:none; background:none;}

.top-right a{ display:inline-block; height:30px; line-height:30px; margin:0 20px; color:#777; font-size:14px;}
.top-right .logo a{ margin:0;}
.top-right a i{ float:left; margin-right:8px;}
.top-right a.cat{ position:relative; top:50px;}
.top-right a i.icon-shoucang{ font-size:26px;}
.top-right a.wish{ position:relative; top:50px;}
.top-right a.wish b{ color:#FF4500; padding:0 5px;}
.reveal-modal-bg {position: fixed; height: 100%; width: 100%; z-index: 100; display: none; top: 0; left: 0; background:rgba(00, 00, 00, 0.8);}
.reveal-modal { visibility: hidden; top: 100px; left:5%;width:90%; position: absolute; z-index: 101;
-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
border-radius: 2px; 
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4); 
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); 
box-shadow: 0 0 10px rgba(0,0,0,.4); 
background-color: #FFF; 		}		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal { width:30px; height:30px; text-align:center; line-height:30px;font-size:0; position: absolute; top: 8px; right:8px; color: #fff;   cursor: pointer; background:url(/skin/frontend/hecongtwo/pc/longyi/images/cancel_round.png) no-repeat center; background-size:20px;} 


.catbox{ overflow:hidden; display:none; position:absolute; right:0; top:30px; border:1px solid #eee; padding:10px 15px 0 15px; background:#fff;}
.top-right a.cat b{ display:block; background:#FF4500; width:20px; line-height:18px; border-radius:50%; color:#fff; font-size:10px; font-style:normal; text-align:center; position:absolute; top:2px; left:14px; border:1px solid #fff;}
.catbox h4{ font-size:14px; font-weight:normal; color:#666;}
.catbox h4 img{ width:30px; display:block; margin:0 auto;}
.catbox h5{ font-size:14px; font-weight:normal; padding-bottom:12px; color:#666;}
.catbox ul{ overflow:hidden;}
.catbox ul li{ padding-bottom:10px;}
.catbox ul li .c-img img{ width:50px; height:50px; float:left; margin-right:10px; border:1px solid #eee;}
.catbox ul li h3{ font-size:13px; font-weight:normal; height:26px; line-height:26px; overflow:hidden;}
.catbox ul li p{ color:#fc5b03;}
.catbox ul li a{ margin:0; float:none;}
.catbox ul li .c-tex{ width:50px; overflow:hidden;}
.h-top{ background:#349eae; text-align:center; color:#fff; height:38px; line-height:38px; font-size:16px; margin-bottom:10px;}
.navbar-brand{ position:absolute; left:568px;width:153px;top:-85px; z-index:999;}
.navbar-default { border: 0; background-color: #FFFFFF;
-webkit-transition: padding .3s;
 -moz-transition: padding .3s;
transition: padding .3s; }
.navbar-default.navbar-shrink { padding:0px;background-color: #fff;}

.navbar-fixed-bottom,.navbar-fixed-top{position:absolute;right:0;left:0;z-index:30;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-toggle:focus{outline:0}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
.navbar-default .navbar-brand img{display:block; width:153px; margin:0 auto;}
.navbar-default .navbar-nav>li>a{color:#000}
/* .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color: rgba(140, 23, 0, 1);background-color:transparent} */
/* .navbar-default .navbar-nav>li>a:hover::after {
    width: 100%;
    color:rgba(140, 23, 0, 1);
} */
 .navbar-default .navbar-nav>li:hover>.sub {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease-in-out;
}
 .navbar-default .navbar-nav>.on>a::after {
    width: 100%;
    /* color:rgba(140, 23, 0, 1); */
}
.navbar-default .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    color:rgba(140, 23, 0, 1);
    border-radius: 2px;
    background-color: #ff6929;
    transition: width 0.5s ease, left 0.5s ease;
    transform: translateX(-50%);
}
.nav{padding-left:0;margin-bottom:0;list-style:none; text-align:center;}
.nav>li{display:inline-block;}
/* .nav>li.on a{ 
    border-bottom:2px solid #FF6929; 
    color: rgba(140, 23, 0, 1);
} */
.nav>li.on span{ color:#FF4500;}
.nav>li>a{display:inline-block;text-transform:capitalize; font-size:16px; position:relative; z-index:2;font-weight:500;line-height: 64px;padding: 0 16px;box-sizing: border-box;}
.nav>li#m7 a{ color:#e45384; text-transform:uppercase;}
.nav>li#m7 a i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#f30; position:relative; top:-8px;}
.nav>li>span{ display:inline-block; width:16px; font-size:10px; color:#999; text-align:center;}
.nav>li>em{ display:inline-block; background:url(/skin/frontend/hecongtwo/pc/longyi/images/xiala_03.jpg) no-repeat; height:6px; width:10px; position:relative; left:-14px; top:-2px;}
.navBar1{ 
    position:relative;
    /* border-top:1px solid #e6e6e6;  */
    /* border-bottom:1px solid #e6e6e6; */
    background: #fff;
}
.nav li.on .nav .sub .submid dl dt a{ color:#ff6f3d;}
.nav li.on .nav .sub .submid dl dt a:hover{text-decoration:underline; color:#FF4500;}
/* .nav .subtoumong_bg{
    background:rgba(0, 0, 0, .5); 
    width:100%; 
    height: calc(100vh - 111px);
    z-index:111;
} */
.nav .sub{
    position:fixed; 
    left:0; 
    right:0; 
    top:111px;  
    box-sizing: border-box;
    padding:24px 0 48px;
    background:#fff; 
    /* border-top:1px solid #e6e6e6; */
    line-height:30px; 
    width:100%; 
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px rgba(0,0,0,.15); 
    z-index:111;
}
.nav .sub .submid{ 
    /* width:100%; */
    /* padding-left:330px;  */
    /* margin:0 auto;  */
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nav .sub .submid a{ border:none;}
.nav .sub .submid dl{ 
    float:left; 
    margin:13px;
    text-align:left; 
    /* padding-right:40px; */
}
.nav .sub .submid .submid_dl_css{
    margin-top: 8px;
    margin-bottom: 8px;
}
.g-gao1{ float:left; width:355px; height:235px; margin-left:10px;}
.nav .sub .submid dl dt{ color:#222; font-size:14px; height:32px; line-height:32px; margin-bottom:15px;position:relative;}
.nav .sub .submid dl dt a{ color:#000; font-size:15px;}
.nav .sub .submid dl dd{ 
    /* background:url(/skin/frontend/hecongtwo/pc/longyi/images/jiantou.jpg) no-repeat left center; 
    padding-left:15px;  */
    height:22px; 
    line-height:22px;position:relative;
    margin-bottom: 12px;
}
.nav .sub .submid dl dd:last-child{
    margin-bottom: 0;
}
.nav .sub .submid dl dd a{ color:#000; font-size:14px;
     /* height:36px;  */
     /* line-height:36px; */
     display: flex;align-items: center;}
.nav .sub .submid dl dd a:hover{text-decoration:underline;}
/* 导航改版start */
.m .sub{
    display: flex;
    justify-content: center;
}
.m .sub .sub-left-img{
    width: 345px;
    border-radius: 16px;
    margin-right: 27px;
}
.m .sub .sub-left-img img{
    border-radius: 16px;
}
/* .m .sub .submid{
    flex-grow: 1;
} */
.m .sub .submid .submit_nav_icon{
    width: 177px;
    border-radius: 16px;
    margin-bottom: 5px;
}
.nav .sub .submid dl dt{
    padding-right: 40px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 24px;
}
.nav .sub .submid dl .nav_icon_outer{
    padding-right: 13px;
}
.m .sub .submid .nav_icon_outer a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;    
}
.m .sub .submid dl dt a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
}
/* 导航改版end */
/* promotion分类导航栏 修改 */
.nav .sub .promotion{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px 0 20px 20px;
    box-sizing:border-box;
    }
    .nav .sub .promotion dl{
        width: 335px;
        height:152px;
        margin-right:20px;
        padding-right:0px;
    }
    .nav .sub.sub_css{
        padding-bottom: 56px;
    }
/* promotion分类导航栏 修改 end */
.nav-l1-discount {
    width: 50px;
    position: absolute;
    top: -20px;
    right: -20px;
}
.nav_one_hot{
    display: inline-block;
    width:30px;
    height:28px;
    background:url("/media/wysiwyg/nav-icon/icon-level1-hot.gif") no-repeat;
    position:relative;
    top: -3px;
    left: -8px;
}
.nav-l1-new {
    position: absolute;
    top: -5px;
    right: -10px;
}
.nav-numberone { width:36px;height:19px;background-image:url("/media/wysiwyg/nav-icon/icon-no3.png");background-size:cover;position:absolute;top:-5px;right:-16px; }
.nav-three-hot { width:27px;height:19px;background-image:url("/media/wysiwyg/nav-icon/icon-nav-hot.gif");display:inline-block !important; }
.nav-four-hot { width:41px;height:20px;background-image:url("/media/wysiwyg/nav-icon/new-nav-hot-icon.png");display:inline-block !important;background-size: cover;margin-left: 3px; }
.nav-three-new { width:28px;height:11px;background-image:url("/media/wysiwyg/nav-icon/1630563740477.gif");display:inline-block }
.tel{ overflow:hidden; margin-top:8px;}
.tel i{ padding-right:5px;}
.tel strong{ font-size:17px; color:#333;font-family:"courier_newregular";}

/* ------banner----- */
.banner{ width:100%; overflow:hidden;}
.focusBox{position:relative;width:100%;overflow:hidden; height:600px; text-align:center;}
.focusBox .pic{position:relative;z-index:0;height:600px;}
.focusBox .pic img{ height:649px; display:block; position:absolute; left:50%; margin-left:-960px;}
.focusBox .hd{width:100%;position:absolute;bottom:15px;text-align:center;font-size:0;z-index:1}
.focusBox .hd li{margin:0 5px;height:14px;overflow:hidden;width:14px;cursor:pointer;display:inline-block;zoom:1; background:#fff; border-radius:7px;}
.focusBox .hd .on{ background:#a259aa;}
.focusBox .next,.focusBox .prev{width:50px;height:50px;margin:-60px 0 0;display:none;background:url(/skin/frontend/hecongtwo/pc/longyi/images/ad_ctr.png) no-repeat 0 0;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;}
.focusBox .prev{left:40px;}
.focusBox .next{background-position:0 -50px;right:40px;}

/*
.swiper-container {
        width: 100%;
        height:auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
*/
/* ------banner----- */
/*adlist*/
.dalist,.dalist1{ overflow:hidden;max-width:1240px;min-width:320px; margin:0 auto;}
.dalist{ background:url(/skin/frontend/hecongtwo/pc/longyi/images/index_17.png) repeat; border-radius:10px; padding:25px; position:relative; z-index:9999; border-radius:10px;}
.dalist li{ float:left; width:32%; margin:0 0.66%}
.mar-lr{ margin:0 5px;}
/*about*/
.about{ overflow:hidden; width:1200px; margin:40px auto 0;}
.about h1{ font-size:22px; text-transform:uppercase; letter-spacing:4px; font-weight:normal; text-align:center; font-family:"baskerville_old_faceregular";}
.about h3{ font-size:17px; line-height:24px; color:#666; text-align:center; font-weight:normal; width:700px; margin:15px auto;}
.about h4{ font-weight:normal; text-align:center;}
.about h4 a{ text-decoration:underline; color:#7fbeb9; font-size:14px; font-style:italic;}
.abmid{ background:url(/skin/frontend/hecongtwo/pc/longyi/images/ros_17.jpg) no-repeat right center; height:400px; padding:15px 0 0; margin:50px 0;}
.ablft{ width:560px; background:#fff; height:260px; margin:25px 0; padding:30px 40px 40px;}
.ablft h2{ text-align:left; height:40px; line-height:40px; font-size:26px; text-transform:uppercase; color:#333;font-family:"baskerville_old_faceregular";}
.ablft p{ font-size:24px; letter-spacing:1px; color:#89898A; padding:8px 0 10px; line-height:30px; text-transform:uppercase; }
.abtext{ font-size:15px; line-height:26px; padding-top:10px;}
/*----产品----*/
.tit2{margin:10px auto 30px; padding:25px 0;}
.tit2 h3{ font-family:"courier_newregular";text-transform:capitalize; font-weight:500; height:44px; line-height:44px;letter-spacing: -2px;font-size:34px; text-align:center; margin:0 auto; color:#222;}
.tit2 h4,.tit h4{ text-align:center; font-weight:normal; font-size:10px; color:#999;}
.tit2 h4 a,.tit h4 a{ font-size:14px; padding:0 16px;}
.tit2 h4 a:hover,.tit h4 a:hover{ color:#FF4500;}
.tit{ width:1200px; margin:20px auto; overflow:hidden;}
.tit h5{ text-align:center; font-weight:normal; font-size:14px; color:#666; position:relative; top:-20px;}
.tit1{width:800px; margin:30px auto; overflow:hidden; background:url(/skin/frontend/hecongtwo/pc/longyi/images/tit1bg.jpg) repeat-x center;}
.tit1 h3{ background:#fff; font-family:"courier_newregular";text-transform:capitalize; font-weight:500; height:60px; line-height:60px;letter-spacing: -2px;font-size:30px; text-align:center; margin:0 auto;}
.tit1 span{height:1px;width:60px; margin:0 auto 20px; background:#666; display:block;}
.tit h3{font-size:34px; text-align:center; color:#222;font-family:"courier_newregular";text-transform:capitalize; font-weight:500; height:60px; line-height:40px;letter-spacing: -2px;}
.tit span{ height:1px;width:60px; margin:0 auto 20px; background:#666; display:block;}
.tit1 h3{ width:460px;}
.tit h3 span{ font-weight:normal; padding-left:10px;}
.tit p{ text-align:center; height:50px; line-height:50px; text-transform:uppercase; color:#888;}
.tit p a{ color:#2db8ae;}
.tit p.p1{ text-transform:capitalize; font-size:15px;}
.prolist{ overflow:hidden; position:relative; width:1240px; margin:0 auto 60px;}
.prolist li{ float:left; width:302px; margin:0 4px; overflow:hidden;}
.prolist li.te .effect-duke{overflow:hidden;}
.prolist li.te .effect-duke img{ height:222px;}
.more{ display:block; height:30px; line-height:30px;text-align: center; color:#fff; background:#0eaea2; text-transform:uppercase; width:100px; font-size:14px; margin:15px 0;}
.tuijian{ margin:25px 0;}
.tuijian img{ width:100%;}
figure.effect-duke img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.02,1.02,1);
	transform: scale3d(1.02,1.02,1);
}
.rx-list{ width:58%; max-width:773px;}
.bestsale{ overflow:hidden; margin:50px 0;}
.bestsale ul{ width:100%; overflow:hidden;}
.bestsale ul li{ float:left;}
.bestsale ul li.best01{ /*width: 25.6%; max-width:324px;*/width:32.3%;}
.bestsale ul li.best02{ /*width: 32.8%; max-width:415px; margin:0 1%;*/width:32.3%;margin:0 1.5%;}
.bestsale ul li.best03{/*width:39.6%; max-width:503px;*/width:32.3%;}
.bestsale ul li.best04{ width:100%; margin-top:10px; overflow:hidden;}
.ladyScroll{position:relative;}	
.ladyScroll .prev,.ladyScroll .next{width:37px;height:37px;position:absolute;top:310px;left:0;z-index:100; cursor:pointer; background:url(/skin/frontend/hecongtwo/pc/longyi/images/btns.png) no-repeat;}	
.ladyScroll .next{ left:auto; right:0; background-position:0 -74px;}	
.ladyScroll .prev:hover{ background-position:0 -37px; }	
.ladyScroll .next:hover{ background-position:0 -111px; }	
.ladyScroll .scrollWrap{width:100%;overflow:hidden;position:absolute;}	
.ladyScroll dl{float:left;width:50%;text-align:center;max-height:626px; position:relative; padding-right:20px;}	
.ladyScroll dt{margin:0 auto;width:100%;overflow:hidden;background:#f1f1f1;}	
.ladyScroll img{display:block; width:100%; max-width:360px;}	
.ladyScroll dd{width:100%;font-size:20px;color:#fff;text-align:center;overflow:hidden; margin:0 auto;background:#f1f1f1; height:189px;}	
.ladyScroll dd h3{ font-size:15px; color:#333; text-transform:uppercase; font-weight:normal; text-align:center; height:32px; line-height:32px; padding-top:40px;}
.ladyScroll dd h3 a{ color:#111;}
.ladyScroll dd h4{ color:#fc5b03; font-size:15px;font-weight:normal;text-align:center;height:42px; line-height:42px; font-weight:normal;}
.more1{ height:32px; line-height:32px;font-size:15px; width:120px; margin:0 auto; display:block; text-align:center; color:#444; padding:0 10px;}
.more1:hover{ color:#000; text-decoration:underline;}
.rx-tit{ width:41%; max-width:565px;overflow:hidden;}
.rx-tit img{ width:100%;}
.prolft{ width:220px;border:1px solid #ddd;}
.prolft h3{ font-size:15px; height:46px; line-height:46px; color:#333; text-align:center; border-bottom:1px solid #ddd; margin:0 auto}
.fenlist{ overflow:hidden; margin:15px 0;}
.fenlist dt{ font-size:15px; height:36px; line-height:36px; padding-left:16px;}
.fenlist dd{ height:26px; line-height:26px; padding-left:8px;}
.fenlist dd{ position:relative;}
.fenlist dd a i.gw-checkout {display: inline-block;
    width: 14px;
    height: 14px; position:relative; top:11px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: white;
    border: solid 1px #e1e1e1;
    border-radius: 2px; margin:0 5px;}
.fenlist dd i.gw-checkout input{ width:13px; height:13px;display:inline-block; position:relative; top:1px;left:1px; display:none;}
.fenlist dd a:hover i.gw-checkout:after,.fenlist dd span.m-selected-filter-item  i.gw-checkout:after{font-family: "iconfont";
    content: "\e614";
    display: inline-block;
    font-weight: normal;
    position:relative;
    width: 14px;
    height: 14px;
    line-height: 14px;
   font-size: 7px;
   border: solid 1px #ff8261;
    background-color: #ff8261;
    top:8px;
    color:#fff;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 2px;}
.fenlist dd a:hover i.gw-checkout:after{ top:6px; left:-1px;}
input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + .label label:after {
    font-size: 8px;
    background-color: #ff8261;}


.fenlist dd a{ font-size:13px; color:#666;}
.fenlist dd a:hover,.fenlist dd.pro-on a{ color:#ff8261; text-decoration:underline;}
.fenlist dd a:hover em,.fenlist dd.pro-on a em{color:#ff8261}
.fenlist dd a em{font-style:normal; color:#B3B2B2; padding-left:5px;}
.prorit{ margin-left:240px;}
.saixuan{ overflow:hidden; background:#f6f6f6;}
.view-list{ overflow:hidden;} 
.view-list label{ margin:10px; display:inline-block; height:37px; line-height:37px; font-size:16px;}
.view-list a{ display:inline-block; width:30px; line-height:30px; background:url(/skin/frontend/hecongtwo/pc/longyi/images/view-mode-icon.jpg) no-repeat; height:30px; position:relative; top:8px;}
.view-list a.ls1{ background-position:0 0;}
.view-list a.ls2{ background-position:-29px 0;}
.view-list a.ls3{ background-position:-58px 0;}
.view-list a:hover{ background:url(/skin/frontend/hecongtwo/pc/longyi/images/view-mode-icon-cur.png) no-repeat;}
.view-list a.ls1:hover{ background-position:0 0;}
.view-list a.ls2:hover{ background-position:-29px 0;}
.view-list a.ls3:hover{ background-position:-58px 0;}
.narrow-by-list{ overflow:hidden;}
.sidebar #narrow-by-list dt{width:100%;}
#narrow-by-list dt{font-weight:bold; text-align:left; float: none; padding: 0; width: 100%; font-weight: 500; font-size: 16px; display: flex; justify-content: space-between; align-items: center;}
#narrow-by-list dt span{width: 24px; height: 24px;}
#narrow-by-list dd ol{ width:100%; overflow:hidden;}
#narrow-by-list dd ol li{ float:none; padding-top:26px; font-weight: 400; font-size: 14px; color: #000;}
#narrow-by-list dd ol li a{ color:#000; display: flex; justify-content: space-between; padding: 0;}
#narrow-by-list dd ol li a.on{color:#ff8261;}
.pro{ overflow:hidden; width:1280px; position:relative; margin:30px 0 0;}
.pro li{overflow:hidden; float:left; width:295px; margin:0 6px 35px; position:relative;}
.pro li .mo-block{ position:absolute; top:200px; width:100px; height:60px; left:100px;}
.pro li .mo-block .wishbox a{ width:32px; line-height:32px; height:32px; display:inline-block; background:url(/skin/frontend/hecongtwo/pc/longyi/images/ax.png); margin:0 5px;}
.pro li .mo-block .wishbox a.wishico{ background-position:0 0;}
.pro li .mo-block .wishbox a.wishico:hover{ background-position:-32px 0;}
.pro li .mo-block .wishbox a.j-cat{ background-position:-64px 0;}
.pro li .mo-block .wishbox a.j-cat:hover{ background-position:-96px 0;}
.pro li .quickview{ text-align:center; margin:10px 0;}
.pro li .quickview a{ display:inline-block; border-radius:3px;display:block; height:32px; line-height:32px; background:url(/skin/frontend/hecongtwo/pc/longyi/images/ax_bg.png) repeat; width:80px; margin-left:5px; color:#444;}
.pro li .quickview a:hover{ color:#42a4b3; text-decoration:underline;}
.pro li img{ width:100%;}
.pro li em{ position:absolute; top:-8px; right:-5px; background:#f30; color:#fff; display:block; border-radius:50%; padding:14px 5px 0; font-style:normal; width:40px;height:36px; line-height:16px; text-align:center; font-size:12px;}
.pro li em b{ display:block; font-size:16px;}
.pro li h3{ font-size:15px; color:#666; font-weight:normal; height:44px; line-height:22px; overflow:hidden; padding:8px 5px;}
.pro li h3 a{ color:#666;}
.pro li h4{ text-align:center; font-size:20px; color:#333; height:32px; line-height:32px; font-weight:normal;}
.pro li h4 p{ display:inline-block;}
.pro li h4 .old-price{ padding:0 8px; font-size:15px; font-weight:normal; color:#999; text-decoration:line-through;}

.c-show{ width:100%; background:#f5f5f5; overflow:hidden; clear:both; padding:20px 0;}
.showlist{ overflow:hidden; margin:45px 0;}
.showlist li{ float:left; width:50%;}
.showlft{width:50%; overflow:hidden; position:relative;}
.showlft i{ display:block; width:0; height:0; position:absolute; z-index:2; font-size:0;right:0; top:42%; display:none;
    border-top:18px solid transparent;
    border-right:18px solid #fff;
    border-bottom:18px solid transparent;}
.showlft i.sjlef{ left:0;   border-top:18px solid transparent;
    border-left:18px solid #fff; border-right:18px solid transparent;
    border-bottom:18px solid transparent;}
.showrit{background:#fff; padding:15px 20px; box-sizing:border-box; -webkit-box-sizing:border-box; width:50%;}
.showrit p.time{ text-align: center; color:#FF4500; height:30px; line-height:30px;}
.showrit p.time b{ font-size:24px; font-weight:normal; padding-right:5px;}
.showrit p.pbox{ height:54px; line-height:18px; overflow:hidden; color:#666; text-align:center;}
.showrit h2{ font-size:17px; height:40px; line-height:40px; font-weight:normal; width:100%; text-align:center; text-overflow:ellipsis; color:#333; overflow:hidden;}
.showrit a.more2{ border-radius:20px; border:1px solid #d1d1d1; box-shadow:0px 2px 3px #D6D1D1; color:#333; height:36px; line-height:36px; display:block; padding:0 10px; width:100px; margin:20px auto 0; text-align:center; font-size:12px;}
.showrit a.more2:hover{ border-color:#FF4500; color:#FF4500;}

/*HOT*/
#pro1 li{ min-height:420px;}
.pro1{padding:0 0 20px; overflow:hidden;}
.pro1 li{float:left; width:25%; position:relative; min-height:370px;}
.pro1 li .li-item{ padding:8px;transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s; border:1px solid #fff; position:absolute; width:100%;box-sizing: border-box;}
.pro1 li .li-item .img{ width:100%; padding-bottom:100%; position:static; height:0;}
.pro1 li .li-item .sale{
     position: absolute;
    display: block;
    background: #fe51a0;
    color: #fff;
    width: 71px;
    font-size: 13px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
    bottom: 7px;
    right: 15px;
}
.pro1 li .li-item .sale b{ display:inline-block; font-size:12px;}
.pro1 li .li-item .img img{ width:100%;}
.Discount b{ font-size:16px;}
.pro1 li .li-item:hover{border: 1px solid #ccc;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);z-index: 2;transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s; background:#fff;}
.pro1 li img{ width:100%;}
.pro1 li h3{ font-size:15px; color:#666; font-weight:normal; height:44px; line-height:22px; overflow:hidden; padding:4px 0;}
.pro1 li h3 a{ color:#666;}
.pro1 li h4{font-size:20px; color:#333; height:32px; line-height:32px; font-weight:normal;}
.pro1 li h4 p{ display:inline-block;}
.pro1 li h4 .old-price{ padding:0 8px; font-size:15px; font-weight:normal; color:#999; text-decoration:line-through;float:none;margin-right:0;}
.pro1 li .li-item .infomore{ overflow:hidden; height:26px; line-height:26px; display:none;}
.pro1 li .li-item:hover .infomore{ display:block;}
.pro1 li .infomore a{width:30px; height:30px; line-height:30px; text-align:center; float:left; margin-left:4px;}
.pro1 li .infomore a.wishbox.icon-shoucang{ font-size:20px;}
.pro1 li .infomore a.wishbox.icon-shoucang:hover{ color:#FF4500;}
.pro1 li .infomore a.bagbox.icon-gouwu{ font-size:23px; line-height:22px;}
.pro1 li .infomore a.bagbox.icon-gouwu:hover{ color:#FF4500;}
.review{ height:30px; line-height:30px; color:#999; font-size:14px; margin-top:8px;}
.review span b{ display:none; background:url(/skin/frontend/hecongtwo/pc/longyi/images/starky.png) no-repeat;width:85px; height:16px; line-height:16px; margin-right:5px;}
.or{ display:none;}
/*pro2*/
.pro2 li{float:left; width:33%; position:relative; min-height:450px; margin-top:15px;}
#pro2 li{ min-height:420px;}
.pro2 li .li-item{ padding:8px;transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s; border:1px solid #fff; position:absolute; width:100%;box-sizing: border-box;}
.pro2 li .li-item .img{ width:100%; padding-bottom:100%; position:relative; height:0;}
.pro2 li .li-item .img img{ width:100%;}
.pro2 li .li-item:hover{border: 1px solid #ccc;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);z-index: 2;transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s; background:#fff;}
.pro2 li .quickview a:hover{ color:#42a4b3; text-decoration:underline;}
.pro2 li img{ width:100%;}
.pro2 li h3{ font-size:15px; color:#666; font-weight:normal; height:44px; line-height:22px; overflow:hidden; padding:4px 0;}
.pro2 li h3 a{ color:#666;}
.pro2 li h4{font-size:20px; color:#333; height:32px; line-height:32px; font-weight:normal;}
.pro2 li h4 p{ display:inline-block;}
.pro2 li h4 .old-price{ padding:0 8px; font-size:15px; font-weight:normal; color:#999; text-decoration:line-through;}
.pro2 li .li-item .infomore{ overflow:hidden; height:26px; line-height:26px; display:none;}
.pro2 li .li-item:hover .infomore{ display:block;}
.pro2 li .infomore a{width:30px; height:30px; line-height:30px; text-align:center; float:left; margin-left:4px;}
.pro2 li .infomore a.wishbox.icon-shoucang{ font-size:20px;}
.pro2 li .infomore a.wishbox.icon-shoucang:hover{ color:#FF4500;}
.pro2 li .infomore a.bagbox.icon-gouwu{ font-size:23px; line-height:22px;}
.pro2 li .infomore a.bagbox.icon-gouwu:hover{ color:#FF4500;}

/*pro3*/
.pro3 li{float:left; width:100%; position:relative;min-height:200px;}
.pro3 li .li-item{ padding:8px;transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s; border:1px solid #fff; position:absolute; width:100%;box-sizing: border-box; margin-top:15px; min-height:200px;}
.pro3 li .li-item .img{ width:100%; padding-bottom:inherit!important; position:relative; height:0;}
.pro3 li .li-item .img img{ width:180px; height:180px;}
.pro3 li .li-item:hover{border: 1px solid #ccc;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);z-index: 2;transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s; background:#fff;}
.pro3 li h3{ font-size:15px; color:#666; font-weight:normal; height:44px; line-height:22px; overflow:hidden; padding:4px 0; margin-left:200px;}
.pro3 li h3 a{ color:#666;}
.pro3 li h4{font-size:20px; color:#333; height:32px; line-height:32px; font-weight:normal; margin-left:200px;}
.pro3 li h4 p{ display:inline-block;}
.pro3 li h4 .old-price{ padding:0 8px; font-size:15px; font-weight:normal; color:#999; text-decoration:line-through;}
.pro3 li .li-item .infomore{ overflow:hidden; height:26px; line-height:26px; display:none;}
.pro3 li .li-item:hover .infomore{ display:block;}
.pro3 li .infomore a{width:30px; height:30px; line-height:30px; text-align:center; float:left; margin-left:4px;}
.pro3 li .infomore a.wishbox.icon-shoucang{ font-size:20px;}
.pro3 li .infomore a.wishbox.icon-shoucang:hover{ color:#FF4500;}
.pro3 li .infomore a.bagbox.icon-gouwu{ font-size:23px; line-height:22px;}
.pro3 li .infomore a.bagbox.icon-gouwu:hover{ color:#FF4500;}
.pro3 li .review{ height:30px; line-height:30px; color:#999; font-size:15px; margin-top:8px; margin-left:200px;}
.pro3 li .review span{ display:inline-block; background:url(/skin/frontend/hecongtwo/pc/longyi/images/starsy.png) repeat-x; width:85px;height:16px; line-height:16px; margin-right:5px; position:relative; top:1px;}
.pro3 li .review span b{ display:none; background:url(/skin/frontend/hecongtwo/pc/longyi/images/starky.png) no-repeat;width:85px; height:16px; line-height:16px; margin-right:5px;}
/*热卖产品*/
.bestpro{ overflow:hidden; padding:10px 5px;}
.bestpro li{ width:100%; height:88px;}
.bestpro li .img{ width:32%; float:left; margin-right:8px;}
.bestpro li .img img{ width:100%;}
.bestpro li h2{font-size: 13px; font-weight:normal;margin: 0;line-height: 16px;height: 32px;overflow: hidden;}
.bestpro li h2 a{ color:#222; display:inline-block; width:100%;}
.bestpro li h4{ font-size:15px; font-weight:normal;}
.bestpro li h4 p{ display:inline-block; height:26px; line-height:26px;}
.bestpro li h4 p.old-price{ text-decoration:line-through; color:#999;}
.bestpro li h4 p.special-price{ color:#e45384; padding:0 5px;}
.bestpro li .review{ margin:0; font-size:14px;}
.bestpro li .review span{ background-size:14px; width:70px;}
/*品牌*/
.p-pai{ overflow:hidden; margin:15px 0;}
.p-pai li{ float:left;padding:20px 15px; margin:15px 0; border:1px solid #eee;-webkit-box-shadow:1px 3px 4px 0px #E6E6E6;  -moz-box-shadow:1px 3px 4px 0px #E6E6E6;   box-shadow:1px 3px 4px 0px #E6E6E6; border:1px solid #EAE5E5;}
.p-pai li:hover{ border:1px solid #D3E9EC;-webkit-box-shadow:1px 3px 4px 2px #E6E6E6;  -moz-box-shadow:1px 3px 4px 2px #E6E6E6;   box-shadow:1px 3px 4px 2px #E6E6E6; }
.p-pai li .p-img{ width:280px; margin-right:10px;}
.p-pai li h3{ height:40px; line-height:40px; overflow:hidden; font-size:16px;}
.p-pai li p{ line-height:28px; font-size:14px;}
.p-pai li img{ width:100%;}
.pinpai_biaoti{ width:600px; margin:50px auto 10px; overflow:hidden; text-align:center; font-size:26px; text-transform:uppercase; letter-spacing:3px; font-weight:normal;}
.fottop{ border-bottom:1px solid #e4e4e4; padding:10px 0 15px;}
.foot{ background:rgba(64, 33, 23, 1);padding: 48px 0;box-sizing: border-box;overflow: hidden;}
.backtop{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: fixed;
    bottom: 155px;
    right: 15px;
    z-index: 99;
    cursor: pointer;
}
.fotmid {
    margin:0 auto;
    padding: 48px 0 24px;
    border-top: 1px solid rgba(255, 223, 196, 1);
    border-bottom: 1px solid rgba(255, 223, 196, 1);
    margin-top: 48px;
    box-sizing: border-box;
}
.footlist{
    padding: 0 76px 0 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.footlist li{ max-width: 200px;}
.footlist li:last-child{ max-width: 345px;}
.footlist li .h4{ font-size:16px; line-height: 24px; font-weight:600; margin-bottom:24px; color:#fff;text-transform:capitalize;}
.footlist li p,.footlist li.f-te dd{color: #fff; line-height:22px;font-size:14px; font-weight: 400; text-transform:capitalize;margin-bottom: 24px;text-transform: capitalize;}
.footlist li p a{ color:#fff;}
.footlist li.f-te dd{text-transform: none;}
.footlist li>div{color: #fff;}
.footlist .footers_search_tips a{ color: #fff;text-decoration: underline;}
.footlist li.f-te dd img{ float:left; margin-right:8px;}
.fotrit{ font-size:13px; color:#333; font-weight:600;}
.fotrit input[type="text"]{ border:1px solid #d9d9d9; padding:5px; height:30px; line-height:30px; margin-left:15px; width:200px;}
.fotrit button[type="button"]{ background:#333; padding:0 10px; color:#fff; text-transform:uppercase; border:none; height:30px; line-height:30px;}
.fottop{font-style:italic; color:#666; font-size:15px;}
.fottop a{ display:inline-block; margin:0 5px;}
.list-div{ margin:10px 40px;}
.list-div a{ width:55px; height:55px; float:left; margin-right:5px;}
.list-div a i{ display:inline-block; height:55px; width:55px;}
.footlist li.f-te .newsletter{ overflow:hidden; border:1px solid #313131;height:42px; line-height:42px; margin:20px 0; padding:0 10px; position:relative;}
.footlist li.f-te .newsletter input{ height:40px; line-height:40px; border:none;  background:none; color:#5b5b5b; font-family:"Arial"; width:100%;}
.footlist li.f-te .newsletter button{ background:#000; height:42px; line-height:42px; border:none; color:#fff; font-size:16px; padding:0 15px; float:right; position:absolute; right:0;}
.footlist li.f-te .newsletter button i{ color:#fff; font-size:18px}
.fotbot{ text-align:center; color:#fff;line-height:22px; margin:24px 0 0px;font-size: 14px;font-weight: 400;}
.fotbot a{color:#fff;}
.find{ overflow:hidden;}
.djbox{ overflow:hidden;}
.djbox .xing{ background-image: url(/skin/frontend/hecongtwo/pc/longyi/images/conent_star_icon.png);display: inline-block; width: 95px;height: 14px;overflow: hidden; margin:8px 8px 0 0;}
.djbox span {margin-right: 10px;}
.no5{ background-position:0 0;}
.no4{background-position:0 -25px;}
.no3{background-position:0 -50px;}
.no2{background-position:0 -75px;}
.no1{background-position:0 -100px;}

/*子页*/
.zy-banner{ width:100%; margin:0 auto; overflow:hidden; text-align:center;}
.section_select{ margin:10px 0;}
.section_select select{
	background:url(/skin/frontend/hecongtwo/pc/longyi/images/select.png) no-repeat right center #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d9dbdc;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 9px 8px;
    text-indent: 0.01px;
    text-overflow: '';
	}
.omega{ margin-left:10px;}
.omega select{ width:180px;}
.page{margin-top:35px; margin-bottom:25px;height: 32px;text-align: center;font-size: 0; clear:both;}
.page a.pageup-dis, .page a.pagedown-dis {background-color: #eff2f0;color: #bcbebd;cursor: default;}
.page a{display: inline-block;width: auto;padding: 6px 10px;padding: 6px 11px\9;border: 1px solid #dfdfdf;
font: 16px/18px Arial;background: #FFF;color: #505050;margin-right: 8px;vertical-align: top;border-radius: 3px;
-moz-border-radius: 3px;-webkit-border-radius: 3px;overflow: hidden;}
.page a.current,.page a.current:hover {background-color: #a642b0;color: #FFF;font-weight: bold;}
.page a:hover{background-color: #a642b0;text-decoration: none; color:#fff;}
.configurable-price-from-label{display:none;}
.header-top-banner-box {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 99999;
    top:0;
    left:0;
}
.count-down-box {
    position:fixed;
    top:3px;
    right:5%;
}
.count-down {
    display:inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 34px;
    padding-top:5px;
}
.cd-d {
    background: url("/skin/frontend/default/D_c.png") no-repeat;
}
.cd-h {
    background: url("/skin/frontend/default/H_c.png") no-repeat;
}
.cd-m {
    background: url("/skin/frontend/default/M_c.png") no-repeat;
}
.cd-s {
    background: url("/skin/frontend/default/S_c.png") no-repeat;
}
#header-top-banner-close { 
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 5px;
    cursor: pointer;
    background: url(/skin/frontend/default/close.png); 
}
.product-thumb-next, .product-thumb-prev {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(254,254,254,.2);
}
.product-thumb-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAwElEQVRYR+3WwQkCMRAF0J00sF5CUoYlrBXZgiVsR24J2kmOmdPIggfxIJv5H4KQ3MN/fJhkZOp8pHP+NACjgf9sIOd8q7WupZSCTlFzAymlVUSuZvZQ1QuKaAbEGM8hhE1EZgaiGbBXzkS4AEyEG8BCQAAGAgagCAoAQbABdxE5mdlTVZcjbwQF8B7L5vC9ORiAhMMANBwCMMLdAFa4C8AMdwE+vuPDo/ZrZ3BNQdeFBN2Avu+7GmAiBmA00L2BF82W0CHrgWpEAAAAAElFTkSuQmCC");
    right: 0;
    left: auto;
}
.product-thumb-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAzklEQVRYR+3WQQ7CIBAF0M4KltxEj6AnskfQI3giPYLHgLDRC8wYkroxNeHDUBJD14T/+M2U0tT5oc750wCMBv6jAeecs9aevPcXdKqqG0jhxpgbEe1F5BpCmBFEFeAr/MXMhxjjYxOARniCFjWgFV4E0AyHAdrhEKBFeDagVTgKuBPRTkSezHxEx+3XaGZPwdKCOiIbkE7QAgEBWiBggDaiCKCJKAZoIaoAK4htr+PPbC8/JLP3/oxcxdkfInRTZH31K0DC1tYOwGigewNvxl3AIZ5pBmoAAAAASUVORK5CYII=");
    left: 0;
    right: auto;
}
.product-thumb-next:hover, .product-thumb-prev:hover {
    background-color: rgba(254,254,254,.9);
}
.top-msg>div>b{
    font-weight: 500;
}
.top_video {position: relative;margin-bottom: 10px;overflow: hidden;}
.video_bg {display: block; max-height:1240px; margin:0 auto;}
.video_box {position: absolute;width: 460px;height: 286px;border: 6px solid #fff; overflow: hidden;right: 16px;top: 48%;margin-top: -133px;}
.video_box iframe { position: absolute;left: 0; top: 0; z-index: 2;}
.cat-desc { display: flex; font-size:14px;padding-top: 64px;line-height:22px; color: rgba(36, 36, 36, 1); background-color: #fff7f1; font-weight: 400;}
.firecheckout-set #checkout-review .product-image {float:left;}
.img-video {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.fcp-col-product {
    width: 70%;
    border-right: 1px solid #ddd;
}
.fcp-col-price {
    width: 10%;
    border-right: 1px solid #ddd;
    text-align: center;
}
.fcp-col-qty {
    width: 10%;
    border-right: 1px solid #ddd;
    text-align: center;
}
.fcp-col-subtotal {
    width: 10%;
    text-align: center;
}
.fcp-header {
    display: flex;
    background: #d9e5ee;
    font-size: 16px;
}
.fcp-header > li {
    padding: 5px;
}
.fcp-items {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.fcp-items > li {
    padding: 5px;
}
.fcp-item-options {
    float: left;
    margin-left: 3px;
}
.bbi-wrapper {
    padding-bottom: 40px;
}
.bb-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
}
.bonus-buy-items {
    display: flex;
    border-bottom: 1px dashed #ddd;
}
.bb-oldprice {
    text-decoration: line-through;
    color: #636363;
}
.bb-price {
    color: #ff4500;
    font-size: 16px;
}
.add-bonus {
    font-size: 14px;
    font-weight: 700;
    background-color: #fff3f3;
    border-radius: 10px;
    height: 28px;
    color: #ff4500;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.ab-notice {
    text-align: center;
}
.add-bonus-imgstypenum{
	position: absolute;
	display: flex;
	left: 50%;
	bottom: 12px;
	z-index: 2;
    transform: translateX(-50%);
}
.add-bonus-imgtype{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	height: 36px;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, .5);
    padding: 0 4px;
}
.add-bonus-imgtypeitem{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0 8px;
	height: 28px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3.7333vw;
	color: #fff;
	background-color: transparent;
	text-transform: capitalize;
}
.add-bonus-imgtypeitem.active{
	background-color: #fff;
	color: #000;
}
/*加购弹窗 start 根据设计稿宽度1920px 计算rem*/
.add-bonus-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
}
.add-bonus-bg {
    position: relative;
    width: 100%;
    height: 100%;
}
.ab-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 988px;
    height: auto;
    margin: auto;
    background: #fff;
    padding: 48px 40px 45px 42px;
    border-radius: 16px;
}
.ab-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAA10lEQVRIS72UUQ0CMRBE3zlBCjjAAeAACTgAB+DgLIADcIIEsqQll9LuzpGU+2qa7bvt7HQGOn1DJy5/A6+BDbADnjNuswUWwCGfKTs28AjcgZUIN+gZuAHLFtj2c6ECz7WPBP3csqWxAm9CrTtveB7chUbgliwhVAGX8AtwAr40LR2k+jh3aedDqNrxtGtbK26RXt5UU5PiqMAjKWqDUqwo2a2maQiPHog3KBdeA0s+TfZqwlshJFmqgF9TcL23a2BLuL2YbPldhLE5I4L90shuP/+oG/gF0H9QF7Ut8A8AAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
}
.ab-left {
    flex: 0 0 auto;
    width: 476px;
    display: flex;
}
.ab-product-imgs{
    width: 402px;
}
.ab-product-imgslide{
    width: 402px;
    height: auto;
}
.ab-product-imgslide img{
    display:block;
    width: 402px;
    height: auto;
    border-radius: 8px;
}
.ab-product-imgs .swiper-wrapper {
    height: auto;
}
.ab-product-thumbimgs{
    box-sizing: border-box;
    flex: 0 0 auto;
    margin-right: 14px;
}
.ab-product-thumbslide{
    box-sizing: border-box;
    width: 60px;
    height: auto;
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
}
.ab-product-thumbslide.active{
    border: 1px solid #FF4500;
}
.ab-right {
    flex: 0 0 auto;
    width: 406px;
}

.abr-name{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
    margin-bottom: 12px;
}
.ab-options {
    box-sizing: border-box;
    width: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* 设置滚动条的样式 */
/* .ab-options::-webkit-scrollbar {
    display: none;
} */
.ab-options::-webkit-scrollbar, .ab-options::-webkit-scrollbar-track {
    border-radius: 5px;
}
.ab-options::-webkit-scrollbar {
    width: 4px;
}
.ab-options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #999;
}
.abo-i._is_split .swatches-split-label{
    font-size: 16px;
    font-weight: 700;
    margin-top: 0.1042rem;
    line-height: normal;
    color: #000;
}
.abo-i._is_split{
    position: relative;
}
.abo-i._is_split .abo-label,
.abo-i._is_split .abo-value{
    position: absolute;
    top:0;
    left: -10000px;
}
.abo-label {
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
}
.abo-label._first {
    display: flex;
    justify-content: space-between;
}
.abo-label._first  .product-length-guid{
    font-size: 14px;
    font-weight: 400;
    position: unset;
}
.ab-required {
    color: #ff0075;
}
.abo-value {
    position: relative;
    /* display: flex;
    flex-wrap: wrap; */
    font-size: 0;
}
.abo-i._is_split .swatches-split-item,
.ab-vl {
    box-sizing: border-box;
    display: inline-block;
    /* justify-content: center;
    align-items: center; */
    /* height: 0.234375rem; */
    padding: 0 24px;
    border: 1px solid rgba(226, 153, 91, 1);
    border-radius: 30px;
    margin-right: 12px;
    margin-top: 12px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.abo-i._is_split .swatches-split-item.current,
.ab-vl.current {
    font-weight: 500;
    background: #fdeadc;
    color: #000;
    border: 1px solid rgba(255, 69, 0, 1);
}
.ab-vi {
    position: absolute;
    visibility: hidden;
}
.ab-price {
    box-sizing: border-box;
    margin-top: 0.15625rem;
    width: 100%;
}
.ab-price-box{
    box-sizing: border-box;
    width: 100%;
    align-items: center;
}
.abp-curr {
    color: #ff4500;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
}
.abp-old {
    font-size: 24px;
    text-decoration: line-through;
    color: #000;
    margin-right: 10px;
}

.abp-offs {
    display: none !important;
    color: #ff4500;
    border: 1px solid #ff4500;
    border-radius: 20px;
    padding: 0px 12px;
    font-size: 14px;
}
.ab-qty {
    box-sizing: border-box;
    width: 100%;
    display: none;
    align-items: center;
    margin-top: 0.1042rem;
}
.abq-label {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
.abq-input {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 190px;
    height: 45px;
}
.abi-reduce,
.abi-add {
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
    color: #000;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
}
.abi-num {
    flex: 0 0 auto;
    font-size: 16px;
    width: 122px !important;
    height: 45px;
    border: none;
    text-align: center;
    background: transparent;
}
.ab-sub {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
}
.abs-buynow,
.abs-addtcart {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 48px;
    border-radius: 16px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 400;
    background: none;
    background-color: #ff6929;
    font-size: 16px;
    font-weight: 500;
    margin-right: 0;
    padding:0;
    font-family: 'Jost' ,'gilroy' , Arial, Helvetica, Verdana;
}
.abs-addtcart{
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 1);
}
.ab-installment{
    box-sizing: border-box;
    width: 100%;
    margin-top: 16px;
}
.pay-installment{
    display:flex;
    flex-wrap: wrap;
}
.pay-instalment-tips-text{
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}
.pay-instalment-tips-text .pay-installment-amount{
	font-weight: 600;
    text-decoration: underline;
    color: #f30;
}
.pay-installment-logos img {
    height: 24px;
    margin-right: 5px;
    border-radius: 3px;
    cursor: pointer;
}
/* 加购弹窗 end */
.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('/skin/frontend/hecongtwo/pc/longyi/images/ajax-loading.gif') 50% 50% no-repeat;
}
body.loading .loading-modal {
	overflow: hidden;  
	display: block; 
}
.bbi-product {
    display: flex;
    width: 60%;
    gap: 10px;
}
.bbi-product-price {
    width: 20%;
}
.bbi-product-btn {
    width: 20%;
}
.related-products-container {
    border: 1px dashed #636363;
    border-radius: 12px;
    margin-bottom: 30px;
}
.related-products-container .rp-title {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
    color: #636363;
}
.related-products-list {
    display: flex;
    justify-content: space-evenly;
}
.related-products-list li {
    max-width: 40%;
    padding-bottom: 10px;
    transition: ease .3s;
}
.related-products-list .rpi-title {
    font-size: 16px;
    color: #666;
    margin: 5px 0;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
}
.rpi-price-box {
    text-align: center;
    font-size: 15px;
}
.rpi-price-box .rpi-price {
    color: #ff4500;
}
.rpi-price-box .rpi-oldprice {
    font-size: 13px;
    text-decoration: line-through;
    color: #a0a0a0;
}
.highly-recommend-container .hr-title {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0;
}
.highly-recommend li {
    padding-bottom: 10px;
}
.highly-recommend .hri-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(36, 36, 36, 1);
    margin: 12px 0 8px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.highly-recommend-container .highly-recommend{
    position: relative;
}
.highly-recommend-container .highly-recommend li{
    width: 24.5%;
}
/* recommend新增样式 */
.newhighly-recommendone .swiper-recommend-prev,
.newhighly-recommendtwo .swiper-recommend-prev{
    width: 36px;
    height: 36px;
    left: -60px !important;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/icon/202412261050.png');
    background-size: 100% 100%;
}
.newhighly-recommendone .swiper-recommend-next,
.newhighly-recommendtwo .swiper-recommend-next{
    width: 36px;
    height: 36px;
    right: -60px !important;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/icon/202412261051.png');
    background-size: 100% 100%;
}
/* recommend新增样式 end */
.hri-price-box {
    font-size: 18px;
    display: flex;
    align-items: center;
}
.hri-price-box .hri-price {
    font-weight: 500;
    color: rgba(140, 23, 0, 1);
    margin-right: 8px;
}
.hri-price-box .hri-oldprice {
    text-decoration: line-through;
    color: rgba(179, 179, 179, 1);
}
.hwigs_topcoutxt {
    text-align: center;
    margin-top: 80px;
}
.hwigs_topcoutxt .hwigs_topcout_con {
    padding: 30px 0;
    border: 1px dashed #000;
    border-radius: 20px;
    position: relative;
}
.hwigs_scissor {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 10%;
}
.hwigs_tptxp {
    color: #000;
    line-height: 35px;
    font-size: 18px;
}
.hwigs_tptxp a {
    color: #ff3600;
}
.hwigs_prodeviw {
    margin-top: 80px;
}
.hp-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.hwigs_prodeviw ul li {
    margin-left: 0;
    line-height: normal;
}
#hwigs_prod_form {
    display: flex;
    justify-content: space-between;
}
.hwigs_prod_limg {
    width: 45%;
}
.hwigs_prod_limg .swiper-container {
    width: 56%;
    text-align: center;
    margin-top: 20px;
}
.hwigs_fr_tit {
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: bold;
}
.hwigs_prod_rinfo .hwigs_prod_rul .hwigs_prod_name {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    margin-top: 45px;
}
.hwigs_prod_rinfo .hwigs_prod_rul .hwigs_prod_name1 {
    color: #fff;
    background-color: #000000;
    padding: 10px 45px;
    display: inline-block;
    font-size: 26px;
    margin: 25px 0 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.hpi-img {
    display: none;
}
.hpi-img.current {
    display: block;
}
.hwigs_prod_rinfo {
    width: 45%;
}
.hwigs_fr_input {
    padding-top: 0;
    margin-bottom: 5px;
}
.hwigs_fr_select {
    width: 460px;
    max-width: 100%;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid #939393;
    height: 37px;
    line-height: 37px;
}
.hwigs_fr_option {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hp-option {
    max-width: 49%;
}
.hwigs_fr_priceli p {
    display: inline-block;
    margin: 25px 0 35px;
}
.hwigs_fr_newprice {
    color: #ff3600;
    font-size: 38px;
    font-weight: bold;
}
.hwigs_fr_oldprice {
    text-decoration: line-through;
    color: #b9b9b9;
    font-size: 34px;
    font-weight: lighter;
    padding-left: 10px;
}
.hwigs_fr_carbtn,
.hwigs_fr_buybtn {
    width: 43%;
    text-transform: uppercase;
    height: 54px;
    border: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 2px;
    cursor: pointer;
}
.hwigs_fr_buybtn {
    background: #000;
}
.hwigs_fr_carbtn {
    background: #fff;
    border: 2px solid #000;
    margin-right: 14px;
    color: #000000;
}
.hwigs_propart1 {
    padding: 0 0 35px;
    margin-top: 40px;
    background-color: #f7f7f7;
    text-align: center;
}
.hwigs_tits h1,
.hwigs_tits h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    padding-top: 35px;
}
.hwigs_tits p {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    letter-spacing: 1px;
}
.hwigs_propart1 .swiper-contain-part1 {
    padding-top: 40px;
}
.hwigs_propart1 .container {
    position: relative;
}
.hwigs_propart1 .swiper-button-prev,
.hwigs_propart1 .swiper-button-next {
    width: 30px;
    height: 30px;
    border-left: 3px solid #5b5b5b;
    border-top: 3px solid #5b5b5b;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotate(-45deg);
    background: none;
}
.hwigs_propart1 .swiper-button-next {
    transform: rotate(135deg);
}
.hwigs_propart1 .swiper-button-prev {
    left: -50px;
}
.hwigs_propart1 .swiper-button-next {
    right: -50px;
}
.hwigs_propart1 .swiper-button-prev,
.hwigs_propart1 .swiper-button-next {
    top: 42%;
}
.hwigs_p1_img {
    position: relative;
    overflow: hidden;
}
.hwigs_propart1 .swiper-slide:hover a{
    display: block;
    box-shadow: 4px 4px 5px #999;
}
.hwigs_propart1 .swiper-slide:hover .hwigs_p1_info span {
    background-color: #ff3600;
}
.hwigs_p1_img img {
    transition: .5s;
    -webkit-transition: .5s;
}

.hwigs_p1_img .p1_hotwigss {
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 9;
    width: auto;
}
.hwigs_p1_info {
    padding: 25px 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.hwigs_p1_intit {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}
.hwigs_p1_info p {
    font-size: 28px;
    color: #ff3600;
    font-weight: bold;
    margin: 10px 0;
}
.hwigs_p1_info p i {
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
    color: #6c6c6c;
    margin-left: 10px;
    font-size: 20px;
}
.hwigs_p1_info span {
    color: #fff;
    background-color: #000000;
    padding: 8px 72px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
}
.hp1_viewall {
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
.hwigs_hotcates {
    padding: 35px 0;
}
.hwigs_hotcatcon {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    background-color: #f8f8f8;
    transition:all .2s ease-in-out;
}
.hwigs_hotcatcon:hover{
    box-shadow: 4px 4px 5px #999;
}
.hwigs_hotcatcon .hwigs_hotcatc_l {
    padding: 80px 105px;
    box-sizing: border-box;
    text-align: center;
}
.hwigs_hotcatcon .hwigs_hotcatc_l .hwigs_hotcatc_ltit {
    font-size: 56px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.hwigs_hotcatc_l ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.hwigs_hotcatc_l ul li {
    position: relative;
    line-height: 30px !important;
    font-size: 18px !important;
    color: #000000 !important;
    margin-left: 0 !important;
}
.hwigs_hotcatc_l ul li:first-child {
    margin-right: 15px;
}
.hwigs_hotcatc_l ul li em {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    transform: rotate(45deg);
    margin: 0 6px 2px 0;
}
.hwigs_hotcatcl_p {
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 6px 35px;
    font-size: 22px;
    margin-top: 15px;
    text-transform: uppercase;
}
.hwigs_hotcatcl_img {
    margin: 30px 0 25px;
}
.hwigs_propart2 {
    margin-top: 20px;
    padding: 0;
}
.hwigs_hotcates2 .hwigs_hotcatcon .hwigs_hotcatc_l .hwigs_hotcatc_ltit {
    font-size: 46px;
}
.hwigs_hotcates3 .hwigs_hotcatcon .hwigs_hotcatc_l .hwigs_hotcatc_ltit {
    font-size: 42px;
}
.hwigs_propart3bgo {
    background: none;
}
.hwigs_hotcatesspe .hwigs_hotcatcon .hwigs_hotcatc_l {
    padding: 165px 65px 65px;
}
.hwigs_hotcatesspe .hwigs_hotcatcon .hwigs_hotcatc_l ul {
    display: block;
    text-align: left;
}
.hwigs_hotcatesspe .hwigs_hotcatcon .hwigs_hotcatc_l ul li {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-left: 0;
}
.hwigs_threpic {
    margin: 45px 0
}
.hwigs_threpic ul {
    display: flex;
    justify-content: space-between;
}
.hwigs_threpic li {
    overflow: hidden;
}
.hwigs_threpic li img {
    transition: .5s;
    -webkit-transition: .5s;
}
.hwigs_threpic li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.hwigs_wavep_con {
    display: flex;
    justify-content: space-between;
    margin: 45px auto;
}
.hwigs_wavep_con ul li {
    margin-left: 0;
    line-height: normal;
    background-color: #000;
}
.hwigs_wavep_con ul li img {
    transition: .5s;
    -webkit-transition: .5s;
}
.hwigs_wavep_con ul li:hover img {
    opacity: .8;
}
.hwigs_wavep_con .hwigs_wavepc_l {
    width: 45.5%;
}
.hwigs_wavep_con li {
    position: relative;
}
.hwigs_wavep_con li img {
    width: 100%;
    height: 100%;
    display: block;
}
.hwigs_wavep_con .hwigs_wavepc_r {
    width: 53%;
}
.hwigs_wavep_con .hwigs_wavepc_r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hwigs_wavep_con .hwigs_wavepc_r ul li {
    width: 49%;
    margin-bottom: 1%;
    background-color: #000;
}
.hwigs_wavep_con ul li .hwigs_wavepc_info {
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.hwigs_wavep_con ul li .hwigs_wavepc_info p {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.hwigs_wavep_con ul li .hwigs_wavepc_info span {
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 15px;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
}
.hwigs_wavep_con .hwigs_wavepc_l ul li:hover .hwigs_wavepc_info span,
.hwigs_wavep_con .hwigs_wavepc_r ul li:hover .hwigs_wavepc_info span{
    border-color: #000;
    background-color: #000;
}
.hwigs_aboutcon {
    display: flex;
    justify-content: space-between;
}
.hwigs_aboutc_rinfo {
    width: 660px;
    padding: 65px 45px 45px;
    box-sizing: border-box;
    text-align: center;
}
.hwigs_aboutc_rinfo h3 {
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
}

.hwigs_aboutc_rinfo em {
    display: block;
    margin: 20px auto;
    width: 75px;
    height: 3px;
    background-color: #000000;
}

.hwigs_aboutc_rinfo .hwigs_aboutc_ritxt {
    font-size: 18px;
    color: #000000;
    line-height: 2.0;
}

.hwigs_tits i img {
    padding: 0 5px;
}

.hwigs_Instagram {
    margin: 45px auto;
}

.hwigs_Instagmcon ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hwigs_Instagmcon ul li {
    width: 24%;
    margin-bottom: 3%;
    margin-left: 0;
    line-height: normal;
}

.hwigs_Instagmcon ul li .hwigs_Instagm_img {
    position: relative;
    overflow: hidden;
}

.hwigs_Instagmcon ul li .hwigs_Instagm_num {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 55% 0;
    transform: translateY(-100%);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display:none;
}

.hwigs_Instagmcon ul li .hwigs_Instagm_num span {
    color: #fff;
    padding: 0 10px;
    font-size: 20px;
    line-height: 35px;
}

.hwigs_Instagmcon ul li .hwigs_Instagm_num i img {
    padding-right: 5px;
}

.hwigs_Instagmcon ul li .hwigs_Instagm_img:hover .hwigs_Instagm_num {
    transform: translateY(0);
}

.hwigs_Instagm_info {
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.hwigs_Instagm_info p {
    font-size: 17px;
    background: url("/media/wysiwyg/zhuantiye/1623308654.png") no-repeat right center;
    text-align: left;
    margin-bottom: 0;
    line-height: normal;
    padding: 5px 0;
}

.hwigs_Instagm_info p a {
    display: block;
}

.hwigs_Instagm_itxt {
    display: block;
    text-align: left;
    margin: 10px 0 15px;
    font-size: 14px;
    color: #000000;
}

.hwigs_Instagm_btn {
    display: inline-block;
    color: #fff;
    background-color: #000000;
    border-radius: 35px;
    transition: .3s;
    -webkit-transition: .3s;
}

.hwigs_Instagm_btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 6px 30px;
}
.hwigs_Instagm_btn:hover {
    background-color: #ff3600;
}
.hwigs_Instagm_btn a:hover {
    color: #fff;
}

/* pc home 2023.01.16 */
.hwigs_about {
    padding: 50px 0;
}
.home-slide{
    width: 100%;
    margin: 0 auto;
}
.home_slide_img{
    display: block;
    width: 100%;
}
.cms-home{
     background-color: #FFF8F2;
}
.home-slide .swiper-container{
    width: 100%;
}
.home-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.home-container a:hover {
    text-decoration: underline;
    color: #660e00;
}
.home-container .home-product-btn a:hover {
    color:#fff;
}
.home-container .home-customerShare_text a:hover {
    color:#ff4500;
}
.home-categoryTag_item {
    /* margin-top:50px; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* background-color:#000; */

}
.home-categoryTag_item a {
    font-size: 16px;
    /* width: 224px; */
    /* height: 45px; */
    /* min-height: 290px; */
    line-height: 45px;
    text-align: center;
    display: inline-block;
    /* background: #f8f8f8; */
    margin: auto 7px;
    /* border-radius: 6px 6px 6px 6px; */
}
.home-categoryTag_item a img{
    width: 224px;
}
.home-categoryTag_item a p{
    color:#000;
    font-size: 18px;
    font-weight: 700;
}
.home-categoryTag_item a:nth-child(2) {
    color: #fff;
    /* font-weight: 600; */
    /* background-color: #000; */
}
.home-categoryTag_item a:nth-child(2) img {
    /* width: 22px; */
    /* margin-left: 5px; */
    /* vertical-align: baseline; */
}
.home-productSwiper {
    padding-top: 80px;
}
.home-productItem {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 8px;
    overflow: hidden;
}
.topProduct{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}
.home-productContent {
    padding: 15px;
    position: relative;
}
.new-productContent-btn{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 14px;
    bottom: 15px;
    cursor: pointer;
}
.home-product_categoryTitle {
    font-size: 14px;
    text-transform: capitalize;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
}
.home-product_title {
    font-size: 16px;
    margin: 10px 0 14px 0;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.new-home-probox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-product_priceBox {
    display: flex;
    align-items: center;
    line-height: 28px;
}
.home-product_nowPrice {
    font-size: 24px;
    font-weight: 400;
    margin-right: 11px;
}
.home-product_linePrice {
    font-size: 16px;
    color: #b2b2b2;
    text-decoration: line-through;
}
.home-product_num {
    font-size: 14px;
    color: #b2b2b2;
}
.home-product_num img {
    width: 16px;
    vertical-align: baseline;
}
.home-product-swiper,
.best-seller-swiper{
    position: relative;
    padding-bottom: 20px;
}
.home-product-swiper .product-swiper-pagination,
.home-customerShare_swiper .product-swiper-pagination,
.best-seller-swiper .product-swiper-pagination,
.new-arrivals-contant .product-swiper-pagination{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 137px;
    height: 2px;
    background: #b1b1b1;
}
.home-product-swiper
.product-swiper-pagination
.swiper-pagination-progressbar,
.home-customerShare_swiper .product-swiper-pagination
.swiper-pagination-progressbar,
.new-arrivals-contant .product-swiper-pagination .swiper-pagination-progressbar{
    height: 2px;
    background: #000000;
}
.home-product-btn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}
.home-product-btn a {
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background: #000000;
    border-radius: 6px;
}
.home-productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-color_text {
    font-size:18px;
    color: #000000;
    font-weight: bold;
    margin-top:20px;
    text-align:center;
}
.home-customerShare {
    text-align: center;
    padding-top: 80px;
}
.home-customerShare_title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-customerShare_text {
    font-size: 14px;
}
.home-customerShare_swiper {
    padding: 50px 0;
    position: relative;
    margin-bottom: 130px;
}
/* pc home 2023.01.16 end */

/* 首页改版 */
.home-categoryTag{
    margin: 40px auto;
}
.homeTitle241225{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.homeTitle,
.homeTitle241225 .homeTitle{
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
}
.homeTitle241225 a{
    font-size: 18px;
    text-decoration: underline;
}
.best_seller_video{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.best-seller-video-product{
    width: 690px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.video-item-box video{
    width: 100%;
    height: 388px;
    object-fit: cover;
    display: block;
}
.video-product-bottom{
    background: rgba(248, 248, 248, 1);
    padding: 15px 20px 20px 20px;
    /* position: relative; */
    display: block;
}
.video-product-bottom-sketchy span{
    display: inline-block;
    padding: 2px 16px 0;
    line-height: 18px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin-right: 5px;
}
.home-videoproduct_title{
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 20px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.home-videoproduct_nowPrice {
    font-size: 24px;
    font-weight: 400;
    margin-right: 11px;
}
.home-videoproduct_linePrice {
    font-size: 16px;
    color: rgba(125, 125, 125, 1);
    text-decoration: line-through;
}
.home-videoproduct_priceBox{
    display: flex;
    align-items: center;
}
.home-videoproduct-add{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.swiper_home_new_in_prev {
    width: 36px;
    height: 36px;
    left: -60px !important;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/icon/202412261050.png');
    background-size: 100% 100%;
}
.swiper_home_new_in_next{
    width: 36px;
    height: 36px;
    right: -60px !important;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/icon/202412261051.png');
    background-size: 100% 100%;
}
.new-arrivals-swiper .swiper-container>.new-arrivals_in_next{
    width: 36px;
    height: 36px;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/icon/202412261052.png');
    background-size: 100% 100%;
    cursor: pointer;
    pointer-events: auto;
}
.new-arrivals-box{
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
    background: rgba(255, 241, 230, 1);
    margin: 60px auto;
}
.new-arrivals-contant{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-arrivals-banner{
    width: 352px;
    height: 474px;
    border-radius: 8px;
    overflow: hidden;
}
.new-arrivals-swiper{
    width: calc(100% - 382px);
    position: relative;
}
.home-best-seller-productItem {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.new-arrivals-productImg,
.home-productImg{
    width: 100%;
    height: auto;
}
.new-arrivals-productImg img,
.home-productImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home2025-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 48px auto;
}
.home2025-banner a{
    flex: 0 0 auto;
    width: 48.8887%;
}
.home2025-banner a img{
    display: block;
    width: 100%;
    border-radius: 16px;
}
.home2025-video-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto;
}
.home2025-video-leftbox,
.home2025-video-rightbox{
    width: 50%;
    height: 400px;
    background: rgba(248, 248, 248, 1);
}
.home2025-video-leftbox video{
    width: 100%;
    height: 100%;
}
.home2025-video-rightbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.home2025-video-rightbox-title{
    font-size: 24px;
    font-weight: 700;
}
.home2025-video-rightbox-line{
    width: 45px;
    height: 2px;
    background: #000;
    margin: 20px auto 30px;
}
.home2025-video-rightbox-text{
    width: 643px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.new-arrivals-contant .product-swiper-pagination{
    bottom: -20px;
}
.voice-bottom-box{
    padding: 15px 15px 20px;
}
.voice-bottom-box .star{
    float: none;
    display: block;
}
.home-voice-productImg{
    width: 345px;
    height: 412px;
}
.home-voice-productImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-productItem-link{
    display: block;
}
.voice_title{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.voice-auther-name{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.queen-voice-box{
    margin-bottom: 40px;
}
.home-videoproduct-sre{
    font-size: 16px;
    margin-top: 8px;
    text-transform: capitalize;
}
.probox-sold{
    width: 100%;
    height: 28px;
    border-radius: 17px;
    background: rgba(255, 233, 227, 1);
    padding: 2px 4px;
    box-sizing: border-box;
    margin-top: 15px;
}
.probox-sold-online{
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 55, 0, 1) 0%, rgba(255, 55, 0, 1) 63.78%, rgba(255, 196, 59, 1) 100%);
    border-radius: 17px;
    position: relative;
}
.probox-sold-flame{
    width: 32px;
    height: 32px;
    position: absolute;
    right: -10px;
    top: 36%;
    transform: translateY(-50%);
}
.probox-sold-online span{
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* 首页改版 end */
.home-slide .swiper-pagination .swiper-pagination-bullet{
    width:15px;
    height:15px;
}
.home-slide .swiper-pagination .swiper-pagination-bullet-active{
    background: #ff3600;
}
.home-slide .swiper-container .swiper-button-next{
   background:#fff;
   right: 32px;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
}
.home-slide .swiper-container .swiper-button-prev{
    background:#fff;
    left: 32px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.slider-product-container {
    position: relative;
}
.slider-product-1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50%;
}
.slider-product-2 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}
.ab-container .ab-product-imgs .ab-product-imgs-prev {
    left: 12px;
    width: 32px;
    height: 32px;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1745214461.png');
    background-size: 100%;
}
.ab-container .ab-product-imgs .ab-product-imgs-next {
    right: 12px;
    width: 32px;
    height: 32px;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1745214523.png');
    background-size: 100%;
}
.ab-container .ab-product-imgs .ab-product-imgs-prev.swiper-button-disabled {
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1745214629.png');
    opacity: 1;
}
.ab-container .ab-product-imgs .ab-product-imgs-next.swiper-button-disabled {
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1745214651.png');
    opacity: 1;
}
.ab-container .addcart-model-proimage-num {
    position: absolute;
    bottom: 12px;
    right: 12px;
    border-radius: 18px;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    z-index: 9;
}
.addcart-model-sharewish {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 99;
    display: flex;
}
.addcart-model-sharewish>div {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.addcart-model-sharewish>div svg {
    width: 24px;
    height: 24px;
}
.addcart-model-sharewish .addcart-model__wish {
    margin-right: 12px;
}
.addcart-model-sharewish .icon-active{
    display: none;
}
.ab-container .new_ab_price {
    display: flex;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    height: 44px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(247, 235, 230, 1);
}
.ab-container .new_ab_price .new {
    color: rgba(140, 23, 0, 1);
    margin-right: 8px;
    font-size: 24px;
    font-weight: 500;
}
.ab-container .new_ab_price .old {
    color: rgba(172, 172, 172, 1);
    font-size: 24px;
    margin-right: 0;
}
.ab-container .addcart-paypal-buynow {
    margin-top: 16px;
    width: 100%;
    height: 48px;
    background-color: rgba(255, 196, 58, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
}
.ab-container .addcart-paypal-buynow img{
    width: 75px;
    height: auto;
}
#add-bonus .ab-container .ab-product-thumbimgs .swiper-wrapper,
#add-bonus-carts .ab-container .ab-product-thumbimgs .swiper-wrapper {
    height: 536px;
}
/* 搜索无结果样式 */
.noResult-top{
	width: 816px;
    margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
    padding-top: 32px;
}
.noResult-top p{
    color: #000;
}
.noResult-top-weight{
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}
.noResult-top-thin{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 6px;
	margin-bottom: 24px;
}
.noResult-top-us{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.noResult-top-chatus,
.noResult-top-emailus{
	width: 400px;
	height: 58px;
	border: 1px solid rgba(255, 196, 148, 1);
	border-radius: 8px;
	padding: 17px 12px 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	background: rgba(255, 248, 242, 1);
}
.noResult-top-chatus-weight svg{
    margin-right: 3px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.noResult-top-chatus-text{
    width: 100%;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.noResult-top-chatus-weight{
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	padding: 0;
}
.noResult-top .noResult-top-chatus-thin{
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: rgba(166, 166, 166, 1);
	padding: 0;
}
.noResult-hotSearch{
	width: 1200px;
	box-sizing: border-box;
	text-align: center;
    margin: 48px auto 0;
}
.noResult-hotSearch h2{
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 24px;
}
.noResult-hotSearch .hotList{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.noResult-hotSearch .hotList a{
	padding: 8px 15px;
	background: #fff;
	font-weight: 400;
	font-size: 14px;
	border-radius: 24px;
	margin-right: 16px;
	margin-bottom: 12px;
}
/* 搜索无结果样式 end */
/* 首页新增swiper */
.home-swiper-bullets-pagination {
    position: relative;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}
.home-swiper-bullets-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #660e00;
    width: 40px;
}
.home-swiper-bullets-pagination .swiper-pagination-bullet {
    background-color: #e5e5e5;
    width: 24px;
    height: 4px;
    border-radius: 3px;
    opacity: 1;
    margin-right: 4px;
}
.home-swiper-bullets-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
/* 首页新增swiper end */
.home-catalog-nav-outer .swiper-button-prev{
    background: #fff;
    left: 12px;
    top: 40%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.home-catalog-nav-outer .swiper-button-next{
    background: #fff;
    right: 12px;
    top: 40%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/* 新增保障功能 */
.shopping_security_page{
    width: 480px;
    border-radius: 12px;
    background: #fff;
    padding: 16px 0 16px 16px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.shopping_security_head{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(247, 235, 230, 1);
    margin-right: 16px;
    box-sizing: border-box;
}
.shopping_security_headtext{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 135px;
}
.shopping_security_tabconter{
    box-sizing: border-box;
    height: 50px;
}
.shopping_security_tabitem{
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    cursor: pointer;
    width: auto;
}
.shopping_security_tabitem.active{
    color: #000;
    position: relative;
    font-weight: 500;
}
.shopping_security_tabitem.active:after {
    content: "";
    display: inline-block;
    width: 51px;
    height: 2px;
    background-color: rgba(255, 69, 0, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.shopping_security_content{
    margin-top: 16px;
}
.shopping_security_contentitem{
    display: none;
}
.shopping_security_contentitem.block{
    display: block;
    margin-bottom: 0;
}
.shopping_security_contentitems_title{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0 12px 12px;
    height: auto;
    box-sizing: border-box;
    margin-right: 16px;
    background: rgba(253, 234, 220, 1);
    color: rgba(102, 14, 0, 1);
    border-radius: 8px;
}
.shopping_security_contentitems_orcal{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    padding-right: 16px;
    box-sizing: border-box;
}
.pt_opdt_lengthguid{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.lengthguide_pop{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    display: none;
}
.lengthguide_popicon{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.shopping_security_close{
    cursor: pointer;
}