.searchBox2 {
    position: absolute;
    bottom: 10%;
    left: 30%;
    width: 40%;
    height: 40px;
    line-height: 40px;
	background:rgba(255,255,255,0.9);
	box-shadow:0px -4px 25px 0px rgba(72,137,237,0.25);
	border-radius:4px;
    text-indent: 10px;
    z-index: 999;
    display: flex;
	justify-content: space-between;
    align-items: center;
    /*position: absolute;
    right: 2.5%;*/
}
#searchBtn2 img{
	width: 50%;
	margin: 0 auto;
	margin-right: 20px;
	display: block;
}

.searchBox2 input {
    width: 93%;
    border: none;
    text-indent: 15px;
    height: 40px;
    line-height: 40px;
    font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'simsun', 'arial', 'tahoma';
    font-size: 14px;
    color: #666666;
    background: transparent;
}

.searchBox2 input::-webkit-input-placeholder {
    color:rgba(102,102,102,0.6);
}