@CHARSET "UTF-8";
/*banner图*/
.banner_better_bg{
	background: url(/event/enjoy/images/01.jpg) no-repeat center top;
}
.banner_better{
	height:750px;
	padding-top:140px;
	box-sizing: border-box;
	align-items: flex-start;
}
.banner_better_container{
	color:#fff;
}
.banner_better_container h1{
	font-weight:bold;
	font-size:64px;
}
.banner_better_container h2{
	font-family: "思源宋体", "宋体";
	font-weight: bold;
	font-size:25px;
}
.banner_better_container h3{
	padding-top:45px;
	font-weight:normal;
	font-size:26px;
	line-height:1.5;
}
.banner_better_container h4{
	padding-top:90px;
}
.banner_better_container h4 a{
	display:inline-block;
	width:202px;
	height:56px;
	line-height:56px;
	text-align: center;
	font-size:26px;
	color:#fff;
	opacity: .8;
	font-weight: normal;
	background: url(/event/enjoy/images/02.png) no-repeat center center;

	transition:all .3s ease-in-out;
}
.banner_better_container h4 a:hover{
	opacity: 1;
}
.banner_landing_form:after{
	content: '';
	position:absolute;
	right:-100px;
	bottom:-35px;
	width:159px;
	height:212px;
	z-index: 22;
	background: url(/event/enjoy/images/11.png) no-repeat center center;
}


/*学习赋能*/
.better_title{
	padding:20px 0 8px 0;
	font-size:42px;
}
.better_title>span{
	position: relative;
	display:inline-block;
}
.better_title>span:before{
	content: '';
	position: absolute;
	top:50%;
	z-index: 22;
	margin-top:-7px;
	width:42px;
	height:15px;
}
.better_title>span:before{
	left:-10px;
	transform:translateX(-100%);
	background: url(/mode2/images/04.png) no-repeat center center;
}
.better_title>span .icon1{
	position:absolute;
	left:-15px;
	top:-12px;
	z-index: 22;
	width:30px;
	height:28px;
	background: url(/mode2/images/05.png) no-repeat center center;
}
.better_title_sub{
	font-size:24px;
	color:#8e8e8e;
	font-weight:normal;
}

.better_one{
}
.better_one li{
	position: relative;
	display:flex;
	margin:70px 0;
	flex-direction: column;
	align-items: flex-end;
}
.better_one li:last-child{
	margin-bottom:30px;
}

.better_one li .head{
	position:absolute;
	padding:5px 32px;
	left:0;
	top:-32px;
	z-index: 22;
	font-size:32px;
	color:#fff;
	-webkit-border-radius: 0 0 24px 0;
	-moz-border-radius: 0 0 24px 0;
	border-radius: 0 0 24px 0;
}
.better_one li .main{
	width:97%;
	padding:40px 40px 30px 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 99% 98%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
}
.better_one li .main .title{
	position: relative;
	padding:10px 0 10px 20px;
	font-size:30px;
}
.better_one li .main .title:before{
	content: '';
	position: absolute;
	left:0;
	top:50%;
	width:6px;
	height:20px;
	z-index: 22;
	transform:translateY(-50%);
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
.better_one li .main .txt{
	position: relative;
	max-width:86%;
	padding:10px 0 10px 20px;
	line-height:1.6;
	font-size:26px;
	color:#333;
}
.better_one li .main .txt:before{
	content: '';
	position: absolute;
	left:0;
	top:28px;
	z-index: 22;
	width:8px;
	height:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.better_one li:nth-child(1) .head{
	background: linear-gradient(90deg,#ee6f2d,#ea9e76);
}
.better_one li:nth-child(2) .head{
	background: linear-gradient(90deg,#ff8305,#ff9d2d);
}
.better_one li:nth-child(3) .head{
	background: linear-gradient(90deg,#ff5836,#ff7733);
}
.better_one li:nth-child(4) .head{
	background: linear-gradient(90deg,#9f43ef,#c880ff);
}
.better_one li:nth-child(5) .head{
	color:#FBE2B8;
	background: linear-gradient(90deg,#1d1d1d,#686868);
}

.better_one li:nth-child(1) .main{
	background-image: url(/event/enjoy/images/06.png);
}
.better_one li:nth-child(2) .main{
	background-image: url(/event/enjoy/images/08.png);
}
.better_one li:nth-child(3) .main{
	background-image: url(/event/enjoy/images/07.png);
}
.better_one li:nth-child(4) .main{
	background-image: url(/event/enjoy/images/10.png);
}
.better_one li:nth-child(5) .main{
	background-image: url(/event/enjoy/images/09.png);
}

.better_one li:nth-child(1) .title:before{
	background-color:#de6129;
}
.better_one li:nth-child(2) .title:before{
	background-color:#ff8000;
}
.better_one li:nth-child(3) .title:before{
	background-color:#ff5337;
}
.better_one li:nth-child(4) .title:before{
	background-color:#a044ef;
}
.better_one li:nth-child(5) .title:before{
	background-color:#848535;
}

.better_one li:nth-child(1) .title{
	color:#633737;
}
.better_one li:nth-child(2) .title{
	color:#ff8000;
}
.better_one li:nth-child(3) .title{
	color:#ff5337;
}
.better_one li:nth-child(4) .title{
	color:#a044ef;
}
.better_one li:nth-child(5) .title{
	color:#848535;
}

.better_one li:nth-child(1) .title:before{
	background-color:#de6129;
}
.better_one li:nth-child(2) .title:before{
	background-color:#ff8000;
}
.better_one li:nth-child(3) .title:before{
	background-color:#ff5337;
}
.better_one li:nth-child(4) .title:before{
	background-color:#a044ef;
}
.better_one li:nth-child(5) .title:before{
	background-color:#848535;
}

.better_one li:nth-child(1) .main .txt:before{
	background-color:rgb(245,208,188);
}
.better_one li:nth-child(2) .main .txt:before{
	background-color:rgb(255,192,128);
}
.better_one li:nth-child(3) .main .txt:before{
	background-color:rgb(255,169,155);
}
.better_one li:nth-child(4) .main .txt:before{
	background-color:rgb(208,162,247);
}
.better_one li:nth-child(5) .main .txt:before{
	background-color:rgb(218,194,154);
}


.better_two{
	padding-top:20px;
	text-align: center;
}
.better_two img{
	max-width:100%;
}