@charset "UTF-8";
.logoBg {
  width: 100%;
  position: sticky !important;
  transform: none !important;
}
.logoBg.active {
  margin-top: -100px;
}
.center_main_header {
  width: 100%;
  text-align: left;
  padding: 0 6%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.center_main_header .logoTxt {
  height: 32px;
  margin: 8px 0;
  position: sticky !important;
  transform: none !important;
}
.center_main_header p {
  margin: 20px auto 10px;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}
.logoText {
  height: 32px;
}
.cardCenterDiv {
  width: 100%;
  margin: 20px auto;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}
.cardCenterDiv .logoBg {
  width: 100%;
  margin: 0;
}
.cardCenterDiv .playVideoBoxRight {
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 55%;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn {
  position: static;
  top: 50%;
  left: calc(50% - 40px);
  text-align: center;
  transform: none;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn img {
  height: 30px !important;
  position: sticky !important;
  transform: none !important;
  display: block;
  margin: 10px auto;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn div {
  height: 42px;
  font-size: 18px;
  display: inline-block;
  background-image: linear-gradient(to right, #0034c5, #2c44ee);
  border-radius: 25px;
  line-height: 42px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  padding: 0 30px;
  margin-top: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.cardCenterDiv .playVideoBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px;
  box-sizing: border-box;
}
.cardCenterDiv .playVideoBox div {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 23px;
  width: 100%;
  height: 100%;
  position: relative;
}
.cardCenterDiv .playVideoBox div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  cursor: pointer;
}
.cardCenterDiv .playVideoBox div img:hover {
  opacity: 1;
}
.twoTxtDivFlex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.twoTxtDivFlex div {
  width: calc(50% - 20px);
  margin: 10px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.twoTxtDivFlex div img {
  width: 100%;
}
.twoTxtDivFlex div span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 10px;
  transform: translate(-50%, -50%);
}
.twoTxtDivFlex div:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.twoTxtDivFlex div:hover span {
  font-weight: bold;
}
::v-deep .el-dialog__body {
  padding: 8px !important;
}
.xianshihuodong {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.1rem;
}
.xianshihuodong .imgAndBtn {
  text-align: center;
  margin-top: 0.5rem;
}
.xianshihuodong .imgAndBtn img {
  height: 30px;
  position: sticky !important;
  transform: none !important;
  margin-right: 10px;
  font-size: 0.3rem;
}
.xianshihuodong .imgAndBtn div.btnLong {
  width: 3rem;
  height: 42px;
  font-size: 0.32rem;
  background-image: linear-gradient(to right, #0034c5, #2c44ee);
  border-radius: 0.25rem;
  line-height: 42px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 0.5rem;
  cursor: pointer;
  padding: 0 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.adminCssDiv {
  animation: adminCss 1.2s infinite;
}
@keyframes adminCss {
  /* 动画关键帧 */
0% {
    /* 样式 */
    transform: scale(1.05);
}
50% {
    /* 样式 */
    transform: scale(1.1);
}
  /* 。。。 */
100% {
    /* 样式 */
    transform: scale(1);
}
}
