.main-cs{
	background: #f2f2f2;
	margin-top: 84px;
	padding-bottom: 95px;
}
.kecheng-div{
	padding:57px 0 0px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.kecheng-data{
	width: 310px;
	margin: 0 20px 45px 0;
}
.kecheng-data1{
	width: 100%;
	height: 175px;
	border-radius: 15px;
	background: white;
	box-sizing: border-box;
	position: relative;
}
.kecheng-data1 img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.kecheng-div > :nth-child(4n+4) {
	margin-right: 0;
}
.kecheng-data2{
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(51, 51, 51,0.55);
	text-align: center;
	margin-top: 21px;
	margin-bottom: 13px;

font-family: PingFangSC-Medium-woff2;
font-size: 18px;
font-weight: 500;
text-align: center;
color: rgb(51, 51, 51);
}
.kecheng-ykt{
	width: 68px;
	height: 25px;
	border-radius: 60px 0px 0px 60px;
	background-color: rgb(9, 203, 56);
	text-align: center;
	position: absolute;
	top: 16px;
	right: 0;
}
.kecheng-ykt span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
}
.kecheng-modal{
    width: 310px;
    height: 175px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.737);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.kecheng-modal div{
	width: 120px;
	height: 40px;
	border-radius: 60px;
	background-color: rgb(215, 30, 21);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255, 255, 255);


	width: 153px;
height: 51px;
border-radius: 60px;
background-color: rgb(215, 8, 21);
}
.kecheng-data-ykt:hover .kecheng-modal{
	display: flex;
}
.kecheng-data-ykt:hover .kecheng-data2{
	color: #000000;
}


/*权限申请中*/
.kecheng-data-sqz .kecheng-data1{
	background-color: rgba(255, 255, 255, 0.49);
}
.kecheng-data-sqz .kecheng-sqz{
	width: 260px;
	height: 33px;
	border-radius: 0px 0px 16px 16px;
	background-color: rgb(102, 102, 102);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kecheng-data-sqz .kecheng-sqz span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(204, 204, 204);
}
.kecheng-data-sqz .kecheng-data1 img{
	opacity: 0.5;
}
.kecheng-data-sqz:hover .kecheng-data2{
	color: #000000;
}

/*无权限*/
.kecheng-data-wqx .kecheng-data1{
	background-color: rgba(255, 255, 255, 0.49);
}
.kecheng-data-wqx .kecheng-wqx{
	width: 261px;
	height: 45px;
	border-radius: 0px 0px 14px 14px;
	background-color: rgb(215, 30, 21);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.kecheng-data-wqx .kecheng-wqx span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
}
.kecheng-data-wqx .kecheng-data1 img{
	opacity: 0.5;
}
.kecheng-data-wqx:hover .kecheng-data2{
	color: #000000;
}
.kecheng-data-wqx:hover .kecheng-wqx{
	display: flex;
}
.kecheng-data-wqx .kecheng-wqx-title{
	display: none;
}
.kecheng-data-wqx:hover .kecheng-wqx-title{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(215, 30, 21);
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 12;
    display: block;
}
.kecheng-data-wqx:hover .kecheng-data1 img{
	width: 110px;
    height: 55px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 1;
}



