*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
  }
  
  *:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
  }
  
  *:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
  }
  *{
    scrollbar-color: rgba(144,147,153,0.5) transparent;
  scrollbar-width: thin;
  }
.input{
	border:none;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-justify-end {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flex-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cursor-pointer{
	cursor: pointer;
}
body{
	min-height:100vh;
	min-width:1200px;
	
}
.button{
	background: #FF8276;
	border: 1px solid #FF8276;
	padding:10px 25px;
	font-size: 16px;
	font-weight: bold;
	margin-left:10px;
	color: #FFFFFF;
}
.elem-quote{
	font-size: 24px;
	font-weight: 400;
	color: #009944;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.elem-quote::before{
	display:block;
	content: '';
	width: 4px;
	height: 28px;
	background: #009944;
	margin-right: 15px;
}
.btn{
	cursor: pointer;
	user-select:none;
}
.btn:hover{
	opacity: 0.9;
	cursor: pointer;
}
.btn:active{
	opacity: 0.6;
}
.content{
	 padding-top: 40px;
    background: #F5F5F5;
    flex-grow:1;
}
.content .wrapper{
	border-radius: 6px;
    margin-left: 9.2%;
    margin-right: 9.2%;
    background: #FFFFFF;
    padding:20px;
    margin-bottom:40px;
}
.header {
			height: 68px;
			background: #F5F5F5;
			width: 100%;
			line-height: 68px;
			font-size: 20px;
			position: relative;
		}

		.left,
		.right,
		.phone-box,
		.kf-box {
			display: inline-block;
		}

		.right {
			right: 16%;
			position: absolute;
		}

		.left {
			font-weight: 300;
			color: #000000;
			margin-left: 20px;
		}

		.phone-box {
			font-weight: bold;
			color: #FE3737;
			margin-right: 37px;
			font-size:24px;
		}

		.kf-box {
			font-weight: 300;
			color: #000000;
			font-size:22px;
		}

		.kf,
		.phone {
			width: 30px;
			height: 30px;
			margin-right: 5px;
		}

		.logo {
			width: 130px;
			height: 40px;
			margin-left: 16%;
		}
		.nav-menu-wrapper{
			width:100%;
			box-shadow: 0px 3px 8px 0px rgba(169, 169, 169, 0.4);
			margin-bottom:8px;
			padding-left: 16%;
		}
		.nav-menu{
			/* display: inline-block; */
			font-size: 24px;
			font-weight: 300;
			color: #455958;
		}
		.inline-item{
			margin-right: 91px;
			margin-top: 15px;
			margin-bottom: 10px;
			border-radius: 2px;
		}
		.inline-item > a{
			font-size: 24px;
			font-weight: 300;
			color: #455958;
		}
		.active{
			padding-bottom: 10px;
			border-bottom: 1px solid #FE3737;
		}
		.active>a{
			color: #FE3737;
		}
		.icon{
			width: 32px;
			height: 32px;
		}
		.user-action {
    position: absolute;
    top: 0;
    right: 0;
}
#shoping{
	position: relative;
}
#shoping .badge {
    position: absolute;
    top: -30px;
    right: -40px;
    font-size: 16px;
    padding: 6px;
    text-align: center;
    color: #fff;
    background: #FF736A;
	border-radius: 10px 10px 10px 0px;
}
.user-action .inline-item {
    line-height: 100px;
    font-size: 18px;
    letter-spacing: 2px;
}

.user-action .inline-item > span {
    color: #6e769a;
}

.user-action .inline-item > a {
    color: #682166;
    font-weight: normal;
}
.user-loged {
    position: relative;
}
.user-loged:hover .drop-menu{
    display: block;
}
.user-loged .inline-item {
    color: #333c63;
}
.user-loged .icon-collapse {
    float: none;
    margin-left: 12px;
    margin-top: -2px;
}
.user-loged .drop-menu {
    position: absolute;
    top: 100%;
    padding: 30px 0 30px 0;
    width: 166px;
    right: 0;
    z-index: 100;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
    display: none;
}
.user-loged .drop-menu-item {
    font-size: 22px;
    margin-bottom: 30px;
    padding-left: 30px;
    color: #333c63;
    cursor: pointer;
}
.user-loged .drop-menu-item.active {
    color: #6b2466;
}
.user-loged .logout-btn {
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0;
}
.footer{
	width: 100%;
    overflow: hidden;
	height: 49px;
	background: #1B1B1B;
	line-height:49px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-align:center;
	margin-top:auto;
}
.goods-image{
	width:132px;
	height:164px;
	border: 1px solid #e6e6e6;
}
.order-list-item{
	background: #F6F6F6;
	margin-bottom:15px;
	padding:15px;
}
.order-list-item .goods-item{
	margin:0 2%;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.order-list-item .goods-item>p{
	font-weight: 400;
	color: #4B4B4B;
	margin-bottom:15px;
}
.hide{
	display:none;
}
.order-list-item .goods-text{
	margin-left:10px;
}
.order-list-item .goods-text>.goods-title{
	font-size: 24px;
	font-weight: bold;
	color: #455958;
	margin-bottom:15px;
}
.order-list-item .goods-text>.goods-type-num{
	font-size: 20px;
	font-weight: 400;
	color: #6F7474;
	margin-bottom:15px;
}
@media (max-width: 1680px) {
	.logo {
	    width: 200px;
	    height: 60px;
	    margin: 20px 124px 28px 16%;
	}
	.inline-item {
	    display: inline-block;
	    margin-right: 31px;
	    margin-top: 40px;
	    border-radius: 2px;
	}
	.inline-item > a{
		font-size: 18px;
	}
	.header {
		height: 38px;
		line-height: 38px;
		font-size: 15px;
	}
	.phone-box {
		font-size:20px;
	}

	.kf-box {
		font-size:18px;
	}
	.kf, .phone {
	    width: 20px;
	    height: 20px;
	}
}