        body{
            background: url('/template/default/html/images/1519ecb7fcee43a3a0f6f87b8be22080.gif') no-repeat;
            background-size: 100%;
        }
        .page-introduce{
            margin: 170px auto 0;
            width: 85vw;
            max-width: 1440px;
            color: #fff;
        }
        @media screen and (max-width: 475px){
            .page-introduce{
                width: 90vw;
            }
        }
        .page-introduce>div:nth-child(1){
            font-size: 32px;
            font-weight: 700;
            line-height: 1.4em;
        }
        .page-introduce>div:nth-child(2){
            margin-top: 10px;
            line-height: 1.7em;
            font-size: 16px;
            font-weight: 400;
        }
        .page-introduce>div:nth-child(3){
            padding: 10px 0;
        }
        .page-introduce>div:nth-child(3) .layui-breadcrumb a{
            color: #fff !important;
        }
        .page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child{
            color: rgba(255,255,255,0.64) !important;
        }
        .page-container{
            background: #fff;
        }
        .page-container .media-box{
            margin: 0 auto;
            padding: 70px 0;
            width: 85vw;
            max-width: 1440px;
        }
        .page-container .media-box .media-list{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        @media screen and (max-width: 475px){
            .page-container .media-box .media-list{
                display: block;
            }
        }
        .page-container .media-box .media-list .media-item{
            position: relative;
            margin-bottom: 20px;
            width: 32%;
            cursor: pointer;
        }
        @media screen and (max-width: 475px){
            .page-container .media-box .media-list .media-item{
                width: unset;
            }
        }
    .tab-list{
        display: flex;
        margin-top: 25px;
    }
    /* @media screen and (max-width: 475px){
        .tab-list{
            display: unset;
            position: relative;
            left: -7.5vw;
        }
    } */
    .tab-list .tab-item{
        flex: 1;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #666;
        background-color: #f9f9f9;
        transition: all .5s;
        cursor: pointer;
        white-space: nowrap;
    }
    /* @media screen and (max-width: 475px){
        .tab-list .tab-item{
            width: 100vw;
        }
    } */
    .tab-list .tab-item:hover, .tab-list .tab-item.active{
        background-color: #D20104;
        color: #fff;
    }
/* 分页样式 */
.product-page {
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
}
.product-page a {
	display: inline-block;
	margin: 0 3px;
	padding: 6px 14px;
	min-width: 36px;
	height: 36px;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: #fff;
	transition: all .3s;
}
.product-page a:hover {
	border-color: #D20104;
	color: #D20104;
	background: #fff;
}
.product-page a.active {
	border-color: #D20104;
	background: #D20104;
	color: #fff;
}
@media screen and (max-width: 475px) {
	.product-page a {
		padding: 6px 10px;
		margin: 0 2px;
		font-size: 13px;
	}
}
