body,button,div,form,h1,h2,h3,h4,input,ul,li,p,textarea,a,table {
    margin: 0;
    padding: 0;
}

body,html {
    height: 100%;
}

html {
    -webkit-tap-highlight-color: transparent
}

*,:after,:before {
    box-sizing: border-box
}

body {
    background: #f4f6f9;
    color: #4b4d51;
    font-size: 15px;
    line-height: 1.75;
    font-family: -apple-system, BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Helvetica Neue",tahoma,Arial,sans-serif;
    display: flex;
    flex-direction: column;
}

img {
    border: none
}

ul,li {
    list-style: none
}

a {
    text-decoration: none;
        color: #282a2d;
    outline: none
}

.logo {
    padding: 30px 0 10px;
    text-align: center;
}
.logo a {
    display: inline-block;
    position: relative;
}

.logo img {
    height: 64px
}
.yinghe_into {
    font-size: 13px;
    color: #fff2a2;
    line-height: 25px;
    margin-top: 0;
    position: absolute;
    padding: 0 8px;
    right: -75px;
    top: 0;
}
.yinghe_into::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 15px solid #283593;
    border-left: 15px solid transparent;
}
.yinghe_into::after {
    content: '';
    border-radius: 5px;
    background: #283593;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.main {
    width: calc(100% - 30px);
    max-width: 570px;
    position: relative;
    margin: 0 auto;
    padding:0 0 20px;
    flex:1;
}

.content {
    margin: 0px 0 30px;
    width: 100%;
    padding: 25px 30px;
    display: inline-block;
    background: #fff;
    position: relative;
    border-radius: 8px
}
.tab {
    padding: 15px 0 0;
}
.tab-box {
    display: flex;
    justify-content: center;
}
.tab-item.active {
    background: #fff;
    border-radius: 10px 10px 0 0;
    color:#283593;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025), 0 4px 32px rgba(0, 0, 0, 0.05);
}
.tab-item { 
    text-align: center;
        display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
}

.tab-item.active::after, .tab-item.active:before {
        background-color: transparent;
        bottom: 0;
        box-shadow: 0 0 0 0 transparent;
        content: "";
        height: 1rem;
        position: absolute;
        width: 2rem;
    }
.tab-item.active::after{ 
            border-bottom-left-radius: 10px;
        box-shadow: -1rem 0 0 0 #fff;
        right: -2rem;
}