/*详情*/
.video_div{
	display: flex;
	height: 780px;
	width: 1400px;
	margin: 29px auto 0 auto; 
	position: relative;
	z-index: 15;
}
.video_div_left{
	width: 1000px;
	margin-right: 5px;
	background-color: white;
	border-radius: 16px;
	
}
.video_div_left1{
	width: 100%;
	height: 680px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.792);
}
.video_div_right{
	width: 395px;
	height: 780px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.792);
}
.video_div_left1_top_left{
	flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video_div_left1_top_right{
	cursor: pointer;
}
.video_div_left1_top{
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.video_div_left1_top_span1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
.video_div_left1_top_span2{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(215, 30, 21);
}


.video_div_left1_mid{
	width: 980px;
	height: 550px;
	border-radius: 9px;
	background-color: rgb(0, 0, 0);
	margin: 0 auto;
}

.video_div_left1_bom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    height: 80px;
}
.video_div_left1_bom_left{
	display: flex;
	align-items: center;
}
.video_div_left1_bom_left1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: rgb(255, 255, 255);
	border-right: 2px solid #5c5b5b;
	text-align: center;
	padding: 0 16px;
}
.video_div_left1_bom_left2{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(130, 130, 130);
	padding: 0 16px;
}
.video_div_left1_bom_left1_top{
	font-family: PingFangSC-Regular-woff2;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: rgb(255, 255, 255);
}
.video_div_left1_bom_left1_bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
.video_div_left1_bom_right{
	width: 151px;
	height: 48px;
	border-radius: 60px 0px 0px 60px;
	background-color: rgb(48, 116, 252);
	display: flex;
	align-items: center;
	justify-content: center;
}
.video_div_left1_bom_right span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-left: 10px;
}

.swiper-container1_s{
	width: 1000px;
	min-height: 0 !important;
	height: auto;
}
.swiper-container1_s .swiper{
	width: 870px;
	height: 100px;
}
.swiper-container1_s .swiper-slide img{
	width: 138px;
	height: 80px;
	object-fit: unset !important;
}
.swiper-container1_s .swiper-slide{
	height: 62px;
	background-color: white !important;
}
.swiper-container1_s .swiper-slide img.on{
	opacity: 1 !important;
}
.swiper-container1_s .swiper-button-prev, .swiper-container1_s .swiper-button-next{
	margin-top: -13px !important;
}
.swiper-container1_s .swiper-wrapper{
	align-items: center;
}
.kecheng_jiantou{
	position: absolute;
    left: 99px;
    z-index: 1;
}

