*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background: #fff;
}
ul,ol{list-style:none}
a{text-decoration:none}
h1,h2,h3,h4,h5,h6{font-weight:500}
button{
    border: none;
    outline: none;
}
.container, .top-container, .bottom-container {
    width: calc(100% - 20px);
    margin: 0 auto;
}
body.act{overflow:hidden}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header {
    background-color: rgba(255, 145, 98, 1);
    margin-bottom: 20px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.top-container a {
    height: 40px;
}
.top-container a img {
    height: 100%;
}
.top-container .icon i {
    font-size: 35px;
    color: #fff;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}
.box {
    margin: 20px 0;
    position: relative;
}
.box_t {
	border: 4px solid #ff9162;
    border-radius: 50px;
    margin-top: 70px;
    box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.3);
	padding: 80px 10px 60px;
}
.box_d {
	margin: 20px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	border-radius: 20px;
	padding: 15px 10px;
}
.box_d .tit {
	margin-bottom: 15px;
}
.box_d .tit h3 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #9F9F9F;
}
.box .tit {
    height: 50px;
    background-color: rgba(255, 145, 98, 1);
    box-sizing: border-box;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    -moz-box-shadow: 3px 3px 2px rgba(153, 153, 153, 0.349019607843137);
    -webkit-box-shadow: 3px 3px 2px rgba(153, 153, 153, 0.349019607843137);
    box-shadow: 3px 3px 2px rgba(153, 153, 153, 0.349019607843137);
    margin-bottom: 10px;
}
.box_t .tit {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	border: none;
	position: absolute;
	top: -60px;
	left: calc(50% - 67.5px);
}
.box .tit h3 {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FAFAFA;
    line-height: 42px;
    text-align: center;
}
.box_t .tit h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 700;
	height: 135px;
	width: 135px;
    height: 135px;
    text-align: center;
    display: flex;
    align-items: center;
    border: 5px solid #fff;
    border-radius: 100%;
    background-color: #ff9162;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 6%);
    z-index: 2;
    top: 130px;
    justify-content: center;
}

