html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

:root {
  /* --primary-100: #1f3a5f;
  --primary-200: #4d648d;
  --primary-300: #acc2ef;
  --accent-100: #3d5a80;
  --accent-200: #cee8ff;
  --text-100: #ffffff;
  --text-200: #e0e0e0;
  --text-300: #b6b6b6;
  --bg-100: #0f1c2e;
  --bg-200: #1f2b3e;
  --bg-300: #374357;
  --bg-400: #1f3a5f;
  color: var(--text-200); */
  --primary-100: #1f3a5f;
  --primary-200: #4d648d;
  --primary-300: #acc2ef;
  --accent-100: #3d5a80;
  --accent-200: #cee8ff;
  --text-100: #ffffff;
  --text-200: #e0e0e0;
  --text-300: #b6b6b6;
  --bg-100: #000000;
  --bg-200: #111111;
  --bg-300: #2e2e2e;
  --bg-400: #272727;
  --header-bg-100: rgb(29, 29, 29);
  --header-bg-200: rgb(68, 68, 68);
  color: var(--text-200);
}
a:link {
  color: var(--text-100);
  text-decoration: none;
}
a:visited {
  color: var(--text-100);
}
a:hover {
  color: var(--text-100);
}
a:focus {
  color: var(--text-100);
}
a:active {
  color: var(--text-100);
}
body {
  background-color: var(--bg-100);
  max-width: 768px;
  margin: 0 auto;
}
.content {
  padding: 0 5px;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}

.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.header {
  margin-bottom: 5px;
  background: linear-gradient(to bottom, var(--header-bg-100), var(--header-bg-200));
  padding: 10px;
}
.header-left {
  font-size: 16px;
}
.header-left a {
  margin-left: 10px;
}
.nav {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  /* background-color: var(--bg-200);
  padding: 0.75rem; */
}
.one_category {
  position: relative;
  background-color: var(--bg-200);
  padding: 6px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
  align-content: space-between;
}
.category_name {
  width: 12%;
  font-size: 15px;
  color: var(--text-100);
}

.category_name:after {
  position: absolute;
  width: 1px;
  height: 15px;
  margin: 3px 0 0 12px;
  content: "";
  background-color: var(--accent-200);
}
.nav_s {
  display: inline-block;
  width: 88%;
  margin-left: 25px;
  font-size: 15px;
}
.nav_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 25px;
}
.nav_flex a {
  width: 25%;
  /* margin-bottom: 10px; */
}
.videolist {
  margin: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.videolist .one {
  width: 49%;
  margin-bottom: 12px;
}
.coverImg {
  width: 100%;
  /* aspect-ratio: 16/9; */
  padding-top: 56.25%;
}

.list_img_container {
  width: 100%;
  padding-top: 56.25%; /* 9/16 */
  position: relative;
}

.list_img_container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.videolist .duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  background-color: rgb(31 41 55 / 0.75);
  border-radius: 6px;
  padding: 4px 8px 4px 8px;
}
.videolist .title {
  font-size: 13px;
  color: var(--text-300);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}
