@charset "UTF-8";
/* ============================================================
COLOR Definition
============================================================ */
.detailbtn.action{
	color: #00afeb;
}

.bread-crumb {
  padding-top: 120px;
}

.title-container {
  padding: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .title-container {
    padding: 20px 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .title-container {
    width: 95%;
    margin: 0;
    padding: 40px 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .other-container {
    width: 95%;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .other-container.right {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .other-container.center {
    margin: 0 auto;
  }
}

.other-container.episode {
  width: 96%;
  padding: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .other-container.episode {
    width: 90%;
    padding: 10px 0 0 0;
  }
}

.block-comment .part-title {
  padding: 0;
  border: none;
  margin: 0;
  color: #A3B2BF;
}

@media screen and (min-width: 768px) {
  .block-comment .part-title {
    border-bottom: 1px solid #A3B2BF;
    margin-bottom: 6px;
    color: #A3B2BF;
  }
}

.block-comment .part-title .part-title-left {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-end;
	flex-wrap: nowrap;
	align-items: center;
}

.block-comment .part-title .part-title-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.block-comment .part-title .part-title-left h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  position: relative;
  margin: 0;
  font-size: .9375em;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .block-comment .part-title .part-title-left h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    position: relative;
    font-size: 1.25em;
    font-weight: 700;
    color: #A3B2BF;
    margin: 0 10px;
  }
}

.block-comment .part-title .part-title-right, .part-title-left .comment-power,.comment-num{
	display: none;
}

@media screen and (min-width: 768px) {
	.block-comment .part-title .part-title-right, .part-title-left .comment-power,.comment-num{
		display: flex;
	}
}

.comment-container {
  width: 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .comment-container {
    width: 95%;
    padding: 50px 0 0 0;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .comment-container {
    margin: 0;
  }
}

.comment-container .comment-norecord {
	color: #fff;
	font-size: 1.8em;
	font-weight: 300;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	margin: 50px 0;
	font-size: 1.5em;
	transition: .15s linear;
	opacity: 0;
	display : none;
}

.comment-container .comment-norecord.active {
	display: flex;
	opacity: 1;
}

.comment-container .comment-norecord span {
	margin-bottom: 10px;
}

.comment-container .comment-norecord .immediate {
	width: fit-content;
	margin: 0 auto;
}

.title-text {
  display: block;
  width: calc(100% - 120px);
}

.logo-notification{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.name-chinese {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .name-chinese {
    font-size: 2em;
  }
}

@media screen and (min-width: 1200px) {
  .name-chinese {
    font-size: 2.5em;
  }
}

.name-foreign {
  font-size: .875em;
  font-weight: 500;
  color: #A3B2BF;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .name-foreign {
    font-size: 1em;
  }
}

@media screen and (min-width: 1200px) {
  .name-foreign {
    font-size: 1.25em;
  }
}

.tag-collect {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px 15px 8px 0;
}

.tags-container li {
  margin-right: 5px;
}

.tags-container li:nth-last-child(1) {
  margin-right: 0;
}

.sub-title {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
}

.item-paragraph {
  width: 100%;
  position: relative;
  color: #A3B2BF;
  font-size: .9375em;
  line-height: 1.7em;
  margin: 8px 0;
}

.item-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 16px 0;
}

.item-container.middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-container .item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30px;
  position: relative;
  margin-right: 10px;
  color: #A3B2BF;
  font-size: .9375em;
  line-height: 1.4em;
}

.item-container .item-title.item-tag {
  line-height: 46px;
}

.item-container .item-title.item-director, .item-container .item-title.item-actors {
  line-height: 46px;
}

@media screen and (min-width: 768px) {
  .item-container .item-title.item-director, .item-container .item-title.item-actors {
    line-height: 1.4em;
  }
}

.item-container .item-option-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .9375em;
  line-height: 1.4em;
  margin: -3px 0 0 0;
}

.item-container .item-option-container .item-option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #E2EAF2;
  margin: 3px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.4em;
}

.item-container .item-option-container .item-option::after {
  content: '|';
  display: table;
  margin: 0px 5px;
  font-weight: 400;
  font-size: .9375em;
}

