/*
 * @Desc: 公共样式
 * @Author: 赵佳明
 * @Date: 2023-01-30 09:11:04
 * @LastEditors: 赵佳明
 * @LastEditTime: 2024-08-15 19:46:48
 * Copyright (c) 2023 山木枝(河北)技术服务有限公司, All Rights Reserved.
 */
body {
	margin: 0 auto !important;
	font-family: 'YUANTI';
}

.inner {
	width: 1200px;
	margin: 0 auto;
}
/* ResourceHanRoundedCN-Medium.ttf */
/* 字体包 */
@font-face {
	font-family: 'YUANTI';
	src: url(./../../fonts/vendor/bootstrap-sass/bootstrap/ResourceHanRoundedCN-Medium.ttf);
  }
/* 滚动条隐藏 */
::-webkit-scrollbar {
	display: none;
	/* background-color:transparent; */
}

/* 首页 */
.page-index {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
	height: 100vh;
	font-size: 20px;
}

.top-public-box {
	position: relative;
	width: 100%;
	/* height: calc(24.48vw + 319px); */
	background-color: #FFFDF5;
	/* padding-top: calc(24.48vw - 58px); */
	padding-top: calc(24.48vw - 3vw);
	padding-bottom: 34px;
}

.top-public .btn-list {
	position: absolute;
	/* top: 33px;
	right: 105px; */
	top: 1.71vw;
	right: 5.47vw;
	z-index: 20;
}
.top-public .btn-list-user{
	right: 1vw;
}
.top-public .btn-list .user-box{
	/* width: 169px; */
	height: 32px;
	position: absolute;
	top: 33px;
	left: -10px;
	background: url(../images/index/card.png) no-repeat;
	/* background-size: 169px 32px; */
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	/* padding-top: 10px; */
	text-align: center;
	font-weight: 600;
	display: none;
	width: auto;
	background-size: 100% 32px;
	padding: 10px 10px 0;
}
.top-public .btn-list .btn-box:hover .user-box{
	display: block;
}
.top-public .btn-list .btn-item {
	cursor: pointer;
	width: 134px;
	/* height: 45px; */
	line-height: 45px;
	text-align: center;
	margin-left: 22px;
	border-radius: 23px;
	color: #fff;
	font-size: 20px;
	background-color: #FFAF3C;
}

.top-public .btn-list .btn-item.zhu {
	background-color: #50A6FF;
}

.top-public .btn-list .btn-item:hover {
	font-size: 22px;
	line-height: 45px;
}
.top-public .btn-list .btn-box{
	margin-left: 20px;
	cursor: pointer;
}
.top-public .btn-list .btn-box .btn-icon{
	margin-right: 2px;
	width: 20px;
	height: 24px;
}
.top-public .btn-list .btn-box .btn-icon.icon2{
	width: 23px;
	height: 22px;
}
.top-public .btn-list .btn-box .btn-icon.icon3{
	width: 24px;
	height: 22px;
}
.top-public .btn-list .btn-box .btn-name{
	font-size: 20px;
	line-height: 20px;
	color: #50A6FF;
	font-weight: 600;
}

.top-public .top-banner {
	position: absolute;
	width: 100%;
	height: 24.48vw;
	top: 0;
	left: 0;
}

