body {
	background: #F3F3F3 !important;
	font-size: 16px;
	min-height: 100vh;
}

.body-wrapper {
	position: relative;
	min-height: 100vh;
	padding-bottom: 80px;
}

label {
	font-weight: normal;
}

.form-control {
	box-shadow: none;
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

h3 {
	font-size: 18px;
	color: #1C5793;
	font-weight: bold;
}

.req {
	color: #e53935;
}

.font-14{
	font-size: 14px;
}



/*login*/
.login {
	min-height: 100vh;
	background: url(/skin/base/images/project/new/2022-login-bg.png) no-repeat center;
	background-size: cover;
	/* background: #000000; */
	position: relative;
	/* padding-bottom: 100px; */
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.login>.container {
	/* align-self: center; */
}

.logo {
	text-align: center;
	padding-top: 15%;
}

.logo img {
	padding: 10px 0 30px;
	max-width: 100%;
}

.login .login_box {
	background: #fff;
	padding: 10px 10% 30px;
	overflow: hidden;
	color: #333;
	width: 340px;
}

/* .login .form-group {
    margin-bottom: 30px;
} */

.login .login_box h2 {
	font-size: 22px;
}

.login .form-group .user_name,
.login .form-group .user_psd,
.login .form-group .code {
	border-radius: 0;
	font-size: 16px;
	/* background: url(/skin/base/images/project/new/icon_login.png) no-repeat; */
	/* padding-left: 45px; */
	border-width: 0 0 1px 0;
}

/* .login .form-group input::-webkit-input-placeholder {
	color: #fff;
}

.login .form-group input::-moz-input-placeholder {
	color: #fff;
}

.login .form-group input::-ms-input-placeholder {
	color: #fff;
} */

.login .form-group input:focus {
	outline: none;
	box-shadow: none;
}

.login .form-group input.user_name {
	background-position: 5px 13px;
}

.login .form-group input.user_psd {
	background-position: 5px -47px;
}

.login .form-group input.code {
	background-position: 5px -197px;
}

.login .help-block {
	margin-top: 0;
}

/* .login .help-block a {
	color: #FFFFFF;
} */

.login .help-block a.forget-psd {
	/* text-decoration: underline; */
}

.login .help-block a:hover {
	text-decoration: none;
}

.login .btn-primary {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 20px;
	background: #000;
}

.agreement{
	font-size: 14px;
}

.agreement #agreement{
	margin-top: 2px;
}

.orange {
	color: #ec3f0d;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	padding: 20px 0 10px;
	background: #092b4a;
	font-size: 14px;
}

#autocomplete {
	position: absolute;
	padding: 6px;
	background-color: #b0b0b0;
	z-index: 999;
	width: 300px;
}

#autocomplete a {
	display: block;
	line-height: 15px;
	height: 15px;
	margin: 8px 0;
	width: 280px;
	overflow: hidden;
	cursor: pointer;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}



/* header */
.header {
	background: #2C3D50;
	padding: 20px 0 0;
	line-height: 35px;
	color: #ffffff;
	border: none;
	border-radius: 0;
	/* box-shadow: 0 2px 20px rgba(44,61,80,.4); */
}

.header img {
	height: 30px;
	max-width: 100%;
}

.navbar-brand {
	padding: 10px 15px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #DDDDDD;
	transition: all .3s ease;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #666;
	background: #f3f3f3;
}

.header .log_out {
	display: inline;
}

.header .navbar-right {
	margin-top: 10px;
	line-height: 30px;
}

.header .icon_exit {
	height: 30px;
	width: 25px;
	display: inline-block;
	background: url(/skin/base/images/project/new/icon.png) no-repeat;
	background-position: 0px -200px;
	vertical-align: top;
	cursor: pointer;
}

/* /header */
.header+.container {
	padding-top: 30px;
	padding-bottom: 200px;
}

/* signup */
.signup .project-item {
	border: 1px solid #ddd;
	display: block;
	text-align: center;
	margin-top: 10px;
	background: #fff;
	transition: all .3s ease;
}

.signup .project-item:hover {
	box-shadow: 0px 5px 15px #ccc;
}

.signup .project-item img {
	width: 100%;
	margin-bottom: 10px;
}

