
	body {
				min-width: 320px;
				max-width: 640px;
				margin: 0 auto;
				color: #505155;
				padding: 0;
				font-family: "Microsoft Yahei";
				text-align: center;
			}
			.container {
				width: 7.5rem;
				/*width: 100%;*/
				/*border: 1px solid #ccc;*/
			}
			..swiper-wrapper {
				color: #505155;
			}
			.swiper1 {
				width: 100%;
				background-color: #fff;
			}
			.swiper1 .selected {
				color: #FF5400;
				border-bottom: 2px solid #FF5400;
			}
			.swiper1 .swiper-slide {
				text-align: center;
				font-size: 16px;
				/*height: 50px;*/
				height: 1rem;
				line-height: 1rem;
				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				cursor: pointer;
			}
            .swiper1 .swiper-slide a {
                color: #505155;
            }
            .swiper1 .swiper-slide.selected a {
                color: #FF5400;
            }
			.swiper2 {
				width: 100%;
			}
			.swiper2 .swiper-slide {
				height: calc(100vh - 50px);
				background-color: #f5f5f5;
				color: #fff;
				text-align: center;
				box-sizing: border-box !important;
				overflow-x: hidden !important;
				width: 7.5rem !important;
			}
			.swiper-container.sty {
				width: 7.02rem;
				padding: 0 24px;
				position: fixed;
				top: 1.05rem;
				z-index: 99;
			}
			.swiper-container {
				position: fixed;
			}
			.posi {
				position: relative;
				top: 2.05rem;
				/*top: 1.45rem;*/
                bottom: 0;
			}
			.page-hd {
		background-color: #fff;
		border-bottom: 1px solid #eee;
		padding-bottom: 8px;
		position: fixed;
		top: 0;
		z-index: 99;
	}
			.searc_box_main {
		margin-top: .2rem;
	}
	.box1 ul {
		width: 100%;
		box-sizing: border-box;
		float: left;
		margin-bottom: 2.08rem;
	}
	.box1 ul li {
		width: 3.7rem;
		float: left;
		margin: 0;
		text-align: left;
		background-color: #fff;
		margin-bottom: .16rem;
	}
	.box1 ul li:nth-child(odd) {
		margin-right: .1rem;
	}
    .box1 ul li a{
        vertical-align: middle;
        display: block;
    }
	.box1 ul li a span {
		display: inline-block;
	}
	.box1 ul li a .box1_sp1 {
		color: #505155;
		font-size: .28rem;
		padding: .2rem .2rem .12rem .2rem;
		height: .8rem;
	}
	.box1 ul li a .box1_img {
		width: 3.7rem;
		height: 3.7rem;
	}
	.box1 ul li a .box1_sp2 {
		color: #707177;
		font-size: .24rem;
		display: block;
		padding: 0 .2rem .2rem .2rem;
	}
    .box1 ul li a .box1_sp2 img {
		margin-right: .06rem;
		width: .34rem;
        vertical-align: middle;
	}
	.box1 ul li a .box1_sp2 span {
        vertical-align: middle;
	}
	.box1 ul li a .box1_sp3 {
		padding-left: .2rem;
		font-size: .3rem;
		color: #ff5502;
		padding-bottom: .22rem;
		font-weight: bold;
	}
	.box1 ul li a .box1_sp4 {
		float: right;
		padding-right: .2rem;
		color: #c4c4c8;
		font-size: .24rem;
	}
