body {
    /*background-color: #fbfbfb;*/
    background-color: #ffffff;
}


.label-info[href]:focus, .label-info[href]:hover{
    background-color: #fff;
}

/* 这里是捷径 */
.xe-card.shortcuts{
    height: 160px !important;
    /* margin:0; */
    /* padding:5px; */
}

.xe-card.shortcuts #icon{
    font-size:35px;
    color:#fff;
    /* float:left; */
    /* margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px; */
}
.xe-card.shortcuts .xe-user-name{
}

.xe-card.shortcuts .box2{
    height: 160px !important;
    border-radius:10px;
}
.xe-card.shortcuts .xe-comment{
    padding:5px;
}
.xe-card.shortcuts .xe-comment p{
    color:#fff;
    font-size:15px;
}

.xe-card.shortcuts strong{
    color:#fff;
}
.xe-card.shortcuts .shortcuts-title{
    color: white;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    margin-top: 10px;
}
.xe-card.shortcuts .xe-widget.xe-conversations{
    padding:0px !important;
    margin:0 7px !important;
}
.xe-card.shortcuts .overflowClip_1{
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal !important;
    padding:2px;
}
.xe-card:not(.shortcuts) .xe-widget.xe-conversations:hover,.xe-card:not(.shortcuts).xe-widget.xe-conversations:focus{
    background:#fff;
    text-decoration:none
}

.layui-tab.shortcuts .sort-items{
    background-color: #fff;
}
/*评论*/
.comments-title{
    margin-bottom:0 !important;
}

.comments-area{
    padding: 0px 5px !important;
}

/*扩展样式box3*/
.xe-card1{
    position: relative;
    height: 200px;
    /*margin: 20px 0 0;*/
    margin-bottom: 10px;
}
.box3{
    height: 200px
}

/*html,body{*/
/*    height:auto;*/
/*}*/
.btn-cat[data-index='1']{
    background: #1cbb79 !important;
}

.btn-cat[data-index='3']{
  background: #f8831e !important;
}

.btn-cat[data-index='4']{
  background: #4faee8 !important;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

/*投稿页面样式*/
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    border: 1px solid #e6e6e6 !important;
}
.input-group-addon{
   border: 1px solid #e6e6e6 !important;
}
.form-control{
    border: 1px solid #e6e6e6 !important;
}

.upload_img:not(.disabled):hover{
    background: #cbcbcb !important;
}
#tougao{
    color: #7d7d7d !important;
}
#tougao label{
    font-weight: 500 !important;
}




/*顶部进度条*/
#nprogress .bar {
  background: #5fb878 !important;
}

.nothing {
    background: rgb(221 221 221 / 20%);
}
.bigClass .row{
    padding:0 20px;
}
.bigClass .row.is_alone{
    margin-bottom:10px !important;
}
.bigClass .posts-nav{
    margin-bottom: 50px;
}

/* 底部footer */
footer.main-footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    box-shadow: 0 -5px 5px rgb(0 0 0 / 5%);
    z-index:99;
}

.search-type input:checked+label, .search-type input:hover+label {
    background-color: #edeaea;
}

.navbar .navbar-content{
    justify-content: start;
}



@media screen and (max-width:600px){
   .logo .logo-expanded img{
       height: 37px !important;
   }
}
@media screen and (min-width: 800px){
   .logo .logo-expanded img{
       height: 45px !important;
   }
}

/*分页*/
.posts-nav{
    padding: 35px 0 !important;
}
.posts-nav .page-numbers.current, .posts-nav .page-numbers:not(.dots):hover{
    background-color: #5fb878;
    box-shadow: 0px 5px 20px -3px rgb(192 233 189 / 60%);
}
.posts-nav .page-numbers{
    width:auto !important;
    height:auto !important;
    padding: 3px 15px!important;
} 

/* 卡片样式重写 */
.xe-widget.xe-conversations.is_alone{
   box-shadow:0 3px 20px 1px rgba(49,112,225,.2) !important;
    -webkit-box-shadow: 0 3px 20px 1px rgba(49,112,225,.2) !important;
        height: 100%;
    padding: 12px 8px;
}
.xe-widget.xe-conversations{
    padding: 8px !important;
}
.is_alone .xe-comment-entry{
    display: flex;
    flex-direction: row;
}
.is_alone .xe-comment-entry img{
    width: 80px !important;
    height: 80px !important;
}
.is_alone .xe-user-img img{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
}

