
* {
    box-sizing: border-box;
}

 li {
            list-style: none;
            
        }

        a {
            text-decoration: none;
        }

        li {
            width: 234px;
            height: 300px;
            background-color: #fff;
            transition: all .3s;
            margin-left: 13px;
            float: left;
            
        }

        li .tu {
            width: 100%;
            height: 160px;
        }

        li .tu img {
            margin-left: 38px;
            margin-top: 22px;
            width: 160px;
            height: 100%;
        }

        li h4 {
            font-size: 16px;
            text-align: center;
            margin-top: 15px;
            font-weight: 100;
            color: #000;
        }

        li p {
            font-size: 12px;
            text-align: center;
            color: #ccc;
            margin-top: 15px;

        }

        li span {
            display: block;
            font-size: 12px;
            text-align: center;
            margin-top: 20px;
            color: #c47f44;
        }

        li:hover {
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        }
/* body 样式 */
body {
    font-family: Arial;
    margin: 0;
}
.image{
border-radius:1px;
 object-fit: contain;
max-width:100%;

max-height:100%;

width:auto;
align:center;
height:auto;
} 
/* 标题 */
.header {
    padding: 80px;
    text-align: center;
    background-size: cover;
    background-image:url(https://s1.ax1x.com/2022/05/14/O6CMPx.jpg);
    color: white;
}
 
/* 标题字体加大 */
.header h1 {
    font-size: 40px;
}
 
/* 导航 */
.navbar {
    overflow: hidden;
    background-color: #333;
}
 
/* 导航栏样式 */
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}
 
/* 右侧链接*/
.navbar a.right {
    float: right;
}
 
/* 鼠标移动到链接的颜色 */
.navbar a:hover {
    background-color: #ddd;
    color: black;
}
 
/* 列容器 */
.row {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
}
 
/* 创建两个列 */
/* 边栏 */
.side {
    -ms-flex: 30%; /* IE10 */
    flex: 30%;
    background-color: #f1f1f1;
    padding: 20px;
}
 
/* 主要的内容区域 */
.main {   
    -ms-flex: 70%; /* IE10 */
    flex: 70%;
    background-color: white;
    padding: 20px;

}
 
/* 测试图片 */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}
.cQb {
 object-fit: contain;
     text-align: center;
     }
/* 底部 */
.footer {
    padding: 20px;
    text-align: center;
    background: #ddd;
}
 
/* 响应式布局 - 在屏幕设备宽度尺寸小于 700px 时, 让两栏上下堆叠显示 */
@media screen and (max-width: 700px) {
    .row {   
        flex-direction: column;
    }
}
 
/* 响应式布局 - 在屏幕设备宽度尺寸小于 400px 时, 让导航栏目上下堆叠显示 */
@media screen and (max-width: 400px) {
    .navbar a {
        float: none;
        width: 100%;
    }
}

	@font-face {
	font-family: mc;
		src: url('../font/Minecraft.ttf');
}
	}