.tab-item.active::before{ 
            border-bottom-right-radius: 10px;
        box-shadow: 1rem 0 0 0 #fff;
        left: -2rem;
}
.tab-item.active .tab-item-line {
        position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    height: 15px;
    background: #fff;
}
.tab-item-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.tab-item-icon img {
    width: 100%;
        vertical-align: 10px;
}
.tab-item-text {
    font-weight: 700;
    font-size: 16px;
}
.tab-category {
    background: #fff;
    padding: 0 20px;
    border-radius: 12px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .05), 0 1.5rem 2.2rem rgba(0, 0, 0, .1);
    white-space: nowrap;
    overflow: auto;
}
.tab-category-item {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    padding: 13px 0;
    margin-right: 10px;
}
.tab-category-item:last-child {
    margin-right: 0;
}
.tab-category-item.active {
    font-weight: 700;
    color: #283593;
}
.tab-category-item.active::after {
    position: absolute;
    width: 110%;
    border-radius: 3px;
    bottom: 12px;
    left: 0;
    height: 13px;
    transform: skewX(-15deg);
    background: linear-gradient(to right, transparent 0%, #f6dc3e 100%);
    content: '';
    z-index: -1;
}
.tab-content {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    list-style: none;
    margin-top:20px;
}
.tab-content:not(.active) {
    display: none;
}
.tab-category:not(.active) {
    display: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background: #fff;
    border-radius: 14px;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 12px 18px 2px rgba(204, 204, 204, 0.17);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 25px 25px 0;
    position: relative;
}
.card-logo {
    top: 25px;
    right: 25px;
    position: absolute;
    border-radius: 12px;
    height: 48px;
    width: 48px;
    padding: 10px;
    background: linear-gradient(to left top, #f6f6ef 0%, #fff 100%);
}
.card-logo img {
    height: 100%;

}
.card-desc {
    font-size: 0;
}
.card-desc h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #282a2d;
    line-height: 1.2;
}
.desc {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.75;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.tag-list {
    margin-top: 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.tag {
    margin-right: 5px;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 6px;
    color: #39c408 !important;
    background-color: rgba(58,196,8,.15);
    
}
.color-1{
    color: #20a0ff !important;
    background-color: rgba(32,158,255,.15) !important
}


.color-2 {
    color: #39c408 !important;
    background-color: rgba(58,196,8,.15) !important
}

.color-3 {
    color: #ff8400 !important;
    background-color: rgba(255,131,0,.15) !important
}

.color-4 {
    color: #837adc !important;
    background-color: rgba(132,122,220,.15) !important
}
.color-5 {
color: #ff2020 !important;
    background-color: rgba(255,32,32,.15) !important;
}
.color-6 {
    color: #ff20a4 !important;
    background-color: rgba(255,32,228,.15) !important;
}
.color-7 {
    color: #00afcb !important;
    background-color: rgba(32,255,244,.15) !important;
}
.card-body .card-meta {
    padding: 10px 15px;
    margin: 20px -25px 0;
    border-top: 2px dashed #f1f2f3;
    justify-content: space-evenly;
    display: flex;
    position: relative;
}
.card-body .card-meta::before, .card-body .card-meta::after {
    content: '';
    position: absolute;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #f1f2f5;
}
.card-body .card-meta::before {
    width: 16px;
    height: 16px;
    border-radius: 0 50% 50% 0;
    left: -8px;
}
.card-body .card-meta::after {
    width: 16px;
    height: 16px;
    border-radius: 50% 0 0 50%;
    right: -8px;
}
.card-meta-item {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.7;
    font-size: 14px;
    color:#283593;
}
.card-meta-item:not(:last-child) {
    border-right: 2px solid #f1f2f3;
}
.card-meta-item .io {
    font-size: 13px!important;
    margin-right:5px;
}
.card-qrcode {
    opacity: 0;
    pointer-events: none;
    display: none;
}
.copyright {
    color: #888;
    font-size: 12px;
    text-align: center;
    padding:10px 0 20px;
}
.ctrld  { 
    text-align: center; 
    padding:20px 0; 
    font-weight: 700;
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}
.ctrld-pc span { 
    position: relative;
    color: #030405;
    border: 1px solid silver;
    border-radius: 3px;
    height: 3em; 
    width: 3em;
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 700; 
    background-image: linear-gradient(rgba(245,245,245,1),rgba(255,255,255,1)); 
    margin: auto;
}
.ctrld-pc em  { 
    padding:0 5px;
}
.ctrld-pc span::before  { 
    content: ''; 
    box-sizing: content-box; 
    position: absolute; 
    border: 2px solid rgba(240,240,240,0.9); 
    border-top: 1px solid rgba(240,240,240,0.9); 
    border-bottom: 7px solid rgba(240,240,240,0.9); 
    border-radius: 3px; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background-color: rgba(255,255,255,0.1);
}
.ctrld-pc span:first-child { 
    margin-left:15px;
}
.ctrld-pc span:last-child  { 
    margin-right:15px;
}
.ctrld::after  { 
    content: ''; 
    position: absolute; 
    width: 100%; 
    text-align: center; 
    z-index: -1; 
    height: 100%; 
    left: 0%; 
    bottom:0; 
    background: url(https://pic.rmb.bdstatic.com/bjh/user/34d421af5be7cc83069e98b2b8af3334.png) no-repeat center -2px;
    background-size: contain;
}
.ctrld-main  { 
    position: relative;
     z-index: 2;
}
.ctrld-pc { 
    display: inline-block;
}
@media (min-width: 768px) {
.card-qrcode {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-qrcode-box {
    display: flex;
    align-items: center;
}
.card-qrcode-box img {
    width: 120px;
}
.card-qrcode-box p {
    padding-left: 20px;
    font-size: 14px;
}
.card:hover .card-qrcode { 
    opacity: 1;
}
.card:hover .card-logo,.card:hover .card-desc,.card:hover .card-meta-item {
    opacity: 0;
}
.card:hover .card-meta{
    border-top-color: #fff;
}
.meta-link {
    display: none;
}
}

@media (max-width: 767px) {
.logo {
    padding: 20px 0 0;
}
.logo img {
    height: 48px;
}
.logo a {
    margin-left: -75px;
}
.yinghe_into {
    top:12px;
}
.card-body{
    padding:20px 20px 0;
}
.card-body .card-meta{
    margin: 20px -20px 0;
}
.tab-item-icon {
    width: 15px;
    height: 15px;
}
.tab-item-text {
    font-size: 15px;
}
.meta-qrcode {
    display: none;
}
.tab-content {
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.card-logo{
    background: transparent;
    top: 25px;
    right: 18px;
    height: 18px;
    width: 20px;
    padding: 0;
}
.ctrld {
    padding: 15px 0;
    height:auto;
}
.ctrld-pc{ 
    display: none;
}
}
@media (max-width: 370px) {
.tab-item-icon {
    display: none;
}
}