@charset "UTF-8";
.home-search {
  -ms-flex-pack: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* background: url(/static/img/logo.png) no-repeat; */
  background-size: 100% 100%;
  border-radius: 0.46667rem;
  color: #fff;
  font-size: 0.4rem;
  height: 0.85333rem;
  justify-content: flex-start;
  margin: 0 0.4rem 0 0;
  padding: 0 0.13333rem 0 0.26667rem;
  position: relative;
}

.home-search,
.home-search .hot-words {
  -ms-flex-positive: 1;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}

.home-search .hot-words {
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-search .hot-word {
  -ms-flex-pack: start;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 0.85333rem;
  justify-content: flex-start;
  overflow: hidden;
}

.home-search .hot-word .s-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-search .hot-word:before {
  -ms-flex-negative: 0;
  background: url(/163/wap/f2e/ssr/static/media/search.f764c8e1be1bc69b6b2d.png)
    no-repeat 50%;
  background-size: 100% 100%;
  content: "";
  flex-shrink: 0;
  height: 0.4rem;
  margin: 0 0.05rem 0 0;
  width: 0.4rem;
}

.home-topHeader {
  -ms-flex-align: center;
  align-items: center;
  background: #247cc3;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 1.28rem;
  max-width: 10rem;
  width: 100%;
}

.home-topHeader .s-logo {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: url(/static/img/option.png) 50% no-repeat;
  background-size: 0.8rem 0.88667rem;
  padding: 0 0.26667rem 0 0.56rem;
  width: 0.8rem;
}

.home-topHeader .s-logo,
.home-topHeader .s-user {
  -ms-flex-negative: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  flex-shrink: 0;
  font-size: 0;
}

.home-topHeader .s-user {
  background: rgba(0, 0, 0, 0.1) url(/static/img/share.png) 50% no-repeat;
  background-size: 0.66667rem 0.66667rem;
  border: none;
  border-radius: 50%;
  height: 0.66667rem;
  margin: 0 0.37333rem 0 0;
  padding: 0.09333rem;
  width: 0.66667rem;
}

.home-subNav-wrap {
  height: 1.26667rem;
}

.home-subNav-wrap.home-subNav-fixed .home-subNav {
  background: #247cc3;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 199;
}

.home-subNav-wrap.home-subNav-fixed .home-subNav .nav-item,
.home-subNav-wrap.home-subNav-fixed .home-subNav .nav-item.nav-item-active {
  color: #fff;
}

.home-subNav-wrap.home-subNav-fixed .home-subNav .nav-slider {
  background: #fff;
}

.home-subNav-wrap .home-subNav {
  -ms-flex-pack: distribute;
  border-bottom: 1px solid #eee;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.45333rem;
  height: 1.26667rem;
  justify-content: space-around;
  max-width: 10rem;
  position: relative;
  width: 100%;
}

.home-subNav-wrap .home-subNav .nav-item {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -ms-flex-positive: 1;
  align-items: center;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  margin: 0 0.13333rem;
  position: relative;
}

.home-subNav-wrap .home-subNav .nav-item.nav-item-active {
  color: #ee1a1a;
}

.home-subNav-wrap .home-subNav .nav-slider {
  background: #ee1a1a;
  bottom: 0;
  height: 0.05333rem;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: left 0.15s linear;
  transition: left 0.15s linear;
  width: 0.8rem;
}

body.baidu .widget-floatMenu .floatMenu-logo {
  display: none;
}

.widget-floatMenu {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0;
  left: 0;
}

.widget-floatMenu button {
  background: transparent;
  border: none;
  font-size: 0;
}

.widget-floatMenu.show .floatMenu-toTop {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.widget-floatMenu .floatMenu-toTop {
  background: hsla(0, 0%, 100%, 0.95)
    url(/static/img/menu-toTop.fe4b74d7c16e0758813b.png) 50% no-repeat;
  background-size: 0.53333rem 0.53333rem;
  border-radius: 50%;
  bottom: 1.22667rem;
  -webkit-box-shadow: 0 0 0.10667rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.10667rem 0 rgba(0, 0, 0, 0.12);
  height: 1.17333rem;
  opacity: 0;
  position: fixed;
  right: 0.37333rem;
  width: 1.17333rem;
  z-index: 999;
}

.widget-floatMenu .floatMenu-backflow {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #ee1a1a;
  border-radius: 0.58667rem;
  bottom: 1.22667rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.45333rem;
  height: 1.17333rem;
  justify-content: center;
  left: 50%;
  padding: 0 0.64rem;
  position: fixed;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 999;
}

.widget-floatMenu .floatMenu-backflow i {
  background: url(/163/wap/f2e/ssr/static/media/logo-small.6a69e71772d6dd5466da.png)
    50% no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 0.53333rem;
  margin-right: 0.16rem;
  width: 0.53333rem;
}

.widget-loading {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0.13333rem 0;
  position: fixed;
  left: 50%;
  top: 30%;
}

.widget-loading .circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 0.93333rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 0.93333rem;
}

.widget-loading .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #1b88ee;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -0.46667rem;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -1.65333rem;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -0.46667rem;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -1.65333rem;
  }
}

