.social-share-box{
    color: #aaa;
}
.social-share-box .btn-share-social{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 10px;
}
.social-share-box .btn-share-social.facebook{
    background: #385898;
    color: white;
}
.social-share-box .btn-share-social.twitter{
    background: rgb(29, 155, 240);
    color: white;
}
.social-share-box .btn-share-social:hover{
    animation: lacNhe 1.6s;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);
}
.the-new-source .source-content{
    padding: 0px 18px 18px 18px;
}
@keyframes lacNhe {
    0% {
        transform: rotate(0deg) scale(1);
    }
    20% {
        transform: rotate(45deg) scale(1.1);
    }
    60% {
        transform: rotate(-45deg) scale(1.1);
    }
    80% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
.the-new-source {
    border: solid 1px #e1e1e1;
    border-radius: 5px;
	background:#f7f9f9;
}
.the-new-source .name {
    color: #595959;
    cursor: pointer;
    padding: 12px;
    width: 100%;
}
.the-new-source.active .name i:before{
    content: "\f056";
}
.toc-header{
    cursor: pointer;
}
@media (max-width: 768px) {
    .the-new-source .name {
        padding: 12px;
    }
    .the-new-source .source-content{
        padding: 0px 12px 12px 12px;
    }
}
.box_qrcode{
    display: inline-block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.box_qrcode img{
    object-fit: contain;
    transform: scale(1.2);
}