@charset "UTF-8";
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

html,
body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0; }

input,
select,
textarea {
  font-size: 100%; }

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 去除默认边框 */
fieldset,
img {
  border: 0; }

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

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

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left; }

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500; }

q:before,
q:after {
  content: ''; }

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: underline; }

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none; }
  ins:hover,
  a:hover {
    text-decoration: none; }

/*整体部分*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/*滑动轨道*/
::-webkit-scrollbar-track {
  border-radius: 5px; }

/*滑块*/
::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 5px;
  background: #d7d7d7; }

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  background: #999; }

/*滑块效果*/
::-webkit-scrollbar-thumb:active {
  background: #949494; }

.fz-12 {
  font-size: 6px; }
  [data-dpr="2"] .fz-12 {
    font-size: 12px; }
  [data-dpr="3"] .fz-12 {
    font-size: 18px; }
  [data-dpr="4"] .fz-12 {
    font-size: 24px; }

.fz-14 {
  font-size: 7px; }
  [data-dpr="2"] .fz-14 {
    font-size: 14px; }
  [data-dpr="3"] .fz-14 {
    font-size: 21px; }
  [data-dpr="4"] .fz-14 {
    font-size: 28px; }

.fz-16 {
  font-size: 8px; }
  [data-dpr="2"] .fz-16 {
    font-size: 16px; }
  [data-dpr="3"] .fz-16 {
    font-size: 24px; }
  [data-dpr="4"] .fz-16 {
    font-size: 32px; }

.fz-18 {
  font-size: 9px; }
  [data-dpr="2"] .fz-18 {
    font-size: 18px; }
  [data-dpr="3"] .fz-18 {
    font-size: 27px; }
  [data-dpr="4"] .fz-18 {
    font-size: 36px; }

.fz-20 {
  font-size: 10px; }
  [data-dpr="2"] .fz-20 {
    font-size: 20px; }
  [data-dpr="3"] .fz-20 {
    font-size: 30px; }
  [data-dpr="4"] .fz-20 {
    font-size: 40px; }

.fz-22 {
  font-size: 11px; }
  [data-dpr="2"] .fz-22 {
    font-size: 22px; }
  [data-dpr="3"] .fz-22 {
    font-size: 33px; }
  [data-dpr="4"] .fz-22 {
    font-size: 44px; }

.fz-24 {
  font-size: 12px; }
  [data-dpr="2"] .fz-24 {
    font-size: 24px; }
  [data-dpr="3"] .fz-24 {
    font-size: 36px; }
  [data-dpr="4"] .fz-24 {
    font-size: 48px; }

.fz-26 {
  font-size: 13px; }
  [data-dpr="2"] .fz-26 {
    font-size: 26px; }
  [data-dpr="3"] .fz-26 {
    font-size: 39px; }
  [data-dpr="4"] .fz-26 {
    font-size: 52px; }

.fz-28 {
  font-size: 14px; }
  [data-dpr="2"] .fz-28 {
    font-size: 28px; }
  [data-dpr="3"] .fz-28 {
    font-size: 42px; }
  [data-dpr="4"] .fz-28 {
    font-size: 56px; }

.fz-30 {
  font-size: 15px; }
  [data-dpr="2"] .fz-30 {
    font-size: 30px; }
  [data-dpr="3"] .fz-30 {
    font-size: 45px; }
  [data-dpr="4"] .fz-30 {
    font-size: 60px; }

.fz-32 {
  font-size: 16px; }
  [data-dpr="2"] .fz-32 {
    font-size: 32px; }
  [data-dpr="3"] .fz-32 {
    font-size: 48px; }
  [data-dpr="4"] .fz-32 {
    font-size: 64px; }

.fz-34 {
  font-size: 17px; }
  [data-dpr="2"] .fz-34 {
    font-size: 34px; }
  [data-dpr="3"] .fz-34 {
    font-size: 51px; }
  [data-dpr="4"] .fz-34 {
    font-size: 68px; }

.fz-36 {
  font-size: 18px; }
  [data-dpr="2"] .fz-36 {
    font-size: 36px; }
  [data-dpr="3"] .fz-36 {
    font-size: 54px; }
  [data-dpr="4"] .fz-36 {
    font-size: 72px; }

.fz-38 {
  font-size: 19px; }
  [data-dpr="2"] .fz-38 {
    font-size: 38px; }
  [data-dpr="3"] .fz-38 {
    font-size: 57px; }
  [data-dpr="4"] .fz-38 {
    font-size: 76px; }

body {
  font-family: "Microsoft Yahei"; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.fl, .left {
  float: left; }

.fr, .right {
  float: right; }

.hide {
  display: none !important; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.fb {
  font-weight: 700; }

.ta_l {
  text-align: left; }

.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.none {
  display: none; }

/*文字超出省略*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*光标*/
.cursor {
  cursor: pointer; }

/*活动页悬浮二维码*/
.vvbase_download {
  position: fixed;
  display: none;
  top: 275px;
  left: 50%;
  z-index: 100;
  width: 140px;
  height: 160px;
  margin-left: 400px; }

.vvbase_download a {
  display: block;
  width: 124px;
  height: 26px;
  line-height: 26px;
  margin: 0 auto;
  background-color: #ff797c;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  text-align: center; }

.vvbase_download a:hover {
  background-color: #ff6366; }

.vvbase_download .qr_code_box {
  width: 106px;
  height: 126px;
  margin: 4px auto 0;
  background-color: #ff797c;
  border-radius: 3px;
  overflow: hidden; }

.vvbase_download .qr_code_box .qr_code {
  width: 98px;
  height: 98px;
  margin: 4px auto 0;
  background: url("../../../../vv-base/images/qr_code.jpg") no-repeat 0 0; }

.vvbase_download .qr_code_box .text {
  width: 104px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto; }

.copyright {
  height: 120px;
  line-height: 120px;
  font-size: 14px;
  color: #f8da9c;
  text-align: center; }

body {
  background-color: #ec735a;
  /*头部*/
  /*奖励*/
  /*端外样式*/
  /*说明&&注意事项*/
  /*悬浮二维码*/ }
  body .head {
    position: relative;
    width: 100%;
    height: 428px;
    background: url("../images/20180101/head.jpg") no-repeat center;
    /*个人信息*/
    /*端外样式*/ }
    body .head .user-info {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 600px;
      margin-left: -300px; }
      body .head .user-info .module-t {
        position: relative;
        width: 100%;
        height: 14px;
        background: url("../images/20180101/module-t.png") no-repeat center; }
        body .head .user-info .module-t .user-img {
          position: absolute;
          left: 50%;
          top: -56px;
          width: 99px;
          height: 99px;
          margin-left: -50px;
          border-radius: 50%;
          border: 3px solid #ffcb5a; }
        body .head .user-info .module-t .icon {
          position: absolute;
          left: 50%;
          top: 27px;
          margin-left: 50px;
          width: 44px;
          height: 16px;
          line-height: 14px;
          font-size: 12px;
          border-radius: 20px;
          text-align: center; }
        body .head .user-info .module-t .name-state0 {
          color: #b8b6ac;
          border: 1px solid #b8b6ac; }
        body .head .user-info .module-t .name-state1 {
          color: #fb9930;
          border: 1px solid #fb9930; }
      body .head .user-info .module-m {
        width: 100%;
        padding-top: 50px;
        background: url("../images/20180101/module-m.png") repeat-y center; }
        body .head .user-info .module-m .text {
          font-size: 14px;
          color: #ffa421;
          text-align: center; }
          body .head .user-info .module-m .text .value {
            color: #ff8325; }
      body .head .user-info .module-b {
        width: 100%;
        height: 14px;
        background: url("../images/20180101/module-b.png") no-repeat center; }
    body .head .download-btn {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 40px;
      width: 600px;
      height: 40px;
      margin-left: -300px;
      line-height: 40px;
      background: url("../images/20180101/download-btn.png") no-repeat center;
      font-size: 16px;
      color: #da7036;
      text-align: center;
      cursor: pointer; }
    body .head .download-btn-outside {
      bottom: 75px; }
    body .head .download-btn:hover {
      background: url("../images/20180101/download-btn-hover.png") no-repeat center; }
  body .module, body .award-module, body .description-module, body .notice-module {
    width: 600px;
    margin: 24px auto 0; }
    body .module .module-t, body .award-module .module-t, body .description-module .module-t, body .notice-module .module-t {
      width: 100%;
      height: 37px;
      background: url("../images/20180101/module-t.png") no-repeat center bottom; }
      body .module .module-t .title, body .award-module .module-t .title, body .description-module .module-t .title, body .notice-module .module-t .title {
        width: 100%;
        height: 37px;
        line-height: 37px;
        font-size: 18px;
        color: #ed9727;
        text-align: center;
        background: url("../images/20180101/title.png") no-repeat center; }
    body .module .module-m, body .award-module .module-m, body .description-module .module-m, body .notice-module .module-m {
      width: 100%;
      padding-top: 16px;
      background: url("../images/20180101/module-m.png") repeat-y center;
      overflow: hidden; }
    body .module .module-b, body .award-module .module-b, body .description-module .module-b, body .notice-module .module-b {
      width: 100%;
      height: 14px;
      background: url("../images/20180101/module-b.png") no-repeat center; }
  body .award-module .module-m .text1 {
    font-size: 14px;
    color: #ffa421;
    text-align: center; }
    body .award-module .module-m .text1 .highlight {
      color: #ff8325; }
  body .award-module .module-m .text2 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 8px 0;
    background: url("../images/20180101/dashed.png") no-repeat center;
    font-size: 14px;
    color: #d48847;
    text-align: center; }
  body .award-module .module-m .title-box {
    width: 510px;
    height: 22px;
    margin: 0 auto;
    background-color: #fefae9;
    border-radius: 10px; }
    body .award-module .module-m .title-box .title {
      float: left;
      width: 50%;
      font-size: 14px;
      color: #ff8325;
      text-align: center; }
  body .award-module .module-m .award-list {
    width: 510px;
    margin: 0 auto; }
    body .award-module .module-m .award-list li {
      height: 22px;
      line-height: 22px;
      margin: 6px 0;
      background-color: #fefae9;
      border-radius: 10px; }
      body .award-module .module-m .award-list li .income, body .award-module .module-m .award-list li .multiple {
        float: left;
        width: 50%;
        height: 100%;
        font-size: 14px;
        color: #ffa421;
        text-align: center; }
      body .award-module .module-m .award-list li .multiple {
        position: relative; }
        body .award-module .module-m .award-list li .multiple .bar {
          position: absolute;
          left: 4px;
          top: 6px;
          width: 2px;
          height: 10px;
          background-color: #ffa421; }
        body .award-module .module-m .award-list li .multiple .num {
          display: inline-block;
          width: 9px;
          height: 22px; }
        body .award-module .module-m .award-list li .multiple .num0 {
          background: url("../images/20180101/0.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num1 {
          background: url("../images/20180101/1.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num2 {
          background: url("../images/20180101/2.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num3 {
          background: url("../images/20180101/3.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num4 {
          background: url("../images/20180101/4.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num5 {
          background: url("../images/20180101/5.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num6 {
          background: url("../images/20180101/6.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num7 {
          background: url("../images/20180101/7.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num8 {
          background: url("../images/20180101/8.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .num9 {
          background: url("../images/20180101/9.png") no-repeat center; }
        body .award-module .module-m .award-list li .multiple .dot {
          display: inline-block;
          width: 6px;
          height: 22px;
          background: url("../images/20180101/dot.png") no-repeat center;
          background-size: contain; }
        body .award-module .module-m .award-list li .multiple .text {
          display: inline-block;
          vertical-align: top; }
  body .award-module .module-m .example {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-left: 47px;
    background-color: #ffec84;
    border-radius: 50%;
    font-size: 12px;
    color: #cf6b34;
    text-align: center; }
  body .award-module .module-m .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 9px 0 53px;
    background-color: #ffec84;
    border-radius: 50%; }
  body .award-module .module-m .text3, body .award-module .module-m .text4 {
    font-size: 14px;
    line-height: 20px;
    color: #ffa421; }
  body .award-module-outside {
    position: relative;
    margin-top: -50px; }
  body .description-module .intro-middle, body .notice-module .intro-middle {
    width: 515px;
    margin: 0 auto; }
    body .description-module .intro-middle .intro-list-num, body .notice-module .intro-middle .intro-list-num {
      float: left;
      width: 14px;
      height: 14px;
      margin-top: 4px;
      line-height: 12px;
      font-size: 12px;
      color: #ffffff;
      text-align: center;
      border-radius: 50%;
      background-color: #ffa421; }
    body .description-module .intro-middle .intro-list-txt, body .notice-module .intro-middle .intro-list-txt {
      display: block;
      margin-left: 20px;
      line-height: 24px;
      font-size: 14px;
      color: #ffa421; }
  body .copyright {
    color: #fffef7; }
  body #vvbase_download a {
    background-color: #ffca3c; }
  body #vvbase_download a:hover {
    background-color: #fabc34; }
  body #vvbase_download .qr_code_box {
    background-color: #ffca3c; }
