@charset "UTF-8";
@font-face {
  font-family: 'Outfit-Bold';
  src: url("../fonts/Outfit-Bold.ttf");
}
@font-face {
  font-family: 'Outfit-SemiBold';
  src: url("../fonts/Outfit-SemiBold.ttf");
}
@font-face {
  font-family: 'Outfit-Medium';
  src: url("../fonts/Outfit-Medium.ttf");
}
@font-face {
  font-family: 'Outfit-Regular';
  src: url("../fonts/Outfit-Regular.ttf");
}
@font-face {
  font-family: 'Outfit-Light';
  src: url("../fonts/Outfit-Light.ttf");
}
@font-face {
  font-family: 'Italianno-Regular';
  src: url("../fonts/Italianno-Regular.ttf");
}
@keyframes scale-bg-1 {
  0%,
    100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes scale-bg-2 {
  0%,
    100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-index-banner {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes o-space-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(8px);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .dom-loaded .header {
    transition: transform .3s ease;
  }
  .dom-loaded .header .bot-block {
    transition: all .3s ease;
  }
  .dom-loaded .header .bot-block:before {
    transition: all .3s ease;
  }
  .dom-loaded .header .logo img {
    transition: opacity .3s ease;
  }
  .dom-loaded .header li a.single {
    transition: all .3s ease;
  }
  .dom-loaded .header li a.single:before {
    transition: transform .3s ease;
  }
  .dom-loaded .header .ope .search {
    transition: all .3s ease;
  }
  .dom-loaded .header .ope a.log {
    transition: color .3s ease;
  }
  .dom-loaded .header .ope a.log:befoer {
    transition: all .3s ease;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .header.change {
    position: relative;
  }
  .header.down .bot-block {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .header:hover .bot-block {
    background-color: #fff;
  }
  .header.down .menu .icon-svg, .header:hover .menu .icon-svg {
    fill: #000;
  }
  .header.down .menu span, .header:hover .menu span {
    color: #000;
  }
  .header.down .logo img.show, .header:hover .logo img.show {
    opacity: 0;
  }
  .header.down .logo img.hide, .header:hover .logo img.hide {
    opacity: 1;
  }
  .header.down li a.single, .header:hover li a.single {
    color: #111d25;
  }
  .header.down .ope .search .icon-svg, .header:hover .ope .search .icon-svg {
    fill: #000;
  }
  .header.down .ope .language-box .icon-svg, .header:hover .ope .language-box .icon-svg {
    fill: #000;
  }
  .header.down .ope .language-box .text, .header:hover .ope .language-box .text {
    color: #000;
  }
  .header.translate {
    transform: translateY(-100%);
  }
}
.header .bot-block {
  display: flex;
  padding: 0 3.75rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .bot-block .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .left-box {
  display: flex;
  align-items: center;
}
.header .menu {
  display: flex;
  align-items: center;
  grid-gap: .5rem;
  cursor: pointer;
}
.header .menu .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
}
.header .menu span {
  font-size: .875rem;
  font-family: "Outfit-Light";
  line-height: 1;
  color: #fff;
}
.header .logo {
  position: relative;
  margin-left: 3.75rem;
}
.header .logo img {
  width: 9.375rem;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header ul {
  display: flex;
  grid-gap: 44px;
}
.header li {
  display: inline-block;
  vertical-align: top;
}
.header li:nth-of-type(1) {
  margin-left: 0;
}
.header li a.single {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  line-height: 5.625rem;
  position: relative;
}
.header li a.single:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #005aa8;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.header li .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px #e6e6e6 solid;
  background-color: #fff;
  padding: 2.5rem 12.5rem 3.75rem;
  opacity: 0;
  visibility: hidden;
}
.header li .subnav .bot-box {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header li .subnav .bot-box a {
  font-size: 1.25rem;
  font-family: "Outfit-Regular";
  font-size: 1rem;
  border-bottom: 1px #000 solid;
  padding-bottom: .1875rem;
}
@media (any-hover: hover) {
  .header li .subnav .bot-box a:hover {
    color: #005aa8;
  }
}
.header li .subnav .nav-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.header li .subnav .boxes {
  display: flex;
  opacity: 0;
  transform: translateY(-4px);
}
.header li .subnav .box {
  margin-left: 6.25rem;
}
.header li .subnav .box:nth-of-type(1) {
  margin-left: 0;
}
.header li .subnav .box .tit a {
  display: inline-block;
  border-bottom: 2px solid #111d25;
  font-size: max(18px, 1.5rem);
}
.header li .subnav .box .link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1.25rem;
  grid-column-gap: 6.25rem;
}
.header li .subnav .box .link li.active a {
  color: #005aa8;
}
.header li .subnav .box .link li.active a::after {
  transform: scale(1);
  opacity: 1;
}
.header li .subnav .box .link a {
  position: relative;
  font-size: 1rem;
  color: #111d25;
  font-family: "Outfit-Light";
  transition: color .3s ease;
  line-height: 1;
  transition: all .3s ease;
}
.header li .subnav .box .link a::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #005aa8;
  opacity: 0;
  transform: scale(0);
  transition: transform .3s ease;
}
.header li .subnav .box .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .header li .subnav .box .link a:hover {
    color: #005aa8;
  }
}
.header li .subnav .pic {
  width: 22.5rem;
  height: 22.5rem;
  aspect-ratio: 1 / 1;
  opacity: 0;
  transform: translateY(-4px);
  border-radius: .625rem;
  overflow: hidden;
}
.header li .subnav .pic a {
  display: block;
  position: relative;
}
.header li .subnav .pic .img-box {
  overflow: hidden;
}
.header li .subnav .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.header li .subnav .pic:hover img {
  transform: scale(1.15);
}
.header li .subnav .pic span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-family: "Outfit-Light";
  padding: 3.75rem 1.875rem 1.5rem;
  font-size: 1.25rem;
  color: #fff;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}
@media (any-hover: hover) {
  .header li:hover a.single:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
  .header li:hover .subnav {
    opacity: 1;
    visibility: visible;
  }
  .header li:hover .subnav .boxes,
  .header li:hover .subnav .pic {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .header li:hover .subnav .pic {
    transition-delay: .1s;
  }
}
.header .ope {
  display: flex;
  align-items: center;
  grid-gap: 3.75rem;
}
.header .ope .search {
  cursor: pointer;
}
.header .ope .search .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
}
.header .ope .language-box {
  position: relative;
  display: flex;
  align-items: center;
}
.header .ope .language-box .icon-svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .ope .language-box .icon-arrow {
  width: .75rem;
  height: .75rem;
}
.header .ope .language-box .text {
  font-size: .875rem;
  font-family: "Outfit-Light";
  padding: 0 .625rem;
  color: #fff;
}
.header .ope .language-box:hover .bubbleTc {
  display: flex;
}
.header .ope .language-box .bubbleTc {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1.875rem;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.header .ope .language-box .bubbleTc .icon-triangle {
  width: 0;
  height: 0;
  margin-right: 1.875rem;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.header .ope .language-box .bubbleTc .icon-triangle:before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 8rem;
  width: 20px;
  height: 20px;
  transform: translateY(10px) rotate(45deg);
  background-color: #fff;
  box-shadow: 0 12px 14px white;
}
.header .ope .language-box .bubbleTc .case {
  width: 11.25rem;
  height: 7.5rem;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
}
.header .ope .language-box .bubbleTc .case a {
  margin: 10px 0;
  display: block;
  color: #191919;
  font-size: 14px;
  transition: all .3s ease;
  font-family: "Outfit-Light";
}
.header .ope .language-box .bubbleTc .case a:hover {
  color: #005aa8;
}
.header .ope .language-box .bubbleTc .case a i {
  padding: 0 10px;
}

.head-null {
  height: 5.625rem;
}

.header-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(232, 232, 237, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.header-mask.active {
  opacity: 1;
  visibility: visible;
}

.fixed-location {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.fixed-location .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fixed-location .main {
  width: 37.5rem;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fixed-location .top-box {
  padding: 2.5rem 0 0 3.75rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.fixed-location .top-box span {
  font-size: .875rem;
  font-family: "Outfit-Light";
  margin-left: .625rem;
}
.fixed-location .icon-close {
  width: 1.0625rem;
  height: 1.0625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.svg");
  cursor: pointer;
  z-index: 2;
}
.fixed-location .scroll {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fixed-location .tit {
  font-size: 2rem;
  color: #111d25;
  padding: 0 3.75rem;
}
.fixed-location .items {
  margin-top: 2rem;
}
.fixed-location .item {
  margin-top: 2px;
}
.fixed-location .item:nth-of-type(1) {
  margin-top: 0;
}
.fixed-location .item .continent {
  padding: 0 3.75rem;
  height: 5.625rem;
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  color: #111d25;
  line-height: 1;
  font-weight: bold;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
}
.fixed-location .item a.continent {
  position: relative;
}
.fixed-location .item a.continent:after {
  content: '';
  width: 8px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4-1.svg");
  position: absolute;
  right: 3.75rem;
  top: 50%;
  margin-top: -6px;
}
.fixed-location .item .list {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 3.75rem;
}
.fixed-location .item .list a {
  height: 3.75rem;
  position: relative;
  padding-right: 20px;
  font-size: 1.125rem;
  font-family: "Outfit-Light";
  color: #000;
  line-height: 1;
  cursor: pointer;
  transition: color .3s ease;
  display: flex;
  align-items: center;
}
.fixed-location .item .list a:after {
  content: '';
  width: 8px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4-2.svg");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .fixed-location .item .list a:hover {
    color: #005aa8;
  }
}
.fixed-location .item.open .continent:after {
  opacity: 0;
}
.fixed-location .item.open .lists {
  display: block;
}
.fixed-location .bot-box {
  padding: 3.75rem;
  display: grid;
  grid-gap: 1rem;
}
.fixed-location .bot-box .case {
  display: flex;
  align-items: center;
}
.fixed-location .bot-box .case .icon-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.fixed-location .bot-box .case a {
  display: block;
  margin-left: .625rem;
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .fixed-location .bot-box .case a:hover {
    color: #03b8df;
  }
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.fixed-search .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fixed-search .main {
  background-color: #fff;
  position: relative;
}
.fixed-search .scroll {
  height: calc(100vh - 11.875rem);
  overflow: auto;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
}
.fixed-search .scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 90, 168, 0.1);
}
.fixed-search .scroll::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0, 90, 168, 0.1);
}
.fixed-search .scroll::-webkit-scrollbar-thumb:vertical:active {
  background-color: rgba(0, 90, 168, 0.1);
}
.fixed-search .top-block {
  height: 6.1875rem;
  padding: 0 3.75rem;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-search .top-block img {
  width: 9.375rem;
}
.fixed-search .top-block .close {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.fixed-search .top-block .close span {
  font-size: .875rem;
  font-family: "Outfit-Light";
  margin-left: .625rem;
}
.fixed-search .top-block .close .icon-close {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.svg");
  cursor: pointer;
}
.fixed-search .mid-block {
  border-bottom: 1px #e6e6e6 solid;
}
.fixed-search .mid-block .form {
  height: 4.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-search .mid-block .form .box {
  display: flex;
  align-items: center;
}
.fixed-search .mid-block .form .box .icon-svg {
  margin-right: 1.875rem;
  width: 1.25rem;
  height: 1.25rem;
}
.fixed-search .mid-block .form .box input {
  border: 0;
  font-size: 1.125rem;
  font-family: "Outfit-Light";
}
.fixed-search .mid-block .form button {
  width: 11.25rem;
  border: 0;
  height: 3rem;
  border-radius: .375rem;
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #fff;
  background: #005aa8;
  cursor: pointer;
  transition: all .5s ease;
}
.fixed-search .mid-block .form button:hover {
  opacity: .9;
}
.fixed-search .bot-block {
  margin-top: 1.25rem;
  display: flex;
  grid-gap: 3.75rem;
}
.fixed-search .bot-block .top {
  margin-bottom: .75rem;
  border-bottom: 1px #e6e6e6 solid;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-search .bot-block .top .h3 {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
}
.fixed-search .bot-block .top a {
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #005aa8;
  font-weight: bold;
  line-height: 1;
}
.fixed-search .bot-block .left-box {
  width: 26.25rem;
}
.fixed-search .bot-block .left-box ul li a {
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s ease;
}
.fixed-search .bot-block .left-box ul li a:hover {
  padding: 0 .625rem 0 .9375rem;
  background: #f5f5f5;
  border-radius: .3125rem;
}
.fixed-search .bot-block .left-box ul li a:hover .icon-svg {
  opacity: 1;
}
.fixed-search .bot-block .left-box ul li span {
  font-size: 1rem;
  font-family: "Outfit-Light";
}
.fixed-search .bot-block .left-box ul li .icon-svg {
  opacity: 0;
  width: 1.625rem;
  height: 1.625rem;
  transition: all .5s ease;
}
.fixed-search .bot-block .right-box {
  flex: 1;
  width: 100%;
}
.fixed-search .bot-block .right-box ul {
  margin-top: 1.5625rem;
  display: flex;
  grid-gap: 1.5625rem;
}
.fixed-search .bot-block .right-box ul li a {
  display: flex;
  flex-direction: column;
}
.fixed-search .bot-block .right-box ul li .img {
  border-radius: .625rem;
  overflow: hidden;
}
.fixed-search .bot-block .right-box ul li .img img {
  aspect-ratio: 1 / 1;
  width: 100%;
  transition: all .5s ease;
}
.fixed-search .bot-block .right-box ul li .img:hover img {
  transform: scale(1.15);
}
.fixed-search .bot-block .right-box ul li .info {
  height: 3.375rem;
  display: flex;
  align-items: center;
}
.fixed-search .bot-block .right-box ul li .info p {
  font-size: 1rem;
  font-family: "Outfit-Light";
  line-height: 1.2;
}

.footer {
  position: relative;
  background-color: #0f0f0f;
  z-index: 1;
  overflow: hidden;
}
.footer .top-block {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px #3f3f3f solid;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .top-block .img {
  width: 9.375rem;
}
.footer .top-block .img img {
  width: 100%;
}
.footer .top-block .search {
  width: 40rem;
  height: 3.75rem;
  border: 1px #3f3f3f solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .top-block .search input {
  width: 100%;
  border: 0;
  padding: 0 1.875rem;
  background: none;
  font-family: "Outfit-Light";
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  opacity: .5;
}
.footer .top-block .search button {
  border: 0;
  margin-right: .3125rem;
  background: #005aa8;
  width: 11.25rem;
  height: 3rem;
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease;
}
.footer .top-block .search button:hover {
  opacity: .9;
}
.footer .mid-block {
  border-bottom: 1px #3f3f3f solid;
  padding: 3.75rem 0 2.1875rem;
  display: flex;
  justify-content: space-between;
}
.footer .mid-block .team {
  width: 40rem;
  display: flex;
  justify-content: space-between;
}
.footer .mid-block .item .h4 {
  margin-bottom: 2.1875rem;
  color: #fff;
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1;
}
.footer .mid-block .item .info {
  display: flex;
  flex-direction: column;
  grid-gap: 1.25rem;
}
.footer .mid-block .item .info p,
.footer .mid-block .item .info a {
  font-family: "Outfit-Light";
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
.footer .mid-block .item .info dl {
  display: flex;
  align-items: center;
}
.footer .mid-block .item .info dl p {
  line-height: 1.2;
}
.footer .mid-block .item .info dl dt {
  width: 5.375rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .mid-block .item .info dl dd {
  display: flex;
  align-items: center;
  flex: 1;
}
.footer .mid-block .item .info dl dd i {
  margin-right: 1.25rem;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: #3a3a3a;
}
.footer .mid-block .item .share {
  display: flex;
  align-items: center;
  grid-gap: 3.125rem;
}
.footer .mid-block .item .share a {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  align-items: center;
}
.footer .mid-block .item .share a .icon-svg {
  fill: #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.footer .mid-block .item .share a .img3 {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  top: -2px;
  width: 100%;
}
.footer .bot-block {
  height: 6.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bot-block .box p {
  font-size: 1rem;
  font-family: "Outfit-Light";
  line-height: 1;
  color: #fff;
}
.footer .bot-block .box p a {
  color: #fff;
}
.footer .bot-block .box ul {
  display: flex;
  align-items: center;
  grid-gap: 2.1875rem;
}

.cookie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.cookie .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookie .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  background-color: #111d25;
}
.cookie .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie p {
  font-size: max(18px, 1.5rem);
  color: #ffffff;
}
.cookie p a {
  color: #03b8df;
}
.cookie .btn {
  padding: 0 1.875rem;
  border: 1px solid #fff;
  font-size: max(12px, 0.875rem);
  color: #fff;
  text-transform: uppercase;
  line-height: max(36px, 3rem);
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .cookie .btn:hover {
    border-color: #03b8df;
    background-color: #03b8df;
  }
}

.pageside-fixed {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 10;
  display: none;
}
.pageside-fixed .box {
  display: flex;
  flex-direction: column;
  grid-gap: 1.25rem;
}
.pageside-fixed .box .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageside-fixed .box .item .round {
  position: relative;
  z-index: 2;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #757575;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageside-fixed .box .item:hover .round {
  background: #005aa8;
}
.pageside-fixed .box .item:hover .round ~ .show {
  transform: translateX(0);
  opacity: 1;
}
.pageside-fixed .box .item .show {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  z-index: 1;
  transition: all 1s ease;
  opacity: 0;
  transform-origin: 100% center;
  transform: translateX(100%);
}
.pageside-fixed .box .item .case {
  width: 22.5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #fff;
  padding-left: .625rem;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  grid-gap: .625rem;
}
.pageside-fixed .box .item .case .links {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.pageside-fixed .box .item .case .links:hover {
  background: #005aa8;
}
.pageside-fixed .box .item .case .links:hover .icon-svg {
  fill: #fff;
}
.pageside-fixed .box .item .case .links:hover .icon-img {
  background: url(../images/share-6.png) no-repeat;
  background-size: 1.25rem;
}
.pageside-fixed .box .item .case .icon-img {
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/share-66.png) no-repeat;
  background-size: 1.25rem;
}
.pageside-fixed .box .item .case .icon-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.pageside-fixed .box .item .img0 {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/pageside-icon0.png);
  background-size: 1.5rem;
}
.pageside-fixed .box .item .img1 {
  width: 1.625rem;
  height: 2rem;
  background: url(../images/pageside-icon1.png);
  background-size: 1.625rem;
}
.pageside-fixed .box .item .img2 {
  width: 2rem;
  height: 2rem;
  background: url(../images/pageside-icon2.png);
  background-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .m-header {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header,
  .menu-nav {
    display: none;
  }

  .m-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    display: block;
    z-index: 22;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .m-header .row {
    padding: 0 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-header .img {
    height: 4rem;
  }
  .m-header .img img {
    height: 100%;
  }
  .m-header .right-block {
    display: flex;
    align-items: center;
  }
  .m-header .right-block .icon-search {
    margin-right: 20px;
    position: relative;
    top: 2px;
  }
  .m-header .right-block .icon-search .icon-svg {
    width: 22px;
    height: 22px;
  }
  .m-header .right-block .icon-search .icon2 {
    display: none;
  }
  .m-header .right-block .icon-search.active .icon1 {
    display: none;
  }
  .m-header .right-block .icon-search.active .icon2 {
    display: block;
  }
  .m-header .right-block .btn-login {
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .m-header .right-block .btn-login .icon-svg {
    width: 22px;
    height: 22px;
  }
  .m-header .right-block .btn-login i {
    display: block;
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
  }
  .m-header .mNavBtn {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    z-index: 4;
  }
  .m-header .mNavBtn span {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-header .mNavBtn span.line1 {
    top: 10px;
  }
  .m-header .mNavBtn span.line2 {
    top: 17px;
  }
  .m-header .mNavBtn span.line3 {
    bottom: 10px;
  }
  .m-header .mNavBtn.active .line2 {
    opacity: 0;
    transform: scale(0);
  }
  .m-header .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
  }
  .m-header .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 17px;
  }
  .m-header .ul {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 30px 75px;
    text-align: left;
    z-index: -1;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .m-header .ul.active {
    left: 0;
  }
  .m-header .ul.active .language-box {
    opacity: 1;
    visibility: visible;
  }
  .m-header .ul .con1 {
    height: 100%;
    overflow: auto;
  }
  .m-header .ul .con2 {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 30px 75px;
    text-align: left;
    z-index: 1;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
  }
  .m-header .ul .con2.active {
    left: 0;
  }
  .m-header .ul .language-box {
    border-top: 1px #e6e6e6 solid;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    background: #fff;
    opacity: 0;
    transition: all .3s ease;
    visibility: hidden;
  }
  .m-header .ul .language-box .icon-svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-header .ul .language-box .icon-arrow {
    width: 1.25rem;
    height: 1.25rem;
  }
  .m-header .ul .language-box .text {
    font-size: 1.25rem;
    font-family: "Outfit-Light";
    padding: 0 .625rem;
    color: #000;
  }
  .m-header .ul .language-box .close {
    display: none;
  }
  .m-header .ul .language-box.active .one {
    display: none;
  }
  .m-header .ul .language-box.active .close {
    display: block;
  }
  .m-header li {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .m-header li i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/m-x.svg");
    background-size: 14px;
  }
  .m-header li a.single {
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding: 0;
    margin-right: 50px;
    font-family: "Outfit-Regular";
  }
  .m-header li a.single:before {
    display: none;
  }
  .m-header li a.single:after {
    display: none;
  }
  .m-header li .subnav {
    position: static;
    margin-left: 0;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    font-size: 0;
    padding: 0 20px;
  }
  .m-header li .subnav a {
    text-align: left;
    font-family: "Outfit-Regular";
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    transition: all .3s ease;
  }
  .m-header a.search {
    width: 36px;
    height: 36px;
    background-size: auto 15px;
  }
  .m-header a.menu {
    display: none;
  }

  .fixed-search .bot-block .right-box {
    display: none;
  }

  .fixed-search .bot-block .left-box {
    width: 100%;
  }

  .fixed-search .bot-block {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 769px) {
  .footer .top-block {
    grid-gap: 20px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .footer .top-block .left-box {
    display: none;
  }
  .footer .top-block .right-box {
    width: 100%;
  }

  .footer .top-block .search {
    width: 100%;
  }

  .footer .mid-block {
    flex-direction: column;
    grid-gap: 20px;
    padding-top: 20px;
  }

  .footer .mid-block > .item {
    display: none;
  }

  .footer .mid-block .team .item:nth-child(1) {
    display: none;
  }

  .footer .mid-block .team {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer .mid-block .item .h4 {
    text-align: center;
  }

  .footer .bot-block {
    height: auto;
    padding: 20px 0;
    flex-direction: column;
    grid-gap: 10px;
  }
}
.wrap-s {
  width: 86%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.wrap-ss {
  padding: 0 3.75rem;
  position: relative;
  z-index: 3;
}

.c-bg-fixed {
  background-attachment: fixed;
}

.drag-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
  pointer-events: none;
}

.drag-icon {
  position: fixed;
  width: 52px;
  height: 52px;
  left: -26px;
  top: -26px;
  z-index: 15;
  will-change: transform;
  pointer-events: none;
  mix-blend-mode: normal;
}
.drag-icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.2);
  transition: transform .45s ease,opacity .3s ease;
}
.drag-icon i {
  position: absolute;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -5px;
  transition: transform .45s ease,opacity .3s ease;
}
.drag-icon i.i-left {
  background-image: url("../images/left.svg");
  left: -20px;
  opacity: 0;
  transform: translateX(15px);
}
.drag-icon i.i-right {
  background-image: url("../images/right.svg");
  right: -20px;
  opacity: 0;
  transform: translateX(-15px);
}
.drag-icon.active:before {
  opacity: 1;
  transform: scale(1);
}
.drag-icon.active i.i-left {
  opacity: 1;
  transform: translateX(0);
}
.drag-icon.active i.i-right {
  opacity: 1;
  transform: translateX(0);
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.svg") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comm-page {
  margin: 2.5rem 0 0;
  font-size: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comm-page .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
}
.comm-page li {
  margin: 0 .3125rem;
  position: relative;
}
.comm-page li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005aa8;
  border-radius: .375rem;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.comm-page li a {
  position: relative;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  color: #666;
  font-family: "Outfit-Light";
  text-align: center;
  transition: all .3s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .comm-page li:hover:before {
    opacity: 1;
  }
  .comm-page li:hover a {
    color: #fff;
  }
  .comm-page li:hover .icon-svg {
    fill: #fff;
  }
}
.comm-page li.active:before {
  opacity: 1;
}
.comm-page li.active a {
  border-color: transparent;
  color: #fff;
}

.c-subnav {
  background-color: #fff;
  text-align: center;
  font-size: 0;
}
.c-subnav .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5rem;
}
.c-subnav .item:nth-of-type(1) {
  margin-left: 0;
}
.c-subnav .item a {
  display: block;
  font-size: 14px;
  color: #111d25;
  padding: 0 1rem;
  line-height: max(50px, 3.75rem);
  transition: color .3s ease;
  position: relative;
}
.c-subnav .item a:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #03b8df;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.c-subnav .item.active a:before {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .c-subnav .item:hover a:before {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.c-subnav.border {
  border-bottom: 1px solid #e6e6e6;
}

.loadIframe {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
}
.loadIframe .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.loadIframe .close {
  width: 16px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/resourse/icon-4.svg");
  position: absolute;
  top: 46px;
  right: max(704px, calc(56.25rem - 56px));
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s ease;
}
.loadIframe iframe {
  width: max(760px, 56.25rem);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.7s ease;
  z-index: 2;
}
.loadIframe.show iframe {
  transform: translateX(0);
}
.loadIframe.show .close {
  opacity: .2;
  transition-delay: .5s;
}

.c-more {
  width: 11.125rem;
  height: 2.875rem;
  padding: 0 1.1875rem;
  border: 1px #000 solid;
  border-radius: .375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s ease;
}
.c-more.bg-white {
  background: #fff;
  border-color: #fff;
}
.c-more.white {
  border-color: rgba(255, 255, 255, 0.2);
}
.c-more.white span {
  color: #fff;
}
.c-more.white .icon {
  background: url(../images/arrow-right-white.svg) no-repeat;
  background-size: .3125rem;
}
.c-more span {
  font-family: "Outfit-Regular";
  font-size: .875rem;
  transition: all .5s ease;
}
.c-more .icon {
  background: url(../images/arrow-right.svg) no-repeat;
  width: .3125rem;
  height: .5rem;
  background-size: .3125rem;
  transition: all .5s ease;
}
.c-more:hover {
  background: #005aa8 !important;
  border: 1px #005aa8 solid !important;
  transform: translateY(-0.625rem);
  box-shadow: 0 0 15px 5px rgba(0, 90, 168, 0.2);
}
.c-more:hover span {
  color: #fff !important;
}
.c-more:hover .icon {
  background: url(../images/arrow-right-white.svg) no-repeat !important;
  background-size: .3125rem;
}

.c-subhead.tc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-subhead.white .h3,
.c-subhead.white .h4,
.c-subhead.white .info p {
  color: #fff;
}
.c-subhead .flex {
  display: flex;
}
.c-subhead .h3 {
  color: #000;
  font-size: 3rem;
  line-height: 1;
  font-family: "Outfit-Regular";
}
.c-subhead .h4 {
  margin-top: .875rem;
  font-size: 1.5rem;
  font-family: "Outfit-Light";
  line-height: 1.2;
  color: #000;
}
.c-subhead .info {
  margin-bottom: 2.5rem;
}
.c-subhead .info p {
  font-family: "Outfit-Light";
  font-size: 1.25rem;
  line-height: 1.4;
}

.c-top {
  padding: 1.875rem 3.75rem;
  overflow: hidden;
}
.c-top .c-crumbs {
  margin-top: 0;
}
.c-top .c-crumbs .icon-svg {
  fill: #999999;
  opacity: 1;
}
.c-top .c-crumbs .icon-svg:hover {
  fill: #000;
}
.c-top .c-crumbs a {
  color: #999999;
  transition: all .3s ease;
}
.c-top .c-crumbs a:hover {
  color: #000;
}
.c-top .c-crumbs span {
  color: #999999;
}
.c-top .c-crumbs span:last-child {
  color: #333;
}

.c-crumbs {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  grid-gap: .9375rem;
}
.c-crumbs .icon-svg {
  width: 1.625rem;
  height: 1.625rem;
  fill: #fff;
  opacity: .5;
  transition: all .3s ease;
}
.c-crumbs .icon-svg:hover {
  opacity: 1;
}
.c-crumbs span {
  font-size: 1rem;
  font-family: "Outfit-Light";
  line-height: 1;
  color: #fff;
}

.c-banner {
  position: relative;
}
.c-banner .img {
  position: relative;
  z-index: 1;
}
.c-banner .img img {
  width: 100%;
}
.c-banner .cover-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-banner .mid-block {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-banner .mid-block .h2 {
  margin-bottom: 7.5rem;
  line-height: 1;
  font-family: "Outfit-Light";
  font-size: 3.75rem;
  color: #fff;
}

.c-line {
  height: 1px;
  width: 100%;
  background: #e6e6e6;
}

.index-s {
  position: relative;
}

.index-s1 {
  position: relative;
  z-index: 1;
}
.index-s1 .swiper-slide .img {
  height: 100vh;
}
.index-s1 .swiper-slide .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 5s ease;
  transform: scale(1.1);
}
.index-s1 .swiper-slide.swiper-slide-active .img img {
  transform: scale(1);
}
.index-s1 .cover-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s1 .cover-block .h2 {
  text-align: center;
  font-family: 'Italianno-Regular';
  font-size: 5.625rem;
  line-height: 1;
  color: #fff;
  padding: 0 5vw;
  text-transform: lowercase;
  overflow: hidden;
}
.index-s1 .cover-block .h2 span {
  display: block;
}
.index-s1 .swiper {
  position: relative;
}
.index-s1 .swiper .pagination {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.25rem;
}
.index-s1 .swiper .pagination .default .b {
  transition: all .5s ease;
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}
.index-s1 .swiper .pagination .default.active .a {
  animation: draw 5s linear forwards;
}
.index-s1 .swiper .pagination .default.active .b {
  transform: scale(1);
  opacity: 1;
}
.index-s1 .swiper-button {
  position: absolute;
  height: 100%;
  top: 0;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 54;
  transition: all .3s ease;
  z-index: 1;
}
.index-s1 .swiper-button.b-left {
  left: 0;
  padding-left: 2rem;
  justify-content: flex-start;
}
.index-s1 .swiper-button.b-right {
  right: 0;
  padding-right: 2rem;
  justify-content: flex-end;
}
.index-s1 .swiper-button:hover .icon-svg {
  opacity: 1;
  transform: translateX(0);
}
.index-s1 .swiper-button .icon-svg {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  fill: #fff;
  cursor: pointer;
  opacity: 0;
  transition: all .3s ease;
}

@keyframes draw {
  0% {
    stroke-dasharray: 0 106;
  }
  100% {
    stroke-dasharray: 107 106;
  }
}
.index-s2 {
  padding: 7.5rem 0;
}
.index-s2 .subhead .flex .box:nth-child(1) {
  width: 33.75rem;
}
.index-s2 .subhead .flex .box:nth-child(2) {
  flex: 1;
}

.s-related-products,
.index-s3 {
  position: relative;
  padding: 0 0 7.5rem;
  overflow: hidden;
}
.s-related-products:hover .b-items,
.index-s3:hover .b-items {
  opacity: 1;
}
.s-related-products .top-block,
.index-s3 .top-block {
  position: relative;
  z-index: 1;
}
.s-related-products .top-block .swiper-slide,
.index-s3 .top-block .swiper-slide {
  padding-right: 7px;
}
.s-related-products .top-block .items,
.index-s3 .top-block .items {
  display: block;
}
.s-related-products .top-block .items .img,
.index-s3 .top-block .items .img {
  max-width: 100%;
  width: 22.5rem;
  height: 22.5rem;
  border-radius: .375rem;
  overflow: hidden;
}
.s-related-products .top-block .items .img img,
.index-s3 .top-block .items .img img {
  height: 100%;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.s-related-products .top-block .items .img img:nth-child(1),
.index-s3 .top-block .items .img img:nth-child(1) {
  display: block;
}
.s-related-products .top-block .items .img img:nth-child(2),
.index-s3 .top-block .items .img img:nth-child(2) {
  display: none;
}
.s-related-products .top-block .items .img:hover img,
.index-s3 .top-block .items .img:hover img {
  transform: scale(1.15);
}
.s-related-products .top-block .items .img:hover img:nth-child(1),
.index-s3 .top-block .items .img:hover img:nth-child(1) {
  display: none;
}
.s-related-products .top-block .items .img:hover img:nth-child(2),
.index-s3 .top-block .items .img:hover img:nth-child(2) {
  display: block;
}
.s-related-products .top-block .items .info,
.index-s3 .top-block .items .info {
  padding: 1.875rem 0;
}
.s-related-products .top-block .items .info .time,
.index-s3 .top-block .items .info .time {
  line-height: 1;
  margin-bottom: 1rem;
  color: #005aa8;
  font-family: "Outfit-Light";
}
.s-related-products .top-block .items .info .text p,
.index-s3 .top-block .items .info .text p {
  font-family: "Outfit-Light";
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
}
.s-related-products .top-block .btn,
.index-s3 .top-block .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-related-products .b-items,
.index-s3 .b-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  opacity: 0;
  transition: all .5s ease;
}
.s-related-products .b-items .prev,
.index-s3 .b-items .prev {
  left: 0;
}
.s-related-products .b-items .next,
.index-s3 .b-items .next {
  right: 0;
}
.s-related-products .b-items .boxes,
.index-s3 .b-items .boxes {
  position: absolute;
  top: 9.375rem;
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
}
.s-related-products .b-items .boxes.swiper-button-disabled,
.index-s3 .b-items .boxes.swiper-button-disabled {
  display: none;
}
.s-related-products .b-items .boxes .icon-svg,
.index-s3 .b-items .boxes .icon-svg {
  width: 1.875rem;
  height: 1.875rem;
  fill: #fff;
  transition: all .3s ease;
}
.s-related-products .b-items .boxes:hover,
.index-s3 .b-items .boxes:hover {
  background: #000;
  border-color: #000;
}
.s-related-products .b-items .boxes:hover .icon-svg,
.index-s3 .b-items .boxes:hover .icon-svg {
  fill: #fff;
}
.s-related-products .scrollbar-block,
.index-s3 .scrollbar-block {
  margin-top: 1.875rem;
  display: flex;
  justify-content: flex-end;
}
.s-related-products .scrollbar-block .swiper-scrollbar,
.index-s3 .scrollbar-block .swiper-scrollbar {
  width: 18.75rem;
  height: .125rem;
}
.s-related-products .scrollbar-block .swiper-scrollbar .swiper-scrollbar-drag,
.index-s3 .scrollbar-block .swiper-scrollbar .swiper-scrollbar-drag {
  background: #005aa8;
}

.index-s3 .top-block .items {
  opacity: 0;
  transform: translateX(40px);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.index-s3 .top-block.active .items {
  opacity: 1;
  transform: translate(0);
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(1) .items {
  transition-delay: 0.1s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(2) .items {
  transition-delay: 0.2s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(3) .items {
  transition-delay: 0.3s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(4) .items {
  transition-delay: 0.4s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(5) .items {
  transition-delay: 0.5s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(6) .items {
  transition-delay: 0.6s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(7) .items {
  transition-delay: 0.7s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(8) .items {
  transition-delay: 0.8s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(9) .items {
  transition-delay: 0.9s;
}
.index-s3 .top-block.active .swiper-slide:nth-of-type(10) .items {
  transition-delay: 1s;
}

.s-related-products .top-block {
  margin-top: 2.5rem;
}
.s-related-products .b-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.s-related-products .b-items .prev {
  left: 0;
}
.s-related-products .b-items .next {
  right: 0;
}
.s-related-products .b-items .boxes {
  position: absolute;
  top: 12.5rem;
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
}
.s-related-products .b-items .boxes .icon-svg {
  width: 1.875rem;
  height: 1.875rem;
  fill: #fff;
  transition: all .3s ease;
}
.s-related-products .b-items .boxes:hover {
  background: #000;
  border-color: #000;
}
.s-related-products .b-items .boxes:hover .icon-svg {
  fill: #fff;
}
.s-related-products .scrollbar-block {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}

@keyframes slide-in {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}
.index-s4 {
  background: #111d25;
  position: relative;
  overflow: hidden;
}
.index-s4 .swiper-slide {
  visibility: hidden;
}
.index-s4 .swiper-slide.swiper-slide-active {
  visibility: visible;
  animation: slide-in 0.5s ease forwards;
}
.index-s4 .item {
  display: flex;
  transition: ease .5s ease;
}
.index-s4 .item .left-box,
.index-s4 .item .right-box {
  position: relative;
  width: 50%;
}
.index-s4 .item .poster-mod .img img {
  width: 100%;
}
.index-s4 .item .info-mod {
  height: 100%;
}
.index-s4 .item .info-mod .bg {
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-s4 .item .info-mod .bg .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.index-s4 .item .info-mod .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s4 .item .info-mod .cover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7.5rem 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-s4 .item .info-mod .cover-box .h2 {
  margin-bottom: 3.75rem;
  font-family: "Outfit-Regular";
  font-size: 3rem;
  color: #fff;
}
.index-s4 .item .info-mod .cover-box .img {
  margin-bottom: 2.5rem;
  width: 22.875rem;
  height: 22.875rem;
  border-radius: .375rem;
  overflow: hidden;
}
.index-s4 .item .info-mod .cover-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: all .5s ease;
}
.index-s4 .item .info-mod .cover-box .img:hover img {
  transform: scale(1.15);
}
.index-s4 .item .info-mod .cover-box .h3 {
  margin-bottom: 2.8125rem;
  text-align: center;
  color: #fff;
  font-family: "Outfit-Light";
  font-size: 1.5rem;
}
.index-s4 .item .info-mod .cover-box .h3 a {
  color: #fff;
}
.index-s4 .item .info-mod .cover-box .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: .75rem;
}
.index-s4 .item .info-mod .cover-box .pagination div {
  width: .375rem;
  height: .375rem;
  background: #fff;
  opacity: .2;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s4 .item .info-mod .cover-box .pagination div.active {
  opacity: 1;
}
.index-s4 .item .info-mod .cover-box a {
  margin: 3.75rem auto;
}
.index-s4.s4a .swiper-button.b-left {
  left: 50%;
}
.index-s4.s4a .swiper-button.b-right {
  right: 0;
}
.index-s4.s4b .swiper-button.b-left {
  left: 0;
}
.index-s4.s4b .swiper-button.b-right {
  right: 50%;
}
.index-s4 .swiper-button {
  position: absolute;
  height: 100%;
  top: 0;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 54;
  transition: all .3s ease;
  z-index: 10;
}
.index-s4 .swiper-button.b-left {
  padding-left: 2rem;
  justify-content: flex-start;
}
.index-s4 .swiper-button.b-right {
  padding-right: 2rem;
  justify-content: flex-end;
}
.index-s4 .swiper-button:hover .icon-svg {
  opacity: 1;
  transform: translateX(0);
}
.index-s4 .swiper-button .icon-svg {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  fill: #fff;
  cursor: pointer;
  opacity: 0;
  transition: all .3s ease;
}
.index-s4 .swiper-button .icon-svg.swiper-button-disabled {
  display: none;
}

.n-index-s1 {
  padding: 7.5rem 0;
}
.n-index-s1 .tit {
  font-size: 2rem;
  color: #000;
  text-align: center;
  font-family: 'Outfit-Regular';
}
.n-index-s1 .items {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.n-index-s1 .item {
  position: relative;
}
.n-index-s1 .item .img-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 13.75rem;
  height: 13.75rem;
  margin: -6.875rem 0 0 -6.875rem;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s ease;
  will-change: transform;
  pointer-events: none;
}
.n-index-s1 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-index-s1 .item a {
  position: relative;
  display: block;
  padding: 0 3rem;
  line-height: 7.5rem;
  font-size: 3rem;
  color: #000;
  font-family: 'Outfit-Regular';
  z-index: 2;
}
.n-index-s1 .item a:after {
  content: '';
  position: absolute;
  bottom: 1.25rem;
  left: 3rem;
  right: 3rem;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
}
@media (any-hover: hover) {
  .n-index-s1 .item:hover .img-box {
    opacity: 1;
  }
  .n-index-s1 .item:hover a:after {
    transform: scaleX(1);
    transform-origin: left top;
  }
}

.index-s5 {
  position: relative;
  padding: 7.5rem 0;
  background-color: #f0f3f5;
}
.index-s5 .c-subhead .h3 {
  color: #005aa8;
  text-align: center;
}
.index-s5 .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-s5 .news-mod {
  margin: 2.5rem 0;
  display: grid;
  grid-gap: 1.875rem;
}
.index-s5 .news-mod .first {
  position: relative;
  overflow: hidden;
}
.index-s5 .news-mod .first .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875rem;
  background: #fff;
  border-radius: 1.875rem;
}
.index-s5 .news-mod .first .items .img {
  position: relative;
  grid-column: 1/3;
  border-radius: 1.875rem;
  overflow: hidden;
}
.index-s5 .news-mod .first .items .img img {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
  z-index: 1;
}
.index-s5 .news-mod .first .items .img .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.375rem;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s5 .news-mod .first .items .img .cover .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: .875rem;
}
.index-s5 .news-mod .first .items .img .cover .pagination div {
  width: .375rem;
  height: .375rem;
  background: #fff;
  opacity: .2;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s5 .news-mod .first .items .img .cover .pagination div.active {
  opacity: 1;
}
.index-s5 .news-mod .first .items:hover img {
  transform: scale(1.15);
}
.index-s5 .news-mod .first .items:hover .info .h3 {
  color: #005aa8;
}
.index-s5 .news-mod .first .items .info {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 3/4;
}
.index-s5 .news-mod .first .items .info .box {
  margin-bottom: 1.875rem;
}
.index-s5 .news-mod .first .items .info .h3 {
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000;
}
.index-s5 .news-mod .first .items .info .text {
  margin-top: 1.25rem;
}
.index-s5 .news-mod .first .items .info .text p {
  font-size: 1.125rem;
  color: #808080;
  font-family: "Outfit-Light";
  line-height: 1.4;
}
.index-s5 .news-mod .first .items .info .time {
  font-family: "Outfit-Light";
  font-size: .875rem;
  line-height: 1;
  color: #000;
}
.index-s5 .news-mod .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.875rem;
}
.index-s5 .news-mod .list .item {
  height: 15rem;
  display: flex;
  flex-direction: column;
  transition: all .5s ease;
}
.index-s5 .news-mod .list .item:hover {
  transform: translateY(-0.625rem);
}
.index-s5 .news-mod .list .item:hover p {
  color: #005aa8;
}
.index-s5 .news-mod .list .item a {
  height: 100%;
  background: #ffffff;
  border-radius: 1.875rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.index-s5 .news-mod .list .item .info p {
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1.2;
  transition: all .3s ease;
}
.index-s5 .news-mod .list .item .time {
  font-family: "Outfit-Light";
  font-size: .875rem;
  line-height: 1;
}
.index-s5 .news-mod .list.active .item a {
  opacity: 1;
  transform: translate(0);
}
.index-s5 .news-mod .list.active .item:nth-of-type(1) a {
  transition-delay: 0.1s;
}
.index-s5 .news-mod .list.active .item:nth-of-type(2) a {
  transition-delay: 0.2s;
}
.index-s5 .news-mod .list.active .item:nth-of-type(3) a {
  transition-delay: 0.3s;
}

.index-s6 {
  position: relative;
  height: 350vh;
  background: #000;
}
.index-s6 .top-block1 {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/index/s6-bg.jpg);
  background-attachment: fixed;
}
.index-s6 .top-block1 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s6 .top-block2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 2;
  margin-top: -100vh;
}
.index-s6 .top-block2 .box {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  z-index: 2;
  overflow: hidden;
}
.index-s6 .top-block2 .box svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.index-s6 .top-block2 .mask-csosbg {
  position: absolute;
  z-index: 1;
  background: #fff;
}
.index-s6 .top-block2 .mask-csosbg.mask-csosbg1 {
  left: 80%;
  width: 100vw;
  top: 50%;
  bottom: 0;
  height: 100vw;
  transform: translate(0%, -50%);
}
.index-s6 .top-block2 .mask-csosbg.mask-csosbg2 {
  right: 80%;
  width: 100vw;
  top: 50%;
  bottom: 0;
  height: 100vw;
  transform: translate(0%, -50%);
}
.index-s6 .top-block2 .mask-csosbg.mask-csosbg3 {
  left: 50%;
  width: 100vw;
  top: 70%;
  height: 100vw;
  transform: translate(-50%, 0);
}
.index-s6 .top-block2 .mask-csosbg.mask-csosbg4 {
  left: 0%;
  width: 100vw;
  bottom: 80%;
  height: 100vw;
}
.index-s6 .top-block3 {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 3;
  margin-top: -100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-s6 .top-block3 .h3 {
  text-transform: uppercase;
  margin-top: 11rem;
  font-family: "Outfit-Regular";
  font-size: 3rem;
  line-height: 1;
}
.index-s6 .top-block3 .info {
  margin-top: .625rem;
}
.index-s6 .top-block3 .info p {
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
.index-s6 .top-block4 {
  height: 100vh;
  padding: 7.5rem 0;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 3;
  margin-top: -100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  transform: translateY(400vh);
  opacity: 0;
}
.index-s6 .top-block4 .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-s6 .top-block4 .h3 {
  text-transform: uppercase;
  font-family: "Outfit-Regular";
  font-size: 3rem;
  line-height: 1;
  color: #fff;
}
.index-s6 .top-block4 .info {
  margin-top: .625rem;
}
.index-s6 .top-block4 .info p {
  color: #fff;
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
.index-s6 .top-block4 .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.index-s6 .top-block4 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-s6 .top-block4 .list .item .num {
  display: flex;
  align-items: center;
}
.index-s6 .top-block4 .list .item .num span {
  line-height: 1;
  font-size: 3.75rem;
  font-family: "Outfit-Light";
  color: #fff;
}
.index-s6 .top-block4 .list .item .info p {
  color: #fff;
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1.4;
}

.index-s6-m {
  display: none;
}

.icon-scroll {
  position: absolute;
  top: calc(100vh - 7.5rem);
  width: 100%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.icon-scroll .line {
  position: relative;
  top: .93rem;
  width: 1.75rem;
  height: 2.75rem;
  border: 2px #bfbfbf solid;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-scroll .line i {
  margin-bottom: 1.25rem;
  position: relative;
  display: block;
  width: .125rem;
  height: .5rem;
  background: #bfbfbf;
  animation: o-space-scroll2 1s infinite;
}

@keyframes o-space-scroll2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
.faq-s1 {
  margin: 3.75rem 0 1.25rem;
}
.faq-s1 .form {
  height: 4.875rem;
  padding: 0 1.875rem;
  border: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
}
.faq-s1 .form .icon-svg {
  margin-right: 1.25rem;
  width: 1.5rem;
  height: 1.5625rem;
}
.faq-s1 .form input {
  width: 100%;
  flex: 1;
  font-size: 1rem;
  color: #000;
  border: 0;
  font-family: "Outfit-Light";
}

.faq-s2 {
  margin-bottom: 7.5rem;
}
.faq-s2 ul li {
  width: 100%;
}
.faq-s2 ul li.active .item {
  height: 5rem;
}
.faq-s2 ul li.active .item .icon div:nth-child(1) i {
  opacity: 0;
}
.faq-s2 ul li .text {
  display: none;
}
.faq-s2 ul li .text .box {
  border: 1px #e6e6e6 solid;
  border-top: 0;
  display: grid;
  grid-gap: 1.25rem;
  padding: 2.5rem;
}
.faq-s2 ul li .text .box p {
  font-family: "Outfit-Light";
  font-size: 1rem;
  color: #333;
  line-height: 1.2;
}
.faq-s2 ul li .item {
  height: 7.4375rem;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}
.faq-s2 ul li .item:hover p {
  color: #005aa8;
}
.faq-s2 ul li .item .info p {
  font-size: 1.5rem;
  font-family: "Outfit-Light";
  line-height: 1.2;
  transition: all .3s ease;
}
.faq-s2 ul li .item .icon {
  height: .9375rem;
  width: .9375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-s2 ul li .item .icon div {
  position: absolute;
  top: 0;
  left: 0;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-s2 ul li .item .icon div i {
  background: #000;
  transition: all .3s ease;
}
.faq-s2 ul li .item .icon div:nth-child(1) i {
  width: .0625rem;
  height: .9375rem;
}
.faq-s2 ul li .item .icon div:nth-child(2) i {
  width: .9375rem;
  height: .0625rem;
}

.contact-s1 {
  padding: 7.5rem 0;
}
.contact-s1 .top-block {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}
.contact-s1 .top-block .item {
  height: 19.875rem;
  border: 1px #e6e6e6 solid;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-s1 .top-block .item:hover .icon {
  transform: scaleX(-1);
}
.contact-s1 .top-block .item .icon {
  margin-bottom: 2.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.contact-s1 .top-block .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-s1 .top-block .item .h3 {
  font-weight: bold;
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
  font-family: "Outfit-Light";
  line-height: 1;
  color: #333;
}
.contact-s1 .top-block .item .info {
  height: 1.25rem;
}
.contact-s1 .top-block .item .info p {
  text-align: center;
  font-size: 1rem;
  font-family: "Outfit-Light";
  line-height: 1.4;
  color: #333;
}
.contact-s1 .mid-block {
  margin-top: 3.75rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  overflow: hidden;
}
.contact-s1 .mid-block .map .custom-content-marker {
  position: relative;
  width: 45px;
  height: 64px;
}
.contact-s1 .mid-block .map .custom-content-marker img {
  width: 100%;
  height: 100%;
}
.contact-s1 .mid-block .map .googleMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-s1 .mid-block .map img {
  width: 100%;
}
.contact-s1 .bot-block {
  margin-top: 3.75rem;
  border-top: 1px #e6e6e6 solid;
}
.contact-s1 .bot-block .item {
  padding: 2.5rem 0;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-s1 .bot-block .item .line {
  margin-right: 7.5rem;
  height: 11.25rem;
  width: .0625rem;
  background: #e6e6e6;
}
.contact-s1 .bot-block .item .flex {
  display: flex;
  align-items: center;
}
.contact-s1 .bot-block .item .box1 {
  width: 21.875rem;
  display: flex;
  align-items: center;
}
.contact-s1 .bot-block .item .box1 .img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: .125rem #fff solid;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.contact-s1 .bot-block .item .box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-s1 .bot-block .item .box1 .name {
  margin-left: 1.25rem;
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1.2;
}
.contact-s1 .bot-block .item .box2 ul {
  display: grid;
  grid-gap: 1.25rem;
}
.contact-s1 .bot-block .item .box2 ul li {
  display: flex;
  align-items: center;
}
.contact-s1 .bot-block .item .box2 ul li:nth-child(3) .icon-svg {
  position: relative;
  top: -0.1875rem;
}
.contact-s1 .bot-block .item .box2 ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-s1 .bot-block .item .box2 ul li .icon .icon-svg {
  fill: #005aa8;
  width: 1.25rem;
  height: 1.25rem;
}
.contact-s1 .bot-block .item .box2 ul li .icon .icon-svg img {
  width: 100%;
}
.contact-s1 .bot-block .item .box2 ul li p {
  margin-left: .75rem;
  font-family: "Outfit-Light";
  font-size: 1.25rem;
  line-height: 1.2;
}
.contact-s1 .bot-block .item .box2 ul li a {
  color: #333;
}
.contact-s1 .bot-block .item .box3 ul {
  display: flex;
  grid-gap: 1.25rem;
}
.contact-s1 .bot-block .item .box3 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-s1 .bot-block .item .box3 ul li .img {
  border: 1px #e6e6e6 solid;
  padding: .625rem;
  width: 8.625rem;
  height: 8.625rem;
  overflow: hidden;
}
.contact-s1 .bot-block .item .box3 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-s1 .bot-block .item .box3 ul li p {
  margin-top: .625rem;
  font-family: "Outfit-Light";
  font-size: 1rem;
  line-height: 1;
  color: #333;
}

.blog-s1 {
  padding: 3.75rem 0 7.5rem;
}
.blog-s1 .flex-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.75rem;
}
.blog-s1 .left-block {
  position: relative;
  grid-column: 1/3;
  overflow: hidden;
}
.blog-s1 .right-block {
  grid-column: 3/4;
}
.blog-s1 .right-block .h2 {
  font-size: 2rem;
  font-family: "Outfit-Light";
  font-weight: bold;
  line-height: 1;
}
.blog-s1 .swiper-group {
  position: relative;
  width: 100%;
  border-radius: .625rem;
  overflow: hidden;
}
.blog-s1 .swiper-group .pagination {
  position: absolute;
  padding-right: 2.5rem;
  bottom: 2.5rem;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  grid-gap: .875rem;
}
.blog-s1 .swiper-group .pagination span {
  background: #fff;
  opacity: .2;
  margin: 0 !important;
  width: .375rem;
  height: .375rem;
  transition: all .5s ease;
}
.blog-s1 .swiper-group .pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.blog-s1 .swiper-group:hover img {
  transform: scale(1.15);
}
.blog-s1 .swiper-group .items {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.blog-s1 .swiper-group .items .img {
  position: relative;
  z-index: 1;
}
.blog-s1 .swiper-group .items .img img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.blog-s1 .swiper-group .items .cover-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #005aa8);
  display: flex;
  align-items: flex-end;
}
.blog-s1 .swiper-group .items .cover-block .h2 {
  margin-right: 17.5rem;
  padding: 2.5rem;
  color: #fff;
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1.4;
}
.blog-s1 .news-group li {
  position: relative;
  padding: 2.5rem 0;
  border-bottom: 1px #e6e6e6 solid;
}
.blog-s1 .news-group li::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #005aa8;
  transition: all 1s ease;
}
.blog-s1 .news-group li:hover img {
  transform: scale(1.15);
}
.blog-s1 .news-group li:hover::after {
  width: 100%;
}
.blog-s1 .news-group li:hover .info .h3 {
  color: #005aa8;
}
.blog-s1 .news-group li:hover .info .text p {
  color: #005aa8;
}
.blog-s1 .news-group li a {
  display: flex;
  align-items: center;
  grid-gap: 2.5rem;
}
.blog-s1 .news-group li .img {
  width: 45%;
  border-radius: .625rem;
  overflow: hidden;
}
.blog-s1 .news-group li .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  transition: all .5s ease;
}
.blog-s1 .news-group li .info {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.blog-s1 .news-group li .info .h3 {
  font-family: "Outfit-Light";
  font-size: 1.25rem;
  line-height: 1.2;
  transition: all .3s ease;
}
.blog-s1 .news-group li .info .text {
  margin-top: 1.25rem;
}
.blog-s1 .news-group li .info .text p {
  color: #808080;
  font-size: .875rem;
  font-family: "Outfit-Light";
  line-height: 2;
  transition: all .3s ease;
}
.blog-s1 .news-group li .info .time {
  color: #808080;
  display: block;
  font-style: italic;
  font-size: .875rem;
  font-family: "Outfit-Light";
  margin-top: 1.25rem;
}
.blog-s1 .stickybox {
  position: sticky;
  top: 6.25rem;
}

.exhibition-group li {
  border-bottom: 1px #e6e6e6 solid;
  padding: 2.25rem 0 2.5rem;
}
.exhibition-group li:hover .img {
  display: block;
  animation: o-upfade-top 0.5s linear forwards;
}
.exhibition-group li a {
  display: block;
}
.exhibition-group li .img {
  margin-bottom: 1rem;
  border-radius: .625rem;
  overflow: hidden;
  display: none;
}
.exhibition-group li .img img {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.exhibition-group li .info .h3 {
  font-family: "Outfit-Light";
  font-size: 1.25rem;
  line-height: 1.2;
}
.exhibition-group li .info .time {
  margin-top: .625rem;
  color: #808080;
  display: block;
  font-style: italic;
  font-size: .875rem;
  font-family: "Outfit-Light";
}

.blog-details-s1 {
  margin: 3.75rem 0 7.5rem;
}
.blog-details-s1 .flex-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.75rem;
}
.blog-details-s1 .left-block {
  position: relative;
  grid-column: 1/3;
  overflow: hidden;
}
.blog-details-s1 .right-block {
  grid-column: 3/4;
}
.blog-details-s1 .right-block .stickybox {
  position: sticky;
  top: 6.25rem;
}
.blog-details-s1 .right-block .h2 {
  font-size: 2rem;
  font-family: "Outfit-Light";
  font-weight: bold;
  line-height: 1;
}
.blog-details-s1 .mainbody-group .time {
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.blog-details-s1 .mainbody-group .time .icon-svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: #005aa8;
}
.blog-details-s1 .mainbody-group .time span {
  margin-left: .375rem;
  line-height: 1;
  color: #005aa8;
  font-style: italic;
  font-family: "Outfit-Light";
  font-size: 1rem;
  font-weight: bold;
}
.blog-details-s1 .mainbody-group .h2 {
  color: #333;
  font-family: "Outfit-Bold";
  font-size: 3rem;
  line-height: 1.2;
}
.blog-details-s1 .mainbody-group .line {
  margin: 2.5rem 0;
  background: #333;
  height: .25rem;
  width: 100%;
}
.blog-details-s1 .mainbody-group .article-box p {
  font-family: "Outfit-Light";
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
}
.blog-details-s1 .mainbody-group .article-box img {
  max-width: 100%;
  height: auto !important;
}
.blog-details-s1 .mainbody-group .guide-box {
  margin: 1.875rem 0 0;
  padding: 2.5rem;
  border-radius: 1.25rem;
  background: #f5f5f5;
  display: grid;
  grid-gap: .9375rem;
}
.blog-details-s1 .mainbody-group .guide-box a {
  font-family: "Outfit-Light";
  font-size: 1rem;
  color: #333;
  line-height: 1.2;
  transition: all .3s ease;
}
.blog-details-s1 .mainbody-group .guide-box a:hover {
  color: #005aa8;
}

.s-customer-reviews {
  padding-bottom: 7.5rem;
}
.s-customer-reviews .layui-input-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-customer-reviews .layui-input,
.s-customer-reviews .layui-select,
.s-customer-reviews .layui-textarea {
  border: 1px #e6e6e6 solid;
  font-size: .875rem;
  color: #333;
  font-family: "Outfit-Light";
  font-weight: bold;
  border-radius: .375rem;
}
.s-customer-reviews .layui-input,
.s-customer-reviews .layui-select {
  height: 2.875rem;
}
.s-customer-reviews .btn-review {
  width: 10.3125rem;
  padding: 0;
  cursor: pointer;
}
.s-customer-reviews .most-recent {
  width: 12rem;
}
.s-customer-reviews .layui-form {
  display: flex;
  grid-gap: 1.25rem;
}
.s-customer-reviews .flex-top {
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-customer-reviews .flex-top .icon-cr1 {
  background: url(../images/icon-cr1.png) no-repeat center center;
  width: .75rem;
  height: .875rem;
  background-size: .75rem;
  display: block;
}
.s-customer-reviews .flex-top .icon-down {
  width: 2.875rem;
  margin: .0625rem;
  height: 2.75rem;
  background: #f5f5f5;
  border-left: 1px #e5e5e5 solid;
  border-radius: 0 .25rem .25rem 0;
}
.s-customer-reviews .flex-top .icon-down i {
  font-size: .75rem;
}
.s-customer-reviews .reviews-list li {
  border-bottom: 1px #e6e6e6 solid;
  padding: 2.5rem 0;
}
.s-customer-reviews .reviews-list li .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-customer-reviews .reviews-list li .top-box .name {
  display: flex;
  align-items: center;
}
.s-customer-reviews .reviews-list li .top-box .name .img {
  background: #f5f5f5;
  margin-right: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-customer-reviews .reviews-list li .top-box .name .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-customer-reviews .reviews-list li .top-box .name .img span {
  font-family: "Outfit-Bold";
  font-size: 1.25rem;
  color: #bfbfbf;
}
.s-customer-reviews .reviews-list li .top-box .name p {
  color: #333;
  font-family: "Outfit-Regular";
  font-size: 1.5rem;
  line-height: 1;
}
.s-customer-reviews .reviews-list li .top-box .time {
  color: #333;
  display: block;
  font-style: italic;
  font-size: .875rem;
  font-family: "Outfit-Light";
}
.s-customer-reviews .reviews-list li .mid-box {
  margin-top: 1.25rem;
}
.s-customer-reviews .reviews-list li .mid-box .h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Outfit-Light";
  line-height: 1.2;
  color: #333;
}
.s-customer-reviews .reviews-list li .mid-box .text p {
  font-family: "Outfit-Light";
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}
.s-customer-reviews .reviews-list li .img-box {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: .25rem;
}
.s-customer-reviews .reviews-list li .img-box .imgs {
  height: 11.25rem;
  border-radius: .375rem;
  overflow: hidden;
  cursor: pointer;
}
.s-customer-reviews .reviews-list li .img-box .imgs img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all .5s ease;
}
.s-customer-reviews .reviews-list li .img-box .imgs:hover img {
  transform: scale(1.15);
}
.s-customer-reviews .reviews-list li .bot-box {
  margin-top: 2.5rem;
}
.s-customer-reviews .reviews-list li .bot-box .tit {
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.s-customer-reviews .reviews-list li .bot-box .tit .icon {
  background: url(../images/icon-chat.png) no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  margin-right: .625rem;
}
.s-customer-reviews .reviews-list li .bot-box .tit span {
  font-family: "Outfit-Light";
  font-size: 1.25rem;
  color: #005aa8;
  font-weight: bold;
}
.s-customer-reviews .reviews-list li .bot-box .hello {
  padding-top: 1.875rem;
  padding-left: 3.75rem;
  border-left: 4px #e6e6e6 solid;
  margin-left: 4.375rem;
}
.s-customer-reviews .reviews-list li .bot-box .hello .text p {
  font-family: "Outfit-Light";
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.s-customer-reviews .reviews-list li .bot-box .hello .info {
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 1.875rem;
}
.s-customer-reviews .reviews-list li .bot-box .hello .info p {
  font-family: "Outfit-Light";
  font-size: 1rem;
  color: #333;
}
.s-customer-reviews .reviews-list li .bot-box .hello .info .icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.s-customer-reviews .reviews-list li .bot-box .hello .info .icon:last-child .icon-svg {
  transform: translateY(0.0625rem) scaleY(-1);
}
.s-customer-reviews .reviews-list li .bot-box .hello .info .icon.active .icon-svg {
  fill: #005aa8;
}
.s-customer-reviews .reviews-list li .bot-box .hello .info .icon .icon-svg {
  margin-right: .625rem;
  width: 1.25rem;
  height: 1.25rem;
}

.s-folded-plate {
  margin-bottom: 3.4375rem;
}
.s-folded-plate ul {
  border-top: 1px #e6e6e6 solid;
}
.s-folded-plate ul li.active .top-box .icon div:nth-child(1) {
  opacity: 0;
  transition: all .5s ease;
}
.s-folded-plate ul li .top-box {
  height: 3.6875rem;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.s-folded-plate ul li .top-box .tit {
  margin-left: 1.875rem;
}
.s-folded-plate ul li .top-box .tit p {
  font-family: "Outfit-Regular";
  font-size: 1.25rem;
  color: #333;
}
.s-folded-plate ul li .top-box .icon {
  height: .9375rem;
  width: .9375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-folded-plate ul li .top-box .icon div {
  position: absolute;
  top: 0;
  left: 0;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-folded-plate ul li .top-box .icon div i {
  background: #000;
  transition: all .3s ease;
}
.s-folded-plate ul li .top-box .icon div:nth-child(1) i {
  width: .0625rem;
  height: .9375rem;
}
.s-folded-plate ul li .top-box .icon div:nth-child(2) i {
  width: .9375rem;
  height: .0625rem;
}
.s-folded-plate ul li .bot-box {
  border-bottom: 1px #e6e6e6 solid;
}
.s-folded-plate .faq-group {
  margin: 2.1875rem 3.75rem;
  display: grid;
  grid-gap: 2.1875rem;
}
.s-folded-plate .faq-group .text {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333;
  cursor: pointer;
}
.s-folded-plate .relevant-group {
  padding: 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}
.s-folded-plate .relevant-group .item:hover img {
  transform: scale(1.15);
}
.s-folded-plate .relevant-group .item:hover p {
  color: #005aa8;
}
.s-folded-plate .relevant-group .item a {
  display: block;
}
.s-folded-plate .relevant-group .item .img {
  border-radius: .625rem;
  overflow: hidden;
}
.s-folded-plate .relevant-group .item .img img {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.s-folded-plate .relevant-group .item .info {
  height: 8.75rem;
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s-folded-plate .relevant-group .item .info .text {
  margin: 2.5rem 0 0;
}
.s-folded-plate .relevant-group .item .info .text p {
  font-family: "Outfit-Light";
  font-size: 1.25rem;
  line-height: 1.2;
  transition: all .3s ease;
}
.s-folded-plate .relevant-group .item .info .time {
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #808080;
  line-height: 1;
  font-style: italic;
}
.s-folded-plate .ptags-group {
  margin: 1.875rem;
}

.ptags-group {
  margin: 1.875rem 0;
  display: flex;
  grid-gap: .625rem;
}
.ptags-group a {
  font-family: "Outfit-Light";
  font-size: .75rem;
  height: 1.25rem;
  padding: 0 .9375rem;
  color: #005aa8;
  border: 1px #005aa8 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.ptags-group a:hover {
  background: #005aa8;
  color: #fff;
}

.tc-popup {
  display: none;
}
.tc-popup .popup-main {
  overflow: hidden;
}
.tc-popup .popup-main .top-box {
  padding: 1.875rem 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc-popup .popup-main .top-box.h {
  padding: 0 3.75rem;
  height: 6.125rem;
}
.tc-popup .popup-main .top-box .h2 {
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.tc-popup .popup-main .top-box .icon-close {
  font-size: 2.25rem;
  color: #333;
  cursor: pointer;
}
.tc-popup .popup-main .main-box {
  height: 30rem;
  padding: 0 3.75rem;
  overflow: hidden;
}
.tc-popup .popup-main .main-box .h2 {
  margin-bottom: 1.875rem;
  font-family: "Outfit-Regular";
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
}
.tc-popup .popup-main .main-box .layui-input,
.tc-popup .popup-main .main-box .layui-select {
  height: 2.875rem;
  padding: 0 1.75rem;
}
.tc-popup .popup-main .main-box .layui-textarea {
  padding: .625rem 1.75rem;
}
.tc-popup .popup-main .main-box .layui-input,
.tc-popup .popup-main .main-box .layui-select,
.tc-popup .popup-main .main-box .layui-textarea {
  font-family: "Outfit-Regular";
  font-size: .875rem;
  color: #000;
}
.tc-popup .popup-main .main-box .photo-info {
  text-align: right;
}
.tc-popup .popup-main .main-box .photo-info p {
  font-size: .875rem;
  font-family: "Outfit-Light";
}
.tc-popup .popup-main .main-box .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc-popup .popup-main .main-box .flex .box {
  display: flex;
  grid-gap: .625rem;
}
.tc-popup .popup-main .main-box button {
  width: 9.375rem;
  height: 2.875rem;
  line-height: 1;
}
.tc-popup .popup-main .main-box .btn-submit {
  font-family: "Outfit-Regular";
  font-size: .875rem;
  background: #005aa8;
}
.tc-popup .popup-main .main-box .btn-photos {
  background: #fff;
  border: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.tc-popup .popup-main .main-box .btn-photos:hover {
  background: #e6e6e6;
}
.tc-popup .popup-main .main-box .btn-photos .icon-svg {
  margin-right: .375rem;
  width: .75rem;
  height: .75rem;
}
.tc-popup .popup-main .main-box .btn-photos span {
  font-size: .875rem;
  font-family: "Outfit-Light";
  color: #000;
}
.tc-popup .popup-main .main-box .layui-upload .layui-upload-list {
  display: flex;
  align-items: center;
  grid-gap: .625rem;
}
.tc-popup .popup-main .main-box .layui-upload .layui-upload-list .img {
  position: relative;
  border: 1px #e6e6e6 solid;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: .625rem;
  overflow: hidden;
  z-index: 1;
}
.tc-popup .popup-main .main-box .layui-upload .layui-upload-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-popup .popup-main .main-box .layui-upload .layui-upload-list .delete-btn {
  position: absolute;
  top: .3125rem;
  right: .3125rem;
  font-size: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #808080;
  padding: 0;
  border: 0;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-popup .popup-main .main-box .layui-upload .layui-upload-list .delete-btn:hover {
  background: #fff;
  transition: all .5s ease;
}
.tc-popup .popup-main .main-box .layui-upload .layui-upload-list .delete-btn:hover i {
  transition: all .5s ease;
  color: #000;
}
.tc-popup .popup-main .main-box .layui-upload .layui-upload-list .delete-btn i {
  background: none;
  color: #e6e6e6;
  font-size: 1.625rem;
}
.tc-popup .popup-main .text-box {
  padding: 1.875rem 3.75rem 3.75rem;
  border-top: 1px #e6e6e6 solid;
}
.tc-popup .popup-main .text-box .text {
  overflow: hidden;
}
.tc-popup .popup-main .text-box .text p {
  font-family: "Outfit-Light";
  font-size: 1rem;
  line-height: 1.6;
}

.product-details-s2 {
  margin-bottom: 7.5rem;
}
.product-details-s2 ul {
  height: 7.5rem;
  display: flex;
  justify-content: space-between;
}
.product-details-s2 ul li {
  display: flex;
}
.product-details-s2 ul li:hover .icon {
  transform: scaleX(-1);
}
.product-details-s2 ul li:hover .icon img {
  transform: scaleX(-1);
}
.product-details-s2 ul li.item {
  padding-top: 1.625rem;
}
.product-details-s2 ul li .line {
  background: #e6e6e6;
  height: 100%;
  width: 1px;
}
.product-details-s2 ul li .icon {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .3s ease;
}
.product-details-s2 ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease;
}
.product-details-s2 ul li .info .h3 {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  color: #333;
}
.product-details-s2 ul li .info .text {
  margin-top: .375rem;
}
.product-details-s2 ul li .info .text p {
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #808080;
  line-height: 1.4;
  transition: all .3s ease;
}

.product-details-s1 {
  margin: 3.75rem 0;
}
.product-details-s1 .flex-container {
  display: flex;
  grid-gap: 5.625rem;
}
.product-details-s1 .left-box {
  width: 51.875rem;
}
.product-details-s1 .left-box .boxes {
  display: none;
}
.product-details-s1 .left-box .boxes.active {
  display: block;
}
.product-details-s1 .right-box {
  flex: 1;
}
.product-details-s1 .right-box .h2 {
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-family: "Outfit-Light";
  line-height: 1.2;
  color: #333;
}
.product-details-s1 .right-box .rmb {
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  color: #005aa8;
}
.product-details-s1 .right-box .line {
  margin: 1.875rem 0;
  width: 100%;
  height: .0625rem;
  background: #e6e6e6;
}
.product-details-s1 .right-box .colorbox p {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
}
.product-details-s1 .right-box .colorbox p strong {
  color: #005aa8;
}
.product-details-s1 .right-box .colorbox .imgs {
  margin: .9375rem 0;
  display: flex;
  align-items: center;
  grid-gap: .625rem;
}
.product-details-s1 .right-box .colorbox .imgs .pic {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: .625rem;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s ease;
  border: 2px #fff solid;
}
.product-details-s1 .right-box .colorbox .imgs .pic.active {
  border: 2px #005aa8 solid;
}
.product-details-s1 .right-box .colorbox .imgs .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-s1 .right-box .codebox {
  margin-top: 1.875rem;
  display: flex;
  grid-gap: .625rem;
}
.product-details-s1 .right-box .codebox .item {
  position: relative;
  cursor: pointer;
}
.product-details-s1 .right-box .codebox .item:hover .box {
  display: flex;
  animation: o-upfade-top 0.5s linear forwards;
}
.product-details-s1 .right-box .codebox .item:hover .round {
  background: #005aa8;
  border-color: #005aa8;
  box-shadow: 0 10px 12px 10px rgba(0, 90, 168, 0.1);
}
.product-details-s1 .right-box .codebox .item:hover .round .icon1 {
  background: url(../images/product/s1-icon1-1.png);
  background-size: 1.25rem;
}
.product-details-s1 .right-box .codebox .item:hover .round .icon2 {
  background: url(../images/product/s1-icon2-2.png);
  background-size: 1.25rem;
}
.product-details-s1 .right-box .codebox .item .round {
  border-radius: 50%;
  position: relative;
  border: 1px #e6e6e6 solid;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  z-index: 1;
}
.product-details-s1 .right-box .codebox .item .round i {
  display: block;
}
.product-details-s1 .right-box .codebox .item .round .icon1 {
  width: 1.25rem;
  height: 1rem;
  background: url(../images/product/s1-icon1.png);
  background-size: 1.25rem;
  transition: all .5s ease;
}
.product-details-s1 .right-box .codebox .item .round .icon2 {
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/product/s1-icon2.png);
  background-size: 1.25rem;
  transition: all .5s ease;
}
.product-details-s1 .right-box .codebox .item .box {
  position: absolute;
  top: 3.75rem;
  left: -120%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 2;
}
.product-details-s1 .right-box .codebox .item .box i {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
}
.product-details-s1 .right-box .codebox .item .box .img {
  width: 10rem;
  height: 10rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  background: #fff;
}
.product-details-s1 .right-box .codebox .item .box .img img {
  width: 100%;
  height: 100%;
}
.product-details-s1 .right-box .btnbox {
  margin-top: 1.875rem;
  display: flex;
  grid-gap: .6875rem;
}
.product-details-s1 .right-box .btnbox .btn {
  width: 100%;
  border: 1px #e6e6e6 solid;
  border-radius: .375rem;
  height: 2.875rem;
  background: #fff;
  font-family: "Outfit-Regular";
  font-size: .875rem;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.product-details-s1 .right-box .btnbox .btn:hover {
  background: #005aa8 !important;
  border: 1px #005aa8 solid !important;
  transform: translateY(-0.625rem);
  box-shadow: 0 0 15px 5px rgba(0, 90, 168, 0.2);
  color: #fff;
}
.product-details-s1 .right-box .textbox {
  margin-top: 3.75rem;
}
.product-details-s1 .right-box .textbox p {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}
.product-details-s1 .photography-group {
  display: flex;
  grid-gap: .625rem;
}
.product-details-s1 .photography-group video {
  position: relative;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
.product-details-s1 .photography-group .pictures {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: .625rem;
}
.product-details-s1 .photography-group .pictures .img {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: .375rem;
  overflow: hidden;
  cursor: pointer;
  border: 2px #fff solid;
  transition: all .5s ease;
}
.product-details-s1 .photography-group .pictures .img.active {
  border: 2px #005aa8 solid;
}
.product-details-s1 .photography-group .pictures .img img {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.product-details-s1 .photography-group .pictures .img .videobox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5) url(../images/product/icon-video.png) no-repeat center center;
  background-size: 1rem;
}
.product-details-s1 .photography-group .picture {
  position: relative;
  border-radius: .375rem;
  overflow: hidden;
}
.product-details-s1 .photography-group .picture .item {
  position: relative;
  display: none;
}
.product-details-s1 .photography-group .picture .item.active {
  display: block;
}
.product-details-s1 .photography-group .picture .img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-details-s1 .photography-group .picture .img img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  z-index: 1;
}
.product-details-s1 .photography-group .picture .video-pop {
  position: absolute;
  top: 0;
  left: 0;
}
.product-details-s1 .photography-group .picture .coverbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details-s1 .photography-group .picture .coverbox.video-mod {
  background: rgba(0, 0, 0, 0.25);
}
.product-details-s1 .photography-group .picture .coverbox .prev,
.product-details-s1 .photography-group .picture .coverbox .next {
  padding: 1.25rem;
  cursor: pointer;
  opacity: .5;
  transition: all .5s ease;
  opacity: 0 !important;
}
.product-details-s1 .photography-group .picture .coverbox .prev:hover,
.product-details-s1 .photography-group .picture .coverbox .next:hover {
  opacity: 1;
}
.product-details-s1 .photography-group .picture .coverbox .prev .icon-svg,
.product-details-s1 .photography-group .picture .coverbox .next .icon-svg {
  width: 3.75rem;
  height: 3.75rem;
  fill: #fff;
}
.product-details-s1 .photography-group .picture .coverbox .icon-video {
  width: 4.75rem;
  height: 4.75rem;
  border: 2px rgba(255, 255, 255, 0.2) solid;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
}
.product-details-s1 .photography-group .picture .coverbox .icon-video:hover {
  border-color: #fff;
}
.product-details-s1 .photography-group .picture .coverbox .icon-video i {
  width: 1rem;
  height: 1.375rem;
  background: url(../images/product/icon-video.png) no-repeat center center;
  background-size: 1rem;
}
.product-details-s1 .photography-group .picture .coverbox .btn-serachimg {
  position: absolute;
  bottom: .625rem;
  right: .625rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
}
.product-details-s1 .photography-group .picture .coverbox .btn-serachimg:hover {
  background: #005aa8;
}
.product-details-s1 .photography-group .picture .coverbox .btn-serachimg .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
  transition: all .3s ease;
}

.navroller,
.navroller li {
  height: 3.75rem;
}

.navroller {
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #f5f5f5;
  transition: all .3s ease;
}
.navroller.top {
  transform: translateY(4rem);
}
.navroller.active {
  position: fixed;
  top: -4rem;
}
.navroller .cmp-nav-roller__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.875rem;
}
.navroller .cmp-nav-roller__menu li {
  display: flex;
  align-items: center;
}
.navroller .cmp-nav-roller__menu li a {
  font-family: "Outfit-Light";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.navroller .cmp-nav-roller__menu li a span {
  width: 9.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111d25;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navroller .cmp-nav-roller__item-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #e6e6e6;
  z-index: -1;
}

.about-s1 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/about/s1-bg.jpg);
  background-attachment: fixed;
}
.about-s1 .top-block {
  width: 60%;
  margin: 0 auto 6.875rem;
}
.about-s1 .top-block .h2 {
  margin-bottom: 2.1875rem;
  text-align: center;
  font-family: "Outfit-Light";
  font-size: 3rem;
  line-height: 1;
}
.about-s1 .top-block .text p {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1.6;
}
.about-s1 .mid-block {
  display: flex;
  grid-gap: 1.5625rem;
}
.about-s1 .mid-block .item {
  width: 100%;
  height: 20.5625rem;
  background: #fff;
  border-radius: .625rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-s1 .mid-block .item:hover .icon {
  transform: scaleX(-1);
}
.about-s1 .mid-block .item .icon {
  margin-bottom: 2.1875rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.about-s1 .mid-block .item .icon img {
  height: 100%;
}
.about-s1 .mid-block .item .num {
  margin-bottom: 1.25rem;
  font-family: "Outfit-Light";
  font-size: 3.75rem;
  line-height: 1;
  color: #005aa8;
}
.about-s1 .mid-block .item .text p {
  text-align: center;
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1.4;
  color: #333;
}

.about-s2 {
  padding: 7.5rem 0;
}
.about-s2 .flex {
  margin-top: 3.75rem;
  display: flex;
}
.about-s2 .flex .left-box {
  flex: 1;
  width: 100%;
}
.about-s2 .flex .right-box {
  width: 66%;
}
.about-s2 .imgbox .item {
  display: none;
}
.about-s2 .imgbox .item:hover img {
  transform: scale(1.15);
}
.about-s2 .imgbox .item .img {
  border-radius: .625rem;
  overflow: hidden;
}
.about-s2 .imgbox .item .img img {
  width: 100%;
  transition: all .5s ease;
}
.about-s2 .imgbox .item .info {
  padding: 2.1875rem 3.75rem;
}
.about-s2 .imgbox .item .info .h3 {
  margin-bottom: .5rem;
  font-family: "Outfit-Light";
  font-size: 2rem;
  line-height: 1.2;
}
.about-s2 .imgbox .item .info p {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  line-height: 1.4;
}
.about-s2 .navbox {
  border-left: 1px #e6e6e6 solid;
}
.about-s2 .navbox li {
  padding-left: 4.3125rem;
  height: 3.75rem;
  width: 40%;
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.about-s2 .navbox li::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: .25rem;
  background: #005aa8;
  content: '';
  opacity: 0;
  transition: all .5s ease;
}
.about-s2 .navbox li.active {
  font-weight: bold;
  color: #005aa8;
}
.about-s2 .navbox li.active::after {
  opacity: 1;
}

.about-s3 {
  position: relative;
  height: 100vh;
  background: #005aa8;
}
.about-s3 .bg-block {
  position: relative;
}
.about-s3 .bg-block .case {
  display: none;
}
.about-s3 .bg-block .case.active {
  display: block;
  animation: o-upfade-top 1s;
}
.about-s3 .swiper {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.about-s3 .swiper .pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.25rem;
}
.about-s3 .swiper .pagination .default {
  cursor: pointer;
}
.about-s3 .swiper .pagination .default .b {
  transition: all .5s ease;
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}
.about-s3 .swiper .pagination .default.active .a {
  animation: draw 5s linear forwards;
}
.about-s3 .swiper .pagination .default.active .b {
  transform: scale(1);
  opacity: 1;
}
.about-s3 .swiper .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-s3 .swiper .item .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about-s3 .swiper .item .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, #005aa8, rgba(0, 0, 0, 0));
}
.about-s3 .swiper .item .img img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.about-s3 .cover-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 2;
}
.about-s3 .cover-block .flex {
  padding: 7.5rem 0;
  display: flex;
  grid-gap: 8.5rem;
}
.about-s3 .cover-block .infobox .item {
  display: none;
}
.about-s3 .cover-block .infobox .item.active {
  display: block;
  animation: o-upfade-top 1s;
}
.about-s3 .cover-block .btnbox {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
}
.about-s3 .cover-block .btnbox .btn {
  cursor: pointer;
}
.about-s3 .cover-block .btnbox .btn.active {
  background: #fff;
}
.about-s3 .cover-block .btnbox .btn.active span {
  color: #000;
}
.about-s3 .cover-block .btnbox .btn.active .icon {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: .3125rem;
}
.about-s3 .cover-block .right-box .h3 {
  margin-bottom: 1.875rem;
  font-family: "Outfit-Light";
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
}
.about-s3 .cover-block .right-box .text p {
  font-family: "Outfit-Light";
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
}

.about-s4 {
  position: relative;
}
.about-s4 .bg-block {
  position: relative;
  z-index: 1;
}
.about-s4 .bg-block img {
  width: 100%;
}
.about-s4 .cover-block {
  padding: 7.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.about-s4 .top-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-s4 .swiper,
.about-s4 .swiper-wrapper,
.about-s4 .swiper-slide {
  height: 100%;
}
.about-s4 .item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  display: flex;
}
.about-s4 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-s4-m {
  display: none;
}

.fabric-s1 {
  position: relative;
  padding: 5.625rem 0 7.5rem;
}
.fabric-s1.m {
  z-index: 100;
}
.fabric-s1 .flex-container {
  display: flex;
  grid-gap: 3.75rem;
}
.fabric-s1 .flex-container .right-block {
  width: 100%;
}
.fabric-s1 .top-box {
  padding-top: 1rem;
  min-height: 4.9375rem;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.fabric-s1 .top-box .cell {
  display: flex;
  align-items: center;
  grid-gap: 2.5rem;
}
.fabric-s1 .top-box .cell:nth-child(1) {
  flex: 1;
}
.fabric-s1 .top-box .cell .box {
  display: flex;
  align-items: center;
}
.fabric-s1 .top-box .cell .box p {
  font-family: "Outfit-Light";
  font-size: .875rem;
}
.fabric-s1 .top-box .cell .layui-form-select .layui-input {
  height: 2.875rem;
}
.fabric-s1 .top-box .cell .layui-form-select .layui-input,
.fabric-s1 .top-box .cell .layui-form-select dl dd {
  font-family: "Outfit-Regular";
  font-size: .875rem;
}
.fabric-s1 .top-box .cell .icon-down {
  width: 2.875rem;
  margin: .0625rem;
  height: 2.75rem;
  background: #f5f5f5;
  border-left: 1px #e5e5e5 solid;
  border-radius: 0 .25rem .25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fabric-s1 .top-box .cell .icon-down i {
  font-size: .75rem;
}
.fabric-s1 .top-box .cell .icons {
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
}
.fabric-s1 .top-box .cell .icons .icon-menu {
  cursor: pointer;
}
.fabric-s1 .top-box .cell .icons .icon-menu.active .icon-svg {
  fill: #005aa8;
}
.fabric-s1 .top-box .cell .icons .icon-svg {
  fill: #333;
}
.fabric-s1 .top-box .cell .icons .icon-menu1 .icon-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.fabric-s1 .top-box .cell .icons .icon-menu2 .icon-svg {
  width: 1.875rem;
  height: 1.875rem;
}
.fabric-s1 .filter-group {
  position: sticky;
  top: 6.25rem;
  border-bottom: 1px #e6e6e6 solid;
  width: 22.5rem;
}
.fabric-s1 .filter-group li.active .icon div:nth-child(1) {
  opacity: 0;
}
.fabric-s1 .filter-group li.active .bot-box {
  display: block;
}
.fabric-s1 .filter-group .item {
  height: 4.9375rem;
  border-top: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.fabric-s1 .filter-group .item .h3 {
  font-family: "Outfit-Light";
  font-size: 1.5rem;
  line-height: 1;
  color: #333;
}
.fabric-s1 .filter-group .item .icon {
  height: .9375rem;
  width: .9375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fabric-s1 .filter-group .item .icon div {
  position: absolute;
  top: 0;
  left: 0;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.fabric-s1 .filter-group .item .icon div i {
  background: #000;
  transition: all .3s ease;
}
.fabric-s1 .filter-group .item .icon div:nth-child(1) i {
  width: .0625rem;
  height: .9375rem;
}
.fabric-s1 .filter-group .item .icon div:nth-child(2) i {
  width: .9375rem;
  height: .0625rem;
}
.fabric-s1 .filter-group .bot-box {
  display: none;
}
.fabric-s1 .filter-group .team {
  border-top: 1px #e6e6e6 solid;
  margin: 0 2.5rem;
  padding: 1.75rem 0 1.875rem;
  display: grid;
  grid-gap: .5rem;
}
.fabric-s1 .filter-group .team .row {
  display: flex;
  align-items: center;
}
.fabric-s1 .filter-group .team .row .layui-unselect div {
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #333;
}
.fabric-s1 .productlist-group {
  border-bottom: 1px #e6e6e6 solid;
  display: none;
}
.fabric-s1 .productlist-group.style-a {
  display: grid;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 2.1875rem;
  grid-column-gap: 1.5rem;
}
.fabric-s1 .productlist-group.style-a .img {
  margin-bottom: 1.5625rem;
}
.fabric-s1 .productlist-group.style-a .text p,
.fabric-s1 .productlist-group.style-a .rmb p {
  font-size: 1.25rem;
}
.fabric-s1 .productlist-group.style-a .rmb p {
  margin-top: .5rem;
}
.fabric-s1 .productlist-group.style-b {
  display: grid;
  padding-bottom: 0;
  grid-template-columns: repeat(1, 1fr);
}
.fabric-s1 .productlist-group.style-b li {
  border-top: 1px #e6e6e6 solid;
  padding: 2.5rem 0;
}
.fabric-s1 .productlist-group.style-b li:first-child {
  border-top: 0;
}
.fabric-s1 .productlist-group.style-b .img {
  width: 7.5rem;
  height: 7.5rem;
}
.fabric-s1 .productlist-group.style-b a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fabric-s1 .productlist-group.style-b .text {
  width: calc(100% - 37.5rem);
  padding: 0 7.5rem;
  height: auto;
}
.fabric-s1 .productlist-group.style-b .rmb {
  width: calc(30rem - .9375rem);
}
.fabric-s1 .productlist-group.style-b .text p,
.fabric-s1 .productlist-group.style-b .rmb p {
  font-size: 1.25rem;
}
.fabric-s1 .productlist-group.style-b .icon {
  height: .9375rem;
  width: .9375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fabric-s1 .productlist-group.style-b .icon div {
  position: absolute;
  top: 0;
  left: 0;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.fabric-s1 .productlist-group.style-b .icon div i {
  background: #000;
  transition: all .3s ease;
}
.fabric-s1 .productlist-group.style-b .icon div:nth-child(1) i {
  width: .0625rem;
  height: .9375rem;
}
.fabric-s1 .productlist-group.style-b .icon div:nth-child(2) i {
  width: .9375rem;
  height: .0625rem;
}
.fabric-s1 .productlist-group li:hover img {
  transform: scale(1.15);
}
.fabric-s1 .productlist-group li .img {
  border-radius: .625rem;
  overflow: hidden;
}
.fabric-s1 .productlist-group li .img:hover img:nth-child(1) {
  display: none;
}
.fabric-s1 .productlist-group li .img:hover img:nth-child(2) {
  display: block;
}
.fabric-s1 .productlist-group li .img img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
  display: none;
}
.fabric-s1 .productlist-group li .img img:nth-child(1) {
  display: block;
}
.fabric-s1 .productlist-group li .img img:nth-child(2) {
  display: none;
}
.fabric-s1 .productlist-group li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
}
.fabric-s1 .productlist-group li .text p {
  font-family: "Outfit-Light";
  color: #333;
  line-height: 1.2;
}
.fabric-s1 .productlist-group li .rmb p {
  font-family: "Outfit-Light";
  color: #005aa8;
  line-height: 1;
}
.fabric-s1 .permutationselection-group {
  margin-right: 20%;
  margin-bottom: 1.25rem;
  height: 100%;
  display: flex;
  align-items: baseline;
  grid-gap: .625rem;
}
.fabric-s1 .permutationselection-group .tit {
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #000;
}
.fabric-s1 .permutationselection-group ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: .625rem;
}
.fabric-s1 .permutationselection-group ul .items {
  border: 1px #e6e6e6 solid;
  height: 1.75rem;
  padding: 0 .5rem;
  display: flex;
  align-items: center;
}
.fabric-s1 .permutationselection-group ul .items span {
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #333;
}
.fabric-s1 .permutationselection-group ul .items i {
  font-size: 1rem;
  margin-left: .625rem;
  cursor: pointer;
}
.fabric-s1 .permutationselection-group .clear {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fabric-s1 .permutationselection-group .clear p {
  font-family: "Outfit-Light";
  font-size: .875rem;
  color: #005aa8;
}

.layui-form-select dl dd.layui-this {
  font-weight: normal;
}

.textbook-s1 {
  padding: 7.5rem 0;
}
.textbook-s1 .flex {
  display: flex;
  grid-gap: 3.75rem;
}
.textbook-s1 .flex .left-box {
  padding-right: 1.875rem;
  border-right: 1px #d9d9d9 solid;
}
.textbook-s1 .nav-list {
  width: 21.25rem;
}
.textbook-s1 .nav-list.sticky {
  position: sticky;
  top: 6.25rem;
}
.textbook-s1 .nav-list a {
  padding: .625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.textbook-s1 .nav-list a:hover span, .textbook-s1 .nav-list a.active span {
  color: #005aa8;
}
.textbook-s1 .nav-list a:hover .icon-svg, .textbook-s1 .nav-list a.active .icon-svg {
  fill: #005aa8;
  opacity: 1;
}
.textbook-s1 .nav-list a span {
  font-size: 1rem;
  color: #000;
  font-family: "Outfit-Regular";
}
.textbook-s1 .nav-list a .icon-svg {
  width: 1.875rem;
  height: 1.875rem;
  opacity: 0;
  transition: all .3s ease;
}
.textbook-s1 .english-group .h3 {
  margin-bottom: 3.75rem;
  font-size: 2.25rem;
  line-height: 1.2;
  font-family: "Outfit-Regular";
  color: #000;
  text-align: center;
}
.textbook-s1 .english-group p {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6;
}
.textbook-s1 .english-group h4 {
  position: relative;
  padding-bottom: 1.25rem;
  border-bottom: 1px #d9d9d9 solid;
  margin-bottom: 1.25rem;
  line-height: 1.6;
  color: #000;
  font-family: "Outfit-Regular";
  font-size: 1.5rem;
}
.textbook-s1 .english-group h4:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 4em;
  height: 1px;
  background: #005aa8;
}

.m-p-close,
.m-parameter {
  display: none;
}

.login-page {
  width: 100%;
  min-height: 100vh;
  padding: 8.75rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/user/bg.jpg");
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.login-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0 3.75rem;
  height: max(70px, 5.625rem);
  display: flex;
  align-items: center;
}
.login-header .logo {
  position: relative;
}
.login-header .logo img {
  width: max(160px, 11.875rem);
}
.login-header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.login-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  padding: 1.875rem 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Outfit-Light';
}
.login-footer a {
  color: #fff;
}

.login-cont {
  width: 100%;
}

.login-block {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.login-block.hide {
  display: none;
}

.login-box {
  background-color: #fff;
  width: max(400px, 30rem);
  padding: 3.75rem 3.125rem;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}
.login-box .label {
  font-size: 24px;
  color: #111d25;
  font-family: 'Outfit-Bold';
}
.login-box .form {
  margin-top: 2.5rem;
}
.login-box .item {
  margin-top: 24px;
}
.login-box .item:nth-of-type(1) {
  margin-top: 0;
}
.login-box .item.mt-1 {
  margin-top: 10px;
}
.login-box .item span {
  display: block;
  font-size: 14px;
  color: #111d25;
}
.login-box .item span.pd {
  padding-left: 10px;
  position: relative;
}
.login-box .item span.pd i {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.login-box .item .box {
  position: relative;
  margin-top: 10px;
}
.login-box .item .box.box-flex {
  display: flex;
  justify-content: space-between;
}
.login-box .item .box.box-flex input[type="text"], .login-box .item .box.box-flex input[type="password"] {
  width: calc(50% - 5px);
}
.login-box .item input[type="text"], .login-box .item input[type="password"] {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 0 1.25rem;
  font-size: 14px;
  color: #808080;
}
.login-box .item button {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #111d25;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  font-family: 'Outfit-Bold';
  cursor: pointer;
}
.login-box .item .pswtotext {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/user/icon-2-1.png");
  background-size: auto 24px;
  cursor: pointer;
}
.login-box .item .pswtotext.active {
  background-image: url("../images/user/icon-2-2.png");
}
.login-box .item .tips {
  font-size: 14px;
  color: #111d25;
}
.login-box .item .tips a {
  color: #03b8df;
}
.login-box .item .tips.textalign-l {
  text-align: left;
}
.login-box .item .tips.textalign-c {
  text-align: center;
}
.login-box .item .code {
  width: 120px;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 2;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.login-box .item .code img {
  display: block;
  width: 100%;
  height: 100%;
}
.login-box .verify-box {
  background-color: #f5f5f5;
  padding: 2.5rem 0;
}
.login-box .verify-box .txt {
  text-align: center;
  font-size: 14px;
  color: #111d25;
  line-height: 1.5;
}
.login-box .verify-box .verify-input {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.login-box .verify-box input[type="text"] {
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #808080;
  text-align: center;
  margin-left: 6px;
  padding: 0;
}
.login-box .verify-box input[type="text"]:nth-of-type(1) {
  margin-left: 0;
}
.login-box .verify-box .resend {
  display: block;
  width: 120px;
  line-height: 30px;
  margin: 1.5rem auto 0;
  text-align: center;
  font-size: 14px;
  color: #111d25;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}
.login-box .reg-success {
  padding: 5.625rem 0 7.5rem;
  position: relative;
}
.login-box .reg-success i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.login-box .reg-success p {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 16px;
  color: #111d25;
}
.login-box .reg-success .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.login-box .reg-success .link a {
  display: inline-block;
  font-size: 14px;
  color: #03b8df;
}
.login-box .reg-success .link a:after {
  content: '';
  width: 5px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/icon-3.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.user-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #111d25;
  padding: 0 1.875rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.user-header .left-box {
  display: flex;
  align-items: center;
}
.user-header .left-box a.logo {
  width: 130px;
}
.user-header .left-box a.logo img {
  display: block;
  width: 100%;
}
.user-header .left-box a.link {
  font-size: 14px;
  color: #fff;
  margin-left: 3.75rem;
}
.user-header .left-box a.link:before {
  content: '';
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-1.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.user-header .form-box {
  width: 30rem;
}
.user-header .form-box form {
  position: relative;
  height: 40px;
  background-color: #29343b;
  border-radius: 3px;
  padding: 0 20px 0 38px;
}
.user-header .form-box form:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-2.svg");
  position: absolute;
  left: 10px;
  top: 12px;
  opacity: 0.2;
}
.user-header .form-box input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
.user-header .right-box {
  display: flex;
  align-items: center;
}
.user-header .right-box a.notify {
  font-size: 14px;
  color: #fff;
}
.user-header .right-box a.notify:before {
  content: '';
  width: 14px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-3.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.user-header .right-box a.help {
  font-size: 14px;
  color: #fff;
  margin-left: 2rem;
}
.user-header .right-box a.help:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-4.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.user-header .right-box .user-drop {
  position: relative;
  margin-left: 2rem;
}
.user-header .right-box .user-drop .show {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.user-header .right-box .user-drop .show:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3a4a54;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.user-header .right-box .user-drop .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.user-header .right-box .user-drop .icon img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-header .right-box .user-drop .link {
  position: absolute;
  top: 100%;
  right: -1.25rem;
  padding-top: 20px;
  width: 240px;
  display: none;
}
.user-header .right-box .user-drop .box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  position: relative;
}
.user-header .right-box .user-drop .box:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  bottom: 100%;
  right: calc(10px + 1.25rem);
}
.user-header .right-box .user-drop .box a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  color: #111d25;
  line-height: max(40px, 3.75rem);
  padding-left: 20px;
  transition: color .3s ease;
}
.user-header .right-box .user-drop .box a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 10px 0 0;
}
.user-header .right-box .user-drop .box a:nth-of-type(1):before {
  background-image: url("../images/userpage/icon-5.svg");
}
.user-header .right-box .user-drop .box a:nth-of-type(2):before {
  background-image: url("../images/userpage/icon-6.svg");
}
.user-header .right-box .user-drop .box a:nth-of-type(3):before {
  background-image: url("../images/userpage/icon-7.svg");
}
.user-header .right-box .user-drop .box a:last-of-type {
  border: none;
}
@media (any-hover: hover) {
  .user-header .right-box .user-drop .box a:hover {
    color: #03b8df;
  }
}
.user-header .right-box .user-drop:hover .link {
  display: block;
}

.user-body {
  padding-top: 60px;
}
.user-body .left-block {
  width: 300px;
  background-color: #fff;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.user-body .left-block .top-box {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: calc(40px + 3.75rem);
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.user-body .left-block .top-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.user-body .left-block .top-box .icon img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-body .left-block .top-box .txt-box {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.user-body .left-block .top-box .txt-box span {
  display: block;
  font-size: 14px;
  color: #111d25;
}
.user-body .left-block .top-box .txt-box p {
  font-size: 12px;
  color: #808080;
  font-family: 'Outfit-Light';
  margin-top: 5px;
}
.user-body .left-block .bot-box {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-top: 1px solid #e6e6e6;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
.user-body .left-block .bot-box i {
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-9.svg");
}
.user-body .left-block .bot-box span {
  font-size: 14px;
  color: #808080;
  padding-left: 14px;
}
.user-body .left-block .menu-box {
  height: calc(100% - 100px - 3.75rem);
  position: relative;
  top: calc(3.75rem + 40px);
  padding: 1.875rem 0;
}
.user-body .left-block .scroll {
  height: 100%;
  padding: 0 10px;
  overflow: auto;
}
.user-body .left-block .item {
  margin-top: 5px;
}
.user-body .left-block .item:nth-of-type(1) {
  margin-top: 0;
}
.user-body .left-block .item .show {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background .3s ease;
}
.user-body .left-block .item .show .icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.user-body .left-block .item .show i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.user-body .left-block .item .show i.h {
  opacity: 0;
}
.user-body .left-block .item .show span {
  width: calc(100% - 16px);
  padding-left: 10px;
  font-size: 14px;
  color: #111d25;
  position: relative;
  padding-right: 20px;
  transition: color .3s ease;
}
.user-body .left-block .item .show span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a2a3a5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-body .left-block .item .show:hover {
    background-color: #03b8df;
  }
  .user-body .left-block .item .show:hover i.s {
    opacity: 0;
  }
  .user-body .left-block .item .show:hover i.h {
    opacity: 1;
  }
  .user-body .left-block .item .show:hover span {
    color: #fff;
  }
  .user-body .left-block .item .show:hover span:after {
    border-top-color: #fff;
  }
}
.user-body .left-block .item a.show span:after {
  display: none;
}
.user-body .left-block .item .hide {
  display: none;
}
.user-body .left-block .item .hide .box {
  padding: 20px 10px;
}
.user-body .left-block .item .hide a {
  display: block;
  font-size: 14px;
  color: #a2a3a5;
  padding: 1rem 1rem .625rem 2.5rem;
  border-radius: 5px;
  transition: all .3s ease;
  position: relative;
}
.user-body .left-block .item .hide a:before {
  content: '·';
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 14px;
  color: #a2a3a5;
  transition: color .3s ease;
}
.user-body .left-block .item .hide a.active {
  background-color: #f5f5f5;
  color: #111d25;
}
.user-body .left-block .item .hide a.active:before {
  color: #111d25;
}
@media (any-hover: hover) {
  .user-body .left-block .item .hide a:hover {
    background-color: #f5f5f5;
    color: #111d25;
  }
  .user-body .left-block .item .hide a:hover:before {
    color: #111d25;
  }
}
.user-body .left-block .item.open .show, .user-body .left-block .item.active .show {
  background-color: #03b8df;
}
.user-body .left-block .item.open .show i.s, .user-body .left-block .item.active .show i.s {
  opacity: 0;
}
.user-body .left-block .item.open .show i.h, .user-body .left-block .item.active .show i.h {
  opacity: 1;
}
.user-body .left-block .item.open .show span, .user-body .left-block .item.active .show span {
  color: #fff;
}
.user-body .left-block .item.open .show span:after, .user-body .left-block .item.active .show span:after {
  border-top-color: #fff;
}
.user-body .left-block .item.active .hide {
  display: block;
}
.user-body .right-block {
  width: calc(100% - 300px);
  min-height: calc(100vh - 60px);
  background-color: #f5f5f5;
  position: relative;
  left: 300px;
}
.user-body .user-crumbs {
  padding: 0 calc(10px + 1.875rem);
  display: flex;
  background-color: #f5f5f5;
  position: sticky;
  top: 60px;
  z-index: 5;
}
.user-body .user-crumbs a.link {
  font-size: 14px;
  color: #808080;
  line-height: 60px;
}
.user-body .user-crumbs a.link:after {
  content: '';
  width: 5px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-18.svg");
  margin: -2px 1.25rem 0;
}
.user-body .user-crumbs span {
  font-size: 14px;
  color: #111d25;
  line-height: 60px;
}
.user-body.collapsed .left-block {
  width: 60px;
}
.user-body.collapsed .left-block .top-box {
  left: 6px;
  right: 6px;
  justify-content: center;
}
.user-body.collapsed .left-block .top-box .txt-box {
  display: none;
}
.user-body.collapsed .left-block .bot-box {
  left: 6px;
  right: 6px;
  justify-content: center;
  padding: 0;
}
.user-body.collapsed .left-block .bot-box i {
  transform: rotateY(180deg);
}
.user-body.collapsed .left-block .bot-box span {
  display: none;
}
.user-body.collapsed .left-block .scroll {
  padding: 0 6px;
  overflow: inherit;
}
.user-body.collapsed .left-block .item {
  position: relative;
}
.user-body.collapsed .left-block .item .show {
  padding: 0;
  justify-content: center;
}
.user-body.collapsed .left-block .item .show span {
  display: none;
}
.user-body.collapsed .left-block .item .hide {
  position: absolute;
  left: 100%;
  top: -10px;
  padding-left: 16px;
}
.user-body.collapsed .left-block .item .hide .box {
  width: 260px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.user-body.collapsed .left-block .item .hide .box:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  position: absolute;
  right: 100%;
  top: 38px;
}
.user-body.collapsed .left-block .item.active .hide {
  display: none;
}
@media (any-hover: hover) {
  .user-body.collapsed .left-block .item:hover .show {
    background-color: #03b8df;
  }
  .user-body.collapsed .left-block .item:hover .show i.s {
    opacity: 0;
  }
  .user-body.collapsed .left-block .item:hover .show i.h {
    opacity: 1;
  }
  .user-body.collapsed .left-block .item:hover .hide {
    display: block;
  }
}
.user-body.collapsed .right-block {
  width: calc(100% - 60px);
  left: 60px;
}

.user-index {
  padding: 10px 10px 60px;
  position: relative;
  min-height: calc(100vh - 60px);
}
.user-index .b-flex {
  display: flex;
}

.user-index-footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.user-index-footer p {
  font-size: 14px;
  color: #111d25;
  font-family: 'Outfit-Light';
}
.user-index-footer p a {
  color: #111d25;
}

.user-index-left {
  background-color: #fff;
  width: 62.5%;
  border-right: 10px solid #f5f5f5;
}
.user-index-left .top-block {
  padding: 1.875rem;
  position: relative;
}
.user-index-left .top-block a {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  font-size: 12px;
  color: #03b8df;
  font-family: 'Outfit-Bold';
  text-transform: uppercase;
}
.user-index-left .top-block .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-index-left .top-block .tit span {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-index-left .top-block .flex {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.user-index-left .top-block .icon {
  width: 60px;
  height: 60px;
  background-color: #e5f8fc;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/userpage/icon-12.svg");
  background-size: auto 36px;
}
.user-index-left .top-block .txt {
  width: calc(100% - 60px);
  padding-left: 1.25rem;
}
.user-index-left .top-block .s-tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-index-left .top-block .info {
  display: flex;
  margin-top: 5px;
}
.user-index-left .top-block p {
  font-size: max(12px, 0.875rem);
  color: #808080;
  font-family: 'Outfit-Light';
}
.user-index-left .top-block p:nth-of-type(2) {
  margin-left: 7.5rem;
}
.user-index-left .top-block p span {
  color: #111d25;
}
.user-index-left .bot-block {
  padding: 1.875rem;
  border-top: 10px solid #f5f5f5;
}
.user-index-left .bot-block .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-index-left .bot-block .tit span {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-index-left .bot-block .tit a {
  font-size: 12px;
  color: #bfbfbf;
  font-family: 'Outfit-Bold';
  text-transform: uppercase;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .user-index-left .bot-block .tit a:hover {
    color: #03b8df;
  }
}
.user-index-left .bot-block .items {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}
.user-index-left .bot-block .item {
  width: calc(33.33% - 1rem);
  margin: 1rem 1rem 0 0;
}
.user-index-left .bot-block .item:nth-of-type(1), .user-index-left .bot-block .item:nth-of-type(2), .user-index-left .bot-block .item:nth-of-type(3) {
  margin-top: 0;
}
.user-index-left .bot-block .item a {
  display: block;
  position: relative;
}
.user-index-left .bot-block .item .img-box {
  height: 16.75vw;
  overflow: hidden;
}
.user-index-left .bot-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.user-index-left .bot-block .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.875rem;
  z-index: 4;
}
.user-index-left .bot-block .item .txt-box:after {
  content: '';
  width: 5px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-13-1.svg");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -4px;
}
.user-index-left .bot-block .item span {
  display: block;
  margin-right: 15px;
  font-size: max(12px, 0.875rem);
  color: #111d25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-index-left .bot-block .item.pic a:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  z-index: 3;
}
.user-index-left .bot-block .item.pic .txt-box:after {
  background-image: url("../images/userpage/icon-13-2.svg");
}
.user-index-left .bot-block .item.pic span {
  color: #fff;
}
.user-index-left .bot-block .item.video a:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  z-index: 3;
}
.user-index-left .bot-block .item.video a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/userpage/icon-14.png");
  background-size: auto 3rem;
}
.user-index-left .bot-block .item.video .txt-box:after {
  background-image: url("../images/userpage/icon-13-2.svg");
}
.user-index-left .bot-block .item.video span {
  color: #fff;
}
@media (any-hover: hover) {
  .user-index-left .bot-block .item:hover img {
    transform: scale(1.1);
  }
}

.user-index-right {
  background-color: #fff;
  width: 37.5%;
}
.user-index-right .top-block {
  padding: 1.875rem;
}
.user-index-right .top-block .tit span {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-index-right .top-block .items {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.user-index-right .top-block .item {
  width: calc((100% - 1rem) / 2);
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin: 1rem 1rem 0 0;
  transition: border .3s ease;
}
.user-index-right .top-block .item:nth-of-type(1), .user-index-right .top-block .item:nth-of-type(2) {
  margin-top: 0;
}
.user-index-right .top-block .item:nth-of-type(even) {
  margin-right: 0;
}
.user-index-right .top-block .item a {
  display: flex;
  align-items: center;
  padding: 5px;
}
.user-index-right .top-block .item i {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.user-index-right .top-block .item span {
  width: calc(100% - 48px);
  padding-left: 1.25rem;
  font-size: max(12px, 0.875rem);
}
.user-index-right .top-block .item.icon-1 i {
  background-color: #d1edff;
  background-image: url("../images/userpage/icon-10-1.svg");
}
.user-index-right .top-block .item.icon-2 i {
  background-color: #d0f2b3;
  background-image: url("../images/userpage/icon-10-2.svg");
}
.user-index-right .top-block .item.icon-3 i {
  background-color: #fde7b8;
  background-image: url("../images/userpage/icon-10-3.svg");
}
.user-index-right .top-block .item.icon-4 i {
  background-color: #ecd1ff;
  background-image: url("../images/userpage/icon-10-4.svg");
}
.user-index-right .top-block .item.icon-5 i {
  background-color: #c5efe8;
  background-image: url("../images/userpage/icon-10-5.svg");
}
.user-index-right .top-block .item.icon-6 i {
  background-color: #d1dbff;
  background-image: url("../images/userpage/icon-10-6.svg");
}
@media (any-hover: hover) {
  .user-index-right .top-block .item:hover {
    border-color: #03b8df;
  }
}
.user-index-right .mid-block {
  padding: 1.875rem;
  border-top: 10px solid #f5f5f5;
}
.user-index-right .mid-block .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-index-right .mid-block .tit span {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-index-right .mid-block .tit a {
  font-size: 12px;
  color: #bfbfbf;
  font-family: 'Outfit-Bold';
  text-transform: uppercase;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .user-index-right .mid-block .tit a:hover {
    color: #03b8df;
  }
}
.user-index-right .mid-block .list {
  margin-top: 1rem;
  padding-top: 1.5rem;
}
.user-index-right .mid-block .list a {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.user-index-right .mid-block .list a:nth-of-type(1) {
  margin-top: 0;
}
.user-index-right .mid-block .list a:before {
  content: '';
  width: 14px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-11.svg");
}
.user-index-right .mid-block .list a span {
  width: calc(100% - 14px);
  padding-left: 1rem;
  font-size: 12px;
  color: #111d25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .user-index-right .mid-block .list a:hover span {
    color: #03b8df;
  }
}
.user-index-right .bot-block {
  padding: 1.875rem;
  border-top: 10px solid #f5f5f5;
}
.user-index-right .bot-block .item a {
  display: flex;
  align-items: center;
}
.user-index-right .bot-block .item .img-box {
  width: 60%;
  height: 13.5vw;
  overflow: hidden;
}
.user-index-right .bot-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-index-right .bot-block .item .txt-box {
  width: 40%;
  padding-left: 1.25rem;
}
.user-index-right .bot-block .item .tit {
  font-size: 2.25rem;
  line-height: 1;
  color: #111d25;
  font-family: 'Outfit-Bold';
}
.user-index-right .bot-block .item span {
  display: block;
  width: max(100px, 7.5rem);
  text-align: center;
  font-size: 12px;
  line-height: max(36px, 2.5rem);
  color: #fff;
  text-transform: uppercase;
  background-color: #111d25;
  font-family: 'Outfit-Bold';
  margin-top: 2rem;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-index-right .bot-block .item span:hover {
    background-color: #03b8df;
  }
}
.user-index-right .bot-block .pagination {
  margin-top: 1rem;
  font-size: 0;
  text-align: center;
}
.user-index-right .bot-block .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 3px;
  background-color: #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 10px;
  transition: all .3s ease;
}
.user-index-right .bot-block .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.user-index-right .bot-block .pagination span.active {
  width: 24px;
  background-color: #03b8df;
}

.user-account {
  background-color: #f5f5f5;
  min-height: calc(100vh - 60px);
  padding: 1.875rem 0 60px;
  position: relative;
}

.user-account-page {
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 120px - 1.875rem);
  padding: 0 2.5rem;
}
.user-account-page .c-topblock {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.user-account-page .c-topblock .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-account-page .c-topblock .link {
  display: flex;
}
.user-account-page .c-topblock .link a {
  width: 120px;
  font-size: 12px;
  color: #111d25;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  text-align: center;
  margin-left: 10px;
  transition: all .3s ease;
}
.user-account-page .c-topblock .link a:nth-of-type(1) {
  margin-left: 0;
}
.user-account-page .c-topblock .link a.active {
  background-color: #03b8df;
  border-color: #03b8df;
  color: #fff;
}
@media (any-hover: hover) {
  .user-account-page .c-topblock .link a:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}

.user-account-footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.user-account-footer p {
  font-size: 14px;
  color: #111d25;
  font-family: 'Outfit-Light';
}
.user-account-footer p a {
  color: #111d25;
}

.user-account-s1 .top-block {
  padding: 3.75rem 0;
}
.user-account-s1 .top-block .pic {
  width: max(80px, 7.5rem);
  height: max(80px, 7.5rem);
  background-color: #03b8df;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.user-account-s1 .top-block .pic .cell-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.user-account-s1 .top-block .pic .cell-box i {
  display: block;
  width: max(18px, 1.5rem);
  height: max(18px, 1.5rem);
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-15.png");
}
.user-account-s1 .top-block .pic .cell-box span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  font-family: 'Outfit-Bold';
  text-transform: uppercase;
  margin-top: 1rem;
}
.user-account-s1 .top-block .name {
  font-size: 2rem;
  color: #111d25;
  font-family: 'Outfit-SemiBold';
  text-align: center;
  margin-top: 1.5rem;
}
.user-account-s1 .top-block p {
  font-size: 14px;
  color: #808080;
  margin-top: 5px;
  text-align: center;
}
.user-account-s1 .block {
  margin: 0 5rem;
  border-top: 1px solid #e6e6e6;
}
.user-account-s1 .block .box {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.5rem 0;
}
.user-account-s1 .block .box .tit {
  font-size: max(16px, 1.25rem);
  font-family: 'Outfit-Bold';
  color: #111d25;
}
.user-account-s1 .block .box .tit span {
  color: #03b8df;
  font-family: 'Outfit-Regular';
}
.user-account-s1 .block .box p {
  margin-top: 1rem;
  font-size: 14px;
  color: #808080;
}
.user-account-s1 .block .box .ope {
  position: absolute;
  right: 0;
  top: 2.5rem;
  font-size: max(14px, 1rem);
  color: #111d25;
  cursor: pointer;
  transition: color .3s ease;
}
.user-account-s1 .block .box .ope:after {
  content: '';
  width: 5px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-13-1.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-account-s1 .block .box .ope:hover {
    color: #03b8df;
  }
  .user-account-s1 .block .box .ope:hover:after {
    background-image: url("../images/userpage/icon-13-3.svg");
  }
}

.user-account-s2 {
  padding: 1.875rem 0 3.75rem;
}
.user-account-s2 .items {
  margin-bottom: 2.5rem;
}
.user-account-s2 .item {
  margin-top: 10px;
}
.user-account-s2 .item:nth-of-type(1) {
  margin-top: 0;
}
.user-account-s2 .item a {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.875rem;
  border: 1px solid #e6e6e6;
  transition: border .3s ease;
}
.user-account-s2 .item .tit {
  width: calc(100% - 20rem - 12px);
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.user-account-s2 .item i {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.user-account-s2 .item span {
  width: calc(100% - 16px);
  font-size: max(14px, 1rem);
  color: #111d25;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-account-s2 .item .date {
  width: 20rem;
  font-size: 12px;
  color: #808080;
}
.user-account-s2 .item .date:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-16.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.user-account-s2 .item .icon {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/resourse/icon-1-1.svg");
}
.user-account-s2 .item.doc i {
  background-image: url("../images/resourse/doc.svg");
}
.user-account-s2 .item.pdf i {
  background-image: url("../images/resourse/pdf.svg");
}
.user-account-s2 .item.jpg i {
  background-image: url("../images/resourse/jpg.svg");
}
@media (any-hover: hover) {
  .user-account-s2 .item:hover a {
    border-color: #03b8df;
  }
}

.user-account-s3 {
  padding: 1.875rem 0 3.75rem;
}
.user-account-s3 .items {
  margin-bottom: 2.5rem;
}
.user-account-s3 .item {
  margin-top: 10px;
}
.user-account-s3 .item:nth-of-type(1) {
  margin-top: 0;
}
.user-account-s3 .item a {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.875rem;
  border: 1px solid #e6e6e6;
  transition: border .3s ease;
}
.user-account-s3 .item .tit {
  width: calc(100% - 160px);
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.user-account-s3 .item i {
  width: 60px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  border-radius: 3px;
}
.user-account-s3 .item i.system {
  background-color: #888e92;
}
.user-account-s3 .item i.official {
  background-color: #111d25;
}
.user-account-s3 .item span {
  width: calc(100% - 60px);
  font-size: max(14px, 1rem);
  color: #111d25;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-account-s3 .item .date {
  width: 160px;
  font-size: 12px;
  color: #808080;
}
.user-account-s3 .item .date:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-16.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
@media (any-hover: hover) {
  .user-account-s3 .item:hover a {
    border-color: #03b8df;
  }
}

.user-account-s4 {
  padding: 1.875rem 0 3.75rem;
}
.user-account-s4 .items {
  margin-bottom: 2.5rem;
}
.user-account-s4 .item {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
}
.user-account-s4 .item:nth-of-type(1) {
  margin-top: 0;
}
.user-account-s4 .item .show {
  padding: 1.5rem 1.875rem;
  position: relative;
  transition: background .3s ease;
  cursor: pointer;
}
.user-account-s4 .item .show:after {
  content: '';
  width: 14px;
  height: 8px;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-17-1.svg");
  transition: all .3s ease;
}
.user-account-s4 .item .show span {
  display: block;
  font-size: max(14px, 1rem);
  color: #111d25;
  margin-right: 20px;
  transition: color .3s ease;
}
.user-account-s4 .item .hide {
  padding: 1.875rem;
  border-top: 1px solid #e6e6e6;
  font-size: max(14px, 1rem);
  color: #111d25;
  line-height: 1.5;
  display: none;
}
.user-account-s4 .item .hide a {
  color: #03b8df;
  text-decoration: underline;
}
.user-account-s4 .item.active .show {
  background-color: #111d25;
}
.user-account-s4 .item.active .show:after {
  background-image: url("../images/userpage/icon-17-2.svg");
  transform: rotate(180deg);
}
.user-account-s4 .item.active .show span {
  color: #fff;
}

.userchangeinfo-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.userchangeinfo-pop .main {
  max-width: max(500px, 40rem);
  width: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background-color: #fff;
}
.userchangeinfo-pop .top-block {
  padding: 1.25rem 2.5rem;
  background-color: #111d25;
  display: flex;
  align-items: cenetr;
  justify-content: space-between;
}
.userchangeinfo-pop .tit {
  font-size: max(16px, 1.25rem);
  color: #ffffff;
}
.userchangeinfo-pop .close {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.svg");
  cursor: pointer;
}
.userchangeinfo-pop .form {
  padding: 2.5rem 2.5rem 3.125rem;
}
.userchangeinfo-pop .form input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #808080;
  padding: 0 1.25rem;
}
.userchangeinfo-pop .form input.mt-10 {
  margin-top: 10px;
}
.userchangeinfo-pop .form button {
  width: 100%;
  height: 50px;
  margin-top: 2rem;
  background-color: #03b8df;
  border-radius: 5px;
  font-size: max(16px, 1.25rem);
  color: #fff;
  cursor: pointer;
}

.user-pdf .content {
  height: calc(100vh - 200px);
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  position: relative;
}
.user-pdf .content iframe {
  width: 100%;
  height: 100%;
}
.user-pdf .bot-ope {
  position: sticky;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 0 calc(10px + 1.875rem);
  background-color: #fff;
  z-index: 3;
}
.user-pdf .bot-ope .tit {
  max-width: calc(100% - 120px);
  display: flex;
  align-items: center;
}
.user-pdf .bot-ope .tit i {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.user-pdf .bot-ope .tit i.word {
  background-image: url("../images/word.svg");
}
.user-pdf .bot-ope .tit span {
  display: block;
  max-width: calc(100% - 16px);
  font-size: 16px;
  color: #111d25;
  padding: 0 10px;
}
.user-pdf .bot-ope a {
  display: block;
  width: 120px;
  line-height: 36px;
  background-color: #03b8df;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.user-word .content {
  height: calc(100vh - 200px);
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  position: relative;
}
.user-word .content .mainword {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.user-word .bot-ope {
  position: sticky;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 0 calc(10px + 1.875rem);
  background-color: #fff;
  z-index: 3;
}
.user-word .bot-ope .tit {
  max-width: calc(100% - 120px);
  display: flex;
  align-items: center;
}
.user-word .bot-ope .tit i {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.user-word .bot-ope .tit i.word {
  background-image: url("../images/word.svg");
}
.user-word .bot-ope .tit span {
  display: block;
  max-width: calc(100% - 16px);
  font-size: 16px;
  color: #111d25;
  padding: 0 10px;
}
.user-word .bot-ope a {
  display: block;
  width: 120px;
  line-height: 36px;
  background-color: #03b8df;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.user-video .content {
  min-height: calc(100vh - 200px);
  padding: 5.625rem 1.875rem;
  margin: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.user-video .block {
  width: 100%;
}
.user-video .label {
  text-align: center;
  font-size: 2rem;
  color: #111d25;
  font-family: 'Outfit-Bold';
}
.user-video .box {
  background-color: #fff;
  width: 100%;
  max-width: 62.5rem;
  padding: 1.25rem;
  border-radius: 5px;
  margin: 1.25rem auto 0;
}
.user-video .box video {
  display: block;
  width: 100%;
}
.user-video .bot-ope {
  position: sticky;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 0 calc(10px + 1.875rem);
  background-color: #fff;
  z-index: 3;
}
.user-video .bot-ope .tit {
  max-width: calc(100% - 120px);
  display: flex;
  align-items: center;
}
.user-video .bot-ope .tit i {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.user-video .bot-ope .tit i.mp4 {
  background-image: url("../images/mp4.svg");
}
.user-video .bot-ope .tit span {
  display: block;
  max-width: calc(100% - 16px);
  font-size: 16px;
  color: #111d25;
  padding: 0 10px;
}
.user-video .bot-ope a {
  display: block;
  width: 120px;
  line-height: 36px;
  background-color: #03b8df;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.user-imgs .content {
  height: calc(100vh - 200px);
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
  background-color: #fff;
}
.user-imgs .b-items {
  position: relative;
  padding: 0 7.5rem;
}
.user-imgs .b-items .label {
  font-size: 2rem;
  line-height: 1;
  color: #111d25;
  font-family: 'Outfit-Bold';
  text-align: center;
  padding: 3.125rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-imgs .b-items .b-item {
  height: calc(100vh - 200px - 19.5rem);
}
.user-imgs .b-items .b-item .img-box {
  width: 100%;
  height: 100%;
  text-align: center;
}
.user-imgs .b-items .b-item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.user-imgs .b-items .button {
  width: max(50px, 4.375rem);
  height: max(50px, 4.375rem);
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  position: absolute;
  top: calc(50% + 4.125rem);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s ease;
  z-index: 4;
}
.user-imgs .b-items .prev {
  left: 0;
  background-image: url("../images/case/prev-1.svg");
}
@media (any-hover: hover) {
  .user-imgs .b-items .prev:hover {
    background-color: #03b8df;
    background-image: url("../images/case/prev-2.svg");
  }
}
.user-imgs .b-items .next {
  right: 0;
  background-image: url("../images/case/next-1.svg");
}
@media (any-hover: hover) {
  .user-imgs .b-items .next:hover {
    background-color: #03b8df;
    background-image: url("../images/case/next-2.svg");
  }
}
.user-imgs .s-items {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e6e6e6;
  padding: 1.25rem 40px;
}
.user-imgs .s-items .s-item {
  width: 5rem;
  height: 5rem;
  border: 1px solid #e6e6e6;
}
.user-imgs .s-items .s-item .img-box {
  width: 100%;
  height: 100%;
  text-align: center;
}
.user-imgs .s-items .s-item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.user-imgs .s-items .s-item.active {
  border-color: #03b8df;
}
.user-imgs .s-items .button {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.3;
  transition: all .3s ease;
  z-index: 4;
}
@media (any-hover: hover) {
  .user-imgs .s-items .button:hover {
    opacity: 1;
  }
}
.user-imgs .s-items .prev {
  left: 0;
  background-image: url("../images/case/prev-1.svg");
}
.user-imgs .s-items .next {
  right: 0;
  background-image: url("../images/case/next-1.svg");
}
.user-imgs .bot-ope {
  position: sticky;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 0 calc(10px + 1.875rem);
  background-color: #fff;
  z-index: 3;
}
.user-imgs .bot-ope .tit {
  max-width: calc(100% - 120px);
  display: flex;
  align-items: center;
}
.user-imgs .bot-ope .tit i {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.user-imgs .bot-ope .tit i.jpg {
  background-image: url("../images/jpg.svg");
}
.user-imgs .bot-ope .tit span {
  display: block;
  max-width: calc(100% - 16px);
  font-size: 16px;
  color: #111d25;
  padding: 0 10px;
}
.user-imgs .bot-ope a {
  display: block;
  width: 120px;
  line-height: 36px;
  background-color: #03b8df;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.user-body-top-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0 10px;
  border-bottom: 1px solid #e6e6e6;
}
.user-body-top-block .tit {
  font-size: max(16px, 1.25rem);
  line-height: 32px;
  color: #111d25;
}
.user-body-top-block .ope {
  order: 2;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 3;
}
.user-body-top-block .ope i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  cursor: pointer;
}
.user-body-top-block .ope .hide {
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px;
  padding-top: 10px;
  display: none;
}
.user-body-top-block .ope .box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.user-body-top-block .ope .box span {
  display: block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #111d25;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}
.user-body-top-block .ope .box span:nth-of-type(1) {
  margin-top: 0;
}
.user-body-top-block .ope .box span:before {
  content: '';
  width: 10px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-20.svg");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  opacity: 0;
}
.user-body-top-block .ope .box span.active {
  color: #03b8df;
}
.user-body-top-block .ope .box span.active:before {
  opacity: 1;
}
@media (any-hover: hover) {
  .user-body-top-block .ope .box span:hover {
    color: #03b8df;
  }
}
.user-body-top-block .ope[data-show="item"] i {
  background-image: url("../images/userpage/icon-19-1.svg");
}
.user-body-top-block .ope[data-show="list"] i {
  background-image: url("../images/userpage/icon-19-2.svg");
}
.user-body-top-block .ope:hover .hide {
  display: block;
}
.user-body-top-block .tab-tit {
  font-size: 0;
}
.user-body-top-block .tab-tit a {
  display: inline-block;
  vertical-align: top;
  width: max(100px, 7.5rem);
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #111d25;
  margin-left: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s ease;
}
.user-body-top-block .tab-tit a:nth-of-type(1) {
  margin-left: 0;
}
.user-body-top-block .tab-tit a.active {
  background-color: #03b8df;
  border-color: #03b8df;
  color: #fff;
}
@media (any-hover: hover) {
  .user-body-top-block .tab-tit a:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-body-top-block .filter-btn {
  display: none;
}
.user-body-top-block .filter-box {
  position: absolute;
  right: 60px;
  top: 1.5rem;
  display: flex;
  z-index: 3;
}
.user-body-top-block .filter-box .box {
  position: relative;
  margin-left: 10px;
}
.user-body-top-block .filter-box .box:nth-of-type(1) {
  margin: 0;
}
.user-body-top-block .filter-box .box a.b-link, .user-body-top-block .filter-box .box span {
  display: block;
  padding: 0 10px;
  border: 1px solid #dedfdf;
  border-radius: 3px;
  font-size: 14px;
  color: #111d25;
  line-height: 30px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-body-top-block .filter-box .box a.b-link:hover, .user-body-top-block .filter-box .box span:hover {
    color: #fff;
    background-color: #03b8df;
    border-color: #03b8df;
  }
}
.user-body-top-block .filter-box .box span {
  cursor: pointer;
  position: relative;
}
.user-body-top-block .filter-box .box span:after {
  content: '';
  width: 10px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-17-1.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-body-top-block .filter-box .box span:hover:after {
    background-image: url("../images/userpage/icon-17-2.svg");
  }
}
.user-body-top-block .filter-box .box .s-link {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedfdf;
  border-top: none;
  display: none;
}
.user-body-top-block .filter-box .box .s-link a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #111d25;
  line-height: 30px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-body-top-block .filter-box .box .s-link a:hover {
    color: #fff;
    background-color: #03b8df;
  }
}
.user-body-top-block .filter-box .box.width-1 {
  width: 180px;
}
.user-body-top-block .filter-box .box.open .s-link {
  display: block;
}
.user-body-top-block .filter-box .box.active a.b-link, .user-body-top-block .filter-box .box.active span {
  color: #fff;
  background-color: #03b8df;
  border-color: #03b8df;
}
.user-body-top-block .filter-box .box.active span:after {
  background-image: url("../images/userpage/icon-17-2.svg");
}
.user-body-top-block .form {
  width: 360px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  position: absolute;
  right: 60px;
  padding-right: 30px;
}
.user-body-top-block .form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 10px;
  font-size: 14px;
  color: #808080;
}
.user-body-top-block .form button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/userpage/icon-2-1.svg");
  background-size: auto 14px;
  cursor: pointer;
}
.user-body-top-block .updatetime {
  height: 32px;
  position: absolute;
  right: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 12px;
  line-height: 30px;
  color: #111d25;
  padding: 0 40px 0 10px;
  cursor: pointer;
}
.user-body-top-block .updatetime:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid #7e7e7f;
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-body-top-block .updatetime:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #7e7e7f;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.user-body-top-block .updatetime[data-type="up"]:before {
  border-bottom-color: #03b8df;
}
.user-body-top-block .updatetime[data-type="down"]:after {
  border-top-color: #03b8df;
}

.user-body-bot-ope {
  position: sticky;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 0 calc(10px + 1.875rem);
  background-color: #fff;
  z-index: 3;
}
.user-body-bot-ope .selectall {
  max-width: calc(100% - 120px);
  font-size: 14px;
  color: #111d25;
  cursor: pointer;
}
.user-body-bot-ope .selectall:before {
  content: '';
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  background-image: url("../images/userpage/check-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.user-body-bot-ope .selectall.active:before {
  background-image: url("../images/userpage/check-on.png");
}
.user-body-bot-ope a {
  display: block;
  width: 120px;
  line-height: 36px;
  background-color: #03b8df;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.user-body-bot-ope .box {
  display: flex;
}
.user-body-bot-ope .drop {
  margin-right: 10px;
  width: 120px;
  position: relative;
}
.user-body-bot-ope .drop span {
  display: block;
  padding: 0 10px;
  border: 1px solid #dedfdf;
  border-radius: 3px;
  font-size: 12px;
  color: #111d25;
  line-height: 36px;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-body-bot-ope .drop span:hover {
    color: #fff;
    background-color: #03b8df;
    border-color: #03b8df;
  }
  .user-body-bot-ope .drop span:hover:after {
    background-image: url("../images/userpage/icon-17-2.svg");
  }
}
.user-body-bot-ope .drop span:after {
  content: '';
  width: 10px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-17-1.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transition: all .3s ease;
}
.user-body-bot-ope .drop ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedfdf;
  border-bottom: none;
  display: none;
}
.user-body-bot-ope .drop ul li {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  color: #111d25;
  line-height: 30px;
  cursor: pointer;
  transition: all .3s ease;
}
.user-body-bot-ope .drop ul li.active {
  color: #fff;
  background-color: #03b8df;
}
@media (any-hover: hover) {
  .user-body-bot-ope .drop ul li:hover {
    color: #fff;
    background-color: #03b8df;
  }
}
.user-body-bot-ope .drop.open ul {
  display: block;
}

.user-s1 .content {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  min-height: calc(100vh - 200px);
}
.user-s1 .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.875rem;
  position: relative;
  z-index: 1;
}
.user-s1 .items .item {
  position: relative;
  margin: 1.875rem 1.875rem 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s1 .items .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s1 .items .item span {
  display: block;
  font-size: max(14px, 1rem);
  color: #111d25;
}
.user-s1 .items .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s1 .items .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s1 .items .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s1 .items .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s1 .items[data-show="item"] .item {
  width: calc(25% - 1.875rem);
}
.user-s1 .items[data-show="item"] .item .img-box {
  height: max(80px, 11.25rem);
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}
.user-s1 .items[data-show="item"] .item .img-box .icon {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto max(40px, 3.75rem);
}
.user-s1 .items[data-show="item"] .item .img-box .icon.word {
  background-image: url("../images/word.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.ppt {
  background-image: url("../images/ppt.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.pdf {
  background-image: url("../images/pdf.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.excel {
  background-image: url("../images/excel.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.jpg {
  background-image: url("../images/jpg.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.mp4 {
  background-image: url("../images/mp4.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.ps {
  background-image: url("../images/ps.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.ai {
  background-image: url("../images/ai.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.ne {
  background-image: url("../images/ne.svg");
}
.user-s1 .items[data-show="item"] .item .img-box .icon.cad {
  background-image: url("../images/cad.svg");
}
.user-s1 .items[data-show="item"] .item .check {
  top: 1rem;
  left: 1rem;
}
.user-s1 .items[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s1 .items[data-show="item"] .item .tit .icon {
  display: none;
}
.user-s1 .items[data-show="item"] .item a.more {
  margin-top: 1rem;
}
.user-s1 .items[data-show="list"] .item {
  width: calc(50% - 1.875rem);
}
.user-s1 .items[data-show="list"] .item .img-box {
  display: none;
}
.user-s1 .items[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s1 .items[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s1 .items[data-show="list"] .item .tit {
  width: calc(100% - 100px);
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.user-s1 .items[data-show="list"] .item .tit .icon {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
}
.user-s1 .items[data-show="list"] .item .tit .icon.word {
  background-image: url("../images/word.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.ppt {
  background-image: url("../images/ppt.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.pdf {
  background-image: url("../images/pdf.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.excel {
  background-image: url("../images/excel.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.jpg {
  background-image: url("../images/jpg.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.mp4 {
  background-image: url("../images/mp4.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.ps {
  background-image: url("../images/ps.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.ai {
  background-image: url("../images/ai.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.ne {
  background-image: url("../images/ne.svg");
}
.user-s1 .items[data-show="list"] .item .tit .icon.cad {
  background-image: url("../images/cad.svg");
}
.user-s1 .items[data-show="list"] .item span {
  max-width: calc(100% - 16px);
  padding-left: 10px;
}

.user-s2 .content {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  min-height: calc(100vh - 200px);
}
.user-s2 .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.875rem;
  position: relative;
  z-index: 1;
}
.user-s2 .items .item {
  position: relative;
  margin: 1.875rem 1.875rem 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s2 .items .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s2 .items .item .tit {
  font-size: max(16px, 1.5rem);
  color: #111d25;
  font-family: 'Outfit-Bold';
  line-height: 1;
}
.user-s2 .items .item .info span, .user-s2 .items .item .info i {
  display: inline-block;
  vertical-align: top;
  font-size: max(12px, 0.875rem);
  font-family: 'Outfit-Light';
}
.user-s2 .items .item .info span {
  color: #808080;
}
.user-s2 .items .item .info i {
  color: #111d25;
  font-style: normal;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid #747474;
}
.user-s2 .items .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s2 .items .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s2 .items .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s2 .items .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s2 .items[data-show="item"] .item {
  width: calc(50% - 1.875rem);
  display: flex;
  padding: 1.25rem;
}
.user-s2 .items[data-show="item"] .item .check {
  top: 0;
  right: 0;
}
.user-s2 .items[data-show="item"] .item .img-box {
  width: 20rem;
  height: 11.25rem;
  overflow: hidden;
  position: relative;
}
.user-s2 .items[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s2 .items[data-show="item"] .item .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/userpage/icon-14.png");
  background-size: auto 3rem;
}
.user-s2 .items[data-show="item"] .item .txt-box {
  width: calc(100% - 20rem);
  padding: 0 2.5rem 48px 1.25rem;
  position: relative;
}
.user-s2 .items[data-show="item"] .item .info {
  margin-top: 1.25rem;
}
.user-s2 .items[data-show="item"] .item a.more {
  position: absolute;
  bottom: 10px;
  left: 1.25rem;
}
.user-s2 .items[data-show="list"] .item {
  width: calc(50% - 1.875rem);
}
.user-s2 .items[data-show="list"] .item .img-box {
  display: none;
}
.user-s2 .items[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s2 .items[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s2 .items[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 1rem;
}
.user-s2 .items[data-show="list"] .item .info {
  margin-top: 5px;
}

.user-s3 .content {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  min-height: calc(100vh - 200px);
}
.user-s3 .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.875rem;
  position: relative;
  z-index: 1;
}
.user-s3 .items .item {
  position: relative;
  margin: 1.875rem 1.875rem 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s3 .items .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s3 .items .item .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
  line-height: 1;
}
.user-s3 .items .item .num {
  background-color: #111d25;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  z-index: 3;
}
.user-s3 .items .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s3 .items .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s3 .items .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s3 .items .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s3 .items[data-show="item"] .item {
  width: calc(33.33% - 1.875rem);
}
.user-s3 .items[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s3 .items[data-show="item"] .item .num {
  position: absolute;
  right: 1.875rem;
  top: 10px;
}
.user-s3 .items[data-show="item"] .item .img-box {
  width: 100%;
  height: 14.5vw;
  overflow: hidden;
  position: relative;
}
.user-s3 .items[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s3 .items[data-show="item"] .item .img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
}
.user-s3 .items[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s3 .items[data-show="item"] .item a.more {
  margin-top: 1.5rem;
}
.user-s3 .items[data-show="list"] .item {
  width: calc(50% - 1.875rem);
}
.user-s3 .items[data-show="list"] .item .img-box {
  display: none;
}
.user-s3 .items[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s3 .items[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s3 .items[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.user-s3 .items[data-show="list"] .item .tit {
  max-width: calc(100% - 60px);
  padding-right: 10px;
}

.user-s4 .content {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  min-height: calc(100vh - 200px);
}
.user-s4 .cate-block {
  margin-top: 1.25rem;
  width: 240px;
  position: relative;
  z-index: 3;
}
.user-s4 .cate-block span {
  display: block;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.user-s4 .cate-block span:after {
  content: '';
  width: 12px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-21.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.user-s4 .cate-block .hide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 0 0 3px 3px;
  padding: 10px;
  display: none;
}
.user-s4 .cate-block .hide .list {
  line-height: 30px;
  font-size: 12px;
  color: #111d25;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s ease;
}
.user-s4 .cate-block .hide .list:nth-of-type(1) {
  margin-top: 0;
}
.user-s4 .cate-block .hide .list:before {
  content: '';
  width: 12px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.user-s4 .cate-block .hide .list.pic:before {
  background-image: url("../images/userpage/icon-22.svg");
}
.user-s4 .cate-block .hide .list.video:before {
  background-image: url("../images/userpage/icon-23.svg");
}
@media (any-hover: hover) {
  .user-s4 .cate-block .hide .list:hover {
    background-color: #f5f5f5;
  }
}
.user-s4 .cate-block.open .hide {
  display: block;
}
.user-s4 .items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s4 .items .item {
  position: relative;
  overflow: hidden;
}
.user-s4 .items .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s4 .items .item .tit {
  font-size: max(12px, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-s4 .items .item span {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s4 .items .item span:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s4 .items .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s4 .items .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s4 .items[data-show="item"] {
  margin-top: 1.25rem;
  margin-right: -10px;
}
.user-s4 .items[data-show="item"]:after {
  content: '';
  flex-grow: 999999999;
  min-width: 200px;
  height: 0;
}
.user-s4 .items[data-show="item"] .item {
  visibility: hidden;
  margin: 0 10px 10px 0;
  display: block;
}
.user-s4 .items[data-show="item"] .item a {
  display: block;
  position: relative;
}
.user-s4 .items[data-show="item"] .item .img-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.user-s4 .items[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
}
.user-s4 .items[data-show="item"] .item .img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
}
.user-s4 .items[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s4 .items[data-show="item"] .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  z-index: 2;
}
.user-s4 .items[data-show="item"] .item .tit {
  color: #fff;
}
.user-s4 .items[data-show="item"] .item span {
  display: none;
}
.user-s4 .items[data-show="item"] .item.video .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/userpage/icon-14.png");
  background-size: auto 3rem;
  z-index: 1;
}
.user-s4 .items[data-show="list"] {
  margin-right: -1.875rem;
}
.user-s4 .items[data-show="list"] .item {
  width: calc(50% - 1.875rem);
  margin: 1.875rem 1.875rem 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
.user-s4 .items[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s4 .items[data-show="list"] .item .img-box {
  display: none;
}
.user-s4 .items[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s4 .items[data-show="list"] .item .tit {
  color: #111d25;
  max-width: calc(100% - 100px);
  padding-right: 10px;
}
.user-s4 .items[data-show="list"] .item span {
  display: block;
}

.user-s5 .content {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  min-height: calc(100vh - 200px);
}
.user-s5 .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.875rem;
  position: relative;
  z-index: 1;
}
.user-s5 .items .item {
  position: relative;
  margin: 1.875rem 1.875rem 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s5 .items .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s5 .items .item .tit {
  font-size: max(16px, 1.5rem);
  color: #111d25;
  line-height: 1;
}
.user-s5 .items .item .num {
  background-color: #111d25;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  z-index: 3;
}
.user-s5 .items .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s5 .items .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s5 .items .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s5 .items .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s5 .items[data-show="item"] .item {
  width: calc(25% - 1.875rem);
}
.user-s5 .items[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s5 .items[data-show="item"] .item .num {
  position: absolute;
  right: 1.875rem;
  top: 10px;
}
.user-s5 .items[data-show="item"] .item .img-box {
  height: max(80px, 11.25rem);
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}
.user-s5 .items[data-show="item"] .item .img-box .icon {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto max(40px, 3.75rem);
}
.user-s5 .items[data-show="item"] .item .img-box .icon.word {
  background-image: url("../images/word.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.ppt {
  background-image: url("../images/ppt.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.pdf {
  background-image: url("../images/pdf.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.excel {
  background-image: url("../images/excel.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.jpg {
  background-image: url("../images/jpg.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.mp4 {
  background-image: url("../images/mp4.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.ps {
  background-image: url("../images/ps.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.ai {
  background-image: url("../images/ai.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.ne {
  background-image: url("../images/ne.svg");
}
.user-s5 .items[data-show="item"] .item .img-box .icon.cad {
  background-image: url("../images/cad.svg");
}
.user-s5 .items[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s5 .items[data-show="item"] .item a.more {
  margin-top: 1.5rem;
}
.user-s5 .items[data-show="list"] .item {
  width: calc(50% - 1.875rem);
}
.user-s5 .items[data-show="list"] .item .img-box {
  display: none;
}
.user-s5 .items[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s5 .items[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s5 .items[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.user-s5 .items[data-show="list"] .item .tit {
  max-width: calc(100% - 60px);
  padding-right: 10px;
}

.user-s6 .content {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 1.875rem 0;
  margin: 0 10px;
  min-height: calc(100vh - 200px);
  position: relative;
}
.user-s6 .content:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: calc(42px + 1.5rem);
  bottom: 0;
  left: calc(260px + 1.875rem);
}
.user-s6 .movecontent {
  display: flex;
  align-items: flex-start;
}
.user-s6 .move-btn {
  display: none;
}
.user-s6 .move-nav {
  padding: 1.25rem 0;
  position: sticky;
  top: 120px;
  width: 260px;
}
.user-s6 .move-nav .scroll {
  padding-right: 1.25rem;
  max-height: calc(100vh - 242px - 4rem);
  overflow: auto;
}
.user-s6 .move-nav .scroll.mh {
  max-height: calc(100vh - 200px - 2.5rem);
}
.user-s6 .move-nav .form {
  height: 40px;
  position: relative;
  padding: 0 10px 0 36px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.user-s6 .move-nav .form:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-2-1.svg");
  position: absolute;
  left: 10px;
  top: 12px;
}
.user-s6 .move-nav .form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 14px;
  color: #111d25;
}
.user-s6 .move-nav .drop-box {
  margin-top: 10px;
}
.user-s6 .move-nav .drop {
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
}
.user-s6 .move-nav .drop:nth-of-type(1) {
  margin-top: 0;
}
.user-s6 .move-nav .drop .tit {
  font-size: 14px;
  color: #111d25;
  padding: 10px 30px 10px 10px;
  position: relative;
  cursor: pointer;
}
.user-s6 .move-nav .drop .tit:after {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/userpage/icon-24-1.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.user-s6 .move-nav .drop .hide {
  padding: 0 10px;
  display: none;
}
.user-s6 .move-nav .drop .hide a {
  display: block;
  border-radius: 3px;
  font-size: 12px;
  color: #808080;
  padding: 10px;
  word-wrap: break-word;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .user-s6 .move-nav .drop .hide a:hover {
    background-color: #111d25;
    color: #fff;
  }
}
.user-s6 .move-nav .drop .hide a.active {
  background-color: #111d25;
  color: #fff;
}
.user-s6 .move-nav .drop.active .tit:after {
  background-image: url("../images/userpage/icon-24-2.png");
}
.user-s6 .move-nav .drop.active .hide {
  display: block;
}
.user-s6 .move-nav .singlelink {
  margin-top: 10px;
}
.user-s6 .move-nav .singlelink a {
  display: block;
  margin-top: 10px;
  position: relative;
  padding: 10px 25px 10px 10px;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #111d25;
  transition: all .3s ease;
}
.user-s6 .move-nav .singlelink a:after {
  content: '';
  width: 5px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  background-image: url("../images/userpage/icon-13-1.svg");
  transition: all .3s ease;
}
.user-s6 .move-nav .singlelink a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .user-s6 .move-nav .singlelink a:hover {
    background-color: #111d25;
    color: #fff;
  }
  .user-s6 .move-nav .singlelink a:hover:after {
    background-image: url("../images/userpage/icon-13-2.svg");
  }
}
.user-s6 .move-nav .singlelink a.active {
  background-color: #111d25;
  color: #fff;
}
.user-s6 .move-nav .singlelink a.active:after {
  background-image: url("../images/userpage/icon-13-2.svg");
}
.user-s6 .move-nav .singlelink a.blue {
  background-color: #03b8df;
  color: #fff;
}
.user-s6 .move-nav .singlelink a.blue:after {
  background-image: url("../images/userpage/icon-13-2.svg");
}
.user-s6 .move-cont {
  width: calc(100% - 260px);
  padding: 1.875rem 0 1.875rem 1.875rem;
}
.user-s6 .items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s6 .items .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items .item span {
  display: block;
  font-size: max(14px, 1rem);
  color: #111d25;
}
.user-s6 .items .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s6 .items .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s6 .items .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s6 .items[data-show="item"] {
  margin-right: -1rem;
}
.user-s6 .items[data-show="item"] .item {
  width: calc(25% - 1rem);
  margin: 0 1rem 1rem 0;
}
.user-s6 .items[data-show="item"] .item .img-box {
  height: max(80px, 11.25rem);
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}
.user-s6 .items[data-show="item"] .item .img-box .icon {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto max(40px, 3.75rem);
}
.user-s6 .items[data-show="item"] .item .img-box .icon.word {
  background-image: url("../images/word.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.ppt {
  background-image: url("../images/ppt.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.pdf {
  background-image: url("../images/pdf.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.excel {
  background-image: url("../images/excel.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.jpg {
  background-image: url("../images/jpg.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.mp4 {
  background-image: url("../images/mp4.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.ps {
  background-image: url("../images/ps.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.ai {
  background-image: url("../images/ai.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.ne {
  background-image: url("../images/ne.svg");
}
.user-s6 .items[data-show="item"] .item .img-box .icon.cad {
  background-image: url("../images/cad.svg");
}
.user-s6 .items[data-show="item"] .item .check {
  top: 1rem;
  left: 1rem;
}
.user-s6 .items[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s6 .items[data-show="item"] .item .tit .icon {
  display: none;
}
.user-s6 .items[data-show="item"] .item a.more {
  margin-top: 1rem;
}
.user-s6 .items[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items[data-show="list"] .item .tit {
  width: calc(100% - 100px);
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.user-s6 .items[data-show="list"] .item .tit .icon {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
}
.user-s6 .items[data-show="list"] .item .tit .icon.word {
  background-image: url("../images/word.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.ppt {
  background-image: url("../images/ppt.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.pdf {
  background-image: url("../images/pdf.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.excel {
  background-image: url("../images/excel.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.jpg {
  background-image: url("../images/jpg.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.mp4 {
  background-image: url("../images/mp4.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.ps {
  background-image: url("../images/ps.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.ai {
  background-image: url("../images/ai.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.ne {
  background-image: url("../images/ne.svg");
}
.user-s6 .items[data-show="list"] .item .tit .icon.cad {
  background-image: url("../images/cad.svg");
}
.user-s6 .items[data-show="list"] .item span {
  max-width: calc(100% - 16px);
  padding-left: 10px;
}
.user-s6 .items-video {
  position: relative;
  z-index: 1;
}
.user-s6 .items-video .item {
  position: relative;
  overflow: hidden;
}
.user-s6 .items-video .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-video .item .tit {
  font-size: max(16px, 1.5rem);
  color: #111d25;
  font-family: 'Outfit-Bold';
  line-height: 1;
}
.user-s6 .items-video .item .info span, .user-s6 .items-video .item .info i {
  display: inline-block;
  vertical-align: top;
  font-size: max(12px, 0.875rem);
  font-family: 'Outfit-Light';
}
.user-s6 .items-video .item .info span {
  color: #808080;
}
.user-s6 .items-video .item .info i {
  color: #111d25;
  font-style: normal;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid #747474;
}
.user-s6 .items-video .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s6 .items-video .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s6 .items-video .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
.user-s6 .items-video[data-show="item"] .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}
.user-s6 .items-video[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-video[data-show="item"] .item .img-box {
  width: 30rem;
  height: 16.875rem;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-video[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s6 .items-video[data-show="item"] .item .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/userpage/icon-14.png");
  background-size: auto 3rem;
}
.user-s6 .items-video[data-show="item"] .item .txt-box {
  width: calc(100% - 20rem);
  padding-left: 2.5rem;
}
.user-s6 .items-video[data-show="item"] .item .info {
  margin-top: 1.25rem;
}
.user-s6 .items-video[data-show="item"] .item a.more {
  margin-top: 5rem;
}
.user-s6 .items-video[data-show="list"] .item {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 10px;
}
.user-s6 .items-video[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-video[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-video[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-video[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 1rem;
}
.user-s6 .items-video[data-show="list"] .item .info {
  margin-top: 5px;
}
.user-s6 .items-model {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-model .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.user-s6 .items-model .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-model .item .tit span {
  display: block;
  font-size: max(14px, 1rem);
  color: #111d25;
  line-height: 1;
}
.user-s6 .items-model .item .tit.t-left span {
  text-align: left;
}
.user-s6 .items-model .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-model .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s6 .items-model[data-show="item"] {
  margin-right: -1rem;
}
.user-s6 .items-model[data-show="item"] .item {
  position: relative;
  width: calc(25% - 1rem);
  margin: 0 1rem 1rem 0;
}
.user-s6 .items-model[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-model[data-show="item"] .item .img-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-model[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
}
.user-s6 .items-model[data-show="item"] .item .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
}
.user-s6 .items-model[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-model[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-model[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-model[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-model[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 1rem;
}
.user-s6 .items-picture {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-picture .item {
  position: relative;
  overflow: hidden;
}
.user-s6 .items-picture .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-picture .item .tit {
  font-size: max(12px, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-s6 .items-picture .item span {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s6 .items-picture .item span:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s6 .items-picture .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-picture .item:hover {
    border-color: #888e92 !important;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s6 .items-picture[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-picture[data-show="item"]:after {
  content: '';
  flex-grow: 999999999;
  min-width: 200px;
  height: 0;
}
.user-s6 .items-picture[data-show="item"] .item {
  visibility: hidden;
  margin: 0 10px 10px 0;
  display: block;
}
.user-s6 .items-picture[data-show="item"] .item a {
  display: block;
  position: relative;
}
.user-s6 .items-picture[data-show="item"] .item .img-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-picture[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
}
.user-s6 .items-picture[data-show="item"] .item .img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
}
.user-s6 .items-picture[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-picture[data-show="item"] .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  z-index: 2;
}
.user-s6 .items-picture[data-show="item"] .item .tit {
  color: #fff;
}
.user-s6 .items-picture[data-show="item"] .item span {
  display: none;
}
.user-s6 .items-picture[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
.user-s6 .items-picture[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-picture[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-picture[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-picture[data-show="list"] .item .tit {
  color: #111d25;
  max-width: calc(100% - 100px);
  padding-right: 10px;
}
.user-s6 .items-picture[data-show="list"] .item span {
  display: block;
}
.user-s6 .items-case {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-case .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s6 .items-case .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-case .item .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
  line-height: 1;
}
.user-s6 .items-case .item .num {
  background-color: #111d25;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  z-index: 3;
}
.user-s6 .items-case .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s6 .items-case .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s6 .items-case .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-case .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s6 .items-case[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-case[data-show="item"] .item {
  width: calc(33.33% - 10px);
  margin: 0 10px 10px 0;
}
.user-s6 .items-case[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-case[data-show="item"] .item .num {
  position: absolute;
  right: 1.875rem;
  top: 10px;
}
.user-s6 .items-case[data-show="item"] .item .img-box {
  width: 100%;
  height: 12vw;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-case[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s6 .items-case[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s6 .items-case[data-show="item"] .item a.more {
  margin-top: 1.5rem;
}
.user-s6 .items-case[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-case[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-case[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-case[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-case[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.user-s6 .items-case[data-show="list"] .item .tit {
  max-width: calc(100% - 60px);
  padding-right: 10px;
}
.user-s6 .items-colortype {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-colortype .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s6 .items-colortype .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-colortype .item .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
  font-family: 'Outfit-Bold';
  line-height: 1;
}
.user-s6 .items-colortype .item .num {
  background-color: #111d25;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  z-index: 3;
}
.user-s6 .items-colortype .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s6 .items-colortype .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s6 .items-colortype .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-colortype .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s6 .items-colortype[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-colortype[data-show="item"] .item {
  width: calc(33.33% - 10px);
  margin: 0 10px 10px 0;
}
.user-s6 .items-colortype[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-colortype[data-show="item"] .item .num {
  position: absolute;
  right: 1.875rem;
  top: 10px;
}
.user-s6 .items-colortype[data-show="item"] .item .img-box {
  width: 100%;
  height: 12vw;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-colortype[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s6 .items-colortype[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s6 .items-colortype[data-show="item"] .item a.more {
  margin-top: 1.5rem;
}
.user-s6 .items-colortype[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-colortype[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-colortype[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-colortype[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-colortype[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.user-s6 .items-colortype[data-show="list"] .item .tit {
  max-width: calc(100% - 60px);
  padding-right: 10px;
}
.user-s6 .items-colorlist {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-colorlist .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.user-s6 .items-colorlist .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-colorlist .item .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
  line-height: 1;
}
.user-s6 .items-colorlist .item .download {
  display: block;
  position: relative;
  width: 100px;
  text-align: right;
  background-color: #111d25;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  z-index: 3;
}
.user-s6 .items-colorlist .item .download:before {
  content: '';
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/resourse/icon-1.svg");
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}
@media (any-hover: hover) {
  .user-s6 .items-colorlist .item .download:hover {
    background-color: #03b8df;
  }
}
.user-s6 .items-colorlist .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-colorlist .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s6 .items-colorlist[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-colorlist[data-show="item"] .item {
  width: calc(25% - 10px);
  margin: 0 10px 10px 0;
}
.user-s6 .items-colorlist[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-colorlist[data-show="item"] .item .download {
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-s6 .items-colorlist[data-show="item"] .item .img-box {
  width: 100%;
  height: 9vw;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-colorlist[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s6 .items-colorlist[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s6 .items-colorlist[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-colorlist[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-colorlist[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-colorlist[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-colorlist[data-show="list"] .item .txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-colorlist[data-show="list"] .item .tit {
  max-width: calc(100% - 100px);
  padding-right: 10px;
}
.user-s6 .items-spacer1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-spacer1 .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  z-index: 1;
}
.user-s6 .items-spacer1 .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-spacer1 .item .tit {
  font-size: max(16px, 1.25rem);
  font-family: 'Outfit-Bold';
  color: #111d25;
  line-height: 1;
}
.user-s6 .items-spacer1 .item .download-btn {
  position: relative;
}
.user-s6 .items-spacer1 .item .download-btn span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #39434a;
  cursor: pointer;
}
.user-s6 .items-spacer1 .item .download-btn .hide {
  position: absolute;
  right: -10px;
  top: 100%;
  width: 140px;
  padding-top: 10px;
  display: none;
}
.user-s6 .items-spacer1 .item .download-btn .hide .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
}
.user-s6 .items-spacer1 .item .download-btn .hide a {
  display: block;
  font-size: 12px;
  color: #111d25;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
@media (any-hover: hover) {
  .user-s6 .items-spacer1 .item .download-btn .hide a:hover {
    background-color: #f5f5f5;
  }
}
.user-s6 .items-spacer1 .item .download-btn:hover span {
  background-color: #f1f2f2;
}
.user-s6 .items-spacer1 .item .download-btn:hover .hide {
  display: block;
}
.user-s6 .items-spacer1 .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-spacer1 .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}
.user-s6 .items-spacer1[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-spacer1[data-show="item"] .item {
  width: calc(33.33% - 10px);
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.user-s6 .items-spacer1[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-spacer1[data-show="item"] .item .img-box {
  width: 100%;
  position: relative;
}
.user-s6 .items-spacer1[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
}
.user-s6 .items-spacer1[data-show="item"] .item .download-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-s6 .items-spacer1[data-show="item"] .item .tit {
  padding: 0 1.5rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.user-s6 .items-spacer1[data-show="list"] {
  padding-bottom: 80px;
}
.user-s6 .items-spacer1[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-spacer1[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-spacer1[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-spacer1[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
}
.user-s6 .items-spacer1[data-show="list"] .item .txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-spacer1[data-show="list"] .item .tit {
  max-width: calc(100% - 36px);
  padding-right: 10px;
}
.user-s6 .items-spacer2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-spacer2 .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  z-index: 1;
}
.user-s6 .items-spacer2 .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-spacer2 .item .tit {
  display: flex;
  align-items: flex-start;
}
.user-s6 .items-spacer2 .item .tit .icon {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
}
.user-s6 .items-spacer2 .item .tit .icon.word {
  background-image: url("../images/word.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.ppt {
  background-image: url("../images/ppt.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.pdf {
  background-image: url("../images/pdf.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.excel {
  background-image: url("../images/excel.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.jpg {
  background-image: url("../images/jpg.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.mp4 {
  background-image: url("../images/mp4.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.ps {
  background-image: url("../images/ps.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.ai {
  background-image: url("../images/ai.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.ne {
  background-image: url("../images/ne.svg");
}
.user-s6 .items-spacer2 .item .tit .icon.cad {
  background-image: url("../images/cad.svg");
}
.user-s6 .items-spacer2 .item span {
  max-width: calc(100% - 16px);
  padding-left: 10px;
  display: block;
  font-size: max(16px, 1.25rem);
  line-height: 20px;
  color: #111d25;
}
.user-s6 .items-spacer2 .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s6 .items-spacer2 .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s6 .items-spacer2 .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-spacer2 .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  }
}
.user-s6 .items-spacer2[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-spacer2[data-show="item"] .item {
  width: calc(33.33% - 10px);
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.user-s6 .items-spacer2[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-spacer2[data-show="item"] .item .img-box {
  width: 100%;
  height: 12vw;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-spacer2[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s6 .items-spacer2[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s6 .items-spacer2[data-show="item"] .item a.more {
  margin-top: 1rem;
}
.user-s6 .items-spacer2[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-spacer2[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-spacer2[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-spacer2[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-spacer2[data-show="list"] .item .tit {
  width: calc(100% - 100px);
  padding-right: 1rem;
}
.user-s6 .items-scene {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-scene .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  z-index: 1;
}
.user-s6 .items-scene .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-scene .item .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
  line-height: 1;
}
.user-s6 .items-scene .item .download-btn {
  position: relative;
}
.user-s6 .items-scene .item .download-btn span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #39434a;
  cursor: pointer;
}
.user-s6 .items-scene .item .download-btn .hide {
  position: absolute;
  right: -10px;
  top: 100%;
  width: 140px;
  padding-top: 10px;
  display: none;
}
.user-s6 .items-scene .item .download-btn .hide .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
}
.user-s6 .items-scene .item .download-btn .hide a {
  display: block;
  font-size: 12px;
  color: #111d25;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
@media (any-hover: hover) {
  .user-s6 .items-scene .item .download-btn .hide a:hover {
    background-color: #f5f5f5;
  }
}
.user-s6 .items-scene .item .download-btn:hover span {
  background-color: #f1f2f2;
}
.user-s6 .items-scene .item .download-btn:hover .hide {
  display: block;
}
.user-s6 .items-scene .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-scene .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}
.user-s6 .items-scene[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-scene[data-show="item"] .item {
  width: calc(33.33% - 10px);
  margin: 0 10px 10px 0;
  padding: 0 1.875rem;
  overflow: hidden;
}
.user-s6 .items-scene[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-scene[data-show="item"] .item .img-box {
  width: 100%;
  position: relative;
}
.user-s6 .items-scene[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
}
.user-s6 .items-scene[data-show="item"] .item .download-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-s6 .items-scene[data-show="item"] .item .txt-box {
  padding: 1.5rem 0;
  border-top: 1px solid #e6e6e6;
}
.user-s6 .items-scene[data-show="list"] {
  padding-bottom: 80px;
}
.user-s6 .items-scene[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-scene[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-scene[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-scene[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
}
.user-s6 .items-scene[data-show="list"] .item .txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-scene[data-show="list"] .item .tit {
  max-width: calc(100% - 36px);
  padding-right: 10px;
}
.user-s6 .items-pdintro {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.user-s6 .items-pdintro .item {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  z-index: 1;
}
.user-s6 .items-pdintro .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s6 .items-pdintro .item .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-s6 .items-pdintro .item .download-btn {
  position: relative;
}
.user-s6 .items-pdintro .item .download-btn span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #39434a;
  cursor: pointer;
}
.user-s6 .items-pdintro .item .download-btn .hide {
  position: absolute;
  right: 0;
  width: 140px;
  display: none;
}
.user-s6 .items-pdintro .item .download-btn .hide .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
}
.user-s6 .items-pdintro .item .download-btn .hide a {
  display: block;
  font-size: 12px;
  color: #111d25;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
@media (any-hover: hover) {
  .user-s6 .items-pdintro .item .download-btn .hide a:hover {
    background-color: #f5f5f5;
  }
}
.user-s6 .items-pdintro .item .download-btn:hover span {
  background-color: #f1f2f2;
}
.user-s6 .items-pdintro .item .download-btn:hover .hide {
  display: block;
}
.user-s6 .items-pdintro .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s6 .items-pdintro .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s6 .items-pdintro .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s6 .items-pdintro .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}
.user-s6 .items-pdintro[data-show="item"] {
  margin-right: -10px;
}
.user-s6 .items-pdintro[data-show="item"] .item {
  width: calc(33.33% - 10px);
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.user-s6 .items-pdintro[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s6 .items-pdintro[data-show="item"] .item .img-box {
  width: 100%;
  height: 12vw;
  overflow: hidden;
  position: relative;
}
.user-s6 .items-pdintro[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s6 .items-pdintro[data-show="item"] .item .download-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.user-s6 .items-pdintro[data-show="item"] .item .download-btn .hide {
  bottom: 100%;
  padding-bottom: 10px;
}
.user-s6 .items-pdintro[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s6 .items-pdintro[data-show="item"] .item a.more {
  margin-top: 1.5rem;
}
.user-s6 .items-pdintro[data-show="list"] {
  padding-bottom: 80px;
}
.user-s6 .items-pdintro[data-show="list"] .item {
  width: 100%;
  margin-bottom: 10px;
}
.user-s6 .items-pdintro[data-show="list"] .item .img-box {
  display: none;
}
.user-s6 .items-pdintro[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s6 .items-pdintro[data-show="list"] .item .download-btn .hide {
  top: 100%;
  padding-top: 10px;
}
.user-s6 .items-pdintro[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-pdintro[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s6 .items-pdintro[data-show="list"] .item .tit {
  max-width: calc(100% - 36px);
  padding-right: 10px;
}

.user-s7 .content {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 1.875rem 2.5rem;
  margin: 0 10px;
  min-height: calc(100vh - 200px);
}
.user-s7 .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.875rem;
  position: relative;
  z-index: 1;
}
.user-s7 .items .item {
  position: relative;
  margin: 1.875rem 1.875rem 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  z-index: 1;
}
.user-s7 .items .item .check {
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background-image: url("../images/userpage/check-1.png");
}
.user-s7 .items .item .tit {
  font-size: max(16px, 1.25rem);
  color: #111d25;
}
.user-s7 .items .item .download-btn {
  position: relative;
}
.user-s7 .items .item .download-btn span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #39434a;
  cursor: pointer;
}
.user-s7 .items .item .download-btn .hide {
  position: absolute;
  right: 0;
  width: 140px;
  display: none;
}
.user-s7 .items .item .download-btn .hide .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
}
.user-s7 .items .item .download-btn .hide a {
  display: block;
  font-size: 12px;
  color: #111d25;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
@media (any-hover: hover) {
  .user-s7 .items .item .download-btn .hide a:hover {
    background-color: #f5f5f5;
  }
}
.user-s7 .items .item .download-btn:hover span {
  background-color: #f1f2f2;
}
.user-s7 .items .item .download-btn:hover .hide {
  display: block;
}
.user-s7 .items .item a.more {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media (any-hover: hover) {
  .user-s7 .items .item a.more:hover {
    background-color: #03b8df;
    border-color: #03b8df;
    color: #fff;
  }
}
.user-s7 .items .item.active .check {
  background-image: url("../images/userpage/check-on.png");
}
@media (any-hover: hover) {
  .user-s7 .items .item:hover {
    border-color: #888e92;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}
.user-s7 .items[data-show="item"] .item {
  width: calc(25% - 1.875rem);
  overflow: hidden;
}
.user-s7 .items[data-show="item"] .item .check {
  top: 10px;
  left: 10px;
}
.user-s7 .items[data-show="item"] .item .img-box {
  width: 100%;
  height: 11vw;
  overflow: hidden;
  position: relative;
}
.user-s7 .items[data-show="item"] .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-s7 .items[data-show="item"] .item .download-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.user-s7 .items[data-show="item"] .item .download-btn .hide {
  bottom: 100%;
  padding-bottom: 10px;
}
.user-s7 .items[data-show="item"] .item .txt-box {
  padding: 1.875rem;
}
.user-s7 .items[data-show="item"] .item a.more {
  margin-top: 1.5rem;
}
.user-s7 .items[data-show="list"] {
  padding-bottom: 80px;
}
.user-s7 .items[data-show="list"] .item {
  width: calc(100% - 1.875rem);
}
.user-s7 .items[data-show="list"] .item .img-box {
  display: none;
}
.user-s7 .items[data-show="list"] .item .check {
  top: 50%;
  left: 10px;
  margin-top: -8px;
}
.user-s7 .items[data-show="list"] .item .download-btn .hide {
  top: 100%;
  padding-top: 10px;
}
.user-s7 .items[data-show="list"] .item .txt-box {
  height: 100%;
  padding: 1.875rem 1.875rem 1.875rem 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s7 .items[data-show="list"] .item .txt {
  width: calc(100% - 100px);
  padding-right: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-s7 .items[data-show="list"] .item .tit {
  max-width: calc(100% - 36px);
  padding-right: 10px;
}

@media screen and (max-width: 2000px) {
  .fabric-s1 .productlist-group.style-b .text {
    width: calc(100% - 27.5rem);
  }

  .fabric-s1 .productlist-group.style-b .rmb {
    width: calc(20rem - .9375rem);
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 14px;
  }

  .product-s3 .swiper {
    margin-left: -7vw;
    padding: 0 7vw 5rem;
  }

  .product-s6 .swiper {
    margin-left: -7vw;
    padding: 0 7vw 5rem;
  }

  .fabric-s1 .productlist-group.style-b .text {
    width: calc(100% - 22.5rem);
    padding: 0 5rem;
  }

  .fabric-s1 .productlist-group.style-b .rmb {
    width: calc(15rem - .9375rem);
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }

  .product-s13 .items {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  .c-subhead .flex {
    flex-direction: column;
    grid-gap: 20px;
  }

  .s-related-products .top-block .items .img,
  .index-s3 .top-block .items .img {
    width: auto;
    height: auto;
  }

  .index-s4 .item {
    flex-direction: column;
  }

  .index-s4.s4b .item {
    flex-direction: column-reverse;
  }

  .index-s4 .item .left-box,
  .index-s4 .item .right-box {
    width: 100%;
  }

  .index-s4 .item .info-mod .cover-box .img {
    width: 9.375rem;
    height: 9.375rem;
    margin: 0 auto 20px;
  }

  .index-s4 .swiper-button {
    width: auto;
    top: 50%;
    height: 50%;
  }

  .index-s4 .swiper-button .icon-svg {
    opacity: 1;
  }

  .index-s4.s4a .swiper-button.b-left {
    left: 0;
  }

  .index-s4.s4b .swiper-button.b-right {
    right: 0;
  }

  .index-s5 .news-mod .first .items {
    display: flex;
    flex-direction: column;
  }

  .index-s5 .news-mod .list {
    display: flex;
    flex-direction: column;
  }

  .index-s6 {
    display: none;
  }

  .index-s6-m {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index/s6-bg.jpg);
  }
  .index-s6-m .top-block4 {
    height: 100vh;
    padding: 7.5rem 0;
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
  .index-s6-m .top-block4 .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-s6-m .top-block4 .h3 {
    text-transform: uppercase;
    font-family: "Outfit-Regular";
    font-size: 3rem;
    line-height: 1;
    color: #fff;
  }
  .index-s6-m .top-block4 .info {
    margin-top: .625rem;
    padding: 0 20px;
  }
  .index-s6-m .top-block4 .info p {
    color: #fff;
    font-family: "Outfit-Light";
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
  .index-s6-m .top-block4 .list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    grid-gap: 20px;
  }
  .index-s6-m .top-block4 .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index-s6-m .top-block4 .list .item .num {
    display: flex;
    align-items: center;
  }
  .index-s6-m .top-block4 .list .item .num span {
    line-height: 1;
    font-size: 3.75rem;
    font-family: "Outfit-Light";
    color: #fff;
  }
  .index-s6-m .top-block4 .list .item .info p {
    color: #fff;
    font-family: "Outfit-Light";
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .c-banner .img {
    height: 35vh;
  }

  .c-banner .img img {
    height: 100%;
    object-fit: cover;
  }

  .navroller {
    display: none;
  }

  .about-s1 {
    background-attachment: local;
  }

  .about-s1 .top-block {
    width: 100%;
  }

  .about-s1 .mid-block {
    flex-direction: column;
  }

  .about-s2 .navbox li {
    padding-left: 20px;
  }

  .about-s2 .flex .right-box {
    width: 100%;
    margin-left: 20px;
  }

  .about-s2 .imgbox .item .info {
    padding: 20px 0 0;
  }

  .about-s3 {
    height: auto;
  }

  .about-s3 .cover-block .flex {
    flex-direction: column;
    grid-gap: 20px;
  }

  .about-s3 .swiper .item .img img {
    height: 100%;
    object-fit: cover;
  }

  .about-s3 .swiper .pagination {
    bottom: 20px;
  }

  .about-s4 {
    display: none;
  }

  .about-s4-m {
    background: #f2f2f2;
    padding: 7.5rem 0;
    display: block;
  }
  .about-s4-m .swiper {
    margin-top: 30px;
  }
  .about-s4-m .swiper .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-s4-m .swiper .img img {
    width: 60%;
  }
  .about-s4-m .swiper .pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .875rem;
  }
  .about-s4-m .swiper .pagination span {
    display: block;
    width: .625rem;
    height: .625rem;
    background: #111d25;
    opacity: .2;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
  }
  .about-s4-m .swiper .pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #005aa8;
  }

  .blog-details-s1 .flex-container {
    flex-direction: column;
    display: flex;
  }

  .s-customer-reviews .flex-top {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
  }

  .tc-popup .popup-main .top-box {
    padding: 10px;
  }

  .tc-popup .popup-main .main-box {
    padding: 0 10px 20px;
    height: auto;
  }

  .blog-s1 .swiper-group .items .cover-block .h2 {
    margin-right: 60px;
    padding: 10px;
    line-height: 1.2;
  }

  .blog-s1 .swiper-group .pagination {
    bottom: 15px;
  }

  .blog-s1 .flex-container {
    display: flex;
    flex-direction: column;
  }

  .blog-s1 .news-group li .img {
    width: 100%;
  }

  .blog-s1 .news-group li a {
    flex-direction: column;
  }

  .contact-s1 .top-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-s1 .mid-block {
    height: 50vh;
  }

  .contact-s1 .bot-block .item {
    flex-direction: column;
    grid-gap: 20px;
    align-items: flex-start;
  }

  .contact-s1 .bot-block .item .line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .contact-s1 .bot-block .item .flex {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  .textbook-s1 .flex .left-box {
    display: none;
  }

  .index-s3 .top-block .items,
  .index-s5 .news-mod .list .item a {
    opacity: 1;
    transform: none;
  }

  .index-s5 .c-subhead .h3 br {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .fabric-s1 .wrap-ss {
    padding: 0 20px;
  }

  .fabric-s1 .productlist-group.style-a {
    grid-template-columns: repeat(1, 1fr);
  }

  .s-folded-plate ul li .top-box .tit {
    margin-left: 0;
  }

  .s-folded-plate .relevant-group {
    display: flex;
    flex-direction: column;
  }

  .s-folded-plate .faq-group {
    margin-left: 0;
    margin-right: 0;
  }

  .s-folded-plate .relevant-group .item .info {
    padding: 0;
  }

  .s-folded-plate .ptags-group {
    margin-left: 0;
    margin-right: 0;
  }

  .product-details-s2 ul li .line {
    display: none;
  }

  .product-details-s2 ul {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-details-s2 ul li:nth-child(2), .product-details-s2 ul li:nth-child(4), .product-details-s2 ul li:nth-child(6) {
    display: none;
  }

  .product-details-s1 .flex-container {
    flex-direction: column;
  }

  .product-details-s1 .left-box {
    width: 100%;
  }

  .product-details-s1 .photography-group {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-details-s1 .photography-group .pictures {
    flex-direction: row;
  }

  .fabric-s1 .flex-container .left-block {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    display: none;
  }

  .fabric-s1 .flex-container .right-block {
    position: relative;
    z-index: 1;
  }

  .fabric-s1 .filter-group {
    width: 80%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    background: #fff;
    position: absolute;
  }

  .fabric-s1 .productlist-group.style-b .text {
    padding: 0 2rem;
    width: calc(100% - 150px);
  }

  .fabric-s1 .productlist-group.style-b .rmb {
    width: 60px;
  }

  .m-parameter {
    margin-bottom: 20px;
    display: block;
    font-size: 12px;
    padding: 15px 0;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
  }
  .m-parameter .icon-svg {
    width: 16px;
    height: 16px;
    fill: #222;
  }
  .m-parameter span {
    font-size: 12px;
  }

  .m-p-close {
    position: absolute;
    width: 20%;
    top: 30px;
    left: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-p-close .icon-svg {
    width: 26px;
    height: 26px;
    fill: #fff;
  }

  .fabric-s1 .top-box .cell .box:last-child {
    display: none;
  }

  .fabric-s1 .top-box {
    padding-bottom: 30px;
    flex-direction: column;
  }

  .fabric-s1 .top-box .cell {
    width: 100%;
    justify-content: space-between;
  }

  .fabric-s1 .permutationselection-group {
    margin-right: 0;
  }

  .n-index-s1 .item a {
    line-height: 50px;
    text-align: center;
    width: 80vw;
  }
}

/*# sourceMappingURL=bundle.css.map */
