#qiandaoBox .monthDiv{
    margin-top: 0.5rem;
    width: 100%;
    height: 19rem;
    position: relative;
}
#qiandaoBox .bottomDiv{
    width: 80%;
    margin: 1rem auto;
    text-align: center;
}
#qiandaoBox .qiandaoBtn img{
    width: 100%;
}
#qiandaoBox .bottomDiv .white{
    color: #fff;
    font-size: 1.1rem;
}
#qiandaoBox .bottomDiv .orange{
    color: #FF8400;
    font-size: 1.5rem;
    margin:0 0.5rem;
}
#qiandaoBox .monthDiv .monthItem{
    display: inline-block;
    width: 12%;
    height: 2.5rem;
    margin-right:0.7%;
    background: #FF8400;
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 0.8rem;
}
#qiandaoBox .monthDiv .monthItem .monthtop{
    width: 100%;
    height: 60%;
    padding-top: 4%;
    box-sizing: border-box;
}
#qiandaoBox .monthDiv .monthItem .monthbottom{
    width: 100%;
    height: 40%;
    font-size: 0.5rem;
}
#qiandaoBox .monthDiv .monthItem .monthtop .wjx{
    width: 50%;
}
#qiandaoBox .monthDiv .monthItem .grey{
    background: #cccccc;
}
#qiandaoBox .monthDiv .monthItem .qiandaoImg{
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    top: -0.2rem;
    right: -0.2rem;
}
#qiandaoBox .monthDiv .monthItem .orange{
    background: #FFF5B9;
}
#qiandaoBox .closeImg{
    position: absolute;
    top:2.5rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
}
#wodeduihuanBox .myDuiBox{
    width: 100%;
    height: 29rem;
    overflow: scroll;
    
}
#wodeduihuanBox .wodeduihuanBox_bg{
    position: relative;
}
#wodeduihuanBox .wodeduihuanBox_bg .duihuan{
    top:4.2rem;
    right: -1rem;
    width: 3rem;
    height: 3rem;
    position: absolute;
}
#wodeduihuanBox .duiItem{
    width: 24.5%;
    background: url('../images/task/ass/bg.png');
    background-size: 100% 100%;
    height: 7rem;
    padding:1rem 0rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    float: left;
}
#wodeduihuanBox .duiItem .imgDiv{
    width: 100%;
    height: 70%;
    text-align: center;
}
#wodeduihuanBox .duiItem .imgDiv img{
    height: 100%;
}

#wodeduihuanBox .duiItem .spanDiv{
    background: #FF8400;
    color: #fff;
    border-radius:16px;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 75%;
    margin:0 auto;
    padding:0.1rem 0.5rem;
    box-sizing: border-box;
    margin-top: 2%;
}
#wodeduihuanBox .duiItem .cpnum{
    position: absolute;
    top: 0;
    right: 0;
    background: #FF5656;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
#wodeduihuanBox{
    position: fixed;
}