@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑" !important;color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;transition:all .3s ease;}
img{display:block;}
input{margin:0;padding:0;border:none;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}
body{background:#f7f7f7;}
a:hover{color:#079c0e;}
[v-cloak]{display:none;}

.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease .15s,-webkit-box-shadow ease .15s;
    -o-transition: border-color ease .15s,box-shadow ease .15s;
    transition: border-color ease .15s,box-shadow ease .15s;
}
.btn{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*共享头部*/
.complain_header{
	background:#fcfcfc;
	padding-top: 20px;
}
.complain_header .complain_top{
	max-width:1200px;
	margin: auto;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.complain_header .complain_logo {
	flex: 0 0 80%;
	display: flex;
}
.complain_header .complain_logo a:first-child {
	padding-right: 20px;
}
.complain_header .complain_logo img{
	height:80px;
}
.complain_header .complain_search{
	flex:0 0 26%;
	height:34px;
	text-align:center;
	line-height:34px;
	margin-top:8px;
	display:flex;
	justify-content:space-around;
}
.complain_header .search_cate{
	width:70px;
	background:#eee;
}
.complain_header .search_cate span{
	font-size:16px;
	font-weight:bold;
	color:#079c0e;
}
.complain_header .search_name{
	flex:1;
	position:relative;
}
.complain_header .search_name input{
	width:100%;
	line-height:33px;
	border:#eee solid 1px;
	border-radius:1rem;
	padding-left:10px;
}
.complain_header .search_name .hot_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	position:absolute;
	top:42px;
	background:#fff;
	height:0;
	overflow:hidden;
	z-index:999;
	transition:all .3s ease;
}
#app .complain_header .search_name .hotshow{
	height:auto;
	border:#ccc solid 1px;
}
.complain_header .search_name .hot_box a{
	flex:48%;
}
.complain_header .search_name .hot_box a:hover{
	color:#fff;
	background:#079c0e;
}
.complain_header .search_btn{
	position:absolute;
    top:0;
    right:0;
	width:50px;
	border-left:none;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_header .search_btn img{
	margin:6px auto;
}
.complain_header .complain_related{
	flex:0 0 18%;
	margin-top:20px;
	display:flex;
	justify-content:space-between;
}
.complain_header .complain_related a{
	color:#666;
	line-height:50px;
	position:relative;
}
.complain_header .complain_related a:hover{
	color:#079c0e;
}
.complain_header .complain_related a:not(:last-child)::after{
	content:"丨";
	color:#666;
	position:absolute;
	left:48px;
}
.complain_header .complain_navbg{
	background:#079c0e;
	margin-top:10px;
}
.complain_header .complain_ns{
	max-width:1200px;
	margin: auto;
	display:flex;
	justify-content:space-between;
}
.complain_header .complain_nav{
	flex:1;
	display:flex;
}
.complain_header .complain_nav li{
	flex:0 0 15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_header .complain_nav li:hover{
	background:#8cd106
}
.complain_header .complain_nav .current{
	background:#8cd106;
}
.complain_header .complain_nav .current::before{
	filter:grayscale(0);
}
.complain_header .complain_location{
	max-width:1200px;
	margin:10px auto;
	font-weight:bold;
	line-height:2.5;
}
.complain_header .complain_location a:hover{
	color:#079c0e;
}
.complain_header .complain_location span{
	color:#666;
}
.complain_header .toTop{
	position:fixed;
	right:10px;
	bottom:70px;
	width:55px;
	height:auto;
	background:#ddd;
	border-radius:5px;
	opacity:.75;
	z-index:999;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_header .toTop:hover{
	opacity:1;
}
.complain_header .toTop img{
	width:100%;
}
.complain_header .top_bear img{
	width:100%;
}
#app .complain_header .menushow{
	/* display:block; */
	height:100%;
	padding:40px 20px;
	opacity:1;
	z-index:1000;
	transition:all .3s ease;
}
.complain_header .menu_bg{
	/* display:none; */
    position:fixed;
    top:0;
    left:0;
    background: #59b38d url("../images/complain/navbarbg2.jpg") no-repeat scroll center center / cover;
    margin:0;
    padding:0;
    width:100%;
    height:0;
	opacity:0;
    overflow:hidden;
    transition:all .3s ease;
}
.complain_header .menu_bg h1{
	font-size:18px;
    color:#fff;
    text-align:center;
	letter-spacing:5px;
	margin-top:40px;
}
.complain_header .menu_bg p{
	color:#eee;
	text-align:center;
	border-bottom:#ccc solid 1px;
    padding-bottom:5px;
}
.complain_header .menu_nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto;
}
.complain_header .menu_nav li{
	flex:0 0 30%;
    font-size:16px;
    color:#fff;
	background:#079c0e;
    text-align:center;
    line-height:2;
    border-radius:5px;
	margin:5px 0;
}
.complain_header .menu{
	display:none;
	position:absolute;
	top:calc(50% - 15px);
	right:10px;
}
.complain_header .menu li{
	width:35px;
	height:4px;
	background:#666;
	border-radius:2px;
	margin:5px 0;
}
.complain_header .stand_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-top:10px;
}
.complain_header .stand_list li{
	flex:0 0 22%;
	color:#fff;
	background:#079c0e;
	text-align:center;
	margin:5px 0;
	position:relative;
}
.complain_header .menuclos{
	width:100px;
    position:fixed;
    left:50%;
    bottom:25px;
    margin:0 0 0 -50px;
}
.complain_header .menuclos::before{
	content:"";
    position:absolute;
    left:50%;
    background:rgba(255,255,255,0.3);
    margin:14px 0 0 -140px;
    width:280px;
    height:1px;
}
.complain_header .menuclos p{
	position:relative;
    background:#fff;
    margin:0 0 30px;
    padding:6px 10px;
    color:#666;
    text-align:center;
    font-size:1em;
    border-radius:15px;
    line-height:100%;
	border:none;
    cursor:pointer;
}
.complain_header .hot::before{
	content:'';
    width:18px;
    height:10px;
    background:url(/Public/home/images/hot.png);
    background-size:cover;
    position:absolute;
    right:0;
}
.complain_header .wyts{
	display:none;
}

/*首页内容*/
.complain_box{
	max-width:1200px;
	margin:20px auto;
	min-height:500px;
	display:flex;
	justify-content:space-between;
}

/*共享左边*/
.complain_box .box_l{
	width:70%;
}
.complain_box .nav{
	display:flex;
	border-bottom:#666 solid 1px;
}
.complain_box .nav li{
	flex:0 0 15%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:2;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_box .nav .current{
	color:#079c0e;
	border-bottom:#079c0e solid 2px;
}
.complain_box .noData{
	font-size:20px;
    color:#666;
    text-align:center;
    line-height:2.5;
}
.complain_box .list li{
	padding:20px;
	margin:10px 0;
	background:#fcfcfc;
	cursor:pointer;
	position:relative;
	transition:all .3s ease;
}
.complain_box .list li:hover{
	background:#eee;
}
.complain_box .list li .details{
	font-weight:bold;
	position:absolute;
	right:20px;
	bottom:10px;
}

.complain_box .top{
	position:relative;
}
.complain_box .top p{
	color:#888;
}
.complain_box .top .icon{
	width:100px;
	color:#fff;
	text-align:center;
	line-height:2;
	border-radius:2px;
	position:absolute;
	top:0;
	right:0;
}
.complain_box .top .icon p{
	color:#fff;
	background:#888;
}
.complain_box .gray{
	background:#666;
}
.complain_box .orange{
	background:#ff9900;
}
.complain_box .green{
	background:#00a14b;
}
.complain_box .red{
	background:#d30000;
}
.complain_box .cate{
	margin-top:20px;
}
.complain_box .cate h1{
	font-size:20px;
	color:#079c0e;
	line-height:2;
}
.complain_box .con p{
	color:#666;
	line-height:1.6;
	padding:10px 0;
	overflow:hidden;
}
.complain_box .list .obj span{
	line-height:1.5;
	margin-right:20px;
}
.complain_box .list .obj span strong{
	font-weight:normal;
	color:#079c0e;
	padding-left:5px;
}
.complain_box .loading{
	font-size:20px;
	color:#666;
	text-align:center;
	line-height:3;
}
.complain_box .more{
    width:20%;
    margin:20px auto 0 auto;
	background:#ccc;
    text-align:center;
    line-height:2;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_box .more:hover{
	color:#fff;
	background:#079c0e;
}
.complain_box .stopmore{
	position:fixed;
	right:10px;
	bottom:120px;
	font-size:18px;
    text-align:center;
    width:55px;
    height:auto;
    background:#ddd;
	padding:2px 4px;
    border-radius:5px;
	cursor:pointer;
}

/*共享右边*/
.complain_box .box_r{
	flex:1;
	padding-left:50px;
}
.complainr_btn a{
	display:block;
	border-radius:5px;
	font-size:20px;
	text-align:center;
	line-height:2.5;
	margin-top:10px;
	padding-left:25px;
	position:relative;
	transition:all .3s ease;
}
.complainr_btn a:first-child{
	margin-top:0;
}
.complainr_btn a::before{
	content:'';
	width:28px;
	height:28px;
	background-size:cover;
	position:absolute;
	top:calc(50% - 14px);
	left:calc(50% - 60px);
}
.complainr_btn a:nth-child(odd){
	color:#fff;
	background:#079c0e;
}
.complainr_btn a:nth-child(odd):hover{
	background:#079c0e;
}
.complainr_btn a:first-child::before{
	background:url('../images/complain/ts.png');
}
.complainr_btn a:nth-child(2)::before{
	background:url('../images/complain/rz.png');
}
.complainr_btn a:nth-child(3)::before{
	background:url('../images/complain/xszy.png');
}
.complainr_btn a:nth-child(4)::before{
	background:url('../images/complain/qyzn.png');
}
.complainr_btn a:nth-child(even){
	border:#079c0e solid 1px;
}
.complainr_btn a:nth-child(even):hover{
	background:#8cd106;
}
.complain_box .right_box{
	padding:20px 0;
	border-bottom:#d6d6d6 dashed 1px;
}
.complain_box .swiper-container {
	width: 300px;
}
.complain_box .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.complain_box .swiper-slide a {
	flex: 0 0 30%;
	height: 40px;
	padding: 5px 0;
}
.complain_box .swiper-slide img {
	width: 100%;
	height: 100%;
	background: #fff;
}
.complain_box .column{
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
}
.complain_box .column h1{
	font-size:16px;
	color:#111;
	line-height:2;
	padding-left:30px;
	position:relative;
}
.complain_box .column #rmpt::before{
	background:url("../images/complain/pt.png") center no-repeat;
	background-size:cover;
}
.complain_box .column #dfz::before{
	background:url("../images/complain/dfz.png") center no-repeat;
	background-size:cover;
}
.complain_box .column #zxdc::before{
	background:url("../images/complain/dc.png") center no-repeat;
	background-size:cover;
}
.complain_box .column h1::before{
	content:'';
    width:24px;
    height:24px;
    position:absolute;
    top:calc(50% - 12px);
    left:0;
}
.complain_box .column a{
	margin-top:5px;
}
.complain_box .column a:hover{
	color:#079c0e;
}
.complain_box .stand_box li{
	font-size:12px;
	color:#666;
}
.complain_box .stand_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}
.complain_box .law_list li{
	font-size:12px;
	color:#666;
	position:relative;
	padding-left:12px;
}
.complain_box .law_list li::before{
	content:"·";
	font-weight:bold;
	position:absolute;
	top:calc(50% - 10px);
	left:0;
}
.complain_box .stand_list li{
	flex:0 0 25%;
	line-height:2;
	cursor:pointer;
	position:relative;
	transition:all .3s ease;
}
.complain_box .stand_list li:hover{
	color:#079c0e;
}
.complain_box .stand_list li::after{
	content:'丨';
	color:#555;
	position:absolute;
	right:8px;
}
.complain_box .stand_list li:nth-child(4n+4)::after{
	display:none;
}
.complain_box .hot::before{
	content:'';
    width:20px;
    height:12px;
    background:url(/Public/home/images/hot.png);
    background-size:cover;
    position:absolute;
    right:20px;
}
.complain_box .complain_ewm{
	display:flex;
	justify-content:space-around;
	border-radius:5px;
	border:#ccc solid 1px;
	text-align:center;
	padding:10px 0 20px 0;
	margin-top:5px;
}
.complain_box .complain_ewm li{
	position:relative;
}
.complain_box .complain_ewm li:first-child::after{
	content:"";
	width:1px;
	height:100%;
	border-left:#d6d6d6 dashed 1px;
	position:absolute;
	top:0;
	right:-15px;
}
.complain_box .wemedia{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.complain_box .wemedia a{
	flex:0 0 48%;
}
.complain_box .wemedia a img{
	margin:5px auto;
}
.complain_box .column_nav, .complain_box .platform{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.complain_box .column_nav{
	margin-bottom:10px;
}
.complain_box .column_nav li{
	flex:1;
    text-align:center;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_box .column_nav .current{
	color:#fff;
	background:#079c0e;
}
.complain_box .platform a{
	flex:0 0 46%;
	/* height:70px; */
	font-size:16px;
	/* font-weight:bold;
	color:#fff; */
	text-align:left;
	/* background:url('../images/huobg.png') center no-repeat; */
	border-radius:2px;
	margin:5px 0;
	padding-left:40px;
	position:relative;
}
.complain_box .platform a:hover{
	color:#079c0e;
}
.complain_box .platform a::before{
	content:'';
	font-size:12px;
	color:#fff;
	background:#079c0e;
	text-align:center;
	line-height:20px;
	width:30px;
    height:20px;
	position:absolute;
	left:0;
	border-radius:1rem;
}
.complain_box .platform a:nth-child(1)::before{content:"1";}
.complain_box .platform a:nth-child(2)::before{content:"2";}
.complain_box .platform a:nth-child(3)::before{content:"3";}
.complain_box .platform a:nth-child(4)::before{content:"4";}
.complain_box .platform a:nth-child(5)::before{content:"5";}
.complain_box .platform a:nth-child(6)::before{content:"6";}
.complain_box .platform a:nth-child(7)::before{content:"7";}
.complain_box .platform a:nth-child(8)::before{content:"8";}
.complain_box .platform a:nth-child(9)::before{content:"9";}
.complain_box .platform a:nth-child(10)::before{content:"10";}
.complain_box .platform a:nth-child(11)::before{content:"11";}
.complain_box .platform a:nth-child(12)::before{content:"12";}
.complain_box .platform a:nth-child(13)::before{content:"13";}
.complain_box .platform a:nth-child(14)::before{content:"14";}
.complain_box .platform a:nth-child(15)::before{content:"15";}
.complain_box .platform a:nth-child(16)::before{content:"16";}
.complain_box .platform a:nth-child(17)::before{content:"17";}
.complain_box .platform a:nth-child(18)::before{content:"18";}
.complain_box .platform a:nth-child(19)::before{content:"19";}
.complain_box .platform a:nth-child(20)::before{content:"20";}

/*详情页*/
.complain_box .complain_view{
	border-top:#222 solid 2px;
	background:#fcfcfc;
    padding:20px;
}
.complain_box .complain_view h1{
	font-size:30px;
	color:#111;
	text-align:center;
	padding-bottom:20px;
}
.complain_box .complain_view p{
	font-size:12px;
	color:#888;
	text-align:center;
	line-height:2;
}
.complain_box .complain_view .con{
	font-size:20px;
	color:#555;
	line-height:2;
	margin-top:20px;
	overflow:hidden;
}
.complain_box .complain_view .view li{
	display:flex;
	line-height:2.5;
}
.complain_box .complain_view .view li span{
	font-size:24px;
}
.complain_box .complain_view .view li span:first-child{
	padding-right:20px;
}
.complain_box .gray1{
	color:#333;
}
.complain_box .orange1{
	color:#ff9900;
}
.complain_box .green1{
	color:#00a14b;
}
.complain_box .red1{
	color:#d30000;
}
.complain_box .complain_view .view, .complain_box .complain_view .time{
	border-top:solid 1px #ccc;
	margin-top:20px;
	padding-top:30px;
}
.complain_box .complain_view .view{
	padding-top:20px;
}
.complain_box .complain_view .time li{
	border-left:#ccc solid 1px;
	margin-left:20px;
	padding-bottom:100px;
	position:relative;
	/* display:none; */
}
.complain_box .complain_view .time .time_show{
	display:block;
}
.complain_box .complain_view .time li:last-child{
	border:none;
	padding-bottom:0;
	display:block;
}
.complain_box .complain_view .time li div:first-child{
	width:60px;
	height:60px;
	border-radius:50%;
	background:#fff;
	border:#ccc solid 5px;
	position:absolute;
    left:-30px;
}
.complain_box .complain_view .time li div:last-child{
	padding-left:50px;
}
.complain_box .complain_view .time li div:first-child::after{
	content:"▲";
	color:#ccc;
    position:absolute;
    top:-22px;
    left:18px;
}
.complain_box .complain_view .time li img{
	width:80%;
	margin:5px auto;
	border-radius:50%;
}
.complain_box .complain_view .time li h2{
	font-size:20px;
	color:#111;
	line-height:2.5;
}
.complain_box .complain_view .time li h2 span:first-child{
	font-size:20px;
	color:#079c0e;
}
.complain_box .complain_view .time li h2 span:last-child{
	color:#888;
	padding-left:20px;
}
.complain_box .complain_view .time li:last-child p{
	color:#888;
	line-height:2;
}
.complain_box .broad{
    border-top:solid 1px #ccc;
    padding-top:30px;
}
.complain_box .broad h1{
	font-size:24px;
	color:#079c0e;
	text-align:center;
}

/*搜索页*/
.complain_box .complain_company{
	background:#f8f8f8;
    border:1px solid #e6e6e6;
	position:relative;
	margin-bottom:20px;
	padding:0 20px;
}
.complain_box .complain_company h1{
	font-size:20px;
    font-weight:bold;
    color:#111;
    line-height:2.5;
    letter-spacing:4px;
}
.complain_box .complain_company span{
	width:100px;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:2;
	border-radius:2px;
	padding:0 5px;
	position:absolute;
	top:0;
	right:0;
}
.complain_box .complain_company ul{
	display:flex;
}
.complain_box .complain_company ul li{
	flex:0 0 25%;
	font-size:16px;
	text-align:center;
	line-height:2.5;
}
.complain_box .complain_company ul p{
	font-size:30px;
	font-weight:bold;
	color:#079c0e;
}
.complain_box .complain_company a{
	width:100%;
	margin:10px auto;
	text-align:center;
	line-height:2.5;
	background:#eee;
	display:block;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_box .complain_company a:hover{
	color:#fff;
	background:#079c0e;
}

/*投诉榜*/
.complain_box .tsb_nav{
	display:flex;
	margin-top:10px;
}
.complain_box .tsb_nav h1{
	font-size:20px;
	font-weight:bold;
	color:#079c0e;
	line-height:2;
}
.complain_box .tsb_nav ul{
	flex:0 0 90%;
	display:flex;
	flex-wrap: wrap;
}
.complain_box .tsb_nav:first-child ul li{
	font-weight:bold;
}
.complain_box .tsb_nav ul li{
	flex:0 0 16.5%;
	font-size:20px;
	text-align:center;
	line-height:2;
	border-radius:4px;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_box .tsb_nav ul li:hover{
	color:#fff;
	background:#079c0e;
}
.complain_box .tsb_nav .current{
	color:#fff;
	background:#079c0e;
}
.complain_box .tsb_time{
	display:flex;
	margin-top:10px;
	position:relative;
}
.complain_box .tsb_time h1{
	font-size:20px;
	font-weight:bold;
	color:#079c0e;
	line-height:35px;
}
.complain_box .tsb_time ul{
	width:120px;
    height:35px;
    overflow:hidden;
    position:absolute;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_box .tsb_time ._year{
	left:60px;
}
.complain_box .tsb_time ._time{
	left:182px;
}
.complain_box .tsb_time ._sex{
	left:304px;
}
.complain_box .tsb_time p{
	font-size:18px;
	color:#fff;
	background:#079c0e;
	text-align:center;
    line-height:2;
	border-radius:1rem;
	padding-right:10px;
	position:relative;
}
.complain_box .tsb_time p::after{
	content:"▼";
	color:#ccc;
	position:absolute;
	right:10px;
}
.complain_box .tsb_time li{
	color:#fff;
	background:#666;
	text-align:center;
    line-height:2;
	border-top:#ccc solid 1px;
	border-radius:1rem;
	cursor:pointer;
	transition:all .3s ease;
}
.complain_box .tsb_time ul:hover{
	height:auto;
}
.complain_box .tsb_time li:hover{
	color:#fff;
	background:#333;
}
.complain_box .tsb_list{
	display:flex;
	flex-wrap:wrap;
	border-top:#666 solid 1px;
	margin-top:15px;
}
.complain_box .tsb_list a{
	flex:0 0 25%;
	line-height:2;
	background:#fff;
	margin:5px 0;
    display:flex;
}
.complain_box .tsb_list span{
	font-size:14px;
    color:#fff;
    background:#079c0e;
    width:30px;
    text-align:center;
    margin-right:10px;
}
.complain_box .tsb_list p{
	font-size:16px;
	width:170px;
    white-space:nowrap;
    text-overflow:ellipsis;
	overflow:hidden;
}
.complain_box .tsb_note{
	background:#fff;
	margin-top:10px;
	padding:10px 0;
}
.complain_box .tsb_note p{
	color:#888;
	text-align:center;
}
.complain_box .tsb-nav-wait {
	width: 100%;
    height: 100%;
	position: absolute;
    z-index: 1001;
}
.complain_box .tsb-loading {
	width: 100%;
    font-size: 24px;
	text-align: center;
    line-height: 100px;
	letter-spacing: 4px;
}

/*律师团*/
.complain_box .complain_review{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.complain_box .complain_review a{
	flex:0 0 25%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:20px 0;
	border-bottom:#ccc solid 1px;
}
.complain_box .complain_review a:nth-last-child(-n+4){
	border-bottom:none;
}
.complain_box .complain_review img{
	width:100px;
	height:100px;
	margin: auto;
	border-radius:50%;
}
.complain_box .complain_review p{
	font-size:18px;
	text-align:center;
	line-height:2;
	transition:all .3s ease;
}
.complain_box .complain_review a:hover p{
	color:#079c0e;
}
.complain_box .dec p{
	font-size:12px;
	text-align:center;
}
.complain_box .dec p:not(:first-child){
	display:none;
}

/*报道*/
.complain_box .complain_reports a{
	display:flex;
	justify-content:space-between;
	line-height:2;
	border-bottom:#ccc solid 1px;
	margin-top:5px;
	padding:10px 0 5px 0;
}
.complain_box .complain_reports a span:first-child{
	width:75%;
	font-size:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.complain_box .complain_reports a span:last-child{
	flex:0 0 20%;
	color:#888;
}
.complain_box .complain_reports a:hover{
	border-bottom:#079c0e solid 1px;
	background:url()
}
#app .complain_box .tomore{
	width:100%;
	color:#079c0e;
	background:none;
    border:#079c0e solid 1px;
    text-align:center;
    line-height:3;
    display:block;
    margin-top:20px;
	padding:0;
	cursor:pointer;
	transition:all .3s ease;
}
#app .complain_box .tomore:hover{
	color:#fff;
	background:#079c0e;
}

/*专题*/
.complain_box .complain_project{
	display:flex;
	flex-wrap:wrap;
}
.complain_box .complain_project a{
	flex:0 0 33.33%;
	padding:10px;
	opacity:.85;
}
.complain_box .complain_project a img{
	width:100%;
}
.complain_box .complain_project a:hover{
	opacity:1;
}

/*新手指引*/
.complain_box .guide_box{
	max-width:1200px;
	margin: auto;
	padding-bottom:50px;
}
.complain_box .guide_title{
	border-bottom:#555 solid 1px;
}
.complain_box .guide_title h1{
	font-size:30px;
	color:#111;
	line-height:4;
}
.complain_box .guide_text h2{
	font-size:20px;
	font-weight:bold;
	line-height:3;
	margin-top:20px;
}
.complain_box .guide_text p{
	font-size:16px;
	color:#555;
	line-height:2;
	margin-top:20px;
}
.stand_baogao {
	padding: 20px 0; 
}
.stand_baogao ul{
	display: flex;
	flex-direction: column;
}
.stand_baogao ul li {
	padding: 5px 0;
	font-size: 16px;
}
.complain_box .guide_text span{
	color:#111;
}
.complain_box .guide_text a{
	display:block;
	text-align:center;
	line-height:2;
}
.complain_box .guide_text img{
	margin:20px auto;
}

/*底部*/
.complain_footer .footer_bg{
	width:100%;
    background:#222;
	padding:40px 0 20px 0;
	opacity:0;
}
.complain_footer .footer_box{
	max-width:1200px;
	margin: auto;
}
.complain_footer .footer_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	border-bottom:#333 solid 1px;
}
.complain_footer .footer_list a{
	font-size:16px;
	text-align:center;
	line-height:3;
	color:#ccc;
	border-top:#222 solid 4px;
	padding-bottom:10px;
}
.complain_footer .footer_list a:hover{
	color:#f90;
	border-top:#f90 solid 4px;
}
.complain_footer .footer_bottom{
	width:100%;
    margin: auto;
}
.complain_footer .footer_bottom li{
	float:left;
    margin:0 5px;
}
.complain_footer .footer_bottom li a{
	font-size:12px;
	color:#888;
	line-height:3;
}

@media(max-width:1200px){
	.complain_header{
		width:100%;
		background:#fff;
		box-shadow:0 0 2px #ccc;
		position:fixed;
		top:0;
		z-index:1000;
		padding-top: 0;
	}
	.complain_header .complain_top{
		display:inherit;
	}
	.complain_header .complain_logo{
		padding:5px 0 0 10px;
	}
	.complain_header .complain_logo img{
		height:60px;
	}
	.complain_header .menu{
		display:block;
	}
	.complain_header .complain_search{
		width:85%;
		margin:10px auto;
	}
	.complain_header .complain_related, .complain_header .top_bear, .complain_header .complain_location, .complain_box .list li .details, .complain_box .box_r, .complain_box .broad{
		display:none;
	}
	.complain_box .list li{
		background:#eee;
	}
	.complain_header .toTop, .complain_box .stopmore{
		font-size:12px;
		width:35px;
		right:5px;
		background:#fff;
		border:#ccc solid 1px;
	}
	.complain_header .toTop{
		bottom:80px;
	}
	.complain_box .stopmore{
		bottom:120px;
		padding:0;
	}
	.complain_header .complain_navbg{
		background:none;
	}
	.complain_header .complain_ns{
		display:inherit;
	}
	.complain_header .complain_nav{
		width:100%;
		background:#fff;
		position:fixed;
		bottom:0;
		border-top:#ccc solid 1px;
	}
	.complain_header .complain_nav li{
		flex:1;
		font-size:14px;
		color:#555;
		line-height:2;
		position:relative;
		padding:30px 0 15px 0;
	}
	.complain_header .complain_nav li::before{
		content:'';
        width:28px;
        height:28px;
        position:absolute;
        top:5px;
        left:calc(50% - 14px);
		filter:grayscale(100%);
	}
	.complain_header .complain_nav li:first-child::before{
		background:url(../images/complain/home.png);
		background-size:cover;
	}
	.complain_header .complain_nav li:nth-child(2)::before{
		background:url(../images/complain/tsb.png);
		background-size:cover;
	}
	.complain_header .complain_nav li:nth-child(3)::before{
		background:url(../images/complain/pjb.png);
		background-size:cover;
	}
	.complain_header .complain_nav li:nth-child(4)::before{
		background:url(../images/complain/lst.png);
		background-size:cover;
	}
	.complain_header .complain_nav li:nth-child(5)::before{
		background:url(../images/complain/bd.png);
		background-size:cover;
	}
	.complain_header .complain_nav li:nth-child(6)::before{
		background:url(../images/complain/zt.png);
		background-size:cover;
	}
	.complain_box{
		margin:118px auto 20px auto;
	}
	.complain_box .box_l{
		width:100%;
	}
	.complain_box .complain_company{
		top:50px;
		height:256px;
	}
	.complain_box .complain_company span{
		font-size:14px;
	}
	.complain_box .nav{
		position:fixed;
		width:100%;
		top:118px;
		z-index:999;
		background:#fff;
	}
	.complain_box .nav li{
		flex:1;
		font-size:14px;
		font-weight:normal;
		line-height:2.5;
	}
	.complain_box .nav .current{
		color:#fff;
		background:#079c0e;
	}
	.complain_box .list{
		margin-top:30px;
	}
	.complain_box .cate{
		margin-top:10px;
	}
	.complain_box .cate h1{
		font-size:16px;
	}
	.complain_box .list .obj span{
		display:block;
		line-height:2;
	}
	.complain_box .complain_view{
		border:none;
	}
	.complain_box .complain_view .view li span{
		font-size:16px;
	}
	.complain_box .complain_view h1{
		font-size:20px;
		text-align:left;
	}
	.complain_box .complain_view .con{
		font-size:14px;
	}
	.complain_box .complain_view .time li{
		padding-bottom:50px;
	}
	.complain_box .complain_view .time li div:first-child{
		width:50px;
		height:50px;
		left:-25px;
	}
	.complain_box .complain_view .time li div:first-child::after{
		top:-20px;
		left:13px;
	}
	.complain_box .complain_view .time li h2{
		font-size:16px;
		line-height:normal;
	}
	.complain_box .complain_view .time li h2 span{
		display:block;
		padding:5px 0;
	}
	.complain_box .complain_view .time li h2 span:last-child{
		padding-left:0;
	}
	.complain_box .complain_review a{
		flex:0 0 50%;
	}
	.complain_box .complain_reports a{
		display:block;
	}
	.complain_box .complain_reports a span:first-child{
		width:94%;
		margin: auto;
		display:block;
	}
	.complain_box .complain_reports a span:last-child{
		font-size:12px;
		padding-left:4%;
	}
	.complain_box .complain_project a{
		flex:0 0 50%;
	    opacity:1;
	}
	.complain_box .complain_company ul li{
		font-size:14px;
	}
	.complain_box .complain_company ul p{
		font-size:20px;
	}
	.complain_box .top .icon{
		width:60px;
		font-size:12px;
	}
	.complainr_btn{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.complainr_btn a{
		flex:0 0 40%;
		font-size:16px;
	}
	.complainr_btn a:first-child{
		margin-top:auto;
		border:#1f80c5 solid 1px;
	}
	.complain_box .guide_box{
		padding:0 20px 30px 20px;
	}
	.complain_box .guide_title h1{
		font-size:24px;
		text-align:center;
		line-height:2;
	}
	.complain_box .guide_text h2{
		font-size:16px;
		line-height:normal;
	}
	.complain_box .guide_text p{
		font-size:14px;
	}
	.complain_box .guide_text img{
		width:100%;
	}
	.complain_footer .footer_bg{
		padding:30px 10px 10px 10px;
	}
	.complain_footer .footer_bottom{
		width:100%;
	}
	.complain_footer .footer_list a{
		flex:0 0 25%;
		font-size:14px;
		line-height:3;
	}
	.complain_footer .footer_bottom li a{
		line-height:50px;
	}
	.complain_header .search_name .hot_box{
		display:none;
	}
	.complain_box .complain_reports, .complain_box .complain_project{
		margin-top:30px;
	}
	.complain_box .tsb_nav{
		display:inherit;
	}
	.complain_box .tsb_nav h1, .complain_box .tsb_time h1{
		font-size:16px;
		margin-left:10px;
		line-height:28px;
	}
	.complain_box .tsb_nav ul{
		flex:1;
		flex-wrap:wrap;
	}
	.complain_box .tsb_nav ul li{
		flex:0 0 25%;
		font-size:14px;
		background: #eee;
		border:#fff solid 1px;
	}
	.complain_box .tsb_time ul{
		height:28px;
	}
	.complain_box .tsb_time p{
		font-size:14px;
	}
	.complain_box .tsb_time li{
		font-size:12px;
	}
	.complain_box .tsb_list{
		min-height:480px;
		align-content:flex-start;
		justify-content:space-between;
		padding:20px;
	}
	.complain_box .tsb_list a{
		flex:0 0 48%;
		height:28px;
	}
	.complain_box .tsb_list span{
		width:26px;
	}
	.complain_box .tsb_list p{
		font-size:14px;
		width:100px;
	}
	.complain_box .tsb_note{
		padding:10px 20px;
	}
	.complain_box .tsb_note p{
		font-size:12px;
	}
	.complain_header .wyts{
		width:40px;
        background:#079c0e;
		border-radius:5px;
		display:block;
		position:fixed;
		left:5px;
		bottom:80px;
	}
	.complain_header .wyts a{
		width:40px;
		color:#fff;
		text-align:center;
		display:block;
	}
}