.xe-user-name.overflowClip_1{
    -webkit-line-clamp: 2;
    /*margin-bottom: 2px !important;*/
}
.overflowClip_1{
     word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal !important;
}
.is_alone .overflowClip_1{
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    margin-bottom: 10px;
    width: 100% !important;
}
.is_alone .xe-comment{
    width: 100%;
    height: 120px !important;
}
.is_alone .github{
    position: absolute;
    top: 106px;
    left: 19px;
    opacity: 0.8;
}
.is_alone .xe-comment p{
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal !important;
}
.is_alone .xe-user-name{
    font-size: 16px !important;
    width: 100%;
}
.is_alone .layui-btn-container{
    display: flex;
}
.xe-card .box2 .layui-badge{
    position: absolute;
    right: 7px;
    top: 5px
}
/*.xe-card .box2 .xe-comment{*/
/*    margin-top: 8px;*/
/*}*/
.is_alone .xe-card{
    height: 130px !important;
    cursor: pointer;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.is_alone .xe-card:hover{*/
/*    transform: translateY(-6px);*/
/*    -webkit-transform: translateY(-6px);*/
/*    -moz-transform: translateY(-6px);*/
/*    box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);*/
/*    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);*/
/*    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    transition: all 0.3s ease;*/
/*}*/

.xe-card #dot{
    position: absolute;
    top:3px;
    right: 23px;
    z-index: 999;
}
.is_alone .layui-btn-container  a{
    width:100% !important;
    height: 100%;
    letter-spacing: 5px;
}

.is_alone .layui-btn-container .layui-btn{
    margin-bottom: 0px !important;
}
.page-container{
    width: 100%;
    overflow: auto;
}
.page-container .main-content{
    padding:0px !important;
}
.sites-list{
    padding:0px 20px !important;
}
.page .main-footer{
    display:none !important;
}
/* 手机端展开分类按钮 */
#openNav{
    display: none;
}

.panel-tougao button{
    background-color: #5fb878 !important;
}
  
/*//手机端*/
@media screen and (max-width: 767px){
  
    /* 首页分类手机端超长换行显示 */
    .sites-list  .sort-items{
      word-break: normal;
      display: block;
      white-space: pre-wrap;
      word-wrap: break-word;
      height: 100%;
      padding: 5px;
    }

    .sites-list .sort-bar{
      display:none !important;
    }

    #extension #ext-tip{
        display:none;
    }
    #extension .ext-filter .search{
        width: 100%;
    }
    .page-container .main-content .main-footer {
        position: fixed !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        display: none !important;
    } 
    /*.el-radio-button:first-child .el-radio-button__inner{*/
    /*    border-left:0px !important;*/
    /*}*/
    .el-radio-button__inner{
        border:0px !important;
    }
    .img-cover{
        width: 135px !important;
    }
    .sites-list{
        padding:20px !important;
    }
    .detail .text-gray{
        padding: 10px;
    }
    .detail .row{
        padding: 10px;
    }
    .main-content .container{
       overflow: hidden !important;
    }

    /*重写ipa盘样式*/
    .row.pan .xe-card{
       height: 70px !important;
    }
    .row.pan .xe-card .box2{
        height: 70px !important;
    }
    .row.pan .xe-card .box2 .overflowClip_1{
        -webkit-line-clamp: 1 !important;
    }
    
    .row .xe-card{
       height: 87px;
    }
    .row .xe-card .box2{
        height: 95px;
    }
    
    #extension .row .xe-card{
       height: 135px;
    }
    #extension .row .xe-card .box2{
        height: 135px;
    }
    .xe-card{
        margin: 20px 0 0;
    }
    
    /*p.overflowClip_1{*/
    /*    -webkit-line-clamp: 2 !important;*/
    /*}*/
    
    .custom-page.content .layui-tab-switch{
         margin-top: 20px;
    }
    .custom-page.content .layui-tab-switch .sort-items{
        word-break: normal;
        display: block;
        white-space: pre-wrap;
        word-wrap: break-word;
        height: 100%;
        padding: 5px;
    }
    .custom-page.content .layui-tab-switch .sort-bar{
        display:none !important;
    }
    /*以下是定制页面的样式*/
    .custom-page.content{
        padding: 0px 15px 0px 15px;
    }
    
    
    
    .canvas-banner{
        display:none !important;
    }
    
    .hvr-outline-out::before{
        display: none !important;
    }
    .markdown-body {
		padding: 15px;
	}
	.page-container .main-content .navbar.user-info-navbar{
	    display: block !important; 
	}
	.navbar .navbar-content{
	    width: 0px;
	    transition: width .5s,height .5s,background-color .5s;
        overflow-y: hidden; 
        left: -1px;
	}
	.layui-nav{
	    height: 100vh !important;
        width: 130px !important;
        padding: 0px !important;
	}
	.layui-nav .layui-nav-item{
	    width: 100% !important;
        text-align: center !important;
	}
	.layui-this{
	   background-color: #5FB878;
	}
	/*.layui-nav .layui-nav-item.layui-this a{*/
	/*    color: #fff !important;*/
	/*}*/
	/*.layui-nav .layui-nav-item a {*/
 /*       color: rgb(0 0 0 / 70%) !important;*/
 /*   }*/

    .layui-nav .layui-nav-item a{
         color: #858585;
    }
    .layui-nav .layui-nav-item.layui-this a{
         color: #fff;
    }
	.layui-this:after{
	    display: none;
	}

	#openNav{
	    position: fixed;
	    left: 0px;
	    /*top: 600px;*/
	    bottom: 100px;
        background-color: #5fb878;
        display: block;
        z-index: 99999;
        line-height: 22px;
        height: 38px;
        border-radius: 50%;
	}
	/*.layui-nav .layui-nav-item i{*/
	/*    display: none !important;*/
	/*}*/
	.layui-nav .layui-nav-item a{
	    overflow:hidden;
	    white-space:nowrap;
	    text-overflow:ellipsis;
	}
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:hover, .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:active, .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:focus {
      color: #979898 !important;
    }
}

