* {
    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: rgba(211, 218, 255, 1);
    -webkit-tap-highlight-color: transparent;
}
body {
    position: relative;
    background-color: rgba(211, 218, 255, 1);
    -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
}
.container {
	width: 1180px;
	margin: 0 auto;
}
header {
	background-color: #A69EFF;
	width: 100%;
}
header .container {
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
}
header .logo_img {
	width: 120px;
}
header .logo_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
header nav {
	display: flex;
}

header nav a ,
header .search_button {
	display: flex;
	height: 43px;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	margin-left: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 23px;
	background-color: #9A81FF;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
header nav a {
	padding-left: 50px;
	background-size: 30px 30px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: 15px 6px;
}
header .search_button {
	width: 55px;
	border-radius: 55px;
}
header .search_box {
	width: 210px;
	/*	 border-top: 2px solid #FFFF99; */
}
header .search_box .search {
	width: 100%;
	height: 42px;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	position: relative;
}
header .search_box .search input {
	width: calc(100% - 80px);
	height: 38px;
	font-size: 16px;
	font-family: FuturaPT-Book;
	font-weight: 400;
	box-sizing: border-box;
	border: none;
	background-color: transparent;
	outline: none;
	margin-left: 20px;
	color: #5a5a5a;
}
header .search_box .search button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	border-radius: 50px;
	background-color: #9A81FF;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 22px;
}
.box2 h2 i,
.box3 h2 i,
.box5 h2 i,
.box4 h2 i,
.box1 h2 i {
	font-size: 22px;
	margin-right: 5px;
}
.box4 h2 i {
	color: #fff;
}
.main .container .box1 {
	padding: 20px;
}
.main .container .box2 {
	padding: 0 10px 20px;
}
.main .container .box1 ,
.main .container .box2 ,
.main .container .box3 {
	border-radius: 12px;
	background-color: #A69EFF;
	margin-top: 20px;
}
.main .container .box1 .banner {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
}
.main .container .box1 .banner a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 165px;
	height: 165px;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin-right: 22px;
	margin-top: 10px;
}
.main .container .box1 .banner a:nth-child(-n+6) {
	margin-top: 0;
}
.main .container .box1 .banner a:nth-child(6n+6) {
	margin-right: 0;
}
.main .container .box1 .banner a img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s;
}
.main .container .box1 .banner a:hover img {
	transform: scale(1.2)
}
.dichotomy {
	display: flex;
	justify-content: space-between;
}
.dichotomy .left {
	width: 300px;
}
.dichotomy .right {
	width: 860px;
}
.box2 h2 ,
.box3 h2 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
}
.box3 h2 {
	padding: 0 10px;
}
.box2 .inner_box {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 12px;
}
.box2 .inner_box a {
	display: flex;
	margin-bottom: 10px;
}
.box2 .inner_box a:nth-last-child(1) {
	margin-bottom: 0;
}
.box2 .inner_box a .img {
	margin: 5px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;
}
.box2 .inner_box a .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s;
}
.box2 .inner_box a:hover .img img {
	transform: scale(1.2);
}
.box2 .inner_box a:hover .text h3 ,
.box2 .inner_box a:hover .text .detail span {
	color: rgba(135, 124, 255, 1);
}
.box2 .inner_box a .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box2 .inner_box a .text h3 {
	width: 140px;
	font-size: 20px;
	color: #313131;
	text-overflow: ellipsis;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}