.widget-loginPanel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.66667rem 0.26667rem 0;
}

.widget-loginPanel .login-content {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 290px;
  padding: 0 0.26667rem;
  position: relative;
}

.widget-loginPanel .login-content .widget-loading {
  margin: 1.33333rem 0 0;
  position: absolute;
  z-index: -1;
}

.widget-loginPanel .third-title {
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  margin: 0 0.26667rem;
}

.widget-loginPanel .third-title:before {
  margin: 0 0.53333rem 0 0;
}

.widget-loginPanel .third-title:after {
  margin: 0 0 0 0.53333rem;
}

.widget-loginPanel .third-title:after,
.widget-loginPanel .third-title:before {
  -ms-flex-positive: 1;
  background-color: #eee;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.widget-loginPanel .third-content {
  -ms-flex-pack: center;
  border-bottom: 1px solid #eee;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 0.26667rem;
  padding: 0.66667rem 0;
}

.widget-loginPanel .third-content a {
  font-size: 0.85333rem;
  margin: 0 0.4rem;
}

.widget-loginPanel .third-content .s-qq {
  color: #68a5e1;
}

.widget-loginPanel .third-content .s-weibo {
  color: #f56467;
}

.widget-userPanel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.66667rem 0.4rem;
}

.widget-userPanel .s-avatar-wrap {
  height: 1.86667rem;
  margin: 0 auto;
  position: relative;
  width: 1.86667rem;
}

.widget-userPanel .s-avatar-wrap .icon-vip {
  bottom: 0;
  position: absolute;
  right: 0;
}

.widget-userPanel .s-avatar {
  border-radius: 50%;
  height: 1.86667rem;
  width: 1.86667rem;
}

.widget-userPanel .s-nickname {
  font-size: 0.37333rem;
  margin: 0.26667rem auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-userPanel .s-duration,
.widget-userPanel .s-nickname {
  color: #888;
  height: 0.53333rem;
  line-height: 0.53333rem;
  max-width: 5.33333rem;
}

.widget-userPanel .s-duration {
  font-size: 0.26667rem;
  margin: 0 auto 0.26667rem;
}

.widget-userPanel .s-duration .icon-arrow {
  font-size: 0.18667rem;
}

.widget-userPanel .s-duration .s-cancelAuto {
  text-decoration: underline;
}

.widget-userPanel .s-duration a {
  color: #888;
}

.widget-userPanel .s-link {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.4rem;
  height: 1.2rem;
  justify-content: space-between;
}

.widget-userPanel .s-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 0.53333rem;
}

.widget-userPanel .icon-email {
  color: #f33;
}

.widget-userPanel .icon-talking {
  color: #f90;
}

.widget-userPanel .icon-switch {
  color: #36f;
}

.widget-userPanel .icon-read {
  color: #5fa1b3;
}

.widget-userPanel .icon-info {
  height: 0.37333rem;
  margin: 0 0 0.06667rem;
  vertical-align: bottom;
  width: 0.37333rem;
}

