.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .topicmake.public-nav {
	width: 100%;
	height: 80px;
	min-width: 1200px;
	z-index: 999;
	background: #ffffff;
}
.public-navnews{
	width:100%;
}
.index-zidao{
	width:200px;
	height:50px;
	position: absolute;
	right:-18px;
	top:50px;
	z-index:2;
}
.public-nav .nav-main {
	width: 1200px;
	margin: 0 auto;
	min-height: 80px;
	position: relative;
}
.nav-main-warp{
	width:100%;min-height:80px;
	box-shadow:0 2px 20px #efefef;
	background: #fff;
}
.nav-main-warp-discount{
	width:100%;
	background: linear-gradient(to right,#f92f47,#ed3f34);
	display: flex;
	justify-content: center;
	height:102px;
}

.public-nav .nav-main .logo {
	height: 80px;
	line-height: 80px;
	width: 136px;
	position: static;
}
.public-nav .nav-main .logo a{
	display: block;
}
.public-nav .nav-main .logo img {
	width: 136px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.public-nav .nav-main .nav-group {
	height: 80px;
}

.public-nav .nav-main .nav-group ul {
	height: 80px;
	padding: 0 16px;
	box-sizing: border-box;
}

.public-nav .nav-main .nav-group ul li {
	height: 80px;
	padding: 0 16px;
	float: left;
}

.public-nav .nav-main .nav-group ul li a {
	height: 80px;
	line-height: 80px;
	color: #71777d;
	display: block;
	font-size:16px;
	transition: all .3s ease-out;
}
.public-nav .nav-main .nav-group ul li a:hover{
	color: #2882f2 !important;
}
.public-nav .nav-main .nav-group ul li a.index-tuanbao{
	height:28px;
	width:80px;
	border-radius: 25px;
	background: linear-gradient(to bottom,#f77c57,#fa575b);
	line-height: 28px;
	text-align: center;
	color:#fff;
	font-size: 12px;
	font-weight: 900;
	margin-top: 26px;
}
.public-nav .nav-main .nav-group ul li a.index-tuanbao-geren{
	margin-top:16px;
}
.public-nav .nav-main .nav-group ul li a.index-tuanbao:hover{
	color:#fff !important;
}
.public-nav .rightbox {
	height: 80px;
	line-height: 80px;
}

.public-nav .leftbox {
	height: 80px;
	line-height: 80px;
}

.public-nav .leftbox .searcher-course {
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
	box-sizing: border-box;
}

.public-nav .leftbox .input {
	height: 30px;
	border-top: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	border-left: 1px solid #dcdddd;
	border-right: none;
	width: 238px;
	padding: 0 10px;
	box-sizing: border-box;
}

.public-nav .leftbox .searchbtn {
	height: 30px;
	line-height: 30px;
	background: #2783f2;
	width: 50px;
	cursor: pointer;
}

.public-nav .leftbox .searchbtn a {
	display: block;
	height: 30px;
	background: url("../images/search.png") no-repeat center center;
}

.public-nav .rightbox .shopping-car {
	width: 60px;
	height: 36px;
	border: 1px solid #e4e7ea;
	border-radius:25px;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/nav_gou.png") no-repeat 16px center;
	position: relative;
	cursor: pointer;
}

.public-nav .rightbox .shopping-car .carnum {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #ff4f59;
	position: absolute;
	top: 1px;
	right: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
}
.public-nav .rightbox .learn-center {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 35px;
}

.public-nav .rightbox .learn-center .avatar {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	/*background: #71777d;*/
	margin-right: 7px;
	position: relative;
	z-index: 20;
}
.public-nav .rightbox .learn-center .avatar a{
	display: block;
}
.public-nav .rightbox .learn-center .txt {
	line-height: 30px;
	padding: 0 15px 0 0;
	color: #71777d;
	box-sizing: border-box;
}
.public-nav .rightbox .learn-center .txt a{
	color: #71777d;
	font-size: 16px;
	transition: all .3s ease-out;
}
.public-nav .rightbox .learn-center .txt a:hover{
	color: #2882f2;
}
.public-nav .rightbox .learn-center .avatar img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: block;
}

.main-content {
	width: 1200px;
	margin: 0 auto;
}

.index-swiper-banner{
	width: 100%;
	height: 360px;
	--swiper-navigation-size: 18px;
}
.index-contentwarp{
	width:100%;
	height:500px;
	background: #900604;
}
.index-banner {
	width: 100%;
	height: 500px;
	background: #ff690d;
	margin:0 auto;
	border-radius: 5px;
	position: relative;
	min-width: 1200px;
}

.index-banner .banner-menu {
	width: 240px;
	height: 500px;
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	margin-left:-600px;
}
.banner-menu-top{
	width:240px;
	height:79px;
	padding-left:22px;
	line-height: 79px;
	color:#ffffff;
	font-size: 16px;
	font-weight: 900;
	box-sizing: border-box;
}
.banner-menu-top2{
	width:240px;
	padding:13px 0 29px;
	padding-left:22px;
	color:#ffffff;
	font-size: 16px;
	font-weight: 900;
	box-sizing: border-box;
}
.banner-menu-ul{
	width:240px;
	padding:0 38px 0 22px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner-menu-ul li{
	width:80px;
	height:20px;
	margin-bottom: 26px;
}
.banner-menu-ul li a{
	display: block;
	width:80px;
	height:20px;
	color:#b5b5b6;
	font-size: 14px;
	font-weight: 900;
}
.banner-menu-ul1{
	width:240px;
	padding:0 22px 0;
	box-sizing: border-box;

}
.banner-menu-ul1 li{
	width:100%;
	padding-bottom: 28px;
}
.banner-menu-ul1 li a{
	display: block;
	width:100%;
	color:#b5b5b6;
	font-size: 14px;
	position: relative;
}
.banner-menu-ul1 li a span{
	display: inline-block;
	padding:3px 10px;
	color:#ffffff;
	font-size: 12px;
	background: #ff4f59;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left:10px;
}
.banner-menu-ulnew li a{
	font-weight: normal;
}
/* .index-banner .banner-menu ul {
	padding: 5px 0;
	box-sizing: border-box;
}

.index-banner .banner-menu ul li {
	padding: 30px 35px 0 40px;
	box-sizing: border-box;
	cursor: pointer;

}

.index-banner .banner-menu ul li .menus {
	background: url('../images/iconcircle.png') no-repeat right center;
	font-size: 16px;
	color: #fff;
} */

.index-banner .banner-img {
	width: 100%;
}
.index-banner .banner-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.index-banner .banner-img .banner-btn-left {
	left: 245px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.33);
}

.index-banner .banner-img .banner-btn-right {
	right: 27px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.33);
}

.free-video .free-title {
	padding: 60px 0 25px 0;
	font-size: 24px;
	font-weight: bold;
	color: #31404c;
	line-height: 24px;
}
.free-video .free-title a {
	float: right;
	font-size: 14px;
	color: #bec1c4;
}

.free-video ul li {
	width: 280px;
	float: left;
	height:293px;
	border: 1px solid #f6f6f6;
	border-radius: 5px;
	padding: 20px 15px 0;
	box-sizing: border-box;
	margin-right: 25px;
	cursor: pointer;
	transition: all .3s;
}

.free-video ul li:hover {
	transform: translateY(-6px);
	/* box-shadow: 3px 5px 10px #e0e0e0; */
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
}

.free-video ul li:nth-of-type(4n) {
	margin-right: 0;
}

.free-video ul li .course-type .coursename {
	font-size: 12px;
	color: #a6adbc;
	background: #f7f7f7;
	padding: 2px 5px;
	margin-left: 12px;
}

.free-video ul li .course-type .type {
	color: #0569f4;
	font-size: 12px;
	background: #d4e5fe;
	padding: 2px 5px;

}
.free-video ul li .course-type .typeof {
	background-color: #ffbaba;
    color: #f4053d;
	font-size: 12px;
	padding: 2px 5px;

}

.free-video ul li .course-name {
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
	height:64px;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}

.free-video ul li .course-time {
	background: url('../images/time.png') no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #a6adbc;
	margin-top: 15px;
}

.free-video ul li .course-teacher {
	padding-top: 25px;
	position: relative;
}

.free-video ul li .course-teacher .tacher-avatar {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #f4f4f4;
}

.free-video ul li .course-teacher .tacher-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.free-video ul li .course-teacher .teacher-name {
	font-size: 12px;
	color: #a6adbc;
	text-align: center;
	width: 40px;
	padding:10px 0;
	min-height:16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.free-video ul li .receipt-status{
	border-top: 1px solid #f6f6f6;
}
.free-video ul li .receipt-status .nums {
	color: #a6adbc;
	font-size: 12px;
	padding-top: 15px;
}

.free-video ul li .receipt-status .receiptbtn {
	width: 82px;
	height: 28px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
	margin-top: 10px;
}
.free-video ul li .receipt-status .receiptbtn a{
	display: block;
	color: #fff;
}

.free-video ul li .receipt-status .status1 {
	background: #a0c7f5;
}

.free-video ul li .receipt-status .status2 {
	background: #ff515a;
}

.free-video ul li .receipt-status .status3 {
	background: #2783f2;
}

.network-school .title {
	padding: 60px 0 25px 0;
	font-size: 24px;
	font-weight: bold;
	color: #31404c;
	line-height: 24px;
}

.network-school .newtworkleft {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	right: 18px;
	background: rgba(255, 255, 255, 0.33);
}

.network-school .newtworkright {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.33);
}

.network-school .teacher-list {
	width: 375px;
	height: 200px;
	background: #ccd0d9;
	border-radius: 5px;
	cursor: pointer;
}

.network-school .swiper-network {
	height: 200px;
}

.network-school .teacher-list .teacher-username {
	padding-left: 30px;
	box-sizing: border-box;
	width: 125px;
}

.network-school .teacher-list .teacher-username .name {
	font-size: 20px;
	color: #fff;
	padding: 75px 0 40px 0;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 20px;
}

.network-school .teacher-list .teacher-username .look {
	width: 95px;
	height: 30px;
	background: #ff4f59;
	border-radius: 15px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.network-school .teacher-list .teacher-username .look a {
	color: #fff;
	display: block;
}

.network-school .teacher-list .teacherimg {
	width: 100%;
	height: 100%;
	line-height: 200px;
}

.network-school .teacher-list .teacherimg img {
	width: 100%;
	/* height:228px; */
	display: inline-block;
	vertical-align: middle;
}
.network-school .teacher-list .teacher-img{
	width: 100%;
}

.index-bottom-info-box {
	width: 100%;
	background: #f8fafc;
	min-width: 1200px;
	padding-bottom: 85px;

}

.index-bottom-info-box .index-bottom-main {
	width: 1200px;
	margin: 55px auto 0;

}

.index-bottom-info-box .index-bottom-main .course-menus {
	padding-top: 15px;
}

.index-bottom-info-box .index-bottom-main .course-menus .index-course-title {
	padding: 22px 0;
}

.index-bottom-info-box .index-bottom-main .course-menus .index-course-title p {
	float: left;
	font-size: 24px;
	color: #31404c;
	font-weight: bold;
	line-height: 24px;
	padding: 3px 30px 3px 0;
}

.index-bottom-info-box .index-bottom-main .course-menus dl dd {
	float: left;

	cursor: pointer;
	position: relative;
}

.index-bottom-info-box .index-bottom-main .course-menus dl dd .title {
	font-size: 16px;
	color: #31404c;
	line-height: 24px;
}

.index-bottom-info-box .index-bottom-main .course-menus dl dd .line {
	width: 50%;
	height: 2px;
	background: #f13232;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content {
	width: 886px;
}

.index-bottom-info-box .index-bottom-main .course-mains .hot-recommend {
	width: 295px;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-firstbox .recommend-img {
	width: 582px;
	height: 328px;
	border-radius: 8px;
	transition: all .3s ease-out;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-firstbox .recommend-img:hover{
	transform: translate(0,-5px);
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-firstbox .recommend-img img {
	width: 582px;
	height: 328px;
	display: block;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file {
	width: 280px;
	transform: translate(0, 0);
	/* box-shadow: 5px 5px 10px  #e0e0e0; */

	/*padding: 0 15px;*/
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
	transition: all .3s ease-out;
	height:100%;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file:hover{
	transform: translate(0,-5px);
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .tags {
	background-color: #ff5757;
	/* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #ff9090, #ff5a5a);
	width: 102px;
	height: 22px;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .title{
	line-height: 30px;
	padding-top: 32px;
	font-weight: 900;
	height:60px;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .course-ms {
	padding-top: 4px;
	height: 36px;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .course-ms span {
	font-size: 12px;
	color: #a6adbc;
	line-height: 12px;
	padding: 1px 0;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .course-ms .type {
	border-right: 1px solid #cfd3db;
	padding-right: 5px;
	box-sizing: border-box;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .include span {
	background: #f7f7f7;
	font-size: 12px;
	color: #a6adbc;
	padding: 2px 9px;
	margin-right: 5px;
	border-radius: 3px;
	margin-bottom: 5px;
	display: inline-block;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .include {
	padding: 8px 0 0 0;
	min-height: 56px;
	margin-bottom: 5px;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .include span:first-child {
	margin-left: 0;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .teacher .avatar {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #f4f4f4;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .teacher img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .teacher .name {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0 10px 0;
	width: 40px;
	text-align: center;
	color: #a6adbc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .course-time {
	font-size: 12px;
	color: #f13232;
	line-height: 12px;
	padding-bottom: 9px;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .hasnums {
	font-size: 12px;
	line-height: 20px;
	color: #a6adbc;
	padding-top: 2px;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .teacher {
	/*border-bottom: 1px solid #f6f6f6;*/
	height:96px;
	box-sizing: border-box;
	position: relative;
	padding-top: 25px;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .teachernew {
	/*border-bottom: 1px solid #f6f6f6;*/
	box-sizing: border-box;
	position: relative;
	padding-top: 0;
	height:72px;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .before-price {
	font-size: 12px;
	color: #a6adbc;
	line-height: 20px;
	padding-right: 5px;
	box-sizing: border-box;
	padding-top: 2px;
	text-decoration: line-through;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .after-price {
	position: relative;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .after-price .fh {
	font-size: 12px;
	color: #f13232;
	line-height: 20px;
	position: absolute;
	top: 2px;
	left: 0;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .after-price .price {
	font-size: 20px;
	color: #f13232;
	line-height: 20px;
	padding-left: 12px;
	box-sizing: border-box;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .after-price .no-free{
	font-size: 20px;
	color: #33FF33;
	line-height: 20px;
	padding-left: 12px;
	box-sizing: border-box;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .bottominfo {
	padding:7px 0 8px;
	border-top: 1px solid #f6f6f6;
	box-sizing: border-box;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .course-hot-list .list {
	margin-right: 23px;
	border-radius: 5px;
	margin-top:25px;
	position: relative;
	height:328px;
}

.index-bottom-info-box .index-bottom-main .course-mains .course-content .course-hot-list .listto{
	margin-right: 23px;
	border-radius: 5px;
	margin-top:25px;
	position: relative;
	height:293px;

}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .course-hot-list .list a{
	width:100%;
	height:100%;
	position: relative;
	padding:0 15px;
	box-sizing: border-box;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .course-hot-list .list a .bottominfo{

	width:100%;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .course-hot-list .index-index-list:first-child{
	margin-right:0;
	margin-top:0;
	float:right;
}
.index-bottom-info-box .index-bottom-main .course-mains .course-content .course-hot-list .list:nth-child(4) {
	margin-right: 0;
}


.index-bottom-info-box .index-bottom-main .course-mains .hot-recommend{
	background: #fff;
	padding: 22px 22px 0;
	box-sizing: border-box;
	border-radius: 5px;
	height: 681px;
}

.index-bottom-main .course-mains .hot-recommend .online-topic {
	padding-bottom: 10px;
}

.index-bottom-main .course-mains .hot-recommend .online-topic .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

.index-bottom-main .course-mains .hot-recommend .online-topic .more {
	font-size: 12px;
	color: #bec1c4;
	line-height: 18px;
}

.index-bottom-main .course-mains .hot-recommend .online-make .make {
	width: 115px;
	height: 35px;
	line-height: 35px;
	color: #080939;
	/* padding-left:45px; */
	box-sizing: border-box;
	margin-top: 15px;
}

.index-bottom-main .course-mains .hot-recommend .online-make .make a {
	display: block;
	padding-left: 45px;
	box-sizing: border-box;
}

.index-bottom-main .course-mains .hot-recommend .online-make .make1 {
	background: url(../images/day.png) no-repeat #f8fafc 15px center;
}

.index-bottom-main .course-mains .hot-recommend .online-make .make2 {
	background: url(../images/make2.png) no-repeat #f8fafc 15px center;
}

.index-bottom-main .course-mains .hot-recommend .online-make .make3 {
	background: url(../images/make3.png) no-repeat #f8fafc 15px center;
}

.index-bottom-main .course-mains .hot-recommend .online-make .make4 {
	background: url(../images/make4.png) no-repeat #f8fafc 15px center;
}

.index-bottom-main .course-mains .hot-recommend .hot-news {
	padding-top: 30px;
}

.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul {
	padding-top: 18px;
	height:193px;
}

.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul li {
	height:40px;
	line-height: 40px;
	padding-right: 68px;
	position: relative;
	box-sizing: border-box;
}
.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul .newslists-nomain,
.newslists-nomain{
	width:100%;
	padding-top:32px;
	padding-right: 0;
}
.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul ,
.newslists-nomain img{
	display: block;
	width:100px;
	margin:0 auto;

}
.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul ,
.newslists-nomain span{
	display: block;
	width:100%;
	color:#b5b5b6;
	font-size: 12px;
	text-align: center;
	padding-top: 23px;

}
.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul li a {
	display: block;
	text-align: left;
}
.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul li a p{
	display: block;
	width: 60px;
	height:24px;
	line-height: 24px;
	text-align: center;
	color:#fff;
	background:linear-gradient(to right,#fa7f54,#fe5558);
	position: absolute;
	right:0;
	top:50%;
	margin-top:-12px;
	border-radius: 22px;
	font-size: 12px;
}
.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul li .tag {
	color: #3773eb;
	font-size: 12px;
	border: 1px solid #3773eb;
	padding: 1px 2px;
	margin-right: 10px;
	border-radius: 2px;
}

.index-bottom-main .course-mains .hot-recommend .hot-news .newslists ul li .circle {
	color: #d4d4d4;
	font-size: 16px;
	font-weight: bold;
}

.index-bottom-main .course-mains .hot-recommend .free-book {
	padding-top:12px;
}

.index-bottom-main .course-mains .hot-recommend .filetype {
	font-size: 12px;
	color: #ff4f59;
	border: 1px solid #ff4f59;
	padding: 1px 2px;
	margin-right: 10px;
	border-radius: 2px;
}

/*页脚*/
.pagefooter {
	width: 100%;
	height: 350px;
	background: #fff;
	min-width: 1200px;
}

.pagefooter .footer-main {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}

.pagefooter .footer-main .footer-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdddd;
}

.pagefooter .footer-main .aboutbox {
	padding-left: 3px;
	box-sizing: border-box;
}

.pagefooter .footer-main .about-web .about-txt {
	line-height: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.pagefooter .footer-main .about-web .about-txt a {
	font-size: 20px;
	font-weight: bold;
	color: #2d3341;
	line-height: 20px;
}

.pagefooter .footer-main .about-web .about-txt-two {
	line-height: 14px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.pagefooter .footer-main .about-web .about-txt-two a {
	color: #777e98;
	line-height: 14px;
}

.pagefooter .footer-main .help-web {
	margin-left: 110px;
}

.pagefooter .footer-main .web-twocode {
	padding-left: 115px;
	box-sizing: border-box;
}

.pagefooter .footer-main .web-twocode .code {
	width: 115px;
	height: 115px;
}
.pagefooter .footer-main .web-twocode .code p{
	text-align: center;
	width:115px;
	color: #777e98;
}

.pagefooter .footer-main .web-twocode .code img {
	width: 115px;
	height: 115px;
}

.pagefooter .footer-main .web-twocode .firstcode {
	margin-right: 35px;
}

.pagefooter .footer-main .web-tel {
	padding-left: 90px;
	box-sizing: border-box;
}

.pagefooter .footer-main .web-tel .tel {
	color: #2d3341;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.pagefooter .footer-main .web-tel .tel a{
	transition: all .3s ease-in-out;
	color: #2d3341;;
}

.pagefooter .footer-main .web-tel .tel a:hover,.pagefooter .footer-main .web-tel .email a:hover{
	color: #2882f2;
}

.pagefooter .footer-main .web-tel .email {
	color: #777e98;
	line-height: 14px;
	padding: 18px 0;
}
.pagefooter .footer-main .web-tel .email a{
	transition: all .3s ease-in-out;
	color:#777e98;
}

.pagefooter .footer-main .web-tel .work {
	color: #777e98;
	line-height: 14px;
}

.pagefooter .footer-main .web-tel .btns {
	width: 170px;
	height: 37px;
	background: #2783f2;
	border-radius: 5px;
	margin-top: 20px;
}

.pagefooter .footer-main .web-tel .btns a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 37px;
}

.pagefooter .footer-main .webfriend span {
	color: #aab0c0;
	font-size: 12px;
	line-height: 12px;
}

.pagefooter .footer-main .webfriend a {
	color: #aab0c0;
	font-size: 12px;
	line-height: 12px;
	border-right: 1px solid #aab0c0;
	padding: 0 5px;
	box-sizing: border-box;
}

.pagefooter .footer-main .webfriend a:last-child {
	border-right: none;
}

.pagefooter .footer-main .footer-bottom {
	padding-top: 25px;
	box-sizing: border-box;
}

.pagefooter .footer-main .footer-bottom .webcopy {
	color: #aab0c0;
	font-size: 12px;
	line-height: 12px;
	padding-top: 15px;
}
.pagefooter .footer-main .footer-bottom .webcopy a{
	color: #aab0c0;
	font-size: 12px;
}

/* 选课 */
.page-bg-box {
	width: 100%;
	height: 146px;
	background: url(../images/other.png) no-repeat center center;
	min-width: 1200px;
}

.page-bg-box .page-bg-box-main {
	width: 1200px;
	margin: 0 auto;
	height: 146px;
}
.page-bg-box .page-bg-box-main .order-title{
	color:#fff;
	font-size: 40px;
	font-weight: 900;
	line-height: 146px;
}
.page-bg-box .page-bg-box-main .pagelogo {
	width: 225px;
	height: 146px;
	line-height: 146px;
	margin-right: 30px;
	box-sizing: border-box;
	padding-left: 15px;
}

.page-bg-box .page-bg-box-main .pagelogo img {
	width: 225px;
	height: 74px;
	display: inline-block;
	vertical-align: middle;
}

.page-bg-box .page-bg-box-main .page-title {
	line-height: 146px;

	box-sizing: border-box;
	height: 146px;
}

.page-bg-box .page-bg-box-main .page-title .tit {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	padding: 5px 0 5px 30px;
	line-height: 36px;
}

.page-two-pagegroup {
	width: 100%;
	height: 80px;
	min-width: 1200px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	background: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
}

.select-course-main {
	width: 100%;
	background: #f8fafc;
}

.select-course-pagebox {
	position: relative;
	background: #f8fafc;
}

.page-two-pagegroup .menus {
	width: 1200px;
	margin: 0 auto;
}

.page-two-pagegroup .menus .menu-item {
	font-size: 18px;
	line-height: 80px;
	height: 80px;
	cursor: pointer;
	margin-right: 67px;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
	transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.page-two-pagegroup .menus .menu-item:hover{
	color:#ff4f59;
}
.page-two-pagegroup .menus .menu-item span{
	font-size: 18px;
}

.page-two-pagegroup .menus .menu-item.active {
	color: #ff4f59;
	font-weight: bold;
}

.page-two-pagegroup .menus .menu-item .line {
	height: 2px;
	background: #f13232;
	width: 42px;
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -21px;
}

.select-course-main .course-content {
	width: 100% !important;
}

.select-course-main .course-content .course-hot-list .list {
	margin-bottom: 30px;
	border: 1px solid #efefef;
	border-radius: 5px;
}

.select-course-main .course-content .course-hot-list .list a {
	display: block;
}



.select-course-main .course-content .course-hot-list .list:nth-of-type(3n) {
	margin-right: 23px !important
}
.select-course-main .course-content .course-hot-list .list:nth-of-type(4n) {
	margin-right: 0 !important;
}
.select-course-main .select-course-navs .navtitle {
	color: #777e98;
	margin-right: 35px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.select-course-main .select-course-navs .navitem {
	color: #777e98;
	padding: 0 15px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-right: 35px;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.select-course-main .select-course-navs .navitem:hover{
	color: #ff4f59;
}

.select-course-main .select-course-navs .navitem.active {
	background: #fdd5d8;
	color: #ff4f59;
}

.select-course-main .select-allcourse {
	color: #2d3341;
	font-size: 16px;
	line-height: 24px;
	padding: 45px 0 15px 0;
	font-weight: bold;
}

.select-course-main .index-bottom-main {
	margin-top: 25px;
}

.select-course-main .index-bottom-info-box {
	padding-bottom: 55px;
}
/*新的*/
.newlive-warp{
	width:1140px;
	padding:0 30px;
	margin:0 auto;
	background: #fff;
}
.newlive-warp-title{
	width:1140px;
	color:#2d3341;
	font-size: 20px;
	font-weight: 900;
	background: #fff;
	padding:18px 0 21px;
}
.newlive-nav{
	width:1140px;
	display: inline-block;
}
.newlive-nav-title{
	height:36px;
	width:87px;
	line-height: 36px;
	font-size: 16px;
	color:#3f4246;
	float:left;
}
.newlive-nav-ul{
	width:1053px;
	float:left;
}
.newlive-nav-ul li{
	padding:0 20px;
	float:left;
	height:36px;
	line-height: 36px;
	font-size: 14px;
	color:#2783f2;
	border-radius: 22px;
	box-shadow: 0 0 10px #a6c6ea;
	margin-right: 30px;
	margin-bottom:20px;
	cursor: pointer;
}
.newlive-nav-ul .newlive-nav-ul-li{
	background: #4e9cfb;
	color:#fff;
}
.newlive-nav-ul1{
	width:1053px;
	float:left;
}
.newlive-nav-ul1 li{
	padding:0 20px;
	float:left;
	height:30px;
	line-height: 30px;
	font-size: 14px;
	color:#777e98;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom:20px;
}
.newlive-nav-ul1 .newlive-nav-ul1-li{
	background: #c9e0fb;
	color:#2783f2;
	border-radius: 22px;

}
/*选课详情*/
.select-detail-bgbox {
	width: 100%;
	height: 200px;
	min-width: 1200px;
	background: url("../images/selectbg.png") no-repeat center center;
}

.select-detail-bgbox .select-detail-bgcon {
	width: 1200px;
	margin: 0 auto;
}

.select-detail-bgbox .select-detail-bgcon .courseleft {
	width: 50%;
}

.select-detail-bgbox .select-detail-bgcon .courseleft .course-title {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	padding: 30px 0;
	box-sizing: border-box;
}

.select-detail-bgbox .select-detail-bgcon .primary-techer-box {
	padding-left: 10px;
	box-sizing: border-box;
}

.select-detail-bgbox .select-detail-bgcon .primary-techer-box .teacher {
	margin-right: 20px;
}

.select-detail-bgbox .select-detail-bgcon .primary-techer-box .teacher .img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fff;
}

.select-detail-bgbox .select-detail-bgcon .primary-techer-box .teacher .img img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
}

.select-detail-bgbox .select-detail-bgcon .primary-techer-box .teacher .name {
	color: #fff;
	text-align: center;
	line-height: 14px;
	padding-top: 10px;
}

.select-detail-bgbox .select-detail-bgcon .courseright {
	width: 50%;
	padding-top: 30px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select-detail-bgbox .select-detail-bgcon .courseright .course {
	margin-top: 10px;
}

.select-detail-bgbox .select-detail-bgcon .courseright .ctype1 {
	background: url("../images/book.png") no-repeat left center;
}

.select-detail-bgbox .select-detail-bgcon .courseright .course .tit {
	color: #aab0c0;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 29px;
	line-height: 14px;
}

.select-detail-bgbox .select-detail-bgcon .courseright .course .con {
	color: #fff;
}

.select-detail-bgbox .select-detail-bgcon .courseright .ctype2 {
	background: url("../images/time1.png") no-repeat left center;
	background-size: 19px 19px;
}

.select-detail-bgbox .select-detail-bgcon .courseright .ctype3 {
	background: url("../images/time2.png") no-repeat left center;
	background-size: auto 19px;
}

.select-detail-bgbox .select-detail-bgcon .courseright .ctype4 {
	background: url("../images/sign.png") no-repeat left center;
	background-size: auto 19px;
}

.select-course-pagebox .couse-areabox-main {
	padding: 115px 0 35px 0;
	width: 1200px;
	background: #f8fafc;
	margin: 0 auto;
}

.selece-course-detailPage .couse-areabox-main .course-area-left {
	width: 800px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right {
	width: 360px;
}

.selece-course-detailPage {
	background: #f8fafc;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist{
	background-color: #fff;
	padding:20px;
	box-sizing: border-box;
	margin-top:10px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist .cate-type{
	width:80px;
	height:30px;
	line-height: 30px;
	border-radius:15px;
	color:#fff;
	text-align: center;
	background-color: #ffbf33;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist .catelog-box {
	padding-top:20px;
	line-height: 30px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist .catelog-box .catelogname{
	color:#2d3341;
	padding:0 0 0 40px;
	box-sizing: border-box;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	max-width:550px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist .catelog-box .classname{
	font-weight: bold;
	padding:0 0 0 9px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist .catelog-box .trylisten{
	width:80px;
	height:30px;
	border-radius:15px;
	border:1px solid #fa4e64;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;

}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist .catelog-box .trylisten a{
	color:#fa4e64;
	display: block;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelist .catelog-box .circle{
	width:15px;
	height:15px;
	border-radius:100%;
	background-color: #2783f2;
	display: inline-block;
	vertical-align: middle;
}
/*后改目录结构布局*/
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list{
	border-radius:5px;
	margin-bottom:15px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem.up{
	background:url(../images/toggle2.png) no-repeat 750px center #fff;
	background-size:20px auto;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem.down{
	background:url(../images/toggle1.png) no-repeat 750px center #fff;
	background-size:20px auto;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem{
	display: flex;
	/*height:125px;*/
	padding:10px;
	cursor: pointer;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem .catelog-img img{
	width:160px;
	height:90px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .chapt-list.up{
	background:url(../images/ruldeimg.png) no-repeat 20px center #fff;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .chapt-list.down{
	background:url(../images/plus.png) no-repeat 20px center #fff;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .chapt-list{
	padding:15px;
	box-sizing: border-box;
	cursor: pointer;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list  ul li{
	margin-top:10px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .chapt-list .chapt-title{
	padding-left:40px;
	box-sizing: border-box;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .child-item{
	background:#fff;
	margin-top:10px;
	padding:10px 25px 10px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .child-item .try-listen-course{
	width:70px;
	height:24px;
	text-align: center;
	line-height: 24px;
	border-radius:12px;
	font-size:12px;
	color:#ff4f59;
	border:1px solid #ff4f59;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .child-item .try-listen-course a{
	font-size:12px;
	color:#ff4f59;
	display: block;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .child-item .titlebox{
	display: flex;
	align-items: center;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .child-item .circle-c{
	width:3px;
	height:3px;
	border-radius:100%;
	background: #2783f2;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .child-item .learn-course-child{
	display: block;
	color:#777e98;
	flex-shrink: 0;
	margin-left:20px;
	max-width:650px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .course-price .t1{
	color:#666;
}
.course-update-areabox{
	padding-top:30px !important;
}

.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem .catelog-con{
	padding-left:15px;
	box-sizing: border-box;
	/*height:125px;*/
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem .catelog-con .subject-type{
	width:77px;
	height:24px;
	border-radius:12px;
	color:#fff;
	text-align: center;
	line-height: 24px;
	font-size:12px;
	margin-top:5px;
	background: #ffbb42;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem .catelog-con .catelog-con-title{
	display: flex;
	padding:20px 0 30px;
	align-items: center;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem .catelog-con .catelog-con-title .circle{
	width:14px;
	height:14px;
	border-radius:100%;
	background: #2783f2;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem .catelog-con .catelog-con-title a{
	display: block;
	max-width:570px;
}
.selece-course-detailPage .couse-areabox-main .course-catalog .course-catelog-list .catelogitem .catelog-con .classtype{
	font-size:16px;
	font-weight: bold;
	padding-left:10px;
	padding-right:35px;
}
.course-primary-teacher .primary-teacher-list {
	position: relative;
	background: #fff;
	padding: 35px 25px 50px 25px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.course-primary-teacher .firstlist {
	margin-top: 0;
}

.course-primary-teacher .primary-teacher-list:first-child {
	margin-top: 0;
}

.course-primary-teacher .primary-teacher-list .avatar {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #f4f4f4;
	position: absolute;
	top: 35px;
	left: 35px;
}

.course-primary-teacher .primary-teacher-list .avatar img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.course-primary-teacher .primary-teacher-list .teacher-introduce {
	padding-left: 80px;
	box-sizing: border-box;
}

.course-primary-teacher .primary-teacher-list .teacher-introduce .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

.course-primary-teacher .primary-teacher-list .teacher-introduce .primary-say {
	line-height: 14px;
	color: #777e98;
	padding-top: 12px;
}

.course-primary-teacher .primary-teacher-list .teacher-introduce .saytxt {
	color: #777e98;
	padding-top: 30px;
	line-height: 30px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .top-info {
	height: 60px;
	background: #686bda;
	border-radius: 5px;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buycontent {
	padding: 0 30px 30px 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .now-price {
	font-size: 36px;
	color: #ff4f59;
	font-weight: bold;
	line-height: 36px;
	padding-top: 35px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .before-price {
	color: #777e98;
	font-size: 16px;
	line-height: 16px;
	padding-top: 15px;
	text-decoration: line-through;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buy-groups {
	padding: 50px 0;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buy-groups .btn {
	width: 140px;
	height: 50px;
	border-radius: 25px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buy-groups .buy {
	background: #ff4f59;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buy-groups .buy a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 50px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buy-groups .car {
	border: 1px solid #ff4f59;
	box-sizing: border-box;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buy-groups .car a {
	color: #ff4f59;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 50px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .send-box .title {
	font-size: 16px;
	color: #2d3341;
	font-weight: bold;
	line-height: 16px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .send-box .send-con {
	color: #777e98;
	font-size: 16px;
	line-height: 16px;
	padding: 20px 0 25px 0;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .buy-course {
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
	border-radius: 5px;
	height: 500px;
	background: #fff;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .usually-course-question {
	/*box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;, 0 5px 16px #e0e0e0;*/
	box-shadow: 0 0 10px #e0e0e0, 0 0 0 #e0e0e0;
;
	margin-top: 30px;
	padding: 0 35px 30px 35px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .usually-course-question .title {
	font-size: 20px;
	color: #2d3341;
	font-weight: bold;
	padding-top: 30px;
	line-height: 20px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .usually-course-question ul li {
	padding-top: 29px;
	line-height: 16px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .usually-course-question ul li a {
	font-size: 16px;
	color: #777e98;
	display: block;
	line-height: 16px;
	padding: 3px 0;
}

.selece-course-detailPage .course-area-left .commit-box-main {
	background: #fff;
	padding: 0 25px 100px 25px;
	box-sizing: border-box;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list {
	position: relative;
	border-bottom: 1px solid #efefef;
	padding: 0 0 0 95px;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .avatar {
	width: 60px;
	position: absolute;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	left: 0;
	border-radius: 100%;
	background: #aab0c0;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .avatar img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .commit-content {
	padding: 30px 0 0 0;
	box-sizing: border-box;
	width:100%;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .username {
	font-size: 16px;
	color: #777e98;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .commit-date {
	font-size: 12px;
	color: #aab0c0;
	padding-left: 20px;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .commit-txt {
	color: #2d3341;
	line-height: 14px;
	padding: 20px 0;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .commit-bottom {
	padding-bottom: 20px;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .like {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: url(../images/like.png) no-repeat 12px 5px #ff4f59;
	padding-left: 50px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .nolike {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: url(../images/like.png) no-repeat 12px 5px #d9dce7;
	padding-left: 50px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .report {
	color: #aab0c0;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 30px;
	cursor: pointer;
}

.selece-course-detailPage .course-area-left .commit-page {
	margin-top: 25px;
	text-align: center;
}
.selece-course-detailPage .course-area-left .commit-page .firstpage {
	padding-right: 40px;
	box-sizing: border-box;
}

.selece-course-detailPage .course-area-left .commit-page .firstpage a {
	font-size: 16px;
	color: #777e98;
}

.selece-course-detailPage .course-area-left .commit-page .items {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
}

.selece-course-detailPage .course-area-left .commit-page .items.active a {
	background: #aab0c0;
	color: #fff;
	border-radius: 100%;
}

.selece-course-detailPage .course-area-left .commit-page .items a {
	font-size: 16px;
	color: #777e98;
	display: block;
	text-align: center;
}

.selece-course-detailPage .course-area-left .commit-page .nextpage a {
	font-size: 16px;
	color: #777e98;
	padding-left: 50px;
	box-sizing: border-box;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .commit-content .star-score .defaultstar {
	width: 147px;
	height: 21px;
	background: url(../images/defaultstar.png) no-repeat;
	position: relative;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .commit-content .star-score .defaultstar {
	width: 147px;
	height: 21px;
	background: url(../images/defaultstar.png) no-repeat;
	position: relative;
}

.selece-course-detailPage .course-area-left .commit-box-main .commit-list .commit-content .star-score .selectstar {
	width: 100%;
	height: 21px;
	background: url(../images/selectstar.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .learn-contentbox {
	padding: 0 30px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .learn-contentbox .learn-rate-title {
	padding-top: 20px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .learn-contentbox .hastit {
	font-size: 20px;
	color: #2d3341;
	font-weight: bold;
	line-height: 20px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .learn-contentbox .ratelen {
	font-size: 20px;
	color: #ff4f59;
	font-weight: bold;
	line-height: 20px;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .learn-contentbox .learn-time {
	color: #777e98;
	font-size: 14px;
	padding: 15px 0 25px 0;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .learn-outline {
	height: 15px;
	width: 100%;
	border-radius: 7.5px;
	background: #e1e4e6;
	position: relative;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .learn-innerline {
	height: 15px;
	max-width: 100%;
	border-radius: 7.5px;
	background: #ff4f59;
	position: absolute;
	top: 0;
	left: 0;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .continue {
	height: 50px;
	border-radius: 25px;
	width: 100%;
	background: #ff4f59;
	text-align: center;
	line-height: 50px;
	margin: 30px 0 70px 0;
}

.selece-course-detailPage .couse-areabox-main .course-area-right .has-pay .continue a {
	color: #fff;
	font-size: 20px;
	display: block;
}

/*确认订单*/
.neworder-banner{
	width:100%;
	padding: 20px 0;
	margin: 0 auto;
}
.neworder-banner a{
	display: block;
	width: 1200px;
	height:80px;
	margin: 0 auto;
}
.neworder-banner a img{
	display: block;
	width: 1200px;
	height:80px;
}
.neworder-title{
	color:#000000;
	font-size: 18px;
	padding-top: 37px;
	font-weight: 900;
	padding-bottom: 7px;
}
.neworder-main{
	width:1100px;
	padding:22px 0 32px;
	border-bottom: 1px solid #f7f8f8;
}
.neworder-main-top1{
	width:1100px;
	display: inline-block;
}
.neworder-main-top1 span:nth-child(1){
	float:left;
	color:#000000;
	font-size: 20px;
	display: block;
	width:950px;
}
.neworder-main-top1 span:nth-child(2){
	float:right;
	display: block;
	color:#ff4f59;
	font-size: 20px;
}
.neworder-main-top2{
	padding-top:24px;
	display: inline-block;
}
.neworder-main-top2 span:nth-child(1){
	float:left;
	color:#665252;
	font-size: 14px;
	display: block;
}
.neworder-main-top2 span:nth-child(2){
	float:left;
	display: block;
	color:#3f8ff3;
	font-size: 14px;
	width:880px;
}
.neworder-main-top3{
	padding-top:12px;
	clear: both;
	display: inline-block;
}
.neworder-main-top3 span:nth-child(1){
	float:left;
	color:#fff;
	font-size: 12px;
	display: block;
	width:20px;
	height:20px;
	text-align: center;
	line-height: 20px;
	background: linear-gradient(to bottom,#fe5558,#fb7a54);
	border-radius: 4px;
	margin-right: 7px;
	margin-top: -2px;
}
.neworder-main-top3 span:nth-child(2){
	float:left;
	display: block;
	color:#ff535d;
	font-size: 12px;
	width:930px;
}
.page-bg-box-main .order-title {
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 146px;
}

.order-main-boxPage {
	background: #f8fafc;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 60px;
	padding-top: 20px;
}

.order-main-boxPage .order-main-content {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 0 50px 100px;
	box-sizing: border-box;

}

.order-main-content .title{
	font-size: 16px;
	color: #2d3341;
	line-height: 20px;
	padding: 26px 0;
	border-bottom: 1px solid #f7f8f8;
}

.order-main-content .shop-list {
	border-bottom: 1px solid #f7f8f8;
}

.order-main-content .shop-list .shop-title {
	font-weight: bold;
	padding-top: 25px;
}
.order-main-content .shop-list .buy-num{
	color:#898989;
	padding:25px 0 65px;
}
.order-main-content .shop-list .shopinfo {
	padding: 12px 0;
}

.order-main-content .shop-list .shopinfo .avatar {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #f4f4f4;
}

.order-main-content .shop-list .shopinfo .avatar img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
}

.order-main-content .shop-list .shopinfo .username {
	color: #aab0c0;
	line-height: 40px;
	padding-left: 17px;
	box-sizing: border-box;
}

.order-main-content .shop-list .shopinfo .shopprice {
	color: #ff4f59;
	font-weight: bold;
	padding-left: 690px;
	box-sizing: border-box;
	line-height: 40px;
}

.order-main-content .shop-list .shop-send {
	padding-bottom: 25px;
}

.order-main-content .shop-list .shop-send .tit {
	color: #ff4f59;
	line-height: 14px;
	padding-right: 12px;
}

.order-main-content .shop-list .shop-send .tip {
	color: #2783f2;
	background: #e3f0ff;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 5px;
	margin-right: 15px;
}

.order-main-content .order-address-box .address-add-box {
	padding: 25px 0 20px 0;
}

.order-main-content .order-address-box .address-title {
	color: #2d3341;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}

.order-main-content .order-address-box .add-txt a {
	font-size: 16px;
	color: #2d3341;
	line-height: 20px;
}

.order-main-content .order-address-box .address-listbox {
	background: #f7f8f8;
	padding: 0 20px;
	box-sizing: border-box;
}

.order-main-content .order-address-box .address-listbox .address-list {
	position: relative;
	background: url(../images/address2.png) no-repeat left center;
	padding: 20px 0 20px 35px;
	box-sizing: border-box;
	cursor: pointer;
}

.order-main-content .order-address-box .address-listbox .address-list.active {
	background: url(../images/address1.png) no-repeat left center;
}

.order-main-content .order-address-box .address-listbox .address-list .select {
	width: 20px;
	height: 20px;
}

.order-main-content .order-address-box .address-listbox .address-list .address-info .name {
	color: #2d3341;
	font-weight: bold;
	line-height: 14px;
}

.order-main-content .order-address-box .address-listbox .address-list .address-info .tel {
	color: #2d3341;
	font-weight: bold;
	line-height: 14px;
	padding-left: 2px;
}

.order-main-content .order-address-box .address-listbox .address-list .address-txt {
	color: #777e98;
	line-height: 14px;
	padding-top: 12px;
}

.order-main-content .order-coupan-box .coupan-title {
	padding: 25px 0;
}

.order-main-content .order-coupan-box .coupan-title .tit1 {
	font-size: 20px;
	line-height: 20px;
	color: #2d3341;
	font-weight: bold;
}

.order-main-content .order-coupan-box .coupan-title .tit2 {
	color: #777e98;
	line-height: 14px;
}

.order-main-content .order-coupan-box .coupan-list {
	width: 240px;
	height: 80px;
	border: 1px solid #aab0c0;
	border-radius: 5px;
	margin-right: 45px;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.order-main-content .order-coupan-box .coupan-list .coupaninfo {
	width: 158px;
	padding: 15px;
	box-sizing: border-box;
}

.order-main-content .order-coupan-box .coupan-list .price {
	width: 80px;
	background: #aab0c0;
	height: 78px;
	font-size: 24px;
	line-height: 78px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.order-main-content .order-coupan-box .coupan-list .coupaninfo .coupan-ms {
	font-size: 20px;
	line-height: 20px;
	color: #aab0c0;
	font-weight: bold;
}

.order-main-content .order-coupan-box .coupan-list .coupaninfo .coupan-name {
	color: #aab0c0;
	padding-top: 12px;
	line-height: 14px;
}

.order-main-content .order-coupan-box .can-coupan {
	border: 1px solid #ff4f59;
}

.order-main-content .order-coupan-box .can-coupan .price {
	background: #ff4f59;
}

.order-main-content .order-coupan-box .can-coupan .coupaninfo .coupan-ms {
	color: #ff4f59;
}

.order-main-content .order-coupan-box .coupanlist-box .coupan-list:nth-of-type(4n) {
	margin-right: 0;
}

.order-main-content .use-order-coupan {
	text-align: right;
	padding-top: 60px;
}

.order-main-content .use-order-coupan .total-shop .nums {
	font-size: 16px;
	line-height: 16px;
	color: #2d3341;
	padding-right: 125px;
	box-sizing: border-box;
}

.order-main-content .use-order-coupan .total-shop .price {
	font-size: 16px;
	color: #2d3341;
	line-height: 16px;
	width: 100px;
}

.order-main-content .use-order-coupan .total-shop {
	padding-bottom: 20px;
	position: relative;
}

.order-main-content .use-order-coupan .sumprice {
	color: #ff4f59 !important;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 24px;

}

.order-main-content .use-order-coupan .btnorder {
	width: 185px;
	height: 60px;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	background: #ff4f59;

	margin-top: 30px;
	cursor: pointer;
}

.order-main-content .use-order-coupan .btnorder a {
	font-size: 20px;
	color: #FFF;
	display: block;
}

/* 购物车 */
.shop-car-page {
	width: 100%;
	min-width: 1200px;
	background: #f8fafc;
	padding: 0 0 70px;
}

.shop-car-page .shop-car-main {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 0 50px;
	box-sizing: border-box;
	min-height: 810px;
}

.shop-car-page .shop-car-main .shopcar-top .select-make {
	padding: 30px 0;
	border-bottom: 1px solid #f7f8f8;
}

.shop-car-page .shop-car-main .shopcar-top .select-make .makeleft {
	width: 470px;
	font-size: 14px;
	padding-left: 35px;
	box-sizing: border-box;
	cursor: pointer;
	color: #777e98;
	background: url(../images/address2.png) no-repeat left center;
	height:20px;
}

.shop-car-page .shop-car-main .shopcar-top .select-make.active .makeleft {
	background: url(../images/address1.png) no-repeat left center;
}

.shop-car-page .shop-car-main .shopcar-top .select-make .makecenter {
	width: 190px;
	font-size: 14px;
	color: #777e98;
}

.shop-car-page .shop-car-main .shopcar-top .select-make .makeright {
	width: 60px;
	font-size: 14px;
	color: #777e98;
}

.shop-car-page .shop-car-main .shop-list-box .shop-info {
	width: 470px;
	padding-left: 35px;
	box-sizing: border-box;
	background: url(../images/address2.png) no-repeat left center;
	height:109px;
}

.shop-car-page .shop-car-main .shop-list-box.active .shop-info {
	background: url(../images/address1.png) no-repeat left center;
}
.shop-titlenews-img{
	width:100px;
	height:100px;
	background: #f7f8f8;
	margin-top: 5px;
	float:left;

}
.shop-titlenews-img img{
	width:100px;
	height:100px;
	display:block;

}
.shop-car-page .shop-car-main .shop-list-box .shopprice {
	width: 190px;
	margin-top: 6px;
	font-size: 16px;
	color: #2d3341;
}

.shop-car-page .shop-car-main .shop-list-box .shopmake {
	width: 60px;
	margin-top: 6px;
	color: #595757;
	font-size: 16px;
	cursor: pointer;
}

.shop-car-page .shop-car-main .shop-list-box .shop-info .title {
	font-size: 14px;
	padding-right: 15px;
	box-sizing: border-box;
	float:left;
	width:250px;
	padding-left: 15px;
	margin-top: 6px;
}

.shop-car-page .shop-car-main .shop-list-box .shop-info .tips {
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	font-size: 12px;
	color: #ff4f59;
	background: #feeded;
	padding: 0 20px;
}

.shop-car-page .shop-car-main .shop-list-box .shop-info .teacherbox {
	padding: 12px 0;
}

.shop-car-page .shop-car-main .shop-list-box .shop-info .avatar {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #f4f4f4;
}

.shop-car-page .shop-car-main .shop-list-box .shop-info .avatar img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.shop-car-page .shop-car-main .shop-list-box .shop-info .name {
	color: #aab0c0;
	line-height: 40px;
	padding-left: 16px;
	box-sizing: border-box;
}

.shop-car-page .shop-car-main .shop-list-box {
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #f7f8f8;
	cursor: pointer;
}

.shop-car-page .shop-car-main .shop-list-box .shop-send .tit {
	color: #ff4f59;
	padding-right: 12px;
}

.shop-car-page .shop-car-main .shop-list-box .shop-send .tags {
	color: #2783f2;
	background: #e3f0ff;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 5px;
	margin-right: 15px;
}

.shop-car-page .shop-car-main .out-shopbox {
	height: 615px;
	overflow-y: auto;
	border-bottom: 1px solid #f7f8f8;
}

.shop-car-page .shop-car-main .shopcar-totalprice {
	height: 105px;
	background: #fff;
	width:100%;
	bottom:0;
	left:0;
	border-top:1px solid #f7f8f8;
	box-shadow: 0 -1px 0 rgba(183, 179, 179, 0.3);

}
.shop-car-page .shop-car-main .shopcar-totalprice.fixed{
	padding:0 50px;
	box-sizing: border-box;
	position: fixed;
}
.shop-car-page .shop-car-main .shopcar-totalprice .shopcar-count{

	width:100%;
	box-sizing: border-box;


}
.shop-car-page .shop-car-main .shopcar-totalprice .shonums {
	line-height: 105px;
	font-size: 18px;
	color: #2d3341;
}

.shop-car-page .shop-car-main .shopcar-totalprice .shonums .num {
	color: #ff8a90;
}

.shop-car-page .shop-car-main .shopcar-totalprice .shopsumit .totalprice {
	font-size: 20px;
	color: #ff4f59;
	font-weight: bold;
	line-height: 105px;
}

.shop-car-page .shop-car-main .shopcar-totalprice .shopsumit .btns {
	width: 180px;
	height: 48px;
	border-radius: 10px;
	background: #ff4f59;
	margin-top: 24px;
	margin-left: 58px;
}

.shop-car-page .shop-car-main .shopcar-totalprice .shopsumit .btns a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
}
.shopcawarno{
	width:100%;
	height:395px;
	padding-top: 220px;
}
.shopcawarno img{
	display: block;
	width:333px;
	height:auto;
	margin:0 auto;
}
.shopcawarno p{
	display: block;
	width:100%;
	color:#777e98;
	font-size: 18px;

	text-align: center;
	padding-top: 16px;
}
/* 组合套餐选择 */
.combination-buymain {
	padding: 40px 50px;
	width: 100%;
	box-sizing: border-box;
}

.combination-buymain .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #0c0c0c;
}

.combination-buymain .select-coursetype {
	padding: 40px 0 32px 0;
}

.combination-buymain .select-coursetype .type {
	width: 140px;
	height: 40px;
	border-radius: 20px;
	background: #f2f2f2;
	font-size: 16px;
	color: #2d3341;
	margin-right: 50px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}

.combination-buymain .select-coursetype .type.active {
	background: #ff4f59;
	color: #fff;
}

.combination-buymain .shopcar-list-box {
	padding: 25px 50px 25px 30px;
	border-bottom: 1px solid #f7f8f8;
	background: #f7f8f8;
	cursor: pointer;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.combination-buymain .shopcar-list-box .shop-info {
	padding-left: 35px;
	box-sizing: border-box;
	background: url(../images/address2.png) no-repeat left center;
}

.combination-buymain .shopcar-list-box.active .shop-info {
	background: url(../images/address1.png) no-repeat left center;
}

.combination-buymain .shopcar-list-box .shopprice {
	line-height: 109px;
	font-size: 16px;
	color: #ff4f59;
	font-weight: bold;
}

.combination-buymain .shopcar-list-box .shop-info .title {
	font-weight: bold;
	padding-right: 15px;
	box-sizing: border-box;
}

.combination-buymain .shopcar-list-box .shop-info .tips {
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	font-size: 12px;
	color: #ff4f59;
	background: #feeded;
	padding: 0 20px;
}

.combination-buymain .shopcar-list-box .shop-info .teacherbox {
	padding: 12px 0;
}

.combination-buymain .shopcar-list-box .shop-info .avatar {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #f4f4f4;
}

.combination-buymain .shopcar-list-box .shop-info .avatar img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.combination-buymain .shopcar-list-box .shop-info .name {
	color: #aab0c0;
	line-height: 40px;
	padding-left: 16px;
	box-sizing: border-box;
}

.combination-buymain .shopcar-list-box .shop-send .tit {
	color: #ff4f59;
	padding-right: 12px;
}

.combination-buymain .shopcar-list-box .shop-send .tags {
	color: #2783f2;
	background: #e3f0ff;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 5px;
	margin-right: 15px;
}

.combination-buymain .before-price {
	text-decoration: line-through;
	font-size: 16px;
	color: #2d3341;
	line-height: 20px;
}

.combination-buymain .after-price {
	font-size: 20px;
	color: #ff4f59;
	line-height: 20px;
	font-weight: 100;
	padding-left: 10px;
}

.combination-buymain .price-control {
	padding-top: 35px;
}

.combination-buymain .expain {
	font-size: 16px;
	color: #aab0c0;
	line-height: 16px;
	padding-top: 13px;
}

.combination-buymain .btn-box {
	background: #ff4f59;
	color: #fff;
	width: 185px;
	height: 58px;
	border-radius: 10px;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
	margin: 20px 0 40px 0;
	cursor: pointer;
}

/* 支付中心 */
.order-payPage .pay-price {
	padding: 30px 0 50px;
}

.order-payPage .pay-price .txt {
	font-size: 20px;
	font-weight: bold;
	color: #515660;
	line-height: 24px;
}

.order-payPage .pay-price .num {
	color: #ff4f59;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.order-payPage .select-paytype .paytitle {
	font-size: 20px;
	color: #2d3341;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 25px;
}

.select-paytype .paytype-group .types {
	width: 195px;
	height: 90px;
	background: #f3f5f7;
	border: 1px solid #f3f5f7;
	border-radius: 5px;
	margin-right: 15px;
	transition: all .3s ease-in-out;
}
.select-paytype .paytype-group .types.active{
	border:1px solid #ff4f59;
}

.select-paytype .paytype-group .type1 {
	background: url(../images/alipay.png) no-repeat center center #f3f5f7;
}

.select-paytype .paytype-group .type2 {
	background: url(../images/wxpay.png) no-repeat center center #f3f5f7;
}

.select-paytype .paytype-group .type3 {
	background: url(../images/mayipay.png) no-repeat center center #f3f5f7;
	position: relative;
}

.select-paytype .paytype-group .type3 .ms {
	position: absolute;
	right: 0;
	top: 0;
	background: #f01414;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	border-top-right-radius: 5px;
}

.select-paytype .paytype-group .type4 {
	background: url(../images/userpay.png) no-repeat 28px center #f3f5f7;
}

.select-paytype .paytype-group .type4 .txt {
	padding-left: 85px;
	font-weight: bold;
	font-size: 22px;
	padding-top: 29px;
	box-sizing: border-box;
	line-height: 22px;
}

.select-paytype .paytype-group .type4 .nums {
	font-size: 12px;
	color: #9e99b4;
	padding-left: 85px;
	box-sizing: border-box;
	padding-top: 3px;
}

.order-payPage .paybtn {
	background: #ff4f59;
	color: #fff;
	width: 185px;
	height: 58px;
	border-radius: 10px;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
	cursor: pointer;
	margin: 60px 0 0 0;
}

.order-payPage {
	padding-bottom: 80px !important;
	margin-bottom: 30px !important
}

/* 新增地址 */
.new_addressbox {
	width: 100%;
}

.new_addressbox .new_addressmain {
	padding: 25px;
	width: 100%;
	box-sizing: border-box;
}

.new_addressbox .new_addressmain .add_title {
	background: #f7f8f8;
	padding-left: 25px;
	box-sizing: border-box;
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	color: #2d3341;
	font-weight: bold;
}

.new_addressbox .new_addressmain .form label {
	width: 75px;
	float: left;
	text-align: right;
	font-size: 16px;
	line-height: 38px;
	color: #2d3341;
	margin-right: 25px;
}

.new_addressbox .new_addressmain .form {
	margin-top: 40px;
}

.new_addressbox .new_addressmain .address_form {
	padding-top: 5px;
}

.new_addressbox .new_addressmain .form select {
	width: 180px;
	padding: 10px 0;
	background-color: #f7f8f8;
	border: 1px solid #dcdddd;
	border-radius: 5px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-right: 40px;
}

.new_addressbox .new_addressmain .form input {
	width: 320px;
	padding: 10px 0;
	background-color: #f7f8f8;
	border: 1px solid #dcdddd;
	border-radius: 5px;
	padding-left: 15px;
	box-sizing: border-box;
}

.new_addressbox .new_addressmain .savebtn {
	padding-top: 65px;
}

.new_addressbox .new_addressmain .savebtn button {
	width: 360px;
	height: 62px;
	border-radius: 31px;
	background-color: #ff4f59;
	color: #fff;
	text-align: center;
	line-height: 62px;
	font-size: 20px;
}

/* 直播课列表 */
.live-course-pagebox .page-two-pagegroup .menus .menu-item.active {
	color: #2783f2;
}

.live-course-pagebox .page-two-pagegroup .menus .menu-item .line {
	height: 2px;
	background: #2783f2;
	width: 42px;
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -21px;
}

.live-course-pagebox .select-course-main .select-course-navs .navitem.active {
	background: #c9e0fb;
	color: #2783f2;
}



.live-course-pagebox .live-course-taggroup {
	padding-top: 20px;
}

.live-course-pagebox .live-course-taggroup .livetag {
	background: #f7f7f7;
	font-size: 12px;
	color: #a6adbc;
	padding: 2px 5px;
	margin-right: 10px;
	margin-left: 12px;
}

.live-course-pagebox .live-course-taggroup .no_need_pay {
	background-color: #d4e5fe;
	color: #0569f4;
	font-size: 12px;
	padding: 2px 5px;
}

.live-course-pagebox .live-course-taggroup .need_pay{
	background-color: #ffbaba;
	color: #f4053d;
	font-size: 12px;
	padding: 2px 5px;
}

.live-course-pagebox .index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .title {
	padding-top: 5px;
	height:64px;
}

.live-course-pagebox .live-statusing {
	background: url(../images/liveing.png) no-repeat left center;
	color: #1e6dff;
	font-size: 12px;
	box-sizing: border-box;
	margin-top: 15px;
	padding: 0 0 0 25px;
	margin-bottom: 12px;
}

.live-course-pagebox .index-bottom-info-box .tolearn {
	width: 82px;
	height: 29px;
	background-color: #ff515a;
	color: #ffffff;
	line-height: 29px;
	text-align: center;
	border-radius: 5px;
	margin-top: 1px;
}

.live-course-pagebox .index-bottom-info-box .index-bottom-main .course-mains .course-content .recommend-file .hasnums {
	line-height: 29px;
}

.live-course-pagebox .wait-live-title {
	padding: 10px 0 15px;
}

.live-course-pagebox .live-wait-status {
	background: url(../images/time.png) no-repeat left center;
	color: #a6adbc;
}

.live-course-pagebox .index-bottom-info-box .reveciptbtn {
	background-color: #ff515a;
}

.live-listbox .recommend-file {
	cursor: default !important;
}

/*课程详情*/
.live-course-detailPage .live-detail-main {
	padding-top: 20px;
	width: 1200px;
	margin: 0 auto;
}

.live-course-detailPage .live-detail-main .live-navline {
	padding: 0 0 20px;
	line-height: 16px;
	font-size: 14px;
	color: #777e98 !important;
}
.live-course-detailPage .live-detail-main .live-navline a{
	color: #777e98 !important;
	font-size: 14px;
}
.live-course-detailPage .live-detail-main .course-info {
	width: 100%;
	height: 300px;
	background: url("../images/cdetailbg.png") no-repeat;
}

.live-course-detailPage .live-detail-main .course-info .courseleft {
	position: relative;
}

.live-course-detailPage .live-detail-main .course-info .courseleft img {
	position: absolute;
	top: 44px;
	left: 32px;
	display: block;
	width: 266px;
	height: 200px;
}

.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail {
	padding-left: 335px;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail .widthHeiht{
	width:450px !important;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail .info {
	margin-top: 25px;
}

.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail .title {
	font-size: 24px;
	line-height: 24px;
	color: #221815;
	min-width: 480px;
}

.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail .livetime {
	color: #595757;
	line-height: 21px;
	background: url("../images/timenew_1.png") no-repeat left center;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail .livetimename {
	color: #595757;
	line-height: 21px;
	background: url("../images/timenew_3.png") no-repeat left center;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail .livepelpeo{
	color: #595757;
	line-height: 21px;
	background: url("../images/timenew_2.png") no-repeat left center;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.live-course-detailPage .live-detail-main .course-info .courseleft .coursedetail .learntype {
	background: url("../images/icontel.png") no-repeat left center;
	color: #fff;
	line-height: 22px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.live-course-detailPage .live-detail-main .course-info .courseright {
	margin-top: 60px;
	padding: 46px 0 46px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	margin-left: 68px;
}

.live-course-detailPage .live-detail-main .course-info .courseright .learn-num {
	color: #ff555f;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 6px;
}
.live-course-detailPage .live-detail-main .course-info .courseright .learn-numcolor {
	color: #221815;

}
.live-course-detailPage .live-detail-main .course-info .courseright .btn-receipt {
	width: 220px;
	height: 40px;
	border-radius: 20px;
	background-image: linear-gradient(to right, #ffd78a, #ffbd41);
	text-align: center;
	line-height: 40px;
	margin-top: 12px;
	cursor: pointer;
}

.live-course-detailPage .live-detail-main .course-info .courseright .playlive {
	background: url(../images/icondata.png) 50px center no-repeat, linear-gradient(to right, #fc9ba1, #ff555e);
	color: #fff;
}
.live-course-detailPage .live-detail-main .course-info .courseright .playlive1 {
	background:linear-gradient(to right, #f9d3a2, #ae874e);
	color: #fff;
}
.live-course-detailPage .live-detail-main .course-info .courseright .playlive2 {
	background:linear-gradient(to right, #a4a4bb, #565972);
	color: #fff;
}
.live-course-detailPage {
	background: #f8fafc;
	width: 100%;
	min-width: 1200px;
}

.live-course-detailPage .live-course-content {
	margin-top: 40px;
	padding-bottom: 50px;
}

.live-course-detailPage .live-course-content .course_content_main {
	width: 830px;
	background: #fff;
	min-height: 225px;
}
.live-course-detailPage .live-course-content .course_content_main p{
	word-break:break-all;
	line-height: 22px;
}
.live-course-detailPage .live-course-content .course_content_main p img{
	display: block;
	width: 100%;

}
.live-course-detailPage .live-course-content .teacher_content_main {
	width: 350px;
	background: #fff;
	padding: 0 18px;
	box-sizing: border-box;
	padding-bottom: 27px;
}

.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-top{
	height:55px;
	width:100%;
	line-height: 55px;
	font-size: 18px;
	color: #2d3341;
	font-weight: 900;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-top1{
	width:100%;
	border:1px solid #f7f8f8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 8px;
	height: 328px;
    position: relative;
    padding: 0 15px;
}
.live-course-detailPage .live-course-content .teacher_content_main  .teacher img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher .name {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0 10px 0;
    width: 40px;
    text-align: center;
    color: #a6adbc;
}
.live-course-detailPage .live-course-content .teacher_content_main .teachernew {
    /* border-bottom: 1px solid #f6f6f6; */
    box-sizing: border-box;
    position: relative;
    padding-top: 0;
    height: 72px;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain{
	width:96px;
	height:24px;
	background:linear-gradient(to left,#ff9292,#ff5757);
	border-top-right-radius:12px ;
	border-bottom-right-radius: 12px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color:#fff;
	position: absolute;
	left:0;
	top:0;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain1{
	line-height: 30px;
    padding-top: 32px;
    font-weight: 900;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain2{
	padding-top: 4px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain2 span{
	font-size: 12px;
    color: #a6adbc;
    line-height: 12px;
    padding: 1px 0;
}
.live-course-detailPage .live-course-content .teacher_content_main .include{
	padding: 8px 0 0 0;
    min-height: 56px;
    margin-bottom: 5px;
}
.live-course-detailPage .live-course-content .teacher_content_main .include span:first-child{
	margin-left: 0;
}
.live-course-detailPage .live-course-content .teacher_content_main .include span{
	background: #f7f7f7;
    font-size: 12px;
    color: #a6adbc;
    padding: 2px 9px;
    margin-right: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain3{
	padding:4px 21px 16px;
	height:auto;
	display: inline-block;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain3 span{
	display: inline-block;
	width:62px;
	height:18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #a6adbc;
	background: #f7f7f7;
	margin-right:20px;
	margin-bottom: 12px;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain4{
	padding:4px 21px 16px;

}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain4 p{
	display: inline-block;
	width:60px;
	height:auto;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain5{
	width:240px;
	height:auto;
	display: inline-block;
	padding-top:12px;
	border-top:1px solid #f6f6f6;
	margin-left:27px;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain5 .teacher_content_main-topmain5-span1{
	float: left;
	font-size: 12px;
	color:#777e98;
	line-height: 28px;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain5 .teacher_content_main-topmain5-span2{
	float: right;
	font-size: 20px;
	color:#f13232;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain4 img,
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain4 span{
	display: block;

	height:auto;
	color:#777e98;
	font-size: 12px;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain4 span{
	padding-top:8px;
	width:40px;
	text-align: center;
}
.live-course-detailPage .live-course-content .teacher_content_main .teacher_content_main-topmain4 img{
	height:40px;
	width:40px;
}
.live-course-detailPage .live-course-content .course_content_main .ms-title {
	color: #2d3341;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 20px 25px;
	box-sizing: border-box;
}

.live-course-detailPage .live-course-content .course_content_main .content-title {
	background: url('../images/icontxt.png') no-repeat center bottom;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #2d3341;
	padding-bottom: 25px;
	line-height: 32px;
}

.live-course-detailPage .live-course-content .course_content_main .content-group {
	padding: 30px 50px 90px;
	box-sizing: border-box;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .groupitem {
	height: 80px;
	margin-top: 20px;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .itemleft {
	width: 80px;
	background: #2783f2;
	height: 80px;
	color: #fff;
	padding-top: 50px;
	box-sizing: border-box;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .easyms {
	background: url("../images/d1.png") no-repeat center 16px #2783f2;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .target {
	background: url("../images/d2.png") no-repeat center 16px #2783f2;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .con {
	background: url("../images/d3.png") no-repeat center 16px #2783f2;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .user {
	background: url("../images/d4.png") no-repeat center 16px #2783f2;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .itemright {
	color: #2d3341;
	font-size: 16px;
	line-height: 80px;
	width: 640px;
	height: 80px;
	/*text-align: center;*/
	box-shadow: 3px 0 10px #e0e0e0;
	padding-left: 40px;
	box-sizing: border-box;
}

.live-course-detailPage .live-course-content .course_content_main .content-group .itemright .txt {
	color: #2d3341;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;

}

.live-course-detailPage .live-course-content .teacher_content_main .teacher-con-title {
	padding: 20px 0 30px 0;
}

.live-course-detailPage .live-course-content .teacher_content_main .teacher-con-title .tit {
	font-size: 18px;
	color: #2d3341;
	font-weight: bold;
	line-height: 18px;
}

.live-course-detailPage .live-course-content .teacher_content_main .teacher-con-title .trylisten a {
	color: #2783f2;
	line-height: 18px;
}

.live-course-detailPage .live-course-content .teacher_content_main .teacherimg {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #f4f4f4;
}

.live-course-detailPage .live-course-content .teacher_content_main .teacherimg img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.live-course-detailPage .live-course-content .teacher_content_main .teacher-info {
	padding-bottom: 30px;
}

.live-course-detailPage .live-course-content .teacher_content_main .coursecon {
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.live-course-detailPage .live-course-content .teacher_content_main .coursecon .username {
	color: #2d3341;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.live-course-detailPage .live-course-content .teacher_content_main .coursecon .coursename {
	color: #777e98;
	line-height: 18px;
	padding-top: 12px;
}

.live-course-detailPage .live-course-content .before-video {
	margin-top: 20px;
}

.live-course-detailPage .live-course-content .before-video .teacher-con-title {
	padding: 20px 0;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main {
	width:100%;
    float: left;
    height: 293px;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    padding: 20px 15px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .tagsgroup .tag1 {
	color: #0569f4;
    font-size: 12px;
    background: #d4e5fe;
    padding: 2px 5px;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .tagsgroup .tag2 {
	font-size: 12px;
    color: #a6adbc;
    background: #f7f7f7;
    padding: 2px 5px;
    margin-left: 12px;
}
.live-course-detailPage .live-course-content .before-video .beforevideo-main .tagsgroup .tag2-left{
	margin-left:0 !important;
}
.live-course-detailPage .live-course-content .before-video .beforevideo-main .course-title {
	font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .video-time {
	background: url(../images/time.png) no-repeat left center;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 12px;
    color: #a6adbc;
    margin-top: 15px;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .teacher-info {
	padding-top: 25px;
	position: relative;
	padding-bottom: 0;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .teacher-info .techerimg {
	width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f4f4f4;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .teacher-info .techerimg img {
	width: 40px;
    height: 40px;
    border-radius: 100%;
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .teacher-info .teachername {
	font-size: 12px;
    color: #a6adbc;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    min-height: 16px
}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .looknum {
	color: #a6adbc;
    font-size: 12px;
    padding-top: 15px;

}

.live-course-detailPage .live-course-content .before-video .beforevideo-main .againlook {
	width: 82px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
	margin-top: 10px;

}
.live-course-detailPage .live-course-content .before-video .beforevideo-main .againlook-red{
	background: #ff515a;
}
.live-course-detailPage .live-course-content .before-video .beforevideo-main .againlook-blue{
	background: #a0c7f5;
}
.live-course-detailPage .live-course-content .before-video .beforevideo-main .againlook a {
	display: block;
    color: #fff;
}
.live-course-detailPage .live-course-content .before-video .beforevideo-main .againlook a:visited{
	color:#fff;
}
.live-course-detailPage .live-course-content .before-video .beforevideo-main .lookinfo {
	border-top: 1px solid #f6f6f6;
}

.live-learn-videoPage {
	position: relative;
}

.live-learn-videoPage .live-learnmenu {
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
	width: 100%;
	min-width: 1200px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .logo {
	line-height: 80px;
	display: inline-block;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .logo img {
	vertical-align: middle;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .playtxt {
	background: url(../images/iconplay.png) no-repeat left center;
	line-height: 80px;
	vertical-align: middle;
	padding-left: 28px;
	box-sizing: border-box;
	margin-left: 30px;
	font-size: 16px;
	color: #2783f2;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .live-title {
	line-height: 80px;
	color: #71777d;
	padding-left: 13px;
	box-sizing: border-box;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .share {
	background: url(../images/share.png) no-repeat left center;
	line-height: 80px;
	color: #71777d;
	padding-left: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.live-learn-videoPage .live-learnmenu .learn-topcontent a{
	float: left;
}
.live-learn-videoPage .live-learnmenu .learn-topcontent .phone {
	background: url(../images/phone.png) no-repeat left center;
	line-height: 80px;
	color: #71777d;
	padding-left: 30px;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 40px;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .userinfo .img {
	display: inline-block;
	height: 80px;
	line-height: 80px;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .userinfo img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	vertical-align: middle;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .userinfo {
	padding-left: 105px;
	box-sizing: border-box;
	position: relative;
}

.live-learn-videoPage .live-learnmenu .learn-topcontent .userinfo .name {
	line-height: 80px;
	color: #71777d;
	padding-left: 17px;
	box-sizing: border-box;
}

.learn-videpage-main {
	width: 100%;
	margin: 0 auto;
	padding: 118px 40px 100px;
	box-sizing: border-box;
	background: #f7f8f8;
	min-width: 1200px;
	display: inline-block;
}

.learn-videpage-main .learn-video-left {
	width: 70%;
	height: 776px;
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.learn-videpage-main .learn-video-left .govide-shoppings{
	width: 210px;
	height: 52px;
	background: rgba(0, 0, 0, 0.6);
	border-radius:50px;
	position: absolute;
	right:26px;
	bottom:110px;
	z-index: 9999;
	padding:0 20px;
	box-sizing: border-box;
	border:1px solid #6a7995;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.learn-videpage-main .learn-video-left .govide-shoppings span{
	display: block;
	width: 105px;
	color:#fff;
	font-size: 13.5px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains{
	width: 375px;
	height: 686px;
	background: #fff;
	border-radius: 12px;
	position: absolute;
	right:6px;
	bottom:calc(50% - 343px);
	z-index: 9999;
	display: none;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .coles{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: flex-end;
	padding:20px 11px 0;
	box-sizing: border-box;

}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .coles img{
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls{
	width: 100%;
	height: 616px;
	overflow-y: auto;
	padding:0 11px;
	box-sizing: border-box;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls::-webkit-scrollbar-thumb {
    background-color: #999; /* 根据需要调整颜色 */
    border-radius: 2px; /* 根据需要调整边角形状 */
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls::-webkit-scrollbar {
    width: 4px; /* 根据需要调整大小 */
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li{
	width: 100%;
	height: 116px;
	padding:10px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li.notxt{
	height: auto;
	text-align: center;
	color:#bebebe;
	font-size: 12px;
	width: 100%;
	padding-top: 30px;
	justify-content: center;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li.notxt:hover{
	background: #fff;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li:hover{
	background: #f3f3f4;
	border-radius: 12px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .les{
	width: 96px;
	height: 96px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .les img{
	display: block;
	width: 100%;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris{
	width: 216px;
	cursor: default;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .tits{
	width: 100%;
	color:#222222;
	font-size: 12px;
	padding-bottom: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .selects{
	width: 100%;
	display: flex;
	padding-bottom: 28px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .selects .ls{
	width:100%;
	height: 16px;
	position: relative;
	display: flex;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .selects .ls .sp1{
	color:#7a819a;
	font-size: 12px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .selects .ls .sp2{
	color:#fe603c;
	font-size: 12px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .selects .rs{
	width: 80px;
	height: 16px;
	padding-left: 10px;
	display: flex;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .selects .rs .sp1{
	color:#7a819a;
	font-size: 12px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .selects .rs .sp2{
	color:#fe603c;
	font-size: 12px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .pays{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .pays .ls{
	display: flex;
	align-items: flex-end;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .pays .ls .nums{
	color:#7a819a;
	font-size: 12px;
	line-height: 20px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .pays .ls .nums1{
	color:#fe603c;
	font-size: 12px;
	zoom: 0.8;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .pays .ls .nums1 span{
	font-size: 20px;
	padding:0 2px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .pays .rs{
	width: 88px;
	height: 28px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .pays .rs a{
	display: block;
	width: 78px;
	height: 28px;
	background: linear-gradient(to right bottom,#fe623a,#fc585d);
	text-align: center;
	line-height: 28px;
	color:#fff;
	font-size: 12px;
	border-radius: 5px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .txts{
	color:#7a819a;
	font-size: 12px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 5px;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .contents{
	width: 100%;
	display: flex;
	margin-bottom: 6px;
	flex-wrap: wrap;
	height: 20px;
	overflow: hidden;
}
.learn-videpage-main .learn-video-left .govide-shoppings-mains .uls li .ris .contents span{
	display: block;
	padding:0 8px;
	color:#fd5054;
	font-size: 12px;
	border:1px solid #fd5054;
	height: 18px;
	line-height: 18px;
	border-radius: 5px;
	margin-right: 8px;
	zoom: 0.9;
	margin-bottom: 8px;
}
.liveleft-nav .logo{
	position: static;
	margin-right: 20px;
}
.learn-videpage-main .commit-video-right {
	width: 27%;
	height: 776px;
	background: #fff;
}

.learn-videpage-main .commit-video-right .tabgroup {
	width: 100%;
}

.learn-videpage-main .commit-video-right .tabgroup .tab {
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	color: #777e98;
	padding: 25px 0;
	cursor: pointer;
	font-weight: 900;
	position: relative;
}
.learn-videpage-main .commit-video-right .tabgroup .tab span{
	width: 42px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 9px;
    color: #fff;
    background: linear-gradient(0deg,#ff6536,#fd4e55);
    position: absolute;
    left: calc(50% + 20px);
    top: 8px;
    margin-left: -0.5px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}
.learn-videpage-main .commit-video-right .tabgroup .tab.active {
	color: #2783f2;
	border-bottom: 2px solid #2783f2;
}

.learn-videpage-main .commit-contentbox .user-chat-top {
	/*height:435px;*/
	height: 70%;
	padding-top: 10px;
	box-sizing: border-box;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist-box {
	overflow-y: auto;
	height: 98%;
}
.learn-videpage-main .commit-contentbox .user-chat-top .chatlist-box::-webkit-scrollbar {
	display: none;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom {
	height: 30%;
	clear: both;
}

.learn-videpage-main .commit-contentbox .commit-main {
	width: 100%;
	height: 100%;
}

.learn-videpage-main .commit-contentbox {
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 701px;
	position: relative;
}
.learn-videpage-main .commit-contentbox .positionnew{
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	display: flex;

}
.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed{
	width: 100%;
	height: auto;
	position: relative;
}
.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed .positionnew-warpsed-in{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	padding:5px 0;
}
.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed .positionnew-warpsed-btn,
.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed .positionnew-warpsed-btn1{
	width: 100%;
	display: flex;
	justify-content: center;
	padding:5px 0;
	align-items: center;
	cursor: pointer;
}
.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed .positionnew-warpsed-btn img,
.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed .positionnew-warpsed-btn1 img{
	cursor: pointer;
	display: block;
	width: 11px;
	height: 12px;
}

.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed .positionnew-warpsed-btn span,
.learn-videpage-main .commit-contentbox .positionnew .positionnew-warpsed .positionnew-warpsed-btn1 span{
	color:#fff;
	font-size: 12px;
	padding-left: 8px;
}
.positionnew-notice{
	font-size: 14px;
	line-height: 30px;
	width: 20%;
	text-align: right;
	color: #ffffff;
}
.positionnew-content{
	width:80%;
	color: #fff;
	word-break:break-all;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
}
.positionnew-content.hover{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display: block !important;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist {
	position: relative;
	margin-top: 20px;

}
/* 讲师样式 */
.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .live-user-lecturer{
	background: #ea120e;
	padding: 2px 5px;
	color: #ffffff;
	border-radius: 10px;
	margin-right: 5px;
	display: inline-block;
}
/* 管理员样式 */
.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .live-user-manage{
	background: #29e829;
	padding: 2px 5px;
	color: #ffffff;
	border-radius: 10px;
	margin-right: 5px;
	display: inline-block;
}
.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .userimg {
	width: 45px;
	height: 45px;
	position: absolute;
	border-radius: 100%;
	top: 12px;
	left: 0;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .userimg img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .chat-con {
	padding-left: 60px;
	box-sizing: border-box;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .chat-con .chat-username {
	color: #2d3341;
	padding-bottom: 8px;
	line-height: 14px;
	padding-top: 0;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .chat-con .txt {
	color: #777e98;
	background: #f2f2f2;
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	max-width: 380px;
	word-break: break-all;
	word-wrap: break-word;
}
.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .not-userself .chat-con .txt::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid #f2f2f2;
	position: absolute;
	top: 12px;
	left: -10px;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .userself .userimg {
	right: 0;
	left: auto;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .chatbox {
	position: relative;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .userself .chat-con {
	padding-left: 0;
	padding-right: 60px;

}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .userself .chat-username {
	text-align: right;
}

.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .userself .chat-con .txt {
	background: #2783f2;
	color: #fff;
	display: inline-block;
	float: right;
	word-break: break-all;
	position: relative;
	max-width: 380px;
	word-wrap: break-word;
}
.learn-videpage-main .commit-contentbox .user-chat-top .chatlist .userself .chat-con .txt::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);
	border-left: 5px solid #2783f2;
	border-right: 5px solid rgba(0,0,0,0);
	position: absolute;
	top: 12px;
	right: -10px;
}
.no-speaking{
	width: 100%;
	height: 150px;
	position: absolute;
	background: #F6F6F6;
	color: #ff000b;
	text-align: center;
	font-size: 20px;
	line-height: 150px;
	top: 52px;
	display: none;
}
.no-speaking-pop{
	width: 284px;
	height: 110px;
	margin: 20px auto 0;
}
.no-speaking-pop li{
	width: 130px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	height: 50px;
	text-align: center;
	line-height:50px;
	border: 1px solid #2e9cfa;
	border-radius: 10px;
	cursor:pointer;
	background: #ffffff;
	color: #000000;
}
.no-speaking-pop li.on{
	background:#2e9cfa;
	color: #ffffff;
}
.no-speaking-pop li:nth-child(3),.no-speaking-pop li:nth-child(4){
	margin-bottom: 0;
}
.no-speaking-pop li:nth-child(even){
	margin-right: 0;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom {
	border-top: 1px solid #efefef;
	box-sizing: border-box;
	position: relative;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info {
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 22px;
	/*height: 30%;*/
	position: relative;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .emoji-box{
	position: absolute;
	width: 330px;
	height: 167px;
	left: 0;
	z-index: 999;
	top: -175px;
	overflow: hidden auto;
	padding-bottom: 8px;
	border-radius: 10px;
	background-color: #ffffff;
	display: none;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .emoji-box-mask{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 998;
	background: transparent;
	display: none;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .emoji-box li{
	width: 25px;
	height: 25px;
	float: left;
	margin: 8px 0 0 8px;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .emoji-box li img{
	display: block;
	width: 25px;
	height: 25px;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .emoji {
	width: 22px;
	height: 22px;
	background: url(../images/emoji.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .right-options{
	display: inline-block;
	vertical-align: middle;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .right-options .in-live-look-text{
	margin-right: 30px;
	color: #2b82fc;
	padding: 2px 0;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .right-options .end-live{
	padding: 2px 10px;
	border-radius: 10px;
	background: #227dfb;
	color: #ffffff;
	box-shadow: 0 5px 12px -3px #227dfb;
}
.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .look {
	display: inline-block;
	vertical-align: middle;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .look label {
	display: flex;
	align-items: center;
	height: 22px;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom .send-info .look span {
	color: #777e98;
	font-size: 12px;
	padding-left: 7px;
	box-sizing: border-box;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom textarea {
	background: #f7f8f8;
	border: none;
	height: 45%;
	resize: none;
	padding: 10px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	outline:none;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom .putobox {
	height: 25%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom .putobox .lefttxt {
	color: #aab0c0;
}

.learn-videpage-main .commit-contentbox .user-reply-bottom .putobox .btns {
	width: 90px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	color: #2783f2;
	background: #cfe2f9;
	line-height: 30px;
	cursor: pointer;
}

/*播放学习*/
.play-index-page {
	width: 100%;
	background: #2c2a3c;
	min-width: 1200px;
}

.play-index-page .play-indexpage-main {
	width: 1200px;
	margin: 0 auto;
}

.video-outobx {
	height: 620px;

}

.play-index-page .play-indexpage-main .video-outobx .learn-chapt {
	padding: 20px 0;
	position: relative;
}
.play-index-page .play-indexpage-main .video-outobx .learn-chapt .timeout{
	width:334px;
	height:70px;
	border-bottom: 2px solid #fff;
	position: absolute;
	right:0;
	top:0;
	box-sizing: border-box;
}
.play-index-page .play-indexpage-main .video-outobx .learn-chapt .timeout li{
	width:100px;
	text-align: center;
	line-height: 68px;
	color:#ffffff;
	font-size: 16px;
	font-weight: 900;
	height:68px;

	cursor: pointer;
	float: left;
}
.play-index-page .play-indexpage-main .video-outobx .learn-chapt .timeout li.hover{
	color:#2783f2;
	font-size: 16px;
	font-weight: 900;
	border-bottom: 2px solid #2783f2;

	background:#000;
}
.play-index-page .play-indexpage-main .video-outobx .learn-chapt .shownav {
	color: #aab0c0;
	line-height: 30px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-chapt .playbtn {
	width: 90px;
	height: 30px;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #ff4f59;
	margin: 0 5px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-chapt .tit {
	color: #fff;
	line-height: 30px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videoleft {
	width: 866px;
	height: 493px;
	background: #1b1b1b;

}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt {
	width: 334px;
	height: 493px;
	/* padding:0 20px; */
	box-sizing: border-box;
	background: #1b1b1b;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-tit {
	background: #1b1b1b url("../images/chapt.png") no-repeat 20px center;
	padding: 10px 20px 10px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #aab0c0;
	position: sticky;
	top: 0;
	z-index: 10;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-tit .tit {
	color: #fff;
	font-size: 16px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-tit .update-txt {
	font-size: 12px;
	color: #777e98;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-listbox {
	width: 100%;
	padding: 0 20px 10px;
	box-sizing: border-box;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-listbox .ctitle {
	color: #fff;
	font-weight: bold;
	padding:10px 0;
	position: sticky;
	top: 40px;
	z-index: 1;
	background: #1c1c1c;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-listbox .lefttitle {
	color: #aab0c0;
	line-height: 14px;
	width: 80%;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-listbox .rightplay {
	line-height: 14px;
	color: #ff4f59;
	background: url(../images/redplay.png) no-repeat right center;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 12px;
}
.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-listbox .rightplay-time{
	line-height: 14px;
	color: #aab0c0;
	box-sizing: border-box;
	font-size: 12px;
}
.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-listbox .listitem {
	margin-top: 10px;
	background: url(../images/iconbf.png) no-repeat left center;
	padding:5px 0 5px 22px;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	justify-content:space-between;
}

.play-index-page .play-indexpage-main .video-outobx .learn-video-box .videochapt .chapt-listbox .listitem.active .lefttitle {
	color: #ff4f59;
	max-width: 72%;
}

.play-index-page .play-indexpage-main .video-outobx .learn-nums-box .infoleft {
	padding-top: 12px;
	box-sizing: border-box;
}

.play-index-page .play-indexpage-main .video-outobx .learn-nums-box .learnnums {
	color: #ff4f59;
	background: url(../images/iconnum.png) no-repeat left center;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 24px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-nums-box .nums-infobox {
	width: 866px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-nums-box .lookphone {
	background: url(../images/iphone2.png) no-repeat left center;
	color: #777e98;
	padding-left: 27px;
	box-sizing: border-box;
	margin-left: 60px;
	line-height: 24px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-nums-box .pclook {
	background: url(../images/iconpc.png) no-repeat left center;
	color: #777e98;
	padding-left: 32px;
	box-sizing: border-box;
	margin-left: 23px;
	line-height: 24px;
}

.play-index-page .play-indexpage-main .video-outobx .learn-nums-box .write-book {
	width: 120px;
	height: 30px;
	border-radius: 15px;
	color: #ff4f59;
	font-size: 12px;
	border: 1px solid #ff4f59;
	line-height: 30px;
	background: url(../images/pen.png) no-repeat 20px center;
	padding-left: 50px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 8px;
}

.play-index-page .page-two-pagegroup .menus {
	padding-left: 64px;
	box-sizing: border-box;
}

.play-index-page .page-two-pagegroup .menus .menu-item {
	margin-right: 85px;
	user-select: none;
}

.play-index-page .tab-contentbox {
	background: #f8fafc;
	padding-top: 1px;
	width: 100%;
	min-width: 1200px;
}

.play-index-page .tab-contentbox .tab-content-main {
	width: 1200px;
	margin: 40px auto 0;
	padding-bottom: 40px;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left {
	width: 800px;

}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-right {
	width: 360px;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .func-btn {
	width: 120px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #ff4f59;
	border-radius: 15px;
	margin: 0 0 25px;
	cursor: pointer;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .imgs {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #aab0c0;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .imgs img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox {
	border-top: 1px solid #efefef;
	padding-bottom: 70px;
}
#question-content-handout .commit-listbox{
	border-top: none;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists {
	border-bottom: 1px solid #efefef;
	padding: 30px 0 0;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .commit-con {
	padding-left: 32px;
	box-sizing: border-box;
	width: 700px;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .qus-title {
	font-size: 16px;
	font-weight: bold;
	color: #2d3341;
	padding-bottom: 15px;
	max-width: 500px;
	position: relative;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .important {
	background: url('../images/redpen.png') no-repeat left center;
	color: #ff4f59;
	font-size: 12px;
	padding-left: 23px;
	margin-left: 6px;
	line-height: 27px;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .qus-con {
	color: #aab0c0;
	border-left: 2px solid #aab0c0;
	padding-left: 5px;
	line-height: 16px;
	box-sizing: border-box;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .qus-time {
	color: #aab0c0;
	line-height: 14px;
	padding: 13px 0 30px;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .question-content {
	width: 100%;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .question-content .content-maininfo {
	background-color: #fff;
	padding: 25px 20px 0;
	box-sizing: border-box;
}

.commit-page {
	text-align: center;
	padding: 40px 0 0 0;
}
.commit-page .disabled{
	font-size: 16px;
	color: #777e98;
	padding:0 25px;
	box-sizing: border-box;
	background: none;
}
.commit-page .prebtn{
	font-size: 16px;
	color: #777e98;
	padding:0 25px;
	box-sizing: border-box;
	background: none;
}
.commit-page .nextbtn{
	font-size: 16px;
	color: #777e98;
	padding:0 25px;
	box-sizing: border-box;
	background: none;
}
.commit-page .zxfPagenum{
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
	font-size: 16px;
	color: #777e98;
	background:none;
	margin:0;
	line-height: 27px;
}
.commit-page span{
	font-size: 16px;
	color: #777e98;

}
.commit-page .current{
	background: #aab0c0;
	width: 25px;
	height: 25px;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	line-height: 25px;
}
.commit-page .zxfokbtn{
	display: inline-block;
}
.commit-page .zxfinput{
	height:21px;
	width: 30px;
	margin:0 8px;
}
.commit-page .firstpage {
	padding-right: 40px;
	box-sizing: border-box;
}

.commit-page .firstpage a {
	font-size: 16px;
	color: #777e98;
}

.commit-page .items {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
}

.commit-page .items a {
	font-size: 16px;
	color: #777e98;
	display: block;
	text-align: center;
}

.commit-page .items.active a {
	background: #aab0c0;
	color: #fff;
	border-radius: 100%;
}

.commit-page .nextpage a {
	font-size: 16px;
	color: #777e98;
	padding-left: 50px;
	box-sizing: border-box;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .commit-con .qus-two-box {
	display: flex;
	align-items: center;
	padding-bottom: 35px;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .commit-con .qus-two-box .tit {
	max-width: 500px;
	color: #2d3341;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .commit-con .qus-two-box .playtime {
	width: 120px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	color: #fff;
	background: url(../images/iconvbf.png) no-repeat 19px center #ff4f59;
	padding-left: 43px;
	box-sizing: border-box;
	margin-left: 20px;
	cursor: pointer;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .teacher-score .teachername {
	font-size: 16px;
	color: #777e98;
	padding-right: 40px;
	box-sizing: border-box;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .teacher-score .score {
	position: relative;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .teacher-score .score .has-score {
	position: absolute;
	top: 0;
	left: 0;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .say-con {
	color: #2d3341;
	padding-top: 7px;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .lists .file_name {
	max-width: 500px;
	padding: 0 0 0 55px;
	color: #2d3341;
	box-sizing: border-box;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .filelists {
	padding: 15px 0;
	background: url(../images/file.png) no-repeat 3px center;
}

.play-index-page .tab-contentbox .tab-content-main .tab-content-main-left .commit-listbox .filelists .download_file {
	background: url(../images/down.png) no-repeat left center;
	padding: 0 30px 0 35px;
	cursor: pointer;
	box-sizing: border-box;
	color: #ff4f59;
}

.tab-content-main-right .usually-course-question {
	box-shadow: 0 0 10px #e0e0e0, 0 0 0 #e0e0e0;
	padding: 0 35px 30px 35px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}

.tab-content-main-right .usually-course-question .title {
	font-size: 16px;
	color: #2d3341;
	font-weight: bold;
	padding-top: 30px;
	line-height: 20px;
	text-align: center;
}

.tab-content-main-right .usually-course-question ul li {
	padding-top: 29px;
	line-height: 16px;
}

.tab-content-main-right .usually-course-question ul li a {
	font-size: 16px;
	color: #777e98;
	display: block;
	line-height: 16px;
	padding: 3px 0;
}

.tab-content-main-right .course-evaluate {
	box-shadow: 0 0px 10px #e0e0e0, 0 0px 0px #e0e0e0;
	padding: 0 35px 30px 35px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 35px;
	border-radius: 5px;
}

.tab-content-main-right .course-evaluate .tit {
	font-size: 20px;
	color: #2d3341;
	font-weight: bold;
	padding-top: 30px;
	line-height: 20px;
}

.tab-content-main-right .course-evaluate textarea {
	width: 100%;
	height: 170px;
	border-radius: 5px;
	resize: none;
	background: #f8fafc;
	border: 1px solid #efefef;
	margin-top: 22px;
	padding: 10px 10px 10px 10px;
}

.tab-content-main-right .course-evaluate .give-scorebox {
	padding-top: 30px;
}

.tab-content-main-right .course-evaluate .give-scorebox .score {
	position: relative;
	margin-top: 3px;
}

.tab-content-main-right .course-evaluate .give-scorebox .lightstar {
	position: absolute;
	top: 0;
	left: 0;
}

.tab-content-main-right .course-evaluate .give-scorebox .btns {
	width: 80px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #ff4f59;
}

.play_make_box {
	background: #fff;
	border-radius: 10px;
	padding: 0 45px 30px;
	box-sizing: border-box;
}

.skinborder {
	border-radius: 5px !important;
}

.play_make_box .title {
	padding: 25px 0 25px 0;
	color: #2d3341;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.play_make_box .write {
	width: 100%;
	height: 193px;
	background: #f8fafc;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding: 15px 0 0 20px;
	box-sizing: border-box;
	resize: none;
	outline: none;
}

.play_make_box .score-box {
	margin-top: 28px;
}

.play_make_box .score-box .starbox {
	position: relative;
	margin-top: 3px;
}

.play_make_box .score-box .starbox .lightstar {
	position: absolute;
	top: 0;
	left: 0;
}

.play_make_box .btn_comment {
	width: 120px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	border-radius: 15px;
	background: #ff4f59;
	text-align: center;
	cursor:pointer;
}

.play_make_box .book-time {
	padding-bottom: 10px;
}

.play_make_box .book-time .timetxt {
	color: #2d3341;
	padding-right: 20px;
	box-sizing: border-box;
	line-height: 30px;
}

.play_make_box .book-time .timebtn {
	width: 120px;
	height: 30px;
	border-radius: 15px;
	background: url(../images/iconvbf.png) no-repeat 17px center #ff4f59;
	line-height: 30px;
	color: #fff;
	padding-left: 42px;
	box-sizing: border-box;

}

.play_make_box .book-info-bottom {
	margin-top: 20px;
}

.play_make_box .book-info-bottom .sign {
	color: #777e98;
	line-height: 25px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-top: 3px;
}

.play_make_box .book-info-bottom .important {
	width: 90px;
	height: 25px;
	border-radius: 12.5px;
	border: 1px solid #aab0c0;
	background: url(../images/pen1.png) no-repeat 10px center;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 12px;
	color: #aab0c0;
	line-height: 25px;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 3px;
}

.play_make_box .book-info-bottom .important.active{
	border: 1px solid #ff4f59;
	background: url(../images/pen2.png) no-repeat 10px center #ff4f59;
	color: #fff;
}

/* 网校名师 */
.teacher-mainPage .teacher-top-bg {
	width: 100%;
	height: 421px;
	/*background: url(../images/teacherbg.png)no-repeat center center;*/
}
.teacher-mainPage .teacher-top-bg  .teacher-content-main{
	width:1200px;
	margin:0 auto;
}
.teacher-mainPage .teacher-top-bg img{
	width:100%;
	height:421px;
}
.teacher-mainPage .teacher-top-bg .teacher-content {
	width: 1200px;
	margin: 0 auto;
}

/* 章节练习 */
.chapter_page .user-info {
	width: 100%;
	height: 120px;
	background: #2783f2;
	min-width: 1200px;
}

.chapter_page .user-info .user-info-content {
	width: 1200px;
	margin: 0 auto;
	line-height: 120px;
	position: relative;
	height: 120px;
}

.chapter_page .user-info .user-info-content .avatar {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #002738;
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -25px;
}

.chapter_page .user-info .user-info-content .avatar img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: block;
}

.chapter_page .user-info .user-info-content .topicleft {
	padding-left: 85px;
	box-sizing: border-box;
	height: 120px;
	line-height: 120px;
}

.chapter_page .user-info .user-info-content .topicleft .topicleft-info {
	line-height: 120px;
	vertical-align: middle;
	display: inline-block;
	padding-left: 10px;
}
.chapter_page .user-info .user-info-content .topicleft .username{
	line-height:normal !important;
}
.chapter_page .user-info .user-info-content .topicleft .plus-topic{
	line-height:normal !important;
}
.chapter_page .user-info .user-info-content .topicleft .username .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	padding-right: 15px;
}

.chapter_page .user-info .user-info-content .topicleft .username .imgs {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	cursor: pointer;
	position: relative;
}
.chapter_page .user-info .user-info-content .topicleft .username .imgs .select-topic-infobox{
	position: absolute;
	top:30px;
	left:0;
}
.chapter_page .user-info .user-info-content .topicleft .username .imgs .select-topic-infobox .put-inner{
	position: relative;
}
.chapter_page .user-info .user-info-content .topicleft .username .imgs .select-topic-infobox .put-inner img{
	width:20px;
}
.chapter_page .user-info .user-info-content .topicleft .username .imgs .select-topic-infobox .put-inner .txt{
	position: absolute;
	left:50%;
	margin-left:-175px;
	top:17px;
	background: #fff;
	border-radius:7px;
	width:350px;
	height:35px;
	padding:0 20px;
	box-sizing: border-box;
}
.chapter_page .user-info .user-info-content .topicleft .username .imgs .txtleft{
	line-height: 35px;
}
.chapter_page .user-info .user-info-content .topicleft .username .imgs .txtright{
	line-height: 35px;
}
.chapter_page .user-info .user-info-content .topicleft .username .open {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 20px;
	background-color: #ffbc3d;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	margin-left: 8px;
	line-height: 20px;
	cursor: pointer;
}

.chapter_page .user-info .user-info-content .topicleft .plus-topic {
	color: #bbdaff;
}

.chapter_page .user-info .user-info-content .topicright {
	line-height: 120px;
	height: 120px;
}

.chapter_page .user-info .user-info-content .topicright .topnum {
	display: inline-block;
	vertical-align: middle;
	margin-left: 65px;
}

.chapter_page .user-info .user-info-content .topicright .topnum .maketopic {
	position: relative;
	width: 56px;
	text-align: center;
}

.chapter_page .user-info .user-info-content .topicright .num {
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	width: 35px;
	position: relative;
}

.chapter_page .user-info .user-info-content .topicright .txt {
	color: #fff;
	position: absolute;
	right: -7px;
	bottom: 2px;
	line-height: 14px;
}

.chapter_page .user-info .user-info-content .topicright .maketopicnum {
	color: #fff;
	padding-top: 10px;
	line-height:normal !important;
}

.chapter_page .chapter-page-content {
	width: 1200px;
	margin: 0 auto;
}

.chapter_page .chapter-page-content .topic-banner {
	padding: 20px 0;

}
.book-warp-newsmain{
	width: 1200px;
	padding:20px 0;
	margin: 0 auto;
}
.chapter_page .chapter-page-content .topic-banner a {
	display: block;
}

.chapter_page .chapter-page-content .topic-banner a img {
	display: block;
	width: 100%;
	height: 80px;
}

.chapter_page .chapter-page-content .topic-main-left {
	width: 925px;
}

.chapter_page .chapter-page-content .topic-main-left .major-boxmain {
	min-height: 150px;
	margin-bottom: 10px;

}

.chapter_page .chapter-page-content .topic-main-right {
	width: 260px;
}

.chapter_page .chaper-page-contentbox {
	width: 100%;
	background-color: #f8fafc;
	min-width: 1200px;
}

.major-select-pagemain {
	background-color: #fff;
	padding: 20px 30px 20px;
	box-sizing: border-box;
	position:relative;
	margin-bottom: 10px;
}
.major-select-pagemain .change-major-contentbox{
	position:fixed;
	top:50%;
	left:50%;
	z-index:10;
	margin-left: -230px;
	margin-top:-140px;
}
.major-select-pagemain .change-major-children{
	width:460px;
	height:280px;
	background: #fff;
	border-radius:5px;
	padding:20px 15px 20px 25px;
	box-sizing: border-box;
}

.newsubject{
	width:100%;
}
.newsubject li{
	padding:0 12px;
	height:32px;
	line-height: 32px;
	text-align: center;
	color:#fffefe;
	background: #dcdddd;
	border-radius: 22px;
	float:left;
	margin-bottom:18px;
	margin-right: 26px;
	cursor: pointer;
}

.newsubject .newsubject-li{
	background: #2783f2;
	color:#fff;
}
.major-select-pagemain .change-major-children .active-major{
	width:150px;
	height:40px;
	border-radius:5px;
	background: #d4e5fe;
	color:#2783f2;
	text-align: center;
	line-height: 40px;
	margin-right:50px;
	font-weight: normal;
}
.major-select-pagemain .change-major-children .change-top .change{
	line-height: 40px;
	height:40px;
	color:#898989;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
}
.major-select-pagemain .change-major-children .all-subject{
	padding-top:12px;
}
.major-select-pagemain .change-major-children .subject-left{
	width:150px;
	background: #efefef;
	border-radius:5px;
	padding:10px 5px;
	box-sizing: border-box;
}
.major-select-pagemain .change-major-children .subject-left .some-sub{
	text-align: center;
	height:37px;
	line-height: 37px;
	color:#595757;
	box-sizing:border-box;
	cursor: pointer;
	font-weight: normal;
}
.major-select-pagemain .change-major-children .subject-left .some-sub.active{
	color: #2783f2;
}
.major-select-pagemain .change-major-children .subject-right{
	height:180px;
	overflow-y: auto;
}
.major-select-pagemain .change-major-children .subject-right ul li:first-child{
	margin-top:10px;
}
.major-select-pagemain .change-major-children .subject-right ul li{
	color:#777e98;
	padding:0 40px 0 40px;
	margin-top:15px;
	cursor: pointer;
	line-height: normal;
	font-weight: normal;
}
.major-select-pagemain .change-major-contentbox .children-selectbox{
	position: relative;
	padding-left:14px;
	box-sizing: border-box;
	width:200px;
	max-height: 280px;
	overflow-y: auto;
}
.major-select-pagemain .change-major-contentbox .children-selectbox .shape{
	position: absolute;
	left:0;
	width:14px;
	height:16px;
	top:30px;
	background: url(../images/leftrule.png) no-repeat;
}
.major-select-pagemain .change-major-contentbox .children-selectbox ul{
	background: #fff;
	border-radius:5px;
	padding:22px 40px;
	width:185px;
	box-sizing: border-box;
}
.major-select-pagemain .change-major-contentbox .children-selectbox ul li:first-child{
	margin-top:0;
}
.major-select-pagemain .change-major-contentbox .children-selectbox ul li{
	color:#777e98;
	margin-top:15px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
}
.major-select-pagemain .change-major-contentbox .children-selectbox ul li.active{
	background: url(../images/selectmoj.png) no-repeat right center;
	background-size: 12px;
	color: #2783f2;
}
.major-select-pagemain .change-major-contentbox .children-selectbox ul li:hover{
	color: #2783f2;
}
.major-select-pagemain .major-select .change-major-children .subject-right ul li:hover{
	color: #2783f2;
}
.major-select-pagemain .major-select .change-major-children .subject-right ul li.active{
	background: url(../images/selectmoj.png) no-repeat right center;
	background-size: 12px;
	color: #2783f2;
}
.major-select-pagemain .major-select .change-major-children .subject-left .sub1{
	border-bottom:1px dashed #dcdddd;
}
.major-select-pagemain .major-select .type-title {
	color: #2d3341;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.major-select-pagemain .change-major {
	width: 77px;
	height: 24px;
	color: #fff;
	background-color: #2983f1;
	text-align: center;
	line-height: 24px;
	margin-left: 10px;
	cursor: pointer;
	font-weight: 400;
	font-size: 12px;
	border-radius: 22px;
	background: linear-gradient(to right,#0291fb,#00c1fe);
}

.major-group {
	padding: 20px 30px 0;
	box-sizing: border-box;
	background-color: #FFF;
}
.major-groupnew-bootm{
	padding-bottom: 20px;
	padding-top: 0;
}

.major-group .major-tit {
	color: #777e98;
	padding-right: 23px;
	box-sizing: border-box;
	line-height: 28px;
}

.major-group .major-type {
	color: #2d3341;
	box-sizing: border-box;
	width: 94px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 23px;
	position: relative;
	margin-bottom: 15px;
	padding: 0 5px;
}

.major-group .major-type a span{
	display: block;
	width:36px;
	height:16px;
	background: #ff4f59;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 18px;
	color:#fff;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	left:52px;
	top:-12px;
}
.timespracticeExam{
	width: 100%;
	color:#ff535d;
	font-size: 14px;
	text-align: right;
	padding:0 30px 30px;
	box-sizing: border-box;
}
.major-group .major-type a:hover{
	color: #2882f2 !important;
	transition: all .3s;
}

.major-group .major-typ a {
	color: #2d3341;
}
.major-group .major-type.active img{
	display: block;
	width: 33px;
	height: 14px;
	position: absolute;
	right:-12px;
	top:-10px;
}
.major-group .major-type img{
	display: block;
	width: 33px;
	height: 14px;
	position: absolute;
	right:-12px;
	top:-10px;
}
.major-group .major-type.active {
	background-color: #d4e5fe;
	border-radius: 14px;
}

.major-group .major-type.active a {
	color: #2783f2;
}

.major-group .major-type-last {
	margin-right: 0;
}
.chapter_page .chaper-page-contentbox .topic-main-box {
	background-color: #fff;
	padding: 30px 30px 0;
}
.newmajor-ul{
	width:800px;
	float:left;
}
.newmajor-ul li{
	color: #2d3341;
    box-sizing: border-box;
	padding:0 12px;
    height: 28px;
    line-height: 28px;
	text-align: center;
}
.newmajor-ul li:hover{
	color: #2882f2 !important;
	transition: all .3s;
}
.newmajor-ul a{
	display: block;
	color: #2d3341;
    box-sizing: border-box;

    height: 28px;
    line-height: 28px;
    text-align: center;
	margin-right: 35px;
	float:left;
	margin-bottom: 20px;
}
.newmajor-ul a:last-child{
	margin-right: 0;
}
.newmajor-ul .newmajor-ul-a{
	/*background-color: #d4e5fe;*/
	border-radius: 14px;
	/*color:#2783f2;*/
}
.newmajor-ul .newmajor-ul-a li.active{
	background-color: #d4e5fe;
	border-radius: 14px;
	color:#2783f2;
}
.newmajor-ul2{
	width:420px;
}
.newmajor-ul2 li a{
	display: block;
	padding:0 12px;
	height: 32px;
	height: 32px;
    line-height: 32px;
    color: #fffefe;
    background: #dcdddd;
    border-radius: 22px;

    margin-bottom: 18px;
    margin-right: 26px;
    cursor: pointer;
}
.newmajor-ul2 .newmajor-ul2-li{
	background: #2783f2;
    color: #fff;
}
.newmajor-ul2 li{
	float:left;
}
.table-table-boutique{
	width: 100%;
	height: auto;
	background: #3b3849;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.table-table-boutique .lefts{
	width: 120px;
	height: 120px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.table-table-boutique .lefts img{
	display: block;
	width: 120px;
	height: 120px;
}
.table-table-boutique .rights{
	width: calc(100% - 160px);
	padding: 20px 20px 0 0;
	margin-bottom: 20px;
	box-sizing:border-box;
}
.table-table-boutique .rights .tps{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.table-table-boutique .rights .tps .les{
	color:#ffffff;
	font-size: 16px;
}
.table-table-boutique .rights .tps .ris{
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all .3s;
}
.table-table-boutique .rights .tps .ris.facultyInfo-material-down img{
	transform: rotate(90deg);
	transition: all .3s;
}
.table-table-boutique .rights .tps .ris span{
	color:#ffffff;
	font-size: 14px;
	padding-right: 5px;
}
.table-table-boutique .rights .cens{
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	background: #fdcb91;
	border-radius: 3px;
	display: inline-block;
	color:#3b3849;
	font-size: 12px;
	margin-bottom: 14px;
}
.table-table-boutique .rights .btms{
	transition: all .3s;
	color:#ffdcb7;
	font-size: 14px;
	height: 38px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.table-table-boutique .rights .btms.facultyInfo-material-down{
	overflow:inherit;
	height: auto;
	display: block;
	transition: all .3s;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .table-head {
	background-color: #efefef;
	border-radius: 3px;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 20px;

}
.chapter_page .chaper-page-contentbox .topic-main-box .table .table-head .topicmake{
	background: none;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .table-body-top {
	border: 1px solid #efefef;
	border-radius: 5px;
	margin-top: 10px;
	/*height:50px;*/
	/*overflow: hidden;*/
	/*transition: max-height ease-out 0.2s;*/
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .table-list {
	display: none;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .title {
	color: #2d3341;
	line-height: 30px;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .catelog {
	width: 50%;
	line-height: 30px;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .topicstatus {
	width: 15%;
	line-height: 30px;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .topicmakenews{
	width: 10%;
	cursor: pointer;
	line-height: 30px;
	color: #6caefd ;
	border:1px solid #6caefd ;
	border-radius: 30px;
	box-sizing: border-box;
	text-align: center;

	font-size: 12px;

}
.chapter_page .chaper-page-contentbox .topic-main-box .table .topicmakenews:hover{
	color:#0099ff !important;
	box-shadow: 0 0 4px #6caefd ;
	border:none;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .topicrate {
	width: 15%;
	line-height: 30px;

}

.chapter_page .chaper-page-contentbox .topic-main-box .table .topicmake {
	width: 10%;
	background: url(../images/pen3.png) no-repeat left center;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .topicmake.practice-free-no{
	background: url(../images/prohibit-practice.png) no-repeat left center;
}
.chapter_page .chaper-page-contentbox .topic-main-box{
	background: #fff;
	padding:30px 30px;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header {
	position: relative;
	padding: 10px 30px 10px;
	cursor: pointer;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header .ispay{
	height:30px;
	line-height: 30px;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header .paytag{
	width:50px;
	height:20px;
	text-align: center;
	line-height: 20px;
	color:#fff;
	border-radius:10px;
	font-size:12px;
	display: inline-block;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header .paytag.tag1{
	background-image: linear-gradient(to right, #6caefd , #2783f2);
	margin-right: 10px;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header .paytag.tag2{
	background-image: linear-gradient(to right, #fca0a5 , #ff505a);
	margin-right: 10px;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header.up {
	background: url(../images/rulde.png) no-repeat 12px center;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header .txt {
	color: #777e98;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header .title {
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #2d3341;
	font-weight: bold;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header .title span{
	max-width:70%;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom {
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 25px 0 20px;
	height: 30px;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .title {
	padding-left: 12px;
	box-sizing: border-box;
	color: #777e98;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .txt {
	color: #777e98;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .topicmake {
	background: url(../images/pen3.png) no-repeat left center;
	height: 30px;
	cursor: pointer;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .topicmake.practice-free-no{
	background: url(../images/prohibit-practice.png) no-repeat left center;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .ts {
	color: #2783f2;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .section-charge-tag{
	width:50px;
	height:20px;
	text-align: center;
	line-height: 20px;
	color:#fff;
	border-radius:10px;
	font-size:12px;
	display: inline-block;
	margin-right: 5px;
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .section-charge-tag.free-status-tag{
	background-image: linear-gradient(to right, #6caefd , #2783f2);
}
.chapter_page .chaper-page-contentbox .topic-main-box .table .body-bottom .section-charge-tag.free-no-status-tag{
	background-image: linear-gradient(to right, #fca0a5 , #ff505a);
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .body-header.down {
	background: url(../images/plus.png) no-repeat 12px center;
	height: 30px;
	overflow: hidden;
}

.chapter_page .chaper-page-contentbox .topic-main-box .table .select .table-list {
	display: block;

}

.chapter_page .chaper-page-contentbox .topic-main-box .table .table-body {
	padding-bottom: 10px;
}

.chapter_page .chapter-page-content .topic-main-right .topic-time-box {
	background: #fff;
	padding: 0 20px 10px;
	box-sizing: border-box;
	height: 150px;
	margin-top: 10px;
}

.chapter_page .chapter-page-content .topic-main-right .topic-time-box .title {
	color: #2d3341;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 0 18px;
}

.chapter_page .chapter-page-content .topic-main-right .topic-time-box .timebox {
	position: relative;
}

.chapter_page .chapter-page-content .topic-main-right .topic-time-box .timebox .day {
	position: absolute;
	right: -30px;
	font-size: 20px;
	color: #383838;
	bottom: 0;
}

.chapter_page .chapter-page-content .topic-main-right .topic-time-box .timebox .num {
	background: linear-gradient(to bottom,#ff4f59,#fa8253);
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	border-radius: 5px;
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
}

.chapter_page .chapter-page-content .topic-main-right .topic-time-box .tonext-topic {
	background: url(../images/time4.png) no-repeat left center;
	box-sizing: border-box;
	padding: 10px 0 10px 27px;
	color: #777e98;
}

.chapter_page .chapter-page-content .topic-main-right .topic-search-box .title {
	color: #2d3341;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 0 18px;
}

.chapter_page .chapter-page-content .topic-main-right .topic-search-box {
	background: #fff;
	margin-top: 10px;
	padding: 0 20px 30px;
}

.chapter_page .chapter-page-content .topic-main-right .topic-search-box input {
	border: 1px solid #dcdddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 30px;
	height: 30px;
	width: 150px;
}

.chapter_page .chapter-page-content .topic-main-right .topic-search-box .searchbtn {
	color: #fff;
	display: block;
	background: #2783f2;
	border-radius: 5px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.chapter_page .chapter-page-content .topic-main-right .learn-data-box {
	background: #fff;
	margin-top: 10px;
	padding: 0 20px 35px;
}

.chapter_page .chapter-page-content .topic-main-right .learn-data-box .title {
	color: #2d3341;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 0 18px;
}

.chapter_page .chapter-page-content .topic-main-right .learn-data-box .make-topicbox .record {
	padding-top: 50px;
	color: #2d3341;
	cursor: pointer;
}

.chapter_page .chapter-page-content .topic-main-right .learn-data-box .make-topicbox .r1 {
	background: url(../images/r1.png) no-repeat center top;
	margin-left: 10px;
}

.chapter_page .chapter-page-content .topic-main-right .learn-data-box .make-topicbox .r2 {
	background: url(../images/r2.png) no-repeat center top;
	margin-left: 30px;
}

.chapter_page .chapter-page-content .topic-main-right .learn-data-box .make-topicbox .r3 {
	background: url(../images/r3.png) no-repeat center top;
	margin-left: 30px;
}

.chapter_page .chapter-page-content .topic-main-right .hot-course-box {
	background: #fff;
	margin-top: 10px;
	padding: 0 20px 20px;
}

.chapter_page .chapter-page-content .topic-main-right .hot-course-box .title {
	color: #2d3341;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 0 18px;
}

.chapter_page .chapter-page-content .topic-main-right .hot-course-box .course-img a {
	display: block;
}

.chapter_page .chapter-page-content .topic-main-right .hot-course-box .course-img img {
	width: 220px;
	height: 165px;
	display: block;
}

.chapter_page .chapter-page-content .topic-main-right .hot-news-box {
	background: #fff;
	margin-top: 10px;
	padding: 0 20px 35px;
}

.chapter_page .chapter-page-content .topic-main-right .hot-news-box .title {
	color: #2d3341;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 0 0;
}

.chapter_page .chapter-page-content .topic-main-right .hot-news-box .newslists a {
	display: block;
	font-size: 12px;
	color: #777e98;
	margin-top: 18px;
	/*line-height: 14px;*/
	height: 18px;
}

.chapter_page .chapter-page-content .topic-main {
	padding-bottom: 135px;
}

/*历年真题*/
.history-leftPage {
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	background: #fff;
}

.history-leftPage .history-listbox {
	padding-bottom: 25px;
}

.history-leftPage .history-listbox .hlist {
	width: 180px;
	height: 240px;
	background: #f8fafc;
	border: 1px solid #efefef;
	margin: 20px 20px;
}

.history-leftPage .history-listbox .hlist .year {
	font-size: 20px;
	color: #777e98;
	height: 52px;
	background: #f2f2f2;
	text-align: center;
	line-height: 46px;
	width: 100%;
}

.history-leftPage .history-listbox .hlist .type-title {
	color: #2d3341;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	padding: 22px 0 15px 0;
}

.history-leftPage .history-listbox .hlist .topic-title {
	color: #2d3341;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
	height:35px;
	padding:0 10px;
}

.history-leftPage .history-listbox .hlist .ms {
	font-size: 12px;
	color: #aab0c0;
	line-height: 12px;
	text-align: center;
	padding: 27px 0 20px 0;
}

.history-leftPage .history-listbox .hlist .ms span {
	line-height: 12px;
}

.history-leftPage .history-listbox .hlist .makegroup {
	border-top: 1px solid #efefef;
}

.history-leftPage .history-listbox .hlist .makegroup .look {
	width: 50%;
	padding: 10px 0;
	font-size: 12px;
	color: #aab0c0;
	text-align: center;
}

.history-leftPage .history-listbox .hlist .makegroup .look a {
	color: #aab0c0;
	display: block;
}

.history-leftPage .history-listbox .hlist .makegroup .make {
	padding: 10px 0;
	color: #2783f2;
	text-align: center;
	width: 50%;
	font-size: 12px;
}

.history-leftPage .history-listbox .hlist .makegroup .make a {
	color: #2783f2;
	display: block;
}
/*题库新的个人*/
.newpepleo{
	width:260px;
	min-height: 160px;
	background: linear-gradient(to bottom,#e0e0fc,#fff);
	padding-bottom: 20px;
	position: relative;
}
.newpepleo-left{
	width:40px;
	float:left;
	padding-left: 32px;
	padding-top: 28px;
}
.newpepleo-left img{
	display: block;
	width:40px;
	height:40px;
	border-radius: 50%;
}
.newpepleo-right{
	width:188px;
	float:left;
}
.newpepleo-right-top{
	width:188px;;
	display: block;
}
.newpepleo-right-top span{
	max-width:120px;
	display: block;
	color:#000000;
	font-size: 14px;
	padding-top: 28px;
	padding-left: 20px;
	float: left;
	overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}
.newpepleo-right-top .newpepleo-right-top1{
	max-width:120px;
	display: block;
	color:#898989;
	font-size: 14px;
	padding-top: 26px;
	padding-left: 20px;
	float: left;
	overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}
.newpepleo-right img{
	display: block;
	width:18px;
	height:17px;
	margin-left: 10px;;
	margin-top:31px;
	float: left;
}
.newpepleo-right-bottom{
	width:168px;
	clear: both;
	padding-left: 20px;
	padding-top: 6px;
	display: inline-block;
}
.newpepleo-right-bottom span{
	display: block;
	color:#000000;
	font-size: 14px;
	float: left;
}
.newpepleo-right-bottom  .newpepleo-right-bottom-a{
	display: block;
	width:80px;
	height:24px;
	line-height: 24px;
	text-align: center;
	background: linear-gradient(to right,#f6cb36,#fb8c5c);
	color:#fff;
	font-size: 12px;
	border-radius: 22px;
	float: left;
	margin-left: 16px;
	margin-top: -2px;
}
.newpepleo-right-bottom  .newpepleo-right-bottom-noa{
	display: block;
	width:80px;
	height:24px;
	line-height: 24px;
	text-align: center;
	background: linear-gradient(to right bottom,#fa8353,#ff5158);
	color:#fff;
	font-size: 12px;
	border-radius: 22px;
	float: left;
	margin-top: 6px;
	box-shadow: 0 0 10px #fe7e7a;

}
.newpepleo-right-bottom .newpepleo-right-bottom-a:hover,
.newpepleo-right-bottom .newpepleo-right-bottom-a:valid,
.newpepleo-right-bottom  .newpepleo-right-bottom-noa:hover,
.newpepleo-right-bottom  .newpepleo-right-bottom-noa:visited{
	color:#fff;
}
.newpepleo-right-bottom .newpepleo-right-bottom-a1{
	color:#2783f2;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 10px;
}
.newpepleo-right-bottom-a1:hover{
	color:#2783f2;
}
.newpepleo-ul{
	width:260px;
	clear: both;
	display: inline-block;
	padding-top: 30px;
}
.newpepleo-ul li{
	width:86.66px;
	float:left;
}
.newpepleo-ul li span{
	display: block;
	width:100%;
}
.newpepleo-ul li span:nth-child(1){
	color:#1f1717;
	font-size: 18px;
	text-align: center;
}
.newpepleo-ul li span:nth-child(2){
	color:#898989;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
.newpepleo-position{
	width:100%;
	height:10000px;
	position: fixed;
	left:0;
	top:0;
	background: url("/static/home/images/background_opactiye.png");
	z-index:999;
	display: none;
}
.newpepleo-positionmain{
	width:300px;
	min-height:370px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	top:280px;
	left:160px;
	margin-top: -185px;
	margin-left: -165px;
	z-index: 9999;
	padding:0 20px 20px;
	display: none;
}
.newpepleo-positionmain-san{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	top:-15px;
	left:50%;

}
.newpepleo-positionmain1{
	font-size: 14px;
	color:#252525;
	font-weight: 900;
	padding: 20px 100px 20px 0;
	text-align: left;
	position: relative;
}
.newpepleo-positionmain1 a{
	display: block;
	position: absolute;
	right:0;
	top:18px;
	width: 90px;
	height:28px;
	text-align: center;
	line-height: 28px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	color: #fff;
	border-radius: 22px;
	box-shadow: #ea8a8f 0 0 10px;
}
.newpepleo-positionmain-ul{
	width:310px;
	min-height:290px;

}
.newpepleo-positionmain-ul li{
	display: block;
	margin-bottom: 10px;
	padding-right: 10px;
}
.newpepleo-positionmain-ul li a{
	display: block;
	padding:0 16px;
	color:#f95005;
	font-size: 14px;
	border-radius: 22px;
	background: #faeae3;
	min-height: 33px;
	line-height: 33px;

}
.newpepleo-positionmain-ul li a span{
	display: block;
}
.newpepleo-positionmain-ul li a span:nth-child(1){
	float:left;
}
.newpepleo-positionmain-ul li a span:nth-child(2){
	float:right;
}
/*历年真题-选择模式*/
.select-modePage {
	background: #f8fafc;
	width: 100%;
	padding-bottom: 65px;
}

.select-modePage .select-modePage-main {
	width: 1200px;
	margin: 0 auto;
}

.select-modePage .commend-banner {
	margin-top: 17px;
}

.select-modePage .commend-banner a {
	display: block;
}

.select-modePage .commend-banner img {
	width: 100%;
	height: 80px;
	display: block;
}

.select-modePage .mode-title {
	padding: 30px 0 30px 18px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 15px;
}

.select-modePage .mode-title .type {
	color: #2d3341;
	font-size: 16px;
	padding-right: 15px;
	line-height: 16px;
}

.select-modePage .mode-title .totype {
	color: #777e98;
	line-height: 16px;
}

.select-modePage .mode-title .totype a {
	color: #777e98;
}

.select-modePage .mode-title .title {
	color: #777e98;
	line-height: 16px;
}

.select-modePage .mode-main-content {
	background: #fff;
	padding: 0 52px 158px;
	box-sizing: border-box;
	margin-top: 18px;
}

.select-modePage .mode-main-content .title {
	font-size: 18px;
	color: #2d3341;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid #efefef;
}

.select-modePage .mode-main-content .content-box {
	padding-top: 66px;
}

.select-modePage .mode-main-content .content-box .modeimg {
	padding-left: 86px;
	box-sizing: border-box;
}

.select-modePage .mode-main-content .content-box .mode-detail {
	padding-left: 105px;
	width: 535px;
}

.select-modePage .mode-main-content .content-box .mode-detail .topic-line1 {
	padding-bottom: 28px;
}

.select-modePage .mode-main-content .content-box .mode-detail .topic-line1 .leftxt {
	width: 220px;
}

.select-modePage .mode-main-content .content-box .mode-detail .topic-line1 .key {
	font-size: 16px;
	color: #aab0c0;
	line-height: 21px;
}

.select-modePage .mode-main-content .content-box .mode-detail .topic-line1 .val {
	color: #2d3341;
	line-height: 21px;
	margin-left: 10px;
}

.select-modePage .mode-main-content .content-box .mode-detail .topic-line1 .defaultstar {
	position: relative;
}

.select-modePage .mode-main-content .content-box .mode-detail .topic-line1 .selectstar {
	position: absolute;
	top: 0;
	left: 0;
}

.select-modePage .mode-main-content .content-box .mode-detail .topic-detail {
	color: #777e98;
	padding-top: 10px;
	line-height: 25px;
}

.select-modePage .mode-main-content .content-box .mode-detail .mode-btns {
	width: 482px;
	padding-top: 70px;
}

.select-modePage .mode-main-content .content-box .mode-detail .mode-btns .btn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
}

.select-modePage .mode-main-content .content-box .mode-detail .mode-btns .btn a {
	display: block;
}

.select-modePage .mode-main-content .content-box .mode-detail .mode-btns .btn1 {
	font-size: 18px;
	color: #fff;
	background-color: #086bf4;
}

.select-modePage .mode-main-content .content-box .mode-detail .mode-btns .btn1 a {
	font-size: 18px;
	color: #fff;
}

.select-modePage .mode-main-content .content-box .mode-detail .mode-btns .btn2 {
	font-size: 18px;
	border: 1px solid #086bf4;
}

.select-modePage .mode-main-content .content-box .mode-detail .mode-btns .btn2 a {
	color: #086bf4;
}

/* 历年真题-练习模式 */
.history-practicePage {
	background-color: #f8fafc;
	padding-bottom: 85px;
}

.history-practicePage .pract-navmain {
	width: 100%;
	background-color: #fff;
}

.practiceNav {
	box-shadow: none;
	/* padding-left: 28px; */
	box-sizing: border-box;
}

.history-practicePage .two-navgroup {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px 0;
}

.history-practicePage .two-navgroup .leftnav {
	width: 880px;
	padding: 8px 28px;
	box-sizing: border-box;
}

.history-practicePage .two-navgroup .leftnav .logoimg {
	padding-left: 16px;
}
.history-practicePage .two-navgroup .leftnav .logoimg img{
	width: 144px;
	height: auto;
}
.history-practicePage .two-navgroup .rightnav {
	width: 296px;
}

.history-practicePage .two-navgroup .leftnav .logotxt {
	line-height: 44px;
	margin-left: 20px;
	border-left: 1px solid #aab0c0;
	font-size: 36px;
	font-weight: bold;
	padding-left: 20px;
	box-sizing: border-box;
}
.history-practicePage .two-navgroup .leftnav .selecttype span{
	line-height:44px;
}
.history-practicePage .two-navgroup .leftnav .selecttype .t1{
	color:#777e98;
}
.history-practicePage .two-navgroup .leftnav .selecttype .t2{
	color:#2d3341;
}
.history-practicePage .two-navgroup .rightnav .userbtn {
	padding: 45px 25px 0;
	cursor: pointer;
	position: relative;
}
.history-practicePage .two-navgroup .rightnav .userbtn .exam-rate{
	position: absolute;
	top:0;
	line-height: 28px;
}
.history-practicePage .two-navgroup .rightnav .userbtn .exam-rate .nums{
	font-size:28px;
	color:#ff910f;
}
.history-practicePage .two-navgroup .rightnav .userbtn .exam-rate .fh{
	font-size:16px;
	color:#ff910f;
}
.history-practicePage .two-navgroup .rightnav .s1 {
	background: url(../images/blueset.png) no-repeat top center;
	padding-left: 0;
	padding-right: 0;
	min-width: 37px;
	text-align: center;
	position: relative;
}
.history-practicePage .two-navgroup .rightnav .userbtn .set-inner-main{
	position: absolute;
	top:70px;
	left: -106px;
	width:250px;
	/*height:172px;*/
	z-index:1000;
	/*background:#fff;*/
}
.history-practicePage .two-navgroup .rightnav .userbtn .total-rule{
	left:-67px;
	height:auto;
}
.history-practicePage .two-navgroup .rightnav .s3 .set-inner-main .inner-set-content{
	height:360px !important;
}
.history-practicePage .two-navgroup .rightnav .s3 .set-inner-main .inner-set-content .sometxt{
	padding-bottom:5px;
}
.history-practicePage .two-navgroup .rightnav .userbtn .total-rule .sometxt .t1{
	color:#777e98;
	line-height: 25px;
}
.history-practicePage .two-navgroup .rightnav .userbtn .total-rule .sometxt .t2{
	color:#2d3341;
	line-height: 25px;
}
.history-practicePage .two-navgroup .rightnav .userbtn .set-inner-main .autotopic{
	padding:20px 0 20px 0;
}
.history-practicePage .two-navgroup .rightnav .userbtn .set-inner-main .inner-circle img{
	display: block;
	margin:0 auto;
}
.pageFixed{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.3);
	z-index:999;
}
.history-practicePage .two-navgroup .rightnav .userbtn .set-inner-main .inner-set-content{
	width:100%;
	/*height:150px;*/
	background-color: #fff;
	border-radius:5px;
	padding:30px 20px;
	box-sizing: border-box;
}
.history-practicePage .two-navgroup .rightnav .s1 .set-inner-main .inner-set-content .fontsize .size{
	color:#777e98;
	line-height: 16px;
	margin-left:15px;
	cursor: pointer;
}
.history-practicePage .two-navgroup .rightnav .s1 .set-inner-main .inner-set-content .fontsize .size.active{
	color:#2783f2;
}
.history-practicePage .two-navgroup .rightnav .s1 .set-inner-main .inner-set-content .txt{
	color:#777e98;
	line-height: 16px;
}
.history-practicePage .two-navgroup .rightnav .s2 {
	background: url(../images/total.png) no-repeat top center;
	margin-left: 25px;
	position: relative;
}
.two-navgroup .rightnav .s3 {
	background: url(../images/check.png) no-repeat top center;
	position: relative;
}
.history-practicePage .history-practic-main {
	width: 1200px;
	margin: 23px auto 0;
}
.history-practicePage .history-practic-main .practic-mainLeft {
	width: 880px;
	position: relative;


}
.history-practicePage .history-practic-main .practic-mainLeft .look-explain-box {
	position: fixed;
	bottom: 0;
	/*left: 0;*/
	width: 880px;
	background: #adafb0;
	height: 50px;
	border-radius: 5px;
	z-index: 99;
	transition: all .3s;
}
.history-practicePage .history-practic-main .practic-mainLeft .look-explain-box.active{
	background: #2783f2;
}
.history-practicePage .history-practic-main .practic-mainLeft .look-explain-box .look-detail {
	width: 100%;
	height: 50px;
	position: relative;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .look-explain-box .look-detail .look {
	font-size: 16px;
	color: #fff;
	width: 86px;
	position: absolute;
	left: 50%;
	margin-left: -43px;
	line-height: 50px;
	cursor: pointer;
	user-select: none;
}
.history-practicePage .history-practic-main .practic-mainLeft .look-explain-box .look-detail .prev {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	width: 80px;
	cursor: pointer;
	user-select: none;
}
.history-practicePage .history-practic-main .practic-mainLeft .look-explain-box .look-detail .next {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	width: 80px;
	cursor: pointer;
	user-select: none;
}
.history-practicePage .history-practic-main .practic-mainRight {
	width: 296px;
}
.history-practicePage .history-practic-main .practic-mainLeft .navs {
	padding: 30px 0 30px 20px;
	background: #fff;
	height: 76px;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .navs .type {
	color: #2d3341;
	font-size: 16px;
	padding-right: 15px;
	line-height: 16px;
}

.history-practicePage .history-practic-main .practic-mainLeft .navs .type-title {
	line-height: 16px;
}

.history-practicePage .history-practic-main .practic-mainLeft .navs .type-title a {
	display: block;
	color: #777e98;
	transition: all .3s ease-out;
}
.history-practicePage .history-practic-main .practic-mainLeft .navs .type-title a:hover{
	color: #2882f2;
}

.history-practicePage .history-practic-main .practic-mainLeft .navs .title {
	line-height: 16px;
	color: #777e98;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info {
	background: #fff;
	margin-top: 20px;
	/*min-height: 750px;*/
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .topic-type {
	background: #d4e5fe;
	color: #2783f2;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-left: 8px solid #2783f2;
	box-sizing: border-box;
	margin-top: 35px;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo {
	padding: 0 35px 0 0;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .itemmake {
	padding: 0 0 0 0;
	height: 29px;
	line-height: 29px;
	color: #777e98;
	margin-right: 25px;
	cursor: pointer;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .make-error {
	background: url(../images/iconerror.png) no-repeat left center / 28px 28px;
	padding-left: 42px;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .make-errornew{
	background: url(../images/shanchu_1.png) no-repeat left center;
	padding-left: 42px;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .make-collect-no {
	background: url(../images/iconsc-no.png) no-repeat left center / 28px 28px;
	padding-left: 42px;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .make-collect{
	background: url(../images/iconsc.png) no-repeat left center / 28px 28px;
	padding-left: 42px;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .make-sign {
	background: url(../images/tags2.png) no-repeat left center;
	padding-left: 42px;
	box-sizing: border-box;
	margin-right: 0;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .make-sign-no{
	background: url(../images/tags1.png) no-repeat left center / 24px 24px;
	padding-left: 42px;
	box-sizing: border-box;
	margin-right: 0;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .topinfo .make {
	padding-top: 30px;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content {
	padding: 0 35px 0 30px;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .topic-before {
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #efefef;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .topic-before p img{
	max-width: 100% !important;
    height: auto;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .topic-before img{
	max-width: 100%;
    height: auto;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .topic-before {
	color: #2d3341;
	font-size: 16px !important;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .topic-before img{
	max-width: 100%;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .subject-detail {
	color: #2d3341;
	font-size: 16px !important;
	padding-top: 20px;
	line-height: 30px;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .subject-detail span{
	font-size: 16px;
	font-family: "微软雅黑" !important;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .subject-detail font{
	font-family: "微软雅黑" !important;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .subject-content .subject-detail img {
	max-width: 100%;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group {
	padding-bottom: 55px;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .option {
	margin-top: 26px;
	cursor: pointer;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .question-no-look-hover:hover{
	background: #f2f4fa;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .single .optkey {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #f2f2f2;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #2d3341;
	font-size: 16px;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .mulit .optkey {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #f2f2f2;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #2d3341;
	font-size: 16px;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .single .optval {
	display: inline-block;
	vertical-align: middle;
	width: 748px;
	margin-left: 15px;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .optkey.active{
	background: #2783f2;
	color: #fff;
	transition: all .3s;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .optkey.success{
	background: #00cc66;
	color: #fff;
	transition: all .3s;
	font-family: jdIonicons;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .optkey.error{
	background: #ff3333;
	color: #fff;
	transition: all .3s;
	font-family: jdIonicons;
}
.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .optkey.system{
	background: #00cc66;
	color: #fff;
	transition: all .3s;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .optkey.select2 {
	background: #00cc66;
	color: #fff;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .optkey.select1 {
	background: #2783f2;
	color: #fff;
}

.history-practicePage .history-practic-main .practic-mainLeft .mainleft-content .subject-info .option-group .optkey.select3 {
	color: #00cc66;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis {
	margin-top: 20px;
	background: #fff;
	padding: 0 35px 35px 30px;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box {
	padding-top: 23px;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box .tit {
	color: #777e98;
	line-height: 22px;
	font-size: 16px;
	padding-right: 10px;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box .refer-answer .anstxt {
	font-size: 16px;
	color: #00cc66;
	line-height: 22px;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box .user-answer {
	margin-left: 60px;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box .user-answer .error {
	color: #ff3333;
	font-size: 16px;
	line-height: 22px;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box .user-answer .errorimg {
	font-size: 18px;
	color: #ff3333;
	line-height: 22px;
	padding-left: 40px;
	font-family: jdIonicons;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box .user-answer .correctimg {
	font-size: 20px;
	color: #00cc66;
	line-height: 22px;
	padding-left: 40px;
	font-family: jdIonicons;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .answer-box .user-answer .correct {
	color: #00cc66;
	font-size: 16px;
	line-height: 22px;
}

.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail {
	padding-top: 17px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .con u{
	display: inline-block;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .tit {
	color: #777e98;
	font-size: 16px;
	padding-right: 10px;
	line-height: 30px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .con span,
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .con b{
	font-size: 16px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .con {
	width: 695px;
	color: #777e98;
	line-height: 30px;
	word-break:break-all;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo{
	width: calc(100% - 90px);
	float:right;
	height: 48px;
	background: #feebed;
	border-radius: 8px;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
	cursor: pointer;
}
.videoshowplay{
	width: 100%;
	height: 100%;
	position: relative;
}
.videoshowplay #player-con{
	width: 100%;
	height: 100%;
}
.videoshowplay .layui-layer-close{
	width: 38px;
	height: 37px;
	position:absolute;
	right:-38px;
	top:-37px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo .lefts,
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo .rights{
	display: flex;
	align-items: center;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo .lefts img{
	display: block;
	width: 35px;
	height: 35px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo .lefts span{
	font-size: 14px;
	color:#ff4b5a;
	padding-left: 5px;
	line-height: 14px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo .rights img{
	display: block;
	width: 10px;
	height: 15px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo .rights span{
	font-size: 14px;
	color:#ff4b5a;
	padding-right: 8px;
	font-weight: 900;
	line-height: 14px;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .con img {
	line-height: 30px;
	vertical-align: middle;
	max-width: 100% !important;
}
.history-practicePage .history-practic-main .practic-mainLeft .subject-analysis .detail .con.longimgs{
	display: flex;
}
.history-pwiracticePage .history-practic-main .practic-mainLeft .subject-analysis .detail .showvideo{
	width: 100%;
	height: 48px;
}
.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box {
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .comment_book_menugroup {
	width: 100%;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .comment_book_menugroup .menu {
	width: 80px;
	padding: 0 0 15px 5px;
	box-sizing: border-box;
	color: #2d3341;
	font-size: 16px;
	cursor: pointer;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .comment_book_menugroup .comment {
	margin-right: 45px;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .comment_book_menugroup .active {
	border-bottom: 5px solid #2783f2;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .comment_book_content {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .comment_book_content .write {
	margin-top: 25px;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .comment_book_content .write textarea {
	resize: none;
	background: #f8fafc;
	border: none;
	padding: 15px 15px 0 15px;
	width: 100%;
	height: 125px;
	box-sizing: border-box;
	border-radius: 2px;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .publishbox {
	text-align: right;
	padding-top: 20px;
}

.history-practicePage .history-practic-main .practic-mainLeft .comment_book_box .publishbox .btn {
	width: 130px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	background: #2783f2;
	cursor: pointer;
}

.history-practicePage .comment-listbox .comment-listbox {
	padding-bottom: 22px;
}

.history-practicePage .comment-listbox .comment-detail {
	padding-left: 35px;
	box-sizing: border-box;
	width:725px;
}

.history-practicePage .comment-listbox .clist {
	padding-bottom: 46px;
}

.history-practicePage .comment-listbox .clist .avatar {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.history-practicePage .comment-listbox .clist .avatar img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
}

.history-practicePage .comment-listbox .clist .username {
	font-size: 16px;
	color: #777e98;
	line-height: 16px;
}

.history-practicePage .comment-listbox .clist .createtime {
	color: #aab0c0;
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	box-sizing: border-box;
}

.history-practicePage .comment-listbox .clist .user-comment {
	color: #2d3341;
	padding-top: 22px;
}
.history-practicePage .comment-listbox .clist .like-comment-footer-box{
	padding-bottom: 15px;
}

.history-practicePage .comment-listbox .clist .is-likebox {
	padding-top: 20px;
}

.history-practicePage .comment-listbox .clist .like {
	background: url(../images/like-no.png) no-repeat 15px center #d9dce7;
}
.history-practicePage .comment-listbox .clist .like.active{
	background: url(../images/like.png) no-repeat 15px center #d9dce7;
}

.history-practicePage .comment-listbox .clist .likenum {
	width: 80px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	padding-left: 38px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.history-practicePage .comment-listbox .clist .liketxt {
	padding-left: 15px;
	box-sizing: border-box;
	color: #aab0c0;
	font-size: 16px;
	line-height: 30px;
}


.history-practicePage .comment-listbox .clist .nolike {
	background: url(../images/nolike-no.png) no-repeat 15px center #d9dce7;
}
.history-practicePage .comment-listbox .clist .nolike.active {
	background: url(../images/nolike.png) no-repeat 15px center #d9dce7;
}

.history-practicePage .comment-listbox .nolikebox {
	margin-left: 15px;
}
.history-practicePage .comment-listbox .clist .show-reply-box{
	padding-top: 20px;
}
.history-practicePage .comment-listbox .clist .show-reply-box .reply-btn{
	width: 80px;
	height: 30px;
	line-height: 30px;
	position: relative;
	background-color:#d9dce7;
	color: #ffffff;
	cursor: pointer;
	border-radius: 15px;
	text-indent: 40px;
}
.history-practicePage .comment-listbox .clist .show-reply-box .reply-btn:after{
	display: block;
	content:" ";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("/static/home/images/learn_huifu.png");
	background-repeat: no-repeat;
	top: 5px;
	left: 12px;
}
.history-practicePage .comment-listbox .clist .comment-detail .reply-textarea-box{
	width: 100%;
	padding-bottom: 15px;
}
.history-practicePage .comment-listbox .clist .comment-detail .reply-textarea-box textarea{
	display: block;
	width: 100%;
	height: 70px;
	border: none;
	outline: none;
	background: #f8fafc;
	color: #aab0c0;
	font-size: 14px;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 15px;
	resize: none;
}
.history-practicePage .comment-listbox .clist .comment-detail .reply-textarea-box .publish-btn{
	width: 130px;
	height: 40px;
	background: #2783f2;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box{
	width: 100%;
	background: #f8fafc;
	border-radius: 5px;
	padding: 20px 19px;
	box-sizing: border-box;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .lis{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .lis .lesin{
	width: 48px;
	height: 48px;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .lis .lesin img{
	display: block;
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .lis .risin{
	width: calc(100% - 64px);
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .lis .risin .childnames{
	width: 100%;
	padding-bottom: 11px;
	display: flex;
	color:#777e98;
	font-size: 16px;
	line-height: 16px;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .lis .risin .child-time-ip{
	display: flex;
	justify-content: flex-end;
	color:#aab0c0;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0 0 8px;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .lis .risin .childreply{
	width: 100%;
	color:#2d3341;
	font-size: 14px;

}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .surplus{
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.history-practicePage .comment-listbox .clist .comment-detail .user-reply-list-box .surplus span{
	color:#2783f2;
	font-size: 14px;
	padding-right: 5px;
}
/*新版的题库评论*/

/*新版的题库评论*/
.history-practicePage .history-practic-main .practic-mainRight .topic-status-box {
	padding: 0 20px 0 15px;
	box-sizing: border-box;
	width: 100%;
	height: 76px;
	background: #fff;
}
.history-practicePage .history-practic-main .practic-mainRight .topic-status-box .replay-info-top-box{
	width:100%;
}

.history-practicePage .history-practic-main .practic-mainRight .topic-status-box .title {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #2d3341;
	padding: 15px 0;
	line-height: 16px;
}
.history-practicePage .history-practic-main .practic-mainRight .topic-status-box .title .redo-btn{
	position: absolute;
	right: 0;
	font-weight: normal;
	top: 13px;
	padding: 2px 10px;
	border: 1px solid #2783f2;
	border-radius: 10px;
	color: #2783f2;
	cursor: pointer;
}

.history-practicePage .history-practic-main .practic-mainRight .topic-status-box .outlen {
	width: 190px;
	height: 8px;
	background: #efefef;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.history-practicePage .history-practic-main .practic-mainRight .topic-status-box .outlen .inner-len {
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background: #2783f2;
	transition: all .3s;
}

.history-practicePage .history-practic-main .practic-mainRight .topic-status-box .num {
	padding-left: 15px;
	font-size: 12px;
	color: #2d3341;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
}

.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box {
	background: #fff;
	margin-top: 20px;
	width:300px;
	min-height:240px;
	box-sizing: border-box;
	border-radius: 4px;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .title{
	width:100%;
	height:45px;
	line-height: 45px;
	color:#2d3341;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .mainul{
	width:300px;
	padding-top: 15px;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .mainul li{
	width:300px;
	height:44px;
	padding:0 20px;
	box-sizing: border-box;
	position: relative;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .mainul li p{
	display: block;
	width:20px;
	height:20px;
	position: absolute;
	right:20px;
	top:0;
	border:1px solid #8fabcb;
	border-radius: 2px;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .mainul li p.hover{
	background:#0075ff url("/static/home/images/duigou_1.png") no-repeat center;
	background-size:contain;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .mainul li span{
	display: block;
	float:left;
	color:#898989;
	font-size: 12px;
	padding-top: 4px;

}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .mainul li input{
	display: block;
	width:20px;
	height:20px;
	float:right;
	color:#898989;
	font-size: 12px;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .submit{
	width:100%;
	padding:0 20px;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-box .submit span{
	display: block;
	width:100%;
	height:36px;
	line-height: 36px;
	text-align: center;
	color:#2783f2;
	font-size: 14px;
	background: #d4e5fe;
	border-radius: 6px;
	cursor: pointer;
}
/*其他错题样式*/
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext {
	background: #fff;
	margin-top: 20px;
	width:296px;
	padding:0 20px 20px;
	box-sizing: border-box;
	border-radius: 4px;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnextnewto {
	margin-top: 0;
	padding:0 20px;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .submit-ansbox {
	padding: 35px 0 25px 0;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .submit-ansboxnewto{
	padding: 25px 0 25px 0;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .subtime {
	font-size: 20px;
	color: #2d3341;
	padding-left: 5px;
	width: 50%;
	border-right: 2px solid #efefef;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .subtimenewto {
	font-size: 20px;
	color: #2d3341;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: center;
	width:100%;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .make {
	width: 50%;
}

.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .topic-wait {
	background: url(../images/iconstop.png) no-repeat left center;
	width: 30px;
	height: 30px;
	margin: 0 30px;
	cursor: pointer;
}

.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .topic-save {
	background: url(../images/iconsave.png) no-repeat left center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .submit-btn-container{
	display: flex;
	width: 100%;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .submit-btn-container .submit-btn-exam{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:linear-gradient(to right,#ff4f59,#fa8253);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
	text-align: center;
}
.history-practicePage .history-practic-main .practic-mainRight .submit-answer-boxnext .submit-btn {
	background: #2783f2;
	height: 40px;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
}
/*其他错题样式*/
.history-practicePage .history-practic-main .practic-mainRight .answer-card-box {
	margin-top: 20px;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .expain {
	width:128px;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .expain .color {
	width: 20px;
	height: 20px;
	border-radius: 3px;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .expain .co1 {
	background-color: #ff3333;
	margin-left: 5px;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .expain .co2 {
	background-color: #00cc66;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .expain .co3 {
	border: 1px solid #aab0c0;
	color: #ff3333;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
.history-practicePage .history-practic-main .practic-mainRight .card-explain .expain .tagsupdate{
	background:url(../images/tags2.png) no-repeat center center;
	background-size:80% auto;
}
.history-practicePage .history-practic-main .practic-mainRight .card-explain .ex4 .txt {
	padding-right: 0 !important;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain {
	padding-bottom: 10px;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .newexpain .color {
	width: 20px;
	height: 20px;
	border-radius: 3px;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .newexpain .co1 {
	background-color: #ff3333;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .newexpain .co2 {
	background-color: #00cc66;
}

.history-practicePage .history-practic-main .practic-mainRight .card-explain .newexpain .co3 {
	border: 1px solid #aab0c0;
	color: #ff3333;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
.history-practicePage .history-practic-main .practic-mainRight .card-explain .newexpain .tagsupdate{
	background:url(../images/tags2.png) no-repeat center center;
	background-size:80% auto;
}
.history-practicePage .history-practic-main .practic-mainRight .card-explain .ex4 .txt {
	padding-right: 0 !important;
}
.history-practicePage .history-practic-main .practic-mainRight .card-explain .newexpain .txt {
	color: #777e98;
	padding: 0 8px;
	box-sizing: border-box;
}
.history-practicePage .history-practic-main .practic-mainRight .card-explain .expain .txt {
	color: #777e98;
	padding: 0 8px;
	width:101px;
	box-sizing: border-box;
	text-align: center;
}
.history-practicePage .history-practic-main .practic-mainRight .answer-card-box .title {
	font-size: 16px;
	color: #2d3341;
	padding: 15px 0;
	/* border-bottom:1px solid #efefef; */
}

.history-practicePage .history-practic-main .practic-mainRight .card-list .topic-type {
	color: #777e98;
	padding: 15px 0;
}

.history-practicePage .history-practic-main .practic-mainRight .card-list .cardnum {
	width: 24px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #aab0c0;
	margin-right: 16px;
	color: #aab0c0;
	text-align: center;
	line-height: 24px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size:12px;
}
.history-practicePage .history-practic-main .practic-mainRight .card-list .cardnum.active {
	background-color: #2783f2 !important;
	color: #fff !important;
	border: 1px solid #2783f2 !important;
}
.history-practicePage .history-practic-main .practic-mainRight .card-list .cardnum.error {
	background-color: #ff3333;
	color: #fff;
	border: 1px solid #ff3333;
}

.history-practicePage .history-practic-main .practic-mainRight .card-list .cardnum.success {
	background-color: #00cc66;
	border: 1px solid #00cc66;
	color: #fff;
}
.history-practicePage .history-practic-main .practic-mainRight .card-list .cardnum.doubt {
	background:#FF9900;
	color:#fff;
	border:1px solid #FF9900;
}
.history-practicePage .history-practic-main .practic-mainRight .card-list .cardnum.peg {
	background:url(../images/tags2.png) no-repeat center center;
	background-size:80% auto;
	border: 1px solid #aab0c0;
}

.history-practicePage .history-practic-main .practic-mainRight .card-list .cardnum:nth-of-type(6n) {
	margin-right: 0;
}

.history-practicePage .history-practic-main .practic-mainRight .card-main {
	padding-bottom: 35px;
	border-top: 1px solid #efefef;
	max-height:350px;
	overflow-y: auto;
}
.history-practicePage .history-practic-main .practic-mainRight .card-main::-webkit-scrollbar {
    width:8px; /* 设置宽度为8像素 */
	height: 8px; /* 设置高度为8像素 */
	background: #f1f1f1;
}
.history-practicePage .history-practic-main .practic-mainRight .card-main::-webkit-scrollbar-thumb {
    background-color: #c1c1c1; /* 设置滑块颜色为#999 */
}
/* .history-practicePage .history-practic-main .practic-mainLeft .exam-mainleft-content {
	padding-bottom: 138px;
} */

.history-new-nav .nav-main .nav-group {
	height: 60px;
}

.history-new-nav .nav-main .nav-group ul {
	height: 60px;
	padding: 0 16px;
	box-sizing: border-box;
}

.history-new-nav .nav-main .nav-group ul li {
	height: 60px;
	padding: 0 16px;
	float: left;
}

.history-new-nav .nav-main .nav-group ul li a {
	height: 60px;
	line-height: 60px;
	color: #71777d;
	display: block;
}

.history-new-nav .rightbox {
	height: 60px;
	line-height: 60px;
}

.history-new-nav .leftbox {
	height: 60px;
	line-height: 60px;
}

.history-new-nav .nav-main {
	height: 60px;
}

.history-new-nav {
	height: 60px;
}
.report-newdata{
	width: 100%;
	height: 87px;
	background: url('/static/home/images/reportnewdata_b.png') no-repeat center / cover;
	margin-bottom: 15px;
	padding:0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.report-newdata .les{
	width: 120px;
	color:#2d3341;
	font-size: 16px;
	font-weight: 900;
}
.report-newdata .uls{
	width: 700px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.report-newdata .uls li{
	padding-right: 48px;
	display: flex;
	align-items: center;
}
.report-newdata .uls li .jump-question{
	color:#777e98;
	font-size: 14px;
	padding-left: 10px;
	transition: .3s;
}
.report-newdata .uls li .jump-question:hover{
	color:#267ffb;
}
.report-newdata .ris{
	width: 120px;
}
.report-newdata .ris a{
	display: flex;
	width: 120px;
	height: 36px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right,#f9d582,#ffbd43);
	border-radius: 3px;
}
.report-newdata .ris a span{
	color:#86531b;
	padding-left: 5px;
	font-size: 14px;
}
.coursenewdata{
	width: 1200px;
	display: flex;
	justify-content: center;
	padding-top:20px;
	margin: 0 auto;
}
.coursenewdata .contents{
	width: 1200px;
	height: 137px;
	background: url('/static/home/images/coursenewdata_b2.png') no-repeat center / cover;
	border-radius: 8px;
	position: relative;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:0 46px;
	box-sizing: border-box;
}
.coursenewdata .contents .les .tps{
	display: flex;
	align-items: center;
}
.coursenewdata .contents .les .tps .sp1{
	color:#090909;
	font-size: 26px;
	padding-right: 10px;
}
.coursenewdata .contents .les .tps .sp2{
	display: inline-block;
	width: 64px;
	height: 27px;
	border:1px solid #f95f5a;
	color:#f95f5a;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
}
.coursenewdata .contents .les .btms{
	display: flex;
	align-items: center;
	padding-top: 12px;
}
.coursenewdata .contents .les .btms span{
	color:#9899a1;
	font-size: 14px;
	padding-left: 6px;
}
.coursenewdata .contents .ris{
	display: flex;
}
.coursenewdata .contents .ris a{
	display: block;
	width: 130px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 30px;
}
.coursenewdata .contents .ris a.a1{
	color:#ff4f59;
	font-size: 14px;
	background: #fef4f2;
	margin-right: 15px;
}
.coursenewdata .contents .ris a.a2{
	color:#fff;
	font-size: 14px;
	background: linear-gradient(to right,#fd7980,#f93740);
}
.coursenewdata .contents .posi{
	color:#fff;
	font-size: 14px;
	position: absolute;
	left:8px;
	top:5px;
	font-weight: 900;
}
/*考试报告*/
.history-roportPage .report-page-main {
	width: 1200px;
	margin: 0 auto;
}

.history-roportPage .report-page-main .report-navgroup {
	width: 100%;
	padding: 30px 0 30px 20px;
	background: #fff;
	height: 76px;
	box-sizing: border-box;
	margin-top: 20px;
}

.history-roportPage .report-page-main .report-navgroup .type {
	color: #2d3341;
	font-size: 16px;
	padding-right: 15px;
	line-height: 16px;
}

.history-roportPage .report-page-main .report-navgroup .type-title {
	line-height: 16px;
}

.history-roportPage .report-page-main .report-navgroup .type-title a {
	display: block;
	color: #777e98;
}

.history-roportPage .report-page-main .report-navgroup .title {
	line-height: 16px;
	color: #777e98;
}

.history-roportPage .report-page-main .report-data-box {
	width: 100%;
	padding: 0 38px 30px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 20px;
}

.history-roportPage .report-page-main .report-data-box .title {
	font-size: 28px;
	color: #2d3341;
	font-weight: bold;
	line-height: 28px;
	padding: 35px 0;
	border-bottom: 1px solid #efefef;
}

.history-roportPage .report-page-main .report-data-box .data-status {
	width: 100%;
}

.history-roportPage .report-page-main .report-data-box .data-status .paper-score {
	width: 50%;
}

.history-roportPage .report-page-main .report-data-box .data-status .paper-line {
	width: 50%;
}

.history-roportPage .report-page-main .report-data-box .data-status .title {
	font-size: 20px;
	line-height: 20px;
	padding: 22px 3px;
	color: #2d3341;
	width: 80px;
	border-bottom: 4px solid #2783f2;
}

.history-roportPage .report-page-main .report-data-box .data-status .scoredata {
	text-align: center;
	padding: 75px 0 95px 0;
}

.history-roportPage .report-page-main .report-data-box .data-status .scoredata .score {
	font-size: 60px;
	color: #ffbc3d;
	line-height: 60px;
}

.history-roportPage .report-page-main .report-data-box .data-status .total-topic-numbox {}

.history-roportPage .report-page-main .report-data-box .data-status .total-topic-numbox .score {
	font-size: 28px;
	color: #2783f2;
}

.history-roportPage .report-page-main .report-data-box .data-status .total-topic-numbox .unit {
	font-size: 16px;
	color: #777e98;
}

.history-roportPage .report-page-main .report-data-box .data-status .total-topic-numbox .totalitem .txt {
	font-size: 16px;
	color: #2d3341;
	padding-top: 7px;
}

.history-roportPage .report-page-main .report-data-box .data-status .total-topic-numbox .totalitem {
	margin-left: 85px;
}

.history-roportPage .report-page-main .report-data-box .data-status .total-topic-numbox .item1 {
	margin-left: 0;
}

.history-roportPage .report-page-main .report-data-box .data-status .paper-line .linedata {
	width: 562px;
	height: 275px;
	margin: 30px 0 0 0;
	box-sizing: border-box;
}

.history-roportPage .report-page-main .report-data-box .data-status .paper-line .line-txt {
	color: #777e98;
	text-align: center;
	padding-top: 25px;
}

.history-roportPage .report-page-main .report-data-box .report-makegroup {
	padding: 75px 100px 0 100px;
	box-sizing: border-box;
	display: flex;
}

.history-roportPage .report-page-main .report-data-box .report-makegroup .btn {
	/*width: 270px;*/
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.history-roportPage .report-page-main .report-data-box .report-makegroup .btn a {
	font-size: 20px;
	color: #fff;
}

.history-roportPage .report-page-main .report-data-box .report-makegroup .btn1 {
	background-image: linear-gradient(to right, #fc9da2, #ff535d);
	margin-right: 40px;
}

.history-roportPage .report-page-main .report-data-box .report-makegroup .btn2 {
	background-image: linear-gradient(to right, #6caefd, #2984f2);
	margin-right: 40px;
}

.history-roportPage .report-page-main .report-data-box .report-makegroup .btn3 {
	background-image: linear-gradient(to right, #01df70, #01be2d);
}

.history-roportPage .report-page-main .report-data-box .topic-explain {
	text-align: center;
	height: 42px;
	line-height: 42px;
	color: #ffbc3d;
	background: #fff9e9;
	border-radius: 2px;
	padding-top: 0;
	margin-top: 35px;
	display: block;
}

.history-roportPage .report-page-main .report-course-box {
	margin-top: 20px;
}

.course-content-lists .list-item {
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 2px;
	position: relative;
	width: 280px;
	padding: 0 15px;
	box-sizing: border-box;
	height: 330px;
	margin-top: 20px;
	margin-right: 25px;
	transition: all .3s;
	border-radius: 8px;
}
.course-content-lists .list-item:hover{
	transform: translate(0, 0);
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
}
.course-content-lists .list-item:nth-of-type(4n) {
	margin-right: 0;
}

.course-content-lists .list-item .tags {
	width: 80px;
	height: 22px;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 11px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	background-image: linear-gradient(to right, #fc9fa4, #ff525c);
}

.course-content-lists .list-item .course-title {
	line-height: 30px;
    padding-top: 32px;
    font-weight: 900;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
}
.course-content-lists .list-item .course-long {
	padding-top: 4px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.course-content-lists .list-item .course-long span{
	font-size: 12px;
    color: #a6adbc;
    line-height: 12px;
    padding: 1px 0;
}
.course-content-lists .list-item .include{
	padding: 8px 0 0px 0;
    min-height: 56px;
    margin-bottom: 5px;
}
.course-content-lists .list-item .include span{
	background: #f7f7f7;
    font-size: 12px;
    color: #a6adbc;
    padding: 2px 9px;
    margin-left: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
}
.course-content-lists .list-item .include span:first-child{
	margin-left: 0;
}
.course-content-lists .list-item .course-sepical-box {
	padding: 10px 0 2px 0;
}

.course-content-lists .list-item .course-sepical-box span {
	color: #aab0c0;
	background: #f2f2f2;
	padding: 5px 9px;
	border-radius: 3px;
	font-size: 12px;
}

.course-content-lists .list-item .teacher {
	height: auto;
    box-sizing: border-box;
    position: relative;
	padding-top: 0;
	display: inline-block;
	height:68px;
}

.course-content-lists .list-item .teacher .avatar {
	/*width: 40px;*/
	width: 40px;
    height: 40px;
    border-radius: 100%;
	background: #f4f4f4;
	margin-right: 20px;
}

.course-content-lists .list-item .teacher .avatar img {
	width: 40px;
    height: 40px;
    border-radius: 100%;
}

.course-content-lists .list-item .teacher .name {
	font-size: 12px;
    line-height: 12px;
    padding: 10px 0 10px 0;
    width: 40px;
    text-align: center;
    color: #a6adbc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.course-content-lists .list-item  .freebie-main-leftmain1-text4 {
    display: inline-block;
    width: 100%;
}
.course-content-lists .list-item .learn-numbox {
	padding-top: 25px;
}

.course-content-lists .list-item .learn-numbox .nums {
	color: #a6adbc;
	line-height: 20px;
}

.course-content-lists .list-item .learn-numbox .price .fh {
	color: #f13232;
	margin-right: -5px;
	font-size: 12px;
}

.course-content-lists .list-item .learn-numbox .price .txt {
	color: #f13232;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.history-roportPage .report-page-main .exam-comments {
	padding: 0 60px 0 38px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 20px;
}

.history-roportPage .report-page-main .exam-comments .exam-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding: 30px 0 20px 0;
}

.history-roportPage .report-page-main .exam-comments .paper-score .stxt {
	font-size: 16px;
	color: #777e98;
	line-height: 21px;
	padding-right: 22px;
	box-sizing: border-box;
}

.history-roportPage .report-page-main .exam-comments .paper-score .outstar {
	position: relative;
}
.history-roportPage .report-page-main .exam-comments .paper-score .outstar img{
	cursor: pointer;
}
.history-roportPage .report-page-main .exam-comments .paper-score .outstar .innerstar {
	position: absolute;
	top: 0;
	left: 0;
}

.history-roportPage .report-page-main .exam-comments .paper-score .write-content {
	margin-top: 25px;
	padding-bottom: 50px;
}

.history-roportPage .report-page-main .exam-comments .paper-score .write-content textarea {
	width: 100%;
	height: 120px;
	padding: 15px 0 0 15px;
	background: #f8fafc;
	resize: none;
	border: none;
}

.history-roportPage .report-page-main .exam-comments .paper-score .write-content .submit-comm {
	width: 130px;
	height: 40px;
	border-radius: 20px;
	background: #2783f2;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	margin-top: 20px;
}

/* 高频数据 */
.highdata-main-box {
	background-color: #fff;
	padding: 38px 60px 0;
	height: 629px;
	box-sizing: border-box;
}

.highdata-main-box .highimg img {
	width: 800px;
	height: 200px;
	display: block;
}

.highdata-main-box .high-data-detail {
	background-color: #f8fafc;
	width: 100%;
	padding: 25px 30px 30px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 38px;
}

.highdata-main-box .high-data-detail .hightype {
	font-size: 16px;
	color: #2d3341;
	line-height: 16px;
}

/* .highdata-main-box .high-data-detail .mainhigh {} */

.highdata-main-box .high-data-detail .high-txt {
	font-size: 20px;
	color: #2d3341;
	line-height: 20px;
	padding-top: 25px;
	font-weight: bold;
}

.highdata-main-box .high-data-detail .exercise {
	width: 150px;
	height: 36px;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	background-color: #ff4f59;
	margin-top: 15px;
}

.highdata-main-box .high-data-detail .exercise a {
	font-size: 16px;
	color: #fff;
	display: block;
}

.highdata-main-box .high-data-detail .learn-num {
	color: #aab0c0;
	padding-top: 20px;
}

/* 精品试卷 */
.test_paperPage {
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
	min-height: 627px;
}

.test_paperPage .paperPage-lists .listitem {
	background: url(../images/paper.png) no-repeat left center;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
	position: relative;
}

.test_paperPage .paperPage-lists .listitem .title {
	color: #2d3341;
	padding-left: 75px;
	box-sizing: border-box;
}
.test_paperPage .paperPage-lists .listitem .title .tag{
	width:46px;
	height:20px;
	display: inline-block;
	border-radius:10px;
	color:#fff;
	margin-left:10px;
	font-size:12px;
	line-height: 20px;
	text-align: center;
}
.test_paperPage .paperPage-lists .listitem .title .tag.tagfree{
	background-image:linear-gradient(to right,#6caefd,#2884f2);
}
.test_paperPage .paperPage-lists .listitem .title .tag.tagpay{
	background-image:linear-gradient(to right,#fca0a5,#ff4f59);
}

.test_paperPage .paperPage-lists .listitem .paper-detail {
	padding-left: 75px;
	box-sizing: border-box;
	padding-top: 15px;
}

.test_paperPage .paperPage-lists .listitem .paper-detail .txt {
	color: #aab0c0;
	margin-right: 40px;
}

.test_paperPage .paperPage-lists .listitem .makepen {
	width: 25px;
	height: 25px;
	background: url(../images/pen3.png) no-repeat center center;
	position: absolute;
	right: 0;
	bottom: 22px;
	cursor: pointer;
}

/* 万人模考 */
.dry_runMain {
	margin-top: 25px;
}

.dry_runMain .dryrun-left {
	background-color: #f8fafc;
	width: 380px;
}

.dry_runMain .dryrun-left .title {
	font-size: 16px;
	color: #777e98;
	text-align: center;
	line-height: 16px;
	padding-top: 29px;
}

.dry_runMain .dryrun-left .run-title {
	font-size: 20px;
	line-height: 20px;
	color: #2d3341;
	text-align: center;
	padding-top: 15px;
}

.dry_runMain .dryrun-left .starttime {
	text-align: center;
	line-height: 14px;
	color: #777e98;
	padding-top: 15px;
}

.dry_runMain .dryrun-left .bottominfo {
	padding: 35px 15px 15px;
}

.dry_runMain .dryrun-left .bottominfo .num {
	color: #777e98;
}

.dry_runMain .dryrun-left .bottominfo .status1 {
	color: #777e98;
}

.dry_runMain .dryrun-left .bottominfo .status2 {
	color: #2783f2;
	cursor: pointer;
}

.high-data-detail .practice-day .time {
	font-size: 16px;
	color: #2d3341;
}

.challenge_main {
	margin-top: 35px;
	background: #f8fafc;
	padding: 40px 0;
	box-sizing: border-box;
}

.challenge_main .challengeLeft {
	width: 50%;
	text-align: center;
}

.challenge_main .challengeRight {
	border-left: 1px solid #efefef;
	box-sizing: border-box;
}

.challenge_main .challengeLeft .toptxt {
	color: #2d3341;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 20px;
}

/* .challenge_main .challengeLeft .bottomtxt {} */

.challenge_main .challengeLeft .bottomtxt .num {
	font-size: 28px;
	font-weight: bold;
	color: #2d3341;
}

.challenge_main .challengeLeft .bottomtxt .txt {
	color: #2d3341;
}

.challenge_torightbox .toright {
	width: 150px;
	height: 36px;
	border-radius: 18px;
	margin: 23px auto 0;
	background: #ff4f59;
	text-align: center;
	line-height: 36px;
}

.challenge_torightbox .toright a {
	color: #fff;
	font-size: 16px;
	display: block;
}

/*注册*/
.registerPage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	background: url(../images/registerbg.png) no-repeat left bottom;
	background-size: cover;
}

.registerPage .stklogo {
	padding-top: 30px;
}

.registerPage .stklogo img {
	display: block;
	width: 136px;
	height: auto;
}

.registerPage .registerPage-main {
	width: 1200px;
	margin: 0 auto;
}

/* .registerPage .registerPage-main .register-info {
	width:100%；
} */
.registerPage .registerPage-main .register-info  img{
	display: block;
	width:540px;
	height:80px;
	margin:0 auto;
}
/* .registerPage .registerPage-main .register-info h1 {
	font-size: 32px;
	color: #231815;
	text-align: center;
}

.registerPage .registerPage-main .register-info .infos {
	color: #231815;
	font-size: 20px;
	text-align: center;
} */
.binding-title{
	width:100%;
	text-align: center;
	color:#232323;
	font-size: 24px;
	padding:74px 0 55px;
}
.binding-text{
	width:100%;
	color:#898989;
	font-size: 14px;
	padding-top: 87px;
	text-align: center;
}
.registerPage .registerPage-main .register-form {
	width: 387px;
	height: 490px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
	border-radius: 7px;
	margin-top: 34px;
	position: relative;
}

.registerPage .registerPage-main .register-form .title {
	font-size: 24px;
	padding: 35px 0 35px 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 24px;
}

.registerPage .registerPage-main .register-form .phone {
	width: 320px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.registerPage .registerPage-main .register-form .save-password{
	width: 300px;
	margin: 20px auto 0;
}
.registerPage .registerPage-main .register-form .save-password .saveitem{
	display: flex;
	align-items: center;
}
.registerPage .registerPage-main .register-form .save-password .saveitem label{
	padding-left:5px;
	font-size:12px;
}
.registerPage .registerPage-main .register-form .save-password .saveitem.itemtwo{
	margin-left:10px;
}
.registerPage .registerPage-main .register-form .phone input {
	width: 320px;
	height: 40px;
	border-radius: 20px;
	background-color: #f9f9fc;
	border: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.registerPage .registerPage-main .register-form .phone .getcode {
	position: absolute;
	height: 40px;
	line-height: 40px;
	right: 10px;
	cursor: pointer;
	top: 0;
}

.registerPage .registerPage-main .register-form .code {
	margin-top: 20px;
}

.registerPage .registerPage-main .register-form .regbtn {
	margin-top: 25px;
}

.registerPage .registerPage-main .register-form .regbtn button {
	width: 300px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 0 auto;
	background-color: #3377ff;
	display: block;
}

.registerPage .registerPage-main .register-form .resister-txt {
	color: #b8bec8;
	text-align: center;
	padding: 20px 0;
}
.registerPage .registerPage-main .register-form .resister-txt a{
	color: #b8bec8;
	text-decoration: underline;
}

.registerPage .registerPage-main .register-form .accout-info {
	text-align: center;
	background-color: #f9f9fc;
	padding: 17px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.registerPage .registerPage-main .register-form .accout-info span {
	color: #b8bec8;
}

.registerPage .registerPage-main .register-form .accout-info a {
	color: #3377ff;
}

.registerPage .registerPage-main .download-txt {
	width: 387px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background-color: #4c86f9;
	border-radius: 7px;
	margin: 25px auto 0;
	cursor: default;
}

.registerPage .registerPage-main .download-txt a {
	display: block;
	color: #fff;
}

.registerPage .registerPage-main .about-web {
	padding: 90px 0 50px 0;
}

.registerPage .registerPage-main .about-web .about-txt {
	text-align: center;
	font-size: 12px;
	color: #969696;
}

.registerPage .registerPage-main .about-web .about-txt a {
	font-size: 12px;
	color: #969696;
}

.registerPage .registerPage-main .about-web .copying {
	font-size: 12px;
	color: #969696;
	text-align: center;
}

.registerPage .registerPage-main .login-form .login-group {
	width: 320px;
	margin: 0 auto;
	padding: 65px 0 35px 0;
	display: flex;
	justify-content: space-between;
}

.registerPage .registerPage-main .login-form .login-group .logintype {
	font-size: 20px;
	color: #858c96;
	cursor: pointer;
}

.registerPage .registerPage-main .login-form .login-group .logintype2 {
	text-align: right;
}

.registerPage .registerPage-main .login-form .login-group .active {
	border-bottom: 3px solid #3377ff;
	color: #232323;
}

.registerPage .registerPage-main .login-form .login-type-group {
	width: 300px;
	margin: 0 auto;
	padding: 28px 0 28px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.registerPage .registerPage-main .login-form .login-type-group .logintype {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #ecedf0;
}

.registerPage .registerPage-main .login-form .login-type-group .wxlogin {
	background: url(../images/wximg.png) no-repeat center center;
	cursor:pointer;
	border: 1px solid #a9e9c8;
}

.registerPage .registerPage-main .login-form .login-type-group .qqlogin {
	cursor:pointer;
	border: 1px solid #3377ff;
	background: url(../images/qqimg.png) no-repeat center center;
}

.registerPage .registerPage-main .login-form .login-type-group .wblogin {
	background: url(../images/wbimg.png) no-repeat center center;
}

.registerPage .registerPage-main .login-form .code {
	margin-top: 25px;
}

.registerPage .registerPage-main .login-form .regbtn {
	/*margin-top: 50px;*/
	margin-top: 25px;
}

.registerPage .registerPage-main .login-form .yz-codebox {
	width: 290px;
	margin: 20px auto 0;
	/*border: 1px solid #cccccc;*/
	/*height: 44px;*/
	/*border-radius: 2px;*/
	/*padding-left: 45px;*/
	/*box-sizing: border-box;*/
	/*line-height: 44px;*/
	/*position: relative;*/
	/*background-color: #fafafa;*/
}

#yz-code-box-text {
	height: 40px;
	width: 290px;
	text-align: center;
	border-radius: 2px;
	background-color: #f9f9fc;
	color: #747474;
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 40px;
}

#yz-code-box-wait {
	display: none;
	height: 42px;
	width: 290px;
	text-align: center;
	border-radius: 2px;
	background-color: #f9f9fc;
}

.yz-code-box-wait-loading {
	margin: auto;
	width: 70px;
	height: 20px;
}

.yz-code-box-wait-loading-dot {
	float: left;
	width: 8px;
	height: 8px;
	margin: 18px 4px;
	background: #ccc;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	opacity: 0;

	-webkit-box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	-ms-box-shadow: 0 0 2px black;
	-o-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;

	-webkit-animation: loadingFade 1s infinite;
	-moz-animation: loadingFade 1s infinite;
	animation: loadingFade 1s infinite;
}

.yz-code-box-wait-loading-dot:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}

.yz-code-box-wait-loading-dot:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.yz-code-box-wait-loading-dot:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.yz-code-box-wait-loading-dot:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@keyframes loadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

.code-login-btn {
	margin-top: 25px !important;
}

.new-user-regin-tips{
	padding-top: 20px;
	color: #858c96;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

/* 激活码兑换 */
.activation_nav-box {
	width: 100%;
	height: 100px;
	background-color: #3377ff;
	min-width: 1200px;
}

.activation_navbox-main {
	width: 1200px;
	margin: 0 auto;
}

.activation_navbox-main .light-logo {
	height: 100px;
	line-height: 100px;
}

.activation_navbox-main .light-logo img {
	display: inline-block;
	vertical-align: middle;
}

.activation_navbox-main .light-logo .logotxt {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	/*border-left: 1px solid #fff;*/
	/*margin-left: 20px;*/
	/*padding-left: 20px;*/
	color: #fff;
}

.activationPage {
	width: 1200px;
	margin: 0 auto;
}

.activationPage .activationPage-status {
	width: 800px;
	margin: 66px auto 0;
	position: relative;
	height: 39px;
}

.activationPage .activationPage-status .status {
	width: 274px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: #a1abc0;
}

.activationPage .activationPage-status .status.active {
	color: #fff;
}

.activationPage .activationPage-status .status1 {
	background: url(../images/act1bg.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	corlor: #fff;
}

.activationPage .activationPage-status .status2 {
	background: url(../images/act2bg.png) no-repeat;
	position: absolute;
	left: 264px;
	top: 0;
	z-index: 11;
}

.activationPage .activationPage-status .status2.active {
	background: url(../images/seleact2.png) no-repeat;
	transition: all .3s;
}

.activationPage .activationPage-status .status3.active {
	background: url(../images/seleact2.png) no-repeat;
}

.activationPage .activationPage-status .status3 {
	background: url(../images/act2bg.png) no-repeat;
	position: absolute;
	left: 527px;
	top: 0;
	a-index: 10;
}

.activationPage .activation-content .wirte-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 50px 0 23px 0;
}

.activationPage .activation-content .write-code {
	width: 530px;
	margin: 0 auto;
}

.activationPage .activation-content .write-code input {
	width: 530px;
	height: 43px;
	border-radius: 5px;
	border: 1px solid #a1abc0;
	box-sizing: border-box;
	display: block;
	text-align: center;
}

.activationPage .activation-content .nextbent {
	width: 530px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border-radius: 5px;
	color: #fff;
	margin: 40px auto 0;
	background-color: #3377ff;
	cursor: pointer;
}

.activationPage .activation-content .nextbent a {
	display: block;
	color: #fff;
}

.activationPage .activation-content .action-content2 .activation-info {
	width: 530px;
	background-color: #fafafa;
	border-radius: 5px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

.activationPage .activation-content .action-content2 .activation-info .activation-code {
	background-color: #fff;
	width: 380px;
	height: 30px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.activationPage .activation-content .action-content2 .activation-info .activation-code .key {
	font-weight: bold;
	line-height: 30px;
}

.activationPage .activation-content .action-content2 .activation-info .activation-code .val {
	color: #3377ff;
	padding-left: 15px;
	line-height: 30px;
}

.activationPage .activation-content .action-content2 .activation-info .card-info-main .lefttxt {
	color: #bbbec4;
}

.activationPage .activation-content .action-content2 .activation-info .card-info-main .righttxt {
	font-weight: bold;
}

.activationPage .activation-content .action-content2 .activation-info .cord-box {
	padding: 25px 55px 0;
	box-sizing: border-box;
}

.activationPage .activation-content .action-content2 .activation-info .cord-box .card-info .card-info-main-right {
	padding-top: 15px;
}

.activationPage .activation-content .action-content2 .select-activation {
	width: 530px;
	background-color: #fafafa;
	border-radius: 5px;
	margin: 25px auto 10px;
	height: auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.activationPage .activation-content .action-content2 .select-activation .select-txt {
	line-height: 65px;
	color: #bbbec4;
	padding-right: 8px;
}
.activationPage .activation-content .action-content2 .select-activation .select-typicbox{
	max-width: 400px;
	padding:10px 0;
}

.activationPage .activation-content .action-content2 .select-activation .topic {
	font-size: 12px;
	color: #ff773a;
	border: 1px solid #ff773a;
	border-radius: 7px;
	padding: 3px 9px;
	margin: 5px 0 5px 5px;
	display: block;
	cursor: pointer;
}

.activationPage .activation-content .action-content2 .select-activation .active {
	background: #ff773a;
	color: #fff;
}

.activationPage .activation-content .action-content3 .success-title {
	background: url(../images/success.png) no-repeat left center;
	width: 460px;
	margin: 87px auto 0;
	height: 67px;
	line-height: 67px;
	padding-left: 87px;
	box-sizing: border-box;
}

.activationPage .activation-content .action-content3 .msg-title {
	text-align: center;
	padding-top: 10px;
}

.activationPage .activation-content .action-content3 .todate {
	text-align: center;
	padding-top: 20px;
	color: #ff773a;
}

/* 资讯 */
.news-bg-box .page-title .tit {
	font-size: 24px !important;
	padding-right: 25px !important;
	cursor: pointer;
}

.news-bg-box .page-title .down {
	background: url(../images/icondown.png) no-repeat right center;
}

.news-indexPage {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background-color: #f8fafc;
	padding-bottom:80px;
}

.news-indexPage-main {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.news-indexPage-main .news-page-datagroup {
	background-color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
}

.news-indexPage-main .news-page-datagroup .datanav-next {
	margin-left: 40px;
}

.news-indexPage-main .news-page-datagroup .left-tip {
	width: 20px;
	height: 60px;
	background-color: #efefef;
	border-radius: 5px;
	color: #777e98;
	text-align: center;
	line-height: 60px;
	margin-right: 5px;
}

.news-indexPage-main .news-page-datagroup .left-tip span {
	display: inline-block;
	vertical-align: middle;
}

.news-indexPage-main .news-page-datagroup .menus {
	height: 60px;
}

.news-indexPage-main .news-page-datagroup .menu-bottom {
	padding-top: 20px;
}

.news-indexPage-main .news-page-datagroup .menus-top a {
	font-size: 16px;
	color: #2d3341;
	line-height: 16px;
	padding-left: 18px;
}

.news-indexPage-main .news-page-datacontent {
	margin-top: 20px;
	width: 100%;
}

.news-indexPage-main .news-page-datacontent .dataleft {
	background-color: #fff;
	width: 850px;
	padding: 0 20px 20px;
	box-sizing: border-box;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-tit {
	color: #2d3341;
	font-size: 18px;
	line-height: 18px;
	padding: 20px 0 20px 0;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox {
	width: 100%;
	height: 420px;
	/* background-color: red; */
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .leftcontent .dataimg {
	width: 400px;
	height: 225px;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .leftcontent .dataimg img {
	width: 400px;
	height: 225px;
	display: block;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .leftcontent ul li {
	padding-bottom: 10px;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .leftcontent ul li a {
	color: #777e98;

}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .leftcontent {
	width: 400px;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .rightcontent {
	width: 390px;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .rightcontent h1 {
	font-size: 24px;
	color: #2783f2;
	padding: 10px 0 14px;
	line-height: 24px;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .rightcontent .right-hot-list .tit {
	width: 46%;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .rightcontent h2 a {
	color: #777e98;
	display: block;
	font-size: 14px;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .right-hot {
	margin-bottom: 5px;
}

.news-indexPage-main .news-page-datacontent .dataleft .hot-contentbox .right-hot-list {
	padding-bottom: 10px;
}

.news-indexPage-main .news-page-datacontent .dataleft .leftcontent .hot-tit {
	padding-bottom: 15px;
}

.news-indexPage-main .news-page-datacontent .dataright {
	background-color: #fff;
	width: 330px;
	padding: 0 20px 20px 0;
	box-sizing: border-box;
	height: 516px;
}

.news-indexPage-main .news-page-datacontent .dataright .topic-tit {
	color: #2d3341;
	text-align: center;
	line-height: 20px;
	padding: 20px 0 22px;
}

.news-indexPage-main .news-page-datacontent .dataright .exam-datebox .datetxt {
	background: #ffbc3d;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	border-radius: 5px;
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	display: inline-block;
}

.news-indexPage-main .news-page-datacontent .dataright .exam-datebox .dateday {
	display: inline-block;
	vertical-align: bottom;
}

.news-indexPage-main .news-page-datacontent .dataright .exam-datebox {
	text-align: center;
}

.news-indexPage-main .exam-status-linebox .tips {
	width: 20px;
	height: 50px;
	background-color: #d4e5fe;
	border-radius: 3px;
	color: #2783f2;
	text-align: center;
	line-height: 50px;
	margin-right: 8px;
}

.news-indexPage-main .exam-status-linebox .tips span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.news-indexPage-main .exam-status-linebox .primary-top {
	color: #ffbc3d;
	padding-bottom: 10px;
}

.news-indexPage-main .exam-status-linebox .primary-bottom {}

.news-indexPage-main .exam-status-linebox .primary-bottom a {
	color: #777e98;
	margin-right: 5px;
}

.news-indexPage-main .exam-status-linebox {
	padding: 0 0 0 22px;
	box-sizing: border-box;
;
	margin-top: 25px;
	background: url(../images/linebg.png) no-repeat 22px center;
}

.news-indexPage-main .exam-status-linebox .linestatus {
	margin-top: 17px;
	padding-left: 20px;
	box-sizing: border-box;
}

.news-indexPage-main .commend-img {
	margin-top: 20px;
}

.news-indexPage-main .live-coursebox {
	background-color: #fff;
	margin-top: 20px;
	padding: 0 20px 50px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.news-indexPage-main .live-coursebox .tit {
	font-size: 18px;
	line-height: 18px;
	padding: 28px 0 30px 0;
}

.news-indexPage-main .live-coursebox .live-courseitem .teacherimg {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.news-indexPage-main .live-coursebox .live-courseitem .teacherimg img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.news-indexPage-main .live-coursebox .live-courseitem .teacher-name {
	color: #a6adbc;
	padding-top: 10px;
	width: 80px;
	text-align: center;
}

.news-indexPage-main .live-coursebox .live-courseitem .live-courseinfo .live-time {
	color: #1e6dff;
	background: url(../images/liveing.png) no-repeat left center;
	text-align: left;
	padding-left: 30px;
}

.news-indexPage-main .live-coursebox .live-courseitem .live-courseinfo .live-name {
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	padding-top: 10px;
	font-weight: bold;
}

.news-indexPage-main .live-coursebox .live-courseitem .live-courseinfo {
	padding-left: 12px;
	width: 197px;
}
.news-indexPage-main .line-course{
	background-color: #fff;
	margin-top:20px;
	width:100%;
	padding:0 20px 45px;
	box-sizing: border-box;
}
.news-indexPage-main .line-course .list-item{
	margin-right:13px;
}
.news-indexPage-main .line-course .list-item:nth-of-type(4n){
	margin-right:0;
}
.news-indexPage-main .line-course .tit{
	font-size:18px;
	color:#2d3341;
	font-weight: bold;
	padding-top:25px;
}
.news-indexPage-main .line-course .learn-numbox{
	position: relative;
}
.news-indexPage-main .line-course .learn-numbox .has-course{
	position: absolute;
	top:5px;
	left:0;
	font-size:12px;
	color:#ff4f59;
}
.news-indexPage-main .line-course .learn-numbox .has-user{
	padding-top:5px;
	box-sizing: border-box;
}
.news-indexPage-main .free-livecourse .free-video ul li{
	margin-right:13px;
	transition: none;
}
.news-indexPage-main .free-livecourse .free-video ul li:hover{
	box-shadow: none;
}
.news-indexPage-main .free-livecourse .free-video ul li:nth-of-type(4n){
	margin-right:0;
}
.news-indexPage-main .free-livecourse .free-video .course-liveing{
	background:url(../images/liveing.png) no-repeat left center;
	font-size:12px;
	color:#1e6dff;
	padding:0 0 0 25px;
	margin-top:15px;
}
/* 文章 */
.filelistPage .filepage-guide{
	width:1200px;
	margin:0 auto;
	color:#777e98;
	padding:20px 0 0 0;
}
.filelistPage .filepage-guide a{
	color:#777e98;
}
.filelist-page-datacontent .dataleft .title{
	font-size:24px;
	color:#2d3341;
	font-weight: bold;
	line-height: 24px;
	padding:45px 0 25px 0;
}
.news-indexPage-main .filelist-page-datacontent .dataleft{
	padding:0 50px 0;
	box-sizing: border-box;
}
.file-listbox .file-listbox-group .listitem .file-title{
	width:80%;
	color:#2d3341;
	line-height: 14px;
}
.file-listbox .file-listbox-group .listitem .file-time{
	color:#aab0c0;
	line-height: 14px;
}
.file-listbox .file-listbox-group .listitem{
	padding-top:25px;
}
.file-listbox .file-listbox-group{
	padding-top:20px;
}
.filelist-page-datacontent .dataright .free-look-live{
	padding:0 20px;
	box-sizing: border-box;
	width:100%;
}
.filelist-page-datacontent .dataright .free-look-live .titbox{
	padding:20px 0;
}
.filelist-page-datacontent .dataright .free-look-live .titbox .tit{
	font-size:18px;
	color:#2d3341;
	font-weight: bold;
	line-height: 18px;
}
.filelist-page-datacontent .dataright .free-look-live .titbox .txt{
	color:#aab0c0;
	line-height: 18px;
}
.filelist-page-datacontent .dataright .course-livebox .list-top .avatar{
	width:80px;
	height:80px;
	border-radius:100%;
}
.filelist-page-datacontent .dataright .course-livebox .list-top .avatar img{
	width:80px;
	height:80px;
	border-radius:100%;
}
.filelist-page-datacontent .dataright .course-livebox .list-top .liveing{
	color:#ff4f59;
	background:url(../images/dataing.png) no-repeat left center;
	padding-left:30px;
	box-sizing: border-box;
	line-height: 24px;
}
.filelist-page-datacontent .dataright .course-livebox .list-top .liveed{
	color:#2783f2;
	background:url(../images/ctime.png) no-repeat left center;
}
.filelist-page-datacontent .dataright .course-livebox .list-top .course{
	padding-left:12px;
	box-sizing: border-box;
}
.filelist-page-datacontent .dataright .course-livebox .list-top .ctitle{
	font-size:16px;
	font-weight: bold;
	padding-top:12px;
	line-height: 16px;
}
.filelist-page-datacontent .dataright .course-livebox .list-bottom{
	padding-top:6px;
}
.filelist-page-datacontent .dataright .course-livebox .teacher-name{
	color:#a6adbc;
	line-height: 25px;
}
.filelist-page-datacontent .dataright .course-livebox .makeing{
	width:80px;
	height:25px;
	border-radius:12.5px;
	text-align: center;
	line-height: 25px;
	font-size:12px;
	color:#ff4f59;
	border:1px solid #ff4f59;
	box-sizing: border-box;
}
.filelist-page-datacontent .dataright .course-livebox .makeed{
	color:#2783f2;
	border:1px solid #2783f2;
}
.filelist-page-datacontent .dataright{
	background:none !important;
}
.filelist-page-datacontent .dataright .free-look-live{
	background-color: #fff;
}
.filelist-page-datacontent .dataright .course-livebox .listitem{
	padding-bottom:40px;
}
.hot-file-listmain{
	background-color: #fff;
	margin-top:20px;
	padding:0 20px;
	box-sizing: border-box;
}
.hot-file-listmain .hot-titbox .tit{
	font-size:18px;
	color:#2d3341;
	font-weight: bold;
	line-height: 18px;
}
.hot-file-listmain .hot-titbox .more a{
	color:#aab0c0;
	line-height: 18px;
}
.hot-file-listmain .hot-titbox{
	padding:20px 0 28px 0;
}
.hot-file-listmain .hot-listbox ul li a{
	color:#777e98;
}
.hot-file-listmain .hot-listbox ul li{
	padding-bottom:23px;
	line-height: 14px;
}
.wx-service{
	margin-top:20px;
	background-color: #fff;
	padding:0 20px 20px;
	box-sizing: border-box;
}
.news-indexPage-main .filelist-page-datacontent .dataright{
	height:auto;
}
.wx-service .title{
	font-size:18px;
	font-weight: bold;
	line-height: 18px;
	padding:18px 0 16px 0;
}
.wx-service .codeimg img{
	width:89px;
	height:89px;
}
.wx-service .codetxt .wx-scode{
	color:#2d3341;
	font-size:16px;
}
.wx-service .urlinfo{
	padding-top:10px;
}
.wx-service .urlinfo a{
	color:#aab0c0;
	padding-right:15px;
	box-sizing: border-box;
}
.filedetail-page-datacontent .dataleft .title{
	font-size:24px;
	color:#2d3341;
	font-weight: bold;
	line-height: 24px;
	padding:40px 0 20px 0;
}
.filedetail-page-datacontent .dataleft .file-source{
	padding-bottom:15px;
}
.filedetail-page-datacontent .dataleft .file-source .info{
	color:#aab0c0;
	padding-right:20px;
}
.filedetail-page-datacontent .detail-content-otherinfo{
	padding-top:40px;
}
.filedetail-page-datacontent .detail-content-otherinfo .download{
	width:280px;
	height:40px;
	border-radius:20px;
	margin:0 auto;
	text-align: center;
	line-height: 40px;
	border:1px solid #2783f2;
}
.filedetail-page-datacontent .detail-content-otherinfo .download a{
	display: block;
	color:#2783f2;
}
.filedetail-page-datacontent .detail-content-otherinfo .commend-file .comm-title{
	color:#2d3341;
	font-size:18px;
	font-weight: bold;
}
.filedetail-page-datacontent .detail-content-otherinfo .commend-file .list{
	padding-top:25px;
}
.filedetail-page-datacontent .detail-content-otherinfo .sharebox .share{
	width:35px;
	height:35px;
	cursor: pointer;
	margin-left:20px;
}
.filedetail-page-datacontent .detail-content-otherinfo .share-to{
	padding-top:34px;
}
.filedetail-page-datacontent .detail-content-otherinfo .share-to .share-title{
	font-size:16px;
	color:#2d3341;
	font-weight: bold;
	line-height: 35px;
}
.filedetail-page-datacontent .detail-content-otherinfo .sharebox .sharewx{
	background:url(../images/sharefile.png) no-repeat left center;
}
.filedetail-page-datacontent .detail-content-otherinfo .sharebox .sharepyq{
	background:url(../images/sharefile.png) no-repeat -50px center;
}
.filedetail-page-datacontent .detail-content-otherinfo .sharebox .shareqq{
	background:url(../images/sharefile.png) no-repeat -100px center;
}
.filedetail-page-datacontent .detail-content-otherinfo .sharebox .shareqqkj{
	background:url(../images/sharefile.png) no-repeat -150px center;
}
.filedetail-page-datacontent .detail-content-otherinfo .file-other{
	padding-top:20px;
}
.filedetail-page-datacontent .detail-content-otherinfo .info{
	color:#aab0c0;
}
.news-indexPage-main .filedetail-page-datacontent .dataleft{
	background:none !important;
}
.news-indexPage-main .file-downloadPage{
	background-color: #fff !important;
	padding-bottom:80px;
}
.news-indexPage-main .file-downloadPage .download-make .downtxt{
	color:#aab0c0;
	font-weight: bold;
	line-height: 40px;
}
.news-indexPage-main .file-downloadPage .download-make .downprice{
	color:#ff4f59;
	line-height: 40px;
}
.news-indexPage-main .file-downloadPage .download-make .down-btn{
	width:120px;
	height:40px;
	border-radius:20px;
	line-height: 40px;
	text-align: center;
	background-image: linear-gradient(to right, #fc9da2 , #ff505a);
	font-size:16px;
	color:#fff;
	margin-left:38px;
}
.news-indexPage-main .file-downloadPage .file-detail-content{
	padding-top:38px;
}
.news-indexPage-main .file-downloadPage .download-infodetail{
	color:#777e98;
	line-height: 40px;
	padding-top:15px;
}
.news-indexPage-main .file-downloadPage .download-phonebox{
	padding-top:10px;
}
.news-indexPage-main .file-downloadPage .download-phonebox .phonetit{
	font-weight: bold;
}
.news-indexPage-main .file-downloadPage .download-phonebox .down-imgbox{
	padding:40px 0 40px 113px;
	box-sizing: border-box;
}
.news-indexPage-main .file-downloadPage .download-phonebox .down-imgbox .downcode{
	padding:70px 0 0 50px;
	width: 195px;
	text-align: center;
}
.news-indexPage-main .file-downloadPage .download-phonebox .down-imgbox .downcode .twocode img{
	width:100px;
	height:100px;

}
.news-indexPage-main .file-downloadPage .download-phonebox .down-imgbox .downcode .text{
	padding-top:33px;
}
.download-tcbox .down-info .need-txt{
	text-align: center;
	color:#2d3341;
	padding:22px 0;
}
.download-tcbox .down-info .learnprice{
	color:#ff4f59;
	font-size:18px;
	font-weight: bold;
	text-align: center;
}
.download-tcbox .down-info .has-price {
	text-align: center;
	padding-top:30px;
}
.download-tcbox .down-info .has-price a{
	font-size:16px;
	color:#ff4f59;
	border-bottom:1px solid #ff4f59;
}
.download-tcbox .down-info .btngroup{
	width:300px;
	margin:0 auto;
	padding-top:25px;
}
.download-tcbox .down-info .btngroup .btn{
	width:120px;
	height:40px;
	text-align: center;
	line-height: 40px;
	border-radius:20px;
	box-sizing: border-box;
	cursor: pointer;
}
.download-tcbox .down-info .btngroup .btn1{
	background-color: #ff4f59;
	color:#fff;
	font-size:18px;
}
.download-tcbox .down-info .btngroup .btn2{
	background-color: #efefef;
	color:#2d3341;
	font-size:18px;
}
/* 学习中心-我的 */
.learn-userPage .pract-navmain{
	box-shadow: 0 4px 4px #ebecec;
}
.learn-userPage .two-navgroup{
	padding:20px 0;
}
.learn-userPage .learn-priceinfo{

}
.learn-userPage .learn-priceinfo .price .txt{
	color:#2783f2;
}
.learn-userPage .learn-priceinfo .price .dw{
	color:#2783f2;
}
.learn-userPage .learn-priceinfo .infotxt{
	color:#777e98;
	font-size: 12px;
	padding-top: 4px;
}
.learn-userPage .two-navgroup .line{
	/* font-size:34px;
	color:#b4b9c7; */
	background: url("/static/home/images/geren_x.png") no-repeat center;
	height:34px;
	width:11px;
	margin-top:6px;
}
.learn-userPage .learn-priceinfo {
	padding:0 28px;
}
.learn-userPage .two-navgroup .leftnav{
	width:auto;
}
.learn-userPage .two-navgroup .rightnav{
	width:auto;
}
.learn-userPage .two-navgroup .learn-signbox{
	padding-left:5px;
}
.learn-userPage .two-navgroup .learn-signbox .signbtn{
	width:130px;
	height:36px;
	border-radius:18px;
	background-color: #ffbc3d;
	text-align: center;
	line-height: 36px;
	font-size:16px;
	color:#fff;
	cursor: pointer;
}
.learn-userPage .two-navgroup .learn-signbox .disabled-sign-btn{
	width:130px;
	height:36px;
	border-radius:18px;
	background-color: #cccccc;
	text-align: center;
	line-height: 36px;
	font-size:16px;
	color:#fff;
	cursor: not-allowed;
}
.learn-userPage .two-navgroup .learn-signbox .infotxt{
	color:#aab0c0;
	padding-top:6px;
	width:130px;
	text-align: center;
}
.learn-userPage{
	background-color: #f7f8f8;
}
.learn-page-maincontent{
	width:100%;
	background-color: #f7f8f8;
	margin-top:35px;
	min-width:1200px;
}
.learn-page-maincontent .learn-maincontent{
	width:1200px;
	margin:0 auto;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav{
	width:180px;
	background-color: #fff;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent{
	width:740px;
	margin-left:20px;
}
.learn-page-maincontent .learn-maincontent .learnpage-right{
	width:240px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .user-img{
	width:50px;
	height:50px;
	border-radius:100%;
	margin:0 auto;
	padding-top:18px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .user-img img{
	width:50px;
	height:50px;
	border-radius:100%;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .username{
	text-align: center;
	color:#2d3341;
	padding-top:18px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .topic-date{
	text-align: center;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .topic-date .tx1{
	color:#aab0c0;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .topic-date .tx2{
	font-size:20px;
	color:#ff4f59;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu{
	padding:20px 0 105px 0;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li{
	width:100%;
	height:40px;
	line-height: 40px;
	padding-left:45px;
	border-left:10px solid #fff;
	box-sizing: border-box;
	margin-top:5px;
	cursor: pointer;
	transition: all .3s;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li:hover{
	background-color: #d1e5fd;
	border-left:10px solid #2783f2;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li .img{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height:20px;
	padding-right:5px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.my .img{
	background:url(../images/learnbg.png) no-repeat 0 0;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active.my .img{
	background:url(../images/learnbg.png) no-repeat -28px 0;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.course .img{
	background:url(../images/geren_log.png) no-repeat -20px -19px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.studentsed .img{
	background:url(../images/studentsed_b.png) no-repeat center;
	padding-right: 0;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.studentsed span{
	padding-left: 5px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active.studentsed .img{
	background:url(../images/studentsed_b.png) no-repeat center;

}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.studentsed{
	position: relative;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.studentsed::after{
	content: "NEW";
	position: absolute;
	top:-10px;
	width: 40px;
	height: 20px;
	background: linear-gradient(to right,#fa6152,#ff0403);
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	border-bottom-left-radius: 0;
	box-shadow: 0 3px 2px 2px #ebc0c3;
}

.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.broadcast .img{
	background:url(../images/geren_log.png) no-repeat -20px -59px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active.broadcast .img{
	background:url(../images/geren_log.png) no-repeat -57px -59px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.textdown .img{
	background:url(../images/geren_log.png) no-repeat -20px -139px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active.textdown .img{
	background:url(../images/geren_log.png) no-repeat -57px -139px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.makeup .img{
	background:url(../images/geren_log.png) no-repeat -20px -259px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active.makeup .img{
	background:url(../images/geren_log.png) no-repeat -57px -259px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.vation .img{
	background:url(../images/geren_log.png) no-repeat -20px -380px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active.vation .img{
	background:url(../images/geren_log.png) no-repeat -58px  -380px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active.course .img{
	background:url(../images/geren_log.png) no-repeat -57px -19px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.topic .img{
	background:url(../images/geren_log.png)  no-repeat -20px -99px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.topic.active .img{
	background:url(../images/geren_log.png) no-repeat -57px -99px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.data .img{
	background:url(../images/learnbg.png) no-repeat 0 -133px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.data.active .img{
	background:url(../images/learnbg.png) no-repeat -28px -133px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.ans .img{
	background:url(../images/geren_log.png) no-repeat -20px -179px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.ans.active .img{
	background:url(../images/geren_log.png) no-repeat -57px -179px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.order .img{
	background:url(../images/geren_log.png) no-repeat -20px -219px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.order.active .img{
	background:url(../images/geren_log.png) no-repeat -58px -219px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.account .img{
	background:url(../images/geren_log.png) no-repeat -20px -302px;
	width:20px
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.account.active .img{
	background:url(../images/geren_log.png) no-repeat -57px -302px;
	width:20px
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.user .img{
	background:url(../images/geren_log.png) no-repeat -20px -339px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.user.active .img{
	background:url(../images/geren_log.png) no-repeat -58px -339px;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active{
	border-left:10px solid #2783f2;
	background-color: #d1e5fd;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li.active span{
	color:#2783f2;
}
.learn-page-maincontent .learn-maincontent .learnpage-leftnav .left-menu ul li span{
	display: inline-block;
	vertical-align: middle;
	font-size:16px;
	color:#2d3341;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .title{
	color:#2d3341;
	padding:22px 0 40px 0;
	font-weight: bold;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .prevcourse{
	padding:10px 0;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .prevcourse .tit1{
	color:#aab0c0;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .prevcourse .tit2{
	font-weight: bold;
	padding-left:5px;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .learn-line .line{
	width:200px;
	height:9px;
	background-color: #efefef;
	position: relative;
	margin-top:2px;
	border-radius: 10px;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .learn-line .line .innerline{
	width:0;
	height:9px;
	background-color: #ffbc3d;
	position: absolute;
	top:0;
	left:0;
	border-radius: 10px;
	transition: all .3s;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent  .learn-rage{
	padding-left:22px;
	line-height: 14px;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent  .learn-rage span{
	line-height: 14px;
	color:#aab0c0;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .look-coursebox ul li{
	padding-bottom:40px;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .look-coursebox .looktit{
	font-weight: bold;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .look-coursebox .lookbtns{
	width:100px;
	height:36px;
	border-radius:18px;
	background-color: #2783f2;
	line-height: 36px;
	text-align: center;
	margin-top:10px;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .look-coursebox .lookbtns a{
	color:#fff;
	display: block;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .learn-info{
	background-color: #fff;
	padding:0 26px;
	box-sizing: border-box;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .learn-info-topic{
	margin-top:20px;
}
.learn-page-maincontent .learn-maincontent .learnpage-coenent .learn-topic-tit{
	color:#2d3341;
	padding-bottom: 10px;
}
.learn-page-maincontent .learnpage-right .webscholl-notice{
	background-color: #fff;
	padding:0 25px;
	box-sizing: border-box;
}
.learn-page-maincontent .learnpage-right .webscholl-notice .title{
	color:#2d3341;
	font-weight: bold;
	background:url(../images/learnr.png) no-repeat 0 20px;
	padding-left:40px;
	padding-top:18px;
}
.learn-page-maincontent .learnpage-right .webscholl-notice .webtit{
	padding:15px 0;
	line-height: 14px;
}
.learn-page-maincontent .learnpage-right .webscholl-notice .webtit a{
	font-size:14px;
	color:#777e98;
}
.learn-page-maincontent .learnpage-right .webscholl-notice .notic-date{
	color:#aab0c0;
	padding-bottom:25px;
}
.learn-page-maincontent .learnpage-right .webschool-tool{
	/*margin-top:20px;*/
	padding-bottom:40px;
}
.learn-page-maincontent .learnpage-right .webschool-tool .toollogo img{
	width:50px;
	height:50px;
}
.learn-page-maincontent .learnpage-right .webschool-tool .tooldetail{
	padding:0 0 0 10px;
}
.learn-page-maincontent .learnpage-right .webschool-tool .tooldetail .tool-tit{
	color:#2d3341;
	line-height: 16px;
	padding-top:4px;
}
.learn-page-maincontent .learnpage-right .webschool-tool .tooldetail .tool-info{
	color:#aab0c0;
	line-height: 14px;
	padding-top:11px;
}
.learn-page-maincontent .learnpage-right .webschool-tool .tool-item{
	margin-top:30px;
}
/* 学习中心-我的课程 */
.learn-page-maincontent .learn-maincontent .learnpage-coursemain{
	width:1000px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li{
	background-color: #f7f8f8;
	padding:15px 30px 23px;
	margin-bottom:20px;
	box-sizing: border-box;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .coutitle{
	font-size:20px;
	font-weight: bold;
	line-height: 25px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .coursetag{
	width:60px;
	height:25px;
	line-height: 25px;
	text-align: center;
	background-color: #d1e5fd;
	color:#2783f2;
	border-radius:30px;
	margin-left:25px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .taglive{
	background-color: #fcd8d8;
	color:#ff4f59;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .teacherimg{
	background:#fff;
	border-radius:100%;
	width:40px;
	height:40px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .teacherimg img{
	border-radius:100%;
	width:40px;
	height:40px;
	display: block;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .teachername{
	line-height: 40px;
	color:#777e98;
	padding:0 155px 0 30px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .learnrate{
	width:200px;
	height:9px;
	background-color: #efefef;
	position: relative;
	margin-top:16px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .rateinner{
	position: absolute;
	top:0;
	left:0;
	height:9px;
	width:0;
	background-color: #ffbc3d;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .ratetxt{
	color:#aab0c0;
	font-weight: bold;
	line-height: 40px;
	padding-left:20px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .coursebottom{
	padding-top:16px;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .tolearn{
	width:100px;
	height:38px;
	text-align: center;
	line-height: 38px;
	border-radius:19px;
	background-color: #2783f2;
}
.learn-maincontent .learnpage-coursemain .course-learnlist ul li .tolearn a{
	font-size:16px;
	color:#fff;
	display: block;
}
.learn-maincontent .learnpage-coursemain .course-learnlist{
	padding-bottom:40px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line{
	margin-top:20px;
	height:350px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate{
	width:640px;
	background-color: #fff;
	padding:0 30px;
	box-sizing: border-box;
	height:350px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learnline{
	width:338px;
	background-color: #fff;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .datetitle{
	font-size:20px;
	font-weight: bold;
	color:#2d3341;
	padding-top:20px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .date-week{
	padding:0 0 12px 152px;
	color:#2d3341;
	letter-spacing: 5px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .date-txt{
	width:15%;
	background-color: #f7f8f8;
	height:70px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .date-txt .yeartxt{
	text-align: center;
	line-height: 30px;
}

.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .date-txt .monthtxt{
	text-align: center;
	line-height: 30px;
	font-size:20px;
	color:#2d3341;
	font-weight: bold;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .look-more{
	width:15%;
	line-height: 70px;
	text-align: center;
	color:#2783f2;
	background-color: #f7f8f8;
	cursor: pointer;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .course-teacher .date{
	color:#2783f2;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .course-teacher .teacher{
	color:#777e98;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .course-time .time{
	font-weight: bold;
	color:#2d3341;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .course-time .tit{
	color:#2d3341;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .recebtn{
	width:60px;
	height:24px;
	border-radius:5px;
	text-align: center;
	line-height: 24px;
	background-color: #2783f2;
	color:#fff;
	cursor: pointer;
	margin-top:5px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learndate .receipt-date{
	padding-top:38px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .report-groupbox .course1{
	width:33.33%;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .report-groupbox .course2{
	text-align: center;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .report-groupbox .course3{
	text-align: right;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .report-groupbox .course1 .toptxt{
	color:#ff4f59;
	font-weight: bold;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .report-groupbox .course1 .bottxt{
	color:#aab0c0;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .report-groupbox{
	padding-top:12px;
}
.learn-maincontent .learnpage-coursemain .learn-date-line .learn-report{
	height:170px;
	width:100%;
	/*margin-top:13px;*/
}
.learn-maincontent .learnpage-coursemain .learn-date-line .report-info{
	color:#777e98;
	padding-top:10px;
}
/*个人中心-学习报告*/
.learn-report-content{
	width:1000px;
	margin-left:20px;
}
.learn-report-content .report-menugroup{
	padding:25px 30px 0;
	box-sizing: border-box;
	width:100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.learn-report-content .report-menugroup .report-menu-item{
	margin:0 5px 0 0;

}
.learn-report-content .report-menugroup .report-menu-item .inner-item{
	padding:0 14px;
	margin-right: 23px;
	margin-left: 23px;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item:nth-child(6n){
	margin-right: 0;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img{
	width:35px;
	height:35px;
	margin:0 auto;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img1{
	background: url(../images/reportmenu2.png) no-repeat -5px 0;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .img1{
	background: url(../images/reportmenu2.png) no-repeat -74px 0;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item {
	border-bottom:4px solid #2783f2;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .menu{
	color:#aab0c0;
	padding:10px 0 10px 0;
}
.learn-report-content .report-menugroup .report-menu-item a{
	display: block;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .menu {
	color:#2783f2;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img2 {
	background: url(../images/reportmenu2.png) no-repeat -9px -36px;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .img2{
	background: url(../images/reportmenu2.png) no-repeat -78px -36px;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img3 {
	background: url(../images/reportmenu2.png) no-repeat -6px -76px;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .img3{
	background: url(../images/reportmenu2.png) no-repeat -75.5px -76px;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img4 {
	background: url(../images/reportmenu2.png) no-repeat -7px -118px;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .img4 {
	background: url(../images/reportmenu2.png) no-repeat -76.5px -118px;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img5 {
	background: url(../images/reportmenu2.png) no-repeat -7px -165px;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .img5 {
	background: url(../images/reportmenu2.png) no-repeat -76.5px -165px;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img6 {
	background: url(../images/reportmenu2.png) no-repeat -7px -206px;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .img6 {
	background: url(../images/reportmenu2.png) no-repeat  -76.5px -206px;
}
.learn-report-content .report-menugroup .report-menu-item .inner-item .img7 {
	background-image: url(../images/reportmenu7.png);
	background-repeat: no-repeat;
	background-position-y: 3px;
}
.learn-report-content .report-menugroup .report-menu-item.active .inner-item .img7 {
	background-image: url(../images/reportmenu7-active.png);
	background-repeat: no-repeat;
}
.learn-report-content .report-menugroup .last-menu{
	margin-right:0;
}
.learn-report-content .report-info{
	margin-top:20px;
	height:50px;
	line-height: 50px;
	background: #fff;
	position: relative;
	padding-left:55px;
	box-sizing: border-box;
	color:#777e98;
	font-size: 12PX;
}
.learn-report-content .report-info .img{
	width:25px;
	height:22px;
	background: url(../images/learnr.png) no-repeat 0 0;
	position: absolute;
	top:50%;
	left:18px;
	margin-top:-11px;
}
.learn-report-content .report-taps{
	width: 100%;
	height: 54px;
	background: #fff;
	margin-bottom: 17px;
	display: flex;
	margin-top: 17px;
	padding:0 25px;
	box-sizing: border-box;
}
.learn-report-content .report-taps li{
	display: inline-block;
	width: 50%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color:#b0b5c4;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
}
.learn-report-content .report-taps li a{
	display: block;
	color: #b0b5c4;
}
.learn-report-content .report-hiddens{
	display: none;
}
.report-textsthree{
	display: inline-block;
	width: 52px;
	height: 24px;
	background: #ebc580;
	color:#ba5912;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	border-radius: 5px;
	margin-right: 8px;
	margin-top: 1px;
}
.learn-report-content .report-taps li.hover{
	position: relative;
}
.learn-report-content .report-taps li.hover a{
	color:#2783f2;
	font-weight: 900;
}
.learn-report-content .report-taps li.hover::before{
	content: "";
	width: 100%;
	height:4px;
	background: url("/static/home/images/collel_p.png") no-repeat center bottom / 8px 4px;
	position:absolute;
	left:0;
	bottom: -6px;
	border-top:2px solid #2783f2;
}
.learn-report-content .make-topic-report{
	padding:0 30px;
	box-sizing: border-box;
}
.learn-report-content .make-topic-report{
	background: #fff;
	padding:0 30px;
	box-sizing: border-box;
	margin-top:20px;
}
.learn-report-content .make-topic-report .retit{
	font-size:20px;
	color:#2d3341;
	font-weight: bold;
	padding:20px 0 0 0;
}
.learn-report-content .make-topic-report .report-item{
	text-align: center;
	padding-right:115px;
	box-sizing: border-box;
}
.learn-report-content .make-topic-report .report-item .t1{
	color:#2d3341;
	font-size:32px;
	font-weight: bold;
	line-height: 32px;
}
.learn-report-content .make-topic-report .report-item .t2{
	color:#2d3341;
}
.learn-report-content .make-topic-report .report-item .dtxt{
	color:#aab0c0;
	padding-top:15px;
}
.learn-report-content .make-topic-report .last-report-item{
	padding-right:0;
}
.learn-report-content .make-topic-report .first-report-item{
	padding-left:40px;
}
.learn-report-content .make-topic-report .topic-reportbox{
	padding:26px 0;
}
.learn-report-content .make-topic-dataline{
	padding-bottom:50px;
}
.learn-report-content .make-topic-dataline .line-txt{
	color:#777e98;
	line-height: 14px;
	padding:12px 0 0 40px;
}
.learn-report-content .make-topic-dataline .data-line{
	width:853px;
	height:250px;
	margin-left: 43.5px;
}
/*个人中心新版问答*/
.make-topic-comment .learn-content-newedition{
	background: #fff;
	border-radius: 5px;
	padding:5px 30px 27px;
	box-sizing: border-box;
	width:1000px;
	margin-top:15px;
}
.learn-content-newedition .uls{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
}
.learn-content-newedition .uls .lis{
	width: 50%;
	height: 66px;
	text-align: center;
	line-height: 66px;
	color:#2d3341;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.learn-content-newedition .uls .lis.hover{
	color:#2783f2;
	font-weight: 900;
	cursor: pointer;
}
.learn-content-newedition .uls .lis.hover::after{
	content: "";
	width: 100%;
	height: 3px;
	background: #2783f2;
	position: absolute;
	bottom: 0;
	left:0;
}
.learn-content-newedition .ulsmain{
	width: 100%;
}
.learn-content-newedition .ulsmain .topsmian{
	width: 100%;
	height: 83px;
	border-bottom:1px dashed #eee;
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .topsmian .ulsleft{
	color:#a7a2a5;
	font-size: 16px;
	padding-right: 5px;
}
.learn-content-newedition .ulsmain .topsmian .ulsin{
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .topsmian .ulsin .lis{
	padding:0 20px;
	height: 36px;
	border-radius: 30px;
	color:#2d3341;
	font-size: 14px;
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 34px;
	box-sizing: border-box;
	margin-right: 20px;
	cursor: pointer;
}
.learn-content-newedition .ulsmain .topsmian .ulsin .lis.hover{
	color:#fff;
	background: #2783f2;
	border:none;
	line-height: 36px;
}
.learn-content-newedition .ulsmain .replys{
	width: 100%;
}
.learn-content-newedition .ulsmain .replys .eachs{
	width: 100%;
	padding:25px 0;
	border-bottom: 1px solid #f6f7f7;
	display: flex;
	justify-content: space-between;
}
.learn-content-newedition .ulsmain .replys .eachs .lesimg{
	width: 50px;
	height: 50px;
}
.learn-content-newedition .ulsmain .replys .eachs .lesimg img{
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain{
	width: calc(100% - 60px);
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .names{
	color:#777e98;
	font-size: 14px;
	width: 100%;
	padding:6px 0 6px;

}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .txts{
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .txts .ls{
	width: 650px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .txts .ls .sp1{
	color:#777e98;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .txts .ls .sp2{
	color:#2d3341;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .txts .rs{
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .txts .rs img{
	margin-left: 6px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .createtime{
	color:#aab0c0;
	font-size: 12px;
	padding-bottom: 20px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply{
	width: 100%;
	padding:20px 19px;
	box-sizing: border-box;
	background: #f8fafc;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis:last-child{
	padding-bottom: 0;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis .lesin {
	width: 48px;
	height: 48px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis .lesin img {
	display: block;
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis .risin {
	width: calc(100% - 64px);
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis .risin .childnames {
	width: 100%;
	padding-bottom: 11px;
	display: flex;
	color: #777e98;
	font-size: 16px;
	line-height: 16px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis .risin .child-time-ip {
	display: flex;
	justify-content: flex-end;
	color: #aab0c0;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0 0 8px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .lis .risin .childreply {
	width: 100%;
	color: #2d3341;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .surplus {
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .numreply .surplus span {
	color: #2783f2;
	font-size: 14px;
	padding-right: 5px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion{
	width: 100%;
	padding:20px 25px;
	box-sizing: border-box;
	background: #fafafa;
	border-radius: 5px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .txtsin{
	width: 100%;
	display: flex;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .txtsin .sp1{
	color:#777e98;
	font-size: 16px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .txtsin .sp2{
	color:#2d3341;
	font-size: 16px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .createtimes{
	width: 100%;
	padding:20px 0;
	color:#aab0c0;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .sources{
	width: 100%;
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .sources span{
	color:#f8ba20;
	font-size: 14px;
	padding-left: 8px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .watchall{
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .putquestion .watchall span{
	color: #2783f2;
	font-size: 14px;
	padding-right: 5px;
}

.learn-content-newedition .ulsmain .replys .eachs .rsmain .newnames{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .newnames .les{
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .newnames .les .sp1{
	color:#777e98;
	font-size: 16px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .newnames .les .sp2{
	color:#aab0c0;
	font-size: 12px;
	padding-left: 15px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .newnames .ris{
	color:#ff656d;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .txts1{
	width: 100%;
	color: #2d3341;
    font-size: 14px;
	padding-bottom: 15px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans{
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .lis{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .lis .ls{
	width: 80px;
	background: #d9dce7;
	border-radius: 20px;
	height:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .lis .ls.zan-box{
	cursor:pointer;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .lis .ls i{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/like-no.png);
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .lis .ls i.active{
	background-image: url(../images/like.png);
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .lis .ls span{
	color:#fff;
	font-size: 16px;
	padding-left: 4px;

}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .lis .rs{
	color:#aab0c0;
	font-size: 16px;
	padding-left: 10px;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .question-origin-box {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.learn-content-newedition .ulsmain .replys .eachs .rsmain .zans .question-origin-box a {
	color: #2783f2;
	text-decoration: underline;
}

.learn-content-newedition .ulsmain .evalutes{
	width: 100%;
}
.learn-content-newedition .ulsmain .evalutes .eachs{
	width: 100%;
	padding:25px 0;
	border-bottom: 1px solid #f6f7f7;
	display: flex;
	justify-content: space-between;
}
.learn-content-newedition .ulsmain .evalutes .eachs .lesimg{
	width: 50px;
	height: 50px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .lesimg img{
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain{
	width: calc(100% - 60px);
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .names{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:6px 0 6px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .names .sp1{
	color:#777e98;
	font-size: 14px;


}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .names .sp2{
	color:#ff656d;
	font-size: 14px;

}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .txts{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .txts .ls{
	width: 650px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .txts .ls .sp1{
	color:#777e98;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .txts .ls .sp2{
	color:#2d3341;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .txts .rs{
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .txts .rs img{
	margin-left: 6px;
	display: flex;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .createtimes{
	color:#aab0c0;
	font-size: 12px;
	padding-bottom: 10px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply{
	width: 100%;
	padding:20px 19px;
	box-sizing: border-box;
	background: #f8fafc;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis:last-child{
	padding-bottom: 0;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis .lesin {
	width: 48px;
	height: 48px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis .lesin img {
	display: block;
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis .risin {
	width: calc(100% - 64px);
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis .risin .childnames {
	width: 100%;
	padding-bottom: 11px;
	display: flex;
	color: #777e98;
	font-size: 16px;
	line-height: 16px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis .risin .child-time-ip {
	display: flex;
	justify-content: flex-end;
	color: #aab0c0;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0 0 8px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .lis .risin .childreply {
	width: 100%;
	color: #2d3341;
	font-size: 14px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .surplus {
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .numreply .surplus span {
	color: #2783f2;
	font-size: 14px;
	padding-right: 5px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .newnames{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .newnames .les{
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .newnames .les .sp1{
	color:#777e98;
	font-size: 16px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .newnames .les .sp2{
	color:#aab0c0;
	font-size: 12px;
	padding-left: 15px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .newnames .ris{
	color:#ff656d;
	font-size: 14px;
	cursor: pointer;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .txts1{
	width: 100%;
	color: #2d3341;
    font-size: 14px;
	padding-bottom: 15px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans{
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .lis{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .lis .ls{
	width: 80px;
	background: #d9dce7;
	border-radius: 20px;
	height:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:default;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .lis .ls.zan-box{
	cursor:pointer;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .lis .ls i{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/like-no.png);
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .lis .ls i.active{
	background-image: url(../images/like.png);
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .lis .ls span{
	color:#fff;
	font-size: 16px;
	padding-left: 4px;

}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .lis .rs{
	color:#aab0c0;
	font-size: 16px;
	padding-left: 10px;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .question-origin-box{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.learn-content-newedition .ulsmain .evalutes .eachs .rsmain .zans .question-origin-box a {
	color: #2783f2;
	text-decoration: underline;
}
/*==详情*/
.learndetaill-contents{
	width: 100%;
	background: #fff;
}
.learndetaill-contents .tops{
	width: 100%;
	padding:27px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.learndetaill-contents .tops .titles{
	width: 100%;
	color:#2d3341;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 24px;
}
.learndetaill-contents .tops .breads{
	width: 100%;
}
.learndetaill-contents .tops .breads span{
	color:#2d3341;
	font-size: 14px;
	cursor: pointer;
}
.learndetaill-contents .centers{
	width: 100%;
	padding:0 30px;
	box-sizing: border-box;
}
.learndetaill-contents .centers .topmains{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
    border-bottom: 1px solid #f6f7f7;
	box-sizing: border-box;
}
.learndetaill-contents .centers .topmains .lesimg{
	width: 50px;
    height: 50px;
}
.learndetaill-contents .centers .topmains .lesimg img{
	display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.learndetaill-contents .centers .topmains .rismain{
	width: calc(100% - 60px);


}
.learndetaill-contents .centers .topmains .rismain .names{
	width: 100%;
	display: flex;
	padding: 6px 0 6px;
	align-items: center;
}
.learndetaill-contents .centers .topmains .rismain .names .sp1{
	color: #777e98;
    font-size: 14px;
   	margin-right: 10px;
}
.learndetaill-contents .centers .topmains .rismain .names .sp2{
	color: #fff;
    font-size: 12px;
   	display: block;
   	width: 44px;
	height:18px;
	border-radius: 20px;
	background: linear-gradient(to right,#66a9fb,#2f88f2);
	text-align: center;
}
.learndetaill-contents .centers .topmains .rismain .txts{
	display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}
.learndetaill-contents .centers .topmains .rismain .txts .ls{
	width: 650px;
}
.learndetaill-contents .centers .topmains .rismain .txts .ls .sp1{
	color: #777e98;
    font-size: 14px;
}
.learndetaill-contents .centers .topmains .rismain .txts .ls .sp2{
	color: #2d3341;
    font-size: 14px;
}
.learndetaill-contents .centers .topmains .rismain .txts .rs{
	display: flex;
	align-items: center;
}
.learndetaill-contents .centers .topmains .rismain .txts .rs img{
	margin-left: 6px;
}
.learndetaill-contents .centers .topmains .rismain  .createtime{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.learndetaill-contents .centers .topmains .rismain  .createtime .les{
	color:#aab0c0;
	font-size: 12px;
}
.learndetaill-contents .centers .topmains .rismain  .createtime .ris{
	color:#aab0c0;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.learndetaill-contents .centers .topmains .rismain  .createtime .ris span{
	color:#aab0c0;
	font-size: 12px;
	margin-left: 8px;
}
.learndetaill-contents .centers .centermains{
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 27px;
}
.learndetaill-contents .centers .centermains span{
	color:#2d3341;
	font-size: 16px;
	font-weight: 900;
	padding-left: 10px;
}
.learndetaill-contents .centersquestion{
	width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.learndetaill-contents .centersquestion .topmains{
	width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #f6f7f7;
    display: flex;
    justify-content: space-between;
}
.learndetaill-contents .centersquestion .topmains .lesimg{
    width: 50px;
    height: 50px;
}
.learndetaill-contents .centersquestion .topmains .lesimg img{
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.learndetaill-contents .centersquestion .topmains .rsmain{
    width: calc(100% - 60px);
}
.learndetaill-contents .centersquestion .topmains .rsmain .newnames{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.learndetaill-contents .centersquestion .topmains .rsmain .newnames .les{
	display: flex;
	align-items: center;
}
.learndetaill-contents .centersquestion .topmains .rsmain .newnames .les .sp1{
	color:#777e98;
	font-size: 16px;
}
.learndetaill-contents .centersquestion .topmains .rsmain .newnames .les .sp2{
	color:#aab0c0;
	font-size: 12px;
	padding-left: 15px;
}
.learndetaill-contents .centersquestion .topmains .rsmain .newnames .les .sp3{
	color: #fff;
    font-size: 12px;
    display: block;
    width: 44px;
    height: 18px;
    border-radius: 20px;
    background: linear-gradient(to right,#66a9fb,#2f88f2);
    text-align: center;
	margin-left: 8px;
}
.learndetaill-contents .centersquestion .topmains .rsmain .newnames .ris{
	color:#ff656d;
	font-size: 14px;
}
.learndetaill-contents .centersquestion .topmains .rsmain .txts1{
	width: 100%;
	color: #2d3341;
    font-size: 14px;
	padding-bottom: 15px;
}
.learndetaill-contents .centersquestion .topmains .rsmain .zans{
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.learndetaill-contents .centersquestion .topmains .rsmain .zans .lis{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.learndetaill-contents .centersquestion .topmains .rsmain .zans .lis .ls{
	width: 80px;
	background: #d9dce7;
	border-radius: 20px;
	height:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.learndetaill-contents .centersquestion .topmains .rsmain .zans .lis .ls span{
	color:#fff;
	font-size: 16px;
	padding-left: 4px;

}
.learndetaill-contents .centersquestion .topmains .rsmain .zans .lis .rs{
	color:#aab0c0;
	font-size: 16px;
	padding-left: 10px;

}
.learndetaill-contents .centersquestion .centermains{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 27px;
}
.learndetaill-contents .centersquestion  .centermains span{
	color: #2d3341;
    font-size: 16px;
    font-weight: 900;
    padding-left: 10px;
}
/*学习中心-做题记录*/
.learn-recode-content .yesterday-topicbox{
	padding:30px 0 19px 30px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 20px;
}
.learn-recode-content .yesterday-topicbox .lefttxt .key{
	font-size:16px;
	color:#2d3341;
	font-weight: bold;
}
.learn-recode-content .yesterday-topicbox .lefttxt .val{
	color:#777e98;
	padding-left:5px;
}
.learn-recode-content .yesterday-topicbox .delrecord{
	width:120px;
	height:37px;
	border-radius:5px;
	text-align: center;
	line-height: 37px;
	color:#2d3341;
	padding-left:35px;
	box-sizing: border-box;
	cursor: pointer;
	background:url(../images/delrecord.png) no-repeat 16px center #fff;
}
.learn-recode-content .topic-listbox{
	background: #fff;
	padding:0 30px;
	box-sizing: border-box;
}
.learn-recode-content .topic-listbox .correttitle{
	width:350px;
}
.learn-recode-content .topic-listbox .answer-alysis{
	width:230px;
}
.learn-recode-content .topic-listbox .anserbtn{
	width:147px;
	height:28px;
	border-radius:12px;
	text-align: center;
	line-height: 28px;
	font-size:12px;
	color:#fff;
	margin-top: -2px;
}
.learn-wrong-content .make-table  .type{
	color: #2d3341;
	font-weight: bold;
	padding: 0 20px 0 0;
	line-height: 70px;
	width:85px;
	box-sizing: border-box;
	font-size: 14px;
}
.learn-wrong-content .make-table .make-out-list .resetwrong.resetwrong2{
	background:linear-gradient(to right,#ff4f59,#fa8253);
	box-shadow: #e9614f 0 0 10px;
}
.learn-recode-content .topic-listbox .hasanswer{
	background:linear-gradient(to right,#7a51ff,#d953f1);
	box-shadow: #bb8bf6 0 0 10px;
}
.learn-recode-content .topic-listbox .nohas{
	background:linear-gradient(to right,#7a819a,#b0b9da);
	cursor: pointer;
}
.learn-recode-content .topic-listbox .nosay{
	background-color: #aab0c0;
}
.learn-recode-content .topic-listbox ul li{
	padding:26px 0;
	border-bottom:1px dashed #efefef;
}
.learn-recode-content .topic-listbox ul li:last-child{
	border-bottom:none;
}
.learn-recode-content .topic-listbox ul li .type{
	color:#2d3341;
	font-weight: bold;
	padding:0 20px 0 0;

}
.learn-recode-content .topic-listbox ul li .type p{
	font-size: 16px;
	width:100%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.learn-recode-content .topic-listbox ul li .title{
	color:#777e98;
	width:350px;
	line-height: 26px;
}
.learn-recode-content .topic-listbox ul li .nums{
	color:#aab0c0;
	padding-left:25px;
	line-height: 26px;
}
.learn-recode-content .topic-listbox ul li .look{
	padding-left:90px;
	line-height: 26px;
}
.learn-recode-content .topic-listbox ul li .look a{
	color:#aab0c0;
}
.learn-recode-content .topic-listbox ul li .reset{
	width:100px;
	height:26px;
	border-radius:13px;
	line-height: 26px;
	text-align: center;
}
.learn-recode-content .topic-listbox ul li .reset a{
	color:#fff;
	display: block;
}
.learn-recode-content .topic-listbox ul li .r1{
	background: #ffbc3d;
}
.learn-recode-content .topic-listbox ul li .r2{
	background: #2783f2;
}
/*学习中心-错题练习*/
.learn-wrong-content .woring-titbox{
	padding:25px 0 25px 30px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 20px;
}
.learn-wrong-content .leftinfo{
	width:440px;
	box-sizing: border-box;
}
.learn-wrong-content .centerinfo{
	width:230px;
}
.learn-wrong-content .rightinfo{
	width:260px;
}
.learn-wrong-content .woring-titbox .leftinfo .t1{
	font-size:16px;
	font-weight: bold;
	color:#2d3341;
	line-height: 36px;
	padding-right: 50px;
}
.learn-wrong-content .woring-titbox .leftinfo .t2{
	color:#777e98;
}
.learn-wrong-content .woring-titbox .woringtotal{
	color:#777e98;
	line-height: 36px;
}
.learn-wrong-content .woring-titbox .rightinfo .btn{
	width:120px;
	height:36px;
	color:#2d3341;
	padding-left:45px;
	border-radius:5px;
	line-height: 36px;
	box-sizing: border-box;
	cursor: pointer;
}
.learn-wrong-content .woring-titbox .rightinfo .newmarign-right{
	margin-right: 20px;
}
.learn-wrong-content .woring-titbox .rightinfo .btn.btn1{
	background:#f7f8f8 url(../images/set.png) no-repeat 16px center;
}
.learn-wrong-content .woring-titbox .rightinfo .btn.btn2{
	background:#f7f8f8 url(../images/delrecord.png) no-repeat 16px center;
	margin-left:20px;


}
.learn-wrong-content .make-table{
	padding:0 30px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #fff;
}
.learn-wrong-content .make-table .out-title{
	font-size:16px;
	font-weight: bold;
	color:#2d3341;
	box-sizing: border-box;
	line-height: 70px;
	width:100%;
	padding:0 40px;
	/* background:url(../images/wongnew_2.png)no-repeat left center; */
}
.learn-wrong-content .make-table .out-titlenew{
	font-size:14px;

	color:#777e98;
	box-sizing: border-box;
	line-height: 70px;
	width:320px;

}
.learn-wrong-content .make-table .out-titlenew-left{
	padding-left: 40px;
	width:120px;
}
.learn-wrong-content .make-table .out-titlehover{
	font-size:16px;
	font-weight: bold;
	color:#2d3341;
	box-sizing: border-box;
	line-height: 70px;
	width:360px;
	padding-left:40px;
	background:url(../images/wongnew_1.png) no-repeat left center;
}
.learn-wrong-content .wongnew-mian .out-title{
	width:300px;
	padding-left: 0;
	background-image: none;
	font-size: 14px;
	color:#777e98;
	font-weight: normal;
}
.wongnew-mian-warp{
	width:100%;
	height:auto;
	display: none;
}
.wongnew-mian{
	width:100%;
	height:auto;
	display: inline-block;
}
.learn-wrong-content .make-table .centerinfo .nums{
	color:#aab0c0;
	line-height: 70px;
	font-size: 12px;
}
.learn-wrong-content .make-table .make-inner-list .inner-title{
	color:#777e98;
	line-height: 70px;
	padding:0 40px;
	width:100%;
	box-sizing: border-box;
}
.learn-wrong-content .make-table .make-out-list-head{
	border-bottom:1px dashed #efefef;
	box-sizing: border-box;
	position: relative;
}
.learn-wrong-content .make-table .make-out-list-head.up{
	background: url(../images/plus.png) no-repeat left center;
	/* height:70px; */
}
.learn-wrong-content .make-table .make-out-list-head.down{
	background: url(../images/rulde.png) no-repeat left center;
	/* height:70px; */
}
.learn-wrong-content .make-table .lookwrong{
	display: inline-block;
	vertical-align: middle;
}
.learn-wrong-content .make-table .resetwrong{
	display: inline-block;
	vertical-align: middle;
}
.learn-wrong-content .make-table .rightinfo{
	line-height: 70px;
	position: relative;
}
.learn-wrong-content .make-table .make-inner-list{
	border-bottom:1px dashed #efefef;
}

.learn-wrong-content .make-table .make-out-list:last-child .make-inner-list:last-child{
	border-bottom:none;
}
.learn-wrong-content .make-table .make-out-list .make-inner-listbox{
	display: none;
}
.learn-wrong-content .make-table .make-out-list.select .make-inner-listbox{
	display: block;
}
.learn-wrong-content .make-table .make-out-list .lookwrong{
	padding:0 35px 0 35px;
	color:#2783f2;
	font-size: 12px;
}
.learn-wrong-content .make-table .make-out-list .lookwrong:hover{
	text-decoration: underline;
}
.learn-wrong-content .make-table .make-out-list .lookwrong a{
	color:#2783f2;
}
.learn-wrong-content .make-table .make-out-list .lookwrong:valid{
	color:#2783f2;
}
.learn-wrong-content .make-table .make-out-list .resetwrong{
	width:88px;
	height:28px;
	border-radius:12px;
	text-align: center;
	line-height: 28px;
	color:#fff;
	cursor: pointer;
	font-size: 12px;
	background:linear-gradient(to right,#fa3636,#ffe50c);
	position: absolute;
	right:0;
	top:22px;

}
.learn-wrong-content .make-table .make-out-list .resetwrongnew{
	width:88px;
	height:28px;
	border-radius:12px;
	text-align: center;
	line-height: 28px;
	color:#fff;
	cursor: pointer;
	font-size: 12px;
	background:linear-gradient(to right,#028afa,#00ccff);
	position: absolute;
	right:0;
	top:22px;
	box-shadow: #7fb3de 0 0 10px;
}
.learn-wrong-content .make-table .make-out-list .lookbook{

	background:linear-gradient(to right,#0288fa,#00ccff);
}
.learn-file-content {
	padding:0 30px 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.learn-file-content .file-tit{
	font-size:20px;
	color:#2d3341;
	font-weight: bold;
	padding:27px 0 23px;
}
.file-typegroup{
	clear: both;
	padding-top: 28px;
}
.learn-file-content .file-typegroup .tit{
	font-size:18px;
	color:#aab0c0;
	line-height: 36px;
	padding-right:15px;
}
.learn-file-content .file-typegroup .typeitem{
	width:100px;
	height:36px;
	background-color: #f7f8f8;
	border-radius:18px;
	text-align: center;
	line-height: 36px;
	color:#777e98;
	font-size: 16px;
	cursor: pointer;
	margin-right:30px;
}
.learn-file-content .file-typegroup .typeitem.active{
	background-color: #2783f2;
	color:#fff;
}
.learn-file-content .file-listbox ul {
	padding-bottom:119px;
}
.learn-file-content .file-listbox ul li{
	background: url(../images/pdf.png) no-repeat left center;
	padding-left:72px;
	box-sizing: border-box;
	margin-top:35px;
}
.learn-file-content .file-listbox ul li .filename{
	font-weight: bold;
	padding-bottom:10px;
}
.learn-file-content .file-listbox ul li .file-info{
	color:#aab0c0;
	padding-bottom:10px;
}
.learn-file-content .file-listbox ul li .file-detail span{
	color:#aab0c0;
	padding-right:90px;
}
.learn-file-content .file-listbox ul li .download{
	width:100px;
	height:36px;
	border-radius:18px;
	text-align: center;
	line-height: 36px;
	margin-top:25px;
}
.learn-file-content .file-listbox ul li .download a{
	color:#fff;
	font-size:16px;
	display: block;
}
.learn-file-content .file-listbox ul li .download.d1{
	background-color: #2783f2;
}
.learn-file-content .file-listbox ul li .download.d2{
	background-color: #ffbc3d;
}
/*学习中心-问答*/
.subjectnew{
	width:100%;

}
.subjectnew span{
	color:#aab0c0;
	font-size: 12px;
	margin-right: 65px;
}

.learn-question-content .question-answer-main ul li .question-txt{
	color:#2d3341;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}
.learn-question-content .question-answer-main ul li{
	background: #f7f8f8;
	padding:30px;
	margin-bottom: 10px;
}
.learn-question-content .question-answer-main ul li .answer-cons .teacherimg{
	width:40px;
	height:40px;
	border-radius:100%;
}
.learn-question-content .question-answer-main ul li .answer-cons .teacherimg img{
	width:40px;
	height:40px;
	border-radius:100%;
}
.learn-question-content .question-answer-main ul li .answer-cons .teachername{
	padding:0 25px 0 20px;
	color:#777e98;
	line-height: 40px;
}
.learn-question-content .question-answer-main ul li .answer-cons .date{
	color:#777e98;
	line-height: 40px;
	font-size: 12px;
}
.learn-question-content .question-answer-main ul li .answer-cons {
	padding:15px 0;
}
.learn-question-content .question-answer-main ul li .answer-txt{
	color:#2d3341;
}
.learn-question-content .question-answer-main ul li .answer-txt p{
	padding:12px 0;
	font-size: 12px;
}
.learn-question-content .question-answer-main ul li  .subject-type{
	padding-top:12px;
}
.learn-question-content .question-answer-main ul li  .subject-type .subtype{
	color:#aab0c0;
	font-size:12px;
	padding-right:60px;
}
.learn-question-content .question-answer-main ul li .noneans{
	color:#777e98;
	padding:40px 0 28px 0;
	font-size: 12px;
}
/*学习中心-订单*/
.learn-order-content .order-listbox .orderinfo{
	width:45%;
}
.learn-order-content .order-listbox .orderprice{
	width:15%;
}
.learn-order-content .order-listbox .orderstatus{
	width:15%;
}
.learn-order-content .order-listbox .ordermake {
	width: 25%;
}
.learn-order-content .order-listbox  .order-list-head{
	background: #f7f8f8;
}
.learn-order-content .order-listbox .orderinfo .headtxt{
	text-align: center;
	color:#777e98;
	line-height: 40px;
}
.learn-order-content .order-listbox  .orderstatus .headtxt{
	text-align: center;
	color:#777e98;
	line-height: 40px;
}
.learn-order-content .order-listbox  .orderprice .headtxt{
	color:#777e98;
	line-height: 40px;
}
.learn-order-content .order-listbox{
	margin-top:15px;
	padding-bottom:88px;
}
.learn-order-content .order-listbox .ordermake .headtxt{
	text-align: center;
	width:209px;
	color:#777e98;
	box-sizing: border-box;
	line-height: 40px;
	float:right;
}
.learn-order-content .order-listbox ul{
	margin-top:24px;
}
.learn-order-content .order-listbox ul li{
	margin-top:15px;
}
.learn-order-content .order-listbox ul li:first-child{
	margin-top:0;
}
.learn-order-content .order-listbox ul li .order-top{
	background: #f7f8f8;
	height:40px;
	line-height: 40px;
	padding:0 40px 0 20px;
	box-sizing: border-box;
}
.learn-order-content .order-listbox ul li .order-top .toptxt{
	line-height: 40px;
	color:#777e98;
}

.learn-order-content .order-listbox ul li .order-cons .order-title{
	font-size:16px;
	font-weight: bold;
	line-height: 16px;
	padding:18px 0 13px 0;
}
.learn-order-content .order-listbox ul li .order-cons .orderinfo{
	padding-left:30px;
	box-sizing: border-box;
}
.learn-order-content .order-listbox ul li .order-cons .orderinfo .teacher{
	padding-bottom:12px;
}
.learn-order-content .order-listbox ul li .order-cons .orderinfo .teacher .imgs{
	width:40px;
	height:40px;
	border-radius:100%;
}
.learn-order-content .order-listbox ul li .order-cons .orderinfo .teacher .imgs img{
	width:40px;
	height:40px;
	border-radius:100%;
}
.learn-order-content .order-listbox ul li .order-cons .orderinfo .teacher .name{
	line-height: 40px;
	color:#aab0c0;
	padding-left:18px;
}
.learn-order-content .order-listbox ul li .sendbox{
	padding-bottom:17px;
}
.learn-order-content .order-listbox ul li .sendbox .stit{
	color:#ff4f59;
}
.learn-order-content .order-listbox ul li .sendbox .tag{
	background:#e3f0ff;
	padding:3px 5px;
	margin-left:15px;
	font-size:12px;
	color:#2783f2;
}
.learn-order-content .order-listbox ul li .orderprice{
	font-size:16px;
	color:#ff4f59;
	line-height: 137px;
}
.learn-order-content .order-listbox ul li .orderstatus .pay{
	font-size:16px;
	text-align: center;
	/*line-height: 137px;*/
}
.learn-order-content .order-listbox ul li .orderstatus .pay1{
	color:#2783f2;
}
.learn-order-content .order-listbox ul li .orderstatus .pay2{
	color:#ffbc3d;
}
.learn-order-content .order-listbox ul li  .ordermake{
	text-align: right;
}
.learn-order-content .order-listbox ul li  .ordermake .tolearn{
	/*line-height: 137px;*/
	height:100%;
}
.learn-order-content .order-listbox ul li  .ordermake .tolearn a{
	display: inline-block;
	width:100px;
	height:36px;
	border-radius:18px;
	text-align: center;
	line-height: 36px;
	font-size:16px;
	color:#fff;
	background: #2783f2;
	vertical-align: middle;
	margin-right:28px;
}
.learn-order-content .order-listbox ul li  .ordermake .topay a{
	background: #ffbc3d;
}
.learn-order-content .order-listbox ul li  .ordermake .topay{
	position: relative;
}
.learn-order-content .order-listbox ul li  .ordermake .topay .exit-order{
	position: absolute;
	top:50%;
	margin-top:25px;
	left:50%;
	text-align: center;
	width:82px;
	cursor: pointer;
	color:#2d3341;
	line-height: normal;
}

.learn-order-content .order-listbox ul li .include span{
	color:#2783f2;
}
.learn-user-orderPage{
	padding-bottom:330px;
}
/*学习中心-账户*/
.learn-userAccoutPage .learn-account-main{
	background: #fff;
}
.learn-userAccoutPage .learn-account-main .user-accountbox{
	padding:0 30px;
	box-sizing: border-box;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .learn-tit{
	color:#2d3341;
	font-weight: bold;
	line-height: 20px;
	padding:27px 0 0 0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .has-learnprice .price{
	font-size:32px;
	color:#ed7934;
	font-weight: bold;
	padding-left:15px;
	line-height:32px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .has-learnprice .txt{
	color:#aab0c0;
	line-height: 14px;
	padding:10px 0 0 17px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .has-learnprice{
	padding-top:20px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .has-learnprice img{
	display: block;
}
.accountnew{
	width:680px;
	height:100px;
	background: url("/static/home/images/accountnew_b.png") no-repeat center;
	position: relative;

}
.accountnew-position{
	display: inline;
	height:36px;
	padding:0 28px;
	position: absolute;
	left:140px;
	top:33px;
}
.accountnew-position a{
	display: inline-block;
	height:36px;
	padding:0 28px;
	line-height: 36px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	color:#fff;
	border-radius: 22px;
}
.accountnew-position a span{
	padding-left: 14px;
}
.accountnew-warp{
	width: 142px;
	position: absolute;
	left: 32px;
	top:25px;
}
.accountnew-warp span{
	display: block;
	color:#000000;
	font-size: 14px;
}
.accountnew-warp span:nth-child(2){
	color:#ff4f59;
	font-size: 28px;
	font-weight: 900;
}
.learn-userAccoutPage .learn-account-main .user-accountbox  .pricetxt{
	padding:30px 0 0 0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .user-price{
	padding:11px 3px 0 15px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work{
	padding-top:30px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li .txt{
	color:#777e98;
	font-size:16px;
	line-height: 16px;
	padding:5px 17px 0 0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li .tag{
	background-color: #ff4f59;
	color:#fff;
	width:34px;
	height:18px;
	border-radius:9px;
	text-align: center;
	line-height: 18px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li .workstatus{
	color:#aab0c0;
	padding-top:5px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul{
	padding:35px 0 0 0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li {
	border:1px solid #efefef;
	width:200px;
	height:100px;
	border-radius:4px;
	padding:0 0 0 15px;
	box-sizing: border-box;
	margin-left:39px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li:first-child{
	margin-left:0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li .work-tit{
	padding:20px 0 0 0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li .tofinish{
	width:60px;
	height:24px;
	border-radius:12px;
	line-height: 24px;
	text-align: center;
	background-color: #fd9425;
	margin:5px 0 0 60px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li .tofinish a{
	font-size:12px;
	color:#fff;
	display: block;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li.status1{
	background: url(../images/work1.png) no-repeat 72px 5px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .day-work .wore-group ul li.status2{
	background: url(../images/work2.png) no-repeat 72px 5px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table{
	width:100%;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .txt{
	color:#777e98;
	line-height: 28px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table thead{
	background-color: #f7f8f8;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table .tcenter{
	text-align: center;
	padding-top:25px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .singtxt{
	color:#2d3341;
	font-weight: bold;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .signprice{
	color:#fd9425;
	font-weight: bold;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .othertxt{
	color:#aab0c0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .t1{
	width:25%;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .t2{
	width:20%;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .t3{
	width:30%;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table .t4{
	width:25%;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table table tbody tr:first-child td{
	padding-top:7px;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-table{
	padding-bottom:32px;
	box-sizing: border-box;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-menu {
	padding:40px 0 15px 0;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-menu .menu{
	color:#aab0c0;
	font-size:16px;
	padding:0 0 12px 0;
	margin-right:22px;
	cursor: pointer;
	border-bottom:4px solid #fff;
}
.learn-userAccoutPage .learn-account-main .user-accountbox .get_pay_main .getpay-menu .menu.active{
	color:#2d3341;
	font-weight: bold;
	border-bottom:4px solid #fd9425;
}
.learn-userAccoutPage  .user-accout-right{
	height:800px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed{
	background-color: #fff;
	padding:0 20px 28px;
	box-sizing: border-box;
	height:240px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .user-tit{
	color:#2d3341;
	font-size:20px;
	font-weight: bold;
	padding:20px 0 20px 0;
	line-height: 20px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .user-price{
	text-align: center;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .user-price .price{
	color:#2783f2;
	font-size:28px;
	font-weight: bold;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .user-price .dw{
	font-size:16px;
	color:#777e98;
	padding-left:5px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .get-day{
	text-align: center;
	color:#777e98;
	padding:16px 0 30px 0;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-sub{
	width:90px;
	height:30px;
	border-radius:15px;
	background-color: #d5e5fe;
	line-height: 30px;
	text-align: center;
	color:#2783f2;
	margin:0 auto;
	cursor: pointer;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox{
	position: relative;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .get-price-container{
	width:210px;
	height:250px;
	background: #fff;
	position: absolute;
	top:40px;
	left:0;
	border:1px solid #dcdddd;
	border-radius:5px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .get-price-container .apply-title{
	text-align: center;
	padding-top:20px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .get-price-container .twocodebox{
	padding-left:10px;
	margin-top:20px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .get-price-container .twocodebox .codeimg img{
	width:74px;
	height:74px;
	display: block;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .codeinfo{
	line-height: 74px;
	color:rgb(102, 102, 102);
	padding-left:10px;
	text-align: center;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .codeinfo .infotxt{
	line-height: normal;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .codeinfo .infolittle{
	font-size:12px;
	color:rgb(180, 189, 204);
	padding-top:10px;
}
.learn-userAccoutPage  .user-accout-right .user-muchbed .apply-get-pricebox .little-appcode{
	padding-top:12px;
}







.learn-userAccoutPage  .user-accout-right .user-coupan{
	margin-top:20px;
	height:540px;
}
.learn-userAccoutPage  .user-accout-right .user-coupan .no-coupan{
	text-align: center;
	margin-top:135px;
}
.learn-userAccoutPage  .user-accout-right .user-coupan .no-coupan img{
	display: block;
	width:70%;
	margin:0 auto;
}
.learn-userAccoutPage  .user-accout-right .user-coupan .no-coupan .no-coupantxt{
	color:#aab0c0;
	padding-top:20px;
}
/*个人中心-账号管理*/
.user_account_admin-content{
	padding:0 30px;
	box-sizing: border-box;
	background: #fff;
	min-height:655px;
}
.user_account_admin-content .admin-title{
	font-weight: bold;
	color:#2d3341;
	line-height: 20px;
	padding:27px 0 0 0;
}
.user_account_admin-content .user-admin-menugroup .usermenu{
	border-bottom:5px solid #fff;
	padding:0 0 10px;
	margin:0 50px 0 0;
}
.user_account_admin-content .user-admin-menugroup .usermenu a{
	color:#aab0c0;
	font-size:14px;
	display: block;
}
.user_account_admin-content .user-admin-menugroup .usermenu.active{
	border-bottom:5px solid #2783f2;
}
.user_account_admin-content .user-admin-menugroup .usermenu.active a{
	color:#2783f2;
	font-size: 14px;
}
.user_account_admin-content .user-admin-menugroup{
	padding-top:35px;
}
.user_account_admin-content .user-databox .user-phone .phone-txt{
	width:88px;
	color:#777e98;
	font-size: 14px;
}
.user_account_admin-content .user-databox .user-phone .phone-num{
	width:125px;
	color:#777e98;
	font-size: 14px;
	line-height: 24px;
}
.user_account_admin-content .user-databox .user-phone .makebtn{
	color:#2783f2;
	cursor: pointer;
	font-size: 14px;
}
.user_account_admin-content .user-databox .user-phone{
	margin-top:35px;
}
.user_account_admin-content .user-databox{
	padding-top:20px;
}
/*个人中心-资料*/
.user-databox-maincontent{
	padding-top:20px;
}
.user-databox-maincontent .nickname{
	margin-top:28px;
}
.user-databox-maincontent .nickname .txt{
	font-size:14px;
	color:#aab0c0;
	line-height: 40px;
	padding-right:30px;
	width:78px;
	box-sizing: border-box;
}
.user-databox-maincontent .nickname .writeinput{
	width:357px;
	height:40px;
	padding-left:15px;
	box-sizing: border-box;
	border:1px solid #efefef;
	font-size: 14px;
	color:#686c77;
}
.user-databox-maincontent .nickname label{
	line-height: 40px;
	display: block;
}
.user-databox-maincontent .nickname label .selectsex{
	display: inline-block;
	vertical-align: middle;

}
.user-databox-maincontent .nickname label input{
	width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    outline: none;
}
.user-databox-maincontent .nickname label input:before {
    content: "";
    width: 15px;
    height: 15px;
	border: 1px solid #cdd0d9;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.user-databox-maincontent .nickname label input:checked:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #cdd0d9;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.user-databox-maincontent .nickname label input:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    text-align: center;
    background: #2d3341;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
}
.user-databox-maincontent .nickname label span{
	color:#2783f2;
	padding-left:30px;
}
.user-databox-maincontent .nickname .woman{
	margin-left:40px;
}
.user-databox-maincontent .nickname .ecucation{
	cursor: pointer;
	background: url(../images/option.png) no-repeat 335px center;
}
.user-databox-maincontent .nickname .educationinput{
	position: relative;
}
.user-databox-maincontent .nickname .educationinput ul{
	position: absolute;
	top:43px;
	left:0;
	border:1px solid #efefef;
	width:100%;
	box-sizing: border-box;
	background:#fff;
	z-index:10;
}
.user-databox-maincontent .nickname .educationinput ul li{
	padding:0 15px;
	box-sizing: border-box;
	cursor: pointer;
	margin:5px 0;
}
.user-databox-maincontent .nickname .submit{
	width:130px;
	height:36px;
	border-radius:20px;
	line-height: 36px;
	text-align: center;
	display: block;
	color:#fff;
	background:linear-gradient(to right,#0288fa,#00aeff);
	margin:15px 0 0 78px;
	font-size: 14px;
}
/*个人中心-修改头像*/
.user-avatar-content-main .little-avatar img{
	display: block;
	width: 80px;
}
.user-avatar-content-main .little-avatar .avatar-item{
	margin-top:50px;
}
.user-avatar-content-main .little-avatar .avatar-item .item{
	margin-right:55px;
	cursor: pointer;
}
.user-avatar-content-main .show-avatar {
	margin-left:20px;
}
.user-avatar-content-main .show-avatar .look-txt{
	padding:50px 0 5px 0;
	font-size:16px;
	color:#2783f2;
}
.user-avatar-content-main .show-avatar img{
	display: block;
	width:142px;
	height:142px;
	border-radius: 50%;
}
.user-avatar-content-main .upload-avatar{
	width:100px;
	height:28px;
	border-radius:15px;
	text-align: center;
	line-height: 28px;
	color:#fff;
	font-size:14px;
	background-color: #ffbc3d;
	margin:15px 0 0 21px;
	cursor: pointer;
	background:linear-gradient(to right,#ff4f59,#fa8253);
	box-shadow: #e09696 0 0 10px;
}
.user-avatar-content-main .save-avatar{
	width:150px;
	height:36px;
	border-radius:20px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	background-color:#2783f2;
	margin-top: 50px;
	cursor: pointer;
	background:linear-gradient(to right,#0288fa,#00aeff);
	font-size:14px;
	box-shadow:#81a6d5 0 0 10px;
}
/* 个人中心-考试计划 */
.user-paln-main-content{
	padding-top:65px;
}
.user-paln-main-content .has-plan .plan-txt{
	font-size:14px;
	color:#aab0c0;
	width:88px;
	line-height: 30px;
}
.user-paln-main-content .has-plan .plan-group{
	width:775px;
}
.user-paln-main-content .has-plan .plan-group .plan-item{
	height:30px;
	width:70px;
	line-height: 30px;
	border-radius:15px;
	box-sizing: border-box;
	color:#fff;
	font-size:12px;
	background-color: #2783f2;
	cursor: pointer;
	margin:0 20px 25px 0;
	position: relative;
	background:linear-gradient(to right top,#028ffa,#00c8ff);
}
.user-paln-main-content .has-plan .plan-group .plan-item span:nth-child(1){
	display:block;
	width:15px;
	height:17px;
	float: left;
	background: url("/static/home/images/geren_bg.png") no-repeat center;
	background-size: 15px 17px;
	margin-left: 13px;
	margin-top: 5.5px;
	margin-right: 3px;
}
.user-paln-main-content .has-plan .plan-group .plan-item span:nth-child(2){
	display: block;
	float: left;
	line-height: 30px;
}
.user-paln-main-content .has-plan .plan-group .plan-item .reduce{
	background:url(../images/nomore.png) no-repeat;
	position: absolute;
	right:-7px;
	top:-7px;
	width:20px;
	height:20px;
}
.user-paln-main-content .has-plan .plan-group .plan-item .more{
	background:url(../images/splus.png) no-repeat;
}
.user-paln-main-content .can-plan .plan-group .plan-item{
	color:#2783f2;
	background-color: #fff;
	border:1px solid #2783f2;
}

/*学习计划编辑*/
.my-itemnews-ul{
	clear: both;
	width:100%;
	display: inline-block;
}
.my-itemnews-ul li{
	display: inline-block;
	height:30px;
	padding:0 13px;
	color:#2783f2;
	font-size: 12px;
	font-weight: 900;
	border: 1px solid #2783f2;
	margin-bottom: 20px;
	line-height: 30px;
	border-radius: 25px;
	margin-right: 17px;
}
.my-itemnew-position{
	display: none;
	width:610px;
	height:380px;
	background: #fff;
	border-radius: 8px;
	position: fixed;
	top:50%;
	left:50%;
	z-index:99;
	margin-top: -190px;
	margin-left:-305px;
}
.my-itemnew-tiitle{
	width:100%;
	height:104px;
	text-align: center;
	line-height: 104px;
	color:#2783f2;
	font-weight: 900;
	font-size: 18px;
}
.my-itemnew-ul{
	clear: both;
	width:100%;
	display: inline-block;
	padding:0 56px;
	box-sizing: border-box;
	height:160px;
	overflow-y: auto;
}
.my-itemnew-ul li{
	display: inline-block;
	height:30px;
	padding:0 13px;
	border: 1px solid #898989;
	color:#898989;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 30px;
	border-radius: 25px;
	margin-right: 17px;
}
.my-itemnew-ul li.hover{
	color:#2783f2;
	font-size: 12px;
	font-weight: 900;
	border: 1px solid #2783f2;
}
.my-itemnew-div{
	width:230px;
	height:36px;
	position: absolute;
	left:50%;
	bottom:55px;
	margin-left: -125px;
	display: flex;
	justify-content: space-between;
}
.my-itemnew-divspan1{
	display: block;
	float: left;
	width:100px;
	height:36px;
	text-align: center;
	line-height: 36px;
	background: #2884f3;
	color:#f7f8f8;
	font-size:14px;
	font-weight:900;
	border-radius: 25px;
}
.my-itemnew-divspan2{
	display: block;
	float: left;
	width:100px;
	height:36px;
	text-align: center;
	line-height: 36px;
	background: #efefef;
	color:#595757;
	font-size:14px;
	font-weight:900;
	border-radius: 25px;
}
/*老师练习方式*/
.acrivtionnew-position{
	width:360px;
	height:360px;
	background: #fff;
	border-radius: 8px;
	position: fixed;
	left:50%;
	top:50%;
	margin-top:-180px;
	margin-left: -180px;
	z-index:99;
	display: none;
}
.acrivtionnew-position-title{
	width:100%;
	height:82px;
	line-height: 82px;
	text-align: center;
	color:#2480fd;
	font-size: 18px;
}
.acrivtionnew-position-img{
	width:100%;
	height:100px;
}
.acrivtionnew-position-img img{
	display: block;
	width:100px;
	height:100px;
	margin:0 auto;
}
.acrivtionnew-position-span1{
	width:100%;
	padding:23px 0 25px;
	text-align: center;
	font-size: 14px;
	color:#727171;
}
.acrivtionnew-position-span1 img{
	display: inline-block;
	width:26px;
	height:21px;
	padding-right: 5px;
}
.acrivtionnew-position-span2{
	width:100%;
	color:#898989;
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}
.acrivtionnew-position-a{
	width:100%;
	height:36px;
}
.acrivtionnew-position-a span{
	display: block;
	width:120px;
	height:36px;
	border: 1px solid #347dfb;
	border-radius: 25px;
	box-sizing: border-box;
	line-height: 36px;
	text-align: center;
	color:#347dfb;
	font-size: 14px;
	margin:0 auto;
}
/* 个人中心-地址管理 */
.user-address-content-main .admin-address{
	text-align: center;
	padding-top:135px;
}
.user-address-content-main .admin-address .notxt{
	color:#aab0c0;
	font-size: 16px;
	padding:20px 0 60px 0;
}
.user-address-content-main .admin-address .add-address{
	width:200px;
	height:40px;
	border-radius:20px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size:16px;
	background-color: #2783f2;
	margin:0 auto;
	cursor: pointer;
}
.user-address-content-main .address-listbox{
	padding-top:52px
}
.user-address-content-main .address-listbox .address-item{
	width:300px;
	height:150px;
	border:1px solid #efefef;
	border-radius:5px;
	padding:12px 13px;
	box-sizing: border-box;
	margin:0 15px 15px 0;
}
.user-address-content-main .address-listbox .address-item:nth-of-type(3n){
	margin-right:0;
}
.newmy{
	width:100%;
	height:auto;
	padding-top: 50px;
	padding-bottom: 100px;
}
.newmy img{
	display: block;
	width:329px;
	margin: 0 auto;

}
.newmy p{
	display: block;
	width:100%;
	color:#aab0c0;
	font-size: 16px;
	padding:58px 0 39px;
	text-align: center;
}
.newmy a{
	display: block;
	width:150px;
	height:36px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	background: linear-gradient(to right,#0288fa,#00ccff);
	border-radius: 22px;
	margin:0 auto;
}
.newmy-suju p:nth-child(2){
	padding-bottom: 0;
}
.newmy-suju p:nth-child(3){
	color:#9fa0a0;
	font-size: 12px;
	padding-top: 0;
	padding-top: 10px;
}
.user-address-content-main .address-listbox .address-item .isdefault{
	width:60px;
	height:24px;
	text-align: center;
	line-height: 24px;
	color:#fff;
	border-radius:4px;
	background-color: #2783f2;
}
.user-address-content-main .address-listbox .address-item .del img{
	display: block;
	cursor: pointer;
}
.user-address-content-main .address-listbox .address-item .edit{
	margin:2px 0 0 25px;
}
.user-address-content-main .address-listbox .address-item .username-phone{
	font-size:16px;
	padding:15px 0 20px 0;
	border-bottom:1px solid #efefef;
}
.user-address-content-main .address-listbox .address-item  .address-txt{
	color:#aab0c0;
	padding-top:15px;
}
.user-address-content-main .address-listbox .address-add{
	background-color: #f7f8f8;
	text-align: center;
	padding-top:30px;
}
.user-address-content-main .address-listbox .address-add img{
	width:164px;
	height:54.5px;
}
.user-address-content-main .address-listbox .address-add .add{
	width:80px;
	height:24px;
	border-radius:4px;
	background-color: #2783f2;
	text-align: center;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
	margin:18px auto 0;
}
/*新增收货地址*/
.newaddress-box-tc{
	width:100%;
	padding:25px 22px 0;
	box-sizing: border-box;
	height:500px;

}
.newaddress-box-tc .new-title{
	width:100%;
	height:54px;
	background: #f7f8f8;
	padding:0 0 0 30px;
	box-sizing: border-box;
	color:#2d3341;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
}
.newaddress-box-tc form{
	box-sizing: border-box;
	padding:5px 0 0 50px;
}
.newaddress-box-tc .form-info{
	margin-top:20px;
}
.newaddress-box-tc .form-info .txt{
	color:#2d3341;
	line-height: 42px;
	padding-right:20px;
}
.newaddress-box-tc .form-info .username input{
	width:320px;
	height:42px;
	border-radius:5px;
	border:1px solid #dcdddd;
	padding:0 0 0 30px;
	box-sizing: border-box;
	background: #f7f8f8;

}
.newaddress-box-tc .form-info .area{
	position: relative;
	margin-right:40px;
	cursor: pointer;
}
.newaddress-box-tc .form-info .area input{
	width:180px;
	border:1px solid #dcdddd;
	height:42px;
	border-radius:5px;
	padding:0 0 0 30px;
	box-sizing: border-box;
	cursor: pointer;
	color:#aab0c0;
	background:#f7f8f8;
}
.newaddress-box-tc .form-info .area ul{
	position: absolute;
	top:45px;
	left:0;
	border:1px solid #dcdddd;
	width:100%;
	box-sizing: border-box;
	border-radius:5px;
	padding:5px 0;
	background-color: #fff;
}
.newaddress-box-tc .form-info .area ul li{
	margin:5px 0;
	cursor: pointer;
	padding-left:10px;
	box-sizing: border-box;
}
.newaddress-box-tc .form-info .save{
	width:180px;
	height:40px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	border-radius:30px;
	color:#fff;
	font-size:14px;
	margin-top:15px;
	margin-left: 80px;
	box-shadow: #f6b0b3 0 0 10px;
}
/*网校名师*/
.teacher-mainPage{
	width:100%;
	/*background:#f7f8f8;*/
}
.teacher-content-main{
	width:1200px;
	margin:0 auto;
	/*background:#f7f8f8;*/
}
.teacher-content-main .teacher-tab-menu{
	padding-top:33px;
}
.teacher-content-main .teacher-tabbox{
	background: #fff;
}
.teacher-mainPage .teacher-outbox{
	background: #f7f8f8;
	height:30px;
}
.teacher-content-main .teacher-tabcon{
	padding-bottom:70px;
}
.teacher-content-main .teacher-tab-menu .tabmenu{
	font-size:24px;
	border-bottom:4px solid #fff;
	padding:10px 12px;
	margin:0 110px 0 10px;
	cursor: pointer;
}
.teacher-content-main .teacher-course-lists  .list-item{
	margin-top:40px;
}
.teacher-content-main .teacher-tab-menu .tabmenu.active{
	border-bottom:4px solid #2783f2;
	color:#2783f2;
}
.teacher-content-main .teacher-course-lists .list-item{
	height:328px;
}

.teacher-content-main .teacher-course-lists .list-item .tags{
	background-image: linear-gradient(to right, #69acfd, #2884f2)
}
.teacher-content-main  .teacher-evaluate .evaluate-list{
	position: relative;
}
.teacher-content-main  .teacher-evaluate .evaluate-list .avatar{
	width:60px;
	height:60px;
	border-radius:100%;
	left:35px;
	top:50%;
	margin-top:-30px;
	position: absolute;
}
.teacher-content-main  .teacher-evaluate .evaluate-list{
	padding:25px 35px;
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
	box-sizing: border-box;
	border-radius:5px;
	margin-top:20px;
}
.teacher-content-main  .teacher-evaluate .evaluate-list:first-child{
	padding-top:40px;
}
.teacher-content-main  .teacher-evaluate .evaluate-list .avatar img{
	display: block;
	width:60px;
	height:60px;
	border-radius:100%;
}
.teacher-content-main  .teacher-evaluate .evaluate-list .comm-content{
	padding:0 0 0 90px;
	box-sizing: border-box;
}
.teacher-content-main  .teacher-evaluate .evaluate-list .comm-content .nickname{
	color:#777e98;
	font-size:16px;
	padding:0 35px 0 0;
}
.teacher-content-main  .teacher-evaluate .evaluate-list .comm-main{
	padding-top:7px;
}
.teacher-content-main  .teacher-evaluate .evaluate-list .comm-main .txt{
	color:#2d3341;
	font-size:16px;
	width:80%;
}
.teacher-content-main  .teacher-evaluate .evaluate-list .comm-main .date{
	font-size:16px;
	color:#aab0c0;
}
/* .teacher-content-main  .teacher-evaluate {
	padding-top:20px;
} */
/* 模拟switch */
.switch-box{
	width:30px;
}
.switch-box .switch{
	display:none;
}
.switch-box label{
	position:relative;
	display: block;
	padding: 1px;
	border-radius: 24px;
	height: 22px;
	background-color: #eee;
	cursor: pointer;
	vertical-align: top;
	-webkit-user-select: none;
}
.switch-box label:before{
	content: '';
	display: block;
	border-radius: 24px;
	height: 22px;
	background-color: #eee;
	-webkit-transform: scale(1, 1);
	-webkit-transition: all 0.3s ease;
}
.switch-box label:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background-color: white;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.08);
	-webkit-transform: translateX(-9px);
	-webkit-transition: all 0.3s ease;
}
.switch-box .switch:checked~label:after{
	-webkit-transform: translateX(9px);
}
.switch-box .switch:checked~label:before{
	background-color:#2783f2;
}
.short-stop .wait-txt{
	color:#2d3341;
	text-align: center;
	font-size:20px;
	padding:30px 0;
}
.short-stop .return-txt{
	padding:25px 0;
}
.short-stop .imgs img{
	display: block;
}
.short-stop .wait-txt .moretopic{
	color:#2d3341;
}
.short-stop .wait-txt .confirm{
	color:#777e98;
	font-size:16px;
}
.short-stop .btngroups{
	width:300px;
	margin:0 auto;
}
.short-stop .btngroups .btn{
	width:120px;
	height:40px;
	border-radius:20px;
	text-align: center;
	line-height: 40px;
	font-size:18px;
	cursor: pointer;
}
.short-stop .btngroups .btn.btn1{
	background-color: #2884f3;
	color:#fff;
}
.short-stop .btngroups .btn.btn2{
	background-color: #efefef;
	color:#2d3341;
}
/*计算器组件*/
.calculator-rule .calc-title{
	padding:20px 0 20px 25px;
	box-sizing: border-box;
	line-height: 14px;
	color:#6b6769;
	border-bottom:1px solid #d0d0d0;
}
.calculator-rule .calc-main-inner{
	padding:15px 10px 0;
	box-sizing: border-box;
}
.calculator-rule .calc-main-inner .put-num{
	width:100%;
}
.calculator-rule .calc-main-inner .put-num  input{
	width:100%;
	display: block;
	box-sizing: border-box;
	height:52px;
	border:1px solid #cdcdcd;
	padding:0 10px;
	text-align: right;
}
.calculator-rule .calc-main-inner .set-totalrule{
	padding:15px 0;
}
.calculator-rule .calc-main-inner .set-totalrule .set1 label{
	margin-right:5px;
	line-height: 20px;
}
.calculator-rule .calc-main-inner .set-totalrule .set1 label input{
	display: inline-block;
	vertical-align: middle;
}
.calculator-rule .calc-main-inner .set-totalrule .set1 label span{
	display: inline-block;
	vertical-align: middle;
}
.calculator-rule .calc-main-inner .set-totalrule .set2{
	margin-left:225px;
}
.calculator-rule .calc-main-inner .set-func{
	margin-top:5px;
}
.calculator-rule .calc-main-inner .set-func .func1 label{
	line-height: 40px;
	margin-right:5px;
}
.calculator-rule .calc-main-inner .set-func .func1 label span{
	display: inline-block;
	vertical-align: middle;
}
.calculator-rule .calc-main-inner .set-func .func1 label input{
	display: inline-block;
	vertical-align: middle;
}
.calculator-rule .calc-main-inner .set-func .func2{
	margin-left:35px;
}
.calculator-rule .calc-main-inner .set-func .func2 input{
	width:74px;
	height:40px;
	border:1px solid #eae9e9;
	margin-right:5px;
	display: inline-block;
	padding:0 5px;
	box-sizing: border-box;
}
.calculator-rule .calc-main-inner .set-func .func3 .funcbtn{
	width:74px;
	height:40px;
	border:1px solid #eae9e9;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-left:5px;
	background: #d2d2d2;
}
.calculator-rule .calc-main-inner .table-btn-group .table-btn{
	width:70px;
	height:40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border:1px solid #eae9e9;
	box-sizing: border-box;
	background: #d3d3d3;
	margin:0 5px 5px 0;
}
.calculator-rule .calc-main-inner .rule-main{
	margin-top:15px;
}
.calculator-rule .calc-main-inner .rule-main .table2{
	margin:0 22px 0 26px;
}
.calculator-rule .calc-main-inner .table4 .table-btn-group .table-btn:nth-of-type(3n){
	margin-right:0;
}
.calculator-rule .calc-main-inner .table-btn-group .fh{
	color:#b3615c;
}
.calculator-rule .calc-main-inner .table-btn-group .letter{
	color:#aeafb1;
	font-weight: 100;
}
.calculator-rule .calc-main-inner .table-btn-group .total{
	background-color: #387deb;
	color:#fff;
	border:1px solid #4068bc;
}
.calculator-rule .calc-main-inner .table-btn-group .num{
	background-color: #f0f0f0;
}

.teacher-mainPage .teacher-bg{
	background: url(../images/teacherbg.png) no-repeat center center #fff;
	width:100%;
	height:420px;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent{
	width:1200px;
	margin:0 auto;
	padding-top:65px;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .teacher-introduce-main{
	padding-left:78px;
	box-sizing: border-box;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .teacher-introduce-main .teacher-name-top .name{
	font-size:40px;
	font-weight: bold;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .teacher-introduce-main .teacher-name-top .type{
	font-size:20px;
	color:#777e98;
	padding-left:30px;
	box-sizing:border-box;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .teacher-img{
	padding-left:115px;
	box-sizing: border-box;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .teacher-img img{
	width:212px;
	height:354px;
	display: block;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .teacher-tag1{
	display: inline-block;
	padding:0 15px;
	height:40px;
	border-radius:20px;
	background:#fceac6;
	font-size:20px;
	color:#774d00;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 10px 10px 0 0;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .introduce-txt1{
	width:707px;
	font-size:16px;
	color:#777e98;
	border-top:1px solid #dcdddd;
	margin-top:18px;
	padding-top:20px;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .course-specialbox{
	margin-top:20px;
	max-height: 160px;
	overflow: auto;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .course-specialbox .tit{
	font-size:18px;
	color:#774d00;
	background:url(../images/coursespecial.png) no-repeat left center;
	padding-left:37px;
}
.teacher-mainPage .teacher-bg .teacher-introduce-cotent .course-specialbox .course-special-txt{
	font-size:16px;
	width:707px;
	color:#777e98;
	padding-top:20px;
}
.publicmask{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.3);
	z-index:10;
}
.high-data-detail .mock-top .look-record{
	color:#2783f2;
	border-bottom:1px solid #2783f2;
	cursor: pointer;
}
.high-data-detail .mock-info{
	color:#2d3341;
	line-height: 26px;
}
.high-data-detail .mock-score-info{
	padding-top:15px;
}


/* 新增内容 */
.history-leftPage .history-listbox .hlist .year .yeartxt{
	font-size: 20px;
	color: #777e98;
	display: inline-block;
	vertical-align: middle;
}
.history-leftPage .history-listbox .hlist .year .tag{
	width:46px;
	height:20px;
	display: inline-block;
	border-radius:10px;
	color:#fff;
	margin-left:10px;
	font-size:12px;
	line-height: 20px;
	vertical-align: middle;
}
.history-leftPage .history-listbox .hlist .year .tag.tagfree{
	background-image:linear-gradient(to right,#6caefd,#2884f2);
}
.history-leftPage .history-listbox .hlist .year .tag.tagpay{
	background-image:linear-gradient(to right,#fca0a5,#ff4f59);
}
.history-leftPage .history-listbox .hlist .year{
	display: flex;
	align-items: center;
	justify-content: center;
}
.history-leftPage .history-listbox .hlist .makegroup .make a.contain{
	color:#ff4f59;
}
.update-error .update-error-title{
	font-size:24px;
	color:#777e98;
	font-weight: bold;
	padding:40px 0 25px;
	line-height: 24px;
	text-align: center;
}
.update-error .infos{
	color:#777e98;
	text-align: center;
	padding-bottom:5px;
}
.update-error .error-testbox{
	width:353px;
	margin:0 auto;
}
.update-error .error-testbox .error-item{
	width:110px;
	height:30px;
	text-align: center;
	line-height: 30px;
	border-radius:30px;
	color:#ff4f59;
	border:1px solid #ff4f59;
	box-sizing: border-box;
	float:left;
	cursor: pointer;
	margin:10px 10px 0 0;
}
.update-error .error-testbox .error-item:nth-of-type(3n){
	margin-right:0;
}
.update-error .error-testbox .error-item.select{
	color:#fff;
	background-color: #ff4f59;
}
.update-error .put-error{
	margin-top:23px;
}
.update-error .put-error textarea{
	width:500px;
	height:160px;
	margin:0 auto;
	border:1px solid #dcdddd;
	border-radius:5px;
	display: block;
	resize: none;
	padding:10px;
	box-sizing: border-box;
}
.update-error .submit-error{
	width:160px;
	height:46px;
	border-radius:23px;
	background-color: #ff4f59;
	color:#fff;
	margin:27px auto 0;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
}
.history-practicePage .history-practic-main .practic-mainRight .topic-status-box .resetmake{
	width:70px;
	height:26px;
	border-radius:13px;
	text-align: center;
	line-height: 26px;
	border:1px solid #2881f7;
	color:#2881f7;
	margin-top:10px;
	cursor: pointer;
}
.reset-maketopic img{
	width:400px;
	height:311px;
	display: block;
}
.reset-maketopic .reset-info{
	padding-top:5px;
}
.reset-maketopic .reset-info .reset-txt{
	font-size:20px;
	color:#2d3341;
	text-align: center;
	padding-top:20px;
	line-height: 20px;
}
.reset-maketopic .clear-info{
	font-size:16px;
	color:#777e98;
	text-align: center;
	padding-top:20px;
	line-height: 16px;
}
.reset-maketopic .btngroups{
	margin-top:20px;
}
.history-practicePage .two-navgroup .rightnav .userbtn .set-inner-main .inner-set-content .set-font{
	padding-bottom:20px;
}
.history-practicePage .two-navgroup .rightnav .userbtn .set-inner-main .inner-set-content .set-font:last-child{
	padding-bottom:0;
}
.exam-record{
	padding:0 40px;
	box-sizing: border-box;
}
.exam-record .active-subject{
	font-size:16px;
	color:#2683f1;
	padding:35px 0 30px 0;
}
.exam-record .record-table{
	border:1px solid #dcdddd;
}
.exam-record .record-table .head1{
	float:left;
	width:15%;
	text-align: center;
	height: 55px;
	line-height: 55px;
	color:#2783f2;
}
.exam-record .record-table .record-head{
	background: #f7f8f8;
	border-bottom:1px solid #dcdddd;
}
.exam-record .record-table .headmake{
	width:40%;

}
.exam-record .record-table .record-body{
	/*max-height: 375px;*/
	overflow-y: auto;
}
.exam-record .record-table .record-body .status-box .status{
	display: inline-block;
	width:14px;
	height:14px;
	border-radius:100%;
}
.exam-record .record-table .record-body .status-box .status-txt{
	display: inline-block;
	line-height: 14px;
	padding-left:10px;
}
.exam-record .record-table .record-body .status-box .status-txt2{
	color:#ffbc3d;
}
.exam-record .record-table .record-body .lists .status-box{

}
.exam-record .record-table .record-body .lists .status-box .status1{
	background: #0099ff;
}
.exam-record .record-table .record-body .lists .status-box .status2{
	background: #ffbc3d;
}
.exam-record .record-table .record-body .lists .txt{
	color:#221815;
}
.exam-record .record-table .record-body .lists .score{
	color:#ff4f59;
}
.exam-record .record-table .record-body .lists .btn{
	display: inline-block;
	vertical-align: middle;
	line-height:28px;
	color:#fff;
	height:28px;
	border-radius:14px;
	cursor: pointer;
}
.exam-record .record-table .record-body .lists .b1{
	width:90px;
	background:#2783f2;
	margin-right:15px;
}
.exam-record .record-table .record-body .lists .b2{
	width:90px;
	background:#ffbc3d;
	margin-right:15px;
}
.exam-record .record-table .record-body .lists .b3{
	width:90px;
	background:#ff4f59;
	margin-right:15px;
}
.exam-record .record-table .record-body .lists .b4{
	width:76px;
	background:#ffb74f;
}

/*.card-numberbox{*/
/*max-height:200px;*/
/*overflow-y: auto;*/
/*}*/
.service-page{
	position: fixed;
	right:0;
	top:50%;
	height:523px;
	margin-top:-220px;
	background: #fff;
	width:60px;
	border-radius:3px;
	z-index: 99999;
}
.service-page ul{
	padding-top:10px;
}
.service-page ul li{
	padding:15px 0;
	border-bottom:1px solid #edf1f2;
	cursor: pointer;
}

.service-page .customer .img{
	background:#fff url(../images/index_position.png) no-repeat -15px -30px;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .customer .noimg{

	background:#fff url(../images/index_position.png) no-repeat -67px -30px;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .opinion .img{
	background:#fff url(../images/index_position.png) no-repeat -15px -83px;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}

.service-page .opinion .noimg{
	background:#fff url(../images/index_position.png) no-repeat -67px -83px;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .app .img{
	background:#fff url("../images/index_position.png") no-repeat -15px -134px;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .app .noimg{
	background:#fff url("../images/index_position.png") no-repeat -67px -134px;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .return .img{
	background:#fff url(../images/index_position.png) no-repeat -15px -185px;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .exepc .img{
	background:#fff url(../images/exepc_b.png) no-repeat center;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .exepc .noimg{
	background:#fff url(../images/exepc_b1.png) no-repeat center;
	overflow: hidden;
	margin:0 auto;
	width:30px;
	height:30px;
}
.service-page .return{
	padding-top:8px;
	border-bottom: 0;
}
.service-page ul li .txt{
	width:30px;
	margin:0 auto;
	padding-top:9px;
	font-size:12px;
	color:#97a0aa;
	text-align: center;
}
.service-page ul li .notxt{
	color:#3377ff;
}
.service-page .return .txt{
	padding-top: 0;
}
/*案例题*/

.exam-case-content .put-answer{
	padding:30px 0;
}
.exam-case-content .put-answer textarea{
	resize: none;
	background: #f7f8f8;
	border:1px solid #dcdddd;
	border-radius:7px;
	width:820px;
	height:200px;
	padding:20px 15px;
	box-sizing: border-box;
}

.case-exam-analysis .answer-list{
	padding:15px 0;
	color:#2783f2;
	line-height: 30px;
	font-size: 16px;
}
.case-exam-analysis .answer-list p{
	color:#2783f2;
	line-height: 30px;
}
.case-exam-analysis .user-answer .anstit{
	font-size:16px;
	color:#777e98;
	padding-right:15px;
}
.case-exam-analysis .user-answer{
	/*margin-bottom:20px;*/
	margin-left:0 !important;
}
.case-exam-analysis .public-refer-anser{
	margin-right:60px;
}
.case-exam-analysis .user-answer .anserval{
	color:#ff0f0f;
}
.case-exam-analysis .user-answer .addbook{
	width:120px;
	height:36px;
	border-radius:18px;
	background:#2783f2;
	color:#fff;
	font-size:16px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.case-exam-analysis .last-user-ans{
	margin-bottom:0;
}
.case-count-num{
	color:#ff0f0f;
}
/*添加笔记*/
.add-book .show-addbook-tit{
	font-size:24px;
	color:#2783f2;
	text-align: center;
	padding:35px 0;
}
.add-book .write-book textarea{
	width:800px;
	height:290px;
	margin:0 auto;
	border:1px solid #c6c6c6;
	display: block;
	resize: none;
	background:#f7f8f8;
	padding:10px 13px;
	box-sizing:border-box;
}
.add-book .add-book-btn{
	width:240px;
	height:50px;
	border-radius:25px;
	text-align: center;
	line-height: 50px;
	color:#fff;
	font-size:18px;
	margin:27px auto 0;
	background-image:linear-gradient(to right,#6caefd,#2783f2);
}
.history-practicePage .history-practic-main .exam-parsing-report .submit-answer-box{
	margin-top:0;
	height:76px;
	padding: 0 20px 0;
}

.history-practicePage .history-practic-main .exam-parsing-report .exam-report-makeinfo{
	background:#fff;
	padding:15px 20px;
	margin-top:20px;
}

.history-practicePage .history-practic-main .exam-parsing-report .exam-report-makeinfo .little-btn{
	width:110px;
	height:38px;
	border-radius:5px;
	background:rgb(212, 229, 254);
	text-align: center;
	line-height:38px;
	color:rgb(5, 105, 244);
	cursor: pointer;

}
.history-practicePage .history-practic-main .exam-parsing-report .exam-report-makeinfo .little-btns{
	position: relative;
}
.history-practicePage .history-practic-main .exam-parsing-report .exam-report-makeinfo .little-btns .line{
	height:30px;
	background:#dcdddd;
	width:1px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;

}
.history-practicePage .history-practic-main .exam-parsing-report .return-topic{
	width:100%;
	background:rgb(212, 229, 254);
	text-align: center;
	line-height:38px;
	color:rgb(5, 105, 244);
	height:38px;
	margin-top:20px;
	cursor: pointer;
}

.exam-parsing-report .submit-answer-box .submit-ansbox{
	padding:0 !important;
	line-height: 76px;

}
.exam-parsing-report .submit-answer-box .subtime{
	border-right:none !important;
}
.exam-parsing-report .submit-answer-box .exam-txt{
	font-size:16px !important;
	color:rgb(150, 156, 172) !important;
	padding-left:0 !important;
}
.exam-parsing-report .submit-answer-box .look-error-label{
}
.exam-parsing-report .look-error-label input{
	display: inline-block;
	vertical-align: middle;
}
.exam-parsing-report  .only-error-topic{
	display: inline-block;
	padding-top:3px;
	vertical-align: middle;
}

.repassword-container .repass-title{
	font-size:18px;
	color:#2783f2;
	font-weight: bold;
	text-align: center;
	padding:30px 0;
}
.repassword-container .form{
	padding-left:65px;
	box-sizing: border-box;
}
.repassword-container .form form label{
	width:110px;
	text-align: right;
	float: left;
	line-height: 40px;
}
.repassword-container .form form input{
	float: left;
	width:320px;
	height:40px;
	background:#f7f8f8;
	border-radius:5px;
	border:1px solid #dcdddd;
	margin-left:10px;
	padding-left:12px;
	box-sizing: border-box;
}
.repassword-container .form form .put-txt{
	margin-bottom:20px;
}
.repassword-container .form form .btns-group{
	padding-left:120px;
	box-sizing: border-box;
	padding-top:10px;
}
.repassword-container .form form .btns-group .btn{
	width:120px;
	height:40px;
	border-radius:20px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-size:18px;
}
.repassword-container .form form .btns-group .btn.btn1{
	background:#2884f3;
	color:#fff;
	margin-right:30px;
}
.repassword-container .form form .btns-group .btn.btn2{
	background:#efefef;
	color:#2d3341;
}
/*重新设置*/
.reset_questionbox{
	padding:0 20px;
	box-sizing: border-box;
}
.reset_questionbox .reset-rule-top{
	height:55px;
	line-height: 55px;
	border-bottom:1px dashed #f2f2f2;
}
.reset_questionbox .reset-rule-top .ruletit{
	color:rgb(102, 102, 102);
}
.reset_questionbox .reset-rule-top .ruletxt{
	color:rgb(172, 172, 185);
	padding-left:22px;
}
.reset_questionbox .select-reset-num{
	margin-top:5px
}
.reset_questionbox .select-reset-num .resetlist{
	width:20%;
	margin-top:40px;
	display: flex;
	justify-content: center;
}
.reset_questionbox .select-reset-num .resetlist input{
	margin-top:2px;
}
.reset_questionbox .select-reset-num .resetlist label{
	padding-top:2px;
	line-height: 14px;
	padding-left:5px;
}
.reset_questionbox .select-btngroup{
	width:355px;
	margin:50px auto 0;
}
.reset_questionbox .select-btngroup .btn{
	width:137px;
	height:38px;
	border-radius:19px;
	text-align: center;
	line-height: 38px;
	border:1px solid rgb(38, 127, 251);
	box-sizing: border-box;
	cursor: pointer;
}
.reset_questionbox .select-btngroup .btn.btn1{
	background: rgb(38, 127, 251);
	color:#fff;
}
.reset_questionbox .select-btngroup .btn.btn2{
	color:rgb(38, 127, 251);
}
.learn-center-major{
	padding-top:10px !important;
	padding-left:10px !important;
}

.send-data-main{
	padding:10px 0 13px;
}
.send-data-main .send-tit{
	color:#ff4f59;
	padding-right:15px;
}
.send-data-main .sendata{
	padding:2px 7px;
	background:#e3f0ff;
	font-size:12px;
	color:#2783f2;
	border-radius:3px;
	margin-right:20px;
}

.make-booknum .makeleft{
	width:29px;
	height:29px;
	text-align: center;
	line-height: 29px;
	color:#898989;
	margin-top: 0px;
}
.make-booknum .makeleft.rulude{
	background:#ededed;
}
.make-booknum .makeleft.plus{
	background:#dcdddd;
	cursor: no-drop;
}
.make-booknum .makenum{
	margin:0 3px;
}
.make-booknum .makenum input{
	width:58px;
	height:29px;
	line-height: 29px;
	text-align: center;
	background: #ededed;
	color:#898989;
	border:none;
	box-sizing: border-box;
}
.inner-namebox{
	padding-left:30px;
	box-sizing: border-box;
	width:100%;
}
.learn-userPage .order-innerinfo .shopnum{
	width:45%;
	color:#898989;
}
.learn-userPage .order-innerinfo .shopprice{
	font-size: 16px;
	color: #ff4f59;
}
.learn-order-content .order-listbox ul li .order-innerinfo{
	padding:10px 0 55px;
}
.learn-order-content .order-listbox ul li .order-topic-inner{
	padding:5px 0 5px;
}
.learn-order-content .order-listbox ul li .order-inner .shopprice{
	width:15%;
}
.learn-order-content .order-listbox ul li .order-inner-left{
	width:60%;
	border-right:1px solid #efefef;
	box-sizing: border-box;
}
.learn-order-content .order-listbox .order-inner .orderinfo{
	width:70%;
}
.learn-order-content .order-listbox .order-inner .orderprice{
	width:30%;
}
.learn-order-content .order-listbox ul li .order-topic-cons{
	padding-bottom:10px;
}
.learn-order-content .order-listbox ul li .order-topic-cons .shopnum{
	color:#595757;
}
/*学习中心-每日签到*/
.learn-sign-toolbox{
	padding:0 15px 12px;
	box-sizing:border-box;
	background: #fff;
	margin-bottom:20px;
}
.learn-sign-toolbox .day-sing{
	font-size:16px;
	color:#2d3341;
	font-weight: bold;
	padding:24px 0 0;
	width:100%;
	height:28px;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.learn-sign-toolbox .day-sing .newlearn-xie1{
	height:28px;
	line-height: 28px;
	color:#221815;
	font-size: 14px;
}
.learn-sign-toolbox .day-sing .newlearn-xie1 span{
	color:#f8ba20;
	font-size: 14px;
}
.learn-sign-toolbox .day-sing .newlearn-exchange-btn{
	width:100px;
	height:28px;
	border-radius: 25px;
	line-height: 28px;
	color: #ff4f59;
	border:1px solid #ff4f59;
	cursor: pointer;
	text-align: center;
}
.learn-sign-toolbox .day-sing .newlearn-exchange-btn a{
	color: #ff4f59;
}
.learn-sign-toolbox .day-sing .newlearn-xie{
	width:100px;
	height:28px;
	border-radius: 25px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	text-align: center;
	line-height: 28px;
	color:#f8fafc;
	cursor: pointer;
}
.learn-sign-toolbox .day-sing .newlearn-xiehou{
	width:100px;
	height:28px;
	border-radius: 25px;
	background: linear-gradient(to right,#a3abca,#c6cce4);
	text-align: center;
	line-height: 28px;
	color:#f8fafc;
	cursor: pointer;
}

.learn-sign-toolbox .day-signtop .continuty-txt .t1{
	color:#777e98;
}
.learn-sign-toolbox .day-signtop .continuty-txt .t2{
	color:#ffbc3d;
	font-weight: bold;
}
.learn-sign-toolbox .day-signtop .continuty-txt{
	padding-top:7px;
}
.learn-sign-toolbox .day-signtop .signbtn{
	width:70px;
	height:28px;
	border-radius:35px;
	text-align: center;
	line-height:28px;
	background:#ffbc3d;
	color:#fff;
	cursor: pointer;
	font-size:12px;
}
.learn-sign-toolbox .day-signtop .signfinish{
	width:70px;
	height:28px;
	border-radius:35px;
	text-align: center;
	line-height:28px;
	font-size:12px;
	border:1px solid #ffbc3d;
	box-sizing: border-box;
	color:#ffbc3d;
}
.learn-sign-toolbox .sign-sortbox ul{
	float:left;
	width:100%;
}
.learn-sign-toolbox .sign-sortbox ul li{
	float:left;
}
.learn-sign-toolbox .sign-sortbox ul li .singdate{
	background:#e6ebee;
	position: relative;
	border-radius:100%;
	display: inline-block;
	vertical-align: middle;
}
.learn-sign-toolbox .sign-sortbox ul li .singdate.date1{
	width:27px;
	height:27px;
}
.learn-sign-toolbox .sign-sortbox ul li .singdate .inner-sign{
	width:70%;
	height:70%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-radius:100%;
	background: #ffbc3d;
}
.learn-sign-toolbox .sign-sortbox ul li .singdate .inner-sign .signfinish{
	position: relative;
	width:100%;
	height:100%;
	background:url(../images/signs.png) no-repeat center center;

}
.learn-sign-toolbox .sign-sortbox ul li .date1 .inner-sign .signfinish{
	background-size:95% auto;
}
.learn-sign-toolbox .sign-sortbox ul li .line{
	width:24px;
	height:4px;
	background: #e6ebee;
	display: inline-block;
	margin-left:-5px;
	vertical-align: middle;
}
.learn-sign-toolbox .sign-sortbox ul li .sign-txt{
	padding-top:10px;
	color:#2e3050;
}
.learn-sign-toolbox .sign-sortbox ul li.newlearn-rili{
	width:60px;
	height:56px;
	float: right;
}
.learn-sign-toolbox .sign-sortbox ul li.newlearn-rili span{
	text-align: center;
	display: block;
	width:60px;
	height:56px;
	background: url("/static/home/images/learnew_1.png") no-repeat center top;
	font-size: 12px;
	color:#fc903f;
	padding-top: 34px;
	box-sizing: border-box;
	cursor: pointer;
}
.learn-sign-toolbox .day-signmain .day-signtop{
	padding-top:17px;
	width:100%;
	display: inline-block;
	padding-bottom: 20px;
}
.public-mask{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.4);
	z-index:10;
}
#user-make-info{
	position: absolute;
	width:300px;
	height:250px;
	z-index:11;
	border-radius:7px;
	top:30px;
	background: #fff;
	left:-200px;
	padding:0 15px;
	box-sizing: border-box;
	cursor: default;
	border: #dcdddd solid 1px;
}
#user-make-info .userimg img{
	width:50px;
	height:50px;
	border-radius:100%;
}
#user-make-info .userimg{
	display: inline-block;
	vertical-align: middle;
}
#user-make-info .user-name-price{
	display: inline-block;
	padding-left:10px;
	vertical-align: middle;
}
#user-make-info .username{
	line-height: normal;
}
#user-make-info .learn-price{
	line-height: normal;
	font-size:12px;
	color:#9fa0a0;
}
#user-make-info .user-price-txt{
	padding-left:20px;
}
#user-make-info .user-make-topinfo{
	padding-top:13px;
	line-height: normal;
}
#user-make-info .user-server .server-menugroup .serverimg img{
	width:54px;
	height:54px;
	display: block;
}
#user-make-info .user-server .server-menugroup .server-name{
	line-height: normal;
	color:#727171;
	font-size:12px;
}
#user-make-info .user-server .server-title{
	line-height: normal;
	padding:15px 0 10px;
}
#user-make-info .user-server .servelist{
	margin-right:17px;
	cursor: pointer;
}
#user-make-info .user-server .servelist:nth-of-type(4){
	margin-right:0;
}
#user-make-info .user-server .servelist a{
	display: block;
}
#user-make-info .learn-course-main .course-title{
	font-size:12px;
	color:#464a63;
	font-weight: bold;
	line-height: normal;
	padding:15px 0;
}
#user-make-info .learn-course-main .chapt-list .chaptname{
	width:80%;
	line-height: normal;
	padding-left:30px;
	box-sizing: border-box;
	background:url(../images/play.png) no-repeat left center;
	color:#898989;
}
#user-make-info .learn-course-main .chapt-list .playcourse a{
	font-size:12px;
	color:#2676d9;
}
#user-make-info .learn-course-main .chapt-list .playcourse{
	line-height: normal;
}
#user-make-info .quit-system{
	color:#b5b5b6;
	width:86px;
	margin:30px auto 0;
	line-height: 18px;
	padding-left:25px;
	box-sizing:border-box;
	cursor: pointer;
	background:url(../images/quitlogin.png) no-repeat left center;
}

.recommend-box-opabackground{
	width:100%;
	height:9999px;
	position: fixed;
	left:0;
	top:0;
	background: url("../images/background_opactiye.png");
}
.recommend-box-opabackground .recommend-box-opamain{
	width:490px;
	height:auto;
	background: #FFFFFF;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	padding:36px 40px;
	position: relative;
	left:50%;
	margin-left:-245px;
	top:148px;
	padding-bottom: 0;
	box-sizing: border-box;
}
.recommend-box-opabackground .recommend-box-opap{
	width:100%;
	font-size: 20px;
	color:#221815;
	text-align: center;
}
.recommend-box-opabackground .recommend-box-opaul{
	width:100%;
	height:80px;
	margin-top:36px;
}
.recommend-box-opabackground .recommend-box-opaul1{
	width:190px;
	height:80px;
	float:left;
	cursor: pointer;
	background-color: #f3f5f7;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	background:url("../images/zhifubao_logo.png") no-repeat;
}
.recommend-box-opabackground .recommend-box-opaul2{
	width:190px;
	height:80px;
	float:right;
	cursor: pointer;
	background-color: #f3f5f7;
	background:url("../images/weixin_logo.png");
	border-radius: 12px;
	-webkit-border-radius: 12px;
}
.recommend-box-opabackground .recommend-box-opaen{
	position:absolute;
	right:20px;
	top:16px;
	font-size: 14px;
	color:#949494;
	cursor: pointer;
}
.recommend-box-opabackground .recommend-box-opabutton{
	width:100%;
	height:50px;
	border-top:1px solid #f3f5f7;
	margin-top: 36px;
}
.recommend-box-opabackground .recommend-box-opabutton div{
	width:100px;
	height:30px;
	text-align: center;
	line-height: 30px;;
	margin-top:10px;
	margin-left:10px;
	float:right;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#FFFFFF;
}
.recommend-box-opabackground .recommend-box-opabutton1{
	cursor:pointer;
	background-color: #b7b7b7;
}
.recommend-box-opabackground .recommend-box-opabutton2{
	cursor:pointer;
	background-color: #2482fe;
}

/* 在线开通题库弹窗 */
.on-line-open-question-pop{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999;
	display: none;
}
.on-line-open-question-pop .box{
	width:360px;
	height:520px;
	background: #1b1951;
	border-radius: 8px;
	position: relative;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
}
.on-line-open-question-pop .box .top{
	width:360px;
	height:117px;
	background: url("/static/home/images/questionindex_vip.png") no-repeat center;
	background-size: 221px 67px;
	padding-top: 37px;
	box-sizing: border-box;
}
.on-line-open-question-pop .box .top img{
	display: block;
	width:47px;
	height:43px;
	margin:0 auto;
}
.on-line-open-question-pop .box .top1{
	width:360px;
	height:33px;
	padding-bottom: 15px;

}
.on-line-open-question-pop .box .top1 img{
	display: block;
	width:195px;
	height:33px;
	margin:0 auto;
}
.on-line-open-question-pop .box .txt{
	color:#ebbd90;
	font-size: 16px;
	text-align: center;
	width:100%;
	padding-bottom: 19px;
}
.on-line-open-question-pop .box .ato{
	width:100%;

}
.on-line-open-question-pop .box .ato .ato-a1{
	display: block;
	width:240px;
	height:60px;
	line-height: 60px;
	color:#b56a35;
	font-size: 16px;
	margin:0 auto;
	background:url("/static/home/images/questionindex_r1.png") no-repeat center;
	margin-bottom: 14px;
	padding-left: 64px;
	box-sizing: border-box;
	position: relative;
}
.on-line-open-question-pop .box .ato .ato-a1 .ato-a2-span1{
	display: block;
	width:23px;
	height:23px;
	position: absolute;
	left:16px;
	top:17px;
	background: url("/static/home/images/questionindex_q1.png") no-repeat center;
	background-size: 23px 23px;
}
.on-line-open-question-pop .box .ato .ato-a2 .ato-a2-span2{
	display: block;
	width:23px;
	height:23px;
	position: absolute;
	left:19px;
	top:20px;
	background: url("/static/home/images/questionindex_12.png") no-repeat center;
	background-size: 18px 19px;
}

.on-line-open-question-pop .box .ato .ato-a1 .ato-a3-span1{
	display: block;
	width:23px;
	height:23px;
	position: absolute;
	right:19px;
	top:22px;
	background: url("/static/home/images/questionindex_t1.png") no-repeat center;
	background-size: 9px 15px;
}
.on-line-open-question-pop .box .ato .ato-a2 .ato-a3-span2{
	display: block;
	width:23px;
	height:23px;
	position: absolute;
	right:19px;
	top:22px;
	background: url("/static/home/images/questionindex_t2.png") no-repeat center;
	background-size: 9px 15px;
}
.on-line-open-question-pop .box .ato .ato-a2{
	display: block;
	width:240px;
	height:60px;
	line-height: 60px;
	color:#Fff;
	padding-left: 64px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	margin:0 auto;
	background:url("/static/home/images/questionindex_r2.png") no-repeat center;
}
.on-line-open-question-pop .box .txt1{
	color:#ebbd90;
	font-size: 16px;
	text-align: center;
	width:100%;
	padding:19px 0 21px;
}
.on-line-open-question-pop .box .newul{
	width:100%;
	padding:0 46px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;

}
.on-line-open-question-pop .box .newul li{
	width:50px;
}
.on-line-open-question-pop .box .newul li .newul-top1{
	display: block;
	width:46px;
	height:46px;
	margin:0 auto;
}
.on-line-open-question-pop .box .newul li .newul-top2{
	display: block;
	width:50px;
	font-size: 12px;
	color:#ffe5b5;
	padding-top: 5px;
	text-align: center;
}
.on-line-open-question-pop .box .newul li .newul-top3{
	display: block;
	width:50px;
	font-size: 12px;
	color:#a9b2d2;
	padding-top: 5px;
	text-align: center;
}
.on-line-open-question-pop .box .close{
	width:34px;
	height:34px;
	background: url("/static/home/images/quit.png") no-repeat center;
	background-size: 34px 34px;
	position: absolute;
	right:-40px;
	top:-40px;
	cursor: pointer;
}
.search-main-sogonew{
	width:290px;
	height:30px;
	margin-top:25px;
	position: relative;
	border:1px solid #2783f2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	margin-left: 30px;
}
.search-main-sogonew1{
	position: absolute;
	left:0;
	top:0;
	display: inline-block;
	width:58px;
	height:20px;
	line-height: 20px;
	border-right:1px solid #efefef;
	padding-left:20px;
	line-height: 20px;
	margin-top: 4px;
	color:#777e98;
	font-size: 12px;
	background:url("/static/home/images/search_b.png") no-repeat;
	background-position: 55px center;
	cursor: pointer;
}
.search-main-sogonew1-hover{
	position: absolute;
	left:0;
	top:0;
	display: inline-block;
	width:58px;
	height:20px;
	line-height: 20px;
	border-right:1px solid #efefef;
	padding-left:20px;
	line-height: 20px;
	margin-top: 5px;
	color:#777e98;
	font-size: 12px;
	background:url("/static/home/images/search_s.png") no-repeat;
	background-position: 55px center;
	cursor: pointer;
}
.search-main-sogonew2{
	display:inline-block;
	width:142px;
	height:28px;
	line-height: 28px;
	border:0;
	padding:0;
	margin-top: 0;
	vertical-align:middle;
	outline: none;
	position: absolute;
	left:79px;
	top:0;
	padding-left:16px;
}
.search-main-sogonew3{
	width:48px;
	height:28px;
	background: #2783f2 url("/static/home/images/search.png ") no-repeat center;
	position: absolute;
	right:-1px;
	top:0;
	cursor: pointer;
	border-top-right-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-top-right-radius: 8px;
        -ms-border-top-right-radius: 8px;
        -o-border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-bottom-right-radius: 8px;
        -ms-border-bottom-right-radius: 8px;
        -o-border-bottom-right-radius: 8px;
}

.search-main-sogonew4{
	display: none;
	width:80px;
	border:1px solid #2783f2;
	border-top: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: absolute;
	top:28px;
	left:-1px;
	background: #fff;
	cursor: pointer;
	padding: 5px 0;
	z-index: 9;
}
.search-main-sogonew4 li{
	width:78px;
	height:28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color:#777e98;
}
.search-main-sogonew4 li:hover{
	background: #d7e7fa;
	color:#2783f2;
}
/**资讯新样式*/
.freebiefalse{
	display: none;
}
.freebie-banner-ulwarpblock{
	display: block;
}
.freebie-banner-ulwarp{
	width:1200px;
	position: absolute;
	left:50%;
	margin-left:-600px;
	top:140px;
	z-index:999;
	display: none;
}
.freebie-banner-ulwarp1{
	background: #fff;
	width:600px;
	min-height: 250px;
	display: inline-block;
	position: relative;
}
.freebie-banner-ulwarp-ul1{
	width:300px;
	position: absolute;
	top:0;
	left:100px;
	display: none;
}
.freebie-banner-ulwarp-ul1 li{
	height:48px;
	line-height: 48px;
	text-align: left;
	background: #fff;
	color:#777e98;
	font-size: 14px;
	cursor: pointer;
	padding-left:20px;
}
.freebie-banner-ulwarp-ul1 li a{
	color:#777e98;
	display: block;
}
.freebie-banner-ulwarp span{
	display: block;
	width:100px;
	height:48px;
	line-height: 48px;
	text-align: center;
	color:#777e98;
	font-size: 14px;
	cursor: pointer;
	font-weight: 900;
}
.freebie-banner-ulwarp-ul1 li:hover,
.freebie-banner-ulwarp-ul1 li a:hover,
.freebie-banner-ulwarp span:hover,
.freebie-banner-ulwarp  .freebie-banner-ulwarp-ulhover{
	background: #4e9dfc;
	color:#fff;
}
.freebie-warp{
	width:100%;
	background: #f9fafe;
}

.freebie-banner{
	width:100%;
	height:60px;
	background: #4e9dfc;
}
.freebie-banner1{
	width:1200px;
	height:60px;
	margin:0 auto;
}
.freebie-banner-cai{
	width:230px;
	height:60px;
	color:#fff;
	font-size: 16px;
	line-height:60px;
	padding-left:50px;
	background: url("/static/home/images/freebie_caidan.png") no-repeat;
	background-position:22px center;
	background-color: #4e9dfc;
	cursor: pointer;
	float:left;
}
.freebie-banner-a{
	float:left;
	height:60px;
}
.freebie-banner-a li{

	height:60px;
	float:left;
}
.freebie-banner-a li a{
	position: relative;
	display: block;
	padding-right:50px;
	padding-left: 46px;
	height:60px;
	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size: 14px;
	font-weight: 900;
	background: url("/static/home/images/freebie_nag.png") no-repeat;
	background-position:right center;
}
.freebie-banner-a li a span{
	display: block;
	width:38px;
	height:18px;
	line-height: 18px;
	text-align: center;
	border-radius: 8px;
	font-size:12px;
	background: #ff9c00;
	color:#fff;
	position: absolute;
	right:9px;
	top:9px;
	font-weight: normal;
}
.freebie-banner-a li .freebie-banner-ahidden{
	background-image: none;
}
.freebie-nag{
	width:1200px;
	padding:20px 0;
	margin:0 auto;
	background: #f9fafe;
}
.freebie-nag-ul{
	width:1164px;
	padding:20px 18px 0;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 2px 2px 2px 1px #edeff1;
	-webkit-box-shadow: 2px 2px 2px 1px #edeff1;
	-moz-box-shadow: 2px 2px 2px 1px #edeff1;
	-o-box-shadow: 2px 2px 2px 1px #edeff1;
}
.freebie-nag-ul li{
	height:20px;
	float:left;
	margin-right:14px;
	margin-bottom: 20px;
}
.freebie-nag-ul li:first-child{
	margin-right:0;
}
.freebie-nag-ul li a{
	display: block;
	height:20px;
	padding:0 11px;
	line-height:20px;
	color:#2d3341;
	font-weight: 900;
	font-size: 12px;
}
.freebie-nag-ul li .freebie-nag-ul-a{
	color:#777e98;
	background: #efefef;
}
.freebie-main{
	width:1200px;
	margin:0 auto;
	background: #f9fafe;
}
.freebie-main-clear{
	width:1200px;
	margin:0 auto;
	background: #f9fafe;
	display: inline-block;
}
.freebie-main-left{
	width:900px;
	min-height:680px;
	float:left;
	display: flex;
	flex-wrap: wrap;
}
.freebie-main-leftmain{
	width:580px;
	height:330px;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.freebie-main-leftmain img{
	display: block;
	width:580px;
	height:330px;
}
.freebie-main-leftmain1{
	width:240px;
	height:306px;
	float:left;
	margin-right: 20px;
	background: #fff;
	margin-bottom: 20px;
	padding-top: 24px;
	padding-left:20px;
	padding-right:20px;
	border-radius: 8px;
	position: relative;
	box-shadow: 2px 2px 2px 1px #edeff1;
	-webkit-box-shadow: 2px 2px 2px 1px #edeff1;
	-moz-box-shadow: 2px 2px 2px 1px #edeff1;
	-o-box-shadow: 2px 2px 2px 1px #edeff1;
	cursor: pointer;
}
.freebie-main-leftmain1:hover{
	transform: translate(0,-5px);
 box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
	-o-transition-duration:0.3s;
}
.freebie-main-leftmain1-text{
	color:#000;
	font-size: 16px;
	line-height:32px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:64px;
}
.freebie-main-leftmain1-text1{
	color:#777e98;
	font-size: 12px;
	padding:8px 0 18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;

}
.freebie-main-leftmain1-text2{
	height:52px;
}
.freebie-main-leftmain1-text2 span{
	display: inline-block;
	padding:4px 8px;
	background: #f7f7f7;
	color:#a6adbc;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.freebie-main-leftmain1-text3{
	width:100%;
	height:auto;
	padding:27px 0 4px;
	border-bottom:1px solid #f6f6f6;
}
.freebie-main-leftmain1-text3 p{
	display: inline-block;
	width:40px;
	margin-right: 20px;
}
.freebie-main-leftmain1-text3 p img{
	display: inline-block;
	width:40px;
	height:40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.freebie-main-leftmain1-text3 p span{
	display: inline-block;
	width:40px;
	text-align: center;
	color:#777e98;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
}
.freebie-main-leftmain1-text4{
	display: inline-block;
	width:100%;

}
.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textp1{
	float:left;
}
.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textp1 .freebie-main-leftmain1-textspan1{
	display: block;
	color:#f13232;
	font-size: 12px;
	height:16px;
}
.freebie-main-leftmain1-text4news{
	display: block;
    color: #f13232;
    font-size: 12px;
	height: 16px;
	border-bottom: none;
	padding-top: 4px;
	border-top: 1px solid #f6f6f6;
}
.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textp1 .freebie-main-leftmain1-textspan2{
	display: block;
	color:#777e98;
	font-size: 12px;
	padding-top:7px;
}
.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textp1 .freebie-main-leftmain1-textspantop{
	padding-top:10px;
}
.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textp2 .freebie-main-leftmain1-textspan1{
	display: inline-block;
	color:#777e98;
	font-size: 12px;
	text-decoration: line-through;
}
.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textp2 .freebie-main-leftmain1-textspan2{
	display: inline-block;
	color:#f13232;
	font-size: 12px;
	font-size: 17px;
}

.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textp2{
	float:right ;
}
.freebie-main-leftmain1-text4 .freebie-main-leftmain1-textspantop1{
	padding-top:4px;
}
.freebie-main-leftmain1-text5{
	color:#fff;
	background:linear-gradient(to left,#ff5757,#ff9292);
	border-top-right-radius:12px ;
	border-bottom-right-radius: 12px;
	padding:4px 8px;
	position: absolute;
	left:0;
	top:0;
	font-size: 12px;
}
.freebie-main-right{
	width:260px;
	height:auto;
	background: #fff;
	float:right;
	padding:11px 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow: 2px 2px 2px 1px #edeff1;
	-webkit-box-shadow: 2px 2px 2px 1px #edeff1;
	-moz-box-shadow: 2px 2px 2px 1px #edeff1;
	-o-box-shadow: 2px 2px 2px 1px #edeff1;
}
.freebie-main-right-top{
	height:40px;
	width:100%;

}
.freebie-main-right-topspan1{
	color:#2d3341;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	float:left;
}
.freebie-main-right-topspan2{
	color:#aab0c0;
	font-size: 12px;
	font-weight: 900;
	line-height: 40px;
	float:right;
}
.freebie-main-right-topspan2:hover,
.freebie-main-right-topspan2:visited{
	color:#aab0c0;
}
.freebie-main-right-top1{
	width:100%;
	padding-top:10px;
	display: inline-block;
}
.freebie-main-right-top1img{
	width:60px;
	height:60px;
	float:left;
	padding-right:24px;
}
.freebie-main-right-top1img img{
	display: block;
	width:60px;
	height:60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.freebie-main-right-top1imain{
	width:176px;
	float:left;
}
.freebie-main-right-top1imain-top{
	width:144px;
	padding-left:32px;
	color:#ff4f59;
	font-size: 12px;
	font-weight: 900;
	background: url("/static/home/images/dataing.png") no-repeat;
	background-position:left center;
}
.freebie-main-right-top1imain-top1{
	width:144px;
	padding-left:32px;
	color:#a0c7f5;
	font-size: 12px !important;
	background: url("/static/home/images/huifang_1.png") no-repeat;
	background-position:left center;
	float:right;
}
.freebie-main-right-top1imain-top1 span,
.freebie-main-right-top1imain-top2 span,
.freebie-main-right-top1imain-topred span{
	display: block;
	font-size: 12px;
}
.freebie-main-right-newdiv{
	float:right;
	padding-top: 5px;
	width:176px;
}
.freebie-main-right-top1imain-top2{
	width:144px;
	padding-left:32px;
	color:#2783f2;
	font-size: 12px;
	font-weight: 900;
	background: url("/static/home/images/yuyue_1.png") no-repeat;
	background-position:left center;
	float:right;
}
.freebie-main-right-top1imain-topred{
	width:144px;
	padding-left:32px;
	display: block;
    color: #ff4f59;
    font-size: 12px;
    padding-left: 30px;
    background: url(/static/home/images/dataing.png) no-repeat left center;
	float:right;
}
.freebie-main-right-top1imain-bottom{
	color:#2d3341;
	font-size: 12px;
	font-weight: 900;
	line-height: 20px;
	padding-top: 12px;
}
.freebie-main-right-top2{
	width:100%;
	display: inline-block;
	padding-top: 12px;
	height:24px;
}
.freebie-main-right-top2-left{
	height: 24px;
	line-height: 24px;
	color:#a6adbc;
	font-size: 12px;
	font-weight: 900;
	float: left;
}
.freebie-main-right-top2 .freebie-main-right-top2-right{
	width:80px;
	color:#fff;
	background:#ff4f59 ;

	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 900;
	float: left;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.freebie-main-right-top2 .freebie-main-right-top2-right1{
	width:80px;
	color:#fff;
	background:#a0c7f5 ;

	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 900;
	float: left;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.freebie-main-right-top2 .freebie-main-right-top2-right2{
	width:80px;
	color:#fff;
	background:#2783f2 ;

	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 900;
	float: left;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.freebie-main-right-top3{
	color:#2d3341;
	font-size: 16px;
	width:100%;
	padding:22px 0 18px;
	text-align: center;
	font-weight: 800;
}
.freebie-main-right-top4{
	width:220px;
	display: inline-block;
	padding-left:37px;
	padding-bottom: 5px;
}
.freebie-main-right-top4 span{
	display: inline-block;
	width:36px;
	height:48px;
	line-height: 48px;
	text-align: center;
	color:#fff;
	background:linear-gradient(to top,#fa2e1b,#fe900f);
	margin-left: 13px;
	font-size: 28px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
.freebie-main-right-top4 p{
	display: inline-block;
	width:36px;
	height:48px;
	line-height: 48px;
	text-align: center;
	color:#383838;
	margin-left: 13px;
	font-size: 28px;

}
.freebie-main-right-top5{
	width:220px;
	display: inline-block;
	padding-left:37px;
	position: relative;

}
.freebie-main-right-top5-ul{
	padding-bottom: 12px;
}
.freebie-main-right-top5-ul,
.freebie-main-right-top5-ul li{
	width:220px;
	height:auto;
	display: inline-block;
	position: relative;
}
.freebie-main-right-top5-ul li{
	margin-top: 18.5px;
}
.freebie-main-right-top5-ulp1{
	display:block;
	width:20px;
	font-size: 12px;
	color:#2783f2;
	background: #eff8fe;
	text-align: center;
	padding:8px 0;
	float:left;
}
.freebie-main-right-top5-ulp2{
	display:block;
	width:190px;
	padding-left:10px;
	float:left;

}
.freebie-main-right-top5-ulp2 span{
	display: block;
	font-size: 12px;
}
.freebie-main-right-top5-ulpspan1{
	color:#ff4f59;
	padding-top: 4px;
}
.freebie-main-right-top5-ulpspan2{
	color:#777e98;
	position: absolute;
	bottom:4px;
	left:30px;
}
.freebie-main-right-top5-ulpspan2 a{
	color:#777e98 !important;
}
.freebie-main-right-top5-positionwarp{
	width:11px;
	height:292px;
	position: absolute;
	left:7px;
	top:46px;
}
.freebie-main-right-top5-position{
	width:11px;
	height:292px;
	position: relative;
}
.freebie-main-right-top5-positionwarpli1{
	width:1px;
	height:292px;
	background: #2783f2;
	margin-left:5px;
}
.freebie-main-right-top5-positionwarpli2{
	width:11px;
	height:11px;
	background: #2783f2;
	border-radius: 50%;
	position: absolute;
	top:-5px;
	left:0;
}
.freebie-main-right-top5-positionwarpli3{
	width:11px;
	height:11px;
	background: #2783f2;
	border-radius: 50%;
	position: absolute;
	top:68px;
	left:0;
}
.freebie-main-right-top5-positionwarpli4{
	width:11px;
	height:11px;
	background: #2783f2;
	border-radius: 50%;
	position: absolute;
	top:148px;
	left:0;
}
.freebie-main-right-top5-positionwarpli5{
	width:11px;
	height:11px;
	background: #2783f2;
	border-radius: 50%;
	position: absolute;
	top:216px;
	left:0;
}
.freebie-main-right-top5-positionwarpli6{
	width:11px;
	height:11px;
	background: #2783f2;
	border-radius: 50%;
	position: absolute;
   bottom:-5px;
	left:0;
}
.freebie-look{
	width:1200px;
	height:80px;
	margin:0 auto;
	padding-bottom: 20px;
}
.freebie-look a,
.freebie-look a img{
	display: block;
	width:1200px;
	height:80px;
}
.freebie-text-warp{
	width:1200px;
	margin:0 auto;
	padding-bottom: 20px;
}
.freebie-text{
	width:1200px;
	display: inline-block;
}
.freebie-text-left{
	width:880px;
	display: inline-block;
	background: #fff;
	float: left;
	padding:26px 20px 25px  20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	box-sizing: border-box;
	min-height: 384px;
}

.freebie-text-left1{
	width:420px;
	float:left;

}
.freebie-text-left1-top{
	width:420px;
	display: inline-block;
}
.freebie-text-left1-top1{
	float:left;
	font-size: 16px;
	color:#2d3341;
	font-weight: 900;
}
.freebie-text-left1-top2{
	float:right;
	font-size: 12px;
	color:#777e98;
	font-weight: 900;
	margin-right: 50px;
}
.freebie-text-left1-biao{
	width:420px;
	font-size: 16px;
	color:#2783f2;
	font-weight: 900;
	padding:27px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.freebie-text-left1-biao a{
	color:#2783f2 !important;
}
.freebie-text-left1-titlenew{
	width:420px;
	font-size: 16px;
	color:#2783f2;
	font-weight: 900;
	white-space:nowrap;
	overflow:hidden;
	height: 40px;
	line-height: 40px;
	text-overflow:ellipsis;
}
.freebie-text-left1-titlenew a{
	color:#2783f2 !important;
	font-size: 16px !important;
}
.freebie-text-left1-position{
	width:420px;
	display:inline-block;

}
.freebie-text-left1-position ul{
	width:420px;
	padding-right:40px;
	float:left;
	margin-top: 40px;
	box-sizing: border-box;
}
.freebie-text-left1-position ul li{
	width:380px;
	height:40px;
	display: inline-block;
}
.freebie-text-left1-position ul li a{
	display: block;
	width:364px;
	height:40px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#2d3341;
	font-size: 14px;
	font-weight: 900;
	float:left;
	line-height: 40px;
	background: url("/static/home/images/ulli_background.png") no-repeat;
	background-position: left center;
	padding-left:16px;
}

.freebie-text-leftright{
	width:420px;
	float:right;
}
.freebie-text-leftright-top{
	width:420px;
	display: inline-block;
}
.freebie-text-leftright-top1{
	float:left;
	font-size: 16px;
	color:#2d3341;
	font-weight: 900;
}
.freebie-text-leftright-top2{
	float:right;
	font-size: 12px;
	color:#777e98;
	font-weight: 900;
}
.freebie-text-leftright-biao{
	width:420px;
	font-size: 16px;
	color:#2783f2;
	font-weight: 900;
	padding:27px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.freebie-text-leftright-position{
	width:420px;
	display:inline-block;

}
.freebie-text-leftright-position ul{
	width:400px;
	padding-right:20px;
	float:left;
	margin-top: 40px;
}
.freebie-text-leftright-position ul li{
	width:420px;
	height:40px;
	position: relative;
	display: inline-block;
}
.freebie-text-leftright-position ul li a{
	display: block;
	width:304px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#2d3341;
	font-size: 14px;
	font-weight: 900;
	float:left;
	background: url("/static/home/images/ulli_background.png") no-repeat;
	background-position: left 5px;
	padding-left:16px;
	line-height: 40px;
}
.freebie-text-leftright-position ul li span{
	display: block;
	width:64px;
	height:24px;
	line-height: 24px;
	text-align: center;
	color:#fff;
	border-radius: 22px;
	background: linear-gradient(to right,#fa7e54,#ff5359);
	position: absolute;
	right:0;
	top:6px;
	cursor: pointer;
}

.freebie-text-leftright-position ul li span.exchange-status-ok{
	background:  linear-gradient(to right, #fa8153ed, #ff5259);
}
.freebie-text-leftright-position ul li span.exchange-status-no{
	background:  linear-gradient(to right, #fb8c5c, #f6cb36);
}

.freebie-text-leftright-position ul li a:hover,.freebie-text-left1-position ul li a:hover{
	color:#2783f2;
	text-decoration: underline;
}
.freebie-text-right{
	width:300px;
	padding:0 20px 22px;
	background: #fff;
	margin-left:20px;
	float: left;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	min-height: 384px;
	box-sizing: border-box;
}
.freebie-text-right-name{
   width:260px;
   font-size: 16px;
   color:#2d3341;
   font-weight: 900;
   padding-top: 20px;
   padding-bottom: 34px;
}
.freebie-text-right-ul{
   width:260px;
}
.freebie-text-right-ul li{
   width:260px;
   display: inline-block;
   padding-bottom: 37px;
}
.freebie-text-right-ul li:last-child{
	padding-bottom: 0;
}
.freebie-text-right-ul li img{
   display: block;
   width:60px;
   height:60px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -o-border-radius: 50%;
   -moz-border-radius: 50%;
   float:left;
}
.freebie-text-right-ul li p{
   display: block;
   padding-left:10px;
   width:190px;
   float:left;
}
.freebie-text-right-ul li p span{
   display: block;
   color:#2d3341;
   font-size: 14px;
   word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 900;
}
.freebie-text-right-ul li p .freebie-text-right-ulspan2{
   color:#777e98;
   font-size: 12px;
   padding-top: 4px;
   line-height: 18px;
}
.freebie-content-warp{
   width:1200px;
   margin:0 auto;
   background: #f8fafc;
   padding-bottom: 170px;

}
.freebie-content{
   width:1160px;
   padding:0 20px;
   background: #fff;
   border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
.freebie-content-ul{
   width:1160px;
   display: inline-block;
   padding-top: 18px;
   padding-bottom:28px;
}
.freebie-content-ul li{
   color:#777e98;
   font-size: 14px;
   padding-left:22px;
   float:left;
   background: url("/static/home/images/freebie_ok.png") no-repeat;
   background-position: left center;
   margin-right: 33px;

}
.freebie-content-ul1{
	width:1160px;
   display: inline-block;
}
.freebie-content-ul1 li{
   width:1160px;
   display: inline-block;
   padding-bottom: 70px;
}
.freebie-content-ul1-div1,
.freebie-content-ul1-div2{
   float:left
}
.freebie-content-ul1-div1{
   width:160px;
   height:240px;
   border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow:#f4e0e0 0 0 40px;
	background:url("/static/home/images/freebie_rightbottom.png") no-repeat;
	background-position:right bottom;
}
.freebie-content-ul1-div1span1{
   display: block;
   width:100%;
   text-align: center;
   padding-top: 14px;

   font-size: 16px;
   color:#262626;
   font-weight: 900;
}
.freebie-content-ul1-div1span2{
   display: block;
   width:100%;
   text-align: center;
   padding-top: 9px;
   font-size: 12px;
   color:#595757;

}
.freebie-content-ul1-div1span2new1{
	display: block;
	width:100%;
	text-align: center;
	padding-top: 4px;
	font-size: 12px;
	color:#595757;

 }
.freebie-content-ul1-div1span2newtop{
	padding-top: 35px;
}
.freebie-content-ul1-div2{
   width:48px;
   height:220px;
   position: relative;
}
.freebie-content-ul1-div2 img{
   width:17px;
   height:17px;
   margin-top:-8.5px;
	position: absolute;
	left:15.5px;
	top:50%;
}
.freebie-content-ul1-div4{
   width:100px;
   height:220px;
   float:left;
   position: relative;
}
.freebie-content-ul1-div4 img{
   width:17px;
   height:17px;
   position: absolute;
   left:45.5px;
   top:50%;
   margin-top: -8.5px;
}
.freebie-content-ul1-div3{
   float:left;
	width:160px;
   height:240px;
   border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow:#f4e0e0 0 0 40px;

}
.freebie-content-ul1-div3span1{
   display: block;
   width:100%;
   padding-top: 12px;
   font-size: 14px;
   color:#ff4f59;
	font-weight: 900;
	text-align: center;
}
.freebie-content-ul1-div3span2{
   display: block;
   width:100%;
   padding-top: 6px;
   font-size: 12px;
   color:#262626;
   padding-left: 20px;
   box-sizing: border-box;
}
.freebie-content-ul1-div3span2new1{
	display: block;
	width:100%;
	padding-top: 4px;
	font-size: 12px;
	color:#262626;
	padding-left: 20px;
	box-sizing: border-box;
 }
.freebie-content-ul1-div5{
	width:274px;
	float:left;
	position: relative;
	margin-top:70px;
}
.freebie-content-ul1-div5p1{
   color:#2d3341;
   width:274px;
   font-size: 16px;
   font-weight: 900;
   text-align: center;
   position: absolute;
   top:-32px;
   left:0;
}
.freebie-content-ul1-div5p2{
   color:#ff4f59;
   width:274px;
   font-size: 18px;
   font-weight: 900;
   text-align: center;
}
.freebie-content-ul1-div5p2-new,
.freebie-content-ul1-div5p3-new{
   color:#2783f2;
}
.freebie-content-ul1-div5p3{
   color:#ff4f59;
   width:274px;
   font-size: 18px;
   font-weight: 900;
   text-align: center;
   padding-top:8px;
   padding-bottom:18px;
}
.freebie-content-ul1-div5p3 span{
   font-size: 28px;
}
.freebie-content-ul1-div5p4{
   display: block;
   width:148px;
   height:40px;
   text-align: center;
   line-height: 40px;
   color:#fff;
   background:linear-gradient(to left,#ff4f59,#fca0a5);
   border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	margin:0 auto;
}
.freebie-content-ul1-div5p4:visited{
	color:#fff;
}
.freebie-content-ul1-div5p4:hover{
   color:#fff;
}

.freebie-content-ul1-div5p4-new{
   background:linear-gradient(to left,#2783f2,#6caefd);
}
.freebie-content-ul1-div5left{
   width:50px;
   height:1px;
   background: #ff4f59;
   position: absolute;
   left:0;
   top:30%;
}
.freebie-content-ul1-div5right{
   width:50px;
   height:1px;
   background: #ff4f59;
   position: absolute;
   right:0;
   top:30%;
}
.freebie-content-ul1-div5p2-new,
.freebie-content-ul1-div5p3-new,
.freebie-content-ul1-div5p3-new span
{
   color:#2783f2;

}
.freebie-content-ul1-div5right-new,
.freebie-content-ul1-div5left-new{
background: #2783f2;
}
.freebie-text-leftright-position-hide ul li a{
   background-image: none;
}
.freebie-content-ul1-div1span2newtop{
	padding-top: 35px;
}
.freebie-content-ul1-div1span2newtop1{
	padding-top: 30px;
}
.freebie-content-ul1-div1span2newtop2{
	padding-top: 53px;
}
.ordernavg-bottom{
	height:1px;
	width:1000px;
	background:#efefef;
	position: absolute;
	top:76px;
	left:0;
}
.ordernavg-bottom-warp{
	position: relative;
}
.ordernavg{
	width:940px;
	height:58px;
	border-bottom: 1px solid #efefef;
}
.ordernavg span{
	display: block;
	float:left;
	width:470px;
	text-align: center;
	line-height: 58px;
	line-height: 58px;
	color:#2783f2;
	font-size: 16px;
	cursor: pointer;
}
.ordernavg .ordernavg-hover{
	border-bottom: 2px solid #2783f2;
	line-height: 56px;
	line-height: 56px;
}
.ordernavg-main{
	display: none;
}
.ordernavg-main1{
	width:920px;
	padding:0 0px 0 20px;
	min-height: 116px;
	border-bottom: 1px solid #efefef;
	border-left: none;
	position: relative;

}
.ordernavg-main2{
	width:920px;
	padding:0 0px 0 20px;
	height:auto;
	display: inline-block;
	border-bottom: 1px solid #efefef;
	border-left: none;
	position: relative;
}
.ordernavg-main1-txt-warp{
	width:403px;
	min-height:115px;
	float:left;
}
.ordernavg-main1-txt1{
	width:403px;
	height:auto;
	display: inline-block;
}
.ordernavg-main1-txt1 a{
	display: block;
	width:90px;
	height:24px;
	border: 1px solid #2783f2;
	border-radius: 22px;
	line-height: 24px;
	box-sizing: border-box;
	text-align: center;
	color:#2783f2;
}
.ordernavg-main1-txt1div{
	width:36px;
	height:36px;
	float:left;
	margin-top: 15px;
}
.ordernavg-main1-txt1div1{
	float:left;
	width:340px;
}
.ordernavg-main1-txt1div img{
	display: block;
	width:36px;
	height:36px;
}
.ordernavg-main1-txt1 p{
	display: block;
	width:280px;
	padding-left: 20px;
	color:#2d3341;
	font-size: 14px;
	padding-top: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ordernavg-main1-txt1:last-child{
	padding-bottom: 10px;
}
.ordernavg-main1-txt1:nth-child(1) p:nth-child(1){
	padding-top: 20px;
}
.ordernavg-main1-txt{
	width:403px;
	height:115px;
	float:left;
}
.ordernavg-main1-txt a{

	display: inline-block;
	padding:0 20px;
	height:24px;
	border: 1px solid #2783f2;
	border-radius: 22px;
	line-height: 24px;
	box-sizing: border-box;
	text-align: center;
	color:#2783f2;

}
.ordernavg-main1-txt p{
	display: block;
	width:350px;
	color:#2d3341;
	font-size: 14px;
	padding-top: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ordernavg-main1-txt span,
.ordernavg-main1-txt-warp span{
	display: block;
	width:350px;
	height:26px;
}
.ordernavg-main1-rmb{
	width:141px;
	height:115px;
	text-align: left;
	line-height:115px;
	float:left;
	color:#262626;
	font-size: 14px;
	position: absolute;
	left:423px;
	top:50%;
	margin-top: -57.5px;
}
.ordernavg-main1-detail{
	width:141px;
	height:115px;
	float: left;
	position: absolute;
	left:564px;
	top:50%;
	margin-top: -57.5px;position: absolute;
	left:564px;
	top:50%;
	margin-top: -57.5px;
}
.ordernavg-main1-detail p{
	display: block;
	width:141px;
	text-align: center;
	padding-top: 38px;
	color:#262626;
	font-size: 14px;
}
.ordernavg-main1-detail a{
	display: block;
	width:141px;
	text-align: center;
	padding-top: 5px;
	color:#262626;
	font-size: 14px;

}
.ordernavg-main1-tostatus{
	width:209px;
	height:115px;
	position: absolute;
	left:725px;
	top:50%;
	margin-top: -57.5px;
}
.ordernavg-main1-tostatus a{
	display: block;
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	background: linear-gradient(to right,#0290fb,#00c3fe);
	border-radius: 22px;
	margin:42.5px auto;
}

.ordernavg-main1-toopen{
	width:209px;
	height:115px;
	position: absolute;
	left:725px;
	top:50%;
	margin-top: -57.5px;
}
.ordernavg-main1-toopen a:nth-child(1){
	display: block;
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	background: linear-gradient(to right,#fe5958,#fb7b54);
	border-radius: 22px;
	margin:21px auto 0;
}
.ordernavg-main1-toopen a:nth-child(2){
	display: block;
	width:209px;
	color:#000000;
	font-size: 14px;
	text-align: center;
	padding-top:20px;
}
.ordernavg-main1-detailno{
	width:141px;
	height:115px;
	line-height: 115px;
	text-align: center;
	color:#262626;
	font-size: 14px;
	float: left;
	position: absolute;
	left:564px;
	top:50%;
	margin-top: -57.5px;
}
.ordernavg-main1-jihuo a{
	display:inline-block;
	width:68px;
	text-align: center;
	color:#fff;
	height:26px;
	line-height: 26px;
	background: linear-gradient(to right,#fe5958,#fb7b54);
	border-top-right-radius: 22px;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
	margin-left: 10px;
	font-size: 12px;
}
.order-shouhiden{
	display: none;
}
/*订单信息*/
.leardetail{
	width:940px;
	padding:18px 0 14px;
	color:#2d3341;
	font-size: 14px;
}
.leardetail-warp{
	width:940px;

}
.leardetail-th{
	width:940px;
	height:39px;
	border-bottom: 1px solid #efefef;
	background: #f7f8f8;
}
.leardetail-th span{
	display: block;
	width:313px;
	float:left;
	text-align: center;
	line-height:39px;
	height:39px;
	color:#777e98;
	font-size: 14px;

}
.leardetail-th1{
	width:940px;
	height:46px;
	border-bottom: 1px solid #efefef;
	background: #fff;
}
.leardetail-th1 span{
	display: block;
	width:313px;
	float:left;
	text-align: center;
	line-height:46px;
	height:46px;
	color:#2d3341;
	font-size: 12px;
	border-right:1px solid #efefef;
	box-sizing: border-box;

}
.leardetail-th1 span:nth-child(1){
	border-left: 1px solid #efefef;
}
.leardetail-text{
	width:940px;
	padding-bottom: 28px;
}

.leardetail-text-warp{
	width:940px;
	display: inline-block;
	position: relative;
}
.leardetail-text-warp p{
	width:76px;
	padding-top:28px;
	display: block;
	float:left;
	text-align: right;
	color:#777e98;
	font-size: 12px;
}
.leardetail-text-warp span{
	width:841px;
	padding-top:28px;
	display: block;
	float:left;
	text-align: left;
	padding-left: 23px;
	font-size: 12px;
	color:#2d3341;
}
.leardetail-next{
	width:940px;
	height:40px;
	border-right:1px solid #efefef;
	background: #f7f8f8;
	box-sizing: border-box;
}
.leardetail-next span{
	display: block;
	width:158px;
	line-height: 40px;
	height:40px;
	color:#777e98;
	font-size: 14px;
	float: left;
	text-align: center;
}
.leardetail-next span:nth-child(1){
	width:462px;

}
.leardetail-next1{
	width:940px;
	height:90px;
	border-bottom:1px solid #efefef;
	position: relative;
}
.leardetail-next1 span{
	display: block;
	width:158px;
	line-height: 90px;
	height:90px;
	color:#777e98;
	font-size: 14px;
	float: left;
	text-align: center;
	border-right: 1px solid #efefef;
}
.leardetail-next1 p{
	height:90px;
	width:335.5px;
	text-align: left;
	border-left:1px solid #efefef;
	padding-left:123px;
	float:left;
	display: block;

}
.leardetail-next1 p span{
	display: block;
	border:none;
	height:24px;
	clear: both;
	width:335.5px;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
color:#2d3341;
font-size: 14px;
}
.leardetail-next1 p span:nth-child(1){
	padding-top: 20px;
}
.leardetail-next1 .leardetail-nextdiv{
	display: inline-block;
	position: absolute;
	width: 66px;
    height: 36px;
    padding: 12px 16px;
	background: #f7f8f8;
	left:15px;
	top:15px;
}
.leardetail-next1 .leardetail-nextdiv img{
	display: block;
    width: 66px;
    height:36px;
}
.leardetail-text-warp span a{
	color:#2783f2;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 58px;
}
.leardetail-text-warp-comy{
	color:#2783f2;
	font-size: 12px;
	text-decoration: underline;
	position: absolute;
	left:290px;
	top:28px;
	cursor: pointer;
}
.leardetail-position{
	width:100%;
	height:10000px;
	position: fixed;
	top:0;
	left:0;
	background: url("/static/home/images/background_opactiye.png");
	z-index:9;
}
.leardetail-positionmain{
	width:360px;
	height:360px;
	position: fixed;
	top:181px;
	left:50%;
	margin-left:-180px;
	z-index:99;
	background: #fff;
	border-radius: 12px;
}
.leardetail-positionmain-top{
	width:360px;
	text-align: center;
	color:#010101;
	font-size: 16px;
	padding-top:41px;
	font-weight: 900;
}
.leardetail-positionmain-top1{
	width:360px;
	text-align: center;
	color:#010101;
	font-size: 14px;
	padding-top:28px;

}
.leardetail-positionmain-top2{
	width:240px;
	color:#010101;
	font-size: 14px;
	padding-top:28px;
	padding-left:120px;
	padding-top: 23px;
}
.leardetail-positionmain-top2 img{
	width:24px;
	height:auto;
	display: block;
}
.leardetail-positionmain-top2 img,
.leardetail-positionmain-top2 p{
	display: inline-block;
}
.leardetail-positionmain-top4{
	width:360px;
	text-align: center;
	color:#6086e8;
	font-size: 14px;
	padding-top:38px;

}
.leardetail-positionmain-top5{
	width:360px;
	padding-top: 27px;
}
.leardetail-positionmain-top5 img{
	display: block;
	width:100px;
	height:auto;
	margin:0 auto;
}

/*tostudents*/
.tostudents-warp{
	width:100%;
	background: #f8fafc;
}
.tostudens-banner{
	width:100%;
	height:500px;
	background: url(/static/home/images/tostudents_banner.png) no-repeat center;
	background-size:cover;
}

.tostudens-title{
	width:1200px;
	min-height:217px;
	margin:0 auto;
	background:#f8fafc;
	position: relative;
}
.tostudens-title-top{
	width:1200px;
	text-align: center;
	color:#152465;
	font-size: 60px;
	font-weight: 900;
	padding-top: 58px;
}
.tostudens-title-top1{
	width:1200px;
	text-align: center;
	color:#e2e4eb;
	font-size: 72px;
	font-weight: 900;
	margin-top: -24px;
}
.tostudens-title-top2{
	width:578px;
	height:30px;
	position: absolute;
	bottom:44px;
	left:50%;
	margin-left:-289px;
}
.tostudens-title-top2 span{
	display: block;
}
.tostudens-title-top2-left{
	width:150px;
	height:30px;
	background: url(/static/home/images/students_left.png) no-repeat left center;
	float: left;
}
.tostudens-title-top2-right{
	width:150px;
	height:30px;
	background: url(/static/home/images/students_right.png) no-repeat center;
	float: right;
}
.tostudens-title-top2-center{
	width:278px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#152465;
	font-size: 28px;
	float: left;
}
.tostudens-vide{
 width:1200px;
 margin:0 auto;
}
.tostudens-vide-ul{
	width:1200px;
	height:47px;
	display: flex;
	justify-content: space-between;
}
.tostudens-vide-ul li{
	width:100%;
	height:47px;
	text-align: center;
	line-height: 47px;
	color:#152465;
	font-size: 14px;
	float: left;
	background: #fff;
	cursor: pointer;
	font-weight: 900;
}
.tostudens-vide-ul .tostudens-vide-ul-li{
	color:#fff;
	background:#152465;
}
.tostudens-vide-tag{
	width:1200px;
	height:450px;

}
.tostudens-vide-taglet{
	width:800px;
	height:450px;
	float:left;

}
.tostudens-vide-taglet .video-js .vjs-tech{
	width:100%;
	height:100%;
}
.tostudens-vide-taglet .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	z-index:99;

	border-radius: 50%;
}

.tostudens-vide-taglet .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{
	z-index:99;
}
.tostudens-vide-tagright{
	width:400px;
	height:450px;
	float:left;
	 display: none;;
}
.tostudens-vide-tagright-top{
	width: 400px;
	height:49px;
	line-height: 49px;
	font-size: 16px;
	color:#152465;
	font-weight: 900;
	padding: 0 20px;
	box-sizing: border-box;
	background: #ebebeb;
}
.tostudens-vide-tagright-center{
	width:400px;
	height:345px;
	background:#fff;
	overflow-y: auto;
	padding:10px 20px;
	box-sizing: border-box;
}
.tostudens-vide-tagright-center .video-title{
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #595757;
	font-size: 16px;
	padding-right: 60px;
	box-sizing: border-box;
	cursor: pointer;
}
.tostudens-vide-tagright-center .video-title:hover{
	color: #f3664a;
	transition: all .3s;
}
.tostudens-vide-tagright-center .video-title.can-audition{
	background: url(/static/home/images/audition-btn.png) no-repeat right center;
}
.tostudens-vide-tagright-center .video-title.active{
	color:#f3664a;
	font-weight: bold;
	background: url("/static/home/images/students_mus.png") no-repeat right center;
}

.tostudens-vide-tagright-centernew{
	width:400px;
	height:345px;
	background:#fff;
	overflow-y: auto;
	padding:10px 20px;
	box-sizing: border-box;
}

.tostudens-vide-tagright-centernew li ul{
	width:100%;
}
.tostudens-vide-tagright-centernew li ul li{
	width:100%;
	height:42px;
	line-height: 42px;
	padding-left: 11px;
	color:#595757;
	font-size: 14px;
	padding-right: 60px;
	box-sizing: border-box;
	cursor: pointer;
}
.tostudens-vide-tagright-centernew li ul li:hover{
	color: #f3664a;
	transition: all .3s;
}
.tostudens-vide-tagright-centernew li ul li.can-audition{
	background: url("/static/home/images/audition-btn.png") no-repeat right center;
}
.tostudens-vide-tagright-centernew li ul li.active{
	color: #f3664a;
	font-weight: bold;
	background: url("/static/home/images/students_mus.png") no-repeat right center !important;
}
.tostudens-vide-tagright-centernew li .tostudens-vide-tagright-centernew-top{
	width:100%;
	height:42px;
	line-height: 42px;
	color:#595757;
	font-size: 14px;
   	font-weight: 900;
}
.tostudens-vide-tagright-rightwarp{
	 width:400px;
	 height:56px;
}
.tostudens-vide-tagright-rightwarp .tostudens-vide-tagright-righta1{
	display: block;
	width:200px;
	height:56px;
	line-height: 56px;
	text-align: center;
	color:#152465;
	font-size: 16PX;
	background: #ebebeb;
	float: left;
}
.tostudens-vide-tagright-rightwarp  .tostudens-vide-tagright-righta2{
	display: block;
	width:200px;
	height:56px;
	line-height: 56px;
	text-align: center;
	color:#fff;
	font-size: 16PX;
	background: linear-gradient(to right,#ff5458,#fb7c54);
	float: left;
}
.tostudens-list{
	width:1200px;width:1200px;
	margin:0 auto;
	padding-top:22px;
}
.tostudens-list-warp{
 width:1200px;
 display: inline-block;
}
.tostudens-list-left{
	width:380px;
	float:left;
	background: #fff;
}
.tostudens-list-left-top{
	width:380px;
	height:105px;
	background: linear-gradient(to right bottom,#e80302,#fe7a5c);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.tostudens-list-left-top p:nth-child(1){
	color:#ffffff;
	width:380px;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	padding-top: 24px;
}
.tostudens-list-left-top p:nth-child(2){
	color:#ffffff;
	width:380px;
	text-align: center;
	font-size: 16px;

	padding-top: 10px;
}
.tostudens-list-left-top1{
	width:330px;
	padding:17px 25px;

	border-bottom: 1px dashed #efefef;
}
.tostudenswarp{
	width:100%;
	height:354px;
}
.tostudenswarp1{
	width:100%;
	height:426px;
}
.tostudenswarp2{
	width:100%;
	height:156px;
}
.tostudens-list-left-top1 p{
	display: block;
  height:45px;
  color:#727171;
	font-size: 14px;
	line-height: 22px;

	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp:2;
	 overflow: hidden;
}
.tostudens-list-left-top2{
	width:380px;
	color:#000000;
	font-weight:900;
	font-size: 24px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 27px;

}
.tostudens-list-left-top3{
	 width:380px;
	 padding-bottom: 26px;
}
.tostudens-list-left-top3 span{
	display: block;
	width:90px;
	height:28px;
	text-align: center;
	line-height: 28px;
	background: linear-gradient(to right bottom,#e80302,#fe7a5c);
	color:#fff;
	font-size: 14px;
	border-radius: 22px;
	margin:0 auto;
}
.tostudens-list-left-top4{
	width:240px;
	display: inline-block;
	padding:0 70px 20px;
}
.tostudens-list-left-top4 li{
	width:120px;
	text-align: center;
	color:#000000;
	font-size: 14px;
	float: left;
	background:url('/static/home/images/students_li.png') no-repeat 16px center;
	margin-bottom: 14px;
}
.tostudens-list-left-top5{
	width:348px;
	height:43px;
	line-height: 43px;
	border-top-left-radius: 22px;
	background: linear-gradient(to right bottom,#e80302,#fe7a5c);
	padding-left: 32px;
	color:#fff;
	font-size: 20px;
	font-weight: 900;
}
.tostudens-list-left-top6{
	width:380px;
	padding-top: 21px;
	padding-bottom: 21px;
	box-sizing: border-box;
	height:306px;
}
.tostudens-list-left-top6 li{
	width:300px;
	padding:0 40px;
	font-size: 14px;
	font-weight: 900;
	color:#000000;
	padding-bottom: 14px;
	background:url('/static/home/images/students_li.png') no-repeat 30px 9px;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;


}
.tostudens-list-left-top6new{
	height:108px;
}
.tostudens-list-left-top7{
	width:380px;

}
.tostudens-list-left-top7warp{
 padding-top: 35px;
 height:181px;
 box-sizing: border-box;
}
.tostudens-list-left-top7-div{
	height:32px;
	line-height: 32px;
	width:90px;
	text-align: center;
	color:#fff;
	background: linear-gradient(to right bottom,#e80302,#fe7a5c);
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}
.tostudens-list-left-top7-ul{
	width:380px;
	padding:24px 0;
}
.tostudens-list-left-top7-ul li{
	padding:0 40px;
	width:300px;
	color:#000000;
	font-size: 14px;
	padding-bottom: 14px;
}
.tostudens-list-left-top8{
	width:340px;
	 padding:0 19px 20px;
}
.tostudens-list-left-top8 span:nth-child(1){
	display: inline-block;
	color:#000000;
	font-weight: 900;
	font-size: 20px;
	padding-right: 12px;
}
.tostudens-list-left-top8 span:nth-child(2){
	display: inline-block;
	width:152px;
	height:29px;
	line-height: 29px;
	color:#ffffff;
	font-weight: 900;
	font-size: 14px;
	background: url('/static/home/images/students_header.png') no-repeat center;
	padding-left: 22px;
}
.tostudens-list-left-top9{
	 width:365px;
	 padding-bottom: 16px;
	 padding-left:15px;
}
.tostudens-list-left-top9 a{
	display: block;
	width:350px;
	height:60px;
	border:1px solid #fe494e;
	border-radius: 22px;

}
.tostudens-list-left-top9 a p{
	width:350px;
	text-align: center;
}

.tostudens-list-left-top9 a p:nth-child(1){
	color:#fe494e;
	font-size: 15px;
	font-weight: 900;
	padding-top:6px;
}
.tostudens-list-left-top9 a p:nth-child(1) span{
	color:#fe494e;
	font-size: 24px;
	font-weight: 900;

}
.tostudens-list-left-top9 a p:nth-child(2){
	color:#696767;
	font-size: 15px;

	text-decoration: line-through;
}
.tostudens-list-left-top9 .tostudens-list-left-top9-a p{
	width:350px;
	text-align: center;
	height:60px;
	line-height: 60px;
	padding-top:0 !important;
}
.tostudens-list-left-top10{
	width:340px;
	padding:0 20px 37px;
	display: inline-block;
}
.tostudens-list-left-top10 a{
	display: block;
	float:left;
	width:160px;
	height:40px;
	line-height: 40px;
	text-align: center;
	 font-size: 16px;
	 font-weight: 900;
	border-radius: 8px;
	box-shadow:#eea1a7 0 0 10px;
}
.tostudens-list-left-top10 a:nth-child(1){
	color:#fff;
	background: linear-gradient(to right bottom,#ff4f59,#fa8253);
}
.tostudens-list-left-top10 a:nth-child(2){
	color:#ff4f59;
	background: #fff;
	border:1px solid #ff4f59;
   margin-left: 20px;
   box-sizing: border-box;
}
.tostudens-list-center{
	width:380px;
	float:left;
	margin-left:30px;
	background: #fff;
	border-top-right-radius: 8px;
}
.tostudens-list .tostudens-list-left-top-center{
 background: linear-gradient(to right bottom,#203389,#6b7dc6);
}
.tostudens-list-right{
	width:380px;
	float:left;
	margin-left:30px;
	background: #fff;
}
.tostudens-list .tostudens-list-left-top-right{
 background: linear-gradient(to right bottom,#45475c,#8888aa);
}
.tostudents-qie{
	width:1200px;
	margin:0 auto;
	background: #f8fafc;

}
.tostudents-qie-ul{
	width:1200px;
	background: #fff;

	height:70px;
}
.tostudents-qie-ul li{
	padding:0 16px;
	height:70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 900;
	color:#152465;
	float:left;
	margin-left: 144px;
	cursor: pointer;
}
.tostudents-qie-ulcenter li{
	width:600px;
	height:70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 900;
	color:#152465;
	float:left;
	text-align: center;
	cursor: pointer;
	margin-left:0;
	padding:0;
}
.tostudents-qie-ulright li{
	width:400px;
	height:70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 900;
	color:#152465;
	float:left;
	text-align: center;
	cursor: pointer;
	margin-left:0;
	padding:0;
}
.tostudents-qie-ul .tostudents-qie-ulhover{
	border-bottom: 3px solid #152465;
	box-sizing: border-box;
}
.tostudents-qie-ul1{
	width:1200px;
	margin-top: 20px;
	display: none;
}
.tostudents-qie-ul1l1{
  width:1200px;
  height:70px;
}
.tostudents-qie-ul1l1 ul{
  width:1200px;
  height:70px;
}
.tostudents-qie-ul1l1 ul li{
  width:240px;
  height:70px;
  line-height: 70px;
  text-align: center;
  float: left;
  color:#f8fafc;
  font-size: 18px;
  font-weight: 900;
  background: #1b2a69;
  border:1px solid  #efefef;
  border-bottom: none;
  box-sizing: border-box;
}
.tostudents-qie-ul2{
	width:1200px;
}
.tostudents-qie-ul1l2{
  width:1200px;
  height:70px;
}
.tostudents-qie-ul1l2 ul{
  width:1200px;
  height:70px;
}
.tostudents-qie-ul1l2 ul li{
  width:240px;
  height:70px;
  line-height: 70px;
  text-align: center;
  float: left;
  color:#595757;
  font-size: 16px;
  font-weight: 900;
  background: #fff;
  border-left:1px solid  #efefef;
  border-top:1px solid  #efefef;
  box-sizing: border-box;
}
.tostudents-qie-ul1l2 ul li a{
	display: block;
	width:150px;
	height:36px;
	text-align: center;
	line-height: 36px;
	color:#fff;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	border-radius: 22px;
	margin:17px auto;
	transition: 0.5s;
}
.tostudents-qie-ul1l2 ul li a:hover{
	transform: scale(1.02);
	box-shadow: 0 0 10px #aaa;
}
.tostudents-qie-ul1l2 ul li:last-child{
 border-right:1px solid  #efefef;
}
.tostudents-qie-ul1l2:last-child{
 border-bottom:1px solid  #efefef;
}
.tostudents-numberone{
	width:100%;
	padding:78px 0;
	background: #152774;
}
.tostudents-numberone-warp{
	width:1120px;
	padding:0 40px;
	margin:0 auto;
	display: inline-block;
}
.tostudents-numberone-con{
 width:1200px;

	margin:0 auto;
}
.tostudents-numberone-ul{
	width:1120px;
	height:60px;
}
.tostudents-numberone-ul li{
	width:280px;
	height:60px;
	line-height: 60px;
	text-align: center;
	color:#f8fafc;
	font-size: 16px;
	float: left;
	border:1px solid #efefef;
	box-sizing: border-box;
	border-top-left-radius:12px;
	border-top-right-radius: 12px;
	font-weight: 900;
	cursor: pointer;
}
.tostudents-numberone-ul .tostudents-numberone-ulhover{
	 background: #fff;
	 color:#152465;
	 font-weight: 900;
}
.tostudents-numberone-div{
	width:100%;
	height: 600px;
	display: none;
}
.tostudents-numberone-div-left{
	width: 438px;
	float:left;
}
.tostudents-numberone-div-left img{
	display: block;
	width:438px;
	height: auto;
	border-radius: 12px;
}
.tostudents-numberone-div-right{
	width:638px;
	float:left;
	padding-left: 44px;
}
.tostudents-numberone-div-righttop1{
	 width:620px;
	 color:#ffffff;
	 font-size: 32px;
	 font-weight: 900;
	 position: relative;
	 padding-left:18px;
	 margin-top:84px;
}
.tostudents-numberone-div-righttop1 span{
	display: inline-block;
	width:6px;
	height:42px;
	background: #fff;
	border-radius: 22px;
	margin-top: 6px;
	position: absolute;
	left:0;
	top:0;
}
.tostudents-numberone-div-righttop2{
	width:638px;
	color:#fff;
	font-size: 18px;
	padding-top: 26px;
}
.tostudents-numberone-div-righttop2 .tostudents-numberone-div-righttop2-span1{
	display: block;
	width:180px;
	height:50px;
	text-align: center;
	line-height: 50px;
	color:#152773;
	font-size: 24px;
	font-weight: 900;
	background: linear-gradient(to right,#ffe4bd,#ffffff);
	border-radius: 8px;
}
.tostudents-numberone-div-righttop2 .tostudents-numberone-div-righttop2-span2{
	display: block;
	width:100%;
	padding-left:50px;
	box-sizing: border-box;
	height:50px;
	line-height: 50px;
	color:#fff;
	font-size: 18px;
	margin-top: 26px;
	border-radius: 8px;
}
.tostudents-numberone-div-righttop3{
	width:638px;
	padding-top:26px;
}
.tostudents-numberone-div-righttop3 span:nth-child(1){
	display: block;
	width:180px;
	height:50px;
	text-align: center;
	line-height: 50px;
	color:#152773;
	font-size: 24px;
	font-weight: 900;
	background: linear-gradient(to right,#ffe4bd,#ffffff);
	border-radius: 8px;
}
.tostudents-numberone-div-righttop3 span:nth-child(2){
 padding-top: 26px;
	display: block;
	width:638px;
	 line-height: 26px;
	color:#fff;
	font-size: 18px;
}
.tostudents-numberone-div-rightgai{
	padding-top: 0;
}
.tostudents-numberone-div-rightgai .tostudents-numberone-div-righttop1{
	margin-top: 20px;
}
.tostudents-numberone-div-rightgai .tostudents-numberone-div-righttop2{
	padding-top: 20px;
}
.tostudents-numberone-div-rightgai .tostudents-numberone-div-righttop2-span2{
	margin-top: 0;
}
.tostudents-numberone-div-rightgai .tostudents-numberone-div-righttop3{
	padding-top: 0;
}
.tostudents-numberone-div-rightgai .tostudents-numberone-div-righttop3 span:nth-child(2){
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;
}
.tostudents-numberone-div-rightgai  .tostudents-numberone-div-righttop2 .tostudents-numberone-div-righttop2-span1{
	font-size: 20px;
	height:42px;
	line-height: 42px;
	width:140px;
}
.tostudents-numberone-div-rightgai .tostudents-numberone-div-righttop3 span:nth-child(1){
	font-size: 20px;
	height:42px;
	line-height: 42px;
	width:140px;
}
.tostudents-numberone-div-warps{
	width:100%;
	position: relative;
	height:600px;
}
.tostudents-numberone-div-warps-in{
	width:100%;
	height:600px;
	display: none;
}
.tostudents-numberone-div-warps-in-show{
	display: block;
}
.tostudents-numberone-div-warps-ul{
	width:calc(100% - 482px);
	height:100px;
	position: absolute;
	right:0;
	bottom:60px;
	display: flex;
	justify-content: center;

}
.tostudents-numberone-div-warps-ul li{
	width:100px;
	height:93px;
	border-radius: 10px;
	background: #8790be;
	margin:0 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	cursor: pointer;
}
.tostudents-numberone-div-warps-ul li.hover{
	border:3px solid #fcd7a1;
	box-sizing: border-box;
}
.tostudents-numberone-div-warps-ul li img{
	display: block;
	border-radius: 10px;
	width:90%;
	height:auto;
}
.tostudents-tit{
	width:100%;
	background: #f8fafc;
}
.tostudents-tit-warp{
	width:1200px;
	background: #f8fafc;
	margin:0 auto;
	min-height: 234px;
	position: relative;
}
.tostudents-tit-warp p:nth-child(1){
	width:1200px;
	color:#152465;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	position: absolute;
	left:0;
	top:80px;
	z-index:99;
}
.tostudents-tit-warp p:nth-child(2){
	width:1200px;
	color:#e2e4eb;
	font-size: 91px;
	font-weight: 900;
	text-align: center;
	position: absolute;
	left:0;
	top:105px;
	z-index:9;
}
.tostudents-object{
	 width:100%;
	 background:#f8fafc;
}
.tostudents-object-warp{
	width:1200px;
	margin:0 auto;
	background:#f8fafc;
}
.tostudents-object-ul{
	width:1200px;
	display: inline-block;
}
.tostudents-object-ul li{
	width:280px;
	float:left;
	margin-right: 26px;
	transition: 0.5s;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.tostudents-object-ul li:hover{
	box-shadow: 0 0 10px #EEE;
	transform: scale(1.02);
}
.tostudents-object-ul li:last-child{
	margin-right: 0;
}
.tostudents-object-ul li p:nth-child(1){
	width:280px;
	height:90px;
	line-height: 90px;
	text-align: center;
	color:#fff;
	font-size: 24px;
	font-weight: 900;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: linear-gradient(to right,#152465,#1631a7);
}
.tostudents-object-ul li p:nth-child(2){
	width:210px;
	min-height:214px;
	color:#000;
	line-height: 28px;
	font-size: 16px;
	padding:40px 35px;
	border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	background: #fff;;
}
.tostudents-search{
	width:100%;
	background: #1c3291;
}
.tostudents-search-warp{
	width:1200px;
	margin:0 auto;
}
.tostudents-search-top{
	 width:1200px;
	 color:#fff;
	 font-weight: 900;
	 font-size: 36px;
	 padding:45px 0 36px;
	 text-align: center;
}
.tostudents-search-form{
	width:1120px;
	display: inline-block;
	padding:0 185px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tostudents-search-formdiv1{
	width:373px;
	height:50px;
	color:#6d6d6d;
	font-size: 14px;
	position: relative;
	margin-bottom: 27px;
	float:left;
}
.tostudents-search-formdiv1tohome span{
	display: block;
	width:110px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 12px;
	background: #1c3291;
	position: absolute;
	right:10px;
	top:50%;
	margin-top: -15px;
}
.tostudents-search-formdiv1 span{
	display: block;
	width:8px;
	height:6px;
	background:url("/static/home/images/search_b.png") no-repeat center;
	position: absolute;
	right:34px;
	top:50%;
	margin-top:-3px;
}
.tostudents-search-formdiv1tohome span{
	display: block;
	width:110px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 12px;
	background: #1c3291;
	position: absolute;
	right:32px;
	top:50%;
	margin-top: -15px;
	border-radius: 8px;
	cursor: pointer;
}
.tostudents-search-formdiv1 .tostudents-search-formdiv1hover{
 display: block;
	width:8px;
	height:6px;
	background:url("/static/home/images/search_s.png") no-repeat center;
	position: absolute;
	right:34px;
	top:50%;
	margin-top:-3px;
}
.tostudents-search-formdiv1 input{
	 display: block;
	 width:270px;
	 height:50px;
	 background: #fff;
	 border-radius: 8px;
	 border:none;
	 padding:0 30px;
	 margin:0 auto;
	 cursor: pointer;
	 color:#6d6d6d;
}
.tostudents-search-formul{
	width:330px;
	height:330px;
	overflow-y: auto;
	background: #fff;
	position: absolute;
	top:52px;
	left:20px;
	z-index:999;
	border-radius: 8px;
	border:1px solid #efefef;
	display: none;
}
.tostudents-search-formul li{
	width:330px;
	height:64px;
	font-size: 16px;
	line-height: 64px;
	color:#6d6d6d;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #efefef;
 }
 .tostudents-search-formul li:hover{
	 background: cornflowerblue;
	 color:#fff;
 }
.tostudents-search-top1{
	width:1120px;
	height:60px;
	padding:23px 0 34px;
	clear: both;
}
.tostudents-search-top1 button{
	display: block;
	width:330px;
	height:60px;
	background: linear-gradient(to right,#fe5458,#fb7c54);
	border-radius: 22px;
	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size: 20px;
	margin:0 auto;
	cursor: pointer;
	box-shadow:#0a1c6e 0 0 10px;
	font-weight: 900;
	border:none;
	transition: 0.5s;
}
.tostudents-search-top1 button:hover{
	box-shadow: 0 0 10px #aaa;
}
.tostudents-search-top2{
	width:1120px;
	color:#8b9de7;
	font-size: 14px;
	text-align: center;
	padding-bottom: 46px;
}
.tostudents-pic{
	width:100%;
}
.tostudents-pic-warp{
	width:1200px;
	margin:0 auto;
}
.tostudents-pic-top{
	width:1200px;
	height:538px;
}
.tostudents-pic-topleft{
	width:400px;
	height:460px;
	float:left;
	background: linear-gradient(to bottom,#fe5558,#fb7c54);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 78px;
}
.tostudents-pic-topleft1{
	width:400px;
	color:#fff;
	font-size: 40px;
	font-weight: 900;
	padding-top: 53px;
	text-align: center;
}
.tostudents-pic-topleft2{
	width:268px;
	color:#fff;
	font-size: 16px;
	padding:32px 66px 0;
	text-align: center;
	line-height: 26px;
	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp:2;
	 overflow: hidden;
}
.tostudents-pic-topleft3{
	width:400px;
	color:#fff;
	font-size: 16px;
	padding:24px 0 19px;
	text-align: center;

}
.tostudents-pic-topleft4{
	border-radius: 50%;
	width:161px;
	height:111px;
	color:#fd6756;
	font-size: 38px;
	padding-top:50px;
	text-align: center;
	background: #fff;
	margin:0 auto;
	background: url("/static/home/images/tostudens_m1.png") no-repeat center;
}
.tostudents-pic-topcenter{
	width:400px;
	height:538px;
	float:left;
	background: linear-gradient(to bottom,#784fff,#d953f1);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}
.tostudents-pic-topcenter1{
	padding-top: 75px;
}
.tostudents-pic-topcenter3{
	padding-top: 80px;
}
.tostudents-pic-topcenter4{
	 color:#814ffe;
	 background: url("/static/home/images/tostudents_m2.png") no-repeat center;
}
.tostudents-pic-topright4{
	 color:#4a4c62;
	 background: url("/static/home/images/tostudents_m3.png") no-repeat center;
}
.tostudents-pic-topright{
	width:400px;
	height:460px;
	float:left;
	background: linear-gradient(to bottom,#45475c,#8888aa);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 78px;
}
.tostudents-pic-bottom{
	width:1200px;
 background: linear-gradient(to bottom,#152465,#1631a7);
}
.tostudents-pic-bottomtop{
	color:#fff;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	padding:27px 0 31px;
}
.tostudents-pic-bottomtop span{
	  color:#fffc00;
	font-size: 32px;
	font-weight: 900;
}
.tostudents-pic-bottomcenter{
	width:920px;
	height:40px;
	padding:0 140px 28px;
}
.tostudents-pic-bottomcenter-left,
.tostudents-pic-bottomcenter-right{
	width:460px;
	height:40px;
	float:left;
}
.tostudents-pic-bottomcenter-left label,
.tostudents-pic-bottomcenter-right label{
	width:110px;
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 20px;
	font-weight: 900;
	float: left;
}
.tostudents-pic-bottomcenter-left input,
.tostudents-pic-bottomcenter-right input{
	width:270px;
	height:40px;
	line-height: 40px;
	font-size: 16px;
	padding:0 15px;
	float: left;
	border:none;
	border-radius: 8px;
}
.tostudents-pic-bottomright{
 width:920px;
  height:44px;
 padding:0 140px 28px;
 position: relative;
}
.tostudents-pic-bottomright span{
	display: block;
	width:276px;
	height:44px;
	line-height: 44px;
	color:#fff;
	font-size: 13px;
	overflow: hidden;
}
.tostudents-pic-bottomright button{
	display: block;
	width:380px;
	height:44px;
	line-height: 44px;
	color:#fff;
	font-weight: 900;
	font-size: 20px;
	 border-radius: 22px;
	 background: linear-gradient(to bottom,#fb7c54,#fe5558);
	 border: none;
	 position: absolute;
	 top:0;
	 left:50%;
	 margin-left: -190px;
	 transition: 0.5s;
}
.tostudents-pic-bottomright button:hover{
	box-shadow: 0 0 10px #aaa;
	transform: scale(1.02);
}
.tostudents-app{
	width:100%;
	min-height:802px;
	background: url("/static/home/images/students_app.png");
	background-size: cover;
}
.tostudents-app-warp{
	width:1044px;
	padding:0 100px 0 56px;
	margin:0 auto;
	min-height:802px;
}
.tostudents-app-warp-left{
	width: 342px;
	padding-top: 144px;
	float:left;

}
.tostudents-app-warp-lefttop{
	width:186px;
	height:100px;
	position: relative;
	background: #fff;
	padding:0 37px;
	border-radius: 8px;
	position: relative;
	margin-bottom: 90px;
}
.tostudents-app-warp-lefttop p:nth-child(1){
	color:#5068d4;
	font-size: 20px;
	font-weight: 900;
	padding-top: 26px;
}
.tostudents-app-warp-lefttop p:nth-child(2){
	color:#5068d4;
	font-size: 14px;
	padding-top: 11px;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
}
.tostudents-app-warp-lefttop span{
	display: block;
	background-color: #FFF;
	width:20px;
	height:20px;
	border-radius: 50%;
	 position: absolute;
	 right:-10px;
	 top:50%;
	 margin-top: -10px;
}
.tostudents-app-warp-center{
	width:346px;
	float:left;
	padding-top: 62px;
}
.tostudents-app-warp-center img{
	display: block;
	width:100%;
	height:auto;
}
.tostudents-app-warp-right{
	float:right;
	width: 260px;
	padding-top: 144px;
	padding-left:82px;
}
.tostudents-app-warp-right .tostudents-app-warp-lefttop span{
	display: block;
	background-color: #FFF;
	width:20px;
	height:20px;
	border-radius: 50%;
	 position: absolute;
	 left:-10px;
	 top:50%;
	 margin-top: -10px;
}
.tostudents-app-warp-right .tostudents-app-warp-righttop{
	margin-bottom: 0;
}
.tostudents-app-warp-rightbottom{
	width:260px;
}
.tostudents-app-warp-rightbottom p:nth-child(1){
	color:#fff;
	font-size: 22px;
	font-weight: 900;
	padding-top: 51px;
}
.tostudents-app-warp-rightbottom p:nth-child(2){
	color:#fff;
	font-size: 16px;

	padding-top: 22px;
}
.tostudents-app-warp-rightbottom p:nth-child(3){
	color:#fff;
	font-size: 16px;

	padding-top: 14px;
}
.tostudents-app-warp-rightbottom a{
	display: block;
	width:260px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	color:#fff;
	margin-top: 20px;
	border-radius: 8px;
	font-weight: 900;
	transition: 0.5s;
}
.tostudents-app-warp-rightbottom a:hover{
	box-shadow:0 0 10px #aaa;
	transform: scale(1.02);
}
.tostudents-fotter{
	width:100%;
	height:414px;
	background:#080740 url("/static/home/images/students_for.png") no-repeat center;
	margin-top: 0px;
	min-width: 1200px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.tostudents-fotter p:nth-child(1){
 display: block;
	width:934px;
	height:auto;
	margin:0 auto;
}
.tostudents-fotter img{
	display: block;
	width:934px;
	height:auto;

}
.tostudents-fotter p:nth-child(2){
	width:100%;
	color:#fff;
	font-size: 36px;
	text-align: center;
	padding-top: 36px;
}
.tostudents-fiexd{
	width:100px;
	height:500px;
	background: #324bb6;
	position: fixed;
	left:5%;
	top:200px;
	border-radius: 50px;
	border:3px solid #eabb8d;
	box-sizing: border-box;
	z-index:999;
}
.tostudents-fiexd-top{
	width:94px;
	padding-top: 20px;
}
.tostudents-fiexd-top img{
	display: block;
	width:55px;
	height:55px;
	margin:0 auto;
}
.tostudents-fiexd-top p{
	display: block;
	width:94px;
	color:#fff;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tostudents-fiexd-ul{
	width:96px;
}
.tostudents-fiexd-ul li{
	width:95px;
	height:50px;
	border-bottom:1px dashed #fff;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	cursor: pointer;
}
.tostudents-fiexd-bottom{
	width:40px;
	color:#fff;
	font-size: 16px;
	background: url("/static/home/images/students_san.png") no-repeat center;
	padding-top:40px;
	margin:0 auto;
	text-align: center;
	cursor: pointer;
}
.tostudents-fiexd-ul .tostudents-fiexd-ulhover{
	color:#696969;
	background: #fff;
	width:96px;
	height:50px;
	border-bottom:1px dashed #fff;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	margin-left: -1px;
}

/*学习币商城*/
.study-nav-warp{
	width:100%;
	box-shadow:0 5px 10px -5px #cdcdcd;
	background: #fff;
	box-sizing: border-box;
}
.study-nav{
	width:1200px;
	height:100px;


	margin:0 auto;
}
.study-nav a{
	padding-top: 14px;
	padding-right: 20px;
	padding-left: 48px;
}
.study-nav a,
.study-nav img{
	display: block;
	width:175px;
	height:57px;
	float:left;
}
.study-nav span{
	display: block;
	width:1px;
	height:40px;
	background: #dcdddd;
	float:left;
	margin-top: 20px;
}
.study-nav p{
	display: block;
	padding:20px;
	float: left;
	color:#1f1f1f;
	font-size: 28px;
	font-weight: 900;
}
.study-warp{
	width:100%;
	background: #f7f8f8;
	margin-top: 5px;
}
.study-float{
	width:1200px;
	background: #f7f8f8;
	margin:0 auto;
	padding-top: 40px;
}
.study-main{
	width:1200px;

}
.study-maintop{
    width:1200px;
    display: inline-block;

}
.study-maintop-left{
    width:838px;
    height:300px;
    float:left;
}
.study-maintop-left img{
    display: block;
    width:838px;
    height:300px;
}
.study-maintop-right{
    width:256px;
    height:264px;
    background: #fff;
    float: right;
    padding:18px 42px;
}
.study-maintop-righttop{
    width:256px;
    display:inline-block;
}
.study-maintop-righttop a{
    width:50px;
    height:50px;
    display: block;
    float: left;
}
.study-maintop-righttop a img{
    width:50px;
    height:50px;
    display: block;
    border-radius: 50%;
}
.study-maintop-righttop div{
    width:196px;
    padding-left:10px;
    float:left;
}
.study-maintop-righttop div p{
    display: block;
    width:196px;
    color:#000000;
    font-size: 16px;
    padding-bottom: 6px;
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.study-maintop-righttop div p span{
    color:#fc5258;
    font-size: 16px;
    font-weight: 900;
}
.study-maintop-rightcenter{
    width:256px;
    border:1px solid #efefef;
    box-sizing: border-box;
    border-radius: 8px;
    padding:12px 23px;
}
.study-maintop-rightcenter-top{
    width:210px;
    height:32px;
}
.study-maintop-rightcenter-top span:nth-child(1){
    width:100px;
    height:32px;
    line-height: 32px;
    font-size: 16px;
    color:#2d3341;
    font-weight: 900;
    display: block;
    float:left;
}
.study-maintop-rightcenter-top span:nth-child(2){
    display: block;
    float:left;
    width:90px;
    height:32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color:#f8fafc;
    border-radius: 22px;
    background: linear-gradient(to right,#ff6536,#fd5056);
    cursor: pointer;
    box-shadow: #eeb29f 0 0 10px;
}
.study-maintop-rightcenter-center{
    width:210px;
    font-size: 12px;
    color:#777e98;
    padding:14px 0 20px;
}
.study-maintop-rightcenter-center span{
    color:#ffbc3d;
}
.study-maintop-rightul{
    width:210px;
    display: inline-block;
    position: relative;
}
.study-maintop-rightul li{
    width:40px;
    float:left;
    position: relative;
    padding-top:32px;
}
.study-maintop-rightul .study-maintop-rightul-one{
    width:160px;
    height:2px;
    background: #e6ebee;
    position: absolute;
    top:10px;
    left:20px;
    padding: 0;
}
.study-maintop-rightul li span,
.study-maintop-rightul li p{
    display: block;
    color:#2e3050;
    font-size: 12px;
    text-align: center;
}
.study-maintop-rightul .study-maintop-rightul-hover span{
    background:#e6ebee url("/static/home/images/study_ok.png") no-repeat center center;
    background-size:75% ;
}
.study-maintop-rightul li span{
    width:20px;
    height:20px;
    border-radius: 50%;
    background: #e6ebee;
    position: absolute;
    top:0;
    left:10px;
}
.study-maintop-rightbottom{
    width:256px;
    padding-top:14px;
}
.study-maintop-rightbottom a{
    display: block;
    width:130px;
    height:32px;
    text-align: center;
    line-height: 32px;
    color:#ff6536;
    font-size: 12px;
    border-radius: 22px;
    border: 1px solid #ff6536;
    margin:0 auto;
}
.study-maincenter{
    width:1200px;
    display: inline-block;
    padding-top:30px;
    padding-bottom: 30px;
}
.study-maincenter li{
    width:283px;
    height:auto;
    float:left;
    background: #fff;
    border:1px solid #efefef;
    margin-right:19px;
    margin-bottom: 19px;
}
.study-maincenter li:nth-child(4n){
    margin-right: 0;
}
.study-maincenter-top{
    width:282px;
    height:282px;
    border-bottom:1px solid #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
}
.study-maincenter-top img{
    display: block;
    width:282px;
    height:282px;

}
.study-maincenter-center{
    width:257px;
    padding:16px 13px 0;
	margin-bottom: 13px;
    color:#404040;
    font-size: 16px;
	height: 42px;
	overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;

}
.study-maincenter-bottom{
    width:257px;
    padding:0 13px 19px;
    display: inline-block;
}
.study-maincenter-bottom span{
    float:left;
    display: block;
    color:#f54029;
    font-size: 16px;
}
.study-maincenter-bottom a{
    float:right;
    display: block;
    color:#f54029;
    font-size: 16px;
    text-decoration: underline;
}
/* 学习币商品详情*/
.studydetail{
    width:758px;
    float:left;
    background: #f7f8f8;
    padding-bottom: 40px;
}
.studydetail-warp{
    display: inline-block;
    width:758px;
    background:#fff;
    padding:40px;
    padding-bottom: 40px;
}
.studydetail-left{
    width:300px;
    height:300px;
    float:left;
    border: 1px solid #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
}
.studydetail-left img{
    width:300px;
    height:300px;
    display: block;
}
.studydetail-right{
    width:408px;
    float:right;
}
.studydetail-right-main{
    width:408px;
    color:#404040;
    font-size: 24px;
    font-weight: 900;
    padding-top: 10px;
}
.studydetail-right-main1{
    width:408px;
    color:#404040;
    font-size:16px;

    padding-top: 63px;
}
.studydetail-right-main1 span{
    color:#ff4f59;
    font-size: 16px;
}
.studydetail-right-main2{
    width:408px;
    padding-top: 40px;
}
.studydetail-right-main2 a{
    display: block;
    width:160px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    border-radius: 22px;
	background: linear-gradient(to right,#ff6536,#fc5258);
	box-shadow:#ed9a80 0 0 12px;
}
.studydetail-main{
    width:762px;
    padding:40px 38px;
    background: #fff;
    margin-top: 17px;
}
.studydetail-main-h1{
    color:#000000;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 20px;
}
.studydetail-main p{
    color:#777e98;
    font-size: 14px;
    line-height: 50px;
    font-weight: 900;
}
.studydetail-main img{
	display: block;
	width:100%;
	height:auto
}
/* 学习币兑换确认*/
.studyconfirm-postion{
    width:100%;
    height:10000px;
    position: fixed;
    left:0;
    top:0;
    background: url("/static/home/images/background_opactiye.png");
    z-index: 99;
    display: none;
}
.studyconfirm-postionmain{
    width:450px;
    height:260px;
    background: #fff;
    border-radius: 8px;
    z-index:999;
}
.studyconfirm-postionmain-top{
    width:450px;
    display:inline-block;
    padding-top: 14px;

}
.studyconfirm-postionmain-top span{
    display: block;
    float:right;
    color:#949494;
    font-size: 14px;
    font-weight: 900;
    padding-right: 14px;
    cursor: pointer;
}
.studyconfirm-postionmain-top1{
    width:450px;
    text-align: center;
   color:#171717;
   font-weight: 900;
   font-size: 20px;
   padding-top: 37px;

}
.studyconfirm-postionmain-top2{
    width:450px;
    text-align: center;
   color:#898989;
   font-weight: 900;
   font-size: 14px;
   padding-top: 27px;

}
.studyconfirm-postionmain-top2 span{

    text-align: center;
   color:#fb5257;
   font-weight: 900;
   font-size: 14px;
 }

.studyconfirm-postionmain-top3{
    width:300px;
    height:38px;
    margin:35px auto;
}
.studyconfirm-postionmain-top3 a{
    display: block;
    width:140px;
    height:38px;
    text-align: center;
    line-height: 38px;
    border-radius: 8px;
}
.studyconfirm-postionmain-top3 a:nth-child(1){
    color:#fff;
    font-size: 14px;
    background:#fb5257;
    float:left;
}
.studyconfirm-postionmain-top3 a:nth-child(2){
    color:#fff;
    font-size: 14px;
    background:#a7a7a6;
    float:left;
    margin-left:20px;
}
.studyconfirm-main{
    padding-bottom: 40px;
}
.studyconfirm{
    width:1126px;
    padding:30px 37px;
    background: #fff;
}
.studyconfirm-top{
    width:1126px;
    display: inline-block;
    padding-bottom: 16px;
}
.studyconfirm-top span{
    display: block;
    float:left;
    color:#2d3341;
    font-size: 18px;
    font-weight: 900;
}
.studyconfirm-top a{
    display: block;
    float:right;
    color:#2d3341;
    font-size: 14px;
}
.studyconfirm .studyconfirm-ul{
    width:1126px;
    background: #f7f8f8;
}
.studyconfirm .studyconfirm-ul li{
    cursor: pointer;
    width:1066px;
    padding:20px 0 20px 60px;
    background: url("/static/home/images/address2.png") no-repeat 18px center;
}
.studyconfirm .studyconfirm-ul .active{
    background: url("/static/home/images/address1.png") no-repeat 18px center;
}
.studyconfirm .studyconfirm-ul li p:nth-child(1){
    color:#2d3341;
    font-size: 14px;
    font-weight: 900;
}
.studyconfirm .studyconfirm-ul li p:nth-child(2){
    color:#777e98;
    font-size: 14px;
    font-weight: 900;
    padding-top:14px;
}
.studyconfirm-div{
    width:1126px;
    display: inline-block;
    padding-top: 45px;
}
.studyconfirm-div-left{
    width:120px;
    height:120px;
    float:left;
    border:1px solid #efefef;
}
.studyconfirm-div-left img{
    display: block;
    width:70px;
    height:auto;
    margin:10px auto 0;
}
.studyconfirm-div-right{
    width:960px;
    float: left;
    padding:0 20px;
}
.studyconfirm-div-right p:nth-child(1){
    color:#404040;
    font-size: 16px;
    font-weight: 900;
    padding-top: 10px;
}
.studyconfirm-div-right p:nth-child(2){
    color:#404040;
    font-size: 14px;
    font-weight: 900;
    padding-top: 10px;
}
.studyconfirm-div-right p:nth-child(2) span{
    color:#ff4f59;
    font-size: 14px;
    font-weight: 900;

}
.studyconfirm-div-right p:nth-child(3){
    color:#404040;
    font-size: 14px;
    font-weight: 900;
   padding-top: 38px;
   padding-left:10px;
}
.studyconfirm-div1{
    width:1126px;
    color:#2d3341;
    font-size: 16px;
    font-weight: 900;
    padding-top: 27px;
}
.studyconfirm-div1 span{
    color:#ff4f59;
    font-size: 16px;
    font-weight: 900;
}
.studyconfirm-div2{
    width:1126px;
    padding-top: 35px;
}
.studyconfirm-div2 a{
    display: block;
    width:160px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    border-radius: 22px;
    background: linear-gradient(to right,#ff6536,#fc5258);
    box-shadow:#ed9a80 0 0 12px;
}
/* 兑换成功*/
.studysuccess{
    width:1140px;
    padding:40px 30px;
    background: #fff;
}
.studysuccess-top{
    width:1140px;
    color:#2d3341;
    font-size: 18px;
    padding-bottom: 73px;
    font-weight: 900;
}
.studysuccess-top1{
    width:790px;
    padding-left:350px;
    display: inline-block;
    padding-bottom: 40px;
}
.studysuccess-top1-left{
    width:140px;
    float:left;
}
.studysuccess-top1-left img{
    display: block;
    width:140px;
    height: auto;
}
.studysuccess-top1-right{
    width:624px;
    float:left;
    padding-left:26px;
}
.studysuccess-top1-right p:nth-child(1){
    color:#267ffb;
    font-size: 32px;
    font-weight: 900;
    padding-top: 25px;
}
.studysuccess-top1-right p:nth-child(2){
    color:#777e98;
    font-size: 14px;
    font-weight: 900;
    padding-top: 20px;
}
.studysuccess-top2{
    width:1104px;
    border:1px solid #f2f2f3;
    padding:14px 17px;
    min-height: 80px;
}
.studysuccess-top2-left{
    width:552px;
    min-height:80px;
    float:left;
}
.studysuccess-top2-left-top{
    width:80px;
    height:80px;
    border: 1px solid #efefef;
    float:left;
}
.studysuccess-top2-left-top img{
    display: block;
    width:80px;
    height:80px;
}
.studysuccess-top2-left-top1{
    width:432px;
    float: left;
    padding-left:30px;
}
.studysuccess-top2-left-top1 p{
    display: block;
    width:432px;
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.studysuccess-top2-left-top1 p:nth-child(1){
    color:#404040;
    font-size: 16px;
}
.studysuccess-top2-left-top1 p:nth-child(2){
    color:#404040;
    font-size: 14px;
    padding-top: 15px;
}
.studysuccess-top2-left-top1 p:nth-child(2) span{
    color:#ff4f59;
    font-size: 14px;
}
.studysuccess-top2-left-top1 p:nth-child(3){
    color:#777e98;
    font-size: 12px;
    padding-top: 12px;
}
.studysuccess-top2-right{
    width:512px;
    height:80px;
    float:left;
    padding-left:40px;
    position: relative;
}
.studysuccess-top2-right p{
    display: block;
    width:512px;
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.studysuccess-top2-right p:nth-child(1){
    color:#404040;
    font-size: 14px;
}
.studysuccess-top2-right p:nth-child(2){
    color:#2d3341;
    font-size: 14px;
    padding-top: 12px;
}

.studysuccess-top2-right p:nth-child(3){
    color:#777e98;
    font-size: 12px;
    padding-top: 12px;
}
.studysuccess-top2-right span{
    display: block;
    width:1px;
    height:60px;
    background: #efefef;
    position: absolute;
    left:0;
    top:12px;
}
.studysuccess-top3{
    width:100%;
    padding:50px 0;
}
.studysuccess-top3 a{
    display: block;
    width:160px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    border-radius: 22px;
	background: linear-gradient(to right,#ff6536,#fc5258);
    box-shadow:#ed9a80 0 0 12px;
    margin:0 auto;
}
/*学习币列表*/
.studylist-warp{
    width:1140px;
    margin-bottom: 20px;
}
.studylist{
    width:1140px;
    padding:30px 30px;
    background: #fff;
}
.studylist-top{
    width:1140px;
    color:#2d3341;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 40px;
}
.studylist-bottom{
    width:1090px;
    padding:16px 24px;
    border:1px solid #efefef;
    border-top: 0;
}
.studylist-bottom p{
    display: block;
    color:#777e98;
    font-size: 12px;
    font-weight: 900;
}
.studylist-bottom p span{
    color:#404040;
}
.studylist-bottom p:nth-child(2){
    padding-top: 15px;
}
.studylist-bott{
    width:500px;
    height:24px;
    margin:0 auto;
    padding-top: 50px;;
}
.studylist-bott1{
    width:100px;
    height:24px;
    line-height: 24px;
    color:#777e98;
    font-size: 12px;
    float: left;
    text-align: center;
}
.studylist-bott2{
    width:290px;
    height:24px;
    line-height: 24px;
    color:#777e98;
    font-size: 12px;
    float: left;
}
.studylist-bott2 li{
    width:24px;
    height:24px;
    text-align: center;
    line-height: 24px;
    float:left;
    margin-right:8px;
    cursor: pointer;
}
.studylist-bott2 .studylist-bott2-li{
    background: #aab0c0;
    color:#fff;
    border-radius: 50%;
}
.studylist-bott3{
    width:100px;
    height:24px;
    line-height: 24px;
    color:#777e98;
    font-size: 12px;
    float: left;
}
/*个人中心 追问*/
.answer-letsgo{
	width:82px;
	height:26px;
	line-height: 26px;
	text-align: center;
	color:#fff;
	background: #2783f2;
	display: inline-block;
	border-radius: 22px;
	margin-left: 63px;
	margin-top:5px;
	cursor: pointer;
}
.answer-letsgo-position{
	width:100%;
	display: none;
	height:10000px;
	background: url("/static/home/images/background_opactiye.png");
	position: fixed;
	left:0;
	top:0;
	z-index:99;
}
.answer-letsgo-positionmain{
	display: none;
	width:739px;
	height:240px;
	border-radius: 8px;
	background: #fff;
	position: fixed;
	left:50%;
	top:50%;
	margin-top:-145px;
	margin-left: -397.5px;
	z-index:999;
	padding:25px 28px;
}
.answer-letsgo-positionmain-top{
	width:739px;
	height:38px;
}
.answer-letsgo-positionmain-top span{
	display: block;
	height: 38px;

	color:#000000;
	font-size: 16px;
}
.answer-letsgo-positionmain-top span:nth-child(1){
	float:left;
	font-weight: 900;
}
.answer-letsgo-positionmain-top span:nth-child(2){
	float:right;
	width:18px;
	height:18px;
	background: url("/static/home/images/answer-letsgo.png") no-repeat center;

	cursor: pointer;
}
.answer-letsgo-positionmain-top1{
	display: block;
	width:739px;
	height:150px;
	padding-top: 12px;
}
.answer-letsgo-positionmain .answer-letsgo-positionmain-top1 textarea{
	display: block;
	width:729px;
	height:130px;
	border-radius: 8px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	padding:10px;
	outline: none;
	color:#b5b5b6;
	font-size: 14px;
	background: #f7f8f8;
	font-size: 12px;
}
.answer-letsgo-positionmain-top2{
	width:739px;
	height:32px;
}
.answer-letsgo-positionmain-top2 span{
	width:132px;
	height:32px;
	text-align: center;
	line-height: 32px;
	color:#fff;
	background: linear-gradient(to right,#45bef6,#0288fa);
	border-radius: 22px;
	display: block;
	float:right;
	cursor: pointer;
	margin-top: 8px;
}
.subjectnew-text{
	width:100%;
	padding:30px 0;
	color:#777e98;
	font-size: 14px;
}
/* 下载app*/
.downwarp{
	width:100%;
}
.downwarp-top{
	width:100%;
	height:500px;
	background: url("/static/home/images/downwarp_background.png") no-repeat center;
	background-size:cover;
}
.downwarp-top-main{
	width:1080px;
	height:500px;
	margin:0 auto;
	position: relative;

}
.downwarp-top-mainlogo img{
	display: block;
	width:255px;
	height:auto;
}
.downwarp-top-maintext{
	color:#fff;
	font-weight: 900;
	font-size: 48px;
	position: absolute;
	top:115px;
	left:0;
}
.downwarp-top-maintext1{
	color:#fff;
	position: absolute;
	top:186px;
	left:0;
}
.downwarp-top-maintext1 span{
	color:#fff;
	font-size: 28px;
}
.downwarp-top-mainler{
	width:150px;
	height:171px;
	position: absolute;
	top:248px;
	left:0px;

}
.downwarp-top-mainler img{
	display: block;
	width:150px;
	height:171px;
}
.downnwarp-top-imgs{
	width:502px;
	height:484px;
	position: absolute;
	top:105px;
	right:48px;

}
.downnwarp-top-imgs img{
	display: block;
	width:502px;
	height:484px;
}


.downwarp-top-main1{
	width:100%;
	height:768px;
	background: #eceff3 url("/static/home/images/downwarp_n1.png") no-repeat center top / 100% auto;

	padding-top:114px;
	box-sizing: border-box;
}
.downwarp-top-two{
	width:1080px;
	margin:0 auto;
}
.downwarp-top-two .tps{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
}
.downwarp-top-two .tps .les{
	display: flex;
	align-items: center;
}
.downwarp-top-two .tps .les span{
	color:#1d2129;
	font-size: 30px;
	padding-left: 15px;
}
.downwarp-top-two .tps .ris{
	width: 143px;
	height: 36px;
	position: relative;
	cursor: pointer;
}
.downwarp-top-two .tps .ris .txts{
	width: 143px;
	height: 36px;
	border:1px solid #000;
	font-size: 16px;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two .tps .ris .txts:hover{
	width: 143px;
	height: 36px;
	border:1px solid #267ffb;
	font-size: 16px;
	color:#267ffb;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two .tps .ris .ers{
	width: 165px;
	height: 164px;
	position: absolute;
	right:-13px;
	top:61px;
	display: none;
	z-index: 999;
}
.downwarp-top-two .btms{
	width: 100%;
	height: 501px;
	background: #eceff3 url("/static/home/images/downwarp_24.png") no-repeat center top / 100% 100%;
	padding-left: 55px;
	box-sizing: border-box;
	position: relative;
}
.downwarp-top-two .btms .titles{
	width: 100%;
	height: 240px;
	line-height: 24px;
	position: relative;
	color:#1d2129;
	font-size: 32px;
	line-height: 240px;
	background:url("/static/home/images/downwarp_f1.png") no-repeat left center;
}
.downwarp-top-two .btms .titles::after{
	content:'';
	width: 34px;
	height: 4px;
	background: #1d2129;
	position: absolute;
	left:0;
	bottom: 48px;
}
.downwarp-top-two .btms .titles::before{
	content:'';
	width: 159px;
	height: 2px;
	background: #f0f2f7;
	position: absolute;
	left:34px;
	bottom: 48px;
}
.downwarp-top-two .btms .uls{
	width: 268px;
	padding-top: 38px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.downwarp-top-two .btms .uls .lis{
	display: flex;
	align-items: center;
	width: 134px;
	padding-bottom: 16px;
}
.downwarp-top-two .btms .uls .onelis{
	width: 100%;
}
.downwarp-top-two .btms .uls .lis span{
	color:#636e80;
	font-size: 18px;
	padding-left: 7px;
}

.downwarp-top-two .btms .phones{
	width: 390px;
	height: 433px;
	position: absolute;
	left:574px;
	bottom: 19px;
}

.downwarp-top-main2{
	width:100%;
	height:725px;
	background:#eceff3 url("/static/home/images/downwarp_31.png") no-repeat center top / 100% auto;
	padding-top:64px;
	box-sizing: border-box;
}
.downwarp-top-two2{
	width:1080px;
	margin:0 auto;
}
.downwarp-top-two2 .tps{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 39px;
}
.downwarp-top-two2 .tps .les{
	display: flex;
	align-items: center;
}
.downwarp-top-two2 .tps .les span{
	color:#fff;
	font-size: 30px;
	padding-left: 15px;
}
.downwarp-top-two2 .tps .ris{
	width: 143px;
	height: 36px;
	position: relative;
	cursor: pointer;
}
.downwarp-top-two2 .tps .ris .txts{
	width: 143px;
	height: 36px;
	border:1px solid #000;
	font-size: 16px;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two2 .tps .ris .txts:hover{
	width: 143px;
	height: 36px;
	border:1px solid #fff;
	font-size: 16px;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two2 .tps .ris .ers{
	width: 165px;
	height: 164px;
	position: absolute;
	right:-13px;
	top:61px;
	z-index: 999;
	display: none;
}
.downwarp-top-two2 .btms{
	width: 100%;
	height: 501px;
	background: #eceff3 url("/static/home/images/downwarp_32.png") no-repeat center top / 100% 100%;
	padding-left: 55px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.downwarp-top-two2 .btms .titles{
	width: 100%;
	height: 240px;
	line-height: 24px;
	position: relative;
	color:#1d2129;
	font-size: 32px;
	line-height: 240px;
	background:url("/static/home/images/downwarp_f2.png") no-repeat left center;
}
.downwarp-top-two2 .btms .titles::after{
	content:'';
	width: 34px;
	height: 4px;
	background: #1d2129;
	position: absolute;
	left:0;
	bottom: 48px;
}
.downwarp-top-two2 .btms .titles::before{
	content:'';
	width: 159px;
	height: 2px;
	background: #f0f2f7;
	position: absolute;
	left:34px;
	bottom: 48px;
}
.downwarp-top-two2 .btms .uls{
	width: 268px;
	padding-top: 38px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.downwarp-top-two2 .btms .uls .lis{
	display: flex;
	align-items: center;
	width: 134px;
	padding-bottom: 16px;
}
.downwarp-top-two2 .btms .uls .onelis{
	width: 100%;
}
.downwarp-top-two2 .btms .uls .lis span{
	color:#636e80;
	font-size: 18px;
	padding-left: 7px;
}
.downwarp-top-two2 .btms .phones{
	width: 567px;
	height: 522px;
	position: absolute;
	left:484px;
	top: 0px;
}

.downwarp-top-main3{
	width:100%;
	height:718px;
	background: #eceff3 url("/static/home/images/downwarp_41.png") no-repeat center top / 100% auto;

	padding-top:64px;
	box-sizing: border-box;
}
.downwarp-top-two3{
	width:1080px;
	margin:0 auto;
}
.downwarp-top-two3 .tps{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
}
.downwarp-top-two3 .tps .les{
	display: flex;
	align-items: center;
}
.downwarp-top-two3 .tps .les span{
	color:#1d2129;
	font-size: 30px;
	padding-left: 15px;
}
.downwarp-top-two3 .tps .ris{
	width: 143px;
	height: 36px;
	position: relative;
	cursor: pointer;
}
.downwarp-top-two3 .tps .ris .txts{
	width: 143px;
	height: 36px;
	border:1px solid #000;
	font-size: 16px;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two3 .tps .ris .txts:hover{
	width: 143px;
	height: 36px;
	border:1px solid #267ffb;
	font-size: 16px;
	color:#267ffb;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two3 .tps .ris .ers{
	width: 165px;
	height: 164px;
	position: absolute;
	right:-13px;
	top:61px;
	z-index: 999;
	display: none;
}
.downwarp-top-two3 .btms{
	width: 100%;
	height: 501px;
	background: #eceff3 url("/static/home/images/downwarp_42.png") no-repeat center top / 100% 100%;
	padding-left: 55px;
	box-sizing: border-box;
	position: relative;
}
.downwarp-top-two3 .btms .titles{
	width: 100%;
	height: 240px;
	line-height: 24px;
	position: relative;
	color:#1d2129;
	font-size: 32px;
	line-height: 240px;
	background:url("/static/home/images/downwarp_f3.png") no-repeat left center;
}
.downwarp-top-two3 .btms .titles::after{
	content:'';
	width: 34px;
	height: 4px;
	background: #1d2129;
	position: absolute;
	left:0;
	bottom: 48px;
}
.downwarp-top-two3 .btms .titles::before{
	content:'';
	width: 159px;
	height: 2px;
	background: #f0f2f7;
	position: absolute;
	left:34px;
	bottom: 48px;
}
.downwarp-top-two3 .btms .uls{
	width: 268px;
	padding-top: 38px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.downwarp-top-two3 .btms .uls .lis{
	display: flex;
	align-items: center;
	width: 134px;
	padding-bottom: 16px;
}
.downwarp-top-two3 .btms .uls .onelis{
	width: 100%;
}
.downwarp-top-two3 .btms .uls .lis span{
	color:#636e80;
	font-size: 18px;
	padding-left: 7px;
}
.downwarp-top-two3 .btms .phones{
	width: 519px;
	height: 447px;
	position: absolute;
	left:474px;
	bottom:0;
}

.downwarp-top-main4{
	width:100%;
	height:723px;
	background:#eceff3 url("/static/home/images/downwarp_51.png") no-repeat center top / 100% auto;
	padding-top:64px;
	box-sizing: border-box;
}
.downwarp-top-two4{
	width:1080px;
	margin:0 auto;
}
.downwarp-top-two4 .tps{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 39px;
}
.downwarp-top-two4 .tps .les{
	display: flex;
	align-items: center;
}
.downwarp-top-two4 .tps .les span{
	color:#fff;
	font-size: 30px;
	padding-left: 15px;
}
.downwarp-top-two4 .tps .ris{
	width: 143px;
	height: 36px;
	position: relative;
	cursor: pointer;
}
.downwarp-top-two4 .tps .ris .txts{
	width: 143px;
	height: 36px;
	border:1px solid #000;
	font-size: 16px;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two4 .tps .ris .txts:hover{
	width: 143px;
	height:36px;
	border:1px solid #fff;
	font-size: 16px;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	cursor: pointer;
}
.downwarp-top-two4 .tps .ris .ers{
	width: 165px;
	height: 164px;
	position: absolute;
	right:-13px;
	top:61px;
	z-index: 999;
	display: none;
}
.downwarp-top-two4 .btms{
	width: 100%;
	height: 501px;
	background: #eceff3 url("/static/home/images/downwarp_52.png") no-repeat center top / 100% 100%;
	padding-left: 55px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.downwarp-top-two4 .btms .titles{
	width: 100%;
	height: 240px;
	line-height: 24px;
	position: relative;
	color:#1d2129;
	font-size: 32px;
	line-height: 240px;
	background:url("/static/home/images/downwarp_f4.png") no-repeat left center;
}
.downwarp-top-two4 .btms .titles::after{
	content:'';
	width: 34px;
	height: 4px;
	background: #1d2129;
	position: absolute;
	left:0;
	bottom: 48px;
}
.downwarp-top-two4 .btms .titles::before{
	content:'';
	width: 159px;
	height: 2px;
	background: #f0f2f7;
	position: absolute;
	left:34px;
	bottom: 48px;
}
.downwarp-top-two4 .btms .uls{
	width: 268px;
	padding-top: 38px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.downwarp-top-two4 .btms .uls .lis{
	display: flex;
	align-items: center;
	width: 134px;
	padding-bottom: 16px;
}
.downwarp-top-two4 .btms .uls .onelis{
	width: 100%;
}
.downwarp-top-two4 .btms .uls .lis span{
	color:#636e80;
	font-size: 18px;
	padding-left: 7px;
}
.downwarp-top-two4 .btms .phones{
	width: 568px;
	height: 305px;
	position: absolute;
	left:470px;
	top: 95px;
}
.downwarp-top-main5{
	width:100%;
	height:250px;
	background: url("/static/home/images/downwarp_61.png") no-repeat center / 100% 100%;
	background-size: cover;
}
.downwarp-top-fotter{
	width:1080px;
	height:250px;
	position: relative;
	margin:0 auto;
	display: flex;
	align-items: center;
	padding-left: 51rpx;
	box-sizing: border-box;
}
.downwarp-top-fotter .imgs2{
	margin-left: 67px;
}

/*新的个人中心-课程*/
.newlearnpage{
	width:1000px;
	height: 203px;
	margin-bottom: 20px;
	float:left;
}
.newlearnpage-left{
	width:570px;
	height: 100%;
	display: inline-block;
	padding:0 30px;
	background:#fff;
}
.newlearnpage-right{
	width:350px;
	height: 100%;
	float:right;
	background:#fff;
}
.newlearnpage-progress{
	width: 100%;
	height: 120px;
	background: #fff;
	padding:0 24px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 5px;
}
.newlearnpage-progress .titles{
	width: 100%;
	padding:24px 0 34px;
	color:#2d3341;
	font-size: 20px;
	font-weight: 900;
}
.newlearnpage-progress .speeds{
	width: 100%;
	height: 13px;
	display: flex;
	align-items: center;
}
.newlearnpage-progress .speeds .les{
	width: 828px;
	height: 13px;
	border-radius: 20px;
	background: #e6ebee;
}
.newlearnpage-progress .speeds .les span{
	display: block;
	height: 13px;
	background: linear-gradient(to right,#fe5158,#fa7e53);
	border-radius: 30px;
	width: 0;
	transition: .5s;
}
.newlearnpage-progress .speeds .ris{
	color:#2d3341;
	font-size: 16px;
	padding-left: 15px;
	margin-top: -3px;
}
.reportnavg-warps{
	width: 1000px;
	float: right;
}

.newlearnpage-left-title{
	width:570px;
	padding:27px 0 23px;
	font-size: 20px;
	color:#2d3341;
	font-weight: 900;
}
.newlearnpage-left-title1{
	color:#000000;
	font-size: 14px;
	padding-bottom: 16px;
}
.newlearnpage-left-title1 span{
	color:#2783f2;
	padding-right: 12px;
}
.newlearnpage-left-title2{
	color:#000000;
	font-size: 12px;
	padding-bottom: 16px;
}
.newlearnpage-left-title2 span{
	color:#aab0c0;
	padding-right: 12px;
	padding-bottom: 16px;
}
.newlearnpage-left-title3{
	width:570px;
	display: inline-block;
	padding-bottom: 22px;
}
.newlearnpage-left-title3-left{
	width:120px;
	height: 8px;
	position: relative;
	background: #efefef;
	float: left;
	margin-top: 6px;

}

.newlearnpage-left-title3-left span{
	display: block;
	width:0px;
	height:8px;
	background: #ffbc3d;
	position: absolute;
	left:0;
	top:0;
}
.newlearnpage-left-title3-center{
	width:240px;
	float:left;
	color:#aab0c0;
	font-size: 12px;
	padding-left:20px;

}
.newlearnpage-left-title3-center span:nth-child(2){
	padding-left: 10px;
}
.newlearnpage-left-title3-right{
	width:100px;
	height:30px;
	float:left;
	margin-top:-10px;
}
.newlearnpage-left-title3-right a{
	display: block;
	width:100px;
	height:30px;
	color:#fff;
	background: linear-gradient(to right,#fb8f44,#f8be26);
	border-radius: 22px;
	line-height: 30px;
	text-align: center;
}
.newlearnpage-nag{

	width:940px;
	background: #fff;
	clear: both;
	margin-bottom: 20px;
}
.newlearnpage-nagmain{
	width:940px;
	display: inline-block;
}
.newlearnpage-nagmain li{
	width:235px;
	padding-bottom: 30px;
	float:left;
	display: inline;
}
.newlearnpage-nagmain li img{
	display: inline;
	width:50px;
	height:auto;
	float:left;
	margin-left: 20px;
}
.newlearnpage-nagmain li p{
	float: left;
	width:125px;
	display: inline;
	padding-left: 40px;
}
.newlearnpage-nagmain li p span:nth-child(1){
	display: block;
	color:#2e3033;
	font-size: 20px;
	font-weight: 900;

}
.newlearnpage-nagmain li p span:nth-child(2){
	display: block;
	color:#aab0c0;
	font-size: 12px;
	padding-top: 6px;
}
.newlearnpage-main{
	width:940px;
	background: #fff;
	padding:0 30px 30px;
	clear: both;
}
.newlearnpage-main-ul{
	width:940px;
	display: inline-block;
	padding-bottom: 30px;
}
.newlearnpage-main-ul li{
	display: inline-block;
	padding:8px 18px;
	color:#000000;
	font-size: 14px;
	border-radius: 22px;
	cursor: pointer;
}
.newlearnpage-main-ul .newlearnpage-main-ul-li{
	background: #2783f2;
	color:#fff;
}
.newlearnpage-main-warp{
	width:940px;
	display: none;
}
.newlearnpage-mainin{
	width:940px;

}
.newlearnpage-mainin li{
	width:904px;
	padding-left: 36px;
	background: #f7f8f8;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.newlearnpage-mainin .newlearnpage-mainin-li{
	background:#f7f8f8 url("/static/home/images/newlearnpage_ot.png") no-repeat 800px center;
}
.newlearnpage-mainin-div1{
	width:400px;
	color:#2d3341;
	font-size: 16px;
	padding:32px 0 20px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.newlearnpage-mainin-div2{
	width:904px;
	padding-bottom: 20px;

}
.newlearnpage-mainin-div2 span:nth-child(1){
	color:#2783f2;
	font-size: 14px;
	padding-right: 22px;
}
.newlearnpage-mainin-div2 span:nth-child(2){
	color:#777e98;
	font-size: 14px;
	padding-left: 22px;
	border-left:1px solid #777e98;
}
.newlearnpage-mainin-div3{
	width:904px;
	padding-bottom: 20px;
	min-height:28px;
}
.newlearnpage-mainin-div3-a{
	display: block;
	float:left;
	padding:0 15px;
	border: 1px solid #2c86f2;
	color:#2c86f2;
	height:28px;
	line-height: 28px;
	border-radius: 22px;
	margin-right: 22px;
	box-sizing: border-box;
}
.newlearnpage-mainin-div3-a:hover{
	color:#2c86f2;
}
.newlearnpage-mainin-div3-span1:hover{
	color:#fff;
}
.newlearnpage-mainin-div3-span2:hover{
	color:#fd5f57;
}
.newlearnpage-mainin-div3 .newlearnpage-mainin-div3-span1{
	display: block;
	padding:0 21px;
	height:28px;
	line-height: 28px;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	background: linear-gradient(to bottom,#fb7d54,#fe5558);
	color:#fff;
	float:left;
	position: relative;
}
/*.newlearnpage-mainin-div3 .newlearnpage-mainin-div3-span1::after{*/
/*	content:'';*/
/*	width: 12px;*/
/*	height: 12px;*/
/*	background: #f21d1d;*/
/*	position: absolute;*/
/*	left:-4px;*/
/*	top:-4px;*/
/*	border-radius: 50%;*/
/*	border:3px solid #fff;*/
/*}*/
.newlearnpage-mainin-div3 .newlearnpage-mainin-div3-span2{
	display: block;
	padding:0 21px;
	height:28px;
	line-height: 28px;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	background:#fff;
	color:#fd5f57;
	border:1px solid #fd5f57;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.newlearnpage-mainin-div3 .add-assistant-view{
	height: 28px;
	padding-left: 20px;
	cursor: pointer;
}
/*.newlearnpage-mainin-div3 .newlearnpage-mainin-div3-span2::after{*/
/*	content: "NEW";*/
/*	color:#ffffff;*/
/*	font-size: 12px;*/
/*	background: #f21d1d;*/
/*	border-radius: 7px;*/
/*	border-top-right-radius: 0;*/
/*	border-bottom-left-radius: 0;*/
/*	padding:0 6px;*/
/*	height: 20px;*/
/*	line-height: 20px;*/
/*	position: absolute;*/
/*	right:-20px;*/
/*	top:-15px;*/
/*	display: inline-block;*/
/*	font-weight: 900;*/
/*	box-shadow: 0 0 6px #f21d1d;*/
/*}*/
.newlearnpage-mainin-divbutton{
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right:25px;
	top:50px;
}
.newlearnpage-mainin-divbutton a{
	display: block;
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	background: #028dfb;
	color: #fff;
	font-size: 14px;
	border-radius: 22px;
	box-shadow: #94c7ec 0 0 10px;
	margin-bottom: 20px;
}
.newlearnpage-mainin-divbutton .a1{
	background: #fff;
	color:#028ffb;
	border:1px solid #028ffb;
	box-sizing: border-box;
}

.newlearnpage-mainin-divbutton1{
	width:200px;
	height:20px;
	position: relative;
	clear: both;
}

.newlearnpage-mainin-divbutton1-left{
	width:120px;
	height: 8px;
	position: relative;
	background: #efefef;
	float: left;
	margin-top: 6px;

}

.newlearnpage-mainin-divbutton1-left span{
	display: block;
	width:20px;
	height:8px;
	background: #ffbc3d;
	position: absolute;
	left:0;
	top:0;
}
.newlearnpage-mainin-divbutton1-center{
	width:54px;
	float:right;
	color:#aab0c0;
	font-size: 12px;
	padding-left:26px;


}
.newlearnpage-mainin-divbutton1-center span{
	display: inline-block;


}
.newlearnpage-mainin-content{
	width:200px;
	position: absolute;
	right:250px;
	top:50%;
	margin-top: -10px;
}
.newlearnpage-position{
	width:100%;
	height:10000px;
	background: url("/static/home/images/background_opactiye.png");
	position: fixed;
	left:0;
	top:0;
	display: none;
}
.newlearnpage-positionmain{
	display: none;
	width:670px;
	height:570px;
	border-radius: 12px;
	position: fixed;
	left:50%;
	top:50%;
	margin-top: -285px;
	margin-left: -335px;
	background: #fff;

}
.newlearnpage-positionmain-top{
	width:100%;
	height:80px;
	line-height: 80px;
	text-align: center;
	position: relative;
}
.newlearnpage-positionmain-top .down-course-title{
	color:#221815;
	font-size: 16px;
}
.newlearnpage-positionmain-top .close-data-down-pop{
	display:block;
	width:21px;
	height:21px;
	background:#f7f8f8 url("/static/home/images/newlearnpage_OUT.png") no-repeat center;
	background-size: 21px 21px;
	position: absolute;
	right:12px;
	top:10px;
	cursor: pointer;
}
.newlearnpage-positionmain-ul{
	width:100%;
	box-sizing: border-box;
	padding:0 35px;
	height:485px;
	overflow-y: auto;
	overflow-x: hidden;
}
.newlearnpage-positionmain-ul li{
	width:600px;
	display: inline-block;
	margin-bottom: 10px;
}
.newlearnpage-positionmain-ul li p{
	display: block;
	float:left;

	line-height: 60px;
	color:#727171;
	font-size: 14px;
	padding-left: 38px;
	width:600px;
	box-sizing: border-box;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
background:url("/static/home/images/newlearnpage_ps.png") no-repeat 0 center;
	cursor: pointer;
	background-size: 24px 24px;
}
.newlearnpage-positionmain-ul li a{

	display: block;
	float:right;
	line-height: 60px;
	color: #4d94ff;
	font-size: 14px;
	text-decoration: underline;
	padding-right: 20px;
}
.newlearnpage-positionmain-ul li .showhide{
	width:600px;

	clear: both;
}
.newlearnpage-positionmain-ul li .showhide-in{
	width:600px;
	min-height: 60px;
	background: #f7f8f8;
	display: flex;
	justify-content: space-between;
}
.newlearnpage-positionmain-ul li .showhide-in span{
	display: block;
	width:487px;
	height:60px;
	line-height: 60px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	padding-left: 38px;
	box-sizing: border-box;
}
.cls-warp{
	width:940px;
	background: #fff;
	padding:0 30px 30px;
}
.cls-warp .cls-nav-text{
	cursor: pointer;
}
.cls-warp .cls-nav-text:hover{
	transition: all .3s;
	color: #2983f1;
}
.cls-title{
	color:#2d3341;
	font-weight: 900;
	font-size: 20px;
	padding:27px 0;
}
.cls-title1{
	color:#2d3341;
	font-size: 14px;
	padding-bottom: 34px;
}
.cls-ul{
	width:940px;
	display: inline-block;
	padding-bottom: 25px;
}
.cls-ul li{
	height:28px;
	padding:0 26px;
	float:left;
	margin-left: 8px;
	line-height: 28px;
	color:#2d3341;
	font-size: 14px;
	cursor: pointer;
}
.cls-ul .cls-ul-li{
	background: #2783f2;
	color:#fff;
	border-radius: 22px;

}
.cls-main{
	width:100%;
	height:32px;
	padding-bottom: 27px;
	display: flex;
}
.cls-main li{
	padding:0 28px;
	height:32px;
	line-height: 32px;
	text-align: center;
	color:#00a7fe;
	font-size: 16px;
	border-radius: 25px;
	border:1px solid #00a7fe;
	box-sizing: border-box;
	margin-right: 20px;
	cursor: pointer;
}
.cls-main li.hover{
	color:#fff;
	background:#00a7fe;
	box-shadow: 0 0 6px #0099ff;

}
.cls-next{
	width:940px;
}
.cls-next li{
	display: flex;
	/*width:940px;*/
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	min-height:60px;
	background: #f7f8f8;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
.cls-context-div{
	width:940px;
	min-height:60px;
	background: #f7f8f8;
}
.cls-next-div1{
	position: relative;
	width:290px;
	line-height: 60px;
	color:#000000;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	flex:auto;
}
.cls-next-div1 .live_stats_i{
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding: 0 10px;
	background: linear-gradient(to right,#ffd300,#fa0202);
	border-radius: 22px;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	font-size: 14px;
}
.cls-next-div1 .play_stats_i{
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding: 0 10px;
	background: linear-gradient(to right,#00ccff,#0288fa);
	border-radius: 22px;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	font-size: 14px;
}
.cls-next-div2{
	/*width:380px;*/
	/*float:left;*/
	/*margin-top:20px;*/
	flex: auto;
}
.cls-next-div2 .newlearnpage-left-title3-center{
	width:auto;
}
.cls-next-div3{
	width:100px;
	height:30px;
	margin-top:15px;
	float:right;
	margin-right:20px;
}
.cls-next-div3 a{
	display: block;
	width:100px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	background: linear-gradient(to right,#fb8f46,#f8be26);
	border-radius: 22px;
	box-shadow: #eed6a1 0 0 10px;
}
.cls-next-div4{
	width:160px;
	height:30px;
	/*margin-top:15px;*/
	/*float:right;*/
	/*margin-right:20px;*/
}
.cls-next-div4 .learn-btn,.cls-next-div4 .clear-course-history-btn{
	display: block;
	width:75px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	background: linear-gradient(to right,#0291fb,#00c1fe);
	border-radius: 22px;
	box-shadow: #7fc8ff 0 0 10px;
}
.cls-next-div4 .clear-course-history-btn{
	background: linear-gradient(to right,#fe5558,#fb7c54);
	box-shadow: #f18888 0 0 10px;
}
.cls-context{
	width:100%;
}
/*直播*/
.broadcast-warp{
	width:940px;
	padding:0 30px;
	background: #fff;
}
.broadcast-title{
	width:100%;
	padding:27px 0 23px;
	color:#2d3341;
	font-size: 20px;
	font-weight: 900;
}
.broadcast-ul{
	width:940px;
	padding-bottom: 18px;
}
.broadcast-ul li{
	width:940px;
	min-height:110px;
	border: 1px solid #efefef;
	border-radius: 8px;
	margin-top: 18px;;
}
.broadcast-ul-div1{
	width:120px;
	text-align: left;
	padding-left: 30px;
	float: left;
}
.broadcast-ul-div1 span:nth-child(1){
	display: block;
	color:#000000;
	font-size: 16px;
	padding-top: 23px;
}
.broadcast-ul-div1 span:nth-child(2){
	display: block;
	color:#898989;
	font-size: 16px;
	padding-top: 12px;
}
.broadcast-ul-div2{
	width:640px;
	float:left;
}
.broadcast-ul-div2in{
	width:640px;
	padding-top: 20px;
	color:#000000;
	font-size: 14px;
}
.broadcast-ul-div2in span{
	display: inline-block;
	padding:5px 10px;
	background: linear-gradient(to right,#00ccff,#0288fa);
	border-radius: 22px;
	border-bottom-left-radius: 0;
	color:#fff;
	margin-left: 5px;
}
.broadcast-ul-div2in1{
	width:640px;
	padding-top: 10px;
	display: inline-block;
}
.broadcast-ul-div2in1 img{
	display:block;
	float: left;
	width:40px;
	height:40px;
	border-radius: 50%;
}
.broadcast-ul-div2in1 span{
	display: inline-block;
	width:560px;
	height:40px;
	line-height: 40px;
	padding-left: 20px;
	color:#898989;
	font-size: 14px;
}
.broadcast-ul-div3{
	width:148px;
	float:left;
}
.broadcast-ul-div3 span,
.broadcast-ul-div3 a{
	display: block;
}
.broadcast-ul-div3 span{
	width:148px;
	color:#656565;
	font-size: 12px;
	text-align: center;
	padding:25px 0 11px;
}
.broadcast-ul-div3 .broadcast-ul-div3-a{
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#fe5e67;
	border: 1px solid #fe5e67;
	border-radius: 22px;
	box-sizing: border-box;
	margin:0 auto;
}
.broadcast-ul-div3 .broadcast-ul-div3-a1{
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 22px;
	background: #efefef;
	font-size: 14px;
	color:#423e3e;
	margin:0 auto;
}
.broadcast-ul-div3 .broadcast-ul-div3-a2{
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 22px;
	background: #ff4f59;
	font-size: 14px;
	color:#fff;
	margin:0 auto;
}
.broadcast-ul-div3-a2:hover{
	color:#fff;
}
.broadcast-ul-div3-a1:hover{
	color:#fe5e67;
}
.broadcast-nomain{
	width:1000px;
	background:#fff;
	padding:250px 0;
}
.broadcast-nomain1{
	width:940px;


}
.broadcast-nomain1 img{
	display: block;
	width:299px;
	height:auto;
	margin:0 auto;
}
.broadcast-nomain2{
	width:1000px;
	color:#595757;
	font-size: 18px;
	padding-top: 38px;
	text-align: center;
}
.broadcast-nomain3{
	width:1000px;
	color:#9fa0a0;
	font-size: 14px;
	padding-top: 12px;
	text-align: center;
}

/*题库添加li*/
.reportnavg{
	width:1000px;
	background: #fff;
	min-height: 50px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.reportnavg-title{
	width:120px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	float: left;
	line-height: 50px;
}
.reportnavg-ul{
	width:880px;
	float:left;
	display: inline;
	padding-top: 13px;
}
.newmarinright-warp{
	height:50px;
	padding-left: 20px;
}
.reportnavg-ul li{

	height:24px;
	line-height: 24px;
	float: left;

	margin-right: 25px;
	margin-bottom: 13px;
	cursor: pointer;
}
.reportnavg-ul li:nth-child(7){
	margin-right: 0;
}
.reportnavg-ul li a{
	display: block;
	color:#898989;
	padding:0px 20px;
	background: #efefef;
	border-radius: 22px;
}
.reportnavg-ul li a.active{
	background: #267ffb;
	color:#fff;
}

/*咨料*/
.textdownnew{
	width:100%;
	padding:0 30px 20px;
	background: #fff;
	box-sizing: border-box;
}
.textdownnew-title{
	padding:27px 0 45px;
	color:#2d3341;
	font-size: 20px;
	font-weight: 900;
}
.textdownnew-div{
	width:940px;
	display: inline-block;
}
.textdownnew-div1{
	width:80px;
	padding-left:8px;
	color:#777e98;
	font-size: 16px;
	float: left;
	line-height: 30px;
}
.textdownnew-ul{
	width:852px;
	float:left;
	min-height:30px;

}
.textdownnew-ul li{
	height:30px;
	padding:0 24px;
	border-radius: 22px;
	line-height: 30px;
	color:#777e98;
	font-size: 14px;
	background: #efefef;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	cursor: pointer;
}
.textdownnew-ul .textdownnew-ul-li{
	color:#fff;
	background: #2783f2;
}
.textdownnew-main{
	width:940px;
	display: none;
}
.textdownnew-main li{
	width:854px;
	padding-left:86px;
	background: #f7f8f8 url("/static/home/images/pdf.png") no-repeat 26px center;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 10px;
}
.textdownnew-main-div1{
	width:700px;
	color:#000000;
	font-size: 14px;
	padding-top:24px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.textdownnew-main-div2{
	width:700px;
	color:#aab0c0;
	font-size: 14px;
	padding-top:20px;
}
.textdownnew-main-div3{
	width:700px;
	color:#aab0c0;
	font-size: 14px;
	padding-top:17px;
}
.textdownnew-main-div3 span{
	padding-right: 135px;
}
.textdownnew-main-div4{
	width:100px;
	height:30px;

	position: absolute;
	right:20px;
	top:50%;
	margin-top: -15px;
}
.textdownnew-main-div4 a{
	display: block;
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background: linear-gradient(to right,#31a1fa,#00a9fe);
	border-radius: 22px;
}
.textdownnew-tag{
	width:940px;
	min-height:24px;

}
/*拼团*/
.makeup-warp{
	width:1000px;
	background: #fff;
}
.makeup-title{
	width:940px;
	padding:27px 30px 23px;
	color:#2d3341;
	font-size: 20px;
	font-weight: 900;
	border-bottom: 1px solid #efefef;
}
.makeup-ul{
	width:940px;
	padding:30px;
	min-height: 30px;
}
.makeup-ul-left{
	width:100px;
	line-height: 30px;
	color:#777e98;
	font-size: 14px;
	float: left;
}
.makeup-ul-right{
	width:840px;
	float:left;
	min-height: 30px;
}
.makeup-ul-right li{
	float: left;
	margin-right: 10px;
}
.makeup-ul-right li a{
	height:30px;
	padding:0 30px;
	line-height: 30px;
	color:#777e98;
	font-size: 14px;
	background: #efefef;
	border-radius: 22px;
	display: block;
	cursor: pointer;
}
.makeup-ul-right .avtive{
	color:#fff;
	background: #2783f2;
}
.makeup-main{
	width:940px;
	padding:0 30px 30px;
}
.makeup-main li{
	width:940px;
	margin-bottom: 10px;
}
.makeup-main .makeup-main-div1{
	width:890px;
	background: #efefef;
	height:36px;
	padding:0 25px;
}
.makeup-main .makeup-main-div1 span{
	display: block;
	width:50%;
	color:#777e98;
	font-size: 14px;
	line-height: 36px;
	height:36px;
}
.makeup-main .makeup-main-div1 span:nth-child(1){
	float:left;
}
.makeup-main .makeup-main-div1 span:nth-child(2){
	float:right;
	text-align: right;
}
.makeup-main .makeup-main-div2{
	width:940px;
	padding:0 25px;
	border: 1px solid #efefef;
	border-top: none;
	box-sizing: border-box;
	display: inline-block;
}
.makeup-main .makeup-main-div2in{
	width:364px;
	float:left;
	padding: 20px 0;
}
.makeup-main .makeup-main-div2in span{
	display: block;
	color:#2d3341;
	font-size: 14px;
	padding-top: 14px;
}
.makeup-main .makeup-main-div2in1{
	width:200px;
	float:left;
	padding: 20px 0;
}
.makeup-main .makeup-main-div2in1 span{
	display: block;
	color:#262626;
	font-size: 14px;
}
.makeup-main .makeup-main-div2in2{
	width:174px;
	float:left;
	padding: 20px 0;
}
.makeup-main-div2in2 p{
	display: block;
}

.makeup-main-div2in2 p:nth-child(2) span{
	color:#ff4f59;
	font-size: 12px;
	padding:0 3px;
}
.makeup-main-div2in3{
	width:150px;
	float:left;
}
.makeup-main-div2in3 a{
	display: block;
	text-align: center;
	text-decoration: underline;
	color:#2783f2;
	font-size: 14px;
	padding-top: 50px;
}
.makeup-main-div2in4{
	padding: 20px 0;
}
.makeup-main-div2in4 a{
	display: block;
	border-radius: 22px;
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	background: linear-gradient(to right,#fe5558,#fb7c54);
	color:#fff;
	font-size: 14px;
}
/*拼团中*/
.makedetail{
	width:940px;
	padding:0 30px 50px;
}
.makedetail-div1{
	width:940px;
	color:#2d3341;
	font-size: 16px;
	padding:20px 0 17px;
}
.makedetail-div1 span{
	color:#ff4f59;
	font-weight: 900;
}
.makedetail-div2{
	width:940px;
	color:#2d3341;
	font-size: 14px;
	padding:0 0 30px;
}
.makedetail-div2 span{
	color:#ff4f59;
	font-weight: 900;
}
.makedetail-ul{
	width:940px;
	height:auto;
	display: inline-block;
	padding:0 0 20px;
}
.makedetail-ul li{
	width:110px;
	float:left;
}
.makedetail-ul li img{
	display: block;
	width:40px;
	height:40px;
	border-radius: 50%;
	margin:0 auto;
}
.makedetail-ul li span{
	display: block;
	width:110px;
	text-align: center;
	padding:12px 0 20px;
	color:#2d3341;
	font-size: 12px;
}
.makedetail-ul li  .nomake{
	color:#898989;
}
.makedetail-main{
	width:940px;
}
.makedetail-main li{
	width:672px;
	height:40px;
}
.makedetail-main .makedetail-main-bottom{
	height:93px;
}
.makedetail-main1{
	width:120px;
	height:40px;
	background: #f7f8f8;
	line-height: 40px;
	text-align: center;
	color:#777e98;
	font-size: 14px;
	float: left;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.makedetail-main2{
	width:533px;
	height:40px;
	line-height: 40px;
	padding-left: 20px;
	float: left;
	border: 1px solid #efefef;
	box-sizing: border-box;
	color:#2d3341;
	font-size: 14px;
}
.makedetail-main .makedetail-main-bottom{
	height:93px;
}
.makedetail-main1new{
	width:120px;
	height:83px;
	background: #f7f8f8;
	line-height: 40px;
	text-align: center;
	color:#777e98;
	font-size: 14px;
	float: left;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.makedetail-main2new{
	width:533px;
	height:83px;
	line-height: 40px;
	padding-left: 20px;
	float: left;
	border: 1px solid #efefef;
	box-sizing: border-box;
	color:#2d3341;
	font-size: 14px;
}
.makedetail-main2new span{
	display: block;
	height:30px;
}
/*拼团成功*/
.makego-div1{
	padding:40px 0 37px;
	font-size: 16px;
	color:#ff4f59;
	font-weight: 900;
}
.makego-button{
	width:940px;
	padding:32px 0 50px;
}
.makego-button a{
	display: block;
    border-radius: 22px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(to right,#fe5558,#fb7c54);
    color: #fff;
    font-size: 14px;
}
/*激活记录*/
.vation-title{
	width:940px;
	padding:27px 30px 32px;
	color:#2d3341;
	font-size: 20px;
	font-weight: 900;
}
.vation-ul{
	width:940px;
	padding:0 30px 30px;

}
.vation-ul li{
	width:896px;
	border-radius: 8px;
	background: #f7f8f8;
	margin-bottom: 10px;
	padding-left: 44px;
	padding-bottom: 26px;
	position: relative;
}
.vation-ul-div1{
	padding-top: 26px;
	width:869px;
	color:#2d3341;
	font-size: 14px;
}
.vation-ul-div1 p{
	display: inline-block;

	font-size: 14px;
}
.vation-ul-div1 p span{
	color:#595757;
	display: inline-block;
	padding-right:10px;
}
.vation-ul-div1 a{
	display: inline-block;
	color:#2783f2;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 20px;
}
.vation-ul-div2{
	padding-top: 22px;
	width:869px;
	color:#2d3341;
	font-size: 12px;
}
.vation-ul-div2 p{
	display: inline-block;

	font-size: 12px;
}
.vation-ul-div2 p span{
	color:#595757;
	display: inline-block;
	padding-right:10px;
}
.vation-ul-div2 a{
	display: inline-block;
	color:#2783f2;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 20px;
}
.vation-ul-div3{
	width:869px;
	padding-top: 20px;
}
.vation-ul-div3 p{
	display: inline-block;
	font-size: 12px;
	color:#2d3341;
}
.vation-ul-div3 p span{
	color:#595757;
	padding-right:10px;
}
.vation-ul-div3 p:nth-child(1){
	width: 436px;
}
.vation-ul-position{
	padding:7px 13px;
	color:#fff;
	font-size: 12px;
	position: absolute;
	right:16px;
	top:21px;
	background: linear-gradient(to right,#fa8253,#ff4f59);
	border-radius: 22px;
	border-bottom-left-radius: 0;
}
.vation-ul-positionk{
	padding:7px 13px;
	color:#fff;
	font-size: 12px;
	position: absolute;
	right:16px;
	top:21px;
	background: linear-gradient(to right,#00ccff,#0288fa);
	border-radius: 22px;
	border-bottom-left-radius: 0;
}



/* secondstuden*/
.secondstuden-banner{
	width:100%;
	height:500px;
	background: url("/static/home/images/secondstudent_banner.png") no-repeat center;
	background-size: cover;
}
.secondstuden-vide-ul{
	width:1200px;
	height:47px;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.secondstuden-vide-ul li{
	width:100%;
	height:47px;
	text-align: center;
	line-height: 47px;
	color:#000000;
	font-size: 14px;
	float: left;
	background: #fff;
	cursor: pointer;
	font-weight: 900;
}
.secondstuden-vide-ul .tostudens-vide-ul-li{
	color:#fff;
	background:#267ffb;
}

.secondstuden-list{
	width:1200px;
	margin:0 auto;
	padding-top:22px;
}
.secondstuden-list-warp{
 width:1200px;
 display: inline-block;
}
.secondstuden-list-left{
	width:380px;
	float:left;
	background: #fff;
	min-height:584px;
}
.secondstuden-list-left-top2-warp{
	width:100%;
	min-height:526px;
}
.secondstuden-list-left-top{
	width:380px;
	height:105px;
	background: linear-gradient(to right bottom,#784fff,#d953f1);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.secondstuden-list-left-top p:nth-child(1){
	color:#ffffff;
	width:380px;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	padding-top: 24px;
}
.secondstuden-list-left-top p:nth-child(2){
	color:#ffffff;
	width:380px;
	text-align: center;
	font-size: 16px;

	padding-top: 10px;
}
.secondstuden-list-left-top1{
	width:330px;
	padding:17px 25px;

	border-bottom: 1px dashed #efefef;
}
.secondstuden-list-left-top1 p{
	display: block;
  height:45px;
  color:#727171;
	font-size: 14px;
	line-height: 22px;

	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp:2;
	 overflow: hidden;
}
.secondstuden-list-left-top2{
	width:380px;
	color:#000000;
	font-weight:900;
	font-size: 24px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 27px;

}
.secondstuden-list-left-top3{
	 width:380px;
	 padding-bottom: 26px;
}
.secondstuden-list-left-top3 span{
	display: block;
	width:90px;
	height:28px;
	text-align: center;
	line-height: 28px;
	background: linear-gradient(to right bottom,#784fff,#d953f1);
	color:#fff;
	font-size: 14px;
	border-radius: 22px;
	margin:0 auto;
}
.secondstuden-list-left-top4{
	width:240px;
	display: inline-block;
	padding:0 70px 20px;
}
.secondstuden-list-left-top4 li{
	width:120px;
	text-align: center;
	color:#000000;
	font-size: 14px;
	float: left;
	background:url('/static/home/images/students_li.png') no-repeat 16px center;
	margin-bottom: 14px;
	position: relative;
}
.secondstuden-list-left-top4 li span{
	display: block;
	width:80px;
	position: absolute;
	right:-44px;
	top:0px;
	font-size: 12px;
}
.secondstuden-list-left-top5{
	width:348px;
	height:43px;
	line-height: 43px;
	border-top-left-radius: 22px;
	background: linear-gradient(to right bottom,#784fff,#d953f1);
	padding-left: 32px;
	color:#fff;
	font-size: 20px;
	font-weight: 900;
}
.secondstuden-list-left-top6{
	width:380px;
	padding-top: 21px;
	padding-bottom: 21px;
	min-height: 280px;
}
.secondstuden-list-left-top6 li{
	width:300px;
	padding:0 40px;
	font-size: 14px;
	font-weight: 900;
	color:#000000;
	padding-bottom: 14px;
	background:url('/static/home/images/students_li.png') no-repeat 30px 9px;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
}
.secondstuden-list-left-top6new{
	width:380px;
	padding-top: 21px;
	padding-bottom: 21px;
	min-height: 80px;
}
.secondstuden-list-left-top6new li{
	width:300px;
	padding:0 40px;
	font-size: 14px;
	font-weight: 900;
	color:#000000;
	padding-bottom: 14px;
	background:url('/static/home/images/students_li.png') no-repeat 30px 9px;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
}
.secondstuden-list-left-top7{
	width:380px;

}
.secondstuden-list-left-top7warp{
 padding-top: 35px;
}
.secondstuden-list-left-top7main{
	width:100%;
	min-height:553px;
}
.secondstuden-list-left-top7-div{
	height:32px;
	line-height: 32px;
	padding:0 17px;
	text-align: center;
	color:#fff;
	background: linear-gradient(to right bottom,#784fff,#d953f1);
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	display: inline-block;
}
.secondstuden-list-left-top7-ul{
	width:380px;
	padding:24px 0;
}
.secondstuden-list-left-top7-ul li{
	padding:0 40px;
	width:300px;
	color:#000000;
	font-size: 14px;
	padding-bottom: 14px;
}
.secondstuden-list-left-top8{
	width:340px;
	 padding:0 19px 20px;
}
.secondstuden-list-left-top8 span:nth-child(1){
	display: inline-block;
	color:#000000;
	font-weight: 900;
	font-size: 20px;
	padding-right: 12px;
}
.secondstuden-list-left-top8 span:nth-child(2){
	display: inline-block;
	width:152px;
	height:29px;
	line-height: 29px;
	color:#ffffff;
	font-weight: 900;
	font-size: 14px;
	background: url('/static/home/images/students_header.png') no-repeat center;
	padding-left: 22px;
}
.tostudens-list-left-top9{
	 width:365px;
	 padding-bottom: 16px;
	 padding-left:15px;
}
.tostudens-list-left-top9 a{
	display: block;
	width:350px;
	height:60px;
	border:1px solid #fe494e;
	border-radius: 22px;

}
.tostudens-list-left-top9 a p{
	width:350px;
	text-align: center;
}
.tostudens-list-left-top9 a p:nth-child(1){
	color:#fe494e;
	font-size: 15px;
	font-weight: 900;
	padding-top:6px;
}
.tostudens-list-left-top9 a p:nth-child(1) span{
	color:#fe494e;
	font-size: 24px;
	font-weight: 900;

}
.tostudens-list-left-top9 a p:nth-child(2){
	color:#696767;
	font-size: 15px;

	text-decoration: line-through;
}
.tostudens-list-left-top10{
	width:340px;
	padding:0 20px 37px;
	display: inline-block;
}
.tostudens-list-left-top10 a{
	display: block;
	float:left;
	width:160px;
	height:40px;
	line-height: 40px;
	text-align: center;
	 font-size: 16px;
	 font-weight: 900;
	border-radius: 8px;
	box-shadow:#eea1a7 0 0 10px;
}
.tostudens-list-left-top9main{
	width:100%;
	min-height: 156px;
}
.tostudens-list-left-top10 a:nth-child(1){
	color:#fff;
	background: linear-gradient(to right bottom,#ff4f59,#fa8253);
	transition: 0.5s;
}
.tostudens-list-left-top10 a:nth-child(1):hover{
	box-shadow: 0 0 10px #aaa;
	transform: scale(1.02);
}
.tostudens-list-left-top10 a:nth-child(2){
	color:#ff4f59;
	background: #fff;
	border:1px solid #ff4f59;
   margin-left: 20px;
   box-sizing: border-box;
}
.tostudens-list-center{
	width:380px;
	float:left;
	margin-left:30px;
	background: #fff;
}
.secondstuden-list .secondstuden-list-left-top-center{
 background: linear-gradient(to right bottom,#ff4f59,#fa8253);
}
.secondstuden-list .secondstuden-list-left-top-center-span{
	background: linear-gradient(to right bottom,#ff4f59,#fa8253);
   }
.tostudens-list-right{
	width:380px;
	float:left;
	margin-left:30px;
	background: #fff;
}
.secondstuden-list .secondstuden-list-left-top-right{
 background: linear-gradient(to right bottom,#45475c,#8888aa);
}
.secondstudent-qie-ul li{
	font-size: 18px;
	color:#000000;

}
.secondstudent-qie-ul .tostudents-qie-ulhover{
	color:#152465;
}
.secondstudent-qie-ul1 .tostudents-qie-ul1l1 ul li{
	background: #ff4f59;
}
.secondstudent-numberone-ul li{
	width:160px;
	line-height: 20px;
	padding:0 30px;
	padding-top: 10px;
}
.secondstudent-numberone{
	width: 100%;
    padding: 78px 0;
    background: linear-gradient(to bottom,#fe5458,#fb7d54);
}
.secondstudent-object-ul li{
	width:382.6666px;
}
.secondstudent-object-ul li p:nth-child(1){
	width: 100%;
    height:90px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	line-height: normal;
	padding-top: 20px;
	box-sizing: border-box;
}
.secondstudent-object-ul li p:nth-child(1) span{
	display: block;
	width:100%;
	text-align: center;
	color:#fff;
	font-weight: normal;
	font-size: 16px;
	height:16px;
}
.secondstudent-object-ul li p:nth-child(2){
	width: 100%;
	box-sizing: border-box;
    min-height: 214px;
    text-align: center;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    padding: 40px 35px;
    border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    background: #fff;
}
.secondstudent-object-ul li:nth-child(3n){
	margin-right: 0;
}
.secondstudent-pic-bottom{
	background: linear-gradient(to right,#ff4f59,#fa8253);
}
.seconstudent-pic-bottomright button{
	background: linear-gradient(to right,#d953f1,#7a4fff);
}
.secondstudent-app{
	width: 100%;
    min-height: 802px;
    background: url(/static/home/images/secondstudent_b2.png);
    background-size: cover;
}
.secondstudent-app-warp-lefttop p:nth-child(1){
	color:#ad93ff;
}
.secondstudent-app-warp-lefttop p:nth-child(2){
	color:#ad93ff;
}

/* secondstuden*/
/* education*/
.education-warp{
	width:100%;
	background: #fff;
}
.education-banner{
	width:100%;
	height:500px;
	background: url("/static/home/images/education_banner.png") no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
}
.education-banner .warps{
	width: 1200px;
	height: 500px;
}
.education-banner .warps .imgs{
	width: 100%;
	padding-top: 135px;
}
.education-banner .warps .txts{
	width: 100%;
	color:#999999;
	font-size: 29px;
	padding-top: 32px;
	padding-bottom: 54px;
}
.education-banner .warps .goto{
	width: 100%;
	height: 54px;
}
.education-banner .warps .goto a{
	display: block;
	width: 240px;
	height: 54px;
	background: #2f67ff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}
.education-banner .warps .goto a span{
	color:#fff;
	font-size: 18px;
	padding-right: 10px;
}
.education-form{
	width:100%;
	height:856px;
	background: url("/static/home/images/education_formright.png") no-repeat right bottom;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: start;
}

.education-form-top1{
	width:100%;
	display: flex;
	justify-content: center;
	height: 237px;
	align-items: center;
	flex-wrap: wrap;
	align-content:center;
}
.education-form-top1 .sp1{
	width: 100%;
	text-align: center;
	display: block;
	color:#111111;
	font-size: 40px;
	font-weight: 900;
	padding-bottom: 22px;
}
.education-form-top1 .sp2{
	width: 100%;
	text-align: center;
	display: block;
	color:#747b8b;
	font-size: 18px;
}
.education-form-top1 img{
	display: block;
	width:242px;
	height:45px;
	margin:0 auto;
}
.education-form .warps{
	width:1200px;
	height:516px;
	background: linear-gradient(to bottom,#f1f5fb,#fff);
	box-shadow:0 0 10px #cad3eb;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.education-form .warps .lefts{
	margin-top: -30px;
}
.education-form .warps .rights{
	width: calc(100% - 311px);
	padding-top: 45px;
}
.education-form-top3{
	width: 100%;
	padding-bottom: 35px;
	min-height: 40px;
}
.education-form-top3 label{
	display: block;
	float:left;
	width:180px;
	height: 40px;
	line-height: 40px;
}
.education-form-top3 ul{
	width:100%;
	min-height: 40px;

}
.education-form-top3 ul li{
	width:100px;
	height:40px;
	text-align: center;
	line-height: 40px;
	color:#000000;
	font-size: 14px;
	float:left;
	border-radius: 4px;
	box-sizing: border-box;
	background: #fff;
	margin-right: 20px;
	cursor: pointer;
}
.education-form-top3 ul li:nth-child(5n){
	margin-right: 0;
}
.education-form-top3 ul li.hover{
	color:#2f67ff;
	background: #e1e9ff;
	border:2px solid #2f67ff;
	line-height: 36px;
}
.education-form-top3 .education-form-top3-input{
	display: block;
	width:380px;
	height:40px;
	line-height: 40px;
	font-size: 12px;
	padding:0 16px;
	box-sizing: border-box;
	border-radius: 8px;
	float:left;
	background: #fff;
	color:#111;
	border:none;
	font-weight: 900;
}
.education-form-top3  .education-form-top3-button{
	display: block;
	width:322px;
	height:50px;
	border-radius: 3px;
	background: linear-gradient(to right,#3868fc,#d75250);
	float:left;
	border: none;
	outline: none;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.education-form-top3  .education-form-top3-button span{
	color:#fff;
	padding-right: 10px;
}
.education-form-top3  .education-form-top3-button img{
	display:block;
	width: 18px;
	height: 15px;
}
.education-form-top8{
	height: 50px;
	display: flex;
	justify-content: center;
}
.education-form-top3  .education-form-top3-button:hover{
	transform: scale(1.02);
}
.education-text-warps1{
	width: 100%;
	background:#f2f6fa url("/static/home/images/education_t2.png") no-repeat 1250px 546px;
}
.education-text-top1{
	width:100%;
	padding:0 0 31px;
}
.education-text-top1 img{
	display: block;
	width:484px;
	height:45px;
	margin:0 auto;
}
.education-text-top2{
	width:100%;
	text-align: center;
	color:#2d3341;
	font-size: 20px;
	padding-bottom: 34px;
}
.education-text-top3{
	width:1200px;
	margin:0 auto;
	height:396px;
	position: relative;
}
.education-text-top3 .positioned{
	position:absolute;
	left:-50px;
	top:-50px;
}
.education-text-top3left{
	width:585px;
	float:left;

	padding-top: 8px;
}
.education-text-top3left li{
	width:585px;
	height:114px;
	box-sizing: border-box;
	margin-bottom: 21px;
	border: 1px solid #fff;
	border-radius: 3px;
	background: linear-gradient(to bottom,#ebf2fe,#fefefe);
	padding:0 32px 0;
	display: flex;
	align-items: center;

}
.education-text-top3left-newspan{
	display: block;
	color:#43506b;
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
}
.education-text-top3left .lis1{
	background:url("/static/home/images/education_one1.png") no-repeat right bottom,linear-gradient(to bottom,#ebf2fe,#fefefe);
}
.education-text-top3left .lis1:hover{
	background:#2f67ff url("/static/home/images/education_one1_hover.png") no-repeat right bottom;
}
.education-text-top3left .lis1:hover .education-text-top3left-newspan{
	color:#fff;
}
.education-text-top3left .lis2{
	background:url("/static/home/images/education_one2.png") no-repeat right bottom,linear-gradient(to bottom,#ebf2fe,#fefefe);
}
.education-text-top3left .lis2:hover{
	background:#2f67ff url("/static/home/images/education_one2_hover.png") no-repeat right bottom;
}
.education-text-top3left .lis2:hover .education-text-top3left-newspan{
	color:#fff;
}
.education-text-top3left .lis3{
	background:url("/static/home/images/education_one3.png") no-repeat right bottom,linear-gradient(to bottom,#ebf2fe,#fefefe);
}
.education-text-top3left .lis3:hover{
	background:#2f67ff url("/static/home/images/education_one3_hover.png") no-repeat right bottom;
}
.education-text-top3left .lis3:hover .education-text-top3left-newspan{
	color:#fff;
}
.education-text-top3left-span2 img{
	display: block;
	width:29px;
	height:55px;
	margin:21px auto;
}
.education-text-top3left-span3{
	display: block;
	width:97px;
	height:97px;
	position: absolute;
	left:-1px;
	top:0;
	background: #fba50b;
	border-radius: 50%;

}
.education-text-top3left-span3 img{
	display: block;
	width:44px;
	height:53px;
	margin:22px auto;
}
.education-text-top3left-span4{
	display: block;
	width:97px;
	height:97px;
	position: absolute;
	left:-1px;
	top:0;
	background: #fba50b;
	border-radius: 50%;

}
.education-text-top3left-span4 img{
	display: block;
	width:46px;
	height:53px;
	margin:20px auto;
}
.education-text-top3right{
	width:562px;
	height:396px;
	float:right;

}
.education-text-top3right img{
	display: block;
	width:562px;
	height:396px;
}
.education-text-top4{
	width:100%;
	padding:74px 0 87px;
	display: flex;
	justify-content: center;
}
.education-text-top4 a{
	display: block;
    width: 322px;
    height: 50px;
    border-radius: 3px;
    background: linear-gradient(to right,#3768fe,#33d0ff);
    float: left;
    border: none;
    outline: none;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.education-text-top4 a span{
	color:#fff;
	font-size: 18px;
	padding-right: 10px;
}
.education-text-top4 a:hover{
	transform: scale(1.02);
}
.education-text-warps2{
	width: 100%;
	background: url("/static/home/images/education_text.png") no-repeat right bottom;
}
.education-text-top5{
	width:100%;
	padding-bottom: 33px;
}
.education-text-top5 img{
	display: block;
	width:403px;
	height:45px;
	margin:0 auto;
}
.education-text-top6{
	width:100%;
	padding-bottom: 40px;
	text-align: center;
	color:#2d3341;
	font-size: 20px;
}
.education-text-ul{
	width:1200px;
	margin:0 auto;
	min-height: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.education-text-ul li{
	width:290px;
	min-height:335px;
	border-radius: 8px;
	/* box-shadow: 0 0 10px #ededed; */
	transition: 0.5s;
}
/* .education-text-ul li:hover{
	transform: translateY(-6px);
	box-shadow: 0 5px 16px #e0e0e0, 0 5px 16px #e0e0e0;
} */
.education-text-ul-img{
	width:290px;
	height:121px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	display: block;
}
.education-text-ul .btms{
	width: 270px;
	height: 204px;
	border:1px solid #fff;
	border-radius: 3px;
	background: linear-gradient(to bottom,#eaf3fe,#feffff);
	position: relative;
	top:-40px;
	margin:0 auto;
	box-shadow: 0 0 10px #cad3eb;
	padding:0 25px;
	box-sizing: border-box;
}

.education-text-ul-span1{
	display: block;
	width:100%;
	color:#252d3a;
	font-size: 18px;
	font-weight: 900;
	padding:0 0 14px;
}
.education-text-ul-span2{
	display: block;
	width:100%;
	font-size: 14px;
	color:#999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	padding-bottom: 13px;

}
.education-text-ul-span3{
	display: block;
	width:100%;
	font-size: 14px;
	color:#435060;
	box-sizing: border-box;
	padding:22px 0 16px;
}
.education-text-ul a{
	display: block;
	width: 134px;
	height:36px;
	color:#fff;
	font-size: 16px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2f67ff url("/static/home/images/education_bannerright.png") no-repeat 93px center;
}
.education-text-ul a span{
	color:#fff;
	font-size: 14px;
	padding-right: 20px;
}

.education-text-ul .btms:hover{
	background: #1860ff;
	border:1px solid #1860ff;
}
.education-text-ul .btms:hover .education-text-ul-span1,
.education-text-ul .btms:hover .education-text-ul-span2,
.education-text-ul .btms:hover .education-text-ul-span3{
	color:#fff;
}
.education-text-ul .btms:hover a{
	background: #fff url("/static/home/images/education_hovers.png") no-repeat 93px center;
}
.education-text-ul .btms:hover a span{
	color:#1d63ff;
}
.education-text-warps3{
	width: 100%;
	background: #f2f6fa;
}
.education-text-top7{
	width:100%;
	padding:37px 0 27px;
}
.education-text-top7 img{
	display: block;
	width:322px;
	height:45px;
	margin:0 auto;
}
.education-text-top8{
	width:100%;
	color:#2d3341;
	font-size: 20px;
	text-align: center;
	padding-bottom: 38px;
}
.education-text-main{
	width:1200px;
	min-height: 417px;
	margin:0 auto;
	padding-bottom: 88px;
	display: flex;
	justify-content: space-between;
}
.education-text-main-left{
	width:220px;
	height:417px;
	float:left;
	position: relative;
	overflow: hidden;
}
.education-text-main-lefttop1{
	width:220px;
}
.education-text-main-lefttop1 .sp1{
	display: block;
	width: 100%;
	color:#111111;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 18px;
}
.education-text-main-lefttop1 .sp2{
	display: block;
	width: 100%;
	color:#999999;
	font-size: 14px;
	padding-bottom: 50px;
}

.education-text-main-right{
	width:220px;
	height:417px;
	float:right;
	position: relative;
}
.education-text-main-righttop1{
	width:270px;
	height:111px;
}
.education-text-main-center{
	width:512px;
	height:406px;
	float:left;
	background: url("/static/home/images/education_zhong.png") no-repeat center;
	position: relative;
}
.education-text-main-center span{
	display: block;
	width:100%;
	color:#2d3341;
	font-size: 32px;
	position: absolute;
	bottom:44px;
	left:0;
	text-align: center;
}
.education-text-fotter{
	width:100%;
	min-height:505px;
	background: #FFF;
}
.education-text-fotter-warp{
	width:1200px;
	margin:0 auto;
}
.education-text-fotter-ul{
	width:1200px;
	padding-bottom: 50px;
}
.education-text-fotter-ul li{
	width:100%;
	height:113px;
	border-top:1px solid #fff;
	background:linear-gradient(to bottom,#eaf2fe,#ffffff);
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 10px #cad3eb;

}
.education-text-fotter-ul li .education-text-fotter-ullefts{
	width:100%;
	height:113px;
	position: relative;
}
.education-text-fotter-ulspan1{
	color:#e8f1fc;
	font-size: 87px;
	font-weight: 900;
	position: absolute;
	right:32px;
	bottom:0px;
	line-height: 78px;
}
.education-text-fotter-ul li .education-text-fotter-ulrights{
	width:100%;
	height:113px;
	position: absolute;
	left:0;
	top:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 45px 0 22px;
	box-sizing: border-box;
}
.education-text-fotter-ulspan2{
	display: block;
	width:100%;
	box-sizing: border-box;
	color:#43506b;
	font-size: 24px;
	font-weight: 900;
	background: url("/static/home/images/education_waht.png") no-repeat left center;
	padding-left: 50px;
}
.education-text-fotter-ula{
	display: flex;
	align-items: center;
	width: 115px;
	justify-content: space-between;
	padding-top: 50px;
}
.education-text-fotter-ula span{
	display: block;
	color:#2f67ff;
	font-size: 18px;

}
.education-fotterbanner{
	width: 100%;
	height: 299px;
	background: url("/static/home/images/education_fotters.png") no-repeat center;
	background-size: cover;
}
.education-fotterbanner .p1{
	width: 100%;
	text-align: center;
	color:#ffffff;
	font-size: 48px;
	font-weight: 900;
	padding-top: 59px;
}
.education-fotterbanner .p2{
	width: 100%;
	text-align: center;
	color:#ffffff;
	font-size: 20px;
	padding-top: 23px;
}
.education-fotterbanner .p3{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.education-fotterbanner .p3 a{
	display: block;
	width: 194px;
	height: 50px;
	border:1px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.education-fotterbanner .p3 span{
	color:#fff;
	font-size: 14px;
	padding-right: 10px;
}
/* education*/
/*团报*/
.tuanbao-banner{
	width:100%;
	height:610px;
	background: url("/static/home/images/tuanbao_banner.png?v=0.0.2") no-repeat center;
	background-size: cover;
	min-width: 1200px;
	display: flex;
	justify-content: center;
}
.tuanbao-manypeople{
	width: 240px;
	height: 260px;
	background: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10px;
	box-sizing: border-box;
}
.tuanbao-manypeople span{
	font-size: 14px;
	font-weight: 900;
}
.tuanbao-banner .introduceleft{
	width: 1200px;
	padding-top: 142px;
}
.tuanbao-banner .introduceleft .txts{
	width: 100%;
	color:#27274a;
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 23px;
}
.tuanbao-banner .introduceleft .imgs{
	padding-bottom: 40px;
}
.tuanbao-banner .introduceleft .txts1{
	width: 100%;
	color:#636974;
	font-size: 18px;
	font-weight: 900;
	padding-bottom: 43px;
}
.tuanbao-banner .introduceleft .frees{
	width: 180px;
	height: 52px;
	padding-bottom: 16px;
}
.tuanbao-banner .introduceleft .frees a{
	display: block;
	width: 180px;
	height: 52px;
	font-size: 18px;
	background: #3776ff;
	text-align: center;
	line-height: 52px;
	color:#fff;
	box-shadow:  0 0 10px #7793ce;
}
.tuanbao-banner .introduceleft .phones{
	width: 100%;
	color:#27274a;
	font-size: 14px;
}
.tuanbao-mian{
	width: 100%;
	background: #f7f8fb;
	position: relative;
	padding-top: 150px;
}
.tuanbao-form{
	display: block;
	margin:0 auto;
	width:1200px;
	min-height: 270px;
	box-shadow: 0 10px 10px #cbd5f1;
	position: absolute;
	top:-120px;
	left:calc(50% - 600px);
	background: #fff;
	border-radius: 8px;
	padding:0 35px 0;
	box-sizing: border-box;
	background: url("/static/home/images/tuanbao_back.png");
}
.tuanbao-form1{
	position: static;
	margin-top: -120px;
}
.tuanbao-form .tps{
	width: 100%;
	color:#1f293e;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	padding:40px 0;
}
.tuanbao-form .cens{
	width: 100%;
	display: flex;
	justify-content: space-between;

}
.tubao-formtop1{
	width:340px;
}
.tubao-formtop1 input{
	display: block;
	width:340px;
	height:40px;
	line-height: 40px;
	padding:0 23px;
	box-sizing: border-box;
	font-size: 14px;
	background: #fff;
	border:1px solid #878f9b;
	border-radius: 8px;
}
.tubao-formtop2{
	width:100%;
	height:44px;
	padding-top: 32px;
	display: flex;
	justify-content: center;
}
.tubao-formtop2 button{
	display: block;
	width:290px;
	height:44px;
	background: linear-gradient(to right,#3778fd,#36d9b5);
	border-radius: 3px;
	color:#fff;
	font-size: 14px;
	box-shadow: 0 0 10px #c2cce8;
	transition: 0.5s;
}
.tubao-formtop2 button:hover{
	box-shadow: 0 0 10px #c2cce8;
	transform: scale(1.02);
}
.tuanbao-number{
	width:1200px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 34px;
	background: url("/static/home/images/tuanbao_title1.png") no-repeat center;
	text-align: center;
	padding:63px 0 56px;
}
.tuanbao-number1{
	background: url("/static/home/images/tuanbao_title2.png") no-repeat center;
}
.tuanbao-number2{
	background: url("/static/home/images/tuanbao_title3.png") no-repeat center;
}
.tuanbao-number2{
	background: url("/static/home/images/tuanbao_title4.png") no-repeat center;
}
.tuanbao-number .txts{
	color:#282d3b;
	font-weight: 900;
	font-size: 42px;
	padding-top: 20px;
}
.tuanbao-number .txts1{
	color:#999999;
	font-size: 18px;
	padding-top: 18px;
	line-height: 20px;
}
.tuanbao-nul{
	width:1200px;
	min-height: 452px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 auto;
}
.tuanbao-nul li{
	width:260px;
	height:360px;
	border:1px solid #fff;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 20px;
	padding:30px 30px 0;
	box-sizing: border-box;
}
.tuanbao-nul li:nth-child(1){
	background: linear-gradient(to right bottom,#e9efff,#fff,#fff);
}
.tuanbao-nul li:nth-child(2){
	background: linear-gradient(to right bottom,#eaf9f8,#fff,#fff);
}
.tuanbao-nul li:nth-child(3){
	background: linear-gradient(to right bottom,#fbf2ee,#fff,#fff);
}
.tuanbao-nul li:nth-child(4){
	background: linear-gradient(to right bottom,#f7f2ff,#fff,#fff);
}
.tuanbao-nul-newimg1{
	width:199px;
	height:165px;
	display: block;
}
.tuanbao-nul-span1{
	display: block;
	width: 100%;
	color:#282d3b;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	padding:25px 0 22px;
}
.tuanbao-nul-span{
	display: block;
	color:#606982;
	font-size: 14px;
	text-align: center;
}
.tuanbao-nine{
	width:100%;
	min-height:964px;
	background:#fdfefe url("/static/home/images/tuanbao_top2.png?v=0.0.2") no-repeat left bottom;
	background-size: 100% auto;
	min-width: 1200px;
}
.tuanbao-eimian{
	width:1200px;
	height:730px;
	margin:0 auto;
	position: relative;
	background: url("/static/home/images/tuanbao_line.png") no-repeat center;
}
.tuanbao-eimian .lis{
	width: 156px;
	min-height: 226px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	opacity: 0;
}
.tuanbao-eimian .lis .tps{
	width: 154px;
	height: 180px;
	position: relative;

}
.tuanbao-eimian .lis .tps img{
	display: block;
	width: 154px;
	height: 137px;
	position: absolute;
	bottom:0;
	left:0;
}
.tuanbao-eimian .lis .tps span{
	color:#c8ddfa;
	font-size: 48px;
	font-weight: 900;
	position: absolute;
	left:30%;
	bottom:100px;
}
.tuanbao-eimian .lis .sp1{
	color:#282d3b;
	font-size: 18px;
	text-align: center;
	width: 100%;
	font-weight: 900;
}
.tuanbao-eimian .lis:nth-child(1){
	position: absolute;
	left:20px;
	top:79px;
}
.tuanbao-eimian .lis:nth-child(2){
	position: absolute;
	left:280px;
	bottom:65px;
}
.tuanbao-eimian .lis:nth-child(3){
	position: absolute;
	left:416px;
	top:22px;
}
.tuanbao-eimian .lis:nth-child(4){
	position: absolute;
	left:672px;
	top:292px;
}
.tuanbao-eimian .lis:nth-child(5){
	position: absolute;
	left:913px;
	top:437px;
}
.tuanbao-eimian .lis:nth-child(6){
	position: absolute;
	right:22px;
	top:207px;
}
.tuanbao-senven{
	width:100%;
	min-height: 1204px;
	background: #f7f8fb;
	position: relative;
}
.tuanbao-senven-maintop{
	width: 100%;
	height: 352px;
	background: url("/static/home/images/tuanbao_tit.png") no-repeat center / cover;
	padding-top: 72px;
	box-sizing: border-box;
}
.tuanbao-senven-maintop .sp1{
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: 42px;
	font-weight:900 ;
	padding-bottom: 18px;
}
.tuanbao-senven-maintop .sp2{
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: 18px;
}
.tuanbao-form1{
	padding-top: 58px;
	min-height: 240px;
	box-sizing: border-box;
	background: #fff;
}
.tuanbao-form1 .tubao-formtop1 input{
	background: #f9f9f9;
	border:1px solid #eee;
}
.tuanbao-senven-main{
	width:1200px;
	height:1050px;
	margin:0 auto;
}
.tuanbao-senven-main-img{
	width:100%;
	padding:35px 0 70px;

}
.tuanbao-senven-main-img img{
	display: block;
	width:410px;
	height:182px;
	margin: 0 auto;
}
.tuanbao-senven-mainul{
	width:1200px;
	display: flex;
	justify-content: space-between;
}
.tuanbao-senven-mainul li{
	width:290px;
	height:496px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 8px;
	position: relative;
}
.tuanbao-senven-mainul li .tps{
	width: 100%;
	height: 132px;
	padding:0 32px;
	box-sizing: border-box;
}
.tuanbao-senven-mainul li .tps1{
	background:url("/static/home/images/tuanbao_n1.png?v=0.0.2") no-repeat 173px center,linear-gradient(to right,#034dff,#3b78fe);
}
.tuanbao-senven-mainul li .tps2{
	background:url("/static/home/images/tuanbao_n2.png?v=0.0.2") no-repeat 193px center,linear-gradient(to right,#034dff,#3b78fe);
}
.tuanbao-senven-mainul li .tps3{
	background:url("/static/home/images/tuanbao_n3.png?v=0.0.2") no-repeat 183px center,linear-gradient(to right,#034dff,#3b78fe);
}
.tuanbao-senven-mainul li .tps4{
	background:url("/static/home/images/tuanbao_n4.png?v=0.0.2") no-repeat 193px center,linear-gradient(to right,#034dff,#3b78fe);
}
.tuanbao-senven-mainul li .tps .sp1{
	width: 100%;
	color:#f9f9f9;
	font-size: 24px;
	font-weight: 900;
	padding: 23px 0 18px;
}
.tuanbao-senven-mainul li .tps .sp2{
	width: 100%;
	color:#f9f9f9;
	font-size: 12px;
	padding-bottom: 5px;
}
.tuanbao-senven-mainul li .btms{
	width: 100%;
	padding:36px 35px 0;
	box-sizing: border-box;
}
.tuanbao-senven-mainul li .btms .lis{
	width: 100%;
	padding-bottom: 42px;
}
.tuanbao-senven-mainul li .btms .lis:last-child{
	padding-bottom: 0;
}
.tuanbao-senven-mainul li .btms .lis .lititles{
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}
.tuanbao-senven-mainul li .btms .lis .lititles .sp1{
	display: block;
	width: 5px;
	height: 5px;
	background: #3c78fe;
}
.tuanbao-senven-mainul li .btms .lis .lititles .sp2{
	display: block;
	color:#121933;
	font-size: 16px;
	font-weight: 900;
	padding-left: 11px;
}
.tuanbao-senven-mainul li .btms .lis .p1{
	width: 100%;
	color:#202020;
	font-size: 12px;
	padding-bottom: 12px;
}
.tuanbao-last{
	width:100%;
	min-height:750px;
	background: linear-gradient(to bottom,#fff,#dfe7f8);
	padding-bottom: 91px;
}
.tuanbao-last-warp{
	width:1200px;
	margin:0 auto;
}
.tuanbao-last-warp .teachertitles{
	width: 100%;
	padding-bottom: 23px;
}
.tuanbao-last-warp .teachertitles a{
	display: block;
	width: 100%;
	text-align: right;
	color:#0f5ffd;
	font-size: 18px;
	font-weight: 900;
}
.tuanbao-last-warp .uls{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.tuanbao-last-warp .uls .horns{
	width: 38px;
	height: 45px;
	position: absolute;
	bottom:-45px;
	left:0;
}
.tuanbao-last-warp .uls .lis{
	width: 240px;
	height: 240px;
	position: relative;
}
.tuanbao-last-warp .uls .lisname{
	padding:40px 47px;
	box-sizing: border-box;
	display: flex;
	align-content: space-between;
	background: #3f79fc;
	flex-wrap: wrap;
}
.tuanbao-last-warp .uls .lisname span{
	color:#ffffff;
	font-size: 34px;
	font-weight: 900;
}
.tuanbao-last-warp .uls .lisimg .imgs{
	display:block;
	width: 240px;
	height: 240px;
}
.tuanbao-last-warp .uls .lisimg .hovers{
	width: 240px;
	height: 240px;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	left:0;
	top:0;
	padding:32px 15px;
	box-sizing: border-box;
	display: flex;
	align-content:flex-end;
	flex-wrap: wrap;
}
.tuanbao-last-warp .uls .lisimg .hovers .sp1{
	display: block;
	width: 100%;
	color:#e6e6e6;
	font-size: 24px;
}
.tuanbao-last-warp .uls .lisimg .hovers .sp2{
	display: block;
	width: 100%;
	color:#e6e6e6;
	font-size: 16px;
	padding-top: 10px;
}
.tuanbao-maintxt{
	width: 100%;
	height: 206px;
	background: linear-gradient(to bottom,#f5f8fc,#eff5fc);
	display: flex;
	justify-content: center;
}
.tuanbao-maintxt .warps{
	width: 1200px;
	height: 206px;
	position: relative;

}
.tuanbao-maintxt .warps .titles{
	width: 553px;
	height: 73px;
	line-height: 73px;
	background: url("/static/home/images/tuanbao_bt.png") no-repeat center;
	text-align: center;
	color:#292e3c;
	font-size: 38px;
	font-weight: 900;
	position: absolute;
	left:0;
	top:-73px;
}
.tuanbao-maintxt .warps .txts{
	width: 100%;
	padding:45px 0 0;
	box-sizing: border-box;
	color:#292e3c;
	font-size: 24px;
	line-height: 35px;
}
.tuanbao-editions{
	width: 100%;
	height: 764px;
	background: #f7f8fb;
	display: flex;
	justify-content: center;
}
.tuanbao-editions .warps{
	width: 1200px;
	height: 764px;
}
.tuanbao-editions .warps .titles{
	width: 100%;
	color:#282d3b;
	font-size: 36px;
	font-weight: 600;
	padding:93px 0 59px;
	text-align: center;
}
/*团报*/
.coursueright{
	float:left;
	color:#a6adbc;
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	right:0;
	bottom:10px;
}
.coursueright span{
	color:#ff7177;
}
.tags-new{
	background-color: #ff5757;
    background-image: linear-gradient(to right, #ff9090, #ff5a5a);
    padding:0 12px;
    height: 22px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.newindex-left{
	width:40px;
	float:left;
	margin-right: 20px;
}
.shoping-nomain{
    width:100%;
    height:500px;

}
.shoping-nomain img{
    display: block;
    width:322px;
    height:113px;
    margin:100px auto 0;
}
.shoping-nomain-p1{
    display: block;
    width:100%;
    color:#898989;
    font-size: 16px;
    text-align: center;
    padding-top: 40px;
}
.shoping-nomain-p2{
    display: block;
    width:100%;
    color:#898989;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}

/*review*/
.review-banner{
	width:100%;
	height:500px;
	background: url("/static/home/images/review_banner.png") no-repeat center;
	background-size: cover;
	min-width: 1200px;
}
.review-fotter{
	background:#a90707 url(/static/home/images/students_for.png) no-repeat center;
}
.review-title{
	width:100%;
	padding:58px 0 54px;
	text-align: center;
	color:#d80000;
	font-size: 50px;
	font-weight: 900;
}
.review-title span{
	color:#ffae14;
	font-size: 50px;
	font-weight: 900;
}
.review-right{
	width:1200px;

	margin:0 auto;
}
.review-rightul{
	width:1200px;
	height:280px;
	padding-bottom: 115px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-rightul li{
	width:280px;
	height:280px;
	border-radius: 8px;
	background: #f85d30;
	padding-top: 72px;
	box-sizing: border-box;
}
.review-rightul li a p{
	display: inline-block;
	width:100%;
	padding:31px 57px 0;
	box-sizing: border-box;
}
.review-rightul li a p span{
	color:#fff;
	font-size: 32px;
}
.review-rightul li a p span:nth-child(1){
	float:left;
}
.review-rightul li a p span:nth-child(2){
	float:right;
}
.review-rightul li:nth-child(2){
	background: #ffae14;
}
.review-rightul li:nth-child(3){
	background: #47d36c;
}
.review-rightul li:nth-child(4){
	background: #60a5fd;
}
.review-rightul li a{
	display: block;
	width:100%;
}
.review-rightul li:nth-child(1) a img{
	display: block;
	width:98px;
	height:85px;
	margin:0 auto;
}
.review-rightul li:nth-child(2) a img{
	display: block;
	width:79px;
	height:85px;
	margin:0 auto;
}
.review-rightul li:nth-child(3) a img{
	display: block;
	width:84px;
	height:84px;
	margin:0 auto;
}
.review-rightul li:nth-child(4) a img{
	display: block;
	width:80px;
	height:80px;
	margin:0 auto;
}
.review-fr{
	width:100%;
	height:656px;
	background: #a90707 url("/static/home/images/review_bg.png") no-repeat center;
	min-width: 1200px;
	background-size: 1689px 655px;
}
.review-fr-warp{
	width:1200px;
	margin:0 auto;
	height:656px;
}
.review-fr-top{
	width:1200px;
	padding:36px 0 36px;
	color:#ffffff;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}
.review-fr-top span{
	color:#ffa70d;
	font-weight: 900;
	font-size: 50px;
}
.review-fr-form{
	width:1200px;
	height:160px;
	background: #fff;
	border-radius: 8px;
	padding:36px 34px 0;
	box-sizing: border-box;
}
.review-fr-formtop{
	width:280px;
	float:left;
	padding-right: 20px;
}
.review-fr-formtoplast{
	padding-right: 0;
}
.review-fr-formtop label{
	width:280px;
	height:39px;
	line-height: 39px;
	color:#000000;
	font-size: 16px;
	font-weight: 900;
	display: block;
}
.review-fr-formtop input{
	display: block;
	width: 280px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding:0 23px;
	box-sizing: border-box;
	background: #f7f8f8;
	border: none;
	outline: none;
	border-radius: 8px;
}
.review-fr-formtop1{
	width:240px;
	height:40px;
	float: right;
	padding-left: 4px;
	padding-top: 39px;
}
.review-fr-formtop1 button{
	display: block;
	width:240px;
	height:40px;
	border-radius: 25px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	color:#fff;
	font-size: 14px;
	border: none;
	transition: 0.5s;
}
.review-fr-formtop1 button:hover{
	transform: scale(1.03);
	box-shadow:0 0 10px #aaa;
}
.review-fr-top2{
	width:1200px;
	padding:22px 0 22px;
	color:#ffffff;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}
.review-fr-top2 span{
	color:#ffa70d;
	font-weight: 900;
	font-size: 50px;
}
.review-fr-content{
	width:1200px;
	height:199px;
	padding-left: 89px;
	box-sizing: border-box;
}
.review-fr-content-img{
	width:382px;
	height:199px;
	float: left;
}
.review-fr-content-img img{
	display: block;
	width:382px;
	height:199px;
}
.review-fr-content-ul{
	width:722px;
	height:199px;
	float:left;
	padding:38px 0 0 30px;
	box-sizing: border-box;
}
.review-fr-content-ul li{
	width:333px;
	float: left;

}
.review-fr-content-ul p{
	color:#fff;
	font-size: 20px;
	font-weight: 900;
	padding-top: 6px;
}
.review-fr-main{
	width:100%;
	height:580px;
	background: #fff;
}
.review-fr-top3{
	width:1200px;
	height:178px;
	line-height: 178px;
	color:#d80000;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}
.review-fr-top3 span{
	color:#ffa70d;
	font-weight: 900;
	font-size: 50px;
}
.review-fr-main-warp{
	width:1200px;
	height:580px;
	margin:0 auto;
}
.review-fr-main-ul{
	width:1200px;
	height:322px;
	display: flex;
	justify-content: space-between;
}
.review-fr-main-ul li{
	float:left;
	width:280px;
	height:322px;
	transform:rotate(120deg);
	overflow: hidden;
}

.review-fr-main-uldiv{
	width:280px;
	height:322px;
	transform:rotate(-60deg);
	overflow: hidden;
}
.review-fr-main-uldivin{
	width:280px;
	height:322px;
	transform:rotate(-60deg);
	background: #f00;
	overflow: hidden;
	padding:70px 35px 0;
	box-sizing: border-box;
}
.review-fr-main-uldivin span{
	display: block;
	color:#fff;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
}
.review-fr-main-uldivin p{
	padding-top: 16px;
	display: block;
	color:#fff;
	font-size: 16px;
	line-height: 26px;
}
.review-fr-main-ul li:nth-child(1n) .review-fr-main-uldivin{
	background: #ffa70d;
}
.review-fr-main-ul li:nth-child(2n) .review-fr-main-uldivin{
	background: #a90707;
}
.review-bottom{
	width:100%;
	height:510px;
	background: #a90707;
}
.review-bottom-warp{
	width: 1200px;
	margin:0 auto;
}
.review-fr-top4{
	width:1200px;
	padding:55px 0 35px;
	color:#ffffff;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}
.review-fr-top4 span{
	color:#ffa70d;
	font-weight: 900;
	font-size: 50px;
}
.review-fr-top5{
	width: 1200px;
	text-align: center;
	color:#fff;
	font-size: 32px;

	padding-bottom: 58px;
}
.review-bottom-ul{
	width:1200px;
	display: flex;
	justify-content: space-between;
}
.review-bottom-ul li{
	width:400px;

}
.review-bottom-ul li:nth-child(1) img{
	display:block;
	width:108px;
	height:140px;
	margin:0 auto;
}
.review-bottom-ul li:nth-child(2) img{
	display:block;
	width:137px;
	height:119px;
	margin:0 auto;
}
.review-bottom-ul li:nth-child(3) img{
	display:block;
	width:118px;
	height:135px;
	margin:0 auto;
}
.review-bottom-ul li:nth-child(4) img{
	display:block;
	width:134px;
	height:134px;
	margin:0 auto;
}
.review-bottom-ul li span{
	color:#fff;
	font-size: 16px;
	width:100%;
	display: block;
	text-align: center;
	padding-top: 40px;
}
/*review*/

/*个人中心问答*/
.newsqa{
	width:100%;
}
.newsqa li{
	width:100%;
	background:#f7f8f8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newsqa-a{
	display: block;
	width:100%;
	height:40px;
	background: #eef6ff;
}
.newsqa-a-span1{
	display: block;
	width:60px;
	height:24px;
	border-top-right-radius: 22px;
	border-top-left-radius:18px;
	border-bottom-right-radius: 22px;
	background:#ff4f59;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	float:left;
	margin-top: 8px;
	margin-left: 20px;
}
.newsqa-a-newspan1{
	display: block;
	width:40px;
	height:24px;
	border-top-right-radius: 22px;
	border-top-left-radius:18px;
	border-bottom-right-radius: 22px;
	background: linear-gradient(to right top,#fa8253,#ff5259);
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	float:left;
	margin-top: 8px;
	margin-left: 20px;
}
.newsqa-a-span2{
	display: block;
	width:745px;
	height:40px;
	line-height: 40px;
	color:#267ffb;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}
.newsqa-a-newspan2{
	display: block;
	width:745px;
	height:40px;
	line-height: 40px;
	color:#2d3341;
	font-weight: 900;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}
.newsqa-a-span3{
	display: block;
	padding:0 20px;
	height:40px;
	line-height: 40px;
	color:#267ffb;
	font-size: 14px;
	float: right;
}
.newsqa-p1{
	clear: both;
	width:100%;
	padding:9px 20px;
	box-sizing: border-box;
	color:#2d3341;
	font-size: 14px;
	line-height: 26px;
	font-weight: 900;
}
.newsqa-a2{
	width:100%;
	display: inline-block;
	padding:0 20px 18px;
	box-sizing: border-box;
}
.newsqa-a2-img{
	width:40px;
	height:40px;
	display:block;
	border-radius: 50%;
	float: left;
}
.newsqa-a2-span1{
	display: inline-block;
	height:40px;
	line-height: 40px;
	color:#777e98;
	font-size: 14px;
	padding-left:20px;
}
.newsqa-a2-span2{
	display: inline-block;
	height:40px;
	line-height: 40px;
	color:#777e98;
	font-size: 12px;
	padding-left:20px;
}
.newsqa-p2{
	width:100%;
	padding:0 20px 28px;
	color:#2d3341;
	font-size: 12px;
	box-sizing: border-box;
}
.teacher-answer-box{
	padding:0 20px 18px;
	box-sizing: border-box;
}
.newqa-div{
	width:100%;
	height:26px;
	padding:0 20px 20px;
	box-sizing: border-box;
}
.newqa-div-p{
	display: block;
	width:788px;
	height:26px;
	float:left;
}
.newqa-div-p span{
	padding-right: 47px;
	height:26px;
	line-height: 26px;
	color:#aab0c0;
	font-size: 12px;
	display: inline-block;
}
.newqa-div-a{
	display: block;
	width:84px;
	height:26px;
	background: #2783f2;
	border-radius:25px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	float: right;
}
.newqa-div-a:hover{
	color:#fff;
}
.newsqa-p3{
	display: block;
	padding:11px 20px 20px;
	width:100%;
	box-sizing: border-box;
	color:#2d3341;
	font-size: 12px;
}
.newsqa-p3 img{
	width:255px;
	height:93px;
	display: block;
	margin:48px auto;
}
.newsqa-p3 span{
	display: block;
	width:100%;
	text-align: center;
	color:#aab0c0;
	font-size: 12px;
	padding:20px 30px;
}
.newsqa-mb{
	color:#2d3341;
	font-size: 12px;
	padding-bottom: 34px;
}
.newsqa-mb .cls-nav-text{
	cursor:pointer;
}
.newsqa-mb .cls-nav-text:hover{
	color: #2783f2;
}
.newqa-div a:visited{
	color:#fff;
}
.newsqa-awarp,
.newsqa-awarp1,
.newsqa-awarp2{
	width:100%;
}
.newsqa-potion{
	display: none;
	width:100%;
	height:100%;
	background: #fff;
	border-radius: 8px;
	padding:0 23px;
	box-sizing: border-box;
}
.newsqa-potion-top{
	height:63px;
	width:100%;


}
.newsqa-potion-top span{
	display:block;
	height:63px;
	color:#000000;
	font-size: 16px;
	font-weight: 900;
	line-height: 63px;
	float: left;
}
.newsqa-potion-top img{
	display: block;
	float:right;
	width:20px;
	height:17px;
	margin-top:22.5px;
	cursor: pointer;
}
.newsqa-potion-center{
	display: block;
	width:100%;
	height:150px;
	padding:14px 16px;
	box-sizing: border-box;
	border:none;
	background: #f7f8f8;
	font-size: 14px;
	font-weight: 900;
	resize: none;
}
.newsqa-potion-center:valid{
	border:none;
	outline: none;

}
.newsqa-potion-button{
	display: block;
	width:120px;
	height:32px;
	color:#fff;
	font-size: 14px;
	background: linear-gradient(to right,#45bef6,#0288fa);
	border-radius: 25px;
	float: right;
	margin-top: 20px;
}
/*个人中心问答*/



/* 交卷修改*/

.course-content-lists .list-item .course-titlenews{
	width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}
.course-content-lists .list-item .course-longnews{
	color: #777e98;
    font-size: 12px;
    padding-top: 4px;
    height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.course-content-lists .list-item .course-sepical-boxnews{
	width: 100%;
    display: inline-block;
    padding: 8px 0 0px 0;
    height: 56px;
    overflow: hidden;
}
.course-content-lists .list-item .course-sepical-boxnews span{
	display: block;
    float: left;
    padding: 2px 9px;
    color: #aab0c0;
    font-size: 12px;
    background: #f2f2f2;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.course-sepical-boxnewsvaster{
	width: 100%;
    display: inline-block;
    min-height: 68px;

}
.course-sepical-boxnewsvaster p{
	display: block;
    float: left;
    margin-right: 20px;
    width: 40px;
}
.course-sepical-boxnewsvaster p img{
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.course-sepical-boxnewsvaster p span{
	display: block;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    color: #aab0c0;
    font-size: 12px;
    padding-bottom: 2px;
}
.list-itemstop{
	width: 280px;
    border: 1px solid #efefef;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 35px 12px 0;
    background: #fff;
    position: relative;
    float: left;
    margin-bottom: 26px;
    margin-right: 26px;
    cursor: pointer;
    height: 328px;
    transition: 0.5s;
}

/*直播样式*/
.video-list-area-right .textBox{
	width:100%;
    overflow-y: auto;
    padding:0 15px 15px;
	color:#343434;
	font-size: 12px;
	box-sizing: border-box;
}
.video-list-area-right .textBox .title{
	color:#777e98;
	font-size: 14px;
	width:100%;
	height:55px;
	line-height: 55px;
	padding-left: 35px;
	box-sizing: border-box;
	background: url("/static/home/images/livevide_l.png") no-repeat 5px center;
	background-size: 20px 16px;
}
.video-list-areanews .msg {
    width: 100%;
    min-height: 60px;
    margin: 15px 0;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-start !important;
    word-break: break-all;
	white-space: normal;
	background: #f7f8f8;
	border-radius: 8px;
	border:1px solid #efefef;
}
.video-list-areanews{
	width:100%;
	height:565px;
	overflow-y: auto;
	padding:0 15px;
	box-sizing: border-box;
}
.video-list-areanews .msg .user-head {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.video-list-areanews .msg .user-head img{
	width: 100%;
    height: 100%;
    border-radius: 50%;
}
.video-list-areanews .msg .user-top{
	width: 100%;
	height:50px;
	padding-right: 52px;
   box-sizing: border-box;
    font-size: 12px;
	padding-left:20px;
	padding-top: 8px;
	color:#777e98;
	font-size: 12px;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
	line-height: 22px;
}
.video-list-areanews .msg .user-top .user-top-color{
	color: #aaa;
}
.video-list-areanews .user-msg-imagespic{
	width: 130px;
    height: 110px;
    padding-left: 74%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
}
.video-list-areanews .msg .user-msg {
    width: calc(100% - 45px);
    word-break: break-all;
    position: relative;
    z-index: 5;
    margin: 0 10px;
    overflow-x: hidden;
}
.video-list-areanews  .user-msg-imagespic .leftto1 {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 38px;
}
.video-list-areanews .msg .bottom .leftout1{
	display: block;
    width: 52px;
    height: 32px;
    line-height: 32px;
    color: #2783f2;
	font-size: 12px;
	font-weight: 900;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 14px;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
}
.video-list-areanews .msg .user-msg .leftzhibo1{
	display: block;
    width: 100%;
    height: auto;
    float: left;
    cursor: pointer;
}

.video-list-areanews .msgnew{
    width: 100%;

    margin: 15px 0;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;

}
.video-list-areanews .msgnew .user-head {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.video-list-areanews .msgnew .user-head img{
	width: 100%;
    height: 100%;
    border-radius: 50%;
}
.video-list-areanews .msgnew .user-msg{
	width:100%;
	padding-left: 50px;
	box-sizing: border-box;
}
.video-list-areanews .msgnew .user-msg .leftzhibo1{
	width:100%;
	height:auto;
	display: block;
}
/*==帮助中心*/
.helps-warp{
	width:100%;
	background: #f8fafc;
	padding:20px 0;
}
.helps-main{
	width:1200px;
	min-height: 802px;
	margin:0 auto;
}
.helps-left{
	width:200px;
	min-height:802px;
	float:left;
	background: #fff;
}
.helps-right{
	width:980px;
	min-height:802px;
	float:left;
	background: #fff;
	margin-left: 20px;
}
.helps-left-top1{
	width:200px;
	height:50px;
	background: #2783f2;
	position: relative;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.helps-left-top1span1{
	display: block;
	width:200px;
	height:50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	 font-size: 16px;
	 font-weight: 900;
}
.helps-left-top1span2{
	width:0;
    height:0;
	border-right:9px solid transparent;
	border-left:9px solid transparent;
	border-bottom:9px solid #fff;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left: -9px;

}
.helps-left-title1{
	width:200px;
	height:58px;
	text-align: center;
	line-height: 58px;
	color:#595757;
	font-size: 16px;
	font-weight: 900;
	background: url("/static/home/images/help_bg1.png") no-repeat 37px center;
	background-size: 18px 18px;
	margin-top: 13px;
}
.helps-left-ul1{
	width:200px;
}
.helps-left-ul1 li{
	width:200px;
	height:36px;
}
.helps-left-ul1 li a{
	display: block;
	width:200px;
	height:36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;

}
.helps-left-ul1 li.hover a{
	display: block;
	width:200px;
	height:36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	border-left:4px solid #5c9fff;
	background: #f0f6ff;
	color:#5c9fff;
}
.helps-left-title2{
	width:200px;
	height:58px;
	text-align: center;
	line-height: 58px;
	color:#595757;
	font-size: 16px;
	font-weight: 900;
	background: url("/static/home/images/help_bg2.png") no-repeat 37px center;
	background-size: 18px 18px;
}
.helps-right-title{
	width:940px;
	height:51px;
	line-height: 50px;
	border-bottom: 1px solid #f0f6ff;
	box-sizing: border-box;
	padding-left: 20px;
	color:#595757;
	font-size: 16px;
	font-weight: 900;
	margin:0 auto;
}
.helps-right-main{
	width:980px;
	padding:20px;
	box-sizing: border-box;
}
.helps-right-main img,
.helps-right-main table{
	display: block;
	width:100%;
	height:auto;

}
/*==帮助中心*/
/* BIM装饰配*/
.biemte-warp{
	width:100%;
}
.biemte-banner{
	min-width: 1200px;
	width:100%;
	height:500px;
	background: url("/static/home/images/bimte_banner.png") no-repeat center;
	background-size:cover;
}
.biemte-main{
	width:100%;
	min-height:600px;
	background: #eaf6fd;
}
.biemte-main-top1{
	width:1200px;
	margin:0 auto;
	padding:44px 0 23px;
	text-align: center;
	color:#204283;
	font-size: 40px;
	font-weight: 900;
}
.biemte-main-top1 span{
	color:#ff4141;
	font-size: 40px;
	font-weight: 900;

}
.biemte-main-top2{
	width:1200px;
	margin:0 auto;
	padding-bottom: 42px;
	color:#0b141f;
	font-size: 16px;
	text-align: center;
}
.biemte-main-ul{
	width:1200px;
	min-height:347px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}
.biemte-main-ul li{
	width:382px;
	height:347px;
	background: #fff;
	border-radius: 8px;
}
.biemte-main-ul li span{
	display: block;
	width:100%;
	height:83px;
	line-height: 83px;
	text-align: center;
	color:#ff4141;
	font-size: 32px;
	font-weight: 900;
	margin-top: 17px;
}
.biemte-main-ul li p{
	width:100%;
	padding:0 30px;
	box-sizing: border-box;
	color:#0e1626;
	font-size: 14px;
	line-height: 28px;
	font-weight: 900;
}
.biemte-main-ul li a{
	display: block;
	width:220px;
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background: #ff4141;
	border-radius: 25px;
	transition: 0.5s;
	margin:38px auto 0;
}
.biemte-main-ul li a:hover{

	box-shadow: 0 0 10px #888;
}
.bimte-context{
	min-width: 1200px;
	width:100%;
	height:600px;
	background: url("/static/home/images/bimte_ban2.png") no-repeat center;
	background-size:cover;
}
.bimte-context-top1{
	width:1200px;
	margin:0 auto;
	padding:18px 0 13px;
	text-align: center;
	color:#fff;
	font-size: 40px;
	font-weight: 900;
}
.bimte-context-top1 span{
	color:#ff4141;
	font-size: 40px;
	font-weight: 900;

}
.bimte-context-top2{
	width:100%;
	text-align: center;
	color:#ffffff;
	font-size: 16px;
padding-bottom: 29px;
}
.bimte-context-ul{
	width:1200px;
	height:180px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.bimte-context-ul li{
	width:380px;
	height:180px;
	border-radius: 8px;
}
.bimte-context-ul li:nth-child(1){
	background: url("/static/home/images/bimte_l1.png");
}
.bimte-context-ul li:nth-child(2){
	background: url("/static/home/images/bimte_l2.png");
}
.bimte-context-ul li:nth-child(3){
	background: url("/static/home/images/bimte_l3.png");
}
.bimte-context-ul li span{
	display: block;
	width:100%;
	padding:30px 0 23px;
	color:#fff;
	font-size: 24px;
	font-weight: 900;
	padding-left: 178px;
	box-sizing: border-box;
	background: url("/static/home/images/bimte_t.png") no-repeat 142px 34px;
	background-size: 31px 24px;
}
.bimte-context-ul li p{
	display: block;
	width:100%;
	color:#ffffff;
	font-size: 16px;
	padding:0 45px;
	box-sizing: border-box;
	line-height: 26px;
}

.bimte-context-top3{
	width:1200px;
	margin:0 auto;
	padding:32px 0 20px;
	text-align: center;
	color:#fff;
	font-size: 40px;
	font-weight: 900;
}
.bimte-context-top3 span{
	color:#ff4141;
	font-size: 40px;
	font-weight: 900;
}
.bimte-context-form{
	width:1200px;
	height:160px;
	margin:0 auto;
	background: #1e2634;
	padding-left: 184px;
	padding-top: 40px;
	box-sizing: border-box;
}
.bimte-context-formtop1{
	width:282px;
	height:68px;
	float:left;
	margin-right: 20px;
}
.bimte-context-formtop1 label{
	display: block;
	width:282px;
	height:28px;

	color:#eaecf0;
	font-size: 16px;
	font-weight: 900;
}
.bimte-context-formtop1 input{
	display: block;
	width:282px;
	height:40px;
	line-height: 28px;
	font-size: 14px;
	padding:0 22px;
	font-family: "微软雅黑";
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	border:none;
	outline: none;
}
.bimte-context-formtop2{
	width:240px;
	height:40px;
	text-align: center;
	line-height: 40px;
	float: left;
	padding-top:28px;
}
.bimte-context-formtop2 button{
	display: block;
	width:240px;
	height:40px;
	border-radius: 25px;
	background: linear-gradient(to right,#ff4f59,#fa8253);
	color:#ffffff;
	font-size: 14px;
	border:none;
	outline: none;
	transition: 0.5s;
}
.bimte-context-formtop2 button:hover{
	box-shadow: 0 0 10px #888;
}
.bimte-img{
	width:100%;
	min-height:1587px;
	background: #eaf6fd;
}
.bimte-imgwarp{
	width:1200px;
	margin:0 auto;
}
.bimte-img-title{
	width:100%;
	padding:50px 0 69px;
	text-align: center;
	color:#204283;
	font-size: 40px;
	font-weight: 900;
}
.bimte-img-title span{
	color:#ff4141;
	font-size: 40px;
	font-weight: 900;
}
.bimte-img-ul{
	width:1200px;
	padding:0 108px;
	box-sizing: border-box;
	min-height: 550px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bimte-img-ul li{
	width:268px;
	height:235px;

}
.bimte-img-ul li img{
	display: block;
	width:268px;
	height:175px;
}
.bimte-img-ul li span{
	display: block;
	width:100%;
	height:60px;
	margin-top: 20px;
	text-align: center;
	color:#204283;
	font-size: 32px;
	font-weight: 900;
}
.bimte-img-title1{
	width:100%;
	padding:44px 0 20px;
	text-align: center;
	color:#204283;
	font-size: 40px;
	font-weight: 900;
}
.bimte-img-title1 span{
	color:#ff4141;
	font-size: 40px;
	font-weight: 900;
}
.bimte-img-title2{
	color:#221815;
	font-size: 16px;
	padding:0 0 48px;
	text-align: center;
	width:100%;
}
.bimte-img-ul1{
	width:1200px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 640px;
}
.bimte-img-ul1 li,
.bimte-img-ul1 li img{
	display: block;
	width:270px;
	height:270px;
}
.tostudents-fotternew{
	width:100%;
	height:336px;
	background: url("/static/home/images/students_for.png") no-repeat center;
	background-size: 15%;
	margin-top: 0px;
	min-width: 1200px;
}
.tostudents-fotternew p:nth-child(2){
	font-size: 30px;
}
/* BIM装饰配*/

.background-color-red{
	background: #ff515a !important;
}
.background-color-huil{
	background: #a0c7f5 !important;
}
.background-color-blue{
	background: #2783f2 !important;
}

/*feedback*/
.feedback-warp{
	width:100%;
	background: #f8fafc;
	padding-top: 57px;
	padding-bottom: 53px;

}
.feedback-main{
	width:1200px;
	margin:0 auto;
	height:150px;
	background: #c5cdd9;
	border-radius: 4px;
}
.feedback-main-top{
	width:100%;
	padding:26px 40px 0;
	box-sizing: border-box;
	font-size: 32px;
	font-weight: 900;
	color:#ffffff;
}
.feedback-main-top1{
	width:100%;
	padding:20px 40px 0;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 900;
	color:#ffffff;
}
.feedback{
	width:1200px;
	min-height:711px;
	background: #fff;
	margin:0 auto;
	padding:0 40px;
	box-sizing: border-box;
	padding-bottom: 80px;
}
.feedback-top{
	width:100%;
	display: inline-block;
	padding-top:53px;
	padding-bottom: 46px;
}
.feedback-top-div{
	width:174px;
	height:16px;
	float:left;
}
.feedback-top-div label{
	display: block;
	float:left;
	height:16px;
	line-height: 16px;
}
.feedback-top-div input{
	display: block;
	float:left;
	width:16px;
	height:16px;
	margin-right: 12px;
}
.feedback-title{
	width:100%;
	color:#000000;
	font-size: 24px;
	font-weight: 900;
	clear: both;
	padding-bottom:29px;
}
.feedback-textarea{
	width:100%;
	height:200px;
	display: block;
	padding-bottom: 29px;
}
.feedback .feedback-input{
	width:100%;
	height:40px;
	display: block;
	padding-bottom: 29px;
}
.feedback .feedback-input input{
	width:100%;
	height:38px;
	border:1px solid #efefef;
	outline: none;
	padding-left:10px;
	box-sizing: border-box;
	color:#adadad;
}
.feedback-textarea textarea{
	display: block;
	width:100%;
	height:200px;
	border:1px solid #efefef;
	outline: none;
	padding:15px 14px;
	box-sizing: border-box;
	color:#adadad;
	resize: none;
}
.feedback-textarea textarea:valid{
	border:1px solid #efefef;
}
.feedback-title1{
	width:100%;
	height:94px;
	line-height: 94px;
	font-weight: 900;
	color:#adadad;
	font-size: 14px;
}
.feedback-add{
	width:100%;
	display: inline-block;
}
.feedback-add ul{
	width:100%;
	display: inline-block;
}
.feedback-add ul li{
	width:80px;
	height:80px;
	float: left;
	margin-right: 20px;
	display: none;
}
.feedback-add ul li img{
	width:80px;
	height:80px;
	display: block;
}
.feedback-add-div{
	width:60px;
	height:60px;
	background: #f8fafc;
	color:#000;
	text-align: center;
	line-height: 60px;
	font-weight: 900;
	font-size: 16px;
	margin-top: 17px;
	cursor: pointer;
}
.feedback-add-divinput{
	display: none;
}
.feedback-add-iplone{
	width:360px;
	height:43px;
	margin-top: 25px;
}
.feedback-add-iplone input{
	display: block;
	width:360px;
	height:43px;
	border:1px solid #efefef;
	box-sizing: border-box;
	border-radius: 3px;
	padding:0 14px;
	color:#b5b5b6;
	font-size: 14px;
	font-weight: 900;
}
.feedback-add-bottom{
	width:360px;
	height:50px;
	padding-top: 23px;
}
.feedback-add-bottom input{
	display: block;
	width:360px;
	height:50px;
	background: #2783f2;
	outline: none;
	border: none;
	color:#ffffff;
	font-size: 16px;
	font-weight: 900;
	border-radius: 6px;
}
/*feedback*/
.shopdetail-bottom-right-p1newdivnew{
	width:100%;

}
.shopdetail-bottom-right-p1newdivnew p{
    display: block;

    padding:17px 13px;
    font-size: 12px;
    background: #f7f8f8;
    border-radius: 8px;
    color:#777e98;
    line-height: 22px;
    display: none;
}
.shopdetail-bottom-right-p1newdivnew p span{
    display: block;
    font-size: 12px;
    line-height: 26px;
}
.shopdetail-bottom-right-p2new {
    display: block;
    width: 310px;
    font-size: 12px;
    font-weight: 900;
    color: #777e98;
    padding: 10px 0 10px;
}
.shopdetail-bottom-right-p2new:hover{
	color: #777e98;
}
.shopdetail-bottom-right-p1newdivquewstion .title{
	padding-bottom: 42px;
}

/*xieyi*/
.xieyi-form{
	width:100%;
	padding-top: 33px;
	padding-bottom: 50px;
}
.xieyi-form-top1{
	width:100%;
	color:#2d3341;
	font-size: 16px;
	padding-bottom: 29px;
}
.xieyi-form-top1 span{
	color:#ff4f59;
	font-size: 14px;
	padding-left:17px;

}
.xieyi-form-top2{
	width:100%;
	height:36px;
	padding-bottom: 24px;
}
.xieyi-form-top2 label{
	width:82px;
	height:36px;
	color:#2d3341;
	font-size: 14px;
	line-height: 36px;
	float:left;

}
.xieyi-form-top2 input{
	width:380px;
	height:36px;
	color:#b5b5b6;
	font-size: 14px;
	line-height: 36px;
	float:left;
	padding:0 13px;
	box-sizing: border-box;
	border: 1px solid #b5b5b6;
	border-radius: 6px;
}
.xieyi-position{
	width:1100px;
	height:620px;
	background:#fff;
	border-radius: 12px;
	position: fixed;
	left:50%;
	top:50%;
	margin-left: -550px;
	margin-top: -310px;
	display: none;
}
.xieyi-position-title{
	width:100%;
	height:94px;
	text-align: center;
	color:#221815;
	font-size: 16px;
	line-height: 94px;
}
.xieyi-position-title2{
	width:1000px;
	border-radius: 8px;
	background:#f7f8f8;
	height:450px;
	margin:0 auto;
	padding:18px;
	box-sizing: border-box;
	overflow-y: auto;
}
.xieyi-position-title2 p{
	color:#3e3a39;
	font-size: 14px;
	line-height: 26px;
}
.xieyi-position-title2 .xieyi-position-title2-p1{
	padding-bottom: 34px;
}
.xieyi-position-title2 .xieyi-position-title2-p2{
	padding-bottom: 36px;
}
.xieyi-position-button{
	width:100%;
	height:40px;
	padding-top: 20px;
}
.xieyi-position-button span{
	display: block;
	width:180px;
	height:40px;
	background: linear-gradient(to right,#fa8253,#ff4f59);
	color:#fff;
	font-size: 14px;
	border-radius: 25px;
	line-height: 40px;
	text-align: center;
	margin:0 auto;
}
.index-bottomnew-img{
	width:100%;
	height:80px;
	background: url("/static/home/images/znhf_b1.png") no-repeat center;
	background-size:1920px 80px;
	position: fixed;
	left:0;
	bottom:0;
	z-index:999;
}
.index-bottomnew-img-warp{
	position: relative;
	width:100%;
	height:80px;
}
.index-bottomnew-img-warp a{
	display: block;
	width:100%;
	height:80px;

}
.index-bottomnew-img-warp span{
	display: block;
	width:30px;
	height:30px;
	position: absolute;
	right:80px;
	bottom:15px;
	cursor: pointer;
	background: url("/static/home/images/quit.png") no-repeat center;
	background-size: 30px;
}
.ding-no-datanew{
	padding:15px 0 0;
}
.learnew-position{
	width:360px;
	height:630px;
	border-radius: 8px;
	background: #fff;
	position: fixed;
	left:50%;
	top:50%;
	display: none;
	margin-left: -180px;
	margin-top: -315px;
	padding:0 48px;
	box-sizing: border-box;
}
.learnew-position-img{
	width:100%;
	height:28px;
}
.learnew-position-img img{
	display: block;
	width:20px;
	height:20px;
	margin-top: 12px;
	float: right;
	margin-right: -31px;
	cursor: pointer;
}
.learnew-position-title{
	width:100%;
	color:#000000;
	font-size: 16px;
	padding-bottom: 20px;
}
.learnew-position-title1{
	width:100%;
	padding-bottom:16px;
	color:#8a8a8a;
	font-size: 14px;
}
.learnew-position-title1 span{
	color:#f7c14c;
	padding:0 5px;
}
.learnew-position-bottom{
	width:100%;
}
.learnew-position-bottom p{
	display: block;
	width:100%;
	padding-bottom:3px;
	line-height: 24px;
	color:#8a8a8a;
	font-size: 12px;
}
.learnew-position-rili{
	width:100%;
	color:#2d2d2d;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 25px;
}
.learnew-position-week{
	width: 100%;
	margin-bottom:25px;
}
.learnew-position-week .week-item{
	font-size: 16px;
	line-height: 20px;
	width: calc((360px - 96px) / 7);
	color: #2d2d2d;
	font-weight: bold;
	user-select: none;
	text-align: center;
}
.learnew-position-rili-day{
	width: 100%;
}
.learnew-position-rili-day .day-item{
	font-size: 16px;
	width:calc((360px - 96px) / 7);
	line-height: 20px;
	font-weight: bold;
	height:40px;
	padding-bottom: 5px;
	text-align: center;
}
.learnew-position-rili-day .day-item.signed-in::after{
	display: block;
	content:" ";
	width: 100%;
	height: 19px;
	background: url("/static/home/images/qiandao_b1.png") no-repeat center;
	padding-top: 5px;
}
/* 添加助教老师弹窗 */
.add-assistant-popup{
	width: 315px;
	height:450px;
	display: none;
	background: url("/static/home/images/add-assistant-background.jpg");
	background-size: 100%;
	position: relative;
	border-radius: 5px;
}
.add-assistant-popup .add-assistant-qrcode-image{
	width:180px;
	height:180px;
	position: absolute;
	left: 68px;
	bottom: 114px;
}
/* add-assistant-hds 活动抽奖*/
.add-assistant-hds{
	width: 166px;
	height: 164px;
	background: url(/static/home/images/hd/hd_b1.png) no-repeat center / 100% 100%;
	position: fixed;
	right: 30px;
	bottom: 56px;
	z-index: 99;
}
.add-assistant-hds .warps{
	width: 166px;
	height: 164px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-content: center;
}
.add-assistant-hds .warps .close{
	position: absolute;
	right: -25px;
	top: -25px;
	cursor: pointer;
	
}
.add-assistant-hds .warps img{
	cursor: pointer;
}

.add-assistant-hdsnext{
	width: 400px;
	height: 500px;
	border-radius: 8px;
	display: none;
	background: url(/static/home/images/hd/hd_a.png) no-repeat center / 100% 100%;
}
.add-assistant-hdsnext .warps{
	width: 400px;
	height: 500px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-content: center;
}
.add-assistant-hdsnext .warps .close{
	position: absolute;
	right: -25px;
	top: -25px;
	cursor: pointer;
}
.add-assistant-hdsnext .warps .btns1{
	margin-bottom:73px;
	margin-top: 30px;
}
.add-assistant-hdsnext .warps .btns3{
	width: 150px;
	height: 150px;
	border-radius: 8px;
	margin: 20px 0 15px;
	
}
/* supervisor*/
.supervisor-banner{
	width:100%;
	height:500px;
	background: url(/static/home/images/supervisor_banner.png) no-repeat center;
	background-size:cover;
}
.supervisor .colorzi{
	color:#50349b !important;
}
.tostudents-fiexd{
	width:100px;
	height:500px;
	background: #492e8d;
	position: fixed;
	left:5%;
	bottom:10px;
	border-radius: 50px;
	border:3px solid #ffcc00;
	box-sizing: border-box;
	z-index:999;
}
.supervisor-fiexd-ul li{
	width:95px;
	height:50px;
	border-bottom:1px dashed #ffcc00;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	cursor: pointer;
}
.supervisor-biao-left{
	width:150px;
	height:30px;
	background: url(/static/home/images/supervisor_left.png) no-repeat left center;
	float: left;
}
.supervisor-biao-right{
	width:150px;
	height:30px;
	background: url(/static/home/images/supervisor_right.png) no-repeat center;
	float: right;
}
.supervisor-app{
	width:100%;
	min-height:802px;
	background: url("/static/home/images/supervisor_bottom_1.png");
	background-size: cover;
}
.supervisor-pic-bottom{
	background: linear-gradient(to right,#ff4f59,#fa8253);
}
.supervisor-pic-bottomright button{
	background: linear-gradient(to right,#d953f1,#784fff);
}
.supervisor-object-ul{
	display: flex;
	justify-content: center;
}
.supervisor-object-ul li p:nth-child(1){
	background: #452b86;
}
.supervisor-numberone-ul{
	width:1120px;
}
.supervisor-numberone-ul li{
	width:140px;
	text-align: center;
	box-sizing: border-box;
	padding:0 30px;
	line-height: 22px;
	padding-top: 8px;
}
.supervisor-numberone-ul li.center{
	line-height: 48px !important;
}
.supervisor-numberone{
	background:#452b86;
}
.supervisor-numberone-ul .tostudents-numberone-ulhover{
	color:#452b86;
}
.supervisor-qie-ul .tostudents-qie-ulhover{
	border-bottom: 3px solid #452b86;
	box-sizing: border-box;
}
.supervisor-qie-ul li{
	color:#000;
}
.supervisor-qie-ul1l1  ul li{
	background: #452b86;
}
.tostudents-qie-ul1l2 .colorsize{
	color:#452b86;
}
.supervisor-list-left-top9 a p:nth-child(1){
	padding-top: 0;
}
.supervisor-list-left-top5{
	background: linear-gradient(to right bottom,#45475c,#8888aa);
}
.supervisor-list-left-top6{
	height: 200px;
	padding-top:12px;
}
.supervisor-list-left-top6 li{
	padding-bottom: 4px;
}
.supervisoryellow-list-left-top5{
	background: linear-gradient(to right bottom,#fabb61,#e58c50) !important;
}
.supervisorzi-list-left-top5{
	background: linear-gradient(to right bottom,#452b86,#5e3fb6) !important;
}
.supervisor-vide-ul li{
	width:150px;
	color:#452b86;
}
.supervisor-vide-ul .tostudens-vide-ul-li{
	background: #452b86;
}
/* supervisor*/
/*-----------gostudent*/
.gosudent-title{
	width:940px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 900;
}
.gosudent-ul{
	width:940px;
	display: none;
}
.gosudent-ul li{
	width:940px;

}
.gosudent-ul-title{
	width:940px;
	height:48px;
	padding-left: 32px;
	box-sizing: border-box;
	display: flex;
	cursor: pointer;
	background: url("/static/home/images/wongnew_2.png") no-repeat left center;
	background-size: 20px 20px;
}
.gosudent-ul-titleshow{
	width:940px;
	height:48px;
	padding-left: 32px;
	box-sizing: border-box;
	display: flex;
	cursor: pointer;
	background: url("/static/home/images/wongnew_1.png") no-repeat left center;
	background-size: 20px 20px;
}
.gosudent-ul-title .txt1{
	display: block;
	width:876px;
	height:48px;
	line-height: 48px;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.gosudent-ul-title .txt2{
	display: block;
	width:18px;
	height:10px;
	line-height: 36px;
	font-size: 14px;
	background: url("/static/home/images/toggle1.png") no-repeat center;
	background-size: 18px 10px;
	margin-top:13px;
}
.gosudent-ul-titleshow .txt2{
	display: block;
	width:18px;
	height:10px;
	line-height: 36px;
	font-size: 14px;
	background: url("/static/home/images/toggle2.png") no-repeat center;
	background-size: 18px 10px;
	margin-top:24px;
}
.gosudent-ul-ul{
	width:940px;

}
.gosudent-ul-ul li{
	width:940px;
	height:48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("/static/home/images/yuandian.png") no-repeat 16px center;
	position: relative;
}
.gosudent-ul-ul li .a1{
	display: block;
	/*width:837px;*/
	height:48px;
	line-height: 48px;
	color:#898989;
	font-size: 12px;
	/*padding-right: 10px;*/
	box-sizing: border-box;
	padding-left: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.gosudent-ul-ul li .gosudent-btn-group{
	height: 100%;
	display: flex;
	align-items: center;
}
.gosudent-ul-ul li .gosudent-btn-group .exercise-btn,.gosudent-ul-ul li .gosudent-btn-group .a2{
	padding:0 10px;
	border-radius: 25px;
	height:24px;
	line-height: 24px;
	color:#fff;
}
.gosudent-ul-ul li .gosudent-btn-group .exercise-btn{
	background: #fc6a01;
	margin-right: 10px;
}
.gosudent-ul-ul li .gosudent-btn-group .a2{
	background: #019afc;
}
.gosudent-ul-ul li .course_live_status1,.gosudent-ul-ul li .course_live_status2,.gosudent-ul-ul li .course_live_status3{
	position: absolute;
	right: 0;
	line-height: 48px;
	font-size: 14px;
	cursor: default;
}
.gosudent-ul-ul .course_live_status1{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU3NEZEM0E1NDU5OTExRUJBMjkzQjYxNURBMjU3MDlBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU3NEZEM0E2NDU5OTExRUJBMjkzQjYxNURBMjU3MDlBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTc0RkQzQTM0NTk5MTFFQkEyOTNCNjE1REEyNTcwOUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTc0RkQzQTQ0NTk5MTFFQkEyOTNCNjE1REEyNTcwOUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ypvmaAAADf0lEQVR42sSYaUgVURiG506llClGu5VWWAaWRrRARAtFKGVqexFdo6yg7EfLj+hH0K8gDSIjbCESSihapWyB9sgoIrIiDYUULLQNSSMi6v3gnfgY7jJ37uIHD/ecmTNz3znnzLeMp6y01HBhM8ACMBwMBAnAAzpBO2gFN8CdUG/cM4Sx6aAE5IFRDsbvAh8orBy8dvInpoMxA8AJ8B5ss4n5BRrBPXAXNPCYZWlgE6gDVWBouDO0ARwAyeqYLMM1cB+0gDbbNbKEI8B0kA/m8fhKsBDsAMfcCDrEGbFMpv4guB3kIdrJCy7VLLAVLAV9QQXFFoWyZOeUmD+gGOQGEDMVzPZzTmZyGVgCfvKYF1Q7FVTGGxh8W7K4h/zZOPCUe2hsgHEXQTY3usHlOxxM0Cqwne2PvMHbIEuUrdoZQcbKizERNLEvS7nen6BEUKn6svafHbyFP1S7y8H472AK+Mu+zH5/X4KOq03u5dNEy76CFap/yi4oRQ14YJupaNl5UMt2Hpfyv6A9auBOI3bmVe0tWtAa/j4Bz2IoqIErYtAtJIigmSCJByuN2NsR/vYTry6CFqmTj7pB0GPVzjQZd8R+g+ZuENTKmCg2yVSBU5xVR5g3/+TiGvFHLy3HajLgWZ7ZjSWo9hyX97BSliSTmZ6hPGeo9ka1JTYtDmOGPaZapmFhCCpQ/QuMiaFYnBVWTMYWg5lgsktRV2xv61kmZE4ti7/1pto7vZykmAGs2hafqmwz588Gg5FsvxJBl2zVRDgmid1y1Zd7Fwa5Zppq15l03d94oChCQbPQVyT3Y1Zm+gXcMtVGNJjrZkVA1GXGJknu9gYYJ3XdXLUPuyxB+9Sg/RHywJKyZrJY8GcnVfuojvYtXH+DyXxuDEKGzMx8tmvAc3vGWMwKw3pj0qIoRtLlq77yIi2oQ53owcgfHwUxccy5+rBfwjrOZ9Vxhrm1teGkvBkSQTGDuDQZ6mUqD1aXbVTTmc2sbnUExEgdVg8msH+T1ayjyjVfFXGJnDnZeJNdCBlPB1mtQpNkpjmhfv0Qh7VZbfQcrn0N49SYANem8umv88tHgS2Z97r9+lHBel6c21olzHq6Zjo/q0DsDUb7qWDFWe4G78L9YNXEJxLHtY57IUXNRGqAa9u4VKfBw0h/Qasl8XScGSzu0vn2eCigkSlpPTduZygb7p8AAwD8AbQqrEFgVAAAAABJRU5ErkJggg==") no-repeat right center;
	background-size: 14px;
	color: #898989;
	width: 64px;
}
.gosudent-ul-ul .course_live_status2{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAXCAYAAABj7u2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFQUYwQTNENDM1RjExRUI5OUZCQjU3QTQwNEQ3OTY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFQUYwQTNFNDM1RjExRUI5OUZCQjU3QTQwNEQ3OTY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkVBRjBBM0I0MzVGMTFFQjk5RkJCNTdBNDA0RDc5NjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkVBRjBBM0M0MzVGMTFFQjk5RkJCNTdBNDA0RDc5NjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7aMPdyAAABqElEQVR42mL87x/JQCGYBcSpUPY1ILYB4vfkGsZEoWPUkBwDAlpAnEyJgZQ6iA+LmNhAOug3FrFvA+kgqgMWItXFArE4EO8E4ssk2sENTWf/gXgRoQTPgmShDhDvAeLdaGoWQeVBoBuITYH4DJGOEQDiU0CsCuUXA7EJEL9CUiMLxOlA/AWIO0AOqgfiBqhkGRAHAPFGJANjsYQWsQ5yQnIMzHI3IF6ClAEuQe0BAUcmJMfAAHI25qcgmkGAlUC6DUJyDAi4gSR/omn4isT+A8R/0eR/UZgL/6BFKTL4woTFgj90zFQ/0Pj/B122Z8JSFjEOZLHDBC0nGHAkZGYsDmYmwUJGAmLoZvGCLNuHJngSLQGjG8pOgoM4sYhxIbH3oMl9BDkoEIhXAvEFIJ4IxM1ICl4C8V00TftIcNBpAmJngTgNiM8B8VEgdgfF4ScgjsBhIKi49wTidmihtgrqeGLBTWhBWAc1qwvqcWQwG4qJLuRuA3EIBQl3N5bqaOjU9kw00M8ykA5iGGwOAiXa+2hiKwfMN9DmqgUQl0LLl9VAfJ4SAwECDAAY4ErBIEOsCAAAAABJRU5ErkJggg==") no-repeat right center;
	background-size: 14px;
	color: #ff4f59;
	width: 64px;
}
.gosudent-ul-ul .course_live_status3{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNUU0NTk4NDU5OTExRUI5NDAxQzFCMDgwMTg2MkNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNUU0NTk5NDU5OTExRUI5NDAxQzFCMDgwMTg2MkNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU1RTQ1OTY0NTk5MTFFQjk0MDFDMUIwODAxODYyQ0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU1RTQ1OTc0NTk5MTFFQjk0MDFDMUIwODAxODYyQ0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7BLsWSAAADvUlEQVR42syYe2iPURjH/d6NZkwyE7kTY+63GOaukTFapM0l5VYbZnIpf/hjLpOYXHKL1GwyFBajCC3XGTN3RfyhGDaGbGP7+T56Xh6n9/2953dZeerT75zzO+e8z3suz+V1ud3uev+TBHdb/8UstwcjwTFQ5WGMAeLBUNAORIBmoD4oA+XgLbgP8sFLrxTiX5rwLv9OB5Mt+vYCS0AsK6Irp8A5cECns8G/fVkZkgFKn0ZgAygBC7xUhmQq2A9ugwm6K1Qj2ipEeTxP1kEZ9x5cBc/BY1AKakEY6A46gv7Kyw3iLdwCVjkp9MNCoUSQrfQvAjms5FcPW2TKMLAIzBZtK1lZOhbf7basVrTRKZ+nKFMN1oCBYJsHZVS5BuaAIbyipowFN8TzPSo0AhwS9Sd8oDf7cZtvgVFgl2jrAy7pKBQsymdBFJ+VQAjd0hWiTkrus1LIStx8tui6ngR5YAcfWH+EtnynqC8EMepquCwGuvjKqtIJxPmp1FIwGvTk+l7QQ67QC/BJc7KiAG2fvHlRbP3/rFAZa5vALqDGYrUagAdsdUnagnBQ7KNCNO4MmML1NHDaFZle4ctkZNkL+YUKeLI7PswzGNzkciW9oOHj240XqxvDytGVbuWDOXjE5RDyo6ZCe9gFxGtO9M2iLZk9e7LD7VUlT5RjDXZ4i9kHbdWcpNamPYRX6imHMjrySpQjSKGuouFjgG5QF3CFr7PLoW+5KIeSQk1tPH0ghBxrG4c+1XKFDcXTBzqeLeBQRScm+x0GGRxumtI4QIrQoU/hc1Tp0DdMjjPYm5sSqXlDPJ2L7aAz2K254i1l6EMPvwc+iNh6uMYkYRZt5znwWg7eebGa0aJcYnCGkS8ap2lMUijKZHtmgYn8ct5IEx5nSo4hDp8pCRoTXQbjwHze5mwfz1oy+0iS12ScTYVyRVhKTjNVYzKK9g6Cn34c/jRRzpVX7jM4LP7MBEF1nKRmgOYiyUhXbUCGkrFeqENlxoDVor6Jk4t/FHrDGYLMDDLrQBlKNC+KOgWH6+xiatrHo6KeqsS//ko0p+zSjsU5BfmJHKeYksIfIFr7qcxccJ2jTFMmcWTgmHWoid0MHrjMxih6EnIfJ5RLQ5IkwuG/LsAhhM1ioyellFOjYl5+9XNLQ7bYvflLSbzF+CTlHFkmhXaZARnNjWKpW4C1os8zvhDkt0I5vgq3me84G0PbCEA3yA/nLxYzffgcY4apWayQZ6/tZdYRxKtGdqQff3WzkirOJiiAPwIe6j7glwADAOWyx+19i8f8AAAAAElFTkSuQmCC") no-repeat right center;
	background-size: 14px;
	color: #2783f2;
	cursor: pointer !important;
	width: 50px;
}
.gosudent-ul-ul .toVide .a1{
	color:#fe0000;

}
.gosudent-ul-ul .toVide .a2{
	display: inline-block;
}

/*---------------courseplay-div*/
.courseplay-warp{
	width:760px;

}
.courseplay-title{
	width:760px;
	height:55px;
	border-bottom: 1px solid #efefef;
	color:#ff4f59;
	font-size: 16px;
	font-weight: 900;
	line-height: 55px;
}
.courseplay-ul{
	width:760px;
}
.courseplay-ul li{
	width:760px;
}
.courseplay-ul-tit{
	width:760px;
	height:48px;
	padding-left: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: url("/static/home/images/cornew_b.png") no-repeat left center;
	background-size: 18px 15px;
	cursor: pointer;
}

.courseplay-ul-tit .txt1{
	display: block;
	width:686px;
	height:48px;
	line-height: 48px;
	color:#000000;
	font-size: 14px;
	overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;

}
.courseplay-ul-tit .txt2{
	display: block;
	width:18px;
	height:10px;
	margin-top: 19px;
	background: url("/static/home/images/toggle1.png") no-repeat center;
	background-size: 18px 10px;
}
.courseplay-ul-titshow .txt2{
	display: block;
	width:18px;
	height:10px;
	margin-top: 19px;
	background: url("/static/home/images/toggle2.png") no-repeat center;
	background-size: 18px 10px;
}

.courseplay-ul-titno{
	width:760px;
	height:48px;
	padding-left: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: url("/static/home/images/cornew_b.png") no-repeat left center;
	background-size: 18px 15px;
	cursor: pointer;
}

.courseplay-ul-titno .txt1{
	display: block;
	width:660px;
	height:48px;
	line-height: 48px;
	color:#000000;
	font-size: 14px;
	overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;

}
.courseplay-ul-titno .txt2{
	display: block;
	color:#ff4f59;
	font-size: 12px;
	font-weight: 900;
	height:48px;
	line-height: 48px;
}
.courseplay-ul-titshow .txt2{
	display: block;
	width:18px;
	height:10px;
	margin-top: 19px;
	background: url("/static/home/images/toggle2.png") no-repeat center;
	background-size: 18px 10px;
}


.courseplay-ul-tit-ul{
	width:760px;
}
.courseplay-ul-tit-ul li{
	width:760px;
	height:48px;
	line-height: 48px;
	padding-left: 32px;
	box-sizing: border-box;
	background: url("/static/home/images/yuandian.png") no-repeat 24px center;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.courseplay-ul-tit-ul li .txt1{
	display: block;
	width:660px;
	height:48px;
	line-height: 48px;
	color:#898989;
	font-size: 12px;
	overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;

}
.courseplay-ul-tit-ul li .txt2{
	display: block;
	color:#ff4f59;
	font-size: 12px;
	font-weight: 900;
}
.courseplay-ul-tit-ul li .txt3{
	display: block;
	color:#9fa0a0;
	font-size: 12px;
	font-weight: 900;
}
.courseplay-ul-tit-ul li .inpu1{
	display: block;
	width:16px;
	height:16px;
	left:0;
	top:16px;
	position: absolute;
}
.courseplay-quan{
	width:100%;
	height:66px;
	display: flex;

}
.courseplay-quan .inpu1{
	display: block;
	width:16px;
	height:16px;
	left:0;
	margin-top:25px;

}
.courseplay-quan .txt1{
	color:#898989;
	font-size: 14px;
	font-weight: 900;
	line-height: 66px;
	height:66px;
	display: block;
	margin-left: 15px;
}
.courseplay-quan .txt2{
	width:100px;
	height:32px;
	line-height: 32px;
	text-align: center;
	color:#ffffff;
	font-size: 14px;
	font-weight: 900;
	display: block;
	background: linear-gradient(to bottom,#fa8253,#ff5259);
	border-radius: 25px;
	margin-left: 38px;
	margin-top: 17px;
	user-select: none;
	cursor: pointer;
}
.courseplay-quan .txt2:hover{
	transition: all .3s;
	box-shadow: #ff5259 0px 0px 5px 1px;
	transform: translate(0,-2px);
}
.courseplay-quan .txt3{
	height:66px;
	line-height: 66px;
	color:#fc6856;
	font-size: 14px;
	font-weight: 900;
	display: block;
	margin-left: 18px;
}
/* conturctor*/
.contructor-banner{
	width:100%;
	height:500px;
	background: url("/static/home/images/contructor_banner.png") no-repeat center;
	background-size: cover;
}

.contructor-title{
	width:1200px;
	min-height:217px;
	margin:0 auto;
	background:#f8fafc;
	position: relative;
}
.contructor-title-top{
	width:1200px;
	text-align: center;
	color:#0a405a;
	font-size: 60px;
	font-weight: 900;
	padding-top: 58px;
}
.contructor-title-top1{
	width:1200px;
	text-align: center;
	color:#e2e4eb;
	font-size: 72px;
	font-weight: 900;
	margin-top: -24px;
}
.contructor-title-top2{
	width:578px;
	height:30px;
	position: absolute;
	bottom:44px;
	left:50%;
	margin-left:-289px;
}
.contructor-title-top2 span{
	display: block;
}
.contructor-title-top2-left{
	width:150px;
	height:30px;
	background: url(/static/home/images/contructor_left.png) no-repeat left center;
	float: left;
}
.contructor-title-top2-right{
	width:150px;
	height:30px;
	background: url(/static/home/images/contructor_right.png) no-repeat center;
	float: right;
}
.contructor-title-top2-center{
	width:278px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#0a405a;
	font-size: 28px;
	float: left;
}
.contructor-tit-warp{
	width:1200px;
	background: #f8fafc;
	margin:0 auto;
	min-height: 234px;
	position: relative;
}
.contructor-tit-warp p:nth-child(1){
	width:1200px;
	color:#124861 ;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	position: absolute;
	left:0;
	top:80px;
	z-index:99;
}
.contructor-tit-warp p:nth-child(2){
	width:1200px;
	color:#e2e4eb;
	font-size: 91px;
	font-weight: 900;
	text-align: center;
	position: absolute;
	left:0;
	top:105px;
	z-index:9;
}
.contructor-fotter {
    width: 100%;
    height: 414px;
    background: #0f527d url(/static/home/images/students_for.png) no-repeat center;
    margin-top: 0px;
    min-width: 1200px;
}
.contructor-fotter p:nth-child(1){
	display: block;
	   width:934px;
	   height:auto;
	   padding-top: 96px;
	   margin:0 auto;
   }
   .contructor-fotter img{
	   display: block;
	   width:934px;
	   height:auto;

   }
   .contructor-fotter p:nth-child(2){
	   width:100%;
	   color:#fff;
	   font-size: 36px;
	   text-align: center;
	   padding-top: 36px;
   }
.contructor-app-warp-lefttop  p:nth-child(1){
	color:#0f527d;
}
.contructor-app-warp-lefttop  p:nth-child(2){
	color:#0f527d;
}
.contructor-app {
    width: 100%;
    min-height: 802px;
    background: url(/static/home/images/contructor_fotter.png);
    background-size: cover;
}
.contructor-fiexd-ul{
	width: 100px;
    height: 500px;
    background: #184e68;
    position: fixed;
    left: 5%;
    bottom: 10px;
    border-radius: 50px;
    border: 3px solid #ffcc00;
    box-sizing: border-box;
    z-index: 999;
}
.contructor-object-ul li{
	width:382.6666px;
}
.contructor-object-ul li p:nth-child(1){
	width: 100%;
    height:90px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	background: linear-gradient(to right,#093f57,#568cae);
	line-height: normal;
	padding-top: 20px;
	box-sizing: border-box;
}
.contructor-object-ul li p:nth-child(1) span{
	display: block;
	width:100%;
	text-align: center;
	color:#fff;
	font-weight: normal;
	font-size: 16px;
	height:16px;
}
.contructor-object-ul li p:nth-child(2){
	width: 100%;
	box-sizing: border-box;
    min-height: 214px;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    padding: 40px 35px;
    border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    background: #fff;
}
.contructor-object-ul li:nth-child(3n){
	margin-right: 0;
}
.contructor-numberone{
	width: 100%;
    padding: 78px 0;
    background: linear-gradient(to bottom,#124861,#4d83a4);
}
.tostudents-numberone-div-righttop2 .contructor-numberone-div-righttop2-span1{
	color:#124861;
}
.contructor-numberone-div-righttop3 span:nth-child(1){
	color:#124861;
}
.tostudents-numberone-ul .contructor-numberone-ulhover{
	color:#124861;
	background: #fff;
}
.contructor-numberone-ul li{
	width:140px;
	font-size: 16px;
	line-height: 20px;
	padding:10px 20px 0px;
	box-sizing: border-box;
}
.contructor-qie-ul1 .tostudents-qie-ul1l1 ul li{
	background: #124861;
}
.contructor-qie-ul .tostudents-qie-ulhover{
	color: #124861;
	border-bottom: 3px solid #124861;
    box-sizing: border-box;
}
.contructor-qie-ul li{
	color:#000;
}
.contructor-list-left-top{
	background: linear-gradient(to right bottom,#f9d3a2,#ae874e);
}
.contructor-list-left-top3 span{
	background: linear-gradient(to right bottom,#f9d3a2,#ae874e);
}

.contructor-list-left-top9  a p:nth-child(1){
	padding-top: 0;
}
.contructor-list-left-center{
	background: linear-gradient(to right bottom,#ffab82,#ff4f59);
}
.contructor-list-left-top-center span{
	background: linear-gradient(to right bottom,#ffab82,#ff4f59);
}
.contructor-list-left-top-right,
.secondstuden-list-left-top3 .contructor-list-left-top-right{
	background: linear-gradient(to right bottom,#00ccff,#0288fa);
}
.secondstudent-fiexd-ul{
	width: 100px;
    height: 500px;
    background: #fb7555;
    position: fixed;
    left: 5%;
    bottom: 10px;
    border-radius: 50px;
    border: 3px solid #ffcc00;
	box-sizing: border-box;
	z-index:999;
}
.tostudents-fiexdnew{
	background: #354ebc;
}
.contructor-vide-ul .tostudens-vide-ul-li{
	color:#fff;
	background: #406af3;
}
.contructor-vide-ul li{
	color:#211211;
}
.contructor-vide-tagright-top{
	color:#406af3;
}
.contructor-vide-tagright-rightwarp .tostudens-vide-tagright-righta1{
	color:#406af3;
}
.contructor-vide-tagright-rightwarp .tostudens-vide-tagright-righta2{
	background: #dd4118;
	box-shadow: 0 0 10px 1px #e0bcbc;
}
.constructorTwos-center-warp-background{
	background: transparent !important;
}
.newquestionpa-img p img{
	max-width:100%;

}


/*querty*/
.querty{
	width:100%;
	height:1006px;
	background:#e9f0fe url("../images/query_b.png") no-repeat center;
	background-size:100% 1006px;
}
.querty-title{
	width:100%;
	height:102px;
	padding-top: 60px;
}
.querty-title img{
	display: block;
	width:533px;
	height:102px;
	margin:0 auto;
}
.querty-mian{
	width:100%;
	height:597px;
	padding-top: 63px;
}
.querty-main-warp{
	width:896px;
	height:597px;
	background: #fff;
	border-radius: 8px;
	margin:0 auto;
}
.querty-main-top{
	width:100%;
	height:100px;
	padding-top: 26px;
}
.querty-main-topcenter{
	width:360px;
	height:70px;
	background: linear-gradient(to bottom,#f6ca35,#fb8e51);
	border-radius: 50px;
	margin:0 auto 0;
	padding:0 17px;
	box-sizing: border-box;
	display: flex;
}
.querty-main-topcenter .left{
	width:180px;
	height:70px;
	line-height: 70px;
	color:#fff;
	font-size: 24px;
	font-weight: 900;
	padding-left: 8px;
	box-sizing: border-box;
}
.querty-main-topcenter .right{
	width:144px;
	height:50px;
	line-height: 50px;
	color:#fc9e0a;
	font-size: 18px;
	border-radius: 25px;
	margin-top: 10px;
	cursor: pointer;
	padding-left: 53px;
	box-sizing: border-box;
	background:#fff url("../images/querty_left.png") no-repeat 14px center;
	background-size: 28px 27px;
}
.querty-position{
	width:1000px;
	height:550px;
	background: #fff;
	border-bottom: 8px;
	display: none;
}
.querty-position-tit{
	width:100%;
	height:110px;
	line-height: 110px;
	text-align: center;
	color:#1e3787;
	font-size: 28px;
	font-weight: 900;
	position: relative;
}
.querty-position-tit span{
	display: block;
	width:18px;
	height:18px;
	background: url("../images/answer-letsgo.png") no-repeat center;
	position: absolute;
	right:22px;
	top:18px;
	cursor: pointer;
}
.querty-positiontitle{
	width:100%;
	padding:0 66px 14px;
	box-sizing: border-box;
	color:#1e3787;
	font-size: 20px;

}
.querty-position-ul{
	width:100%;
	padding:0 66px 50px;
	box-sizing: border-box;
	height:400px;
	overflow-y: auto;
}
.querty-position-ul li{
	padding:0 20px;
	color:#1e3787;
	font-size: 20px;
	height:48px;
	line-height: 48px;
	border:1px solid #1e3787;
	border-radius: 25px;
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 20px;
	cursor: pointer;
}
.querty-position-ul li.hover{
	color:#fff;
	background: #1e3787;
}
.querty-main-topform{
	width:100%;
	height:442px;
	padding:0 80px;
	box-sizing: border-box;
	background: url("../images/querty_ba.png") no-repeat 528px center;
	background-size: 322px 239px;
}
.querty-main-topform-top1{
	width:100%;
	padding:0 0 10px;
}
.querty-main-topform-top1 label{
	display: block;
	color:#393939;
	font-size: 16px;
	padding-bottom: 10px;
}
.querty-main-topform-top1bottom{
	width:400px;
	height:48px;

}
.querty-main-topform-top1bottom input{
	display: block;
	width:400px;
	height:48px;
	border:none;
	outline: none;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #dcdddd;
	border-radius: 8px;
	color:#b5b5b6;
	background: url("../images/toggle2.png") no-repeat 364px center;
	cursor: pointer;
}
.querty-main-topform-top1bottom-no input{
	background: #fff;
}
.querty-main-topform-top1 button{
	display: block;
	width:280px;
	height:60px;
	text-align: center;
	color:#fff;
	background: linear-gradient(to bottom,#ff5059,#fa7f54);
	border-radius: 50px;
	font-size: 24px;
	margin:18px 0 0 60px;
}
.querty-position-ul1{
	width:800px;
	padding:0 100px;
	height:440px;
	overflow-y: auto;
}
.querty-position-ul1 li{
	display: flex;
	margin-bottom: 10px;
}
.querty-position-ul1-title{
	width:35px;
	color:#000000;
	font-size: 18px;
	font-weight: 900;
	height:36px;
	line-height: 36px;
}
.querty-position-ul1-ul{
	width:765px;
	display: flex;
	flex-wrap: wrap;
}
.querty-position-ul1-ul li{
	height:36px;
	line-height: 36px;
	padding:0 20px;
	color:#1e3787;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;

}
.querty-position-ul1-ul li.hover{
	color:#fff;
	background: #1e3787;
	border-radius: 25px;
}
.querty-position-ul1-ul li:hover{
	color:#fff;
	background: #1e3787;
	border-radius: 25px;
}
.querty-position1{
	width:1000px;
	height:550px;
	background: #fff;
	border-bottom: 8px;
	display: none;
}
.querty-position2{
	display: none;
}
.querty-position2-ul{
	width:765px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}
.querty-position2-ul li{
	height:36px;
	line-height: 36px;
	padding:0 20px;
	color:#1e3787;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
}
.querty-position2-ul li:hover{
	color:#fff;
	background: #1e3787;
	border-radius: 25px;
}
/*==========resultnew-mian*/
.resultnew-mian{
	width:100%;
	height:598px;
	padding-top: 59px;
	box-sizing: border-box;;
}
.resultnew-mian-warp{
	width:893px;
	height:598px;
	background: #fff;
	border-radius: 8px;
	margin:0 auto;
	box-shadow: 0 0 10px #dbf0fb;
}
.resultnew-mian-title{
	width:100%;
	height:82px;
	text-align: center;
	line-height: 82px;
	color:#2e45ab;
	font-size: 20px;
	font-weight: 900;
}
.resultnew-mian-result{
	width:100%;

}
.resultnew-mian-result img{
	display: block;
	width:194px;
	height:54px;
	margin:0 auto;
}
.resultnew-mian-text{
	width:100%;
	text-align: center;
	padding:30px 0 40px;
	color:#4abe4f;
	font-size: 24px;
	font-weight: 900;
}
.resultnew-mian-text.color-red{
	color:#fe5958;
}
.resultnew-mian-ul{
	width:100%;
	padding-left:236px;
	box-sizing: border-box;
}
.resultnew-mian-ul li{
	width:100%;
	height:30px;
	padding-bottom: 30px;
}
.resultnew-mian-ul .left{
	width:329px;
	height:30px;
	line-height: 30px;
	padding-left: 48px;
	 box-sizing: border-box;
	background:url("../images/resultnew_ok.png") no-repeat left center;
	background-size: 30px;
}
.resultnew-mian-ul .left.back-no{
	width:329px;
	height:30px;
	line-height: 30px;
	padding-left: 48px;
	 box-sizing: border-box;
	background:url("../images/resultnew_no.png") no-repeat left center;
	background-size: 30px;
}

.resultnew-mian-ul .right{
	width:321px;
	height:30px;
	line-height: 30px;
}
.resultnew-mian-ul .right span{
	color:#fe5a58;
	font-size: 16px;
	padding-left: 15px;
}
.resultnew-mian-botton{
	width:490px;
	height:60px;
	margin:15px auto 0;
	display: flex;
	justify-content: space-between;
}
.resultnew-mian-botton .a1{
	display: block;
	width:220px;
	height:60px;
	text-align: center;
	line-height: 60px;
	border:1px solid #ff5259;
	font-size: 24px;
	color:#ff5259;
	box-sizing: border-box;
	border-radius: 25px;
}
.resultnew-mian-botton .a2{
	display: block;
	width:220px;
	height:60px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color:#fff;
	box-sizing: border-box;
	background: linear-gradient(to bottom,#ff5259,#fa8054);
	border-radius: 25px;
}
.resultnew-context-warp{
	width:100%;
	background: #fff;

}
.resultnew-context{
	width:893px;
	min-height: 597px;
	background: #fff;
	border-radius: 8px;
	margin:0 auto 0;
	position: relative;
	top:-110px;
	box-shadow: 0 0 10px #dbf0fb;
}
.resultnew-context-top{
	width:100%;
	padding:37px 0 30px;

}
.resultnew-context-top .a1{
	display: block;
	width:280px;
	height:60px;
	line-height: 60px;
	color:#fff;
	font-size: 20px;
	padding-left: 78px;
	box-sizing: border-box;
	border-radius: 25px;
	background:url("../images/resultnew_black.png") no-repeat 20px center,linear-gradient(to bottom,#c1b5fd,#7975f0);
	margin:0 auto;
}
.resultnew-context-center{
	width:100%;
	padding:0 60px 60px;
	box-sizing: border-box;
}
.resultnew-context-center-title{
	width:100%;
	color:#000000;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 26px;
}
.resultnew-context-center .text{
	display: block;
	color:#727171;
	font-size: 14px;
	padding-bottom: 13px;
}
.resultnew-context-center .text1{
	display: block;
	color:#727171;
	font-size: 14px;
	padding:35px 0;
	line-height: 24px;
}
.resultnew{
	    width: 100%;
		height: 1006px;
		background: #fff url(../images/resultnew_back.png) no-repeat center;
		background-size:100% 975px;

}


/***************indexdiscount**/
.indexdiscount{
	width: 100%;
	background: linear-gradient(to bottom,#dee9fd,#e5eafd);
	padding-bottom: 127px;
	position: relative;
}
.indexdiscount-top{
	width:100%;
	height:554px;
	background: url(../images/discount_bc.jpg) no-repeat center;
	background-size: cover;
}
.indexdiscount-top-warp{
	width:1100px;
	height:554px;
	margin:0 auto;
	padding-top: 52px;
	box-sizing: border-box;
}
.indexdiscount-top-warp .title{
	width:269px;
	height:56px;
	background: url(../images/discount_ti.png) no-repeat center;
	margin:0 auto 0;
	text-align: center;
	line-height: 56px;
	color:#fff;
	font-size: 30px;
	font-weight: 900;
}
.indexdiscount-top-warp .img{
	width:1100px;
	height:95px;
	padding-top: 36px;

}
.indexdiscount-top-warp .img img{
	display: block;
	width:927px;
	height:95px;
	margin:0 auto;
}
.indexdiscount-top-warp .content{
	width:1100px;
	font-size: 24px;
	color:#fa6f50;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 54px;
}
.indexdiscount-top-warp .time-box{
	width:100%;
	display: flex;
	justify-content: center;
}
.indexdiscount-top-warp .time-box .time{
	height: 54px;
	line-height: 54px;
	text-align: center;
	color:#ff8542;
	font-size: 30px;
	background: #fff;
	border-radius: 25px;
	padding: 0 25px;
}
.indexdiscount-center{
	width:1100px;
	margin:0 auto;
}
.indexdiscount-center-title{
	width:1100px;
	height:122px;
	display: flex;
	justify-content: center;
	color:#fa6f50;
	font-size: 48px;
	font-weight: 900;
	background: url(../images/discount_tb.png) no-repeat top center;
	background-size: 407px 39px;
}
.indexdiscount-center-title .left{
	display: block;
	width:41px;
	height:28px;
	padding-top: 40px;
	padding-right: 31px;
	background: url(../images/discount_left.png) no-repeat center;
}
.indexdiscount-center-title .right{
	padding-top: 40px;
	display: block;
	width:41px;
	height:28px;
	background: url(../images/discount_right.png) no-repeat center;
	padding-left: 31px;
}
.indexdiscount-center-process{
	width:1100px;
	height:396px;
	margin-bottom: 46px;
	background: #fff;
	box-shadow: 0 0 10px #e4cde8;
	border-radius: 12px;
	padding:0 50px;
	box-sizing: border-box;
	background: url(../images/discount_rightbottom.png) no-repeat center;
}
.indexdiscount-center-process .top{
	width:100%;
	height:208px;
	padding-top: 51px;
	display: flex;
	justify-content: space-between;
}
.indexdiscount-center-process .top li{
	width:180px;
	height:208px;
	background: url(../images/discount_rightgo.png) no-repeat 110px 35px;
}
.indexdiscount-center-process .top li:last-child{
	width:80px;
	height:208px;
	background: #fff;
}
.indexdiscount-center-process .top li div{
	width:80px;
	height:80px;
	border-radius: 8px;
	border:4px solid #fcddcd;
	background: #ff8542;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexdiscount-center-process .top li span{
	display: block;
	width:80px;
	padding-top: 17px;
	color:#000000;
	font-size: 16px;
	text-align: center;
}
.indexdiscount-center-process .button{
	width:100%;
	height:67px;
	display: flex;
	justify-content: center;
}
.indexdiscount-center-process .button span{
	display: block;
	width:350px;
	height:60px;
	text-align: center;
	line-height: 60px;
	color:#ffffff;
	font-size: 26px;
	font-weight: 900;
	background: linear-gradient(to right top,#df3a34,#ff6b47);
	border-radius: 12px;
	box-shadow: 0 10px 7px #d18785;
	cursor: pointer;
}
.indexdiscount-center-book{
	width:1100px;
	height:308px;
	display: flex;
	justify-content: space-between;

}
.indexdiscount-center-book .left{
	width:537px;
	height:318px;
	box-shadow: 0 0 10px #e4cde8;
	border-radius: 12px;
	background: #fff;
}
.indexdiscount-center-book-left-title{
	width:100%;
	height:58px;
	display: flex;
	align-items: center;
}
.indexdiscount-center-book-left-title span{
	display: block;
	padding:5px 14px;
	background: linear-gradient(to right,#fca0a5,#ff4f59);
	color:#fff;
	font-size: 12px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.indexdiscount-center-book-left-text{
	width:100%;
	padding:0 34px 0 58px;
	box-sizing: border-box;
	font-size: 18px;
	color:#000000;
	overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
	padding-bottom: 13px;
}
.indexdiscount-center-book-left-p{
	width:100%;
	padding:0 34px 0 58px;
	box-sizing: border-box;
	font-size: 12px;
	color:#777e98;
	overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
	padding-bottom: 23px;
}
.indexdiscount-center-book .right{
	width:537px;
	height:318px;
	box-shadow: 0 0 10px #e4cde8;
	border-radius: 12px;
	background: #fff;
}
.indexdiscount-center-book-left-ul{
	width:100%;
	min-height: 46px;
	padding:0 34px 0 58px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.indexdiscount-center-book-left-ul li{
	height: 20px;
	padding:0 12px;
	line-height: 20px;
	color:#aab0c0;
	font-size: 12px;
	margin-right: 12px;
	background: #f2f2f2;
	margin-bottom: 3px;
}
.indexdiscount-center-book-left-ulimg{
	width:100%;
	height:70px;
	padding:0 34px 0 58px;
	box-sizing: border-box;
	display: flex;
}
.indexdiscount-center-book-left-ulimg li{
	width:40px;
	height:70px;
	margin-right: 40px;
}
.indexdiscount-center-book-left-ulimg li img{
	display: block;
	width:40px;
	height:40px;
	border-radius: 50%;
}
.indexdiscount-center-book-left-ulimg li span{
	display: block;
	width:40px;
	text-align: center;
	color:#aab0c0;
	font-size: 12px;
	padding-top: 10px;
}
.indexdiscount-center-book-left-button{
	padding:0 34px 0 58px;
	box-sizing: border-box;
	width:100%;
	height:48px;
	display: flex;
	justify-content: flex-end;
}

.indexdiscount-center-book-left-button .txt2{
	width:160px;
	height:48px;
	background: #ff8542;
	border-radius: 12px;
	line-height: 48px;
	text-align: center;
	font-size: 22px;
	color:#fff;
	box-shadow: 0 10px 10px #f9bf9f;
	cursor: pointer;
}
.indexdiscount-center-titletop{
	margin-top: 155px;
}
.indexdiscount-center-main{
	width:1100px;
	height:1500px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.indexdiscount-center-main .left{
	width:534px;
	height:1500px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 10px #dcc1da;
	overflow: hidden;
}
.indexdiscount-center-main .right{
	width:534px;
	height:1500px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 10px #dcc1da;
	overflow: hidden;
}
.indexdiscount-center-main-left-title{
	width:100%;
	height:105px;
	background: linear-gradient(to bottom right,#e70000,#fd5933);

}
.indexdiscount-center-main-left-title .txt1{
	width:100%;
	color:#ffffff;
	font-size: 24px;
	font-weight: 900;
	display: block;
	text-align: center;
	padding-top: 26px;
}
.indexdiscount-center-main-left-title .txt2{
	width:100%;
	color:#ffffff;
	font-size: 16px;
	display: block;
	text-align: center;
	padding-top: 7px;
}
.color-bule{
	background: linear-gradient(to bottom right,#203389,#3853c5);
}
.color-yellow{
	background: linear-gradient(to bottom right,#e70000,#fd5933);
}
.indexdiscount-center-main-left-center{
	width:100%;
	min-height:412px;
	padding:0 22px;
	box-sizing: border-box;
}
.indexdiscount-center-main-left-center .title{
	width:100%;
	height:64px;
	border-bottom: 1px dashed #efefef;
	box-sizing: border-box;
	line-height: 63px;
	color:#727171;
	font-size: 14px;
}
.indexdiscount-center-main-left-center .name{
	width:100%;
	height:88px;
	line-height: 88px;
	text-align: center;
	color:#000000;
	font-size: 24px;
	font-weight: 900;
}
.indexdiscount-center-main-left-center .strengthen{
	width:100%;
	height:58px;
	display: flex;
	justify-content: center;
}
.indexdiscount-center-main-left-center .strengthen span{
	display: block;
	padding:0 12px;
	height:28px;
	line-height: 28px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	border-radius: 25px;
}
.indexdiscount-center-main-left-center .ul{
	width:100%;
	height:60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.indexdiscount-center-main-left-center .ul li{
	width:25%;
	color:#000000;
	height:16px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 8px;
}
.indexdiscount-center-main-left-examinations{
	width:100%;
	height:43px;
	line-height: 43px;
	padding-left: 25px;
	box-sizing: border-box;
	border-top-left-radius: 25px;
	color:#ffffff;
	font-size: 20px;
	font-weight: 900;
}
.indexdiscount-center-main-left-zl{
	width:100%;
	height:291px;
}
.indexdiscount-center-main-left-zl .top{
	width:100%;
	height:92px;
	padding-top: 30px;
	box-sizing: border-box;
}
.indexdiscount-center-main-left-zl .top span{
	display: block;
	width:92px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	color:#f8fafc;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
.indexdiscount-center-main-left-zl .center{
	width:100%;
	height:16px;
	display: flex;
}
.indexdiscount-center-main-left-zl .center li{
	color:#000000;
	font-size: 14px;
	padding-left: 60px;
}
.indexdiscount-center-main-left-zl .bottom{
	width:100%;
	height:90px;
	display: flex;
	flex-wrap: wrap;
	padding:0 40px;
	box-sizing: border-box;
}
.indexdiscount-center-main-left-zl .bottom li{
	color:#000000;
	font-size: 14px;
	width:148px;
	height:16px;
	margin-bottom: 8px;

}
.indexdiscount-center-main-left-warpul{
	width:100%;
	height:153px;
	padding:0 38px;
	box-sizing: border-box;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.indexdiscount-center-main-left-warpul li{
	width:152px;
	height:16px;
	color:#000000;
	font-size: 14px;
	margin-bottom:8px;
}
.indexdiscount-center-main-left-nextul{
	width:100%;
	height:133px;
	padding:40px 38px 0;
	box-sizing: border-box;
}
.indexdiscount-center-main-left-nextul li{
	width:100%;
	color:#000;
	font-size: 14px;
	padding-bottom: 8px;
}
.indexdiscount-center-main-left-discount{
	width:100%;
	height:90px;
	padding:0 38px;
	box-sizing: border-box;
	display: flex;
}
.indexdiscount-center-main-left-discount .txt1{
	display: block;
	color:#000000;
	font-size: 20px;
	font-weight: 900;
	padding-right: 12px;
}
.indexdiscount-center-main-left-discount .txt2{
	display: block;
	width:174px;
	height:29px;
	line-height: 29px;
	background: url(../images/students_header.png) no-repeat center;

	color:#fff;
	font-size: 14px;
	font-weight: 900;
	padding-left: 10px;
	box-sizing: border-box;
}
.indexdiscount-center-main-left-mony{
	width:100%;
	padding:0 38px;
	box-sizing: border-box;

}
.indexdiscount-center-main-left-mony .button{
	width:100%;
	height: 60px;
	border: 1px solid #fe494e;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}
.indexdiscount-center-main-left-mony .button .top{
	color:#fe494e;
	font-size: 15px;
	width:100%;
	text-align: center;
}
.indexdiscount-center-main-left-mony .button .top span{
	color:#fe494e;
	font-size: 26px;
	font-weight: 900;
}
.indexdiscount-center-main-left-mony .button .bottom{
	color:#696767;
	font-size: 15px;
	width:100%;
	text-align: center;
	text-decoration:line-through;
}
.indexdiscount-center-footer{
	width:1100px;
	height:393px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 10px #e4cde8;
	box-sizing: border-box;
	background: url(../images/discount_rightbt.png) no-repeat center;
	padding:52px 64px 0;
	position: relative;
}
.indexdiscount-center-footer p{
	display: block;
	width:100%;
	color:#000000;
	font-size: 18px;
	padding-bottom: 20px;
}
.indexdiscount-position1{
	width:245px;
	height:346px;
	position: absolute;
	left:0;
	top:2508px;
}
.indexdiscount-position1 img{
	display: block;
	width:245px;
	height:346px;
}
.indexdiscount-position2{
	width:244px;
	height:194px;
	position: absolute;
	right:0;
	top:850px;
}
.indexdiscount-position2 img{
	display: block;
	width:244px;
	height:194px;
}
.indexdiscount-erwei{
	width:360px;
	height:430px;
	border-radius: 12px;
	background: #fff;
	margin:0 auto;
}
.indexdiscount-erwei img{
	display: block;
	width:350px;
	height:350px;
	border-radius: 12px;
	margin:0 auto;
}
.indexdiscount-erwei .text{
	width:350px;
	color:#000;
	font-size: 20px;
	font-weight: 900;
	padding-top: 30px;
	text-align: center;
	margin:0 auto;
	line-height: 28px;
}
.indexdiscount-position3{
	width:163px;
	height:316px;
	position: absolute;
	left:-163px;
	top:-119px;
}
.indexdiscount-position3 img{
	display: block;
	width:163px;
	height:316px;
}
.indexdiscount-position4{
	width:173px;
	height:328px;
	position: absolute;
	right:-173px;
	top:992px;
}
.indexdiscount-position4 img{
	display: block;
	width:173px;
	height:328px;
}
.indexdiscount-position5{
	width:163px;
	height:316px;
	position: absolute;
	left:-163px;
	top:52px;
}
.indexdiscount-position5 img{
	display: block;
	width:163px;
	height:316px;
}
.shopdetail-discoount{
	width:1200px;
	height:30px;
	background: #ff5058;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
}
.shopdetail-discoount-left{
	width:calc(100% - 360px);
	height:30px;
	line-height: 30px;
	padding-left: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color:#fff;
	font-size: 12px;
}
.shopdetail-discoount-left img{
	display: block;
	width:72px;
	height:18px;
	margin-right: 10px;
}
.shopdetail-discoount-left  a{
	display: block;
	color:#fcfe00;
	font-size: 12px;
	text-decoration: underline;
}
.shopdetail-discoount-right{
	width:360px;
	height:30px;
	display: flex;
	align-items: center;
	color:#fff;
	font-size: 12px;

}
.shopdetail-discoount-right img{
	display: block;
	width:20px;
	height:30px;
	margin-right: 20px;
}
.shopdetail-discoount-right span{
	display: block;
	width:18px;
	height:18px;
	border-radius: 3px;
	background: #fff;
	margin:0 5px;
	color:#ff3a15;
	text-align: center;
	line-height: 18px;
}
.news-showmain{
	display: none;
	width:360px;
	height:430px;
	background: #fff;
	border-radius: 12px;
	margin: 0 auto ;
}
.news-showmain img{
	display: block;
	width:350px;
	height:350px;
	border-radius: 12px;
	margin:0 auto;
}
.news-showmain .text{
	width:330px;
	color:#000;
	font-size: 20px;
	font-weight: 900;
	padding-top: 30px;
	text-align: center;
	margin:0 auto;
	line-height: 28px;
}
/*=-=================courseplay-comment*/
.courseplay-comment{
	width:660px;
	height: 583px;
	background: #fff;
	border-radius: 12px;
	display: none;
}
.courseplay-comment .title{
	width:100%;
	height:72px;
	text-align: center;
	line-height: 72px;
	color:#2d3341;
	font-size: 24px;
	color:#2d3341;
	font-weight: 900;
}
.courseplay-comment .h5{
	width:100%;
	height:42px;
	text-align: center;
	line-height: 42px;
	color:#2d3341;
	font-size: 14px;
}
.courseplay-comment .score-box{
	width:100%;
	display: flex;
	justify-content: center;
}
.courseplay-comment .score-box .starbox{
	width:230px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.courseplay-comment .score-box .starbox img{
	display: block;
	width:31px;
	height:31px;
	margin-right: 15px;
}
.courseplay-comment .score-box .starbox img:last-child{
	margin-right: 0;
}
.courseplay-comment .score-box .starbox .lightstar{
	position:absolute;
	left:0;
	top:0;
	display: flex;
	justify-content: center;
}
.courseplay-comment .speech{
	width:100%;
	height:50px;
	text-align: center;
	line-height: 50px;
	color:#ffbc3d;
	font-size: 14px;

}
.courseplay-comment .interesting{
	width:100%;
	height:auto;
	display: flex;
	justify-content: center;
}
.courseplay-comment .interesting-ul{
	width:500px;
	height:auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.courseplay-comment .interesting-ul li{
	width:110px;
	height:28px;
	line-height: 28px;
	border:1px solid #ff4f59;
	color:#ff4f59;
	font-size: 14px;
	text-align: center;
	border-radius: 25px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.courseplay-comment .interesting-ul li.hover{
	color:#fff;
	background:#ff4f59;
}
.courseplay-comment .write{
	width:100%;
	height:160px;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.courseplay-comment .write textarea{
	display: block;
	width:500px;
	height:160px;
	border:1px solid #f4f4f4;
	box-sizing: border-box;
	border-radius: 8px;
	background: #f8fafc;
	outline: none;
	padding:10px;

}
.courseplay-comment .styee{
	width:160px;
	height:40px;
	color:#fff;
	background: #ff4f59;
	border-radius: 25px;
	text-align: center;
	line-height: 40px;
	margin:30px auto;
	cursor: pointer;
}

/*==========================indexyijian*/
.indexyijian{
	width:100%;
	background: #f5452e;
	padding-bottom: 90px;
}
.indexyijian-banner{
	width:100%;
	height:909px;
	background: url("/static/home/images/indexyijian_banner.jpg") no-repeat center;
	background-size: cover;
}
.indexyijian-yijian{
	width:100%;
	height:853px;
	background: url("/static/home/images/indexyijian_b1.jpg") no-repeat center;
	background-size: cover;
}
.indexyijian-yijian .title{
	width:100%;
	height:307px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexyijian-yijian .title img{
	display: block;
	width:1023px;
	height:79px;
}
.indexyijian-yijian .book{
	width:1200px;
	height:478px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.indexyijian-yijian .book li{
	width:373px;
	height:478px;
	background: #fff;
	border-radius: 8px;
	padding:13px;
	box-sizing: border-box;
	position: relative;
	top:0;
	transition: 0.5s ease-in-out;
}
.indexyijian-yijian .book li .top{
	width:100%;
	height:192px;
	background: url("/static/home/images/indexyijian_z.png") no-repeat center;
	background-size: cover;
}
.indexyijian-yijian .book li .top img{
	display: block;
	width:303px;
	height:54px;
	margin:13px auto 0;
}
.indexyijian-yijian .book li .top.color-zi{
	background:#142090 url("/static/home/images/indexyijian_z.png") no-repeat center;
	background-size: cover;
}
.indexyijian-yijian .book li .top.color-lu{
	background:#197990 url("/static/home/images/indexyijian_z.png") no-repeat center;
	background-size: cover;
}
.indexyijian-yijian .book li .top.color-zh{
	background:#771580 url("/static/home/images/indexyijian_z.png") no-repeat center;
	background-size: cover;
}
.indexyijian-yijian .book li .top .tit{
	width:100%;
	height:80px;
	text-align: center;
	line-height: 80px;
	color:#fad594;
	font-size: 40px;
	font-weight: 900;
}
.indexyijian-yijian .book li .top .tit1{
	width:100%;
	height:44px;
	text-align: center;
	line-height: 44px;
	color:#fff;
	font-size: 27px;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.25);
}
.indexyijian-yijian .book li .center{
	width:100%;
	padding-top: 23px;
	display: flex;
	justify-content:space-between;
}
.indexyijian-yijian .book li .center span{
	color:#000000;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 9px ;
}
.indexyijian-yijian .book li .center span.txt1{
	text-decoration: line-through;
}
.indexyijian-yijian .book li .bottom{
	width:100%;
	height:112px;
	background: url("/static/home/images/indexyijian_top.png") no-repeat center;

	text-align: center;
	color:#ffffff;
	font-size:28px;
	line-height: 112px;
}
.indexyijian-yijian .book li .botton{
	width:100%;
	height:76px;
	padding-top: 8px;
}
.indexyijian-yijian .book li .botton a{
	display: block;
	width:100%;
	height:76px;
	border-radius: 50px;
	background:url("/static/home/images/indexyijian_right.png") no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexyijian-yijian .book li .botton a .left{
	color:#fff;
	font-size: 54px;
	font-weight: 900;
}
.indexyijian-yijian .book li .botton a .left span{
	padding-left: 30px;
}
.indexyijian-yijian .book li .botton a .right{
	color:#f5452e;
	font-size: 22px;
	font-weight: 900;
	width:48px;
	padding-right: 30px;
}
.indexyijian-twojian{
	width:100%;
	height:998px;
	background: url("/static/home/images/indexyijian_b2.jpg") no-repeat center;
	background-size: cover;
}
.indexyijian-twojian .title{
	width:100%;
	height:174px;
	display: flex;
	justify-content: center;
	padding-top: 258px;
}
.indexyijian-twojian .title img{
	display: block;
	width:1023px;
	height:79px;
}
.indexyijian-twojian .book{
	width:1200px;
	height:478px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.indexyijian-twojian .book li{
	width:373px;
	height:478px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
	top:0;
	transition: 0.5s ease-in-out;
}
.indexyijian-twojian .book li:hover,
.indexyijian-yijian .book li:hover{
	transform:translateY(-15px);
	box-shadow: 0 0 10px #666;
}
.indexyijian-twojian .book li.color-pink{
	background: #ef7191;
}
.indexyijian-twojian .book li.color-blue{
	background: #9298ed;
}
.indexyijian-twojian .book li.color-yellow{
	background: #e57d60;
}
.indexyijian-twojian .book li .top{
	width:100%;
	height:192px;
	background: url("/static/home/images/indexyijian_z.png") no-repeat center;
	background-size: cover;
}
.indexyijian-twojian .book li .top img{
	display: block;
	width:303px;
	height:54px;
	margin:13px auto 0;
}
.indexyijian-twojian .book li .top .tit{
	width:100%;
	height:80px;
	text-align: center;
	line-height: 80px;
	color:#fad594;
	font-size: 40px;
	font-weight: 900;
}
.indexyijian-twojian .book li .top .tit1{
	width:100%;
	height:44px;
	text-align: center;
	line-height: 44px;
	color:#fff;
	font-size: 27px;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.25);
}
.indexyijian-twojian .book li .main{
	width:calc(100% - 26px);
	margin:0 auto;
	background: #fff;
	padding:0 5px 20px;
	box-sizing: border-box;
}
.indexyijian-twojian .book li .center{
	width:100%;
	padding-top: 23px;
	display: flex;
	justify-content:space-between;
}
.indexyijian-twojian .book li .center span{
	color:#000000;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 9px ;
}
.indexyijian-twojian .book li .center span.txt1{
	text-decoration: line-through;
}
.indexyijian-twojian .book li .bottom{
	width:100%;
	height:112px;
	background: url("/static/home/images/indexyijian_top.png") no-repeat center;
	text-align: center;
	color:#ffffff;
	font-size:28px;
	line-height: 112px;
}
.indexyijian-twojian .book li .botton{
	width:100%;
	height:76px;
	padding-top: 8px;
}
.indexyijian-twojian .book li .botton a{
	display: block;
	width:100%;
	height:76px;
	border-radius: 50px;
	background:url("/static/home/images/indexyijian_right.png") no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexyijian-twojian .book li .botton a .left{
	color:#fff;
	font-size: 54px;
	font-weight: 900;
}
.indexyijian-twojian .book li .botton a .left span{
	padding-left: 30px;
}
.indexyijian-twojian .book li .botton a .right{
	color:#f5452e;
	font-size: 22px;
	font-weight: 900;
	width:48px;
	padding-right: 30px;
}
.indexyijian-jianli{
	width:100%;
	height:1651px;
	background: url("/static/home/images/indexyijian_b3.jpg") no-repeat center;
	background-size: cover;
}
.indexyijian-jianli .title{
	width:100%;
	height: 200px;
	display: flex;
	justify-content: center;
	padding-top: 249px;
}
.indexyijian-jianli .title img{
	display: block;
	width:1023px;
	height:79px;
}
.indexyijian-jianli-content{
	width:1124px;
	margin:0 auto;
}
.indexyijian-jianli-content .introduce{
	width:100%;
}
.indexyijian-jianli-content .introduce li{
	width:100%;
	height:245px;
	border-radius: 12px;
	margin-bottom: 60px;
	background: #fff;
	padding:0 22px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexyijian-jianli-content .introduce li .left{
	width:323px;
	height:179px;
	background: #d21b16 url("/static/home/images/indexyijian_z.png") no-repeat center;
	background-size: cover;;
	border-radius: 8px;
}
.indexyijian-jianli-content .introduce li .left.color-blues{
	background: #21389c url("/static/home/images/indexyijian_z.png") no-repeat center;
}
.indexyijian-jianli-content .introduce li .left .tit{
	width:100%;
	height:74px;
	line-height: 74px;
	text-align: center;
	color:#fad594;
	font-size: 37px;
	font-weight: 900;
}
.indexyijian-jianli-content .introduce li .left .tit1{
	width:100%;
	height:41px;
	line-height: 41px;
	text-align: center;
	color:#ffffff;
	font-size: 25px;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.25);
}
.indexyijian-jianli-content .introduce li .left img{
	display: block;
	margin:10px auto;
}
.indexyijian-jianli-content .introduce li .right{
	width:738px;
	height:179px;
	position: relative;
}
.indexyijian-jianli-content .introduce li .right .top{
	width:100%;
	color:#000000;
	font-size: 30px;
	font-weight: 900;
	padding-top: 20px;
	overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
   text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.indexyijian-jianli-content .introduce li .right .text{
	width:100%;
	color:#000000;
	font-size: 24px;
	overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
     text-overflow:ellipsis;/*超出部分文字以...显示*/
	padding-top: 20px;
}
.indexyijian-jianli-content .introduce li .right .footer{
	width:100%;
	height:72px;
	display: flex;
	justify-content: space-between;
}
.indexyijian-jianli-content .introduce li .right .footer .go{
	color:#fb3534;
	font-size: 37px;
	font-weight: 900;
	line-height: 72px;
	text-decoration: line-through;
}
.indexyijian-jianli-content .introduce li .right .footer .goout{
	width:318px;
	height:72px;
}
.indexyijian-jianli-content .introduce li .right .footer .goout a{
	display: block;
	width:318px;
	height:72px;
	background:url("/static/home/images/indexyijian_right.png") no-repeat center;
	display: flex;
	justify-content: space-between;
	background-size: cover;
	align-items: center;
}
.indexyijian-jianli-content .introduce li .right .footer .goout a .goleft{
	color:#fff;
	font-size: 54px;
	font-weight: 900;
}
.indexyijian-jianli-content .introduce li .right .footer .goout a .goleft span{
	padding-left: 26px;
}
.indexyijian-jianli-content .introduce li .right .footer .goout a .goright{
	color:#f5452e;
	font-size: 22px;
	font-weight: 900;
	width:48px;
	padding-right:26px;
}
.indexyijian-jianli-content .discount{
	width:100%;
}
.indexyijian-jianli-content .discount p{
	display: block;
	color:#ffffff;
	font-size: 26px;
	padding-bottom: 30px;
}
.indexyijian-jianli-content .discount p.p1{
	font-size: 48px;
	font-weight: 900;
	padding-top: 68px;
}
.indexyijian-jianli-content .introduce li .right .positions{
	width:99px;
	height:146px;
	position: absolute;
	right:60px;
	top:-60px;
	background:url("/static/home/images/indexyijian_zhe.png") no-repeat center;
	text-align: center;
	padding-top: 69px;
	box-sizing: border-box;
	color:#fff;
	font-size: 42px;
}
/****优惠全**/
.use-order-discountes{
	width: 100%;
	height:auto;
}
.use-order-discountes .titile{
	width:100%;
	height:70px;
	line-height: 70px;
	color:#000;
	font-size: 20px;
	font-weight: 900;
}
.use-order-discountes .titile span{
	color:#777e98;
	font-size: 14px;
	padding-left: 10px;
}
.use-order-discountes .tiul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.use-order-discountes .tiul li{
	width:240px;
	height:80px;
	margin-bottom: 20px;
	align-items:center;
	border:1px solid #aab0c0;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-right: 40px;
	cursor: default;
}
.use-order-discountes .tiul li:nth-child(4){
	margin-right: 0;
}
.use-order-discountes .tiul li.hover{
	border:1px solid #ff4f59;
}
.use-order-discountes .tiul li .left{
	width:157px;
	height:80px;
	padding-left:15px;
	box-sizing: border-box;

}
.use-order-discountes .tiul li .left span{
	width:100%;
	display: block;
}
.use-order-discountes .tiul li .left span.p1{
	color:#aab0c0;
	font-size: 20px;
	font-weight: 900;
	padding-top: 16px;
}
.use-order-discountes .tiul li.hover .left span.p1{
	color:#ff4f59;
}
.use-order-discountes .tiul li .left span.p2{
	color:#aab0c0;
	font-size: 14px;

	padding-top: 4px;
}
.use-order-discountes .tiul li .right{
	color:#fff;
	width:80px;
	height:80px;
	background: #aab0c0;
	text-align: center;
	line-height: 80px;
	border-radius: 6px;
	font-size: 24px;
}
.use-order-discountes .tiul li.hover .right{
	background: #ff4f59;
}

.learnacction-ul{
	width:100%;
	height:458px;
	overflow-y: auto;
}
.learnacction-ul li{
	width:100%;
	border:1px solid #fae4e7;
	background: #fff1f0;
	border-radius: 6px;
	box-sizing: border-box;
	margin-bottom: 19px;
	display: flex;
	justify-content: space-between;
}
.learnacction-ul li.use{
	border:1px solid #e8e8e8;
	background: #f3f3f3;
}
.learnacction-ul li .lefts{
	width: calc(100% - 51px);
}
.learnacction-ul li .lefts .title{
	width:100%;
	height:62px;
	display: flex;
	align-items: center;
}
.learnacction-ul li .lefts .title.li-jian{
	justify-content:center;
}
.learnacction-ul li .lefts .title .p1{
	width:70px;
	color:#ff4f59;
	font-size: 36px;
	font-weight: 900;
	padding-left: 5px;
	box-sizing: border-box;
}

.learnacction-ul li .lefts .title .p2{
	width:70px;
	height:18px;
	text-align: center;
	line-height: 18px;
	color:#ff4f59;
	font-size: 12px;
	background: #fff;
}
.learnacction-ul li.use .lefts .title .p1,
.learnacction-ul li.use .lefts .title .p2{
	color:#aab0c0;
}
.learnacction-ul li .lefts .txt{
	width:calc(100% - 10px);
	padding:0 5px 4px 5px;
	color:#000;
	font-size: 12px;
}
.learnacction-ul li .lefts .txt1{
	color:#999999;
	font-size: 12px;
	padding:0 5px;
	box-sizing: border-box;
}
.learnacction-ul li.use .lefts .txt,
.learnacction-ul li.use .lefts .txt1{
	color:#aab0c0;
}
.learnacction-ul li .rights{
	width:51px;
	background: #ff4f59;
	border-radius: 6px;
	padding:0 16px;
	box-sizing: border-box;
	color:#fff;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.learnacction-ul li.use .rights{
	background: #aab0c0;
}

/**********speciel专题*********/
.speciel-warp{
	width:100%;
}
.speciel-title{
	width:100%;
	height:559px;
	background: url("/static/home/images/special_ban.png") no-repeat center;
	background-size: cover;
}
.speciel-condtion{
	width:100%;
	height:805px;
	background: #fff;

}
.speciel-condtion .title{
	width:1200px;
	height:240px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/static/home/images/special_t1.png") no-repeat center 120px;

}
.speciel-condtion .title .text{
	font-size: 48px;
	color:#081639;
	font-weight: 900;
	padding:0 20px;
}
.speciel-condtion .title .text span{
	color:#fab414;
	font-size: 48px;

	font-weight: 900;
}
.speciel-condtion .main{
	width:1182px;
	height:439px;
	border:6px solid #357df3;
	margin:29px auto 0;
	position: relative;
	box-sizing: border-box;

}
.speciel-condtion .main .warp{
	width:1179px;
	height:435px;
	background: url("/static/home/images/special_bac_bac.png") no-repeat center;
	position: absolute;
	left:19px;
	bottom:31px;
}
.speciel-condtion .main .warp .form{
	width:1179px;
	height:435px;
	position: relative;
}
.speciel-condtion .main .warp .form-tit{
	width:100%;
	height:113px;
	color:#fff;
	font-weight: 900;
	font-size: 36px;
	text-align: center;
	line-height: 113px;
}
.speciel-condtion .main .warp .form-warp{
	width:100%;
	height:182px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:0 200px;
	box-sizing: border-box;
}
.speciel-condtion .main .warp .form .form-pep{
	width:275px;
	height:273px;
	position: absolute;
	right:-20px;
	bottom:-150px;
}
.speciel-condtion .main .warp .form-warp .form-inpt1{
	width:330px;
	height:50px;
	background: #fff;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	margin-right: 40px;
}
.speciel-condtion .main .warp .form-warp .form-inpt1:nth-child(2n){
	margin-right:0;
}
.speciel-condtion .main .warp .form-warp .form-inpt1 .inpt1{
	display: block;
	width:100%;
	height:50px;
	border:none;
	box-sizing: border-box;
	padding:0 14px;
	border-radius: 6px;
	float: left;
	font-size: 16px;
}



.speciel-condtion .main .warp .form-button{
	width:330px;
	height:60px;
	text-align:center;
	line-height: 60px;
	border-radius: 30px;
	color:#fff;
	font-size: 20px;
	background: linear-gradient(to right,#f09928,#fd2a24);
	margin:0 auto;
	box-shadow: 0 0 10px #666;
	cursor: pointer;
}
.form-rule{
	width:100%;
	text-align: center;
	color:#fffc00;
	font-size: 14px;
	padding-top: 24px;
}
.speciel-condtion1{
	width:100%;
	height:878px;
	background: #eaecf8;
	position: relative;
}
.speciel-condtion1 .speciel-condtion1-posi1{
	position: absolute;
	left:0;
	top:307px;
}
.speciel-condtion1 .speciel-condtion1-posi2{
	position: absolute;
	right:0;
	top:0px;
}
.speciel-condtion1 .title{
	width:1200px;
	height:240px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/static/home/images/special_t2.png") no-repeat center 120px;
}
.speciel-condtion1 .title1{
	width:1200px;
	height:240px;
	margin:65px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/static/home/images/special_t3.png") no-repeat center 120px;
}
.speciel-condtion1 .ul{
	width:1200px;
	margin:0 auto;
	height:304px;
	display: flex;
	justify-content: space-between;
}
.speciel-condtion1 .ul li{
	width:280px;
	height:304px;
}
.speciel-condtion1 .ul li .tt{
	width:280px;
	height:90px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color:#fff;
	font-weight: 900;
	text-align: center;
	line-height: 90px;
	background: #2b80fe;
	font-size: 24px;
}
.speciel-condtion1 .ul li:nth-child(2n) .tt{
	background: #ff2103;
}
.speciel-condtion1 .ul li .tt2{
	width:280px;
	height:214px;
	background: #fff;
	padding:40px 22px 0;
	box-sizing: border-box;
	color:#000000;
	font-size: 16px;
	line-height: 24px;
}

.special-testing{
	width:100%;
	height:767px;
	background: #fff;
	padding-top: 111px;
	box-sizing: border-box;
}
.special-testing .ul{
	width:1200px;
	height:510px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.special-testing .ul li{
	position: relative;
}

.special-testing .ul li:nth-child(even){
	width:415px;
	height:510px;
	border-radius: 8px;
	background: url("/static/home/images/special_tuo2.png") no-repeat center 27px,linear-gradient(to right bottom,#00bbff,#076beb);
	box-shadow: 0 0 40px #4dccfc;
}
.special-testing .ul li:nth-child(even) .numbers{
	width:48px;
	height:48px;
	border-radius: 50%;
	background: linear-gradient(to right bottom,#71d0fc,#297bfe);
	text-align: center;
	line-height: 48px;
	color:#fff;
	font-size: 28px;
	font-weight: 900;
	margin:64px auto 0;
}
.special-testing .ul li:nth-child(odd).red{
	width:344px;
	height:425px;
	background:url("/static/home/images/special_tuo1.png") no-repeat center 27px,linear-gradient(to right bottom,#ff9298,#ff0e22);
	margin-top: 49px;
	border-radius: 8px;

}
.special-testing .ul li:nth-child(odd).red .numbers{
	width:35px;
	height:35px;
	border-radius: 50%;
	background: linear-gradient(to right bottom,#ff777d,#ff2f3e);
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 21px;
	font-weight: 900;
	margin:55px auto 0;
}
.special-testing .ul li:nth-child(odd).zi{
	width:344px;
	height:425px;
	background:url("/static/home/images/special_tuo1.png") no-repeat center 27px,linear-gradient(to right bottom,#9a5af5,#6a0ec3);
	margin-top: 49px;
	border-radius: 8px;
}
.special-testing .ul li:nth-child(odd).zi .numbers{
	width:35px;
	height:35px;
	border-radius: 50%;
	background: linear-gradient(to right bottom,#9a5af5,#6a0ec3);
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 21px;
	font-weight: 900;
	margin:55px auto 0;
}
.special-testing .ul li .text1{
	width:100%;
	text-align: center;
	padding:20px 20%;
	box-sizing: border-box;
	color:#606060;
	font-size: 14px;
	line-height: 24px;
}
.special-testing .ul li:nth-child(odd) .text1{
	padding:12px 20%;
}
.special-testing .ul li .text3{
	width:100%;
	text-align: center;
	color:#000;
	font-size: 15px;
}
.special-testing .ul li:nth-child(even) .text2{
	width:153px;
	height:153px;
	margin:0 auto;
	background:url("/static/home/images/special_yuan2.png") no-repeat center;
	text-align: center;
	color:#fd6756;
	font-size: 40px;
	padding-top: 30px;
	box-sizing: border-box;
	margin-top: 19px;
}
.special-testing .ul li:nth-child(even) .text4{
	background: #0967e3;
	text-align: center;
	line-height: 97px;
	width:415px;
	height:97px;
	position: absolute;
	bottom:0;
	left:0;
	color:#fff;
	font-size: 38px;
	font-weight: 900;
}
.special-testing .ul li:nth-child(even) .img{
	width:172px;
	height:100px;
	position: absolute;
	left:0;
	bottom:97px;
}
.special-testing .ul li:nth-child(odd) .img{
	width:150px;
	height:85px;
	position: absolute;
	left:0;
	bottom:80px;
}
.special-testing .ul li:nth-child(odd).zi .text2{
	width:153px;
	height:153px;
	margin:0 auto;
	background:url("/static/home/images/special_yuan3.png") no-repeat center;
	text-align: center;
	color:#fd6756;
	font-size: 40px;
	padding-top: 30px;
	box-sizing: border-box;
}
.special-testing .ul li:nth-child(odd).zi .text4{
	background: #6000ba;
	font-size: 38px;
	text-align: center;
	line-height: 80px;
	width:344px;
	height:80px;
	position: absolute;
	bottom:0;
	left:0;
	color:#fff;
	font-weight: 900;
}
.special-testing .ul li:nth-child(odd).red  .text2{
	width:153px;
	height:153px;
	margin:0 auto;
	background:url("/static/home/images/special_yuan1.png") no-repeat center;
	text-align: center;
	color:#fd6756;
	font-size: 40px;
	padding-top: 30px;
	box-sizing: border-box;
}
.special-testing .ul li:nth-child(odd).red .text4{
	background: #e03643;
	font-size: 38px;
	text-align: center;
	line-height: 80px;
	width:344px;
	height:80px;
	position: absolute;
	bottom:0;
	left:0;
	color:#fff;
	font-weight: 900;
}
.special-data{
	width:100%;
	height:362px;
	background:url("/static/home/images/special_bc.png") no-repeat center;
	background-size: cover;
}
.special-data .form1{
	width:1200px;
	height:362px;
	margin:0 auto;
}
.special-data .form1 .title{
	width:100%;
	height:142px;
	line-height: 142px;
	text-align: center;
	color:#fff;
	font-size: 40px;
	font-weight: 900;
}
.special-data .form1 .title span{
	color:#fab414;
	font-size: 40px;
	font-weight: 900;
}
.special-data .form1 .inputd{
	width:100%;
	height:40px;
	display: flex;
	justify-content: center;
}
.special-data .form1 .inputd .names{
	width:426px;
	height:40px;
	padding-right: 96px;
	display: flex;
}
.special-data .form1 .inputd .names label{
	display: block;
	width:126px;
	height:40px;
	line-height: 40px;
	color:#fff;
	font-size: 20px;
}
.special-data .form1 .inputd .names input{
	display: block;
	width:300px;
	height:40px;
	background: #fff;
	border-radius: 8px;
	border: none;
	padding:0 20px;
	box-sizing: border-box;
}
.special-data .form1 .button{
	width:100%;
	height:65px;
	display: flex;
	padding-top: 67px;
	justify-content: center;
}
.special-data .form1 .button span{
	display: block;
	width:398px;
	color:#fffc00;
	font-size: 16px;
	line-height: 65px;
	height:65px;
}
.special-data .form1 .button a{
	display: block;
	width:425px;
	height:65px;
	line-height: 65px;
	text-align: center;
	color:#fff;
	font-size: 24px;
	border-radius: 25px;
	background: linear-gradient(to right,#f09a28,#fd2b24);
}
.peciel-condtion2{
	height:auto;
}
.peciel-condtion2 .title .posi{
	width:100%;
	text-align: center;
	color:#1b8eff;
	font-size: 28px;
	position: absolute;
	left:0;
	top:148px;
	font-weight: 900;
}
.peciel-condtion2 .title{
	position: relative;
	width:1200px;
	height:240px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/static/home/images/special_t4.png") no-repeat center 120px;
}
.peciel-condtion3 .title{
	background: url("/static/home/images/special_t5.png") no-repeat center 120px;
}
.peciel-condtion3 .tostudens-list-left-top-centernews{
	background: linear-gradient(to right bottom,#085be7,#00a2ff);
}
.peciel-condtion3 .tostudens-list-left-top-rightnews{
    background: linear-gradient(to right bottom,#9b7840,#daae70);
}
.special-tostudens-list-left-top10 a:nth-child(1) {
    color: #fff;
    background: linear-gradient(to right,#f09727,#fd2c25);
    transition: 0.5s;
}
.special-tostudens-list-left-top8 span:nth-child(2){
	background: url(/static/home/images/special_heat.png) no-repeat center;
}
.peciel-condtion4{
	min-height:817px;
	background: url(/static/home/images/special_se.png) no-repeat center;
	background-size: cover;
}
.peciel-condtion4 .title{
	background: url("/static/home/images/special_t6.png") no-repeat center 120px;
}
.peciel-condtion4 .title .text{
	color:#fff;
}
.peciel-condtion4 .title .text span{
	color:#fab414;
}
.peciel-condtion4 .title .posi{
	color:#fab414;
}
.special-tostudents-qie{
	background: transparent;
}
.special-tostudents-qie-ulcenter{
	display: flex;
	justify-content: center;
}
.special-tostudents-qie-ulcenter li:nth-child(1){
	margin-right: 400px;
}

.special-tostudents-qie-ulcenter li{
	margin-left:0;

}
.special-tostudents-qie-ulcenter .tostudents-qie-ulhover{
	color:#176aff;
	border-bottom: 3px solid #ff4a2d;
}
.special-tostudents-qie{
	background: transparent;
}
.special-tostudents-qie .tostudents-qie-ul1l1 ul li {
	background: #ff4a2d;
}
.special-tostudents-qie .tostudents-qie-ul1l2:nth-child(odd) ul li{
	background: #f1f4f9;
}
.special-tostudents-qie .tostudents-qie-ul1l2 ul li a{
	background:linear-gradient(to right,#f09727,#fd2b24);
}
.peciel-condtion5{
	position:relative;
}
.peciel-condtion5 title{
	background: url("/static/home/images/special_t7.png") no-repeat center 120px;
}
.special-tostudents-fotter{
	background: #0d32b4 url(/static/home/images/students_for.png) no-repeat center;
	padding-top: 138px;
	background-size: 250px;
}
.peciel-condtion5 .warp{
	width:1200px;
	min-height:500px;
	background: #fff;


}
.peciel-condtion5 .warp .paddingmain{
	width:1200px;
	min-height:500px;
	box-sizing: border-box;

	position:relative;
}
.peciel-condtion5 .warp .mains{
	position:relative;
	min-height:438px;

	position: relative;
}
.peciel-condtion5 .warp .paddingmain  .lefts{
	width:60px;
	height:60px;
	position: absolute;
	top:50%;
	left:0px;
	margin-top: -30px;
}
.peciel-condtion5 .warp .paddingmain .rights img,
.peciel-condtion5 .warp .paddingmain .lefts img{
	cursor: pointer;
}
.peciel-condtion5 .warp .paddingmain .rights{
	width:60px;
	height:60px;
	position: absolute;
	top:50%;
	right:0;
	margin-top: -30px;
	background: #fff;
}
.peciel-condtion5 .warp  .mains .ul{
	width:100%;
	min-height:438px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.peciel-condtion5 .warp .mains .ul li{
	width:326px;
	height:438px;
	border:3px solid #2274fe;
	box-sizing: border-box;
	box-shadow: 0 0 10px #99bffa;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin:0 30px;
	margin-bottom: 20px;
}

.peciel-condtion5 .warp .mains .ul li .peple{
	width:100%;
	height:432px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.peciel-condtion5 .warp .mains .ul li .peple img{
	display: block;
	width:70%;
	height:auto;

}
.peciel-condtion5 .warp .mains .ul li .posi1{
	width:326px;
	height:296px;
	position: absolute;
	left:-3px;
	bottom:-202px;
	background:url("/static/home/images/special_shang.png") no-repeat center;
	background-size:100% 100%;
	z-index:99;
	padding:0 30px;
	box-sizing: border-box;
}
.peciel-condtion5 .warp .mains .ul li .posi1 .top{
	width:100%;
	height:94px;
	color:#ffffff;
	font-size: 30px;
	font-weight: 900;
	padding-top: 25px;
	box-sizing: border-box;
}
.peciel-condtion5 .warp .mains .ul li .posi1 .top span{
	width:100%;
	height:104px;
	color:#ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 18px;

}
.peciel-condtion5 .warp .mains .ul li .posi1 .content{
	width:100%;
	color:#fff;
	font-size: 18px;
	padding-top:16px;
	border-top:1px solid #fff;
}
.special-fiexd{
	height:550px;
}
.special-fiexd .tostudents-fiexd-ul{
	background: #fff;
	width:100%;
}
.special-fiexd .tostudents-fiexd-ul li{
	color:#696969;
	border-bottom: 1px dashed #2041b9;
	width:100%;
}
.special-fiexd .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	background: #354ebc;
	color:#fff;
	margin-left: 0;
}
/*添加qq群*/
.play-index-page .play-indexpage-main .video-outobx  .learn-nums-box-jiaru{
	display: flex;
}
.play-index-page .play-indexpage-main .video-outobx  .learn-nums-box-jiaru .write-bookg{
	width: 120px;
    height: 30px;
    border-radius: 15px;
    color: #f8be26;
    font-size: 12px;
    border: 1px solid #f8be26;
    line-height: 30px;
    background: url(../images/genxin_bb.png) no-repeat 20px center;
    padding-left: 50px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 8px;
	margin-right: 10px;
	box-sizing: border-box;
}
.play-index-page .play-indexpage-main .video-outobx  .learn-nums-box-jiaru .write-bookj{
	width: 120px;
    height: 30px;
    border-radius: 15px;
    color: #2783f2;
    font-size: 12px;
    border: 1px solid #2783f2;
    line-height: 30px;
    background: url(../images/gengxin_jj.png) no-repeat 20px center;
    padding-left: 50px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 8px;
	margin-right: 10px;
	box-sizing: border-box;
}

.new-gengxin{
	width:360px;
	height:478px;
	background: #fff;
	border-radius: 12px;
}
.new-gengxin .close{
	width:100%;
	height:70px;
	display: flex;
	justify-content:flex-end;
}
.new-gengxin .close span{
	display: block;
	width:22px;
	height:22px;
	background: url(../images/answer-letsgo.png) no-repeat center;
	background-size: cover;
	margin-top:17px;
	margin-right: 17px;
	cursor: pointer;
}
.new-gengxin .texts{
	width:100%;
	height:70px;
	text-align: center;
	color:#2d3341;
	font-size: 24px;
	font-weight: 900;
}
.new-gengxin .warp{
	width:100%;
	height:161px;
	display: flex;
	justify-content: center;
}
.new-gengxin .warp .in{
	width:160px;
	height:160px;
	border:1px solid #d7d7d7;
}
.new-gengxin .warp .in img{
	display: block;
	width:160px;
	height:160px
}
.new-gengxin .openapp{
	width:100%;
	text-align: center;
	color:#2d3341;
	font-size: 18px;
	padding:45px 0 44px;
}
.new-gengxin .openapp span{
	color:#2783f2;
}
.new-gengxin .openul{
	width:100%;
	color:#c1c1c1;
	font-size: 14px;
	text-align: center;
}
/*=====================sprint*/
.sprint{
	width:100%;

}
.sprint-banner{
	width:100%;
	height:831px;
	background: url(../images/sprint_banner.png) no-repeat center;
	background-size: cover;
}
.sprint-warp{
	width:1200px;
	height:auto;
	margin:0 auto 0;
}
.sprint-warp .top{
	width:100%;
	height:426px;
	background: linear-gradient(to bottom,#242fd8,#126bff);
	border-radius: 12px;
}
.sprint-warp .fiveimg{
	width:100%;
	height:94px;
	padding-bottom: 200px;
}
.sprint-warp .fiveimg img{
	display: block;
	width:100%;
	height:94px;
}
.sprint-warp .top .arrays{
	width:100%;
	height:290px;
	padding:0 28px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	top:-114px;
}
.sprint-warp .top .arrays li{
	width:264px;
	height:290px;
	background: url(../images/sprint_li.png) no-repeat center;
	background-size: cover;
}
.sprint-warp .top .arrays li .main1{
	width:264px;
	height:146px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sprint-warp .top .arrays li .main1 img{
	display: block;
	width:80px;
	height:auto;
}
.sprint-warp .top .arrays li .main2{
	width:264px;
	height:55px;
	text-align: center;
	color:#333333;
	font-size: 24px;
}
.sprint-warp .top .arrays li .main3{
	width:264px;
	height:55px;
	text-align: center;
	color:#fff;
	font-size: 32px;
	font-weight: 900;
	padding-top: 30px;
}
.sprint-warp .top .but{
	width:100%;
	height:85px;
	margin-top: -30px;
	display: flex;
	justify-content: center;
}
.sprint-warp .top .but a{
	display: block;
	width:385px;
	height:85px;
	background: url(../images/sprint_but.png) no-repeat center;
	background-size: cover;
	text-align: center;
	line-height: 70px;
	color:#ca260a;
	font-size: 30px;
	font-weight: 900;
}
.sprint-warp .center{
	width:100%;
	min-height:610px;
	background: linear-gradient(to bottom,#242fd8,#126bff);
	border-radius: 12px;
}
.sprint-warp .center .titles{
	width:100%;
	height:150px;
	background: url(../images/sprint_bo.png) no-repeat center 80px;
	color:#fff;
	font-size: 48px;
	font-weight: 900;
	text-align: center;

	line-height: 150px;
	box-sizing: border-box;
}
.sprint-warp .center .charts{
	width:100%;
	height:460px;
	padding:0 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	align-content: flex-start;
}
.sprint-warp .center .charts li{
	width:226px;
	height:222px;
	background: url(../images/sprint_liu1.png) no-repeat right bottom;
	background-size: 226px 222px;
	position: relative;
	margin:50px 25px 0;

}
.sprint-warp .center .charts li .main1{
	position: absolute;
	left:-20px;
	top:-20px;
	z-index: 22;
}
.sprint-warp .center .charts li .main2{
	width:70px;
	height:90px;
	color:#fff;
	font-size: 28px;
	font-weight: 900;
	margin:0 auto 0;
	padding-top: 13px;
	text-align: center;
}
.sprint-warp .center .charts li .main3{
	width:100%;
	color:#333333;
	padding:10px 30px 0;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
.sprint-warp .bottom{
	width:100%;
	min-height:656px;
	border-radius: 12px;
	background: url(../images/sprint_pep.png) no-repeat 900px 139px,linear-gradient(to bottom,#242fd8,#126bff);
}
.sprint-warp .bottom .titles{
	width:100%;
	height:202px;
	background: url(../images/sprint_bo.png) no-repeat center 110px;
	color:#fff;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	line-height: 202px;
	box-sizing: border-box;
}
.sprint-warp .bottom .explain{
	width:100%;
	padding:20px 40px 0;
	box-sizing: border-box;
}
.sprint-warp .bottom p{
	display: block;
	width:100%;
	color:#fff;
	font-size: 20px;
	padding-bottom: 30px;
}
.sprint-fotter{
	height:414px;
	background: #3145c8 url(/static/home/images/students_for.png) no-repeat center;
}
.sprint-show{
	width:400px;
	height:400px;
	display: none;
}
.sprint-show .warp{
	width:400px;
	height:400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sprint-show img{
	display: block;
	width:350px;
	height:350px;
}

/*lastfrist*/
.lastfrist{
	width: 100%;
	min-width: 1200px;
}
.lastfrist-banner{
	width:100%;
	height:auto;
	position: relative;
}
.lastfrist-banner .img1{
	width:100%;
	height:auto;
}
.lastfrist-banner .img1 img{
	display: block;
	width:100%;
	height:auto;
}
.lastfrist-banner .img2{
	width:50%;
	height:auto;
	position:absolute;
	left:25%;
	bottom:24%;
	animation: movesto 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.lastfrist-banner .img2 img{
	display: block;
	width:100%;
	height:auto;
}
.lastfrist-banner .img3{
	width:100%;
	color:#e9c7c7;
	font-size: 16px;
	text-align: center;
	position: absolute;
	left:0;
	bottom:14%;
}
.lastfrist-banner .img4{
	width:12%;
	height:auto;
	position:absolute;
	right:15%;
	top:13%;
	animation: movesto3 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.lastfrist-banner .img4 img{
	display: block;
	width:100%;
	height:auto;

}
@keyframes movesto{
	0%{
		left:25%;
		transform: scale(1);
	}
	100%{
		left:26%;
		transform: scale(0.98);
	}

}
@keyframes movesto3{
	0%{
		top:13%;
	}
	100%{
		top:14%;
	}

}
.lastfrist-banner .img5{
	width:175px;
	height:55px;
	position: absolute;
	left:20%;
	top:42px;
	cursor: pointer;
}
.lastfrist-banner .img5 img,.lastfrist-banner .img5 a{
	display: block;
	width:175px;
	height:55px;
}
.lastfrist-content-warp{
	width:100%;
	background: url("/static/home/images/lastfrist_bc.png");
	display: flex;
	justify-content: center;
}
.lastfrist-content{
	width:1100px;
	height:auto;
	z-index: 23;
}
.lastfrist-content .timeer{
	width:1100px;
	height:247px;
	margin-top: 69px;
	position: relative;
}
.lastfrist-content .timeer .top{
	width:1064px;
	height:232px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 0 0 30px #f00 inset;
	position: absolute;
	left:18px;
	top:0;
	z-index: 3;
	background: #faf1f1;
}
.lastfrist-content .timeer .states{
	width:100%;
	height:109px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lastfrist-content .timeer .states img{
	display: block;
	width:935px;
	height:auto;
}
.lastfrist-content .timeer .states1{
	width:100%;
	height:92px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.lastfrist-content .timeer .states1 img{
	display: block;
	width:681px;
	height:92px;
}
.lastfrist-content .timeer .states1 span{
	display: block;
	width:63px;
	height:63px;
	text-align: center;
	line-height: 63px;
	color:#d52323;
	font-size: 40px;
	font-weight: 900;
	position: absolute;
	bottom:13px;
}
.lastfrist-content .timeer .states1 .sp1{
	left:363px;
}
.lastfrist-content .timeer .states1 .sp2{
	left:486px;
}
.lastfrist-content .timeer .states1 .sp3{
	left:609px;
}
.lastfrist-content .timeer .states1 .sp4{
	left:732px;
}
.lastfrist-content .timeer .bottom{
	width:1100px;
	box-sizing: border-box;
	border:8px solid #c91b18;
	border-radius: 25px;
	height:29px;
	background: #ffb93e;
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
}

.lastfrist-content .title{
	width:1100px;
	height:209px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/static/home/images/lastfrist_text.png") no-repeat center;
	position: relative;
}
.lastfrist-content .title .center{
	color:#333333;
	font-size: 52px;
	font-weight: 900;
	padding:0 30px;
}
.lastfrist-content .title .posi{
	width:70px;
	height:8px;
	border-radius: 25px;
	background: linear-gradient(to top,#fb8f4b,#f7c22b);
	position: absolute;
	left:50%;
	bottom:46px;
	margin-left: -35px;
}
.lastfrist-content .main{
	width:100%;
	box-shadow: 0 0 10px #d2d6e5;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.lastfrist-content .main .top{
	width:100%;
	height:116px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	background:url("/static/home/images/lastfrist_tit.png") no-repeat -10px center,linear-gradient(to right top,#f8614f,#e7413a);
	padding-left: 260px;
	box-sizing: border-box;
	position: relative;
}
.lastfrist-content .main .top .sp1{
	width:100%;
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	padding-top: 14px;
	border-top-right-radius: 18px;
}
.lastfrist-content .main .top .sp2{
	width:100%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 12px;
}
.lastfrist-content .main .top .sp3{
	width:104px;
	display: block;
	height:41px;
	line-height: 31px;
	background:url("/static/home/images/lastfrist_dd.png") no-repeat center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	right:120px;
	top:-21px;
	animation: movesto4 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	font-weight: 900;
}
@keyframes movesto4 {
	0%{
		transform: scale(0.9);
	}
	100%{
		transform: scale(1);
	}
}
.lastfrist-content .main .center{
	width:100%;
	background: #fff;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;

}
.lastfrist-content .main .center li{

	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}
.lastfrist-content .main .center li .left{
	width:236px;
	text-align: center;
	padding:30px 0;
	box-shadow:8px 0 3px 0px #e7e7e7;
	color:#003eb8;
	font-size: 16px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lastfrist-content .main .center li .right{
	width:calc(100% - 236px);
	text-align: center;
	padding:30px 0 0;
}
.lastfrist-content .main .center li .right .tit{
	width:100%;
	text-align: center;
	color:#000000;
	font-size: 16px;
	font-weight: 900;
	padding-bottom: 20px;
}
.lastfrist-content .main .center li .right .but{
	width: 100%;
	height:37px;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.lastfrist-content .main .center li .right .but span{
	display: block;
	width:130px;
	height:37px;
	border-radius: 25px;
	background: linear-gradient(to bottom,#e7413a,#fd5833);
	line-height: 37px;
	color:#fff;
	font-size: 18px;

}
.lastfrist-content .main .center li .right .uls{
	width:100%;
	padding:0 109px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.lastfrist-content .main .center li .right .uls span{
	display: block;
	min-width: 160px;
	padding-bottom: 10px;
	text-align: left;
}
.lastfrist-content .main .center li .right .red-color{
	color:#d52323;
	font-size: 18px;
	display: inline;
}
.lastfrist-content .main .center li .rights{
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lastfrist-content .main .bottom{
	width:100%;
	height:145px;
	background: #fff;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lastfrist-content .main .bottom a{
	display:block;
	width:300px;
	height:52px;
	line-height: 52px;
	text-align: center;
	border-radius: 25px;
}
.lastfrist-content .main .bottom .a1{
	border:1px solid #f25f4e;
	color:#f65135;
	font-size: 24px;
	font-weight: 900;
	box-shadow: 0 0 10px #fedfd8;
	margin-right: 38px;
}
.lastfrist-content .main .bottom .a2{
	background: #ea4439;
	color:#fff;
	font-size: 24px;
	font-weight: 900;
	box-shadow: 0 0 10px #fedfd8;
	margin-left: 38px;
}
.lastfrist-content .explain{
	width:100%;
	height:403px;
	box-shadow: 0 0 10px #d8d7de;
	border-bottom-right-radius: 175px;
	background:#fff url("/static/home/images/lastfrist_rg.png") no-repeat 616px center;
	padding-left: 48px;
	box-sizing: border-box;
	padding-top: 76px;
}
.lastfrist-content .explain li{
	width:100%;
	width:523px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 45px;
}
.lastfrist-content .explain li span{
	display: block;
}
.lastfrist-content .explain li span.sp1{
	width:35px;
	height:25px;
	text-align: center;
	line-height: 25px;
	background:#fff url("/static/home/images/lastfrist_end.png") no-repeat center;
	color:#fff;
	font-size: 14px;
	font-weight: 900;
}
.lastfrist-content .explain li span.sp2{
	text-align: center;
	line-height: 25px;
	color:#d42424;
	font-size: 24px;
	font-weight: 900;
}
.lastfrist-content .explain li span.sp3{
	flex-shrink: initial;
	width:360px;
	color:#333333;
	font-size: 16px;
	font-weight: 900;
	line-height: 28px;
}
.lastfrist-footer{
	width:100%;
	padding-top: 23px;
}
.lastfrist-footer img{
	display: block;
	width:100%;
	height:auto;
}
.lastfrist-posi1{
	position: absolute;
	left:0;
	top:953px;
	z-index: 1;
}
.lastfrist-posi2{
	position: absolute;
	left:0;
	top:1901px;
	z-index: 1;
}
.lastfrist-posi3{
	position: absolute;
	right:0;
	top:1296px;
	z-index: 1;
}
.lastfrist-posi4{
	position: absolute;
	right:0;
	top:2371px;
	z-index: 1;
}
/*==================security-banner*/
.security-warp{
	width: 100%;
	background: #eff2fa;
}
.security-banner{
	width: 100%;
	height:auto;
	background: #eff2fa;
	min-height: 530px;
	/* background: url("/static/home/images/tostudentstwos_banner.png") no-repeat center top;
	background-size:cover; */
	position: relative;
}

.security-banner img{
	width: 100%;
	height: auto;
	display: block;
	min-width: 1200px;
	min-height: 530px;
}

.tostudentstwos-banner{
	width: 100%;
	height:auto;
	background: #eff2fa;
	min-height: 580px;
	/* background: url("/static/home/images/tostudentstwos_banner.png") no-repeat center top;
	background-size:cover; */
}
.tostudentstwos-banner img{
	width: 100%;
	height: auto;
	display: block;
	min-width: 1200px;
	min-height: 540px;
}
.security-banner .imgs{
	position: absolute;
	left:55%;
	display: block;
	max-width: 393px;
	max-height: 417px;
	min-width: 393px;
	min-height: 417px;
	width: 393px;
	height: 417px;
	bottom:85px;
	z-index:999;
}
.secondstudentTwos-banner{
	width: 100%;
	height:auto;
	background: #eff2fa;
	min-height: 530px;
	/* background: url("/static/home/images/tostudentstwos_banner.png") no-repeat center top;
	background-size:cover; */
}
.secondstudentTwos-banner img{
	width: 100%;
	height: auto;
	display: block;
	min-width: 1200px;
	min-height: 530px;
}
.supervisorTwos-banner{
	width: 100%;
	height:auto;
	background: #eff2fa;
	min-height: 580px;
	/* background: url("/static/home/images/tostudentstwos_banner.png") no-repeat center top;
	background-size:cover; */
}
.supervisorTwos-banner img{
	width: 100%;
	height: auto;
	display: block;
	min-width: 1200px;
	min-height: 540px;
}
.security-form-three{
	background: linear-gradient(to bottom,#ffebf5,#fff) !important;

}
.security-form-three .iform .inpt2{
	background: linear-gradient(to right,#f44437,#e84f61) !important;
	box-shadow: 0 0 10px 3px #fbcedd !important;
}
.security-form{
	width: 1200px;
	height:240px;
	background: #d7ab5c url("/static/home/images/security_ba1.png") no-repeat center;
	border-radius: 120px;
	padding:0 67px;
	box-sizing: border-box;
	margin:0 auto;
	z-index: 99;
	position: relative;
	margin-top:-150px;
}
.security-form .titles{
	color:#ffffff;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	padding-top: 25px;
}
.security-form .titles span{
	color:#311c80;
	font-size: 40px;
	font-weight: 900;
}
.security-form .iform{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 38px;


}
.security-form .iform .inpt1{
	width: 300px;
	height:40px;
	background: #fff;
	border-radius: 8px;

	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.security-form .iform .inpt1 span{
	display: block;
	padding:0 16px;
	border-right: 1px solid #edeff1;
}
.security-form .iform .inpt1 input{
	display: block;
	border:none;
	width: 180px;
	padding:0 8px;
	box-sizing: border-box;
}
.security-form .iform .inpt2{
	width: 383px;
	height:44px;
	background: linear-gradient(to bottom right,#f1271c,#fb6043);
	border-radius: 8px;
	text-align: center;
	list-style: none;
	line-height: 44px;
	color:#fff;
	font-size: 20px;
	font-weight: 900;
	cursor: pointer;
	transition: transform .3s ease;
}
.security-form .iform .inpt2:hover{
	transform: scale(1.01);
	box-shadow: 0 0 10px #e7413a;
}
.security-form .fotter{
	width: 100%;
	color:#fff;
	font-size: 16px;
	padding-top: 24px;
	text-align: center;
}


.security-center-warp-background{
	width: 100%;
	background:#eff2fa url("/static/home/images/security_xian.png") no-repeat center;
	padding-bottom: 30px;
}
.security-center-warp{
	width: 1200px;
	margin:0 auto;

}
.security-center-warp .titles{
	width:1200px;
	height:296px;
	background:url("/static/home/images/security_en1.png?v=0.0.1") no-repeat center;
	position: relative;
}
.security-center-warp .titles2{
	background:url("/static/home/images/security_en2.png?v=0.0.1") no-repeat center;
}
.security-center-warp .titles3{
	background:url("/static/home/images/security_en3.png?v=0.0.1") no-repeat center;
}
.security-center-warp .titles4{
	background:url("/static/home/images/security_en4.png?v=0.0.1") no-repeat center;
}
.security-center-warp .titles5{
	background:url("/static/home/images/security_en5.png?v=0.0.1") no-repeat center;
}
.security-center-warp .titles6{
	background:url("/static/home/images/security_en6.png?v=0.0.1") no-repeat center;
}
.security-center-warp .titles7{
	background:url("/static/home/images/security_en7.png?v=0.0.1") no-repeat center;
}
.securitythree-center-warp .titles{
	width:1200px;
	height:296px;
	background:url("/static/home/images/security_en1.png?v=0.0.1") no-repeat center !important;
	position: relative;
}
.securitythree-center-warp .titles2{
	background:url("/static/home/images/security_en2.png?v=0.0.1") no-repeat center !important;
}
.securitythree-center-warp .titles3{
	background:url("/static/home/images/security_en3.png?v=0.0.1") no-repeat center !important;
}
.securitythree-center-warp .titles4{
	background:url("/static/home/images/security_en4.png?v=0.0.1") no-repeat center !important;
}
.securitythree-center-warp .titles5{
	background:url("/static/home/images/security_en5.png?v=0.0.1") no-repeat center !important;
}
.securitythree-center-warp .titles6{
	background:url("/static/home/images/security_en6.png?v=0.0.1") no-repeat center !important;
}
.securitythree-center-warp .titles7{
	background:url("/static/home/images/security_en7.png?v=0.0.1") no-repeat center !important;
}
.security-vide-ul li{
	width: 200px;
}
.security-vide-ul li.tostudens-vide-ul-li{
	background: #2966ef;
}
.security-vide-tagright-top{
	color:#2966ef;
}
.security-vide-tagright-rightwarp .tostudens-vide-tagright-righta1{
	color:#757575;
}
.security-vide-tagright-rightwarp .tostudens-vide-tagright-righta2{
	background: linear-gradient(to right,#f44437,#e84f61);
}
.security-center-warp .titles .tops{
	width:103px;
	height:98px;
	background:url("/static/home/images/security_duo.png") no-repeat center;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	position: absolute;
	left:50%;
	top:89px;
	margin-left: -51.5px;
	color:#edd6b6;
	font-size: 28px;
	font-weight: 900;
}
.security-center-warp .titles .centers{
	width: 100%;
	height:66px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left:0;
	top:146px;
}
.security-center-warp .titles .centers .lefts{
	width: 129px;
	height:66px;
	background:url("/static/home/images/security_left.png") no-repeat center;
}
.security-center-warp .titles .centers .rights{
	width: 129px;
	height:66px;
	background:url("/static/home/images/security_rights.png") no-repeat center;
}
.security-center-warp .titles .centers .middes{
	color:#cd954a;
	font-size: 50px;
	font-weight: 900;
	padding:0 20px;
}
.security-center-warp .titles .centers .middes span{
	color:#110834;
	font-size: 50px;
	font-weight: 900;
}
.security-center-warp .titles4 .centers .middes span{
	color:#fff;
}
.security-center-warp .titles-color .centers .middes span,
.security-center-warp .titles-color .fotters{
	color:#fff !important;
}
.security-center-warp .titles .fotters{
	color:#110834;
	font-size: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	left:0;
	top:208px;
}
.security-center-warp .titles4 .fotters{
	color:#fff;
}
.security-list-left-top{
	background: linear-gradient(to right top,#fd7d6e,#e54452) !important;
}
.security-list-left-top2-warp{
	min-height: 342px;
}
.security-list-left-top8 .sp2{
	background:url("/static/home/images/security_header.png") no-repeat center !important;
}
.security-list-left-top9 a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.security-list-left-top9 a p:nth-child(1) span{
	color:#f34438 !important;
}
.security-list-left-top9 a p:nth-child(1){
	padding-top: 0;
	color:#f34438 !important;
}
.security-list-left-top10 a:nth-child(1){
	background: linear-gradient(to right,#f44437,#e94e60);
	border-radius: 3px;
}
.security-list-left-top10 a:nth-child(2){
	box-shadow: #fac7b8 0 0 10px;
	border: 1px solid #f44437;
	color:#f44437;
}
.security-tostudens-list-center-in{
	background: linear-gradient(to right top,#ff9944,#ff9c44) !important;
}
.security-list-left-top7-ul{
	min-height: 112px;
}
.security-list-left-top7main{
	min-height: 500px;
}
.security-list-right-in{
	background: linear-gradient(to right top,#6cbdef,#1d81ce) !important;
}
.security-books{
	width: 100%;
	height:888px;
	background:url("/static/home/images/security_ba2.png?v=0.0.1") no-repeat center bottom / cover;
	padding-bottom: 30px;
}
.security-books-ul{
	width: 100%;
	display: flex;
	position: relative;
	background: #d73a1f;
}
.security-books-ul li{
	width: 25%;
	height:70px;
	background: #0f66ea;
	color:#fff;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
.security-books-ul li.hover{
	background: #ff8924;
}
.security-books-ul li.san{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #ff8924;
	background:none ;
	position: absolute;
	left:12.5%;
	bottom:-14px;
}
.security-books-ul1{
	width: 100%;
	display: none;
}
.security-books-ul1 li{
	width: 100%;
	height:70px;
	display: flex;
}
.security-books-ul1 li:nth-child(odd){
	background-color: #f8f8f8;
}
.security-books-ul1 li:nth-child(even){
	background-color: #fff;
}

.security-books-ul1 li.names div{
	width: 20%;
	color:#595757;
	font-size: 18px;
	text-align: center;
	line-height: 70px;
}
.security-books-ul1 li.names .sp4{
	color:#f1271c;
}
.security-books-ul1 li.content div{
	width: 20%;
	color:#595757;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
}
.security-books-ul1 li.content .sp1{
	color:#110834;
	font-weight: 900;
}
.security-books-ul1 li.content .sp4{
	color:#f1271c;
}
.security-books-ul1 li.content .sp5 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.security-books-ul1 li.content .sp5 a{
	display: block;
	width: 100px;
	height:36px;
	text-align: center;
	line-height: 36px;
	color:#fff;
	border-radius: 2px;
	background: linear-gradient(to right,#f44437,#e84f62);
	transition: transform 0.6s;
	transform: translate3d(0,0,0);
}
.security-books-ul1 li.content .sp5 a:hover{
	box-shadow:  0 0 10px #aaa;
	transform:scale(1.1,1.1);
}
.security-introduce{
	width: 100%;
	height: 1025px;
	background:url("/static/home/images/security_ba3.png?v=0.0.1") no-repeat center;
	background-size: cover;
}
.security-introduce-three{
	height: 928px;
}
.security-introduce-content{
	width: 100%;
	height:616px;
	background: #fff;
}
.security-introduce-content .contents{
	width: 100%;
	height:470px;
	padding-left: 113px;
	box-sizing: border-box;
	position: relative;
	display: none;
}
.security-introduce-content .contents .name{
	width: 637px;
	padding:73px 0 31px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 44px;
}
.security-introduce-content .contents .name .sp1{
	display: block;
	color:#110834;
	font-size: 51px;
	font-weight: 900;
}
.security-introduce-content .contents .name .sp2{
	display: inline-block;
	height:51px;
	line-height: 51px;
	padding:0 40px;
	background: linear-gradient(to right bottom,#f1271c,#fb6043);
	border-radius: 25px;
	color:#fff;
	font-size: 20px;
	margin-left:26px;
}
.security-introduce-content .contents .txt{
	width: 637px;
	display: flex;
	padding-bottom: 44px;
}
.security-introduce-content .contents .txt .p1{
	display: inline-block;
	height:38px;
	line-height: 38px;
	border:1px solid #d94a5a;
	border-radius: 8px;
	padding:0 10px;
	color:#d94a5a;
	font-size: 20px;
}
.security-introduce-contentthrees .contents .txt .p1{
	border:1px solid #d94a5a !important;
	color:#d94a5a !important;
}
.security-introduce-contentthrees .contents .name .sp2{
	background: linear-gradient(to right,#f44437,#e84f63) !important;
}
.security-introduce-content .contents .txt .p2{
	display: block;
	width: 519px;
	padding-left: 30px;
	box-sizing: border-box;
}
.security-introduce-content .contents .pic{
	width: 446px;
	height:509px;
	background:url("/static/home/images/security_bc.png") no-repeat center;
	background-size: cover;
	position: absolute;
	right:0;
	bottom:0;
}
.security-introduce-contentthrees .contents .pic{
	background:url("/static/home/images/security_bc.png?v=0.0.1") no-repeat center !important;

}
.security-introduce-content .contents .pic .warp{
	position: relative;
	width: 446px;
	height:509px;
}
.security-introduce-content .contents .pic .warp img{
	position: absolute;
	bottom:0;
	right:20px;
	display: block;
}
.security-introduce-content .uls{
	width: 100%;
	height:146px;
	display: flex;
	box-shadow: 0 -5px 10px #efefef;
	position: relative;
}
.security-introduce-content .uls li{
	width: 200px;
	height: 146px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-right:1px solid #e8e8e8;
	box-sizing: border-box;
	cursor: pointer;
}
.security-introduce-content .uls li img{
	display: block;
	width: 50%;
	height:auto;
}
.security-introduce-content .uls li span{
	display: block;
	color:#110834;
	font-size: 26px;
	position: absolute;
	left:34px;
	top:30px;
	width:26px;
}
.security-introduce-content .uls li.hover{
	border: 2px solid #d94a5a !important;
}
.security-understand{
	width: 100%;
	height:763px;
	background:url("/static/home/images/security_ba4.png") no-repeat center;
	background-size: cover;
}
.security-understand-three{
	background: #faf4f6 url("/static/home/images/security_fotters.png") no-repeat bottom / 100% 199px;
}
.security-understand-main{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.security-understand-mainthree li{
	box-shadow: 0 0 0 0 #fff !important;
}
.security-understand-mainthree li .mains{
	color:#7a5b5b !important;
}
.security-mis-three{
	background: #db484e !important;
}
.securityhtree-Prepare-ul li:nth-child(1){
	background: url("/static/home/images/security_ad1.png?v=0.0.1") no-repeat center / cover !important;
}
.securityhtree-Prepare-ul li:nth-child(2){
	background: url("/static/home/images/security_ad2.png") no-repeat center / cover !important;
}
.securityhtree-Prepare-ul li .surplus3{
	background: linear-gradient(to right,#ffaa44,#ff8a44) !important;
}
.securityhtree-Prepare-ul li .surplus3 span {
    border-bottom: 7px solid #ff8a44 !important;
}
.securityhtree-Prepare-ul li .surplus1{
	background: linear-gradient(to right,#fc7a6e,#e74955) !important;
}
.securityhtree-Prepare-ul li .surplus1 span {
    border-bottom: 7px solid #e74955 !important;
}
.securityhtree-Prepare{
	background: #faf4f6 !important;
}
.securityhtree-question{
	background: #faf4f6 url("/static/home/images/securityhtree_back.png") no-repeat left bottom !important;
}
.security-understand-main li{
	width: 377px;
	height:363px;
	background: #ebebf4;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:transform .5s;
}
.security-understand-main li:hover{
	transform: scale(1.02);
	box-shadow: 0 0 10px #aaa;
}

.security-understand-main li .in{
	width: 346px;
	height:337px;
	padding-top: 36px;
	box-sizing: border-box;
	border-radius: 16px;
	background: url("/static/home/images/security_bc1.png") no-repeat center;
	background-size: cover;
}
.security-understand-main li .in .tops{
	width: 294px;
	height:70px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #dba862;
	margin-left: -15px;
	padding-left: 38px;
	box-sizing: border-box;
	padding-top: 7px;
}
.security-understand-main li .in .tops .sp1{
	color:#ffffff;
	font-size: 20px;
	font-weight: 900;
	display: block;
}
.security-understand-main li .in .tops .sp2{
	color:#ffffff;
	font-size: 16px;
	display: block;
}
.security-understand-main li .in .centers{
	color:#fff;
	font-size: 16px;
	padding:43px 23px 0;
}
.security-Prepare{
	width: 100%;
	height:824px;
	background: url("/static/home/images/security_ba5.png") no-repeat center;
	background-size: cover;
}
.security-center-warp .titles .centers .middes span.sp3{
	color:#fff;
}
.security-center-warp .titles .centers .leftsb {
    width: 129px;
    height: 66px;
    background: url(/static/home/images/security_leftb.png) no-repeat center;
}
.security-center-warp .titles .centers .rightsb {
    width: 129px;
    height: 66px;
    background: url(/static/home/images/security_rightsb.png) no-repeat center;
}
.security-Prepare-ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.security-Prepare-ul li{
	width: 372px;
	height:451px;
	background:rgba(111, 95, 166, 0.5);
	border-radius: 12px;
	box-shadow: 0 0 10px #fff;
}
.security-Prepare-ul li .warp{
	width: 372px;
	height:451px;
	background: #fff;
	border-radius: 12px;
	margin-top: -13px;
	margin-left: -13px;

}
.security-Prepare-ul li .warp .tops{
	width: 100%;
	height:109px;
	background: url(/static/home/images/security_top1.png) no-repeat center;
	background-size: cover;
	text-align: center;
	line-height: 109px;
	color:#ffffff;
	font-weight: 900;
	font-size: 40px;
}
.security-Prepare-ul li .warp .tops1{
	width: 100%;
	height:109px;
	background: url(/static/home/images/security_top2.png) no-repeat center;
	background-size: cover;
	text-align: center;
	line-height: 109px;
	color:#ffffff;
	font-weight: 900;
	font-size: 40px;
}
.security-Prepare-ul li .warp .tops2{
	width: 100%;
	height:109px;
	background: url(/static/home/images/security_top3.png) no-repeat center;
	background-size: cover;
	text-align: center;
	line-height: 109px;
	color:#ffffff;
	font-weight: 900;
	font-size: 40px;
}
.security-Prepare-ul li .warp .main{
	width: 100%;
	height:342px;
	background:url(/static/home/images/security_back.png) no-repeat center;
	background-size: cover;
}
.security-Prepare-ul li .warp .main .centers{
	padding:36px 54px;
	box-sizing: border-box;
	color:#333333;
	font-size: 16px;
	text-align: center;
}
.security-Prepare-ul li .warp .main .fotters{
	width: 100%;
	display: flex;
	justify-content: center;
}
.security-Prepare-ul li .warp .main .fotters img{
	display: block;
	width: 139px;
	height:139px;
}
.security-Prepare-ul li .warp .main .surplus{
	width: 100px;
	height:34px;
	border-radius: 25px;
	background: linear-gradient(to right top,#d3a454,#de9c26);
	text-align: center;
	line-height: 34px;
	color:#ffffff;
	margin:0 auto;
	margin-top: 32px;
	position: relative;
}
.security-Prepare-ul li .warp .main .surplus span{
	display: block;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	border-bottom: 15px solid #de9c26;
	position: absolute;
	top:-15px;
	left:50%;
	margin-left: -5px;
}
.security-Prepare-ul li .warp .main .surplus1{
	background: linear-gradient(to right top,#fb964c,#fc6f5a);
}
.security-Prepare-ul li .warp .main .surplus1 span{
	border-bottom: 15px solid #fc6f5a;
}
.security-Prepare-ul li .warp .main .surplus2{
	background: linear-gradient(to right top,#4d7cf3,#133e9c);
}
.security-Prepare-ul li .warp .main .surplus2 span{
	border-bottom: 15px solid #133e9c;
}
.security-question{
	width: 100%;
	height:1260px;
	background:url(/static/home/images/security_ba6.png) no-repeat center;
	background-size: cover;
	padding-top: 200px;
	box-sizing: border-box;
}
.security-question-warp{
	width: 100%;
	display: flex;
}
.security-question-warp .lefts{
	width: 361px;
	height:673px;
}
.security-question-warp .lefts img{
	display: block;
	width: 361px;
	height:673px;
}
.security-question-warp .rights{
	width: calc(100% - 361px);
	padding-left: 53px;
	box-sizing: border-box;
	padding-top: 76px;
}
.security-question-warp .rights .tops{
	width: 100%;
	display: flex;
	height:77px;
}
.security-question-warp .rights .tops .le{
	width: 465px;
}
.security-question-warp .rights .tops .le span{
	display: block;
}
.security-question-warp .rights .tops .le span.sp1{
	color:#110834;
	font-size: 36px;
	font-weight: 900;
}
.security-question-warp .rights .tops .le span.sp2{
	color:#110834;
	font-size: 16px;
}
.security-question-warp .rights .tops .re{
	width: calc(100% - 465px);
	height:77px;
}
.security-question-warp .rights .tops .re a{
	display: block;
	width: 100%;
	height:50px;
	background: linear-gradient(to right bottom,#f1271c,#fb6043);
	border-radius: 8px;
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	transition: transform 0.5s;
}
.securitythree-question-warp .rights .tops .re a{
	background: linear-gradient(to right bottom,#f44437,#e84f62);
}
.security-question-warp .rights .tops .re a:hover{
	transform: scale(1.01);
	box-shadow: 0 0 10px #999;
}
.security-question-warp .rights .centers{
	margin-top: 53px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.security-question-warp .rights .centers li{
	width: 238px;
	height:191px;
	background:url(/static/home/images/security_ph1.png) no-repeat center;
	background-size: 120%;
	margin-bottom: 14px;
	padding-top: 36px;
	box-sizing: border-box;
}
.security-question-warp .rights .centers li:nth-child(even){
	background:url(/static/home/images/security_ph2.png) no-repeat center;
}
.security-question-warp .rights .centers li .sp1{
	width: 105px;
	height:51px;
	background:url(/static/home/images/security_phb.png) no-repeat center;
	background-size: cover;
	text-align: center;
	line-height: 42px;
	color:#fff;
	font-weight: 900;
	font-size: 30px;
	margin-left: -11px;
}
.security-question-warp .rights .centers li .sp2{
	display: block;
	color:#2e187e;
	font-size: 20px;
	padding:0 22px;
	box-sizing: border-box;
	padding-top: 13px;
}
.security-question-warp .rights .centers li:nth-child(even) .sp2{
	color:#fff;
	display: block;
	font-size: 20px;
}
.security-question-warp .rights .centers li .sp3{
	display: block;
	color:#333333;
	font-size: 16px;
	padding:0 22px;
	box-sizing: border-box;
}
.security-question-warp .rights .centers li:nth-child(even) .sp3{
	color:#fff;
	display: block;
}
.securitythree-question-warp .rights .centers li .sp1{
    background: url(/static/home/images/securitythree_b1.png) no-repeat center;
}
.securitythree-question-warp .rights .centers li:nth-child(even) .sp1{
    background: url(/static/home/images/securitythree_b2.png) no-repeat center;
}
.securitythree-question-warp .rights .centers li:nth-child(even) .warps,
.securitythree-question-warp .rights .centers li:nth-child(even){
	background: #db4544 !important;
}
.securitythree-question-warp .rights .centers li:nth-child(even) .warps{
	border:1px solid #dd777c !important;
}

.security-fotters{
	background: #281579 url(/static/home/images/students_for.png) no-repeat center;

}
.security-fotter-three{
	background: #281579 url(/static/home/images/securitythree_fotter.png) no-repeat center;
}
.security-fiexdnew-warp{
	background: #4b27cb;
	border-radius: 80px;
	height:492px
}
.security-fiexdnew{
	background: transparent;
	border:1px solid #fff !important;
	padding:3px;
	box-sizing: border-box;
}
.security-fiexdnew .tostudents-fiexd-ul li,
.security-fiexdnew .tostudents-fiexd-ul{
	width: 100%;
}

.security-fiexdnew .tostudents-fiexd-top{
	width: 100%;
}
.security-fiexdnew .tostudents-fiexd-ul li{
	border-bottom: 1px solid #fff;
}
.security-fiexdnew .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	background: #cc9242;
	width: 100%;
	color:#fff;
	margin-left: 0;
}
.securitythree-fiexdnew{
	border:1px solid #f9395b !important;
	border-radius: 0;
	height: 508px;
}
.securitythree-fiexdnew .security-fiexdnew-warp{
	background: transparent;
	border-radius: 0;
}
.securitythree-fiexdnew .tostudents-fiexd-top{
	background: #f9395b;
	margin-bottom: 2px;
}
.securitythree-fiexdnew .tostudents-fiexd-bottom img{
	display: block;
}
.securitythree-fiexdnew .tostudents-fiexd-bottom span{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
.securitythree-fiexdnew .tostudents-fiexd-bottom{
	width: 92px;
	height: 64px;
	padding-top: 0;
	background:#f9395b;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.securitythree-fiexdnew .tostudents-fiexd-ul li{
	border-bottom: 1px solid transparent;
	background: #f9395b;
	margin-bottom: 2px;
}
.securitythree-fiexdnew .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	background: #fcd453;

	color:#816f5b;
}
/* .constructorTwos-fotters{
	background: url(/static/home/images/constructorTwos_footers.png) no-repeat center !important;
} */
/*---doubleonenew2021双旦活动-------*/
.doubleonenew{
	width: 100%;
	background: #fff;
	min-width: 1200px;
}
.doubleonenew-banner{
	width: 100%;
	height:1036px;
	background: url("/static/home/images/doubleonenew_banner.png") no-repeat center;
	background-size: cover;
	position: relative;
}
.doubleonenew-banner .warp{
	width: 1142px;
	height:289px;
	background: linear-gradient(to right,#c22225,#e8463b,#d73330,#d8332f,#f24d3f,#de3a34);
	border-radius: 200px;
	position: absolute;
	left:50%;
	bottom: 115px;
	margin-left: -571px;

}
.doubleonenew-banner .warp .warp-in{
	width: 1142px;
	height:289px;
	border-radius: 200px;
	border:2px solid #f9a490;
	box-sizing: border-box;
	margin-top:40px;
	background: linear-gradient(to right,#c22225,#e8463b,#d73330,#d8332f,#f24d3f,#de3a34);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 10px #e1adaf;
}
.doubleonenew-banner .warp .warp-in .content{
	width: 1106px;
	height:257px;
	background: linear-gradient(to bottom,#fefcfb,#fcf2e8);
	border-radius: 200px;
	padding:0 87px;
	box-sizing: border-box;
}
.doubleonenew-banner .warp .warp-in .content .titles{
	width: 100%;
	padding:17px 0;
	border-bottom: 2px solid #f7e0c4;
	color:#2f7335;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}
.doubleonenew-banner .warp .warp-in .content .titles1{
	width: 100%;
	padding:15px 0;
	color:#666666;
	font-size: 30px;
	text-align: center;
}
.doubleonenew-warp{
	width: 100%;
	height:7693px;
	background: url("/static/home/images/doubleonenew_ba.png") no-repeat top;
	background-size: 100% auto;
}
.doubleonenew-titles{
	width: 100%;
	height:159px;
	background: url("/static/home/images/doubleonenew_bt1.png") no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.doubleonenew-titles span{
	font-size: 54px;
	font-weight: 900;
	background-image:-webkit-linear-gradient(right,#fbecd6,#e5a980);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.doubleonenew-titles1{
	width: 100%;
	height:211px;
	background:#c02125 url("/static/home/images/doubleonenew_bt.png") no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.doubleonenew-titles1 span{
	font-size: 54px;
	font-weight: 900;
	background-image:-webkit-linear-gradient(right,#fbecd6,#e5a980);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.doubleonenew-main1{
	width: 1142px;
	min-height:776px;
	margin:0 auto;
	position: relative;
	padding-top: 48px;
	box-sizing: border-box;
	padding-bottom: 75px;
}
.doubleonenew-main1 .imgsto{
	width: 100%;
	padding-bottom: 20px;

}
.doubleonenew-main1 .imgsto img{
	display: block;
	border-radius: 20px;
}
.doubleonenew-main1 .les{
	width: 140px;
	height:142px;
	position: absolute;
	left:0;
	bottom:85px;
}
.doubleonenew-main1 .res{
	width: 140px;
	height:142px;
	position: absolute;
	right:-20px;
	top:0px;
}
.doubleonenew-main1 .ress{
	width: 140px;
	height:142px;
	position: absolute;
	right:-20px;
	top:128px;
}
.doubleonenew-main1 .res img{
	display: block;
	width: 100%;
	height:auto;
}
.doubleonenew-main1 .in{
	width: 100%;
	min-height:668px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background: #f24337;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.doubleonenew-main1 .in .inout{
	width:1122px;
	min-height:648px;
	background: #ac1e23;
	display: flex;
	flex-wrap: wrap;
}
.doubleonenew-main1 .in .inout .let{
	width: 23px;
	min-height:619px;
	background:linear-gradient(to bottom,#6f070a,#c8383c);
}
.doubleonenew-main1 .in .inout .rig{
	width: 27px;
	min-height:619px;
	background: #6f070a;
	background-size: cover;
}
.doubleonenew-main1 .in .inout .bot{
	width: 100%;
	height:29px;
	background: url("/static/home/images/doubleonenew_b.png") no-repeat center;
	background-size: cover;
}
.doubleonenew-main1 .in .inout .uls{
	width: 1072px;
	min-height:619px;
	padding:44px 34px 39px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.doubleonenew-main1 .in .inout .uls li{
	width: 230px;
	height:250px;
	border-radius: 16px;
	margin-bottom: 16px;
}
.doubleonenew-main1 .in .inout .uls li .tops{
	width: 100%;
	height:194px;
	background: linear-gradient( to bottom,#fbeee2,#f0c594);
	box-sizing: border-box;
	border-bottom: 2px solid #7b1c0a;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.doubleonenew-main1 .in .inout .uls li .bottoms{
	width: 100%;
	height:56px;
	background: #df3b35;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
}

.doubleonenew-main1 .in .inout .uls1{
	width: 1072px;
	min-height:619px;
	padding:44px 34px 39px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.doubleonenew-main1 .in .inout .uls1 li{
	width: 324px;
	height:508px;
	background: #fff;
	border-radius: 16px;
	padding:18px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.doubleonenew-main1 .in .inout .uls1 li .imgs{
	width: 100%;
	height:auto;
}
.doubleonenew-main1 .in .inout .uls1 li .imgs img{
	display: block;
	width: 100%;
	height:auto;

}
.doubleonenew-main1 .in .inout .uls1 li .txt{
	width: 100%;
	height:70px;
	line-height: 70px;
	color:#000000;
	font-size: 24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.doubleonenew-main1 .in .inout .uls1 li .txt1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
}
.doubleonenew-main1 .in .inout .uls1 li .txt1 .sp1{
	color:#454040;
	font-size: 16px;
	text-decoration: line-through;
}
.doubleonenew-main1 .in .inout .uls1 li .txt1 .sp2{
	color:#ff5248;
	font-size: 20px;
	font-weight: 900;
}
.doubleonenew-main1 .in .inout .uls1 li .btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.doubleonenew-main1 .in .inout .uls1 li .btn .t1{
	color:#d82820;
	font-size: 21px;

}
.doubleonenew-main1 .in .inout .uls1 li .btn .t1 span{
	color:#d82820;
	font-size: 32px;
	font-weight: 900;
}
.doubleonenew-main1 .in .inout .uls1 li .btn a{
	display: block;
	width: 154px;
	height:53px;
	background: linear-gradient(to right,#fe1103,#e6934d);
	border-radius: 25px;
	box-shadow: 0 0 10px #efefef;
	color:#fff;
	text-align: center;
	line-height: 53px;
	font-size: 22px;
	font-weight: 900;
	transition: transform 0.5s;
}
.doubleonenew-main1 .in .inout .uls1 li .btn a:hover{
	box-shadow: 0 0 10px #aaa;
	transform: scale(1.04);
}
.doubleonenew-main2{
	width: 100%;
	background: #c02125;
	height:auto;
}
.doubleonenew-main2 .in{
	width: 1142px;
	padding:80px 0 114px;
	margin:0 auto;
	position: relative;
}
.doubleonenew-main2 .in .inwarp{
	width: 100%;
	height:auto;
	border:20px solid #f1c896;
	box-sizing: border-box;
	border-radius: 16px;

}
.doubleonenew-main2 .in .posi{
	width: 100%;
	height:80px;
	background: url("/static/home/images/doubleonenew_lit.png") no-repeat center ;
	background-size: cover;
	position: absolute;
	left:0;
	top:100px;
}
.doubleonenew-main2 .in .inwarp .uls2{
	width: 1072px;
	min-height:619px;
	padding:94px 34px 39px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.doubleonenew-main2 .in .inwarp .uls2 li{
	width: 324px;
	height:508px;
	background: #fff;
	border-radius: 16px;
	padding:18px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.doubleonenew-main2 .in .inwarp .uls2 li .imgs{
	width: 100%;
	height:auto;
}
.doubleonenew-main2 .in .inwarp .uls2 li .imgs img{
	display: block;
	width: 100%;
	height:auto;

}
.doubleonenew-main2 .in .inwarp .uls2 li .txt{
	width: 100%;
	height:70px;
	line-height: 70px;
	color:#000000;
	font-size: 24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.doubleonenew-main2 .in .inwarp .uls2 li .txt1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
}
.doubleonenew-main2 .in .inwarp .uls2 li .txt1 .sp1{
	color:#454040;
	font-size: 16px;
	text-decoration: line-through;
}
.doubleonenew-main2 .in .inwarp .uls2 li .txt1 .sp2{
	color:#ff5248;
	font-size: 20px;
	font-weight: 900;
}
.doubleonenew-main2 .in .inwarp .uls2 li .btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.doubleonenew-main2 .in .inwarp .uls2 li .btn .t1{
	color:#d82820;
	font-size: 21px;

}
.doubleonenew-main2 .in .inwarp .uls2 li .btn .t1 span{
	color:#d82820;
	font-size: 32px;
	font-weight: 900;
}
.doubleonenew-main2 .in .inwarp .uls2 li .btn a{
	display: block;
	width: 154px;
	height:53px;
	background: linear-gradient(to right,#fe1103,#e6934d);
	border-radius: 25px;
	box-shadow: 0 0 10px #efefef;
	color:#fff;
	text-align: center;
	line-height: 53px;
	font-size: 22px;
	font-weight: 900;
	transition: transform 0.5s;
}
.doubleonenew-main2 .in .inwarp .uls2 li .btn a:hover{
	box-shadow: 0 0 10px #aaa;
	transform: scale(1.04);
}
.doubleonenew-main1-bk1{
	width: 100%;
	background: url("/static/home/images/doubleonenew_bk1.png") no-repeat center ;
	background-size: cover;
}
.doubleonenew-main1-bk2{
	width: 100%;
	background: url("/static/home/images/doubleonenew_bk2.png") no-repeat center ;
	background-size: cover;
}
.doubleonenew-main1-bk3{
	width: 100%;
	background: url("/static/home/images/doubleonenew_bk2.png") no-repeat center ;
	background-size: cover;
}
.doubleonenew-main1-bk4{
	width: 100%;
	background: url("/static/home/images/doubleonenew_bk2.png") no-repeat center ;
	background-size: cover;
	padding-bottom: 66px;
}
.doubleonenew-footers{
	width: 990px;
	height: 270px;
	background: url("/static/home/images/doubleonenew_bot.png") no-repeat center ;
	background-size: cover;
	margin:0 auto;
	position: relative;
}
.doubleonenew-footers .posi{
	width: 221px;
	height:341px;
	position: absolute;
	right:-100px;
	top:-50px;
}
.doubleonenew-footers .titled{
	width: 100%;
	background-image:-webkit-linear-gradient(right,#fbecd6,#e5a980);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 26px;
}
.doubleonenew-footers .titled .sp1{
	display: block;
	width: 28px;
	height:6px;
	background: linear-gradient( to right,#ed927d,#fff8f2);
	border-radius: 6px;
}
.doubleonenew-footers .titled .sp2{
	display: block;
	width: 28px;
	height:6px;
	background: linear-gradient( to left,#ed927d,#fff8f2);
	border-radius: 6px;
}
.doubleonenew-footers .titled .sp3{
	padding:0 15px;
	color:#ffffff;
	font-size: 28px;
	font-weight: 900;
}
.doubleonenew-footers .rules{
	width: 100%;
	padding:26px 100px 0;
	box-sizing: border-box;
}
.doubleonenew-footers .rules p{
	display: flex;
	color:#fff;
	font-size: 16px;
	padding-bottom: 15px;
}
.doubleonenew-footers .rules p span{
	display: block;
	width: 22px;
	height:22px;
	background: url("/static/home/images/doubleonenew_sanj.png") no-repeat center ;
	background-size: cover;
	color:#ac1e23;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
}
.doubleonenew-fan{
	width: 424px;
	height:227px;
	background: url("/static/home/images/doubleonenew_fan.png") no-repeat center ;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
	padding-top: 50px;
	padding-right: 30px;
	box-sizing: border-box;
	margin:50px auto;
}
.doubleonenew-fan span{
	display: block;
	width: 128px;
	height:58px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 58px;
	cursor: pointer;
}
.doubleonenew_positions{
	width: 149px;
	height:485px;
	background: url("/static/home/images/doubleonenew_posi.png") no-repeat center ;
	background-size: cover;
	position: fixed;
	left:50px;
	top:150px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 10px;
}
.doubleonenew_positions .warp{
	width: 120px;
	height:248px;
}
.doubleonenew_positions .warp .logo{
	width: 100%;
	padding:0 15px;
	box-sizing: border-box;
}
.doubleonenew_positions .warp .logo img{
	display: block;
	width: 100%;
	height:auto;
}
.doubleonenew_positions .warp .txt{
	width: 107px;
	height:27px;
	background: #fbde2f;
	line-height: 27px;
	font-weight: 900;
	font-size: 16px;
	color:#572801;
	text-align: center;
	border-radius: 25px;
	margin:7px auto 0;
	cursor: pointer;
}
.doubleonenew_positions .warp .uls{
	width: 100%;
	padding:0 10px;
	box-sizing: border-box;
}
.doubleonenew_positions .warp .uls li{
	width: 100%;
	text-align: center;
	padding:10px 0;
	border-bottom: 1px dashed #fff;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.doubleonenew_positions .warp .uls li.hover{
	color: #037439;

}

/*==============2022年专题*/
.tostudentstwos-center-warp .titles{
	background: url(/static/home/images/studentstwos_en1.png) no-repeat center;
}
.tostudentstwos-center-warp .titles2{
	background: url(/static/home/images/studentstwos_en2.png) no-repeat center;
}
.tostudentstwos-center-warp .titles3{
	background: url(/static/home/images/studentstwos_en3.png) no-repeat center;
}
.tostudentstwos-center-warp .titles4{
	background: url(/static/home/images/studentstwos_en4.png) no-repeat center;
}
.tostudentstwos-center-warp .titles5{
	background: url(/static/home/images/studentstwos_en5.png) no-repeat center;
}
.tostudentstwos-center-warp .titles6{
	background: url(/static/home/images/studentstwos_en6.png) no-repeat center;
}
.tostudentstwos-center-warp .titles7{
	background: url(/static/home/images/studentstwos_en7.png) no-repeat center;
}
.tostudentstwos-center-warp .titles8{
	background: url(/static/home/images/studentstwos_en8.png) no-repeat center;
}
.tostudentstwos-center-warp .titles .tops{
	background: url(/static/home/images/tostudentstwos_duo.png) no-repeat center;
	color:#fff;
	padding-top: 25px;
}
.tostudentstwos-center-warp .titles .centers .lefts{
	background: url(/static/home/images/tostudentstwo_left.png) no-repeat center;
}
.tostudentstwos-center-warp .titles .centers .rights{
	background: url(/static/home/images/tostudentstwo_right.png) no-repeat center;
}
.tostudentstwos-center-warp .titles .centers .middes{
	color:#000000;
}
.tostudentstwos-center-warp .titles .centers .middes span{
	color:#3c58c3;
}
.tostudentstwos-list-left-top2-warp{
	min-height: 426px;
}
.tostudentstwos-list-left-top7main{
	min-height: 475px;

}
.tostudentstwos-list-left-top8 .sp2{
	background: url(/static/home/images/tostudentstwos_mon.png) no-repeat center !important;
}
.tostudentstwos-list-left-top10 a:nth-child(1){
	background: linear-gradient(to right,#fd5828,#fb6042);
}
.tostudentstwos-list-left-top10 a:nth-child(2){
	color:#fd6f5a;
	border:1px solid #fd6f5a;
}
.tostudentstwos-books-ul{
	background: #3c58c3;
}
.tostudentstwos-books-ul li{
	background: #3c58c3;
	width: 50%;
}
.tostudentstwos-books-ul li.hover{
	background: #fd592a;
	color:#fff;
}
.tostudentstwos-books-ul li.san{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #fd592a;
    background: none;
    position: absolute;
    left: 25%;
    bottom: -14px;
	margin-left: -5px;
}
.tostudentstwos-books{
	height:837px;
	background: url(/static/home/images/security_batwo.png) no-repeat center bottom;
}
.tostudentstwos-books-ul1 .content .sp1{
	font-weight: 900;
}
.tostudentstwos-books-ul1 .content .sp5 a{
	background: linear-gradient(to right,#fd5724,#fb6043);
}
.tostudentstwos-center-warp .titles4 .centers .lefts{
	background: url(/static/home/images/tostudentstwos_les.png) no-repeat center;
}
.tostudentstwos-center-warp .titles4 .centers .rights{
	background: url(/static/home/images/tostudentstwos_ris.png) no-repeat center;
}

.tostudentstwos-center-warp .titles4 .middes span.white{
	color:#fff;
}
.tostudentstwos-introduce-content .contents .pic{
	background: url(/static/home/images/tostudentstwos_bc.png) no-repeat center;
}
.tostudentstwos-introduce-content .contents .name .sp2{
	background: linear-gradient( to right,#fd5826,#fc5c36);
}
.tostudentstwos-introduce-content .contents .txt .p1{
	color:#f22c20;
	border:1px solid #f22c20;
}
.tostudentstwos-introduce-content .warps{
	width: 100%;
	height:auto;
	position: relative;
}
.tostudentstwos-introduce-content .warps .centers{
	width: 100%;
	height:146px;
	overflow: hidden;
	position: relative;
}
.tostudentstwos-introduce-content .warps .let{
	width: 102px;
	height:102px;
	position: absolute;
	left:-123px;
	top:32px;
	background: url(/static/home/images/tostudentstwos_left.png) no-repeat center;
	cursor: pointer;
}
.tostudentstwos-introduce-content .warps .rig{
	width: 102px;
	height:102px;
	position: absolute;
	right:-103px;
	top:32px;
	background: url(/static/home/images/tostudentstwos_right.png) no-repeat center;
	cursor: pointer;

}
.only-tostudentstwos-introduce-content1 .warps .let{
	width: 102px;
	height:102px;
	position: absolute;
	left:-123px;
	top:32px;
	background: url(/static/home/images/secondstudent/tostudentstwos_left.png) no-repeat center;
	cursor: pointer;
	margin-top: -70px;
}
.only-tostudentstwos-introduce-content1 .warps .rig{
	width: 102px;
	height:102px;
	position: absolute;
	right:-103px;
	top:32px;
	background: url(/static/home/images/secondstudent/tostudentstwos_right.png) no-repeat center;
	cursor: pointer;
	margin-top: -70px;
}
.tostudentstwos-introduce-content .uls{
	width: 1000%;
	position: absolute;
	left:0;
	top:0;
}
.tostudentstwos-introduce-content .uls li{
	width: 300px;
	justify-content: space-between;
	display: flex;
	flex-shrink: 0;
	border: none !important;
}
.tostudentstwos-introduce-content .uls li .lefs{
	width:150px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.tostudentstwos-introduce-content .uls li .lefs img{
	display: block;
	width: 96px;
	height: auto;
}
.tostudentstwos-introduce-content .uls li .rigs{
	width: calc(100% - 150px);
	padding-bottom: 15px;
}
.tostudentstwos-introduce-content .uls li .rigs span{
	position: static;
	left:0;
	top:0;
	width: 100%;
	display: block;
	color:#999999;

}
.tostudentstwos-introduce-content .uls li .rigs span.sp1{
	font-size: 26px;
}
.tostudentstwos-introduce-content .uls li .rigs span.sp2{
	font-size: 16px;
}
.tostudentstwos-introduce-content .uls li.hover .rigs span{
	color:#233387;

}
.tostudentstwos-introduce-content .uls li.hover{
	border: none !important;
	border-bottom: 2px solid #57a2e6 !important;
}
.tostudentstwos-introduce-content .uls li.san{
	left:calc(12.5% - 5px);
}
.tostudentstwos-understand-main{
	width: 100%;
	height:303px;
	display: flex;
	justify-content: space-between;
}
.tostudentstwos-understand-main li{
	width: 288px;
	height:303px;
	background: #fff;
	box-shadow: 0 0 10px #c3cbef;
	border-radius: 12px;
	transition: transform .5s;
	padding-top: 34px;
	box-sizing: border-box;
}
.tostudentstwos-understand-main li:hover{
	transform: scale(1.02);
}
.tostudentstwos-understand-main li .tops{
	width: 217px;
	height:62px;
	display: flex;
}
.tostudentstwos-understand-main li .tops .sp1{
	width: 58px;
	height:62px;
	background: #3c58c3;
	color:#fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 62px;
	text-align: center;
}
.tostudentstwos-understand-main li .tops .sp2{
	width: 159px;
	height:62px;
	line-height: 62px;
	text-align: center;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #fc6031;
	color:#fff;
	font-size: 34px;
	font-weight: 900;
}
.tostudentstwos-understand-main li .mains{
	width: 100%;
	padding-top: 28px;
	color:#555555;
	font-size: 16px;
	padding:28px 40px 0;
	box-sizing: border-box;
}
.tostudentstwos-understand{
	height: auto;
	padding-bottom: 88px;
}
.tostudentstwos-understand-forms{
	width: 100%;
	height: 438px;
	background: #fff url("/static/home/images/tostudentstwos_form.png") no-repeat center;
	background-size: cover;
	border-radius: 12px;
	box-shadow: 0 0 10px #d3d8f7;
	padding-top: 68px;
	padding-left: 85px;
	box-sizing: border-box;
}
.tostudentstwos-understand-forms .inpt{
	width: 762px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tostudentstwos-understand-forms .inpt input{
	display: block;
	width: 365px;
	height:50px;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
	background: #f8f8fb;
	border-radius: 8px;
	padding:0 20px;
	margin-bottom: 30px;
	color:#6d6d6d;
	font-size: 16px;
}
.tostudentstwos-understand-forms .btn{
	width: 762px;
	height: 60px;
	display: flex;
	justify-content: center;

}
.tostudentstwos-understand-forms .btn span{
	display: block;
	width:395px;
	height: 60px;
	background: linear-gradient(to right,#fd5724,#fb6043);
	border-radius: 8px;
	text-align: center;
	line-height: 60px;
	color:#ffffff;
	font-size: 20px;
	cursor: pointer;
}
.tostudentstwos-understand-forms .explain{
	width: 762px;
	color:#666666;
	font-size: 18px;
	text-align: center;
	padding-top: 35px;
}
.tostudentstwos-Prepare{
	background: url("/static/home/images/tostudentstwos_b7.png") no-repeat center;
	background-size: cover;
}
.tostudentstwos-question{
	background: url("/static/home/images/tostudentstwos_b8.png") no-repeat center;
	background-size: cover;
	padding-top: 0;
	height: 1050px;
}
.tostudentstwos-question-warp .rights .centers li:nth-child(even) {
    background: url("/static/home/images/tostudentstwos_nb.png") no-repeat center;
}
.tostudentstwos-introduce{
	background: url("/static/home/images/tostudentstwos_b5.png") no-repeat center;
	background-size: cover;
}
.tostudentstwos-fiexdnew{
	border:1px solid #5572db !important;
}
.tostudentstwos-fiexdnew .security-fiexdnew-warp{
	background: #5572db;
}
/*===================新版2023一建*/
.constructorTwos-banner{
	width: 100%;
	height:500px;
	background: #eff2fa;
	min-height: 500px;
	z-index: 1;
	background: url("/static/home/images/accounting_banner_warp.png") no-repeat center / cover;
}
.constructorTwos-banner img{
	width: 1200px;
	height: auto;
	display: block;
	min-width: 1200px;
	min-height: 500px;
	margin:0 auto;
}
.constructorTwos-banner.constructor-yjjzs-index-banner img{
	width: 100%;
}
.constructorTwos-form{
	width: 1200px;
	height: 210px;
	background: linear-gradient(to bottom,#e3e6f6,#fefefe);
	margin:-55px auto 0;
	z-index: 99;
	position: relative;
	border:1px solid #fff;
	box-sizing: border-box;
	padding:0 65px;

}
.constructorTwos-form .titles{
	width: 100%;
	padding:37px 0 17px;
	color:#211211;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
}
.constructorTwos-form .fotter{
	width: 100%;
	text-align: center;
	color:#ee430a;
	font-size: 16px;
	padding-bottom: 26px;
}
.constructorTwos-form .iform{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.constructorTwos-form .iform .inpt1{
	width: 330px;
	height: 44px;
	border-radius: 3px;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.constructorTwos-form .iform .inpt1 span{
	font-size: 16px;
	color:#333333;
	border-right: 1px solid #e5e5e5;
	margin-right: 10px;
}
.constructorTwos-form .iform .inpt1 input{
	display: block;
	width: calc(100% - 100px);
	border:none;
	background: transparent;
}
.constructorTwos-form .iform .inpt2{
	width: 330px;
	height: 44px;
	background: linear-gradient(to right,#4954f5,#d8411f);
	color:#fff;
	font-size: 16px;
	box-shadow: 0 0 10px 3px #acb7ed;
}
.constructorTwos-center-warp .titles{
	background: url(/static/home/images/constructorTwos_en1.png?v=0.0.1) no-repeat center;

}
.constructorTwos-center-warp .titles2{
	background: url(/static/home/images/constructorTwos_en2.png?v=0.0.1) no-repeat center;

}
.constructorTwos-center-warp .titles3{
	background: url(/static/home/images/constructorTwos_en3.png?v=0.0.1) no-repeat center;

}
.constructorTwos-center-warp .titles4{
	background: url(/static/home/images/constructorTwos_en4.png?v=0.0.1) no-repeat center;

}
.constructorTwos-center-warp .titles5{
	background: url(/static/home/images/constructorTwos_en5.png?v=0.0.1) no-repeat center;
}
.constructorTwos-center-warp .titles6{
	background: url(/static/home/images/constructorTwos_en6.png?v=0.0.1) no-repeat center;
}
.constructorTwos-center-warp .titles7{
	background: url(/static/home/images/constructorTwos_en7.png?v=0.0.1) no-repeat center;
	background-size: 100% auto;
}
.constructorTwos-center-warp .titles .tops{
	background: url(/static/home/images/constructorTwos_duo.png?v=0.0.1) no-repeat center;
	color:#fff;
	padding-top: 25px;
}
.constructorTwos-center-warp .titles .centers .middes{
	color:#000000;
}
.constructorTwos-center-warp .titles .centers .middes span{
	color:#000;
	font-size: 40px;
}
.constructorTwos-center-warp .titles{
	height: 210px;
}
.constructorTwos-center-warp .titles .centers{
	top:84px;
}
.constructorTwos-center-warp .titles .fotters{
	top:151px;
	color:#898e9a;
}
.constructorTwos-center-warp .titles4 .centers .leftsb{
	background: url(/static/home/images/constructorTwos_les.png) no-repeat center;
}
.constructorTwos-center-warp .titles4 .centers .rightsb{
	background: url(/static/home/images/constructorTwos_ris.png) no-repeat center;
}
.constructorTwos-list-left-top{
	background: linear-gradient(to right bottom,#425cf5,#4f9cff) !important;
}
.constructorTwos-list-left-top4 li{
	padding-left: 18px;
	box-sizing: border-box;
}
.constructorTwos-list-left-top2-warp{
	min-height: 477px;
}
.constructorTwos-list-left-top7main{
	min-height: 677px;

}

.constructorTwos-list-left-top8 .sp2{
	background: url(/static/home/images/constructorTwos_mon.png?v=0.0.3) no-repeat center  !important;
}
.constructorTwos-list-left-top9 a{
	border:1px solid #ff2923;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.constructorTwos-list-left-top9 a p:nth-child(1){
	padding-top: 0;
	color:#dd4119;
}
.constructorTwos-list-left-top9 a p:nth-child(1) span{
	color:#dd4119;
}
.constructorTwos-list-left-top10 a:nth-child(1){
	background: linear-gradient(to right bottom,#ec430c,#ff4e52);
}
.constructorTwos-list-left-top10 a:nth-child(2){
	color:#ec430c;
	border:1px solid #ec430c;
	box-shadow:0 0 10px 1px #e6ac99;
}
.constructorTwos-tostudens-list-center-in,
.constructorTwos-tostudens-list-center-in{
	background: linear-gradient(to right bottom,#144387,#2e6fd0) !important;

}
.constructorTwos-list-left-top7main,
.constructorTwos-list-left-top7main{
	min-height: 677px;
}
.constructorTwos-list-left-top2-warp{
	min-height: 477px;
}
.constructorTwos-list-right-in{
	background: linear-gradient(to right bottom,#8698b5,#afc1e2) !important;

}
.constructorTwos-list-left-top4 li{
	padding-left: 18px;
    box-sizing: border-box;
}
.constructorTwos-books{
	background: url("/static/home/images/constructorTwos_back.png") no-repeat center / 100%;
}
.constructorTwos-books-ul{
	background: #406af3;
}
.constructorTwos-books-ul li{
	background: #406af3;
	width:180px;
}
.constructorTwos-books-ul li.hover{
	background: #ec430c;
	color:#fff;
}
.constructorTwos-books-ul li.san{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #ec430c;
    background: none;
    position: absolute;
    left: 90px;
    bottom: -14px;
	margin-left: -5px;
}
.constructorTwos-books{
	height:1021px;
	background-size: cover;
}
.constructorTwos-books-ul1 .content .sp1{
	font-weight: 900;
}
.constructorTwos-books-ul1 li.content .sp5 a{
	background: #ec430c;
	width: 100px;
	height: 34px;
	border-radius: 0;
	box-shadow: 0 0 5px 1px #e69696;
}


.constructorTwos-center-warp .titles3 .middes span.white{
	color:#fff;
}
.tostudentstwos-introduce-content .contents .pic{
	padding-top: 30px;
	overflow: hidden;
	box-sizing: border-box;

	background: url(/static/home/images/tostudentstwos_bc.png) no-repeat center;
}
.tostudentstwos-introduce-content .contents .pic .warp{
	display: flex;
	justify-content: center;
}
.tostudentstwos-introduce-content .contents .pic .warp img{
	position: static;
}


.constructorTwos-introduce-content .contents .pic{
	background: url(/static/home/images/constructorTwos_bc.png?v=0.0.1) no-repeat center;
	bottom:-13px;
}
.constructorTwos-introduce-content .contents .name{
	justify-content: space-between;
}
.constructorTwos-introduce-content{
	background: transparent;
}
.constructorTwos-introduce-content .contents{
	background: #fff;
}
.constructorTwos-introduce-content .contents .txt .p1{
	color:#406af3;
	border:1px solid #406af3;
	border-radius: 3px;
}
.constructorTwos-introduce-content .contents .name .sp2{
	padding:0 35px;
	height: 60px;
	border-radius: 0;
	text-align: center;
	line-height: 60px;
	box-shadow: 0 0 5px 2px #f6c8c8;
}
.constructorTwos-introduce-content .uls li.hover{
	border:2px solid #4471f9;
	width: 100px;
	height: 128px;
}
.constructorTwos-introduce-content .uls{

	box-sizing: border-box;
	background: transparent;
	height: 167px;
}
.constructorTwos-introduce-content .warps{
	padding-top: 39px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.constructorTwos-introduce-content .warps .centers{
	height: 167px;
	width: calc(100% - 170px);
}
.constructorTwos-introduce-content .uls li{
	width: 100px;
	height: 128px;
	border-right: 0;
	background: #e2e7ed;
	margin-right: 33px;
}
.constructorTwos-introduce-content .uls li img{
	display: block;
	width: 100%;
	height: auto;
}
.constructorTwos-introduce-content .warps .rig{
	position: static;
	width: 85px;
}
.constructorTwos-introduce-content .warps .let{
	position: static;
	width: 85px;
}
.constructorTwos--understand{
	background: url("/static/home/images/constructorTwos_blue.png") no-repeat left bottom;
	padding-bottom: 22px !important;
}
.constructorTwos-understand-main{
	width: 100%;
	height:505px;
	display: flex;
	justify-content: space-between;

}
.constructorTwos-understand-main li{
	width: 356px;
	height:505px;
	box-shadow: 0 0 10px #c3cbef;
	border-top-right-radius: 25px;
	box-sizing: border-box;
	background: #fff;
	padding:0 38px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.constructorTwos-understand-main li .imgs{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 42px;
}
.constructorTwos-understand-main li .tops{
	width: 100%;
}
.constructorTwos-understand-main li .tops .sp1{
	display: block;
	text-align: center;
	width: 100%;
	color:#211211;
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 10px;
}
.constructorTwos-understand-main li .tops .sp2{
	display: block;
	text-align: center;
	width: 100%;
	color:#999999;
	font-size: 16px;
	padding-bottom: 40px;
}
.constructorTwos-understand-main li .mains{
	width: 100%;
	color:#5b617a;
	font-size: 16px;
}
.constructorTwos-mis{
	width: 100%;
	display: flex;
	justify-content: center;
	background: #406af3;
}
.constructorTwos-mis .constructorTwos-center-warp .titles .centers .middes span{
	color:#fff;
}
.constructorTwos-Prepare{
	background: linear-gradient(to bottom,#fff,#eff2fa);
	padding-top: 69px;
	height: 560px;
}
.constructorTwos-Prepare-ul{
	width: 100%;
}
.constructorTwos-Prepare-ul li{
	width: 358px;
	height: 487px;
	box-shadow: 0 0 2px 1px #eee;
	padding:250px 32px 0;
	box-sizing: border-box;
}
.constructorTwos-Prepare-ul li:nth-of-type(1){
	background:#fff url("/static/home/images/constructorTwos_j1.png") no-repeat center / 100%;
}
.constructorTwos-Prepare-ul li:nth-of-type(2){
	background:#fff url("/static/home/images/constructorTwos_j2.png") no-repeat center / 100%;
}
.constructorTwos-Prepare-ul li:nth-of-type(3){
	background:#fff url("/static/home/images/constructorTwos_j3.png") no-repeat center / 100%;
}
.constructorTwos-Prepare-ul li .surplus{
	width: 99px;
	background: linear-gradient(to right,#de9c27,#de9c24);
	text-align: center;
	line-height: 41px;
	border-radius: 50px;
	color:#fff;
	font-size: 16px;
	height: 41px;
	position: relative;
	margin:0 auto;
}
.constructorTwos-Prepare-ul li .surplus span{
	position: absolute;
	left:calc(50% - 3.5px);
	top:-7px;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #de9c27;
}
.constructorTwos-Prepare-ul li .surplus1{
	background: linear-gradient(to right,#fb974c,#fc7059);
}
.constructorTwos-Prepare-ul li .surplus1 span{
	border-bottom: 7px solid #fc7059;
}
.constructorTwos-Prepare-ul li .surplus2{
	background: linear-gradient(to right,#4d7df3,#143f9f);
}
.constructorTwos-Prepare-ul li .surplus2 span{
	border-bottom: 7px solid #143f9f;
}
.constructorTwos-Prepare-ul li .tops{
	width: 100%;
	color:#212121;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	padding:30px 0 28px;
}
.constructorTwos-Prepare-ul li .centers{
	width: 100%;
	color:#536177;
	font-size: 16px;
	text-align: center;
}

.constructorTwos-question{
	padding-top: 0;
	background: #eff2fa url("/static/home/images/constructorTwos_blueleft.png") no-repeat left bottom;
	height: 1052px;
}
.constructorTwos-question .security-question-warp .rights .tops .re a{
	border-radius: 3px;
}
.constructorTwos-introduce{
	background: transparent;
	height: 870px;
}
.constructorTwos-question .security-question-warp .rights .centers li .sp1{
	margin-left: -20px;
	margin-top: 24px;
}
.constructorTwos-question .security-question-warp .rights .centers li:nth-child(even) .sp1{
	background: url("/static/home/images/constructorTwos_s1.png") no-repeat center;
	margin-left: -22px;
	margin-top: 24px;
}

.constructorTwos-question .security-question-warp .rights .centers li .sp3{
	font-size: 16px;
	color:#333333;
}

.constructorTwos-question .security-question-warp .rights .centers li{
	background: #fff;
	padding:5px;
}
.constructorTwos-question .security-question-warp .rights .centers li .warps{
	border:1px solid #f9c6b6;
	height: 100%;
	height: 179px;
}
.constructorTwos-question .security-question-warp .rights .centers li:nth-child(even) .warps{
	border:1px solid #7595f3;
	height: 100%;
	height: 179px;
}

.constructorTwos-question-warp .rights .centers li:nth-child(even) {
    background: linear-gradient(to right top,#4a98ff,#425cf5);
}
.constructorTwos-question .security-question-warp .rights .centers li .sp2{
	font-weight: 900;
	color:#000;
}
.constructorTwos-question .security-question-warp .rights .centers li:nth-child(even) .sp2{
	font-weight: 900;
	color:#fff;
}
.constructorTwos-question .security-question-warp .rights .centers li:nth-child(even) .sp3{
	color:#fff;
}
.constructorTwos-fiexdnew{
	border:1px solid #4f9bff !important;
	border-radius: 0;
	height: 508px;
}
.constructorTwos-fiexdnew .security-fiexdnew-warp{
	background: transparent;
	border-radius: 0;
}
.constructorTwos-fiexdnew .tostudents-fiexd-top{
	background: #4f9bff;
	margin-bottom: 2px;
}
.constructorTwos-fiexdnew .tostudents-fiexd-bottom img{
	display: block;
}
.constructorTwos-fiexdnew .tostudents-fiexd-bottom span{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
.constructorTwos-fiexdnew .tostudents-fiexd-bottom{
	width: 92px;
	height: 64px;
	padding-top: 0;
	background:#4f9bff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.constructorTwos-fiexdnew .tostudents-fiexd-ul li{
	border-bottom: 1px solid transparent;
	background: #4f9bff;
	margin-bottom: 2px;
}
.constructorTwos-fiexdnew .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	background: #e54211;
	border-top: 1px solid #4f9bff;
	border-bottom: 1px solid #4f9bff;
}
.constructorTwos-fotters{
	background: url(/static/home/images/constructorTwos_footers.png) no-repeat center !important;
}
/*===================新版2023一建*/
/*=======================2025年二建专题*/
.secondstudenttwos-warp{
	width: 100%;
    background: #fff;
}
.secondstudenttwos-from{
	background: linear-gradient(to bottom,#cafae1,#ffffff);
	box-shadow: 0 5px 10px 5px #eee;
}
.secondstudenttwos-from .iform .inpt2{
	background:linear-gradient(to right,#70e0fa,#1fe040);
	color:#000000;
	font-weight: 900;
}
.secondstudenttwos-from .iform .inpt1{
	background: #f2f5fa;
}
.secondstudenttwos-from .fotter{
	color:#ed3d42;
}
.secondstudenttwos-from .iform .inpt2{
	background: #267ffb;
	color:#fff;
	border-radius: 5px;
	box-shadow: none;
}
.secondstudenttwos-center-warp-background{
	background: #fff;
	padding-bottom: 80px;
}
.secondstudenttwos-center-warp .titles{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t1.png) no-repeat center;

}
.secondstudenttwos-center-warp .titles2{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t2.png) no-repeat center;

}
.secondstudenttwos-center-warp .titles3{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t3.png) no-repeat center;

}
.secondstudenttwos-center-warp .titles4{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t4.png) no-repeat center;

}
.secondstudenttwos-center-warp .titles5{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t5.png) no-repeat center;
}
.secondstudenttwos-center-warp .titles6{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t6.png) no-repeat center;
}
.secondstudenttwos-center-warp .titles7{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t7.png) no-repeat center;
	background-size: 100% auto;
}
.secondstudenttwos-center-warp .titles7{
	background: url(/static/home/images/secondstudent/secondstudenttwos_t7.png) no-repeat center;
	background-size: 100% auto;
}
.secondstudenttwos-center-warp .titles .tops{
	background: url(/static/home/images/secondstudenttwos_duo.png) no-repeat center;
	color:#fff;
	padding-top: 25px;
}
/*=========================新的唯一的二建样式*/
.only-secondstuden-list-warp{
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.only-secondstuden-list-warp .coloryellow{
	background: linear-gradient(to right,#ffe1ad,#f7e8d3);
}
.only-secondstuden-list-warp .colorgreen{
	background: linear-gradient(to right,#9fe79f,#d9fbd2);
	border-top: 1px solid #9fe79f;
}
.only-secondstuden-list-warp .colorblue{
	background: linear-gradient(to right,#cbe5ff,#a6d4ff);
	border-top: 1px solid #cbe5ff;
}

.only-secondstuden-list-left{
	width: 388px;
	padding:8px;
	box-sizing: border-box;
	border-radius: 8px;
	background: linear-gradient(to right,#ffe1ad,#f7e8d3);
}
.only-secondstuden-list-left-titles{
	width: 100%;
	height: 98px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.only-secondstuden-list-left-titles p{

	text-align: center;
}
.only-secondstuden-list-left-titles p:nth-child(1){
	color:#000000;
	font-size: 30px;
	font-weight: 600;
	width: 100%;
	padding-bottom: 5px;
}
.only-secondstuden-list-left-titles p:nth-child(2){
	color:#000000;
	display: inline-block;
	font-size: 14px;
	color:#fff;
	background: rgba(0, 0, 0, 0.1);
	padding:0 10px;
	border-radius: 50px;
}
.only-secondstuden-inmains{
	background: #fff;
}
.only-secondstuden-list-left-top1{
	width: 100%;
	height: 66px;
	border-bottom: 1px dashed #fff0d6;
	display: flex;
	align-items: center;
	padding:0 24px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
}
.only-secondstuden-list-left-top2{
	min-height: 408px;
}
.only-secondstuden-list-left-top{
	width: 100%;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#181818;
	font-size: 24px;
}
.only-secondstuden-list-left-top3{
	width: 100%;
	padding-bottom: 18px;
	display: flex;
	justify-content: center;
}
.only-secondstuden-list-left-top3 .sp1{
	display: block;
	width: 93px;
	height: 28px;
	border-radius: 50px;
	text-align: center;
	line-height: 28px;
	color:#303a2c;
	font-size: 14px;
}
.only-secondstuden-list-left-top4{
	width: 100%;
	padding:0 68px;
	display: flex;
	justify-content:space-between;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.only-secondstuden-list-left-top4 li{
	width: 100px;
	font-size: 14px;
	color:#787b84;
	padding-bottom: 13px;
	list-style: disc;
}
.only-secondstuden-list-left-top5{
	width: 100%;
	height: 46px;
	font-weight: 600;
	line-height: 46px;
	color:#181818;
	font-size: 20px;
	border-top:1px solid #ffe1ad;
	padding:0 24px;
	box-sizing: border-box;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.only-secondstuden-list-left-top6{
	width: 100%;
	min-height: 446px;
	padding-top: 30px;
}
.only-secondstuden-list-left-top6-warp{
	width: 100%;
	padding-bottom: 24px;
}
.only-secondstuden-list-left-top6-top{
	width: 105px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color:#303a2c;
	font-size: 14px;
	background: linear-gradient(to right,#ffe1ad,#f7e8d2);
	border-top-right-radius:50px ;
	border-bottom-right-radius: 50px;
}
.only-secondstuden-list-left-top6-uls{
	width: 100%;
	padding:21px 32px 0;
	box-sizing: border-box;
}
.only-secondstuden-list-left-top6-uls li{
	color:#747b8b;
	font-size: 14px;
	padding-bottom: 5px;
}
.only-secondstuden-list-left-top7{
	width: 100%;
	padding:8px 32px;
	box-sizing: border-box;
	min-height: 250px;
}
.only-secondstuden-list-left-top7 li{
	list-style: disc;
	color:#747b8b;
	font-size: 14px;
	padding-bottom: 8px;
}
.only-secondstuden-list-left-top8{
	width: 100%;
	height: 84px;
	color:#747b8b;
	font-size: 14px;
	padding:20px 32px 0;
	box-sizing: border-box;
}
.only-secondstuden-list-left-top9{
	padding:0 8px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 19px;
}
.only-secondstuden-list-left-top9 span{
	color:#000000;
	font-size: 20px;
	font-weight: 600;
}
.only-secondstuden-list-left-top9 .sp2{
	width: 174px;
	height: 29px;
	background: url(/static/home/images/secondstudent/secondstudenttwos_huo.png) no-repeat right center;
	color:#fff;
	font-size: 14px;
	font-weight: 0;
	padding:0 20px;
	box-sizing: border-box;
	line-height: 29px;
	margin-left: 15px;
}
.only-secondstuden-list-left-top10{
	width: 100%;
	padding:0 8px;
	box-sizing: border-box;
	min-height: 143px;
}
.only-secondstuden-list-left-top10 a{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 80px;
	border:1px solid #ee3d42;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.only-secondstuden-list-left-top10 a p{
	font-size: 14px;
	color:#ee3d42;
	width: 100%;
	text-align: center;
}
.only-secondstuden-list-left-top10 a p span{
	font-size: 26px;
	font-weight: 600;
}
.only-secondstuden-list-left-top11{
	width: 100%;
	padding:0 8px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.only-secondstuden-list-left-top11 a{
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	background: linear-gradient(to right,#fa7f53,#ed3b41);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color:#ffffff;
	border-radius: 8px;
}
.only-secondstuden-list-left-top11 a:last-child{
	border:1px solid #ee3d42;
	background: transparent;
	color:#ee3d42;
}
/*=========================新的唯一的二建样式*/
.secondstudenttwos-vide-tagright-top{
	color:#181818;
}
.secondstudenttwos-vide-tagright-center .video-title.can-audition {
    background: url(/static/home/images/secondstudent/audition-btn.png) no-repeat right center;
}
.secondstudenttwos-vide-tagright-center .video-title.active{
	color:#267ffb;
	background: url(/static/home/images/secondstudent/secondstudenttwos_bo.png) no-repeat right center;
}
.secondstudenttwos-vide-tagright-center .video-title{
	padding-right: 90px;
}

.secondstudenttwos-vide-tagright-rightwarp .tostudens-vide-tagright-righta1{
	color:#333333;
	font-weight: 600;
}
.secondstudenttwos-vide-tagright-rightwarp .tostudens-vide-tagright-righta2{
	background: linear-gradient(to right,#fa7e52,#ee3c42);
	font-weight: 600;
}
.secondstudenttwos-center-warp .titles .centers .lefts{
	background: url(/static/home/images/secondstudenttwos_left.png) no-repeat center;
}
.secondstudenttwos-center-warp .titles .centers .rights{
	background: url(/static/home/images/secondstudenttwos_right.png) no-repeat center;
}
.secondstudenttwos-center-warp .titles .centers .middes{
	color:#211211;
}
.secondstudenttwos-center-warp .titles .centers .middes span{
	color:#444444;
}
.secondstudenttwos-center-warp .titles .centers .middes span.white{
	color:#fff;
}
.secondstudenttwos-center-warp .titles4 .centers .leftsb{
	background: url(/static/home/images/constructorTwos_les.png) no-repeat center;
}
.secondstudenttwos-center-warp .titles4 .centers .rightsb{
	background: url(/static/home/images/constructorTwos_ris.png) no-repeat center;
}

.secondstudenttwos--list-left{

}
.secondstudenttwos-list-left-top{
	background: linear-gradient(to right top,#f6e5c8,#fff6eb) !important;
}
.secondstudenttwos-list-right-in,
.secondstudenttwos-tostudens-list-center-in,
.secondstudenttwos-list-left-top{
	color:#000 !important;

}

.secondstudenttwos-list-left-top p:nth-child(1),
.secondstudenttwos-tostudens-list-center-in p:nth-child(1),
.secondstudenttwos-list-right-in p:nth-child(1){
	color:#000000;
}
.secondstudenttwos-list-left-top p:nth-child(2),
.secondstudenttwos-tostudens-list-center-in p:nth-child(2),
.secondstudenttwos-list-right-in p:nth-child(2){
	color:#747b8b;
}
.secondstudenttwos-list-left-top1 p{
	color:#ff6d0c !important;
	width: 100%;
}

.secondstudenttwos-list-left-top2{
	color:#f09c2d;
}
.secondstudenttwos-list-center-top2{
	color:#40c60e;
}
.secondstudenttwos-list-right-top2{
	color:#5385f6;
}
.secondstudenttwos-list-left-top4 li{
	padding-left: 18px;
	box-sizing: border-box;
}
.secondstudenttwos-list-left-top2-warp{
	min-height: 485px;
}
.secondstudenttwos-list-left-top7main{
	min-height: 540px;

}
.secondstudenttwos-list-left-top8 .sp2{
	background: url(/static/home/images/secondstudenttwos_header.png) no-repeat center !important;
}
.secondstudenttwos-list-left-top9 a{
	border:1px solid #ff6d0b;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.secondstudenttwos-list-left-top9 a p:nth-child(1),
.secondstudenttwos-list-left-top9 a p:nth-child(1) span{
	padding-top: 0;
	color:#ff6d0b;
}
.secondstudenttwos-list-left-top10 a:nth-child(1){
	background: linear-gradient(to top,#ff6e0d,#ff9953);
	border-radius: 3px;
}
.secondstudenttwos-list-left-top10 a:nth-child(2){
	color:#ff6d0b;
	border:1px solid #ff6d0b !important;
	box-shadow: 0 0 0 0 #000;
}
.secondstudenttwos-tostudens-list-center-in{
	background: linear-gradient(to right top,#c6ebba,#e2f8db) !important;

}
.secondstudenttwos-list-left-top7main{

	min-height: 550px;
}
.secondstudenttwos-list-left-top2-warp{
	min-height: 485px;
}
.secondstudenttwos-list-right-in{
	background: linear-gradient(to right top,#bfdaf3,#eaf4ff) !important;

}
.secondstudenttwos-list-left-top4 li{
	padding-left: 18px;
    box-sizing: border-box;
}
.secondstudenttwos-books{
	background: url(/static/home/images/secondstudent/secondstudenttwos_d1.png) no-repeat center bottom;
}
.secondstudenttwos-books-ul{
	background: #000;
	height: 62px;
}
.secondstudenttwos-books-ul li{
	background: #000;
	width:180px;
	color:#fff;
	height: 62px;
	line-height: 62px;
}
.secondstudenttwos-books-ul li.hover{
	background: #267ffb;
	color:#fff;
	height: 62px;
}
.secondstudenttwos-books-ul li.san{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #267ffb;
    background: none;
    position: absolute;
    left: 90px;
    bottom: -14px;
	margin-left: -5px;
}
.secondstudenttwos-books-ul1 li{
	height: 52px;
	line-height: 52px;
}

.secondstudenttwos-books-ul1 .content div,
.secondstudenttwos-books-ul1 .names div{
	line-height: 52px !important;
}
.secondstudenttwos-books-ul1 li:nth-child(even){
	background: #ecf3ff;
}
.secondstudenttwos-books-ul1 li:nth-child(odd){
	background: #fff;
}
.secondstudenttwos-books{
	height:1050px;
	background-size: cover;
}
.only-secondstudenttwos-books{
	height:750px;
	background-size: cover;
}
.secondstudenttwos-books-ul1 .content .sp1{
	font-weight: 900;
}
.secondstudenttwos-books-ul1 li.content .sp5 a{
	background: linear-gradient(to right,#fa7d52,#ee3f42);
	border-radius: 0;
	width: 102px;
	border-radius: 5px;
	box-shadow: 0 0 1px 1px #fed2b5;
}
.secondstudenttwos-center-warp .titles4 .middes span.white{
	color:#fff;
}
.secondstudenttwos-introduce-content .contents{
	padding-left: 30px;
}
.secondstudenttwos-introduce-content .contents .pic{
	background:transparent;
	bottom: 0;
	width: 410px;
	height: 470px;
	background: linear-gradient(to bottom,#bbddff,#fff);
}
.secondstudenttwos-introduce-content .contents .pic .warp{
	width: 410px;
	height: 470px;
}
.secondstudenttwos-introduce-content .contents .name{
	justify-content: flex-start;
	width: 735px;
	border-bottom: 1px dashed #e1efff;
	padding:40px 0 31px
}
.secondstudenttwos-introduce-content .contents .name .sp2{
	background: linear-gradient(to right,#fa8053,#ee3c42);
	border-radius: 8px;
}
.secondstudenttwos-introduce-content .contents .txt{
	width: 735px;
}
.secondstudenttwos-introduce-content .contents .txt .p1{
	background: #333333;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color:#fff;
	font-size: 16px;
	border: 0;
}
.secondstudenttwos-introduce-content .contents .txt .p2{
	width: 735px;
	font-size: 18px;
	color:#333333;
}
.secondstudenttwos-introduce-content .uls li.hover{
	border: 2px solid #ff6d0c;
	width: 90px;
	height: 105px;
}
.secondstudenttwos-introduce-content .uls li{
	border-radius: 45%;
	overflow: hidden;
	width: 90px;
	height: 105px;
	border: 2px solid #ffffff;
	margin-right: 9px;
}
.secondstudentthree-understand{
	background: #fff;
}
.secondstudenttwos-understand-main{
	width: 100%;
	height:413px;
	display: flex;
	justify-content: space-between;
}
.secondstudenttwos-understand-main li{
	width: 356px;
	height:413px;
	background: #fff url("/static/home/images/constructorTwos_dian.png") repeat center;
	box-shadow: 0 0 10px #c3cbef;
	border-top-left-radius: 25px;
	padding-top: 36px;
	box-sizing: border-box;
}
.secondstudenttwos-understand-main li .warps{
	width: 348px;
	height:337px;
	background: url("/static/home/images/secondstudenttwos_in.png") no-repeat center;
	background-size:100% 100%;
	margin-left: 43px;
	padding-top: 36px;
	box-sizing: border-box;
}

.secondstudenttwos-understand-main li .tops{
	width: 296px;
	height:70px;
	display: flex;
	padding-left: 40px;
	box-sizing: border-box;
	background: url("/static/home/images/secondstudenttwos_in1.png") no-repeat center;
	background-size:100% 100%;
	display: block;
	margin-left: -20px;
}
.secondstudenttwos-understand-main li .tops .sp1{
	width: 100%;
	color:#1a5ec5;
	font-size: 24px;
	font-weight: 900;
	display: block;
	padding-top: 5px;
}
.secondstudenttwos-understand-main li .tops .sp2{
	width: 100%;
	color:#1a5ec5;
	font-size: 16px;
	display: block;
}
.secondstudenttwos-understand-main li .mains{
	width: 100%;
	padding-top: 28px;
	color:#fff;
	font-size: 16px;
	padding:28px 40px 0;
	box-sizing: border-box;
}
.tostudentstwos-understand{
	height: auto;
	padding-bottom: 88px;
	background: #f3f7ff;
}
.secondstudenttwos-Prepare{
	background:#ebf0ff;
	background-size: 100% auto;
	padding-bottom: 30px;
}
.secondstudentthrees-Prepare-ul li:nth-of-type(1) {
    background: #fff url(/static/home/images/secondstudent/secondstudenttwos_j1.png) no-repeat center / 100% 100%;
}
.secondstudentthrees-Prepare-ul li:nth-of-type(2) {
    background: #fff url(/static/home/images/secondstudent/secondstudenttwos_j2.png) no-repeat center / 100% 100%;
}
.secondstudentthrees-Prepare-ul li:nth-of-type(3) {
    background: #fff url(/static/home/images/secondstudent/secondstudenttwos_j3.png) no-repeat center / 100% 100%;
}
.secondstudentthree-understand-main li{
	box-shadow: 0 0 5px 3px #f0f4ff;
	border-radius: 0;
}
.secondstudentthree-question{
	padding-top: 0;
    background: #fff url(/static/home/images/secondstudent/secondstudentthree_back.png) no-repeat left bottom;
    height: 1052px;
}
.only-secondstudenttwos-question-warp{
	width: 100%;
	height: 709px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding:0 103px 30px;
	box-sizing: border-box;
	position: relative;
}
.only-secondstudenttwos-question-warp .leftes .lis{
	width: 160px;
	position: relative;
}
.only-secondstudenttwos-question-warp .leftes .lis::after{
	content: "";
	width: 20px;
	height: 4px;
	background: #267ffb;
	border-radius: 5px;
	position: absolute;
	right:0;
	top:-8px;
}
.only-secondstudenttwos-question-warp .leftes .lis.ris::after{
	content: "";
	width: 20px;
	height: 4px;
	background: #267ffb;
	border-radius: 5px;
	position: absolute;
	left:0;
	top:-8px;
}
.only-secondstudenttwos-question-warp .leftes .lis .sp1{
	color:#333333;
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-align: right;
	padding-bottom: 5px;

}
.only-secondstudenttwos-question-warp .leftes .lis:nth-child(1){
	margin-bottom: 108px;
	padding-left: 56px;
}
.only-secondstudenttwos-question-warp .leftes .lis:nth-child(2){
	margin-bottom:79px;
}
.only-secondstudenttwos-question-warp .leftes .lis:nth-child(3){
	padding-left: 36px;
}
.only-secondstudenttwos-question-warp .leftes .lis.ris:nth-child(1){
	margin-bottom: 108px;
	padding:0;
	padding-right: 56px;
}
.only-secondstudenttwos-question-warp .leftes .lis.ris:nth-child(2){
	margin-bottom:79px;
}
.only-secondstudenttwos-question-warp .leftes .lis.ris:nth-child(3){
	padding:0;
	padding-right: 36px;
}
.only-secondstudenttwos-question-warp .leftes .lis .sp2{
	color:#333333;
	font-size: 16px;
	display: block;
	text-align: right;
}
.only-secondstudenttwos-question-warp .leftes .lis.ris .sp2{
	text-align: left;
}
.only-secondstudenttwos-question-warp .leftes .lis.ris .sp1{
	text-align: left;
}
.only-secondstudenttwos-question-warp .rightes{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-end;
}
.only-secondstudenttwos-question-warp .btmsa{
	width: 100%;
	height: 132px;
	background: #fff;
	border-radius: 8px;
	padding:0 50px;
	box-sizing: border-box;
	position: absolute;
	left:0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.only-secondstudenttwos-question-warp .btmsa span{
	display: block;
}
.only-secondstudenttwos-question-warp .btmsa span.sp1{
	color:#181818;
	font-size: 36px;
	padding-bottom: 19px;
}
.only-secondstudenttwos-question-warp .btmsa span.sp2{
	color:#5a5a61;
	font-size: 16px;
}
.only-secondstudenttwos-question-warp .btmsa .ris{
	width: 272px;
	height: 50px;

}
.only-secondstudenttwos-question-warp .btmsa .ris a{
	display: block;
	width: 272px;
	height: 50px;
	border-radius: 5px;
	background: linear-gradient(to right,#f97d52,#ed3b41);
	color:#fff;
	font-size: 18px;
	color:#ffffff;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
}




.secondstudenttwos-Prepare-ul li .warp .tops{
	background: linear-gradient(to top right,#e7b86d,#c19652);
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.secondstudenttwos-Prepare-ul li .warp .tops1{
	background: linear-gradient(to top right,#35ce88,#29b17f);
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.secondstudenttwos-Prepare-ul li .warp .main .surplus1{
	background: linear-gradient(to top right,#35ce88,#29b17f);
}
.secondstudenttwos-Prepare-ul li .warp .main .surplus1 span {
    border-bottom: 15px solid #35ce88;
}
.secondstudenttwos-Prepare-ul li .warp .tops2{
	background: linear-gradient(to top right,#2a7ffe,#185ff0);
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.secondstudenttwos-question-warp .rights .centers li:nth-child(even) {
    background: url("/static/home/images/secondstudenttwos_nb.png") no-repeat center;
}
.secondstudenttwos-introduce{
	background: url("/static/home/images/secondstudent/secondstudenttwos_b5.png") no-repeat center;
	background-size: cover;
	height: 920px;
}
.constructorTwos-fotters{
	background:url(/static/home/images/constructorTwos_for.png) no-repeat center;
}
.tostudentstwos-fotters{
	background:url(/static/home/images/tostudentstwos_for.png) no-repeat center;
}
.secondstudenttwos-fotters{
	background:url(/static/home/images/secondstudent/secondstudenttwos_for.png) no-repeat center / cover;
}
.secondstudenttwos-fotters p:nth-child(2) img{
	display: block;
	width: 294px;
	height: 39px;
	margin:0 auto;
}
.secondstudenttwos-fiexdnew{
	border:1px solid #ff9146 !important;
	border-radius: 0;
	height: 504px;
}
.secondstudenttwos-fiexdnew .security-fiexdnew-warp{
	background: transparent;
	border-radius: 2px;
}
.secondstudenttwos-fiexdnew .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	background: #26e041;
	color:#fff;
	border-top: 1px solid #ff9146;
	border-bottom: 1px solid #ff9146;
}
.secondstudenttwos-fiexdnew  .tostudents-fiexd-top{
	margin-bottom: 2px;
	background: #ff9146;
}
.secondstudenttwos-fiexdnew .tostudents-fiexd-ul li{
	margin-bottom: 2px;
	background: #ff9146;
	border-bottom: none;
}
.secondstudenttwos-fiexdnew .tostudents-fiexd-bottom{
	background: #ff9146;
	width: 92px;
    height: 64px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.secondstudenttwos-fiexdnew .tostudents-fiexd-bottom img{
	display: block;
}
.secondstudenttwos-fiexdnew .tostudents-fiexd-bottom span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
/*=======================2022年监理建专题*/
.supervisorTwos-warp{
	width: 100%;
    background: #eff2fa;
}
.supervisorTwos-center-warp .titles{
	background: url(/static/home/images/constructorTwos_en1.png) no-repeat center;

}
.supervisorTwos-center-warp .titles2{
	background: url(/static/home/images/constructorTwos_en2.png) no-repeat center;

}
.supervisorTwos-center-warp .titles3{
	background: url(/static/home/images/constructorTwos_en3.png) no-repeat center;

}
.supervisorTwos-center-warp .titles4{
	background: url(/static/home/images/constructorTwos_en4.png) no-repeat center;

}
.supervisorTwos-center-warp .titles5{
	background: url(/static/home/images/constructorTwos_en5.png) no-repeat center;
}
.supervisorTwos-center-warp .titles6{
	background: url(/static/home/images/constructorTwos_en6.png) no-repeat center;
	background-size: 100% auto;
}
.supervisorTwos-center-warp .titles7{
	background: url(/static/home/images/constructorTwos_en7.png) no-repeat center;
	background-size: 100% auto;
}
.supervisorTwos-center-warp .titles .tops{
	background: url(/static/home/images/supervisorTwos_duo.png) no-repeat center;
	color:#fff;
	padding-top: 25px;
}
.supervisorTwos-center-warp .titles .centers .lefts{
	background: url(/static/home/images/supervisorTwos_left.png) no-repeat center;
}
.supervisorTwos-center-warp .titles .centers .rights{
	background: url(/static/home/images/supervisorTwos_right.png) no-repeat center;
}
.supervisorTwos-center-warp .titles .centers .middes{
	color:#423694;
}
.supervisorTwos-center-warp .titles .centers .middes span{
	color:#444444;
}
.supervisorTwos-center-warp .titles .centers .middes span.white{
	color:#fff;
}
.supervisorTwos-center-warp .titles4 .centers .leftsb{
	background: url(/static/home/images/constructorTwos_les.png) no-repeat center;
}
.supervisorTwos-center-warp .titles4 .centers .rightsb{
	background: url(/static/home/images/constructorTwos_ris.png) no-repeat center;
}
.supervisorTwos-list-left-top{
	background: linear-gradient(to right top,#5f5bc3,#3f3392) !important;
}
.supervisorTwos-list-left-top4 li{
	padding-left: 18px;
	box-sizing: border-box;
}
.supervisorTwos-list-left-top2-warp{
	min-height: 485px;
}
.supervisorTwos-list-left-top7main{
	min-height: 540px;

}

.supervisorTwos-list-left-top8 .sp2{
	background: url(/static/home/images/supervisorTwos_mon.png) no-repeat center !important;
}
.supervisorTwos-list-left-top9 a{
	border:1px solid #ff2923;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.supervisorTwos-list-left-top9 a p:nth-child(1){
	padding-top: 0;
	color:#ff2923;
}
.supervisorTwos-list-left-top10 a:nth-child(1){
	background: linear-gradient(to top,#f57063,#ed524e);
}
.supervisorTwos-list-left-top10 a:nth-child(2){
	color:#ed524e;
	border:1px solid #f9b1ad;
}
.supervisorTwos-tostudens-list-center-in{
	background: linear-gradient(to right top,#f67164,#ec4d4b) !important;

}
.supervisorTwos-list-left-top7main{

	min-height: 550px;
}
.supervisorTwos-list-left-top2-warp{
	min-height: 485px;
}
.supervisorTwos-list-right-in{
	background: linear-gradient(to right top,#d7ab5c,#c69857) !important;

}
.supervisorTwos-list-left-top4 li{
	padding-left: 18px;
    box-sizing: border-box;
}
.supervisorTwos-books-ul{
	background: #f7fafe;
}
.supervisorTwos-books-ul li{
	background: #f7fafe;
	width:50%;
	color:#444444;
}
.supervisorTwos-books-ul li.hover{
	background: linear-gradient(to right top,#c69857,#d7ab5c);
	color:#fff;
}
.supervisorTwos-books-ul li.san{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #c69857;
    background: none;
    position: absolute;
    left: calc(25% - 5px);
    bottom: -14px;
	margin-left: -5px;
}
.supervisorTwos-books-ul1 li:nth-child(even){

	background: #fff;
}
.supervisorTwos-books-ul1 li:nth-child(odd){
	background: #f6f6fa;
}
.supervisorTwos-books{
	height:1021px;
	background-size: cover;
}
.supervisorTwos-books-ul1 .content .sp1{
	font-weight: 900;
}
.supervisorTwos-books-ul1 .names div{
	color:#000;
	font-weight: 900;
}
.supervisorTwos-books-ul1 .names div.sp4{
	color:#595757;
	font-weight: 900;
}
.supervisorTwos-books-ul1 li.content .sp5 a{
	background: linear-gradient(to right,#ec4d4a,#f67164);
}
.supervisorTwos-center-warp .titles4 .middes span.white{
	color:#fff;
}
.supervisorTwos-introduce-content .contents .pic{
	background: url(/static/home/images/supervisorTwos_bc.png) no-repeat center;
}

.supervisorTwos-understand-main{
	width: 100%;
	height:413px;
	display: flex;
	justify-content: space-between;
}
.supervisorTwos-understand-main li{
	width: 356px;
	height:413px;
	background: #fff url("/static/home/images/constructorTwos_dian.png") repeat center;
	box-shadow: 0 0 10px #c3cbef;
	border-top-left-radius: 25px;
	padding-top: 36px;
	box-sizing: border-box;
}
.supervisorTwos-understand-main li .warps{
	width: 348px;
	height:337px;
	background: url("/static/home/images/supervisorTwos_in.png") no-repeat center;
	background-size:100% 100%;
	margin-left: 43px;
	padding-top: 36px;
	box-sizing: border-box;
}

.supervisorTwos-understand-main li .tops{
	width: 336px;
	height:70px;
	display: flex;
	box-sizing: border-box;
	background-size:100% 100%;
	display: block;
	margin-left: -20px;
}
.supervisorTwos-understand-main li .tops .left{
	width: 66px;
	height:70px;
}
.supervisorTwos-understand-main li .tops .left span{
	display: block;
	width: 66px;
	height:70px;
	background: #c79a57;
	color:#ffffff;
	font-size: 50px;
	font-weight: 900;
	text-align: center;
	line-height: 70px;
}
.supervisorTwos-understand-main li .tops .right{
	width: 270px;
	height: 70px;
	color:#1a5ec5;
	font-size: 16px;
	padding-left: 17px;
	box-sizing: border-box;
	display: block;
	background: #f77668;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-top: 4px;
}
.supervisorTwos-understand-main li .tops .right .sp1{
	display: block;
	width: 100%;
	color:#fff;
	font-weight: 900;
	font-size: 24px;
}
.supervisorTwos-understand-main li .tops .right .sp2{
	display: block;
	width: 100%;
	color:#fff;
	font-size: 16px;
}
.supervisorTwos-understand-main li .mains{
	width: 100%;
	padding-top: 28px;
	color:#fff;
	font-size: 16px;
	padding:28px 40px 0;
	box-sizing: border-box;
}
.supervisorTwos-understand{
	height: auto;
	padding-bottom: 88px;
}
.supervisorTwos-Prepare{
	background:#fff url("/static/home/images/supervisorTwos_b7.png") no-repeat left bottom;
	background-size: 100% auto;
}
.supervisorTwos-Prepare-ul li .warp .tops{
	background: linear-gradient(to top right,#e7b86d,#c19652);
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.supervisorTwos-Prepare-ul li .warp .tops1{
	background: linear-gradient(to top right,#f67164,#ed4e4b);
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.supervisorTwos-Prepare-ul li .warp .main .surplus1{
	background: linear-gradient(to top right,#f67164,#ed4e4b);
}
.supervisorTwos-Prepare-ul li .warp .main .surplus1 span {
    border-bottom: 15px solid #ed4e4b;
}
.supervisorTwos-Prepare-ul li .warp .tops2{
	background: linear-gradient(to top right,#2a7ffe,#185ff0);
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
/* .secondstudenttwos-question-warp .rights .centers li:nth-child(even) {
    background: url("/static/home/images/secondstudenttwos_nb.png") no-repeat center;
} */
.supervisorTwos-introduce{
	background: url("/static/home/images/supervisorTwos_b5.png") no-repeat center;
	background-size: cover;
}
.supervisorTwos-fotters{
	background:url(/static/home/images/supervisorTwos_for.png) no-repeat center;
}
.supervisorTwos-fiexdnew{
	border:1px solid #f05e57 !important;
}
.supervisorTwos-fiexdnew .security-fiexdnew-warp{
	background: #f05e57;
}
.supervisorTwos-fiexdnew .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	color:#3d3492;
	background: transparent;
}
.doublenews-posiitons .uls{
	height:600px;
}
/*视频添加播放结束跳转下级*/
.video-pisiotonnew{
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 99999;
	left:0;
	top:0;
	display: none;
	background:linear-gradient( to right,#000,#aaa);
}
.video-pisiotonnew .percent{
	position: relative;
	width: 150px;
	height:150px;
	margin:350px auto 0;
}
.video-pisiotonnew .percent svg{
	position: relative;
	width: 150px;
	height:150px;
}
.video-pisiotonnew .percent svg circle{
	width: 150px;
	height:150px;
	fill: transparent;
	stroke-width: 8;
	stroke: #000;
	stroke-dasharray: 440;
	stroke-dashoffset: 440;
	stroke-linecap: round;
	transform: translate(5px,5px);
}
.video-pisiotonnew .percent svg circle:nth-child(1){
	stroke-dashoffset: 0;
	stroke: #aaa;
	opacity: 0.5;
}
.video-pisiotonnew .percent svg circle:nth-child(2){
	stroke-dashoffset: calc(440 - (440 * 100) / 100);
	stroke: #eee;

}
.video-pisiotonnew .fotters1{
	color:#aaa;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;

}
.video-pisiotonnew .fotters{
	width: 130px;
	text-align: center;
	margin:0 auto;
	color:#aaa;
	font-size: 50px;
	text-align: center;
	padding-top: 20px;
}
.video-pisiotonnew .fotters:hover{
	color:#fff;
	cursor: pointer;
}
/*===========offlinedown==============*/
.offlinedown{
    width: 100%;
	position: relative;
}

.offlinedown .position-r1{
	width: 211px;
	height:322px;
	position:absolute;
	right:0;
	top:0;
}
.offlinedown .position-l1{
	width:211px;
	height:322px;
	position:absolute;
	left:0;
	z-index: -1;
	top:-90px;
}
.offlinedown .position-l1 img{
	display: block;
	width:211px;
	height:auto;
}
.offlinedown .tops{
	width: 1119px;
	height:669px;
	margin:0 auto;
	position:relative;
}
.offlinedown .tops .ris{
	width: 1094px;
	height:478px;
	position: absolute;
	z-index:1;
	right:0;
	top:50%;
	margin-top:-239px;
}
.offlinedown .tops .ris img{
	display: block;
	width: 100%;
	height:auto;
}
.offlinedown .tops .les{
	position: absolute;
	top:264px;
	left:0;
	z-index: 2;
}
.offlinedown .tops .les .sp1{
	color:#171920;
	font-size: 36px;
	font-weight: 900;
}
.offlinedown .tops .les .sp2{
	color:#171920;
	font-size: 48px;
	font-weight: 900;
	display: flex;
	align-items: flex-start;
}
.offlinedown .tops .les .sp2 span{
	display: inline-block;
	background:linear-gradient(to right,#ec3cbe,#ee854d);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding:5px;
	font-size: 12px;
	color:#fff;
	margin-left: 5px;
}
.offlinedown .tops .les .sp3{
	color:#4b4b4b;
	font-size: 16px;
	padding:10px 0;
}
.offlinedown .tops .les .sp4{
	width: 250px;
	height:70px;
	padding-top: 10px;
	cursor: pointer;
}
.offlinedown .tops .les .sp4 a{
	display: block;
	width: 250px;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	box-shadow: 0 0 10px #0075ff;
	background: linear-gradient(to right,#05c2fe,#409afc);
}
.offlinedown .tops .les .sp4 span{
	color:#fff;
	font-size: 24px;
	padding-left: 10px;
}
.offlinedown .warps{
	background: #f5f5f5;
	width: 100%;
}
.offlinedown .warps1{
	background: #fff;
	width: 100%;
}
.offlinedown .warps1 .ris1{
	padding-left:50px;
}
.offlinedown .tops1{
	width: 1119px;
	margin:0 auto;
	height:458px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.offlinedown .tops1 .ris .sp1{
	display: block;
	color:#121212;
	font-size: 48px;
	font-weight: 900;
}
.offlinedown .tops1 .ris{
	width: 425px;
}
.offlinedown .tops1 .ris .sp2{
	display: block;
	color:#36363a;
	font-size: 24px;
	padding-top: 30px;
	line-height: 36px;
}
.offlinedown .tops2{
	width: 100%;
	padding:179px 0 120px;

}
.offlinedown .tops2 .txt1{
	color:#282828;
	font-size: 48px;
	text-align: center;
	width: 100%;
}
.offlinedown .tops2 .txt2{
	color:#9899a1;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding-top: 30px;
}
.offlinedown .tops2 .txt3{
	width: 100%;
	padding-top: 93px;
	display: flex;
	justify-content: center;
}
.offlinedown .tops2 .txt4{
	width: 100%;
	padding-top: 100px;
	display: flex;
	justify-content: center;
}
.offlinedown .tops2 .txt4 a{
	display: block;
	width: 240px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size: 20px;
	background: #1e52f2;
	border-radius: 30px;
	box-shadow: 0 0 10px #003eb8;
}
/*初级会计师*/
.accounting-center-warp .titles{
	background: url(/static/home/images/accounting_en1.png) no-repeat center;

}
.accounting-center-warp .titles2{
	background: url(/static/home/images/accounting_en2.png) no-repeat center;

}
.accounting-center-warp .titles3{
	background: url(/static/home/images/accounting_en3.png) no-repeat center;

}
.accounting-center-warp  .titles{
	height: 217px;
}
.accounting-center-warp .titles3  .centers .middes span,
.accounting-center-warp .titles3  .fotters{
	color:#fff;
}
.accounting-center-warp  .titles .fotters {
    top: 151px;
}
.accounting-center-warp  .titles .centers{
    top: 84px;
}
.accounting-center-warp .titles4{
	background: url(/static/home/images/accounting_en4.png) no-repeat center;

}
.accounting-center-warp .titles5{
	background: url(/static/home/images/accounting_en5.png) no-repeat center;
}
.accounting-center-warp .titles6{
	background: url(/static/home/images/accounting_en6.png) no-repeat center;
}
.accounting-center-warp .titles7{
	background: url(/static/home/images/accounting_en7.png) no-repeat center;
	background-size: 100% auto;
}
.accounting-from .iform .inpt2{
	background: linear-gradient(to right,#ffb75a,#ff5726);
}
.accounting-schemes{
	width: 100%;
	height: 620px;
}
.accounting-schemes-warps{
	width: 100%;
	height: 533px;
	display: flex;
	background: #fff;
	box-shadow: 0 0 3px 3px #efefef;
	justify-content: space-between;
}
.accounting-schemes-warps .lefts{
	width: 85px;
	background: linear-gradient(to bottom,#07cea3,#2d85f0);
	color:#ffffff;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}
.accounting-schemes-warps .rights{
	width: calc(100% - 85px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.accounting-schemes-warps .rights .mains{
	width: 1044px;
	padding-top: 20px;
}
.accounting-schemes-warps .rights .mains .maintitles{
	width: 125px;
	height: 36px;
	background: linear-gradient(to bottom,#fa6132,#f0987e);
	text-align: center;
	line-height: 36px;
	color:#fff;
	font-size: 20px;
}
.accounting-schemes-warps .rights .mains .introducenew{
	width: 100%;
	height: 48px;
	border:1px solid #f5f5f5;
	box-sizing: border-box;
	padding:0 13px;
	line-height: 46px;
	color:#333333;
	font-size: 14px;
	margin-bottom: 10px;
}
.accounting-schemes-warps .rights .mains .ultit{
	width: 100%;
	display: flex;
	height: 48px;
	background: #f5f5f5;
	box-sizing: border-box;
	border:1px solid #ececec;
	line-height: 48px;
	text-align: center;
	color:#333333;
	font-size: 18px;
	margin-bottom: 4px;
}
.accounting-schemes-warps .rights .mains .ultit .sp1,
.accounting-schemes-warps .rights .mains .ulmains .sp1{
	width: 190px;
}
.accounting-schemes-warps .rights .mains .ultit .sp2,
.accounting-schemes-warps .rights .mains .ulmains .sp2{
	width: 155px;
}
.accounting-schemes-warps .rights .mains .ultit .sp3,
.accounting-schemes-warps .rights .mains .ulmains .sp3{
	width: 180px;
}
.accounting-schemes-warps .rights .mains .ultit .sp4,
.accounting-schemes-warps .rights .mains .ulmains .sp4{
	width: 150px;
}
.accounting-schemes-warps .rights .mains .ultit .sp5,
.accounting-schemes-warps .rights .mains .ulmains .sp5{
	width: 170px;
}
.accounting-schemes-warps .rights .mains .ultit .sp6,
.accounting-schemes-warps .rights .mains .ulmains .sp6{
	width: 190px;
}
.accounting-schemes-warps .rights .mains .ulmains{
	width: 100%;
	display: flex;
	min-height: 307px;
	border:1px solid #ffd0a6;
	box-sizing: border-box;
}
.accounting-schemes-warps .rights .mains .ulmains li{
	border-right:1px solid #ffd0a6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.accounting-schemes-warps .rights .mains .ulmains li div{
	width: 100%;
	color:#333333;
	font-size: 16px;
	margin-bottom: 10px;
}
.accounting-schemes-warps .rights .mains .ulmains li .colored{
	color:#f34336;
	font-size: 30px;
	font-weight: 900;
}
.accounting-schemes-warps .rights .mains .ulmains li .colored span{
	font-size: 18px;
	font-weight: normal;
}
.accounting-schemes-warps .rights .mains .ulmains li .a1{
	display: block;
	width: 115px;
	height: 40px;
	background: linear-gradient(to right,#ffb75a,#ff5827);
	color:#fff;
	font-size: 16px;
	line-height: 40px;
	box-shadow: 0 0 3px 3px #ffddc7;
	margin-bottom: 40px;
	border-radius: 3px;
}
.accounting-schemes-warps .rights .mains .ulmains li .a2{
	display: block;
	width: 115px;
	height: 40px;
	border:1px solid #ff5726;
	color:#ff5726;
	font-size: 16px;
	line-height: 40px;
	border-radius: 3px;
	box-shadow: 0 0 3px 3px #ffe8e1;
}
.accounting-schemes-warps .rights .mains .ulmains li:last-child{
	border-right: none;
}
.accounting-books{
	background: url("/static/home/images/accounting_b1.png") no-repeat center / cover;
	height: 700px;
}
.accounting-books-ul li.hover {
    background: #e1ba75;
    color: #b56302;
}
.accounting-books-ul li.san {
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #e1ba75;
}
.accounting-books-ul1 li.content .sp5 a{
	background:linear-gradient(to right,#ffb459,#ff5927);
}
.accounting-introduce{
	background: url("/static/home/images/accounting_b2.png") no-repeat center / cover;
}
.accounting-introduce-content .contents .name .sp2{
	background: linear-gradient( to right,#ffb75a,#ff5726);
}
.accounting-introduce-content .contents .txt .p1{
	border: 1px solid #fe5826;
	color:#fe5826;
}
.accounting-understand{
	height: 866px;
	background: transparent;
}
.accounting-understand .constructorTwos-understand-main li{
	height: 565px;
}
.accounting-mis{
	background: #fff;
}
.accounting-question{
	background:#fff url("/static/home/images/accounting_b4.png") no-repeat left bottom;
}
.accounting-question .security-question-warp .rights .tops .re a{
	background: linear-gradient(to right,#ffb55a,#ff5726);
}
.accounting-question  .security-question-warp .rights .centers li .sp1{
	background: url(/static/home/images/accounting_fn1.png) no-repeat center;
}
.accounting-question  .security-question-warp .rights .centers li:nth-child(even) .sp1{
	background: url(/static/home/images/accounting_fn2.png) no-repeat center;
}
.accounting-question  .security-question-warp .rights .centers li:nth-child(even){
	background: url(/static/home/images/accounting_fn3.png) no-repeat center;
	background-size: 100% 100%;
}
.accounting-question .security-question-warp .rights .centers li{
	box-shadow: 0 0 3px 2px #ecebeb;
}
.accounting-fotters{
	background: url(/static/home/images/accounting_footers.png) no-repeat center !important;
}
.accounting-fiexdnew .tostudents-fiexd-top,
.accounting-fiexdnew .tostudents-fiexd-ul li,
.accounting-fiexdnew .tostudents-fiexd-bottom{
	background: #2a7ff5;
}
.constructorTwos-fiexdnew .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	background: #ffb55a;
	color:#685b5c;
}
.accounting-fiexdenw{
	height: 457px;
}
/*老师详情teacherdetaill*/
.teacherdetaill-warp{
	width: 100%;
	min-width: 1200px;
	border-bottom: 30px solid #f7f8f8;
}
.teacherdetaill-banner{
	width: 100%;
	height: 320px;
	background: url("/static/home/images/teacherdetaill_pt5.png") no-repeat center /cover;
}
.teacherdetaill-banner-in{
	width: 1200px;
	height: 320px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
.teacherdetaill-banner-in .imgposi1{
	position: absolute;
	right:0;
	bottom:-75px
}
.teacherdetaill-banner-in .imgposi2{
	position: absolute;
	left:0;
	top:164px
}
.teacherdetaill-banner-in .imgposi3{
	position: absolute;
	left:179;
	top:60px
}
.teacherdetaill-banner-in .imgposi4{
	position: absolute;
	left:389px;
	bottom:27px
}
.teacherdetaill-main{
	width: 1200px;
	padding-top: 25px;
	margin:0 auto;
}
.teacherdetaill-main .onenav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.teacherdetaill-main .onenav li{
	width: 130px;
	height: 63px;
	color:#000000;
	font-size: 24px;
	margin-right: 120px;
	text-align: center;
	line-height: 63px;
	cursor: pointer;
}
.teacherdetaill-main .onenav li.hover{
	color:#2783f2;
	position: relative;
}
.teacherdetaill-main .onenav li.hover::after{
	content: "";
	width: 130px;
	height: 3px;
	background: #2783f2;
	position: absolute;
	bottom: 0;
	left:0;
}
.teacherdetaill-main .twonav{
	width: 100%;
	border:1px solid #eaf0ee;
	padding:15px 24px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 5px 10px 10px #f4f6f8;
}
.teacherdetaill-main .twonav li{
	display: inline-block;
	padding:0 20px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	font-size: 14px;
	color:#333333;
	margin-bottom: 15px;
	cursor: pointer;
}
.teacherdetaill-main .twonav li.hover{
	background: #e7f1ff;
	border-radius: 50px;
	color:#2790f4;
}
.teacherdetaill-main .threenav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 76px;
}
.teacherdetaill-main .threenav li{
	width: 590px;
	height: 263px;
	min-height: 263px;
	border: 1px solid #f4f4f4;
	box-shadow: 0 0 10px 10px #f4f6f8;
	display: flex;
	justify-content: space-between;
	padding:0 26px;
	box-sizing: border-box;
	margin-bottom: 46px;
}
.teacherdetaill-main .threenav li .lefts{
	width: 200px;
	height: 263px;
	border-radius: 8px;
	background: #e2e0e3;
	margin-top: -26px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.teacherdetaill-main .threenav li .lefts img{
	display: block;
	width: 70%;
	height: auto;
}
.teacherdetaill-main .threenav li .rights{
	width: 302px;
	padding-top: 26px;
}
.teacherdetaill-main .threenav li .rights .names{
	width: 100%;
	height: 28px;
	margin-bottom: 14px;
	position: relative;
}
.teacherdetaill-main .threenav li .rights .names::after{
	width: 24px;
	height: 2px;
	content: "";
	background: #2791f5;
	position: absolute;
	left:0;
	bottom:0;
}
.teacherdetaill-main .threenav li .rights .detaillmains{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.teacherdetaill-main .threenav li .rights .detaillmains span{
	display: block;
	padding:0 18px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	line-height: 30px;
	color:#36363a;
	font-size: 12px;
	background-color: #f4f4f4;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.teacherdetaill-main .threenav li .rights  .txts{
	width: 100%;
	height: 48px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	color:#6a6a6f;
	font-size: 12px;
	margin-bottom: 58px;
}
.teacherdetaill-main .threenav li .rights .letsgo{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.teacherdetaill-main .threenav li .rights .letsgo a{
	color:#2791f5;
	font-size: 12px;
	padding-right: 6px;
}
.teacherdetaill-frist{
	width: 100%;
	display: none;
}

/*实验检测师活动专题*/
.inspectornew{
	width: 100%;
	background: #e4f6da;
	padding-bottom: 37px;
}
.inspectornew .banner{
	width: 100%;
	height:626px;
	background: url("/static/home/images/inspectornew_banner.png") no-repeat center / cover;
}
.inspectornew .navbar{
	width: 100%;
	height: 106px;
	display: flex;
	justify-content: center;
	background: #3bc9f8;
}
.inspectornew .navbar .uls{
	width: 1200px;
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inspectornew .navbar .uls .lis{
	width: 156px;
	height: 64px;
	border:1px solid #32a7df;
	box-sizing: border-box;
	position: relative;
	border-radius: 50px;
	box-shadow: 0 10px 0px 0px #2f76be;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:box-shadow .5s ease-in-out;
}
.inspectornew .navbar .uls .lis:hover .sp1{
	background-color: #baedd3;

}
.inspectornew .navbar .uls .lis:hover{
	box-shadow: 0 5px 0px 0px #2f76be;
}
.inspectornew .navbar .uls .lis .sp1{
	display: block;
	width: 140px;
	height: 56px;
	text-align: center;
	line-height: 54px;
	background: #e7f4ff;
	border-radius: 60px;
	border:1px solid #0468d8;
	box-sizing: border-box;
	color:#0061d6;
	font-size: 24px;
}
.inspectornew .navbar .uls .lis .inspectornew_s1{
	position: absolute;
	left:-20px;
	top:-20px;
}
.inspectornew .navbar .uls .lis .inspectornew_s2{
	position: absolute;
	left:-15px;
	top:-20px;
}
.inspectornew .navbar .uls .lis .inspectornew_s3{
	position: absolute;
	right:-35px;
	bottom:-45px;
}
.inspectornew .mains{
	width: 1200px;
	margin:0 auto;
}
.inspectornew .mains .titles{
	width: 100%;
	height: 167px;
	background: url("/static/home/images/inspectornew_t1.png") no-repeat center;
	padding-top: 97px;
	box-sizing: border-box;
	text-align: center;
	color:#267ffb;
	font-size: 36px;
	font-weight: 900;
}
.inspectornew .mains .titles2{
	background: url("/static/home/images/inspectornew_t2.png") no-repeat center;
}
.inspectornew .mains .titles3{
	background: url("/static/home/images/inspectornew_t3.png") no-repeat center;
}

.inspectornew .mains .titles4{
	background: url("/static/home/images/inspectornew_t4.png") no-repeat center;
}

.inspectornew .mains .titles5{
	background: url("/static/home/images/inspectornew_t5.png") no-repeat center;
}
.inspectornew .mains .mainin1{
	width: 100%;
	padding:3px;
	box-sizing: border-box;
	background: linear-gradient(to bottom,#fff,#fefeff);
	display: flex;
	justify-content: space-between;
	margin-bottom: 37px;
}
.inspectornew .mains .mainin1 .lefts{
	width: 397px;

}
.inspectornew .mains .mainin1 .lefts .tops{
	width: 397px;
	height: 86px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	background: linear-gradient(to bottom,#fc8f8a,#f7889c);
	border-bottom: 3px solid #fff;
	align-content: center;
}
.inspectornew .mains .mainin1 .middes .tops{
	background: linear-gradient(to bottom,#62cfc9,#85d9d3);
}
.inspectornew .mains .mainin1 .rights .tops{
	background: linear-gradient(to bottom,#a1abb8,#c5ccd7);
}
.inspectornew .mains .mainin1 .lefts .tops .sp1{
	color:#ffffff;
	font-size: 30px;
	font-weight: 900;
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.inspectornew .mains .mainin1 .lefts .tops .sp2{
	color:#ffffff;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
}
.inspectornew .mains .mainin1 .lefts .tops .preferentials{
	display: block;
	width: 77px;
	height: 84px;
	background: url("/static/home/images/inspectornew_seven.png") no-repeat center;
	color:#fff;
	font-size: 24px;
	flex-wrap: 900;
	text-align: center;
	padding-top: 35px;
	box-sizing: border-box;
	position: absolute;
	right:25px;
	top:-30px;
}
.inspectornew .mains .mainin1 .lefts .centers{
	width: 100%;
	padding:15px 17px 0;
	box-sizing: border-box;
	height: 541px;
	background: linear-gradient(to bottom,#ebf7ff,#fff,#fff);
}
.inspectornew .mains .mainin1 .lefts .centers .contents{
	width: 100%;
	padding-top: 15px;
}
.inspectornew .mains .mainin1 .lefts .centers .contents .tits{
	width: 100%;
	border-left:5px solid #4e99ff;
	padding: 0 9px;
	box-sizing: border-box;
	margin-bottom: 17px;
}
.inspectornew .mains .mainin1 .lefts .centers .contents .inuls{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 91px;
}
.inspectornew .mains .mainin1 .lefts .centers .contents .inuls .inlis{
	width: 106px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color:#3e5472;
	font-size: 14px;
	background: #e7efff;
	margin-bottom: 13px;
}
.inspectornew .mains .mainin1 .lefts .centers .contents1{
	width: 100%;
	padding-top: 15px;
}
.inspectornew .mains .mainin1 .lefts .centers .contents1 .tits{
	width: 100%;
	border-left:5px solid #4e99ff;
	padding: 0 9px;
	box-sizing: border-box;
	margin-bottom: 17px;
}
.inspectornew .mains .mainin1 .lefts .centers .contents1 .inuls{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inspectornew .mains .mainin1 .lefts .centers .contents1 .inuls .inlis{
	width: 50%;
	height: 15px;
	line-height:15px;
	color:#3e5472;
	font-size: 14px;
	margin-bottom: 13px;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.inspectornew .mains .mainin1 .lefts .centers .contents1 .inuls .inlis::after{
	content: "";
	width: 6px;
	height: 6px;
	background: #e9f0ff;
	position: absolute;
	left:0;
	top:calc(50% - 3px);
}
.inspectornew .mains .mainin1 .lefts .bottoms{
	width: calc(100% - 34px);
	margin:0 auto;
	padding-top: 43px;
	box-sizing: border-box;
	border-top:1px solid #f5f5f5;
	padding-bottom: 48px;
}
.inspectornew .mains .mainin1 .lefts .bottoms .tps{
	width: 100%;
	height: 60px;
	border:1px solid #ff5f3d;
	border-radius: 60px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 27px;
}
.inspectornew .mains .mainin1 .lefts .bottoms .tps .singles{
	width: 100%;
	font-size: 26px;
	color:#fd5624;
	font-weight: 900;
	text-align: center;
}
.inspectornew .mains .mainin1 .lefts .bottoms .tps .singles span{
	font-size: 15px;
}
.inspectornew .mains .mainin1 .lefts .bottoms .tps .costes{
	width: 100%;
	text-align: center;
	color:#696767;
	font-size: 15px;
	text-decoration: line-through;

}
.inspectornew .mains .mainin1 .lefts .bottoms .btms{
	width: 100%;
	display: flex;
	justify-content: center;
}
.inspectornew .mains .mainin1 .lefts .bottoms .btms a{
	width: 150px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	box-shadow:  0 0 10px #fcd7cc;
}
.inspectornew .mains .mainin1 .lefts .bottoms .btms a:nth-child(1){
	background: #fc5d38;
	font-size: 16px;
	border-radius: 3px;
	color:#fff;
	margin-right: 20px;
}
.inspectornew .mains .mainin1 .lefts .bottoms .btms a:nth-child(2){
	border: 1px solid #fc5d39;
	border-radius: 3px;
	color:#fc5d39;
	line-height: 38px;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
}
.inspectornew .mains .mainin2{
	width: 100%;
	height: 558px;
	background: #eaf8e9;
	border:3px solid #fff;
	box-sizing: border-box;
	margin-bottom: 37px;
	border-radius: 8px;
}
.inspectornew .mains .mainin2 .warps{
	width: 100%;
	padding:0 30px;
	height: 363px;
	box-sizing: border-box;
}
.inspectornew .mains .mainin2 .warps .contents{
	width: 100%;
	height: 363px;
	background: url("/static/home/images/inspectornew_bk.png") no-repeat center;
	display: flex;
	justify-content: space-between;
	padding:0 40px;
	box-sizing: border-box;
}
.inspectornew .mains .mainin2 .warps .contents .lefts{
	width: 613px;
}
.inspectornew .mains .mainin2 .warps .contents .lefts .tits{
	color:#ffffff;
	font-size: 24px;
	font-weight: 900;
	height: 84px;
	line-height: 84px;
	margin-bottom: 16px;
	position: relative;
}
.inspectornew .mains .mainin2 .warps .contents .lefts .tits::after{
	display: block;
	content: "";
	width: 76px;
	height: 6px;
	background: #fff;
	position: absolute;
	left:70px;
	bottom: 15px;
}
.inspectornew .mains .mainin2 .warps .contents .lefts .txts{
	width: 100%;
	color:#ffffff;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 2px;
}
.inspectornew .mains .mainin2 .warps .contents .rights{
	width: 388px;
	padding-top: 90px;
}
.inspectornew .mains .mainin2 .warps .contents .rights .tits{
	width: 100%;
	color:#222222;
	font-size: 18px;
	position: relative;
	padding:0 10px;
	box-sizing: border-box;
}
.inspectornew .mains .mainin2 .warps .contents .rights .tits::after{
	content: "";
	width: 3px;
	height: 24px;
	display: block;
	position: absolute;
	left:0;
	top:0;
	background: #4e99ff;
}
.inspectornew .mains .mainin2 .warps .contents .rights .lis{
	width: 100%;
	padding:10px 0;
	border-bottom: 1px solid #d2dbda;
}
.inspectornew .mains .mainin2 .warps .contents .rights .lis:last-child{
	border-bottom: 0;
}
.inspectornew .mains .mainin2 .warps .contents .rights .littemain{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.inspectornew .mains .mainin2 .warps .contents .rights .littemain:last-child{
	margin-bottom: 0;
}
.inspectornew .mains .mainin2 .warps .contents .rights .littemain .les{
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #f8c295;
	color:#fff;
	font-size: 14px;
}
.inspectornew .mains .mainin2 .warps .contents .rights .littemain .les1{
	background: #ddf8e7;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color:#fff;
	font-size: 14px;
}
.inspectornew .mains .mainin2 .warps .contents .rights .littemain .ris{
	width: calc(100% - 42px);
	color:#3e5472;
	font-size: 12px;
	line-height: 24px;
}
.inspectornew .mains .mainin3{
	width: 100%;
	height: 699px;
	background: #eaf8e9;
	border:3px solid #fff;
	box-sizing: border-box;

	border-radius: 8px;
	padding:0 30px;
}
.inspectornew .mains .mainin3 .showtxts{
	width: 100%;
	background: #fff;
	border-radius: 8px;
	height: 134px;

	padding:0 24px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.inspectornew .mains .mainin3 .showtxts .sp2{
	color:#222222;
	font-size: 18px;
	text-indent: 50px;
	width: 100%;
	display: block;
	line-height: 24px;
}
.inspectornew .mains .mainin3 .showtxts .sp1{
	display: block;
	font-size: 48px;
	height: 48px;

}
.inspectornew .mains .mainin3 .showtxts .sp3{
	text-align: right;

	display: block;
}
.inspectornew .mains .mainin3 .pics{
	width: 100%;
	height: 364px;
	background: url("/static/home/images/inspectornew_bk1.png") no-repeat center;
}
.inspectornew .mains .mainin3 .pics .tits{
	color: #4e99ff;
    font-size: 24px;
    font-weight: 900;
    height: 84px;
    line-height: 84px;
    margin-bottom: 16px;
    position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.inspectornew .mains .mainin3 .pics .tits::after{
	display: block;
    content: "";
    width: 76px;
    height: 6px;
    background: #4e99ff;
    position: absolute;
    left: 90px;
    bottom: 15px;
}
.inspectornew .mains .mainin4{
	width: 100%;
	margin-bottom: 37px;
}
.inspectornew .mains .mainin4 .uls{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.inspectornew .mains .mainin4 .uls li{
	width: 292px;
	height: 303px;
	border-radius: 8px;
	border:3px solid #fff;
	box-sizing: border-box;
	background: #f2fbf0;
}
.inspectornew .mains .mainin4 .uls li .tops{
	width: 216px;
	height: 62px;
	padding:30px 0 28px;
	display: flex;
}
.inspectornew .mains .mainin4 .uls li .tops .les{
	width: 58px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	color:#fff;
	font-size: 34px;
	background: #3bc9f8;
}
.inspectornew .mains .mainin4 .uls li .tops .ris{
	width: calc(216px - 58px);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #f1852a;
	color:#fff;
	font-size: 26px;
	height: 62px;
	line-height: 62px;
	font-weight: 900;
	text-align: center;
}
.inspectornew .mains .mainin4 .uls li .bottoms{
	width: 100%;
	padding:0 46px;
	box-sizing: border-box;
	color:#3e5472;
	font-size: 16px;
	line-height: 24px;
}
.inspectornew .mains .mainin5{
	width: 100%;
	height: 372px;
	background:#fff url("/static/home/images/inspectornew_bk3.png") no-repeat right bottom;
	border-radius: 8px;
}
.inspectornew .mains .mainin5 .rules{
	width: 100%;
	padding:0 84px;
	box-sizing: border-box;
}
.inspectornew .mains .mainin5 .rules p{
	display: block;
	width: 100%;
	color:#3e5472;
	font-size: 16px;
	padding-bottom: 18px;
}
/*==========================experiment*/
.experiment{
	max-width: 100%;
	min-width: 1200px;
	background:#d22e59 url("/static/home/images/experiment_b.png") no-repeat center top/ 100% 892px;
	padding-bottom: 50px;
}
.experiment .mains{
	width: 1190px;
	margin:0 auto;
}
.experiment .mains .tops{
	padding-bottom: 98px;
	width: 100%;
}
.experiment .mains .tops .logo{
	padding:38px 0 32px;
	width: 100%;
}
.experiment .mains .tops .imgs1{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom:32px;
}
.experiment .mains .tops .imgs2{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom:36px;
}
.experiment .mains .tops .texts{
	width: 614px;
	height: 76px;
	background: linear-gradient(to right,#00f1fe,#5c37e6);
	font-size: 36px;
	color:#fff;
	font-weight: 900;
	text-align: center;
	line-height: 76px;
	border-radius: 50px;
	transform: rotate(-3deg);
	margin:0 auto;
}
.experiment .mains .centers{
	width: 100%;
	height: 241px;
	background: #c6234d;
	border-radius: 10px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding:0 14px;
	box-sizing: border-box;
	margin-bottom: 77px;
}
.experiment .mains .centers .tps{
	width: 100%;
	display: flex;
	height: 88px;
	justify-content: space-between;
	align-items: center;
}
.experiment .mains .centers .tps .les{
	color:#fff;
	font-size: 36px;
	color:#fff;
	font-weight: 900;
}
.experiment .mains .centers .tps .ris{
	display: flex;
	align-items: center;
}
.experiment .mains .centers .tps .ris .sp1{
	color:#fff;
	font-size:16px;
	font-weight: 900;
}
.experiment .mains .centers .tps .ris .sp2{
	display: inline-block;
	padding:18px;
	border-radius: 5px;
	background: #ffcf41;
	color:#a01a23;
	font-size: 26px;
	font-weight: 900;
	margin:0 10px;
}
.experiment .mains .centers .btms{
	width: 100%;
	height: 141px;
	background: url("/static/home/images/experiment_laba.png") no-repeat center / 100% 100%;
	padding:0 50px;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.experiment .mains .centers .btms .txt1{
	width: 100%;
}
.experiment .mains .centers .btms .txt1:nth-child(2){
	padding:7px 0;
}
.experiment .mains .centers .btms .txt1 .sp1{
	color:#0067ec;
	font-size: 18px;
}
.experiment .mains .centers .btms .txt1 .sp2{
	color:#000000;
	font-size: 18px;
}
.experiment .mains .centers .btms .txt1 .sp3{
	color:#ff0000;
	font-size: 18px;
}

.experiment .mains .bottoms{
	width: 100%;
	margin-bottom: 38px;
}
.experiment .mains .bottoms .titles{
	width: 100%;
	height: 182px;
	background: url("/static/home/images/experiment_b1.png") no-repeat center / 100% 100%;
}
.experiment .mains .bottoms .titles1{
	width: 100%;
	height: 182px;
	background: url("/static/home/images/experiment_b1s.png") no-repeat center / 100% 100%;
}
.experiment .mains .bottoms .titles .sp1{
	display: block;
	width:100%;
	text-align: center;
	color:#a01a23;
	font-size: 42px;
	font-weight: 900;
	padding-top: 18px;
}
.experiment .mains .bottoms .titles .sp2{
	display: block;
	width:100%;
	text-align: center;
	color:#fff;
	font-size: 24px;
	font-weight: 900;
	padding-top: 53px;
}
.experiment .mains .bottoms .contents{
	width: 100%;
	padding:32px;
	box-sizing: border-box;
	background: #c6234d;

}
.experiment .mains .bottoms .contents .uls{
	width: 100%;
	min-height: 625px;
	background: url("/static/home/images/experiment_border.png") no-repeat center / 100% 100%;
	padding:0 36px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.experiment .mains .bottoms .contents .uls li{
	width: 328px;
	height: 550px;
	background: #fff;
	border-radius: 8px;
	padding:14px 18px 0;
	box-sizing: border-box;
	position: relative;
}
.experiment .mains .bottoms .contents .uls li .fiexds{
	width: 65px;
	height: 40px;
	background: url("/static/home/images/experiment_pay.png") no-repeat center / 100% 100%;
	position: absolute;
	top:14px;
	right:50px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 20px;
}
.experiment .mains .bottoms .contents .uls li .imgs{
	padding-bottom: 10px;
}
.experiment .mains .bottoms .contents .uls li .txts{
	color:#333333;
	font-size: 22px;
	height: 52px;
	margin-bottom: 10px;
	width: 100%;
}
.experiment .mains .bottoms .contents .uls li .txts1{
	color:#666666;
	font-size: 16px;
	margin-bottom: 29px;
	width: 100%;
}
.experiment .mains .bottoms .contents .uls li .pays{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: end;
	margin-bottom: 9px;
}
.experiment .mains .bottoms .contents .uls li .pays .les{
	color:#999999;
	font-size: 14px;
	padding-top: 24px;
	text-decoration: line-through;
}
.experiment .mains .bottoms .contents .uls li .pays .ris .sp1{
	color:#e51c2a;
	font-size: 14px;
}
.experiment .mains .bottoms .contents .uls li .pays .ris .sp2{
	color:#e51c2a;
	font-size: 36px;
	font-weight: 700;
}
.experiment .mains .bottoms .contents .uls li .btns{
	width: 100%;
	height: 48px;
	border-radius: 30px;
	background: linear-gradient(to right,#eb1177,#fe8389);
	display: flex;
	justify-content: center;
	align-items: center;
}
.experiment .mains .bottoms .contents .uls li .btns span{
	color:#fff;
	font-size: 24px;
	font-weight: 900;
	padding-right: 8px;
}

.experiment .mains .bottoms .contents1{
	width: 100%;
	padding:32px;
	box-sizing: border-box;
	background: #c6234d;

}
.experiment .mains .bottoms .contents1 .warps{
	width: 100%;
	min-height: 625px;
	background: url("/static/home/images/experiment_back.png") no-repeat center / 100% 100%;
	padding:36px 36px 10px;
	box-sizing: border-box;

}
.experiment .mains .bottoms .contents1 .warps .introduce{
	width: 100%;
	height: 217px;
	background: linear-gradient(to right top,#f5a565,#eb5129);
	padding:32px 30px 0;
	box-sizing: border-box;
	margin-bottom: 28px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.experiment .mains .bottoms .contents1 .warps .introduce .les{
	width: 240px;

}
.experiment .mains .bottoms .contents1 .warps .introduce .les .txts{
	color:#fff;
	font-size: 16px;
}
.experiment .mains .bottoms .contents1 .warps .introduce .ris{
	width: calc(100% - 260px);
}
.experiment .mains .bottoms .contents1 .warps .introduce .ris .times{
	width: 245px;
	height: 37px;
	border-radius: 40px;
	background: #c6234d;
	color:#ffec63;
	font-size: 22px;
	text-align: center;
	line-height: 37px;
}
.experiment .mains .bottoms .contents1 .warps .introduce .ris .tits{
	color:#fff;
	font-size: 30px;
	padding:25px 0 15px;
	font-weight: 900;
}
.experiment .mains .bottoms .contents1 .warps .introduce .ris .txts{
	color:#fff;
	font-size: 18px;
	opacity: 0.6;
	padding-bottom: 25px;
}
.experiment .mains .bottoms .contents1 .warps .uls{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.experiment .mains .bottoms .contents1 .uls li{
	width: 335px;
	height: 386px;
	border-radius: 8px;
	border:2px solid #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 0px 10px #fce1c0 inset;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.experiment .mains .bottoms .contents1 .uls li .btms{
	width: 250px;
	height: 50px;
	background: #c31918;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fce1c0;

}

.experiment .mains .bottoms .contents1 .uls li .cens{
	margin-top: 8px;
	margin-bottom: 27px;
}
.experiment .mains .bottoms .contents1 .uls li .btms .sp1:first-child{
	padding-right: 20px;
}
.experiment .mains .bottoms .contents1 .uls li .btms .sp1{
	font-size: 18px;
}
.experiment .mains .illustrate{
	width: 100%;
	background: #c6234d;
	padding:32px 54px;
	box-sizing: border-box;
}
.experiment .mains .illustrate .titles{
	color:#fff;
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 45px;
}
.experiment .mains .illustrate .inmains{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 19px;
}
.experiment .mains .illustrate .inmains .les{
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: #fd5129;
	color:#fff;
	font-size: 14px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: 8px;
}
.experiment .mains .illustrate .inmains .ris{
	width: calc(100% - 33px);
	color:#fff;
	font-size: 22px;
}
.experiment .mains .illustrate .inmains .ris1{
	width: calc(100% - 33px);
}
.experiment .mains .illustrate .inmains .ris1 .tps{
	color:#fff;
	font-size: 22px;
	padding-bottom: 19px;
}
.experiment .mains .illustrate .inmains .ris1 .btms{
	width: 100%;
	border:1px solid #fff;
}
.experiment .mains .illustrate .inmains .ris1 .btms li{
	width: 100%;
	height: 45px;
	border-bottom:1px solid #fff;
	box-sizing: border-box;
	display: flex;
}
.experiment .mains .illustrate .inmains .ris1 .btms li:last-child{
	border-bottom: 0;
}
.experiment .mains .illustrate .inmains .ris1 .btms li span:first-child{
	display: block;
	width: 610px;
	height: 45px;
	border-right: 1px solid #fff6eb;
	text-align: center;
	color:#fff;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 45px;
}
.experiment .mains .illustrate .inmains .ris1 .btms li span:last-child{
	display: block;
	width: calc(100% - 610px);
	height: 45px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	font-size: 16px;
}
/*=======================aboutus关于我们*/
.aboutus{
	width: 100%;
	min-width: 1300px;
	position: relative;
}
.aboutus .navs{
	width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
}
.aboutus .navs .inmains{
	width: 1300px;
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aboutus .navs .inmains .les{
	width: 1157px;
	display: flex;
	padding:0 110px;
	box-sizing: border-box;
	justify-content: flex-end;
}
.aboutus .navs .inmains .les li{
	cursor: pointer;
	color:#646e88;
	font-size: 16px;
	font-weight: 900;
	position: relative;
	margin-right: 30px;
	transition: all .3s;
}
.aboutus .navs .inmains .les li:last-child{
	margin-right:0;
}
.aboutus .navs .inmains .les li.hovers{
	color:#267ffb;
}
.aboutus .navs .inmains .les li.hovers::after{
	content: "";
	width: 24px;
	height: 3px;
	background: #267ffb;
	position: absolute;
	left:calc(50% - 12px);
	bottom:-12px;
	transition: all .3s;
}
.aboutus .navs .inmains .ris{
	width: 80px;
	height: 40px;
}
.aboutus .navs .inmains .ris a{
	display: block;
	width: 80px;
	height: 40px;
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background: #267ffb;
}
.aboutus .banners{
	width: 100%;
	height: 503px;
	background: url("/static/home/images/aboutus_banner.png") no-repeat center / cover;
	margin-top:97px;
}
.aboutus .banners .inmains{
	width: 1300px;
	margin:0 auto;
}
.aboutus .banners .inmains .names{
	padding-top: 90px;
	color:#000000;
	font-size: 40px;
	padding-bottom: 32px;
}
.aboutus .banners .inmains .txts{
	color:#1d2b4e;
	font-size: 17px;
	width: 723px;
	font-weight: 700;
	padding-bottom: 42px;
}
.aboutus .banners .inmains .letgo{
	width: 160px;
	height: 52px;
}
.aboutus .banners .inmains .letgo a{
	display: block;
	width: 160px;
	height: 52px;
	background: #267ffb;
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	box-shadow:  0 0 10px 5px #95b9f1;
}
.aboutus .fexids{
	width: 128px;
	height: 127px;
	position: absolute;
	left:118px;
	top:30px;
	z-index: 1000;
}
.aboutus .contents{
	width: 100%;
	height: 809px;
	background: #fff;
	position: relative;
}
.aboutus .contents .inmains{
	width: 1300px;
	margin:0 auto;
	position: relative;
}
.aboutus .contents .inmains .tops{
	width: 100%;
	height: 184px;
	border:1px solid #fff;
	border-radius: 8px;
	background: linear-gradient(to bottom,#eaf2fc,#fefeff);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 80px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 5px #bfd5f7;
	position: relative;
	top:-80px;
}
.aboutus .contents .inmains .tops li span{
	display: block;
	text-align: center;
}
.aboutus .contents .inmains .tops li span.sp1{
	color:#282d3b;
	font-size: 70px;
	display: flex;
	align-items: flex-start;
}
.aboutus .contents .inmains .tops li span.sp1::after{
	content: "+";
	font-size: 22px;

}
.aboutus .contents .inmains .tops li:first-child span.sp1::after{
	content: "";
}
.aboutus .contents .inmains .to																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													ps li span.sp2{
	color:#646e88;
	font-size: 18px;
	font-weight: 900;
}
.aboutus .contents .inmains .centers{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.aboutus .contents .inmains .centers .les{
	padding-left: 40px;
}
.aboutus .contents .inmains .centers .les .tits{
	height: 120px;
	line-height: 120px;
	font-size: 42px;
	position: relative;
	background: url("/static/home/images/aboutus_t1.png") no-repeat left top;
	margin-bottom: 47px;
}
.aboutus .contents .inmains .centers .les .tits::after{
	content: "";
	width: 24px;
	height: 2px;
	background: #000;
	position: absolute;
	left:0;
	bottom: 0;
}
.aboutus .contents .inmains .centers .les .uls{
	width: 610px;
}
.aboutus .contents .inmains .centers .les .uls li{
	text-indent: 30px;
	font-size: 14px;
	color:#1d2b4e;
	margin-bottom: 27px;
}
.aboutus .contents .inmains .centers .ris{
	width: 170px;
	height: 624px;
	background: #267ffb;
}
.aboutus .contents .inmains .centers .rightfiexd{
	width: 533px;
	height: 369px;
	position: absolute;
	right:0;
	bottom:148px;
}
.aboutus .contents .inmains .centers .rightfiexd1{
	width: 210px;
	height: 67px;
	position: absolute;
	right:244px;
	bottom:53px;
}
.aboutus .contents .warpsfiexd{
	width: calc(50% - 650px + 17px);
	height: 2px;
	background: #267ffb;
	position: absolute;
	left:0;
	top:245px;
	position: relative;
}
.aboutus .contents .warpsfiexd::after{
	width: 5px;
	height: 5px;
	content: "";
	background: #267ffb;
	position: absolute;
	right:-10px;
	top:-2.5px;
}
.aboutus .contents1{
	width: 100%;
	height: 740px;
	position: relative;
	overflow: hidden;
}
.aboutus .contents1 .uls{
	width: 600%;
	height: 740px;
	display: flex;
	position: absolute;
	left:0;
	top:0;
}
.aboutus .contents1 .uls li{
	width: 100%;
	height: 740px;
	background: url("/static/home/images/aboutus_img1.png") no-repeat center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 220px;
}
.aboutus .contents1 .uls li .les{
	width: calc(50% - 650px + 540px);
	height: 520px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 253px;
	box-sizing: border-box;
	padding-bottom: 220px;
	margin-right: 40px;
	background: url("/static/home/images/aboutus_c_t.png") no-repeat right 293px;
}
.aboutus .contents1 .uls li .les .ls{
	width: calc(100% - 274px);
	height: 2px;
	background: #fff;
	position: relative;
}
.aboutus .contents1 .uls li .les .ls::after{
	content:'';
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	right:-10px;
	top:-1px;
}
.aboutus .contents1 .uls li .les .cs{
	color:#ffffff;
	font-size: 42px;
}
.aboutus .contents1 .uls li .les .rs{
	width: 24px;
	height: 3px;
	background: #fff;

}
.aboutus .contents1 .uls li .ris{
	width:calc(50% - 650px +  720px);
	height: 310px;
	border:4px solid #fff;
	border-right:0px;
	margin-top:60px;
	box-sizing: border-box;
	padding-left: 97px;
	display: flex;
	align-items: center;
}
.aboutus .contents1 .uls li .ris .ls{
	padding-right: 48px;
}
.aboutus .contents1 .uls li .ris .rs{
	width: calc(100% - 48px - 108px);
}
.aboutus .contents1 .uls li .ris .rs span{
	display: block;
	width: 100%;
}
.aboutus .contents1 .uls li .ris .rs span.sp1{
	color:#ffffff;
	font-size: 30px;
	padding-bottom: 27px;
}
.aboutus .contents1 .uls li .ris .rs span.sp2{
	width: 24px;
	height: 2px;
	background: #fff;
	margin-bottom: 24px;
}
.aboutus .contents1 .uls li .ris .rs span.sp3{
	color:#fff;
	font-size: 16px;
}
.aboutus .contents1 .btms{
	width: 100%;
	height: 220px;
	position: absolute;
	left:0;
	bottom:0;
	background: url("/static/home/images/aboutus_opacty.png") no-repeat center / cover;
}


.aboutus .contents1 .btms .inmains{
	width: 1300px;
	height: 220px;
	display: flex;
	margin:0 auto;
	justify-content: space-between;
}

.aboutus .contents1 .btms .inmains li{
	width: calc(100% / 6);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
}
.aboutus .contents1 .btms .inmains li.hovers{
	background: #267ffb;
}
.aboutus .contents1 .btms .inmains li .imgs{
	width: 100%;
	display: flex;
	justify-content: center;
}
.aboutus .contents1 .btms .inmains li span{
	display: block;
	width: 100%;
	text-align: center;
}
.aboutus .contents1 .btms .inmains li span.sp1{
	width: 24px;
	height: 2px;
	background: #fff;
	margin:22px 0 17px;
}
.aboutus .contents1 .btms .inmains li span.sp2{
	color:#fff;
	font-size: 24px;
	padding-bottom: 14px;
}
.aboutus .contents1 .btms .inmains li span.sp3{
	color:#ffffff;
	font-size: 14px;
	opacity: 0.5;
}
.aboutus .contents2{
	width: 100%;
	height: 799px;
	background: url("/static/home/images/aboutus_contents2.png") no-repeat center;
}
.aboutus .contents2 .titles{
	width: 100%;
	height: 255px;
	background: url("/static/home/images/aboutus_tit1.png") no-repeat center 118px;
	padding-top: 109px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutus .contents2 .titles .les{
	width: calc(50% - 650px + 530px);
	background: #267ffb;
	height: 2px;
	position: relative;
}
.aboutus .contents2 .titles .les::after{
	content:'';
	width: 5px;
	height: 5px;
	background: #267ffb;
	position: absolute;
	right:-10px;
	top:-1px;
}
.aboutus .contents2 .titles .cens{
	color:#010101;
	font-size: 42px;
}
.aboutus .contents2 .titles .ris{
	width: calc(50% - 650px + 530px);
	background: #267ffb;
	height: 2px;
	position: relative;
}
.aboutus .contents2 .titles .ris::after{
	content:'';
	width: 5px;
	height: 5px;
	background: #267ffb;
	position: absolute;
	left:-10px;
	top:-1px;
}
.aboutus .contents2 .warps{
	width: 1300px;
	height: 394px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
.aboutus .contents2 .warps .uls{
	width: 5000%;
	height: 394px;
	position: absolute;
	left:0;
	top:0;
	display: flex;
}
.aboutus .contents2 .warps .uls li{
	width: 1300px;
	height: 394px;
	display: flex;
	justify-content: space-between;
	padding:0 106px;
	box-sizing: border-box;
	align-items: center;
}
.aboutus .contents2 .warps .uls li .les{
	width: 600px;
}
.aboutus .contents2 .warps .uls li .les .tps{
	width: 100%;
	text-align: center;
	color:#267ffb;
	font-size: 100px;
}
.aboutus .contents2 .warps .uls li .les .cens{
	width: 8px;
	height: 48px;
	background: #e1e7f0;
	margin:0 auto;
}
.aboutus .contents2 .warps .uls li .les .btms{
	width: 100%;
	text-align: center;
	color:#1d2b4e;
	font-size: 20px;
	padding-top: 25px;
}
.aboutus .contents2 .warps .uls li .ris{
	width: 487px;
}
.aboutus .contents2 .warps .uls li .ris img{
	display: block;
	width: 100%;
	height: auto;
}
.aboutus .contents2 .tabs{
	width: 1300px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.aboutus .contents2 .tabs .les{
	width: 36px;
	height: 36px;
	background: #e1e7f0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.aboutus .contents2 .tabs .ris{
	width: 36px;
	height: 36px;
	background: #e1e7f0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.aboutus .contents2 .tabs .ris.hovers,
.aboutus .contents2 .tabs .les.hovers{
	background: #000000;
}
.aboutus .contents2 .tabs .inwarps{
	width: calc(100% - 72px);
	position: relative;
	overflow-x: hidden;
	height: 85px;
}
.aboutus .contents2 .tabs .inwarps .liens{
	width: 100%;
	border: 2px dashed #a7bef3;
	margin-top: 16px;
}
.aboutus .contents2 .tabs .inwarps .inuls{
	width: 5000px;
	position: absolute;
	left:0;
	top:0;
	display: flex;
}
.aboutus .contents2 .tabs .inwarps .inuls li{
	width: 128px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 95px;
	box-sizing: border-box;
	cursor: pointer;

}
.aboutus .contents2 .tabs .inwarps .inuls li .ins{
	width: 8px;
	height: 8px;
	background: url("/static/home/images/aboutus_yuan.png") no-repeat center;
	margin-top: 14px;
}
.aboutus .contents2 .tabs .inwarps .inuls li.hovers .tps{
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #c8defe;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 7px;
}
.aboutus .contents2 .tabs .inwarps .inuls li.hovers .tps .in{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #77aefd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutus .contents2 .tabs .inwarps .inuls li.hovers .tps .ins{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #267ffb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}
.aboutus .contents2 .tabs .inwarps .inuls li .btms{
	color:#a6b8ca;
	font-size: 24px;
	width: 100%;
	text-align: center;
	padding-top: 20px;

}
.aboutus .contents2 .tabs .inwarps .inuls li.hovers .btms{
	color:#267ffb;
	padding-top: 14px;
}
.aboutus .contents3{
	width: 100%;
	height: 670px;
	background: url("/static/home/images/aboutus_contents3_back.png") no-repeat center / cover;
}
.aboutus .contents3 .inmains{
	width: 1300px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding:94px 40px 0;
	box-sizing: border-box;
}
.aboutus .contents3 .inmains .outwarps{
	width: 767px;
	height: 576px;
	overflow: hidden;
	position: relative;
}
.aboutus .contents3 .inmains .lefts{
	width: 100%;
	position: absolute;
	left:0;
	top:0;
}
.aboutus .contents3 .inmains .lefts li{
	width: 767px;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	box-sizing: border-box;
}
.aboutus .contents3 .inmains .lefts li .les{
	width: 370px;
}
.aboutus .contents3 .inmains .lefts li .les .titles{
	width: 100%;
	height: 109px;
	background: url("/static/home/images/aboutus_contents_tit2.png") no-repeat left top;
	line-height: 109px;
	color:#010101;
	font-size: 42px;
	position: relative;
	margin-bottom: 45px;
}

.aboutus .contents3 .inmains .lefts li .les .titles::after{
	content:'';
	width: 24px;
	height: 2px;
	background: #000;
	position: absolute;
	left:0;
	bottom:0;
}
.aboutus .contents3 .inmains .lefts li .les .names{
	width: 100%;
	color:#010101;
	font-size: 30px;
	padding-bottom: 40px;
}
.aboutus .contents3 .inmains .lefts li .les .txts{
	width: 300px;
	color:#4e5d80;
	font-size: 16px;
	padding-bottom: 67px;
}
.aboutus .contents3 .inmains .lefts li .les .goto{
	width: 157px;
	height: 52px;
}
.aboutus .contents3 .inmains .lefts li .les .goto a{
	display: block;
	width: 157px;
	height: 52px;
	background: #267ffb;
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 52px;
}
.aboutus .contents3 .inmains .lefts li .ris{
	height: 576px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.aboutus .contents3 .inmains .lefts li .ris img{
	display: block;
	width: 387px;
	flex-shrink: 0;
	height: auto;
}
.aboutus .contents3 .inmains .rights{
	width: 424px;
	height: 482px;
}
.aboutus .contents3 .inmains .rights .titles{
	width: 100%;
	color:#010101;
	font-size: 30px;
	padding-bottom: 43px;
	text-align: right;
}
.aboutus .contents3 .inmains .rights .warps{
	width: 100%;
	height: 410px;
	overflow: hidden;
	position: relative;
}
.aboutus .contents3 .inmains .rights .warps .uls{
	width: 5000%;
	height: 400px;
	position: absolute;
	left: 0;
	top:0;
	display: flex;
}
.aboutus .contents3 .inmains .rights .warps .uls li{
	width: 424px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.aboutus .contents3 .inmains .rights .warps .uls li .imgs{
	display: block;
	cursor: pointer;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	margin:0 15px;
}
.aboutus .contents3 .inmains .rights .warps .uls li div .imgs img{
	display: block;

	cursor: pointer;
	width: 104px;
	height: 104px;
	border-radius: 50%;
}
.aboutus .contents3 .inmains .rights .warps .uls li  .imgs.hovers img{
	border:4px solid #60cafd;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.aboutus .contents3 .inmains .rights .warps .uls li  .imgs.hovers{
	display: block;
	width: 118px;
	height: 118px;
	border:2px solid #81b1f5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutus .contents3 .inmains .rights .warps .uls li .imgs:nth-child(2n + 3){
	margin-right: 0;

}
.aboutus .contents3 .inmains .rights .warps .uls li .imgs:nth-child(4){
	margin-left: 0;

}
.aboutus .contents3 .inmains .rights .btms{
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
}
.aboutus .contents3 .inmains .rights .clickleft{
	width: 36px;
	height: 36px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.aboutus .contents3 .inmains .rights .clickright{
	width: 36px;
	height: 36px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-180deg);
	transform-origin: 18px 18px;
	cursor: pointer;
}
.aboutus .contents3 .inmains .rights .clickright.hovers,
.aboutus .contents3 .inmains .rights .clickleft.hovers{
	background: #267ffb;
}
.aboutus .contents4{
	width: 100%;
	height: 780px;
	background: url("/static/home/images/aboutus_contents4_back.png") no-repeat center 163px;

}
.aboutus .contents4 .inmains{
	width: 1300px;
	height: 780px;
	margin:0 auto;
	padding-top: 110px;
}
.aboutus .contents4 .inmains .titles{
	width: 100%;
	height: 107px;
	color:#010101;
	font-size: 42px;
	position: relative;
	background: url("/static/home/images/aboutus_contents4_tit.png") no-repeat center top;
	text-align: center;
	line-height: 107px;
	margin-bottom:86px;
}
.aboutus .contents4 .inmains .titles::after{
	content:'';
	width: 24px;
	height: 2px;
	background: #000;
	position: absolute;
	left:calc(50% - 12px);
	bottom: 0;
}
.aboutus .contents4 .inmains .phones{
	width: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 90px;
}
.aboutus .contents4 .inmains .phones span{
	color:#262829;
	font-size: 56px;
	padding-left: 22px;
}
.aboutus .contents4 .inmains .btns{
	width: 100%;
	display: flex;
	justify-content: center;
}
.aboutus .contents4 .inmains .btns a{
	display: block;
	width: 388px;
	height: 60px;
	background: #267ffb;
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.aboutus .contents4 .inmains .txts{
	width: 100%;
	padding-top: 70px;
}
.aboutus .contents4 .inmains .txts span{
	display: block;
	width: 100%;
	text-align: center;
	color:#444862;
	font-size: 16px;
	padding-bottom: 17px;
}

/*====================eleven双11活动*/
.eleven{
	width: 100%;
	background: #de1231;
	padding-bottom: 137px;
	position: relative;
}
.eleven .leftposi{
	width: 561px;
	height: 301px;
	position: absolute;
	left:0;
	bottom: 0;
	z-index: 9;
}
.eleven .rightposi{
	width: 566px;
	height: 309px;
	position: absolute;
	right:0;
	bottom: 0;
	z-index: 9;
}
.eleven .banners{
	width: 100%;
	height: 1313px;
	background: url("/static/home/images/eleven_banner.jpg") no-repeat center;
	position: relative;
}
.eleven .banners .times{
	width: 330px;
	height: 40px;
	background: #e7400c;
	border-radius: 40px;
	position: absolute;
	right:calc(50% - 567.5px);
	top:20px;
	padding:0 18px;
	box-sizing: border-box;
	display: flex;
	align-items:center;
}
.eleven .banners .times .spd{
	width: 61px;
	color:#ffffff;
	font-size: 14px;
	display: block;
	flex-shrink: 0;
}
.eleven .banners .times  .sp2{
	display: block;
	width: 30px;
	height: 28px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#c1221f;
	font-size: 18px;
	background: #ffcf8e;
	margin:0 5px;
}
.eleven .banners .times .sp1{
	color:#fff;
	font-size: 18px;
}
.eleven .banners .scrollmains{
	width: 250px;
	height: 117px;
	overflow: hidden;
	position: absolute;
	left:calc(50% - 567.5px + 15px);
	top:561px;
}
.eleven .banners .scrollmains .uls{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}
.eleven .banners .scrollmains .uls li{
	width: 100%;
	height: 52px;
	border:1px solid #68e0cf;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-bottom: 13px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.25);
	align-content: center;
	padding: 0 10px;
}
.eleven .banners .scrollmains .uls li span{
	display: block;
	color:#ffffff;
	font-size: 15px;
}
.eleven .mains{
	width: 1135px;
	margin:-634px auto 63px;
	position: relative;
	z-index: 99;
}
.eleven .mains .prizes{
	width: 100%;
	height: 901px;
	padding:109px 0 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n1.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .prizes .uls{
	width: 1059px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.eleven .mains .prizes .uls li{
	width: 240px;
	height: 320px;
	background: #fff;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 18px;
}
.eleven .mains .prizes .uls li .titlles{
	color:#c52c23;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	width: 100%;
	padding-bottom: 13px;
}
.eleven .mains .prizes .uls li .imgs{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	margin-bottom: 13px;
}
.eleven .mains .prizes .uls li .imgs img{
	display: block;
	width: 190px;
	height: 190px;
	border-radius: 50%;
}
.eleven .mains .prizes .uls li .txts{
	width: 190px;
	height: 40px;
	text-align: center;
	background: #f3110a;
	text-align: center;
	line-height: 40px;
	color:#ffffff;
	font-size: 24px;
}
.eleven .mains .prizes  .pays{
	display: flex;
	align-items: center;
	background: #dd1231;
	width: 1022px;
	margin:0 auto 30px;
	border-radius: 8px;
	justify-content: center;
}
.eleven .mains .prizes  .pays .sp1{
	color:#fcd4a9;
	font-size: 32px;
	padding-right: 20px;
}
.eleven .mains .prizes  .pays .sp2{
	color:#fff;
	font-size: 18px;
	padding-top: 5px;
}
.eleven .mains .booked{
	width: 100%;
	height: 645px;
	padding:126px 36px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n2.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .booked .uls{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.eleven .mains .booked .uls li{
	width: 340px;
	min-height: 480px;
	background: #fff;
	border-radius: 8px;
	padding:15px;
	box-sizing: border-box;
	position: relative;
	flex-shrink: 0;
}
.eleven .mains .booked .uls li .posi{
	width: 65px;
	height: 51px;
	position: absolute;
	right:0;
	top:0;
}
.eleven .mains .booked .uls li .imgs {
	width: 100%;
	padding-bottom: 11px;
}
.eleven .mains .booked .uls li .imgs img{
	display: block;
	width: 100%;
	height: auto;
}
.eleven .mains .booked .uls li .txts{
	width: 100%;
	height: 53px;
	color:#222222;
	font-size: 22px;
}
.eleven .mains .booked .uls li  .bottoms{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.eleven .mains .booked .uls li  .bottoms .les .tps{
	display: flex;
	align-items: flex-end;
}
.eleven .mains .booked .uls li  .bottoms .les .tps .sp1{
	color:#df3428;
	line-height: 36px;
	font-size: 22px;
}
.eleven .mains .booked .uls li  .bottoms .les .tps .sp2{
	color:#df3428;
	font-size: 40px;
	font-weight: 900;
}
.eleven .mains .booked .uls li  .bottoms .les .btms{
	color:#999999;
	font-size: 14px;
	text-decoration: line-through;
	padding-top: 10px;
}
.eleven .mains .booked .uls li  .bottoms .ris a{
	display: block;
	width: 128px;
	height: 56px;
	background: linear-gradient(to right,#fa4436,#e01531);
	border-radius: 5px;
	box-shadow: 0 0 5px 3px #fddbe0;
	text-align: center;
	line-height: 56px;
	color:#ffffff;
	font-size: 22px;
}
.eleven .mains .bookedj{
	width: 100%;
	height: 645px;
	padding:126px 36px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n3.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .bookeda{
	width: 100%;
	height: 645px;
	padding:126px 36px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n4.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .bookedy{
	width: 100%;
	height: 1146px;
	padding:126px 36px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n5.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .bookede{
	width: 100%;
	height: 1146px;
	padding:126px 36px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n6.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .bookedz{
	width: 100%;
	height: 645px;
	padding:126px 36px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n8.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .bookedz .uls .nomain{
	background: transparent;
}
.eleven .mains .illustrate{
	width: 100%;
	height: 454px;
	padding:126px 39px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("/static/home/images/eleven_n7.png") no-repeat center;
	margin-bottom: 63px;
}
.eleven .mains .illustrate .uls{
	width: 100%;
	height: 286px;
	background: #fff;
	border-radius: 8px;
	padding:30px 32px 0;
	box-sizing: border-box;
}
.eleven .mains .illustrate .uls .lis,
.eleven .mains .illustrate .uls .lis1 {
	margin-bottom: 15px;
}
.eleven .mains .illustrate .uls .lis .les{
	display: inline-block;
	width: 124px;
	height: 38px;
	border-radius: 30px;
	background: #de1231;
	color:#ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	box-shadow: 0 0 5px 3px #f9e3e3;
}
.eleven .mains .illustrate .uls .lis .ris{
	display: inline-block;
	color:#222222;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	font-weight: 900;
	padding-left: 15px;
}
.eleven .mains .illustrate .uls .lis .ris span{
	color:#de1231;
	font-size: 18px;

}

.eleven .mains .illustrate .uls .lis1 .les{
	display: inline-block;
	width: 124px;
	height: 38px;
	border-radius: 30px;
	background: #de1231;
	color:#ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	box-shadow: 0 0 5px 3px #f9e3e3;
}
.eleven .mains .illustrate .uls .lis1 .ris{
	color:#222222;
	font-size: 18px;
	line-height: 38px;
	padding-left: 15px;
}
.eleven .menus{
	width: 180px;
	height: 412px;
	background: url("/static/home/images/eleven_posi.png") no-repeat center / 100% 100%;
	position: fixed;
	right:75px;
	top:253px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:0 10px;
	box-sizing: border-box;
	z-index: 99;
}
.eleven .menus .uls{
	width: 100%;
	padding:11px 0 0;
}
.eleven .menus .uls li{
	width: 100%;
	height: 42px;
	background: #da193b;
	border-radius: 5px;
	text-align: center;
	line-height: 42px;
	color:#fff5da;
	font-size: 18px;
	margin-bottom: 10px;
	cursor: pointer;
}
.eleven .menus .uls li.hovers{
	color:#f6c541;
	background: #ab001a;
}
.eleven .menus .uls li:last-child{
	margin-bottom: 0;
}
.eleven .menus .bottoms{
	color:#ffffff;
	font-size: 18px;
	font-weight: 900;
	position: relative;
	cursor: pointer;
}
.eleven .menus .bottoms::after{
	content:'';
	width: 13px;
	height: 8px;
	background: url("/static/home/images/eleven_top.png") no-repeat center;
	position: absolute;
	top:-8px;
	left:calc(50% - 6.5px);
}


/*2025年检测师新专题*/
.only-tostudens-title{
	background: url("/static/home/images/tostudentstwos_banner.png?v=2.0.0.5") no-repeat center / cover;
}
.only-security-form{
	width: 1200px;
	height: 240px;
	background: #fff;
	border-radius: 5px;
	margin-top: -60px;
}
.only-security-form .iform .inpt1{
	height:50px;
	background: #f2f5fa;
}
.only-security-form .iform .inpt1 input{
	background: transparent;
}
.only-security-form .iform .inpt2{
	background: #ff1812;
	height: 50px;
}
.only-security-form .titles{
	color:#000;
}
.only-security-form .titles span{
	color:#ff1812;
	padding-left: 3px;
}
.only-security-form  .fotter{
	color:#ff1812;
	padding-top: 12px;
}
.only-tostudentstwos-introduce-content .contents .pic{
	background: linear-gradient(to bottom,#e6e9ff,#fff);
	height: 470px;
}
.only-tostudentstwos-introduce-content .contents .pic .warp{
	height: 470px;
}
.only-tostudentstwos-introduce-content{
	height: 580px;
}
.only-tostudentstwos-introduce-content .contents {

	padding-left: 30px;
}
.only-tostudentstwos-introduce-content .contents .txt .p1{
	color:#fff;
	background: #253487;
	border:0;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.only-tostudentstwos-introduce-content .contents .txt .p2{
	width: 600px;
}
.only-tostudentstwos-introduce-content .contents .txt{
	justify-content: space-between;
}
.only-tostudentstwos-introduce-content .contents .name .sp2{
	font-weight: 900;

}
.only-tostudentstwos-introduce-content .contents .name{
	border-bottom:1px dashed #e6e9ff;
	padding:60px 0 31px;
}
.only-tostudentstwos-introduce-content  .warps,
.only-tostudentstwos-introduce-content  .warps .centers{
	height: 110px;
}
.only-tostudentstwos-introduce-content .uls li .rigs span{
	color:#9ba0d0;
}
.only-tostudentstwos-introduce-content .warps{
	border-top:1px dashed #d0d0d0;
}
.only-tostudentstwos-introduce-content  .uls{
	height: 110px;
	background: linear-gradient(to bottom,#e6e9ff,#fff);
}
.only-tostudentstwos-introduce-content .uls li{
	height: 110px;
}
.onnly-secondstuden-list-left-top6 .reds{
	color:#f00;
}
.only-secondstuden-list-left-top4 .netxts{
	position: relative;
}

.only-secondstuden-list-left-top4 .nexts img{
	position: absolute;
	right:-35px;
	top:-30px;
	width: 80px;
	height: auto;
}
.only-tostudentstwos-center-warp .lefts img{
	width: 346px;
	height: 698px;
}
.only-tostudentstwos-fiexdnew{
	width: 110px;
	height: 345px;
	background: #ff4f1e;
	border-radius: 8px;
	border: none !important;
	padding:6px;
	box-sizing: border-box;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp{
	border-radius: 8px;
	background: #ff4f1e;
	height: auto;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-top{
	padding-top: 13px;
	background: transparent;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-top p{
	height: 36px;
	width: 100%;
	padding: 0;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-ul{
	background: #fff;
	padding:0 8px;
	box-sizing: border-box;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ffe1d5;
	color:#000;
	line-height: 30px;
	font-size: 14px;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	color:#ff6e36;
	background: #fff;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-bottom{
	width: 100%;
	height: 44px;
	background: #fff;
	padding:0;
	color: #fe6a2d;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-weight: 600;
}
.only-tostudentstwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-bottom .sp1{
	height: 0;
	width: 0;
	display: block;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom:10px solid #fe6a2d;
	margin-right: 3px;
	margin-bottom: 6px;
}



.only-secondstudenttwos-fiexdnew{
	width: 110px;
	height: 345px;
	background: #57a2e6;
	border-radius: 8px;
	border: none !important;
	padding:6px;
	box-sizing: border-box;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp{
	border-radius: 8px;
	background: #57a2e6;
	height: auto;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-top{
	padding-top: 13px;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-top p{
	height: 36px;
	width: 100%;
	padding: 0;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-ul{
	background: #fff;
	padding:0 8px;
	box-sizing: border-box;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #deedfb;
	color:#000;
	line-height: 30px;
	font-size: 14px;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-ul li.tostudents-fiexd-ulhover{
	color:#5ba3e9;
	background: #fff;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-bottom{
	width: 100%;
	height: 44px;
	background: #fff;
	padding:0;
	color: #5ba3e9;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-weight: 600;
}
.only-secondstudenttwos-fiexdnew .security-fiexdnew-warp .tostudents-fiexd-bottom .sp1{
	height: 0;
	width: 0;
	display: block;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom:10px solid #5ba3e9;
	margin-right: 3px;
	margin-bottom: 6px;
}

/*2025年新专题*/

/*个人中心学习计划*/
.planstudent {
	width: 1000px;
	min-height: 500px;
}
.planstudent  .planstudent-tops{
	width: 1000px;
	background-color: #fff;
	padding:0 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.planstudent  .planstudent-tops .titles{
	width: 100%;
	height: 70px;
	line-height: 70px;
	color:#2d3341;
	font-size: 20px;
	font-weight: 600;
}
.planstudent  .planstudent-centers{
	width: 1000px;
	height: 76px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	padding:0 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.planstudent  .planstudent-centers .lis{
	color:#2d3341;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.planstudent  .planstudent-centers .hovers{
	color:#2783f2;
	font-weight: 600;

}
.planstudent  .planstudent-centers .hovers::after{
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	left:0;

	bottom: -8px;
	background-color:#2783f2 ;
}
.planstudent .planstudent-bottoms{
	width: 1000px;
}
.planstudent .planstudent-bottoms .actions{
	width: 100%;
}
.planstudent .planstudent-bottoms .actions .intops{
	width: 100%;
	padding:0 30px 20px;
	box-sizing: border-box;
	background: linear-gradient(to bottom,#f8f9f9,#fff);
	margin-bottom: 20px;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container{
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 15px 20px 15px;
	background: #fff;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status .les{
	color:#777e98;
	font-size: 16px;
	padding-right: 14px;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status .cens{
	width: 42px;
	height: 20px;
	background: #206dfe;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status .cens::after{
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right:2px;
	top:2px;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status .cens.close::after{
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left:2px;
	top:2px;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status .cens.close{
	background: #aaa;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status .ris span.sp1{
	color:#2972fe;
	font-size: 16px;
}
.planstudent  .planstudent-bottoms .actions .intops .status-container .status-introduce {
	color: #8f8f8f;
}
.planstudent .planstudent-bottoms .actions .intops .tps{
	width: 100%;
	height: 46px;
	background: #fff;
	padding:0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.planstudent .planstudent-bottoms .actions .intops .tps .les{
	display: flex;
	align-items: center;
}
.planstudent .planstudent-bottoms .actions .intops .tps .les .sp1{
	width: 60px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color:#fff;
	font-size: 14px;
	background: linear-gradient(to bottom,#82acff,#2973fe);
	border-radius: 5px;
}
.planstudent .planstudent-bottoms .actions .intops .tps .les .sp1.no-week-plan{
	background: linear-gradient(to bottom, #ff2e00, #ff0000);
}
.planstudent .planstudent-bottoms .actions .intops .tps .les .sp2{
	color:#777e98;
	font-size: 14px;
	padding-left: 13px;
}
.planstudent .planstudent-bottoms .actions .intops .tps .ris{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.planstudent .planstudent-bottoms .actions .intops .tps .ris span{
	color:#777e98;
	padding-right: 14px;
	font-size: 14px;
}
.planstudent .planstudent-bottoms .actions .intops .btms{
	width: 100%;
	height:auto;
	background: url("/static/home/images/planstudent_r1.png") no-repeat center / 100% 100%;
	padding:0 20px 30px;
	box-sizing: border-box;
}
.planstudent .planstudent-bottoms .actions .intops .btms .times{
	width: 100%;
	display: flex;
	align-items: center;
	padding:30px 0 43px;

}
.planstudent .planstudent-bottoms .actions .intops .btms .times .sp1{
	color:#2d3341;
	font-size: 16px;
}
.planstudent .planstudent-bottoms .actions .intops .btms .times .sp2{
	color:#2783f2;
	font-size: 16px;
	padding-left:12px;
}
.planstudent .planstudent-bottoms .actions .intops .btms  .uls{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 43px;
}
.planstudent .planstudent-bottoms .actions .intops .btms  .uls .lis{
	width: 33%;
	border-right: 1px solid #e8efff;
}
.planstudent .planstudent-bottoms .actions .intops .btms  .uls .lis:last-child{
	border-right: none;
}
.planstudent .planstudent-bottoms .actions .intops .btms  .uls .lis span{
	display: block;
	width: 100%;
	text-align: center;
}
.planstudent .planstudent-bottoms .actions .intops .btms  .uls .lis span.sp1{
	color:#2d3341;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 14px;
}
.planstudent .planstudent-bottoms .actions .intops .btms  .uls .lis span.sp2{
	color:#2d3341;
	font-size: 16px;
}
.planstudent .planstudent-bottoms .actions .intops .btms .txts{
	color:#777e98;
	font-size: 14px;
}
.planstudent .planstudent-bottoms .actions .intops .btms .txts span{
	color:#ff3722;
}
.planstudent .planstudent-bottoms .actions .inbottoms{
	width: 100%;
	background: #fff;
	padding:20px 30px;
	box-sizing: border-box;
}
.planstudent .planstudent-bottoms .actions .inbottoms .titles{
	color:#2d3341;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
}
.planstudent .planstudent-bottoms .actions .inbottoms .times{
	width: 100%;
	height: 48px;
	padding:0 20px;
	box-sizing: border-box;
	background: linear-gradient(to right,#1062fe,#fefeff);
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
.planstudent .planstudent-bottoms .actions .inbottoms .times span{
	color:#fff;
	fonst-size: 14px;
}
.planstudent .planstudent-bottoms .actions .inbottoms .times .sp1{
	padding-left: 15px;
}
.planstudent .planstudent-bottoms .actions .inbottoms .uls{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.planstudent .planstudent-bottoms .actions .inbottoms .uls .lis{
	width: 298px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 8px;
	align-content: center;
}
.planstudent .planstudent-bottoms .actions .inbottoms .uls .lis.reds{
	background: linear-gradient(to right,#ff4633,#ff908f);
}
.planstudent .planstudent-bottoms .actions .inbottoms .uls .lis.blues{
	background: linear-gradient(to right,#4369fc,#4eabf6);
}
.planstudent .planstudent-bottoms .actions .inbottoms .uls .lis.yellows{
	background: linear-gradient(to right,#fd7139,#f6c02f);
}
.planstudent .planstudent-bottoms .actions .inbottoms .uls .lis .sp1{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.planstudent .planstudent-bottoms .actions .inbottoms .uls .lis .sp2{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 11px;
}
.planstudent-posi{
	width: 100%;
	height: 100%;
}
.planstudent-posi .inmains{
	width: 100%;
}
.planstudent-posi .inmains .titles{
	width: 100%;
	padding:33px 0 42px;
	text-align: center;
	color:#222222;
	font-size: 24px;
	font-weight: 600;
}
.planstudent-posi .inmains .lis{
	width: 100%;
	padding:0 40px;
	box-sizing: border-box;
	display: flex;
}
.planstudent-posi .inmains .lis .les{
	width: 122px;
	color:#222222;
	font-size: 24px;
}
.planstudent-posi .inmains .lis .ris{
	width: calc(100% - 122px);
	color:#206dfe;
	font-size: 24px;
	padding-bottom: 23px;
}
.planstudent-posi .inmains .lis .ris span{
	display: block;
	width: 100px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color:#fff;
	font-size: 22px;
	border-radius: 5px;
	background: linear-gradient(to bottom,#81aaff,#2470fe);
}
.planstudent-posi .inmains .lis .ris span.no-week-plan{
	background: linear-gradient(to bottom, #ff2e00, #ff0000);
}
.planstudent-posi .inmains .btns{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.planstudent-posi .inmains .btns span{
	display: block;
	width: 219px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	color:#206dfe;
	font-size: 24px;
	border-radius: 52px;
	background: linear-gradient(to right,#d0dffa,#ecf0ff);
	cursor: pointer;
}
.planstudent-posi .inmains .imgs{
	width: 21px;
	height: 21px;
	position: absolute;
	right:20px;
	top:33px;
}
.planstudent-posi .inmains .imgs img{
	display: block;
	width: 21px;
	height: 21px;
	cursor: pointer;
}
/*=========plandetaill*/
.plandetaill{
	width: 100%;
	background: #fff;
	padding:0 30px 40px;
	box-sizing: border-box;
}
.plandetaill .titles{
	width:100%;
	margin:0 auto;
	height: 66px;
	line-height: 66px;
	color:#2d3341;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}
.plandetaill .nextmains{
	width: 100%;
	padding:30px 20px 34px;
	box-sizing: border-box;
	box-shadow: 0 0 5px 2px #f6f6f9;
	border-radius: 8px;
	margin-bottom: 2px;
	background: url("/static/home/images/plandetaill_b.png") no-repeat left top / 100% auto,linear-gradient(to bottom,#f8f9f9,#fff);
}
.plandetaill .nextmains .tps{
	display: flex;
	align-items: center;
	padding:0 40px 24px;
	box-sizing: border-box;
	justify-content: space-between;
}
.plandetaill .nextmains .tps .les{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(to bottom,#4eacf6,#4367fc);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.plandetaill .nextmains .tps .les .sp1{
	color:#fff;
	font-size: 16px;
	padding-bottom: 5px;
}
.plandetaill .nextmains .tps .les .sp2{
	color:#fff;
	font-size: 28px;
	font-weight: 600;
}
.plandetaill .nextmains .tps .ris{
	width: calc(100% - 180px);
}
.plandetaill .nextmains .tps .ris .lis{
	width: 100%;
	display: flex;
	align-items: center;
}
.plandetaill .nextmains .tps .ris .lis:first-child{
	margin-bottom: 18px;
}
.plandetaill .nextmains .tps .ris .lis .sp1{
	color:#2d3341;
	font-size: 16px;
	padding-left: 10px;
	font-weight: 600;
}
.plandetaill .nextmains .tps .ris .lis .sp1{
	color:#2d3341;
	font-size: 16px;
	padding-left: 10px;
}
.plandetaill .nextmains .btms{
	width: 100%;
	height: 110px;
	background: #fff;
	padding:10px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 5px 3px #f6f6f9;
	border-radius: 8px;
}
.plandetaill .nextmains .btms .lis{
	width: 25%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url("/static/home/images/plandetaill_x.png") no-repeat center right ;
}
.plandetaill .nextmains .btms .lis:last-child{
	background: transparent;
}
.plandetaill .nextmains .btms .lis .sp1{
	color:#2d3341;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.plandetaill .nextmains .btms .lis .sp2{
	color:#aab0c0;
	font-size: 14px;
}
.plandetaill .answerscards{
	width: 100%;
	display: flex;
	height: 55px;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right,#fff,#fcfcfd,#fcfcfd,#fcfcfd,#fcfcfd,#fcfcfd,#fcfcfd,#fcfcfd,#fcfcfd,#fff);
}
.plandetaill .answerscards .les{
	color:#2d3341;
	font-size: 16px;
	font-weight: 600;
}
.plandetaill .answerscards .ris{
	display: flex;
	align-items: center;
}
.plandetaill .answerscards .ris span{
	margin-right: 8px;
}
.plandetaill .answerscards .ris span:last-child{
	margin-right: 0;
}
.plandetaill .answerscards .ris .sp1{
	color:#777e98;
	font-size: 12px;
}
.plandetaill .answerscards .ris .card-span-item{
	width: 17px;
	height: 17px;
	border-radius: 3px;
}
.plandetaill .answerscards .ris .card-span-item.error{
	background: #fc3434;

}
.plandetaill .answerscards .ris .card-span-item.success{
	background: #01ca66;
}
.plandetaill .answerscards .ris .card-span-item.halfway{
	background-image: linear-gradient(to right, #ff4f59 50%, #0abc1b 50%);
}

.plandetaill .answerscards .ris .card-span-item.not-done{
	border:1px solid #a9afbf;
	box-sizing: border-box;
	border-radius: 3px;
}
.plandetaill .cardplans{
	width: 100%;
	padding:12px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	background: #f7f7f7;
	margin-bottom: 53px;
}
.plandetaill .cardplans span{
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	margin-bottom: 12px;
	font-size: 14px;
	margin-left: 20px;
	color:#fff;
}
.plandetaill .cardplans span.error{
	background: #fc3434;
}
.plandetaill .cardplans span.success{
	background: #01ca66;
}
.plandetaill .cardplans span.halfway{
	background-image: linear-gradient(to right, #ff4f59 50%, #0abc1b 50%);
}
.plandetaill .cardplans span.not-done{
	border:1px solid #aab0c0;
	box-sizing: border-box;
	color:#aab0c0;
}
.plandetaill .btns{
	width: 100%;
	display: flex;
	justify-content: center;
}
.plandetaill .btns a{
	display: block;
	width: 220px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #267ffb;
	color:#fff;
	font-size: 14px;
}
