#app{
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}
body{
    background: rgba(244,245,249);
}
#app .title{
    font-size: 30px;
    font-family: FZLTHK;
    font-weight: normal;
    margin-bottom: 30px;
    color: #4D4D4D;
}
select {
    /* 设置字体大小和边框样式 */
    font-size: 16px;
    border: 1px solid #ccc;
    width: 540px;
    height: 62px;
    color: #999;
}

select option:checked {
    /* 设置选中项的背景颜色和文字颜色 */
    background-color: #ccc;
    color: #000;
}
select {

    /* 设置下拉列表的背景颜色和文字颜色 */
    background-color: #fff;
    color: #999;
    /* 设置字体大小、边框样式和内边距 */
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 20px;

}

/* 设置下拉列表的滚动条样式 */
select::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

select::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

select::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

select::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
/* 设置下拉列表中每个选项的背景颜色和文字颜色 */
select option {
    background-color: #fff;
    color: #333;
}

/* 设置下拉列表中每个选项的悬停样式 */
select option:hover {
    background-color: #f5f5f5;
}
.logoda img{
    margin-top: 80px;
    width: 465px;
}
.hui{
    background: #F1F1F1FF;
}

.sea{
    width: 170px;
    height: 60px;
    border-radius: 5px;
    opacity: 1;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background:#00EFFAFF ;
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
}
.sea:hover{
    color: #000 !important;
}
.menunew {
    width: 224px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 20px 20px 0;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.06);
    padding: 20px 0;
}
.menu_item{
    margin: 20px 0;
    font-size: 14px;
}
.menunew .active{
    color:rgb(0,240,255) ;
    font-weight:600;
    font-size: 16px;
}
.goodlist{
    margin-top: 20px;
}
.goodlist .goods{
    width: 224px;
    height: 314px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.06);


}
.goodlist{
    width:980px;
    flex-wrap: wrap;
}
.goodlist .goods{
    margin-right: 20px;
    margin-bottom: 25px;
}
.goodlist .goods img{
    width: 100%;
    height: 224px;
}
.goodlist .goods span{
    width: 95%;
    margin: 10px auto;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;



}
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-start {
    display: flex;
    justify-content: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.items-start {
    display: flex;
    align-items: flex-start;
}

.items-center {
    display: flex;
    align-items: center;
}

.items-end {
    display: flex;
    align-items: flex-end;
}
.title{
    font-size: 40px;
    font-weight: 600;
    color: #0a0a0a;
    margin-top: 100px;
    margin-bottom: 20px;
}
.mt30{
    margin-top: 30px;
}
.el-button--primary{
   background: rgb(0,240,255);
    color: #000;
}
