html, html * {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"SF Pro SC","SF Pro Text","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    text-rendering: optimizeLegibility;
}
html a{
    color: #333;
}
.content-right{
    width: 300px !important;
    flex-shrink: 0;
}

.bitpush-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

header {
    width: 1200px;
    padding-top: 20px;
    background-color: white;
    z-index: 888;
}

.content {
    width: 1200px;
}

main {
    padding: 5px;
}

.content-right {
    width: 400px;
}

.content-card {
    max-height: 500px;
    overflow: auto;
}

.top-news .container {
    flex: none;
}


.top-news img {
    flex: 1 1 auto;
    height: 100%;
    width: 400px;
    object-fit: cover;
}

.bitpush-footer {
    width: 1200px;
}


.content-list li {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-list li:last-of-type {
    border-bottom: none;
}

.bitpush-nav{
    display: flex;
    align-items: center;
    font-size: 15px;
}

.bitpush-nav a span:nth-child(1) {
    padding: 10px;
}

.bitpush-nav a span:nth-child(1):hover {
    background-color: rgba(0, 0, 0, 0.06);
}

input {
    outline: none;
}

.bitpush-nav-tags {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.bitpush-nav-tags a {
    display: inline-block;
    height:16px;
    box-sizing: border-box;
    font-size: 15px !important;
    position: relative;
}

.bitpush-nav-tags a:hover {
	border: none;
}

.bitpush-nav-tags a:hover:before {
    content: "";
    display: block;
    width: 70%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -35%;
}

.bipush-nav-coins img {
    width: 30px;
}

.bipush-nav-coins li {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.bipush-nav-coins li span:nth-of-type(1){
    margin: 5px 0;
}

.bipush-nav-coins li span:nth-of-type(2) {
    color: #00af4b;
}

.bitpush-nav-news {
    border-bottom: 3px double #333;
}

.bitpush-nav-news li img {
    /* width: 28px !important; */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
    margin-right: 10px;
    height: 30px !important;
    width: auto !important; */
}

.bitpush-nav-news li span:nth-of-type(1) {
    font-weight: 600;
}

.bitpush-nav-news li span:nth-of-type(2) {
    color: rgba(0, 0, 0, 0.4);
}

.top-news {
    height: 240px;
    display: flex;
}


.top-news li {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 48px;
}

.top-news li a {
    font-size: 16px !important;
    font-weight: bold;
}

.top-news > .p-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 24px;
}

.top-news .p-12 ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.top-news .p-12 li {
    line-height: 160%;
    list-style: none;
    margin: 0px 0px 10px 0px;
}

.top-news .p-12 {
    margin-bottom: -10px;
}

.content-new li {
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.qr-code img {
    border: 1px solid;
    border-radius: 3px;
}

.viewpoint li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.viewpoint li .text-2xl {
	font-weight: bold;
}

footer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
}

.bitpush-footer li {
    margin-top: 10px;

}

.social li {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.share {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.share li {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);

}

.share li:hover{
   cursor: pointer;
}

.app-down{
    display: inline-block;
    position: relative;
}
.app-down:hover {
    cursor: pointer;
}
.app-down:hover  .down-dialog{
    display: inline-block;
}
.down-dialog{
    width: 200px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
    left: -125px;
    top: 30px;
    padding: 20px;
    display: none;
}
.decline {
    z-index: 1;
}
.decline span:nth-of-type(2) {
    color: #d81e06 !important;
}

.decline .arrow-icon {
    transform: rotate(180deg);
}

.decline svg path{
    fill: #d81e06 ;
}

.load-more{
    display: flex;
    justify-content: center;
}

.load-more .btn{
    width: 100px;
    height: 30px;
    margin: 20px 0;
    background:#3e8fff;
    border-radius: 6px;
    color: white;
    text-align: center;
    line-height: 30px;
}
.load-more .btn:hover{
    cursor: pointer;
}

.content-html{
    width: 815px;
    font-size: 14px;;
    line-height: 26px;
}

.content-html img{
    max-width: 830px;
}
.tags span{
    display: inline-block;
    padding: 5px;
    background-color: #eee;
    color: #d81e06;
}

.share li:nth-of-type(1){
    position: relative;
}

.share li:nth-of-type(1):hover .scan-qr{
    display: block;
}

.share .scan-qr{
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -120px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.share .scan-qr canvas,
#share-wx canvas
{
    width: 100% !important;
    height:  100% !important;
}

.share-wx {
    position: relative;
}
.share-wx:hover .scan-wx{
    display: block;
}
.scan-wx {
    width: 100px;
    display: none;
    height: 100px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 50px;
}

#showlayer{
    width: 400px !important;
    padding: 20px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tags-content span{
     display: inline-block;
     padding: 5px 10px;
     margin-bottom: 5px;
     background-color: rgba(0, 0, 0, 0.1);
     border-radius: 4px;
     margin-bottom: 10px;
}

.tags-content span a {
     font-size: 12px !important;
     color: gray !important;
}




.new-tips{
    color: #0645ad;
}
			        
.new-tips:hover{
	
	text-decoration: underline;    
	
}

.showlayer-content .text{

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 8;

	overflow: hidden;

	font-size: 12px !important;
}

.showlayer-info{
	display: flex;
	align-items: center;
}

.showlayer-info:hover{
	cursor: pointer;
}

.showlayer-info img{
	max-height: 120px;
    margin-left: 20px;
    max-width: 120px;
}

.content-new li .px-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-new li .px-12 .py-4 a {
    font-size: 14px !important;
    color: #3c3c3c;
}

.list-author span a {
    color: #000;
    font-size: 14px !important;
    font-weight:bold;
}

.content-right h3 {
    margin: 10px 0px;
    font-weight: bold;
}

.bitpush-nav-news ul li > div {
   line-height: 150%;
}

.bitpush-nav-news {
   margin: 0px;
   padding: 0px;
   padding-bottom: 10px;
   margin-top: 15px;
}
.bitpush-nav-news .items-center a:hover {
	color: #111;
}

#content-append li > .mt-4 {
  padding: 0px;
}

.top-news .p-12 h1 a {
    font-size: 17px !important;
    font-weight: bold;
}

.currency-icons-con li{
	justify-content: space-around;
}

.currency-icons-con li span.symbol {
    
}

.content-left  li .px-12 .text-3xl a {
  font-size: 19px !important;
  color: #000;
  font-weight:bold;
  line-height: 150%;
}

.content-left  li .px-12 .py-4 {
    line-height: 150%;
}


.content-right li a {
    line-height: 150%;
}

.viewpoint .items-center img {
	vertical-align: middle;
}

.app-down img {
        vertical-align: middle;
}

.items-center a .flex-col {
	flex: none;
	display: block;
}

.items-center a {
	display: flex;
	align-items: center;	
}

.bitpush-container.show-bar {
    padding-top: 30px;
}

.content-new .content-html  ul {
	list-style: inherit;
}

.content-new .content-html  li {
    flex-shrink: inherit;
    padding: inherit;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    background-color: inherit;
    margin-bottom: inherit;
    border-bottom: inherit;
}


.content-new .content-html {
	margin-top: 0px;
}

.content-new .content-html p {
    line-height: 160%;
    font-size: 16px;
    margin: 0px 0px 1.5rem 0px;

}

.content-new .content-html li {
	display: list-item;
	list-style-type: disc;
}


.content-new .content-html strong {
	font-weight: bold;
	margin: 10px 0px;
}
.content-new .content-html {
	font-size: 18px;
}
.content-new .content-html a {
	color:#0068ff;
}

.content > header > .items-end span {
	color: #111;
	font-weight: bold;
	flex: none;
}

.bitpush-nav a {
	color: #111;
	font-weight: bold;
}

.content-left .content-new h1 a {
	    font-size: 17px !important;
	    font-weight: bold;
	    color: #000;
}

.content-left .content-new .py-4 {
	    margin: 10px 0px;
	    padding: 0px 0px;
}

.content-left .content-new .py-4 a {
	    line-height: 150%;
	    font-size: 14px;
	    padding: 0px;
}

.content-new .my-12 span {
	font-size: 14px;
}

.content-left .content-new .text-2xl span a {
	font-weight: bold;
}
