@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/GoogleSans.woff2) format('woff2');
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/Roboto-Regular.woff2) format('woff2');
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: bold;
    src: url(../fonts/Roboto-Bold.woff2) format('woff2');
}
*
{
    box-sizing: border-box;
}
body
{
    font-family: Roboto,arial,sans-serif;
    font-size: 16px;
    line-height: 1.78;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
}
html
{
    font-size: 100%;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
p,
ul,ol
{
    margin: 0;
    padding: 0;
}
a
{
    cursor: pointer;
    text-decoration: none;

    color: #111;
}
a,
a:hover,
a:visited
{
    outline: none;
}
img
{
    max-width: 100%;

    transition: opacity ease .25s;
    vertical-align: middle;

    opacity: 1;
}
img[data-src]
{
    opacity: 0;
}
button
{
    border: none;
    background: none;
}
input:focus,
button:focus,
textarea
{
    outline: none;
}
::-webkit-input-placeholder
{
    color: #ccc;
}
::-moz-placeholder
{
    color: #ccc;
}
:-ms-input-placeholder
{
    color: #ccc;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section
{
    display: block;
}
li
{
    list-style: none;
}
.common-tl,.category-name,.info-name,.banner-tl,.category-link,.cate-tl,
.topic-mask-tl{
    font-family: 'GoogleSans', arial, sans-serif;
    font-weight: 500;
}
.content-des h3,.topic-item-tl{
    font-family: 'GoogleSans', arial, sans-serif;
}
.wrapper
{
    margin-right: 20px;
    margin-left: 20px;
    max-width: 1140px;
}
.ft-con{
    background-color: #333;
    padding: 32px 0;
    margin-top: 24px;
}
.ft-ls{
    text-align: center;
}
.ft-item{
    color: #fff;
    padding: 0 20px;
}
.home-header .header-con{
    background: none;
    position: absolute;
}
.header-con
{
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    /* border-bottom: 1px solid rgb(225, 231, 234); */
}
.header-rt{
    display: none;
}
.logo
{
    font-size: 16px;
    /* line-height: 48px; */

    position: relative;
    z-index: 1005;

    display: inline-block;

    color: #fff;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 172px;
    height: 36px;
    background-size: 172px 36px;
    margin-top: 6px;
    /* background-position-y: 4px; */
}
.breadcrumb{
    display: none;
}
.app-head{
    display: flex;
    align-items: center;
    margin: 16px 0 16px;
}
.app-logo{
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background-color: #f5f5f5;
    border-radius: 20%;
    /* margin-right: 12px; */
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.app-logo-pic{
    width: 100%;
}
.app-info{
    flex: 1;
    overflow: hidden;
    padding: 0 12px;
}
.app-title,.app-version{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-title{
    font-size: 18px;  
    margin-bottom: 5px;  
}
.app-version{
    line-height: 1.2;
}
.banner{
    position: relative;
    background-color: #01875f;
    height: 440px;
    /* padding: 16px 0; */
    overflow: hidden;

}
.banner-pic{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    opacity: .4;
    -webkit-filter: blur(10px);
}
.banner .wrapper{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.banner-tl{   
    text-align: center;
    font-size: 28px;
    /* font-size: 56px; */
    line-height: 1.2;
}
.banner-des{
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    margin: 8px 0 16px;
    /* font-size: 22px;
    margin-bottom: 32px; */
}
.banner-ls{
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    width: 100%;
}
.banner-item{
    width: 50%;
    padding-left: 16px;
    margin-bottom: 16px;
}
.banner-screen{
    width: 100%;
    object-fit: cover;
    height: 120px;
    /* height: 150px; */
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0 0 0 / 10%);
}
.topic-h-ls{
    display: flex;
    margin-left: -16px;
    flex-wrap: wrap;
}
.topic-h-item{
    /* width: 33.3333%; */
    width: 100%;
    padding-left: 16px;
    margin-top: 16px;
}
.topic-h-img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.topic-h-con{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.topic-mask{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: 0 16px;
    
}
.topic-mask-tl{
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 12px;
}
.trend{
    height: 280px;
    background-color: rgb(255, 243, 215);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*justify-content: space-between;
    */padding: 0 30px;
    flex-direction: column;
    margin-top: 16px;
}
.trend-img{
    /* max-width: 330px; */
    max-width: 160px;
}
.trend-tl{
    /* font-size: 28px; */
    font-size: 20px;
    text-align: center;
}
.trend-des{
    color: #5f6368;
    text-align: center;
}
.trend-re{
    display: none;
}
.category-ls{
    display: flex;
    margin-left: -16px;
    margin-top: 16px;
    flex-wrap: wrap;
    margin-top: -8px;
}
.category-item{
    padding-left: 16px;
    width: 50%;
    margin-top: 16px;
}
.category-con{
    width: 100%;
    background-color: rgb(215 233 255);
    border-radius: 16px;
    padding: 0 16px;
}
.category-item:nth-child(2) .category-con{
    background-color: rgb(241, 246, 244);
}
.category-item:nth-child(3) .category-con{
    background-color: rgb(255 243 215);
}
.category-item:nth-child(4) .category-con{
    background-color: rgb(233 227 255);
}
.category-link{
    height: 80px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.category-icon{
    display: none;
}
.rating{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    margin-top: 3px;
}
.rating-star{
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-bottom: 1px;
}
.section-tl{
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1.1;
    font-weight: 500;
}
.common-tl{
    font-size: 22px;
    line-height: 1.2;
    margin-top: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    justify-content: space-between;
}
.catepage .common-tl{
    justify-content: flex-start;
}
.icon-more{
    width: 16px;
    height: 16px;
}
.common-more{
    width: 36px;
    height: 36px;
    background-color: rgba(0 0 0 / 5%);
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.app-info-pc{
    display: none;
}

.app-info-mb{
    display: flex;
    margin-left: -32px;
    overflow: hidden;
}
.app-info-mb-item{
    margin-left: 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.app-info-mb-item::before{
    content: '';
    width: 1px;
    height: 10px;
    background-color: #e8eaed;
    display: block;
    margin-right: 16px;
}
.icon-app{
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.icon-game{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.category-name{
    margin-left: 32px;
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
}
.content-tl{
    font-size: 18px;
    margin-top: 16px;
}
.info-table{
    margin: 10px 0 12px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
}
.info-con{
    width: 50%;
    padding-left: 6px;
    margin-top: 6px;
}
.info-tr{
    border: 1px solid #e8eaed;
    padding: 6px 8px;
}
.info-td{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.4;
}
.info-txt{
    font-size: 14px;
    font-weight: 500;
    color: #5f6368;
}
.info-name{
    font-size: 15px;
    /* color: #5f6368; */
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.icon-18{
    width: 18px;
    height: 18px;
    /* margin-right: 3px; */
    fill: #000;
}
.info-txt-sm{
    margin-left: 3px;
    margin-right: 3px;
}
.icon-24{
    width: 24px;
    height: 24px;
}
.icon-48{
    width: 48px;
    height: 48px;
    margin-right: 8px;
}
.info-link{
    color: #01875f;
}
.shot-x{
    width: 100%;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    margin-bottom: 16px;
}
.shot-ls{
    overflow-x: auto;
    margin-top: 16px;
    /* padding: 3px; */
}
.shot-item{
    display: inline-block;
    padding-right: 8px;
    font-size: 12px;
    vertical-align: top;
    height: 204px;
    /* padding-left: 12px; */
}
.shot-pic{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    /* box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%); */
    border-radius: 8px;
}
/* .block-tl{
    font-size: 20px;
    line-height: 1.1;
    margin-top: 32px;
} */
.section-ls{
    display: flex;
    margin-left: -16px;
    flex-wrap: wrap;
    margin-top: -4px;
}
.section-item{
    padding-left: 16px;
    /* width: 50%; */
    margin-top: 16px;
    width: 100%;
}
.section-con{
    position: relative;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 4px 10px #ccc;
    *//*box-shadow: 0 2px 6px #ddd;
    */border-radius: 2px;
    /* padding: 12px 10px; */
    /* border: 1px solid #f8f8f8; */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.coverlink{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.section-cate{
    color: #5f6368;
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
.rating-score{
    font-size: 13px;
}
.section-logo{
    width: 72px;
    height: 72px;
    border-radius: 20%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.section-info{
    flex: 1;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.4;
}
.section-row{
    padding-left: 12px;
}
.section-name{
    font-size: 16px; 
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    font-weight: 500;
}
.bttab-ls{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    background-color: #fff;
    border-top: 1px solid #eee;
}
.icon20{
    width: 26px;
    height: 26px;
    fill: #333;
}
.bttab-item{
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.download-btn{
    background-color: #01875f;
    display: block;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-play{
    width: 28px;
    height: 28px;
    margin-right: 12px;
    margin-left: 12px;
    fill: #fff;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.pagination > li{
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    margin: 0 4px;
    border-radius: 3px;
}
.pagination > li > a, .pagination > li > span{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 40px;
}
.pagination > li.disabled span{
    color: #aaa;
}
.pagination > li.active{
    color: #01875f;
    border-color: #fff;
}

.page-title{
    font-size: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
}
.features .good{
    color: #01875f;
}
.features .bad{
    color: red;
}

.content-des h2,.content-des h3{
    font-size: 18px;
    margin-bottom: -5px;
    line-height: 1.4;
    margin-top: 18px;
}
.content-des a{
    color: rgb(21, 88, 214);
}
.content-des h2{
    font-size: 22px;
}
.content-des h3{
    position: relative;
    padding-left: 12px;
}
.content-des h3::before{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    top: 5px;
    width: 4px;
    display: block;
    background-color: #01875f;
    display: block;
    border-radius: 1px;
}
.content-des ul{
    margin-top: 12px;
}
.content-des h4{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.content-des ul li{
    position: relative;
    padding-left: 12px;
    line-height: 1.68;
    margin-top: 8px;
}
/* .content-des ul li strong{
    position: relative;
}
.content-des ul li strong::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    height: 6px;
    background-color: #ffedc3;
    z-index: -1;
} */
.content-des ul li::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
    top: 10px;
    left: 0;
}
/* .content-des h3{
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
} */
.content-des p{
    margin-top: 12px;
    line-height: 1.68;
}
.footer{
    background-color: rgb(241, 246, 244);
    margin-top: 24px;
}
.footer-con{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-link{
    margin-right: 16px;
}

.archivespage{
    min-height: calc(100vh - 200px);   
}
.page-tl{
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: -5px;
}
.archives-info{
    font-family: Arial, Helvetica, sans-serif;
}
.archives-info p{
    margin: 14px 0;
}
.archives-info h4{
    margin: 14px 0 -10px;
    font-size: 18px;
}
.archives-info h5{
    margin: 14px 0 -10px;
    font-size: 15px;
}
.archives-info ul{
    margin-left: 24px;
    margin-top: -5px;
}
.error{
    text-align: center;
    margin: 30px 0;
    font-size: 50px;
}
.topic-tl{
    font-size: 24px;
    line-height: 1.2;
    margin: 12px 0 6px;
}
.topic-app{
    border: 1px solid #ddd;
    /* display: flex; */
    padding: 12px;
    border-radius: 4px;
    /* align-items: center; */
    position: relative;
}
.topic-mb{
    display: flex;
    align-items: center;
}
.topic-logo{
    width: 96px;
    height: 96px;
    border-radius: 20%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-right: 12px;
}
.topic-btn{
    background-color: #01875f;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    width: 100%;
    display: block;
    margin-top: 16px;
}
.topic-item-tl{
    background-color: #f7f7f7;
    border-left: 4px solid #01875f;
    margin: 12px 0;
    font-size: 16px;
    padding: 8px 16px;
}
.nav-link{
    color: #01875f;
}
.topic-overview{
    font-size: 20px;
}
.nav-link{
    position: relative;
    display: block;
    padding: 4px 0;
}
.nav-link::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #01875f;
    display: inline-block;
    border-radius: 5px;
    margin-right: 12px;
}
.category-section{
    background-color: rgba(0, 0, 0, .015);
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 32px;
}
.cate-tl{
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-bottom: 1px solid #fff;
    background-color: rgba(1, 135, 95, 1);
    color: #fff;
    border-radius: 8px 8px 0 0;
    line-height: 48px;
    font-size: 22px;
}
.category-rt-ls{
    display: flex;
    flex-wrap: wrap;
    
    
    padding-bottom: 16px;
}
.category-rt-item{
    width: 50%;
    /* padding-left: 8px; */
    margin-top: 8px;
}
.category-rt-link{
    display: block;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 5px;
}
.icon-24{
    width: 24px;
    height: 24px;
    /* border-radius: 100%; */
    margin-right: 6px;
    
}
.cate-active{
    /* background-color: #01875f; */
    color: #01875f;
    font-weight: bold;
    text-decoration: underline;
    /* border-color: #01875f; */
}
@media screen and (min-width: 768px)
{
    .section-tl{
        margin-top: 48px;
        margin-bottom: 24px;
    }
    .shot-item{
        height: 296px;
    }
    .section-item{
        width: 50%;
    }
    .logo{
        font-size: 22px;
    }
    .topic-h-item{
        width: 33.3333%;
    }
}
@media screen and (min-width: 1024px)
{
    .wrapper{
        padding-left: 24px;
        padding-right: 24px;
    }
    .topicpage .topic-h-item{
        width: 50%;
    }
    .banner-tl{
        font-size: 56px;
    }
    .banner-des{
        font-size: 22px;
        margin-bottom: 32px;
    }
    .banner-item{
        width: 25%;
    }
    .banner-screen{
        height: 170px;
    }
    .topic-app{
        display: flex;
        align-items: center;
    }
    .topic-btn{
        width: 160px;
    }
    .topic-mb{
        flex: 1;
    }
    .hd-active{
        position: relative;
        color: #01875f;
    }
    .hd-active::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #01875f;
        display: block;
        border-radius: 3px 3px 0 0;
    }
    .app-info-mb{
        display: none;
    }
    .app-info-pc{
        display: flex;
    }
    .category-icon{
        width: 48px;
        height: 48px;
        display: block;
        background-color: rgba(0 0 0 / 5%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .trend{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .trend-img{
        max-width: 330px;
    }
    .trend-re{
        display: flex;
        margin-top: 16px;
        align-items: center;
        justify-content: center;
    }
    .trend-icon{
        width: 80px;
        height: 80px;
        border-radius: 20%;
        margin-left: 8px;
        margin-right: 8px;
        background-color: #fff;
    } 
    .trend-tl{
        font-size: 28px;
        text-align: left;
    }
    .trend-des{
        text-align: left;
    }
    .category-item{
        width: 25%;
    }
    .detailpage .content-rt{
        margin-top: -14px;
    }
    .homepage .section-item{
        width: 33.3333%;
    }
    .app-logo{
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
    }
    .app-title{
        font-size: 22px;

    }
    .info-con{
        width: 33.3333%;
    }
    .app-info-pc{
        display: flex;
        margin-left: -32px;
    }
    .app-info-pc-item{
        padding-left: 32px;
        padding-right: 32px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .app-info-pc-item::before{
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 24px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #e8eaed;
    }
    .app-info-pc-txt,.app-info-pc-info{
        display: block;
        text-align: center;
    }
    .app-info-pc-txt{
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .app-info-pc-info{
        color: #5f6368;
        font-size: 13px;
        line-height: 1.2;
    }
    .bttab-ls{
        display: none;
    }
    .content{
        display: flex;
        justify-content: space-between;
    }
    .content-lf{
        width: 728px;
        flex: 0 0 728px;
    }
    .content-rt{
        width: 300px;
    }
    .content-rt .section-con{
        flex-direction: row;
        border-width: 0;
        padding: 0;
    }
    .content-rt .section-row{
        flex: 1;
        padding-left: 12px;
    }
    .content-rt .section-logo{
        margin-bottom: 0;
    }
    .wrapper{
        margin: 0 auto;
    }
    .header-con{
        height: 64px;
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin-bottom: 24px; */
    }
    .header-rt{
        display: flex;
    }
    
    .category-name{
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    .detailpage .content-lf .section-item{
        width: 16.6666%;
    }
    .detailpage .content-lf .section-con{
        flex-direction: column;
    }
    .detailpage .content-lf .section-logo {
        width: 100%;
        height: 100%;
    }
    .detailpage .content-lf .section-info,
    .cate-index-ls .section-info{
        padding-left: 0;
        padding-right: 0;
        margin-top: 8px;
        width: 100%;
    }
    .catepage .section-logo{
        width: 100px;
        height: 100px;
    }
    .logo{
        color: #fff;
        margin-top: 0;
    }

    .logo,
    .ftlogo,
    .category-name{
        line-height: 64px;
    }
    .breadcrumb
    {
        line-height: 1.2;

        display: flex;
        overflow: hidden;

        margin-top: 18px;
        margin-left: -8px;

        white-space: nowrap;

        color: #bbb;
    }
    .breadcrumb a:hover
    {
        text-decoration: underline;
    }
    .breadcrumb span
    {
        font-size: 12px;

        padding-right: 8px;
        padding-left: 8px;

        color: #666;
    }
    .breadcrumb li > span
    {
        color: #01875f;
    }
    
    .content-rt .section-item{
        width: 100%;
    }
    .cate-index-ls .section-item{
        width: 16.6666%;    
    }
    .cate-index-ls .section-con{
        flex-direction: column;
    }
    .catepage .cate-index-ls .section-logo{
        width: 100%;
        height: 100%;
    }
    .section-con:hover::before{
        transition: all ease .25s;
        content: '';
        position: absolute;
        left: -8px;
        top: -8px;
        right: -8px;
        bottom: -8px;
        background-color: #f7f7f7;
        z-index: -1;
        border-radius: 8px;
    }
    .nav-link:hover{
        text-decoration: underline;
    }
    .topic-app:hover{
        background-color: rgba(0 0 0 / 2%);
    }
    .banner-screen:hover,.topic-h-con:hover{
        box-shadow: 0 8px 8px rgba(0 0 0 / 10%);
        transform: scale(1.02);
        transition: all ease-in .25s;
    }
    .category-con:hover .category-icon{
        transform: rotate(30deg);
        transition: all ease-in .25s;
    }
    .category-rt-link:hover{
        text-decoration: underline;
    }
}
