@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;
}
.bg div{background:linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(https://bio.linkcdn.cc/20200924/1600913649863.png?imageView2/2/w/400/h/700) center center no-repeat;background-size:cover;}
.content{font-family: "MavenPro";}
.intro_box{background: #E6CDB8;}
.buy_ul{background: #E6CDB8;}
.intro_box .title{
    font-size: 16px;
    font-weight: bold;
    color: #333333
}
.intro_box .desc{
    font-size: 14px;
    color: #333333
}
.buy_ul .buy_li:first-child{
    border-top: none;
}
.buy_ul .buy_li a {
border-radius:3px;
color: #333333
}
section .section-bg{background-color:#E6CDB8}
section .content .intro_box,section .content .buy_ul{background-color:transparent}
[class^=cmpt-text]{color:#333333}
.cmpt-text-titleDesc .title{font-size:20px;}
.cmpt-text-titleDesc .desc{font-size:16px;}
