/*banner start*/
.addWrap{ position:relative; width:100%;background:#fff;margin:0; padding:0;}
.addWrap .swipe{overflow: hidden;visibility: hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap > div {float: left;width: 100%;position:relative;}
#position{ position:absolute; bottom:0; right:0; width:100%;text-align:center;}
#position li{width:10px;height:10px;margin:0 1px;display:inline-block;-webkit-border-radius:8px;border-radius:8px;background-color:#fff; border:1px solid #f60;}
#position li.cur{background-color:#f60;}
/*banner end*/
.home-bestSelling {
    padding: 20px 5px;
}

.home-sortSwiper .swiper-pagination-bullet {
    margin: 0 5px;
}

.home-sortSwiper .swiper-pagination {
    left: 50%;
    transform: translate(-50%, 0px);
}

.home-sortSwiper .swiper-pagination-bullet-active {
    background-color: #000;
}

.home-Title {
    padding-bottom: 20px;
    text-align: center;
}

.home-Title h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.home-TitleBor {
    width: 70px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.home-TitleContent {
    font-size: 12px;
}
.home-bestSellingImg{
    position: relative;
    width:100%;
}
.home-bestSellingImg-txt{
    position:absolute;
    width:100%;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    /* height: 1.5em; */
    line-height: 1.5em;
    text-align: center;
    left:0;
    bottom: 24px;

}
.home-bestSellingImg-conor-txt{
    position: absolute;
    top:0;
    left:0;

}
.home-bestSellingImg-conor-txt img{
    width: 130px;
    height: auto;
}

.home-bestSellingContent {
    padding-bottom: 20px;
}

.home-bestSellingText {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
}

.home-bestSellingText1 {
    font-size: 12px;
}

.home-bestSellingCode {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
}

.home-bestSellingPriceBox {
    padding: 5px 0;
}

.home-bsNewPrice {
    color: #ff004e;
    font-size: 20px;
    font-weight: 600;
}

.home-bsOldPrice {
    color: #b2b2b2;
    font-size: 16px;
    text-decoration: line-through;
}

.home-bsNewBtn {
    margin-right: 5px;
    float: right;
}

.home-bsNewBtn span {
    color: #fff;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 20px;
    background-color: #000;
}

.home-bsNewBtn span img {
    width: 11%;
    padding-right: 2px;
    vertical-align: sub;
}

.home-sortContent {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.home-sortImg {
    float: left;
    width: 100%;
}
/**首页倒计时样式**/
.home-countdown-box{
    box-sizing: border-box;
    width: 100%;
    background-color: #ac011e;
    height:220px;
    padding-top:30px;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/home/homecountdownbg202203160816.jpg');
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.home-countdown-box-title{
    width: 100%;
    text-align: center;
    color:#ffffff;
    font-size:30px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.home-countdown-box-inner{
    width: 100%;
    box-sizing: border-box;
    display:flex;
    padding: 0 16px;
    justify-content: center;
}
.home-countdown-item{
    display: flex;
    width: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#ab001d;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 15px 0px; 
}
.home-countdown-num{
    font-size: 38px;
    font-weight: bolder;
}
.home-countdown-tips{
    font-size: 16px;
    font-weight: 500;
    margin-top:5px;
}
.home-countdown-divide{
    margin: 0 10px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 14px;
}

.home-sortTextBox {
    width: 92%;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -10%;
    float: left;
    margin-left: 4%;
    padding-bottom: 10px;
}

.home-sortTextTitle {
    padding: 20px 0;
    text-align: center;
}

.home-sortTextTitle h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.home-sortTextText {
    font-size: 12px;
    padding: 5px 10px;
}

.home-sortTextBtn {
    margin-top: 5px;
    margin-right: -5px;
    text-align: right;
}

.home-sortTextBtn span {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    padding: 8px 25px;
    background-color: #000000;
}

.home-sortSwiper {
    padding: 20px 0;
}

.home-sortBox2 {
    margin: 0 10px;
}

.home-sortTitle2 {
    padding: 20px 0;
    text-align: center;
}

.home-sortTitle2 h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.home-sortBox2 ul {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-sortBox2 ul li {
    width: 49%;
}

.home-sortBox2 .home-sortText2 {
    position: absolute;
    bottom:20px;
    left:0;
    width: 100%;
    text-align: center;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
    /* text-decoration: underline; */
}
.home-sortBtn1 {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

.home-sortBtn1 span {
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    background-color: #000;
    display: inline-block;
}

.home-sortBtn1 span img {
    width: 11%;
    margin-right: 2px;
    vertical-align: unset;
}


.home-sortVideoBox{
    background-color: #000;
    margin: 20px 0;
    color:#fff;
    padding: 30px 0;
}


.home-sortVideoTitle h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.home-sortVideoText {
    text-align: center;
    font-size: 14px;
    margin: 30px 0 15px 0;
}

.home-sortVideoNow {
    margin: 10px 0;
}
.home-sortVideoNow a{
    display: block;
    text-align: center;
    background-color: #fff;
    width: 65%;
    margin:auto;
    color:#000;
    font-size: 17px;
    font-weight: 600;
    height:40px;
    line-height: 40px;
}
.home-sortVideoNow a img{
    height: 60%;
    width: auto;
    margin-left: 8px;
    vertical-align: middle;
}
.home-sortImage {
    margin-top: 20px;
    width: 100%;
}

.home-socialTitle {
    text-align: center;
    padding: 20px 0;
}

.home-socialTitle h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.home-socialText {
    font-size: 13px;
    margin: 5px 0;
}

.home-socialBox ul {
    margin: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-socialBox ul li {
    width: 49%;
    text-align: center;
    padding-bottom: 15px;
}

.home-socialProduct {
    font-size: 14px;
    padding: 5px 0;
    font-weight: 600;
}

.home-socialBtn {
    padding: 5px 0;
}

.home-socialBtn span {
    padding: 4px 8px;
    border-radius: 15px;
    border: 1px solid #111;
    font-size: 12px;
    font-weight: 600;
}
.newRrivalList,
.classicList {
    margin: 0 5px;
}

.newRrivalList ul,
.classicList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newRrivalList ul li,
.classicList ul li {
    width: 49%;
    margin-top: 20px;
}

.newRrivalList .newListTitle,
.classicList .classicListTitle {
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
}

.newRrivalList .newPriceBox,
.classicList .classicPriceBox {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

.newRrivalList .newPriceBox .newPrice,
.classicList .classicPriceBox .newPrice {
    font-weight: 600;
}

.newRrivalList .newPriceBox .oldPrice,
.classicList .classicPriceBox .oldPrice {
    font-size: 13px;
    color: #979797;
    padding-left: 10px;
    text-decoration: line-through;
}

.newRrivalList .newIconBox,
.classicList .classicIconBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newRrivalList .newIconBox .startBox,
.classicList .classicIconBox .startBox {
    margin-top: -5px;
    margin-right: 10px;
}

.newRrivalList .collectBorder,
.classicList .collectBorder {
    width: 1px;
    height: 13px;
    background-color: #000;
    margin: 0 4px;
}

.newRrivalList .newIconBox .collect img,
.classicList .classicIconBox .collect img {
    width: 17px;
}

.newRrivalList .newIconBox .collect .icon,
.classicList .classicIconBox .collect .icon {
    font-size: 16px;
}
.newRrivalList .newIconBox .collect .icon-fill-wishlist,
.classicList .classicIconBox .collect .icon-fill-wishlist{
    display:none;
}
.newRrivalList .newIconBox .collect[data-status="3"],
.classicList .classicIconBox .collect[data-status="3"]{
    color: #fd0154;
}
.newRrivalList .newIconBox .collect[data-status="3"] .icon-fill-wishlist,
.classicList .classicIconBox .collect[data-status="3"] .icon-fill-wishlist{
    display:inline;
}
.newRrivalList .newIconBox .collect[data-status="3"] .icon-wishlist,
.classicList .classicIconBox .collect[data-status="3"] .icon-wishlist{
    display:none;
}



.newRrivalList .newIconBox .cart img,
.classicList .classicIconBox .cart img {
    width: 18px;
}

/*首页轮播 (不是顶部轮播)*/
.home-swiper-root{
    box-sizing: border-box;
	width: 100%;
	background-color: #000;
	padding: 0 15px;
	margin-top: 20px;
}
.home-swiper-root-inner{
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 0 15px;
}
.home-swiper-container{
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
}
.home-swiper-a{
	position: relative;
	display:block;
	width:100%;
	height: auto;
}
.home-swiper-a img{
	display:block;
	width:100%;
	height: auto;
}
.home-swiper-text{
	position:absolute;
	width: 100%;
    text-align: center;
	bottom: 40px;
	font-size: 40px;
	font-weight: 1000;
    /* text-shadow:#fff 2px -2px 0px; */
	/* -webkit-text-stroke: 0.5px #fff;  */
	text-shadow: -.025em -.025em 0 #fff, 
				.025em -.025em 0 #fff, 
				-.025em .025em 0 #fff, 
				.025em .025em 0 #fff;

}

/** 底部黑色背景内容 **/
.home-black-root{
    width:100%;
	box-sizing: border-box;
	padding-bottom: 30px;
	background-color: #000;
}
.home-black-item{
	width:100%;
	box-sizing: border-box;
	background-color: #000;
}
.home-black-title{
	position: relative;
	width:100%;
	box-sizing: border-box;
	background-image: url(https://m.westkiss.com/media/wysiwyg/home/20211119homebg.jpg);
	background-position:  0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 40px 0 20px 0;
}
.home-black-title .title-text{
	width:100%;
	text-align: center;
	color:#fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.home-black-title .title-tips{
	margin:auto;
	width:90%;
	text-align: center;
	color:#fff;
	font-size: 12px;
}
.home-black-body{
	box-sizing: border-box;
	width:100%;
	padding: 0 14px;
}
.home-black-body a,
.home-black-body a img {
	display: block;
	width: 100%;
	height: auto;
}
.home-black-footer{
	display: flex;
	width:100%;
	margin-top: 20px;
	justify-content: center;
}
.home-black-footer-a{
	display: flex;
	height: 30px;
	padding: 0 8px;
	background-color: rgb(198,0,0);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	align-items: center;
}
.home-black-footer-a .icon-homebag{
    font-size: 16px;
	margin-right: 4px;
}

/**首页活动弹窗**/
.home-activity-modal{
    position: fixed;
    width:6rem;
    height: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display:none;
}

/**新用户注册送礼品卡**/
.regist-giftcard-gate{
    position:fixed;
    right:0;
    top: 36%;
    display:none;
}
.regist-giftcard-gate img{
    display:block;
    width: 24px;
    height:auto;
}
.regist-giftcard-modal{
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate3d(-50%,-40%,0);
    width: 6.91rem;
    display: none;
    background-color: #fff;
}
.regist-giftcard-modal-close{
    position: absolute;
    right:0.1rem;
    top:0.1rem;
    /* transform: translateY(-100%); */
    color:#fff;
    font-size: 26px;
}
.regist-giftcard-modal-banner{
    display: block;
    width: 6.91rem;
    height: 4.58rem;
}
.regist-giftcard-modal-container{
    box-sizing: border-box;
    width: 100%;
    padding: 0.38rem 0.33rem 0.42rem 0.33rem;
}
.regist-giftcard-modal-title-img{
    display: block;
    width: 5.4rem;
    height: 1.15rem;
    margin: auto;
}
.regist-giftcard-modal-form{
    width: 100%;
    margin-top: 0.4rem;
}
.regist-giftcard-modal-form-input{
    width: 100%;
}
.regist-giftcard-modal-form-input input{
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #2d2d2d;
    height: 0.6rem;
    font-size: 0.26rem;
    padding: 0 5px;
}
.regist-giftcard-modal-form-input.showverify p{
    display: block;
}
.regist-giftcard-modal-form-input p{
    color:#ff004e;
    font-size: 0.24rem;
    line-height: 1em;
    display: none;
}
.regist-giftcard-modal-form-group{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.28rem;
}
.regist-giftcard-modal-form-group .regist-giftcard-modal-form-input{
    flex: 0 0 auto;
    width: 48%;
}

.regist-giftcard-btn{
    display:block;
    width: 3.1rem;
    height: 0.59rem;
    border:none;
    background-color: #000;
    color:#ffffff;
    margin: 0.4rem auto 0 auto;
    font-size: 0.28rem;
    font-weight: 500;
    text-align: center;
    line-height: 0.59rem;
}
/**注册成功**/
.regist-success-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    box-sizing:border-box;
    width: 6.66rem;
    height: auto;
    padding: 0.64rem 0.35rem 0.39rem 0.35rem;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display:none;
}
.regist-success-modal-title{
    font-size: 0.35rem;
    font-weight: bold;
}
.regist-success-modal-body{
    margin: 0.3rem 0 0.57rem 0;
}
.regist-success-modal-p{
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.regist-success-modal-tips{
    margin-top: 0.4rem;
    font-size: 0.24rem;
    font-weight: bold;
}

.regist-success-modal-btn{
    display:block;
    border:none;
    width: 2.55rem;
    height: 0.6rem;
    background-color: #000;
    color:#fff;
    font-size: 0.26rem;
    font-weight: 600;
    text-align: center;
    line-height: 0.6rem;
    margin: auto;
}

.regist-success-modal-close{
    position: absolute;
    top:0;
    right: 0;
    font-size: 24px;
    padding: 6px;
}