/*首页*/
.database-wrapper{
	background:#fff;
	padding-bottom: 240px
}
.database-wrap{
	width:1100px;
	margin:0 auto;
	background: #fff;
}
.database-tab{
	padding-top: 10px
}
.database-tab ul{
	overflow:hidden;
	margin-bottom: 20px
}
.database-tab  li{
	float: left;
	line-height: 44px;
	font-size: 20px;
	text-align: center;
	margin-right: 30px;
	cursor: pointer;
}
.database-tab  li.active span{
	color:#0086c6;
	display: block;
	margin: 0 auto;
	position: relative;
}
.database-tab  li span:before{
	position: absolute;
	width: 0;
	height:2px;
	background: #0086c6;
	content: "";
	display: block;
	left:0;
	bottom: 0;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	transition: all linear .3s
}
.database-tab  li.active span:before{
	width:100%;
}

/*.database-sub{
	display: none
}*/
.database-sub ul{
	overflow: hidden;
}
.database-sub ul .database-sub-li{
	float: left;
	width: 350px;
	margin-right: 25px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.database-sub ul li:nth-of-type(3n){
	margin-right: 0
}
.database-sub ul li>a{
	color: initial;
}
.database-sub ul li .course-ware-wrap{
	border:1px solid #ddd;
	overflow: hidden;
}
.course-ware-left{
	float: left;
	width: 100px;
	height: 89px
}
.course-ware-left img{
	width:100%;
	height:100%;
	display: block
}
.course-ware-right{
	float: left;
	width:70%;
	font-size: 13px;
	padding:5px 0;
}
.course-ware-right .right-wrap{
	padding: 0 10px;
	position: relative;
}
.course-ware-right h4{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*display: -webkit-box;*/
	/*-webkit-line-clamp:2;*/
	/*-webkit-box-orient:vertical;*/
	color: #333;
	white-space: nowrap;
}
.course-ware-right span{
	color:#666;
}
.course-ware-right .course-ware-info{
	margin:5px 0;
	color:#666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.course-ware-right .course-ware-price{
	font-size: 15px;
	color:red;
	font-weight: bold;
}
.course-ware-right .course-ware-down{
	background: #0086c6;
	color:#fff;
	float: right;
	-moz-border-radius: 5px;
	     border-radius: 5px;
	width: 61px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
.course-ware-right .e-book-down .duihuan{
	background: #0083DD
}
.course-ware-right .e-book-info{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin:5px 0;
	color:#666;
}
.course-ware-right .e-book-down{
	overflow: hidden;
	line-height: 24px
}
.course-ware-right .e-book-integral{
	float: left;
	font-size: 15px;
	color:red;
}

/*资料库详情页*/
.about-course {
	margin-bottom: 25px
}
.course-container{
	background: #fff;
	padding: 20px
}
.about-course-left h4,.course-explain-left h4{
	font-size: 16px;
	color:#333;
	margin-bottom: 10px
}
.course-explain-left h4{
	color: #9A9A9A;
	margin-bottom: 6px;
}
.about-course-right{
	background: #f5f8fa;
	padding: 10px
}
.about-course-img{
	width:100px;
	height:80px;
}
.about-course-img img{
	width:100%;
	height:100%;
}
.about-course-detail,.about-course-price{
	margin-right: 80px;
	border-right: 1px solid #ddd;
	font-size: 12px;
	padding: 5px 80px 5px 20px;
}
.about-course-detail{
	width: 300px;
	position: relative;
}
.about-course-price{
	padding: 10px 80px 10px 0;
	height: 60px;
}
.about-course-detail h4{
	font-size: 14px;
}
.about-course-detail .course-author{
	margin: 10px 0;
}
.about-course-detail label{
	position: absolute;
	right: 10px;
	top:5px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: #0083DD;
	-moz-border-radius: 5px;
	     border-radius: 5px;
    text-align: center;
}
.about-course-price p{
	line-height: 25px
}
.about-course-price span{
	font-size: 17px;
	color:red;
	font-weight:bold;
}
.about-course-price label{
	background: url("/wechat/img/vip-bg.png") no-repeat center;
	width: 85px;
	height:25px;
	text-align: center;
	line-height: 25px;
	color:#fff;
	-moz-border-radius: 5px;
	     border-radius: 5px;
	overflow: hidden;
	margin-left: 20px;
}
.about-course-price a{
	font-size: 14px;
    color: #0083DD;
    display: block;
    padding-top: 30px;
    text-decoration: underline;
}
.see-course{
	line-height: 20px;
	margin-top: 25px
}
.see-course a{
	color:#999999;
	font-size: 14px
}
.book-right .book-price{
	margin:30px 0 0;
}

.database-origin{
	margin-top: 15px;
	margin-bottom: 0
}

.eBook-button {
	display: inline-block;
	margin-top: 115px;
	border-radius: 5px;
}
.duihuanma .ware-code-alert{
	background: #ff433e;
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
}
.duihuanma .ebook-exchange{
	margin-left: 115px;
}
.duihuanma .buy-now{
	margin-top: 0;
	border-radius: 0;
	margin-left: -5px;
	margin-right:0;
	padding: 0 20px;
	width: auto;
	font-size: inherit;
}
.ware-code-alert{
	color:#fff;
	line-height: 40px;
}
.course-explain-right li{
	font-size: 14px;
	line-height: 24px;
	color: #9A9A9A;
}
.about-book-detail{
	font-size: 14px;
	line-height: 24px
}
.book-right .book-price p.now span, .current_price_choose{
	font-size: 24px
}

/*支付完成页*/
.paySuccess-wrapper{
	background:#f5f5f5;
	padding: 20px 0 240px
}
.paySuccess-container{
	background: #fff;
	width:1100px;
	margin:0px auto;
}
.paySuccess-title{
	width:20%;
	margin:0 auto;
	padding: 40px 0 0
}
.paySuccess-title h2{
	font-size: 20px;
	margin-left:10px;
	line-height: 40px;
	color: #0083DD;
}
.paySuccess-content{
	padding: 50px
}
.paySuccess-content .content-title-p{
	margin-bottom: 10px
}
.paySuccess-content a{
	color:#0083DD;
}
.paySuccess-content .content-course{
	margin-bottom: 10px
}
.content-course .content-course-middle{
	width:85%;
	height: 80px;
	background: #F2F2F2;
}
.content-course-middle p{
	padding: 20px;
	line-height: 40px
}
.content-course .content-course-right{
	width: 14%;
	height: 80px;
	line-height: 80px;
	background: #F2F2F2;
	border-left:1px solid #fff;
	text-align: center;
}

.my-skin .layui-layer-btn a:nth-of-type(1) {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #666;
}
.my-skin .layui-layer-btn a:nth-of-type(2) {
	border: 1px solid #0086c6;
	background-color: #0086c6;
	color: #fff;
}
.my-skin .error-msg{
	color:red;
	height: 16px;
	line-height: 16px;
	margin: 15px 15px 5px;
	font-size: 14px;
}
.my-skin .form-control{
	border: 1px solid #0086c6;
	line-height: 40px;
	padding-left: 10px;
	margin: 0 15px;
	width: 240px;
}
.database-head{
	padding-top: 20px;
}
.database-head-right{
	width: 210px;
	height: 108px;
	background: url('../img/database-bg.png') no-repeat center;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
	position: relative;
}
.database-head-right a{
	position: absolute;
	right:30px;
	bottom:14px;
	display: block;
	width: 75px;
	height: 22px;
	-moz-border-radius: 50px;
	     border-radius: 50px;
}
.database-origin{
	margin: 10px 0;
}
.database-origin .origin-label{
	display: block;
	width: 50px;
	padding: 1px 5px;
	border:1px solid #0083DD;
	text-align: center;
	margin-right: 10px;
	color: #0083DD;
	font-size: 12px;
	-moz-border-radius: 5px;
	     border-radius: 5px;
}
.database-origin .origin-author{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}
.database-price{
	line-height: 20px
}
.gray-disabled{
	color: #fff;
	background: #C9C9C9;
	padding: 10px;
	display: block;
	pointer-events: none;
}


.database-sub-li:after{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	content: "";
	display: block;
	background: rgba(0,0,0,.2);
	z-index: -1;
}
 .database-sub-li:hover:after{
	-webkit-animation: moveBefore .6s linear;
	-moz-animation: moveBefore .6s linear;
	     animation: moveBefore .6s linear;
} 
@-webkit-keyframes moveBefore {
	0%{
		z-index: -1;
		width: 100%;
		height:100%;
		left:0;
		top:0;
	}
	25%{
		z-index: 1;
		width:75%;
		height: 75%;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	50%{
		z-index: 1;
		width:50%;
		height: 50%;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	75%{
		z-index: 1;
		width:25%;
		height: 25%;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	100%{
		z-index: -1;
		width:0;
		height: 0;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
}
@-moz-keyframes moveBefore {
	0%{
		z-index: -1;
		width: 100%;
		height:100%;
		left:0;
		top:0;
	}
	25%{
		z-index: 1;
		width:75%;
		height: 75%;
		left:50%;
		top:50%;
		-moz-transform: translate(-50%,-50%);
		     transform: translate(-50%,-50%);
	}
	50%{
		z-index: 1;
		width:50%;
		height: 50%;
		left:50%;
		top:50%;
		-moz-transform: translate(-50%,-50%);
		     transform: translate(-50%,-50%);
	}
	75%{
		z-index: 1;
		width:25%;
		height: 25%;
		left:50%;
		top:50%;
		-moz-transform: translate(-50%,-50%);
		     transform: translate(-50%,-50%);
	}
	100%{
		z-index: -1;
		width:0;
		height: 0;
		left:50%;
		top:50%;
		-moz-transform: translate(-50%,-50%);
		     transform: translate(-50%,-50%);
	}
}
@keyframes moveBefore {
	0%{
		z-index: -1;
		width: 100%;
		height:100%;
		left:0;
		top:0;
	}
	25%{
		z-index: 1;
		width:75%;
		height: 75%;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	50%{
		z-index: 1;
		width:50%;
		height: 50%;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	75%{
		z-index: 1;
		width:25%;
		height: 25%;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	100%{
		z-index: -1;
		width:0;
		height: 0;
		left:50%;
		top:50%;
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
}