/*
*组件样式
*/
.i-nav {
background: #651f20;}
.gnmk {
display: flex;
  justify-content: space-between;}
.gnmk li{
float:left;
text-align: center;
width: 112px;}
.gnmk li p {
font-weight: 600;}
.pic{
  padding: 22px 15px;
  border-radius: 15px;}
.pic1{
background: linear-gradient(to right, #6ed4f4, #5698f6);}
.pic2{
background: linear-gradient(to right, #b99afc, #7462ed);}
.pic3{
background: linear-gradient(to right, #eb6c55, #f94956);}
.pic4{
background: linear-gradient(to right, #2ed9c7, #22c1ac);}
.pic5{
background: linear-gradient(to right, #f4bc6e, #f68256);}
.pic6{
background: linear-gradient(to right, #ffebee, #fc9aa8);}
