* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  font-family:"Work Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  max-width: 1200px;
}
body.overflow {
  overflow: hidden;
}
a {
  font-size: 1rem;
  color: #333;
}

p {
  margin-bottom: 0;
  line-height: 2;
}

ul,
li {
  list-style: none;
  padding: 0;
}

i {
  font-style: normal;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.cl {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0;
}

.clearfix {
  zoom: 1;
}

.font1 {
  font-size: 1rem;
}

.font_8 {
  font-size: 0.8rem;
}

.color000 {
  color: #000;
}

.colorfff {
  color: #fff !important;
}

.color333 {
  color: #333;
}

.color666 {
  color: #666;
}

.color999 {
  color: #999;
}

.colorccc {
  color: #ccc;
}

.color0071be {
  color: #0071be !important;
}

.pl10 {
  padding-left: 0.625rem;
}

.pr10 {
  padding-right: 0.625rem;
}

.pl20 {
  padding-left: 1.25rem;
}

.pr20 {
  padding-right: 1.25rem;
}

.pt10 {
  padding-top: 0.625rem;
}

.pt20 {
  padding-top: 1.25rem;
}

.pt30 {
  padding-top: 1.875rem;
}

.pb10 {
  padding-bottom: 0.625rem;
}

.pb20 {
  padding-bottom: 1.25rem;
}

.pb30 {
  padding-bottom: 1.875rem;
}

.pb50 {
  padding-bottom: 3.125rem;
}

.mt10 {
  margin-top: 0.625rem;
}

.mt20 {
  margin-top: 1.25rem;
}

.mt30 {
  margin-top: 1.875rem;
}

.ml10 {
  margin-left: 0.625rem;
}

.ml1 {
  margin-left: 1rem;
}

.ml20 {
  margin-left: 1.25rem;
}

.mr1 {
  margin-right: 1rem;
}

.mr10 {
  margin-right: 0.625rem;
}

.mr20 {
  margin-right: 1.25rem;
}

.mb10 {
  margin-bottom: 0.625rem;
}

.mb20 {
  margin-bottom: 1.25rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.h300 {
  height: 300px;
}

.a-linkColor {
  color: #0071be !important;
  border-bottom: 1px dotted #0071BE !important;
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  padding-bottom: 0.125rem;
  line-height: 1.5rem;
}

.fontSize-1rem {
  font-size: 1rem !important;
}

.h2-style {
  display: inline-block;
  color: #000;
  font-weight: 700;
  /* 修改 */
  margin: 0;
}

.h3-style {
  font-size: 0.9375rem;
  color: #000;
}

.h3-style a {
  color: #000;
}

.font-weight400 {
  font-weight: 400;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.limit-P-length {
  /*width: 100%;*/
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  /*显示两行，如果显示3行再溢出则改写成 -webkit-line-clamp:3;*/
  -webkit-line-clamp: 3;
}

.limit-P-length-2 {
  /*width: 100%;*/
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  /*显示两行，如果显示3行再溢出则改写成 -webkit-line-clamp:3;*/
  -webkit-line-clamp: 2;
}

.limit-P-height {
  height: 5rem;
}


/* 修改  添加 */

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.text-indent-0 {
  text-indent: 0 !important;
}

.line-h1 {
  line-height: 1;
}

.line-h2 {
  line-height: 2;
}

.line-inherit {
  line-height: inherit;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.bg-f6 {
  background-color: #f6f6f6 !important;
}

.bg-ff {
  background-color: #fff;
}

.bg-00 {
  background-color: #000 !important;
}

.index-logo {
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
}

.top-logo {
  display: inline-block !important;
  width: 5rem;
  height: 1.5625rem;
  vertical-align: middle;
}

.nav {
  background-color: #333;
  /* padding-bottom: 0.3125rem; */
}

.nav a {
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  /* padding-top: 0.625rem; */
  /* padding-bottom: 0.312rem; */
  line-height: 2;
}

.enNav a {
  width: 24.5%;
}

.enNav a:active,
.enNav a:visited {
  font-size: 1.1rem;
  padding-bottom: 0.3rem;
}

.top-news {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.top-news h2 {
  font-size: 1.31254rem;
  color: #333;
}

.top-news p {
  margin-bottom: 0;
}

.top-news p a {
  font-size: 1rem;
  color: #333;
}

.banner img {
  display: block;
  width: 100%;
}

.title-style {
  padding-left: 0.625rem;
  background: url('https://static.linkeddb.com/mobile/images/title_bg.png') no-repeat left center;
  background-size: 0.3125rem 1.5625rem;
  font-size: 1rem;
  font-weight: 700;
  /* 修改 */
  text-indent: 0;
}

.title-style a {
  color: #000;
}

.title-style-more {
  font-size: 0.75rem;
  color: #0071BD !important;
  margin-left: 0.75rem;
}

.list-a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.list-a-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 1rem;
}


/*.list-a-left a:visited{
color: #999;
}*/

.list-a-left a {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  max-width: 10rem;
  word-break: break-all;
}

p.list-info {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0;
}

p.list-info span {
  margin-left: 1rem;
  padding-left: 0.875rem;
  background: url('https://static.linkeddb.com/mobile/images/liuyan_bg.png') no-repeat left center;
  background-size: 0.625rem 0.625rem;
}

p.list-info i {
  font-style: normal;
  padding-left: 1.25rem;
  background: url('https://static.linkeddb.com/mobile/images/vedio.png') no-repeat left center;
  background-size: 1rem 0.625rem;
}

.list-a-r {
  display: table-cell;
  width: 7.1875rem;
  vertical-align: top;
}

.list-a-r img {
  display: block;
  width: 7.1875rem;
  height: 4.8125rem;
}

.list-b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.list-b a {
  font-size: 1rem;
  color: #333;
}

.list-b .imgrow {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.list-b-imgbox {
  float: left;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.list-b .imgrow img {
  display: block;
  width: 100%;
  max-height: 4.8125rem;
}

.list-c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.list-c a {
  font-size: 1rem;
  color: #333;
}

.list-c-imgcover img {
  display: block;
  width: 100%;
  height: 11.125rem;
}

.list-d li {}

.list-d li a {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px dashed #efefef;
  color: #333;
}

.list-img-2 {
  text-align: center;
}

.list-img-2 a {
  line-height: 1.5;
  display: inline-block;
  width: 90%;
  overflow: hidden;
}

.list-img-2 img {
  display: inline-block;
  vertical-align: bottom;
  /* width: 7.84rem; */
  /* height: 10.08rem; */
}

.list-img-4 {
  text-align: center;
}

.list-img-4 a {
  position: relative;
  display: inline-block;
  width: 90%;
  text-align: center;
}

.list-img-4 img {
  display: block;
  width: 100%;
  /* width: 4.5rem; */
  /* height: 4.5rem; */
}

.dsj.list-img-4 a {
  display: block;
  height: 11rem;
  overflow: hidden;
}

.list-img-4 a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 0.64rem;
  color: #fff;
  /* width: 4.5rem; */
  /* height: 1.5rem; */
  line-height: 1.5;
}

.list-img-4 a p {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  padding-top: 0;
  position: relative;
  top: -1rem;
}

/* .dsj.list-img-4 a span {
  width: 7.8rem;
} */

.footer {
  background-color: #fff;
  text-align: center;
  font-size: 0.75rem;
  color: #666;
  height: 2.4rem;
  line-height: 2.4rem;
}

.gotop a {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  color: #fff;
  text-align: center;
}


/*列表页*/

.mui-bar {
  font-size: 0.8125rem;
  color: #333;
  background-color: #fff;
  line-height: 44px;
  overflow: hidden;
}

.mui-bar .mui-icon {
  line-height: 24px;
  color: #666;
  font-size: 0.8125rem;
  vertical-align: middle;
}
.mui-bar .mui-icon-forward {
  /* font-size: 1rem; */
}

.mui-bar .mui-icon:active {
  opacity: 1;
}

.back-btn {
  font-size: 1.7rem !important;
  color: #ccc !important;
  padding-left: 0 !important;
}

.mui-content {
  background-color: #fff;
  position: relative;
  padding-top: 88px !important;
}

.navigation-link {
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.8125rem;
  border-bottom: 1px solid #e0e0e0;
}

.navigation-link a {
  color: #666;
  font-size: 0.8125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.navigation-link a.mui-icon {
  vertical-align: middle;
  font-size: 1.8125rem;
  padding-left: 0;
  padding-right: 0;
  color: #ccc;
}

.list-more {
  display: block;
  font-size: 1rem;
  color: #0071be;
  text-align: center;
  font-weight: 400;
  /* 修改 */
}


/*剧情首页*/

.cover {
  position: relative;
}

.cover img {
  display: block;
  width: 100%;
}

.story-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.0625rem;
  line-height: 2.0625rem;
  color: #fff;
  background: url('https://static.linkeddb.com/mobile/images/cover_bg.png') no-repeat;
  background-size: 100% 2.0625rem;
}

.story-title h1 {
  font-size: 1.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.0625rem;
}

.story-title h1 span {
  font-size: 0.875rem;
}

.story-title h2 {
  font-size: 1.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.0625rem;
}

.story-title h2 span {
  font-size: 0.875rem;
}

.story-nav {
  height: 2.56rem;
  background-color: #f2f2f2;
  text-align: center;
}

.story-nav a {
  display: inline-block;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.56rem;
}

.story-nav a.active {
  color: #0170BF;
  border-bottom: 3px solid #0170bf;
  font-weight: 700;
}

.p-style p,
.p-style,
center {
  font-size: 0.875rem;
  /* 修改 */
  color: #333;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0 0 .5rem;
  text-indent: 2em;
  word-break: break-all;
  position: relative;
}

.p-style br {
  line-height: 1rem;
}

.p-style p a,
.p-style a {
  font-size: 0.875rem;
  color: #0071be;
  line-height: 1.7;
  font-weight: 400;
  /*margin: 0 0 25px;*/
  /* 修改 */
  /* text-indent: 2em; */
  padding-bottom: 2px;
  border-bottom: 1px dotted #333;
}

.p-style p img,
.p-style img,
center img {
  position: relative !important;
  display: block;
  text-indent: 0;
  margin: 0 5px;
  border-radius: 5px;
}

.mip-layout-size-defined .mip-fill-content {
  /* position: absolute !important; */
}

.mipDocument mip-img mip-i-space {
  position: absolute;
}

.p-style p .preview-image,
.p-style .preview-image,
center .preview-image {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('https://static.linkeddb.com/mobile/images/icon-big.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 5px;
  right: 10px;
}


.p-style p a.p-link,
.p-style a.p-link {
  display: inline-block;
  color: #0071bd;
  border-bottom: 1px dotted #0071bd;
}

.p-style img {
  max-width: 97%;
  height: auto;
}

.p-style-video {
  text-indent: inherit !important;
}

.p-style video {
  width: 100%;
  margin-left: -2em;
}

.story-table {
  display: table;
  width: 100%;
}

.story-table-l {
  display: table-cell;
  width: 20%;
  /* 修改 */
}

.story-table-l p,
.story-table-r p {
  /* 修改  添加 */
  color: #333;
  font-size: 0.875rem;
}

.story-table-r {
  display: table-cell;
  width: 80%;
  /* 修改 */
}

.story-table-r a {
  color: #0071be;
  border-bottom: 1px dotted #0071BD;
  font-size: 0.875rem;
}

.story-table-r p a {
  color: #0071be;
  border-bottom: 1px dotted #0071BD;
  font-size: 0.875rem;
}

.p-style-more {
  display: inline-block;
  color: #0071bd !important;
  /* 修改 */
  font-size: 0.75rem;
  /* 修改  font-size: 0.9375rem; */
  border: none !important;
}

.story-epi {
  /* color: #0071bd; */
  margin-bottom: 1rem;
  text-align: center;
  /* 修改 添加  */
  display: inline-block;
  /* 修改 添加  */
}

.mui-titleSelection #my-lightbox a.story-epi.active,
.mui-detailContent #my-lightbox a.story-epi.active {
  color: #0071be !important;
  text-decoration: underline;
}

.mui-table-view .story-epi {
  margin-bottom: 0;
}

.mui-table-view .mui-table-view-cell:after {
  right: 15px;
}

.story-pic {
  text-align: center;
}

.story-pic img {
  width: 5.3rem;
  height: 6.5rem;
}

.story-pic p {
  font-size: 0.875rem;
  /* 修改 */
  color: #333;
}

.story-pic p a {
  display: inline-block;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  /* 修改 */
}


/*分集剧情*/

span.story-epi {
  color: #999;
  font-size: 1rem;
}

.p-style h4 {
  font-size: 1rem;
}

.epi-page {
  text-align: center;
}

.epi-page a {
  display: inline-block;
  font-size: 1rem;
  color: #0071BD;
  /* margin-right: 1.875rem; */
  /* margin: 0 0.725rem; */
}

.epi-page a span {
  font-size: 0.875rem;
  /* 修改 */
}

#btn-open {
  border: 0 none;
  padding: 0;
}


/*演员表*/

.actor-l {
  float: left;
  width: 5.87rem;
}

.actor-l img {
  display: block;
  width: 100%;
}

.actor-r {
  margin-left: 5.87rem;
  padding-left: 1rem;
}

.actor-r-b {
  font-size: 1rem;
  /* 修改   1.0625rem*/
  color: #000;
}

.actor-r-span {
  font-size: 0.875rem;
  color: #666;
  margin-left: 0.3125rem;
  font-weight: 400;
}

.actor-r-span a {
  display: inline-block;
  color: #0071BD;
  border-bottom: 1px dotted #0071BD;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
  /* 修改 */
  font-weight: 700;
  /* 修改 */
}

.actor-r p {
  color: #333;
  font-size: 0.875rem;
  /* 修改   0.9375rem*/
  text-indent: 2em;
  /* 修改 */
  line-height: 2;
  /* 修改 */
  /* height: 5.6rem; */
  overflow: hidden;
}


/*正文页*/

.mDocuemnt {
  margin-top: 1rem;
}

.article-h1 {
  font-size: 1.175rem;
  color: #000;
  margin: 0;
  line-height: 1.6rem;
}

.article_author_l {
  float: left;
  display: block;
  width: 1.97rem;
  height: 1.97rem;
  border: 1px solid #efefef;
  border-radius: 50%;
}

.article_author_r {
  margin-left: 1.97rem;
  padding-left: 0.53rem;
  font-size: 0.7rem;
}

.article_author_r span {
  display: inline-block;
  color: #0071BD;
  border: 1px solid #0071BD;
  border-radius: 3px;
  margin-left: 0.625rem;
  padding-left: 3px;
  padding-right: 3px;
}

.article_author_r p {
  color: #999;
}

.article_author_r_commit {
  display: inline-block;
  font-style: normal;
  float: right;
  padding-left: 0.85rem;
  background: url('https://static.linkeddb.com/mobile/images/article_commit.png') no-repeat left center;
  background-size: 0.8125rem 0.75rem;
}

.article_rel img {
  display: block;
  width: 100%;
}

.article_tag a {
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #666;
  font-size: 0.75rem;
  padding: 3px 5px;
  margin-right: 1rem;
}

.mDocuemnt .source-time {
  line-height: 2rem;
}

.mDocuemnt .source-time a,
.mDocuemnt .source-time span {
  font-size: .6rem;
  color: #999;
}

.mDocuemnt .source-time a {
  color: #0071be;
  margin-right: .625rem;
}


.article_content {
  overflow: hidden;
  clear: both;
}

.open_all_div {
  position: relative;
  margin: 0.625rem;
  /* display: none; */
  /* display: block !important; */
  color: #0071BD;
  border: 0 !important;
  text-align: center;
  font-size: 1rem;
  border-radius: 3px;
  background: #fff !important;
  padding: 0 !important;
  width: 92%;
}

.open_all_mask {
  position: absolute;
  top: -78px;
  height: 78px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.open_all {
  display: block;
  text-align: center;
  color: #0071BD;
  border: 1px solid #0071BD;
  border-radius: 3px;
  height: 2.3125rem;
  line-height: 2.3125rem;
  font-size: .8rem;
}

.open-all-icon {
  display: inline-block;
  width: 1rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  margin-left: .5rem;
}

.open-all-icon::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(https://static.linkeddb.com/mobile/images/double-downArrow-0071BE.png) no-repeat  center content-box;
  background-size: 0.8rem;
  vertical-align: sub;
}


/* 相关人物 */

.relatePerson {
  width: 100%;
  overflow: auto;
  box-shadow: -10px 0px 10px -5px rgba(0, 0, 0, .3) inset, 10px 0px 10px -5px rgba(0, 0, 0, .3) inset;
  /* height: 6.5rem; */
  height: 6.3rem;
  line-height: 1;
}

.relatePerson ul {
  position: relative;
  /* width: 2000px; */
  white-space: nowrap;
}

.relatePerson ul li {
  /*float: left;*/
  display: inline-block;
  width: 5.465rem;
  height: 6.25rem;
  overflow: hidden;
  text-align: center;
  vertical-align: bottom;
  margin-left: -1px;
  overflow: hidden;
}

.relatePerson ul li>a:first-child {
  display: inline-block;
  /* width: 5.35rem;
height: 5.35rem; */
  width: 4.84rem;
  height: 4.84rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  z-index: 9;
  vertical-align: bottom
}

.relatePerson ul li a.first-child {
  display: inline-block;
  /* width: 5.35rem;
height: 5.35rem; */
  width: 4.84rem;
  height: 4.84rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  z-index: 9;
  vertical-align: bottom
}


/* .relatePerson ul li > a > span{
display: inline-block;
width: 5.35rem;
height: 5.35rem;
border-radius: 50%;
overflow: hidden;
position: relative;
border: 1px solid #ccc;
z-index: 9;
} */

.relatePerson ul li>a>img {
  vertical-align: top;
}

.relatePerson ul li a span {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px 0;
  line-height: 1;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 0.7rem;
}

.relatePerson ul li a.type {
  display: block;
  font-size: 0.8rem;
}

.relatePerson ul li a.trend {
  display: none;
}


/*滚动条样式*/

.relatePerson::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}

.relatePerson::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.relatePerson::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.comment-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.comment-l {
  float: left;
  width: 1.5625rem;
}

.comment-l img {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
}

.comment-r {
  margin-left: 1.5625rem;
}

.comment-title {
  margin-bottom: 0.625rem;
}

.comment-title .comment-user {
  font-size: 0.75rem;
  color: #333;
}

.comment-title .comment-time {
  font-size: 0.6875rem;
  color: #666;
}

.comment-agree {
  float: right;
  padding-left: 1rem;
  background: url('https://static.linkeddb.com/mobile/images/agree.png') no-repeat left center;
  background-size: 0.75rem 0.75rem;
  font-size: 0.75rem;
  color: #999;
}

.comment-agree.active {
  background-image: url('https://static.linkeddb.com/mobile/images/agree_active.png');
}

.comment-reply {
  float: right;
  padding-left: 1rem;
  background: url('https://static.linkeddb.com/mobile/images/reply.png') no-repeat left center;
  background-size: 0.75rem 0.75rem;
  font-size: 0.75rem;
  color: #999;
  margin-left: 1rem;
}

.comment-content p {
  font-size: 1rem;
  color: #333;
}

.comment-reply-box {
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  background-color: #f2f2f2;
}

.comment-reply-box ul li {
  font-size: 0.875rem;
}

.comment-reply-box ul li a {
  font-size: 0.875rem;
  color: #0071BD;
}

.comment-textbox {
  display: none;
  width: 100%;
  height: 100px;
  max-height: 100px;
  border: 1px solid #e4e4e4;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  word-wrap: break-word;
  padding: 5px;
  -webkit-user-modify: read-write-plaintext-only;
}


/*图片预览*/

.mui-preview-image.mui-fullscreen {
  position: fixed;
  z-index: 20;
  background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
}

.mui-preview-header {
  height: 44px;
  top: 0;
}

.mui-preview-footer {
  height: 50px;
  bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin: 15px auto 4px;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  font-size: 16px;
}

.mui-preview-image {
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
  background: none;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
  display: none;
}

.mui-zoom-scroller {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
}

.mui-zoom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  display: table-cell;
  vertical-align: middle;
}

.mui-preview-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.mui-preview-loading.mui-active {
  display: block;
}

.mui-preview-loading .mui-spinner-white {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}

.mui-preview-image img.mui-transitioning {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}


/*首页轮播*/

.hwslider {
  width: 100%;
  /* height: 110px !important; */
  min-width: 280px;
  /* min-height: 160px; */
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.hwslider ul {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1
}

.hwslider ul li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.hwslider ul li.active {
  display: block;
}

.hwslider ul li img {
  width: 100%;
  max-width: 100%;
  /* height: 8rem; */
  display: block
}

.dots {
  position: absolute;
  bottom: 20px;
  left: 200px;
  min-width: 60px;
  height: 12px;
  z-index: 2;
}

.dots span {
  float: left;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #333;
  margin-right: 8px;
  cursor: pointer;
}

.dots span.active {
  background: orangered
}

.arr {
  display: none;
  position: absolute;
  top: 140px;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  ;
  font-size: 36px;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  text-decoration: none
}

.arr:hover {
  background: rgba(0, 0, 0, .7);
  text-decoration: none;
}

.hwslider:hover .arr {
  display: block;
  text-decoration: none;
  color: #fff
}

.prev {
  left: 20px
}

.next {
  right: 20px
}

.intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  /* padding: 6px; */
  z-index: 2;
  padding-left: 4px;
}

.intro a {
  color: #fff;
  font-size: 16px;
}


/*分享*/

#nativeShare {
  font-size: 13px;
  padding-top: 50%;
  padding-left: 15%;
}

#nativeShare a {
  color: #fff;
}

#nativeShare .labels {
  font-size: 20px;
  color: #fff !important;
}

