/* 主页的css */

.introduce img{
    width: calc(90% + 10px);
    border-radius: 20px;
    height: auto;
    display: block;
    margin: auto;
}

img.img_title {
    height: 40vw;
    object-fit: cover;
    object-position: center top;
	border-radius: 0px;
}

.introduce h1{
    font-size: calc(2rem + 1vw);
    text-align: center;
}

.introduce p{
    font-size: calc(0.8rem + 1vw);
    text-indent: 2rem;
    margin: 5vw 3vw;
}

/* .introduce p:hover{
	transform: scale(1.1);
} */

.introduce .section_name{
    font-size: calc(0.8rem + 1vw);
    text-indent: 1rem;
	margin: 5px 0px;
	color:black;
	position: relative;
	top: 20%;
	left: 10%;
}

.section {
    text-decoration: none;
}

.section a {
    border-radius: 2vw;
}



/* .section1 {
	min-height: 300px;
} */

.section2 {
    height: 15vw;
}

.section3 {
    height: 15vw;
}
/* @media (max-width: 3000px) and (min-width: 900px) {
    .introduce{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .introduce h1{
        grid-column: span 2;
    }
    .introduce .img1{
        grid-row: 2;
        grid-column: 1/3;
    }
    .introduce .img2{
        grid-row: 4;
        grid-column: 1;
    }
    .introduce .img3{
        grid-row: 4;
        grid-column: 2;
    }
    .introduce p{
        grid-column: span 2;
    }
} */

/* *,
*:after,
*:before {
	box-sizing: border-box;
} */

/* .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

body {
	font-family: "Inter", sans-serif;
	color: #303030;
	background-color: mix(#fff, #342ead, 95%);
}

.menu {
	display: flex;
	flex-grow: 1;
	height: 72px;
	max-width: 370px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 1px 0 rgba(#342ead, 0.25), 0 15px 30px 0 rgba(#342ead, 0.1);
}

.menu-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	text-decoration: none;
	&:focus,
	&:hover {
		outline: none;
		.material-icons {
			font-family: "Material Icons";
			color: #342ead;
		}

		.menu-item-label {
			color: #342ead;
		}
	}
} */

/* .material-icons {
	font-family: "Material Icons Outlined";
	display: block;
	margin-bottom: 4px;
	font-size: 26px;
	color: mix(#fff, #342ead, 60%);
	transition: 0.25s ease;
}

.menu-item-label {
	display: block;
	font-size: 13px;
	color: mix(#fff, #342ead, 70%);
	transition: 0.25s ease;
} */
