@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: #111111;
    --link-background-gradient-style:to bottom;
    --link-page-bg-gradient-style: to bottom;
    --link-button-font-color: #111111;
    --link-button-border-font-color: #111111;
}
.bg div{
    background: url("https://bio.linkcdn.cc/static/images/theme/page/online1_bg.png?imageView2/2/w/500/h/900") center no-repeat;
    background-size: cover;
}
.intro_box{
    background-color: #E2B484;
}
.intro_box .title{
    color: #000000;
}
.intro_box .desc{
    color: #070707;
}
.buy_ul{
    background-color: #E2B484;
}
.buy_ul .buy_li{
    border-top: 1px solid #DF9E59;
    color: #333333;
}
.buy_ul .buy_li:first-child{
    /*border-top: none;*/
}
.buy_li .right{
    color: #111111;
    border:1px solid #111111;
    background-color: #ffffff;
}
section .section-bg{background-color:#E2B484}
section .content .intro_box,section .content .buy_ul{background-color:transparent}
[class^=cmpt-text]{color:#000000}
.cmpt-text-titleDesc .title{font-size:20px;}
.cmpt-text-titleDesc .desc{font-size:16px;color:#070707}
.cmpt-button-iconname li{border-top:1px solid #DF9E59;}
.cmpt-button-iconname li:last-child{border-bottom:1px solid #DF9E59;}
.cmpt-button-iconname li .right{color:#111111;border:1px solid #111111;;background-color:#ffffff;}
