* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0rem;
  -webkit-user-select: none;
  /* -webkit */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE */
  -khtml-user-select: none;
  /* IE */
  -webkit-touch-callout: none;
  -o-user-select: none;
  user-select: none;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #FFF;
}
button,
input,
textarea {
  color: inherit;
  font: inherit;
}
.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 兼容谷歌 ios */
}
.wrap #mse {
  height: 2.1rem;
}
.wrap .ds-title {
  font-size: 0.14rem;
  padding: 0.1rem 0;
  background: var(--text-bgc);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.wrap .ds-title span {
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 0.1rem;
  font-weight: bold;
  text-align: center;
}
.wrap header {
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0.05rem;
  font-size: 0.12rem;
  position: sticky;
  top: 0;
  background: var(--background);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.wrap header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.16rem;
}
.wrap header .top .type-have {
  background: #FF9904;
  border: 1px solid #FF9904;
  color: #000;
  font-weight: bold;
  border-radius: 0.1rem;
  padding: 0.035rem 0.1rem;
  border-radius: 0.05rem;
}
.wrap header .top .input-text {
  background: #FFF;
  border: 1px solid #FFFFFF;
  height: 0.3rem;
  border-radius: 0.05rem;
  padding: 0 0.1rem;
  width: 2rem;
}
.wrap header .top .input-text::placeholder {
  color: #707070;
}
.wrap header .top .color-ff {
  color: #2e2e2e !important;
}
.wrap header .top .btn-search {
  padding: 0.035rem 0.075rem;
  color: #000;
  background: #FF9904;
  border: 1px solid #FF9904;
  border-radius: 0.05rem;
  font-weight: bold;
}
.wrap header .menu {
  font-size: 0;
  margin-top: 0.05rem;
}
.wrap header .menu .item {
  font-weight: bold;
  display: inline-block;
  font-size: 0.175rem;
  color: #fff;
  padding: 0.025rem 0;
  text-align: center;
  width: 14.2855555%;
}
.wrap header .menu .active {
  background: red;
  border-radius: 0.05rem;
}
.wrap header .menu .bgc {
  background-image: linear-gradient(#fffaaa, #fff000);
  color: #f53036;
  border-radius: 0.05rem;
}
.wrap section {
  flex: 1;
  overflow-y: scroll;
  /*兼容火狐*/
  scrollbar-width: none;
  /* 兼容IE10+ */
  -ms-overflow-style: none;
  background: #f2f3f5;
}
.wrap section .list-item {
  float: left;
  width: calc(50% - 0.02rem);
  /* height: 3.4rem; */
  vertical-align: top;
  /* background-color: #f8f8f8; */
}
.wrap section .list-item .img-wrap {
  height: 1.4rem;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
}
.wrap section .list-item .img-wrap .thumb {
  display: block;
  width: 100%;
  height: 100%;
  /* border-top-left-radius: 0.1rem; */
  /* border-top-right-radius: 0.1rem; */
  position: relative;
}
.wrap section .list-item .img-wrap .thumb .times {
  position: absolute;
  left: 0.02rem;
  top: 0.03rem;
  background: rgba(16, 1, 1, 0.34);
  color: #fff;
  padding: 0.01rem 0.06rem;
  border-radius: 0.2rem;
  font-size: 0.1rem;
  z-index: 1;
}
.wrap section .list-item .img-wrap .thumb img {
  height: 100%;
}
.wrap section .list-item .img-wrap .img-tips-left {
  background: rgba(16, 1, 1, 0.34);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.025rem 0.05rem;
  display: flex;
  justify-content: space-between;
}
.wrap section .list-item .img-wrap .img-tips-left span {
  font-size: 0.13rem;
  color: #fff;
}
.wrap section .list-item .video-title {
  background: var(--background);
  color: #f8f8f8;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: bold;
  height: 0.4rem;
  overflow: hidden;
  padding: 0px 0.05rem;
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
}
.wrap section .mt20 {
  margin-bottom: 0.04rem;
}
.wrap section .list-item:nth-child(1) .img-wrap {
  border-top-left-radius: 0;
}
.wrap section .list-item:nth-child(2) .img-wrap {
  border-top-right-radius: 0;
}
.wrap section .list-item:nth-of-type(even) {
  float: right;
}
.wrap section::-webkit-scrollbar {
  width: 0 !important;
}
.wrap .foot {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 0.45rem;
  font-size: 0.16rem;
  color: #FFF;
  background: var(--background);
  font-weight: bold;
}
.wrap .foot .btn {
  color: #da2b30;
  background-image: linear-gradient(#fffaaa, #fff000) !important;
  border-radius: 0.05rem;
  padding: 0.04rem 0.2rem;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.dialog {
  z-index: 1002;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%;
  min-height: 3rem;
  overflow: hidden;
  font-size: 0.16rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  border-radius: 10px;
  background: var(--background);
}
.dialog .video-img {
  display: flex;
  width: 100%;
  height: 1.7rem;
  background-color: #000;
}
.dialog .video .video-title {
  padding: 0.1rem 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.dialog .video .video-title span {
  font-size: 0.12rem;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 0.1rem;
}
.dialog .video .video-list {
  text-align: center;
  min-height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0.1rem;
}
.dialog .video .video-list .video-item {
  background: #ffeb3b;
  width: 80%;
  border-radius: 0.3rem;
  padding: 0.05rem 0;
  margin: 0 auto;
  margin-bottom: 0.05rem;
}
.dialog .video .video-list .video-item:last-child {
  margin-bottom: 0;
}
.dialog .video .tip {
  padding: 0.1rem;
}
.dialog .video .tip .tip-wrap {
  padding: 0.05rem 0.15rem;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.dialog .video .tip .tip-wrap .tip-title {
  font-size: 0.14rem;
  color: red;
  font-weight: bold;
}
.dialog .video .tip .tip-wrap .tip-item {
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog .video .tip .tip-wrap .tip-item .tip-item-title {
  user-select: text;
  padding: 0.05rem 0.3rem;
  border: 1px solid #bfc7d3;
  border-top-left-radius: 0.05rem;
  height: 0.3rem;
}
.dialog .video .tip .tip-wrap .tip-item .copy {
  background-color: #007efd;
  color: #fff;
  padding: 0.05rem 0.1rem;
  width: 0.5rem;
  height: 0.3rem;
  border-bottom-right-radius: 0.05rem;
}
.dialog .dialog-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dialog .dialog-footer .qrcode,
.dialog .dialog-footer .login,
.dialog .dialog-footer .tgm {
  padding: 0.1rem 0.05rem;
  background: #da2b30;
  color: #FFF;
  flex: 1;
}
.dialog .dialog-footer .qrcode {
  background: #005ab5;
}
.dialog .dialog-footer .tgm {
  background: #00853f;
}
.dialog .dialog-footer .close {
  padding: 0.1rem 0.05rem;
  background: #d5af1e;
  color: #ffffff;
  flex: 1;
}
.qrcode-dialog {
  z-index: 1002;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 2.7rem;
  overflow: hidden;
  font-size: 0.16rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  border-radius: 0;
}
.qrcode-dialog .item {
  background: var(--background);
}
.qrcode-dialog .item .title {
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #FFF;
  height: 0.6rem;
  line-height: 0.6rem;
}
.qrcode-dialog .item .line {
  width: 80%;
  margin: 0 auto;
  height: 1px;
  background-color: #ccc;
}
.qrcode-dialog .item .qrcode-img {
  width: 100%;
  padding: 0.2rem 0.3rem;
}
.qrcode-dialog .close {
  margin-top: 0.1rem;
  font-size: 0.35rem;
  color: #FFF;
  text-align: center;
}
.login-dialog {
  z-index: 1002;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 2.7rem;
  overflow: hidden;
  font-size: 0.16rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  border-radius: 0.07rem;
  background: #3d93eb;
}
.login-dialog .item {
  background: #FFF;
}
.login-dialog .item .title {
  text-align: center;
  font-size: 0.16rem;
  color: #FFF;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #ff8917;
}
.login-dialog .item .form-item {
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  border-top-left-radius: 0.07rem;
  border-top-right-radius: 0.07rem;
  padding: 0.1rem;
}
.login-dialog .item .form-item .form-label {
  height: 0.35rem;
  line-height: 0.35rem;
  color: orange;
  font-weight: bolder;
}
.login-dialog .item .form-item input {
  background: #fff;
  border: 1px solid #969799;
  height: 0.3rem;
  padding: 0 0.1rem;
  width: 1.5rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.02rem;
}
.login-dialog .item .login-dialog-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0.2rem;
  background: #FFF;
}
.login-dialog .item .login-dialog-footer .login-close {
  padding: 0.09rem;
  background: #ff8917;
  color: #FFF;
  width: 40%;
  text-align: center;
  border-radius: 0.05rem;
}
.login-dialog .item .login-dialog-footer .login-sum {
  background: #236ab1;
  padding: 0.09rem;
  color: #FFF;
  width: 40%;
  text-align: center;
  border-radius: 0.05rem;
}





.dialog2 {
  z-index: 1002;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%;
  min-height: 1.5rem;
  overflow: hidden;
  font-size: 0.16rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  border-radius: 10px;
  background: var(--background);
}
.dialog2 .video-img {
  display: flex;
  width: 100%;
  height: 1.7rem;
  background-color: #000;
}
.dialog2 .video .video-title {
  padding: 0.1rem 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.dialog2 .video .video-title span {
  font-size: 0.12rem;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 0.1rem;
}
.dialog2 .video .video-list {
  text-align: center;
  min-height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0.1rem;
}
.dialog2 .video .video-list .video-item {
  background: #ffeb3b;
  width: 80%;
  border-radius: 0.3rem;
  padding: 0.05rem 0;
  margin: 0 auto;
  margin-bottom: 0.05rem;
}
.dialog2 .video .video-list .video-item:last-child {
  margin-bottom: 0;
}
.dialog2 .video .tip {
  padding: 0.1rem;
}
.dialog2 .video .tip .tip-wrap {
  padding: 0.05rem 0.15rem;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.dialog2 .video .tip .tip-wrap .tip-title {
  font-size: 0.14rem;
  color: red;
  font-weight: bold;
}
.dialog2 .video .tip .tip-wrap .tip-item {
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog2 .video .tip .tip-wrap .tip-item .tip-item-title {
  user-select: text;
  padding: 0.05rem 0.3rem;
  border-top: 1px solid #bfc7d3;
  border-top-left-radius: 0.05rem;
  height: auto; /* 可选：如果需要根据内容自适应高度 */
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow-wrap: break-word;
}
.dialog2 .video .tip .tip-wrap .tip-item .copy {
  background-color: #007efd;
  color: #fff;
  padding: 0.05rem 0.1rem;
  width: 0.5rem;
  height: 0.3rem;
  border-bottom-right-radius: 0.05rem;
}
.dialog2 .dialog-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.dialog2 .dialog-footer .qrcode,
.dialog2 .dialog-footer .login,
.dialog2 .dialog-footer .tgm {
  padding: 0.1rem 0.05rem;
  background: #da2b30;
  color: #FFF;
  flex: 1;
}
.dialog2 .dialog-footer .qrcode {
  background: #005ab5;
}
.dialog2 .dialog-footer .tgm {
  background: #00853f;
}
.dialog2 .dialog-footer .close {
  padding: 0.1rem 0.05rem;
  background: #d5af1e;
  color: #ffffff;
  flex: 1;
}