/*详情右侧*/
.video_div_right_top{
	line-height: 50px;
	font-family: PingFangSC-Light-woff2;
	font-size: 12px;
	font-weight: 200;
	/*color: rgb(102, 102, 102);*/
	color: rgb(111, 111, 111);
	padding: 0 20px;
}
.video_div_right_mid{
	padding: 0 20px;
	max-height: 611px;
    overflow: auto;
}
.video_div_right_mid_div_left{
	display: flex;
	align-items: center;
	height: 58px;
}
.video_div_right_mid_div_left span{
	font-family: PingFangSC-Medium-woff2;
	font-size: 14px;
	font-weight: 500;
	line-height: 58px;
	color: rgb(111, 111, 111);
	width: 50px;
}
.video_div_right_mid_div_left a{
	width: 273px;
    height: 48px;
    border-radius: 6px;
    background-color: rgb(34, 34, 34);
    flex: 1;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video_div_right_mid_div_left a b:first-child{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-left: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
    flex: 1;
}
.video_div_right_mid_div_left a b:last-child{
	width: 46px;
	height: 28px;
	border-radius: 23px 0px 0px 23px;
	background-color: rgb(0, 0, 0);
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(48, 116, 252);
	display: flex;
	align-items: center;
	justify-content: center;
}
.other_kecheng_js b:last-child{
	display: none !important;
}
.other_kecheng a img{
	margin-right: 14px;
}
.other_kecheng_js a,.other_kecheng a{
	background: rgb(53, 53, 53);
}
.other_kecheng a b:first-child{
	color: rgb(204, 204, 204);
}

.video_div_right_bom{
	width: 395px;
	height: 58px;
	border-radius: 0px 0px 15px 15px;
	background-color: rgb(62, 62, 62);
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
}
.video_div_right_bom_left{
	text-align: center;
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(171, 171, 171);
	padding: 0 25px;
}
.video_div_right_bom_right{
    width: 240px;
    height: 58px;
    border-radius: 14px 0px;
    background-color: rgb(215, 30, 21);
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_div_right_bom_right span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 17px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-left: 8px;
}

.kaoshi_disable{
	width: 240px;
	height: 58px;
	border-radius: 14px 0px;
	background-color: rgb(100, 100, 100);
}


/*课程详情*/
.kecheng-div-show-top{
	width: 1400px;
	margin: 40px auto 0;
	display: flex;
	align-items: center;
}
.kecheng-div-show-top-left{
	width: 640px;
	height: 360px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.243);
}
.kecheng-div-show-top-left video{
	border-radius: 30px;
}
.kecheng-div-show-top-right{
	width: 760px;
	height: 307px;
	border-top: solid  rgb(255, 255, 255);
	border-right: solid  rgb(255, 255, 255);
	border-bottom: solid  rgb(255, 255, 255);
	border-radius: 0px 20px 20px 0px;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 12px 18px rgba(0, 0, 0, 0.08);
	display: flex;
}
.kecheng-div-show-top-right-left{
	width: 240px;
    margin-left: 32px;
    padding-top: 43px;
    margin-right:30px;
}
.kecheng-div-show-top-right-left-title{
	font-family: AlimamaShuHeiTi-Bold;
	font-size: 18px;
	font-weight: 700;
	color: rgb(51, 51, 51);
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kecheng-div-show-top-right-left-btn{
	display: flex;
	margin-top: 10px;
}
.kecheng-div-show-top-right-left-btn1{
    width: 69px;
    height: 27px;
    border-radius: 32px;
    background-color: rgb(125, 169, 255);
    display: inline-block;
    font-family: PingFangSC-Regular-woff2;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}	
.kecheng-div-show-top-right-left-btn1 img{
	width: 20px;
	margin-right: 4px;
}
.kecheng-div-show-top-right-left-btn2{
	width: 69px;
    height: 27px;
    border-radius: 32px;
    background-color: rgb(255, 119, 110);
    display: inline-block;
    font-family: PingFangSC-Regular-woff2;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.kecheng-div-show-top-right-right{
	flex:1;
	padding-right: 46px;
}
.kecheng-div-show-top-right-right-top{
	padding: 23px 0 17px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid white;
}
.kecheng-div-show-top-right-right-top span{
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: rgb(51, 51, 51);
}
#show-report{
	width: 111px;
	height: 31px;
	line-height: 31px;
	border-radius: 46px;
	background-color: rgb(255, 255, 255);
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(130, 173, 255);
	cursor: pointer;
}
.kecheng-div-show-top-right-right-bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: rgb(51, 51, 51);
	margin-top: 13px;
	display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kechengshow-data{
	width: 1400px;
	height: 590px;
	border: solid 1px rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 20px;
	background-color: rgb(246, 246, 246);
	margin: 40px auto 40px;
	display: flex;
	position: relative;
	z-index: 2;
}


.kecheng-data1-title{
	width: 245px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: rgb(153, 153, 153);
	padding: 14px 18px;
}
.kecheng-data1-bom{
	width: 330px;
	height: 520px;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	margin: 0 10px;
}
.kecheng-data1-bom a{
	display: inline-block;
	margin: 20px;
}
.kecheng-data1-bom img{
	width: 90px;
	height: 90px;
	display: inline-block;
    margin: 20px;
}



.kecheng-data2-title{
	width: 700px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: rgb(153, 153, 153);
	padding: 14px 18px;
}
.kecheng-data2-bom{
	width: 700px;
	height: 520px;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	display: flex;
	padding: 40px;
}
.kecheng-data2-bom1{
	width: 206px;
}
.kecheng-data2-bom1-top{
	text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0;
}
.kecheng-data2-bom1-bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(51, 51, 51);
	padding: 15px 25px;
}

.kecheng-data2-bom2{
    width: 206px;
    height: 257px;
    border-radius: 12px;
    background-color: rgb(246, 246, 246, 0.5);
}
.kecheng-data2-bom2-top{
    text-align: center;
    border-bottom: 3px solid rgb(219, 31, 13);
    padding: 30px 0;
}
.kecheng-data2-bom2-bom{
	padding: 15px 25px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: rgb(219, 31, 13);
}

