
.modal-dialog {
    position: relative;
    width: 600px;
    max-width: 600px;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    border: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-selectTemplate .modal-body {
    padding: 32px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn {
  padding: 6px 12px;
}

.mt30 {
  margin-top: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.link-selectTemplate {
  cursor: pointer;
}
.modal-selectTemplate .modal-body {
  padding: 32px;
}
.modal-selectTemplate .tplList {
  display: flex;
  margin: 0 -16px;
  flex-flow: row nowrap;
}
.modal-selectTemplate .tplList_li {
  margin: 0 16px;
  flex: 1;
  cursor: pointer;
  background: #ffffff;
}
.modal-selectTemplate .tplList_li.active .tplList_tableWrapper {
  border: 2px solid #FFC600;
}
.modal-selectTemplate .tplList_tableWrapper {
  border: 2px solid transparent;
}
.modal-selectTemplate .tplList_table {
  width: 100%;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFangSC;
  font-weight: 500;
  line-height: 1;
  color: #999999;
  border: none;
  box-shadow:0px -8px 24px 0px rgba(0,0,0,0.05);
}
.modal-selectTemplate .tplList_table.tplList_table-type2 th {
  padding: 6px 0;
}
.modal-selectTemplate .tplList_table th,
.modal-selectTemplate .tplList_table td {
  text-align: center;
  padding: 5px 0;
  border: 1px solid #ebebeb;
}
.modal-selectTemplate .tplList_table_placeholder {
  margin: auto;
  width: 24px;
  height: 24px;
  background: #999999;
  opacity: 0.3;
}
.modal-selectTemplate .tplList_titleWrapper {
  margin: 8px 2px;
  font-size: 12px;
}
.modal-selectTemplate .tplList_radio {
  margin: 0;
}
.modal-selectTemplate .tplList_radio:checked {
  border-color: #e3342f;
}
.modal-selectTemplate .tplList_radio:checked::before {
  background-color: #e3342f;
}
.modal-selectTemplate .default_radio {
  width: 80px;
  margin-left: 80px;
}
.modal-selectTemplate .tplList_radioText {
  margin: 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFangSC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.modal-selectTemplate .modal-footer {
  border-top: 1px solid #e5e5e5;
}
/*# sourceMappingURL=index.css.map */