*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background-color: #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{
    width:calc(100vw - 20px);
    margin-left:auto;
    margin-right:auto
}
header {
    background-color: rgba(63, 75, 185, 1);
    margin-bottom: 20px;
}
header .top-container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top-container .search {
    padding-top: 10px;
    margin-bottom: 10px;
}
header .top-container .search form {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
}
.search form input[type=text] {
    width: calc(100% - 50px);
    display: block;
    width: 100%;
    padding: .375rem 30px .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: black;
}
header .search form button {
    border: none;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: #3F4BB9;
    width: 30px;
    /* border-radius: 50px; */
    position: absolute;
    right: 3px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* box-shadow: -1px 0px 0px rgba(0, 0, 0, .1); */
    top: 3px;
    bottom: 3px;
    border-radius: 32px;
}
header .search form button i {
    color: #fff;
}
header .icon {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .icon i {
    color: #fff;
    font-size: 36px;
}
header .logo {
    height: 80px;
}
header .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer {
    margin-top: 20px;
    background-color: rgba(63, 75, 185, 1);
}
footer .container {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-around;
}
footer .container a i {
    color: #fff;
    font-size: 30px;
}
.top-container,
.container,
.bottom-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.box {
    margin: 25px 0;
}
.box .b {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.box .b .r {
    width: 536px;
}
.box .b .r .top {
    display: flex;
    flex-wrap: wrap;
}
.box .b .r .top a {
    width: 172px;
    margin: 10px 10px 0 0;
}
.box .b .r .top a:nth-child(-n+3) {
    margin-top: 0;
}
.box .b .r .top a:nth-child(3n) {
    margin-right: 0;
}
.box .b .r .top a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.box .b .r .top a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.box .tit h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    color: #333;
}
.box .tit h3 .t {
    background-color: rgba(63, 75, 185, 1);
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 10px;
}
.box .b .l {
    width: 600px;
}
.box .b .l .swiper {
    width: 600px;
    height: 354px;
}
.box .b .l .swiper .thum {
    width: 600px;
    height: 354px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.box .b .l .swiper .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.hot {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.hot a {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    overflow: hidden;
    width: 275px;
    margin: 20px 20px 0 0;
}
.hot a:nth-child(4n) {
    margin-right: 0;
}
.hot a:nth-child(-n+4) {
    margin-top: 0;
}
.hot a .thum {
    width: 277.5px;
    height: 152px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.hot a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.hot a dl dt {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot a dl {
    padding: 10px;
}
.hot a dl .layui-rate li i.layui-icon {
    font-size: 25px;
}
.classic {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.classic a {
    width: 216px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    margin: 20px 20px 0 0;
}
.classic a:nth-child(5n) {
    margin-right: 0;
}
.classic a:nth-child(-n+5) {
    margin-top: 0;
}
.classic a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.classic a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.classic a h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rec {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.rec a {
    width: 570px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    padding: 5px 20px 5px 10px;
    margin: 10px 20px 0 0;
}
.rec a:nth-child(2n) {
    margin-right: 0;
}
.rec a:nth-child(-n+2) {
    margin-top: 0;
}
.rec a .thum {
    width: 112px;
    height: 0;
    padding-bottom: 112px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-right: 20px;
}
.rec a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.rec a dl {
    width: 244px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 112px;
    margin-right: 50px;
}
.rec a dl dt {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #000000;
}
.rec a dl dd .layui-rate {
    padding: 0;
}
.rec a dl dd .layui-rate li i.layui-icon {
    font-size: 30px;
}
.rec a .v {
    width: 114px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(253, 202, 40, 1);
    border-radius: 10px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #3F4BB9;
}
footer .bottom-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 80px;
}
footer .bottom-container a {
    color: #fff;
    font-size: 16px;
}
.top-container nav a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-left: 40px;
}
.top-container nav a:nth-child(1) {
    margin-left: 0;
}
.game {
    display: flex;
    padding: 0 20px;
}
.game_box {
    width: 434px;
    height: 280px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 10px;
    margin: 0 20px;
}
.game_box .g {
    display: flex;
    margin-bottom: 20px;
}
.game_box .g .thum {
    width: 112px;
    padding-bottom: 112px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 0;
    margin-right: 15px;
}
.game_box .g .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.game_box .g .info {
    width: 288px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.game_box .g .info h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    height: 60px;
}
.game_box .g .info .ts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game_box .g .info .ts .tag span {
    background-color: rgba(120, 116, 252, 1);
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 25px;
    padding: 0 12px;
    margin-right: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis ;
}
.game_box .g .info .ts .tag span:nth-last-child(1) {
    margin-right: 0;
}
.dtop {
    display: flex;
    flex-wrap: wrap;
    height: 280px;
}
.dtop a {
    width: 110px;
    margin: 10px 10px 0 0;
}
.dtop a:nth-child(3n) {
    margin-right: 0;
}
.dtop a:nth-child(-n+3) {
    margin-top: 0;
}
.dtop a .thum {
    width: 100%;
    height: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 100%;
}
.dtop a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.dtop a h3 {
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #000000;
}
.desc {
    margin-top: 20px;
    border-radius: 20px;
    background-color: rgba(63, 75, 185, 1);
    padding: 20px;
}
.desc .dec p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}

.detail_box {
    display: flex;
    align-items: center;
}
.detail_box .btns {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.detail_box .btns span {
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.detail_box .btns span i {
    font-size: 30px;
    color: #2c2c2c;
}
.detail_box .btns span:nth-child(1) {
    margin-bottom: 15px;
}
.show_main {
    height: 127px;
    width: 348px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 20px 15px;
}
.show_main ul {
    display: none;
    flex-wrap: wrap;
}
.show_main ul.active {
    display: flex;
}
.show_main ul li {
    padding-left: 10px;
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}
.show_main ul li:nth-child(-n+2) {
    margin-top: 10px;
}
.show_main ul li h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    padding-right: 10px;
}
.show_main ul li:nth-child(2n+1) {
    width: 40%;
}
.show_main ul li:nth-child(2n) {
    width: 60%;
}
.show_main ul li p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #919191;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.e .swiper-slide, .e .swiper-slide img {
    height: 334px;
    width: auto;
}
.get_app {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.get_app a {
    width: 540px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px rgba(85, 85, 85, 0.85);
    border-radius: 15px;
}
.get_app a:nth-child(1) {
    margin-right: 40px;
}
.get_app a i {
    font-size: 70px;
    color: #636363;
}
.get_app a .icon {
    margin-right: 15px;
}
.get_app a dt {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #636363;
}
.get_app a dd {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #636363;
}
.all {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.all a {
    width: 127.5px;
    margin: 20px 20px 0 0;
}
.all a:nth-child(8n) {
    margin-right: 0;
}
.all a:nth-child(-n+8) {
    margin-top: 0;
}
.all a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.all a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.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;
}
.no {
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}
.no img ,
.error img{
    width: 200px;
}
.no i {
    font-size: 200px;
}
.tit_sousuo h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #999999;
}
.cl {
    width: 270px;
    display: flex;
    flex-direction: column;
}
.cl .category {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.cl .category a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93px;
    border-bottom: 2px solid #000000;
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    color: #000000;
}
.cl .category a:nth-last-child(1) {
    border: none;
    
}
.cr {
    width: 800px;
}
.cr .c {
    display: flex;
    flex-wrap: wrap;
}
.cr .c a {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    margin: 20px 20px 0 0;
}
.cr .c a:nth-child(2n) {
    margin-right: 0;
}
.cr .c a:nth-child(-n+2) {
    margin-top: 0;
}
.cr .c a .thumm {
    width: 140px;
    height: 0;
    padding-bottom: 140px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.cr .c a .thumm img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.cr .c a dl {
    width: 200px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cr .c a dl dt {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #000000;
}
.cr .c a dl dd .layui-rate li i.layui-icon {
    font-size: 30px;
}
.t {
    padding: 20px;
}
.t .ttop {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    padding: 20px 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.t .ttop a {
    width: calc((100% - 50px)/6);
    margin: 10px 10px 0 0;
}
.t .ttop a:nth-child(6n) {
    margin-right: 0;
}
.t .ttop a:nth-child(-n+6) {
    margin-top: 0;
}
.t .ttop a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.t .ttop a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.t .ttop2 {
    display: flex;
    flex-wrap: wrap;
}
.t .ttop2 a {
    margin: 10px 10px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    padding: 10px;
    width: calc((100% - 30px)/4);
}
.t .ttop2 a:nth-child(4n) {
    margin-right: 0;
}
.t .ttop2 a:nth-child(-n+4) {
    margin-top: 0;
}
.t .ttop2 a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.t .ttop2 a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
section {
    min-height: calc((100vh - 245px));
}