@media (max-width: 1220px) and (min-width: 1020px) {
	.container {
		width: 95%;
		padding: 0;
	}

}

@media (max-width: 1020px) {
	body {
		padding-bottom: 75px;
	}

	.container {
		width: 95%;
		padding: 0;
	}

	.header {
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo {
		height: 40px;
		line-height: 40px;
		margin-top: 0;
	}

	.heade {
		margin-top: 0;
	}

	.heade2 {
		margin-right: 20px;
		text-align: center;
		display: block;
		font-size: 9px;
		font-weight: 500;
		color: white;
	}

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

	.heade2 img {
		height: 25px;
		display: block;
		margin: auto;
		margin-bottom: 5px;
	}

	.all-bo {
		margin-bottom: 0;
	}

	.fls-box {
		padding: 15px 0;
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.fls-bo {
		margin-right: 20px;
	}

	.fls-bo2 {
		font-size: 12px;
	}

	.seach-box {
		height: 40px;
	}

	.seach-bo1 {
		width: 80px;
		padding: 0 10px;
		padding-right: 20px;
		background-position: center right 10px;
	}

	.seach-bo3 {
		width: calc(100% - 50px - 80px);
	}

	.banne {
		height: 195px;
	}

	.in-jss {
		padding: 10px 0;
		flex-wrap: wrap;
	}

	.in-js {
		width: 50%;
		margin: 5px 0;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.in-js1 {
		width: 55px;
		margin-right: 5px;
	}

	.in-js2 {
		width: calc(100% - 60px);
	}

	.in-js2_1 {
		font-size: 14px;
	}

	.in-js2_2 {
		font-size: 11px;
	}

	.in-zxsps {
		margin-bottom: 30px;
	}

	.in-zxsp1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.in-zxsp1_1 {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.in-zxsp1_2 {
		height: 30px;
		padding: 0 10px;
		line-height: 30px;
		font-size: 10px;
	}

	.in-zxsp2 {
		display: flex;
		flex-wrap: wrap;
	}

	.in-zxsp3 {
		width: 49%;
		margin-top: 20px;
	}

	.in-zxsp3:nth-child(3n) {
		margin-right: 2%;
	}

	.in-zxsp3:nth-child(2n) {
		margin-right: 0;
	}

	.in-zxsp3_1 {
		height: 105px;
	}

	.in-zxsp3_2 {
		margin-top: 10px;
		white-space: inherit;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.in-zxsp3_3 {
		margin-top: 5px;
		font-size: 12px;
	}

	.in-zxsp3_4 {
		width: 55px;
		height: 70px;
		padding: 0 2px;
	}

	.in-zxsp3_4_1 {
		font-size: 18px;
	}

	.in-zxsp3_4_2 {
		font-size: 12px;
	}

	.in-zxsp4 {
		width: 49%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.in-zxsp4:nth-child(5n) {
		margin-right: 2%;
	}

	.in-zxsp4:nth-child(2n) {
		margin-right: 0;
	}

	.in-zxsp4_1 {
		height: 165px;
	}

	.in-zxsp4_4 {
		right: 0;
		top: 0;
	}

	.m-fot {
		width: 100%;
		text-align: center;
	}

	.m-fot1 {
		width: 100%;
		font-size: 13px;
		font-weight: 400;
		color: #131313;
	}

	.m-fot2 {
		width: 100%;
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}

	.m-fot2 a {
		border-right: 1px solid #131313;
		padding: 0 25px;
		font-size: 13px;
		font-weight: 400;
		color: #131313;
	}

	.m-fot2 a:last-child {
		border-right: 0;
	}

	footer {
		width: 100%;
		background: white;
		box-shadow: 0 -3px 3px rgba(194, 194, 194, 0.25);
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1001;
	}

	.footer-m {
		width: 20%;
		padding: 10px 0;
		display: block;
	}

	.footer-m1 {
		height: 24px;
		display: block;
		margin: auto;
		margin-bottom: 5px;
		position: relative;
	}

	.footer-m1 img {
		height: 100%;
		margin: auto;
	}

	.footer-m1 div {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #EB4834;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		font-weight: 500;
		color: white;
		position: absolute;
		right: 15px;
		top: -5px;
	}

	.footer-m1_1 {
		display: block;
	}

	.footer-m1_2 {
		display: none;
	}

	.footer-m2 {
		width: 100%;
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.2px;
		color: #2C2C2C;
	}

	.footer-m.on .footer-m1_1 {
		display: none;
	}

	.footer-m.on .footer-m1_2 {
		display: block;
	}

	.footer-m.on .footer-m2 {
		color: #00A5FF;
	}

	.seachjg-bo {
		margin-top: 0;
		margin-bottom: 0;
	}

	.seachjg-tit {
		margin-top: 20px;
	}

	.seachjg-list {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.seachjg-li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.seachjg-li:nth-child(5n) {
		margin-right: 2%;
	}

	.seachjg-li:nth-child(2n) {
		margin-right: 0;
	}

	.seachjg-li1 {
		height: 165px;
	}

	.pages {
		margin-top: 20px;
	}

	.pagination a {
		min-width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 5px;
	}

	.pagination span {
		min-width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 5px;
	}

	.tit-bo {
		margin: 20px auto;
		font-size: 18px;
	}

	.xpzx-bo {
		margin: 10px auto;
		margin-bottom: 10px;
	}

	.xpzx-deta {
		margin: 20px auto;
	}

	.xpzx-deta1 {
		font-size: 16px;
	}

	.xpzx-deta2 {
		margin-top: 15px;
		font-size: 12px;
	}

	.xpzx-deta3 {
		margin-top: 20px;
	}

	.xpzx-deta4 {
		border-top: 1px solid #DCDCDC;
		height: auto;
		margin-top: 35px;
		padding: 20px 0;
	}

	.xpzx-deta4_1 {
		padding: 0;
		line-height: normal;
	}

	.wznr-bo {
		margin: 20px auto;
	}

	.login-box {
		width: 340px;
	}

	.login-colse {
		right: -10px;
		top: -15px;
	}

	.login-bo1 {
		padding: 0 15px;
	}

	.login-bo2 {
		padding: 15px;
		padding-bottom: 25px;
	}

	.register-colse {
		right: -10px;
		top: -15px;
	}

	.tcts-box {
		width: 310px;
	}

	.tcts-bo1 {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.tcts-bo2 {
		padding: 25px 10px;
		font-size: 14px;
	}

	.editpass-colse {
		right: -10px;
		top: -15px;
	}

	.detail-bo {
		margin: 15px auto;
	}

	.detail-top {
		display: flex;
		flex-wrap: wrap;
	}

	.detail-top1 {
		width: 100%;
		margin-right: 0;
	}

	.detail-top2 {
		height: 340px;
	}

	.detail-top3_1 {
		height: 45px;
	}

	.detail-top4 {
		width: 100%;
		margin-top: 20px;
	}

	.detail-top4_1 {
		font-size: 14px;
		font-weight: bold;
	}

	.detail-top4_3_1 {
		padding: 10px;
	}

	.detail-top4_3_3 {
		font-size: 12px;
		margin-right: 5px;
	}

	.detail-top4_3_4 {
		font-size: 16px;
	}

	.detail-top4_3_5 {
		font-size: 18px;
	}

	.detail-top4_4 {
		flex-wrap: wrap;
	}

	.detail-top4_4_1 {
		line-height: normal;
	}

	.detail-top4_4_2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.detail-top4_4_3 {
		margin-top: 10px;
	}

	.detail-top4_4_4 {
		margin-top: 10px;
	}

	.detail-top4_4_5 {
		margin-top: 10px;
	}

	.detail-top4_4_6 {
		margin-top: 10px;
	}

	.detail-down {
		margin-top: 25px;
	}

	.fbanner {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.fbanne2 {
		width: 100%;
	}

	.fbanne2_1 {
		height: 120px;
	}

	.fbanne1 {
		width: 100%;
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.fbanne1_1 {
		width: 49%;
		height: 65px;
		margin-bottom: 0;
		margin-top: 5px;
		margin-right: 2%;
	}

	.fbanne1_1:nth-child(2n) {
		margin-right: 0;
	}

	.ffls-box {
		margin-top: 15px;
	}

	.ffls-bo {
		height: 45px;
		padding: 0 15px;
	}

	.ffls-bo1 {
		width: 60px;
		height: 100%;
		line-height: 45px;
		margin: 0;
		margin-right: 10px;
		padding: 0;
	}

	.ffls-bo2 {
		width: calc(100% - 70px);
		height: 100%;
		font-size: 12px;
		display: flex;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}

	.ffls-bo2_1 {
		margin: 0;
		height: 100%;
		line-height: 45px;
	}

	.ffls-bo2_2 {
		margin: 0 15px;
		height: 100%;
		line-height: 45px;
	}

	.cart-tops {
		height: auto;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
	}

	.cart-top1 {
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.cart-top1_1 {
		margin-right: 0;
	}

	.cart-top1_1 span {
		line-height: normal;
	}

	.cart-top1_2 {
		line-height: normal;
	}

	.cart-top2 {
		width: 100%;
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cart-top2_1 {
		line-height: normal;
		margin-left: 0;
	}

	.cart-top2_2 {
		margin-left: 0;
	}

	.cart-downts {
		width: 100%;
		margin-bottom: 20px;
		background: white;
		padding: 10px;
	}

	.cart-downt1 {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		color: #222222;
	}

	.cart-downt2 {
		border-bottom: 1px solid #E3E3E3;
		width: 100%;
		padding: 25px 0;
		display: flex;
		flex-wrap: wrap;
	}

	.cart-downt2:last-child {
		border-bottom: 0;
	}

	.cart-downt2_1 {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.cart-downt2_2 {
		width: 50%;
		margin-top: 20px;
	}

	.cart-downt2_2_1 {
		width: 100%;
		font-size: 13px;
		font-weight: 500;
		color: #6D6D6D;
		margin-bottom: 10px;
	}

	.cart-downt2_2_2 {
		width: 100%;
		font-size: 12px;
	}

	.cart-downt2_2_2_1 {
		font-size: 14px;
		font-weight: 500;
		color: #505050;
	}

	.cart-downt2_3 {
		width: 50%;
		margin-top: 20px;
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.cart-downt2_3_2 {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.cart-down2_5_2 {
		width: auto;
		margin-top: 0;
		margin-right: 30px;
	}

	.cart-down2_5_1 {
		width: auto;
	}

	.cart-down2_3_1 {
		margin: 0;
	}

	.cart-down2_3_2 {
		width: 100%;
		text-align: right;
		font-size: 16px;
		font-weight: 500;
		color: #808080;
	}

	.zf-downs {
		margin-top: 20px;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.zf-down1 {
		width: 100%;
	}

	.zf-down2 {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.zf-down2_1 {
		margin-left: 0;
		margin-right: 40px;
		margin-top: 15px;
		display: flex;
		align-items: center;
	}

	.zf-down3 {
		width: 100%;
		flex-wrap: wrap;
	}

	.zf-down3_1 {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}

	.zf-but {
		display: flex;
		justify-content: center;
	}

	.tjdz-box {
		width: 340px;
		padding: 15px;
	}

	.tjdz-bo2 {
		width: 100%;
	}

	.tjdz-but {
		display: flex;
		justify-content: flex-end;
	}

	.yf-box {
		width: 340px;
		padding: 15px 10px;
	}

	.yf-bo2 {
		height: 325px;
	}

	.user-bo {
		margin: 15px auto;
	}

	.user-top1 {
		width: 19.2%;
		padding: 10px 0;
	}

	.user-top2 {
		height: 20px;
	}

	.user-top3 {
		font-size: 12px;
	}

	.user-down {
		margin-top: 20px;
	}

	.grzl-box {
		padding: 15px;
	}

	.grzl-bo {
		display: flex;
		flex-wrap: wrap;
	}

	.grzl-bo1 {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}

	.grzl-but {
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}

	.logut-box {
		border: 1px solid #000000;
		width: 80px;
		height: 30px;
		border-radius: 30px;
		font-size: 10px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.logut-box img{
		width: 15px;
		margin-right: 5px;
	}
	.order-bo1{
		height: 60px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.order-bo1_3{
		width: auto;
	}
	.order-bo1_1{
		width: auto;
	}
	.order-bo3{
		padding: 10px;
	}
	.order-bo4_1{
		border-bottom: 1px solid #E7EAF1;
		display: flex;
		flex-wrap: wrap;
	}
	.order-bo4_1:last-child{
		border-bottom: 0;
	}
	.order-bo4_2{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.order-bo4_2_1 {
	    width: 75px;
	    height: 75px;
	    margin-right: 15px;
	}
	.order-bo4_2_2 {
	    width: calc(100% - 90px);
	}
	.order-bo4_2_3{
		margin-bottom: 0;
	}
	.order-bo4_3{
		width: 50%;
		text-align: left;
		margin-top: 25px;
	}
	.order-bo4_3:nth-child(3){
		text-align: right;
	}
	.order-bo4_3_3{
		width: 100%;
		font-size: 13px;
		font-weight: 500;
color: #6D6D6D;
margin-bottom: 10px;
	}
	.order-bo5{
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	.order-bo5_1 {
		width: 100%;
	    margin-right: 0;
	}
	.yhq-box{
		display: flex;
		flex-wrap: wrap;
	}
	.yhq-bo {
	    width: 100%;
	    margin-right: 0;
	    margin-top:20px;
	}
	.yhq-bo5{
		width: 80px;
	}
	.yhq-bo4{
		font-size: 26px;
	}
	.yhq-bo4 span{
		font-size: 26px;
	}
	.xxtz-bo1 {
	    height: auto;
	    padding: 10px;
		display: flex;
		align-items: center;
	}
	.xxtz-bo1_1 {
	    width: 65px;
	    font-size: 12px;
	    line-height: normal;
	    margin-right: 15px;
	}
	.xxtz-bo1_3{
		width: 20px;
	}
	.xxtz-bo1_2 {
	    width: calc(100% - 65px - 15px - 20px - 15px);
	    line-height: normal;
	    margin-right: 15px;
		display: flex;
		align-items: center;
	}
	.xxtz-bo1_2 img {
	    width: 30px;
	}
	.xxtz-bo2 {
	    padding: 0 10px;
	    padding-bottom: 10px;
	    font-size: 14px;
		line-height: 28px;
	}

	.zpx3{display:block;}
}