@charset "utf-8";
/* CSS Document */

ul, li, p, label {
	list-style: none;
	padding: 0;
	margin: 0;
}
body {
	background: #f6f6f6;
	font-family: Tahoma, Geneva, '微软雅黑';
	color: #666
}
.h2 {
}
a {
	text-decoration: none;
	color: #000;
	transition: all .5s ease, transform .5s ease-in .5s;
	cursor: pointer;
}
a:hover, .green, a.green {
	text-decoration: none;
	color: #509f52;
}
em, i {
	font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

:-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
 font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
 font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
 font-size: 14px;
}
.greyblock {
	height: 15px;
	background: #f6f6f6
}
.bold {
	font-weight: bold !important
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.m20 {
	margin: 20px;
}
.p0 {
	padding: 0;
}
.pb20 {
	padding-bottom: 15px;
}
.p15 {
	padding: 15px
}
.p20 {
	padding: 20px
}
.pl20 {
	padding-left: 20px
}
.c-9 {
	color: #999;
}
.c-3 {
	color: #333;
}
.c-0 {
	color: #000;
}
.c-g {
	color: #509f52;
}
.c-red{
   color: red; 
}
.xs {
	display: none
}
.f18 {
	font-size: 18px;
}
.f12 {
	font-size: .8rem;
}
.m-0-auto {
	margin: 0 auto;
}
.lh-2 {
	line-height: 2;
}
.container {
	padding: 0;
}
.min-w-100 {
	width: 100%
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.align-items-center {
	align-items: center;
}
.border {
	border-color: #eee!important;
}
.icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
.p-5-20 {
	padding: 5px 20px!important;
}
.p-0-10 {
	padding: 0 10px
}
.icon-upload {
	background-image: url(../img/uploasd.png);
}
.layui-layer-dialog .layui-layer-content {
	padding-top: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #adadad;
	padding-bottom: 30px;
	text-align: center;
}
.layui-layer-btn {
	text-align: center;
	padding: 0 36px 45px;
}
.layui-layer-btn a {
	height: 50px;
	width: 120px;
	line-height: 50px;
	margin: 6px 6px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}
.layui-layer-btn .layui-layer-btn0 {
	border-color: #509f52;
	background-color: #509f52;
	color: #fff;
}
.layui-layer-btn .layui-layer-btn0:hover {
	color: #fff;
}
.text-truncate-2, .text-truncate-3, .text-truncate-4 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-truncate-3 {
	-webkit-line-clamp: 3;
}
.text-truncate-4 {
	-webkit-line-clamp: 4;
}
.flex {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
}
.flex-start {
	justify-content: flex-start;
}
a.pic {
	display: block;
	float: left;
	height: 0;
	width: 100%;
	background-size: 100%;
	transition-duration: 0.3s;
	opacity: 1;
	background-position: center center;
	background-repeat: no-repeat;
}
a.pic:hover {
	opacity: .7;/*background-size: 110%;*/
}
a.txt {
	width: 100%;
	float: left;
}
.shadow {
	box-shadow: 0 1px 3px rgba(0, 37, 55, .05) !important;
}
.sx-justify-content-start {
	justify-content: flex-start;
}
.carousel-item {
	cursor: pointer;
}
.share-group {
	text-align: right;
}
.share-group a {
	display: inline-block;
	line-height: 22px;
	height: 22px;
	padding-left: 22px;
	opacity: .5;
	cursor: pointer;
	margin-left: 10px;
}
.share-group a:hover {
	opacity: 1;
}
.share-group a.share {
	background: url(../img/share1.jpg) no-repeat center center;
	color: transparent;
	text-indent: -999px;
}
.share-group a.msg {
	background: url(../img/msg1.jpg) no-repeat left center;
	color: #adadad;
}
.carousel-pic {
	float: left;
	width: 100%;
	height: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.media-item {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
}
.media-txt-center {
	align-self: center;
	overflow: hidden;
}
.media-item .media-txt-center a {
	width: 100%;
	display: block;
}
.media-left img {
	transition-duration: 0.3s;
	width: 100%;
	height: auto;
}
.media-left img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	/*Safari 和 Chrome*/
	-moz-transform: scale(1.2);
	/*Firefox*/
	-ms-transform: scale(1.2);
	/*IE9*/
	-o-transform: scale(1.2);
	/*Opera*/
	opacity: .8;
}
.media-right {
	align-content: space-between;
	overflow: hidden;
}
.media-right .media-title {
	width: 100%;
	overflow: hidden;
}
.media-right .media-title a {
	display: block;
	width: 100%;
}
.media-right .media-smalltext {
	display: none;
 font-size: .95rem;
	color: #666;
}
.media-right .media-bottom {
	width: 100%;
 font-size: .8rem;
	color: #999;
	align-items: space-between;
}
/* header */

.topnav {
	height: 60px;
	border-bottom: solid 1px #ededed;
	box-sizing: border-box;
	padding: 14px 0;
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f6f6f6;
	z-index: 999999999
}
.topnav~nav, .topnav~.container {
	margin-top: 60px;
	margin-bottom: 20px;
}
.topnav~nav~.container, .topnav~.container~.container {
	margin-top: 0
}
nav {
	/*margin-bottom: 30px*/
}
.topnav .topnav-l li {
	float: left;
	line-height: 32px;
}
.topnav .topnav-l li a {
	display: block;
	padding-left: 32px;
	margin-right: 5px;
}
.topnav .topnav-l li:first-child a {
	background: url(../img/home.png) 9px center no-repeat;
	background-size: 14px;
}
.topnav .topnav-l li:last-child a {
	background: url(../img/app.png) 9px center no-repeat;
	background-size: 18px;
}
.topnav .topnav-r li {
	float: left;
	line-height: 32px;
}
.topnav .topnav-r li.sx {
	display: none
}
.topnav .topnav-r li a {
	display: block;
	padding: 0 15px;
}
.topnav .topnav-mid input[type=search] {
	border: solid 1px #bfbfbf;
	height: 32px;
	width: 180px;
	box-sizing: border-box;
	border-radius: 32px;
	outline: none;
	padding-left: 32px;
	padding-right: 10px;
	background: url(../img/fdj.png) no-repeat 12px center #f6f6f6;
	margin-right: 40px;
	font-size: 14px;
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 0;
	-ms-flex-align: center;
	align-items: center;
}
.navbar {
	border-bottom: solid 1px #ededed;
	padding: 30px 0
}
.navbar .nav-item {
	font-size: 16px;
}
.navbar .nav-item a.active {
	color: #509f52;
}
.collapse.navbar-collapse {
	width: 80%
}
.navbar-nav {
	width: 100%;
	justify-content: space-between
}
/*.navbar-expand-lg .navbar-nav .nav-link.charen, .navbar-expand-lg .navbar-nav .nav-link.pinpai {
	padding-left: 1.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link.charen {
	background: url(../img/tea_cup.png) no-repeat left center;
}
.navbar-expand-lg .navbar-nav .nav-link.pinpai {
	background: url(../img/tea.png) no-repeat left center;
}
.navbar-expand-lg .navbar-nav .nav-link.charen:hover, .navbar-expand-lg .navbar-nav .nav-link.charen.active {
	background: url(../img/tea_cup_hover.png) no-repeat left center;
}
.navbar-expand-lg .navbar-nav .nav-link.pinpai:hover, .navbar-expand-lg .navbar-nav .nav-link.pinpai.active {
	background: url(../img/tea_hover.png) no-repeat left center;
}
*/

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1);
}
.logo.sx {
	display: none
}
.navbar-collapse.collapse.show {
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #509f52;
}
.navbar-collapse {
	position: fixed;
	background: #fff;
	width: 30%;
	right: 0;
	top: 110px;
	text-align: center;
	z-index: 99999999;
	box-shadow: 0 1px 3px rgba(0, 37, 55, .05);
}
.navbar-collapse .nav-item {
	margin: 0 10px;
	border-bottom: solid 1px #eee
}
.navbar-collapse .nav-item:last-child {
	border-bottom: none;
}
/* footer */

footer {
	background: #060606;
	padding: 32px 0;
	margin-top: 20px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
}
.footer-l {
	line-height: 20px;
	float: left;
}
.footer-l a.rz {
	float: right;
	color: #fff;
	font-size: 18px;
	margin-right: 15px
}
.footer-r {
	float: right
}
.bottom-nav li {
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, .3);
	margin-bottom: 5px;
	position: relative;
}
.bottom-nav li:after {
	content: '|';
	margin: 0 10px;
}
.bottom-nav li a {
	color: rgba(255, 255, 255, .3);
}
.bottom-nav li:last-child:after {
	display: none;
}
.bottom-nav li a:hover {
	color: rgba(255, 255, 255, .8)
}
.copyright {
	color: rgba(255, 255, 255, .3);
	font-size: 12px;
	margin-bottom: 15px
}
.copyright a{
    color: rgba(255, 255, 255, .3);
}
.copyright a:hover{
    color: rgba(255, 255, 255, 1);
}
.s-phone,
.e-mail {
	padding-left: 30px;
	margin-bottom: 20px;
	color:#FFFFFF;
}
.s-phone {
	background: url(../img/phone.png) left center no-repeat
}
.e-mail {
	background: url(../img/mail.png) left center no-repeat;
	margin-bottom: 25px
}
.codeitem {
	margin-left: 40px;
	text-align: center
}
.codeitem p {
	margin-top: 20px
}
.breadcrumb~.navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
	margin: 15px 10px 15px
}
.breadcrumb {
	margin-left: 15px;
	margin-right: 15px
}
.breadcrumb~.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* index */

.index-m, .index-l, .index-r {
	margin-bottom: 15px;
	background: #fff;
}
.index-m {
	width: 100%;
	-webkit-order: 1;
	order: 1;
}
.index-r {
	width: 100%;
	-webkit-order: 2;
	order: 2;
}
.index-l {
	width: 100%;
	-webkit-order: 3;
	order: 3;
}
.index-slide .carousel-pic {
	padding-bottom: 62.99%
}
.carousel-indicators li {
	width: 5px;
	height: 5px;
	opacity: 1;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}
