@font-face {
	font-family: 'Poppins-BlackItalic';
	src: url('../fonts/Poppins-BlackItalic_1.ttf');
}
header {
	width: 100%;
	height: 67px;
	position: fixed;
	left: 0;
	top: 0;
	transition: all .3s;
	z-index: 9999;
	background: #fff;
}
.menu{
	display: none;
}
header.on {
	box-shadow: none;
	background: none;
}

header.on .m ul li.on a {
	color: #fff;
}
header.on .m h1{
	background-image: url(../images/logowhite.png);
}
header.on .m .right .search .sub{
	background-image: url(../images/searchicon.png);
}
header .m {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .m h1 {
	display: block;
	width: 115px;
	height: 32px;
	background-image: url(../images/logoblur.png);
	background-size: 100% 100%;
}

header .m ul {
	height: 100%;
	display: flex;
	margin-left: 10px;
	align-items: center;
	flex: 1;
	margin-left: 50px;
}

header .m ul li {
	font-size: 14px;
	color: #A9A9A9;
	position: relative;
}

header .m ul li:hover a {
	color: #07ACBB;
}

header .m ul li.on a {
	color: #07ACBB;
	font-weight: 500;
}

header .m ul li a {
	color: black;
	display: block;
	transition: all .2s;
	padding: 0 20px;
	font-weight: 400;
	line-height: 20px;
}

header .m .right {
	height: 100%;
	display: flex;
	align-items: center;
}

header .m .right .icon {
	width: 60px;
	height: 19px;
	display: flex;
	align-items: center;
	border-left: 1px solid #D8D8D8;
	justify-content: center;
}

header .m .right .icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 99px;
	background: #07AFBF;
	position: relative;
}

header .m .right .icon a img{
	width: 18px;
}

header .m .right .icon .num{
	display: block;
	min-width: 15px;
	height: 15px;
	background-color: red;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border-radius: 15px;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(100%,-0%);
	padding: 0 2px;
	box-sizing: border-box;
}

