/* M3 PC 官网样式，目录整理 by AI.Coding */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  /*width: 100%;*/
}
a {
  text-decoration: none;
  outline: none;
  /* FF Opera */
  outline: 0;
}
html {
  height: 100%;
  overflow: auto;
}
.f-0 {
  font-size: 0;
}
.p-r {
  position: relative;
}
.t-center {
  text-align: center;
}
.printer {
  cursor: pointer;
}
a:visited,
a:link,
a:hover,
a:active {
  color: inherit;
}
body {
  background: #f9faff;
  width: 100%;
  overflow: hidden;
  height: 100%;
  font-family: PingFang SC, "Microsoft YaHei", Arial, SimSun, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-change {
  color: #042FF8 !important;
  border: 1px solid #042FF8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-change:hover {
  color: #ffffff !important;
  background: #042FF8 !important;
}
.page-body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.page-wrapper {
  background-color: inherit;
  margin: 0 auto;
  width: 70%;
  position: relative;
  height: 100%;
  min-height: 630px;
  min-width: 1200px;
  _width: 1200px;
}
.page-header {
  background-color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 6;
}
.page-header .seeyon-m3-logo {
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 21px;
}
.page-header .seeyon-m3-logo img {
  height: 38px;
  width: 54px;
}
.page-header .seeyon-m3-logo span {
  position: relative;
  line-height: 20px;
  top: 9px;
  padding-left: 10px;
  font-size: 20px;
  color: #1C395B;
}
.page-header .header-right {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 0;
  white-space: nowrap;
}
.page-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: inherit;
  width: 100%;
  height: 100px;
  z-index: 3;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  padding-top: 40px;
}
.seeyon-button {
  width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 38px;
  text-align: center;
}
.header-right > div,
.header-right > .seeyon-button {
  height: 40px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin-left: 41px;
}
.header-right .name {
  font-size: 14px;
  font-weight: 400;
  color: #1C395B;
  line-height: 20px;
}
.header-right .select-title {
  line-height: 20px;
  padding-top: 10px;
  padding-right: 15px;
  position: relative;
}
.header-right .list-warp {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  min-width: 120px;
  _width: 120px;
  z-index: 4;
  color: #1C395B;
  left: 0;
  white-space: nowrap;
  padding: 0px 0;
  top: 30px;
  height: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  -webkit-transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, height 0.1s linear 0.05s;
  -moz-transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, height 0.1s linear 0.05s;
  -ms-transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, height 0.1s linear 0.05s;
  -o-transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, height 0.1s linear 0.05s;
  transition: top 0.15s ease-in-out, opacity 0.15s ease-in-out, height 0.1s linear 0.05s;
}
.header-right .list-parent:hover .down-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-right .list-parent:hover:after {
  position: absolute;
  z-index: 2;
  top: 34px;
  height: 25px;
  left: 0;
  width: 100%;
  content: "";
}
.header-right .list-parent:hover .list-warp {
  padding: 9px 0;
  filter: alpha(opacity=100);
  opacity: 1;
  top: 48px;
  height: 132px;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0ms linear 0s;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0ms linear 0s;
  -ms-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0ms linear 0s;
  -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0ms linear 0s;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0ms linear 0s;
}
.header-right .list-parent:hover .list-warp.language-zone {
  height: 132px;
}
.header-right .download-link {
  display: block;
  min-width: 120px;
  _width: 120px;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #1C395B;
}
.header-right .download-link.active {
  color: #1C395B;
}
.header-right .download-link:hover {
  background: rgba(21, 101, 216, 0.08);
}
.header-right .language-wrapper .link {
  display: block;
  min-width: 120px;
  _width: 120px;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #1C395B;
}
.header-right .language-wrapper .link.active {
  color: #042FF8;
}
.header-right .language-wrapper .link:hover {
  background: rgba(21, 101, 216, 0.08);
}
.down-icon {
  top: 13px;
  height: 14px;
  width: 12px;
  right: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
}
.page-container {
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 100px;
  width: 100%;
}
.content-left {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  text-align: left;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-title {
  white-space: normal;
  font-size: 50px;
  font-weight: 500;
  color: #183B56;
  line-height: 68px;
  margin-bottom: 20px;
}
.page-desc {
  font-size: 18px;
  font-weight: 400;
  color: #677A89;
  line-height: 30px;
  margin-bottom: 20px;
}
.language_en .page-desc {
  margin-bottom: 17px;
}
.language_en .page-title {
  margin-bottom: 17px;
}
.button-item {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.button-item .download-link {
  text-align: center;
  min-width: 180px;
  _width: 180px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 46px;
  box-shadow: 0px 10px 10px 0px rgba(21, 37, 72, 0.06);
  border-radius: 8px;
  border: 2px solid #042FF8;
  font-size: 18px;
  color: #042FF8;
  text-shadow: 0px 10px 25px rgba(21, 37, 72, 0.1);
}
.button-item .tips {
  font-size: 14px;
  font-weight: 400;
  color: #93A4b2;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 20px;
}
.android-item .download-link {
  position: relative;
  padding-left: 50px;
  padding-right: 10px;
}
.android-item .download-link .after.hover {
  display: none;
}
.android-item .download-link .after {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 12px;
  top: 7px;
}
.android-item .download-link:hover .after {
  display: none;
}
.android-item .download-link:hover .after.hover {
  display: block;
}
.ios-item .download-link {
  padding-right: 10px;
  position: relative;
  padding-left: 50px;
}
.ios-item .download-link .after.hover {
  display: none;
}
.ios-item .download-link .after {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 12px;
  top: 7px;
}
.ios-item .download-link:hover .after {
  display: none;
}
.ios-item .download-link:hover .after.hover {
  display: block;
}
.buttons-warp .button-item {
  position: relative;
}
.buttons-warp .download-link:hover ~ .button-hover-qr {
  display: block;
}
.button-hover-qr {
  width: 180px;
  height: 180px;
  left: 0;
  background-color: #ffffff;
  z-index: 10;
  top: 0;
  display: none;
  font-size: 0;
  text-align: center;
  padding-top: 14px;
  box-shadow: 0px 10px 10px 0px rgba(21, 37, 72, 0.06);
  border-radius: 8px;
  border: 2px solid #042FF8;
  position: absolute;
}
.button-hover-qr p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #5D6267;
  line-height: 20px;
}
.button-hover-qr img {
  width: 130px;
  height: 130px;
}
.harmony-item .button-hover-qr {
  width: 186px;
  height: 186px;
}
.button-hover-qr:hover {
  display: block;
}
.content-right {
  font-size: 0;
  position: absolute;
  right: -2px;
  top: 50%;
  text-align: right;
  min-height: 500px;
  height: 68%;
  z-index: 3;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bg_gif {
  width: auto;
  height: 100%;
}
.bg-video {
  position: absolute;
  left: 3px;
  /* top: -1px; */
  width: 100%;
  height: 100%;
  z-index: 6;
  outline: none;
  border: none;
  object-fit: fill;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  object-position: center;
  background-color: transparent;
}
.content-right.video-playing .bg_gif {
  opacity: 0;
  outline: none;
  border: none;
}
