.search-wrapper{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-top: 0.5rem;
}
.search-wrapper .search-box{
    width: 6.91rem;
    height: 0.91rem;
    line-height: 0.91rem;
    background-color: #ffffff;
    padding: 0 0.23rem;
    position: relative;
    z-index: 10;
    border: 1px solid #DEDEDE;
    margin: 0 auto;
}
.search-wrapper .search-box form{
    /* width: 60%; */
    height: 100%;
}
.search-wrapper .search-box form  .search-input{
    width: 90%;
    height: 100%;
    display: block;
    font-size: 0.28rem;
    background: #fff;
    color: #000;
}
.search-wrapper .search-box form  .search-input::-webkit-input-placeholder{
    color:#999999;
}
.search-wrapper .search-box form  .search-input::-moz-placeholder{
    color:#999999;
}
.search-wrapper .search-box form  .search-input:-moz-placeholder{
    color:#999999;
}
.search-wrapper .search-box form  .search-input:-ms-input-placeholder{
    color:#999999;
}
.search-wrapper .search-box .search-type{
    position: absolute;
    top: 0;
    right: 0.23rem;
    color: #999999;
    font-size: 0.28rem;
    z-index: 600;
}

.search-wrapper .search-box .search-type .type-btn{
    padding-right: 0.4rem;
}
.search-wrapper .search-box .search-type .back{
   color: #004a90;
   position: relative;
   padding-left: 0.4rem;
   border-left: 1px solid #e1e1e1;
}
.p-search__container{
    padding-top: 1.18rem;
}
.seach-box__submit {
    position: absolute;
    width: 0.44rem;
    height: 0.44rem;
    right: 0.2rem;
    top: 0.23rem;
    background: url(../images/icon_search.png) no-repeat center center;
    background-size: 100% 100%;
}
.search-type-menu{
    display: none;
}
.search-type-menu .menu-box{
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    top: 0.94rem;
}
.search-type-menu .menu-box ul{
    clear: both;
    overflow: hidden;
}
.search-type-menu .menu-box ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0.3rem 0;
}
.search-type-menu .menu-box ul li a{
    color: #004a90;
    font-size: 0.28rem;
}
.search-type-menu .menu-box ul li a.c1{
    color: #999999;
}
.search-type-menu .menu-box .all{
    line-height: 0.94rem;
    height: 0.94rem;
    text-align: center;
    font-size: 0.28rem;
    color: #004a90;
    display: block;
    border-top: 1px solid #cccccc;
}
.search-type-menu .menu-box .all.c1{
    color: #999999;
}
.search-wrapper .search-content .search-header{
    font-size: 0.28rem;
    background-color: #ffffff;
    height: 0.94rem;
    line-height: 0.94rem;
    padding: 0 0.23rem;
    border-bottom: 1px solid #f7f7f7;
    color: #000000;
}
.search-wrapper .search-content .search-header span{
    color: #004a90;
}
.search-wrapper .search-content .search-header.hq-more{
    position: relative;
}
.search-wrapper .search-content .search-header.hq-more::before{
    content: '';
    background: url(../images/personal-arrow.png) no-repeat center top;
    background-size: 100% auto;
    display: block;
    position: absolute;
    right: 0.23rem;
    width: 0.23rem;
    height: 0.42rem;
    top: 0.26rem;
}
.search-wrapper .search-content .news{
    display: none;
}
.search-wrapper .search-content .stocks{
    display: none;
}
.search-wrapper .search-content .stocks .stock-list{
    background-color: #ffffff;
}
.search-wrapper .search-content .stocks .stock-list ul li{
    border-bottom: 1px solid #f7f7f7;
    padding: 0 0.23rem;
}
.search-wrapper .search-content .stocks .stock-list ul li a{
    display: inline-block;
    padding: 0.15rem 0;
    font-size: 0.28rem;
    color: #000000;
}
.search-wrapper .search-content .stocks .stock-list ul li a span{
    display: block;
}
.search-wrapper .search-content .stocks .stock-list ul li a span:last-child{
    color: #999999;
}
.search-wrapper .load-more{
    display: none;
}