@charset "utf-8";
body{font-family:SFUIDisplay-Medium;}
body {
    --link-button-color:#575757;
    --link-title-color:#575757;
    --link-block-font-color:#575757;
}
.bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://fly.linkcdn.cc/2021013004/1611985031313.png");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
.text h3,.desc{color:#575757;}
.desc{color:#575757;}
.item-style::before,.item-style::after,.item-style .ctm-style::before,.item-style .ctm-style::after{display:none;background:transparent;transform:none;border:0;}
.item-style .ctm-style{border:0;margin:0;;background-color:transparent;}
.item-style{
    background-color: rgba(0,0,0,0)!important;
    border-radius:0;
    border: 2px solid var(--link-button-color)!important;
}
.item-style .ctm-style {
    border-bottom: 2px solid var(--link-button-color)!important;
}
.item .btn{color:var(--link-block-font-color)!important}
@media only screen and (max-width: 767px) {
    .bg{
        background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://fly.linkcdn.cc/2021013004/1611985048624.png");
        background-size: cover;
    }
}