.fg a {
	display: block;
	/* width: 258px; */
	/* height: 196px; */
	padding: 10px;
	background-color: #fff;
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.35);
	/* transition: all .3s; */
	margin: 40px 10px 20px;
}
/* .fg a:nth-child(-n+4) {
	margin-top: 20px;
} */
/* .fg a:nth-child(4n) {
	margin-right: 0px;
} */
/* .fg a:hover {
	transform: scale(1.04);
} */
.fg a .t {
	display: flex;
}
.fg a .t .thum {
	overflow: hidden;
	margin-top: -40px;
	width: 87px;
	height: 87px;
	border-radius: 12px;
	box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.3);
	margin-right: 10px;
}
.fg a .t .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s;
}
.fg a:hover .t .thum img {
	/* transform: scale(1.2); */
}
.fg a .t .intr {
	width: 147px;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.fg a .t .intr h3 {
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.fg a:hover {
	background-color: #ff9162;
}
.fg a:hover .t .intr h3 ,
.fg a:hover .word p {
	color: #fff;
	/* color: #02A7F0; */
}
.fg a .t .intr p {
	color: #999;
	font-size: 12px;
	overflow: hidden;
}
.fg a:hover .t .intr p {
	color: #fff;
}
.fg a .t .intr p span {
	margin-right: 5px;
}
.fg a .word {
	
	padding: 10px;
	height: 70px;
	line-height: 16px;
	border-top: 1px solid #333;
	font-size: 14px;
	border-bottom: 1px solid #333;
	margin: 10px 0;
	
}
.fg a .word p {
	display:-webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.fg a .b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fg a .b ul {
	display: flex;
}
.fg a .b ul li {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.fg a .b ul li i {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	color: #facc01;
	color: #ff9162;
	font-size: 20px;
}
.fg a:hover .b ul li i {
	color: #fff;
}
.fg a .b>p {
	border-radius: 30px;
	width: 43px;
	height: 25px;
	background-color: #ff9162;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.fg a .b>p i {
	font-size: 30px;
}
.fg a:hover .b>p {
	color: #FF9162;
}
.fg a:hover .b>p {
	background-color: #fff;
}

.box .gd {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background-color: rgba(255, 145, 98, 1);
}
.box_t .gd {
	width: 80%;
	margin: 0 10%;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.box .gd i {
	font-size: 40px;
	color: #fff;
}
.pn {
	display: flex;
	flex-wrap: wrap;
}
.pn a {
	width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
	align-items: center;
    padding: 10px;
    border-radius: 12px;
	margin: 20px 20px 0 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.pn a:nth-child(2n) {
	margin-right: 0;
}
.pn a:nth-child(-n+2) {
	margin-top: 0;
}
.pn a .thum {
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	position: relative;
	border-radius: 12px;
    overflow: hidden;
    margin-bottom: 5px;
}
.pn a .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.pn a .text {
	width: 100%;
}
.pn a h4 {
	width: 100%;
	font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #2D2D2D;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.pn a .tag {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pn a .tag span {
	font-size: 12px;
    color: #ccc;
}
.new {
	display: flex;
	flex-wrap: wrap;
}
.new a {
	width: calc((100% - 20px)/3);
	margin: 10px 10px 0 0;
}
.new a:nth-child(3n) {
	margin-right: 0;
}
.new a .thum {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
.new a .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
footer {
	background-color: #FF9162;
}
footer .bottom-container {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .bottom-container a {
	color: #fff;
    font-size: 14px;
}

.banner_search_box,
.banner_list_box {
    display: none;
    width: 100vw;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    
}
.banner_list_box .banner_list .tags {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.banner_search_box.active {
    display: block;
}
.banner_search .searrch_box {
    width: calc(100% - 20px);
    height: 44px;
    margin-bottom: 10px;
    margin: 0 auto;
    
}
.banner_search .searrch_box form {
    height: 100%;
}
.banner_search .searrch_box input[type="text"] ,
.banner_list_box .searrch_box input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    border-radius: 18px;
    outline: none;
    /* border: 1px solid #f2f2f2; */
    border: none;
    text-indent: 1em;
    background: #fff;
    font-size: 20px;
}
.banner_list .tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    padding: 10px;
    /* background-color: #fff; */
    /* border-radius: 20px; */
    /* width: 310px; */
    /* box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.3) */
    /* border-top: 3px solid #037B66; */
}
.searrch_box {
    margin: 10px 0;
    height: 60px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    position: relative;
}
.banner_list .tags a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
        /* margin: 10px 10px 0 0; */
    /* padding-bottom: 5px; */
    text-transform:capitalize;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ccc; */
    font-family: 'Open Sans ExtraBold', 'Open Sans Regular', 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    color: #333;
}
.searrch_box button[type=submit] {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 0px;
    padding-right: 10px;
    background-color: #fff;
	border-radius: 9px;
}
.searrch_box button[type=submit] i {
    font-size: 39px;
    color: #333;
}

.banner_list .tags a:nth-child(-n+2) {
    margin-top: 0;
}
.banner_list .tags a span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); */
}
.banner_list .tags a {
    height: 60px;
    padding: 0 10px;
    font-weight: 700;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
	border-radius: 30px;
	background-color: #fff;
}
.banner_list {
    width: 90%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    position: absolute;
    /* top: 85px; */
    top: 0;
    right: 5%;
    padding: 20px 50px;
    background-color: rgba(255, 145, 98, 1);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.banner_search {
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(33, 69, 140, 1);
    padding: 10px 0;
}
.banner_list_box.active {
    display: block;
}

.game {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.game .thum {
	width: 140px;
	height: 0;
	padding-bottom: 140px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	margin-bottom: 10px;
}
.game .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.game h3 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #2D2D2D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.game .tag {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.game .tag h4 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #686666;
	padding-right: 10px;
}
.game .tag p span {
	display: inline-block;
	padding: 0 10px;
	background-color: rgba(240, 240, 240, 1);
	border-radius: 10px;
	height: 20px;
	line-height: 20px;
	font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #686666;
	font-size: 12px;
}
.sp {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sp .player {
	color: #686666;
	font-size: 20px;
	margin-left: 20px;
}
.sp .layui-inline {
	font-size: 20px;
	color: #686666;
	font-weight: 700;
}

.details_box {
	border-radius: 18px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	background-color: #fff;
	/* width: 500px; */
	height: 328px;
	padding: 24px 20px 0;
}
.details_box .btns {
	/* width: 460px; */
	display:flex;
	justify-content: center;
	padding-bottom: 22px;
	border-bottom: 1px solid #ebebeb;
}
.details_box .btns .active {
	background-color: rgba(242, 242, 242, 1);
}
.details_box .btns .btn {
	width: 100px;
	height: 30px;
	border: 2px solid rgba(242, 242, 242, 1);
	border-radius: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-right: 30px;
	cursor: pointer;
}
.details_box .btns .btn:nth-last-child(1) {
	margin-right: 0;
}
.details_box .btns .btn i {
	font-size: 16px;
}
.details_box .show_main ul {
	display: none;
	margin-top: 40px;
}
.details_box .show_main .active {
	display: block;
}
.details_box .show_main ul li {
	display: flex;
	margin: 0 auto;
	margin-bottom: 28px;
	width: 360px;
}
.details_box .show_main ul li h4 {
	font-size: 14px;
	font-weight: 700;
	color: #838383;
	margin-right: 60px;
	width: 125px;
}
.details_box .show_main ul li p {
	font-size: 14px;
	color: #838383;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seeding_box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.seeding_box .seeding {
    width: 100%;
    height: 138px;
}
.seeding_box .seeding img {
    height: 138px;
}
.seeding .swiper-wrapper .swiper-slide {
    width: auto;
    height: 138px;
}
.desc p {
    color: #838383;
    font-size: 14px;
    margin-bottom: 5px;
}

.get_app_box {
    /* height: 206px; */
    display: flex;
    flex-direction: column  ;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.get_app_box a {
    width: 250px;
    height: 53px;
    border-radius: 6px;
    background: #f4f4f4;
    margin-top: 10px;
    text-align: center;
    color: #909090;
    padding: 9px 0;
}
.get_app_box a h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.get_app_box a h4 i {
    font-size: 22px;
    font-weight: 100;
}
.get_app_box a p {
    font-size: 12px;
    text-align: center;
}
.get_app_box a:nth-child(1) {
    margin-top: 0;
}
.reviews input[type=text],
.reviews textarea,
.rate {
	background-color: #f2f2f2;
	border-radius: 10px;
}
.rate {
	padding: 20px 0 20px 10px;
}
.reviews button[type=submit] {
	margin-top: 15px;
	background-color: rgba(255, 145, 98, 1);
	width: 140px;
	height: 40px;
	border-radius: 20px;
	color: #686666;
	font-size: 16px;
}
.feat {
	display: flex;
	flex-wrap: wrap;
}
.feat a {
	width: calc(50% - 5px);
	margin: 10px 10px 0 0;
}
.feat a .thum {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 5px;
}
.feat a .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.feat a h3 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #2D2D2D;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.feat a:nth-child(2n) {
	margin-right: 0;
}
.feat a:nth-child(-n+2) {
	margin-top: 0;
}

.category {
	display: flex;
	flex-wrap: wrap;
}
.category a {
	width: calc(50% - 10px);
	margin: 20px 20px 0 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
	height: 46px;
	border-radius: 20px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
    color: #535353;
}
.category a:nth-child(2n) {
	margin-right: 0;
}
.category a:nth-child(-n+2) {
	margin-top: 0;
}
.souso_r {
	min-height: 200px;
}

.tg {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    gap: 10px;
}
.tg a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.tg a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.tg a:nth-child(6n+2) {
    grid-column: 2 / span 2;
}
.tg a:nth-child(6n+4) {
    grid-column: 1 / span 2;
}