.content-type {
    position: relative;
    left: 0%;
    transition: all .6s;
    padding: 0 0 190px 0;
    margin-top: 35px;
}

.single-input-frame {
    position: relative;
}

.single-input {
    width: 318px;
    height: 46px;
    line-height: 46px;
    background-color: #dcdcdc;
    border-radius: 6px;
    border: 1px solid black;
    padding: 0 60px 0 10px;
}

.single-input-search-icon-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 52px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid black;
    top: 25%;
    right: 0%;
    cursor: pointer;
}

.search-icon img {
    width: auto;
    height: 100%;
}

.single-input-search-icon {
    font-size: 24px;
    color: #cb2e27;
}

.single-title-frame {
    margin-top: 45px;
    padding: 11px 5px 11px 5px;
}

.single-title-frame .single-title {
    color: black;
    display: inline-block;
    margin: 0px;
    border-left: 1px solid black;
    padding: 0 25px;
    cursor: pointer;
}

.single-title-frame .single-title.active {
    color: #cb2e27;
}

.single-title-frame .single-title:first-child {
    border: 0;
}

.single-title-word:hover {
    color: #cb2e27;
}

.single-content-frame {
    border: 2px solid #cb2e27;
    border-radius: 6px;
    padding: 19px 47px 40px 47px;
    margin-bottom: 125px;
}

.single-content-picture-frame {
    position: relative;
    width: 100%;
    margin: 50px auto;
    margin-bottom: 15px;
}

.single-content-picture-frame .zoom-in-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: auto;
}

.single-content-picture {
    width: 100%;
    border-radius: 4px;
}

.single-content-picture-info-frame {
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

.single-content-picture-info-icon {
    font-size: 30px;
    cursor: pointer;
    margin-right: 10px;
}

.single-content-picture-info-icon:hover {
    color: #cb2e27;
}

.no-size-desc {
    margin-top: 50px;
}

.single-content-table {
    width: 100%;
    font-size: 14px;
    margin-top: 50px;
}

tr {
    text-align: center;
}

.download-icon {
    color: #727272;
    font-size: 22px;
    cursor: pointer;
}

.single-photo-title-frame {
    margin-bottom: 32px;
}

.single-photo-title {
    width: 173px;
    height: 52px;
    line-height: 50px;
    border: 2px solid #cb2e27;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border-radius: 6px;
}

.similar-picture-frame,
.chinese-keyword-frame,
.english-keyword-frame {
    width: 78%;
    margin: 0 auto;
}

.similar-picture-frame {
    margin-bottom: 63px;
    display: flex;
    flex-wrap: wrap;
}

.similar-picture-frame div {
    padding: 3px;
    flex-grow: 1;
}

.similar-picture-frame::after {
    content: '';
    flex-grow: 9999999;
}

.similar-picture-frame img {
    border-radius: 4px;
    height: 168px;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
}

.chinese-keyword-frame {
    margin-bottom: 63px;
    display: flex;
    flex-wrap: wrap;
}

.chinese-keyword-frame:after {
    content: '';
    flex-grow: 99999;
}

.chinese-keyword-frame p {
    display: inline-block;
    background: #e4948d;
    border-radius: 4px;
    padding: 5px;
    margin: 2px;
    flex-grow: 1;
    cursor: pointer;
    text-align: center;
}

.chinese-keyword-frame p:hover {
    background: #a2706b;
    color: white;
    transition: all .6s;
}

.english-keyword-frame {
    display: flex;
    flex-wrap: wrap;
}

.english-keyword-frame:after {
    content: '';
    flex-grow: 99999;
}

.english-keyword-frame p {
    display: inline-block;
    background: #e4948d;
    border-radius: 4px;
    padding: 5px;
    margin: 2px;
    flex-grow: 1;
    cursor: pointer;
    text-align: center;
}

.english-keyword-frame p:hover {
    background: #a2706b;
    color: white;
    transition: all .6s;
}

.sale-type {
    display: none;
}

.phone-single-title-frame {
    display: none;
    padding: 0 20px 0 20px;
    margin-bottom: 30px;
}

.phone-single-title {
    display: inline-block;
    margin: 0px;
    padding: 0 20px 0 0px;
    cursor: pointer;
    font-size: 15px;
}

.phone-single-title-word {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.phone-single-title-word.active {
    border-bottom: 1px solid #cb2e27;
}

#phone-download-info-table-point-tr-2,
#phone-download-info-table-point-tr-3,
#phone-download-info-table-point-tr-4,
#phone-download-info-table-point-tr-5,
#phone-download-info-table-point-tr-6 {
    display: none;
    background-color: #dcdcdc;
}

#phone-download-info-table-month-tr-2,
#phone-download-info-table-month-tr-3,
#phone-download-info-table-month-tr-4 {
    display: none;
    background-color: #dcdcdc;
}

