
.search{
    /*padding-bottom: 30px;*/
    position: relative;
}

.search img{
    display: block;
    margin: 50px auto 0;
}

.searchWrap{
    text-align: center;
    width: 630px;
    margin: 30px auto 60px;
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
    position: relative;
    /*overflow: hidden;*/
    /*border-radius: 4px;*/
    border: 1px solid #f3f5f7;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search .input{
    display: inline-block;
    width: 508px;
    height: 50px;
    line-height: 50px;
    /*border: 1px solid #f3f5f7;*/
    box-sizing: border-box;
}

.search .input input{
    width: 508px;
    border: none;
    height: 50px;
    box-sizing: border-box;
    text-indent: 20px;
    outline: none;
    font-size: 14px;
}

.search .searchWrap a{
    font-size: 16px;
    width: 120px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: right;
    background: #f94242;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.searchList{
    display: none;
    position: absolute;
    width: 508px;
    line-height: 30px;
    background: white;
    margin-top: 10px;
    border: 1px solid #f3f5f7;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    max-height: 200px;
    overflow-y: scroll;
    text-align: left;
    /*transform: translate(-50%);*/
    /*left: 45%;*/
    /*top: 110px;*/
}

.searchList p{
    padding: 6px 20px;
    cursor: pointer;
}
.searchList p:hover{
    background: #f3f5f7;
}

.funcWrap a:nth-child(1) img{
    transform: scale(1.2);
    -webkit-box-shadow: 0 10px 16px rgba(235, 54, 58, 0.58);
    -moz-box-shadow: 0 10px 16px rgba(235, 54, 58, 0.58);
    box-shadow: 0 10px 16px rgba(235, 54, 58, 0.58);
}
.funcWrap a:nth-child(1) p{
    color: #f94242;
}

.buy{
    background-image: url("/skin/zhengu/images/buy.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 826px;
    height: 118px;
    display: block;
    margin: 0 auto 63px;
}




