@charset "utf-8";
body{
    --link-background-image-blur: 10px;
    --link-background-image-opacity: 0.4;
    --link-button-bg-color: #ffffff;
    --link-button-border-bg-color: rgba(0,0,0,0);
    --link-button-border-color: #ffffff;
    --link-background-gradient-style:to bottom;
    --link-page-bg-gradient-style: to bottom;
    --link-button-font-color: #333333;
    --link-button-border-font-color: #ffffff;
}
body{
    color: #ffffff;
}
.bg div{
    background: url("https://bio.linkcdn.cc/static/images/theme/page2/page2-h4.png?imageView2/2/w/500/h/900") center no-repeat;
    background-size: cover;
}
.intro_box{
    background-color: #313131;
}
.buy_ul{
    background-color: #313131;
    padding: 5px 10px 20px;
}
.buy_ul .buy_li{
    border-top: none;
    margin-top: 15px;
    border-radius: 6px;
    color: #333333;
}
.buy_ul .buy_li:first-child{
    margin-top: 0;
}
section .section-bg{background-color:#313131}
section .content .intro_box,section .content .buy_ul{background-color:transparent}
[class^=cmpt-text]{color:#ffffff}