.kecheng-data2-bom3{
	width: 206px;
}
.kecheng-data2-bom3-top{
	text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0;
}
.kecheng-data2-bom3-bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(51, 51, 51);
	padding: 15px 25px;
}
.kechengshow-data2{
	margin-right: 10px;
}


.kecheng-data3-title{
	width: 330px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: rgb(153, 153, 153);
	padding: 14px 18px;
}
.kecheng-data3-bom{
	width: 330px;
	height: 520px;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	padding: 10px 30px;
}
.kecheng-form-price1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(36, 36, 36);
}
.kecheng-form-price{
	display: flex;
	align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding: 20px 0 15px;
}
.kecheng-form-price2 span{
	font-family: DIN-Bold;
	font-size: 12px;
	font-weight: 700;
	color: rgb(51, 51, 51);
}
.kecheng-form-price2{
	font-size: 18px;
	font-weight: 700;
	color: rgb(51, 51, 51);
}

.kecheng-form-select{
	padding-top:10px;
}

.kecheng-form-select1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgb(0, 0, 0);
	margin-top: 13px;
}
.kecheng-form-select1-select{
	width: 100%;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-top: 7px;
}
.kecheng-form-select2{
	margin-top: 7px;
}
.kecheng-form-select2 select{
	border-radius: 5px;
    border: 1px solid #ececec;
    height: 42px;
    margin-bottom: 5px;
}

