@charset "UTF-8";

/*css 初始化 */
* {
	display: box;
	box-sizing: border-box;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

/*去掉input等聚焦时的蓝色边框*/
ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

/*防止拖动*/
img {
	border: 0;
	vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
.logoB {
	width: 190px;
	text-align: center;
}

.topHeight {
	background: #fff;
	height: 147px;
}

.logoImg {
	max-height: 55px;
	max-width: 185px;
	margin: 0 auto;
}

.logoHeader {
	max-height: 50px;
}

table {
	border-collapse: collapse;
}

body {
	font: 12px/150% Arial, Verdana, '微软雅黑', "\5b8b\4f53";
	color: #333;
	background: #f8f8f8;
	-webkit-font-smoothing: subpixel-antialiased;
}

.clearfix:before,
.clearfix:after {
	/*清楚浮动*/
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

a {
	color: #666;
	text-decoration: none;
}

/* a:hover{color:#C81623;} */
h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

.col-red {
	color: #C81623 !important;
}

.layui-btn-green {
	background: #10c55b !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #10c55b !important;
	color: #fff;
}

/*公共类*/
.w {
	/*版心 提取 */
	width: 1200px;
	margin: 0 auto;
}

.whiteBg {
	background: #fff;
}

.p_t20 {
	padding-top: 20px;
}

.p_b20 {
	padding-bottom: 20px;
}

.p_t10 {
	padding-top: 10px;
}

.p20 {
	padding: 20px;
}

.m_t20 {
	margin-top: 20px;
}

.m_b20 {
	margin-bottom: 20px;
}

.m_t34 {
	margin-top: 34px;
}

.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}

.border {
	border: 1px solid #ddd;
}

a:focus {
	outline: none;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ellipsis2 {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-box-orient: vertical;
	-moz-line-clamp: 2;
	overflow: hidden;
}

.ellipsis33 {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-box-orient: vertical;
	-moz-line-clamp: 3;
	overflow: hidden;
}

.ellipsis3 {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-box-orient: vertical;
	-moz-line-clamp: 3;
	overflow: hidden;
}

.ellipsis3:after {
	content: "....";
	color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 80px;

	background: -webkit-linear-gradient(left, transparent, #eaeeef 70%);

	background: -o-linear-gradient(right, transparent, #eaeeef 70%);

	background: -moz-linear-gradient(right, transparent, #eaeeef 70%);

	background: linear-gradient(to right, transparent, #eaeeef 70%);

}

/*注册  登录*/
.loginOrRegister {
	width: 759px;
	height: 490px;

}

.loginOrRegister .left {
	width: 336px;
	height: 100%;
	/* background:url(../images/login-left-bg.png) no-repeat; */
}

.loginOrRegister .left img {
	width: 330px;
	height: 490px;
}

.loginOrRegister .right {
	padding: 10px;
	width: 423px;
	height: 336px;
}

.loginOrRegister .layui-tab-brief>.layui-tab-title .layui-this {
	color: #10c55b;
}

.loginOrRegister .layui-tab-title li {
	font-size: 18px;
	font-family: '微软雅黑'
}

.loginOrRegister .layui-tab-title {
	height: 48px;
}

.loginOrRegister .layui-tab-title .layui-this:after {
	height: 48px;
}

.loginOrRegister .layui-input {
	height: 59px;
	border-color: #999;
	font-size: 16px;
	border-radius: 4px;
}

.loginOrRegister .layui-form-item {
	margin-top: 25px;
}

.loginOrRegister .layui-btn-fluid {
	height: 62px;
	background: #10c55b;
	font-size: 18px;
	font-family: '微软雅黑'
}

.loginOrRegister .register-form .layui-form-item {
	margin-top: 10px;
}

.loginOrRegister .register-form .layui-input {
	height: 54px;
}

.loginOrRegister .yzm {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 52px;
	background: #10c55b;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
}

.verifiyCodeImg,
.verifiyCodeImg2 {
	height: 48px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	width: 112px;
}

/*================内页 header==================*/

.header {
	background: #fff;
	vertical-align: middle
}

.header .login {
	padding-top: 20px;
}

.header .login a {
	font-size: 16px;
}

.header .login a:nth-of-type(1)::before,
.header .login a:nth-of-type(3)::before,
.navBox .downArrow,
.header .login ul li .car::before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/xkw_spring.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.header .login a:nth-of-type(1)::before {
	background-position: -4px -231px;
}

.header .login a:nth-of-type(3)::before,
.header .login ul li .car::before {
	background-position: -106px -70px;
}

.header .login .layui-nav-child a::before {
	display: none;
	margin-left: 20px;
}

.header .login .layui-nav-child {
	text-align: center;
}

.selectCourse:hover {
	color: #10c55b;
}

.myNav {
	background: #fff;
}

.myNav .layui-nav-item .layui-nav-more {
	border-top-color: #666;
}

.myNav .layui-nav-item .layui-nav-mored {
	border-top-color: transparent !important;
	border-bottom-color: #10c55b !important;
}

.myNav .layui-nav-item a {
	color: #666;
}

.myNav .layui-nav-item a:hover {
	color: #10c55b;
}

.myNav .layui-nav-item .layui-show {
	color: #666;
}

.myBtn .layui-layer-btn a {
	border-radius: 5px;
	background: #10c55b;
	font-size: 18px;
	width: 200px;
	border: none;
	height: 40px;
	line-height: 40px;
	letter-spacing: 5px;
	text-align: center;
}

.myBotton {
	border-radius: 5px;
	background: #10c55b;
	color: #fff !important;
	font-size: 18px;
	width: 200px;
	border: none;
	height: 40px;
	line-height: 40px;
	letter-spacing: 5px;
	text-align: center;
	display: inline-block;
}

.myBotton:hover {
	color: #fff;
	background: #0d9d49;
}

.noData {
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
}

.tempSize {
	color: #666;
	font-size: 15px;
}
}

body .layerbtn .layui-layer-btn {
	text-align: center;
}

body .layerbtn .layui-layer-btn .layui-layer-btn0 {
	background-color: #10c55b;
	border: none;
	color: #fff;
}

.childUl {
	position: absolute;
	width: 128px;
	border: 1px solid #f0eeee;
	border-top: none;
	z-index: 10000;
	display: none;
	line-height: 35px;
	text-align: center;
	background: #fff;
	left: 0;
	top: 52px;
	padding: 10px 0;
}

/*视频播放器上的水印Logo*/
.dailiLogo {
	position: absolute;
	left: 50px;
	top: 145px;
	opacity: .3;
	z-index: 99;

}

.dailiLogo img {
	max-width: 140px;
	max-height: 60px;
}

/*代理自定义证书*/
.dlCourse {
	padding: 15px 0 0 20px;
	position: relative;
}

.dlCourseCon {
	position: absolute;
	top: 15px;
	left: 10px;
	min-width: 150px;
	z-index: 88;
}

.dlCourse a {
	vertical-align: middle;
	font-size: 16px;
	cursor: pointer;
	padding: 10px;
	border: 2px solid #fff;
	background: #fff;
}

.dlCourse a:hover {
	color: #10c55b;
}

.dlCourse:hover a {
	border: 2px solid #10c55b;
	border-bottom: none;
}

.dlCourse:hover ul {

	background: #fff;
	display: block;
}

.dlCourse ul {
	width: 556px;
	overflow: hidden;
	padding: 10px;
	border: 2px solid #10c55b;
	display: none;
	margin-top: 7px;
}

.dlCourse ul li {
	line-height: 28px;
	padding: 0 10px;
	float: left;
	margin: 10px;
}

.dlCourse ul li:hover {
	cursor: pointer;
	background: #10c55b;
	border-radius: 4px;
	color: #fff;

}

.agreement2 {
	position: absolute;
	left: 465px;
	font-size: 14px;
}
.agreement2:hover{
	text-decoration: underline;
}



.positioningBox{
    padding: 15px 0px;
    overflow: hidden;
    font-size: 16px;
    display: none;
}
.positioningIco{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.positioningText{
    vertical-align: middle;
    cursor: pointer;
}
.positioningLeft{
    float: left;
}
.positioningRight{
    float: right;
}
.provincesFa{
    position: fixed;
    display: none;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
    margin-top: -54px;
    padding-top: 54px;
}
.provincesBox{
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    width: 1067px;
    position: relative;
    z-index: 2;
    padding: 50px;
    box-sizing: border-box;
    /* display: none; */
    
    margin: 0 auto;
}
.currentProvincesTitle{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.currentProvincesBox{
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.oneProvincesBox{
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.currentProvincesInfo{
    /* display: inline-block; */
    height: 50px;
    width: 165px;
    background: #eeeeee;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-right: 25px;
    float: left;
    margin-bottom: 25px;
}
.ban_btn{
  background: #7e7e7e !important;
  cursor: not-allowed !important;
}
.currentProvincesInfo img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.currentProvincesInfo span{
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.closeBtn{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    padding: 5px;
}
.closeBtn img{
    width: 100%;
    height: 100%;
}
.positioningRight .car::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/xkw_spring.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: -106px -70px;
}