.overflowOmit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: #fff
}

html::-webkit-scrollbar-button {
    height: 0;
    width: 0;
    display: none
}

html::-webkit-scrollbar-thumb, html::-webkit-scrollbar-track {
    border: 0
}

html::-webkit-scrollbar-track {
    background-color: #fff
}

html::-webkit-scrollbar-thumb {
    padding-top: 100px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
    background-color: #dadada;
    min-height: 28px;
    border-radius: 4px
}

html::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

html::-webkit-scrollbar-thumb:active {
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.rule .head .h_top {
    background: #8C1515;
    border-radius: 0;
    opacity: 1;
    height: 40px
}

.rule .head .h_top .h_container {
    width: 1200px;
    margin: auto;
    height: 40px
}

.rule .head .h_top .t_c_left {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    float: left;
    font-family: SourceHanSansSC-Normal-, SourceHanSansSC-Normal
}

.rule .head .h_top .t_c_right {
    height: 40px;
    line-height: 40px;
    float: right
}

.rule .head .h_top .logIn_target {
    color: #fff
}

.rule .head .h_top .sign_up_button {
    width: 70px;
    height: 26px;
    background: #FFF;
    border-radius: 13px 13px 13px 13px;
    opacity: 1;
    border: none;
    outline: 0;
    line-height: 26px;
    margin-left: 20px;
    font-size: 14px;
    font-family: SourceHanSansSC-Normal-, SourceHanSansSC-Normal;
    font-weight: 400;
    color: #8C1515;
    cursor: pointer
}

.rule .head .h_bottom {
    clear: both;
    height: 150px
}

.rule .head .h_bottom .h_b_container {
    margin: auto;
    width: 1200px;
    height: 150px
}

.rule .head .h_bottom .h_b_logo {
    float: left;
    height: 150px;
    line-height: 150px
}

.rule .head .h_bottom .logo_img {
    width: 477px;
    height: 105px;
    margin: 23px auto;
    display: block;
    cursor: pointer
}

.rule .head .h_bottom .h_b_search_box {
    float: left;
    background: #FFF;
    border-radius: 0;
    margin-top: 55px;
    margin-left: 67px;
    border: 1px solid #8C1515
}

.rule .head .h_bottom .h_b_search_box .search_input {
    width: 240px;
    height: 40px;
    background: #FFF;
    border-radius: 0;
    outline: 0;
    padding: 0 10px;
    float: left;
    display: block;
    border: none;
    line-height: 40px
}

.rule .head .h_bottom .h_b_search_box .search_input::placeholder {
    font-size: 14px;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: 400;
    color: #999
}

.rule .head .h_bottom .h_b_search_box .search_btn {
    width: 80px;
    height: 40px;
    background: #8C1515;
    border-radius: 0;
    display: block;
    float: right;
    outline: 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
    font-weight: 400;
    color: #FFF
}

.rule .head .h_bottom .h_b_serve {
    margin-left: 0;
    margin-top: 46px;
    float: right
}

.rule .head .h_bottom .h_b_serve .server_left {
    float: left;
    position: relative;
    top: 6px
}

.rule .head .h_bottom .h_b_serve .server_right {
    float: left
}

.rule .head .h_bottom .h_b_serve .phone_number {
    font-size: 30px;
    font-family: Helvetica-, Helvetica;
    font-weight: 400;
    color: #8C1515
}

.rule .head .h_bottom .h_b_serve .server_explain {
    font-size: 14px;
    font-family: PingFangSC-Regular-, PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    margin-top: -8px
}

.rule .head .h_bottom .h_b_serve .phone_img {
    width: 49px;
    height: 49px;
    margin-right: 10px
}