.carousel-indicators li.active {
	background-color: #509f52;
	width: 5px;
	height: 5px;
}
.carousel-indicators {
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	margin-right: 5%;
	margin-left: 0;
}
.carousel-item a {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding-left: 20px;
	display: none;
}
.news-tab {
	background: #fff;
}
#myTab li {
	width: 14.285%;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#myTab li a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333;
	font-size:14px;
	overflow: hidden
}
#myTab li a.active {
	color: #509f52;
}
#myTab li a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: transparent;
	left: 50%;
	bottom: -4px;
	border-radius: 4px;
	margin-left: -4px;
}
#myTab li a.active:after {
	background: #509f52
}
#myTabContent .tab-pane-inner {
	padding: 30px 20px;
}
#myTabContent .media-item {
	margin-bottom: 30px;
}
#myTabContent .media-item:last-child {
	margin-bottom: 0;
}
#myTabContent .media-item a.pic {
	width: 28.54%;
	padding-bottom: 20.54%
}
#myTabContent .media-item .media-right {
	width: 68%;
 font-size: .8rem;
	color: #999;
}
#myTabContent .media-title a {
	font-size: 1rem;
	color: #333;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.lm-box {
	padding: 20px 20px;
	background: #fff;
}
.lm-box.pt0 {
	padding-top: 0
}
.box-title {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #eee;
	padding-left: 33px;
	line-height: 60px;
	color: #000;
	background: #fff;
}
.box-title h2 {
	font-size: 20px;
	line-height: 60px;
}
.box-title.no-after {
	padding-left: 20px;
	font-size: 1.2rem
}
.box-title small {
 font-size: .8rem;
	color: #999;
	margin-left: 10px
}
.box-title:after {
	position: absolute;
	content: ' ';
	width: 3px;
	height: 20px;
	left: 20px;
	top: 20px;
	background: #509f52;
}
.box-title.no-after:after {
	display: none;
}
.box-title.nomal {
	margin: -15px;
	font-weight: normal;
	border: none;
}
.box-title a {
	float: right;
	font-size: 16px;
	padding-right: 20px;
	cursor: pointer;
}
.box-title a.huan {
	display: block;
	position: relative;
	color: #9c9c9c;
	font-weight: normal;
}
.box-title a.huan:before {
	position: relative;
	display: inline-block;
	content: '';
	left: -5px;
	top: 9px;
	width: 31px;
	height: 31px;
	background: url(../img/huan.jpg) no-repeat center center
}
.box-title a.huan.haha:before {
	-webkit-animation: xuanzhuan .5s linear infinite;
}
 @-webkit-keyframes xuanzhuan {
 0% {
 -webkit-transform: rotate(0deg);
}
 25% {
 -webkit-transform: rotate(90deg);
}
 50% {
 -webkit-transform: rotate(180deg);
}
 75% {
 -webkit-transform: rotate(270deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
.box-title a.huan:hover {
	color: #333;
}
/*****首页孔雀说*****/

.kqs .media-item {
	margin-bottom: 20px;
}
.kqs .media-item:last-child {
	margin-bottom: 0;
}
.kqs .media-title {
	margin-bottom: 10px;
}
.kqs .media-title a{
	text-overflow: ellipsis;
    white-space: nowrap;
}
.kqs .media-item a.pic {
	width: 49%;
	padding-bottom: 36.3%;
}
.kqs .media-smalltext {
	width: 45%;
 font-size: .8rem;
	color: #666;
}
.kqs .media-smalltext a {
	color: #509f52;
}
/*****首页图片推荐*****/

.tptj .media-item a.pic {
	padding-bottom: 51%;
	margin-bottom: 5px;
}
.tptj .media-item {
	margin-bottom: 15px;
}
.tptj .media-item:last-child {
	margin-bottom: 0;
}
/*****首页茶品fenlei*****/

.cpfl li a {
	display: block;
	border-bottom: solid 1px #eee;
	line-height: 2.5rem;
	background: url(../img/jiantouyou.png) no-repeat right center;
}
.tags-link a, .tags-link a:before {
	margin-right: 5px;
	line-height: 2em;
	position: relative;
}
.tags-link a:before {
	content: "|";
	color: #ccc;
}
.tags-link span {
	color: #ccc;
}
.tags-link a:first-child:before {
	display: none
}
/*****茗茶品牌*****/

.mcpp .media-item {
	width: 30%;
	text-align: center;
	margin-bottom: 15px;
}
.mcpp a.pic {
	padding-bottom: 100%;
	border-radius: 100%;
	border: solid 1px #eee;
	margin-bottom: 5px;
}
.mcpp .media-title {
	text-align: center;
	width: 100%;
}
.change .btn {
	font-size: 1rem;
	line-height: 1.8;
	border-radius: 2.5rem;
	width: 60%;
	margin: 0 auto;
}
.change .btn-success {
	color: #fff;
	background-color: #509f52;
	border-color: #509f52;
}
/*****首页茗茶品鉴*****/

.mcpj .media-item {
	width: 47%;
	margin-bottom: 20px;
}
.mcpj a.pic {
	padding-bottom: 70%;
	margin-bottom: 10px;
}
.mcpj .media-title a {
 font-size: .8rem;
}
.mcpp .change {
	margin: 15px auto;
}
/*****首页资讯排行*****/

.zxph .list-item {
	line-height: 2.5rem;
}
.zxph .list-item em {
	width: 10%;
}
.zxph .list-item em, .zxph .list-item i {
	font-weight: bold;
	font-family: arial;
}
.zxph .list-item:nth-child(-n+3) em, .zxph .list-item:nth-child(-n+3) i {
	color: #e45f50;
}
.zxph .list-item i {
	width: 20%;
	text-align: right
}
.zxph .list-item p {
	width: 70%;
 font-size: .875rem
}
/*****首页热闻榜*****/

.rwb .media-item {
	margin-bottom: 30px;
}
.rwb .media-item:last-child {
	margin-bottom: 0;
}
.rwb .media-item-left {
	width: 31%;
}
.rwb .media-item-left a.pic {
	width: 100%;
	padding-bottom: 70%;
}
.rwb .media-title {
	width: 60%;
	height: 3rem;
	align-self: center;
}
.rwb .media-title a {
	line-height: 1.5rem;
}
/* -------孔雀说------ */

#itemlist .media-item {
	margin-bottom: 30px;
}
#itemlist .media-item .picbox {
	width: 25%;
}
#itemlist .media-item .media-right {
	width: 72%;
}
#itemlist .media-item .media-tags-group, #itemlist .media-item .share-group {
 font-size: .8rem;
	color: #999;
}
#itemlist .media-item a.pic {
	padding-bottom: 74%;
}
.tu-wen .list-item, .biao-ti .media-item {
	display: none
}
#itemlist .list-item {
	margin-bottom: 30px;
}
.list-item a {
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item span {
	display: block;
	width: 30%;
	text-align: right;
 font-size: .8rem;
	color: #999;
}
/* -------茶馆品鉴------ */

.lianglan {
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lianlan-main {
	width: 100%;
	margin-bottom: 15px;
}
.lianlan-right {
	width: 100%;
}
.quick-link, .pjlist {
	background: #fff;
}
.tags-group {
	position: relative;
	padding-left: 23px;
	line-height: 40px;
	font-size: 14px;
}
.tags-group:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	left: 0;
	top: 15px;
	background: #509f52;
}
.tags-group span {
	margin: 0 8px;
	color: #ccc;
}
.tags-group a {
	word-break: keep-all
}
.tags-group a:after {
	content: "|";
	margin: 0 8px;
	color: #ccc;
	font-weight: normal
}
.tags-group a:last-child:after {
	display: none
}
.tags-group a.active {
	color: #509f52;
	font-weight: bold
}
.pjlist-item {
	margin: 0 -20px;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
}
.pjlist-item:hover {
	background: rgba(80, 160, 80, .05);
}
.pjlist-item .pic-box {
	width: 36.13%;
}
.pjlist-item .pic-box img {
	width: 100%;
	height: auto;
}
.pjlist-item .item-info {
	position: relative;
	width: 59.35%;
	overflow: hidden;
}
.pjlist-item .item-info a.text-truncate {
	color: #333;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.pjlist-item .item-info p {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
	display: none;
}
.pjlist-item .item-info .list-item-bottom {
	position: absolute;
	width: 100%;
	font-size: 12px;
	color: #999;
	left: 0;
	bottom: 0
}
.pjlist-item .item-info .list-item-bottom a {
	color: #999;
	margin-left: 5px;
}
.pjlist-item .item-info .list-item-bottom a:hover {
	color: #509f52;
}
.sharebox {
	display: none;
}
.addmore {
	border-top: solid 1px #eee;
	text-align: center;
	padding: 25px 0
}
.addmore.no-line {
	border-top: none
}
.addmore a {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
}
.addmore a span, .btn-readmore span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/jiantouxia.png) no-repeat center center;
	background-size: 20px;
	position: relative;
	top: 5px;
	left: 5px;
}
.kongQueShuo {
	margin-top: 30px;
}
.l {
	position: relative;
	transition: top .5s ease, transform .5s ease-in .5s;
	display: none;
}
.m {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}
.r {
	width: 100%;
	box-sizing: border-box;
}
.kongQueShuo #floatTab {
	border-bottom: none;
	display: block;
	position: relative;
	transition: top .5s ease, transform .5s ease-in .5s;
}
.kongQueShuo #floatTab li {
	display: block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.kongQueShuo #floatTab li a {
	display: block;
	position: relative;
	background: #fff;
}
.kongQueShuo #floatTab li a:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 20px;
	top: 20px;
	left: 10%;
}
.kongQueShuo #floatTab li a.active:after, .kongQueShuo #floatTab li a:hover:after {
	background: #509f52;
}
.kongQueShuo #floatTab li a.active {
	background: #eee;
	color: #509f52;
}
.kongQueShuo #floatTab li a:hover {
	background: rgba(80, 160, 80, .05);
	color: #509f52;
}
.kongQueShuo #myTab li {
	width: 20%;
}
.view-type {
	margin: -20px -20px 20px;
	padding: 13px 20px 12px;
	height: 60px;
	line-height: 35px;
	border-bottom: solid 1px #eee;
}
.view-type a {
	display: inline-block;
	padding: 0 25px;
	border-radius: 35px;
	background: #eee;
	margin-left: 15px;
	color: #333;
	cursor: pointer;
}
.view-type a.active, .view-type a:hover {
	background: #509f52;
	color: #fff;
}
.view-type a:active {
	background: #257527;
}
.tu-wen .media {
	margin: 0 -20px;
	padding: 15px 20px
}
.tu-wen .media:hover {
	background: rgba(80, 160, 80, .05);
}
.tu-wen .media-left {
	width: 130px;
	height: 97px;
	overflow: hidden;
	margin-right: 15px;
}
.kongQueShuo .media-body {
	width: 77%;
	overflow: hidden;
}
.tu-wen .media-body .media-heading {
	margin-bottom: 15px;
}
.tu-wen .media-body p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #999;
}
.tu-wen .media-body p a, .tu-wen .media-body p span {
	color: #999;
	margin-left: 5px;
}
.tu-wen .tab-pane, .biao-ti .tab-pane {
	margin-bottom: 25px;
}
.biao-ti .media, .tu-wen .btlist {
	display: none;
}
.biao-ti .btlist {
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #eee;
}
.biao-ti .btlist .btlist-title {
	width: 77%;
	overflow: hidden;
}
.biao-ti .btlist .btlist-time {
	font-size: 12px;
	color: #999;
}
/*----分页------*/

