@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	transition-duration:3s;
}
body,html{
	width: 100%;
	height: 100%;
}
body{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#canvas-basic {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
    display: block;
    position: fixed;
}
#tips_box{
	width: 24rem;
	height: 4rem;
	position: absolute;
	border-radius: 0.8rem;
	top: 10rem;
	display: flex;
	cursor: pointer;
	font-size: 1.2rem;
	align-items: center;
	justify-content: center;
	box-shadow: 0.24rem 0.24rem 0.36rem #b2b6b6;
	background: rgba(255,255,255,0.9);
}
#tips_box::after{
	content: "✅";
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 0rem;
	line-height: 4rem;
}
#main_jyy{
	width: 80%;
	height: 36rem;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.6);
	border-radius: 0.8rem 0.8rem 0 0;
}
.left_main{
	width: 100%;
	height: 100%;
	color: #000;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	border-radius: 0.8rem;
}
.left_main h1{
	font-size: 1.8rem;
	text-shadow: 0.32rem 0.32rem 0.36rem #b2b6b6;
}
.left_main h1:hover{
	font-size: 1.9rem;
	text-shadow: 0.36rem 0.36rem 0.42rem ##c5c9c9;
}
.left_main p{
	font-size: 1rem;
	text-shadow: 0.12rem 0.12rem 0.16rem #b2b6b6;
}
.left_main p:hover{
	font-size: 1.1rem;
	text-shadow: 0.14rem 0.14rem 0.18rem #b2b6b6;
}
.api_info{
	width: 80%;
	height: 16rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 1rem;
	text-shadow: 0.1rem 0.1rem 0.12rem #b2b6b6;
	justify-content: space-around;
	box-shadow: 0.24rem 0.24rem 0.36rem #b2b6b6;
	background: rgba(255,255,255,0.7);
}
.api_info:hover{
	text-shadow: 0.4rem 0.4rem 0.6rem #b2b6b6;
	box-shadow: 0.86rem 0.86rem 1.2rem #b2b6b6;
}
.api_info form input:nth-of-type(1){
	width: 16rem;
	height: 1.8rem;
	border: none;
	cursor: text;
	outline: none;
	border-radius: 0.4rem;
	box-shadow: 0.16rem 0.16rem 0.24rem #b2b6b6;
	text-shadow: 0.1rem 0.1rem 0.12rem #b2b6b6;
}
.api_info form input:nth-of-type(2){
	width: 3.6rem;
	height: 1.8rem;
	border: none;
	border-radius: 0.4rem;
	box-shadow: 0.12rem 0.12rem 0.16rem #b2b6b6;
	text-shadow: 0.1rem 0.1rem 0.12rem #b2b6b6;
	background: rgba(255,255,255,0.9);
}
.api_info form input:hover{
	box-shadow: 0.36rem 0.36rem 0.48rem #b2b6b6;
}
.api_info input{
	width: 16rem;
	height: 1.6rem;
	font-size: 1rem;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 0.4rem;
	box-shadow: 0.16rem 0.16rem 0.24rem #b2b6b6;
	text-shadow: 0.1rem 0.1rem 0.12rem #b2b6b6;
}
.api_info input:hover{
	box-shadow: 0.36rem 0.36rem 0.48rem #b2b6b6;
}
.api_btn{
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: rgba(255,255,255,0.3);
}
.api_btn span{
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.api_btn span a{
	color: #000;
	width: 5.6rem;
	height: 2.8rem;
	font-size: 0.8rem;
	line-height: 2.8rem;
	font-style: none;
	text-align: center;
	text-decoration: none;
	border-radius: 0.8rem;
	margin: 0.6rem;
	background: rgba(255,255,255,1);
	box-shadow: 0.12rem 0.12rem 0.16rem #b2b6b6;
}
.api_btn span a:hover{
	box-shadow: 0.36rem 0.36rem 0.48rem #b2b6b6;
}
.right_main{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 0.8rem;
}
.right_main img{
	width: 80%;
	height: auto;
	margin-top: 5rem;
	box-shadow: 0.32rem 0.32rem 0.48rem #b2b6b6;
	border-radius: 1.2rem;
}
.right_main img:hover{
	box-shadow: 1rem 1rem 1.6rem #b2b6b6;
}
#info_jyy{
	width: 80%;
	height: 12rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	background: rgba(255,255,255,0.6);
}
#info_jyy h3{
	width: 100%;
	height: 4rem;
	font-size: 1.6rem;
	line-height: 4rem;
	text-align: center;
	cursor: pointer;
	text-shadow: 0.32rem 0.32rem 0.36rem #b2b6b6;
}
#info_jyy h3:hover{
	font-size: 1.8rem;
	text-shadow: 0.36rem 0.36rem 0.42rem ##c5c9c9;
}
.site_box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site_box a{
	width: 8rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #000000;
	margin: 2rem;
	font-size: 0.92rem;
	text-shadow: 0.1rem 0.1rem 0.12rem #b2b6b6;
	border-radius: 0.8rem;
	box-shadow: 0.32rem 0.32rem 0.48rem #b2b6b6;
	background: rgba(255,255,255,0.6);
	text-decoration: none;
}
.site_box a:hover{
	box-shadow: 1rem 1rem 1.2rem #b2b6b6;
}
#foot_jyy{
	width: 80%;
	height: 6rem;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 0 0 0.8rem 0.8rem;
	background: rgba(255,255,255,0.6);
}
#foot_jyy p{
	height: 1.2rem;
	display: inline-block;
	text-align: center;
	line-height: 1.2rem;
	font-size: 0.8rem;
	text-shadow: 0.1rem 0.1rem 0.12rem #b2b6b6;
}
#foot_jyy p:hover{
	font-size: 0.92rem;
	text-shadow: 0.14rem 0.14rem 0.18rem #b2b6b6;
}
@media screen and (max-width: 98rem) {
	.api_info{
		height: 20rem;
	}
    .api_btn{
		flex-direction: column;
	}
}
@media screen and (max-width: 67rem) {
    #main_jyy{
		flex-direction: column;
	}
	#tips_box{
		top: 2rem;
	}
	.api_info{
		width: 60%;
		height: 18rem;
		margin: 2rem;
	}
	.left_main{
		height: 20rem;
	}
	.right_main{
		height: 10rem;
	}
	.right_main img{
		width: 50%;
		height: 100%;
		margin-top: 1rem;
	}
}
@media screen and (max-width: 53rem){
	#foot_jyy p:nth-of-type(1){
		display: none;
	}
}
@media screen and (max-width: 47rem){
	.api_info{
		width: 80%;
		height: 20rem;
	}
}
@media screen and (max-width: 36rem){
	.left_main{
		height: 36rem;
	}
	.right_main{
		display: none;
	}
	#foot_jyy p:nth-of-type(2){
		display: none;
	}
	.site_box a{
		width: 5rem;
		height: 2rem;
		line-height: 2rem;
		margin: 1rem;
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 28rem){
	.api_info form{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#foot_jyy p:nth-of-type(3){
		display: none;
	}
}
@media screen and (max-width: 26rem){
	#main_jyy{
		width: 100%;
		border-radius: 0;
	}
	.left_main p{
		width: 80%;
	}
	#info_jyy{
		width: 100%;
	}
  	.api_btn{
		display: none;
	}
	#foot_jyy{
		width: 100%;
		border-radius: 0;
	}
}