*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:'Microsoft YaHei UI', sans-serif
}
html,body{ 
	width:100%;
	height:100%;
	background-color: #F7fffe;
}
body{
	width: 100%;
	height: 100%;
	position:relative;
	background:#F7fffe
}
ul,ol{
	list-style:none
}
a{
	text-decoration:none;
	background-color:transparent;
	-webkit-tap-highlight-color:transparent;
	color: #333;
}
h1,h2,h3,h4,h5,h6{
	font-weight:400
}
header {
	height: 70px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
	margin-bottom: 15px;
	background-color: #fff;
}
.container{
	width:1200px;
	margin:0 auto;
}
.flx_sb {
	display: flex;
	justify-content: space-between;
}
.flx_cn {
	display: flex;
	justify-content: center;
}
header .flx_sb>a {
	display: block;
	width: 230px;
	height: 0;
	/* background-color: #ac96ff;
	border-right: 70px solid #F7fffe;
	border-bottom: 70px solid #ac96ff; */
	line-height: 70px;
	font-size: 30px;
	text-align: center;
}
header .flx_sb ul {
	width: 400px;
}
header .flx_sb .sousuo {
	width: 234px;
	height: 34px;
	border: 1px solid #ac96ff;
	margin: 17px 0;
	border-radius: 4px;
}
/* header .flx_sb ul li a {
	line-height: 66px;
	display: inline-block;
	font-size: 16px;
	border-bottom: 4px solid rgba(0,0,0,0);
}
header .flx_sb ul li a:hover {
	color: #ac96ff;
	border-bottom: 4px solid #ac96ff;
} */

.img img {
	width: 100%;
	height: 100%;
}
.main .container .box ,
.main .container .box2 ,
.main .container .box3 {
	margin-bottom: 15px;
	box-shadow: 2px 2px 12px rgb(0 0 0 / 10%);
	padding: 10px 10px 15px 10px;
	border-radius: 4px;
	background-color: #fff;
}
.main .container .box2 {
	padding: 5.5px 10px;
}
.main .container .box3 {
	padding: 10px;
	padding-top: 15px;
}
.main .container .no_box{
	box-shadow: none;
	background-color: rgba(0,0,0,0);
}
.main .container .box2 .navigation {
	font-size: 12px;
	line-height: 15px;
}
.main .container .box .flx_sb h3 ,
.catg h3{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}
.main .container .game_details>.box3 {
	margin-bottom: 20px;
}
.main .container .box .flx_sb>a {
	display: inline-block;
	width: 77px;
	height: 23px;
	line-height: 23px;
	border-radius: 6px;
	background-color: #ac96ff;
	color: #FFFFFF;
	font-size: 700;
	font-size: 14px;
	text-align: center;
}
.sousuo input[type=text] {
	width: 180px;
	height: 32px;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	border-radius: 4px;
	text-indent: 1em;
	display: block;
	float: left;
}
.sousuo>a {
	display: block;
	float: left;
	width: 52px;
	height: 32px;
	background-color: #ac96ff;
	border-radius: 4px;
	color: #fff;
	line-height: 32px;
	text-align: center;
}
.sousuo>a i {
	font-size: 20px;
}
.main .container .box .games ,
.main .container .box .games2 ,
.main .container .box .games3 ,
.main .container .box .cat ,
.games4{									
	width: auto;
	display: flex;
	flex-wrap: wrap;
}
.main .container .box .cat li {
	width: calc(1130px/6);
	height: 60px;
	margin: 0 10px 10px 0;
	box-shadow: 2px 2px 12px rgb(0 0 0 / 10%);
	overflow: hidden;
	border-radius: 12px;
}
.main .container .box .games li{
	width: calc(1068px/8);
	height: calc(1068px/8);
	margin-right: 16px;
}
.games4 li {
	width: 109px;
	height: 109px;
	margin-right: 10px;
}

