<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-body{
    padding: 45px 0 65px;
    max-width: 480px;
    margin: 0 auto;
    background:#f4f4f4;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.page-body .cover{
    padding-bottom: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.page-body .cover img{
    height: 100%;
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.page-body .price{
    padding: 20px 15px;
    overflow: hidden;
    background: #ffffff;
}
.page-body .price span{
    font-size: 24px;
    color: rgb(26, 178, 91);
}
.page-body .price .sale{
    float: right;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.page-body .price s{
    font-size: 14px;
    color: #999999;
}
.page-body .title{
    padding: 0 15px 20px;
    background: #ffffff;
}
.page-body .title .type{
    display: inline-block;
    color: #ffffff;
    background: rgb(26, 178, 91);
    border-radius: 50px;
    font-size: 12px;
    padding: 2px 5px;
}
.page-body .spec{
    margin: 15px 0;
    background: #ffffff;
    padding: 15px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
}
.page-body .spec .yq-icon{
    float: right;
    color: #999999;
    font-size: 14px;
}
.page-body .detail{
    flex-grow: 1;
}
.page-body .detail .detail-view{
    background: #ffffff;
    padding: 0 15px 15px;
}
.page-body .detail .detail-title{
    text-align: center;
    padding-bottom: 15px;
}
.page-body .detail .detail-view img{
    vertical-align: top;
    width: 100%;
}
.page-body .detail .detail-view video{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.page-body .detail .detail-view div{
    padding: 10px 0;
}
.fixed-btn{
    background: #ffffff;
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 100;
    max-width: 480px;
    width: 100%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-top: 1px solid #f4f4f4;
}
.fixed-btn .icon-view{
    display: flex;
    justify-content: space-between;
    text-align: center;
    min-width: 120px;
}
.fixed-btn .icon-view&gt;a{
    flex: 1;
    cursor: pointer;
    color: #666666;
}
.fixed-btn .icon-view .yq-icon{
    font-size: 18px;
    color: #666666;
    margin-bottom: 5px;
}
.fixed-btn .buy{
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-left: 15px;
}
.fixed-btn .buy a{
    background: rgb(26, 178, 91);
    line-height: 40px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: inherit;
}
.fixed-btn .buy a span{
    position: relative;
    z-index: 3;
}
.fixed-btn .buy a:first-of-type{
    border-radius: 50px;
}
@media screen and (min-width: 480px) {
    .fixed-btn .icon-view{
        width: 200px;
    }
}
@media screen and (max-width: 480px) {
    .fixed-btn .icon-view{
        width: 160px;
    }
}
@media screen and (max-width: 460px) {
    .fixed-btn .icon-view{
        width: 120px;
    }
}
</pre></body></html>