.secrch_all{
	width: 100%;
	height: 100%;
	background: #31302f;
	opacity: 1;
	position: fixed;
	top: 0;
	z-index: 999999;
	display: none;

}*:focus { outline: none; }
.secrch_all #q {
    background: none;
    border: none;
    border-bottom: 1px solid #5c5b59;
    border-radius: 0;
    box-sizing: border-box;
    color: #e27b5b;
    font-family: '微软雅黑', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: normal;
    width: 400px;
    margin:0 auto;
    text-transform: uppercase;
    height:40px;
}
.secrch_all #q{
　　border-width:0;
　　border-color:white;
　　border-style:none;
　　background:none;
　　}
#search1{
	width:400px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	top: 10%;
}
.secrch_all #search_btn {
    background: url(../../images/kd/search-white2.png) no-repeat center;
    background-size: 27px;
    border-radius: 0;
    border: none;
    height: 27px;
    position: absolute;
    right: 0;
    display: block;
    top: 6px;
    text-indent:-9999px;
    width: 27px;
}
.close_search {
    background: url(../../images/kd/close.png) no-repeat right;
    color: #e27b5b;
    cursor: pointer;
    letter-spacing: 2px;
    line-height: 27px;
    padding-right: 50px;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    position:absolute;
    top: 2%;
    right:2%
}
.close_search:hover {
    background: url(../../images/kd/close-hover.png) no-repeat right;
    color: #dfd8d2;
}
