@charset "utf-8";

/*!
 * agilebins v1.0.4
 *
 * 快速解决网站上大部分特效展示...
 * 官网: http://ab.geshai.com
 * 
 *有疑难问题可选择QQ群① 158544200 或QQ群② 790370978 进行反馈
 *
 * 请尊重原创，保留头部版权
 * 在保留版权的前提下，可应用于个人或商业用途
 *
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	letter-spacing: .03em
}

.mediadoc-text h1,
.mediadoc-text h2,
.mediadoc-text h3,
.mediadoc-text h4,
.mediadoc-text h5,
.mediadoc-text h6,
.mediadoc-text p,
.mediadoc-text blockquote,
.mediadoc-text pre,
.mediadoc-text a,
.mediadoc-text img,
.mediadoc-text q,
.mediadoc-text dl,
.mediadoc-text dt,
.mediadoc-text dd,
.mediadoc-text ol,
.mediadoc-text ul,
.mediadoc-text li,
.mediadoc-text fieldset,
.mediadoc-text form,
.mediadoc-text label,
.mediadoc-text legend,
.mediadoc-text table,
.mediadoc-text caption,
.mediadoc-text tbody,
.mediadoc-text tfoot,
.mediadoc-text thead,
.mediadoc-text tr,
.mediadoc-text th,
.mediadoc-text td,
.article-main h1,
.article-main h2,
.article-main h3,
.article-main h4,
.article-main h5,
.article-main h6,
.article-main p,
.article-main blockquote,
.article-main pre,
.article-main a,
.article-main img,
.article-main q,
.article-main dl,
.article-main dt,
.article-main dd,
.article-main ol,
.article-main ul,
.article-main li,
.article-main fieldset,
.article-main form,
.article-main label,
.article-main legend,
.article-main table,
.article-main caption,
.article-main tbody,
.article-main tfoot,
.article-main thead,
.article-main tr,
.article-main th,
.article-main td {
	all: revert;
}

body {
	font-family: Microsoft YaHei, "PingFang SC", arial, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

em,
i {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

.clear {
	height: 0;
	clear: both;
	overflow: hidden
}

body {
	font: 12px/18px "microsoft yahei", "SimHei", "SimSun";
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
}

a {
	color: #183b52;
	text-decoration: none
}

a:hover {
	color: #3c3;
	text-decoration: none
}

.h100 {
	height: 100px;
	overflow: hidden
}

.h50 {
	height: 30px;
	overflow: hidden
}


.header-login-mobile {
	display: none;
}

#header-mobile {
	display: none;
}

.list-mobile-info {
	display: none;
}


/******************  分界线  ********************/

*,
body,
html {
	box-sizing: border-box;
}

body,
html {
	height: 100%;
}

