.imtut_cont{
  width: 178px;
  height: 168px;
  position: absolute;
  top: -20px;
  /*right: 10px;*/
  right: calc(50% - 90px);
  background-color: #fff;
  display: none;
  transition: all 0.3s;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid gray;
  box-shadow: 2px 2px 4px 0px #a6a6a6;
  padding: 10px;
  z-index: 999999;
}

.imtut_cont *{
  transition: all 0.6s;
  font-variant: normal!important;
}

.imtut_img{
  width: 52px;
  height: 48px;
  background-repeat: no-repeat;
  float: left;
  background-blend-mode: lighten;
  background-color: transparent;
  cursor: pointer;
}

.imtut_img:hover{
  background-color: #5e9ddf;  
}
.imtut_line{
  position: absolute;
  width: 158px;
  height: 148px;
  top: 10px;
  left: 10px;
  background-color: #fff;
  z-index: 10;
}
.imtut_r{
  position: absolute;
  width: 158px;
  height: 148px;
  top: 10px;
  left: 10px;
  font-size: 90px;
  text-align: center;
  opacity: 1;
  z-index: 8;
}
.imtut_r_1{
  color: green;
}
.imtut_r_2{
  color: red;
}

.imtut_ans{
  position: absolute;
  width: 158px;
  height: 148px;
  top: 10px;
  left: 10px;
  
}

.imtut_text{
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-family: "Arial CE", "Arial", "Helvetica";
  margin-bottom: 7px;
  font-variant: normal!important;
}

.imtut_err{
  position: relative;
  font-size: 13px;
  color: #fff;
  background-color: #e61600;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #6c6c6c;
  text-shadow: -1px -1px 0px #0000002e;
  margin: 0px auto;
  display: block;
  width: 250px;
  text-align: center;
}
.imtut_ok{
  position: relative;
  font-size: 13px;
  color: #fff;
  background-color: #15ac11;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #6c6c6c;
  text-shadow: -1px -1px 0px #0000002e;
  margin: 0px auto;
  display: block;
  width: 250px;
  text-align: center;
}

.imtut_inp_false{
  background-color: #fd8a7e;
}