html {
    overflow-x: hidden
}

[v-cloak] {
    display: none
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: "Noto Serif TC", serif, "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif
}

body {
    /* -webkit-overflow-scrolling: touch; */
    background-attachment: fixed;
    background-size: 100% auto;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;

    background-image: url(../images/bg-m.png);
    background-color: rgba(255, 255, 255, 0.6);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.wrap {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1025px) {
    body.fixed {
        overflow: hidden
    }
}

#Renta2022Ranking header {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* position: fixed; */
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99
}
#Renta2022Ranking header.active {
    position:fixed;
    background-color: #FFFFF0;
}

#Renta2022Ranking header::before {
    position: fixed;
    /* background: transparent linear-gradient(180deg, var(--unnamed-color-ffffff) 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box; */

    content: '';
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

#Renta2022Ranking header .logo {
    width: 130px;
    height: 30px;
    background: url(https://static.myrenta.com/modules/layout/images/logo.svg) no-repeat center center;
    background-size: contain;
    display: block;
    position: relative;
    z-index: 1
}

#Renta2022Ranking header .btn-ham {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1
}

#Renta2022Ranking header .btn-ham.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px
}

#Renta2022Ranking header .btn-ham.active span:nth-child(2) {
    display: none
}

#Renta2022Ranking header .btn-ham.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    bottom: auto
}

#Renta2022Ranking header .btn-ham span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #745B44;
    height: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#Renta2022Ranking header .btn-ham span:nth-child(1) {
    top: 2.5px
}

#Renta2022Ranking header .btn-ham span:nth-child(2) {
    top: 50%;
    margin-top: -1.5px
}

#Renta2022Ranking header .btn-ham span:nth-child(3) {
    bottom: 2.5px
}

#Renta2022Ranking header #menu {
    position: fixed;
    /* width: 100%;
    height: 100%; */
    left: 0;
    right:0;
    top: 50px;
    bottom:0;
    background: url(../images/bg-m.png) no-repeat center top;
    background-size: 100% auto;
    z-index: 10;
    /* padding-top: 50px; */
    display: none
}

#Renta2022Ranking header #menu.active {
    display: block
}

#Renta2022Ranking header #menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    height: calc(90vh - 50px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#Renta2022Ranking header #menu .menu li {
    width: 100%;
    text-align: center;
    font-weight: bold
}

#Renta2022Ranking header #menu .menu li.menu-item a {
    font-size: 0;
    width: 200px;
    height: 80px;
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

#Renta2022Ranking header #menu .menu li.menu-item:nth-child(1) a {
    background-image: url(../images/title-comic.png)
}

#Renta2022Ranking header #menu .menu li.menu-item:nth-child(2) a {
    background-image: url(../images/title-novel.png)
}

#Renta2022Ranking header #menu .menu li.menu-item:nth-child(3) a {
    background-image: url(../images/title-rank.png)
}

#Renta2022Ranking header #menu .menu li.share {
    width: auto;
    margin: 0 auto;
    border-radius: 36px;
    border: 1px solid #f5e09e;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 20px
}

#Renta2022Ranking header #menu .menu li.share span,
#Renta2022Ranking header #menu .menu li.share a {
    display: inline-block;
    vertical-align: top
}

#Renta2022Ranking header #menu .menu li.share a {
    width: 24px;
    height: 24px;
    margin: 0 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

#Renta2022Ranking header #menu .menu li.share a.line {
    background-image: url(../images/share_line.svg)
}

#Renta2022Ranking header #menu .menu li.share a.plurk {
    background-image: url(../images/share_plurk.svg)
}

#Renta2022Ranking header #menu .menu li.share a.fb {
    background-image: url(../images/share_fb.svg)
}

/* #Renta2022Ranking #container {
    display:none;
}

#Renta2022Ranking #container:active {
    display:block;
} */

