/* ================================================================
   QRuser 变更样式 - 仅保留refine.css未覆盖的补充样式
   已将核心样式迁移至refine.css，此文件仅做补充
   ================================================================ */

/* 侧边栏激活状态 - 增强特异性避免被refine.css覆盖 */
body[data-sidebar="light"] .vertical-menu .mm-active > .nav-link {
	color: #0052d9 !important;
	background: #e8f0fe;
	border-left: 3px solid #0052d9;
}
body[data-sidebar="light"] .vertical-menu .mm-active .active .nav-link {
	border: none;
	background: #fff;
}
body[data-sidebar="light"] .vertical-menu #sidebar-menu ul li .nav-link:hover {
	color: #0052d9;
}
body[data-sidebar="light"] .vertical-menu #sidebar-menu ul li .nav-link:hover i {
	color: #0052d9;
}

/* 翻转图标 */
.fzglox {
	transform: rotate(180deg);
}

/* 蓝色边框 */
.borderbl {
	border: 1px solid #0052d9;
}

/* 返回顶部按钮 - 补充 */
.pls-back2top::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/themes/clientarea/QRuser/assets/images/top1.svg);
	background-repeat: no-repeat;
}
.pls-back2top:hover::before {
	background-image: url(/themes/clientarea/QRuser/assets/images/top2.svg);
}

/* 左侧包裹 */
.left_wrap {
	background-image: -webkit-gradient(linear, right top, left top, from(#0052d9), to(#3d7eff));
	background-image: -webkit-linear-gradient(right, #0052d9, #3d7eff);
	background-image: linear-gradient(270deg, #0052d9, #3d7eff);
	color: #fff;
	border: 0px;
}

/* 搜索框下拉列表 */
.header-search-droplist > ul {
	padding: 6px 0;
	margin-bottom: 0;
}
.header-search-droplist > ul > li {
	padding: 0;
}
.header-search-droplist > ul > li,
.header-search-droplist > ul > li > a {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all .15s;
	transition: all .15s;
}
.header-search-droplist > ul > li > a {
	display: inline-block;
	height: 100%;
	padding: 4px 12px;
	color: #1d2129;
	cursor: pointer;
	font-size: 13px;
}
.header-search-droplist > ul > li > a span {
	color: #4e5969;
	opacity: .8;
}
.header-search-droplist > ul > li:hover > a {
	background-color: #e8f0fe;
	color: #0052d9;
}
.header-search-droplist > ul > li:hover .search-block,
.header-search-droplist > ul > li:hover a {
	background-color: #e8f0fe;
}
.header-search-droplist > ul > li:hover .text,
.header-search-droplist > ul > li:hover .text > span,
.header-search-droplist > ul > li:hover a,
.header-search-droplist > ul > li:hover a span {
	color: #0052d9;
}
.header-search-droplist .search-block {
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 12px;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #1d2129;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: .15s;
	transition: .15s;
	cursor: pointer;
}
.header-search-droplist .search-block span {
	font-weight: 400;
	color: #4e5969;
	opacity: .8;
}
.header-search-content {
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	-webkit-transition: all .15s;
	transition: all .15s;
}
.header-search-droplist.show {
	display: block;
}
.header-search.active .header-search-content {
	width: 300px;
	right: 20px;
	overflow: visible;
}

/* 搜索图标定位 */
.qr-searchean {
	position: absolute;
	top: 12px;
	right: 10px;
}
.qr-tcsearch {
	position: absolute;
	top: -51px;
	left: 3px;
}
.qr-searchan {
	font-size: 18px;
	color: #0052d9;
	position: absolute;
	right: 0;
	top: -58px;
}
.qr-searchan:hover {
	color: #0052d9;
}

/* 下拉菜单补充 */
.dropdown .noti-icon {
	padding: 0 3px;
}

/* 登录页（已移至login.tpl内联样式） */

/* Item样式 */
.item {
	background: #fff;
	border-bottom: 1px solid #e5e6eb;
}
.item p {
	line-height: 56px;
	padding-left: 40px;
	margin-bottom: 0;
	font-size: 16px;
	box-shadow: none;
}

/* 验证码 */
.captcha {
	border: 1px solid #c9cdd4;
	width: 50%;
}

/* 页脚补充 */
#footer {
	background-color: #f7f8fa;
	color: #86909c;
	z-index: 100;
	clear: both;
	font-size: 12px;
	position: absolute;
	bottom: 0;
}
#footer a, #footer a:hover {
	color: #86909c;
	text-decoration: none;
}
#footer .copyrightDiv, #footer .otherLinkDiv, .msgBtn {
	display: inline-block;
}
#footer .copyrightDiv, .browserDiv {
	position: relative;
}
#content .widthLimit, #footer {
	width: 100%;
}
#footer .widthLimit {
	margin: 0 24px;
	padding: 0;
}
#footer .footer-content {
	height: 48px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 6px;
	margin: 0 24px;
}

/* 隐私协议 */
#agreePrivacy {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
}

/* Fa-bars */
.fa-bars {
	color: #fff;
}

/* 宽度比例 */
.gr {
	width: 24%;
}

