@charset "UTF-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

img {
	box-sizing: border-box;
}

body {
	font-size: 14px;
	/*font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
	background: #F4F4F4;
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei";
}

a {
	/*font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
	color: #333333;
}

li {
	list-style: none;
}

body a,
img {
	text-decoration: none;
	border: none;
	outline: none;
}
a{text-decoration:none}
a:focus {
	outline: none !important;
	text-decoration:none !important;
}
a:hover {
	outline: none !important;
	text-decoration:none !important;
}
select:focus {
	outline: none;
}

.clear {
	clear: both;
	height: 0 !important;
}
.cs_top{
	height: 100px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cs_top div{
	display: flex;
	align-items: center;
	font-size: 15px;
}
.cs_top div p{
	margin: 0;
}
.cs_top div normal{
	color: #00B5E3;
	font-weight: bold;
}
.cs_top div span{
	height: 36px;
	background: #00B5E3;
	border-radius: 2px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	margin-left: 20px;
	padding: 0 5px;
}
.cs_top div span a{
	color: #fff;
	display: flex;
	justify-content: center;
}
.top{
	height: 100px;
}
.required {
	color: #e02222;
	font-size: 12px;
	padding-left: 2px;
}
label{
	text-align: right;
	width: 100%;
	margin-bottom: 0 !important;
}
.sc_possage{
	padding-top: 40px;
}
.sc_possage .row{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.col-md-4 input{
	width:100%;
	height: 44px;
}
input:focus{
	box-shadow: 0px 2px 4px 0px rgba(0, 181, 227, 0.2);
}
input:focus-visible{
	outline: 1px solid #00B5E3;
}
.chencked{
	display: flex;
}
input[type=text]{
	border: 1px solid #DDDDDD;
	text-indent: 15px;
}
input[type=checkbox]{
	width: auto !important;
}
input[type=button]{
	border: 1px solid #DDDDDD;
	background: #fff;
	color: #00B5E3;
	font-weight: bold;
}
.chencked11 input[type="checkbox"] + label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: .2em;
	width: 15px;
	height: 15px;
	margin-right: .2em;
	line-height: .65;
	cursor: pointer;
	border:1px solid #999999;
}

.chencked11 input[type="checkbox"]:checked + label::before {
	border:1px solid #00B5E3;
	background:url("/images/youth_track/duigou.png")  center no-repeat #00B5E3;
	background-size: 13px;
}

.chencked11 input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.chencked11 input[type="checkbox"]:disabled + label::before {
	background-color: #00B5E3;
}
.chencked_son{
	margin-right: 10px;
}
.btn{
	display: inline-block !important;
}
.text-danger{
	text-align: left;
}
.bc_cs{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 30px;
}
.bc_cs span{
	cursor: pointer;
}
.cs_active{
	color: #00B5E3;
	border-bottom: 4px solid #00B5E3;
}
.cs_active a{
	color: #00B5E3 !important;
}
.Entry_form1,.Entry_form2{
	display: none;
}
h3{
	margin: 0 !important;
}
.sc_label{
	display: flex;
	align-items: center;
	justify-content: center;
}
.delete_peo{
	width: 80px;
	height: 24px;
	background: #EEEEEE;
	border-radius: 2px;
	color: #999999;
	line-height: 24px;
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	display: inline-block;
}
.delete_peo:hover{
	background: #00B5E3;
	color: #fff;
}
.tijiao{
	height: 44px;
	background: #00B5E3;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}
.tijiao_audit{
	height: 44px;
	background: #00B5E3;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	border: 0;
}
.tijiao_audit:hover{
	background: #00B5E3;
	border-radius: 2px;
	color: #fff;
}
.tijiao:hover{
	background: #00B5E3;
	border-radius: 2px;
	color: #fff;
}
.shadow{
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	z-index: 999999;
	left: 0;
	display: none;
}
.shadow_fail{
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	z-index: 999999;
	left: 0;
	display: none;
}
.topic_shadow_fail{
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	z-index: 999999;
	left: 0;
	display: none;
}
.topic_row{
	display: flex;
	margin-bottom:20px;
}
.topic_div1{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 26px 26px;
}
.toppic_textarea{
	height: 100px;
}
.confirm_deletion,.confirm_success,.confirm_fail,.confirm_register{
	z-index: 9999999;
	position: fixed !important;
	height: 347px;
	width: 930px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	padding: 0;
	box-shadow: 0px 2px 4px 0px rgba(233, 233, 233, 0.5);
	display: flex;
	flex-flow: row nowrap;
	flex-direction: column;
	display: none;
}
.message_fail{
	z-index: 9999999;
	position: fixed !important;
	height: 347px;
	width: 930px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	padding: 0;
	box-shadow: 0px 2px 4px 0px rgba(233, 233, 233, 0.5);
	display: flex;
	flex-flow: row nowrap;
	flex-direction: column;
}
.topic_fail{
	z-index: 9999999;
	position: fixed !important;
	width: 930px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	padding: 0;
	box-shadow: 0px 2px 4px 0px rgba(233, 233, 233, 0.5);
	display: flex;
	flex-flow: row nowrap;
	flex-direction: column;
	top: 50%;
	transform: translateY(-50%);
}
.confirm_top{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	justify-content: space-between;
	padding: 26px;
}
.confirm_top p{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.confirm_top img{
	cursor: pointer;
}
.confirm_bot{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	flex-grow: 1;
}
.confirm_bot1{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	flex-grow: 1;
}
.confirm_bot p:nth-of-type(1){
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.confirm_bot p:nth-of-type(2){
	color: #999;
	font-size: 14px;
}
.confirm_bot div span{
	width: 120px;
	height: 44px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	margin: 0 15px;
	cursor: pointer;
}
.confirm_bot div span:nth-of-type(1){
	background: #00B5E3;
	color: #fff;
}
.confirm_bot div span:nth-of-type(2){
	background: #00B5E3;
	color: #fff;
	border: 1px solid #DDDDDD;
	background: #fff;
	color: #666;
}
.confirm_bot1 p{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.confirm_bot1 span{
	color: #999;
	font-size: 14px;
}
.confirm_success{
	height: 420px;
}
.confirm_bot1 div span{
	width: 120px;
	height: 44px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	margin: 0 15px;
	cursor: pointer;
	background: #00B5E3;
	color: #fff;
}
	label{
	text-align: right;
	width: 100%;
	margin-bottom: 0;
	}
	.col-md-4 input{
	width:100%;
	height: 44px;
	}
	select{
	width: 100%;
	height: 44px;
	border: 1px solid #DDDDDD;
	text-indent: 15px;
	background: #FFFFFF;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	}
	.chencked{
	display: flex;
	flex-direction: column;
	}
	.chencked11{
		display: flex;
		align-items: center;
	}
	input[type=text]{
	border: 1px solid #DDDDDD;
	text-indent: 15px;
	}
	input[type=checkbox]{
	width: auto !important;
	}
	.future_login{
		background: #00B5E3 !important;
		color: #fff !important;
		border: 1px solid #00B5E3;
	}
	.chencked input[type="checkbox"] + label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: .2em;
	width: 15px;
	height: 15px;
	margin-right: .2em;
	line-height: .65;
	cursor: pointer;
	border:1px solid #999999;
	}

	.chencked input[type="checkbox"]:checked + label::before {
	border:1px solid #00B5E3;
	background:url("/images/youth_track/duigou.png")  center no-repeat #00B5E3;
	background-size: 13px;
	}

	.chencked input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	}
	.chencked input[type="checkbox"]:disabled + label::before {
	background-color: #ddd;
	}
	.chencked_son{
	margin-right: 10px;
	}
	.btn{
	display: inline-block !important;
	}
	.text-danger{
	text-align: left;
	}
	.bc_cs{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 30px;
	}
	.bc_cs span{
	cursor: pointer;
	}
	.bc_cs a{
		color: #333333;
	}
	.Entry_form1,.Entry_form2{
	display: none;
	}
	.tijiao{
	height: 44px;
	background: #00B5E3;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	border: 0;
	}
	.tijiao:hover{
	background: #00B5E3;
	border-radius: 2px;
	color: #fff;
	}
	.col-md-8 input{
	width:100%;
	height: 44px;
	}
	textarea{
	width: 100%;
	border: 1px solid #DDDDDD;
	resize:none;
	text-indent: 15px;
	padding-top: 15px;
	}
	textarea:focus{
	outline: none;
	}
	#SM_BTN_1{
		width: 100% !important;
	}
	#sm-btn-bg{
		width: 100% !important;
	}
	#SM_TXT_1{
		top: 0 !important;
	}
	#rectMask{
		width: 100% !important;
	}
	.question{
		color: #999;
		font-size: 14px;
		margin-top: 30px;
		margin-bottom: 100px;
	}

			.col-md-2{
				position: relative;
			}

			.home_page_right{
				height: 350px;
				justify-content: space-between;
				display: flex;
				flex-direction: column;
				margin-left: 100px;
			}
			.home_page_right p{
				font-size: 26px;
				font-weight: bold;
				color:#040000;
				text-align: center;
			}
			.yanzhengma{
				position: relative;
			}
			.yanzhengma button{
				border: 0;
				background: #00B5E3;
				color: #fff;
				width: 100px;
				position: absolute;
				right: 0;
				height: 100%;
			}
			.home_page_first{
				display: flex;
				align-items: center;
				justify-content: center;
				height: 100%;
				position: absolute;
				width: 100%;
			}
			.col-md-3 input {
			    width: 100%;
			    height: 44px;
			}
			.cs_top1{
				font-size: 14px;
			}
			.cs_top1 p {
			    color: #999999;
			    font-size: 14px;
			    font-weight: normal;
			    text-align: left;
				margin: 0;
			}
			.cs_top1 p normal{
				font-weight: bold;
				cursor: pointer;
			}
			.cs_top1 p normal a{
				color: #00B5E3 !important;
			}
			.fanwei{
				position: relative;
			}
			.error_msg{
				position: absolute;
				color: #f95959 !important;
				font-size: 12px !important;
				margin: 0;
				font-weight: normal !important;
			}
			.outloigin{
				background: #fff !important;
				border: 1px solid #00B5E3 !important;
				color: #00B5E3 !important;
				cursor: pointer;
			}
			.outloigin a{
				color: #00B5E3 !important;
				display: flex;
				justify-content: center;
			}

			.begin_login{
				    background: #fff !important;
				    border: 1px solid #00B5E3 !important;
				    cursor: pointer;
				    color: #00B5E3 !important;
				    display: flex;
				    justify-content: center;
				    width: 105px;
				    height: 36px;
				    border-radius: 2px;
				    text-align: center;
				    line-height: 36px;
				    margin-left: 30px;
			}
			/* 自定义select */
			.model-select-text{
				height: 44px;
				border: 1px solid #ddd;
				line-height: 44px;
				text-indent: 15px;
				background: url("/images/youth_track/xiala.png") no-repeat center right 15px;
			}
			.model-select-option li{
				height: 44px;
				cursor: pointer;
			}
			.model-select-new li:last-child{
			}
			.model-select-option{
				border: 1px solid #DDDDDD;
			}
			.model-select-option{
				position: absolute;
				z-index: 111;
				background: #fff;
				right: 15px;
				left: 15px;
				line-height: 44px;
				text-indent: 15px;
				display: none;
			}
			.selected{
				background: #00B5E3;
				color: #fff;
			}
			div {
			      -moz-user-select:none;
			      -webkit-user-select:none;
			      user-select:none;
			}
			.zaizhi1{
				display: none;
			}
			.zaixiao1{
				display: none;
			}
			.shenhe{
				color: #CD2B1E;
			}
			.shenhe p:nth-of-type(1){
				font-size: 20px;
				font-weight: bold;
			}
			.shenhe p:nth-of-type(2){
			}
			.gif{
				position: fixed;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
				z-index: 99999999;
				display: none;;
				margin: auto;
				width: 500px;
			}
			.chose_case{
				display: none !important;
			}
			.th_input{
				display: flex;
				position: relative;
				align-items: center;
			}
			.th_input label{
				text-align: center;
				width: auto;
			}
			.o_input,.o_input1,.o_input2{
				position: relative !important;
				width: auto !important;
				margin-left: 13px;
				display: none;
			}
			.grbc{
				display:flex;
				align-items: center;
				height: 44px;
			}
			.right_data{
				position: fixed;
				right: 5%;
				top: 50%;
				transform: translateY(-50%);
				z-index: 1;
			}
			.answer{
				font-weight: bold;
				width: 60px;
				height: 60px;
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
				margin-bottom: 10px;
				background: #00B5E3;
				border-radius: 4px;
				color: #fff;
			}
			.zixun{
				width: 60px;
				height: 60px;
				display: flex;
				justify-content: center;
				align-items: center;
				flex-direction: column;
				background: #00B5E3;
				border-radius: 4px;
				color: #fff;
				position: relative;
				cursor: pointer;
			}
			.zixun span{
				font-weight: bold;
			}
			.cooperate_row{
				flex-wrap: wrap;
			}
			.cooperate_row img{
				width: 100%;
			}
			.cooperate_row div{
				margin-bottom: 20px;
			}
			.image_more .input-group-append{
				display: flex;
				width: 100%;
			}
			.image_more1 .input-group-append{
				display: flex;
				width: 100%;
			}
			.image_more .input-group-append .btn:not(:first-child){
				margin-left: 4px;
			}
			.image_more1 .input-group-append .btn:not(:first-child){
				margin-left: 4px;
			}
			.zixun_img{
				background: url(../images/youth_track/zixun_2025_2.jpg) no-repeat center;
				width: 208.8px;
				height: 450px;
				background-size: 100%;
				display: none;
				    position: absolute;
				    right: 60px;
			}
/* 未来力量官网 */
.top_fix{
	background: #F2FDFF;
	height: 100px;
	display: flex;
    align-items: center;
	position: fixed;
    width: 100%;
    top: 0;
}
.top_son{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.t_2022 span{
	margin-right: 80px;
}
.t_r_2022{
	display: flex;
	align-items: center;
	justify-content: center;
}
.t_r_2022 a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.t_r_2022 a:nth-of-type(1){
	border-radius: 27px;
	height: 36px;
	width: 120px;
	color: #00bef0;
	border:1px solid #00bef0;
	margin-right: 20px;
}
.t_r_2022 a:nth-of-type(2){
	background-color: #00bef0;
	border-radius: 27px;
	height: 36px;
	width: 120px;
	color: #fff;
}
.middle_youtrack{
	margin-top: 100px;
}
.middle_youtrack_1{
	width: 1100px;
	margin: 0 auto;
}
.tongyong{
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	margin-top: 55px;
}
.tongyong span:nth-of-type(1) {
    width: 283px;
    height: 56px;
    background-color: #00bef0;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/youth_track/img_v2.png');
    background-repeat: no-repeat;
    background-position: center right 40px;
    padding-right: 10px;
}
.youtrack_1_son{
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
.youtrack_1_son p:not(:first-of-type){
	margin-top: 20px;
}
.middle_youtrack_2{
	display: flex;
    flex-direction: column;
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}
.youtrack_2_son1{
	margin-bottom: 100px;
}
.son_img{
	margin-bottom:35px;
}
.son_2_div{
	display: flex;
	justify-content: space-between;
}
.son_3_div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.son_3_div img{
	display: block;
	margin-bottom: 20px;
}
.xiantiao{
	width: 100%;
    position: fixed;
    z-index: -1;
}
