<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(d:\外包\shanyiweb\src\assets\styles\vendors\animate.min.css);
@font-face {
  font-family: 'Lantinghei';
  src: url("../fonts/lantinghei/lanting-regular.TTF");
}

@font-face {
  font-family: 'Lantinghei Medium';
  src: url("../fonts/lantinghei/lanting-medium.TTF");
}

@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/gotham/Gotham-Light.ttf");
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/gotham/Gotham-Medium.ttf");
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/gotham/Gotham-Pro.ttf");
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/gotham/Gotham-Bold.ttf");
}

.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lantinghei';
  line-height: 1;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: black;
  transition: all .3s ease;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.font-bold {
  font-family: 'Lantinghei Medium';
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: 'Lantinghei';
  src: url("../fonts/lantinghei/lanting-regular.TTF");
}

@font-face {
  font-family: 'Lantinghei Medium';
  src: url("../fonts/lantinghei/lanting-medium.TTF");
}

@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/gotham/Gotham-Light.ttf");
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/gotham/Gotham-Medium.ttf");
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/gotham/Gotham-Pro.ttf");
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/gotham/Gotham-Bold.ttf");
}

.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lantinghei';
  line-height: 1;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: black;
  transition: all .3s ease;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.font-bold {
  font-family: 'Lantinghei Medium';
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#app.en {
  font-family: "Gotham Pro";
}

.app-header {
  height: 208px;
  border-bottom: 1px solid black;
  padding-top: 44px;
  padding-left: 70px;
  background-color: white;
  transition: height .3s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 96px;
}

.app-header .box-naming {
  position: relative;
  top: 28px;
  right: 5.72917vw;
  display: flex;
  justify-content: start;
  align-items: center;
}

.app-header .box-naming .text {
  margin-right: 16px;
  color: #808080;
  font-size: 16px;
}

.app-header .app-nav {
  display: flex;
  justify-content: start;
  align-items: center;
}

.app-header .app-nav .nav-item {
  display: inline-block;
  margin-right: 55px;
  position: relative;
  min-width: 64px;
}

.app-header .app-nav .nav-item.brand {
  margin-right: 70px;
}

.app-header .app-nav .nav-item .main-nav {
  position: relative;
  font-size: 16px;
  cursor: default;
}

.app-header .app-nav .nav-item .main-nav::after {
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -14px;
  background: black;
  left: 0;
  transition: all .3s ease;
}

.app-header .app-nav .nav-item .main-nav:hover {
  text-decoration: none;
}

.app-header .app-nav .nav-item .main-nav:hover::after {
  width: 100%;
}

.app-header .app-nav .nav-item .main-nav.active::after {
  width: 100%;
}

.app-header .app-nav .nav-item .box-sub-nav {
  position: absolute;
  top: 60px;
  display: none;
  opacity: 0;
}

.app-header .app-nav .nav-item .box-sub-nav .link {
  opacity: 1;
  transition: opacity .3s ease;
  display: block;
  min-width: 116px;
  margin-bottom: 20px;
  color: #7F7F7F;
  line-height: 20px;
}

.app-header .app-nav .nav-item .box-sub-nav .link:hover {
  color: #5F5F5F;
}

.app-header:hover {
  height: 400px;
  transition: height .3s ease;
}

.app-header:hover .app-nav .nav-item .box-sub-nav {
  display: block;
  opacity: 1;
  animation: fade-in .3s forwards ease;
}

#pin-nav {
  height: 0;
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  opacity: 0;
  padding-top: 0;
  transition: all .3s ease;
}

#pin-nav.pin {
  height: 208px;
  padding-top: 44px;
  transition: all .3s ease;
  opacity: 1;
}

#pin-nav.pin:hover {
  height: 400px;
  transition: height .3s ease;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1599px) {
  .app-header {
    padding-left: 45px;
    padding-right: 65px;
  }
  .app-header .app-nav .nav-item.brand {
    min-width: 60px;
    width: 60px;
    margin-right: 40px;
  }
  .app-header, #pin-nav {
    height: 165px;
    padding-left: 45px;
  }
  .app-header .box-naming, #pin-nav .box-naming {
    top: 22px;
  }
  .app-header .box-naming .text, #pin-nav .box-naming .text {
    font-size: 14px;
  }
  .app-header .app-nav .nav-item, #pin-nav .app-nav .nav-item {
    margin: 0 20px;
  }
  .app-header .app-nav .nav-item .main-nav, #pin-nav .app-nav .nav-item .main-nav {
    font-size: 14px;
  }
  .app-header .app-nav .brand, #pin-nav .app-nav .brand {
    width: 60px;
    margin-right: 40px;
  }
  .app-header .app-nav .brand img, #pin-nav .app-nav .brand img {
    width: 100%;
  }
  #pin-nav {
    height: 0;
  }
  #pin-nav.pin {
    height: 165px;
  }
}

.app-footer {
  background-color: #E1E1E1;
  position: relative;
  border-top: 1px solid black;
}

.app-footer .modal-smile {
  top: unset;
  bottom: 50px;
}

.app-footer .footer-aside {
  width: 162px;
  height: 100%;
  border-right: 1px solid #D1D1D1;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #E1E1E1;
  padding-top: 112px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.app-footer .footer-aside .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #6D6D6D;
  width: 30px;
  height: 30px;
  margin-bottom: 36px;
}

.app-footer .footer-aside .iconfont .img {
  display: none;
  opacity: 0;
  width: 80px;
  height: 80px;
  padding: 5px;
  position: absolute;
  top: -85px;
  background-color: white;
  border-radius: 3px;
}

