/* title */
header{
	background-color: #FFFFFF;
}
header .top_h{
	margin: 0 auto;
	width: 100%;
	background-color: #333333;
}
header .top_t{
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #c9c0b7;
	overflow: hidden;
}
header .top_t .top_right_n{
	display: flex;
}
header .top_t .top_right_n p a{
	color: #c9c0b7;
	border: #c9c0b7 1px solid;
	border-radius: 2px;
	margin-right: 10px;
	padding: 2px 5px;
}
header .tit{
	background-color: #FFF;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
header .logo_text{
	margin-top: 20px;
	margin-left: 20px;
	line-height: 20px;
}
header .logo_text .text_1{
	background-color: #463527;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 5px;
}
header .logo_text .text_2{
	font-size: 12px;
}
header .logo_text .text_3{
	font-size: 16px;
}
header .tit_tel{
	margin-top: 30px;
}
header .tit_tel .tel_text{
	margin-left: 20px;
}
header .tit_tel .tel_text span{
	color: #463527;
	font-size: 14px;
}
header .tit_tel .tel_text p{
	color: #463527;
	font-size: 24px;
}
header .nav_new{
	width: 100%;
	background-color: #000;
}
header .nav_new .nav_list{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
header .nav_new .nav_list li{
	height: 50px;
	width: 150px;
	line-height: 50px;
	text-align: center;
}
header .nav_new .nav_list li a{
	display: inline-block;
	width: 100%;
	background: url(../images/nav_bj.jpg) no-repeat center right;
	color: #c9c0b7;
	font-size: 18px;
}
header .nav_new .nav_list li:last-child a{
	background: none;
}
header .nav_new .nav_list li a:hover{
	color: #e1bf9b;
	background-color: #463527;
	background-image: none;
}

header .tit h1{
    width: 1200px;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 700;
    color: #0f2d49;
    text-align: center;
    padding:37px 0;
}
/* nav */
header .nav{
    background: #0f2d49;
    padding-top:25px;
}
header .nav ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
header .nav ul li{
    padding-bottom: 40px;
    position: relative;
}
header .nav ul li i{
    display: none;
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid  transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    
}
header .nav ul li a{
    color: #fff;
    text-align: center;
}
header .nav ul li a p{
    font-size: 22px;
    margin-bottom: 5px;
}
header .nav ul li a span{
    font-size: 12px;
    display: block;
}
header .nav ul li:hover a{
    color: #ffb600;
}
header .nav ul li:hover i{
    display: inline-block;
}
/* banner */
header .banner{
    background: url(../images/head_baner.jpg) no-repeat;
    background-size: 100% 100%;
	height: 620px;
}
header .banner .banner_outer{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
header .banner .banner_outer .nr{
    float: left;
    padding:60px 0;
	margin-left: 30px;
}
header .banner .banner_outer .nr img{
    display: block;
    /* width: 530px; */
    margin:0 auto;
}
header .banner .banner_outer .liuyan{
    position: absolute;
	right: 0;
	top:65px;
	width: 400px;
	height: 380px;
	padding: 50px;
	border-radius: 5px;
	background-color: #FFF;
	z-index: 2;
}
header .banner .banner_outer .liuyan .l_t h5{
	color: #ff5500;
	font-size: 18px;
	margin-bottom: 20px;
}
header .banner .banner_outer .liuyan .l_t h2{
	text-align: center;
	line-height: 2;
	color: #463527;
	font-size: 30px;
}
header .banner .banner_outer .liuyan .l_t p{
	text-align: center;
	color: #666666;
	font-size: 18px;
	margin-bottom: 20px;
}
header .banner .banner_outer .liuyan .l_t span{
	color: #ff5500;
}
header .banner .banner_outer .liuyan .l_tel{
	
}
header .banner .banner_outer .liuyan .l_tel input{
	padding: 15px;
	background-color: #F5F5F5;
	font-size: 18px;
	color: #999999;
	border: none;
	border-radius: 5px;
	outline: none;
	width: 370px;
}
header .banner .banner_outer .liuyan .l_s{
	margin-top: 20px;
	display: flex;
}
header .banner .banner_outer .liuyan .l_s select{
	width: 50%;
	padding: 15px;
	border: none;
	font-size: 18px;
	border-radius: 5px;
	outline: none;
	margin-right: 5%;
	background-color: #F5F5F5;
	color: #999999;
}
header .banner .banner_outer .liuyan .l_s select:last-child{
	margin-right: 0;
}
header .banner .banner_outer .liuyan .l_b{
	width: 100%;
	margin-top: 40px;
}
header .banner .banner_outer .liuyan .l_b button{
	display: block;
	width: 100%;
	height: 60px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	background-color: #ff5500;
	border: none;
	outline: none;
	border-radius: 5px;
}


.pplb{
    width: 1200px;
    margin:0 auto;
}
.pplb div{
    padding: 30px 20px 10px;
    background: #fff;
}
.pplb div a{
    font-size: 14px;
    display: inline-block;
    margin: 0 20px 10px 0;
    font-weight: 700;
}
.pplb div a:hover {
    color: #fff;
    background: #a63c41;
}
.pplb div a.thisclass {
    color: #fff;
    background: #a63c41;
}
/* 导航栏 */
.dh{
    padding: 15px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    color: #999999;
    font-size: 16px;
    align-items: center;
}
.dh a{
    color:#999999;
    margin: 0 5px;
}
.dh p{
    color: #000;
    margin: 0 5px;
}
/* 标签 */
.bq{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding:15px;
    background: #ededed;
}
.bq a{
    display: inline-block;
    width: 123px;
    height: 28px;
    background: #0f2d49;
    border: 1px solid #0f2d49;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    line-height: 28px;
}
.bq a:nth-last-child(1){
    background: transparent;
    border: 1px solid #999999;
    color: #999999;
}
.bq a i{
    margin-left: 5px;
}
/* section */
section{
    width: 1200px;
    margin: 0 auto;
}
section .wdlb{
    background: #fff;
    padding:30px 20px 0 ;
    margin-bottom: 25px;
}
section .wdlb .wdlb_t{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    border-bottom:1px dashed #999;
}
section .wdlb h2{
    color: #000;
    font-size: 16px;
    word-wrap: unset;
    font-weight: 700;

}
section .wdlb h2 span{
    font-size: 14px;
    margin-left: 30px;
}
section .wdlb h2 span:hover{
    color: #fff;
    background: #a63c41;
}

section .wdlb .wdlb_b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    border-bottom:1px dashed #999;
    padding-top: 20px;
}
section .wdlb .wdlb_b:nth-last-of-type(1){
    border: 0;
}
section .wdlb .wdlb_b div{
    width: 87%;
}
section .wdlb .wdlb_b div a{
    display: inline-block;
    margin: 0 20px 20px 0;
    font-weight: 700;
}
section .wdlb .wdlb_b div a:hover{
    color: #fff;
    background: #a63c41;
}
section .wdlb .wdlb_b div .thisclass{
    color: #fff;
    background: #a63c41;
}


/* content */
section{
    overflow: hidden;
}
.content_l{
    float: left;
    width: 70%;
}
.content_r{
    float: right;
    width: 28%;
   
}



section .tit{
    padding:25px 0;
}
section .tit h3{
    font-size: 20px;
    color: #0f2d49;
    font-weight: 700;
}

/* left */
/* 价格列表 */
.jglb{
    padding:25px 20px 0;
    background: #fff;
}
.jglb .jglb_outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jglb .jglb_outer li{
    border:1px solid #ccc;
    width: 30%;
    margin-bottom: 20px;
}
.jglb .jglb_outer li a{
    display: block;
}
.jglb .jglb_outer li a .tu{
    padding:15px 0;
    text-align: center;
    border-bottom:1px solid #ccc;
}
.jglb .jglb_outer li a .inner{
    padding:20px 15px;
}
.jglb .jglb_outer li a .inner .jj{
    font-size: 14px;
    color: #000;
	overflow: hidden;
}
.jglb .jglb_outer li a .inner .jg{
    font-size: 18px;
    font-weight:700;
    color: #000;
    padding:5px 0;
}
.jglb .jglb_outer li a .inner .jg span{
    font-size: 16px;
    font-weight: 400;
    color: #ff0000;
    float: right;
}
.jglb .jglb_outer li a .inner .xq{
    font-size: 14px;
    color:#999;
}
.jglb .jglb_outer li a .inner .xj{
    margin-top: 5px;
    /* overflow: hidden; */
}
.jglb .jglb_outer li a .inner .xj img{
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}
/* 回收资讯 */
.hszx{
    padding:0 20px 25px;
    background: #fff;
}
.hszx .hszx_outer li{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom:20px;
}
.hszx .hszx_outer li:nth-last-of-type(1){
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom:0;
}
.hszx .hszx_outer li a{
    display: flex;
    justify-content: space-between;
}
.hszx .hszx_outer li a img{
    width: 30%;
	max-height: 8rem;
}
.hszx .hszx_outer li a .inner{
    width: 68%;
}
.hszx .hszx_outer li a .inner h4{
    font-size: 20px;
    color: #000;
}
.hszx .hszx_outer li a .inner div{
    margin: 15px 0;
}
.hszx .hszx_outer li a .inner div span{
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.hszx .hszx_outer li a .inner div .ydqw{
    color: #ff0000;
}
.hszx .hszx_outer li a .inner div .zz{
    color: #999;
}
.hszx .hszx_outer li a .inner div .yds{
    color: #999;
}
.hszx .hszx_outer li a .inner div .yds img{
    width: 15px;
}
.hszx .hszx_outer li a .inner p{
    line-height: 25px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* right */
/* 手表相关文章 */
.content_r .sbwz{
    background: #fff;
    padding: 0 20px 25px;
   
}
.content_r .sbwz .sbt{
    position: relative;
}
.content_r .sbwz .sbt img{
    width: 100%;
}
.content_r .sbwz .sbt p{
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}
.content_r .sbwz .sbt p a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding:3px 0;
}
.content_r .sbwz ul li{
    padding:15px 0;
    border-bottom:1px solid #999;
}
.content_r .sbwz ul li:nth-last-child(1){
    border-bottom: 0;
    padding-bottom:0;
}
.content_r .sbwz ul li a{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content_r .fwzx{
    padding: 0 20px 25px;
    background: #fff;
    margin: 0 0 20px;
}
.content_r .fwzx ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_r .fwzx ul li{
    width: 21%;
    padding: 3px 0;
    border:1px dashed #999;
    margin-bottom: 15px;
    text-align: center;
}
.content_r .fwzx .cont p{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.content_r .fwzx .cont p span{
    font-weight: 700;
}
.content_r .fwzx .cont p a{
    color: #ff0000;
    font-weight: 700;
}
.content_r .fwzx .fwzx_an{
    display: flex;
    justify-content: space-around;
}
.content_r .fwzx .fwzx_an  a{
    display: block;
    width: 130px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin:10px 0;
}
.content_r .fwzx .fwzx_an  a:nth-child(1){
    background: #ff9600;
}
.content_r .fwzx .fwzx_an  a:nth-child(2){
    background: #0f2d49;
}



.content_r .cstj{
    padding: 0 20px 25px;
    background: #fff;
    margin: 20px 0;
}
.content_r .cstj ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_r .cstj ul li{
    width: 48%;
    background: #f7f7f7;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 7px;
    font-size: 14px;
}


/* 分页器 */
#page{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    background: #f7f7f7;
}
#page a{
    padding:2px 5px;
    margin:0 2px;
    font-size: 16px;
    color: #000;
    border:1px solid #999;
}
#page a:hover{
    background: #0f2d49;
    border:1px solid #0f2d49;
    color:#fff;
}
#page a.thisclass{
    background: #0f2d49;
    border:1px solid #0f2d49;
    color:#fff;
}

/* 公共 */
.gg{
    margin:25px auto;
}
.gg .lb{
    background: #fff;
    padding:25px 20px 25px;
}

.gg .lb .nr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}
.gg .lb .nr .nr_l {
    width: 65%;
}
.gg .lb .nr .nr_l .lb_tit{
    padding:10px 0;
}
.gg .lb .nr .nr_l .lb_tit h4{
    font-size: 18px;
    color: #0f2d49;
    display: inline-block;
    margin-right:20px;
    font-weight: 700;

}
.gg .lb .nr .nr_l .lb_tit p{
    display: inline-block;
    color: #ff0000;
    font-size: 16px;
}
.gg .lb .nr .nr_l .lb_tit p img{
    width: 12px;
    margin-right: 5px;
}
.gg .lb .nr .nr_l .cont p{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.gg .lb .nr .nr_l .cont p span{
    font-weight: 700;
}
.gg .lb .nr .nr_l .cont p a{
    color: #ff0000;
    font-weight: 700;
}
.gg .lb .nr .nr_r a{
    display: block;
    width: 130px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin:10px 0;
}
.gg .lb .nr .nr_r a:nth-child(1){
    background: #ff9600;
}
.gg .lb .nr .nr_r a:nth-child(2){
    background: #0f2d49;
}
.gg .lb ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.gg .lb .nr ul li{
    width: 12%;
}

    /* 我们的优势 */
.gg_tit{
    padding:40px 0 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #0f2d49;
}
.gg .wmdys ul{
    display: flex;
    justify-content: space-between;
}
.gg .wmdys ul li{
    background: #fff;
    border-radius: 10px;
    width: 23%;
    overflow: hidden;
}
.gg .wmdys ul li img{
    width: 100%;
}
.gg .wmdys ul li p{
    font-size: 18px;
    color:#000;
    font-weight:7800;
    text-align: center;
    margin:8px 0 5px;
}
.gg .wmdys ul li span{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom:5px;
}
.gg .wmdys .inner{
    overflow: hidden;
    position: relative;
    margin:40px 0 30px;
}
.gg .wmdys .inner div{
    width: 50%;
    box-sizing: border-box;
    padding:50px 100px;
}
.gg .wmdys .inner div a{
    display: block;
    width: 242px;
    margin:0 auto 40px;
    padding:15px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
}
.gg .wmdys .inner div p{
    font-size:24px;
    margin-bottom:20px;
}
.gg .wmdys .inner div p img{
    width: 20px;
    margin-right: 10px;
}
.gg .wmdys .inner .nr_l{
    float: left;
    background: url(../images/ys_l_bj.png) no-repeat;
    background-size: 100% 100%;
}
.gg .wmdys .inner .nr_r{
    float: right;
    background: url(../images/ys_r_bj.png) no-repeat;
    background-size: 100% 100%;
}
.gg .wmdys .inner .nr_l a{
    color:#fff;
    background: #0f2d49;
}
.gg .wmdys .inner .nr_r a{
    color:#fff;
    background: #999999;
}
.gg .wmdys .inner .nr_r p{
    color:#999999;
}
.gg .wmdys .inner .vs{
    position: absolute;
    left: 533px;
    top: 189px;
}
.gg .wmdys .lxgs{
    display: block;
    width: 200px;
    font-size: 24px;
    color:#fff;
    text-align: center;
    padding:10px 0;
    margin: 0 auto;
    background: #ff9600;
    border-radius: 5px;
}
/* 回收流程 */
.gg .hslc .hslc_an{
    margin:50px 20px 20px;
    display: flex;
    justify-content: center;
}
.gg .hslc .hslc_an a{
    width: 360px;
    padding:10px 0;
    margin: 0 10px;
    font-size: 24px;
    text-align: center;
	color:#666;
	background: #dddddd;
}
.gg .hslc .hslc_an a.thisclass{
	color:#fff;
	background: #0f2d49;
}
.gg .hslc .gg_hj{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gg .hslc .gg_hj li{
    width: 32.5%;
    margin-bottom:15px;
}
.gg .hslc .gg_hj img{
    width: 100%;
}
.recycle_list:last-child{
	display:none;
}
/* footer */
footer{
    background: #FFFFFF;
}
footer .list{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	height: 100px;
}
footer .fot_but{
	width: 100%;
	background-color: #333333;
	padding: 35px 0;
}
footer .but_top,footer .but_nav,footer .but_icp{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
footer .but_top .lxfs{
	line-height: 2;
}
footer .but_top .lxfs .tit{
	font-size: 14px;
	color: #d7bf9b;
}
footer .but_top .lxfs .tel{
	font-size: 22px;
	color: #d7bf9b;
}
footer .but_top .lxfs .txt{
	font-size: 12px;
	color: #999999;
}
footer .but_top .lxfs .but a{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 140px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	border: 1px #999999 solid;
	border-radius: 20px;
	margin-top: 20px;
}
footer .but_top .nav{
	display: flex;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 30px;
}
footer .but_top .nav dl{
	margin-right: 40px;
}
footer .but_top .nav dl dt{
	font-size: 16px;
	color: #FFFFFF;
}
footer .but_top .nav dl dd a{
	font-size: 14px;
	color: #999999;
}
footer .but_top .nav dl dd a:hover{
	color: #d7bf9b;
}

footer .but_top .code{
	display: flex;
}
footer .but_top .code .c_list{
	width: 50%;
	background-color: #444444;
}
footer .but_top .code .c_list p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
footer .but_top .code .c_list:first-child{
	margin-right: 5%;
}
footer .but_nav ul{
	display: flex;
	width: 100%;
	margin: 50px auto;
}
footer .but_nav ul li{
	width: 25%;
	text-align: center;
}
footer .but_nav ul li a{
	color: #999999;
	font-size: 14px;
}
footer .but_nav ul li a:hover{
	color: #d7bf9b;
}
footer .but_icp{
	display: block;
}
footer .but_icp p{
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 30px;
}
footer .but_icp p a{
	color: #666666;
}



/* 文章页 */
.wz{
    padding:40px 20px;
    background: #fff;
}
.wz .wz_title{
    border-bottom:1px dashed #ccc;
}
.wz .wz_title h2{
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 700;
	padding: 1rem 0;
}
.wz .wz_title p{
    font-size: 16px;
    color:#999;
    text-align: center;
    margin:20px 0;
}
.wz .wz_title p img{
    width: 15px;
    display: inline-block;
}
.wz .wz_title p span{
    margin:0 15px 0 5px;
}
.wz .content{
    padding:20px 0;
    font-size: 16px;
    color:#000;
    line-height: 32px;
    text-align: center;
}
.wz .content p{
    text-align: left;
    text-indent: 2em;
}
.wz .content img{
    margin: 20px auto;
}
.wz_page{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.wz_page li{
    width: 49%;
    padding:15px 20px;
    margin:25px 0 0;
    background-color: #fff;
    box-sizing: border-box;
}
.wz_page li a{
    color: #000;
    font-size: 20px;
}
.wz_page li a span{
    color: #999;
}

/* 手表详细信息页 */
.bzzc{
    background: #fff;
    padding:20px;
    overflow: hidden;
}
.bzzc .left{
    width: 50%;
    float: left;
}
.bzzc .left img{
    height: 25rem;
	margin: 0 auto;
	display: inherit;
}
.bzzc .inner{
    width: 50%;
    float:right;
    box-sizing: border-box;
    padding-left: 20px;
}
.bzzc .inner .bzzc_tit{
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    /* clear: both; */
}
.bzzc .inner .jg{
    font-size: 14px;
    color:#999;
    float: left;
}
.bzzc .inner .jg span{
    display: block;
}
.bzzc .inner .csbz{
    font-size: 14px;
    color: #ff0000;
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}
.bzzc .inner .anniu{
    margin-top: 70px;
    margin-bottom: 30px;
}
.bzzc .inner .anniu a:nth-child(1) {
    background: #ff9600;
    margin-right: 20px;
}
.bzzc .inner .anniu a:nth-child(2) {
    background: #0f2d49;
}
.bzzc .inner .anniu a {
    display: inline-block;
    width: 130px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
.bzzc .inner .zc{
    box-shadow: 3px 4px 12px 5px rgba(204,204,204,1);
    -webkit-box-shadow: 3px 4px 12px 5px rgba(204,204,204,1);
    -moz-box-shadow: 3px 4px 12px 5px rgba(204,204,204,1);
    box-sizing: border-box;
    padding:20px;
    overflow: hidden;
}
.bzzc .inner .zc div{
    float: left;
}
.bzzc .inner .zc div h5{
    font-size: 24px;
    margin-bottom: 10px;
}
.bzzc .inner .zc div p{
    font-size: 14px;
    margin-bottom: 5px;
}
.bzzc .inner .zc div p img{
    width: 15px;
    margin-right: 5px;
}
.bzzc .inner .zc div p span{
    margin-right: 10px;
}
.bzzc .inner .zc .bao{
    float: right;
    margin-right: 20px;
}
.bzzc .inner .zc a{
    display: inline-block;
    color:#ff0000;
    font-size: 14px;
    margin-top: 10px;
}
/* 信息 */
.xx{
    padding:20px;
    margin:25px 0;
    background: #fff;
    overflow: hidden;
}
.xx dl{
    width: 48%;
}
.xx dl:nth-child(1){
    float: left;
}
.xx dl:nth-child(2){
    float: right;
}
.xx dl dt{
    padding:10px 20px;
    font-size: 24px;
    font-weight: 700;
    background: #ededed;
    margin-bottom: 15px;
}
.xx dl dd{
    padding:5px 20px;
    font-size: 18px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.xx dl dd span{
    flex-wrap: nowrap;
}
.xx dl dd div{
    flex-grow: 2;
    border-top: 1px  dashed #ccc;
    margin:0 5px;
}
/* 回收标准 */
.hsbz{
    background: #fff;
    margin-bottom: 25px;
}
.hsbz h4{
    font-size: 24px;
    padding:10px 20px;
    background: #ededed;
}
.hsbz form{
    padding:20px;
    font-size: 18px;
}
.hsbz form div{
    margin-bottom: 10px;
}
.hsbz form p{
    width: 20%;
    text-align: right;
    margin-right:20px;
    display: inline-block;
}
.hsbz form input{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.hsbz form div i{
    margin-right: 15px;
}
.hsbz form div input,
.hsbz form div i,
.hsbz form div p{
    vertical-align: middle;
}
/* tab */
.tab{
    background: #fff;
}
.tab .tab_top{
    background: #ededed;
   overflow: hidden;
}
.tab .tab_top ul{
    float: left;
    overflow: hidden;
}
.tab .tab_top ul li{
    float: left;
    padding:10px 0;
    width: 242px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.tab .tab_top ul li.active{
    color: #ffffff;
    background: #0f2d49;
}
.tab .tab_top div{
    float: right;
    overflow: hidden;
}
.tab .tab_top div a{
    /* float: right; */
    display: inline-block;
    width: 170px;
    padding:10px 0;
    font-size: 20px;
    text-align: center;
    color: #0f2d49;
}
.tab .tab_top div a:nth-child(2){
    color: #fff;
    background: #0f2d49;
}
.tab div .tab_inner{
    /* height: 500px; */
    background: #fff;
    display: none;
    border: 1px solid #ccc;
}
.tab .tab_tit{
    font-size: 20px;
    font-weight: 700;
    padding:10px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    cursor: pointer;
}
.tab .tab_inner .hsxq{
    padding:20px;
    font-size: 18px;
    line-height: 30px;
}
.tab .tab_inner .hsjg ul li{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.tab .tab_inner .hsjg ul li p{
    /* display: inline-block; */
    width: 50%;
    padding:5px 0;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tab .tab_inner .hsjg ul li p:nth-last-of-type(1){
    border-right: 0;
}
.tab .tab_inner .hsjg .tssm{
    padding:20px;
}
.tab .tab_inner .hsjg .tssm p:nth-child(1){
    font-size: 24px;
    color:#ff0000;
    font-weight: 700;
}
.tab .tab_inner .hsjg .tssm p:nth-child(2){
    font-size: 22px;
}
/* 服务评价 */
.tab .tab_inner .fwpj{
    padding:20px;
}
.tab .tab_inner .fwpj ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.tab .tab_inner .fwpj ul li:nth-last-of-type(1){
    padding-bottom: 0;
    margin-bottom: 0px;
    border-bottom: 0;
}
.tab .tab_inner .fwpj ul li .yonghu{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab .tab_inner .fwpj ul li .touxiang{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.tab .tab_inner .fwpj ul li .touxiang img{
    width: 100%;
}
.tab .tab_inner .fwpj ul li .minzi{
    flex-grow: 2;
}
.tab .tab_inner .fwpj ul li .minzi p{
    margin-bottom: 10px;
}
.tab .tab_inner .fwpj ul li .minzi p span{
    font-size: 20px;
    font-weight: 700;
}
.tab .tab_inner .fwpj ul li .minzi p i{
    font-size: 14px;
    color: #fff;
    background: #2f80ff;
    padding:3px 5px;
    margin-left: 5px;
    border-radius: 5px;
}
.tab .tab_inner .fwpj ul li .minzi p span,
.tab .tab_inner .fwpj ul li .minzi p i{
    vertical-align: middle;
}
.tab .tab_inner .fwpj ul li .shijian{
    font-size: 14px;
    color: #999;
}
.tab .tab_inner .fwpj ul li .neirong{
    margin-left: 75px;
}
.tab .tab_inner .fwpj ul li .neirong p{
    font-size: 14px;
    margin-bottom: 15px;
}
.tab .tab_inner .fwpj ul li .neirong .img img{
    width: 140px;
    margin-right: 10px;
}