.search-trigger {
     cursor: pointer;}
#search-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001; 
    background: white;
    display: none;
    border-radius: 50px;}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10000;
    display: none;}

.show {
    display: block !important;}

button[onclick="closePopup()"] {
    display: none;
    margin-top: 20px;}
#search-box.show + button[onclick="closePopup()"] {
    display: block;
    color: #fff;
    z-index: 10000;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 8rem;}
body.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;}
.search-input-wrapper {
    height: 4rem;}
#searchInput {
    height: 4rem;
    font-size: 1.6rem;
    padding: 0 1rem;}
.tj {
    height: 4rem;
    font-size: 1.6rem;
    padding: 0 2rem;
    background-color: #155ab9;
    color: #fff;
    border-radius: 50px;}
.tj .icon-fangdajing {
    font-size: 2rem!important;
    margin: 0!important;}

