* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
	outline: none;
}
html, body{
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: none;
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #FFFFFF;
  min-width: 1200px;
	width: 100%;
	height: 100%;
	/* height: 100%; */
}
#app{
	width: 100%;
	height: 100%;
}
img {
	border: 0;
	image-rendering: -webkit-optimize-contrast;
}
input[type=submit],input[type=reset],input[type=button],input[type=text],input[type=number],input[type=password],textarea {
	-webkit-appearance: none;
	border-radius: 0;
	line-height: normal;
	line-height: 22px\9;
	outline: none;
	font-size: 14px;
}
select {
	outline: none;
}
i,em {
	font-style: normal;
}
s {
	text-decoration: none;
}
.m100 {
	display: block;
	width: 100%;
}
.wrapfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:focus {
	outline: none;
}
button {
	outline: none;
	cursor: pointer;
	border: none;
	background: #fff;
}
.lt {
	float: left;
}

.rt {
	float: right;
}
.ct {
  text-align: center;
}
table{
  width:100%;
  text-align:center;/*文本居中*/
  border-collapse:collapse; /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing:0; /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}
.clearfix{/*清除浮动*/
  clear: both;
  display: table;
}
.imgSeat{/*LOGO占位*/
	display: inline-block;
	width: 178px;
	height: 88px;
	float: left;
}
/*公共样式 结束*/
.wrap{
  margin-bottom: 70px;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.commonWrap{
  padding-bottom: 68px;
}
/*也页面切换过度效果*/
.page-enter-active, .page-leave-active {
  transition: opacity .2s;
}
.page-enter, .page-leave-active {
  opacity: 0;
}
.commonNavWrap{
  height: 40px;
  background: #ececec;
}
.commonNav{
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}
.commonNav a{
  color: #666;
  font-size: 12px;
  vertical-align: top;
}
.commonNav .jump:hover{
  color: #fd7d22;
}
/*上下居中 左右居中*/
.tab{
  width: 150px;
  height: 50px;
  display: table;
}
.tabCell{
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/*公共颜色*/

.orange_shallow{/*浅一点的橙色*/
  color: #fd8835;
}
.orange_deep{/*深一点的橙色*/
  color: #fd7d22;
}
.orange_deep_bg{/*深一点的橙色背景色*/
	background: #fd7d22;
}
.succ{/*成功*/
	color: #67c23a;
}
.fail{/*失败*/
	color: #f56c6c;
}
.redStar{/*红色*/
	color: #f56c6c;
}
/*单行省略*/
.ellipsisSingle{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
/*两行省略*/
.ellipsisMultiple{
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
/*背景色*/
.bg_green{/*绿色*/
  background: #72b04e;
}
.bg_pink{/*粉红*/
  background: #f27987;
}
.bg_orange{/*橘色*/
  background: #fd7d22;
}
/*首页和店铺首页商品的公共样式*/
.goodsCommon{
  display: inline-block;
  float: left;
  width: 232px;
  height: 302px;
  background: #F9F9F9;
  margin-right: 8px;
  position: relative;
}
.goodsCommon:nth-child(-n+4){
  margin-bottom: 14px;
}
.goodsCommon:nth-child(4n){
  margin-right: 0;
}
.goodsCommon .couponIco{
  position: absolute;
  right: 0;
  top: -8px;
}
.goodsCommon .goodsOfferTxt{
  width: 86px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  position: absolute;
  left: 23px;
  top: 13px;
  background: #f5542d;
	/* display: none; */
}
.goodsCommon:hover .goodsOfferTxt{
	display: inline-block;
}
.goodsCommon .goodsLine{
  position: absolute;
  background: #f5542d;
  transition: all 0.2s linear;
}
.goodsCommon .goodsLineTp{
  height: 2px;
  left: 0;
  top:0;
  width: 0;
}
.goodsCommon .goodsLineBt{
  height: 2px;
  left: 0;
  bottom:0;
  width: 0;
}
.goodsCommon .goodsLineRt{
  right: 0;
  top:0;
  width: 2px;
  height: 0;
}
.goodsCommon .goodsLineLt{
  left: 0;
  top:0;
  width: 2px;
  height: 0;
}
.goodsCommon:hover .goodsName{
  color: #fd5b22;
}
.goodsCommon:hover .goodsLineTp{
  width: 100%;
}
.goodsCommon:hover .goodsLineBt{
  width: 100%;
}
.goodsCommon:hover .goodsLineRt{
  height: 100%;
}
.goodsCommon:hover .goodsLineLt{
  height: 100%;
}
/*分页样式修改*/
.pageContent{
  margin-top: 30px;
  text-align: right;
}
.pageContent .el-pager li.active{
  color: #fd7d22;
}
.pageContent .el-pager li{
  color: #4a9e1a;
}
.pageContent .el-pager li:hover{
  color: #fd7d22;
}
.pageContent .el-pagination .btn-next, .pageContent .el-pagination .btn-prev{
  color: #4a9e1a;
}
.pageContent .el-pagination button{
}
.pageContent .el-pagination button:disabled{
  color: #999999;
}
#__layout .swiper-button-prev,#__layout  .swiper-container-rtl .swiper-button-next{
  background-image:url('../staticPc/images/index/arrowLt.png');
}
#__layout .swiper-button-next,#__layout  .swiper-container-rtl .swiper-button-prev{
  background-image:url('../staticPc/images/index/arrowRt.png');
}
/*优惠券标签 样式*/
.discountTitle{
  display: inline-block;
  width: 60px;
  height: 18px;
  background: url(../images/goodsDetail/activeBg.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-right: 14px;
}
.discountTxt{
  color: #e11e25;
  margin-right: 24px;
}
/*红包样式*/
.redEnvelopes-fixed{
	position: fixed;
	width: 82px;
	height: 104px;
	top: 180px;
	right: 40px;
	z-index: 10;
	background: url(../staticPc/images/redBg.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	border-radius: 4px;
	-moz-box-shadow:0px 0px 20px #696969; -webkit-box-shadow:0px 0px 20px #696969; box-shadow:0px 0px 20px #696969;
	cursor: pointer;
	border: none;
}
.redEnvelopes-num{
	position: absolute;
	right: -5px;
	top: -5px;
	width: 18px;
	height: 18px;
	background: #e6c6a0;
	text-align: center;
	line-height: 20px;
	color: #ca3636;
	border-radius: 10px;
	font-size: 12px;
}
.redEnvelopes-timeRow{
	padding: 0 8px;
	margin-top: 60px;
}
.redEnvelopes-txt{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #fe8a1e;
	border-radius: 12px;
	font-size: 14px;
	color: #fff;
}
.redEnvelopesDialog{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.redEnvelopesWrap{
	width: 330px;
	height: 450px;
	position: relative;
	color: #fdde9f;
}
.redEnvelopesWrap .redEnvelopesClose{
	position: absolute;
	left: 50%;
	bottom: -66px;
	width: 36px;
	height: 36px;
	transform: translateX(-50%);
	background: url(../staticPc/images/closeImg.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.redEnvelopesWrap>div{
	width: 330px;
	height: 450px;
	padding-top: 34px;
}
.noOpen{
	background: url(../staticPc/images/noOpenBg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.alreadyOpened{
	background: url(../staticPc/images/opened.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.lookWrap{
	background: url(../staticPc/images/lookBg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.avatarRow{
	text-align: center;
}
.avatarRow img{
	width: 64px;
	height: 64px;
	border: 1px solid #fd7d22;
	border-radius: 32px;
}
.userNameRow{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.redEnvelopesMoneyRow{
	height: 60px;
	line-height: 60px;
	font-size: 46px;
	text-align: center;
}
.redEnvelopesMoneyRow span{
	font-size: 18px;
}
.openRow{
	height: 138px;
	text-align: center;
	margin-top: 30px;
}
.openRow img{
	width: 132px;
	height: 138px;
	cursor: pointer;
}
.countDownWrap{
	height: 138px;
	text-align: center;
	margin-top: 30px;
}
.countDownContent{
	display: inline-block;
	width: 130px;
	height: 130px;
	position: relative;
	background: #ee5d45;
	border-radius: 70px;
	/* border: 2px solid #dd5144;
	border-radius: 70px; */
}
.countDownTxt{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 130px;
	height: 130px;
	padding-top: 46px;
}
.notStarted{
	position: absolute;
	left: 0;
	bottom: 42px;
	width: 100%;
	text-align: center;
}
.seeRow{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.seeRow  button{
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #ecb56d;
	border-radius: 20px;
	background: #ee493a;
	color: #fdde9f;
	cursor: pointer;
}
.openedNo{
	font-size: 24px;
	color: #fdde9f;
	margin-top: 76px;
	text-align: center;
}
.alreadyOpened .userNameRow{
	color: #ffab00;
	font-size: 14px;
}
.alreadyOpened .redEnvelopesMoneyRow{
	color: #ee493a;
}
.withdrawalRow{
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	height: 40px;
	text-align: center;
}
.withdrawalRow button{
	width: 170px;
	height: 40px;
	background: #fdde9f;
	color: #ca291b;
	font-size: 16px;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #fdde9f;
}
.alreadyOpened .codeRow{
	height: 130px;
	text-align: center;
	margin-top: 88px;
}
.alreadyOpened .codeRow img{
	width: 130px;
	height: 130px;
}
.alreadyOpened .tips{
	text-align: center;
	margin-top: 90px;
}
.lookContent{
	width: 248px;
	margin: 40px auto 0;
	padding: 0 8px;
}
.lookTitle{
	text-align: center;
	color: #fe8a1e;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e6c6a0;
}
.lookList{
	height: 254px;
	overflow-y: auto;
}
.lookList::-webkit-scrollbar{
	display: none;
}
.inContainer {
	scrollbar-width: none;
}
.inContainer {
	-ms-overflow-style: none;
}
.lookList li{
	height: 40px;
	border-bottom: 1px solid #f7e0c4;
}
.lookList li:last-child{
	border-bottom: none;
}
.lookList li>div{
	height: 40px;
	line-height: 40px;
	color: #5a5a5a;
}
.securityTitle{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e0e0e0;
	color: #20322f;
	font-size: 18px;
	margin-bottom: 32px;
}
/*修改下拉框样式*/
body .el-select-dropdown__item.selected{
	color: #fe8a1e;
}
/*x修改提示框颜色*/
body .el-tooltip__popper.is-light{
	border: 1px solid #cacaca;
}
/*弹窗样式*/
.dialogContainer .el-dialog__body{
	padding: 20px;
}
.dialogContainer .dialogRow{
	margin: 10px 0;
}
.dialogContainer .dialogRow .spanCommon{
	display: inline-block;
	width: 120px;
	text-align: right;
	font-size: 14px;
}
.dialogContainer .dialogRow .el-input{
	width: 280px;
}
.dialogContainer .dialogRow /deep/ .el-input__inner{
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
}
.dialogContainer .dialogRow /deep/ .el-range-editor.el-input__inner{
	padding:  0 10px;
	overflow: hidden;
	vertical-align: middle;
}
.dialogContainer .dialogRow /deep/ .el-textarea{
	width: 280px;
	vertical-align: middle;
	height: 100px;
}
.dialogContainer .dialogRow /deep/ .el-textarea__inner{
	height: 100px;
}
.dialogContainer .dialogRow /deep/ .el-date-editor .el-range-separator{
	width: 20px;
}