.main .container .box .games2 li{
	width: calc(755px/8);
	height: calc(755px/8);
	margin: 0 15px 15px 0;
}
.main .container .box .games3 li{
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
}
.main .container .box .games li:nth-last-child(1) ,
.main .container .box .games2 li:nth-last-child(8n+1) ,
.main .container .box .cat li:nth-child(6n) ,
.main .container .box .games3 li:nth-child(2n) ,
.games4 li:nth-last-child(1) {
	margin-right: 0px;
}
.main .container .box .games2 li:nth-child(n+16) {
	margin-bottom: 0px;
}
.main .container .box .cat li:nth-child(n+6){
	margin-bottom: 0px;
}
.main .container .box .grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(12,calc(1070px/12));
}
.main .container .box .grid li {
	width: calc(1070px/12);
	height: calc(1070px/12);
}
.main .container .box ul li ,
.gri li{
	position: relative;
}
.main .container .box .grid li:nth-child(1) {
	grid-column-start: 1;
    grid-column-end: 3;
}
.main .container .box .grid li:nth-child(2) {
	grid-column-start: 5;
    grid-column-end: 7;
}
.main .container .box .grid li:nth-child(3) {
	grid-column-start: 9;
    grid-column-end: 11;
}
.main .container .box .grid li:nth-child(1) ,
.main .container .box .grid li:nth-child(2) ,
.main .container .box .grid li:nth-child(3) {
	grid-row-start: 1;
	grid-row-end: 3;
	width: calc(1130px/6);
	height: calc(1130px/6);
}
.main .container .box .cat li a {
	display: flex;
	width: 100%;
	height: 60px;
	padding: 10px;
	background-color: #fff;
}
.main .container .box .cat li a:hover {
	background-color: #ac96ff;
	color: #fff;
}
.main .container .box .cat li a .img{
	width: 40px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 20px;
	
}
.main .container .box .cat li a .text{
	width: 108px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*  */
.main .container .box .grid li>a ,
.main .container .box .games li>a ,
.main .container .box .games2 li>a ,
.main .container .box .games3 li>a ,
.games4 li>a ,
.gamess li>a ,
.gri li>a {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	transition: all .3s;
	border-radius: 6px;
}
.main .container .box h4 {
	font-size: 16px;
	color: #1E2428;
	font-weight: 700;
	margin-bottom: 10px;
}
.main .container .left .box .joke {
	padding: 10px 20px;
}
.main .container .left .box .joke .dec {
	overflow: hidden;	
}
.main .container .left .box .dec p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}
.main .container .left .box .dec img {
	display: block;
	margin: 12.5px auto;
}
.main .container .box .games li>a,
.games4 li>a {
	border-radius: 9px;
}
.main .container .box .grid li:nth-child(1) a,
.main .container .box .grid li:nth-child(2) a,
.main .container .box .grid li:nth-child(3) a,
.gamess li:nth-child(1) a,
.gamess li:nth-child(8) a,
.gamess li:nth-child(27) a,
.gamess li:nth-child(30) a{
	border-radius: 12px;
}
.main .container .box .grid li:nth-child(1) a:hover .yinying,
.main .container .box .grid li:nth-child(2) a:hover .yinying,
.main .container .box .grid li:nth-child(3) a:hover .yinying ,
.main .container .box .games li a:hover .yinying ,
.gri li:nth-child(1) a:hover .yinying,
.gri li:nth-child(4) a:hover .yinying,
.gri li:nth-child(13) a:hover .yinying,
.gri li:nth-child(16) a:hover .yinying,
.gri li:nth-child(37) a:hover .yinying,
.gri li:nth-child(40) a:hover .yinying,
.gri li:nth-child(49) a:hover .yinying,
.gri li:nth-child(52) a:hover .yinying
{

	box-shadow: #ac96ff 0px 0px 50px 50px;
	bottom: 0;
}
.main .container .box .games2 li a:hover .yinying ,
.main .container .box .games3 li a:hover .yinying {

	box-shadow: #ac96ff 0px 0px 50px 35px;
	bottom: 0
}
.main .container .box .grid li:nth-child(1) a:hover .title,
.main .container .box .grid li:nth-child(2) a:hover .title,
.main .container .box .grid li:nth-child(3) a:hover .title,

