
body{
	overflow: hidden;
	color: #333333;
}
.page{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-bottom: 71px;
	padding-top: 78px;
	box-sizing: border-box;
	overflow: auto;
	background: #F7F7FA;
}
.page_top{
	position: fixed;
	width: 100%;
	background: #ffffff;
	height: 78px;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 2;
}
.page_search{
	width: 92%;
	background: #F7F7FA;
	border-radius: 15px;
	overflow: hidden;
	margin: 10px 4% 4px;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
}
.page_search img{
	position: absolute;
	width: 18px;
	left: 13px;
	top: 9px;
}
.search_in{
	width: 100%;
	height: 34px;
	padding: 0 6px;
	border: none;
	outline: none;
	box-sizing: border-box;
	background: none;
}
.page_ttip{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.ptt_op{
	width: 25%;
	float: left;
	padding-left: 24px;
	font-size: 15px;
	line-height: 26px;
	box-sizing: border-box;
	position: relative;
}
.ptt_op img{
	position: absolute;
	width: 18px;
	left: 4px;
	top: 4px;
}
.index_page{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.index_wrapper{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.index_wrapper img{
	width: 100%;
}
.department{
	width: 100%;
	overflow: hidden;
	margin: 25px 0;
}
.dep_option{
	width: 20%;
	float: left;
	padding: 6px 10px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 4px;
}
.dep_img{
	width: 80%;
	line-height: 0%;
	border-radius: 50%;
	display: inline-block;
	background: #D8D8D8;
	overflow: hidden;
}
.dep_img img{
	width: 100%;
}
.dep_name{
	width: 100%;
	line-height: 20px;
	font-size: 12px;
}
.index_recommend{
	width: 100%;
	overflow: hidden;
}
.common{
	width: 100%;
	overflow: hidden;
}
.common img{
	width: 40%;
}
.ir_title{
	width: 100%;
	margin: 6px 0;
	overflow: hidden;
}
.ir_title span{
	display: block;
	width: auto;
	float: left;
	padding-bottom: 10px;
	border-bottom: 2px solid;
    border-image: linear-gradient(45deg, #FF654C, #FF435B) 1;
}
.ir_list{
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.ir_op{
	width: 48%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 10px 2%;
	background: #ffffff;
	border-radius: 15px;
}
.ir_op:nth-child(2n+1){
	margin: 0 2% 10px 0;
}
.img_box{
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
.img_box img{
	width: 100%;
	 vertical-align: middle;
}
.ir_text{
	width: 100%;
	line-height: 22px;
	display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ir_tip{
	width: auto;
	padding: 2px 4px;
	box-sizing: border-box;
	background: #FFBF00;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	overflow: hidden;
}
.ir_price{
	color: #FF5B4C;
	margin-top: 6px;
	font-weight: bold;
}
.p_tip{
	font-size: 14px;
}
.p_tip2{
	font-size: 12px;
}
.price_text{
	font-size: 16px;
	font-weight: bold;
}
.page_all{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 78px;
	padding-bottom: 65px;
	padding-left: 90px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.pa_tab{
	position: absolute;
	padding-top: 78px;
	padding-bottom: 65px;
	width: 90px;
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	background: #EDECF0;
	box-sizing: border-box;
}
.pat_op{
	width: 100%;
	line-height: 45px;
	border-left: 3px solid #EDECF0;
	text-align: center;
	cursor: pointer;
}
.pat_op_on{
	border-left: 3px solid #E65256;
	color: #E65256;
	background: #ffffff;
}
.pa_list{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
}
.pal_top{
	width: 100%;
	padding: 1px;
	box-sizing: border-box;
	overflow: hidden;
}
.palt_op{
	width: auto;
	padding: 5px 14px;
	box-sizing: border-box;
	float: left;
	border: 1px solid #eceaea;
	color: #777777;
	border-radius: 5px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
}
.palt_op_on{
	border: 1px solid #E65256;
	background: ##FFE3E3;
	color: #E65256;
}
.palt_more{
	position: relative;
	width: auto;
	padding: 5px 26px 5px 14px;
	box-sizing: border-box;
	float: left;
	border: 1px solid #F7F7FA;
	color: #777777;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.palt_more img{
	position: absolute;
	width: 20px;
	top: 8px;
	right: 4px;
}
.pal_list{
	width: 100%;
}
.pal_op{
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
	padding-left: 90px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.pal_img{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 4px;
	left: 5px;
}
.pal_img img{
	width: 100%;
}
.pal_content{
	width: 100%;
	line-height: 29px;
}
.pal_name{
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pal_prcie{
	width: 100%;
	color: #FF5B4C;
}
.page_car{
	width: 100%;
	padding-bottom: 60px;
	box-sizing: border-box;
}
.car_list{
	width: 100%;
	overflow: hidden;
}
.car_op{
	width: 94%;
	margin: 8px auto;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	padding-left: 140px;
	position: relative;
}
.car_check{
	width: 24px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
	cursor: pointer;
}
.car_check img{
	width: 100%;
}
.car_img{
	width: 80px;
	position: absolute;
	top: 50%;
	left: 42px;
	margin-top: -40px;
}
.car_img img{
	width: 100%;
}
.car_content{
	width: 100%;
	min-height: 100px;
}
.car_name{
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.car_price{
	width: 100%;
	margin-top: 10px;
	color: #FF5B4C;
}
.num_box{
	width: 120px;
	overflow: hidden;
	float: right;
}
.num_down, .num_up {
    width: 30px;
	line-height: 26px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	line-height: normal;
	padding-top: 3px;
	float: left;
}
.num_down img, .num_up img {
    width: 100%;
}
.num_in {
    width: 48px;
    float: left;
}
.num_in input {
	width: 90%;
	margin-left: 5%;
	background-color: #f2f2f2;
	height: 26px;
	border: none;
	outline: none;
	text-align: center;
	padding: 0 4px;
	box-sizing: border-box;
	border-radius: 5px;
}
.car_bot{
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	bottom: 72px;
	background: #fff;
	overflow: hidden;
}
.car_allc{
	width: auto;
	line-height: 50px;
	padding-left: 26px;
	margin-left: 10px;
	position: relative;
	float: left;
	cursor: pointer;
}
.car_allc img{
	width: 20px;
	position: absolute;
	top: 15px;
	left: 3px;
}
.car_btn{
	width: auto;
	line-height: 50px;
	padding: 0 20px;
	background: linear-gradient( 137deg, #FF654C 0%, #FF435B 100%), #D8D8D8;
	color: #fff;
	float: right;
	cursor: pointer;
}
.car_allp{
	width: auto;
	line-height: 50px;
	margin-right: 10px;
	float: right;
}
.page_personal{
	width: 100%;
	box-sizing: border-box;
}
.personal_top{
	width: 100%;
	height: 150px;
	background-image: url("../img/personal_top.png");
	background-size: 122%;
	background-repeat: repeat;
	overflow: hidden;
}
.personal_heard{
	width: 80px;
	line-height: normal;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin: 35px 10px 35px 8%;
}
.personal_heard img{
	float: left;
	width: 100%;
	background: #FFFFFF;
}
.personal_name{
	width: auto;
	margin-top: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}
.personal_op{
	width: 94%;
	margin: 20px 3% 0;
	padding: 10px 20px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 15px;
}
.order_top{
	width: 100%;
	line-height: 36px;
	font-size: 17px;
}
.order_all{
	font-size: 14px;
	color: #999999;
	padding-right: 22px;
	box-sizing: border-box;
	float: right;
	position: relative;
	cursor: pointer;
}
.order_all img{
	position: absolute;
	top: 11px;
	right: 6px;
	width: 8px;
}
.order_tab{
	width: 100%;
	overflow: hidden;
	margin-top: 14px;
}
.ot_op{
	width: 25%;
	float: left;
	padding: 6px 10px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 4px;
}
.oto_img{
	width: 66%;
	line-height: 0%;
	display: inline-block;
}
.oto_img img{
	width: 100%;
}
.oto_text{
	width: 100%;
	line-height: 20px;
	font-size: 12px;
}
.pop_min{
	width: 100%;
	position: relative;
	padding-left: 28px;
	padding-right: ;: 24px;
	box-sizing: border-box;
	cursor: pointer;
}
.popm_img{
	position: absolute;
	width: 24px;
	top: 0;
	left: 0;
}
.popm_img img{
	width: 100%;
}
.popm_text{
	width: 100%;
}
.popm_rimg{
	position: absolute;
	width: 10px;
	top: 4px;
	right: 0;
}
.popm_rimg img{
	width: 100%;
}
.page_bottom{
	position: fixed;
	width: 100%;
	height: 71px;
	left: 0;
	bottom: 0;
	border-top: 1px solid #E2E2E2;
	background: #F7F7F7;
	color: #C8C8CC;
	line-height: normal;
	overflow: hidden;
	z-index: 2;
}
.pb_op{
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.pb_op img{
	width: 30px;
	margin: 12px 0 0;
}
.pb_text{
	width: 100%;
	text-align: center;
}
.pb_op_on{
	color: #FF5B4C;
}
[v-cloak] {
	display: none !important;
}
.no_more{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
	color: #888888;
}