[v-clock]{
    display: none;
}
#live{
    background-color: #FFC8AF;
}
.el-calendar-table td.is-selected{
    background-color:rgba(255, 255, 255, 0) !important;
}
.el-calendar-table .el-calendar-day:hover{
    background-color:rgba(255, 255, 255, 0) !important;
}

.el-calendar-table td{
    border:none !important;
}

/* 顶部图片 */
.topImg{
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    background-size:100% !important;
}
.topImg img{
    width: 100%;
}
.topImg .money{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 75%;
    padding: 0 10px;
    height: 3.4rem;   
    border-radius: 0px 50px 50px 0px;
    display: flex;
    align-items: center;
}
.topImg .money img{
    height: 2.1rem;
    width: 2.1rem;
}
.topImg .money span{
    color: #FFE984;
    font-size: 21px !important;
    /* font-family: DINCondensed-Bold, DINCondensed; */
    font-weight: bold;
}
.topImg .toprule{
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(247deg, #FF9225 0%, #E4110C 100%);
    padding:3px 7px 3.5px 11px;
    border-radius: 0px 0px 0px 10px;
    font-weight: 500;
    color: #FFFFFF;
}
/* 签到送积分 */
.sign{
    width: 93.33%;
    height: 17.7rem;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.calendar{
    margin-bottom: 11.5px;
    width: 93.33%;
    margin: 0 auto 11.5px;
}
.sign .leftcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 16.6rem;
    left: -0.9rem;
    border: none;
    z-index: 1
}
.sign .rightcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 16.6rem;
    right: -0.9rem;
    border: none;
    z-index: 1
}
.sign .on{
    width: 100%;
    height: 12.25rem;
    position: relative;
    overflow: hidden;
    background:transparent;

    
}
.sign .on .sign_on_top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 39.14%;
}
.sign .on .top{
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
}
.sign .on .allsigntimes{
    margin-top: 2.6rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
   
}
.sign .on .fenfen{
    letter-spacing: 0.5px;
   
}
.sign .on .allsigntimes span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.sign .on .allsigntimes p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.sign .on .allsignmarks{
    margin-top: 0.9rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.sign .on .allsignmarks span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #311B18;
}
.sign .on .allsignmarks p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.sign .on .sign_on_top_left{
    width: 25px;
    margin-left: 1.8rem;
    vertical-align: middle;
}
.sign .on .qiandaosongjifen{
    display: inline-block;
    margin-left: 0.7rem;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.sign .under{
    padding-left: 7.71%;
    display: flex;
    align-items: center;
    height: 5.4rem;
    padding-right: 2.5rem;
    justify-content: space-between;
    background: linear-gradient(180deg, #FFFCFB 0%, #FFE4E4 100%);
}
.sign .under a:nth-child(1){
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #311B18;
}
.sign .under button{
    margin-left: 28.42%;
    background: linear-gradient(180deg, #FF8E4A 0%, #F54834 100%);
    border-radius: 39px;
    width: 35.71%;
    text-align: center;
    height: 3.6rem;
    line-height: 3.6rem;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
}

/* 浏览送积分 */
.view{
    width: 93.33%;
    background: #FFFFFF;
    border-radius: 15px;
    margin: 0 auto 10px;
    position: relative;
}
.view .leftcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 11.5rem;
    left: -0.9rem;
    border: none;
}
.view .rightcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 11.5rem;
    right: -0.9rem;
    border: none;
}
.view .on{
    width: 100%;
    /* height: 12.25rem; */
    position: relative;
    overflow: hidden;
}
.view .on .sign_on_top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 39.14%;
}
.view .on .top{
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
}
.view .on .allsigntimes{
    margin-top: 2.6rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.view .on .allsigntimes span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.view .on .allsigntimes p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.view .on .allsignmarks{
    margin-top: 0.9rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.view .on .allsignmarks span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #311B18;
}
.view .on .allsignmarks p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.view .on .sign_on_top_left{
    width: 25px;
    margin-left: 1.8rem;
    vertical-align: middle;
}
.view .on .qiandaosongjifen{
    display: inline-block;
    margin-left: 0.7rem;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.view .under{
    display: flex;
    align-items: center;
    height: 5.4rem;
    padding-left: 7.71%;
    justify-content: space-between;
    padding-right: 2.5rem;
    background: linear-gradient(180deg, #FFFCFB 0%, #FFE4E4 100%);
    border-radius: 20px;
}
.view .under a:nth-child(1){
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #311B18;
}
.view .under a:nth-child(2){
    margin-left: 28.42%;
    background: linear-gradient(180deg, #8E5AFA 0%, #B328C6 100%);
    border-radius: 39px;
    width: 35.71%;
    text-align: center;
    height: 3.6rem;
    line-height: 3.6rem;
    color: #FFFFFF;
    font-size: 16px;
}

/* 采购送积分 */
.buy{
    width: 93.33%;
    height: 17.7rem;
    margin: 0 auto 10px;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
}
.buy .leftcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 11.5rem;
    left: -0.9rem;
    border: none;
}
.buy .rightcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 11.5rem;
    right: -0.9rem;
    border: none;
}
.buy .on{
    width: 100%;
    height: 12.25rem;
    position: relative;
    overflow: hidden;
}
.buy .on .sign_on_top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 39.14%;
}
.buy .on .top{
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
}
.buy .on .allsigntimes{
    margin-top: 2.6rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.buy .on .allsigntimes span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.buy .on .allsigntimes p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.buy .on .allsignmarks{
    margin-top: 0.9rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.buy .on .allsignmarks span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #311B18;
}
.buy .on .allsignmarks p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.buy .on .sign_on_top_left{
    width: 25px;
    margin-left: 1.8rem;
    vertical-align: middle;
}
.buy .on .qiandaosongjifen{
    display: inline-block;
    margin-left: 0.7rem;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.buy .under{
    display: flex;
    align-items: center;
    height: 5.4rem;
    justify-content: space-between;
    padding-right: 2.5rem;
    padding-left: 7.71%;
    background: linear-gradient(180deg, #FFFCFB 0%, #FFE4E4 100%);
    border-radius: 20px;
}
.buy .under a:nth-child(1){
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #311B18;
}
.buy .under a:nth-child(2){
    margin-left: 28.42%;
    background: linear-gradient(360deg, #4E5BFF 0%, #5583FC 100%);
    border-radius: 39px;
    width: 35.71%;
    text-align: center;
    height: 3.6rem;
    line-height: 3.6rem;
    color: #FFFFFF;
    font-size: 16px;
}

/* 登陆送积分 */
.login{
    width: 93.33%;
    /* height: 33.8rem; */
    margin: 0 auto 15px;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
}
.login .leftcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 10.3rem;
    left: -0.9rem;
    border: none;
}
.login .rightcircle{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFC8AF;
    border-radius: 50%;
    top: 10.3rem;
    right: -0.9rem;
    border: none;
}
.login .on{
    width: 100%;
    height: 11rem;
    position: relative;
    overflow: hidden;
}
.login .on .sign_on_top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 39.14%;
}
.login .on .top{
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
}
.login .on .allsigntimes{
    margin-top: 2.6rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.login .on .allsigntimes span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.login .on .allsigntimes p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.login .on .allsignmarks{
    margin-top: 0.9rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.login .on .allsignmarks span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #311B18;
}
.login .on .allsignmarks p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.login .on .sign_on_top_left{
    width: 25px;
    margin-left: 1.8rem;
    vertical-align: middle;
}
.login .on .qiandaosongjifen{
    display: inline-block;
    margin-left: 0.7rem;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #311B18;
}
.login .on .lookrule{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #311B18;
    margin-left: 7.71%;
    margin-top: 2.1rem;
    display: inline-block;
}
.login .under>div.word{
    margin-top: 2.6rem;
    margin-left: 7.71%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    justify-content: space-between;
}
.login .under div.word>span{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #311B18;
}
.login .under div.word p span:nth-child(1){
    font-weight: bold;
    color: #F03027;
    font-size: 25px;
}
.login .under div.word p span:nth-child(2){
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #311B18;
}
.login .under .progress{
    position: relative;
    width: 89.28%;
    display: flex;
    margin: 2.6rem auto 0;
    /* justify-content: space-between; */
    flex-wrap:wrap;
}

.login .under .progress>div{
    z-index: 1;

    background-color: transparent;
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.login .under .progress>div span{
    vertical-align: middle;
    display: inline-block;
    width: 90%;
    height: 0;
    padding-bottom: 50%;
}
.login .under .progress>div span:nth-child(1){
    padding-bottom: 29%;
}
.login .under .progress>div span:nth-child(2){
    border-radius: 50%;
    background-color: #f47027;
    border:3px solid #fdc8aa;
    width: 50%;
    padding-bottom: 50%;
    position: relative;
    font-size: 15px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    vertical-align: 1%;
}
.login .under .progress>div span:nth-child(2) span.progressNum{
    height: 10px;
    width: 100% ;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.login .under .progress>p{
    width: 70%;
    height: 5px;
    background-color:#fdc8aa ;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    margin-top: 11%;
}
.login .under .progress>p>span{
    display: inline-block;
    /* width: 50%; */
    height: inherit;
    background-color: #f47027;
    position: absolute;
    top: 0;
}




/* 推荐商品 */
.recomendgoods{
    width: 100%;

}
.recomendgoods .title{
    height: 6.3rem;
    width: 100%;
    background: linear-gradient(180deg, #FFAA55 0%, #D5342C 100%);
    border-radius: 20px 20px 0px 0px;
    color: #FFFFFF;
    line-height: 6.3rem;
}
.recomendgoods .title>span{
    float: left;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    margin-left: 1.9rem;
}
.recomendgoods .title a{
    float: right;
    color: white;
    margin-right: 1.5rem;
}
.recomendgoods .title a span{
    border: 2px solid white;
    border-radius: 15px;
    padding: 5px 15px;
}
.recomendgoods .goodsItemwrap{
    display: inline-block;
    width: 46.4%;
    margin-top: 2.4%;
}
.recomendgoods .goodsItemwrap:nth-child(odd){
    margin-left: 2.4%;
}
.recomendgoods .goodsItemwrap:nth-child(even){
    margin-left: 2.4%;
}
.recomendgoods .goodsItemwrap .content{
    width: 100%;
    height: 0;
    padding-bottom: 143.67%;
    background-color: white;
    position: relative;
    overflow: hidden;
}
.recomendgoods .goodsItemwrap .content .zhanweitu{
    display: inline-block;
    background-color: gray;
    width: 72.98%;
    
}
.recomendgoods .goodsItemwrap .content div.el-image{
    margin: 1.5rem auto;
    width: 72.98%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-100%);


}
.recomendgoods .goodsItemwrap .content .describe{
    width: 82.75%;
    margin: 0 auto;
    margin-top: 90.22%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    /* height: 48px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}
.recomendgoods .goodsItemwrap .content .price{
    margin: 8.62% 8.62%;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF2C24;
}

/* 底部图片 */
.bottomimg{
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    
}
.bottomimg img{
    width: 100%;
}

/* 规则说明 */
.indexrule{
    width: 95.2%;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.34);
    margin: 10px auto;
    border-radius: 5px;
}
.indexrule .content{
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 3px;
}
.indexrule .title{
    margin: 22px 0px 10px 15px;
    display: inline-block;
    padding: 2px 8px;
    text-align: center;
    width: 6rem;
    background: #FFC998;
    border-radius: 11px;
    color: rgba(193, 24, 24, 1);
    font-size: 13px;
}

/* 日历 */
.el-calendar{
    position: relative;
}
.el-calendar-table td{
    border: none;
}
.el-calendar-table tr td:first-child{
    border: none;
}
.el-calendar__title{
    color: #333333;
    font-weight: bold;
}
.isQian{
    background: red;
    width: 5px;
    height: 5px;
    display: inline-block;
    transform: translate(35%);
    border-radius: 50%;
}
.isWuQian{
    background: #CDCDCD;
    width: 5px;
    height: 5px;
    display: inline-block;
    transform: translate(35%);
    border-radius: 50%;
}
.isMoreInterW{
    color: #FF7800;
    font-size: 10px;
    display: inline-block;
    /* transform: translate(35%); */
}
.isMoreInterI{
    background: url(//image01.homedo.com/Files/Images/cms/www/20210810/5148624664501539630_pic1.png) no-repeat;
    background-size:100% ;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 1px;
}
.isQian2{
    position: absolute;
    bottom: 2.8rem;
    right: 0.5rem;
    background: red;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: translate(35%);
    border-radius: 50%;
}
.redDrop{
    position: absolute;
    top: -0.2rem;
    right: 0.5rem;
    background: red;
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: translate(35%);
    border-radius: 50%;
}
.greyColor{
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}
.blackColor{
    font-size: 12px;
    margin-top: 5px;
    color: #222222;
    font-weight: 600;
}
.redColor{
    color: #F03027;
}
.jindu{
    width: 6rem;
    position: absolute;
    left: 76%;
    /* transform: translate(-144%); */
    margin: 0 auto;
    margin-top: 55%;
    height: 2px;
    background-color: #f1e4dc;
}
.shen{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f47027;
    width: 24.5% !important;
    height: 100%;

}
.bigTiao{
    position: absolute;
    top: 40%;
    left: 0;
    width: 80% !important;
    background-color: #f1e4dc !important;
    height: 5px;
    margin-left: 5%;
    display: none !important;
}
.justOneLogin{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
}
.justOneLogin .left{
    width: 3.5rem;
    height: 3.5rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20210826/5710163603792939595_pic1.png) no-repeat;
    background-size: 100%;

}
.justOneLogin .center{
    width: 70%;
    height: 5rem;
    line-height: 4rem;
    font-size: 13px;
    font-weight: 600;
    color: black;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.justOneLogin .right .topBtn{
    width: 6rem;
    height: 2rem;
    background: #FF7800;
    box-shadow: 0rem 0.83rem 1.08rem 0rem #FFC7AE;
    border-radius: 1.46rem;
    text-align: center;
    line-height: 2rem;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0.4rem;
}
.justOneLogin .right .daiBtn{
    width: 6rem;
    height: 2rem;
    background: #ffffff;
    /* box-shadow: 0rem 0.83rem 1.08rem 0rem #FFC7AE; */
    border-radius: 1.46rem;
    text-align: center;
    line-height: 2rem;
    color: #FF7800;;
    font-size: 12px;
    margin-bottom: 0.4rem;
    border: 2px solid #FFC7AE;
}
.justOneLogin .right .topBtn2{
    width: 6rem;
    height: 2rem;
    background: #ffffff;
    box-shadow: 0rem 0.83rem 1.08rem 0rem #FFC3A8;
    border: 0.08rem solid #FF7800;
    border-radius: 1.46rem;
    text-align: center;
    line-height: 2rem;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0.4rem;
}
.justOneLogin .right .botBtn{
    height: 0.96rem;
    display: flex;
    justify-content: center;
    text-align: center;
}
.justOneLogin .right .botBtn .interIcon{
    width: 1.3rem;
    height: 1.3rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20210810/5148624664501539630_pic1.png) no-repeat;
    background-size: 100%;

}
.justOneLogin .right .botBtn .interNUm{
    width: 3.08rem;
    height: 1.54rem;
    font-size: 1.1rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF7800;
    line-height: 1.2rem;
    text-shadow: 0px 1px 1px #FFC7AE;
}
#live .contenttask{
    padding: 10px 0px 20px 0;
    height: 25.9rem;
    overflow: hidden;
    position: relative;
    
}
#live .contenttask .theBtnPush{
    position: absolute;
    bottom: 2.5px;
    width: 6%;
    height: 1.83rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20210811/4764406258204463916_pic1.png) no-repeat;
    background-size: 100%;
    right: 47%;
}

#live .contenttask .contentitem{
    overflow: hidden;
    margin-bottom: 10px;

    
}
#live .contenttask .contentitem .title{
    color: #311B18;
    font-size: 17px;
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC;
    /* margin-top: 2rem; */
    margin-top: 5.5rem;
    margin-left: 2.6rem;
    margin-bottom: 2.1rem;
}
#live .contenttask .contentitem:nth-child(1) .title{
    color: #311B18;
    font-size: 17px;
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-top: 2rem;
    /* margin-top: 5.5rem; */
    margin-left: 2.6rem;
    margin-bottom: 2.1rem;
}
#live .contenttask .contentitem .wrap{
    width: 96%;
    height: 4.15rem;
    display: flex;
    align-items: center;
    overflow: visible;
    border-bottom: 1px solid #EEEEE0;
    margin: auto 3%;

}
#live .contenttask .contentitem .wrap .icon{
    height: 80.76%;
    background-color: white;
    margin-left: 2%;
    margin-right: 2%;
}
#live .contenttask .contentitem .wrap .smallicon{
    height: 33%;
    background-color: white;
    margin-left: 0%;
    margin-right: 0.85%;;
    color: #FF7800;
    font-size: 14px;
    text-align: center;
}
#live .contenttask .contentitem .wrap .icon img{
    height: 100%;
}
#live .contenttask .contentitem .wrap .smallicon img{
    height: 11px;
}
#live .contenttask .contentitem .wrap .button{
    margin-right: 2%;

    /* margin-left: 12.57%; */

}
#live .contenttask .contentitem .wrap button{
    border-radius: 19px;
    padding: 0.4rem 1.5rem;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FF8E4A 0%, #F54834 100%);
    outline: none;
    border: none;
    font-size: 12px;
    min-width: 7.5rem;
    text-align: center;
}
#live .contenttask .contentitem .wrap .word{
    flex: 1;
}
#live .contenttask .contentitem .wrap .word p:nth-child(1){
    color: #311B18;
    font-size: 15px;
    font-weight: 600;
}
#live .contenttask .contentitem .wrap .word p:nth-child(2){
    color: #5F5F5F;
    font-size: 12px;
}
.addMargin{
    margin-top: 30px !important;
}
@media screen and (max-width: 355px) {
    .el-calendar-table .el-calendar-day{
        /* top: 47.5% !important; */
        padding: 6px !important;
    }
}