.gri li:nth-child(1) a:hover .title,
.gri li:nth-child(4) a:hover .title,
.gri li:nth-child(13) a:hover .title,
.gri li:nth-child(16) a:hover .title,
.gri li:nth-child(37) a:hover .title,
.gri li:nth-child(40) a:hover .title,
.gri li:nth-child(49) a:hover .title,
.gri li:nth-child(52) a:hover .title{
	font-size: 20px;
	padding: 10px 20px;
	line-height: 40px;
}
/*  */
.main .container .box .grid li>a:hover ,
.main .container .box .games li>a:hover ,
.main .container .box .games2 li>a:hover ,
.main .container .box .games3 li>a:hover ,
.games4 li>a:hover ,
.gamess li>a:hover ,
.gri li>a:hover{
	width: 106%;
	height: 106%;
	left: -3%;
	top: -3%;
}
.main .container .box .grid li a .yinying ,
.main .container .box .games li a .yinying ,
.main .container .box .games2 li a .yinying ,
.main .container .box .games3 li a .yinying ,
.games4 li a .yinying ,
.gamess li a .yinying ,
.gri li .yinying{
	position: absolute;
	width: 100%;
	bottom: -50px;
	transition: all .3s; 
}
.main .container .box .grid li a:hover .yinying ,
.games4 li a:hover .yinying ,
.gamess li a:hover .yinying,
.gri li a:hover .yinying{
	box-shadow: #ac96ff 0px 0px 25px 20px;
	bottom: 0;
}

.main .container .box .grid li a:hover .title ,
.main .container .box .games li a:hover .title ,
.main .container .box .games2 li a:hover .title ,
.main .container .box .games3 li a:hover .title ,
.games4 li a:hover .title ,
.gamess li a:hover .title ,
.gri li a:hover .title{
	padding: 5px 10px;
	bottom: 0px;
}
.main .container .box .games2 li a:hover .title {
	padding: 4px 10px;
}
.main .container .box .games li a:hover .title ,
.main .container .box .games2 li a:hover .title ,
.games4 li a:hover .title{
	font-size: 15px;
}

