/*----------------------------------------公共代码----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body {
	overflow-y: scroll;
}
a {
	text-decoration: none;
}
.readcont_content a:visited {
	color: #3889c3;
}
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
/*面包削*/
.thread_crumb {
	width: 1200px;
	margin: 0 auto;
}
.buy_bog {
	padding-left: 0;
}
.yanghu_crumb {
	padding: 0 10px 0 0;
	position: relative;
}
.tr5 td {
	border-right: 1px solid #dbe4e9;
	border-bottom: 1px solid #dbe4e9;
	background: #f9f9f9;
	padding-left: .5em
}/*帖子表格*/
.read_crumb {
	padding: 0 0px 0 10px;
}
.crumb {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff;
}
.crumb span, .crumb a {
	font-size: 13px;
	color: #666;
	padding-right: 10px;
}
.crumb a:hover {
	color: #ff552e;
}
.section {
	width: 1200px;
	background: #FFF;
	margin: 0 auto;
	font-size: 0;
}
/*查看更多按钮*/
.view_more, .readclic_more {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
.view_more a {
	padding: 8.5px 30px;
	font-size: 16px;
	color: #ff552e;
	border: 1px solid #ff552e;
	display: inline-block;
}
.view_more a:hover {
	background-color: #ff552e;
	color: #fff;
}
.readclic_more a {
	padding: 2px 21px;
	font-size: 14px;
	color: #ff552e;
	border: 1px solid #ff552e;
	display: inline-block;
}
.readclic_more a:hover {
	background-color: #ff552e;
	color: #fff;
}
/*分页*/
.page_wrap {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.page_wrap ul {
	text-align: center;
}
.page_wrap ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	padding: 0 5px;
	color: #5188A6;
	margin: 0 5px;
	border-radius: 2px;
	cursor: pointer;
}
.page_wrap ul li a {
	color: #5188A6;
	display: block;
}
.page_wrap ul li:hover {
	background: #f9f9f9;
}
.page_wrap ul li.active {
	background-color: #ff552e;
	color: #fff;
}
/*发布文章*/
.publish_wenz {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 14px;
	color: #3889C3;
	font-weight: normal;
}
/*----------------------------------------头部----------------------------------------*/
.header {
	width: 100%;
	border-bottom: 1px solid #F2F2F2;
	box-sizing: border-box;
	background: #FFF;
}
.header_wrap {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.header_logo {
	width: 150px;
	height: 46px;
	font-size: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../images/logo.jpg) no-repeat;
	z-index: 1000;
}
.header_logo img {
	display: block;
	height: 46px;
}
.header_logo_bg {
	width: 150px;
	height: 46px;
	display: inline-block;
	background: url(../images/logo.jpg) no-repeat;
}
.header_right {
	position: absolute;
	top: 25px;
	right: 83px;
}
.header_city {
	vertical-align: middle;
	display: inline-block;
	margin-right: 55px;
}
.header_city span, .header_city a {
	font-size: 14px;
	color: #333;
}
.header_city .header_city_region {
	color: #ff552e;
	font-weight: bold;
}
.header_nav {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.header_nav>li {
	list-style-type: none;
	float: left;
	padding: 0 17px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.header_nav .header_navfont {
	color: #666;
	font-size: 14px;
	cursor: pointer;
}
.header_nav .header_navfont:hover {
	color: #3e72f9;
}
#nav_hover:hover .header_navfont {
	color: #3e72f9;
}
#arrow_direction, #arrow_direction2 {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header_login {
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.login_name {
	height: 30px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.header_login span, .header_login a {
	color: #666;
	font-size: 14px;
	text-align: right;
}
.login_infonav, .more_infonav {
	width: 100px;
	padding-top: 5px;
	position: absolute;
	top: 28px;
	right: -1px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
	z-index: 10;
}
.login_infonav a, .more_infonav a {
	font-size: 13px;
	color: #666666;
	display: block;
	padding: 0px 5px;
	text-align: center;
}
.login_infonav a:hover, .more_infonav a:hover {
	background-color: #f2f2f2;
}
.header_release {
	margin-left: 20px;
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	color: #ff552e;
	padding: 3.5px 6px;
	border: 1px solid #ff552e;
	border-radius: 5px;
	text-align: center;
}
.header_qrcode {
	height: 67px;
	width: 67px;
	float: right;
	position: relative;
	top: 3px;
}
.header_qrcode img {
	height: 100%;
	width: 100%;
}
#navactive {
	color: #3e72f9;
}
/*----------------------------------------尾部----------------------------------------*/
.footer {
	border-top: 10px solid #f8f8f8;
	width: 100%;
	background: #FFF;
	font-size: 0;
}
.footer_wrap {
	width: 1200px;
	padding-bottom: 30px;
	margin: 0 auto;
	position: relative;
}
.footer_navigat {
	width: 1050px;
	margin-top: 10px;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.footer_logo {
	width: 150px;
	height: 46px;
	display: inline-block;
	background: url(../images/logo.jpg) no-repeat;
	vertical-align: middle;
}
.footer_logo img {
	display: block;
	height: 46px;
}
.footer_nav {
	display: inline-block;
	vertical-align: middle;
}
.footer_nav a {
	float: left;
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin: 0 25px;
}
.footer_nav a:hover {
	color: #ff552e;
}
/*友情链接原始方案*/
/*.footer_link{ padding:0 75px; margin-top:10px; }*/
/*.footer_link_apply{ font-size:13px; color:#ff552e; }*/
/*.footer_friendly a{ font-size:13px; color:#999; display:inline-block; margin:5px 5px 0px 0; }*/
.footer_statement {
	margin-top: 15px;
	text-align: center;
	width: 1050px;
}
.footer_statement p {
	margin-top: 5px;
	font-size: 13px;
	color: #999;
}
.footer_qrcode {
	height: 100px;
	width: 100px;
	float: right;
	position: absolute;
	top: 20px;
	right: 0;
}
.footer_qrcode img {
	height: 100%;
	width: 100%;
}
.footer_qrcode_text {
	height: 30px;
	font-size: 12px;
	text-align: center;
	display: block;
}
/*----------------------------------------首页----------------------------------------*/
.dogs_active {
	position: relative;
}
.container {
	width: 1200px;
	float: left;
}
.indcont_l {
	width: 900px;
	float: left;
}
.indcont_l01 {
	width: 960px;
	float: left;
}
.dogs_type {
	width: 290px;
	height: 290px;
	font-size: 0;
	background: #fff;
	float: left;
	border-right: 10px solid #f8f8f8;
}
.dogs_type_r {
	width: 290px;
	height: 290px;
	font-size: 0;
	background: #fff;
	float: left;
}
.dogs_title {
	color: #ff552e;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	width: 260px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #F2F2F2;
	margin-left: 10px;
}
.dogs_breeds {
	margin-left: 10px;
}
.dogs_breeds a {
	width: 90px;
	font-size: 14px;
	color: #3e72f9;
	display: inline-block;
	margin: 8px auto;
}
/*精选/更新*/
.selectab_info {
	width: 890px;
	float: left;
	border-right: 10px solid #f8f8f8;
	border-top: 4px solid #f8f8f8;
}
.selectab_tabs {
	list-style-type: none;
	height: 40px;
	background: #fbfbfb;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
}
.selectab_tabs h2 {
	font-weight: normal;
}
.selectab_tabs li {
	float: left;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	border-left: none;
	margin-bottom: -1px;
	background: #fbfbfb;
	position: relative;
	float: left;
	padding: 0 10px;
}
.selectab_tabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #f2f2f2; /*border-left:1px solid #f2f2f2;*/
	border-right: 1px solid #f2f2f2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.selectab_tabs li.active a {
	color: #ff552e;
}
.selectab_tabs li a {
	color: #333;
	font-size: 21px;
	background: #fbfbfb;
}
.selectab_cont {
	float: left;
	width: 100%;
	background: #fff;
}
.exhibit_list {
	font-size: 0;
	width: 870px;
}
.exhibit_list .clearfix {
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
}
.exhibit_list_La {
	width: 185px;
	border: 1px solid #fff;
	box-sizing: border-box;
	float: left;
}
.exhibit_list_L {
	width: 185px;
	height: 100px;
	border: 1px solid #fff;
	box-sizing: border-box;
	float: left;
}
.exhibit_list_img {
	width: 160px;
	height: 100px;
	text-align: center;
	display: block;
	overflow: hidden;
}
.exhibit_list_img img {
	width: 100%;
	height: 100px;
	object-fit: fill;
	display: block;
}
.exhibit_list_img_new {
	position: relative;
	display: flex;
}
.exhibit_list_img_new .start_btn {
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.exhibit_list_img_new .start_btn .sanjiao {
	margin-left: 12px;
	margin-top: 6px;
}
.exhibit_list_Ra {
	width: 705px;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.exhibit_list_R {
	width: 685px;
	height: 100px;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.exhibit_list_title {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.exhibit_list_title:hover {
	color: #ff552e;
}
.exhibit_list_stick {
	font-size: 14px;
	color: #ff552e;
	padding: 1px 8px;
	border: 1px solid #ff552e;
	border-radius: 3px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.exhibit_list_row {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 10px;
}
.exhibit_rprom {
	font-size: 13px;
	color: #ff552e;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 500px;
	height: 30px;
	line-height: 15px;
	overflow: hidden;
}
.exhibit_zxrom {
	font-size: 13px;
	color: #333333;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 500px;
	height: 30px;
	line-height: 15px;
	overflow: hidden;
}
.exhibit_price {
	font-size: 16px;
	color: #ff552e;
	position: absolute;
	right: 30px;
	top: 0;
}
.exhibit_info_wrap {
	margin-top: 15px;
}
.exhibit_cityinfo {
	display: inline-block;
}
.exhibit_cityinfo span {
	display: inline-block;
	font-size: 12px;
	color: #666;
	vertical-align: middle;
	margin-right: 10px;
}
.exhibit_cityinfo .exhibit_xiexi {
	color: #ccc;
}
.exhibit_gold {
	width: 16px;
	height: 16px;
	background: url(../images/goldmedal.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
/*最新更新*/
.thread_newsk_info {
	margin-top: 15px;
}
.thread_newsk_info span {
	font-size: 13px;
	color: #999;
}
.thread_newsk_type {
	margin-left: 20px;
}
.indcont_r {
	width: 300px;
	float: right;
}
.indcont_r01 {
	width: 200px;
	float: right;
}
.indcont_baike_l {
	width: 930px;
	float: left;
}
.indcont_baike_r {
	width: 270px;
	float: right;
}
.sidebar {
	width: 300px;
	float: right;
	border-top: 4px solid #f8f8f8;
}
.pet_service {
	margin-top: 20px;
}
.petser_wrap {
	padding-left: 10px;
	margin-right: -56px;
}
.dogs_sertit {
	font-size: 21px;
	color: #ff552e;
	font-weight: normal;
	line-height: 40px;
	margin-left: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #F2F2F2
}
.petser_rom {
	display: inline-block;
	margin: 10px auto 10px 10px;
}
.petser_rom span {
	font-size: 14px;
	color: #666;
}
.petser_rom .petser_rlink {
	font-size: 14px;
	color: #3e72f9;
	margin-left: 26px;
}
.petser_rom .petser_rlink:hover {
	text-decoration: underline;
}
.petser_href {
	font-size: 14px;
	color: #3e72f9;
	margin-right: 56px;
}
.petser_href:hover {
	text-decoration: underline;
}
.guidance_title {
	height: 40px;
	background: #fbfbfb;
	border-bottom: 1px solid #f2f2f2;
	width: 300px;
}
.guidance_title_a {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-left: none;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	font-size: 21px;
	color: #ff552e;
	font-weight: normal;
	padding: 0 20px;
	display: inline-block;
}
.guidance_picwrap {
	display: inline-block;
	background-color: #fff;
	padding: 10px 0 0 6px;
}
.guidance_picin {
	width: 80px;
	float: left;
	text-align: center;
	margin: 10px 8px;
	margin-bottom: 0;
}
.guidance_picin:nth-child(3n+1) {
	clear: left;
	float: left;
}
.guidance_picin>a {
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
	float: left;
	border-radius: 100%;
}
.guidance_picin>a img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
}
.guidance_picinfo {
	width: 80px;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #333;
	margin-left: 25px;
}
.guidance_picinfo:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.guidance_picinfo>a {
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
	float: left;
	border-radius: 100%;
}
.guidance_picinfo>a img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
}
.guidance_picin:hover .fs_14, .guidance_picinfo:hover .fs_13 {
	color: #ff552e;
}
/*友情链接(在首页)*/
.friendship_link_wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0;
}
.friend_link_duq {
	padding: 0 0;
}
.friend_link_apply {
	font-size: 13px;
	color: #ff552e;
}
.friend_link_duq a {
	font-size: 13px;
	color: #999;
	display: inline-block;
	margin: 5px 5px 0px 0;
	word-break: keep-all;
}
.friend_link_duq a:hover {
	color: #333;
}
/*----------------------------------------买卖列表页----------------------------------------*/
.dogs_varpad_bor {
	width: 890px;
	border-bottom: 1px solid #f2f2f2;
}
.dogs_variety_col {
	height: 290px;
	float: left;
}
.dogs_col_zhongj {
	margin: auto 60px;
}
.dogs_variety_row dt {
	width: 10px;
	font-size: 12px;
	color: #ff552e;
	display: inline-block;
	vertical-align: text-top;
}
.dogs_variety_row dd {
	width: 330px;
	display: inline-block;
	font-size: 12px;
	color: #333;
	vertical-align: text-top;
}
.dogs_variety_row a {
	font-size: 12px;
	display: inline-block;
	color: #333;
	margin: auto 15px 20px 15px;
}
.dogs_variety_row a.dogs_colccc {
	color: #333333;
}
.dogs_variety_row a.dogs_colffe {
	color: #ff552e;
	font-weight: bold;
}
/*帖子列表*/
.thread_rimg {
	width: 200px;
	margin: 0 auto;
}
.advertleft1 {
	width: 200px;
	height: 360px;
	background: url(../images/advertleft1.jpg) no-repeat;
}
.advertleft2 {
	width: 200px;
	height: 360px;
	background: url(../images/advertleft2.jpg) no-repeat;
}
/*第一条记录*/
.exhibit_list_first {
	position: relative;
	width: 100%;
	margin-top: 5px;
}
.exhibit_rprom_first {
	font-size: 13px;
	color: #666666;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 20px;
}
.exhibit_price_first {
	font-size: 18px;
	color: #ff552e;
	position: absolute;
	right: 30px;
	top: 18px;
}
/*选择犬种后页面样式*/
.exhibit_list_one {
	width: 866px;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}
.exhibit_dogs_img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.exhibit_dogs_title {
	display: inline-block;
}
.exhibit_dogs_title span {
	font-size: 18px;
	color: #ff552e;
	font-weight: normal;
}
.exhibit_dogs_titles {
	display: inline-block;
}
.exhibit_dogs_titles span {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.dogs_variety {
	width: 875px;
}
.exhibit_dogs_rows {
	width: 684px;
	font-weight: normal;
	font-size: 13px;
	color: #666;
	text-overflow: clip;
	overflow: hidden;
	margin-top: 10px;
}
.exhibit_dogs_row {
	width: 100%;
	height: 35px;
	font-weight: normal;
	font-size: 13px;
	color: #666;
	text-overflow: clip;
	margin-top: 10px;
}
.exhibit_dogs_wrap {
	margin-top: 10px;
}
.exhibit_dogs_wrap .dogs_atag {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	margin: auto 15px auto auto;
	padding: 0;
	border: none;
}
.thread_relevant {
	width: 200px;
	margin: 10px 0;
	font-size: 0;
}
.thread_rele_title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.thread_title_link {
	position: absolute;
	right: 0;
	font-size: 13px;
	color: #3e72f9;
}
.thread_rele_cont {
	margin: 12px auto;
	font-size: 13px;
	color: #666;
	letter-spacing: 0px;
	line-height: 20px;
}
.thread_tags_cont {
	margin: 10px auto;
}
.thread_tags_cont>a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #666;
	display: inline-block;
	overflow: hidden;
}
.thread_tags_cont>a:hover {
	color: #ff552e;
	background-color: #f8f8f8;
}
.thread_tags_cont>a:hover h2 {
	color: #ff552e;
	background-color: #f8f8f8;
}
.thread_swiperrlunbo {
	width: 200px;
	margin: 0px auto;
	font-size: 0;
	position: relative;
}
.thread_swiperrlunbo .swiper-container {
	margin: 10px auto;
}
.thread_swiperrlunbo .swiper-container a {
	width: 200px;
	height: 154px;
	display: inline-block;
}
.thread_swiperrlunbo .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff; /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*----------------------------------------买卖内容页----------------------------------------*/
.indcont_baike_l01 {
	width: 960px;
	float: left;
}
.read_vsg_wrap {
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;
}
.read_vinda {
	float: left;
	width: 300px;
	height: 205px;
	background-color: #fff;
}
.read_vinda .swiper-container {
	width: 280px;
	height: 205px;
	padding: 0;
	margin: 0;
}
.read_vinda .swiper-container .swiper-slide {
	width: 100%;
	text-align: center;
	background: #fff;
}
/*.read_vinda .swiper-container .swiper-pagination { text-align:right; background:url(http://www.goupuzi.com/images/public/lbCount.png) no-repeat; background-position:15px 0px; font-size:12px; width:60px; height:16px; background-size:25%; text-align:right; color:#fff; }*/
.read_strong {
	float: left;
	margin-top: 5px;
	width: 560px;
}
.read_strong_title {
	font-weight: normal;
	font-size: 21px;
	color: #333;
	margin-left: 40px;
}
.read_strong_info {
	width: 560px;
	margin-top: 10px;
}
#read_strong_info_nuo {
	width: calc(100% - 40px);
	text-align: left;
	margin-left: 40px;
	margin-top: 0px;
}
.read_strong_info li {
	float: left;
	list-style-type: none;
	width: 25%;
	display: block;
	text-align: center;
	font-size: 0;
	padding: 5px 0;
	margin-top: 10px;
}
.read_strong_info li:nth-child(4n+1) {
	clear: left;
	float: left;
}
.read_strinc_border {
	border-right: 1px dotted #CCCCCC;
}
.read_strong_info li span {
	font-size: 14px;
	display: inline-block;
	color: #666;
}
.read_strong_info li p {
	font-size: 16px;
	margin-top: 8px;
	color: #ff552e;
}
.read_strong_info li h2 {
	margin-top: 8px;
}
.read_strong_info li a {
	font-size: 16px;
	color: #ff552e;
	font-weight: normal;
}
.read_detailed {
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
	background-color: #FFFFFF;
	font-size: 0;
}
.read_detailed_title {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	display: inline-block;
}
.read_detailed_time {
	float: right;
	font-size: 13px;
	color: #999999;
	display: inline-block;
	margin-top: 4px;
	margin-right: 30px;
}
.read_detailed_time span {
	margin-left: 10px;
}
.read_detailed_time span a {
	color: #1b83bf;
}
.read_detailed_time span a:hover {
	color: #1b83bf;
	text-decoration: underline;
}
.read_deraxianq {
	padding: 10px;
	font-size: 0;
	background-color: #FFFFFF;
}
.read_derans {
	width: 240px;
	float: left;
	margin: 10px auto;
}
.read_derans_lang {
	width: 100%;
	display: block;
}
.read_derans span {
	font-size: 16px;
	color: #333333;
}
.read_derans_lang .read_derans_mjcn {
	color: #ff552e;
}
.read_derans .read_derans_youhui {
	margin-left: 50px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
}
.read_derans .read_derans_youhui span {
	color: #ff552e;
}
.article_content {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
	color: #333;
}
.article_content img {
	max-width: 100%;
	height: auto !important;
}
.indcont_baike_r01 {
	width: 200px;
	float: right;
}
.read_relevant {
	width: 200px;
	font-size: 0;
	text-align: center;
}
.read_rele_jinpai {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 1px;
	background: url(../images/goldmedal.png);
}
.read_rele_title {
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;
}
.read_rele_title span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}
.read_rele_port {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.read_continsos {
	width: 200px;
	font-size: 0;
	margin: 5px auto;
}
.guess {
	width: 200px;
	font-size: 0;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
}
.guess>a {
	width: 100%;
	height: 165px;
	display: block;
	overflow: hidden;
}
.read_continso_img {
	width: 100%;
	height: 165px;
	object-fit: fill;
	display: block;
}
.guess h2 .fs_13 {
	margin-top: 2px;
	display: block;
}
.read_continso_title {
	width: 100%;
	height: 36px;
	line-height: 18px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: clip;
	font-size: 13px;
	color: #333333;
	text-align: left;
}
.read_continso_pric {
	font-size: 14px;
	color: #FF4200;
}
.remind {
	padding: 20px;
	min-height: 180px;
	background: #f9f9f9;
	margin: 10px 0;
}
.remind_top {
	width: 100%;
}
.remind_top p {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	font-weight: bold;
	color: #333;
}
.remind_toptit {
	font-size: 18px;
	color: #ff552e;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.remind_bottom {
	margin-top: 10px;
}
.remind_bottom p {
	font-size: 14px;
	color: #333;
	margin: auto auto 4px auto;
}
/*----------------------------------------宠物百科页----------------------------------------*/
.breed_content {
	font-size: 0;
	padding-bottom: 10px;
}
.breed_content .breed_conzara {
	width: 280px;
	height: 86px;
	float: left;
	margin: 10px 10px auto 10px;
}
.breed_conzara_l {
	width: 86px;
	height: 86px;
	float: left;
	box-sizing: border-box;
	padding: 3px;
}
.breed_conzara_l img {
	width: 80px;
	height: 80px;
}
.breed_conzara_r {
	width: 194px;
	height: 86px;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.breed_dogs_name {
	font-size: 12px;
	font-weight: normal;
}
.breed_dogs_guida {
	font-size: 12px;
	margin-top: 5px;
}
.breed_dogs_ency {
	margin-top: 13px;
}
.breed_dogs_ency a {
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	text-decoration: underline;
	margin-right: 5px;
	color: inherit;
}
.col1 {
	background-color: #FFE7E5;
	color: #DF879C;
}
.col2 {
	background-color: #E5F0FF;
	color: #7695CE;
}
.col3 {
	background-color: #FFF9EC;
	color: #E19B59;
}
.col4 {
	background-color: #F2E5FF;
	color: #9989BC;
}
/*类型筛选*/
.sear_body {
	font-size: 0;
	padding: 10px 0;
}
.sear_body dl {
	border-bottom: 1px dashed #ddd;
	padding: 6px 0;
}
.sear_body dl dt {
	float: left;
	width: 85px;
	padding: 5px 0 5px 10px;
	color: #333333;
	font-size: 13px;
}
.sear_body dl dd {
	display: block;
	float: left;
	width: calc(100% - 95px);
	overflow: hidden;
}
.sear_body dl dd h2 {
	font-weight: normal;
}
.sear_body dl dd a:hover {
	color: #ff552e;
}
.sear_body dl dd a.current {
	background: #ff552e;
	color: #FFF;
	border-radius: 3px;
	font-size: 13px;
}
.sear_body dl dd a {
	float: left;
	color: #333;
	padding: 5px 12px;
	font-size: 13px;
}
/*----------------------------------------百科综述页----------------------------------------*/
.breed_stab {
	border-bottom: 1px solid #f2f2f2;
	font-size: 0;
}
.breed_stab a {
	display: inline-block;
	float: left;
	padding: 12px 0px;
	margin-right: 24px;
	font-size: 18px;
	color: #333;
	border-bottom: 2px solid #ffffff;
}
.breed_stab a.condition, .breed_stab a:hover {
	border-bottom: 2px solid #ff552e;
	color: #ff552e;
	text-decoration: none;
}
.breed_scon {
	margin-top: 15px;
}
.breed_sconleft {
	float: left;
	width: 300px;
	height: 440px;
}
.breed_sconright {
	width: 660px;
	min-height: 440px;
	float: left;
}
.breed_dogname {
	width: 600px;
	padding: 8px 20px;
	box-sizing: border-box;
}
.breed_dogname span {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
}
.breed_tabs {
	width: 100%;
	font-size: 0;
}
.berrd_tabtitle {
	width: 100%;
	height: 40px;
	background: #F8F8F8;
}
.berrd_tabtitle li {
	float: left;
	list-style-type: none;
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.berrd_tabtitle li h2 {
	color: #999999;
	font-size: 14px;
	border-bottom: 1px solid #f8f8f8;
	box-sizing: border-box;
	width: 110px;
	height: 40px;
	display: inline-block;
	font-weight: normal;
}
.berrd_tabtitle li.tabactive h2 {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
}
.berrd_tabcoten_wrap {
	width: 100%;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
}
.berrd_tabcoten {
	color: #333333;
	font-size: 13px;
	display: none;
}
.breed_describe {
	font-size: 16px;
	color: #ff552e;
	overflow: hidden;
	margin: 10px auto;
	font-weight: bold;
}
.breed_data_title {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	display: inline-block;
}
.breed_data_dl {
	width: 630px;
}
.breed_data_dl dt {
	float: left;
	color: #666666;
	font-size: 14px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.breed_data_dl dd {
	float: left;
	margin-right: 10px;
	color: #333333;
	font-size: 14px;
	width: 140px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.breed_stars {
	font-size: 0;
	margin-top: 10px
}
.breed_stars_dl {
	width: 630px;
}
.breed_stars_dl dt {
	float: left;
	color: #666666;
	font-size: 14px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.breed_stars_dl dd {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 130px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 10px;
}
.breed_stars_dl dd span {
	color: #eeeeee;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.breed_stars_dl dd span:before {
	line-height: 30px;
}
.breed_stars_dl dd span.breed_stars_degree {
	color: #ff6600;
}
.berrd_tabs_sketch {
	font-size: 14px;
	color: #666;
	max-height: 400px;
}
.berrd_tabs_sketch p {
	text-indent: 2em;
	margin-top: 14px;
}
.breed_quantype {
	position: relative;
	width: 630px;
	font-size: 0;
}
.breed_quantype>li {
	width: 85px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin: 5px 5px auto auto;
	background: url(../images/breed_images.png) no-repeat -2px -345px;
}
.breed_quantype li:hover {
	background: #ff552e;
}
.breed_quantype_name {
	font-size: 16px;
	color: #666;
}
.breed_quantype li .breed_typedl {
	display: none;
	width: 620px;
	padding: 10px;
	background: #fff;
	border: 2px solid #ff552e;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 5;
}
.breed_quantype li .breed_typed2 {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 5;
}
.breed_quantype li .breed_typedl dt {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
.breed_quantype li .breed_typedl dt img {
	width: 100px;
	height: 100px;
	display: block;
	object-fit: cover;
}
.breed_quantype li .breed_typedl dd {
	width: 486px;
	height: 100px;
	float: left;
	line-height: normal;
}
.breed_quantype li .breed_typedl p {
	text-align: left;
	font-size: 14px;
	color: #333;
	height: 98px;
	overflow: hidden;
}
.exhibit_btio {
	font-size: 0;
}
.exhibit_btio .clearfix {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
}
/*百科综述页出售信息右侧宽度715*/
.exhibit_btio .exhibit_list_R {
	width: 775px;
}
.exhibit_btio .exhibit_list_R .exhibit_rprom {
	width: 560px;
}
.breed_listio_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
.breed_listio_title h2 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.thread_ulis_cont {
	margin: 12px auto;
}
.thread_ulis_cont li {
	list-style-type: none;
	margin: 10px auto;
	height: 16px;
	overflow: hidden;
	text-overflow: clip;
}
.thread_ulis_cont li:hover a, .thread_ulis_cont li:hover span {
	color: #ff552e;
}
.thread_ulis_cont li span {
	font-size: 13px;
	color: #999;
	margin-right: 8px;
}
.thread_ulis_cont li a {
	font-size: 13px;
	color: #999;
}
.breed_imgs_wrap {
	margin: 12px auto 2px auto;
	width: 200px;
	height: 154px;
	display: block;
	overflow: hidden;
}
.breed_imgs_wrap img {
	width: 100%;
	height: 154px;
	display: block;
	object-fit: fill;
}
.breed_rele_miaoshu {
	height: 19px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
}
.breed_rele_miaoshu:hover {
	color: #ff552e;
}
.breed_swiperlzans {
	width: 300px;
	margin: 0px auto;
	font-size: 0;
	position: relative;
}
.breed_swiperlzans .swiper-container {
	margin: 0px auto;
}
.breed_swiperlzans .swiper-container a {
	width: 300px;
	height: 440px;
	display: block;
}
.breed_swiperlzans .swiper-container a img {
	width: 300px;
	height: 440px;
	object-fit: cover;
	display: block;
}
.breed_swiperlzans .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff; /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*----------------------------------------百科介绍页----------------------------------------*/
.breed_introduce {
	margin-top: 20px;
}
.breed_introtab {
	background-color: #f8f8f8;
}
.breed_introtab li {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 128.5px;
	border-top: 3px solid #f8f8f8;
	box-sizing: border-box;
}
.noxuanze_ico {
	display: inline-block;
	background: url(../images/breed_images.png) no-repeat;
	margin-right: 6px;
	vertical-align: middle;
}
.breed_intab_titl {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
}
.breed_introtab li.xuanze {
	background: #fff;
	border-top: 3px solid #ff552e;
}
.breed_introtab li.xuanze .breed_intab_titl {
	color: #ff552e;
}
.breed_introtab li.xuanze .noxuanze1 {
	background-position: -3px -385px;
}
.breed_introtab li.xuanze .noxuanze2 {
	background-position: -3px -470px;
}
.breed_introtab li.xuanze .noxuanze3 {
	background-position: -29px -384px;
}
.breed_introtab li.xuanze .noxuanze4 {
	background-position: -56px -383px;
}
.breed_introtab li.xuanze .noxuanze5 {
	background-position: -84px -382px;
}
.breed_introtab li.xuanze .noxuanze6 {
	background-position: -119px -384px;
}
.breed_introtab li.xuanze .noxuanze7 {
	background-position: -146px -384px;
}
.breed_introtab .noxuanze1 {
	width: 18px;
	height: 18px;
	background-position: -3px -409px;
}
.breed_introtab .noxuanze2 {
	width: 18px;
	height: 18px;
	background-position: -3px -494px;
}
.breed_introtab .noxuanze3 {
	width: 18px;
	height: 18px;
	background-position: -29px -408px;
}
.breed_introtab .noxuanze4 {
	width: 21px;
	height: 18px;
	background-position: -56px -408px;
}
.breed_introtab .noxuanze5 {
	width: 25px;
	height: 18px;
	background-position: -84px -407px;
}
.breed_introtab .noxuanze6 {
	width: 20px;
	height: 18px;
	background-position: -119px -408px;
}
.breed_introtab .noxuanze7 {
	width: 21px;
	height: 18px;
	background-position: -146px -408px;
}
.breed_introcon li {
	display: none;
	padding: 0 25px 40px 0;
	position: relative;
}
.breed_introcon .neirong {
	width: 810px;
	float: right;
}
.quanjieshao1 {
	margin-top: 40px;
}
.quanjieshao1 h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 10px;
}
.lansezi {
	color: #ff4f4f;
}
.quanjieshao1 .word {
	margin-top: 28px;
	margin-top: 30px;
	overflow: hidden;
	font-size: 16px;
}
.quanjieshao1 .word img {
	max-width: 100%;
	height: auto !important;
}
.float_navwrap {
	width: 85px;
	float: left;
	margin-top: 45px;
	margin-left: -2px;
}
.float_navwrap .float_nav {
	display: block;
	background: url(../images/cebj.png) 0 -6px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	color: #333333;
}
.float_navwrap .float_nav:hover {
	color: #fff;
	background: url(../images/cebj.png) 0 -39px;
}
.float_navwrap .actisk {
	color: #fff;
	background: url(../images/cebj.png) 0 -39px;
}
/*----------------------------------------百科图片页----------------------------------------*/
#dispBigImg {
	position: absolute;
	z-index: 999;
	left: 50%;
	width: 988px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 30px 10px 30px 10px;
	height: 470px;
	overflow: hidden;
}
#dispBigImg:after {
	content: "";
	display: block;
	clear: both;
}
.img-switch-btn {
	width: 40px;
	height: 72px;
	background: url(../images/slider_btn_icon_1fac543.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -36px;
}
.img-prev .img-switch-btn {
	background-position: 0 -87px;
}
.bigImg {
	float: left;
	width: 848px;
	text-align: center;
	height: 470px;
	overflow: hidden;
}
.bigImg img {
	cursor: pointer;
	width: auto;
	max-height: 450px;
}
.item>div>img {
	width: auto;
	height: 180px;
	padding: 1px;
	cursor: pointer;
}
.img-prev, .img-next {
	width: 40px;
	height: 470px;
	position: relative;
	padding: 0px 10px;
	cursor: pointer;
}
.img-prev:hover, .img-next:hover {
	background: #e6e6e6;
}
.img-prev {
	margin-right: 10px;
	float: left;
}
.img-next {
	float: right;
	margin-left: 10px;
}
.close_img {
	position: relative;
}
.close_img a {
	display: block;
	background: url(../images/addel-hui.png) no-repeat 0 0;
	background-size: 23px;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: 333;
	cursor: pointer;
}
.img-prev:hover .img-switch-btn {
	background-position: -46px -87px;
}
.img-next:hover .img-switch-btn {
	background-position: -46px 0;
}
.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 120;
	background: rgba(0,0,0,0.60);
	display: none;
}
.jq22-container {
	width: 1000px;
}
#div1 {
	margin: auto;
	position: relative;
}
.box {
	float: left;
	background: #f7f7f7;
}
.box:hover {
	box-shadow: 0 0 10px #999;
}
.box img {
	width: 200px;
}
.box input {
	display: none;
}
.container {
	width: 100%;
	margin: 0 auto;
}
.waterfall {
	width: 972px;
	display: block;
}
.waterfall .item {
	width: 231px;
	height: 231px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.waterfall .item img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 100%;
}
/*百科图片弹出样式*/
#bigImgMyBug {
	vertical-align: middle;
	cursor: pointer;
}
.bigImgSub {
	vertical-align: middle;
	color: #F05050;
	font-weight: bold;
	font-size: 14px;
}
/*----------------------------------------新闻、养护、技巧列表页----------------------------------------*/
.newsnak_list {
	font-size: 0;
}
.newsnak_list .clearfix {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
}
.newsnak_list_L {
	width: 215px;
	height: 150px;
	border: 1px solid #fff;
	box-sizing: border-box;
	float: left;
}
.newsnak_list_img {
	width: 200px;
	height: 125px;
	text-align: center;
	display: block;
	overflow: hidden;
}
.newsnak_list_img img {
	width: 200px;
	height: 125px;
	display: block;
	object-fit: fill;
}
.newsnak_list_R {
	width: 685px;
	height: 150px;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.newsnak_list_title {
	font-size: 21px;
	color: #333;
	width: 100%;
	font-weight: normal;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsnak_list_title:hover {
	color: #ff552e;
}
.newsnak_list_row {
	position: relative;
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 38px;
	margin-top: 20px;
	text-overflow: clip;
	overflow: hidden;
}
.newsnak_list_wrap {
	margin-top: 20px;
}
.newsnak_list_wrap span {
	height: 16px;
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-right: 15px;
}
.newsnak_list_wrap span.reteales_ico {
	width: 24px;
	height: 16px;
	margin-right: 0px;
	margin-left: -10px;
	background: url(../images/reteales_ico.png) no-repeat;
	background-position: 80% 93%;
}
.thread_petdogs {
	width: 300px;
	margin: 10px auto;
	font-size: 0;
}
.thread_petstit2 {
	width: 100%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
}
.hotsnak_list {
	font-size: 0;
}
.hotsnak_list .hot_article {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.hotsnak_list_L {
	width: 100px;
	height: 65px;
	border: 1px solid #fff;
	box-sizing: border-box;
	float: left;
}
.hotsnak_list_img {
	width: 90px;
	height: 65px;
	text-align: center;
	display: block;
	overflow: hidden;
}
.hotsnak_list_img img {
	width: 90px;
	height: 65px;
	display: block;
	object-fit: fill;
}
.hotsnak_list_R {
	width: 200px;
	height: 65px;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.hotsnak_list_title {
	width: 100%;
	height: 38px;
	overflow: hidden;
	text-overflow: clip;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	display: inline-block;
}
.hotsnak_list_title .fs_14:hover {
	color: #ff552e;
}
.hotsnak_list_wrap {
	margin-top: 10px;
}
.hotsnak_list_wrap span {
	display: inline-block;
	font-size: 12px;
	color: #999;
	vertical-align: middle;
}
/*主题页第一条记录*/
.newsnak_first_title {
	font-size: 21px;
	color: #ff552e;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.newsnak_list_first {
	position: relative;
	font-size: 16px;
	color: #333333;
	width: 100%;
	margin-top: 20px;
}
/*----------------------------------------新闻、养护、技巧内容页----------------------------------------*/
.read_highlights {
	float: left;
	width: 200px;
}
.read_higcontent {
	width: 850px;
	margin-top: 20px;
}
.readhig_relevant {
	width: 200px;
	margin: 10px auto auto auto;
	font-size: 0;
}
.readhig_title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.read_higency a {
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.read_higency a p {
	width: 100%;
	line-height: 24px;
	display: inline-block;
	text-overflow: clip;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
}
.read_higency a p:hover {
	color: #ff552e;
}
.readcont_relevant {
	margin: 10px auto;
	font-size: 0;
}
.readcont_title {
	width: 620px;
	font-size: 21px;
	color: #333333;
}
.readcont_rtime {
	margin-top: 20px;
}
.readcont_rtime span, .readcont_rtime a {
	display: inline-block;
	font-size: 12px;
	color: #999;
	vertical-align: middle;
	margin-right: 15px;
}
.readcont_rtime span.reteales_ico {
	width: 24px;
	height: 16px;
	margin-right: 0px;
	margin-left: -10px;
	background: url(../images/reteales_ico.png) no-repeat;
	background-position: 80% 55%;
}
.readcont_rtime .readcont_dogzs {
	color: #333;
}
.readcont_content {
	padding: 10px 0;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.wen {
	width: 100%;
}
.wen img {
	max-width: 100%;
	height: auto !important;
}
#edit_modify {
	color: #3e72f9;
}
/*----------------------------------------城市筛选----------------------------------------*/
.hot_wrap {
	margin: 40px auto 0;
	text-align: left;
}
.hot_wrap .hot_title {
	float: left;
	margin-right: 18px;
	color: #ff552e;
	font-size: 14px;
	font-weight: 600;
}
.hot_wrap .hot_city {
	margin: 0 10px;
	color: #666;
	font-size: 14px;
}
/*城市select选择*/
.selector_wrap {
	margin: 25px auto 0;
	height: 30px;
	text-align: left;
}
.selector_title {
	float: left;
	line-height: 30px;
	margin-right: 29px;
	color: #555;
	font-size: 14px;
	font-weight: 600;
}
.selector_frame {
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 10;
	width: 118px;
	height: 28px;
	margin-right: 8px;
	border: solid 1px #DDD;
	border-radius: 2px;
	color: #999;
	font-size: 14px;
}
.selector_frame:hover {
	border-color: #999;
}
.selector_result {
	width: 106px;
	height: 28px;
	padding-left: 12px;
	line-height: 28px;
	font-size: 12px;
}
.selector_arrow {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 11px;
	height: 7px;
	background-image: url(../images/changecity_down.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	pointer-events: none
}
.selector-arrow-up {
	background-image: url(http://www.goupuzi.com/images/images/public/changecity_up.png);
}
.selector_box {
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	width: 118px;
	border: solid 1px #DDD;
	font-size: 12px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 450px;
}
.selector_list {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	color: #999;
}
.selector_list a {
	color: #999;
	display: block;
}
.selector_list a:hover {
	color: #ff552e;
	background-color: #f8f8f8;
}
.selector_list:hover {
	color: #ff552e;
	background-color: #f8f8f8;
}
/*城市滚动选择*/
.city_contwrap {
	margin: 30px auto 0 auto;
	text-align: left;
}
.content_title {
	line-height: 16px;
	color: #555;
	font-size: 16px;
	font-weight: 600;
}
.content_box {
	float: left;
	margin: 20px auto;
	border: solid 1px #eee;
}
.content_letter {
	float: left;
	border-bottom: solid 1px #eee;
}
.content_letter_panel {
	float: left;
	width: 40px;
	height: 100%;
	color: #999;
	font-size: 18px;
	font-weight: 700;
	background-color: #f5f5f5;
	text-align: center
}
.content_province {
	float: left;
	position: relative;
	z-index: 1;
	width: 1158px
}
.content_province_triangle {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background-image: url(../images/changecity_triangle.png);
	background-size: 100% 100%;
	background-repeat: no-repeat
}
.content_province_title {
	float: left;
	width: 54px;
	height: 100%;
	line-height: 46px;
	padding-left: 16px;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #eee;
	color: #333;
	font-size: 16px
}
.content_province a {
	color: #333;
}
.content_cities {
	float: left;
	width: 1086px;
	padding: 12px 0;
	overflow: hidden
}
.content_city {
	display: inline-block;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	margin: 0 12px
}
.content_cities .content_city:hover {
	color: #ff552e;
}
/*鼠标移入/移出改变显示状态*/
.content_letter_panle_hover {
	color: #fff;
	background-color: #ff552e
}
.content-province-hover {
	background-color: #f5f5f5
}
.content_province_triangle_hover {
	display: block
}
/*清除城市选择页浮动*/
.clb {
	clear: both;
}
/*----------------------------------------商家入驻页面----------------------------------------*/
.business_wrap {
	position: relative;
}
.business_promotion {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.business_groupa {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.slogan_img {
	background: url(../images/slogan_img.png) no-repeat;
	position: absolute;
	width: 317px;
	height: 147px;
	top: 70px;
	left: 125px;
}
.signa_img {
	width: 735px;
	height: 401px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/signa_img.png);
}
.business_groupb {
	width: 1200px;
	height: 650px;
	margin: 0 auto;
	position: relative;
}
.business_gb_left1 {
	position: absolute;
	top: 180px;
	left: 220px;
	width: 192px;
	height: 193px;
	background: url(../images/business_gb_left1.png);
}
.business_gb_left2 {
	position: absolute;
	bottom: 40px;
	left: 220px;
	width: 192px;
	height: 193px;
	background: url(../images/business_gb_left2.png);
}
.business_gb_top {
	position: absolute;
	top: 35px;
	left: 503px;
	width: 192px;
	height: 193px;
	background: url(../images/business_gb_top.png);
}
.business_gb_right1 {
	position: absolute;
	top: 180px;
	right: 220px;
	width: 192px;
	height: 193px;
	background: url(../images/business_gb_right1.png);
}
.business_gb_right2 {
	position: absolute;
	bottom: 40px;
	right: 220px;
	width: 192px;
	height: 193px;
	background: url(../images/business_gb_right2.png);
}
.business_gb_btn {
	width: 74px;
	height: 23px;
	position: absolute;
	top: 146px;
	left: 65px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.business_gb_bottom {
	position: absolute;
	bottom: 45px;
	right: 455px;
	width: 275px;
	height: 341px;
	background: url(../images/business_gb_bottom.png);
}
.generalize_center {
	width: 1200px;
	height: 500px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.generalize_img {
	width: 1200px;
	height: 500px;
	background: url(../images/generalize_img.png) no-repeat;
}
/*合作说明*/
.joint_work {
	width: 1200px;
	height: 460px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.joint_title {
	width: 202px;
	height: 30px;
	margin: 58px auto;
	position: relative;
	background: url(../images/joint_title.png) bottom no-repeat;
	margin: 0px auto 30px auto;
	padding: 30px 0;
}
.goldmedal_title {
	width: 202px;
	height: 30px;
	display: block;
	position: relative;
	background: url(../images/goldmedal_title.png) bottom no-repeat;
	margin: 0px auto 30px auto;
	padding: 30px 0;
}
.cooperation_wrap {
	width: 1200px;
	height: 185px;
	position: relative;
}
.cooperation_that1 {
	width: 356px;
	height: 169px;
	display: inline-block;
	position: absolute;
	left: 0px;
	background: url(../images/cooperation_that1.png) no-repeat;
}
.cooperation_that2 {
	width: 356px;
	height: 168px;
	display: inline-block;
	position: absolute;
	left: 420px;
	background: url(../images/cooperation_that2.png) no-repeat;
}
.cooperation_that3 {
	display: inline-block;
	position: absolute;
	right: 0px;
	width: 356px;
	height: 87px;
	background: url(../images/cooperation_that3.png) no-repeat;
}
/*金牌商家*/
.gold_member {
	width: 1200px;
	height: 800px;
	background: url(../images/advert_sponsor_jsbg.png) no-repeat;
	margin: 0 auto;
	position: relative;
}
.gold_member_top {
	width: 1200px;
	height: 190px;
	text-align: center;
}
.goldmedal_title {
	width: 202px;
	height: 30px;
	display: block;
	position: relative;
	background: url(../images/goldmedal_title.png) bottom no-repeat;
	margin: 0px auto 30px auto;
	padding: 30px 0;
}
.goldmedal_content {
	width: 451px;
	height: 44px;
	display: block;
	margin: 0 auto;
	background: url(../images/goldmedal_content2.png) no-repeat;
}
.gold_member_bottom {
	position: relative;
}
.fullSlide {
	width: 100%;
	position: relative;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.gold_member .fullSlide .bd ul {
	width: 100% !important;
	margin: 0;
	padding: 0;
}
.news_stick .fullSlide .bd ul {
	width: 100% !important;
	margin: 0;
	padding: 0;
}
.gold_member .fullSlide .bd li {
	width: 100% !important;
	height: 610px;
	overflow: hidden;
	text-align: center;
}
.news_stick .fullSlide .bd li {
	width: 100% !important;
	height: 900px;
	overflow: hidden;
	text-align: center;
}
.hot_sale .fullSlide .bd li {
	width: 100% !important;
	height: 940px;
	overflow: hidden;
	text-align: center;
}
.right_img .fullSlide .bd li {
	width: 100% !important;
	height: 940px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.fullSlide .hd ul li {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	background: #666;
	font-size: 12px;
	line-height: 15px;
	overflow: visible;
	text-align: center;
	filter: alpha(opacity=70);
	border-radius: 50%;
	margin: 0px 7.5px;
	padding: 0;
}
.fullSlide .hd ul .on {
	padding: 0;
	background: #f1580d;
	color: #fff;
	font-weight: bold;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
	position: relative;
}
.gold_member_bottom .pnBtn, .news_stick_bottom .pnBtn, .hot_sale_bottom .pnBtn, .right_img_bottom .pnBtn {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.gold_member_bottom .prev, .news_stick_bottom .prev, .hot_sale_bottom .prev, .right_img_bottom .prev {
	left: 0;
}
.gold_member_bottom .next, .news_stick_bottom .next, .hot_sale_bottom .next, .right_img_bottom .next {
	right: 0;
}
.gold_member_bottom .pnBtn .arrow, .news_stick_bottom .pnBtn .arrow, .hot_sale_bottom .pnBtn .arrow, .right_img_bottom .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
}
.gold_member_bottom .pnBtn .arrow:hover, .news_stick_bottom .pnBtn .arrow:hover, .hot_sale_bottom .pnBtn .arrow:hover, .right_img_bottom .pnBtn .arrow:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.gold_member_bottom .prev .arrow, .news_stick_bottom .prev .arrow, .hot_sale_bottom .prev .arrow, .right_img_bottom .prev .arrow {
	right: 0;
	background: url(../images/slider-arrow.png) -180px 0 no-repeat;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.gold_member_bottom .next .arrow, .news_stick_bottom .next .arrow, .hot_sale_bottom .next .arrow, .right_img_bottom .next .arrow {
	left: 0;
	background: url(../images/slider-arrow.png) 0 0 no-repeat;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.goldimg_carouse1 {
	width: 1200px;
	height: 610px;
	background: url(../images/goldimg_carouse1.png) 0 0 no-repeat;
}
.goldimg_carouse2 {
	width: 1200px;
	height: 610px;
	background: url(../images/goldimg_carouse2.png) 0 0 no-repeat;
}
/*消息置顶*/
.news_stick {
	width: 1200px;
	height: 1080px;
	margin: 0 auto;
	position: relative;
}
.news_stick_top {
	width: 1200px;
	height: auto;
	text-align: center;
}
.newtop_title {
	width: 202px;
	height: 30px;
	display: block;
	position: relative;
	background: url(../images/newtop_title.png) bottom no-repeat;
	margin: 0px auto 30px auto;
	padding: 30px 0;
}
.newtop_content {
	width: 434px;
	height: 30px;
	display: block;
	margin: 0 auto;
	background: url(../images/newtop_content2.png) no-repeat;
}
.news_stick_bottom {
	position: relative;
}
.newsimg_carouse1 {
	width: 1200px;
	height: 900px;
	background: url(../images/newsimg_carouse1.png) 0 0 no-repeat;
}
.newsimg_carouse2 {
	width: 1200px;
	height: 900px;
	background: url(../images/newsimg_carouse2.png) 0 0 no-repeat;
}
.newsimg_carouse3 {
	width: 1200px;
	height: 900px;
	background: url(../images/newsimg_carouse3.png) 0 0 no-repeat;
}
.newsimg_carouse4 {
	width: 1200px;
	height: 900px;
	background: url(../images/newsimg_carouse4.png) 0 0 no-repeat;
}
/*vip会员*/
.vip_member {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background: url(../images/advert_sponsor_jsbg.png) repeat;
}
.vip_member_top {
	width: 1200px;
	height: auto;
	text-align: center;
}
.vip_title {
	width: 202px;
	height: 30px;
	display: block;
	position: relative;
	background: url(../images/vip_title.png) bottom no-repeat;
	margin: 0px auto 30px auto;
	padding: 30px 0;
}
.vipmember_content2 {
	width: 483px;
	height: 23px;
	display: block;
	margin: 0 auto;
	background: url(../images/vipmember_content2.png) no-repeat;
}
.vip_advantage {
	display: block;
	margin: 0 auto;
	padding: 80px 0 0 0;
}
.vip_carouse {
	width: 1200px;
	height: 900px;
	background: url(../images/vip_carouse.png) no-repeat;
}
/*热卖精选*/
.hot_sale {
	width: 1200px;
	height: 1100px;
	margin: 0 auto;
	position: relative;
}
.hot_sale_top {
	width: 1200px;
	height: auto;
	text-align: center;
}
.hotadvert_title {
	width: 202px;
	height: 30px;
	display: block;
	position: relative;
	background: url(../images/hot_title.png) bottom no-repeat;
	margin: 0px auto 30px auto;
	padding: 30px 0;
}
.hotsale_content2 {
	width: 286px;
	height: 18px;
	display: block;
	margin: 0 auto;
	background: url(../images/hotsale_content2.png) no-repeat;
}
.hot_sale_bottom {
	position: relative;
}
.hotsale_carouse1 {
	width: 1200px;
	height: 940px;
	background: url(../images/hotsale_carouse1.png) 0 0 no-repeat;
}
.hotsale_carouse2 {
	width: 1200px;
	height: 940px;
	background: url(../images/hotsale_carouse2.png) 0 0 no-repeat;
}
.hotsale_carouse3 {
	width: 1200px;
	height: 940px;
	background: url(../images/hotsale_carouse3.png) 0 0 no-repeat;
}
/*右侧图片*/
.right_img {
	width: 1200px;
	height: 1100px;
	margin: 0 auto;
	background: url(../images/advert_sponsor_jsbg.png) repeat;
	position: relative;
}
.right_img_top {
	width: 1200px;
	height: auto;
	text-align: center;
}
.right_title {
	width: 202px;
	height: 30px;
	display: block;
	position: relative;
	background: url(../images/right_title.png) bottom no-repeat;
	margin: 0px auto 30px auto;
	padding: 30px 0;
}
.rightimg_content2 {
	width: 293px;
	height: 18px;
	display: block;
	margin: 0 auto;
	background: url(../images/rightimg_content2.png) no-repeat;
}
.right_img_bottom {
	position: relative;
}
.rightimg_carouse1 {
	width: 1200px;
	height: 940px;
	background: url(../images/rightimg_carouse1.png) 0 0 no-repeat;
}
.rightimg_carouse2 {
	width: 1200px;
	height: 940px;
	background: url(../images/rightimg_carouse2.png) 0 0 no-repeat;
}
.contact_info {
	position: absolute;
	left: 141px;
	top: 260px;
}
.contact_info th, .contact_info td {
	color: #292929;
	font-size: 18px;
}
.contact_info th {
	text-align: right;
}
.tabqq_th {
	width: 42px;
	height: 24px;
	background: url(../images/tabqqtelwx_th.png) 0px 0px no-repeat;
}
.tabtel_th {
	width: 42px;
	height: 24px;
	background: url(../images/tabqqtelwx_th.png) -52px 0px no-repeat;
}
.tabwx_th {
	width: 42px;
	height: 24px;
	background: url(../images/tabqqtelwx_th.png) -104px 0px no-repeat;
}
.tabqq_th_orange {
	width: 42px;
	height: 24px;
	background: url(../images/tabqqtelwx_th.png) 0px -26px no-repeat;
}
.tabtel_th_orange {
	width: 42px;
	height: 24px;
	background: url(../images/tabqqtelwx_th.png) -52px -26px no-repeat;
}
.tabwx_th_orange {
	width: 42px;
	height: 24px;
	background: url(../images/tabqqtelwx_th.png) -104px -26px no-repeat;
}
.contact_info td {
	text-align: left;
	padding-left: 10px;
}
.qr_codeabtfb {
	width: 72px;
	height: 72px;
	position: absolute;
	left: 325px;
	top: 260px;
}
.joint_info {
	position: absolute;
	right: 185px;
	top: 100px;
}
.joint_info th, .joint_info td {
	color: #292929;
	font-size: 18px;
}
.joint_info th {
	text-align: right;
}
.joint_info td {
	text-align: left;
	padding-left: 10px;
}
/*底部导航*/
.bottomBar {
	width: 100%;
	height: 70px;
	background-color: #000;
	opacity: 0.7;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 100;
}
.centerBox {
	width: 1200px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
.centerBox {
	width: 100%;
}
}
@media only screen and (min-width: 100px) and (max-width: 770px) {
.bottomBar {
	height: auto;
}
.centerBox {
	width: 100%;
	height: auto;
}
}
.bottomBar > .centerBox > div:first-child {
	font-style: italic;
	font-size: 28px;
	line-height: 70px;
	float: left;
	color: #fff;
}
.tg-bottomRight {
	float: right;
	overflow: hidden;
	margin-top: 13px;
}
.tg-bottomRight li.bottomQQ {
	float: right;
	margin-left: 40px;
	display: inline;
}
@-moz-document url-prefix() {
 .tg-bottomRight li.bottomQQ {
 float: right;
 margin-left: 40px;
 margin-top: 1px;
}
}
.tg-bottomRight li.hot-tel {
	float: right;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	list-style: none;
}
.bottomQQ > a {
	display: block;
	overflow: hidden;
	width: 128px;
	height: 44px;
	background-color: #4ba4f0;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
}
.bottomQQ > a:hover {
	background-color: #388cf1;
}
.tg-bottomRight a:hover {
	text-decoration: none;
}
.barQQIcon {
	display: block;
	width: 16px;
	height: 17px;
	float: left;
	margin: 15px 10px 0 23px;
	background: url(../images/public_images.png) no-repeat -191px -2px;
}
.tg-bottomRight li.hot-tel span {
	line-height: 44px;
	vertical-align: middle;
	float: left;
}
.tg-bottomRight li.hot-tel span.telNum {
	font-size: 24px;
	font-weight: bold;
	color: #fc361d;
}
.float_nav_advert {
	position: fixed;
	bottom: 200px;
	margin-left: -104px;
}
.float_nav_advert a {
	font-size: 12px;
	padding: 8px 12px;
	text-align: center;
	background: #918888;
	border: 1px solid #b1aaaa;
	text-decoration: none;
	display: block;
	color: #fff;
}
.float_nav_advert a:hover {
	background: #f1580d;
	color: #fff;
}
.float_nav_bs_advert {
	background: #f1580d!important;
	color: #fff!important;
}
/*13寸屏幕左侧导航位置*/
@media only screen and (min-width: 768px) and (max-width: 1440px) {
.float_nav_advert {
	position: fixed;
	bottom: 100px;
	margin-left: -60px;
}
}
/*----------------------------------------网站地图页面----------------------------------------*/
.site_mapwarp {
	padding: 0 10px;
}
.major_title {
	font-weight: normal;
	font-size: 21px;
	color: #333333;
	margin-top: 20px;
}
.minor_title {
	margin-top: 20px;
}
.minor_title a {
	color: #ff552e;
	font-size: 16px;
	color: #ff552e;
}
.mapdizhi_wrap {
	margin-top: 20px;
	display: inline-block;
}
.mapdizhi_wrap .mapdizhi_dt {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: -3px 20px auto auto;
}
.mapdizhi_wrap .mapdizhi_dt a {
	font-size: 16px;
	color: #333;
}
.mapdizhi_wrap dl {
	margin-top: 10px;
}
.mapdizhi_wrap .mapdizhi_dd {
	display: inline-block;
	width: 1050px;
}
.mapdizhi_wrap .mapdizhi_dd>a {
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin: auto 15px 20px 15px;
}
.mapdizhi_wrap .mapdizhi_dd>a:hover {
	color: #ff552e;
}
/*----------------------------------------最近更新页面----------------------------------------*/
.recedc_wrap {
	margin-top: 20px;
}
.recedc_wrap .recedc_li {
	width: 540px;
	height: 19px;
	margin: 10px auto;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.recedc_wrap .recedc_li span {
	font-size: 13px;
	color: #666;
	margin-right: 4px;
	display: inline-block;
	vertical-align: super;
}
.recedc_wrap .recedc_li p {
	font-size: 13px;
	color: #666;
	display: inline-block;
}
.recedc_wrap .recedc_li a {
	font-size: 13px;
	color: #666;
	margin-right: 4px;
}
.recedc_wrap .recedc_li a:hover {
	color: #ff552e;
}
/*----------------------------------------个人中心原版提示框按钮--------------------------------*/
.bt {
	border-width: 1px;
	cursor: pointer;
	padding: .1em 1em;
	padding: 0 1em;
	font-size: 9pt;
	line-height: 130%;
	overflow: visible
}
.bt {
	cursor: pointer;
	background: #f0f0f0;
	color: #000;
	vertical-align: middle;
	border-color: #e7e7e7 #666666 #666666 #e7e7e7;
}
.pdD {
	padding: .3em .5em;
}
.tar {
	text-align: right
}
/*----------------------------------------买猫列表页面-----------------------------------------*/
.new_cat_container {
	width: 890px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
}
.classification {
	width: 890px;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 1px solid rgb(240, 72, 72);
}
.classification .pitchon {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	color: rgb(255, 255, 255);
	background: rgb(240, 72, 72);
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	width: 98px;
}
.pitchon a {
	color: #ffffff;
}
.classification .normal {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #666666;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	width: 98px;
}
.cattype {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
	margin-left: 10px;
	width: 870px;
}
.catleft {
	width: 90px;
	float: left;
}
.catoname {
	margin-top: 15px;
	font-size: 14px;
	border-radius: 28px;
	font-weight: 400;
	font-style: normal;
	color: #ff552e;
	border: 1px solid #ff552e;
	padding: 5px 15px;
	display: inline-block;
}
.catright {
	width: 760px;
	float: left;
}
.catright ul {
	margin-bottom: 15px;
}
.catright li {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #666666;
	padding: 5px 25px 5px 0px;
	display: inline-block;
}
.catrightnocheck {
	color: #666666;
}
.catrightchecked {
	color: #ff552e;
}
.catprice {
	overflow: hidden;
	margin-left: 10px;
	width: 870px;
}
/*----------------------------------------发布选择分类页面---------------------------------------*/
.groove {
	height: 67px;
	background: rgba(248, 248, 248, 1);
}
.groove_son {
	width: 800px;
	margin: 0 auto;
}
.groove_grandson {
	width: 28%;
	display: inline-block;
	margin-left: 4%;
}
.groove_grandson_son {
	line-height: 67px;
	font-size: 20px;
	color: #666666;
	margin-left: 26px;
}
.groove_grandson_center {
	margin-right: 25px;
	margin-left: 20px;
	line-height: 67px;
	font-size: 18px;
	color: #666666;
}
.choiced_ali {
	color: #ff552e;
	font-size: 24px;
}
.choice_ali {
	color: #999999;
	font-size: 24px;
}
.groove_son_tow {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
}
.groove_grandson_class {
	text-align: center;
	border-bottom: 2px solid rgba(248, 248, 248, 1);
	height: 30px;
	line-height: 30px;
	padding: 5px 0;
	font-size: 18px;
	color: #ff552e;
}
.groove_grandson_class_son .choice_left {
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 20px;
	color: #3e72f9;
}
.choice_left_one {
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 20px;
	color: #ff552e;
}
.choice_left_one a {
	color: #ff552e;
}
.groove_grandson_class_son .choice_right {
	width: 50%;
	text-align: center;
	float: right;
	margin-top: 20px;
	color: #3e72f9;
}
.choice_right_one {
	width: 50%;
	text-align: center;
	float: right;
	margin-top: 20px;
	color: #ff552e;
}
.choice_right_one a {
	color: #ff552e;
}
.choice_left a {
	color: #3e72f9;
}
/*------------------------------------------发帖页面-------------------------------------------------*/
.groove_grandson_post {
	width: 32%;
	display: inline-block;
}
.groove_grandson_son_first {
	line-height: 67px;
	font-size: 20px;
	color: #666666;
}
.groove_grandson_son_oright {
	line-height: 67px;
	font-size: 20px;
	color: #666666;
	margin-left: 6px;
}
.groove_grandson_son_two {
	line-height: 67px;
	font-size: 20px;
	color: #666666;
	margin-left: 40px;
}
.groove_color {
	color: #ff552e;
}
.groove_color a {
	color: #ff552e;
}
.groove_color > a :hover {
	color: #ff552e;
}
#groove-content::-webkit-input-placeholder {
 padding-top: 50px;
 line-height: 25px;
}
#groove-content::-moz-placeholder {
 padding-top: 50px;
 line-height: 25px;
}
#groove-content:-ms-input-placeholder {
 padding-top: 50px;
 line-height: 25px;
}
.groove_file {
	cursor: pointer;
	position: relative;
	width: 116px;
	display: inline-block;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 4px;
	overflow: hidden;
	color: #666666;
	text-decoration: none;
	text-indent: 0;
	text-align: center;
	line-height: 40px;
}
.groove_file input {
	position: relative;
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
}
.groove_file:hover {
	border-color: #666666;
	color: #333333;
	text-decoration: none;
}
.post_container {
	margin-top: 20px;
	width: 800px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.post_container_son {
	width: 100%;
	clear: both;
}
.post_container_son_radio {
	margin-top: 20px;
	float: left;
	width: 15%;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
}
.post_container_son_right {
	margin-top: 20px;
	float: left;
	width: 80%;
}
.post_container_son_text {
	margin-top: 20px;
	float: left;
	width: 15%;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.post_container_son_show {
	margin-top: 20px;
	float: left;
	width: 15%;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
}
.post_container_son_color {
	color: #ff552e;
}
.post_container_grandson_left {
	margin-right: 45px;
	font-size: 16px;
}
.post_grandson_left {
	margin-right: 20px;
	font-size: 15px;
}
.post_common_size {
	font-size: 14px;
}
.post_large_size {
	font-size: 16px
}
.post_grandson_type {
	height: 40px;
	width: 236px;
	border-radius: 5px;
	text-align: center;
	padding-left: 10px;
	color: #666666;
}
.post_grandson_type > option {
	color: #666666;
}
.post_grandson_sex {
	height: 40px;
	width: 137px;
	border-radius: 5px;
	padding-left: 10px;
}
.post_grandson_age {
	width: 125px;
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.post_grandson_price1 {
	width: 175px;
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.post_grandson_price2 {
	width: 170px;
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	padding-left: 1px;
	border: 1px solid #999999;
}
.post_son_promise {
	border-radius: 5px;
	border: 1px solid #999999;
	max-height: 93px;
	max-width: 432px;
	height: 93px;
	width: 432px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
}
.post_grandson_content {
	border-radius: 5px;
	border: 1px solid #999999;
	max-height: 180px;
	max-width: 432px;
	height: 180px;
	width: 432px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
}
.post_grandson_notice {
	overflow: hidden;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
}
.post_grandson_area {
	height: 40px;
	width: 118px;
	border-radius: 5px;
	padding-left: 10px;
}
.post_grandson_info {
	margin-right: 20px;
	font-size: 15px;
}
.post_info_input {
	width: 108px;
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.post_grandson_prompt {
	font-size: 16px;
	color: #ff552e;
}
.post_grandson_prompt a {
	color: #ff552e;
}
.post_btn {
	width: 214px;
	height: 37px;
	background: #ff552e;
	border: 1px solid #FF9900;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
}
.post_last_son {
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	width: 15%;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.post_last_tson {
	margin-top: 20px;
	float: left;
	width: 80%;
	margin-bottom: 20px;
}
.post_grandson_title {
	width: 432px;
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
	border: 1px solid #999999;
}
/*内容详情页面*/
.icon-share {
	margin-right: 3px;
	font-size: 14px;
	vertical-align: middle;
	color: #ff552e;
	margin-left: -18px;
	pointer-events: none
}
.streak:hover .icon-share {
	color: #FF9966;
}
/*.bdsharebuttonbox{}*/
.box_b {
	float: right;
	margin-left: -12px;
}
.box_a {
	float: right;
	margin-top: -5px;
}
/*------------------------------------------首页更新-------------------------------------------------*/
.hot_label {
	margin-top: 20px;
}
.hot_label h2 {
	font-size: 21px;
	color: #ff552e;
	font-weight: normal;
	line-height: 40px;
	margin-left: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #F2F2F2
}
.hot_label_list {
	font-size: 14px;
	margin-top: 7px;
	padding-left: 15px;
	margin-right: -20px;
}
.hot_label_list a {
	color: #3e72f9;
	float: left;
	border: 1px solid #3e72f9;
	padding: 5px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	width: 120px;
	text-align: center;
	margin-right: 20px;
	margin-top: 8px;
	overflow: hidden;
}
.hot_label_list a:hover {
	background-color: #3e72f9;
	color: #fff;
}
.dog_shop_serve {
	margin-top: 20px;
}
.dog_shop_serve h2 {
	font-size: 21px;
	color: #ff552e;
	font-weight: normal;
	line-height: 40px;
	margin-left: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #F2F2F2
}
/*------------------------------------------我要买狗-------------------------------------------------*/
.thread_crumb .exhibit_list_one {
	display: inline-block;
	padding: 10px 0;
}
.main_left {
	width: 890px;
	float: left;
}
.dogs_variety_a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: inline-block;
	margin-top: 6px;
	padding: 0 11px
}
.dogs_variety_a:hover {
	color: #ff552e;
}
.dogs_variety_b {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: inline-block;
	margin-top: 6px;
	padding: 0 11px;
	margin-right: 17px;
}
.nav_one:after, .nav_two:after, .nav_three:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}
.nav_list {
	margin-top: 12px;
	height: 50px;
	line-height: 25px;
	text-align: justify;
	text-align-last: justify;
}
.nav_list_a {
	margin-top: 12px;
	height: 0px;
	line-height: 0px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
.nav_one, .nav_two, .nav_three {
	font-size: 0;
}
}
.select_type {
	border: 1px solid #ff552e;
	color: #ff552e;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px
}
.nav_list_last {
	margin-top: 12px;
	height: 50px;
	line-height: 25px;
}
.dogs_variety_flex {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: inline-block;
	margin-top: 6px;
	padding: 0 11px;
	cursor: pointer;
}
.dogs_variety_more {
	display: none;
}
.dogs_variety_block {
	display: block
}
.solid_cut {
	border-bottom: 1px solid #f2f2f2;
}
.imaginary_cut {
	border-bottom: 1px dashed #f2f2f2;
}
.main_right {
	width: 290px;
	float: right;
}
.fs_title {
	padding: 8px 0;
	text-align: center;
}
.ad100 {
	padding-bottom: 10px;
}
.ad100pic {
	width: 266px;
	height: 240px;
}
.how_much {
	font-size: 12px;
	margin-top: 5px;
}
.much_fnt {
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-left: 30px;
}
.much_fnt:nth-child(2n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.much_fnt>a {
	width: 100%;
	height: 100px;
	display: block;
	overflow: hidden;
}
.much_fnt>a img {
	width: 100%;
	height: 100px;
	object-fit: fill;
	display: block;
}
.much_fnt h3 {
	margin-top: 2px;
}
.much_fnt_a {
	float: left;
	width: 120px;
	margin: 5px 10px;
}
.much_fnt_a:nth-child(2n+1) {
	clear: left;
	float: left;
}
.much_fnt_a>a {
	width: 100%;
	height: 92px;
	display: block;
	overflow: hidden;
}
.much_fnt_a img {
	width: 100%;
	display: block;
	height: 92px;
	object-fit: cover;
}
.much_fnt_a h3 {
	margin-top: 2px;
}
.much_fnt:hover .fs_13, .much_fnt_a:hover .fs_13 {
	color: #ff552e;
}
.how_much a p {
	margin-top: 3px;
}
.right_article {
	margin-top: 20px;
}
/*.right_article a{display: block;width: 290px;overflow: hidden;margin-top: 10px;text-overflow:ellipsis;white-space:nowrap;font-size: 14px;color: #333333;}*/
.article_font_a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #333333;
	margin-top: 10px;
}
.article_font_a:hover {
	color: #ff552e;
}
.pet_city {
	width: 100%;
	margin: 0 auto;
}
.pet_city_a {
	float: left;
	width: 140px;
	margin-left: 10px;
	height: 20px;
	font-size: 13px;
	color: #333333;
	overflow: hidden;
	margin-top: 10px;
}
.pet_city_a:hover {
	color: #ff552e;
}
.pet_city_a:nth-child(2n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.pet_introduce {
	margin-top: 38px
}
.pet_introduce img {
	width: 121px;
	height: 75px
}
.pet_information {
	float: left;
	margin-left: 10px;
	margin-top: -1px;
}
.pet_information_p {
	font-size: 13px;
	color: #666;
}
.pet_information_h2 {
	padding: 0;
	text-align: left;
	font-weight: normal;
	height: 27px;
	margin-top: -5px;
}
.pet_infor_b {
	line-height: 18px;
}
.pet_describe {
	font-size: 14px;
	width: 266px;
	margin-top: 31px;
	color: #666;
	line-height: 20px;
}
.pet_describe_a {
	float: right;
	font-size: 14px;
	color: #3e72f9;
	font-weight: normal;
}
.pet_describe_h {
	margin-top: 3px;
}
.exhibit_list_left {
	border: 1px solid #fff;
	box-sizing: border-box;
	float: left;
}
.exhibit_list_left img {
	height: 100px;
	width: 161px;
}
.exhibit_list_right {
	width: 683px;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-left: 20px;
}
.exhibit_dogs_price span {
	font-weight: normal
}
.thread_swiperrlunbo_a {
	width: 121px;
	height: 75px;
	font-size: 0;
	position: relative;
	margin-top: -12px;
	float: left;
}
.read_vinda_a {
	float: left;
	width: 380px;
	height: 380px;
	background-color: #fff;
	margin-right: 10px;
}
.read_vinda_a .swiper-slide {
	width: 100%;
	height: 326px;
	display: block;
	overflow: hidden;
}
.read_vinda_a .swiper-slide img {
	width: 100%;
	display: block;
}
.prev_lr {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin-top: 12px;
	margin-left: 3px;
}
.pet_recommend {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pet_recommend_h2 {
	font-size: 18px;
	clear: both;
	margin-bottom: 10px;
	border-left: 3px solid #ff552e;
	padding-left: 8px;
}
.pet_recommend_img {
	font-size: 14px;
	float: left;
	width: 219px;
	margin-right: 28px;
}
.pet_recommend_img2 {
	font-size: 14px;
	float: left;
	width: 197px;
	margin-right: 19px;
	margin-top: 10px;
}
.recommend_link {
	display: block;
}
.recommend_link>a {
	width: 100%;
	height: 180px;
	display: block;
	overflow: hidden;
}
.recommend_link>a img {
	width: 100%;
	height: 180px;
	object-fit: fill;
	display: block;
}
.pet_recommend_img2 .recommend_link>a {
	width: 100%;
	height: 161px;
	display: block;
	overflow: hidden;
}
.pet_recommend_img2 .recommend_link>a img {
	width: 100%;
	height: 161px;
	object-fit: cover;
	display: block;
}
.pet_recommend_a {
	margin-top: 2px;
	display: block;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	color: #333333;
}
.pet_recommend_a:hover {
	color: #ff552e;
}
.pet_recommend_b {
	margin-top: 2px;
	color: #ff552e;
	text-align: center;
}
.pet_recommend_t {
	float: left;
	width: 80px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 11px;
}
.pet_recommend_d {
	float: left;
	width: 86px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.pet_recommend_d>a {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}
.pet_recommend_d>a img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
}
.pet_recommend_t img {
	width: 80px;
	height: 80px;
	margin: auto;
}
.newsnak_list_a {
	width: 215px;
	height: 125px;
	border: 1px solid #fff;
	box-sizing: border-box;
	float: left;
}
.newsnak_list_b {
	width: 645px;
	height: 125px;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.newsnak_list_b.wid {
	width: 745px;
}
.hotsnak_list_l {
	font-size: 12px;
	color: #ff552e;
}
.hotsnak_list_r {
	font-size: 12px;
	color: #3889C3;
	float: right;
}
.hotsnak_list_w {
	margin-top: 10px;
}
.pet_dealTop {
	color: #333333;
	margin: 10px -30px 0 0;
}
.pet_dealTop .much_fnt {
	width: 135px;
}
.pet_dealTop .much_fnt>a {
	height: 110px;
	margin-bottom: 2px;
}
.pet_dealTop .much_fnt>a img {
	height: 110px;
}
.pet_dealTop a p {
	margin-top: 3px;
}
.pet_recommend_m {
	float: left;
	width: 90px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.box_b {
	float: right
}
.pet_introduction {
	padding: 10px 5px;
	font-size: 14px;
	color: #333;
	background-color: #F8F8F8;
	margin-top: 10px;
}
.readcont_content_page {
	margin-top: 20px;
}
.readcont_content_page a {
	display: block;
	color: #3889C3;
	font-size: 16px;
}
.pet_recommend_i {
	font-size: 14px;
	float: left;
	width: 193px;
	height: 170px;
}
.pet_recommend_i img {
	width: 180px;
}
.pet_recommend_f {
	font-size: 16px;
	color: #333333;
}
.pet_recommend_link {
	font-size: 16px;
	color: #3889C3;
}
.pet_recommend_h {
	float: left;
	width: 197px;
	height: 40px;
	margin-right: 19px;
	line-height: 40px;
	overflow: hidden;
}
.pet_recommend_link:hover {
	text-decoration: underline;
}
.pet_encyclopedia_a {
	float: left;
	text-align: center;
	width: 100px;
	margin-bottom: 15px;
}
.pet_encyclopedia_a:nth-child(12n+1) {
	clear: left;
	float: left;
}
.pet_encyclopedia_a>a {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 100%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 2px;
}
.pet_encyclopedia_a>a img {
	width: 80px;
	height: 80px;
	display: block;
	object-fit: cover;
}
.pet_encyclopedia_a:hover .fs_14 {
	color: #ff552e;
}
.main_right_h {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 8px 0;
	text-align: center;
}
.publish_news_a {
	margin-left: 20px;
}
.pet_recommend_box {
	margin-right: -28px;
}
.dogs_price_h {
	font-size: 16px;
	font-weight: bold;
	color: #ff552e;
	display: inline-block;
}
.dogs_price_s {
	font-size: 16px;
	color: #ff552e;
}
.dogs_rows_h {
	font-size: 14px;
	color: #ff552e;
	display: inline-block;
	font-weight: normal;
}
.interest_article {
	margin: 10px 0;
}
.interest_article_img {
	width: 197px;
	float: left;
	margin-right: 19px;
	margin-top: 10px;
}
.interest_article_img:nth-child(4n+1) {
	clear: left;
	float: left;
}
.interest_article_img>a {
	width: 100%;
	height: 150px;
	display: block;
	overflow: hidden;
	margin-bottom: 2px;
}
.interest_article_img>a img {
	width: 100%;
	display: block;
	height: 150px;
	object-fit: cover;
}
.interest_article_img div .fs_16:hover {
	color: #ff552e;
}
.hot_list {
	width: 100%;
}
.hot_pet_list {
	margin-right: -10px;
}
.pet_encyclopedia {
	margin-top: 5px;
}
.wrapper_h {
	height: 365px;
}
.start_btn {
	height: 80px;
	width: 80px;
	top: 115px;
	left: 146px;
	position: absolute;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: rgba(43,51,63,.7);
	border-color: #fff;
	border: 3px solid #fff;
	opacity: 1;
	transition: all 2s;
	-webkit-transition: all 0.5s;
}
.sanjiao {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 22px solid #FFF;
	border-bottom: 15px solid transparent;
	margin-left: 32px;
	margin-top: 26px;
}
.start_btn_list {
	background: url(../images/start3.png) no-repeat;
	height: 50px;
	width: 50px;
	margin-top: -74px;
	margin-left: 56px;
	position: relative;
}
.top_video {
	font-size: 14px;
	color: #ffc333;
	padding: 1px 8px;
	border: 1px solid #ffc333;
	border-radius: 3px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.top_video.top_type {
	color: #ff552e;
	border: 1px solid #ff552e;
}
.swiper-pagination-fraction span {
margin-right:;
}
/*------------------------------------------文字标签-------------------------------------------------*/
.fs_13 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
.fs_14 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.fs_14b {
	font-size: 14px;
	font-weight: normal;
	color: #3889C3;
}
.fs_16s {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.fs_16 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.fs_16b {
	font-size: 16px;
	color: #3889C3;
	font-weight: normal;
}
.fs_16h {
	font-size: 16px;
	color: #ff552e;
	font-weight: normal;
}
.fs_18h {
	font-size: 18px;
	color: #ff552e;
	display: inline-block;
	font-weight: normal;
}
.fs_18 {
	font-size: 18px;
	color: #333;
	display: inline-block;
	font-weight: normal;
}
.fs_22c {
	font-size: 22px;
	color: #ff4f4f;
	font-weight: normal;
}
.fs_22k {
	font-size: 22px;
	font-weight: normal;
}
video::-internal-media-controls-download-button {
 display:none;
}
video::-webkit-media-controls-enclosure {
 overflow:hidden;
}
video::-webkit-media-controls-panel {
 width: calc(100% + 30px);
}
/*百科图片加入广告*/
.pet_recommend_advert {
	margin-bottom: 20px;
	margin-top: 8px;
	border-radius: 5px;
	border: 1px solid #ff552e;
	padding: 20px;
	width: 960px;
	box-sizing: border-box;
	float: left;
}
.pet_recommend_img_advert {
	width: 292px;
	margin-right: 20px;
}
.pet_recommend_img_advert .tu {
	width: 100%;
	height: 249px;
	overflow: hidden;
}
.pet_recommend_img_advert .tu img {
	width: 100%;
	height: 249px;
	display: block;
	object-fit: cover;
}
.pet_recommend_a_box_advert {
	margin-top: 7px;
	color: #333333;
}
.seckill-item__price {
	margin-top: 10px;
	width: 292px;
	border: 1px solid #ff552e;
	position: relative;
	box-sizing: border-box;
	line-height: 24px;
	overflow: hidden;
	background-color: #ff552e;
	border-radius: 2px;
}
.price-miaosha {
	width: 195px;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	float: left;
}
.price-origin {
	height: 100%;
	width: 95px;
	float: right;
	background: #fff;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 22px;
	box-sizing: border-box;
	text-decoration: line-through;
	vertical-align: top;
}
.recommend_link_advert {
	height: 100%;
}
/* #pet_recommend_advert {margin-left:10px;} */
/** 内容页添加广告 **/
.seckill-item-price_content-advert .price-miaosha-content-advert:before {
	content: " ";
	width: 0;
	height: 0;
	border-color: transparent white transparent transparent;
	border-style: solid;
	border-width: 22px 8px 0 0;
	position: absolute;
	top: 0;
	left: 90px;
}
.pet_recommend_content_advert {
	padding: 15px 10px 5px 10px !important;
	margin-top: 20px;
	margin-bottom: -50px;
	border: 1px solid #ff552e;
	border-radius: 5px;
}
.pet_recommend_img2_content_advert {
	float: left;
	font-size: 14px;
	width: 173px;
	margin-bottom: 10px;
	margin-right: 27px;
}
.recommend_link_content_advert {
	height: 190px;
}
.recommend_img_content_advert {
	width: 180px !important;
	height: 165px !important;
}
.seckill-item-price_content-advert {
	margin-top: 10px;
	width: 180px;
	border: 1px solid #ff552e;
	position: relative;
	box-sizing: border-box;
	line-height: 24px;
	overflow: hidden;
	background-color: #ff552e;
	border-radius: 2px;
}
.price-miaosha-content-advert {
	width: 92px;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	float: left;
}
.price-origin-content-advert {
	height: 100%;
	width: 80px;
	float: right;
	background: #fff;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 22px;
	box-sizing: border-box;
	text-decoration: line-through;
	vertical-align: top;
}
.advert-jg {
	clear: both;
	height: 20px;
}
.pet_recommend_h2_advert {
	font-size: 18px;
	clear: both;
	margin-bottom: 20px;
	border-left: 3px solid #ff552e;
	padding-left: 8px;
}
.form_pc form {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1.85rem 0.45rem 0.45rem 0.45rem
}
.form_pc form .item {
	display: flex;
	align-items: center;
	height: 2.85rem;
	margin-bottom: 0.35rem;
 font-size: .9rem;
	color: #333333;
	float: left;
	width: 36%;
	margin-right: -8rem;
	margin-left: 4rem;
}
.form_pc form .item input {
	width: 50%;
	height: 70%;
	display: inline-block;
	border: 0.01rem solid #ebebeb;
	border-radius: 0.85rem;
	box-shadow: 0px 0px 10px rgb(200 200 200 / 10%);
	padding-left: 0.8rem;
	outline: none;
}
.form_pc form .submit1 {
	padding: 0.4rem 0.2rem;
}
.form_pc form .submit1 button {
	height: 2rem;
 line-height: .85rem;
	text-align: center;
	/*font-size: .34rem;*/
	color: #FFFFFF;
	border-radius: 0.85rem;
	outline: none;
	display: inline-block;
	width: 15%;
	background: linear-gradient(to right, #FFB911, #FF8207);
	border: none;
	margin-left: 9rem;
}
.banner {
	width: 1200px;
	margin: 20px auto;
	margin-top: 30px;
}
.banner .swiper-container {
	margin: 0;
}
.gg {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 14px;
}
.gg a {
	width: 136px;
	height: 68px;
	position: relative;
	display: block;
	float: left;
	margin-left: 16px;
	margin-top: 16px;
	overflow: hidden;
}
.gg a:nth-child(8n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.gg a img {
	max-width: 100%;
	max-height: 78px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.wen {
	width: 100%;
}
.wen img {
	max-width: 100%;
	height: auto !important;
}
/*投诉建议*/
.sendmail_all {
	overflow: hidden;
}
.t, .t5 {
	margin: 0 auto 10px;
	height: auto;
	overflow: hidden;
}
.t {
	border: 1px solid #b0c8e0;
}
.sendmail_h2bq {
	font-weight: bold;
	color: #333;
	display: inline-block;
	width: 100%;
}
.h {
	font-size: 13px;
	border-bottom: 1px solid #cde2f6;
	background: #e6f0f9 url(../images/h.png) repeat-x;
	text-align: left;
	color: #333333;
	padding: 0 0.5em;
	line-height: 2.4em;
}
.sendmail_all .sendmail_table {
	width: 100%;
	display: inline-block;
	border: 1px dashed #d3d3d3;
	float: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.sendmail_all .sendmail_table tr th {
	text-align: left;
	width: 150px;
	padding: 5px 10px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.sendmail_all .sendmail_table tr td {
	height: 30px;
	text-align: left;
	padding: 5px 10px;
}
.sendmail_all .sendmail_input {
	border: 1px solid;
	width: 300px;
	border-color: #c0c0c0 #ededed #ededed #c0c0c0;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	color: #000;
}
.sendmail_all .sendmail_table textarea, .sendmail_all .sendmail_table input, .sendmail_all .sendmail_table select {
	font: 14px Arial;
	padding: 5px 3px;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 1px;
}
.sendmail_all .sendmail_table td .sendmail_hx {
	color: red;
	font-size: 16px;
	vertical-align: middle;
}
.sendmail_ownaddress {
	width: 600px;
	border: 1px solid;
	border-color: #c0c0c0 #ededed #ededed #c0c0c0;
	height: 20px;
	font-size: 1.0em;
	ertical-align: middle;
	color: #000;
}
.sendmail_title {
	border: 1px solid;
	border-color: #c0c0c0 #ededed #ededed #c0c0c0;
	height: 20px;
	font-size: 1.0em;
	ertical-align: middle;
	color: #000;
	width: 600px;
}
.sendmail_content {
	max-width: 600px;
	min-width: 600px;
	max-height: 130px;
	min-height: 130px;
	width: 600px;
	height: 130px;
	border: 1px solid;
	border-color: #c0c0c0 #ededed #ededed #c0c0c0;
}
.btn {
	border-width: 1px;
	cursor: pointer;
	padding: 0.1em 1em;
	font-size: 14px;
	line-height: 130%;
	overflow: visible;
	border-color: #4c9542 #668f01 #668f01 #4c9542;
	margin-right: 1em;
	color: #fff;
	background: #89bf01;
}
* {
	outline: none;
}
/*登录*/
.login-cont {
	min-height: 400px;
	margin: 30px auto;
}
.flex-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.align-items {
	display: flex;
	align-items: center;
}
.justify-right {
	text-align: right;
	margin-top: 10px;
}
.login-box {
	width: 418px;
	min-height: 412px;
	padding: 40px 0;
	background-color: #ffffff;
	box-shadow: 0px 5px 30px 0px rgba(29, 0, 164, 0.1);
	border-radius: 31px;
	flex-direction: column;
}
.login-box .logo {
	height: 46px;
}
.input-box {
	width: 310px;
	height: 68px;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	position: relative;
	align-items: center;
}
.input-box input {
	display: block;
	width: 310px;
	height: 40px;
	border: 0;
}
.input-box img {
	width: 120px !important;
}
.read {
	width: 310px;
	margin-top: 19px;
	line-height: 20px;
	overflow: hidden;
}
.read input {
	margin-right: 5px;
	display: block;
	float: left;
}
.read span {
	display: block;
	float: left;
	font-size: 14px;
}
.read a {
	display: block;
	float: left;
	font-size: 14px;
	color: #6e6e6e;
	cursor: pointer;
	margin-left: 10px;
}
.read a:hover {
	color: #ff552e;
}
.btn-box {
	width: 150px;
	height: 45px;
	line-height: 45px;
	background-color: #3e72f9;
	border-radius: 23px;
	font-size: 15px;
	margin-top: 30px;
	color: #fff;
	cursor: pointer;
}
.btn-box.submitLogin {
	margin-right: 10px;
	background-color: #ff552e;
}
.forgot-password {
	color: #666666;
	font-size: 14px;
}
.forgot-password:hover {
	color: #ff552e;
}
/*免责声明*/
.cont .content {
	width: 1200px;
	margin: 30px auto;
}
.cont_con {
	min-height: 450px;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 5px 30px 0px rgb(29 0 164 / 10%);
}
.cont_con img {
	max-width: 100%;
	height: auto !important;
}
/*忘记密码*/
.tou {
	width: 310px;
	line-height: 20px;
	padding-bottom: 10px;
}
.tou b {
	display: block;
	font-size: 20px;
	line-height: 20px;
	float: left;
}
.tou a {
	display: block;
	float: right;
	font-size: 14px;
	color: #999;
}
.tou a:hover {
	color: #ff552e;
}
.submit_reg {
	width: 100%;
	background-color: #ff552e;
}
.yanzheng_code {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #3e72f9;
}
.yanzheng_code:hover {
	color: #ff552e;
}
/*注册*/
.input-box select {
	display: block;
	width: 140px;
	height: 40px;
	border: 0;
}
.input-box select:last-child {
	margin-left: 30px;
}
/*会员中心-个人信息*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}
.dis {
	display: block !important;
}
.dn {
	display: none;
}
.hy01 * {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.hy01 {
	width: 1200px;
	margin: 30px auto;
}
.hy01 .lbar {
	width: 240px;
	float: left;
	background-color: #f8f8f8;
	padding: 30px 0;
}
.hy01 .lbar .t01 {
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 100%;
}
.hy01 .lbar .t01 img {
	width: 100%;
	display: block;
}
.hy01 .lbar .t02 {
	width: 200px;
	margin: 15px auto;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
.hy01 .lbar .t03 {
	display: block;
}
.hy01 .lbar .t03 li {
	display: block;
	overflow: hidden;
	position: relative;
}
.hy01 .lbar .t03 li a {
	display: block;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 41px;
	height: 41px;
	overflow: hidden;
	color: #333;
}
.hy01 .lbar .t03 li:hover a {
	color: #ff552e;
}
.hy01 .lbar .t03 li.on a {
	background-color: #eaeaea;
	color: #ff552e;
}
.hy01 .lbar .t03 li.on b {
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff552e;
	overflow: hidden;
}
.hy01 .rbar {
	width: 880px;
	float: right;
	margin-top: -45px;
}
.hy01 .rbar .tb {
	margin-top: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.hy01 .rbar .tb b {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 30px;
}
.hy01 .rbar .tb b strong {
	width: 5px;
	height: 20px;
	margin: 5px 0;
	margin-right: 15px;
	display: block;
	float: left;
	background-color: #ff552e;
}
.hy01 .rbar .m01 {
	width: 100%;
	margin-top: 30px;
}
.hy01 .rbar .m01 .zc {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: right;
	font-size: 14px;
	float: left;
}
.hy01 .rbar .m01 .yc {
	display: block;
	height: 38px;
	width: 358px;
	float: left;
	margin-left: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.hy01 .rbar .m01 .yc input {
	width: 100%;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
}
.hy01 .rbar .m01 .yc select {
	width: 100%;
	display: block;
	text-indent: 15px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
}
.hy01 .rbar .m01 .yc01 {
	display: block;
	width: 360px;
	float: left;
	margin-left: 20px;
}
.hy01 .rbar .m01 .yc01 select {
	width: 170px;
	text-indent: 10px;
	float: left;
	display: block;
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.hy01 .rbar .m01 .yc01 select#s_city {
	margin-left: 20px;
}
.hy01 .rbar .tj {
	width: 100%;
	margin-top: 30px;
}
.hy01 .rbar .tj input {
	width: 150px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	font-size: 14px;
	background-color: #ff552e;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 140px;
	cursor: pointer;
}
/*会员中心-发布信息*/
.hy01 .rbar .mess {
	width: 100%;
	padding-top: 10px;
}
.hy01 .rbar .mess .t01 {
	width: 420px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
.hy01 .rbar .mess .t01:nth-child(2n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.hy01 .rbar .mess .t01 .zc {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 80px;
	text-align: right;
	font-size: 14px;
	float: left;
}
.hy01 .rbar .mess .t01 .yc {
	display: block;
	height: 38px;
	width: calc(100% - 102px);
	float: left;
	margin-left: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.hy01 .rbar .mess .t01 .yc input {
	width: 100%;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
}
.hy01 .rbar .mess .t01 .yc select {
	width: 100%;
	display: block;
	text-indent: 15px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
}
.hy01 .rbar .mess .t01 .yc> span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 38px;
	font-size: 14px;
	padding: 0 15px;
	background-color: #fff;
}
.hy01 .rbar .mess .t01 .yc01 {
	display: block;
	width: calc(100% - 100px);
	float: left;
	margin-left: 20px;
}
.hy01 .rbar .mess .t01 .yc01 p {
	display: block;
	height: 38px;
	width: calc(50% - 22px);
	float: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.hy01 .rbar .mess .t01 .yc01 p input {
	width: 100%;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
}
.hy01 .rbar .mess .t01 .yc01 p span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 38px;
	font-size: 14px;
	padding: 0 15px;
	background-color: #fff;
}
.hy01 .rbar .mess .t01 .yc01 a {
	width: 10px;
	height: 2px;
	display: block;
	margin: 19px 15px;
	float: left;
	background-color: #999;
}
.hy01 .rbar .mess .t01 .yc02 {
	display: block;
	width: calc(100% - 100px);
	float: left;
	margin-left: 20px;
}
.hy01 .rbar .mess .t01 .yc02 select {
	width: calc(50% - 10px);
	text-indent: 10px;
	float: left;
	display: block;
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.hy01 .rbar .mess .t01 .yc02 select#s_city {
	margin-left: 20px;
}
.hy01 .rbar .tj.mar input {
	margin-left: 100px;
}
.hy01 .rbar .mess .t02 {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.hy01 .rbar .mess .t02 .zc {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 80px;
	text-align: right;
	font-size: 14px;
	float: left;
}
.hy01 .rbar .mess .t02 .yc {
	display: block;
	width: calc(100% - 102px);
	float: left;
	margin-left: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.hy01 .rbar .mess .t02 .yc textarea {
	padding: 12px 15px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	height: 100px;
}
.hy01 .rbar .mess .t02 .yc01 {
	display: block;
	width: calc(100% - 100px);
	float: left;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.hy01 .rbar .mess .t02 .yc01 .upload-ul {
	margin-right: -15px;
	margin-top: -15px;
}
.hy01 .rbar .mess .t02 .yc01 .upload-ul li {
	width: 144px;
	height: 110px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
.upload-pick {
	background: url(../images/upload-bj.png) no-repeat 0 0;
}
.upload-pick:hover {
	background: url(../images/upload-bj.png) no-repeat 0 -110px;
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.webuploader-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.webuploader-container label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.webuploader-element-invisible {
	opacity: 0;
	width: 100%;
	height: 100%;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.viewThumb {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
border-radius: .3rem;
}
.viewThumb img {
	width: 100%;
	height: 100%
}
.diyBar {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bgblack.png);
	z-index: 3;
}
.diyProgress {
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background: rgba(10,168,241,.7);
	z-index: 3;
}
.diyControl {
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	background: url(../images/bgblack.png);
	z-index: 3;
}
.viewThumb:hover .diyControl {
	display: block;
	text-align:center;
}
.diyControl span {
	display: inline-block;
	padding: 6.5px 13px;
	width: 12px;
	height: 11px;
}
.diyControl span.diyCancel{ margin:0 10px;}
.diyControl span i {
	display: block;
	width: 12px;
	height: 11px;
	opacity: .7;
}
.diyControl span i:hover {
	opacity: 1;
	cursor: pointer;
}
.diyLeft {
	margin-left: 3px;
}
.diyLeft {
	margin-right: 3px;
}
.diyLeft i {
	margin-left: 3px;
	background: url(../images/upload-icon1.png) no-repeat 0 0;
}
.diyCancel i {
	background: url(../images/upload-icon1.png) no-repeat 0 -11px;
}
.diyRight i {
	margin-right: 3px;
	background: url(../images/upload-icon1.png) no-repeat 0 -22px;
}
.goods-edit .upload-tip {
	font: 12px/23px "Microsoft YaHei";
	color: #a3a3a3;
	vertical-align: top;
}

/*会员中心-卖狗记录*/
.hy01 .rbar .sai {
    width: 100%;
    padding-top: 20px;
}
.hy01 .rbar .sai a {
    font-size: 14px;
    display: block;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ff552e;
    color: #fff;
    margin-top: 10px;
}
.hy01 .rbar .sai p {
    display: block;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    width: 158px;
    height: 34px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}
.hy01 .rbar .sai p input {
    padding: 0 10px;
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    display: block;
}
.hy01 .rbar .sai select {
    text-indent: 10px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
}

/*会员中心-卖狗记录*/
.hy01 .rbar .table{ width:100%; margin:30px 0;}
.hy01 .rbar .table table{ width:100%;}
.hy01 .rbar .table table th{ background-color:#f1f1f1; color:#333; padding:5px; font-size:14px; font-weight:normal; border: 1px solid #ddd;}
.hy01 .rbar .table table td{ background-color:#fff; color:#333; padding:5px; font-size:14px; font-weight:normal; border: 1px solid #ddd;}
.hy01 .rbar .table table td a{ color:#333;}
.hy01 .rbar .table table td a:hover{ color: #ff552e;}
.hy01 .rbar .table table td:last-child a{ margin:0 5px;}