#nativeShare .list {
  width: 90%;
  margin: 0 auto;
}

#nativeShare .list span {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}

#nativeShare .list span i {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

#nativeShare .weibo i {
  background-image: url('https://static.linkeddb.com/mobile/images/weibo.png');
  background-size: cover;
}

#nativeShare .weixin i {
  background-image: url('https://static.linkeddb.com/mobile/images/weixin_friend.png');
  background-size: cover;
}

#nativeShare .weixin_timeline i {
  background-image: url('https://static.linkeddb.com/mobile/images/weixin.png');
  background-size: cover;
}

#nativeShare .qq i {
  background-image: url('https://static.linkeddb.com/mobile/images/qq.png');
  background-size: cover;
}

#nativeShare .qzone i {
  background-image: url('https://static.linkeddb.com/mobile/images/qqzone.png');
  background-size: cover;
}

#nativeShare .more i {
  background-image: url('https://static.linkeddb.com/mobile/images/more.png');
  background-size: cover;
}

.notwx-sharemask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
}

.notwx-sharemask-c {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 32px;
  color: #fff;
}

#sharemask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background: url('https://static.linkeddb.com/mobile/images/sharemask.png') no-repeat;
  background-size: cover;
  display: none;
}


/*Gif Load*/

ins.play-gif {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  min-height: 40px;
  min-width: 40px;
  text-align: center;
  background: #222;
  line-height: 34px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50%;
  opacity: .9;
  border: 3px solid #fff;
  cursor: pointer;
  text-decoration: none;
  text-indent: 0;
}