.main .container .flx_sb .left .name h2 {
	font-weight: 700;
	font-size: 40px;
	color: #1E2428;
	margin: 10px 0;
}
.main .container .flx_sb .left .name p {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.score  {
	display: flex;
	justify-content: space-between;
	width: 120px;
	margin-top: 20px;
}
.score li i {
	font-size: 20px;
	color: #ffcd00;
}
.score li .grey {
	color: #ccc;
}
.score_box {
	display: flex;
	width: 180px;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
}
.score_box p {
	font-size: 40px;
	font-weight: 700;
	color: #9b9b9b;
}
.score_box .layui-rate {
	padding-right: 0;
}
.score_box .layui-rate li i.layui-icon {
	font-size: 30px;
}
.main .left {
	width: 880px;
}
.main .right {
	width: 300px;
}
.main .catg {
	width: 232px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 12px rgb(0 0 0 / 10%);
	border-radius: 4px;
	padding: 10px 0;
}
.main .catg ul{
	padding: 10px 0;
}
.right_main {
	width: 949px;
}
.main .catg h3{
	padding-left: 20px;
	font-size: 16px;
}
.gamess {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(8,calc(859px/8));
}
.gamess li{
	width: calc(859px/8);
	height: calc(859px/8);
}.gamess li a{
	display: block;
}
.gamess li:nth-child(1)
/* .gamess li:nth-child(8), */
/* .gamess li:nth-child(27), */
/* .gamess li:nth-child(30) */
/* .gamess li:nth-child(1) a,
.gamess li:nth-child(8) a,
.gamess li:nth-child(27) a,
.gamess li:nth-child(30) a */{
	border-radius: 12px;
	width: calc(859px*(3/8) + 20px);
	height: calc(859px*(3/8) + 20px);
	display: flex;
	justify-content: center;
}
.gamess li:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 4;
}
.gamess li:nth-child(8) ,
.gamess li:nth-child(14) ,
.gamess li:nth-child(33) {
	width: calc(859px*(2/8) + 10px);
	height: calc(859px*(2/8) + 10px);
}
.gamess li:nth-child(8) {
	grid-row-start: 2;
	grid-row-end: 4;
	grid-column-start: 5;
	grid-column-end: 7;
}
.gamess li:nth-child(14) {
	grid-row-start: 4;
	grid-row-end: 6;
	grid-column-start: 1;
	grid-column-end: 3;
}
.gamess li:nth-child(33) {
	grid-row-start: 6;
	grid-row-end: 8;
	grid-column-start: 7;
	grid-column-end: 9;
}
/* .gamess li:nth-child(8) {
	grid-row-start: 2;
	grid-row-end: 4;
	grid-column-start: 4;
	grid-column-end: 6;
}
.gamess li:nth-child(27) {
	grid-row-start: 5;
	grid-row-end: 7;
	grid-column-start: 5;
	grid-column-end: 7;
}
.gamess li:nth-child(30) {
	grid-row-start: 6;
	grid-row-end: 8;
	grid-column-start: 2;
	grid-column-end: 4;
} */
.main .catg a {
	padding: 10px;
	padding-left: 20px;
	display: flex;
}
.main .catg a .img {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
}
.main .catg a:hover {
	background-color: #ac96ff;
}
.main .catg a p {
	width: 158px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	font-size: 14px;
	height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.main .catg a:hover p {
	color: #fff;
}
.main .container .left .game_details .content {
	width: 700px;
}
.main .container .left .game_details .game{
	margin-bottom: 17px;
	padding: 6px 0;
}
.main .container .left .game_details .game .name {
	width: 400px;
}
.main .container .left .game_details .game .name h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .container .left .game_details .flx_sb>ul {
	border-radius: 8px;
 	font-size: 12px;
	padding: 10px;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;	
	width: 500px;
}
.main .container .left .game_details .flx_sb>ul>li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 132px;
	background-color: #f5f5f5;
	border-radius: 12px;
	margin-right: 20px;
	margin-top: 20px;
}
.main .container .left .game_details .flx_sb>ul>li h4 {
	width: 180px;
	font-size: 16px;
	color: #1E2428;
}
.main .container .left .game_details .flx_sb>ul>li p {
	width: 180px;
	font-size: 14px;
	color: #939393;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .container .left .game_details .flx_sb>ul>li:nth-child(2n) {
	margin-right: 0;
}
.main .container .left .game_details .flx_sb>ul>li:nth-child(-n+2) {
	margin-top: 0;
}
.main .container .left .game_details .tags  {
	display: flex;
	height: 26px;
	
}
.main .container .left .game_details .tags h4 {
	width: 85px;
}
.get_app {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.get_app a {
	width: 176px;
	height: 68px;
	background-color: #f5f5f5;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.get_app a i {
	font-size: 26px;
	color: #6f6f6f;
}
.get_app a span {
	font-size: 16px;
	font-weight: 700;
	color: #6f6f6f;
}
.get_app a:nth-child(1) {
	margin-right: 80px;
}
.main .container .left .game_details .tags * {
	display: inline-block;
	background-color: #F5F5F5;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #333333;
	font-size: 13px;
	border-radius: 4px;
	padding: 0 15px;
	margin-right: 10px;
}
.ad{
	display: flex;
	align-items: center;
    flex-direction: column;
	justify-content: center;
}
.ad p {
	font-size: 12px;
	color: #333;
}
.main .container .left .game_details .tags a {
	display: inline-block;
	padding: 0 20px;
	margin: 0 5px;
}
.main .container .left .game_details>ul li {
	width: calc(498px/2);
	line-height: 30px;
	display: flex;
	padding-left: 20px;
	position: relative;
}
.joke a {
	color: #ac96ff;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	width: 70px;
	margin-top: 20px;
}
.main .container .left .game_details .img {
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 8px;
	margin-right: 20px;
}
.main .container .left .game_details ul li p {
	
}

.main .container .box input[type=text] {
	width: 700px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #f1f1f1;
	border-radius: 4px;
	margin-right: 20px;
	text-indent: 1em;
}
.main .container .box input[type=submit] {
	width: 100px;
	height: 40px;
	border: none;
	font-size: 16px;
	outline: none;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	background-color: #ac96ff;
	transition: all .3s;
}
.main .container .box textarea {
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    text-indent: 1em;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    border-radius: 4px;
    resize: none;
}
.main .right .box h2 {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #b9b9b9;
	margin-top: 10px;
	margin-bottom: 30px;
}
.main .right .box>a {
	display:inline-block;
	text-align: center;
	height: 37px;
	line-height: 37px;
	color: #6f6f6f;
	background-color: #F5F5F5;
	border-radius: 8px;
	width: 260px;
	margin:0 10px 10px;
	font-size: 16px;
	font-weight: 700;
}
.main .right .box a:hover ,
.cate a:hover{
	background-color: #ac96ff;
	color: #FFFFFF;
}
.cate a:hover p {
	color: #FFFFFF;
}
.cate {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.cate li a {
	display: flex;
	width: 360px;
	padding: 10px;
	margin: 0 60px 30px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 12px rgb(0 0 0 / 10%);
}

.cate li:nth-child(3n) a{
	margin-right: 0;
}
.cate li .img {
	width: 90px;
	height: 90px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 8px;
}
.cate li .text {
	width: 230px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cate li .text h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.cate li a:hover p {
	color: #fff;
}
.cate li .text p{
	font-size: 14px;
	color: #939393;
}
.comments {
	margin-top: 20px;
}
.comments li>p {
	border-radius: 8px;
	padding: 5px 20px;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	background-color: #F5F5F5;
	
}
.comments .layui-rate {
	padding: 0;
}
.comments span {
	font-size: 14px;
	color: #929292;
}
.comments li>.flx_sb {
	margin-bottom: 10px;
	align-items: center;
}
.comments li>.flx_sb>.flx_sb {
	align-items: center;
}
.comments  .flx_sb>.layui-inline {
	margin-left: 20px;
}
.main .container .box .games3 {
	width: 220px;
	margin: 0 auto;
}
.gri {
	padding: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(8,calc(1020px/8));
	overflow: hidden;
	border-radius: 12px;
	background-color: #fff;
}
.gri li {
	display:block;
	width: 127.5px;
	height: 127.5px;
	overflow: hidden;
	border-radius: 6px;
}

.gri li img {
	width: 100%;
	height: 100%;
}
.gri li:nth-child(1),
.gri li:nth-child(4),
.gri li:nth-child(13),
.gri li:nth-child(16),
.gri li:nth-child(37),
.gri li:nth-child(40),
.gri li:nth-child(49),
.gri li:nth-child(52) {
	width: 275px;
	height: 275px;
	border-radius: 10px;
}
.gri li:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 3
}
.gri li:nth-child(4) {
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 5;
	grid-column-end: 7
}
.gri li:nth-child(13){
	grid-row-start: 3;
	grid-row-end: 5;
	grid-column-start: 3;
	grid-column-end: 5
}
.gri li:nth-child(16){
	grid-row-start: 3;
	grid-row-end: 5;
	grid-column-start: 7;
	grid-column-end: 9
}
.gri li:nth-child(37){
	grid-row-start: 7;
	grid-row-end: 9;
	grid-column-start: 1;
	grid-column-end: 3
}
.gri li:nth-child(40){
	grid-row-start: 7;
	grid-row-end: 9;
	grid-column-start: 5;
	grid-column-end: 7
}
.gri li:nth-child(49){
	grid-row-start: 9;
	grid-row-end: 11;
	grid-column-start: 3;
	grid-column-end: 5
}
.gri li:nth-child(52){
	grid-row-start: 9;
	grid-row-end: 11;
	grid-column-start: 7;
	grid-column-end: 9
}
a .title {
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	bottom: -50px;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
footer {
	width: 100%;
	height: 75px;
	background-color: #ac96ff;
}
footer .logo{
	position: absolute;
	left: 0;
	height: 50px;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
footer .container {
	height: 75px;
	position: relative;
	padding: 12.5px 0;
}
header .container>a {
	display: block;
	position: relative;
}
header .container>a img {
	height: 50px;
	position: absolute;
	top: 0;

}
footer .logo img {
	height: 50px;
}
footer ul{
	width: 400px;
}
footer ul li a{
	height: 50px;
	line-height: 50px;
	color: #333333;
}
footer ul li a:hover {
	color: #fff;
}
.box4 h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 30px;
	font-size: 18px;
}
.box4 h2 {
	margin-bottom: 30px;
}
.box4 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    color: #333;
}
.box4 form 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;
}
.box4 form textarea {
    padding: 10px 0;
    width: 100%;
    text-indent: 1em;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    border-radius: 10px;
    resize: none;
    margin-bottom: 15px;
    color: #999;
    font-family: arial;
}
.box4 form input[type=submit] {
    width: 120px;
    height: 36px;
    border: none;
    font-size: 16px;
    outline: none;
    color: #fff;
    cursor: pointer;
    border-radius: 40px;
    background-color: #ac96ff;
    transition: all .3s;
	margin-bottom: 20px;
}
header {
	height: 70px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
	margin-bottom: 15px;
	background-color: #fff;
}
.flx_sb {
	display: flex;
	justify-content: space-between;
}
.flx_cn {
	display: flex;
	justify-content: center;
}
header .flx_sb {
    /* align-items: center; */
}
header .flx_sb>a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 138px;
	height: 58px;
	background-color: #ac96ff;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15)
}
header .flx_sb>a img {
    /* height: 40px; */
}
header .flx_sb ul {
	width: 612px;
}
header .flx_sb .sousuo {
	width: 234px;
	height: 34px;
	border: 1px solid #ac96ff;
	border-radius: 4px;
}
header>.flx_sb>ul>li>a {
	width: 138px;
	height: 34px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	background-color: #ac96ff;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	border: 2px solid #ac96ff;
	border-radius: 12px;
	margin-right: 20px;

}
header>.flx_sb>ul>li>a>i {
	margin-right: 4px;
}
/* header>.flx_sb>ul>li>a {
	border: 4px solid #ac96ff;;
} */
header>.flx_sb>ul>li:hover>a {
	color: #ac96ff;
	background-color: #fff;
	border: 2px solid #ac96ff;
	line-height: 30px;
}
header>.flx_sb>ul>li:nth-last-child(1)>a {
	/* height: 60px; */
	/* background-color: #fff; */
	/* color: #333; */
	
}
header>.flx_sb>ul>li:nth-last-child(1):hover>a {
	background-color: #ac96ff;
	color: #fff;
	padding: 0 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	/* border-radius: 0; */
}
.container{
	width:1200px;
	margin:0 auto;
}
.thum img {
	width: 100%;
	height: 100%;
}
header .flx_sb .sousuo {
    display: flex;
    position: relative;
}
header .flx_sb .sousuo form {
    height: 32px;
}
header .flx_sb .sousuo input[type=text] {
    width: 180px;
    height: 32px;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0);
    border-radius: 4px;
    text-indent: 1em;
    display: block;
    float: left;
}
header .flx_sb .sousuo button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    float: left;
    width: 52px;
    height: 32px;
    background-color: #ac96ff;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    line-height: 32px;
    text-align: center;
}
.main .out_box {
    padding: 20px 17px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.main .out_box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.main .out_box .title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}
