/* head css */
.head{
    width: 100%;
	min-width: 1200px;
    background-color: #333333;
}
.header-right-nav-content{
    position: relative;
}
.header-right-nav-content:hover .header-right-nav{
    display: block !important;
}
.header-right-nav{
    position: absolute;
    display: none !important;
    top: 36px;
    left: 6px;
    width: 80px;
    height: 88px !important;
    background-color: #fff;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.16);
	z-index: 99;
}
.header-right-nav li:hover{
    color: red;
}
.header-right-nav::after{
    display: block;
    position: absolute;
    top: -15px;
    left: 35px;
    content: '';
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    transform: rotate(-90deg);
}
.header-right-nav li{
    width: 60px;
    padding: 13px 0 !important;
    margin: auto;
    text-align: center;
    color: #B8B8B8;
    border-right: none !important;
	cursor: pointer;
}

.header-right-nav li:nth-child(1){
    border-bottom: 1px solid #dddddd;
}

.lang{
    height: 128px!important;
}
.lang li:nth-child(2){
    border-bottom: 1px solid #dddddd;
}

.main{
    width: 1200px;
    height: 36px;
    margin: auto;
}
.swiper-container {
    width: 100%;
    height: 450px;
}  
.swiper-container img{
    width: 100%;
    height: 450px;
}

.header-left{
    float: left;
    line-height: 36px;
    font-size: 12px;
    color: #B8B8B8;
}
.header-right{
    float: right;
    min-width: 520px;
}
.header-right ul{
    display: flex;
    justify-content: right;
    align-items: center;
    height: 36px;
    font-size: 12px;
}
.header-right>ul>li{
	display: flex;
	align-items: center;
	height: 100%;
    padding: 0 10px 0 10px;
	position: relative;
}

.header-right>ul>li:not(:last-child):after{
	content: '';
	position: absolute;right: 0;
	display: block;width: 1px;height: 14px;
	background-color: #7D7D7D;
}

.header-right ul li a{
    vertical-align: middle;
	color: #B8B8B8;
	word-break: break-all;
	/*max-width: 80px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 头部所有图标大小 */
.head i{
    display: inline-block;
    background-size: 100% 100%;
	margin-right: 5px;
}
.head i.head-msg{
	width: 15px;
	height: 13px;
    background-image: url('/content/images/msg.png');
}
.head i.head-mch{
	width: 13px;
	height: 12px;
    background-image: url('/content/images/home_mch.png');
}
.head i.head-kefu{
	width: 14px;
	height: 13px;
    background-image: url('/content/images/kefu.png');
}
.head i.head-app{
	width: 14px;
	height: 14px;
    background-image: url('/content/images/app.png');
}
.head i.head-jiantou{
	width: 12px;
	height: 10px;
	margin-left: 5px;
	margin-right: 0;
    background-image: url('/content/images/jiantou.png');
}


/* logo css */
.logo{
    width: 100%;
    background-color: #ffffff;
}
.logo-title{
    width: 1200px;
    margin: auto;
}

.logo-title .logo-img{
    position: relative;
    width: 206px;
    margin:33px auto 0 auto;
}
.logo span{
    display: inline-block;
    width: 26px;
    height: 26px;
}
.logo-icon{
	display: flex;
    position: absolute;
    top: 20px;
    right: -482px;
}

.searchBox{
	display: inline-flex;
	margin-right: 30px;
	cursor: pointer;
}
.searchBox.isInput{
	width: 280px;
	padding-bottom: 9px;
	border-bottom: 1px solid #E5E5E5;
}

.e-search{
	flex: 1;
    border: none;
	font-size: 16px;
}
.history{
    position: absolute;
    top: 46px;
    left: 0;
    width: 280px;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.16);
	background: #ffff;
	z-index: 1000;
	max-height: 180px;
	overflow-y: auto;
}
.his_,.his_data{
	display: flex;align-items: center;justify-content: space-between;
    height: 30px;
    padding: 0 10px;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
	box-sizing: border-box;
}