#phone-download-info-table-year-tr-2 {
    display: none;
    background-color: #dcdcdc;
}

.phone-download-table-frame {
    display: none;
    margin-bottom: 30px;
}

.phone-size-table {
    padding: 0 10px 0 10px;
}

.phone-download-btn {
    width: 67%;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
}

.phone-download-btn.active {
    color: #fff;
    border: 1px solid #cb2e27;
    background-color: #cb2e27;
}

.phone-download-info-table-frame {
    display: none;
    padding: 0 13px 0 13px;
}

.phone-download-info-table {
    width: 100%;
}

.phone-download-info-table td {
    background-color: #c6c6c6;
}

.phone-download-info-table tr {
    height: 50px;
}

.phone-favorite-download-frame {
    display: none;
    margin-top: 30px;
}

.phone-favorite-download {
    padding: 0 12px 0 12px;
    margin: 0px;
}

.phone-heart-frame {
    width: 75%;
    height: 46px;
    line-height: 46px;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    margin: 0px;
    cursor: pointer;
}

.phone-download-frame {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #cb2e27;
    text-align: center;
    border-radius: 6px;
    font-size: 26px;
    color: white;
    margin: 0px;
    cursor: pointer;
}

.phone-download-word {
    position: relative;
    font-size: 18px;
    left: 5px;
    bottom: 2px;
}

.phone-similar-picture-frame {
    display: none;
    grid-template-columns: auto auto;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 46px;
}

.phone-similar-picture-item {
    padding: 3px;
    height: 170px;
}

.phone-similar-picture {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}


/* .nav-link {
    color: #000;
}

.nav-link:hover {
    color: #cb2e27;
    border: 0;
}

.nav-link.active {
    color: #cb2e27!important;
    background-color: transparent!important;
    border-color: transparent!important;
} */

.endless-plan-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    background-color: #fff;
    border-radius: 15px;
    margin-top: .75rem;
}

.endless-plan-intro:hover {
    background-color: #f8f9fa;
}

.endless-plan-intro img {
    width: auto;
    height: 1.8rem;
}

.endless-plan-intro a {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.endless-download-icon {
    width: 32px;
    cursor: pointer;
}

.loader.is-active {
    background-color: rgba(0, 0, 0, .6);
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .content-type {
        margin-top: 90px;
    }
    .single-content-table {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .content-type {
        margin-top: 100px;
    }
    .single-content-frame {
        padding: 10px 38px 31px 38px;
    }
    .similar-picture-frame,
    .chinese-keyword-frame,
    .english-keyword-frame {
        width: 90%;
    }
}

@media (max-width: 575px) {
    .content-type {
        padding-bottom: 50px;
        margin-top: 30px;
    }
    .single-content-frame {
        padding: 0px;
        border: 0px;
        margin-bottom: 48px;
    }
    .phone-single-title-frame,
    .phone-download-table-frame,
    .phone-download-info-table-frame,
    .phone-favorite-download-frame {
        display: block;
    }
    .phone-similar-picture-frame {
        display: grid;
    }
    .single-input-frame,
    .single-title-frame,
    .single-content-picture-info-r,
    .single-content-table,
    .similar-picture-frame {
        display: none;
    }
    .single-content-picture-info-frame {
        width: 100%;
        padding: 5px 10px 0 10px;
        font-size: 14px;
    }
    .single-content-picture-frame {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .single-content-picture {
        border-radius: 0px;
    }
    .single-content-picture-info-l {
        text-align: right;
    }
    .desktop-size-table {
        display: none;
    }
    .endless-plan-intro {
        border-radius: 11px;
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media (max-width: 499px) {
    .phone-download-btn {
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .phone-download-btn {
        font-size: 12px;
    }
    .phone-download-info-table tr {
        font-size: 14px;
    }
}