.signup .project-item p {
	padding: 0 10px;
	text-indent: 0;
}

/* /signup */
.project-detail p {
	text-indent: 2em;
	line-height: 25px;
}

.project-detail .personal {
	margin-top: 25px;
	padding: 30px 4%;
}

.project-detail .personal .page-header {
	margin-top: 50px;
}


/*sidebar*/
.sidebar {
	padding: 45px 0;
	margin: 0 -15px;
	background: #306bad;
	height: calc(100vh - 75px);
	min-width: 170px;
}

.sidebar>li>a {
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	padding: 20px 0;
	border-bottom: 1px solid #19458b;
}

.sidebar>li>a:after {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	background: #558ec3;
	position: absolute;
	bottom: -2px;
}

.sidebar>li.active>a,
.sidebar>li.active>a:focus,
.sidebar>li>a:hover {
	background: #f2f7fb !important;
	color: #306bad !important;
}

.sidebar .icon {
	height: 34px;
	width: 34px;
	display: inline-block;
	background: url(/skin/base/images/project/new/icon.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 10%;
}

.sidebar>li .icon_1 {
	background-position: -39px 0;
}

.sidebar>li .icon_2 {
	background-position: -39px -75px;
}

.sidebar>li .icon_3 {
	background-position: -39px -152px;
}

.sidebar>li .icon_4 {
	background-position: -39px -227px;
}

.sidebar>li .icon_5 {
	background-position: -39px -302px;
}

.sidebar>li .icon_6 {
	background-position: -39px -377px;
}

.sidebar>li .icon_7 {
	background-position: -39px -452px;
}

.sidebar>li.active .icon_1,
.sidebar>li>a:hover .icon_1 {
	background-position: -88px 0;
}

.sidebar>li.active .icon_2,
.sidebar>li>a:hover .icon_2 {
	background-position: -88px -75px;
}

.sidebar>li.active .icon_3,
.sidebar>li>a:hover .icon_3 {
	background-position: -88px -152px;
}

.sidebar>li.active .icon_4,
.sidebar>li>a:hover .icon_4 {
	background-position: -88px -227px;
}

.sidebar>li.active .icon_5,
.sidebar>li>a:hover .icon_5 {
	background-position: -88px -302px;
}

.sidebar>li.active .icon_6,
.sidebar>li>a:hover .icon_6 {
	background-position: -88px -377px;
}

.sidebar>li.active .icon_7,
.sidebar>li>a:hover .icon_7 {
	background-position: -88px -452px;
}

/*main_index*/
.main_index {
	/*min-height: calc(100vh - 75px);*/
	padding: 70px 6%;
	height: calc(100vh - 75px);
	overflow-y: scroll;
}

.main_index .tab-content {
	height: 100%;
}

.null {
	text-align: center;
	padding: 10% 0;
}

.null img {
	max-width: 30%;
	margin-bottom: 20px;
}

.research_item {
	margin: 0 0 40px;
}

#tab_2 .panel,
#tab_2 .panel-heading {
	border-radius: 0;
}

#tab_2 h4 {
	font-size: 16px;
}

#tab_2 h4:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 4px;
	background: #337ab7;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 5px;
}

