dialog {
  border: 0;
  padding: 0;
}

dialog {
  top: 50%;
  left: 50%;
  width: 792px;
  height: 492px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
  overflow: visible;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

dialog + .backdrop {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
dialog:not([open]) {
  opacity: 0;
  visibility: hidden;
  display: block;
}

dialog > .content {
  margin-top: -2px;
  margin-left: -2px;
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 19;
  padding: 4px;
}

.content > .dialogBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.dialogBox > .dialogBanner {
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, #fafafa 0%, rgba(216, 216, 216, 0) 100%);
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}

.dialogBanner > span {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.dialogBanner > span:first-child {
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #1a1a1a;
}

.dialogBanner > .closeBtn {
  width: 48px;
  height: 48px;
}

.dialogBox > .dialogInfo {
  margin-left: 20px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  color: #333333;
  flex-direction: column;
  font-size: 16px;
  line-height: 30px;
}

.dialogInfo > .dialogPicBox {
  margin-top: 20px;
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 10px;
}
.dialogPicBox > img {
  width: 160px;
  height: 160px;
}

.InfoBody > .InfoPage {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.InfoPage > span {
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.InfoPage:first-child > span {
  margin-top: 60px;
}

.InfoPage > .InfoBoxList {
  display: flex;
  justify-content: space-between;
}

.InfoBoxList > div {
  flex: 1;
  border-radius: 10px;
  background: #2d2d2d;
}

.InfoBoxList > .CadeType1 {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  max-width: 392px;
}

.InfoBoxList > .CadeType1:first-child {
  margin: 0;
}

.CadeType1 > div,
.CadeType1 > img {
  margin-top: 20px;
}

.CadeType1 > span:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;
  color: #ffffff;
}

.CadeType1 > .linearBox {
  width: 96px;
  height: 1px;
  background: linear-gradient(90deg, #f4bf1e 0%, #2d2d2d 100%);
}

.CadeType1 > .spans {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
}

.CadeType1 > .spans > span:first-child {
  color: #aeaeae;
  margin-right: 10px;
}

.CadeType1 > img {
  max-width: 120px;
}

.InfoBoxList > .CadeType2 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  max-width: 604px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom 30px right 30px;
}

.CadeType2 > span:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}

.CadeType1 > .spans > .spansFull {
  display: inline;
}
.CadeType1 > .spans > .spansBr {
  display: none;
}

.CadeType2 > .linearBox {
  margin-top: 30px;
  width: 544px;
  height: 1px;
  background: linear-gradient(90deg, #f4bf1e 0%, #2d2d2d 100%);
}

.CadeType2 > .PointSpans {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
  display: flex;
  align-items: center;
}

.CadeType2 > .PointSpans:first-child {
  margin-top: 30px;
}

.CadeType2 > .PointSpans > .PointDiv {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f4bf1e 0%, rgba(255, 196, 79, 0) 100%);
}

.CadeType2 > .ButtonBox {
  margin-top: 60px;
  height: 40px;
  width: 96px;
}

.InfoBoxList > .CadeType3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  mix-blend-mode: exclusion;
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  max-height: 388px;
  aspect-ratio: 1240/388;
  background-repeat: no-repeat;
  background-position: center top;
}

.CadeType3 > .PicBox {
  aspect-ratio: 657/167;
  min-height: 167px;
  max-width: 657px;
  background-position: center center;
}

.CadeType3 > .ButtonBox {
  overflow: hidden;
  line-height: 37px;
  position: relative;
  text-align: center;
  color: #f4bf1e;
  width: 128px;
  border-radius: 100px;
  box-sizing: border-box;
  height: 40px;
  z-index: 1;
  transition: all 1s ease-in-out;
}

.CadeType3 > .ButtonBox > .ButtonBorder {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 10;
  border: 2px solid #f4bf1e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CadeType3 > .ButtonBox > .ButtonBorder > .Button-pic {
  margin-left: 6px;
  background-image: url(../../res/images/midBar/icon.svg);
  width: 12px;
  height: 12px;
  z-index: 6;
  transition: all 1s ease-in-out;
}

.ButtonBox:hover > .ButtonBorder > .Button-pic {
  background-image: url(../../res/images/midBar/icon-active.svg);
}

/*#region 详情按钮*/
.CadeType2 > .ButtonBox {
  overflow: hidden;
  line-height: 37px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 96px;
  border-radius: 100px;
  box-sizing: border-box;
  height: 40px;
  z-index: 1;
  transition: all 1s ease-in-out;
}

.ButtonBox > .ButtonBorder {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 10;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ButtonBox:after,
.ButtonBox:before {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(-100% - 60px);
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  color: #fff;
  border-radius: 2px;
  transform: skew(-25deg);
}

.ButtonBox:after {
  background: #404040;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 1;
}

.ButtonBox:before {
  background: #f4bf1e;
  z-index: 5;
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.ButtonBox:hover {
  color: #fff;
}
.ButtonBox:hover:after {
  left: calc(0% - 10px);
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.ButtonBox:hover:before {
  left: calc(0% - 10px);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.ButtonBox > .ButtonBorder > span {
  position: relative;
  z-index: 6;
  font-weight: 500;
}
/*#endregion */

@media screen and (max-width: 1240px) {
  dialog {
    width: 592px;
  }
  .InfoBody {
    background-image: unset;
  }
  .InfoBody > .InfoPage {
    margin-bottom: 30px;
  }

  .InfoPage > span {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .InfoPage:first-child > span {
    margin-top: 30px;
  }

  .CadeType1 > .spans {
    font-size: 14px;
    display: flex;
  }
  .CadeType1 > .spans > span:first-child {
    min-width: 42px;
  }
  .CadeType1 > .spans > .spansFull {
    display: none;
  }
  .CadeType1 > .spans > .spansBr {
    display: block;
  }

  .InfoBody > .InfoPage:nth-child(2) > .InfoBoxList {
    flex-direction: column;
  }

  .InfoBoxList > .CadeType2 {
    margin-top: 10px;
    max-width: unset;
    width: 100%;
  }

  .InfoBoxList > .CadeType2:first-child {
    margin-top: 0px;
  }

  .InfoBoxList > .CadeType3 {
    min-height: 388px;
  }
}
