/*css初始化.*/
html {
	-ms-overflow-style: none;
}

/* .agreement-text::-webkit-scrollbar {
    width: 10px;
} */
html::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

html::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #d4d4d4;
}

html::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ededed;
}

body, ul, p, h1, h2, h3, h4, h5, h6, input, dl, dd, form {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

body {
	font: arial, 'microsoft yahei';
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

i, em {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
}

/* a:hover {
    color: #23b8ff;
} */
input, textarea {
	outline: 0;
	border: 0;
}

button {
	border: none;
}

img {
	/*清除ie6下图片默认边框*/
	border: 0 none;
	/*清除图片底部默认缝隙*/
	vertical-align: middle;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}


.fr {
	float: right;
}



.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px !important;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/* 鼠标滑过样式*/
button:hover {
	cursor: pointer;
	background-color: #0099da !important;
	color: #fff !important;
}

.training-div-box p:hover, .training-op small:hover, .catalog-boxb p:hover, .trainingbox2-left-top span:hover, .cl-ul>li>a:hover {
	color: #23b8ff;
}

.training-top a:hover {
	text-decoration: underline #333;
}

.training-top a {
	display: flex;
	font-size: 16px;
}

.vide-right p:hover {
	background: rgba(58, 58, 58, 1)
}



/* 头部 */
.header {
	width: 100%;
	height: 130px;
	position: fixed;
	background-color: #fff;
	z-index: 9999;
}

.header2 {
	width: 100%;
	height: 130px;
}

.top {
	height: 80px;
	line-height: 80px;
}

.top-left {
	float: left;
}

.top-right {
	float: right;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	line-height: normal;
}

.headpor {
	height: 38px;
	width: 38px;
	border-radius: 50%;
	float: left;
}

.headpor img {
	height: 38px;
	width: 38px;
	border-radius: 50%;
}

.toptext {
	float: left;
	margin-left: 8px;
}

.toptext-p1 {
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
	display: flex;
	align-items: center;
}

#headpor-icon {
	position: absolute;
	bottom: 20px;
	left: 22px;
	width: 16px;
	height: 16px;
}

.toptext-p1 img {
	width: 18px;
	height: 16px;
	margin-left: 5px;
}

.toptext-p1 span {
	font-size: 16px;
	color: #26ace4;
	margin-left: 10px;
}

.toptext-p2 {
	font-size: 14px;
	color: #b3b3b3;
	line-height: 20px;
}

.aftive {
	border-bottom: 2px solid #2da6df;
	/*display: block;*/
}

.aftive span{
	display:block;
	height:36px;
	line-height:36px;
	font-weight: bold;
}

/*.dian {*/
	/*width: 6px;*/
	/*height: 6px;*/
	/*border-radius: 50%;*/
	/*background-color: #b4e2f6;*/
	/*margin-left: 10px;*/
/*}*/

.dian2 {
	margin-left: 0;
	margin-right: 10px;
}

/* 底部 */
footer {
	width: 100%;
	height: 98px;
	background: rgba(65, 65, 65, 1);
	text-align: center;
	padding-top: 32px;
}

footer p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(212, 212, 212, 1);
	line-height: 32px;
}

/* 内容 */
.training {
	background-color: #F6F5F8;
}

.training-top {
	background-color: #fff;
	padding-top: 30px;
}

.training-top h5 {
	/* margin-top: 30px; */
	font-size: 18px;
	/* font-weight: bold; */
	color: rgba(51, 51, 51, 1);
	line-height: 27px;
	display: flex;
	align-items: center;
	/* flex-wrap: nowrap; */
	/* width: 100%; */
	/* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.training-top h5 img {
	margin-right: 7px;
}

.training-op {
	min-height: 35px;
	display: flex;
	/* align-items: center; */
	padding: 16px 0;
	border-bottom: 1px solid #EEEEEE;
}

.training-op:last-child {
	border-bottom: 0;
}

.training-op span {
	display: inline-block;
	font-size: 16px;
	width: 48px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	/* font-weight: bold; */
}

.training-op-box {
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
}

.training-op small {
	display: block;
	/* width: 48px; */
	padding: 0 10px;
	height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 27px;
	text-align: center;
	line-height: 34px;
	margin-left: 18px;
	margin-right: 6px;
	cursor: pointer;
}

.active1 a{
	color: #FFFFFF !important;
	background-color: #25ACE4;
	border-left:none !important;
	border-right:none !important;
	font-weight: bold;
}

.training-bottom {
	padding-bottom: 135px;
}

.training-bottom h6 {
	margin-top: 24px;
	margin-left: 8px;
	font-size: 15px;
	font-weight: bold;
	color: rgba(102, 102, 102, 1);
}

.training-bottom h6 span {
	color: #26ACE4;
}

.training-div {
	width: 278px;
	height: 280px;
	border-radius: 5px;
	margin-top: 25px;
	position: relative;
	float: left;
	margin-right: 4px;
	cursor: pointer;
	padding: 8px;
	border: 1px solid transparent;
}

.training-hover {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
}

.training-div:hover {
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd;
}

.training-div .training-div-s {
	width: 278px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
}

.training-box .training-div:nth-child(4n) {
	margin-right: 0;
}

.training-div .training-div-s>img {
	height: 162px;
	border-radius: 5px 5px 0px 0px;
	max-width: 100%;
}

.training-img {
	width: 100px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	height: 33px;
	background: url(../images/logo1.png) no-repeat;
	background-size: 100%;
	text-align: center;
	line-height: 27px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.training-div-box {
	padding: 0 23px;
}

.training-div-box p {
	width: 250px;
	margin-top: 23px;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 900;
}

.training-div-box .training-div-boxp {
	font-size: 14px;
	margin-top: 5px;
	line-height: normal;
	color: #999;
	font-weight: 500;
}

.training-p1 {
	margin-top: 10px;
}

.training-p1 span {
	font-size: 18px;
	color: rgba(240, 49, 55, 1);
	line-height: 27px;
	float: left;
}

.training-p1 small {
	font-size: 14px;
	color: #999999;
	line-height: 27px;
	float: right;
}

.training-p1 small a {
	color: #656565;
}

.training-top h5 span {
	display: inline-block;
	width: 500px;
	color: #26ACE4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.training-top h5 small {
	font-size: 18px;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trainingbox {
	margin: 0 auto;
	width: 1200px;
	height: 406px;
	background: rgba(255, 255, 255, 1);
	margin-top: 30px;
}

.trainingbox-img {
	width: 578px;
	height: 322px;
	border-radius: 5px;
	margin-top: 40px;
	margin-left: 40px;
	float: left;
	text-align: center;
}

.trainingbox-img img {
	max-width: 100%;
	height: 323px;
}

.trainingbox-text {
	float: left;
	margin-left: 34px;
	height: 323px;
	margin-top: 40px;
	width: 540px;
}

.trainingbox-p {
	margin-top: 25px;
	font-size: 20px;
	/* font-family: 'Source Han Sans CN'; */
	/* font-weight: bold; */
	/* height: 52px; */
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 900;
}

.trainingbox-box1 {
	margin-top: 20px;
}

.trainingbox-box1 span {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.trainingbox-box1 small {
	display: inline-block;
	padding: 0 10px;
	/* width: 52px; */
	height: 30px;
	background: rgba(235, 249, 255, 1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	text-align: center;
	line-height: 30px;
	margin-left: 14px;
}

.trainingbox-box2 {
	display: flex;
	margin-top: 20px;
}

.trainingbox-box2 span {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.trainingbox-box2>img {
	margin-left: 20px;
	margin-right: 20px;
}

.trainingbox-box3 {
	margin-top: 30px;
}

.trainingbox-box3-p {
	font-size: 20px;
	/* font-weight: bold; */
	color: rgba(240, 49, 55, 1);
}

.trainingbox-box4 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.trainingbox-box4 img {
	margin-right: 6px;
}

.trainingbox-box5 {
	margin-top: 30px;
}

.trainingbox-box5 .btn {
	width: 150px;
	height: 50px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 50px;
}

.trainingbox-box5 .btn2 {
	width: 150px;
	height: 50px;
	background: rgba(255, 255, 255, 1) !important;
	border: 1px solid rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 18px;
	font-weight: 400;
	color: #26ACE4 !important;
	text-align: center;
	line-height: 50px;
	margin-left: 15px;
}

.trainingbox2 {
	margin-top: 20px;
	padding-bottom: 70px;
	/* width: 1205px; */
	/* height: 1477px; */
}

.trainingbox2-left {
	background-color: #fff;
	width: 852px;
	float: left;
}

.trainingbox2-left-top {
	width: 100%;
	height: 68px;
	line-height: 68px;
	background: rgba(250, 250, 250, 1);
}

.tran-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.trainingbox2-left-top span {
	display: inline-block;
	width: 194px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	height: 68px;
	line-height: 68px;
	cursor: pointer;
}

.trainingbox2-left-top span.active2 {
	background-color: #fff;
	font-weight: bold;
	color: rgba(38, 172, 228, 1);
}

.trainingbox2-left-top span.active2::before {
	content: '';
	display: block;
	width: 194px;
	height: 2px;
	background: rgba(38, 172, 228, 1);
	line-height: normal;
}

.trainingbox2-left-bottom {
	background-color: #fff;
	width: calc(100% - 84px);
	padding-left: 44px;
	padding-right: 40px;
	padding-bottom: 75px;
	min-height: 610px;
}

.rainingbox2-left-bottomp1 {
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 34px;
}

.rainingbox2-left-bottomp2 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 32px;
	margin-top: 20px;
}

.rainingbox2-left-img img {
	width: 745px;
	margin-top: 34px;
}

.trainingbox2-right {
	/* float: right; */
	width: 333px;
	min-height: 412px;
	padding-bottom: 45px;
	background: rgba(255, 255, 255, 1);
	padding-top: 25px;
}

.trainingbox2-right>p {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	/* margin-top: 25px; */
	margin-left: 26px;
}

.tea-introduction {
	width: 100%;
	text-align: center;
}

.tea-introduction img {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin-top: 26px;
}

.tea-introduction p {
	font-size: 18px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 20px;
}

.tea-text {
	width: 270px;
	min-height: 142px;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 32px;
	margin-left: 23px;
	margin-top: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
	/*IE*/
}

.trainingbox3-right {
	/* float: right; */
	width: 333px;
	height: 280px;
	background: rgba(255, 255, 255, 1);
	margin-top: 15px;
}

.trainingbox3-right img {
	width: 333px;
	height: 280px;
}

.trainingbox-box6 {
	width: 279px;
	height: 30px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(240, 49, 55, .5);
	/* opacity: 0.5; */
	border-radius: 15px;
	line-height: 30px;
	margin-top: 10px;
}

.trainingbox-box6 span {
	font-size: 15px;
	font-weight: 400;
	color: rgba(240, 49, 55, 1);
	margin-left: 16px;
}

.trainingbox-box6 small {
	display: inline-block;
	width: 88px;
	height: 23px;
	background: rgba(240, 179, 49, 1);
	border-radius: 12px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
}

.trainingbox2-left-bottom>p {
	/* height: 40px; */
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
	margin-top: 10px;
}

.trainingbox2-left-bottom .look {
	height: 40px;
	background: rgba(250, 250, 250, 1);
}

.trainingbox2-left-bottom>p span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 40px;
	float: right;
	display: flex;
	align-items: center;
}

.trainingbox2-left-bottom>p span a img {
	width: 14px;
	height: 14px;
	margin-left: 22px;
	margin-right: 10px;
}

.trainingbox2-left-bottom>p span small {
	font-size: 14px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	line-height: 40px;
}

.exam {
	width: 1200px;
	/* height: 1193px; */
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 56px;
	/* margin-bottom: 65px; */
}

.exam-top {
	width: 100%;
	text-align: center;
	padding-top: 67px;
}

.exam-top h4 {
	font-size: 22px;
	color: rgba(51, 51, 51, 1);
}

.exam-top p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 600px;
	margin: 0 auto;
}

.exam-line {
	padding: 0 58px;
	margin-top: 36px;
}

.demo--label {
	margin: 20px 20px 0 0;
	display: block;
}

.multiple {
	margin-left: 126px;
	margin-top: 54px;
	width: 1000px;
	font-size: 16px;
	font-weight: 400;
}

.multiple p {
	display: inline-block;
	color: rgba(51, 51, 51, 1);
}

.multiple p span {
	display: inline-block;
	width: 36px;
	height: 20px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 28, 81, 1);
	border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 28, 81, 1);
	line-height: 20px;
	text-align: center;
}

