* {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
  margin-bottom: 0;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  font-size: 14px;
}
li {
  font-size: 16px;
  list-style: none;
}
a:link {
  color: #387DFC;
  text-decoration: none;
}
a:active {
  color: #387DFC;
}
a:visited {
  color: #387DFC;
  text-decoration: none;
}
a:hover {
  color: #387DFC;
  text-decoration: none;
}
.clearfix:after {
  content: "";
  /*设置内容为空*/
  height: 0;
  /*高度为0*/
  line-height: 0;
  /*行高为0*/
  display: block;
  /*将文本转为块级元素*/
  visibility: hidden;
  /*将元素隐藏*/
  clear: both;
  /*清除浮动*/
}
.clearfix {
  zoom: 1;
  /*为了兼容IE*/
}
.modal-dialog {
  margin: 6rem auto;
}
.modal-dialog .modal-content {
  border-radius: 4px;
}
.modal-dialog .form-control {
  height: 3.9rem;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 0.6rem !important;
}
.modal-dialog .form-group {
  margin-top: 1.6rem;
}
.modal-dialog .modal-title {
  height: 5.4rem;
  font-size: 2.4rem;
  line-height: 5.4rem;
  font-weight: bold;
  color: #0E1726;
}
.modal-dialog .close {
  line-height: 5.4rem;
  font-size: 3.4rem !important;
  font-weight: normal;
  color: #CFD1D4;
}
.modal-dialog .btn-primary:focus {
  box-shadow: none !important;
}
.modal-dialog .btn-primary:focus {
  box-shadow: none !important;
}
.modal-dialog .btn-secondary:focus {
  box-shadow: none !important;
}
.modal-content {
  padding: 0 3.2rem;
  border: none;
  border-radius: 0;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  background-color: #fff;
}
.modal-footer .btn {
  width: 12.2rem;
  height: 4rem;
  background: #ECF0FE;
  border-radius: 4px;
}
.modal-footer .btn:focus {
  box-shadow: none;
}
.modal-footer .btn-default {
  color: #333;
}
.modal-footer .btn-primary {
  background-color: #2878FF;
}
.btn-primary:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.page-link {
  cursor: pointer !important;
}
.horizontal-calendar .date-list {
  width: calc(100% - 70px) !important;
}