.kechenggouxuan{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}
.kecheng-data3-bom{
	position: relative;
}
.kecheng-form-bom{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.kecheng-form-bom-price{
	text-align: right;
	padding-right: 30px;
}
.kecheng-form-bom-price span{
	font-family: PingFangSC-Semibold-woff2;
	font-size: 20px;
	font-weight: 650;
	color: rgb(219, 31, 13);
}
.kecheng-form-bom-price b{
	font-size: 28px;
	font-weight: 700;
	color: rgb(219, 31, 13);
}
.kecheng-form-bom-price-title{
	text-align: right;
	padding-right: 30px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(219, 31, 13);
}
.kecheng-form-bom-price-submit{
	width: 330px;
	height: 55px;
	border-radius: 0px 0px 15px 15px;
	background-color: rgb(219, 31, 13);
	margin-top: 12px;
}
.kecheng-form-bom-price-submit input{
    text-align: center;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: white;
	font-family: PingFangSC-Regular-woff2;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#kechengshow-fengmian{
	position: relative;
	cursor: pointer;
}
.fengmian{
	    width: 640px;
    height: 360px;
    border-radius: 30px;
}
.bofang{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/*我的课程*/
.mykecheng-title{
	font-size: 18px;
	font-weight: 500;
	color: rgb(51, 51, 51);
	font-family: 'PingFangSC-Medium-woff2';
	text-align: center;
	display: flex;
    align-items: center;

}
.mykecheng-img-left, .mykecheng-img-right {
    width: 26px;
    height: 27px;
}
.mykecheng-img-left {
    margin-right: -8px;
}
.mykecheng-img-right {
    margin-left: -12px;
    z-index: -1;
}
.mykecheng-div{
	padding-top: 36px;
}
.kecheng-data2-new{
	font-family: PingFangSC-Medium-woff2;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: rgb(51, 51, 51);
}
.kecheng-data-ykt-fengmian img{
	opacity: 0.2;
}



.kecheng-data-ykt-fengmian:hover .kecheng-modal-fengmian{
	display: flex;
}
.kecheng-data-ykt-fengmian:hover .kecheng-data2{
	color: #000000;
}
.kecheng-data-ykt-fengmian:hover img{
	opacity: 1;
}
.kecheng-modal-fengmian{
	background-color: rgb(215, 30, 21,0.65);
}
.kecheng-modal-fengmian div{
	    font-size: 16px;
    background-color: unset;
}


/*hr加盟*/
.hr-top{
	padding: 38px 81px;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.hr-top1{
	text-align: center;
	margin-right: 57px;
}
.hr-top1-top{
	font-family: PingFangSC-Semibold-woff2;
	font-size: 28px;
	font-weight: 650;
	text-align: center;
	color: rgb(51, 51, 51);
	max-width: 227px;
}
.hr-top1-bom{
	padding: 0 15px;
	height: 39px;
	line-height: 39px;
	border: solid 4px rgb(255, 255, 255);
	border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 150px;
	background-color: transparent;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(51, 51, 51);
	display: flex;
	align-items: center;
	margin-top: 14px;
	justify-content: center;
}
.hr-top2{
	padding: 28px 43px 28px 24px;
	height: 117px;
	border-radius: 18px;
	background-color: rgb(255, 255, 255);
}
.hr-top2-top span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgb(51, 51, 51);
	margin-right: 25px;
}
.hr-top2-top b{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(215, 8, 21);
}
.hr-top2-bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: rgb(138, 138, 138);
	margin-top: 27px;
}
.hr-top3{
	padding: 28px 43px 28px 24px;
	height: 117px;
	border-radius: 18px;
	background-color: rgb(255, 255, 255);
	margin-left: 20px;
}
.hr-top3-top span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgb(153, 153, 153);
	margin-right: 10px;
}
.hr-top3-top b{
	font-family: PingFangSC-Medium-woff2;
	font-size: 18px;
	font-weight: 500;
	color: rgb(51, 51, 51);
}
.hr-top3-bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(48, 116, 252) !important;
	margin-top: 27px;
	display: block;
}
.hr-data{
	width: 1400px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	position: relative;
	z-index: 2;
	min-height: 200px;
	margin-bottom: 40px;
	padding: 30px 60px;
}
.hr-data-top{
	display: flex;

}
.hr-data-top1,.hr-data-top2,.hr-data-top3{
	width: 400px;
	height: 640px;
}
.hr-data-top1,.hr-data-top2{
	margin-right: 40px;
}
.hr-data-top1{
	background: url('../images/hr1.png') bottom no-repeat;
	padding: 80px 25px 0 25px;
	position: relative;
}
.hr-data-top2{
	background: url('../images/hr2.png') bottom no-repeat;
}
.hr-data-top3{
	background: url('../images/hr3.png') bottom no-repeat;
}
.hr-data-top11{
	font-family: PingFangSC-Regular-woff2;
	font-size: 24px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	margin-bottom: 11px;

}
.hr-data-top12{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(153, 153, 153);
}
.hr-data-top13{
	width: 180px;
	height: 60px;
	border-radius: 230px;
	background-color: rgba(0, 0, 0, 0.043);
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: rgba(105, 105, 105, 0.404);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 160px;
}
.hr-data-top2{
	padding: 40px 20px 0 20px;
	position: relative;
}

.hr-data-top21{
	font-family: PingFangSC-Medium-woff2;
	font-size: 28px;
	font-weight: 500;
	text-align: right;
	color: rgb(255, 255, 255);
	margin-bottom: 5px;
}
.hr-data-top22{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	color: rgb(255, 255, 255);
}
.hr-data-top23{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgb(255, 255, 255);
	border-bottom: 1px dashed #eb8188;
	padding-bottom: 5px;
	margin-top: 48px;
	margin-bottom: 10px;
}
.hr-data-top24{

}
.hr-data-top24 p{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(255, 255, 255);
}
.hr-data-top25-div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 40px;
	width: calc(100% - 40px);
}
.hr-data-top25 span{
font-family: PingFangSC-Medium-woff2;
font-size: 22px;
font-weight: 500;
color: rgb(255, 255, 255);
}
.hr-data-top25 b{
font-size: 42px;
font-weight: 400;
color: rgb(255, 255, 255);
font-style: italic;
}
.hr-data-top26{
	width: 145px;
height: 60px;
border: solid 5px rgba(215, 30, 21, 0.12);
border-width: 5px;
border-style: solid;
border-color: rgba(215, 30, 21, 0.12);
border-radius: 230px;
background-color: rgb(255, 255, 255);
font-family: PingFangSC-Regular-woff2;
font-size: 16px;
font-weight: 400;
text-align: center;
color: rgb(215, 30, 21) !important;
display: flex;
align-items: center;
justify-content: center;
}


