.search-box {
    border-radius: 25px;
    width: 240px;
    height: 40px;
    background: #fff;
    float: right;
    position: relative;
    margin-bottom: 27px;
    margin-right: -30px;}

.search-group {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding: 0 10px; */
    border-radius: 25px;
    align-items: center;}

.search-input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    padding: 0 10px;
    padding-right: 50px;}

.search-input:focus {
    outline: none;}

.search-button {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;}

.search-button img {
    padding: 0;
    width: 75%;
    height: 75%;}
.defaultInputStyle{
vertical-align:top;}
input{
border: 1px solid #AFD5F5;
height:17px;}


.main .ss li a{ width:80%; height:38px; line-height:38px; display:inline-block; font-size:14px; color:#666;}
.main .ss li span{ display: inline-block;width: 20%;text-align: right;font-size: 12px;color: #999;
    line-height: 38px;}
