img {
  max-width: 100%;
}

.layout {
  width: 100vw;
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 100px;
}

.layout_bj {
  /*background-color: #f6f6f6;*/
}

.header {
  width: 630px;
  height: 120px;
  background: url(../imgs/wz_img1.jpg) no-repeat;
  text-align: right;
  font-size: 24px;
  line-height: 120px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 10px;
}

.video_box {
  z-index: 10;
  overflow: hidden;
  width: 100vw;
  height: 56.25vw;
  position: relative;
  max-height: 100vh;
}
.video_box.fullscreenX
  .video-js
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before {
  content: "\f109";
}
.video_box.fullscreenY
  .video-js
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before {
  content: "\f109";
}
@media (orientation: portrait) {
  .video_box.fullscreenY {
    position: fixed;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 100vh;
    height: 100vw;
    transition: transform 0.3s;
  }
  .video_box.fullscreenX {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
  }
}
@media (orientation: landscape) {
  .video_box.fullscreenY {
    position: fixed;
    top: 0;
    left: 0;
  }
  .video_box.fullscreenX {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.navs {
  height: 48px;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
}

.navs li {
  width: 33%;
  float: left;
  display: inline;
  text-align: center;
  line-height: 48px;
  border-right: 1px solid #c4b5b5;
}

.navs li.last {
  border-right: none;
}

.navs li a {
  display: block;
  font-size: 22px;
  color: #444444;
}

.comment .head {
  background-color: #f6f6f6;
  padding: 10px 0;
}

.comment .head h4 {
  font-size: 22px;
  line-height: 40px;
  color: #333333;
  background: url(../imgs/wz3.png) no-repeat left 20px center;
  padding-left: 60px;
}

.comment .body {
  padding: 10px 10px 20px;
}

.comment .body .wrap {
  position: relative;
}

.comment .body li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}

.comment .body li .wrap {
  position: relative;
}

.comment .body li .wrap .hd {
  height: 52px;
}

.comment .body li .wrap .hd .ico {
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  float: left;
  display: inline;
}

.comment .body li .wrap .hd h4 {
  width: 400px;
  display: inline;
  margin-left: 10px;
  line-height: 52px;
  font-size: 26px;
  color: #0f4c7f;
}

.comment .body li .wrap .bd {
  font-size: 26px;
  line-height: 42px;
  color: #333333;
}

.comment .body li .wrap .ft {
  font-size: 20px;
  line-height: 42px;
  color: #969696;
}

.comment .body li .wrap .other {
  position: absolute;
  width: auto;
  bottom: 10px;
  right: 0;
}

.comment .body li .wrap .other dt,
.comment .body li .wrap .other dd {
  display: inline;
  height: 35px;
  line-height: 35px;
  font-size: 26px;
  color: #333333;
  margin-right: 15px;
}

.comment .body li .wrap .other dt i {
  width: 40px;
  height: 35px;
  display: inline-block;
  background: url(../imgs/wz4.png);
}

.comment .body li .wrap .other dd i {
  width: 40px;
  height: 35px;
  display: inline-block;
  background: url(../imgs/wz5.png);
  position: relative;
  top: 5px;
}

.comment .body li .txt {
  background: #efefef;
  margin-bottom: 10px;
  font-size: 26px;
  color: #333333;
  padding: 10px;
}

.comment .body li .txt h5 a {
  color: #0f4c7f;
}

.comment .body li .txt p {
  line-height: 42px;
}

.ui_btn {
  display: block;
  line-height: 55px;
  color: #333333;
  width: 140px;
  height: 59px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #333333;
  background: url(../imgs/wz6.png) no-repeat center;
}

.comment .foot {
  background-color: #f6f6f6;
  height: 60px;
  padding: 20px 0;
}

.footer {
  height: 60px;
  padding: 40px 0 10px;
  background: url(../imgs/wz_img14_1.jpg) no-repeat top center #f6f6f6;
}

.footer a {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 38px;
  line-height: 38px;
  font-size: 26px;
  color: #95c764;
  background: url(../imgs/wz7.png) no-repeat left center;
  padding-left: 45px;
}

/*ç›´æ’­é¦–é¡µ*/

.live_head {
  width: 100vw;
  background-color: #ffffff;
}

.live_head .over {
  width: 588px;
  height: 286px;
  top: 30px;
  left: 30px;
  position: absolute;
}

.live_head .over h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 30px;
}