.hr-data-top3{
	padding: 20px 20px;
	position: relative;
}
.hr-data-top31{
	font-family: PingFangSC-Regular-woff2;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: rgb(245, 234, 234);
}
.hr-data-top32{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
}
.hr-data-top33{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgb(255, 255, 255);
	border-bottom: 1px dashed #eb8188;
	padding-bottom: 5px;
	margin-top: 48px;
	margin-bottom: 10px;
}
.hr-data-top34{

}
.hr-data-top34 p{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(255, 255, 255);
}
.hr-data-top34-gz{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 0.498);
	margin-top: 23px;
}


.hr-data-top35-div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 40px;
	width: calc(100% - 40px);
}
.hr-data-top35 span{
font-family: PingFangSC-Medium-woff2;
font-size: 22px;
font-weight: 500;
color: rgb(255, 255, 255);
}
.hr-data-top35 b{
font-size: 42px;
font-weight: 400;
color: rgb(255, 255, 255);
font-style: italic;
}
.hr-data-top36{
	width: 145px;
height: 60px;
border-radius: 230px;
background-color: rgba(255, 255, 255, 0.098);
font-family: PingFangSC-Regular-woff2;
font-size: 16px;
font-weight: 400;
text-align: center;
color: rgba(255, 255, 255, 0.404) !important;
display: flex;
align-items: center;
justify-content: center;
cursor: context-menu;
}

.hr-shuoming{
	padding: 40px 66px 30px;
}
.hr-shuoming-title{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
}
.hr-shuoming-data p{
font-family: PingFangSC-Regular-woff2;
font-size: 16px;
font-weight: 400;
line-height: 32px;
color: rgb(51, 51, 51);
}
.hr-shuoming-bom{
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: rgb(246, 246, 246);
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(153, 153, 153);
	margin-top: 33px;
}

.main-hr-jj .hr-top1-bom{
	border: solid 4px rgb(255, 255, 255);
	border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 150px;
	background-color: rgb(215, 30, 21);
	color: white;
}

.main-hr-jj .hr-top2{
	background-color: #D70815;
	padding-top: 19px;
	padding-right: 0;
}
.main-hr-jj .hr-top2-top span{
	color: white;
}
.main-hr-jj .hr-top2-top b{
	color: white;
font-family: PingFangSC-Regular-woff2;
font-size: 34px;
font-weight: 400;
color: rgb(255, 255, 255);
}
.main-hr-jj .hr-top2-top{
	display: flex;
	align-items: center;
}
#yqm{
	flex: 1;
	text-align: center;
}
.copyyqm{
	width: 100px;
height: 40px;
border-radius: 60px 0px 0px 60px;
background-color: rgb(255, 255, 255);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: rgb(215, 8, 21);
cursor: pointer;
}
.main-hr-jj .hr-top2-bom{
color: rgba(255, 255, 255, 0.698);
margin-top: 16px;
    margin-right: 70px;
}
.main-hr-jj .hr-top3{
	padding-top: 20px;
}
.main-hr-jj .hr-top3-bom{
	margin-top: 17px;
}

.main-hr-jj .hr-top3-top b{
font-family: PingFangSC-Medium-woff2;
font-size: 16px;
font-weight: 500;
color: rgb(51, 51, 51);
}
.main-hr-jj .hr-data-top25-div{
	width: 180px;
	height: 60px;
	border-radius: 230px;
	background-color: rgba(255, 255, 255, 0.098);
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.404);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 57px;
}

