#itemdata{
width: 100%;
max-width: 960px;
margin: 0 auto;
padding-top: 30px;
padding-left: 2%;
padding-right: 2%;
padding-bottom: 30px;
line-height: 25px;
}

#itemdata .itemname{
padding-top: 10px;
font-size: 15px;
border-bottom-width: 1px;
border-bottom-style: dotted;
padding-bottom: 10px;
margin-bottom: 20px;
}

#itemdata .itemcaption{
    padding-top: 10px;
}
#itemdata .color{
    padding-top: 20px;
}

#itemdata .color > ul> li > img{
    padding-right: 15px;
    vertical-align: middle;
    /* line-height: 25px; */
    width: 15px;
}

#itemdata .material{
    padding-top: 20px;
    padding-bottom: 10px;
}

#itemdata .itemNo{
    font-size: 12px;
}

.color > ul > li > a{
    color: black;
}

.color > ul > li.now > a{color: #36bb54;}

