.bot_bg {
  background-color: #464646;
  width: 300%;
  height: 160px;
  position: absolute;
  z-index: -1;
  left: -100%;
}

#index .top_bg {
  background-color: #010137;
  position: absolute;
  top: 150px;
  left: -100%;
  z-index: 0;
  width: 300%;
  height: 670px;
}

.more,
.mtii-more {
  cursor: pointer;
}

.detail_9527 {
  width: 1200px;
  margin: auto;
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
  color: #919191;
}
.detail_9527 main .font {
  height: 90px;
  font-size: 34px;
  color: #ffffff;
  font-family: shb;
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
}
.detail_9527 main .video {
  display: flex;
  justify-content: space-between;
  background-color: #000036;
  color: #fff;
  height: 580px;
  position: relative;
}
.detail_9527 main .video .views {
  height: 30px;
  padding: 0px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.detail_9527 main .video .views img {
  margin-right: 5px;
}
.detail_9527 main .video .tcplayer {
  flex: 1;
  height: 100%;
}
.detail_9527 main .video video {
  display: none;
  width: 980px;
  height: 550px;
  margin: auto;
  margin-top: 0;
  background-color: #191835;
  border-bottom: 30px solid #010137;
}
.detail_9527 main .video .play {
  width: 980px;
  height: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.detail_9527 main .video .play img {
  width: 7%;
}
.detail_9527 main .video .toggle {
  width: 20px;
  background: #272429;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
.detail_9527 main .video .register {
  display: none;
  padding: 70px 25px;
  box-sizing: border-box;
  background-color: #313133;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
}
.detail_9527 main .video .register .time {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.detail_9527 main .video .register .time > div {
  text-align: center;
  font-size: 12px;
}
.detail_9527 main .video .register .time > div span {
  color: #fff;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 30px;
  font-family: "shb";
}
.detail_9527 main .video .register .cont {
  margin: 32px 0;
}
.detail_9527 main .video .register .btn1 {
  background-color: #034fdc;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  cursor: pointer;
}
.detail_9527 main .video .register .intro {
  font-size: 14px;
}
.detail_9527 main .video .side {
  display: none;
  width: 150px;
  padding: 15px 25px;
  background-color: #313133;
}
.detail_9527 main .video .side .tit {
  font-weight: bold;
  margin-bottom: 10px;
}
.detail_9527 main .video .side .list {
  height: 94%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.detail_9527 main .video .side .list::-webkit-scrollbar {
  width: 0;
}
.detail_9527 main .video .side .list > div {
  cursor: pointer;
}
.detail_9527 main .video .side .list > div img {
  width: 100%;
  height: 100px;
  vertical-align: top;
  border-radius: 5px;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.detail_9527 main .video .side .list > div img.active {
  border: 3px solid #3071b9;
}
.detail_9527 main .video .side .list > div .msg {
  color: #ccc;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 15px;
  font-size: 14px;
  margin: 10px 0;
}
.detail_9527 main .info {
  display: flex;
  background-color: #f3f3f3;
  margin-top: 20px;
}
.detail_9527 main .info > div {
  padding: 20px 40px;
}
.detail_9527 main .info > div.left {
  flex: 1;
  display: flex;
  align-items: center;
}
.detail_9527 main .info > div.left img {
  margin-right: 10px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.detail_9527 main .info > div.left img + div {
  flex: 1;
}
.detail_9527 main .info > div.left .name {
  font-size: 22px;
  font-weight: bold;
  color: #3071b9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.detail_9527 main .info > div.left .msg {
  font-size: 14px;
  margin: 10px 0;
  line-height: 30px;
  word-break: break-word;
  color: #6b6b6b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.detail_9527 main .info > div.left .more {
  color: #3071b9;
}
.detail_9527 main .info > div.right {
  width: 40%;
  color: #919191;
  position: relative;
}
.detail_9527 main .info > div.right::before {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  background-color: #fff;
}
.detail_9527 main .info > div.right .font1 {
  word-break: break-all;
  font-size: 20px;
  font-family: "shb";
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.detail_9527 main .info > div.right .xiang {
  display: flex;
  color: #000;
}
.detail_9527 main .info > div.right .xiang > div {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.detail_9527 main .info > div.right .xiang > div img {
  margin-right: 5px;
}
.detail_9527 main .intro .tit {
  color: #3071b9;
  width: 100%;
  height: auto;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
}
.detail_9527 main .intro > .msg {
  line-height: 30px;
  white-space: break-spaces;
  color: #6b6b6b;
}
.detail_9527 main .intro .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
.detail_9527 main .intro .list > div {
  display: flex;
}
.detail_9527 main .intro .list > div .mti {
  display: flex;
  align-items: center;
}
.detail_9527 main .intro .list > div .mti img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
.detail_9527 main .intro .list > div .mti .mtii-tit {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "shb";
  color: #6b6b6b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.detail_9527 main .intro .list > div > div {
  padding-top: 10px;
}
.detail_9527 main .intro .list > div > div .name {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 200px;
}
.detail_9527 main .intro .list > div > div .more {
  color: #3071b9;
}

/*# sourceMappingURL=detail.css.map */