.play_actions_ct {
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  /* background-color: var(--bg-300);
  border-radius: 5px; */
}
.play_actions {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  padding: 10px;
}
.detail {
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  /* border-color: rgb(248 113 113 / 1); */
  border-color: var(--primary-200);
  border-style: solid;
  border-width: 0 0 2px 0;
  display: inline-block;
  margin-bottom: -1px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tag {
  background-color: var(--primary-100);
  color: var(--text-100);
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  margin: 0 5px 5px 0;
}

.toast {
  position: fixed;
  bottom: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #000;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 15px;
  z-index: 9999999999999;
  align-items: center;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  height: 40px;
  line-height: 40px;
  display: none;
}
.msg_content {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
}

.toast .content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hidden {
  display: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999999;
  display: none;
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 0 20px 0 20px;
}
@media (min-width: 640px) {
  .modal .content {
    max-width: 384px;
  }
}
.modal a {
  color: rgb(235, 203, 139);
}
.modal-form {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.form-group {
  text-align: left;
  padding: 8px 12px;
  border-width: 1px;
  border-color: rgb(209, 213, 219);
  border-style: solid;
}
.mt-1 {
  margin-top: -1px;
}
.form-err {
  color: rgb(185 28 28);
  background-color: rgb(254, 242, 242);
  font-size: 13px;
  margin-bottom: 25px;
  border-radius: 6px;
  padding: 16px;
  display: none;
}
.form-err li {
  list-style-type: disc;
}
.form-err ul {
  padding-left: 20px;
}
.form-group label {
  display: block;
  font-size: 12px;
  color: rgb(156, 163, 175);
}
.form-group input {
  display: block;
  width: 100%;
  color: rgb(17, 24, 39);
  line-height: 20px;
  border-width: 0px;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
}
.modal-form-bottom {
  margin-top: 24px;
}
.modal-form-bottom button {
  width: 100%;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
  border-width: 0px;
  border-color: transparent;
  /* background-color: rgb(254, 98, 142); */
  /* background: linear-gradient(100deg, #560a9b, #9e158f); */
  /* background: linear-gradient(100deg, #560a9b, #9e158f); */
  background-color: rgb(254, 87, 142);
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width:100%;
  height:100%;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.spinner_GuJz {
  transform-origin: center;
  animation: spinner_STY6 1.5s linear infinite;
}
@keyframes spinner_STY6 {
  100% {
    transform: rotate(360deg);
  }
}

.svg-text {
  display: flex;
  align-items: center;
}

.breakcump {
  display: flex;
  align-items: center;
  justify-content: start;
  list-style-type: none;
  font-size: 15px;
}
.breakcump a {
  color: #999;
}
.breakcump .current {
  color: #fff;
}
.breadcrumb-separator {
  margin-inline: 8px;
  color: rgba(255, 255, 255, 0.45);
}
.child-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.child-text {
  background-color: #2f2f2f;
  color: #dfdfdf;
  border-radius: 5px;
  padding: 3px;
  font-size: 14px;
  margin: 0 10px 5px 0;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.flex-j-c-center {
  justify-content: center;
}
.flex-j-c-start {
  justify-content: start;
}
.flex-j-c-between {
  justify-content: space-between;
}
.flex-j-c-evenly {
  justify-content: space-evenly;
}
.flex-a-i-end {
  align-items: flex-end;
}
.flex-d-column {
  flex-direction: column;
}
.pagination {
  gap: 20px;
}
@media (min-width: 550px) {
  .footer {
    margin-bottom: 100px;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.pagination input {
  font-size: 16px;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  border-color: rgb(76, 86, 106);
  background-color: rgb(67, 76, 94);
  padding: 6px 16px;
  width: 112px;
  color: rgb(216, 222, 233);
}
.pagination input:focus {
  outline: solid 2px rgb(129, 161, 193);
}
.pagination a {
  font-size: 14px;
  border-radius: 8px;
  font-weight: 500;
  padding: 8px 16px;
  background-color: rgb(67, 76, 94);
}

.footer {
  margin-top: 30px;
  padding: 20px 0;
  /* border-top: rgb(55, 65, 81) solid 1px; */
}

.ucenter .user_avatar {
  max-width: 100px;
  max-height: 100px;
}

.circle {
  border-radius: 100%;
  overflow: hidden;
}
.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uc-ac-num {
  font-size: 24px;
}
.uc-ac-title {
  color: #979797;
}
.ft-size-14 {
  font-size: 14px;
}
.ft-size-16 {
  font-size: 16px;
}
.ft-size-24 {
  font-size: 24px;
}
.uc-content {
  position: relative;
  margin: 20px 5px 0px 5px;
  min-height: 200px;
  padding: 10px 10px;
  background-color: #2f2f2f;
  border-radius: 10px;
  overflow: hidden;
}
.abs-center {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.border-gray-300 {
  border-color: rgb(209, 213, 219);
}

.bg-gray-50 {
  background-color: rgb(249, 250, 251);
}
.placeholder-gray-400::placeholder {
  color: rgb(156, 163, 175);
}
.border-1 {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.rounded-l-md {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-r-md {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.rounded-t-md {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded-b-md {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.fixed {
  position: fixed;
}
.shared-card {
  height: 30vh;
  background-color: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
}
.favorites {
  text-align: center;
}
.favorites .imgmain {
  border-radius: 10px;
  width: 100%;
}
.favorites .close {
  display: inline-block;
  width: 10%;
  /* filter: brightness(0) invert(1); */
}

.changelist {
}
