@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 14px;
	text-align: left;
	color: #333;
	line-height: 28px;
	min-width: 1280px;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

a {
	text-decoration: none;
	color: #323232;
}

a:hover {
	color: #2c94ff;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.container {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: auto;
	padding: 60px 0 50px;
}

.application {
	background: url(../images/paper_bg.png) no-repeat bottom left;
	width: auto;
	height: 190px;
	position: relative;
	margin-bottom: 30px;
}

.application .paper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.application .paper img {
	width: 128px;
	height: 174px;
	display: block;
	object-fit: cover;
}

.application .appWrap {
	padding: 60px 0 0 250px;
}

.search {
	width: auto;
	height: 57px;
	background: #fff;
	border: 2px solid #2c94ff;
	border-radius: 10px;
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.search .searchSel {
	flex: 0 0 auto;
	margin-right: 15px;
	position: relative;
}

.search .searchSel a {
	padding: 0 25px;
	width: auto;
	height: 53px;
	font-size: 18px;
	color: #2c94ff;
	line-height: 53px;
	text-align: center;
	display: block;
	position: relative;
}

.search .searchSel a::after {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #2c94ff;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%) rotate(-45deg);
	margin-top: -4px;
}

.search .searchSel .selBox{
	position: absolute;
	top: 53px;
	left: 10px;
	width: 160px;
	height: auto;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	display: none;
}

.search .searchSel .selBox.show{
	display: block;
}

.search .searchSel .selBox::after{
	content: "";
	background: #fff;
	box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.15);
	width: 12px;
	height: 12px;
	position: absolute;
	top: -6px;
	left: 20px;
	z-index: 99;
	transform: rotate(45deg);
}

.search .searchSel .selBox li{
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	z-index: 100;
}

.search .searchSel .selBox li.cur{
	color: #2c94ff;
}
.search .searchSel .selBox li:hover{
	background: #2c94ff;
	color: #fff;
}

.search .searchInput {
	flex: 1;
}

.search .searchInput input {
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	padding: 0 15px;
	border-width: 0;
	outline: none;
	font-size: 20px;
	line-height: 1em;
	color: #333;
	display: block;
}

.search .searchInput input::placeholder {
	color: #bbb;
}

.search .searchBtn {
	flex: 0 0 97px;
	padding: 6px 6px 0 0;
}

.search .searchBtn a {
	width: 100%;
	height: 41px;
	display: block;
	border-radius: 10px;
	background: #2c94ff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 41px;
	overflow: hidden;
}

.creation {
	width: 590px;
	height: auto;
}

.creation .ctTit {
	font-size: 24px;
	color: #bb0b07;
	line-height: 28px;
	font-weight: bolder;
	margin-bottom: 20px;
}

.creation .ctTit a {
	color: #bb0b07;
}

.creation .ctBox {
	width: auto;
	height: 680px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.creation .ctBox .boxSwiper {
	position: relative;
	height: 530px;
	overflow: hidden;
}

.creation .ctBox .boxSwiper .swiper-slide {
	width: auto;
	height: 260px;
}

.creation .ctBox .boxSwiper .swiper-slide a {
	display: block;
	padding: 10px;
}

.creation .ctBox .boxSwiper .swiper-slide a img {
	width: 100%;
	height: 160px;
	display: block;
	object-fit: cover;
	margin-bottom: 10px;
}

.creation .ctBox .boxSwiper .swiper-slide a p {
	padding: 0 10px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	font-weight: bolder;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.creation .ctBox .boxSwiper .swiper-pagination {
	text-align: right;
	padding: 0 20px;
}

.creation .ctBox .boxSwiper .swiper-pagination-bullet-active {
	background: #acacac;
}

/* 
.creation .ctBox .boxSwiper .list{
	padding: 15px;
	overflow: hidden;
}

.creation .ctBox .boxSwiper .list ul{
	list-style: none;
}

.creation .ctBox .boxSwiper .list li{
	width: 270px;
	height: 235px;
	float: left;
	margin: 0 20px 20px 0;
}

.creation .ctBox .boxSwiper .list li:nth-child(2n){
	margin-right: 0;
}

.creation .ctBox .boxSwiper .list li a{
	display: block;
}

.creation .ctBox .boxSwiper .list li a img{
	width: 270px;
	height: 150px;
	display: block;
	object-fit: cover;
}

.creation .ctBox .boxSwiper .list li a h3{
	padding: 15px 10px;
	font-size: 18px;
	line-height: 24px;
} */

.creation .ctBox .boxBtn {
	padding: 35px 50px;
}

.creation .ctBox .boxBtn a {
	display: block;
	background: #5fa0fd;
	font-size: 24px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	border-radius: 16px;
	transition: all 0.2s;
}

.creation .ctBox .boxBtn a:hover {
	background: #458df4;
}

.myDialog .el-dialog__body{
	padding: 10px 20px 10px;
}