.s_info_layer .sInfoLayerContent{position:absolute;margin-right:-20px;width:400px;box-shadow:0 0 8px 1px rgba(0,0,0,0.4);top:60px;background-color:#f0f0f0}
@media only screen and (max-width:550px){.s_info_layer .sInfoLayerContent{top:0;display:flex;flex-direction:column}
}
.s_info_layer .sInfoLayerContent .controlPanel{background-color:red;color:#fff}
.s_info_layer .sInfoLayerContent .controlPanel h2{color:#fff}
.s_info_layer .sInfoLayerContent .controlPanel .closeButton:hover{color:red;background-color:#fff}
.s_info_layer .sInfoLayerContent .contentView{flex-grow:1;display:flex}
@media only screen and (max-width:550px){.s_info_layer .sInfoLayerContent .contentView{min-height:0}
}
.s_info_layer .sInfoLayerContent .contentView .content{background-color:#fff;flex-grow:1;overflow-y:auto}
.s_info_layer .sInfoLayerContent .contentView .content .text{background-color:#fff}
.s_info_layer .sInfoLayerContent .contentView .content .text h3{color:red}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle{background-color:#fff;display:flex;flex-direction:column;align-items:flex-end;padding:0 20px}
@media only screen and (max-width:550px){.s_info_layer .sInfoLayerContent .contentView .content .boxStyle{align-items:stretch}
}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle:last-child{padding-bottom:10px}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .def{min-width:190px;color:#666;display:flex;justify-content:center;cursor:pointer;flex-Direction:row;margin:5px 0}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .def .icon{border:1px solid #666}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .def:hover .icon{color:#fff;background-color:#666}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .pri{min-width:190px;padding:9px 20px;border-radius:4px;color:#fff;background-color:red;display:flex;justify-content:center;cursor:pointer;flex-Direction:row;margin:5px 0}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .pri .icon{border:1px solid #fff}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .pri:hover .icon{color:red;background-color:#fff}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .sek{min-width:190px;padding:9px 20px;border-radius:4px;color:#fff;background-color:#666;display:flex;justify-content:center;cursor:pointer;flex-Direction:row;margin:5px 0}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .sek .icon{border:1px solid #fff}
.s_info_layer .sInfoLayerContent .contentView .content .boxStyle .sek:hover .icon{color:#666;background-color:#fff}