.top-public .top-banner .top-title {
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	color: #FFB851;
	/* text-shadow: 0px 10px 13px rgba(255, 184, 81, 0.43); */
	text-stroke: 1px #FFFFFF;
	-webkit-text-stroke: 1px #FFFFFF;
	text-shadow: -4px 0 white, 0 4px white, 0px 10px 13px rgba(255, 184, 81, 0.43), 0 -4px white;
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
	margin-top: 1.71vw;
}
.title-pic{
	position: relative;
	z-index: 10;
	width: 100%;
	justify-content: center;
	margin-top: 1.5vw;
}
.title-pic .tpic{
	width: 779px;
}
.login-pic {
	margin-bottom: 40px;
	width: 100%;
}
.login-pic .tpic{
	width: 100%;
}
.login-pic .ppic{
	display: none;
}
.title-pic .ppic{
	display: none;
}
.top-public .top-banner .banner-pic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* 弹出框 */
.page-tan .el-dialog{
	width: auto;
	background-color: transparent;
	box-shadow: none;
}
.page-tan .el-dialog__header{
	display: none;
}
.page-tan .el-dialog__body{
	padding: 0 !important;
	background-color: transparent;
}
.page-xuzhi .el-dialog{
	width: auto;
	background-color: transparent;
	box-shadow: none;
}
.page-xuzhi .el-dialog__header{
	display: none;
}
.page-xuzhi .el-dialog__body{
	padding: 0 !important;
	background-color: transparent;
}
.tan-cate{
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 30px;
}
.tan-xuzhi{
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.tan-xuzhi .xuzhi-box{
	max-height: 60vh;
	overflow-y: auto;
}
.tan-xuzhi .xuzhi-title{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.tan-xuzhi .xuzhi-con{
	padding: 20px;
}
.tan-cate .cate-back {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 40px 30px 0 10px;
	align-items: center;
}
.tan-cate .cate-back .cate{
	width: calc(50% - 20px);
	height: 91px;
	background: #FFF8EA;
	border-radius: 10px;
	/* font-weight: bold; */
	/* font-size: 26px; */
	text-align: center;
	font-size: 23px;
	color: #FF8B3D;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0 10px;
	cursor: pointer;
}
.tan-cate .cate-back .cate.act{
	background: linear-gradient(0deg, #FF8632, #FFB154);
	color: #fff;
}
.tan-cate .dialog-footer{
	margin-top: 10px;
	justify-content: center;
}
.tan-cate .dialog-footer .btn{
	width: 138px;
	line-height: 61px;
	background-color: #EEEEEE;
	border-radius: 10px;
	text-align: center;
	font-size: 28px;
	color: #666666;
	cursor: pointer;
}
.tan-cate .dialog-footer .btn.primary{
	background-color: #FF8B3D;
	color: #fff;
	margin-left: 20px;
}
.tan-xuzhi .dialog-footer{
	margin-top: 10px;
	justify-content: center;
}
.tan-xuzhi .dialog-footer .xuan-box{
	text-align: center;
	margin: 15px 0;
}
.tan-xuzhi .dialog-footer .xuan-box .el-checkbox .el-checkbox__label{
	font-size: 16px;
}
.tan-xuzhi .dialog-footer .xuan-box .el-checkbox .el-checkbox__inner {
	width: 16px;
	height: 16px;
}
.tan-xuzhi .dialog-footer .xuan-box .el-checkbox .el-checkbox__inner::after{
	left: 5px;
}
.tan-xuzhi .dialog-footer .btn{
	width: 138px;
	line-height: 61px;
	background-color: #EEEEEE;
	border-radius: 10px;
	text-align: center;
	font-size: 28px;
	color: #666666;
	cursor: pointer;
}
.tan-xuzhi .dialog-footer .btn.primary{
	background-color: #FF8B3D;
	color: #fff;
	margin-left: 20px;
}
/* 报名入口 */
.page-title {
	font-size: 36px;
	color: #ff8b3d;
	font-weight: 600;
	text-align: center;
	line-height: 36px;
}

.page-index .page-top .bm-box {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	padding: 43px 0 8px;
}

.page-index .page-top .bm-box .bm-list-box {
	margin-top: 35px;
	padding: 0 31px 0 23px;
}

.page-index .page-top .bm-box .bm-list-box .bm-list {
	flex-wrap: wrap;
}

.page-index .page-top .bm-box .bm-list-box .bm-list .bm-item {
	width: calc(25% - 15px);
	text-align: center;
	margin-left: 15px;
	margin-bottom: 20px;
	cursor: pointer;
	line-height: 90px;
	border-radius: 10px;
	border: 1px solid transparent;
	background-color: #FFF8EA;
	color: #ff8b3d;
	font-size: 24px;
}

.page-index .page-top .bm-box .bm-list-box .bm-list:nth-of-type(2n) .bm-item {
	background-color: #EAF5FF;
	color: #50A6FF;
}

.page-index .page-top .bm-box .bm-list-box .bm-list .bm-item:hover {
	border-color: #ff8b3d;
}

.page-index .page-top .bm-box .bm-list-box .bm-list:nth-of-type(2n) .bm-item:hover {
	border-color: #50A6FF;
}

/* 操作流程 */
.page-index .lc-box {
	width: 100%;
	background-color: #F5FBFF;
	padding: 34px 0 93px;
}

.page-index .lc-box .page-title {
	color: #50A6FF;
}

.page-index .lc-box .lc-list {
	justify-content: space-between;
	margin-top: 38px;
}

.page-index .lc-box .lc-list .lc-item .item-box {
	width: 84px;
	height: 84px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-index .lc-box .lc-list .lc-item .item-box .icon {
	width: 100%;
	height: 100%;
}

.page-index .lc-box .lc-list .lc-item .item-box .item-name {
	text-align: center;
	white-space: nowrap;
	font-size: 24px;
	color: #50A6FF;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
}

.page-index .lc-box .lc-list .lc-item {
	flex: 1;
}

.page-index .lc-box .lc-list .lc-item:nth-last-of-type(1) {
	flex: none;
}

.page-index .lc-box .lc-list .lc-item .item-you {
	flex: 1;
	text-align: center;
	justify-content: center;
}

.page-index .lc-box .lc-list .lc-item .item-you .you {
	width: 16px;
	height: 25px;
}

.page-index .lc-box .lc-list .lc-item:nth-last-of-type(1) .item-you {
	display: none;
}

/* 申请指南 */
.page-index .zn-box {
	width: 100%;
	background-color: #FFF5F5;
	padding: 25px 0 10px;
}

.page-index .zn-box .page-title {
	color: #FF4A1A;
}

.page-index .zn-box .zn-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 58px;
}

.page-index .zn-box .zn-list .zn-item {
	width: 50%;
	margin-bottom: 34px;
	cursor: pointer;
}

.page-index .zn-box .zn-list .zn-item .zn-icon {
	width: 19px;
	height: 24px;
}

.page-index .zn-box .zn-list .zn-item .zn-icon .file {
	width: 100%;
	height: 100%;
}

.page-index .zn-box .zn-list .zn-item .zn-name {
	flex: 1;
	padding-left: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	line-height: 24px;
	color: #000;
}

.page-index .zn-box .zn-list .zn-item .zn-name:hover {
	color: #FF4A1A;
}

/* 底部 */
.page-bottom {
	width: 100%;
	background-color: #50A6FF;
	padding: 12px 0;
}

.page-bottom .name {
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
}
.page-bottom .jizhu {
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}
.page-result .page-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.page-login .page-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.page-yao .page-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}
/* 新闻 */
.page-news .page-con {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	padding: 27px 40px 36px;
	font-size: 18px;
}

.page-news .page-con .con-top {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin-bottom: 66px;
	padding-bottom: 16px;
}

.page-news .page-con .con-top .title {
	font-size: 24px;
	color: #000000;
	line-height: 36px;
	text-align: center;
}

.page-news .page-con .con-top .time {
	font-size: 18px;
	color: #000;
	line-height: 18px;
}

/* 登录 */

.page-login {
	background: url('/statics/images/login_back.png') no-repeat right bottom;
	background-size: cover;
	justify-content: center;
}

.page-login .content {
	width: 554px;
	padding: 46px 30px;
	background-color: white;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* .page-login .content.register {
	height: 23.5rem;
} */

/* .page-login .content .title-back {
	position: relative;
	width: 100%;
} */

/* .page-login .content .title1 {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2.3rem;
	color: #FFAF3C;
	text-shadow: 0px 10px 13px rgba(255, 184, 81, 0.43);
	text-stroke: 6px #FFFFFF;
	-webkit-text-stroke: 6px #fff;
	font-family: Yuanti SC;
	font-weight: bold;
} */

.page-login .content .title2 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	/* font-family: Yuanti SC; */
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
}

.page-login .content .info {
	width: 100%;
	display: flex;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #D9D9DB;
	/* width: 25rem; */
	height: 49px;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 17px;
}

.page-login .content .info .user-img {
	width: 20px;
	height: 24px;
}

.page-login .content .info .password-img {
	width: 21px;
	height: 22px;
}

.page-login .content .info .input {
	flex: 1;
	height: 49px;
	border: none;
	background: transparent;
	padding: 0 10px;
	font-size: 18px;
}
/* 高亮 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #2a2d33;
  transition: background-color 5000s ease-out 0.5s;
}
.page-login .content .login {
	/* width: 25rem; */
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #50A6FF;
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	cursor: pointer;
}

.page-login .content .register {
	font-weight: 400;
	font-size: 0.94rem;
	margin-top: 1.04rem;
	cursor: pointer;
}
/* 报名结果 */
.result-content {
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
}
.page-index .page-tongzhi .tan-xuzhi{
	font-size: 18px;
}
