/* member公共的样式 */
@media screen and (max-width:1024px) {
	.affiliate_content {
		margin-left: 0px;
	}
	.save_btn {
		width: 95%;
		height: 44px;
		line-height: 44px;
		background-color: rgb(0, 130, 251);
		border-radius: 2px;
		margin: 25px auto 20px;
	}

	/* coupons */
	.couponsUl {
		padding: 0 12px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.couponsUl li {
		width: 49%;
		font-size: 14px;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.center {
		margin: 0;
	}

	.couponsContentUl {
		flex-direction: column;
		margin-top: 15px;
		padding: 0 12px;
	}

	.couponsContentUl li {
		width: 100%;
		margin-bottom: 10px;

	}

	/* changePassword */
	.changeFormUl {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0 10px;

	}
	.changeFormUl li {
		width: 100%;
	}
	.changeFormUl li input {
		width: 100%;
	}

	/* myorder */
	.orderSeleC {
		margin-right: 0;
	}

	.orderSeleC .orderSeleC_title {
		width: 100%;
		margin-bottom: 10px;
	}

	.orderPhone {
		display: block;
	}

	

	.orderContent {
		width: 100%;
		background: none;
		margin-left: 0;

	}

	.orderSele {
		background: #fff;
		display: block;
		flex-direction: column;
		margin: 35px auto 17px;
	}

	.orderSeleRight {
		border: 1px solid #b7b7b7;
		color: #666;
	}

	.orderPhone {
		width: 100%;
		box-sizing: border-box;
		background-color: #f9f9f9;
	}

	.message {
		display: flex;
		border-bottom: 1px solid #e2e2e2;
		padding: 8px 0;
	}

	.messageLeft {
		background: #fff;
		margin-right: 8px;
		width: 70px;
		height: 70px;
	}

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

	.messageRight {
		width: 100%;

	}

	.orderwrap {
		color: #b7b7b7;
		font-size: 14px;
		margin-bottom: 40px;
		background: #f9f9f9;
		padding: 10px 15px;
	}

	.black {
		color: #000;
		font-weight: 700;
	}

	#order-list .price {
		color: #000;
	}

	.orderContent .page {
		display: none !important;
	}

	.messageRightBottom span {
		float: right;
	}

	.orderwrap li p {
		margin-bottom: 10px;

	}

	.info {
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}

	.info .title {
		color: #121212;
		margin-top: 30px;
	}

	.info span {
		color: #12b73d;
		margin-left: 10px;
	}

	.time {
		margin-bottom: 25px;
	}

	.time span {
		width: 100px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		border-radius: 3px;
		background: rgba(228, 201, 57, 0.2);
		color: #cdb32b;
		float: right;
	}

	.money {
		padding: 0 5px;
		/* background: red; */

	}

	.money span {
		float: right;
	}

	.MbButton {
		width: 100%;
		margin: 20px 0;
	}

	/* profile */
	.contentUl {
		width: 100%;
		padding: 0 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		/* align-items: center; */
	}

	.left,
	.country {
		margin-right: 0;
	}

	.city {
		margin-right: 0;
	}

	.country {
		width: 100%;
	}

	.selectUl li {
		width: 100%;
	}

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

	.content_ul li input,
	.country {
		width: 100%;
		/* margin: 0 auto 10px; */
	}


	/* vip */
	.vip_top {
	
		margin-bottom: 20px;
	}
	.vip_top .vip_top_user .breadcrumb h2 {
		font-size: 24px;
		margin: 10px 0;
	}
	.vip_top img {
		width: 100%;
		height: 100%;
	}

	.vip_top img.pc_img {
		display: none;
	}

	.vip_top .mobile_img {
		display: block;
	}

	.vip_top .container .vip_top_user {
		padding-top: 15px;
		padding-right: 10px;
	}

	.vip_top .container .vip_top_user .level {
		width: 70px;
		height: 60px;
	}

	.vip_top .container .vip_top_user a {
		height: 29px;
		font-size: 9px;
		line-height: 29px;
		padding: 0 10px;
	}

	.wishlist .goodsPageShipList ul li.goods_item {
		width: calc(50% - 10px) !important;
		margin: 0 5px 12px;
	}
	.merber_wrap{
		padding: 10px;
		display: block;
	}
	.account_header {
		width: 100%;
		display: flex;
		justify-content: space-between;
		/*border-bottom: 1px solid #e2e2e2;*/
		overflow: auto;
		box-sizing: border-box;
		margin-bottom: 25px;
	}

	.account_header a {
		flex: none;
		font-size: 14px;
	}

	.merber_right.changeForm, .merber_right.profile_wrap{
		height: inherit;
		margin-left: inherit;
	}

	html[lang="de"] nav .other__nav a{
		font-size: 14px;
	}
	.couponsUl ul li p {
		width: auto;
	}

	.smsContent {
		margin-left: 0px;
		margin-bottom:0px;
	}
	
}

@media (max-width: 800px) {
	.couponsUl ul {
		margin-left:0px;
	}
		.couponsUl ul li span {
			 float:right;
		}
	.orderNavUl li, .orderConNavUl li {
		width: 100%;
		justify-content: left;
		text-align: left;
	}
	.affiliate .aff_order .order-list table tbody td
	{
		font-size:10px;
	}
	.orderConNavUl {
		display: grid;
		height: 100%;
	}
	.affiliate .tabtile a {
		margin: 0 2px;
		font-size: 12px;
		padding: 12px 5px;
	}
	.affiliate_content {
		margin-left: 0px;
	}
	.orderDialog {
		width: 95%;
		min-width: 95%;
	}

		.orderDialog li .cartImages {
			min-width: 80px;
			width: 80px;
			height: 80px;
		}

		.orderDialog li.goods_item .goodsNum {
			width: 140px;
		}

		.orderDialog li .headerCart_shopInfo .title {
			width: auto;
		}

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

		.orderDialog li .priceBox {
			min-width: auto;
			text-align: left;
		}

		.orderDialog li .headerCart_shopInfo {
			display: block;
		}
}