/*
 * @Author: MEDCON 
 * @Date: 2021-04-15 14:23:49 
 * @Last Modified by:   MEDCON美迪康会务通学术会议服务平台 
 * @Last Modified time: 2021-04-15 14:23:49 
 */
.select-box {
  margin-top: 30px;
}
.select-radio {
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #333;
  margin-bottom: 15px;
  padding: 15px 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.select-radio .select-title {
  font-weight: bold;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.select-radio .select-money {
  font-weight: bold;
  color: #eb6337;
  font-size: 18px;
  line-height: 30px;
}
.select-radio .temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.select-radio .select-year {
  font-size: 14px;
  color: #000;
}
.select-radio .select-tips {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
  color: #999;
}
.select-radio.active {
  border-color: #4d9ff8;
  border-width: 2px;
  background: #fff url(../../images/select-icon.png) no-repeat right bottom;
  background-size: 40px;
}
@media screen and (max-width: 767px) {
  .member-type-style .vip-body-table,
  .member-type-style .select-box {
    margin-top: 0!important;
  }
  .member-type-style .vip-form-btn .layui-btn + .layui-btn {
    background-color: #fff !important;
    margin-top: 10px!important;
  }
}
/*# sourceMappingURL=vip-select-type.css.map */