.tab_title {
	font-size: 18px;
	color: #306bad;
	border-bottom: 1px solid #306bad;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.tab_title .icon {
	height: 30px;
	width: 30px;
	display: inline-block;
	background: url(/skin/base/images/project/new/icon.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

.tab_title .icon_title_1 {
	background-position: -141px 1px;
}

.tab_title .icon_title_2 {
	background-position: -141px -76px;
}

.tab_title .icon_title_3 {
	background-position: -141px -153px;
}

.list-group {
	margin-bottom: 50px;
	overflow: hidden;
}

.report_buy li,
.report_bought li {
	font-size: 16px;
	line-height: 34px;
	border-radius: 0 !important;
	margin-bottom: 10px;
}

.report_buy li .btn {
	background: #ff6600;
	color: #fff;
}

.report_bought li {
	width: 49%;
	float: left;
	line-height: 25px;
	border-color: #d34b4b;
	text-align: center;
}

.report_bought li:nth-of-type(odd) {
	margin-right: 1%;
}

.report_bought li:nth-of-type(even) {
	margin-left: 1%;
}

.report_bought li a {
	color: #d34b4b;
}

/*download*/
.download {
	background: #fff;
	border: 2px solid #4585cb;
	padding: 30px 6% 50px;
}

.download ul li {
	border-bottom: 1px solid #6197d3;
	padding: 12px 0;
}

.download ul li:before {
	content: "●";
	color: #306bad;
	margin-right: 10px;
}

.download ul li a:hover {
	color: #306bad;
}

/*personal*/
.personal {
	background: #fff;
	border: 1px solid #f3f3f3;
	padding: 0px 15px 15px;
	margin-bottom: 25px;
}

.personal .page-header {
	margin: 20px 0;
	padding-bottom: 0;
}

.personal .simpleform .group-margin {
	margin-bottom: 15px;
}

.personal input,.personal select{
	margin-bottom: 15px;
}

.personal .form-group{
	margin: 0;
}

/*about*/
.about p {
	line-height: 30px;
	/* text-indent: 2em; */
}

.about img {
	max-width: 800px;
	width: 100%;
}

.about a {
	color: #337ab7;
}







.new_act {
	border: 15px solid #76a4ff;
	border-radius: 3px;
	padding-bottom: 10px;
	margin-top: 50px;
}

.new_act h4 {
	background: #76a4ff;
	margin: 0;
	color: #ffffff;
	padding: 0 0 15px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.new_act h4 a {
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	float: right;
}

.new_act li {
	background: url(/skin/base/images/project/new/li.png) no-repeat 30px center;
	padding: 10px 15px 10px 50px;
}

.new_act li:nth-child(odd) {
	border-right: 1px solid #568fde;
}

.new_act li a {
	font-weight: bold;
	color: #333;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.new_act li a:hover {
	color: #ff3300;
	text-decoration: underline;
}

.index_tab .nav-tabs {
	margin-top: 50px;
	border-bottom: 0;
}

.index_tab .nav>li>a {
	padding: 0;
}

.index_tab .nav-tabs>li {
	margin-bottom: 0;
}

.index_tab .nav-tabs>li.active {
	position: relative;
	top: 1px;
}

.nav-tabs>li>a,
.index_tab .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0;
}

.index_tab .tab-content {
	background: #ffffff;
}

.index_tab .tab-content .tab1 {
	text-align: center;
}

.index_tab .tab-content .tab1 a {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #333;
}

.index_tab .tab-content .tab1 img {
	max-width: 100%;
}

.index_tab .tab-content .tab1 p {
	padding: 10px 0;
}

.index_tab .tab-content .tab1 a:hover {
	box-shadow: 5px 5px 5px #ccc;
	color: #ff3300;
}

.index_tab .tab1 {
	border: 1px solid #6d9dcd;
	padding: 50px 30px;
}

.index_tab .tab2 {
	border: 1px solid #f58b4b;
	padding: 50px 30px;
}

.index_tab .tab3 {
	border: 1px solid #77a350;
	padding: 50px 30px;
	overflow: hidden;
}

.index_tab .tab4 {
	border: 1px solid #d26464;
	padding: 50px 30px;
}

.dotted {
	border-bottom: 1px dotted #b0b0b0;
	margin: 0 18px 50px;
	clear: both;
	padding: 30px 0 0;
}

.index_tab .nav-tabs>li>a {
	margin-right: 30px;
}

.tab2_link {
	padding: 10px 0;
	width: 98%;
	margin: 0 auto 29px;
	border: 1px solid #f89221;
	background: #fff9f0;
	color: #333;
	display: block;
	text-align: center;
	font-weight: bold;
}

.tab2_link:hover {
	color: #ffffff;
	background: #f89221;
}

.tab2_more1,
.tab2_more2 {
	width: 98%;
	margin: 0 auto;
	color: #ffffff;
	height: 255px;
	text-align: center;
	display: block;
}

.tab2_more1 p,
.tab2_more2 p {
	height: 255px;
	padding-top: 115px;
	font-size: 20px;
}

.tab2_more1:hover p,
.tab2_more2:hover p {
	background: rgba(220, 143, 30, 0.54);
}

.tab2_more1:hover,
.tab2_more2:hover {
	color: #ffffff;
}

.tab2_more1 {
	background: url(/skin/base/images/project/new/tab2_more1.jpg) no-repeat;
}

.tab2_more2 {
	background: url(/skin/base/images/project/new/tab2_more2.jpg) no-repeat;
}

.tab2_link_height {
	height: 66px;
	line-height: 66px;
	padding: 0;
}

.tab3_item {
	width: 18%;
	margin: 0 1%;
	float: left;
	position: relative;
}

.tab3_item .icon_bg img {
	width: 100%;
}

.tab3_item h3 {
	position: absolute;
	top: 34%;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	z-index: 2;
}

.tab3_item .icon_info a {
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -25px;
}

.tab3_item:hover .icon_info {
	background: rgba(113, 168, 83, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.foot {
	background: #43484e;
	color: #ffffff;
	padding: 20px 0 10px;
	margin-top: 100px;
	font-size: 14px;
}

.foot img {
	max-width: 95%;
	margin: 15px 0;
}




/* ============================
   qcSign 页面样式 (2026 升级)
   ============================ */

.qc-sign-page {
    padding-top: 0;
}

/* 顶部 Hero */
.qc-hero {
    position: relative;
    margin: 0 0 24px;
    padding: 56px 24px 48px;
    background:
        radial-gradient(1200px 360px at 18% -10%, rgba(255,255,255,.18), transparent 60%),
        linear-gradient(135deg, #1c5793 0%, #2c71b6 45%, #3a86c6 100%);
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(28,87,147,.18);
    border-radius: 4px;
}

.qc-hero::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
}
.qc-hero::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: 30%;
    width: 420px;
    height: 420px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
}

.qc-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
}

.qc-hero__badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    backdrop-filter: blur(2px);
}

.qc-hero__title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-shadow: 0 2px 12px rgba(0,0,0,.12);
}