.multiple small {
	font-size: 16px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	/* margin-left: 10px; */
}

.exam-box {
	text-align: center;
	width: 100%;
	margin-top: 59px;
}

.exam-box button {
	width: 150px;
	height: 50px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
	text-align: center;
}

.demo--label {
	margin-top: 34px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.demo--radio {
	display: none;
}

.demo--radioInput {
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	margin-top: -1px;
	vertical-align: middle;
	width: 18px;
	line-height: 1
}

.demo--radio:checked+.demo--radioInput:after {
	background-color: #00A1E9;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 4px;
	margin-top: 4px;
	width: 10px
}

#testdan-err {
	/* border-radius: 100%;
    content: ""; */
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url('../images/test-s.png') 50% 50% no-repeat;
	border: 2px solid #FF1B51;
	/*此处同上*/
	background-size: 10px 10px;
	background-color: #FF1B51;
}

#testdan-yes {
	/* border-radius: 100%;
    content: ""; */
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url('../images/ch.png') 50% 50% no-repeat;
	border: 2px solid #00A1E9;
	/*此处同上*/
	background-size: 14px 9px;
	background-color: #00A1E9;
}

.demo--checkbox.demo--radioInput, .demo--radio:checked+.demo--checkbox.demo--radioInput:after {
	border-radius: 0
}

.demo--radio:checked+.demo--radioInput {
	border: 2px solid #00A1E9;
}

#tan1, #tan2 {
	text-align: center;
}

#tan1 p {
	width: 304px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 34px;
	margin: 0 auto;
	margin-top: 65px;
}

#tan1 button, #tan2 button {
	width: 130px;
	height: 46px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	text-align: center;
	margin-top: 44px;
}

.grade {
	width: 99px;
	height: 100px;
	background: url(../images/grade.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 100px;
	text-align: center;
	margin: 0 auto;
	margin-top: 28px;
}

#tan2 p {
	width: 360px;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 32px;
	margin: 0 auto;
}

/*多选按钮样式设置*/
.select {
	position: relative;
}

.select li {
	margin-top: 34px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.select .checkbox {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	cursor: pointer;
}

/*label input*/
.select .checkbox input {
	position: absolute;
	left: -2000px;
}

.select .checkbox i {
	/* border: 2px solid #00A1E9; */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 1);
	border: 2px solid rgba(193, 193, 193, 1);
	border-radius: 2px;
	border-radius: 5px;
	margin-right: 10px;
	/* background: url('checkbox_select.png') left top no-repeat; */
	/* background-color: #00A1E9; */
	/*IE9+、Firefox 4+、Opera、Chrome 以及 Safari 5+ 支持 background-size*/
	background-size: cover;
	/*火狐浏览器*/
	-moz-background-size: cover;
	/*chrome和safari*/
	-webkit-background-size: cover;
}

.select .checkbox input:checked+i {
	background: url('../images/ch.png') 50% 50% no-repeat;
	border: 2px solid #00A1E9;
	/*此处同上*/
	background-size: 14px 9px;
	background-color: #00A1E9;
}

.select #test-err {
	background: url('../images/test-s.png') 50% 50% no-repeat;
	border: 2px solid #FF1B51;
	/*此处同上*/
	background-size: 10px 10px;
	background-color: #FF1B51;
}

.select #test-yes {
	background: url('../images/ch.png') 50% 50% no-repeat;
	border: 2px solid #00A1E9;
	/*此处同上*/
	background-size: 14px 9px;
	background-color: #00A1E9;
}

.tdinput input {
	position: absolute;
	left: -2000px;
}

.tdinput i {
	display: block;
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(193, 193, 193, 1);
	border-radius: 2px;
	/* border-radius: 5px; */
	/* margin-right: 10px; */
	background-size: cover;
	/*火狐浏览器*/
	-moz-background-size: cover;
	/*chrome和safari*/
	-webkit-background-size: cover;
}

.tdinput .checkbox input:checked+i {
	background: url('../images/ch.png') 50% 50% no-repeat;
	border: 1px solid #00A1E9;
	/*此处同上*/
	background-size: 14px 9px;
	background-color: #00A1E9;
}

/*/多选按钮样式设置*/
.training-p2 {
	width: 242px;
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	margin-top: 10px;
}

.training-p3 {
	height: auto !important;
}

.vide-top {
	height: 90px;
	line-height: 90px;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.vide-top span {
	display: inline-block;
	width: 161px;
	height: 43px;
	background: rgba(246, 246, 246, .15);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(197, 197, 197, 1);
	text-align: center;
	line-height: 43px;
	margin-right: 43px;
}

.vide-right {
	width: 343px;
	height: 100%;
	background: rgba(41, 41, 41, 1);
	float: right;
	overflow-y: auto;
	overflow-x: hidden;
}

.vide-right h3 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 14px;
	margin-top: 90px;
	margin-left: 48px;
	margin-bottom: 20px;
}

.vide-right p {
	padding-left: 48px;
	width: 342px;
	height: 47px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(218, 218, 218, 1);
	line-height: 48px;
	cursor: pointer;
	max-width: 260px;
	padding-right: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* background: rgba(58, 58, 58, 1); */
}

.pp1 {
	cursor: pointer;
}

.trainingbox2-left-bottom>p .spam, .trainingbox2-left-bottom>p .play_video {
	display: none;
}

.video {
	background-color: #fff;
	width: 100%;
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	bottom: 10px;
}

.acti {
	background: rgba(58, 58, 58, 1);
}

.vide-left {
	float: left;
	width: calc(100% - 343px);
	height: 100%;
}

.lessons>p {
	height: auto;
}

