* { margin: 0; padding: 0; }
body { font-family: "Microsoft Yahei"; font-size: 12px; color: #888; }
a, a:hover { color: #888; text-decoration: none; }
ul, li { list-style: none; }

.calendar {
  display: none;
  width: 380px;
  padding: 10px;
  margin: 30px auto 0;
  background-color: #f2f2f2;
  border-radius: 6px;
}
.calendar-title {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0px 0;
}
.calendar-title a.title {
  display: inline-block;
  font-size: 26px;
  text-indent: 10px;
}
#backToday {
  position: absolute;
  left: 70%;
  top: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(255, 128, 142);
  font-size: 18px;
}
.calendar-title .arrow {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
}
.calendar-title .arrow span {
  color: #ddd;
  font-size: 26px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar-title .arrow span:hover {
  color: #888;
}
.calendar-title .arrow-prev {
  float: left;
}
.calendar-title .arrow-next {
  float: right;
}
.calendar-week,
.calendar-date {
  overflow: hidden;
}
.calendar-week .item,
.calendar-date .item {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.calendar-week {
  padding-bottom: 6px;
  border-bottom: 1px solid #118899;
  font-weight: bold;
  font-size: 16px;
}
.calendar-date {}
.calendar-date .item {
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}
/* .calendar-date .item:hover,
.calendar-date .item-curMonth:hover {
  background-color: #f0f0f0;
} */
.calendar-date .item-curMonth {
  color: #333;
}
.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
  color: #fff;
  background-color: #118899;
}

.calendar-today {
  display: none;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 48px;
  padding: 6px 10px;
  background-color: rgb(255, 128, 142);
  border-radius: 5px;
}
.calendar-today .triangle {
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent rgb(255, 128, 142) transparent transparent;
}
.calendar-today p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

/* 修改样式 */
#dkplq{
  border: 1px solid #F2F2F2;
  height: 450px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  margin-top: 15px;
}
#liu_tx{
  max-width: 500px;
  width: 100%;
  height: 100px;
  line-height: 20px;
  margin-top: 14px;
  padding: 15px;
  color: #333;
  border-radius: 5px;
}

.go_lottery{
  display: block;
    width: 120px;
    line-height: 35px;
    background-color: #cf0000;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    margin: 10px auto;
}
.go_lottery:hover{
  color: #fff;
}
.calendar-date .item-curclick{
  color: #fff;
  background-color: #b9b4b4;
}
.calendar-date .item-cur{
  color: #fff;
  background-color: #cf0000;
}
@media(min-width:761px){
  .liu_btn{
    position: absolute;
    right: 24px;
    bottom: 20px;
  }
  .cont_tab ul li {
    width: 278px;
    float: left;
    margin-left: 21px;
    margin-bottom: 0px;
  }
  .cont_tab ul {
    margin-left: -29px;
  }
  .tool ul li {
    border-top: 2px solid #E60113;
    box-shadow: 0 0 2px #b3b0b0;
    padding: 15px;
  }
  
  .tool ul li img {
    margin: auto;
    display: block;
  }
  .cont_tab ul li p {
    word-break: break-all;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #555;
  }
  .tool ul li .detail_btn {
    border: 1px solid #e5e5e5;
    width: 100px;
    line-height: 32px;
    height: 34px;
    display: block;
    margin: 10px auto;
    color: #189;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}
@media(max-width:760px){
  .liu_btn{
    position: relative;
    left:90%;
  }
  .cont_tab ul{
    padding: 15px;
  }
  .cont_tab ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .tool ul li {
    border-top: 2px solid #E60113;
    box-shadow: 0 0 2px #b3b0b0;
    padding: 15px;
  }
  
  .tool ul li img {
    margin: auto;
    display: block;
  }
  .cont_tab ul li p {
    word-break: break-all;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #555;
  }
  .tool ul li .detail_btn {
    border: 1px solid #e5e5e5;
    width: 100px;
    line-height: 32px;
    height: 34px;
    display: block;
    margin: 10px auto;
    color: #189;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}