.app-footer .footer-aside .iconfont .img img {
  width: 100%;
  height: 100%;
}

.app-footer .footer-aside .iconfont .img::after {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: "";
  border-width: 5px;
  border-color: white transparent transparent transparent;
  border-style: solid;
}

.app-footer .footer-aside .iconfont.sy-weixin {
  position: relative;
}

.app-footer .footer-aside .iconfont.sy-weixin:hover .img {
  display: block;
  animation: fade_in .3s forwards ease-out;
}

@keyframes fade_in {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: -90px;
  }
}

.app-footer .top {
  height: 430px;
  padding-left: calc((270/1920) * 100vw);
  border-bottom: 1px solid #D1D1D1;
}

.app-footer .top .container {
  padding: 116px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.app-footer .top .container .box-left, .app-footer .top .container .box-right {
  width: 50%;
  color: #6D6D6D;
}

.app-footer .top .container .box-left a, .app-footer .top .container .box-right a {
  color: #6D6D6D;
}

.app-footer .top .container .box-left a:hover, .app-footer .top .container .box-right a:hover {
  transition: all .3s ease;
}

.app-footer .top .container .box-left {
  display: flex;
  flex-shrink: 0;
}

.app-footer .top .container .box-right {
  flex-shrink: 1;
}

.app-footer .top .container .box-right .line {
  line-height: 30px;
}

.app-footer .top .container .box-right .address {
  margin-bottom: 48px;
}

.app-footer .top .container .box-right .contact a {
  font-family: "Gotham Pro";
  margin-right: 40px;
  font-size: 16px;
}

.app-footer .top .container .list {
  margin-right: 88px;
}

.app-footer .top .container .list li {
  list-style: none;
  line-height: 36px;
}

.app-footer .bottom {
  height: 100px;
  padding-left: calc((270/1920) * 100vw);
}

.app-footer .bottom .container {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.app-footer .bottom .container .text {
  font-size: 12px;
  color: #6D6D6D;
}

.app-footer .bottom .container .designer {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.app-footer .bottom .container .designer .divider {
  width: 1px;
  height: 12px;
  background-color: #1e1e1e;
  margin: 0 20px;
  display: inline-block;
}

@media screen and (max-width: 1599px) {
  .app-footer .footer-aside {
    width: 120px;
  }
}

.button {
  display: inline-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.button.disabled {
  pointer-events: none;
  color: #808080;
}

.button:hover ._icon {
  transform: translateY(-25px);
}

.button:hover span {
  --m: calc(var(--font-size) * -1);
}

.button ._icon {
  font-size: 25px;
  margin-right: 6px;
  text-shadow: 0 25px 0 black;
  height: 25px;
  transition: transform .3s ease;
  display: inline-block;
}

.button ._text {
  font-size: 16px;
  display: flex;
  overflow: hidden;
  --text: black;
  --font-size: 16px;
  --font-shadow: var(--font-size);
  line-height: var(--font-size);
  text-shadow: 0 var(--font-shadow) 0 var(--text);
}

.button ._text ._letter {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform .3s ease;
  transform: translateY(var(--m));
}

.button ._text ._letter:nth-child(1) {
  transition-delay: 0.05s;
}

.button ._text ._letter:nth-child(2) {
  transition-delay: 0.1s;
}

.button ._text ._letter:nth-child(3) {
  transition-delay: 0.15s;
}

.button ._text ._letter:nth-child(4) {
  transition-delay: 0.2s;
}

.button ._text ._letter:nth-child(5) {
  transition-delay: 0.25s;
}

.button ._text ._letter:nth-child(6) {
  transition-delay: 0.3s;
}

.button ._text ._letter:nth-child(7) {
  transition-delay: 0.35s;
}

.button ._text ._letter:nth-child(8) {
  transition-delay: 0.4s;
}

.button ._text ._letter:nth-child(9) {
  transition-delay: 0.45s;
}

.button ._text ._letter:nth-child(10) {
  transition-delay: 0.5s;
}

.button ._text ._letter:nth-child(11) {
  transition-delay: 0.55s;
}

.button ._text ._letter:nth-child(12) {
  transition-delay: 0.6s;
}

.button ._text ._letter:nth-child(13) {
  transition-delay: 0.65s;
}

.button ._text ._letter:nth-child(14) {
  transition-delay: 0.7s;
}

.button ._text ._letter:nth-child(15) {
  transition-delay: 0.75s;
}

.button ._text ._letter:nth-child(16) {
  transition-delay: 0.8s;
}

.button ._text ._letter:nth-child(17) {
  transition-delay: 0.85s;
}

.button ._text ._letter:nth-child(18) {
  transition-delay: 0.9s;
}

.button ._text ._letter:nth-child(19) {
  transition-delay: 0.95s;
}

.button ._text ._letter:nth-child(20) {
  transition-delay: 1s;
}

.button ._text ._letter:nth-child(21) {
  transition-delay: 1.05s;
}

.button ._text ._letter:nth-child(22) {
  transition-delay: 1.1s;
}

.button ._text ._letter:nth-child(23) {
  transition-delay: 1.15s;
}

.button ._text ._letter:nth-child(24) {
  transition-delay: 1.2s;
}

.button ._text ._letter:nth-child(25) {
  transition-delay: 1.25s;
}

.button ._text ._letter:nth-child(26) {
  transition-delay: 1.3s;
}

.button ._text ._letter:nth-child(27) {
  transition-delay: 1.35s;
}

.button ._text ._letter:nth-child(28) {
  transition-delay: 1.4s;
}

.button ._text ._letter:nth-child(29) {
  transition-delay: 1.45s;
}

.material-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: #FFFFFF;
  color: #000000;
  z-index: 1000;
  transition: 0.2s ease-in height, step-end box-shadow 0.2s;
  -moz-transition: 0.2s ease-in height, step-end box-shadow 0.2s;
  -webkit-transition: 0.2s ease-in height, step-end box-shadow 0.2s;
}

.material-dropdown.material-dropdown-open {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.material-dropdown li {
  padding: 10px;
  cursor: default;
  user-select: none;
}

.material-dropdown li:hover {
  background-color: #e8eaf6;
}

.material-dropdown li.material-dropdown-selected {
  background-color: #9fa8da;
}

.material-form-field {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  position: relative;
  display: block;
  color: #000000;
  padding: 25px 0 10px 0;
}

.material-form-field::after {
  content: "\00A0";
  display: block;
  color: #d50000;
  font-size: 12px;
  padding-top: 5px;
}

.material-form-field .material-form-field-label {
  position: absolute;
  display: block;
  top: 35px;
  left: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
  cursor: text;
}

.material-form-field input, .material-form-field textarea {
  padding: 10px 0 10px 0;
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #000000;
  outline: none;
}

.material-form-field input:invalid, .material-form-field textarea:invalid {
  outline: none;
  box-shadow: none;
}

.material-form-field input:valid ~ .material-form-field-label, .material-form-field input:focus ~ .material-form-field-label, .material-form-field textarea:valid ~ .material-form-field-label, .material-form-field textarea:focus ~ .material-form-field-label {
  top: 10px;
  font-size: 12px;
}

.material-form-field input:focus, .material-form-field textarea:focus {
  outline: none;
  color: #999999;
  padding-bottom: 8px;
  border-bottom-width: 3px;
  border-bottom-color: #999999;
}

.material-form-field input:focus ~ .material-form-field-label, .material-form-field textarea:focus ~ .material-form-field-label {
  color: #999999;
}

.material-form-field input:focus ~ .material-dropdown, .material-form-field textarea:focus ~ .material-dropdown {
  /*
        If you want to animate this you will need to use some js to calculate it
        Optionally, you can simply display:block/none
        */
  height: 228px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out height, step-start box-shadow 0.2s;
  -moz-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
  -webkit-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
}

.material-form-field.material-form-field-invalid {
  color: #d50000;
}

.material-form-field.material-form-field-invalid::after {
  content: attr(data-validationError);
}

.material-form-field.material-form-field-invalid input:focus ~ .material-form-field-label {
  color: #d50000;
}

.modal-layer {
  width: 100%;
  height: 100%;
  z-index: 101;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.modal-container {
  left: 0;
  top: 0;
  z-index: 101;
  position: fixed;
  width: calc((1200/1920) * 100vw);
  height: 100%;
  background-color: white;
  max-width: 1600px;
}

.modal-container .button.close {
  width: 26px;
  height: 26px;
  font-size: 26px;
  color: white;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.modal-search {
  width: 902px;
  height: 82px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.modal-search .box-search {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-search .box-search ._input {
  width: 100%;
  border: 1px solid black;
  height: 100%;
  padding: 29px 80px 29px 30px;
  font-size: 24px;
}

.modal-search .box-search ._input:focus {
  outline: none;
}

.modal-search .box-search ._icon {
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-registration {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  width: 660px;
  height: 276px;
  transform: translate(-50%, -50%);
  z-index: 102;
}

.modal-registration .item {
  background: white;
  width: 100%;
  height: 114px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
}

.modal-registration .item:last-child {
  margin-bottom: 0;
}

.modal-registration .item ._icon {
  margin-right: 10px;
}

.modal-smile {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 102;
  width: 420px;
  height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.modal-smile .button {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: white;
  right: -60px;
  top: 0;
  cursor: pointer;
}

.modal-smile img {
  margin-bottom: 40px;
}

.modal-smile .title {
  font-size: 20px;
}

.box-form-line .box-img-preview {
  position: relative;
  width: 100%;
  height: 30px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 2px;
}

.box-form-line .box-img-preview .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 6px;
  width: 12px;
  height: 12px;
  color: #303030;
  cursor: pointer;
}

.box-form-line .box-img-preview img {
  height: 100%;
  width: auto;
}

a.disabled {
  color: #808080;
  pointer-events: none;
}

.app-float-panel {
  width: 120px;
  height: 156px;
  position: fixed;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #e2e2e2;
  z-index: 50;
  left: -80px;
  bottom: 90px;
  display: flex;
  transition: all .3s ease;
}

.app-float-panel:hover {
  left: 0;
  transition: all .1s ease;
}

.app-float-panel:hover .right ._icon {
  transform: rotateZ(180deg);
  transition: all .3s ease;
}

.app-float-panel .left {
  width: 80px;
  border-right: 1px solid black;
}

.app-float-panel .left .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-bottom: 1px solid black;
  color: #404040;
  transition: all .3s ease;
}

.app-float-panel .left .item:last-child {
  border-bottom: none;
}

.app-float-panel .left .item:hover {
  transition: all .3s ease;
  color: black;
}

.app-float-panel .right {
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12px;
}

.app-float-panel .right ._icon {
  transition: all .3s ease;
  font-size: 12px;
}

.el-radio {
  margin-right: 20px;
}

.el-radio.is-checked .el-radio__label {
  color: black;
}

.el-radio.is-checked .el-radio__inner {
  background-color: #3A92FF;
  border-color: #3A92FF;
}

.el-radio.is-checked .el-radio__inner::after {
  display: none;
}

.el-radio .el-radio__label {
  color: black;
}

.el-radio .el-radio__inner:hover {
  border-color: #3A92FF;
}

.section.banner {
  height: 280px;
  color: white;
  border-bottom: 1px solid black;
}

.section.banner .container {
  padding-left: 216px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section.banner .container .pre {
  font-size: 32px;
  margin-bottom: 28px;
  font-weight: 400;
}

.section.banner .container .title {
  font-size: 36px;
  font-family: "Gotham Medium";
  font-weight: 500;
  text-transform: uppercase;
}

.input-phone .el-input__inner, .input-code .el-input__inner, .input-email .el-input__inner {
  font-size: 16px;
  font-family: "Gotham Pro";
}

.input-phone .error, .input-code .error, .input-email .error {
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #ff3030;
  top: 8px;
}

.el-form-item .caption {
  margin-top: 10px;
  font-size: 12px;
  color: #808080;
}

.page-loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background-color: white;
}

.page-loading .loader {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-loading .loader.sphere {
  border-radius: 50%;
  border-left: 0px #000 solid;
  border-right: 0px #000 solid;
  animation: spSphere 1s infinite linear;
}

@keyframes spSphere {
  0% {
    border-left: 0px #000 solid;
    border-right: 0px #000 solid;
  }
  33% {
    border-left: 70px #000 solid;
    border-right: 0px #000 solid;
  }
  34% {
    border-left: 0px #000 solid;
    border-right: 70px #000 solid;
  }
  66% {
    border-left: 0px #000 solid;
    border-right: 0px #000 solid;
  }
}

@media screen and (max-width: 1599px) {
  .modal-container {
    width: calc((1500/1920) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .page-loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background-color: white;
  }
  .page-loading .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-loading .loader.sphere {
    border-radius: 50%;
    border-left: 0px #000 solid;
    border-right: 0px #000 solid;
    animation: spSphere 1s infinite linear;
  }
  @keyframes spSphere {
    0% {
      border-left: 0px #000 solid;
      border-right: 0px #000 solid;
    }
    33% {
      border-left: 50px #000 solid;
      border-right: 0px #000 solid;
    }
    34% {
      border-left: 0px #000 solid;
      border-right: 50px #000 solid;
    }
    66% {
      border-left: 0px #000 solid;
      border-right: 0px #000 solid;
    }
  }
  .el-form-item .caption {
    margin-top: 8px;
    font-size: 11px;
    color: #808080;
    line-height: 1.5;
  }
  .el-radio {
    margin-right: 20px;
  }
  .el-radio.is-checked .el-radio__label {
    color: black;
  }
  .el-radio.is-checked .el-radio__inner {
    background-color: #3A92FF;
    border-color: #3A92FF;
  }
  .el-radio.is-checked .el-radio__inner::after {
    display: none;
  }
  .el-radio .el-radio__label {
    font-size: 11px;
    color: black;
  }
  .el-radio .el-radio__inner {
    width: 9px;
    height: 9px;
  }
  .el-radio .el-radio__inner:hover {
    border-color: #3A92FF;
  }
  .el-select .el-input__inner {
    font-size: 11px;
  }
  .el-select-dropdown__item {
    font-size: 11px;
    padding: 0 12px;
    height: 30px;
  }
  .modal-container {
    width: calc((1500/1920) * 100vw);
  }
  .page-container {
    padding-top: 82px;
  }
  .app-footer {
    background-color: #E1E1E1;
    position: relative;
    border-top: 1px solid black;
  }
  .app-footer .footer-aside {
    width: 22px;
    height: auto;
    border-right: none;
    position: absolute;
    right: 20px;
    top: 65px;
    z-index: 1;
    background-color: transparent;
    padding-top: 0;
    display: flex;
    left: unset;
    align-items: center;
    flex-direction: column;
  }
  .app-footer .footer-aside .iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #6D6D6D;
    width: 22px;
    height: 22px;
    margin-bottom: 16px;
  }
  .app-footer .footer-aside .iconfont .img {
    display: none;
    opacity: 0;
    width: 80px;
    height: 80px;
    padding: 5px;
    position: absolute;
    top: -85px;
    background-color: white;
    border-radius: 3px;
  }
  .app-footer .footer-aside .iconfont .img img {
    width: 100%;
    height: 100%;
  }
  .app-footer .footer-aside .iconfont .img::after {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    border-width: 5px;
    border-color: white transparent transparent transparent;
    border-style: solid;
  }
  .app-footer .footer-aside .iconfont.sy-weixin {
    position: relative;
  }
  .app-footer .footer-aside .iconfont.sy-weixin:hover .img {
    display: block;
    animation: fade_in .3s forwards ease-out;
  }
  @keyframes fade_in {
    0% {
      opacity: 0;
      top: -85px;
    }
    100% {
      opacity: 1;
      top: -90px;
    }
  }
  .app-footer .top {
    height: 400px;
    padding-left: 20px;
    border-bottom: 1px solid #D1D1D1;
  }
  .app-footer .top .container {
    padding: 70px 0 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .app-footer .top .container .box-left, .app-footer .top .container .box-right {
    width: 50%;
    color: #6D6D6D;
  }
  .app-footer .top .container .box-left a, .app-footer .top .container .box-right a {
    color: #6D6D6D;
  }
  .app-footer .top .container .box-left a:hover, .app-footer .top .container .box-right a:hover {
    transition: all .3s ease;
  }
  .app-footer .top .container .box-left {
    display: none;
    flex-shrink: 0;
  }
  .app-footer .top .container .box-right {
    flex-shrink: 1;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .app-footer .top .container .box-right .title {
    font-size: 11px;
    color: black;
    margin-bottom: 22px;
  }
  .app-footer .top .container .box-right .line {
    line-height: 1;
    margin-bottom: 1em;
    font-size: 11px;
  }
  .app-footer .top .container .box-right .address {
    margin-bottom: 0;
  }
  .app-footer .top .container .box-right .contact {
    margin-bottom: 44px;
  }
  .app-footer .top .container .box-right .contact a {
    font-family: "Gotham Pro";
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 12px;
    display: block;
  }
  .app-footer .top .container .list {
    margin-right: 88px;
  }
  .app-footer .top .container .list li {
    list-style: none;
    line-height: 36px;
  }
  .app-footer .bottom {
    height: 70px;
    padding-left: 20px;
  }
  .app-footer .bottom .container {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .app-footer .bottom .container .text {
    font-size: 7px;
    color: #777777;
  }
  .app-footer .bottom .container .designer {
    font-size: 7px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .app-footer .bottom .container .designer .divider {
    display: none;
  }
  .app-header {
    height: 82px;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: white;
    border-bottom: 1px solid black;
    padding: 22px 20px;
    transition: height .3s ease;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 101;
  }
  .app-header.pin {
    position: fixed;
  }
  .app-header .modal-container.modal-login {
    width: 100vw;
    height: 100vh;
    z-index: 200;
  }
  .app-header .modal-container.modal-login .button.close {
    color: black;
    right: 24px;
    top: 32px;
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
  .app-header .modal-container.modal-login .modal-content {
    padding: 130px 36px 0;
  }
  .app-header .modal-container.modal-login .modal-content .login-panel .login-title {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .app-header .modal-container.modal-login .modal-content .login-panel .login-title span {
    font-size: 21px;
  }
  .app-header .modal-container.modal-login .modal-content .login-panel .login-footer .login-register {
    font-size: 11px;
  }
  .app-header .modal-container.modal-login .modal-content .el-input .el-input__inner {
    font-size: 12px;
  }
  .app-header .modal-container.modal-login .modal-content .button.get-code {
    font-size: 11px;
  }
  .app-header .modal-container.modal-login .modal-content .count-down {
    font-size: 12px;
  }
  .app-header .modal-container.modal-login .modal-content .button.submit {
    height: 67px;
    font-size: 12px;
  }
  .app-header .box-naming {
    position: relative;
    top: unset;
    right: unset;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 30px;
  }
  .app-header .box-naming .text {
    margin-right: 11px;
    color: #808080;
    font-size: 11px;
  }
  .app-header .box-naming img {
    height: 13px;
  }
  .app-header .user {
    margin-right: 30px;
  }
  .app-header .app-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: auto;
  }
  .app-header .app-nav .nav-item {
    display: inline-block;
    margin-right: 55px;
    position: relative;
    min-width: 40px;
  }
  .app-header .app-nav .nav-item.brand {
    margin-right: 0;
    width: 40px;
    height: 36px;
    margin-left: 0;
    min-width: 40px;
  }
  .app-header .app-nav .nav-item .main-nav {
    position: relative;
    font-size: 16px;
    cursor: default;
  }
  .app-header .app-nav .nav-item .main-nav::after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -14px;
    background: black;
    left: 0;
    transition: all .3s ease;
  }
  .app-header .app-nav .nav-item .main-nav:hover {
    text-decoration: none;
  }
  .app-header .app-nav .nav-item .main-nav:hover::after {
    width: 100%;
  }
  .app-header .app-nav .nav-item .main-nav.active::after {
    width: 100%;
  }
  .app-header .app-nav .nav-item .box-sub-nav {
    position: absolute;
    top: 60px;
    display: none;
    opacity: 0;
  }
  .app-header .app-nav .nav-item .box-sub-nav .link {
    opacity: 1;
    transition: opacity .3s ease;
    display: block;
    min-width: 116px;
    margin-bottom: 20px;
    color: #7F7F7F;
    line-height: 20px;
  }
  .app-header .app-nav .nav-item .box-sub-nav .link:hover {
    color: #5F5F5F;
  }
  .app-header:hover {
    height: 82px;
    transition: height .3s ease;
  }
  .app-header:hover .app-nav .nav-item .box-sub-nav {
    display: block;
    opacity: 1;
    animation: fade-in .3s forwards ease;
  }
  .menu {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 2px;
  }
  .menu ._line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    transition: all .3s ease;
  }
  .menu.active ._line {
    transform: rotate(-45deg);
    bottom: 5px;
    position: relative;
    transition: all .3s ease;
  }
  .menu.active ._line:first-child {
    transform: rotate(45deg);
    bottom: unset;
    top: 5px;
  }
  .modal-mobile-menu {
    width: 100%;
    height: calc(100vh - 82px);
    position: fixed;
    background-color: white;
    z-index: 100;
    left: 0;
    top: 82px;
    display: flex;
    flex-wrap: wrap;
  }
  .modal-mobile-menu .nav-item {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 50%;
  }
  .modal-mobile-menu .nav-item .main-nav {
    width: 100%;
    height: calc((100vh - 82px) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .modal-mobile-menu .nav-item .box-sub-nav {
    height: 0;
    opacity: 0;
  }
  .modal-mobile-menu .nav-item:nth-child(2n + 1) {
    border-right: none;
  }
  .modal-mobile-menu .nav-item:nth-child(2n + 1).active .box-sub-nav {
    position: relative;
    height: calc((100vh - 82px) / 5);
    width: 100vw;
    opacity: 1;
    background-color: #262626;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -100%;
  }
  .modal-mobile-menu .nav-item:nth-child(2n + 1).active .box-sub-nav .link {
    color: white;
    margin: 0 15px;
    font-size: 11px;
  }
  .modal-mobile-menu .nav-item:nth-child(2n + 1).active .box-sub-nav .link.disabled {
    color: #888;
    pointer-event: none;
  }
  .modal-mobile-menu .nav-item:first-child {
    width: 100%;
    border-right: 0 none;
  }
  .modal-mobile-menu .nav-item:first-child.active .box-sub-nav {
    left: 0;
  }
  .modal-mobile-menu .nav-item.active .box-sub-nav {
    height: calc((100vh - 82px) / 5);
    width: 100vw;
    opacity: 1;
    background-color: #262626;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
  }
  .modal-mobile-menu .nav-item.active .box-sub-nav .link {
    color: white;
    margin: 0 15px;
    font-size: 11px;
  }
  .modal-mobile-menu .nav-item.active .box-sub-nav .link.disabled {
    color: #888;
    pointer-event: none;
  }
  .section.banner {
    height: 190px;
    color: white;
    border-bottom: 1px solid black;
  }
  .section.banner .container {
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section.banner .container .pre {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .section.banner .container .title {
    font-size: 21px;
    line-height: 27px;
    font-family: "Gotham Medium";
    font-weight: 500;
    text-transform: uppercase;
  }
  .app-float-panel {
    width: 120px;
    height: 124px;
    position: fixed;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #e2e2e2;
    z-index: 50;
    left: -80px;
    bottom: 40%;
    display: flex;
    transition: all .3s ease;
  }
  .app-float-panel:hover {
    left: 0;
    transition: all .1s ease;
  }
  .app-float-panel:hover .right ._icon {
    transform: rotateZ(180deg);
    transition: all .3s ease;
  }
  .app-float-panel .left {
    width: 80px;
    border-right: 1px solid black;
  }
  .app-float-panel .left .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid black;
    color: #404040;
    transition: all .3s ease;
    font-size: 11px;
  }
  .app-float-panel .left .item:last-child {
    border-bottom: none;
  }
  .app-float-panel .left .item:hover {
    transition: all .3s ease;
    color: black;
  }
  .app-float-panel .right {
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 12px;
    font-size: 12px;
  }
  .app-float-panel .right ._icon {
    transition: all .3s ease;
    font-size: 12px;
  }
}

.app-aside {
  width: 96px;
  height: 100vh;
  position: fixed;
  padding-top: 72px;
  padding-bottom: 72px;
  right: 0;
  top: 0;
  border-left: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  background-color: white;
}

.app-aside.toggle {
  background-color: #202020;
  border-color: #303030;
  transition: all .5s ease;
}

.app-aside.toggle .aside-item {
  color: white;
}

.app-aside .aside-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  cursor: pointer;
}

.app-aside .aside-item.language {
  text-transform: uppercase;
  font-family: 'Gotham Pro';
  font-size: 14px;
}

.modal-container.modal-login {
  width: 578px;
  height: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-container.modal-login .modal-content {
  height: 100%;
  width: 100%;
  padding: 100px 70px 0;
}

.modal-container.modal-login .modal-content .title {
  font-size: 30px;
  margin-bottom: 55px;
}

.modal-container.modal-login .modal-content .el-form {
  position: relative;
}

.modal-container.modal-login .modal-content .el-form.login-form .input-phone .el-input__inner {
  padding-left: 0;
}

.modal-container.modal-login .modal-content .get-code {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 18px;
  height: 20px;
}

.modal-container.modal-login .modal-content .get-code.disabled {
  color: #808080;
}

.modal-container.modal-login .modal-content .count-down {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 18px;
  height: 20px;
  color: #808080;
  line-height: 20px;
}

.modal-container.modal-login .modal-content .el-form-item__error {
  top: unset;
  bottom: 15px;
}

.modal-container.modal-login .modal-content .el-input {
  margin-bottom: 38px;
}

.modal-container.modal-login .modal-content .el-input .el-input__inner {
  border: none;
  border-bottom: 1px solid #EAEAEA;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px 0;
  line-height: 1;
  height: 56px;
}

.modal-container.modal-login .modal-content .el-input .el-input__inner:focus {
  color: black;
  border-bottom: 1px solid black;
}

.modal-container.modal-login .modal-content .el-input.active .el-input__inner {
  color: black;
  border-bottom: 1px solid black;
}

.modal-container.modal-login .modal-content .button.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  height: 72px;
  background-color: black;
  color: white;
  cursor: pointer;
}

.modal-container.modal-login .modal-content .button.submit.disabled {
  background: #eaeaea;
  border: 1px solid #d6d6d6;
  color: #9A9A9A;
  cursor: not-allowed;
}

.modal-container.modal-login .modal-content .el-form-item {
  margin-bottom: 0;
  width: 100%;
}

.modal-container.modal-login .modal-content .get-area {
  position: absolute;
  width: 150px;
  left: 0;
  z-index: 2;
}

.modal-container.modal-login .modal-content .get-area .el-form-item__content {
  height: 56px;
}

.modal-container.modal-login .modal-content .get-area .el-input__inner {
  border-bottom: none;
  height: 55px;
  width: 150px;
}

.modal-container.modal-login .modal-content .get-area .el-input__inner:focus {
  color: black;
  border-bottom: none;
}

.modal-container.modal-login .modal-content .input-phone .el-input__inner {
  padding-left: 160px;
}

.modal-container.modal-login .button.close {
  top: 0;
  transform: none;
  right: -66px;
}

.modal-login {
  /*  img {
       margin-bottom: 40px;
    }
    .title {
      font-size: 20px;
    }*/
}

.modal-login .login-panel {
  width: 100%;
}

.modal-login .login-panel .login-title {
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-weight: normal;
}

.modal-login .login-panel .login-title span {
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-weight: normal;
}

.modal-login .login-panel .button.get-code {
  cursor: pointer;
}

.modal-login .login-panel .button.get-code.disabled {
  color: #808080;
}

.modal-login .login-panel .login-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
}

.modal-login .login-panel .login-container input {
  flex-grow: 1;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: normal;
  margin-right: 20px;
}

.modal-login .login-panel .login-container .login-tips {
  display: none;
}

.modal-login .login-panel .login-container .login-verification {
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  font-weight: normal;
  margin-left: 10px;
}

.modal-login .login-panel .verification:hover {
  border-bottom: 1px solid #000000;
}

.modal-login .login-panel .verification:hover .login-verification {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: normal;
}

.modal-login .login-panel .login-error {
  border-bottom: 1px solid #FF3030;
}

.modal-login .login-panel .login-error input {
  font-size: 16px;
  line-height: 16px;
  color: #FF3030;
  font-weight: normal;
}

.modal-login .login-panel .login-error .login-tips {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #FF3030;
  font-weight: normal;
}

.modal-login .login-panel .login {
  margin-bottom: 30px;
  width: 100%;
  height: 72px;
  font-size: 16px;
  line-height: 72px;
  color: #fff;
  font-weight: normal;
  background: #000000;
  text-align: center;
}

.modal-login .login-panel .login-disable {
  font-size: 16px;
  line-height: 72px;
  color: #9A9A9A;
  font-weight: normal;
  background: #D6D6D6;
}

.modal-login .login-panel .login-footer {
  margin-top: 28px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.modal-login .login-panel .login-footer .login-register {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: normal;
  margin-right: 10px;
  cursor: pointer;
}

.modal-login .login-panel .login-footer .loing-forget {
  font-size: 14px;
  line-height: 14px;
  color: #A9A9A9;
  font-weight: normal;
  cursor: pointer;
}

@media screen and (max-width: 1599px) {
  .app-aside {
    width: 80px;
  }
}

.page-container.derivatives .container {
  padding-right: 96px;
}

.page-container.derivatives .section.banner {
  height: calc(280px);
  color: white;
}

.page-container.derivatives .section.banner .container {
  padding-left: 216px;
}

.page-container.derivatives .section.banner .container .title {
  font-size: 32px;
  margin-bottom: 24px;
}

.page-container.derivatives .section.banner .container .sub {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-container.derivatives .section.list .box-content {
  display: flex;
  flex-wrap: wrap;
}

.page-container.derivatives .section.list .box-content .item {
  width: calc(100% / 3);
  padding: 80px 64px 68px;
  border-bottom: 1px solid black;
  position: relative;
  border-right: 1px solid black;
}

.page-container.derivatives .section.list .box-content .item:nth-child(3n) {
  border-right: 0;
}

.page-container.derivatives .section.list .box-content .item.border {
  border-bottom: none;
}

.page-container.derivatives .section.list .box-content .item .figure {
  width: 100%;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  height: calc(((100vw - 96px) / 3 - 64px * 2) * 0.8125);
}

.page-container.derivatives .section.list .box-content .item .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.page-container.derivatives .section.list .box-content .item .box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.page-container.derivatives .section.list .box-content .item .box-title .price {
  color: #808080;
  font-family: "Gotham Pro";
  font-size: 20px;
  line-height: 33px;
  margin-left: 20px;
}

.page-container.derivatives .section.list .box-content .item .box-title .title {
  font-size: 22px;
  text-align: left;
}

.page-container.derivatives .section.list .box-content .item .float-content {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  align-items: center;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons {
  border-top: 1px solid #404040;
  height: 70px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button {
  color: white;
  display: inline-flex;
  width: 50%;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:first-child {
  border-right: 1px solid #404040;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button ._icon {
  width: 30px;
  height: 30px;
  --font-size:24px;
  overflow: hidden;
  transform: none;
  margin-right: 2px;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button ._icon .iconfont {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  text-shadow: 0 30px 0 white;
  transform: translateY(0px);
  transition: transform .3s ease;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button ._text {
  font-size: 14px;
  color: white;
  --text: white;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:hover ._icon {
  transform: none;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:hover ._icon .iconfont {
  transform: translateY(-30px);
  transition: transform .3s ease;
}

.page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:hover ._text {
  color: white;
}

.page-container.derivatives .section.list .box-content .item .float-content .title {
  font-size: 24px;
  line-height: 36px;
}

.page-container.derivatives .section.list .box-content .special-item {
  width: 50%;
  padding: 5%;
  background-color: black;
  position: relative;
}

.page-container.derivatives .section.list .box-content .special-item img {
  width: 100%;
}

.page-container.derivatives .section.list .box-content .special-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 204px;
  color: white;
  left: 0;
  top: 0;
  text-align: center;
}

.page-container.derivatives .section.list .box-content .special-item .content .title {
  font-size: 26px;
  line-height: 40px;
}

.page-container.derivatives .section.list .box-content .special-item .content .button {
  color: white;
  font-size: 30px;
  margin-top: 55px;
}

.page-container.derivatives .section.list .box-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px 36px;
}

.page-container.derivatives .section.list .box-pagination .prev {
  width: 12px;
  height: 12px;
  background: url("../images/media-center/icon-prev.png") 0 0 no-repeat;
}

.page-container.derivatives .section.list .box-pagination .prev.disabled {
  cursor: default;
  pointer-events: none;
}

.page-container.derivatives .section.list .box-pagination .next {
  width: 12px;
  height: 12px;
  background: url("../images/media-center/icon-next.png") 0 0 no-repeat;
}

.page-container.derivatives .section.list .box-pagination .next.disabled {
  cursor: default;
  pointer-events: none;
}

.page-container.derivatives .section.list .box-pagination .item {
  font-size: 14px;
  font-family: "Gotham Pro";
  display: inline-block;
  margin: 0 30px;
}

.page-container.derivatives .section.list .box-pagination .item.active {
  font-family: "Gotham Medium";
  position: relative;
}

.page-container.derivatives .section.list .box-pagination .item.active::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: black;
  content: '';
  left: 0;
  bottom: -8px;
}

@media screen and (max-width: 1599px) {
  .page-container.derivatives .section.banner .container {
    padding-right: 80px;
    padding-left: 65px;
  }
  .page-container.derivatives .section.list .container {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .page-container.derivatives .container {
    padding-right: 0;
  }
  .page-container.derivatives .section.banner {
    height: 190px;
    color: white;
  }
  .page-container.derivatives .section.banner .container {
    padding-left: 20px;
  }
  .page-container.derivatives .section.banner .container .title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .page-container.derivatives .section.banner .container .sub {
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .page-container.derivatives .section.list .container {
    padding-right: 0;
  }
  .page-container.derivatives .section.list .box-content {
    display: block;
    flex-wrap: unset;
  }
  .page-container.derivatives .section.list .box-content .item {
    width: 100%;
    padding: 50px 20px 45px;
    border-bottom: 1px solid black;
    position: relative;
    border-right: 0 none;
  }
  .page-container.derivatives .section.list .box-content .item:nth-child(3n) {
    border-right: 0;
  }
  .page-container.derivatives .section.list .box-content .item.border {
    border-bottom: 1px solid black;
  }
  .page-container.derivatives .section.list .box-content .item:last-child {
    border-bottom: 0 none;
  }
  .page-container.derivatives .section.list .box-content .item .figure {
    width: 100%;
    display: block;
    margin-bottom: 28px;
    overflow: hidden;
    height: calc((100vw - (20px * 2)) * 0.815);
  }
  .page-container.derivatives .section.list .box-content .item .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  .page-container.derivatives .section.list .box-content .item .box-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
  .page-container.derivatives .section.list .box-content .item .box-title .price {
    color: #808080;
    font-family: "Gotham Pro";
    font-size: 14px;
    line-height: 18px;
    margin-left: 20px;
  }
  .page-container.derivatives .section.list .box-content .item .box-title .title {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .page-container.derivatives .section.list .box-content .item .float-content {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    align-items: center;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons {
    border-top: 1px solid #404040;
    height: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button {
    color: white;
    display: inline-flex;
    width: 50%;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:first-child {
    border-right: 1px solid #404040;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button ._icon {
    width: 30px;
    height: 30px;
    --font-size:24px;
    overflow: hidden;
    transform: none;
    margin-right: 2px;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button ._icon .iconfont {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 0 30px 0 white;
    transform: translateY(0px);
    transition: transform .3s ease;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button ._text {
    font-size: 14px;
    color: white;
    --text: white;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:hover ._icon {
    transform: none;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:hover ._icon .iconfont {
    transform: translateY(-30px);
    transition: transform .3s ease;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .box-buttons .button:hover ._text {
    color: white;
  }
  .page-container.derivatives .section.list .box-content .item .float-content .title {
    font-size: 24px;
    line-height: 36px;
  }
  .page-container.derivatives .section.list .box-content .special-item {
    width: 50%;
    padding: 5%;
    background-color: black;
    position: relative;
  }
  .page-container.derivatives .section.list .box-content .special-item img {
    width: 100%;
  }
  .page-container.derivatives .section.list .box-content .special-item .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 204px;
    color: white;
    left: 0;
    top: 0;
    text-align: center;
  }
  .page-container.derivatives .section.list .box-content .special-item .content .title {
    font-size: 26px;
    line-height: 40px;
  }
  .page-container.derivatives .section.list .box-content .special-item .content .button {
    color: white;
    font-size: 30px;
    margin-top: 55px;
  }
  .page-container.derivatives .section.list .box-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 100px 36px;
  }
  .page-container.derivatives .section.list .box-pagination .prev {
    width: 12px;
    height: 12px;
    background: url("../images/media-center/icon-prev.png") 0 0 no-repeat;
  }
  .page-container.derivatives .section.list .box-pagination .prev.disabled {
    cursor: default;
    pointer-events: none;
  }
  .page-container.derivatives .section.list .box-pagination .next {
    width: 12px;
    height: 12px;
    background: url("../images/media-center/icon-next.png") 0 0 no-repeat;
  }
  .page-container.derivatives .section.list .box-pagination .next.disabled {
    cursor: default;
    pointer-events: none;
  }
  .page-container.derivatives .section.list .box-pagination .item {
    font-size: 14px;
    font-family: "Gotham Pro";
    display: inline-block;
    margin: 0 30px;
  }
  .page-container.derivatives .section.list .box-pagination .item.active {
    font-family: "Gotham Medium";
    position: relative;
  }
  .page-container.derivatives .section.list .box-pagination .item.active::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    content: '';
    left: 0;
    bottom: -8px;
  }
}

.nav-item.active{
  position: relative;
  z-index: 5;
}
/*# sourceMappingURL=derivatives.css.map */</pre></body></html>