.video-detail {
  padding: min(30px, 4vw);
}

.video-detail .hot-project {
  height: min(88px, 11.7vw);
  padding: 0 min(24px, 3.2vw);
  display: flex;
  align-items: center;
  background: rgba(201, 156, 67, 0.1);
  border-radius: min(24px, 3.2vw);
}

.video-detail .hot-project > .name {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--font-28);
  color: #333333;
  margin-right: min(15px, 2vw);
}

.video-detail .hot-project > .name img {
  width: min(30px, 4vw);
  height: min(30px, 4vw);
  margin-right: min(15px, 2vw);
}

.video-detail .hot-project .swiper {
  flex: 1;
  height: 100%;
  font-weight: 500;
  font-size: var(--font-28);
  color: #333333;
}

.video-detail .hot-project .swiper .swiper-slide {
  line-height: min(88px, 11.7vw);
}

.video-detail .hot-project .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-detail .hot-project .btn-online {
  flex-shrink: 0;
  width: fit-content;
  height: min(48px, 6.4vw);
  padding: 0 min(15px, 2vw);
  margin-left: min(15px, 2vw);
  font-weight: 500;
  font-size: var(--font-24);
  color: #ffffff;
}

.video-detail .detail {
  margin-top: min(30px, 4vw);
  background: #fff;
  border-radius: min(24px, 3.2vw);
}

.video-detail .detail .video-box {
  background: #d8d8d8;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}

.video-detail .detail .video-box video {
  width: 100%;
  height: min(320px, 42.7vw);
  border-radius: inherit;
  object-fit: cover;
}

.video-detail .detail .video-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(128px, 17.1vw);
  height: min(128px, 17.1vw);
}

.video-detail .detail .detail-info {
  margin-top: max(-30px, -4vw);
  padding: min(24px, 3.2vw);
  background: #ffffff;
  box-shadow: 0px min(4px, 0.5vw) min(34px, 4.5vw) 0px rgba(51, 51, 51, 0.1);
  border-radius: inherit;
  position: relative;
  z-index: 1;
}

.video-detail .detail .detail-info .video-title {
  font-weight: 500;
  font-size: var(--font-32);
  color: #333333;
  line-height: min(44px, 5.9vw);
}

.video-detail .detail .detail-info .tags {
  margin-top: min(24px, 3.2vw);
  display: flex;
  flex-wrap: wrap;
}

.video-detail .detail .detail-info .tags a {
  margin: 0 min(15px, 2vw) min(15px, 2vw) 0;
  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;
}

.video-detail .detail .detail-info .content {
  margin-top: min(24px, 3.2vw);
  padding: min(24px, 3.2vw) 0;
  border-top: 1px solid #e6e6e6;
  font-weight: 400;
  font-size: var(--font-28);
  color: #333333;
  line-height: min(40px, 5.3vw);
}

.video-detail .detail .detail-info .props {
  padding: min(9px, 1.2vw) 0;
  display: flex;
  justify-content: space-between;
}

.video-detail .detail .detail-info .props .prop {
  display: flex;
  align-items: center;
}

.video-detail .detail .detail-info .props .icon-view {
  width: min(32px, 4.3vw);
  height: min(32px, 4.3vw);
  margin-right: min(6px, 0.8vw);
}

.video-detail .detail .detail-info .props .prop-value {
  font-weight: 400;
  font-size: var(--font-22);
  color: #aaaaaa;
}

.video-detail .detail .detail-info .props .prop-view {
  margin-left: auto;
  margin-right: min(20px, 2.7vw);
}

