/*====================公共样式======================*/
*{ margin: 0; padding: 0; }
img { margin: 0; border: 0 none; vertical-align: center; vertical-align: middle;}
ul, li { list-style-type: none;}
body, input, select, button, textarea { font-family:"微软雅黑"; outline: none;  }	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
aside section,.body{display:block;  margin:0 auto;}
a, a:link { color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}
.hide {
display:none;
}
.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.tab {
	width: 100%;
	background: #f8f8f8;
}
.tab_nav {
	width: 94%;
	padding: 0 3% 3%; 
	overflow: hidden;
	background-color: #ffffff;
}
.tab_nav ul {
	display: inline-block;
	margin-top: 0.2rem; 
}
.tab_nav ul li {
	display: inline-block;
	margin-right: 0.20rem;
	font-size: 0.29rem;
	color: #333;
}
.tab_nav ul li a {
	color: #666;
}
.tab_ranking {
	width: 100%;
	margin-top: 0.2rem;
}
.tr_title {
	width: 94%;
	background: #fff;
	padding: 2% 3%;
	vertical-align: middle;
	font-size: 0.31rem;
}
.tr_title i {
	width: 0.55rem;
	height: 0.55rem;
	display: inline-block;
	vertical-align: middle;
}
.tr_title i img {
	width: 100%;
}
.tr_li {
	width: 94%;
	margin-top: 0.1rem;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 3%;
}
.tr_li li {
	width: 50%;
	font-size: 0.28rem;
	line-height: 200%;
}
.tr_li li a {
	color: #333;
}
.tr_li li i {
	display: inline-block;
	width: 30%;
	text-align: center;
	color: #999;
}
.tr_li li:nth-child(1) i {
	color: #e51c23;
}
.tr_li li:nth-child(2) i {
	color: #ff9800;
}
.tr_li li:nth-child(3) i {
	color: #3f51b5;
}
.wm {
    width: 100%;
    margin-top: 0.2rem; 
}

.wm dl {
    width: 94%;
    padding: 3%;
    border-bottom: 0.01rem solid #f6f6f6;
    overflow: hidden;
    background: #ffffff;
}

.wm dl dt {
    float: left;
    width: 2.4rem;
    height: 1.6rem;
    overflow: hidden;
}

.wm dl dt img {
    width: 100%;
}

.wm dl dd {
    float: right;
    width: 62%;
    padding: 1% 0 0 0;
}

.wm dl dd h3 {
    font-size: 0.28rem;
    line-height: 160%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 7%;
}

.wm dl dd h3 a {
    color: #333;
}

.wm dl dd p {
    overflow: hidden;
}

.wm dl dd p em {
    float: left;
    font-size: 0.21rem;
    padding: 0 2%;
    background: #bd1a21;
    color: #ffffff;
}

.wm dl dd p span {
    float:left;
    font-size: 0.21rem;
    color: #666666;
}
.tab_recommend {
	width: 100%;
	margin-top: 0.2rem; 
}
.tr_title a {
	display: inline-block;
	width: 0.75rem;
	height: 0.55rem;
	border-left: 0.02rem solid #f0f0f0;
	float: right;
	vertical-align: middle;
	background: no-repeat url(../images/tr_title_a.png) center;
	background-size: 0.3rem 0.3rem;
}
.trb {
	width: 94%;
	padding: 3%;
	background: #ffffff;
	margin-top: 0.02rem; 
}
.tr_browse {
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}
.tr_browse::-webkit-scrollbar {
	display: block;
	height: 0.1rem;
}
.tr_browse::-webkit-scrollbar-thumb {
	height: 0.1rem;
	border-radius: 5px;
	background: #f3f3f3;
}
.tr_browse li {
	display: inline-block;
	margin-right: 0.1rem;
	width: 4.8rem; 
}
.tr_browse li img {
	width: 100%;
}
.trb_img {
	width: 4.8rem;
	height: 2.4rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.tr_browse p {
	padding: 0.1rem 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.28rem;
	color: #404040;
}
.tab_label {
	padding:3% 0;
	display: flex;
	justify-content: space-between;
}
.tab_label a {
	width: 22%;
	height: 0.6rem;
	border: 0.02rem solid #f8c4c4;
	line-height: 0.6rem;
	text-align: center;
	color: #f33;
	font-size: 0.28rem;
	border-radius: 0.4rem;
}
.tab_service {
	width: 94%;
	padding: 3%;
	background: #ffffff;
	margin-top: 0.2rem;  
	overflow: hidden;
}
.tab_service dt {
	width: 30%;
	float: left;
}
.ts_dt {
	width: 1.71rem;
	height: 1.71rem;
	margin: 0.2rem auto 0;
	border-radius: 50%;
	overflow: hidden; 
}
.ts_dt img {
	width: 100%;
}
.ts_button {
	width: 2.0rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: #ffffff;
	background: #bd1a21;
	border-radius: 0.3rem;
	display: block;
	margin: 0.2rem auto 0;
	font-size: 0.25rem;
}
.tab_service dd {
	width: 60%;
	float: right;
	margin-right: 0.1rem; 
}
.tab_service dd img {
	width: 100%;
}
/*弹窗结构样式*/
.up_consult {
	display: none;
	position: fixed;
	top: 0;
	right: 0
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.up {
	width: 80.667%;
	margin: 30% auto 0;
}
.up_top  {
	width: 100%;
	background: no-repeat url(../images/up_consult_bg.png);
	background-size: 100%;
	border-radius: 0.2rem;
	overflow: hidden;
}
.upt {
	width: 87%;
	margin: 32% auto 0;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-radius: 0.15rem;
	padding: 2% 4% 0;
}
.upt_top {
	width: 100%;
	overflow: hidden;
	padding: 3% 0; 
}
.upt_top_left {
	float: left;
	width: 22.08%;
}
.upt_top_left img {
	width: 100%;
}
.upt_top_right {
	float: right;
	width: 76%;
	padding-top: 3%; 
}
.upt_top_right p {
	font-size: 0.22rem;
	line-height: 150%;
	color: #444444;
}
.upt_bottom {
	width: 100%;
}
.upt_bottom  p {
	margin-bottom: 4% ;
}
.upt_bottom input {
	width: 94%;
	font-size: 0.20rem;	
	color: #999999;
	line-height: 280%;
	padding: 0 3%;
}
.submit_up {
	width: 68.23%;
	margin: 4.7% auto;
}
.submit_up img {
	width: 100%;
}
.up_bottom {
	width: 11.6%;
	margin: 5% auto 0;
}
.up_bottom img {
	width: 100%;
}
.tr_title_hot i {
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.1rem;	 
}
.tr_title_hot {
	margin-bottom: 0.02rem; 
}
.tr_title_hot span {
    color: #e50419;
}
.prompt {
    height: .5rem;
    line-height: 0.5rem;
    text-align: center;
    overflow: hidden;
    clear: both;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 0.30rem;
    margin-top: .2rem;
    background-color: #bd1a21;
    width: 96%;
}