@charset "utf-8";

@media screen and (min-width:991px) and (max-width:1199px) {
	body {
		zoom: .7;
	}
}
@media screen and (min-width:1200px) and (max-width:1399px) {
	body {
		zoom: .8;
	}
}
@media screen and (min-width:1400px) and (max-width:1599px) {
	body {
		zoom: .9;
	}
}
@media screen and (min-width:1600px) {
	body {
		zoom: 1;
	}
}
* {
	margin: 0 auto;
}

[v-cloak] {
	display: none;
}
body,
html {
	margin: 0;
	padding: 0;
	color: #181818;
	background: #ffffff;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	font-family: "微软雅黑", "STHeiti", "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "sans-serif";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	vertical-align: baseline;
	*zoom: 1;
	_zoom: 1;
	-webkit-text-size-adjust: none;
}

ul,
li,
dl,
dt,
dd,
h3,
p,
h4,
h1,
h2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
small {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

input,
select,
button {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

input:focus {
	outline: none
}

img {
	border: 0;
	vertical-align: middle;
}

ins {
	text-decoration: none;
}

em,
i {
	font-style: normal
}

/* link css */
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: none;
}

a:link,
a:visited {
	text-decoration: none;
	outline: 0 none;
}

a:hover {
	color: #e1c37c;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

a:active {
	color: #e1c37c;
}

a:-webkit-any-link {
	text-decoration: none;
}

.cur {
	cursor: pointer;
}

.o_hidden {
	overflow: hidden;
}

.d_none {
	display: none;
}

.d_block {
	display: block;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.pos_a {
	position: absolute;
}

.pos_r {
	position: relative;
}

.pos_f {
	position: fixed;
}

.border_all {
	border: 1px solid #eaeaea;
}

.border_top {
	border-top: 1px solid #eaeaea;
}

.border_bottom {
	border-bottom: 1px solid #eaeaea;
}

.linheight20 {
	height: 20px;
	line-height: 20px;
}

.linheight25 {
	height: 25px;
	line-height: 25px;
}

.linheight30 {
	height: 30px;
	line-height: 30px;
}

.linheight40 {
	height: 40px;
	line-height: 40px;
}

.linheight45 {
	height: 45px;
	line-height: 40px;
}

/*  字体样式 */
.fwb {
	font-weight: bold;
}

.fwn {
	font-weight: normal;
}

.fsi {
	font-style: italic;
}


.f0 {
	font-size: 0;
}

.f10 {
	font-size: 10px !important;
}

.f12 {
	font-size: 12px !important;
}

.f14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.f22 {
	font-size: 22px !important;
}

.f24 {
	font-size: 24px !important;
}

.f26 {
	font-size: 26px !important;
}

.f28 {
	font-size: 28px !important;
}

.f30 {
	font-size: 30px !important;
}

.f32 {
	font-size: 32px !important;
}

.f34 {
	font-size: 34px !important;
}

.f36 {
	font-size: 36px !important;
}
.f120 {
	font-size: 120px;
}

.font-bold {
	font-weight: bold;
}

.font-normal {
	font-weight: normal;
}


/*clear*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.w100-percent {
	width: 100%;
}
/* End hide from IE-mac */
*+html .clearfix {
	min-height: 1%;
}

.fn_left {
	display: block;
	float: left;
}

.fn_right {
	display: block;
	float: right;
}

.scale li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scale li:hover {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

.scalee li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scalee li a:hover {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

.yellow {
	color: #e1c37c;
}

.blue {
	color: #0074e8;
}

.red {
	color: #ff4a3b;
}

.orange {
	color: #e1c37c;
}

.grey {
	color: #999999 !important;
}

.w1600 {
	width: 1600px;
	margin: 0 auto;
}



.flex {
	display: flex !important;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-center-start {
	justify-content: flex-start;
}

.flex-center-1 {
	justify-content: center;
}

.flex-center-2 {
	justify-content: space-around;
}

.flex-center-3 {
	justify-content: space-between;
}

.flex-center-end {
	justify-content: flex-end;
}

.flex-top {
	align-items: flex-start;
}

.flex-bottom {
	align-items: flex-end;
}

.flex-mid {
	align-items: center;
}

.flex-self-mid {
	align-self: center;
}

.flex-self-bottom {
	align-self: flex-end;
}
.flex-column {
	flex-direction: column;
}


.all_top {
	position: fixed;
	right: 54px;
	bottom: 40px;
	border: 1px solid #999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 6px;
	opacity: 0;
	transition-duration: .5s;
	cursor: pointer;
	pointer-events: none;
	background-color: #fff;
	z-index: 10;
}
.all_top.active {
	opacity: 1;
	pointer-events: auto;
}

.all_top.active:hover {
	transform: rotate(360deg);
}

img[src=""] {
	display: none;
}

@charset "utf-8";

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.signs {
	padding: 80px 0;
}

.signs h1 {
	font-size: 120px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	-ms-transform: scale(1, 1.3);
	-webkit-transform: scale(1, 1.3);
	-moz-transform: scale(1, 1.3);
	-o-transform: scale(1, 1.3);
	display: inline-block;
}

.signs h1 span {
	background: #212121;
	color: #ffffff;
	font-size: 24px;
	padding: 0 6px;
}

.signs h2 {
	font-size: 80px;
	color: #212121;
	font-weight: bold;
}

.signs h2 b {
	margin-right: 30px;
}

.signs h3 {
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 8px;
}

.master_tit_wrap {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 60px;
	line-height: 60px;
}

.master_tit_wrap .sort,
.master_tit_wrap .kind {
	height: 60px;
	line-height: 60px;
}

.master_tit_wrap .sort a {
	border-radius: 6px;
	margin-right: 20px;
	display: inline-block;
	font-size: 14px;
	background: #ffffff;
	border: 1px solid #ffffff;
	height: 40px;
	line-height: 40px;
	min-width: 100px;
	text-align: center;
	margin-top: 10px;
	transition-duration: .5s;
	transform: translateY(0);
}

.master_tit_wrap .sort a.cur {
	background-image: -moz-linear-gradient(top, #e9c97f, #e1c37c);
	/* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9c97f), color-stop(1, #e1c37c));
	/* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9c97f', endColorstr='#e1c37c', GradientType='0');
	/* IE*/
	color: #fff;
	font-weight: bold;
}

.master_tit_wrap .sort a:hover{
	transform: translateY(-5px);
}

.same {
	border: 1px solid #333;
	border-radius: 6px;
	height: 40px;
	line-height: 40px;
	width: 260px;
}

.master_tit_wrap .master_selecter_box {
	margin-right: 80px;
}

.master_tit_wrap .master_selecter {
	margin-right: 20px;
}

.master_tit_wrap .date_input_box {
	display: inline-block;
}

.date_input_box .date_input {
	padding-left: 12px;
	background: url(../images/dateicon.png) no-repeat 96% center;
}

.master_tit_wrap .date_search {
	border-radius: 6px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: #212121;
	display: inline-block;
	color: #e1c37c !important;
	margin-left: 20px;
}

.master_tit_wrap .kind a {
	margin-left: 20px;
	display: inline-block;
}

.master_tit_wrap .kind a .icon-lump {
	font-size: 26px;
	vertical-align: sub;
}

.master_tit_wrap .kind a .icon-line {
	font-size: 20px;
}

.master_tit_wrap .kind .cur {
	color: #e1c37c;
}

.date_search {
	transition-duration: 600ms;
}

.date_search:hover {
	letter-spacing: 2px;
}

.search_box .date_input {
	border-radius: 6px 0 0 6px !important;
	height: 38px !important;
	padding-left: 12px;
}

.search_box .date_search {
	margin: 0 !important;
	border-radius: 0 6px 6px 0 !important;
	line-height: 38px !important;
}

.breed_wrap {
	padding-top: 10px;
}

.breed_wrap .breed {
	padding-top: 20px;
}

.breed_wrap .breed .breed_tit {
	font-size: 14px;
	width: 50px;
	line-height: 40px;
	font-weight: 600;
}

.breed_wrap .breed .breed_kind {
	width: 1550px;
}

.breed_wrap .breed .breed_kind a {
	min-width: 60px;
	text-align: center;
	margin: 0 20px 10px 0;
	background: #f5f5f5;
	display: inline-block;
	border-radius: 6px;
	font-size: 14px;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	transition-duration: .5s;
	border: 1px solid #f5f5f5;
}

.breed_wrap .breed .breed_kind a.cur,
.breed_wrap .breed .breed_kind a:hover {
	background: #f9f3e5;
	color: #c5a559;
	border: 1px solid #c5a559;
	font-weight: 600;
}
.is-end {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
}


.related_wrap {
	margin: 60px auto;
}

.related_wrap .related_tit {
	padding-bottom: 12px;
}

.related_wrap .related_tit h3 {
	font-size: 18px;
	font-weight: 600;
	margin-right: 20px;
}

.related_wrap .related_tit .mark {
	color: #999999;
}

.related_wrap .related_con {
	width: 101%;
}

.related_wrap .related_con a {
	border-radius: 12px;
	overflow: hidden;
	display: block;
	transition-duration: .5s;
}

.related_wrap .related_con img {
	width: 100%;
	/*transition: all 0.6s;*/
}

.related_wrap .related_con .plainone {
	width: 180px;
	margin-right: 12px;
}

.related_wrap .related_con .plaintwo {
	width: 195px;
	margin-right: 12px;
}

.related_wrap .related_con a:hover {
	transform: scale(1.05);
}

.mt10 {
	margin-top: 10px;
}
.attempt-shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	pointer-events: none;
	transition-duration: .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.attempt-shade.active {
	opacity: 1;
	pointer-events: auto;
}
.attempt-calendar-box.none {
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
}
.attempt-calendar-box {
	border: 1px #dedede solid;
	background-color: #fff;
	opacity: 1;
	pointer-events: auto;
	transition-duration: .5s;
	transform: translateY(0);
}

.attempt-calendar-box .attempt-calendar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	height: auto;
	/*min-width: 100%;*/
	border-bottom: solid 1px #dedede;
}

.attempt-calendar-box .attempt-calendar-header a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-weight: bold;
	color: #666;
	border: 1px #666 solid;
	border-radius: 50%;
	transition-duration: 600ms;
}

.attempt-calendar-box .attempt-calendar-header a:hover {
	color: #fff;
	background-color: #111;
}

.attempt-calendar-box table {
	width: 100%;
	text-align: center;
	line-height: 50px;
}

.attempt-calendar-box .dday-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.attempt-calendar-box table td {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14.28%;
	padding: 1% 0 0;
}

.attempt-calendar-box .dday-box div {
	position: relative;
	display: inline-block;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	text-align: center;
	width: 14.28%;
	height: 58.25px;
}

.attempt-calendar-box .dday-box div::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.attempt-calendar-box .dday-box div span {
	position: absolute;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	/*display: inline-block;*/
	width: 65%;
	height: 65%;
	left: 17%;
	top: 17%;
	border-radius: 50%;
	/*line-height: 37.6px;*/
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}

.attempt-calendar-box .out-date span {
	background-color: transparent !important;
	color: #333 !important;
}

.attempt-calendar-box .no-curr span {
	background-color: #e4e4e4 !important;
	color: #fff !important;
}

.attempt-calendar-box .current-day span {
	background-color: #4bd16b !important;
	color: #fff !important;
}

.attempt-calendar-box .can-see span {
	transition-duration: 600ms;
}

.attempt-calendar-box .can-see:hover span {
	background-color: dodgerblue;
	color: #fff;
}
/*  */

.calendar-fixed {
	position: fixed;
	top: calc(50% - 190px);
	left: calc(50% - 150px);
	width: 410px;
	z-index: 99999;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.opacity {
	opacity: 0;
}

.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-8 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis-10 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inline-block {
	display: inline-block;
}


.mod-end-info {
	color: #999;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.mod-end-info a {
	color: #3c92f3;
}

.loading {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.container {
	width: 120px;
	height: 15px;
	font-size: 35px;
	display: flex;
	justify-content: space-between;
}

.container span {
	width: 15px;
	height: 15px;
	--duration: 1.5s;
}

.girl {
	animation: slide var(--duration) ease-in-out infinite alternate;
}

@keyframes slide {
	from {
		transform: translateX(0);
		filter: brightness(1);
	}

	to {
		transform: translatex(calc(120px - (15px * 1.25)));
		filter: brightness(1.45);
	}
}

.boys {
	width: 90px;
	display: flex;
	justify-content: space-between;
}

.boys span {
	animation: var(--duration) ease-in-out infinite alternate;
}

.boys span:nth-child(1) {
	animation-name: jump-off-1;
}

.boys span:nth-child(2) {
	animation-name: jump-off-2;
}

.boys span:nth-child(3) {
	animation-name: jump-off-3;
}

.boys span:nth-child(4) {
	animation-name: jump-off-4;
}

@keyframes jump-off-1 {
	0%, 15% {
		transform: rotate(0deg);
	}

	35%, 100% {
		transform-origin: -50% center;
		transform: rotate(-180deg);
	}
}

@keyframes jump-off-2 {
	0%, 30% {
		transform: rotate(0deg);
	}

	50%, 100% {
		transform-origin: -50% center;
		transform: rotate(-180deg);
	}
}

@keyframes jump-off-3 {
	0%, 45% {
		transform: rotate(0deg);
	}

	65%, 100% {
		transform-origin: -50% center;
		transform: rotate(-180deg);
	}
}

@keyframes jump-off-4 {
	0%, 60% {
		transform: rotate(0deg);
	}

	80%, 100% {
		transform-origin: -50% center;
		transform: rotate(-180deg);
	}
}

.container span::before {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.girl::before {
	background-color: hotpink;
}

.boys span::before {
	background-color: dodgerblue;
	animation: var(--duration) ease-in-out infinite alternate;
}

.boys span:nth-child(1)::before {
	filter: brightness(1);
	animation-name: jump-down-1;
}

.boys span:nth-child(2)::before {
	filter: brightness(1.15);
	animation-name: jump-down-2;
}

.boys span:nth-child(3)::before {
	filter: brightness(1.3);
	animation-name: jump-down-3;
}

.boys span:nth-child(4)::before {
	filter: brightness(1.45);
	animation-name: jump-down-4;
}

@keyframes jump-down-1 {
	5% {
		transform: scale(1, 1);
	}

	15% {
		transform-origin: center bottom;
		transform: scale(1.3, 0.7);
	}

	20%, 25% {
		transform-origin: center bottom;
		transform: scale(0.8, 1.4);
	}

	40% {
		transform-origin: center top;
		transform: scale(1.3, 0.7);
	}

	55%, 100% {
		transform: scale(1, 1);
	}
}

@keyframes jump-down-2 {
	20% {
		transform: scale(1, 1);
	}

	30% {
		transform-origin: center bottom;
		transform: scale(1.3, 0.7);
	}

	35%, 40% {
		transform-origin: center bottom;
		transform: scale(0.8, 1.4);
	}

	55% {
		transform-origin: center top;
		transform: scale(1.3, 0.7);
	}

	70%, 100% {
		transform: scale(1, 1);
	}
}

@keyframes jump-down-3 {
	35% {
		transform: scale(1, 1);
	}

	45% {
		transform-origin: center bottom;
		transform: scale(1.3, 0.7);
	}

	50%, 55% {
		transform-origin: center bottom;
		transform: scale(0.8, 1.4);
	}

	70% {
		transform-origin: center top;
		transform: scale(1.3, 0.7);
	}

	85%, 100% {
		transform: scale(1, 1);
	}
}

@keyframes jump-down-4 {
	50% {
		transform: scale(1, 1);
	}

	60% {
		transform-origin: center bottom;
		transform: scale(1.3, 0.7);
	}

	65%, 70% {
		transform-origin: center bottom;
		transform: scale(0.8, 1.4);
	}

	85% {
		transform-origin: center top;
		transform: scale(1.3, 0.7);
	}

	100%, 100% {
		transform: scale(1, 1);
	}
}
.page-operate {
	opacity: 0;
	height: 0;
}
.date {
	display: none;
}
