@charset "UTF-8";
.content1-wrapper{display: flex;flex-direction: column;float: left;width:100%;height: 100%;justify-content: center;align-items: center;background: #ffffff;}
.notfont-wrapper{float: left;align-items: center;}
.notfont-elems{float: left;align-items: center;}
.notfont-title{width: fit-content;font-size: 24px;font-family: guanhei;color:var(--theme-bg-color--);}
.notfont-tips{width: 100%;text-align: center;font-size: 15px;margin-top:10px;color:#9d9d9d;}
.notfont-img{width: 200px;height: 200px;margin-top:30px;}
.notfont-container-box{float: left;margin-top:60px;}
.notfont-btn{display: block;float: left;width: 80px;height: 36px;background: #226ae6;color:#fff!important;line-height: 36px;margin-right: 8px;padding:0 20px;text-align: center;border-radius: 3px;transition: 0.2s ease-in-out 0s;cursor: pointer;}
.notfont-btn:last-child{margin-right: 0;}
.notfont-btn:hover{background: #3c7ded;}
.notfont-power{width: 100%;text-align: center;font-size: 14px;margin-top:50px;color:#9d9d9d;}
.notfont-power > span{font-size: 14px;font-weight: bold;}
@media (min-width: 640px){
    .notfont-title{font-size: 26px;}
    .notfont-img{width: 220px;height: 220px;margin-top:30px;}
}
@media (min-width: 992px){
    .notfont-title{font-size: 34px;}
    .notfont-img{width: 300px;height: 300px;margin-top:30px;}
    .notfont-btn{margin-right: 30px;}
    .notfont-power{margin-top:80px;}
}