@charset "utf-8";

/*
 * ---=== common ===---
 * global - mobile
 * v: 1.0
 * author: g
*/


/*
 * 模块样式
*/


/*----====m-head-wrap(header-wrap头部)=====--*/

body {
    position: relative;
}

.m-head-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-sizing: border-box;
    padding: 20px 0 28px;
    background-color: #fff;
}

.m-head-wrap .hs-cont .hs-logo a {
    display: block;
    width: 267px;
    height: 72px;
    background: url(../global/images/logo@2x.png) no-repeat left;
    background-size: 100%;
    vertical-align: middle;
}

.m-head-wrap .hs-cont .hs-search {
    margin: 12px 0 0 20px;
    vertical-align: middle;
}

.m-head-wrap .hs-cont .hs-search .hot-words {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.m-head-wrap .search-box {
    background-color: #F1F1F1;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin-top: 2px;
    border-radius: 6px 0px 0px 6px;
    overflow: hidden;
}

.m-head-wrap .search-btn {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
    width: 87px;
    height: 36px;
    background: #0284FF;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #0284FF;
    text-align: center;
    line-height: 36px;
}

.m-head-wrap .search-inp {
    width: 304px;
    height: 36px;
    background: #F1F1F1;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
    border: none;
    outline: none;
    padding: 0 32px 0 10px;
    box-sizing: border-box;
}

.m-head-wrap .search-inp::-ms-clear,
.m-head-wrap .search-inp::-ms-reveal {
    display: none;
}

.m-head-wrap .i-icon-close {
    display: none;
    width: 14px;
    height: 14px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    background-color: #ccc;
    position: absolute;
    left: 274px;
    top: 12px;
    border-radius: 50%;
}

.m-head-wrap .hs-lr {
    width: 250px;
    height: 54px;
    background: #EB2020;
    background: linear-gradient(90deg, #F54747 0%, #EB2020 100%);
    border-radius: 6px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    margin-top: 12px;
}

.m-head-wrap .hs-lr p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.m-head-wrap .hs-lr p.spac {
    letter-spacing: 5px;
}


/*----====m-header-wrap(header导航菜单)=====--*/

.m-nav-warp {}


/*----====m-crumbs-wrap(面包屑)=====--*/

.m-crumbs-wrap {
    padding: 15px 15px 15px 5px;
    background: 0;
    font-size: 16px;
    line-height: 20px;
    color: #A9A9A9;
}

.m-crumbs-wrap .arrow {
    margin: 0 10px;
}

.m-crumbs-wrap .page-now {
    color: #333333;
}