#app {
  background: #ADCDFB;
  padding: 0 8px;
}
#app .banner img {
  width: 100%;
}
#app .floors {
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #89C7FF;
  margin: 0 auto;
  margin-bottom: 10px;
}
#app .floors .floorTitle {
  position: relative;
}
#app .floors .floorTitle img {
  width: 100%;
}
#app .floors .floorTitle .word {
  position: absolute;
  text-align: center;
  top: 7%;
  left: 26%;
}
#app .floors .floorTitle .word .title {
  font-size: 2rem;
  font-family: FZZDHJW--GB1-0, FZZDHJW--GB1;
  font-weight: bold;
  color: #2547AF;
  line-height: 32px;
}
#app .floors .floorTitle .word .ftitle {
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2547AF;
}
#app .floors .container .time {
  text-align: center;
  font-size: 1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2547AF;
}
#app .floors .container .time .timeList {
  display: inline-block;
}
#app .floors .container .time .timeList .tm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #FD3624;
  border-radius: 4px;
  font-size: 1.2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  padding: 7px 0;
  box-sizing: border-box;
}
#app .floors .container .time .timeList .lue {
  font-size: 2.5rem;
  font-weight: 500;
  color: #FD3624;
}
#app .floors .container .checkDone {
  font-size: 1rem;
  font-weight: 600;
  color: #1E1F22;
  margin: 10px;
  display: block;
}
#app .floors .container .sign {
  position: relative;
  margin: 10px;
}
#app .floors .container .sign img {
  width: 100%;
}
#app .floors .container .sign .word {
  position: absolute;
  top: 25%;
  left: 30%;
  justify-content: space-between;
}
#app .floors .container .sign .word .count {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2547AF;
  width: 75%;
}
#app .floors .container .sign .word .count .red {
  color: #FF0000;
}
#app .floors .container .sign .word .jifen {
  font-size: 1rem;
  font-weight: 500;
  color: #FF0000;
  line-height: 32px;
  text-decoration: underline;
}
#app .floors .container .sign .word .jifen img {
  width: 16%;
}
#app .floors .container .taskCenter .box {
  white-space: nowrap;
  /* position: absolute;
  top: 0;
  left: 0; */
  transition:left 1s;
  -moz-transition:left 1s; /* Firefox 4 */
  -webkit-transition:left 1s; /* Safari and Chrome */
  -o-transition:left 1s; /* Opera */
}
#app .floors .container .taskCenter .box .centerlist:not(:first-child){
  display: none;
}
#app .floors .container .taskCenter .box::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
#app .floors .container .process {
  width: 56px;
  height: 6px;
  background: #D2E2FF;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
#app .floors .container .process #in {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background: #1E6EFE;
  border-radius: 4px;
  transition:left 1s;
  -moz-transition:left 1s; /* Firefox 4 */
  -webkit-transition:left 1s; /* Safari and Chrome */
  -o-transition:left 1s; /* Opera */
}
#app .floors .container .taskCenter {
  position: relative;
  overflow: hidden;
}
#app .floors .container .taskCenter .list {
  position: relative;
  margin: 10px;
  background: linear-gradient(270deg, #FFF1D5 0%, #FCFAED 100%);
  box-shadow: 0px 2px 0px 0px #FFBF6C;
  border-radius: 10px;
  padding: 10px;
}
#app .floors .container .taskCenter .list img {
  width: 15%;
}
#app .floors .container .taskCenter .list .down {
  position: absolute;
  top: 17%;
  left: 3%;
}
#app .floors .container .taskCenter .list .word {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
  white-space: initial;
  margin-left: 10px;
}
#app .floors .container .taskCenter .list .word .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #995700;
}
#app .floors .container .taskCenter .list .word .ftitle {
  font-size: 1rem;
  font-weight: 400;
  color: #995700;
}
#app .floors .container .taskCenter .list .btn {
  position: relative;
  display: inline-block;
}
#app .floors .container .taskCenter .list .btn img {
  width: 24%;
}
#app .floors .container .taskCenter .list .btn span {
  position: absolute;
  top: 3px;
  left: 3.5%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFFFFF;
}
#app .floors .container .receive .top {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2547AF;
  text-decoration: underline;
  display: flex;
  justify-content: space-evenly;
}
#app .floors .container .receive .top .left img {
  width: 7%;
  margin-left: 5px;
}
#app .msk {
  position: fixed;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