.his_data{
	cursor: pointer;
}
.his_data span{
	display: block;
	color: #999999!important;
	flex: 1;
	margin-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.his_{
	position: sticky;top: 0;background-color: #FFFFFF;
}
.his_close{
	width: 9px!important;height: 9px;
	display: none;
}
.his_data:hover{
	color: #D4282D;
	background-color: #F6F6F6;
}
.his_data:hover .his_close{
	display: block;
	height: auto;
}
.clear{
    width: 12px !important;
    height: 14px !important;
}
.cart_{
    position: absolute;
    top: 46px;
    right: 0;
    width: 330px;
    max-height: 400px;
    background-color: #fff;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    z-index: 222;
}
.cart_ img{
    width: 40px !important;
    height: 39px !important;
    margin: 0 20px;
    padding: 20px 0;
    vertical-align: middle;
   
}
.cart_ span{
    width: auto;
	height: auto;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
}

.cart_ .title{
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    color: #020202;
    border-bottom: 1px solid #EEEEEE;
	box-sizing: border-box;
	font-weight: bold;
}
.cart_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 54px;
	padding: 0 10px;
    font-size: 14px;
    background-color: #F6F6F6;
	box-sizing: border-box;
}

.cart_bottom>p{
	display: flex;align-items: center;
}
.cart_bottom>p span{
    line-height: 14px;
    color: #D4282D;
    font-size: 14px;
	height: 14px;
}

.cart_btn{
    width: 80px;
    height: 30px;
    background-color: #D4282D;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff !important;
	border: 0;outline: 0;
}
.cart_goods{
    max-height: 276px;overflow-y: auto;
}
.cart_goods li{
    display: flex;
    padding: 12px;
}
.cart_goods li:hover{
    background-color: #F6F6F6;
}
.cart_goods li>img{
    display: block;
    width: 60px !important;
	height: 60px !important;
	padding: 0;
}
.goods>p{
    width: 127px;
    font-size: 14px;line-height: 17px;
    color: #333333;
}
.goods>span{
	font-size: 12px;line-height: 12px;height: 12px;
    color: #999999;
}
.cart_money{
    font-size: 12px;
	margin-left: auto;
	display: flex;flex-direction: column;align-items: flex-end;
}
.cart_money>span{
	color: #333333;
	line-height: 12px;height: 12px;
	font-size: 12px;
	margin-top: 10px;
	cursor: pointer;
}
.cart_money>p{
	display: flex;
	line-height: 12px;
    color: #D4282D;
}
.cart_money>p>span{
	height: 12px;line-height: 12px;
	margin-left: 3px;
	color: #333333;
}


.logo span.search{
    background-image: url('/content/images/search_.jpg')
}
.logo span.search1{
    background-image: url('/content/images/search.png')
}
.logo span.cart{
    background-image: url('/content/images/cart.png');
	cursor: pointer;
}
.logo span.cart1{
    background-image: url('/content/images/cart.jpg');
	cursor: pointer;
}
.logo span.red{
    position: absolute;
    right: -10px;
    top: -5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: red;
    text-align: center;
    color: #fff!important;
    font-size: 14px;
}
.nav{
    width: 1200px;
	border-bottom: 1px solid #E5E5E5;
}

/* banner css */
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: 450px;
}

/* fun */
.fun{
    width: 100%;
}
.fun .fun-img{
    width: 1200px;
    margin: auto;
}
.fun ul{
    height: 130px;
}
.fun li{
    float: left;
    width: 222px;
    height: 100px;
    margin-right: 18px;
    margin-top: 30px;
    background-color: #F6F6F6;
}
.fun li .icon{
    display: inline-block;
    position: relative;
    height:0;
    width:45px;
	border-bottom:100px solid #DC4047;
	border-left:0px solid transparent;
    border-right:60px solid transparent;
    vertical-align: middle;
    
}

.fun li .icon img{
    position: absolute;
    left: 10px;
    top: 30px;
    width: 54px;
    height: 50px;
}

.fun li .fun-detail{
    display: inline-block;
    width: 105px;
    vertical-align: middle;
}
.fun-detail span{
    font-size: 24px;
    color: #DC4047;
}
.fun-detail p{
    font-size: 15px;
    color: #666666;
}

/* rexiao */
.rexiao{
    width: 100%;
    margin-top: 50px;
	padding:15px 0;
    /* height: 500px; */
    /* background-color: rebeccapurple; */
}