.qc-hero__subtitle {
    font-size: 16px;
    color: rgba(255,255,255,.88);
    margin: 0 0 28px;
    letter-spacing: 1px;
}

.qc-hero__meta {
    list-style: none;
    padding: 14px 18px;
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    background: rgba(0,0,0,.18);
    border-radius: 6px;
    font-size: 14px;
    max-width: 760px;
    justify-content: center;
}

.qc-hero__meta li {
    position: relative;
    padding-left: 14px;
    line-height: 22px;
    color: rgba(255,255,255,.92);
}
.qc-hero__meta .dot {
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffd66b;
    box-shadow: 0 0 8px #ffd66b;
}

/* 图片 Banner 模式（qcSign 使用）：纯图片，文字已在图中 */
.qc-hero--img {
    padding: 0;
    background: none;
    border-radius: 4px;
    margin: 0 0 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(28,87,147,.18);
}
.qc-hero--img::before,
.qc-hero--img::after {
    display: none;
}
.qc-hero--img .qc-hero__img {
    display: block;
    width: 100%;
    height: auto;
}

/* 调研说明 */
.qc-intro {
    color: #4a5568;
    font-size: 15px;
    line-height: 28px;
    padding: 6px 0 4px;
}
.qc-intro p {
    margin: 0 0 10px;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.qc-intro p:first-child {
    text-indent: 0;
}
.qc-intro strong {
    color: #1c5793;
}
.qc-intro em {
    color: #ec5b2c;
    font-style: normal;
    font-weight: 600;
}

/* 分节标题 */
.qc-section-header {
    margin: 28px 0 18px;
    padding: 0 0 10px;
    border-bottom: none;
    position: relative;
    display: flex;
    align-items: center;
}
.qc-section-header h4 {
    margin: 0;
    font-size: 20px;
    color: #1c5793;
    font-weight: 700;
    letter-spacing: 1px;
}
.qc-section-header__line {
    flex: 1;
    height: 1px;
    margin-left: 14px;
    background: linear-gradient(90deg, #cfdcea, transparent);
}

/* 分组卡片 */
.qc-form .qc-fieldset {
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 6px;
    padding: 18px 22px 22px;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(28,87,147,.04);
    transition: box-shadow .25s ease;
}
.qc-form .qc-fieldset:hover {
    box-shadow: 0 4px 14px rgba(28,87,147,.08);
}

.qc-fieldset__title {
    position: relative;
    font-size: 16px;
    color: #1c5793;
    font-weight: 600;
    padding-left: 14px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5edf5;
}
.qc-fieldset__title .qc-icon {
    margin-right: 6px;
    vertical-align: middle;
}
.qc-tag {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    font-size: 12px;
    color: #ec5b2c;
    background: rgba(236,91,44,.08);
    border: 1px solid rgba(236,91,44,.25);
    border-radius: 3px;
    vertical-align: middle;
    font-weight: 500;
}

/* icon (内联SVG风格的CSS icon) */
.qc-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -3px;
}
.qc-icon--company {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c5793' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 21h18'/><path d='M5 21V7l8-4 8 4v14'/><path d='M9 9h2'/><path d='M9 13h2'/><path d='M13 9h2'/><path d='M13 13h2'/><path d='M9 17h6'/></svg>");
}
.qc-icon--staff {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c5793' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='9' cy='8' r='4'/><path d='M2 21c0-3.3 3-6 7-6s7 2.7 7 6'/><circle cx='17' cy='9' r='3'/><path d='M22 20c0-2.5-2-4.5-5-4.5'/></svg>");
}
.qc-icon--focus {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c5793' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><circle cx='12' cy='12' r='4'/></svg>");
}
.qc-icon--contact {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c5793' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/></svg>");
}

/* 表单控件 */
.qc-form .form-control {
    border-radius: 4px;
    border-color: #d6e0eb;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.qc-form .form-control:focus {
    border-color: #2c71b6;
    box-shadow: 0 0 0 3px rgba(44,113,182,.12);
}
.qc-form .qc-row {
    margin-bottom: 14px;
}
.qc-form .control-label {
    color: #2c3d50;
    font-weight: 500;
    padding-top: 10px;
    text-align: right;
}
.qc-form .control-label .req {
    color: #ec5b2c;
    margin-right: 2px;
}

/* 长标签不换行 */
.qc-form .qc-label-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 多选网格 */
.qc-checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    padding: 6px 4px 0;
}
@media (max-width: 768px) {
    .qc-checkbox-grid {
        grid-template-columns: 1fr;
    }
}

