.pick-top {
  text-align: center; }
  .pick-top > img {
    max-width: 100%;
    margin: 5% 0; }
  .pick-top > a {
    display: inline-block;
    margin-top: .1rem;
    color: #44a1ef;
    font-size: .15rem; }
  .pick-top > form {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    font-size: 0;
    white-space: nowrap; }
    .pick-top > form:before {
      content: '';
      position: absolute;
      display: block;
      width: 13px;
      height: 13px;
      left: 6%;
      top: 50%;
      transform: translate(-100%, -50%);
      background: url("https://web.stmbuy.com/static/img/cdk-pick-search-icon.png"); }
    .pick-top > form > input, .pick-top > form > button {
      display: inline-block;
      vertical-align: middle;
      height: .6rem;
      line-height: .6rem;
      color: #ffffff; }
    .pick-top > form > input {
      width: calc(100% - 1.2rem);
      padding: 0 .1rem 0 6.5%;
      font-size: .15rem;
      background: #0e1521;
      border: solid 1px #384150; }
      .pick-top > form > input::-webkit-input-placeholder {
        color: #576f89; }
    .pick-top > form > button {
      width: 1.2rem;
      font-size: .16rem;
      background: #44a1ef;
      border: solid 1px #64c4f5; }
  @media only screen and (min-width: 1200px) {
    .pick-top > form {
      width: 60%; } }

.pick-content {
  margin-top: 1rem;
  background: #1a2636;
  border-radius: 0.06rem;
  overflow: hidden; }
  .pick-content > div {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center; }
  .pick-content .guide > img {
    width: 100%;
    transform: scale(1.2); }
  .pick-content .guide .explain-box {
    max-width: 9.6rem;
    margin: 1rem auto;
    padding: 0 5%;
    font-size: 0;
    color: #ffffff; }
    .pick-content .guide .explain-box > h3 {
      font-size: .3rem;
      font-weight: bold; }
    .pick-content .guide .explain-box > p {
      font-size: .14rem;
      color: rgba(255, 255, 255, 0.5); }
    .pick-content .guide .explain-box > img {
      display: inline-block;
      margin: 3% 0; }
    .pick-content .guide .explain-box ol {
      display: block;
      text-align: left; }
      .pick-content .guide .explain-box ol li {
        margin: .1rem 0; }
        .pick-content .guide .explain-box ol li i {
          position: relative;
          display: inline-block;
          width: .24rem;
          margin-right: .1rem;
          line-height: .24rem;
          text-align: center;
          font-size: .12rem;
          vertical-align: top; }
          .pick-content .guide .explain-box ol li i::before {
            content: '';
            position: absolute;
            display: block;
            width: .18rem;
            height: .18rem;
            border: solid 1px #bbbdc0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            transform-origin: 35% 80%; }
        .pick-content .guide .explain-box ol li span {
          display: inline-block;
          width: calc(100% - .35rem);
          line-height: .2rem;
          font-size: .14rem;
          color: #ffffff; }
          .pick-content .guide .explain-box ol li p {
          display: inline-block;
          width: calc(100% - .35rem);
          line-height: .2rem;
          font-size: .14rem;
          color: #ffffff; }
          .pick-content .guide .explain-box ol li span a, .pick-content .guide .explain-box ol li span strong {
            color: #fe812e; }
          .pick-content .guide .explain-box ol li p a, .pick-content .guide .explain-box ol li p strong {
            color: #fe812e; }
  .pick-content .result {
    max-width: 9.6rem;
    margin: 0 auto;
    padding: .6rem 5%;
    color: #ffffff; }
    .pick-content .result > img {
      width: 3.48rem;
      max-width: 90%; }
    .pick-content .result h3 {
      margin: .05rem 0 .45rem;
      font-size: .24rem;
      font-weight: bold; }
    .pick-content .result ul {
      text-align: left; }
      .pick-content .result ul li {
        margin: .15rem 0;
        padding: .3rem;
        background: #263140;
        border-radius: .04rem; }
        .pick-content .result ul li .name {
          color: #e8f0f8;
          font-size: .16rem; }
        .pick-content .result ul li .sell > span {
          display: inline-block;
          line-height: normal;
          vertical-align: middle; }
          .pick-content .result ul li .sell > span.discount {
            padding: .05rem .08rem;
            font-size: .15rem;
            font-weight: bold;
            color: #ffffff;
            background: #44a1ef;
            border-radius: .02rem; }
          .pick-content .result ul li .sell > span.price {
            margin: 0 .1rem;
            text-align: right; }
            .pick-content .result ul li .sell > span.price del {
              color: rgba(255, 255, 255, 0.5); }
            .pick-content .result ul li .sell > span.price strong {
              display: block;
              color: #ffcc6a; }
              .pick-content .result ul li .sell > span.price strong span {
                font-size: .18rem;
                font-weight: bold; }
        .pick-content .result ul li .sell button {
          display: inline-block;
          height: auto;
          padding: 0.08rem 0.35rem;
          line-height: normal;
          white-space: nowrap;
          border-radius: .03rem;
          background: #5c7e10;
          color: #ffffff;
          font-size: .12rem;
          vertical-align: middle;
          font-size: .15rem; }
          .pick-content .result ul li .sell button:disabled {
            background: #363942;
            color: rgba(255, 255, 255, 0.3); }
        .pick-content .result ul li:hover {
          background: #313c4a; }
  @media only screen and (min-width: 768px) {
    .pick-content .guide > img {
      transform: scale(1); }
    .pick-content .result ul li {
      position: relative; }
      .pick-content .result ul li > p {
        display: inline-block;
        width: 50%; }
      .pick-content .result ul li .sell {
        position: absolute;
        right: .3rem;
        top: 50%;
        transform: translateY(-50%);
        text-align: right; } }
  @media only screen and (min-width: 1200px) {
    .pick-content .guide .explain-box {
      padding: 0; } }

.template.goodstrade-box .bottom, .template.agreerule-box .bottom {
  width: 100%;
  line-height: .36rem;
  text-align: left;
  border-top: solid 1px rgba(33, 37, 48, 0.65); }
  .template.goodstrade-box .bottom > div, .template.goodstrade-box .bottom > p, .template.agreerule-box .bottom > div, .template.agreerule-box .bottom > p {
    display: inline-block;
    line-height: normal; }
  .template.goodstrade-box .bottom button, .template.agreerule-box .bottom button {
    display: inline-block;
    height: auto;
    padding: 0.1rem 0.45rem;
    line-height: normal;
    white-space: nowrap;
    border-radius: .03rem;
    background: #5c7e10;
    color: #ffffff;
    font-size: .12rem; }
    .template.goodstrade-box .bottom button:disabled, .template.agreerule-box .bottom button:disabled {
      background: #363942;
      color: rgba(255, 255, 255, 0.3); }
.template.goodstrade-box {
  margin: auto;
  font-size: .14rem; }
  .template.goodstrade-box > div {
    width: 5.7rem;
    font-size: .12rem;
    color: #7b8890; }
  .template.goodstrade-box .goods {
    position: relative;
    margin: .25rem auto 1rem;
    padding: .2rem 3%;
    white-space: nowrap;
    background: #2f3138; }
    .template.goodstrade-box .goods > img {
      display: inline-block;
      width: 30%;
      max-height: 100%;
      min-width: 116px;
      min-height: 64px;
      vertical-align: top; }
    .template.goodstrade-box .goods .des {
      display: inline-block;
      vertical-align: top;
      width: 70%;
      padding-left: 4%;
      white-space: normal; }
      .template.goodstrade-box .goods .des .name {
        margin-bottom: .05rem;
        line-height: .18rem;
        font-size: .16rem;
        color: #e8f0f8; }
      .template.goodstrade-box .goods .des .attr {
        color: #babec6; }
        .template.goodstrade-box .goods .des .attr span {
          display: inline-block;
          margin-right: .1rem; }
      .template.goodstrade-box .goods .des .price {
        margin-top: .05rem;
        color: #ffcc6a;
        font-size: .12rem; }
        .template.goodstrade-box .goods .des .price strong {
          font-weight: bold; }
          .template.goodstrade-box .goods .des .price strong span {
            font-size: .18rem; }
  .template.goodstrade-box .bottom {
    padding: .3rem .2rem; }
    .template.goodstrade-box .bottom > p, .template.goodstrade-box .bottom > div {
      color: #7b8890; }
      .template.goodstrade-box .bottom > p strong, .template.goodstrade-box .bottom > div strong {
        color: #ffcc6a; }
        .template.goodstrade-box .bottom > p strong span, .template.goodstrade-box .bottom > div strong span {
          font-size: .18rem;
          font-weight: bold; }
      .template.goodstrade-box .bottom > p button, .template.goodstrade-box .bottom > div button {
        margin-left: .05rem; }
    .template.goodstrade-box .bottom .coupon {
      max-width: 1.6rem;
      height: 0.32rem;
      color: #babec6;
      font-size: .13rem;
      background: #2f3138;
      border-radius: .02rem; }
      .template.goodstrade-box .bottom .coupon .drop-title input, .template.goodstrade-box .bottom .coupon .drop-title input::-webkit-input-placeholder {
        color: #babec6; }
      .template.goodstrade-box .bottom .coupon .drop-title .edge {
        display: inline-block;
        width: 0;
        height: 0;
        border: 0.05rem solid transparent;
        overflow: hidden;
        margin-top: -0.025rem;
        border-top-color: #babec6; }
      .template.goodstrade-box .bottom .coupon .drop-menu dd {
        line-height: 0.32rem; }
      .template.goodstrade-box .bottom .coupon.active .drop-title .edge {
        margin-top: -0.075rem; }
      .template.goodstrade-box .bottom .coupon:before, .template.goodstrade-box .bottom .coupon:after {
        content: '';
        display: block;
        position: absolute;
        width: .1rem;
        height: .1rem;
        top: 50%;
        background: #171a21;
        border-radius: 50%; }
      .template.goodstrade-box .bottom .coupon:before {
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .template.goodstrade-box .bottom .coupon:after {
        right: 0;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
      .template.goodstrade-box .bottom .coupon .drop-title input {
        padding: 0 .4rem 0 .2rem; }
      .template.goodstrade-box .bottom .coupon .drop-title i {
        right: .2rem; }
      .template.goodstrade-box .bottom .coupon .drop-menu {
        top: 0;
        width: 200%;
        padding-bottom: .15rem;
        background: transparent;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
        .template.goodstrade-box .bottom .coupon .drop-menu > div {
          position: relative;
          padding: .15rem 0 .2rem;
          background: #171a21;
          border: solid 1px #000000;
          color: rgba(255, 255, 255, 0.5);
          font-size: .14rem; }
          .template.goodstrade-box .bottom .coupon .drop-menu > div:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: .5rem;
            display: block;
            width: .1rem;
            height: .1rem;
            background: #171a21;
            border-bottom: solid 1px #000000;
            border-right: solid 1px #000000;
            -webkit-transform: translateY(50%) rotate(45deg);
            -moz-transform: translateY(50%) rotate(45deg);
            -ms-transform: translateY(50%) rotate(45deg);
            -o-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg); }
          .template.goodstrade-box .bottom .coupon .drop-menu > div > p, .template.goodstrade-box .bottom .coupon .drop-menu > div > dl {
            padding: .05rem .2rem; }
          .template.goodstrade-box .bottom .coupon .drop-menu > div dl {
            max-height: 1.6rem;
            overflow-y: auto; }
            .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd {
              margin-top: .05rem;
              padding: .1rem;
              line-height: normal;
              white-space: nowrap;
              border: solid 1px #2f3138;
              background: #2f3138;
              font-size: 0; }
              .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong, .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd span {
                display: inline-block;
                vertical-align: middle; }
              .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong {
                position: relative;
                width: .6rem;
                line-height: .28rem;
                text-align: center;
                background: #ffd461;
                color: #915611;
                font-weight: bold;
                font-size: .15rem; }
                .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:before, .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:after {
                  content: '';
                  display: block;
                  position: absolute;
                  width: .07rem;
                  height: .07rem;
                  top: 50%;
                  background: #2f3138;
                  border-radius: 50%; }
                .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:before {
                  left: 0;
                  -webkit-transform: translate(-50%, -50%);
                  -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                  -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
                .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:after {
                  right: 0;
                  -webkit-transform: translate(50%, -50%);
                  -moz-transform: translate(50%, -50%);
                  -ms-transform: translate(50%, -50%);
                  -o-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); }
              .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd span {
                width: calc(100% - .65rem);
                padding-left: .05rem;
                white-space: normal;
                font-size: .13rem;
                color: #babec6; }
              .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd.selected {
                border-color: #ffd461; }
              .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd:last-child {
                background: transparent; }
          .template.goodstrade-box .bottom .coupon .drop-menu > div .def-none {
            padding: 0 !important; }
            .template.goodstrade-box .bottom .coupon .drop-menu > div .def-none p {
              color: inherit;
              margin: 0 0 .1rem; }
.template.agreerule-box {
  padding-top: .4rem; }
  .template.agreerule-box > div {
    width: 4.8rem;
    padding: 0 .1rem;
    text-align: left; }
    .template.agreerule-box > div h3 {
      text-align: center;
      color: #ffcc6a;
      font-size: .18rem; }
    .template.agreerule-box > div ol {
      margin: .2rem 0; }
      .template.agreerule-box > div ol li {
        line-height: .25rem;
        color: #babec6;
        font-size: .14rem; }
    .template.agreerule-box > div .bottom {
      padding: .3rem 0; }
      .template.agreerule-box > div .bottom .checkbox i {
        border-color: #babec6; }

/*# sourceMappingURL=pick.css.map */
