*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:'Microsoft YaHei UI', sans-serif
}
html,body{ 
	width:100%;
	height:100%;
	background-color: #f2f2f2;
}
body{
	width: 100%;
	height: 100%;
	position:relative;
	background:#f2f2f2
}
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
}
.main {
    min-height: calc(100vh - 185px);
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
header {
    width: 100%;
    background-color: rgba(197, 152, 255, 1);
    margin-bottom: 25px;
}
header nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav .logo_img {
    height: 50px;
    margin: 10px;
}
header nav .logo_img img {
    width: 100%;
    height: 100%;
}
header nav ul {
    display: flex;
}
header nav ul li {
    margin: 0 20px;
}
header nav ul li a {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FBF7E4;
}
.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error dl dt {
    font-size: 60px;
    font-weight: 700;
    color: #333;
}
.error dl dd {
    font-size: 20px;
    color: #666;
}
.error dl dd p {
    font-size: 12px;
}
.search input[type=text] {
	width: 173px;
	height: 32px;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	border-radius: 4px;
	text-indent: 1em;
	display: block;
	float: left;
}
header .search {
	width: 234px;
	height: 34px;
	border: 3px solid #c482d4;
	margin: 17px 0;
	border-radius: 20px;
    background-color: #fff;
}
.search button {
	display: block;
	float: left;
	width: 52px;
	height: 26px;
	background-color: #c482d4;
	border-radius: 4px;
	color: #fff;
	line-height: 26px;
	text-align: center;
    border: none;
    border-radius: 20px;
    margin: 1px 0 1px 2px;
}
.search>a i {
	font-size: 20px;
}
.main .container>p {
    margin-bottom: 25px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #808080;
}
.main .container>p a {
    color: #808080;
}
.banner {
    margin-bottom: 25px;
}
.banner ul {
    display: flex;
    justify-content: space-between;
}
.banner ul .game {
    width: 130px;
    height: 130px;
    margin-right: 22px;
}
.banner ul .game:nth-child(8) {
    margin-right: 0px;
}
.banner ul .game .trum {
    display: block;
    position: relative;
    width: 130px;
    height: 0;
    padding-bottom: 130px;
    border-radius: 12px;
    overflow: hidden;
}
.banner ul .game .trum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.banner .group {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(8,141.25px);
}
.banner .group .game {
    width: 100%;
    height: 141.25px;
    border: 5px solid #c482d4;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.banner .group .game .trum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: absolute;
    display: block;
}
.banner .group .game .trum img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner .group .game:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.banner .group .game:nth-child(4) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
}
.banner .group .game:nth-child(1) ,
.banner .group .game:nth-child(4) {
    height: 292.5px;
}
.Popular_Games ,
.Recommended ,
.Category {
    margin-bottom: 25px;
}
.Popular_Games .title ,
.Recommended .title ,
.Category .title {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    background-color: #c482d4;
    margin-bottom: 25px;
}
.Popular_Games .game_list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.Popular_Games .game_list .game:nth-child(4n)  {
    margin-right: 0px;
}
.Popular_Games .game_list .game:nth-child(-n+4) {
    margin-top: 0;
}
.Popular_Games .game_list .game {
    border: 5px solid #c482d4;
    box-sizing: border-box;
    margin-right: 10px;
    margin-top: 10px;
    width: calc(1170px / 4);
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
}
.Popular_Games .game_list .game a {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    background-color: #18001e;
}
.Popular_Games .game_list .game a .l {
    margin-right: 15px;
    width: 96px;
}
.Popular_Games .game_list .game a .l .trum {
    width: 90px;
    height: 0;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 3px solid #fff;
    box-sizing: initial;
}
.Popular_Games .game_list .game a .l .trum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.Popular_Games .game_list .game a .r {
    width: 155px;
}
.Popular_Games .game_list .game a .l h4 {
    background-color: rgba(245, 189, 1, 1);
    border: none;
    border-radius: 10px;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #190020;
    line-height: 24px;
    font-weight: 700;
}
.Popular_Games .game_list .game a .r>div:nth-child(1) {
    width: 155px;
    height: 67px;
    background: inherit;
    background-color: rgba(2, 152, 227, 1);
    border: none;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}
