.header-bg {
    padding-left: 90px;
    /*background: url(../image/gear.png) bottom no-repeat;*/
    /*background-size: 100%;*/
}

.PC-header-H {
    height: 95px;
}

.input-group-text {
    background: #cf3339;
}

.input-group-text .bi-search {
    font-size: 1.5rem;
    color: #FFFFFF;
}

.input-group-lg {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 #e7e7e7;
}

.input-group-lg, .search-input {
    height: 54px !important;
    line-height: 54px !important;
    background: #e7e7e7 !important;
    cursor: pointer;
    border: none;
}

ul li {
    list-style: none;
}

.navBar-li .nav-link {
    /*margin-right: 44px;*/
    color: #3e3a39 !important;
    font-size: 25px;
}

.drop-down {
    margin-top: 0;
    position: relative;
    display: inline-block;
    width: 120px;
    white-space: nowrap;
}

.drop-down select {
    display: none;
}

.drop-down .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 40px;
    padding: 0;
    width: 120px;
}

.drop-down .select-list li {
    display: none;
    width: 120px;
    background-color: #FFFFFF;
    border-left: 2px solid #3e3a39;
    border-right: 2px solid #3e3a39;
    cursor: pointer;
}

.drop-down .select-list li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid #3e3a39;
}

.drop-down .select-list li span {
    margin: 5px;
    padding: 0 0 0 40px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    /*width: 116px;*/
    background-color: #FFFFFF;
    background-position: left 5px center;
    background-repeat: no-repeat;
    font-size: 22px;
    color: #000000;
    opacity: 1;
    box-sizing: border-box;
}

.drop-down .select-list li span:hover, .drop-down .select-list li:focus {
    opacity: .5;
}

.button {
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    color: #000000;
    border: 2px solid #3e3a39;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.button span {
    margin: 5px;
    padding: 0 0 0 40px;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    background-position: left 5px center;
    background-repeat: no-repeat;
}

.vertical {
    margin: 0 33px;
    width: 2px;
    background-color: #98989a;
}

.Login-href {
    position: relative;
    font-size: 22px;
}

.Login-href span {
    margin: 0 10px;
}

.login-quit {
    display: none;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 0.4rem 1.7rem;
    color: #3e3a39;
    font-size: 1rem;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0 0 8px 0 #d8d8d8;
}

.login-quit:before {
    box-sizing: content-box;
    position: absolute;
    top: -18px;;
    right: 50%;
    transform: translateX(50%);
    border-bottom: 9px solid snow;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 2;

}

.login-quit:after {
    box-sizing: content-box;
    position: absolute;
    top: -20px;
    right: 50%;
    transform: translateX(50%);
    border-bottom: 10px solid rgba(62, 58, 57, 0.09);
    border-top: 10px solid transparent;
    border-left: 11px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    content: '';

}

.login-quit span:before {
    margin-right: 0.5rem;
    content: url("../image/quit.png");
}

.navBar-li a {
    /*margin: 0 15px;*/
    font-size: 24px;
    color: #000000 !important;
}

.navBar-li a:hover {
    color: #cf3339 !important;
    border-bottom: 2px solid #cf3339;
}

.navbar-nav-title {
    white-space: nowrap;
}

.select-list-link {
    color: #000000;
    font-size: 18px !important;
    text-decoration: none !important;
}

.select-list-link:hover {
    color: #000000;
}


.drop-down-and-login {
    display: flex;
    justify-content: center;
    height: max-content;
}

.Login-href .send-harf-class, .Login-href .send-harf-class a:hover {
    color: #3e3a39;
}

/*模态框*/
.modal-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 490px;*/
    z-index: 1050;
    background-color: rgba(129, 129, 129, 0.9);
    /*backdrop-filter: blur(14px);*/
    /*filter:blur(14px);*/
}

.modal-search-input {
    line-height: 60px;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    outline: none;
    border: none;

}

.modal-search-body-input {
    margin: 60px 32% 0;
    /*width: 35%;*/
    text-align: center;
    font-size: 9px;
    border-bottom: 1px solid #FFFFFF;
}

.modal-search-input:active {
    border: none;
}

.modal-search-input::placeholder {
    color: #FFFFFF;
}

.modal-search-body {
    margin: 30px 20% !important;
}

.modal-search-body-title {
    font-size: 26px;
    color: #cf3339;
}

.modal-search-body-center {
    font-size: 26px;
    color: #FFFFFF;
}

.modal-search-body-center a, .modal-search-body-center a:hover {
    color: #cf3339;
}

.modal-search-close {
    position: absolute;
    width: max-content;
    top: 20px;
    right: 40px;
    cursor: pointer;
}

.modal-search-close .bi-x-circle {
    font-size: 30px;
    color: #cf3339;
}

@media (max-width: 767px) {
    article{
        margin-top: 44px;
    }
    .pc-header-view {
        display: none;
    }

    .md-header-view {
        display: block;
    }

    .login-email {
        color: #cf3339;
    }

    .modal-search {
        height: 100%;
        left: 100%;
    }

    .modal-search-body-input {
        margin: 120px 9% 0;
    }

    .modal-search-body-input > .modal-search-input {
        line-height: 45px;
    }

    .modal-search-body-input > .modal-search-input::placeholder {
        font-size: 1rem;
    }

    .modal-search-body-input > .bi-search {
        font-size: 1.5rem !important;
    }

    .modal-search-body-title {
        font-size: 1.25rem;
    }

    .modal-search-body {
        margin: 30px 9% !important;
    }

    .modal-search-body-center {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    html {
        zoom: 50%;
        -moz-transform: scale(0.8);
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    html {
        zoom: 80%;
        -moz-transform: scale(0.8);
    }
}

.navbar-expand-xl {
    width: 70%;
}

.vertical {
    margin: 0 20px;
}

.login-email {
    width: 210px
}

@media (min-width: 768px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        width: 100%;
        /*height: 215px;*/
        padding-top: 32px;
        background-color: #FFFFFF;
        background-size: 100%;
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
        border-bottom: solid 1px #707070;
    }

    .pc-header-view {
        display: block;
    }

    .md-header-view {
        display: none;
    }

    article {
        padding-top: 216px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .drop-down .select-list li span{
        font-size: 12px;
    }
    .modal-search-body-title,.modal-search-body-center{
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .drop-down .select-list li span{
        font-size: 16px;
    }
    .modal-search-body-title,.modal-search-body-center{
        font-size: 20px;
    }
}