/*@media  screen and (max-width: 576px) {*/
/*    .xe-card .box2 {*/
/*        height: 120px !important;*/
/*    }*/
/*    .xe-card {*/
/*        height: 120px !important;*/
/*    }*/
/*}*/
/* //电脑 */
@media screen and (min-width: 768px){
    /*.xe-card{*/
    /*    height: 100px !important;*/
    /*}*/
    /*.xe-card .box2{*/
    /*    height: 108px !important;*/
    /*}*/
     #extension .ext-filter .search{
        position: absolute;
        width: 300px;
        right: 0px
     }
    #extension .xe-card .box2 {
        height: 130px !important;
    }
    #extension .xe-card {
        height: 130px !important;
    }
    .xe-card .box2 {
        height: 115px !important;
    }
    .xe-card {
        height: 115px !important;
    }
    .menu-item-object-page{
        text-align: center;
        position: fixed;
        bottom: 50px;
        left: 4.3%;
        color: #5fb878;
        font-size: 20px;
    }
    .sidebar-menu.collapsed .main-menu>.menu-item-object-page{
        text-align: center !important;
        position: fixed !important;
        bottom: 50px !important;
        left: 0.2% !important;
    }
    .menu-item-object-page{
        font-family: layui-icon!important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
    }
    
    .menu-item-object-page:before{
        content: "\e67f";
    }
    footer.main-footer{
        margin-left: 1px !important;
    }
    /*以下是定制页面的样式*/
    .custom-page.content{
        padding: 80px 20px 0px 20px
    }
    .custom-page.content .layui-tab-switch{
         margin-top: 20px;
    }
    .custom-page.content .layui-tab-switch .sort-bar{
        display:none block !important;
    }
    
    .sidebar-menu.collapsed .main-menu>li>ul{
        background: #e1e1e1 !important;
    }
    .sidebar-menu.collapsed .main-menu>li.active, .sidebar-menu.collapsed .main-menu>li li.active {
        background-color: #5fb878 !important;
    }
    .collapsed.sidebar-menu .main-menu li.active>.slipSort {
        color: #fff !important;
    }
    /*.sidebar-menu.collapsed+.main-content .main-footer {*/
    /*    left: 111px !important;*/
    /*}*/
    
    .hvr-outline-out:hover img{
        opacity: 1 !important;
        filter: drop-shadow(2px 4px 6px gray) !important;
    }
    .is_alone .xe-user-img img:hover{
        opacity: 1 !important;
        filter: drop-shadow(2px 4px 6px gray) !important;
    }
    
    .layui-nav .layui-nav-item a {
        padding: 10px 20px !important;
        color: rgb(0 0 0 / 70%) !important;
    }
    
    .navbar-content{
        width:100% !important;
    }
    
    .sidebar-menu.collapsed .logo-env {
        padding: 15px 0;
    }
    .sidebar-menu.collapsed .main-menu>li.active, .sidebar-menu.collapsed .main-menu>li li.active {
        background-color: #e6e7e9;
    }
    
    .sidebar-menu.collapsed .logo-env .logo-collapsed{
        padding: 6px 0px;
    }
}
@media screen and (min-width: 880px){
    .xe-user-name.overflowClip_1{
       -webkit-line-clamp: 1;
    }
    .xe-card .box2 {
        height: 100px !important;
    }
    .xe-card {
        height: 100px !important;
    }
    #extension .xe-card .box2 {
        height: 110px !important;
    }
    #extension .xe-card {
        height: 110px !important;
    }
     #extension .ext-filter .search{
        position: absolute;
        width: 300px;
        right: 0px
     }
}

