

/*media (menu header)*/
@media screen and (max-width:1200px) {
  .ul-pc-menu {
    display: none;
  }
  .mob-menu {
    display: flex !important;
  }
  .pc-show {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .pc-none {
    display: none;
  }
  .pc-show {
    display: block;
  }
}

/*media smartphone large screen*/
@media screen and (max-width:500px) {
  .about-block {
    flex-direction: column-reverse;
  }
  .about-block p, .partners-block p {
    font-size: 17px;
  }
  .about-block img, .partners-block img {
    max-width: 80%;
  }
  .bounty-block p {
    font-size: 16px;
  }
  .stat-block div {
    width: 95%;
  }
  .top-contest {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-contest .head {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }
  .top-contest .fs17 {
    font-size: 16px;
  }
  .bottom-contest {
    flex-direction: column;
  }
  .grey-block {
    max-width: 400px;
  }
  .mining-block {
    flex-direction: column;
  }
  .ptcads {
    min-height: 293px;
  }
  .top-ptc .desc {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*media smartphone small screen*/
@media screen and (max-width:400px) {
  .site-name {
    font-size: 25px;
  }
  .main {
    padding: 15px 5px;
  }
}


@media only screen and (max-width: 600px) {
	.card.card-asset {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.card.card-asset .card-image img {
		width: 64px;
		height: auto;
	}
	.card.card-asset .card-content span {
		font-size: 20px;
	}
	.card-asset-type {
		font-size: 13px;
		top: 0px;
		width: 80px;
		padding: 0px;
		border-radius: 5px;
	}
	.card-asset-network {
		font-size: 13px;
		bottom: 0px;
		width: 80px;
		right: 0px;
		padding: 0;
		border-radius: 5px;
	}
}