html {
        }

        .bitpush-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        header {
            width: 1200px;
            background-color: white;
        }

        .content {
            width: 1200px;
        }

        main {
            padding: 5px;
        }

        .content-right {
            width: 400px;
        }

        .content-card {
            max-height: 500px;
            overflow: auto;
        }

        .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 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);
        }

        .bitpush-nav-tags a {
            padding: 0 15px;
        }

        .bitpush-nav-tags a:hover {
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        }

        .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(2) {
            color: #00af4b;
        }

        .bitpush-nav-news {
            border-bottom: 3px double #333;
        }

        .bitpush-nav-news li img {
            width: 50px;
            /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
            margin-right: 10px;
        }

        .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;
        }

        .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);
        }

        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);

        }
	#my-coin-list{
	    border:none !important;
	}

.related-articles {
    clear:both;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-top: 20px;
}

.related-articles h4 {
    line-height: 150%;
    background: rgba(0,0,0,0.1);
    padding: 7px 0px 7px 10px;
    font-size: 15px;
}

.content-new .content-html .related-articles ul li {
    font-size: 14px;
    list-style: disc;
    list-style-position: inside;
    display: flex;
    flex-wrap: wrap;
}

.content-new .content-html .related-articles ul li a {
    color: #0073e6;
    line-height: 100%;
    padding: 8px 0px;
    display: inline-block;
    padding-left: 1rem;
    position: relative;
}

.content-new .content-html .related-articles ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
}

.content-new .content-html .related-articles ul li a:hover {
    color: #000;
}

.content-new .content-html .related-articles ul li  span {
    color: #222;
    margin-left: 16px;
    font-size: 14px;
    line-height: 100%;
    padding: 8px 0px;
}

.content-new .content-html .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content-new .content-html .tags h5 {
    font-size: 14px;

}

.content-new .content-html .tags span {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 10px;
}

.content-new .content-html .tags span a {
    color: #0073e6;
}

.content-new .content-html .tags span a:hover {
    color: #000;
}