.page .panel p, .page .comments-area p {
    margin-top: 10px;
    /*display: flex;*/
    /*justify-content: center;*/
}
.page .panel .flex-h, .page .comments-area .flex-h{
    display: flex;
    justify-content: center;
}
.page .panel p a[one-link-mark], .page .comments-area p a[one-link-mark]{
    margin-right: 5px;
}

/* 404页面样式 */
.data-null .btn-home {
    background: #56e698 !important;
    box-shadow: 0px 5px 20px -3px rgba(86, 230, 152, .6) !important;
}

.data-null {
    padding: 300px 0 !important;
}

/* 顶部导航栏 */
.navbar .navbar-content{
    padding-bottom: 0px !important;
  
    margin-left: 31px !important;
    margin-top: 30px !important;
    
    /*搜索背景相关*/
    /*background: rgba(255,255,255,0);*/ 
}
/*//搜索背景*/
/*.canvas-banner{*/
/*    height: 200px;*/
    /*margin-top: -100px;*/
/*    position: relative*/
/*}*/
/*.canvas-banner .canvas-bg{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-width: 0;*/
/*}*/

/*#search{*/
/*    position: absolute;*/
/*    top: 200px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    z-index: 999;*/
/*}*/

/* 搜索框 */
#search-list label[for]{
    color:#4b4b4b;
}
#search {
    /*max-width: 717px !important;*/
    margin: 115px auto 14px !important;
}
#search button{
    background: #5fb878 !important;
}
#search form {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.search-type input:checked+label, .search-type input:hover+label {
    background-color: #5fb878;
    color: #fff !important;
}

/**LAYUI**/
.layui-nav .layui-nav-more{
    top: 10px !important;
 }
 
 .layui-nav * {
     font-size: 15px !important;
 }
 .layui-btn-container a:hover,.layui-btn-container a:focus {
     color: #ffffff !important;
 }

.layui-nav {
    /*background: rgba(255,255,255,0);*/
    background-color: #fff !important;
    color: #0a0a0a !important;
}
/*.layui-nav .layui-nav-item a{*/
/*    color: rgb(0 0 0/70%) !important;*/
/*}*/
.layui-nav .layui-this:after, .layui-nav-bar{
    /*border-radius: 3px !important;*/
    height: 3px !important;
}

.layui-tab-content{
    padding: 0 !important;
}

/* 首页tab切换分类，滑动效果 */
.sort-items {
    background-color: #e1e1e1;
    /*border-radius: 5px;*/
    /* width: 100px; */
    display: table;
    position: relative;
    border-radius: 18px;
}
.layui-tab-slip{
    position: relative;
}
.layui-tab-slip .layui-tab-title li{
    z-index: 1;
    /*position: absolute;*/
}
.layui-tab-slip .layui-tab-title{
    /*height: 30px !important;*/
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
}
.layui-tab-slip .sort-items .layui-this{
    background-color: #5FB878 !important;
    color: #fff !important;
    /*height: 40px !important;*/
}
.layui-tab-slip .sort-items li{
    color: #666;
    margin: 0 !important;
    /*background-color: rgb(95, 184, 120);*/
    border-radius: 30px;
    /*height: 30px !important;*/
}
.layui-tab-slip .layui-tab-title .layui-this:after{
    border: none;
    border-radius: 0;
    border-bottom: 0px !important;
    /*height: 40px !important;*/
}
.layui-tab-slip  .sort-bar{  
    /*height: 100px;*/
    background-color: #5fb878;
    /*width: 64px;*/
    position: absolute;
    top: 0px;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
}  


/* 折叠菜单 */
.sidebar-menu .logo-env{
     padding: 17px 30px;
}

.sidebar-menu .main-menu li.active>a{
    color: #5fb878;
}

.sidebar-menu .main-menu{
    margin-top: 0px !important;
}


.sidebar-menu .logo-env {
    border-bottom: 1px solid #d6d8db;
}
.sidebar-menu .main-menu a:hover {
    color: #3a3a3a;
    font-size: 16px;
}
.sidebar-menu .main-menu a {
    color: #666666;
    font-size: 16px;
    border-bottom: none;
}
.sidebar-menu {
    background: #fff;
}

