@font-face {
	font-family: "comi";
	src: url("comic.ttf");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "comi"
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
div, i {
    -webkit-tap-highlight-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    background: #f5f8ff;
    -webkit-tap-highlight-color: transparent;
}
body {
    position: relative;
    background-color: #f5f8ff;
    -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: 1200px;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 113px;
	background-color: #ffd595;
	border-bottom: 7px solid #deac5f;
	margin-bottom: 40px;
}
header .container .logo_img {
	height: 60px;
	position: absolute;
	left: 0;
}
 header .container .logo_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main .container .dichotomy {
	display: flex;
	justify-content: space-between;
}
.main .container .banner {
	width: 1200px;
	height: 346px;
	background-color: #adc8ff;
	border-bottom: 4px solid #6883be;
	border-radius: 20px;
	padding: 20px;
	position: relative;
}
.main .container .banner .seeding_banner {
	width: 820px;
	height: 282px;
	position: absolute;
	left: 191px;
	top: 30px;
}
.main .container .banner .banner_game {
	width: 1160px;
	height: 302px;
	position: relative;
}
.main .container .banner .banner_game a {
	position: absolute;
	width: 140px;
	height: 140px;
	display: block;
	overflow: hidden;
	border-radius: 12px;
}

.main .container .banner .banner_game a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.main .container .banner .banner_game a:hover img {
	transform: scale(1.2);
}
.main .container .banner .banner_game a:nth-child(1) {
	left: 0;
	top: 0;
}
.main .container .banner .banner_game a:nth-child(2) {
	left: 0;
	bottom: 0;
}
.main .container .banner .banner_game a:nth-child(3) {
	right: 0;
	top: 0;
}
.main .container .banner .banner_game a:nth-child(4) {
	right: 0;
	bottom: 0;
}
.box {
	margin-bottom: 30px;
}
.box .title1 {
	font-size: 30px;
	font-weight: 900;
	color: #2086e6;
	margin-bottom: 20px;
}
.box .title1 i {
	font-size: 35px;
	margin-right: 10px;
	font-weight: 400;
}
.box .title1 .icon-huangguan {
	color: #f4ea2a;
}
.box .title1 .icon-hot {
	color: #ff5513;
}
.box .title1 .icon-jianchagengxin {
	color: #ffb23a;
}
.box .title2 {
	font-size: 63px;
	font-weight: 700;
	color: #000;
}
.box .title3 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	padding-left: 20px;
	background-color: #ffd595;
}
.blue .title3 {
	background-color: #5c92ff;
}
.blue .title3 {
}