#Renta2022Ranking #banner {
    position: relative;
    overflow: hidden;
    width: 90vw;
    height: 90vw;

    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kv {
    -webkit-animation-name: rotate;
    -webkit-animation-duration:60s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration:60s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
  }
  
  @-webkit-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {  -webkit-transform:rotate(360deg);}
  }
  
  @-moz-keyframes rotate {
    from {-moz-transform:rotate(0deg);}
    to {  -moz-transform:rotate(360deg);}
  }

#Renta2022Ranking #banner #kv{
    position:absolute;
    width: 90vw;
    height: 90vw;
    background-image: url(../images/kv-m2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;

}

#Renta2022Ranking #banner img{
    width:90%;
    max-width: 800px;
    z-index:1;
}

#Renta2022Ranking .tab-section {
    display: none
}

#Renta2022Ranking .tab-section.active {
    display: block
}

#Renta2022Ranking .tab-section .section {
    padding-top: 65px
}

#Renta2022Ranking .tab-section .title {
    width: 245px;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 0
}

#Renta2022Ranking .tab-section .sub-title1 {
    /* width:400px;
    height:120px; */
}

#Renta2022Ranking .tab-section .sub-title1 img {
    width: 100%; max-width:600px;
}
#Renta2022Ranking .tab-section .sub-title1 .divider {
    display:none;
}

#Renta2022Ranking .tab-section .sub-title {
    font-size: 30px;
    text-shadow: 0 0 6px #ffb400;
    line-height: 1;
    color: #ffe97b;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -20px
}

#Renta2022Ranking .tab-section .sub-title .box {
    display: inline-block;
    position: relative;
    height: 127px;
    padding-left: 100px;
    text-align: left
}

#Renta2022Ranking .tab-section .sub-title .box::before {
    width: 130px;
    height: 115px;
    content: '';
    position: absolute;
    left: -20px;
    top: -24px;
    background: url(../images/sub_title.png) no-repeat center center;
    background-size: contain
}

#Renta2022Ranking .tab-section .sub-title .box p {
    margin: 0
}

#Renta2022Ranking .tab-section .sub-title .box .sm {
    font-size: 14px;
    margin-bottom: 5px
}

#Renta2022Ranking .tab-section .sub-title .box .lg {
    font-size: 44px
}

#Renta2022Ranking .tab-section .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#Renta2022Ranking .tab-section .gallery .card {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

#Renta2022Ranking .tab-section .gallery .card:first-child {
    width: 100%
}

#Renta2022Ranking .tab-section .gallery .card:first-child .no {
    font-size: 60px;
    margin-left: -8px
}

#Renta2022Ranking .tab-section .gallery .card:first-child a {
    width: calc(100vw - 95px)
}

#Renta2022Ranking .tab-section .gallery .card:first-child a .img {
    height: calc((100vw - 95px) * 660 / 464)
}

#Renta2022Ranking .tab-section .gallery .card .no {
    font-size: 30px;
    font-weight: bold;
    color: #f5e09e;
    -webkit-text-stroke: 1px #ff9c06;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-top: -5px;
    padding: 0 10px
}

#Renta2022Ranking .tab-section .gallery .card .no::after {
    background-color: #f5e09e;
    width: 1px;
    height: 100%;
    content: '';
    margin-top: 10px
}

#Renta2022Ranking .tab-section .gallery .card a {
    display: block;
    width: calc(50vw - 60px)
}

#Renta2022Ranking .tab-section .gallery .card a .img {
    width: 100%;
    height: calc((50vw - 60px) * 660 / 464);
    border-radius: 5px;
    border: 6px solid #f5e09e;
    background-size: cover;
    margin-bottom: 15px
}

#Renta2022Ranking .tab-section .gallery .card a .text .name {
    font-size: 16px;
    margin: 0 0 5px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
}