.qc-checkbox {
    display: flex;
    align-items: flex-start;
    padding: 10px 14px;
    background: #f6f9fc;
    border: 1px solid #e5edf5;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s ease;
    margin: 0;
    font-weight: normal;
    line-height: 22px;
    color: #2c3d50;
}
.qc-checkbox:hover {
    background: #eef4fa;
    border-color: #c6d8ea;
}
.qc-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.qc-checkbox__mark {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b8c7d6;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 2px;
    background: #fff;
    position: relative;
    transition: all .2s ease;
}
.qc-checkbox input[type="checkbox"]:checked + .qc-checkbox__mark {
    background: #1c5793;
    border-color: #1c5793;
}
.qc-checkbox input[type="checkbox"]:checked + .qc-checkbox__mark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.qc-checkbox__label {
    flex: 1;
    font-size: 14px;
}

/* 单选按钮 */
.qc-radio {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px 6px 0;
    margin-right: 14px;
    cursor: pointer;
    font-weight: normal;
    color: #2c3d50;
    position: relative;
}
.qc-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.qc-radio__mark {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #b8c7d6;
    border-radius: 50%;
    margin-right: 6px;
    background: #fff;
    position: relative;
    transition: all .2s ease;
}
.qc-radio input[type="radio"]:checked + .qc-radio__mark {
    border-color: #1c5793;
}
.qc-radio input[type="radio"]:checked + .qc-radio__mark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1c5793;
}

/* 提交行 */
.qc-submit-row {
    margin-top: 28px;
    padding: 6px 0 10px;
    text-align: center;
}
.qc-submit-row .btn {
    min-width: 180px;
    font-size: 16px;
    letter-spacing: 4px;
    padding: 12px 36px;
    border-radius: 4px;
    background: linear-gradient(135deg, #2c71b6, #1c5793) !important;
    border-color: #1c5793 !important;
    box-shadow: 0 4px 12px rgba(28,87,147,.25);
    transition: all .25s ease;
}
.qc-submit-row .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(28,87,147,.35);
}
.qc-tip {
    margin: 14px 0 0;
    color: #8895a7;
    font-size: 13px;
}

