/*公用样式*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
body{
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
	overflow-y: auto;
	background: #f5f5f5;
}
.m {
	width: 1100px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.zhichi {
	cursor: pointer;
}


/*顶部banner*/
.topBanner {
	width: 100%;
	height: 89px;
	cursor: pointer;
	background: url(../img/topBanner.jpg) center no-repeat;
}

/*公用顶部*/
.pageTop {
	width: 100%;
	height: 70px;
	background: #fff;
}
.pageTop .m {
	overflow: inherit;
}
.pageTop .m:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.pageTop.ceiling {
    position: fixed;
    top: 0;
    z-index: 999999999;
}
.pageTop .left {
	margin-top: 8px;
	overflow: hidden;
	margin-bottom: 24px;
}
.pageTop .logo a {
	display: block;
	width: 340px;
	height: 37px;
	float: left;
}
.pageTop dl {
	float: left;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
	z-index: 999;
	display: none;
}
.pageTop dl:hover dt {
	color: #e60012;
}
.pageTop dl dt {
	font-size: 18px;
	line-height: 37px;
	margin-top: 15px;
	font-weight: bold;
}
.pageTop dl dt i {
	float: right;
    width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
    border-color: #e60012 transparent transparent transparent;
}
.pageTop dl dd {
	position: absolute;
	padding: 20px 30px;
	background: #fff;
	width: 450px;
	box-shadow: 0 0 8px 3px #d9d9d9;
	display: none;
	border-radius: 10px;
}
.pageTop dl:hover dd {
	display: block;
}
.pageTop dl dd i {
	display: block;
	position: absolute;
	width: 17px;
	height: 14px;
	background: url(../img/icon.png);
	background-position: -351px -80px;
	top: -14px;
	left: 34px;
}
.pageTop dl dd ul {
	float: left;
	overflow: hidden;
	width: 110px;
}
.pageTop dl dd ul li {
	font-size: 14px;
	line-height: 30px;
}
.pageTop dl dd ul li a {
	color: #333;
}
.pageTop dl dd ul li a:hover {
	color: #e60012;
}
.pageTop .search {
	width: 186px;
	height: 38px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	margin-top: 17px;
	margin-right: 20px;
	overflow: hidden;
}
.pageTop .search input {
	width: 120px;
	margin-left: 20px;
	height: 38px;
	border: none;
	border-radius: 20px;
	outline: none;
	font-size: 14px;
	color: #333;
	float: left;
}
.pageTop .search input::-webkit-input-placeholder{
    color: #cccccc;
}
.pageTop .search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #cccccc;
}
.pageTop .search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #cccccc;
}
.pageTop .search b {
	float: right;
	width: 18px;
	height: 18px;
	background-image: url(../img/icon.png);
	background-position: -17px -13px;
	margin-top: 9px;
	margin-right: 14px;
	cursor: pointer;
}
.pageTop ul {
	margin-top: 14px;
}
.pageTop ul li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
.pageTop ul li b {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../img/icon.png);
	margin: 0 auto 5px;
}
.pageTop ul li:nth-child(1) b {
	background-position: -53px -10px;
}
.pageTop ul li:nth-child(2) b {
	background-position: -100px -10px;
}
.pageTop ul li:nth-child(3) b {
	background-position: -147px -10px;
}
.pageTop ul li span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #1a1a1a;
}
.pageTop ul li div {
	position: absolute;
	width: 130px;
	height: 170px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 8px 3px #d9d9d9;
	left: 50%;
	top: 55px;
	display: none;
	transform: translateX(-50%);
}
.pageTop ul li:hover div {
	display: block;
}
.pageTop ul li div i {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    border-color: transparent transparent #fff transparent;
}
.pageTop ul li div p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 10px auto 7px;
}
.pageTop ul li div img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}
.myCurriculum {
	position: relative;
}
.myCurriculum:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.myCurriculum span {
	line-height: 70px;
	font-size: 14px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.myCurriculum span a {
	color: #333;
}
.myCurriculum b {
	width: 38px;
	height: 38px;
	float: left;
	background-image: url(../img/icon.png);
	background-position: -17px -47px;
	margin: 17px auto 0;
	cursor: pointer;
}
.myCurriculum p {
	width: 110px;
	height: 40px;
	background: #e60012;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	border-radius: 20px;
	float: right;
	text-align: center;
	margin-top: 13px;
	cursor: pointer;
}
.myCurriculum p i {
	font-style: normal;
}
.myCurriculum:hover .SignIn {
	display: block;
}
.SignIn {
	position: absolute;
	width: 140px;
	/*height: 170px;*/
    height: 125px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 8px 3px #d9d9d9;
	left: 55px;
	z-index: 999;
	top: 68px;
	display: none;
}
.SignIn i {
	position: absolute;
	top: -12px;
	left: 35px;
	display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    border-color: transparent transparent #fff transparent;
}
.SignIn ol {
	width: 100px;
	margin: 0 auto;
	color: #333333;
}
.SignIn ol li:first-child {
	line-height: 40px;
    margin-top: 8px;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #e6e6e6;
}
.SignIn ol li {
	font-size: 14px;
	line-height: 35px;
	cursor: pointer;
}
.SignIn ol li em {
	float: right;
    width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin: 12px auto 0;
    overflow: hidden;
    border-color: transparent transparent transparent #999999;
}
.SignIn ol li:hover em {
    border-color: transparent transparent transparent #e60012;
}
.SignIn ol li:last-child {
    border-top: 1px dashed #e6e6e6;
}
.SignIn ol li a {
	color: #333;
	line-height: 35px;
	display: block;
}
.SignIn ol li:hover a {
	color: #e60012;
}

/*列表页-list-筛选类目*/
.screen {
	width: 100%;
	background: #f5f5f5;
}
.screen.ceiling {
	width: 100%;
    background: #fff;
    position: fixed;
    border-top: 1px solid #f5f5f5;
    top: 70px;
}
.screen.ceiling .m {
	padding: 20px 0 0 0;
	margin: 0 auto;
}
.screen .m {
	background: #fff;
	border-radius: 20px;
	overflow: inherit;
	margin: 30px auto;
	padding: 30px 0 8px 0;
}
.screen .m:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
/*.screen.ceiling .unselected {
	display: none;
}*/
.screen .unselected {
	padding-top: 20px;
	display: block;
}
.screen .unselected dl {
	width: 1000px;
	margin: 0 auto;
}
.screen .unselected dl:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.screen .unselected dl dt {
	font-weight: bold;
	color: #333333;
	width: 90px;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
}
.screen .unselected dl dd {
	width: 900px;
	float: left;
}
.screen .unselected dl dd:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.screen .unselected dl dd ol:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.screen .unselected dl dd ol li {
	float: left;
	padding-bottom: 20px;
	font-size: 14px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.screen .unselected dl dd ol li b {
	font-weight: normal;
}
.screen .unselected dl dd ol li.click b {
	font-weight: bold;
	color: #e60012;
}
.screen .unselected dl dd ol li:hover p {
	display: block;
}
.screen .unselected dl dd ol li p {
	width: 120px;
	padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 8px 3px #d9d9d9;
    display: none; 
    border-radius: 10px;
    position: absolute;
    top: 25px;
    width: auto;
    max-height: 220px;
    z-index: 99;
}
.screen .unselected dl dd ol li p span {
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	width: 120px;
	float: left;
	margin-bottom: 10px;
}
.screen .unselected dl dd ol li p span:hover {
	color: #E60012;
}
.screen .unselected dl dd ol li p span.click {
	color: #E60012;
	font-weight: normal;
}
.screen .unselected dl dd ol li p i {
	display: block;
    position: absolute;
    width: 17px;
    height: 14px;
    background: url(../img/icon.png);
    background-position: -351px -80px;
    top: -14px;
    left: 10px;
}
.selected {
	width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    display: none;
}
.selected b {
	line-height: 32px;
	font-size: 14px;
}
.screen.ceiling .selected ul {
	width: 855px;
} 
.selected ul {
	width: 935px;
}
.selected ul li {
	border: 1px dashed #ccc;
	line-height: 32px;
	font-size: 14px;
	float: left;
	padding: 0 10px;
	border-radius: 10px;
	margin: 0 10px 10px;
}
.selected ul li i {
	float: right;
	width: 12px;
	height: 12px;
	background: url(../img/icon.png);
	background-position: -475px -55px;
	margin-top: 10px;
	margin-left: 8px;
	cursor: pointer;
}
.selected strong {
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
	display: none;
}
.screen.ceiling .selected strong {
	display: block;
} 
.selected strong em {
	float: right;
    width: 0;
    height: 0;
    border: 5px solid;
    border-radius: 3px;
    margin: 12px 8px 0 5px;
    overflow: hidden;
    border-color: transparent transparent transparent #333333;
}

/*筛选结果*/
.screeningResults {
	width: 1120px;
    margin: 0 auto 10px;
}
.screeningResults:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.noData {
	width: 500px;
	margin: 80px auto 100px;
	display: none;
}
.noData img {
	display: block;
	margin: 0 auto; 
}
.noData p {
	color: #929292;
	text-align: center;
	margin-top: 20px;
}
.screeningResults .haveData {
	overflow: hidden;
	margin-top: 30px;
}
.screeningResults a {
	display: block;
}
.screeningResults dl {
	width: 204px;
	height: 225px;
	background: #fff;
	border-radius: 15px;
	float: left;
	margin: 0 10px 20px;
	overflow: hidden;
}
.screeningResults dl dt {
	width: 100%;
	overflow: hidden;
	height: 115px;
	border-radius: 15px;
}
.screeningResults dl dt img {
	display: block;
	width: 100%;
	height: 100%;
}
.screeningResults dl dd b {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	width: 180px;
	height: 48px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 15px auto 10px;
}
.screeningResults dl dd span {
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	display: block;
	height: 16px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.screeningResults dl dd span i {
	font-style: normal;
}
.screeningResults dl dd span i:last-child {
	display: none;
}
.screeningResults dl dd p {
	margin: 0 auto 20px;
	width: 180px;
}
.screeningResults dl dd p strong {
	/*width: 148px;
	height: 24px;
	background: url(../img/icon.png);*/
	float: left;
	color: #a46e43;
	font-size: 14px;
	line-height: 24px;
	border-radius: 10px;
	overflow: hidden;
}
.screeningResults dl dd p strong em {
	float: right;
	text-align: center;
	color: #f65d01;
	font-size: 14px;
	line-height: 15px;
	margin-left: 0;
}
.screeningResults dl dd p strong.member  em{
	color: #cc9262;
	font-size: 14px;
	font-style: normal;
    padding: 0 7px;
    line-height: 20px;
    margin-left: 0;
    float: left;
    color: #cc9262;
    background: -moz-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: -webkit-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: -o-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: -ms-linear-gradient(right, #fef3e6 0%, #f9d7c0 100%);
    background: linear-gradient(to right, #fef3e6 10%, #f9d7c0 100%);
}
.screeningResults dl dd p strong.member {
	background-position: -196px -10px;
}
.screeningResults dl dd p strong.collage {
	background-position: -361px -12px;
}
.screeningResults dl dd p strong.discount {
	background-position: -544px -11px;
}
.screeningResults dl dd p em {
	font-style: normal;
	font-size: 12px;
	margin-left: 10px;
	line-height: 20px;
	float: left;
	color: #999;
}
.screeningResults dl dd p i { 
    /*float: left;
    width: 24px;
    height: 20px;
    background: url(../img/icon.png?22);
    background-position: -220px -181px;*/
    float: left;
    width: 24px;
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    color: #ecbd95;
    background: -moz-linear-gradient(right, #363636 0%, #656565 100%);
    background: -webkit-linear-gradient(right, #363636 0%, #656565 100%);
    background: -o-linear-gradient(right, #363636 0%, #656565 100%);
    background: -ms-linear-gradient(right, #363636 0%, #656565 100%);
    background: linear-gradient(to right, #363636 10%, #656565 100%);
}
.screeningResults dl dd p i svg {
	margin-left: 8px;
}
.screeningResults button {
	width: 150px;
	height: 40px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	display: block;
	margin: 10px auto 50px;
	border-radius: 20px;
	display: none;
	cursor: pointer;
}
.screeningResults .end {
	width: 30px;
	height: 30px;
	background: url(../img/icon1.png);
	background-size: 100% 100%;
	animation: mymove 2s infinite linear;
	-webkit-animation: mymove 2s infinite linear;	
	margin: 50px auto;
}
@keyframes mymove {
    from {
    	transform:rotate(0deg);
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    }
    to {
    	transform:rotate(360deg);
		-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    }
}
 
/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
    from {
    	transform:rotate(0deg);
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    }
    to {
    	transform:rotate(360deg);
		-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    }
}

/*中公优职会员*/
.memberPoster {
	width: 1100px;
	min-height: 1115px;
	height: auto;
	background: url(../img/memberPoster2.png?v=202305251618) no-repeat;
	background-size: 100% auto;
	margin-bottom: 25px;
	border-radius: 15px;
	overflow: hidden;
}
.memberPoster .screeningResults {
	width: 1025px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
}
.memberPosterTop {
	margin-top: 25px;
	overflow: hidden;
}
.memberPosterTop p {
	font-size: 16px;
	color: #b6b6b8;
	margin-top: 60px;
	margin-left: 40px;
	line-height: 20px;
	float: left;
	width: 750px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.purchaseButton {
	width: 174px;
	height: 81px;
	float: right;
	background: url(../img/memberButton1.jpg);
	margin-right: 36px;
	position: relative;
    border: none;
    cursor: pointer;
}
.purchaseButton span {
	display: block;
	width: 110px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 1px;
}
.memberPosterPrice {
	width: 1034px;
	margin: 30px auto 15px;
}
.memberPosterPrice ul {
	overflow: hidden;
}
.memberPosterPrice ul li {
	width: 330px;
	height: 118px;
	float: left;
	background: url(../img/qy.png);
	margin: 0 7px 17px;
}
.memberPosterPrice ul li div {
	overflow: hidden;
}
.memberPosterPrice ul li span {
	color: #a46e43;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 19px;
}
.memberPosterPrice ul li span i {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 17px;
	margin-right: 10px;
}
.memberPosterPrice ul li:nth-child(1) span i {
	background: url(../img/icon.png);
	background-position: -99px -251px;
}
.memberPosterPrice ul li:nth-child(2) span i {
	background: url(../img/icon.png);
	background-position: -200px -251px;
}
.memberPosterPrice ul li:nth-child(3) span i {
	background: url(../img/icon.png);
	background-position: -302px -251px;
}
.memberPosterPrice ul li:nth-child(4) span i {
	background: url(../img/icon.png);
	background-position: -99px -323px;
}
.memberPosterPrice ul li:nth-child(5) span i {
	background: url(../img/icon.png);
	background-position: -200px -323px;
}
.memberPosterPrice ul li:nth-child(6) span i {
	background: url(../img/icon.png);
	background-position: -299px -323px;
}
.memberPosterPrice ul li div b {
	font-size: 12px;
	width: 12px;
	line-height: 14px;
	margin-top: 4px;
	margin-right: 11px;
	color: #fff;
}
.memberPosterPrice ul li p {
	font-size: 14px;
	color: #a67045;
	width: 300px;
	line-height: 20px;
	margin-top: 12px;
	margin-left: 20px;
}
.memberPosterDiv {
	width: 1080px;
	background: #f5f5f5;
	border-radius: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 15px;
}
.memberPoster h3 {
	overflow: hidden;
	margin-bottom: 20px;
}
.memberPoster h3 p {
	float: left;
	margin-right: 15px;
	cursor: pointer;
	margin-left: 10px;
	display: block;
	font-weight: bold;
}
.memberPoster h3 p span {
	font-weight: bold;
	color: #333;
	font-size: 22px;
	display: block;
	margin-left: 10px;
}
.memberPoster h3 b {
    width: 80%;
    height: 4px;
    border-radius: 3px;
    overflow: hidden;
    margin: 8px auto 0;
    background: none;
    display: none;
}
.memberPoster h3 span {
	color: #999999;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
}
.memberPoster h3 a i {
	float: right;
	width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin: 6px 8px 0 10px;
    overflow: hidden;
    border-color: transparent transparent transparent #333333;
}
.memberPoster h3 a {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.memberPosterList {
	margin-bottom: 10px;
	position: relative;
    overflow: hidden;
}
.memberPosterList .goodClassA {
	right: 20px;
	top: 76px;
	font-size: 14px;
    width: 28px;
    height: 98px;
    display: block;
    line-height: 16px;
    color: #333333;
    text-align: center;
}
.memberPosterList .goodClassA span {
    font-size: 14px;
    width: 16px;
    margin: 13px auto 5px;
    display: block;
    line-height: 16px;
    color: #333333;
    text-align: center;
}
.memberPosterList .screeningResults dl {
    margin: 0 5px 10px;
    width: 192px;
    height: 218px;
}
.memberPosterList div:first-child {
	display: block;
}
.memberPoster ol {
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 20px;
}
.memberPoster ol li {
	float: left;
	margin-right: 14px;
	color: #333;
	line-height: 16px;
	font-size: 14px;
	cursor: pointer;
	
}
.memberPoster ol li.click {
	color: #e60012;
	font-weight: bold;
}
.memberPosterList .screeningResults dl dt {
	width: 100%;
	overflow: hidden;
	height: 108px;
	border-radius: 15px;
}
.memberPosterList .screeningResults dl dd b {
    font-size: 16px;
    color: #333;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: 44px;
    -webkit-box-orient: vertical;
    margin: 10px auto 16px;
}
.memberPosterList .screeningResults dl dd span {
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	display: block;
	height: 16px;
	width: 185px;
	margin: 0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.memberPosterList .screeningResults dl dd p {
	margin: 8px auto 0;
	width: 160px;
}
.memberPosterList .screeningResults dl dd p strong {
	/*width: 148px;
	height: 24px;
	background: url(../img/icon.png);*/
	color: #a46e43;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.memberPosterList .screeningResults dl dd p strong i {
	float: left;
	width: 24px;
	height: 20px;
	line-height: 19px;
	font-size: 12px;
	color: #ecbd95;
	background: -moz-linear-gradient(right, #363636 0%, #656565 100%);
    background: -webkit-linear-gradient(right, #363636 0%, #656565 100%);
    background: -o-linear-gradient(right, #363636 0%, #656565 100%);
    background: -ms-linear-gradient(right, #363636 0%, #656565 100%);
    background: linear-gradient(to right, #363636 10%, #656565 100%);
}
.memberPosterList .screeningResults dl dd p strong i svg {
	margin-left: 8px;
}
.memberPosterList .screeningResults dl dd p em {
	font-style: normal;
	font-size: 12px;
	margin-left: 10px;
	line-height: 20px;
	float: left;
	color: #999999;
}
.memberPosterList .screeningResults dl dd p strong.member {
	background-position: -196px -10px;
}

/*公用底部*/
.offcnCopy {
	width: 100%;
	background: #4d4d4d;
	padding-bottom: 30px;
	margin-bottom: 90px;
	overflow: hidden;
}
.offcnCopy .t {
	margin-top: 30px;
	overflow: hidden;
}
.offcnCopy .t h1 {
	font-size: 16px;
	color: #e6e6e6;
	margin-bottom: 10px;
	overflow: hidden;
}
.offcnCopy .t h1 span {
	float: left;
	border-bottom: 1px solid #c7c7c7;
	padding: 0 5px 5px;
}
.offcnCopy .t a {
	float: left;
	margin-right: 5px;
	color: #e6e6e6;
	font-size: 14px;
	margin-bottom: 5px;
}
.offcnCopy .l {
	overflow: hidden;
	font-size: 12px;
	line-height: 36px;
	color: #e6e6e6;
	margin-top: 30px;
}
.offcnCopy p {
	font-size: 12px;
	line-height: 36px;
	color: #e6e6e6;
}
.offcnCopy p a {
	color: #e6e6e6;
	margin: 0 5px;
}
.offcnCopy p a:first-child {
	margin-left: 0;
}
.offcnCopy p a:hover {
	color: #fce7d6;
}
.offcnCopy ul {
	margin-top: 20px;
}
.offcnCopy ul li {
	float: left;
	border: 1px solid #7b7b7b;
	border-radius: 5px;
	width: 122px;
	height: 191px;
	margin-left: 20px;
}
.offcnCopy ul li span {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 12px auto 8px;
	line-height: 16px;
}
.offcnCopy ul li img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}
.offcnCopy ul li b {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 5px auto 0;
	line-height: 20px;
}

/*底部banner*/
.bottomBanner {
	width: 100%;
	height: 105px;
	background: url(../img/bottomBanner1.png?v=202305251619) center no-repeat;
}
.bottomBanner.click {
	position: fixed;
	bottom: 0;
}

/*右部浮窗*/
.floatRight {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.floatRight ul {
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius: 15px;
	width: 70px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.floatRight ul li {
	width: 50px;
	border-top: 1px solid #e6e6e6;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.floatRight ul li b {
	width: 50px;
	height: 50px;
	display: block;
	margin: 10px auto 0;
	background: url(../img/icon.png);
}
.floatRight ul li:nth-child(1) b {
	background-position: -16px -95px;
	    animation: rnd1 4s ease-in-out infinite;
}
.floatRight ul li:nth-child(2) b {
	background-position: -16px -168px;
}
.floatRight ul li:nth-child(3) b {
	background-position: -16px -240px;
}
.floatRight ul li:nth-child(1):hover b {
	background-position: -17px -310px;
}
.floatRight ul li:nth-child(2):hover b {
	background-position: -17px -376px;
}
.floatRight ul li:nth-child(3):hover b {
	background-position: -17px -440px;
}
.floatRight ul li strong {
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	font-size: 12px;
	text-align: center;
}
.floatRight ul li:hover strong {
	color: #e60012;
}
.floatRight ul li:first-child {
	border-top: none;
}
.floatRight ul li:hover p {
	display: block;
}
.floatRight p {
	width: 140px;
	height: 180px;
	position: absolute;
	left: -163px;
	top: 0;
	background: #fff;
	border-radius: 10px;
	display: none;
	box-shadow: 0 0 8px 3px #d9d9d9;
}
.floatRight p i {
	position: absolute;
    top: 30px;
    right: -12px;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    border-color: transparent transparent  transparent #fff;
}
.floatRight p span {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	margin-top: 5px;
	display: block;
	margin-bottom: 5px;
}
.floatRight p img {
	width: 118px;
	height: 118px;
	display: block;
	margin: 0 auto;
}
.floatRight div {
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius: 15px;
	width: 70px;
	cursor: pointer;
}
.floatRight div:hover b {
	background-position: -91px -48px;
}
.floatRight div b {
	width: 25px;
	height: 31px;
	display: block;
	margin: 10px auto 0;
	background: url(../img/icon.png);
	transition: 0.3s;
}
.floatRight div b {
	background-position: -100px -175px;
}
.floatRight div span {
	margin: 10px auto 10px;
	display: block;
	font-size: 12px;
	text-align: center;
}
.zx-side {
	display: none;
}

/*类目标题*/
.screenTitle {
	font-size: 24px;
	display: none;
	margin: 30px auto;
}


/*首页*/
/*全部课程筛选*/
.allCourses {
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
	background: #fff;
}
.allCourses:after,.allCourses .m:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.allCourses .m {
	overflow: initial;
	padding-bottom: 20px;
}
.allCourses ol li {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
.allCourses ol li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.allCourses ol li b {
	display: block;
	width: 56px;
	height: 56px;
	background: url(../img/icon.png);
	margin: 0 auto 18px;
}
.allCourses ol li:nth-child(1) b {
	background-position: -134px -47px;
}
.allCourses ol li:nth-child(2) b {
	background-position: -211px -47px;
}
.allCourses ol li strong {
	font-size: 16px;
	line-height: 18px;
}
.allCourses div.l div dl {
	position: relative;
	z-index: 99;
}
.allCourses div.l div dl:hover dd {
	display: block;
}
.allCourses div.l div:first-child dl {
	float: left;
	padding: 0 5px 10px;
	z-index: 100;
}
.allCourses div.l div:first-child dl dt {
	width: 140px;
	height: 40px;
	border-radius: 10px;
	background: #f8ecec;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
}
.allCourses div.l div:first-child dl dt a {
	color: #333;
}
.allCourses div.l div:last-child dl {
	float: left;
	margin: 0 5px 10px;
}
.allCourses div.l div:last-child dl dt {
	width: 115px;
	height: 40px;
	border-radius: 10px;
	background: #f7f4e3;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
}
.allCourses div.l div:last-child dl dt a {
	color: #333;
}
.allCourses div.l div dd {
	position: absolute;
    width: 290px;
	height: auto;
	padding: 20px 5px;
	background: #fff;
	box-shadow: 0 0 8px 3px #d9d9d9;
	border-radius: 10px;
	top: 50px;
	display: none;
}
.allCourses div.l div dd a {
	color: #333;
	font-size: 14px;
	width: 110px;
	margin: 0 15px 23px;
	display: block;
	float: left;
}
.allCourses div.l div dd a:hover {
	font-weight: bold;
	color: #e60012;
}
.allCourses div.l div dd i {
	display: block;
    position: absolute;
    width: 17px;
    height: 14px;
    background: url(../img/icon.png);
    background-position: -351px -80px;
    top: -14px;
    left: 48px;
}
.allCourses div ul {
	width: 890px;
}
.allCourses div ul li {
	width: 118px;
	height: 90px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	line-height: 90px;
	background: #fdebec;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.allCourses div ul li:last-child {
	margin-right: 0;
}
.allCourses div ul li:nth-child(1) {
	background: url(../img/index/allCourses1.png);
}
.allCourses div ul li:nth-child(2) {
	background: url(../img/index/allCourses2.png);
}
.allCourses div ul li:nth-child(3) {
	background: url(../img/index/allCourses3.png);
}
.allCourses div ul li:nth-child(4) {
	background: url(../img/index/allCourses4.png);
}
.allCourses div ul li:nth-child(5) {
	background: url(../img/index/allCourses5.png);
}
.allCourses div ul li:nth-child(6) {
	background: url(../img/index/allCourses6.png);
}
.allCourses div ul li:nth-child(7) {
	background: url(../img/index/allCourses7.png);
}
.allCourses div ul li a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.courses {
	width: 40px;
	height: 90px;
	background: #f0f0f0;
	border-radius: 10px;
}
.courses span {
	font-size: 14px;
	width: 16px;
	margin: 10px auto 3px;
	display: block;
	line-height: 16px;
	color: #333333;
	text-align: center;
}
.courses i {
	display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    border-color: #999999 transparent transparent transparent;
}

/*banner*/
.banner {
	background: -moz-linear-gradient(bottom, #fff 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(bottom, #fff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(bottom, #fff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(bottom, #fff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #fff 0%,#f5f5f5 100%);
    padding: 0 0 20px;
    overflow: hidden;
}
.banner div.l {
	width: 440px;
	height: 248px;
	border-radius: 15px;
	overflow: hidden;
}
.banner div.l img {
	display: block;
	width: 100%;
	height: 100%;
}
/*.swiper .swiper-slide {
	position: relative;
}
.swiper .swiper-slide div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 100%);
}
.swiper .swiper-slide div p {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 310px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets.click {
	right: 20px;
	width: 80px;
	left: auto;
	bottom: 20px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}*/
.banner ul {
	overflow: hidden;
	width: 650px;
}
.banner ul li {
	width: 200px;
	height: 113px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 0 10px 23px;
}
.banner ul li img {
	width: 100%;
	height: 100%;
}
.banner ul li:nth-child(3),.banner ul li:nth-child(6) {
	margin-right: 0;
}
.banner ul li div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%);
}
.banner ul li div p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	width: 170px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*好课上新*/
.goodClass {
	width: 1120px;
	margin: 0 auto 60px;
}
.goodClass h1 {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto 30px;
}
.goodClass h1 b {
	font-size: 24px;
	margin-right: 40px;
}
.goodClass h1 b i {
	width: 64px;
	height: 25px;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	background-image: url(../img/icon.png);
	background-position: -341px -46px;
}
.goodClass h1 ul li {
	float: left;
	font-size: 12px;
	line-height: 30px;
	color: #cccccc;
	font-weight: normal;
	cursor: pointer;
}
.goodClass h1 ul li.click span {
	color: #e60012;
	font-weight: bold;
}
.goodClass h1 ul li i {
	font-style: normal;
	display: none;
}
.goodClass h1 ul li span {
	font-size: 16px;
	color: #1a1a1a;
	margin: 0 18px;
}
.goodClassA {
	width: 30px;
	height: 100px;
	border: 1px solid #cccccc;
	background: #fff;
	display: block;
	border-radius: 5px;
	position: absolute;
	right: -30px;
}
.goodClassA span {
    font-size: 14px;
    width: 16px;
    margin: 13px auto 5px;
    display: block;
    line-height: 16px;
    color: #333333;
    text-align: center;
}
.goodClassA i {
    display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    border-color: #999999 transparent transparent transparent;
}
.goodClass .screeningResults {
	position: relative;
}

/*优职热门课程*/
.hotClass {
	overflow: hidden;
	margin-bottom: 50px;
}
.hotClass h1 {
	overflow: hidden;
	margin: 0 auto 30px;
}
.hotClass h1 b {
	font-size: 24px;
	margin-right: 40px;
}
.hotClass h1 b i {
	width: 24px;
	height: 24px;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	background-image: url(../img/icon.png);
	background-position: -426px -46px;
}
.hotClassLeft {
	width: 680px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 20px;
}
.hotClass h3 {
	margin: 10px auto 20px;
	width: 640px;
	overflow: hidden;
}
.hotClass h3 b {
	font-size: 20px;
	line-height: 22px;
}
.hotClass h3 b i {
	width: 4px;
	height: 18px;
	background: #e60012;
	margin-top: 3px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.hotClass h3 a {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.hotClass h3 a i {
	float: right;
    width: 0;
    height: 0;
    border: 5px solid;
    border-radius: 3px;
    margin: 7px 8px 0 7px;
    overflow: hidden;
    border-color: transparent transparent transparent #333333;
}
.hotClassLeft .screeningResults {
	width: 650px;
}
.hotClassLeft .screeningResults dl {
	width: 150px;
	height: auto;
	margin: 0 6px 9px;
	padding-bottom: 2px;
	border-radius: 15px 15px 0 0;
}
.hotClassLeft .screeningResults dl dt {
	width: 150px;
	height: 85px;
}
.hotClassLeft .screeningResults dl dd p {
	width: 150px;
}
.hotClassLeft .screeningResults dl dd b {
	margin: 10px auto;
	width: 150px;
}
.hotClassLeft .screeningResults dl dd p strong.member em{
	font-size: 14px;
}
.hotClassRight {
	width: 360px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 0 20px 20px;
}
.hotClassRight h3 {
	width: 360px;
}
.hotClassRight h3 {
    margin-bottom: 6px;
    margin-top: 32px;
}
.hotClassRight  dl i {
	font-size: 30px;
}
.hotClassRight dl {
    width: 360px;
    background: #fff;
    border-radius: 20px;
    float: left;
    padding: 20px 0;
    overflow: hidden;
    overflow: hidden;
}
.hotClassRight div a {
	display: block;
	width: 360px;
	height: 100%;
	overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
}
.hotClassRight a:last-child {
	border-bottom: none;
}
.hotClassRight dl dt {
	width: 133px;
}
.hotClassRight dl dt i {
	float: left;
	width: 17px;
	height: 40px;
	margin-top: 12px;
	margin-right: 10px;
	background: url(../img/icon.png);
}
.hotClassRight div a:nth-child(1) dl dt i {
	background-position: -110px -117px;
}
.hotClassRight div a:nth-child(2) dl dt i {
	background-position: -168px -117px;
}
.hotClassRight div a:nth-child(3) dt i {
	background-position: -228px -117px;
}
.hotClassRight  div a:nth-child(4) dt i {
	background-position: -288px -127px;
}
.hotClassRight div a:nth-child(5) dt i {
	background-position: -345px -127px;
}
.hotClassRight div a:nth-child(6) dt i {
	background-position: -405px -127px;
}
.hotClassRight div a:nth-child(7) dt i {
	background-position: -463px -127px;
}
.hotClassRight dl dt img {
	width: 105px;
	height: 60px;
	border-radius: 10px;
}
.hotClassRight dl dd {
	width: 220px;
}
.hotClassRight dl dd b {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto 10px;
    color: #333;
}
.hotClassRight dl dd span {
    font-size: 14px;
    height: 16px;
    line-height: 14px;
    color: #666666;
    display: block;
    width: 230px;
    margin: 0 auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hotClassRight dl dd span i {
    font-size: 14px;
}
.hotClassRight dl dd span i:last-child {
	display: none;
}
.hotClassRight dl dd p strong {
    float: left;
    color: #a46e43;
    font-size: 14px;
    line-height: 24px;
}
.hotClassRight dl dd p strong em {
    float: left;
    text-align: center;
    color: #cc9262;
    font-size: 14px;
    line-height: 15px;
    margin-left: 10px;
    font-style: normal;
}
.hotClassRight dl dd p em {
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    float: left;
    margin-left: 10px;
}
.hotClassRight dl dd p i {
    float: left;
    width: 14px;
    height: 13px;
    background: url(../img/icon.png);
    background-position: -167px -185px;
}

.Exhibition {
	width: 1120px;
    margin: 0 auto 10px;
}
.Exhibition {
	margin-bottom: 20px;
}
.Exhibition h1 a {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.Exhibition h1 a i {
	float: right;
    width: 0;
    height: 0;
    border: 5px solid;
    border-radius: 3px;
    margin: 7px 8px 0 7px;
    overflow: hidden;
    border-color: transparent transparent transparent #333333;
}

.about {
	width: 100%;
	position: relative;
	margin-top: 70px;
	background: #fff;
}
.about ol {
	position: absolute;
	top: -30px;
	width: 528px;
	height: 60px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/index/yz.png);
	margin: 0 auto;
}
.about ol.click {
	background: url(../img/index/jy.png);
}
.about li {
	float: left;
	width: 264px;
	cursor: pointer;
	height: 100%;
}
.aboutTab {
	display: none;
}
/*.about .img div:first-child p:nth-child(1) {
	width: 100%;
	height: 935px;
	background: url(../img/index/yz1.jpg) center no-repeat;
}
.about .img div:first-child p:nth-child(2) {
	width: 100%;
	height: 685px;
	background: url(../img/index/yz2.jpg) center no-repeat;
}
.about .img div:first-child p:nth-child(3) {
	width: 100%;
	height: 825px;
	background: url(../img/index/yz3.jpg) center no-repeat;
}*/
/*.about .img div:last-child p:nth-child(1) {
	width: 100%;
	height: 680px;
	background: url(../img/index/jy1.jpg) center no-repeat;
}
.about .img div:last-child p:nth-child(2) {
	width: 100%;
	height: 764px;
	background: url(../img/index/jy2.jpg) center no-repeat;
}
.about .img div:last-child p:nth-child(3) {
	width: 100%;
	height: 938px;
	background: url(../img/index/jy3.jpg) center no-repeat;
}*/


.title {
	font-size: 24px;
	margin: 30px auto;
}

@keyframes rnd1{
	0%{transform:rotate(0deg) scale(1.1);}
	2%{transform:rotate(-15deg) scale(1.1);}
	4%{transform:rotate(15deg) scale(1.1);}
	6%{transform:rotate(-15deg) scale(1.1);}
	8%{transform:rotate(15deg) scale(1.1);}
	10%{transform:rotate(-15deg) scale(1.1);}
	12%{transform:rotate(15deg) scale(1.1);}
	14%{transform:rotate(-15deg) scale(1.1);}
	16%{transform:rotate(15deg) scale(1.1);}
	18%{transform:rotate(-15deg) scale(1.1);}
	20%{transform:rotate(15deg) scale(1.1);}
	22%{transform:rotate(0deg) scale(1);}
	100%{transform:rotate(0deg) scale(1);}
}

#purchase {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999999;
}
.purchaseClose {
	width: 20px;
	height: 20px;
	margin-top: 12px;
    margin-right: 82px;
    cursor: pointer;
}
.purchase {
	width: 885px;
	height: 525px;
	position: fixed;
	left: 50%;
	top: 50%;
	background: url(../img/purchase.png);
	transform: translate(-50%,-50%);
	border-radius: 10px;
}
.subject {
	width: 680px;
	height: 335px;
	border-radius: 10px;
	margin: 80px auto 0;
    overflow: hidden;
}
.subject h3 {
	width: 645px;
	margin: 0 auto;
	overflow: hidden;
}
.subject h3 span {
	color: #d29956;
	font-size: 16px;
	line-height: 44px;
	margin-left: 135px;
	color: #ecbd95;
	font-weight: normal;
}
.label {
	width: 685px;
	height: 320px;
	border-radius: 10px;
	margin: 17px auto 0;
	overflow: hidden;
}
.labelUl {
	width: 685px;
	margin-left: 12px;
	overflow-x: auto;
}
.label ul {
	/*width: 1000px;*/
	overflow: hidden;
	margin: 0 auto 10px;
	padding-top: 16px;
}
.label ul li {
	float: left;
	width: 255px;
	height: 97px;
	background: url(../img/vip_card_normal_h5.png);
	background-size: 100% 100%;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
}
.label ul li em {
	width: 60px;
	height: 30px;
	background: url(../img/recommendation.png);
	position: absolute;
	top: -16px;
}
.label ul li.width {
	width: 240px;
}
.label ul li.click {
	background: url(../img/vip_card_chosen_h5.png);
	background-size: 100% 100%;
}
.label ul li b {
	font-size: 18px;
	display: block;
	text-align: left;
	margin: 22px auto 8px;
	line-height: 20px;
	padding: 0 24px;
}
.label ul li span {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #d39751;
	text-align: left;
	padding: 0 24px;
}
.label ul li span strong {
	font-size: 32px;
	line-height: 34px;
	margin: 0 5px;
}
.label h5 {
	font-size: 16px;
	width: 645px;
	margin: 10px auto 15px;
	padding: 0 23px;
	color: #333;
}
.label h5 span {
	color: #D29956;
}
.privilege {
	width: 635px;
	margin: 0 auto;
	position: relative;
}
.privilege i {
	position: absolute;
	width: 19px;
	height: 19px;
	display: block;
	background-image: url(../img/icon.png);
	top: 22px;
	transition: 0.3s;
	cursor: pointer;
}
.privilLeft {
	left: 0;
	background-position: -529px -52px;
}
.privilRight {
	right: 0;
	background-position: -564px -52px;
}
.labelOl {
	width: 592px;
	margin: 0 35px;
	overflow-x: hidden;
	/*padding-bottom: 20px;*/
}
.label ol {
	overflow: auto;
	position: relative;
	transition: 0.3s;
	left: 0px;
}
.label ol li {
	width: 85px;
	margin: 0 5px;
	float: left;
	overflow: auto;
}
.label ol li b {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 6px;
}
.label ol li b img {
	display: block;
	height: 100%;
	width: 100%;
}
.label ol li span {
	font-size: 12px;
	display: block;
	text-align: center;
}
.purchase button {
    cursor: pointer;
    display: block;
    width: 237px;
    height: 56px;
    font-size: 18px;
    border-radius: 30px;
    margin: 23px auto;
    color: #eebe95;
    font-weight: bold;
    letter-spacing: 4px;
}

.sign {
	width: 100%;
	height: 95px;
	background: url(../img/bottomBanner1.jpg) center no-repeat;
	background-size: 1920px auto;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.sign p {
	font-size: 24px;
	color: #f9d7bf;
	margin-top: 40px;
    /*margin-left: 400px;*/
    text-align: right;
}


/* sso */


.header_19 .common .logo{
	width: 115px;
	height: 26px;
	background: url(../img/offcn_log.png) no-repeat top center;
	float: left;
	margin-top: 6px;
	display: none;
}

.header_19 .common .login-phone{
	float: right;
}

.header_19 .common .login-phone .login-box{
	float: left;
	color: #fff;
	margin-top: 15px;
	display: none;
}

.header_19 .common .login-phone .login-box .login-btn{
	float: left;
	font-size: 15px;
	cursor: pointer;
}
.header_19 .common .login-phone .login-box .line{
	float: left;
	width: 1px;
	height: 15px;
	background: #fff;
	margin: 0 10px;
	position: relative;
	top: 2px;
}
.header_19 .common .login-phone .login-box .reg{
	float: left;
	cursor: pointer;
}

.header_19 .common .login-phone .logged-box{
	float: left;
	display: none;
}
.header_19 .common .login-phone .logged-box .center .w-box{
	width: 112px;
	height: 48px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.header_19 .common .login-phone .logged-box .center div{
	float: left;
	color: #fff;
	line-height: 48px;
}

.header_19 .common .login-phone .logged-box .center .photo{
	width: 30px;
	height: 30px;
	background: url(../img/touxiang.png) no-repeat top center;
	margin-left: 9px;
	margin-right: 6px;
	margin-top: 9px;
}
.header_19 .common .login-phone .logged-box .center .line{
	float: left;
	width: 1px;
	height: 15px;
	background: #fff;
	margin-left:10px;
	margin-top: 16px;
}
.header_19 .common .login-phone .logged-box .w-box{
	position: relative;
}

.header_19 .common .login-phone .logged-box .w-box:hover{
	background: #faccd0;
}

.header_19 .common .login-phone .logged-box .w-box:hover .p1{
	color: #e60012;
}
.header_19 .common .login-phone .logged-box .w-box:hover .line{
	background: #faccd0;
}



.header_19 .common .login-phone .logged-box .list{
	display: none;
	position: absolute;
	left: 0;
	top: 48px;
	width: 112px;
	box-shadow: 0px 2px 10px -6px #333;
	background: #fff;
	padding: 12px 0;
	border-radius: 0 0 5px 5px;
	z-index: 1;
}
.header_19 .common .login-phone .logged-box .list >a{
	display: block;
	height: 30px;
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #333333;
}



.header_19 .common .login-phone .phone-pic{
	float: right;
	width: 142px;
	height: 18px;
	background: url(../img/phone.png) no-repeat top center;
	margin-top: 15px;
	margin-left: 18px;
}

.logout{
	display: inline-block;
	float: left;
    color: #fff;
    line-height: 48px;
}



.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}

/*.login-popup .pg{
	width: 550px;
	height: 385px;
	background: url(../img/login_bg.png) no-repeat top center;
	margin: -206px 0 0 -275px;
	position: absolute;
	top: 50%;
	left: 50%;
}*/
.login-popup .pg{
	width: 422px;
	/*height: 360px;*/
	background: #fff;
	margin: -206px 0 0 -275px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 7px;
}

.login-shadow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2000;
	display: none;
}
.login-popup .reg{
	display: none;
}
.login-popup ul {
	width: 360px;
	height: 45px;
	margin: 40px auto 30px;
	border-bottom: 1px solid #e6e6e6;
}
.login-popup ul li {
	float: left;
	font-size: 18px;
	margin-right: 40px;
	font-weight: bold;
	color: #b6b6b6;
	height: 48px;
	text-align: center;
}
.login-popup ul li:first-child {
	width: 74px;
}
.login-popup ul li:last-child {
	width: 138px;
}
.login-popup ul li:first-child.click {
	color: #333;
	background-image: url(../img/icon.png);
	background-position: -711px 0px;
	
}
.login-popup ul li:last-child.click {
	color: #333;
	background-image: url(../img/icon.png);
	background-position: -801px 0px;
	
}
.login-popup .pg .toast{
	display: none;
}

.login-popup .pg .h2{
	width: 205px;
	height: 46px;
	background: url(../img/logo_login.png) no-repeat top center;
	margin: 30px auto 30px;
}

.login-popup .pg .input-box{
	width: 360px;
	height: 48px;	
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	line-height: 42px;
	margin: 16px auto 0;
	position: relative;
}
.login-popup .pg .input-box input{
	width: 360px;
	height: 48px;
	border:1px solid #d9d9d9;
	box-sizing: border-box;
	padding-left: 20px;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
	line-height: 42px;
	display: block;
	background: #f4f4f4;
	border-radius: 7px;
	outline: none;
}
.login-popup .pg .input-box input.code{
	width: 360px;
}
.login-popup .pg .input-box .getcode{
	width: 130px;
	height: 48px;
	border:1px solid #e60012;
	color: #e60012;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	background: #fff;
	margin-left: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	border-radius: 7px;
}
.validate {
	width: 360px;
	height: 48px;
	border:1px solid #d9d9d9;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 0 auto;
	background: #f4f4f4;
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	border-radius: 7px;
	color: #666;
}
.login-popup .other{
	cursor: pointer;
}

.pg .input-box .getcode2{
	display: none;
}

.pg .login-btn{
	width: 360px;
	height: 48px;
	background: #e60012;
	border-radius: 7px;
	margin: 45px auto 40px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.pw .login-btn{
	background: #fce5e7;
}

.pw .login-btn.allow{
	background: #e60012;
}


.reg .div2 .left{
	margin-top: 19px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}
.reg .div2 .left span{
	color: #e60012;
}
.pg .nc_box{
	width: 450px;	
	box-sizing: border-box;
	margin: 0 auto 12px;
}

.pg .close-btn{
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/close_icon.png) no-repeat top center;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.pin {
	display: none;
}
.pin .div2{
	width: 450px;
	margin: 20px auto 0;
	font-size: 14px;
	color: #999999;
}

.pin .div2 .left{
	float: left;
}

.pin .div2 .right{
	float: right;
}
.pin .div2 .right span{
	cursor: pointer;
	color:#e60012;
}
.pg{
	display: none;
}

.pw .div2{
	width: 360px;
	margin: 0 auto 20px;
	font-size: 14px;
	color: #999999;
}
.pw .div2.div2_forget{
	margin-top: -5px;
}
.pw .div2 .forget{
	float: right;
}
.pw .div2 .left{
	float: left;
}

.pw .div2 .right{
	float: right;
	margin-top: 10px;
}
.pw .div2 .right span{
	cursor: pointer;
	color:#e60012;
}

.reset{
	display: none;
}

.reset .div2{
	width: 360px;
	margin: 8px auto 0;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}

.reset .div2 .right{
	float: right;
}
.reset .div2 .right span{
	cursor: pointer;
	color:#e60012;
}


.verify-wrap {
	width: 360px;
    height: 48px;
    border: 1px solid #d9d9d9;
	position:relative;
    margin: 0 auto;
    background: #f4f4f4;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    border-radius: 7px;
    color: #666;
}
.verify-wrap .drag-btn {
	position:absolute;
	left:-1px;
	top:0;
	width:48px;
	height:48px;
	background-image: url(../img/icon.png);
	background-position: -535px -96px;
	background-size: inherit;
	border-radius: 10px;
	z-index:2;
	cursor:move;
}
.verify-wrap .suc-drag-btn {
	width:48px;
	height:48px;
	background-image: url(../img/icon.png);
	background-position: -596px -96px;
}	
.verify-wrap .drag-progress {
	position:absolute;
	left:0;
	top:-1px;
	height:48px;
	border-top:1px solid #8cc54e;
	width:0;
	background-color:#8cc54e;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:48px;
    border-radius: 7px;
}
.verify-wrap .fix-tips,.verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0px;
	height: 100%;
	color: #51555c;
	z-index: 1;
	line-height: 48px;
	font-size: 14px;
	text-align: center;
    border-radius: 7px;
}
.verify-wrap .verify-msg{
	background-color:#7ac23c;
	color:#fff;
	display:none;
}

.part-write {
	background: #fff;
}
.part-gray {
	background: #f2f2f2;
}
.part-box-inner {
	width: 1135px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0 60px;		
}
.part-title {
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 44px;
	color: #1c1c1c;
	margin-bottom: 30px;
	font-weight: bold;
}
.part-title-icon {
	width: 120px;
	height: 8px;
	margin: 0 auto 20px;
	border-radius: 4px;
	background: #fe0000;
}
.part-txt-box {
	margin-bottom: 30px;
}
.part-txt {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #292929;
}
.part-img {
	width: 1135px;
	height: auto;
}

.part-one {
	height: 684px;
	overflow: hidden;
	background: url(../img/jpg1.jpg) center;
	background-size: 1143px 684px;
}
.part-one h1 {
	margin-top: 90px;
	font-size: 40px;
	text-align: center;
}
.part-one p {
	font-size: 20px;
	margin-top: 70px;
	margin-bottom: 64px;
	text-align: center;
}
.part-one ul li {
	float: left;
	margin-left: 134px;
	width: 400px;
	margin-bottom: 88px;
}
.part-one ul li:nth-child(2),.part-one ul li:nth-child(4) {
	margin-left: 165px;
}
.part-one ul b {
	font-size: 28px;
	display: block;
	margin-bottom: 30px;
}
.part-one ul span {
	font-size: 20px;
	display: block;
}
.part-two {
	background: url(../img/jpg2.jpg) center no-repeat;
	height: 745px;
	width: 100%;
	overflow: hidden;
}
.part-two h1 {
	margin-top: 80px;
	font-size: 40px;
	text-align: center;
}
.part-two p {
	font-size: 20px;
	line-height: 40px;
	margin-top: 50px;
	margin-bottom: 250px;
	text-align: center;
}
.part-two ul li {
	float: left;
	line-height: 32px;
	font-size: 20px;
	width: 204px;
	margin-right: 79px;
	color: #666666;
}
.part-two ul li:first-child {
	margin-left: 32px;
	margin-top: 10px;
}
.part-two ul li:nth-child(2) {
	margin-top: 30px;
}
.part-two ul li:last-child {
	margin-right: 0;
	margin-top: 35px;
}
.part-tree {
	height: 944px;
	overflow: hidden;
	background: url(../img/jpg3.jpg) center;
	background-size: 1100px 944px;
}
.part-tree h1 {
	margin-top: 90px;
	font-size: 40px;
	text-align: center;
}
.part-tree p {
	font-size: 20px;
	margin-top: 40px;
	line-height: 40px;
	text-align: center;
}
.part-tree p:last-child {
	margin-top: 417px;
}

