.coin_head {
  background: #eaedf6;
  padding: 30px 0; }
  .coin_head a {
    display: inline-block;
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    margin-right: 8px; }
    .coin_head a img {
      padding-right: 10px; }
  .coin_head .b_blue {
    background: #4965df; }
  .coin_head .b_yellow {
    background: #f4bf01; }
  .coin_head .b_green {
    background: #0ec1a2; }
  .coin_head .b_orange {
    background: #f36c19; }
  @media (max-width: 750px) {
    .coin_head {
      padding: 1rem; }
      .coin_head a {
        margin-bottom: 0.5rem; } }

.cen2 {
  width: 1200px;
  margin: 0 auto; }

@media (max-width: 1200px) {
  .cen2 {
    width: 100%; } }
.coin_shop1 .table2 tbody tr {
  border: 1px solid #e4e8f6; }
  .coin_shop1 .table2 tbody tr td {
    background: #f7f8fc;
    padding: 10px;
    border-right: none;
    border-left: none;
    font-weight: normal; }
    .coin_shop1 .table2 tbody tr td b {
      font-weight: bold;
      color: #4965df; }
    @media (max-width: 1000px) {
      .coin_shop1 .table2 tbody tr td {
        font-size: 0.8rem; } }

.coin_shop1 .pro_detail {
  border: 1px solid #ececec;
  background: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 10px;
  overflow: hidden; }
  .coin_shop1 .pro_detail img {
    max-height: 100%; }
  @media (max-width: 750px) {
    .coin_shop1 .pro_detail {
      width: 4rem;
      height: 4rem;
      line-height: 4rem; } }

.coin_box {
  position: relative;
  text-align: left; }
  .coin_box span {
    display: inline-block;
    position: absolute;
    left: 90px;
    max-width: 180px; }
  @media (max-width: 750px) {
    .coin_box span {
      position: relative;
      left: 0; } }

.seek_coin {
  margin: 30px auto; }
  .seek_coin .cen2 {
    border: 1px solid #eaeaea;
    padding: 20px; }
    .seek_coin .cen2 p {
      display: inline-block;
      font-size: 18px;
      color: #4965df;
      margin-bottom: 0; }
      .seek_coin .cen2 p b {
        font-weight: bold;
        padding-right: 13px; }
    .seek_coin .cen2 input {
      border: 1px solid #eaedf6;
      border-radius: 6px;
      text-align: center;
      max-width: 96px;
      height: 30px;
      outline: none; }
    .seek_coin .cen2 span {
      color: #4965df; }
    .seek_coin .cen2 button {
      background: #4965df;
      color: #fff;
      width: 96px;
      height: 30px;
      border-radius: 6px;
      font-size: 16px;
      border: none;
      outline: none;
      margin-left: 10px; }
    .seek_coin .cen2 .seek_write {
      display: inline-block; }
      @media (max-width: 750px) {
        .seek_coin .cen2 .seek_write {
          margin-top: 0.3rem; } }
  @media (max-width: 750px) {
    .seek_coin {
      margin: 1.5rem 1rem; }
      .seek_coin .cen2 {
        padding: 0.5rem; } }

.seek_lists ul li {
  width: 270px;
  float: left;
  margin-right: 38px;
  margin-bottom: 38px; }
  .seek_lists ul li a {
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    height: 270px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    line-height: 270px; }
    .seek_lists ul li a img {
      max-height: 100%; }
  .seek_lists ul li:nth-child(4n) {
    margin-right: 0; }
  .seek_lists ul li h3 {
    color: #4965df;
    font-size: 18px;
    margin: 15px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap; }
  .seek_lists ul li .seek_line {
    margin-top: 6px; }
    .seek_lists ul li .seek_line img {
      width: 23px;
      display: inline-block;
      vertical-align: top; }
    .seek_lists ul li .seek_line b {
      color: #f4bf01;
      padding-top: 2px;
      display: inline-block; }
    .seek_lists ul li .seek_line span {
      float: right;
      display: inline-block;
      padding: 3px 5px;
      color: #fff;
      background: #4965df;
      border-radius: 4px;
      cursor: pointer; }
@media (max-width: 750px) {
  .seek_lists ul {
    margin: 0 1rem; }
    .seek_lists ul li {
      width: 48%;
      margin-right: 2%;
      margin-bottom: 1rem; }
      .seek_lists ul li:nth-child(2n) {
        margin-right: 0;
        float: right; }
      .seek_lists ul li a {
        height: 200px;
        line-height: 200px;
        overflow: hidden; }
      .seek_lists ul li h3 {
        font-size: 1rem; } }

.coin_detail {
  margin: 50px auto; }
  .coin_detail .coin_detail_l {
    width: 400px;
    border: 1px solid #ececec;
    border-radius: 20px;
    height: 400px;
    text-align: center;
    line-height: 400px;
    float: left; }
    .coin_detail .coin_detail_l img {
      max-height: 100%; }
  .coin_detail .coin_detail_r {
    width: 720px;
    float: right; }
    .coin_detail .coin_detail_r h3 {
      color: #4965df;
      font-size: 36px;
      margin: 15px auto 40px; }
    .coin_detail .coin_detail_r p {
      background: #f8f8f8;
      padding: 18px 22px;
      font-size: 25px;
      color: #c4c4c4; }
      .coin_detail .coin_detail_r p img {
        padding-right: 10px;
        width: 65px; }
      .coin_detail .coin_detail_r p b {
        color: #fdc72f;
        font-size: 42px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px; }
    .coin_detail .coin_detail_r a {
      background: #4965df;
      display: inline-block;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      border-radius: 4px;
      padding: 8px 28px;
      margin-top: 60px; }
  @media (max-width: 1200px) {
    .coin_detail {
      margin: 2rem 1rem; }
      .coin_detail .coin_detail_l {
        width: 30%; }
      .coin_detail .coin_detail_r {
        width: 68%; } }
  @media (max-width: 750px) {
    .coin_detail .coin_detail_l {
      width: 100%;
      height: auto;
      line-height: 1;
      padding: 1rem 0.5rem;
      float: none; }
    .coin_detail .coin_detail_r {
      width: 100%;
      float: none; }
      .coin_detail .coin_detail_r h3 {
        margin: 1rem auto;
        font-size: 1.5rem; }
      .coin_detail .coin_detail_r p {
        font-size: 1rem;
        padding: 1rem; }
        .coin_detail .coin_detail_r p b {
          font-size: 1.5rem; }
      .coin_detail .coin_detail_r a {
        margin-top: 2rem; } }

.coin_d .int_txt {
  color: #4965df;
  font-size: 24px;
  border-bottom: 3px solid #4965df;
  padding-bottom: 20px; }
.coin_d .de_con {
  margin-bottom: 50px;
  padding: 1rem 0; }
  .coin_d .de_con h3 {
    color: #f36c19;
    font-size: 16px;
    font-weight: bold; }
  .coin_d .de_con p {
    color: #595959;
    font-size: 14px; }
@media (max-width: 750px) {
  .coin_d {
    padding: 1rem; }
    .coin_d .int_txt {
      padding-bottom: 0.5rem;
      font-size: 1.2rem; } }

.exchange_b {
  background: #4965df;
  border-radius: 40px;
  width: 540px;
  height: auto;
  transform: translate(-50%, -50%);
  top: -100%;
  left: 50%;
  position: fixed;
  z-index: 100;
  padding: 45px;
  transition: all .3s; }
  .exchange_b span {
    float: right;
    margin-bottom: 20px; }
  .exchange_b input {
    background: #fff;
    width: 100%;
    height: 55px;
    margin-bottom: 18px;
    border: none;
    font-size: 18px;
    padding-left: 18px; }
    .exchange_b input::-webkit-input-placeholder {
      color: #c0c0c0; }
  .exchange_b button {
    background: #f36c19;
    color: #fff;
    text-align: center;
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    display: block;
    display: block;
    width: 100%;
    border: none;
    margin-top: 10px; }
  @media (max-width: 750px) {
    .exchange_b {
      width: 96%;
      padding: 1rem; }
      .exchange_b input {
        height: 40px;
        line-height: 40px; }
      .exchange_b button {
        line-height: 40px;
        height: 40px;
        margin-bottom: 1rem; } }

.exchange_b_t {
  top: 50%; }

.exchange_big {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none; }

/*# sourceMappingURL=coin.css.map */