.box .title4 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
}
.box .title5 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
.box .box_t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box .box_t .kd{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.tag {
	display: flex;
	width: 210px;
	height: 46px;
	border-radius: 20px;
	overflow: hidden;
	border-bottom: 3px solid #5f6063;
	background-color: #fff;
}
.tag .img {
	width: 43px;
	height: 43px;
	background-color: #ffb33d;
}
.tag .img img {
	width: 100%;
	height: 100%;
}
.tag h4 {
	width: 167px;
	height: 43px;
	line-height: 43px;
	/* padding: 0 10px; */
	font-size: 20px;
	color: #ffb33d;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
}
.game_box {
	display: block;
	border: 1px solid #fff;
	width: 210px;
	height: 250px;
	background-color: #5c92ff;
	border-radius: 20px;
	padding: 20px;
	padding-bottom: 0;
	position: relative;
	border: 2.5px solid #fff;
}
.game_box .img {
	width: 166px;
	height: 166px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 5px;
}
.game_box .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.game_box:hover .img img {
	transform: scale(1.2);
}
.game_box h5 ,.promotion h5 {
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}
.game_box ul {
	display: flex;
	flex-wrap: wrap;
}
.game_box ul li {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.game_box ul li i {
	font-size: 15px;
	color: #facc01;
}
.game_box .round {
	width: 50px;
	height: 50px;
	
	background-color: #2086e6;
	border-radius: 100%;
	position: absolute;
	bottom: 50px;
	right: 35px;
}
.game_box .round i {
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 18px;
	top: 16px;
}
.game_box1 {
	display: block;
	width: 400px;
	padding-right: 50px;
	margin-bottom: 86px;
}
.game_box1 .points {
	display: flex;
	margin-bottom: 30px;
}
.game_box1 .points .img {
	width: 118px;
	height: 118px;
	border-radius: 12px;
	margin-right: 20px;
	overflow: hidden;
}
.game_box1 .points .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.game_box1:hover .points .img img {
	transform: scale(1.2);
}
.game_box1 .points .text {
	width: 212px;
}
.game_box1 .points .text .ranking {
	font-size: 33px;
	color: #000;
	margin-bottom: 30px;
}
.game_box1 .points .text h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	width: 212px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game_box1:nth-child(1) .points .text .ranking::before {
	content: "Nov.1";
}
.game_box1:nth-child(2) .points .text .ranking::before {
	content: "Nov.2";
}
.game_box1:nth-child(3) .points .text .ranking::before {
	content: "Nov.3";
}
.game_box1 p:nth-last-child(1) {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #000;
	height: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: content-box;
}
.game_box2 {
	display: flex;
	width: 372px;
	height: 140px;
	margin-right: 56px;
	margin-bottom: 20px;
	border-bottom: 3px solid #000;
	border-radius: 20px;
	background-color: #5c92ff;
	padding: 13.5px;
}
.game_box2:nth-child(2n) {
	margin-right: 0;
}
.game_box2 .img {
	width: 110px;
	height: 110px;
	border-radius: 12px;
	border: 4px solid #fff;
	margin-right: 10px;
	overflow: hidden;
}
.game_box2 .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}


.game_box2:hover .img img {
	transform: scale(1.2);
}
.game_box2 .text {
	display: flex;
	flex-direction: column;
}
.game_box2 .text h3 {
	width: 225px;
	font-size: 18px;
	color: #f5f8ff;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game_box2 .text .lr {
	display: flex;
}
.game_box2 .score {
	font-size: 38px;
	color: #fff;
}
.game_box2 .score_l {
	width: 150px;
	height: 80px;
	margin-right: 10px;
}
.game_box2 .score_l li {
	display: flex;
	align-items: center;
}
.game_box2 .score_l li span {
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
}
.game_box2 li .layui-progress {
	width: 130px;
	background-color: rgba(0,0,0,0);
}
.game_box2 .layui-progress-bar {
	background-color: #0546c7;
}
.l_2 {
	width: 630px;
}
.r_2 {
	width: 519px;
}
.introduction {
	width: 630px;
	height: 220px;
	background-color: #d9e5ff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.introduction h3 {
	font-size: 60px;
	margin-bottom: 20px;
	font-weight: 900;
}
.introduction p {
	font-size: 23px;
}
.game_banner {
	width: 630px;
	border-radius: 20px;
	overflow: hidden;
}
.game_banner .img ,.game_banner .img img {
	width: 630px;
	height: 374px;
}
/* .game_banner .img img {
	width: 100%;
	height: 100%;
} */
.game_banner h3 {
	font-size: 30px;
	background-color: #5c92ff;
	text-align: center;
	color: #fcf8f2;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	line-height: 50px;
}
.game_box3 {
	width: 153px;
	margin-bottom: 0px;
	margin-right: 30px;
}
.game_box3:nth-child(3n) {
	margin-right: 0;
}
.game_box3 .img {
	width: 153px;
	height: 153px;
	border-radius: 12px;
	overflow: hidden;
}
.game_box3 .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.game_box3:hover .img img {
	transform: scale(1.2);
}
.game_box3 h3 {
	font-size: 20px;
	color: #000;
	text-align: center;
}
.game_box4 {
	width: calc(1160px/3);
	margin-right: 20px;
}
.game_box4:nth-child(3n) {
	margin-right: 0;
}
.game_box4 .img {
	height: 231px;
	overflow: hidden;
}
.game_box4 .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.game_box4:hover .img img {
	transform: scale(1.2);
}
.game_box4 h3 {
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #2086e6;
}



header .container {
	height: 113px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .container nav {
	display: flex;
}
header .container nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 174px;
	height: 49px;
	position: relative;
	margin-right: 20px;
	color: #fff;
	padding-left: 30px;
	font-weight: 700;
	border-radius: 12px;
}
header .container nav a:nth-child(1) {
	background-color: #ff8767
}
header .container nav a:nth-child(2) {
	background-color: #b8b9ff
}
header .container nav a:nth-child(3) {
	background-color: #a2d2ff;
}

header .container nav a i {
	position: absolute;
	left: 20px;
	font-size: 30px;
	font-weight: 400;
}
header .container .search {
	position: absolute;
	right: 0;
	width: 230px;
	height: 46px;
}
header .container .search input[type=text]{
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	background-color: #fff;
	color: #999;
	overflow: hidden;
	border-radius: 34px;
	text-indent: 1em;
}
header .container .search button{
	position: absolute;
	width: 50px;
	height: 40px;
	border: none;
	background-color: #a2d2ff;
	right:0;
	color: #fff;
	border-bottom-right-radius: 35px;
	border-top-right-radius: 35px;
	cursor: pointer;
}
header .container .search button i {
	font-size: 20px;
}
footer {
	background-color: #ffd595;
	border-top: 7px solid #deac5f;
	
}
footer .container {
	display: flex;
	height: 60px;
	align-items: center;
}
footer .container a {
	width: 399px;
	color: #000;
	text-align: center;
	border-right: 1px solid #000;
}
footer .container a:nth-last-child(1) {
	border: none;
}
.main .container .dichotomy {
	display: flex;
	justify-content: space-between;
}
.dichotomy .l_1 {
	width: 400px;
}
.dichotomy .r_1 {
	width: 800px;
}
.layout {
	display: flex;
	flex-wrap: wrap;
}
.layout .game_box_out {
	display: flex;
	justify-content: center;
	align-items: center;
}
.layout .game_box_out .game_tg {
	width: 215px;
	height: 330px;
	margin-right: 31.25px;
	position: relative;
}
.layout .game_box_out:nth-child(5n+5) .game_tg {
	margin-right: 0;
}
.layout .game_box_out:nth-child(2n+1) .game_tg .game_box {
	position: absolute;
	left: 0;
	top: 0;
}
.layout .game_box_out:nth-child(2n+1) .game_tg .tag {
	position: absolute;
	/* left: 29.5px; */
	bottom: 0;
}
.layout .game_box_out:nth-child(2n+2) .game_tg .game_box {
	position: absolute;
	left: 0;
	bottom: 0;
}
.layout .game_box_out:nth-child(2n+2)  .game_tg .tag {
	position: absolute;
	/* left: 29.5px; */
	top: 0;
}
.l_3 {
	width: 345px;
}
.l_3 .cat_box{
	background-color: #d9e5ff;
	padding: 10px 0;
}
.cat_box a {
	padding: 10px 50px;
}
.cat_box a {
	display: flex;
	align-items: center;
}
.cat_box a:hover {
	background-color: #fff;
}
.cat_box a .img {
	width: 40px;
	height: 40px;
	margin-right: 50px;
	border-radius: 12px;
	overflow: hidden;
}
.cat_box a .img img {
	width: 100%;
	height: 100%;
}
.cat_box a h3 {
	font-size: 24px;
	height: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #333;
}
.r_3 {
	width: 833px;
}
.r_3 .gi {
	margin-top: 20px;
	display: grid;
	gap: 17px;
	grid-template-columns: repeat(7,102px)
	
}
.gi a ,.gi .img {
	width: 102px;
	height: 102px;
	display: block;
}
.gi .img {
	overflow: hidden;
	border-radius: 12px;
}
.gi .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.gi a:hover .img img {
	transform: scale(1.2);
}
.gi .ad {
	grid-column-start: 3;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 4;
}
.gi a:nth-of-type(7) {
	grid-column-start: 6;
	grid-column-end: 8;
	grid-row-start: 2;
	grid-row-end: 4;
	width: 221px;
	height: 221px;
}
.gi a:nth-of-type(8) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 5;
	width: 221px;
	height: 221px;
}
.gi a:nth-of-type(17) {
	grid-column-start: 4;
	grid-column-end: 6;
	grid-row-start: 5;
	grid-row-end: 7;
	width: 221px;
	height: 221px;
}
.gi a:nth-of-type(7) .img ,
.gi a:nth-of-type(8) .img ,
.gi a:nth-of-type(17) .img 
{
	width: 221px;
	height: 221px;
}

