.hyselect {
    width: 136px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 10px;
}

.indry_box {
    width: 914px;
    height: 270px;
    background: #ffffff;
    border: 1px solid #6c6eff;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 30%;
    transform: translateX(-40%);
    z-index: 9999999;
}

.indry_box ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.indry_box ul li {
    display: flex;
    align-items: center;
}

.indry_box ul li strong {
    width: 66px;
    height: 30px;
    background: #f4f7ff;
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indry_box ul li p {
    color: #666666;
    font-size: 14px;
    margin: 0 12px;
    cursor: pointer;
}

.indry_colr {
    color: #ff6666 !important;
}

.indry_box ul li p:hover {
    color: #ff6666;
}

.hyselect input {
    width: 100%;
    height: 100%;
    background-color: transparent;
}