.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
html,
body {
  overflow-x: hidden;
  min-width: 1400px;
}
html *,
body * {
  box-sizing: border-box;
}
.index-page-v4 {
  min-width: 1400px;
}
.index-page-v4 * {
  font-size: 14px;
  color: #333333;
}
.index-page-v4 .animateArrowFn:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 18px;
  height: 5px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp {
  padding: 4px 10px 10px 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-y: auto;
  max-height: 155px;
  display: none;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp::-webkit-scrollbar {
  width: 4px;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul {
  width: 464px;
  font-family: verdana;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li {
  min-width: 14%;
  line-height: 20px;
  float: left;
  margin-bottom: 8px;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label {
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label input {
  backdrop-filter: unset;
}
.index-page-v4 .diyBoardNumberFn .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;
}
.index-page-v4 .diyBoardNumberFn .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;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label input[type="radio"]:checked {
  border-color: #5BC000;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label input[type="radio"]:checked::before {
  opacity: 1;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label:hover {
  color: #5BC000;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label:hover input[type="radio"] {
  border-color: #5BC000;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label:hover input[type="radio"]::before {
  opacity: 1;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label:has(input[type="radio"]:checked) {
  color: #5BC000;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li label:has(input[type="radio"]:checked) * {
  color: #5BC000;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li a {
  display: block;
  color: #757575;
  overflow: hidden;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li.free {
  width: 125px;
}
.index-page-v4 .diyBoardNumberFn .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;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li.receive-free {
  width: 155px;
}
.index-page-v4 .diyBoardNumberFn .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;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp ul li.receive-free:hover .free-icon {
  opacity: 0.9;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp .custom {
  margin-top: 8px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.index-page-v4 .diyBoardNumberFn .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;
}
.index-page-v4 .diyBoardNumberFn .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: #FFFFFF;
  background-color: #5BC000;
  display: none;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp .custom button.confirmbtn {
  background-color: #5BC000;
}
.index-page-v4 .diyBoardNumberFn .boards-nub-warp .custom button.confirmbtn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.index-page-v4 .diySwitchSideFn .switch-side .switch {
  float: left;
  min-width: 50px;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  background: rgba(55, 57, 67, 0.2);
  border: 1px solid rgba(91, 192, 0, 0.2);
  cursor: pointer;
  margin-left: 12px;
  color: #CACAE0;
  font-size: 12px;
  position: relative;
}
.index-page-v4 .diySwitchSideFn .switch-side .switch:first-child {
  margin-left: 0;
}
.index-page-v4 .diySwitchSideFn .switch-side .switch.active {
  border-color: #5BC000;
  color: #FFFFFF;
}
.index-page-v4 .diySwitchSideFn .switch-side .switch.active:after {
  display: block;
  content: '';
  background: url("../images/page-index_v3/check-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index-page-v4 .diyFileBoxFn .file-box {
  width: 534px;
  height: 36px;
  box-sizing: border-box;
  line-height: 64px;
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid #9EA0A5;
  backdrop-filter: blur(10px);
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
}
.index-page-v4 .diyFileBoxFn .file-box:hover {
  border: 1px dashed #5BC000;
}
.index-page-v4 .diyFileBoxFn .file-box:hover .file-uploading {
  color: #5BC000;
}
.index-page-v4 .diyFileBoxFn .file-box:hover .file-uploading::before {
  background: url("../images/page-index_v3/file-upload-icon-hover.png") no-repeat center;
}
.index-page-v4 .diyFileBoxFn .file-box .file-uploading {
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page-v4 .diyFileBoxFn .file-box .file-uploading::before {
  background: url('../images/page-index_v3/file-upload-icon.png') no-repeat center;
  width: 26px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  transition: all 0.3s;
}
.index-page-v4 .diyFileBoxFn .file-box .file-uploading .file-btn {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  background: #A7A7CB;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  padding: 0 21px;
  display: inline-block;
  margin-left: 20px;
}
.index-page-v4 .diyFileBoxFn .file-box .file-uploading .input-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.index-page-v4 .diyFileBoxFn .file-box .file-delete {
  font-weight: 500;
  color: #A7A7CB;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page-v4 .diyFileBoxFn .file-box .file-delete #uploadedFileName {
  max-width: 470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-page-v4 .diyFileBoxFn .file-box .file-delete .del-btn {
  font-size: 15px;
  color: #5BC000;
  margin-left: 20px;
  cursor: pointer;
}
.index-page-v4 .diyFileBoxFn .file-box .file-delete .del-btn:before {
  background: url("../images/page-index_v3/delete-files-icon.png") no-repeat center;
  width: 18px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.index-page-v4 .banner-box {
  min-width: 1400px;
  height: 520px;
  position: relative;
}
.index-page-v4 .banner-box * {
  box-sizing: border-box;
}
.index-page-v4 .banner-box .index-banner {
  height: 520px;
  position: relative;
  min-width: 1400px;
}
.index-page-v4 .banner-box .index-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-page-v4 .banner-box .index-banner .banner-title-icon {
  background: url("../images/page-index_v3/banner-title.png") no-repeat center;
  width: 839px;
  height: 223px;
  display: block;
  position: absolute;
  left: 0;
  top: 150px;
}
.index-page-v4 .banner-box .index-banner .more-btn {
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  background: #5BC000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 74px;
  z-index: 6;
  cursor: pointer;
  padding: 0 28px;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .banner-box .index-banner .more-btn:after {
  background: url("../images/page-index_v3/banner-arrow-icon.png") no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-left: 76px;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .banner-box .index-banner .more-btn:hover {
  background: #70d614;
}
.index-page-v4 .banner-box .index-banner .more-btn:hover:after {
  transform: translateX(5px);
}
.index-page-v4 .banner-box .page-wrap {
  width: 1400px;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 5;
}
.index-page-v4 .banner-box .page-wrap .swiper-pagination {
  pointer-events: all;
  bottom: 24px;
  text-align: center;
  width: 100%;
}
.index-page-v4 .banner-box .flag-box {
  height: 82px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 70px;
  padding: 8px 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
  pointer-events: all;
}
.index-page-v4 .banner-box .flag-box .flag {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: rgba(21, 21, 21, 0.2);
  float: left;
  margin-left: 5px;
  line-height: 66px;
  text-align: center;
}
.index-page-v4 .banner-box .flag-box .flag:first-child {
  margin-left: 0;
}
.index-page-v4 .banner-box .flag-box .flag:hover {
  background: rgba(21, 21, 21, 0.5);
}
.index-page-v4 .banner-box .banner-title {
  font-size: 50px;
  color: #FFFFFF;
  line-height: 52px;
  margin-top: 150px;
  font-weight: bolder;
  position: relative;
  z-index: 2;
}
.index-page-v4 .banner-box .change-quote-area {
  margin-top: 30px;
  pointer-events: all;
  float: left;
  position: relative;
  z-index: 999;
}
.index-page-v4 .banner-box .change-quote-area .quote-remit {
  width: 764px;
  height: 146px;
  position: relative;
}
.index-page-v4 .banner-box .change-quote-area .quote-type {
  position: relative;
  z-index: 2;
  display: flex;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li {
  float: left;
  padding: 11px 18px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  position: relative;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:first-of-type {
  border-top-left-radius: 4px;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:first-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon1.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:first-of-type:after {
  border-top-left-radius: 4px;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:nth-of-type(2):before {
  background: url("../images/page-index_v3/quote-mune-icon2.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:last-of-type {
  border-top-right-radius: 4px;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:last-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon3.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:last-of-type:after {
  border-top-right-radius: 4px;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li.active {
  color: #FFFFFF;
  font-weight: bold;
  background: none;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 17px;
  position: relative;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li.active:after {
  width: 100%;
  height: 1px;
  backdrop-filter: blur(30px);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li.active:first-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon1-hover.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li.active:nth-of-type(2):before {
  background: url("../images/page-index_v3/quote-mune-icon2-hover.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li.active:last-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon3-hover.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:hover {
  color: #FFFFFF;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:hover:first-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon1-hover.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:hover:nth-of-type(2):before {
  background: url("../images/page-index_v3/quote-mune-icon2-hover.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .quote-type li:hover:last-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon3-hover.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box {
  width: 764px;
  height: 102px;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 17px 22px 14px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  position: relative;
  top: -1px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area {
  display: flex;
  gap: 0 34px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .area-remit {
  display: flex;
  gap: 0 34px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .area-remit .quote-title {
  display: inline-block;
  margin-bottom: unset;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .area-remit .down-files {
  font-size: 12px;
  color: #5BC000;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .area-remit .down-files:hover {
  text-decoration: underline;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .area-remit .quote-li {
  float: unset;
  font-weight: bold;
  margin-bottom: 8px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .input-num .quote-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .input-num:has(.quote-content:hover) .quote-title {
  color: #ffffff;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .input-num .quote-content {
  float: unset;
  backdrop-filter: blur(10px);
  margin-left: unset;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .input-num .quote-content input {
  width: 150px;
  height: 36px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-li {
  font-size: 0;
  position: relative;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-li:first-child {
  margin-left: 0;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-li:has(.quote-content:hover) .quote-title {
  color: #FFFFFF;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-title {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area input {
  width: 130px;
  height: 36px;
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0 6px 0 10px;
  box-sizing: border-box;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area input.small {
  width: 100px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area input::placeholder {
  color: #c2c2c2;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area input.hand-shape {
  cursor: pointer;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .flag {
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #c2c2c2;
  background: rgba(17, 17, 19, 0.2);
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content {
  float: left;
  position: relative;
  transition: all 0.3s ease;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content .drop-down-list {
  width: 130px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content:after {
  width: 100%;
  height: 4px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 36px;
  background: transparent;
}
.index-page-v4 .banner-box .change-quote-area .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);
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content input:focus {
  box-shadow: unset;
}
.index-page-v4 .banner-box .change-quote-area .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;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row input {
  backdrop-filter: none;
  background: none;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row:after {
  clear: both;
  content: '';
  display: block;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row .small {
  float: left;
  border: none;
  border-radius: unset;
  height: 34px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row .flag {
  height: 34px;
  line-height: 34px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content .format {
  color: rgba(255, 255, 255, 0.5);
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch {
  float: left;
  min-width: 50px;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  background: rgba(55, 57, 67, 0.2);
  border: 1px solid rgba(91, 192, 0, 0.2);
  cursor: pointer;
  margin-left: 12px;
  color: #CACAE0;
  font-size: 12px;
  position: relative;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch:first-child {
  margin-left: 0;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch.active {
  border-color: #5BC000;
  color: #FFFFFF;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch.active:after {
  display: block;
  content: '';
  background: url("../images/page-index_v3/check-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index-page-v4 .banner-box .change-quote-area .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;
}
.index-page-v4 .banner-box .change-quote-area .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: 134px;
  display: none;
  overflow-y: auto;
  max-height: 155px;
  box-sizing: border-box;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .drop-down-list::-webkit-scrollbar {
  width: 4px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .drop-down-list::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .drop-down-list li {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
  cursor: pointer;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .drop-down-list li:hover {
  background: rgba(0, 17, 0, 0.3);
  color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp {
  padding: 4px 10px 10px 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-y: auto;
  max-height: 155px;
  display: none;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp::-webkit-scrollbar {
  width: 4px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul {
  width: 464px;
  font-family: verdana;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li {
  min-width: 14%;
  line-height: 20px;
  float: left;
  margin-bottom: 8px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label {
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input {
  backdrop-filter: unset;
}
.index-page-v4 .banner-box .change-quote-area .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;
}
.index-page-v4 .banner-box .change-quote-area .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;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]:checked {
  border-color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]:checked::before {
  opacity: 1;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:hover {
  color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:hover input[type="radio"] {
  border-color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:hover input[type="radio"]::before {
  opacity: 1;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:has(input[type="radio"]:checked) {
  color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:has(input[type="radio"]:checked) * {
  color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li a {
  display: block;
  color: #757575;
  overflow: hidden;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.free {
  width: 125px;
}
.index-page-v4 .banner-box .change-quote-area .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;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.receive-free {
  width: 155px;
}
.index-page-v4 .banner-box .change-quote-area .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;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.receive-free:hover .free-icon {
  opacity: 0.9;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp .custom {
  margin-top: 8px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.index-page-v4 .banner-box .change-quote-area .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;
}
.index-page-v4 .banner-box .change-quote-area .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: #FFFFFF;
  background-color: #5BC000;
  display: none;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp .custom button.confirmbtn {
  background-color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .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);
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box {
  width: 534px;
  height: 36px;
  box-sizing: border-box;
  line-height: 64px;
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid #9EA0A5;
  backdrop-filter: blur(10px);
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box:hover {
  border: 1px dashed #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box:hover .file-uploading {
  color: #5BC000;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box:hover .file-uploading::before {
  background: url("../images/page-index_v3/file-upload-icon-hover.png") no-repeat center;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-uploading {
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-uploading::before {
  background: url('../images/page-index_v3/file-upload-icon.png') no-repeat center;
  width: 26px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  transition: all 0.3s;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-uploading .file-btn {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  background: #A7A7CB;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  padding: 0 21px;
  display: inline-block;
  margin-left: 20px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-uploading .input-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete {
  font-weight: 500;
  color: #A7A7CB;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete #uploadedFileName {
  max-width: 470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete .del-btn {
  font-size: 15px;
  color: #5BC000;
  margin-left: 20px;
  cursor: pointer;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete .del-btn:before {
  background: url("../images/page-index_v3/delete-files-icon.png") no-repeat center;
  width: 18px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .tips-files {
  position: absolute;
  left: 300px;
  bottom: -70px;
}
.index-page-v4 .banner-box .change-quote-area .view-quote-box .tips-files .tip-des {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #5BC000;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 4px;
}
.index-page-v4 .banner-box .change-quote-area .quote-btn {
  font-size: 16px;
  color: #FFFFFF;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5BC000;
  font-weight: bolder;
  border-radius: 3px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .banner-box .change-quote-area .quote-btn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.index-page-v4 .banner-box .swiper-pagination {
  width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0 auto;
  background: transparent !important;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.index-page-v4 .banner-box .swiper-pagination li {
  width: auto;
  height: auto;
  text-align: center;
  padding-bottom: 4px;
  opacity: unset;
  background: unset !important;
  position: relative;
  border-radius: unset;
  display: flex;
  align-items: flex-end;
  margin: 0 !important;
}
.index-page-v4 .banner-box .swiper-pagination li .pro-title {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  max-width: 212px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.index-page-v4 .banner-box .swiper-pagination li .pro-bg {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  border-radius: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
.index-page-v4 .banner-box .swiper-pagination li .pro-bg .pro-bar {
  width: 0;
  height: 1px;
  background: #FFFFFF;
  opacity: 1;
  display: block;
}
.index-page-v4 .banner-box .swiper-pagination li.swiper-pagination-bullet-active {
  font-weight: bold;
  opacity: 1;
}
.index-page-v4 .banner-box .swiper-pagination li.swiper-pagination-bullet-active .pro-bg {
  color: #FFFFFF;
  opacity: 1;
}
.index-page-v4 .gap {
  padding: 60px 0;
}
.index-page-v4 .common-title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 36px;
}
.index-page-v4 .ads-swiper-box {
  height: 50px;
  background: #F6F8F9;
}
.index-page-v4 .ads-swiper-box .page-wrap {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-page-v4 .ads-swiper-box .ads-l {
  height: inherit;
  display: flex;
  align-items: center;
}
.index-page-v4 .ads-swiper-box .ads-l .label {
  min-width: 120px;
  color: #333333;
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 22px;
  font-size: 16px;
  padding-right: 20px;
  margin-top: 1px;
  position: relative;
}
.index-page-v4 .ads-swiper-box .ads-l .label:before {
  background: url("../images/page-index_v3/horn-icon.png") no-repeat center;
  width: 29px;
  min-width: 29px;
  height: 32px;
  content: '';
  display: block;
  margin-right: 6px;
}
.index-page-v4 .ads-swiper-box .ads-l .label:after {
  width: 1px;
  height: 22px;
  background: #BBBFC1;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count {
  margin: 14px 0 14px 20px;
  box-sizing: border-box;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count .swiper-container {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count .swiper-container .swiper-slide {
  display: flex;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count .swiper-container .link {
  transition: all 0.3s;
  width: 560px;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count .swiper-container .link:hover {
  color: #5BC000;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count .swiper-container .time {
  color: #666666;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count .swiper-container .text {
  color: #666666;
  max-width: 440px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.index-page-v4 .ads-swiper-box .ads-l .ads-count .swiper-container .new-tag {
  height: 18px;
  line-height: 18px;
  display: inline-block;
  padding: 0 4px;
  background: linear-gradient(180deg, #8CD500 0%, #5BC000 100%);
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
}
.index-page-v4 .ads-swiper-box .ads-r {
  float: right;
}
.index-page-v4 .ads-swiper-box .ads-r .view-more {
  color: #5BC000;
  margin-top: 4px;
}
.index-page-v4 .ads-swiper-box .ads-r .view-more:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 18px;
  height: 5px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.index-page-v4 .ads-swiper-box .ads-r .view-more:after {
  background: url("../images/page-index_v3/arrow-right.png") no-repeat center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transform: translateX(0);
}
.index-page-v4 .ads-swiper-box .ads-r .view-more:hover:after {
  transform: translateX(5px);
}
.index-page-v4 .service-box .service-view {
  display: flex;
  gap: 20px;
}
.index-page-v4 .service-box .view-el {
  width: 230px;
  height: 410px;
  flex-shrink: 0;
  overflow: hidden;
  will-change: width;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  transition: width 0.3s ease-in-out;
}
.index-page-v4 .service-box .view-el.active {
  width: 400px;
}
.index-page-v4 .service-box .view-el.active .view-btn {
  background: linear-gradient(270deg, #D6B67A 0%, #C49849 100%);
}
.index-page-v4 .service-box .view-el .view-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-page-v4 .service-box .view-el .view-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% center;
}
.index-page-v4 .service-box .view-el .view-remit {
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  position: relative;
  z-index: 1;
}
.index-page-v4 .service-box .view-el .view-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
.index-page-v4 .service-box .view-el .view-tag {
  background: #EBF8E9;
  border: 1px solid rgba(86, 182, 0, 0.51);
  border-radius: 4px;
  height: 24px;
  line-height: 22px;
  padding: 0 6px;
  color: #5BC000;
  display: inline-block;
}
.index-page-v4 .service-box .view-el .view-rules {
  margin-top: 28px;
}
.index-page-v4 .service-box .view-el .view-rules li {
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
.index-page-v4 .service-box .view-el .view-rules li:before {
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 50%;
  vertical-align: middle;
  content: '';
  display: inline-block;
  margin-right: 4px;
}
.index-page-v4 .service-box .view-el .view-btn {
  width: 100%;
  display: inline-block;
  background: #5BC000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #FFFFFF;
  padding: 6px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .service-box .view-el .view-btn:after {
  background: url("../images/page-index_v4/jump-arrow-icon3.svg") no-repeat center;
  width: 14px;
  height: 4px;
  content: '';
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -4px;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .delivery-box {
  background: #F6F8F9;
}
.index-page-v4 .delivery-box .delivery-type {
  margin: 0 0 30px;
  display: flex;
  gap: 40px;
  font-size: 0;
  text-align: center;
}
.index-page-v4 .delivery-box .delivery-type .type-el {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  text-align: center;
  padding-bottom: 4px;
  position: relative;
  cursor: pointer;
}
.index-page-v4 .delivery-box .delivery-type .type-el:before {
  content: '';
  background: #5BC000;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .delivery-box .delivery-type .type-el:hover {
  color: #5BC000;
}
.index-page-v4 .delivery-box .delivery-type .type-el:hover:before {
  width: 100%;
}
.index-page-v4 .delivery-box .delivery-type .type-el.active {
  font-weight: 600;
  color: #5BC000;
}
.index-page-v4 .delivery-box .delivery-type .type-el.active:before {
  width: 100%;
}
.index-page-v4 .delivery-box .delivery-view .page-wrap {
  background: #FFFFFF;
  padding: 28px 28px 28px 60px;
  box-sizing: border-box;
  height: inherit;
  border-radius: 8px;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info {
  display: flex;
  justify-content: space-between;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text {
  width: 590px;
  padding: 16px 40px 10px 0;
  box-sizing: border-box;
  position: relative;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .text-title {
  font-size: 28px;
  line-height: 29px;
  font-weight: bolder;
  margin-bottom: 18px;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .tag-row {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .tag-row li {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 2px;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .tag-row li.tag1 {
  color: #5BC000;
  background: #EBF8E9;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .tag-row li.tag2 {
  color: #FF6803;
  background: #FFF0E7;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .tag-row li.tag3 {
  color: #B78B3B;
  background: #F4EFD4;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .text {
  margin-bottom: 6px;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .text dt {
  font-weight: bold;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .text dd {
  color: #666666;
  line-height: 28px;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .jump-more {
  position: absolute;
  bottom: 26px;
  color: #5BC000;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .jump-more:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 18px;
  height: 5px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .jump-more:after {
  display: block;
  transform: translateX(0);
  margin-top: 6px;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-text .jump-more:hover:after {
  transform: translateX(5px);
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-img {
  width: 650px;
  height: 338px;
  border-radius: 8px;
  overflow: hidden;
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-img:hover img {
  transform: scale(1.05);
}
.index-page-v4 .delivery-box .delivery-view .delivery-info .info-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .industry-box .industry-graphic:hover .btn-icon {
  display: block;
}
.index-page-v4 .industry-box .industry-graphic .swiper-wrapper {
  display: flex;
  gap: 20px;
}
.index-page-v4 .industry-box .str-item {
  width: 264px !important;
  height: 410px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #F6F8F9;
  transition: all 0.5s ease-in-out;
}
.index-page-v4 .industry-box .str-item:after {
  background: url("../images/page-index_v4/str-icon.svg") no-repeat center;
  width: 30px;
  height: 30px;
  content: '';
  display: none;
  position: absolute;
  left: 40px;
  top: 32px;
  z-index: 1;
}
.index-page-v4 .industry-box .str-item:before {
  background: url("../images/page-index_v4/line-bg.png") no-repeat center;
  width: 408px;
  height: 1px;
  content: '';
  display: none;
  position: absolute;
  left: 40px;
  bottom: 110px;
  z-index: 2;
}
.index-page-v4 .industry-box .str-item.active {
  width: 548px !important;
  padding: 78px 100px 28px 40px;
}
.index-page-v4 .industry-box .str-item.active:after,
.index-page-v4 .industry-box .str-item.active:before {
  display: block;
}
.index-page-v4 .industry-box .str-item.active .str-small-pic,
.index-page-v4 .industry-box .str-item.active .small-info {
  display: none;
}
.index-page-v4 .industry-box .str-item.active .str-big-pic,
.index-page-v4 .industry-box .str-item.active .big-info {
  display: block;
}
.index-page-v4 .industry-box .str-item.active .logo-info {
  display: block;
  transform: translateY(0);
}
.index-page-v4 .industry-box .str-item .str-small-pic {
  width: 100%;
  height: 238px;
  background-size: cover;
  border-radius: 8px;
}
.index-page-v4 .industry-box .str-item .str-small-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.index-page-v4 .industry-box .str-item .small-info {
  padding: 20px 16px 16px;
}
.index-page-v4 .industry-box .str-item .small-info dt {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.index-page-v4 .industry-box .str-item .small-info dd {
  line-height: 24px;
  color: #666666;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-page-v4 .industry-box .str-item .str-big-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}
.index-page-v4 .industry-box .str-item .big-info {
  position: absolute;
  left: 40px;
  right: 100px;
  top: 78px;
  max-height: 200px;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.index-page-v4 .industry-box .str-item .big-info dt {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 12px;
}
.index-page-v4 .industry-box .str-item .big-info dd {
  color: #FFFFFF;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.index-page-v4 .industry-box .str-item .logo-info {
  width: 548px;
  padding: 0 100px 0 40px;
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 1;
  transform: translateY(85px);
  display: none;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
}
.index-page-v4 .industry-box .str-item .logo-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.index-page-v4 .industry-box .str-item .logo-info .logo-item {
  float: left;
  margin-left: 30px;
}
.index-page-v4 .industry-box .str-item .logo-info .logo-item:first-child {
  margin-left: unset;
}
.index-page-v4 .industry-box .str-item .logo-info .des {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  margin-top: 8px;
}
.index-page-v4 .industry-box .btn-icon {
  background: url("../images/page-index_v4/swiper-btn.svg") no-repeat center;
  width: 56px;
  height: 56px;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .industry-box .btn-icon:hover {
  background: url("../images/page-index_v4/swiper-hover-btn.svg") no-repeat center;
}
.index-page-v4 .industry-box .btn-icon.prev {
  left: 24px;
  transform: rotate(180deg);
}
.index-page-v4 .industry-box .btn-icon.next {
  right: 24px;
}
.index-page-v4 .industry-box .btn-icon.swiper-button-disabled {
  display: none !important;
}
.index-page-v4 .to-factory {
  background: url("../images/page-index_v4/fac-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  background-size: cover;
  position: relative;
}
.index-page-v4 .to-factory .graphic-factory {
  display: flex;
  gap: 20px;
}
.index-page-v4 .to-factory .fac-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
.index-page-v4 .to-factory .tag-info {
  display: flex;
  gap: 8px;
}
.index-page-v4 .to-factory .tag-info .tag {
  color: #666666;
  padding: 0 6px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #999999;
  border-radius: 4px;
  display: inline-block;
}
.index-page-v4 .to-factory .fac-des {
  color: #666666;
  line-height: 24px;
}
.index-page-v4 .to-factory .factory-el {
  width: 600px;
  height: 496px;
  background: linear-gradient(180deg, #D5E5FF 0%, #DDEAFF 44.8%, #F3F7FF 100%);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  gap: 20px;
}
.index-page-v4 .to-factory .factory-el .fac-icon {
  margin-bottom: 30px;
}
.index-page-v4 .to-factory .factory-el .fac-title {
  margin-bottom: 16px;
}
.index-page-v4 .to-factory .factory-el .tag-info {
  margin-bottom: 28px;
}
.index-page-v4 .to-factory .factory-el .play-btn {
  background: url("../images/page-index_v4/process-bg.png") no-repeat center;
  width: 116px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-size: cover;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .to-factory .factory-el .play-btn:hover {
  background: url("../images/page-index_v4/process-hover-bg.png") no-repeat center;
  background-size: cover;
}
.index-page-v4 .to-factory .factory-el .play-btn:after {
  background: url("../images/page-index_v4/play-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.index-page-v4 .to-factory .factory-el .er-img {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index-page-v4 .to-factory .factory-el .img-item {
  width: 274px;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.index-page-v4 .to-factory .factory-el .img-item .video-vt {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 9px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
}
.index-page-v4 .to-factory .factory-er {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.index-page-v4 .to-factory .factory-er .factory-item {
  width: 780px;
  height: 238px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  position: relative;
}
.index-page-v4 .to-factory .factory-er .factory-item .fac-title {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.index-page-v4 .to-factory .factory-er .factory-item .fac-title:before {
  width: 36px;
  height: 36px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.index-page-v4 .to-factory .factory-er .factory-item .tag-info {
  margin-bottom: 12px;
}
.index-page-v4 .to-factory .factory-er .factory-item:first-of-type .fac-title:before {
  background: url("../images/page-index_v4/fac-icon2.svg") no-repeat center;
}
.index-page-v4 .to-factory .factory-er .factory-item:nth-of-type(2) .fac-title:before {
  background: url("../images/page-index_v4/fac-icon3.svg") no-repeat center;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img {
  width: 364px;
  min-width: 364px;
  height: 178px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25);
  display: none;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img:hover:after {
  display: block;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img:hover .stit {
  opacity: 1;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img:hover .line {
  width: 30px;
  margin-left: -15px;
  opacity: 1;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img:hover img {
  transform: scale(1.05);
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img .stit {
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  color: #fff;
  z-index: 15;
  opacity: 0;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
  opacity: 0;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img .linet {
  top: 0;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img .lineb {
  bottom: 0;
}
.index-page-v4 .to-factory .factory-er .factory-item .er-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .to-factory .factory-er .factory-item .jump-link {
  font-weight: 500;
  color: #5BC000;
  line-height: 20px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.index-page-v4 .to-factory .factory-er .factory-item .jump-link:hover:after {
  transform: translateX(4px);
}
.index-page-v4 .to-factory .factory-er .factory-item .jump-link:after {
  background: url("../images/page-index_v4/jump-arrow-icon2.svg") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .why-us {
  background: url("../images/page-index_v3/why-us-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  background-size: cover;
  height: 680px;
  padding-top: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.index-page-v4 .why-us .view-map {
  width: 1400px;
  margin: 40px auto 0;
  position: relative;
}
.index-page-v4 .why-us .view-map .page-wrap {
  display: flex;
  gap: 80px;
  align-items: center;
}
.index-page-v4 .why-us .map-info .view-cost {
  width: 600px;
  margin-bottom: 50px;
}
.index-page-v4 .why-us .map-info .view-cost:after {
  clear: both;
  content: '';
  display: block;
}
.index-page-v4 .why-us .map-info .view-cost .cost {
  min-width: 250px;
  min-height: 80px;
  float: left;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.index-page-v4 .why-us .map-info .view-cost .cost:after {
  width: 1px;
  height: 80px;
  background: #D4D9E6;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.index-page-v4 .why-us .map-info .view-cost .cost:nth-of-type(2),
.index-page-v4 .why-us .map-info .view-cost .cost:nth-of-type(4) {
  padding-left: 100px;
}
.index-page-v4 .why-us .map-info .view-cost .cost:nth-of-type(2):after,
.index-page-v4 .why-us .map-info .view-cost .cost:nth-of-type(4):after {
  display: block;
}
.index-page-v4 .why-us .map-info .view-cost .cost-icon img {
  vertical-align: middle;
  margin-top: -4px;
}
.index-page-v4 .why-us .map-info .view-cost .cost-icon .des {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  margin-left: 4px;
}
.index-page-v4 .why-us .map-info .view-cost .cost-text {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.index-page-v4 .why-us .map-info .view-cost .cost-text .symbol {
  font-size: 28px;
  margin-left: 6px;
}
.index-page-v4 .why-us .map-info .view-cost .cost-text .symbol:last-of-type {
  font-size: 18px;
}
.index-page-v4 .why-us .map-info .swiper-tag {
  margin-top: 22px;
  width: 600px;
  height: 80px;
  background: linear-gradient(90deg, #F5F6F7 0%, #EFEFEF 50%, #F5F7F7 99%);
  box-shadow: 0 0 18px 0 rgba(51, 51, 51, 0.02);
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
}
.index-page-v4 .why-us .map-info .swiper-tag:before {
  display: block;
  content: '';
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
}
.index-page-v4 .why-us .map-info .swiper-tag:after {
  display: block;
  content: '';
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  transform: rotate(180deg);
}
.index-page-v4 .why-us .map-info .each-tag .tag {
  display: inline-block;
  float: left;
  width: 54px;
  height: 54px;
  margin: 14px 6px 0 0;
}
.index-page-v4 .why-us .map-area {
  width: 830px;
  height: 680px;
  position: absolute;
  right: 0;
  top: -160px;
}
.index-page-v4 .why-us .map-box {
  width: 830px;
  height: 680px;
  position: absolute;
  right: 0;
  top: 0;
}
.index-page-v4 .why-us .map-box canvas {
  left: 70px !important;
  top: 80px !important;
}
.index-page-v4 .patent-module {
  background: url("../images/page-index_v4/patent-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 733px;
  background-size: cover;
  padding-top: 80px;
}
.index-page-v4 .patent-module .patent-des {
  width: 500px;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.index-page-v4 .patent-module .page-wrap {
  position: relative;
  height: 100%;
}
.index-page-v4 .patent-module .page-wrap:after {
  background: url("../images/page-index_v4/patent-pic1.png") no-repeat center;
  width: 308px;
  height: 381px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  bottom: 0;
}
.index-page-v4 .patent-module .patent-pic {
  width: 182px;
  height: 242px;
  display: block;
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  padding: 100px 20px 40px 36px;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .patent-module .patent-pic:hover {
  color: #5BC000;
}
.index-page-v4 .patent-module .patent-pic.icon1 {
  background: url("../images/page-index_v4/patent-pic2.png") no-repeat center;
  background-size: cover;
  left: 360px;
  top: 228px;
}
.index-page-v4 .patent-module .patent-pic.icon2 {
  background: url("../images/page-index_v4/patent-pic2.png") no-repeat center;
  background-size: cover;
  left: 564px;
  top: -10px;
}
.index-page-v4 .patent-module .patent-pic.icon3 {
  background: url("../images/page-index_v4/patent-pic3.png") no-repeat center;
  background-size: cover;
  left: 614px;
  bottom: 67px;
}
.index-page-v4 .patent-module .patent-pic.icon4 {
  background: url("../images/page-index_v4/patent-pic5.png") no-repeat center;
  background-size: cover;
  left: 824px;
  top: 77px;
}
.index-page-v4 .patent-module .patent-pic.icon5 {
  background: url("../images/page-index_v4/patent-pic4.png") no-repeat center;
  background-size: cover;
  left: 882px;
  bottom: 67px;
}
.index-page-v4 .patent-module .patent-pic.icon6 {
  background: url("../images/page-index_v4/patent-pic2.png") no-repeat center;
  background-size: cover;
  right: 126px;
  top: 78px;
}
.index-page-v4 .patent-module .patent-pic.icon7 {
  background: url("../images/page-index_v4/patent-pic2.png") no-repeat center;
  background-size: cover;
  right: 68px;
  bottom: 67px;
}
.index-page-v4 .info-news {
  background: #F6F8F9;
  display: flex;
}
.index-page-v4 .info-news .info-pic {
  width: 530px;
  min-width: 530px;
  height: 400px;
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index-page-v4 .info-news .info-pic .view-picture {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-page-v4 .info-news .info-pic:hover .info-bt {
  transform: translateY(0);
}
.index-page-v4 .info-news .info-pic .info-bt {
  width: 100%;
  padding: 14px 26px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  transform: translateY(60px);
}
.index-page-v4 .info-news .info-pic .info-bt dt {
  margin-bottom: 10px;
}
.index-page-v4 .info-news .info-pic .info-bt dt:after {
  clear: both;
  content: '';
  display: block;
}
.index-page-v4 .info-news .info-pic .info-bt dt .title {
  color: #FFFFFF;
  font-size: 16px;
  float: left;
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-page-v4 .info-news .info-pic .info-bt dt .time {
  color: #FFFFFF;
  float: right;
}
.index-page-v4 .info-news .info-pic .info-bt dd {
  color: #FFFFFF;
  line-height: 24px;
  max-height: 48px;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .info-news .info-links {
  width: 870px;
  min-width: 870px;
  height: 400px;
  box-sizing: border-box;
  float: left;
  padding: 32px 60px 0;
}
.index-page-v4 .info-news .top-links {
  color: #666666;
  line-height: 19px;
  font-weight: bolder;
}
.index-page-v4 .info-news .top-links .more-el {
  float: right;
  color: #5BC000;
}
.index-page-v4 .info-news .top-links .more-el:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 18px;
  height: 5px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.index-page-v4 .info-news .top-links .more-el:after {
  transform: translateX(0);
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 4px;
}
.index-page-v4 .info-news .top-links .more-el:hover:after {
  transform: translateX(5px);
}
.index-page-v4 .info-news .jump-links .link {
  display: block;
  padding: 18px 0 12px;
  border-bottom: 1px solid #979797;
}
.index-page-v4 .info-news .jump-links .link:hover .text,
.index-page-v4 .info-news .jump-links .link:hover .date {
  color: #5BC000;
}
.index-page-v4 .info-news .jump-links .link .text {
  max-width: 533px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  display: block;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .info-news .jump-links .link .date {
  float: right;
  display: block;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .to-pcb {
  background: url("../images/page-index_v3/to-pcb-pic.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  background-size: cover;
  padding: 80px 0;
}
.index-page-v4 .to-pcb .page-wrap {
  margin: 0 auto;
  text-align: center;
}
.index-page-v4 .to-pcb .to-title {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  font-weight: bolder;
}
.index-page-v4 .to-pcb .to-btn {
  margin-top: 34px;
  padding: 0 72px;
  height: 60px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 60px;
  background: #5BC000;
  border-radius: 4px;
  text-align: center;
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
}
.index-page-v4 .to-pcb .to-btn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.plyr-pop-video:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.plyr-pop-video .video-title {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  font-size: 18px;
  color: #FFFFFF;
}
.plyr-pop-video .plyr-video-container {
  width: 1200px;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: -250px auto 0;
  z-index: 10000;
}
.plyr-pop-video .plyr--video {
  height: 100%;
}
.plyr-pop-video .plyr--video video {
  object-fit: cover;
}
.plyr-pop-video .close-plyr-btn {
  background: url("../images/page-index_v4/layer-close-btn.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 6;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.plyr-pop-video .close-plyr-btn:hover {
  transform: rotate(90deg);
}
.plyr-pop-video .plyr--video .plyr__control:focus-visible,
.plyr-pop-video .plyr--video .plyr__control:hover,
.plyr-pop-video .plyr--video .plyr__control[aria-expanded=true] {
  background: #5BC000;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #5BC000)));
}
.plyr-pop-video .plyr--full-ui input[type=range] {
  color: #5BC000;
}
.plyr-pop-video .plyr__control--overlaid {
  background: #5BC000;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #5BC000)));
}
.plyr-pop-video .plyr__control--overlaid:hover {
  background: #70d614;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #70d614)));
}
/*# sourceMappingURL=jdb-index_v4.css.map */