/* 内页轮播 */
.i-banner {
  width: 100%;
  height: 180px;
}
.i-banner {
  width: 100%;
  height: 180px;
}
.i-banner h3 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 4px;
}

.bread {
  padding: 0 40px;
  background-color: #fff;
  height: 70px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.d-head {
  padding: 60px 0 40px;
  border-bottom: 1px solid #ebebeb;
}

.tabs {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.tab {
  margin-right: 30px;
  border-radius: 3px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(199, 199, 199, 0.4);
}
.tab.current {
  background-color: var(--primary);
  color: #fff;
}

.s-aside {
  width: 230px;
  border-radius: 5px;
  overflow: hidden;
}
.s-dt, .s-dd {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-dt img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.s-dd {
  border: 1px solid #e0e0e0;
  border-top: none;
  color: #808080;
}
.s-dd.active {
  background-color: rgba(45, 130, 254, 0.1);
  font-weight: 500;
  color: var(--primary);
  border: none;
}
.s-article {
  overflow: hidden;
  width: 1024px;
  margin-left: auto;
  display: grid;
  row-gap: 15px;
}

/* 认证表单 */
.s-form-box {
  padding: 30px 0;
}
.s-form-h5 {
  padding-right: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.s-form-h5::before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: var(--primary);
  margin-right: 50px;
}
.s-form-item {
  margin-top: 18px;
  display: flex;
  align-items: center;
  padding-left: 96px;
  padding-right: 174px;
}
.s-label {
  white-space: nowrap;
  width: 8em;
  font-size: 15px;
  color: #555;
  margin-right: 12px;
}
.s-form-block {
  padding: 0 30px;
  width: 620px;
  min-height: 45px;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.s-form-block:focus-within {
  border-color: var(--primary);
}
.s-input::placeholder {
  font-size: 15px;
  color: #ccc;
}
.s-input {
  flex: 1;
  font-size: 16px;
  line-height: 2;
}
.s-form-tip {
  padding-left: 96px;
  height: 55px;
  line-height: 55px;
  background-color: rgba(45, 130, 254, 0.1);
}
.s-upload {
  margin-bottom: 12px;
  margin-right: 30px;
  border-radius: 5px;
  width: 215px;
  height: 134px;
  cursor: pointer;
}
.s-btn {
  margin-right: 14px;
  min-width: 130px;
  height: 40px;
  font-size: 16px;
}
.s-btn:nth-child(2) {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #808080;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
  color: var(--primary);
}
.upload-file {
  padding: 8px 0;
  cursor: pointer;
}
.upload-icon {
  width: 24px;
  height: 24px;
}

.s-popup {
  display: none;
  width: 650px;
  min-height: 520px;
  border-radius: 10px;
}
/* 支付页面 */
.pay-item {
  width: 1200px;
  margin: 32px auto 0;
}
.pay-info {
  height: 74px;
  background-color: rgba(243, 245, 247, 1);
}
.pay-info p {
  flex: 1;
  padding-left: 50px;
}
.pay-code {
  width: 380px;
  height: 140px;
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 8px;
  padding: 0 26px;
  margin-right: 14px;
}
.pay-code img {
  width: 25px;
  height: 25px;
  margin: 0 18px 0 36px;
}
.pay-code.current, .pay-code:hover {
  background-color: rgba(45, 130, 254, 0.1);
  border-color: var(--primary);
}
.pay-btn {
  margin: 36px 0;
  width: 160px;
  height: 50px;
  font-size: 16px;
}

.la-search-wrap {
  padding: 24px;
  background-color: #fff;
  margin-bottom: 15px;
}
.la-sea-btn {
  width: 97px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.la-search-box {
  flex-shrink: 0;
  width: 600px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.la-sea-block {
  height: 46px;
  padding: 0 24px;
  background-color: rgba(204, 204, 204, 0.2);
}
.la-sea-block i {
  font-size: 26px;
  color: #c4c4c4;
}
.la-sea-input {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
}
.la-sea-input::placeholder {
  color: #bababa;
}
.temp_tags {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-right: 32px;
  gap: 16px;
}
.temp-tag {
  min-width: 105px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(224, 224, 224, 1);
  color: #a6a6a6;
  font-size: 16px;
  background: transparent;
}
.temp-tag.current {
  border-color: transparent;
  background-color: var(--primary);
  color: #fff;
}

/* 标题 */
.u-h3 {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}
.u-h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 21px;
  background-color: var(--primary);
  margin-right: 12px;
}