.main-hr-jj .hr-data-top21 span{
	width: 64px;
height: 26px;
border-radius: 150px;
background-color: rgb(249, 249, 249);
font-family: PingFangSC-Regular-woff2;
font-size: 12px;
font-weight: 400;
color: rgb(215, 30, 21);
display: inline-block;
text-align: center;
line-height: 26px;
margin-right: 20px;
}
.main-hr-jj .hr-data-top21{
	display: flex;
    align-items: center;
    justify-content: end;
}
.hr-data-top36a{
	background-color: #D70815 !important;
	color: white !important;
	cursor:pointer;
}

.main-hr-hh .hr-top3-top p{
	display: inline-block;
	position: relative;
}
.main-hr-hh .hr-top3-top p img{
	width: 18px;
    margin-top: 2px;
    margin-left: 10px;
    cursor: pointer;
}
.main-hr-hh .hr-top3-top p:hover span{
	display: inline-block;
}
.main-hr-hh .hr-top3-top p span{
	padding: 0 10px;
	height: 32px;
	border-radius: 6px;
	background-color: rgb(0, 0, 0);
	font-family: PingFangSC-Light-woff2;
	font-size: 12px;
	font-weight: 200;
	color: rgb(255, 255, 255);
	display: inline-block;
	line-height: 32px;
	    position: absolute;
    width: 210px;
    top: -5px;
    display: none;
}

