body {
  background: #fafafa; }

.header .nav .left {
  height: 38px;
  margin-top: 3px; }
  .header .nav .left .logo {
    width: 124px;
    height: 100%;
    background-size: 100% 100%; }
  .header .nav .left .icon-coinMall_logo {
    vertical-align: 4px;
    margin-left: 2px; }

.leftsideNav {
  position: absolute;
  left: -90px;
  top: 414px;
  width: 70px;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 0; }
  .leftsideNav.fixed {
    position: fixed;
    top: 10px; }
  .leftsideNav li {
    padding: 10px 19px 0;
    height: 70px;
    border-bottom: 1px dashed #dddddd;
    font-size: 16px;
    color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    text-align: center; }
    .leftsideNav li.active {
      background: #ffd100;
      color: #333; }
    .leftsideNav li img {
      position: absolute;
      left: -28px;
      top: -14px; }
  .leftsideNav .gotop {
    padding: 32px 19px 0;
    height: 70px;
    font-size: 16px;
    color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    text-align: center; }
    .leftsideNav .gotop:hover {
      background: #ffd100;
      color: #333; }
      .leftsideNav .gotop:hover:before {
        border-color: transparent transparent #333 transparent; }
    .leftsideNav .gotop.active {
      background: #ffd100;
      color: #333; }
      .leftsideNav .gotop.active:before {
        border-color: transparent transparent #333 transparent; }
    .leftsideNav .gotop:before {
      content: '';
      width: 0;
      height: 0;
      border-width: 10px 7px 10px 7px;
      border-style: solid;
      border-color: transparent transparent #888 transparent;
      position: absolute;
      left: 50%;
      top: 8px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.commonTitle {
  line-height: 50px;
  padding-top: 26px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  .commonTitle .left {
    float: left;
    font-size: 16px;
    color: #888; }
    .commonTitle .left b {
      display: inline-block;
      background: url(../../images/goldCoinMall/commonTitleBg.png) no-repeat;
      width: 44px;
      height: 32px;
      line-height: 35px;
      margin-right: 12px;
      font-weight: bold; }
    .commonTitle .left span {
      font-weight: bold;
      font-size: 22px;
      color: #333;
      margin-right: 20px;
      border-bottom: 2px solid #ff2924;
      padding-bottom: 11px; }
  .commonTitle .right {
    float: right; }

.goldCoinMallIndex {
  padding-bottom: 40px; }
  .goldCoinMallIndex > .container {
    position: relative; }
  .goldCoinMallIndex .gcmSearchC {
    margin: 25px auto;
    text-align: center; }
    .goldCoinMallIndex .gcmSearchC .gcmSearch {
      vertical-align: middle;
      display: inline-block;
      height: 42px;
      width: 480px; }
      .goldCoinMallIndex .gcmSearchC .gcmSearch > * {
        float: left; }
      .goldCoinMallIndex .gcmSearchC .gcmSearch input {
        font-size: 16px;
        width: 380px;
        height: 100%;
        border: 1px solid #ffd100;
        border-right: none;
        background: white;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: 20px; }
      .goldCoinMallIndex .gcmSearchC .gcmSearch button {
        background: #ffd100 url(../../images/research1.png) no-repeat 23px 14px;
        width: 100px;
        height: 100%;
        color: #333;
        font-size: 16px;
        border: none;
        padding-left: 38px;
        cursor: pointer; }
    .goldCoinMallIndex .gcmSearchC .link {
      display: inline-block;
      color: #888;
      line-height: 42px;
      margin-left: 18px; }
      .goldCoinMallIndex .gcmSearchC .link a {
        margin-right: 10px; }
        .goldCoinMallIndex .gcmSearchC .link a:hover {
          color: #ff6600; }

.banner {
  background: #fff;
  height: 340px; }
  .banner > div {
    float: left; }
  .banner .left {
    width: 320px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 10px 20px;
    border: 1px solid #dddddd; }
    .banner .left .loginIn .pic {
      margin-left: 6px;
      float: left;
      border-radius: 50%;
      width: 79px;
      height: 79px;
      border: 1px solid transparent;
      overflow: hidden; }
      .banner .left .loginIn .pic img {
        display: block;
        width: 100%;
        height: 100%; }
    .banner .left .loginIn .option {
      float: left;
      width: 195px;
      margin-left: 10px; }
      .banner .left .loginIn .option p {
        font-size: 16px; }
      .banner .left .loginIn .option li {
        float: left;
        font-size: 16px;
        width: 90px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border: 1px solid #66cc00;
        color: #66cc00;
        margin-top: 10px;
        margin-right: 10px;
        cursor: pointer; }
        .banner .left .loginIn .option li:nth-child(2n) {
          margin-right: 0; }
        .banner .left .loginIn .option li a {
          display: block;
          width: 100%;
          height: 100%; }
        .banner .left .loginIn .option li div {
          margin-right: 3px; }
        .banner .left .loginIn .option li:nth-child(2) {
          border: 1px solid #ff6600;
          color: #ff6600; }
        .banner .left .loginIn .option li:nth-child(3) {
          border: 1px solid #3399ff;
          color: #3399ff; }
        .banner .left .loginIn .option li:nth-child(4) {
          border: 1px solid #f0503f;
          color: #f0503f; }
    .banner .left .loginIn .coinQuantity {
      border-top: 1px dashed #dddddd;
      padding: 12px 6px;
      margin-top: 24px; }
      .banner .left .loginIn .coinQuantity > * {
        display: inline-block; }
      .banner .left .loginIn .coinQuantity div {
        font-size: 16px;
        margin-top: 34px; }
      .banner .left .loginIn .coinQuantity span {
        float: right;
        font-size: 18px; }
        .banner .left .loginIn .coinQuantity span em {
          font-size: 50px;
          color: #ff6600;
          font-weight: bold;
          line-height: 66px;
          vertical-align: sub; }
    .banner .left .loginOut .pic {
      border-radius: 50%;
      margin-left: 6px;
      display: inline-block;
      width: 79px;
      height: 79px;
      border: 1px solid transparent;
      overflow: hidden;
      vertical-align: middle; }
      .banner .left .loginOut .pic img {
        display: block;
        width: 100%;
        height: 100%; }
    .banner .left .loginOut .option {
      vertical-align: middle;
      display: inline-block;
      width: 195px;
      margin-left: 6px; }
      .banner .left .loginOut .option p {
        font-size: 16px; }
      .banner .left .loginOut .option li {
        float: left;
        font-size: 16px;
        width: 90px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border: 1px solid #66cc00;
        color: #66cc00;
        margin-top: 12px;
        margin-right: 10px;
        cursor: pointer; }
        .banner .left .loginOut .option li:nth-child(2n) {
          margin-right: 0; }
        .banner .left .loginOut .option li a {
          display: block;
          width: 100%;
          height: 100%; }
        .banner .left .loginOut .option li div {
          margin-right: 3px; }
        .banner .left .loginOut .option li:nth-child(2) {
          border: 1px solid #ff6600;
          color: #ff6600; }
    .banner .left .loginOut .line {
      width: 100%;
      border-top: 1px dashed #dddddd;
      margin: 24px auto 14px; }
    .banner .left .loginOut .tips {
      width: 284px;
      height: 84px;
      border: 1px solid #dddddd;
      background: #fcfeff;
      margin: 14px auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px 9px; }
      .banner .left .loginOut .tips .p1 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 6px; }
      .banner .left .loginOut .tips .p2 {
        color: #666; }
    .banner .left .signIn div {
      display: block;
      cursor: pointer;
      margin: 0 auto; }
    .banner .left .signIn .haveSignin {
      cursor: text;
      display: none; }
    .banner .left .signIn.active .haveSignin {
      display: block; }
    .banner .left .signIn.active .notSignin {
      display: none; }
  .banner .right {
    height: 100%; }
    .banner .right .slideBox {
      float: left;
      width: 560px;
      height: 280px; }
    .banner .right .slidesCarousel-box {
      position: relative; }
    .banner .right .slidesCarousel-container {
      width: 100%;
      overflow: hidden; }
    .banner .right .slidesCarousel-wrapper {
      position: relative;
      height: 100%;
      overflow: hidden; }
    .banner .right .slidesCarousel-slide {
      width: 560px;
      height: 280px;
      float: left; }
      .banner .right .slidesCarousel-slide img {
        display: block;
        width: 100%;
        height: 100%; }
    .banner .right .slidesCarousel-pagination1 {
      position: absolute;
      right: 10px;
      bottom: 10px; }
      .banner .right .slidesCarousel-pagination1 > div {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; }
        .banner .right .slidesCarousel-pagination1 > div.active {
          background: #fff; }
    .banner .right .datePicker {
      float: left;
      width: 320px;
      height: 280px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #dddddd;
      border-bottom: none;
      position: relative; }
      .banner .right .datePicker .tips {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 86px;
        height: 30px;
        border-radius: 15px;
        background: #ffd100;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 30px; }
    .banner .right .integralFilter {
      border: 1px solid #dddddd;
      border-left: none;
      height: 60px;
      padding: 14px 12px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .banner .right .integralFilter .text {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-left: 15px;
        float: left;
        line-height: 32px; }
        .banner .right .integralFilter .text:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-width: 7.5px 9px 7.5px 9px;
          border-style: solid;
          border-color: transparent transparent transparent #888; }
      .banner .right .integralFilter .list {
        float: left;
        margin-left: 16px; }
        .banner .right .integralFilter .list a {
          display: inline-block;
          padding: 0 12px;
          line-height: 30px;
          border: 1px solid #dddddd;
          border-radius: 16px;
          margin-right: 4px; }
          .banner .right .integralFilter .list a:hover {
            background: #ffd100;
            border: 1px solid #ffd100; }
          .banner .right .integralFilter .list a.active {
            background: #ffd100;
            border: 1px solid #ffd100; }
        .banner .right .integralFilter .list input {
          width: 80px;
          height: 30px;
          border: 1px solid #dddddd;
          border-radius: 16px;
          text-align: center; }

.section1 {
  margin-bottom: -9px; }
  .section1 .luckyDrawc {
    float: left;
    margin-left: -9px;
    margin-top: -9px;
    width: 642px;
    height: 448px;
    position: relative; }
    .section1 .luckyDrawc .luckyDraw {
      width: 608px;
      height: 100%;
      padding: 33px 0 33px 35px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: url(../../images/goldCoinMall/luckyDrawBg.png) no-repeat; }
      .section1 .luckyDrawc .luckyDraw ul {
        overflow: hidden; }
        .section1 .luckyDrawc .luckyDraw ul li {
          position: relative;
          width: 170px;
          height: 116px;
          margin: 4px;
          float: left; }
          .section1 .luckyDrawc .luckyDraw ul li img {
            display: block;
            width: 100%;
            height: 100%; }
          .section1 .luckyDrawc .luckyDraw ul li a {
            display: block;
            cursor: pointer; }
          .section1 .luckyDrawc .luckyDraw ul li .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 6px;
            border: 6px solid #ffd100;
            display: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .section1 .luckyDrawc .luckyDraw ul li.active .mask {
            display: block; }
    .section1 .luckyDrawc .icon-activityRules {
      position: absolute;
      bottom: 40px;
      right: 0;
      cursor: pointer; }
  .section1 .winningList {
    float: right;
    margin-right: -9px;
    margin-top: -9px;
    width: 558px;
    height: 449px;
    background: url(../../images/goldCoinMall/winnersBg.png) no-repeat;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .section1 .winningList .title {
      color: #ff6600;
      line-height: 50px; }
      .section1 .winningList .title span {
        font-weight: bold;
        font-size: 22px;
        margin-right: 70px;
        margin-left: 150px; }
    .section1 .winningList .winner {
      width: 495px;
      margin-left: 30px; }
      .section1 .winningList .winner ul {
        width: 460px; }
      .section1 .winningList .winner li {
        float: left;
        width: 33.33%;
        text-align: center; }
      .section1 .winningList .winner .th {
        font-weight: bold;
        font-size: 16px;
        line-height: 32px; }
      .section1 .winningList .winner .td {
        line-height: 40px;
        position: relative;
        width: 100%;
        height: 318px; }
        .section1 .winningList .winner .td ul {
          border-bottom: 1px solid #ececec; }
          .section1 .winningList .winner .td ul:last-child {
            border-bottom: none; }
      .section1 .winningList .winner .zUIpanelScrollBox,
      .section1 .winningList .winner .zUIpanelScrollBar {
        width: 8px;
        top: 0;
        right: 0; }
      .section1 .winningList .winner .zUIpanelScrollBox {
        background: #811a1c;
        height: 318px; }
      .section1 .winningList .winner .zUIpanelScrollBar {
        background: #ff484c;
        height: 100px; }

.commonSection .list li {
  float: left;
  margin-right: 12px;
  width: 230px;
  height: 288px;
  background: #fff;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 15px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .commonSection .list li:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 6px 8px rgba(126, 103, 0, 0.18);
    box-shadow: 0 6px 8px rgba(126, 103, 0, 0.18);
    -webkit-transition: all .3s;
    transition: all .3s; }
  .commonSection .list li:nth-child(5n) {
    margin-right: 0; }
  .commonSection .list li .pic {
    width: 198px;
    height: 138px;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 auto; }
    .commonSection .list li .pic img {
      display: block;
      width: 100%;
      height: 100%; }
  .commonSection .list li .p1 {
    font-size: 18px;
    margin: 11px 0 6px; }
  .commonSection .list li .p2 {
    line-height: 26px; }
    .commonSection .list li .p2 .span1 {
      float: left;
      color: #666; }
      .commonSection .list li .p2 .span1 em {
        color: #ff6600;
        font-size: 18px;
        font-weight: bold;
        vertical-align: bottom; }
    .commonSection .list li .p2 .span2 {
      float: right;
      font-size: 12px;
      color: #aaa; }
      .commonSection .list li .p2 .span2 em {
        font-size: 14px;
        color: #ff6600;
        vertical-align: bottom; }
  .commonSection .list li .bottom {
    margin-top: 14px; }
    .commonSection .list li .bottom .collection {
      float: left;
      padding-top: 7px; }
      .commonSection .list li .bottom .collection > div {
        cursor: pointer; }
      .commonSection .list li .bottom .collection > div > div {
        vertical-align: -2px; }
      .commonSection .list li .bottom .collection .sel {
        display: none; }
      .commonSection .list li .bottom .collection.active .sel {
        display: block; }
      .commonSection .list li .bottom .collection.active .nor {
        display: none; }
    .commonSection .list li .bottom .btn {
      float: right;
      width: 92px;
      height: 32px;
      color: #333;
      background: #ffd100;
      border: 1px solid #ffd100;
      outline: none;
      cursor: pointer;
      border-radius: 4px;
      font-size: 16px;
      line-height: 32px;
      text-align: center; }

@media screen and (max-width: 1366px) {
  .lefsideNav {
    position: absolute;
    left: -70px;
    top: 414px;
    width: 60px;
    background: #fff;
    border: 1px solid #dddddd;
    font-size: 0; }
    .lefsideNav li {
      padding: 10px 15px 0;
      height: 60px;
      padding-top: 10px;
      font-size: 12px; }
      .lefsideNav li img {
        display: none; }
    .lefsideNav .gotop {
      padding: 27px 15px 0;
      height: 60px;
      font-size: 12px; }
      .lefsideNav .gotop:before {
        content: '';
        width: 0;
        height: 0;
        border-width: 10px 7px 10px 7px;
        border-style: solid;
        border-color: transparent transparent #888 transparent;
        position: absolute;
        left: 50%;
        top: 4px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