.rexiao .rexiao-content{
    width: 1200px;
    margin: auto;
}
 .container{
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
.container .title{
    display: flex;
}
.container .text{
	margin-left: 6px;
}
.container .text p{
    font-size: 30px;
	line-height: 30px;
    color: #020202;
}
.container .text span{
    display: block;
    font-size: 14px;
	margin-top: 5px;
	line-height: 10px;
    color: #999999;
	position: relative;
	z-index: 9;
}
.container .icon{
    width: 46px;
    height: 46px;
}
.container .gengduo{
	padding-top: 19px;
    font-size: 14px;
    color: #666666;
	cursor: pointer;
}

/* main */
.product{
    width: 100%;
    margin-top: 10px;
}
.product ul:after{
	content: '';
	display: block;
	clear: both;
}
	.product li {
		float: left;
		width: 288px;
		height: 330px;
		background-color: #ffffff;
		cursor: pointer;
		margin-bottom: 10px;
	}
.product li:not(:nth-of-type(4n)){
	margin-right: 16px;
}
.product li .main-img{
    position: relative;
    width: 288px;
    height: 288px;
    background-color: #ffffff;
}
.product li img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    max-width: 225px;
    max-height: 227px;
    margin: auto;
}
.product li .main-text{
    height: 42px;
    text-align: center;
    overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.product ul li:hover{
    box-shadow:0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: #eeeeee;
}

.product li .main-text div{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	font-size: 12px;
	color: #666666;
}

.product li .main-text div img{
	position: initial;
	margin: 0;
	width: 19px;
	height: 18px;
	margin-right: 5px;
}

.product li .main-text p{
	margin: 0 auto;
    font-size: 14px;
    color: #020202;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
	margin-bottom: 6px;
}
.product li .main-text span{
    color: #D4282D;
    font-size: 14px;
}

/* xinping */
.xinping{
    overflow: hidden;
    width: 100%;
    height: 772px;
    background-color: #F8F8F8;
}
.xinping .xinping-content{
    width: 1200px;
    margin: 50px auto;
}

.xinping ul{
    overflow: hidden;
}
.xinping ul li{
    float: left;
    width: 244px;
    height: 287px;
    margin-right: 9px;
    margin-bottom: 13px;
    background-color: #fff;
	cursor: pointer;
}

.xinping ul li .xinping-img img{
	width: 100%;
	height: 100%;
}

.xinping ul li:nth-child(1){
    width: 432px;
    height: 587px;
}
.xinping ul li:nth-child(1) .xinping-img{
    width: 432px;
    height: 432px;
}
.xinping ul li:nth-child(1) .xinping-product .xinping-img img{
    width: 265px;
    height: 383px;
    margin: auto;
}
.xinping ul li:nth-child(1) .xinping-text{
    width: 432px;
    height: 155px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.xinping ul li:nth-child(1) .xinping-text p{
    margin-top: 10px;
    font-size: 20px;
    color: #020202;
	margin-bottom: 16px;
}
.xinping ul li:nth-child(1) .xinping-text span{
	display: block;
    color: #D4282D;
	line-height: 18px;
    font-size: 20px;
}
.xinping-img{
    width: 244px;
    height: 210px;
}
.xinping-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
    height: 77px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.xinping-text div{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	font-size: 12px;
	color: #666666;
}

.xinping-text div img{
	position: initial;
	margin: 0;
	width: 19px;
	height: 18px;
	margin-right: 5px;
}

.xinping-text p{
	margin: 0 10px;
    font-size: 14px;
    color: #020202;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 7px;
}
.xinping-text span{
    color: #D4282D;
    font-size: 14px;
	line-height: 12px;
}

.xinpin-product ul li:hover{
    box-shadow:0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.footer{
    width: 100%;
}

.footer .qianggou{
    display: flex;
    width: 1200px;
    height: 399px;
    margin: auto;
    /* background-color: pink; */
}
.footer .qianggou .qiang-left{
    width: 252px;
    height: 399px;
    background-color: green;
}
.footer .qianggou .qiang-right{
    width: 948px;
}
.footer .qianggou .qiang-right li{
    display: flex;
    float: left;
    width: 472px;
    height: 198px;
    border: 1px solid #eeeeee;
}

.qiang-right li .q-left{
    width: 175px;
    height: 100%;
    background-color: red;
}
.qiang-right li .q-right{
    width: 300px;
    height: 100%;
    /* background-color: #DC4047; */
}
.q-right .progress{
    width: 140px;
}
.q-right p{
    color: #D4282D;
    font-size: 16px;
}
.q-right span{
    font-size: 14px;
    color: #888888;
}
.progr{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.q-money p{
    color: #D4282D;
    font-size: 14px;
}
.q-money p .shoujia{
    color: #D4282D;
    font-size: 18px;
}
.q-money p .yuanjia{
    font-size: 12px;
    color: #eeeeee;
}
.q-right button{
    width: 118px;
    height: 32px;
    margin-top: 25px;
    background-color: #DE5B5F;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border: none;
}


/* shechi */
.shechi{
    width: 1200px;
    margin: 50px auto;
}
.shechi-content{
    width: 1200px;
    overflow: hidden;
}
.shechi-content li{
    float: left;
    width: 288px;
    height: 365px;
    margin-right: 16px;
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
	box-sizing: border-box;
}
.shechi-content li img{
    display: block;
    width: 286px;
    height: 286px;
    margin: auto;
}
.shechi-content li:nth-child(1){
    width: 288px;
    height: 365px;
}
.shechi-content li:nth-child(1) img{
    width: 288px;
    height: 178px;
    margin-bottom: 10px;
}
.shechi-content .order{
    width: 592px;
    height: 365px;
    background-color: green;
}
.shechi-content .order img{
    width: 592px;
    height: 365px;
}
.shechi-text{
    text-align: center;
}
.shechi-text p{
    margin-top: 20px;
    font-size: 14px;
	line-height: 14px;
    color: #020202;
	font-weight: bold;
}
.shechi-text span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #D4282D;
}

/* bottom */
.bottom{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #333333;
	padding-bottom: 15px;
}
.bottom .bottom-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 174px;
	box-sizing: border-box;
    margin: 40px auto 20px;
	padding-bottom: 40px;
    border-bottom: 1px solid #4D4D4D;
}
.bottom .bottom-content ul{
    width: 1200px;
    margin: auto;
    overflow: hidden;

}
.bottom .bottom-content ul li{
    float: left;
    width: 299px;
    height: 134px;
    border-left: 1px solid #4D4D4D;
}
.bottom .bottom-content ul li:nth-child(1){
   border-left: none;
}

.bottom-list{
    position: relative;
    width:68px;
    height:68px;
    margin: auto;
    border-radius:8px;
	box-sizing: border-box;
}
.bottom-list img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.bottom-text{
    margin-top: 27px;
    text-align: center;
}
.bottom-content p{
    font-size: 16px;line-height: 16px;
    color: #DDDDDD;
}

.qr p{
	font-size: 14px;line-height: 14px;margin-top: 20px;
}
.qr img{
	width: 100px;
	height: 100px;
}

.bottom-content span{
    display: block;
    font-size: 14px;line-height: 12px;
    color: #999999;
	margin-top: 9px;
}
.qr{
    text-align: center;
}
.qr div{
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #fff;
}
.bottom-nav{
    /* width: 332px; */
    margin: auto;
    overflow: hidden;
}
.bottom-nav{
    margin-top: 235px;
}
.bottom-nav ul li{
    float: left;
    font-size: 12px;line-height: 12px;
    color: #999999;
    padding: 0 5px;
	cursor: pointer;
}
.bottom-nav ul li:not(:last-child){
	border-right: 1px solid #999999;
}
.copy{
	margin-top: 14px;
    text-align: center;
    font-size: 12px;line-height: 12px;
    color: #999999;
}


/* 右侧导航条 */
.r-nav{
    position: fixed;
    bottom: 150px;
    right: 90px;
    width: 82px;
    height: 83px;
    margin: auto;
    box-shadow:0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    z-index: 222;
	background-color: #FFFFFF;
}
.r-nav ul li{
    width: 100%;
    height: 70px;
    margin: auto;
    overflow: hidden;
    text-align: center;
	cursor: pointer;
}
.r-nav ul li .toUpImg,.r-nav ul li .xiazai,.qr-kefuImg{
    display: block;
    width: 23px;
    height: 23px;
    margin: 15px auto;
}
.r-nav ul li span{
    display: block;
    margin: -10px auto;
    font-size: 14px;
    color: #666666;
}
.r-nav li:nth-child(2){
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.qr-img{
    display: none;
    position: absolute;
    top: 69px;
    left: -145px;
    width: 136px;
    height: 154px;
    border:1px solid rgba(230,230,230,1);
	background-color: #FFFFFF;
}
.qr-img img{
    display: block;
    width: 100px !important;
    height: 100px !important;
    margin: auto;
    background-color: #fff;
}
.qr-img p{
    font-size: 12px;
    color: #454545;
}
.qr-img::after{
    display: block;
    position: absolute;
    top: 12px;
    left: 136px;
    content: '';
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    transform: rotate(0deg);
}
.qr-app:hover>.qr-img{
    display: block;
}

.r-nav ul li:hover>span{
	color: #D4282D;
}

.toUp .toUpImg,.qr-kefu .qr-kefuImg{
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.toUp .toUpImg{
	background-image: url(/content/images/dingbu.png);
}
.toUp:hover .toUpImg{
	background-image: url(/content/images/dingbu_h.png);
}
.qr-kefu .qr-kefuImg{
	background-image: url(/content/images/kefu.png);
}
.qr-kefu:hover .qr-kefuImg{
	background-image: url(/content/images/kefu_h.png);
}

.qr-app .xiazai{
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/content/images/xiazai.png);
}

.qr-app:hover .xiazai{
	background-image: url(/content/images/xiazai_red.png);
}

/* tab展示选项卡 */
.nav{
    width: 100%;
}
.nav .nav-content{
    width: 1200px;
    margin: 50px auto 0 auto;
}
.nav-content ul{
    width: 100%;
    display: flex;
}
.nav-content ul li{
	cursor: pointer;
	width: 146px;
	margin-left: 20px;
}
.nav-content ul li:nth-of-type(1){
	margin-left: 0;
	width: auto;
}
.nav-content ul li p{
    text-align: center;
}
.nav-content ul li .nav-title{
	font-size: 16px;font-weight: bold;line-height: 16px;
    color: #020202;
}
.nav-content ul li .e-title{
    font-size: 12px;line-height: 12px;
    color: #999999;
	margin-top: 7px;
	word-break: break-all;
}
.nav-border{
    width: 34px;
    height: 3px;
    margin: 10px auto 0;
    background-color: transparent;
}
.nav-content ul li.active p{
	color: #D4282D;
}
.nav-content ul li.active .nav-border{
	background-color: #D4282D;
}
.nav-show{
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 999;
	background:rgba(255,255,255,.9);
}
.nav-show .nav-show-content{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.nav-show .nav-show-content ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.nav-show .nav-show-content ul li img{
    display: block;
    width: 34px;
    height: 34px;
    margin: auto;
	margin-bottom: 8px;
}
.nav-show .nav-show-content ul li p{
    text-align: center;
    font-size: 14px;
    color: #888888;
}


.paginationBox{
	display: flex;
	justify-content: flex-end;
	padding: 18px 0;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #E6E6E6;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover{
	color: #D4282D;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
	border-color: #D4282D;
	color: #D4282D;
	background-color: transparent;
}

.el-checkbox:hover .el-checkbox__inner{
	border-color: #D4282D!important;
}
.el-checkbox:hover .el-checkbox__label{
	color: #D4282D!important;
}


.el-input-number__decrease, .el-input-number__increase{
	background-color: #FFFFFF;
}

/* 轮播图 */
.el-carousel{
	min-width: 1200px;
}
.el-carousel__item,.el-carousel__container{
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	overflow: visible;
}
.bannerImg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1200px;
	height: 450px;
	cursor: pointer;
}

.el-carousel__indicator--horizontal{
	padding: 4px;
}
.el-carousel__button{
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.el-carousel__indicator button{
	background-color: #DDDDDD;
}
.el-carousel__indicator.is-active button{
	background-color: #020202;
}

.el-carousel__arrow{
	border-radius: 0;
	width: 34px;
	height: 66px;
	font-size: 28px;
	background-color: rgba(0,0,0,0.6);
}

/*  */
.couponBox{
	display: flex;
	width: 1200px;
	height: 150px;
	margin: 50px auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(/content/images/couponBg.png);
}
.couponBox_left{
	width: 220px;
	height: 100%;
	cursor: pointer;
}
.couponBox_right{
	flex: 1;
	overflow: hidden;
	width: 980px;
	height: 100%;
	padding: 21px 25px 19px;
	box-sizing: border-box;
}
.couponUl{
	display: flex;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.couponUl::-webkit-scrollbar {/*滚动条整体样式*/
	width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 10px;
}

.couponUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.6);
}

.couponUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.5);
	border-radius: 10px;
	background: #EDEDED;
}
.couponLi{
	position: relative;
	display: flex;
	width: 245px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/content/images/couponBg1.png);
	border-radius: 4px;
	padding: 5px;
	margin-right: 25px;
}
.couponStatus{
	position: absolute;
	right: 66px;
	top: 5px;
}

