.video-class .swiper {
  height: min(360px, 48vw);
}

.video-class .swiper .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  right: 0;
}

.video-class .swiper-pagination-bullet {
  margin: 0 min(3.8px, 0.5vw);
  width: min(17px, 2.3vw);
  height: min(8px, 1.1vw);
  background: linear-gradient(90deg, #dcb565 0%, #c99c41 100%, #c99c41 100%);
  opacity: 0.5;
  border-radius: 4px;
}

.video-class .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: min(34px, 4.5vw);
  opacity: 1;
}

.video-class .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.video-class .list .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(45px, 6vw);
}

.video-class .list .item .img {
  width: min(72px, 9.6vw);
  height: min(72px, 9.6vw);
  border-radius: 50%;
}

.video-class .list .item .name {
  margin-top: min(6px, 0.8vw);
  font-size: var(--font-24);
  color: #333;
}

.section-title {
  padding: min(20px, 2.7vw) min(30px, 4vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.section-title .name {
  font-weight: bold;
  font-size: var(--font-32);
  color: #333333;
  font-style: normal;
}

.section-title .more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font-24);
  color: #8e8a83;
}

.section-title .more::after {
  content: "";
  width: min(30px, 4vw);
  height: min(30px, 4vw);
  background: url(https://res.apearth.com/img/icon-more-link.png) no-repeat
    center;
  background-size: 100%;
}

.video-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 min(30px, 4vw) min(30px, 4vw);
}

.video-list .list .item {
  margin-top: min(24px, 3.2vw);
  width: min(330px, 44vw);
}

.video-list .list .item .img img {
  height: min(214px, 28.5vw);
}

.video-list .list .item .info {
  margin-top: min(9px, 1.2vw);
}

.video-list .list .item .info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: var(--font-28);
  color: #333333;
}

.video-list .list .item .info .desc {
  margin-top: min(9px, 1.2vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: var(--font-24);
  color: #333333;
}

.video-list .list .item .info .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(9px, 1.2vw);
}