#app .msk .close {
  width: 10%;
  margin-left: 45%;
  margin-top: 7%;
}
#app .msk .box {
  width: 80%;
  background: #FDF8E4;
  border-radius: 10px;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-top: 40%;
}
#app .msk .box .top {
  position: relative;
}
#app .msk .box .top img {
  width: 100%;
}
#app .msk .box .top .tip {
  position: absolute;
  top: 20%;
  left: 37%;
  font-size: 2rem;
  font-weight: 600;
  color: #A25A19;
}
#app .msk .box .context{
  width: auto;
  float: none;
}
#app .msk .box .context .btn {
  background: linear-gradient(180deg, #FF6621 0%, #FF390F 100%);
  border-radius: 37px;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 31px;
  display: block;
}
#app .msk .box .context .jifen {
  text-align: center;
}
#app .msk .box .context .jifen .title {
  font-size: 2rem;
  font-weight: 500;
  color: #A25A19;
  line-height: 45px;
  margin-top: 2%;
}
#app .msk .box .context .jifen .ftitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4B4D55;
}
#app .msk .box .context .jifen .ftitle a {
  color: #FF390F;
  text-decoration: underline;
}
#app .msk .box .context .jifenTo .top {
  background: #FDF8E4;
  border-radius: 10px;
  border: 1px solid #FF8A00;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
}
#app .msk .box .context .jifenTo .top .title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #4B4D55;
  text-align: center;
  margin: 10px 0;
}
#app .msk .box .context .jifenTo .top .club {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 108px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
#app .msk .box .context .jifenTo .top .club .list {
  width: 40%;
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
  color: #2547AF;
}
#app .msk .box .context .jifenTo .top .club .list a {
  color: #1E6EFE;
  font-size: 1rem;
}
#app .msk .box .context .jifenTo .time {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  color: #4B4D55;
  margin-top: 10px;
}



/*common区域模板*/
.commonArea{
  margin-bottom: 8px;
  padding: 0 8px 8px 8px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #89C7FF;
}
/*common标题*/
.commonTitArea{
  width: 294px;
  height: 57px;
  margin: 0 auto 12px;
  position: relative;
}
.commonTitArea img{
  width: 100%;
  height: auto;
}
.commonTitArea .textBox{
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
}
.commonTitArea .textBox h2{
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #2547AF;
  padding: 11px 0 3px 0;
}
.commonTitArea .textBox p{
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #2547AF;
}
.commonBtn{
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url('https://image01.homedo.com/Files/Images/cms/www/20220401/5165923770498701790_pic1.png') no-repeat center center;
  background-size: 100% 100%;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}
