
.my-date-box {
  border-radius: 12px;
  padding: 0;
}
.container-title {
  /* width: 310px; */
  height: 52px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #3cbbee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.container-operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-operate button {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  width: 50%;
  margin: 0 !important;
}
.container-operate .cancel-btn {
  color: #e51924;
  border-bottom-right-radius: 0 !important;
}
.container-operate .submit-btn {
  color: #3cbbee;
  border-bottom-left-radius: 0 !important;
}
.container-content {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content-cur-value {
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.content-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  /* overflow-y: auto; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-picker:before {
  content: '';
  top: 50%;
  position: absolute;
  height: 50px;
  z-index: -1;
  left: 0px;
  right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-top: 1px solid rgb(228, 231, 237);
  border-bottom: 1px solid rgb(228, 231, 237);
}
.divier {
  height: 200px;
  width: 1px;
  background-color: #d9d9d9;
}
.month-list,
.year-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 50%;
  overflow-y: auto;
  height: 235px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.month-list::-webkit-scrollbar,
.year-list::-webkit-scrollbar {
  display: none;
}
.month-list li,
.year-list li {
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 防止padding影响高度计算 */
}
.month-list:before,
.year-list:before {
  content: '';
  display: block;
  width: 100%;
  height: 95px;
}
.month-list:after,
.year-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 95px;
}

[data-v-3002aa80] .show-input .el-input__inner {
  border-radius: 12px !important;
}