.item-container .item-option-container .item-option:nth-last-child(1)::after {
  content: '';
  display: table;
  margin-left: 0;
}

.item-container .item-option-container .item-btn {
  font-weight: 700;
  color: #E2EAF2;
  padding: 8px 10px;
  border-radius: 5px;
  background: #2B3459;
  margin: 3px 0;
  margin-right: 5px;
  cursor: pointer;
}

.item-container .item-option-container .item-btn:nth-last-child(1) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .item-container .item-option-container .item-btn {
    padding: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4em;
    -webkit-transition: .15s linear;
    transition: .15s linear;
    margin: 3px 0;
  }
  .item-container .item-option-container .item-btn::after {
    content: '/';
    display: table;
    margin: 0 5px;
  }
  .item-container .item-option-container .item-btn:nth-last-child(1)::after {
    content: '';
    display: table;
  }
  .item-container .item-option-container .item-btn p:hover {
    text-decoration: underline;
  }
}

.block-tag .item-container .item-option-container .item-btn.tag-item {
  font-weight: 700;
  color: #E2EAF2;
  padding: 8px 10px;
  border-radius: 5px;
  background: #2B3459;
  margin: 5px 0;
  margin-right: 5px;
  cursor: pointer;
}

.block-tag .item-container .item-option-container .item-btn.tag-item:nth-last-child(1) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .block-tag .item-container .item-option-container .item-btn.tag-item {
    font-weight: 700;
    color: #E2EAF2;
    padding: 8px 10px;
    border-radius: 5px;
    background: #2B3459;
    margin: 5px 0;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: .15s linear;
    transition: .15s linear;
  }
  .block-tag .item-container .item-option-container .item-btn.tag-item:nth-last-child(1) {
    margin-right: 0;
  }
  .block-tag .item-container .item-option-container .item-btn.tag-item::after {
    content: '';
    display: table;
    margin: 0;
  }
  .block-tag .item-container .item-option-container .item-btn.tag-item p:hover {
    text-decoration: none;
  }
  .block-tag .item-container .item-option-container .item-btn.tag-item:hover {
    background: #455596;
  }
}

.market-title {
  font-size: .9375em;
  font-weight: 500;
  color: #FF8400;
  margin: 8px 0;
}

.score-share_container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .score-share_container {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .score-share_container {
    width: 100%;
    margin: 0;
    padding: 40px 0 0 0;
  }
}

.score-share_container .score-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10px;
}

.score-share_container .score-container .score-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.score-share_container .score-container .score-content img {
  height: 20px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .score-share_container .score-container .score-content img {
    height: 30px;
  }
}

.score-share_container .score-container .score-content h5 {
  font-size: .8125em;
  font-weight: 700;
  color: #FF8400;
}

.score-share_container .score-container .score-content h5 em {
  font-size: 1.666em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .score-share_container .score-container .score-content h5 {
    font-size: 1.125em;
  }
}

.score-share_container .score-container p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: .9375em;
  font-weight: 500;
  color: #E2EAF2;
  margin-left: 10px;
  padding-bottom: 4px;
}

.score-share_container .share-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.btn-action {
  background: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  color: #fff;
  transition: all 0.15s linear;
}

.btn-action:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn-action.active{
	background: rgba(0, 175, 235, 1);
}

.btn-action:nth-last-child(1) {
  margin-right: 0;
}

.btn-buying {
  background: white;
  color: #fff;
  margin: 0 10px 0 0;
}

.btn-buying:nth-last-child(1) {
  margin-right: 0;
}

.btn-buying p {
  color: #333;
  font-size: 1em;
}

.btn-buying.icon-only {
  padding: 10px;
}

.btn-buying.icon-only .btn-normal_icon {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
/*   .btn-buying { */
/*     display: -webkit-box; */
/*     display: -ms-flexbox; */
/*     display: flex; */
/*   } */
  .btn-buying p {
    font-size: 1em;
  }
}

.block-collection .other-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
	.block-collection .other-container {
    margin: 20px;
  }
}

@media screen and (min-width: 768px) {
  .block-collection {
    margin: 20px 0;
  }
}

.collection-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 20px auto;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1A8BA6;
}