.page {
	text-align: center;
}
.page a, .page b {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	padding: 0 12px;
	border-radius: 32px;
	background: #eee;
	margin-right: 10px;
	font-size: 14px;
}
.page b {
	background: #509f52;
	color: #fff;
}
.page a:hover {
	background: #509f52;
	color: #fff;
}
/*---- 面包屑------*/

.breadcrumb {
	background-color: transparent;
	padding: 0.6rem 0;
	margin-bottom: 0;
	display: block;
    /*display: -webkit-box; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    color:#aaa;
    
}
.breadcrumb a
{
    color:#aaa;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
 padding-right: .5rem;
	color: #aaa;
	content: ">";
	font-family: '宋体';
}
.breadcrumb-item.active {
	color: #509f52;
}
/*---- 图库------*/

#banner {
/*margin-top: 40px;*/
}
#banner .carousel-pic {
	padding-bottom: 31.09%
}
#photoSlidA .carousel-pic, #photoSlidB .carousel-pic, #photoSlidC .carousel-pic, #photoSlidD .carousel-pic, #photoSlidE .carousel-pic, #photoDetail .carousel-pic {
	padding-bottom: 58.73%
}
#banner .carousel-control-next, #banner .carousel-control-prev {
	width: 10%;
}
.photo-box {
	background: #fff;
	width: 100%;
}
.photo-box .media-item {
	width: 48.3%;
	align-self: flex-end;
}
.photo-box.cyfz .media-item {
	width: 100%;
}
.photo-box .media-item:nth-child(-n+2) {
	align-self: flex-start;
}
.photo-box .media-item a.pic {
	padding-bottom: 55%;
	cursor: pointer;
}
.photo-box.blh .media-item a.pic, .photo-box.cyfz .media-item a.pic {
	padding-bottom: 60.69%;
}
.photo-box .media-title {
	height: 50px;
	line-height: 50px;
     font-size: .8rem;
    overflow: hidden
}
.photo-box .media-title p {
	width: 83%;
}
.photo-box .box-title {
	border-bottom: none;
}
.photo-slid {
	width: 100%;
	margin-bottom: 15px;
}
.photo-pics {
	width: 100%;
	margin-bottom: 15px;
}
.box-inner {
	margin: 0 16px;
}
.photo-slid .carousel-item a {
	background: #fff;
	color: #000;
}
.photo-slid .carousel-indicators li {
	background-color: #ebebeb;
}
.photo-slid .carousel-indicators li.active {
	background-color: #509f52
}
.container.photos {
	padding: 0 15px
}
.picitem {
	position: relative;
	width: 48%;
	background: #fff;
	margin-bottom: 15px;
}
.picitem.kong {
	background: transparent;
}
.picitem a.pic {
	padding-bottom: 70.79%;
}
.picitem a.txt {
	box-sizing: border-box;
	margin: 15px 0;
	padding: 0 10px
}
.picitem-bottom {
	display: block;
	border-top: solid 1px #eee;
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	color: #666;
}
.pics {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px;
	background: #fff;
	padding: 3px 5px 3px 10px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}
.pic-share {
	float: right
}
.pic-share a {
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: .5;
	margin-left: 5px;
}
.pic-share a.weixin {
	background: url(../img/weijin.jpg) no-repeat center center;
}
.pic-share a.weibo {
	background: url(../img/weibo.jpg) no-repeat center center;
}
.pic-share a.tunxun {
	background: url(../img/qq.jpg) no-repeat center center;
}
.pic-share a:hover {
	opacity: 1;
}
/*---茗茶百科--*/

.searchbox-baike {
	background: #fff;
	padding: 20px 16px;
	border-left: solid 4px #509f52;
}
.searchbox-baike label {
	margin-bottom: 0;
     width: 40%;
}
.searchbox-baike label p {
	color: #509f52;
	line-height: 24px;
}
.searchbox-baike label p:first-child {
	font-weight: bold;
	font-size: 18px;
}
.searchbox-baike .inputbox {
	width: 60%
}
.searchbox-baike .inputbox input {
	box-sizing: border-box;
	height: 48px;
	border: solid 1px #509f52;
	padding-left: 60px;
	outline: none;
	padding-right: 20px;
}
.searchbox-baike .inputbox input[type='search'] {
	width: 100%;
	border-radius: 50px;
	float: left;
	background: url(../img/zoom.png) 13px center no-repeat
}
.searchbox-baike .inputbox input[type='submit'] {
	display: none;
	width: 25%;
	border-top-right-radius: 48px;
	border-bottom-right-radius: 48px;
	background: #509f52;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.searchbox-baike .inputbox input[type='submit']:hover, .searchbox-baike .inputbox input[type='submit']:active {
	background: #1a7a1c;
}
.keyboards li {
	width: 49%;
	text-align: center;
	margin-bottom: 15px;
}
.keyboards li a {
	border: solid 1px #ececec;
	border-radius: 3px;
	display: block;
	color: #333;
	line-height: 2.5em;
}
.keyboards li a:hover {
	background: #509f52;
	color: #fff;
	border-color: #509f52;
}
#baike .carousel-pic {
	padding-bottom: 24%;
}
#baike .news .carousel-pic {
	padding-bottom: 39.4%;
}
.bklist .media-item {
	margin-bottom: 30px;
}
.bklist .media-item .media-pic {
	width: 36.55%;
}
.bklist .media-item a.pic {
	padding-bottom: 64.28%
}
.bklist .media-item .media-right {
	width: 60%;
}
.bklist .media-item .media-right .media-smalltext {
 font-size: .8rem;
	color: #666;
	line-height: 1.8;
	position: relative;
	top: -10px
}
.hotkeys a {
	display: block;
	width: 49%;
	text-align: center;
	border: solid 1px #eee;
	height: 2.8rem;
	line-height: 2.8;
	margin-bottom: 20px;
	border-radius: 5px;
}
.hotkeys a:hover {
	border-color: #509f52;
	background: #509f52;
	color: #fff;
}
.bktj.tptj a.pic {
	padding-bottom: 37.5%
}
/*--茶人馆--*/

