
.home-pros {
    background-color: #ffffff;
}
.home-pros .search-input {
    top: 20px;
    background: #F5F5F5;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s, transform .3s;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
    transform-origin: top;
}
.home-pros .search-input button {
    width: 40px;
    height: 40px;
    border: none;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: F5F5F5;
    transition: all .1s linear;
}
.home-pros .search-input input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: var(--fontsize16);
    border: none;
    background: 0 0;
    color: #666666;
    outline: 0;
}

.home-pros .homecate-list li .title2 {
    position: absolute;
    color: #ffffff;
    margin-top: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}
.home-pros .homecate-list li .more{
    background-color: var(--color);
    color:white;
    width: 202px;
    height: 52px;
    margin: auto;
    display: flex;
    border-radius: 8px 8px 8px 8px;   
    justify-content: center;
    align-items: center; 
}
.epg{
    display: flex;
    flex-direction: row;
    justify-content: end;
    flex-wrap: wrap;
}
.enum{
    text-decoration: none;
    margin: 8px 5px;
    text-align: center;
    width: 32px;
    height:32px;
    display: block;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D5DEE7;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #324558;
    line-height: 32px;
}
.enum.dot{
    line-height: 24px;
    border: none;
    margin: 8px 0px;
}
.enum.goto{
    border: none;
    width: 46px;
    margin: 8px 0px;
}
.enum.current{
    background-color: #006777;
    color: #FFFFFF;
}
.msel {
    margin: 8px 5px;
    display: block;
    height: 32px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    color: #324558;
    line-height: 32px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D5DEE7;
    font-family: Microsoft YaHei, Microsoft YaHei;
    text-align: center;
}
.pinput {
    width: 48px;
    height: 32px;
    margin: 8px 5px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D5DEE7;
    font-size: 14px;
    color: #324558;
    line-height: 32px;
}