.lessons-p {
	width: 252px;
	font-size: 14px !important;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px !important;
}

.lessons .training-p1 {
	margin-top: 5px;
}

.less-box {
	width: 100%;
}

#tan2 .less-box>button:nth-child(1) {
	background-color: #fff;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	color: rgba(51, 51, 51, 1);
	margin-right: 25px;
}

#tan3 {
	width: 163px;
	height: 102px;
	background: rgba(51, 51, 51, .9);
	text-align: center;
}

#tan3 img {
	margin-top: 20px;
}

#tan3 p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 10px;
}

.trainingbox-box3-p span {
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.less-div {
	margin-top: 20px;
}

.less-div-box {
	width: 788px;
	min-height: 52px;
	background: rgba(250, 250, 250, 1);
	margin-top: 10px;
	/* display: flex;
    align-items: center; */
	line-height: 52px;
	cursor: pointer;
}

.sj {
	margin-left: 18px;
}

.wjj {
	margin-left: 6px;
}

.less-hidebox {
	background-color: #fff;
	width: 100%;
	display: none;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.less-hidebox .less-hidebox-p {
	line-height: 56px;
}

.less-hidebox .less-hidebox-p>span {
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin-left: 64px;
}

.less-hidebox .less-hidebox-p>img {
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

.less-hidebox2 {
	display: none;
	cursor: pointer;
}

.less-hidebox-p2 {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.hoverbg {
	background: rgba(250, 250, 250, 1);
}

.less-hidebox-p2>img {
	margin-left: 64px;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.rotate180 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.rotate90 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
}

.less-hidebox-p2 span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	float: right;
}

.less-hidebox-p2 span small {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-left: 20px;
}

.back {
	background-color: rgba(38, 172, 228, .1);
	color: rgba(38, 172, 228, 1);
}

.course {
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: rgba(255, 255, 255, 1);
	box-shadow: -3px 4px 8px 0px rgba(0, 0, 0, 0.05);
	z-index: 99999;
	position: fixed;
}

.course span {
	font-size: 18px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	margin-left: 37px;
}

.course img {
	margin: 0 22px;
	vertical-align: inherit;
}

.course small {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.catalog {
	/* width: 358px; */
	/* min-height: calc(100% - 66px); */
	/* height: 100%; */
	/* height: 877px; */
	background: rgba(255, 255, 255, 1);
	float: left;
	cursor: pointer;
	margin-top: 66px;
	padding-top: 30px
}

.catalog-box {
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}

.ja {
	margin: 0 5px;
}

.catalog-boxa {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	padding-left: 38px;
	cursor: pointer;
}

.catalog-boxb {
	display: none;
	cursor: pointer;
}

.catalog-boxb p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 35px;
	height: 38px;
	padding-left: 47px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.catap {
	background: rgba(241, 241, 241, 1);
}

.catalog-boxb img {
	margin-right: 10px;
}

.hidhide p span {
	display: inline-block;
	width: 167px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* line-height: normal; */
}

.comment, .catalog {
	min-height: calc(100% - 66px);
}

.sr-com {
	height: calc(100% - 66px);
}

.comment {
	background: rgba(255, 255, 255, 1);
	float: right;
	margin-top: 66px;
	padding-top: 60px;
}

.comment-box {
	padding-left: 20px;
	/* padding-right: 20px; */
}

.comment-box h5 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.combox-top {
	margin-top: 28px;
}

.combox-top img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.combox-top span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	margin-left: 5px;
}

.combox-text {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	text-align: justify;
	margin-left: 43px;
	padding-right: 20px;
	/* text-justify: inter-ideograph; */
}

.combox-p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 35px;
	margin-left: 43px;
}

.comment-box {
	height: 65%;
	overflow: auto;
}

.comment-box::-webkit-scrollbar {
	width: 0;
}

.comment-bot {
	height: 232px;
	border-top: 1px solid #ddd;
	text-align: center;
	margin-top: 10px;
	position: relative;
}

.comment-bot p {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-top: 20px;
	text-align: left;
	padding-left: 20px;
}

.comment-bot p span {
	float: right;
	width: 52px;
	height: 25px;
	background: rgba(38, 172, 228, 1);
	border-radius: 13px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	line-height: 25px;
	text-align: center;
}

.comment-bot textarea {
	width: 90%;
	/* height: 153px; */
	height: 66%;
	background: rgba(246, 246, 246, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 3px;
	resize: none;
	margin: 0 auto;
	margin-top: 20px;
}

.comment-bot textarea::-webkit-scrollbar {
	width: 0;
}

.numin {
	display: inline-block;
	background: rgba(246, 246, 246, 1);
	width: 60px;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.matter {
	float: left;
	margin-top: 66px;
	width: 100%;
	height: 77%;
}

.mat-p {
	font-size: 24px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-top: 30px;
	margin-left: 25px;
}

.imgsp {
	width: calc(100% - 50px);
	margin-left: 25px;
	margin-top: 10px;
}

#tupian .imgsp .spa {
	width: 100%;
	height: 77%;
	height: 690px;
	text-align: center;
	background-color: #0C0C0C;
}

#tupian .imgsp .spa img {
	height: 690px;
	max-width: 100%;
}

.imgsp-box {
	width: 100%;
	height: 76px;
	line-height: 76px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
}

.imgsp-box span {
	display: inline-block;
	width: 130px;
	height: 30px;
	line-height: 30px;
}

.imgsp-box span .shang {
	margin-right: 86px;
	cursor: pointer;
}

.imgsp-box span .xia {
	/* margin-right: 86px; */
	cursor: pointer;
}

.imgsp-box .fd {
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	cursor: pointer;
}

#tan4 img {
	max-width: 100%;
	height: 100%;
	position: absolute;
}

.box-audio {
	/* background: rgba(37, 45, 59, 1); */
	/* background:url(../images/yp.png) no-repeat; */
	background-size: 100% 100%;
	/* margin: 0 20px; */
	position: absolute;
	height: 100%;
	width: 100%;

	/* top: 86px; */
	/* bottom: 54px; */
}

#btn-audio {
	width: 32px;
	height: 32px;
}

.btn-img {
	/* position: relative; */
	/* height: 100%;
    width: 100%; */
	/* height: calc(100% - 54px); */

}

.btn-bottom {
	position: absolute;
	height: 100%;
	width: 100%;
	height: 54px;
	line-height: 54px;
	bottom: 0;
	background: rgba(37, 45, 59, 1);
}

.controls {
	margin-left: 28px;
	height: 54px;
	display: flex;
	align-items: center;
}

.controls span, .controls small {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1) !important;
}

.playau {
	text-align: center;
}

.playau img {
	width: 40px;
	height: 40px;
}

.fdau {
	float: right;
	margin-right: 30px;
	/* margin-top: 25px; */
}

#operation tbody {
	height: 260px;
	width: 100%;
}

#operation thead {
	width: 100%;
}

#operation tbody tr {
	width: 100%;
}

#operation table {
	margin: 0 42px;
	width: calc(100% - 84px);
	/* margin-bottom: 68px; */
}

#operation table tr {
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #eee;
}

#operation thead tr th {
	line-height: normal;
	padding-bottom: 10px;
	color: #666 !important;
}

#operation table tr td:nth-child(1), #operation table tr th:nth-child(1) {
	padding-left: 54px;
	text-align: left;
}

#operation table tr td, #operation table tr th {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

#operation table tr td img {
	margin-right: 20px;
}

#operation table tr td span {
	font-size: 14px;
	color: rgba(38, 172, 228, 1);
	line-height: 35px;
}

#operation table tr td small {
	font-size: 14px;
	color: #333;
	line-height: 35px;
}

#operation table tr td small img {
	margin: 0 15px;
}

.demo-bottom {
	width: 100%;
	height: 68px;
	background: rgba(248, 248, 248, 1);
	border-radius: 0px 0px 5px 5px;
	margin-top: 34px;
	line-height: 68px;
	position: fixed;
	bottom: 0
}

.demo-botbox {
	float: left;
	display: flex;
	line-height: 68px;
	margin-left: 40px;
}

.demo-botbox label {
	display: flex;
	align-items: center;
	line-height: 68px;
}

.allzxbox {
	width: 118px;
	height: 100%;
	display: flex;
	align-items: center;
	float: right;
	margin-right: 47px;
}

.allxz {
	width: 118px;
	height: 43px;
	background: rgba(38, 172, 228, 1);
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 43px;
	text-align: center;
}

.indent {
	width: 100%;
	background-color: #F6F6F6;
	padding-top: 30px;
	padding-bottom: 60px;
}

.indent-box {
	width: 1084px;
	height: 650px;
	background: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding: 0 58px;
	padding-top: 22px;
}

.indent-box-top {
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
}

.indent-box-top h5 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.indent-box-top img {
	margin-left: 10px;
	margin-right: 5px;
}

.indent-box-top span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.indent-box-cont {
	height: 164px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
}

.box-cont-left {
	width: 197px;
	height: 110px;
}

.box-cont-left img {
	width: 197px;
	height: 110px;
}

.box-cont-right {
	width: 860px;
	float: left;
	height: 110px;
	margin-left: 30px;
}

