@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: "Arial", "Microsoft YaHei", "\9ED1\4F53", "\5B8B\4F53", sans-serif; }

td,
th,
caption {
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

a {
  color: #555;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  border: none;
  vertical-align: middle; }

ol,
ul,
li {
  list-style: none; }

input,
textarea,
select,
button {
  font: 14px "Arial", "Microsoft YaHei", "\9ED1\4F53", "\5B8B\4F53", sans-serif; }

input::-webkit-input-placeholder {
  color: #ccc; }

input:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder {
  color: #ccc; }

table {
  border-collapse: collapse; }

html {
  overflow-y: scroll; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: inline-block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

.al {
  text-align: left; }

.ac {
  text-align: center; }

.ar {
  text-align: right; }

.hide {
  display: none !important; }

.banner {
  width: 100%;
  height: 716px;
  padding-top: 0.1px;
  position: relative; }
  .banner .banner-pic-wrapper {
    position: absolute;
    width: 741px;
    height: 777px;
    right: -168px;
    top: 26px; }
  .banner .banner-show-wrapper {
    margin-top: 224px;
    width: 560px;
    height: 252px;
    margin-bottom: 4px; }
  .banner .banner-text-content {
    width: 560px;
    padding-left: 6px; }
    .banner .banner-text-content .banner-text {
      font-size: 18px;
      color: #fff;
      line-height: 30px; }

.brand {
  width: 100%;
  height: 184px;
  position: relative;
  background: url(/partner/home/img/introduce-bg.png?8abe4) no-repeat center;
  box-shadow: 0px 0px 24px #381055;
  border-radius: 4px; }
  .brand .brand-wrapper {
    position: absolute;
    width: 1040px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center; }
    .brand .brand-wrapper .brand-title .title-text {
      font-size: 20px;
      color: #fff;
      padding: 5px 10px;
      position: relative; }
      .brand .brand-wrapper .brand-title .title-text:after {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #410f6d;
        z-index: -1; }
    .brand .brand-wrapper .brand-text-wrapper {
      margin-top: 16px; }
      .brand .brand-wrapper .brand-text-wrapper .brand-text {
        font-size: 15px;
        color: #fff; }
        .brand .brand-wrapper .brand-text-wrapper .brand-text .text-line {
          padding: 5px 1px 5px 10px;
          margin-right: 5px;
          position: relative;
          font-weight: bold; }
          .brand .brand-wrapper .brand-text-wrapper .brand-text .text-line:after {
            content: '';
            display: block;
            width: 100%;
            height: 10px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #410f6d;
            z-index: -1; }

.table {
  width: 100%; }

.table-content {
  width: 100%;
  height: 188px;
  position: relative; }
  .table-content .table-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center; }
    .table-content .table-wrapper .table-title .title-text {
      font-size: 24px;
      color: #fff;
      padding: 5px 8px;
      position: relative; }
      .table-content .table-wrapper .table-title .title-text:after {
        content: '';
        display: block;
        width: 100%;
        height: 16px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #763398;
        z-index: -1; }
      .table-content .table-wrapper .table-title .title-text .title-x {
        display: inline-block;
        position: absolute;
        left: -16px;
        bottom: 13px;
        width: 16px;
        height: 16px;
        background: url(/partner/home/img/title-x.png?ed7a5) no-repeat center; }
      .table-content .table-wrapper .table-title .title-text .title-down {
        display: inline-block;
        position: absolute;
        right: -24px;
        bottom: -6px;
        width: 16px;
        height: 16px;
        background: url(/partner/home/img/title-down.png?c9ad7) no-repeat center; }
    .table-content .table-wrapper .table-text {
      width: 1120px;
      margin-top: 19px;
      line-height: 32px;
      font-size: 15px;
      color: #fff;
      text-align: left; }

.table-form {
  box-shadow: 0px 0px 24px #571f7b;
  border-radius: 6px;
  overflow: hidden; }
  .table-form .table-list {
    width: 100%;
    height: 40px;
    text-align: center; }
    .table-form .table-list:nth-child(2n+1) {
      background: #622485; }
    .table-form .table-list:nth-child(2n) {
      background: #481e6e; }
  .table-form .table-col-sm,
  .table-form .table-col-md,
  .table-form .table-col-lg {
    float: left;
    border-right: 1px solid #481e6e;
    display: table;
    color: #fff; }
    .table-form .table-col-sm > span,
    .table-form .table-col-md > span,
    .table-form .table-col-lg > span {
      display: table-cell;
      vertical-align: middle;
      font-size: 15px; }
  .table-form .table-col-sm {
    width: 243px;
    height: 100%; }
  .table-form .table-col-md {
    width: 371px;
    height: 100%; }
  .table-form .table-col-lg {
    width: 728px;
    height: 100%; }
  .table-form .table-noborder {
    border: none !important; }
  .table-form .table-import {
    color: #da9b2c; }
  .table-form .ths {
    height: 120px; }
    .table-form .ths .ths-title {
      background: url(/partner/home/img/table-small.jpg?c438e) no-repeat center;
      background-size: contain;
      position: relative; }
      .table-form .ths .ths-title .ths-title-class {
        position: absolute; }
        .table-form .ths .ths-title .ths-title-class.watch {
          right: 20px;
          top: 24px; }
        .table-form .ths .ths-title .ths-title-class.price {
          left: 80px;
          top: 30px; }
        .table-form .ths .ths-title .ths-title-class.mate {
          left: 24px;
          bottom: 18px; }

.step {
  width: 100%;
  margin-top: 32px; }
  .step .step-title {
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 16px; }
  .step .step-content {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: #572179;
    display: table;
    padding: 0 6px; }
    .step .step-content .step-item {
      height: 100%;
      font-size: 15px;
      color: #fff;
      line-height: 24px;
      display: table-cell;
      vertical-align: middle; }
      .step .step-content .step-item .step-import {
        display: inline-block;
        background: #ffbb05;
        border-radius: 12px;
        padding: 0 10px;
        color: #2a1c7d;
        margin-right: 10px; }
    .step .step-content .step-left {
      display: inline-block;
      height: 100%;
      width: 19px;
      background: url(/partner/home/img/step-left.png?2ad75) no-repeat center;
      margin-right: 24px; }
  .step .content-line {
    display: block;
    background: transparent;
    height: auto;
    padding: 0; }
    .step .content-line .item-line {
      display: block;
      height: 40px;
      background: #572179;
      padding: 8px 0 0 6px;
      border-radius: 20px;
      margin-bottom: 16px; }

.partake {
  width: 100%;
  margin-top: 64px;
  padding-top: 0.1px;
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .partake .partake-title {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 1; }
    .partake .partake-title .title-text {
      font-size: 24px;
      padding: 5px 8px;
      position: relative;
      color: #511d78; }
      .partake .partake-title .title-text:before {
        content: '';
        display: block;
        width: 100%;
        height: 16px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #f4eff4;
        z-index: -1; }
      .partake .partake-title .title-text .title-tilt {
        display: inline-block;
        position: absolute;
        left: -22px;
        bottom: -4px;
        width: 16px;
        height: 16px;
        background: url(/partner/home/img/title-tilt.png?e9599) no-repeat center; }
      .partake .partake-title .title-text .title-dollar {
        display: inline-block;
        position: absolute;
        right: -24px;
        bottom: -4px;
        width: 16px;
        height: 16px;
        background: url(/partner/home/img/title-dollar.png?692da) no-repeat center; }
  .partake .partake-content {
    width: 936px;
    height: 200px;
    margin: auto;
    margin-top: 28px; }
    .partake .partake-content .partake-item {
      width: 456px;
      height: 200px;
      margin-right: 24px;
      margin-bottom: 24px;
      background: #f8f9fd;
      float: left;
      text-align: center;
      cursor: pointer;
      position: relative; }
      .partake .partake-content .partake-item:hover {
        border: 1px solid #511d78; }
      .partake .partake-content .partake-item.active {
        border: 1px solid #511d78; }
        .partake .partake-content .partake-item.active:after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 36px;
          height: 36px;
          background: url(/partner/home/img/icon-select.png?599c5) no-repeat center; }
    .partake .partake-content .partake-nomar {
      margin-right: 0; }
    .partake .partake-content .item-content {
      position: absolute;
      width: 396px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      text-align: center; }
      .partake .partake-content .item-content .item-title {
        font-size: 18px;
        color: #511d78;
        display: block;
        line-height: 1em;
        margin-bottom: 22px; }
      .partake .partake-content .item-content .item-text {
        font-size: 14px;
        line-height: 26px;
        display: inline-block;
        text-align: left; }
        .partake .partake-content .item-content .item-text .item-icon {
          display: inline-block;
          width: 32px;
          height: 16px;
          vertical-align: -2px;
          margin-right: 4px; }
          .partake .partake-content .item-content .item-text .item-icon.logo {
            background: url(/partner/home/img/icon-logo.png?5faa7) no-repeat center; }
          .partake .partake-content .item-content .item-text .item-icon.gif {
            background: url(/partner/home/img/icon-gif.png?38c36) no-repeat center; }
          .partake .partake-content .item-content .item-text .item-icon.mov {
            background: url(/partner/home/img/icon-mov.png?cf31e) no-repeat center; }
          .partake .partake-content .item-content .item-text .item-icon.og {
            background: url(/partner/home/img/icon-og.png?014e7) no-repeat center; }
        .partake .partake-content .item-content .item-text .item-link {
          display: inline-block;
          color: #511d78;
          border-bottom: 1px solid #511d78;
          line-height: 24px;
          margin-left: 6px; }
          .partake .partake-content .item-content .item-text .item-link:hover {
            text-decoration: none; }

.form {
  width: 100%;
  background: #fff;
  padding: 4px 0 20px 0; }
  .form .form-shadow {
    box-shadow: 0px 2px 4px #d1d1d1;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .form .form-wrapper {
    width: 936px;
    margin: 0 auto; }
    .form .form-wrapper .form-item {
      width: 100%;
      height: 40px;
      margin-bottom: 16px;
      font-size: 15px;
      line-height: 40px; }
      .form .form-wrapper .form-item .form-label {
        width: 214px;
        height: 100%;
        display: block;
        float: left; }
        .form .form-wrapper .form-item .form-label.must::after {
          content: '*';
          color: #dd3e3e;
          margin-left: 4px; }
      .form .form-wrapper .form-item .form-name, .form .form-wrapper .form-item .form-input-content {
        width: calc(100% - 214px);
        float: left;
        display: block;
        height: 100%; }
      .form .form-wrapper .form-item .form-name {
        color: #511d78; }
      .form .form-wrapper .form-item .form-input-content {
        background: #f8f9fd;
        position: relative; }
        .form .form-wrapper .form-item .form-input-content .form-input {
          width: 94%;
          height: 100%;
          margin-left: 16px;
          font-size: 15px;
          color: #999;
          padding: 0;
          background: transparent;
          border: 0;
          outline: 0;
          appearance: none; }
        .form .form-wrapper .form-item .form-input-content .form-error-msg {
          position: absolute;
          left: 0;
          bottom: -30px;
          font-size: 12px;
          color: #dd3e3e;
          z-index: 10; }
    .form .form-wrapper .contact-title {
      width: 100%;
      margin-top: 40px;
      text-align: center;
      position: relative;
      z-index: 1; }
      .form .form-wrapper .contact-title .title-text {
        font-size: 26px;
        padding: 5px 10px;
        position: relative;
        color: #511d78; }
        .form .form-wrapper .contact-title .title-text:before {
          content: '';
          display: block;
          width: 100%;
          height: 16px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #f4eff4;
          z-index: -1; }
        .form .form-wrapper .contact-title .title-text .title-diamond {
          display: inline-block;
          position: absolute;
          left: -22px;
          bottom: -2px;
          width: 16px;
          height: 16px;
          background: url(/partner/home/img/title-diamond.png?90d19) no-repeat center; }
        .form .form-wrapper .contact-title .title-text .title-down-deep {
          display: inline-block;
          position: absolute;
          right: -24px;
          bottom: -4px;
          width: 16px;
          height: 16px;
          background: url(/partner/home/img/title-down-deep.png?b42e4) no-repeat center; }
    .form .form-wrapper .title-supplement {
      display: block;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 24px;
      color: #707070;
      font-size: 12px; }
      .form .form-wrapper .title-supplement .supp-star {
        color: #dd3e3e;
        margin: 0 8px; }
        .form .form-wrapper .title-supplement .supp-star:before {
          content: '*';
          margin-right: 4px; }
    .form .form-wrapper .button-wrapper {
      width: 100%;
      padding-bottom: .1px; }
      .form .form-wrapper .button-wrapper .button {
        height: 100%;
        width: 337px;
        height: 68px;
        margin: auto;
        margin-bottom: 30px;
        background: url(/partner/home/img/btn-submit.png?1d291) no-repeat;
        background-position: 0 0;
        text-align: center;
        cursor: pointer; }
        .form .form-wrapper .button-wrapper .button:hover {
          background-position: 0 -68px; }
        .form .form-wrapper .button-wrapper .button:active {
          background-position: 0 0; }
        .form .form-wrapper .button-wrapper .button .submit {
          font-size: 18px;
          line-height: 60px;
          color: #fff; }
  .form .form-error {
    border: 1px solid #dd3e3e; }

.link {
  max-width: 1920px;
  background: #fff;
  margin: 0 auto;
  padding-top: 60px; }
  .link .link-title {
    width: 100%;
    height: 22px;
    position: relative; }
    .link .link-title .link-title-line {
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background: #f5f5f5;
      top: 50%;
      transform: translateY(-50%); }
    .link .link-title .link-title-text {
      font-size: 22px;
      line-height: 1em;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      padding: 0 56px; }
  .link .link-content {
    width: 1120px;
    height: 140px;
    margin: 40px auto 0; }
    .link .link-content .link-item {
      float: left;
      width: calc((100% - 166px) / 3);
      height: 56px; }
      .link .link-content .link-item:last-child {
        width: 166px; }
      .link .link-content .link-item.influencer {
        background: url(/partner/home/img/logo-noxInfluencer.jpg?6498f) no-repeat left top; }
      .link .link-content .link-item.cleaner {
        background: url(/partner/home/img/logo-noxcleaner.jpg?6a0d0) no-repeat left top; }
      .link .link-content .link-item.app-plus {
        background: url(/partner/home/img/logo-noxappplus.jpg?180da) no-repeat left top; }
      .link .link-content .link-item.player {
        background: url(/partner/home/img/logo-noxplayer.jpg?cbbaa) no-repeat left top; }

.cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20; }

.cover-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative; }

.cover-content {
  width: 540px;
  height: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 6px;
  overflow: hidden; }

.image {
  width: 100%;
  height: 100%; }

.video {
  width: 100%;
  height: 100%; }

.submit-icon-wrapper {
  margin-top: 64px;
  height: 64px;
  width: 100%;
  text-align: center; }
  .submit-icon-wrapper .submit-icon {
    display: inline-block;
    width: 64px;
    height: 100%; }
    .submit-icon-wrapper .submit-icon.submit-success {
      background: url(/partner/home/img/submit-success.png?2e501) no-repeat center; }
    .submit-icon-wrapper .submit-icon.submit-failed {
      background: url(/partner/home/img/submit-failed.png?0c5b8) no-repeat center; }

.submit-text-wrapper {
  margin-top: 40px;
  width: 100%;
  text-align: center; }
  .submit-text-wrapper .submit-text {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #a2a2a2; }
    .submit-text-wrapper .submit-text.big {
      font-size: 22px;
      line-height: 38px;
      color: #393939; }

.submit-btn-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 28px; }
  .submit-btn-wrapper .submit-btn {
    display: inline-block;
    width: 337px;
    height: 68px;
    margin: auto;
    margin-bottom: 30px;
    background: url(/partner/home/img/btn-submit.png?1d291) no-repeat;
    background-position: 0 0;
    font-size: 18px;
    line-height: 60px;
    color: #fff; }
    .submit-btn-wrapper .submit-btn:hover {
      background-position: 0 -68px; }
    .submit-btn-wrapper .submit-btn:active {
      background-position: 0 0; }

html, body {
  width: 100%;
  background: #000; }

.no-scoll {
  height: 100%;
  overflow: hidden; }

.main-wrapper {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  background: url(/partner/home/img/bg.jpg?e398d) no-repeat top center;
  background-size: cover; }

.main {
  width: 1120px;
  margin: 0 auto; }

.header {
  height: 84px;
  position: relative;
  z-index: 11; }
  .header .header-logo {
    float: left;
    width: 182px;
    height: 100%; }
    .header .header-logo .header-logo-link {
      display: block;
      width: 100%;
      height: 100%; }
      .header .header-logo .header-logo-link .header-logo-pic {
        display: block;
        width: 182px;
        height: 48px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
  .header .header-language {
    float: right;
    height: 14px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    user-select: none; }
    .header .header-language .header-language-active {
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .header .header-language .header-language-active .language-text {
        font-size: 14px;
        color: #fff;
        line-height: 14px;
        margin-right: 16px; }
      .header .header-language .header-language-active .language-down {
        display: inline-block;
        width: 12px;
        height: 6px;
        vertical-align: top;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        background: url(/partner/home/img/icon-dropdown.png?16cb3) no-repeat center; }
    .header .header-language .header-language-list-wrapper {
      position: absolute;
      width: 132px;
      padding-top: 8px;
      right: 0;
      box-shadow: 0 2px 4px #571f7b; }
      .header .header-language .header-language-list-wrapper .header-language-list {
        width: 100%;
        background: #fff;
        padding: 8px 0 8px 16px;
        border-radius: 4px; }
        .header .header-language .header-language-list-wrapper .header-language-list .header-language-item {
          width: 100%;
          height: 32px; }
          .header .header-language .header-language-list-wrapper .header-language-list .header-language-item .language-link {
            display: block;
            width: 100%;
            font-size: 14px;
            color: #999;
            line-height: 32px; }
            .header .header-language .header-language-list-wrapper .header-language-list .header-language-item .language-link:hover {
              text-decoration: none;
              color: #5c1d85; }

.footer {
  background: #f5f5f5;
  max-width: 1920px;
  margin: 0 auto;
  height: 100px;
  text-align: center; }
  .footer .footer-copyright {
    line-height: 100px;
    font-size: 14px;
    color: #a4a4a4; }
