:root{
	--c-main: #1a66d5;
	--c-underline-a-color:#FFF;
}
.modal{
	--bs-modal-padding:30px;
}
::placeholder{
	color: #999 !important;
	font-weight: 300;
}
.nav-tabs .nav-link{
	font-weight: 300;
	color: #666;
}
.nav-tabs .nav-link.active{
	font-weight: 500;
	color: var(--c-main);
}
.hover_scale{
	transition: 0.5s;
}
.hover_scale:hover{
	transform: scale(1.07);
}
:focus {
	outline: 0;
	box-shadow: none !important;
}
body{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f6f6f6;
}
h3{
	background: linear-gradient(181deg, #1154d3 20%, #71a5f0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 35px;
	border-left: 10px solid #0d6efd;
	padding-left: 10px;
}
hr{
	margin: 20px 0 20px 0;
	border: 1px solid #dcdcdc;
	width: 100%;
}
a{
	text-decoration: none;
}
h5{
	font-size:16px;
}
ul{
	list-style: none;
}
.row_center {
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.items_fixed_bg{
	background-image: url('/static/pc/imgs/5cc3f941d95c4.jpg');
	background-attachment: fixed;
	background-size: contain;
}

.column {
	display:flex;
	flex-direction: column;
}
.column_center {
	display:flex;
	flex-direction: column;
	align-items: center;
}
.shadow1{
	-moz-box-shadow: 0 0 1rem 2px rgb(0 0 0 / 15%) !important;
	box-shadow: 0 0 1rem 2px rgb(0 0 0 / 15%) !important;
}
header{
	width:100%;
}

.header_container{
	background-image: url('/static/pc/imgs/bg.jpg');
	width: 100%;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
header .nav_bar{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 20px;
	width: 100%;
}
header .nav_right{
	display: flex;
	flex-direction: row;
	align-items: center;
}
header .nav li{
	margin: 10px;
}
header .nav li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}


/*动画下划线*/
.underline-a{
	position: relative;
	cursor: pointer;
}

.underline-a:before ,.underline-a:after{
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -2px;
	margin-top: 0;
	background:var(--c-underline-a-color);
}
.underline-a:before {
	left: 0;
}
.underline-a:after {
	 right: 0;
	 background: var(--c-underline-a-color);
	 transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.underline-a:hover:before {
	background: var(--c-underline-a-color);
	width: 100%;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.underline-a:hover:after {
	background: transparent;
	width: 100%;
	transition: 0s;
}


.logo_img{
	width: 200px;
}

.search-box {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background: #f1f2f3;
	transition: .2s;
	overflow: hidden;
	min-height: 50px;
	box-sizing: border-box;
	margin: 30px 0 20px 0;
	width: 100%;
	min-width: 600px;
}

input[type=search] {
	padding-left: 15px;
	padding-right: 20px;
	flex-basis: 100%;
	margin: 0;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	min-width: 0;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear;
	outline: none;
}
input[type=search]:focus{
	outline: none;
}

.search-btn {
	width: 60px;
	height: 50px;
	border: 0;
	background-color: #2778c44a;
	border-radius: 0 3px 3px 0;
	margin: 0;
	padding: 0;
}

.cats-box{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 600px;
	margin-bottom: 10px;
}
.cat-item {
	color: #FFF;
	margin-bottom: 10px;
	font-weight: 300;
}
.cat-item i{

}
.cat-item a{
	color: #FFF;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 10px;
}
.cat-item a:hover{
	font-weight: 500;
}




/*底部*/
footer{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.q-code-bar h4{
	margin-bottom: 20px;
}
.q-code-bar, .q-code-bar a, .q-code-bar span{
	color: #666;
	text-decoration: none;
	align-items: flex-start;
	font-size:16px;
	margin-bottom: 10px;
}
.q-code-bar a:hover{
	text-decoration: underline;
	color: #0c41a3;
}

.q-code-bar-list{
	margin: 30px;
	padding:5px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.q-code-bar-item{
	margin: 30px;
	padding:5px;
	border: 1px solid #e0e0e0;
}
.q-code-bar-item img{
	width: 150px;
	height:150px;
}
.footer-bottom, .footer-bottom a{
	margin: 20px 0 50px 0;
	color: #999;
	font-size: 18px;
	text-decoration: none;
	font-weight: 300;
}
.footer-bottom a:hover{
	text-decoration: underline;
	color: #0c41a3;
}
.body_container{
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	background-color: #f6f6f6;
	flex-wrap: nowrap;
	align-items: center;
}

/*文书列表*/
.doc-item-bg-1{
	background-image: url('/static/pc/imgs/doc_bgs/bg1.jpg');
}
.doc-item-bg-2{
	background-image: url('/static/pc/imgs/doc_bgs/bg2.jpg');
}
.doc-item-bg-3{
	background-image: url('/static/pc/imgs/doc_bgs/bg3.jpg');
}
.doc-item{
	position: relative;
	width: 280px;
	height: 385px;
	padding: 10px;
	margin: 10px;
	color: #666 !important;
	background-size: contain;
	border-radius: 8px;
	transition: 0.5s;
}
.doc-item:hover{
	-moz-box-shadow: 0 0 11px 10px rgba(0, 0, 0, 0.27) !important;
	box-shadow: 0 0 11px 10px rgba(0, 0, 0, 0.27) !important;
	transform: scale(1.07);
}
.scale-btn{
	transition: 0.5s;
}
.scale-btn:hover{
	transform: scale(1.1);
}
.doc-item:hover .doc-download-bar{
	display: flex;
}
.doc-item h4{
	position: absolute;
	top: 18px;
	left: 40px;
	font-size: 17px;
	text-align: center;
	width: 220px;
}

.doc-item-content{
	position: absolute;
	top: 360px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.doc-count{
	position: absolute;
	top: 60px;
	left: 93px;
	font-size: 12px;
}

.margin-clip{
	position: absolute;
	top: 78px;
	left: 47px;
	width: 192px;
	height: 271px;
	float: left;
	overflow: hidden;
}
.margin-clip img{
	margin: -3px -5px;
	width: 200px;
}

.doc-download-bar{
	padding: 20px;
	position: absolute;
	top: 276px;
	left: 47px;
	width: 194px;
	background: linear-gradient(0deg, #fff, #ffffff29);
	display: none;
}

.swal2-confirm{
	background-color: #1a66d5 !important;
	padding: 5px 20px 5px 20px !important;
}
.swal2-title{
	font-size: 20px !important;
}

.more-btn-bar{
	margin: 20px;
}
.more-btn{
	padding:5px 40px 5px 40px !important;
	display: flex;
	align-items: center;
}
.more-btn-bar i{
	font-size:30px;
}

.show-loading{
	display: flex !important;
	color: #999;
	margin:100px;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: 300;
}
.show-loading img{
	width:25px;
	height:250px;
	margin-left: 10px;
}

.search-content{
	width:100%;
}
.search-bar{
	max-width: 600px;
}

.elementor-shape{
	transform: rotate(180deg);
	overflow: hidden;
	width: 100%;
	line-height: 0;
	direction: ltr;
}
.elementor-shape-bottom svg {
	width: 100%;
	height: 50px;
}

.elementor-shape-fill {
	fill: #f6f6f6;
	transform-origin: center;
	transform: rotateY(0deg);
}

header .login-btn,header .userinfo-btn{
	border-radius: 5px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	color: #efefef;
	border: 1px solid #efefef;
	margin-left: 20px;
}
header .login-btn:hover,header .userinfo-btn:hover{
	color: #1346B0;
	background-color: #FFF;
}

header .info-bar{
	position: relative;
	display: none;
}
header .info-bar:hover .info-menu{
	display: block;
}
header .info-menu{
	display: none;
}

header .info-menu ul{
	padding: 15px;
	border-radius: 5px;
	background-color: #efefef;
	color: #999;
}
header .info-menu li{
	padding-bottom: 15px;
	text-align: center;
}
header .info-menu a{
	color: #666;
	font-size: 16px;
}
header .info-menu a:hover{
	color: #1242de;
	font-weight: 600;
}
header .info-menu{
	position: absolute;
	top: 18px;
	right: -10px;
	padding:10px;
	width: 150px;
}

.alert_modal .modal-body{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.alert_modal .alert-content{
	font-size: 18px;
}
.alert_modal i{
	font-size: 40px;
}

.alert_modal .btn-ok{
	padding: 5px 20px 5px 20px;
}

.icon-cuowu{
	color: #bb0707;
}
.icon-warning{
	color: #bb7307;
}
.icon-xunwen{
	color: #059685;
}
.icon-tishi{
	color: #059627;
}


.gradient_title1{
	background: linear-gradient(179deg, #025aff 20%, #cf0ad6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.free_modal{
	--bs-modal-width:400px;
}
.free_modal .close_btn{
	position: absolute;
	top: -33px;
	right: -15px;
}
.free_modal .modal-content{
	display: flex;
	background-color:#00000000;
	border: 0;
	width: 400px;
}
.free_modal .icon-close{
	color: #FFF;
	font-size: 25px;
}
.free-win-bg{
	width: 400px;
	margin-top: -30px;
}
.free_modal .go_login_btn{
	position: absolute;
	top: 301px;
	left: 61px;
	width: 276px;
	height: 50px;
}

.leave-msg-win{
	position: fixed;
	right:85px;
	border-radius: 10px;
	z-index: 10;
	bottom: 10px;
}

.leave-msg-win-hide{
	display: none;
}
.leave-msg-win-show{
	display: block;
}

.leave-msg-win-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: var(--c-main);
	padding: 8px 15px 8px 15px;
	color:#FFF;
	border-radius: 10px 10px 0 0;
	align-items: center;
}
.leave-msg-win-body{
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
}

.leave-msg-win-body .btn-bar{
	width: 100%;
	padding-right: 10px;
	display: flex;
	justify-content: flex-end;
}

.leave-msg-win-body .ask-input{
	resize:none;
}

.leave-msg-win-body .ask-info{
	font-size: 13px;
	color: #999;
	margin-bottom: 20px;
}
.close-msg-win-btn i{
	font-size:22px;
	color: #FFF;
}
.close-msg-win-btn:hover i{
	font-weight: 600;
}
.nav-active{
	border-bottom: 2px solid #FFF;
	font-weight: 500;
}