ins.play-gif:hover {
  opacity: .5;
}

.gifplayer-wrapper {
  position: relative;
  margin: 0 auto;
}

a.gif-view-full {
  position: absolute;
  right: 4px;
  z-index: 99;
  font-weight: bold;
}

@media (max-width: 480px) {
  a.gif-view-full {
      display: inline-block !important;
  }
}

.spinner {
  height: 25px;
  width: 25px;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(256, 256, 256, .15);
  border-right: 6px solid rgba(256, 256, 256, .15);
  border-bottom: 6px solid rgba(256, 256, 256, .15);
  border-top: 6px solid rgba(256, 256, 256, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
      -moz-transform: rotate(0deg);
  }
  to {
      -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
      -o-transform: rotate(0deg);
  }
  to {
      -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(359deg);
  }
}

.icon-maximize:before {
  content: "\f0b2";
}


/* 查看全部 */

.open_all_div_works {
  text-align: right;
}

.open_all_div_works .open_all_works {
  color: #0071be;
  font-size: 0.8rem;
}


/*电影 电视剧 列表页*/


/* title */

.mui-bar {
  /*font-size: .8125rem;
color: #333;
line-height: 44px;
background-color: #fff;
border-bottom: 1px solid #E0E0E0;
box-shadow: none !important;*/
  /* 修改 */
}


/*.mui-bar a {
line-height: 24px;
color: #666;
}
.mui-bar .mui-icon {
font-size: .8125rem;
vertical-align: middle;
}*/

.mui-bar .mui-icon-bars {
  font-size: 1rem;
}


/* 主体内容 */

.mui-content {
  background-color: #fff;
  position: relative;
}

.mui-content .mui-titleList {
  background-color: #fff;
}

.mui-content .mui-titleList ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding: 0.625rem;
}


/* .mui-content .mui-titleList ul:last-child {
border-bottom: none;
display: inherit;
}

.mui-content .mui-titleList ul:last-child li {
display: inline-block;
padding-right: 2.8rem;
} */

.mui-content .mui-titleList ul li.current a {
  color: #0071BD;
}

.mui-content .mui-titleList ul li a {
  font-size: 0.9375rem;
}

.mui-content .mui-contentList ul {
  /*display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;*/
}

.mui-content .mui-contentList ul li {
  width: 8.599rem;
  padding-bottom: 1.25rem;
  float: left;
  /* 修改 */
  margin: 0 0.3865rem;
  /* 修改 */
}

.mui-content .mui-contentList ul li {}


/*.mui-content .mui-contentList ul li:nth-child(odd) {
float: left;
}
.mui-content .mui-contentList ul li:nth-child(even) {
float: right;
}*/

.mui-content .mui-contentList ul li img {
  vertical-align: middle;
  border: 1px solid #ededed;
  box-sizing: border-box;
  width: 8.599rem;
  height: 12.3188rem;
  display: inline-block;
  background: url("https://static.linkeddb.com/images/loading.gif") no-repeat center;
  background-size: 30px;
}

.mui-content .mui-contentList ul li h4 {
  /* line-height: 1; */
  font-weight: 400;
  font-size: 1rem;
  /* height: 1rem; */
  margin: 0.5rem 0;
  /* width: 150px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mui-content .mui-contentList ul li p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.mui-content .mui-contentList ul li p span {
  line-height: 1;
}

.mui-content .mui-contentList ul li p span a {
  color: #666;
  font-size: .75rem;
}

.mui-content .mui-contentList ul li p span.trailer-icon:before {
  content: '';
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: url('https://static.linkeddb.com/mobile/images/movie-icon.jpg') no-repeat top;
  background-size: 0.75rem;
  margin-right: 0.2rem;
  vertical-align: top;
}


/* 分页 */


/*.mui-changePage li {
display: inline-block;
}
.mui-changePage li:first-child {
margin-right: .625rem;
}
.mui-changePage li a {
color: #0071BD;
font-size: .875rem;
padding: .625rem .875rem !important;
border-color: #ccc !important;
}*/


/* 电视剧、电影 介绍 */


/* 头部主图*/

.mui-content .title-pic {
  position: relative;
}

.mui-content .title-pic img {
  vertical-align: middle;
  /*border: 1px solid #ededed;*/
  box-sizing: border-box;
  /*width: 46.875rem;*/
  /*height: 26.4375rem;*/
  width: 100%;
  height: auto;
}

.mui-content .title-pic .cover-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  /* 标准的语法（必须放在最后） */
  padding-left: 0.625rem;
  font-size: 1.25rem;
  color: #fff;
}