.Popular_Games .game_list .game a .r>div:nth-child(1) h5 {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.Popular_Games .game_list .game a .r>div:nth-child(1) .tags p {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FAF6E3;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    word-wrap: break-word;
	word-break: break-all;
}
.Popular_Games .game_list .game a .r>div:nth-child(1) .tags p span {
    margin-right: 5px;
}
.Popular_Games .game_list .game a .r>div:nth-child(2) {
    width: 156px;
    height: 58px;
    background: inherit;
    background-color: rgba(250, 249, 233, 1);
    border: none;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
}
.Popular_Games .game_list .game a .r>div:nth-child(2) p {
    font-weight: 250;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}
.more {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.more a {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #C598FF;
}
.Recommended .game_list {
    display: flex;
    flex-wrap: wrap;
}
.Recommended .game_list .game:nth-child(6n) {
    margin-right: 0;
}
.Recommended .game_list .game:nth-child(-n+6) {
    margin-top: 0;
}
.Recommended .game_list .game {
    width: calc(1140px/6);
    margin-right: 12px;
    border: 5px solid #c482d4;
    border-radius: 12px;
    background-color: #18001e;
    margin-top: 15px;
}
.Recommended .game_list .game a {
    display: block;
    box-sizing: border-box;
    padding: 15px;
}
.Recommended .game_list .game a .trum {
    width: 150px;
    height: 0;
    padding-bottom: 150px;
    border: 5px solid #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.Recommended .game_list .game a .trum img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.Recommended .game_list .game a h3 {
    width: 100%;
    height: 31px;
    line-height: 31px;
    background: inherit;
    background-color: rgba(245, 189, 1, 1);
    border-radius: 23px;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}
.Category .c_list {
    display: flex;
    flex-wrap: wrap;
}
.Category .c_list .li:nth-child(3n) {
    margin-right: 0px;
}
.Category .c_list .li:nth-child(-n+3) {
    margin-top: 0;
}
.Category .c_list .li {
    width: calc(1176px/3);
    border: 5px solid #C598FF;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 5px 10px;
    background-color: #18001e;
    margin: 12px 12px 0 0;
}
.Category .c_list .li a {
    padding: 5px 10px;
    display: flex;
}
.Category .c_list .li a .l {
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
}
.Category .c_list .li a .l h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #F5BD01;
}
.Category .c_list .li a .l p {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #D3CFC7;
    overflow: hidden;
    
}
.Category .c_list .li a .r {
    width: 150px;
}
.Category .c_list .li a .r ul {
    background-color: rgba(2, 152, 227, 1);
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(253, 249, 234, 1);
    border-radius: 20px;
    height: 88px;
    padding: 10px;
}
.Category .c_list .li a .r ul li {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    overflow: hidden;
}
.game_box {
    margin-bottom: 25px;
}
.game_box {
    display: flex;
    justify-content: space-between;
}
.game_box .game {
    width: 480px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-right: 20px;
}
.game_box .game .trum {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 480px;
    height: 300px;
}
.game_box .game .trum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game_box .game .card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 480px;
    height: 143px;
    background: inherit;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 10px;
    padding: 15px;
}
.game_box .game .card h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #1A0020;
}
.game_box .game .card .tags span {
    padding: 0 10px;
    height: 27px;
    background-color: rgba(248, 248, 248, 1);
    line-height: 27px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #9A9A9A;
    border-radius: 27px;
    margin-right: 10px;
}
.game_box .game .card .layui-rate li i.layui-icon {
    font-size: 25px;
}
.game_box .detail    {
    width: 323px;
    height: 300px;
    border-radius: 12px;
    background-color: #fff;
    padding: 10px 20px 30px;
    margin-left: 18px;
}

