main{
    user-select: none;
}
main > ul:nth-child(2){
    display: flex;/*弹性盒模型*/
    width: 1198px;
    margin: auto;
    /* background-color: khaki; */
}
main > ul:nth-child(2) > li{
    width: 100px;
    /* background-color: darkgrey; */
}
main > ul:nth-child(2) > li:nth-child(1){
    width: 1200px;
    border: 2px solid rgb(237, 234, 255);/*实心边框*/
    padding: 5px 0 10px 6px;
    background-color: rgb(245, 245, 245);
    border-radius: 10px;/*圆角*/
}
main > ul:nth-child(2) > li:nth-child(1) > ul > li{
    float: left;
    position: relative;/*相对定位*/
    top: 3px;
    left: 3px;
    width: 176px;
    height: 136px;
    margin: 10px;
    background-color: rgb(185, 185, 185);
    transition: 0.1s linear;
}
main > ul:nth-child(2) > li:nth-child(1) > ul > li:hover{
    top: 0;
    left: 0;
    box-shadow: 4px 4px 4px 1px rgb(194, 194, 194);
}
main > ul:nth-child(2) > li:nth-child(1) > ul > li > a{
    position: relative;/*相对定位*/
    display: inline-block;
    width: 176px;
    height: 136px;
}
main > ul:nth-child(2) > li:nth-child(1) > ul > li > a > p{
    position: absolute;/* 绝对定位 */
    height: 17px;
    padding: 0 3px;
    background-color: rgb(59, 59, 59);
    font-size:15px;/*字体大小*/
    color: rgb(255, 255, 255);
    line-height:16px;/*字体垂直居中*/
}

/* main > ul:nth-child(2) > li:first-of-type > ul{
    position: relative;/*相对定位*
}
main > ul:nth-child(2) > li:first-of-type > ul:first-of-type > li:first-of-type{
    color: rgb(255, 255, 255);
    background-color: rgb(80, 0, 146);
}
main > ul:nth-child(2) > li:first-of-type > ul > li:first-of-type{
    width: 96px;
    height: 60px;
    border-radius: 10px;/*圆角*
    border: 2px solid rgb(237, 234, 255);/*实心边框*
    background-color: rgb(255, 238, 0);
}
main > ul:nth-child(2) > li:first-of-type > ul > li:first-of-type > p{
    font-size:28px;/*字体大小*
    font-weight:bold;/*字体粗细*
    text-align:center;/*字体水平居中*
    line-height:58px;/*字体垂直居中*
}
main > ul:nth-child(2) > li:first-of-type > ul:hover > li:nth-child(2){
    display: block;
}
main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2){
    top: 0px;
}
main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2){
    display: none;
    overflow: hidden;/* 超出隐藏 *
    position: absolute;/* 绝对定位 *
    /* width: 90px; *
    left: 100px;
    text-align:center;/*字体水平居中*
    z-index:70;/* 定位层级 *
} */

/* 品名 */
/* main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2) > p:first-of-type{
    color: rgb(255, 255, 255);
    background-color: rgb(194, 94, 0);
} */

/* main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2){
    width: 564px;
} */

/*main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2) > p:hover{
    cursor: pointer;/*小手*
}*/

/* main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2) > p{
    float: left;/*左浮动*
} */
/* main > ul:nth-child(2) > li:first-of-type > ul:nth-child(3) > li:nth-child(2){
    width: 1128px;
} */
/* main > ul:nth-child(2) > li:first-of-type > ul:nth-child(3) > li:nth-child(2) > p{
    float: left;/*左浮动*
}
/* main > ul:nth-child(2) > li:first-of-type > ul:nth-child(4) > li:nth-child(2){
    width: 1128px;
} *
main > ul:nth-child(2) > li:first-of-type > ul:nth-child(4) > li:nth-child(2) > p{
    float: left;/*左浮动*
} */

/*main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2) > p{
    font-size:18px;/*字体大小*
    width: 90px;
    height: 40px;
    line-height:38px;/*字体垂直居中*
    border-radius: 10px;/*圆角*
    border: 2px solid rgb(237, 234, 255);/*实心边框*
    background-color: rgb(197, 255, 97);
}*/

/* 品牌 */
/* main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2) > ul > li > p:first-of-type{
    color: rgb(255, 255, 255);
    background-color: rgb(194, 94, 0);
}
main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2) > ul > li > p:hover{
    cursor: pointer;/*小手*
}
main > ul:nth-child(2) > li:first-of-type > ul > li:nth-child(2) > ul > li > p{
    font-size:18px;/*字体大小*
    width: 90px;
    height: 40px;
    line-height:38px;/*字体垂直居中*
    border-radius: 10px;/*圆角*
    border: 2px solid rgb(237, 234, 255);/*实心边框*
    background-color: rgb(197, 255, 97);
} */