:root {
    --color:#9C0C13
}
body {
    background: #F2F3F9;
    font-family: 'Microsoft YaHei';
       
}
* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #FFFFFF;
}

input:-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #FFFFFF;
}

input::-moz-input-placeholder {
    /* Mozilla Firefox 19+*/
    color: #FFFFFF;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #FFFFFF;
}
ul li {
    list-style: none;
}


@font-face {
    font-family: 'HanaMinA-Regular';
    src: url('../HanaMinA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
.scroll-search {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    display: none;
}

.scroll-search .section {
    width: 13.7375rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 3.675rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.scroll-search .section .title {
    font-size: 0.5375rem;
    color: #ffffff;
    text-align: center;
    padding-bottom: 0.5375rem;
}

.scroll-search .section div.content {
    display: flex;
}

.scroll-search input[type="text"] {
    width: 11.75rem;
    height: 0.775rem;
    border: none;
    background: #ffffff;
    border-radius: 0.5375rem 0 0 0.5375rem;
    outline: none;
    text-indent: 0.5375rem;
    font-size: 0.25rem;
    color: #929292;
}

.scroll-search input[type="button"] {
    width: 1.9875rem;
    height: 0.775rem;
    font-size: 0.2875rem;
    color: #ffffff;
    background: url(../img/scrollGuide/sousuo.png) #9c0c13 left 0.3625rem center no-repeat;
    background-size: 0.375rem 0.3875rem;
    border: none;
    border-radius: 0 0.5375rem 0.5375rem 0;
    text-indent: 0.1375rem;
}

.scroll-search-hide {
    position: absolute;
    top: 0.6625rem;
    right: 0.4625rem;
    cursor: pointer;
}

.scroll-search-hide img {
    width: 0.3125rem;
}
 #scrollSearch input::-webkit-input-placeholder {
            /* webkit browsers*/
            color: #929292;}
        
        #scrollSearch input:-moz-input-placeholder {
            /* mozilla firefox 4 to 18*/
            color: #929292;}
        
        #scrollSearch input::-moz-input-placeholder {
            /* mozilla firefox 19+*/
            color: #929292;}
        
        #scrollSearch input:-ms-input-placeholder {
            /* internet explorer 10+*/
            color: #929292;}