#Renta2022Ranking .tab-section .gallery .card a .text .author {
    color: #745b44;
    font-size: 14px;
    margin: 0;
    line-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Renta2022Ranking .tab-section .btn-block .btn {
    text-align: center;
    color: rgba(0, 0, 0);
    font-size: 16px;
    display: block;
    background-color: #f5e09e;
    border-radius: 10px;
    border: 1px solid #f5e09e;
    padding: 10px;
    font-weight: bold
}

/*
#Renta2022Ranking .tab-section .btn-block .btn::after {
    content: '';
    width: 7px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 10px
} 

#Renta2022Ranking .tab-section .btn-block .btn.btn-back::before {
    content: '';
    width: 7px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 6px;
    margin-right: 10px
}
*/

#Renta2022Ranking .tab-section .btn-block .btn.btn-back::after {
    display: none
}

#Renta2022Ranking .tab-section .galleryList:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both
}

#Renta2022Ranking .tab-section .galleryList .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

#Renta2022Ranking .tab-section .galleryList .card .no {
    font-size: 26px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #fd7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-top: -5px;
    padding: 0 10px
}

#Renta2022Ranking .tab-section .galleryList .card .no::after {
    background-color: #f5e09e;
    width: 1px;
    height: 100%;
    content: '';
    margin-top: 10px
}

#Renta2022Ranking .tab-section .galleryList .card .box {
    width: calc(100vw - 80px)
}


#Renta2022Ranking .tab-section .galleryList .card .box .img {
    width: 45%;
    height: calc(36vw * 660 / 464);
    border-radius: 5px;
    border: 1px solid #fd7;
    background-size: cover;
    float: left;
    margin-right: 10px;
    display: block;
    z-index: 5;
}

#Renta2022Ranking .tab-section .galleryList .card .box .text{
    margin-left:50%;
}

#Renta2022Ranking .tab-section .galleryList .card .box .text .name {
    color:2d1805;
    font-size: 16px;
    margin: 0 0 5px
}

#Renta2022Ranking .tab-section .galleryList .card .box .text .author {
    color: #745b44;
    font-size: 14px;
    margin: 0 0 5px
}

#Renta2022Ranking .tab-section .galleryList .card .box .text .content {
    color: #333333;
    font-size: 12px;
    margin: 0
}

#Renta2022Ranking .tab-section .rankingList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: calc((100vw - 40px) * 164 / 260);
    border: 1px solid #fd7;
    -webkit-box-shadow: 0 0 5px #ffb400;
    box-shadow: 0 0 5px #ffb400;
    margin-bottom: 30px
}

#Renta2022Ranking .tab-section .rankingList a .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

#Renta2022Ranking .tab-section .rankingList a::after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.7)
}

#Renta2022Ranking .tab-section .rankingList a img {
    position: relative;
    z-index: 5
}

#Renta2022Ranking #comic .title,
#Renta2022Ranking #comicPage .title {
    background-image: url(../images/title-comic.png)
}

#Renta2022Ranking #novel .title,
#Renta2022Ranking #novelPage .title {
    background-image: url(../images/title-novel.png)
}

#Renta2022Ranking #ranking .title {
    background-image: url(../images/title-rank.png)
}

#Renta2022Ranking footer {
    margin-top:60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
    color:#333333;
    /* background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%); */
    font-size: 12px;
    text-align: center;
    line-height: 1.6
}

#Renta2022Ranking .btn-top {
    /* width: 50px;
    height: 50px; */
    text-align: center;
    display: none;
    position: fixed;
    right: 0;
    bottom: 10%;
    /* background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fd7; */
    background-color: #f5b7c9;
    opacity: 0.5;
    font-size: 14px;
    line-height: 45px;
    z-index: 90;
    border-radius: 25px;
/* 
    transform: matrix(0, 1, -1, 0, 0, 0); */
}

