/* video responsive 16:9 */
.op-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.op-video-container iframe, .op-video-container object, .op-video-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#op_container_text h1, #op_container_text h2, #op_container_text h3, #op_container_text h4, #op_container_text h5, #op_container_text h6 {
  font-family: "Roboto";
  padding: 0rem;
  line-height: 1.6;
}
#op_container_text h1, #op_container_text h2, #op_container_text h3 {
  color: #212121;
  font-weight: bold;
}
#op_container_text h4, #op_container_text h5, #op_container_text h6 {
  color: #323232;
  font-weight: 500;
}
/* evergreen */
.evergreen {
  position: fixed;
  top: 0rem;
  width: 100%;
  height: 0.66rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .78);
  overflow: hidden;
  z-index: 1000;
}
.evergreen .thumbnail {
  width: 0.46rem;
  height: 0.46rem;
  float: left;
  margin-right: 0.1rem;
}
.evergreen .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evergreen button {
  float: right;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 4px;
  width: 0.84rem;
  height: 0.3rem;
  border: none;
  background-color: #e31818;
  margin-top: 0.08rem;
}
.evergreen p {
  color: #fff;
  font-size: 0.14rem;
  float: left;
  width: 1.8rem;
  line-height: 1.4;
  padding-top: 0.03rem;
  margin: 0;
  max-height: .4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.evergreen .item {
  padding: 0.1rem 0.16rem;
  box-sizing: border-box;
  overflow: hidden;
}
.evergreen-space {
  height: 0.66rem;
}
/* mini-related-news */
.mini-related-news {
  margin: 0 0.16rem;
  padding-bottom: 0.1rem;
}
.mini-related-head {
  overflow: hidden;
  margin-bottom: 0.14rem;
}
.mini-related-head div {
  float: left;
  width: 0.4rem !important;
  height: 0.4rem;
  margin: 0 0.1rem 0 0.12rem;
}
.mini-related-head div img {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.mini-related-head h5 {
  float: left;
  width: 2.07rem;
  line-height: 0.16rem !important;
  font-size: 0.14rem;
  color: #222;
  font-family: Roboto-Medium;
  margin-top: 0.04rem;
  font-weight: 600;
  margin-bottom: 0 !important;
}
#miniRelatedNews {
  overflow: hidden;
  width: 100%;
}
#miniRelatedNews ul {
  background: #f6f6f6;
  padding: 0 0.12rem;
}
#miniRelatedNews ul li {
  padding: 0.12rem 0;
  line-height: 0.17rem;
  font-size: 0.14rem;
  color: #222;
  font-family: Roboto-Regular;
  border-bottom: 1px solid #eee;
}
#miniRelatedNews ul li:last-child {
  border-bottom: 0;
}
/* wakeup-features */
.wakeup-features {
  overflow: hidden;
  height: 0.42rem;
  margin-top: -0.15rem;
  margin: -0.1rem 0rem 0.1rem;
}
.wakeup-features p {
  text-align: center;
  font-size: 0.12rem;
  color: rgba(0, 0, 0, .87);
  line-height: 1.5;
  height: 0.42rem;
  margin: 0;
}
.wakeup-features section {
  overflow: hidden;
}
/* related-news */
.related-news {
  background-color: #f5f5f5;
  padding-bottom: 0.3rem;
  margin-bottom: 0.1rem;
}
.related-news h2 {
  font-size: 0.14rem;
  color: #9099a6;
  font-family: Roboto;
  padding: 0.16rem 0.1rem 0.12rem;
}
.related-news .news-con {
  background-color: #fff;
  padding: 0.1rem;
  padding-left: 0.17rem;
  margin-bottom: 0.06rem;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06);
}
.related-news .title-con {
  height: 0.6rem;
}
.related-news .title {
  font-family: Roboto;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, .87);
  line-height: 0.2rem;
  font-weight: normal;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0rem;
  max-width: 2.4rem;
}
.related-news .source {
  font-size: 0.12rem;
  font-family: Roboto;
  color: rgba(0, 0, 0, .54);
  line-height: 0.16rem;
  margin: 0.04rem 0rem 0rem 0rem;
}
.related-news .thumbnail {
  float: right;
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  object-fit: contain;
}
.related-news .thumbnail img {
  width: 100%;
  height: 100%;
}
#relatedNewsList {
  transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
  overflow: hidden;
}
/* compose */
#compose {
  position: relative;
  padding-top: 0.204rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0.3rem;
  text-align: center;
}
#compose p {
  margin: 0rem;
  padding: 0rem;
  font-size: 0.1359rem;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}
#compose img {
  width: 1.068rem;
  height: 0.98rem;
  margin: 0rem auto;
}
#compose .context {
  height: 0.32rem;
  position: absolute;
  top: 50%;
  margin: -0.06rem auto 0rem;
  text-align: center;
  width: 100%;
  font-family: "Roboto-Regular";
  color: rgba(0, 0, 0, 0.54);
  padding-top: 0.1rem;
}
#compose .hightlight {
  color: #4866ff;
}
#compose .heading {
  font-size: 0.136rem;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  background-color: #fff;
  margin: -0.282rem auto 0.1rem;
  display: block;
  width: 0.7796rem;
  text-align: center;
}
/* app-push */
.app-push {
  background-size: 2.5rem;
  overflow: hidden;
  padding: 0.1rem 0.16rem;
  background-color: #fff;
  box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, .38);
  position: fixed;
  bottom: 0rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}
.app-push .logo {
  width: 0.4rem;
  height: 0.4rem;
  float: left;
}
.app-push .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-push .features {
  width: 1.96rem;
  height: 0.16rem;
  margin-top: 0.02rem;
  margin-left: 0.08rem;
  float: left;
}
.app-push .features .text {
  width: 2rem;
}
.app-push .features .text p {
  margin: 0;
  padding: 0 0 0 .04rem;
  font-size: 0.1rem;
  color: #7b7b7b;
}
.app-push .features .logo-name {
  width: 1.5rem;
  height: 100%;
}
.app-push .features img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: -0.15rem;
}
.app-push .features p {
  font-size: 0.11rem;
  line-height: 0.14rem;
  color: rgba(0, 0, 0, .87);
  font-family: Roboto;
}
.app-push button {
  background-color: #e31818;
  border: none;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 4px;
  width: 0.84rem;
  margin-top: 0.05rem;
  height: 0.3rem;
  float: right;
}
.app-push-space {
  height: 0.6rem;
}
/* img_scale */
#img_scale {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 1);
  z-index: 1007;
}
#img_scale img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background: rgba(0, 0, 0, 1);
}
/* read-app-modal */
.read-app-modal{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,.45);
  z-index:1010;
  display:none; 
}
.read-app-dialog{
  position:absolute;
  left:0;
  right:0;
  bottom:50%;
  margin:0 auto;
  width:2.85rem;
  border-radius:.08rem;
  background:#fff;
  padding:.18rem .14rem 0;
  box-sizing:border-box; 
}
.read-app-dialog p{
  font:.16rem/.2rem Arial;
  font-weight:bold;
  text-align:center;
  padding-bottom:.2rem;
  margin:0;
  border-bottom:1px solid #e9e9e9;
  color:#333;
}
.read-app-dialog  div {
  overflow:hidden; 
}
.read-app-dialog  div a{
  display:block;
  width:50%;
  text-align:center;
  float:left;
  color:#888;
  font:.15rem/.46rem Arial;  
}