/**
 * 
 * @authors Bert
 * @date    2020-08-20 10:05:59
 * @version 1.0
 */
@import "../../common/less/global";
@import "./global";
/********header star ********/
.logo {
    background: url('../svgs/logo.svg') no-repeat left center/contain;
    width: 100px;
    height: 33px;
}
.header .logoBox .logo {
    margin-left: auto;
}
.notLoggedTips {
    height: auto;
}
.firstDateIdeas {
    .r .item .userInfo {
        height: 60px;
    }
    .r .item .dec {
        margin-left: 75px;
        height: 60px;
    }
    .r .item .userInfo .avatar {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 768px) {
    .notLoggedHeader.notLoggedTips + .publicBody {
        padding-top: 40px;
        .successStories {
            margin-top: 67px;
        }        
    }
}
@media screen and (max-width: 414px){
    .notLoggedTips.notLoggedHeader .mobileNav div.navBtn {
        top: 81px;
    }
    .notLoggedHeader.notLoggedTips + .publicBody {
        padding-top: 60px;
        .successStories {
            margin-top: 47px;
        }        
    }
}

/********header end********/