.box-cont-right p {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
	margin-top: 10px;
}

.box-cont-right p span {
	font-size: 18px;
	font-weight: bold;
	color: rgba(240, 49, 55, 1);
	float: right;
}

.box-cont-right .box-cont-rightp {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
}

.pattern {
	height: 160px;
	border-bottom: 1px solid #e9e9e9;
}

.pattern p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 50px;
}

.pattern .btn-img {
	display: flex;
}

.pattern .btn-img div {
	width: 170px;
	height: 72px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	text-align: center;
	line-height: 72px;
	margin-right: 36px;
}

.zfb, .weixin {
	position: relative;
	cursor: pointer;
}

.snajiao {
	position: absolute;
	right: 0;
	bottom: 0;
}

.active3 {
	border: 1px solid rgba(38, 172, 228, 1) !important;
	/* color: rgba(38, 172, 228, 1); */
}

.money p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 50px;
}

.money .money-p2, .money .money-p3 {
	line-height: 38px;
}

.money p span {
	color: #F03137;
}

.payment {
	float: right;
	display: flex;
	height: 46px;
	align-items: center;
	margin-top: 20px;
}

.payment p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.payment p span {
	color: #F03137;
	cursor: pointer;
}

.payment-but button {
	width: 130px;
	height: 46px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	text-align: center;
	float: right;
	margin-left: 10px;
}

.tan9-text {
	width: 877px;
	height: 350px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin: 0 auto;
	margin-top: 40px;
	padding-right: 50px;
	margin-left: 40px;
}

.tan9-but {
	width: 100%;
	text-align: center;
}

.tan9-but button {
	width: 263px;
	height: 55px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 55px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.lineitem {
	background-color: #F6F6F6;
	padding-top: 30px;
	padding-bottom: 290px;
}

.lineitem-box {
	width: 1200px;
	min-height: 348px;
	background: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding-top: 72px;
	padding-bottom: 46px;
}

.lineitem-p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 36px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lineitem-p span {
	font-size: 22px;
	color: rgba(254, 0, 0, 1);
	line-height: 36px;
}

.lineitem-p small {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 36px;
	margin-left: 20px;
	cursor: pointer;
}

.lineitem-p small img {
	margin-left: 5px;
}

.lineitem-p2 {
	width: 260px;
	margin: 0 auto;
	display: none
}

.lineitem-p2 p {
	display: flex;
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
	text-align: left;
}

.lineitem-p3 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 36px;
	text-align: center;
}

.ewm {
	width: 186px;
	height: 194px;
	margin: 0 auto;
	margin-top: 30px;
}

.ewm p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 36px;
}

.payorder {
	background-color: #F6F6F6;
	padding-bottom: 76px
}

.payorder>p {
	width: 1200px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.payorder-box {
	width: 1200px;
	height: 571px;
	background: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding-top: 87px;
	text-align: center;
}

.payorder-p1 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-top: 20px;
}

.payorder-p2 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 50px;
}

.payorder-p3 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.payorder-box p span {
	color: #FE0000;
}

.payorder-but {
	margin-top: 59px;
}

.payorder-but1 {
	width: 130px;
	height: 46px;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 46px;
	text-align: center;
	margin-right: 40px;
}

.payorder-but2 {
	width: 130px;
	height: 46px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 46px;
	text-align: center;
}

.login {
	width: 1100px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login-p {
	margin-top: 35px;
	text-align: center;
}

.login-box {
	width: 1100px;
	height: 540px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 6px 20px 0px rgba(152, 152, 152, 0.25);
	border-radius: 5px;
	margin-top: 40px;
}

.login-top {
	height: 54px;
	line-height: 54px;
}

.login-top .fr {
	display: flex;
	align-items: center;
}

.login-top .fr img {
	margin-right: 10px;
}

.login-top .fr span {
	font-size: 24px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}



.login-box>.fr {
	width: 460px;
	text-align: center;
}

.login-box .fr h6 {
	font-size: 22px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	line-height: 27px;
	margin-top: 50px;
	margin-bottom: 17px;
}

.input-box {
	position: relative;
	height: 46px;
	line-height: 46px;
	margin-top: 28px;
}

.input-box>img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 76px;
}

.input-box p, .pass-box p {
	height: 20px;
	line-height: 28px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(240, 49, 55, 1);
	text-align: left;
	margin-left: 65px;
	display: flex;
	align-items: center;
}

.input-box p img, .pass-box p img {
	margin-right: 2px;
}

.input-box input {
	width: 288px;
	height: 46px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	padding-left: 48px;
}

.input-box .yzm {
	width: 168px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	/* margin-left: 88px; */
}

.login-hint {
	height: 24px;
	margin-top: 0;
	margin-left: 62px;
	display: flex;
	align-items: center;
}

.login-hint img {
	margin-right: 2px;
}

.input-yzm {
	display: flex;
	justify-content: center;
}

.detail-second>.pass-box {
	margin-top: 0px;
}

.yzmtp {
	width: 110px;
	height: 46px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	margin-left: 10px;
	text-align: center;
	line-height: 46px;
}

.yzmtp img {
	width: 88px;
	height: 43px;
	border-radius: 3px;
}

.login-but button {
	margin-top: 28px;
	width: 336px;
	height: 46px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
}

.zhuce {
	margin: 0 auto;
	width: 336px;
	height: 46px;
	/* margin-left: 88px; */
	margin-top: 26px;
	font-size: 16px;

	/* line-height: 46px; */
}

.zhuce span {
	color: #26ACE4;
	cursor: pointer;
	font-size: 16px;
}

.pass-box {
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-top: 20px; */
}

.pass-box input {
	width: 266px;
	height: 46px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	padding-left: 10px;
}

.pass-box .pass-boxtext {
	width: 80px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-right: 15px;
	text-align: right;
	/* margin-left: 70px; */
}

.txyzm input {
	width: 140px;
	height: 46px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
}

.txyzm .yzmtp, .pass-p span {
	color: #26ACE4;
	cursor: pointer;
	font-size: 16px;
}

.pass-p {
	margin-top: 26px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.pass-box .xb {
	width: 266px;
	height: 46px;
	align-items: center;
	display: flex;
}

.pass-box .xb .demo--label {
	margin-top: 0;
}

.pass-box .xb .demo--radio:checked+.demo--radioInput:after {
	margin-left: 0px;
}

/* layui */
.layui-fluid, .layui-row {
	padding: 0 !important;
	height: 100% !important;
}

#layui-layer1, #tanw {
	border-radius: 5px !important;
}

#laypagebox {
	text-align: center;
	margin-top: 46px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: rgba(38, 172, 228, 1) !important;
}

.layui-laypage a, .layui-laypage span {
	height: 40px !important;
	font-size: 15px !important;
	line-height: 40px !important;
	padding: 0 20px !important;
}

/*2020.4.20 wxs*/

/*我的账户-安全设置*/
.bg-color {
	background-color: #f6f6f6;
	padding: 50px 0px;
	box-sizing: border-box;
}

.con-left {
	width: 202px;
	min-height: 550px;
	height: auto;
	border-radius: 10px;
	background-color: #fff;
	float: left;
}

.ul-tit {
	font-size: 18px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}

.con-left>.cl-ul:last-child {
	border-bottom: none;
}

.cl-ul>li>a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 50px;
	padding-left: 55px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
}

.sel {
	background-color: #f4fbfe;
	background-image: url(../images/line-sel.png) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: auto 100%;
}

.sel a {
	color: #26ace4 !important;
}

.cl-ul>li {
	height: 50px;
	line-height: 50px;
	background-position: left 35px center;
	background-repeat: no-repeat;
}

/* .icon1 {
    background: url(../images/icon1.png) no-repeat left 32px center !important;
}

.icon2 {
    background: url(../images/icon2.png) no-repeat left 32px center !important;
}

.icon3 {
    background: url(../images/icon3.png) no-repeat left 32px center !important;
}

.icon4 {
    background: url(../images/icon4.png) no-repeat left 32px center !important;
}

.icon5 {
    background: url(../images/icon5.png) no-repeat left 32px center !important;
}

.icon6 {
    background: url(../images/icon6.png) no-repeat left 32px center !important;
}

.icon7 {
    background: url(../images/icon7.png) no-repeat left 32px center !important;
}

.icon8 {
    background: url(../images/icon8.png) no-repeat left 32px center !important;
}

.icon9 {
    background: url(../images/icon9.png) no-repeat left 32px center !important;
}

.icon10 {
    background: url(../images/icon10.png) no-repeat left 32px center !important;
}

.icon11 {
    background: url(../images/icon11.png) no-repeat left 32px center !important;
} */
.con-right {
	width: calc(100% - 225px);
	background-color: #fff;
	float: right;
	height: auto;
	min-height: 870px;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-right: 11px;
}

.dqzh {
	border-bottom: 1px solid #eeeeee;
	height: 50px;
	line-height: 50px;
}

.vipyear {
	cursor: pointer;
}

.vipyear .dq-tit {
	margin-right: 10px;
}

.dq-tit {
	float: left;
	font-size: 18px;
}

