.wid {
	width: 1200px;
	padding: 0 10px;
	margin: auto;
}


/*日期样式*/

.gearDate {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9900;
	overflow: hidden;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.date_ctrl {
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	color: #363837;
	margin: 0;
	height: auto;
	width: 90%;
	max-width: 600px;
	position: absolute;
	left: 50%;
	top: 12%;
	z-index: 9902;
	overflow: hidden;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
}

.slideInUp {
	animation: slideInUp .3s ease-in;
	-webkit-animation: slideInUp .3s ease-in
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
		-moz-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		-o-transform: translate(-50%, -100%)
	}
	to {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0)
	}
}

.date_roll {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: bold;
	background-color: transparent;
	/*-webkit-mask: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0)));
	-webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0));*/
}

.date_roll>div {
	font-size: 2.3em;
	height: 6em;
	float: left;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	width: 33.33%;
}

.date_roll_mask {
	padding: 0 2em;
	/*-webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36, 142, 36, 0)));
	-webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));*/
}

.date_grid {
	position: relative;
	top: 2em;
	width: 100%;
	height: 2em;
	margin: 0;
	box-sizing: border-box;
	z-index: 0;
	background-color: #E8E8E8;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.date_grid>div {
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	font-size: .8em;
	line-height: 2.5em
}

.date_info_box {
	color: #000;
	font-size: 1.8em;
	text-align: center;
	padding: .6em 1em;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
	font-weight: 700;
}

.date_class_box {
	text-align: center;
	padding: 1em 2em;
}

.date_class {
	display: inline-block;
	font-size: 1.4em;
	width: 40%;
	padding: .4em 0;
	text-align: center;
	color: #db3c3c;
	border: 1px solid #db3c3c;
	cursor: pointer;
}

.date_class_box .date_class:first-child {
	border-top-left-radius: .2em;
	border-bottom-left-radius: .2em
}

.date_class_box .date_class:last-child {
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em
}

.date_class_box .active {
	background-color: #db3c3c;
	color: #fff
}

.date_btn_box {
	overflow: hidden;
	position: relative;
	border-top: 1px solid #d4d4d4;
}

