@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
}
*:not(input):not(textarea){
	/*禁止长按选择复制*/
	-webkit-user-select:none;
	   -moz-user-select:none;
	     -o-user-select:none;
			user-select:none;
}
body{
	text-align: center;
	font-size: 15px;
	font-family: "微软雅黑",arial,helvetica,sans-serif;
	background: #F2F2F2;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
li{
	list-style: none;
}
i,em{
	font-style: normal;
}
input{
	vertical-align: middle;
	outline: none;
}
textarea{
	vertical-align: middle;
}
select{
	vertical-align: middle;
}
img{
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}
a{
	text-decoration: none;
}
.l{
	float: left;
}
.r{
	float: right;
}
.clearfix{
	clear: both;
	zoom: 1;
}
.checked{
	color: #ff5c00;
}
/***********************************************通用头部*************************************************/




/*headers{
	width: 100%;
	height: 55px;
}
.head_contents{
	width: 100%;
	height: 55px;
	
	background: #fff;
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
}
.head_contents span{
	display: inline-block;
	height: 55px;
	line-height: 57px;
	font-size: 16px;
	color: #ff5c00;
}
.head_contents .qg,.head_content .my{
	width: 25%;height: 51px;
}
.head_contents .qg{
	background: url(../img/arrow_s.png) 95% center no-repeat;
}
.head_contents .my i{
	padding: 3px 6px;
	border-radius: 5px;
	color: #FFFFFF;
	background: #ff5c00;
}
.head_contents .my i:active{background-color:#ff0000}

.head_contents .qb{
    width: 50%;height: 55px;
	font-size: 26px;
	font-weight: bold;
}*/




header{
	width: 100%;
	height: 55px;
}
.head_content{
	width: 100%;
	height: 55px;
	
	background: #fff;
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
}
.head_content span{
	display: inline-block;
	height: 55px;
	line-height: 57px;
	font-size: 16px;
	color: #ff5c00;
/*border-bottom: 1px solid #ff5c00;*/
    
}
.head_content .qg,.head_content .my{
	width: 25%;height: 58px;
}
.head_content .qg{
	background: url(../img/arrow_s.png) 95% center no-repeat;
}
.head_content .my i{
	padding: 3px 6px;
	border-radius: 5px;
	color: #FFFFFF;
	background: #ff5c00;
}
.head_content .my i:active{background-color:#ff0000}

.head_content .qb{
    width: 50%;height: 55px;
	font-size: 26px;
	font-weight: bold;
}
/*.biaoti {position: fixed;top:207px;right: 66px;
    float: center;
    width: 400px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding-top: 10px;
    margin-right: -72px;
    margin-top: -150px;
    background: #ff8f59;
    border-radius: 5px;
    border: 1px solid #ff5c00;

	}*/

.qg_detail{
	height: 200px;
	border: 1px solid #ddd;
	font-size: 0;
	position: absolute;
	top: 50px;
	left: 0;
	text-align: left;
	display: none;
	z-index: 200;
}
.province,.citys,.districts{
	display: inline-block;
	width: 100px;
	height: 200px;
	font-size: 14px;
	overflow-y: auto;
	border: 1px solid #ddd;
	background: #FFFFFF;
}
.province li,.citys .city dd{
	height: 30px;
	line-height: 30px;
	background: url(../img/login_arrow_r.png) 98% center no-repeat;
	text-indent: 10px;
}
.districts .district .dis_list dd{
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}
.citys,.city,.districts,.district,.dis_list{
	display: none;
}
.citys{
	position: absolute;
	top: 0;
	left: 100px;
}
.districts{
	position: absolute;
	top: 0;
	left: 200px;
}
.district,.dis_list{
	overflow-y: auto;
}
/***********************************************通用尾部*************************************************/
.foot{
	width: 91%;
	font-size: 12px;
}
.foot_top{
	width: 110%;
	height: 110px;
	background: #424242;
	display: flex;
}
.foot_top ul{
	flex: 1;
	color: #fff;
	text-align: left;
	overflow: hidden;
}
.foot_top ul:first-child li{
	height: 35px;
	line-height: 35px;
	text-indent: 26px;
}
.foot_top ul:first-child li:first-child{
	margin-top: 20px;
	background: url(../img/foot_qq.png) 5px center no-repeat;
	background-size: 20px 20px;
}
.foot_top ul:first-child li:last-child{
	background: url(../img/foot_tel.png) 5px center no-repeat;
	background-size: 20px 20px;
}
.foot_top ul:last-child li{
	height: 110px;
	line-height: 110px;
}
.foot_top ul:last-child li a{
	padding: 5px 10px;
	color: #fff;
	background: #ff5c00;
}
.foot_top ul:last-child li a:first-child{
	margin: 0 20px;
}
.foot p{
	height: 30px;
	line-height: 30px;
}
/***********************************************通用底部导航*************************************************/
footer{ width: 100%; background:#424242; height: 60px; padding-top: 5px; position: fixed; bottom: 0; left: 0;}
footer ul { font-size: 12px;}
footer ul li{ float: left; width: 20%; text-align: center; color: #fff;}
footer ul li i { display: block; margin: 0 auto 3px; background: url(../img/home.png) left center no-repeat; width: 20px; height: 30px; background-size: 20px;}
footer ul li i.icon_1 { background-image: url(../img/home.png);}
footer ul li i.icon_2 { background-image: url(../img/company.png);}
footer ul li i.icon_3 { background-image: url(../img/agency.png);}
footer ul li i.icon_4 { background-image: url(../img/bf.png)}
footer ul li i.icon_5 { background-image: url(../img/my.png)}
footer ul li.foot_on i.icon_1 { background-image: url(../img/home_on.png);}
footer ul li.foot_on i.icon_2 { background-image: url(../img/company_on.png);}
footer ul li.foot_on i.icon_3 { background-image: url(../img/agency_on.png));}
footer ul li.foot_on i.icon_4 { background-image: url(../img/buy_on.png);}
footer ul li.foot_on i.icon_5 { background-image: url(../img/my_on.png);}
footer a { color: #fff;}

footer ul li.foot_on a { color: #ff5c00;}
/***********************************************登录注册页面*************************************************/
#login,#home,#company,#company_detail,#agency,#agency_detail,#buy,#buy_detail,#vip,#brand,#brand_detail{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
section{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 100;
}
.login_content{
	width: 100%;
	background: #fff;
	margin: 582px 0 20px;
	overflow: hidden;
}
.enter_content{
	width: 85%;
	margin: 20px auto 40px;
}
.enter_content h4 {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #ff5c00;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
}
.enter_content h4 span{
	flex: 1;
}
.enter_content form {
	width: 100%;
	text-align: left;
	margin-top: 20px;
	overflow: hidden;
}
.enter_content form input {
	width: 98%;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	border: 1px solid #dddddd;
	margin: 10px 0;
}
.enter_content form p{
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.enter_content form a {
	color: #666;
}
.enter_content form a:first-child{
	padding-right:10px;
	margin-right: 10px;
	color: #ff5c00;
	background: url(../img/login_red_line.jpg) right center no-repeat;
}
.enter_content form button {
	width: 98%;
	height: 45px;
	background: #ff5c00;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 5px;
	cursor: pointer;border-radius: 3px;
}
.enter_content form button:active{background-color:#ff0000; border-radius:3px;}

.enter_content form.enter button {
	margin-bottom: 30px;
}
.enter_content form.register input:nth-child(2),.enter_content form.find_password input:nth-child(2) {
	width: 60%;
}
.enter_content form.register span,.load_content form.find_password span {
	display: block;
	width: 35%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ff5c00;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	cursor: pointer;
}

.rig3 {
     width: 138px;
    height: 295px;
    line-height: 21px;
    
   
     border-radius: 5px;
    
    background: url(../img/ggs.jpg)
	}


.load_action{border-bottom: 2px solid #ff5c00;}
.register{display: none;}
/***********************************************轮播*************************************************/
.slideBox { position:relative; z-index: 1; overflow:hidden; margin: 0 auto 0px;}
.slideBox .hd { position:absolute; width: 100%; height: 10px; line-height: 10px; bottom: 10px; left: 0; z-index:10; text-align: center;}
.slideBox .hd li { cursor: pointer; text-indent:-9999px; overflow:hidden; display:inline-block; width: 20px; height: 2px; border-radius:0px; background-color: #ccc; overflow:hidden; margin: 0 10px 0 0; }
.slideBox .hd li.on { background-color: #f00;}
.slideBox .bd { position:relative; z-index:2; }
.slideBox .bd li { position:relative;}
.slideBox .bd li img { display: block; width: 100%; height: 100%;height: auto;}
.slideBox .bd li p { display: block; width: 102%; height: auto; background-position: center top; background-repeat: no-repeat; background-size: auto 168px;}
/***********************************************首页*************************************************/
.home_content{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.search{
	width: 80%;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
	border: 1px solid #ff5c00;
	background: url(../img/search.png) 10px center no-repeat;
	text-indent: 40px;
	text-align: left;
border-radius: 3px;
}
.search input{
	width: 65%;
	height: 28px;
	line-height: 28px;
	background: transparent;
}
.search span{
	display: inline-block;
	width: 20%;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: #ff5c00;
	text-align: center;
	text-indent: 0;
	float: right;
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.search span:active{background-color:#ff0000}

.searchs{
	width: 70%;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
	border: 1px solid #ff5c00;
	background: url(../img/search.png) 10px center no-repeat;
	text-indent: 30px;
	text-align: left;
border-radius: 3px;
}
.searchs input{
	width: 65%;
	height: 28px;
	line-height: 28px;
	background: transparent;
}
.searchs span{
	display: inline-block;
	width: 20%;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: #ff5c00;
	text-align: center;
	text-indent: 0;
	float: right;
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.searchs span:active{background-color:#ff0000}

.home_lists{
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 10px 0;
	display: flex;
}
.home_lists dl{
	flex: 1;
}
.home_lists dl a dt img{
	width: 70%;
	height: 70%;
}
.home_lists dl a dd{
	line-height: 32px;
	color: #333;
	font-size: 14px;
}

.zr_news_list{
	width: 100%;
	background: #FFFFFF;
	margin: 10px 0;
	position: relative;
}
.zr_news_list ul{ 
	padding: 10px 0; 

	border-bottom: 8px solid #F2F2F2;
}

.zr_news_list ul:last-child{
	border: 0;
}
.zr_news_list ul li{
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	text-align: left;
	 /*white-space: nowrap;*/ 
	overflow: hidden;
	text-overflow: ellipsis;
}
.zr_news_list ul li:first-child{
	font-size: 16px;
	margin-left: 4px;
}


/*.zr_news_list ul li:first-child:visited{color:#ff0000;} */
.zr_news_list ul li:first-child:hover{color: #ff5c00;}
.zr_news_list ul li:first-child:active{color:#ff0000}



.zr_news_list ul li a{
	color: #ff5c00;
}
.zr_news_list ul li em{
	color: #ff5c00;
}
.zr_news_list ul li i{
	padding: 0 10px;
	background: url(../img/line.png) right center no-repeat;
}
.zr_news_list ul li i:first-child{
	padding-left: 0;
}
.more{
	margin: 10px 0;
}
.more a{
	display: inline-block;
	width: 86px;
	height: 26px;
	line-height: 26px;margin-top: 3px;margin-bottom: 3px;
	background: #FFFFFF;
	color: #ff5c00;
	border: 1px solid #ff5c00; 
    border-radius:2px}
.more a:hover{
	background-color: #ff5c00;
	color: white;}
      
       
.xwdt{
	width: 100%;
	margin-top: 10px;
}
.xwdt h4{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	background: url(../img/home_line.png) 10px center no-repeat;
	text-indent: 30px;
	text-align: left;
	border-bottom: 1px solid #ff5c00;
}
.xwdt p{
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-bottom: 1px solid #ddd;
	display: flex;
}
.xwdt p a{
	flex: 1;
	color: #333;
}
.xwdt p a:hover{
	color: #ff5c00;
}
.xwdt p a.xw_on{
	color: #ff5c00;
}

.xwdt ul li{
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	text-indent: 10px;
	text-align: left;
}
.xwdt ul li+li{
	border-top: 1px solid #ededed;
}
.xwdt ul li a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.xwdt ul li a img{
	width: 100px;
	height: 80px;
    border-radius: 5px;
    
}
.xwdt ul li a div{
	display: flex;
	flex-direction: column;
	height: 80px;
	width: calc(100% - 120px);
	justify-content: space-between;
	align-items: flex-start;
}
.xwdt ul li a div span{
	font-size: 15px;
}
.xwdt ul li a div span:hover{color: #ff5c00;}
.xwdt ul li a div span:active{color:#ff0000}

.xwdt ul li a div time{
	font-size: 12px;
	color: #999;
}
.xwdt ul li i{
	float: right;
	margin-right: 10px;
	color: #999;
}
.footer{
	margin-bottom: 60px;
}
/***********************************************行业新闻动态*************************************************/
.list_litle{
	height: 50px;
	line-height: 50px;
	display: flex;
}
.list_litle a{
	color: #333333;
	flex: 1;
}
.list_litle a.checked{
	color: #ff5c00;
}
.hyxw_list{
	position: relative;
}
.hyxw_list ul.sb_ul{
	width: 100%;
	height: 115px;
	padding: 10px 15;
	background: #FFFFFF url(../img/news.png) 10px center no-repeat;
    border-bottom: 1px solid #DDDDDD;
}
.hyxw_list ul.sb_ul:last-child{
	border: 0;
}
.hyxw_list ul.sb_ul li{
	height: 30px;
	line-height: 44px;
	text-indent: 138px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}
.hyxw_list ul.sb_ul li a{
	font-size: 15px;
	color: #333333;
}
.hyxw_list ul.sb_ul li a:hover{color: #ff5c00;}
.hyxw_list ul.sb_ul li a:active{color:#ff0000}

.hyxw_list ul.sb_ul li:last-child{
	color: #666666;
}
/***********************************************新闻内容*************************************************/
.location{
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 5px;
	color: #999;
}
.news_content{
	width: 100%;
	background: #FFFFFF;
	padding: 10px 0;
	text-align: left;
	line-height: 180%;
	margin-bottom: 20px;
}
.news_content h4{
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.news_content h4 p{
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 100;
}
.news_content>p{
	width: 94%;
	margin: 0 auto;
}
.news_content .more{
	text-align: center;
}

.news_footer{
	margin-top: 5px;
}
.news_footer a{
	color:#ff5c00;
	text-decoration:none;
	display: inline-block;
}
.news_footer a:last-child,.news_footer span:last-child{
	margin-left: 10px;
}
/***********************************************找公司*************************************************/
.company_content{
	width: 100%;
	margin: 0 auto;
}
.qyfl{
	height: 48px;
	line-height: 58px;
	display: flex;

    
}
.qyfl i{
	flex: 1;
	font-size: 18px;
	margin-left: 0px;
}
.qyfl i em.active{
	color: #ff5c00;
}
/***********************************************找公司详情*************************************************/
.company_detail_content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.head_title{/*width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 0PX;
    z-index: 120;
	height: 50px;*/
	border-top: 1px solid #F2F2F2;
	background: #1e90ff;color: #fff;
        line-height: 28px;
        font-size: 18px;
        text-align: center;
        text-indent: 10px; 
        padding-top: 10px;padding-bottom: 10px;padding-right: 24px;
        margin: 0px 10px 0px 10px;
        overflow: hidden;
        /*text-overflow: ellipsis;
        white-space: nowrap;*/
}
.head_titles{/*width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 0PX;
    z-index: 120;
	height: 50px;*/position:fixed;z-index: 118;
	border-top: 1px solid #F2F2F2;
	background: #1e90ff;color: #fff;
        line-height: 32px;
        font-size: 17px;
        text-align: center;
        text-indent: 10px; 
        padding-top: 10px;padding-bottom: 10px;padding-right: 24px;
        margin: 45px 0px 0px 0px;
        overflow: hidden;
        
            top: 205px;
            right: 71px;
            /*float: center;*/
            width: 95%;
            height: 32px;
            margin-right: -75px;
            margin-top: -150px;
            
            border-radius: 5px 5px 0px 0px;
            
        /*text-overflow: ellipsis;
        white-space: nowrap;*/
}
.head_titlesss{position:fixed;z-index: 118;
	border-top: 1px solid #F2F2F2;
	background: #fff;color: #333;
        line-height: 32px;
        font-size: 17px;
        text-align: center;
        text-indent: 10px; 
        padding-top: 20px;padding-bottom: 9px;padding-right: 24px;
        margin: 45px 0px 0px 0px;
        overflow: hidden;
        
            top: 205px;
            right: 71px;
            
            width: 95%;
            height: 32px;
            margin-right: -75px;
            margin-top: -150px;}
            
           
.user{
	width: 100%;
	background: #FFFFFF;
	padding: 5px 0 -1;
	/*margin: 0 auto;*/margin: 55px 0 0 0px ;
	display: flex;
}
.user ul{
	flex: 1;
}
.user ul li p i{
	color: #ff5c00;
}
.user ul:first-child li:first-child{
	height: 52px;
	line-height: 33px;
	background: url(../img/fb_tx.png) 12px center no-repeat;
	text-indent: 32px;
}
/*.user ul:first-child li:last-child{width: 200%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background: #ff5c00 url(../img/qgdh.png) 25% center no-repeat;
	margin-top: 8px;cursor: pointer;
}(老的查看电话css)*/


.seller_tel{width: 95%;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	color: #FFFFFF;
	background: #ff5c00  url(../img/wphone.png) 20% center no-repeat;
	margin: 0px 10px 0px 10px;cursor: pointer; border-radius: 5px 5px 5px 5px;  
}
.seller_telss{width: 58%;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	color: #FFFFFF;
	background: #ff5c00  url(../img/wphone.png) 8% center no-repeat;
	cursor: pointer;
}
.seller_tels{width: 42%;
	height: 26px;
	line-height: 24px;
	font-size: 15px;
	color: #FFFFFF;
	background: #1E99FF url(../img/dl_tels.png) 12% center no-repeat;
	margin: 5px 0px 0px 0px;cursor: pointer;border-radius: 10px 0px 0px 10px; 
}

/*.user ul:first-child li:last-child:hover{background-color:#ff0000;color:#fff}*/
.user ul:last-child{
	text-align: right;
}
.user ul:last-child li:first-child p{
	height: 25px;
	line-height: 30px;
	color: #000000;
}
.user ul:last-child li:first-child p:first-child{
	margin-top: 5px;
}
.user ul:last-child li:first-child p span{
	padding: 0 10px 0 20px;
}
.user ul:last-child li:first-child p span:first-child{
	color: #ff5c00;
	background: url(../img/sc.png) left center no-repeat;
}
.user ul:last-child li:first-child p span:last-child{
	background: url(../img/jb.png) left center no-repeat;
}
.user ul:last-child li:first-child p:last-child{
	font-size: 13px;
	margin-right: 10px;
}
/*.user ul:last-child li:last-child{
	height: 38px;
	line-height: 38px;
	margin-top: 5px;
	color: #ff5c00;
	background: #ffe8e3;
	border: 1px solid #ff5c00;
	text-align: center;
}*/
.tishi{
    font-size:13px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #3cb034;
	text-align: left;
	text-indent: 0px;
	/*margin: 0 auto;*/margin: 0px 0px 5px 0px;
    
}
/***************************************基本信息*****************************/
.basic_information{width: 100%;background: #FFFFFF;margin: 8px auto;text-align: left;}
.basic_information ul li{border-bottom: 1px solid #DDDDDD;}
.basic_information ul li h5{width: 95%;height: 50px;line-height: 51px;color: #333333;font-size: 16px;margin: 0 auto;text-indent: 14px;background: url(../img/home_line.png) left center no-repeat;}
.basic_information ul li:last-child h5{height:32px;line-height:32px;font-size: 12px;font-weight: 400;text-indent: 0;background: #FFFFFF;}
.basic_information ul li span{display: block;width: 95%;margin: 10px auto;line-height: 190%;    }
.basic_information ul li span yeye{display:inline-block;text-align: left;margin: 0 auto;
    margin-left: 76px;
    text-indent: -80px;	}
.basic_information ul li span i{color: #999999;}
/***********************************************找资质*************************************************/
.fb{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	background: #ff5c00;
}
/***********************************************招商标*************************************************/
.brand_content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.brand_content .hyxw_list ul.sb_ul{
	background:#FFFFFF url(../img/sb.png) 10px center no-repeat;
}
.brand_content .hyxw_list ul.sb_ul li i{
	color: #ff5c00;
}
.brand_content .hyxw_list ul.sb_ul li{
	height: 30px;
	line-height: 30px;
}
.brand_content .hyxw_list ul.sb_ul li:first-child{
	margin-top: 15px;
}
/***********************************************招商标详情*************************************************/
.brand_detail_content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.brand_detail_content .basic_information ul li:nth-child(2){
	text-align: center;
	border-bottom: 0;
}
.brand_detail_content .basic_information ul li img{
	width: 40%;
	margin: 15px auto;
}
/***********************************************找代理*************************************************/
.gency_content .hyxw_list ul.sb_ul{
	background:#FFFFFF url(../img/dl.png) 10px center no-repeat;
}
.gency_content .hyxw_list ul.sb_ul li{
	height: 60px;
	line-height: 56px;
}
.gency_content .hyxw_list ul.sb_ul li span.sj{
	display: inline-block;
	width: 92px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ff5c00;
	border-radius: 5px;
	color: #ff5c00;
	background: url(../img/dl_tel.png) 5px center no-repeat;
	margin: 10px 8px 0 0;
	text-indent: 28px;
	float: right;
}
/***********************************************招代理详情*************************************************/
.agency_detail_content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.agency_detail_content .basic_information ul li:nth-child(2){
	border: 0;
}
.agency_detail_content .basic_information ul li:nth-child(3){
	text-align: center;
}
.agency_detail_content .basic_information ul li img{
	width: 60%;
	margin: 20px auto;
}
/***********************************************求购*************************************************/
.buy_content{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}
.buy_content .qyfl i:last-child{
	background: transparent;
}
.qg_lists{
	width: 100%;
	background: #FFFFFF;
}
.qg_lists ul{
	padding: 0px 0;
	border-bottom: 1px solid #DDDDDD;
}
.qg_lists ul:last-child{
	border: 0;
}
.qg_lists ul li{
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 8px;
}
.qg_lists ul li a{
	color: #333333;
}
.qg_lists ul li:first-child{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qg_lists ul li:first-child:hover{color: #ff5c00;}
.qg_lists ul li:first-child:active{color:#ff0000}

.qg_lists ul li b{
	padding: 0 10px 0 15px;
	float: right;
	color: #ff5c00;
	background: url(../img/dl_tel.png) left center no-repeat;
}
/***********************************************求购详情*************************************************/
.buy_detail_content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.qg_user{
	width: 95%;
	background: #FFFFFF;
	margin: 0 auto;
}
.qg_user ul{
	font-size: 0;
}
.qg_user ul li{
	display: inline-block;
	font-size: 14px;
}
.qg_user ul:first-child{
	box-sizing: border-box;
	padding: 0px 0px 0;
}
.qg_user ul:first-child li:first-child{
	width: 65%;
	height: 51px;
	line-height: 40px;
	background:url(../img/fb_tx.png) left center no-repeat;
}
.qg_user ul:first-child li:last-child{
	width: 35%;
	height: 80px;
	text-align: right;
}
.qg_user ul li p i{
	color: #ff5c00;
}
.qg_user ul:first-child li:last-child p{
	height: 25px;
	line-height: 25px;
	color: #999999;
}
.qg_user ul:last-child{
	height: 41px;
	line-height: 15px;
}
.qg_user ul:last-child li:first-child{
	width: 50%;
	background: #ff5c00 url(../img/fb_tel.png) 40px center no-repeat;
	text-align: center;
	color: #FFFFFF;
}
.qg_user ul:last-child li:last-child{
	width: 29%;
	height: 39px;
	line-height: 39px;
	border: 1px solid #ff5c00;
	background: url(../img/jb.png) 20px center no-repeat;
	text-indent: 15px;
	color: #999999;
}
.buy_detail_content .qg_lists{
	width: 100%;
	margin: 0 auto;
}
.buy_detail_content .qg_lists h5{
	width: 97%;height: 50px;line-height: 50px;color: #ff5c00;font-size: 18px;margin: 0 auto;text-indent: 30px;background: url(../img/home_line.png) 10px center no-repeat;text-align: left;border-bottom: 1px solid #DDDDDD;
}
.buy_detail_content .basic_information ul{
	box-sizing: border-box;
}
.buy_detail_content .basic_information ul li i{
	color: #999;
}
.buy_detail_content .basic_information ul li{
	border: 0;
	padding: 0 10px; 
}
.buy_detail_content .basic_information ul li:first-child{
	border-bottom: 1px solid #DDDDDD;
}
.buy_detail_content .basic_information ul li:nth-child(2){
	line-height: 30px;
}
.buy_detail_content .basic_information ul li:nth-child(3){
	line-height: 180%;
	/*border-bottom: 1px solid #DDDDDD;*/	
}
/***********************************************发布公司转让信息*************************************************/
#gszrxx,#zzzrxx,#sbzrxx,#grqgxx,#dlgsfw{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.gszrxx_content,.zzzrxx_content,.sbzrxx_content,.grqgxx_content,.dlgsfw_content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.content_lists {
	width: 95%;
	margin:0 auto 30px;
	overflow: hidden;
}
.content_lists ul {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 5px 0;
}
.content_lists ul:last-child{
	margin: 0;
}
.content_lists ul li {
	height: 42px;
	line-height: 42px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.content_lists ul li:last-child{
	border: 0;
}
.content_lists ul li span {
	display: inline-block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: url(../img/gszzxx_line.PNG) right center no-repeat;
}
.content_lists ul li input.input_text {
	width: 74%;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
}
.content_lists ul li select{
	width: 70px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	border: 1px solid #DDDDDD;
	text-indent: 5px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../img/fb_xl.png) 96% center no-repeat;
}
.content_lists ul li b{
	font-weight: 100;
	margin: 0 10px;
}
.content_lists ul li .select{
	width: 74%;
	height: 40px;
	line-height: 40px;
	flex: 1;
}
.content_lists ul li .select select{
	flex: 1;
	margin-left: 10px;
}



.content_lists ul li textarea{
	resize: none;
	width: 65%;
	height: 100px;
	line-height: 180%;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	box-sizing: border-box;
	padding: 5px;
}
.content_lists ul li i{
	display: inline-block;
	width: 34%;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.gszzxx li:nth-child(2) .input_text{
	width: 40%;
}
.gszzxx li:nth-child(2) select{
	margin-left: 0;
}
.gszzxx li:nth-child(3) select,.gszzxx li:nth-child(5) select{
	width: 160px;
	margin-left: 8px;
}
.gszzxx li:last-child,.zrxx li:last-child{
	height: 100px;
	margin: 10px 0;
	border: 0;
}
.gszzxx li:last-child span,.zrxx li:last-child span{
	position: relative;
	bottom: 40px;
	background: transparent;
}
.zrxx li:first-child .input_text{
	width: 60%;
}
.tiaokuan{
	height: 40px;
	line-height: 40px;
	
	margin-bottom: 20px;
}
.tiaokuan em{
	color: #ff5c00;
}
.button{
	width: 80%;
	height: 40px;
	border-radius: 6px;
	color: #FFFFFF;
	background: #ff5c00;
	font-size: 16px;
  
    
}
.input_time{
	width: 28%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	text-indent: 2px;
}
/*******************************************资质转让信息***********************************/
.zzzrxx_content .content_lists .gszzxx li:nth-child(2) .input_time:last-child,.zzzrxx_content .content_lists .gszzxx li:nth-child(4) .input_time:last-child{
	margin-left: 0;
}
.zzzrxx_content .content_lists .gszzxx li:last-child,.sbzrxx_content .content_lists .gszzxx li:last-child{
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.zzzrxx_content .content_lists .gszzxx li:nth-last-child(2) .input_time{
	width: 40%;
	margin-left: 10px;
}
.zzzrxx_content .content_lists .gszzxx li:last-child span,.sbzrxx_content .content_lists .gszzxx li:last-child span{
	position: relative;
	bottom: 0;
	background: url(../img/gszzxx_line.PNG) right center no-repeat;
}
/*******************************************商标转让信息***********************************/
.sbzrxx_content .content_lists .gszzxx li:first-child,.dlgsfw_content .content_lists .gszzxx li:first-child{
	height: 120px;
	text-align: center;
}
.sbzrxx_content .content_lists .gszzxx li img,.dlgsfw_content .content_lists .gszzxx li img{
	width: 100px;
	height: 100px;
	margin: 10px 0;
}
.sbzrxx_content .content_lists .gszzxx li i{
	display: inline-block;
	width: 20%;
}
.sbzrxx_content .content_lists .gszzxx li:last-child .input_time{
	width: 28%;
	margin-left: 10px;
}
.sbzrxx_content .content_lists .gszzxx li:last-child .input_time:last-child{
	margin-left: 0;
}
/*******************************************发布代理信息***********************************/
.dlgsfw_content .content_lists .gszzxx li:last-child{
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.dlgsfw_content .content_lists .gszzxx li:last-child span{
	position: relative;
	bottom: 0;
	background: url(../img/gszzxx_line.PNG) right center no-repeat;
}
.dlgsfw_content .content_lists .gszzxx li:last-child .select{
	width: 74%;
	height: 40px;
	float: right;
	display: flex;
	margin-top: 5px;
}
.dlgsfw_content .content_lists .gszzxx li:last-child .select select{
	flex: 1;
	margin-right: 10px;
}
.dlgsfw_content .content_lists .dbxm li i{
	display: inline-block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
}
.dlgsfw_content .content_lists .dbxm li:first-child i:first-child{
	background: url(../img/gszzxx_line.PNG) right center no-repeat;
	
}
/*******************************************列表页新加2024.1.25***********************************/
.users{margin: 0;
    font-size: 13px;
    color: #333333;
    line-height: 1.8;
    padding: 0 0 0 0.2rem;}
    .users span {
    font-size: 13px;
    display: inline-block;
    width: 48%;padding-left: 2px;
    margin-right: 0;  text-align: left;  
}
    
    .price {
    width: 100%;
    margin: 0 auto;
    height: 0.625rem;
    margin-top: 0.45rem;
    line-height: .625rem;
    font-size: 12px;
    color: #999;
    padding-left: 0.2rem;
}
.bianqian {
    width: 100%;
    height: auto;
    /*padding: 0.254rem 0 5px 0.2rem;*/padding-left: 12px;
    line-height: 10px; text-align: left;margin-top: 0px;
}
/*******************************************我的***********************************/
.vip_content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.vip_tx{
	height: 114px;
	background: url(../img/vip_tx.png) center 18px no-repeat;margin-top:8px;
	overflow: hidden;border-radius: 60px;
}
.vip_tx span{
	display: block;
	height: 25px;
	line-height: 23px;
	font-size: 14px;
	margin-top: 80px;
}
.vip_user_xx{
	width: 82%;
	margin:  10px auto;
	background: #fff;
	border-radius: 8px;
	padding: 10px 0;
	display: flex;
}
.vip_user_xx ul{
	flex: 1;
}
.vip_user_xx ul:first-child{
	border-right: 0px solid #ddd;
}
.vip_user_xx ul li{
	height: 38px;
	line-height: 36px;
}
.vip_user_xx ul li:last-child{
	display: flex;
}
.vip_user_xx ul li:last-child span{
	flex: 1;
}
.vip_user_xx ul li span i{
	color: #ff5c00;
}
.vip_user_xx ul:first-child li em{
	padding: 2px 10px;
	background: #ff5c00;
	color: #fff;
}
.vip_user_xx ul:last-child li em{
	padding: 4px 28px;
	border:1px solid #ff5c00;
	color: #ff5c00;border-radius:12px
}

.vip_user_xx ul:last-child li em:active{background-color:#ff0000}

.vip_lists{
	width: 100%;
	margin: 10px auto;
	background: #fff;
	overflow: hidden;
}
.vip_lists ul li{
	height: 60px;
	line-height: 60px;
	background: url(../img/vip_fb.png) 10px center no-repeat;
	text-indent: 50px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.vip_lists ul li a{
	color: #333;
}
.vip_lists ul li img{
	float: right;
	margin:22px 10px;
}
.vip_lists ul li:last-child{
	border: 0;
}
.vip_lists ul li:first-child{
	background-image: url(../img/vip_fb.png);
}
.vip_lists ul li:nth-child(3){
	background-image: url(../img/vip_sc.png);
}
.vip_lists ul li:last-child{
	background-image: url(../img/vip_mm.png);
}
.vip_kind{
	display: none;
}
.vip_kind dd{
	height: 30px;
	line-height: 30px;
	background: url(../img/vip_s_arrow_r.png) 96% center no-repeat;
	border-bottom: 1px solid #ddd;
	text-align: left;
	margin-left: 50px;
}
.vip_kind dd:last-child{
	margin: 0;
	text-indent: 50px;
}
.vip_kind dd a{
	color: #333;
}

.vip_ct{
    display: none;
}
.vip_ct dd{
    height: 30px;
    line-height: 30px;
    background: url(../img/vip_s_arrow_r.png) 96% center no-repeat;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-left: 50px;
}
.vip_ct dd:last-child{
    margin: 0;
    text-indent: 50px;
}
.vip_ct dd a{
    color: #333;
}

.vip_add{
    display: none;
}
.vip_add dd{
    height: 30px;
    line-height: 30px;
    background: url(../img/vip_s_arrow_r.png) 96% center no-repeat;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-left: 50px;
}
.vip_add dd:last-child{
    margin: 0;
    text-indent: 50px;
}
.vip_add dd a{
    color: #333;
}

.vip_lists ul li:nth-child(3){
    background: url(../img/vip_fb.png) 10px center no-repeat;
}
.vip_lists ul li{
    background: url(../img/vip_sc.png) 10px center no-repeat;
}


.back{
	margin: 10px 0;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #ff5c00;
	font-size: 16px;
}
/*******************************************发布公司***********************************/
.fbgs_detail,.fbsb_detail{
	width: 100%;
	background: #fff;
	margin: 10px auto;
	overflow: hidden;
}
.fbgs_detail ul,.fbsb_detail ul{
	width: 85%;
	border: 1px solid #ddd;
	margin: 10px auto;
}
.fbgs_detail ul:first-child,.fbsb_detail ul:first-child{
	margin: 20px auto 10px;
}
.fbgs_detail ul li{
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fbgs_detail ul li:first-child{
	border: 0;
}
.fbgs_detail ul li span,.fbsb_detail ul li p span{
	padding: 0 10px;
}
.fbgs_detail ul li span:first-child,.fbsb_detail ul li p span:first-child{
	padding-left: 0;
	background: url(../img/break_line.png) right center no-repeat;
}
.fbgs_detail ul li span:nth-child(2),.fbsb_detail ul li p span:nth-child(2) {
	padding-left: 10px;
	background: url(../img/break_line.png) right center no-repeat;
}
.fbgs_detail ul li:last-child,.fbsb_detail ul li:last-child{
	font-size: 16px;
	border: 0;
	overflow: hidden;
	height: 81px;
}.fbgs_detail ul.sc li:last-child{
	font-size: 16px;
	border: 0;
	overflow: hidden;
	height: 40px;
}
.fbgs_detail ul li:last-child i,.fbsb_detail ul li:last-child i{
	text-align: center;
	display: block;
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 40px;
	border-top: 1px solid #ddd;
}
.fbgs_detail ul li:last-child i:first-child, .fbgs_detail ul li:last-child i:nth-child(3), .fbsb_detail ul li:last-child i:first-child, .fbsb_detail ul li:last-child i:nth-child(3){
	border-right: 1px solid #ddd;
}

.fbgs_detail ul li:last-child i.delete, .fbsb_detail ul li:last-child i.delete{
	color: #ff5c00;
}
.jxfb{
	height:30px;
	line-height: 30px;
	margin: 50px auto 30px;
}
.jxfb span{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
    color: #fff;
	background: #ff5c00;
}
/*******************************************发布商标、代理***********************************/
.fbsb_detail ul li{
	overflow: hidden;
}
.fbsb_detail ul li:first-child{
	height: 80px;
	border-bottom: 0px solid #ddd;
	background: url(../img/sb.png) 10px center no-repeat;
	background-size: 80px 70px;
}
.fbsb_detail ul li p{
	margin-left: 100px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.fbsb_detail ul li p:first-child{
	margin-top: 10px;
}
.fbsb_detail ul li:last-child{
	height: 80px;
	line-height: 40px;
}
/*******************************************我的收藏***********************************/
.fbgs_detail ul li:nth-child(2) b{
	color: #999;
	padding: 0 10px;
	font-weight: 300;
}
.fbgs_detail ul li:nth-child(2) b:first-child{
	padding-left: 0;
	background: url(../img/line.png) right center no-repeat;
}
.sc:last-child{
	margin-bottom: 60px;
}
/*******************************************修改密码***********************************/
.vip_mm_content{
	width: 100%;
	margin: 10px auto;
	background: #fff;
	overflow: hidden;
}
.vip_mm_content form {
	width: 85%;
	margin:40px auto 50px;
}
.vip_mm_content form p {
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: left;
}
.vip_mm_content form p input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #DDDDDD;
	text-indent: 20px;
}
.vip_mm_content form p:nth-child(2) input{
	width: 65%;
}
.vip_mm_content form p span {
	display: inline-block;
	width: 28%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff5c00;
	color: #FFFFFF;
	margin-left: 20px;
}
.vip_mm_content form p button {
	width: 100%;
	height: 40px;
	background: #ff5c00;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
}
/*********************************************模态框------省/市/区/的下拉显示,筛选**********************************************/
.model{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 300;
	display: none;
}
.model_content{
	width: 100%;
	height: 250px;
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.model_content p{
	height: 60px;
	line-height: 60px;
	background: #F2F2F2;
}
.model_content p span{
	font-size: 16px;
	color: #333333;
	padding:0 10px;
}
.model_content p span.success{
	color: #ff5c00;
}
.qg_model_detail{
	height: 190px;
	overflow: hidden;
}
.qg_model_detail ul,.citys_model dl,.dis_model_list{
	height: 180px;
	overflow-y: auto;
	margin: 0 auto;
}
.qg_model_detail ul li,.citys_model dl dd,.dis_model_list dd{
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.qg_model_detail ul li.active,.citys_model dl dd.active,.dis_model_list dd.active,.not_sure.active{
	font-size: 18px;
	color: #ff5c00;
}
/*****************************************省***********************************/
.province_model{
	display: none;
}
/*****************************************市***********************************/
.citys_model{
	display: none;
}
.city_model{
	display: none;
}
/*****************************************区***********************************/
.districts_model{
	display: none;
}
.district_model{
	display: none;
}
.dis_model_list{
	display: none;
}
/*****************************************筛选***********************************/
.shaixuan{
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.shaixuan ul{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0;
}
.shaixuan ul h3{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}
.shaixuan ul li{
	height: 25px;
	line-height: 25px;
	margin: 5px 0;
	text-align: left;
}
.shaixuan ul li span{
	display: inline-block;
	width: 20%;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #999;
	border: 1px solid #DDDDDD;
	margin: 0 7px;
}
.shaixuan ul li span.sx_on{
	color: #ff5c00;
	border: 1px solid #ff5c00;
}
.shaixuan ul:last-child li{
	height: 40px;
	line-height: 40px;
}
.shaixuan ul:last-child li i{
	display: inline-block;
	width: 45%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
.shaixuan ul:last-child li i.sx_del{
	background: #DDDDDD;
}
.shaixuan ul:last-child li i.sx_sure{
	background: #ff5c00;
}
.brand_content .shaixuan ul li span{
	font-size: 12px;
	width:23%;
	margin: 0 2px;
}
/*****************************************代理***********************************/
/*****************************************商标***********************************/
.home_content .hyxw_list ul{
	/*background: transparent;*/
}
.not_sure{
	width: 100%;
	height: 170px;
	line-height: 170px;
	font-size: 18px;
	color: #999999;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 300;
	/*display: none;*/
}


/**增加样式**/

/*分页*/
.pagination{
    width: 95%;
   
    margin: 16px 10px;
    background-color: #f0f0f0;
}
.pagination ul li{ 
    float: left;
    border: 1px solid #ff5c00;
    /*line-height: 30px;*/
    padding: 2px 6px;
    color: #ff5c00;
    background: #FFFFFF;
    text-align: center;
}
.pagination ul li a{  margin: 0px 2px;
    color: #ff5c00;
}
.pagination ul li span{ margin: 0px 2px;
    color: #999999;
}
.pagination a{ margin: 0px 2px;   
	float: center;
    border: 1px solid #ff5c00;
    padding: 2px 6px;
    color: #ff5c00;
    background: #FFFFFF;
    text-align: center;
    color: #ff5c00;
    border-radius:2px
    
}
.pagination a:hover{ margin: 0px 2px;
	background-color: #ff5c00;
	color: white;}
.pagination span{ margin: 0px 2px;
	float: center;
    border: 1px solid #ff5c00;
    padding: 2px 6px;
    background: #ff5c00;color:#fff;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}


/**筛选**/
.shaixuan.liebiao ul li span{
    width:29%;
    margin: 3px 6px;
}
.shaixuan.liebiao ul li :first-child{
    margin-right: 4px;
}

/**添加样式列表链接**/

 .zr_news_list ul a{
     color: #333333;
 }
.zr_news_list ul li span{
    color: #333333;
}
.qg_lists ul a{
    color: #333333;
}
.zr_news_list ul li span.news_top{
	background-image: url(../img/totopsss11.png);
	background-repeat: no-repeat;
	font-size: 11px !important;
	color: white !important;
	display: inline-block;
	width: 28px;
	height: 23px;
	line-height: 28px;
	margin-top: 5px;padding-top: 1px;
	text-align: center;
}

.shaixuan ul li span{
    color: #333333;
}

.home_lists dl a dt img{
    width: 38px;
    height: 38px;
}

.head_content .qg{
    background: url(../img/arrow_s.png) 85% center no-repeat;
    background-size: 11px;
}

.home_lists dl a dd{
    height: 25px;
}

.vip_lists a{
    color: #333333;
}

.vip_add dd:last-child{
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
}
.vip_kind dd{
    height: 40px;
    line-height:40px;
}
.vip_kind dd:last-child{
    font-size: 16px;
}
.vip_ct dd{
    height: 40px;
    line-height:40px;
}
.vip_ct dd:last-child{
    font-size: 16px;
}


/**添加样式**/
.swchild{
    display: none;
}
.ptfp{
    display: none;
}
.zyfp{
    display: none;
}
.yhchild{
    display: none;
}
.zszrjg{
    display: none;
}

.content_lists ul li i{
    width: 32%;
    margin-left: 14px;
}

/**********************************充值中心************************************/
.recharge_money_content{
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin: 20px auto 0;
	border-radius: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.recharge_money_content span{
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../img/loginimg/line.png) right center no-repeat;
	background-size: auto 14px;
	color: #666;
	float: left;
}
.recharge_money_content input{
	display: block;
	width: calc(100% - 80px);
	height: 39px;
	line-height: 39px;
	text-indent: 10px;
	color: #999;
	float: left;
}

.pay_kind{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	color: #666;
	text-indent: 15px;
}
.recharge_kind{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 15px;
	overflow: hidden;
}

.recharge_kind li{
	height: 42px;
	line-height: 40px;
	border-bottom: 1px solid #f7f7f7;
	overflow: hidden;
}
.recharge_kind li:last-child{
	border: 0;
}
.recharge_kind li i{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/mineimg/zfb.png) left center no-repeat;
	background-size: auto 26px;
	float: left;
}
.recharge_kind li i.recharge_icon1{
	background-image: url(../img/mineimg/zfb.png);
}
.recharge_kind li i.recharge_icon2{
	background-image: url(../img/mineimg/wx.png);
}
.recharge_kind li i.recharge_icon3{
	background-image: url(../img/mineimg/have_money.png);
}
.recharge_kind li i.recharge_icon4{
	background-image: url(../img/mineimg/bankcart.png);
}
.recharge_kind li span{
	display: block;
	/*width: 100px;*/
	height: 40px;
	line-height: 42px;
	float: left;
	text-align: left;
}
.recharge_kind li em{
	display: block;
	width: 40px;
	height: 40px;
	float: right;
}
.recharge_kind li.on em{
	background: url(../img/mineimg/check.png) center center no-repeat;
	background-size: auto 20px;
}
.money_btns{
	display: block;
	width: 68%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	background: #ff5c00;
	border-radius: 12px;
	margin: 20px auto 10px;
}
.money_btns:hover{background-color:#ff0000}

.least_contents{
	width: 80%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #ff7f26;
	font-size: 12px;
	margin: 0 auto;
}
#cash .my_wallet{
	height: 285px;
}
#cash .my_wallet .least_contents{
	height: 20px;
	line-height: 20px;
}
#cash .my_wallet .recharge_money_content{
	margin-bottom: 10px;
}

.editRefresh1 {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: none;
}
.editRefresh2 {
    /*background-color: rgba(0,0,0,0.3);*/
	width: 88%;
	height: 150px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background:#fff;	border-radius:5px
}

.editRefresh2 .gb2 { 
	height: 25px;
	margin: 5px 5px 10px 0;
}

.editRefresh2 .gb2 span { 
	height: 20px;
	width: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: right;
	border: 1px solid #ccc;
	border-radius: 15px;
	font-size: 20px;
	font-weight: normal;
	color: #bbb;
}

.editRefresh2 .info2 {
	line-height: 28px;
	text-align: center;
	margin-bottom: 16px;
}

.editRefresh2 .info2 i {
	font-size: 22px;
	color: #f40;
	margin: 0 2px;
}
.editRefresh2 button {
	line-height: 32px;
	width: 38%;
	text-align: center;
	color: #fff;font-size: 16px;
	background: #f40;	border-radius:5px
}
.editRefresh2 button:hover{background-color:#ff4444; color:#ffffff}
.editRefresh2 button:active{background-color:#ff0000}
#jiage { font-size:  22px; color: #ff0000; }
#zhiding { overflow: hidden; border-left: 1px solid #888; border-top: 1px solid #888; width: 303px; margin: 0 auto;}
#zhiding dd { cursor: pointer; float: left; background-color: #ffdead; text-align: center; line-height: 32px; width: 100px; height: 80px; padding-top: 20px; border: 1px solid #888; border-left: 0px; border-top: 0px solid #888;}
#zhiding dd b { margin: 0 3px; font-weight: normal;}
#zhiding dd .b1 { font-size: 22px; color: #f00;}
#zhiding dd .b2 { font-size: 14px; color: #000;}
#zhiding dd.sel { background-color: #ff5c00; color: #fff;}
#zhiding dd.sel .b1 { color: #fff;}
#zhiding dd.sel .b2 { color: #fff;}
#tips {color: #f00; margin-bottom: 10px;}

#zddiv { overflow: hidden; margin: 0px auto 20px; text-align: center;}
#zddiv label { display: inline-block; width: 150px; text-align: right; margin-right: 20px;}
.jgb { font-weight: normal; margin-right: 10px;}
.vip_detail form p button{width: 70%; margin: 0 auto; height: 40px;background: #f9774f;color: #FFFFFF;font-size: 16px;border-radius: 5px;cursor: pointer;}
.vip_detail form p a { display: block; width: 70%; margin: 0 auto; height: 40px;background: #f9774f;color: #FFFFFF;font-size: 16px;border-radius: 5px;cursor: pointer;}
.vip_detail .v_c_right p {
    height: 22px;
    line-height: 14px;
	text-align: left; 
	padding-left: 0px;
}
.vip_detail .v_c_right .lab #lab_day{
	font-size: 22px;
	color: #f00;
}
.vip_detail .v_c_right .lab {
    height: 32px;
    line-height: 20px;
	text-align: left; 
	padding-left: 5px;
}




#opp8 { text-align: center;}
	