.frame{
  padding:1px 0 1px 0;
  background-color: #DDD;
}
.content{
  margin: 10px;
  background-color: #fff;
  border-radius:5px;
  padding:5px;
}
.ptb-5{padding:5px 0 5px 0;}
.padding-10{padding:10px;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.t-30 {margin-top:30px;}
.b-5 {margin-bottom:5px;}
.tb-10 {margin-top:10px;margin-bottom:10px;}
.head {
  height:50px;
  background-color: #E44B39;
}
.head-left {
  width: 20%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
  color:#fff;
} 
.head-center {
  width: 30%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
  color:#fff;
} 
.head-right {
  width: 50%;
}
.day {
  text-align:center;
  color:#E44B39;
  font-size:140px;
  font-weight: bold;
}
.hong {
  color:#E44B39;
}
.nongli-1{
  font-size:22px;
  font-weight:bold;
}
.nongli-2{
  font-size:18px;
}

.col-2 {width: 2%;}
.col-8 {width: 8%;}
.col-10 {width: 10%;}
.col-20 {width: 20%;}
.col-25 {width: 25%;}
.col-30 {width: 30%;}
.col-35 {width: 35%;}
.col-40 {width: 40%;}
.col-50 {width: 50%;}
.col-70 {width: 70%;}
.col-80 {width: 80%;}
.col-90 {width: 90%;}
.tel {
  width:22px;
  height: 24px;
  border-radius:50%;
  color:white;
  font-size:17px;
  position: relative;
  padding:1px 0px 0px 4px;
}
.b-lv {background-color:#009A44;}
.b-hong {background-color:#BC0001;}
.b-huang {background-color:#FE6D38;}
.b-lan {background-color:#000FA0;}
.s14 {font-size:14px;}
.s16 {font-size:16px;}
.s18 {font-size:18px;}
.s20 {font-size:20px;}
.bold {font-weight: bold;}
.floot {padding-bottom:10px;}

.bc {background-color: #f2f2f2;border-radius:3px;padding:3px;}

.btn-primary {
  color: #fff;
  background-color: #E44B39;
  border-color: #E44B39;
  border-radius:10px;
  width:50%;
  border: 1px solid #fff;
  padding:5px;
  margin:0px;
  border:none;
  position:none;
  font-size: 16pt;
}
.btn-primary:after{
  display:none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #fa8072;
  border-color: #fa8072;
}
.calendar-title {
  display: flex;
  justify-content: center;
  font-size: 13pt;
  color: #000;
  font-weight: bold;
  align-items: center;
  padding: 6px 32px;
}

.calendar-title>image {
  width: 50px;
  height: 50px;
  color:#E44B39;
}

.calendar-title>text {
  flex-grow: 1;
  text-align:center;
  color:#E44B39;
  font-size:140px;
  font-weight: bold;
}
