.icon {
  background: url('/uploads/pages/sprite.png') no-repeat center;
  background-size: 1099px 1263px;
}
:root {
  --bg-img: url(/uploads/pages/disney-reviews/bg.png);
  --bg-mb-img: url(/uploads/pages/disney-reviews/mb-bg.png);
  --theme-color: #00B5CC;
  --theme-color-rgb: 0, 181, 204;
  --swiper-theme-color: var(--theme-color);
  --h2-color: #314C5A;
}

@font-face {
  font-family: 'Rubik';
  font-weight: 400;
  font-style: normal;
  src: local('Rubik Regular'), local('Rubik-Regular'), url(../../font/Rubik-Regular.ttf) format('truetype');
}
@font-face {
  font-family: "iconfont";
  src: url('../../font/iconfont.ttf') format('truetype');
}
.nav .nav_pc .nav_right .list .active a {
  color: #00b5cc;
}
.nav .nav_pc .nav_right .list li a:hover {
  color: #00b5cc;
}
.banner {
  background: var(--bg-img) no-repeat;
  background-size: cover;
  display: flex;
  justify-items: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
}
.banner .banner_title {
  color: #212642;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
}
.iconfont {
  font-size: 20px;
  margin-left: 5px;
}
.icon-dianzan:before {
  content: "\e8ad";
  font-family: "iconfont";
}
.active .icon-dianzan:before {
  content: "\e8c3";
}
.container {
  max-width: var(--page-width);
  margin: 0 auto;
}
.wrap-1,
.wrap-2 {
  margin-top: 80px;
}
.wrap_title {
  color: var(--h2-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.wrap_more {
  text-align: center;
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 20px;
}
.wrap_more:hover {
  color: #827502;
}
.item_desc {
  line-height: 1.5;
  font-size: 16px;
  color: #606060;
  margin-top: 20px;
}
.wrap-1 .wrap_title {
  margin: 0 auto;
}
.wrap-1 .wrap_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.wrap-1 .swiper {
  overflow: unset;
}
.wrap-1 .wrap_review {
  margin-top: 56px;
  gap: 30px;
}
.wrap-1 .wrap_review .review_item {
  border-radius: 12px;
  padding: 40px 50px 18px 50px;
  text-align: center;
  box-sizing: border-box;
  width: 340px;
  height: auto;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
}
.wrap-1 .wrap_review .item-desc_name {
  position: relative;
  font-size: 28px;
  font-weight: 700;
}
.wrap-1 .wrap_review .item-desc_name::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 24px;
  background: var(--theme-color);
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrap-1 .wrap_review .item-desc_time {
  color: #9A9A9A;
  font-size: 14px;
  margin-top: 6px;
}
.wrap-2 {
  padding-bottom: 100px;
}
.wrap-2 .wrap_top {
  margin-bottom: 30px;
  text-align: center;
}
.wrap-2 .option {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10px;
}
.wrap-2 .review_item {
  border-radius: 12px;
  border: 1px solid var(--theme-color);
  border-bottom-width: 6px;
  margin-bottom: 46px;
  padding: 30px;
}
.wrap-2 .wrap_write {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background: var(--theme-color);
  border-radius: 8px;
  transition: all 0.5s;
  width: fit-content;
  margin: 30px auto 0 auto;
}
.wrap-2 .wrap_write .wrap-write_icon {
  margin-left: 8px;
  display: block;
  background-position: -522px -886px;
  width: 21px;
  height: 23px;
}
.wrap-2 .wrap_write:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), var(--theme-color);
}
.wrap-2 .item_info,
.wrap-2 .item_help {
  flex-shrink: 0;
}
.wrap-2 .item_help:hover {
  background: linear-gradient(0deg, rgba(var(--theme-color-rgb), 0.1) 0%, rgba(var(--theme-color-rgb), 0.1) 100%), #FFF;
}
.wrap-2 .item_desc {
  flex: 0 1 672px;
  text-align: start;
}
.wrap-2 .item_desc .item-desc_title {
  font-weight: 700;
}
.wrap-2 .item_desc .item-desc_txt {
  line-height: 1.6;
}
.wrap-2 .item_info {
  font-size: 14px;
}
.wrap-2 .item-info_name {
  font-size: 20px;
  color: #444;
}
.wrap-2 .item-info_name,
.wrap-2 .item-info_time {
  margin-top: 5px;
}
.wrap-2 .item-info_time {
  color: #9A9A9A;
}
.wrap-2 .item-info_rank,
.wrap-2 .item_help {
  display: flex;
  align-items: center;
}
.wrap-2 .item-info_rank img {
  width: 16px;
  height: 16px;
}
.wrap-2 .item_help {
  display: flex;
  cursor: pointer;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px var(--theme-color) solid;
  padding: 7px 15px;
  height: fit-content;
  transition: all 0.5s;
}
.wrap-2 .item_help .wrap-help_icon {
  margin-left: 8px;
  display: block;
  background-position: -491px -886px;
  width: 24px;
  height: 23px;
}
.wrap-2 .item_help:hover .wrap-help_icon,
.wrap-2 .item_help.active .wrap-help_icon {
  background-position: -551px -886px;
}
.user_comment {
  display: none;
  width: 500px;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -250px;
  z-index: 10000;
}
.user_comment .box_title {
  padding: 10px 15px;
  background-color: var(--theme-color);
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.user_comment .box_title span {
  color: #fff;
  opacity: 1;
  margin-top: 4px;
}
.user_comment .form_box {
  padding: 30px 20px;
  background-color: #fff;
}
.user_comment .form_box .starRating {
  margin-bottom: 10px;
}
.user_comment .form_box .starRating p {
  font-size: 14px;
  font-weight: bold;
}
.user_comment .form_box .starRating input {
  margin: 5px 0;
}
.user_comment .form_box .target-demo {
  margin-top: 10px;
}
.user_comment .form_box input {
  box-sizing: border-box;
  outline: none;
  width: 100%;
  border: none;
  background-color: #efeded;
  padding-left: 10px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.user_comment .form_box .name {
  width: 214px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-bottom: 10px;
}
.user_comment .form_box .email {
  width: 214px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  float: right;
  line-height: 32px;
  margin-bottom: 10px;
}
.user_comment .form_box .subject {
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.user_comment .form_box .comment {
  height: 139px;
  line-height: 32px;
  margin-bottom: 20px;
}
.user_comment .form_box .comment #comment {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  resize: unset;
  background-color: #efeded;
  overflow: hidden;
  border: none;
  padding: 0;
  padding-left: 10px;
  line-height: 20px;
  outline: none;
}
.user_comment .form_box .about {
  margin-bottom: 10px;
}
.user_comment .form_box .about input {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.user_comment .form_box .about p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
.user_comment .form_box #comment-submit {
  width: 221px;
  height: 32px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
}
.user_comment .form_box #function-demo img {
  display: inline-block;
  width: 19px;
  height: 19px;
}
.user_comment .form_box .warning {
  font-weight: bold;
  padding: 10px 0;
}
.user_comment .form_box .war {
  color: red;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .banner {
    min-height: 240px;
    background-image: var(--bg-mb-img);
  }
  .banner .banner_title {
    font-size: 26px;
  }
  .container {
    padding: 0 var(--page-padding-x);
  }
  .wrap-1 {
    margin-top: 40px;
  }
  .wrap-2 {
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .wrap-1 .swiper {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .wrap-1 .wrap_review {
    gap: 0;
    margin-top: 32px;
  }
  .wrap-1 .review_item {
    width: 100%;
  }
  .wrap_title {
    font-size: 22px;
  }
  .wrap_more {
    margin-top: 32px;
  }
  .wrap-2 .wrap_top {
    margin-bottom: 40px;
  }
  .wrap-2 .wrap_title {
    margin-bottom: 40px;
  }
  .wrap-2 .wrap_title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap-2 .wrap_write {
    font-size: 16px;
  }
  .wrap-2 .wrap_top,
  .wrap-2 .review_item {
    text-align: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
  }
  .wrap-2 .item_help {
    border-radius: 12px;
    padding: 8px 14px;
    font-size: 12px;
  }
  .wrap-2 .option {
    margin-bottom: -5px;
  }
  .wrap-2 .item_desc {
    flex: unset;
  }
  .wrap-2 .item_desc .item-desc_title {
    margin: 16px 0;
  }
  .wrap-2 .iconfont {
    font-size: 16px;
  }
  .user_comment {
    width: 300px;
    margin-left: -150px;
    top: 5%;
  }
  .user_comment .form_box {
    text-align: center;
    padding: 15px 10px;
  }
  .user_comment .form_box .starRating #function-demo {
    margin: auto;
  }
  .user_comment .form_box .name {
    display: block;
    width: 100%;
    height: auto;
  }
  .user_comment .form_box .email {
    display: block;
    width: 100%;
    height: auto;
  }
  .user_comment .form_box .subject {
    display: block;
    width: 100%;
    height: auto;
  }
  .user_comment .form_box .about {
    display: flex;
  }
  .user_comment .form_box .about p {
    text-align: left;
    width: 90%;
    padding-left: 30px;
  }
  .user_comment .form_box #comment-submit {
    display: block;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cover {
  display: none;
  background: rgba(84, 83, 84, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
}