
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
}

.input_content{
    width: 80%;
}

.delete_content{
    width: 10%;
    height: 100%;
}



.icon_content{
    width: 10%;
    height: 100%;
}


/*利用<i>来安放图标*/
.icon{
    display: inline-block;
    font-size: calc(6px + 1vw);
    position: relative;
    align-items: center;
    justify-items: center;
}

/*利用<i>来安放图标*/
.icon_device{
    display: inline-block;
    font-size: calc(15px + 1vw);
    position: relative;
    align-items: center;
    justify-items: center;
}


.content_table li:focus {
    background-color: #e0e0e0; /* 稍微浅一点的灰色，以区分焦点状态 */
    outline: none; /* 移除默认的焦点轮廓，如果您想要的话 */
    /*border: 2px solid #9d9d9d; !* 添加一个蓝色的边框来突出显示焦点项，如果需要的话 *!*/
    /*border-top:none ;*/
}


.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

ul {
    margin: 0;
    padding: 0;
    font-size: 0; /* 去除 li 间多余的空格 */
}
li {
    font-size: calc(1px + 0.8vw);
    vertical-align: top; /* 设置 li 垂直对齐方式 */
}

.brand_list{
    border-bottom: 2px solid #9d9d9d;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.brand_list2{
    border-bottom: 2px solid #9d9d9d;
    height: 35px;
    line-height: 39px;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}

/*.brand_list:hover{*/
/*    overflow-y: auto;*/
/*}*/

input[type="text"] {
    width: 10px;
}

.tag{
    height:10px;
    font-size: large;
}

.content{
    width: 95%;
}

.content_input{
    display: flex;
    position: relative;
    width: 100%;
    color: #434343;
    border:2px solid #9d9d9d;
    border-radius: 5px;
}
.content_input input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none ;
    font-size: calc(1px + 1vw);
    outline: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号表示有内容被隐藏 */
    white-space: nowrap; /* 防止文本换行 */
}



.content_input2{
    display: flex;
    position: relative;
    width: 100%;
    color: #434343;
    border:2px solid #9d9d9d;
    border-radius: 5px;
}
.content_input2 input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none ;
    outline: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号表示有内容被隐藏 */
    white-space: nowrap; /* 防止文本换行 */
}

/*删除按钮*/
.delete_button{
    display: inline-block;
    font-size: calc(6px + 1vw);
    color: #1E9FFF;
    position: relative;
    align-items: center;
    justify-items: center;
    display: none;

}
/*删除按钮*/
.delete_button2{
    display: inline-block;
    font-size: calc(15px + 1vw);
    color: #1E9FFF;
    position: relative;
    align-items: center;
    justify-items: center;
    display: none;

}



.device_button{
    font-size: calc(6px + 1vw);
    color: #1E9FFF;
    position: relative;
    align-items: center;
    justify-items: center;
    display: none;
}
.search_button{
    display: inline-block;
    font-size: calc(6px + 1vw);
    color: #1E9FFF;
    position: relative;
    align-items: center;
    justify-items: center;
    display: none;

}



.icon21{
    /* display: inline-block; */
    background-repeat: no-repeat;
    position: relative;
    font-size: calc(3px + 1vw);

}
.icon22{
    /* display: inline-block; */
    background-repeat: no-repeat;
    position: relative;
    font-size: calc(3px + 1vw);
}





.icon-delete {
    font-weight: bold; /* 使图标加粗 */
}

.firstTable0{
    display: none;
    width: 100%;
}

.firstTable1{
    display: none;
    width: 100%;
}

.firstTable2{
    display: none;
    width: 100%;
}

.firstTable3{
    display: none;
    width: 100%;
}

.firstTable4{
    display: none;
    width: 100%;
}

.firstTable5{
    display: none;
    width: 438px;
}

.firstTable6{
    display: none;
    width: 438px;
}
.firstTable7{
    display: none;
    width: 438px;
}
.firstTable8{
    display: none;
    width: 438px;
}


.content_table{
    position: absolute;
    width: 24%;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: white;
    z-index: 11;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
}

.content_table2{
    position: absolute;
    width: 28.5%;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: white;
    z-index: 11;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
}

.content_table2 li {
    font-size: calc(7px + 1vw);
    vertical-align: top; /* 设置 li 垂直对齐方式 */
}
.table_info{
    padding-top: 20px;
}

.brand_button{
    width: 100%;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 3列，每列占用1部分 */
    gap: 20px; /* 网格项之间的间隙 */
    padding: 2%;
    align-items: center;
}

