
/* 1280px 及以下） */
@media only screen and (max-width: 1279px) {
	.content {
		margin-top: -0.2rem;
	}
	.panel-1 {
		background-image: url("./banner.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 4.2rem;
		padding: 1.6rem 0.8rem 0 0.8rem;
	}
	.panel-1 .name {
		text-align: center;
		font-size: 0.4rem;
		font-weight: bold;
	}
	.panel-1 .tips {
		text-align: center;
		font-size: 0.3rem;
		padding-top: 0.3rem;
	}
	.panel-2 {
		font-size: 0.3rem;
		color: #666666;
		padding: 0.3rem;
	}
	.panel-2 .img {
        text-align: center;
		padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    }
	.panel-2 .img img{
		width: 100%;
		height: auto;
	}
}

/* 1280px 像素及以上） */
@media only screen and (min-width: 1280px) {
	.content {
		margin-top: -0.3rem;
	}
	.panel-1 {
		background-image: url("./banner.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		min-height: 6rem;
		padding: 4.1rem 1.9rem 0 1.9rem;
	}
	.panel-1 .name {
		text-align: center;
		font-size: 0.9rem;
	}
	.panel-1 .tips {
		text-align: center;
		font-size: 0.3rem;
		padding: 0 4.8rem;
	}
	.panel-2 {
		font-size: 0.3rem;
		color: #666666;
		padding: 1rem 1.4rem;
	}
	.panel-2 .tab {
		display: flex;
		padding-bottom: 0.6rem;
	}
	.panel-2 .tab .txt{
		position: relative;
		flex: 1;
		line-height: 0.5rem;
	}
	.panel-2 .tab .img{
		position: relative;
		flex: 1;
	}
	.panel-2 .tab .w20{
		width: 0.6rem;
	}
	.panel-2 .img img{
		width: 100%;
		height: auto;
	}
}