.box-nav {
	box-sizing: border-box;
	border-bottom: solid 1px #eee;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	flex-wrap: nowrap !important;
	
}
.box-nav a {
	display: block;
	text-align: center;
	margin: -15px 0;
	padding: 15px 0;
	position: relative;
	white-space: nowrap;
}
.box-nav a.active {
	color: #509f52;
}
.box-nav a:hover:after, .box-nav a.active:after {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	content: '';
	background: #509f52;
	left: 50%;
	bottom: -4px;
	margin-left: -4px;
}
.fencai-list {
	padding: 20px 0 20px 20px;
}
.fencai-list.flex{
    justify-content: flex-start;
}
.fencai-list-item {
	margin-bottom: 10px;
    margin-right: 12px;
	width: 45%;
}
.fencai-list-item a {
	padding-bottom: 55%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fencai-list-item a img{
    width:100%;
    height: auto;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fencai-list-item p {
	margin: 10px 0;
	width: 100%;
	float: left;
}
.tj-list {
	margin: 20px 15px;
}
.tjlist-items {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.bktj a.pic {
	padding-bottom: 40.34%;
}
.tjlist-items a.txt {
	padding: 10px 0;
}
.rwb .media-item {
	margin-bottom: 25px;
	width: 100%;
}
.rwb .media-pic {
	width: 31.25%;
}
.rwb .media-pic a.pic {
	padding-bottom: 70%;
}
.rwb .media-txt-center {
	width: 65%;
}
.sanlan .list-items {
	width: 30%;
	margin-bottom: 15px;
}
.sanlan .list-items a.pic {
	padding-bottom: 100%;
	border-radius: 100%;
}
.sanlan .list-items a.txt {
	padding: 10px 0;
	text-align: center;
}
/*--茶人馆通用详情页--*/

.box-title-lag {
	margin: -15px;
	margin-bottom: 25px;
	padding: 15px;
	padding-left: 30px;
	border-bottom: solid 1px #eee;
	font-size: 24px;
	color: #509f52;
	font-weight: bold;
	position: relative;
}
.box-title-lag h1 {
	font-size: 24px;
	line-height:2rem;
}
.box-title-lag:after {
	position: absolute;
	width: 3px;
	height: 22px;
	left: 15px;
	top: 22px;
	content: '';
	background: #509f52;
}
.box-title-lag strong {
	width: 100%;
	flex-shrink: 0;
	display: inline-block;
}
.box-title-lag span {
	font-size: 1rem;
	font-weight: normal;
	color: #333;
	position: relative;
}
.box-title-lag span em {
	color: #509F52;
	margin-left: 10px;
}
.box-title-lag span:before {
	content: "|";
	margin: 0 15px;
	color: #ccc;
 font-size: .9rem;
}
.box-title-left span:nth-child(2):before {
	display: none
}
.box-title-lag span:first-child {
	margin-left: 25px;
}
.article-top-item a.pic {
	width: 100%;
	padding-bottom: 66.66%;
	margin-bottom: 15px;
}
.article-title, .article-smalltext, .article-rignt-bottom {
	width: 100%;
}
.article-title h1 {
	margin: 0;
	font-size: 20px;
	margin-bottom: 15px;
}
.article-title-btn {
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}
.article-title-btn a {
	display: inline-block;
	padding: 7px 25px;
	border-radius: 35px;
	background: #509f52;
	color: #fff;
	margin-right: 20px;
}
.article-title-btn a:hover {
	background: #1e7120;
}
.article-smalltext {
	color: #666;
	line-height: 1.82em;
	margin-bottom: 15px;
}
.article-tags-group {
	color: #999;
}
.width68 {
	width: 100%;
	margin-bottom: 15px;
}
.width30 {
	width: 100%;
	margin-bottom: 15px;
}
.newstext {
	margin: 20px 15px 35px;
	line-height: 2em;
	color: #666;
	white-space: pre-wrap;
 font-size: .95rem;
	text-align: justify
}
.news-morepic {
	margin-top: 25px;
	width: 100%;
	justify-content: flex-start;
	align-items: center
}
.news-morepic a.pic {
	/*width: 24.5%;margin-right: 15px;padding-bottom: 15.92%;*/
	width: 30%;
	padding-bottom: 18%;
	margin-right: 10px;
}
.xglist {
	margin: 0 -15px;
	padding: 25px 26px 0;
	border-top: solid 1px #eee;
}
.xglist .media-item {
	margin-bottom: 40px;
}
.xglist .media-item a.pic {
	width: 37.33%;
	padding-bottom: 23.99%
}
.xglist .media-item .media-right {
	width: 60%;
}
/****图片详情页****/

.newstitle {
	margin-bottom: 15px;
}
.newstitle h1 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: #333;
	display: block;
	/*display: -webkit-box;*/
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newstitle.news h1 {
	font-weight: normal;
	font-size: 1.6rem
}
.newstitle p {
	color: #aaa;
	margin-top:8px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newstitle-right {
	line-height: 1;
	align-items: center
}
.newstitle-right a {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.newstitle-right a {
	opacity: .3;
}
.newstitle-right a.fav, .actionbox a.fav {
	background-image: url(../img/icon-sc.png);
}
.newstitle-right a.zhan, .actionbox a.zhan {
	background-image: url(../img/icon-zhan.png);
}
.newstitle-right a.plnum, .actionbox a.plnum {
	background-image: url(../img/icon-pl.png);
	font-family: 'Constantia';
	font-weight: 400;
	font-size: 20px;
}
.newstitle-right a.plnum {
	padding-left: 40px;
}
.newstitle-right a.active {
	opacity: 100;
}
.newstitle-right a.fav.active {
	background-image: url(../img/icon-g-sc.png);
}
.newstitle-right a.zhan.active {
	background-image: url(../img/icon-g-zhan.png);
}
.newstitle-right a:hover {
	opacity: 1;
}
#photoDetail .carousel-control-prev-icon {
	background-image: url(../img/prev.png);
	width: 42px;
	height: 60px;
}
#photoDetail .carousel-control-next, .carousel-control-prev {
	justify-content: flex-start;
}
#photoDetail .carousel-control-next-icon {
	background-image: url(../img/next.png);
	width: 42px;
	height: 60px;
}
#photoDetail .carousel-control-next, .carousel-control-next {
	justify-content: flex-end;
}
.carousel-txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 70px;
	background: rgba(0, 0, 0, .5);
}
.carousel-txt .nums {
	width: 9%;
	height: 70px;
	font-size: 2rem;
	color: #fff;
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'Constantia';
}
.carousel-txt .nums .small {
	font-size: 60%;
}
.carousel-txt p {
	color: #fff;
}
.carousel-txt .text {
	width: 91%;
	padding: 15px;
 font-size: .9rem;
}
.news-detail-right {
	padding: 20px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-detail-right p {
 font-size: .8rem;
	line-height: 2;
	color: #666;
	text-align: justify;
}
.news-detail-right .share {
	align-self: flex-end !important;
	display: -ms-flexbox;
	display: flex;
}
.share a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.news-detail-right .share a {
	margin-right: 10px;
}
.share span {
	line-height: 50px;
	margin-right: 15px;
	display: inline-block;
}
.share a.wx {
	background: url(../img/icon-w-wx.png) center center no-repeat #dcdcdc;
}
.share a.wb {
	background: url(../img/icon-w-wb.png) center center no-repeat #dcdcdc;
}
.share a.qq {
	background: url(../img/icon-w-qq.png) center center no-repeat #dcdcdc;
}
.share a:hover {
	background-color: #999;
}
.rtph {
	padding: 20px;
	background: #fff;
}
.rtph .picitem a.txt {
	background: rgba(0, 0, 0, .05);
	margin: 0;
	padding: 15px 10px
}
/*******评论********/

.pl-list-title-left {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.pl-list-title-left small {
	font-size: 12px;
	margin-left: 10px;
	color: #CCCCCC;
}
.plnum {
	margin-right: 5px;
}
.plbox {
	margin-bottom: 15px;
}
.plbox-left, .pl-item-left {
 font-size: .9rem;
	margin-right: 15px;
	width: 76px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-content: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center
}
.plbox-left a.pic, .pl-item-left a.pic {
	margin-bottom: 10px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
}
.plbox-right {
	position: relative;
	width: 100%;
	height: 160px;
	border: solid 1px #eee;
}
.pl-textarea {
	border: none;
	outline: none;
	padding: 10px;
	width: 100%;
	height: 100%;
 font-size: .9rem;
	background: #f9f9f9
}
.pl-textarea:focus {
	border-color: #509f52
}
.plbox-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-top: solid 1px #eee;
	background: #f6f6f6;
	text-align: right;
	padding: 10px;
	background: #fff
}
.plbox-bottom button {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #509f52;
	outline: none;
	border: none;
	color: #fff;
	margin-right: 10px;
	transition: all .5s ease, transform .5s ease-in .5s;
	border-radius: 40px;
}
.plbox-bottom button:hover {
	background: #2e702f;
}
.pl-item {
     display: -webkit-flex;
     display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: solid 1px #eee;
	padding: 30px 0
}
.pl-item-right {
	width: 100%;
 font-size: .8rem;
}
.pl-item-right .pl-item-left {
	width: 45px;
}
.pl-item-right .pl-item-left a.pic {
	width: 30px;
	height: 30px;
}
.pl-item-right .username {
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}
.pl-item-right .username span small {
	margin-left: 10px;
	color: #999;
	font-weight: normal;
}
.pl-item .username .jubao {
	display: none;
	padding-left: 25px;
	background: url(../img/jbao.png) no-repeat left center;
}
.pl-item:hover .username .jubao {
	display: inline-block;
}
.pl-item-right .saytext {
	color: #666;
	margin-bottom: 10px;
	opacity: .7;
	text-align: justify;
}
.bottom-icon a {
	display: inline-block;
	padding-left: 21px;
	margin-right: 20px;
	opacity: .5;
}
.bottom-icon a:hover {
	opacity: 1;
	color: #333;
}
.bottom-icon a.dianzhan {
	background: url(../img/hao.png) no-repeat left center;
}
.bottom-icon a.huifu {
	background: url(../img/hui.png) no-repeat left center;
	padding-left: 25px;
}
.huifu-list {
	margin-bottom: 15px;
	background: #f9f9f9;
	padding: 0 15px
}
.huifu-list .pl-item {
	border-bottom: none;
	padding: 15px 0
}
.huifu-list .pl-item-left img {
	width: 28px;
	height: 28px;
}
.huifu-list .pl-item-right {
	width: 92%;
}
.bottom-icon a.dianzhan {
	margin-right: 5px;
}
.bottom-icon .zcnum {
	margin-right: 30px
}
.huifu-list .bottom-icon a.huifu {
	background: transparent;
	padding-left: 0;
}
.huifu-list .bottom-icon a.jubao {
	padding-left: 0
}
.layui-layer-ico {
	background: url(../img/close.png) no-repeat;
}
.layui-layer-setwin .layui-layer-close2 {
	right: 0;
	top: 0;
	background-position: center center;
	opacity: .5;
}
.layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
	opacity: 1;
}
/****member*****/

.loginbox h2 {
	font-size: 1.2rem;
	text-align: center;
	margin: 25px 0;
	color: #666;
	font-weight: bold;
}
.input-group {
	padding: 0 25px;
}
.input-item {
	margin-bottom: 20px;
	border: solid 1px #eee;
	width: 100%;
 font-size: .8rem;
	color: #999;
}
.j-c-f-s {
	justify-content: flex-start;
}
.input-item a {
	color: #999;
}
.input-item.noline {
	border: none
}
.input-item:nth-child(5) {
	margin-bottom: 30px;
}
.input-item label {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-right: solid 1px #eee;
	margin: 0;
}
.input-item label.l-username {
	background: url(../img/username.png) center center no-repeat;
}
.input-item label.l-password {
	background: url(../img/suo.png) center center no-repeat;
}
.input-item label.l-phone {
	background: url(../img/app22X22.png) center center no-repeat;
	opacity: .5;
}
.input-item label.l-email {
	background: url(../img/email.png) center center no-repeat;
}
.input-item input[type="text"], .input-item input[type="mobile"], .input-item input[type="password"] {
	background: #FFF;
	border: none;
	outline: none;
	width: 265px;
	padding: 0 15px;
}
.input-item input[type="button"] {
	border: none;
	outline: none;
	width: 100px;
	height: 30px;
	align-self: center;
	background: #509f52;
	color: #fff;
	transition: all .5s ease, transform .5s ease-in .5s;
}
.input-item input[type="text"]#smscode {
	width: 155px;
}
.input-item button {
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	background: #509f52;
	color: #fff;
	border-radius: 50px;
	transition: all .5s ease, transform .5s ease-in .5s;
	font-size: 1rem;
}
.input-item button:hover, .input-item input[type="button"]:hover {
	background: #2e702f;
}
.input-item input[type="button"]:disabled {
	opacity: .5;
}
.input-item input[type="button"]:disabled:hover {
	opacity: .5;
	background: #509f52;
}
.input-item a {
 font-size: .8rem;
}
.input-item em {
	display: block;
	width: 32%;
	height: 10px;
	border-bottom: solid 1px #eee;
}
.f14 {
 font-size: .8rem;
}
.login-box-icon {
	margin: 0 80px;
	width: 100%;
}
.login-box-icon a {
	width: 50px;
	height: 50px;
	display: inline-block;
 font-size: .8rem;
	text-align: center;
	padding-top: 28px;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: .5;
}
.login-box-icon a:hover {
	opacity: 1;
}
.login-box-icon a.weixin {
	background-image: url(../img/icon-wx.png);
}
.login-box-icon a.weibo {
	background-image: url(../img/icon-wb.png);
}
.login-box-icon a.qq {
	background-image: url(../img/icon-qq.png);
}
.log-reg-bg {
	width: 100%;
	text-align: center;
	padding: 50px 0;
	opacity: .5;
}
.log-reg-box {
	background: #fff;
	padding: 20px 0;
	width: 375px;
	box-sizing: border-box;
	margin: 0 auto;
}
.footer.bottom-nav {
 font-size: .8rem;
	padding: 30px 0
}
.footer.bottom-nav a {
	padding-left: 1rem;
	color: #999;
}
.footer.bottom-nav p {
 margin-top: .5rem;
	color: #999;
}
.footer.bottom-nav a:before {
	display: inline-block;
	padding-right: 1rem;
	color: #CCCCCC;
	content: "|";
}
.footer.bottom-nav a:first-child:before {
	display: none;
}
 .loginbox input::-webkit-input-placeholder {
 color: #ccc;
 font-size: .8rem;
}
 .loginbox input::-moz-placeholder {
 color: #ccc;
 font-size: .8rem;
}
 .loginbox input:-ms-input-placeholder {
 color: #ccc;
 font-size: .8rem;
}
 .loginbox input::-webkit-input-placeholder {
 color: #ccc;
 font-size: .8rem;
}
 .loginbox input::placeholder {
 color: #ccc;
 font-size: .8rem;
}
.toast-box {
	width: 0;
	height: 0;
	border-radius: 10px;
	background: #333;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 37, 55, .05);
	background-repeat: no-repeat;
	background-position: center 29px;
	padding: 87px 15px 0;
	position: fixed;
	margin-top: -75px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	z-index: 2147483648 !important
}
.toast-box.active {
	opacity: 1;
	width: 200px;
	height: 150px;
}
.toast-box.yes {
	background-image: url(../img/icon-yes.gif);
}
.toast-box.no {
	background-image: url(../img/icon-no.gif);
}
.toast-box.warn {
	background-image: url(../img/icon-tisi.gif);
}
.toast-box p {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
	color: #FFF;
}
/*****会员中心*****/

