@font-face {
	font-family: "Regular";
	src: url("../font/SourceHanSansCN-Regular.otf");
}
@font-face {
    font-family: 'iconfont';  /* project id 3140817 */
    src: url('');
    src: url('?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_3140817_7h4mzvtqn55.woff2') format('woff2'),
    url('http://at.alicdn.com/t/font_3140817_7h4mzvtqn55.woff') format('woff'),
    url('http://at.alicdn.com/t/font_3140817_7h4mzvtqn55.ttf') format('truetype'),
    url('#iconfont') format('svg');
}
* {
	padding: 0;
	margin: 0;
	font-family: "Regular";
}

img {
	border: none;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color:transparent;
}

:root {
	font-size: calc(100vw / 1080 * 100);
	scroll-behavior:smooth;
}

body {
	background: rgb(242, 249, 255);
}

.box {
	width: 100%;
}

.focus {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	font-size: 0;
}
.focus img{
	width: 100%;
}

.characteristic {
	box-sizing: border-box;
	margin-top: 6.4rem;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.characteristic li {
	box-sizing: border-box;
	width: 4.6rem;
	height: 3.6rem;
	padding: 0.44rem 0.91rem 0 0.91rem;
	margin: 0.1rem 0;
	text-align: center;
	background: url(../images/curriculum/2.png) no-repeat center;
	background-size: 100% 100%;
}

.characteristic li h1 {
	font-size: 0.6rem;
	color: #fefb01;
}

.characteristic li h2 {
	font-size: .38rem;
	line-height: .38rem;
	padding-bottom: .19rem;
	font-weight: 100;
	color: white;
}

.characteristic li p {
	font-size: .29rem;
	color: #9cccf7;
}

/* 01 */
.subfield_one {
	position: relative;
}

.serial {
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1rem;
}

.subfield_one h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}

.subfield_one h2 div img {
	height: .23rem;
}

.subfield_one ul {
	display: flex;
	flex-direction: column;
	margin-left: .4rem;
}

.subfield_one ul li {
	height: 1.25rem;
	font-size: .38rem;
	line-height: 1.25rem;
	color: white;
	background: url(../images/curriculum/3.png) repeat-x;
	background-size: 100% 100%;
	margin: .4rem 0;
	display: flex;
	align-items: center;
}

.subfield_one ul li div {
	height: .4rem;
	width: .4rem;
	border: .03rem solid white;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 0 .3rem;
}

.subfield_one ul li div span {
	line-height: .4rem;
	background-color: white;
	height: .2rem;
	width: .2rem;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* 02 */
.subfield_two {
	position: relative;
}

/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_two h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}

.subfield_two h2 div img {
	height: .23rem;
}

.future {
	background: url(../images/curriculum/4.png) no-repeat center;
	background-size: 100% 100%;
	margin: .42rem .4rem 0 .4rem;
	padding: 0 .4rem;
}

.future h2 {
	padding-top: .54rem;
}

.prospect {
	display: flex;
	color: white;
	justify-content: space-between;
	padding-top: .44rem;
}

.prospect ul:first-child {
	margin-bottom: .77rem;
	font-size: .28rem;
}

.prospect ul:first-child li {
	padding-bottom: .11rem;
}

.prospect ul:last-child {
	font-size: .34rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: .34rem;
	padding-right: calc(.77rem - .4rem);
}

.prospect ul:last-child li {
	padding-bottom: .30rem;
}

.prospect ul:last-child img {
	width: .34rem;
	height: .34rem;
}