header .m .right .user {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

header .m .right .user img {
	display: block;
	width: 100%;
	height: 100%;
}

header .m .right .search {
	width: 216px;
	height: 36px;
	border-radius: 40px;
	border: 1px solid #E5E5E5;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

header .m .right .search .sub {
	width: 36px;
	height: 36px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	background-image: url(../images/searchicon1.png);
	background-size: 100% 100%;
	right: 0;
	top: 0;
}

header .m .right .search input {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	outline: none;
	font-size: 13px;
	color: #333;
	padding-left: 15px;
}

header.on .m .right .search input{
	color: #fff;
}

header .m .right .search input::placeholder {
	color: #E5E5E5;
}


.null {
	height: 67px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.main_course_banner {
	width: 100%;
	height: 330px;
	position: relative;
	background-color: #765055;
	padding-top: 107px;
	background-image: url(../images/addicon3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 100%;
}

.main_course_banner div {
	overflow: hidden;
	width: 1200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: -30px;
	font-size: 20px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #727272;
}

.main_course_banner p {
	text-align: center;
	font-size: 43px;
	line-height: 61px;
	color: #fff;
	font-family: Poppins-BlackItalic;
}

.main_course_banner p img {
	max-height: 35px;
	width: auto;
}

.main_course_banner ul {
	overflow: hidden;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.main_course_banner ul li {
	display: inline-flex;
	align-items: center;
	height: 36px;
	border-radius: 40px;
	margin: 0 10px;
	padding: 0 18px;
	border: 1px solid #fff;
	font-size: 14px;
	transition: all .2s;
	margin-top: 6px;
	color: #fff;
	cursor: pointer;
}

.main_course_banner ul li:hover {
	background: #07ACBB;
	border: 1px solid #07ACBB;
}

.main_course_banner ul li.on {
	background: #07ACBB;
	border: 1px solid #07ACBB;
}

.mobile_navbar{
	display: none;
}

.main_curriculum {
	overflow: hidden;
	width: 100%;
	padding-bottom: 60px;
	/* margin-top: 70px; */
}

.main_curriculum .course_title {
	overflow: hidden;
	/* margin-top: 40px; */
	margin-top: 30px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	flex-direction: column;
}

.main_curriculum .course_title p {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}

.main_curriculum .course_title p img {
	width: auto;
	max-height: 40px;
	margin-right: 10px;
}


.main_curriculum .course_title span {
	font-size: 19px;
	color: #000;
	display: block;
	margin-top: 20px;
}

.main_curriculum .course_title ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_curriculum .course_title ul li {
	font-size: 20px;
	color: #6E6E6E;
	margin-left: 40px;
	cursor: pointer;
}

.main_curriculum .course_title ul li.on {
	color: #07AFBF;
}

.main_curriculum .item {
	width: 100%;
}

.main_curriculum .item .title {
	margin-top: 20px;
	/* margin-top: 40px; */
	overflow: hidden;
}

.main_curriculum .item .title p {
	font-size: 24px;
	color: #000000;
	/* margin-bottom: 10px; */
	line-height: 33px;
}

.main_curriculum .item .title span {
	font-size: 20px;
	color: #999999;
	line-height: 28px;
	display: block;
}

.main_curriculum .item .title_gorw {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_curriculum .item .title_gorw p {
	font-size: 32px;
	line-height: 45px;
	color: #000000;
	font-weight: bold;
}

.main_curriculum .item .title_gorw .more {
	width: 97px;
	height: 36px;
	border-radius: 40px;
	border: 1px solid #C8C8C8;
}

.main_curriculum .item .title_gorw .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_curriculum .item .title_gorw .more a span {
	font-size: 16px;
	color: #c8c8c8;
}

.main_curriculum .item .title_gorw .more a img {
	display: block;
	margin-left: 7px;
}

.main_curriculum .item ul {
	width: 100%;
}

.main_curriculum .item ul li {
	width: 100%;
	height: 184px;
	margin-top: 30px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	display: flex;
	overflow: hidden;
	align-items: center;
}

.main_curriculum .item ul li.focus .pic_name{
	background-image: url(../images/addicon7.png);
}

.main_curriculum .item ul li.thinking .pic_name{
	background-image: url(../images/addicon6.png);
}

.main_curriculum .item ul li.speculative .pic_name{
	background-image: url(../images/addicon9.png);
}


.main_curriculum .item ul li.imagine .pic_name{
	background-image: url(../images/addicon8.png);
}


.main_curriculum .item ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.main_curriculum .item ul li a .pic_name {
	width: 270px;
	height: 100%;
	/* padding: 28px 0 0 22px; */
	font-size: 28px;
	line-height: 40px;
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.main_curriculum .item ul li a .grow {
	overflow: hidden;
	width: calc(100% - 270px);
	height: 100%;
	padding: 17px 20px 0 19px;
	font-size: 12px;
}

.main_curriculum .item ul li a .grow h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
}

.main_curriculum .item ul li a .grow .des {
	display: inline-flex;
	align-items: center;
	height: 27px;
	border-radius: .4rem;
	padding: 0 13px;
	font-size: 14px;
	color: #25A3AB;
	background: #E9F5F6;
	margin-top: 15px;
	margin-bottom: 28px;
}

.main_curriculum .item ul li a .grow .info {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.main_curriculum .item ul li a .grow .info .infos {
	overflow: hidden;
}

.main_curriculum .item ul li a .grow .info .infos div {
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}

.main_curriculum .item ul li a .grow .info .infos div:last-child {
	margin-bottom: 0;
}

.main_curriculum .item ul li a .grow .info .infos div span {
	display: block;
	font-size: 14px;
	color: #BABABA;
	margin-left: 10px;
}

.main_curriculum .item ul li a .grow .info .price {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #E21E1E;
}

footer {
	width: 100%;
	overflow: hidden;
	background: #07acbb;
	padding: 64px 0 28px 0;
}

footer .bot {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 44px;
	font-size: 14px;
	color: #FFFFFF;
}

footer .bot img {
	margin: 0 10px;
}

footer .top {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

footer .top .imgm {
	flex: 1;
	overflow: hidden;
	display: block;
	width: auto;
}
footer .top .imgm + .imgm{margin-left: 30px;}

footer .top .info {
	overflow: hidden;
	width: 329px;
}

footer .top .info .footlogo {
	display: block;
	margin-bottom: 33px;
}

footer .top .info p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
	line-height: 29px;
}

footer .top .info .code {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	margin-top: 21px;
}

footer .top .info .code img {
	width: 93px;
}

footer .top .info .code span {
	display: block;
	opacity: 0.8;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-left: 15px;
}

footer .top .link {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}

footer .top .link ul {
	overflow: hidden;
	margin: 0 47px;
}

footer .top .link ul li {
	font-size: 22px;
	color: #fff;
	margin-bottom: 26px;
}

footer .top .link ul li:first-child {
	margin-bottom: 34px;
}

footer .top .link ul li:last-child {
	margin-bottom: 0;
}

footer .top .link ul li a {
	display: block;
	line-height: 22px;
	transition: all .2s;
	font-size: 16px;
	color: #AAAEB5;
}

footer .top .link ul li a:hover{
	color: #07AFBF;
}

footer .top .contact {
	overflow: hidden;
	max-width: 380px;
}

footer .top .contact h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 36px;
}

footer .top .contact ul {
	overflow: hidden;
}

footer .top .contact ul li {
	font-size: 16px;
	color: #AAAEB5;
	line-height: 22px;
	margin-bottom: 19px;
}

footer .top .contact ul li span {
	color: #fff;
}

footer .top .contact div {
	overflow: hidden;
	margin-top: 18px;
}

footer .top .contact div p {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}

footer .top .contact div span {
	font-size: 16px;
	line-height: 22px;
	color: #AAAEB5;
	display: block;
}

.main_join {
	overflow: hidden;
	width: 100%;
	padding: 35px 0 60px 0;
}

.main_join .banner {
	width: 100%;
	overflow: hidden;
}

.main_join .banner img {
	width: 100%;
	display: block;
}

.main_join .main_form {
	overflow: hidden;
	width: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 50px 60px 60px 60px;
	margin-top: 30px;
}

.main_join .main_form .submit {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 60px;
	width: 389px;
	height: 64px;
	font-size: 20px;
	color: #fff;
	background: #07AFBF;
	border-radius: 32px;
}

.main_join .main_form .label {
	overflow: hidden;
	margin-bottom: 40px;
}

.main_join .main_form .label:last-child {
	margin-bottom: 0;
}

.main_join .main_form .label .name {
	display: block;
	line-height: 24px;
	font-size: 18px;
	color: #333333;
}

.main_join .main_form .label ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_join .main_form .label ul li {
	overflow: hidden;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 50%;
	margin-top: 30px;
}

.main_join .main_form .label ul li.on div {
	background-image: url(../images/joinicon_09.jpg);
}

.main_join .main_form .label ul li div {
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	margin-right: 20px;
	background-image: url(../images/joinicon_07.jpg);
}

.main_join .main_form .label ul li span {
	font-size: 18px;
	line-height: 1;
	color: #101010;
}

.main_join .main_form .label textarea {
	width: 100%;
	height: 100px;
	outline: none;
	background: none;
	resize: none;
	border-radius: 10px;
	font-size: 18px;
	padding: 20px;
	margin-top: 20px;
	color: #999999;
	border: 1px solid #f2f2f2;
}

.main_join .main_form .label textarea::placeholder {
	color: #999;
}

.main_join .main_form .label>input {
	width: 520px;
	height: 58px;
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	margin-top: 10px;
	color: #999999;
	border-bottom: 1px solid #EEEEEE;
}

.main_join .main_form .label>input::placeholder {
	color: #999;
}

.main_join .form_box {
	overflow: hidden;
	width: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 60px 60px 50px 60px;
	margin-top: 40px;
}

.main_join .form_box .logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}

.main_join .form_box h2 {
	font-size: 26px;
	font-weight: bold;
	color: #3D3D3D;
	line-height: 1;
}

.main_join .form_box ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_join .form_box ul li {
	overflow: hidden;
	width: 520px;
	margin-top: 50px;
}

.main_join .form_box ul li p {
	font-size: 18px;
	line-height: 1;
	color: #333333;
	margin-bottom: 10px;
}

.main_join .form_box ul li input {
	width: 100%;
	height: 56px;
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	color: #999999;
	border-bottom: 1px solid #EEEEEE;
}

.main_join .form_box ul li input::placeholder {
	color: #999;
}

.main_what {
	overflow: hidden;
	width: 100%;
	padding: 35px 0 60px 0;
}

.main_what .banner {
	width: 100%;
	overflow: hidden;
}

.main_what .banner img {
	width: 100%;
	display: block;
}

.main_what .box {
	overflow: hidden;
}

.main_what .box img {
	display: block;
	width: 100%;
}

.main_what .box p {
	font-size: 20px;
	color: #333333;
	margin: 30px auto;
	line-height: 32px;
}

.main_what .box .video {
	width: 100%;
}

.main_what .box .video video {
	width: 100%;
}

.main_what .box .button {
	overflow: hidden;
	margin: 0 auto;
	width: 389px;
	margin-top: 60px;
	height: 64px;
	background: #07AFBF;
	border-radius: 32px;
}

.main_what .box .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #fff;
}

.main_what .series {
	overflow: hidden;
	margin-top: 40px;
}

.main_what .series p {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

.main_what .series img {
	display: block;
	width: 100%;
	margin-top: 40px;
}

.main_what .series a {
	position: relative;
	display: block;
}

.main_what .series .text{
	width: 100%;
	font-size: 34px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.main_happening {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	margin-top: 40px;
	padding: 60px;
}

.main_happening .logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.main_happening ul {
	overflow: hidden;
}

.main_happening ul li {
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #EEEEEE;
}

.main_happening ul li:hover a .pic img {
	transform: scale(1.1);
}

.main_happening ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.main_happening ul li a .pic {
	width: 174px;
	overflow: hidden;
	border-radius: 10px;
}

.main_happening ul li a .pic img {
	display: block;
	width: 100%;
	border-radius: 10px;
	transition: all .5s;
}

.main_happening ul li a .grow {
	overflow: hidden;
	width: calc(100% - 204px);
}

.main_happening ul li a .grow p {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	font-weight: bold;
	height: 42px;
}

.main_happening ul li a .grow span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #000000;
}

.main_happening ul li a .grow div {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 22px;
	justify-content: space-between;
}

.main_happening ul li a .grow div em {
	display: block;
	font-size: 14px;
	color: #AAAAAA;
}

.main_news {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
}

.main_news .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main_news .w1200 .rihgt {
	width: 270px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background: #fff;
	padding: 0 20px 0 20px;
}

.main_news .w1200 .rihgt h2 {
	font-size: 22px;
	line-height: 73px;
	color: #000000;
	font-weight: bold;
}

.main_news .w1200 .rihgt ul {
	overflow: hidden;
}

.main_news .w1200 .rihgt ul li {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}

.main_news .w1200 .rihgt ul li .pic {
	width: 100%;
	margin-bottom: 14px;
	overflow: hidden;
}

.main_news .w1200 .rihgt ul li .pic img {
	display: block;
	width: 100%;
}

.main_news .w1200 .rihgt ul li p {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 14px;
}

.main_news .w1200 .rihgt ul li span {
	display: block;
	font-size: 14px;
	color: #AAAEB5;
}

.main_news .w1200 .left {
	width: 890px;
}

.main_news .w1200 .left .list {
	width: 100%;
	margin-bottom: 30px;
}

.main_news .w1200 .left .list li {
	overflow: hidden;
	width: 100%;
	height: 180px;
	margin-top: 30px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	display: flex;
}

.main_news .w1200 .left .list li:hover a .pic img {
	transform: scale(1.1);
}

.main_news .w1200 .left .list li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.main_news .w1200 .left .list li a .pic {
	width: 270px;
	height: 100%;
	overflow: hidden;
}

.main_news .w1200 .left .list li a .pic img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.main_news .w1200 .left .list li a .grow {
	overflow: hidden;
	width: calc(100% - 270px);
	height: 100%;
	padding: 18px 30px 0 30px;
}

.main_news .w1200 .left .list li a .grow p {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
}

.main_news .w1200 .left .list li a .grow span {
	display: block;
	font-size: 14px;
	color: #AAAEB5;
	line-height: 20px;
	margin-bottom: 11px;
}

.main_news .w1200 .left .list li a .grow em {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.main_news .left .detail .box p{
	font-size: 16px;
	line-height: 33px;
}

.main_news .left .detail .box img{
	display: block;
	max-width: 100%;
	width: 100%;
}

.main_news .left .detail .title{
	font-size: 30px;
	color: #000000;
	margin-bottom: 7px;
}

.main_news .left .detail .time{
	font-size: 14px;
	color: rgba(0, 0, 0, .4);
	margin-bottom: 24px;
}

.mb {
	overflow: hidden;
	display: flex;
	height: 50px;
	align-items: center;
}

.mb li {
	font-size: 14px;
	margin-right: 6px;
	color: #999999;
}

.mb li:last-child a {
	color: #666;
}

.mb li a {
	color: #999999;
}

.main_curriculum_banner {
	overflow: hidden;
	width: 100%;
	height: 418px;
	background: #07AFBF;
	display: flex;
	align-items: center;
	justify-content: center;
}



.main_curriculum_banner .bannerboxs {
	height: 358px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #979797;
	overflow: hidden;
	background: #fff;
	justify-content: space-between;
}

.main_curriculum_banner .bannerboxs .pic {
	width: 508px;
	height: 100%;
}

.main_curriculum_banner .bannerboxs .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_curriculum_banner .bannerboxs .grow {
	overflow: hidden;
	width: calc(100% - 508px);
	height: 100%;
	position: relative;
	padding: 24px 30px 0 30px;
	font-size: 12px;
}

.main_curriculum_banner .bannerboxs .grow .btn {
	width: 204px;
	height: 54px;
	background: #25A3AB;
	border-radius: 40px;
	display: flex;
	align-items: center;
	margin-top: 27px;
	justify-content: center;
}

.main_curriculum_banner .bannerboxs .grow .btn a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	font-size: 22px;
	color: #fff;
}

.main_curriculum_banner .bannerboxs .grow .date {
	overflow: hidden;
	display: flex;
	margin-top: 16px;
	align-items: center;
}

.main_curriculum_banner .bannerboxs .grow .date span {
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
}

.main_curriculum_banner .bannerboxs .grow .des_font {
	font-size: 16px;
	color: #A0A0A0;
	line-height: 22px;
	margin: 20px 0;
}

.main_curriculum_banner .bannerboxs .grow .name {
	display: block;
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 8px;
}

.main_curriculum_banner .bannerboxs .grow .font {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 5px;
}

.main_curriculum_banner .bannerboxs .grow .font span {
	color: #A0A0A0;
}

.main_curriculum_banner .bannerboxs .grow .price {
	display: flex;
	margin-bottom: 7px;
	align-items: center;
	justify-content: space-between;
}

.main_curriculum_banner .bannerboxs .grow .price p {
	font-size: 32px;
	line-height: 45px;
	color: #E21E1E;
	font-weight: bold;
}

.main_curriculum_banner .bannerboxs .grow .price span {
	display: block;
	font-size: 16px;
	color: #A0A0A0;
}

.main_curriculum_banner .bannerboxs1 {
	height: 219px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #979797;
	overflow: hidden;
	background: #fff;
	justify-content: space-between;
}

.main_curriculum_banner .bannerboxs1 .pic {
	width: 311px;
	height: 100%;
}

.main_curriculum_banner .bannerboxs1 .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_curriculum_banner .bannerboxs1 .grow {
	overflow: hidden;
	width: calc(100% - 311px);
	height: 100%;
	position: relative;
	padding: 24px 30px 0 30px;
	font-size: 12px;
}

.main_curriculum_banner .bannerboxs1 .grow .btn {
	width: 204px;
	height: 54px;
	background: #25A3AB;
	border-radius: 40px;
	display: flex;
	align-items: center;
	margin-top: 27px;
	justify-content: center;
}

.main_curriculum_banner .bannerboxs1 .grow .btn a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	font-size: 22px;
	color: #fff;
}

.main_curriculum_banner .bannerboxs1 .grow .date {
	overflow: hidden;
	display: flex;
	margin-top: 35px;
	align-items: center;
}

.main_curriculum_banner .bannerboxs1 .grow .date span {
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
}

.main_curriculum_banner .bannerboxs1 .grow .name {
	display: block;
	font-size: 26px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}

.main_curriculum_banner .bannerboxs1 .grow .font {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 13px;
}

.main_curriculum_banner .bannerboxs1 .grow .font span {
	color: #A0A0A0;
}

.main_curriculum_banner .bannerbox {
	height: 358px;
	display: flex;
	align-items: center;
	border-radius: 13px;
	border: 1px solid #979797;
	overflow: hidden;
	background: #fff;
	justify-content: space-between;
}

.main_curriculum_banner .bannerbox .pic {
	width: 525px;
	height: 100%;
	padding: 31px 0 0 42px;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 57px;
	background-image: url(../images/addicon4.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main_curriculum_banner .bannerbox .grow {
	overflow: hidden;
	width: calc(100% - 525px);
	height: 100%;
	position: relative;
	padding: 24px 30px 0 30px;
	font-size: 12px;
}

.main_curriculum_banner .bannerbox .grow .btn {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_curriculum_banner .bannerbox .grow .btn p {
	font-size: 32px;
	color: #E21E1E;
	font-weight: bold;
}

.main_curriculum_banner .bannerbox .grow .btn div {
	width: 183px;
	height: 54px;
	background: #25A3AB;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_curriculum_banner .bannerbox .grow .btn div a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	font-size: 22px;
	color: #fff;
}

.main_curriculum_banner .bannerbox .grow .date {
	overflow: hidden;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.main_curriculum_banner .bannerbox .grow .date span {
	font-size: 14px;
	color: #A0A0A0;
	margin-left: 10px;
}

.main_curriculum_banner .bannerbox .grow .name {
	display: block;
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
}

.main_curriculum_banner .bannerbox .grow .des {
	display: inline-flex;
	align-items: center;
	height: 27px;
	border-radius: .4rem;
	padding: 0 13px;
	font-size: 14px;
	color: #25A3AB;
	background: #E9F5F6;
	margin-top: 15px;
	margin-bottom: 20px;
}

.course_introduction {
	padding-bottom: 90px;
	width: 100%;
}

.course_introduction .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.course_introduction .w1200 .rights {
	overflow: hidden;
	width: 330px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	padding: 0 30px;
}

.course_introduction .w1200 .rights h2 {
	font-size: 30px;
	color: #000000;
	line-height: 102px;
	font-weight: bold;
}

.course_introduction .w1200 .rights ul {
	overflow: hidden;
}

.course_introduction .w1200 .rights ul li {
	overflow: hidden;
	width: 270px;
	margin-bottom: 30px;
	float: left;
	margin-right: 40px;
}

.course_introduction .w1200 .rights ul li:hover .pic img {
	transform: scale(1.1);
}

.course_introduction .w1200 .rights ul li:nth-child(4n) {
	margin-right: 0;
}

.course_introduction .w1200 .rights ul li .pic {
	width: 100%;
	height: 284px;
	background: #F1F1F1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.course_introduction .w1200 .rights ul li .pic img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.course_introduction .w1200 .rights ul li .info {
	overflow: hidden;
	padding: 12px 12px 0 12px;
}

.course_introduction .w1200 .rights ul li .info>p {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.course_introduction .w1200 .rights ul li .info .bot {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
}

.course_introduction .w1200 .rights ul li .info .bot p {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #E21E1E;
}

.course_introduction .w1200 .rights ul li .info .bot p del {
	font-size: 12px;
	font-weight: normal;
	margin-left: 9px;
	color: #ACACAC;
	line-height: 1.8;
	display: inline-block;
}

.course_introduction .w1200 .rights ul li .info .bot span {
	font-size: 14px;
	color: #ACACAC;
}

.course_introduction .w1200 .right {
	width: 320px;
}

.course_introduction .w1200 .right .courseInfo{
	overflow: hidden;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.course_introduction .w1200 .right .courseInfo p{
	font-size: 28px;
	color: #000;
	margin-bottom: 7px;
}

.course_introduction .w1200 .right .courseInfo span{
	font-size: 22px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 39px;
}

.course_introduction .w1200 .right .courseInfo span + p{
	margin-top: 35px;
}

.course_introduction .w1200 .right .userinfo {
	overflow: hidden;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 34px 24px 21px 24px;
}

.course_introduction .w1200 .right .userinfo img {
	display: block;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 14px;
}

.course_introduction .w1200 .right .userinfo p {
	font-size: 24px;
	color: #1B1B1B;
	line-height: 33px;
	text-align: center;
}

.course_introduction .w1200 .right .userinfo div {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.course_introduction .w1200 .right .userinfo div span {
	display: inline-flex;
	align-items: center;
	height: 27px;
	border-radius: .4rem;
	padding: 0 13px;
	font-size: 14px;
	color: #25A3AB;
	margin: 0 6px;
	background: #E9F5F6;
	margin-top: 15px;
}

.course_introduction .w1200 .right .userinfo div span.on {
	background: #FAEDF2;
	color: #D2537D;
}

.course_introduction .w1200 .right .userinfo em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #A0A0A0;
	line-height: 22px;
	margin-top: 19px;
}

.course_introduction .w1200 .left {
	width: 840px;
	overflow: hidden;
	padding-top: 35px;
}

.course_introduction .w1200 .left h2 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}

.course_introduction .w1200 .left .box {
	overflow: hidden;
	width: 100%;
}

.course_introduction .w1200 .left .box img {
	display: block;
	width: 100%;
}

.course_introduction .w1200 .left .box p {
	font-size: 16px;
	color: #666;
	line-height: 33px;
	margin: 30px 0;
}

.pagination li{
	width: 20px;
	height: 20px;
	float: left;
}
.page {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page div {
	height: 24px;
	border: 1px solid #E6E6E6;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	border-radius: .4rem;
	padding: 0 8px;
	font-size: 12px;
	margin: 0 3px;
	min-width: 22px;
	cursor: pointer;
	transition: all .1s;
	color: #999999;
}

.page div:hover {
	background: #07ACBB;
	color: #fff;
}

.page select {
	border: 1px solid #E6E6E6;
	height: 24px;
	font-size: 12px;
	color: #999999;
	width: 90px;
	border-radius: .4rem;
	outline: none;
	background: none;
	margin: 0 10px;
}

.page p {
	font-size: 12px;
	color: #999999;
	margin: 0 4px;
}

.page input {
	border: 1px solid #E6E6E6;
	height: 24px;
	font-size: 12px;
	color: #999999;
	width: 50px;
	border-radius: .4rem;
	outline: none;
	background: none;
	margin: 0 10px;
	text-align: center;
}

.shopp_banner {
	overflow: hidden;
	width: 100%;
	height: 442px;
	background: #E7E7E7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shopp_banner .font {
	margin-right: 92px;
	overflow: hidden;
}

.shopp_banner .font p {
	font-size: 15px;
	color: #606060;
	font-weight: bold;
	margin-bottom: 15px;
}

.shopp_banner .font span {
	display: block;
	font-size: 40px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.shopp_banner .font em {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 340px;
}

.shopp_banner .font div {
	overflow: hidden;
	width: 110px;
	height: 38px;
	margin-top: 30px;
	background: #07ACBB;
	border-radius: 2px;
}

.shopp_banner .font div a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}

.main_shopping {
	overflow: hidden;
	width: 100%;
}

.main_shopping .shop_navbar {
	overflow: hidden;
	width: 100%;
	height: 73px;
	background: #07ACBB;
}

.main_shopping .shop_navbar ul {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_shopping .shop_navbar ul li {
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 15px;
	opacity: 0.7;
	font-weight: 100;
}

.main_shopping .shop_navbar ul li:hover {
	opacity: 1;
}

.main_shopping .shop_navbar ul li.on {
	opacity: 1;
}

.main_shopping .shopping_list {
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

.main_shopping .shopping_list .classification {
	overflow: hidden;
}

.main_shopping .shopping_list .classification p {
	font-size: 16px;
	color: #000000;
	float: left;
	margin-right: 29px;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 22px;
	font-weight: 400;
}

.main_shopping .shopping_list .classification p:hover {
	color: #07ACBB;
}

.main_shopping .shopping_list .classification p.on {
	color: #07ACBB;
}

.main_shopping .shopping_list .list {
	overflow: hidden;
	margin-bottom: 40px;
}

.main_shopping .shopping_list .list li {
	overflow: hidden;
	width: 270px;
	margin-bottom: 30px;
	float: left;
	margin-right: 40px;
}

.main_shopping .shopping_list .list li:hover .pic img {
	transform: scale(1.1);
}

.main_shopping .shopping_list .list li:nth-child(4n) {
	margin-right: 0;
}

.main_shopping .shopping_list .list li .pic {
	width: 100%;
	height: 284px;
	background: #F1F1F1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.main_shopping .shopping_list .list li .pic img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.main_shopping .shopping_list .list li .info {
	overflow: hidden;
	padding: 12px 12px 0 12px;
}

.main_shopping .shopping_list .list li .info>p {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.main_shopping .shopping_list .list li .info .bot {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
}

.main_shopping .shopping_list .list li .info .bot p {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #E21E1E;
}

.main_shopping .shopping_list .list li .info .bot p del {
	font-size: 12px;
	font-weight: normal;
	margin-left: 9px;
	color: #ACACAC;
	line-height: 1.8;
	display: inline-block;
}

.main_shopping .shopping_list .list li .info .bot span {
	font-size: 14px;
	color: #ACACAC;
}

.main_shopinfo {
	overflow: hidden;
	display: flex;
	margin-bottom: 50px;
	align-items: flex-start;
}

.main_shopinfo .slide {
	overflow: hidden;
	width: 514px;
}

.main_shopinfo .slide .pic {
	width: 100%;
	height: 392px;
	overflow: hidden;
}

.main_shopinfo .slide .pic img {
	display: block;
	width: 100%;
}

.main_shopinfo .slide .box {
	overflow: hidden;
	width: 100%;
	height: 90px;
	margin-top: 18px;
}

.main_shopinfo .slide .box .swiper-slide {
	width: 120px;
	cursor: pointer;
	margin-right: 11px;
}

.main_shopinfo .slide .box .swiper-slide.on .item {
	border: 1px solid #25A3AB;
}

.main_shopinfo .slide .box .item {
	overflow: hidden;
	width: 120px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_shopinfo .slide .box .item img {
	width: 100%;
}

.main_shopinfo .grow {
	overflow: hidden;
	width: 655px;
	margin-left: 31px;
}

.main_shopinfo .grow .title {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #000000;
	font-weight: bold;
}

.main_shopinfo .grow .price {
	display: flex;
	align-items: flex-end;
	font-size: 46px;
	line-height: 1;
	font-weight: bold;
	color: #E12020;
}

.main_shopinfo .grow .price span {
	font-size: 26px;
	font-weight: normal;
}

.main_shopinfo .grow .price del {
	font-size: 29px;
	display: inline-block;
	font-weight: normal;
	line-height: 1.3;
	color: #969799;
	margin-left: 21px;
}

.main_shopinfo .grow .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	border-bottom: 1px solid #E3E3E3;
}

.main_shopinfo .grow .info p {
	font-size: 16px;
	color: #ACACAC;
}

.main_shopinfo .grow .color_select {
	overflow: hidden;
	margin-top: 17px;
}

.main_shopinfo .grow .color_select p {
	font-size: 18px;
	color: #000000;
	/* line-height: 25px; */
	font-weight: bold;
}

.main_shopinfo .grow .color_select ul {
	overflow: hidden;
}

.main_shopinfo .grow .color_select ul li {
	/* overflow: hidden; */
	float: left;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	border: 1px solid #E1E1E1;
	font-size: 16px;
	cursor: pointer;
	color: #ACACAC;
	margin-right: 12px;
	border-radius: 2px;
	padding: 0 10px;
	margin-top: 17px;
	position: relative;
}

.main_shopinfo .grow .color_select ul li.on {
	border: 1px solid #25A3AB;
	color: #fff;
	background: #25A3AB;
}

.main_shopinfo .grow .color_select ul li span{
	background-color: #d8d8d8;
	color: #fff;
	font-size: 10px;
	padding: 0 3px;
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 2px;
}

.main_shopinfo .grow .button_grow {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 65px;
}

.main_shopinfo .grow .button_grow div {
	overflow: hidden;
	width: 173px;
	height: 54px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	margin-right: 30px;
	border: 1px solid #07AFBF;
	justify-content: center;
}

.main_shopinfo .grow .button_grow div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	color: #25A3AB;
}

.main_shopinfo .grow .button_grow div.on {
	background: #07AFBF;
}

.main_shopinfo .grow .button_grow div.on a {
	color: #fff;
}

.main_shopinfo .grow .quantity {
	overflow: hidden;
	margin-top: 27px;
}

.main_shopinfo .grow .quantity p {
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
}

.main_shopinfo .grow .quantity .change {
	margin-top: 17px;
	display: flex;
	align-items: center;
}

.main_shopinfo .grow .quantity .change input {
	width: 161px;
	height: 40px;
	border: none;
	background: #F5F5F5;
	text-align: center;
	font-size: 18px;
	color: #333333;
	border-radius: 2px;
}

.main_shopinfo .grow .quantity .change div {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	cursor: pointer;
}

.main_shopinfo .grow .quantity .change div img {
	display: block;
}

.main_cart {
	overflow: hidden;
	margin-top: 42px;
	padding-bottom: 111px;
}

.main_cart .main_box {
	width: 100%;
	overflow: hidden;
}

.main_cart .main_box .calculation {
	overflow: hidden;
	width: 100%;
	height: 78px;
	background: #fff;
	padding: 0 30px 0 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_cart .main_box .calculation .left {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_cart .main_box .calculation .left p {
	font-size: 19px;
	color: #666666;
	margin-right: 30px;
}

.main_cart .main_box .calculation .left p span {
	color: #07AFBF;
}

.main_cart .main_box .calculation .right {
	display: flex;
	align-items: center;
}

.main_cart .main_box .calculation .right p {
	font-size: 19px;
	color: #666;
}

.main_cart .main_box .calculation .right p span {
	color: #E21E1E;
	font-size: 24px;
	margin-left: 20px;
	font-weight: bold;
}

.main_cart .main_box .calculation .right .pay {
	width: 102px;
	height: 44px;
	margin-left: 34px;
	background: #07AFBF;
	border-radius: 40px;
}

.main_cart .main_box .calculation .right .pay a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}

.main_cart .main_box .item {
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 30px;
}

.main_cart .main_box .item .title {
	overflow: hidden;
	height: 80px;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
	padding-right: 20px;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.main_cart .main_box .item .title .select {
	display: flex;
	align-items: center;
	padding-left: 23px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.main_cart .main_box .item .title .select.on div {
	background-image: url(../images/joinicon_09.jpg);
}

.main_cart .main_box .item .title .select div {
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	background-image: url(../images/joinicon_07.jpg);
	margin-right: 12px;
}

.main_cart .main_box .item .title .select p {
	font-size: 16px;
	color: #000000;
}

.main_cart .main_box .item .title .lab {
	height: 100%;
	font-size: 16px;
	color: #ACACAC;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.main_cart .main_box .item ul {
	overflow: hidden;
	padding: 0 20px;
}

.main_cart .main_box .item ul li {
	overflow: hidden;
	width: 100%;
	height: 171px;
	position: relative;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
	align-items: center;
}

.main_cart .main_box .item ul li:last-child {
	border: none;
}

.main_cart .main_box .item ul li .rigs {
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}

.main_cart .main_box .item ul li .rigs .lab {
	height: 100%;
	font-size: 20px;
	color: #000;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.main_cart .main_box .item ul li .rigs .lab:last-child {
	padding-right: 30px;
}

.main_cart .main_box .item ul li .rigs .lab img {
	cursor: pointer;
}

.main_cart .main_box .item ul li .select {
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	cursor: pointer;
	background-image: url(../images/joinicon_07.jpg);
	margin-right: 12px;
}

.main_cart .main_box .item ul li .select.on {
	background-image: url(../images/joinicon_09.jpg);
}

.main_cart .main_box .item ul li .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: calc(100% - 500px);
}

.main_cart .main_box .item ul li .info .pic {
	width: 178px;
	overflow: hidden;
}

.main_cart .main_box .item ul li .info .pic img {
	width: 100%;
	border-radius: 6px;
}

.main_cart .main_box .item ul li .info .grow {
	overflow: hidden;
	margin-left: 24px;
	flex: 1;
}

.main_cart .main_box .item ul li .info .grow p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #000000;
}

.main_cart .main_box .item ul li .info .grow span {
	display: block;
	font-size: 16px;
	color: #ACACAC;
	line-height: 22px;
}
.place_order .main_item .form_label{
	/* overflow: hidden; */
	display: flex;
	margin-bottom: 30px;
}
.place_order .main_item .form_label p{
	font-size: 20px;
	color: #000000;
	line-height: 60px;
	width: 120px;
}

.place_order .main_item .form_label textarea{
	width: calc(100% - 120px);
	height: 170px;
	border: 1px solid #E9E9E9;
	outline: none;
	font-size: 16px;
	color: #999;
	padding: 20px;
	background: none;
}

.place_order .main_item .form_label .updata{
	width: 190px;
	height: 135px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.place_order .main_item .form_label .updata img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.place_order .main_item .form_label .updatas{
	width: calc(100% - 120px);
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.place_order .main_item .form_label .updata .icon_close{
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('../images/shopinfo_06.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -10px;
}

.place_order .submit{
	width: 142px;
height: 54px;
background: #07AFBF;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 20px;
margin-top: 50px;
color: #fff;
float: right;
color: #fff;
}


.place_order .bannerbox {
	height: 183px;
	display: flex;
	align-items: center;
	border-radius: 13px;
	border: 1px solid #E4E4E4;
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	justify-content: space-between;
}
.submit_fade{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.6);
	position: fixed;
	left: 0;
	display: none;
	top: 0;
	z-index: 9999;
}
.submit_fade .box{
	overflow: hidden;
	width: 419px;
	background: #fff;
	padding: 52px 0 48px 0;
}
.submit_fade .box img{
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}
.submit_fade .box p{
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 31px;
}
.submit_fade .box div{
	width: 292px;
	height: 54px;
	background: #07AFBF;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.place_order .bannerbox .pic {
	width: 270px;
	height: 100%;
	/* padding: 28px 0 0 22px; */
	font-size: 28px;
	color: #FFFFFF;
	line-height: 40px;
	background-image: url(../images/addicon4.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.place_order .bannerbox .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.place_order .bannerbox .grow {
	overflow: hidden;
	width: calc(100% - 270px);
	height: 100%;
	position: relative;
	padding: 17px 30px 0 19px;
	font-size: 12px;
}

.place_order .bannerbox .grow .btn {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.place_order .bannerbox .grow .btn p {
	font-size: 32px;
	color: #E21E1E;
	font-weight: bold;
}

.place_order .bannerbox .grow .btn div {
	width: 183px;
	height: 54px;
	background: #25A3AB;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.place_order .bannerbox .grow .btn div a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	font-size: 22px;
	color: #fff;
}

.place_order .bannerbox .grow .date {
	overflow: hidden;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.place_order .bannerbox .grow .date span {
	font-size: 14px;
	color: #A0A0A0;
	margin-left: 10px;
}

.place_order .bannerbox .grow .names {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-weight: bold;
}

.place_order .bannerbox .prices{
	font-size: 24px;
	color: #E21E1E;
	font-weight: 500;
	position: absolute;
	right: 30px;
	line-height: 33px;
	bottom: 20px;
}

.place_order .bannerbox .grow .des {
	display: inline-flex;
	align-items: center;
	height: 27px;
	border-radius: .4rem;
	padding: 0 13px;
	font-size: 14px;
	color: #25A3AB;
	background: #E9F5F6;
	margin-top: 15px;
	margin-bottom: 20px;
}
.place_order {
	overflow: hidden;
	background: #fff;
	margin: 42px auto;
	background: #fff;
	border-radius: 4px;
	padding: 30px 40px;
	padding-bottom: 0;
}

.place_order .total_amount {
	overflow: hidden;
	width: 276px;
	padding-bottom: 33px;
	margin-top: 10px;
	float: right;
}

.place_order .total_amount .button {
	width: 142px;
	height: 54px;
	background: #07AFBF;
	float: right;
	margin-top: 10px;
	border-radius: 40px;
}

.place_order .total_amount .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 25px;
	color: #fff;
}

.place_order .total_amount .t {
	overflow: hidden;
	padding: 10px 0;
}

.place_order .total_amount .t .line {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 46px;
}

.place_order .total_amount .t .line p {
	font-size: 18px;
	color: #ADADAD;
}

.place_order .total_amount .t .line span {
	display: block;
	font-size: 24px;
	color: #E75050;
}

.place_order .total_amount .lines {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
	border-top: 1px solid #EAEAEA;
}

.place_order .total_amount .lines p {
	font-size: 18px;
	color: #ADADAD;
}

.place_order .total_amount .lines span {
	display: block;
	font-size: 30px;
	color: #E75050;
}

.my_order_info {
  overflow: hidden;
  width: 100%;
  margin-bottom: 29px;
  margin-top: 20px;
}
.my_order_info .w1200 {
  overflow: hidden;
  background: #fff;
  padding: 0 40px;
}
.my_order_info .pricecont {
  overflow: hidden;
  float: right;
  padding: 30px 0;
}
.my_order_info .pricecont div {
  overflow: hidden;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.my_order_info .pricecont div p {
  font-size: 18px;
  color: #afafaf;
}
.my_order_info .pricecont div span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  color: #e75050;
}
.my_order_info .pricecont div em {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #e75050;
}
.my_order_info .order_infos {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0 36px 0;
}
.my_order_info .order_infos p,
.my_order_info .order_lists .name {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 42px;
}
.my_order_info .order_lists .name {
	margin-bottom: 0;
	margin-top: 30px;
}
.my_order_info .order_infos span {
  display: block;
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
  color: #666666;
}
.my_order_info .order_list {
  overflow: hidden;
  padding: 3px 0;
}
.my_order_info .order_list li {
  overflow: hidden;
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.my_order_info .order_list li .info {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.my_order_info .order_list li .info img {
  width: 178px;
}
.my_order_info .order_list li .info div {
  overflow: hidden;
  margin-left: 24px;
}
.my_order_info .order_list li .info div p {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 5px;
}
.my_order_info .order_list li .info div span {
  display: block;
  font-size: 16px;
  color: #cbcbcb;
  line-height: 22px;
}
.my_order_info .order_list li .num {
  overflow: hidden;
  font-size: 20px;
  width: 150px;
  text-align: center;
  color: #080808;
}
.my_order_info .order_type {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 18px 0 31px 0;
}
.my_order_info .order_type h2 {
  font-size: 24px;
  line-height: 33px;
  color: #07acbb;
  margin-bottom: 30px;
}
.my_order_info .order_type ul {
  overflow: hidden;
}
.my_order_info .order_type ul li {
  width: 20%;
  float: left;
  position: relative;
}
.my_order_info .order_type ul li p {
  font-size: 14px;
  /* line-height: 20px; */
  color: #999999;
  text-align: center;
  margin-bottom: 7px;
}
.my_order_info .order_type ul li.on::after {
  background: #07acbb;
}
.my_order_info .order_type ul li.on p {
  color: #07acbb;
}
.my_order_info .order_type ul li.on div {
  background: #07acbb;
}
.my_order_info .order_type ul li:first-child::before {
  display: none;
}
.my_order_info .order_type ul li:last-child::after {
  display: none;
}
.my_order_info .order_type ul li::before {
  content: "";
  width: 50%;
  background: #cbcbcb;
  height: 2px;
  position: absolute;
  left: -14px;
  top: 39px;
}
.my_order_info .order_type ul li::after {
  content: "";
  width: 50%;
  background: #cbcbcb;
  height: 2px;
  position: absolute;
  right: -14px;
  top: 39px;
}
.my_order_info .order_type ul li div {
  width: 28px;
  height: 28px;
  background: #cbcbcb;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  font-size: 14px;
  color: #fff;
}
.my_order_info .order_type ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.my_order_info .title {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 33px 0 25px 0;
}
.my_order_info .title > p {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  color: #000000;
}
.my_order_info .title .bot {
  overflow: hidden;
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_order_info .title .bot p {
  font-size: 20px;
  color: #666666;
}
.my_order_info .title .bot .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.my_order_info .title .bot .btn div {
  width: 73px;
  height: 27px;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 40px;
  border: 1px solid #979797;
  color: #999999;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my_order_info .title .bot .btn div.on {
  border: 1px solid #07afbf;
  background: #07afbf;
  color: #fff;
}
.my_order_info .main_activity{
	margin-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #EAEAEA;
}
.my_order_info .main_activity .list li{
	box-shadow: none;
	margin-bottom: 0;
}
.my_order_info .main_activity .list li a{
	align-items: center;
}
.my_order_info .main_activity .list li a .pic{
	width: 178px;
	height: 128px;
}
.my_order_info .main_activity .list li a .grow{
	height: auto;
	padding: 0 20px 0 30px;
}

.place_order .main_item {
	overflow: hidden;
	margin-bottom: 50px;
}

.place_order .main_item .name {
	font-size: 30px;
	line-height: 42px;
	color: #000;
	font-weight: bold;
	margin-bottom: 29px;
}

.place_order .main_item .item {
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
	width: 100%;
}

.place_order .main_item .item .title {
	overflow: hidden;
	height: 55px;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
	padding-right: 20px;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.place_order .main_item .item .title .select {
	display: flex;
	align-items: center;
	padding-left: 23px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.place_order .main_item .item .title .select p {
	font-size: 16px;
	color: #ACACAC;
}

.place_order .main_item .item .title .lab {
	height: 100%;
	font-size: 16px;
	color: #ACACAC;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.place_order .main_item .item ul {
	overflow: hidden;
}

.place_order .main_item .item ul li {
	overflow: hidden;
	width: 100%;
	height: 171px;
	position: relative;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
	align-items: center;
}

.place_order .main_item .item ul li:last-child {
	border: none;
}

.place_order .main_item .item ul li .rigs {
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}

.place_order .main_item .item ul li .rigs .lab {
	height: 100%;
	font-size: 20px;
	color: #000;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.place_order .main_item .item ul li .rigs .lab:last-child {
	padding-right: 20px;
}

.place_order .main_item .item ul li .rigs .lab img {
	cursor: pointer;
}

.place_order .main_item .item ul li .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: calc(100% - 500px);
}

.place_order .main_item .item ul li .info .pic {
	width: 178px;
	overflow: hidden;
}

.place_order .main_item .item ul li .info .pic img {
	width: 100%;
	border-radius: 6px;
}

.place_order .main_item .item ul li .info .grow {
	overflow: hidden;
	margin-left: 24px;
	flex: 1;
}

.place_order .main_item .item ul li .info .grow p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #000000;
}

.place_order .main_item .item ul li .info .grow span {
	display: block;
	font-size: 16px;
	color: #ACACAC;
	line-height: 22px;
}

.place_order .main_item .exp {
	overflow: hidden;
}

.place_order .main_item .exp li {
	width: 295px;
	height: 69px;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	cursor: pointer;
	font-size: 24px;
	color: #666666;
}

.place_order .main_item .exp li.on {
	background: #07AFBF;
	border: 1px solid #07AFBF;
	color: #fff;
}

.place_order .main_item .address {
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
	padding: 31px 0 31px 30px;
}

.place_order .main_item .address p {
	font-weight: bold;
	font-size: 22px;
	color: #000;
	line-height: 1;
}

.place_order .main_item .address p.info{
	font-weight: normal;
}

.place_order .main_item .address p.info span{
	margin-left: 130px;
}

.place_order .main_item .address div {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.place_order .main_item .address div span {
	font-size: 18px;
	color: #666666;
	margin-left: 16px;
}

.place_order .main_item textarea {
	width: 100%;
	height: 89px;
	background: #FCFCFC;
	border-radius: 6px;
	resize: none;
	outline: none;
	font-size: 18px;
	color: #666;
	padding: 18px 22px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
}

.place_order .main_item textarea::placeholder {
	color: #666;
}

.place_order .main_item .pay_type {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.place_order .main_item .pay_type li {
	overflow: hidden;
	width: 295px;
	height: 109px;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 40px;
}

.place_order .main_item .pay_type li.on {
	border: 1px solid #07AFBF;
}

.place_order .main_item .pay_type li.on p {
	color: #07AFBF;
}

.place_order .main_item .pay_type li p {
	font-size: 19px;
	color: #666;
	margin-left: 15px;
}

.code_fadein{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 99999;
}

.code_fadein .box{
	width: 768px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #979797;
	padding: 113px 0 100px 0;
	position: relative;
}

.code_fadein .box img{
	display: block;
	margin: 0 auto;
	width: 276px;
	margin-bottom: 21px;
}

.code_fadein .box p{
	text-align: center;
	font-size: 20px;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 32px;
}

.code_fadein .box .btns{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
}

.code_fadein .box div{
	width: 292px;
	height: 54px;
	background: #07AFBF;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.code_fadein .box .close{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../images/close.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: 50px;
}


.main_activity {
	margin-top: 30px;
	padding-bottom: 50px;
}

.main_activity .list {
	width: 100%;
}

.main_activity .list li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 32px;
	height: 184px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.main_activity .list li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.main_activity .list li a .pic {
	width: 264px;
	overflow: hidden;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_activity .list li a .pic img {
	width: 100%;
	display: block;
	height: 100%;
}

.main_activity .list li a .pic span {
	width: 86px;
	height: 34px;
	background: #07AFBF;
	border-radius: 6px 0px 6px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #fff;
}

.main_activity .list li a .grow {
	overflow: hidden;
	width: calc(100% - 264px);
	height: 100%;
	padding: 17px 20px 0 30px;
}

.main_activity .list li a .grow h2 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 13px;
	color: #000000;
}

.main_activity .list li a .grow .font {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
}

.main_activity .list li a .grow .font span {
	color: #666666;
}

.main_activity .list li a .grow .icon {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 7px;
}

.main_activity .list li a .grow .icon .address {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_activity .list li a .grow .icon .address p {
	font-size: 18px;
	color: #000000;
	margin-left: 8px;
}

.main_activity .list li a .grow .icon .price {
	overflow: hidden;
}

.main_activity .list li a .grow .icon .price p {
	font-size: 24px;
	color: #E21E1E;
	text-align: right;
	line-height: 33px;
	font-weight: bold;
}

.main_activity .list li a .grow .icon .price span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.main_activity .title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-between;
}

.main_activity .title p {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	line-height: 45px;
}

.main_activity .title ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_activity .title ul li {
	font-size: 20px;
	color: #666666;
	cursor: pointer;
	margin-left: 40px;
}

.main_activity .title ul li.on {
	color: #07AFBF;
}

.main_activity .title ul li:hover {
	color: #07AFBF;
}

.activity_info {
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 85px;
}

.activity_info .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.activity_info .w1200 .right {
	width: 330px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 0 30px;
	background: #fff;
}

.activity_info .w1200 .right h2 {
	font-size: 30px;
	color: #000000;
	line-height: 82px;
	font-weight: bold;
}

.activity_info .w1200 .right ul {
	overflow: hidden;
}

.activity_info .w1200 .right ul li {
	overflow: hidden;
	margin-bottom: 30px;
}

.activity_info .w1200 .right ul li .pic {
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
}

.activity_info .w1200 .right ul li .pic img {
	width: 100%;
}

.activity_info .w1200 .right ul li p {
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	margin-bottom: 12px;
}

.activity_info .w1200 .right ul li span {
	display: block;
	font-size: 14px;
	color: #AAAAAA;
}

.activity_info .w1200 .left {
	overflow: hidden;
	width: 830px;
}

.activity_info .w1200 .left .introductions {
	overflow: hidden;
	width: 100%;
	padding: 30px 0 0 0;
}

.activity_info .w1200 .left .introductions h2 {
	font-size: 30px;
	color: #000000;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 30px;
}

.activity_info .w1200 .left .introductions .box {
	overflow: hidden;
	width: 100%;
}

.activity_info .w1200 .left .introductions .box img {
	display: block;
	width: 100%;
}

.activity_info .w1200 .left .introductions .box p {
	font-size: 16px;
	color: #333333;
	line-height: 33px;
	padding: 30px 0;
}

.activity_info .w1200 .left .think {
	overflow: hidden;
	width: 100%;
}

.activity_info .w1200 .left .think h2 {
	font-size: 30px;
	color: #000000;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 20px;
}

.activity_info .w1200 .left .think ul {
	overflow: hidden;
}

.activity_info .w1200 .left .think ul li {
	overflow: hidden;
	border-bottom: 1px solid #F1F1F1;
}

.activity_info .w1200 .left .think ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 30px 0;
	justify-content: space-between;
	box-sizing: border-box;
}

.activity_info .w1200 .left .think ul li a .pic {
	width: 179px;
	overflow: hidden;
}

.activity_info .w1200 .left .think ul li a .pic img {
	display: block;
	width: 100%;
	border-radius: 6px;
}

.activity_info .w1200 .left .think ul li a .grow {
	overflow: hidden;
	width: calc(100% - 200px);
}

.activity_info .w1200 .left .think ul li a .grow p {
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	color: #1B1B1B;
}

.activity_info .w1200 .left .think ul li a .grow div {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 42px;
}

.activity_info .w1200 .left .think ul li a .grow div span {
	display: block;
	font-size: 28px;
	line-height: 40px;
	color: #E43838;
	font-weight: bold;
}

.activity_info .w1200 .left .think ul li a .grow div em {
	display: block;
	font-size: 20px;
	color: #A0A0A0;
}

.select_item {
	overflow: hidden;
	padding: 38px 0 0 0;
}

.select_item h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 20px;
}

.select_item ul {
	overflow: hidden;
}

.select_item ul li {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	justify-content: space-between;
}

.select_item ul li .pic {
	overflow: hidden;
	width: 179px;
}

.select_item ul li .pic img {
	display: block;
	width: 100%;
}

.select_item ul li .grow {
	overflow: hidden;
	width: calc(100% - 200px);
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.select_item ul li .grow .fl {
	overflow: hidden;
}

.select_item ul li .grow .fl p {
	font-size: 26px;
	color: #1B1B1B;
	line-height: 37px;
	margin-bottom: 44px;
}

.select_item ul li .grow .fl span {
	font-size: 26px;
	color: #1B1B1B;
	line-height: 37px;
	display: block;
}

.select_item ul li .grow .fr {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../images/actives.png);
	background-size: 100% 100%;
}

.select_item ul li .grow .fr.on {
	background-image: url(../images/actives1.png);
}

.course_form {
	overflow: hidden;
	width: 100%;
	background: #F9F9F9;
	padding: 30px 0 60px 0;
}

.course_form h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 50px;
}

.course_form input {
	width: 527px;
	height: 70px;
	background: #FFFFFF;
	border-radius: 36px;
	border: 1px solid #D9D9D9;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-top: 30px;
}

.course_form input::placeholder {
	color: #999;
}

.payable {
	overflow: hidden;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.payable p {
	font-size: 19px;
	color: #666666;
}

.payable p span {
	color: #E21E1E;
	font-weight: bold;
	font-size: 24px;
	margin-left: 10px;
}

.payable div {
	width: 122px;
	height: 48px;
	background: #07AFBF;
	border-radius: 40px;
	margin-left: 24px;
}

.payable div a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	width: 100%;
	height: 100%;
}

.main_success {
	overflow: hidden;
	padding: 120px 0 302px;
}

.main_success img {
	display: block;
	margin: 0 auto;
	margin-bottom: 57px;
}

.main_success p {
	font-size: 24px;
	color: #666;
	line-height: 33px;
	text-align: center;
}

.main_success .btn {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 37px;
}

.main_success .btn div {
	width: 240px;
	margin: 0 25px;
	height: 64px;
	border-radius: 40px;
	transition: all .1s;
	border: 1px solid #07AFBF;
}

.main_success .btn div:hover {
	background: #07AFBF;
	color: #fff;
}

.main_success .btn div:hover a {
	color: #fff;
}

.main_success .btn div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #07AFBF;
}

.user_banner {
	overflow: hidden;
	width: 1200px;
	height: 346px;
	margin: 0 auto;
	background: #5B7481;
	background-image: url(../images/addicon10.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 98px;
}

.user_banner .user {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	border: 6px solid #fff;
}

.user_banner .user img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.user_banner .name {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 22px;
	justify-content: center;
}

.user_banner .name p {
	font-size: 24px;
	color: #fff;
}

.user_banner .name span {
	display: inline-flex;
	align-items: center;
	height: 26px;
	border-radius: .4rem;
	padding: 0 14px;
	font-size: 16px;
	color: #fff;
	background: #07AFBF;
	margin-left: 13px;
}

.user_banner .label1{
	display: inline-flex;
	align-items: center;
	height: 26px;
	border-radius: 5px;
	padding: 0 14px;
	font-size: 14px;
	color: #fff;
	background: #07AFBF;
	margin-left: 13px;
	line-height: 26px;
}

.user_banner .label2{
	display: inline-flex;
	align-items: center;
	height: 26px;
	border-radius: 5px;
	padding: 0 14px;
	font-size: 14px;
	color: #07AFBF;
	background: #fff;
	margin-left: 13px;
	line-height: 26px;
}

.user_navbar {
	height: 80px;
	background: #fff;
}

.user_navbar ul {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	overflow: hidden;
	justify-content: space-between;
}

.user_navbar ul li {
	font-size: 20px;
	height: 100%;
	color: #666666;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.user_navbar ul li a{
	color: #666;
}

.user_navbar ul li.on a{
	color: #07AFBF;
}

.user_navbar ul li.on::after {
	content: '';
	width: 35px;
	height: 6px;
	background: #07AFBF;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 40px;
	margin-left: -17.5px;
}

.main_coureses {
	overflow: hidden;
	background: #F9F9F9;
	padding: 20px 0 30px 0;
}

.main_coureses .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main_coureses .w1200 .right {
	overflow: hidden;
	width: 935px;
}

.main_coureses .w1200 .right ul {
	overflow: hidden;
}

.main_coureses .w1200 .right ul li {
	overflow: hidden;
	width: 100%;
	height: 184px;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-bottom: 30px;
}

.main_coureses .w1200 .right ul li.over a .grow .btn {
	background: #D3D3D3;
}

.main_coureses .w1200 .right ul li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_coureses .w1200 .right ul li.imagine .pic{
	background-image: url(../images/addicon8.png);
}
.main_coureses .w1200 .right ul li.thinking .pic{
	background-image: url(../images/addicon6.png);
}
.main_coureses .w1200 .right ul li.speculative .pic{
	background-image: url(../images/addicon9.png);
}
.main_coureses .w1200 .right ul li .pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 270px;
	height: 100%;
	padding: 28px 0 0 22px;
	font-size: 28px;
	color: #fff;
	line-height: 40px;
}

.main_coureses .w1200 .right ul li .grow {
	overflow: hidden;
	width: calc(100% - 270px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 30px 0 19px;
}

.main_coureses .w1200 .right ul li .grow .btn {
	width: 118px;
	height: 34px;
	background: #25A3AB;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
}

.main_coureses .w1200 .right ul li .grow .info {
	overflow: hidden;
}

.main_coureses .w1200 .right ul li .grow .info p {
	font-size: 20px;
	color: #000000;
	line-height: 28px;
}

.main_coureses .w1200 .right ul li .grow .info .des {
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 24px;
}

.main_coureses .w1200 .right ul li .grow .info .des span {
	display: inline-flex;
	align-items: center;
	height: 27px;
	border-radius: .4rem;
	padding: 0 13px;
	font-size: 14px;
	color: #25A3AB;
	background: #E9F5F6;
	margin-top: 15px;
}

.main_coureses .w1200 .right ul li .grow .info .icon {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}

.main_coureses .w1200 .right ul li .grow .info .icon span {
	font-size: 14px;
	color: #B4B4B4;
	margin-left: 10px;
	display: block;
	line-height: 20px;
}

.main_coureses .w1200 .left {
	overflow: hidden;
	width: 235px;
}

.main_coureses .w1200 .left ul {
	overflow: hidden;
}

.main_coureses .w1200 .left ul li {
	overflow: hidden;
	height: 60px;
	width: 100%;
	background: #fff;
	display: flex;
	transition: all .1s;
	align-items: center;
}

.main_coureses .w1200 .left ul li:hover {
	background: #25A3AB;
	color: #fff;
}

.main_coureses .w1200 .left ul li:hover a {
	color: #fff;
}

.main_coureses .w1200 .left ul li.on {
	background: #25A3AB;
	color: #fff;
}

.main_coureses .w1200 .left ul li.on a {
	color: #fff;
}

.main_coureses .w1200 .left ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #666666;
}

.main_task_box {
	overflow: hidden;
	width: 100%;
}

.main_task_box .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}

.main_task_box .title .info {
	overflow: hidden;
}

.main_task_box .title .info p {
	font-size: 30px;
	color: #000;
	line-height: 42px;
	font-weight: 500;
	margin-bottom: 7px;
}

.main_task_box .title .info div {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_task_box .title .info div span {
	display: block;
	font-size: 14px;
	color: #A9A9A9;
	margin-left: 10px;
}

.main_task_box .title .btn {
	overflow: hidden;
	width: 183px;
	height: 54px;
	background: #25A3AB;
	border-radius: 40px;
}

.main_task_box .title .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
}

.main_task_box .thinking {
	overflow: hidden;
	width: 100%;
	height: 240px;
	display: flex;
	align-items: center;
	margin-top: 26px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.main_task_box .thinking .pic {
	width: 383px;
	height: 100%;
	background: #F6C224;
	padding: 25px 0 0 26px;
	font-size: 32px;
	color: #fff;
	line-height: 46px;
	background-image: url(../images/addicon4.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main_task_box .thinking ul {
	overflow: hidden;
	height: 100%;
	padding: 28px 0 0 0;
	box-sizing: border-box;
	width: calc(100% - 383px);
}

.main_task_box .thinking ul li {
	overflow: hidden;
	width: 50%;
	float: left;
	margin-bottom: 9px;
	padding-left: 59px;
}

.main_task_box .thinking ul li p {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 42px;
}

.main_task_box .thinking ul li span {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 48px;
}

.main_task_box .performance {
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 32px 30px 0 30px;
	margin-top: 30px;
}

.main_task_box .performance h2 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}

.main_task_box .performance ul {
	overflow: hidden;
}

.main_task_box .performance ul li {
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.main_task_box .performance ul li .user {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_task_box .performance ul li .user img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: block;
}

.main_task_box .performance ul li .user div {
	overflow: hidden;
	margin-left: 20px;
}

.main_task_box .performance ul li .user div p {
	font-size: 24px;
	color: #1B1B1B;
	line-height: 33px;
	margin-bottom: 9px;
	font-weight: bold;
}

.main_task_box .performance ul li .user div span {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

.main_task_box .performance ul li em {
	display: block;
	font-size: 14px;
	color: #A9A9A9;
}

.slide_navbar {
	overflow: hidden;
	width: 100%;
	height: 79px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide_navbar p {
	cursor: pointer;
	padding: 0 39px;
	position: relative;
	height: 100%;
}

.slide_navbar p a {
	padding: 0 39px;
	font-size: 20px;
	display: flex;
	align-items: center;
	height: 100%;
	color: #666;
}

.slide_navbar p:hover a {
	color: #07AFBF;
}

.slide_navbar p:hover::after {
	content: '';
	width: 35px;
	height: 6px;
	background: #07AFBF;
	position: absolute;
	border-radius: 40px;
	left: 50%;
	margin-left: -17.5px;
	bottom: 0;
}

.slide_navbar p.on a {
	color: #07AFBF;
}

.slide_navbar p.on::after {
	content: '';
	width: 35px;
	height: 6px;
	background: #07AFBF;
	position: absolute;
	border-radius: 40px;
	left: 50%;
	margin-left: -17.5px;
	bottom: 0;
}

.task_fade {
	width: 100%;
	padding: 20px;
	background: #F9F9F9;
}

.task_fade .w1200 .video_list {
	width: 100%;
}

.task_fade .w1200 .video_list ul {
	width: 100%;
}

.task_fade .w1200 .video_list ul li {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px 30px;
}

.task_fade .w1200 .video_list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.task_fade .w1200 .video_list ul li a .pic {
	width: 225px;
	overflow: hidden;
}

.task_fade .w1200 .video_list ul li a .pic img {
	display: block;
	width: 100%;
}

.task_fade .w1200 .video_list ul li a .grow {
	overflow: hidden;
	width: 895px;
}

.task_fade .w1200 .video_list ul li a .grow h2 {
	font-size: 20px;
	color: #000000;
	line-height: 56px;
}

.task_fade .w1200 .video_list ul li a .grow .box {
	overflow: hidden;
	background: #F9F9F9;
	display: flex;
	padding: 18px 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.task_fade .w1200 .video_list ul li a .grow .box em {
	display: block;
	font-size: 14px;
	color: #A9A9A9;
}

.task_fade .w1200 .video_list ul li a .grow .box .user {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.task_fade .w1200 .video_list ul li a .grow .box .user img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
}

.task_fade .w1200 .video_list ul li a .grow .box .user div {
	overflow: hidden;
	margin-left: 20px;
}

.task_fade .w1200 .video_list ul li a .grow .box .user div p {
	font-size: 20px;
	color: #1B1B1B;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: bold;
}

.task_fade .w1200 .video_list ul li a .grow .box .user div span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.task_fade .w1200 .item {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.task_fade .w1200 .item .left {
	width: 235px;
	overflow: hidden;
}

.task_fade .w1200 .item .left ul {
	overflow: hidden;
}

.task_fade .w1200 .item .left ul li {
	overflow: hidden;
	width: 100%;
	height: 60px;
	display: flex;
	background: #fff;
	cursor: pointer;
	align-items: center;
	transition: all .1s;
	padding-left: 20px;
	font-size: 18px;
	color: #666;
}

.task_fade .w1200 .item .left ul li.on {
	background: #25A3AB;
	color: #fff;
}

.task_fade .w1200 .item .left ul li:hover {
	background: #25A3AB;
	color: #fff;
}

.task_fade .w1200 .item .right {
	overflow: hidden;
	width: 934px;
}

.task_fade .w1200 .item .right ul {
	overflow: hidden;
}

.task_fade .w1200 .item .right ul li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	padding: 20px 30px 0 30px;
}

.task_fade .w1200 .item .right ul li .tit {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.task_fade .w1200 .item .right ul li .tit p {
	font-size: 24px;
	color: #1B1B1B;
	font-weight: bold;
	line-height: 33px;
}

.task_fade .w1200 .item .right ul li .tit span {
	display: block;
	font-size: 14px;
	color: #A9A9A9;
}

.task_fade .w1200 .item .right ul li em {
	display: block;
	font-size: 15px;
	margin-top: 12px;
	line-height: 22px;
	color: #1B1B1B;
}

.task_fade .w1200 .item .right ul li .homework {
	overflow: hidden;
	padding: 14px 0 20px 0;
	border-top: 1px solid #E7E7E7;
	margin-top: 20px;
}

.task_fade .w1200 .item .right ul li .homework p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 11px;
	color: #1B1B1B;
	font-weight: bold;
}

.task_fade .w1200 .item .right ul li .homework span {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.task_fade .w1200 .item .right ul li .homework img {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.task_fade .w1200 .item .right ul li .btngrow {
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 57px;
	border-top: 1px solid #E7E7E7;
}

.task_fade .w1200 .item .right ul li .btngrow div {
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	height: 34px;
	font-size: 16px;
	color: #fff;
	background: #25A3AB;
	border-radius: 40px;
	margin-left: 10px;
	cursor: pointer;
}

.task_fade .w1200 .item .right ul li .user {
	overflow: hidden;
	display: flex;
	margin-top: 19px;
	align-items: center;
}

.task_fade .w1200 .item .right ul li .user img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: block;
}

.task_fade .w1200 .item .right ul li .user div {
	overflow: hidden;
	margin-left: 16px;
}

.task_fade .w1200 .item .right ul li .user div p {
	font-size: 20px;
	color: #1B1B1B;
	line-height: 28px;
	font-weight: bold;
}

.task_fade .w1200 .item .right ul li .user div span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.task_fade .w1200 .course_list{
	width: 100%;
}

.task_fade .w1200 .course_list ul{
	width: 100%;
	padding: 0 30px;
	background-color: #fff;
}

.task_fade .w1200 .course_list ul li{
	border-bottom: 1px solid #E7E7E7;
	padding: 30px 0;
	font-size: 24px;
	color: #1B1B1B;
	display: flex;
	align-items: center;
}

.task_fade .w1200 .course_list ul li:last-child{
	border: none;
}

.task_fade .w1200 .course_list ul li .con{
	flex: 1;
	overflow: hidden;
}

.task_fade .w1200 .course_list ul li .intr{
	font-size: 16px;
	color: rgba(27, 27, 27, .7);
	margin-top: 9px;
}

.task_fade .w1200 .course_list ul li .icon_play{
	display: block;
	width: 36px;
	height: 36px;
	margin-left: 30px;
}

.hide {
	display: none;
}

.main_fadein {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 99999;
	max-height: 100vh;
	overflow-y: auto;
}

.main_fadein .box {
	overflow: hidden;
	width: 1157px;
	background: #fff;
	padding: 31px 40px 40px 40px;
}

.main_fadein .box h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	color: #000000;
}

.main_fadein .box .btn_grow {
	overflow: hidden;
	display: flex;
	margin-top: 40px;
	align-items: center;
	justify-content: flex-end;
}

.main_fadein .box .btn_grow div {
	width: 142px;
	height: 54px;
	border-radius: 40px;
	border: 1px solid #07AFBF;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	font-size: 20px;
	color: #07AFBF;
}

.main_fadein .box .btn_grow div.on {
	color: #fff;
	background: #07AFBF;
}

.main_fadein .box ul {
	overflow: hidden;
}

.main_fadein .box ul li {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.main_fadein .box ul li .item {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}

.main_fadein .box ul li .item p {
	width: 133px;
	font-size: 20px;
	color: #666;
	line-height: 53px;
	text-align: right;
	box-sizing: border-box;
	margin-right: 20px;
}

.main_fadein .box ul li .item input,
.main_fadein .box ul li .item select {
	width: 380px;
	height: 53px;
	background: none;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	font-size: 16px;
	color: #666;
	padding-left: 16px;
}

.main_fadein .box ul li .item input::placeholder {
	color: #666;
}

.main_fadein .box ul li .item textarea {
	width: 900px;
	outline: none;
	height: 171px;
	background: none;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	font-size: 16px;
	color: #666;
	padding: 16px;
}

.main_fadein .box ul li .item textarea::placeholder {
	color: #666;
}

.main_fadein .box ul li.upload{
	margin-top: 10px;
}

.main_fadein .box ul li.upload p{
	margin-top: 20px;
}

.main_fadein .box ul li .item .updatas{
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	width: 925px;
	flex-wrap: wrap;
}

.main_fadein .box ul li .item .updata{
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	width: 210px;
	height: 153px;
}

.main_fadein .box ul li .item .updata img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main_fadein .box ul li .item .updata .icon_close{
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('../images/shopinfo_06.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -10px;
}

.leave {
	overflow: hidden;
	width: 100%;
}

.leave li {
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
	border-radius: 6px;
	margin-bottom: 30px;
	background: #fff;
	padding: 12px 30px;
}

.leave li div {
	overflow: hidden;
	height: 49px;
	display: flex;
	align-items: center;
}

.leave li div span {
	display: block;
	width: 182px;
	font-size: 18px;
	color: #A9A9A9;
}

.leave li div p {
	font-size: 18px;
	color: #333333;
}

.notipication_right {
	width: 852px;
	overflow: hidden;
}

.notipication_right ul {
	overflow: hidden;
}

.notipication_right ul li {
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 24px 30px;
	border-radius: 6px;
}

.notipication_right ul li .tit {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notipication_right ul li .tit p {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	color: #333333;
}

.notipication_right ul li .tit span {
	font-size: 14px;
	color: #A9A9A9;
}

.notipication_right ul li em {
	display: block;
	font-size: 18px;
	color: #828282;
	margin-top: 15px;
	line-height: 32px;
}

.notipication_right ul li .order{
	background-color: #F9F9F9;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.notipication_right ul li .order .pic{
	display: block;
	width: 178px;
	height: 128px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
}

.notipication_right ul li .order .pic img{
	display: block;
	width: 100%;
	height: 100%;
}

.notipication_right ul li .order_right{
	flex: 1;
	overflow: hidden;
}

.notipication_right ul li .order_right .title{
	font-size: 20px;
	color: #000000;
}

.notipication_right ul li .order_right .spec{
	font-size: 16px;
	color: rgba(0, 0, 0, .4);
	margin-top: 5px;
}

.notipication_right ul li .order_right .info{
	font-size: 16px;
	color: rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 29px;
}

.notipication_right ul li .order_right .info .price{
	font-size: 20px;
	color: #080808;
}


.activity_right{
	width: 852px;
	overflow: hidden;
}

.activity_right ul {
	overflow: hidden;
}

.activity_right ul li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 32px;
	height: 184px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: #fff;
}

.activity_right ul li a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.activity_right ul li a .pic {
	width: 264px;
	overflow: hidden;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.activity_right ul li a .pic img {
	width: 100%;
	display: block;
	height: 100%;
}

.activity_right ul li a .pic span {
	width: 86px;
	height: 34px;
	background: #07AFBF;
	border-radius: 6px 0px 6px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #fff;
}

.activity_right ul li a .grow {
	overflow: hidden;
	width: calc(100% - 264px);
	height: 100%;
	padding: 17px 20px 0 30px;
}

.activity_right ul li a .grow h2 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 13px;
	color: #000000;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.activity_right ul li a .grow .font {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
}

.activity_right ul li a .grow .font span {
	color: #666666;
}

.activity_right ul li a .grow .icon {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 7px;
}

.activity_right ul li a .grow .icon .address {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.activity_right ul li a .grow .icon .address p {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
	margin-left: 8px;
}

.activity_right ul li a .grow .icon .price {
	overflow: hidden;
}

.activity_right ul li a .grow .icon .price p {
	font-size: 24px;
	color: #E21E1E;
	text-align: right;
	line-height: 33px;
	font-weight: bold;
}

.activity_right ul li a .grow .icon .price span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.faq_right{
	overflow: hidden;
	width: 852px;
	padding: 30px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 33px;
	background-color: #fff;
}

.feedback_right {
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	width: 852px;
}

.feedback_right input {
	width: 100%;
	height: 86px;
	border-radius: 6px;
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
	border: none;
	padding-left: 39px;
	background: #fff;
}

.feedback_right input::placeholder {
	color: #A9A9A9;
}

.feedback_right .box {
	overflow: hidden;
	width: 100%;
	border-radius: 6px;
	/* height: 672px; */
	background: #fff;
	position: relative;
}

.feedback_right .box textarea {
	width: 100%;
	height: 460px;
	border: none;
	font-size: 18px;
	background: none;
	color: #666666;
	outline: none;
	padding: 30px;
}

.feedback_right .box textarea::placeholder {
	color: #A9A9A9;
}

.feedback_right .box .updatas{
	padding: 30px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.feedback_right .box .updata{
	width: 210px;
	cursor: pointer;
	height: 150px;
	display: block;
	position: relative;
	margin-right: 20px;
	margin-top: 20px;
}

.feedback_right .box .updata img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.feedback_right .box .updata .icon_close{
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('../images/shopinfo_06.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -10px;
}

.feedback_left {
	overflow: hidden;
	width: 320px;
	background: #fff;
	border-radius: 4px;
}

.feedback_left ul {
	overflow: hidden;
}

.feedback_left ul li {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	height: 60px;
	transition: all .1s;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feedback_left ul li:hover {
	background: #07ACBB;
}

.feedback_left ul li:hover p {
	color: #fff;
}

.feedback_left ul li:hover span {
	color: #fff;
}

.feedback_left ul li.on {
	background: #07ACBB;
}

.feedback_left ul li.on p {
	color: #fff;
}

.feedback_left ul li.on span {
	color: #fff;
}

.feedback_left ul li p {
	font-size: 18px;
	color: #828282;
}

.feedback_left ul li span {
	font-size: 18px;
	color: #333;
}

.my_order_tabbar {
  overflow: hidden;
  width: 852px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  padding-bottom: 20px;
}
.my_order_tabbar .item {
  width: 812px;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #f8f8f8;
}
.my_order_tabbar .item ul {
  overflow: hidden;
}
.my_order_tabbar .item ul li {
  overflow: hidden;
  /* height: 178px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_order_tabbar .item ul li .fr {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
.my_order_tabbar .item ul li .fr .num {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999999;
  border-left: 1px solid #f2f2f2;
}
.my_order_tabbar .item ul li .fr .price {
  width: 85px;
  height: 100%;
  display: flex;
  border-left: 1px solid #f2f2f2;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #080808;
}
.my_order_tabbar .item ul li .fr .type {
  width: 94px;
  height: 100%;
  border-left: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999999;
}
.my_order_tabbar .item ul li .fr .btn_grow {
  width: 112px;
  height: 100%;
  display: flex;
  align-items: center;
  /* border-left: 1px solid #f2f2f2; */
  justify-content: center;
}
.my_order_tabbar .item ul li .fr .btn_grow .child {
  overflow: hidden;
}
.my_order_tabbar .item ul li .fr .btn_grow .child div {
  width: 73px;
  height: 27px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  justify-content: center;
  cursor: pointer;
  margin: 5px auto;
  font-size: 12px;
  color: #666666;
}
.my_order_tabbar .item ul li .fr .btn_grow .child div.gopay {
  background: #07afbf;
  color: #fff;
}
.my_order_tabbar .item ul li .info {
  overflow: hidden;
  display: flex;
  padding-left: 20px;
  align-items: center;
}
.my_order_tabbar .item ul li .info img {
  width: 178px;
  border-radius: 10px;
}
.my_order_tabbar .item ul li .info div {
  overflow: hidden;
  margin-left: 24px;
}
.my_order_tabbar .item ul li .info div p {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 5px;
}
.my_order_tabbar .item ul li .info div span {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}
.my_order_tabbar .item ul li .info .spec{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 0;
	margin-right: 24px;
}
.my_order_tabbar .item ul li .info .spec p{
	font-size: 14px;
	color: #080808;
}
.my_order_tabbar .item ul li .fl{
	flex: 1;
	border-right: 1px solid #f2f2f2;
}
.my_order_tabbar .item ul li .goods{
	display: flex;
	align-items: center;
	height: 178px;
	justify-content: space-between;
}
.my_order_tabbar .item ul li .goods + .goods{
	border-top: 1px solid #f2f2f2;
}

.my_order_tabbar .item .head {
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding: 8px 0;
  padding-left: 20px;
}
.my_order_tabbar .item .head p {
  font-size: 12px;
  color: #666666;
}
.my_order_tabbar .item .head p.name{
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
}
.my_order_tabbar .item .head .fr {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.my_order_tabbar .item .head .fr span {
  display: block;
  font-size: 12px;
  color: #999999;
	padding-right: 23px;
}
.my_order_tabbar .item .head .fr .tip {
  width: 52px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  border-radius: 40px 0 0 40px;
  /* margin-left: 23px; */
}
.my_order_tabbar .item .head .fr .kd {
  background: #da845e;
}
.my_order_tabbar .item .head .fr .zq {
  background: #ba3457;
}

.my_order_tabbar .tab {
  overflow: hidden;
  height: 60px;
  border-bottom: 1px solid #e3e3e3;
}
.my_order_tabbar .tab ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.my_order_tabbar .tab ul li {
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 20px;
  position: relative;
}
.my_order_tabbar .tab ul li.on {
  color: #07afbf;
  font-weight: 600;
}
.my_order_tabbar .tab ul li.on::after {
  content: "";
  width: 28px;
  height: 6px;
  border-radius: 40px;
  background: #07afbf;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 0;
}

.notipication_left {
	overflow: hidden;
	width: 320px;
	background: #fff;
	border-radius: 4px;
}

.notipication_left h2 {
	height: 68px;
	overflow: hidden;
	width: 100%;
	padding-left: 30px;
	font-size: 20px;
	display: flex;
	align-items: center;
	color: #000;
	font-weight: bold;
}

.notipication_left ul {
	overflow: hidden;
}

.notipication_left ul li {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	height: 60px;
	transition: all .1s;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notipication_left ul li:hover {
	background: #07ACBB;
}

.notipication_left ul li:hover p {
	color: #fff;
}

.notipication_left ul li:hover span {
	color: #fff;
}

.notipication_left ul li.on {
	background: #07ACBB;
}

.notipication_left ul li.on p {
	color: #fff;
}

.notipication_left ul li.on span {
	color: #fff;
}

.notipication_left ul li p {
	font-size: 18px;
	color: #828282;
}

.notipication_left ul li span {
	font-size: 18px;
	color: #333;
}

.main_login {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-image: url(../images/addicon1.png);
	display: flex;
	padding-bottom: 50px;
	align-items: center;
	justify-content: center;
}

.main_login .form_box {
	overflow: hidden;
	width: 461px;
}

.main_login .form_box .logo {
	width: 176px;
	display: block;
	margin: 0 auto;
	margin-bottom: 37px;
}

.main_login .form_box .wx_login {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 16px;
	min-height: 603px;
	padding: 44px 36px 54px 36px;
}

.main_login .form_box .wx_login h1 {
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 42px;
	margin-bottom: 47px;
}

.main_login .form_box .wx_login img {
	display: block;
	margin: 0 auto;
}

.main_login .form_box .wx_login p {
	width: 268px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	padding: 15px 0;
	color: #666666;
}

.main_login .form_box .wx_login span {
	display: block;
	text-align: center;
	font-size: 20px;
	margin-top: 45px;
	cursor: pointer;
	color: #07AFBF;
	text-decoration: underline;
}

.main_login .form_box .box {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 16px;
	padding: 44px 36px 54px 36px;
	min-height: 603px;
}

.main_login .form_box .box h1 {
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 42px;
	margin-bottom: 57px;
}

.main_login .form_box .box .submit {
	width: 389px;
	height: 64px;
	background: #07AFBF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 32px;
	font-size: 20px;
	margin-top: 39px;
	color: #fff;
}

.main_login .form_box .box .wechart {
	width: 83px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 58px;
}

.main_login .form_box .box .label {
	overflow: hidden;
	width: 100%;
	margin-bottom: 34px;
	height: 64px;
	position: relative;
	background: #F7F7F7;
	border-radius: 40px;
}

.main_login .form_box .box .label div {
	overflow: hidden;
	font-size: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	padding: 0 25px;
	color: #07AFBF;
}

.main_login .form_box .box .label input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	font-size: 16px;
	color: #ABABAB;
	padding-left: 28px;
}

.main_login .form_box .box .label input::placeholder {
	color: #AFAFAF;
}

.main_login .footers {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_login .footers p {
	font-size: 14px;
	color: #fff;
}

.main_banner {
	width: 100%;
	height: 635px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main_banner .swiper-container{
	width: 100%;
	height: 100%;
}

.main_banner .swiper-container .swiper-slide{
	width: 100%;
	background-color: #012967;
	background-image: url(../images/bgbg.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
}

.main_banner .swiper-container .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}

.main_banner .fontbanner {
	overflow: hidden;
	width: 1200px;
	height: 60px;
	display: flex;
	z-index: 999;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: -30px;
	font-size: 20px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #727272;
}

.main_banner .w1200 p {
	font-size: 45px;
	line-height: 63px;
	margin-bottom: 24px;
	color: #fff;
}

.main_banner .w1200 span {
	display: block;
	font-size: 31px;
	opacity: 0.6;
	color: #fff;
	margin-bottom: 45px;
	line-height: 44px;
}

.main_banner .w1200 div {
	overflow: hidden;
	width: 212px;
	height: 67px;
	background: #07ACBB;
	border-radius: 40px;
}

.main_banner .w1200 div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 29px;
	color: #fff;
}

.main_home {
	padding: 60px 0;
}

.main_home .link_slide {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main_home .link_slide div {
	overflow: hidden;
	width: 296px;
}

.main_home .link_slide div img {
	display: block;
	width: 100%;
}

.main_home .main_home_latest {
	width: 100%;
	margin-top: 50px;
}

.main_home .main_home_latest .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_home .main_home_latest .title p {
	font-size: 32px;
	line-height: 45px;
	color: #000000;
	font-weight: bold;
}

.main_home .main_home_latest .title .more {
	width: 97px;
	height: 36px;
	border-radius: 40px;
	border: 1px solid #C8C8C8;
}

.main_home .main_home_latest .title .more:hover{
	background: #07AFBF;
}

.main_home .main_home_latest .title .more:hover a span{
	color: #fff;
}

.main_home .main_home_latest .title .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_home .main_home_latest .title .more a span {
	font-size: 16px;
	color: #c8c8c8;
}

.main_home .main_home_latest .title .more a img {
	display: block;
	margin-left: 7px;
}

.main_home .main_home_latest .latest {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_home .main_home_latest .latest li {
	width: 270px;
	overflow: hidden;
	background: #fff;
	margin-top: 30px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.main_home .main_home_latest .latest li .pic {
	width: 100%;
	overflow: hidden;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_home .main_home_latest .latest li .pic img {
	display: block;
	width: 100%;
}

.main_home .main_home_latest .latest li .info {
	overflow: hidden;
	height: 80px;
	padding: 14px 20px 0 20px;
}

.main_home .main_home_latest .latest li .info p {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 14px;
}

.main_home .main_home_latest .latest li .info span {
	display: block;
	font-size: 14px;
	color: #BCBCBC;
}

.main_home .main_home_latest .courses {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.main_home .main_home_latest .courses li {
	width: 270px;
	overflow: hidden;
	background: #fff;
	margin-top: 30px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-right: 40px;
}

.main_home .main_home_latest .courses li:nth-child(4n){
	margin-right: 0;
}

.main_home .main_home_latest .courses li .pic {
	width: 100%;
	overflow: hidden;
	height: 183px;
	/* background: #F6C224; */
	/* padding: 28px 0 0 22px; */
	font-size: 28px;
	color: #fff;
	line-height: 40px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* .main_home .main_home_latest .courses li:first-child .pic{
	background-image: url(../images/addicon6.png);
}
.main_home .main_home_latest .courses li:nth-child(2) .pic{
	background-image: url(../images/addicon7.png);
}
.main_home .main_home_latest .courses li:nth-child(3) .pic{
	background-image: url(../images/addicon8.png);
}
.main_home .main_home_latest .courses li:nth-child(4) .pic{
	background-image: url(../images/addicon9.png);
} */

.main_home .main_home_latest .courses li .info {
	overflow: hidden;
	height: 126px;
	padding: 14px 20px 0 20px;
}

.main_home .main_home_latest .courses li .info p {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 14px;
}

.main_home .main_home_latest .courses li .info div {
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

.main_home .main_home_latest .courses li .info div span {
	display: inline-flex;
	align-items: center;
	height: 27px;
	border-radius: .4rem;
	padding: 0 13px;
	font-size: 14px;
	color: #25A3AB;
	background: #E9F5F6;
}

.main_join_us {
	overflow: hidden;
	width: 100%;
	margin-top: 60px;
}

.main_join_us h2 {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	margin-bottom: 30px;
}

.main_join_us .box {
	overflow: hidden;
	width: 100%;
	/* background: #F9F9F9; */
	border-radius: 20px;
	padding: 60px;
}

.main_join_us .box .logo {
	display: block;
	margin: 0 auto;
}

.main_join_us .box p {
	font-size: 26px;
	color: #3D3D3D;
	font-weight: bold;
	margin-top: 60px;
	line-height: 1;
}

.main_join_us .box ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main_join_us .box ul li {
	margin-top: 50px;
	overflow: hidden;
	width: 520px;
	border-bottom: 1px solid #EEEEEE;
}

.main_join_us .box ul li span {
	display: block;
	font-size: 18px;
	margin-bottom: 11px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 1;
	color: #333333;
}

.main_join_us .box ul li input {
	width: 100%;
	height: 56px;
	border: none;
	outline: none;
	font-size: 18px;
	background: none;
	color: #999999;
}

.main_join_us .box ul li input::placeholder {
	color: #999999;
}

.main_join_us .box .button {
	overflow: hidden;
	margin: 0 auto;
	width: 389px;
	margin-top: 60px;
	height: 64px;
	background: #07AFBF;
	border-radius: 32px;
}

.main_join_us .box .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #fff;
}

.main_date_acitve {
	overflow: hidden;
	width: 100%;
	background: #07AFBF;
	padding: 30px 0 25px 0;
}

.main_date_acitve .timeof_appointment {
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
	padding: 20px 0 26px 30px;
}

.main_date_acitve .timeof_appointment h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}

.main_date_acitve .timeof_appointment ul {
	overflow: hidden;
}

.main_date_acitve .timeof_appointment ul li {
	display: inline-flex;
	align-items: center;
	border-radius: 25px;
	height: 49px;
	padding: 0 20px 0 24px;
	background: #F5F4F4;
	margin-right: 18px;
	margin-top: 18px;
}

.main_date_acitve .timeof_appointment ul li p {
	font-size: 20px;
	color: #000000;
	margin-right: 59px;
}

.main_date_acitve .timeof_appointment ul li img {
	cursor: pointer;
	display: block;
}

.main_date_acitve .box {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: flex-start;
}

.main_date_acitve .box .main_left {
	overflow: hidden;
	width: 585px;
	background: #fff;
	height: 633px;
	border-radius: 4px;
}

.main_date_acitve .box .main_left #schedule-box {
	width: 100%;
	margin: 0 auto;
	padding: 35px 20px;
	font-size: 13px;
}

.main_date_acitve .box .main_left .schedule-hd {
	display: flex;
	justify-content: center;
	padding: 10px 15px;
}

.main_date_acitve .box .main_left .today {
	text-align: center;
}

.main_date_acitve .box .main_left .ul-box {
	overflow: hidden;
}

.main_date_acitve .box .main_left .ul-box>li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
}

.main_date_acitve .box .main_left .other-month {
	color: #999999;
}

.main_date_acitve .box .main_left .disabled {
	pointer-events: none;
	background-color: #eeeeee;
	color: #999999;
}

.main_date_acitve .box .main_left .current-month {
	color: #333333;
}

.main_date_acitve .box .main_left .today-style {
	border-radius: 50%;
	background: #58d321;
}

.main_date_acitve .box .main_left .arrow {
	cursor: pointer;
}

.main_date_acitve .box .main_left .dayStyle {
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 75px;
	cursor: pointer;
}

.main_date_acitve .box .main_left .current-month>.dayStyle:hover {
	background: #00BDFF;
	color: #ffffff;
}

.main_date_acitve .box .main_left .today-flag {
	background: #00C2B1;
	color: #fff;
}

.main_date_acitve .box .main_left .boxshaw {
	box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.main_date_acitve .box .main_left .selected-style {
	background-color: #ffba5a;
	color: #ffffff;
}

.main_date_acitve .box .main_left .active-style {
	background: #00BDFF;
	color: #ffffff;
}

.main_date_acitve .box .main_left #h3Ele {
	text-align: center;
	padding: 10px;
}

.main_date_acitve .box .main_left .schedule-hd div {
	display: flex;
	align-items: center;
	width: 50px;
	height: 50px;
	justify-content: center;
	cursor: pointer;
}

.main_date_acitve .box .main_left .today {
	text-align: center;
	color: #07AFBF;
	font-weight: bold;
	cursor: pointer;
	width: 228px !important;
	justify-content: center;
	font-size: 25px;
}

.main_date_acitve .box .slide {
	width: 595px;
	background: #fff;
	border-radius: 4px;
	padding: 0 30px;
}

.main_date_acitve .box .slide .label {
	overflow: hidden;
	height: 70px;
	border-bottom: 1px solid #EDEDED;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

.main_date_acitve .box .slide .label.on div {
	background-image: url(../images/actives1.png);
}

.main_date_acitve .box .slide .label p {
	font-size: 20px;
	color: #000000;
}

.main_date_acitve .box .slide .label div {
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	background-image: url(../images/actives.png);
	cursor: pointer;
}

.makean {
	overflow: hidden;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.makean p {
	font-size: 18px;
	color: #333333;
}

.makean p span {
	color: #07AFBF;
	margin-left: 20px;
}

.makean .btn {
	overflow: hidden;
	width: 250px;
	height: 48px;
	margin-left: 37px;
	background: #07AFBF;
	border-radius: 40px;
}

.makean .btn a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}

.main_learndash{
	display: flex;
	align-items: flex-start;
	position: relative;
}

.ld-sidebar{
	width: 350px;
	background-color: #fff;
	border-right: 1px solid #e2e7ed;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.ld-course-navigation-heading{
	background-color: #07acbb;
	color: #fff;
	min-height: 75px;
	width: 100%;
	padding: 12px 20px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ld-focus-sidebar-wrapper{
	overflow-x: visible;
	overflow-y: auto;
	background-color: #fff;
	height: calc(100% - 75px);
	/* max-height: calc(100vh - 145px); */
}

.ld-lesson-item-section-heading{
	background-color: #D3D3D3;
	color: #07acbb;
	margin-top: 16px;
	line-height: 28px;
	font-size: 16px;
	padding: 12px 16px;
}

.ld-lesson-item-preview{
	padding: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
	line-height: 20px;
	font-size: 16px;
	color: #495255;
	background-color: #fff;
	border-bottom: 1px solid #e2e7ed;
}

.ld-lesson-item-preview:hover{
	color: #07acbb;
}

.ld-main{
	flex: 1;
	width: calc(100% - 350px);
	margin-left: 350px;
}

.ld-content{
	padding: 50px;
	color: #313131;
	font-size: 16px;
}

.ld-content img{
	max-width: 100%;
}

.main_search{
	margin-top: 0;
}

.main_search .course_title {
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_search .course_title p {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}

.main_search .course_title ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_search .course_title ul li {
	font-size: 20px;
	color: #6E6E6E;
	margin-left: 40px;
	cursor: pointer;
}

.main_search .course_title ul li.on {
	color: #07AFBF;
}

.main_search .item {
	width: 100%;
}

.main_search .item .title {
	margin-top: 40px;
	overflow: hidden;
}

.main_search .item .title p {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 33px;
}

.main_search .item .title span {
	font-size: 20px;
	color: #999999;
	line-height: 28px;
	display: block;
}

.main_search .item ul li a .pic_name{
	padding: 0;
}

.main_search .item ul li a .pic_name img{
	display: block;
	width: 100%;
	height: auto;
}

.main_search .main_activity{
	margin-top: 0;
}

.main_search .main_activity .list{
	margin-top: 30px;
}

.main_search .shopping_list{
	padding: 0 0 50px 0;
}

.main_search .shopping_list .list li{
	box-shadow: none;
	display: block;
}

.main_search .shopping_list .list{
	margin-bottom: 0;
	margin-top: 30px;
}

.cart_fixed{
	position: fixed;
	bottom: 100px;
	right: 5%;
	z-index: 50;
	background-color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #07ACBB;
}

.cart_fixed img{
	width: 25px;
}

.cart_fixed .num{
	display: block;
	min-width: 15px;
	height: 15px;
	background-color: red;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(115%,-100%);
	padding: 0 2px;
	box-sizing: border-box;
}

@media (max-width: 1300px) {
  .w1200 {
    width: 1000px;
  }

  .my_order_tabbar {
    width: calc(100% - 350px);
  }

  .my_order_tabbar .item {
    width: 95%;
  }

  .my_order_tabbar .item ul li .info img {
    width: 120px;
  }

  .my_order_tabbar .item ul li .info div {
    margin-left: 10px;
  }

  .my_order_tabbar .item ul li .info div p {
    font-size: 16px;
    /* line-height: 20px; */
  }

  .my_order_tabbar .item ul li .fr .num {
    width: 50px;
  }

  .my_order_tabbar .item ul li .fr .type {
    width: 80px;
  }

  .my_order_tabbar .item ul li .fr .price {
    width: 80px;
  }

  .my_order_tabbar .item ul li .info div span {
    font-size: 14px;
  }

  .main_banner .fontbanner {
    width: 1000px;
    margin-left: -500px;
  }

  .main_home .link_slide div {
    width: 24%;
  }

  .main_home .link_slide div img {
    display: block;
    width: 100%;
  }

  .main_home .main_home_latest .latest li {
    width: 23%;
  }

  .main_home .main_home_latest .latest li .info {
    padding: 14px;
  }

  .main_home .main_home_latest .latest li .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main_home .main_home_latest .latest li .pic {
    height: auto;
  }

  .main_home .main_home_latest .courses li {
    width: 23%;
		margin-right: 2.66%;
  }

	.main_home .main_home_latest .courses li:nth-child(4n){
		margin-right: 0;
	}

  .main_home .main_home_latest .courses li .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main_home .main_home_latest .courses li .info {
    padding: 14px;
  }

  .main_join_us .box ul li {
    width: 48%;
  }

  .main_join_us .box {
    padding: 40px;
  }

  footer .top .link ul {
    margin: 0 20px;
  }

  footer .top .contact {
    max-width: 240px;
  }

  .main_curriculum_banner .bannerboxs .grow .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .course_introduction .w1200 .left {
    width: 650px;
  }

  .activity_info .w1200 .left {
    width: 650px;
  }

  .activity_info .w1200 .right {
    width: 300px;
  }

  .activity_info .w1200 .right h2 {
    font-size: 26px;
  }

  .activity_info .w1200 .left .think h2 {
    font-size: 26px;
  }

  .main_course_banner div {
    width: 1000px;
    margin-left: -500px;
  }

  .course_introduction .w1200 .right .userinfo {
    width: 300px;
  }

  .course_introduction .w1200 .left h2 {
    font-size: 26px;
  }

  .main_date_acitve .box .main_left {
    width: 49%;
  }

  .main_date_acitve .box .slide {
    width: 49%;
  }

  .slide_navbar p {
    padding: 0 10px;
  }

  .task_fade .w1200 .item .right {
    width: calc(100% - 250px);
  }

  .feedback_right {
    width: calc(100% - 350px);
  }

  .notipication_right {
    width: calc(100% - 350px);
  }

  .main_join .form_box {
    padding: 40px;
  }

  .main_join .form_box ul li {
    width: 48%;
  }

  .main_news .w1200 .left {
    width: 700px;
  }

  .main_news .w1200 .rihgt {
    width: 250px;
  }

  .main_cart .main_box .item .title .lab {
    width: 120px;
  }

  .main_cart .main_box .item ul li .rigs .lab {
    width: 120px;
  }

  .main_shopinfo .slide .box .item {
    width: 100%;
  }

  .main_shopinfo .slide .box .swiper-slide {
    width: 98px;
  }

  .main_shopinfo .slide .pic {
    height: auto;
  }

  .main_shopping .shopping_list .list li {
    width: 220px;
  }

  .main_coureses .w1200 .right {
    width: calc(100% - 260px);
  }

  .main_coureses .w1200 .right ul li .pic {
    width: 240px;
  }

  .main_coureses .w1200 .right ul li .grow {
    padding-right: 15px;
    width: calc(100% - 240px);
  }

  .main_coureses .w1200 .right ul li .grow .info p {
    font-size: 18px;
  }

  .task_fade .w1200 .video_list ul li a .grow {
    width: calc(100% - 240px);
  }

  .main_curriculum_banner .bannerboxs1 .grow .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1050px) {
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }

  header .m ul {
    display: none;
  }

  header .m .right {
    display: none;
  }

  .my_order_tabbar {
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.3rem;
  }

  .my_order_tabbar .tab {
    height: 1rem;
  }

  .my_order_tabbar .tab ul li.on::after {
    height: 3px;
  }

	.my_order_tabbar .item .head p.name{
		font-size: .24rem;
		margin-top: .1rem;
	}

  .my_order_tabbar .item ul li {
    display: block;
    padding: 0.3rem;
    height: auto;
  }

  .my_order_tabbar .item ul li .fr {
    float: none;
    flex-wrap: wrap;
    width: 100%;
  }

  .my_order_tabbar .item ul li .fr .num {
    width: 33.33%;
    border: none;
    text-align: center;
    margin-top: 0.3rem;
    display: block;
  }

  .my_order_tabbar .item ul li .fr .price {
    border: none;
    width: 33.33%;
    margin-top: 0.3rem;
    text-align: center;
    display: block;
  }

  .my_order_tabbar .item ul li .fr .btn_grow .child div {
    width: 1.2rem;
    height: 0.5rem;
    margin: 0;
    margin-left: 0.3rem;
  }

  .my_order_tabbar .item ul li .fr .type {
    border: none;
    width: 33.33%;
    margin-top: 0.3rem;
    text-align: center;
    display: block;
  }

  .my_order_tabbar .item ul li .fr .btn_grow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
  }

  .my_order_tabbar .item ul li .fr .btn_grow .child {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    justify-content: flex-end;
  }

  .my_order_tabbar .item ul li .info {
    width: 100%;
    padding-left: 0;
  }

  .my_order_tabbar .item ul li .info img {
    width: 2.3rem;
  }

  .my_order_tabbar .item ul li .info div {
    margin-left: 0.3rem;
  }

  .my_order_tabbar .item ul li .info div p {
    font-size: 0.28rem;
  }

  .my_order_tabbar .item ul li .info div span {
    font-size: 0.24rem;
  }

	.my_order_tabbar .item ul li .fl {
		width: 100%;
		border-right: 0;
	}

	.my_order_tabbar .item ul li .goods{
		height: auto;
		display: block;
	}

	.my_order_tabbar .item ul li .goods + .goods{
		/* padding-top: 0.3rem; */
		margin-top: 0.3rem;
		border-top: 0;
	}

  .my_order_tabbar .tab ul li {
    font-size: 0.26rem;
    margin: 0;
    width: 20%;
    text-align: center;
    justify-content: center;
  }

  .my_order_info {
    margin-top: 0;
  }

  .my_order_info .w1200 {
    padding: 0 0.3rem;
  }

  .my_order_info .title {
    padding: 0.5rem 0;
  }

  .my_order_info .title .bot {
    display: block;
  }

  .my_order_info .title .bot p {
    font-size: 0.26rem;
  }

  .my_order_info .title .bot .btn {
    margin-top: 0.3rem;
  }

  .my_order_info .order_type {
    padding: 0.5rem 0;
  }

  .my_order_info .order_type h2 {
    font-size: 0.34rem;
    line-height: 1;
  }

  .my_order_info .order_type ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .my_order_info .order_type ul li p {
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .my_order_info .order_type ul li div {
    width: 0.45rem;
    height: 0.45rem;
    font-size: 0.16rem;
  }

  .my_order_info .order_type ul li span {
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .my_order_info .order_type ul li {
    width: 20%;
    margin: 0.1rem 0;
  }

  .my_order_info .order_type ul li::after {
    display: none;
  }

	.my_order_info .main_activity .list li a{
		padding: 0.3rem 0;
	}

	.my_order_info .main_activity .list li a .grow{
		padding: 0;
	}

	.my_order_info .main_activity .list li a .pic{
		width: 100%;
		height: auto;
	}

	.my_order_info .order_lists .name{
		font-size: 0.34rem;
		margin-top: 0.3rem;
	}
	
  .my_order_info .order_list li {
    padding: 0.3rem 0;
  }

  .my_order_info .order_list li .info img {
    width: 1.2rem;
  }

  .my_order_info .order_list li .info div {
    margin-left: 0.2rem;
  }

  .my_order_info .pricecont {
    padding: 0.3rem 0;
  }

  .my_order_info .pricecont div {
    width: 3rem;
    height: 0.8rem;
  }

  .my_order_info .pricecont div p {
    font-size: 0.26rem;
  }

  .my_order_info .pricecont div span {
    font-size: 0.33rem;
  }

  .my_order_info .pricecont div em {
    font-size: 0.35rem;
  }

  .my_order_info .order_list li .info div p {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    line-height: 1;
  }

  .my_order_info .order_infos {
    padding: 0.3rem 0;
  }

  .my_order_info .order_infos p {
    font-size: 0.34rem;
    margin-bottom: 0.15rem;
  }

  .my_order_info .order_infos span {
    font-size: 0.28rem;
    line-height: 0.45rem;
    margin-top: 0.1rem;
  }

  .my_order_info .order_list li .info div span {
    font-size: 0.24rem;
  }

  .my_order_info .order_list li .num {
    width: 1rem;
    font-size: 0.28rem;
  }

  .my_order_info .order_type ul li::before {
    display: none;
  }

  .my_order_info .title .bot .btn div {
    margin-left: 0;
  }

  .my_order_info .title .bot .btn div {
    margin: 0;
    margin-right: 0.3rem;
  }

  .my_order_info .title > p {
    font-size: 0.34rem;
    line-height: 1;
  }

  .my_order_info .title .bot {
    margin-top: 0.3rem;
  }

  .main_banner {
    height: 8rem;
  }

  .main_banner .w1200 p {
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
    text-align: center;
    font-size: 0.4rem;
  }

  .main_banner .w1200 span {
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
    line-height: 0.4rem;
    text-align: center;
  }

  .main_banner .w1200 div {
    width: 3rem;
    height: 1rem;
    margin: 0 auto;
  }

  .main_banner .w1200 div a {
    font-size: 0.3rem;
  }

  .main_banner .fontbanner {
    width: 6.9rem;
    margin-left: -3.45rem;
    height: 1rem;
    bottom: -0.5rem;
    font-size: 0.26rem;
    text-align: center;
  }

  .main_home .link_slide {
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }

  .main_home .link_slide div {
    width: 49%;
    margin-top: 0.3rem;
  }

  .main_home .main_home_latest {
    margin-top: 0.5rem;
  }

  .main_home .main_home_latest .title p {
    font-size: 0.35rem;
  }

  .main_home .main_home_latest .title .more {
    width: 1.2rem;
    height: 0.6rem;
  }

  .main_home .main_home_latest .title .more a span {
    font-size: 0.2rem;
  }

  .main_home .main_home_latest .latest {
    flex-wrap: wrap;
  }

  .main_home .main_home_latest .latest li {
    width: 48%;
    margin-top: 0.33rem;
  }

  .main_home .main_home_latest .latest li .info {
    padding: 0.15rem;
    height: 1.8rem;
  }

  .main_home .main_home_latest .latest li .info p {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .main_home .main_home_latest .latest li .info span {
    font-size: 0.26rem;
  }

  .main_home .main_home_latest .courses {
    flex-wrap: wrap;
  }

  .main_home .main_home_latest .courses li {
    width: 48%;
    margin-top: 0.33rem;
		margin-right: 4%;
  }

	.main_home .main_home_latest .courses li:nth-child(2n){
		margin-right: 0;
	}

  .main_home .main_home_latest .courses li .pic {
    height: 2.6rem;
    font-size: 0.35rem;
  }

  .main_home .main_home_latest .courses li .info {
    padding: 0.15rem;
    height: 2rem;
  }

  .main_home .main_home_latest .courses li .info p {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .main_home .main_home_latest .courses li .info div span {
    font-size: 0.2rem;
    height: 0.45rem;
  }

  .main_join_us {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .main_join_us h2 {
    font-size: 0.35rem;
  }

  .main_join_us .box {
    padding: 0.5rem 0.3rem;
  }

  .main_join_us .box .logo {
    width: 3rem;
  }

  .main_join_us .box p {
    font-size: 0.3rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .main_join_us .box ul li {
    margin-top: 0.3rem;
    width: 100%;
  }

  .main_join_us .box ul li span {
    font-size: 0.26rem;
    margin-bottom: 0;
  }

  .main_join_us .box ul li input {
    height: 1rem;
    font-size: 0.26rem;
  }

  .main_join_us .box .button {
    width: 100%;
    height: 1rem;
    margin-top: 0.6rem;
    font-size: 0.3rem;
  }

  footer {
    padding: 0.6rem 0;
  }

  footer .top {
    display: block;
    width: 100%;
  }

	footer .top .imgm{
		width: 100%;
		height: auto;
	}
	
	footer .top .imgm + .imgm{
		margin-top: .3rem;
		margin-left: 0;
	}

  footer .top .info {
    width: 100%;
  }

  footer .top .info .footlogo {
    width: 2.3rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
  }

  footer .top .info p {
    font-size: 0.24rem;
    line-height: 0.45rem;
  }

  footer .top .info .code {
    width: 100%;
    margin-top: 0.5rem;
    display: block;
    display: none;
  }

  footer .top .info .code img {
    width: 1.5rem;
    margin: 0 auto;
    display: block;
  }

  footer .top .info .code span {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 0.23rem;
    margin-top: 0.3rem;
  }

  footer .top .link {
    width: 100%;
    margin-top: 0.5rem;
  }

  footer .top .link ul {
    padding: 0;
    width: 100%;
    margin: 0;
    margin-top: 0.3rem;
  }

  footer .top .link ul li a {
    font-size: 0.24rem;
  }

  footer .top .link ul li:first-child {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }

  footer .top .link ul li {
    margin-bottom: 0.1rem;
    float: left;
    margin-right: 0.1rem;
  }

  footer .top .link ul li:first-child {
    display: block;
    width: 100%;
  }

  footer .top .contact {
    width: 100%;
    margin-top: 0.5rem;
    max-width: 100%;
  }

  footer .top .contact h2 {
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }

  footer .top .contact div p {
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }

  footer .top .contact div span {
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 0.25rem;
  }

  footer .top .contact ul li {
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 0.25rem;
  }

  footer .top .link {
    flex-wrap: wrap;
  }

  footer .bot {
    font-size: 0.2rem;
    flex-wrap: wrap;
    display: block;
    text-align: center;
  }

  footer .bot img {
    display: block;
    margin: 0.15rem auto;
  }

  header {
    height: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .null {
    height: 1rem;
  }

  header .m h1 {
    width: 1.6rem;
    height: 0.5rem;
  }

  header .m h1 img {
    width: 100%;
  }

  .main_curriculum_banner {
    height: auto !important;
    padding: 0.5rem 0.8rem;
  }

  .main_curriculum_banner .bannerboxs .pic {
    height: auto;
    width: 100%;
  }

  .main_curriculum_banner .bannerboxs1 .pic {
    height: auto;
    width: 100%;
  }

  .main_curriculum_banner .bannerboxs1 {
    height: auto;
    display: block;
    padding: 0;
  }

  .main_curriculum_banner .bannerboxs1 .grow {
    width: 100%;
    padding: 0.3rem;
  }

  .main_curriculum_banner .bannerboxs1 .grow .name {
    font-size: 0.33rem;
    line-height: 0.55rem;
  }

  .main_curriculum_banner .bannerboxs1 .grow .font {
    font-size: 0.23rem;
    line-height: 0.5rem;
  }

  .main_curriculum_banner .bannerboxs1 .grow .date span {
    font-size: 0.26rem;
  }

  .main_curriculum_banner .bannerbox {
    height: auto;
    display: block;
    padding: 0;
  }

  .main_curriculum_banner .bannerbox .grow {
    width: 100%;
    padding: 0.3rem;
  }

  .main_curriculum_banner .bannerboxs1 .grow .date {
    margin-top: 0.35rem;
  }

  .main_curriculum_banner .bannerbox .pic {
    width: 100%;
    font-size: 0.5rem;
    padding: 0.3rem;
    height: 3rem;
  }

  .main_curriculum_banner .bannerboxs {
    display: block;
    height: auto;
    padding: 0;
  }

  .main_curriculum_banner .bannerboxs .grow {
    width: 100%;
    padding: 0.3rem;
  }

  .main_curriculum_banner .bannerbox .grow .name {
    font-size: 0.33rem;
    line-height: 0.55rem;
  }

  .main_curriculum_banner .bannerbox .grow .btn {
    position: static;
  }

  .main_curriculum_banner .bannerboxs .grow .name {
    font-size: 0.33rem;
    line-height: 0.55rem;
  }

  .main_curriculum_banner .bannerbox .grow .date span {
    font-size: 0.25rem;
  }

  .main_curriculum_banner .bannerbox .grow .btn div {
    width: 80%;
    height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }

  .main_curriculum_banner .bannerbox .grow .btn div a {
    font-size: 0.3rem;
  }

  .main_curriculum_banner .bannerboxs .grow .price p {
    font-size: 0.4rem;
  }

  .main_curriculum_banner .bannerboxs .grow .price span {
    font-size: 0.25rem;
  }

  .main_curriculum_banner .bannerboxs .grow .font {
    font-size: 0.23rem;
    line-height: 0.5rem;
  }

  .main_curriculum_banner .bannerboxs .grow .date span {
    font-size: 0.26rem;
  }

  .main_curriculum_banner .bannerboxs .grow .btn {
    width: 80%;
    height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }

  .main_curriculum_banner .bannerboxs .grow .btn a {
    font-size: 0.3rem;
  }

  .activity_info {
    margin-top: 0.5rem;
  }

  .activity_info .w1200 {
    display: block;
    width: 100%;
  }

  .activity_info .w1200 .left {
    width: 100%;
  }

  .activity_info .w1200 .left .think h2 {
    font-size: 0.35rem;
    line-height: 1;
  }

  .activity_info .w1200 .left .introductions h2 {
    font-size: 0.35rem;
    line-height: 1;
  }

  .activity_info .w1200 .left .introductions .box p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding: 0.3rem 0;
  }

  .activity_info .w1200 .left .think ul li a {
    width: 100%;
    padding: 0.3rem 0;
  }

  .activity_info .w1200 .left .think ul li a .pic {
    width: 3rem;
  }

  .activity_info .w1200 .left .think ul li a .grow {
    width: calc(100% - 3rem);
    padding: 0 0.3rem;
  }

  .activity_info .w1200 .left .think ul li a .grow p {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }

  .activity_info .w1200 .left .think ul li a .grow div {
    margin-top: 0.3rem;
  }

  .activity_info .w1200 .left .think ul li a .grow div span {
    font-size: 0.3rem;
  }

  .activity_info .w1200 .left .think ul li a .grow div em {
    font-size: 0.24rem;
  }

  .activity_info .w1200 .right {
    width: 100%;
    box-shadow: none;
    float: none;
    padding: 0;
  }

  .activity_info .w1200 .right h2 {
    font-size: 0.35rem;
    line-height: 1.2rem;
  }

  .activity_info .w1200 .right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .activity_info .w1200 .right ul li {
    width: 48%;
    margin-bottom: 0.4rem;
  }

  .activity_info .w1200 .right ul li p {
    font-size: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .activity_info .w1200 .right ul li span {
    font-size: 0.23rem;
  }

  .activity_info {
    padding-bottom: 0.5rem;
  }

  .main_course_banner {
    height: 4rem;
  }

  .main_course_banner div {
    width: 6.9rem;
    margin-left: -3.45rem;
    height: 1rem;
    bottom: -0.5rem;
    font-size: 0.26rem;
    text-align: center;
  }

  .main_activity {
    margin-top: 1rem;
  }

  .main_activity .title {
    display: block;
    margin-bottom: 0.6rem;
  }

  .main_activity .title p {
    text-align: center;
    font-size: 0.36rem;
  }

  .main_activity .title ul {
    flex-wrap: wrap;
  }

  .main_activity .title ul li {
    font-size: 0.24rem;
    padding: 0.1rem;
    margin-left: 0.2rem;
  }

  .main_activity .list li {
    height: auto;
    width: 100%;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }

  .main_activity .list li a {
    display: block;
  }

  .main_activity .list li a .pic {
    width: 100%;
  }

  .main_activity .list li a .grow {
    width: 100%;
    padding: 0.3rem;
  }

  .main_activity .list li a .grow h2 {
    font-size: 0.33rem;
    line-height: 0.55rem;
  }

  .main_activity .list li a .grow .font {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }

  .main_activity .list li a .grow .icon {
    display: block;
  }

  .main_activity .list li a .grow .icon .address {
    display: flex;
    justify-content: center;
  }

  .main_activity .list li a .grow .icon .address p {
    font-size: 0.26rem;
    line-height: 0.45rem;
    width: 90%;
  }

  .main_activity .list li a .grow .icon .price p {
    text-align: left;
    font-size: 0.4rem;
    margin-top: 0.3rem;
  }

  .main_activity .list li a .grow .icon .price span {
    font-size: 0.26rem;
    text-align: left;
  }

  .course_introduction {
    padding-bottom: 0.5rem;
  }

  .course_introduction .w1200 {
    display: block;
  }

  .course_introduction .w1200 .left {
    width: 100%;
  }

  .course_introduction .w1200 .left .box p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding: 0.3rem 0;
    margin: 0;
  }

	.course_introduction .w1200 .right .courseInfo p{
		font-size: .4rem;
		margin-bottom: .1rem;
	}

	.course_introduction .w1200 .right .courseInfo span{
		font-size: .3rem;
		line-height: .60rem;
	}

	.course_introduction .w1200 .right .courseInfo span + p{
		margin-top: 0.4rem;
	}

	.course_introduction .w1200 .right .userinfo {
		margin: 0 auto;
		width: 100%;
		margin-top: .3rem;
	}
	.course_introduction .w1200 .right {
		width: 100%;
	}
	.course_introduction .w1200 .right .userinfo em {
		font-size: .26rem;
		line-height: .45rem;
	}
	.mb li {
		font-size: .23rem;
	}
	.main_date_acitve {
		padding: .3rem 0;
	}
	.main_date_acitve .timeof_appointment {
		padding: .3rem;
	}
	.main_date_acitve .timeof_appointment h2 {
		font-size: .33rem;
	}
	.main_date_acitve .timeof_appointment ul li p {
		font-size: .24rem;
		margin-right: .3rem;
	}
	.main_date_acitve .timeof_appointment ul li {
		height: .75rem;
		margin-top: .3rem;
	}
	.main_date_acitve .box {
		display: block;
		width: 100%;
	}
	.main_date_acitve .box .main_left {
		width: 100%;
		padding: 0 .3rem;
		height: auto;
	}
	.main_date_acitve .box .slide {
		width: 100%;
		margin-top: .3rem;
		padding: 0 .3rem;
	}
	.makean {
		justify-content: space-between;
	}
	.makean p {
		font-size: .24rem;
	}
	.makean .btn {
		width: 3rem;
		height: .8rem;
		margin-left: 0;
	}
	.makean .btn a {
		font-size: .26rem;
	}
	.main_date_acitve .box .slide .label p {
		font-size: .26rem;
	}
	.main_date_acitve .box .slide .label {
		height: 1rem;
	}
	.main_date_acitve .box .main_left .ul-box>li {
		font-size: .26rem;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.main_date_acitve .box .main_left .dayStyle {
		font-size: .26rem;
		width: .6rem;
		line-height: .6rem;
		height: .6rem;
	}
	.main_date_acitve .box .main_left .today {
		font-size: .35rem;
	}
	.main_task_box .title .info p {
		font-size: .3rem;
		font-weight: bold;
		line-height: .45rem;
		margin-bottom: .2rem;
	}
	.main_task_box .title .info {
		width: 5rem;
	}
	.main_task_box .title .btn {
		width: 2.3rem;
		height: .8rem;
	}
	.main_task_box .title .btn a {
		font-size: .26rem;
	}
	.main_task_box .thinking {
		display: block;
		height: auto;
	}
	.main_task_box .thinking .pic {
		height: 4rem;
		font-size: .5rem;
		padding: .3rem;
	}
	.main_task_box .thinking ul {
		width: 100%;
	}
	.main_task_box .thinking ul li {
		padding: 0;
	}
	.main_task_box .thinking ul li p {
		text-align: center;
		font-size: .36rem;
	}
	.main_task_box .thinking ul li span {
		text-align: center;
		font-size: .25rem;
	}
	.main_task_box .performance {
		margin-top: .5rem;
		padding: .3rem;
	}
	.main_task_box .performance h2 {
		font-size: .33rem;
	}
	.main_task_box .performance ul li {
		padding: .3rem 0;
	}
	.main_task_box .performance ul li .user {
		width: 60%;
	}
	.main_task_box .performance ul li .user img {
		width: .85rem;
		height: .85rem;
	}
	.main_task_box .performance ul li .user div {
		margin-left: .2rem;
	}
	.main_task_box .performance ul li .user div p {
		font-size: .3rem;
		line-height: 1.1;
		margin-bottom: .1rem;
	}
	.main_task_box .performance ul li em {
		font-size: .24rem;
	}
	.main_task_box .performance ul li .user div span {
		font-size: .24rem;
		line-height: .4rem;
	}
	.slide_navbar p a {
		font-size: .26rem;
		padding: 0;
		text-align: center;
	}
	.task_fade {
		padding: .3rem 0;
	}
	.task_fade .w1200 .item {
		display: block;
	}
	.task_fade .w1200 .item .left {
		width: 100%;
	}
	.task_fade .w1200 .item .left ul li {
		height: 1rem;
		font-size: .26rem;
	}
	.task_fade .w1200 .item .right {
		width: 100%;
		margin-top: .3rem;
	}
	.task_fade .w1200 .item .right ul li {
		padding: .3rem;
		padding-bottom: 0;
	}
	.task_fade .w1200 .item .right ul li .tit p {
		font-size: .3rem;
	}
	.task_fade .w1200 .item .right ul li .tit span {
		font-size: .24rem;
	}
	.task_fade .w1200 .item .right ul li .user div p {
		font-size: .3rem;
		line-height: 1.1;
		margin-bottom: .1rem;
	}
	.task_fade .w1200 .item .right ul li .user div span {
		font-size: .24rem;
		line-height: .4rem;
	}
	.task_fade .w1200 .item .right ul li em {
		font-size: .24rem;
		line-height: .4rem;
	}

	.main_what .box p {
		font-size: .26rem;
		line-height: .5rem;
		padding: .3rem 0;
		margin: 0;
		word-break:break-all;
	}

	.main_what .box .button {
		width: 100%;
		height: 1rem;
		margin-top: .6rem;
		font-size: .3rem;
	}

	.main_join .main_form {
		padding: .5rem .3rem;
	}
	.main_join .main_form .label .name {
		font-size: .28rem;
		margin-bottom: .2rem;
		line-height: 1.5;
	}
	.main_join .main_form .submit {
		width: 100%;
		height: .8rem;
		font-size: .26rem;
	}
	.main_join .main_form .label ul {
		display: block;
	}
	.main_join .main_form .label textarea {
		box-sizing: border-box;
		width: 100%;
		font-size: .26rem;
		padding: .3rem;
	}
	.main_join .main_form .label ul li {
		margin-top: .3rem;
		width: 100%;
	}
	.main_join .main_form .label ul li span {
		font-size: .24rem;
		width: 90%;
		line-height: .4rem;
	}
	.main_join .form_box {
		padding: .5rem .3rem;
	}
	.main_join .form_box .logo {
		width: 2rem;
		margin-bottom: 0;
	}
	.main_join .form_box ul li {
		width: 100%;
		margin-top: .3rem;
	}
	.main_join .form_box ul li p {
		font-size: .26rem;
		margin-bottom: 0;
	}
	.main_join .form_box ul li input {
		height: 1rem;
		font-size: .26rem;
	}
	.main_join .form_box h2 {
		text-align: center;
		font-size: .3rem;
		text-align: center;
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
	.main_course_banner {
		padding-top: 1rem;
		height: 2.5rem;
		background-size: 140%;
	}
	.main_course_banner p {
		font-size: .45rem;
		line-height: 1;
		margin-bottom: .3rem;
	}
	.main_course_banner p img{
		max-height: .45rem;
	}
	.main_course_banner ul li {
		height: .55rem;
		font-size: .23rem;
	}
	.main_curriculum {
		margin-top: 1rem;
	}
	.main_curriculum .item .title_gorw p {
		font-size: .35rem;
	}
	.main_curriculum .item .title_gorw .more {
		width: 1.2rem;
		height: .6rem;
	}
	.main_curriculum .item .title_gorw .more a span {
		font-size: .2rem;
	}
	.main_curriculum .item ul li a {
		display: block;
		height: auto;
	}
	.main_curriculum .item ul li {
		height: auto;
	}
	.main_curriculum .item ul li a .pic_name {
		width: 100%;
		height: 3rem;
	}
	.main_curriculum .item ul li a .grow {
		width: 100%;
		padding: .3rem;
	}
	.main_curriculum .item ul li a .grow h2 {
		font-size: .33rem;
	}
	.main_curriculum .item ul li a .grow .info .infos div span {
		font-size: .26rem;
	}
	.main_curriculum .item ul li a .grow .info {
		display: block;
	}
	.main_curriculum .item ul li a .grow .info .price {
		font-size: .33rem;
		margin-top: .5rem;
	}
	.main_curriculum .course_title {
		display: block;
	}
	.main_curriculum .course_title p {
		text-align: center;
		font-size: .36rem;
		line-height: 45px;
	}
	.main_curriculum .course_title p img {
		max-height: .36rem;
	}
	.main_curriculum .course_title span {
		font-size: .30rem;
	}
	.main_curriculum .course_title ul {
		flex-wrap: wrap;
	}
	.main_curriculum .course_title ul li {
		font-size: .24rem;
		padding: .1rem;
		margin-left: .2rem;
	}
	.main_curriculum .item .title p {
		font-size: .33rem;
		line-height: 1.1;
	}
	.main_curriculum .item .title span {
		font-size: .28rem;
	}
	.main_login .form_box .box {
		width: 6.9rem;
		margin: 0 auto;
		padding: .5rem;
		height: auto;
		min-height: auto;
	}
	.main_login .form_box .box h1 {
		font-size: .4rem;
		text-align: center;
		margin-bottom: .5rem;
	}
	.main_login .form_box .box .label {
		width: 100%;
		margin-bottom: .5rem;
		height: 1rem;
	}
	.main_login .form_box .box .label input {
		font-size: .24rem;
	}
	.main_login .form_box .box .label div {
		font-size: .24rem;
	}
	.main_login .form_box {
		width: 6.9rem;
		margin: 0 auto;
	}
	.main_login .form_box .box .submit {
		width: 100%;
		height: 1rem;
		margin-top: .5rem;
	}
	.main_login .form_box .box .wechart {
		width: 1rem;
		margin-top: .58rem;
	}
	.main_login .form_box .box .wechart img {
		width: 100%;
	}
	.main_login .form_box .logo {
		width: 2.5rem;
	}
	.main_login .footers p {
		font-size: .23rem;
		text-align: center;
		padding: 0 .3rem;
		line-height: .45rem;
	}
	.main_login .footers {
		bottom: .3rem;
	}
	.user_banner {
		height: 5rem;
		padding-top: 1rem;
	}
	.user_banner .user {
		width: 2.2rem;
		border: 2px solid #fff;
		height: 2.2rem;
	}
	.user_banner .name p {
		font-size: .3rem;
	}
	.user_banner .name span {
		font-size: .24rem;
		height: .5rem;
	}
	.user_navbar {
		height: auto;
		padding: .3rem;
	}
	.user_navbar ul {
		flex-wrap: wrap;
		padding: 0;
	}
	.user_navbar ul li {
		font-size: .26rem;
		width: 33.33%;
		height: .8rem;
		text-align: center;
		justify-content: center;
	}
	.user_navbar ul li.on::after {
		width: .5rem;
		height: .05rem;
	}
	.main_coureses .w1200 {
		display: block;
		width: 100%;
	}
	.feedback_left {
		width: 100%;
	}
	.feedback_left ul li {
		height: 1rem;
		font-size: .26rem;
	}
	.feedback_left ul li p {
		font-size: .26rem;
	}
	.feedback_right {
		width: 100%;
		margin-top: .3rem;
	}
	.feedback_right .box textarea {
		font-size: .26rem;
		padding: .3rem;
		height: 5rem;
		box-sizing: border-box;
	}
	.feedback_right .box {
		height: auto;
	}
	.feedback_right .box .updatas{
		padding: .3rem;
	}
	.feedback_right .box .updata {
		width: 2rem;
		height: 1.4rem;
	}
	.feedback_right .box .updata .icon_close{
		width: .4rem;
		height: .4rem;
		right: -.18rem;
		top: -.18rem;
	}
	.feedback_right input {
		height: 1.5rem;
		font-size: .26rem;
		padding-left: .3rem;
	}
	.leave li {
		padding: .3rem;
	}
	.leave li div span {
		font-size: .26rem;
		width: 40%;
	}
	.leave li div p {
		font-size: .26rem;
		width: 50%;
		text-align: right;
		line-height: .45rem;
	}
	.leave li div {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: .2rem 0;
	}
	.notipication_left {
		width: 100%;
	}
	.notipication_left h2 {
		height: 1rem;
		font-size: .26rem;
	}
	.notipication_left ul li {
		height: 1rem;
		font-size: .26rem;
	}
	.notipication_left ul li p {
		font-size: .26rem;
	}
	.notipication_left ul li span {
		font-size: .26rem;
	}
	.notipication_right {
		width: 100%;
		margin-top: .3rem;
	}
	.notipication_right ul li .tit p {
		width: 80%;
		font-size: .3rem;
		word-break: break-all;
		line-height: .5rem;
	}
	.notipication_right ul li .tit span {
		font-size: .26rem;
	}
	.notipication_right ul li em {
		font-size: .26rem;
		line-height: .45rem;
		word-break: break-all;
	}
	.notipication_right ul li {
		margin-bottom: .5rem;
	}
	.notipication_right ul li .order{
		display: block;
		padding: 0;
	}
	.notipication_right ul li .order .pic{
		display: block;
		width: 100%;
		height: auto;
	}
	.notipication_right ul li .order_right{
		padding: .25rem;
	}
	.notipication_right ul li .order_right .title{
		font-size: .3rem;
	}
	.notipication_right ul li .order_right .spec{
		font-size: .24rem;
	}
	.notipication_right ul li .order_right .info{
		margin-top: .3rem;
		font-size: .24rem;
	}
	.notipication_right ul li .order_right .info .price{
		font-size: .3rem;
	}
	.activity_right {
		width: 100%;
		margin-top: .3rem;
	}
	.activity_right ul li {
		height: auto;
		width: 100%;
		margin-bottom: .3rem;
		border-radius: .2rem;
		overflow: hidden;
	}
	.activity_right ul li a {
		display: block;
	}
	.activity_right ul li a .pic {
		width: 100%;
	}
	.activity_right ul li a .grow {
		width: 100%;
		padding: .3rem;
	}
	.activity_right ul li a .grow h2 {
		font-size: .33rem;
		line-height: .55rem;
		text-overflow: unset;
		-webkit-line-clamp: unset
	}
	.activity_right ul li a .grow .font {
		font-size: .26rem;
		margin-bottom: .3rem;
	}
	.activity_right ul li a .grow .icon {
		display: block;
	}
	.activity_right ul li a .grow .icon .address {
		display: flex;
		justify-content: center;
	}
	.activity_right ul li a .grow .icon .address p {
		font-size: .26rem;
		line-height: .45rem;
		width: 90%;
	}
	.activity_right ul li a .grow .icon .price p {
		text-align: left;
		font-size: .4rem;
		margin-top: .3rem;
	}
	.activity_right ul li a .grow .icon .price span {
		font-size: .26rem;
		text-align: left;
	}
	.faq_right {
		width: 100%;
		margin-top: .3rem;
		padding: 0.3rem;
		font-size: 0.23rem;
		line-height: 0.42rem;
	}
	.main_news {
		padding-top: 0;
	}
	.main_news .w1200 {
		display: block;
	}
	.main_news .w1200 .left {
		width: 100%;
	}
	.main_news .w1200 .left .list li {
		margin-top: .3rem;
		height: auto;
	}
	.main_news .w1200 .left .list li a .pic {
		width: 2.8rem;
	}
	.main_news .w1200 .left .list li a .grow {
		width: calc(100% - 2.8rem);
		padding: 0 .2rem;
	}
	.main_news .w1200 .left .list li a .grow p {
		font-size: .3rem;
		margin-bottom: .1rem;
	}
	.main_news .w1200 .left .list li a .grow em {
		font-size: .24rem;
		line-height: .35rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.main_news .left .detail .box p{
		font-size: .26rem;
		line-height: .55rem;
	}
	.main_news .left .detail .title{
		font-size: 0.5rem;
	}
	.main_news .left .detail .time{
		font-size: 0.23rem;
		margin-bottom: 0.3rem;
	}

	.page {
		flex-wrap: wrap;
	}
	.page div {
		margin: .2rem .1rem;
	}
	.main_news .w1200 .rihgt {
		width: 100%;
		box-shadow: none;
		padding: 0;
		margin-top: .3rem;
	}
	.main_news .w1200 .rihgt h2 {
		font-size: .35rem;
		line-height: 1.2rem;
	}
	.main_news .w1200 .rihgt ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main_news .w1200 .rihgt ul li {
		width: 48%;
		margin-bottom: .4rem;
	}
	.main_news .w1200 .rihgt ul li p {
		font-size: .26rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.main_news .w1200 .rihgt ul li span {
		font-size: .23rem;
	}
	.main_cart {
		margin: .3rem 0;
	}
	.main_cart .main_box .item .title {
		height: 1rem;
	}
	.main_cart .main_box .item .title .select {
		padding-left: .2rem;
	}
	.main_cart .main_box .item .title .select div {
		width: .3rem;
		height: .3rem;
		margin-right: .1rem;
	}
	.main_cart .main_box .item .title .select p {
		font-size: .26rem;
	}
	.main_cart .main_box .item .title .lab {
		width: 1.2rem;
		font-size: .2rem;
	}
	.main_cart .main_box .item ul li {
		height: auto;
		padding: .3rem 0;
	}
	.main_cart .main_box .item ul {
		padding: 0;
	}
	.main_cart .main_box .item ul li .select {
		width: .3rem;
		margin-left: .2rem;
		height: .3rem;
	}
	.main_cart .main_box .item ul li .info {
		width: calc(100% - 4.2rem);
	}
	.main_cart .main_box .item ul li .info .pic {
		width: 1rem;
	}
	.main_cart .main_box .item ul li .info .grow p {
		font-size: .22rem;
		line-height: 1.1;
	}
	.main_cart .main_box .item ul li .info .grow {
		margin-left: .1rem;
	}
	.main_cart .main_box .item ul li .info .grow span {
		font-size: .2rem;
	}
	.main_cart .main_box .item ul li .rigs .lab {
		width: .9rem;
		font-size: .2rem;
	}
	.main_cart .main_box .item ul li .rigs .lab:last-child {
		padding-right: .3rem;
	}
	.main_cart .main_box .item ul li .rigs .lab img {
		width: .2rem;
	}
	.main_cart .main_box .calculation {
		height: 1.2rem;
		padding: 0 .3rem;
	}
	.main_cart .main_box .calculation .left p {
		font-size: .24rem;
		margin-right: .2rem;
	}
	.main_cart .main_box .calculation .right p {
		font-size: .24rem;
	}
	.main_cart .main_box .calculation .right p span {
		font-size: .28rem;
	}
	.main_cart .main_box .calculation .right .pay {
		width: 1.3rem;
		font-size: .24rem;
		height: .6rem;
		margin-left: .2rem;
	}
	.main_cart .main_box .item{
		margin-bottom: .3rem;
	}
	.main_cart .main_box .calculation .right .pay a {
		font-size: .26rem;
	}
	.main_shopinfo{
		display: block;
	}
	.main_shopinfo .slide{
		width: 100%;
	}
	.main_shopinfo .slide .box{
		height: auto;
		margin-top: .3rem;
	}
	.main_shopinfo .slide .box .swiper-slide{
		width: 1.6rem;
		margin-right: .2rem;
		height: auto;
	}
	.main_shopinfo .slide .box .item{
		height: auto;
	}
	.main_shopinfo .grow{
		width: 100%;
		margin: 0;
		margin-top: .5rem;
	}
	.main_shopinfo .grow .title{
		font-size: .4rem;
		line-height: 1.5;
	}
	.main_shopinfo .grow .price{
		font-size: .5rem;
	}
	.main_shopinfo .grow .price del{
		font-size: .3rem;
		margin-left: .3rem;
	}
	.main_shopinfo .grow .info{
		height: auto;
		padding: .1rem 0;
		flex-wrap: wrap;
		margin-top: .3rem;
		justify-content: center;
	}
	.main_shopinfo .grow .color_select p{
		font-size: .3rem;
	}
	.main_shopinfo .grow .info p{
		font-size: .24rem;
		margin: .1rem .3rem;
	}
	.main_shopinfo .grow .price span{
		font-size: .26rem;
	}
	.main_shopinfo .grow .button_grow div{
		width: 3rem;
		margin: 0;
		height: .8rem;
		font-size: .26rem;
	}
	.main_shopinfo .grow .button_grow div a{
		font-size: .26rem;
	}
	.main_shopinfo .grow .button_grow{
		padding: 0 .3rem;
		display: flex;
		justify-content: space-between;
	}
	.course_introduction .w1200 .rights{
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
	.course_introduction .w1200 .rights h2{
		font-size: .35rem;
    line-height: 1.2rem;
	}
	.course_introduction .w1200 .rights ul{
		display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.course_introduction .w1200 .rights ul li{
		margin: 0;
		width: 48%;
    margin-bottom: .4rem;
	}
	.course_introduction .w1200 .rights ul li .pic{
		height: auto;
		margin-bottom: 14px;
    overflow: hidden;
	}
	.course_introduction .w1200 .rights ul li .info{
		padding: 0;
	}
	.course_introduction .w1200 .rights ul li .info>p{
		font-size: .26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	.course_introduction .w1200 .rights ul li .info .bot p{
		font-size: .33rem;
	}
	.course_introduction .w1200 .rights ul li .info .bot p del{
		font-size: .22rem;
		margin-bottom: .03rem;
	}
	.course_introduction .w1200 .rights ul li .info .bot span{
		font-size: .23rem;
	}
	.main_shopinfo .grow .color_select ul li{
		font-size: .26rem;
	}
	.shopp_banner{
		height: 6rem;
	}
	.shopp_banner .font{
		width: 50%;
		margin-right: .4rem;
	}
	.shopp_banner img{
		width: 2.5rem;
	}
	.shopp_banner .font p{
		font-size: .28rem;
		margin-bottom: .2rem;
	}
	.shopp_banner .font span{
		font-size: .33rem;
		margin-bottom: .3rem;
		width: 100%;
	}
	.shopp_banner .font em{
		font-size: .26rem;
		line-height: .45rem;
		width: 100%;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
	}
	.shopp_banner .font div a{
		font-size: .24rem;
	}
	.main_shopping .shop_navbar{
		height: auto;
		padding: .2rem .3rem;

	}
	.main_shopping .shop_navbar ul{
		flex-wrap: wrap;
	}
	.main_shopping .shop_navbar ul li{
		font-size: .26rem;
		padding: .2rem;
	}
	.main_shopping .shopping_list{
		padding: .3rem;
	}
	.main_shopping .shopping_list .classification p{
		font-size: .26rem;
		margin-bottom: .3rem;
		margin-right: .3rem;
	}
	.main_shopping .shopping_list .list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.main_shopping .shopping_list .list li{
		width: 48%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.main_shopping .shopping_list .list li .pic{
		height: auto;
		margin-bottom: .12rem;
	}
	.main_shopping .shopping_list .list li .info{
		padding: 0;
	}
	.main_shopping .shopping_list .list li .info>p{
		font-size: .26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	.main_shopping .shopping_list .list li .info .bot p{
		font-size: .33rem;
	}
	.main_shopping .shopping_list .list li .info .bot p del{
		font-size: .22rem;
    margin-bottom: .03rem;
	}
	.main_shopping .shopping_list .list li .info .bot span{
		font-size: .23rem;
	}
	

	.place_order{
		width: 	6.9rem;
		margin: .3rem auto;
		padding: .5rem .3rem;
	}
	.place_order .main_item{
		margin-bottom: .5rem;
	}
	.place_order .main_item .name{
		font-size: .33rem;
		line-height: 1;
		margin-bottom: .3rem;
	}
	.place_order .main_item .exp{
		display: flex;
		justify-content: space-between;
	}
	.place_order .main_item .exp li{
		width: 48%;
		margin-right: 0;
		height: 1rem;
		font-size: .26rem;
	}
	.place_order .main_item .address{
		padding: .3rem
	}
	.place_order .main_item .address p{
		font-size: .28rem;
	}

	.place_order .main_item .address p.info span{
		margin-left: .4rem;
	}

	.place_order .main_item .address div span{
		font-size: .24rem;
	}
	.place_order .main_item .item .title .lab{
		width: 25%;
		font-size: .22rem;
	}
	.place_order .main_item .item .title .select p{
		font-size: .22rem;
	}
	.place_order .main_item .item .title .select{
		padding-left: 0;
	}
	.place_order .main_item .item ul li .info .pic{
		width: 1rem;
	}
	.place_order .main_item .item ul li .info .grow{
		margin-left: .2rem;
	}
	.place_order .main_item .item ul li .info .grow p{
		font-size: .24rem;
		line-height: 1.1;
	}
	.place_order .main_item .item ul li{
		height: auto;
		padding: .3rem 0;
	}
	.place_order .main_item .item ul li .info {
		width: calc(100% - 4rem);
	}
	.place_order .main_item .item ul li .info .grow span{
		font-size: .2rem;
	}
	.place_order .main_item .item ul li .rigs .lab{
		width: auto;
		font-size: .23rem;
		width: 1.2rem;
	}
	.place_order .main_item .pay_type{
		justify-content: space-between;
	}
	.place_order .main_item .pay_type li{
		width: 48%;
		margin: 0;
		height: 1rem;
	}
	.place_order .main_item .pay_type li img{
		width: .5rem;
	}
	.place_order .main_item .pay_type li p{
		font-size: .24rem;
		margin-left: .2rem;
	}
	.place_order .main_item textarea{
		height: 1.5rem;
		font-size: .23rem;
		padding: .3rem;
	}
	.place_order .total_amount{
		width: 100%;
	}
	.place_order .total_amount .t .line{
		height: .65rem;
	}
	.place_order .total_amount .t .line p{
		font-size: .26rem;
	}
	.place_order .total_amount .t .line span{
		font-size: .33rem;
	}
	.place_order .total_amount .lines{
		height: 1rem;
	}
	.place_order .total_amount .lines p{
		font-size: .26rem;
	}
	.place_order .total_amount .lines span{
		font-size: .33rem;
	}
	.place_order .total_amount .button{
		float: none;
		margin: 0 auto;
		margin-top: .3rem;
		width: 3rem;
		height: .8rem;
	}
	.place_order .total_amount .button a{
		font-size: .3rem;
	}
	.code_fadein .box{
		width: 6.9rem;
		padding: .5rem 0;
	}
	.code_fadein .box img{
		width: 2.7rem;
	}
	.code_fadein .box p{
		font-size: .3rem;
		margin-bottom: .3rem;
	}
	.code_fadein .box div{
		width: 3rem;
		height: .8rem;
		font-size: .3rem;
	}
	.code_fadein .box .close{
		width: 0.3rem;
		height: 0.3rem;
		right: 0.3rem;
		top: .3rem;
	}
	.main_success{
		padding: 1.6rem 0;
	}
	.main_success img{
		width: 4.5rem;
		margin: 0 auto;
		margin-bottom: .5rem;
	}
	.main_success p{
		font-size: .33rem;
	}
	.main_success .btn div{
		width: 2.5rem;
		margin: 0 .3rem;
		height: .8rem;
	}
	.main_success .btn div a{
		font-size: .26rem;
	}
	.main_coureses .w1200 .left{
		width: 100%;
	}
	.main_coureses .w1200 .left ul li{
		height: 1rem;
    	font-size: .26rem;
	}
	.main_coureses .w1200 .left ul li a{
		font-size: .26rem;
	}
	.main_coureses .w1200 .right{
		width: 100%;
		margin-top: .3rem;
	}
	.main_coureses .w1200 .right ul li{
		margin-bottom: .3rem;
		height: auto;
	}
	.main_coureses .w1200 .right ul li a{
		display: block;
		width: 100%;
	}
	.main_coureses .w1200 .right ul li .pic{
		width: 100%;
		height: 3rem;
		font-size: .5rem;
		padding: .3rem;
	}
	.main_coureses .w1200 .right ul li .grow{
		width: 100%;
		display: block;
		padding: .3rem;
	}
	.main_coureses .w1200 .right ul li .grow .info p{
		word-break:break-all;
		width: 100%;
		font-size: .33rem;
	}
	.main_coureses .w1200 .right ul li .grow .info .icon span{
		font-size: .26rem;
	}
	.main_coureses .w1200 .right ul li .grow .btn{
		width: 3rem;
		height: .8rem;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.task_fade .w1200 .video_list ul li{
		padding: .3rem;
		margin-bottom: .3rem;
	}
	.task_fade .w1200 .video_list ul li a{
		display: block;
	}
	.task_fade .w1200 .video_list ul li a .pic{
		width: 100%;
	}
	.task_fade .w1200 .video_list ul li a .grow{
		width: 100%;
	}
	.task_fade .w1200 .video_list ul li a .grow h2{
		text-align: center;
		font-size: .3rem;
		line-height: .6rem;
		padding: .3rem 0;
	}
	.task_fade .w1200 .video_list ul li a .grow .box{
		padding: .3rem;
	}
	.task_fade .w1200 .video_list ul li a .grow .box .user{
		width: 100%;
	}
	.task_fade .w1200 .video_list ul li a .grow .box .user img{
		width: .85rem;
		height: .85rem;
	}
	.task_fade .w1200 .video_list ul li a .grow .box .user div{
		margin-left: .2rem;
	}
	.task_fade .w1200 .video_list ul li a .grow .box .user div p{
		font-size: .3rem;
    line-height: 1.1;
    margin-bottom: .1rem;
	}
	.task_fade .w1200 .video_list ul li a .grow .box .user div span{
		font-size: .24rem;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    line-height: .4rem;
	}
	.task_fade .w1200 .video_list ul li a .grow .box em{
		font-size: .24rem;
		width: 100%;
		display: block;
		margin-top: .3rem;
	}
	.task_fade .w1200 .video_list ul li a .grow .box{
		display: block;
	}

	.task_fade .w1200 .course_list ul{
		padding: 0 .3rem;
	}

	.task_fade .w1200 .course_list ul li{
		padding: .3rem 0;
		font-size: 0.3rem;
	}

	.task_fade .w1200 .course_list ul li .intr{
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}

	.main_happening{
		padding: .5rem;
	}
	.main_happening .logo{
		width: 2rem;
	}
	.main_happening ul li{
		padding: .3rem 0;
	}
	.main_happening ul li a{
		display: block;
		width: 100%;
	}
	.main_happening ul li a .pic{
		width: 100%;
	}
	.main_happening ul li a .grow{
		width: 100%;
		padding: .3rem 0;
	}
	.main_happening ul li a .grow p{
		font-size: .3rem;
		word-break:break-all;
		line-height: .45rem;
		margin-bottom: .3rem;
	}
	.main_happening ul li a .grow span{
		font-size: .26rem;
		line-height: .45rem;
		word-break:break-all;
	}
	.main_happening ul li a .grow div{
		margin-top: .3rem;
	}
	.main_happening ul li a .grow div em{
		font-size: .22rem;
	}
	.select_item h2{
		font-size: .33rem;
		line-height: 1.2rem;
		margin-bottom: 0;
	}
	.select_item ul li{
		padding: .3rem 0;
	}
	.select_item ul li .pic{
		width: 2.5rem;
	}
	.select_item ul li .grow{
		width: calc(100% - 2.5rem);
		padding-left: .3rem;
	}
	.select_item ul li .grow .fl p{
		font-size: .3rem;
		margin-bottom: .3rem;
	}
	.select_item ul li .grow .fl span{
		font-size: .3rem;
	}
	.select_item ul li .grow .fr{
		width: .4rem;
		height: .4rem;
	}
	.course_form h2{
		text-align: center;
		font-size: .33rem;
		margin-bottom: 0rem;
		padding: .3rem 0;
	}
	.course_form input{
		width: 6.9rem;
		height: 1rem;
		font-size: .26rem;
		margin-top: .3rem;
	}
	.payable{
		height: 1.5rem;
	}
	.payable p{
		font-size: .28rem;
	}
	.payable p span{
		font-size: .33rem;
	}
	.payable div{
		width: 2.5rem;
		font-size: .26rem;
		margin-left: .3rem;
		height: .8rem;
	}
	.payable div a{
		font-size: .3rem;
	}
	.menu{
		display: block;
		width: .65rem;
	}
	.mobile_navbar {
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
		display: none;
	}
	.mobile_navbar .box {
		width: 70%;
		position: absolute;
		right: -70%;
		top: 0;
		overflow: auto;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.mobile_navbar .box ul {
		overflow: hidden;
	}
	.mobile_navbar .box ul li {
		overflow: hidden;
		width: 100%;
		border-bottom: 1px solid #ECECEC;
	}
	.mobile_navbar .box ul li>a {
		display: flex;
		align-items: center;
		height: 100%;
		height: .9rem;
		padding-right: .2rem;
		padding-left: .3rem;
		font-size: .28rem;
		color: #333;
		justify-content: space-between;
	}
	.mobile_navbar .box ul li>a.on img{
		transform: rotate(90deg);
	}
	.mobile_navbar .box ul li>a img{
		transition: all .2s;
	}
	.childer {
		overflow: hidden;
		padding-left: .3rem;
		display: none;
	}
	.childer a {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ECECEC;
		height: 100%;
		height: .9rem;
		padding-left: .5rem;
		font-size: .26rem;
		color: #333;
	}
	.childer a:last-child {
		border: none;
	}
	.mobile_navbar .box > img {
		width: .4rem;
		margin: .3rem;
		float: right;
	}
	.mobile_navbar .box ul li div {
		display: none;
	}
	.mobile_navbar .box ul li div a {
		display: flex;
		align-items: center;
		height: 1rem;
		padding-left: .6rem;
		color: #9D9EA5;
		font-size: .28rem;
	}
	.main_banner .swiper-container .swiper-slide{
		background-size: 100% 100%;
	}
	.main_banner{
		height: 3.3rem;
	}
	.place_order .bannerbox{
		display: block;
		height: 100%;
	}
	.place_order .bannerbox .pic{
		width: 100%;
		height: 3rem;
		font-size: .5rem;
		/* padding: .3rem; */
	}
	.place_order .bannerbox .grow{
		width: 100%;
		height: auto;
		padding: .3rem;
	}
	.place_order .bannerbox .grow .names{
		font-size: .33rem;
    	line-height: .55rem;
	}
	.place_order .bannerbox .grow .date span{
		font-size: .25rem;
	}
	.place_order .bannerbox .prices{
		position: static;
		text-align: center;
		font-size: .5rem;
		margin-top: .5rem;
		font-weight: bold;
	}
	.place_order .main_item .form_label{
		display: block;
		margin-bottom: .3rem;
	}
	.place_order .main_item .form_label p{
		text-align: center;
		font-size: .33rem;
		width: 100%;
		line-height: 1.2;
		margin-bottom: .3rem;
	}
	.place_order .main_item .form_label textarea{
		width: 100%;
		height: 3rem;
		padding: .3rem;
		font-size: .3rem;
	}
	.place_order .main_item .form_label .updatas{
		width: 100%;
	}
	.place_order .main_item .form_label .updata{
		width: calc((100% - 40px) / 2);
		height: 2.14rem;
	}
	.place_order .submit{
		float: none;
		margin: 0 auto;
		margin-top: .8rem;
		width: 3rem;
		height: 1rem;
	}
	.submit_fade .box{
		width: 6.9rem;
		padding: .5rem 0;
	}
	.submit_fade .box img{
		width: 1rem;
	}
	.submit_fade .box p{
		font-size: .3rem;
		margin-bottom: .5rem;
	}
	.submit_fade .box div{
		width: 3rem;
		height: .8rem;
		font-size: .3rem;
	}
	.main_search{
		margin-top: 0;
	}
	.main_search .course_title {
		display: block;
	}
	.main_search .course_title p {
		text-align: center;
		font-size: .36rem;
		line-height: 45px;
	}
	.main_search .course_title ul {
		flex-wrap: wrap;
	}
	.main_search .course_title ul li {
		font-size: .24rem;
		padding: .1rem;
		margin-left: .2rem;
	}
	.main_search .item .title p {
		font-size: .33rem;
		line-height: 1.1;
	}
	.main_search .item .title span {
		font-size: .28rem;
	}
	.main_search .item ul li a .pic_name{
		padding: 0;
		height: auto;
	}
	.main_search .main_shopping .shopping_list{
		padding: 0;
	}
	.main_what .series .text{
		font-size: 0.24rem;
	}
}