.search {
    height: 615px;
    width: 100%;
    padding-top: 236px;
    text-align: center
}

.search .searchBox {
    position: relative;
    width: 780px;
    margin: 0 auto
}

.search input {
    width: 780px;
    height: 72px;
    background: #fff;
    border: 2px solid #76777c;
    padding-left: 29px;
    font-size: 24px
}

.search input::-webkit-input-placeholder {
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #76777c;
    opacity: .63
}

.submitBtn {
    position: absolute;
    right: 2px;
    top: 0;
    height: 52px;
    width: 52px;
    margin-top: 10px;
    background: #fff;
    border: none
}

.search .iconsousuo {
    font-size: 27px;
    cursor: pointer
}

.search .tips {
    text-align: left;
    margin-top: 31px;
    text-align: center
}

.fr_body .search .tips {
    width: 830px;
    margin-left: -9px
}

.search .tips span a {
    font-size: 18px;
    font-weight: 300;
    color: #76777c;
    line-height: 13px
}

.search .tips span:hover a {
    color: #2668da
}

.search .tips .title {
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 13px;
    margin-right: 39px
}

.search .tips span {
    margin-right: 27px
}

.search .tips .xian {
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #e7e6e6;
    margin-top: 10px;
    vertical-align: bottom
}

.search .con2 {
    width: 780px;
    margin: 0 auto
}

.search .con2 .container {
    width: 100%
}

@media screen and (max-width: 768px) {
    .search {
        padding-top: 167px;
        width: 100%
    }

    .search .con2,
    .search .container,
    .search .searchBox {
        width: auto
    }

    .search input {
        width: 100%
    }

    .search .iconsousuo {
        right: 20px
    }

    .fr_body .search .tips {
        width: 100%
    }

    .search .tips .title {
        font-size: 18px;
        margin-right: 26px
    }

    .search .tips span {
        margin-right: 19px
    }

    .search .tips span a {
        font-size: 14px
    }
}

@media screen and (max-width: 375px) {
    .search {
        padding-top: 60px;
        width: 100%
    }
}