body {
	font-size: 16px;
	padding-bottom: 40px;
}
.cartNumBox{
	display: none;
	position: absolute;
	top: 0;
}
/*input::-webkit-input-placeholder {

	vertical-align: middle;
	line-height: 16px;
}

input::-moz-placeholder {

	vertical-align: middle;
	line-height: 16px;
}

input::-ms-input-placeholder {

	vertical-align: middle;
	color: red;
	line-height: 16px;
}

input::-moz-placeholder {

	vertical-align: middle;
	line-height: 16px;

}
input[value]{
	vertical-align: middle;
	line-height: 16px;
	color: red;
}*/
.isX {
	/*height: 80px!important;*/
}

.ptop20 {
	padding-top: 20px;
}

.navRightBox {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}

.searchBox {
	width: 92%;
	/*margin-left: 10%;*/
	background: #fff;
	height: 100%;
	top: 0;
	z-index: 9;
	padding-left: 4%;
	padding-right: 4%;
	/*padding-top: 10px;*/
    font-size: 14px;
}

.searchBoxInput {
	border: none;
	width: 70%;
	margin-right: 30%;
	height: 40px;
	line-height: 40px;
	
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 10px;

}

.searchBoxInputBox {
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #DCDCDC;
}

.searchIcon {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 51px;
	top: 24px;
}

.searchIconafter {
	width: 1px;
	height: 16px;
	margin-top: 12px;
	background: #DCDCDC;
	position: absolute;
	top:12px;
	right: 35px;
}

.closeIcon {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 2px;
	top: 24px;
}

.navSearch {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	top: 0;
	left: 100%;
	z-index: 100;
}

.searchBoxIcon {
	width: 18px;
	margin-right: 10px;
}

.searchRightIcon {
	width: 8px;
	margin-top: 10px;
}

.searchIconBox {
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin-top: 28px;
}

.searchBoxfooter {
	line-height: 50px;
	margin-top: 15px;
	color: #999;
}

.nav {
	/*height: 40px;*/
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
    text-align: center;
}

.logoRightBox{
	min-width: 100px;
}
.navLogo {
	display: inline-block;
	height: 38px;
	margin-top: 9px;
	margin-bottom: 9px;
    vertical-align: top;
}

.nav .logoRightBox img {
	display: inline-block;
	height: 25px;
	margin-top: 15px;
	margin-left: 15px;
	position: absolute;
}
.personalCenter{
	right: 58px;
}
.nav .logoRightBox img:nth-last-child(1){
	margin-right: 10px;
	right: 5px;
}

.nav .logoRightBox img:nth-child(1){

	right: 56px;
}
.nav .logoLeftBox{
    min-width: 130px;
}
.nav .logoLeftBox img{
    display: inline-block;
    height: 25px;
    margin-top: 15px;
    margin-left: 15px;
    position: absolute;
}
.nav .logoLeftBox img:nth-child(1){
    left:0;
}
.nav .logoImg{
/*	margin-left: 13px;*/
}

.footBtnBox {
	position: fixed;
	z-index: 10;
	height: 60px;
	background: rgb(10, 43, 86);
	width: 100%;
	bottom: 0;
	color: #fff;
	text-align: center;
}

.kefuBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	top: 0;
	left: 0;
	z-index: 101;
	align-items: center;
	justify-content: center;
}

.kefuCon {
	background-image: url(../images/qrcodeBg.jpg);
	background-size: cover;
	width: 94%;
	/*height: 300px;*/
	position: relative;
	text-align: center;
	font-size: 12px;
	padding-bottom: 50px;
}

.guanzhuCon {
	background-color: #fff;
	width: 68%;
	/*height: 300px;*/
	position: relative;
	text-align: center;
	font-size: 14px;
	padding-bottom: 30px;
    border-radius: 15px;
    color: #666666;
    line-height: 1.8;
}
.guanzhuCon .qrImg{
     margin-bottom: 40px;   
}
.kefuI {
	margin-right: 5px;
}

.syI {
	margin-right: 5px;
}

.closeradius {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}

.qrImg {
	width: 50%;
	display: block;
	margin: 50px auto 0;
}

.qrTxt1 {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0;
}

.kefu1 {
	display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
	border: none;opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #999;
	border: none;opacity: 1;
}

.loveIcon {
	padding: 7px;
	/*z-index: 999;*/
	display: block;
}

.cartNum {
	position: absolute;
	border-radius: 50%;
	background: rgb(10, 43, 86);
	width: 18px;
	height: 18px;
	margin-top: 10px;
	margin-left: 30px;
	top: 0;
	font-size: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixedBtm{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: -99;
}