.commonBtn.blueBtn{
  background: url('https://image01.homedo.com/Files/Images/cms/www/20220402/5236312490787579806_pic1.png') no-repeat center center;
  background-size: 100% 100%;
}
.commonBtn.grayBtn{
  background: url('https://image01.homedo.com/Files/Images/cms/www/20220402/5704554653040616173_pic1.png') no-repeat center center;
  background-size: 100% 100%;
}
/*规则模板*/
.ruleArea .contentBox .ruleAd{
  margin-bottom: 15px;
}
.ruleArea .contentBox .ruleAd img{
  display: inline-block;
  width: 100%;
}
.ruleArea .ruleList{
  padding: 0 10px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.ruleArea .more{
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ruleArea .more a{
  text-decoration: underline;
}

/*汇聚行业资源*/
.industryResourcesArea .listBox li{
  margin-bottom: 8px;
}
.industryResourcesArea .listBox li:nth-last-of-type(1){
  margin-bottom: 0px;
}
.industryResourcesArea .listBox a{
  display: inline-block;
  position: relative;
}
.industryResourcesArea .listBox .imgBox{
  width: 100%;
  height: auto;
}
.industryResourcesArea .listBox .textBox{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 10px;
  padding-left: 26%;
  display: flex;
  flex-direction: column;
  align-content:center
}
.industryResourcesArea .listBox .textBox p{
  height: 12px;
  line-height: 12px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.industryResourcesArea .listBox .textBox span{
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}
/*活动日历*/
.calendarArea{

}
.calendarxBox{
  border-radius: 10px;
  overflow: hidden;
  background: #D7E7FF url('https://image01.homedo.com/Files/Images/cms/www/20220402/5696645696630099690_pic1.png') no-repeat left bottom;
  background-size: 100% 100%;
}
.calendarxBox .dateList{
  height: 50px;
  background: #D7E7FF; 
  overflow-x:scroll;
}
.calendarxBox .dateList::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.calendarxBox .dateList ul{
  min-width: 100%;
  height: 50px;
  white-space: nowrap;
  display: inline-block;
}
.calendarxBox .dateList li{
  display: inline-block;
  width: 49px;
  height: 50px;
  text-align: center;
  background: #D7E7FF; 
  font-size: 12px;
  color: #3179C9;
}
.calendarxBox .dateList li.on{
  background: url('https://image01.homedo.com/Files/Images/cms/www/20220402/5237140094382571316_pic1.png') no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}
.calendarxBox .dateList li p:nth-of-type(1){
  padding: 9px 0 3px 0;
}
.calendarxBox .calendarDetail{
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #D7E7FF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 8px;
  height: 59px;
}
.calendarxBox .infoBox{
  flex: 1;
  padding-left: 12px;
  color: #2547AF;
}
.calendarxBox .infoBox h2{
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.calendarxBox .infoBox p{
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.calendarxBox .commonBtn{
  margin-right: 12px;
}
.calendarxBox .calendarDetail em{
  display: block;
  width: 18px;
  height: 18px;
}
.calendarxBox .calendarDetail em img{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.calendarxBox .leftArr{

}
.calendarxBox .rightArr{
  
}
.calendarxBox .timerBox {
  font-size: 12px;
  color: #2547AF;
}
.calendarxBox .timeList {
    display: inline-block;
}
.calendarxBox .tm {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #FD3624;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  box-sizing: border-box;
}
.calendarxBox .lue {
  font-size: 18px;
  font-weight: 500;
  color: #FD3624;
}
.calendarxBox .noActBox img{
  display: block;
  width: 67px;
  height: 60px;
  margin: 0 auto;
}
.calendarxBox .noActBox p{
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #CFCFD8;
  line-height: 17px;
}


/*消费满额*/
.fulfilArea .receiveBox {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #2547AF;
  text-decoration: underline;
  display: flex;
  justify-content: space-evenly;
}
.fulfilArea .receiveBox .left img {
  width: 7%;
  margin-left: 5px;
}

.fulfilArea .listBox{
  display: inline-block;
}
.fulfilArea .listBox li{
  width: 48.85%;
  margin-right: 2.3%;
  margin-top: 8px;
  padding: 22px 10px 8px 10px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  background: #FFF url('https://image01.homedo.com/Files/Images/cms/www/20220401/5564218560305272766_pic1.png') no-repeat center center;
  background-size: 100% 100%;
}
.fulfilArea .listBox li:nth-of-type(even){
  margin-right: 0;
}
.fulfilArea .listBox .time{
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #3179C9;
  line-height: 12px;
}
.fulfilArea .listBox .name{
  height: 21px;
  font-size: 15px;
  font-weight: bold;
  color: #2547AF;
  line-height: 21px;
}
.fulfilArea .listBox .subName{
  height: 20px;
  padding: 1px 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: #2547AF;
  line-height: 20px;
}
.fulfilArea .listBox .subName span{
  color: #F00;
}
.fulfilArea .listBox li a{
  display: block;
  margin: 0 auto 13px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #FFF;
  background: url('https://image01.homedo.com/Files/Images/cms/www/20220401/5165923770498701790_pic1.png') no-repeat center center;
  background-size: 100% 100%;
}
.fulfilArea .listBox .grayBtn{
  background: url('https://image01.homedo.com/Files/Images/cms/www/20220402/5704554653040616173_pic1.png') no-repeat center center;
  background-size: 100% 100%;
}
.fulfilArea .listBox .deepGrayBtn{
  background: url('https://image01.homedo.com/Files/Images/cms/www/20220404/4773285955890199325_pic1.png') no-repeat center center;
  background-size: 100% 100%;
}

/*弹层*/
.commonPromptMask{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.commonPromptWrap{
  position: fixed;
  top:25%;
  left: 50%;
  width: 566px;
  height: 260px;
  margin-left: -283px;
  border-radius: 20px;
}
.commonPromptWrap h2{
  height: 72px;
  line-height: 72px;
  background: #F9E5D3;
  border-radius: 20px 20px 0px 0px;
  font-size: 30px;
  font-weight: 500;
  color: #A25A19;
  text-align: center;
  position: relative;
}
.commonPromptBox{
  padding: 38px 10px 0px 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #666666;
  background-color: #FFFBF3;
}
.commonPromptBox .line{
  line-height: 36px;
}
.commonPromptBox .text{
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #666666;
  padding-top: 10px;
}
.commonPromptBtn{
  padding: 32px 10px;
  background: #FFFBF3;
  border-radius: 20px;
  text-align: center;
  border-radius:  0px 0px 20px 20px;
}
.commonPromptBtn a{
  display: inline-block;
  width: 154px;
  height: 44px;
  line-height: 44px;
  background: linear-gradient(180deg, #FF6621 0%, #FF390F 100%);
  box-shadow: 0px 2px 4px 0px rgba(255, 0, 0, 0.5);
  border-radius: 37px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.commonPromptClose{
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -34px;
  right: -45px;
}
.commonPromptClose img{
  display: inline-block;
  width: 100%;
  height: 100%;
}