ul{
    list-style: none;
    padding: 0;
}

input[type=range]{
    height: .5px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    margin: 0 5px;
}

.container.main-box{
    min-height: 500px;
}

.navbar a{
   color : #502c6c!important;
}

.fl{
    float: left;
}

.h3{
    font-size: 42px;
}

.title-font{
    font-family: 'rzcpzy', sans-serif;
}

.page-item{
    margin: 0 5px;
}

.page-link{
    padding: 6px 12px;
    border-radius: 5px;
}

.page-link:focus{
    box-shadow: none;
}

.no-border{
    border: none!important;
}

.right-menu{
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 99;
    width: 60px;
    display: none;
}

.right-menu-btn{
    padding: 10px;
    opacity: 0.6;
}

.right-menu-btn:hover{
    opacity: 0.9;
}

.talr{
    text-align: right;
}

#msg-tip{
    display: none;
}

.title-font-dynamic{
	font-display: block;
	font-style: normal;
    outline: none;
    font-family: '汉仪新蒂蜡笔体彩色版';
}

.logo-font-dynamic{
	font-display: block;
	font-style: normal;
    outline: none;
    font-size: 34px;
    font-family: 'Bungee Spice Regular';
}

@keyframes fontWeightChange {
    0% {
        font-variation-settings: 'wght' 100;
    }
    100% {
        font-variation-settings: "wght" 600;
    }
}

.pretxt {
	font-display: block;
	font-style: normal;
    outline: none;
    font-size: 34px;
}

.list-item{
    /* border-bottom: 2px dashed #ccc; */
    padding: 10px 15px;
    background: #f3f3f3;
    border-radius: 5px;
}
.list-item:hover{
    box-shadow: 0px 0px 10px 2px #dddddd;
}

.list-item .nav-link{
    text-align: right;
}

.page-item.active .page-link{
    background-color: #434cff;
    border-color: #434cff;
}

.form-control:focus{
    box-shadow: none;
}
.font-name a{
    color: black;
    text-decoration: none;
}
.font-name a:hover{
    color: #434cff;
}

.error-tip{
    height: 18px;
    line-height: 18px;
    color: red;
}

.user-menu{
    bottom: 0;
    justify-content: center;
    text-align: center;
    margin: 0;
    left: 0;
}
.user-menu a{
    display: inline-block;
    padding: 5px 10px;
    margin: 10px;
    color: #eee;
    font-size: 16px;
    border-bottom: 3px solid #ffffff00;
    text-decoration: none;
}
.user-menu a.active,.user-menu a:hover{
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #fff;
}
input:focus{
    outline: none;
}

.default-h{
    min-height: 500px;
}

.container-tab {
    display: flex;
    background-color: #ffffff;
}

.tabs-container {
    margin: auto;
}

.tabs {
    justify-content: space-between;
}

.tabs a {
    font-size: 15px;
    cursor: pointer;
    padding: 8px 0px;
    width: 120px;
    text-align: center;
    transition: background 0.1s, color 0.1s;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    margin-right: 20px;
}

.tabs a:hover{
    border-bottom: 3px solid #aaa;
}

.tabs a.tab-active {
    cursor: default;
    border-bottom: 3px solid blue;
}

.tabcontent {
    min-height:500px;
    display: none;
}

.contentbox{
    min-height: 100px;
    width: 100%;
    box-sizing: border-box;
}

.contentbox .tab-active {
    display: block;
}

.gather-list ul {
    width: auto;
}
.gather-list li {
    display: block;
    width: 93px;
    background: #fff;
    margin-right: -1px;
    margin-bottom: 0px;
    text-align: center;
    float: left;
    _display: inline;
}
.gather-list li .code-demo {
    display: block;
    height: 95px;
    text-align: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 0 0 -1px;
}
.code-id{
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 0px;
}
.font-box{
    width: 100%;
    min-height: 75vh;
    background: linear-gradient(
        to bottom,
        white 0%,
        white 20%,
        lightblue 50%,
        lightblue 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.font-show{
    position: absolute;
    top:0px;
}

.font-show img{
    box-shadow: 1px 10px 8px #999;
}

.w-49{
    width: 49% !important;
}

#msg-tip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check-input{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.navbar{
    padding: 0 1rem;
}

.tool-item .tool-link{
    display: block;
    padding: 0.45rem 0.8rem;
    border: 1px solid #dee2e6;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 2px;
}

 .tool-link.tool2{
    padding: 0.2rem 0.5rem;
}

.tool-item .tool-link.active{
    color: #fff;
    background-color: #c6c6c6;
}

.search-ipt{
    height: 30px;
    display: none;
    padding: 0.35rem 10px;
    font-size: 14px;
}

.d-flex{
    display: flex;
    gap: 10px;
}

.modal.fade .modal-dialog{
    transition: none;
    transform: translate(0, 0);
}