.tg_mg a {
	margin-right: 37.25px;
}
.tg_mg a:nth-last-child(1) {
	margin-right: 0;
}

.main .container .dichotomy .left1 ,
.main .container .dichotomy .right1 ,
.seeding ,
.desc ,
.main .game_list_c{
	background-color: #d9e5ff;
	border-radius: 20px;
	padding: 10px 20px;
}
.desc .dec {
	padding: 20px 30px;
}
.desc .dec p {
	/* word-spacing: 5px; */
	/* letter-spacing: 5px; */
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-align: left;
}
.main .container .botton_app {
    margin-bottom: 20px;
}
.main .container .botton_app a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #d9e5ff;
    border-radius: 20px;
	font-size: 20px;
	font-weight: 700;
    padding: 20px 40px 20px 30px;
    color: #000;
}
.main .container .botton_app a i {
	font-size: 25px;
}
.main .container .dichotomy .left1 {
	width: 880px;
	height: 420px;
	position: relative;
}
.main .container .dichotomy .left2 {
	width: 880px;
}
.main .container .dichotomy .right2 {
	width: 300px;
}
.main .container .dichotomy .right1 {
	width: 300px;
	height: 420px;
}
.main .box {
	margin-bottom: 30px;
}
.main .games {
	display: flex;
	flex-wrap: wrap;
	height: 155px;
}
.main .games a {
	width: 155px;
	height: 0px;
	margin-right: calc(115px/6);
}
.main .games a:nth-last-child(1) {
	margin-right: 0;
}
.main .games a .img {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.main .games a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.main .games a:hover img {
	transform: scale(1.2);
}
.seeding {
	width: 100%;
	height: 238px;
}
.main h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .games_c h3 ,
.main .game_list_c h3 {
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 30px;
}
.main .games_c h3 i,
.main .game_list_c h3 i {
	font-size: 22px;
	margin-right: 10px;
}
.main .games_c .game_c_r a {
	display: flex;
	width: 100%;
	height: 86px;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #5c92ff;
	margin-bottom: 10px;
}
.main .games_c .game_c_r a:nth-last-child(1) {
	margin-bottom: 0;
}
.main .games_c .game_c_r a .img {
	width: 76px;
	height: 76px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 12px;
}
.main .games_c .game_c_r a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.main .games_c .game_c_r a:hover .img img {
	transform: scale(1.2);
}
.main .games_c .game_c_r a .text {
	width: 194px;
}
.main .games_c .game_c_r a .text h3 {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #fcf8f2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .games_c .game_c_r a .text p {
	font-size: 14px;
	color: #fff;
	height: 38px;
	overflow: hidden;
}
/* .main .games_c .game_c_r a .text ul {
	display: flex;
	margin-top: 10px;
	margin-left: 20px;
}
.main .games_c .game_c_r a .text ul li {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}
.main .games_c .game_c_r a .text ul li i {
	color: #facc01;
} */
.game_list {
	display: flex;
	flex-wrap: wrap;
}
.game_list a {
	display: flex;
	width: calc(1100px/4);
	height: 95px;
	margin-right: 20px;
	margin-top: 20px;
}
/* .game_list a:nth-child(-n+4) {
	margin-top: 0;
} */
.game_list a:nth-child(4n+4) {
	margin-right: 0;
}
.game_list a .img {
	width: 95px;
	height: 95px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 10px;
}
.game_list a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.game_list a:hover .img img {
	transform: scale(1.2);
}
.game_list a .text {
	display: flex;
	flex-direction: column;
	width: 170px;
}
.game_list a .text h3 {
	font-size: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
	color: #5d5d5d;
	white-space: nowrap;
	height: 26px;
}
.game_list a .text p {
	color: #5D5D5D;
	font-size: 16px;
}
.game {
	display: flex;
	
}
.details_box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	width: 437px;
	height: 183px;
	border-radius: 20px;
	background-color: #f8faff;
}
.details_box ul li {
	margin: 15px 0;
	display: flex;
}
.details_box ul li h4,
.details_box ul li p {
	width: calc(397px/3);
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.details_box ul li:nth-child(1) p {
	width: calc(397px/3*2);
}
.details_box ul li p {
	padding-left: 20px;
}
.details_box ul li h4,
.details_box ul li p {
	font-size: 18px;
	color: #A1A1A1;
}
.details_box ul li i {
	font-size: 20px;
	margin-right: 20px;
}
.game .img {
	width: 153px;
	height: 153px;
	border-radius: 12px;
	margin-right: 20px;
	overflow: hidden;
}
.game .img img {
	width: 100%;
	height: 100%;
}
.game  h3 {
	margin-top: 10px;
	width: 617px;
	font-size: 44px;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	height: 56px;
}
.left1 .tags {
	display: flex;
}
.left1 .tags h3 {
	font-size: 18px;
	margin-right: 20px;
	color: #A1A1A1;
}
.left1 .tags .tag2 a {
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #fff;
	border-radius: 20px;
	background-color: #a6c2ff;
	color: #A1A1A1;
	margin-right: 20px;
	font-size: 12px;
}
.left1 .ad {
	position: absolute;
	right: 30px;
	bottom: 10px;
}
.seeding .swiper {
	width: 840px;
    height: 218px;
}
.seeding .swiper img {
	height: 218px;
}
.seeding_banner .swiper .img {
	display: inline-block;
	/* width: 550px; */
	overflow: hidden;
	height: 282px;
}
.seeding_banner .swiper img {
	width: 100%;
	height: 100%;
}
.seeding .swiper-wrapper .swiper-slide,.seeding .swiper-slide img {
    height: 218px;
    width: auto;
}
.seeding_banner .swiper-slide {
	height: 282px;
}
.seeding_banner .swiper-backface-hidden .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.seeding_banner .swiper-backface-hidden .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
  z-index: 9;
}
.seeding_banner .swiper-slide-prev {
   right: -212px;
}
.seeding_banner .swiper-slide-next {
   left: -212px;
}
.get_app {
	display: flex;
	justify-content: center;
}
.get_app_box {
	background-color: #d9eaff;
	padding: 20px;
	border-radius: 20px;
}
.get_app a {
	background-color: #F8faff;
	padding: 10px 45px;
	border-radius: 12px;
}
.get_app a:hover {
	background-color: #A6C2FF;
	color: #fff;
}
.get_app a h4 {
	font-size: 23px;
	text-align: center;
	
}
.get_app a h4 i {
	font-size: 25px;
	padding-right: 10px;
}
.get_app a p {
	font-size: 12px;
}
.get_app a:nth-child(1) {
	margin-right: 100px;
}
.right1 .rever {
	display: flex;
	flex-direction: column-reverse;
	
}
.right1 li {
	display: flex;
	margin-bottom: 20px;
	
}
.score_r .button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.score_r .button {
	margin-bottom: 40px;
	margin-top: 10px;
}
.score_r .button p {
	border-radius: 12px;
	padding: 10px 20px;
	background-color: #F2F2F2;
}
.score_r .button p i {
	margin-right: 5px;
	color: #A1a1a1;
}
.score_r .button p span {
	color: #A1a1a1;
	font-weight: 700;
}
.right1 li span {
	width: 9.77px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #aeaeae;
}
.score_in_box {
	display: flex;
	margin-top: 50px;
}
.score_in_box p{
	color: #A1A1A1;
	font-size: 15px;
}
.score_in_box .score_in ul {
	padding: 0;
	display: flex;
	margin-left: 20px;
}
.right1 .layui-progress {
	width: 220px;
	height: 16px;
	background-color: #C9C9C9
}
.right1 .layui-progress-bar {
	height: 16px;
}
.right1 li:nth-child(1) .layui-progress-bar {
	background-color: #ffb1b1;
}
.right1 li:nth-child(2) .layui-progress-bar {
	background-color: #fffdd4;
}
.right1 li:nth-child(3) .layui-progress-bar {
	background-color: #bcfffb;
}
.right1 li:nth-child(4) .layui-progress-bar {
	background-color: #a2b2ff;
}
.right1 li:nth-child(5) .layui-progress-bar {
	background-color: #b8b9ff
}
.main .text2 {
	background-color: #d9e5ff;
	padding: 20px;
	border-radius: 20px;
}
.main .text2 p {
	margin-bottom: 23px;
}
.Navigation_bar p {
	margin: 10px 0;
	margin-top: -20px;
	color: #333;
}
.Navigation_bar p a {
	color: #333;
}
.text_box h3 {
	font-weight: 100;
}
.ad {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ad p {
	font-size: 12px;
	color: #A1A1A1;
}
.center {
	height: calc(100vh - 260px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
}
.center h2 {
	font-size: 150px;
	line-height: 150px;
	font-weight: 700;
}
.promotion {
	display: flex;
	flex-wrap: wrap;
}
.promotion a {
	display: block;
	margin-right: 20px;
	width: calc(1080px/6);
	background-color: #5c92ff;
	padding: 10px;
	margin-top: 14px;
	border-radius: 20px;
}
/* .promotion a:nth-child(7n) {
	margin-right: 0;
}
.promotion a:nth-child(-n+7) {
	margin-top: 0;
}
.promotion a .img {
	width: 134.281px;
	height: 134.281px;
	overflow: hidden;
	border-radius: 12px;
} */
.promotion a:nth-child(6n) {
	margin-right: 0;
}
.promotion a:nth-child(-n+6) {
	margin-top: 0;
}
.promotion a .img {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 12px;
}
.promotion a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.promotion a:hover .img img {
	transform: scale(1.2);
}