.cp-l, .cp-m, .cp-r {
	box-sizing: border-box;
	margin-bottom: 15px
}
.cp-l, .cp-m {
	background: #FFF;
}
.userpic {
	padding: 30px 0 25px
}
.userpic img {
	margin-bottom: 10px;
	border-radius: 100%;
}
.userpic p {
	color: #999
}
.cp-nav {
	margin-bottom: 15px;
}
.cp-nav.flex {
	justify-content: flex-start
}
.cp-nav a {
	display: inline-block;
	width: 25%;
	padding-top: 30px;
	padding-bottom: 10px;
	background-position: center top;
	background-repeat: no-repeat;
 font-size: .8rem;
	opacity: .5;
	text-align: center;
}
.cp-nav a:hover {
	opacity: 1;
	color: #333;
}
.cp-nav a.active {
	opacity: 1;
	color: #509f52;
	font-weight: bold;
}
.cp-nav a.myfav {
	background-image: url(../img/cp-icon-fav.png);
}
.cp-nav a.mypl {
	background-image: url(../img/cp-icon-msg.png);
}
.cp-nav a.mymsg {
	background-image: url(../img/cp-icon-lin.png);
}
.cp-nav a.sett {
	background-image: url(../img/cp-icon-sets.png);
}
.cp-nav a.anquan {
	background-image: url(../img/cp-icon-suo.png);
}
.cp-nav a.zhanhao {
	background-image: url(../img/cp-icon-cp.png);
}
.cp-nav a.mywz {
	background-image: url(../img/cp-icon-wz.png);
}
.fav-title {
	padding: 15px 0 10px;
	border-bottom: solid 1px #eee;
	font-size: 1.1rem;
	color: #999;
}
.mytype {
 font-size: .8rem;
	line-height: 28px;
	padding: 20px
}
.mytype a {
	display: inline-block;
	padding: 0 20px;
	margin-left: 10px;
	border: solid 1px #eee;
	border-radius: 28px;
}
.mytype a:hover, .mytype a.active {
	color: #fff;
	border-color: #509f52;
	background: #509f52;
	opacity: .6;
}
.mytype a.active, .mytypea:active {
	opacity: 1;
}
#favlist {
	padding: 20px
}
#favlist.list .media-item, #favlist.kapian .media-item {
	margin-bottom: 20px;
}
#favlist.list .media-item {
	width: 100%;
}
#favlist.list .media-item a.pic {
	width: 30%;
	padding-top: 22%
}
#favlist.list .media-item .media-right {
	width: 66%;
}
#favlist.list .media-item .media-right .media-tags-group {
 font-size: .8rem;
	color: #999;
}
#favlist.list .media-item .media-right a, #favlist.kapian .media-item .media-right a {
 font-size: .8rem;
}
#favlist.kapian .media-item {
	width: 48%;
}
#favlist.kapian .media-item a.pic {
	width: 100%;
	padding-top: 60.4%;
}
#favlist.kapian .media-item .media-right .media-title {
	width: 200%;
	margin: -15px;
	padding: 15px;
	border-bottom: solid 1px #eee;
	margin-bottom: 15px;
	display: block;
}
#favlist.kapian .media-item .media-right .media-title p {
	margin-bottom: 0;
}
#favlist.kapian .media-item .media-right {
	background: #f5f5f5;
	padding: 15px;
	;
	width: 100%;
}
#favlist.kapian .media-item .media-right .media-tags-group {
 font-size: .7rem;
	color: #999;
}
#favlist.kapian .media-item .media-right .biaoqian {
	display: none;
}
#favlist.kapian .media-item .media-right p {
	margin-bottom: 10px;
}
#favlist.kapian .media-item .media-right a {
 font-size: .7rem;
	color: #999;
}
#favlist.kapian .media-item .media-right a:hover {
	color: #333;
}
.pllist, .msglist {
	border-bottom: solid 1px #eee;
	padding: 20px;
}
.pllist .media-item {
	margin-bottom: 25px;
}
.pllist .media-item .media-right, .msglist .media-item .media-right {
	width: 100%;
}
.pllist .media-item .media-title {
	width: 100%;
	background: #f5f5f5;
	padding: 10px;
	border-left: solid 3px #509f52;
}
.pllist .media-item .media-smalltext {
	padding: 10px;
 font-size: .8rem;
	color: #666;
	width: 100%;
	text-align: justify;
}
.pllist .media-item .media-bottom {
	width: 100%;
 font-size: .7rem;
	padding: 0 10px;
}
.pllist .media-item .media-bottom span, .pllist .media-item .media-bottom a {
	color: #999;
}
.msglist .media-item {
	width: 100%;
	margin-bottom: 40px;
	flex-wrap: nowrap;
}
.msglist .media-item .media-item-left {
	width: 48px;
	flex-shrink: 0
}
.msglist .media-item .media-item-left a.pic {
	padding-bottom: 100%;
	border-radius: 100%;
}
.msglist .media-item .media-right {
	padding-left: 15px;
}
.msglist .media-item .media-title small {
	color: #999;
	margin-left: 10px;
}
.msglist .media-item .media-right p {
	text-align: justify;
 font-size: .8rem;
}
.plywtitle {
	background: #f5f5f5;
	padding: 10px;
	font-size: 1.3rem;
	width: 100%;
	overflow: hidden;
	border-left: solid 3px #509f52;
}
.edituserpic {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.edituserpic .media-item {
	width: 150px;
	margin-bottom: 10px;
}
.edituserpic .media-item a.pic {
	padding-top: 100%;
	border-radius: 100%;
}
.uploadpic {
	display: inline-block;
	height: 40px;
	padding-left: 50px;
	padding-right: 20px;
	background: url(../img/uploasd.png) 20px center no-repeat;
	line-height: 40px;
	border: solid 1px #ccc;
 font-size: .8rem;
	color: #666;
}
.uploadpic:hover {
	border-color: #509f52;
	color: #333;
}
.info {
 font-size: .8rem;
	margin-top: 15px;
	color: #999;
}
.userinfo.flex {
	justify-content: center;
	padding: 30px 0;
}
.userinfo .infoitem {
	width: 90%;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.userinfo .infoitem label {
	width: 80px;
	flex-shrink: 0;
	text-align: right;
	height: 50px;
	line-height: 50px;
}
.userinfo .infoitem .inputbox {
	flex-shrink: 1;
	margin-left: 25px;
}
.userinfo .infoitem .inputbox {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}
.userinfo .infoitem .inputbox.birthday {
	justify-content: space-between;
}
.userinfo .infoitem .inputbox input[type="text"] {
	height: 50px;
	width: 100%;
	padding: 0 10px;
	border: solid 1px #e4e4e4;
	outline: none;
}
.userinfo .infoitem .inputbox input[type="text"]:disabled {
	background: #f2f2f2;
}
.userinfo .infoitem .inputbox input[type=radio], .userinfo .infoitem .inputbox label {
	align-self: center;
}
.userinfo .infoitem .inputbox input[type=radio] {
	display: none
}
.userinfo .infoitem .inputbox input[type=radio]~label {
	position: relative;
	width: 30px;
	margin-right: 30px;
	padding-left: 20px;
}
.userinfo .infoitem .inputbox input[type=radio]~label:after {
	content: ' ';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	border: solid 1px #ccc;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.userinfo .infoitem .inputbox input[type=radio]:checked~label:after {
	border: solid 3px #509f52;
}
.inputbox select {
	outline: none;
	width: 100%;
	padding-left: 10px;
	opacity: 0;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.inputbox select~.select-bg {
	display: inline-block;
	border: solid 1px #e4e4e4;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	line-height: 50px
}
.inputbox.birthday select {
	width: 30%;
}
.inputbox input[type="submit"] {
	border: none;
	outline: none;
	background: #509f52;
	color: #FFF;
	width: 50%;
}
.inputbox input[type="submit"]:hover {
	background: #398f3b;
}
.xieyi {
	background: #fff;
	padding: 20px;
	margin: 10px;
	white-space: pre-wrap;
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 2;
}
.xieyi h1 {
	font-size: 27px;
	text-align: center;
	font-weight: bold;
}
.xieyi h2 {
	font-size: 16px;
	font-weight: bold;
}
.msgbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 500px;
}
.msgbox h1 {
	font-size: 24px;
}
.msgbox a {
	display: inline-block;
	width: 120px;
	height: 40px;
	margin: 30px 15px;
	background: #509f52;
	color: #fff;
	line-height: 40px;
	border-radius: 40px;
}
.list.nofav {
	background: url(../img/nofav.gif) center 70px no-repeat;
	height: 400px;
}
.list.nopl {
	background: url(../img/nopl.gif) center 70px no-repeat;
	height: 400px;
}
.cp-l .userpic {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.cp-l .userpic p {
	width: 100%;
}
.cp-l .userpic .pic {
	height: 89px;
	width: 89px;
	border-radius: 89px;
	margin-bottom: 10px;
}
.inputbox.birthday .arrow, .inputbox .select-bg~.arrow {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	margin-top: -3px;
	height: 5px;
	background: url(../img/drop-arrow.png) -10px -25px no-repeat;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all .1s ease, transform .1s ease-in .1s;
}
.inputbox.birthday input:focus~.arrow, .inputbox select:focus~.select-bg~.arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.city-picker-span {
	width: 100%
}
.safelist {
	padding: 30px
}
.safelist .media-item {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-bottom: solid 1px #eee;
	padding-bottom: 30px
}
.safelist .media-item .media-item-left {
	width: 96px;
	text-align: center;
	flex-shrink: 0
}
.safelist .media-item .media-item-right {
	flex-shrink: 1;
	width: 100%
}
.safelist .media-item .media-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.safelist .media-item p {
	color: #666;
	margin-bottom: 10px
}
.safelist .media-item a {
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #509f52;
	color: #fff
}
.safelist .media-item a:hover {
	background: #2e702f;
}
.loginbox.eitpass .input-group p {
	width: 100%;
	margin-bottom: 10px
}
.loginbox.eitpass .input-group .inputbox {
	width: 100%;
	margin-bottom: 15px
}
.loginbox.eitpass .input-group .inputbox input[type="password"], .loginbox.eitpass .input-group .inputbox input[type="button"], .loginbox.eitpass .input-group .inputbox input[type="submit"] {
	width: 100%;
	padding: 0 15px;
	border: none;
	outline: none;
	height: 50px;
	line-height: 50px;
	border: solid 1px #eee;
}
.loginbox.eitpass .input-group .inputbox input[type="password"]:focus {
	border-color: #509f52
}
.loginbox.eitpass .input-group .inputbox input[type="button"], .loginbox.eitpass .input-group .inputbox input[type="submit"] {
	width: 45%;
}
/*------通用详情页------*/

.news-text {
 font-size: 1.1rem;
	color: #333;
	line-height: 2;
	text-align: justify;
}

@media (max-width: 768px) {
 .news-text {
 font-size: 1.2rem;
 
   }
   
   .mianzhe{
       display:none;
   }
   #plarea{
       display: none;
   }
   .actionbox{
   display: none;
   }
   
   .share-group{
       display: none;
   }
 }
  
.news-text img {
	margin: 15px 0;
	max-width: 100%;
	height: auto;
}
.bg-grey {
	background: #f5f5f5;
}
.mianzhe {
	padding: 20px;
 font-size: .9rem;
	color: #666;
	line-height: 2rem;
}
.mianzhe h2 {
	font-size: 20px;
}
.plarea button {
	width: 100px;
	height: 100px;
	border: solid 1px #eee;
	background: #fff;
	outline: none;
}
.plarea button:hover {
	background: #509f52;
	color: #fff;
	border-color: #509f52;
}
.plarea button:active {
	background: #2e702f;
	color: #fff;
	border-color: #2e702f;
}
.textarea-box textarea {
	width: 100%;
	height: 100%;
	border: solid 1px #eee;
	border-right: none;
	outline: none;
	padding: 10px;
 font-size: .9rem;
	background: #f5f5f5;
	resize: none;
}
.actionbox {
	text-align: center;
	padding-top: 20px
}
.actionbox a {
	display: inline-block;
	width: 20%;
}
.actionbox a {
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .4;
}
.actionbox a:hover {
	opacity: 1;
}
.actionbox a.plnum {
	height: 70px;
	padding-top: 35px;
	background-position: center 10px;
}
.actionbox a.fav.active {
	background-image: url(../img/icon-g-sc.png);
	opacity: 1;
}
.actionbox a.zhan.active {
	background-image: url(../img/icon-g-zhan.png);
	opacity: 1;
}
.actionbox p {
	margin-bottom: 10px;
	color: #333;
}
.action {
	border-bottom: solid 1px #eee;
}
.action a.weixin, .myshare a.weixin {
	background-image: url(../img/icon-wx.png);
}
.action a.weibo, .myshare a.weibo {
	background-image: url(../img/icon-wb.png);
}
.action a.qq, .myshare a.qq {
	background-image: url(../img/icon-qq.png);
}
.action a.add {
	background-image: url(../img/icon-add.png);
}
.action a.jian {
	background-image: url(../img/icon-jian.png);
}
.line.tonglan {
	background: #eee;
	height: 1px;
	margin: 0 -20px;
	margin-bottom: 15px
}
.share-ewm {
	width: 256px;
	height: 256px;
}
.pl-newstitle a {
	display: block;
	padding: 30px 20px;
	border-bottom: solid 1px #eee;
	font-size: 22px;
	color: #666;
	background: #fff
}
.splbox {
	height: 50px;
	flex-wrap: nowrap;
	margin: 10px 0;
}
.splbox textarea {
	width: 100%;
	padding: 5px;
	border: solid 4px #eee;
	outline: none;
	border-right: none;
	background: #fff;
	resize: none;
}
.splbox a {
	width: 50px;
	line-height: 50px;
	height: 50px;
	display: block;
	flex-shrink: 0;
	text-align: center;
	background: #509f52;
	color: #fff;
}
.splbox a:hover {
	background: #509f52;
	color: #fff;
	background: #2e702f;
}
.pl-item-right .pl-item .bottom-icon a.dianzhan, .pl-item-right .pl-item .bottom-icon a.huifu, .pl-item-right .pl-item .bottom-icon a.shouqi, .pl-item-right .pl-item .bottom-icon a.sjubao, .pl-item-right .pl-item .bottom-icon span.zcnum {
	margin-right: 0;
}
.pl-item-right .pl-item .bottom-icon a.sjubao {
	padding-left: 0
}
.pl-item-right .pl-item em {
	margin: 0 5px
}
.pl-item-right .pl-item .bottom-icon span.zcnum {
	margin-left: 5px;
	color: #666
}
.pl-item-right .pl-item {
	border-bottom: solid 1px #eee;
}
.myshare {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: absolute;
	padding: 10px;
	width: 230px;
	height: 60px;
	border: solid 1px #ddd;
	background: #fff;
}
.myshare a {
	height: 40px;
	width: 40px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .4;
}
.myshare a:hover {
	opacity: 1;
}
.bg-transparent {
	background: transparent
}
.search-list {
	min-height: 500px;
}
/******品牌详情页********/

.box-title-lag .share-box {
	float: right;
	font-size: 1rem;
	color: #333;
	line-height: 2.3;
	font-weight: normal;
}
.box-title-lag .share-box a {
	padding-left: 36px;
	display: inline-block;
	width: 36px;
	background-position: center center;
	height: 36px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.box-title-lag .share-box a:hover {
	opacity: 1;
}
a.weixin, a.weibo, a.qq {
	opacity: .3;
}
a.weixin, .icon-weixin {
	background-image: url(../img/icon-wx.png);
}
a.weibo {
	background-image: url(../img/icon-wb.png);
}
a.qq, .icon-qq {
	background-image: url(../img/icon-qq.png);
}
.sw-ewm {
	min-width: 195px;
	padding-left: 30px
}
.article-top-item.pinpai a.pic {
	min-width: 300px;
}
.icon-hotline {
	background-image: url(../img/hotline.gif);
}
.hotline {
	font-size: 20px;
	font-weight: bold;
	color: #509F52;
}
.sw-ewm p {
	color: #999;
}
.pinpai.rwb .media-pic {
	width: 100%;
}
.pinpai.rwb .media-pic a.pic {
	padding-bottom: 45%;
	margin-bottom: 10px;
}
.pinpai.rwb .media-txt-center {
	width: 100%;
	text-align: justify;
 font-size: .9rem;
	color: #666
}
.pinpai.rwb .media-txt-center b {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1rem;
	color: #333;
}
li>.icon {
	width: 36px;
	height: 36px;
}
.icon-jd {
	background: url(../img/jd.gif);
}
.icon-wph {
	background: url(../img/wph.gif);
}
.icon-ebay {
	background: url(../img/ebay.gif);
}
.icon-tm {
	background: url(../img/tm.gif);
}
.icon-smt {
	background: url(../img/smt.gif);
}
.icon-mgj {
	background: url(../img/mgj.gif);
}
.icon-pdd {
	background: url(../img/pdd.gif);
}
.icon-ymx {
	background: url(../img/ymx.gif);
}
.icon-snyg {
	background: url(../img/snyg.gif);
}
.icon-tao {
	background: url(../img/tao.gif);
}
.icon-wd {
	background: url(../img/wd.gif);
}
.icon-youz {
	background: url(../img/youz.gif);
}
.qd-list {
	width: 100%;
	background: #fff;
	padding: 10px 0
}
.qd-list li {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	width: 100%;
	position: relative;
}
.qd-list li:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/jiantouyou.png) no-repeat center center;
}
.qd-list li:active, .qd-list li:hover {
	background: #f7f7f7;
}
.qd-list li>span {
	margin-right: 10px;
	flex-shrink: 0;
}
.qd-list li a {
	width: 100%;
	margin: -10px 0;
}
.pp-article .media-item {
	width: 33.33%;
	padding: 0 10px
}
#myTabContent .pp-article .media-item a.pic {
	width: 100%;
	padding-bottom: 60%;
	margin-bottom: 10px;
}
#myTabContent .pp-article .media-item {
	margin-bottom: 30px;
}
#myTabContent .pp-article .media-item .media-title {
	margin-bottom: 5px;
}
#myTabContent .pp-article .media-item .media-smalltext {
 font-size: .9rem;
	color: #999;
	margin-bottom: 5px;
	text-align: justify;
}
#myTabContent .pp-article .media-item .meida-bottom {
	width: 100%;
 font-size: .8rem;
	color: #999;
}
/*pinjian .media-item {
	flex-wrap: no-wrap;
	align-items: stretch
}
#pinjian .media-item .media-pic {
	width: 45%;
	flex-shrink: 0;
}
#pinjian .media-item a.pic {
	padding-bottom: 55%;
}
#pinjian .media-item .media-right {
	padding-left: 25px;
	width: 55%;
}
#pinjian .media-item .media-smalltext {
 font-size: .88rem;
	color: #666;
 margin-top: .5rem
}*/
.pinpai-banner-bg {
	width: 100%;
	height: 0;
	/*padding-bottom: 26.72%;*/
	padding-bottom: 47.22%;
	background-position: center center;
	background-repeat: no-repeat;
}
.pinpai-banner-bottom {
	background: #FFF;
	/*padding: 2rem 2rem 1.25rem;
	text-align: right;*/
	padding: 4rem 2rem 1.25rem;
	text-align: center;
}
.pinpai-banner-logo {
	width: 300px;
	/*bottom: 1.25rem;*/
	bottom: 4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.pinpai-banner {
	margin-bottom: 15px;
}
.pinpai-banner-logo .picbox {
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	border: solid 6px rgba(255, 255, 255, .5);
	background-color: transparent;
	overflow: hidden;
}
.pinpai-banner-logo .picbox a {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.pinpai-banner .article-title-btn a {
	margin: 0 15px;
}
.pinpai-banner h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.pinpai-banner-bottom a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	border-radius: 26px;
	color: #fff;
	background: #509f52;
	padding: 0 26px;
	margin-left: 15px;
}
.pinpai-banner-bottom a:first-child:hover {
	background: #2e702f;
}
/*.pinpai-banner-bottom a#diggtop {
	background: url(../img/icon-tj.png) no-repeat 60px center #e3f5e3;
	color: #509f52;
	padding: 0 40px 0 20px;
}
.pinpai-banner-bottom a#digtop:hover {
	background: url(../img/icon-tj-w.png) no-repeat 60px center #509f52;
	color: #fff;
}*/

.pinpai-banner-bottom a#diggtop {
	color: #509f52;
	padding: 0 40px 0 20px;
	position: relative;
	background: #e3f5e3
}
.pinpai-banner-bottom a#diggtop:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 26px;
	background: url(../img/icon-tj.png) no-repeat center center;
}
.pinpai-banner-bottom a#digtop:hover {
	background: url(../img/icon-tj-w.png) no-repeat 60px center #509f52;
	color: #fff;
}
.icon-tj {
	background: url(../img/icon-tj.png);
}
.errorbox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 20%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.errornum {
	font-size: 5rem;
	color: #d9d9d9;
	font-weight: 600
}
.errormsg {
	font-size: 1.6rem;
	color: #d9d9d9;
	margin-bottom: 5rem;
}
.errorbtn a {
	display: inline-block;
	width: 360px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #509f52;
}
.errorbtn a:hover {
	background: #2e702f;
}
.navbar-collapse.collapse.show {
	width: 30%;
	overflow: hidden
}
.navbar-collapse.collapse.show .navbar-nav {
}
#xieyi~a {
	color: #509F52
}
.bindbox {
	margin: 30px 0;
}
.bindbox .icon {
	opacity: .4;
	margin-right: 4rem;
	margin-left: 2rem;
}
.bindbox span {
	line-height: 30px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}
