body{
    background-color: #E7EAEF;
}
.bodyBg{
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
    background-color: #F5F5F5;
}
#bodyContainer{
    background-color: white;
}
.topBox{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.topUserPic{ /*顶部用户图标*/
    width: 30px;
    border-radius: 25px;
}
.topInputSearchBox{
    margin-left: 20px;
    background-color:#eeeeee;
    border-radius:25px;
    padding: 2px;
}
.topInputSearch{/*顶部搜索框*/
    width: 150px;
    background-color: rgb(246,246,246);
    border-radius: 0;
    border: 0;
    background-color: inherit;
    outline: none;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 10px;
}
.carlendar{
    background-color: rgb(250,239,238);
    display: flex;
    align-items: center;
}
.carlendar-year{
    color: white;
    height: 70px;
}

.wrapper {
  position: relative;
  margin: 8px 0 0 5px;
}

.wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid rgb(1,20,182);
    position: absolute;
    top: 0;
    right: 72%;
    border-radius: 50%;
    margin-top: -12px;
}

.wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: rgb(91,208,164);
    position: absolute;
    top: 0;
    right: 71%;
    margin-top: -9px;
}

.newRecTitleBox{
    color: white;
}

.rankBoxTitle{
    font-size: 24px;
    padding-left: 5px;
}