.video-detail .detail .detail-info .btn-like-box {
  padding: min(24px, 3.2vw) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-detail .detail .detail-info .btn-like-box .btn-like {
  width: fit-content;
  height: min(72px, 9.6vw);
  padding: 0 min(60px, 8vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cda24a;
  background-color: #fff;
  border-radius: min(45px, 6vw);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: var(--font-32);
  color: #cda24a;
}

.video-detail .detail .detail-info .btn-like-box .btn-like::before {
  content: " ";
  width: min(40px, 5.3vw);
  height: min(40px, 5.3vw);
  background: url(https://res.apearth.com/img/icon-btn-like-active.png)
    no-repeat;
  background-size: 100% 100%;
  margin-right: min(12px, 1.6vw);
}

.video-detail .detail .detail-info .prev-next .prev,
.video-detail .detail .detail-info .prev-next .next {
  padding: 0 min(15px, 2vw);
  display: flex;
  align-items: center;
  font-size: var(--font-24);
  color: #333333;
  height: min(68px, 9.1vw);
  background: #f8f8f8;
}

.video-detail .detail .detail-info .prev-next .next {
  margin-top: min(15px, 2vw);
}

.video-detail .detail .detail-info .prev-next .label {
  padding-right: min(15px, 2vw);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.video-detail .detail .detail-info .prev-next .label::before {
  content: "";
  width: min(40px, 5.3vw);
  height: min(40px, 5.3vw);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: min(12px, 1.6vw);
}

.video-detail .detail .detail-info .prev-next .prev .label::before {
  background-image: url(https://res.apearth.com/img/icon-video-prev.png);
}

.video-detail .detail .detail-info .prev-next .next .label::before {
  background-image: url(https://res.apearth.com/img/icon-video-next.png);
}

.video-detail .detail .detail-info .prev-next a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-detail .detail .detail-info .disclaimer {
  margin-top: min(24px, 3.2vw);
  padding: min(24px, 3.2vw) min(15px, 2vw);
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  font-weight: 500;
  font-size: var(--font-24);
  color: #aaaaaa;
  line-height: min(36px, 4.8vw);
}

.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;
}

.section-title {
  padding: min(45px, 6vw) 0;
  font-weight: 500;
  font-size: var(--font-32);
  color: #333333;
}

.recommend .list .item {
  padding-bottom: min(18px, 2.4vw);
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

.recommend .list .item + .item {
  margin-top: min(15px, 2vw);
}

.recommend .list .item .img {
  width: min(210px, 28vw);
  height: min(162px, 21.6vw);
  flex-shrink: 0;
}

.recommend .list .item .img img {
  width: inherit;
  height: inherit;
  border-radius: min(8px, 1.1vw);
  background: #d8d8d8;
  object-fit: cover;
}

.recommend .list .item .info {
  padding-left: min(24px, 3.2vw);
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recommend .list .item .info .name {
  font-weight: bold;
  font-size: var(--font-28);
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend .list .item .info .desc {
  min-width: 0;
  height: min(72px, 9.6vw);
  font-weight: 400;
  font-size: var(--font-24);
  color: #333333;
  line-height: min(36px, 4.8vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recommend .list .item .info .props {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommend .list .item .info .props .prop {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font-22);
  color: #aaaaaa;
}

.recommend .list .item .info .props .prop .icon-view {
  width: min(28px, 3.7vw);
  height: min(28px, 3.7vw);
  margin-right: min(3px, 0.4vw);
}

.lib-img .swiper {
  width: min(690px, 92vw) !important;
  height: min(394px, 52.5vw);
}

.lib-img .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.lib-img .swiper .img {
  width: min(558px, 74.4vw);
  height: min(328px, 43.7vw);
  border: none;
}

.lib-img .swiper .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  right: 0;
}

.lib-img .swiper-pagination-bullet {
  margin: 0 min(3.8px, 0.5vw);
  width: min(32px, 4.3vw);
  height: min(8px, 1.1vw);
  background: linear-gradient(90deg, #dcb565 0%, #c99c41 100%, #c99c41 100%);
  opacity: 0.5;
  border-radius: min(10px, 1.3vw);
}

.lib-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.lib-img .swiper .swiper-button-prev,
.lib-img .swiper .swiper-button-next {
  width: min(48px, 6.4vw);
  height: min(48px, 6.4vw);
}

.lib-img .swiper .swiper-button-prev {
  left: 0;
}

.lib-img .swiper .swiper-button-next {
  right: 0;
}

.lib-img .swiper .swiper-button-prev::after,
.lib-img .swiper .swiper-button-next::after {
  width: inherit;
  height: inherit;
  content: "";
  background-size: 100% 100%;
}

.lib-img .swiper .swiper-button-prev::after {
  background-image: url(http://res.apearth.com/img/icon-swiper-prev.png);
}

.lib-img .swiper .swiper-button-prev.swiper-button-disabled::after {
  background-image: url(http://res.apearth.com/img/icon-swiper-prev-disabled.png);
}

.lib-img .swiper .swiper-button-next::after {
  background-image: url(http://res.apearth.com/img/icon-swiper-next.png);
}

.lib-img .swiper .swiper-button-next.swiper-button-disabled::after {
  background-image: url(http://res.apearth.com/img/icon-swiper-next-disabled.png);
}

.resource {
  margin-top: min(30px, 4vw);
  padding: 0 min(30px, 4vw) 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 .item {
  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 + .item {
  margin-top: min(24px, 3.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;
}

.recommend-tags {
  padding: 0 4vw 4vw;
}

.recommend-tags .list {
  padding: 3.2vw;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 0.5333vw 4.5333vw 0px rgba(51, 51, 51, 0.1);
  border-radius: 3.2vw;
}

.recommend-tags .list .item {
  margin: 0 2vw 3.2vw 0;
}

.recommend-tags .list .item a {
  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;
}

/* 弹窗样式 */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: var(--w100);
  height: 100vh;
  margin: 0 auto;
  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;
}