.box2 .inner_box a .text .detail {
	width: 135px;
	position: relative;
}
.box2 .inner_box a .text .detail span {
	color: #cdcdcd;
	font-size: 14px;
}
.box2 .inner_box a .text .detail span:nth-child(2){
	position: absolute;
	left: 80px;
	bottom: 0;
}
.box3 .inner_box {
	/* height: 555px; */
	background-color: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 10px 25px 20px;
	display: flex;
	flex-wrap: wrap;
}
.box3 .inner_box a {
	display: flex;
	width: 187.5px;
	height: 240px;
	margin-top: 20px;
	margin-right: 20px;
	border-radius: 12px;
	background-color: #fff;
	padding: 18px 16px 0;
	border: 6px solid #fff;
	box-shadow: 2px 2px 5px rgb(0 0 0  /10%);
}
.box3 .inner_box a:hover {
	background-color: rgba(135, 124, 255, 1);
	border: 6px solid rgba(135, 124, 255, 1);
}
.box3 .inner_box a:nth-child(4n+4) {
	margin-right: 0px;
}
.box3 .inner_box a:nth-child(-n+4) {
	margin-top: 0px;
}
.box3 .inner_box a .img {
	width: 145.5px;
	height: 145.5px;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.box3 .inner_box a .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s;
}
.box3 .inner_box a:hover .img img {
	transform: scale(1.2);
}
.box3 .inner_box a  {
	flex-direction: column;
}
.box3 .inner_box a .text h3 {
	/* width: 133.5px; */
	height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 7px;
}
.box3 .inner_box a .text .detail {
	position: relative;
}
.box3 .inner_box a .text .detail span {
	color: #ccc;
	font-size: 14px;
}
.box3 .inner_box a:hover .text h3 ,
.box3 .inner_box a:hover .text .detail span {
	color: #fff;
}
.box3 .inner_box a .text .detail span:nth-last-child(1) {
	position: absolute;
	left: 90px;
	bottom: 0;
}
.box4 {
	margin-top: 20px;
}
.box4 h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.tags, .tags2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.tags a {
	width: 180px;
	height: 64px;
	background-color: rgba(135, 124, 255, 1);
	margin-right: 20px;
	border-radius: 12px;
	display: flex;
	padding: 11px;
}
.tags a:hover {
	background-color: #fff;
}
.tags a .text h3 {
	font-size: 16px;
	color: #fff;
	width: 106px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 21px;
	line-height: 21px;
}
.tags a:hover .text h3 {
	color: rgba(135, 124, 255, 1);
}
.tags a .img {
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 10px;
}
.tags a .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s;
}
.tags a:hover .img img {
	transform: scale(1.2);
}
.tags a:nth-last-child(1) {
	margin-right: 0;
}
.main .container .box4 .box1 .banner a {
	width: 120px;
	height: 120px;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 40px;
}
.main .container .box4 .box1 .banner a:nth-child(-n+8) {
	margin-top: 0;
}
.main .container .box4 .box1 .banner a:nth-child(8n+8) {
	margin-right: 0px;
}
.main .container p ,
.main .container p a {
	color: #fff;
	font-size: 16px;
}
.main .container p {
	margin: 10px 0;
}
.main .container .box5 {
	background-color: #fff;
	border-radius: 40px;
	padding: 20px 30px 20px 30px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
}
.main .container>.box8 {
	display: flex;
	justify-content: center;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	margin-bottom: 20px;
}
.main .container .box8>.box5 {
	padding: 20px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 0;
}
.main .container .box8>.box5:nth-last-child(1) {
	display: flex;
	margin-right: 0;
}
.main .container .box8>.box5:nth-last-child(2) {
	width: 376px;
	height: 321px;
}
.main .container .box5 .game {
	width: 137px;
}
.main .container .box5 .game .img {
	width: 137px;
	height: 137px;
	border-radius: 12px;
	overflow: hidden;
}
.main .container .box5 .game .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main .container .box5 .game h3 {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 700;
	height: 56px;
	line-height: 28px;
	width: 137px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #b5b5b5;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.main .container .botton_app {
	margin-bottom: 20px;
}
.main .container .botton_app a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #fff;
	border-radius: 40px;
	padding: 20px 40px 20px 30px ;
	color: #b5b5b5;
}
.main .container .botton_app a span {
	font-size: 20px;
}
.main .container .botton_app a i {
	font-size: 25px;
}
.main .container .botton_app a:hover {
	color: #FFFFFF;
	background-color: #877DFF;
}
.main .container .box5 .game p {
	text-align: center;
	color: #7a7a7a;
	font-size: 30px;
}
.main .container .box5 .game ul {
	display: flex;
	justify-content: space-between;
}
.main .container .box5 .game ul li{
	margin-right: 4px;
	width: 20px;
	height: 20px;
}
.main .container .box5 .game ul li i {
	text-stroke: 2px #f0af0f;
	-webkit-text-stroke: 2px #f0af0f;
	color: #f0af0f;
}
.main .container .box5 .game ul li .grey {
	color: #fff;
}
.main .container .left2 {
	width: 855px;
}
.main .container .left2>div {
	margin-bottom: 20px;
}
.main .container .right2 {
	width: 300px;
}
.main .container .right2>div {
	margin-bottom: 20px;
}
.main .container .box5 .els {
	display: flex;
	flex-wrap: wrap;
}
.main .container .box5 .els .el {
	display: flex;
	width: 265px;
	padding: 10px;
}

