.header-search-wrap .search-box {
    position: relative;}
.header-search-wrap .submit {
    width: 30px;
    height: 30px;}
.header-search-wrap .ser-input {
    height: 30px;
    padding-left: 10px;}
.header-search-wrap .search-close {
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;}
.header-search-wrap {
    position: fixed;
    z-index: 19;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    transform: translate(0, 0) scale(0);}
.header-search-contaniner {
    position: relative;
    top: 50%;
    margin: auto;
    width: 90%;
    max-width: 600px;
    height: 50px;
    color: #666;
    line-height: 50px;
    background: #fff;}
.header-search-wrap.show2 {
    z-index: 9999;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;}
.header-search-wrap.hides1 {
    -webkit-transform: translate(0, -200%) scale(1);
    -ms-transform: translate(0, -200%) scale(1);
    transform: translate(0, -200%) scale(1);}
.header-search-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 80px;
    height: 50px;
    background: #710006;
    color: #fff;
    border: none;
    box-sizing: border-box;}
.header-search-wrap .ser-input {
    width: calc(100% - 80px);
    height: 50px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 30px;}
.header-search-wrap input {
    outline: none;}
.HT3P-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;}
