/* 日历 */
.box2{
  width:100%;
  background:url(rl.png) no-repeat;
  background-size:100% 100%;
  display: flex;
  padding: 60px 0 70px 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  height: 708px;
  margin-top:-2px;
}
.qnsk li{
  display: flex;
  height: 36px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #FFF 0%, #E5F0FF 50.82%, #81B3FF 100%);
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.xx a.xqnf>div {
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.xx a .markmeetdesc{
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.ges {
  position: absolute;
  bottom:30px;
  right:25px;
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ges span{
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.qnsk {
  overflow: hidden;
}

.qnsk li {
  float: left;
  cursor: pointer;
  list-style: none;
  margin-right: 20px;
}

.qnsk li.on {
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: url(qiehuan.png) no-repeat;
}

.sc-calendar {
  width: 894px;
  text-align: center;
  font-family: "Microsoft Yahei";
  color: #4A4A4A;
  border-width: 1px 0 0 1px;
  border-color: #E6E4E0;
  border-style: solid;
  border: none;
  float: left;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

.sc-header {
  height: 100%;
  width: 65px;

  border-bottom: 0;

  float: left;
}

.sc-body {
  height: 93%;
  float: right;
  width: 828.73px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: 50px;
}

.sc-week {
  height: 12%;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A4A;
}

.sc-days {
  height: 88%;
  position: relative;
}

.surj {
  position: absolute;
  display: none !important;
  text-align: left;
  background-color: #31a0d8;
  color: #fff;
  margin-top: 10px;
  box-sizing: border-box;
  left: 15px;
  right: 15px;
  top: 30px;
  border-radius: 10px;
  width: 250px;
  z-index: 9;
}

.xqnf {
  display: flex;
  padding: 16.5px 20.5px 20.5px 20.5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #B4D0FA 0%, #FFF 100%);
  width: 202px;
}

.surj .xqnf:first-child {
  border: none;
}

.xqnf>div {
  color: #fff;
  word-break: break-all;
}

.xqnf>div>span {
  color: #fff
}

.markmeetdesc {}

.sc-mark {
  cursor: pointer !important;
}

/* .sc-mark:hover .day:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0070ff;
  margin-top: 30px;
  margin-left: -2px;
  background-size: 100% 100%;
} */

.sc-item {
  float: left;
  background: rgba(10, 26, 128, 0.48);
  position: relative;
  box-sizing: border-box;
  cursor: default;

  color: rgba(255, 255, 255, 0.70);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 110px;
  gap: 9.99px;
  border: 0.5px solid #09F;
  display: flex;
  width: 118.39px;
  padding: 0.5px 0.5px 0.5px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-right: -0.5px;
  margin-bottom: -0.5px;
  margin-top: -0.5px;
}

.item-nolunar {
  padding-top: 0;
}

/*.sc-item:nth-child(7n) .day, .sc-item:nth-child(7n+6) .day {
  color: rgba(224, 8, 8, 0.74);
}*/
.sc-vocation {
  background-color: #FFEBEC;
}



.sc-active-day .day {
  line-height: 33px !important;
  background: #FCA15B;
}

.sc-vocation:before {
  content: '休';
  display: block;
  position: absolute;
  font-size: 0.7em;
  width: 1.2em;
  font-weight: 100;
  color: white;
  background-color: #E00808;
  margin-top: -10px;
}

.sc-othermenth {
  color: #C1C0C0 !important;
}

.sc-othermenth .day{
  color: #C1C0C0 !important;
}
.sc-active-day  .day{
  color: #0235B0 !important;
}

.sc-selected,
.sc-mark {

  cursor: default;
}

/*.sc-today {
  background-color: #0070ff;
  color: white;
  border: 1px solid #0070ff;
}*/
.sc-item .day {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  color: rgba(255, 255, 255, 0.70);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sc-today .day {
  /*color: white !important;
  background-color: #0070ff;
  border: 1px solid #0070ff;*/
}

.sc-item .lunar-day {
  font-size: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-festival .lunar-day {
  color: #E00808;
}

.sc-week-item {
  height: 100%;
  float: left;
  background: linear-gradient(180deg, #09F 0%, rgba(0, 153, 255, 0.30) 100%);
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
  align-self: stretch;
  display: flex;
  width: 118px;
  padding: 12px 0;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sc-item-small {
  font-size: 10px !important;
}

.sc-week-item:last-child {
  border-width: 1px 1px 1px 1px;
}

/*.sc-week-item:nth-child(7n), .sc-week-item:nth-child(7n+6) {
  color: rgba(224, 8, 8, 0.74)!important;
}*/
.sc-actions {
  float: left;
  width: 100%;
  padding: 5px;
  height: 100%;
  box-sizing: border-box;
}

.sc-actions:last-child {
  float: right;
}

.sc-actions-big {
  width: 50%;
}

@media screen and (max-width : 500px) {
  .sc-actions {
    width: 50%;
  }
}

.sc-header select {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
  font-size: 0px;
  background: none;
}

.sc-header select:focus {
  outline: none;
}

.sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
}

.sc-actions div {
  vertical-align: bottom;
  cursor: pointer;
  padding-bottom:10px;
  margin-top: 25px;
}

.sc-return-today {
  display: block;
  background-color: #F5F5F9;
  border-radius: 2px;
  /* border: 1px solid #ccc; */
  width: 60px;
  font-size: 0.8em;
  padding: 0.3em;
  margin: auto;
}

.sc-time {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
}

.sc-actions {
  position: relative;
}

.sc-select-month {
  width: 100px;
}


.upskr,.upskr1,.upskr2{
  color: #333;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  display: flex;
  padding: 21px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--new-, linear-gradient(0deg, #FFF 0%, #E5F0FF 50.82%, #B4D0FA 100%));
  width:24px;
  height:150px;
}


#xx{
  float: right;
  margin-top: 52px;
  display: flex;
  height: 534px;
  padding: 10px 20px 46.01px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 21.99px;
  flex-shrink: 0;
  align-self: stretch;
  border: 0.5px solid #09F;
  background: rgba(10, 26, 128, 0.48);
  align-items: flex-start;
  align-self: stretch;
  overflow: overlay;
}
#xx::-webkit-scrollbar {
  width: .375rem;
  height: 1rem;
  flex-shrink: 0;
}
#xx::-webkit-scrollbar-track {
  border-radius: .5rem;
  background: rgba(16, 30, 117, 0.64);
}
#xx::-webkit-scrollbar-thumb {
  border-radius: .5rem;
  background-color: #B4D0FA;  
}
#xx::-webkit-scrollbar-thumb:hover {
  background-color: #ccc; /* 滚动条滑块hover颜色 */
}
.mounths .on{
  /* background:linear-gradient(180deg, #0090FF 0%, #07F 100%); */
  background: url(anniu.png) no-repeat;
  color:#fff;
}


#xx span{
  display: none;
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width:100%;
}
#xx span:nth-child(1){display: block;}
.xqnf .none{
  display: none;
}