.search-module{
    padding-top: 40px;
    margin-bottom: 60px;
    box-sizing: border-box;
}
.search{
    width: 640px;
    height: 60px;
    position: relative;
}
.search input{
    display: block;
    width: 550px;
    height: 60px;
    box-sizing: border-box;
    border: none;
    text-indent: 40px;
    float: left;
    font-size: 18px;
    position: relative;
    background: #ffffff;
    color: #333333;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.search::before{
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../png/brolo7.png") center no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -9px;
    z-index: 10;
}
.search input::placeholder{
    color: #cccccc;
}
.search button{
    display: block;
    outline: none;
    float: right;
    width: 90px;
    height: 60px;
    background-color: #3e97df;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.search-tab{
    width: 1200px;
    height: 70px;
    border-bottom: 4px solid #0d1c28;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.search-tab li{
    float: left;
    font-size: 24px;
    position: relative;
    line-height: 68px;
    padding: 0 10px;
    height: 100%;
    margin-right: 29px;
    color: #0d1c28;
    cursor: pointer;
}
.search-tab li:hover{
    color: #3e97df;
}
.search-tab li.active{
    color: #3e97df;
}
.search-tab li.active::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #3e97df;
}
.result{
    width: 1200px;
}

.navSearch-inputBox {
  position: relative;
}

.navSearch-input {
  width           : 300px;
  height          : 30px;
  background-color: #ffffff;
  border-radius   : 15px;
  padding-left    : 10px;
  position        : relative;
  top             : -2px;
  border          : none;
}

.navSearch-inputIcon {
  width   : 16px;
  height  : 16px;
  position: absolute;
  top     : 0;
  right   : 15px;
}