.bask-single-page {
  background: #F3F3F3;
}
.bask-single-page * {
  box-sizing: border-box;
  font-size: 14px;
}
.bask-single-page .banner-module {
  background: url("../images/bask-Single/banner-bg.jpg?v=20260410") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 450px;
  background-size: cover;
}
.bask-single-page .banner-module .quote-only {
  padding-top: 156px;
}
.bask-single-page .banner-module .banner-title {
  font-size: 48px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 14px 0 14px rgba(0, 0, 0, 0.44);
  text-align: center;
  margin-bottom: 40px;
}
.bask-single-page .banner-module .view-quote-box {
  width: 890px;
  height: 120px;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 26px 34px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  z-index: 1;
  margin: 0 auto;
}
.bask-single-page .banner-module .view-quote-box .quote-area {
  display: flex;
  align-items: flex-end;
  gap: 0 34px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-li {
  font-size: 0;
  position: relative;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-li:first-child {
  margin-left: 0;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-li:has(.quote-content:hover) .quote-title {
  color: #fff;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
.bask-single-page .banner-module .view-quote-box .quote-area input {
  width: 170px;
  height: 34px;
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  color: #fff;
  padding: 0 6px 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.bask-single-page .banner-module .view-quote-box .quote-area input.small {
  width: 100px;
}
.bask-single-page .banner-module .view-quote-box .quote-area input::placeholder {
  color: #c2c2c2;
}
.bask-single-page .banner-module .view-quote-box .quote-area input.hand-shape {
  cursor: pointer;
}
.bask-single-page .banner-module .view-quote-box .quote-area .flag {
  float: left;
  width: 24px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #c2c2c2;
  font-size: 14px;
  background: rgba(17, 17, 19, 0.2);
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content {
  float: left;
  position: relative;
  font-size: 14px;
  transition: all 0.3s ease;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content:after {
  width: 100%;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 34px;
  background: transparent;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content input:focus {
  box-shadow: unset;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content.merge-row {
  background: rgba(17, 17, 19, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content.merge-row input {
  backdrop-filter: none;
  background: none;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content.merge-row:after {
  clear: both;
  content: '';
  display: block;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content.merge-row .small {
  float: left;
  border: none;
  border-radius: unset;
  height: 32px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-content .down-icon {
  background: url("../images/page-index_v3/down-menu-icon.png") no-repeat center;
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3.5px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .drop-down-list {
  border-radius: 4px;
  border: 1px solid #9EA0A5;
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 4;
  width: 100%;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
}
.bask-single-page .banner-module .view-quote-box .quote-area .drop-down-list li {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.bask-single-page .banner-module .view-quote-box .quote-area .drop-down-list li:hover {
  background: rgba(0, 17, 0, 0.3);
  color: #5BC000;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp {
  padding: 15px 10px 20px 20px;
  box-sizing: border-box;
  text-align: justify;
  font-weight: normal;
  font-size: 13px;
  cursor: initial;
  color: #757575;
  border: 1px solid #9EA0A5;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 500px;
  overflow: hidden;
  display: none;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul {
  font-family: verdana;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li {
  width: 14%;
  line-height: 20px;
  float: left;
  margin-bottom: 8px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label input {
  backdrop-filter: unset;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"] {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5BC000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -2.5px auto 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]:checked {
  border-color: #5BC000;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]:checked::before {
  opacity: 1;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label:hover {
  color: #5BC000;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label:hover input[type="radio"] {
  border-color: #5BC000;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label:hover input[type="radio"]::before {
  opacity: 1;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label:has(input[type="radio"]:checked) {
  color: #5BC000;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li label:has(input[type="radio"]:checked) * {
  color: #5BC000;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li a {
  display: block;
  color: #757575;
  overflow: hidden;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li.free {
  width: 125px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li.free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 93px;
  height: 22px;
  background: url('../images/page-index_v3/free-proofing@icon.png') 0 0;
  margin: 0 0 0 4px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li.receive-free {
  width: 155px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li.receive-free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 22px;
  background: url('../images/page-index_v3/free-proofing@icon.png') -99px 0;
  margin: 0 0 0 4px;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp ul li.receive-free:hover .free-icon {
  opacity: 0.9;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp .custom {
  margin-top: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp .custom .txtstyle {
  width: 110px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 2px;
  color: #CED0D1;
  padding-left: 12px;
  margin-right: 3px;
  background: transparent;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp .custom button {
  width: 58px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  border: 0;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 3px;
  color: #fff;
  background-color: #5BC000;
  display: none;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp .custom button.confirmbtn {
  background-color: #5BC000;
}
.bask-single-page .banner-module .view-quote-box .quote-area .boards-nub-warp .custom button.confirmbtn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #5BC000;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .banner-module .view-quote-box .quote-area .quote-btn:hover {
  background: #70d614;
}
.bask-single-page .water-parent-module {
  padding: 64px 0 0;
}
.bask-single-page .water-parent-module .top-name {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  margin-bottom: 40px;
}
.bask-single-page .water-parent-module .top-name .get-fen {
  padding: 0 22px;
  height: 42px;
  line-height: 40px;
  border-radius: 4px;
  background: #FFF6F0;
  border: 1px solid #FF6803;
  display: inline-block;
  color: #FD6021;
  font-weight: bold;
}
.bask-single-page .water-parent-module .top-name .get-fen:before {
  background: url("../images/bask-Single/edit-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.bask-single-page .water-parent-module .type-list {
  display: flex;
  gap: 20px 40px;
  margin-bottom: 20px;
}
.bask-single-page .water-parent-module .type-list:last-of-type {
  margin-bottom: unset;
}
.bask-single-page .water-parent-module .type-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bask-single-page .water-parent-module .type-row .type-title {
  font-weight: bold;
  font-size: 16px;
  min-width: 110px;
  color: #333333;
}
.bask-single-page .water-parent-module .type-row .menu-tab {
  display: flex;
  gap: 10px;
}
.bask-single-page .water-parent-module .type-row .menu-tab li {
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  background: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .water-parent-module .type-row .menu-tab li a {
  padding: 0 20px;
  color: #666666;
}
.bask-single-page .water-parent-module .type-row .menu-tab li a:hover {
  color: #70d614;
}
.bask-single-page .water-parent-module .type-row .menu-tab li.active {
  background: #5BC000;
}
.bask-single-page .water-parent-module .type-row .menu-tab li.active a {
  font-weight: bold;
  color: #FFFFFF;
}
.bask-single-page .water-parent-module .type-row .menu-tab li.active:hover {
  color: #FFFFFF;
}
.bask-single-page .water-parent-module .review-remit {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.bask-single-page .water-parent-module .review-remit .view-item {
  width: 338px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 4px;
}
.bask-single-page .water-parent-module .review-remit .show-img a {
  width: 100%;
  height: 204px;
  overflow: hidden;
  display: block;
  border-radius: 4px;
  background: #666666;
  margin-bottom: 10px;
}
.bask-single-page .water-parent-module .review-remit .show-img a:hover img {
  transform: scale(1.05);
}
.bask-single-page .water-parent-module .review-remit .show-img a img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .water-parent-module .review-remit .img-menu {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.bask-single-page .water-parent-module .review-remit .tab-img {
  width: 48px;
  height: 48px;
  border: 1px solid #EEEEFB;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.bask-single-page .water-parent-module .review-remit .tab-img.active {
  border: 1px solid #5BC000;
}
.bask-single-page .water-parent-module .review-remit .tab-img.active:after {
  display: block;
}
.bask-single-page .water-parent-module .review-remit .tab-img:after {
  background: url("../images/bask-Single/down-arrow-icon.png") no-repeat center;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.bask-single-page .water-parent-module .review-remit .tab-img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: cover;
}
.bask-single-page .water-parent-module .review-remit .head-tp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.bask-single-page .water-parent-module .review-remit .head-lt {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bask-single-page .water-parent-module .review-remit .photo-pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.bask-single-page .water-parent-module .review-remit .photo-pic img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.bask-single-page .water-parent-module .review-remit .name {
  color: #333333;
  font-weight: bold;
  max-width: 126px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bask-single-page .water-parent-module .review-remit .leave-starts {
  display: flex;
  gap: 6px;
  align-items: center;
}
.bask-single-page .water-parent-module .review-remit .stars {
  background: url("../images/bask-Single/start-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.bask-single-page .water-parent-module .review-remit .label-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bask-single-page .water-parent-module .review-remit .tag-list {
  display: flex;
  gap: 10px;
}
.bask-single-page .water-parent-module .review-remit .type-tag {
  color: #5BC000;
  height: 22px;
  line-height: 20px;
  border-radius: 2px;
  display: inline-block;
  padding: 0 8px;
  background: rgba(1, 174, 1, 0.06);
  border: 1px solid #5BC000;
}
.bask-single-page .water-parent-module .review-remit .use-tag {
  color: #FD6021;
  height: 22px;
  line-height: 20px;
  border-radius: 2px;
  display: inline-block;
  padding: 0 10px;
  background: rgba(253, 96, 33, 0.06);
  border: 1px solid #FD6021;
}
.bask-single-page .water-parent-module .review-remit .view-des {
  color: #333333;
  line-height: 20px;
  height: 50px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #EEEEFB;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bask-single-page .water-parent-module .review-remit .comment-des {
  font-size: 12px;
  color: #FF6803;
  height: 42px;
  padding: 4px 8px;
  background: rgba(255, 104, 3, 0.05);
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bask-single-page .water-parent-module .review-remit .comment-des .bold {
  font-weight: bold;
  font-size: 12px;
}
.bask-single-page .water-parent-module .review-remit .comment-des:before {
  width: 3px;
  height: 100%;
  background: #FF6803;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bask-single-page .water-parent-module .review-remit .view-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #666666;
}
.bask-single-page .water-parent-module .review-remit .view-bar .lf {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bask-single-page .water-parent-module .review-remit .view {
  display: flex;
  gap: 5px;
  align-items: center;
}
.bask-single-page .water-parent-module .review-remit .view:before {
  background: url("../images/bask-Single/view-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
}
.bask-single-page .water-parent-module .review-remit .parse {
  display: flex;
  gap: 5px;
  align-items: center;
}
.bask-single-page .water-parent-module .review-remit .parse:before {
  background: url("../images/bask-Single/like-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-top: -2px;
}
.bask-single-page .water-parent-module .dummy-status {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 200px 0;
  flex-direction: column;
  text-align: center;
}
.bask-single-page .water-parent-module .dummy-status .des {
  color: #333333;
}
.bask-single-page .water-parent-module .dummy-status .jump-link {
  background: url("../images/bask-Single/jump-btn.png") no-repeat center;
  width: 106px;
  height: 38px;
  display: block;
  margin: 16px auto 0;
}
.bask-single-page .water-parent-module .help-page-module {
  margin: 40px auto 0;
}
.bask-single-page .water-parent-module .help-page-module .pagination {
  margin: unset;
}
.bask-single-page .water-parent-module .help-page-module li a {
  background: #FFFFFF;
  border: 1px solid #F6F6FA;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.bask-single-page .water-parent-module .help-page-module li a:hover {
  color: #5BC000;
}
.bask-single-page .water-parent-module .help-page-module li.active a {
  background: #5BC000;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #5BC000;
}
.bask-single-page .water-parent-module .help-page-module li.disabled a {
  background: #FFFFFF;
}
.bask-single-page .water-parent-module .help-page-module li.disabled a:hover {
  color: #333333;
}
.bask-single-page .water-parent-module .turn-comments {
  background: url("../images/bask-Single/case-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 160px;
  margin-top: 60px;
  background-size: cover;
}
.bask-single-page .water-parent-module .turn-comments .page-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.bask-single-page .water-parent-module .turn-comments .info-item {
  height: 160px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bask-single-page .water-parent-module .turn-comments .info-item:after {
  background: url("../images/bask-Single/line-bg.png") no-repeat center;
  width: 1px;
  height: 140px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -70px;
  z-index: 1;
}
.bask-single-page .water-parent-module .turn-comments .info-item:last-of-type:after {
  display: none;
}
.bask-single-page .water-parent-module .turn-comments .info-item img {
  transition: all 0.3s ease-in-out;
}
.bask-single-page .water-parent-module .turn-comments .info-item:hover img {
  transform: translateY(-5px);
}
.bask-single-page .water-parent-module .turn-comments .num {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}
.bask-single-page .water-parent-module .turn-comments .symbol {
  font-size: 22px;
}
.bask-single-page .water-parent-module .turn-comments .info {
  font-size: 14px;
  color: #999999;
}
/*# sourceMappingURL=bask-Single.css.map */