.live_head .over li {
  height: 100px;
  margin-bottom: 25px;
}

.live_head .over li .img img {
  border: 2px solid #333333;
  display: block;
  width: 144px;
  float: left;
  display: inline;
}

.live_head .over li .txt {
  width: 365px;
  float: left;
  display: inline;
  margin-left: 30px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  color: #ffffff;
}

.sidebar {
  height: 72px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sidebar .ico {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.sidebar .ico1 {
  background: url(../imgs/wz8.png) no-repeat;
  left: 10px;
}

.sidebar .ico2 {
  background: url(../imgs/wz9.png) no-repeat;
  right: 20px;
}

.h_navs {
  background-color: #ffffff;
  /* padding: 0 40px; */
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  display: none;
  position: relative;
}

.h_navs ul {
  height: 80px;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
}

.h_navs ul.more {
  padding: 0 10px;
  overflow-x: auto;
}

.h_navs ul.more::before,
.h_navs ul.more::after {
  content: "";
  background-image: url(./img/left_arrow.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 40px;
  height: 82px;
  position: absolute;
  top: 0;
  background-position: center;
  background-color: white;
}

.h_navs ul.more::before {
  left: 0;
}

.h_navs ul.more::after {
  right: 0;
  transform: rotateZ(180deg);
}

.h_navs li {
  width: 33.33%;
  text-align: center;
  font-size: 25px;
  color: #858585;
  line-height: 80px;
  color: #858585;
  height: 80px;
  border-bottom: 5px solid #ffffff;
  cursor: pointer;
}

.h_navs li.selected {
  color: #e51c24;
  border-bottom: 2px solid #e51c24;
}

.live-box {
  /*padding-top: 375px;*/
  width: 100%;
  overflow: hidden;
}
.hidden {
  display: none;
}
.live-box .news-list {
  padding: 0 30px 40px;
}

.live-box .news-list ul {
  /*border-left: 2px solid #e0e0e0;*/
  padding-left: 50px;
  padding-top: 20px;
  box-sizing: border-box;
}

.live-box .news-list li {
  /*border-bottom: 1px solid #e2e7f4;*/
  margin-bottom: 6px;
  position: relative;
}

.live-box .news-list li:last-of-type {
  border: none;
}

.live-box .news-list li .c-header-box {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 23px;
  line-height: 30px;
  padding-bottom: 6px;
}

.live-box .news-list li .header-img {
  margin-left: -65px;
  margin-right: 6px;
}

.live-box .news-list li .header-img img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
}

.live-box .news-list li .header-content {
  flex: 1;
}

.live-box .news-list li .header-content .c-name span {
  color: #1a9fff;
}

.live-box .news-list li .header-content .c-time {
  font-size: 18px;
  line-height: 20px;
}

/*.live-box .news-list li span {*/

/*    color: #e51c24;*/

/*    line-height: 39px;*/

/*    margin: 8px 0 12px;*/

/*}*/

.live-box .news-list li .img {
  height: auto;
  overflow: hidden;
}

.live-box .news-list li .news-content {
  position: relative;
  font-size: 24px;
  padding: 10px 0;
  color: #333333;
  line-height: 1.5;
}

.live-box .news-list li .news-content img {
  -webkit-border-radius: 4%;
  -moz-border-radius: 4%;
  border-radius: 4%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.live-box .news-list li .news-content .content-box {
  padding-bottom: 10px;
}

.live-box .news-list li .news-content video {
  width: 100% !important;
  height: auto !important;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #333;
}

.live-box .news-list li .news-line {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -34px;
  background: #e2e7f4;
}

.my-gallery .big_img {
  max-width: 465px;
  height: auto !important;
  max-height: 300px;
}

.my-gallery img {
  max-width: 100%;
  min-width: 100px;
  min-height: 100px;
}

.drop_down {
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: #999999;
  cursor: pointer;
}

.comment-list {
  padding: 20px 10px 40px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.comment-list h2 {
  font-size: 25px;
  color: #666666;
  margin-bottom: 20px;
}

.comment-list h2 img {
  position: relative;
  top: 6px;
  right: 3px;
}

.comment-list li {
  position: relative;
  padding-left: 75px;
}

.comment-list li .ico img {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  left: 0;
  top: 0;
  position: absolute;
  margin-left: -12px;
}

.comment-list li .txt {
  width: 516px;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  margin-bottom: 25px;
  position: relative;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.comment-list li .txt em {
  position: absolute;
  width: 18px;
  height: 13px;
  background: url(../imgs/wz12.png) no-repeat left center;
  margin-left: -18px;
  top: 0;
  left: 0;
  margin-top: -2px;
}

.comment-list li .txt .tp {
  font-size: 25px;
  color: #999999;
  position: relative;
  margin-bottom: 8px;
}

.comment-list li .txt .tp span {
  position: absolute;
  right: 0;
  display: inline-block;
}

.comment-list li .txt p {
  font-size: 26px;
  color: #333333;
  overflow: auto;
}

.comment-list li .txt .reply {
  border-left: 5px solid #eeeeee;
  margin-top: 20px;
  padding-left: 25px;
  padding-bottom: 10px;
}

.comment-list li .txt .reply h4 {
  font-size: 24px;
  color: #1684e8;
}

.comment-list li .txt .reply h5 {
  font-size: 27px;
  color: #999999;
  margin: 10px 0 0 0;
}

.feature-list {
  padding: 20px 30px;
}

.feature-list .banner {
  text-align: center;
}

.feature-list .tv_show {
  margin: 10px 0 35px;
}

.feature-list .tv_show h4 {
  font-size: 26px;
  color: #666666;
  margin-bottom: 10px;
}

.feature-list .tv_show li {
  line-height: 40px;
  font-size: 24px;
  color: #8e8e8e;
}

.feature-list .tv_show li span {
  margin-left: 65px;
  font-size: 26px;
  color: #333333;
}

.feature-list .list li {
  height: 135px;
  margin-bottom: 20px;
}

.feature-list .list li .img {
  width: 175px;
  float: left;
  display: inline;
}

.feature-list .list li .img img {
  width: 175px;
  height: 130px;
  display: block;
}

.feature-list .list li .txt {
  width: 375px;
  float: right;
  display: initial;
}

.feature-list .list li .txt h5 {
  font-size: 23px;
  color: #333333;
  line-height: 42px;
}

.feature-list .list li .txt p {
  font-size: 21px;
  color: #888888;
  line-height: 30px;
  margin-top: 5px;
}

.feature-list .list a {
  display: block;
  width: 100%;
  height: 70px;
  margin-top: 10px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #808080;
}

.feature-list .list a:hover {
  background-color: #5b5757;
}

.feature-list a {
  display: block;
}

.feature-list p,
.feature-list span {
  font-size: 25px !important;
  line-height: 45px !important;
}

.line {
  width: 100%;
  height: 25px;
  background: #f0efee;
}

.introduction {
}

.introduction > div {
  padding: 20px;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  background: #ffffff;
}

.introduction > div .title {
  color: #666666;
  width: 150px;
  float: left;
}

.introduction > div .content {
  color: #333333;
  width: 450px;
  float: right;
  text-align: right;
}

.introduction > div img {
  margin: 10px 0;
}

.introduction > div .content-title {
  color: #666666;
  width: 150px;
}

.introduction .news-media .content img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.introduction .bd-bottom {
  border-bottom: 1px solid #999999;
}

.introduction .introduction-content {
  font-size: 26px;
  line-height: 33px;
}

/*å¼¹å‡ºçª—*/

.mask {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 640px;
  margin-left: -320px;
  display: none;
}

.dialog {
  position: fixed;
  width: 560px;
  height: 305px;
  top: 40px;
  left: 50%;
  margin-left: -300px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
  display: none;
}

.dialog textarea {
  width: 528px;
  height: 168px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  font-size: 24px;
  color: #333333;
}

.dialog .foot {
  height: 54px;
  margin-top: 40px;
}

.dialog .foot .l {
  width: auto;
  float: left;
  display: inline;
  height: 54px;
  line-height: 54px;
  background: url(../imgs/wz14.png) no-repeat left center;
  padding-left: 60px;
  font-size: 22px;
  color: #999999;
}

.dialog .foot .r {
  width: auto;
  float: right;
  display: inline;
  margin-right: 30px;
}

.dialog .foot .r .btn {
  width: 96px;
  height: 52px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
}

.dialog .foot .r .btn1 {
  color: #444444;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-right: 15px;
}

.dialog .foot .r .btn2 {
  color: #ffffff;
  border: 1px solid #427f00;
  background-color: #61ad02;
}

.footer_c {
  width: 100%;
  overflow: hidden;
  left: 50%;
  position: fixed;
  bottom: 0;
  margin-left: -320px;
  height: 86px;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
  z-index: 4;
}

.footer_c input {
  width: 566px;
  height: 54px;
  float: left;
  display: inline;
  background-color: #eeeeee;
  line-height: 54px;
  border-radius: 27px;
  border: 0;
  font-size: 27px;
  color: #333333;
  margin: 10px 16px;
  padding: 0 20px;
}

.footer_c img {
  width: 47px;
  height: 47px;
  float: right;
  margin-right: 20px;
  margin-top: 17px;
  cursor: pointer;
  display: none;
}

.c_dialog {
  overflow: hidden;
  width: 100%;
  left: 50%;
  padding: 10px 0 10px;
  position: fixed;
  bottom: 0;
  margin-left: -320px;
  background-color: #fff;
  display: none;
  z-index: 5;
  height: 60px;
}

.mask_c {
  width: 640px;
  left: 50%;
  top: 0;
  position: fixed;
  bottom: 0;
  margin-left: -320px;
  background-color: #eeeeee;
  z-index: 3;
  display: none;
}

.mask_c.selected {
  display: block;
}

.c_dialog #comment-content {
  background-color: #eeeeee;
  font-size: 27px;
  border-radius: 10px;
  width: 450px;
  border: 0;
  color: #333333;
  height: 50px;
  padding: 10px;
  line-height: 40px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.c_dialog #send-btn {
  float: right;
  width: 116px;
  height: 48px;
  margin-bottom: 20px;
  margin-right: 10px;
  /*position: absolute; */
  /*bottom: 10px; */
  /*right: 10px;*/
  border: 0;
  background-color: #aaaaaa;
  font-size: 27px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.footer_js {
  display: none;
}

.footer_js.selected {
  display: block;
}

.tishi {
  width: 360px;
  height: 100px;
  position: fixed;
  top: 400px;
  left: 50%;
  margin-left: -180px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1011111;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 25px;
  border-radius: 15px;
  display: none;
}

.more_more {
  display: block;
  width: 100%;
  height: 70px;
  margin-top: 40px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #808080;
  margin-bottom: 30px;
  float: left;
}

.erweima {
  z-index: 999999999999999999999;
  width: 600px;
  margin: -130px 0 -1000px -30px;
}

video {
  /*background-color:#000;*/
  max-width: 100%;
}

.c_dialog .box_btn {
  font-size: 22px;
  border-radius: 5px;
  height: 80px;
  line-height: 35px;
  margin: 0 0 10px 20px;
}

/*new*/

html,
body {
  color: #505050;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-touch-callout: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px \5b8b\4f53, "Helvetica Neue", Arial, "Liberation Sans", FreeSans,
    "Hiragino Sans GB", sans-serif\"Microsoft YaHei" \"微软雅黑";
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

/*阻止旋转屏幕时自动调整字体大小*/

textarea {
  resize: none;
}

/*取消按钮在inphone上的默认样式*/

input[type="button"] {
  -webkit-appearance: none;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #f0f0f0;
}

textarea::-webkit-input-placeholder {
  color: #f0f0f0;
}

input::-webkit-input-speech-button {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: none;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a,
a:hover {
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.outL {
  white-space: normal;
  word-break: break-all;
  width: 100px;
}

.outH {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

#my-video {
  width: 640px;
  height: 360px;
}

.vertical-center {
  font-size: 0;
}

.vertical-center > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.vertical-center:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vjs-big-play-centered .vjs-big-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  line-height: 2em;
  font-size: 46px;
  border: none;
}

.time {
  padding: 0px 20px;
  font-size: 14px;
  color: #999;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.comment_title {
  padding: 15px 20px;
  color: #bf0000;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
}

.comment_content {
  padding: 20px;
}

.mh {
  color: #66a8cc;
}

.head_pic {
  height: 70px;
  width: 70px;
  border-radius: 50px;
}

.c_right {
  margin-left: 16px;
  flex: 1;
}

.name {
  color: #66a8cc;
  margin-right: 5px;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.item {
  display: flex;
  font-size: 26px;
  padding: 10px 20px;
}

.comment {
  /*width: 100%;*/
  width: auto;
  overflow: hidden;
  margin-top: 10px;
}

.comment.admin-comment > span {
  padding: 6px 15px 8px 15px;
  background-color: rgb(255, 231, 173);
  border-radius: 10px;
  display: inline-block;
  /*line-height: 40px;*/
}

.comment.admin-comment > span * {
  background-color: rgb(255, 231, 173) !important;
}

.name.admin-name {
  color: #ffffff;
  background-color: rgb(40, 174, 255);
  border-radius: 10px;
  padding: 6px 10px 7px 10px;
}

#_item {
  margin-bottom: 50px;
}

.item_tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.online_count {
  /*display: inline-block;*/
  /*background: url(./images/num.png) 10px center no-repeat rgba(66, 18, 16, .8);*/
  font-weight: 500;
  padding: 6px 10px 6px 30px;
  border-radius: 20px;
  background-size: 15px;
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 16px;
  z-index: 1000;
  color: #fff;
  display: none;
}

.live_status {
  position: absolute;
  right: 3%;
  top: 10px;
  z-index: 10000;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  border-radius: 20px;
}

.live_status_one,
.live_status_two,
.live_status_three {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
  display: block;
  height: 100%;
}

.live_status_one {
  background-color: #2bc235;
}

.live_status_two {
  background-color: #fb5f5f;
}

.live_status_three {
  background-color: #5f8ffb;
}

.zy_title {
  padding: 20px 16px 10px 16px;
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.zy_time {
  padding: 5px 20px 5px 16px;
  color: #999999;
  font-size: 22px;
  line-height: 30px;
}

.zy_time span {
  font-size: 29px;
}

.zy_time .fa {
  font-size: 29px;
}

.vjs-control-bar {
  font-size: 16px;
}

.video-js .vjs-time-control {
  display: block;
}

.video-js .vjs-remaining-time {
  display: none;
}

.tabs {
  display: none;
}

/*.video-layer{*/

/*    display: none;*/

/*    position: absolute;*/

/*    width: 100%;*/

/*    height: 100%;*/

/*    !*visibility: hidden;*!*/

/*    opacity: 0;*/

/*    z-index:9999;*/

/*    left: 0;*/

/*    top: 0;*/

/*}*/

#iframe-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  /* left: 0;
    width:100%;
    top: 0; */
  /* height: 100%; */
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

#iframe-wrap #iframe-box {
  /* overflow: auto;
  -webkit-overflow-scrolling: touch;
    width:100%;
    height:100%;
    overflow: auto;
    position: relative; */
  position: fixed;
  left: 11%;
  width: 78%;
  top: 60vw;
  min-height: 100vw;
  max-height: calc(100vh - 65vw);
}

#iframe-wrap #iframe-box i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 60px;
  background: #ffffff;
}

#iframe-wrap #iframe {
  background: #ffffff;
  border-radius: 2%;
  min-height: 100vh;
  min-height: calc(100vh - 80vw);
  max-height: calc(100vh - 65vw);
}

#livetab li {
  overflow: hidden;
  /*-ms-text-overflow: ellipsis;*/
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
  display: inline-block;
}

.video-js .vjs-modal-dialog {
  display: none !important;
}

.comment-list .comment img {
  max-width: 30px;
}

/* .comment-list .comment .live_activity img{
    max-width: 100px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
} */

#live-list {
  margin-bottom: 5px;
  padding-left: 16px;
  font-size: 18px;
  display: flex;
}

#live-list .live-item {
  color: #989898;
  width: 116px;
  height: 88px;
  /* background: rgba(245, 245, 245, 1); */
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
}

#live-list .live-item img {
  width: 40px;
  height: 36px;
  margin-bottom: 6px;
}

.live-item-title {
  display: inline-block;
  padding: 0 5px 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

#live-list .live-item .spanner {
  display: none;
  padding-left: 5px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 20px;
  transform: rotate(180deg);
}

.spanner .item1,
.spanner .item2,
.spanner .item3 {
  display: inline-block;
  background: #e51c24;
  width: 5px;
  height: 0;
  margin-right: 3px;
}

.spanner .item1 {
  animation: spanner-animate 1s linear infinite alternate;
}

.spanner .item2 {
  animation: spanner-animate 1s linear 0.5s infinite alternate;
}

.spanner .item3 {
  animation: spanner-animate 1s linear 0.7s infinite alternate;
}

@keyframes spanner-animate {
  form {
    height: 0;
  }
  to {
    height: 12px;
  }
}

#live-list .live-item.active {
  color: #e51c24;
}