@media (max-width: 768px) {
    .qc-hero { padding: 40px 18px 32px; }
    .qc-hero__title { font-size: 26px; letter-spacing: 1px; }
    .qc-hero__subtitle { font-size: 14px; }
    .qc-hero__meta { font-size: 12px; padding: 10px 12px; }
    .qc-form .control-label { text-align: left; padding-top: 0; }
    .qc-form .qc-fieldset { padding: 14px 14px 16px; }
}

/* 联系老师卡片 */
.qc-contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    margin-top: 18px;
    padding: 4px 0 8px;
}
@media (max-width: 768px) {
    .qc-contact-list {
        grid-template-columns: 1fr;
    }
}

.qc-contact-item {
    display: flex;
    align-items: center;
    background: #f6f9fc;
    border: 1px solid #e5edf5;
    border-radius: 6px;
    padding: 14px 16px;
    transition: all .25s ease;
}
.qc-contact-item:hover {
    background: #eef4fa;
    border-color: #c6d8ea;
    box-shadow: 0 2px 8px rgba(28,87,147,.08);
}

.qc-contact-item__avatar {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2c71b6, #1c5793);
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    margin-right: 14px;
}

.qc-contact-item__info {
    line-height: 24px;
    min-width: 0;
}
.qc-contact-item__name {
    font-size: 15px;
    color: #1c5793;
    font-weight: 600;
}
.qc-contact-item__tel {
    font-size: 14px;
    color: #2c3d50;
    font-family: Verdana, Arial, sans-serif;
}
.qc-contact-item__email a {
    font-size: 13px;
    color: #5b89b8;
    text-decoration: none;
    word-break: break-all;
}
.qc-contact-item__email a:hover {
    color: #1c5793;
    text-decoration: underline;
}

/*data*/

.consult-xcfl {
	margin-bottom: 40px;
}

.consult-xcfl h1 {
	font-size: 26px;
	color: #306BAD;
	margin: 30px 0 30px;
}

.consult-xcfl .consult-panel {
	border: 2px solid;
	padding: 20px;
	border-radius: 8px;
	font-size: 18px;
	position: relative;
	margin-bottom: 12px;
}

.consult-xcfl .consult-panel .num-percent {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.consult-xcfl .consult-panel .num-percent span {
	font-size: 12px;
	margin-right: 10px;
}

.consult-xcfl .consult-panel .num {
	font-size: 38px;
	color: #fff;
	font-family: Verdana;
}

.consult-xcfl .consult-panel1 {
	background: #0589eb;
	border-color: #08daf9;
	color: #0affff;
}

.consult-xcfl .consult-panel2 {
	color: #56ffff;
	background: #2bbcc8;
	border-color: #4bedf1;
}

.consult-xcfl .consult-panel3 {
	color: #ffecec;
	background: #e97676;
	border-color: #f8c7c7;
}

.consult .echart {
	border: 2px solid #E0E0E0;
	padding: 5px 15px 5px;
	margin-bottom: 30px;
}

.consult .echart .title {
	background: url(/skin/base/images/project/new/consult-title-bg.png) no-repeat 0px center;
	padding-left: 30px;
	color: #306BAD;
	font-size: 18px;
	margin: 10px 0 5px;
}

.consult .xcbl {
	background: url(/skin/base/images/project/new/consult-map.png) no-repeat center;
	position: relative;
	background-size: contain;
}

.consult .xcbl .num {
	position: absolute;
	left: 16%;
	top: 47%;
	color: #e9f6fa;
	font-size: 33px;
}

.hot-project li {
	border-bottom: 1px solid #999999;

}

.hot-project li a {
	color: #306BAC;
	padding: 14px 120px 14px 20px;
	position: relative;
}

.hot-project li:last-child {
	border: none;
}

.hot-project a::before {
	content: "\e250";
	font-family: "Glyphicons Halflings";
	font-size: 12px;
	color: #FAB029;
	position: absolute;
	left: 3px;
	top: 17px;
}

.text-overflow {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xcbl,
#consult01,
#consult02,
#consult03,
#consult04,
#consult05,
.hot-project {
	height: 250px;
}

.consult05txt {
	min-height: 250px;
	display: flex;
}

.consult05txt div {
	align-self: center;
}

.hot-project li .text-muted {
	position: absolute;
	right: 0;
	top: 15px;
}
