@font-face {
    font-family: "coloro-font";
    src: url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("../font/SourceHanSansCN-Regular.woff") format("woff"),
    url("../font/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN-Regular.svg") format("svg");
}


html{
    font-family: coloro-font !important;
}

@media screen and (min-width: 1600px)  {
    html{
        font-size: 10px;
    }
    .uk-container {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1200px)  {
    html{
        font-size: 8.125px;
    }

}

.coloro-logo{
    width: 14.5rem;
}
.coloro-navbar{
    background: #000000 !important;
}

.coloro-navbar-left{
    margin-left: 7.1rem;
}

.coloro-navbar-right{
    margin-right: 7.1rem;
}

.coloro-sign{
    color: #ffffff;
    font-size: 1.6rem;
}
.coloro-sign:hover{
    color: #ffffff;
}
.coloro-title{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 5.4rem;
    text-align: left;
    color: #000000;
}
.coloro-sub-title{
    color: #000000;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 6.9rem;
    text-align: left;

}
.coloro-text{
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    text-align: left;
}

.coloro-text-ul{
    display: flex;
    flex-wrap: wrap;
}
.coloro-text-ul>div{
    width: 36%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    text-align: left;
    color: #000000;
    background: #F5D548;
    padding-left: 2.4rem;
    border-radius: 3rem;
    margin-top: 2.4rem;
}
.coloro-text-ul>div:nth-child(2n){
    margin-left: 3rem;
}

.coloro-btn-margin{
    margin-top: 4.5rem;
}
.coloro-button{
    border-radius: 6rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;

}
.coloro-card-title{
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-align: center;
    color: #000000;
}
.coloro-card-text{
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
    margin-top: 0.5rem;
}
.coloro-card-text:before{
    content: '•';
    color: black;
    margin-right: 0.5em;
}
.uk-card{
    background: #F7F7F7;
}
.uk-card-body{
    padding: 3.6rem;
}
.coloro-foot-background{
    background: #F7F7F7;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.coloro-foot-section{
    display: flex;
    justify-content: space-between;
}
.coloro-foot-section>div{
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    color: #000000;
}

.coloro-foot-section>div>a{
    color: #000000;
    text-decoration: underline;
}
.coloro-foot{
    width: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
}
.coloro-foot-text{
    width: 45%;
    display: flex;
    justify-content: space-around;
}


.coloro-foot-text>div{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 8rem;
    color: #7D7C7C;
}
