/* 幻灯片 */
	.member-order-banner{
		width: 100%;
	}
	
	.member-order-banner img{
		width: 100%;
		height: 100%;
	}
	
	.member-order-banner img.mobile-images{
		display: none;
	}
	
	.member-order-banner img.computer-images{
		display: block;
	}

/* 订单记录 */
	.member-order-wrapper{
		width: 100%;
		padding: 80px 0% 140px;
	}
	
	.member-order-wrapper .content-wrapper{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	/* 订单记录-内容 */
	.member-order-wrapper .content-wrapper .content{
		gap: 35px;
		display: flex;
		width: 75.000%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	/* 订单记录-内容-名称 */
	.member-order-wrapper .content-wrapper .content .name{
		line-height: 1;
		font-size: 34px;
		color: rgba(0, 0, 0, 1);
		font-family: "SourceHanSansCN-Bold";
	}

	/* 订单记录-内容-表格 */
	.member-order-wrapper .content-wrapper .content .computer-table{
		gap: 35px;
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
	}

	/* 订单记录-内容-电脑端-表格-次要的 */
	.member-order-wrapper .content-wrapper .content .computer-table .minor{
		width: 100%;
		display: grid;
		height: calc(60px - 2px);
		grid-template-columns: repeat(13, 1fr);
		border: 1px solid rgba(210, 210, 210, 1);
		background-color: rgba(246, 246, 246, 1);
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .minor .item{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-column: span 2 / span 2;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .minor .item p{
		line-height: 1;
		font-size: 18px;
		color: rgba(0, 0, 0, 1);
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .minor .item.big-3{
		justify-content: flex-start;
		grid-column: span 3 / span 3;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .minor .item.big-4{
		justify-content: flex-start;
		grid-column: span 4 / span 4;
	}

	/* 订单记录-内容-电脑端-表格-主要的 */
	.member-order-wrapper .content-wrapper .content .computer-table .main{
		gap: 10px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .on-data{
		width: 100%;
		font-size: 14px;
		line-height: 80px;
		text-align: center;
		color: rgba(175, 185, 191, 1);
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item{
		width: 100%;
		height: 35px;
		display: grid;
		grid-template-columns: repeat(13, 1fr);
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item .item{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-column: span 2 / span 2;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item .item p{
		line-height: 1;
		font-size: 14px;
		color: rgba(0, 0, 0, 1);
		font-family: "SourceHanSansCN-Light";
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item .item.time p{
		color: rgba(151, 151, 151, 1);
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item .item.big-3{
		justify-content: flex-start;
		grid-column: span 3 / span 3;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item .item.big-4{
		justify-content: flex-start;
		grid-column: span 4 / span 4;
	}

/* 响应 1680 */	
@media screen and (max-width: 1680px) {}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

/* 订单记录 */
	.member-order-wrapper{
		padding: 65px 0% 100px;
	}

	/* 订单记录-内容 */
	.member-order-wrapper .content-wrapper .content{
		gap: 30px;
	}

	/* 订单记录-内容-名称 */
	.member-order-wrapper .content-wrapper .content .name{
		font-size: 30px;
	}

	/* 订单记录-内容-表格 */
	.member-order-wrapper .content-wrapper .content .computer-table{
		gap: 30px;
	}

	/* 订单记录-内容-电脑端-表格-次要的 */
	.member-order-wrapper .content-wrapper .content .computer-table .minor{
		height: calc(50px - 2px);
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .minor .item p{
		font-size: 14px;
	}

	/* 订单记录-内容-电脑端-表格-主要的 */
	.member-order-wrapper .content-wrapper .content .computer-table .main{
		gap: 5px;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .on-data{
		font-size: 12px;
		line-height: 65px;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item{
		height: 30px;
	}
	
	.member-order-wrapper .content-wrapper .content .computer-table .main .group-item .item p{
		font-size: 12px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {}

/* 响应 1000 */
@media screen and (max-width: 1000px) {}

/* 响应 750 */
@media screen and (max-width: 750px) {}