@charset "UTF-8";
.logoBg {
  width: 100%;
  position: sticky !important;
  transform: none !important;
}
.logoBg.active {
  margin-top: -100px;
}
.center_main_header {
  width: 50%;
  text-align: left;
  padding-left: 15px;
  position: absolute;
  top: calc(43% - 100px);
  left: 50%;
  transform: translateX(-50%);
}
.center_main_header .logoTxt {
  height: 55px;
  margin: 8px 0;
  position: sticky !important;
  transform: none !important;
}
.center_main_header p {
  margin: 20px auto 10px;
  font-size: 23px;
  font-weight: 300;
  color: #000000;
  line-height: 38px;
}
.cardCenterDiv {
  width: 1462px;
  margin: 20px auto;
  position: relative;
}
.cardCenterDiv .logoBg {
  width: 100%;
  margin: 0;
}
.cardCenterDiv .playVideoBoxRight {
  width: 43%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn {
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn img {
  height: 70px;
  margin-bottom: 30px;
  position: sticky !important;
  transform: none !important;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn div {
  height: 50px;
  font-size: 22px;
  background-image: linear-gradient(to right, #0034c5, #2c44ee);
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  cursor: pointer;
  padding: 0 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.cardCenterDiv .playVideoBox {
  width: 57%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 46px;
  box-sizing: border-box;
}
.cardCenterDiv .playVideoBox div {
  background: rgba(255, 255, 255, 0.6);
  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.8;
  cursor: pointer;
}
.cardCenterDiv .playVideoBox div img:hover {
  opacity: 1;
}
::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: 50px;
  font-size: 0.32rem;
  background-image: linear-gradient(to right, #0034c5, #2c44ee);
  border-radius: 0.25rem;
  line-height: 50px;
  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);
}
}
@media screen and (max-width: 1500px) {
.center_main_header {
    top: calc(45% - 100px) !important;
}
.center_main_header .logoTxt {
    height: 38px !important;
    margin: 5px 0;
}
.center_main_header p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px !important;
}
.center_main_header .clickBtn {
    margin-top: 24px;
}
.cardCenterDiv {
    width: 80% !important;
}
.cardCenterDiv .playVideoBox {
    padding: 30px;
}
.cardCenterDiv .playVideoBoxRight img {
    height: 55px !important;
    margin-bottom: 20px !important;
}
.cardCenterDiv .playVideoBoxRight div {
    font-size: 18px !important;
    letter-spacing: 2px !important;
}
}
@media screen and (max-width: 1200px) {
.cardCenterDiv .playVideoBox {
    padding: 25px;
}
.cardCenterDiv .playVideoBoxRight img {
    height: 55px !important;
    margin-bottom: 20px !important;
}
.cardCenterDiv .playVideoBoxRight div {
    font-size: 18px !important;
    padding: 0 15px !important;
    letter-spacing: 2px !important;
}
.center_main_header .clickBtn {
    margin-top: 20px;
}
}
@media screen and (max-width: 1024px) {
.cardCenterDiv .playVideoBox {
    padding: 25px;
}
.center_main_header .clickBtn {
    margin-top: 8px;
}
}
@media screen and (max-width: 768px) {
.logoBg.active {
    margin-top: -0.5rem !important;
}
.center_main_header {
    top: calc(57% - 1.7rem) !important;
    padding-left: 3px !important;
}
.center_main_header .logoTxt {
    height: 20px !important;
    margin: 4px 0;
}
.center_main_header p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 5px !important;
}
.center_main_header .aiCardBox .clickBtn {
    justify-content: center !important;
    margin-top: 1rem;
}
.aiCardBox .logoText {
    height: 20px !important;
    margin: 0.5rem auto 0.1rem !important;
}
.aiCardBox .pText {
    font-size: 0.22rem !important;
    line-height: 0.3rem !important;
    margin-bottom: 0.25rem !important;
}
.cardCenterDiv {
    width: 92% !important;
}
.cardCenterDiv .playVideoBox {
    width: 100% !important;
    height: 55% !important;
    padding: 0.3rem !important;
    box-sizing: border-box !important;
}
.cardCenterDiv .playVideoBoxRight {
    width: 100% !important;
    height: 45% !important;
    position: absolute !important;
    left: 0 !important;
    top: 55% !important;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn {
    position: static !important;
    transform: none !important;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn img {
    height: 30px !important;
    margin-top: 0.3rem !important;
}
.cardCenterDiv .playVideoBoxRight .imgAndBtn .btnLong {
    width: 70% !important;
    margin: 0 auto;
    border-radius: 0.2rem !important;
    font-size: 0.32rem;
}
.programmeTxt {
    top: 68% !important;
    width: 100%;
}
.programmeTxt .h3 {
    margin-bottom: 0.2rem;
}
}
@media screen and (max-width: 414px) {
.logoBg.active {
    margin-top: -0.5rem !important;
}
.center_main_header {
    top: calc(57% - 1.7rem) !important;
    padding-left: 3px !important;
}
.center_main_header .logoTxt {
    height: 18px !important;
    margin: 2px 0;
}
.center_main_header p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 5px !important;
}
.center_main_header .aiCardBox .clickBtn {
    justify-content: center !important;
    margin-top: 1rem;
}
.aiCardBox .clickBtn {
    justify-content: center !important;
    margin-top: 1rem;
}
}