.main .container .box5 .els .el .ico {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.main .container .box5 .els .el .ico i {
	font-size: 40px;
	color: #B5B5B5;
}
.main .container .box5 .seeding {
	width: 457px;
	height: 280px;
	margin: 0 10px 0 0;
}
.swiper img {
    height: 280px;
}

.swiper-button-prev::after, .swiper-button-next::after {
	padding: 15px 5px;
	color: #B5B5B5;
	background-color: rgba(255,255,255,.5);
	border-radius: 30px;
}
.main .container .box5 .hot_game {
	width: 85px;
}
.dec {
    padding: 20px 30px;
}
.main .container .box5 .dec p {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #B5B5B5;
	text-align: left;
	margin: 0;
}
.main .container .box5 .hot_game a {
	width: 85px;
	height: 85px;
	display: flex;
	overflow: hidden;
	margin-bottom: 12.5px;
	border-radius: 12px;
}
.main .container .box5 .hot_game a:nth-last-child(1) {
	margin-bottom: 0;
}
.main .container .box5 .hot_game a img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s;
}
.main .container .box5 .hot_game a:hover img {
	transform: scale(1.2)
}
header nav a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	
}
header nav .top {
	background-image: url(../img/top.png);
	
}
header nav .pop {
	background-image: url(../img/pop.png);
}
header nav .all {
	background-image: url(../img/all.png);
}
.main .container .box5 .get_app {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .container .box5 .get_app a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 282px;
	height: 52px;
	border-radius: 52px;
	background: rgba(242, 242, 242, 1);
}
.main .container .box5 .get_app a:hover {
	background-color: #877DFF;
}
.main .container .box5 .get_app a:hover h3,
.main .container .box5 .get_app a:hover p {
	color: #fff;
}
.main .container .box5 .get_app a:nth-child(1) {
	margin-right: 90px;
}
.main .container .box5 .get_app a h3 {
	color: #909090;
	font-size: 18px;
	font-weight: 700;
}
.main .container .box5 .get_app a h3 i {
	font-size: 20px;
}
.main .container .box5 .get_app a p {
	color: #969696;
	margin: 0;
	font-size: 12px;
}
.main .container .box5 .els .el .text h4 ,
.main .container .box5 .els .el .text p {
	font-size: 16px;
	color: #B5B5B5;
	margin: 0;
	width: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .container .box5 .els .el .text p {
	font-size: 14px;
}
.main .container .box5 h2 {
	font-size: 20px;
	color: #B5B5B5;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}
.main .container .box5 .sg {
	display: flex;
	flex-wrap: wrap;
}
.main .container .box5 .sg a {
	display: flex;
	width: 138px;
	height: 138px;
	overflow: hidden;
	background-color: red;
	margin-top: 31.25px;
	margin-right: 26.25px;
	border-radius: 40px;
}
.main .container .box5 .sg a img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s;
}
.main .container .box5 .sg a:hover img {
	transform: scale(1.2);
}
.main .container .box5 .sg a:nth-child(5n+5) {
	margin-right: 0;
}

.main .container .box4 .g {
	display: grid;
	gap: 15px;
	row-gap: 20px;
	grid-template-columns: repeat(9,107px);
	padding: 28px;
	border-radius: 20px;
	background-color: #fff;
}
.main .container .box4 .g .advertising {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.main .container2 .box5 .al a:nth-child(5n+5) {
    margin-right: 31.25px;
}
.main .container2 .box5 .al a:nth-child(7n+7) {
	margin-right: 0;
}
.main .container .box4 .g a {
	display: block;
	width: 107px;
	height: 130px;
}
.main .container .box4 .g a:hover p {
	color: rgba(135, 124, 255, 1);
}
.main .container .box4 .g a .img {
	width: 107px;
	height: 107px;
	border-radius: 12px;
	overflow: hidden;
}
.main .container .box5 .praise {
	display: flex;
	padding: 25px 30px 15px;
	justify-content: center;
}
.main .container .box5 .praise>div {
	display: flex;
	flex-direction: column;
}
.main .container .box5 .praise>div button {
	display: inline-block;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	border-radius: 20px;
	padding: 5px 30px;
}
.main .container .box5 .praise>div:nth-last-child(1) button  {
	transform: rotate(180deg);
}
.main .container .box5 .praise>div button:hover{
	background-color: #877DFF;
}
.main .container .box5 .praise>div:nth-child(1) {
	margin-right: 20px;
}
.main .container .box5 .praise>div button i {
	color: #fff;
	font-size: 20px;
}
.main .container .box5 .praise>div span {
	text-align: center;
}
.main .container .box4 .g a .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s;
}
.main .container .box4 .g a:hover .img img {
	transform: scale(1.2);
}
.main .container .box4 .g a p {
	font-size: 12px;
	color: #1E2428;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 4px 0;
	margin: 0;
}
.main .container .box5 .sa a img {
	width: 100%;
	height: 100%;
}
.box5 .tag {
	display: flex;
	flex-wrap: wrap;
}
.box5 .p_g a {
	display: flex;
	margin-top: 20px;
}
.box5 .p_g a .img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 12px;
	overflow: hidden;
}
.box5 .p_g a .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box5 .p_g a .text h3 {
	font-size: 20px;
	color: #B5B5B5;
	width: 140px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box5 .p_g a:hover .text h3 {
	color: rgb(135,124,255);
}
.box5 .p_g a .text .tags3 {
	position: relative;
}
.box5 .p_g a .text .tags3 span {
	color: #B5B5B5;
	font-size: 14px;
}
.box5 .p_g a:hover .text .tags3 span {
	color: rgb(135,124,255);
}
.box5 .p_g a .text .tags3 span i {
	/* font-size: 20px; */
}
.box5 .p_g a .text .tags3 span:nth-last-child(1) {
	position: absolute;
	left: 90px;
	bottom: 0;
}
.box5 .p_g a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.box5 .p_g a:hover .img img {
	transform: scale(1.2);
}
.box5 .tag a ,
.tags2 a{
	height: 26px;
	padding: 5px 20px;
	background: rgba(242, 242, 242, 1);
	margin-right: 10px;
	border-radius: 26px;
	color: #9a9a9a;
	font-size: 12px;
	margin-bottom: 10px;
}.box5 .tag a:nth-child(n+5) {
	display: none;
}
.tags2 a{
	margin-bottom: 10px;
}
.main .container2 {
	width: 1200px;
	margin: 20px auto;
}
.main .container .db:nth-child(1) {
	display: block
}
.ad {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main .ad>p {
	font-size: 12px;
	font-weight: 700;
	color: #909090;
	margin: 0;
	
}
footer {
	margin-top: 20px;
	background-color: rgba(135, 124, 255, 1);
}
footer .foot {
	padding: 13px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .container .box5 .no_border {
	border: none;
}
footer .foot a {
	display: block;
	padding: 0 50px;
	border-right: 1px solid #fff;
	line-height: 32px;
	color: #fff;
}
footer .foot a:nth-last-child(1) {
	border: none;
}
header nav a:hover {
	color: rgba(121, 85, 255, 1);
	background-color: #fff;
}
.comment_box input[type=text],
.main2_screen .box3 input[type=text]{
	width: 339px;
	height: 35px;
	border: none;
	outline: none;
	background-color: rgba(245, 245, 245, 1);
	color: #999;
	overflow: hidden;
	border-radius: 10px;
	text-indent: 1em;
	margin-bottom: 15px;
}

textarea {
	padding: 10px 0;
    margin-top: 15px;
    width: 100%;
    text-indent: 1em;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    border-radius: 4px;
    resize: none;
	margin-bottom: 15px;
	color: #999;
}
.main2_screen .box3 textarea {
	margin-top: 0;
}
input[type=submit] ,
.main2_screen .box3 input[type=submit]
	{
	width: 120px;
	height: 36px;
	border: none;
	font-size: 16px;
	outline: none;
	color: #fff;
	cursor: pointer;
	border-radius: 40px;
	background-color: #1f79cd;
	transition: all .3s;
}
.main2_screen .box3 {
	padding: 30px;
}
 h2 {
	color: #fff;
	font-size: 20px;
}
.box6 {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 40px;
	padding: 15px;
}
.main .container .box6 p {
	color: #333;
}
.main .box7 {
	background-color: #fff;
	border: 20px solid rgba(135, 125, 255, 1);
	padding: 20px;
	border-radius: 40px;
	margin-top: 20px;
}
.gri {
	display: grid;
	gap: 23px;
	grid-template-columns: repeat(6,164px);
}
.gri a {
	display: block;
	width: 164px;
	height: 164px;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
.gri a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.gri a:hover img {
	transform: scale(1.2);
}
.main .gri p {
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	height: 47px;
	line-height: 47px;
	background-color: rgba(135, 125, 255, 0.9);
	color: #fff;
	position: absolute;
	bottom: -47px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
}
.main .gri a:hover p {
	bottom: 0;
}

.gri a:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.gri a:nth-child(8) {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 4;
}
.gri a:nth-child(20) {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 5;
	grid-row-end: 7;
}
.gri a:nth-child(26) {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 6;
	grid-row-end: 8;
}
.gri a:nth-child(2) ,
.gri a:nth-child(8) ,
.gri a:nth-child(20) ,
.gri a:nth-child(26) {
	width: 351px;
	height: 351px;
}
.main .gri a:nth-child(2) p ,
.main .gri a:nth-child(8) p ,
.main .gri a:nth-child(20) p ,
.main .gri a:nth-child(26) p {
	height: 82px;
	line-height: 82px;
	font-size: 30px;
	bottom: -82px;
	padding: 0 20px;
}
.main .gri a:nth-child(2):hover p ,
.main .gri a:nth-child(8):hover p ,
.main .gri a:nth-child(20):hover p ,
.main .gri a:nth-child(26):hover  p{
	bottom: 0;
}