* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei UI','Microsoft YaHei UI Bold', 'Microsoft YaHei UI Regular', 'Microsoft YaHei UI', sans-serif;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
div, i {
    -webkit-tap-highlight-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    -webkit-tap-highlight-color: transparent;
}
body {
    position: relative;
	background-color: #fafafa;
    -webkit-tap-highlight-color: transparent;
}
ul,ol {
    list-style: none
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500
}
button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}
header .logo_img img {
	height: 40px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.container .box {
	margin: 25px 0;
}
header {
	background-color: #c4ffe3;
}
header .container {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
header .container .search {
	width: 263px;
	height: 36px;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.34);
	background-color: #fff;
	border-radius: 18px;
	position: relative;
}

 
nav {
	display: flex;
	position: absolute;
	left: 50%;
	margin-left: -205px;
}
nav a {
	
	display: block;
	font-size: 14px;
	margin-right: 30px;
	color: #999;
	line-height: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 20px;
	padding: 0 20px;
	box-shadow: 0px 0px 11px rgba(113, 113, 113, 0.3);
	transition: all .3s;
}
nav a:hover {
	transform: scale(1.2);
	color: #fff;
	background-color: #7adb61;
}
nav a:nth-last-child(1) {
	margin-right: 0;
}
.container .box .title {
	width: 390px;
	height: 60px;
	position: relative;
}

.container .box .title>h3 {
	width: 320px;
	height: 60px;
	box-sizing: border-box;
	padding: 13px;
}
.yellow {
	color: #FF9636;
}
.green {
	color: #09D040;
}
.red {
	color: #FF4A4A;
}
.container .box .title {
	margin-bottom: 15px;
}
.container .box .title>h3 i::before {
	
	border-radius: 5px;
	font-size: 33px;
}
.container .box .title>h3 span {
	line-height: 34px;
	font-size: 26px;
}
.sample1,.sample2,.sample3 {
	display: flex;
	flex-wrap: wrap;
}
.sample1 a ,
.sample2 a ,
.sample3 a {
	box-shadow: 0px 0px 11px rgba(113, 113, 113, 0.3);
	box-sizing: border-box;
	background-color: #fff;
}
.sample4 a ,
.sample5 a ,
.sample6 a {
	transition: all .3s; 
}
.sample4 a:hover ,
.sample5 a:hover ,
.sample6 a:hover {
	transform: scale(1.12);
}
.sample1 a {
	display: flex;
	width: 392px;
	height: 132px;
	margin-right: 12px;
	margin-top: 12px;
	padding: 18px 16px 15px 13px;
}

.sample2 a {
	display: flex;
	width: 290px;
	height: 195px;
	margin-right: calc(40px/3);
	margin-top: calc(40px/3);
	padding: 14px 9px 19px 13px;
}
.sample3 a {
	width: 290px;
	height: 244px;
	margin-right: calc(40px/3);
	margin-top: calc(40px/3);
	padding: 12px 13px 17px 13px;
}
.sample1 a h3 ,
.sample2 a h3 ,
.sample3 a h3 {
	font-family: 'Microsoft YaHei UI', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #313131;
	line-height: 25px;
}
.sample1 a p ,
.sample2 a p ,
.sample3 a p {
	font-family: '微软雅黑', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #838383;	
	line-height: 18px;
}
.sample1 a .score .icon-xing ,
.sample3 a .score .icon-xing {
	font-size: 13px;
	color: #f9f15c;
}
.sample1 a .score ul ,
.sample3 a .score ul {
	display: flex;
}
.sample1 a .score ul li ,
.sample3 a .score ul li {
	width: 13px;
	height: 13px;
	margin-right: 4px;
}
.sample1 .box_i a dl dd ul li .grey ,
.sample2 .box_i a dl dd ul li .grey ,
.sample3 .box_i a dl dd ul li .grey ,
.sample4 .box_i a dl dd ul li .grey ,
.sample5 .box_i a dl dd ul li .grey {

	color: #ddd;
}
.sample1 a:nth-child(3n) ,
.sample2 a:nth-child(4n) ,
.sample3 a:nth-child(4n) {
	margin-right: 0;
}
.sample1 a:nth-child(-n+3) ,
.sample2 a:nth-child(-n+4) ,
.sample3 a:nth-child(-n+4) {
	margin-top: 0;
}
.sample1 a .img {
	width: 98px;
	height: 98px;
	overflow: hidden;
	border-radius: 6px;
	margin-right: 15px;
}
.sample1 a .img img ,
.sample2 a .img img ,
.sample3 a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.sample1 a:hover .img img ,
.sample2 a:hover .img img ,
.sample3 a:hover .img img {
	transform: scale(1.2);
}

.sample1 a .text .head_l {
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sample1 a .text .head_l h3 {
	width: 130px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sample1 a .text p {
	display: -webkit-box;
	width: 250px;
	height: 54px;
	margin-top: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	
}
.sample2 a {
	display: flex;
	justify-content: space-between;
}
.sample2 a .image {
	width: 113px;
	height: 162px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sample2 a .image .img {
	width: 113px;
	height: 113px;
	border-radius: 6px;
	overflow: hidden;
}
.sample2 a .image span {
	width: 113px;
	height: 27px;
	border-radius: 10px;
	background-color: rgba(122, 219, 97, 1);
	color: #fff;
	text-align: center;
	line-height: 27px;
	font-size: 13px;
}
.sample2 a .text {
	width: 130px;
	height: 162px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sample2 a .text h3 {
	width: 130px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sample2 a .text .tag {
	color: #999999;
	font-size: 12px;
}
.sample2 a .text .tag span {
	margin-right: 5px;
}
.sample2 a .text .attribute {
	display: flex;
	justify-content: space-between;
}
.sample2 a .text .attribute div {
	color: #999;
}
.sample2 a .text .attribute div span {
	font-size: 14px;
}
.sample3 a .head_r {
	width: 264px;
	height: 94px;
	display: flex;
}
.sample3 a .head_r .img {
	width: 94px;
	height: 94px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 10px;
}
.sample3 a .head_r .text h3 {
	width: 160px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0 30px
}
.sample3 a .head_r .text .sum {
	font-size: 12px;
	color: #999999;
}
.sample3 a .word {
	width: 264px;
	margin: 10px 0;
}
.sample3 a .word p {
	width: 264px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.sample3 a .foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sample3 a .foot span {
	width: 85px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: rgba(122, 219, 97, 1);
	border-radius: 10px;
	color: #fff;
}
.dichotomy {
	display: flex;
	justify-content: space-between;
}
.dichotomy .left {
	width: 881px;
}
.dichotomy .right {
	width: 300px;
	padding-top: 77px;
}
.ad_box {
	width: 336px;
	height: 280px;
	position: relative;
	margin-right: 20px;
}
.ad {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ad p {
	font-size: 12px;
	color: #777;
}
.dichotomy .left .game {
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	display: flex;
}
.dichotomy .left .game .img {
	width: 180px;
	height: 180px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 20px;
}
.dichotomy .left .game .img img {
	width: 100%;
	height: 100%;
}
.dichotomy .left .game .text {
	width: 681px;
}
.dichotomy .left .game .text h3 {
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 30px;
	color: #313131;
	margin-bottom: 16px;
}
.dichotomy .left .game .detail .btns {
	width: 188px;
	display: flex;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	background-color: #eee;
}
.dichotomy .left .game .detail .btns .btn {
	width: 94px;
	height: 41px;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	background-color: #eee;
	text-align: center;
	line-height: 28px;
	margin-bottom: -12px;
	color: #838383;
}
.dichotomy .left .game .detail .btns .active {
	background-color: #dbdbdb;
}
.dichotomy .left .game .detail .show_main {
	padding: 20px 34px;
	border-radius: 16px;
	background-color: rgba(245, 245, 245, 1);
	position: relative;
	box-shadow: 0px 0px 5px rgba(219, 219, 219, 0.3)
}
.dichotomy .left .game .detail .show_main ul {
	display: none;
	width: 612px;
	flex-wrap: wrap;
}
.dichotomy .left .game .detail .show_main ul li {
	width: 306px;
	height: 31.5px;
	line-height: 31.5px;
	display: flex;
}
.dichotomy .left .game .detail .show_main ul li h4 {
	font-weight: 700;
	color: #838383;
	font-size: 16px;
}
.dichotomy .left .game .detail .show_main ul li p {
	padding-left: 5px;
	font-size: 16px;
	color: #838383;
	width: 180px;
	height: 31.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dichotomy .left .game .detail .show_main .active {
	display: flex;
}
.dichotomy .left .ad_top {
	display: flex;
}
.top_box {
	width: 525px;
	height: 280px;
	background-color: rgba(245, 245, 245, 1);
	border-radius: 16px;
	padding: 15px 20px;
}
.top_box h3 {
	font-size: 19px;
	font-weight: 700;
	color: #999999;
}
.top {
	display: flex;
	flex-wrap: wrap;
}
.top a {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: calc(85px/3);
	margin-top: 13px;
}
.top a:nth-child(4n) {
	margin-right: 0;
}
.top a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.top a:hover img {
	transform: scale(1.2);
}
.box_c {
	margin: 25px 0;
}
.box_c>h3 {
	position: relative;
	width: 236px;
	height: 36px;
	line-height: 36px;
	background-color: #FFFFFF;
	color: #999;
	font-size: 19px;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #000;
	margin: 0 auto -18px;
	text-align: center;
}
.box_c .box_context {
	background-color: #F5F5F5;
	border-radius: 13px;
	padding: 40px 20px 20px;
}
.box_c .box_context .desc p {
	font-size: 16px;
	color: #838383;
	line-height: 25px;
}
.score_box {
	width: 300px;
	height: 223px;
	border-radius: 13px;
	background-color: rgba(245, 245, 245, 1);
	box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.3);
	padding: 10px 30px 20px;
	margin-bottom: 20px;
}
.score_box .border_box {
	border-radius: 16px;
	border: 1px solid #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 105px;
	height: 94px;
	margin: 0px auto 20px;
	background-color: #fff;
}
.score_box .border_box span {
	font-size: 41px;
	color: #838383;
	font-weight: 700;
}
.score_box>h3 {
	font-size: 20px;
	font-weight: 700;
	color: #838383;
}
.score_box>p {
	font-size: 14px;
	color: #c8c8c8;
}
.tag_box {
	/* todo */
	width: 100%;
	height: 100px;
	border-radius: 16px;
	background-color: rgba(245, 245, 245, 1);
	box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.3);
	padding: 10px;
}
.tag_box h3 ,
.Popular_box>h3{
	font-size: 18px;
	color: #999999;
	font-weight: 700;
	margin-bottom: 10px;
}
.tag_box .tags {
	display: flex;
	flex-wrap: wrap;
}
.tag_box .tags span {
	background-color: #FFFFFF;
	font-size: 13px;
	height: 22px;
	padding: 3px 15px;
	box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.3);
	border-radius: 22px;
	margin: 5px 10px 0 0;
	color: #999999;
}
.Popular_box {
	width: 300px;
	border-radius: 16px;
	background-color: rgba(245, 245, 245, 1);
	box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.3);
	padding: 15px;
}
.Popular_box .Populars a {
	display: flex;
	margin-bottom: 10px;
}
.Popular_box .Populars a .img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 12px;
	margin-right: 15px;
}
.Popular_box .Populars a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.Popular_box .Populars a:hover .img img {
	transform: scale(1.2);
}
.Popular_box .Populars a .text h3 {
	font-size: 20px;
	color: #313131;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 175px;
}
.Popular_box .Populars a .text .tags {
	display: flex;
	color: #999;
	font-size: 14px;
}
.Popular_box .Populars a .text .tags div:nth-child(1) {
	width: 40px;
	margin-right: 30px;
}
.banner {
	width: 1200px;
	height: 132px;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
	padding: 16px 55px;
	position: relative;
}
.box_i {
	display: flex;
	flex-wrap: wrap;
}
.banner .box_i a {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 12px;
	overflow: hidden;
}
.banner .box_i a:nth-last-child(1) {
	margin-right: 0;
}
.banner .box_i a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.banner .box_i a:hover img {
	transform: scale(1.2);
}
.left2 {
	width: 195px;
	
}
.left2>div {
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(221, 221, 221, 0.3);
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}
.left2 .box_e {
	margin-bottom: 20px;
}
.left2 .box_e>h3 {
	width: 100%;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background-color: rgba(194, 243, 241, 1);
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	font-size: 16px;
	font-weight: 700;
	color: #6c6c6c;
	box-shadow: 5px 5px 5px rgba(221, 221, 221, 0.3);
}
.left2 .box_e>h3 i::before {
	margin-right: 5px;
}
.left2 .box_i {
	padding: 10px;
}
.left2 .box_i a {
	display: flex;
	align-items: center;
	width: 175px;
	height: 36px;
	border-radius: 18px;
	box-shadow: 5px 5px 5px rgba(221, 221, 221, 0.3);
	padding: 0 15px;
	margin-bottom: 15px;
}
.left2 .box_i a .img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.left2 .box_i a .img img {
	width: 100%;
	height: 100%;
}
.left2 .box_i a h3 {
	font-size: 16px;
	color: #999999;
}
.left2 .box_i a h3 i {
	font-size: 17px;
}
.right2 {
	width: 980px;
}
.right2 .box_e>h3 {
	font-size: 26px;
	color: #6C6C6C;
	font-weight: 700;
	margin-bottom: 20px;
}
.right2 .box_e {
	margin-bottom: 20px;
}
.sample4 .box_i a,
.sample5 .box_i a,
.sample6 .box_i a {
	width: 146px;
	height: 221px;
	background-color: #fff;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
	box-shadow: 5px 5px 5px rgba(221, 221, 221, 0.3);
	padding: 18px;
	margin: 20.8px 20.8px 0 0;
}
.sample4 .box_i a:nth-child(6n) ,
.sample5 .box_i a:nth-child(6n) {
	margin-right: 0;
}
.sample4 .box_i a:nth-child(-n+6) ,
.sample5 .box_i a:nth-child(-n+6) {
	margin-top: 0;
}
.sample4 .box_i a .img ,
.sample5 .box_i a .img {
	width: 110px;
	height: 110px;
	border-radius: 12px;
	overflow: hidden;
}
.sample4 .box_i a .img img ,
.sample5 .box_i a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.sample4 .box_i a dt ,
.sample5 .box_i a dt ,
.sample6 .box_i a dt {
	width: 110px;
	height: 19px;
	line-height: 19px;
	color: #6C6C6C;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 5px 0;
}
.sample4 .box_i a dl dd:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
.sample4 .box_i a dl dd:nth-of-type(1) span {
	font-size: 12px;
	color: #999999;
}
.sample4 .box_i a dl dd span::before {
	margin-right: 3px;
}
.sample4 .box_i a dl dd:nth-last-child(1) {
	height: 25px;
	color: #fff;
	border-radius: 10px;
	background-color: rgba(122, 219, 97, 1);
	text-align: center;
	font-size: 13px;
	line-height: 25px;
}
.sample5 .box_i a {
	height: 183px;
	border-radius: 18px;
}
.sample5 .box_i a dl dd {
	display: flex;
	justify-content: center;
}
.sample5 .box_i a dl dd ul {
	display: flex;
}
.sample5 .box_i a dl dd ul li {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.sample5 .box_i a dl dd ul li i {
	color: #ffb800;
	font-size: 12px;
}
.sample5 .box_i a dl dd ul li:nth-last-child(1) {
	margin-right: 0;
}
.sample6 .box_i a {
	width: 307px;
	height: 132px;
	border-radius: 18px;
	display: flex;
	margin-right: 29.5px;
}
.sample6 .box_i a .img {
	width: 98px;
	height: 98px;
	overflow: hidden;
	border-radius: 18px;
	margin-right: 15px;
}
.sample6 .box_i a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.sample6 .box_i a dl {
	width: 158px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sample6 .box_i a dl dt {
	width: 158px;
	text-align: left;
}
.sample6 .box_i a dl dd p {
	width: 158px;
	height: 54px;
	color: #838383;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sample6 .box_i a:nth-child(3n) {
	margin-right: 0;
}
.sample6 .box_i a:nth-child(-n+3) {
	margin-top: 0;
}
.sample4 .box_i a:hover img,
.sample5 .box_i a:hover img,
.sample6 .box_i a:hover img {
	transform: scale(1.2);
}
.gri {
	display: grid;
	row-gap: 20px;
	column-gap: 17px;
	grid-template-columns: repeat(7,125px)
}
.gri .ad {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.gri a ,.sousuo_box a {
	width: 125px;
	height: 145px;
}
.sousuo_box a {
	width: 115px;
	height: 135px;
}
.gri a .img ,.sousuo_box a .img{
	width: 125px;
	height: 125px;
	overflow: hidden;
	border-radius: 6px;
}
.sousuo_box a .img{
	width: 115px;
	height: 115px;
	overflow: hidden;
	border-radius: 6px;
}
.gri a .img img ,.sousuo_box a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.gri a:hover .img img ,.sousuo_box a:hover .img img {
	transform: scale(1.2);
}
.gri a p ,.sousuo_box a p {
	width: 125px;
	height: 18px;
	line-height: 18px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	color: #313131;
}
.sousuo_box a p {
	width: 115px;
	height: 18px;
	line-height: 18px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	color: #313131;
}
.navigation {
	color: #999;
	margin: 5px 0 15px
}
.navigation a ,
.navigation span {
	font-size: 14px;
	color: #999;
}
.species {
	display: flex;
	flex-wrap: wrap;
}
.species a {
	display: flex;
	width: 388px;
	height: 158px;
	padding: 12px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(187, 187, 187, 0.3);
	border-radius: 20px;
	margin: 18px 18px 0 0;
}
.species a:nth-child(3n) {
	margin-right: 0;
}
.species a:nth-child(-n+3) {
	margin-top: 0;
}
.species a .img {
	width: 134px;
	height: 134px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 20px;
}
.species a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.species .text {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 210px;
}
.species .text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #666;
}
.species .text p {
	font-size: 14px;
	color: #666;
}
.species .text>span {
	color: #fff;
	background-color: rgba(22, 155, 213, 1);
	width: 74px;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 4px;
}
.s_title {
	font-size: 30px;
	color: #cdcdcd;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sousuo_box {
	display: flex;
	flex-wrap: wrap;
}
.sousuo_box a{
	margin: 20px 20.635px 0 0;
}
.sousuo_box a:nth-child(9n) {
	margin-right: 0;
}
.sousuo_box a:nth-child(-n+9) {
	margin-top: 0;
}
.search {
	display: flex;
	align-items: center;
}
.search form {
	width: 220px;
}
.search input[type="text"] {
    width: 100%;
    height: 28px;
    border: none;
    outline: none;
    color: #999;
    text-indent: 1em;
    font-size: 14px;
	background-color: rgba(0,0,0,0);
}
.search button {
    position: absolute;
    width: 40px;
    height: 28px;
    border: none;
    right: 0;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    cursor: pointer;
    color: #333;
    border-radius: 30px;
	background-color: rgba(0,0,0,0);
}
.search button i {
	font-size: 25px;
	color: #CDCDCD;
}
footer {
	background-color: #fff;
	margin-top: 20px;
}
footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 125px;
}
footer .container .logo_img img {
	height: 70px;
}
.foot {
	display: flex;
}
.foot a ,footer p{
	font-size: 14px;
	margin-right: 20px;
	color: #666;
}
.right .ad {
	margin: 20px 0;
}
.more {
	font-size: 14px;
	font-weight: 700;
	color: #6C6C6C;
	text-align: center;
	display: block;
	padding-bottom: 20px;
}
.next, .prex {
	width: 25px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(194, 243, 241, 1);
	color: #fff;
}
.next {
	position: absolute;
	left: 20px;
	top: 41px;
}
.prex {
	position: absolute;
	right: 20px;
	top: 41px;
}
.ys {
	background-color: rgba(245, 245, 245, 1);
	padding: 20px 30px;
	border-radius: 20px;
}
.ys h3 {
	font-size: 20px;
	font-weight: 700;
	color: #6C6C6C;
	margin-bottom: 20px;
}
.ys .desc p {
	font-size: 16px;
	color: #838383;
	line-height: 25px;
}
.ys .desc h4 {
	margin: 20px 0 10px;
}
.get_app {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.get_app p {
	font-size: 12px;
	color: #999999;
	font-weight: 700;
}
.get_app h3 {
	font-size: 18px;
	font-weight: 700;
	color: #999999;
}
.get_app a {
	margin-right: 50px;
	background-color: #fff;
	border-radius: 30px;
	padding: 5px 30px 5px 120px;
	width: 290px;
	position: relative;
	transition: all .3s;
}
.get_app a:hover {
	transform: scale(1.1);
	background-color: #7adb61;
}
.get_app a:hover i ,
.get_app a:hover p ,
.get_app a:hover h3 {
	color: #fff;
}
.get_app a:nth-last-child(1) {
	margin-right: 0;
	
}
.get_app a i {
	color: #999;
	font-size: 35px;
	position: absolute;
	left: 75px;
}
.box_context .swiper-slide,.box_context .swiper-slide img {
    height: 200px;
    width: auto;
}
.box_context .seeding .swiper-wrapper .swiper-slide,.box_context .seeding .swiper-slide img {
    height: 200px;
    width: auto;
}
.promotion .group {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(8,calc(1060px/8));
	margin-bottom: 20px;
}
.promotion .group a {
	width: calc(1060px/8);
	height: calc(1060px/8);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.promotion .group a:nth-child(1) ,
.promotion .group a:nth-child(6) {
	width: calc(1060px / 4 + 20px);
	height: calc(1060px / 4 + 20px);
}
.promotion .group a:nth-child(1) {
	grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.promotion .group a:nth-child(6) {
	grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
}
.promotion .group a .img {
	width: calc(1060px/8);
    height: 0;
    padding-bottom: calc(1060px/8);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.promotion .group a .img img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s;

}

.promotion .group a:hover .img img {
	transform: scale(1.2);
}
.promotion .group a:nth-child(1) .img ,
.promotion .group a:nth-child(6) .img {
	width: calc(1060px / 4 + 20px);
	padding-bottom: calc(1060px / 4 + 20px);
}
.promotion .group a p {
	width: 100%;
	padding: 0 10%;
	height: 30px;
	line-height: 30px;
	background-color: rgba(122, 219, 97, 1);
	position: absolute;
	bottom: -30px;
	transition: all .3s;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.promotion .group a:nth-child(1) p ,
.promotion .group a:nth-child(6) p {
	width: 100%;
	padding: 0 10%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -50px;
	font-size: 22px;
}
.promotion .group a:hover p {
	bottom: 0;
}

.dichotomy .l {
	width: 1200px;
}
.ad {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.ad p {
	font-size: 12px;
    color: #777;
}