.collection-container p {
  font-size: .9375em;
  font-weight: 500;
  color: #E2EAF2;
  line-height: 1.4em;
}

.collection-container .btn-normal {
  margin: 10px auto 0;
}

.btn-action.desktop_only {
  display: none;
 
}

@media screen and (min-width: 768px) {
  .btn-action.desktop_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.collection-container.mobile_only {
  display: block;
}

@media screen and (min-width: 768px) {
  .collection-container.mobile_only {
    display: none;
  }
}

.recommend-container {
		width: 100%;
		position: relative;
		margin: 20px auto 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto 50px;
		flex-direction: row;
}

@media screen and (min-width: 769px) {
	.recommend-container {
		width: 100%;
		position: relative;
		margin: 20px auto 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto 50px;
	}
}

@media screen and (min-width: 1200px) {
	.recommend-container {
		width: 100%;
		position: relative;
		margin: 20px auto 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto 50px;
		flex-direction: row;
	}
}

.recommend-container .recommend-item {
  position: relative;
  margin: 8px 1.5%;
}

.recommend-container .recommend-item.recommend-item-v {
  width: 30%;
}

.recommend-container .recommend-item.recommend-item-h {
   width: 48%;
   margin: 8px 1%;
}

@media screen and (min-width: 580px){
    .recommend-container .recommend-item.recommend-item-h{
        width: 32%;
        margin: 8px 0.66%;
    }
}

@media screen and (min-width: 768px) {
  .recommend-container .recommend-item.recommend-item-v {
    width: 15.5%;
  }
  .recommend-container .recommend-item.recommend-item-h {
     width: 24%;
     margin: 8px 0.5%;
  }
}

@media screen and (min-width: 1200px) {
	.recommend-container .recommend-item.recommend-item-v {
		width: 30%;
		margin: 5px 1.5%;
	}
	.recommend-container .recommend-item.recommend-item-h {
		width: 46%;
		margin: 8px 2%;
	}
}

.comment-mobile-swiper {
  width: 100%;
  overflow: visible;
  display: none;
  opacity : 0;
  transition: .15s linear;
}

.comment-mobile-swiper.active{
  display: block;
  opacity : 1;
}

.comment-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .comment-all {
    width: 100%;
    max-height: 500px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }
  .comment-all::-webkit-scrollbar {
    width: 8px;
  }
  .comment-all::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
  }
  .comment-all::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
  }
  .comment-all::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}

@media screen and (min-width: 1200px) {
  .comment-all {
    max-height: 700px;
  }
}

.comment-all .comment-item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  display: none;
  opacity: 0;
  transition: 1s linear;
}

.comment-all .comment-item.active {
	display: flex;
	opacity: 1;
}

.comment-all .comment-item:nth-child(1), .comment-all .comment-item:nth-child(2), .comment-all .comment-item:nth-child(3), .comment-all .comment-item:nth-child(4) {
  display: block;
  width: calc(100%/2);
  height: 78px;
  padding: 10px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background: #000;
}

.comment-all .comment-item:nth-child(1) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.comment-all .comment-item:nth-child(1).comment-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E2EAF2;
  font-size: .9375em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item:nth-child(1).comment-download {
    display: none;
  }
}

.comment-all .comment-item > .comment-content > .comment-item {
  display: none;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    height: auto;
  }
  .comment-all .comment-item:nth-child(2), .comment-all .comment-item:nth-child(3), .comment-all .comment-item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .comment-all .comment-item:nth-child(1) {
    display: none;
  }
  .comment-all .comment-item::after {
    content: '';
    display: table;
    position: absolute;
    width: 20px;
    height: calc(100% - 50px);
    top: 50px;    
  }
  .comment-all .comment-item > .comment-content > .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comment-all .comment-item .comment-user {
  width: 40px;
  position: relative;
  display: none;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item .comment-user {
    display: block;
  }
}

