.ui-mobile [data-role=page],.ui-mobile [data-role=dialog],.ui-page {
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	position:absolute;
	display:none;
	border:0;
}
.ui-mobile .ui-page-active {
	display:block;
	overflow:visible;
	overflow-x:hidden;
}
.head-bar {
	border:none !important;
}
.content_share{

}
.feedback_list {
	margin:0 auto 5px auto;
	font-size:14px;
	background:#fff;
	clear:both;
	padding:10px;
	border-top:#f5f5f5 solid 5px
}
.feedback_list .user_info {
	padding:0 5px;
	position:relative
}
.feedback_list .user_info {
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items:center
}
.feedback_list .user_info .user_img {
	height:50px;
	display:block;
	vertical-align:middle;
	position:relative;
	display:flex;
	align-items:center
}
.feedback_list .user_info .user_img img {
	border-radius:5px;
	height:50px;
	width:50px;
	margin-right:10px
}
.feedback_list .user_info .user_name {
	/*margin-top:6px;*/
	float:left;
	margin-left:10px;
}
.feedback_list .user_info .user_name .name {
	color:#d4731f;
	font-size:16px
}
.user_feed_title {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin-top:15px;
	margin-bottom:-10px;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.user_feed_title_right{
	flex: none;
	padding-left: 15px;
    font-size: 18px;
    color: #0055ff;
}
.feedback_list .user_info .user_name .date {
	color:#999;
	font-size:14px
}
.feedback_list .user_info .store_btn {
	display:block;
	background:#ffe9d7;
	border-radius:4px;
	color:#f57c13;
	padding:4px 8px;
}
.feedback_list .user_feed_content {
	line-height:24px;
	padding:20px 0;
	color:#2f2f2f;
	font-size:14px;
}
.feedback_list .user_feed_content img{
	max-width: 100%;
}
.figure-list {
	margin:0;
	padding:0;
	max-width:100%;
	display:flex;
	flex-wrap:wrap
}
.figure-list:after {
	content:"";
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden
}
.figure-list .item {
	list-style:none;
	width:31%;
	margin:0 1% 2% 1%
}
.figure-list .item .figure {
	border:1px solid #ddd;
	position:relative;
	width:100%;
	height:0;
	overflow:hidden;
	margin:0;
	padding-bottom:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:10px
}
.user_action {
	margin: 10px 5px 20px 0;
    line-height: 30px;
    text-align: text;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    padding-top: 12px;
    box-shadow: 0px 0px 10px #c4c4c4;
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-right: 10px;
}
.user_action span {
	background:#f37f34;
	color:#fff;
	border-radius:3px;
	margin-left:10px;
	width:25%;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:16px;
	border-radius:8px;
}
.user_action .a1 {
	background:#0055ff;
}
.user_action .a2 {
	background:#f57c13;
}
.user_action .a3 {
	background:#f57c13;
}
.form-btn {
	width:50%;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:15px;
	border-radius:24px;
	background:transparent linear-gradient(90deg,#fa7024,rgba(250,112,36,.8)) repeat scroll 0 0;
	/*background: transparent linear-gradient(90deg,#0055ff,#4a80eb) repeat scroll 0 0;*/
	text-align:center;
	margin:30px auto
}
.ui-viewer {
	position:fixed;
	z-index:200;
	top:0;
	width:100%;
	height:10000px;
	background:#000000;
	color:#FFFFFF;
	display:none;
}
.ui-viewer i {
	position:fixed;
	z-index:211;
	top:0px;
	left:0px;
	display:block;
	width:24px;
	height:24px;
	background:#333333 url('/static/images/icon-close.png') no-repeat center center;
	background-size:16px 16px;
	border:#000000 16px solid;
	border-radius:50%;
	font-size:10px;
	padding:0;
	box-sizing:content-box;
}
.ui-viewer b {
	position:fixed;
	z-index:211;
	top:16px;
	right:16px;
	display:inline-block;
	padding:4px 8px;
	background:#333333;
	border-radius:10px;
	font-size:10px;
	font-style:normal;
	color:#FFFFFF;
	text-align:center;
}
.ui-viewer p {
	font-size:15px;
	position:fixed;
	z-index:211;
	bottom:0;
	left:0;
	padding:16px 24px;
	margin:0;
	background:#333333;
	font-size:12px;
	color:#FFFFFF;
	width:100%;
	display:none;
}
.ui-viewer em {
	position:fixed;
	z-index:211;
	top:16px;
	left:50%;
	margin-left:-30px;
	font-size:12px;
	color:#F6F6F6;
	width:60px;
	height:22px;
	line-height:22px;
	background:#333333;
	border-radius:4px;
	font-style:normal;
	text-align:center;
	display:none;
}
.ui-viewer li {
	float:left;
}
.ui-mask {
	position:fixed;
	z-index:98;
	left:0;
	top:0;
	right:0;
	width:100%;
	height:100%;
	overflow:hidden;
	opacity:0.8;
	filter:alpha(opacity=80);
	display:none;
}
.ui-toast {
	height:32px;
	line-height:32px;
	overflow:hidden;
	display:inline-block;
	padding:0 16px;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity=80);
	color:#FFFFFF;
	border-radius:6px;
	position:fixed;
	z-index:99;
	top:76px;
	font-size:14px;
	display:none;
}
.showlista{
	color: white !important;
	display: block;
}

/*汽车列表页*/
.sharelist-top{
	display: inline-block;
	padding: 10px;
	width: 100%;
}
.sharelist-top #kw{
	/*background: #f3f3f3;*/
	background: #ffeddf;
	border-radius: 20px;
}
.banner-wrap{
	margin: 0px 10px 5px 10px;
}
#slide_a31{
	width: 100% !important;
    border-radius: 5px;
    overflow: hidden;
}
#slide_a31 img{
	width: 100%;
}
.catid_main_nav{
    margin-top: 11px;
    margin-bottom: 11px;
    /*height: 33px;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 15px;
}
/*.catid_main {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    border: #fd572a solid 1px;
    color: #333;
    border-radius: 5px;
    margin: 0px 5px;
    line-height: 31px;
    height: 33px;
    padding: 0px 5px;
}*/
.catid_main {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    border: #fd572a solid 1px;
    color: #333;
    border-radius: 5px;
    margin: 0px 4px;
    line-height: 28px;
    height: 28px;
    padding: 0px 5px;
}
.hover{
	background: #fd572a;
    color: #fff;
}
.catid_more {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    border: #fd572a solid 1px;
    color: #333;
    border-radius: 5px;
    margin: 0px 2px;
    line-height: 31px;
    height: 33px;
    padding: 0px 11px;
    position: absolute;
    left: 86%;
    background: #fff;
}
.totopimg{
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 45px;
}
.totopimg img{
	width: 100%;
}
.figure-list_pc .item{
	width: 18%;
}
.feedback_list_pc{
	padding: 10px 0;
	border-top: none;
	border-bottom: 1px dashed #e8e8e8;
}
.fs20{
	font-size: 20px;
}