.series-title {
    color: rgb(61, 61, 61);
    font-size: 31px;
    font-weight: bold;
    font-family: '微軟正黑體';
}


/* master-image */

.featured-new-img-frame {
    margin-bottom: 128px;
}

.featured-new-img {
    width: 100%;
    height: 262.5px;
}

.featured-new-img-frame>.row>div:first-child .featured-new-img {
    height: 531px;
}

.featured-new-img-frame>.row>div:last-child .row:last-child {
    margin-top: 8px;
}


/* master-vector */

.vector-category-frame {
    margin-bottom: 159px;
}

.vector-category-frame img {
    width: 100%;
    height: 500px;
}


/* master-video */

.creative-video-frame {
    margin-bottom: 165px;
}


/* master-music */

.recommand-music-frame {
    margin-bottom: 150px;
}

.recommand-music-frame img {
    width: 100%;
    height: 270px;
}

.recommand-music-featured-img {
    width: 215px;
    height: 340px;
    margin: 0 3.5px;
}

.series-tabs {
    position: relative;
    font-weight: bold;
    justify-content: center;
    border: 0;
}

.series-tabs .nav-link {
    color: rgb(61, 61, 61);
    font-size: 20px;
    font-family: '微軟正黑體';
    border: 0;
    transition: all .175s;
    position: relative;
}

.series-tabs .nav-link:hover,
.series-tabs .nav-link.active {
    color: rgb(61, 61, 61);
    text-decoration: none;
    position: relative;
    border: 0;
}

.series-tabs .line {
    width: 0;
    height: 4px;
    border-radius: 1rem;
    background-color: rgb(200, 200, 200);
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: translateX(-50%);
    transition: width .2s ease-in, left .3s ease-out;
}

.resource {
    width: 203px;
    margin: .3rem .4rem;
}

.resource .thumb-frame {
    width: 203px;
    height: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resource .thumb-frame>a {
    position: relative;
    display: flex;
    align-items: center;
}

.resource a img {
    max-width: 203px;
    max-height: 305px;
    box-shadow: 1px 1px 4px 1px rgb(160 160 160);
}

.resource .custom-player {
    width: calc(100% - .375rem - .75rem - 34px);
    height: 23px;
    display: flex;
    position: absolute;
    bottom: .55rem;
    left: .375rem;
    background-color: rgba(255, 255, 255, .75);
}

.resource .custom-player button {
    padding: 0 .5rem;
    border: 0;
}

.resource .custom-player button:focus {
    outline: 0;
}

.resource .custom-player button::before {
    content: "\f04b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.resource .custom-player.active button::before {
    content: "\f04c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.resource .custom-player input[type="range"] {
    -webkit-appearance: none;
    width: 90%;
    height: 2px;
    background-color: rgba(60, 60, 60, .75);
    margin-top: auto;
    margin-bottom: auto;
    margin-right: .5rem;
    cursor: pointer;
}

.resource .custom-player input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2.5px;
    height: 12.5px;
    background: rgb(60, 60, 60);
    cursor: pointer;
}

.resource .custom-player input[type="range"]::-moz-range-thumb {
    width: 2.5px;
    height: 12.5px;
    background: rgb(60, 60, 60);
    cursor: pointer;
}

.resource .resource-length {
    position: absolute;
    bottom: .55rem;
    right: .375rem;
    padding: .1rem .375rem;
    color: #fff;
    font-size: .85rem;
    font-weight: bold;
    background-color: rgb(60, 60, 60, .5);
}

.series-info {
    width: 100%;
    height: auto;
    font-size: .95rem;
    margin-top: .5rem;
    margin-bottom: .75rem;
}

.resource-info {
    width: 100%;
    height: auto;
    font-size: .9rem;
    margin-top: .5rem;
    margin-bottom: .75rem;
}


/* master-template */

.template-intro-frame .template-intro-link img {
    height: 200px;
}

.template-intro-frame .template-intro-group .template-intro-link img {
    height: calc(100px - .25rem);
}

.search-frame {
    position: relative;
    margin-top: 11rem;
}

.search-frame .resource-search-bar {
    width: 318px;
    height: 32px;
    line-height: 32px;
    border-radius: 1rem;
    border: 1px solid black;
    padding: 0 50px 0 16px;
}

.search-frame .resource-search-bar:focus {
    outline: 0;
}

.search-frame .search-icon {
    color: rgb(61, 61, 61);
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    position: absolute;
    top: 50%;
    right: .35rem;
    transform: translateY(-50%);
}

.search-frame .search-icon:hover {
    text-decoration: none;
}

.resource-intro-frame {
    border: 2px solid rgb(200, 200, 200);
    border-radius: 6px;
    padding: 19px 47px 40px 47px;
    margin-top: 3rem;
    margin-bottom: 105px;
}

