html, body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 48px;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

em, i, b {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none outside none;
}

body {
    background: #fff;
    color: #666;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.aui-navBar {
    background: #fff;
}

.aui-center {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 90%;
    margin-left: 5%;
}

.aui-search-box {
    background: #f0f0f0;
    border-radius: 22px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 32px;
}

.aui-search-box input {
    width: 100%;
    background: none;
    border: none;
    font-size: 0.85rem;
    text-align: left;
    height: 32px;
    border-radius: 22px;
    padding: 0.55rem 0 0.55rem 1.8rem;
}

.filter_box ul > li {
    float: left;
    width: 25%;
    text-align: right;
    list-style-type: none;
    margin: auto;
    padding: 0;
}

.filter_list a {
    color: #333;
}

.result {
    height: 22px;
    line-height: 30px;
    font-size: 12px;
    color: #868686;
    text-align: center;
    background-color: #fff;
    display: none;
}

.result span {
    color: #fe763e;
}

/**
 产品展示
 */
.product_box {
    background-color: #fff;
    padding: 5px 0;
}

.bk_list .bk_item {
    height: 140px;
    padding: 5px 10px;
    text-decoration: none;
}

.bk_content {
    border-radius: 10px;
    display: flex;
    width: 100%;
    height: 100%;
    float: left;
    box-shadow: 3px 2px 5px rgba(136, 135, 135, 0.705);
}

.ls_item1 {
    width: 30%;
    text-align: center;
    margin: 15px 0;
    border-right: 1px dashed #d0d0d0;
}

.ls_item1 img {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
}

.item1 {
    font-size: 14px;
    color: blue;
}

.item2 {
    display: block;
    font-size: 12px;
}

.ls_item2 {
    width: 70%;
}

.it2_row {
    display: inline-flex;
    margin-top: 5px;
    height: 55%;
}

.it1_lx {
    width: 100px;
    margin: 7.5px 0;
    text-align: center;
}

.item3 {
    display: block;
    font-size: 13px;
    color: darkgray;
}

.item4 {
    font-size: 18px;
    font-weight: bold;
}

.it1_sm {
    text-align: center;
    font-size: 13px;
    color: red;
    width: 70%;
    margin-top: 7.5px;
    margin-right: 10px;
}

