@font-face {
    font-family: "NotoSansJP-Black";
    font-display: auto;
    src: url("../font/Noto_Sans_JP/NotoSansJP-Black.otf") format("otf");
}
@font-face {
    font-family: "NotoSansJP-Bold";
    font-display: auto;
    src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("otf");
}
@font-face {
    font-family: "NotoSansJP-Regular";
    font-display: auto;
    src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("otf");
}


.index-box {
    max-width:1180px;
    overflow:hidden;
    margin:0 auto;
}
.index__head {
    margin-top: 64px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
    font-family: NotoSansJP, NotoSansJP;
}
    .index__head h1 {
        font-size: 18px;
        color: #333333;
        line-height: 26px;
        margin-bottom: 24px;
        font-weight: bold;
        font-family: 'NotoSansJP-Bold';
    }
    .index__head p {
        font-size: 12px;
        color: #333333;
        line-height: 17px;
        font-family: 'NotoSansJP-Regular'
    }
.index__content {
     border-top:1px solid #ccc;
     padding-bottom:30px;
}
.index-line {
    padding:0;
}
    .index-line:hover {
        background: #333333;
    }
    .index-line h2 {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        text-align: center;
        margin-bottom: 24px;
        font-weight: bold;
        font-family: 'NotoSansJP-Bold'
    }
    .index-line .lineItem {
        width: 400px;
        margin:0 auto;
    }
        .index-line .lineItem p {
            font-size: 12px;
            color: #333333;
            line-height: 16px;
            margin-bottom:6px;
        }
    .index-line:hover h2 {
        color: #FCFCFC;
    }
    .index-line:hover .lineItem p {
        color: #FCFCFC;
    }
.index__content .line1 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 68px 0 81px 0;
}
.index__content .line2 {
    border-bottom: 1px solid #ccc;
    padding: 68px 0 81px 0;
}
.index__content .line3 {
    border-right: 1px solid #ccc;
    padding: 68px 0 81px 0;
    border-bottom: 1px solid #ccc;
}
.index__content .line4 {
    padding: 68px 0 81px 0;
    border-bottom: 1px solid #ccc;
}


.searchSelect_box {
    position: relative;
}

    .searchSelect_box > .searchSelect {
        transition: all .2s ease-in-out;
        position: relative;
        width: 400px;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
        border: 1px solid #C8CACC;
        padding: 0 12px;
        font-family: 'NotoSansJP-Regular';
    }

        .searchSelect_box > .searchSelect:focus {
            /*border-color: #57a3f3 !important;*/
            outline: 0;
            box-shadow: 0 0 0 2px rgb(45 140 240 / 20%) !important;
        }

    .searchSelect_box > .drawer {
        width: 100%;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 5px 0;
        padding: 5px 0;
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 4px;
        box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
        position: absolute;
        z-index: 900;
        left: 0;
        top: 30px;
        display: none;
        max-height: 110px;
        overflow-y: scroll;
    }

        .searchSelect_box > .drawer > li {
            margin: 0;
            line-height: normal;
            padding: 7px 16px;
            clear: both;
            color: #515a6e;
            font-size: 14px !important;
            white-space: nowrap;
            list-style: none;
            cursor: pointer;
            transition: background .2s ease-in-out;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .searchSelect_box > .drawer > .none {
            padding: 0 16px;
            text-align: center;
            color: #ccc;
        }

        .searchSelect_box > .drawer > li:hover {
            background-color: rgba(0, 0, 0, .1);
        }

        .searchSelect_box > .drawer > .active {
            color: #57a3f3;
        }
        /*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
        .searchSelect_box > .drawer::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #fff;
        }
        /*定义滚动条轨道
  内阴影+圆角*/
        .searchSelect_box > .drawer::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
            border-radius: 2px;
            background-color: #fff;
        }
        /*定义滑块
  内阴影+圆角*/
        .searchSelect_box > .drawer::-webkit-scrollbar-thumb {
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
            background-color: #ccc;
        }

.index-footer {
    text-align:center;
    margin-bottom:99px;
}
    .index-footer img {
        margin-bottom:18px;
    }
    .index-footer p {
        font-size: 12px;
        color: #333333;
        line-height: 14px;
    }
.select span {
    position: absolute;
    right: 7px;
    top: 8px;
    z-index: 999;
}

.select input::placeholder {
    color: #A3A3A3;
    font-family: 'NotoSansJP-Regular'
}
