@charset "utf-8";

/* CSS Document */
/*样式重置*/
body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend,
header,
nav,
footer,
menu,
section,
aside,
article,
canvas,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

ul,
li,
ol {
	list-style: none;
}

img,
fieldset {
	border: 0;
}

img {
	display: block;
	flex-shrink: 0
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a {
	text-decoration: none;
	/*color:#4d4d4d;*/
}

html,
body {
	-webkit-text-size-adjust: none;
}

/*当需要在中文版chrome浏览器中显示小于12px的字体时，而且此时页面放大效果会被阻止*/
html,
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉苹果手机点击瞬间出现的灰色背景*/
input,
textarea,
select {
	-webkit-appearance: none;
	border-radius: 0;
}

/*去除苹果手机默认的input样式（默认样式可丑了ಥ﹏ಥ）*/
selector {
	cursor: pointer
}

/*给IOS系统里cursor不为pointer的元素添加事件时会不同程度受影响，加上cursor: pointer可解决*/
/*img{ pointer-events: none; }*/
/*阻止图片在微信里被点击放大*/
* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

*:before,
*:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/*样式开始*/
/*阿里图标样式*/
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.icon-size {
	font-size: 50px
}

.icon-26 {
	font-size: 26px !important
}

.icon-36 {
	font-size: 36px !important
}
.icon-20 {
	font-size: 20px !important
}
.icon-40 {
	font-size: 40px !important
}



/*
.box {
	width:200px;height: 200px;
    border-radius: 20px;
    background: #e6e7ee;
	border: #d1d9e6 1px solid;
    box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	
}
	.box2 {
	width:200px;height: 200px;
    border-radius: 20px;
    background: #e6e7ee;
	border: #d1d9e6 1px solid;
    box-shadow:inset 2px 2px 5px #b8b9be,inset -3px -3px 7px #fff;
		margin-left: 200px
}
*/
* {
	color: #31344b
}

body {
	background-color: #e6e7ee;
	/* padding-bottom: 100px */
}





/* 移动端适配代码 */
html {
	font-size: 13.33333vw
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.667px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) {
	html {
		font-size: 48px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 361px) and (max-width: 375px) {
	html {
		font-size: 50px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 376px) and (max-width: 393px) {
	html {
		font-size: 52.4px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 394px) and (max-width: 412px) {
	html {
		font-size: 54.93px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 413px) and (max-width: 414px) {
	html {
		font-size: 55.2px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 415px) and (max-width: 480px) {
	html {
		font-size: 64px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 481px) and (max-width: 540px) {
	html {
		font-size: 72px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 541px) and (max-width: 640px) {
	html {
		font-size: 85.33px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 641px) and (max-width: 720px) {
	html {
		font-size: 96px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 721px) and (max-width: 768px) {
	html {
		font-size: 102.4px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 769px) {
	html {
		font-size: 102.4px;
		font-size: 13.33333vw
	}
}

/*1倍设计图尺寸除以50 就是要的rem值;pc端除以256*/














.mob_nav_shadow {
    filter: drop-shadow(0px 0.06rem 0.1rem rgba(0, 0, 0, 0.2));
    transition: all 0.5s;
}

.pc_nav_shadow {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    transition: all 0.5s;
}



.shadow-s {
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	border: #d1d9e6 1px solid;
}

.shadow-n {
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
	border: #d1d9e6 1px solid;
}


/* .blue{
	color: #18634B; 
} */

.blue{
	color: #3b5999;
}

/* .blue{
	color: #0056B3 ;
}
 */

.header{
	width: 100%;
	position: fixed;
	top: 0;
	/* background-color: #e6e7ee; */
	z-index: 999;
	background: rgba(0, 0, 0, .7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	
}

.pc_nav {
	/* max-width: 1280px; */
	max-width: 1200px;
	
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.logo {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background: #e6e7ee;
	border: #d1d9e6 1px solid;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	display: flex;
	justify-content: center;
	align-items: center
}

.logo img {
	width: 25px;
}

.nav_box {
	display: flex;
	height: 100%;
	align-items: center
}

.nav_box li {
	display: flex;
	margin: 0 20px;
	padding: 0 20px;
	height: 50px;
	align-items: center;
	font-size: 16px;
}

.nav_box li:hover {
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	/* box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff; */
	border-radius: 10px;
	/* border: #d1d9e6 1px solid; */
}

.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 150px
}

.information {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	
}

.information .head {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	padding: 20px
}

.information img {
	width: 100%;
	border-radius: 100px
}

.information h1 {
	font-size: 50px;
	margin-top: 30px
}

.information p {
	font-size: 20px;
	color: #44446a;
	margin-top: 20px;
	display: flex;
	align-items: center
}


.information p i {
	margin-right: 10px
}


.information .download {
	font-size: 20px;
	display: flex; 
	padding: 10px 15px;
	border-radius: 10px;
	color: #3b5999;
	margin-top: 50px;
	align-items: center;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	border: #d1d9e6 1px solid;
}

.information .download .icon{
	font-size: 30px;
	margin-right: 10px;
}

.information .download:hover {
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}

.btn{
	border: none;
	font-size: 20px;
	background-color: rgba(0,0,0,0);
	padding: 0;
	cursor:pointer
	
}

.btn span{
	color:  #3b5999;
}


.skill-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 100px
}

.skill-icon {
	width: 88px;
	height: 88px;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	border-radius: 100px;
	border: #d1d9e6 1px solid;
	display: flex;
	align-items: center;
	justify-content: center
}

.skill-icon:hover {
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;

}

.skill {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 200px;
	align-items: center
}

.skill p {
	font-size: 20px;
	margin-top: 30px
}


.experience_box {
	width: 900px;
	margin: auto;
	margin-top: 150px;
	padding: 15px;
	border-radius: 10px
}

.experience {
	padding: 20px 30px;
	border-radius: 10px;
	margin-bottom: 15px
}

.experience:nth-last-child(1) {
	margin-bottom: 0
}

.experience h4 {
	font-weight: normal;
	color: #44476A;
	margin-bottom: 10px;
	font-size: 14px;
}
.experience  h2{ font-size: 20px; display: flex;justify-content: space-between; align-items: center;}
.experience  h2 span{ font-size: 16px; font-weight: normal;}
.experience  h3{ font-size: 16px; color: #44476A; font-weight: normal; margin-top: 10px; margin-bottom: 15px;}
.experience  p{ font-size: 16px; color: #44476A ;text-align:justify; text-justify:inter-ideograph; line-height: 30px;}
.experience .tip{
	display: flex;
	margin-top: 10px;
}

.experience .tip span{
	padding: 3px 10px;font-size: 14px; border-radius: 5px; margin-right: 15px;color: #44476A;display: flex;align-items: center;
}



.works_box {
	margin-top: 150px
}

.works_box .title {
	text-align: center;
	font-size: 20px;
}

.works {
	/* margin-top: 50px; */
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.work {
	width: 350px;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	border-radius: 10px;
	border: #d1d9e6 1px solid;
	padding: 15px
}

.work_text {
	padding: 10px
}

.work img {
	width: 100%;
	border-radius: 10px
}

.work h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px
}

.work p {
	font-size: 14px;
	color: #44476a;
	text-align:justify; text-justify:inter-ideograph;
	overflow: hidden;
	text-overflow: ellipsis;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.work .view {
	font-size: 14px;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	border-radius: 10px;
	border: #d1d9e6 1px solid;
	padding: 10px 15px;
	display: table;
	margin-top: 20px
}

.work .view:hover {
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
	transition: all 0.2s ease;
}



.work_big {
	width: 500px;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	border-radius: 10px;
	border: #d1d9e6 1px solid;
	padding: 15px
}

.work_text {
	padding: 10px
}

.work_big  img {
	width: 100%;
	border-radius: 10px
}

.work_big  h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px
}

.work_big p {
	font-size: 14px;
	color: #44476a;
	text-align:justify; text-justify:inter-ideograph;
	overflow: hidden;
	text-overflow: ellipsis;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.work_big  .view {
	font-size: 14px;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	border-radius: 10px;
	border: #d1d9e6 1px solid;
	padding: 10px 15px;
	display: table;
	margin-top: 20px
}

.work_big  .view:hover {
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
	transition: all 0.2s ease;
}








.gif_box{
	width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;
}

.gif{
	 border-radius: 10px; width: 48%; overflow: hidden; margin-bottom: 50px;
}
.gif img{
	 width: 100%;
}

.details_box{
	max-width: 1320px;
	margin: auto;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
	margin-bottom: 100px;
}

.details_box img{width: 100%;}
.details_box img:nth-child(1){
	border-radius:10px 10px  0 0 ;
}


.details_box img:nth-last-child(1){
	border-radius: 0 0 10px 10px;
}

.details_box2{
	/* width: 80%; */
	width: 1200px;
	max-width: 1920px;
	margin: auto;
	/* padding: 20px;
	border-radius: 10px;
	background-color: #000; box-shadow: 8px 8px 20px 0 rgb(18 21 26 / 60%), -8px -8px 20px 0 rgb(54 62 77 / 50%), inset 0 4px 20px 0 rgb(36 41 51 / 50%); */
	margin-bottom: 100px;
	background-color: #000000;
}

.details_box2 img{
	margin-bottom: 32px;
	width: 100%;
}
.details_box2 video{
	margin-bottom: 32px;
	width: 100%;
	display: block;
}

.details_title{
	
	display: block;
	max-width: 1320px;
	margin: 120px auto 0;

}


.details_title img{
	width: 100px;
	margin-bottom: 30px;
}

.details_title h1{
	font-size: 30px;
}
.details_title p{
	font-size: 16px;
	margin: 20px 0 50px 0;
	text-align:justify; text-justify:inter-ideograph;
	color: #44446a;
}


	.mob_nav {
	    position: fixed;
	    top: 0;
	    width: 100%;
	    height: 1.5rem;
	    z-index: 999;
	    display: none;
	   padding: 0 0.3rem;
	    align-items: center;
	    background-color: #e6e7ee;
	}
	
	.back_top{
		position: fixed;
		bottom: 100px;
		right: 100px;
		width: 60px;
		height: 60px;
		border-radius: 10px;
		font-size: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #e6e7ee;
		z-index: 998;
	}


.title_b{
	text-align: center;
	margin-bottom: 30px; margin-top: 15px;
	
}

.title_b h1{
	font-size: 20px;
}


.title_b p{
	font-size: 14px;
}



.ds_box{
	width: 800px;
	margin: auto;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 100px;
}
.ds_box img{
	width: 100%;
	border-radius: 10px;
	
}


.xq_pic{
	width: auto!important;
	margin: auto;
}


.beian{
	font-size: 16px;
	text-align: center
}

.gif_big{
	border-radius: 10px;
	margin: 0 auto 50px;
	overflow: hidden;
	/* width: 800px; */
}
.gif_big img{
	width: 100%;
}


@media screen and (max-width: 769px) {

	
	.content{
		width: 100%;
		padding: 0 0.3rem;
		margin-top: 2rem;
	}
/* 	.pc_nav{
		display: none;
	} */
	
	.pc_nav{
		width: 100%;
		padding: 0 0.3rem;
		height: 1.5rem;
	}
	.pc_nav img{
		width: 0.8rem;
	}
	.nav_box{
		display: none;
	}
	
	.mob_nav {
    display: flex;
    justify-content: space-between;
}

	.top_box_m {
	    width: 100%;
	    height: 1.6rem;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 0 0.3rem;
	    position: fixed;
	    top: 0;
	    left: 0;
	}
	
	.logo {
		width: 1rem;
		height: 1rem;
		border-radius: 0.2rem;
		background: #e6e7ee;
		border: #d1d9e6 1px solid;
		box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
		display: flex;
		justify-content: center;
		align-items: center
	}
	
	.logo img {
		width: 25px;
	}
	
	
	
/* 	.information{
		margin-top:1.5rem ;
	} */
	

	.information .head {
		width: 3rem;
		height: 3rem;
		border-radius: 3rem;
		padding: 0.4rem
	}
	
	.information img {
		border-radius: 3rem
	}
	.information h1{
		font-size: 0.6rem;
		margin-top: 0.6rem;
	}
	
	
	
	.information p {
		font-size: 0.32rem;
		margin-top: 0.3rem;
	}
	
	
	.information p i {
		margin-right: 0.1rem
	}
	
	.information .download {
		font-size: 0.32rem;
		padding: 0.2rem 0.3rem;
		border-radius: 0.2rem;
		margin-top: 0.6rem;
	}
	
	.information .download .icon{
		font-size: 0.5rem;
		margin-right: 0.2rem;
	}
	
	.btn{
		
		font-size: 0.32rem;

		
	}
	
	
	
	.icon-26{
		font-size: 0.4rem!important;
		
	}
	
	
	.icon-36{
		font-size: 0.6rem!important;
		
	}
	
	.icon-20{
		font-size: 0.4rem!important;
		
	}
	
	.icon-40{
		font-size: 0.6rem!important;
		
	}
	
/* 	.skill{
		width: 50%;
		margin-bottom: 0.6rem;
	}
	
	.skill p{
		font-size: 0.36rem;
		margin-top: 0.3rem;
	}
	.skill-icon{
		width: 1.76rem;
		height: 1.76rem;
	}
	.icon-size{
		font-size: 1rem;
	}
	 */
	
	.skill-box{
		margin-top: 1rem;
	}
	
	.skill{
		width: 33.3%;
		margin-bottom: 0.6rem;
	}
	
	.skill p{
		font-size: 0.30rem;
		margin-top: 0.3rem;
	}
	.skill-icon{
		width: 1.4rem;
		height: 1.4rem;
	}
	.icon-size{
		font-size: 0.8rem;
	}
	
	

	
	
	
	.experience_box {
		width: 100%;
		margin: auto;
		margin-top: 1.5rem;
		padding: 0.3rem;
		border-radius: 0.2rem
	}
	
	.experience {
		padding: 0.4rem;
		border-radius: 0.2rem;
		margin-bottom: 0.3rem
	}
	

	.experience  h2{ font-size: 0.3rem; flex-wrap: wrap;}
	.experience  h2 span{ font-size: 0.26rem; margin-top: 0.06rem; }
	.experience  h3{ font-size: 0.28rem;  margin-top: 0.2rem; margin-bottom: 0.2rem}
	.experience  p{ font-size: 0.26rem; line-height: 0.46rem;}
	.experience .tip{
		
		margin-top: 0.2rem;
	}
	
	.experience .tip span{
		padding: 0.06rem 0.2rem;font-size: 0.24rem ;border-radius: 0.1rem; margin-right: 0.3rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.works_box {
		margin-top: 1rem
	}
	
	
	.work{
		width: 100%;
		margin-bottom: 0.4rem;
		box-shadow: 0.1erm 0.1rem 0.2rem #b8b9be, -0.1rem -0.1rem 0.2rem #ffffff;
	}
	
	.gif{
		 border-radius: 0.2rem;width: 100%;  margin-bottom: 0.3rem;
	}
	
	.gif_big{
		border-radius: 0.2rem;
		margin: 0 auto 0.3rem;
	}
	
	
	.details_box{
		width: 100%;
		padding: 0rem;
		border-radius: 0.2rem;
		box-shadow: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;
		margin-bottom: 0;
		
	}
	.details_box img{
		border-radius: 0!important;
	}
	  
	.details_box2{ 
		width: 100%;
	/* 	padding: 0 0.3rem; */
		margin-bottom: 0;
	}
	
	.details_box2 img{
		margin-bottom: 0.2rem;
	}
	.details_box2 video{
		margin-bottom: 0.2rem;
	}
	
	
	.details_title{
		
		display: block;
		width: 100%;
		padding: 0 0.3rem;
		margin: 1.5rem auto 0;
	
	}
	
	.details_title img{
		width: 1.5rem;
		margin-bottom: 0.3rem;
	}
	
	
	.details_title h1{
		font-size: 0.5rem;
	}
	.details_title p{
		font-size: 0.28rem;
		margin: 0.2rem 0 1rem 0;
	}
	
	
	
	
	
	
	.back_top{
		
		bottom: 1rem;
		right: 0.3rem; 
		width: 1rem;
		height: 1rem;
		border-radius: 10px;
		font-size: 20px;
	}
	
	.ds_box{
		width: 100%;
		padding: 0.3rem;
		border-radius: 0.2rem;
		margin-bottom: 1rem;
	}
	.ds_box img{
		border-radius: 0.2rem;
		
	}
	
	
	.xq_pic{
		width: 100%!important;
	}
	

	
}