.cheader_p{
	float: right;
	    line-height: 26px;
}
.cheader_li li{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 15px 0 5px;
	border-bottom: 1px solid rgba(236, 236, 236, 1);
}
.cheader_li li img{
	width: 110px;
	margin: 0 5px;
}
.ranking{
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	font-style: italic;
	color: #000;
}
.qc_name{
    font-size: 16px;
    color: #000;
    flex: 1;
    text-align: left;
}
.qc_name p {
    margin-bottom: 4px;
}
.text_y{
	color: rgba(255, 92, 12, 1);
}
.text_e{
	color:rgba(106, 106, 106, 1);
}
.text_s{
	color:rgba(255, 178, 12, 1);
}
.qc_money{
	color: rgba(255, 45, 45, 1);
}
.cheader_search{
	background: url(../image/search.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 24px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 0 15px;
}
.handset_la{
	width: 124px;
	height: 17px;
	background: #FFFFFF;
	border: 1px solid #FF4747;
	border-radius: 10px;
	padding: 4px 12px;
}
#handset{
	width: 100%;
	height: 100%;
}
.enquiry{
	width: 54px;
	height: 25px;
	background-color: #FF4747;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-left: 20px;
	cursor: pointer;
}

.tcxj{
	width: 100%;
	height: 100%;
	font-size: 16px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 999;
	display: none;
}
.tcxjs{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jgx{
		background-color: #ffffff;
		color: #333333;
		padding: 30px;
		width: 280px;
		height: 120px;
		box-shadow: 0 2px 16px 0 rgb(0 0 0 / 40%);
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
}
#correct{
	background-color: #07d;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 5px;
	cursor: pointer;
}
.hotnav_list{
font-size: 14px;
color: #333333;
/* padding: 0 20px; */
background-color: #ffffff;
}
.hotnav_list li{
padding: 10px 0;
border-bottom: 1px solid #eeeff2;
line-height: 26px;
list-style: none;
}
/* .hotnav_list li:last-child{
border-bottom: none;
} */

.friend {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #fbfbfb;
}

.friend .zi {
    background-color: #fbfbfb;
    max-width: 1200px;
    min-width: 1000px;
    margin-top: 50px;
    height: 200px;
    margin: 0 auto;
    padding: 35px 0 0 0;
    box-sizing: border-box;
}

.friend .zi .lj {
    text-align: left;
    height: 36px;
    font-size: 16px;
}

.friend .zi .lj a {
    color: black;
}

.friend .zi ul {}

.friend .zi ul li {
    list-style: none;
    height: 32px;
    line-height: 32px;
    float: left;
    padding-right: 50px;
}

.friend .zi ul li a {
    float: left;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: left;
    width: 75px;
    text-decoration: none;
    font-size: 14px;
}
/* 精彩推荐 */
.right_special{
	padding: 0 0 30px;
	border-radius: 4px;
	background-color: #ffffff;
}
.special_img{
	position: relative;
	display: block;
}
.special_img img{
	width: 100%;
	height: 100%;
}
.special_img div{
	background-image: linear-gradient( 180deg, rgba(255,255,255,0) -2%, rgba(0,0,0,.8) 50%);
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 90%;
    left: 0;
    height: 45px;
    line-height: 20px;
    padding: 0 5%;
    display: flex;
    align-items: center;
}
.special_ul{
	font-size: 14px;
}
.special_ul li{
    list-style: disc;
    color: #DDDDDD;
    padding-top: 14px;
    margin-left: 18px;
}
.special_ul li::marker{
	padding-right: 0;
}
.special_ul a{
    color: #666666;
    position: relative;
    /*left: -8px;*/
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    display: block;
}
.right_advert{
	padding: 25px 0;
}
/* 最新上?*/
.Cheader_list{
	font-size: 14px;
	padding: 17px 0 30px;
}
.Cheader_list li{
    list-style: none;
    border-left: 1px dashed #d7d7d7;
    padding: 7px 0;
}
.Cheader_list li a:hover{
	color: #f44;
}
.Cheader_list li em {
    float: right;
    color: #f44;
		font-style: normal;
}
.Cheader_list li::before{
	float: left;
	display: inline;
	content: "";
	width: 4px;
	height: 4px;
	border: 2px solid #d7d7d7;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 7px 12px 0 -4px;
	background-repeat: no-repeat;
}

.Cheader_list p {
    display: inline-block;
    color: #262626;
    font-size: 14px;
}