.video-list .list .item .info .tags span {
  height: min(36px, 4.8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(6px, 0.8vw);
  background: #fff8eb;
  border-radius: 4px;
  font-size: var(--font-21);
  font-family: PingFang SC;
  font-weight: 400;
  color: #c49f75;
}

.sort-500 .swiper {
  height: min(604px, 80.5vw);
  padding: min(24px, 3.2vw) min(30px, 4vw) min(30px, 4vw);
  background-color: #f8f8f8;
}

.sort-500 .swiper .swiper-slide {
  width: min(634px, 84.5vw);
  height: min(548px, 73.1vw);
  padding: min(24px, 3.2vw) min(24px, 3.2vw);
  background: #ffffff;
  border-radius: 16px;
}

.sort-500 .swiper .name {
  height: min(80px, 10.7vw);
  font-weight: 400;
  font-size: var(--font-28);
  color: #333333;
  line-height: min(40px, 5.3vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sort-500 .swiper .tags {
  height: min(36px, 4.8vw);
  display: flex;
  margin-top: min(9px, 1.2vw);
}

.sort-500 .swiper .tags span {
  height: min(36px, 4.8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(6px, 0.8vw);
  background: #fff8eb;
  border-radius: 4px;
  font-size: var(--font-21);
  font-family: PingFang SC;
  font-weight: 400;
  color: #c49f75;
}

.sort-500 .swiper .img {
  margin-top: min(15px, 2vw);
}

.sort-500 .swiper .img img {
  width: 100%;
  height: min(304px, 40.5vw);
}

.sort-500 .swiper .props {
  padding: min(9px, 1.2vw) 0;
  display: flex;
  justify-content: space-between;
}

.sort-500 .swiper .props .prop {
  display: flex;
  align-items: center;
}

.sort-500 .swiper .props .icon-logo {
  width: min(32px, 4.3vw);
  height: min(32px, 4.3vw);
  margin-right: min(6px, 0.8vw);
}

.sort-500 .swiper .props .prop-site {
  font-weight: 400;
  font-size: var(--font-24);
  color: #777777;
}

.sort-500 .swiper .props .icon-view {
  width: min(32px, 4.3vw);
  height: min(32px, 4.3vw);
  margin-right: min(6px, 0.8vw);
}

.sort-500 .swiper .props .prop-value {
  font-weight: 400;
  font-size: var(--font-22);
  color: #aaaaaa;
}

.sort-500 .swiper .props .prop-view {
  margin-left: auto;
  margin-right: min(20px, 2.7vw);
}

.form-apply .btn-group {
  padding: min(15px, 2vw) min(30px, 4vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-apply .btn-group button {
  width: min(334px, 44.5vw);
  height: min(68px, 9.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: var(--font-32);
  color: #777777;
}

.form-apply .btn-group button.btn-resourse {
  background-color: #fff8eb;
  border: 1px solid #cfa44c;
  color: #333333;
}

.form-apply .btn-group button.btn-chat {
  background-color: #fff;
  border: 1px solid #edeff0;
  color: #777;
}

.form-apply .booking-title {
  padding-top: min(15px, 2vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: var(--font-32);
  color: #333333;
  text-align: center;
  position: relative;
}

.form-apply .booking-title .en {
  font-weight: 800;
  font-size: var(--font-40);
  letter-spacing: 2px;
  position: absolute;
  z-index: -1;
  bottom: min(15.8px, 2.1vw);
  background: linear-gradient(90deg, #eeeeee 0%, rgba(216, 216, 216, 0.8) 100%);
  background-clip: text;
  color: transparent;
}

.form-apply .booking-subtitle {
  font-weight: 400;
  font-size: var(--font-22);
  color: #777777;
  text-align: center;
}

.form-apply .booking-box .input-box {
  padding: 0 min(30px, 4vw);
  display: flex;
  align-items: center;
  margin-top: min(24px, 3.2vw);
}

.form-apply .booking-box .input-box > label {
  width: min(90px, 12vw);
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--font-28);
  color: #333333;
}

.form-apply .booking-box .input-box > label + input {
  flex: 1;
  height: min(80px, 10.7vw);
  background: #ffffff;
  border-radius: min(16px, 2.1vw);
  border: 1px solid #e6e6e6;
}

.form-apply .booking-box .input-box > label::after {
  content: "*";
  color: #ec4e49;
}

.form-apply .booking-box .input-box .country-code {
  background-color: #fff;
}

.form-apply .booking-box .booking-agree {
  padding: min(24px, 3.2vw) min(30px, 4vw);
  display: none;
  align-items: center;
}

.form-apply .booking-box .chk-autoinput {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font-28);
  color: #777777;
}

.form-apply .booking-box .chk-autoinput::before {
  margin-right: min(6px, 0.8vw);
  content: "";
  width: min(30px, 4vw);
  height: min(30px, 4vw);
  border-radius: 50%;
  border: 1px solid #777777;
}

.form-apply .booking-box .chk-autoinput:has(input:checked)::before {
  background-color: #c99c41;
}

.form-apply .booking-box .agree {
  font-weight: 400;
  font-size: var(--font-28);
  color: #c99c41;
}

.form-apply .booking-box .booking-btns {
  padding: 0 min(30px, 4vw);
}

.form-apply .booking-box .btn-booking {
  width: 100%;
  height: min(88px, 11.7vw);
  border-radius: min(44px, 5.9vw);
  border: none;
  background-color: #d9b161;
  font-weight: 500;
  font-size: var(--font-32);
  color: #ffffff;
}

.resource {
  margin-top: min(30px, 4vw);
  background-image: url(https://res.apearth.com/img/bg-resource.png);
  background-size: cover;
}

.resource .section-title {
  background-color: transparent;
}

.resource .list {
  padding: 0 min(30px, 4vw) min(30px, 4vw);
}

.resource .list .item {
  margin-top: min(24px, 3.2vw);
  padding: min(24px, 3.2vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px -4px 18px 0px #f5ebd7;
  border-radius: min(15px, 2vw);
}

.resource .list .item .name {
  font-weight: 500;
  font-size: var(--font-32);
  color: #c99c41;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource .list .item .btn-resource {
  margin-left: min(24px, 3.2vw);
  width: min(128px, 17.1vw);
  height: min(48px, 6.4vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(90deg, #dcb565 0%, #c99c41 100%, #c99c41 100%);
  border-radius: min(24px, 3.2vw);
  font-weight: 500;
  font-size: var(--font-24);
  color: #ffffff;
}

.video-list .section-title {
  padding: min(20px, 2.7vw) 0;
  justify-content: center;
}

.video-list .pagenation {
  background-color: #f2f3f7;
}

.video-list .pagenation .pager li {
  background-color: #fff;
}

/* 弹窗样式 */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: var(--w100);
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: flex-end;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dialog-overlay.active {
  opacity: 1;
  visibility: visible;
}

.dialog {
  background: white;
  border-radius: min(15px, 2vw) min(15px, 2vw) 0 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.4s ease;
}

.dialog-overlay.active .dialog {
  opacity: 1;
}

.dialog-header {
  padding: min(30px, 4vw);
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #d9b161;
  border-radius: min(15px, 2vw) min(15px, 2vw) 0 0;
  color: white;
}

.dialog-title {
  font-size: var(--font-30);
  font-weight: 600;
}

.dialog-close {
  background: none;
  border: none;
  font-size: var(--font-60);
  cursor: pointer;
  color: white;
  transition: color 0.2s;
}

.dialog-close:hover {
  color: #e74c3c;
}

.dialog-body {
  padding: min(30px, 4vw);
}

.sms-main .input-group {
  display: flex;
  align-items: center;
  margin-top: min(20px, 2.7vw);
  font-size: var(--font-21);
}

.sms-main .input-group .form-control {
  height: min(67.5px, 9vw);
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: min(6px, 0.8vw);
  outline: none;
  padding: 0 1em;
  font-weight: 500;
  color: #999999;
  flex: 1;
}

.sms-main .input-group .sel-country-code {
  height: min(69px, 9.2vw);
  flex: 1;
  border: 1px solid #dcdcdc;
  border-radius: min(6px, 0.8vw);
  outline: none;
  padding: 0 1em;
  display: block;
  font-size: var(--font-24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(/img/select-arrow.png);
  background-repeat: no-repeat;
  background-size: min(18px, 2.4vw) min(10px, 1.3vw);
  background-position: right 1em center;
}

.sms-main .input-group .input-verify-box {
  height: min(67.5px, 9vw);
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: min(6px, 0.8vw);
  outline: none;
  font-weight: 500;
  color: #999999;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1em;
}

.sms-main .input-group .input-verify-code {
  height: 100%;
  background-color: #ffffff;
  border: none;
  outline: none;
  padding: 0 1em;
  font-weight: 500;
  color: #999999;
  flex: 1;
}

.sms-main .input-group .btn-code {
  font-size: var(--font-21);
  font-family: PingFang SC;
  font-weight: 400;
  color: #c49f75;
  flex-shrink: 0;
}

.sms-main .btn-save {
  width: min(381px, 50.8vw);
  height: min(70px, 9.3vw);
  border-radius: min(30px, 4vw);
  border: none;
  outline: none;
  font-size: var(--font-28);
  color: #ffffff;
  cursor: pointer;
  background-image: url(/img/assess/btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: min(45px, 6vw) auto;
}
