/* member公共的样式 */
.merber_wrap {
	display: flex;
	align-items: flex-start;
}

.merber_right.changeForm,
.merber_right.profile_wrap {
	min-height: 480px;
	width: 100%;
	padding: 30px 0;
	background: hsl(228 35% 18%/1);
	border-radius: 4px;
	opacity: 1;
	margin-left: 30px;
	margin-bottom: 90px;
	color: hsla(0,0%,100%,.6);
}

.vip_top {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

	.vip_top .vip_top_user .breadcrumb {
		text-align: left;
		/*	background: #333;*/
		color: #c0c0d6;
	}
.vip_top .vip_top_user .breadcrumb h2 {
	font-size: 40px;
	color: #fff;
}
.vip_top .container {
	justify-content: end;
}

.vip_top .container .vip_top_user {
	padding: 50px 110px 0 0;
}

.vip_top .container .vip_top_user .level {
	fill: #fff3ce;
}

.vip_top .container .vip_top_user a {
	color: #fff3ce;
	font-size: 16px;
	padding: 0 37px;
	height: 44px;
	line-height: 44px;
	background-color: #121212;
	border-radius: 6px;
	margin-top: 8px;
}

.vip_top .container .vip_top_user a:hover {
	background-color: #fd6d1f;
}

.banner img {
	width: 100%;
	/* height: 300px; */
	background: orange;
	display: block;
}

.account_header {
	width: 300px;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: rgb(25, 31, 61);
	border-radius: 4px;
	overflow: hidden;
}

	.account_header a {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #dad9ff17;
		width: 100%;
		text-decoration: none;
		color: #c0c0d6;
		font-size: 14px;
		white-space: nowrap;
		height: 55px;
		padding-left: 20px;
		font-family: 'sans';
	}
.account_header a:last-child {
	border-bottom: none;
}
.account_header a i {
	margin-right: 10px;
	font-size: 22px;
}

		.account_header a:hover {
			background: rgb(82, 62, 201);
			color: #fff;
		}

	.account_header .focus {
		background: rgb(82, 62, 201);
		color: #fff;
		font-family: 'Sans';
	}

.merber_wrap input {
	height: 50px;
	border: 1px solid #494e63;
	border-radius: 2px;
	width: 100%;
	background: #30354d;
	color: #fbfbfb;
}

.save_btn {
	width: 240px;
	height: 54px;
	background-color: rgb(0, 130, 251);
	box-shadow: 0px 6px 18px 0px rgba(0, 130, 251, 1, 0.56);
	border-radius: 2px;
	margin: 60px auto 20px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

.save_btn:hover {
	background-color: #2093ff;
	box-shadow: 0px 6px 18px 0px rgb(0 130 251 / 56%);
}

/* coupon */
.couponsUl {
	display: flex;
	justify-content: space-around;
}
.myCoupons .vipUser {
	display: flex;
	align-items: center;
	padding-left: 42px;
	margin-bottom: 28px;
	font-size: 16px;
}
.myCoupons .vipUser h3{
	 color:#fff;
}
 .myCoupons  .vipUser img{
	width: 34px;
	height: 34px;
	margin-right: 20px;
 }
.couponsUl .vipItem{
	display: flex;
	flex-direction: column;
	align-items: center;

}
.couponsUl .vipItem .vipItemBlue{
	font-family: 'sans';
	color: rgba(0, 130, 251, 1);
	font-size: 15px;
	margin: 10px 0 0px 0;
}
.couponsUl .vipItem img{
	width: 74px;
	height: 74px;
}


/* changePassword */
.changeFormUl {
	/* background: red; */
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}

.changeFormUl li {
	margin-bottom: 20px;
	color: rgba(102, 102, 102, 1);
}
	.changeFormUl li > p {
		margin-bottom: 10px;
		color: hsla(0,0%,100%,.6);
	
	}
.changeFormUl li i {
	color: rgba(221, 0, 0, 1);
}

.changeFormUl li.required input {
	border: 1px solid #d52b1e;
}

.changeFormUl li input {
	width: 435px;
	height: 50px;

}

.tips.success {
	color: green;
}

.smsContent {
	width: 100%;
	margin-left: 30px;
	margin-bottom: 20px;
}

.smsConNav {
	background: hsl(228 35% 18%/1);
	border-radius: 4px;
	opacity: 1;
	
	margin-bottom: 16px;
}

.smsNavUl {
	background: hsl(228 35% 18%/1);
	font-size: 15px;
	height: 44px;
	color: #fff;
	margin: 30px 0 0px 0;
}

.smsNavUl,
.smsConNavUl {
	display: flex;
	justify-content: space-between;
}

	.smsConNavUl .smsCon_oederNo {
		color: #0082FB;
		font-family: 'sans';
	}

.smsTicket .TicketTop {
	font-family: 'sans';
	color: #000;
	padding-top: 10px;
	font-size: 16px;
}

.smsNavUl li,
.smsConNavUl li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}
.smsConNavUl .smsCon_oederNo {
	color: hsl(36 100% 50%/1);
	font-family: 'sans';
}

.smsTicket .TicketTop {
	font-family: 'sans';
	color: #000;
	padding-top: 10px;
	font-size: 16px;
}
.smsTicket {
	padding: 15px 10px;
	color: #fff;
}

	.smsTicket li {
		padding-left: 20px;
	}

.sms_price {
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
}

.smsConNavUl {
	height: 59px;
 
	border-bottom: 1px solid hsla(0,0%,100%,.12);
	font-size: 14px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.noOrder{
	color:#fff;
	display:none;
}
/* myOrder */
.orderTicket {
	padding: 0 20px;
}
.orderTicket li {
	padding-left: 0px;
}
	.orderTicket li .orderinfo {
		padding: 5px 0;
	}
	.orderTicket li .orderinfo span{
		color:#fff;
	}
.order_price {
	display: flex;
	justify-content: flex-end;
	font-size: 20px;
}

.orderContent {
	width: 100%;
	margin-left: 30px;
}

.orderConNav {
	background: hsl(228 35% 18%/1);
	border-radius: 4px;
	opacity: 1;
	border: 0px solid #e2e2e2;
	margin-bottom: 16px;
	color: hsla(0,0%,100%,.6);
}

.orderSeleC {
	position: relative;
	margin-right: 20px;
}

.orderSeleC .orderSeleC_title {
	width: 335px;
	height: 44px;
	line-height: 44px;
	position: relative;
	font-size: 14px;
	padding: 0 15px;
	border: solid 1px #b7b7b7;
	margin-right: 20px;
	cursor: pointer;
	color: #666666;
}

.orderSeleC:last-child {
	margin-right: 0;
}

.orderSeleC ul {
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
	max-height: 300px;
	overflow-y: auto;
	display: none;
	z-index: 9;
}

.orderSeleC ul li {
	padding-left: 15px;
	color: #001119;
	height: 30px;
}

.orderSeleC ul li:hover {
	background-color: #d52b1e;
	color: #fff;
}

.orderNavUl {
	background: #121212;
	font-size: 15px;
	height: 44px;
	color: #fff;
	margin: 30px 0 0px 0;

}

.orderNavUl,
.orderConNavUl {
	display: flex;
	justify-content: space-between;
}
	.orderConNavUl .orderCon_oederNo {
		
	/*	font-family: 'sans';*/
	}
	.orderConNavUl .orderCon_oederNo span{
		color: hsl(36 100% 50%/1);
		margin-left:2px;
	
	}
 .orderTicket .TicketTop{
	font-family: 'sans';
	color: #000;
	padding-top: 10px;
	font-size: 16px;
}

.orderNavUl li,
.orderConNavUl li {

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.orderConNavUl li.detail .hide {
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	padding: 0 10px;
	color: #ffffff;
	background-color: #d52b1e;
	border-radius: 6px;
	margin-right: 20px;
	cursor: pointer;
}

.orderConNavUl li.detail .show.hide {
	background-color: #d5a602;
}

.orderConNavUl li.detail .liveChat {
	padding-top: 10px;
}

.orderConNavUl li.detail .liveChat:hover .chat1 {
	display: block;
	fill: #d52b1e;
}

.orderConNavUl li.detail .chat1,
.orderConNavUl li.detail .liveChat:hover .chat {
	display: none;
}

.orderConNavUl {
	height: 59px;
	border-bottom: 1px solid hsla(0,0%,100%,.12);
	font-size: 16px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

 

.orderContent .noOrder {
	min-height: 480px;
	background: #F0F0F0;
border-radius: 4px 4px 4px 4px;
	text-align: center;
	padding: 40px 0 100px 0;
	margin-bottom: 100px;
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
}
.orderContent .noOrder img{
	width: 360px;
	height: 160px;
	margin-top: 100px;
	
}

.Status {
	width: 99px;
	height: 40px;
	margin: 0px auto 0;
	line-height: 40px;
	border-radius: 6px;
	background-color: rgba(228, 201, 57, 0.2);
	color: #cdb32b;
	text-transform: capitalize;
}

.detail {
	width: 120px;
	position: relative;
}

.detail i img {
	width: 28px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 25px;

}

/* 详细内容 */
.Ticket {
	font-size: 14px;
}

.headimg {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin-left: 18px;
}

.headimg img {
	max-width: 100%;
	max-height: 100%;
}


.orderTicket .payment {
	align-items: center;
	margin: 10px 0;
}
	.orderTicket .payment .userLeft span {
		color: #fff;
		border: 0px solid hsla(0,0%,100%,.12);
		padding: 7px;
		background-color: #eb5304;
		border-radius: 2px;
		font-family: 'sans';
	}

.userInfo {
	border-top: 1px solid hsla(0,0%,100%,.12);
	width: 100%;
	padding-top: 10px;
	line-height: 30px;
	color: #b7b7b7;
}

.orderInfo {
 
	width: 100%;
	padding-top: 10px;
	line-height: 30px;
	color: #b7b7b7;
}


.userInfo span {
	color: #12b73d;
	padding-left: 10px;
	
}

.userRight .del-btn,
.userRight .more {
	padding: 0;
	height: 34px;
	padding: 0 18px;
	border-radius: 1px;
	opacity: 1;
	border: 1px solid #ee6a25;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ee6a25;
	border-radius: 2px;
	cursor: pointer;
}
	.userRight .del-btn:hover {
		color: #eb5304;
		border: 1px solid #eb5304;
	}
.userRight .more {
	background: #31354a;
	border: 1px solid hsla(0,0%,100%,.12);
	margin-left: 10px;
	color: #fff;
}
	.userRight .more:hover {
		background: #eb5304;
		border: 1px solid #eb5304;
	}
.hT {
	color: #000;
}

.total p span {
	float: right;
	color: #000;
}

.last {
	color: #d52b1e;
}

.userInfoLi {
	align-items: center;
}



.total p button:hover {
	background-color: #d5a602;
	box-shadow: 0px 6px 18px 0px rgb(227 206 27 / 56%);
}

/* 底部 */
.orderContent .pager{
	justify-content: center;
	margin-bottom: 15px;
}
/*.orderContent .pager a ,.orderContent .pager span{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	background: #CFCFCF;
	border-radius: 1px 1px 1px 1px;
	opacity: 1;
	margin-right: 7px;
}
.orderContent .pager span.active{
	background: rgba(0, 130, 251, 1);
	color: #fff;
}*/

/* profile */
.content_img {
	width: 80px;
	height: 80px;
	/* background: red; */
	margin: 20px auto 40px;
	position: relative;
}

.content_img img {
	width: 100%;
	border-radius: 6px;
	background: #121212;
}

.content_img .grade {
	position: absolute;
	right: -7px;
	bottom: -3px;
	width: 30px;
	height: 30px;
	background-color: #121212;
	border: solid 2px #ffffff;
	border-radius: 50%;
}

.content_img .grade .level {
	fill: #fff3ce;
}

.contentUl {
	padding: 0 84px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
.content_ul li.email {
	grid-column-start: 1;
    grid-column-end: 3;
}
.content_ul li > p {
/*	font-family: 'sans';*/
	color: hsla(0,0%,100%,.6);
	margin-bottom: 10px;
}
.content_ul li input,
.country,
.selectUl li {
	height: 44px;
}

.country {
	position: relative;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 2px;
	background: #30354d;
	border-radius: 2px;
	opacity: 1;
	border: 1px solid #494e63;
	color: #fbfbfb;
}

.content_ul li i {
	color: #DD0102;
}
	.content_ul li i.iconfont {
		color: hsla(0,0%,100%,.8);
	}
.city {
	position: relative;
}

.city ul .show {
	display: none;
}

	.city .city__down {
		position: absolute;
		left: 0;
		top: 45px;
		background: hsl(228 35% 18%/1);
		z-index: 1;
		display: none;
		min-width: 100%;
		border: 1px solid hsla(0,0%,100%,.12);
	}

.city ul {
	max-height: 300px;
	overflow-y: scroll;
}

.city .city__down.show {
	display: block;
}

	.city .city__down .city__search {
		padding: 5px 10px;
		border-bottom: 1px solid hsla(0,0%,100%,.12);
	}

.city .city__down .city__search input {
	width: 100%;
	margin: 0;
}

	.city ul li {
		padding-left: 10px;
		height: 30px;
		cursor: pointer;
		display: flex;
		align-items: center;
		color: #fff;
	}

.city ul li.hide {
	display: none;
}

		.city ul li:hover {
			background: hsla(0,0%,100%,.08);
			color: hsl(36 100% 50%/1);
		}

.city ul li img {
	margin-right: 10px;
}

.selectUl {
	width: 327px;
	position: absolute;
	left: -1px;
	top: 64px;
	display: none;
	z-index: 99;
}

.selectUl li {
	margin-top: -20px;
}

.selectUl li:hover {
	background: #666;
	color: #fff;
}

.success_copy {
	position: fixed;
	top: 30%;
	left: 50%;
	background-color: #f0f9eb;
	color: #67c23a;
	max-width: 400px;
	height: 40px;
	font-size: 14px;
	transform: translateX(-50%);
	z-index: 999;
	display: none;
	padding:10px;
}
.success_copy.error_tips {
	background-color: #ffcfd7;
    color: #d91934;
}
.success_copy.show {
	display: flex;
}

@media (max-width: 1200px) {
	.wishlist .goods_item {
		width: 15.4%;
		margin-right: 15px;
	}
}

.couponsUl ul {
	float: left;
	width: 100%;
	margin-left:40px;
}
	.couponsUl ul li {
		float: left;
		width: 100%;
		padding: 2px 0;
		font-size: 16px;
		display: flex;
	}
	.couponsUl ul li p{
		 width:30%;
		 
	}
		.couponsUl ul li span{
			 color:#fff;
		}

.contentUl .selectCss {
	font-size: 100%;
	outline: 0;
	-webkit-appearance: button;
	-moz-appearance: button;
	padding: 10px;
	font-size: 14px;
	font-family: sans;
	border: 1px solid #c0c0d6;
	background: #fff;
	border-radius: 4px;
	width: 100%;
}

.progress {
	height: 20px;
	overflow: hidden;
	background-color: hsla(0,0%,100%,.15);
	border-radius: 14px;
	/*	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
	width: 100%;
	margin-right: 30px;
}

.progress-bar {
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #ff7b00;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}


.contentUl .contact_means {
	width: 100%;
}
.contentUl .contact_select .drp_down_select.show {
	display: block;
}
.contentUl .contact_means .select_title {
	width: 100%;
	height: 44px;
	background: hsla(0,0%,100%,.08);
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	padding-left: 10px;
	cursor: pointer;
	border: 1px solid #eceef00d;
	color: #fbfbfb;
}

	.contentUl .contact_means .contact_select {
		width: 49%;
		margin-right: 10px;
		position: relative;
	}

	.contentUl .contact_means .select_title i {
		top: 17px;
	}

.contentUl .contact_means i.ico {
	position: absolute;
	right: 10px;
	font-size: 14px;
	color: hsla(0,0%,100%,.8);
}

.contentUl .contact_means .drp_down_select {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	background: hsl(228 35% 18%/1);
	z-index: 9;
	display: none;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
	border: 1px solid hsla(0,0%,100%,.12);
}

	.contentUl .contact_means .drp_down_select li {
		color: #000;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		cursor: pointer;
		color: #fff;
	}

		.contentUl .contact_means .drp_down_select li:hover {
			background-color: hsla(0,0%,100%,.08);
		
		}

	.contentUl .contact_means .contact_select {
		margin-right: 10px;
		position: relative;
	}

	.contentUl .contact_means .selectools {
		width: 69%
	}

#trebtEcharts {
	margin: 10px auto;
	width: 100%;
	height: 400px;
	max-width: 800px
}


.orderDialog {
	position: fixed;
	min-width: 800px;
	width: 800px;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	border-radius: 10px;
	display: none;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.4);
	border-radius: 6px;
	overflow: hidden
}

	.orderDialog .dialogcontent {
		text-align: center;
		padding: 47px 45px 30px;
	}

	.orderDialog.display {
		display: block
	}

	.orderDialog .cartDialog_title {
		padding: 11px 20px 6px;
		font-size: 18px;
		color: #111;
		background: #eee
	}

		.orderDialog .cartDialog_title i {
			color: #555;
			font-size: 30px;
			cursor: pointer
		}

	.orderDialog .noCart {
		padding: 23px 0 43px;
		background-color: #f9f9f9;
		display: none;
		text-align: center;
		height: 100%
	}

		.orderDialog .noCart img {
			width: 75px;
			height: 60px
		}

		.orderDialog .noCart p {
			font-size: 14px;
			color: #0e1319;
			margin-top: 16px
		}

	.orderDialog ul {
		display: block;
		overflow-y: auto;
		max-height: 320px;
		padding: 0 30px
	}

	.orderDialog li {
		padding: 20px 30px;
		overflow: hidden;
		display: flex;
		padding: 20px 0;
		border-bottom: 1px solid #d9d9d9;
		align-items: center;
		justify-content: space-between
	}

		.orderDialog li .cartImages {
			width: 100px;
			height: 100px;
			background: #333;
			border-radius: 4px;
			padding: 5px;
			margin-right: 30px
		}

			.orderDialog li .cartImages img {
				max-width: 100%;
				max-height: 100%
			}

		.orderDialog li .headerCart_shopInfo .goodsQty {
			font-family: sans;
			font-size: 14px;
			font-weight: 700
		}

		.orderDialog li .diy_more {
			cursor: pointer;
			margin-top: 10px;
			color: #12b73d
		}

			.orderDialog li .diy_more:hover {
				color: #15cf2f
			}

			.orderDialog li .diy_more i {
				font-size: 12px
			}

		.orderDialog li .diyDetailInfo {
			position: absolute;
			top: 155px;
			background: #fff;
			z-index: 9;
			border-radius: 5px;
			padding: 10px;
			display: none;
			left: -50px;
			z-index: 1;
			box-shadow: 0 0 5px 1px #ccc
		}

			.orderDialog li .diyDetailInfo::after {
				content: '';
				background: #fff;
				position: absolute;
				top: -5px;
				left: 217px;
				width: 10px;
				height: 10px;
				transform: rotate(45deg)
			}

			.orderDialog li .diyDetailInfo.display {
				display: block
			}

			.orderDialog li .diyDetailInfo p {
				color: #000;
				white-space: nowrap;
				width: auto
			}

		.orderDialog li .headerCart_shopInfo {
			flex: 1
		}

			.orderDialog li .headerCart_shopInfo .title {
				color: #222;
				font-size: 14px;
				padding-right: 10px;
				width: 250px;
				word-break: break-all;
			}

		.orderDialog li.goods_item .goodsNum {
			border: none;
			width: 148px;
			height: 40px;
			margin-top: 0;
			border-radius: 2px;
			overflow: hidden
		}

			.orderDialog li.goods_item .goodsNum span {
				background: #414141;
				height: 40px;
				min-width: 40px
			}

			.orderDialog li.goods_item .goodsNum .sub {
				border-radius: 4px 0 0 4px;
			}

			.orderDialog li.goods_item .goodsNum .add {
				border-radius: 0 4px 4px 0;
			}

			.orderDialog li.goods_item .goodsNum input {
				background: #414141;
				border-color: #f0f0f0
			}

		.orderDialog li .priceBox {
			text-align: center;
			min-width: 100px
		}

			.orderDialog li .priceBox .price {
				color: #0082fb;
				font-size: 18px
			}

 

	.orderDialog .cart-total {
		padding: 20px;
		color: #111;
		font-size: 18px
	}

		.orderDialog .cart-total .price {
			font-size: 24px;
			color: #0082fb;
			margin-left: 5px
		}

		.orderDialog .cart-total .itmes {
			font-size: 24px;
			color: #0082fb;
			margin-right: 15px
		}

	.orderDialog .cart-button {
		padding: 0 20px 26px
	}

