.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.nav-header.revealOnScroll {
  top: -64px;
  transition: top 300ms;
}
.nav-header.revealOnScroll.showup {
  top: 0px;
}
.nav-header-index {
  position: relative;
  height: 64px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav-header-index .container {
  max-width: 1240px;
  height: 64px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.nav-header-index .container .left {
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-header-index .container .right {
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-header-index .logo img {
  display: block;
  width: 120px;
}
.nav-header-index .main-menu {
  margin-left: 36px;
  display: flex;
}
.nav-header-index .main-menu .menu-item {
  transition: all ease-in-out 0.25s;
}
.nav-header-index .main-menu .menu-item .menu-item-link {
  position: relative;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  padding: 0 18px;
  font-size: 14px;
  color: #737373;
  white-space: nowrap;
}
.nav-header-index [data-role="sub-menu-trigger"] .sub-menu,
.nav-header-index [data-role="sub-menu-trigger"] .sub-menu-2 {
  display: none;
}
.nav-header-index [data-role="sub-menu-trigger"]:hover .sub-menu,
.nav-header-index [data-role="sub-menu-trigger"]:hover .sub-menu-2 {
  display: flex;
}
.nav-header-index [data-role="sub-menu-trigger"]:hover .sub-menu-bg {
  transition: transform 0.2s ease-in-out;
  transform: scaleY(1);
}
.nav-header-index [data-role="sub-menu-trigger"].enter .sub-menu a,
.nav-header-index [data-role="sub-menu-trigger"].enter .sub-menu .type-title {
  transition: all 0.25s ease-in-out;
  transform: translateX(0);
}
.nav-header-index [data-role="sub-menu-trigger"].enter .sub-menu a:hover,
.nav-header-index [data-role="sub-menu-trigger"].enter .sub-menu .type-title:hover {
  transition-delay: 0s;
}
.nav-header-index [data-role="sub-menu-trigger"].enter .sub-menu a {
  opacity: 1;
}
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu a:nth-of-type(1),
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu .type-title:nth-of-type(1) {
  transition-delay: 0s;
}
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu a:nth-of-type(2),
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu .type-title:nth-of-type(2) {
  transition-delay: 0.1s;
}
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu a:nth-of-type(3),
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu .type-title:nth-of-type(3) {
  transition-delay: 0.2s;
}
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu a:nth-of-type(4),
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu .type-title:nth-of-type(4) {
  transition-delay: 0.3s;
}
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu a:nth-of-type(5),
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu .type-title:nth-of-type(5) {
  transition-delay: 0.4s;
}
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu a:nth-of-type(6),
.nav-header-index [data-role="sub-menu-trigger"].enter-delay .sub-menu .type-title:nth-of-type(6) {
  transition-delay: 0.5s;
}
.nav-header-index [data-role="sub-menu-trigger"].enter .sub-menu-2 .sub-menu-2-item {
  transition: all 0.25s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}
.nav-header-index [data-role="sub-menu-trigger"].enter .hasBorder {
  border-bottom: 1px solid #F2F2F2;
}
.nav-header-index .sub-menu-bg {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  height: 140px;
  transform: scaleY(0);
  transform-origin: top left;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.nav-header-index .sub-menu-bg.bg-409 {
  height: 409px;
}
.nav-header-index .sub-menu-bg.bg-331 {
  height: 331px;
}
.nav-header-index .sub-menu {
  display: flex;
  position: absolute;
  width: auto;
  padding: 0 0 16px 0;
  z-index: 2;
}
.nav-header-index .sub-menu .sub-menu-item {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 135px;
  margin: 0px 12px;
  opacity: 0;
  transform: translateX(50%);
}
.nav-header-index .sub-menu .sub-menu-item .img-large {
  height: 155px;
}
.nav-header-index .sub-menu .sub-menu-item .img-medium {
  height: 135px;
}
.nav-header-index .sub-menu .sub-menu-item .img-small {
  height: 80px;
}
.nav-header-index .sub-menu .sub-menu-item .text {
  position: relative;
  text-align: center;
  font-size: 14px;
  height: 34px;
  line-height: 17px;
  color: #2d2d2d;
  font-weight: 700;
}
.nav-header-index .sub-menu.hasBorder {
  border-bottom: 0 solid transparent;
  transition: all 0.25s ease-in-out;
}
.nav-header-index .sub-menu:nth-of-type(2) {
  top: 72px;
}
.nav-header-index .sub-menu:nth-of-type(3) {
  top: 223px;
}
.nav-header-index .sub-menu:nth-of-type(3).top_243 {
  top: 243px;
}
.nav-header-index .sub-menu .type-title {
  font-size: 14px;
  color: #2D2D2D;
  min-width: 100px;
  height: 135px;
  font-weight: 600;
  padding-left: 18px;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  flex: none;
}
.nav-header-index .sub-menu.height_lx {
  height: 165px !important;
}
.nav-header-index .sub-menu.height_lx .sub-menu-item {
  height: 155px !important;
}
.nav-header-index .sub-menu-2 {
  display: flex;
  position: absolute;
  top: 384px;
  width: auto;
  padding: 24px 0;
  z-index: 2;
}
.nav-header-index .sub-menu-2 .sub-menu-2-item {
  padding: 0 34px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  transform: translateX(50%);
  font-size: 14px;
  color: #0D0D0D;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(-135deg, #FFD200 0%, #FBE400 100%);
  border-radius: 50px;
}
.nav-header-index .sub-menu-2 .sub-menu-2-item:hover {
  background-image: linear-gradient(-135deg, #F7B300 0%, #FFD200 100%);
}
.nav-header-index .sub-menu-2 .sub-menu-2-item img {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: -2px;
  vertical-align: middle;
  margin-right: 8px;
}
.nav-header-index .btn-buy {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.8px;
  height: 36px;
  line-height: 36px;
  padding: 0 28px;
  margin: 0 12px;
  border-radius: 18px;
  background-color: #f2d200;
  background-image: linear-gradient(145deg, #ffee00 0%, #ffd200 100%);
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-header-index .btn-buy:hover {
  background-color: #f2c600;
}
.nav-header-index .btn-buy:active {
  background-color: #deb916;
}
.nav-header-index .nav-header-user {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-header-index .nav-header-user .user-avater {
  height: 24px;
  cursor: pointer;
}
.nav-header-index .nav-header-user .user-avater .img-avater {
  display: none;
  width: 24px;
  border-radius: 12px;
  overflow: hidden;
}
.nav-header-index .nav-header-user .user-avater .img-user {
  width: 18px;
  margin: 3px;
}
.nav-header-index .nav-header-user.loggedIn .img-avater {
  display: block;
}
.nav-header-index .nav-header-user.loggedIn .img-user {
  display: none;
}
.nav-header-index .nav-header-user:hover.loggedIn .user-nav {
  display: block;
}
.nav-header-index .nav-header-user .user-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav-header-index .nav-header-user .user-nav .item {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
}
.nav-header-index .nav-header-user .user-nav .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.7);
}
.nav-header-index .nav-header-user .user-nav .item:hover {
  background-color: #F2F2F2;
}
.nav-header-page {
  background: #000;
}
.nav-header-page .product-sub-header {
  max-width: 1240px;
  margin: auto;
  height: 56px;
  padding: 0 8px;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-header-page .product-sub-header .logo {
  display: block;
  height: 15px;
}
.nav-header-page .product-sub-header .logo-text {
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
  font-weight: 700;
}
.nav-header-page .product-sub-header ul.menu {
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.nav-header-page .product-sub-header ul.menu li.menu-item {
  padding-left: 20px;
  margin-left: 20px;
  white-space: nowrap;
}
.nav-header-page .product-sub-header ul.menu li.menu-item .page-link {
  display: block;
  transition: all ease-in-out 0.25s;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.nav-header-page .product-sub-header ul.menu li.menu-item .page-link:hover {
  opacity: 1;
}
.nav-header-page .product-sub-header ul.menu li.menu-item .btn-buy {
  display: flex;
  align-items: center;
  background: #ffd200;
  border-radius: 18px;
  margin: 10px 0;
  padding: 0 18px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 14px;
  color: #2d2d2d;
}
.nav-header-page .product-sub-header ul.menu li.menu-item .btn-buy img {
  height: 20px;
}
.nav-header-index.ru-ru .main-menu .menu-item .menu-item-link {
  font-size: 12px;
}
.topAdImg {
  width: 100%;
  background-image: linear-gradient(135deg, #fff, #e3e3e3);
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.main {
  transition: all 0.3s ease;
}
.nav-footer {
  background: #fff;
  border-top: solid 1px #f2f2f2;
}
.nav-footer .block-1,
.nav-footer .block-2,
.nav-footer .block-3,
.nav-footer .block-4 {
  max-width: 1240px;
  padding: 0 24px;
  margin: auto;
}
.nav-footer .block-1 {
  padding: 0;
}
.nav-footer .block-1 {
  display: flex;
  height: 72px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
.nav-footer .block-1 .logo img {
  display: block;
  width: 120px;
}
.nav-footer .block-1 .icon-list {
  display: flex;
  margin: 0 -8px;
}
.nav-footer .block-1 .icon-list .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 8px;
  transition: all ease-in-out 0.25s;
  opacity: 0.4;
  cursor: pointer;
}
.nav-footer .block-1 .icon-list .icon > img {
  width: 100%;
  max-width: 100%;
}
.nav-footer .block-1 .icon-list .icon:hover {
  opacity: 1;
}
.nav-footer .block-1 .icon-list .icon:hover .qrcode {
  display: block;
}
.nav-footer .block-1 .icon-list .icon .qrcode {
  display: none;
  position: absolute;
  width: 130px;
  height: 139px;
  background-image: url('../image/combined-shape@2x.png');
  background-size: 100%;
  top: -139px;
  left: -53px;
}
.nav-footer .block-1 .icon-list .icon .qrcode img {
  border-radius: 5px;
  width: 128px;
  height: 128px;
  margin-top: 1px;
  margin-left: 1px;
}
.nav-footer .block-1 .icon-list .icon .qrcode:hover {
  display: block;
}
.nav-footer .block-2 {
  margin-top: 32px;
  display: flex;
}
.nav-footer .block-2 .column {
  width: 280px;
  margin: 16px 0;
  margin-right: 48px;
}
.nav-footer .block-2 .column .title {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #666;
}
.nav-footer .block-2 .column .link-list a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  color: #737373;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.nav-footer .block-2 .column .link-list a:hover {
  color: #333333;
}
.nav-footer .block-2 .column .link-list a:active {
  color: #595959;
}
.nav-footer .block-2 .qrcode {
  float: right;
}
.nav-footer .block-2 .qrcode img {
  margin-top: -20px;
  width: 139px;
  display: block;
}
.nav-footer .block-3 {
  margin-bottom: 80px;
}
.nav-footer .block-3 .text {
  font-size: 12px;
  line-height: 28px;
  color: #737373;
}
.nav-footer .block-4 {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-footer .block-4 .left,
.nav-footer .block-4 .right {
  font-size: 12px;
  color: #AFB1B4;
}
.nav-footer .block-4 .left a,
.nav-footer .block-4 .right a {
  color: #AFB1B4;
}
.nav-footer .block-4 .right {
  display: flex;
  align-items: center;
}
.footer-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.footer-mask .footer-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  width: 800px;
}
.footer-mask .footer-modal .header {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  padding: 25px 30px;
  border-bottom: 1px solid #C3C9D0;
}
.footer-mask .footer-modal .close {
  position: absolute;
  right: 16px;
  top: 16px;
  height: 38px;
  cursor: pointer;
}
.footer-mask .footer-modal .body {
  padding: 50px 30px;
  color: #222222;
  font-size: 14px;
}
.footer-mask .footer-modal .button {
  display: inline-block;
  margin-top: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(141deg, #fbe500, #fbe400 0, #ffd200);
  font-size: 14px;
  font-weight: 700;
  color: #2d2d2d;
  border-radius: 4px;
  padding: 0 18px;
}
.lang-selector {
  position: relative;
  z-index: 100;
}
.lang-selector:hover .lang-list {
  display: block;
}
.lang-selector .lang-item-current {
  display: flex;
  align-items: center;
  height: 64px;
  width: 120px;
}
.lang-selector .lang-item-current .lang-flag {
  margin: 0 12px;
  width: 16px;
}
.lang-selector .lang-item-current .lang-text {
  color: #2d2d2d;
  font-size: 12px;
}
.lang-selector .lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 8px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 120px;
}
.lang-selector .lang-list .lang-item {
  display: flex;
  align-items: center;
  height: 40px;
}
.lang-selector .lang-list .lang-item:hover {
  background: #F2F2F2;
}
.lang-selector .lang-list .lang-item .lang-flag {
  margin: 0 12px;
  width: 16px;
}
.lang-selector .lang-list .lang-item .lang-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}
.lang-selector.reverse .lang-list {
  top: auto;
  bottom: 100%;
}
.modal-buylink {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.modal-buylink p {
  margin: 0;
}
.modal-buylink .link {
  display: flex;
  padding: 16px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-buylink .link:last-of-type {
  border-bottom: 0;
}
.modal-buylink .link .icon {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.modal-buylink .link .text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}
.modal-buylink .link:hover .text {
  color: #ffd200;
}
.popup-player {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.popup-player .popup-player-ct {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-player .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}
.popup-player .video-fr {
  width: 960px;
  height: 540px;
  position: relative;
}
.popup-player .video-fr .zhezhao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
}
.popup-player .no-youtube {
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-player .no-youtube p {
  color: #fff;
}
@font-face {
  font-family: 'OSP-DIN';
  src: url('../font/OSP-DIN.eot');
  
  src: url('../font/OSP-DIN.eot#iefix') format('embedded-opentype'),  url('../font/OSP-DIN.woff') format('woff'),  url('../font/OSP-DIN.ttf') format('truetype'),  url('../font/OSP-DIN.svg#OSP-DIN') format('svg');
  
}
*,
:after,
:before {
  box-sizing: border-box;
}
html,
body {
  font-family: "Roboto", "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK SC", "PingFang SC", "-apple-system", "Hiragino Sans GB", "Noto Sans", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
}
button {
  font-family: "Roboto", "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK SC", "PingFang SC", "-apple-system", "Hiragino Sans GB", "Noto Sans", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
  cursor: pointer;
}
input {
  font-family: "Roboto", "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK SC", "PingFang SC", "-apple-system", "Hiragino Sans GB", "Noto Sans", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
}
#root {
  margin-top: 64px;
  min-height: 400px;
  overflow: hidden;
}