@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-MediumItalic-13.ttf");
  font-weight: normal;
  font-style: normal;
}

img {
  -webkit-user-drag: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}
html {
  width: 100%;
  overflow-x: hidden !important;
}
body {
  width: 100%;
  overflow-x: hidden !important;
  font-family: Microsoft Yahei, 微软雅黑, PingFang SC, PingFang;
  color: #1b2543;
  background-color: #f7f8fa;
  background: url(./../image/img/index-bg.png) no-repeat;
  background-size: 100%;
}

/* 1920 */
.index-main-center {
  width: 83.35%;
  margin: 0 auto;
}
.wap {
  display: none !important;
}
.index-banner-box {
  width: 100%;
  position: relative;
}
.index-banner-img {
  width: 100%;
}
.index-banner-box .index-banner-logo {
  position: absolute;
  left: 80px;
  top: 60px;
}
.index-banner-box .index-banner-logo img {
  width: 328px;
}

.index-banner-btns {
  position: absolute;
  bottom: 26%;
  left: calc(50% - 120px);
  text-align: center;
  width: 240px;
  height: 70px;
  /* background: rgba(255, 255, 255, 0.6); */
  background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
  border-radius: 8px;
  /* border: 1px solid #ffffff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner-btns img {
  width: 26px;
  height: 26px;
}
.index-banner-btns p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-style: normal;
  padding-left: 10px;
}
.btn-hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.btn-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0px 2px 14px 0px rgba(0, 23, 111, 0.4);
}
.live-main-box {
  /* width: 100%; */
  margin-top: -13.2% !important;
  position: relative;
  z-index: 2;
}
.index-live-box {
  width: 100%;
  min-height: 100px;
  display: flex;
}
.live-video-box {
  flex: 3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.live-cont-list {
  flex: 1;
  padding-left: 30px;
  position: relative;
}
.live-video-box video {
  display: none;
  width: 100%;
}
.live-video-imgs {
  position: relative;
  width: 100%;
}
.invite-video-img {
  width: 100%;
}
.live-video-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 80px;
  left: 80px;
  cursor: pointer;
}
.live-cont-box {
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  background: #ffffff;
  box-shadow: 16px 20px 40px 0px rgba(170, 177, 200, 0.14);
  border-radius: 20px;
  border: 2px solid
    linear-gradient(194deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.85));
  opacity: 0.99;
  backdrop-filter: blur(49px);
  border-radius: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.live-cont-title {
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 6px 14px 0px rgba(213, 216, 228, 0.24);
  display: flex;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.live-cont-title-left {
  /* background: url(./../image/img/btn_sel.png) no-repeat center; */
  /* background-size: 100% 100%; */
  position: relative;
  width: 50%;
  height: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  /* padding-right: 10%; */
}
.live-cont-left img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 7;
}
.live-cont-title-left p {
  z-index: 9;
  /* margin-left: -10.8%; */
}
.live-cont-title-right {
  position: relative;
  width: 50%;
  font-weight: 500;
  font-size: 24px;
  color: #1b2543;
  line-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.live-cont-right {
  display: none;
}
.live-cont-right img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 7;
}
/* .live-cont-left img .live-cont-right img{
    position: absolute;
    top: 0;
    height: 100%;
} */
.live-cont-title-right p {
  /* margin-left: -21.8%; */
  z-index: 9;
}
.live-info-box {
  height: calc(100% - 80px);
  overflow: hidden;
}
.live-info-list {
  padding: 50px 0 0 30px;
  width: 100%;
  height: calc(100% - 40px);
}
.live-info-item {
  position: relative;
}
.live-info-item:after {
  content: "";
  height: calc(100% - 10px);
  border: 1px dashed #dfe4ee;
  position: absolute;
  top: 14px;
  left: 3px;
  z-index: 7;
}
.live-info-title {
  display: flex;
  align-items: center;
}
.live-info-title span {
  position: relative;
  z-index: 9;
  width: 7px;
  height: 7px;
  margin-top: 2px;
  margin-right: 20px;
  background: #3368dd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.live-info-top {
  font-weight: 500;
  font-size: 16px;
  color: #3368dd;
  line-height: 22px;
}
.live-info-text {
  padding: 10px 0 10px 27px;
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
  font-weight: 500;
  font-size: 20px;
  color: #1d2541;
  line-height: 28px;
  font-style: normal;
}
.live-info-text:hover {
  background: linear-gradient(45deg, #1782ff 0%, #4651ff 52%, #8a07ff 100%);
  -webkit-background-clip: text; /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent; /* 文字填充颜色变透明 */
}
.live-info-subtitle {
  padding-left: 27px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #7d8292;
  line-height: 22px;
  font-style: normal;
}
.index-multicolour {
  background: linear-gradient(45deg, #1782ff 0%, #4651ff 52%, #8a07ff 100%);
  -webkit-background-clip: text; /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent; /* 文字填充颜色变透明 */
}
#liveListPm {
  display: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* background-image: linear-gradient(#ff2f5f 0%, #ffb435 100%); */
  background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.index-title-box {
  padding-top: 100px;
  padding-bottom: 40px;
}
.index-title-ch {
  text-align: center;
  font-weight: 600;
  font-size: 54px;
  font-family: Microsoft Yahei, 微软雅黑, PingFang SC;
  color: #1d2541;
  line-height: 75px;
  text-stroke: 1px #1d2541;
}
.index-title-en {
  text-align: center;
  font-family: Roboto;
  font-weight: normal;
  font-size: 36px;
  color: #d0d6ec;
  line-height: 49px;
  font-style: oblique;
  text-transform: uppercase;
}
.introduce-text-box {
  margin: 0 auto;
  width: 80%;
}
.introduce-text-box p {
  font-weight: 400;
  font-size: 22px;
  color: #1b2543;
  line-height: 36px;
  padding-bottom: 16px;
}
.introduce-info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  width: 100%;
}
.introduce-info-item {
  width: calc((100% - 90px) / 3);
  background: url(./../image/img/card_nor.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 12px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
}
.introduce-info-item:hover {
  background: url(./../image/img/card_sel.png) no-repeat center;
  background-size: 100% 100%;
}
.introduce-info-main {
  padding: 50px;
}
.introduce-info-icon,
.introduce-info-icon-hover {
  width: 95px;
  height: 90px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.introduce-info-item .introduce-info-icon-hover {
  display: none;
}
.introduce-info-item:hover .introduce-info-icon-hover {
  display: block;
}
.introduce-info-item:hover .introduce-info-icon {
  display: none;
}
.introduce-info-title {
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
  font-weight: 600;
  font-size: 44px;
  color: #1d2541;
  line-height: 62px;
  margin-top: 32px;
  background: linear-gradient(
    45deg,
    #3896ff 0%,
    #3548e0 52%,
    #4150e0 100%,
    #4151e0 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.introduce-info-item:hover .introduce-info-title {
  background: linear-gradient(45deg, #fff 0%, #fff 52%, #fff 100%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.introduce-info-text {
  padding-top: 12px;
  font-weight: 400;
  font-size: 22px;
  color: #7d8292;
  line-height: 34px;
}
.introduce-info-item:hover .introduce-info-text {
  color: #fff;
}
.introduce-info-btn,
.introduce-info-btn-hover {
  width: 70px;
  height: 70px;
  margin-top: 26px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.introduce-info-item .introduce-info-btn-hover {
  display: none;
}
.introduce-info-item:hover .introduce-info-btn-hover {
  display: block;
}
.introduce-info-item:hover .introduce-info-btn {
  display: none;
}
.advantage-video-box {
  display: none;
  position: fixed;
  left: 20%;
  top: 20%;
  width: 60%;
  z-index: 999;
}
.advantage-video-player {
  position: relative;
}
.advantage-video-close {
  width: 32px;
  height: 32px;
  background: url(./../image/icon/video_close.png) no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(45deg); */
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.guests-main-box {
  display: flex;
  justify-content: space-between;
}
.guests-main-box:nth-child(2n) {
  /* justify-content: space-between; */
}

.guests-item-box {
  width: calc((100% - 60px) / 4);
  position: relative;
  margin-top: 70px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.guests-main-box:nth-child(2n + 1) .guests-item-box {
  /* margin-left: 20px;
  margin-right: 20px; */
}
.guests-item-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 36px;
}
.guests-item-bg {
  width: 100%;
}
.guests-item-bg-hover {
  width: 100%;
  display: none;
}
.guests-item-box:hover .guests-item-bg {
  display: none;
}
.guests-item-box:hover .guests-item-bg-hover {
  display: block;
}
.guests-item-name {
  padding-top: 10%;
  font-weight: bold;
  font-size: 28px;
  color: #1d2541;
  line-height: 38px;
}
.guests-item-box:hover .guests-item-name {
  color: #ffffff;
}
.guests-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #7d8292;
  line-height: 24px;
  width: calc(60% - 25px);
  padding-top: 10px;
}
.guests-item-box:hover .guests-item-text {
  color: #ffffff;
  opacity: 0.7;
}
.guests-item-photo {
  position: absolute;
  right: 16px;
  bottom: 0;
  height: 80%;
}
.agenda-main-box {
  margin-top: 40px;
}
.agenda-main-am {
  background: url(./../image/img/card_yixing_sel1.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: flex;
}
.agenda-main-pm {
  background: url(./../image/img/card_yixing_sel2.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: none;
}
.agenda-main-left {
  width: 14.5%;
  margin-top: 2px;
  position: relative;
  z-index: 7;
  overflow: hidden;
}
.agenda-main-right {
  width: 90%;
  position: relative;
  z-index: 9;
  /* height: 1094px; */
}
.agenda-main-am .agenda-main-btn {
  cursor: pointer;
}
.agenda-main-am .agenda-left-name {
  margin-top: 15%;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #1d2541;
  line-height: 42px;
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
}
.agenda-main-am .agenda-left-time {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #1d2541;
  line-height: 28px;
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
}
.agenda-main-am .agenda-main-to {
  position: absolute;
  width: calc(100%);
  left: 0;
  top: 13%;
  padding: 5% 0 10%;
  /* background: #fff; */
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
}
.agenda-main-am .agenda-to-name {
  margin-top: 23%;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #7d8292;
  line-height: 42px;
}
.agenda-main-am .agenda-to-time {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #7d8292;
  line-height: 28px;
}
.agenda-main-pm .agenda-main-btn {
  padding: 15% 0 15%;
  background: #fff;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
}
.agenda-main-pm .agenda-left-name {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #7d8292;
  line-height: 42px;
}
.agenda-main-pm .agenda-left-time {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #7d8292;
  line-height: 28px;
}
.agenda-main-pm .agenda-main-to {
  position: absolute;
  width: calc(100%);
  left: 0;
  /*top: 13.5%;*/
  padding: 5% 0 10%;
  cursor: pointer;
}
.agenda-main-pm .agenda-to-name {
  margin-top: 14%;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #1d2541;
  line-height: 42px;
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
}
.agenda-main-pm .agenda-to-time {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #1d2541;
  line-height: 28px;
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
}
.agenda-right-list {
  padding-left: 60px;
  padding-right: 60px;
}
.agenda-list-title {
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
  font-weight: 600;
  font-size: 30px;
  color: #1d2541;
  line-height: 42px;
  padding: 24px 0;
}
.agenda-list-item {
  width: 100%;
  min-height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 0;
}
/* .agenda-list-item::before {
  content: "";
  position: absolute;
  left: 14.8%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #B8C2FD;
  z-index: 1;
} */
.agenda-list-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(135deg, #c6ccf1 0%, #edeef0 100%);
}
.agenda-list-date {
  width: 65%;
  display: flex;
  align-items: center;
  position: relative;
}
.agenda-list-date-roide {
  background: url(./../image/icon/icon_agenda_point.png) no-repeat center;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 26%;
}
.agenda-list-mark {
  font-size: 26px;
  font-weight: 600;
  color: #1d2541;
  padding-left: 100px;
}
.agenda-list-name {
  display: none !important;
  width: 35%;
  font-weight: 600;
  font-size: 20px;
  color: #1d2541;
  padding-right: 3%;
}
.agenda-list-cont {
  width: 35%;
}
.agenda-list-time {
  font-size: 26px;
  font-weight: bolder;
  color: #1d2541;
  line-height: 27px;
  padding-right: 50px;
}
.agenda-cont-box {
  padding: 7px 0;
  display: flex;
  align-items: center;
}
.agenda-cont-left {
  min-width: 50px;
  min-height: 50px;
}
.agenda-cont-left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.agenda-cont-right {
  margin-left: 14px;
}
.agenda-cont-name {
  font-size: 18px;
  color: #1b2543;
  line-height: 25px;
  font-weight: bold;
}
.agenda-cont-text {
  font-weight: 400;
  font-size: 18px;
  color: #7b8296;
  line-height: 28px;
}
.agenda-btns {
  width: 180px;
  height: 54px;
  background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-btns img {
  width: 20px;
  height: 20px;
}
.agenda-btns p {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  padding-left: 10px;
}
.right-sidebar-box {
  position: fixed;
  right: 20px;
  top: 30%;
  opacity: 0;
  transition: all ease 0.5s;
}
.right-sidebar-btn {
  width: 60px;
  background: linear-gradient(180deg, #edeff6 0%, #ffffff 100%);
  box-shadow: 0px 2px 14px 0px rgba(0, 23, 111, 0.1);
  border-radius: 30px;
  border: 2px solid #ffffff;
  backdrop-filter: blur(4px);
  margin-bottom: 20px;
}
.right-sidebar-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 500;
  font-size: 16px;
  color: #3368dd;
  line-height: 18px;
  padding: 10px 0 20px;
  margin: 0 auto;
  letter-spacing: 0.3em;
  background: linear-gradient(
    44.99999999999994deg,
    #388cff 1%,
    #4a75f5 41%,
    #7043ff 100%
  );
  -webkit-background-clip: text; /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent; /* 文字填充颜色变透明 */
}
.right-sidebar-btn img {
  width: 20px;
  height: 20px;
  margin: 20px auto 0;
}
.right-sidebar-totop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
  border-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1),
      rgba(238, 228, 255, 1)
    )
    2 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.right-sidebar-totop img {
  width: 19px;
  height: 17px;
}
.agenda-ad-box {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.agenda-ad-bg {
  width: 100%;
}
.agenda-ad-main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agenda-ad-left {
  width: 60%;
}
.agenda-ad-title {
  font-family: Microsoft Yahei, 微软雅黑, PingFang-zhongcu;
  font-weight: 500;
  font-size: 34px;
  color: #ffffff;
  line-height: 48px;
}
.agenda-ad-qr {
  width: 140px;
  height: 140px;
  background: linear-gradient(180deg, #e8d7ff 0%, #ffffff 100%);
  box-shadow: 0px 2px 30px 0px rgba(0, 23, 111, 0.1);
  border-radius: 8px;
  border: 2px solid #ffffff;
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.agenda-ad-qr img {
  width: 136px;
  height: 136px;
}
.footer-box .agenda-ad-qr {
  background: linear-gradient(180deg, #edeff6 0%, #ffffff 100%);
  box-shadow: 0px 2px 30px 0px rgba(0, 23, 111, 0.1);
}
.agenda-ad-text {
  margin-top: 14px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 34px;
  opacity: 0.6;
}
.about-main-box {
  display: flex;
  width: 100%;
  /* margin-top: 40px; */
}
.about-left-box img {
  margin-top: 25px;
  width: 515px;
}
.about-left-box {
  width: 45%;
}
.about-right-box {
  width: 55%;
}
.about-text-box {
  font-weight: 400;
  font-size: 22px;
  color: #1d2541;
  line-height: 36px;
  margin-bottom: 16px;
}
.about-text-btn {
  width: 240px;
  height: 70px;
  background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
  border-radius: 8px;
  margin-top: 40px;
}
.about-text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-text-btn img {
  width: 26px;
  height: 26px;
}
.about-text-btn p {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin-left: 10px;
}
.partner-item-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner-cont-item {
  /*一行7个元素留6个空*/
  width: calc((100% - (20px * 6)) / 7);
  margin-right: 20px;
  margin-top: 20px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.partner-cont-item:hover {
  box-shadow: 0px 3px 14px 0px rgba(0, 23, 111, 0.1);
}
.partner-cont-item img {
  width: 100%;
}
.partner-cont-item:nth-child(7n) {
  margin-right: 0;
}
.partner-cont-item:last-child {
  margin-right: 0;
}
.footer-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-qr-text {
  font-weight: 400;
  font-size: 16px;
  color: #1d2541;
  line-height: 22px;
  letter-spacing: 5px;
  padding-top: 10px;
}
.footer-logo img {
  margin-top: 40px;
  width: 215px;
}
.footer-copyright {
  margin: 40px 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #7d8292;
  line-height: 22px;
}
.puiblish-main-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(./../image/img/bg_card.png) no-repeat;
  background-size: 100% 100%;
  padding: 80px 7.6% 80px 6.4%;
}
.puiblish-main-left {
  width: 58%;
}
.puiblish-main-right {
  width: 35%;
}
.puiblish-main-right img {
  width: 100%;
}
.puiblish-title {
  font-weight: 500;
  font-size: 38px;
  color: #3368dd;
  line-height: 53px;
  background: linear-gradient(45deg, #1782ff 0%, #4651ff 52%, #8a07ff 100%);
  -webkit-background-clip: text; /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent; /* 文字填充颜色变透明 */
}
.puiblish-text {
  font-weight: 400;
  font-size: 22px;
  color: #1d2541;
  line-height: 36px;
  margin-top: 14px;
}
.puiblish-count-box {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
}
.puiblish-qrcode {
  width: 120px;
  height: 120px;
}
.puiblish-count-right {
  margin-left: 30px;
  position: relative;
}
.puiblish-count-text {
  font-weight: 400;
  font-size: 16px;
  color: #7d8292;
  line-height: 22px;
  margin-left: 30px;
}
.puiblish-count-right:after {
  content: "";
  width: 18px;
  height: 12px;
  background: url(./../image/icon/icon_zhiyin.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
.puiblish-count-btns {
  width: 180px;
  height: 54px;
  background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
  border-radius: 8px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.puiblish-count-btns img {
  width: 22px;
  height: 22px;
}
.puiblish-count-btns p {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  padding-left: 10px;
}
.golded-main-box {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.golded-item-box {
  position: relative;
  cursor: pointer;
}
.golded-item-people {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43%
}
.golded-item-main {
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 49%;
}
.golded-item-text {
  font-weight: 600;
  font-size: 28px;
  color: #1d2541;
  line-height: 48px;
  position: absolute;
  right: 40px;
  top: 15%;
  width: 52%;
}
.golded-item-cont {
  margin-top: 53px;
}
.golded-item-cont h5 {
  font-weight: 500;
  font-size: 28px;
  color: #1d2541;
  line-height: 40px;
  position: relative;
}
.golded-item-cont h5::after {
  content: "";
  width: 24px;
  height: 2px;
  background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
  position: absolute;
  top: 45px;
  left: 0;
}
.golded-item-cont p {
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #7d8292;
  line-height: 25px;
}
.golded-item-play {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.golded-item-bg {
  width: 100%;
}
.golded-item-bg-hover {
  width: 100%;
  display: none;
}
.golded-item-play-sel {
  display: none;
}
.golded-item-box:hover .golded-item-bg,
.golded-item-box:hover .golded-item-play-nor {
  display: none;
}
.golded-item-box:hover .golded-item-bg-hover,
.golded-item-box:hover .golded-item-play-sel {
  display: block;
}
.golded-item-box:hover .golded-item-text {
  background: linear-gradient(45deg, #1782ff 0%, #4651ff 52%, #8a07ff 100%);
  -webkit-background-clip: text; /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent; /* 文字填充颜色变透明 */
}
.swiperByGolded {
  overflow: hidden;
}
.golded-nav-prev {
  position: absolute;
  left: -30px;
  top: calc(50% - 14px);
  width: 17px;
  height: 28px;
}
.golded-nav-next {
  position: absolute;
  right: -30px;
  top: calc(50% - 14px);
  width: 17px;
  height: 28px;
}
.golded-nav-prev .nor,
.golded-nav-next .nor {
  width: 100%;
  opacity: 1;
  transition: all ease 0.4s;
}
.golded-nav-prev .sel,
.golded-nav-next .sel {
  width: 100%;
  display: none;
  opacity: 0;
  transition: all ease 0.4s;
}
.golded-nav-prev:hover .nor,
.golded-nav-next:hover .nor {
  width: 100%;
  display: none;
  opacity: 0;

  transition: all ease 0.4s;
}
.golded-nav-prev:hover .sel,
.golded-nav-next:hover .sel {
  width: 100%;
  display: flex;
  opacity: 1;
  transition: all ease 0.4s;
}
.swiper-pagination {
  bottom: -20px !important;
  left: 0;
  width: 100%;
}
.practice-main-box .swiper-pagination {
  bottom: 0 !important;
  left: 0;
  width: 100%;
}
.report-main-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.report-main-left {
  width: 37.8%;
}
.report-main-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 20px 0;
  width: calc(62.2% - 30px);
  background: url(./../image/img/card_new.png) no-repeat;
  background-color: #fff;
  background-size: 100%;
  background-position-y: bottom;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.report-left-item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.report-left-item:nth-child(2n) {
  margin-top: 30px;
}
.report-left-item img {
  width: 100%;
}
.report-left-item::after {
  content: "";
  width: 164px;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 40px;
  /*background: url(./../image/img/long_jindieyun.png) no-repeat;*/
  background-size: 100% 100%;
}
.report-left-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.report-left-cont p {
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  padding: 0 40px 20px;
}
.report-right-item {
  margin: 0 40px 0 60px;
  width: calc(100% - 100px);
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.report-right-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(135deg, #c6ccf1 0%, #edeef0 100%);
}
.report-right-item h5 {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  color: #1d2541;
  line-height: 28px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.report-right-item p {
  width: 30%;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  color: #7d8292;
  line-height: 25px;
}
.report-right-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: -15px;
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.report-right-item:hover h5 {
  color: #3368dd;
}
.report-right-item:hover::after {
  background: #3368dd;
}
.practice-main-box {
  position: relative;
  padding: 90px 10px 20px;
  transition: all ease 0.3s;
  overflow: hidden;
  margin-top: -90px;
}
.practice-item-box {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.practice-item-img {
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.practice-item-box:hover {
  transform: scale(1.02);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.practice-item-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 237px;
  height: 40px;
}
.practice-item-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(26, 91, 236, 0) 0%, #1a5bec 100%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.practice-item-cont h5 {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
}
.practice-item-cont p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  opacity: 0.8;
  padding: 0 30px 30px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.practice-item-box:hover .practice-item-cont p {
  padding: 0 40px 140px;
}
.practice-item-cont::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 30px);
  background: url(./../image/icon/btn_play.png) no-repeat;
  background-size: 100% 100%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  opacity: 0;
}
.practice-item-box:hover .practice-item-cont {
  height: 100%;
}
.practice-item-box:hover .practice-item-cont::after {
  opacity: 1;
}
.practice-nav-box {
  position: absolute;
  top: 0px;
  right: 10px;
  display: flex;
}
.practice-nav-box img {
  width: 50px;
  height: 50px;
}
.practice-nav-prev {
  cursor: pointer;
}
.practice-nav-prev .sel,
.practice-nav-next .sel {
  display: none;
  opacity: 0;
  transition: all ease 0.4s;
}
.practice-nav-prev .nor,
.practice-nav-next .nor {
  opacity: 1;
  transition: all ease 0.4s;
}
.practice-nav-prev:hover .sel,
.practice-nav-next:hover .sel {
  display: block;
  opacity: 1;
}
.practice-nav-prev:hover .nor,
.practice-nav-next:hover .nor {
  display: none;
  opacity: 0;
}
.practice-nav-next {
  margin-left: 20px;
  cursor: pointer;
}
.practice-book-box {
  width: calc(100% - 20px);
  margin: 40px 10px 0;
  position: relative;
}
.practice-book-bg {
  width: 100%;
}
.practice-book-book {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.practice-book-cont {
  position: absolute;
  top: 0;
  left: 5.21%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.practice-book-cont h5 {
  font-size: 34px;
  color: #ffffff;
  line-height: 48px;
}
.practice-book-cont p {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 34px;
  opacity: 0.6;
}
.practice-book-btns {
  margin-top: 20px;
  width: 180px;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.practice-book-btns p {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  opacity: 1;
  margin-left: 9px;
}
.practice-book-btns img {
  width: 20px;
  height: 20px;
}
.instant-item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.instant-item-left {
  width: calc(50% - 10px);
}
.instant-item-right {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.instant-item-left img,
.instant-item-right img {
  width: 100%;
  margin-bottom: 20px;
}
.swiperByInstant {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.swiperByInstant .swiper-pagination {
  bottom: 0 !important;
  left: 0;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
}
.swiper-container-horizontal
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px !important;
}
@media screen and (min-width: 1000px) and (max-width: 1699px) {
  .index-main-center {
    width: 1280px;
    margin: 0 auto;
  }
  .agenda-main-am .agenda-to-name {
    margin-top: 10%;
  }
  .agenda-list-date-roide {
    left: 30%;
  }
  .golded-item-text {
    font-weight: 600;
    font-size: 24px;
    color: #1d2541;
    line-height: 32px;
    position: absolute;
    right: 40px;
    top: 15%;
    width: 52%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1449px) {
  .main {
    width: 90%;
  }
  .index-main-center {
    /* width: 100%; */
    width: calc(100% - 240px);
    margin: 0 120px;
  }
  .live-main-box {
    /* width: 100%; */
  }
  .live-cont-title {
    height: 60px;
  }
  .live-info-box {
    height: calc(100% - 60px);
    overflow: hidden;
  }
  .index-banner-btns {
    bottom: 28%;
  }
  .live-info-top {
    font-size: 14px;
    line-height: 22px;
  }
  .live-info-text {
    padding: 6px 0 6px 27px;
    font-size: 16px;
    line-height: 24px;
  }
  .live-info-subtitle {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 22px;
  }
  .live-info-list {
    padding: 30px 0 0 30px;
  }
  .live-video-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
  }
  .index-title-box {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .introduce-text-box {
    margin-top: 20px;
  }
  .introduce-text-box p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 12px;
  }
  .introduce-info-box {
    margin-top: 25px;
  }
  .index-title-ch {
    font-size: 46px;
    line-height: 68px;
  }
  .index-title-en {
    font-size: 32px;
    line-height: 43px;
  }
  .introduce-info-item {
    width: calc((100% - 80px) / 3);
  }
  .introduce-info-main {
    padding: 50px 30px;
  }
  .introduce-info-icon,
  .introduce-info-icon-hover {
    width: 75px;
    height: 70px;
  }
  .introduce-info-title {
    font-size: 38px;
    line-height: 46px;
    margin-top: 24px;
  }
  .introduce-info-text {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  .introduce-info-btn,
  .introduce-info-btn-hover {
    width: 60px;
    height: 60px;
    margin-top: 30px;
  }
  .index-banner-btns {
    left: calc(50% - 100px);
    width: 200px;
    height: 60px;
  }
  .live-cont-title-left,
  .live-cont-title-right {
    font-size: 18px;
    line-height: 24px;
  }
  .guests-item-main {
    padding-left: 20px;
  }
  .guests-item-name {
    /* padding-top: 15%; */
    font-size: 24px;
    color: #1d2541;
    line-height: 32px;
  }
  .guests-item-text {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
  }
  .guests-item-photo {
    position: absolute;
    right: 15px;
    bottom: 0;
    /* height: 110%; */
  }
  .agenda-right-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .agenda-list-title {
    font-size: 24px;
    line-height: 32px;
    padding: 18px 0;
  }
  .agenda-cont-name {
    font-size: 16px;
    line-height: 22px;
  }
  .agenda-cont-text {
    font-size: 14px;
    line-height: 22px;
  }
  .agenda-list-item {
    padding: 6px 0;
    min-height: 60px;
  }
  .agenda-cont-box {
    padding: 3px 0;
  }
  .agenda-list-mark {
    font-size: 20px;
  }
  .agenda-list-name {
    font-size: 16px;
  }
  .agenda-list-time {
    font-size: 20px;
    line-height: 24px;
    padding-left: 10px;
  }
  .agenda-btns {
    width: 150px;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .agenda-btns img {
    width: 16px;
    height: 16px;
  }
  .agenda-btns p {
    font-size: 16px;
    line-height: 24px;
  }
  .agenda-main-am .agenda-left-name {
    margin-top: 16%;
    font-size: 24px;
    line-height: 28px;
  }
  .agenda-main-am .agenda-left-time {
    font-size: 16px;
    line-height: 24px;
  }
  .agenda-main-am .agenda-to-name {
    margin-top: 20%;
    font-size: 24px;
    line-height: 32px;
  }
  .agenda-main-am .agenda-to-time {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .agenda-main-am .agenda-main-to {
    margin-top: 0%;
    padding: 10% 0 7%;
  }
  .agenda-main-pm .agenda-main-btn {
    padding: 15% 0 10%;
    /* background: #fff; */
  }
  .agenda-main-pm .agenda-left-name {
    font-size: 24px;
    line-height: 28px;
  }
  .agenda-main-pm .agenda-left-time {
    font-size: 16px;
    line-height: 24px;
  }
  .agenda-main-pm .agenda-to-name {
    margin-top: 10%;
    font-size: 24px;
    line-height: 28px;
  }
  .agenda-main-pm .agenda-to-time {
    font-size: 16px;
    line-height: 24px;
  }
  .agenda-main-pm .agenda-main-to {
    padding: 7% 0 10%;
  }
  .agenda-ad-main {
    padding: 0 60px 0;
  }
  .agenda-ad-title {
    font-size: 28px;
    line-height: 36px;
  }
  .agenda-ad-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .agenda-ad-qr {
    width: 110px;
    height: 110px;
  }
  .agenda-ad-qr img {
    width: 90px;
    height: 90px;
  }
  .about-left-box img {
    margin-top: 25px;
    width: 400px;
  }
  .about-text-box {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .about-text-btn {
    width: 180px;
    height: 60px;
    margin-top: 30px;
  }
  .about-text-btn img {
    width: 22px;
    height: 22px;
  }
  .about-text-btn p {
    font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
  }
  .partner-cont-item {
    margin-right: 15px;
    margin-top: 15px;
  }
  .footer-qr-text {
    font-size: 12px;
    letter-spacing: 3px;
    padding-top: 5px;
  }
  .footer-logo img {
    margin-top: 20px;
    width: 185px;
  }
  .footer-copyright {
    margin: 30px 0 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .agenda-list-date {
    /* width: 42%; */
    width: 50%;
  }
  .agenda-list-date-roide {
    left: 37%;
  }
  .puiblish-main-box {
    padding: 40px 35px 40px 35px;
  }
  .puiblish-title {
    font-size: 22px;
    line-height: 32px;
  }
  .puiblish-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .puiblish-count-box {
    margin-top: 18px;
  }
  .puiblish-count-right {
    margin-left: 20px;
  }
  .puiblish-count-btns {
    width: 160px;
    height: 50px;
  }
  .puiblish-count-btns p {
    font-size: 16px;
    line-height: 24px;
  }
  .puiblish-count-btns img {
    width: 16px;
    height: 16px;
  }
  .puiblish-count-text {
    font-size: 14px;
    line-height: 22px;
    margin-left: 25px;
  }
  .golded-item-play {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
  .golded-item-cont {
    margin-top: 32px;
  }
  .golded-item-cont p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .golded-item-cont h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .golded-item-cont h5::after {
    content: "";
    width: 24px;
    height: 2px;
    background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
    position: absolute;
    top: 32px;
    left: 0;
  }
  .golded-item-main {
    right: 20px;
    width: 50%;
  }
  .golded-item-text {
    font-weight: 600;
    font-size: 22px;
    color: #1d2541;
    line-height: 30px;
    right: 20px;
    width: 50%;
  }

  .report-left-item::after {
    top: 20px;
    left: 30px;
  }
  .report-right-item {
    height: 75px;
  }
  .report-right-item h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .report-right-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .report-left-cont p {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 30px 20px;
  }
  .practice-item-cont p {
    font-size: 12px;
    line-height: 20px;
    opacity: 0.8;
    padding: 0 20px 20px;
  }
  .practice-item-box:hover .practice-item-cont p {
    padding: 0 20px 90px;
  }
  .practice-item-cont::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: calc(50% - 25px);
  }
  .practice-item-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 177.75px;
    height: 30px;
  }
  .practice-item-cont h5 {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
  }
  .practice-book-cont h5 {
    font-size: 28px;
    line-height: 48px;
  }
  .practice-book-cont p {
    font-size: 18px;
    line-height: 26px;
  }
  .practice-book-btns {
    margin-top: 15px;
    width: 160px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .golded-nav-prev {
    left: -20px;
  }
  .golded-nav-next {
    right: -20px;
  }
  .right-sidebar-btn {
    width: 50px;
    background: linear-gradient(180deg, #edeff6 0%, #ffffff 100%);
    box-shadow: 0px 2px 14px 0px rgba(0, 23, 111, 0.1);
    border-radius: 30px;
    border: 2px solid #ffffff;
    backdrop-filter: blur(4px);
    margin-bottom: 15px;
  }
  .right-sidebar-totop {
    width: 50px;
    height: 50px;
  }
  .practice-nav-box img {
    width: 40px;
    height: 40px;
  }
  .practice-nav-box {
    top: 20px;
  }
  .right-sidebar-text {
    font-size: 12px;
    line-height: 14px;
  }
  .practice-book-box {
    margin: 10px 10px 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .live-cont-title {
    height: 50px;
  }
  .live-info-box {
    height: calc(100% - 30px);
    overflow: hidden;
  }
  .live-info-list {
    padding: 10px 0 0 15px;
  }
  .agenda-list-title {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 0;
  }
  .agenda-cont-name {
    font-size: 14px;
    line-height: 16px;
  }
  .agenda-cont-text {
    font-size: 14px;
    line-height: 16px;
  }
  ..agenda-cont-left {
    min-width: 30px;
    height: 30px;
  }
  .agenda-cont-left img {
    width: 30px;
    height: 30px;
  }
  .agenda-list-name {
    font-size: 16px;
  }
  .agenda-list-time {
    font-size: 16px;
    line-height: 18px;
    padding-left: 6px;
    padding-right: 36px;
  }
  .agenda-list-date {
    width: 45%;
  }
  .agenda-list-date-roide {
    width: 12px;
    height: 12px;
  }
  .agenda-main-pm .agenda-left-name {
    font-size: 20px;
    line-height: 28px;
  }
  .agenda-main-pm .agenda-left-time {
    font-size: 14px;
    line-height: 20px;
  }
  .agenda-main-am .agenda-to-name {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .agenda-main-am .agenda-left-time {
    font-size: 14px;
    line-height: 20px;
  }
  .agenda-main-am .agenda-left-name {
    margin-top: 16%;
    font-size: 20px;
    line-height: 28px;
  }
  .agenda-main-pm .agenda-main-btn {
    padding: 13% 0 10%;
  }
  .agenda-main-pm .agenda-to-name {
    margin-top: 8%;
    font-size: 20px;
    line-height: 28px;
  }
  .agenda-main-pm .agenda-to-time {
    font-size: 14px;
    line-height: 24px;
  }
  .agenda-ad-main {
    padding: 0 60px 0;
  }
  .guests-item-name {
    font-size: 22px;
    line-height: 25px;
  }
  .guests-item-main {
    padding-left: 10px;
  }
  .guests-item-text {
    font-size: 16px;
    line-height: 24px;
  }
  .agenda-list-mark {
    font-size: 16px;
    padding-left: 50px;
  }
  .agenda-main-am .agenda-main-to {
    margin-top: 19%;
  }
  .golded-item-play {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .golded-item-cont p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .golded-item-cont h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .golded-item-cont h5::after {
    content: "";
    width: 24px;
    height: 2px;
    background: linear-gradient(135deg, #019aff 0%, #296eff 39%, #8e02fe 100%);
    position: absolute;
    top: 32px;
    left: 0;
  }
  .golded-item-cont {
    margin-top: 23px;
  }
  .golded-item-main {
    right: 20px;
    width: 50%;
  }
  .golded-item-text {
    font-weight: 600;
    font-size: 22px;
    color: #1d2541;
    line-height: 28px;
    right: 20px;
    width: 50%;
  }
  .report-left-cont p {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    padding: 0 20px 10px;
  }
  .report-right-item h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .report-right-item p {
    font-size: 12px;
    line-height: 16px;
  }
  .practice-item-cont p {
    font-size: 14px;
    line-height: 20px;
  }
  .practice-item-cont h5 {
    font-size: 22px;
    line-height: 34px;
  }
  .practice-nav-box {
    position: absolute;
    top: 30px;
    right: 10px;
    display: flex;
  }
  .practice-nav-box img {
    width: 40px;
    height: 40px;
  }
  .instant-item-left {
    width: calc(50% - 5px);
  }
  .instant-item-right {
    width: calc(50% - 5px);
  }
  .instant-item-left img,
  .instant-item-right img {
    margin-bottom: 10px;
  }
  .swiperByInstant {
    padding-bottom: 10px;
  }
  .index-title-ch {
    font-size: 42px;
    line-height: 52px;
  }
  .index-title-en {
    font-size: 28px;
    line-height: 38px;
  }
  .swiper-container-horizontal
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
  .about-text-box {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
  .live-cont-title {
    height: 40px;
  }
  .live-info-box {
    height: calc(100% - 20px);
    overflow: hidden;
  }
  .agenda-ad-title {
    font-size: 26px;
    line-height: 32px;
  }
  .agenda-ad-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .agenda-ad-qr {
    width: 90px;
    height: 90px;
  }
  .agenda-ad-qr img {
    width: 75px;
    height: 75px;
  }
  .about-left-box img {
    margin-top: 15px;
    width: 350px;
  }
  .about-text-box {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .about-text-btn {
    width: 160px;
    height: 50px;
    margin-top: 20px;
  }
  .about-text-btn img {
    width: 20px;
    height: 20px;
  }
  .about-text-btn p {
    font-size: 16px;
    line-height: 22px;
    margin-left: 6px;
  }
  .live-info-top {
    font-size: 10px;
    line-height: 18px;
  }
  .live-info-text {
    padding: 6px 0 6px 17px;
    font-size: 14px;
    line-height: 18px;
  }
  .live-info-title span {
    margin-right: 10px;
  }
  .live-info-subtitle {
    padding-left: 17px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .introduce-text-box p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
  }
  .introduce-info-title {
    font-size: 32px;
    line-height: 38px;
    margin-top: 24px;
  }
  .introduce-info-text {
    padding-top: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .introduce-info-main {
    padding: 20px 30px;
  }
  .introduce-info-btn,
  .introduce-info-btn-hover {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .guests-item-name {
    font-size: 20px;
    line-height: 25px;
  }
  .guests-item-text {
    font-size: 12px;
    line-height: 18px;
    width: 60%;
  }
  .about-left-box img {
    margin-top: 15px;
    width: 300px;
  }
  .about-text-box {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .index-banner-btns {
    bottom: 20%;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
  }
  .agenda-list-date {
    width: 74%;
  }
  .agenda-main-pm .agenda-main-to {
    position: absolute;
    width: calc(100%);
    left: 0;
    top: 10%;
    padding: 5% 0 10%;
    cursor: pointer;
  }
  .agenda-main-pm .agenda-main-btn {
    padding: 5% 0 5%;
  }
  .agenda-main-am .agenda-left-name {
    margin-top: 8%;
    font-size: 20px;
    line-height: 28px;
  }
  .agenda-main-am .agenda-to-time {
    font-size: 14px;
  }
  .agenda-main-am .agenda-main-to {
    padding: 7% 0 7%;
    margin-top: 0;
  }
  .agenda-list-date-roide {
    left: 30%;
  }
  .golded-item-text {
    font-size: 16px;
    line-height: 24px;
  }
  .golded-item-cont p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .golded-item-cont h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .golded-item-cont h5::after {
    top: 26px;
    left: 0;
  }
  .golded-item-cont {
    margin-top: 10px;
  }
  .practice-book-cont h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .practice-book-cont p {
    font-size: 14px;
    line-height: 18px;
  }
  .practice-book-btns {
    margin-top: 10px;
    width: 130px;
    height: 40px;
  }
  .practice-book-btns img {
    width: 16px;
    height: 16px;
  }
  .about-main-box {
    /* margin-top: 10px; */
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  body {
    background: url(./../image/img/bg-wap.png) no-repeat;
    background-size: 100%;
  }
  .index-main-center {
    width: 90%;
  }
  .live-main-box {
    /* width: 100%; */
  }
  .index-banner-img {
    width: 100%;
    /* height: 80vh; */
  }
  .index-banner-box .index-banner-logo {
    left: 10px;
    top: 10px;
    width: 128px;
  }
  .index-banner-btns {
    position: absolute;
    bottom: 30%;
    left: calc(50% - 60px);
    text-align: center;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .index-banner-btns img {
    width: 16px;
    height: 16px;
  }
  .index-banner-btns p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
  }
  .index-live-box {
    flex-direction: column;
  }
  .live-cont-list {
    padding-left: 0;
  }
  .live-cont-box {
    position: relative;
    height: 410px;
    left: 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  .live-cont-title {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .live-cont-title-left,
  .live-cont-title-right {
    /* font-size: 18px;
    line-height: 24px; */
  }
  .live-cont-left img,
  .live-cont-right img {
    width: 105%;
  }
  .live-info-list {
    padding: 10px 0 0 15px;
    width: 100%;
    height: calc(100% - 10px);
  }
  .live-info-box {
    height: calc(100% - 60px);
  }
  .live-info-top {
    /* font-weight: 500;
    font-size: 14px;
    line-height: 18px; */
  }
  .live-info-title span {
    /* margin-right: 10px; */
  }
  .live-info-text {
    /* padding: 5px 0 5px 15px;
    font-size: 16px;
    line-height: 24px; */
  }
  .live-info-subtitle {
    /* padding-left: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #7d8292;
    line-height: 18px;
    font-style: normal; */
  }
  .live-video-box {
    margin-bottom: 20px;
  }
  .live-video-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
  }
  .index-title-box {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .index-title-ch {
    font-size: 38px;
    line-height: 54px;
  }
  .index-title-en {
    font-size: 20px;
    line-height: 28px;
  }
  .introduce-text-box {
    margin-top: 20px;
    width: 100%;
  }
  .introduce-text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .introduce-info-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .introduce-info-main {
    padding: 10px 20px;
    position: relative;
    width: 100%;
  }
  .introduce-info-icon {
    width: 55px;
    height: 55px;
    position: absolute;
    left: calc(100% - 55px - 25px) !important;
    top: calc(50% - 27px);
    /* right: 30px; */
  }
  .introduce-info-icon-hover {
    width: 55px;
    height: 55px;
    position: absolute;
    left: calc(100% - 55px - 25px) !important;
    top: calc(50% - 27px);
    /* right: 30px; */
  }
  .introduce-info-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
  }
  .introduce-info-text {
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
  }
  .introduce-info-btn,
  .introduce-info-btn-hover {
    width: 35px;
    height: 35px;
    margin-top: 10px;
  }
  .advantage-video-box {
    left: 5%;
    top: 30%;
    width: 90%;
    z-index: 999;
  }
  .introduce-info-box {
    margin-top: 15px;
    flex-direction: column;
  }
  .guests-main-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-top: 20px;
    padding-bottom: 30px;
  }
  .guests-item-box {
    width: calc(50% - 7px);
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .guests-main-box:nth-child(2n + 1) .guests-item-box {
    margin-left: 0;
    margin-right: 0;
  }
  .guests-main-box:nth-child(2) {
    /* margin-top: 20px; */
    margin-top: 0;
  }
  .guests-main-box:nth-child(2n) .guests-item-box {
    margin-left: 0;
    margin-right: 0;
  }
  .guests-item-main {
    padding-left: 20px;
  }
  .guests-item-name {
    font-size: 18px;
    line-height: 24px;
  }
  .guests-item-text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
    width: 45%;
  }
  .guests-item-photo {
    right: 14px;
    height: 80%;
  }
  .agenda-main-box {
    margin-top: 20px;
  }
  .agenda-main-am {
    background: url(./../image/img/card_yixing_sel1_wap.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .agenda-main-pm {
    background: url(./../image/img/card_yixing_sel2_wap.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    display: none;
  }
  .agenda-main-right {
    width: 100%;
  }
  .agenda-right-list {
    padding-left: 20px;
    padding-right: 10px;
  }
  .agenda-list-title {
    font-size: 18px;
    line-height: 26px;
    padding: 30px 0 10px;
  }
  .agenda-cont-left {
    min-width: 35px;
    min-height: 35px;
  }
  .agenda-cont-left img {
    width: 35px;
    height: 35px;
  }
  .agenda-cont-right {
    margin-left: 5px;
  }
  .agenda-list-item {
    padding: 15px 0;
    flex-wrap: wrap;
    min-height: 40px;
  }
  .agenda-list-date {
    width: 100%;
  }
  .agenda-list-mark {
    font-size: 16px;
    padding-left: 10px;
    color: #1d2541;
    font-weight: bold;
  }
  .agenda-list-name {
    width: 97%;
    font-size: 16px;
    padding: 5px 0 0 20px;
  }
  .agenda-list-cont {
    width: 100%;
    padding-left: 0;
  }
  .agenda-list-date-roide {
    width: 10px;
    height: 10px;
    position: relative;
    left: 0;
  }
  .agenda-list-time {
    font-size: 16px;
    color: #1d2541;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 0;
  }
  .agenda-cont-name {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-cont-text {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-left {
    width: 100%;
    margin-top: 0;
    position: relative;
    display: flex;
  }
  .agenda-main-am .agenda-main-btn {
    width: 50%;
    height: 100%;
  }
  .agenda-main-am .agenda-main-to {
    height: 100%;
    position: relative;
    width: 50%;
    margin-left: 2%;
    left: 0;
    top: 0;
    padding: 0 0 2%;
    background: none;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
  }
  .agenda-main-pm .agenda-main-btn {
    height: 100%;
    width: 50%;
    padding: 0 0 2%;
    background: none;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
  }
  .agenda-main-pm .agenda-main-to {
    position: relative;
    width: 50%;
    left: 0;
    top: 0;
    padding: 0;
    margin-left: 3%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
  .agenda-main-am .agenda-left-name {
    margin-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-am .agenda-left-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-am .agenda-to-name {
    margin-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-am .agenda-to-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-pm .agenda-left-name {
    padding-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-pm .agenda-left-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-pm .agenda-to-name {
    margin-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-pm .agenda-to-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-btns {
    width: 110px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .agenda-btns img {
    width: 16px;
    height: 16px;
  }
  .agenda-btns p {
    font-size: 15px;
    line-height: 24px;
  }
  .agenda-ad-box {
    margin-top: 20px;
  }
  .agenda-ad-main {
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
  .agenda-ad-left {
    width: 100%;
    padding: 0 20px 0;
  }
  .agenda-ad-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .agenda-ad-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .agenda-ad-right {
    margin: 0 auto;
  }
  .agenda-ad-qr {
    margin-top: 5px;
    width: 90px;
    height: 90px;
  }
  .agenda-ad-qr img {
    width: 90px;
    height: 90px;
  }
  .about-main-box {
    flex-direction: column;
  }
  .about-left-box {
    width: 100%;
  }
  .about-left-box img {
    margin: 0 auto;
    width: 70%;
  }
  .about-right-box {
    width: 100%;
    margin-top: 30px;
  }
  .about-text-box {
    /* font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; */
  }
  .about-text-btn {
    /* width: 120px;
    height: 40px; */
    margin: 20px 0 20px;
  }
  .about-text-btn p {
    /* font-size: 16px;
    line-height: 24px;
    margin-left: 5px; */
  }
  .about-text-btn img {
    /* width: 16px;
    height: 16px; */
  }
  .partner-item-box {
    margin-top: 0px;
  }
  .partner-cont-item {
    width: calc((100% - (10px * 3)) / 4);
    margin-right: 10px;
    margin-top: 10px;
  }
  .partner-cont-item:nth-child(7n) {
    margin-right: 10px;
  }
  .partner-cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .partner-cont-item:last-child {
    margin-right: 0;
  }
  .footer-qr-text {
    font-size: 12px;
    letter-spacing: 0px;
    padding-top: 2px;
  }
  .footer-logo img {
    margin-top: 20px;
    width: 185px;
  }
  .footer-copyright {
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .swiperByGuests {
    position: relative;
  }
  .swiper-pagination {
    position: relative;
    bottom: 0;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3074d9;
  }
  .puiblish-main-box {
    background: url(./../image/img/bg_card_ai_wap.png) no-repeat;
    background-size: 100% 100%;
    flex-direction: column-reverse;
  }
  .puiblish-main-left {
    width: 100%;
    margin-top: 20px;
  }
  .puiblish-main-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .puiblish-main-right img {
    width: 80%;
    margin: 0 auto;
  }
  .puiblish-title {
    /* font-weight: 500;
    font-size: 24px;
    line-height: 28px; */
    text-align: left;
  }
  .puiblish-text {
    /* font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px; */
    text-align: left;
  }
  .puiblish-count-box {
    /* margin-top: 15px; */
  }
  .puiblish-qrcode {
    /* width: 90px;
    height: 90px; */
  }
  .puiblish-count-right {
    margin-left: 15px;
  }
  .puiblish-count-text {
    /* font-size: 12px;
    line-height: 18px;
    margin-left: 20px; */
  }
  .puiblish-count-right:after {
    /* content: "";
    width: 14px;
    height: 9px;
    background: url(./../image/icon/icon_zhiyin.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 0; */
  }
  .puiblish-count-btns {
    /* width: 120px;
    height: 40px;
    margin-top: 10px; */
  }
  .puiblish-count-btns img {
    /* width: 16px;
    height: 16px; */
  }
  .puiblish-count-btns p {
    /* font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    padding-left: 6px; */
  }
  .golded-item-play {
    /* width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px; */
  }
  .golded-item-main {
    right: 20px;
  }
  .golded-item-cont p {
    right: 20px;
    /* margin-top: 20px; */
    /* margin-bottom: 0;
    font-size: 12px;
    line-height: 18px; */
  }
  .golded-item-cont h5 {
    /* font-size: 18px;
    line-height: 24px; */
  }
  .golded-item-cont h5::after {
    /* width: 20px;
    top: 28px;
    left: 0; */
  }
  .golded-item-cont {
    margin-top: 40px;
  }
  .golded-item-text {
    font-size: 24px;
    line-height: 32px;
    right: 20px;
  }
  .swiper-pagination {
    bottom: -10px !important;
  }
  .golded-main-box {
    margin-bottom: 20px;
  }
  .report-main-box {
    flex-direction: column;
  }
  .report-main-left {
    width: 100%;
  }
  .report-main-right {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .report-left-item::after {
    /* width: 110px;
    height: 20px;
    top: 15px;
    left: 15px; */
  }
  .report-left-cont p {
    /* font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 20px 10px; */
  }
  .report-right-item {
    margin: 0 20px 0 30px;
    width: calc(100% - 50px);
    height: 75px;
    flex-direction: column;
    justify-content: center;
  }
  .report-right-item h5 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .report-right-item p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding-top: 6px;
  }
  .report-right-item::after {
    /* left: 15px; */
    top: calc(50% - 15px);
    /* width: 6px;
    height: 6px; */
  }
  .report-left-item:nth-child(2n) {
    margin-top: 20px;
  }
  .practice-item-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 177.75px;
    height: 30px;
  }
  .practice-item-cont p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px 20px;
  }
  .practice-item-cont h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .practice-item-box:hover .practice-item-cont p {
    padding: 0 40px 90px;
  }
  .practice-item-cont::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 25px);
  }
  .practice-nav-box {
    position: relative;
    top: 0px;
    right: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .practice-nav-box img {
    width: 40px;
    height: 40px;
  }
  .practice-nav-next {
    margin-left: 40px;
  }
  .practice-main-box {
    position: relative;
    padding: 0px 0 30px;
    overflow: hidden;
    margin-top: 0;
  }
  .practice-book-box {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
  }
  .practice-book-cont {
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .practice-book-cont h5 {
    /* font-size: 24px;
    line-height: 32px; */
  }
  .practice-book-cont p {
    /* font-size: 16px;
    line-height: 24px; */
    line-height: 42px;
  }
  .practice-book-btns {
    /* margin-top: 10px;
    width: 120px;
    height: 40px;
    border-radius: 8px; */
  }
  .practice-book-btns img {
    /* width: 16px;
    height: 16px; */
  }
  .instant-item-left {
    width: calc(50% - 5px);
  }
  .instant-item-right {
    width: calc(50% - 5px);
  }
  .instant-item-left img,
  .instant-item-right img {
    margin-bottom: 10px;
  }
  .swiperByInstant {
    padding-bottom: 10px;
  }

  .practice-item-cont {
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .swiper-container-horizontal
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
}
@media screen and (max-width: 499px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  body {
    background: url(./../image/img/bg-wap.png) no-repeat;
    background-size: 100%;
  }
  .index-main-center {
    width: 90%;
  }
  .live-main-box {
    /* width: 100%; */
    margin-top: -23% !important;
  }
  .index-banner-img {
    width: 100%;
    /* height: 80vh; */
  }
  .index-banner-box .index-banner-logo {
    left: 10px;
    top: 10px;
    width: 128px;
  }
  .index-banner-btns {
    position: absolute;
    bottom: 30%;
    left: calc(50% - 60px);
    text-align: center;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .index-banner-btns img {
    width: 16px;
    height: 16px;
  }
  .index-banner-btns p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
  }
  .index-live-box {
    flex-direction: column;
  }
  .live-cont-list {
    padding-left: 0;
  }
  .live-cont-box {
    position: relative;
    height: 270px;
    left: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .live-cont-title {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .live-cont-title-left,
  .live-cont-title-right {
    font-size: 18px;
    line-height: 24px;
  }
  .live-info-list {
    padding: 10px 0 0 15px;
    width: 100%;
    height: calc(100% - 10px);
  }
  .live-info-box {
    height: calc(100% - 60px);
  }
  .live-info-top {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
  .live-info-title span {
    margin-right: 10px;
  }
  .live-info-text {
    padding: 5px 0 5px 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .live-info-subtitle {
    padding-left: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #7d8292;
    line-height: 18px;
    font-style: normal;
  }
  .live-video-box {
    margin-bottom: 20px;
  }
  .live-video-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
  }
  .index-title-box {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .index-title-ch {
    font-size: 32px;
    line-height: 48px;
  }
  .index-title-en {
    font-size: 20px;
    line-height: 28px;
  }
  .introduce-text-box {
    margin-top: 20px;
    width: 100%;
  }
  .introduce-text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .introduce-info-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .introduce-info-main {
    padding: 10px 20px;
    position: relative;
    width: 100%;
  }
  .introduce-info-icon {
    width: 55px;
    height: 55px;
    position: absolute;
    left: calc(100% - 55px - 25px) !important;
    top: calc(50% - 27px);
    /* right: 30px; */
  }
  .introduce-info-icon-hover {
    width: 55px;
    height: 55px;
    position: absolute;
    left: calc(100% - 55px - 25px) !important;
    top: calc(50% - 27px);
    /* right: 30px; */
  }
  .introduce-info-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
  }
  .introduce-info-text {
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
  }
  .introduce-info-btn,
  .introduce-info-btn-hover {
    width: 35px;
    height: 35px;
    margin-top: 10px;
  }
  .advantage-video-box {
    left: 5%;
    top: 30%;
    width: 90%;
    z-index: 999;
  }
  .introduce-info-box {
    margin-top: 15px;
    flex-direction: column;
  }
  .guests-main-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-top: 20px;
    padding-bottom: 30px;
  }
  .guests-item-box {
    width: calc(50% - 7px);
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .guests-main-box:nth-child(2n + 1) .guests-item-box {
    margin-left: 0;
    margin-right: 0;
  }
  .guests-main-box:nth-child(2) {
    /* margin-top: 20px; */
    margin-top: 0;
  }
  .guests-main-box:nth-child(2n) .guests-item-box {
    margin-left: 0;
    margin-right: 0;
  }
  .guests-item-main {
    padding-left: 20px;
  }
  .guests-item-name {
    font-size: 18px;
    line-height: 24px;
  }
  .guests-item-text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
    width: 45%;
  }
  .guests-item-photo {
    right: 14px;
    height: 80%;
  }
  .agenda-main-box {
    margin-top: 20px;
  }
  .agenda-main-am {
    background: url(./../image/img/card_yixing_sel1_wap.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .agenda-main-pm {
    background: url(./../image/img/card_yixing_sel2_wap.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    display: none;
  }
  .agenda-main-right {
    width: 100%;
  }
  .agenda-right-list {
    padding-left: 20px;
    padding-right: 10px;
  }
  .agenda-list-title {
    font-size: 18px;
    line-height: 26px;
    padding: 30px 0 10px;
  }
  .agenda-cont-left {
    min-width: 35px;
    min-height: 35px;
  }
  .agenda-cont-left img {
    width: 35px;
    height: 35px;
  }
  .agenda-cont-right {
    margin-left: 5px;
  }
  .agenda-list-item {
    padding: 15px 0;
    flex-wrap: wrap;
    min-height: 40px;
  }
  .agenda-list-date {
    width: 100%;
  }
  .agenda-list-mark {
    font-size: 16px;
    padding-left: 10px;
    color: #1d2541;
    font-weight: bold;
  }
  .agenda-list-name {
    width: 97%;
    font-size: 16px;
    padding: 5px 0 0 20px;
  }
  .agenda-list-cont {
    width: 100%;
    padding-left: 0;
  }
  .agenda-list-date-roide {
    width: 10px;
    height: 10px;
    position: relative;
    left: 0;
  }
  .agenda-list-time {
    font-size: 16px;
    color: #1d2541;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 0;
  }
  .agenda-cont-name {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-cont-text {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-left {
    width: 100%;
    margin-top: 0;
    position: relative;
    display: flex;
  }
  .agenda-main-am .agenda-main-btn {
    width: 50%;
    height: 100%;
  }
  .agenda-main-am .agenda-main-to {
    height: 100%;
    position: relative;
    width: 50%;
    margin-left: 2%;
    left: 0;
    top: 0;
    padding: 0 0 2%;
    background: none;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
  }
  .agenda-main-pm .agenda-main-btn {
    height: 100%;
    width: 50%;
    padding: 0 0 2%;
    background: none;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
  }
  .agenda-main-pm .agenda-main-to {
    position: relative;
    width: 50%;
    left: 0;
    top: 0;
    padding: 0;
    margin-left: 3%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
  .agenda-main-am .agenda-left-name {
    margin-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-am .agenda-left-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-am .agenda-to-name {
    margin-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-am .agenda-to-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-pm .agenda-left-name {
    padding-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-pm .agenda-left-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-pm .agenda-to-name {
    margin-top: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .agenda-main-pm .agenda-to-time {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-btns {
    width: 110px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .agenda-btns img {
    width: 16px;
    height: 16px;
  }
  .agenda-btns p {
    font-size: 15px;
    line-height: 24px;
  }
  .agenda-ad-box {
    margin-top: 20px;
  }
  .agenda-ad-main {
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
  .agenda-ad-left {
    width: 100%;
    padding: 0 20px 0;
  }
  .agenda-ad-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .agenda-ad-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .agenda-ad-right {
    margin: 0 auto;
  }
  .agenda-ad-qr {
    margin-top: 5px;
    width: 90px;
    height: 90px;
  }
  .agenda-ad-qr img {
    width: 90px;
    height: 90px;
  }
  .about-main-box {
    /* margin-top: 20px; */
    flex-direction: column;
  }
  .about-left-box {
    width: 100%;
  }
  .about-left-box img {
    margin: 0 auto;
    width: 70%;
  }
  .about-right-box {
    width: 100%;
    margin-top: 30px;
  }
  .about-text-box {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .about-text-btn {
    width: 120px;
    height: 40px;
    margin: 20px 0 20px;
  }
  .about-text-btn p {
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
  }
  .about-text-btn img {
    width: 16px;
    height: 16px;
  }
  .partner-item-box {
    /* margin-top: 20px; */
  }
  .partner-cont-item {
    width: calc((100% - (10px * 3)) / 4);
    margin-right: 10px;
    margin-top: 10px;
  }
  .partner-cont-item:nth-child(7n) {
    margin-right: 10px;
  }
  .partner-cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .partner-cont-item:last-child {
    margin-right: 0;
  }
  .footer-qr-text {
    font-size: 12px;
    letter-spacing: 0px;
    padding-top: 2px;
  }
  .footer-logo img {
    margin-top: 20px;
    width: 185px;
  }
  .footer-copyright {
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .swiperByGuests {
    position: relative;
  }
  .swiper-pagination {
    position: relative;
    bottom: 0;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #000;
    margin: 0 4px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3074d9;
  }
  .puiblish-main-box {
    background: url(./../image/img/bg_card_ai_wap.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 20px 30px;
    flex-direction: column-reverse;
  }
  .puiblish-main-left {
    width: 100%;
    margin-top: 20px;
  }
  .puiblish-main-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .puiblish-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .puiblish-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
  }
  .puiblish-count-box {
    margin-top: 15px;
  }
  .puiblish-qrcode {
    width: 90px;
    height: 90px;
  }
  .puiblish-count-right {
    margin-left: 15px;
  }
  .puiblish-count-text {
    font-size: 12px;
    line-height: 18px;
    margin-left: 20px;
  }
  .puiblish-count-right:after {
    content: "";
    width: 14px;
    height: 9px;
    background: url(./../image/icon/icon_zhiyin.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .puiblish-count-btns {
    width: 120px;
    height: 40px;
    margin-top: 10px;
  }
  .puiblish-count-btns img {
    width: 16px;
    height: 16px;
  }
  .puiblish-count-btns p {
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    padding-left: 6px;
  }
  .golded-item-play {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .golded-item-main {
    right: 20px;
  }
  .golded-item-cont p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .golded-item-cont h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .golded-item-cont h5::after {
    width: 20px;
    top: 28px;
    left: 0;
  }
  .golded-item-cont {
    margin-top: 13px;
  }
  .golded-item-text {
    font-size: 16px;
    line-height: 23px;
    right: 20px;
    top: 10%;
  }
  .swiper-pagination {
    bottom: -10px !important;
  }
  .golded-main-box {
    margin-bottom: 20px;
  }
  .report-main-box {
    flex-direction: column;
  }
  .report-main-left {
    width: 100%;
  }
  .report-main-right {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .report-left-item::after {
    width: 110px;
    height: 20px;
    top: 15px;
    left: 15px;
  }
  .report-left-cont p {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 20px 10px;
  }
  .report-right-item {
    margin: 0 20px 0 30px;
    width: calc(100% - 50px);
    height: 65px;
    flex-direction: column;
    justify-content: center;
  }
  .report-right-item h5 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .report-right-item p {
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
  }
  /* .report-left-item::after { 
    top: calc(50% - 15px);
    width: 6px;
    height: 6px;
  } */
  .advantage-video-close {
    width: 24px;
    height: 24px;
     right: 15px;
    top: 15px;
  }
  .report-left-item:nth-child(2n) {
    margin-top: 20px;
  }
  .practice-item-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 177.75px;
    height: 30px;
  }
  .practice-item-cont p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px 20px;
  }
  .practice-item-cont h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .practice-item-box:hover .practice-item-cont p {
    padding: 0 40px 90px;
  }
  .practice-item-cont::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 25px);
  }
  .practice-nav-box {
    position: relative;
    top: 0px;
    right: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .practice-nav-box img {
    width: 40px;
    height: 40px;
  }
  .practice-nav-next {
    margin-left: 40px;
  }
  .practice-main-box {
    position: relative;
    padding: 0px 0 30px;
    overflow: hidden;
    margin-top: 0;
  }
  .practice-book-box {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
  }
  .practice-book-cont {
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .practice-book-cont h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .practice-book-cont p {
    font-size: 16px;
    line-height: 24px;
  }
  .practice-book-btns {
    margin-top: 10px;
    width: 120px;
    height: 40px;
    border-radius: 8px;
  }
  .practice-book-btns img {
    width: 16px;
    height: 16px;
  }
  .instant-item-left {
    width: calc(50% - 5px);
  }
  .instant-item-right {
    width: calc(50% - 5px);
  }
  .instant-item-left img,
  .instant-item-right img {
    margin-bottom: 10px;
  }
  .swiperByInstant {
    padding-bottom: 10px;
  }
  .swiper-container-horizontal
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
  .practice-item-cont {
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 399px) {
  .golded-item-text {
    /* font-size: 14px;
    line-height: 19px; */
  }
}

@media screen and (max-width: 299px) {
  .introduce-text-box p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 4px;
  }
  .introduce-text-box {
    margin-top: 10px;
  }
  .agenda-main-am .agenda-left-name {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-am .agenda-left-time {
    font-size: 10px;
    line-height: 14px;
  }
  .agenda-main-am .agenda-to-name {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-am .agenda-to-time {
    font-size: 10px;
    line-height: 14px;
  }
  .agenda-main-pm .agenda-left-name {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-pm .agenda-to-name {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-main-pm .agenda-to-time {
    font-size: 10px;
    line-height: 14px;
  }
  .agenda-main-pm .agenda-left-time {
    font-size: 10px;
    line-height: 14px;
  }
  .agenda-cont-text {
    font-size: 10px;
    line-height: 14px;
  }
  .agenda-list-time {
    padding-left: 6px;
  }
  .agenda-list-title {
    padding: 10px 0 10px;
  }
  .agenda-ad-title {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .agenda-ad-text {
    margin-top: 5px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
  .agenda-ad-qr {
    margin-top: 5px;
    width: 65px;
    height: 65px;
  }
  .agenda-ad-qr img {
    width: 55px;
    height: 55px;
  }
  .index-title-ch {
    font-size: 28px;
    line-height: 32px;
  }
  .agenda-list-item {
    padding: 10px 0;
    flex-wrap: wrap;
    min-height: 30px;
  }
  .about-text-box {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .about-text-btn {
    width: 90px;
    height: 35px;
    margin: 20px auto 10px;
  }
  .about-text-btn p {
    font-size: 14px;
    line-height: 18px;
  }
  .about-text-btn img {
    width: 16px;
    height: 16px;
  }
  .agenda-btns {
    width: 95px;
    height: 35px;
  }
  .index-banner-btns {
    bottom: 25%;
    left: calc(50% - 50px);
    width: 100px;
    height: 35px;
  }
  .live-video-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
  }
  .live-cont-title {
    width: 100%;
    height: 40px;
  }
  .golded-item-main {
    right: 10px;
    bottom: 5px;
    width: 53%;
  }
  .golded-item-cont {
    margin-top: 3px;
    right: 10px;
    top: 10%;
    width: 53%;
  }
  .golded-item-cont p {
    margin-top: 5px;
    font-size: 10px;
    line-height: 14px;
  }
  .golded-item-text {
    font-size: 10px;
    line-height: 14px;
  }
  .golded-item-cont h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .golded-item-cont h5::after {
    width: 20px;
    top: 20px;
    left: 0;
  }
  .golded-item-play {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .practice-main-box {
    position: relative;
    padding: 0px 0 15px;
    overflow: hidden;
    margin-top: 0;
  }
  .practice-book-cont h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .practice-book-cont p {
    font-size: 14px;
    line-height: 20px;
  }
  .practice-book-btns {
    margin-top: 10px;
    width: 120px;
    height: 40px;
    border-radius: 8px;
  }
  .practice-book-cont {
    top: 15px;
  }
  .practice-book-btns {
    margin-top: 10px;
    width: 110px;
    height: 35px;
    border-radius: 8px;
  }
  .index-title-box {
    padding-bottom: 10px;
  }
  .report-left-cont p {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    padding: 0 10px 7px;
  }
}
/*# sourceMappingURL=dad.css.map */
