*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    /* background-color: #f5f8ff; */
}
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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
header {
    margin-bottom: 10px;
}
footer {
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
footer .bottom-container {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .bottom-container .icon {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
footer .bottom-container .icon i {
    font-size: 40px;
    color: #dbdbdb;
}
footer .bottom-container .icon i.active {
    color: #0063ff;
}
header .top-container .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
header .top-container .logo {
    height: 40px;
}
header .top-container .logo img {
    /* width: 100%; */
    height: 100%;
}
.box {
    margin-bottom: 15px;
}
.box:nth-last-child(1) {
    margin-bottom: 0;
}
.box .title {
    margin-bottom: 10px;
}
.box .title h3 {
    font-weight: 700;
    font-size: 20px;
    color: #121212;
}
.box .top a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 20px 10px 5px;
    margin-bottom: 10px;
}
.box .top a:nth-last-child(1) {
    margin-bottom: 0;
}
.box .top a .thum {
    width: 54px;
    height: 0;
    padding-bottom: 54px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.box .top a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.box .top a .detail ,
.box .recommend a  .detail ,
.category .detail {
    height: 54px;
    display: flex;
    align-items: center;
}
.category .detail {
    height: 35px;
}
.box .recommend a  .detail {
    align-items: flex-end;
    height: 40px;
   justify-content: center;
}
.box .top a .detail span ,
.box .recommend a  .detail span ,
.category .detail span {
    width: 65px;
    height: 30px;
    background-color: rgba(255, 140, 119, 1);
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.box .top a dl {
    width: calc(100% - 130px);
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.box .top a dl dt {
    font-weight: 700;
    font-size: 16px;
    color: #121212;
}
.box .popular a {
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.box .popular a .text {
    margin-bottom: 15px;
}
.box .popular a .text p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 12px;
    height: 56px;
    line-height: 14px;
}
.box .popular .info {
    display: flex;
    align-items: center;
}
.box .popular .info .thum {
    width: 40px;
    height: 0;
    padding-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}
.box .popular .info .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.box .popular .info h3 {
    width: 120px;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #121212;
}
.box .recommend {
    display: flex;
    flex-wrap: wrap;
}
.box .recommend a {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 20px;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}
.box .recommend a .thum {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
}
.box .recommend a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.box .recommend a .layui-rate {
    padding: 0;
}
.box .recommend a .layui-rate i {
    font-size: 12px;
    margin-right: 2px;
}
.box .recommend a:nth-child(3n) {
    margin-right: 0;
}
.box .recommend a:nth-child(-n+3) {
    margin-top: 0;
}
.banner_search_box,
.banner_list_box {
    display: none;
    width: 100vw;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    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: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    border-radius: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.banner_list {
    background-color: #fff;
    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;
}
.game {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.game .thum {
    width: 40px;
    height: 0;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-right: 20px;
}
.game .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.game h3 {
    width: 100px;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #121212;
}
.detail_box {
    padding: 10px 15px;
}
.detail_box .btns {
    width: 100%;
    height: 34px;
    border: 2px solid #bdbdbd;
    margin: 0px auto;
    border-radius: 30px;
    display: flex;
    margin-bottom: 20px;
}
.detail_box .btns span {
    display: flex;
    width: 50%;
    height: 30px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}
.detail_box .btns span.active {
    background-color: #bdbdbd;
}
.detail_box .btns span.active i {
    color: #fff;
}
.detail_box .btns span i {
    color: #dbdbdb;
    font-size: 24px;
}
.show_main ul.active {
    display: flex;
}
.show_main ul {
    display: none;
    flex-wrap: wrap;
}
.show_main ul li:nth-child(-n+2) {
    margin-top: 0;
}
.show_main ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    justify-content: center;
    border-radius: 20px;
}
.show_main ul li:nth-child(2n) {
    margin-right: 0;
}
.show_main ul li h4 {
    font-weight: 700;
    font-size: 12px;
    color: #585858;

}
.show_main ul li:nth-child(2) h4 {
    width: 87px;
}
.show_main ul li p {
    margin-left: 5px;
    font-size: 12px;
    color: #A2A2A2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgs_box .thum {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 5px;
    position: relative;
}
.imgs_box .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.imgs_box {
    margin-bottom: 20px;
}
.desc {
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.desc .dec p ,
.desc .dec p a {
    font-weight: 400;
    font-size: 12px;
    color: #333;
}
.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;
}
.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;
}
.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;
}
.more {
    display: flex;
    flex-wrap: wrap;
}
.more a {
    margin: 10px 10px 0 0;
    width: calc((100% - 20px)/3);
}
.more a:nth-child(-n+3) {
    margin-top: 0px;
}
.more a:nth-child(3n) {
    margin-right: 0px;
}
.more a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
}
.more a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.more a p {
    width: calc(100% - 20px);
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #121212;
}
.category a {
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.category a:nth-last-child(1) {
    margin-bottom: 0;
}
.category a dl {
    width: calc(100% - 65px);
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.category a dl dt {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #121212;
}
.category a dl dd {
    font-weight: 400;
    font-size: 12px;
    color: #121212;
}
.all ,
.tg {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
}
.all a {
    display: block;
    width: calc((100% - 30px)/4);
    margin: 10px 10px 0 0;
}
.tg a {
    display: block;
    width: calc((100% - 20px)/3);
    margin: 10px 10px 0 0;
}
.all a:nth-child(4n) ,
.tg a:nth-child(3n){
    margin-right: 0px;
}
.all a:nth-child(-n+4) ,
.tg a:nth-child(-n+3){
    margin-top: 0px;
}
.all a .thum ,
.tg a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.all a .thum img ,
.tg a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.all a p {
    margin: 5px 5px 0 5px;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ys a {
    display: block;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #121212;
}   
section {
    min-height: calc(100vh - 140px);
}
.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;
}
.sousuo_title {
    margin-bottom: 10px;
}
.sousuo_title h3 {
    font-weight: 700;
    font-size: 17px;
    color: #999999;
}
.button-container {
    display: none;
}
nav ,
header .top-container .search {
    display: none;
}
@media screen and (min-width: 1200px) {
    .container ,
    .top-container,
    .bottom-container   {
        margin: 0 auto;
        width: 1200px;
    }
    .box .top a ,
    .box .popular a {
        margin-bottom: 0;
    }
    .top , 
    .popular ,
    .more {
        display: flex;
        flex-wrap: wrap;
    }
    .top a ,
    .popular a {
        width: calc((100% - 20px)/3);
        margin: 10px 10px 0 0;
    }
    .more a ,
    .all a {
        width: calc((100% - 70px)/8);
        margin: 10px 10px 0 0;
    }
    .top a:nth-child(3n) ,
    .popular a:nth-child(3n) {
        margin-right: 0;
    }
    .top a:nth-child(-n+3) ,
    .popular a:nth-child(-n+3){
        margin-top: 0;
    }
    .box .recommend a {
        width: calc((100% - 50px)/6);
        display: flex;
        padding: 20px 40px;
        flex-direction: column;
    }
    .box .recommend a:nth-child(3n) ,
    .more a:nth-child(3n) ,
    .all a:nth-child(4n)
    {
        margin-right: 10px;
    }
    .box .recommend a:nth-child(6n) ,
    .all a:nth-child(8n)
    {
        margin-right: 0;
    }
    .all a p {
        text-align: center;
    }
    .box .recommend a:nth-child(-n+6) {
        margin-top: 0;
    }
    .more a:nth-child(-n+8) ,
    .all a:nth-child(-n+8) {
        margin-top: 0;
    }
    .more a:nth-child(8n){
        margin-right: 0;
    }
    .recommend a>.layui-inline {
        display: flex;
        margin: 10px auto 0;
    }
    .dichotomy ,
    .columns {
        display: flex;
        justify-content: space-between;
    }
    .dichotomy .left {
        width: 730px;
    }
    .dichotomy .right {
        width: 440px;
    }
    .md {
        margin-left: 20px;
    }
    .detail_box {
        padding: 10px 0;
    }
    .right .top a {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .right .top a:nth-last-child(1) {
        margin-bottom: 0;
    }
    footer .bottom-container {
        display: none;
    }
    .button-container {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 90px;
    }
    .button-container a {
        font-size: 20px;
        color: #333;
    }
    .get_app {
        flex-direction: row;
    }
    .box .title {
        margin-top: 20px;
    }
    .box .title h3 {
        font-size: 30px;
    }
    .desc {
        padding: 20px;
    }
    .desc .dec p ,
    .desc .dec p a {
        font-size: 16px;
        color: #333;
    }
    .category {
        display: flex;
        flex-wrap: wrap;
    }
    .category a {
        width: calc((100% - 40px)/3);
        margin: 20px 20px 0 0;
        align-items: center;
    }
    .category a:nth-child(3n) {
        margin-right: 0;
    }
    .category a dl {
        height: auto;
    }
    .category a dl dt {
        font-size: 20px;
    }
    .category a dl p {
        margin-top: 10px;
        font-size: 16px;
    }
    footer {
        margin-top: 20px;
    }
    header .top-container .icon {
        display: none;
    }
    nav {
        display: flex;
    }
    nav a {
        font-size: 16px;
        color: 333;
        margin: 0 20px;
    }
    header .top-container .search {
        display: block;
        width: 280px;
        height: 35px;
        background-color: #fff;
        border-radius: 28px;
        border: 2px solid #000;
    }
    header .top-container .search form {
        position: relative;
        height: 28px;
    }
    header .top-container .search form input {
        appearance: none;
        outline: none;
        background: transparent;
        margin-top: auto;
        margin-bottom: auto;
        border: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        width: 100%;
        padding:2px 50px 2px 10px;
    }
    header .top-container .search form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 31px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        background-color: #fff;
    }
}
