.youmu-app dl {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #81d7d0
}

.youmu-app dt,
.youmu-app dd {
    float: left;
    line-height: 25px;
    text-align: center
}

.youmu-app dt {
    width: 12%;
    color: #000;
    font-size: 16px
}

.youmu-app dd {
    width: 11%;
    font-size: 16px
}

.youmu-app dt a {
    color: #FFF
}

.youmu-app dd a {
    color: #FFF
}


.area {
    margin: 0 auto;
    width: 60%;
    margin: 0 auto;
    overflow: hidden
}

@media(max-width: 600px) {
    .area {
        margin: 0 auto;
        width: 97%;
        margin: 0 auto;
        overflow: hidden
    }

    .youmu-app dl {
        padding: 6px 0
    }

    .youmu-app dt {
        width: 17%;
        line-height: 40px;
        font-size: 14px;
        font-weight: 700
    }

    .youmu-app dd {
        width: 20.5%;
        line-height: 23px;
        font-size: 14px
    }

    .youmu-app dt:after {
        margin: 16px 2.6% 0
    }

    .youmu-app .first {
        border-top: 0
    }
}

@media screen and (max-width: 375px) {
    .youmu-app dd {
        width: 20.5%;
        line-height: 23px;
        font-size: 12px
    }

    .youmu-app dt {
        width: 17%;
        line-height: 45px;
        font-size: 12px;
        font-weight: 700
    }

    .youmu-app dd {
        width: 20.5%;
        line-height: 23px;
        font-size: 12px
    }

    .youmu-app dt:after {
        margin: 16px 1.6% 0
    }
}

.btn-sort-wrapper a {
    display: inline-block;
    text-align: center;
    border: 1px solid #81d7d0;
    color: #949494;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 6px;
    padding: 8px 9px;
    margin-right: 5px;
    white-space: nowrap;
}

.btn-sort-wrapper a:hover {
    background: #81d7d0;
    color: #000;
}

@media screen and (max-width:768px) {
    .btn-sort-wrapper {
        margin: 10px;
    }
}

.word {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; font-size: 120px;

}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
    padding: 2px;
}

.grid-item {
    background-color: #2e2e2e;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    margin: 2px;
    border-radius: 10px;
}

.grid-item a {
    text-decoration: none;
    color: #FFF;
}

.row6 {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1400px) {
    .grid-item {
        font-size: 16px;
    }

    .grid-container {
        grid-template-columns: auto auto auto auto auto auto;
    }

}


@media only screen and (max-width: 500px) {
    .grid-item {
        font-size: 14px;
    }

    .grid-container {
        grid-template-columns: auto auto auto auto;
    }

}

.custom-sort-panel .main-title-name {
    margin-top: 20;
    margin-bottom: 10px;
}

.custom-sort-panel a {
    display: block;
}

.btn-sort-wrapper1 {
    margin-bottom: 50px;
}

.custom-sort-panel {
    margin-top: 50px;
}

.link_bth {
    border-style: double;
    color: #FFF;
    border: #000000 1px solid;
    text-align: center;
    border-radius: 0.5rem;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: auto;
    font-size: 16px;
}
.mb-1{
    margin-bottom:10px;
}
.mb-2{
    margin-bottom:20px;
}
.mb-3{
    margin-bottom:30px;
}
.mb-4{
    margin-bottom:40px;
}
.mb-5{
    margin-bottom:50px;
}
.mt-1{
    margin-top:10px;
}
.mt-2{
    margin-top:20px;
}
.mt-3{
    margin-top:30px;
}
.mt-4{
    margin-top:40px;
}
.mt-5{
    margin-top:50px;
}
.my-1{
    margin-top:10px;
    margin-bottom:10px;
}
.my-2{
    margin-top:20px;
    margin-bottom:20px;
}
.my-3{
    margin-top:30px;
    margin-bottom:30px;
}
.my-4{
    margin-top:40px;
    margin-bottom:40px;
}
.my-5{
    margin-top:50px;
    margin-bottom:50px;
}
.mx-1{
    margin-left:10px;
    margin-right:10px;
}
.mx-2{
    margin-left:20px;
    margin-right:20px;
}
.mx-3{
    margin-left:30px;
    margin-right:30px;
}
.mx-4{
    margin-left:40px;
    margin-right:40px;
}
.mx-5{
    margin-left:50px;
    margin-right:50px;
}
.m-auto{
    margin:auto;
}
.mx-auto{
    margin-left:auto;
    margin-right:auto;
}