.couponLi_left{
	flex: 1;
	padding: 0 15px;
}
.couponLi_left>div{
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}
.couponLi_left>div div{
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D4282D;
	line-height: 15px;
}
.couponLi_left>div div span{
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
}
.couponLi_left>div>span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D4282D;
	line-height: 14px;
	margin-left: 10px;
}
.couponLi_left>p{
	width: 168px;
	height: 24px;
	line-height: 24px;
	background: #F6F6F6;
	border-radius: 2px;
	margin-top: 14px;
	padding: 0 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.couponLi_right{
	width: 47px;
	padding: 13px 13px 13px 18px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	cursor: pointer;
}


.mask{
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.mask_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 20px;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #E6E6E6;
}

.mask_title i {
    font-size: 20px;
    font-weight: bold;
    color: #999999;
    line-height: 16px;
}

.mask_btnBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 68px;
	background-color: #F6F6F6;
}

.mask_btnBox>a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:112px;
	height:36px;
	box-sizing: border-box;
	font-size: 16px;
}

.mask_btnBox>a:first-child{
	border: 1px solid #B8B8B8;
	color: #666666;
	margin-right: 10px;
}

.mask_btnBox>a:last-child{
	background-color: #D4282D;
	color: #FFFFFF;
	margin-right: 40px;
	border: 0;
}