.pay {
	display: flex;
	padding: 0.6rem .4rem;
}
.pay>div {
	letter-spacing: .05rem;
	font-size: .4rem;
	width: 1.2rem;
	padding-left: .15rem;
	color: white;
	writing-mode: vertical-rl;
	background: -webkit-linear-gradient(bottom, #0ee6a4, #01fcc8);
	background: -o-linear-gradient(bottom, #0ee6a4, #01fcc8);
	background: -moz-linear-gradient(bottom, #0ee6a4, #01fcc8);
	background: linear-gradient(bottom, #0ee6a4, #01fcc8);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pay>div>p {
	width: .4rem;
}
.pay ul {
	padding-top: .68rem;
	padding-left: .4rem;
	font-size: .4rem;
	width: calc(100% - 1.2rem );
}
.pay ul li {
	display: flex;
	justify-content: space-between;
	padding-bottom: .4rem;
}
.pay ul li div:nth-of-type(1) {
	color: #666666;
	width: 1.5rem;
}
.pay ul li div:nth-of-type(2) {
	width: 4.1rem;
	height: .6rem;
	background: #c3f8f1;
	border-radius: 10rem;
}
.pay ul li div:nth-of-type(2) span {
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-linear-gradient(left, #0ee6a4, #01fcc8);
	background: -o-linear-gradient(left, #0ee6a4, #01fcc8);
	background: -moz-linear-gradient(left, #0ee6a4, #01fcc8);
	background: linear-gradient(left, #0ee6a4, #01fcc8);
	border-radius: 10rem;
}
.pay ul li:nth-of-type(2) div:nth-of-type(2) span {
	width: 80%;
	height: 100%;
	display: block;
}
.pay ul li:nth-of-type(3) div:nth-of-type(2) span {
	width: 60%;
	height: 100%;
	display: block;
}
.pay ul li:nth-of-type(4) div:nth-of-type(2) span {
	width: 40%;
	height: 100%;
	display: block;
}
.pay ul li div:nth-of-type(3) {
	color: #ff9900;
	width: 2rem;
}

.recruit {
	display: flex;
	padding: 0 .4rem;
}

.recruit>div {
	letter-spacing: .1rem;
	font-size: .4rem;
	width: 1.2rem;
	color: white;
	writing-mode: vertical-rl;
	background: -webkit-linear-gradient(bottom, #074cfe, #6eb6fe);
	background: -o-linear-gradient(bottom, #074cfe, #6eb6fe);
	background: -moz-linear-gradient(bottom, #074cfe, #6eb6fe);
	background: linear-gradient(bottom, #074cfe, #6eb6fe);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: .15rem;
}

.recruit>div>p {
	width: .4rem;
}

.recruit ul {
	padding-left: .4rem;
	font-size: .33rem;
	flex: 1;
	color: #0435ac;
}

.recruit ul li {
	width: 100%;
	height: .7rem;
	line-height: .7rem;
	margin-bottom: .4rem;
	background-color: #d9e7ff;
}

.recruit ul li span {
	padding-left: .3rem;
	display: block;
	background: -webkit-linear-gradient(left, #4485ff, #6eb6fe);
	background: -o-linear-gradient(left, #4485ff, #6eb6fe);
	background: -moz-linear-gradient(left, #4485ff, #6eb6fe);
	background: linear-gradient(left, #4485ff, #6eb6fe);
}

.recruit ul li:nth-of-type(1) span {
	width: 70%;
}

.recruit ul li:nth-of-type(2) span {
	width: 85%;
}

.recruit ul li:nth-of-type(3) span {
	width: 50%;
}

.recruit ul li:nth-of-type(4) span {
	width: 70%;
}

.recruit ul li:nth-of-type(5) span {
	width: 40%;
}

.recruit ul li:nth-of-type(6) span {
	width: 45%;
}

.recruit ul li:nth-of-type(7) span {
	width: 70%;
}

.remark {
	text-align: center;
	font-size: .3rem;
	color: #cdd0d2;
}

/* 03 */
.subfield_three {
	position: relative;
}

/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_three h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}

.subfield_three h2>div>img {
	height: .23rem;
}

.career {
	background: #dfeffe;
	margin: .4rem .4rem 0 .4rem;
	padding: .8rem .5rem;
}

.career ul {
	display: flex;
	justify-content: space-between;
}
.career ul:first-of-type{
	margin-bottom: .75rem;
}
.career ul li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	font-size: .25rem;
	text-align: center;
	color: #666666;
}

.career ul li img {
	width: 1.2rem;
	height: 1.2rem;
}

.triangle {
	width: 100%;
	height: .26rem;
	position: relative;
}

.triangle span {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border: .26rem solid transparent;
	border-top-color: #dfeffe;
}

.job {
	display: flex;
	justify-content: space-between;
	margin-left: .5rem;
	margin-top: .3rem;
	margin-bottom: .4rem;
	margin-right: .5rem;
}

.job li {
	letter-spacing: .06rem;
	width: .8rem;
	height: 4rem;
	font-size: .26rem;
	writing-mode: vertical-rl;
	background: url(../images/curriculum/7.png) repeat-y top;
	background-size: 100% 100%;
	color: white;
	/* padding: 0 .20rem; */
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: top;
	padding-top: .4rem;
}

/* 04 */
.subfield_four {
	background: #005fff;
	position: relative;
	overflow: hidden;
}

.subfield_four .serial {
	color: #337fff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	top: .65rem;
}

.subfield_four h2 {
	font-size: .45rem;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.75rem;
	position: relative;
	z-index: 2;
	margin-bottom: .4rem;
}

.subfield_four h2>div>img {
	height: .23rem;
}

.stage {
	width: 12rem;
	display: flex;
	padding-left: .4rem;
	overflow-x: scroll;
	/* width: 100%; */
}
/* 隐藏滚动条 */
.stage::-webkit-scrollbar {
  /* display: none; */
}

.stage li {
	width: 2.7rem;
	height: 1.85rem;
	background: #2430ae;
	color: white;
	text-align: center;
	margin-right: .3rem;
	padding-top: .38rem;
}

.stage li h3 {
	font-size: .4rem;
	padding-bottom: .24rem;
	font-weight: 100;
}

.stage li p {
	font-size: .28rem;
}

.stage .sign {
	background: url(../images/curriculum/8_1.png);
	background-size: 100% 100%;
	width: 2.7rem;
	height: 2.05rem;
}

.course {
	margin: .4rem;
	border: .01rem solid white;
	border-radius: .03rem;
	color: white;
}

.course_box,
.course_knowledge {
	display: flex;
}

.course>li>div {
	font-size: .4rem;
	width: .8rem;
	writing-mode: vertical-rl;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course_box>ul {
	font-size: .28rem;
	flex: 1;
	padding: .35rem .2rem;
}

.course>li:first-child {
	border-bottom: .01rem solid white;
}

.course>li:first-child>div {
	background: -webkit-linear-gradient(top, #0093ff, #0064ff);
}

.course>li:first-child>ul {
	color: #96bdff;
	padding-bottom: .38rem;
}

.course>li:nth-of-type(2) {
	border-bottom: .01rem solid white;
}

.course_knowledge>div {
	background: #1247d6;
	width: .8rem;
}

.course_knowledge>ul {
	padding: .4rem .2rem;
	box-sizing: border-box;
	width: calc(100% - .8rem);
}

.course_knowledge_top {
	display: flex;
}

.course_knowledge_top_left {
	background: url(../images/curriculum/8_2.png);
	background-size: 100% 100%;
	font-size: .28rem;
	width: 1.8rem;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
}

.course_knowledge_top_right {
	display: flex;
	flex-wrap: wrap;
	padding-left: .2rem;
	width: 7.18rem;
	box-sizing: border-box;
}

.course_knowledge_top_right li {
	background: #1a6fff;
	color: #d1e2ff;
	font-size: .28rem;
	padding: 0 .22rem;
	height: .5rem;
	line-height: .5rem;
	margin-right: .2rem;
	border-radius: .03rem;
	margin-bottom: .2rem;
}

.course_knowledge_bottom {
	display: flex;
}

.course_knowledge_bottom_left {
	background: url(../images/curriculum/8_3.png);
	background-size: 100% 100%;
	font-size: .28rem;
	width: 1.8rem;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
}

.course_knowledge_bottom_right {
	padding-left: .2rem;
	font-size: .28rem;
	width: 7.18rem;
}

/* 05 */
.subfield_five {
	position: relative;
}

/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_five h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}

.subfield_five h2>div>img {
	height: .23rem;
}

.subfield_five_text {
	padding: .4rem;
	font-size: .38rem;
	color: #666666;
}

.subfield_five_text div:first-child {
	padding-bottom: .5rem;
}

.subfield_five_text div:nth-of-type(2) {
	padding-bottom: .5rem;
}

.subfield_five_text div:last-child {
	display: flex;
	justify-content: space-between;
}

.subfield_five_text div:last-child img {
	width: 4.9rem;
	height: 100%;
}

.subfield_five_text div:last-child img {
	margin-right: .1rem;
}

/* 06 */
.subfield_six {
	position: relative;
	overflow: hidden;
}

/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_six h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}

.subfield_six h2>div>img {
	height: .23rem;
}

.teacher{
	padding: .4rem;
	width: 100%;
	overflow: hidden;
}
.teacher>ul{
	display: flex;
	font-size: 0;
	width: 100%;
}
.teacher li {
	width: 3.6rem;
	background: #89b7f3;
	color: white;
	margin-right: .2rem;
	border-radius: .1rem;
}
.teacher li img{
	width: 100%;
	height: 3.6rem;
	font-size: 0;
}
.teacher li div{
	font-size: 0;
	margin-left: .22rem;
}
.teacher li div span:first-of-type {
	font-size: .38rem;
	line-height: .38rem;
	padding-top: .22rem;
	padding-bottom: .21rem;
	font-weight: 600;
	display: inline-block;
}
.teacher li div span:last-child {
	font-size: .34rem;
	color: #e5effd;
	margin-left: .22rem;
	display: inline-block;
}
.teacher li div:last-child {
	font-size: .22rem;
	background: #adcdf7;
	width: 1.2rem;
	height: .4rem;
	text-align: center;
	border-radius: .4rem;
	line-height: .4rem;
	margin-bottom: .2rem;
}
/* 07 */
.subfield_seven {
	position: relative;
}
/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_seven h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}

.subfield_seven h2>div>img {
	height: .23rem;
}
.goal{
	display: flex;
	flex-wrap: wrap;
	padding: .4rem;
}
.goal li{
	margin-bottom: .2rem;
	margin-right: .2rem;
	text-align: center;
	width: 4.6rem;
	height: 4.95rem;
	background: #dfecff;
}
.goal li:nth-of-type(2),.goal li:nth-of-type(4){
	margin: 0;
}
.goal li>div:first-child{
	background: #2430ae;
	padding: .5rem .5rem 0 .5rem;
	height: 1.8rem;
}
.goal li>div:first-of-type h3{
	color: #fefb01;
	font-size: .42rem;
	line-height: .42rem;
	padding-bottom: .22rem;
}
.goal li>div:first-of-type p{
	color: #9298d7;
	font-size: .28rem;
}
.goal li>div:last-child{
	color: #666666;
	font-size: .33rem;
	padding: .3rem;
}
.receive{
	margin: 0 .4rem;
	background: url(../images/curriculum/11.png) no-repeat;
	background-size: 100% 100%;
	font-size: .45rem;
	text-align: center;
	vertical-align: middle;
	
}
.receive a{
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.2rem;
	height: 1.2rem;
}
.receive a span{
	color: #fefb01;
}
.receive a div:last-child{
	font-size: 0;
}
.receive a div:last-child img{
	width: 2rem;
	height: .6rem;
}
/* 08 */
.subfield_eight{
	position: relative;
}
/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_eight h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}

.subfield_eight h2>div>img {
	height: .23rem;
}
.obtain{
	padding: .4rem;
	text-align: center;
}
.obtain p{
	font-size: .35rem;
	padding: .65rem 0;
}
.obtain img{
	width: 100%;
}
/* 09 */
.subfield_nine{
	position: relative;
}
/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_nine h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}
.subfield_nine h2>div>img {
	height: .23rem;
}
.journalism{
	margin: 0 .4rem;
	position: relative;
	overflow: hidden;
}
.journalism li{
	width: 10rem;
	height: 2.1rem;
	text-align: center;
	font-size: 0;
	position: relative;
	margin-bottom: .4rem;
}
.journalism li:first-of-type{
	margin-top: .4rem;
}
.journalism li:first-of-type div:first-of-type{
	position: absolute;
	left: 0;
	background: url(../images/curriculum/13_1.png) no-repeat;
	background-size: 100% 100%;
	width: 5.5rem;
	z-index: 1;
	height: 2.1rem;
}
.journalism li:first-of-type div:last-child{
	position: absolute;
	right: 0;
	width: 5.5rem;
	height: 2.1rem;
	background: -webkit-linear-gradient(left,#7e56fe,#5e2dfe);
}
.journalism li:last-child div:first-of-type{
	position: absolute;
	left: 0;
	background: url(../images/curriculum/13_2.png) no-repeat;
	background-size: 100% 100%;
	width: 5.5rem;
	height: 2.1rem;
	z-index: 1;
}
.journalism li:last-child div:last-child{
	position: absolute;
	right: 0;
	width: 5.5rem;
	height: 2.1rem;
	background: -webkit-linear-gradient(left,#467dfe,#2c53fe);
}
.journalism li p{
	color: white;
	font-size: .4rem;
	padding-top: .3rem;
	padding-bottom: .15rem;
}
.journalism li span{
	font-size: .5rem;
	color: #fefb01;
}
.grid{
	padding: 0 .4rem;
}
.grid tr:nth-child(odd){
	background: #ddeafc;
}
.grid table{
	width: 100%;
	border-collapse: collapse;
}
.grid th{
	font-size: .38rem;
	background-color: #166ed2;
	color: white;
	font-weight: 100;
	height: 1.2rem;
}
.grid td{
	font-size: .28rem;
	color: #666666;
	text-align: center;
	height: .8rem;
	
}
.odd td{
	background: #ddeafc;
}
.grid>div{
	font-size: .28rem;
	text-align: center;
	padding: .3rem 0;
	color: #b8b8b8;
}
/* 10 */
.subfield_ten{
	position: relative;
}
/* .serial{
	color: #c1daff;
	font-size: 1.44rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 1.1rem;
} */
.subfield_ten h2 {
	font-size: .45rem;
	color: #005fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2.2rem;
}
.subfield_ten h2>div>img {
	height: .23rem;
}
.subfield_ten h3{
	font-size: .45rem;
	font-weight: 100;
	color: #666666;
	text-align: center;
	margin-top: .4rem;
}
.subfield_ten h3 span{
	width: .15rem;
	height: .15rem;
	border-radius: .1rem;
	background: #0883da;
	display: inline-block;
	position: relative;
	top: -0.1rem;
}
.subfield_ten h3 span:first-of-type{
	margin-right: .25rem;
}
.subfield_ten h3 span:last-child{
	margin-left: .25rem;
}
.subfield_ten p{
	font-size: .28rem;
	text-align: center;
	color: #cdd0d2;
}
.slideshow{
	padding: .4rem .4rem;
	overflow: hidden;
}
.subfield_ten .slideshow ul{
	display: flex;
	width: 100%;
	font-size: 0;
}
/* 滑动 */
.slideshow {
  overflow-x: scroll;
  margin-left: 0.38rem;
}
/* 隐藏滚动条 */
.slideshow::-webkit-scrollbar {
  display: none;
}

.subfield_ten .slideshow ul li{
	margin-right: .4rem;
}
.subfield_ten>div>div{
	text-align: center;
	font-size: 0;
}
.subfield_ten>div>div>a{
	color: white;
	font-size: .36rem;
	display: inline-block;
	height: .8rem;
	padding: 0 .4rem;
	line-height: .8rem;
	border-radius: .1rem;
	background: -webkit-linear-gradient(top,#5ca4fe,#094dfe);
	font-family: "iconfont";
}
.startanew{
	width: 2rem;
	text-align: center;
	font-size: 0;
	position: relative;
	top: .4rem;
	left: 50%;
	transform: translateX(-50%);
}
.startanew div{
	font-size: .32rem;
	padding-top: .1rem;
	color: #666666;
}
.startanew a{
	color: #666666;
}
.startanew img{
	width: 1rem;
	height: 1rem;
}
.StartToLearn{
	background: #005fff;
	padding: .4rem;
	margin-top: .8rem;
}
.StartToLearn>div{
	background: url(../images/curriculum/15.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: .6rem .4rem;
	font-size: 0;
}
.StartToLearn>div ul li:first-of-type{
	color: white;
	font-weight: 100;
	font-size: .4rem;
	padding-bottom: .4rem;
}
.StartToLearn>div li{
	position: relative;
}
.StartToLearn>div label{
	font-size: .35rem;
	position: absolute;
	top: 0.24rem;
	left: .2rem;
	color: #666666;
}
.StartToLearn>div input{
	height: 1rem;
	width: 9.2rem;
	margin-bottom: .4rem;
	font-size: .35rem;
	border-radius: .1rem;
	border: none;
	outline: none;
	text-indent: 1.8rem;
}
.StartToLearn li s{
	text-decoration-color: #e1b667;
}
.StartToLearn li:last-child{
	font-size: 0;
	height: 1rem;
}
.StartToLearn li:last-child img{
	height: 1rem;
	width: 2.6rem;
}
