.content {
  overflow: hidden;
  padding-bottom: 20px;
}
.contentMain {
  background: #fff;
  padding: 25px 20px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.broadcastVido {
  position: relative;
}
.broadcastVido .fun {
  position: absolute;
  right: 0;
  top: 0;
  width: 337px;
  height: 227px;
  border: 1px solid #e4e4e4;
  padding: 30px 12px 20px;
  box-sizing: border-box;
  text-align: center;
}
.fun .funTimes span {
  color: red;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 15px;
}
.fun .funBtn .buy {
  background: red;
  color: #fff;
}
.fun .funBtn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fun .funBtn button {
  width: 150px;
  height: 50;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid red;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.fun .funBtn button:hover {
  background: red;
  color: #fff;
}
.fun .funSee button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  background: #1c7ebf;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.fun .huikan {
  color: #555555;
}
.broadcastTitle {
  margin-top: 30px;
  overflow: hidden;
  /*padding-bottom: 20px;*/
}
.titleL {
  display: inline-block;
  color: #888888;
}
.titleL h2 {
  color: #222;
  font-size: 24px;
}
.broadcastTime {
  margin-top: 10px;
  overflow: hidden;
}
.broadcastTime p {
  float: left;
  margin-right: 10px;
}
.broadcastCompany {
  margin-top: 5px;
}
.titleR {
  float: right;
  margin-top: 10px;
}
.titleR a {
  float: left;
  cursor: pointer;
  margin-left: 22px;
}
.titleR a img {
  margin-right: 5px;
}
.titleContent {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #f1f2f4;
  line-height: 1.8;
}
.titleContent p {
  line-height: 23px;
  color: #555;
}
.broadcastTitle .titleContent button,
.broadcastTitle .fun button {
  display: block;
  cursor: pointer;
  width: 118px;
  color: #888;
  margin: 15px auto 0;
  border-radius: 5px;
  padding: 10px 0px;
  text-align: center;
  background: #f1f2f4;
}
.titleContent .layui-icon {
  margin-left: 3px;
}
.banner {
  margin-top: 25px;
}
#banner4 .layui-carousel-ind ul,
#banner4 .layui-carousel-ind ul:hover {
  background: none;
}
#banner4 .layui-carousel-ind li {
  background: #1c7ebf;
}
#banner4 .layui-carousel-ind .layui-this {
  background: red;
}
#banner4 .layui-carousel-ind li:hover {
  background: red;
}
#banner4 .layui-carousel-ind {
  top: auto;
  bottom: 20px;
}
.conterTitle {
  padding: 0 18px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  background: #f1f2f4;
  margin-top: 20px;
}
.conterTitle h3 {
  font-size: 20px;
  float: left;
}
.conterTitle span {
  font-size: 18px;
  color: #888888;
  margin-left: 8px;
}
.conterTitle .more {
  color: #d92728;
  float: right;
  cursor: pointer;
}
.conterTitle .more img {
  position: relative;
  top: -16px;
  right: 8px;
}
.listWrap {
  max-height: 610px;
  overflow: hidden;
}
.listInfo {
  overflow: hidden;
  border-bottom: 1px solid #f1f2f4;
  padding: 20px 55px 20px 0;
}
.listInfo .touxiang {
  float: left;
  width: 60px;
  height: 60px;
}
.touxiang img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.listContent {
  float: left;
  width: 1030px;
  padding-left: 12px;
}
.listContent h4 {
  margin-top: 4px;
  font-weight: 600;
}
.listContent p {
  margin: 10px 0;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.listContent span {
  display: inline-block;
  color: #888;
}
.comment .fun {
  overflow: hidden;
}
.fun #page {
  margin-top: 0;
}
.fun #page {
  margin-top: 15px;
}
.recommend .conterTitle .more {
  color: #888888;
}
#modalBox {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#modalBox > div {
  width: 510px;
  height: 460px;
  left: 50%;
  bottom: 20%;
  padding: 15px;
  position: absolute;
  margin-left: -270px;
  background: #fff;
}
#modalBox .close {
  text-align: right;
}
#modalBox .close i {
  font-size: 24px;
  cursor: pointer;
}
#modalBox .box h3 {
  width: 100%;
  text-align: center;
}
#modalBox .box h3 img {
  margin-right: 12px;
}
.boxTitle {
  text-align: center;
  margin-top: 25px;
}
.boxTitle h3 {
  color: #000;
  font-size: 28px;
}
.boxTitle h3 img {
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.boxContent {
  width: 465px;
  height: 220px;
  border-radius: 8px;
  margin: 40px auto 0;
  border: 1px solid #e4e4e4;
  position: relative;
}
.boxContent textarea {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 15px 10px;
  overflow-y: hidden;
  height: 80%;
  resize: none;
}
.boxContent a {
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
}
.boxContent a i {
  font-size: 24px;
  margin-left: 10px;
}
.issued {
  display: block;
  width: 465px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  background: #d92728;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin: 25px auto 0;
}
.content > .location {
  line-height: 58px;
  overflow: hidden;
}
.content > .location img {
  float: left;
  margin-top: 18px;
}
.content > .location ul {
  padding-left: 12px;
  overflow: hidden;
}
.content > .location li {
  float: left;
}
.content .layui-table img {
  max-width: 125px;
}
.layui-table td img {
  width: 125px;
  height: 80px;
  float: left;
}
.layui-table td div {
  float: left;
  margin-left: 18px;
}
.layui-table td div h4 {
  color: #222;
  margin-top: 6px;
  max-width: 500px;
  margin-bottom: 8px;
}
.layui-table td div p {
  font-size: 13px;
  color: #888888;
}
.layui-table td {
  color: #333;
}
.content .layui-table tr,
.content .layui-table th {
  text-align: center;
}
.content .layui-table {
  margin: 0;
}
.mode {
  margin-top: 30px;
}
.mode > div {
  margin-top: 20px;
  overflow: hidden;
}
.mode > div h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.mode > div div {
  position: relative;
  width: 202px;
  height: 57px;
  margin-right: 13px;
  float: left;
}
..mode div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modes1 div img + img {
  display: none;
}
.mode p {
  color: #555;
}
.mode p span {
  color: #ff750f;
}
#payment {
  margin-top: 40px;
  text-align: right;
}
#payment button {
  width: 150px;
  height: 50px;
  background: #1c7ebf;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