.mui-titleTabList {
  width: 100%;
  height: 2.56rem;
  line-height: 2.56rem;
  background-color: #f2f2f2;
}

.mui-titleTabList ul {
  display: flex;
  justify-content: space-around;
}

.mui-titleTabList ul li {
  /*width: 25%;*/
  text-align: center;
  padding: 0 0.25rem;
  font-size: 0.875rem;
}

.mui-titleTabList ul li.active {
  font-weight: 700;
  border-bottom: 0.125rem solid #0071be;
}

.mui-titleTabList ul li.active a {
  color: #0071be;
}

.mui-detailContent .mui-director {}

.mui-detailContent .mui-director ul {}

.mui-detailContent .mui-director ul li {
  height: 2.1875rem;
  line-height: 2.1875rem;
}

.mui-detailContent .mui-director ul li a {
  color: #0071be;
}

.mui-detailContent .mui-introduction {}

.mui-detailContent .mui-introduction p:last-child {
  color: #333;
  font-size: 0.875rem;
  /* 修改 */
  text-indent: 2rem;
}

.mui-detailContent .mui-introduction p a {
  color: #0071be;
}

.mui-detailContent .mui-introduction p i {
  font-style: normal;
  border-bottom: 1px dotted #0071be;
  color: #0071be;
}

.mui-titleSelection #my-lightbox,
.mui-detailContent #my-lightbox {
  color: #333;
  background-color: #fff;
  margin-top: 8rem !important;
  /*height: 15rem;*/
}

.mui-titleSelection #my-lightbox a,
.mui-detailContent #my-lightbox a {
  color: #333 !important;
}

.mui-episode {}

.mui-episode ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.mui-episode li {
  /*float: left;*/
  width: 28%;
  text-align: center;
  line-height: 2rem;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  margin-top: 1rem;
}

.mui-episode li:nth-child(2),
.mui-episode li:nth-child(5) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mui-episode li a {
  color: #0071be;
}

.mui-episode li.active {
  border-color: #0071be;
  background-color: #0071be;
}

.mui-episode li.active a {
  color: #FFF;
}

.mui-detailContent .mui-actorList {}

.mui-detailContent .mui-actorList .title-style a {
  color: #0071be;
}

.mui-detailContent .mui-actorList ul {
  display: flex;
  justify-content: space-between;
}

.mui-detailContent .mui-actorList ul li {
  /*float: left;*/
  text-align: center;
  width: 30%;
  height: auto;
  font-size: 0.875rem;
}

.mui-detailContent .mui-actorList ul li img {
  vertical-align: middle;
  width: 100%;
}

.mui-detailContent .mui-actorList ul li a {
  display: inline-block;
  font-size: 0.875rem;
  color: #333;
}

.intro-episode ul {
  overflow: hidden;
}


/* 电视 分集剧情 */

.mui-titleSelection {
  line-height: 1;
  /*height: 1;*/
  position: relative;
}

.mui-titleSelection.en {
  line-height: 1.5;
}

.mui-titleSelection .mui-popover {
  position: fixed;
  top: 9rem!important;
  left: 0!important;
  right: 0!important;
  width: 100%;
  /*height: 15rem;*/
  /*padding-top: 0.625rem;*/
}

.mui-popover .mui-scroll-wrapper {
  position: static;
  margin: 0;
}

.mui-titleSelection .mui-popover a {
  color: #666;
}

.mui-titleSelection .mui-popover a.active {
  color: #0071be;
  text-decoration: underline;
}

.mui-titleSelection .mui-popover-arrow {
  display: none!important;
}

.mui-icon-list {
  line-height: inherit;
  color: #0071be;
  margin: 0;
}

.mui-icon-list:before {
  vertical-align: sub;
}

.mui-icon-list i {
  font-style: normal;
  font-size: 0.8125rem;
  padding-left: 5px;
}

.mui-contentSelection {}

.mui-contentSelection .text-indent {
  text-indent: 1.875rem;
}

.mui-contentSelection .text-indent p {
  color: #333;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

.mui-contentSelection .text-indent p:last-child {
  margin-bottom: 0;
}

.mui-contentSelection .text-indent p i {
  font-style: normal;
  border-bottom: 1px dotted #0071be;
  color: #0071be;
}

.changePage {}

.changePage .mui-pager a {
  color: #0071be;
  font-size: 0.875rem;
}

.changePage .mui-pager a span {
  font-size: 0.625rem;
}


/* 电视、电影 演员表 */

.actorLists {}

.actorLists li {
  margin-bottom: 1.25rem;
}

.actorLists li img {
  width: 30%;
  vertical-align: middle;
}

.actorLists li div {
  width: 65%;
  display: inline-block;
}

.actorLists li div p {}

.actorLists li div p:first-child {
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  /* 修改 */
}

.actorLists li div p span {
  color: #666;
  font-weight: 400;
  font-size: 0.875rem;
}

.actorLists li div p a {
  border-bottom: 1px dotted #0071be;
  font-size: 1rem;
  /* 修改 */
}


/* 人物关系图 */

.chooseEpTab {
  width: 100%;
  overflow: auto;
  box-shadow: -10px 0px 10px -5px rgba(0, 0, 0, .3) inset, 10px 0px 10px -5px rgba(0, 0, 0, .3) inset;
  line-height: 2rem;
}

.chooseEpTab ul {
  position: relative;
  transition: all 2s;
}

.chooseEpTab ul li {
  float: left;
  width: 4.1rem;
  text-align: center;
}

.chooseEpTab ul li a {
  display: inline-block;
  width: 100%;
}

.chooseEpTab ul li.active a {
  color: #0071be;
}


/*滚动条样式*/

.chooseEpTab::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}

.chooseEpTab::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.chooseEpTab::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.svgContainer {
  height: 300px;
}


/* 人物主页 */

.actorIntro {
  width: 100%;
}

.actorIntro .actorPic {
  padding: 0.1207rem;
  border: 1px solid #ccc;
  border-radius: 0.2415rem;
  width: 7.221rem;
  height: 9.661rem;
  text-align: center;
  vertical-align: middle;
}

.actorIntro .actorPic img {
  width: 6.736rem;
  height: 9.178rem;
  border-radius: 0.2415rem;
  margin: 0;
}

.actorIntro .actorMsg {
  width: 11.4rem;
}

.actorIntro .actorMsg .actorName h1 {
  font-size: 1.2rem;
  line-height: 1;
}

.actorIntro .actorMsg .actorName h2 {
  font-size: 1rem;
  line-height: 1.2;
}

.actorIntro .actorMsg .actorName h3,
.actorIntro .actorMsg .actorName h4 {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #666;
  font-weight: 400;
  word-break: break-all;
}

.actorIntro .actorMsg .actorNums p {
  color: #000;
  line-height: 1.5;
  font-size: 0.8rem;
  font-weight: 700;
}

.actorNums .star-icon span:last-child {
  display: inline-block;
}

