header {
    display: block;
}

body {
    margin: 0;
    font-family: Nunito, Archivo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    text-align: left;
    background-color: #0e0e0e;
}


i.fa-star {
    color: #ffa100;
}

h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:1450px) {
    .container {
        max-width: 1320px;
    }
}

.d-none {
    display: none!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

.mt-5 {
    margin-top: 3rem!important;
}

.pb-5 {
    padding-bottom: 3rem!important;
}

body,
html {
    font-size: 13.5px;
    height: 100%;
}

body,
html {
    scrollbar-color: #777 #1c1c1c;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #1c1c1c;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    width: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}

a {
    transition: color .3s, background .3s;
    cursor: pointer;
}


a {
  color: #b9b9b9;
  transition: color 0.3s, background 0.3s;
  text-decoration: none !important;
  outline: 0;
  cursor: pointer;
  -moz-outline: none;
}
a:hover {
  color: #ccc;
}
button {
  font-weight: 400;
  font-size: 16px;
  padding: 0.5rem 1rem;
  transition: 0.5s;
}
i {
  transition: transform 0.3s ease;
}
h3 {
  font-weight: 500;
}
.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(96 96 96);
  display: inline-block;
  margin: 3px 3px;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

#search {
  width: 600px;
  margin: 15px 0;
}
.search-content {
  position: relative;
  margin: 0 2px;
  outline: 0;
}
.search-content input.search-input::placeholder {
  color: #aaa;
}
.search-content input.search-input {
  position: relative;
  background: transparent;
  padding-right: 112px !important;
  padding: 0 30px;
  color: #aaa;
  font-weight: 500;
  border: none;
  outline: 0;
}
.search-content input.search-input:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.searchForm {
  position: relative;
  background-color: #141414;
  font-size: 1.1rem;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 0.3rem;
}
.search-content .search-icon {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 40px;
  color: #7b7b7b;
  position: absolute;
  top: -1px;
  left: 5px;
  font-size: 1.2rem;
}
.search-icon:hover {
  color: #aaa;
}
.search-icon.clear {
  font-size: 1.1rem;
  right: 15px;
  left: unset;
  cursor: pointer;
  z-index: 10;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.search-content .search-result-pop .nav-item.active {
    background: rgb(56 0 159);
    color: #fff !important;
}
.search-content .search-result-pop {
  display: none;
  background: #171717;
  position: absolute;
  padding-top: 39.6px;
  top: -1px;
  left: -1px;
  right: -1px;
  border-radius: 0.3rem;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: normal;
  border: 1px solid #292929;
}
.search-result-pop .result {
  background: #111111;
}
.search-content .foot {
  background: #202020;
  color: #666;
  padding: 0 15px;
  font-size: 0.95rem;
  overflow: hidden;
  line-height: 3rem;
}
.search-content .search-result-pop .head-box {
  padding: 5px 11px;
  background: #171717;
  border-bottom: 1px solid #181818;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.search-result-pop .foot .more {
  float: right;
  white-space: nowrap;
  color: #777;
}

.icon {
  display: inline-block;
  height: 22px;
  width: 18px;
  background: url('/assets/images/instruct.png') no-repeat;
  background-size: 90px auto;
}
.icon-down { background-position:   0   0; }
.icon-up   { background-position: -18px  0; }
.icon-return { background-position: -36px 0; }
.icon-esc    { background-position: -54px 0; }
.icon-qa     { background-position: -72px 0; }

.search-content .foot .nav-tip {
  top: 6px;
  position: relative;
  float: left;
}
.search-content .foot .nav-tip > span {
  margin-right: 10px;
}
.search-content .foot .nav-tip > span > span {
  position: relative;
  top: -7px;
  left: 0;
}
.search-content .icqa-tip {
  position: absolute;
  top: 0;
  right: 6px;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
}
.search-content .icqa-tip i {
  top: 8px;
  right: 5px;
  position: relative;
}

.active_sm_sm {
  color: #c7c7c7 !important;
  border-bottom: 1px solid #c7c7c7 !important;
}
.header-settingliv {
  position: relative;
  display: inline-block;
  top: 8px;
  left: 8px;
  height: 21px;
}
.toggle-lang {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 2px;
  transition: 1s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-lang > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 0 5px;
  text-align: center;
  display: block;
  color: #aaa;
  float: left;
}
.toggle-lang > span.en {
  background: #aaa;
  color: #1c1c1c;
}
.toggle-lang.off > span.en {
  background: #0000;
  color: #fff;
}
.toggle-lang.off > span.jp {
  background: #aaa;
  color: #1c1c1c;
}

.film-poster-img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.film-poster {
  width: 100%;
  padding-bottom: 148%;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}
.film-poster .film-poster-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dynamic-name:hover {
  color: #aaa;
}

.nav-item {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-content .search-result-pop .nav-item {
  display: block;
  text-align: left;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #292929;
  color: #aaa;
  cursor: pointer;
}
.search-content .search-result-pop .nav-item:hover {
  background: rgb(56 0 159);
  color: #fff !important;
}
.search-content .search-result-pop .nav-item .film-poster {
  float: left;
  width: 50px;
  padding-bottom: 70px;
}
.search-content .search-result-pop .nav-item .srp-detail {
  padding-left: 65px;
  font-size: 12px;
}
.search-content .search-result-pop .nav-item .srp-detail .film-name {
  font-size: 14px;
  line-height: 1.2em;
  max-width: 100%;
  margin-bottom: 5px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.search-content .search-result-pop .nav-item .srp-detail .alias-name {
  font-size: 13px;
  line-height: 1.2em;
  max-width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.container {
    max-width: 1800px;
    width: 100%;
}

.head-box {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #292929;
    padding: 10px 15px 0;
}

.head-box .tabs-sm {
    display: flex;
    color: #666;
}

.head-box .tabs-sm .tab {
    cursor: pointer;
    margin-right: 10px;
    font-weight: 600;
    transition: color .2s;
    padding-bottom: 8px;
    position: relative;
    color: #777;
}

.head-box .tabs-sm .tab.active,
.head-box .tabs-sm .tab:hover {
    color: #aaa;
}

.head-box .tabs-sm .tab.active:after,
.head-box .tabs-sm .tab:hover:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    content: "";
    background: #aaa;
    width: 100%;
}

.head-box .actions .filter {
    display: flex;
    align-items: center;
    color: #666;
    font-weight: 600;
}

.head-box .actions .filter:hover {
    color: #aaa;
}

.logo {
    display: flex;
    align-items: center;
    display: block;
    height: 2.7rem;
}

.logo img {
    height: 100%;
}

header {
    width: 100%;
    z-index: 50;
    transition: background .2s;
    margin-bottom: 10px;
    background: #1c1c1c;
    position: absolute;
}

header a {
    color: #aaa;
}

header #search {
    display: block;
    flex-grow: 1;
}

header #search form {
    position: relative;
    display: flex;
    background-color: #141414;
    font-size: 1.1rem;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border-radius: .5rem;
}

header #search form button,
header #search form input {
    background: 0 0;
    border: none;
    color: #666;
    outline: 0;
}

header #search form button {
    font-size: 1.5rem;
    z-index: 3;
    transition: color .2s;
	display:flex;
}