.game_box .detail ul {
    margin-top: 20px;
}
.game_box .detail ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
}
.game_box .detail ul li:nth-child(1) {
    background: none;
}
.game_box .detail ul li h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #888888;
}
.game_box .detail ul li h4::before {
    display: inline-block;
    content: " ";
    width: 9px;
    height: 9px;
    background-color: #888;
    border-radius: 9px;
    margin-right: 15px;
}
.game_box .detail ul li p {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #9A9A9A;
}
.game_box .detail h3,.desc h3, .carousel h3,.get_app h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    color: #888888;
    text-align: center;
}
.desc , .carousel, .get_app {
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    padding: 10px 20px 30px;
    margin-bottom: 25px;
}
.desc .dec {
    margin-top: 20px;
}
.desc .dec p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #626262;
    line-height: 24px;
}
.seeding_box {
    padding: 20px;
}
.seeding_box .seeding {
    width: 1160px;
    height: 211px;
}
.seeding_box .seeding img {
    height: 211px;
}
.seeding .swiper-wrapper .swiper-slide {
    width: auto;
    height: 211px;
}
.get_app_box {
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get_app_box a {
    width: 350px;
    height: 53px;
    border-radius: 6px;
    background: #f4f4f4;
    margin-right: 80px;
    text-align: center;
    color: #909090;
    padding: 9px 0;
}
.get_app_box a:nth-child(2) {
    margin-right: 0;
}
.get_app_box a h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.get_app_box a p {
    font-size: 12px;
    text-align: center;
}
.get_app_box a h4 i {
    font-size: 22px;
    font-weight: 100;
}
.ad {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ad>p {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}
.tuijian .group {
    display: grid;
    gap: 10px;
    row-gap: 20px;
    grid-template-columns: repeat(9,125px);
}
.tuijian .group .game {
    width: 100%;
    height: 125px;
    border: 5px solid #c482d4;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.tuijian .group .game .trum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: absolute;
    display: block;
}
.tuijian .group .game .trum img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.tuijian .group .game:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.tuijian .group .game:nth-child(4) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
}
.tuijian .group {
    margin-bottom: 15px;
}
.tuijian .group .game:nth-child(5) {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
}
.tuijian .group .game:nth-child(12) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
}
.tuijian .group .game:nth-child(13) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 5;
}
.tuijian .group .game:nth-child(15) {
    grid-column-start: 8;
    grid-column-end: 10;
    grid-row-start: 3;
    grid-row-end: 5;
}
.tuijian .group .game:nth-child(1) ,
.tuijian .group .game:nth-child(4) ,
.tuijian .group .game:nth-child(5) ,
.tuijian .group .game:nth-child(12) ,
.tuijian .group .game:nth-child(13) ,
.tuijian .group .game:nth-child(15) {
    width: 250px;
    height: 250px;
}
.tuijian .group .game:nth-child(12) ,
.tuijian .group .game:nth-child(13) ,
.tuijian .group .game:nth-child(15) {
    margin-top: 20px;
}
footer {
    width: 100%;
    background-color: rgba(197, 152, 255, 1);
}
footer .footer_container {
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer .footer_container ul {
    display: flex;
    justify-content: space-between;
}
footer .footer_container ul li {
    margin: 0 30px;
}
footer .footer_container ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #FBF7E4;
}
footer .footer_container .footer_logo {
    height: 70px;
}
footer .footer_container .footer_logo img {
    height: 100%;
}
.test {
    margin-bottom: 25px;
}
.test>h3 {
    word-wrap: break-word;
    text-shadow: 2px 2px 0px rgba(26, 0, 32, 0.9);
    -webkit-text-shadow: 2px 2px 0px rgba(26, 0, 32, 0.9);
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #C598FF;
    margin-bottom: 30px;
}
.test>p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 31px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.test>p img {
    width: 31px;
    height: 31px;
    border-radius: 31px;
}
.test>ul>li {
    width: 100%;
    border: 3px solid #c482d4;
    background-color: #fff;
    padding: 20px 30px 20px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    
}

.test>ul>li>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.test>ul>li>.title p {
    width: 830px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #1A0020;
    text-align: left;
}
.test>ul>li>.title span {
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #7B40CC;
}
.test>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
}
.test>ul>li>ul li {
    display: flex;
    align-items: center;
    margin-right: 80px;
    margin-top: 20px;
    position: relative;
}
.test>ul>li>ul li:nth-child(2n) {
    margin-right: 0;
}
.test>ul>li>ul li:nth-child(-n+2) {
    margin-top: 0;
}
.test>ul>li>ul li a {
    display: flex;
    width: 509px;
    min-height: 53px;
    justify-content: center;
    align-items: center;
    border: 3px solid #c482d4;
    border-radius: 53px;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #1A0020;
    padding: 10px 30px;
}
.test>ul>li>ul li span i {
    display: none;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 34px;
}
.test>ul>li>ul li a.active {
    color: #fff;
    background-color: #c482d4;
}
.test>ul>li>ul li a span i.active {
    display: block;
}
.test>ul>li>ul li span .icon-zhengque {
    color: #17c031;
}
.test>ul>li>ul li span .icon-cuowu {
    color: #ff6b6f;
}
.submit {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    height: 73px;
    border: 4px solid #c482d4;
    border-radius: 20px;
    background-color: rgba(25, 0, 32, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: right;
    line-height: 31px;
}
.back p {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #C381D4;
    text-align: justify;
    text-justify: inter-word;
    line-height: 33px;
    margin-bottom: 20px;
}
.back p a {
    color: #17c031;
    margin-left: 40px;
}
.result_box ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.result_box ul li {
    display: flex;
    width: 368px;
    height: 151px;
    border: 4px solid #c482d4;
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
}
.result_box ul li h3 {
    width: 120px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #1A0020;
    line-height: 27px;
}
.result_box ul li span {
    font-weight: 700;
    font-style: normal;
    font-size: 54px;
    color: #0298E3;
}
.result_box ul li:nth-child(n+2) span {
    font-size: 34px;
}
.result_box ul li:nth-child(n+2) span  .icon-zhengque {
    margin-left: 10px;
    font-size: 34px;
    color: #17c031;
}
.result_box ul li:nth-child(n+2) span  .icon-cuowu {
    font-size: 34px;
    margin-left: 10px;
    color: #ff6b6f;
}
.skip_detail {
    margin-bottom: 25px;
}
.skip_detail a {
    display: flex;
    width: 100%;
    height: 105px;
    border: 4px solid #c482d4;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
}
.skip_detail a span {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #1A0020;
}
.skip_detail a i {
    font-size: 54px;
    color: #17c031;
}