


.favorite-info-del{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: 5px;
    background-color: #F8F8F8;
    color: #f23d4c;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorite-info-del img{
    width: 15px;
}

.favorite-list-action{
    display: flex;
    justify-content: right;
    align-items: center;
}

.content-area{
    margin-top: 270px;
}

.favorite-title a {
    font-size: 12px;
    color: #3385d9;
    text-decoration: none;
}

.favorite-title div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorite-list-frame{
    min-height: 300px;
}

.none-favorite{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*favorite-list-index*/

.favorite-list-index {
    margin: 20px 0;
}

.favorite-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.favorite-title img {
    width: 50px;
}

.favorite-title p {
    font-size: 14px;
}

.favorite-list{
    /*padding: 10px;*/
}

.favorite-list-btn{
    position: relative;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px 30px 20px 10px;
    border-radius: 25px;
}

.favorite-list-info{
    display: flex;
    justify-content: left;
    align-items: center;
}

.favorite-type-icon{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 100px;
    margin-right: 10px;
}

.favorite-info{
    font-size: 18px;
}


.favorite-line-name{
    font-size: 12px;
}

.favorite-info-open{
    width: 70px;
    height: 40px;
    background-color: #deeffb;
    color: #4ba2e6;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.favorite-stamemo{
    font-size: 13px;
    display: flex;
    align-items: center;
}

.favorite-stamemo img{
    width: 18px;
}

.hero{
    height: 180px;
    padding-left: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.hero h1{
    font-size: 20px;
    color: #3c83cf;
}

.hero h2{
    font-size: 10px;
}

.title-logo{
    width: 70px;
}

.hero-search{
    padding-top: 180px;
}

.search-input{
    height: 60px;
}