body {
  height: 100%;
  font-size: 14px;
  padding-bottom: 30px;
  opacity: 0;
  transition: .5s;
}

.loaded {
  opacity: 1;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0099CC;
  z-index: 100;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}

.live-header {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  clear: both;
  position: absolute;
  background-color: #FFF;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.logo {
  height: 100%;
  float: left;
  margin-right: 1em;
}

.slogan {
  line-height: 30px;
  font-size: 1em;
  float: left;
}

.account-info {
  float: right;
  line-height: 30px;
}

.account-info a,
.account-info span {
  display: inline-block;
  margin: 0 10px;
}

.fly-msg {
  padding: 10px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  transition: 3s;
  position: absolute;
  top: 10px;
  left: 120%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flying {
  left: -100%;
}

.live-main {
  width: 100%;
  height: 100%;
  position: relative;
  background: #0099CC;
  box-sizing: border-box;
  overflow: hidden;
}

.cover {
  width: 100%;
  max-height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.tab-content-wrap {
  box-sizing: border-box;
  padding-top: 34px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.tab-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex: 1;
  z-index: 30;
  background-color: #0099CC;
  border-bottom: #EEE solid 1px;
}

.tab-list .tab {
  display: block;
  line-height: 34px;
  text-align: center;
  border-right: #FFF solid 1px;
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  cursor: pointer;
}

.tab-list .tab:last-child {
  border: 0;
}

.tab-list .tab i,
.tab-list .tab em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.tab-list .tab.active {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
}

.tab-content {
  width: 120%;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
  transition: .5s;
  opacity: 0;
}

.tab-content-title {
  width: 100%;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 34px;
  color: #EEE;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: none;
}

.share-content {
  width: 100%;
}

.tab-content.on {
  opacity: 1;
  z-index: 12;
}

.comment-content {
  padding-bottom: 40px;
}

.comment-wrap,
.info-wrap,
.kc-wrap {
  width: 100%;
  height: 100%;
  color: #FFF;
  overflow: hidden;
}

.comment-list {
  width: 90%;
  max-width: 500px;
  overflow: hidden;
}

.msg-dl {
  width: 100%;
  margin: 0;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.msg-dl dt {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  float: left;
  margin-right: 1em;
  position: relative;
  overflow: hidden;
}

.ban-label {
  width: 100%;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 1em;
}

.msg-dl dd {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.id-show {
  font-weight: normal;
  font-size: 12px;
  color: #999;
}

.msg-dl h6 {
  margin: 0;
  font-weight: normal;
  color: #EEE;
}

.msg-dl h6 i,
.msg-dl h6 span {
  display: inline-block;
  margin-right: 2px;
}

.msg-dl .text-light {
  color: #FFEB3B;
}

.msg-dl .msg-time {
  color: #CCC;
}

.msg-dl blockquote {
  min-width: 40px;
  margin: 10px 0 0 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 10px 0 10px;
  padding: 10px;
  font-size: 1em;
  float: left;
  clear: both;
  border: 0;
  position: relative;
}

.msg-dl em {
  font-size: 12px;
  font-weight: 300;
  opacity: 0.6;
  margin-top: -5px;
  clear: both;
}

.msg-fun {
  position: absolute;
  top: 55px;
  left: 10px;
  z-index: 10;
}

.msg-fun span {
  width: 40px;
  height: 26px;
  display: block;
  text-align: center;
  line-height: 26px;
  float: left;
  cursor: default;
}

.msg-fun i {
  width: 40px;
  height: 26px;
  position: relative;
  float: left;
  line-height: 26px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  display: none;
  cursor: default;
}

.msg-fun.open {
  background-color: #999;
  border-radius: 5px;
}

.msg-fun.open i {
  display: block;
}

.msg-fun.open span {
  display: none;
}

.comment-footer {
  width: 85%;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  z-index: 25;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.total-audience {
  position: absolute;
  top: 50px;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  padding: 2px 5px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

.ban-user {
  width: 100%;
  height: 30px;
  overflow: hidden;
}

.ban-user a {
  width: 80px;
  float: right;
}

.scrollbox {
  box-sizing: border-box;
  padding-right: 17%;
  overflow-y: scroll;
}

.info-wrap article {
  padding: 0 10px;
}

.info-wrap h4 {
  border-left: #FFF solid 4px;
  padding-left: 10px;
  font-size: 1em;
  line-height: 1em;
  margin: 1em 0;
}

.info-wrap .avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.info-wrap h6 {
  text-align: center;
  margin: 20px 0;
}

.info-wrap p {
  margin: 10px 0;
}

.share-wrap {
  height: 100%;
}

.share-content {
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}

.share-wrap p {
  margin: 10px 0;
}

.share-wrap img {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.share-wrap blockquote {
  background-color: rgba(0, 0, 0, 0.3);
  word-break: break-all;
  border: 0;
  padding: 5px;
  font-size: 1em;
  margin: 0;
}

.player-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #0a8cd2;
  border-bottom: rgba(0, 0, 0, 0.6) solid 1px;
  z-index: 5;
  overflow: hidden;
}

.player-col {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.waiting-col {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.25);
}

.player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.copy-right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  z-index: 1;
}

.audience {
  display: block;
  color: #FFF;
  line-height: 24px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  position: absolute;
  top: 50px;
  right: 0;
  padding: 0 5px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.right-control-box .tab {
  width: 30px;
  height: 30px;
  font-size: 20px;
  margin: 15px 5px;
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  position: relative;
  opacity: 0.5;
  transition: .5s;
}

.right-control-box .tab.active {
  opacity: 1;
}

.form-wrap {
  width: 100%;
  position: absolute;
  padding: 5px 0;
  left: 0;
  top: 0;
}

.form-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  line-height: 30px;
  color: #FFF;
  text-align: center;
}

.form-wrap .form-group {
  margin: 0;
  position: relative;
}

.form-wrap .form-group .form-control {
  appearance: none;
  background: none;
  color: #fff;
  outline: 0 !important;
  border: 0;
  border-bottom: #999 solid 1px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 50px;
  padding-right: 40px;
}

.send-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  transform: translate(0, -50%);
  cursor: pointer;
}

/*.info-wrap {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  padding: 20px;*/
/*  color: #fff;*/
/*  overflow: hidden;*/
/*}*/

.list-item {
  display: block;
}

.list-enter-active,
.list-leave-active {
  transition: all 1s;
}

.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.list-enter-active,
.list-leave-active {
  transition: all .5s;
}

.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.nickname-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

.nickname-form form {
  width: 80%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 4px;
}

.classmate ul {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.classmate ul li {
  width: 100%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  transition: All 0.4s ease-in-out;
  overflow: hidden;
}

.fit-content {
  width: 100%;
  position: relative;
  background-color: #056a8e;
  box-sizing: border-box;
  overflow: hidden;
}

.block-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.classmate ul li .play-link {
  width: 40%;
  height: 0;
  display: block;
  padding-top: 27%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.classmate ul li img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 1s;
  transition-delay: 0s;
}

.classmate ul li .kecheng-title {
  width: 60%;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 40%;
  padding: 0 10px;
  transform: translate(0, -50%);
  overflow: hidden;
}

.kecheng-title p {
  margin: 0;
}

.kecheng-title .kc-title {
  color: #FFF;
}

.kecheng-title .kc-tutor {
  color: #CCC;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

@media screen and (min-width: 641px) {
  .player-wrap {
    width: 70%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    float: left;
  }

  .player-col {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    /*padding-top: 57%;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    transform: translate(-50%, -50%);
    border: rgba(0, 0, 0, 0.4) solid 10px;
  }

  .tab-content-wrap {
    overflow: hidden;
  }
}

.font-xl {
  font-size: 2em !important;
}

.login-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 10000;
}

.login-window form {
  width: 100%;
  max-width: 400px;
  background: #FFF;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.login-window form .shut-login {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-decoration: none;
}

.login-window form .shut-login .iconfont {
  font-size: 2em;
  color: #999;
}

.login-window .form-selection {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 15px 0;
}

.btn-flex {
  justify-content: space-around;
}

.btn-flex .btn {
  width: 100%;
}

.center-flex {
  justify-content: center;
}

.center-flex .login-icon {
  display: inline-block;
  margin: 0 10px;
}

.flex-label {
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: normal;
}

.flex-label .flex-checkbox {
  margin: 0 10px 0 0;
}

.flex-between {
  justify-content: space-between;
}

.login-window .v-code {
  max-width: 100px;
  margin-right: 15px;
}

.code-img {
  max-width: 100px;
  max-height: 34px;
}

.text-white {
  color: #FFF !important;
}

@media screen and (max-width: 640px) {
  .login-window {
    align-items: flex-end;
  }

  .live-main {
    padding-top: 57%;
  }

  .tab-content-wrap {
    width: 100%;
  }

  .player-wrap {
    height: 0;
    padding-top: 57%;
  }

  .tab-content {
    bottom: 0;
  }
}

.prism-ErrorMessage {
  display: none !important;
}