@CHARSET "UTF-8";
body {
}
.hxq{padding-bottom:5px;}
.navbar {
  margin-top: 20px;	
  margin-bottom: 20px;
}
.pagination{margin:10px 0;display:block;width:100%;overflow:hidden;}
.pagination>.page-item{float:left;margin:5px 2px;}

.head-title{font-size:18px;font-weight:bold;border-bottom:solid 1px #dedede;padding-bottom:10px;margin-bottom:15px;}
.list-tools{margin-bottom:5px;}

.footer{border-top:1px solid #dee2e6!important;padding:15px 0;text-align:center;color:#999;font-size:13px;}
.footer a{color:#999}
.footer a img{width:14px;}

.langs-box{
	padding:20px;margin-top:20px;border-top:1px solid #dee2e6!important;
}
.langs-box .bi{vertical-align:text-bottom;}
.langs-box a{color:#333;}

#hd_nav{
	margin-top:0!important;
}

h1,h2,h3{font-size:1.25rem;}

.sec-preview{clear:both;margin-top:10px;width:100%;overflow-y:scroll;max-height:300px;direction:rtl;padding-left:10px;}
.sec-preview>*{direction:ltr;}
.sec-preview::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.sec-preview::-webkit-scrollbar-button {
    background-color:#efefef;
}
.sec-preview::-webkit-scrollbar-track {
    background:#efefef;
}
.sec-preview::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.sec-preview a{color:#212529;}
.sec-preview>.card{border:0;}
.sec-preview .card-body{padding:0;}

.sec-preview .btn{margin-bottom:5px;}
.sec-preview .btn-primary{
	color: #212529!important;
    background-color: #f8f9fa!important;
    border-color: #f8f9fa!important;
}

/*错误提示框*/
.toast-top-center{margin-top:10px;}

/*工具*/
.card-ai-cont{padding-bottom:5px;}
.card-ai-cont br{content:'';display:block;margin-bottom:10px;}

/* .card-text p{font-size: 14px;font-weight: 500;} */

.list-tool{margin-bottom:20px;overflow:hidden;}
.list-t-icon{float:left;width:40px;height:40px;text-align:center;border-radius:8px!important;}
.list-t-icon .bi{font-weight:bold;font-size:22px;line-height:39px;color:#fff;}
.list-t-name{margin-left:45px;min-height:40px;}
.list-t-name .btn{}

.tools-breadcrumb{background:#F7F7F7;}

.tools-relation{margin:5px -5px;}
.tools-relation a.btn{margin:5px;}

.tools-card .card-header a{color:#333;}
.tools-card .card-body{padding:4px;}
.zc12{padding:1px!important;}
.chengyu12{padding:12px!important;}

span.strong_title {color: #212529;font-weight: bold;}

/* .tools-card .card-body a.btn{margin:5px;} */

.tool-options .dropdown-menu{position:static;width:100%;padding:10px;}
.tool-options .dropdown-menu a.btn{margin:5px;}

.tool-input-group button.btn{border:1px solid #ced4da;color:#495057;}
.tool-input-group>*{margin-bottom:13px!important;margin-left:-1px!important;margin-right:0!important;}
.tool-input-group>*:first-child{margin-left:0!important}

.tool-dg-name{cursor:default!important;text-decoration:none;background-color:#999;border-color:#999;}
.tool-mb{margin-bottom:13px!important}

.tool-content .list-group-flush>li{padding-left:5px;padding-right:5px;}

.tool-code{padding:0 15px;margin-top:10px;background:#F8F9FA;border-radius:3px;}
.tool-code code{padding:0;word-wrap:break-word;white-space:pre-wrap;}

#tool_result .tool-result-txt{background:#F7F7F7;}


.tool-scroll-bar{
	max-height:300px;overflow-y:scroll;padding-right:10px;
}

.tool-scroll-bar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.tool-scroll-bar::-webkit-scrollbar-button {
    background-color:#efefef;
}
.tool-scroll-bar::-webkit-scrollbar-track {
    background:#efefef;
}
.tool-scroll-bar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.card.tools-card.card-mm {
    margin-top: 12px;
}

.card-header.card-mm {
    padding: 0.35rem 1.25rem;
}

b.special {
    color: #0085ff;
}

#language_translate_change{border-radius:0;border-left:0;border-right:0;}

/*计算工具*/
#calculate_nums{
	counter-reset:levelcounter;
}
#calculate_nums .calculate-num-index:after{
 	content:counter(levelcounter);
	counter-increment:levelcounter;
}

@media (min-width: 768px){
}
@media (max-width: 767px){
}