#live-list .live-item.active .spanner {
  display: flex;
}

.live_activity > a {
  color: red;
  display: block;
  border: 1px solid rgba(232, 232, 232, 1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.live_activity > a > img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  float: left;
}

/*iframe css*/

.rich-content * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  word-wrap: break-word !important;
}

.rich-content ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.rich-content ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 16px #645654;
}

.rich-content table {
  margin-bottom: 0;
  border-collapse: collapse;
  /*display: table;*/
  /*width: 100%!important;*/
}

.rich-content td,
th {
  word-wrap: break-word;
  word-break: break-all;
  /*padding: 5px 10px;*/
  /*border: 1px solid #DDD;*/
}

.rich-content em {
  font-style: italic;
}

.rich-content mark {
  background-color: #ffe69f;
}

.rich-content img:hover {
  cursor: pointer;
}

.rich-content blockquote {
  padding-left: 10px;
  margin: 0px;
  border-left: 3px solid rgb(219, 219, 219);
}

.rich-content video::-internal-media-controls-download-button {
  display: none;
}

.rich-content video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

.rich-content video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.rich-content audio::-internal-media-controls-download-button {
  display: none;
}

.rich-content audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

.rich-content audio::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

#qrcode-wrap {
  position: fixed;
  top: 0;
  /*left: 0;*/
  width: 640px;
  height: 100%;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#qrcode-wrap #qrcode-big-box {
  width: 320px;
  height: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -185px;
  margin-left: -160px;
  display: block;
}

