.coloro-contact-title{
    font-size: 1.6rem;
    color: #000000;
    font-weight: bold;
}

.coloro-contact-meta {
    font-weight: bold;
    font-size: 1.06rem;
    color: #000000;
    margin-bottom: 1.33rem;
}

.coloro-contact-p{
    color: #000000;
    font-size: 1.06rem;
    margin-top: 0.3rem;
    margin-bottom: 0;
    line-height: 1.8;
}

.coloro-contact-p-margin{
    margin-top: 2rem;
}



@media screen and (min-width: 1100px) {
    .help-overflow {
        height: 80vh;
        overflow: auto;
        padding-right: 1.25rem;
        text-align: justify;
    }
}

.scrollbar::-webkit-scrollbar {
    width : 5px;
    height: 0px;
}
.scrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #F4F4F4;
}
.scrollbar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px #ffffff;
    border-radius: 10px;
    background: #ffffff;
}

.coloro-title-margin-bottom{
    margin-bottom: 3rem;
}

.coloro-title-margin-top{
    margin-top: 3rem;
}

.coloro-url-text{
    color: #009dff;
    text-decoration: underline;

}
.coloro-url-text:hover{
    cursor: pointer;
}