.main-header{
    margin-top: 40px;
    padding-top: 106px;
}
.main-header__left{
    width: 148px;
    height: 48px;
    background: #F5F5F5;
    border-radius: 24px;
    padding: 4px;
}
.header-item{
    width: 68px;
    height: 40px;
    border-radius: 24px;
    font-weight: 500;
    color: #777777;
    line-height: 40px;
}
.header-item.active{
    background: #FFF172;
    color: #333;
}
.right-type{
    background: #F5F5F5;
    border-radius: 24px;
    padding: 10px 20px;
    margin-left: 32px;
}
.type-title{
    margin: -10px -20px;
    padding: 8px 20px;
    cursor: pointer;
}
.type-title__name{
    color: #333333;
    line-height: 20px;
}
.type-title__arrow{
    margin-left: 12px;
    transform: rotate(90deg);
}
.right-type__options{
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
    border-radius: 24px;
    padding: 20px;
}
.right-type__toggle{
    padding-top: 13px;
    margin-left: -17px;
    position: absolute;
    z-index: 10;
    display: none;
}
.option-item{
    width: 96px;
    height: 40px;
    line-height: 20px;
    color: #333333;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 4px;
    cursor: pointer;
}
.option-item.active, .option-item:hover{
    background: #FFF172;
    border-radius: 12px;
}

.type-title.type-color {
    padding: 8px;
}
.type-title.type-color .color-item{
    width: 24px;
    height: 24px; 
    margin-bottom: 0;
    margin-right: 8px;
}
.type-title.type-color .type-title__arrow{
    margin-left: 4px;
}
.right-type:hover .right-type__toggle{
    display: block;
}
.color-options{
    width: 228px;
    height: 176px;
    flex-flow: wrap;
    padding-right: 0;
}
.color-item{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.type-title:hover+.right-type__options{
    opacity: 1;
}
.back-btn{
    width: 96px;
    height: 40px;
    background: #FFF172;
    border-radius: 12px;
    line-height: 40px;
    color: #333333;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}