.dq-name {
	float: right;
	font-size: 16px;
}

.dq-name>a {
	display: inline-block;
	color: #26ace4;
}

.dlmm {
	height: 128px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
}

.dl-left {
	background: url(../images/dlmm.png) no-repeat left center;
	padding-left: 70px;
	box-sizing: border-box;
}

.dl-left2 {
	background: url(../images/aqsj.png) no-repeat left center;
	padding-left: 70px;
	box-sizing: border-box;
}

.dl-left>span, .dl-left2>span {
	display: block;
	height: 30px;
	line-height: 30px;
}

.dl-tit {
	color: #333333;
	font-size: 16px;
}

.dl-info {
	color: #666666;
	font-size: 14px;
}

.dl-right {
	width: 130px;
	height: 45px;
	border: 1px solid #dddddd;
}

.dl-right>a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #666666;
}

.list {
	height: 135px;
	border: 1px solid #eeeeee;
	margin-top: 40px;
	padding: 30px;
	box-sizing: border-box;
}

.ts {
	margin-bottom: 10px;
}

.list>li {
	list-style-type: square;
	color: #666666;
	margin-left: 20px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}

/*我的账户-安全设置结束*/

/*我的账户-备课课程*/
.img-list {
	overflow: hidden;
}

.img-list>.il-child:nth-child(3n-2) {
	margin-left: 0px;
}

.il-child {
	width: 290px;
	height: 290px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-left: 18px;
	margin-top: 22px;
}

