@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f4f7fc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555555;
  }
  img {
    object-fit: cover;
  }
  a {
    color: #333333;
    transition: opacity 0.3s ease 0.1s;
  }
  a:hover {
    opacity: 0.6;
  }
  .modal {
    width: 600px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    background-color: #ffffff;
  }
  .modal::backdrop {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .modal__search {
    display: flex;
    padding: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .modal__search-form {
    display: flex;
    height: 40px;
    border: 2px solid #2c3e50;
    border-radius: 3px;
    justify-content: space-between;
  }
  .modal__search-keyword {
    width: calc(100% - 75px);
    padding: 0 10px;
  }
  .modal__search-submit {
    width: 75px;
    background-color: #2c3e50;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
  }
  .modal__search-column {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .modal__search-item {
    width: calc((100% - 20px) / 3);
    border-top: 1px dashed #d3e3fd;
  }
  .modal__search-link {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .modal__search-index {
    display: flex;
    width: 15px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    background-color: #cccccc;
    font-size: 1rem;
    line-height: 15px;
    color: #ffffff;
  }
  .modal__search-index--active {
    background-image: linear-gradient(180deg, #ff8536, #ff4853);
    color: #ffffff;
  }
  .modal__search-name {
    overflow: hidden;
    width: calc(100% - 105px);
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .modal__search-state {
    overflow: hidden;
    width: 70px;
    font-size: 1.1rem;
    white-space: nowrap;
    text-align: right;
    text-overflow: ellipsis;
    color: #999999;
  }
  .container {
    z-index: 1;
    display: flex;
    width: calc(100% - 20px);
    max-width: 1200px;
    flex-direction: column;
    gap: 10px;
  }
  .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .title__name {
    position: relative;
    display: flex;
    height: 30px;
    padding-left: 10px;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 700;
    color: #2c3e50;
  }
  .title__name::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 16px;
    border-radius: 3px;
    transform: translateY(-50%);
    background-color: #ff4853;
    content: "";
  }
  .title__menu {
    display: flex;
    align-items: center;
  }
  .title__menu-link {
    color: #777777;
  }
  .title__menu-link:last-child {
    display: block;
  }
  .title__menu-divider {
    padding: 0 15px;
    color: #eeeeee;
  }
  .title__tip {
    color: #999999;
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
  }
  .header::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    background-color: #2c3e50;
    content: "";
  }
  .center {
    display: flex;
    justify-content: center;
  }
  .footer {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .footer::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 130px;
    box-shadow: 0 2px 12px #d3e3fd;
    background-color: #ffffff;
    content: "";
  }
  .top {
    display: flex;
    padding: 10px 0;
    gap: 10px;
    align-items: center;
  }
  .logo {
    width: 130px;
    line-height: 40px;
  }
  .logo__link {
    display: block;
    background: url("../img/logo.png") no-repeat 0 0/100% 100%;
    text-indent: -9999px;
  }
  .nav {
    display: flex;
    width: calc(100% - 410px);
    padding: 0 20px;
  }
  .nav__item {
    width: calc((100% - 80px) / 9);
    line-height: 40px;
  }
  .nav__item-link {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  }
  .search {
    width: 260px;
  }
  .search__link {
    display: flex;
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.08);
  }
  .search__keyword {
    display: flex;
    width: calc(100% - 20px);
    height: 20px;
    align-items: center;
    color: #999999;
  }
  .search__submit {
    width: 20px;
    height: 20px;
    background: url("../img/search.png") no-repeat 0 0/100% 100%;
    text-indent: -9999px;
  }
  .media {
    display: flex;
    gap: 10px;
  }
  .main {
    display: flex;
    width: calc(100% - 295px);
    flex-direction: column;
    gap: 10px;
  }
  .side {
    display: flex;
    width: 285px;
    flex-direction: column;
    gap: 10px;
  }
  .screen {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .screen__filter {
    display: flex;
    padding-top: 10px;
    border-top: 1px dashed #d3e3fd;
    gap: 10px;
  }
  .screen__filter-item {
    width: calc((100% - 130px) / 14);
    line-height: 30px;
  }
  .screen__filter-label {
    display: block;
    border-radius: 3px;
    background-color: #eeeeee;
    text-align: center;
    color: #777777;
  }
  .screen__filter-link {
    display: block;
    border-radius: 3px;
    background-color: #eeeeee;
    text-align: center;
    color: #777777;
  }
  .screen__filter-link--active {
    background-image: linear-gradient(180deg, #ff8536, #ff4853);
    color: #ffffff;
  }
  .movie {
    inset: 5px;
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .movie__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .movie__grid-item {
    width: calc((100% - 50px) / 6);
  }
  .movie__grid-link {
    display: flex;
    flex-direction: column;
  }
  .movie__grid-pic {
    position: relative;
    height: 210px;
  }
  .movie__grid-thumb {
    width: 100%;
    height: 100%;
    border-radius: 3px;
  }
  .movie__grid-state {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0 5px;
    border-radius: 0 0 3px 3px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.1rem;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    color: #ffffff;
  }
  .movie__grid-name {
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
  }
  .movie__grid-actor {
    overflow: hidden;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
  }
  .news {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .news__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .news__list-item {
    padding-top: 10px;
    border-top: 1px dashed #d3e3fd;
  }
  .news__list-link {
    display: flex;
    gap: 10px;
  }
  .news__list-pic {
    width: 150px;
    height: 100px;
  }
  .news__list-thumb {
    width: 100%;
    height: 100%;
    border-radius: 3px;
  }
  .news__list-txt {
    display: flex;
    width: calc(100% - 160px);
    flex-direction: column;
  }
  .news__list-name {
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news__list-describe {
    display: flex;
    height: 45px;
    align-items: flex-start;
    line-height: 22px;
    text-align: justify;
    color: #777777;
  }
  .news__list-sundry {
    display: flex;
    height: 25px;
    align-items: center;
    color: #777777;
  }
  .news__list-label {
    color: #999999;
  }
  .page {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    gap: 10px;
    justify-content: center;
    background-color: #ffffff;
  }
  .page__item {
    width: calc((100% - 70px) / 8);
    line-height: 30px;
  }
  .page__item-link {
    display: block;
    border-radius: 3px;
    background-color: #eeeeee;
    text-align: center;
    color: #777777;
  }
  .page__item-info {
    display: block;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #999999;
  }
  .crumb {
    overflow: hidden;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .crumb__link {
    color: #777777;
  }
  .crumb__divider {
    padding: 0 5px;
    color: #cccccc;
  }
  .details {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    gap: 10px;
    background-color: #ffffff;
  }
  .details__pic {
    width: 200px;
    height: 305px;
  }
  .details__pic-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .details__pic-thumb {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .details__pic-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    opacity: 0.75;
    background: url("../img/play.png") no-repeat 0 0/100% 100%;
  }
  .details__pic-state {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0 5px;
    border-radius: 0 0 3px 3px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.1rem;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    color: #ffffff;
  }
  .details__txt {
    position: relative;
    display: flex;
    width: calc(100% - 210px);
    flex-direction: column;
  }
  .details__txt-name {
    overflow: hidden;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2c3e50;
  }
  .details__txt-line {
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .details__txt-label {
    color: #999999;
  }
  .details__txt-divider {
    padding: 0 15px;
    color: #cccccc;
  }
  .details__txt-score {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 45px;
    align-items: center;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #999999;
  }
  .details__txt-button {
    display: flex;
    padding-top: 15px;
    gap: 10px;
  }
  .details__txt-item {
    width: calc((100% - 50px) / 6);
    line-height: 35px;
  }
  .details__txt-link {
    display: block;
    border-radius: 3px;
    background-color: #eeeeee;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    color: #777777;
  }
  .details__txt-link--active {
    background-image: linear-gradient(180deg, #ff8536, #ff4853);
    color: #ffffff;
  }
  .player {
    display: none;
    height: 500px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    background-color: #000000;
  }
  .browse {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
  }
  .browse__info {
    display: flex;
    width: calc(100% - 390px);
    flex-direction: column;
  }
  .browse__info-name {
    overflow: hidden;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2c3e50;
  }
  .browse__info-line {
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .browse__info-label {
    color: #999999;
  }
  .browse__info-divider {
    padding: 0 15px;
    color: #cccccc;
  }
  .browse__episode {
    display: flex;
    width: 360px;
    gap: 10px;
  }
  .browse__episode-item {
    width: calc((100% - 30px) / 4);
    line-height: 30px;
  }
  .browse__episode-link {
    display: block;
    border-radius: 3px;
    background-color: #eeeeee;
    text-align: center;
    color: #777777;
  }
  .playlist {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .playlist__episodes {
    display: flex;
    overflow-y: auto;
    max-height: 350px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .playlist__episodes-item {
    width: calc((100% - 80px) / 9);
    line-height: 30px;
  }
  .playlist__episodes-link {
    display: block;
    overflow: hidden;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #eeeeee;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    color: #777777;
  }
  .playlist__episodes-link--active {
    background-image: linear-gradient(180deg, #ff8536, #ff4853);
    color: #ffffff;
  }
  .summary {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .summary__text {
    line-height: 22px;
    text-align: justify;
    color: #777777;
  }
  .summary__current {
    display: flex;
    height: 25px;
    align-items: center;
    color: #999999;
  }
  .summary__current-link {
    color: #999999;
  }
  .article {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .article__name {
    overflow: hidden;
    padding-top: 10px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    color: #2c3e50;
  }
  .article__sundry {
    display: flex;
    height: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #777777;
  }
  .article__sundry-label {
    color: #999999;
  }
  .article__sundry-divider {
    padding: 0 15px;
    color: #cccccc;
  }
  .article__content {
    display: flex;
    overflow-wrap: break-word;
    flex-direction: column;
    gap: 10px;
  }
  .article__content-paragraph {
    font-size: 1.4rem;
    line-height: 26px;
    text-indent: 2em;
    text-align: justify;
  }
  .article__content-picture {
    width: 60%;
  }
  .article__current {
    display: flex;
    height: 25px;
    align-items: center;
    color: #999999;
  }
  .article__current-link {
    color: #999999;
  }
  .ranking {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .ranking__column {
    display: flex;
    flex-direction: column;
  }
  .ranking__column-item {
    border-top: 1px dashed #d3e3fd;
  }
  .ranking__column-link {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .ranking__column-index {
    display: flex;
    width: 15px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    background-color: #cccccc;
    font-size: 1rem;
    line-height: 15px;
    color: #ffffff;
  }
  .ranking__column-index--active {
    background-image: linear-gradient(180deg, #ff8536, #ff4853);
    color: #ffffff;
  }
  .ranking__column-name {
    overflow: hidden;
    width: calc(100% - 105px);
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ranking__column-state {
    overflow: hidden;
    width: 70px;
    font-size: 1.1rem;
    white-space: nowrap;
    text-align: right;
    text-overflow: ellipsis;
    color: #999999;
  }
  .friend {
    display: flex;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px #d3e3fd;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
  }
  .friend__grid {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .friend__grid-item {
    display: flex;
    width: calc((100% - 110px) / 12);
    height: 30px;
    align-items: center;
  }
  .friend__grid-link {
    color: #777777;
  }
  .bottom {
    display: flex;
    padding: 10px 0;
    flex-direction: column;
  }
  .menu {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
  }
  .menu__link {
    color: #777777;
  }
  .menu__divider {
    padding: 0 25px;
    color: #cccccc;
  }
  .disclaimer {
    line-height: 25px;
    text-align: center;
    color: #999999;
  }
  .copyright {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
    color: #999999;
  }
  .copyright__link {
    padding: 0 5px;
    text-transform: uppercase;
    color: #999999;
  }
}

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