.detail-body{
    margin-top: 40px;
    padding-top: 106px;
}
.detail-imgs{
    overflow: hidden;
    width: 800px;
    height: 600px;
    background-color: #f5f5f5;
}
.detail-infos{
    margin-left: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.detail-title{
    width: 400px;
    height: 66px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-bottom: 32px;
}
.info-items {
    font-size: 12px;
    line-height: 24px;
}
.info-label{
    color: #777777;
}
.info-content{
    color: #333;
    margin-bottom: 16px;
}
.info-content a{
    margin-left: 12px;
    display: inline-block;
    color: #333;
    text-decoration: underline;
}
.info-icon{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.info-avatar{
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-right: 12px;
    border-radius: 50%;
    border: 1px solid #F5F5F5;
}
.download-btn{
    width: 176px;
    height: 60px;
    background: #FFF172;
    border-radius: 16px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.detail-collect{
    width: 60px !important;
    height: 60px;
    border-radius: 16px;
    margin-left: 24px;
    cursor: pointer;
}
.info-price__area{
    position: absolute;
    bottom: 0;
}
.info-price{
    height: 56px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    font-size: 24px;
    align-items: flex-end;
    padding-bottom: 8px;
}
.info-price__content{
    font-size: 40px;
}
.info-price__icon{
    width: 43px;
    height: 17px;
    margin-left: 8px;
    margin-right: 40px;
    margin-top: -20px;
}
.info-labels{
    margin-top: 24px;
}
.info-labels.flex {
    flex-wrap: wrap;
}
.info-label__item{
    padding: 4px 12px;
    color: #777777;
    background: #F5F5F5;
    border-radius: 14px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.detail-title__img{
    width: auto;
    height: auto;
    margin: 40px auto 0;
}
.detail-title__large{
    margin-top: 80px;
}
.detail-fixed{
    position: fixed;
    right: 55px;
    top: 230px;
}
.detail-cate__container{
    width: 136px;
    height: 212px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
    border-radius: 24px;
}
.info-icon__container:hover .right-type__toggle{
    display: block;
}
.right-type__toggle{
    position: absolute;
    display: none;
}
.right-type__options{
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
    border-radius: 24px;
    padding: 20px;
    width: 136px;
    margin-left: 12px;
    margin-bottom: 60px;
}
.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;
}