header #search form button:hover {
    color: #aaa;
}

header #search form input {
    z-index: 3;
    font-weight: 500;
    color: #aaa;
    flex-grow: 1;
    padding: 0 25px;
	font-size: 1.2rem;
}

header #search form input::placeholder {
    color: #666;
}



@media (max-width:1449.98px) {
    body,
    html {
        font-size: 12px;
    }
	.search-content .icqa-tip span {
    display: none;
  }
}

@media (max-width:1299px) {
	.search-content input.search-input {
    top: 2px;
  }
  #search .search-result-pop .nav-item {
    padding: 15px;
  }
  #search .search-result-pop .nav-item .film-poster {
    width: 40px;
    padding-bottom: 55px;
  }
  #search .search-result-pop .nav-item .srp-detail {
    padding-left: 55px;
  }
}

@media (max-width:1199.98px) {
    header #search {
        display: none;
        position: absolute;
        top: 100%;
        left: -10px;
        right: -10px;
    }
    header #search form button:hover {
        color: #5a2e98;
    }
	header #search form button {
    order: 1;
    padding: 0 10px;
    border: none;
    outline: 0;
    border-radius: 0 3px 3px 0;
}
  .search-result-pop .foot .more {
    float: none;
  }
  .search-content .search-icon {
    width: 30px;
    top: 0;
    left: -5px;
  }
  .search-icon.clear {
    left: unset;
  }
  .search-content input.search-input {
    background: #ffffff;
    color: #000;
    padding-right: 50px;
  }
  #search {
    top: 70px;
    left: 0;
    margin: 0;
    bottom: auto;
    width: 100%;
    position: absolute;
    display: none;
  }
}

body.index {
    background: #050505;
    font-size: 14px;
}

body.index .container {
    max-width: 850px;
    margin: 0 auto;
}

#i-wrapper #i-top {
    background-image: url('/assets/images/bg-index2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
    min-height: 600px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#i-wrapper #i-top .logo {
	width: 300px;
    height: 46px;
    margin: 0 auto;
}

#i-wrapper header {
    position: static;
    border-radius: 5px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
}

#i-wrapper #search {
    position: relative;
    z-index: 5;
    text-align: left;
    display: block!important;
    left: 0!important;
    right: 0!important;
}

#i-wrapper ul#i-menu {
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#i-wrapper ul#i-menu li {
    display: inline-block;
}

#i-wrapper ul#i-menu li a {
    color: #ddd;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 3px 12px;
    display: block;
}

#i-wrapper ul#i-menu li a:hover {
    color: #a885da;
}

#i-wrapper .i-gohome {
    background: url(/assets/images/bg-index1.png) no-repeat center center;
    background-size: contain;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

#i-wrapper .i-gohome a {
background: #fbc32e;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin-top: 5%;
    border-radius: 50rem;
    font-size: 1.5rem;
    color: #000;
	font-weight: 600;
}

#i-wrapper .i-gohome a i {
    vertical-align: middle;
    font-size: 2.5rem;
}

#i-wrapper .i-gohome a:hover {
    background-color: #e1a300;
}

#i-wrapper #i-bottom .heading {
    color: #ddd;
    margin-top: 20px;
}