/*产品页面自定义样式*/
 
/*手机端样式*/
@media screen and (max-width:600px){

	.my-banner .banner-container h1{
		font-size: 40px;
	    margin-top: 0px;
	    text-transform: uppercase;
	    font-weight: revert;
	    color: #f5e4e4;
	    font-family: Arial Black;
	}
	.my-banner .banner-container{
		padding-top: 50px;
	}
	.st-main .st-h30{
 		margin-top: 5rem;
 	}

 	h2.product-title{
 		width: 95%;
	    margin: auto;
	    text-align: center;
	    line-height: 130%;
	    font-size: 30px;
	    text-transform: uppercase;
	 }
 
	.st-article-list p.content{
		font-size: 16px;
	    text-align: left;
	    margin-bottom: 5rem;
	    padding: 1rem;
	}
	.st-article-list h1.budy-title{
		width: 100%;
	    text-transform: uppercase;
	    text-align: center;
	    margin: auto;
	    font-weight: 800;
	    font-size: 38px;
	}
	.biaoge{
		width: 95%;
    	margin: auto;
	}
	.biaoge p{
		line-height: 20px;
    	color: #333333;
    	text-align: center;
	}
	.biaoge .table-striped{
		margin-top: 8rem;
		border: 1px solid #090909;
	    border-radius: 6px;
	    border-collapse: unset;
	}
	.table-pc{
		display: none;
	}
	.table-h5{
		display: show;
	}
	.table-striped>tbody>tr:nth-of-type(odd){
		background-color: #fee9ee;
	}
 
	.table-striped>tbody>tr:first-child {
		font-weight: 600;
	    background-color: #fdb6c6;
	    height: 6rem;
	    vertical-align: inherit;
	}
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
		padding: 8px;
	    line-height: 5rem;
	    vertical-align: inherit;
	    border-top: 0px solid #ddd;
	    text-align: center;
	}
	.tab-one{
		font-weight: 600; 
    	width: 160px;
	}
	.tab-tow{
		font-weight: 400;
	}
    

}


/*平板端样式*/


@media screen and (min-width:600px) and (max-width:960px){
    
}



/*PC端样式*/

@media screen and (min-width:960px){

	.my-banner .banner-container h1{
		font-size: 121px;
	    margin-top: 0px;
	    text-transform: uppercase;
	    font-weight: revert;
	    color: #f5e4e4;
	    font-family: Arial Black;
	}
 	.st-main .st-h30{
 		margin-top: 10rem;
 	}
 	h2.product-title{
 		width: 750px;
	    margin: auto;
	    text-align: center;
	    font-size: 46px;
	    line-height: 130%;
	 }

	.st-article-list{
		margin-top: 5rem;
	}
	.st-article-list p.content{
		font-size: 22px;
    	text-align: left;
    	margin-bottom: 13rem;
	}
	.st-article-list h1.budy-title{
		width: 680px;
	    text-transform: uppercase;
	    text-align: center;
	    margin: auto;
	    font-weight: 800;
	    font-size: 48px;
	}
	.biaoge{
		width: 800px;
    	margin: auto;
	}
	.biaoge p{
		line-height: 20px;
    	color: #333333;
    	text-align: center;
	}

	.biaoge .table-striped{
		margin-top: 8rem;
		border: 1px solid #090909;
	    border-radius: 6px;
	    border-collapse: unset;
	}
	.table-pc{
		display: show;
	}
	.table-h5{
		display: none;
	}
	.table-striped>tbody>tr:nth-of-type(odd){
		background-color: #fee9ee;
	}
 
	.table-striped>tbody>tr:first-child {
		font-weight: 600;
	    background-color: #fdb6c6;
	    height: 6rem;
	    vertical-align: inherit;
	}
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
		padding: 8px;
	    line-height: 5rem;
	    vertical-align: inherit;
	    border-top: 0px solid #ddd;
	    text-align: center;
	}
	.tab-one{
		font-weight: 600; 
    	width: 160px;
	}
	.tab-tow{
		font-weight: 400;
	}
}


/*产品页面自定义样式*/