.sidebar-menu.fixed .sidebar-menu-inner {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-menu .logo-env {
    border-bottom: 1px solid #f3f4f7;
}
.sidebar-menu .main-menu li.active>a {
    color: #000000;
}
.sidebar-menu .logo-env .logo {
    /*margin-left: 8px;*/
}




/* 详情页 */
.site-body .site-go .btn.gaosu-down{
    background: linear-gradient(to right,#1dcf95,#4ea566);
    color: #fff;
    border: 0px;
}
.site-body .site-go .btn.gaosu-down i{
    margin-left: 5px;
    font-size: 18px;
    vertical-align: text-top
}

.text-gray{
    margin-top: 10px;
}
.hvr-outline-out:before{
    border: #e5e5e5 solid 1px !important;
}
.markdown-body {
	box-sizing: border-box;
	/*min-width: 200px;*/
	/*max-width: 980px;*/
	margin: 0 auto;
	/*padding: 45px;*/
}

.markdown-body p:has(img){
    text-align: center;
}


.user-info-navbar .user-info-menu>li a[data-toggle=sidebar]{
    padding: 31px 10px !important;
}

/* 返回首页 */
.but-home {
    color: #fff;
    background: #5fb878 !important;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
    transition: .3s;
}


/*搜索banner*/

/*.main-content:before{*/
/*    content: " ";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: #000;*/
/*    opacity: 0.4;*/
/*}*/
/*.main-content{*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: fixed;*/
/*    background-position: center;*/
/*    background-position: 0px -347px;*/
/*    height: 216px;background-image: url(https://www.homegu.com/wp-content/uploads/2023/06/OHR.BWFlipper_ZH-CN1813139386_1920x1080.jpg);*/
/*}*/










@font-face {
    font-family: "rcutsicon"; /* Project id 3303227 */
    src: url('//at.alicdn.com/t/font_3303227_bfozwmi1th.woff2?t=1649087262695') format('woff2'),
         url('//at.alicdn.com/t/font_3303227_bfozwmi1th.woff?t=1649087262695') format('woff'),
         url('//at.alicdn.com/t/font_3303227_bfozwmi1th.ttf?t=1649087262695') format('truetype');
  }
  
  .rcutsicon {
    font-family: "rcutsicon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .rcuts-jingdong:before {
    content: "\e684";
  }
  
  .rcuts-g:before {
    content: "\e6fb";
  }
  
  .rcuts-chinamap-chart:before {
    content: "\e686";
  }
  
  .rcuts-icon-test3:before {
    content: "\e790";
  }
  
  .rcuts-wifi:before {
    content: "\e687";
  }
  
  .rcuts-qietu:before {
    content: "\e68a";
  }
  
  .rcuts-waixingren:before {
    content: "\e68c";
  }
  
  .rcuts-lanya:before {
    content: "\e6a1";
  }
  
  .rcuts-yinyong2:before {
    content: "\e6f4";
  }
  
  .rcuts-icon-test4:before {
    content: "\e68d";
  }
  
  .rcuts-paobu:before {
    content: "\e690";
  }
  
  .rcuts-fuwuqi:before {
    content: "\e693";
  }
  
  .rcuts-wen:before {
    content: "\e694";
  }
  
  .rcuts-baidumap:before {
    content: "\e696";
  }
  
  .rcuts-didi:before {
    content: "\e704";
  }
  
  .rcuts-wuxian:before {
    content: "\e697";
  }
  
  .rcuts-fanqiang:before {
    content: "\e698";
  }
  
  .rcuts-yitusoutu:before {
    content: "\e699";
  }
  
  .rcuts-tingtong:before {
    content: "\e6f6";
  }
  
  .rcuts-shui:before {
    content: "\e69a";
  }
  
  .rcuts-laba:before {
    content: "\e69b";
  }
  
  .rcuts-kaiguanguan-copy:before {
    content: "\e69c";
  }
  
  .rcuts-kaiguanguan:before {
    content: "\e69d";
  }
  
  .rcuts-hongbao:before {
    content: "\e69e";
  }
  
  .rcuts-skill:before {
    content: "\e69f";
  }
  
  .rcuts-Android:before {
    content: "\e6a2";
  }
  
  .rcuts-Apple:before {
    content: "\e6a3";
  }
  
  .rcuts-AppStore:before {
    content: "\e6a4";
  }
  
  .rcuts-Cydia:before {
    content: "\e6a5";
  }
  
  .rcuts-tech:before {
    content: "\e6a7";
  }
  
  .rcuts-Shortcuts:before {
    content: "\e6a8";
  }
  
  .rcuts-luntan:before {
    content: "\e6aa";
  }
  
  .rcuts-gonggao:before {
    content: "\e6a9";
  }
  
  .rcuts-gonggao1:before {
    content: "\e6ac";
  }
  
  .rcuts-watch:before {
    content: "\e6dc";
  }
  
  .rcuts-douyin:before {
    content: "\e60d";
  }
  
  .rcuts-iconfontweixin:before {
    content: "\e658";
  }
  
  .rcuts-dianying:before {
    content: "\e631";
  }
  
  .rcuts-baidu:before {
    content: "\e600";
  }
  
  .rcuts-shuiyin:before {
    content: "\e6f0";
  }
  
  .rcuts-yinle:before {
    content: "\e7d5";
  }
  
  .rcuts-dianying1:before {
    content: "\e601";
  }
  
  .rcuts-kuaishou:before {
    content: "\e668";
  }
  
  .rcuts-kuaishou1:before {
    content: "\e691";
  }
  
  .rcuts-dianchi:before {
    content: "\e646";
  }
  
  .rcuts-yinyue:before {
    content: "\e6cf";
  }
  
  .rcuts-saoyisaoerweimasaomasaomiao:before {
    content: "\e61e";
  }
  
  .rcuts-dianying2:before {
    content: "\e61f";
  }
  
  .rcuts-weixinzhifu:before {
    content: "\e612";
  }
  
  .rcuts-wangyiyun:before {
    content: "\e6d0";
  }
  
  .rcuts--basketball:before {
    content: "\e62a";
  }
  
  .rcuts-dianchi1:before {
    content: "\e715";
  }
  
  .rcuts-taobao:before {
    content: "\e602";
  }
  
  .rcuts-bilibili:before {
    content: "\e6b6";
  }
  
  .rcuts-zuqiu:before {
    content: "\e615";
  }
  
  .rcuts-qq:before {
    content: "\e603";
  }
  
  .rcuts-weibiaoti--:before {
    content: "\e626";
  }
  
  .rcuts-qq1:before {
    content: "\e604";
  }
  
  .rcuts-dianying3:before {
    content: "\e605";
  }
  
  .rcuts-erweima:before {
    content: "\e695";
  }
  
  .rcuts-xiaohongshu:before {
    content: "\e609";
  }
  
  .rcuts-daxiao:before {
    content: "\e606";
  }
  
  .rcuts-weibofangxing:before {
    content: "\e607";
  }
  
  .rcuts-qiche:before {
    content: "\e608";
  }
  
  .rcuts-jinzhi:before {
    content: "\e60a";
  }
  
  .rcuts-yueyuqingbao:before {
    content: "\e60b";
  }
  
  .rcuts-xiazai:before {
    content: "\e7a3";
  }
  
  .rcuts-weibiaoti2:before {
    content: "\e63f";
  }
  
  .rcuts-gongju:before {
    content: "\e806";
  }
  
  .rcuts-tupian:before {
    content: "\e729";
  }
  
  .rcuts-pingfen:before {
    content: "\e723";
  }
  
  .rcuts-iconpingguo01:before {
    content: "\e64d";
  }
  
  .rcuts-mingpian:before {
    content: "\e60e";
  }
  
  .rcuts-dianshi:before {
    content: "\e64e";
  }
  
  .rcuts-wanshang:before {
    content: "\e7de";
  }
  
  .rcuts-yanzhi:before {
    content: "\e667";
  }
  
  .rcuts-tupian1:before {
    content: "\e620";
  }
  
  .rcuts-androidclipboard:before {
    content: "\e669";
  }
  
  .rcuts-guanji-copy:before {
    content: "\e60c";
  }
  
  .rcuts-fanyi:before {
    content: "\e664";
  }
  
  .rcuts-pointer:before {
    content: "\e6be";
  }
  
  .rcuts-baiduyun:before {
    content: "\e60f";
  }
  
  .rcuts-fangdajing:before {
    content: "\e679";
  }
  
  .rcuts-yinyong:before {
    content: "\e66b";
  }
  
  .rcuts-douban:before {
    content: "\e692";
  }
  
  .rcuts-keji:before {
    content: "\e610";
  }
  
  .rcuts-shuijue:before {
    content: "\e689";
  }
  
  .rcuts-xiazai1:before {
    content: "\e63a";
  }
  
  .rcuts-shunxu:before {
    content: "\e611";
  }
  
  .rcuts-touxiang:before {
    content: "\e613";
  }
  
  .rcuts-jiaotong:before {
    content: "\e642";
  }
  
  .rcuts-tianqi:before {
    content: "\e614";
  }
  
  .rcuts-pingfen1:before {
    content: "\e616";
  }
  
  .rcuts-xinxi:before {
    content: "\e617";
  }
  
  .rcuts-touxiang1:before {
    content: "\e91d";
  }
  
  .rcuts-weibo:before {
    content: "\e624";
  }
  
  .rcuts-dianshi1:before {
    content: "\e64f";
  }
  
  .rcuts-luxiang:before {
    content: "\e625";
  }
  
  .rcuts-guge:before {
    content: "\e618";
  }
  
  .rcuts-daima:before {
    content: "\e6b9";
  }
  
  .rcuts-shu:before {
    content: "\e63e";
  }
  
  .rcuts-zhifubao:before {
    content: "\e685";
  }
  
  .rcuts-shouji:before {
    content: "\e619";
  }
  
  .rcuts-mingpian1:before {
    content: "\e6a6";
  }
  
  .rcuts-app:before {
    content: "\e73f";
  }
  
  .rcuts-huatong:before {
    content: "\e61a";
  }
  
  .rcuts-Google:before {
    content: "\e61b";
  }
  
  .rcuts-icon-test:before {
    content: "\e61c";
  }
  
  .rcuts-Url:before {
    content: "\e650";
  }
  
  .rcuts-naozhong:before {
    content: "\e61d";
  }
  
  .rcuts-zaoshang:before {
    content: "\e7ba";
  }
  
  .rcuts-youtube:before {
    content: "\e640";
  }
  
  .rcuts-yasuo:before {
    content: "\e629";
  }
  
  .rcuts-tubiaozhizuomoban-:before {
    content: "\e621";
  }
  
  .rcuts-chrome:before {
    content: "\e628";
  }
  
  .rcuts-yanzhichoujiang:before {
    content: "\e622";
  }
  
  .rcuts-bi:before {
    content: "\e623";
  }
  
  .rcuts-fangdajing1:before {
    content: "\e800";
  }
  
  .rcuts-guidang:before {
    content: "\e68e";
  }
  
  .rcuts-qqmusicgrey:before {
    content: "\e627";
  }
  
  .rcuts-ziyuan:before {
    content: "\e62b";
  }
  
  .rcuts-yingyu:before {
    content: "\e62c";
  }
  
  .rcuts-zhongqi-:before {
    content: "\e62d";
  }
  
  .rcuts-Instagram:before {
    content: "\ea10";
  }
  
  .rcuts-icon--:before {
    content: "\e72b";
  }
  
  .rcuts-tianqi1:before {
    content: "\e630";
  }
  
  .rcuts-zhongzhi:before {
    content: "\ea82";
  }
  
  .rcuts-pingfen2:before {
    content: "\e62e";
  }
  
  .rcuts-gupiao-copy:before {
    content: "\e62f";
  }
  
  .rcuts-shunxu1:before {
    content: "\e632";
  }
  
  .rcuts-APP:before {
    content: "\e633";
  }
  
  .rcuts-tupian2:before {
    content: "\e6c7";
  }
  
  .rcuts-gongju1:before {
    content: "\e647";
  }
  
  .rcuts-zihangche:before {
    content: "\e678";
  }
  
  .rcuts-xiazai2:before {
    content: "\e634";
  }
  
  .rcuts-keji1:before {
    content: "\e635";
  }
  
  .rcuts-cili:before {
    content: "\e688";
  }
  
  .rcuts-daima1:before {
    content: "\e655";
  }
  
  .rcuts-dianhua:before {
    content: "\e70f";
  }
  
  .rcuts-yasuo1:before {
    content: "\e636";
  }
  
  .rcuts-diqiu:before {
    content: "\e661";
  }
  
  .rcuts-yuedu:before {
    content: "\e68f";
  }
  
  .rcuts-youtube1:before {
    content: "\e810";
  }
  
  .rcuts-toutiao:before {
    content: "\e637";
  }
  
  .rcuts-twitter:before {
    content: "\e681";
  }
  
  .rcuts-jinzhi1:before {
    content: "\e651";
  }
  
  .rcuts-i-sx:before {
    content: "\e67a";
  }
  
  .rcuts-shouji1:before {
    content: "\e70a";
  }
  
  .rcuts-weibiaoti-:before {
    content: "\e638";
  }
  
  .rcuts-diqiu1:before {
    content: "\e6d5";
  }
  
  .rcuts-jinzhi2:before {
    content: "\e724";
  }
  
  .rcuts-qian:before {
    content: "\e641";
  }
  
  .rcuts-youjian:before {
    content: "\e648";
  }
  
  .rcuts-qian1:before {
    content: "\e639";
  }
  
  .rcuts-shunxu2:before {
    content: "\e7b4";
  }
  
  .rcuts-icon-test1:before {
    content: "\e675";
  }
  
  .rcuts-shouji2:before {
    content: "\e63b";
  }
  
  .rcuts-twitter1:before {
    content: "\e86e";
  }
  
  .rcuts-bofang:before {
    content: "\e713";
  }
  
  .rcuts-xingzhuang:before {
    content: "\e63c";
  }
  
  .rcuts-zhihu:before {
    content: "\e63d";
  }
  
  .rcuts-yinyong1:before {
    content: "\e654";
  }
  
  .rcuts-umidd17:before {
    content: "\e643";
  }
  
  .rcuts-gupiao:before {
    content: "\e644";
  }
  
  .rcuts-bi1:before {
    content: "\e67b";
  }
  
  .rcuts-liulanqi-:before {
    content: "\e6ea";
  }
  
  .rcuts-lvyou:before {
    content: "\e645";
  }
  
  .rcuts-url:before {
    content: "\e653";
  }
  
  .rcuts-xunlei:before {
    content: "\e649";
  }
  
  .rcuts-jiugongge:before {
    content: "\e64a";
  }
  
  .rcuts-xinwen:before {
    content: "\e6d3";
  }
  
  .rcuts-xiannvbang:before {
    content: "\e64b";
  }
  
  .rcuts-icon12:before {
    content: "\e64c";
  }
  
  .rcuts-keji2:before {
    content: "\e66d";
  }
  
  .rcuts-shunxu3:before {
    content: "\e703";
  }
  
  .rcuts-zhihu1:before {
    content: "\e652";
  }
  
  .rcuts-paizhao:before {
    content: "\e656";
  }
  
  .rcuts-daxiao1:before {
    content: "\e66f";
  }
  
  .rcuts-daxiao2:before {
    content: "\e657";
  }
  
  .rcuts-ttww:before {
    content: "\e659";
  }
  
  .rcuts-fanyi1:before {
    content: "\e65a";
  }
  
  .rcuts-jiugongge1:before {
    content: "\e65b";
  }
  
  .rcuts-rili:before {
    content: "\e65c";
  }
  
  .rcuts-renwu:before {
    content: "\e6ab";
  }
  
  .rcuts-app1:before {
    content: "\e65d";
  }
  
  .rcuts-instagram:before {
    content: "\e680";
  }
  
  .rcuts-qian2:before {
    content: "\e66a";
  }
  
  .rcuts-icon:before {
    content: "\e65e";
  }
  
  .rcuts-shunxu4:before {
    content: "\e65f";
  }
  
  .rcuts-jiantieban1:before {
    content: "\e86b";
  }
  
  .rcuts-shunxu5:before {
    content: "\e660";
  }
  
  .rcuts-shezhi:before {
    content: "\e662";
  }
  
  .rcuts-lishi:before {
    content: "\e663";
  }
  
  .rcuts-pingguo:before {
    content: "\e6a0";
  }
  
  .rcuts-pipix:before {
    content: "\e665";
  }
  
  .rcuts-download:before {
    content: "\e666";
  }
  
  .rcuts-rili1:before {
    content: "\e66c";
  }
  
  .rcuts-chuyidong:before {
    content: "\e66e";
  }
  
  .rcuts-el-icon-dev-delete:before {
    content: "\e671";
  }
  
  .rcuts-guanbi:before {
    content: "\e6f3";
  }
  
  .rcuts-pengyouquan:before {
    content: "\e672";
  }
  
  .rcuts-huojian:before {
    content: "\e68b";
  }
  
  .rcuts-yule:before {
    content: "\e670";
  }
  
  .rcuts-daojishi:before {
    content: "\e673";
  }
  
  .rcuts-wifiwofi:before {
    content: "\e707";
  }
  
  .rcuts-gps:before {
    content: "\e674";
  }
  
  .rcuts-magic:before {
    content: "\e676";
  }
  
  .rcuts-icon-test2:before {
    content: "\e677";
  }
  
  .rcuts-qi:before {
    content: "\e67c";
  }
  
  .rcuts-safari:before {
    content: "\e7ee";
  }
  
  .rcuts-yao:before {
    content: "\e67d";
  }
  
  .rcuts-diannao:before {
    content: "\e67e";
  }
  
  .rcuts-ditu:before {
    content: "\e67f";
  }
  
  .rcuts-gaode:before {
    content: "\e682";
  }
  
  .rcuts-yundong:before {
    content: "\e683";
  }
  
  