<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* index style */
.i-t-p {
  height: 100vh;
  min-height: 650px;
  margin-top: -80px;
  padding-top: 80px; }

.i-p-h {
  width: 100%;
  padding-bottom: 500px;
  position: relative; }

.i-p-w {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/s/images/wiki/index-poster.jpg) scroll no-repeat center/cover; }

.i-t-d {
  height: 100%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center; }

.i-t-p .c h1 {
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  white-space: nowrap; }

.i-t-p .c h3 {
  font-size: 22px;
  line-height: 30px;
  max-width: 700px; }

.i-t-p .nav-search {
  width: 400px;
  margin: 30px 0 0; }

.i-t-p #main-search {
  height: 44px;
  font-size: 15px;
  padding: 0 50px 0 20px; }

.i-t-p .nav-search .search-go {
  padding: 14px; }

.i-t-p .nav-search .icon-search {
  width: 16px;
  height: 16px; }

.i-t-p .nav-search .icon-search:before {
  top: 14px; }

.i-tp-c {
  padding-top: 30px;
  text-align: center;
  background-color: #f5f5f5; }

.i-tp-c &gt; .h {
  font-size: 30px;
  line-height: 1.33;
  color: #e12932; }

.i-tp-c &gt; .sub {
  font-size: 18px;
  line-height: 28px;
  margin: 12px auto 0;
  max-width: 650px; }

.i-p-c .i-tp-l {
  margin-top: 32px;
  margin-bottom: 3px; }

.i-tp-l {
  overflow: hidden;
  margin: -3px; }

.i-tp-i {
  width: 25%;
  float: left; }

.i-tp-i .w {
  padding: 3px; }

.i-tp-i .holder {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden; }

.i-tp-i .img-wrap,
.i-tp-i .h-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.i-tp-i .img-wrap {
  background: #fff no-repeat scroll center/cover; }

.i-tp-i .img-wrap img {
  width: 100%;
  height: 100%; }

.i-tp-i .h-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  opacity: 0;
  visibility: hidden; }

.i-tp-i .h-wrap .t {
  font-size: 30px;
  line-height: 50px;
  padding: 0 30px; }

.i-tp-i .h-wrap .c {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  text-decoration: underline;
  display: none; }

.i-tp-i .holder:hover .h-wrap {
  opacity: 1;
  visibility: visible; }

/*slider style*/
.i-slider {
  position: relative;
  height: 76%; }

.i-slider .item {
  position: relative;
  overflow: hidden; }

.i-slider .item &gt; img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: 0 auto; }

.i-slider .caption {
  text-align: center;
  color: #fff;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.i-slider .caption h1 {
  font-size: 100px;
  line-height: 1;
  white-space: nowrap; }

.i-slider .caption h2 {
  font-size: 50px;
  line-height: 1; }

.i-slider .caption p {
  font-size: 20px;
  line-height: 33px;
  margin: 24px auto 0;
  max-width: 600px; }

.i-slider .caption h2 + p {
  margin-top: 18px;
  font-size: 16px; }

.i-ranks {
  width: 800px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 40px;
  overflow: hidden;
  font-size: 13px; }

.i-ranks .col {
  width: 50%;
  float: left; }

.i-ranks .col:nth-child(1) {
  padding-right: 50px;
  border-right: 2px solid rgba(255, 255, 255, 0.3); }

.i-ranks .col:nth-child(2) {
  padding-left: 50px; }

.i-ranks li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 46px; }

.i-ranks li + li {
  margin-top: 20px; }

.i-ranks label {
  font-size: 18px; }

.i-ranks .img-c {
  width: 80px;
  height: 46px;
  background-color: #fff;
  margin-left: 17px; }

.i-ranks .img-c img {
  max-width: 100%;
  max-height: 100%; }

.i-ranks .name {
  margin-left: 12px; }

.i-ranks .count {
  margin-left: auto; }

.i-ranks .fa {
  font-size: 12px;
  margin-left: 8px; }

.i-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.i-slider .slick-dots button {
  display: none; }

.i-slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px; }

