div#aaa {
    cursor: pointer;
    float: right;
    margin-right: 15px;
}

.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(43,68,173,0.8);
    display: none;
    z-index: 50;
}

.layer .layer-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.layer .layer-inner .layer-mod {
    text-align: center;
    position: absolute;
    top: 50px;
    width: 100%;
}

.layer .layer-inner .layer-mod .shutdown {
    margin-right: 50px;
    text-align: right;
}

.layer .close {
    width: 48px;
    cursor: pointer;
    color: #fff;
    height: 48px;
}

.layer .searchbox {
    width: 55%;
    margin: 0 auto;
    margin-top: 100px;
}

.layer-mod h3 {
    line-height: 100px;
    font-size: 50px;
    color: #fff;
}

/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px!important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    margin-top: 5px;
}

.wp-search {
    position: relative;
    border: 0px solid #d0d0d0;
}

.wp-search form {
    display: block;
    border: 1px solid #ccc;
}

.wp-search .search-input {
    margin-left: 4px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 30px;
    padding: 4px 0;
    line-height: 30px;
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 34px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 34px;
    height: 38px;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
}
