﻿.xcomm001 ul {
    list-style-type: none;
    margin:0;
    padding:0 0 20px 0;
}
.xcomm001 textarea,.xcomm001 input[type="text"]{
   width:100%;   
}
.xcomm001 .picturelistbox {
    display: inline-block;
    width: 100%;
}
.xcomm001 .picturelistbox span {
    border: 1px solid #999999;
    width: 150px;
    height: 120px;
    float: left;
    margin: 10px;
    display:inline-block;
}
.xcomm001 .picturelistbox span div{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.xcomm001 .picturelistbox span img{
    max-width:100%;
    max-height:100%;
}
.xcomm001 .picturelistbox span i:before {
    font-family: "fontello";
    content: '\e831';
    font-style: normal;
    font-variant: normal;
}

.xcomm001 .picturelistbox span i {
    position:absolute;
    font-size: 16pt;
    cursor: pointer;
    margin-top:-10px;
    margin-left:142px;
    background-color: #FFFFFF;
}
.xcomm001 .picturelistbox span i:hover {
    color: #FF0000;
}