@media only screen and (max-width: 1023px){
	body>.index{
		display: flex;
    	justify-content: center;
    	background: rgb(244, 237, 237);
	}
	.index > .index-body-right{
		max-width: 100% !important;
	}
	.fix_footer{
		max-width: 100% !important;
	}
	.emoney-popup-container{
		max-width: 100% !important;
	}
}
@media only screen and (min-width: 1024px){
	.index > .pc-background{
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		height:100%;
		position: fixed;
		width: 100vw;
	}
	.index > .index-body-left{
		display: block !important;
	}
	.index > .index-body-right{
		left: 55vw;
		position: relative;
	}
	.index > .index-body-right > div{
	border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
    border-width: 0.1rem;
	}
	.search_pop, .category_pop .hd-title, .addCard_pop .hd-title, .orderer_pop .hd-title, .addCard_pop .hd-footer{
		max-width: 41.8rem;
		left:calc(55vw + 1px);
	}
	.search_pop, .category_pop, .addCard_pop, .orderer_pop{
		max-width: 41.8rem;
		top:0px;
		bottom:0px;
		left:calc(55vw + 1px);
	}
	.buy_footer{
		max-width: 41.8rem !important;
		left:unset !important;
	}
	#layer{
		left:55vw !important;
		max-width: 41.8rem !important;
		overflow:unset !important;
	}
	#btnCloseLayer{
		position: absolute !important;
		right:-55px !important;
		top:-5px !important;
	}
	#top_btn, #subscribe, .footer-side{
		right: unset;
    	left: calc(55vw + 38rem);
	}
}