html {
  background-color: #fff;
  font-size: 12px; }

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figure, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, pre, xmp {
  margin: 0;
  padding: 0; }

body, input, textarea, button, select, pre, xmp, tt, code, kbd, samp {
  line-height: 1.5;
  font-family: "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB",simsun,sans-serif; }

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal; }

address, cite, dfn, em, i, optgroup, var {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }

caption, th {
  text-align: inherit; }

ul, ol, menu {
  list-style: none; }

fieldset, img {
  border: 0; }

img, object, input, textarea, button, select {
  vertical-align: middle; }

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "\0020"; }

textarea {
  overflow: auto;
  resize: vertical; }

input, textarea, button, select, a {
  outline: 0 none;
  border: none;
  font-family: "Microsoft Yahei",'PingFangSC', Arial, "Helvetica Neue", Helvetica, sans-serif; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

mark {
  background-color: transparent; }

a, ins, s, u, del {
  text-decoration: none; }

sup, sub {
  vertical-align: baseline; }

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 80px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'syh',Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
  color: #293341;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  text-align: center; }

hr {
  height: .02rem;
  margin: .1rem 0;
  border: medium none;
  border-top: .02rem solid #cacaca; }

a {
  color: #1F1F23;
  text-decoration: none; }

@font-face {
  font-family: 'iconfont';
  /* project id 1309917 */
  src: url("//at.alicdn.com/t/font_1309917_5rgp33ruq59.eot");
  src: url("//at.alicdn.com/t/font_1309917_5rgp33ruq59.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1309917_5rgp33ruq59.woff2") format("woff2"), url("//at.alicdn.com/t/font_1309917_5rgp33ruq59.woff") format("woff"), url("//at.alicdn.com/t/font_1309917_5rgp33ruq59.ttf") format("truetype"), url("//at.alicdn.com/t/font_1309917_5rgp33ruq59.svg#iconfont") format("svg"); }
.fIco {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.c01 {
  color: #FF602D !important; }

.w {
  width: 1000px;
  margin: auto; }

.btnStyle {
  border: 0;
  background: none; }
  .btnStyle.btn1 {
    color: #FFF;
    background-color: #FF602D;
    height: 60px;
    width: 300px;
    font-size: 20px;
    border-radius: 99em; }
  .btnStyle.btn3 {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #feae00;
    background-image: linear-gradient(to bottom, #feae00, #ff8200);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    line-height: 42px;
    height: 40px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
  .btnStyle.out {
    background-color: #CCC !important; }

html, body {
  min-height: 100%; }

.dcAd header {
  background-color: #fafafa;
  padding: 20px 0;
  height: 140px;
  box-sizing: border-box; }
  .dcAd header .w {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dcAd header .w nav {
      font-size: 16px;
      display: flex; }
      .dcAd header .w nav a {
        padding: 0 30px;
        background-color: #EEE;
        border-radius: 99em;
        line-height: 40px;
        margin-left: 40px; }
        .dcAd header .w nav a:hover, .dcAd header .w nav a.curr {
          background-color: #FF602D;
          color: #FFF; }
    .dcAd header .w .logo {
      background: url("../img/LOGO.png") no-repeat center;
      background-size: contain;
      width: 80px;
      height: 100px; }
.dcAd .g_title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px; }
.dcAd .audio {
  position: fixed;
  bottom: 0;
  right: 0; }
.dcAd .content {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
  .dcAd .content .list {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between; }
    .dcAd .content .list li {
      cursor: pointer; }
      .dcAd .content .list li p {
        font-size: 16px;
        padding-top: 20px; }
  .dcAd .content .list2 {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-around; }
    .dcAd .content .list2 li {
      cursor: pointer;
      width: 240px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      padding: 10px 20px;
      border-radius: 10px; }
      .dcAd .content .list2 li h2 {
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 10px; }
      .dcAd .content .list2 li img {
        width: 80%; }
      .dcAd .content .list2 li p {
        text-align: left;
        font-size: 14px;
        padding-top: 20px;
        color: #666; }
  .dcAd .content .text {
    text-align: left; }
    .dcAd .content .text p {
      text-indent: 2em;
      font-size: 16px;
      color: #666;
      padding-bottom: 10px; }
  .dcAd .content .privilege {
    padding-bottom: 40px; }
.dcAd .buy {
  width: 1200px;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  color: #777; }
  .dcAd .buy img {
    max-width: 100%; }
  .dcAd .buy .imgShow {
    width: 290px;
    padding: 5px;
    border: 1px solid #dbdbdb; }
    .dcAd .buy .imgShow .img {
      width: 290px; }
    .dcAd .buy .imgShow .list li {
      width: 52px;
      height: 52px;
      border: 1px solid #dbdbdb;
      cursor: pointer;
      margin-right: 5px; }
      .dcAd .buy .imgShow .list li.curr {
        border-color: #ffad01; }
  .dcAd .buy .details {
    flex: 1;
    margin-left: 20px;
    text-align: left;
    font-size: 14px; }
    .dcAd .buy .details .infoBox .name {
      font-size: 18px;
      padding-bottom: 5px; }
    .dcAd .buy .details .infoBox .attr {
      background: #f4f4f4;
      padding: 10px;
      font-weight: 300; }
      .dcAd .buy .details .infoBox .attr .tag {
        color: #ff8201;
        line-height: 30px;
        font-size: 12px; }
      .dcAd .buy .details .infoBox .attr .text {
        margin-top: 5px;
        display: flex; }
        .dcAd .buy .details .infoBox .attr .text li {
          margin-right: 20px; }
      .dcAd .buy .details .infoBox .attr .price {
        margin-top: 10px;
        display: flex;
        align-items: center; }
        .dcAd .buy .details .infoBox .attr .price b {
          font-size: 24px;
          color: #ff8201;
          padding-right: 10px; }
    .dcAd .buy .details .infoBox .option {
      display: flex;
      margin-top: 10px; }
      .dcAd .buy .details .infoBox .option li {
        margin-right: 10px;
        display: flex;
        align-items: center; }
        .dcAd .buy .details .infoBox .option li img {
          margin-right: 5px; }
    .dcAd .buy .details .infoBox .end {
      margin-top: 20px;
      display: flex; }
      .dcAd .buy .details .infoBox .end .num {
        display: flex;
        border: solid 1px #dbdbdb;
        height: 42px; }
        .dcAd .buy .details .infoBox .end .num button {
          width: 40px;
          font-size: 20px;
          color: #777;
          cursor: pointer; }
        .dcAd .buy .details .infoBox .end .num input {
          width: 60px;
          text-align: center;
          border-left: solid 1px #dbdbdb;
          border-right: solid 1px #dbdbdb; }
      .dcAd .buy .details .infoBox .end .buyBtn {
        background: #ff8201;
        color: #fff;
        margin-left: 30px;
        width: 140px;
        font-size: 16px;
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center; }
    .dcAd .buy .details .goodsDetails {
      margin-top: 30px;
      border: 1px solid #dbdbdb; }
      .dcAd .buy .details .goodsDetails .top {
        border-bottom: 1px solid #dbdbdb;
        display: flex; }
        .dcAd .buy .details .goodsDetails .top h2 {
          background: #8ab6ff;
          color: #fff;
          padding: 10px 20px; }
      .dcAd .buy .details .goodsDetails .cont {
        padding: 10px; }
        .dcAd .buy .details .goodsDetails .cont img {
          width: 100%; }
.dcAd .agreementPop {
  position: fixed;
  width: 580px;
  height: 360px;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .dcAd .agreementPop h2 {
    font-size: 14px;
    color: #ff8200;
    line-height: 50px; }
  .dcAd .agreementPop .text {
    flex: 1;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 550px;
    overflow: auto;
    height: 50%;
    color: #a5a5a5;
    text-align: left;
    line-height: 1.5; }
  .dcAd .agreementPop .btn3 {
    width: 80px;
    margin-bottom: 20px; }
.dcAd .reg {
  width: 590px;
  margin: 50px auto; }
  .dcAd .reg .steps {
    display: flex; }
    .dcAd .reg .steps dd {
      flex: 1;
      font-size: 14px;
      font-weight: bold;
      line-height: 31px;
      color: #FFF; }
      .dcAd .reg .steps dd:nth-child(1) {
        background: url("https://login.189.cn/web/static/img/img_03.png") right; }
      .dcAd .reg .steps dd:nth-child(2) {
        background: url("https://login.189.cn/web/static/img/img_04.png") left; }
  .dcAd .reg .form {
    border: 1px solid #ff8200;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 145px;
    text-align: left; }
    .dcAd .reg .form h2 {
      line-height: 50px;
      font-size: 16px; }
    .dcAd .reg .form ul li {
      margin-bottom: 20px; }
      .dcAd .reg .form ul li label {
        border: 1px solid #cccccc;
        border-radius: 5px;
        overflow: hidden;
        height: 42px;
        display: flex; }
        .dcAd .reg .form ul li label.user input {
          background: url("https://login.189.cn/web/static/img/tip2.png") right center no-repeat; }
        .dcAd .reg .form ul li label.password input {
          background: url("https://login.189.cn/web/static/img/tip3.png") right center no-repeat; }
        .dcAd .reg .form ul li label input {
          flex: 1;
          width: 100%;
          font-size: 14px;
          padding-left: 15px; }
          .dcAd .reg .form ul li label input::placeholder {
            color: #CCC; }
      .dcAd .reg .form ul li .hint {
        font-size: 12px;
        color: #a5a5a5;
        line-height: 35px;
        margin-bottom: -20px; }
    .dcAd .reg .form .agreement {
      color: #ff8200;
      display: flex;
      align-items: center; }
      .dcAd .reg .form .agreement i {
        content: '';
        width: 15px;
        height: 15px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        margin-right: 5px; }
        .dcAd .reg .form .agreement i.curr {
          background: url("https://login.189.cn/web/static/img/check.png") center no-repeat;
          background-size: 90% 90%; }
      .dcAd .reg .form .agreement span {
        cursor: pointer; }
.dcAd footer {
  margin-top: 40px;
  border-top: 1px solid #EEE;
  padding: 60px 0;
  font-size: 16px;
  line-height: 1.5; }
  .dcAd footer .logo {
    display: inline-block;
    background: url("../img/footLogo.png") no-repeat center;
    background-size: contain;
    width: 114px;
    height: 50px;
    vertical-align: middle;
    margin-left: 20px; }
.dcAd.animeCont {
  background-color: #333; }
  .dcAd.animeCont .w {
    max-width: 800px;
    width: auto; }
  .dcAd.animeCont img {
    width: 100%; }
.dcAd.about .content {
  padding: 0;
  overflow: hidden;
  width: 1200px; }

/*# sourceMappingURL=main.css.map */
