/* 阅读页改用带导航模版后不再渲染阅读页专属固定顶栏：站点顶栏 + 面包屑承担导航，
   避免两条固定顶栏重叠遮挡。#page-content 顶部留白交给 new-mt.css 的站点顶栏清空值
   （桌面 101px / 移动 60px），此处不再覆盖。 */
.watch-page{width:100%;background-color:#F4F4F4}
.watch-page-heading{margin:0;padding:20px 24px;background:#fff;color:#222;font-size:24px;line-height:34px;text-align:center;white-space:normal;}
/* 用 !important：模版里的滚动/点击处理仍会 $('.nav-bar-top').show() 写内联 display:block，
   非 !important 会被内联样式盖过导致顶栏又冒出来与站点顶栏重叠。 */
.nav-bar-top{display:none!important;}
.fictions-content{background-color:#F4F4F4;margin-top:45px;margin-bottom:45px;padding:5px 20px;color:#333333;font-size:16px;word-break:break-word;}
.top-left{flex: 1;display: flex;flex-direction: row;align-items: center}
.top-right{flex: 1;display: flex;flex-direction: row;align-items: center;justify-content: flex-end;}
.back{color:gray;font-size:16px;padding-left:20px;font-weight:bold;float:left;color: grey;}
.title-block{color:black;font-size:24px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 auto;width: 800px;}
.favorite-icon, .nav-download{color:red;font-size:12px;font-weight:bold;}
.favorite{width:95px;height:35px;background:#fff;border:1px solid #FF204E;opacity:1;border-radius:100px;line-height: 35px;text-align: center;}
.nav-report{font-size: 20px;margin-left: 7px;margin-right: 79px;}
.pictures{display: grid;}
.nav-bar-bottom{position:relative;left:0;bottom:0;background:#fff;width:100%;height:50px;z-index:31;}
.page-bar-top{background:#fff;width:100%;height:50px;}
.watch-icon{color:white;font-size:28px;font-weight:bold;}
#read-next-link-wrapper{padding-bottom:60px;padding-top:20px;text-align:center;display:block;}
#read-next-link{color:black;border:1px solid #e4e4e4;border-radius:25px;display:inline-block;height:50px;line-height:50px;padding:0 30px;background:white;}
.chart-story{padding:40px 15px 0 15px;}
.chart-story .row{margin-bottom:20px;}
.chart-story .middle, .left, .right{display:flex;}
.chart-story .item{flex:1;position:relative}
.chart-story .item .content{border-radius:5px;color:#666;font-size:14px;padding:15px;line-height:22px;word-break:break-word;}
.chart-story .item .arrow{width:10px;height:17px;background-size:10px 17px;position:absolute;top:24px;}
.chart-story .item .arrow_left{background-image:url("/images/contribute/dialogue_arrow_left.png");left:-9px;}
.chart-story .item .arrow_right{background-image:url("/images/contribute/dialogue_arrow_right.png");right:-9px;}
.chart-story .avatar{width:44px;}
.chart-story .avatar img{width:44px;height:44px;border-radius:50%;border:solid 2px #FFF;box-sizing:border-box}
.chart-story .character_name{color:#999999;font-size:13px;}
.chart-story .content_narration{background-color:#e1e1e1;margin:0 15px;}
.chart-story .content_text{}
.chart-story .item .content_image{display:inline-block;overflow:hidden;padding-left:0;padding-right:0;}
.chart-story .content_image img{max-width:100%;max-height:300px;border-radius:5px;}
.chart-story .middle{justify-content:center}
.chart-story .middle .item{text-align:center;}
.chart-story .middle .content_text{background-color:#FFF;}
.chart-story .left .item{margin-left:12px;}
.chart-story .left .message{}
.chart-story .left .content_text{background-color:#FFF;}
.chart-story .right{flex-direction:row-reverse}
.chart-story .right .item{text-align:right;margin-right:12px;}
.chart-story .right .content_text{background-color:#B0DDFA;}
.lock{width:100%;position:fixed;left:0;bottom:0;z-index:10;}
.tui-editor-contents pre{overflow:hidden;}
.report-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;}
.report-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:999;display:none;}
.report-close{width:90%;height:40px;text-align:right;}
.report-bg-close{color:white;font-size:30px;}
.report-content{width:90%;height:80%;}
.none{display: none}
/*新官网阅读页的手机端样式*/
.favorite{display: none;}
.nav-report{display: none;}
.mt-icon{display: none;}
.favorite-icon-phone{}
.nav-report-icon-phone{}
.bottom-bar{position: relative;display: flex;justify-content: space-around;align-items: center;padding: 0 10%;height: 50px;}
.page-bar{display: flex;justify-content: space-around;align-items: center;padding: 0 10%;height: 100%;}
.page-icons{border-radius: 500px;height: 25px;line-height: normal;width: 40%;text-align: center;display: flex;align-items: center;justify-content: center;}
.page-icons-prev{border: 1px solid #707070;}
.page-icons-next{border: 1px solid #FF204E;color: #FF204E;}
.episode-list-icon-up, .episode-list-icon-down{font-size: 14px;line-height:39px;margin-left: 7px;color: grey;}
.episode-block-phone{display: flex;justify-content: center;font-size: 20px;font-weight: 500;color: #000;height: 60%;margin-top: 2px;}
.title-block{width: 50%;}
.title-phone{font-size: 10px;font-weight: 500;line-height: 20px;color: rgba(136, 136, 136, 1);margin-top:-3%;}
.icon-phone{font-size: 14px;color: rgba(255, 32, 78, 1);display: inline-block;margin-right: 5px;}
.icon-report-phone{margin-right: 15px;color: gray;}
.episode-block{display: none;}
.episode{font-size: 15px;font-weight: 500;line-height: 40px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.title{display: none;}
.episode-list{display: none;position: fixed;width: 100%;height: 100%;z-index: 10;background: #F9F9F9;}
.episode-select{padding: 6px 3vw;display: flex;flex-direction: row;align-items: center;height: 100%;overflow-y: scroll;flex-wrap: wrap;}
.episode-select::-webkit-scrollbar{width: 0;}
.episode-info{width: 46%;height: 70px;margin: 5px 2%;background: #fff;box-shadow: 0 0 10px -2px rgb(0 0 0 / 10%);}
.episode-first-line{display: flex;margin: 5px;height:20px;font-size:13px;font-weight:400;line-height:20px;color:rgba(0, 0, 0, 1);}
.episode-number{margin: 0 5px;}
.episode-name{display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.episode-second-line{margin: 5px 10px;line-height: 17px;font-size: 12px;font-weight: 400;color: #C6C6C6;}
.episode-publish-date{display: block;}
.episode-info-icon{margin-right: 3px;}
.episode-info-icon:nth-child(4){margin-left: 10px;}
.page-text{font-size: 12px;}
.download-back{display:none;}
.mt_ads_ins_for_watch{height:60px;z-index:32!important;}
.nav-bar-bottom-for-ads{height:110px;}
.lazyload_img_box{
  position:relative;
  font-size:0;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lazyload_img_loading_bg{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  width:100px;
  height:100px;
  background: #000000CC;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:1;
}
.lazyload_img_loading{
  width: 38px;
  height: 38px;
  border: 5px solid #FF526E33;
  border-bottom-color: #FF526E;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1.2s linear infinite;
  animation: rotation 1.2s linear infinite;
}
.overlay-bg{width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);
  z-index: 99;display: none}
.welfare-box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: none}
.welfare-img{width: 311px;height: 128px;position: absolute;top: -90px}
.welfare-title{font-size: 18px;color: #000;font-weight: 500;margin-bottom: 12px}
.welfare-content-box{width:311px;min-height: 209px;border-radius: 16px;position: relative;padding: 32px 24px;box-sizing: border-box;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF3CF 100%);z-index: 100;text-align: center;margin-bottom: 20px}
.welfare-btn{width:263px;height: 44px;border-radius: 32px;background: #FF526E;color: #fff;line-height: 44px;
  font-size: 16px;font-weight: 500;margin-top: 20px}
.download-tips-box {position: absolute;font-size: 12px;color: #fff;top: 50%;transform: translate(-50%,-50%);
  left: 50%;line-height: 15px;z-index: 999999;text-align: center;display: none;width: 80%;}
.download-content{background-color: #fff;padding:32px 24px;color: #666666;font-size: 14px;
  border-radius: 16px;margin-bottom: 20px}
.download-tips-close-icon{font-size: 18px;color: #fff;margin: 0 auto;display: block;text-align: center}
.download-btn{height: 44px;border-radius: 32px;background: #FF526E;color: #fff;line-height: 44px;box-sizing: border-box;
  font-size: 14px;font-weight: 500;margin-top: 20px;}
.download-title{font-size:18px;color: #000;line-height: 24px;margin-bottom: 12px;font-weight: 500;margin-top:0}
.content-truncation-cta{position:relative;margin-top:-80px;}
.truncation-gradient{height:120px;background:linear-gradient(180deg,rgba(244,244,244,0) 0%,#F4F4F4 100%);}
@media screen and (min-width:800px){.truncation-gradient{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);}}
/*网页端CSS适配*/
@media screen and (min-width:800px){
  .watch-page{width:800px;margin:0 auto;}
  .nav-bar-top{height:100px;position:fixed;}
  .fictions-content{background-color:#fff;margin-top:80px;margin-bottom:80px;}
  .back{font-size:26px;color: red;}
  .mt-icon{margin-left: 63px;width: 130px;height: 25px;background: rgba(0, 0, 0, 0);opacity: 1;display: block;color: red;}
  .title{font-size: 14px;font-family: Noto Sans SC;font-weight: 400;line-height: 16px;color: #888888;display: block;}
  .title-block{}
  .episode-block{display: flex;justify-content: center;}
  .episode{margin-top: 26px;height: 29px;line-height: 29px;display: inline-block;font-size: 20px;}
  .episode-list-icon-down{margin-left: 12px;font-size: 17px;color: grey;margin-top: 18px;display: inline-block;}
  .episode-list-icon-up{margin-left: 12px;display: none;font-size: 17px;color: grey;margin-top: 18px;}
  .title-phone{display: none;}
  .episode-block-phone{display: none;}
  .favorite-icon, .nav-download, .nav-report{font-size:12px;}
  .nav-report{display: block;font-size: 20px;color: gray;}
  .favorite{width:95px;height:35px;background:#FFFFFF;border:1px solid #FF204E;opacity:1;border-radius:100px;margin-right: 23px;display: block;color: red;}
  .episode-list{position: fixed;top: 100px;left:0;height: 287px;width: 100%;z-index: 10;background: #FAF9FD;display: none;padding-top: 0;margin: 0;}
  .episode-select{margin: 0 auto;width: 1220px;display: flex;flex-direction: row;align-items: center;height: 212px;overflow-y: scroll;flex-wrap: wrap;margin-top: 35px;}
  .episode-info{width: 287px;height: 60px;margin-right: 10px;margin-bottom: 16px;background: #FFFFFF;}
  .episode-first-line{margin-left: 15px;margin-top:10px;margin-right: 0;}
  .episode-number{height: 20px;font-size: 16px;font-family: Noto Sans SC;font-weight: 400;line-height: 20px;color: rgba(0, 0, 0, 1);}
  .episode-name{display: inline-block;height: 20px;font-size: 16px;font-family: Noto Sans SC;font-weight: 400;line-height: 20px;width: auto;color: rgba(0, 0, 0, 1);}
  .episode-second-line{margin-left: 15px;color: rgba(198, 198, 198, 1);}
  .episode-publish-date{display: inline-block;width: 100px;height: 20px;font-size: 14px;font-family: Noto Sans SC;font-weight: 400;line-height: 16px;color: #C6C6C6;margin: 0;}
  .episode-like-icon{display: inline-block;width: 16px;height: 20px;font-size: 14px;font-weight: 400;line-height: 16px;color: #C6C6C6;margin: 0;}
  .episode-comment-icon{display: inline-block;width: 16px;height: 20px;font-size: 14px;font-weight: 400;line-height: 16px;color: #C6C6C6;margin-left: 25px;}
  .episode-like{display: inline-block;width: 16px;height: 20px;font-size: 14px;font-family: Noto Sans SC;font-weight: 400;line-height: 16px;color: #C6C6C6;margin: 0;}
  .episode-comment{display: inline-block;width: 16px;height: 20px;font-size: 14px;font-family: Noto Sans SC;font-weight: 400;line-height: 16px;color: #C6C6C6;margin: 0;}
  .pictures{margin-top:0;padding-bottom: 0;background: white;position: relative;}
  .download-back{display: flex;flex-direction: column;align-items: center;justify-content: center;position: absolute;bottom: 167px;right: -70px;overflow: hidden;}
  .bottom-download{width: 42px;height: 42px;text-align: center;margin-top: 16px;border: 1px solid #C6C6C6;line-height: 42px;color: red;}
  .bottom-back{width: 42px;height: 42px;text-align: center;border: 1px solid #C6C6C6;line-height: 42px;color: black;}
  .bottom-back-icon{}
  .bottom-download-icon{}
  .nav-bar-bottom{height:100px;line-height:100px;width:100%;position:fixed;bottom:0;z-index:15;border-top: 1px solid #707070;}
  .bottom-bar{width: 500px;margin: 0 auto;height:100px;}
  .page-bar-top{height:100px;line-height:100px;width:100%;position:relative;top:0;}
  .page-bar{width: 500px;margin: 0 auto;height:100px;}
  .page-icons-left{width:180px;height:50%;text-align:center;line-height:50px;margin-left:5%;margin-right: 12%;border: 1px solid #707070;border-radius: 500px;display: inline-block;font-size: 16px;font-family: Noto Sans SC;font-weight: 400;color: #000000;}
  .page-icons-right{width:180px;height:50%;text-align:center;line-height:50px;border: 1px solid #FF204E;border-radius: 500px;display: inline-block;font-size: 16px;font-family: Noto Sans SC;font-weight: 400;color: #FF204E;}
  .page-text{font-size: 20px;}
  .watch-icon{font-size:44px;}
  .lock{width:800px;position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:10;}
  .background{width:800px;position:fixed;left:50%;bottom:0;transform:translateX(-50%);}
  .watch-download-btn{width:80%;margin-left:10%;margin-top:5px;}
  #read-next-link-wrapper{padding-bottom:100px;}
  .chart-story{padding:80px 30px 0 30px;}
  .chart-story .row{margin-bottom:40px;}
  .chart-story .item .content{font-size:28px;line-height:44px;}
  .chart-story .item .arrow{width:14px;height:24px;background-size:14px 24px;position:absolute;top:45px;}
  .chart-story .item .arrow_left{background-image:url("/images/contribute/dialogue_arrow_left.png");left:-14px;}
  .chart-story .item .arrow_right{background-image:url("/images/contribute/dialogue_arrow_right.png");right:-14px;}
  .chart-story .avatar{width:88px;}
  .chart-story .avatar img{width:88px;height:88px;border:solid 4px #FFF;}
  .chart-story .character_name{font-size:26px;}
  .chart-story .content_narration{padding:30px;}
  .chart-story .content_text{padding:30px;}
  .chart-story .content_image img{max-width:100%;max-height:600px;}
  .chart-story .left .item{margin-left:20px;}
  .chart-story .right .item{margin-right:20px;}
  .report-close{width:30%;height:60px;}
  .report-bg-close{font-size:40px;}
  .report-content{width:30%;height:600px;}
  .top-right-phone-bg{display: none;}
  .bottom-bar-ads{height:100%;}
  .download-tips-box {width: 311px;}
}
@media(min-width: 500px) { .mt_ads_ins_for_watch { height: 60px; } .nav-bar-bottom-for-ads {height:146px;}}
@media(min-width: 800px) { .mt_ads_ins_for_watch { height: 90px; } .nav-bar-bottom-for-ads {height:176px;}}
