.boxShadowBorder {
  border: 1px solid #dddddd;
  border-radius: 0.2em;
}
.spliter {
  border-top: 1px solid #ddd;
  margin-bottom: 5px;
}
.live-wrap {
  position: relative;
}
.live-wrap .display_type {
  position: absolute;
  right: 19px;
  width: 25px;
}
.live-wrap .display_type a i {
  font-size: 25px;
}
.live-wrap .display_type .current {
  color: #4f8ad0;
}
.live-wrap .live_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.live-wrap .live_list .item_inner {
  display: inline-block;
  width: 180px;
  border: none;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.live-wrap .live_list .item_inner .cover-wrap {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.live-wrap .live_list .item_inner .cover-wrap .item_type {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(26, 188, 156, 0.7);
  font-size: 12px;
}
.live-wrap .live_list .item_inner .cover-wrap .hide-box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 90px;
  text-align: center;
  display: none;
  transition: all .3s ease;
}
.live-wrap .live_list .item_inner .cover-wrap .hide-box img {
  display: inline-block;
}
.live-wrap .live_list .item_inner .name-box {
  width: 100%;
  line-height: 16px;
  color: #222;
  transition: all .3s ease;
  padding-top: 8px;
  margin: 0;
}
.live-wrap .live_list .item_inner .auth {
  padding-top: 8px;
  color: #999;
  font-size: 12px;
}
.live-wrap .live_list .item_inner .auth a {
  color: #999;
}
.live-wrap .live_list .item_inner:hover .hide-box {
  display: block;
}
.live-wrap .live_list .item_inner:hover .name-box {
  color: #19bca1;
}
.operation {
  width: 100%;
}
.operation li {
  float: left;
  list-style: none;
  width: 33%;
  text-align: left;
  padding-left: 20px;
}
.operation li i {
  margin-right: 5px;
  color: #999;
}
.btn-submit {
  margin-right: 10px;
  margin-top: 10px;
}
.uploadcover {
  color: #ffffff;
  background-color: rgba(3, 3, 3, 0.5);
  border-color: #4f8ad0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
}
/*详情页面*/
.iconfont {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.live-left {
  width: 790px;
}
.live-left .live-top {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 120px;
  position: relative;
}
.live-left .live-top .avt-box {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 9px;
  overflow: hidden;
}
.live-left .live-top .avt-box:hover .mask-box {
  display: block;
}
.live-left .live-top .avt-box .mask-box {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  display: none;
}
.live-left .live-top .avt-box .mask-box span {
  font-size: 12px;
  line-height: 98px;
}
.live-left .live-top .info-box {
  height: 90px;
  margin-top: 19px;
  width: 661px;
}
.live-left .live-top .info-box .info-left {
  width: 490px;
}
.live-left .live-top .info-box .info-left .bandeg {
  display: inline-block;
  padding: 1px 12px;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 8px;
  font-size: 12px;
  transition: all .3s ease;
}
.live-left .live-top .info-box .info-left .bandeg:hover {
  border-color: #19bca1;
  color: #19bca1;
}
.live-left .live-top .info-box .info-left .info-p {
  max-width: 480px;
  height: 30px;
  margin-bottom: 0;
  color: #666;
}
.live-left .live-top .info-box .info-left .info-p .name {
  color: #666;
  font-size: 12px;
  margin-right: 15px;
}
.live-left .live-top .info-box .info-left .info-p .name:hover {
  color: #19bca1;
}
.live-left .live-top .info-box .info-left .title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.live-left .live-top .info-box .info-right {
  width: 160px;
  height: 100%;
  position: relative;
}
.live-left .live-top .info-box .info-right .info-top {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  width: 130px;
  height: 30px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #19bca1;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.live-left .live-top .info-box .info-right .info-top i {
  font-size: 12px;
  margin-right: 5px;
}
.live-left .live-top .info-box .info-right .info-top .focus-num {
  height: 28px;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  text-align: center;
  color: #666;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
}
.live-left .v-box {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 15px;
  padding: 10px;
}
.live-right {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  width: 330px;
  height: auto;
  position: relative;
}
.chat-box {
  width: 300px;
  margin: 20px 14px;
  position: relative;
}
.chat-box input {
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  padding: 2px 10px;
}
.chat-box .sent-btn {
  position: absolute;
  right: 0;
  top: 1px;
  background-color: #19bca1;
  color: #fff;
  width: 35px;
  display: inline-block;
  height: 43px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  line-height: 43px;
  font-size: 12px;
}
.chat-box .sent-btn:hover {
  background-color: #17ae95;
}
.controller {
  height: 35px;
  background-color: #333;
  width: 100%;
  color: #fff;
}
/*详情页面END*/
.white-popup {
  max-width: 745px;
}
.white-popup .aline {
  border-bottom: 1px solid white;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
.white-popup .upload-img-box {
  margin-top: 20px;
  width: 250px;
}
.white-popup .upload-img-box .upload-pre-item img {
  min-width: 250px;
  max-width: 250px;
  max-height: 300px;
  border: 1px solid #ccc;
  padding: 2px;
}
/*应用公共css*/
.app_head {
  background: white;
  padding: 0;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 0.2em;
  margin-bottom: 1em;
}
.app_title {
  padding: 0.3em .8em;
  font-size: 1.5em;
  line-height: 1.4em;
}
.app_title .app_ico_i {
  font-size: .8em;
  margin-right: .5em;
}
.sub_nav .nav_list {
  padding-left: 0em;
  margin-bottom: 0;
}
.sub_nav .nav_list li {
  list-style: none;
  float: left;
}
.sub_nav .nav_list li a {
  padding: 1.1em 1.3em;
  font-size: 1.1em;
  display: inline-block;
}
.sub_nav .nav_list li:hover {
  background: white;
}
.sub_nav .nav_list li .cur {
  background: white;
  color: #333;
}
.children_nav {
  display: none;
}
.children_nav .nav_list {
  background: white;
  padding-left: 0;
  margin: 0;
}
.children_nav .nav_list li {
  list-style: none;
  float: left;
}
.children_nav .nav_list li a {
  padding: 1.1em 1.3em;
  font-size: 1.1em;
  display: inline-block;
  color: #666;
}
.children_nav .nav_list li .cur {
  font-size: 1.0em;
}
/***************new**********************/
.content-left {
  background: #fff;
  border-color: #ccc;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  max-width: 210px;
  margin: 0 20px 0 0;
  position: relative;
}
.content-left .arrow-left {
  left: -7px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
}
#chatroom_msgs {
  height: 450px;
  overflow: scroll;
  margin-bottom: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eee;
}
.tgl {
  display: none;
}
.tgl,
.tgl *,
.tgl :after,
.tgl :before,
.tgl + .tgl-btn,
.tgl:after,
.tgl:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl + .tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
  background: 0 0;
}
.tgl ::selection,
.tgl :after::selection,
.tgl :before::selection,
.tgl + .tgl-btn::selection,
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection {
  background: 0 0;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after,
.tgl-skewed + .tgl-btn:before {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}
/*# sourceMappingURL=live.css.map */