

#c_106 { max-width:900px; }
#c_106 img{ width:100%; }
#c_106 a{
	text-decoration:none;
}
#c_106 a:hover *{opacity:0.9; transition: .3s;}
#c_106 .pc_none{display:none;}

#c_106 .sp{
    display: none;
}
#c_106 .pc{
    display: block;
}


#c_106 .cate-btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#c_106 .cate-btn_wrap .cate-btn {
    width: 15%;
    margin-bottom: 3%;
}
#c_106 .cate-btn_wrap .cate-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#c_106 .cate-btn_wrap .cate-btn a:hover p {
    color: #e50012 !important;
    border-bottom: 1px solid #e50012;
}
#c_106 .cate-btn_wrap .cate-btn p {
    position: relative;
    display: inline;
    border-bottom: 1px solid #222;
    line-height: 1.3em;
    margin-top: 4%;
    text-align: center;
}
#c_106 .cate-btn_wrap .cate-btn p::after {
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    top: 0;
    bottom: 0;
    right: -1em;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#c_106 .cate-btn_wrap .cate-btn a:hover p::after {
    border-top: 3px solid #e50012;
    border-right: 3px solid #e50012;
}