﻿@charset "utf-8"; 
:root{--color:#070c50;}
table tr:nth-child(odd){background-color: #e4eff7;}
table tr:nth-child(even){background-color: #fff;}
.choose-ul .choose-item .info{text-align:left}
@media (min-width:1025px){.product-cateitem {width:19%;margin:0 1.25% 25px 0;}
.product-cateitem:nth-child(3n) {margin-right:1.25%}
.product-cateitem:nth-child(5n) {margin-right:0}
.product-cateitem .cate-info {width:90%;left:5%;bottom:5%;padding:10px 15px;}
.product-cateitem .cate-info .cate-title {font-size:17px;line-height:1.3;margin-bottom:5px;}
.product-cateitem .cate-info .cate-text {display:none;}}