@charset"UTF-8";

a,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
menu,
nav,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}

*,
:after,
:before {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #0a0a0a;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	transition: color .1s ease;
}

li {
	list-style: none;
}

/*html{overflow-x:hidden;}*/
html {
	overflow-x: hidden;
	font-size: 62.5%;
}

html,
body {
	position: relative;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Microsoft Yahei", sans-serif;
	/*font-family: "Arima Madurai",Microsoft JhengHei,Georgia,Times,serif;*/
	font-size: 15px;
	font-size: 1.5rem;
	color: #0a0a0a;
	background: #f8f8f8 url('../images/18b7071e685310a45de6c6024a0447e8.jpg')
}

.move {
	animation: move .3s linear infinite;
}

@keyframes move {
	0% {
		transform: rotate(0deg);
	}

	20% {
		transform: rotate(72deg);
	}

	40% {
		transform: rotate(144deg);
	}

	60% {
		transform: rotate(216deg);
	}

	80% {
		transform: rotate(288deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.heart {
	animation: heart 1.3s ease-in-out 2.7s infinite alternate;
}

@keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 10px)
	}
}

.doume {
	-webkit-animation: tada 1s .2s ease both infinite;
	-moz-animation: tada 1s .2s ease both infinite;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0)
	}
}

@-moz-keyframes tada {
	0% {
		-moz-transform: scale(1)
	}

	10%,
	20% {
		-moz-transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-moz-transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-moz-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-moz-transform: scale(1) rotate(0)
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes reveal {
	80% {
		letter-spacing: 8px;
	}

	100% {
		background-size: 300% 300%;
	}
}

@keyframes reveal {
	80% {
		letter-spacing: 8px;
	}

	100% {
		background-size: 300% 300%;
	}
}

@-webkit-keyframes glow {
	40% {
		text-shadow: 0 0 2px #00A7AD;
	}
}

@keyframes glow {
	40% {
		text-shadow: 0 0 2px #00A7AD;
	}
}

header {
	width: 100%;
	height: 10.6rem;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
	position: fixed;
	left: 0;
	top: 0;
	transition: top .5s;
	z-index: 999;
}

.header {
	max-width: 66rem;
	width: 100%;
	height: 6rem;
	padding: .5rem 1rem;
	margin: 0 auto;
}

.logo {
	width: 15rem;
	height: 5rem;
	overflow: hidden;
}

.logo img {
	width: 100%;
	height: auto;
}

.contact i {
	font-size: 2.6rem;
	color: #0a0a0a;
}

/*menu*/
.menu {
	width: 100%;
	height: 4.6rem;
	background: #FFD100;
	/*background-image: url(../images/background.png);background-repeat: repeat-x;*/
}

.menu-content {
	max-width: 66rem;
	width: 100%;
	padding: .5rem 1rem;
	margin: 0 auto;
	justify-content: flex-start !important;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.menu-content::-webkit-scrollbar {
	display: none;
}

.menu-content li {
	margin: 0 .6rem;
}

.menu-content li a {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.6rem;
	color: #0a0a0a;
}

.menu-content li:hover a,
.menu-content .current-menu-item a,
.menu-content .current-menu-parent a {
	color: #000;
}

.menu-content .current-menu-item a,
.menu-content .current-menu-parent a {
	pointer-events: none;
}

.menu-alert {
	width: 100%;
	font-size: 1.5rem;
	color: #ff6f06;
	text-align: center;
	line-height: 3.6rem;
}

.menu-alert i {
	font-size: 1.5rem;
	color: #ff6f06;
	line-height: 3.6rem;
	margin: 0 .5rem 0 0;
}

#warp {
	max-width: 66rem;
	width: 100%;
	/*min-height: calc( 100% - 20.6rem);*/
	margin: 10.6rem auto 0;
	padding: 1rem 1rem;
}

.no_home_mode {
	width: 100%;
	margin: 2rem 0;
	padding: 4rem 0;
	color: #FF5E65;
	line-height: 2;
	border-radius: 1rem;
	background: rgba(255, 94, 101, .15);
	text-align: center;
}

/*swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .35);
	margin: 0 .5rem !important;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #fff !important;
	width: 2rem;
	border-radius: 2rem;
	height: .5rem;
	margin-bottom: .15rem !important;
}

/*slider*/
.is_slider .swiper-slide {
	width: 100%;
	height: 0 !important;
	padding-bottom: 31%;
	overflow: hidden;
	border-radius: .5rem;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*sticky*/
#sticky {
	width: 100%;
	margin: 0 0 0;
}

.sticky-content {
	margin: 2rem 0 0;
	justify-content: flex-start !important;
	flex-wrap: wrap;
}

.sticky-items {
	width: calc(19.5% - .75rem);
	margin: 1.5rem 1rem 1rem 0;
	padding: 1rem 1rem .5rem;
	background: #fff;
	border-radius: .5rem;
	position: relative;
	box-shadow: 0 0 1rem #dedede;
}

/***.sticky-items:nth-child(5n){margin: 1rem 0;}***/
/***.sticky-items:nth-child(6n){display: none;}***/
.sticky-items::after {
	content: url(../images/bit.png);
	position: absolute;
	top: -1rem;
	left: 0;
}

.sticky-items_bit {
	position: absolute;
	top: -1rem;
	left: 0;
}

.sticky-items_img {
	width: 7.2rem;
	height: 7.2rem;
	margin: 0 auto;
	border-radius: 30%;
	overflow: hidden;
}

.sticky-items_title {
	font-size: 1.4rem;
	color: #888;
	text-align: center;
	line-height: 2;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*apply*/
#apply {
	width: 100%;
	margin: 0 0 0;
}

.app {
	width: 100%;
	margin: 0 0 1rem;
	background: #fff;
	padding: 1rem 1.5rem;
	border-radius: .5rem;
	box-shadow: 0 0 1rem #dedede;
}

.app-post {
	width: 100%;
	padding: 1rem 0;
}

.app-post-img {
	width: 7.2rem;
	height: 7.2rem;
	overflow: hidden;
	border-radius: 30%;
	flex-shrink: 0;
	box-shadow: 0 .5rem 1.5rem rgba(255, 94, 101, .35);
}

.app-post-contg {
	width: calc(100% - 8.8rem);
}

.app-post-contg h3 {
	font-size: 1.5rem;
	color: #888;
	line-height: 2.2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.app-post-contg-suggest span {
	width: 8rem;
}

.app-post-contg-suggest span:hover {
	background: #FF5E65;
	color: #fff;
}

.app-post-contg-suggest-info {
	width: calc(100% - 9rem);
}

.app-post-contg-suggest-info h1 {
	width: 100%;
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: bold;
	color: #0a0a0a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.app-post-contg-suggest-info h2 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*links*/
#links {
	width: 100%;
	margin: 2rem 0 0;
	background: #fff;
	padding: 1.5rem;
	border-radius: .5rem;
	box-shadow: 0 0 1rem #dedede;
}

.links-content {
	justify-content: flex-start !important;
	flex-wrap: wrap;
}

.links-content a {
	font-size: 1.5rem;
	margin: 0 2rem 0 0;
	line-height: 1.6;
}

/*ads*/
.sticky-money,
.app-money,
.archive-money,
.single-money {
	width: 100%;
	margin: 0 0 .8rem;
}

.sticky-money img,
.app-money img,
.archive-money img,
.single-money img {
	width: 100%;
	height: auto;
}

/*single*/
.single {
	background: #fff;
}

.single-meta {
	width: 100%;
	margin: 3rem 0 0;
	position: relative;
}

.single-meta:after {
	content: '';
	display: block;
	width: 8rem;
	height: 8rem;
	border-radius: 100%;
	position: absolute;
	background-color: rgba(255, 90, 94, 0.2);
	top: 2rem;
	right: 4rem;
	animation: heart 1.3s ease-in-out 2.7s infinite alternate;
}

.single-meta:before {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 100%;
	position: absolute;
	background-color: rgba(255, 90, 94, 0.2);
	top: 1rem;
	right: 1rem;
	animation: heart 1.3s ease-in-out 2.7s infinite alternate;
}

.single-meta-img {
	width: 10rem;
	height: 10rem;
	overflow: hidden;
	border-radius: 30%;
}

.single-meta-source {
	width: calc(100% - 11rem);
	text-align: left;
}

.single-meta-source h2 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 600;
	color: #000;
}

.single-meta-source h3 {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.single-meta-source h3 i {
	font-size: 1.4rem;
	color: #0084ff;
	margin: 0 .5rem 0 0;
}

.single-meta-source a {
	width: 13rem;
	margin: 1rem 0 0;
	background: #FF5E65;
	color: #fff;
}

.single-details {
	width: 100%;
	margin: 3rem 0;
}

.single-details p {
	line-height: 2;
}

.single-details img {
	width: 100%;
	height: auto;
}

/*tool*/
.tool {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1rem 0;
}

.tool h1 {
	font-size: 2rem;
	font-weight: bold;
	color: #1f1f1f;
	position: relative;
	z-index: 1;
}

.tool h2 {
	font-size: 1.6rem;
	font-weight: 400;
}

.tool .more {
	font-size: 1.4rem;
	color: #888;
}

.tool .more i {
	font-size: 1.4rem;
	margin: 0 .5rem 0 0;
}

/*biging*/
.biging img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: all 0.6s;
}

.biging img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	/*filter: blur(.5rem);*/
}

/*a  center*/
.down_btn {
	display: block;
	height: 3.6rem;
	font-size: 1.4rem;
	font-weight: bold;
	background: rgba(255, 94, 101, .1);
	color: #FF5E65;
	border-radius: 3.6rem;
	justify-content: center !important;
}

/*before*/
.tool h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1rem;
	border-radius: 1rem;
	background: rgba(255, 209, 0, 1);
	z-index: -1;
}

