.sys-content img {
  border: none;
}
.sys-content .goToPage {
  cursor: pointer;
  height: 100%;
}
.sys-dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: table;
  z-index: 9999;
}
.sys-dialog-container .dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sys-dialog-container .dialog-content .content-inline-block {
  position: relative;
  margin: 60px auto 0;
  display: block;
}
.sys-dialog-container .dialog-content .content-inline-block .pic-href {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sys-dialog-container .dialog-content .close-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.sys-dialog-container .dialog-content .close-btn-right-top {
  display: table-cell;
  position: absolute;
  top: -40px;
  right: -10px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  left: 100%;
  transform: translateX(-100%);
}
.sys-dialog-container .dialog-content image {
  width: 600px;
  margin-bottom: 30px;
  display: block;
}
.sys-dialog-container .dialog-content .dialog-btn-container {
  position: absolute;
  width: 600px;
  top: 0;
  left: 0;
}
.sys-dialog-container .dialog-content .dialog-btn-container .dialog-btn {
  position: absolute;
  top: 0;
}
.sys-banner-container {
  position: relative;
  width: 100%;
}
.sys-banner-container .close-btn {
  display: table-cell;
  vertical-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.sys-banner-container .close-btn-left {
  left: 10px;
}
.sys-banner-container img {
  width: 100%;
}
.sys-banner-container .ImgWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sys-banner-container .bannerCon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sys-banner-container .bannerCon .imgList {
  width: 10000px;
  position: relative;
  left: 0;
  display: flex;
}
.sys-banner-container .bannerCon .imgList .img-item {
  position: relative;
}
.sys-banner-container .bannerCon .imgList .img-item img {
  width: 100%;
  vertical-align: middle;
}
.sys-banner-container .bannerCon .pointer {
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.sys-banner-container .bannerCon .pointer span {
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #7b7d80;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
  background: #fff;
}
.sys-banner-container .bannerCon .pointer .on {
  background: #28a4c9;
}
.sys-text-container {
  position: relative;
  font-size: 14px;
}
.sys-text-container .sys-text {
  padding: 12px 20px;
  line-height: 1.5;
}
.sys-text-container .sys-text a {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0);
}
.sys-text-container .sys-text-left {
  padding-left: 50px;
}
.sys-text-container .sys-text-right {
  padding-right: 50px;
}
.sys-text-container .sys-text-cursor {
  cursor: pointer;
}
.sys-text-container .text-content {
  background: #fefced;
  color: #ff7f4b;
  position: relative;
  padding: 20px 20px 20px 50px;
}
.sys-text-container .text-content .text-val {
  font-size: 24px;
  line-height: 32px;
}
.sys-text-container .text-content .icon-uniE691 {
  position: absolute;
  top: 20px;
  left: 14px;
}
.sys-text-container .close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.sys-text-container .close-btn-left {
  left: 14px;
  width: 24px;
  height: 24px;
}
.sys-close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50%);
  left: calc(50% - 8px);
}
.sys-close-icon.c-1,
.sys-close-icon.c-2 {
  top: calc(50%);
  left: calc(50% - 8px);
  width: 16px;
  border-top: 1px solid #fff;
  height: 0;
  position: absolute;
}
.sys-close-icon.c-2 {
  transform: rotate(-45deg);
}
.sys-close-icon-text {
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50%);
  left: calc(50% - 8px);
}
.sys-close-icon-text.c-1,
.sys-close-icon-text.c-2 {
  top: calc(50%);
  left: calc(50% - 8px);
  width: 16px;
  border-top: 1px solid #fff;
  height: 0;
  position: absolute;
}
.sys-close-icon-text.c-2 {
  transform: rotate(-45deg);
}
.sys-countdown {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  position: inherit;
  text-align: center;
  line-height: 24px;
}
.sys-zdy .days-txt {
  position: absolute;
  bottom: calc(50% + 8px);
  font-weight: bold;
  width: 40px;
  display: inline-block;
  left: calc(50% + 26px);
}
.sys-zdy .close-box {
  position: absolute;
  width: 300px;
  height: 90px;
  bottom: calc(50% - 155px);
  left: 70px;
}
.sys-zdy .confirm-box {
  position: absolute;
  width: 300px;
  height: 90px;
  bottom: calc(50% - 155px);
  right: 70px;
}
.indication {
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /*选中指示样式 */
}
.indication .spot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 6px;
  background-color: rgba(255, 255, 255, 0.5);
}
.indication .spot.active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.ant-image-img {
  width: 100%;
}
.sys-suspension-container {
  display: table;
  z-index: 999;
}
.sys-suspension-container .close-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.6);
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.sys-suspension-container .close-btn-right-top {
  display: table-cell;
  position: absolute;
  top: -40px;
  right: -10px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  left: 100%;
  transform: translateX(-100%);
  background: rgba(0, 0, 0, 0.6);
}