.date_btn {
	color: #000;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	padding: .8em 1em;
	cursor: pointer;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.date_btn:first-child {
	border-right: 1px solid #d4d4d4;
	color: #db3c3c;
}

.gear {
	float: left;
	position: absolute;
	z-index: 9902;
	width: 5.5em;
	margin-top: -6em;
	cursor: pointer;
}

.date_roll>div .gear {
	width: 100%
}

.tooth {
	height: 2em;
	line-height: 2em;
	text-align: center
}


/*日期样式*/


/*地区样式*/

._citys {
	width: 464px;
	display: inline-block;
	border: 2px solid #eee;
	padding: 5px;
	background: #fff;
	position: relative;
}

._citys span {
	color: #db3c3c;
	height: 15px;
	width: 15px;
	line-height: 12px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #db3c3c;
	cursor: pointer;
}

._citys0 {
	width: 100%;
	height: 34px;
	display: inline-block;
	border-bottom: 2px solid #db3c3c;
	padding: 0;
	margin: 0;
}

._citys0 li {
	display: inline-block;
	line-height: 34px;
	font-size: 15px;
	color: #888;
	width: 80px;
	text-align: center;
	cursor: pointer;
}

.citySel {
	background-color: #db3c3c;
	color: #fff !important;
}

._citys1 {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}

._citys1 a {
	width: 83px;
	height: 35px;
	display: inline-block;
	background-color: #f5f5f5;
	color: #666;
	margin-left: 6px;
	margin-top: 3px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	overflow: hidden;
}

._citys1 a:hover {
	color: #fff;
	background-color: #db3c3c;
}

.AreaS {
	background-color: #db3c3c !important;
	color: #fff !important;
}


/*地区样式*/


/*首页*/


/*搜索*/

.top-search-box {
	width: 100%;
	height: 80px;
	background: url(../images/topbg.png) no-repeat;
	background-size: cover;
}

.logo {
	margin-top: 10px;
}

.search-input-box {
	width: 318px;
	height: 40px;
	background: url(../images/search-bg.png) no-repeat;
	background-position: 0 -1px;
	padding: 0 21px;
	margin-top: 19px;
}

.top-search-input {
	width: 218px;
	height: 40px;
	border: 1px solid #db3c3c;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	color: #999;
}

.top-search-btn {
	width: 58px;
	height: 40px;
	background: #db3c3c;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}


/*搜索*/


/*导航*/

.nav-box {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.nav-box ul li {
	height: 50px;
	line-height: 50px;
	margin-right: 64px;
	float: left;
}

.nav-box ul li:last-child {
	margin-right: 0;
}

.nav-box ul li a {
	font-size: 16px;
	color: #333;
}

.nav-box ul li:hover {
	background: url(../images/nav-bg.png) no-repeat;
	background-size: 18px 5px;
	background-position: center 38px;
}

.nav-box ul li.active {
	background: url(../images/nav-bg.png) no-repeat;
	background-size: 18px 5px;
	background-position: center 38px;
}

.nav-box ul li:hover a {
	color: #db3c3c;
}

.nav-box ul li.active a {
	color: #db3c3c;
}

/*导航*/


/*第一板块*/

.idx-sec-one {
	margin-bottom: 30px;
}

.idx-lunbo-box {
	width: 320px;
	height: 323px;
	margin-right: 30px;
}

.idx-lunbo-swiper-container>.swiper-wrapper>.swiper-slide {
	position: relative;
}

.idx-lunbo-swiper-container>.swiper-wrapper>.swiper-slide>a {
	width: 100%;
	display: block;
}

.idx-lunbo-swiper-container>.swiper-wrapper>.swiper-slide>a>p {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	line-height: 40px;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	padding-right: 70px;
}


.idx-lunbo-swiper-container>.swiper-pagination-bullets {
	bottom: 10px;
	left: inherit!important;
	right: 10px!important;
	width: inherit!important;
}


.idx-lunbo-swiper-pagination>.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px!important;
}

.idx-lunbo-swiper-pagination>.swiper-pagination-bullet {
	display: inline-block;
	border-radius: 100%;
	background: #fff!important;
	opacity: 1;
}

.idx-lunbo-swiper-pagination>.swiper-pagination-bullet-active {
	opacity: 1!important;
	background: #db3c3c!important;
}

.idx-tab-box {
	width: 500px;
	margin-right: 30px;
	height: 323px;
}

.tab-header {
	width: 100%;
	height: 40px;
	background: linear-gradient(0deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border: 1px solid rgba(238, 238, 238, 1);
	box-sizing: border-box;
}

.tab-header ul {
	width: 100%;
	height: 100%;
	background: url(../images/idx-s-tab-bg.png);
	background-size: 100% 40px;
	background-position: center -1px;
}

.tab-header ul li {
	width: 33%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	float: left;
	text-align: center;
	cursor: pointer;
}

.tab-header .active {
	background: url(../images/s-tab-title-bg.png);
	color: #fff;
}

.content {
	width: 100%;
	height: 283px;
	border: 1px solid rgba(238, 238, 238, 1);
	background: url(../images/b-tab-con-bg.png) no-repeat;
	padding: 20px;
	position: relative;
}

.first-content.active,
.second-content.active,
.third-content.active,
.fourth-content.active {
	display: block;
}

.first-content,
.second-content,
.third-content,
.fourth-content {
	display: none;
	position: relative;
}

.idx-table-item {
	margin-bottom: 20px;
}

.idx-table-item-one {
	margin-bottom: 15px;
}

.idx-table-item label {
	font-size: 14px;
	color: #333;
	float: left;
	width: 70px;
	text-align: right;
	line-height: 28px;
}

.sex-radio-holder,
.cs-radio-holder {
	font-size: 14px;
	color: #666;
	float: left;
}

.sex-radio-holder {
	height: 28px;
}

.cs-radio-holder input,
.sex-radio-holder input {
	display: none;
}

.cs-radio-holder label,
.sex-radio-holder label {
	color: #666;
	text-align: center;
	float: left;
}

.sex-radio-holder label {
	width: initial!important;
	padding-left: 18px;
	background: url(../images/radio-bg-1.png) no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	color: #666;
	margin-right: 20px;
}

.sex-radio-holder input:checked+label {
	background: url(../images/radio-checked.png) no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	color: #666;
}

.cs-radio-holder label {
	width: initial!important;
	padding-left: 18px;
	background: url(../images/radio-bg-1.png) no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	color: #666;
	margin-right: 20px;
}

.cs-radio-holder input:checked+label {
	background: url(../images/radio-checked.png) no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	color: #666;
}

.birth-radio-holder {
	float: left;
	/*margin-top: -4px;*/
}

.birth-radio-holder input {
	width: 150px;
	height: 28px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(239, 239, 239, 1);
	border-radius: 4px;
	float: left;
	padding-left: 10px;
}

.info-submit-button {
	width: 150px;
	height: 28px;
	background: rgba(250, 55, 55, 1);
	border-radius: 4px;
	color: #fff;
	margin-left: 68px;
}

.info-submit-button:hover{
	background: #e42f2f;
}

.ds-link {
	position: absolute;
	right: 130px;
	top: 56px;
}

.idx-name-box {
	width: 300px;
	height: 323px;
	border: 1px solid rgba(238, 238, 238, 1);
	background: #fff;
	float: left;
	position: relative;
	padding: 12px;
}

.ds-img {
	width: 276px;
	height: 142px;
	overflow: hidden;
	margin-bottom: 20px;
}

.ds-img a {
	width: 100%;
	display: block;
}

.ds-img img {
	width: 100%;
}

.name-list ul {
	margin-bottom: 10px;
}

.name-list ul:last-child {
	margin-bottom: 0;
}

.name-list ul li {
	width: 9%;
	height: 26px;
	border: 1px solid rgba(238, 238, 238, 1);
	float: left;
	margin-right: 9.43px;
	background: url(../images/shizi.png) no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 23px;
}

.name-list ul li:nth-child(8n) {
	margin-right: 0;
}

.name-list ul li a {
	font-size: 14px;
}

.name-list ul li:hover a {
	color: #DB3C3C;
}


/*第一板块*/

.title-box {
	width: 100%;
	background: url(../images/sec-xian-bg.png) no-repeat;
	background-size: 964px 4px;
	background-position: 154px center;
	height: 36px;
	margin-bottom: 30px;
}

.title-box h2:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 46px;
	background: url(../images/sec1-bg.png) no-repeat;
	background-size: 36px 34px;
	display: block;
}

.title-box span:nth-child(2) {
	line-height: 36px;
	float: right;
	display: block;
	background: url(../images/back_a41fdf7.png) no-repeat;
	padding-right: 10px;
	background-position: right center;
}

.title-box span:nth-child(2) a {
	font-size: 14px;
	color: #999;
}

.title-box span:nth-child(2) a:hover{
	color: #e42f2f;
}

.idx-sec-left {
	width: 850px;
	height: 726px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	padding: 20px;
}

.idx-tab-header {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(238, 238, 238, 1);
	background: linear-gradient(0deg, rgba(243, 242, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	margin-bottom: 20px;
}

.idx-tab-header ul li {
	width: 20%;
	height: 50px;
	line-height: 50px;
	text-align: center;	
	float: left;
	cursor: pointer;
}

.idx-tab-header ul li a{
	color: #333;
	font-size: 16px;
	display: block;
}

.idx-tab-header .active {
	background: url(../images/b-tab-title-bg.png);
	background-size: 161.19px 50px;
}

.idx-tab-header .active a{
	color: #fff;
}

.idx-first-content.active,
.idx-second-content.active,
.idx-third-content.active,
.idx-fourth-content.active,
.idx-fiveth-content.active {
	display: block;
}

.idx-first-content,
.idx-second-content,
.idx-third-content,
.idx-fourth-content,
.idx-fiveth-content {
	display: none;
	position: relative;
}

.idx-first-content-left {
	width: 50%;
	border-right: 1px solid rgba(238, 238, 238, 1);
	float: left;
}

.idx-first-content-left:nth-child(2) {
	border-right: none;
}

.idx-first-content-left:nth-child(2) .idx-first-content-left-top,
.idx-first-content-left:nth-child(2) .idx-first-content-left-bot {
	padding-left: 13px;
}

.idx-first-content-left-top {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	margin-bottom: 20px;
}

.idx-first-content-left-top a {
	width: 100%;
	display: block;
}

.idx-first-content-left-top:hover .idx-first-content-left-top-txt p:nth-child(1) {
	color: #DB3C3C;
}

.idx-first-content-left-top-img,
.idx-first-content-left-top-txt {
	width: 390px;
}

.idx-first-content-left-top-img {
	width: 390px;
	height: 186px;
	overflow: hidden;
	margin-bottom: 10px;
}

.idx-first-content-left-top-img img {
	width: 100%;
}

.idx-first-content-left-top-txt {
	padding-left: 10px;
}

.idx-first-content-left-top-txt p:nth-child(1) {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.idx-first-content-left-top-txt p:nth-child(2) {
	font-size: 14px;
	color: #999;
	line-height: 18px;
}

.idx-first-content-left-bot-list-one {
	width: 390px;
	margin-bottom: 20px;
}

.idx-first-content-left-bot-list-one-item {
	width: 180px;
	margin-left: 30px;
}

.idx-first-content-left-bot-list-one-item:nth-child(1) {
	margin-left: 0;
}

.idx-first-content-left-bot-list-one-item a {
	width: 100%;
	display: block;
}

.idx-first-content-left-bot-list-one-item a div {
	width: 180px;
	height: 102px;
}

.idx-first-content-left-bot-list-one-item a p {
	font-size: 16px;
	color: #333;
	padding: 0 10px;
	margin-top: 10px;
}

.idx-first-content-left-bot-list-two {
	width: 390px;
}

.idx-first-content-left-bot-list-two ul li {
	margin-bottom: 13px;
	padding-left: 15px;
	background: url(../images/wz-list-bg.png) no-repeat;
	background-size: 6px 8px;
	background-position: 0 6px;
}

.idx-first-content-left-bot-list-two ul li:last-child {
	margin-bottom: 0;
}

.idx-first-content-left-bot-list-two ul li a {
	font-size: 16px;
	color: #333;
	display: block;
}

.idx-first-content-left-bot-list-one-item:hover p {
	color: #DB3C3C;
}

.idx-first-content-left-bot-list-two ul li:hover a {
	color: #DB3C3C;
}

.csd-set,
.zs-set,
.zcd-set,
.zchy-set {
	width: 150px;
	background: #fff;
	float: left;
}

.csd-set p,
.zs-set p,
.zcd-set p,
.zchy-set p {
	width: 150px;
	height: 28px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(239, 239, 239, 1);
	border-radius: 4px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	cursor: pointer;
}

.csd-new,
.zs-new,
.zcd-new,
.zchy-new {
	width: 150px;
	background: #fff;
	position: absolute;
	border: 1px solid rgba(239, 239, 239, 1);
	display: none;
}

.csd-set ul li,
.zs-set ul li,
.zcd-set ul li,
.zchy-set ul li {
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
	cursor: pointer;
}

.csd-set ul li:hover,
.zs-set ul li:hover,
.zcd-set ul li:hover,
.zchy-set ul li:hover {
	background: #db3c3c;
	color: #FFF;
}

.cxdd-item {
	margin-bottom: 20px;
}

.cxdd-item label {
	font-size: 14px;
	color: #333;
	float: left;
	width: 70px;
	text-align: right;
	line-height: 28px;
}

.ddcx-input input {
	width: 280px;
	height: 28px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(239, 239, 239, 1);
	border-radius: 4px;
	float: left;
	padding-left: 10px;
}

.tel-input input {
	width: 160px;
	height: 28px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(239, 239, 239, 1);
	border-radius: 4px;
	float: left;
	padding-left: 10px;
}

.tel-input span {
	width: 80px;
	height: 28px;
	border-radius: 4px;
	background: rgba(250, 55, 55, 1);
	text-align: center;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
}

.tel-input span:hover{
	background: #e42f2f;
}

.yzm-input input {
	width: 160px;
	height: 28px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(239, 239, 239, 1);
	border-radius: 4px;
	float: left;
	padding-left: 10px;
}

.idx-sec-right {
	width: 300px;
}

.idx-sec-right-one {
	width: 100%;
	height: 348px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	padding: 12px;
	position: relative;
}

.idx-sec-right-one:nth-child(1) {
	margin-bottom: 30px;
}

.idx-sec-right-title {
	font-size: 18px;
	font-weight: bold;
	background: url(../images/right-title-bg.png) no-repeat;
	background-size: 7px 16px;
	background-position: 0 4px;
	padding-left: 12px;
	margin-bottom: 12px;
}

.wzjx-img {
	width: 276px;
	height: 144px;
	position: relative;
	margin-bottom: 20px;
}


/*.wzjx-img:hover a p{
	color: #db3c3c;
}*/

.wzjx-img a {
	display: block;
	width: 100%;
}

.wzjx-img a div {
	width: 100%;
	height: 100%;
}

.wzjx-img a div img {
	width: 100%;
}

.wzjx-img a p {
	width: 100%;
	height: 32px;
	background: rgba(0, 0, 0, .5);
	line-height: 32px;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.idx-sec-right-one>.idx-first-content-left-bot-list-two {
	width: 100%;
}

.wzjx-img-two {
	width: 100%;
	margin-bottom: 20px;
}

.wzjx-img-two a:hover p span {
	color: #db3c3c!important;
}

.wzjx-img-two a {
	width: 100%;
	display: block;
}

.wzjx-img-two a div {
	width: 136px;
	height: 74px;
	overflow: hidden;
	margin-right: 12px;
}

.wzjx-img-two a div img {
	width: 100%;
}

.wzjx-img-two a p {
	width: 126px;
}

.wzjx-img-two a p span:nth-child(1) {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.wzjx-img-two a p span:nth-child(2) {
	font-size: 12px;
	color: #DB3C3C;
}


/*周易测算*/

.title-box-two h2:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 46px;
	background: url(../images/sec2-bg.png) no-repeat;
	background-size: 36px 34px;
	display: block;
}

.sec-two-list {
	width: 850px;
}

.sec-two-item {
	width: 410px;
	height: 348px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	position: relative;
	padding: 12px 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	float: left;
}

.sec-two-item:nth-child(2n) {
	margin-right: 0;
}

.sec-two-item:nth-child(3) {
	margin-bottom: 0;
}

.sec-two-item:nth-child(4) {
	margin-bottom: 0;
}

.sec-two-item-title {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
}

.sec-two-item-title h3:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 60px;
	background: url(../images/left-title-bg.png) no-repeat;
	background-size: 52px 21px;
	background-position: left 2px;
}

.sec-two-item-title span:nth-child(2) {
	margin-top: -19px;
	float: right;
	display: block;
	background: url(../images/back_a41fdf7.png) no-repeat;
	padding-right: 10px;
	background-position: right center;
}

.sec-two-item-title span:nth-child(2) a {
	font-size: 14px;
	color: #999;
}

.sec-two-item-content-top {
	margin-bottom: 20px;
}

.sec-two-item-content-top a {
	width: 100%;
	display: block;
}

.sec-two-item-content-top:hover div:nth-child(2) p:nth-child(1) {
	color: #DB3C3C;
}

.sec-two-item-content-top div:nth-child(1) {
	width: 160px;
	height: 98px;
	margin-right: 12px;
}

.sec-two-item-content-top div:nth-child(2) {
	width: 196px;
	height: 98px;
}

.sec-two-item-content-top div:nth-child(2) p:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.sec-two-item-content-top div:nth-child(2) p:nth-child(2) {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #999;
}

.sec-two-item .idx-first-content-left-bot-list-two {
	width: 368px;
}


/*周易测算*/


/*商业起名*/

.title-box-three span:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 46px;
	background: url(../images/sec3-bg.png) no-repeat;
	background-size: 36px 34px;
	display: block;
}

.rmfw-box ul li {
	margin-bottom: 12px;
}


/*商业起名*/

.friend-link-box {
	margin-bottom: 30px;
}

.friend-link-title {
	height: 34px;
	border-bottom: 2px solid #FA3737;
}

.friend-link-title span {
	width: 102px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #FA3737;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.friend-link-con {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(232, 232, 232, 1);
	padding: 15px;
	line-height: 22px;
}

.friend-link-con a {
	font-size: 14px;
	color: #999;
	margin-right: 20px;
}

.friend-link-con a:hover{
	color: #FA3737;
}

.footer-con {
	padding: 35px 50px;
}

.footer-con-left {
	font-size: 12px;
	color: #C3A681;
	margin-top: 50px;
}

.footer-con-right ul li {
	width: 100px;
	float: left;
	margin-left: 20px;
}

.footer-ewm {
	width: 100px;
	height: 100px;
	border: 1px solid #333;
	margin-bottom: 10px;
}

.footer-ewm img {
	width: 98px;
	height: 98px;
}

.footer-con-right ul li p {
	text-align: center;
	font-size: 12px;
	color: #C3A681;
}

.xf-box{
	width: 167px;
	/*height: 536px;*/
	padding: 30px 0;
	background: url(../images/xuanfu-bg.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	right: 20px!important;
	top: 50%;
	transform: translateY(-50%);	
}

.xf-sec-1{
	width: 140px;
	margin: auto;
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}

.xf-sec-bg{
	width: 140px;
	height: 30px;
	background: url(../images/xuanfu-bg1.png) no-repeat;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #4a6272;
	margin-bottom: 12px;
}

.xcx-img{
	width: 114px;
	height: 114px;
	overflow: hidden;
	margin: auto;
}

.xcx-img img{
	width: 100%;
}

.xf-sec-1:hover .xcx-img-one{
	display: block;
}

.xf-sec-2:hover .xcx-img-two{
	display: block;
}

.xcx-img-one,
.xcx-img-two{
	display: none;
}

.xf-sec-2{
	width: 140px;
	margin: auto;
	margin-bottom: ;
}

.xf-sec-3 p:nth-child(2){
	font-size: 18px;
	font-weight: bold;
	color: #4a6272;
	text-align: center;
}

.xf-sec-3{
	width: 140px;
	font-size: 18px;
	color: #4a6272;
	text-align: center;
	margin: auto;
	margin-top: 30px;
}

.xf-sec-4{
	width: 140px;
	height: 32px;
	border: 1px solid #f1f1f1;
	line-height: 30px;
	font-size: 18px;
	color: #4a6272;
	text-align: center;
	margin: auto;
	cursor: pointer;
	margin-top: 20px;
	border-radius: 3px;
}

/*关于我们*/

.ab-box {
	padding: 30px 20px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	margin-bottom: 30px;
}

.ab-sec-1 {
	margin-bottom: 60px;
}

.ab-title {
	text-align: center;
	margin-bottom: 30px;
}

.ab-title p {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 4px;
}

.ab-lunbo-box{
	position: relative
}

.ab-lunbo-swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
}

.ab-lunbo-swiper-pagination{
    bottom: 10px;
    left: inherit!important;
    right: 10px!important;
    width: inherit!important;
}

.ab-lunbo-swiper-pagination>.swiper-pagination-bullet-active {
    opacity: 1!important;
    background: #db3c3c!important;
}

.ab-lunbo-swiper-pagination>.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.honr-swiper-pagination .swiper-pagination-bullet-active{
	background: #db3c3c!important;
}

.ab-lunbo-txt {
	width: 100%;
	height: 42px;
	background: rgba(0, 0, 0, .5);
	line-height: 42px;
	color: #fff;
	font-size: 22px;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.fw-item {
	width: 360px;
	float: left;
	box-shadow: 0px 3px 23px 1px rgba(53, 53, 53, 0.07);
	padding: 0 0 20px 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.fw-item:nth-child(3n) {
	margin-right: 0;
}

.fw-item:nth-child(4),
.fw-item:nth-child(5),
.fw-item:nth-child(6) {
	margin-bottom: 0;
}

.fw-item-img {
	width: 100%;
	height: 173px;
	margin-bottom: 12px;
}

.fw-item-tit {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	padding: 0 20px;
}

.fw-item-tit:after {
	content: "";
	width: 30px;
	height: 3px;
	background: #DB3C3C;
	position: absolute;
	left: 20px;
	bottom: -10px;
}

.fw-item-txt {
	overflow: hidden;
	font-size: 14px;
	color: #2E250F;
	padding: 0 20px;
}

.ab-txt-con {
	font-size: 14px;
	line-height: 22px;
	color: #2E250F;
}

.honr-box {
	position: relative;
	padding-bottom: 30px;
}

.honr-swiper-pagination {
	left: 50%;
	transform: translateX(-50%)!important;
	bottom: 0px;
}

.honr-swiper-pagination>.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}

.ab-sec-5 {
	margin-bottom: 0;
}

.lx-left {
	width: 400px;
	height: 260px;
	background: #f8f8f8;
	padding: 30px;
}

.lx-left ul li {
	font-size: 16px;
	color: #333;
	margin-bottom: 18px;
}

.lx-left ul li:last-child {
	margin-bottom: 0;
}

.lx-left ul li label {
	font-size: 16px;
	color: #333;
	float: left;
	padding-left: 25px;
}

.lx-left ul li span {
	width: 234px;
	display: inline-block;
	float: left;
}

.lx-left ul li:nth-child(1) {
	background: url(../images/ab-gs-icon.png) no-repeat;
	background-size: 18px 18px;
}

.lx-left ul li:nth-child(2) {
	background: url(../images/ab-tel-icon-1.png) no-repeat;
	background-size: 18px 16px;
	background-position: left center;
}

.lx-left ul li:nth-child(3) {
	background: url(../images/ab-email-icon.png) no-repeat;
	background-size: 18px 14px;
	background-position: left center;
}

.lx-left ul li:nth-child(4) {
	background: url(../images/ab-tel-icon-2.png) no-repeat;
	background-size: 18px 18px;
	background-position: left center;
}

.lx-left ul li:nth-child(5) {
	background: url(../images/ab-add-icon.png) no-repeat;
	background-size: 14px 18px;
	background-position: 2px 2px;
}

.lx-right {
	width: 710px;
	height: 260px;
}


/*关于我们*/


/*起名大全栏目页*/

.qmdq-content {
	margin-bottom: 30px;
}

.qmdq-top {
	margin-bottom: 30px;
}

.qmdq-name-box {
	width: 850px;
	height: 150px;
	border: 1px solid rgba(238, 238, 238, 1);
	background: linear-gradient(0deg, rgba(255, 251, 246, 1) 0%, rgba(255, 251, 246, 0) 100%);
	padding: 6px 12px;
	position: relative;
}

.qmdq-top-sec1 {
	margin-bottom: 30px;
}

.qmdq-name-list .name-list ul {
	margin-bottom: 9px;
}

.qmdq-name-list .name-list ul:nth-child(3) {
	margin-bottom: 0;
}

.qmdq-name-list .name-list ul li {
	margin-right: 10.2px!important;
}

.qmdq-name-list .name-list ul li:nth-child(8n) {
	margin-right: 10.2px!important;
}

.qmdq-name-list .name-list ul li:nth-child(23n) {
	margin-right: 0!important;
}

.qmdq-top-sec1-img {
	width: 300px;
	height: 150px;
	overflow: hidden;
}

.qmdq-top-sec1-img a{
	width: 100%;
	display: block;
}

.qmdq-top-sec1-img img {
	width: 100%;
}

.qmdq-top-sec2-left {
	width: 850px;
	height: 156px;
	background: url(../images/qmdq-des-bg.png) no-repeat;
	padding: 18px 20px;
}

.qmdq-top-sec2-left-img {
	width: 260px;
	height: 120px;
	overflow: hidden;
}

.qmdq-top-sec2-left-txt {
	width: 538px;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}

.qmdq-top-sec2-right {
	width: 300px;
	height: 156px;
	position: relative;
	border: 1px solid rgba(238, 238, 238, 1);
	padding: 12px 18px;
}

.qmdq-top-sec2-right ul {
	width: 50%;
	float: left;
}

.qmdq-top-sec2-right ul li {
	padding-right: 10px;
	margin-bottom: 6px;
}

.qmdq-top-sec2-right ul li:last-child {
	margin-bottom: 0;
}

.qmdq-top-sec2-right ul li a {
	font-size: 16px;
}

.qmdq-top-sec2-right ul li a:hover{
	color: #DB3C3C!important;
}

.qmdq-top-sec2-right ul:nth-child(1) li:nth-child(1) a {
	color: #FA3737;
}

.qmdq-top-sec2-right ul:nth-child(1) li:nth-child(3) a {
	color: #FA3737;
}

.qmdq-top-sec2-right ul:nth-child(2) li:nth-child(1) a {
	color: #39B236;
}

.qmdq-top-sec2-right ul:nth-child(2) li:nth-child(4) a {
	font-weight: bold;
	color: #333;
}

.qmdq-bot {
	width: 100%;
}

.qmdq-tab-header {
	width: 100%;
	height: 40px;
	background: #DB3C3C;
	line-height: 40px;
	border-bottom: 2px solid #626262;
	margin-bottom: 15px;
}

.qmdq-tab-header ul li {
	font-size: 16px;
	color: #fff;
	padding: 0 18px 0 15px;
	background: url(../images/xh-bg.png) no-repeat;
	background-position: right center;
	float: left;
	cursor: pointer;
}

.qmdq-tab-header ul li.active {
	color: #FDCBB0;
}

.qmdq-content-left {
	width: 850px;
}

.add-nav {
	width: 100%;
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}

.add-nav a {
	color: #666;
}

.add-nav a:hover {
	color: #DB3C3C;
}

.qmdq-wz-list {
	width: 100%;
	margin-bottom: 20px;
}

.qmdq-wz-item {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px;
}

.qmdq-wz-item:last-child {
	margin-bottom: 0;
}

.qmdq-wz-item a {
	width: 100%;
	display: block;
}

.qmdq-wz-item:hover .qmdq-wz-item-txt ul li:nth-child(1) {
	color: #DB3C3C;
}

.qmdq-wz-item:hover .qmdq-wz-item-img img{
	transform: scale(1.1);
}

.qmdq-wz-item-img {
	width: 236px;
	height: 140px;
	overflow: hidden;
	margin-right: 25px;
}

.qmdq-wz-item-img img {
	width: 100%;
	transition: all 0.6s;
}

.qmdq-wz-item-txt {
	width: 560px;
}

.qmdq-wz-item-txt ul li:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.qmdq-wz-item-txt ul li:nth-child(2) {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-bottom: 10px;
}

.qmdq-wz-item-txt ul li:nth-child(3) {
	font-size: 14px;
	color: #999;
}


/*分页*/

.qmds-page {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
}

.qmds-page ul li {
	display: inline;
}

.qmds-page ul li a.active {
	color: #DB3C3C;
	border: 1px solid #DB3C3C;
}

.qmds-page ul li a {
	color: #666;
	margin-right: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #EEE;
	padding: 0 10px;
	display: inline-block;
}

.qmds-page ul li a:hover {
	color: #DB3C3C;
	border: 1px solid #DB3C3C;
}

.qmds-page ul li i {
	color: #666;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #EEE;
	padding: 0 13px;
	margin: 0px 5px 0 0;
	display: inline-block;
	cursor: pointer;
}

.qmds-page ul li i:hover {
	color: #DB3C3C;
	border: 1px solid #DB3C3C;
}

.tz-input {
	width: 46px;
	height: 28px;
	border: 1px solid #eee;
	display: inline;
	padding-left: 8px;
	vertical-align: top;
}

.tz span {
	font-size: 14px;
	color: #DB3C3C;
	margin-left: 8px;
	cursor: pointer;
}

.qmdq-one-sec {
	width: 300px;
	height: 374px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	position: relative;
	padding: 12px;
	margin-bottom: 30px;
}

.qmdq-one-sec-img {
	width: 276px;
	height: 313px;
	overflow: hidden;
}

.qmdq-one-sec-img a{
	display: block;
	width: 100%;
}

.qmdq-one-sec-img img{
	width: 100%;
}

.qmdq-two-sec {
	width: 300px;
	background: #fff;
	border: 1px solid rgba(238, 238, 238, 1);
	position: relative;
	padding: 12px;
}

.qmdq-two-sec-top ul {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.qmdq-two-sec-top ul:hover a li:nth-child(2){
	color: #DB3C3C;
}

.qmdq-two-sec-top ul a {
	width: 100%;
	display: block;
}

.qmdq-two-sec-top ul a li:nth-child(1) {
	width: 100%;
	height: 120px;
	margin-bottom: 8px;
	overflow: hidden;
}

.qmdq-two-sec-top ul a li:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

.qmdq-two-sec-top ul a li:nth-child(3) {
	font-size: 14px;
	color: #999;
}

.qmdq-two-sec-bot>.idx-first-content-left-bot-list-two {
	width: 100%;
}


/*起名大全栏目页*/




/*宝宝起名栏目页*/
.bbqm-tab-box{
	width: 850px;
}

.bbdq-tab-header{
	width: 100%;
	height:40px;
	border:1px solid rgba(238,238,238,1);
	background:linear-gradient(0deg,rgba(242,241,242,1) 0%,rgba(255,255,255,1) 100%);
	position: relative;
}

.bbdq-tab-header ul{
	width: 100%;
    height: 100%;
    background: url(../images/850-tab-bg.png);
    background-size: 100% 40px;
    background-position: center 0;
}

.bbdq-tab-header ul li{
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	float: left;
	cursor: pointer;
	font-size: 16px;
}

.bbdq-tab-header ul li.active{
	background: url(../images/s-tab-title-bg.png) no-repeat;
	background-size: cover;
	color: #fff;
}

.bbdq-content{
	border:1px solid rgba(238,238,238,1);
	background: url(../images/bbqm-tab-bg.png) no-repeat;
	background-size: 100% 100%;
	min-height: 110px;
	padding: 20px 15px 10px 15px;
}

.bb-table-1{
	margin-right: 22px;
}

.bb-table-1-tag{
	/*height: 100%;*/
	font-size: 14px;
	color: #333;
	/*line-height: 1;*/
}

.bb-radio-holder label {
    width: initial!important;
    padding-left: 18px;
    background: url(../images/radio-bg-1.png) no-repeat;
    background-position: left center;
    background-size: 14px 14px;
    color: #666; 
    font-size: 14px;  
}

.bb-radio-holder input:checked+label {
    background: url(../images/radio-checked.png) no-repeat;
    background-position: left center;
    background-size: 14px 14px;
    color: #666;
}

.bb-radio-holder input{
	display: none;
}

.bb-radio-holder ul li{
	margin-bottom: 20px;
}

.bb-radio-holder ul li:last-child{
	margin-bottom: 0;
}

.bb-table-1>ul>li>label{
	float: left;
	font-size: 14px;
	text-align: right;
}

.bb-table-1>ul>li:nth-child(1){
	margin-bottom: 11px;
	height: 28px;
}

.bb-table-form-btn>.info-submit-button{
	margin-left: 42px;
}

.bbdq-con{
	position: relative;
}

.bbqm-link {
	width: 34px;
	height: 38px;
    position: absolute;
    right: 50px;
    bottom: 36px; 
}

.bbqm-link img{
	width: 100%;
}

.input-122 input{
	width: 122px!important;
}

.input-122 .zchy-set p {
    width: 122px;
    height: 28px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(239, 239, 239, 1);
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    cursor: pointer;
}

.input-122 .zchy-set,
.input-122 .zs-set {
    width: 122px;
    background: #fff;
    float: left;
}

.input-122 .zs-set p {
    width: 122px;
    height: 28px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(239, 239, 239, 1);
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    cursor: pointer;
}

.bbgs-table-form-btn>.info-submit-button {
     margin-left: 0; 
     width: 164px;
}

.bbxm-table-form-btn .info-submit-button {
    width: 150px;
    height: 28px;
    background: rgba(250, 55, 55, 1);
    border-radius: 4px;
    color: #fff;
    margin-left: 56px;
}

.bbxm-table-form-btn .info-submit-button:hover{
	background: #e42f2f;
}

.bbdq-four-con ul li{
	width: 45%;
}

.bbdq-four-con ul li:nth-child(2){
	margin-bottom: 0;
}

.bbdq-four-con ul li .cxdd-item:nth-child(1){
	margin-bottom: 15px;
}


/*文章页*/

.wz-add-nav,
.wz-add-nav a{
	font-size: 14px;
}

.wz-content-left{
	background:rgba(255,255,255,1);
	border:1px solid rgba(238,238,238,1);
	padding: 30px 20px;
}

.wz-top-box{
	margin-bottom: 30px;
}

.wz-view{
	padding-bottom: 20px;
	border-bottom:1px dashed rgba(238,238,238,1);
	margin-bottom: 20px;
}

.wz-view-title{
	text-align: center;
}

.wz-view-title p{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.wz-view-info{
	color: #999;
}

.wz-view-info span:nth-child(2){
	margin-left: 20px;
}

.wz-txt-content{
	font-size: 14px;
	line-height: 22px;
}

.wzqm-btn{
	width: 536px;
	height: 38px;
	text-align: center;
	line-height: 38px;	
	background:rgba(250,55,55,1);
	border-radius:6px;
	margin: auto;
	margin-bottom: 30px;
}

.wzqm-btn:hover{
	background: #e42f2f;
}

.wzqm-btn a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	display: block;
}

.wz-tit-link{
	padding-bottom: 30px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 30px;
}

.wz-tit-link p{
	font-size: 14px;
	color: #999;
}

.wz-tit-link p:nth-child(1){
	margin-bottom: 10px;
}

.wz-tit-link p a{
	font-size: 14px;
	color: #666;
	margin-left: 10px;
}

.wz-tit-link p a:hover{
	color: rgba(250,55,55,1);;
}

.wztj-list ul{
	width: 50%;
	float: left;
	padding-top: 18px;
}


.wztj-list ul li{
	margin-bottom: 12px;
	position: relative;
}

.wztj-list ul li:before{
	content: '';
	display: inline-block;
	width:4px;
	height:4px;
	background:rgba(125,125,125,1);
	border-radius:50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.wztj-list ul li:last-child{
	margin-bottom: 0;
}

.wztj-list ul li a{
	font-size: 16px;
	color: #333;
	padding-left: 12px;
}

.wztj-list ul li a:hover{
	color: rgba(250,55,55,1);;
}

.wzpage-idx-sec-right-one{
	width: 300px;
	margin-top: 30px;
}

/*文章页*/


/*文章页百家姓*/

.wzbjx-tab-header{
	width: 100%;
}

.wzbjx-tab-header ul li{
	padding: 8px 12px;
	float: left;
	background: #e5e5e5;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.wzbjx-tab-header ul li.active{
	color: #fff;
	background: #fa3737;
}

.wzbjx-cont{
	width: 100%;
	padding: 30px 20px;
	background: #fff;
	border: 1px solid #eee;
}

.wuyou-waiter {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -90px;
    z-index: 999;
}

.waiter-ul {
    width: 60px;
}

.waiter-ul li {
    position: relative;
    white-space: nowrap;
    z-index: 2;
    /*background-color: #d0b36d;*/
    background-image: url(../images/right-tool-bg.png);
    height: 60px;
    float: right;
    margin-top: 2px;
    width: 60px;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.waiter-ul li a{
	display: block;
	width: 52px;
	height: 52px;
	background-color: #d0b36d;
	margin: auto;
	margin-top: 4px;
}

/*.waiter-ul li.wuyou-wx a {
    background: #fff;
}*/

.waiter-ul li.wuyou-wx a i {
    background: url(../images/wico4.png) no-repeat center;
}

.waiter-title {
    position: absolute;
    width: 114px;
    right: 0px;
    top: 0;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    z-index: -2;
    opacity: 0;
    visibility: hidden;
}

.tel-num {
    position: absolute;
    /*width: 114px;*/
    /*height: 52px;*/
   padding: 16px 15px;
    right: 0px;
    top: 2px;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #db3c3c;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /*line-height: 52px;*/
    z-index: -2;
    opacity: 0;
    visibility: hidden;
}

.waiter-ul li.wuyou-wx .waiter-title {
    z-index: -2;
}

.waiter-ul li.wuyou-wx .tel-num  {
    z-index: -2;
}

.waiter-ul li:hover a{
    background: #db3c3c;
}

.waiter-ul li:hover .waiter-title {
    right: 74px;
    opacity: 1;
    visibility: visible;
}

.waiter-ul li:hover .tel-num {
    right: 74px;
    opacity: 1;
    visibility: visible;
}

.waiter-ul li a i {
    height: 100%;
    width: 52px;
    float: left;
}

.waiter-ul li.wuyou-wx a i {
    background: url(../images/right-ewm-icon.png) no-repeat center;
}

/*.waiter-ul li.wuyou-xcx a i {
    background: url(../images/right-xcx-icon.png) no-repeat center;
}*/

.waiter-ul li.wuyou-xcx a i {
    background: url(../images/right-xcx-icon.png) no-repeat center;
}

.waiter-ul li.wuyou-tel a i {
    background: url(../images/right-tel-icon.png) no-repeat center;
}

.waiter-ul li.wuyou-top a{
    background-image: url(../images/right-totop-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}







/*文章页百家姓*/










