.about {
	display: flex;
}

.about .aleft {
	width: 50%;
}

.about .aright {
	width: 48%;
	margin-left: auto;
	line-height: 30px;
}

.about .aright .indexlogo {
	margin-bottom: 50px;
	text-align: center;
}

.about .aright .indexlogo img {
	max-width: 50%;
	margin: 20px auto;
}

img {
	max-width: 100%;
}

.headr {
	margin-left: auto;

	display: flex;
	align-items: center;
}

.headr .nav {
	margin-right: 20px;
}

.about .swiper-button-next,
.about .swiper-button-prev {
	color: white;
	background: none;
}

.partner {
	display: flex;
	align-items: center;
}

.partner .itemss {
	width: 18%;
	margin: 1%;
	position: relative;
	cursor: pointer;
}

.partner .zehd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #33333391;
	display: none;
}

.work .masonry-box {
	width: 31%;
	margin: 1%;
	position: relative;
	overflow: hidden;
}

.work {
	display: flex;
	flex-wrap: wrap;
}

.work .shadoweffect {
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.work .post-media:hover img {
	transform: scale(1.1);
}

.work .post-media:hover .shadoweffect {
	visibility: visible;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.masonry-box .blog-meta h4 {
	padding: 0.2rem 0;
}

.shadow-desc .blog-meta small::after,
.shadow-desc .blog-meta a,
.shadow-desc .blog-meta h4 a {
	color: #ffffff !important;
}

.shadow-desc {
	position: absolute;
	bottom: 0;
	padding: 1rem 1.5rem;
}

.masonry-box .blog-meta span {
	background-color: #111111;
	border-radius: 3px;
	font-size: 12px;
	padding: 0.1rem 1rem;
}

.blog-meta h4 {
	padding: 1rem 0 0.5rem;
	margin: 0;
	font-size: 21px;
}

.portfolio-main .block {
	display: none;
}

.portfolio-main .block:nth-child(1) {
	display: block;
}


.login h2 {
	text-align: left;
}

.login-form-group {
	margin-bottom: 20px;
}

.login-form-group label {
	display: block;
	margin-bottom: 5px;
	position: relative;
}

.login-form-group input {
	width: 100%;
	padding: 10px;
	border: 1px solid #0032ff;
	border-radius: 3px;
	padding-left: 10px;
	box-sizing: border-box;
	place-content: #0032ff;
	font-size: 14px;
}
textarea::placeholder,input::placeholder {
    color: #0032ff !important; /* 将颜色更改为您想要的颜色 */
}
.login-form-group .fa {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 18px;
	color: #0032ff;
}

.login-form-group button {
	background-color: #0032ff;
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	padding: 8px 15px;
	font-size: 16px;
	box-sizing: border-box;
}

.login-form-group button:hover {
	background-color: #0056b3;
}

.login-form-button {
	text-align: center;
	/*! margin-top: 20px; */
}

.login-form-button button {
	background-color: #0032ff;
	color: #fff;
	border: none;
	/*! border-radius: 3px; */
	cursor: pointer;
	/*! padding: 10px 20px; */
	font-size: 16px;
	width: 100%;
	margin-top: 50px;
	height: 64px;
}

.login-form-button button:hover {
	background-color: #0056b3;
}

.login .yanzhengm {
	display: flex;
	align-items: center;
	width: 100%;
}

.login .yanzhengm .foma {
	width: 76%;
}

.login .yanzhengm #get-code {
	width: 20%;
	margin-left: auto;
	padding: 10px;
}

/* 会员中心 */
/* 会员中心容器 */
.member-container {
	display: flex;
}

/* 左侧容器 */
.member-left {
	width: 300px;
	padding: 20px;
	background-color: #f5f5f5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* 右侧容器 */
.member-right {
	/*! flex: 1; */
	/*! padding: 20px; */
	/*! background-color: #fff; */
	/*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

/* 用户基本信息 */
.profile {
	text-align: center;
	margin-bottom: 20px;
}

.profile img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
}

/* 菜单项 */
.menu {
	width: 100%;
}

/* 作品列表 */
.work-list {
	width: 100%;
}
.work-list .el-table th > .cell{font-size:16px;font-weight:bold;color: #0032ff;}
/* 左侧容器 */
.member-left {
	width: 300px;
	padding: 20px;
	background-color: #f5f5f5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.work-list .el-table .cell{font-size:14px;color: #0032ff;}
/* 用户基本信息 */
.profile {
	text-align: center;
	margin-bottom: 20px;
}

.profile .basic-info {
	color: #999;
	margin-bottom: 20px;
}

.profile img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin-bottom: 10px;
}

/* 菜单项 */
.menu {
	width: 100%;
}

/* 右侧容器 */
.member-right {
	/*! flex: 1; */
	/*! padding: 20px; */
	/*! background-color: #fff; */
	/*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	width: 100%;
}

/* 作品列表 */
.work-list {
	width: 100%;
}

.userc {
	width: 960px;
	margin: 130px auto;
}
.userc.yulan{width:1440px;}
.userc .ucenter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.userc .tiela {
	font-size: 32px;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	color: #0032ff;
	margin-bottom: 50px;
}

/* 未上传作品模块 */
.no-upload-module {
	/*! margin-top: 20px; */
	/*! padding: 20px; */
	/*! background-color: #f5f5f5; */
	/*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.no-upload-module .no-upload-text{
	font-size: 32px;
  color: #0032ff;
	text-align: left;
}
.no-upload-module .no-upload-text .p2{font-weight: bold;/*! font-size: font-size: 32px; */font-size: 32px;}
.no-upload-module .no-upload-text .p1{font-size: 24px;margin-top:15px;font-weight: normal;}
/* 未上传字体图标 */
.no-upload-text i {
	font-size: 24px;
	margin-right: 10px;
	color: #ff9900;
	/* 橙色，可根据需要修改颜色 */
}

/* 立即上传按钮 */
.upload-button {
	background-color: #000;
}

.upload-button:hover {
	background-color: #333;
}

.member-right .upbtn {}

.menu li a {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.userc .el-button--text {
	color: #0032ff;
	font-size: 12px;
}

.userc .el-button+.el-button {
	margin-left: 0px;
}

 .upbtn button {
	background: #0032ff;
	border: black;
	width: 200px;
	height: 64px;
	font-size: 16px;
	border-radius: 0px;
}

/* 个人资料表单 */

/* 个人资料表单 */
.userc .userinfo {
	max-width: 100%;
	margin: 0px auto;
}

.userinfo .profile-form {
	/*! padding: 20px; */
	/*! background-color: #f5f5f5; */
	/*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

/* 表单组 */
.userinfo .form-group {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.userinfo .form-group input{border-radius:none;}
.userinfo .form-group input,.userinfo .form-group .el-select{flex: 1;border-radius: none;}
.form-group  .el-input__inner{border-radius:0px;}
.userinfo .form-group label {
	font-weight: bold;
	margin-right: 10px;
	width: 150px;
	/* 调整标签宽度，可根据需要修改 */
	display: flex;
	align-items: center;
	color: #0032ff;
}

.userinfo .form-group i {
	font-size: 18px;
	margin-right: 10px;
}

.userinfo .form-group input,
.userinfo .form-group .el-radio-group,
.userinfo .form-group .el-select__input,
.userinfo .form-group .el-input__inner {
	flex: 1;
	/* 自动扩展填充剩余宽度 */
	padding: 8px;
	border: 1px solid #0032ff;
	/*! border-radius: 4px; */
	line-height: 1.5;
	color: #0032ff;
}

/* 更新资料按钮 */
.userinfo .update-button {
	background-color: #0032ff;
	/* 黑色，可根据需要修改颜色 */
	border: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*! padding: 16px 0; */
	border-radius: 0px;
	cursor: pointer;
	color: white;
	font-size: 16px;
	height: 64px;
	line-height: 64px;
	padding: 0px;
	margin-top: 50px;
}

.userinfo .update-button:hover {
	background-color: #333;
	/* 深灰色，可根据需要修改颜色 */
}

.userinfo .form-group .el-radio-group {
	display: flex;
	align-items: center;
}

.upload-form {
	/*! padding: 20px; */
	max-width: 100%;
	margin: 0px auto;
}
.upload-form .zptitle{text-align: left;font-size:24px;color:#0032ff;font-weight: bold;margin-bottom: 20px;}
/* 表单组 */
.upload-form .form-group {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.upload-form .form-group .el-textarea {
	width: calc(100% - 150px);
}

.upload-form .form-group .upload-demo {
	width: 80%;
	text-align: left
}

.upload-form .form-group label {
	font-weight: bold;
	margin-right: 10px;
	width: 150px;
	/* 调整标签宽度，可根据需要修改 */
	display: flex;
	align-items: center;
}

.upload-form .form-group i {
	font-size: 18px;
	margin-right: 10px;
}

.upload-form .form-group input,
.upload-form .form-group .el-select__input,
.upload-form .form-group .el-input__inner,
.upload-form .form-group .el-textarea__inner {
	flex: 1;
	/* 自动扩展填充剩余宽度 */
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1.5;
}

/* 下一步按钮 */
.upload-form .next-button {
	background: black;
	/* 黑色，可根据需要修改颜色 */
	border: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	border-radius: 4px;
	cursor: pointer;
	color: white;
}

.upload-form .next-button:hover {
	background-color: #333;
	/* 深灰色，可根据需要修改颜色 */
	color: white;
}

.upload-form form {
	/*! margin-top: 50px; */
}
.upload-form form .el-form-item{margin-bottom: 10px;position: relative;}
.upload-form form .el-form-item .dele{position: absolute;top:-30px;right:0px;color: #0032ff;}
.upload-form form .el-form-item .el-textarea__inner{border:1px solid #0032ff;border-radius: 0px;color: #0032ff;}
.upload-form form .form_group{display: flex;flex-wrap: wrap;}
.upload-form form .form_group .el-form-item{width:49%;}
.upload-form form .form_group .el-form-item:nth-child(1){margin-right:2%;}
.upload-form .el-step__title {
	text-align: center;
}

.newslist {
	margin: 50px auto;
}

.search {
	position: relative;
}

.search input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 1px solid black;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
}

.search .fa-search {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 18px;
	color: black;
}

.sub {
	display: flex;
	align-items: center;
	margin-top: -30px;
	z-index: 5;
	position: relative;
}

.sub a {
	flex: 1%;
	background: #0032ff;
	text-align: center;
	color: white;
	height: 64px;
	/*! margin: 0px 20px; */
	margin-right: 1%;
	line-height: 64px;
	font-size: 16px;
}
.sub a:nth-last-child(1){margin-right:0px;}
.sub a:hover {
	/*! background: #fff; */
	/*! color: #000; */
	/*! border: 2px solid #000; */
	/*! font-size: 24px; */
	box-sizing: border-box;
	color: white;
}

.headl .shekjia {
	margin-left: 20px;
	font-size: 16px;
	color: white;
}

.upload-form .el-select {
	width: 100%;
}

.upload-form .formg {
	display: flex;
	margin: 10px 0px;
}

.upload-form .formga{	display: flex;
	margin: 10px 0px;}
.upload-form .formg .formgc {
	width: 32.33%;
	position: relative;
}.upload-form .formg .formgc:nth-child(2){margin:0px 1.5%;}
.upload-form  .fromab{width:24%;position: relative;}
.upload-form .formga .el-input{100%}
.upload-form .formga .fromab:nth-child(2),.upload-form .formga .fromab:nth-child(3){margin:0px 1%;}
.upload-form .formg .el-input:nth-child(2){/*! margin:0px 1.5%; */}
.upload-form .formg
.upload-form .formg .el-select {
	width: 100%;
	
}

.upload-form .formg .el-select .el-input {
	width: 100%;
}

.required-field {
	color: #0032ff;
	margin-right: 4px;
	position: absolute;
	right: 30px;
	top: 10%;
	z-index: 999;
}

.upload-form .el-form-item__content button {
	width: 100%;
	/*! margin-left: 0px; */
	background: #0032ff;
	border: black;
	font-size: 16px;
	border-radius: 0px;
	margin-top: 24px;
	height: 64px;
	line-height: 64px;
	padding: 0px;
}

.upload-form .el-input__inner {
	border: 1px solid #0032ff;
	border-radius: 0px;
	background: white;
	color: #0032ff;
}

.upload-form .el-form-item .el-form-item__label {
	display: block;
	float: none;
	text-align: left;
	color: #0032ff;
	/*! padding-left: 10px; */
	font-size: 14px;
}

.upload-form .el-form-item__content {
	margin-left: 0px !important;
}

.upload-form .formg>div:nth-child(1) {
	/*! margin-right:2%; */
	/*! margin-left:0px; */
}
.upload-form .formg .el-select{width:100%;}
.upload-form .formg>div:nth-child(2) {
	/*! margin-right:0px; */
	/*! margin-left: auto; */
}

.aucon .aut {
	/*! margin: 20px 0px; */
	text-align: left;
	/*! empty-cells: flex; */
	/*! align-items: center; */
	position: relative;
	margin-bottom: 20px;
}

.aucon .aucnn {
	line-height: 30px;
	margin-top: 0px;
	/*! border-top: 1px solid rgb(0,50,255); */
	padding-top: 20px;
	/*! border-bottom: 1px solid rgb(0,50,255); */
	padding-bottom: 20px;
}

.aucon .aut .p2 {
	font-size: 24px;
	margin: 0px 0px;
	color: #333;
}
.form2{text-align:right;}
.form2 button {
	background: #0032ff;
	color: white;
	border-radius: 0px;
}

.aucon .aut .p1 {
	font-size: 34px;
	color: rgb(0,50,255);
	position: relative;
	/*! right: 0px; */
	/*! background: #000000a3; */
	/*! padding: 5px 20px; */
	/*! border-radius: 5px; */
	/*! top: 0px; */
	font-weight: bold;
}

.selectcer_g_1 table {
	margin: 0;
}
.selectcer_g_1 table .form-group{box-sizing: border-box;max-width:100%;}
.selectcer_g_1 .table>tbody>tr>td,
.selectcer_g_1 .table>tbody>tr>th,
.selectcer_g_1 .table>tfoot>tr>td,
.selectcer_g_1 .table>tfoot>tr>th,
.selectcer_g_1 .table>thead>tr>td,
.selectcer_g_1 .table>thead>tr>th {
	padding: 20px 20px 0px 20px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #0032ff;
	box-sizing: border-box;
}

.selectcer_g_1 .table input {
	width: 100%;
	padding: 10px;
	/*! padding-left: 10px; */
	border: 1px solid #0032ff;
	box-sizing: border-box;
}

.selectcer_g_1 {
	/*! width: 100%; */
	/*! overflow: hidden; */
	/*! border-radius: 10px; */
	/*! border: black 2px dotted; */
	/*! margin: 12px; */
	background: linear-gradient(to bottom, #ffffff);
	/*! padding: 50px 0px; */
	box-sizing: border-box;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.selectcer_g_1 tr td:first-child {
	height: 80px;
	line-height: 80px !important;
	padding: 0 0 0 46px !important;
	width: 220px;
	border-right: black 2px dotted;
	font-size: 18px;
	/*! text-align: center; */
	/*! display: flex; */
	color: #0032ff;
}

.selectcer_g_1 tr td:first-child {
	line-height: 66px;
	font-size: 18px;
}

#year {
	height: 40px;
	border: #0032ff;
	/*! border-radius: 12px; */
	/*! background-color: #eee; */
	width: 100%;
	padding: 10px 20px;
	/*! background: #0032ff; */
	color: #0032ff;
}

.form-group .checkbox-inline,
.form-group .radio-inline {

	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;

	margin: 0px 10px;
	color: #0032ff;
}

.form-group .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
	padding-left: 20px;
	max-width: 100%;
	width: auto;
	margin-top: 3px;
}

.cerselect {
	/*! width: 206px; */
	/*! height: 40px; */
	display: block;
	/*! margin: 50px auto 0px auto; */
	background-color: #0032ff;
	color: #ffffff;
	text-align: center;
	/*! line-height: 40px; */
	font-size: 20px;
	border-radius: 20px;
	background-color: #0032ff;
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 16px;
	width: 100%;
	margin-top: 40px;
	box-sizing: border-box;
}

.channel_works .competitionTop {
	position: relative;
	/*! margin-bottom: 50px; */
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	/*! right: 20px; */
	z-index: 999;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
.channel_works .competitionTop .fanhui{
	display: block;
 background: #333;
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin-left: 20px;
  
  padding: 5px 10px;
	border-radius: 10px;
}
.channel_works .competitionTop .workslist_d{text-align: left;color: #0032ff;}
.channel_works .competitionTop .workslist_d .p1{font-size:32px;color:#0032ff;margin-bottom:15px;}
.channel_works .competitionTop .workslist_d .p2{font-size:24px;font-weight: normal;}
.channel_works .competitionTop .hjbtn {
	/*! position: absolute; */
	/*! right: 0px; */
	/*! top: 0px; */
	background: #333;
	color: white;
	/*! padding: 5px 20px; */
	/*! border-radius: 5px; */
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	margin-left: auto;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
}

.channel_works .workslist_t {
	justify-content: left;
}
.login_tab{margin-top:50px;}
.login-form .radiu{display: flex;align-items: center;}
.login-form .radiu .liad{display: flex;align-items: center;width: 20%;}
.login-form .radiu .liad input{width:auto;display: inline-block;margin-right:5px;}
.page-container .filter-section{margin:50px 0px;}
.page-container {
 
}

.page-container .filter-description p {
  margin-right: 10px;
  color: #0032ff;
}
.page-container .filter-section {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
}
.page-container .filter-section .filter-description{display: flex;align-items: center;width: 48%;}
.page-container .filter-section .filter-description:nth-child(2){margin-left:auto;width:48%;}
.page-container .filter-section .filter-description .el-select{width:100%;}
.page-container .filter-section .filter-description:nth-child(2){/*! margin-left:auto; */width: 40%;/*! margin-left: 10%; */}
.page-container .filter-section button{margin-left:auto;}
.page-container .category-radio {
  margin-left: 20px;
}

.page-container .table-section {
  /*! border: 1px solid #ccc; */
  /*! padding: 20px; */
}
.page-container .table-section  .el-pagination{margin-top:40px;}
.huojia{display:flex;align-items:center;margin: 0px 0px 50px 0px;}
.huojia .hja{flex:1;text-align:center;display: flex;align-items: center;}
.huojia .hja:nth-child(1){margin-right:2%;}
.huojia .hja .el-select{width:100%;}
.pingshen .cheao{display:flex;align-items:center;}
.pingshen .cheao .el-radio.is-bordered.is-checked{border:1px solid #0032ff;/*! border-radius: 0px; */}
.pingshen .form_group{display:flex;align-items:center;}
.pingshen .form_group .login-form-group{width:70%;margin-bottom: 0px;}
.pingshen .form_group #get-code{width:25%;height:44px;background:#0032ff;color: white;border: none;margin-left: auto;border-radius: 0px;cursor: pointer;}
.dslad{display:flex;align-items:center}
.dslad .filter-row{width:80%;}
.dslad .sxbtn{/*! margin-left:10%; */width: 10%;margin: ;background: #0032ff;border-color: #0032ff;margin-left: auto;}
.cptext{text-align:left;line-height: 30px;}
.hjt .p1{
    font-weight: bold;
  font-size: 32px;
  color: #0032ff;
  text-align: left;
 
}
.hjt .p2{
     font-size: 24px;
  margin-top: 15px;
  font-weight: normal;
   color: #0032ff;
}
.member-right .uploadtxt{text-align:left;margin: 50px 0px;font-size: 14px;}
    .work_detail {

        display: flex;
        /*! justify-content: space-between; */
        /*! align-items: flex-start; */

        /*! align-content: center; */
    }

    .work_detail .left {
        width: 75%;
    }

    .work_detail .right {
        width: 22%;
        margin-left: auto;
        position: relative;
        min-height: 500px;
    }

    .work_detail .work_slider {
        display: flex;
        overflow: hidden;
    }

   .work_detail  .work_slide {
        flex: 0 0 70%;
        padding-right: 10px;
    }

   .work_detail  .work_info {
        border: 1px solid #0032ff;
        padding: 10px;
        text-align: left;
        height: 80%;
        color: #0032ff;
    }

    .work_detail .work_info p {
        margin: 5px 0px;
        color: #0032ff;
    }

    .work_detail .work_info .bianhao {
        margin: 0px 0px 20px 0px;
        font-size: 18px;
        text-align: left;
    }

   .work_detail  .work_info .name {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .work_detail .work_description {

        line-height: 30px;
        text-align: left;
    }
.work_detail  .score_input {
     width: 100%;
        padding: 5px;
        margin-top: 10px;
        border: 1px solid #0032ff;
        border-radius: 0px;
        box-sizing: border-box;
        padding: 10px 20px;
    }

  .work_detail   .button_group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

  .work_detail   .button_group button {
        /*! padding: 8px 20px; */
        border: none;
        cursor: pointer;
        border-radius: 0px;
        color: #fff;
        width: 48%;
        height: 64px;
        /*! border-radius: none; */
        font-size: 16px !important;
        background: #0032ff;
        line-height: 64px;
    }

    .work_detail  .next_button {

    }
#exportContent img{width:100%;}
  .work_detail .next_button {
        /*! margin-left: auto; */
    }

    .work_detail  .fancybox {
        margin-bottom: 0px;
    }
      .work_detail  .fancybox  .fancy{display:block !important}
    .work_detail .swiper-button-next, .work_detail .swiper-button-prev,.work_detail .swiper-button-next, .work_detail .swiper-button-prev{color:#0032ff}
.competition .el-table thead .cell{font-size:16px;font-weight: bold;}
.competition .el-table .cell,.competition .el-table th > .cell{color:#0032ff}
.competition .down a{color:#0032ff;display:inline-block;margin:0px 5px;}
.competition .commonbtn{
    width: 100%;
  margin-left: 0px;
  background: #0032ff;
  border: black;
  font-size: 16px;
  border-radius: 0px;
  margin-top: 24px;
  height: 64px;
  line-height: 64px;
  padding: 0px;
    margin: 50px 0px;
}
.page-container .filter-description  .el-radio__label,.el-select .el-input .el-select__caret{color:#0032ff}
.page-container .filter-description .el-input__inner{border:1px solid #0032ff;border-radius: 0px;}
.page-container .el-select .el-input .el-select__caret,.page-container .el-input__inner,.page-container .el-pagination__total,.page-container .el-pagination__jump{color:#0032ff;}
.page-container .el-input__inner{border:1px solid #0032ff;}
.aucon{display:flex;/*! align-items: center; */}
.aucon .auconl{width:67%;}
.aucon .auconr{width:30%;margin-left:auto;/*! border: 1px solid rgb(0,50,255); */}
.zhichi {margin:50px 0px;}
.zhichi .zct{font-size:24px;margin-bottom:30px;color: rgb(0,50,255);border-bottom: 1px solid;padding-bottom: 20px;line-height: 40px;}
.zhichi .expertslist li{width:31%;margin:1%;border: 1px solid #0032ff;}
img{max-width:100%;}