.main .out_box .title a {
    width: 77px;
    height: 23px;
    background-color: #ac96ff;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
}
.main .out_box .banner {
    display: grid;
    grid-template-columns: repeat(12,88px);
    gap: 10px;
}
.main .out_box .banner a {
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 6px;
}
.main .out_box .banner a:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.main .out_box .banner a:nth-child(4) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
}
.main .out_box .banner a:nth-child(7) {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 3;
}
.main .out_box .banner a:nth-child(1) ,
.main .out_box .banner a:nth-child(4) ,
.main .out_box .banner a:nth-child(7) {
    width: 186px;
    height: 186px;
}
.main .out_box .banner a:nth-child(1) .thum ,
.main .out_box .banner a:nth-child(4) .thum ,
.main .out_box .banner a:nth-child(7) .thum {
    padding-bottom: 186px;
}
.main .out_box .banner a .thum {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 88px;
}
.main .out_box .banner a .thum img ,
.main .out_box .top_box a .thum img ,
.flx_sb .cl a .thum img ,
.main .out_box .all_box a .thum img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s;
}
.main .out_box .banner a:hover .thum img ,
.main .out_box .top_box a:hover .thum img ,
.flx_sb .cl a:hover .thum img ,
.main .out_box .all_box a:hover .thum img {
    transform: scale(1.2);
}
.main .out_box .top_box {
    display: flex;
    flex-wrap: wrap;
}
.main .out_box .top_box a {
    width: 136px;
    height: 136px;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px calc(78px/7) 0 0;
}
.main .out_box .top_box a:nth-child(8n) ,
.main .out_box .all_box a:nth-child(5n) {
    margin-right: 0;
}
.main .out_box .top_box a:nth-child(-n+8) ,
.main .out_box .all_box a:nth-child(-n+5) {
    margin-top: 0;
}
.main .out_box .top_box a .thum {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 136px;
}
.flx_sb .cl {
    width: 380px;
}
.flx_sb .cl .cs a {
    display: flex;
    margin-bottom: 20px;
}
.flx_sb .cl .cs a:nth-last-child(1) {
    margin: 0;
}
.flx_sb .cl a .thum {
    margin-right: 15px;
    position: relative;
    width: 80px;
    height: 0;  
    padding-bottom: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.flx_sb .cl a .text {
    width: 251px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flx_sb .cl a .text dl {
    display: flex;
    justify-content: space-between;
}
.flx_sb .cl a .text dl dt {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #5c5c5c;
    line-height: 20px;
}
.flx_sb .cl a .text dl dd i {
    font-size: 12px;
}
.flx_sb .cl a .text p {
    font-size: 12px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.flx_sb .cl a .text dl dd .layui-rate { 
    padding: 0;
}
.main .out_box .all_box {
    display: flex;
    flex-wrap: wrap;
}
.main .out_box .all_box a {
    display: flex;
    margin-right: 29px;
    margin-top: 20px;
}
.main .out_box .all_box a .thum {
    position: relative;
    width: 70px;
    height: 0;  
    padding-bottom: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}
.main .out_box .all_box a dl {
    width: 130px;
}
.main .out_box .all_box a dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #5c5c5c;
}
/* .main .out_box .all_box a dl dd i {
    font-size: 20px;
} */
.box {
    margin-bottom: 15px;
    box-shadow: 2px 2px 12px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 4px;
    background-color: #fff
}
.navigation {
    font-size: 12px;
    line-height: 15px;
}
.left {
    width: 880px;
}
.right {
    width: 300px;
}
.outside {
	width: 100%;
    min-height: 100%;
    height: auto;
    padding-bottom: 75px;
    box-sizing: border-box;
}
footer {
	margin-top: -75px;
}
header .container>ul>li:nth-last-child(1) {
    width: 138px;
}
header .container>ul>li {
    position: relative;
}
header .container>ul>li .menup {
    display: none;
    width: 138px;
    height: 270px;
    padding: 13px 20px;
    background-color: #ac96ff;
    position: relative;
    bottom: 0%;
    z-index: 1;
}
header .container>ul>li:hover .menup {
    display: block;
}
header .container>ul>li .menup ul li {
    margin-right: 25px;
    margin-bottom: 15px;
}
header .container>ul>li .menup ul li a:hover {
	color: #fff;
}
.not_found {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-items: center;
	height: calc(100vh - 175px);
}
.not_found h4 {
	font-size: 50px;
}