header{
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.header{
    background-color: #A4006A;
    height: 50px;
    padding: 0 15px;
}

.header .menu img{
    width: 22px;
}
.header .back{
    padding:14px 10px 10px 0;
}
.header .back img{
    width:13px;
}
.header .logo img{
    width: 110px;
    margin-top: 8px;
}
.header .detail_logo{
    margin:10px auto 0;
}
.header .detail_logo img{
    width:110px;
}

.header .showSearchBtn img{
    width: 25px;
}
.headersearch.detail img{
    width:18px;
    margin:3px 3px 0;
}

.headersearch {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    margin: auto;
    z-index: 10000;
    width: 60%;
    border:1px solid #eee;
    height: 30px;
    overflow: hidden;
    border-radius: 3px !important;
}
.headersearch.detail{
    left: auto;
    right: 20px;
    height: 35px;
    background: #eee;
    padding: 5px;
    border: 0;
    margin:8px 0 0;
}

.headersearch form{
    width: 100%;
    height: 100%;
}
.headersearch.detail form{
    width:calc(100% - 30px);
}
.headersearch .hsinput {
    width: calc(100% - 30px);
    height: 100%;
    border-width: 0;
    color: #000;
    /*padding: 4px 0px 4px 7px!important;*/
    box-sizing: content-box;
    box-shadow: none;
    font-size: 12px;
    /*border: none!important;*/
    outline: none;
    padding: 0 15px;
}
.headersearch.detail .hsinput{
    background:#eee;
}
.headersearch.detail .showSearchBtn{
    margin:3px 0 0;
    top: 3px;
    right: 3px;
}

.headersearch .hsbtn {
    border: none;
    background: url(../../images/h_search_icon.png?v=1) -7px 9px no-repeat;
    _background-image: none;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 7px 24px;
    text-decoration: none;
    line-height: 20px;

    outline: none;
    height: 48px;
}
header .searcharea .gsc-control-cse{
    padding:3px 3px 0px;
}
header .searcharea form.gsc-search-box{
    margin-bottom: 0;
}
header .searcharea table.gsc-search-box{
    margin-bottom: 0;
}
header .list_detail.header{
    padding:0 5px 0 15px;
}
@media(min-width: 728px){
    header .list_detail.header{
        max-width:728px;
        margin:0 auto;
    }
}