
.btn:focus {
    outline: none!important;
    box-shadow:none!important;
}
.reset_style, body {
    word-break: inherit;
}
.banner{
	font-size:0;
}
:root {
  --blue: #00ADEF;
  --blue_hover: #18BFFF;
}

@font-face {
  font-family: OpenSansLight;
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/harmonyos_sans_sc_light.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSansRegular;
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/harmonyos_sans_sc_regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSansSemiBold;
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/harmonyos_sans_sc_medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSansBold;
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/harmonyos_sans_sc_bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSansExtraBold;
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/harmonyos_sans_sc_black.ttf");
  font-display: swap;
}
body {
  font-family: OpenSansRegular, "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  overflow-x: hidden;
  font-size:16px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.w1920{
	max-width:1920px;
    width:100%;
    margin:0 auto;
}
.w1640 {
  width:86%;
  margin: 0 auto;
}
.w1500 {
  width: 1320px;
  margin: 0 auto;
}
.w1380 {
  width: 1380px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1024 {
  width: 1024px;
  margin: 0 auto;
}
.w988{
    width:988px;
    margin:0 auto;
}
.null_box {
  width: 100%;
  height: 0;
}
.null_box.active {
  height: 60px;
}
.pre-read .layui-input:focus,
.layui-textarea:focus {
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none!important;
}
.pre-read .layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #FF0000 !important;
}
.pre-read .layui-icon-ok:before {
  font-weight: bold;
}
.layui-layer-msg {
  display: none!important;
}
.l_error,
.error {
  width: 100%;
  left: 0;
  color: #DF2F19;
}
.error .error_box {
  display: flex;
}
.error .error_box svg {
  position: relative;
  top: 6px;
}
.error .error_box span {
  margin-left: 4px;
}
.errors {
  color: #DF2F19;
  width: 100%;
  left: 0;
  position: relative;
  bottom: 0;
}
.errors .error_box {
  display: flex;
  flex-wrap: wrap;
}
.errors .error_box svg {
  position: relative;
  width: 20px;
}
.errors .error_box span {
  margin-left: 4px;
  width: calc(100% - 24px);
  line-height: 1;
}
.product-sub-nav {
  background: rgba(251, 251, 253, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: relative;
  width: 100%;
  left: 0;
  z-index: 1000;
  top: 60px;
}
.product-sub-nav .con {
  display: flex;
  justify-content: space-between;
}
.product-sub-nav .con .left h2 {
  line-height: 55px;
  font-family: OpenSansSemiBold;
}
.product-sub-nav .con .left h2 a {
  color: #000;
  position: relative;
    height: 55px;
    display: block;
}
.product-sub-nav .con .left h2 a svg{
   position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.product-sub-nav .con .right {
  display: flex;
}
.product-sub-nav .con .right ul {
  display: flex;
}
.product-sub-nav .con .right ul li {
  margin-right: 40px;
  position: relative;
}
.product-sub-nav .con .right ul li:after {
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product-sub-nav .con .right ul li a {
  display: block;
  line-height: 55px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product-sub-nav .con .right ul li:hover:after {
  width: 100%;
  left: 0;
}
.product-sub-nav .con .right ul li:hover a {
  color: #000;
}
.product-sub-nav .con .right .buy {
  height: 55px;
  display: flex;
  align-items: center;
}
.product-sub-nav .con .right .buy a {
  width: 90px;
  height: 30px;
  border-radius: 215.12px;
  line-height: 1;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: -0.03em;
  font-family: OpenSansSemiBold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product-sub-nav .con .right .buy a:hover {
  background: var(--blue);
}
.product-sub-nav.black {
  background: rgba(29, 29, 29, 0.7);
  -webkit-backdrop-filter: inherit;
  backdrop-filter: inherit;
}
.product-sub-nav.black .con .left h2 a {
  color: #fff;
}
.product-sub-nav.black .con .right ul li:after {
  background: #fff;
}
.product-sub-nav.black .con .right ul li a {
  color: #919699;
}
.product-sub-nav.black .con .right ul li:hover a {
  color: #fff;
}
.product-sub-nav.black .con .right .buy a {
  background: var(--blue);
}
.product-sub-nav.black .con .right .buy a:hover {
  background: #fff;
  color: #000;
}
.product-sub-nav.active {
  position: fixed;
  top: 0;
}
.product-sub-nav.hide {
  display: none;
}
.header {
  background: #000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
}
.header .report {
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
}
.header .report .con {
  position: relative;
}
.header .report .con p {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.header .report .con p a {
  color: var(--blue);
  text-underline-offset: 4px;
}
.header .report .con p a:hover {
  text-decoration: underline;
}
.header .report .con .closes {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
.header > .con {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header > .con .logo a {
  height: 60px;
  display: flex;
  align-items: center;
}
.header > .con .nav {
  flex: 1;
  justify-content: center;
}
.header > .con .nav > ul {
  display: flex;
}
.header > .con .nav > ul > li {
  margin-right: 2.5vw;
  position: relative;
}
.header > .con .nav > ul > li:first-child{
	margin-right:3.5vw;
}
.header > .con .nav > ul > li > h2 {
  position: relative;
  z-index: 4;
}
.header > .con .nav > ul > li > h2:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .nav > ul > li > h2 a {
  display: block;
  color: #fff;
  line-height: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  white-space: nowrap;
}
.header > .con .nav > ul > li .slide-down {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  max-height:calc(100vh - 80px);
  overflow-y:scroll;
}
.header > .con .nav > ul > li .slide-down .box h2 {
  font-family: OpenSansBold;
}
.header > .con .nav > ul > li .slide-down .box ul {
  display: flex;
  flex-wrap: wrap;
}
.header > .con .nav > ul > li .slide-down .box ul li {
  margin-right: 20px;
  margin-top: 20px;
  background: #f6f7fa;
}
.header > .con .nav > ul > li .slide-down .box ul li a {
  display: block;
  padding: 10px 10px 30px;
}
.header > .con .nav > ul > li .slide-down .box ul li a .tu {
  width: 162px;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header > .con .nav > ul > li .slide-down .box ul li a .tu img {
  max-width: 100%;
  max-height: 100%;
}
.header > .con .nav > ul > li .slide-down .box ul li a h3 {
  text-align: center;
  color: #000;
  text-underline-offset: 4px;
}
.header > .con .nav > ul > li .slide-down .box ul li:hover a .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header > .con .nav > ul > li .slide-down .box ul li:hover a h3 {
  text-decoration: underline;
}
.header > .con .nav > ul > li .slide-down .box:not(:first-child) {
  margin-top: 30px;
}
.header > .con .nav > ul > li .two_ul {
  position: absolute;
  left: -20px;
  opacity: 0;
  top: 60px;
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
  padding: 8px 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .nav > ul > li .two_ul > li a {
  white-space: nowrap;
  display: flex;
  color: #000;
  height: 40px;
  padding: 0 20px;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .nav > ul > li .two_ul > li a:hover {
  background: #f5f5f7;
}
.header > .con .nav > ul > li:first-child:after {
  content: 'New';
  color: #fff;
  font-size: 11px;
  width: 30px;
  height: 18px;
  background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/n_news.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -34px;
  top: 10px;
  text-align: center;
  line-height: 16px;
}
.header > .con .nav > ul > li.down .slide-down {
  visibility: visible;
  opacity: 1;
}
.header > .con .nav > ul > li.down .two_ul {
  visibility: visible;
  opacity: 1;
}
.header > .con .nav > ul > li.link > h2 a {
  color: #767676;
}
.header > .con .nav > ul > li:hover > h2:after {
  width: 100%;
}
.header > .con .nav .login_mobile {
  display: none;
}
.header > .con .right {
  display: flex;
}
.header > .con .right .search {
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
}
.header > .con .right .login {
  margin: 0 20px;
  position: relative;
}
.header > .con .right .login .user {
  height: 60px;
  display: flex;
  align-items: center;
}
.header > .con .right .login .single {
  position: absolute;
  width: auto;
  right: -20px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
}
.header > .con .right .login .single ul {
  margin-top: 16px;
  background: #fff;
  position: relative;
  border-radius:0 0 5px 5px;
}
.header > .con .right .login .single ul:before {
  content: '';
  position: absolute;
  background: #fff;
  z-index: 8;
  top: -10px;
  right: 22px;
  transform: translateY(50%) rotate(45deg);
  width: 11px;
  height: 11px;
  -ms-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
}
.header > .con .right .login .single ul li {
  text-align: center;
  position: relative;
  z-index: 9;
  padding:6px;
}
.header > .con .right .login .single ul li a {
  display: block;
  color: #000;
  padding: 10px 26px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
      white-space: nowrap;
}
.header > .con .right .login .single ul li a:hover {
  background: #f5f5f7;
}
.header > .con .right .login:hover .single {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .right .store {
  height: 60px;
  display: flex;
  align-items: center;
}
.header > .con .right .store a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 32px;
  border-radius: 20px;
  background: var(--blue);
  border: 1px solid var(--blue);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .right .store a .icons {
  margin-right: 8px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header > .con .right .store a .icons svg {
  position: relative;
}
.header > .con .right .store a .icons svg path {
  fill: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .right .store a .icons svg ellipse{
stroke: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .right .store a span {
  color: #fff;
  font-family: OpenSansSemiBold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .right .store a:hover {
  border: 1px solid #fff;
  background: #fff;
}
.header > .con .right .store a:hover .icons svg path {
  fill: #000;
}
.header > .con .right .store a:hover .icons svg ellipse{
	  stroke:#000;
}
.header > .con .right .store a:hover span {
  color: #000;
}
.header > .con .search-list {
  position: absolute;
  width: calc(100% - 100px);
  right: 0;
  top: 0;
  background: #000;
  height: 60px;
  z-index: 6;
  display: none;
}
.header > .con .search-list .input-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
.header > .con .search-list .input-box .search-left {
  height: 60px;
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header > .con .search-list .input-box input {
  width: 100%;
  height: 60px;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
}
.header > .con .search-list .input-box .search-box {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  left: 0;
  top: 60px;
  border-top: 1px solid #d8d8d8;
  padding: 20px 0 14px;
  display: none;
}
.header > .con .search-list .input-box .search-box h3 {
  color: #d8d8d8;
  padding: 0 40px;
}
.header > .con .search-list .input-box .search-box ul {
  margin-top: 6px;
}
.header > .con .search-list .input-box .search-box ul li a {
  display: block;
  padding: 10px 40px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header > .con .search-list .input-box .search-box ul li a:hover {
  background: #f5f5f7;
}
.header > .con .search-list .input-box .search-box ul li:first-child a span {
  display: inline-block;
  position: relative;
}
.header > .con .search-list .input-box .search-box ul li:first-child a span:after {
  content: 'New';
  color: #fff;
  font-size: 14.74px;
   font-family:OpenSansSemiBold;
  width: 39px;
  height: 21px;
  background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/n_news.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -44px;
  top: -12px;
  text-align: center;
  line-height: 18.77px;
}
.header > .con .search-list .closes {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header > .con .mobile-btn {
  display: none;
}
.header.active {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(0, 0, 0, 0.6);
}
.header.black {
  background: #000;
}
.header.top {
  transform: translateY(-60px);
}
.header.product {
  top: -120px;
}
.bg-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(232, 232, 237, 0);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
}
.bg-mask.active {
  visibility: visible;
  background: rgba(232, 232, 237, 0.4);
}
.search-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) 0.08s;
}
.search-mask.active {
  visibility: visible;
  opacity: 1;
}
.footer {
  background: #000;
  padding: 80px 0 90px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.footer .con .back {
  display: none;
}
.footer .con .middle {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.footer .con .middle .left > ul {
  display: flex;
}
.footer .con .middle .left > ul > li {
  margin-right: 90px;
}
.footer .con .middle .left > ul > li h2 {
  font-family: OpenSansSemiBold;
  color: #fff;
}
.footer .con .middle .left > ul > li ul li {
  margin-top: 10px;
}
.footer .con .middle .left > ul > li ul li a {
  font-family: OpenSansLight;
  white-space: nowrap;
  text-underline-offset: 4px;
  color: #fff;
}
.footer .con .middle .left > ul > li ul li a:hover {
  text-decoration: underline;
}
.footer .con .middle .mobile_lang {
  display: none;
}
.footer .con .middle .right .follow h2 {
  font-family: OpenSansSemiBold;
  color: #fff;
}
.footer .con .middle .right .follow ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer .con .middle .right .follow ul li {
  height: 20px;
  display: flex;
  align-items: center;
}
.footer .con .middle .right .follow ul li a {
  display: block;
  height: 100%;
}
.footer .con .middle .right .follow ul li a img {
  height: 20px;
}
.footer .con .middle .right .follow ul li:not(:last-child) {
  margin-right: 16px;
}
.footer .con .middle .right .subscribe {
  margin-top: 40px;
}
.footer .con .middle .right .subscribe h2 {
  font-family: OpenSansSemiBold;
  color: #fff;
}
.footer .con .middle .right .subscribe h3 {
  font-family: OpenSansLight;
  color: #fff;
  margin-top: 6px;
}
.footer .con .middle .right .email {
  width: 216px;
  height: 34px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #4c4c4c;
  margin-top: 10px;
}
.footer .con .middle .right .email input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0 50px 0 10px;
  color: #b0b0b0;
}
.footer .con .middle .right .email .btns {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 34px;
  border-radius: 0 4px 4px 0;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .middle .right .email .btns:hover {
  background: var(--blue_hover);
}
.footer .con .middle .right p {
  color: #b0b0b0;
  font-family: OpenSansLight;
  margin-top: 10px;
  width: 220px;
}
.footer .con .middle .right p a {
  color: #b0b0b0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position:relative;
}
.footer .con .middle .right p a:after{
    content:'';
    width:100%;
    height:1px;
  background:rgba(216,216,216,0.3);
  position:absolute;
  left:0;
  bottom:-2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .middle .right p a:hover {
  color: #fff;
}
.footer .con .middle .right p a:hover:after{
    background:#fff;
}
.footer .con .bottom {
  margin-top: 50px;
}
.footer .con .bottom ul {
  display: flex;
}
.footer .con .bottom ul li {
  padding: 0 14px;
  position: relative;
}
.footer .con .bottom ul li:after {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(216, 216, 216, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer .con .bottom ul li a {
  color: #fff;
  text-underline-offset: 4px;
}
.footer .con .bottom ul li a:hover {
  text-decoration: underline;
}
.footer .con .bottom ul li:first-child {
  padding-left: 0;
}
.footer .con .bottom ul li:last-child {
  padding-right: 0;
}
.footer .con .bottom ul li:last-child:after {
  display: none;
}
.footer .con .bottom .copy {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(216, 216, 216, 0.3);
  display: flex;
  justify-content: space-between;
}
.footer .con .bottom .copy p {
  color: rgba(255, 255, 255, 0.5);
  font-family: OpenSansLight;
}
.footer .con .bottom .copy p a {
  color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 4px;
}
.footer .con .bottom .copy p a:hover {
  text-decoration: underline;
}
.footer .con .bottom .copy .lang {
  display: flex;
}
.footer .con .bottom .copy .lang .lang-list {
  margin-left: 8px;
}
.footer .con .bottom .copy .lang .lang-list h2 {
  color: #fff;
}
.footer .con .bottom .copy .lang .lang-list h2 a {
  color: #fff;
}
.footer .con .bottom .copy .lang .lang-list h2 a:hover {
  text-decoration: underline;
}
.footer .con .bottom .copy .lang .lang-list h2:first-child {
  cursor: default;
}
.footer .con .bottom .copy .lang .lang-list h2:last-child {
  margin-top: 6px;
  opacity: 0;
}
.footer .con .bottom .copy .lang .lang-list:hover h2:last-child {
  opacity: 1;
}
  .footer .lang_mobile{
    display:none;
}
.footer .lang_mobile svg {
  position: relative;
  top:-1px;
  margin-right: 4px;
}
.pre-read {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(7, 7, 7, 0.2);
  z-index: 1000;
  display: none;
}
.pre-read .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1120px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.pre-read .center .closes {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.pre-read .center .left {
  width: 49.8%;
}
.pre-read .center .left img {
  width: 100%;
}
.pre-read .center .right {
  width: 50.2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pre-read .center .right .logo {
  text-align: center;
}
.pre-read .center .right p {
  width: 314px;
  margin: 24px auto 40px;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(61, 61, 61, 0.5);
}
.pre-read .center .right .layui-form-item {
  width: 441px;
  position: relative;
}
.pre-read .center .right .layui-form-item input {
  width: 100%;
  height: 46px;
  border: 1px solid #f5f5f7;
  background: #fff;
  padding-left: 24px;
  font-size: 18px;
  color: rgba(61, 61, 61, 0.5);
  border-radius: 100px;
}
.pre-read .center .right .layui-form-item button {
  position: absolute;
  right: 0;
  top: 0;
  width: 173px;
  height: 46px;
  background: #000;
  border-radius: 100px;
  color: #fff;
  letter-spacing: -0.03em;
  font-family: OpenSansSemiBold;
  font-size: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.pre-read .center .right .layui-form-item button:hover {
  background: var(--blue);
}
.pre-read .center .right .agree {
  margin-top: 40px;
  color: rgba(61, 61, 61, 0.5);
  padding-left: 24px;
}
.pre-read .center .right .agree a {
  color: var(--blue);
  text-underline-offset: 4px;
  text-decoration: underline;
}
.pre-read .center .right .agree .layui-form-checkbox[lay-skin=primary] {
  padding-left: 12px;
}
.pre-read .center .right .agree .layui-form-checkbox[lay-skin=primary] > i {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 14px;
  font-size: 12px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pre-read .center .right .agree .layui-form-checked[lay-skin=primary] > i {
  border: 1px solid var(--blue) !important;
  background: var(--blue);
}
.pre-read .center .right .agree .layui-icon-ok:before {
  font-weight: inherit;
}
.alert-success {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(7, 7, 7, 0.1);
  z-index: 10000;
  display: none;
}
.alert-success .box {
  width: 658px;
  height: 314px;
  border-radius: 5px;
  background: #ffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.alert-success .box h2 {
  font-family: OpenSansBold;
  letter-spacing: -0.03em;
  margin: 20px 0 14px;
}
.alert-success .box p {
  color: rgba(0, 0, 0, 0.5);
}
.alert-success .box .ok a {
  margin-top: 30px;
  width: 119px;
  height: 45px;
  border-radius: 84.12px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
  font-family: OpenSansSemiBold;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.alert-success .box .ok a:hover {
  background: var(--blue);
}
.backTop {
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  bottom: 107px;
  right: 26px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.backTop svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.backTop:hover {
  background: var(--blue);
}
.contact-link {
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  bottom: 40px;
  right: 26px;
  background: var(--blue);
  cursor: pointer;
  z-index: 1000;
}
.contact-link svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
#videoPopup .video-box video {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
#videoPopup .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
.p_page {
  text-align: center;
  margin-top: 4vw;
}
.page_con {
  display: inline-block;
}
.page_a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  font-size: 10px;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-family: OpenSansSemiBold;
  color: rgba(61, 61, 61, 0.5);
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page_a:hover {
  color: #3D3D3D;
  border: 1px solid #00ADEF;
  background: #fff;
}
.page_a.current {
  border: 1px solid #00ADEF;
  color: #3D3D3D;
   background: #fff;
}
.page_a.current:hover {
    border: 1px solid #00ADEF;
    color: #3D3D3D;
    background: #fff;
}
.page_input:hover {
  border-color: #ebebeb;
}
@media screen and (max-width: 1600px) {
  
   .w1640{
        width: 90%;
    }
  
   .w1500{
        width: 1280px;
    }


    .w1380{
        width:1280px;
    }
  .footer .con .middle .left {
    margin-right: 6vw;
    flex: 1;
  }
  .footer .con .middle .left > ul {
    justify-content: space-between;
  }
  .footer .con .middle .left > ul > li {
    margin-right: 0;
  }
}

@media screen and (max-width: 1440px){

    .w1500{
        width: 80%;
    }


    .w1380{
        width: 80%;
    }

     .w1200{
        width: 1100px;
    }

   .w1024{
        width: 1000px;
    }


}

@media screen and (max-width: 1200px) {
  .w988{
        width: 90%;
    }
  .w1500{
        width: 90%;
    }

    .w1380{
        width: 90%;
    }

    
    .w1200{
        width: 1000px;
    }

  
  .footer .con .middle .left {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .w1200{
        width: 90%;
    }

    .w1024{
        width: 90%;
    }
  .backTop{
        display:none!important;
    }
  .contact-link {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 20px;
  }
  .contact-link svg {
    width: 25px;
  }
  .header .report {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .header .report .con p {
    width: 80%;
    font-size: 12px;
  }
  .header .report .con .closes {
    right: 0;
  }
  .header > .con {
    position: relative;
    justify-content: flex-end;
  }
  .header > .con .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header > .con .nav {
    position: fixed;
    top: 60px;
     height: calc(100vh - 60px);
    width: 100%;
    background: #fff;
    display: none;
    padding: 0 5% 20px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 0;
    border-top: 1px solid #333;
  }
  .header > .con .nav > ul {
    display: block;
    padding-top: 10px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header > .con .nav > ul > li {
    width: 100%;
  }
  .header > .con .nav > ul > li > h2 {
    position: relative;
  }
  .header > .con .nav > ul > li > h2:before {
   content: '';
   width:8px;
   height: 12px;
   background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/n_you.svg) no-repeat;
   background-size: contain;
   position: absolute;
   right:0;
   top:50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header > .con .nav > ul > li > h2:after {
    display: none;
  }
  .header > .con .nav > ul > li > h2 a {
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    color:#000;
  }
  .header > .con .nav > ul > li .slide-down {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
    padding: 20px;
    border-radius: 0 0 5px 5px;
  }
  .header > .con .nav > ul > li .slide-down .con {
    width: 100%;
  }
  .header > .con .nav > ul > li .slide-down .box ul li {
    margin-right: 10px;
    margin-top: 10px;
  }
  .header > .con .nav > ul > li .slide-down .box ul li a {
    padding: 10px 10px 20px;
  }
  .header > .con .nav > ul > li .slide-down .box ul li a .tu {
    width: 120px;
    height: 120px;
  }
  .header > .con .nav > ul > li .slide-down .box:not(:first-child) {
    margin-top: 20px;
  }
  .header > .con .nav > ul > li .two_ul {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
  }
  .header > .con .nav > ul > li .two_ul > li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(135deg);
    margin-top: -5px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header > .con .nav > ul > li .two_ul > li a {
    font-size: 16px;
    width: 100%;
    line-height: 50px;
  }
 
  .header > .con .nav > ul > li:first-child:after {
        width: 32px;
    height: 20px;
    top: 4px;
    right: auto;
   left: 74px;
  }
  .header > .con .nav > ul > li:nth-child(2) > h2:before {
    width:12px;
   height:8px;
   opacity: 1;
   background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/n_xia.svg) no-repeat;
   background-size: contain;
  }
  .header > .con .nav > ul > li:nth-child(2) > h2 a {
    width: 50%;
    pointer-events: none;
  }
  .header > .con .nav > ul > li:nth-child(2).active h2:before {
    transform: rotate(180deg);
  }
  .header > .con .nav > ul > li:nth-child(3) > h2:before {
     width:12px;
   height:8px;
   opacity: 1;
   background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/n_xia.svg) no-repeat;
   background-size: contain;
  }
  .header > .con .nav > ul > li:nth-child(3) > h2 a {
    width: 50%;
    pointer-events: none;
  }
  .header > .con .nav > ul > li:nth-child(3).active h2:before {
    transform: rotate(180deg);
  }
  .header > .con .nav > ul > li:nth-child(4) > h2:before {
    width:12px;
   height:8px;
   opacity: 1;
   background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/n_xia.svg) no-repeat;
   background-size: contain;
  }
  .header > .con .nav > ul > li:nth-child(4) > h2 a {
    width: 50%;
  }
  .header > .con .nav > ul > li:nth-child(4).active h2:before {
    transform: rotate(180deg);
  }
  .header > .con .nav > ul > li:nth-child(5) > h2:before {
    width:12px;
   height:8px;
   opacity: 1;
   background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/n_xia.svg) no-repeat;
   background-size: contain;
  }
  .header > .con .nav > ul > li:nth-child(5) > h2 a {
    width: 50%;
  }
  .header > .con .nav > ul > li:nth-child(5).active h2:before {
    transform: rotate(180deg);
  }
  .header > .con .nav .login_mobile {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: 1px solid #333;
    background: #000;
    padding: 0 5%;
    z-index: 10;
  }
  .header > .con .nav .login_mobile a {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .header > .con .nav .login_mobile a span {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
  }
  .header > .con .right .search {
   
  }
  .header > .con .right .login {
 		margin:0 10px;
  }
  .header > .con .right .store a{
  	width:auto;
    height:auto;
    background:none!important;
    border:none!important;
  }
  .header > .con .right .store a .icons{
  	margin-right:0;
  }
  .header > .con .right .store a .icons svg{
  	width:20px;
    height:20px;
  }
  .header > .con .right .store a:hover .icons svg path{
  	fill:#fff;
  }
  .header > .con .right .store a:hover .icons svg ellipse{
   stroke:#fff;
  }
  .header > .con .right .store a span{
  	display:none;
  }
  .header > .con .search-list{
  	width:100%;
  }
  .header > .con .search-list .input-box .search-box h3{
  	padding:0 14px;
  }
  .header > .con .search-list .input-box .search-box ul li a{
  	padding:6px 14px;
  }
  .header > .con .mobile-btn {
    width: 20px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header > .con .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header > .con .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header > .con .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header > .con .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header > .con .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header > .con .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header > .con .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header > .con .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header > .con .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header > .con .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header > .con .search-list .input-box .search-box ul li:first-child a span:after{
  	font-size:12px;
    width: 34px;
    height: 21px;
        right: -38px;
    top: -10px;
  }
  .footer {
    padding: 20px 0 30px;
  }
  .footer .con .back {
    text-align: center;
    display: block;
    color: #fff;
    opacity: 0.7;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
  }
  .footer .con .back span {
    font-size: 14px;
    padding-right: 20px;
    position: relative;
  }
  .footer .con .back span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    top: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .footer .con .logo img {
    width: 100px;
  }
  .footer .con .middle {
    margin-top: 10px;
    display: block;
  }
  .footer .con .middle .left {
    margin-right: 0;
  }
  .footer .con .middle .left > ul {
    display: block;
  }
  .footer .con .middle .left > ul > li h2 {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
    position: relative;
  }
  .footer .con .middle .left > ul > li h2:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .footer .con .middle .left > ul > li h2:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .footer .con .middle .left > ul > li ul {
    display: none;
  }
  .footer .con .middle .left > ul > li ul li {
    margin-top: 0;
  }
  .footer .con .middle .left > ul > li ul li a {
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
  }
  .footer .con .middle .left > ul > li ul li:first-child {
    margin-top: 8px;
  }
  .footer .con .middle .left > ul > li.active h2:before {
    opacity: 0;
  }
  .footer .con .middle .mobile_lang {
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }
  .footer .con .middle .mobile_lang a {
    display: flex;
    height: 50px;
    align-items: center;
    position: relative;
  }
  .footer .con .middle .mobile_lang a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -5px;
  }
  .footer .con .middle .mobile_lang a img {
    width: 18px;
  }
  .footer .con .middle .mobile_lang a span {
    font-family: OpenSansSemiBold;
    color: #fff;
    font-size: 16px;
    margin-left: 6px;
  }
  .footer .con .middle .right {
    margin-top: 26px;
  }
  .footer .con .middle .right .follow h2 {
    font-size: 16px;
  }
  .footer .con .middle .right .follow ul {
    margin-top: 14px;
  }
  .footer .con .middle .right .subscribe {
    margin-top: 26px;
  }
  .footer .con .middle .right .subscribe h2 {
    font-size: 16px;
  }
  .footer .con .middle .right .subscribe h3 {
    font-size: 14px;
  }
  .footer .con .middle .right .subscribe .email {
    max-width: 100%;
    width: 310px;
  }
  .footer .con .middle .right .subscribe .email input {
    font-size: 14px;
  }
  .footer .con .middle .right .subscribe p {
    width: 310px;
    font-size: 14px;
  }
  .footer .con .bottom {
    margin-top: 26px;
  }
  .footer .con .bottom .copy {
    margin-top: 14px;
    padding-top: 14px;
    border-top: none;
    position: relative;
  }
  .footer .con .bottom .copy:before {
    content: '';
    width: 200%;
    height: 0.8px;
    background: #d8d8d8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 0;
  }
  .footer .con .bottom .copy .lang {
    display: none;
  }
    .footer .lang_mobile{
    display:block;
}
  #videoPopup .video-box {
    width: 90%;
  }
    .product-sub-nav .con .left h2 {
    line-height: 42px;
  }
  .product-sub-nav .con .left h2 a{
    height: 42px;
  }
  .product-sub-nav .con .left h2 a svg{
    width: 160px;
  }
  .product-sub-nav .con .right .r-box .mb-xia {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-sub-nav .con .right .r-box .mb-xia .box {
    width: 16px;
    height: 8px;
    background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/xia.svg) no-repeat;
    background-size: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
    .product-sub-nav.black .con .right .r-box .mb-xia .box {
    background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024050909140579882/cms/file/xia_white.svg) no-repeat;
  }
  .product-sub-nav .con .right .r-box .mb-xia.active .box {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .product-sub-nav .con .right .r-box ul {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top:42px;
    background: #fff;
    padding: 0 5%;
  }
  .product-sub-nav .con .right .r-box ul li {
    margin-right: 0;
  }
  .product-sub-nav .con .right .r-box ul li a {
    color: #333 !important;
    line-height: 42px;
  }
  .product-sub-nav .con .right .r-box ul li:not(:last-child) {
    border-bottom: 1px solid #f5f5f7;
  }
  .product-sub-nav .con .right .buy {
    height: 42px;
  }
  .product-sub-nav .con .right .buy a {
    width: 66px;
    height: 26px;
    font-size: 12px;
  }
  .product-sub-nav .con .right ul li:after{
  	display:none;
  }
}
@media screen and (max-width: 768px) {
  .header > .con .nav > ul > li .slide-down .box ul li a .tu {
    width: 100px;
    height: 100px;
  }
  .footer .con .middle .right .subscribe .email {
    width: 100%;
  }
  .footer .con .middle .right .subscribe p {
    width: 100%;
  }
  .p_page{
        margin-top:30px;
    }
    .page_a{
        margin:0 2px;
    }
}

@media screen and (min-width: 2200px){
  .header > .con .nav > ul > li{
  	margin-right:50px;
  }
  .header > .con .nav > ul > li:first-child{
  	margin-right:70px;
  }
}