*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background-color: rgba(5, 14, 33, 1);
}
ul,ol{list-style:none}
a{text-decoration:none} 
h1,h2,h3,h4,h5,h6{font-weight:500}
button{
    border:none;
    outline:none
}
body.act{overflow:hidden}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}
.container, .top-container, .bottom-container {
    width: calc(100% - 20px);
    margin: 0 auto;
}
header .top-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 43px;
    background-color: rgba(30, 42, 69, 1);
}
header .top-container .icon i {
    font-size: 30px;
    color: #FFFFFF;
}
header {
    margin-bottom: 10px;
}
header .top-container .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
header .top-container .logo {
    height: 36px;
}
header .top-container .logo img {
    height: 100%;
}
section {
    min-height: calc(100vh - 140px);
}
footer {margin-top: 10px;}
footer .bottom-container {
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background-color: #1d2a45;
}
footer .bottom-container .icon {
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 43px;
    overflow: hidden;
}
footer .bottom-container .icon i {
    color: #dbdbdb;
}
footer .bottom-container .icon.active {
    background-color: #8BEE6C;
}
footer .bottom-container .icon.active i {
    color: #fff;
}
.box {
    margin-bottom: 15px;
}
.box:nth-last-child(1) {
    margin-bottom: 0;
}
.box .title {
    margin-bottom: 10px;
}
.box .title h3 {
    display: inline-block;
    padding: 0 30px;
    background: linear-gradient(180deg, rgba(139, 238, 108, 1) 0%, rgba(5, 14, 33, 1) 99%);
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.top a {
    display: flex;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #1d2a45;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
}
.top a:nth-last-child(1) {
    margin-bottom: 0;
}
.top a .thum {
    width: 89px;
    height: 0;
    padding-bottom: 89px;
    border-radius: 50%;
    border: 3px solid rgba(5, 14, 33, 1);
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: content-box;
}
.top a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top a dl {
    width: calc(100% - 115px);
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: space-between;
}
.top a dl dt {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}
.top a dl dd {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF
}
.top a dl dd span {
    color: #8BEE6C;
}
.top a .tag {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgba(139, 238, 108, 1);
}
.top a .tag span {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
}
.popular {
    display: flex;
    flex-wrap: wrap;
}
.popular a {
    margin: 15px 10px 0 0;
    width: calc(50% - 5px);
    padding: 10px;
    background-color: #1d2a45;
    border-radius: 20px;
    position: relative;
}
.popular a:nth-child(2n) {
    margin-right: 0;
}
.popular a:nth-child(-n+2) {
    margin-top: 0;
}
.popular a .thum {
    width: 100%;
    height: 0%;
    position: relative;
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.popular a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.popular dl dt {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.popular dl dd {
    text-align: center;
}
.popular dl dd span {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-decoration: underline;
    color: #8BEE6C;
}
.recommend a {
    padding: 10px;
    border-radius: 20px;
    background-color: #1d2a45;
    display: flex;
    margin-bottom: 15px;
}
.recommend a:nth-last-child(1) {
    margin-bottom: 0;
}
.recommend a .thum {
    width: 90px;
    height: 0;
    padding-bottom: 90px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.recommend a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.recommend a .info {
    width: calc(100% - 100px);
}
.recommend a .info .tf {
    display: flex;
    align-items: center;
}
.recommend a .info .text {
    margin-bottom: 10px;
}
.recommend a .info .text p {
    font-size: 12px;
    color: #FFFFFF;
    height: 48px;
    line-height: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.recommend a .info .tf h3 {
    font-weight: 700;
    font-size: 14px;
    color: #8BEE6C;
    width: 120px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend a .info .tf .f i::before {
    content: "\e67a";
    color: #8BEE6C;
    font-size: 15px;
}
.recommend a .info .tf .f span {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #8BEE6C;
}
.game {
    display: flex
}
.game .thum {
    width: 65px;
    height: 0;
    padding-bottom: 65px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.game .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.game dl {
    width: calc(100% - 80px);
}
.game dl {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 65px;
}
.game dl dt {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game .layui-rate li i.layui-icon {
    color: #8BEE6C;
}
.detail_box {
    position: relative;
}
.detail_box .btns span {
    width: 96px;
    height: 96px;
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    background-color: #1d2a45;
    border-radius: 76px;
    border: 10px solid rgba(5, 14, 33, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_box .btns span {
    display: flex;
}
.detail_box .btns span.active {
    display: none;
}
.detail_box .btns span i {
    font-size: 50px;
    color: #dbdbdb;
}
.detail_box .show_main ul {
    display: none;
    flex-wrap: wrap;
}
.detail_box .show_main ul.active {
    display: flex;
}
.detail_box .show_main ul li {
    width: calc(50% - 5px);
    height: 120px;
    border-radius: 20px;
    background-color: #1d2a45;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 0 0;
}
.detail_box .show_main ul li h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
}
.detail_box .show_main ul li p {
    font-size: 12px;
    color: #FFFFFF;
}
.detail_box .show_main ul li:nth-child(2n) {
    margin-right: 0;
}
.detail_box .show_main ul li:nth-child(-n+2) {
    margin-top: 0;
}
.imgs_box {
    border-radius: 20px;
    background-color: #1d2a45;
    padding: 20px;
}
.imgs_box .thum {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 5px;
    position: relative;
    border-radius: 10px;
}
.imgs_box .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.desc {
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #1d2a45;
}
.desc .dec p ,
.desc .dec p a {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.get_app {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #1d2a45;
}
.get_app a {
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}
.get_app a .icon {
    margin-right: 20px;
}
.get_app .icon i {
    font-size: 26px;
    color: #636363;
}
.get_app a h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #636363;
}
.get_app a p {
    font-size: 14px;
    color: #636363;
}
.category {
    display: flex;
    flex-wrap: wrap;
}
.category a {
    width: calc(50% - 5px);
    margin: 20px 10px 0 0;
    background-color: #1d2a45;
    border-radius: 40px;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category a:nth-child(2n) {
    margin-right: 0;
}
.category a:nth-child(-n+2) {
    margin-top: 0;
}
.category a h3 {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.category a span {
    font-weight: 400;
    font-style: oblique;
    font-size: 12px;
    text-decoration: underline;
    color: #8BEE6C;
}
.all {
    display: flex;
    flex-wrap: wrap;
}
.all a {
    width: calc((100% - 20px)/3);
    margin: 10px 10px 0 0;
    position: relative;
}
.all a:nth-child(3n) {
    margin-right: 0;
}
.all a:nth-child(-n+3) {
    margin-top: 0;
}
.all a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.all a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.all a p {
    border-radius: 24px;
    width: 80%;
    line-height: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #050E21;
    text-align: center;
}
.sousuo_title {
    margin-bottom: 10px;
}
.sousuo_title h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #999999;
}
.ys {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.ys a {
    font-weight: 700;
    font-style: oblique;
    font-size: 16px;
    text-decoration: underline;
    color: #8BEE6C;
}
.banner_search_box,
.banner_list_box {
    display: none;
    width: 100vw;
    height: calc(100vh - 43px);
    position: fixed;
    top: 43px;
    z-index: 10;
    background-color: rgba(0, 0, 0, .3);
}
.banner_search_box.active {
    display: block;
}
.banner_search .searrch_box {
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.banner_search .searrch_box form {
    height: 100%;
}
.banner_search .searrch_box input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    outline: none;
    border: 1px solid #f2f2f2;
    text-indent: 1em;
    background: #fff;
    font-size: 14px;
}
.banner_list .tags a {
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;;
}
.banner_list {
    background-color: #1d2a45;
    width: 263px;
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 10px;
    /* border: 1px solid #f5f5f5; */
    position: absolute;
    top: 5px;
    left: 5px;
}
.banner_list_box.active {
    display: block;
}
.exception {
    width: 100%;
    height: calc(100vh - 140px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.no {
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}
.exception i ,
.no i {
    font-size: 200px;
    color: #c8c8c8;
}