.it2_row_btn {
    width: 100%;
    height: 40%;
    text-align: center;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn_style {
    border-radius: 30px;
    height: 30px;
    width: 120px;
}

/*
    导航栏
*/
.header {
    height: 65px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: .026667rem solid #e6e6e6;
    transition: transform .25s cubic-bezier(.2, 0, .2, 1), background .25s cubic-bezier(.2, 0, .2, 1), border-bottom .15s cubic-bezier(.2, 0, .2, 1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header-wrapper {

}

/*
    start:首页图标
*/
.header-left {
    float: left;
}

.header-left .logo {
    display: inline-block;
    margin-left:10px;
}

.yrw_logo {
    width: 5rem;
    height: 65px;
    line-height: 65px;
}

.yrw_logo img {
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 7px;
}

.subject {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    float: left;
}

.search-ground .normal {
    animation: opacityBack-data-v-17e0af92 1s cubic-bezier(.2, 0, .2, 1) forwards;
}

.header-wrapper .header-right .menu-move {
    cursor: pointer;
}

.header-wrapper .header-right .menu-move {
    margin: 6px 20px 0 0;
    float: right;
    display: inline-block;
    width: .96rem;
    height: .96rem;
    padding: .24rem;
}

.header-wrapper .header-right .menu-move .menu-item:not(:last-child) {
    margin-bottom: .16rem;
}

.header-wrapper .header-right .menu-move .menu-item {
    border-top: .055rem solid #323232;
}

.header-wrapper .header-right .menu-move .menu-item {
    margin: 0 auto;
    width: .586667rem;
    transform-origin: left;
}

.header-right .menu-move .menu-item:not(:last-child) {
    margin-bottom: .16rem;
}

/*
    end:首页图标
*/

#mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 10000;
}

.maskbg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mask-close {
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #7f7f7f;
    color: #323232;
    text-align: center;
    font-size: 35px;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.mtree {
    margin-top: 15px;
}

.mtree li {
    font-weight: normal;
    color: #323;
    font-size: 18px;
    border-bottom-color: #323;
    background-color: #fff;
    line-height: 40px;
    height: 40px;
}
.mtree li {
    border-bottom: 1px solid #323;
    cursor: pointer;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtree {
    width: 100%;
}

.mtree li a {
    font-size: 18px;
    color: #323;
    display: inline-block;
    float: left;
    padding: 0 17px;
    text-align: left;
}

/*
   搜索框
*/
.filter_area .search {
    position: relative;
    height: 65px;
    line-height: 34px;
    padding: 17px 11px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter_area .search input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
}

.filter_area .search input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-indent: 80px;
    padding: 3px 30px 3px 0;
    background-color: #ebebeb;
    border: 0 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filter_area .search input[type="search"]{
    font-size: 14px;
    color: #444;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter_area .search .j {
    background: url(../images/mobile_search.png) 2px 2px no-repeat;
    -webkit-background-size: auto 15px;
    -moz-background-size: auto 15px;
    -o-background-size: auto 15px;
    background-size: auto 15px;
}

.filter_area .search em {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 24px;
    right: 15px;
    background-position: -192px -177px;
}

.filter_area .search .tab {
    position: absolute;
    width: 78px;
    text-align: center;
    text-indent: -10px;
    top: 17px;
    left: 11px;
    padding-right: 25px;
    padding-left: 20px;
    background-color: #ebebeb;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 34px;
}

.filter_area .search .tab:after {
    position: absolute;
    width: 10px;
    height: 8px;
    content: '\A0';
    top: 12px;
    right: 12px;
    background-position: -150px -150px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.filter_area .search em, .search .tab:after {
    background: url(../images/icon_home.png) no-repeat;
    -webkit-background-size: 345px auto;
    -moz-background-size: 345px auto;
    -o-background-size: 345px auto;
    background-size: 345px auto;
}

.filter_area .search .tabfix {
    position: absolute;
    display: none;
    width: 75px;
    line-height: 30px;
    color: #fff;
    top: 56px;
    left: 11px;
    background-color: rgba(255,126,62,0.95);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filter_area .search .tabfix:before {
    position: absolute;
    width: 0;
    height: 0;
    content: '\A0';
    top: -5px;
    right: 9px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255,126,62,0.95);
}

.filter_area .search .tabfix span {
    display: block;
    text-align: center;
}

.search .tabfix span:before {
    display: inline-block;
    width: 20px;
    height: 30px;
    content: '\A0';
    background-position: -90px -142px;
}


/**
 筛选框
 */

.filter_area {

}


/**
 尾部
 */
footer {
    background-color: #fff;
}

.yrw-m-div {
    padding: 10px 15px;
}

.yrw-m-div > p {
    text-align: center;
    font-size: 12px;
    color: #626262;
}

.filter_shadow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9000
}


.filter_shadow_item {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    background-color: #000;
}

.statement {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 11px;
    font-size: 13px;
    color: #DE1F26;
    font-weight: 600;
    text-align: center;
}

/**
    加载
 */
.load {
    text-align: center;
}

/**
    咨询栏
 */
.submit {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 52px;
    line-height: 52px;
    width: 100%;
    z-index: 10000
}

.submit > a {
    display: block;
    background-color: #DE1F26;
    text-align: center;
    font-size: 15px;
    color: #fff
}

.xlb-kefu {
    background-color: #fff;
    position: fixed;
    bottom: -481px;
    left: 0;
    width: 100%;
    height: 380px;
    z-index: 10000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all .3s;
}

.xlb-kefu > div > h3:nth-child(1) {
    text-align: center;
    font-size: 18px;
}

.xlb-kefu > div > h3.phone_name {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.xlb-kefu > div > h3:nth-child(1) > img {
    position: absolute;
    right: 19px;
    top: 17.5px;
    width: 20px;
    height: 20px
}

.xlb-kefu .close {
    position: absolute;
    right: 14px;
    top: 10.5px;
    width: 25px;
    height: 25px;
}

.xlb-kefu > div {
    text-align: center
}

.xlb-kefu > div > p:nth-child(2) {
    font-size: 24px;
    color: #DE1F26;
    text-align: center;
    padding-bottom: 15px;
    margin: 0 35px 17px;
    border-bottom: solid 1px #eee;
    line-height: normal;
}

.xlb-kefu > div > p:nth-child(2) > a {
    color: #DE1F26;
    font-size: 24px;
    text-decoration: underline
}

.xlb-kefu > div > p:nth-child(4) {
    font-size: 13px;
    color: #353535;
    margin-top: 6px;
    line-height: normal;
}

.xlb-kefu > div > img {
    width: 163px;
    height: 163px;
    display: inline-block;
}

.xlb-kefu > h4 {
    margin: 10px 0 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #DE1F26;
    line-height: normal;
}