.il-img {
	height: 160px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.fav {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px !important;
	height: 15px !important;
	display: none;
}

.il-img:hover .fav {
	display: block;
}

.shnl {
	background: url(../images/logo1.png) no-repeat left top;
	position: absolute;
	width: 103px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	top: 0;
	left: 0;
}

.il-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.il-tit {
	width: 290px;
	font-size: 16px;
	color: #333333;
	padding: 0 23px;
	box-sizing: border-box;
	line-height: 25px;
	/* margin-bottom: 10px; */
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/* display: -webkit-box; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.il-tit2 {
	font-size: 14px;
}

.il-bq {
	margin-top: 18px;
	font-size: 18px;
	color: #666666;
	padding: 0 23px;
	box-sizing: border-box;
}

.mf {
	color: #f03137;
}

/*我的账户-备课课程结束*/

/*我的账户-订单交易*/
.table {
	border: 1px solid #eeeeee;
	border-bottom: none;
	margin-top: 20px;
}

.th {
	height: 54px;
	display: flex;
	line-height: 54px;
	border-bottom: 1px solid #eeeeee;
}

.th>li {
	width: 110.75px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.distribution3 .th>li, .distribution3 .tr>li {
	width: 120px;
}

.ddxx {
	width: 410px !important;
	text-align: left !important;
	text-indent: 2em;
}

.ddxxs {
	width: 410px !important;
	text-align: left !important;
	text-indent: 0em;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px !important;
	color: #333333 !important;
	padding-top: 0 !important;
}

.tr {
	height: 140px;
	display: flex;
	border-bottom: 1px solid #eeeeee;
}

.tr>li {
	width: 110.75px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding-top: 60px;
	box-sizing: border-box;
}

.sjdd {
	display: flex;
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin-bottom: 20px;
}

.sjdd>dd {
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sjdd>dd:nth-child(1) {
	width: 152px;
}

.sjdd>dd:nth-child(2) {
	width: 230px;
}

.fk>a {
	display: block;
	width: 90px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	background-color: #26ace4;
	margin: 0 auto;
	line-height: 30px;
	border-radius: 3px;
}

.fk>a:first-child {
	margin-bottom: 10px;
}

.fk>a:last-child {
	background-color: transparent;
	color: #666666;
	line-height: normal;
	margin-top: 5px;
}

.fkzt {
	color: #f03137 !important;
}

/*我的账户-订单交易结束*/

/*我的账户-个人中心VIP*/
.tx {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.redact {
	width: 100%;
	height: 30px;
	position: absolute;
	display: block;
	bottom: 0;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.tx>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.huiyuan {
	color: #f8b62d;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 15px;
}

.qthy {
	color: #b0bfc5;
}

.dq {
	color: #666666;
	background: url(../images/line-xian.png) no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
	box-sizing: border-box;
}

.hy-tb {
	margin-right: 10px;
	vertical-align: middle;
}

.sja {
	width: 300px;
	height: 40px;
	border: 1px solid #f8b62d;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: rgba(255, 251, 244, 1);
	margin: 0 auto;
}

.forms {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
	text-align: center;
}

.ljsj {
	display: block;
	color: #f8b62d;
	background: url(../images/jt.png) no-repeat right 15px center;
	float: right;
	width: 100px;
	text-align: left;
}

.ljsj:hover {
	color: #f8b62d;
}

.ul-info {
	height: 50px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.yhm {
	width: 100px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	float: left;
	text-align: right;
}

.yh-inp {
	width: 190px;
	float: left;
	height: 40px;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.yhm-box {
	border: 1px solid #e6e6e6;
}

.yhm-box>input {
	width: 190px;
	color: #333333;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}

.yhm-box>input::-moz-placeholder {
	color: #333333;
	font-size: 16px;
}

.yhm-box>input::-ms-input-placeholder {
	color: #333333;
	font-size: 16px;
}

.yhm-box>input::-webkit-input-placeholder {
	color: #333333;
	font-size: 16px;
}

.dx {
	height: 40px;
	width: 190px;
	float: right;
	margin-left: 20px;
}

.yh-inp small {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-left: 10px;
}

.dx>label {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	float: left;
	background: url(../images/nosel.png) no-repeat left center;
	padding-left: 25px;
	box-sizing: border-box;
}

.number-input {
	width: 170px;
	height: 42px;
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 2px;
	padding: 0 10px;
}

.card {
	position: absolute;
	top: 42px;
	left: 215px;
	width: 370px;
	height: 100px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

.card-box {
	width: 210px;
	height: 100px;
	line-height: 100px;
	margin-left: 23px;
}


.card-box .fr p {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 14px;
	margin-top: 34px;
	text-align: left;
}

.card-box .fr {
	height: 100%;
	/* line-height: 56px; */
}

.card-box .fr .card-p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-top: 8px;
}

.card span {
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	line-height: 14px;
	margin-top: 15px;
	margin-right: 15px;
}

.dx>label:first-child {
	margin-right: 20px;
}

.xz {
	background: url(../images/sel.png) no-repeat left center !important;
}

.btns {
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

.bc {
	width: 130px;
	height: 46px;
	background-color: #26ace4;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
}

/*我的账户-个人中心VIP结束*/

/*我的账户-更换手机号*/
.bz-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.bz {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yi {
	color: #333333 !important;
	font-size: 16px;
}

.bz-q>img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.bz-q {
	text-align: center;
	color: #999999;
	padding-top: 33px;
	box-sizing: border-box;
	margin: 0 12px;
}

.fm {
	text-align: center;
	width: 460px;
	margin: 0 auto;
}

.fm-child {
	height: 42px;
	line-height: 42px;
	margin-bottom: 20px;
}

.fc-name {
	width: 90px;
	float: left;
	font-size: 16px;
	color: #666666;
}

.bcs {
	margin: 10px 0px;
}

.fc-con {
	float: right;
	width: calc(100% - 100px);
	font-size: 16px;
}

.txnr {
	width: 60%;
	border: 1px solid #e6e6e6;
	float: left;
	font-size: 16px;
	color: #999999;
}

.txnr>input {
	font-size: 16px;
	color: #999999;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
}

.txnr>input::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.txnr>input::-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.detail-first .input-box {
	margin-left: 75px;
}

.forbox .input-box {
	margin-left: 75px;
}

.txnr>input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.sjhm>input {
	font-size: 16px;
	color: #999999;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 42px !important;
}

.sjhm>input::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.sjhm>input::-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.sjhm>input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.numbers {
	width: 35%;
	border: 1px solid #e6e6e6;
	float: right;
	height: 42px;
}

#v_container {
	width: 100%;
	height: 100%;
}

.code1>input {
	width: 100%;
	height: 42px;
	display: block;
	background-color: transparent;
	color: #26ace4;
	font-size: 16px;
}

.fc-con>input {
	width: 100%;
	height: 100%;
}

.sjhm {
	border: 1px solid #e6e6e6;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.wancheng {
	padding: 60px 0px;
	box-sizing: border-box;
}

.wc-img {
	margin: 0 auto;
	margin-bottom: 10px;
}

.wc-img>img {
	margin: 0 auto;
	display: block;
}

.wc-ts {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.wc-p {
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
}

.wc-a {
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	margin: 0 auto;
}

.wc-a:hover {
	color: #fff;
}

/*我的账户-更换手机号结束*/

/*我的账户-会员特权*/
.xx {
	background: url(../images/xx.png) no-repeat left top;
	height: 65px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.gn-text {
	font-size: 16px;
	color: #333333;
	position: absolute;
	top: 50%;
	left: 20%;
}

.tc-text {
	font-size: 16px;
	color: #333333;
	position: absolute;
	top: 15%;
	left: 60%;
}

.gn {
	width: 157px;
}

.jg {
	height: 140px !important;
}

.vip-jg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74px;
	line-height: normal;
}

.jg>.vip-jg>span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(250, 154, 53, 1);
}

.gn4 .jg>.vip-jg>span {
	font-size: 14px;
	font-weight: 400;
	color: #1AE480;
}

.jg>.vip-jg>span>small {
	font-size: 12px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	display: block;
	margin-top: 5px;
}

.jg>.vip-jg>img {
	margin: 0 20px;
}

.vip-button {
	line-height: normal;
}

.vip-button button {
	width: 90px;
	height: 32px;
	background: rgba(250, 154, 53, 1);
	border-radius: 3px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: normal;
}

.gn4 .vip-button button {
	background-color: #1AE480;
}

.bk {
	height: 75px !important;
}

.px {
	height: 92px !important;
}

.hy>ul {
	transition: .2s;
}

.gn>li {
	height: 65px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 16px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.gn>li:first-child {
	border-top: 1px solid #dddddd;
}

.gn2>li:first-child {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #dddddd;
}

.gn4>li:first-child {
	border-top: 1px solid #1ae480;
}

.gn2 {
	width: 210px;
}

.gm {
	visibility: hidden;
	border-bottom: none !important;
}

.fd {
	transform: scale(1.05, 1.05);
	border: 1px solid #fa9a35;
	transition: .1s;
}

.fd .gm {
	visibility: visible;
}

.fd .one {
	height: 80px !important;
	border-right: none;
}

.fd2 {
	transform: scale(1.05, 1.05);
	border: 1px solid #dddddd;
	transition: .1s;
}

.fd2 .gm {
	visibility: visible;
}

.fd2 .one {
	height: 80px !important;
	border-right: none;
}

.fd3 {
	transform: scale(1.05, 1.05);
	border: 1px solid #1ae480;
	transition: .1s;
}

.fd3 .gm {
	visibility: visible;
}

.fd3 .one {
	height: 80px !important;
	border-right: none;
}

.gn2>li {
	height: 65px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #fff;
}

.pthy {
	background-color: #ececec;
}

.gn2>.px>span {
	display: block;
}

.gn2>.px, .gn2>.bk {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.gn3 {
	width: 330px;
}

.gn3>li {
	height: 65px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #fff;
}

.viphuiyuan {
	background-color: #fa9a35 !important;
	color: #fff !important;
	border-top: 1px solid #fa9a35;
	border-bottom: 1px solid #fa9a35;
}

.gn3>.jg {
	color: #fa9a35;
	font-size: 36px;
	display: block;
	/* line-height: 80px !important; */
	height: 140px !important;
}

.gn3>.jg>sup {
	font-size: 16px;
}

.gn3>.jg>span {
	font-size: 16px;
}

.gn3>.px, .gn3>.bk {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ljgm {
	display: block;
	width: 110px;
	height: 42px;
	background-color: #fa9a35;
	color: #fff;
	line-height: 42px;
	border-radius: 3px;
}

.m1 {
	background-color: #ececec;
	color: #333333;
}

.m3 {
	background-color: #1ae480;
}

.m1:hover {
	color: #333333 !important;
}

.ljgm:hover {
	color: #fff;
}

.gn4 {
	width: 330px;
}

.gn4>.pthy {
	background-color: #1ae480;
	color: #fff;
}

.gn4>li {
	height: 65px;
	text-align: center;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #fff;
}

.gn4>.jg {
	color: #1ae480;
	font-size: 36px;
	display: block;
	line-height: 80px !important;
}

.gn4>.jg>sup {
	font-size: 16px;
}

.gn4>.jg>span {
	font-size: 16px;
}

.gn4>.px, .gn4>.bk {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.hy::after {
	content: '';
	display: block;
	clear: both;
}

.hy {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 70px auto;
	cursor: pointer;
}

/*我的账户-会员特权结束*/

/*我的账户-培训课程*/
.pxd {
	height: 255px;
}

.il-p {
	font-size: 14px;
	color: #666666;
	padding: 0 23px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pxd>.il-tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*我的账户-培训课程结束*/

/*我的账户-我的消息*/
.msg {
	height: 168px;
	border: 1px solid #eeeeee;
	margin-top: 20px;
}

.msg-top {
	height: 61px;
	border-bottom: 1px solid #eeeeee;
	line-height: 61px;
	background-color: #f6f6f6;
	padding: 0 20px;
	box-sizing: border-box;
}

.mt-tit {
	float: left;
	background: url(../images/lq.png) no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
}

.mt-time {
	float: right;
	color: #999999;
	font-size: 14px;
}

.msg-con {
	height: calc(100% - 61px);
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
	padding: 10px 30px 10px 40px;
}

.msg-con>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	background: url(../images/you.png) no-repeat right center;
	padding-right: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*我的账户-我的消息结束*/

/*我的账户—员工管理*/
.yg {
	margin-top: 30px;
}

.yg-table {
	border: 1px solid #eeeeee;
}

.yg-table th {
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	height: 50px;
	padding: 0 44px;
	border: 1px solid #eeeeee;
}

.yg-table th:first-child {
	padding: 0 30px;
}

.yg-table th:nth-child(2) {
	padding: 0 35px;
}

.yg-table th:nth-child(5) {
	padding: 0 70px;
}

.yg-table td {
	height: 50px;
	color: #666666;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #eeeeee;
}

.yg-table thead {
	background-color: #f6f6f6;
}

.yg-table tr>td:last-child {
	color: #fe0000;
}

/*我的账户—员工管理结束*/
.window {
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-top: 52px;
}

.win-child {
	height: 42px;
	margin-top: 25px;
}

.wc-name {
	width: 75px;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
}

.wc-inp {
	float: right;
	width: calc(100% - 77px);
	height: 100%;
	border: 1px solid #e6e6e6;
}

.wc-inp>input {
	color: #999999;
	height: 100%;
	font-size: 16px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.wc-inp>input::-moz-placeholder {
	color: #999999;
	font-size: 16px;
}

.wc-inp>input::-ms-input-placeholder {
	color: #999999;
	font-size: 16px;
}

.wc-inp>input::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
}

.btn-an {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 45px;
}

.btn-an>input {
	height: 45px;
	width: 130px;
	border: 1px solid #e6e6e6;
	display: block;
	border-radius: 3px;
	font-size: 16px;
}

.qxs {
	background-color: transparent;
}

.qds {
	background-color: #26ace4;
	color: #fff;
	border: 1px solid #26ace4;
}

.xunwen {
	width: 100%;
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 50px;
}

.add {
	width: 70px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	background-color: #26ace4;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
}

.ygbc {
	justify-content: center;
}

.wb-child {
	width: 320px;
	height: 42px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.wb-name {
	width: 80px;
	height: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	text-align: right;
	float: left;
}

.wb-name::before {
	content: '*';
	color: #fe0000;
	margin-right: 4px;
}

.wb-inp {
	width: calc(100% - 100px);
	height: 100%;
	float: right;
	border: 1px solid #e6e6e6;
}

.wb-inp>input {
	font-size: 16px;
	color: #999999;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.wb-inp>input::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.wb-inp>input::-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.wb-inp>input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.lb {
	border: none;
}

.lb>label {
	height: 100%;
	font-size: 16px;
	line-height: 42px;
	float: left;
	background: url(../images/nosel.png) no-repeat left center;
	padding-left: 25px;
	box-sizing: border-box;
}

.lb>label:first-child {
	margin-right: 20px;
}

.xl {
	background: url(../images/xl.png) no-repeat right 10px center;
	position: relative;
}

.xl>input {
	padding-right: 25px;
}

.xl-box {
	position: absolute;
	width: 100%;
	height: auto;
	top: 44px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

.xl-box>dd {
	height: 42px;
	line-height: 42px;
	padding: 0px 20px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	min-width: 500px;
}

.bg {
	background-color: #26ace4;
	color: #fff !important;
}

.window-box {
	margin-bottom: 50px;
	margin-top: 20px;
}

.window-box::after {
	content: '';
	clear: both;
	display: block;
}

.win {
	padding: 40px;
	box-sizing: border-box;
}

.tc4-p {
	font-size: 16px;
	text-align: center;
	color: #666666;
	line-height: 30px;
}

.queding, .queding2 {
	background-color: #26ace4;
	color: #fff;
}

.comdiv {
	height: 100%;
}

.trainingbox2-left-bottom>img, .trainingbox2-left-bottom>p img, .trainingbox2-left-bottom>div img {
	max-width: 100%;
}

.lineitem-p2 p span {
	width: 169px;
}

.train2 {
	padding: 0;
}

.train2>p {
	width: 100%;
	padding-left: 44px;
	padding-right: 40px;
	height: 40px;
}

.demo-user>.demo--radioInput {
	border-radius: unset;
	border: 1px solid #ddd;
	overflow: hidden;
	width: 16px;
	height: 16px
}

.demo-user .demo--radio:checked+.demo--radioInput:after {
	background: url('../images/ch.png') 30% 40% no-repeat;
	border: 1px solid #00A1E9;
	/*此处同上*/
	background-size: 12px 8px;
	background-color: #00A1E9;
	border-radius: unset;
	width: 16px;
	height: 16px;
	margin-left: 0px;
	margin-top: 0px;
}

.demo-user .demo--radio:checked+.demo--radioInput {
	border: 1px solid #00A1E9;
}

.user-span {
	color: #00A1E9;
}

.agreement-text {
	line-height: 2;
	width: 100%;
	height: 100%;
	resize: none;
}

.middle-part {
	height: calc(100% - 66px);
}

.middle-part .matter {
	height: 100%;
}

.player-box #player {
	height: 750px;
}

/* 主观题 */
.sub {
	width: 48px !important;
}

.subitem {
	width: 894px;
	height: 200px;
	resize: none;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-top: 30px;
	padding: 20px;
	font-size: 16px;
}

.subitem::-webkit-input-placeholder {
	color: #C4C4C4;
}

.top-right {
	position: relative;
	height: 100%;
	margin-right: 20px;
}

/* 快速进入 */
.pup {
	position: absolute;
	top: 80px;
	left: -24px;
	z-index: 999999;
	background-color: #fff;
	display: none;
	width: 113px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
}

.pup ul li {
	line-height: 44px;
	cursor: pointer;
}

.pup ul li:hover {
	background-color: #eee;
}

.pup ul li:last-child {
	border-top: 1px solid #ddd;
}

.sanjiao {
	width: 20px;
	height: 20px;
	background: url(../images/topsj.png) no-repeat;
	position: absolute;
	top: -9px;
	left: 38%;
}

.box-cont-rightp small {
	display: inline-block;
	width: 188px;
	height: 58px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(176, 176, 176, 1);
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	line-height: 58px;
	position: relative;
	cursor: pointer;
	color: #666;
}

.box-cont-rightp small i {
	color: #333;
	margin-left: 40px;
	font-weight: 600;
}

.active3 i {
	color: #ff0000 !important;
}

.box-cont-rightp small img {
	width: 22px;
	height: 18px;
	display: none;
}

.collect img {
	margin-right: 5px;
}

.active4 {
	color: #0099da !important;
}

.trainingbox-box3-pyear {
	display: flex;
}

.trainingbox-box3-pyear span {
	display: flex;
	align-items: center;
}

.trainingbox-box3-pyear span:nth-child(1) {
	color: rgba(240, 49, 55, 1);
	font-size: 24px !important;
}

.trainingbox-box3-pyear span:nth-child(2) {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.trainingbox-box3-pyear span:nth-child(3) {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.trainingbox-box3-pyear span small {
	width: 25px;
	height: 18px;
	display: inline-block;
	color: #fff;
	background-color: #F03137;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-left: 5px;
	font-weight: 400;
}

.smallyear {
	height: 15px !important;
	background-color: #666 !important;
	line-height: 15px !important;
}

#pupaply {

}

.pupapply-p img {
	width: 66px;
	height: 70px;
	margin-top: 25px;
}

.pupapply-p {
	font-size: 16px;
	color: #656565;
	font-weight: 600;
	text-align: center;
}

.pupapply-p1 {
	font-size: 16px;
	color: #666;
	font-weight: 600;
	text-align: center;
	margin-top: 18px;
}

.pupapply-p1 button {
	width: 130px;
	height: 46px;
	background: rgba(38, 171, 227, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	text-align: center;
}

.pupapply-p2 {
	font-size: 16px;
	color: #656565;
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
}

#operation {
	min-height: 487px;
	background-color: #fff;
}

.operation-button {
	width: 90px;
	height: 32px;
	background: rgba(38, 172, 228, 1);
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 32px;
	margin-right: 42px;
	text-align: center;
}

.retail button {
	width: 84px;
	height: 33px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.distribution {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}

.distribution>div {
	width: 287px;
	height: 87px;
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.distribution>div>div img {
	margin-right: 40px;
}

.distribution>div>.dis-box {
	margin-left: 30px;
}

.dis-p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 5px;
}

.dis-p1 {
	font-size: 22px;
	font-weight: bold;
	color: rgba(1, 131, 255, 1);
}

.dis-p2 {
	font-size: 22px;
	font-weight: bold;
	color: rgba(136, 108, 255, 1);
}

.dis-p3 {
	font-size: 22px;
	font-weight: bold;
	color: rgba(255, 188, 1, 1);
}

.distribution2 .wb-child {
	margin-left: 0;
}

.distribution2 .wb-child .wb-name::before {
	display: none;
}

.dis-ul {
	margin-left: 30px;
}

.dis-ul2 {
	width: 74px;
}

.dis-ul2 button {
	width: 74px;
	height: 42px;
	background: rgba(38, 172, 228, 1);
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 42px;
	margin-left: 16px;
}

.distribution3 table {
	width: 922px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-top: 24px;
}

.distribution3 thead tr {
	background: rgba(246, 246, 246, 1);
}

.distribution3 table tr {
	height: 50px;
	border: 1px solid rgba(238, 238, 238, 1);
}

.distribution3 table td, .distribution3 table th {
	border: 1px solid rgba(238, 238, 238, 1);
	text-align: center;
}

.distribution3 table td {
	color: #666;
}

.bulkmanage {
	color: #26ace4 !important;
	font-size: 16px !important;
	cursor: pointer;
}

.tofavorite {
	position: absolute;
	width: 290px;
	height: 162px;
	background: rgba(0, 0, 0, .6);
	border-radius: 5px 5px 0px 0px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bulkdelete {
	display: none;
}

.bulkdelete img {
	margin: 0 20px;
}

.bulkdelete span {
	cursor: pointer;
}

.tofav, .nofav, .tofavorite {
	display: none;
	cursor: pointer;
}

#outtime {
	background-color: transparent;
	color: #f03137;
	font-size: 14px;
	margin-bottom: 0;
}

.gotime {
	/* padding-top: 20px !important; */

}

.yh-inp span {
	display: inline-block;
	width: 36px;
	height: 18px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	line-height: 18px;
	text-align: center;
	margin-left: 5px;
}

.vipyear-span {
	float: right
}

.vipyear-span span {
	display: inline-block;
	width: 70px;
	height: 33px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(38, 172, 228, 1);
	line-height: 33px;
	text-align: center;
	margin-right: 14px;
}

.vipyear-sub {
	background: rgba(38, 172, 228, 1) !important;
	color: #fff !important;
}

.fm-figure {
	width: 318px !important;
	margin: 0 auto;
	color: rgba(102, 102, 102, 1);
}

.figure {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 64px;
	text-align: left;
}

.figure span {
	font-weight: 700;
}

.figure-box {
	text-align: left;
	margin-bottom: 40px;
}

.figure-box .figinput input {
	width: 282px;
	height: 42px;
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 2px;
	margin-top: 20px;
	padding: 0 18px;
}

.figure-boxul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.figure-box .figure-boxul .wb-child, .figure-box .figure-boxul .wb-child li {
	width: 152px;
	margin-left: 0;
}

.figure-box .figure-boxul .wb-child input {
	width: 152px;
}

.fig-but {
	text-align: center;
	margin-top: 37px;
}

.fig-but button {
	width: 130px;
	height: 46px;
	background: rgba(38, 172, 228, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	text-align: center;
}

.txsuccess {
	text-align: center;
	margin-top: 67px;
}

.txthree p {
	text-align: center;
	margin-top: 10px;
}

.txsu-p {
	font-size: 18px;
	color: #333;
}

.txsu-p2 {
	font-size: 16px;
	color: #999999;
}

.texsu button {
	width: 130px;
	height: 46px;
	background: rgba(37, 171, 227, 1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 46px;
	text-align: center;
	margin-top: 45px;
}

.lepr-top {
	height: 84px;
}

.lepr-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 320px;
	background: url(../images/de-bg.png) no-repeat;
}

.lepr-left-box {
	bottom: 40px;
	top: 84px;
	left: 20px;
	right: 20px;
	position: absolute;
	z-index: 90;
	box-shadow: 0 1px 5px #303035;
}

.ux-pdf-reader {
	position: relative;
	height: 100%;
	background: #000;
	overflow: hidden;
}

.lepr-right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 320px;
	overflow: hidden;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 1px 8px #333;
}

.lepr-left-p {
	width: 96%;
	height: 84px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 84px;
	position: absolute;
	left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lepr-left-p>span a {
	/* background: rgba(38, 172, 228, 1); */
	/* border-radius: 3px; */
	font-weight: 600;
	font-size: 16px;
	/* font-weight: 400; */
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}

.lepr-left-p>span>a {
	color: #fff;
}

.lepr-left-p>a {
	color: #cfcfcf;
	font-size: 16px;
}

.lepr-right-top {
	height: 62px;
	background: #abadb0;
	padding: 12px 15px;
	position: relative;
	z-index: 9;
}

.lepr-right-top>.fr>img {
	width: 112px;
	height: 62px;
	margin-left: 12px;
	box-shadow: 0px 0px 4px #666;
}




.lepr-right-menu {
	width: 250px;
	height: 44px;
	background: #d2d5da;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 70px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9;
}

.lepr-list {
	height: calc(100% - 130px);
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.lepr-right-list {
	height: calc(100% - 18px);
	width: 100%;
	background-color: #FFFFFF;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 18px;
}

.lepr-right-list p, .lepr-right-list>div {
	/* width: 320px; */
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
	z-index: 99999;
	position: relative;
	/* background: rgba(241, 241, 241, 1); */
}

.lepr-right-list p {
	cursor: pointer;
}

.lepr-right-list p .lepr-p-span, .lepr-right-list div .lepr-p-span {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-left: 14px;
	padding-right: 10px;
	font-size: 12px;
	color: #26ace4;
	align-items: center;
	text-align: center;
	float: left;
}

.annulus {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ddd;
	float: left;
	margin-top: 14px;
}

.classes-menu {
	display: inline-block;
	margin-left: 12px;
	max-width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	font-size: 12px;
}

.clesses-time {
	font-size: 12px;
	color: #666;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
}

.clesses-time img {
	margin-left: 4px;
}

.qwe {
	cursor: pointer;
	background: #3a3e4a !important;
	color: #fff;
	z-index: 99999999999999;
	position: relative;
}

.lepr-right-list .qwe span {
	color: #fff;
}

#allscreen {
	position: relative;
}

.vip-free {
	display: inline-block !important;
	width: 74px !important;
	height: 24px !important;
	background: rgba(239, 179, 49, 1) !important;
	border-radius: 12px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 1) !important;
	line-height: 24px !important;
	text-align: center !important;
	background: url('../images/vipfree.png') no-repeat !important;
	background-size: 100% !important;
}

.op-tranining-p {
	width: 484px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 26px;
	margin-top: 30px;
}

.op-tranining-p1 {
	margin-top: 38px;
}

.op-tranining-p1 span {
	font-size: 24px;
	font-weight: 400;
	color: rgba(240, 49, 55, 1);
}

.op-tranining-p1 small {
	font-size: 16px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-left: 8px;
}

.op-tranining-p1 small a {
	font-size: 18px;
}

.op-tranining-p2 {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.op-tranining-p2 img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.op-tranining-p2 small a {
	color: #26ACE4;
	font-size: 14px;
	text-decoration: underline;
}

.lepr-right-menu span {
	display: flex;
	width: 68px;
	height: 26px;
	margin-right: 64px;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.lepr-right-menu span img {
	margin-right: 8px;
}

.lepr-span {
	color: #fff;
	background: rgba(130, 131, 138, 1);
}

.ler-img2 {
	display: none;
}

.menuline {
	position: absolute;
	left: 70px;
	top: 0;
	height: 100%;
	z-index: 1;
}

.sr-box .annulus2 {
	width: 21px;
	height: 21px;
	line-height: normal;
	margin-left: -5px;
	margin-top: 10px;
}

.sr-box .classes-menu {
	margin-left: 12px;
	max-width: 200px;
}

.sr-box .lepr-p-span {
	color: #666 !important;
}

.classes-menu1 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.hover-img1 {
	display: none;
}

.ux-img {
	width: 100%;
	height: calc(100% - 58px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.ux-img img {
	max-width: 100%;
	max-height: calc(100% - 58px);
}

.ux-img-left, .ux-img-right {
	position: absolute;
	width: 50%;
	height: 100%;
}

.ux-img-left {
	left: 0;
	cursor: url(../images/ux-img-left.png), move;
}

.ux-img-right {
	right: 0;
	cursor: url(../images/ux-img-right.png), move;
}

.ck-box {
	display: inline-flex;
	width: 150px;
	float: left;
	margin-left: 50%;
	align-items: center;
	justify-content: space-between;
	transform: translateX(-50%);
}

.sr-box2 {
	overflow: hidden;
}

.sr-box2 div {
	overflow: hidden;
	line-height: normal;
}

.sr-box2 .discuss {
	height: 145px;
	width: calc(100% - 40px);
	padding: 0 20px;
	margin-top: 10PX;
}

.sr-box2 .discuss h6 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.sr-box2 .discuss h6 span {
	font-size: 12px;
	color: #999;
	float: right;
}

.sr-box2 .discuss h6 span small {
	color: #26ace4;
}

.sr-box2 .discuss textarea {
	height: 42px;
	width: 258px;
	margin: 0 auto;
	margin-top: 10px;
	resize: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #f6f6f6;
	padding: 10px;
}

.sr-box2 .discuss div button {
	height: 26px;
	width: 52px;
	border-radius: 3px;
	color: #FFF;
	float: right;
	background-color: #26ACE4;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	margin-top: 10px;
}

.discuss-box {
	min-height: 110px;
	overflow-y: auto;
	width: calc(100% - 40px) !important;
	padding: 0 20px;
	/* margin-top: 30px; */
}

.discuss-top {
	height: 30px;
}

.discuss-left, .discuss-right {
	display: flex;
	align-items: center;
	height: 30px;
}

.discuss-left div img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.discuss-left span {
	font-size: 14px;
	color: #26ace4;
	margin-left: 10px;
}

.discuss-right {
	font-size: 14px;
	color: #999;
}

.discuss-text {
	margin-top: 10px;
	margin-left: 40px;
}

#yinpin {
	position: relative;
	height: 100%;
}

.card1 {
	position: absolute;
	width: 332px;
	height: 190px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	top: 32px;
	right: -24px;
	padding: 0 23px;
}

.card1-box {
	height: 52px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 52px;
	text-align: left;
}

.card2-box {
	text-align: left;
	margin-top: 20px;
	display: flex;
}

.card2-box div img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.card2-p1 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-top: 10px;
	margin-bottom: 5px;
}

.card2-p2 {
	font-size: 15px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-top: 5px;
}

.passname::before {
	content: "*";
	color: #fe0000;
	font-size: 18px;
	margin-right: 5px;
	margin-top: 5px;
}

.dq-tit::after {
	content: '';
	display: block;
	width: 68px;
	height: 2px;
	background: rgba(38, 172, 228, 1);
	margin-top: -1px;
}

.text_input_underline {
	border-bottom: 1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 140px;
	text-align: center;
}

.zx_4{

}

.left_col{
	width:800px;
	float:left;
}

.right_col{
	width:320px;
	float:right;
}

.right_col .ttl{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	text-indent:5px;
}
.right_col .pics{
	width:130px;
	height:70px;
	float:left;
}

.right_col .num{
	width: 24px;
	float:left;
}

.right_col .num.top3{
	font-style: italic;color: red;
	font-weight: bold
}
.right_col .read_num{

}
.right_col .read_num{
	float: right;
	color: red
}

.right_col .zx_4 li{
	overflow:hidden;
	width:100%;
	margin:10px 0;
}

.right_col .rows{
	line-height:40px;
	height:40px;
	overflow: hidden;
}

.right_col .rows .title{
	width:250px;
	float:left;
}

.right_col .zx_4 p{
	margin-left:140px;
}
.cl{
	clear:both
}

.zx_1{
	width:150px;
	float:left;
}
.zx_2{
	width:620px;
	margin-left:180px;
}

.inforow{
	padding:20px 10px 20px 0;
	overflow: hidden;
	border-bottom:1px solid #ddd;
}
.inforow a{
	display:block;
}
.inforow:hover{
	background-color: #ddd;
}

.mtime {
	margin-left:15px;
}
.mnum{float:right}
.inforow .pics {
	float:left;
}

.inforow .info{
	margin-left:215px;
}

.inforow .info p.ttl{
	padding-top:10px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	height:80px;
}

.inforow .info .metas{
	font-size:14px;
	color:#999;
}


.inforow .pics img{
	width:200px;
	height:120px;
}

.zx_detail_1 {
	width: 800px;
}

.detail_bans {
	color: #777;
}
.content img{
	max-width: 800px;
	margin:0 auto;
}
.content{
	width: 800px;
	padding-bottom: 50px;
	line-height: 34px;
	font-size: 18px;
	color:#333;
}

.content p {
	margin: 34px 0
}

h1.detail_name {
	margin-top: 25px;
	margin-bottom: 30px;
	font-size: 30px;
	color: #0C0C0C;
	font-weight: bold;
}

.detail_rel {
	margin-top: 20px;
	margin-bottom: 20px;
	color:#777;
	border-bottom:1px solid #ddd;
	padding:0 10px 20px 0;
	overflow: hidden;
}

.detail_user_name{
	margin-left: 15px
}

.hot_old img{
	width: 320px;
	margin-bottom: 25px;
	margin-top: 5px;
}

.right_imgs {
	padding-top: 10px;
}

.cates_list {

}

.cates_list li {

	text-align: center;
	color: #555;
}

.cates_list li a{
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display:block;
	color: #555;
	line-height:40px;
}


.cates_list li:first-child a{
	border-top: 1px solid #ddd;

}

.cates_list li a:hover{
	background-color: #25ACE4;
	border-left:none !important;
	border-right:none !important;
	font-weight: bold;
}

.zx_1 h2.ttl{
	background-color: #25ACE4;
	line-height:40px;
	height:40px;
	text-align: center;
}