.el-loading-spinner{
	margin-top: 0;
	transform: translateY(-50%);
}
.el-loading-spinner i{
	font-size: 30px;
}
.el-loading-spinner .el-loading-text{
	font-size: 16px;
	margin: 5px 0;
}

.loading{
	position: absolute;
	bottom: 0;left: 0;right: 0;top: 0;
	background-color: #FFFFFF;
	z-index: 999;
}

.msgBox{
	position: relative;
}
.msgBox>span{
	position: absolute;
	left: -9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #D80000;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
}

[v-cloak]{
	display: none;
}


/* 客服的样式 */
.jCAmcj {
	background-color: #EEEEEE!important;
}


.nonavtitle[class]{
	display: inline-block;
	min-width: 60px;
	background-color: #EEEEEE!important;
	animation:mymove 1.5s infinite alternate;
	-webkit-animation:mymove 1.5s infinite alternate; /*Safari and Chrome*/
}

.nonavtitle:after{
	content: '1';
	opacity: 0;
}

.nobannerImg{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;height: 450px;
	animation:mymove 1s infinite alternate;
	-webkit-animation:mymove 1s infinite alternate; /*Safari and Chrome*/
}

@keyframes mymove{
	from {opacity: 0.3}
	to {opcity: 0.8}
}

@-webkit-keyframes mymove /*Safari and Chrome*/{
	from {opacity: 0.3}
	to {opcity: 0.8}
}

