.s-main {
  padding: 48px 0;
}
.s-aside {
  width: 270px;
  min-height: 500px;
  padding: 20px 0;
}
.s-article {
  width: 1010px;
  margin-left: 20px;
  padding: 0 34px 60px;
}

.s-h5 {
  padding: 24px 0;
  display: flex;
  align-items: center;
}
.s-h5::before {
  content: "";
  width: 3px;
  height: 18px;
  border-radius: 8px;
  background-color: var(--primary);
  margin-right: 12px;
}

.s-list {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 15px 21px;
}
.s-item {
  border-radius: 3px;
  overflow: hidden;
  color: #333;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.04);
}
.s-img {
  height: 130px;
}
.s-info {
  padding: 10px 20px;
}
.s-sign {
  border-radius: 3px;
  width: 80px;
  height: 34px;
  display: flex;
}
.s-orange-bd {
  border: 1px solid #f5a22f;
  color: #f5a22f;
}
.s-orange-bg {
  background-color: #f5a22f;
  color: #fff;
}
.s-info-bg {
  background-color: #f7f7f7;
  color: #808080;
}
.s-sign.s-orange-bd:hover {
  border-color: transparent;
  background-color: #f5a22f;
  color: #fff;
}

/* 详情 */
.d-img1 {
  width: 500px;
  height: 280px;
  margin-right: 63px;
}
.d-info1 h5 {
  font-size: 22px;
  margin-bottom: 6px;
}
.d-intro1 {
  margin: 20px 0;
  line-height: 25px;
  color: #5e5e5e;
}
.d-sign {
  margin-right: 27px;
  overflow: hidden;
  border-radius: 3px;
  min-width: 75px;
  padding: 0 10px;
  height: 40px;
  display: flex;
}

.d-tabs {
  border-bottom: 1px solid #ebebeb;
  padding: 0 40px;
}
.d-tab {
  position: relative;
  margin-right: 145px;
  padding-bottom: 12px;
  font-size: 16px;
}
.d-tab.current {
  color: var(--primary);
}
.d-tab.current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 3px;
  background-color: var(--primary);
}
.d-bd2 {
  padding: 32px 50px;
}
.d-ctx1 {
  display: grid;
  grid-template-columns: repeat(4, 290px);
  justify-content: space-between;
  row-gap: 10px;
}
.d-item2 {
  overflow: hidden;
  border-radius: 3px;
  color: #333;
}
.d-img2 {
  height: 158px;
}
.d-item2 p {
  color: #c7c7c7;
  margin-top: 6px;
}

.d-ctx2 img {
  width: auto;
  height: auto;
}
.d-item3 {
  font-size: 15px;
  color: #555;
  margin-bottom: 24px;
}
.d-item3 p {
  width: 1024px;
}

/* 弹层 */
.d-popup {
  display: none;
  width: 600px;
  padding: 20px 0 50px;
  background-color: #fff;
}
.d-text {
  width: 450px;
  height: 260px;
  margin-bottom: 24px;
  overflow-y: auto;
}

/* 报名信息 */
.d-label {
  width: 8em;
  margin-right: 24px;
  text-align: right;
  font-size: 15px;
}
.d-label.require::before {
  content: "*";
  color: #ff5733;
}
.d-form-block {
  width: 840px;
  height: 54px;
  border: 1px solid #e5e5e5;
  padding: 0 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.d-form-block .layui-input {
  border: none;
  font-size: 16px;
  line-height: 2;
}
.layui-form-danger + .layui-form-select .layui-input, .layui-form-danger:focus {
  border: 1px solid #ff5722 !important;
}
.d-form-block .layui-input::placeholder {
  font-size: 14px;
  color: #808080;
}
.d-form-block.block .layui-form-select {
  width: 100%;
}
.d-form-btn {
  width: 120px;
  height: 42px;
  display: flex;
  cursor: pointer;
}

/* 支付 */
.p-row {
  padding: 24px 0;
}
.p-row:not(:last-child) {
  border-bottom: 1px solid #a6a6a648;
}
.p-img {
  width: 295px;
  height: 165px;
  margin-right: 40px;
}
.p-qr {
  margin-top: 21px;
  width: 122px;
  height: 122px;
}

/* 搜索 */
.p-hd {
  padding: 29px 0 19px;
  border-bottom: 1px solid #dedede;
}
.p-tags {
  padding: 0 10px;
  column-gap: 16px;
  overflow-x: auto;
}
.p-tag {
  padding: 0 10px;
  min-width: 80px;
  height: 35px;
  display: flex;
}
.p-tag:hover {
  border-color: transparent;
  background-color: rgba(51, 100, 207, 0.1);
  color: var(--primary);
}
.p-res {
  margin-bottom: 16px;
}
.p-res p {
  margin: 0 20px;
}