.resource-intro-frame .audio-intro {
    font-size: .95rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.resource-intro-frame .audio-intro-table {
    width: 100%;
    margin-top: 3.5rem;
}

.resource-intro-frame .audio-intro-table th {
    border-top: 0;
    border-bottom: 2px solid rgb(200, 200, 200);
}

.resource-intro-frame .audio-intro-table td {
    border: 0;
    vertical-align: middle;
}

.similar-frame {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.similar-frame .similar-link {
    width: 269px;
    margin: 0 .25rem .5rem .25rem;
}

.resource-keyword {
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 1rem;
    padding: .25rem .7rem;
    margin: 0 .3rem .95rem .3rem;
    transition: all .15s;
}

.resource-keyword::before {
    content: '#';
}

.resource-keyword:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgb(61, 61, 61);
}

.add-favorite-btn img {
    width: 35px;
    max-width: 35px;
    content: url('../img/element_s/add_favorite.png');
}

.add-favorite-btn.in-favorite img,
.add-favorite-btn:hover img {
    content: url('../img/element_s/add_favorite_hover.png');
}

.download-btn img {
    width: 35px;
    max-width: 35px;
    content: url('../img/element_s/redownload_btn.png');
}

.download-btn:hover img {
    content: url('../img/element_s/redownload_btn_hover.png');
}

.resource-info-table {
    margin: auto;
}

.resource-info-table tr {
    height: 45px;
    background-color: transparent;
}

.resource-info-table th {
    border-right: 1px solid rgb(61, 61, 61);
}

.resource-info-table th,
.resource-info-table td {
    color: rgb(61, 61, 61);
    font-size: 1.05rem;
    letter-spacing: .05rem;
    padding: .5rem 1rem;
}

.resource-info-table tr:first-child th,
.resource-info-table tr:first-child td {
    padding-top: 1.25rem;
}

.resource-info-table tr:last-child th,
.resource-info-table tr:last-child td {
    padding-bottom: 1.25rem;
}

.resource-btn {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    font-family: '華康粗黑體';
    text-align: center;
    background-color: rgb(200, 200, 200);
    border-color: rgb(200, 200, 200);
    border-radius: .75rem;
    margin: 1.25rem 1rem;
    padding: .6rem;
    transition: all .2s;
}

.resource-btn::before {
    /* content: '•'; */
    content: '';
    margin-right: -.5rem;
}

.resource-btn:hover {
    background-color: rgb(61, 61, 61);
}

.preview-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
}

.video-type-frame .video-type-intro {
    height: 209px;
}

.video-type-frame .video-type-intro.text-intro {
    letter-spacing: .05rem;
    line-height: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem;
    background-color: rgba(0, 0, 0, .0375);
}

.video-type-frame .video-type-intro.vertical-block {
    height: 426px;
}

.ppt-content-frame,
.web-content-frame {
    margin-bottom: 7rem;
    width: 65%;
}

.ppt-content-frame .preview-item {
    width: 203px;
}

.creative-video-frame .preview-nav .slick-slide,
.ppt-content-frame .preview-nav .slick-slide,
.web-content-frame .preview-nav .slick-slide,
.business-featured .slick-slide,
.web-featured .slick-slide {
    margin-left: .15rem;
    margin-right: .15rem;
    cursor: pointer;
}

.creative-video-frame .slick-prev:before,
.creative-video-frame .slick-next:before,
.ppt-content-frame .slick-prev:before,
.ppt-content-frame .slick-next:before,
.web-content-frame .slick-prev:before,
.web-content-frame .slick-next:before,
.business-featured .slick-prev:before,
.business-featured .slick-next:before,
.web-featured .slick-prev:before,
.web-featured .slick-next:before {
    color: rgb(61, 61, 61);
}

.creative-video-frame .slick-prev,
.ppt-content-frame .slick-prev,
.web-content-frame .slick-prev,
.business-featured .slick-prev,
.web-featured .slick-prev {
    left: 0;
    z-index: 500;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    transition: all .15s;
}

.creative-video-frame .slick-next,
.ppt-content-frame .slick-next,
.web-content-frame .slick-next,
.business-featured .slick-next,
.web-featured .slick-next {
    right: 0;
    z-index: 500;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}

.slick-next:hover,
.slick-prev:hover {
    background: rgba(255, 255, 255, .45);
}

.creative-video-frame .slick-dots,
.ppt-content-frame .slick-dots,
.web-content-frame .slick-dots,
.business-featured .slick-dots,
.web-featured .slick-dots {
    display: none!important;
}

.font-list-frame {
    margin-top: 5rem;
}

.font-list.dataTable {
    border-spacing: 0 .5rem;
    border: 0!important;
}

.font-list.dataTable thead tr {
    background-color: #dcdcdc;
}

.font-list.dataTable thead th,
.font-list.dataTable thead td {
    border: 0;
}

.font-list.dataTable tr {
    text-align: center;
}

.font-list.dataTable tr td:first-child {
    font-size: 1.25rem;
    font-weight: bold;
}

.font-list-frame .dataTables_length,
.font-list-frame .dataTables_filter,
.font-list-frame .dataTables_info,
.font-list-frame .dataTables_paginate {
    display: none;
}

.font-list-frame .download-btn,
.font-list-frame .add-favorite-btn {
    color: rgb(61, 61, 61);
    font-size: 2rem;
}

.font-list-frame table.dataTable tbody th,
.font-list-frame table.dataTable tbody td {
    padding: 1.75rem 10px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 0;
}

.preview-popup-modal {
    border: 1px solid #000;
    padding: .75rem;
    background: #fff;
    position: absolute;
    z-index: 1000;
}

.desktop-search-panel .jump-page {
    min-width: 11rem;
    max-width: 11rem;
    margin-left: 0;
}

.desktop-search-panel .jump-page span {
    font-size: .9rem;
    padding-left: .1rem;
    padding-right: .1rem;
}

.desktop-search-panel input {
    width: 25%;
}

.total-page::before {
    content: '/';
    padding-right: .25rem;
    margin-left: -.25rem;
}

.total-page::after {
    content: '，';
}

.total-num {
    position: absolute;
    bottom: .45rem;
    right: 0;
    margin-right: 2.5rem;
    font-size: 1.05rem;
}

.desktop-search-panel .total-num {
    position: relative;
    bottom: 0;
    margin-right: 0;
    font-size: .9rem;
}