/*flex*/
.header,
.menu-content,
.sticky-content,
.app-post a,
.app-post-contg-suggest,
.down_btn,
.links-content,
.single-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 460px) {
	.sticky-items {
		width: calc(32% - .5rem);
		margin: 1rem 1rem 1rem 0;
	}

	.sticky-items:nth-child(3n) {
		margin: 1rem 0;
	}

	.sticky-items:nth-child(6n) {
		margin: 1rem 0;
	}

	.sticky-items:last-child {
		display: none;
	}
}

/*is_page*/
.is_page {
	width: 100%;
	margin: 2rem 0 0;
	background: #fff;
	padding: 1.5rem;
	border-radius: .5rem;
	box-shadow: 0 0 1rem #dedede;
}

.is_page-meta h1 {
	font-size: 1.8rem;
	font-weight: bold;
}

.is_page-content {
	margin: 2rem 0 0;
}

.is_page-content p {
	line-height: 2;
	margin: 1rem 0 0;
}

/*footer*/
footer {
	width: 100%;
	height: 6rem;
	background: #fff;
}

.footer {
	max-width: 66rem;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.footer p {
	font-size: 1.5rem;
}

/*breadcrumbs*/
.breadcrumbs {
	width: 100%;
	margin: 0 0 2rem;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.breadcrumbs li,
.breadcrumbs a {
	font-size: 1.4rem;
	color: #888;
	line-height: 2rem;
	height: 2rem;
}

.breadcrumbs .breadcrumbs-items::before {
	content: " / ";
	display: inline-block;
	margin: 0 1rem;
}

.breadcrumbs li:last-child {
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#paging {
	width: 100%;
	margin: 2rem auto 0;
	text-align: center;
}

#paging a {
	font-size: 1.8rem;
	color: #888;
	padding: 0 1rem;
}

#paging .current {
	font-size: 1.8rem;
	position: relative;
}