#qrcode-wrap #qrcode-big-box img {
  display: block;
  width: 320px;
  height: 320px;
}

#qrcode-wrap #qrcode-big-box p {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  width: 100%;
}

#close-qrcode {
  display: none;
}

#qrcode-box {
  position: fixed;
  bottom: 65px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-color: #ffffff;
  display: none;
}

#qrcode-box img {
  width: 50px;
  height: 50px;
}

#video_mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  left: 20px;
  width: 200px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
  font-size: 16px;
}

#video_mask span {
  display: inline-block;
  width: 80px;
  text-align: center;
}

#video_mask .tips {
  color: #ff9900;
  width: 70px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.download-box {
  width: 100%;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  box-shadow: 0 2px 4px #999999;
  margin-bottom: 1px;
  font-size: 22px;
}
@media (orientation: landscape) {
  .download-box {
    display: none !important;
  }
}
.download-content {
  display: flex;
  height: 100%;
  align-items: center;
}

.download-logo {
  margin-left: 20px;
  height: 45px;
}

.download-text {
  padding: 0 15px;
  flex: 1;
  color: #333333;
  text-align: left;
}

.download-btn {
  margin-right: 15px;
  height: 45px;
  width: 5em;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  background: red;
  color: #ffffff;
}

.liker {
  width: 84px;
  height: 104px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 11;
}

.liker .like-canvas {
  position: absolute;
  display: none;
  bottom: 25px;
  right: -45px;
  z-index: 10;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.liker .site-like-count {
  font-size: 16px;
  text-align: center;
  color: #333333;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.liker .journal-reward {
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 84px;
  width: 84px;
  display: block;
  z-index: 11;
}