.widget-drawer {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 10rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.widget-drawer .drawer-content {
  -webkit-animation: drawer-keyframes 0.3s ease-in forwards;
  animation: drawer-keyframes 0.3s ease-in forwards;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  width: 7.46667rem;
}

@-webkit-keyframes drawer-keyframes {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes drawer-keyframes {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.widget-drawer .drawer-content .s-wza {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.02667rem solid #666;
  border-radius: 0.44rem;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.4rem;
  height: 0.88rem;
  justify-content: center;
  margin: 0.26667rem auto 0;
  text-align: center;
  width: 2.46667rem;
}

.widget-drawer .s-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.widget-drawer .s-feedback {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.4rem;
  justify-content: center;
  margin: 0 0 0.26667rem;
}

.widget-drawer .s-feedback:before {
  background: url(/163/wap/f2e/ssr/static/media/icon-feedback.79a4273c047bba72e222.png)
    50% no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 0.64rem;
  margin: 0 0.06667rem 0 0;
  width: 0.64rem;
}

.area-push-card {
  overflow: hidden;
  position: relative;
}

.area-push-card .s-img {
  width: 100%;
}

.area-push-card a {
  display: block;
  position: relative;
}

.area-push-card .s-flag {
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 0.06667rem;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.32rem;
  left: 0;
  padding: 0.01333rem 0.08rem 0.01333rem 0.02667rem;
  position: absolute;
  text-align: center;
  z-index: 10;
}

.area-push-card .push-in-enter-active,
.area-push-card .push-in-leave-active {
  -webkit-transition: max-height 3s linear;
  transition: max-height 3s linear;
}

.area-push-card .push-in-enter,
.area-push-card .push-in-leave-to {
  max-height: 0;
}

.area-push-card .push-in-enter-to,
.area-push-card .push-in-leave {
  max-height: 10.66667rem;
}

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

.m_a_d_logo {
  background: url(/163/frontend/images/ad-logo-0817.png);
  background-size: 100%;
  bottom: 0.15rem;
  height: 0.23rem;
  position: absolute;
  right: 0.1rem;
  width: 0.4rem;
}

.papa-item {
  position: relative;
}

.papa-item .papa_flag {
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 0.15rem;
  bottom: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.24rem;
  left: 0;
  padding: 1px 6px 1px 2px;
  position: absolute;
  text-align: center;
}

.m_papa {
  font-size: 0.24rem;
}

.m_papa.s-empty {
  padding: 0;
}

.m_papa .m_papa_img {
  float: left;
  height: 1.46rem;
  margin-right: 0.2rem;
  overflow: hidden;
  position: relative;
  width: 2.34rem;
}

.m_papa .m_papa_img img {
  background: none;
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.m_papa .m_papa_desc .m_papa_promote {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  padding: 2px;
}

.m_papa .m_papa_desc .m_papa_time {
  color: #888;
  display: inline-block;
  font-size: 0.24rem;
  margin-left: 0.2rem;
}

.m_papa .m_papa_desc .m_papa_desc_l {
  float: left;
}

.m_papa .m_papa_info {
  overflow: hidden;
}

.m_papa .m_papa_info .m_papa_title,
.m_papa .m_papa_info a {
  color: #404040;
  font-size: 0.34rem;
  line-height: 0.42rem;
  margin-bottom: 0.2rem;
  text-decoration: none;
}

.m_papa_m0 .m_papa_title {
  color: #404040;
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
}

.m_papa_m0 .m_papa_img {
  height: 3.45rem;
  width: 100%;
}

.m_papa_m0 .m_papa_promote {
  border: 1px solid #555;
  border-radius: 3px;
  color: #555;
  float: right;
  font-size: 0.24rem;
  height: 0.32rem;
  line-height: 0.32rem;
  padding: 2px;
}

.m_papa_m1 .m_papa_title {
  color: #404040;
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
}

.m_papa_m1 .m_papa_title .m_papa_promote {
  border: 1px solid #555;
  float: right;
  font-size: 0.24rem;
  height: 12px;
  line-height: 12px;
  padding: 2px;
}

.m_papa_m1 .m_papa_pic {
  display: block;
  margin: 0.22rem 0;
}

.m_papa_m1 .m_papa_pic .m_papa_pic_wrap {
  -ms-flex-pack: justify;
  height: 1.46rem;
  justify-content: space-between;
  overflow: hidden;
}

.m_papa_m1 .m_papa_pic .m_papa_pic_wrap img {
  float: left;
  height: 100%;
  margin-right: 1px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 33%;
}

.m_papa_m2 {
  background: #eee;
  border-top: 1px solid #e5e5e5;
  margin: -1px 0 0;
  width: 100%;
}

.m_papa_m2 .m_papa_content {
  color: #4c9aea;
  font-size: 0.34rem;
}

.m_papa_m2 .m_papa_content a,
.m_papa_m2 .m_papa_content a:active,
.m_papa_m2 .m_papa_content a:focus,
.m_papa_m2 .m_papa_content a:visited {
  color: #4c9aea;
}

.m_papa_m2 .m_papa_promote {
  border: 1px solid #555;
  float: right;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  padding: 2px;
}

.m_papa_live .m_papa_img {
  height: 3.45rem;
}

.m_papa_iframe .m_papa_iframe_wrap {
  height: 1.4rem;
  overflow: hidden;
  width: 6.9rem;
}

.m_papa_iframe iframe {
  height: 100%;
  width: 100%;
}

.m_papa_iframe_photoset .m_papa_iframe_wrap {
  height: 2.44rem;
  overflow: hidden;
  width: 6.9rem;
}

.m_papa_iframe_photoset iframe {
  height: 100%;
  width: 100%;
}

.m_photoset_square {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 1px 1px #e3e3e3;
  box-shadow: 0 1px 1px #e3e3e3;
  float: left;
  margin: 0.2rem 0 0;
  padding: 0;
  width: 3.35rem;
}

.m_photoset_square .m_photoset_square_img {
  -webkit-animation: imgload2 1s ease-out;
  animation: imgload2 1s ease-out;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: imgload2;
  -webkit-animation-timing-function: ease-out;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.m_photoset_square .m_photoset_square_img img {
  display: block;
  min-height: 2rem;
  width: 100%;
}

.m_photoset_square.papa_item
  .m_photoset_square_info
  .m_photoset_square_title
  span {
  display: inline;
}

.m_photoset_square.papa_item
  .m_photoset_square_info
  .m_photoset_square_title
  .m_photoset_square_adflag {
  background-size: 100% 100%;
  color: #efd469;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  margin-right: 0.1rem;
  padding: 2px;
}

.m_photoset_square .m_photoset_square_info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0.15rem;
  width: 100%;
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_title {
  color: #555;
  margin-bottom: 0.15rem;
  width: 100%;
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_title span {
  display: block;
  font-size: 0.28rem;
  line-height: 0.42rem;
}

.m_photoset_square .m_photoset_square_info .m_photoset_square_desc {
  width: 100%;
}

.m_photoset_square
  .m_photoset_square_info
  .m_photoset_square_desc
  .m_photoset_square_desc_l {
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: contain;
  color: #888;
  float: left;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.m_photoset_square
  .m_photoset_square_info
  .m_photoset_square_desc
  .m_photoset_square_desc_l
  .iconfont {
  color: #a8a8a8;
  display: inline-block;
  font-size: 0.28rem;
  padding: 0 0.1rem 0 0;
}

.m_photoset_square
  .m_photoset_square_info
  .m_photoset_square_desc
  .m_photoset_square_desc_r {
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: contain;
  color: #888;
  float: right;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.m_photoset_square
  .m_photoset_square_info
  .m_photoset_square_desc
  .m_photoset_square_desc_r
  .iconfont {
  color: #a8a8a8;
  display: inline-block;
  font-size: 0.28rem;
  padding: 0 0.1rem 0 0;
}

.m_papa_m2 {
  border-top: 0;
}

.m_papa_m2.m_papa {
  border-bottom: 0;
  padding: 0;
}

.m_papa_m2 .m_papa_promote {
  background-size: 100% 100%;
  border: none;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font-size: 0.26rem;
  height: 0.37rem;
  line-height: 0.37rem;
  padding: 0.03rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
}

.m_papa_m1 .m_papa_title,
.m_papa_m2 .m_papa_content {
  line-height: 0.44rem;
  width: 6.2rem;
}

.m_papa_m1 .m_papa_title .m_papa_promote {
  border: none;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0.2rem;
}

.m_papa .m_papa_desc .m_papa_promote,
.m_papa_m1 .m_papa_title .m_papa_promote {
  background-size: 100% 100%;
  color: #555;
  display: inline-block;
  font-size: 0.26rem;
  height: 0.37rem;
  line-height: 0.37rem;
  padding: 0.03rem;
}

.m_papa .m_papa_desc .m_papa_promote {
  border: none;
}

.m_colum_a_d {
  font-size: 0.24rem;
  position: relative;
}

.m_colum_a_d.s_empty {
  padding: 0;
}

.m_colum_a_d .s_img {
  float: left;
  margin-right: 0.2rem;
  max-height: 5.45rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.m_colum_a_d .s_img img {
  background: none;
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.m_colum_a_d .s_title {
  color: #404040;
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
}

.m_colum_a_d .m_a_d_source {
  bottom: 0.15rem;
  color: #a3a3a3;
  font-size: 0.24rem;
  position: absolute;
  right: 0.1rem;
}

.m_a_d_doc .m_papa_img {
  float: right;
  margin-left: 0.4rem;
  margin-right: 0;
}

.m_a_d_doc .m_a_d_logo {
  bottom: 0.1rem;
  left: 0.1rem;
  right: auto;
}

.m_a_d_doc .m_papa_info {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.m-ltrp {
  font-size: 0.24rem;
  overflow: hidden;
}

.m-ltrp a {
  color: #333;
}

.m-ltrp .m-ltrp-title {
  float: left;
  max-width: 40%;
  min-height: 1rem;
  width: 40%;
}

.m-ltrp .m-ltrp-title .s-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.7rem;
  margin: 1px 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-ltrp .m-ltrp-title .s-source {
  bottom: 1px;
  color: #999;
  font-size: 0.2rem;
  left: 1px;
  line-height: 0.28rem;
  position: absolute;
}

.m-ltrp .m-ltrp-title .s-promote {
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.m-ltrp .m-ltrp-img {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-size: 0;
  justify-content: space-between;
  width: 60%;
}

.m-ltrp .m-ltrp-img img {
  display: inline-block;
  width: 33%;
}

.m_a_d_card {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 0.04rem;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, Hiragino Sans GB, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  padding: 0.22rem 0.48rem 0.23rem 0.32rem;
}

.m_a_d_card .info {
  -ms-flex-positive: 1;
  color: #999;
  flex-grow: 1;
  margin-right: 0.4rem;
  width: 4.17rem;
}

.m_a_d_card .info,
.m_a_d_card .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m_a_d_card .info h3 {
  color: #333;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin: 0.1rem 0 0.04rem;
}

.m_a_d_card .info small {
  font-size: 0.26rem;
  line-height: 0.37rem;
  max-width: 100%;
}

.m_a_d_card .icon-arrow {
  background: url(/163/frontend/images/arrow-hdbk.png) no-repeat;
  background-size: 100%;
  color: #999;
  font-size: 0.19rem;
  height: 0.3rem;
  width: 0.3rem;
}

.m_a_d_card .icon-arrow,
.m_a_d_card_img {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.m_a_d_card_img {
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.1rem;
  justify-content: center;
  margin-right: 0.34rem;
  width: 1.1rem;
}

.m_a_d_card_img img {
  border-radius: 0.08rem;
  height: 100%;
  vertical-align: top;
  width: 100%;
}

.area-card .m-ltrp {
  position: relative;
}

.area-card .m-ltrp .m-ltrp-title .s-title {
  line-height: 0.35rem;
}

.area-card .m_colum_a_d a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.area-card .m_colum_a_d a .s_img {
  margin-right: 0;
}

.area-card .m-ltrp,
.area-card .m_a_d_card,
.area-card .m_colum_a_d,
.area-card .m_papa,
.area-card .m_photoset_square {
  margin: 0.2rem 0;
}

.area-card .m_colum_a_d .s_title {
  font-size: 0.48rem;
  margin-bottom: 0;
}

.area-card .m_papa {
  padding: 0.21333rem 0;
}

.area-card .m_papa .m_papa_img {
  height: 2.22667rem;
  width: 2.90667rem;
}

.area-card .m_papa .m_papa_info {
  min-height: 2.26667rem;
}

.area-card .m_papa .m_papa_info .m_papa_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.48rem;
  line-height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-card .m_papa_m1 {
  padding: 0;
}

.area-card .m_papa_m1 .m_papa_title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.48rem;
  line-height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 8rem;
}

.area-card .m_papa_m1 .m_papa_title .m_papa_promote {
  line-height: 0.48rem;
  top: 0;
}

.area-card .m_papa_m1 .m_papa_pic {
  margin: 0.10667rem 0 0;
}

.area-card .m_papa_m1 .m_papa_pic .m_papa_pic_wrap {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  height: unset;
  justify-content: space-between;
  margin: 0.10667rem 0 0;
}

.area-card .m_papa_m1 .m_papa_pic .m_papa_pic_wrap img {
  border-radius: 0.08rem;
  height: auto;
  margin: 0;
  overflow: hidden;
  width: 32%;
}

.area-card .m_papa_m1 .m_a_d_doc .m_a_d_logo {
  display: none;
}

.area-enlarge-card {
  overflow: hidden;
  position: relative;
}

.area-enlarge-card .s-img {
  width: 100%;
}

.area-enlarge-card a {
  display: block;
  position: relative;
}

.area-enlarge-card .s-flag {
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 0.06667rem;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.32rem;
  left: 0;
  padding: 0.01333rem 0.08rem 0.01333rem 0.02667rem;
  position: absolute;
  text-align: center;
  z-index: 10;
}

.area-enlarge-card .enlarge-in-enter-active,
.area-enlarge-card .enlarge-in-leave-active {
  -webkit-transition: max-height 3s linear;
  transition: max-height 3s linear;
}

.area-enlarge-card .enlarge-in-enter {
  max-height: 0;
}

.area-enlarge-card .enlarge-in-leave-to {
  max-height: 1.57333rem;
}

.area-enlarge-card .enlarge-in-enter-to,
.area-enlarge-card .enlarge-in-leave {
  max-height: 10.66667rem;
}

.area-top-card {
  min-height: 0.1px;
}

.area-top-card .m_colum_a_d .m_a_d_source {
  left: 0.1rem;
  right: unset;
}

.area-top-card.area-card .m-ltrp,
.area-top-card.area-card .m_a_d_card,
.area-top-card.area-card .m_colum_a_d,
.area-top-card.area-card .m_papa,
.area-top-card.area-card .m_photoset_square {
  margin: 0;
}

.area-float-card {
  z-index: 10000;
}

.area-float-card .float-wrap {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.area-float-card .float-wrap .float-content {
  height: auto;
  position: relative;
  width: 6.72rem;
}

.area-float-card .float-wrap img {
  display: block;
  width: 100%;
}

.area-float-card .float-wrap .u-info {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  justify-content: center;
  width: 100%;
}

.area-float-card .float-wrap .u-info img {
  height: 60%;
  width: auto;
}

.area-float-card .float-wrap .u-close {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  font-size: 0.26rem;
  margin: 0.1rem;
  padding: 0.08rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100001;
}

.area-float-card .fade-in-enter-active,
.area-float-card .fade-in-leave-active {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.area-float-card .fade-in-enter,
.area-float-card .fade-in-leave-to {
  opacity: 0;
}

.area-float-card .fade-in-enter-to,
.area-float-card .fade-in-leave {
  opacity: 1;
}

.area-float-card {
  left: 0;
  min-height: 0.01333rem;
  position: fixed;
  top: 0;
}

@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(/163/wap/f2e/ssr/static/media/icomoon.c77fd653b631f988e956.ttf)
      format("truetype"),
    url(/163/wap/f2e/ssr/static/media/icomoon.71ac93e97b6cb4698238.woff)
      format("woff"),
    url(/163/wap/f2e/ssr/static/media/icomoon.a977e99f43eccacfc996.svg)
      format("svg");
}

[class*=" icon-"],
[class^="icon-"] {
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.icon-logo {
  color: #fff;
}

.icon-play:before {
  content: "";
}

.icon-href:before {
  content: "";
}

.icon-radio:before {
  content: "";
}

.icon-radio-checked:before {
  content: "";
}

.icon-talk:before {
  content: "";
}

.icon-checkbox:before {
  content: "";
}

.icon-checkbox-checked:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-logo:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-liked:before {
  content: "";
}

.icon-timeline:before {
  content: "";
}

.icon-read:before {
  content: "";
}

.icon-audio:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-live:before {
  content: "";
}

.icon-quotes-left:before {
  content: "";
}

.icon-quotes-right:before {
  content: "";
}

.icon-weixin:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-talking:before {
  content: "";
}

.icon-vip {
  background: #f1c37e
    url(/163/wap/f2e/ssr/static/media/vip.35d08192e94b04059f4f.png) 50%/100%
    100% no-repeat;
  border-radius: 0.06667rem;
  display: inline-block;
  height: 0.48rem;
  width: 0.72rem;
}

.icon-info {
  background: url(/163/wap/f2e/ssr/static/media/info.7ae9b5dda0b334947bba.png)
    50%/100% 100% no-repeat;
  display: inline-block;
  height: 0.42667rem;
  width: 0.42667rem;
}

body {
  background: #fff;
  color: #333;
}

a {
  color: #1b88ee;
  text-decoration: none;
}

.baidu .home-floatMenu .floatMenu-logo,
.toutiao .home-floatMenu .floatMenu-logo {
  display: none;
}

.home-channelNav {
  -ms-flex-pack: justify;
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.42667rem;
  justify-content: space-between;
  max-height: 2rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}

.home-channelNav.home-channelNav-unfold {
  max-height: 13.33333rem;
}

.home-channelNav.home-channelNav-unfold .s-more {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.home-channelNav .s-small {
  font-size: 0.34667rem;
}

.home-channelNav a {
  color: #333;
}

.home-channelNav .nav-item {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 0.84rem;
  justify-content: center;
  margin: 0.08rem;
  width: 1.46667rem;
  word-break: keep-all;
  background-color: #d0d0d0;
  font-size: 14px;
}

.home-channelNav .s-placeholder {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.home-channelNav .s-more {
  background: #f8f8f8 url(/static/img/icon-arrow.png) 50% no-repeat;
  background-size: 0.42667rem 0.21333rem;
  border: none;
  bottom: 0;
  height: 0.84rem;
  margin: 0.08rem;
  padding: 0;
  position: absolute;
  right: 0;
  width: 1.46667rem;
  z-index: 5;
}

.cards-oneImg {
  color: #333;
  font-size: 0.48rem;
}

.cards-oneImg article {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.89333rem;
}

.cards-oneImg article .s-left {
  -ms-flex-pack: justify;
  -ms-flex-positive: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  min-height: 2.33333rem;
  min-width: 0;
}

.cards-oneImg article .s-info {
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
}

.cards-oneImg article .s-source {
  margin: 0 0.21333rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cards-oneImg article .s-tag {
  color: #f52727;
}

.cards-oneImg article .s-replyCount,
.cards-oneImg article .s-tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.21333rem 0 0;
}

.cards-oneImg article .s-openApp {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  border: 0.02667rem solid #ee1a1a;
  border-radius: 1.33333rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #ee1a1a;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  font-size: 0.32rem;
  height: 0.58667rem;
  justify-content: center;
  padding: 0 0.24rem;
}

.cards-oneImg article .s-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cards-oneImg article .s-right {
  -ms-flex-negative: 0;
  border-radius: 0.08rem;
  flex-shrink: 0;
  height: 2.22667rem;
  margin: 0 0 0 0.4rem;
  overflow: hidden;
  position: relative;
  width: 2.90667rem;
}

.cards-oneImg article .s-right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.cards-oneImg article .s-right .icon-play {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.42667rem;
  height: 1.06667rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.06667rem;
  z-index: 5;
}

.cards-oneImg article .s-right .icon-play:before {
  margin: 0 0 0 0.08rem;
}

.cards-oneImg article .s-right .s-audioTime {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0.06667rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  position: absolute;
  right: 0.06667rem;
  z-index: 5;
}

.cards-oneImg article .s-right .s-audioTime .icon-audio {
  color: #fff;
  font-size: 0.26667rem;
  margin: 0 0.13333rem 0 0;
  text-align: center;
}

.cards-oneImg article h4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  display: -webkit-box;
  font-size: 0.48rem;
  font-weight: 400;
  line-height: 0.66667rem;
  margin: 0;
  max-height: 1.33333rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-topNews {
  border-bottom: 1px solid #eee;
  margin: 0 0.37333rem;
  padding: 0.06667rem 0;
}

.home-topNews .cards-oneImg article {
  min-height: unset;
}

.home-topNews .cards-oneImg article h4 {
  -webkit-line-clamp: 3;
  max-height: 2rem;
}

.home-topNews .cards-oneImg article .s-left {
  min-height: unset;
}

.home-topNews .cards-oneImg article .s-right {
  display: none;
}

.cards-bigImg {
  color: #333;
  font-size: 0.48rem;
}

.cards-bigImg article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 2.89333rem;
  padding: 0.21333rem 0;
}

.cards-bigImg article .s-info {
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
}

.cards-bigImg article .s-source {
  margin: 0 0.21333rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cards-bigImg article .s-tag {
  color: #f52727;
}

.cards-bigImg article .s-replyCount,
.cards-bigImg article .s-tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.21333rem 0 0;
}

.cards-bigImg article .s-img-wrap {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  height: 4.46667rem;
  justify-content: space-between;
  margin: 0.10667rem 0;
  position: relative;
  width: 100%;
}

.cards-bigImg article .s-img-wrap img {
  border-radius: 0.08rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.cards-bigImg article .s-img-wrap .icon-play {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.42667rem;
  height: 1.2rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.2rem;
  z-index: 5;
}

.cards-bigImg article .s-img-wrap .icon-play:before {
  margin: 0 0 0 0.08rem;
}

.cards-bigImg article .s-openApp {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  border: 0.02667rem solid #ee1a1a;
  border-radius: 1.33333rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #ee1a1a;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  font-size: 0.32rem;
  height: 0.58667rem;
  justify-content: center;
  padding: 0 0.24rem;
}

.cards-bigImg article .s-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cards-bigImg article h4 {
  font-weight: 400;
  line-height: 0.66667rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cards-bigImg article h4,
.cards-threeImg {
  color: #333;
  font-size: 0.48rem;
}

.cards-threeImg article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 2.89333rem;
  padding: 0.21333rem 0;
}

.cards-threeImg article .s-info {
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
}

.cards-threeImg article .s-source {
  margin: 0 0.21333rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cards-threeImg article .s-tag {
  color: #f52727;
}

.cards-threeImg article .s-replyCount,
.cards-threeImg article .s-tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.21333rem 0 0;
}

.cards-threeImg article .s-imgs {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0.10667rem 0;
}

.cards-threeImg article .s-imgs img {
  border-radius: 0.08rem;
  height: 2.22667rem;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 3.01333rem;
}

.cards-threeImg article .s-openApp {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  border: 0.02667rem solid #ee1a1a;
  border-radius: 1.33333rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #ee1a1a;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  font-size: 0.32rem;
  height: 0.58667rem;
  justify-content: center;
  padding: 0 0.24rem;
}

.cards-threeImg article .s-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cards-threeImg article h4 {
  color: #333;
  font-size: 0.48rem;
  font-weight: 400;
  line-height: 0.66667rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-channelNews {
  border-bottom: 0.16rem solid #f8f8f8;
  padding: 0 0.37333rem;
}

.home-channelNews header {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.48rem;
  height: 1.2rem;
  justify-content: space-between;
}

.home-channelNews header h2 {
  font-size: 0.53333rem;
  margin: 0;
  padding: 0;
}

.home-channelNews header nav a {
  margin: 0 0.06667rem;
  padding: 0.06667rem;
}

.home-channelNews header a {
  color: #333;
}

.home-channelNews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-channelNews li {
  border-bottom: 1px solid #eee;
}

.home-channelNews li:last-child {
  border-bottom: none;
}

.home-channelNews footer {
  -ms-flex-pack: distribute;
  font-size: 0.42667rem;
  height: 1.33333rem;
  justify-content: space-around;
}

.home-channelNews footer,
.home-channelNews footer a {
  -ms-flex-align: center;
  align-items: center;
  color: #ee1a1a;
  display: -ms-flexbox;
  display: flex;
}

.home-channelNews footer a {
  padding: 0.06667rem;
}

.home-channelNews footer .icon-arrow {
  font-size: 0.24rem;
  margin: 0 0 0 0.2rem;
}

.home-sitemap {
  padding: 0 0.37333rem 0.26667rem;
}

.home-sitemap h2 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.53333rem;
  height: 1.2rem;
  margin: 0;
  padding: 0;
}

.home-sitemap .sitemap-nav {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.42667rem;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}

.home-sitemap .sitemap-nav .s-small {
  font-size: 0.34667rem;
}

.home-sitemap .sitemap-nav a {
  color: #333;
}

.home-sitemap .sitemap-nav .nav-item {
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 0.84rem;
  justify-content: center;
  margin: 0.08rem;
  width: 1.46667rem;
  word-break: keep-all;
}

.home-footer,
.home-sitemap .sitemap-nav .nav-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.home-footer {
  background: #f8f8f8;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.06667rem 0 3.46667rem;
}

.home-footer .s-links {
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.42667rem;
  margin: 0 0 0.66667rem;
}

.home-footer .s-links a {
  color: #333;
}

.home-footer .s-links .s-link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.33333rem;
}

.home-footer .s-links .s-link:before {
  background: 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 0.64rem;
  margin: 0 0.06667rem 0 0;
  width: 0.64rem;
}

.home-footer .s-links .s-feedback:before {
  background-image: url(/163/wap/f2e/ssr/static/media/icon-feedback.79a4273c047bba72e222.png);
}

.home-footer .s-links .s-coop:before {
  background-image: url(/163/wap/f2e/ssr/static/media/icon-cooperation.cd302ae16bdb1fae084e.png);
}

.home-footer .s-links .s-login:before {
  background-image: url(/163/wap/f2e/ssr/static/media/icon-login-dark.25627349a06a2600881b.png);
}

.home-footer .s-copyright {
  color: #999;
  font-size: 0.32rem;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

:where(body) {
  margin: 0;
}

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

:where(hr) {
  color: inherit;
  height: 0;
}

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

:where(nav li):before {
  content: "\200B";
  float: left;
}

:where(pre) {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(small) {
  font-size: 80%;
}

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

:where(iframe) {
  border-style: none;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

:where(button, input, select) {
  margin: 0;
}

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

:where(fieldset) {
  border: 0.01333rem solid #a0a0a0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  margin: 0;
  resize: vertical;
}

:where([type="search" i]) {
  -webkit-appearance: textfield;
  outline-offset: -0.02667rem;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:where(dialog) {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy="true" i]) {
  cursor: progress;
}

:where([aria-controls]) {
  cursor: pointer;
}

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden="false" i][hidden]) {
  display: inline;
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue,
    PingFang SC, sans-serif;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Consolas, Roboto Mono, monospace;
}

#app {
  margin: 0 auto;
  max-width: 10rem;
  position: relative;
}

body.pc .floatMenu-backflow,
body.pc .s-openApp {
  display: none;
}

.home-home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.home-home .widget-loading {
  margin: 1.33333rem 0 0;
}

.home-home .widget-worldCup {
  padding: 0.10667rem 0;
}

.home-exclusive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.home-exclusive .widget-loading {
  margin: 1.33333rem 0 0;
}

.home-hot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 0.37333rem;
}

.home-hot .widget-loading {
  margin: 1.33333rem 0 0;
}

.home-hot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-hot li {
  border-bottom: 1px solid #eee;
}

.home-hot li:last-child {
  border-bottom: none;
}

.home-recommend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 0.37333rem;
}

.home-recommend .empty-loading {
  margin: 1.33333rem 0 0;
}

.home-recommend ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-recommend ul.hide {
  max-height: 0.01333rem;
  /* overflow: hidden */
}

.home-recommend li {
  border-bottom: 1px solid #eee;
}

.home-recommend li:last-child {
  border-bottom: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2147483647;
  display: none;
}

#sidebar1 {
  background-color: #fff;
  position: absolute;
  top: 0;
  transform: translateX(-65vw);
  min-height: 100vh;
  padding: 0px 30px;
  max-width: 65vw;
  animation: menudrop 0.3s linear forwards;
}

.hide #sidebar1 {
  animation: menudrop 1s ease reverse forwards;
}

@keyframes menudrop {
  0% {
    transform: translateX(-65vw);
  }
  100% {
    transform: translateX(0);
  }
}

.close-sidebar {
  text-align: center;
  margin-bottom: 20px;
}

.close-sidebar span {
  font-weight: 200;
  font-size: 30px;
}

#sidebar1 ul li {
  padding-bottom: 10px;
  list-style: none;
}
#sidebar1 ul {
  margin-left: -35px;
}

#sidebar1 ul li a {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}

#sidebar2 {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: .09rem;
  transform: translateX(240px);
  max-width: 240px;
  animation: sharedrop1 0.3s linear forwards;
}

.hide #sidebar2 {
  animation: sharedrop1 1s linear reverse forwards;
}

@keyframes sharedrop1 {
  0% {
    transform: translateX(240px);
  }
  100% {
    transform: translateX(0);
  }
}
.close_icon {
  background: url("/static/img/close-circle.png");
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2147483647;
  display: none;
}

#sidebar1 {
  background-color: #fff;
  position: absolute;
  top: 0;
  transform: translateX(-65vw);
  min-height: 100vh;
  /* padding: 20px 30px; */
  max-width: 65vw;
  animation: menudrop 0.3s linear forwards;
}

.hide #sidebar1 {
  animation: menudrop 1s ease reverse forwards;
}

#sidebar2 ul li {
  list-style: none;
  padding: 5px 0;
}

#toggleMask {
  background-color: rgba(255, 255, 255, 0.2);
}

#sidebar3 {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(240px);
  padding: 20px 30px;
  min-height: 100vh;
  animation: sharedrop3 0.3s linear forwards;
}

.hide #sidebar2 {
  animation: sharedrop3 1s linear reverse forwards;
}

@keyframes sharedrop3 {
  0% {
    transform: translateX(240px);
  }
  100% {
    transform: translateX(0);
  }
}

.leftBtn.iconfont {
  font-size: 25px !important;
}

@keyframes copyAnimateIn {
  from {
    transform: translateY(170px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes copyAnimateOut {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(170px);
  }
}

.grecaptcha-badge {
  display: none !important;
}

.iconfont {
  font-family: iconfont;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
  overflow: hidden;
}
.sidebar {
  margin-left: -30px;
  margin-top: -15px;
}
.ad,
.dd1 {
  /* height: 300px;
  background-color: #000; */
  display: flex;
  justify-content: center;
  align-items: center;
}