.grid-item {
    width: 102%;
    height: 100px;
    background-color: #f0f0f0; /* 网格项的背景颜色 */
    border: 1px solid #ccc; /* 网格项的边框 */
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: calc(1px + 1vw);
}

.brand_button2{
    width: 100%;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 3列，每列占用1部分 */
    gap: 20px; /* 网格项之间的间隙 */
    padding: 2%;
    align-items: center;
}

.grid-item2{
    width: 100%;
    height: 100px;
    background-color: #f0f0f0; /* 网格项的背景颜色 */
    border: 1px solid #ccc; /* 网格项的边框 */
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: calc(6px + 1vw);
}


.choose_button{
    padding-top: 10px;
    float: left;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background-color: #9d9d9d;
    border: 2px solid red;
    width: 8%;
    height: 30px;
    cursor: pointer; /* 改变光标形状为手指形状，仅作为示例 */
    transition: background-color 0.3s ease; /* 平滑过渡效果 */
    font-size: calc(1px + 1vw);
}

.choose_button2{
    padding-top: 10px;
    float: left;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background-color: #9d9d9d;
    border: 2px solid red;
    width: 8%;
    height: 30px;
    cursor: pointer; /* 改变光标形状为手指形状，仅作为示例 */
    transition: background-color 0.3s ease; /* 平滑过渡效果 */
    font-size: calc(5px + 1vw);
}



.choose_button:hover {
    background-color: #ddd; /* 鼠标悬停时改变背景色 */
}
button{
    height: 43px;
    position: relative;
    cursor: pointer; /* 改变光标形状为手指形状，仅作为示例 */
    transition: background-color 0.3s ease; /* 平滑过渡效果 */
}

button:hover {
    background-color: #ddd; /* 鼠标悬停时改变背景色 */
}


.search{
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号表示有内容被隐藏 */
    white-space: nowrap; /* 防止文本换行 */
    font-size: calc(-5px + 1vw);
}

.search2{
    width: 95%;
    height: 100%;
    position: relative;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号表示有内容被隐藏 */
    white-space: nowrap; /* 防止文本换行 */
    font-size: calc(6px + 1vw);
}

.device{
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 10px;
    border-radius: 10px;
    max-width: 300px;
    border: none;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号表示有内容被隐藏 */
    white-space: nowrap; /* 防止文本换行 */
    font-size: calc(-5px + 1vw);
}


.search_list{
    display: none;
    width: 115%;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: white;
    z-index: 11;
    box-sizing: border-box;
    max-height: 335px;
    overflow-y: auto;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.15);
}


.device_list{
    display: none;
    width: 110%;
    background-color: #bdc2bd;
    border-top: none;
    background-color: white;
    z-index: 11;
    box-sizing: border-box;
    max-height: 335px;
    max-width: 500px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.15);
}

.icon2{
    display: inline-block;
    height: 500px;
    width: 500px;
    background-repeat: no-repeat;
    position: absolute;
    top: 11.5%;
    left: 600px;
    z-index: 2;
}
.icon3{
    /* display: inline-block; */
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: -28px;
    left: 185px;
    z-index: 2;
}

.icon4{
    /* display: inline-block; */
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: -28px;
    left: 185px;
    z-index: 2;
}


.mintitle{
    width: 104%;
    background-color: white;
    border-bottom: 2px solid #9d9d9d;
}

.num_meaning {
    position: fixed;
    z-index: 1001;
    width: 0;
    height: 100%;
    border-left: 1px solid #d0d0d0;
    background: #fff
}

.num_float {
    width: 50px;
    height: 50px;
    border: 1px solid grey;
    position: absolute;
    top: 45%;
    border-radius: 8px 8px 8px 8px;
}

#arrow {
    width: 48px;
    height: 48px;
    vertical-align: middle;
    /*background: url('../img/motor.png') no-repeat;*/
    border-radius: 8px 8px 8px 8px;
}

/*.lunbo{*/
/*    background: url('../img/tc.png') no-repeat;*/
/*}*/


.carousel {
    position: relative;
    width: 100%;
    height: 20%;
    max-width: 100%;
    /* 根据需要调整 */
    margin: auto;
    overflow: hidden;
}

.carousel-images {
    transition: transform 0.5s ease;
}

.carousel-images img {
    width: 100%;
    flex-shrink: 0;
    min-width: 100%;
    /* 确保图片不缩小 */
    height: 200px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* 控制点样式 */
.carousel-dots {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 5px;
    transition-duration: .3s;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}