@media (min-width: 769px) {
    body {
        background-image: url(../images/bg1-m2.png)
    }
    #Renta2022Ranking #banner {
        position: relative;
        overflow: hidden;
        width: 60vw;
        height: 60vw;

        margin:0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #Renta2022Ranking #banner #kv{
        position:absolute;
        width: 60vw;
        height: 60vw;
        background-image: url(../images/kv-m.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    
    }
    /* #Renta2022Ranking #banner {
        height: calc(100vw * 960 / 1920);
        background-image: url(../images/kv-bg.png)
    } */

    /* #Renta2022Ranking #container {
        background: url(../images/bg2.png) no-repeat center center;
        background-attachment: fixed;
        background-size: contain
    } */

    #Renta2022Ranking .tab-section .title {
        width: 451px;
        height: 170px;
        /* margin-bottom: 30px */
    }

    #Renta2022Ranking .tab-section .sub-title {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: -10px
    }

    #Renta2022Ranking .tab-section .sub-title1 .divider {
        position:absolute; left:400px; top:0; bottom:0; right:0; background: url(../images/divider.png) no-repeat center center;
    }

    #Renta2022Ranking .tab-section .sub-title .box {
        padding-left: 125px;
        white-space: nowrap
    }

    #Renta2022Ranking .tab-section .sub-title .box::before {
        width: 166px;
        height: 145px;
        top: -32px
    }

    #Renta2022Ranking .tab-section .sub-title::after {
        display: block;
        content: '';
        height: 20px;
        background: url(../images/line.svg) no-repeat right center;
        margin-bottom: 12px;
        width: 100%
    }

    #Renta2022Ranking .tab-section .gallery {
        display: block
    }

    #Renta2022Ranking .tab-section .gallery:after {
        content: ' ';
        display: block;
        height: 0;
        clear: both
    }

    #Renta2022Ranking .tab-section .gallery .card {
        float: left;
        width: 25%;
        margin-bottom: 40px
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child {
        width: 50%
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child .no {
        font-size: 120px;
        margin-left: -10px;
        margin-top: -10px
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child a {
        width: calc(50vw - 130px)
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child a .img {
        height: calc((50vw - 130px) * 660 / 464)
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child a .text .name {
        display: -webkit-box;
        font-size: 28px;
        white-space: normal;
        -webkit-line-clamp: 2;
        line-height:40px;
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child a .text .author {
        font-size: 24px;
        line-height: 36px;
    }

    #Renta2022Ranking .tab-section .gallery .card .no {
        font-size: 60px;
        margin-top: -5px;
        padding: 0 10px 0 30px
    }

    #Renta2022Ranking .tab-section .gallery .card .no::after {
        margin-top: 10px
    }

    #Renta2022Ranking .tab-section .gallery .card a {
        width: calc(((49vw - 20px) / 2) - 75px)
    }

    #Renta2022Ranking .tab-section .gallery .card a .img {
        height: calc((((49vw - 20px) / 2) - 75px) * 660 / 464);
        margin-bottom: 15px
    }

    #Renta2022Ranking .tab-section .gallery .card a .text .name {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        font-size: 18px
    }

    #Renta2022Ranking .tab-section .btn-block .btn {
        font-size: 24px;
        padding: 15px
    }

    #Renta2022Ranking .tab-section .btn-block .btn::after {
        margin-top: 13px
    }

    #Renta2022Ranking .tab-section .btn-block .btn.btn-back::before {
        margin-top: 13px
    }

    #Renta2022Ranking .tab-section .galleryList .card {
        padding-right: 30px
    }

    #Renta2022Ranking .tab-section .galleryList .card .no {
        width: 115px;
        font-size: 60px;
        margin-top: -5px;
        padding: 0 10px 0 30px
    }

    #Renta2022Ranking .tab-section .galleryList .card .no::after {
        margin-top: 10px
    }

    #Renta2022Ranking .tab-section .galleryList .card .box {
        position: relative;
        min-height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    #Renta2022Ranking .tab-section .galleryList .card .box .img {
        width: 180px;
        height: calc(180px * 660 / 464);
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5
    }

    #Renta2022Ranking .tab-section .galleryList .card .box .text {
        width: 100%;
        margin-left: 90px;
        position: relative;
        bottom: 0;
        border-radius: 10px;
        background-color: #f6f2da;
        padding: 30px 90px 30px 125px
    }

    #Renta2022Ranking .tab-section .galleryList .card .box .text .name {
        font-size: 28px;
        margin: 0 0 5px
    }

    #Renta2022Ranking .tab-section .galleryList .card .box .text .author {
        font-size: 20px;
        margin: 0 0 5px
    }

    #Renta2022Ranking .tab-section .galleryList .card .box .text .content {
        font-size: 16px;
        margin: 0
    }

    #Renta2022Ranking .tab-section .rankingList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #Renta2022Ranking .tab-section .rankingList a {
        width: 320px;
        height: 200px;
        margin: 25px
    }
}

