﻿.searchdv img{
    width:100%;
}
.jumpdv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    height: 100%;
    width:100%;
}
.jumpback {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
}
.jumpcnt img {
    width: 100%;
}
.jumpcnt {
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.closeJ {
    position: absolute;
    right: 0;
    top: -40px;
    width: 30px;
}
.closeJ img {
    width: 100%;
    width: 30px !important;
    height: 30px !important;
    cursor:pointer;
}
.searchicon img {
    width: 100%;
}
.searchicon {
    position: absolute;
    top: 14px;
    right: 46px;
    width: 18px;
    height: 18px;
}
div#header {
    background: #FFFFFF none repeat scroll 0 0;
    border: none;
    margin: 0;
    padding: 0;
}
.hsearchdv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;

    transition: all .5s;
}
.searchdv.opensearch{
    visibility: visible;
    opacity: 1;
    /* transition: all 3s; */
}
.searchitem.opensearch{
        visibility: visible;
    opacity: 1;
}
.searchitem {
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    height: 60px;
    background: #fff;
    padding: 16px 11px 17px;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
}
.clearsearch {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 15px;
    z-index: 2;
}
.searchback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .3;
}
.hsearchdv.closesearch{
     visibility: hidden;
    opacity: 0;
}
.hsearchdv.opensearch{
    display:block;
}
form#search_form>input#edtSearch {
    width: calc(100% - 60px);
    padding: 0;
    line-height: 1.5;
    color: #888;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 1px;
    font-size: 14px;
    outline: none;
    border-color: rgb(71, 71, 71);
    height: 27px;
}
form#search_form>input#btnSearch {
    background: url(https://pic.wstyle.com.tw/icon/search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: bottom;
    width: 18px;
    height: 18px;
    content: "";
    border: 0;
    padding: 0;
    margin-top: 5px;
}
form#search_form {
    display: flex;
    flex-wrap: nowrap;
}
.searchdv * {
    box-sizing: border-box;
}