﻿body{
	background-color: #eaeaea;
}
.wrapper{
	width: 1300px;
	margin: 0 auto;
}
/*老茶品鉴 开始*/
.ot-banner{
	height: 622px;
}
.ot-banner .swiper-pagination{
	bottom: 77px !important;
}
.ot-banner .swiper-slide{
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center;
	height: 622px;
}

.ot-banner .title{
	position: absolute;
	top: 122px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.ot-banner .title a{
	margin-top: 110px;
	display: inline-block;
	width: 224px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	color: #f9d855;
	font-size: 24px;
	border: 4px solid #f9d855;
    -moz-border-radius: 555px;
    -webkit-border-radius: 555px;
    border-radius:555px;
}
.ot-banner .title a:hover{
	background-color: #f9d855;
	color: #fff;
}
.ot-banner .title img{
	display: block;
}

.ot-banner .swiper-pagination-bullet{
	background-color: rgba(255,255,255,.7);
	width: 12px;
	height: 12px;
}
.ot-banner .swiper-pagination-bullet-active{
	position: relative;
	top: 1px;
	background-color: #e60012;
	width: 14px;
	height: 14px;
}

.ot-banner .swiper-container .swiper-button-prev{
	width: 67px;
	height: 67px;
	display: inline-block;
	left: 30px;
	background: url(../imgs/zys3.png) no-repeat center;
}
.ot-banner .swiper-container .swiper-button-next{
	width: 67px;
	height: 67px;
	display: inline-block;
	right: 30px;
	transform: rotate(180deg);
	background: url(../imgs/zys3.png) no-repeat center;
	
}
.ot-lists{
	position: relative;
	z-index: 2;
	margin-top: -48px;
}

.ot-lists .pages{
	padding-bottom: 52px;
}
.ot-lists .head{
	height: 95px;
	background-color: #fff;
}
.ot-lists .head ul{
	overflow: hidden;
}
.ot-lists .head li{
	float: left;
	width: 25%;
}
.ot-lists .head li a{
	display: block;
	line-height: 95px;
	color: #333;
	font-size: 18px;
	text-align: center;
}
.ot-lists .head li:hover a,
.ot-lists .head li.on a{
	color: #fff;
	background: url(../imgs/zys10.jpg) no-repeat center;
}
.ot-lists .body{
	margin-top: 100px;
}
.ot-lists .body ul{
	overflow: hidden;
	margin-right: -48px;
}
.ot-lists .body li{
	float: left;
	width: 401px;
	margin-right: 48px;
	margin-bottom: 43px;
	background-color: #fff;
}
.ot-lists .body .img{
	line-height: 0;
}
.ot-lists .body .img img{
	width: 401px;
	height: 215px;
}
.ot-lists .body .txt{
	padding: 23px 20px 27px;
}
.ot-lists .body .txt h2{
	font-size: 16px;
	color: #333;
	line-height: 17px;
}
.ot-lists .body .txt h4{
	margin-top: 13px;
	font-size: 14px;
	line-height: 17px;
	color: #f9d855;
}
.ot-lists .body .detail{
	overflow: hidden;
	padding: 0 20px;
	border-top: 1px solid #eee;
}
.ot-lists .body li:hover .detail{
	background-color: #f9d855;
	color: #333;
}
/*.ot-lists .body .detail a{
	display: block;
	padding: 0 20px;
	overflow: hidden;
	color: #adadad;
	transition: none;
	
}*/
/*.ot-lists .body li:hover .detail a{
	background-color: #f9d855;
	color: #333;
}*/
.ot-lists .body .detail label{
	float: left;

	font-size: 14px;
	line-height: 50px;
	height: 50px;
}
.ot-lists .body .detail span{
	float: right;

	display: inline-block;
	width: 28px;
	height: 50px;
	background: url(../imgs/zys6.png) no-repeat center;
}
.ot-lists .body li:hover .detail span{
	background: url(../imgs/zys55.png) no-repeat center;
}
.pages ul{
	text-align: center;
}
.pages li{
	display: inline;	
	color: #333;
	margin: 0 2px;
}
.pages li a{
	display: inline-block;
	height: 34px;
	padding: 0 13px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
}
.pages li:hover a,
.pages li.on a{
	background-color: #e60012;
	color: #fff;
}
/*老茶品鉴 结束*/

/*2新闻详情 开始*/
.newsdetial{
	
}
.current{
	padding-top: 10px;
	height: 52px;
}
.current ul{
	overflow: hidden;
}
.current li{
	float: left;
	font-size: 14px;
	line-height: 52px;
}
.current li a,
.current li span{
	color: #b6b6b6;
}
.current li span{
	margin: 0 2px;
}
.current li.last a{
	color: #6f6f6f;
}
.newsdetial .content {
	overflow: hidden;
	padding-bottom: 92px;
}
.newsdetial .content .det{
	float: left;
	width: 900px;
}
.newsdetial .content .det .head{
	background-color: #fff;
	padding-top: 34px;
	padding-bottom: 27px;
	border-top: 1px solid #e60011;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.newsdetial .content .det .head h2{
	font-size: 26px;
	color: #333;
}
.newsdetial .content .det .head h4{
	margin-top: 8px;
	font-size: 14px;
	color: #f9d855;
}
.newsdetial .content .det .body{
	background: url(../imgs/zys26.jpg) no-repeat center bottom #fff;
	padding: 42px 50px 32px;
}
.newsdetial .content .det .body .img1{
	line-height: 0;
	margin-bottom: 39px;
}
.newsdetial .content .det .body .img1 img{
	width: 800px;
	height: 430px;
}
.newsdetial .content .det .body .txt,
.newsdetial .content .det .body .txt2{
	padding: 0 13px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-bottom: 15px;
}
.newsdetial .content .det .body .txt li>h2,
.newsdetial .content .det .body .txt li>p,
.newsdetial .content .det .body .txt h4{
	font-size: 14px;
	line-height: 17px;
	color: #666;
	margin-bottom: 15px;
}
.newsdetial .content .det .body .txt li{
	margin-bottom: 44px;
}
.newsdetial .content .det .body .txt li .img{
	text-align: center;
	line-height: 0;
}
.newsdetial .content .det .body .txt li>p{
	margin-bottom: 43px;
}
.newsdetial .content .det .body .txt li .img img{
	width: 500px;
	height: 333px;
}
.newsdetial .content .det .body .txt2>h4,
.newsdetial .content .det .body .txt2 li p{
	font-size: 14px;
	line-height: 17px;
	color: #666;
}
.newsdetial .content .det .body .txt2 li {
	margin-bottom: 27px;
}
.newsdetial .content .det .body .txt2>h4 {
	margin-bottom: 16px;
}
.newsdetial .content .det .body .zan{
	padding-top: 27px;
	text-align: center;
}
.newsdetial .content .det .body .zan .circle{
	position: relative;
	display: inline-block;
	width: 95px;
	height: 95px;
	background-color: #eaeaea;
	-moz-border-radius:100%;
    -ms-border-radius:100%;
    -webkit-border-radius: 100%;
    border-radius:100%;
    text-align: center;
}
.newsdetial .content .det .body .zan .circle .icon{
	/*position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%);*/
	margin-top: 16px;
	display: inline-block;
	width: 34px;
	height: 36px;
	background: url(../imgs/zys14.png) no-repeat center;
	cursor: pointer;
}
.newsdetial .content .det .body .zan .circle h4{
	margin-top: 9px;
	font-size: 14px;
	color: #e60011;
}
.newsdetial .content .det .body .zan h2{
	margin-top: 7px;
	font-size: 14px;
	color: #c1c1c1;
}
.newsdetial .content .det .comments{
	margin-top: 34px;
	background-color: #fff;
}
.newsdetial .content .det .comments .c-head{
	height: 69px;
	border-top: 1px solid #e60011;
	background: url(../imgs/zys25.jpg) no-repeat center;
}
.newsdetial .content .det .comments .c-head label{
	display: inline-block;
	height: 69px;
	line-height: 69px;
	width: 97px;
	text-align: right;
	font-size: 14px;
	color: #e60011;
	background: url(../imgs/zys17.png) no-repeat 25px center;
}
.newsdetial .content .det .comments .c-body li{
	position: relative;
	/*min-height: 173px;*/
	padding: 0 28px 75px 144px;
	border-bottom: 1px dotted #d3d3d3;
}
.newsdetial .content .det .comments .c-body li .icon{
	position: absolute;
	left: 28px;
	top: 28px;
	text-align: center;
}
.newsdetial .content .det .comments .c-body li .icon img{
	width: 78px;
	height: 78px;
	-moz-border-radius:100%;
    -ms-border-radius:100%;
    -webkit-border-radius: 100%;
    border-radius:100%;
}
.newsdetial .content .det .comments .c-body li .icon h4{
	margin-top: 8px;
	color: #333;
	font-size: 14px;
}
.newsdetial .content .det .comments .c-body li .txt{
	padding-top: 38px;
}
.newsdetial .content .det .comments .c-body li .txt p{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.newsdetial .content .det .comments .c-body li .c-zan {
	position: absolute;
	right: 30px;
	bottom: 40px;

}
.newsdetial .content .det .comments .c-body li .c-zan:after{
	display: block;
	clear: both;
	content: "";
}
.newsdetial .content .det .comments .c-body li .c-zan h4{
	/*float: left;*/
	position: absolute;
	top: 0;
	right: 65px;
	font-size: 13px;
	color: #ccc;
	line-height: 22px;
	width: 122px;
}
.newsdetial .content .det .comments .c-body li .c-zan h2{
	float: left;
	margin-left: 43px;
	font-size: 14px;
	line-height: 22px;
	color: #999;
}
.newsdetial .content .det .comments .c-body li .c-zan h2 span{
	position: relative;
	top: 3px;
	margin-left: 8px;
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url(../imgs/zys22.png) no-repeat center;
	cursor: pointer;
}
.newsdetial .content .det .comments .c-body li .c-zan h2.on span{
	background: url(../imgs/zys23.png) no-repeat center;
}
.newsdetial .content .det .comments .pages{
	padding-top: 34px;
	padding-bottom: 40px;
}
.newsdetial .content .det .foot{
	margin-top: 32px;
	background-color: #fff;
}
.newsdetial .content .det .foot .f-head{
	overflow:hidden; 
	background: url(../imgs/zys25.jpg) no-repeat center;
}
.newsdetial .content .det .foot .f-head label{
	float: left;
	display: inline-block;
	width: 127px;
	height: 69px;
	line-height: 69px;
	font-size: 14px;
	color: #e60011;
	text-align: right;
	background: url(../imgs/zys24.png) no-repeat 27px center;
}
.newsdetial .content .det .foot .f-head .logins{
	float: right;
	margin-top: 12px;
	margin-right: 30px;
	display: inline-block;
	width: 108px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #e0b91c;
	-moz-border-radius:2px;
    -ms-border-radius:2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
    background-color: #f9d855;
}
/*.newsdetial .content .det .foot .f-head .logins span,*/
.newsdetial .content .det .foot .f-head .logins a{
	display: block;
	height: 43px;
	font-size: 14px;
	color: #333;
}
.newsdetial .content .det .foot .f-head .logins a:hover{
	background-color: #f7cb3f;
}
.newsdetial .content .det .foot .f-body{
	padding: 28px 26px 56px;
	line-height: 0;
}
.newsdetial .content .det .foot .f-body textarea{
	width: 100%;
	padding: 15px;
	min-height: 167px;
	border: 1px solid #f6e5ed;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	font-family:"微软雅黑";
}
.newsdetial .content .det .foot .f-body .sbmt{
	margin-top: 24px;
	width: 137px;
	height: 41px;
	border: none;
	font-size: 14px;
	color: #fff;
	background-color: #e60012;
	cursor: pointer;
}
.newsdetial .content .det .foot .f-body .sbmt:hover{
	background-color: #f4004f;
}
.newsdetial .content .others{
	float: right;
	width: 369px;
}
.newsdetial .content .others li{
	background-color: #fff;
	margin-bottom: 30px;
}
.newsdetial .content .others .img{
	line-height: 0;
}
.newsdetial .content .others .img img{
	width: 369px;
	height: 198px;
}
.newsdetial .content .others .txt{
	padding: 27px 30px 26px 20px;
}
.newsdetial .content .others .txt h2{
	font-size: 14px;
	color: #333;
	line-height: 17px;
}
.newsdetial .content .others .txt h4{
	margin-top: 9px;
	font-size: 14px;
	line-height: 17px;
	color: #f9d855;
}
.newsdetial .content .others .detail{
	border-top: 1px solid #eeeeee;
	overflow: hidden;
}
.newsdetial .content .others li:hover .detail{
	background-color: #f9d855;
}
/*.newsdetial .content .others .detail a{
	display: block;
	overflow: hidden;
}
.newsdetial .content .others li:hover .detail a{
	background-color: #f9d855;
}*/
.newsdetial .content .others .detail label{
	float: left;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #b2b2b2;
}
.newsdetial .content .others li:hover .detail label{
	color: #333333;
}
.newsdetial .content .others .detail span{
	float: right;
	margin-right: 18px;
	display: inline-block;
	width: 28px;
	height: 50px;
	background: url(../imgs/zys6.png) no-repeat center;
}
.newsdetial .content .others li:hover .detail span{
	background: url(../imgs/zys7.png) no-repeat center;
}
/*2新闻详情 结束*/

/*3用户注册 开始*/
.register {
	background: url(../imgs/zys27.jpg) no-repeat center;
	background-size: cover;
	padding: 82px 0 168px;
}
.reg-win{
	position: relative;
	margin: 0 auto;
	width: 1044px;
	background: url(../imgs/zys33.jpg) no-repeat center bottom #fff;
}
.reg-win .head{
	height: 83px;
	border-top: 1px solid #e60011;
	background: url(../imgs/zys34.jpg) no-repeat center;
}
.reg-win .head label{
	float: left;
	margin-left: 47px;
	font-size: 22px;
	line-height: 83px;
	color: #e60011;
}
.reg-win .head a{
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	display: inline-block;
	width: 198px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #333;
	font-size: 14px;
	background-color: #f9d855;
	border: 1px solid #e0b91c;
	-moz-border-radius:2px;
    -ms-border-radius:2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
}
.reg-win .head a:hover{
	background-color: #f7cc3d;
}
.reg-win .body{
	padding: 55px 85px 108px 50px;
	overflow: hidden;
}
.reg-win .body .img{
	float: left;
	line-height: 0;
	position: relative;
}
.reg-win .body .img img{
	width: 450px;
	height: 327px;
}
.reg-win .body .img .txt{
	position: absolute;
	top: 107px;
	left: 28px;
	color: #fff;
	letter-spacing: 4px;
}
.reg-win .body .img .txt h2{
	font-size: 40px;
}
.reg-win .body .img .txt h4{
	margin-top: 48px;
	font-size: 24px;
}
.reg-win .body .form{
	float: right;
	padding-top: 16px;
}
.reg-win .body .form li{
	margin-bottom: 11px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.reg-win .body .form li label{
	float: left;
	width: 50px;
	height: 48px;
}
.reg-win .body .form .phone{
	background: url(../imgs/zys29.png) no-repeat center #f9d855;
}
.reg-win .body .form .pass{
	background: url(../imgs/zys30.png) no-repeat center #f9d855;
}
.reg-win .body .form li input{
	float: left;
	height: 48px;
	border: none;
	width: 317px;
	text-indent: 13px;
	font-size: 14px;
	color: #333;
}
.reg-win .body .form .prot{
	font-size: 14px;
	color: #333;
}
.reg-win .body .form .prot input[type=checkbox]{
	position: relative;
	top: 2px;
	margin-right: 8px;
}
.reg-win .body .form .prot a{
	color: #0099ff;
}
.reg-win .body .form .btn {
	margin-top: 35px;
}
.reg-win .body .form .btn .sbmt{
	width: 370px;
	height: 54px;
	border: none;
	font-size: 20px;
	color: #fff;
	background-color: #f27f88;
	-moz-border-radius:555px;
    -ms-border-radius:555px;
    -webkit-border-radius: 555px;
    border-radius:555px;
    cursor: pointer;
}
.reg-win .body .form .btn .sbmt:hover{
	background-color: #ee656e;
}
.reg-win .body .form .last{
	margin-bottom: 25px;
}
.leafs img{
	position: absolute;

}
.leafs .img1{
	left: -20px;
	bottom: 24px;	
}
.leafs .img2{
	right: -35px;
	top: 122px;	
}
/*3用户注册 结束*/

/*4用户登录 开始*/
.reg-win .body .form .login-prot{
	padding-top: 14px;
}
.reg-win .body .form .login-btn {
	padding-top: 60px;
}

/*4用户登录 结束*/

/*5个人中心 开始*/
.per{
	padding: 62px 0 132px;
}
.per .wrapper{
	overflow: hidden;
}
.same-menu {
	float: left;
	width: 292px;
	background-color: #fff;
}
.same-menu dt{
	padding: 29px 0 35px 25px;
}
.same-menu dt h4{
	font-size: 23px;
	line-height: 1;
	color: #ddd;
}
.same-menu dt h2{
	margin-top: 14px;
	font-size:30px;
	line-height: 1;
	color: #333;
}
.same-menu dd{
	height: 63px;
}
.same-menu dd a{
	display: block;
	height: 63px;
	line-height: 63px;
	font-size: 16px;
}
.same-menu dd a span{
	margin-left: 28px;
	display: block;
	width: 239px;
	background: url(../imgs/zys36.png) no-repeat right center;
}
.same-menu dd:hover a,
.same-menu dd.on a{
	color: #fff;
	background-color: #e60011;
}
.same-menu dd:hover a span,
.same-menu dd.on a span{
	background: url(../imgs/zys37.png) no-repeat right center;
}
.p-cont{
	float: right;
	width: 980px;
	background-color: #fff;
}
.p-cont .head {
	position: relative;
	padding: 37px 0 31px 45px;
	overflow: hidden;
}
.p-cont .head:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 780px;
	background-color: #eee;
}
.p-cont .head .icon{
	float: left;
} 
.p-cont .head  .name{
	float: left;
	margin-top: 40px;
	margin-left: 18px;
}
.p-cont .head  .name h2{
	font-size: 26px;
	color: #0099ff;
	line-height: 1;
}
.p-cont .head  .name h2 a{
	position: relative;
	top: -5px;
	margin-left: 29px;
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.p-cont .head  .name h4{
	margin-top: 14px;
	font-size: 14px;
	color: #ccc;
}
.p-cont .body ul{
	padding-left: 67px;
	padding-top: 33px;
}
.p-cont .body li{
	height: 50px;
	margin-bottom: 20px;
}
.p-cont .body li.date-mob{
	display: none;
}
.p-cont .body li label{
	float: left;
	display: inline-block;
	width: 78px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	color: #999;
}
.p-cont .body li input[type=text],
.p-cont .body li input[type=password]{
	float: left;
	width: 358px;
	height: 48px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	text-indent: 17px;
}
.p-cont .body li select{
	float: left;
	margin-right: 10px;
	padding-left: 17px;
	width: 141px;
	height: 48px;
	font-size: 14px;
	color: #999;
	box-sizing: content-box;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #e8e8e8;
	background: url(../imgs/zys38.png) no-repeat 130px center;
}
.p-cont .body li select::-ms-expand{
	display: none;
}
.p-cont .body li .sbmt{
	width: 90px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #e60011;
	border: none;
	cursor: pointer;
}
.p-cont .body li .sbmt:hover{
	background-color: #f4004f;
}
.p-cont .body li.last{
	padding-top: 16px;
	padding-bottom: 42px;
	margin-bottom: 0;
	height: auto;
}
/*5个人中心 结束*/

/*6我发布的话题 开始*/
.topic{
	padding: 62px 0 133px;
}
.topic .wrapper{
	overflow: hidden;
}
.same-cont{
	float: right;
	width: 980px;
	background-color: #fff;
}
.same-cont .head{
	height: 79px;
	background: url(../imgs/zys34.jpg) no-repeat center;
}
.same-cont .head label{
	float: left;
	margin-left: 33px;
	font-size: 18px;
	line-height: 79px;
	color: #e60011;
}
.same-cont .head a{
	float: right;
	margin-top: 17px;
	margin-right: 18px;
	display: inline-block;
	width: 106px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color: #f9d855;
	border: 1px solid #e0b91c;
	-moz-border-radius:2px;
    -ms-border-radius:2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
}
.same-cont .head a:hover{
	background-color: #f7cc3d;
}
.t-cont .body{
	
}
.t-cont .body li{
	position: relative;
	padding: 35px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}
.t-cont .body .img{
	float: left;
	line-height: 0;
}
.t-cont .body .img img{
	width: 267px;
	height: 144px;
}
.t-cont .body .txt{
	float: left;
	width: 575px;
	padding-top: 10px;
	margin-left: 28px;
}
.t-cont .body .txt h2{
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.t-cont .body .txt h2 a{
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.t-cont .body .txt h4{
	margin-top: 12px;
	font-size: 14px;
	color: #999;
	line-height: 1;
}
.t-cont .body .txt p{
	margin-top: 30px;
	font-size: 12px;
	line-height: 18px;
	color: #818181;
}
.t-cont .body .del{
	position: absolute;
	right: 38px;
	top: 46px;
	color: #0099ff;
	font-size: 12px;
	line-height: 1;
}
.t-cont .pages{
	padding: 30px 0 20px;
}
/*6我发布的话题 结束*/

/*7我参与的话题 开始*/
.topic2{
	padding: 62px 0 133px;
}
.topic2 .wrapper{
	overflow: hidden;
}
.t2-cont .body li{
	position: relative;
	padding: 30px 30px 30px 35px;
	border-bottom: 1px solid #eee;
}
.t2-cont .body li .del{
	position: absolute;
	right: 38px;
	top: 36px;
	font-size: 12px;
	line-height: 18px;
	color: #0099ff;
}
.t2-cont .body li .del font{
	display: none;
}
.t2-cont .body li .cont{
	overflow: hidden;
}
.t2-cont .body li .cont .img {
	float: left;
	line-height: 0;
}
.t2-cont .body li .cont .img img{
	width: 174px;
	height: 94px;
}
.t2-cont .body li .cont .txt{
	float: left;
	padding-top: 9px;
	margin-left: 25px;
	width: 660px;
}
.t2-cont .body li .cont .txt h2{
	font-size: 16px;
	line-height: 1;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.t2-cont .body li .cont .txt h2 a{
	color: #333;
	
}
.t2-cont .body li .cont .txt h4{
	margin-top: 8px;
	font-size: 14px;
	color: #999;
}
.t2-cont .body li .myreply{
	position: relative;
	margin-top: 24px;
	padding: 16px 25px 17px;
	background-color: #f2f2f2;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}
.t2-cont .body li .myreply:after{
	content: "";
	position: absolute;
	top: -11px;
	left: 30px;
	width: 22px;
	height: 11px;
	background: url(../imgs/zys50.png) no-repeat center;
}
.t2-cont .body li .myreply h4,
.t2-cont .body li .myreply p{
	font-size: 12px;
	line-height: 18px;
	color: #676767;
}
.t2-cont .body li .myreply p{
	margin-top: 10px;
}
.t2-cont .pages{
	padding: 25px 0 30px;
}
/*7我参与的话题 结束*/

/*8发布话题 开始*/
.push-topic{
	padding-bottom: 67px;
}
.push-banner{
	height: 517px;
	background: url(../imgs/zys42.jpg) no-repeat center;
}
.push-banner h2{
	padding-top: 107px;
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	line-height: 47px;
	text-align: center;
}
.push-form {
	width: 980px;
	margin: -215px auto 0;
	background-color: #fff;
}
.push-form .head{
	padding: 42px 48px 35px 57px;
	/*height: 118px;*/
	background: url(../imgs/zys44.jpg) left top;
	border-top: 4px solid #f9d855;
}
.push-form .head li.last{
	margin-top: 13px;
}
.push-form .head li input,
.push-form .head li select{
	height: 59px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	/*text-indent: 18px;*/
	padding-left: 18px;
	border: 1px solid #cbcbcb;
}
.push-form .head li select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../imgs/zys46.jpg) no-repeat right center #fff;
}
.push-form .head li select::-ms-expand{
	display: none;
}
.push-form .body,
.push-form .foot{
	padding: 0 47px 0 57px;
	
}
.push-form .body h4,
.push-form .foot h4{
	padding-top: 31px;
	padding-bottom: 17px;
	font-size: 14px;
	color: #e60012;
}
.push-form .foot h4 a{
	display: none;
}
.push-form .body textarea{
	height: 378px;
	border: 1px solid #cbcbcb;
	width: 100%;
	box-sizing: border-box;
}
.push-form .foot{
	overflow: hidden;
	padding-bottom: 57px;
}
.push-form .foot .img{
	float: left;
	line-height: 0;
	margin-right: 34px;
}
.push-form .foot .img img{
	width: 401px;
	height: 215px;
}
.push-form .foot .upload{
	float: left;
	position: relative;
}
.push-form .foot .upload span{
	height: 41px;
	line-height: 41px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #333;
	background-color: #f9d855;
	border: 1px solid #e0b91c;
	-moz-border-radius:2px;
    -ms-border-radius:2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
    padding-left:10px;
}
.push-form .foot .upload .file{
	position: absolute;
	left: 0;
	width: 108px;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}
.push-form .btn{
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.push-form .btn .sbmt{
	width: 115px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #e60011;
	border: none;
	cursor: pointer;
}
.push-form .btn .sbmt:hover{
	background-color: #f4004f;
}
.push-form .btn .sbmt2{
	display: none;
}
/*8发布话题 结束*/

/*头部 开始*/
.header{
	height: 70px;
	background-color: #fff;
}
.header .logo{
	float: left;
	margin-left: 23px;
	padding-top: 13px;
}
#gh{
	display: none;
}
.header .logo .logo2{
	display: none;
}
.header .naver{
	float: left;
	margin-left: 284px;
}
.header .naver ul{
	overflow: hidden;
}
.header .naver li{
	float: left;
	position: relative;
	margin-right: 34px;
}
.header .naver li a{
	font-size: 14px;
	color: #333;
	line-height: 70px;
	height: 70px;
}
.header .naver li:hover a:after,
.header .naver li.on a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #e91a2a;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}
.header .naver li:hover a,
.header .naver li.on a{
	color: #e91a2a;
}
.header .online{
	float: right;
}
.header .online dl{
	overflow: hidden;
}
.header .online dd {
	float: left;
	padding: 0 28px;
}
.header .online dd a{
	display: inline-block;
	padding-left: 35px;
	font-size: 12px;
	line-height: 24px;
	height: 70px;
	line-height: 70px;
	color: #999;
}
.header .online dd.serv a{
	background: url(../imgs/zys52.png) no-repeat left center;
}
.header .online dd.shop a{
	background: url(../imgs/zys53.png) no-repeat left center;
}
.header .btn{
	float: right;
	margin: 13px 12px 0 22px;
}
.header .btn a{
	display: inline-block;
	width: 106px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #333;
	font-size: 14px;
	background-color: #f9d855;
	border: 1px solid #e0b91c;
	-moz-border-radius:2px;
    -ms-border-radius:2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
}
.header .btn a:hover{
	background-color: #f7cc3d;
}
/*头部 结束*/

/*footer 开始*/
.footer{
	height: 208px;
	background-color: #333333;
}
.footer .info{
	padding-bottom: 46px;
}
.footer .info:after{
	display: block;
	content: "";
	clear: both;
}
.footer .addrs{
	float: left;
	padding-top: 55px;
}
.footer .addrs li{
	float: left;
	width: 350px;
}
.footer .addrs li h4{
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.footer .wei{
	float: right;
	padding-top: 50px;
}
.footer .wei ul{

}
.footer .wei ul:after{
	display: block;
	clear: both;
	content: "";
}
.footer .wei li{
	float: left;
	margin-left: 20px;
	position: relative;
}
.footer .wei li .qrCode{
	display: none;
	position: absolute;
	top: -170px;
	left: 50%;
	width: 150px;
	height: 150px;
	transform: translateX(-50%);
}
.footer .wei li.qr:hover .qrCode{
	display: block;
}
.footer .copyright{
	border-top: 1px solid #4a4a4a;
	font-size: 12px;
	color: #999;
	height: 56px;
	line-height: 56px;
	text-align: center;
}
/*footer 结束*/

/*footer2 开始*/
.footer2{
	background-color: #333333;
	height: 57px;
}
.footer2 .wrapper{
	overflow: hidden;
}
.footer2 .addrs2{
	float: left;
}
.footer2 .addrs2 ul{
	overflow: hidden;
}
.footer2 .addrs2 li{
	float: left;
	margin-right: 15px;
	font-size: 12px;
	line-height: 57px;
	color: #999;
}
.footer2 .copyright{
	float: right;
	font-size: 12px;
	line-height: 57px;
	color: #999;
}
/*footer2 结束*/

.t-cont .push-new{
	display: none;
}
.top-title{
	display: none;
}
.p-cont .head .txt{
	display: none;
}
.p-cont .head .icon a > img{
	width: 128px;
	height: 128px;
	-moz-border-radius:100%;
    -ms-border-radius:100%;
    -webkit-border-radius: 100%;
    border-radius:100%;
}
.footer-mob{
	display: none;
}
.mob-totop{
	display: none;
}
.mob-checkmore{
	display: none;
}
.ot-banner2{
	display: none;
}
.mob-checkall{
	display: none;
}
.mob-dis{
	display: none;
}
.mask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0,0,0,.5);
}
.ke-edit-iframe{
	width: 100% !important;height: 388px !important;
}
.ke-statusbar{
	display: none;
}