.kr-live-banner {
  min-height: 404px;
  margin-bottom: 60px;
}
.kr-home-banner-left {
  float: left;
  width: 720px;
  height: 404px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.kr-home-banner-left:hover .next,
.kr-home-banner-left:hover .pre {
  display: block;
}
.kr-home-banner-left .live-top-state {
  height: 20px;
  border-radius: 2px 0 2px 0;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.kr-home-banner-left .live-top-state.living {
  padding: 0 5px;
  font-size: 13px;
  background: #f95355;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.kr-home-banner-left .live-top-state.living > img {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
.kr-home-banner-left .live-top-state.playback {
  padding: 0 5px;
  font-size: 13px;
  background: #525252;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 2px;
}
.kr-home-banner-left .live-top-state.playback > img {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-top: 1px;
}
.kr-home-banner-left .live-top-state.closed {
  width: 46px;
  padding: 0 5px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.kr-home-banner-left .live-top-state.notice {
  background: #027aff;
  letter-spacing: 4px;
  padding-left: 5px;
  line-height: 20px;
}
.kr-home-banner-left .banner-left-item {
  height: 100%;
  width: 720px;
  float: left;
  background: #fff;
  transition: transform 1s;
  border-radius: 2px;
  overflow: hidden;
}
.kr-home-banner-left .banner-left-item .banner-left-item-article {
  height: 100%;
  position: relative;
}
.kr-home-banner-left
  .banner-left-item
  .banner-left-item-article
  .banner-left-item-pic {
  width: 100%;
  height: 100%;
}
.kr-home-banner-left
  .banner-left-item
  .banner-left-item-article
  .banner-left-item-info {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 300px;
  background-image: linear-gradient(
    -180deg,
    transparent 13%,
    rgba(0, 0, 0, 0.65) 97%
  );
  text-align: left;
  padding-top: 52px;
  padding-left: 20px;
  display: block;
}
.kr-home-banner-left
  .banner-left-item
  .banner-left-item-article
  .banner-left-item-info
  .banner-left-item-title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  height: 28px;
  width: 680px;
}
.kr-home-banner-left .banner-left-item .kr-ad-home-banner-left .kr-ad-logo {
  left: 0;
  right: auto;
}
.kr-home-banner-left .banner-left-control-list {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 100;
}
.kr-home-banner-left .banner-left-control-list .banner-left-control-item {
  width: 30px;
  height: 20px;
  margin-right: 4px;
  float: left;
  border-radius: 0.5px;
  cursor: default;
  position: relative;
}
.kr-home-banner-left .banner-left-control-list .banner-left-control-item:hover {
  cursor: pointer;
}
.kr-home-banner-left
  .banner-left-control-list
  .banner-left-control-item:hover
  .bg-line {
  background: #4285f4;
}
.kr-home-banner-left
  .banner-left-control-list
  .banner-left-control-item
  .bg-line {
  background: hsla(0, 0%, 100%, 0.5);
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.kr-home-banner-left
  .banner-left-control-list
  .banner-left-control-item
  .pending-bg {
  height: 2px;
  background: #4285f4;
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.kr-home-banner-left
  .banner-left-control-list
  .banner-left-control-item
  .pending-bg.active {
  width: 30px;
}
.kr-home-banner-left
  .banner-left-control-list
  .banner-left-control-item
  .pending-bg.start {
  -webkit-animation: pending 5s linear none;
  animation: pending 5s linear none;
}
.kr-home-banner-left
  .banner-left-control-list
  .banner-left-control-item
  .pending-bg.loaded {
  width: 30px;
}
.kr-home-banner-left .pre {
  background: url(/36kr-web/static/home.6f23b2fe.png) no-repeat 50%;
  background-size: 246px 1012px;
  background-position: 0 -904px;
  left: 0;
}
.kr-home-banner-left .next,
.kr-home-banner-left .pre {
  height: 40px;
  width: 28px;
  z-index: 10;
  position: absolute;
  top: 170px;
  cursor: pointer;
  display: none;
}
.kr-home-banner-left .next {
  background: url(/36kr-web/static/home.6f23b2fe.png) no-repeat 50%;
  background-size: 246px 1012px;
  background-position: 0 -944px;
  right: 0;
}
@-webkit-keyframes pending {
  0% {
    width: 0;
  }
  to {
    width: 30px;
  }
}
@keyframes pending {
  0% {
    width: 0;
  }
  to {
    width: 30px;
  }
}
.kr-home-banner-right {
  float: right;
}
.kr-home-banner-right .kr-home-banner-right-item .live-item-title {
  width: 288px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kr-home-banner-right .kr-home-banner-right-item:last-child .live-item-title {
  margin-bottom: 0;
}
.kr-home-banner-right .kr-home-banner-right-img {
  width: 288px !important;
  height: 162px !important;
  margin-bottom: 8px;
}
.live-notice {
  width: 288px;
  height: 404px;
  background: #fff;
  float: right;
  position: relative;
}
.live-notice .live-notice-top {
  width: 100%;
  height: 77px;
  background: url(/36kr-web/static/title_notice_bg@2x.9c84ed66.png) 50%
    no-repeat;
  background-size: cover;
  padding: 27px 0 27px 26px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.live-notice .live-notice-top > img {
  width: 140px;
  height: 22px;
}
.live-notice .live-notice-content {
  padding: 22px 24px 2px;
  width: 100%;
  height: 327px;
  position: absolute;
  z-index: 99;
  border: 1px solid #b3d0ff;
  border-top: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.live-notice .live-notice-content .live-notice-item {
  display: flex;
  justify-content: flex-start;
  min-height: 60px;
  position: relative;
}
.live-notice .live-notice-content .live-notice-item .live-notice-item-icon {
  width: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAJFBMVEUAAAD///////////////////////////+syP/2+f+2z//R4f/7lVNBAAAAB3RSTlMAofGPZF0ZY+oftgAAAHRJREFUGNNjAAG2YNMEBhhwKi9XgbEZy4FAAMoRB3EK4RKzdwKloBKVK7qmA6UgErM6OlYCpaASHR0QKRawBFjKgSEJLAGWUmMIB0lApEoZzMt3QDjd5cUoHBRlKAagGI1sKZpzEA7F9ALCcwhvowcISlABADZ/XE9vXjoWAAAAAElFTkSuQmCC)
    50% no-repeat;
  background-size: 12px;
  background-position: 0 0;
  position: relative;
  margin-right: 8px;
  margin-top: 3px;
}
.live-notice
  .live-notice-content
  .live-notice-item
  .live-notice-item-icon:before {
  content: "";
  width: 1px;
  height: 122%;
  background: #f3f3f3;
  position: absolute;
  top: -12px;
  left: 6px;
  z-index: -1;
}
.live-notice
  .live-notice-content
  .live-notice-item
  .live-notice-item-detail
  .live-notice-item-detail-title {
  max-width: 216px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #373737;
  text-align: justify;
  font-weight: 700;
  max-height: 40px;
  margin-bottom: 4px;
  line-height: 18px;
  cursor: pointer;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.live-notice
  .live-notice-content
  .live-notice-item
  .live-notice-item-detail
  .live-notice-item-detail-title.active,
.live-notice
  .live-notice-content
  .live-notice-item
  .live-notice-item-detail
  .live-notice-item-detail-title:hover {
  color: #1464ff;
}
.live-notice
  .live-notice-content
  .live-notice-item
  .live-notice-item-detail
  .live-notice-item-detail-time {
  width: 62px;
  height: 16px;
  line-height: 16px;
  background: #e6eeff;
  border-radius: 1px;
  white-space: nowrap;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  padding: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-notice
  .live-notice-content
  .live-notice-item
  .live-notice-item-detail
  .live-notice-item-detail-time
  > div {
  font-size: 22px;
  transform: scale(0.5);
  color: #4285f4;
  font-weight: 700;
}
.live-notice .live-notice-content .live-notice-swiper {
  overflow: hidden;
}
.live-notice .live-notice-content .live-notic-fixed,
.live-notice .live-notice-content .live-notice-box {
  max-height: 284x;
}
.live-notice
  .live-notice-content
  .shortLine
  .live-notice-item:last-child
  .live-notice-item-icon:before {
  height: 100% !important;
}
.live-latest {
  width: 100%;
  height: 381px;
}
.live-latest .live-latest-title {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #262626;
  font-weight: 700;
  margin-bottom: 14px;
}
.live-latest .live-latest-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.live-latest .live-latest-content .live-latest-content-left {
  margin-right: 22px;
}
.live-latest .live-latest-content .live-latest-content-left .live-item-link,
.live-latest
  .live-latest-content
  .live-latest-content-left
  .live-item-title-in-img {
  border-radius: 2px;
}
.live-latest
  .live-latest-content
  .live-latest-content-left
  .live-latest-left-item-img {
  width: 596px;
  height: 334px;
  border-radius: 2px;
}
.live-latest .live-latest-content .live-latest-list {
  height: 334px;
  display: flex;
  justify-self: start;
  flex-wrap: wrap;
}
.live-latest .live-latest-content .live-latest-list > div {
  margin-right: 22px;
  margin-bottom: 16px;
}
.live-latest .live-latest-content .live-latest-list > div:nth-of-type(2n + 0) {
  margin-right: 0;
}
.live-latest
  .live-latest-content
  .live-latest-list
  .live-latest-right-item
  .live-item-title {
  font-size: 14px;
  min-height: 40px;
  width: 195px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.live-latest
  .live-latest-content
  .live-latest-list
  .live-latest-right-item-img {
  width: 195px;
  height: 109px;
  border-radius: 2px;
  margin-bottom: 10px !important;
}
.live-latest .live-latest-content .live-latest-list .live-latest-shadow {
  width: 215px;
  height: 179px;
}
.live-hot-column {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 164px;
  background: url(/36kr-web/static/title_hot_bg@2x.ad7e8b62.png) no-repeat 50%;
  background-size: contain;
  position: relative;
  margin-top: 60px;
}
.live-hot-column:before {
  content: "";
  background: url(/36kr-web/static/title_hot@2x.6d530211.png) no-repeat 50%;
  background-size: contain;
  width: 79px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.live-hot-column .live-hot-column-title {
  width: 22px;
  height: 108px;
  background: url(/36kr-web/static/img@2x.60a35fbb.png) no-repeat 50%;
  background-size: contain;
  z-index: 1;
  margin-left: 23px;
}
.live-hot-column .live-hot-column-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 57px;
}
.live-hot-column .live-hot-column-list .live-hot-item-pic-wrapper {
  width: 201px;
  height: 115px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  z-index: 10;
  display: block;
  margin-right: 30px;
}
.live-hot-column
  .live-hot-column-list
  .live-hot-item-pic-wrapper
  .live-hot-item-pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.live-hot-column
  .live-hot-column-list
  .live-hot-item-pic-wrapper
  .live-hot-item-pic
  img {
  height: 100%;
}
.live-hot-column .live-hot-column-list .live-hot-item-pic-wrapper:last-child {
  margin-right: 0;
}
.kr-barfixed-main {
  min-height: 50px;
}
.kr-barfixed-main.kr-barfixed-ceiling > div {
  position: fixed;
  top: 0;
  z-index: 999;
}
.kr-loading-more {
  width: 100%;
}
.kr-loading-more-button {
  position: relative;
  width: 148px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #4285f4;
  border-radius: 1px;
  color: #4285f4;
  cursor: pointer;
  margin: 0 auto;
}
.kr-loading-more-button .kr-loading-more-cut {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.kr-loading-more-button:hover {
  color: #fff;
  background: #4285f4;
}
.kr-loading-more-tip {
  width: 148px;
  font-size: 16px;
  color: #4285f4;
  border: 1px solid #4285f4;
  border-radius: 1px;
}
.kr-loading-more-tip,
.kr-loading-no-more-tip {
  text-align: center;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
}
.kr-loading-no-more-tip {
  font-size: 14px;
  color: #262626;
  opacity: 0.6;
}
.kr-loading-no-more-tip:after,
.kr-loading-no-more-tip:before {
  content: "/";
  width: 4px;
  height: 10px;
  color: #262626;
  opacity: 0.6;
  margin-left: 8px;
  margin-right: 8px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial,
    Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei,
    WenQuanYi Micro Hei, "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
:focus {
  outline: none;
}
.clearfloat:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-2,
.ellipsis-3 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-4 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.weight-bold {
  font-weight: 500;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.scaleBig {
  transition: all 1s;
}
.scaleBig:hover {
  transform: scale(1.12);
}
.kr-rich-text-wrapper em,
.kr-rich-text-wrapper i {
  font-style: italic;
}
.kr-rich-text-wrapper ol,
.kr-rich-text-wrapper ul {
  padding: 0 0 0 30px;
  margin-bottom: 22px;
}
.kr-rich-text-wrapper ol li,
.kr-rich-text-wrapper ul li {
  margin-bottom: 6px;
}
.kr-rich-text-wrapper ul {
  list-style-type: disc;
}
.kr-rich-text-wrapper ol {
  list-style-type: decimal;
}
.kr-rich-text-wrapper b,
.kr-rich-text-wrapper h1,
.kr-rich-text-wrapper h2,
.kr-rich-text-wrapper h3,
.kr-rich-text-wrapper h4,
.kr-rich-text-wrapper h5,
.kr-rich-text-wrapper h6,
.kr-rich-text-wrapper strong {
  font-weight: bolder;
}
.kr-rich-text-wrapper h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.kr-rich-text-wrapper h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.kr-rich-text-wrapper h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.kr-rich-text-wrapper h4 {
  margin: 1.12em 0;
}
.kr-rich-text-wrapper h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.kr-rich-text-wrapper h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.live-all {
  margin-top: 60px;
}
.live-all .kr-barfixed-ceiling .live-all-title {
  height: 50px;
  padding-bottom: 10px;
}
.live-all .live-all-title {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  width: 1030px;
  margin-bottom: 17px;
  min-height: 34px;
  background: #fff;
}
.live-all .live-all-title .live-all-title-txt {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #262626;
  font-weight: 700;
  margin-right: 20px;
  cursor: pointer;
  line-height: 28px;
}
.live-all .live-all-title .live-all-classify {
  line-height: 1;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding-bottom: 4px;
}
.live-all .live-all-title .live-all-classify .live-all-classify-item {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #262626;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.live-all .live-all-title .live-all-classify .live-all-classify-item:hover {
  color: #4285f4;
  font-weight: 700;
}
.live-all .live-all-title .live-all-classify .live-all-classify-item:after {
  content: "|";
  position: absolute;
  color: #a7a7a7;
  font-size: 20px;
  right: -12px;
  transform: scale(0.5);
  top: -3px;
  font-weight: 400;
}
.live-all
  .live-all-title
  .live-all-classify
  .live-all-classify-item:last-child {
  margin-right: 0;
}
.live-all
  .live-all-title
  .live-all-classify
  .live-all-classify-item:last-child:after {
  content: "";
}
.live-all .live-all-title .live-all-classify .live-all-classify-item.active {
  color: #4285f4;
  font-weight: 700;
}
.live-all .live-all-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.live-all .live-all-content .live-all-item {
  margin-right: 22px;
  margin-bottom: 50px;
}
.live-all .live-all-content .live-all-item .live-item-footer {
  font-size: 12px;
  height: 23px;
}
.live-all .live-all-content .live-all-item:hover .live-item-title {
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.live-all .live-all-content .live-all-item:hover .live-item-footer {
  display: none;
}
.live-all .live-all-content .live-all-item:nth-of-type(4n + 0) {
  margin-right: 0 !important;
}
.live-all .live-all-content .live-all-item:nth-last-of-type(-n + 4) {
  margin-bottom: 20px;
}
.live-all .live-all-content .live-all-item-img {
  width: 241px;
  height: 136px;
  border-radius: 2px;
}
.live-all .live-all-content .live-item-title {
  width: 241px;
  line-height: 21px;
  font-size: 15px;
  font-weight: 700;
  font-family: PingFangSC-Medium;
  margin-bottom: 9px;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-all .live-all-content .live-all-shadow {
  width: 261px;
  height: 211px;
}
.live-channel-home-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}
.live-channel-home-wrapper .live-channel-top {
  width: 100%;
  height: 80px;
  background: #fff;
  font-size: 18px;
  color: #000;
  margin-top: 200px;
}