.actorNums .star-icon i {
  font-style: normal;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(https://static.linkeddb.com/mobile/images/star-off.png) no-repeat;
  background-size: 0.8rem;
  margin: 0 0.2415rem;
}

.actorNums .star-icon i.icon-on {
  background: url(https://static.linkeddb.com/mobile/images/star-on.png) no-repeat;
  background-size: 0.8rem;
}

.actorNums .star-icon i.icon-half {
  background: url(https://static.linkeddb.com/mobile/images/star-half.png) no-repeat;
  background-size: 0.8rem;
}

.actorIntro .actorMsg .actorNums p:last-child a {
  font-weight: 700;
  color: #0071be;
  font-size: 1rem !important;
}

.actorIntro .actorMsgs {
  width: 100%;
  height: 4.13rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  line-height: 6rem;
}

.actorIntro .actorMsgs ul {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}

.actorIntro .actorMsgs li {
  height: 4.05rem;
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  /* border-right: 1px solid #ccc; */
}

.actorIntro .actorMsgs li:last-child {
  border: 0 none;
}

.actorIntro .actorMsgs li span {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.actorIntro .actorMsgs li.actorSex span {
  background: url(https://static.linkeddb.com/mobile/images/sex.png) no-repeat left;
  background-size: 1rem;
}

.actorIntro .actorMsgs li.actorAstrology span {
  background: url(https://static.linkeddb.com/mobile/images/constellation.png) no-repeat left;
  background-size: 1rem;
}

.actorIntro .actorMsgs li.actorBlood span {
  background: url(https://static.linkeddb.com/mobile/images/blood.png) no-repeat left;
  background-size: 1rem;
}

.actorIntro .actorMsgs li.actorHeight span {
  background: url(https://static.linkeddb.com/mobile/images/label.png) no-repeat left;
  background-size: 1rem;
}

.actorIntro .actorMsgs li.actorWeight span {
  background: url(https://static.linkeddb.com/mobile/images/meter.png) no-repeat left;
  background-size: 1rem;
}

.actorIntro .actorDes p {
  /* text-indent: 2em; */
  font-size: 0.9rem;
  color: #333;
  line-height: 2;
  overflow: hidden;
  /* transition: all 0.3s; */
  /* height: 71px; */
}

.actorIntro .actorDes .open_all {
  border: 0 none;
}

.relMap {
  overflow: hidden;
}

.relMap>p {
  color: #333;
  line-height: 2rem;
  font-size: 0.9rem;
}

.relMap .map {}

.relMap .map .mapItems .mapItemTitle>a:first-child {
  /* width: 5.06rem; */
  height: 1.86rem;
  line-height: 1.86rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
  padding: 0 0.625rem;
}

.relMap .map .mapItems a.mui-icon {
  margin-top: 0.25rem;
}

.relMap .map .mapItems .mapItem {
  width: 100%;
  /* height: 300px; */
  border: 1px solid #ccc;
  background: url(https://static.linkeddb.com/mobile/images/linkeddb-bg.png) repeat left;
  position: relative;
}

.showMoreData,
.hideMoreData {
  display: block;
  text-align: center;
  color: #0071BD;
  border: 1px solid #0071BD;
  border-radius: 3px;
  height: 2.3125rem;
  line-height: 2.3125rem;
  margin: 0.625rem;
  position: relative;
}

.showMoreData::after,
.hideMoreData::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 30%;
  margin-left: 0.625rem;
}

.showMoreData::after {
  background: url(https://static.linkeddb.com/mobile/images/double-downArrow-0071BE.png) no-repeat left;
  background-size: 0.8rem;
}

.hideMoreData::after {
  background: url(https://static.linkeddb.com/mobile/images/double-upArrow-0071BE.png) no-repeat left;
  background-size: 0.8rem;
}

.relMap .map .mapItems .mapItem .shareModule {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 1.2rem;
  height: 1.2rem;
  z-index: 9;
}

.relMap .map .mapItems .mapItem .shareModule .share {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(https://static.linkeddb.com/mobile/images/share.png) no-repeat center;
  background: url(https://static.linkeddb.com/mobile/images/share-333.png) no-repeat center;
  background-size: 1.2rem;
  border-radius: 0.25rem;
}

.relMap .map .mapItems .mapItem .shareModule .shareContent {
  display: inline-block;
  position: absolute;
  top: 0 !important;
  left: -11rem !important;
  width: 10.667rem;
  height: 8rem;
  background-color: #fff;
  line-height: 3.5rem;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  display: none;
}

.relMap .map .mapItems .mapItem .shareModule .shareContent li:first-child {
  border-bottom: 1px solid #ccc;
}

.relMap .map .mapItems .mapItem .shareModule .shareContent li a {
  display: inline-block;
  width: 100%;
  /* background-color: #e6e6e6; */
}

.relMap .map .mapItems .mapItem .shareModule .shareContent li a span {
  margin: 0 2rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
}

.relMap .map .mapItems .mapItem .shareModule .shareContent li.useLink a span {
  background: url(https://static.linkeddb.com/mobile/images/link.png) no-repeat center;
  background-size: 1.2rem;
}

.relMap .map .mapItems .mapItem .shareModule .shareContent li.shareLink a span {
  background: url(https://static.linkeddb.com/mobile/images/share-333.png) no-repeat center;
  background-size: 1.2rem;
}

.relMap .map .mapItems .mapItem .shareModule .shareContent .mui-popover-arrow {
  display: none !important;
}


/* 分享、引用 弹出层 */


/* 分享 */

.shareLinkLayer {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  margin-top: -4.83rem !important;
  margin-left: -7.25rem !important;
  width: 14.5rem;
  /* height: 9.66rem; */
  line-height: 2.415rem;
  border-radius: 10px;
  overflow: hidden;
}

.shareLinkLayer .mui-popover-arrow {
  display: none !important;
}

.shareLinkLayer .mui-table-view li:first-child {
  padding-left: 1.25rem;
  font-size: 0.9rem;
}

.shareLinkLayer .mui-table-view li a {
  display: inline-block;
  width: 100%;
  padding-left: 1.25rem;
  line-height: 2.415rem;
  color: #333;
}

.shareLinkLayer .mui-table-view li a::before {
  font-size: 1.5rem;
  margin-right: 1rem;
}


/* 分享 底部弹出*/

.shareLinkLayer-bottom .mui-col-xs-2,
.shareLinkLayer-bottom .mui-col-xs-3 {
  line-height: 1;
}

.shareLinkLayer-bottom .mui-col-xs-2 span,
.shareLinkLayer-bottom .mui-col-xs-3 span {
  display: block;
  font-size: 0.7rem;
}

.shareLinkLayer-bottom .pengyouquan::before,
.shareLinkLayer-bottom .weixin::before,
.shareLinkLayer-bottom .weibo::before,
.shareLinkLayer-bottom .qq::before,
.shareLinkLayer-bottom .qzone::before,
.shareLinkLayer-bottom .facebook::before,
.shareLinkLayer-bottom .twiter::before,
.shareLinkLayer-bottom .tumblr::before,
.shareLinkLayer-bottom .linkedIn::before,
.shareLinkLayer-bottom .googleAdd::before,
.shareLinkLayer-bottom .line::before {
  content: '';
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}

.shareLinkLayer-bottom .pengyouquan::before {
  background: url('https://static.linkeddb.com/mobile/images/pengyouquan.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .weixin::before {
  background: url('https://static.linkeddb.com/mobile/images/weixin.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .weibo::before {
  background: url('https://static.linkeddb.com/mobile/images/weibo.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .qq::before {
  background: url('https://static.linkeddb.com/mobile/images/qq.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .qzone::before {
  background: url('https://static.linkeddb.com/mobile/images/qqzone.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .facebook::before {
  background: url('https://static.linkeddb.com/mobile/images/Facebook.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .twiter::before {
  background: url('https://static.linkeddb.com/mobile/images/Twiter.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .tumblr::before {
  background: url('https://static.linkeddb.com/mobile/images/Tumblr.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .linkedIn::before {
  background: url('https://static.linkeddb.com/mobile/images/Linkedin.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .googleAdd::before {
  background: url('https://static.linkeddb.com/mobile/images/Google+.png') no-repeat center;
  background-size: 2.5rem;
}

.shareLinkLayer-bottom .line::before {
  background: url('https://static.linkeddb.com/mobile/images/Line.png') no-repeat center;
  background-size: 2.5rem;
}


/* 引用 */

.useLinkLayer {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  margin-top: -12.0775rem !important;
  margin-left: -8.45rem !important;
  width: 16.9rem;
  height: 24.155rem;
}

.useLinkLayer .mui-popover-arrow {
  display: none !important;
}

.useLinkLayer h4 {
  font-weight: 400;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
}


/* 作品图谱 */

.actorWorksMap>p {
  padding: 0 0.25rem;
  font-size: 0.9rem;
  color: #333;
}

.actorSkillsMap>p {
  padding: 0 0.25rem;
  font-size: 0.9rem;
  color: #333;
}

.actorWorksMap .worksTypeList {
  width: 100%;
  overflow: auto;
  height: 1.69rem;
}

.actorWorksMap .worksTypeList ul {
  /*overflow: auto;*/
  position: relative;
  animation: Ep-ulList-move 0.2s ease 2s;
  white-space: nowrap;
  overflow-x: auto;
}

.actorWorksMap .worksTypeList #relMapClass {
  height: 1.69rem;
}

@keyframes Ep-ulList-move {
  0% {
      left: 0;
  }
  50% {
      left: -2rem;
  }
  100% {
      left: 0;
  }
}

.actorWorksMap .worksTypeList li {
  /* float: left; */
  /* width: 4.589rem; */
  height: 1.69rem;
  line-height: 1.69rem;
  border-radius: 0.25rem;
  text-align: center;
  background-color: #CCE1F2;
  margin-right: 1rem;
  color: #666;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0 1.5rem;
}

.actorWorksMap .worksTypeList li:last-child {
  margin-right: 0;
}

.actorWorksMap .worksTypeList li.active {
  background-color: #ec6941;
  color: #fff;
}


/*滚动条样式*/

.actorWorksMap .worksTypeList::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}

.actorWorksMap .worksTypeList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.actorWorksMap .worksTypeList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.actorWorksMap .title-style a {
  padding: 1rem 0;
  margin: -1rem 0;
  display: inline-block;
}

.actorWorksMap .title-style a:first-child {
  width: 90%;
}

.actorWorksMap .title-style a:last-child {
  width: 10%;
}

.actorWorksYear .actor-l {
  float: left;
  width: 7.467rem;
  height: 10.667rem;
}

.actorWorksYear .actor-l img {
  width: 7.467rem;
  height: 10.667rem;
}

.actorWorksYear .actor-r {
  float: right;
  width: 11.2rem;
  margin-left: 0;
}

.actorWorksYear .actor-r .story-table {
  line-height: 1.5rem;
  color: #666;
}

.actorWorksYear .actor-r .story-table .h3-style span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666;
}

.actorWorksYear .actor-r .story-table .story-table-l {
  width: 25%;
}

.actorWorksYear .actor-r .story-table .story-table-r {
  width: 75%;
}

.actorWorksYear .actor-r .story-table .story-table-r p {
  text-indent: 0;
  overflow: hidden;
  word-break: break-all;
  max-width: 130px;
}

.actorWorksYear .actor-r .story-table .story-table-r .ep-rel {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  width: 100%;
  text-align: center;
}

.actorWorksYear .actor-r .story-table .story-table-r .ep-rel li {
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 0 7.5%;
}

.actorWorksYear .actor-r .story-table .story-table-r .ep-rel li a {
  display: inline-block;
  color: #0071be;
  font-size: 0.8rem;
  width: 100%;
  border: none !important;
}

.actorWorksYear .actor-r .story-table .story-table-r .open_all_div_works.packUp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.actorWorksYear .actor-r .story-table .story-table-r .open_all_div_works .open_all_works {
  border: none !important;
}

.actorWorksYear .actor-r .story-table .story-table-r .open_all_div_works .open_all_works.last-child {
  display: none;
  font-size: 1.2rem;
}

.actorWorksYear .yearsListItems {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.actorWorksYear .yearsListItems .yearsListItem {
  position: relative;
}

.actorWorksYear .yearsListItems .yearsListItem .actor-r .h3-style {
  word-break: break-all;
  width: 8.8rem;
}

.actorWorksYear .yearsListItems .yearsListItem .actor-r .story-table .story-table-l {
  width: 32%;
}

.actorWorksYear .yearsListItems .yearsListItem .actor-r .story-table .story-table-r {
  width: 68%;
}

.actorWorksYear .yearsListItems .yearsListItem .mip-ep-rel {
  clear: both;
}

.actorWorksYear .yearsListItems .yearsListItem .mip-ep-rel li {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 0 7.5%;
  line-height: 1.5rem;
}

.actorWorksYear .yearsListItems .yearsListItem .mip-ep-rel li a {
  display: inline-block;
  color: #0071be;
  font-size: 0.8rem;
  width: 100%;
  border: none !important;
}

.actorWorksYear .yearsListItems:last-child {
  margin-bottom: 0;
  border: 0 none;
}

.actorWorksYear .yearsListItems>span.label {
  display: inline-block;
  position: absolute;
  top: 0;
  /*left: -105px;*/
  width: 3.381rem;
  height: 1.45rem;
  line-height: 1.45rem;
  background: url(https://static.linkeddb.com/mobile/images/mobileWorksYearLabel.jpg) no-repeat left;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-left: 0.5rem;
}


/* 人物 人际关系 */

.InterpersonalContent .bg-ff>p {
  padding: 0 0.25rem;
  font-size: 0.9rem;
  color: #333;
}

.InterpersonalContent .InterpersonalItems {
  border-bottom: 1px solid #ccc;
}

.InterpersonalContent .InterpersonalItems:last-child {
  border-bottom: none;
}

.InterpersonalContent .InterpersonalItems .actor-r p {
  overflow: hidden;
  /* height: 100px; */
  text-indent: 0;
}


/* 演员角色 主页 */

.actorRoleMsg {
  position: absolute;
  right: 0;
  bottom: 0;
}


/* 演员角色关系趋势 */

.currentRel p {
  font-size: 1rem;
  color: #333;
  line-height: inherit;
}

.switchRole::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(https://static.linkeddb.com/mobile/images/switch.png) no-repeat center;
  background-size: 1rem;
  vertical-align: middle;
  margin-right: 0.625rem;
}


/* .currentRel .mui-popover {
position: fixed;
top: 9rem!important;
right: 0!important;
width: 40%;
height: 15rem;
padding-top: 0.625rem;
} */

.currentRel .mui-popover a {
  color: #333;
}

.currentRel .mui-popover a.active {
  color: #0071be;
  text-decoration: underline;
}


/* .currentRel .mui-popover-arrow {
display: block !important;
right: 40px;
} */

.mui-table-view-cell:after {
  background-color: #e8e8e8 !important;
}

.mui-table-view-cell:last-child:after,
.mui-table-view-cell:last-child:before {
  height: 1px;
}


/* 主播专题页 */

.host {
  background-color: #000;
  position: relative;
}

.host .host-head-bg {
  width: 100%;
  height: 12rem;
  background: url('https://static.linkeddb.com/mobile/images/mobileHost_bg_top.png') no-repeat left;
  background-size: contain;
}

.host-main-content {
  margin-top: -10px;
  z-index: 1;
  box-sizing: border-box;
}

.host-main-content .head-word {
  display: inline-block;
  width: 6.667rem;
  height: 4rem;
  background: url('https://static.linkeddb.com/mobile/images/mobileHost-head-word.png') no-repeat;
  background-size: 6.667rem 4rem;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.host-main-content .main-cont-items {
  width: 100%;
  padding: 2.133rem 1.2rem;
  box-sizing: border-box;
}

.host-main-content .main-cont-items:nth-child(2) {
  padding-top: 3.333rem;
}

.host-main-content .main-cont-items:nth-child(even),
.host-main-content .main-cont-items.red-bg {
  background-color: #a60000;
}

.host-main-content .main-cont-items:nth-child(odd),
.host-main-content .main-cont-items.white-bg {
  background-color: #fff;
}

.host-main-content .main-cont-items .cont-item {
  width: 100%;
  /* height: 25.867rem; */
  padding: 2px;
  border-radius: 0.3125rem;
  display: inline-block;
  box-sizing: border-box;
}

.host-main-content .main-cont-items.red-bg .cont-item {
  background-color: #000;
}

.host-main-content .main-cont-items.white-bg .cont-item {
  background-color: #a60000;
}

.host-main-content .main-cont-items .cont-item .cont-item-img {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.host-main-content .main-cont-items .cont-item .cont-item-img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.host-main-content .main-cont-items .cont-item .cont-item-msg {
  width: 100%;
  padding-left: 1rem;
  color: #fff;
  bottom: 0;
  height: 5.33rem;
  background-color: rgba(0, 0, 0, .3);
}

.host-main-content .main-cont-items .cont-item .cont-item-msg h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.host-main-content .main-cont-items .cont-item .cont-item-msg p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
}

.host-more {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.host-more button {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
}

.host-more button:focus {
  outline: none;
}

.host .host-foot-bg {
  width: 100%;
  height: 12rem;
  background: url('https://static.linkeddb.com/mobile/images/mobileHost_bg_bottom.png') no-repeat left;
  background-size: contain;
  position: absolute;
  bottom: 0;
}


/* 报名 */

.applyMain {
  width: 100%;
}

.applyMain .headBg {
  width: 100%;
  height: 230px;
  background: url(https://static.linkeddb.com/mobile/images/apply_bg.png) no-repeat top;
  background-size: 100%;
}

.applyMain .applyContent {
  position: absolute;
  width: 100%;
  top: 45px;
}

.applyMain .applyContent .weui-cells .weui-skin_android .weui-actionsheet__cell {
  padding: 25px;
  text-align: center;
}

.applyMain .applyContent .weui-cells {
  margin-top: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.applyMain .applyContent .weui-cells::before,
.applyMain .applyContent .weui-cells::after {
  opacity: 0;
}

.applyMain .applyContent .weui-cells .weui-lists {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  overflow: hidden;
}

.applyMain .applyContent .weui-cells .weui-cell {
  padding: 20px 15px;
}

.applyMain .applyContent .weui-cells.photoBox .weui-cell {
  padding-top: 0px;
}

.applyMain .applyContent .weui-cells .weui-cell .w100 {
  width: 100%;
}

.applyMain .applyContent .weui-cells .weui-cell.photo {
  margin: 20px 25px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.applyMain .applyContent .weui-cells .weui-cell.photo::before {
  opacity: 0;
}

.weui-cell.photo .weui-gallery {
  background-color: rgba(0, 0, 0, .3);
}


/* .weui-cell.photo .weui-gallery .weui-gallery__img {
left: 50px;
right: 50px;
} */

.weui-cell.photo .weui-gallery .weui-gallery__opr {
  background-color: rgba(0, 0, 0, .3);
}

.applyMain .applyContent .weui-cells .weui-cell.photo .weui-cell {
  padding: 0;
  margin: 10px;
}

.applyMain .applyContent .weui-cells .weui-cell.photo .weui-cell .weui-uploader__files {
  height: 180px;
}

.applyMain .applyContent .weui-cells .weui-cell.photo .weui-cell .weui-uploader__files .weui-uploader__file {
  margin-right: 8px;
}

.applyMain .applyContent .weui-cells .weui-cell.photo .weui-cell .weui-uploader__input-box {
  margin: 0;
}

.applyMain .applyContent .weui-cells .weui-cell.photo .weui-cell .weui-uploader__input-box::before {
  display: none;
}

.applyMain .applyContent .weui-cells .weui-cell.photo .weui-cell .weui-uploader__input-box::after {
  width: 100%;
  height: 100%;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-skin_android .weui-actionsheet__cell {
  padding: 30px 25px;
  text-align: center;
  font-size: 1rem;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-cell__hd {
  width: 30%;
  color: #666;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-cell__bd {
  width: 70%;
  font-size: 14px;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-cell__bd input:focus {
  outline: none;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-cell__bd input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b3b3;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-cell__bd input:-moz-placeholder {
  color: #b3b3b3;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-cell__bd input::-moz-placeholder {
  color: #b3b3b3;
}

.applyMain .applyContent .weui-cells .weui-cell .weui-cell__bd input:-ms-input-placeholder {
  color: #b3b3b3;
}

.applyMain .applyContent .photoBox .weui-uploader {
  border: 1px solid #e8e8e8;
  height: 250px;
  padding: 14px;
  position: relative;
}

.applyMain .applyContent .photoBox .weui-uploader__bd .upload-holder-text {
  position: absolute;
  top: 10px;
}

.applyMain .applyContent .photoBox .weui-uploader__bd .weui-uploader__input-box {
  position: absolute;
  bottom: 0;
  border: none;
}

.applyMain .applyContent .photoBox .weui-uploader__bd .weui-uploader__input-box::before {
  display: none;
}

.applyMain .applyContent .photoBox .weui-uploader__bd .weui-uploader__input-box::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) url('https://static.linkeddb.com/mobile/images/photo_video.png') no-repeat center;
  background-size: 100%;
}

.applyMain .applyContent .photoBox .weui-uploader__bd ul {
  display: inline-block;
  height: 180px;
  overflow: auto;
}


/*滚动条样式*/

.applyMain .applyContent .photoBox .weui-uploader__bd ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}

.applyMain .applyContent .photoBox .weui-uploader__bd ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.applyMain .applyContent .photoBox .weui-uploader__bd ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.applyMain .applyContent .photoBox .weui-uploader__bd ul li {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.applyMain .applyContent .photoBox .weui-uploader__bd ul li i {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .5) url('https://static.linkeddb.com/mobile/images/delete.png') no-repeat center;
  background-size: 20px;
}

.applyMain .applyContent .photoBox .weui-uploader__bd ul li[data-type='mp4']::after,
.applyMain .applyContent .photoBox .weui-uploader__bd ul li[data-type='avi']::after,
.applyMain .applyContent .photoBox .weui-uploader__bd ul li[data-type='wmv']::after,
.applyMain .applyContent .photoBox .weui-uploader__bd ul li[data-type='rmvb']::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('https://static.linkeddb.com/mobile/images/play.png') no-repeat center;
  background-size: 32px;
}

.applyMain .applyContent .photoBox .weui-uploader__bd ul li video {
  width: 100%;
}

.applyMain .applyContent .submitBtn {
  margin: 80px auto 50px;
  width: 200px;
  position: relative;
}

.applyMain .applyContent .submitBtn .loadingMsg {
  position: absolute;
  top: -45px;
  left: 35px;
  font-size: 0.8rem;
  color: #999;
}

.applyMain .applyContent .submitBtn .weui-btn {
  background-color: #FFAAA3;
  color: #fff;
  border: none;
}

.applyMain .applyContent .weui-skin_android .weui-mask {
  background-color: rgba(0, 0, 0, .2)
}

.applyMain .applyContent .weui-cells .weui-lists .weui_phone {
  padding-right: 0;
}

.applyMain .applyContent .weui-cells .weui-lists .weui_phone .weui-cell__hd {
  width: 23%;
}

.applyMain .applyContent .weui-cells .weui-lists .weui_phone .weui-input {
  width: 110px;
  vertical-align: -webkit-baseline-middle;
}

.applyMain .applyContent .weui-cells .weui-lists .weui_phone .get-vcode {
  border: none;
  background-color: #e8e8e8;
  color: #666;
  /* display: inline-block; */
  height: 30px;
  width: 95px;
  float: right;
  margin-right: 3px;
}

.applyMain .applyContent .weui-cells .weui-lists .weui_phone .get-vcode:focus {
  outline: none;
}

.applyMain .img-video-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 59px;
  background-color: #0d0d0d;
  z-index: 99;
}

.applyMain .img-video-mask span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.applyMain .img-video-mask video {
  width: 100%;
}

.applyMain .img-video-mask .videoPlay {
  display: inline-block;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('https://static.linkeddb.com/mobile/images/play.png') no-repeat center;
  background-size: 60px;
  z-index: 101;
}

.applyMain .img-video-mask .img-video-mask__opr {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  background-color: #0d0d0d;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

.applyMain .img-video-mask .img-video-mask__opr .weui-icon-returnBtnIcon {
  width: 30px;
  height: 30px;
  background: url('https://static.linkeddb.com/mobile/images/returnBack.png') no-repeat center;
  background-size: 30px;
}


/* 乐库 */

.music {}

.music .musicList ul {
  line-height: 2;
  /* height: 2.5rem; */
  background-color: #57c4e1;
  white-space: nowrap;
  overflow-x: auto;
}

.music .musicList ul li {
  display: inline-block;
}

.music .musicList ul a {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
}

.music .musicList ul a.active {
  color: #0071bd;
}


/*.music .welcome  h1 {
font-size: 30px;
line-height: 100px;
}*/

.music .musicIndex ul li {
  float: left;
  line-height: 2.5;
  width: 50%;
}

.music .musicIndex ul li a {
  display: inline-block;
  width: 95%;
  font-size: 16px;
  color: #0071bd;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.music .name h1 {
  font-size: 1.375rem;
  line-height: 3rem;
  font-weight: 700;
}

.music .name p {
  line-height: 1.5;
  font-size: 1.375rem;
  color: #000;
}

.music .name p span {
  font-weight: 700;
  color: #000;
  font-size: 0.8rem;
}

.music .name p a {
  color: #0071be;
  font-weight: 700;
  font-size: 0.8rem;
}

.music .musicDetail .detailLyric,
.music .musicDetail .detailLyric p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #333;
}

.topBorder:before {
  content: '';
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: #e8e8e8;
  position: absolute;
  top: 0;
}

.music .musicDetail .detailAlbumList,
.music .musicDetail .detailAlbumsList {
  position: relative;
  padding-top: 1rem;
}

.music .musicDetail .detailAlbumList,
.music .musicDetail .detailAlbumsList {
  line-height: 2rem;
}


/*.music .musicDetail .detailAlbumList li,
.music .musicDetail .detailAlbumsList li {
line-height: 1.5rem;
}*/

.music .musicDetail .detailAlbumList li .itemIndex,
.music .musicDetail .detailAlbumsList li .itemIndex {
  font-style: italic;
  color: red;
  font-size: 1rem;
  margin-right: 0.25rem;
}

.music .musicDetail .detailAlbumList li a,
.music .musicDetail .detailAlbumsList li a {
  color: #0071be;
  font-size: 0.9rem;
}

.music .musicAlbums .itemsCont li,
.music .musicAlbum .itemsCont li {
  text-align: center;
  line-height: 2rem;
}

.music .list-more {
  margin: 0.625rem;
  padding: 0.625rem;
  border: 1px solid #0071be;
  border-radius: 0.3125rem;
}

.wbShareBtn {
  position: absolute;
  top: 25%;
  right: 25%;
  line-height: 1;
}

#MIP-LLIGTBOX-MASK {
  background: rgba(0, 0, 0, 0.3);
}

#my-lightbox {
  border-radius: 0.3125rem;
}

.mvActor .mip-showmore-btn,
.movieRole .mip-showmore-btn,
.personInter .mip-showmore-btn,
.tvActor .mip-showmore-btn,
.tvRole .mip-showmore-btn,
.personIntro .mip-showmore-btn,
.personInterPersonal .mip-showmore-btn,
.personWorks .mip-showmore-btn {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #0071be;
  width: 100%;
  padding: 0;
  padding-right: 0.625rem;
  text-align: right;
  font-size: 0.8rem;
  position: relative;
}

.movieRole .mip-showmore-btn,
.tvRole .mip-showmore-btn,
.personIntro .mip-showmore-btn {
  text-align: center;
}

.movieRole .mip-showmore-btn span,
.tvRole .mip-showmore-btn span,
.personIntro .mip-showmore-btn span {
  line-height: 3;
  font-size: 1rem !important;
}

.mvActor .mip-showmore-btn .show,
.movieRole .mip-showmore-btn .show,
.personInter .mip-showmore-btn .show,
.tvActor .mip-showmore-btn .show,
.tvRole .mip-showmore-btn .show,
.personIntro .mip-showmore-btn .show,
.personInterPersonal .mip-showmore-btn .show,
.personWorks .mip-showmore-btn .show {
  display: block;
  font-size: 0.8rem;
}

.mvActor .mip-showmore-btn .hidden,
.movieRole .mip-showmore-btn .hidden,
.personInter .mip-showmore-btn .hidden,
.tvActor .mip-showmore-btn .hidden,
.tvRole .mip-showmore-btn .hidden,
.personIntro .mip-showmore-btn .hidden,
.personInterPersonal .mip-showmore-btn .hidden,
.personWorks .mip-showmore-btn .hidden {
  display: none;
  font-size: 0.8rem;
}

.mvActor .mip-showmore-btn.mip-showmore-open .show,
.movieRole .mip-showmore-btn.mip-showmore-open .show,
.personInter .mip-showmore-btn.mip-showmore-open .show,
.tvActor .mip-showmore-btn.mip-showmore-open .show,
.tvRole .mip-showmore-btn.mip-showmore-open .show,
.personIntro .mip-showmore-btn.mip-showmore-open .show,
.personInterPersonal .mip-showmore-btn.mip-showmore-open .show,
.personWorks .mip-showmore-btn.mip-showmore-open .show {
  display: none;
}

.mvActor .mip-showmore-btn.mip-showmore-open .hidden,
.movieRole .mip-showmore-btn.mip-showmore-open .hidden,
.personInter .mip-showmore-btn.mip-showmore-open .hidden,
.tvActor .mip-showmore-btn.mip-showmore-open .hidden,
.tvRole .mip-showmore-btn.mip-showmore-open .hidden,
.personIntro .mip-showmore-btn.mip-showmore-open .hidden,
.personInterPersonal .mip-showmore-btn.mip-showmore-open .hidden,
.personWorks .mip-showmore-btn.mip-showmore-open .hidden {
  display: block;
}

.mip-showmore-btn:hover,
.mip-showmore-btn:active {
  background-color: rgba(0, 0, 0, 0);
}

mip-vd-tabs .mip-vd-tabs-nav .mip-vd-tabs-nav-selected {
  background-color: #ec6941;
  color: #fff;
  border-bottom: none;
}

.document-showmore-btn.mip-showmore-btn-hide {
  /* 点击加载更多隐藏按钮 */
  display: none!important;
}

.roleShowMore {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  color: #658ccd;
  padding: 10px;
}

mip-history.mip-history-default.mui-icon-left-nav {
  padding: 0;
  margin: 0;
  margin-left: -10px;
  background-color: #fff;
  line-height: 0;
}

mip-share {
  width: 100%;
  height: 250px;
}

#my-sharebox {
  top: auto !important;
  bottom: 0;
}



/* 新鲜事列表页 */
.mNewsList .header {
  background-color: #fff;
  box-shadow: 0 0.05rem 0.5rem rgba(0,0,0,.1);
}
.mNewsList .header a.logo {
  display: inline-block;
  width: 5rem;
  background: url("https://static.linkeddb.com/mobile/images/logo.png") no-repeat center left;
  -webkit-background-size: 100%;
  background-size: 100%;
  text-indent: -9999rem;
  vertical-align: middle;
}
.mNewsList .list-title {
  top: 2.2rem;
  background-color: #fff;
  padding-left: .75rem;
  padding-right: .75rem;
  border-bottom: 0.4rem solid #eee;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.mNewsList .list-title.hide {
  display: none;
}

.mNewsList .list-title h4 {
  font-size: .96rem;
  line-height: 2rem;
}

.mNewsList .list-title p {
  margin: 0;
  font-size: .856rem;
  line-height: 1.3rem;
}
.mNewsList .content {
  /* top: 2.2rem; */
}
.mNewsList .content .card {
  margin: 0;
  padding: .75rem;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  border-bottom: 0.4rem solid #eee;
}
.mNewsList .content .card .card-content {
  margin: 0;
}
.mNewsList .content .card .card-content .text {
  font-size: .856rem;
  margin: 0;
  line-height: 1.3rem;
  color: #333;
}
.mNewsList .content .card .card-content .onePic .pic-box {
  height: 8.75rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  align-items: center;
  margin: .625rem 0;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  border: 0.05rem solid #eee;
}
.mNewsList .content .card .card-content .onePic img {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}
.mNewsList .content .card .card-content .two-threePic .pic-box {
  max-height: 5.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .625rem 0;
}
.mNewsList .content .card .card-content .two-threePic img {
  width: 5.6rem;
  height: 5.6rem;
  display: inline-block;
  border: 0.05rem solid #eee;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}
.mNewsList .content .card .card-content .right-pic {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: space-between;
  margin-bottom: .625rem;
}
.mNewsList .content .card .card-content .right-pic .text {
  max-height: 5.6rem;
  padding-right: .6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  /*显示两行，如果显示3行再溢出则改写成 -webkit-line-clamp:3;*/
  -webkit-line-clamp: 3;
  flex: 2;
}
.mNewsList .content .card .card-content .right-pic .pic-box {
  width: 5.6rem;
  height: 5.6rem;
  border: 0.05rem solid #eee;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  overflow: hidden;
  flex: 1;
}
.mNewsList .content .card .card-content .right-pic img {
  height: 100%;
  min-width: 100%;
  /* margin-left: -25%; */
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}
.mNewsList .content .card .card-footer {
  line-height: 1;
  min-height: 1.5rem;
  padding: .625rem 0 .75rem 0;
  font-size: .65rem;
}

.mNewsList .content .card .card-footer a {
  /* color: #0071be; */
  font-size: .65rem;
}

/* 底部没有更多提示 */
.mNewsList .no-more {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  font-size: 0.65rem;
  background-color: #8ba9da;
  line-height: 1rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mNewsList .no-more.hide {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* 顶部加载更多提示 add-more */
/* 顶部没有更多提示 top-no-more */
.mNewsList .add-more,
.mNewsList .top-no-more {
  position: fixed;
  top: 2.2rem;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  font-size: 0.65rem;
  background-color: #8ba9da;
  line-height: 1rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mNewsList .add-more.hide,
.mNewsList .top-no-more.hide {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mNewsList .infinite-scroll-preloader {
  /* margin-top: -20px; */
}

/* 顶部导航 */
.top-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 12;
  height: 2.25rem;
  line-height: 2.25rem;
  background-color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-left: .75rem;
  padding-right: .75rem;
}
.top-nav h4 {
  text-align: center;
  font-weight: 400;
  font-size: .9rem;
  padding: 0;
}
.top-nav h4.col-20 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.top-nav h4.col-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.top-nav h4 a {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #333;
}
.top-nav .logo {
  display: inline-block;
  /* width: 3.8rem; */
  background: url("https://static.linkeddb.com/m/images/linkeddb-logo.png") no-repeat center left;
  text-indent: -99rem;
  background: #333 url("https://static.linkeddb.com/m/images/linkeddb-logo-fff.png") no-repeat center left;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.top-nav .icon-menu-side:before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  vertical-align: middle;
  color: #999;
  background: url("https://static.linkeddb.com/m/images/icon-menu-side.png") no-repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.top-nav .menu-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.top-nav .menu-modal-overlay.menu-modal-overlay-visible {
  visibility: visible;
  opacity: 1;
}
/* 侧边导航 */
.menu-side-list {
  position: fixed;
  right: -10rem;
  top: 0;
  width: 6rem;
  height: 100%;
  background-color: #333;
  z-index: 100;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.menu-side-list.show {
  right: 0;
}
.menu-side-list .user-avatar {
  text-align: center;
  padding: 1rem 0;
  margin: 0 .5rem;
  border-bottom: 1px solid #000;
}
.menu-side-list .user-avatar .login {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.menu-side-list .user-avatar .login img {
  width: 100%;
}

.menu-side-list .user-avatar .login-text {
  color: #999;
  font-size: .7rem;
}
.menu-side-list .menu-list-item {
  text-align: center;
  margin: 0 .5rem;
}

.menu-side-list .menu-list-item:not(:last-child) {
  border-bottom: 1px solid #222;
}

.menu-side-list .menu-list-item a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: .8rem;
}
.menu-side-list .logout {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 .5rem;
  border-top: 1px solid #000;
}
.menu-side-list .logout a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: .8rem;
}

/* 首页 */
.index-banner {
  margin-top: 2.25rem;
  margin-bottom: -2.5rem;
}

/*  */
.base-header {
  top: 2.25rem;
}

/* 首页选择语言 */
.choose-lang-main .choose-lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: .5rem;
  justify-content: space-around;
}

.choose-lang-main .choose-lang-list a {
  font-size: .7rem;
  padding: .2rem .5rem;
}

.index-star-list .mui-col-xs-3 a {
  display: inline-block;
  height: 79px;
  overflow: hidden;
}

/* APP浮动下载条 */
.download-app {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.download-app .download {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.download-app .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-app .logo {
  height: 40px;
  width: 40px;
  background: url('https://static.linkeddb.com/m/images/cp_app/cp_logo.jpg') no-repeat center;
  background-size: 100% 100%;
}

.download-app .app-name {
  color: #8e5cf3;
}

.download-app .open {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  /* Safari 5.1 - 6.0 */
  background: -webkit-linear-gradient(left, #fb72dc, #8e5cf3);
  /* Opera 11.1 - 12.0 */
  background: -o-linear-gradient(right, #fb72dc, #8e5cf3);
  /* Firefox 3.6 - 15 */
  background: -moz-linear-gradient(right, #fb72dc, #8e5cf3);
  /* 标准的语法（必须放在最后） */
  background: linear-gradient(to right, #fb72dc, #8e5cf3);
}

/* 适配 */

@media only screen and (min-width: 320px) and (max-width: 359px) {
  html {
      font-size: 16px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  html {
      font-size: 18px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 383px) {
  html {
      font-size: 18.7px;
  }
}

@media only screen and (min-width: 384px) and (max-width: 400px) {
  html {
      font-size: 19.1px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 479px) {
  html {
      font-size: 20.5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  html {
      font-size: 24px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  html {
      font-size: 20.4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html {
      font-size: 26.1px;
  }
}

@media only screen and (min-width: 1201px) {
  html {
      font-size: 24.9px;
  }
  body {
      margin: 0 auto;
  }
}