.hr-top1-bom-new{
	/*border:1px solid rgb(215, 30, 21);*/
}
.main-hr-hh .hr-top1-bom{
	background: linear-gradient(to right, rgb(215, 30, 21), #7a0274);

}
.main-hr-hh .hr-top2{
	background: linear-gradient(to right, rgb(215, 30, 21), #7a0274);
}
.main-hr-hh .hr-data-top35-div{
	width: 180px;
	height: 60px;
	border-radius: 230px;
	background-color: rgba(255, 255, 255, 0.098);
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.404);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 57px;
}
.main-hr-hh .hr-data-top32-js{
	    width: 64px;
    height: 26px;
    border-radius: 150px;
    background-color: rgb(249, 249, 249);
    font-family: PingFangSC-Regular-woff2;
    font-size: 12px;
    font-weight: 400;
    color: rgb(215, 30, 21);
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 20px;
        margin: 0 auto;
    display: block;
    margin-top: 16px;
}




/*邀请学员以及经纪人列表*/
.hrlist-data{
	width: 1400px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    min-height: 200px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 60px;
}
.hrlist-data-top{
	width: 1400px;
	/*height: 179px;*/
	border-radius: 20px 20px 0px 0px;
	background-color: rgb(249, 249, 249);
	padding: 57px 103px 20px;
    display: flex;
    align-items: center;
}
.hrlist-data-top1-top span{
	font-family: PingFangSC-Semibold-woff2;
	font-size: 28px;
	font-weight: 650;
	color: rgb(51, 51, 51);
}
.hrlist-data-top1-top b{
	height: 28px;
	padding: 0 10px;
	border-radius: 37px;
	background-color: rgb(226, 226, 226);
	display: flex;
	align-items: center;
	justify-content: center;
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
color: rgb(51, 51, 51);
margin-left: 43px;
}
.hrlist-data-top1-bom span{
	padding: 0 18px;
	height: 39px;
	border: solid 4px rgb(255, 255, 255);
	border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 150px;
	background-color: rgb(215, 30, 21);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
color: rgb(255, 255, 255);
display: flex;
align-items: center;
justify-content: center;
}
.hrlist-data-top1-bom b{
font-family: PingFangSC-Light-woff2;
font-size: 12px;
font-weight: 200;
color: rgb(51, 51, 51);
margin-left: 15px;
}
.hrlist-data-top1-top,.hrlist-data-top1-bom{
	display: flex;
	align-items: center;
}
.hrlist-data-top1-top{
	margin-bottom: 20px;
}
.hrlist-data-top2 span,.hrlist-data-top3 span{
	width: 90px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	color: rgb(153, 153, 153);
	display: inline-block;
}
.hrlist-data-top2 b,.hrlist-data-top3 b{
	font-family: PingFangSC-Medium-woff2;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: rgb(51, 51, 51);
}
.hrlist-data-top2 a,.hrlist-data-top3 a{
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
margin-left: 15px;
color: rgb(100, 128, 255);
}
.hrlist-data-top2{
	margin: 0 68px;
}
.hrlist-data-top2-top,.hrlist-data-top3-top{
	margin-bottom: 26px;
}
.hrlist-data-top3{
	flex: 1;
}


.hrlist-data-tab{
	width: 288px;
	height: 58px;
	border-radius: 359px;
	background-color: rgb(246, 246, 246);
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
	margin: 35px auto;
}
.hrlist-data-tab div{
	width: 140px;
	height: 48px;
	border-radius: 359px;
	text-align: center;
	line-height: 48px;
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
color: rgb(51, 51, 51);
cursor: pointer;
}
.hrlist-data-tab .on{
	width: 140px;
	height: 48px;
	border-radius: 359px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	line-height: 48px;
}
.hrlist1{
	padding: 0 103px;
}
.hrlist1-title{
font-family: PingFangSC-Medium-woff2;
font-size: 16px;
font-weight: 500;
color: rgb(51, 51, 51);
margin-left: 20px;
margin-bottom: 10px;
}
.hrlist1 table{
	width: 100%;
	border-collapse: collapse;
}
.hrlist1 table th{
	text-align: left;
background-color: rgb(246, 246, 246);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
color: rgb(153, 153, 153);
}
.hrlist1 table th{
	padding: 15px 0 15px 32px;
}
.hrlist1 table td{
	padding: 20px 0 20px 32px;
}
.hrlist1 table td{
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
color: rgb(51, 51, 51);
}
.hrlist1 table tr:nth-child(odd){
		background-color: rgb(246, 246, 246);
}
.hrlist1 table .bohui,.hrlist1 table .dshengxiao{
	padding: 0 17px;
height: 28px;
border-radius: 60px;
background-color: rgb(199, 199, 199);
font-family: PingFangSC-Regular-woff2;
font-size: 12px;
font-weight: 400;
text-align: center;
color: rgb(102, 102, 102) !important;
display: inline-block;
line-height: 28px;
}
.hrlist1 table .shenhe{
line-height: 16.6667px;
background-color: transparent;
font-family: PingFangSC-Regular-woff2;
font-size: 12px;
font-weight: 400;
text-align: center;
color: rgb(102, 102, 102) !important;
}
.hrlist1 table .tixian{
	width: 94px;
height: 40px;
border-radius: 60px;
background-color: rgb(48, 116, 252);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
color: rgb(255, 255, 255) !important;
display: flex;
align-items: center;
justify-content: center;
}
.hrlist1 table .ytixian{
	padding: 0 17px;
	height: 30px;
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
font-family: PingFangSC-Regular-woff2;
font-size: 12px;
font-weight: 400;
text-align: center;
color: rgb(0, 0, 0) !important;
display: inline-block;
border: 1px solid rgb(246, 246, 246);
line-height: 30px;
}
#hrlist2{
	display: none;
}

.modal-div-hr{
	    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 62%);
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.modal-div-data-hr{
	width: 468px;
height: 250px;
border-radius: 20px;
background-color: rgb(255, 255, 255);
}
.modal-div-data1-hr{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: rgb(19, 16, 16);
	margin-top: 69px;

	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: rgb(51, 51, 51);
}
.modal-div-data2-hr{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: rgb(19, 16, 16);
}
.modal-div-cancel-hr{
	width: 120px;
	height: 40px;
	border: solid 1px rgb(221, 221, 221);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221);
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	cursor: pointer;
	margin: 50px auto;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(100, 128, 255);
	line-height: 40px;
}
.upload-pingzheng-field {
    position: relative;
    margin: 15px 0;
    border: 1px dashed #ccc;
    padding: 12px;
    text-align: center;
    border-radius: 4px;
}
.upload-pingzheng-field input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.upload-pingzheng-field .file-name {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