.checkboxlabel {
	width: 62px;
	height: 32px;
	border-radius: 32px;
	border: solid 3px #e6e6e6;
	overflow: hidden;
	position: relative;
	background: #e6e6e6;
}
.checkboxlabel:before {
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: #fff;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	transition: all .3s ease, transform .3s ease-in .3s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2) !important;
}
.checkboxlabel.checked:before {
	left: 30px;
	background: #509F52;
}
.be-form {
	margin: 0 auto;
	max-width: 430px;
}
.be-top {
	border-bottom: solid 1px #eee;
	padding: 3rem 0 2rem;
}
.be-top h1 {
	font-size: 2rem;
	color: #509f52;
	font-weight: bold;
	margin-bottom: 1rem
}
.be-top h1 em {
	margin: 0 10px;
	font-size: 1.5rem
}
.be-top p {
	color: #666
}
.be-form.userinfo .infoitem {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}
.be-form.userinfo .infoitem label {
	text-align: left;
}
.be-form.userinfo .infoitem .inputbox {
	margin-left: 0
}
.be-form.userinfo .infoitem .inputbox textarea {
	border: solid 1px #e4e4e4;
	resize: none;
	width: 100%;
	outline: none;
	padding: 5px;
	height: 5rem
}
.xy {
	padding: 0 15px;
 font-size: .85rem;
	margin-bottom: 3rem
}
.xy a {
	color: #509f52
}
.xy input[type=checkbox] {
	display: none
}
.xy label {
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1rem;
 top: .15rem;
 margin-right: .5rem;
}
.xy label:after {
	position: absolute;
	content: '';
	width: 1rem;
	height: 1rem;
	border: solid 1px #e5e5e5;
}
.xy input[type=checkbox]:checked~label:after {
	background: url(../img/duigou.jpg) no-repeat center center
}
 .xy input::-webkit-input-placeholder {
 color: #fff
}
.hide-article-box {
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
	padding-bottom: 26px;
	margin-bottom: 8px;
	position: relative;
	z-index: 1998;
	padding-top: 160px;
	bottom: 1px;
	margin-top: -200px;
}
.article.news-text {
	height: auto;
	overflow: auto
}
.article.news-text a,.hottags a{
    color:#509f52;
}
.article.news-text.h {
	height: 2000px;
	overflow: hidden;
}
.bewriter {
	display: inline-block;
	background: #509f52;
	color: #fff;
	border-radius: 32px;
	padding: 5px 20px;
	margin-top: -8px
}
.bewriter:hover {
	background: #2e702f;
	color: #fff
}
.nav-tabs{ margin-left: -10px;}
.nav-tabs.no-line {
	border-bottom: none;
}
.box-title .nav-tabs a {
	float: none;
	padding-right: 0;
}
.tea-tag {
	margin: 0 15px 10px;
	color: #666;
	white-space: nowrap;
	display: inline-block;
	font-size:14px;
}
.cp-tags span {
	margin-right: 20px;
	color: #509f52
}
.box-title .ccnf a{
	padding-right: 10px;
}
.ml-5{
	margin-left: 0 !important
}
.ccnf a:hover, .ccnf a.active {
	color: #509f52
}
.star-f, .star-k {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/star-f.png) no-repeat;
	background-size: 100%;
	margin-right: 5px;
	position: relative;
	top: 3px
}
.star-k {
	background-image: url(/images/star.png);
}
/*******chapin*********/

