@charset "utf-8";
/* CSS Document */

img{ max-width: 100%;}
.em2{ display: inline-block; width: 2em;}

.process-inner .wx-qrod{ position: relative;}
.process-inner .qcrod-img{ display: none; position: absolute; left: 90px; top:0;  width: 120px; transform: translateY(-20%); background: #fff; box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2); z-index: 8; }
.process-inner .qcrod-img img{ width: 100%;}
.process-inner .qcrod-img::before{ display: block; content: ""; position: absolute; left: -20px; top: 20%; width: 0; height: 0; border:10px solid transparent;	border-right-color:#fff;   }
.process-inner .wx-qrod:hover .qcrod-img{ display: block; }

/* End */