div.com{
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
}
div.comcnt{
    width: 100%;
    padding: 0;
}
div.com1{
    float: left;
    width: 100%;
    margin: 3px 0 20px;
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2
}
div.comtit{
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 2px 0px;    
}
div.comnam{
    float: left;
    padding: 0 10px;
    font-size: 14px;
    color: #3B75AF;
}
div.coms{
    float: left;
    margin: 0 5px;
    width: 100px;
    height: 24px;
    font-size: 20px;
    color: #ccc;
    line-height: 24px;
}
span.comys{
    color: #FDC000;    
}
div.comdat{
    float: left;
    font-size: 12px;
    color: #999999;
}
p.comp{
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
    color: #666666;
    text-align: justify;
    text-indent: 5px;
    line-height: 18px;
}
div.comans{
    float: left;
    position: relative;
    padding: 5px;
    margin: 10px 10px 5px;
    max-width: calc(100% - 30px);
    font-size: 13px;
    color: #666666;
    text-align: justify;
    border: 1px solid #FFE4B5;
    background:  #FFFFF0;
    border-radius: 2px;
}
span.comanss{
    margin: 0 7px;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
}
div.comarr{
    position: absolute;
    top: -6px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFE4B5;
    border-left: 1px solid #FFE4B5;
    background: #FFFFF0;
    transform: rotate(45deg);
    z-index: 20;
}
div.comnoc{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 13px;
    color: #666666;
}
div.comadd{
    position: relative;
    float: left;
    padding: 4px;
    width: calc(100% - 8px);
    min-height: 68px;
}
div.comshw{
    display: none;
    width: 100%;
}
input.comaddb, input.comsub{
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 0;
    margin: 20px auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-family: 'DIN 2014', sans-serif;
    text-align: center;
    transition: color .3s ease;
    color: #336699;
    background: #fff;
    border: 1px solid #336699;
    border-radius: 3px;
}
input.comaddb:hover, input.comsub:hover{
    color: #ffffff;
    background: #0496ce;
    border: 1px solid #336699;
    text-shadow: 0 0 0;
}
div.comard{
    float: left;
    margin: 4px 0;
    width: 100%;
    max-width: 240px;
    height: 40px;
    line-height: 40px;
}
div.comart{
    float: left;
    padding: 0 3px;
    font-size: 13px;
    color: #333333;
}
input.cominp{
    padding: 0 2px;
    width: calc(100% - 40px);
    height: 32px;
    color: #333333;
    border: 1px solid #CCCCCC;
    background: #F2F2F2;
}
input.cominp:focus{
    background: #FFFAE4;
}
div.comsta{
    position: relative;
    float: left;
    margin: 5px;
    width: 150px;
    height: 30px;
}
div.comstg{
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 38px;
    color: #ccc;
}
textarea.comta{
    font-size: 13px;
    color: #333333;
    width: calc(100% - 6px);
    height: 150px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    background: #F2F2F2;
}
textarea.comta:focus{
    background: #FFFAE4;
}
span.comgap{
    font-size: 15px;
    color: #458B00;
}