.pcbtn a {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	border: solid 1px #509f52;
	padding: 5px 15px;
	margin-left: 15px;
}
.ruku-info {
	width: 100%;
}
.ruku-info li {
	width: 60%;
	margin-top: 20px;
	color: #666;
}
.ruku-info li:nth-child(even) {
	width: 40%;
}
.ruku-info li label {
	color: #000;
}
.ruku-info li img {
	background: #ccc;
}
.cp-pic {
	width: 30.5%;
}
.cp-pic img {
	width: 100%;
	height: auto;
}
.cpspj-title {
	font-weight: normal;
	font-size: 14px;
	color: #eda63f;
}
.cpspj-title span {
	margin-left: 15px;
}
.pinfen em {
	color: #000;
}
#wypc {
	margin: 10px 0;
	padding: 0 20px;
}
.cr-pic {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}
.cp-item {
	padding: 30px 0;
	border-bottom: solid 1px #f5f5f5
}
.cp-item-r {
	width: 100%;
	margin-left: 15px;
}
.cp-item-title {
	justify-content: space-between;
}
.cp-item-title small {
	color: #c0c0c0;
	font-size: 14px;
	margin-left: 15px;
}
.cp-item-bottom {
	font-size: 12px;
}
 .cp-item-bottom>span>[class*=icon-], .cp-item-bottom>[class*=icon-] {
 position: relative;
 display: inline-block;
 padding-left: 25px;
 cursor: pointer;
 color:#999
}
.cp-item-bottom>span>[class*=icon-]:after, .cp-item-bottom>[class*=icon-]:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-size: 100%;
	opacity: .3;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.cp-item-bottom .icon-dianzhan:after {
	background-image: url(../img/dianzan.png);
}
.cp-item-bottom .icon-huifu:after {
	background-image: url(../img/huifushuliang.png);
}
.cp-item-bottom>span>[class*=icon-]:hover, .cp-item-bottom>[class*=icon-]:hover {
	opacity: .6;
}
.icon-jubao {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #999;
	cursor: pointer;
}
.icon-jubao:after {
	position: absolute;
	content: '';
	width: 17px;
	height: 15px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/jubao.png);
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: .3;
}
.cp-item-more {
	display: none;
}
.cp-item-more img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}
.shenmin {
 font-size: .8rem;
	line-height: 2;
}
.tea-list-item {
	width: 48%;
}
.tea-list-item a.pic {
	width: 100%;
	padding-bottom: 100%;
}
/******bindreg-login*******/
.bind-box {
	width: 640px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.bindbox-item {
	background: #fff;
	justify-content: center;
	align-content: center;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 50px;
	height: 150px;
}
.bindbox-item.active {
	background: #4E9F53;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	color: #fff;
}
.bindbox-item-icon {
	width: 50px;
	height: 50px;
	background-size: 100%;
	display: inline-block;
	margin-right: 15px;
}
.bind-reg {
	background-image: url(/images/bindreg-g.png);
}
.bindbox-item.active .bind-reg {
	background-image: url(/images/bindreg-w.png);
}
.bind-login {
	background-image: url(/images/bindlogin-g.png);
}
.bindbox-item.active .bind-login {
	background-image: url(/images/bindlogin-w.png);
}
.form-title {
	text-align: center;
	height: 80px;
	font-size: 24px;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	line-height: 80px;
}
.form-tips {
	text-align: center;
}
.form-content {
	margin: 0 5%;
}
.form-content .input-item {
	display: flex;
	height: 60px;
	border: none;
	align-content: center;
}
.form-content .input-item input {
	width: 100%;
	border: none;
	padding-left: 50px;
	border: solid 1px #eee;
}
.form-content .input-item input:focus, .form-content textarea:focus {
	border-color: #509f52
}
.form-content .input-item input[name='name'] {
	background-image: url(../img/u-name.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}
.form-content .input-item input[name='email'] {
	background-image: url(../img/u-mail.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}
.form-content .input-item input[name='mobile'] {
	background-image: url(../img/u-mobile.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}
.form-content textarea {
	width: 100%;
	height: 170px;
	border: solid 1px #eee;
	resize: none;
	padding: 15px;
	outline: none;
	margin-bottom: 30px;
}
.cp-info img {
	width: 100%;
	height: auto;
}
.pcxm-title {
	height: 44px;
	color: #000;
	font-size: 1.25rem;
	font-weight: bold;
}
.pcxm-title small {
 font-size: .8rem;
	color: #999;
	margin-left: 15px;
}
.pcxm-text {
	border: none;
	resize: none;
	width: 100%;
	height: 7rem;
	outline: none;
	margin: 0;
}
.upload-box {
	position: relative;
	top: -10px;
	background: #fff;
	align-items: center;
}
.upload-item {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
	background: url(../img/upload.png) no-repeat;
}
.upload-item img {
	height: 60px;
	width: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.upload-btn {
	width: 60px;
	height: 60px;
	opacity: 0;
	cursor: pointer;
}
.delpic {
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: rgba(0,0,0,.7);
	right: 0;
	top: 0;
	background-image: url(../img/del.png);
}
.cppj-item {
	line-height: 36px;
	margin-right: 25px;
}
.cppj-item input {
	width: 80px;
	border: solid 1px #eee;
	text-align: center;
	line-height: 36px;
	outline: none;
	margin: 0 10px;
}
.cppj-item-jp input {
	width: 380px;
	text-align: left;
	padding: 0 10px;
}
.pl-4{
	padding-left:0 !important;
}
.tea-top-pic a.pic {
	width: 100%;
	padding-bottom: 100%;
	background-color: #f8f8f8;
}
h1.tea-title {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-top: 15px
}
.tea-tags span {
	display: inline-block;
	line-height: 36px;
	padding: 0 20px;
	border-radius: 36px;
	background: #f8f8f8;
	margin-right: 15px;
	margin-bottom: 15px
}
.tea-smalltext {
	line-height: 2;
}
.cp-pic-item {
	text-align: center;
}
.cp-pic-item img {
	width: 110px;
	height: 110px;
}
.csyl {
	color: #999999;
}
.csyl-item {
	display: flex;
	margin-bottom: 10px;
}
.csyl-item span {
	display: inline-block;
	width: 70px;
	margin-right: 15px;
	text-align: justify;
	color: #000;
	flex-shrink: 0
}
.lscz a.pic {
	width: 100%;
	padding-bottom: 53%;
}
.pztz-item {
	padding: 0 15px
}
.pztz-item img {
	max-width: 80%;
}
h2.box-title a.ckqb {
	font-weight: normal;
	font-size: 14px;
	color: #509f52;
}
.rkinfo-item a.pic {
	width: 100%;
	padding-bottom: 55%;
}
.rkinfo-item .star-f, .rkinfo-item .star-k {
	width: 12px;
	height: 12px;
	top: 1px
}
.rkinfo-item .fen {
	color: #eda63f;
	margin-right: 10px;
}
.cklist-content{
	justify-content: flex-start !important;
    padding-right:0 !important;
}
.cklist-content .media-item {
	width: 45%;
	text-align: center;
}
.cklist-content .media-item a img{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    height: auto; 
}
.cklist-content .media-item a.pic {
	width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 70%
}

.box-title.no-wrap h1 {
	font-size: 20px;
	word-break: keep-all;
	line-height: 60px;
	font-weight: bold;
}
.box-title.no-wrap #myTab li {
	width: 10%;
	font-weight: normal;
}
.rkinfo {
	margin-bottom: 20px;
}
.w-info-box {
	border-top: solid 3px #509f52
}
.w-info {
	justify-content: flex-start;
	align-content: center;
	align-items: flext-start;
	flex-wrap: nowrap;
}
.w-info img {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin-right: 15px;
}
.w-info-text p{
	color:#999;
	margin-bottom: 5px;
}
.w-info-text p em{ color:#509f52; margin:0 5px}
.w-info-text p:first-child {
	font-size: 1.3rem;
	color: #000;	
}
.w-info-text p:first-child span:first-child {
	display: inline-block;
 	font-size: .8rem;
	border: solid 1px #509f52;
	color: #509f52;
	padding: 0 5px;
	border-radius: 4px;
	margin-left: 10px;
}
.w-info-h2 {
	font-size: 1.2rem;
	color: #000;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px
}
.w-info-h2:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 1rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #509f52;
}
.fblist li {
	margin-bottom: 15px;
}
.fblist li p {
	color: #999;
	font-size: .8rem;
}
.w-info-box a.more-article{
	display:block;
	margin:0 -20px -20px;
	text-align:center;
	background: #509f52;
	color:#fff;
	font-size:.8rem;
	padding:15px 0;
}
.w-info-box a.more-article:hover{
	opacity:.5;
}

.media-tags-group{
        display: block;
    /*display: -webkit-box; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    
}

/*register*/
.group,.upload{
	display: none;
}
.input-item.gourpid {
	border:none;
}
.input-item.gourpid a {
	width: 48%;
	height: 50px;
	text-align: center;
	border:solid 1px #eee;
	line-height: 50px;
}
.input-item.gourpid a.active{
	background: #509f52;
	border-collapse: #509f52;
	color: #fff;
}
.input-item input#brand, .input-item input#weixin{
	width:100%;
	height:50px;
}
.more-info{
	width: 100%
}
.more-info .upload{
	position: relative;
	height:160px;
	width:300px;
	margin: 15px auto;
	border:solid 1px #eee;
	line-height: 160px;
	text-align: center;
	font-size: 20px;
	color: #999;
	background-size: 100%
	
}
.more-info .upload input{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0; top:0; right:0; bottom:0;
	opacity: 0;
}
.upload-msg{
	width:300px;
	margin: 10px auto 20px;
	border:solid 1px #eee;
	line-height: 46px;
	font-size: 12px;
	text-align: center;
	color: #999;
	display: none
	
}
.addpic-title{
	color: #999
}
.radios{ 
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.radios .radiobox{
	width: 33.33%;
	
}
.radios .radiobox:last-child{
	width: 40%
}
.radios .radiobox input{
	display: none
}
.radios .radiobox label{
	position: relative;
	height: 24px;
	color: #999;
	padding-left:30px;
	margin-bottom: 15px;
	font-size: 14px
}


.radios .radiobox label:before{
	content: '';
	position:absolute;
	left:0;
	top:50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	
}
.radios .radiobox input[type=radio]:checked~label:before{
	background: url(../img/r-s.svg) no-repeat;
	background-size:100%; 
}
.radios .radiobox input[type=radio]~label:before{
	background: url(../img/r.svg) no-repeat;
	background-size:100%; 
}
input#xieyi{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	top:5px;
	margin-right: 10px;
	border: 0;
    outline: 0!important;
    background-color: transparent;
    -webkit-appearance: none
}
input#xieyi:before{
	position: absolute;
	content: ' ';
    display: inline-block;
    width: 19px;
    height: 19px;
	background: url(../img/s.svg) no-repeat;
	background-size:100%; 
}
input#xieyi:checked:before{
	background: url(../img/s-s.svg) no-repeat;
	background-size:100%; 
}
.bigbox img{ max-width:1000px; height:auto;}
.media-item a.classname{
    display: flex;
    margin:10px !important; 
    border:solid 1px #eee;
    width: 100%;
    padding:10px;
    align-items: center;
    justify-content: center;
}
.media-item a.classname:hover{
    border-color:#509f52;
}

/********hezuoshanghu********/
.banner{
    margin-bottom: 20px;
    display: none
    
}
.banner img{
    width: 100%;
    height: auto
}
.videos{
}
.video-zhibo{
    order: 1;
    margin-bottom: 15px;
}
.zhibo{
    width: 100%;
    height: auto; 
    
}
.video-list-line:first-child{
    order: 2;
}
.video-list-line:last-child{
    order: 3;
}
.video-list-line{
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
    margin-bottom: 15px
}
.video-items{
    /*border:solid 1px #f2f2f2;
    width: 230px;*/
    background: #fff;
    width: 47%;
    margin:0 1.5%;
    transition: all .3s ease, transform .3s ease-in .3s;
}
.video-items:hover,
.video-items:active{
    opacity: .5
}
.video-items img{
    width: 100%;
    min-height: 110px;
}
.video-items p{
    margin: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.5em;
}
.video-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
}
.video-bottom .video-items{
    margin-bottom: 15px
}
.video-bottom .video-items:nth-child(5){
    display: none
}
.titles{
    position: relative;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 15px;
}
.titles h2{
    font-size: 24px;
    font-weight: bold
}
.titles h3{
    font-size: 20px;
    font-weight: bold
}
.titles a{
    display:none;
}
.pros{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin:0 15px;
    margin-bottom: 15px;
}
.pro-item{
    margin-right: 15px;
    background: #fff;
    display: flex;
    padding: 15px;
    width: 80%;
    flex-shrink: 0
}
.pro-item img{
    width:130px;
    height: 130px;
    margin-right: 15px;
}
.pro-r{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}
.pro-title{
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#333;
    margin-bottom: 5px;
}
.pro-price{
    font-size: 18px;
    color:red;
    margin-bottom: 5px;
}
.pro-r p{
    width: 100%
}
.pro-item a{
    display: inline-block;
    padding: 5px 25px;
    text-align: center;
    color: #fff;
    background: #ce010c;
    border-radius: 4px;
}
.pro-item a:hover,
.pro-item a:active{
    opacity: .5
}
.sh-newslist{
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
}
.sh-newslist .video-items{
    margin-bottom: 15px;
}
.video-items p:nth-child(3) {
    margin: -5px 10px 10px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#999;
}
.sh-pics{
   padding:0 15px; 
}

img{
     transition: all .3s ease, transform .3s ease-in .3s;
}
.sh-pics img:hover{
    opacity: .5
}
.sh-pics-1{
    margin-bottom: 15px; 
}
.sh-pics-1 img{
    width: 100%;
    height: auto;
}
.sh-pics-6{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
}
.sh-pics-6 img{
    width:48.5%;
    height: auto;
    margin-bottom: 15px;
}
.sh-scollpic{
    width:100%;
    overflow-x: scroll
}
.img-list{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.img-list img{
    width: 230px;
    margin-right: 15px;
}
.sh-scollpic .toPre,
.sh-scollpic .toNext{
    display: none
}


