.selectBox{
    width:100%;
    height: 65px;
    line-height: 65px;
    background: #f72323;
}
.inputCase{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.inputCase input.imitationSelect{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border:none;
    display: block;
    /* text-indent: 20px; */
    cursor: default;
    outline: none;
    font-size: 24px;
    color: #cccccc;
    font-weight: 100;
    
}
.inputCase i.fa{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #007AFF;
}
.selectUl{
    display: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #ffff;
    z-index: 10;
    position: relative;
}
.selectUl li{
    height: 36px;
    line-height: 36px;
    list-style: none;
    text-indent: 20px;
    border-bottom: 1px solid #ccc;
    transition: all .5s ease 0s;

}
.selectUl li:hover{
    background: #ddd;
}
.selectUl li:last-child{
    border-bottom: 0 none;
}

@media screen and (max-width:1025px) {
    .selectBox{height: 40px;line-height: 40px;}

    .inputCase input.imitationSelect{font-size: 16px;}

    .contact2 .con3 .ul .li .lns .input{font-size: 16px;}
}