.mediadoc-main,
.demo-main {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* 一、导航菜单演示 */
.header-box {
	position: relative;
	height: 500px;
	z-index: 1;
	/* background-image: url('/staticresource/scioabook/static/bg.png'); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.header-box .swiper-container {
	height: 500px;
}

.header-box .swiper-slide {
	/* background-size: 100%; */
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.header-box .swiper-slide img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}


.header-nav {
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	z-index: 2;
	margin: 0 auto;
	align-items: center;
	height: 60px;
	padding: 0 18.7%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-logo,
.header-login {
	cursor: pointer;
}

.header-nav .one {
	padding-left: 80px;
	flex: 1;
}

.header-nav .conts {
	position: relative;
	z-index: 2;
	float: left;
	line-height: 64px;
	padding: 0 24px;
	cursor: pointer;
}

.header-nav h3 {
	font-size: 15px;
	font-weight: 700;
}

.header-nav h3 a {
	color: #384572;
	font-weight: 400;
}

.header-nav h3 a:hover {
	color: #1549C0;
	text-decoration: none;
}


.header-nav .on a {
	color: #1549C0;
}

.header-nav .on a:hover {
	color: #1549C0;
	text-decoration: none;
}

.header-nav .sub {
	display: none;
	text-align: center;
	width: 120px;
	border-radius: 0 0 8px 8px;
	background-color: #3c3;
	z-index: 99;
}

.header-nav .sub ul {
	padding: 20px 0;
}

.header-nav .sub li {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
}

.header-nav .sub li a {
	color: #fff;
}

.header-nav .sub li a:hover {
	color: #fff;
	text-decoration: underline;
}

.header-nav .header-login {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: #384572;
	font-size: 14px;
	letter-spacing: 2px;
}

.search-img {
	margin-right: 24px;
}

.search-img .search-nav-input {
	display: none;
	position: relative;
}

.nav-input {
	height: 32px;
	padding-left: 12px;
	border: 1px solid #DAE0EE;
	border-radius: 20px;
	outline: none;
}

.nav-input:focus {
	border: 1px solid #1549C0;
}

.header-nav .header-login img {
	margin-right: 8px;
}

.header-info {
	position: absolute;
	top: 145px;
	left: calc(50%);
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	z-index: 1;
	flex-direction: column;
	min-width: 600px;
}

@media screen and (min-width: 1600px) {

	.mediadoc-main .auto-padding,
	.demo-main .auto-padding {
		padding: 0 18.7%;
	}

}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

	.mediadoc-main .auto-padding,
	.demo-main .auto-padding {
		padding: 0 10%;
	}

}

@media screen and (max-width: 1200px) {

	.mediadoc-main .auto-padding,
	.demo-main .auto-padding {
		padding: 0 5%;
	}

}

.theme-card-grid {
	display: grid;
	gap: 24px;
	padding: 44px 0;
	grid-template-columns: repeat(3, 1fr);
}

.theme-card {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	height: 100px;
	padding: 0 20px;
	width: 100%;
	border-radius: 8px;
}

.theme-card:nth-child(1) {
	background: linear-gradient(0deg, rgba(69, 128, 222, 0.1) 0%, rgba(75, 115, 247, 0.2) 100%);
}

.theme-card:nth-child(2) {
	background: linear-gradient(0deg, rgba(56, 191, 220, 0.1) 0%, rgba(56, 191, 220, 0.2) 100%);
}

.theme-card:nth-child(3) {
	background: linear-gradient(0deg, rgba(131, 139, 229, 0.1) 0%, rgba(186, 131, 229, 0.2) 100%);
}

.theme-card:nth-child(4) {
	background: linear-gradient(0deg, rgba(247, 163, 74, 0.1) 0%, rgba(253, 192, 112, 0.2) 100%);
}

.theme-card:nth-child(5) {
	background: linear-gradient(0deg, rgba(227, 110, 112, 0.1) 0%, rgba(230, 122, 181, 0.2) 100%);
}

.theme-card:nth-child(6) {
	background: linear-gradient(0deg, rgba(60, 197, 42, 0.1) 0%, rgba(73, 181, 82, 0.2) 100%);
}

.theme-card:nth-child(1) .theme-card-title,
.theme-card:nth-child(1) .theme-card-desc {
	color: #3761B2;
}

.theme-card:nth-child(2) .theme-card-title,
.theme-card:nth-child(2) .theme-card-desc {
	color: #1E98BF;
}

.theme-card:nth-child(3) .theme-card-title,
.theme-card:nth-child(3) .theme-card-desc {
	color: #635BC2;
}

.theme-card:nth-child(4) .theme-card-title,
.theme-card:nth-child(4) .theme-card-desc {
	color: #F09C2E;
}

.theme-card:nth-child(5) .theme-card-title,
.theme-card:nth-child(5) .theme-card-desc {
	color: #C95AA6;
}

.theme-card:nth-child(6) .theme-card-title,
.theme-card:nth-child(6) .theme-card-desc {
	color: #2CB457;
}

.theme-card-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.theme-card-title {
	font-size: 18px;
	font-weight: 600;
	color: #3761B2;
}

.theme-card-desc {
	font-size: 12px;
	opacity: .6;
	color: #3761B2;
}

.theme-card-logo {
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 0;
	right: 20px;
	background-size: 100% 100%;
}

.theme-card:nth-child(1) .theme-card-logo {
	background-image: url(../static/rank1.svg);
}

.theme-card:nth-child(2) .theme-card-logo {
	background-image: url(../static/rank2.svg);
}

.theme-card:nth-child(3) .theme-card-logo {
	background-image: url(../static/rank3.png);
}

.theme-card:nth-child(4) .theme-card-logo {
	background-image: url(../static/rank2.svg);
}

.theme-card:nth-child(5) .theme-card-logo {
	background-image: url(../static/rank3.png);
}

.theme-card:nth-child(6) .theme-card-logo {
	background-image: url(../static/rank1.svg);
}

.footer-info {
	background: #1C2339;
	padding-top: 30px;
	padding-bottom: 24px;
}

.about-title {
	font-size: 20px;
	color: white;
}

.about-btns {
	color: #86909C;
	margin-top: 15px;
	cursor: pointer;
	display: flex;
	gap: 8px;
}

.mediadoc-main .footer-content,
.demo-main .footer-content {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(134, 144, 156, .2);
	margin-bottom: 24px;
	padding-bottom: 30px;
}

.footer-signature {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.signature-box {
	display: inline-block;
	text-align: left;
}

.signature-box .about-btns {
	display: block;
}

.copyright-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	color: #86909C;
	text-align: center;
}

.copyright-text-ba {
	display: flex;
	align-items: center;
	gap: 4px;
}


.breadcrumb {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	height: 64px;
	background: url(/staticresource/scioabook/static/banner.jpg);
	background-size: 100% 100%;
	color: #A6ACBC;
}

.breadcrumb img {
	margin-right: 4px;
}

.breadcrumb-home {
	cursor: pointer;
}

.breadcrumb-next {
	margin: 0 4px;
}

.breadcrumb-last {
	color: #677390;
}


.popper-dialog {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 111;
	background-color: white;
	box-shadow: 0px 4px 40px 0px #1D1E550A;
}

/* 提示部分 */
.toast-container {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

.toast {
	padding: 15px 20px;
	margin-bottom: 10px;
	border-radius: 6px;
	color: white;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	animation: slideIn 0.3s ease-out forwards, fadeOut 0.3s ease-in forwards 2.7s;
	max-width: 350px;
	opacity: 0;
	transform: translateY(100%);
}

.toast i {
	margin-right: 12px;
	font-size: 1.2em;
}

.toast-success {
	background-color: #f0f9eb;
	color: #67c23a;
}

.toast-error {
	background-color: #fef0f0;
	color: #f56c6c;
}

.toast-warning {
	background-color: #fdf6ec;
	color: #e6a23c;
}

.toast-info {
	background-color: #edf2fc;
	color: #909399;
}

@keyframes slideIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(100%);
	}
}

.empty-page {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.page-img {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	color: #A6ACBC;
}