.comment-all .comment-item .comment-user .comment-user-avatar {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.comment-all .comment-item .comment-user .comment-user-avatar img {
  width: 100%;
  height: 100%;
  position: relative;
}

.comment-all .comment-item .comment-content {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item .comment-content {
    width: calc(100% - 50px);
  }
}

.comment-all .comment-item .comment-content > .comment-item .comment-username-score .comment-username {
  width: 100%;
}

.comment-all .comment-item .comment-content .comment-username-score {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-username {
  width: calc(100% - 100px);
  position: relative;
  margin-bottom: 16px;
  display: none;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item .comment-content .comment-username-score .comment-username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comment-all .comment-item .comment-content .comment-username-score .comment-username .user-info {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-username .user-info .user-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: .9375em;
  font-weight: 700;
  color: #E2EAF2;
  margin-right: 10px;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-username .user-info .user-posts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: .875em;
  font-weight: 400;
  color: #A3B2BF;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-username .user-info .user-posts em a{
  text-decoration: underline;
  color:#fff;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-username .publish-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: .75em;
  font-weight: 400;
  color: #A3B2BF;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-score {
  width: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-score li {
  width: 12px;
  position: relative;
}

.comment-all .comment-item .comment-content .comment-username-score .comment-score li img {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item .comment-content .comment-username-score .comment-score {
    width: 90px;
  }
  .comment-all .comment-item .comment-content .comment-username-score .comment-score li {
    width: 17px;
    position: relative;
  }
  .comment-all .comment-item .comment-content .comment-username-score .comment-score li img {
    width: 100%;
    position: relative;
  }
}

.comment-all .comment-item .comment-content .comment-content-text {
  position: relative;
}

.comment-all .comment-item .comment-content .comment-content-text p {
  width: 100%;
  position: relative;
  font-size: .8125em;
  font-weight: 400;
  color: #E2EAF2;
  max-height: 84px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item .comment-content .comment-content-text p {
    font-size: .9375em;
    -webkit-line-clamp: 4;
  }
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item .comment-content .comment-content-text.over-3lines::before {
    content: '';
    display: table;
    position: absolute;
    width: 106%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#12172c), to(rgba(18, 23, 44, 0.5)));
    background-image: linear-gradient(to top, #12172c, rgba(18, 23, 44, 0.5));
    bottom: 0;
    left: -3%;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    z-index: 1;
  }
  .comment-all .comment-item .comment-content .comment-content-text.over-3lines::after {
    content: '點擊繼續觀看';
    display: table;
    font-size: .9375em;
    font-weight: 400;
    color: #A3B2BF;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    text-shadow: 1px 3px 3px rgba(18, 23, 44, 0.8);
  }
}

.comment-all .comment-item .comment-content .comment-content-text.spoiler-alert::before {
  content: '';
  display: table;
  position: absolute;
  width: 106%;
  height: 104%;
  background: rgba(18, 23, 44, 0.6);
  bottom: -2%;
  left: -3%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1;
}

.comment-all .comment-item .comment-content .comment-content-text.spoiler-alert::after {
  content: '點擊解鎖防雷遮罩';
  display: table;
  font-size: .9375em;
  font-weight: 400;
  color: #A3B2BF;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  text-shadow: 1px 3px 3px rgba(18, 23, 44, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comment-all .comment-item .comment-content .comment-reaction {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  display: none;
}

@media screen and (min-width: 768px) {
  .comment-all .comment-item .comment-content .comment-reaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .comment-item.swiper-slide {
    width: 100% !important;
  }
}

.like-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 10px;
  border-radius: 1000px;
  -webkit-transition: .15s linear;
  transition: .15s linear;
  cursor: pointer;
  margin-right: 5px;
}

.like-btn:nth-last-child(1) {
  margin-right: 0;
}

.like-btn .like-icon {
  width: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.like-btn .like-icon img {
  width: 100%;
  position: relative;
}

.like-btn p {
  font-size: .75em;
  font-weight: 400;
  color: #A3B2BF;
  margin-left: 5px;
}

.like-btn:hover {
  background: #666;
}

.like-btn.active {
  background: #1b62b4;
}

.like-btn.active .like-icon::after {
  content: '';
  display: table;
  position: absolute;
  width: 18px;
  height: 17px;
  background: url("/img/page/filmdetail/like_active.svg") no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 1;
}

.like-btn.active p {
  color: #E2EAF2;
}

.like-btn.dislike .like-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.replay-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 10px;
  border-radius: 1000px;
  -webkit-transition: .15s linear;
  transition: .15s linear;
  cursor: pointer;
}

.replay-btn .reply-icon {
  width: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.replay-btn .reply-icon img {
  width: 100%;
  position: relative;
}

.replay-btn p {
  font-size: .75em;
  font-weight: 400;
  color: #A3B2BF;
  margin-left: 5px;
}

.replay-btn:hover {
  background: #666;
}

.photo-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.photo-swiper .photo-item {
  width: calc(100% / 3);
  position: relative;
  cursor: pointer;
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

.photo-swiper .photo-item .photo-container {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 66.7%;
  background: #000;
  overflow: hidden;
  cursor: pointer;
}

.photo-swiper .photo-item .photo-container img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

.photo-swiper .photo-item:hover .photo-container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-button-next, .swiper-button-prev {
  color: #E2EAF2;
}

.player-range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.player-container {
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.player-position {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.player-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.player-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.player-bg::after {
  content: '';
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 23, 44, 0.5);
}

.player-btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.player-btns .play-btn {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .15s linear;
  transition: .15s linear;
  cursor: pointer;
}

.player-btns .play-btn img {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .player-btns .play-btn {
    width: 100px;
    height: 100px;
  }
  .player-btns .play-btn:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}

.episode-fixed {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  display: none;
}

@media screen and (min-width: 768px) {
  .episode-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.episode-fixed .episode-tabs {
  width: calc(100% - 130px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(163, 178, 191, 0.3);
}

.episode-fixed .episode-tabs .episode-tabs-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
  position: relative;
  padding: 6px 10px;
  font-size: .875em;
  font-weight: 500;
  text-align: center;
  color: #A3B2BF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 175, 235, 0);
}

.episode-fixed .episode-tabs .episode-tabs-item.active {
  color: #00afeb;
  border-bottom: 2px solid #00afeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.episode-function {
  width: 96%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .episode-function {
    width: 100%;
  }
}

.episode-function .show-numbers {
  width: calc(100% - 100px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.episode-function .show-numbers p {
  color: #A3B2BF;
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
}

.episode-function .show-numbers select {
  width: calc(100% - 70px);
  height: 29px;
  position: relative;
  border: 1px solid #A3B2BF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 0 5px;
  color: #E2EAF2;
  outline: none;
}

.episode-function .sort-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 10000px;
  background: rgba(255, 255, 255, 0.2);
}

.episode-function .sort-btn p {
  color: #A3B2BF;
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
  margin-right: 3px;
}

.episode-function .sort-btn .sort-icon {
  width: 12px;
  height: 17px;
  position: relative;
  transition: 0.5s ease-out; /* 动画效果 */
}

.episode-function .sort-btn .sort-icon.descend {
	transform : rotate(180deg)
}

.episode-function .sort-btn .sort-icon img {
  width: 100%;
  vertical-align: top;
  padding-top: 3px;
}

.episode-container {
  width: 100%;
  position: relative;
  overflow: auto;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0;
  cursor: pointer;
  padding-bottom: 10px;
}

.episode-content .episode-container.lp{
	padding-bottom: 60px;
}

.episode-content .episode-container::-webkit-scrollbar {
  width: 8px;
}

.episode-content .episode-container::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.episode-content .episode-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.episode-content .episode-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}

.episode-container .episode-item {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px;
  opacity: 0; 
  transition: opacity 1s ease; 
}

.episode-container .episode-item.fade-in{  
	opacity: 1;
}

@media screen and (min-width: 768px) {
  .episode-container .episode-item:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

.episode-container .episode-item.current{
  background: rgba(255, 255, 255, 0.3);
}

.episode-container .episode-item.seen {
  background: rgba(255, 255, 255, 0.1);
}

.episode-container .episode-item:nth-last-child(1) {
  margin-bottom: 0;
}

.episode-container .episode-item .episode-top {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.episode-container .episode-item .episode-top .episode-item-left {
  width: 120px;
  position: relative;
}

.episode-container .episode-item .episode-top .episode-item-left .episode-img {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 5px;
  overflow: hidden;
}

.episode-container .episode-item .episode-top .episode-item-left .episode-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .episode-container .episode-item .episode-top .episode-item-left .tag.payment { */
/*   margin : 10px 0 0 0 ; */
/* } */

.episode-container .episode-item .episode-top .episode-item-left .episode-img .tag {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: .625em;
  padding: 4px 7px;
}

.episode-container .episode-item .episode-top .episode-item-left .episode-img .episode-time {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: .625em;
  font-weight: 500;
  text-align: right;
  color: #E2EAF2;
  padding: 2px 4px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}

.episode-container .episode-item .episode-top .episode-item-right {
  width: calc(100% - 130px);
  position: relative;
  padding: 5px 0;
}

.episode-container .episode-item .episode-top .episode-item-right h5 {
  width: 100%;
  position: relative;
  font-size: .875em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  
}

.episode-container .episode-item .episode-top .episode-item-right h6 {
  width: 100%;
  position: relative;
  font-size: .75em;
  font-weight: 500;
  color: #E2EAF2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}

.episode-container .episode-item .episode-top .episode-info-more {
	width: calc(100% - 150px);
	font-size: .75em;
	font-weight: 500;
	color: #999;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 92%;
	left: 100%;
	transform: translate(-106%, -100%);
}

.episode-container .episode-item .episode-top .episode-info-more img{
	transition: transform 0.5s ease;
}

.episode-container .episode-item .episode-top .episode-info-more img.expand{
	transform: rotate(180deg);
}
.episode-container .episode-item .episode-bottom {
  width: 100%;
  position: relative;
  border-radius: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.episode-container .episode-item .episode-bottom.expand {
	max-height: 200px;
}

.episode-container .episode-item .episode-bottom p {
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .75em;
	font-weight: 500;
	color: #A3B2BF;
	line-height: 1.6em;
}

.episode-recommend .episode-container{
	overflow-y: auto;
} 

.mobile-tabs {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  border-bottom: 1px solid rgba(163, 178, 191, 0.3);
  background: #12172C;
  z-index: 2;
}

.mobile-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobile-tabs::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
}

.mobile-tabs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.mobile-tabs::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 768px) {
  .mobile-tabs {
    display: none;
  }
}

.mobile-tabs .mobile-tabs-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 20px 8px;
  font-size: .875em;
  font-weight: 500;
  text-align: center;
  color: #A3B2BF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 175, 235, 0);
}

.mobile-tabs .mobile-tabs-item.active {
  color: #00afeb;
  border-bottom: 2px solid #00afeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notification-switch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.notification-switch p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .875em;
  font-weight: 400;
  color: #A3B2BF;
  margin-right: 3px;
}

.notification-switch .notification-icon {
  position: relative;
  margin-top: 6px;
  cursor : pointer;
}

.notification-switch .notification-icon .notification-bg {
  position: relative;
}

.notification-switch .notification-icon .notification-bg img {
  width: 40px;
}

.notification-switch .notification-icon .notification-bg::after {
  content: '';
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 18px;
  background: url("/img/page/filmdetail/switch_bg_active.svg") no-repeat;
  background-size: contain;
  opacity: 0;
}

.notification-switch .notification-icon .notification-btn {
  width: 28px;
  position: absolute;
  top: -1px;
  left: -3px;
}

.notification-switch .notification-icon .notification-btn img {
  width: 100%;
}

.notification-switch .notification-icon.active .notification-bg::after {
  opacity: 1;
}

.notification-switch .notification-icon.active .notification-btn {
  -webkit-animation: switchIconOn .3s linear forwards;
          animation: switchIconOn .3s linear forwards;
}

.notification-switch .notification-icon.inactive .notification-bg::after {
  opacity: 0;
}

.notification-switch .notification-icon.inactive .notification-btn {
  -webkit-animation: switchIconOff .3s linear forwards;
          animation: switchIconOff .3s linear forwards;
}

@-webkit-keyframes switchIconOn {
  0% {
    left: -3px;
  }
  100% {
    left: 20px;
  }
}

@keyframes switchIconOn {
  0% {
    left: -3px;
  }
  100% {
    left: 20px;
  }
}

@-webkit-keyframes switchIconOff {
  0% {
    left: 20px;
  }
  100% {
    left: -3px;
  }
}

@keyframes switchIconOff {
  0% {
    left: 20px;
  }
  100% {
    left: -3px;
  }
}

.shorts-content {
  display: none;
}

.shorts-content .episode-container::-webkit-scrollbar {
	width: 8px;
}

.shorts-content .episode-container::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
}

.shorts-content .episode-container::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

.shorts-content .episode-container::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.4);
}

.footer-content {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer-content {
    display: block;
  }
}

.desktop_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .desktop_only {
    display: block;
  }
}

.mobile_only {
  display: block;
}

@media screen and (min-width: 768px) {
  .mobile_only {
    display: none;
  }
}

.editor-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.editor-box .box-up .dialog-title {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.box-mid{
    width: 100%;
}

.editor-box .box-mid-up {
	display: flex;
	margin: 10px 0px;
	justify-content: space-between;
	align-items: flex-end;
}

.editor-box .box-mid-up .left-side {
	display: flex;
	justify-content: space-between;
	width: 60%;
	align-items: flex-end;
}

.editor-box .box-mid-up .left-side .profile-info {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-end;
}

.editor-box .box-mid-up .left-side .score-info {
	display: flex;
	align-items: flex-end;
}

.editor-box .box-mid-up .left-side .score-info .edit-rating {
	display: flex;
	direction: ltr;
	font-size: 1.2em;
	cursor: pointer;
	gap: 2px;
}

.editor-box .box-mid-up .left-side .score-info .edit-rating .star {
  color: #ccc;
  transition: color 0.2s;
  position: relative;
}

.editor-box .box-mid-up .left-side .score-info .edit-rating .star.full {
  color: gold;
}

.editor-box .box-mid-up .left-side .score-info .edit-rating .star.half {
  background: linear-gradient(90deg, gold 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.editor-box .box-mid-up .label-for-check-box{
	display: flex;
    flex-direction: row;
}

.editor-box .box-mid-down textarea {
	width: 100%;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}

.editor-box .box-mid-down .word-counter {
	display: flex;
    justify-content: flex-end;
    font-size: xx-small;
    color: #999;
}

.editor-box .box-mid-down .word-counter::after {
	content: " / 500";
}

.editor-box .profile-info img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.editor-box .box-down {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.editor-box .box-down {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}


.player-fullscreen-setting {
	width: 100%;
	position: absolute;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	top: 0px;
	left: 0px;
}
/* ============================================================
BOTTOM FIXED(小網)
============================================================ */
.bottom-fixed {
  width: 100%;
  position: fixed;
  bottom: -1px;
  right: 0;
  height: 68px;
  background: #00187D;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.bottom-fixed .bottom-fixed-container {
  width: 94%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}

.bottom-fixed .bottom-fixed-container .bottom-fixed-content {
  width: calc(100% - 100px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bottom-fixed .bottom-fixed-container .bottom-fixed-content .bottom-fixed-img {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.bottom-fixed .bottom-fixed-container .bottom-fixed-content .bottom-fixed-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.bottom-fixed .bottom-fixed-container .bottom-fixed-content .bottom-fixed-text {
  width: calc(100% - 40px);
  position: relative;
  font-size: .875em;
  font-weight: 400;
  text-align: left;
  color: #fff;
  line-height: 1.4em;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bottom-fixed .bottom-fixed-container .bottom-fixed-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.bottom-fixed .bottom-fixed-container .bottom-fixed-btn.blue {
  background: #1b62b4;
  color: #fff;
}

.bottom-fixed .bottom-fixed-container .bottom-fixed-btn.white {
  background: #fff;
  color: #1b62b4;
}

/* ============================================================
DOWNLOAD + TOP(小網)
============================================================ */
.download-top {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 1000;
}

.download-top .download-btn {
  background: #00afeb;
  border-radius: 1000px 0 0 1000px;
  padding: 10px 13px 10px 16px;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}

.download-top .download-btn p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-align: right;
}

.download-top .download-btn p span img {
  width: 16px;
  height: 14px;
  margin-right: 3px;
}

.download-top .top-btn {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#5541DE), to(#5E92F7));
  background: linear-gradient(to top, #5541DE, #5E92F7);
  -webkit-filter: drop-shadow(1px 6px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 6px 5px rgba(0, 0, 0, 0.5));
}

.download-top .top-btn img {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.download-top .promo-area.fet-new-life {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #d3060f;
  -webkit-filter: drop-shadow(1px 6px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 6px 5px rgba(0, 0, 0, 0.5));
}

.download-top .promo-area.fet-new-life p {
  color: #fff;
  font-size: .75em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.download-top .promo-area.fet-new-life a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ============================================================
TNPS Definition
============================================================ */
.popup-box .popup-infor-content p.intro {
	font-size: 0.937575em;
	color: #1e1e1e;
	line-height: 1.4em;
	padding-bottom: 20px;
	border-bottom: 3px solid rgba(27, 98, 180, 0.3);
}

.popup-box .popup-infor-content .tnps-content{
	max-height: calc(90vh - 230px);
    overflow-y: auto;
    width: 100%;	
}

.popup-box .popup-infor-content .tnps-content::-webkit-scrollbar {
	width: 8px;
}

.popup-box .popup-infor-content .tnps-content::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(18, 23, 44, 0.1);
}

.popup-box .popup-infor-content .tnps-content::-webkit-scrollbar-thumb {
	background: rgba(18, 23, 44, 0.2);
	border-radius: 10px;
}

.popup-box .popup-infor-content .tnps-content::-webkit-scrollbar-thumb:hover {
	background: rgba(18, 23, 44, 0.4);
}

.popup-box .popup-infor-content .question-container {
  margin-left: 1.1em;
}

.popup-box .popup-infor-content .question-container .question-area {
  width: 100%;
  position: relative;
  margin: 20px 0 40px;
  list-style: decimal;
  color: #1b62b4;
  font-size: 1.15em;
  font-weight: 700;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-box .popup-infor-content .question-container .question-area h6 {
  font-size: 1em;
  font-weight: 700;
  color: #1b62b4;
}

.popup-box .popup-infor-content .question-container .question-area h6 em {
  font-size: .8em;
  color: #666;
}

.popup-box .popup-infor-content .question-container .question-area:nth-last-child(1) {
  margin: 20px 0;
  padding-bottom: 0;
  border-bottom: 0px;
}

.popup-box .popup-infor-content .question-container .question-area.Required h6::before {
  content: '*';
  display: table;
  position: absolute;
  top: -6px;
  left: -7px;
  color: #ff4747;
  font-size: 16px;
  font-weight: 700;
}

.popup-box .popup-infor-content .question-container .answer-area {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.popup-box .popup-infor-content .question-container .answer-area textarea {
  width: 100%;
  position: relative;
  height: 100px;
  outline: none;
  border: 1px solid #1b62b4;
  font-size: 16px;
  color: #000;
  padding: 5px;
  box-sizing: border-box;
}

.popup-box .popup-infor-content .question-container .progress-bar {
  -webkit-appearance: none;
  border-radius: 2px;
  width: calc(100% - 70px);
  height: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(left, #2745AF 0%, #672F7F 100%);
  outline: none;
  transition: .1s;
  top: -2px;
  border-radius: 5000px;
}

.popup-box .popup-infor-content .question-container .progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid #1b62b4;
  border-radius: 50%;
  box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.popup-box .popup-infor-content .question-container .progress-bar::before {
  content: '0';
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  font-size: 14px;
  color: #666;
}

.popup-box .popup-infor-content .question-container .progress-bar::after {
  content: '10';
  display: table;
  position: absolute;
  top: 0;
  right: 5px;
  transform: translate(0, 100%);
  font-size: 14px;
  color: #666;
}

.popup-box .popup-infor-content .question-container .score-text {
  width: 55px;
  position: relative;
  text-align: center;
  font-size: 1em;
}

.popup-box .popup-infor-content .question-container .score-text em {
  font-size: 1.5em;
  font-weight: 700;
}

/* ============================================================
override behave Definition
============================================================ */
.hide{
	display : none;
	opacity: 0;
}

.show{
	display : flex;
	opacity: 1;
}

h1 {
	color: #A3B2BF;
	font-size: .875em;
}

/*# sourceMappingURL=detail.css.map */