.center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pointer{
	cursor: pointer;
}

.proDown{
	position: absolute;
	left: 50%;
	top: 115px;
	width: 200px;
	height: 200px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	transform: translateX(-50%);
	z-index: 10;
}

.relative{
	position: relative;
}

.title_bottom{
	position: absolute;
	right: -12px;
	bottom: 0;
	z-index: 0;
}

#headBox{
	min-height: 116px;
}

.el-input-number__decrease, .el-input-number__increase{
	background-color: transparent;
}


.mchMask{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:420px;
	height:300px;
	background:rgba(255,255,255,1);
}

.mchMask>p{
	font-size: 16px;
	line-height: 16px;
	margin-top: 14px;
	color: #020202;
}
.mchMask>span{
	display: block;
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
}

.mchMask .btnBox{
	margin-top: 24px;
}
.mchMask .btnBox .btn{
	border-radius: 0;
	width:112px;
	height:36px;
	padding: 0;
}



.miaosha{
	overflow: hidden;
	width: 100%;
	height: 772px;
	background-color: #FFFEFE;
}

.miaosha-product{
	display: flex;
}
.miaosha-product .miaosha-left{
	width: 252px;
	height: 399px;
	background: url(/content/images/miaosha-img.png) ;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: 100% 100%!important;
}
.miaosha-product .miaosha-left .miaosha-date{
	margin-top: 99px;
	color: #705C47;
	font-size: 16px;
	font-weight: 400;
}
.miaosha-product .miaosha-left .miaosha-date span{
	font-size: 30px;
}
.miaosha-product .miaosha-left .miaosha-back{
	display: inline-block;
	margin-top: 15px;
	width: 28px;
	height: 3px;
	background: #BD946D;
}
.miaosha-product .miaosha-left p{
	margin-top: 23px;
	font-size: 16px;
	font-weight: 400;
	color: #705C47;
}
.miaosha-product .miaosha-left .miaosha-down{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #705C47;
	font-size: 18px;
	margin-top: 17px;
}
.miaosha-product .miaosha-left .miaosha-down span{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #705C47;
	height: 32px;
	width: 32px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.miaosha-product .miaosha-left .miaosha-down span:nth-child(1){
	margin-right: 11px;
}
.miaosha-product .miaosha-left .miaosha-down span:nth-child(2){
	margin: 0 11px;
}
.miaosha-product .miaosha-left .miaosha-down span:nth-child(3){
	margin-left: 11px;
}
.miaosha-product .miaosha-left .miaosha-button{
	margin-top: 40px;
}
.miaosha-product .miaosha-left .miaosha-button button{
	width: 112px;
	height: 32px;
	background: #BD946D;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	outline: 0;
	color: #FFFFFF;
	cursor: pointer;
}
.miaosha-right{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	height: 399px;
}
.miaosha-right li{
	flex: 0 0 50%;
	height: 50%;
	display: flex;
	padding: 0 29px 0 15px;
	box-sizing: border-box;
	background: white;
	align-items: center;
}
.miaosha-right li:nth-child(1),.miaosha-right li:nth-child(2){
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.miaosha-right li:nth-child(3),.miaosha-right li:nth-child(4){
	/* border-top: 1px solid #E6E6E6; */
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.miaosha-right li .right-shop{
	width: 160px;
	height: 150px;
}
.miaosha-right li .right-item{
	padding-left: 14px;
	/* padding: 15px 0 15px 14px; */
	height: 100%;
}
.miaosha-right li .right-item p{
	width: 247px;
	font-size: 16px;
	font-weight: 400;
	color: #020202;
	height: 16px;
	line-height: 16px;
	padding-top: 15px;
}
.miaosha-right li .right-item .right-mch{
	display: flex;
	align-items: center;
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
}
.miaosha-right li .right-item .right-mch img{
	width: 20px;
	height: 20px;
}
.miaosha-right li .right-item .right-mch span{
	padding-left: 7px;
	font-size: 14px;
	font-weight: 400;
	color: #888888;
}
.miaosha-right li .right-item .right-bar{
	display: flex;
	align-items: center;
	padding-top: 19px;
	height: 12px;
	line-height: 12px;
}
.miaosha-right li .right-item .right-bar .right-bar-husband{
	width: 140px;
	height: 10px;
	border: 1px solid #F2CECD;
	border-radius: 5px;
}
.miaosha-right li .right-item .right-bar .right-bar-son{
	width: 80%;
	background: #FFE5E5;
	border-radius: 5px;
	height: 100%;
}
.miaosha-right li .right-item .right-bar span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	padding-left: 15px;
}
.miaosha-right li .right-item .right-price{
	display: flex;
	align-items: baseline;
	padding-top: 12px;
	height: 20px;
	line-height: 20px;
}
.miaosha-right li .right-item .right-price label{
	color: #D4282D;
	font-size: 14px;
	font-weight: 400;
}
.miaosha-right li .right-item .right-price font{
	font-weight: bold;
	font-size: 24px;
	color: #D4282D;
}
.miaosha-right li .right-item .right-price del{
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
}
.miaosha-right li .right-item button{
	outline: 0;
	border: 0;
	width: 118px;
	height: 32px;
	background: #D4282D;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 29px;
	cursor: pointer;
}
.el-dialog{
	margin-top: 0!important;
	top: 50%;
	transform: translateY(-50%);
}
.modal{
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal h2{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
}
.modal p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding-top: 9px;
}