.p-1{
    padding:10px;
}
.p-2{
    padding:20px;
}
.p-3{
    padding:30px;
}
.p-4{
    padding:40px;
}
.p-5{
    padding:50px;
}


.h-100{
    height:100% !important;
}
.w-50{
    width: 50% !important;
}
.w-100{
    width:100% !important;
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}

.index-grid-image{
    width:100px;
}
.type-text{
    font-size:12px;
}

.footer{
    padding: 30px 0;
}
.ads{
    overflow: hidden;
    position: relative;
    z-index: 0;
}
/* Edit */
.page-tags-box>*>*{
    padding: 0 10px;
}

@media screen and (max-width: 920px){
    .index-grid-image{
        width:70px;
    }
}
/* Swiper */
			
				  
.swiper {
    width: 100%;
    height: 100%;
}

.rounded{
    border-radius: 5px;
    overflow: hidden;
}

.swiper-ads .swiper-slide{
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-ads .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Ads */
.square_300{
    display: block;
    width: 300px;
    height: 300px;
}
.ads_300_100{
    width: 300px;
    height: 100px;
}
.ads_300_250{
    width: 300px;
    height: 250px;
}
.ads_728_90{
    width: 728px;
    height: 90px;
}

.of-cover{
    object-fit: cover !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
}

.of-contain{
    object-fit: contain !important;
    background-size: contain !important;
    width: 100%;
    height: 100%;
}
.overflow-hidden{
    overflow:hidden !important;
}

/* reponsive */
@media all and (min-width:768px) and (max-width: 9999px) {

    .mobile-only{
        display: none;
    }
    .desktop-only{
        display: block;
    }
  }
  
@media all and (min-width:0px) and (max-width: 768px) {

    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
}
/* Common */
.text-center{
    text-align: center;
}
.my-3{margin-top:30px;margin-bottom: 30px;}

.block_title{
    font-size: 1.6rem;
    font-weight: bold;
}

/* 友連模組 */
.custom_link {
    display: grid;
}
.grid-container {
    grid-template-columns: auto auto auto auto auto auto auto auto;
}

@media only screen and (max-width: 1400px){
    .grid-container {
        grid-template-columns: auto auto auto auto;
    }
}



/* 橫幅 */

.banner-grid-container{
    display: grid;
    /* grid-template-columns: auto auto; */
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 500px){
    .banner-grid-container {
        grid-template-columns: auto;
    }
    .banner-grid-item{
        height:70px;
    }
}
.banner-grid-item{
    text-align: center;
}

.banner-grid-item a{
    display: block;
    height: 100%;
}

.banner-grid-item img{
    width: 100%;
    height: 100%;
}


/* 友連 */
.custom_link-wrapper{
    margin-top: 30px;
    margin-bottom: 30px;
}
.custom_link .grid-item{
    background-color: #2e2e2e;
    padding: 5px;
    font-size: 20px;
    margin: 2px;
    border-radius: 10px;
}
@media only screen and (max-width: 500px){
    .custom_link .grid-item{
        font-size: 14px;
    }
}


.block_link{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* App 圖標 */
.block_app{
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block_app img{
    border-radius: 30%; 
    width: 60px;
    height: 60px;
    object-fit: cover;
    /* border: 5px solid gray; */
}
.block_app_item{
    display: block;
}
.block_app_item_title{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color:black;
}
.block_app_item_image{
    margin: 5px;
}