.wrap .content .contentMain {
  margin-top: 0;
}
.paySuccess {
  color: #d92728;
  text-align: center;
  position: relative;
  left: -42px;
}
.paySuccess h2 {
  margin-top: 25px;
  font-size: 30px;
}
.payList {
  width: 380px;
  margin: 0 auto;
  padding: 35px 30px 45px;
}
.payList li {
  line-height: 26px;
  color: #666666;
}
.payList li p {
  width: 75px;
  display: inline-block;
  text-align: right;
}
.payFun {
  text-align: center;
  position: relative;
  left: -42px;
}
.payFun button {
  width: 155px;
  height: 50px;
  font-size: 15px;
  border-radius: 5px;
  line-height: 50px;
  background: #1c7ebf;
  color: #fff;
  margin: 0 8px;
  border: 1px solid #1c7ebf;
  box-sizing: border-box;
}
.payFun .payContinue {
  background: #fff;
  color: #1c7ebf;
}
.broadcastDetail .newList .onLineList {
  width: 275px;
}
.broadcastDetail .newList {
  float: left;
  margin-left: 20px;
}
.broadcastDetail .newList:nth-child(1),
.broadcastDetail .newList:nth-child(5),
.broadcastDetail .newList:nth-child(9) {
  margin-left: 0px;
}
.broadcastDetail .newInfo {
  max-height: 528px;
}
.broadcastDetail .conterTitle a {
  float: right;
}
.broadcastVido {
  overflow: hidden;
}

.vidos {
  width: 812px;
  height: 775px;
  float: left;
  overflow: hidden;
}
.vidos img {
  width: 812px;
  height: 775px;
}
.vidoRight {
  float: right;
  width: 336px;
  height: 775px;
}

.broadcastVido .fun {
  position: static;
  width: 100%;
}

.danmu {
  width: 100%;
  height: 532px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  margin-top: 14px;
  position: relative;
}

.danmu p {
  color: #2996ff;
  line-height: 32px;
}

.danmu span {
  color: #555;
}

.danmus {
  height: 445px;
  padding: 10px;
  background: #f8f8f8;
  overflow: auto;
  border-bottom: 1px solid #e4e4e4;
}

.inp {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 1px solid #ff921b;
}

.inp input {
  width: 252px;
  padding: 10px;
}

.inp button {
  background: #ff7701;
  color: #fff;
  padding: 10px 5px;
}

.popup-all {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.popup-all .cont {
  width: 450px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: 20px 15px;
}

.popup-all .cont .title {
  background: url(http://mb.webhh.net/xiaochengxu/yiYaoMenDian/cloes.png) center
    right no-repeat;
  font-size: 15px;
}

.popup-all .cont .text {
  border: 1px solid #ededed;
  padding: 0 13px;
  box-sizing: border-box;
  line-height: 45px;
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
}

.popup-all .cont .btn {
  background: #1c7ebf;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 30px;
  width: 100%;
  margin-top: 25px;
  border-radius: 5px;
  line-height: 45px;
  font-size: 15px;
}