#paging .current::before {
	bottom: 0;
}

#warning {
	width: 100%;
	padding: 4rem 0;
	border-radius: 1rem;
	background: rgba(252, 112, 120, .15);
	text-align: center;
}

#warning i {
	font-size: 3.6rem;
	color: #fc7078;
}

#warning p {
	font-size: 1.4rem;
	color: #fc7078;
	line-height: 2;
}

/*****************/
.cnzz * {
	font-size: 1px;
	color: #fff;
}

.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.header {
	position: relative;
}

.header h2 i,
.header_sego8_QR,
.sego8_QR {
	display: none;
}

#down_QR {
	display: none;
	position: relative;
}

#down_QR .app_QR {
	display: none;
	position: absolute;
	top: -35px;
	right: -130px;
}

#down_QR:hover .app_QR {
	display: block;
	padding: .5rem;
	border-radius: .5rem;
	box-shadow: 0 0 1rem #dedede;
	background: #FFF;
}

#down_QR .app_QR img {
	width: 100px;
	height: 100px;
	border-radius: .5rem;
}

@media screen and (min-width: 1025px) {
	.header h2 i {
		display: block;
		font-weight: blod;
	}

	.header_sego8_QR {
		display: block;
		width: 140px;
		padding: 8px 20px 13px;
		position: absolute;
		top: 12rem;
		left: -150px;
		background: #FFF;
		text-align: center;
		border-radius: .5rem;
		box-shadow: 0 0 1rem #dedede;
	}

	.header_sego8_QR img {
		display: block;
		width: 100%;
		height: auto;
		margin: 8px 0;
		border-radius: .5rem;
	}

	#down_btn {
		display: none
	}

	#down_QR {
		display: flex
	}
}