﻿.groupcardinfo,
.pointcardinfo {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  z-index: 101;
}
.tb_precautions {
  width: calc(100% - 50px);
  background: #fff;
  border-radius: 4px;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #333;
  position: relative;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.tb_subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #36a969;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  color: #36a969;
}
.tb_precautions .tb_close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.tb_precautions .tb_close:before,
.tb_precautions .tb_close:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #333;
}
.tb_precautions .tb_close:before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.tb_precautions .tb_close:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.tb_precautions .center{
  text-align: center;
}
.tb_precautions img{
  max-width: 100%;
}
.tb_text {
  font-size: 12px;
}
.tb_notes {
  font-size: 12px;
  margin-top: 10px;
}
.tb_notes ul {
  background-color: #eee;
  padding: 10px;
  list-style-type: none;
}
