@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
a{
	text-decoration: none;
}
.container{
	width: 95%;
}
body{
	max-width: 640px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	background-color: #eee;
	height: 100%;
}
.main{
	background: #fff;
	padding: 10px;
}
.list li{
	list-style: none;
	padding: 10px 0 10px 20px;
	margin: 10px 0 20px;
	line-height: 1.5;
	font-size: 14px;
	border: 1px solid #eee;
	background-color: #fefefe;
	background-image: url(../img/inedx-playe.png);
	background-repeat: no-repeat;
	background-position:95% center
}
.list li:hover{			
	box-shadow: 0px 5px 15px #f1f1f1;
}
.cover{
	color: #fff;
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center -15px;
	background-size: 100% auto;
	position: relative;
	transition: background 0.8s ease;
}
.cover_ps{	
	background-image: url(../img/cover_ps.jpg) ;
}
.cover_ai{
	background-image: url(../img/cover_ai.jpg) ;
}
.cover_id{
	background-image: url(../img/cover_id.jpg) ;
}
.cover_lr{
	background-image: url(../img/cover_lr.jpg) ;
}
.cover_dw{
	background-image: url(../img/cover_dw.jpg) ;
}

.cover_cdr{
	background-image: url(../img/cover_cdr.jpg) ;
}
.cover_principle{
	background-image: url(../img/cover_principle.jpg) ;
}
.cover_sketch{
	background-image: url(../img/cover_sketch.jpg) ;
}
.cover_c4d{
	background-image: url(../img/cover_c4d.jpg) ;
}
.cover_huke{
	background-image: url(../img/cover_huke.jpg) ;
}
.cover_text{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.cover_tips{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 8px;
	display: block;
	font-weight:400;
	background: rgba(0, 0, 0, 0.6);
	color: #999;
}
.get_free_box{
	position: relative;
}
.get_free{
	display: block;
	position: absolute;
	right: 8px;
	top: 25%;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	padding:5px 10px;
	box-sizing: border-box;
	background: red;
}
.get_free_play{/*设置动效速度，并绑定动画*/
	transition: all 5s ease;
	animation: text_shake 1s infinite cubic-bezier(1, 0.01, 0.13, 0.99);
	-moz-animation: text_shake 1s infinite cubic-bezier(1, 0.01, 0.13, 0.99); /* Firefox */
	-webkit-animation: text_shake 1s infinite cubic-bezier(1, 0.01, 0.13, 0.99);  /* Safari å’Œ Chrome */
	-o-animation: text_shake 1s infinite cubic-bezier(1, 0.01, 0.13, 0.99); /* Opera */
}
@keyframes text_shake{/*动效*/
	from{background: red;color: #fff;}
	to{background: #fff;color: red;}
}
.head_icon{
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 15px;
}
.icon_ps{
	background-image: url(../img/index-ps-icon.png)
}
.icon_ai{
	background-image: url(../img/ai_icon.png)
}
.icon_id{
	background-image: url(../img/id_icon.png)
}
.icon_lr{
	background-image: url(../img/lr_icon.png)
}
.icon_dw{
	background-image: url(../img/dw_icon.png)
}
.icon_cdr{
	background-image: url(../img/cdr_icon.png)
}
.icon_principle{
	background-image: url(../img/principle_icon.png)
}
.icon_sketch{
	background-image: url(../img/sketch_icon.png)
}
.icon_c4d{
	background-image: url(../img/c4d_icon.png)
}
.icon_huke{
	background-image: url(../img/huke_icon.png)
}
.fist_title{
	line-height: 30px;
	font-size: 30px;
	height: 30px;
	margin-bottom: 10px;
}
.fist_title a{
	color: #fff;
}
.abstract{
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.ps-title{
	font-size: 24px;
	text-decoration: none;
	color: #3c3c3c;
	display: block;
}
.ps-des{
	display: block;
	font-size: 14px;
	color: #999;
	width: 80%;
	line-height: 1.4;
}
.seo{
	font-size: 0.5em;
	text-align: justify;
	color: #eee;
	height: 20px;
	overflow: hidden;
	transform: translate(-200%,0);
}
.seo-none{
	display: none;
}
.footer{
	padding: 20px 0 10px;
}
.go_top{
	display: block;
	width: 100%;
	color: #fff;
	background: #2e516f;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.free{
	display: none;
}
.hidden{
	display: none;
}
.go_zhihu{
	margin: 0 auto;
	text-align: center;
	color: #3c3c3c;
	height: 60px;			
	line-height: 60px;
	border-radius: 30px;
	width: 80%;
	font-size: 18px;
	display: block;
	text-decoration: underline;
}
.title2{
	text-align: center;
	margin: 50px 0 20px;
	color: #3c3c3c;
	font-size: 26px;
}
.soft_ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.soft_list{
	width: 31%;
	margin-bottom: 15px;
	padding: 20px 0 40px;
	background-color: #fefefe;			
	border:2px solid #eee;
}
.soft_list .icon{
	display: block;
	height: 80px;
	width: 100%;
	background-size: auto 90%;
	position: relative;
	transition:0.2s 0s ease; /*动画持续，延迟，效果*/
}		
.soft_list .icon:hover{
	background-size: auto 100%;
}
.link_text{
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: -30px;
	font-size: 16px;
	color: #999;
	text-align: center;
	transition: all 0.2s 0s ease;
}
.soft_list .icon:hover .link_text{
	transform: scale(0.8);
}
.icon1{			
	background: url(../img/ps_icon.png) no-repeat center;
}
.icon2{			
	background: url(../img/ai_icon.png) no-repeat center;
}
.icon3{			
	background: url(../img/id_icon.png) no-repeat center;
}
.icon4{			
	background: url(../img/lr_icon.png) no-repeat center;
}
.icon5{			
	background: url(../img/dw_icon.png) no-repeat center;
}
.icon6{			
	background: url(../img/cdr_icon.png) no-repeat center;
}
.icon7{			
	background: url(../img/principle_icon.png) no-repeat center;
}
.icon8{			
	background: url(../img/sketch_icon.png) no-repeat center;
}
.icon9{			
	background: url(../img/c4d_icon.png) no-repeat center;
}
@media(min-width: 640px){
	.cover:hover{
		background-size: 108% auto;
	}
}
@media(max-width: 639px){
	.mini_hidden{
		display: none;
	}
	.cover{
		background-size: auto 100%;
	}
	.fist_title{
		font-size: 24px;
	}
	.ps-title{
		font-size: 20px;
	}
	.go_zhihu{
		font-size: 14px;
	}
	.title2{
		font-size: 18px;
		margin: 30px 0 15px;
	}
	.link_text{
		font-size: 12px;
	}
}