.i-slider .slick-dots li.slick-active {
  background-color: #e12932; }

.i-count-bar {
  height: 24%;
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }

.i-cb-w {
  overflow: hidden;
  padding: 0 15px; }

.i-count-bar .col {
  float: left;
  width: 33.33%; }

.i-count-bar .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  background: #e12932 url(/s/images/wiki/i-cc-1.png) no-repeat center/40px; }

.i-count-bar .likes .circle {
  background-image: url(/s/images/wiki/i-cc-2.png); }

.i-count-bar .visitors .circle {
  background-image: url(/s/images/wiki/i-cc-3.png); }

.i-count-bar .col-c {
  overflow: hidden; }

.i-count-bar .ctt {
  margin-top: 5px; }

.i-count-bar .ctt .t {
  font-size: 15px;
  margin: 0; }

.i-count-bar .ctt .n {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #e12932; }

/*static best product style*/
.t-p-c {
  background-color: #e5e5e5;
  overflow: hidden; }

.t-p-c-w {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px; }

.t-p-d-w {
  padding: 20px; }

.t-p-d h1.h {
  font-size: 30px;
  line-height: 1.2;
  color: #313131;
  font-weight: 700;
  margin-top: 10px; }

.t-p-d h3.sub {
  font-size: 18px;
  line-height: 1;
  color: #777;
  margin-top: 10px; }

.t-p-l {
  margin-top: 30px;
  border: 1px solid #ddd;
  position: relative; }

.t-p-l:after {
  content: " ";
  display: block;
  clear: both; }

.t-p-col {
  width: 100%; }

.t-p-col:after {
  content: " ";
  display: block;
  clear: both; }

.t-p-col.f-col {
  margin-top: 30px; }

.search-result .t-p-col {
  margin: 33px 0; }

.h + .t-p-col {
  background-color: #f5f5f5; }

.t-p-i {
  float: left;
  width: 20%;
  position: relative; }

.t-p-col .t-p-i + .t-p-i {
  border-left: 1px solid #fff; }

.f-col.t-p-col .t-p-i + .t-p-i {
  border-color: #d8d8d8; }

.t-p-i .t {
  text-align: center;
  padding: 20px 20px 10px;
  /*display:flex;*/
  /*display:-webkit-flex;*/
  /*flex-direction:column;*/
  /*align-items:center;*/ }

.t-p-i .t .h {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  height: 120px;
  overflow: hidden; }

.t-p-i .t .img {
  height: 150px;
  width: 120px;
  margin: 20px auto 0;
  background: #fff no-repeat scroll center/contain; }

.t-p-i .t .from {
  color: #418ce3;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: underline;
  margin-top: 20px;
  display: block; }

.t-p-i .btn-line {
  margin-top: 15px; }

.t-p-i .btn-line em {
  font-size: 12px;
  margin-bottom: 10px;
  color: #777;
  line-height: 1;
  display: block; }

.t-p-i .shop-btn {
  width: 130px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #e12932;
  color: #e12932;
  background: none;
  font-size: 13px; }

.t-p-i .c {
  padding: 15px 25px;
  font-size: 14px;
  line-height: 1.43; }

.t-p-l &gt; .h {
  font-weight: 600;
  padding: 7px 25px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.43; }

.t-p-i .t-p-col.h {
  margin-top: 15px; }

.t-p-l .h-p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: 0;
  z-index: 1; }

.t-p-l .h-p .t-p-i {
  height: 100%;
  position: relative; }

.t-p-l .t-p-i .b-line {
  border: 4px solid #3c8ad2;
  margin: -1px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0; }

.search-result .t-p-l .t-p-i .b-line {
  top: -33px;
  bottom: -33px; }

.t-p-l .t-p-i:hover .b-line {
  opacity: 1; }

.search-result .t-p-l .t-p-i:hover .shop-btn {
  background-color: #e12932;
  color: #fff; }

.search-result .t-p-l .t-p-i:hover .b-line {
  border-color: #e12932; }

.t-p-l .tag {
  visibility: visible;
  text-align: center;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 9px 17px 9px 10px;
  height: 30px;
  min-width: 134px;
  background: url(/s/images/wiki/gtr-best-tag.png) no-repeat scroll 0 0/134px;
  position: absolute;
  left: 50%;
  top: -38px;
  white-space: nowrap;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0); }

.t-p-l .tag.for-tag {
  background: url(/s/images/wiki/gtr-for-tag.png) no-repeat scroll 0 0/174px; }

/*search*/
.search-result .sbb-container {
  margin: 40px 0 25px;
  text-align: center;
  color: #777;
  font-size: 13px;
  line-height: 20px; }

.sbb-i {
  position: relative;
  margin: 13px auto;
  max-width: 340px; }

.sbb-i input {
  width: 100%;
  height: 34px;
  padding: 0 100px 0 15px;
  border-color: #ddd; }

.sbb-i button {
  width: 90px;
  height: 34px;
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 0;
  background-color: #4f91d6; }

@media screen and (max-width: 1400px) {
  .i-slider .caption h1 {
    font-size: 70px; }

  .i-slider .caption h2 {
    font-size: 40px; }

  .i-slider .caption h2 + p {
    margin-top: 10px; }

  .i-slider .slick-dots {
    bottom: 20px; }

  .i-ranks {
    padding: 30px; } }
@media screen and (max-width: 1100px) {
  .i-p-h {
    padding-bottom: 400px; }

  .t-p-d-w {
    padding: 15px; }

  .i-tp-i {
    width: 33.33%; }

  .i-tp-i .h-wrap .t {
    font-size: 20px;
    line-height: 30px; }

  .t-p-i .t {
    padding: 10px; }

  .t-p-i .t .img {
    width: 100px;
    height: 125px; } }
@media screen and (max-width: 830px) {
  .p-i .description ul li {
    width: 100%; }

  .p-i .over-all .o-a-left {
    width: 65%; }
  .p-i .over-all .o-a-right {
    width: 26.25%; }

  .b-d-w {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto; }

  .b-d-w h1 {
    font-size: 25px;
    margin-bottom: 20px; }

  .b-d-w h2 {
    font-size: 18px;
    margin-top: 20px; }

  .b-d-w article {
    font-size: 15px;
    line-height: 20px; }

  .b-d-w p {
    margin-top: 10px; } }
@media screen and (max-width: 768px) {
  .p-i .over-all .o-a-left {
    width: 100%; }
  .p-i .over-all span {
    display: none; }
  .p-i .over-all .o-a-right {
    width: 100%;
    margin-top: 5px;
    float: right; }

  .i-p-h {
    padding-bottom: 60%; }

  .i-t-d {
    padding: 0 20px; }

  .i-t-p .c h1 {
    font-size: 24px;
    line-height: 24px; }

  .i-t-p .c h3 {
    font-size: 16px;
    line-height: 24px; }

  .i-t-p .nav-search {
    width: 250px; }

  .i-t-p #main-search {
    height: 36px;
    border-radius: 0;
    -webkit-appearance: none; }

  .i-t-p .nav-search .search-go {
    padding: 10px; }

  .i-tp-c {
    padding-top: 20px; }

  .i-tp-c &gt; .h {
    font-size: 20px; }

  .i-tp-c &gt; .sub {
    font-size: 16px;
    margin-top: 15px;
    line-height: 20px; }

  .i-tp-i {
    width: 50%; }

  .i-tp-i .h-wrap {
    visibility: visible;
    opacity: 1;
    top: auto; }

  .i-tp-i .h-wrap .t {
    font-size: 14px;
    line-height: 20px;
    padding: 10px; }

  .i-t-p .c .btn {
    height: 30px;
    width: 100px;
    font-size: 15px;
    line-height: 30px; }

  .i-t-c {
    margin-top: 0; }

  .i-t-c .t-b {
    font-size: 14px;
    height: 42px;
    overflow: hidden; }

  .i-t-c .t-b ul {
    height: 52px;
    overflow-x: scroll;
    display: flex;
    display: -webkit-flex;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }

  .i-t-c .t-b li + li {
    /*margin-left:20px;*/ }

  .i-t-c .t-b li {
    height: 42px;
    line-height: 44px;
    width: auto;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    padding: 0 15px; }

  .t-i .ehp-list {
    margin-top: -5px; }

  .t-i .coupon .coupon-wrap {
    margin: 0; }

  .t-p-c-w {
    margin-top: 0;
    margin-bottom: 0; }

  .t-p-d h1.h {
    font-size: 20px; }

  .t-p-d h3.sub {
    font-size: 14px; }

  .t-p-l {
    margin-top: 30px;
    width: 752px; }

  .scroll-x {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px; }

  .scroll-x-w {
    width: 767px; }

  .t-p-col {
    width: 750px; }

  .t-p-i {
    width: 150px; }

  .t-p-l .h-p {
    display: none; }

  .t-p-i .c {
    padding: 10px; }

  .t-p-i .shop-btn {
    width: auto;
    height: 30px; }

  .t-p-l &gt; .h {
    padding: 10px;
    font-size: 10px;
    margin: 0; }

  .b-d-w .min-imgs {
    margin: 5px -5px 0; }

  .b-d-w .min-imgs .item {
    width: 33.33%;
    padding: 5px; }

  .i-t-p {
    margin-top: -80px;
    padding-top: 80px; }

  .i-slider .caption {
    width: 100%; }

  .i-slider .caption h1 {
    font-size: 30px; }

  .i-slider .caption h2 {
    font-size: 24px; }

  .i-slider .caption p {
    font-size: 16px;
    line-height: 24px; }

  .i-ranks {
    padding: 15px;
    margin: 15px;
    width: auto;
    height: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  .i-ranks .col {
    width: 100%; }

  .i-ranks .col:nth-child(1) {
    padding-right: 0;
    border-right: none; }

  .i-ranks .col:nth-child(2) {
    padding-left: 0;
    margin-top: 10px; }

  .i-ranks li + li {
    margin-top: 10px; }

  .i-count-bar .circle {
    height: 32px;
    width: 32px;
    background-size: 20px;
    margin: 0 auto;
    float: none; }

  .i-count-bar .col-c {
    text-align: center; }

  .i-count-bar .ctt .t {
    font-size: 13px; }

  .i-count-bar .ctt .n {
    font-size: 13px;
    margin-top: 5px; }

  .p-i {
    margin-top: 15px; }
    .p-i .h2 {
      font-size: 16px;
      margin-top: 15px; }
    .p-i .h3 {
      font-size: 16px; }
    .p-i + .p-i {
      padding-top: 15px; }
    .p-i .header {
      font-size: 18px; }
    .p-i .poster {
      margin-top: 15px; }
    .p-i .analyze-l {
      margin-top: 10px; }
      .p-i .analyze-l .a-i {
        width: 100%; }
        .p-i .analyze-l .a-i .a-i-w {
          padding: 15px 0; }
        .p-i .analyze-l .a-i .label {
          min-height: 150px; }
    .p-i .shop-panel {
      margin-top: 15px;
      padding: 15px 0; }
      .p-i .shop-panel .l {
        padding: 0;
        border: none;
        width: 100%; }
        .p-i .shop-panel .l .img-wrap {
          height: auto;
          margin: 0 auto; }
        .p-i .shop-panel .l .overall .text {
          margin-top: 15px; }
      .p-i .shop-panel .r {
        margin-top: 10px;
        padding: 0;
        width: 100%; }
        .p-i .shop-panel .r .targets {
          margin-top: 15px; }
        .p-i .shop-panel .r .btn {
          width: 100%; }
    .p-i .g-b {
      margin-top: 20px; }
      .p-i .g-b .content + .h-l {
        margin-top: 15px; }
      .p-i .g-b .h-l + .content {
        margin-top: 10px; }
    .p-i .smy {
      margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .b-r-product .p-item {
    width: 50%; }

  .b-r-product .p-item .p-item-wrap {
    padding: 5px; }

  .b-r-product .product-list {
    margin: 0 -5px; } }
@media screen and (max-width: 450px) {
  .p-i .thumbs .t-content {
    width: 100%;
    margin-bottom: 10px;
    height: auto; }
    .p-i .thumbs .t-content p {
      overflow: hidden;
      margin-bottom: 10px; }

  .p-i .over-all .o-a-left {
    width: 100%; }
  .p-i .over-all span {
    display: none; }
  .p-i .over-all .o-a-right {
    width: 100%;
    margin-top: 5px;
    float: right; } }
/*index style end*/

/*# sourceMappingURL=index.css.map */
</pre></body></html>