*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    scrollbar-width: none;  
}
a{
    color: #000;

}

.container{
    width: 390px;
    margin: 0 auto;;
}
.banner img{
    width: 390px;
}
.biaoti {  
    display: flex;  
    justify-content: space-between;  
    align-items: center;  
    margin: 12px 12px 0; /* 上边距和左右边距为12px，下边距为0（如果需要的话，否则可以省略或设置为所需值） */  
    padding: 0 12px; /* 上下内边距为0（如果需要的话，否则可以设置为所需值），左右内边距为12px */  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);  
    border-radius: 8px;  
}
.bt-title{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 28.96px;
    color: rgba(51, 51, 51, 1);
}
.biaoti img{
    width: 106px;
    height: 106px;
    margin-top: 12px;
    margin-bottom: 12px;
}



.anniu {  
    margin: 16px 12px; /* 上边距16px，左右边距12px，下边距同上边距 */  
    padding: 16px 12px; /* 上下内边距16px，左右内边距12px */  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); /* 去除不必要的0px */  
    border-radius: 8px;  
}
.anniu-title{
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}
.zhiye{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.zhiye-title{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 17.38px;
    color: rgba(87, 87, 87, 1);
    text-align: left;
    vertical-align: top;
    padding: 6px 10px 6px 10px;

}
.group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.option {  
    border: none;
    outline: none; /* 去掉点击时的轮廓线（焦点框） */
    width: 63px;  
    height: 33px;   
    border-radius: 4px;  
    background: #f9f9f9; 
    display: flex;  
    justify-content: center;  
    align-items: center;  
    padding: 6px 8px; 
    font-size: 14px;  
    font-weight: 400;  
    letter-spacing: 1px;  
    line-height: 20px; 
    color: #575757;  
    margin-left: 12px; 
}
/*选中状态*/
.selected {  
    background-color: rgba(29, 13, 248, 0.5);  
    color: #f9f9f9;
}  
.shuom {  
    margin: 16px 12px 12px; /* 上边距16px，左右边距12px，下边距12px */  
    padding: 16px 12px; /* 上下内边距16px，左右内边距12px */  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); /* 去除不必要的0px */  
    border-radius: 8px;  
}
.dev{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(105, 105, 105, 1);
    letter-spacing: 1px;
}
.jinea{
    left: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 24px;
}
.jine{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 34.75px;
    color: rgba(255, 87, 51, 1);
    text-align: left;
    vertical-align: top;

}
.jinea a{
    left: 179px;
    top: 0px;
    width: 163px;
    height: 37px;
    opacity: 1;
    border-radius: 160px;
    background: rgba(42, 130, 228, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0px 4px 0px;
    font-size: 20px;
    font-weight: 700; 
    color: rgba(255, 255, 255, 1);
    margin-left: 16px;
}