/* 桌面端隐藏 */
@media screen and (min-width: 900px) {
	.dnhider {
		display: none;
	}
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	.mf_box {
		border: 0px !important;
	}
	.user-center_product_grid-d {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.app-overview-col {
		width: 50% !important;
	}
	.gr {
		width: 24%;
	}
	.justify-content-between.align-items-center.h-25.zdpd {
		display: inline-block !important;
		margin-top: 20px;
	}
	.justify-content-between.align-items-center.h-25.zdpd a {
		float: left;
		width: 33%;
		padding: 5px 0;
	}
	.mt-5, .my-5 {
		margin-top: 1rem !important;
	}
	.card.card_body.mb-3.p-3.bg-danger {
		background-color: #fff2f0 !important;
	}
	.card.card_body.p-3.bg-warning {
		background-color: #fff7e6 !important;
	}
	.col-12.col-sm-8.text-white .card.card_body.bg-primary.p-4 {
		background-color: #e8f0fe !important;
	}
	.zduxx {
		width: 80%;
	}
	.zduserlj {
		width: 100%;
		padding-left: 0;
	}
	.zddbsx a {
		border: 1px solid #e5e6eb;
		text-align: center;
		padding: 8px 0;
		color: #4e5969;
	}
	.zddbsx a div {
		font-size: 18px;
	}
	.zdbfb {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.zdphig {
		height: 120px;
	}
	.zddgj {
		display: inline-block;
	}
	.zddgjg {
		display: inline-block !important;
		width: 100%;
		margin-bottom: 0 !important;
	}
	.zdxfz {
		margin-left: 0 !important;
		margin-top: 10px;
		display: inline-block;
	}
	.text-gray.col-12.d-flex.justify-content-between.mt-5.pl-0 {
		display: inline-block !important;
		line-height: 24px;
		margin-top: 0 !important;
	}
	.configureproduct:focus {
		color: #0052d9;
		border-color: #0052d9;
	}
	.label:hover {
		color: #0052d9;
		border-color: #0052d9;
	}
	.selectpicker.active {
		border-color: #0052d9;
	}
	.allow_register_phone_captcha .input-group-append,
	.allow_register_email_captcha .input-group-append,
	.allow_phone_forgetpwd_captcha .input-group-append,
	.allow_email_forgetpwd_captcha .input-group-append {
		height: 40px;
		width: 50%;
		padding-left: 12px;
	}
	.allow_register_phone_captcha .input-group-append img,
	.allow_register_email_captcha .input-group-append img,
	.allow_phone_forgetpwd_captcha .input-group-append img,
	.allow_email_forgetpwd_captcha .input-group-append img {
		width: 100%;
	}
	#footer .widthLimit {
		margin: 0 12px;
	}
	#footer .footer-content {
		margin: 0 4px;
	}
	#footer {
		font-size: 10px;
	}
	.item p {
		padding-left: 0;
		margin-bottom: 0;
		font-size: 16px;
		box-shadow: none;
		text-align: center !important;
	}
	.container-fluid {
		padding-right: 4px;
		padding-left: 4px;
	}
	.card {
		margin-bottom: 12px;
	}
	.xfxx {
		display: none;
	}
	.user-center_product_grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px;
	}
	.h4, h4 {
		font-size: 1rem;
	}
	.rsb {
		height: 18px;
		padding: 0 5px;
		border-radius: 8px !important;
		margin-left: 0 !important;
	}
	.text-gray.col-12.d-flex.justify-content-between.mt-5.pl-0 {
		display: inline-block !important;
		line-height: 24px;
		margin-top: 0 !important;
	}
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 100% !important;
	}
	.table-header .btn.btn-sm.btn-primary.w-xs {
		min-width: 25%;
		max-width: 25%;
	}
	.table-header > * {
		flex: 1;
		width: 100%;
	}
}

/* 桌面端Logo */
.logo-lg img {
	width: 130px;
	height: auto;
}

/* 产品网格桌面端 */
.user-center_product_grid {
	grid-template-columns: repeat(3, 1fr);
}

/* 按钮复制高度 */
.btn-copy {
	height: 32px;
}

/* mf_box */
.mf_box {
	background-color: #fff;
}

/* 输入组圆角 */
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

/* 响应式适配补充 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.funds-items {
		flex-direction: column;
	}
	.funds-item-info {
		width: 100%;
		border-bottom: 1px solid #e5e6eb;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.funds-item-other {
		width: 100%;
	}
	.zdusertx {
		width: 15%;
	}
	.zduxx {
		width: 85%;
	}
}

@media screen and (max-width: 576px) {
	.funds-items {
		flex-direction: column;
	}
	.funds-item-info {
		width: 100%;
		border-bottom: 1px solid #e5e6eb;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.funds-item-other {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0;
	}
	.funds-item {
		font-size: 16px;
		padding: 10px 8px;
		border-left: none;
		border-bottom: 1px solid #e5e6eb;
	}
	.funds-item-header {
		font-size: 11px;
	}
	.zdusertx {
		width: 20%;
	}
	.zduxx {
		width: 80%;
	}
	.zdusertx .user-center_header {
		width: 44px;
		height: 44px;
		font-size: 16px;
		border-width: 2px;
	}
	.zduserxx span {
		font-size: 11px;
	}
	.user-center_name {
		font-size: 13px;
		max-width: 50%;
	}
	.zduserxx .zdyhz {
		width: auto;
		font-size: 10px;
	}
	.app-overview-col {
		width: 50% !important;
	}
	.user-center_product_grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 6px;
	}
	.zddbsx a div {
		font-size: 16px;
	}
	.card-title {
		font-size: 13px;
	}
	section {
		padding: 0 6px;
	}
	.col-md-8, .col-md-4, .col-xl-8, .col-xl-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.b-1, .b-2 {
		margin-top: 0;
	}
}
