html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--color001);
}
:root {
  --color001: #03061a;
}
.web_main {
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  background-color: var(--color001);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform-origin: top center;
}
.main {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 120px;
}
.rolling_body {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100% - 208px);
}
.rolling_body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 72px;
  z-index: 3;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, var(--color001), rgba(3, 6, 26, 0));
}
.rolling_body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 108px;
  z-index: 3;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, rgba(3, 6, 26, 0), var(--color001));
}
.rolling_body .cover_1 {
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 156px;
  z-index: 4;
  width: 710px;
  height: auto;
  border-radius: 8px;
}
.rolling_body .cover_1 img {
  overflow: hidden;
  display: block;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.rolling_body .cover_2 {
  overflow: hidden;
  position: absolute;
  top: 120px;
  left: 336px;
  z-index: 5;
  width: 710px;
  height: auto;
}
.rolling_body .cover_2 img {
  display: block;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.rolling_body .action_bar {
  position: absolute;
  top: 602px;
  left: 226px;
  z-index: 4;
  width: 694px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.rolling_body .action_bar .download_button {
  cursor: pointer;
  user-select: none;
  height: 40px;
  border-radius: 4px;
  background-color: #009fec;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 0px 14px 0px 14px;
}
.rolling_body .action_bar .download_button:hover {
  opacity: 0.9;
}
.rolling_body .action_bar .download_button:active {
  opacity: 0.8;
}
.rolling_body .action_bar .download_button .download_icon {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://dw-stable-file.oss-cn-shanghai.aliyuncs.com/improve_service/_a9ca897a-8e30-40fb-914f-9b46ac6f296c.png);
}
.rolling_body .action_bar .download_button .download_main {
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.rolling_body .action_bar .download_button .download_title {
  height: 16px;
  display: flex;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.rolling_body .action_bar .download_button .download_desc {
  height: 12px;
  display: flex;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.rolling_body .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 160px;
  height: 1168px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.rolling_body .background.bg1 {
  top: -80px;
  left: 72px;
  opacity: 0.1;
}
.rolling_body .background.bg2 {
  top: -40px;
  left: 244px;
  opacity: 0.2;
}
.rolling_body .background.bg3 {
  top: 0;
  left: 416px;
  opacity: 0.3;
}
.rolling_body .background.bg4 {
  top: -40px;
  left: 588px;
  opacity: 0.3;
}
.rolling_body .background.bg5 {
  top: -80px;
  left: 760px;
  opacity: 0.2;
}
.rolling_body .background.bg6 {
  top: -150px;
  left: 932px;
  opacity: 0.1;
}
.rolling_body .background .item {
  width: 160px;
  height: 224px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: var(--bgi);
}
.rolling_body .background_line {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, rgba(3, 6, 26, 0.1), var(--color001));
}
.current_hot_streaming {
  width: 100%;
  height: 208px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
}
.current_hot_streaming .title {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.current_hot_streaming .title span {
  user-select: none;
  color: #e8eefd;
  font-size: 16px;
  font-weight: 400;
}
.current_hot_streaming .title i {
  user-select: none;
  color: #91939a;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.current_hot_streaming .video_list {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.current_hot_streaming .video_list .item {
  width: 106px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.current_hot_streaming .video_list .item .item_cover {
  opacity: 0.6;
  overflow: hidden;
  user-select: none;
  position: relative;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
}
.current_hot_streaming .video_list .item .item_cover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 33px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-image: url(https://dw-stable-file.oss-cn-shanghai.aliyuncs.com/improve_service/_80e2b277-4fbc-4c41-b094-7d4a4250082b.png);
}
.current_hot_streaming .video_list .item .item_cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
  transition: all 0.2s linear;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--bgi);
}
.current_hot_streaming .video_list .item .item_title {
  user-select: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.current_hot_streaming .video_list .item .item_title span {
  color: #e7edfb;
  font-size: 14px;
  font-weight: 400;
}