@media (min-width: 1240px) {
    #Renta2022Ranking .pc-none {
        display: none !important
    }

    #Renta2022Ranking header {
        position:relative;
        padding: 0 30px 15px
    }

    #Renta2022Ranking header .logo {
        margin-top: 15px
    }

    #Renta2022Ranking header #menu {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        top:0;
        background: none;
        padding-top: 0;
        z-index: 1
    }

    #Renta2022Ranking header #menu .menu {
        display: block;
        height: auto
    }

    #Renta2022Ranking header #menu .menu li {
        width: auto;
        display: inline-block;
        vertical-align: top
    }

    #Renta2022Ranking header #menu .menu li.menu-item {
        background: url(../images/btn-menu-wh.png) no-repeat center top;
        background-size: contain
    }

    #Renta2022Ranking header #menu .menu li.menu-item a {
        font-size: 24px;
        width: 156px;
        height: 81px;
        background: none !important;
        line-height: 60px
    }

    #Renta2022Ranking header #menu .menu li.menu-item a:hover {
        color:#2d1805
    }

    #Renta2022Ranking header #menu .menu li.menu-item.active {
        background: url(../images/btn-menu.png) no-repeat center top;
        background-size: contain
    }

    #Renta2022Ranking header #menu .menu li.menu-item.active a {
        color: #2d1805
    }

    #Renta2022Ranking header #menu .menu li.share {
        width: auto;
        padding: 6px 10px 6px 15px;
        margin-top: 12px;
        margin-left: 20px
    }

    #Renta2022Ranking header #menu .menu li.share a {
        opacity: 0.8
    }

    #Renta2022Ranking header #menu .menu li.share a:hover {
        opacity: 1
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child a {
        width: 464px
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child a .img {
        height: 660px
    }

    #Renta2022Ranking .tab-section .gallery .card:first-child a .text .name {
        -webkit-line-clamp: 3
    }

    #Renta2022Ranking .tab-section .gallery .card a {
        width: 225px
    }

    #Renta2022Ranking .tab-section .gallery .card a:hover .img {
        opacity: 0.8
    }

    #Renta2022Ranking .tab-section .gallery .card a .img {
        height: calc(225px * 660 / 464);
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }

    #Renta2022Ranking .tab-section .btn-block .btn {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s
    }

    #Renta2022Ranking .tab-section .btn-block .btn:hover {
        background-color: #ffb400
    }

    #Renta2022Ranking .tab-section .galleryList .card .box {
        width: calc(100% - 115px)
    }

    #Renta2022Ranking .tab-section .galleryList .card .box .img {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }

    #Renta2022Ranking .tab-section .galleryList .card .box .img:hover {
        opacity: 0.8
    }

    #Renta2022Ranking .tab-section .rankingList a:hover .img {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    #Renta2022Ranking .btn-top {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s
    }

    /* #Renta2022Ranking .btn-top:hover {
        background-color: #000
    } */
}

@-webkit-keyframes bannerGlow {
    0% {
        opacity: 0.3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0.3
    }
}

@keyframes bannerGlow {
    0% {
        opacity: 0.3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0.3
    }
}

/*# sourceMappingURL=style.css.map */