/************************************** 公共style **************************************/
* {
    box-sizing: border-box;
    font-family: sans-serif;
}
/* Reset Styles ***********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
body {
    background-color: #f9f9f9;
    /*font-family:'微软雅黑', 'Georgia', 'Arial', sans-serif;
   */
}
#container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
body {
    min-width: 320px !important;
    width: 100% !important;
    max-width: 750px !important;
    margin: 0 auto !important;
}
body, td, th {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
ul, li, p, h3, ul, li {
    padding: 0;
    margin: 0;
    font-size: 100%;
}
html {
    font-family: "Helvetica Neue", Tahoma, Arial, PingFangSC-Regular, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    line-height: 1;
}
html, body, h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    border: none;
}
::-webkit-scrollbar {
    display: none;
}
body {
    font-size: 0.16rem;
    max-width: 750px;
    min-width: 300px;
    margin: 0 auto;
    color: #333;
    position: relative;
    background: #fff;
}
.rheadFixBox {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
i {
    text-decoration: none;
    font-style: normal;
}
input, button, textarea, select {
    border: none;
    outline: none;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}
img {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-touch-callout: none;
}
ul, ol {
    list-style: none;
}
a {
    color: #979797;
    border: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /*-webkit-tap-highlight-color: #fff;
   */
    text-decoration: none;
}
.clearFix::after, .clearFix::before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.bodyColor {
    background-color: #f8f8f8;
}
.bodyBgWhite {
    background-color: #fff;
}
.headSeat {
    height: 0.9rem;
}
body.modal-open, .modal-open {
    position: fixed !important;
    width: 100% !important;
    /*max-width: 100%;
   */
    left: 0;
    right: 0;
    top: 0;
    max-width: 750px;
    margin: 0 auto;
    /*width: 100% !important;
   */
    /*overflow: hidden;
   */
    /*position: absolute !important;
   ;
   */
    /*top: 0;
   */
    /*bottom: 0;
   */
    /*left: 0;
   */
    /*right: 0;
   */
}
.noscroll, .noscroll body {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.border0 {
    border: 0;
}
.plr30 {
    padding: 0 0.3rem;
}
.plr15 {
    padding: 0 0.15rem;
}
.pb20 {
    padding-bottom: 0.2rem;
}
.pb40 {
    padding-bottom: 0.4rem;
}
.mlr30 {
    margin: 0 0.3rem 0.2rem;
}
.bt20 {
    border-bottom: 0.2rem solid #f8f8f8;
}
.mb40 {
    margin-bottom: 0.4rem;
}
.mb20 {
    margin-bottom: 0.2rem;
}
.btt20 {
    border-top: 0.2rem solid #f8f8f8;
}
.mt20 {
    margin-top: 0.2rem;
}
.mt30 {
    margin-top: 0.3rem;
}
.show2row {
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.botFix110 {
    margin-top: -1px;
    height: 1.1rem;
    padding: 0.24rem 0;
    background: #2b2f33;
    visibility: hidden;
}
.hide {
    display: none;
}
/*loadding*/
#loading1 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 1200;
}
#loading1 .loadCon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#loading1 img {
    /*width: 2rem;
   */
    width: 0.78rem;
    height: auto;
    /*animation:myLoading1 3s linear infinite;
   */
    /*-moz-animation:myLoading1 3s linear infinite;
    !* Firefox *!*/
    /*-webkit-animation:myLoading1 3s linear infinite;
    !* Safari and Chrome *!*/
    /*-o-animation:myLoading1 3s linear infinite;
    !* Opera *!*/
}
@keyframes myLoading1 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -moz-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        /* Safari 和 Chrome */
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes myLoading1 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -moz-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        /* Safari 和 Chrome */
        -moz-transform: rotate(360deg);
    }
}
#loading1 p {
    text-align: center;
    font-size: 0.28rem;
    color: #3cb371;
    /*margin-top: -0.24rem;
   */
    margin-top: 0.24rem;
}
/*返回顶部*/
#goToUp, #historyPageBtn {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: url("/xzl/m/img/homepage_icon_return_top.png") no-repeat;
    background-size: 100%;
    position: fixed;
    bottom: 2.8rem;
    right: 0.3rem;
    z-index: 999;
}
#goToUp {
    display: none;
}
/************************************** 头部 **************************************/
.headBox {
    background-color: rgb(60, 179, 113);
    height: 0.9rem;
    line-height: 0.9rem;
    /* padding: 0 0.3rem;
    */
    position: relative;
    z-index: 110;
}
.headBox .back, .headBox .iback, .headBox .noBack {
    display: block;
    width: 1.08rem;
    height: 0.9rem;
    background: url("/static/m/img/icon_back.png") no-repeat;
    background-size: 0.48rem 0.4rem;
    background-position: 0.3rem 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.headBox .backUp {
    display: block;
    width: 1.08rem;
    height: 0.9rem;
    background: url("/static/m/img/icon_back.png") no-repeat;
    background-size: 0.48rem 0.4rem;
    background-position: 0.3rem 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.headBox .logo {
    width: 1.73rem;
    height: 0.56rem;
    float: left;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: initial;
}
.headBox .logo img {
    position: absolute;
    width: 1.73rem;
    height: 0.54rem;
}
.headBox h2 {
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
    font-weight: normal;
    height: 0.9rem;
}
.headBox h2 a {
    position: relative;
    /*display: inline-block;
   */
    color: #fff;
    padding-right: 0.38rem;
    padding-left: 0.1rem;
    font-size: 0.36rem;
}
/* 标题小图标 */
.headBox h2 i.icon_arrow {
    width: 0.28rem;
    height: 0.18rem;
    background: url("/static/m/img/icon_city.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* 导航图标 */
.headBox .nav, .headBox .nav2 {
    display: block;
    width: 0.58rem;
    height: 0.44rem;
    background: url("/static/m/img/icon_headNav.png") no-repeat;
    /* background-size: 100%;
    */
    background-size: 0.58rem 0.44rem;
    background-position: 0.05rem top;
    position: absolute;
    right: 0.32rem;
    top: 0.20rem;
}
/* 搜索图标 */
.headBox .serchIcon {
    display: block;
    width: 0.54rem;
    height: 0.54rem;
    background: url("/static/m/img/ic_search_24.png") no-repeat;
    background-size: 0.44rem 0.44rem;
    background-position: 0.05rem top;
    position: absolute;
    right: 1.23rem;
    top: 0.23rem;
}
/************************* 公共非元素style *************************/
.headBox .xzlLogo {
    height: 0.4rem;
}
.headBox .xzlLogo img {
    width: 1.26rem;
    height: 0.4rem
}
.noscroll, .noscroll body {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.oTitle h2 {
    font-size: 0.4rem;
    color: #303030;
    line-height: 0.56rem;
    /*margin-top: 0.4rem;*/
    margin-bottom: 0.4rem;
}
.areaMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.listFixBot {
    z-index: 1000;
}
/************************* 城市切换导航 *************************/
.oCityNav {
    /*display: none;*/
}
.oCityNavCon {
    background-color: #fff;
    width: 6.9rem;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    padding: 0.4rem 0.23rem;
    position: fixed;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1012;
    /*display: none;*/
    /*opacity: 0;*/
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.show {
    /*opacity: 1;*/
    top: 50%;
}
.oCityNavCon>h2 {
    line-height: 0.45rem;
    font-size: 0.32rem;
    color: #303030;
    margin-bottom: 0.6rem;
    font-weight: normal;
    position: relative;
}
.oCityNavCon>h2 .close {
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    position: absolute;
    right: 0;
    top: 0.04rem;
    background: url('../img/entrust_city_cancel.png') no-repeat;
    background-size: 100%;
}
.oCityNavCon .con a {
    display: block;
    float: left;
    width: 1.46rem;
    /*height: 0.64rem;*/
    /*line-height: 0.64rem;*/
    font-size: 0.28rem;
    color: #303030;
    background: #F8F8F8;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    text-align: center;
    margin-bottom: 0.2rem;
    line-height: 0.4rem;
    padding: 0.11rem 0;
}
.oCityNavCon .con a:not(:nth-of-type(4n)) {
    margin-right: 0.2rem;
}
.oCityNavCon .con a.focus {
    color: #3cb371;
    background-color: rgba(221, 37, 52, 0.10);
    ;
}
/************************* 筛选模块 *************************/
.screenNav {
    padding: 0 0.3rem;
}
.screenTabBox, .screenTabBox .selectWrap {
    height: 0.9rem;
    width: 100%;
}
.screenTabBox .selectWrap ul.W20 li {
    /*float: left;*/
    /*width: 25%;*/
    flex: 3;
}
.screenTabBox .selectWrap ul.W20 li:last-child {
    /*float: left;*/
    /*width: 25%;*/
    flex: 1;
}
.screenTabBox .selectWrap ul.W50 li {
    float: left;
    width: 50%;
}
.screenTabBox .selectWrap ul.W25 li {
    float: left;
    width: 25%;
}
.screenTabBox .selectWrap ul.W333 li {
    float: left;
    width: 33.3333%;
}
.screenTabBox .selectWrap {
    background-color: #fff;
    width: 100%;
}
.screenTabBox .selectWrap ul {
    display: -webkit-flex;
    display: flex;
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 1px solid #F0F0F0;
    width: 7.5rem;
    padding: 0 0.1rem;
}
.screenTabBox .selectWrap ul li {
    text-align: center;
    font-size: 0.28rem;
    /*border-right: 1px solid #EFEFEF;*/
}
.screenTabBox .selectWrap ul li span {
    position: relative;
    padding-right: 0.1rem;
    color: #979797;
    /*overflow: hidden;不删除此代码下划线与position absolute相冲突*/
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    /*width: 1.08rem;*/
}
.screenTabBox .selectWrap ul li:last-child span {
    padding: 0rem;
}
.screenTabBox .selectWrap ul li:not(:last-child) span::after {
    width: .12rem;
    height: .12rem;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-bottom: .025rem solid #999;
    border-right: .025rem solid #999;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: .05333333rem;
    margin: 0 0 0 .1rem;
}
.screenTabBox .selectWrap ul li:not(:last-child) span.focus::after {
    animation: rowUp .5s ease-in;
    -webkit-animation: rowUp .5s ease-in forwards;
    -moz-animation: rowUp .5s ease-in;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    vertical-align: -.04rem;
    border-bottom: .025rem solid #006c30;
    border-right: .025rem solid #006c30;
}
.screenTabBox .selectWrap ul li span.focus {
    /*color: #3cb371;*/
    color: #3cb371;
}
.screenTabBox .selectWrap ul li:not(:last-child) span i {
    /*width: 0.12rem;*/
    /*height: 0.07rem;*/
    /*display: inline-block;*/
    /*background: url("../img/icon_wrapSelDown.png") no-repeat;*/
    /*background-size: 100%;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}
.screenTabBox .selectWrap ul li.current span i {
    /* background: url("../img/ic_up_select.png") no-repeat; */
    background-size: 100%;
}
.screenTag {
    overflow-x: auto;
    padding: 0.18rem 0.3rem;
    /*height: 0.81rem;*/
}
.screenTag .screenTagCon {
    display: inline-block;
    height: 0.45rem;
    white-space: nowrap;
    /*width: 800px;*/
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.screenTag a {
    display: inline-block;
    /*-webkit-border-radius: 0.04rem;*/
    /*-moz-border-radius: 0.04rem;*/
    /*border-radius: 0.04rem;*/
    /*line-height: 0.45rem;*/
    margin-right: 0.3rem;
}
.screenTag a span {
    display: block;
    font-size: 0.25rem;
    color: #979797;
    background-color: #F8F8F8;
    /*padding:0 0.14rem;*/
    border: 1px solid #ffbc89;
    padding: 0.08rem 0.32rem 0.08rem 0.1rem;
    background: url(/images/sprites.png) no-repeat right center #fff;
    margin-left: 0.08rem;
    background-size: auto 0.35rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
}
.screenTag a:nth-child(1) span {
    background-color: #dd2534;
    border: 0;
    border-radius: 0.1rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    background-image: none;
    color: #ffffff;
}
.screenTag a:last-of-type {
    margin-right: 0;
}
.screenTag a.focus span {
    color: #3cb371;
    background-color: rgba(221, 37, 52, 0.1);
}
.screenBoxFix, .AselectWrapBox.screenBoxFix {
    box-shadow: 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.10);
}
.screenBoxFix .screenTabBox .selectWrap, .AselectWrapBox.screenBoxFix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1008;
}
.screenBoxFix .screenTag {
    position: fixed;
    left: 0;
    top: 0.9rem;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.10);
}
/*筛选内容*/
.eject {
    overflow: hidden;
}
.grade-eject, .sort-eject, .brand-eject, .more-eject, .type-eject, .paixu-eject {
    width: 100%;
    height: 8.5rem;
    position: absolute;
    top: 0;
    z-index: 5;
    display: none;
}
.grade-eject>ul.grade-w, .sort-eject ul, .brand-eject ul, .more-eject dl, .type-eject ul, .paixu-eject ul {
    background: #fff;
    overflow: scroll;
    height: 100%;
    width: 100%;
}
.sort-eject ul::-webkit-scrollbar {
    display: none;
}
.grade-eject>ul.grade-w>li, .sort-eject ul li, .brand-eject ul li, .type-eject ul li, .paixu-eject ul li {
    line-height: 0.96rem;
    height: 0.96rem;
    font-size: 0.28rem;
}
.grade-eject>ul.grade-w>li a, .sort-eject ul li a, .brand-eject ul li a, .type-eject ul li a, .paixu-eject ul li a {
    display: block;
    padding-left: 0.3rem;
    font-size: 0.28rem;
    color: #979797;
}
.grade-eject>ul.grade-w>li a.focus, .grade-eject>ul.grade-t li a.focus, .grade-eject>ul.grade-z li a.focus, .grade-eject>ul.grade-a li a.focus {
    color: #3cb371;
    background: url(/xzl/m/img/icon_city_sel.png) no-repeat center right;
    background-size: 0.7rem 0.4rem;
}
.centerEject ul li a {
    padding: 0;
    text-align: center;
    color: #979797;
}
.grade-w-roll {
    position: fixed;
    top: 0.9rem;
    left: 0;
    z-index: 1005;
    overflow: initial;
}
/*.grade-w-roll::after{
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1000;
}*/
.mask_fix {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 180%;
    width: 100%;
    z-index: 1000;
    /*z-index: 1012;*/
}
/*面积*/
.brand-eject .brand_select_form {
    padding: 0 0.3rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.26rem;
    text-align: center;
    background: #F8F8F8;
    width: 100%;
    position: absolute;
    /*left: 0;*/
    /*bottom: 0;*/
    z-index: 1015;
}
.brand-eject .brand_select_form span {
    float: left;
}
.brand-eject .brand_select_form p.link {
    float: left;
    width: 0.2rem;
    height: 0.02rem;
    background-color: #030303;
    display: inline-block;
    margin-top: 0.6rem;
}
.brand-eject .brand_select_form input::-webkit-input-placeholder {
    color: #c2c2c2;
}
.brand-eject .brand_select_form input {
    float: left;
    border: 1px solid #D3D3D3;
    /*border-radius: 0.09rem;*/
    width: 1.84rem;
    height: 0.7rem;
    text-align: center;
    font-size: 0.28rem;
    color: #303030;
    margin-top: 0.25rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.brand-eject .brand_select_form input.minBtn {
    margin-left: 0.2rem;
    margin-right: 0.1rem
}
.brand-eject .brand_select_form input.maxBtn {
    margin-left: 0.1rem;
    margin-right: 0.2rem
}
.brand-eject .brand_select_form input.brand_select_sub {
    background: #3cb371;
    border: 0;
    color: #fff;
    width: 1.6rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    /*float: right;*/
}
/*.brand-eject ul li:last-child{*/
/*margin-bottom: 1.2rem;*/
/*}*/
.brand-eject>ul {
    /*  margin-top: 1.2rem;*/
    padding-top: 0;
}
/*获取焦点*/
.select_wrapper_box .focus {
    color: #3cb371;
    /*background: url(../images/icon_city_sel.png) no-repeat center right;*/
    /*background-size: 0.7rem 0.4rem;*/
}
.sort-eject ul li a.focus, .one-eject ul li a.focus, .two-eject ul li a.focus, .one-eject ul li a.focus {
    color: #3cb371;
    /*background: url(../images/icon_city_sel.png) no-repeat center right;*/
    /*background-size: 0.7rem 0.4rem;*/
}
/*地区*/
.grade-eject>ul.grade-t, .grade-eject>ul.grade-z {
    position: absolute;
    left: 100%;
    top: 0;
    background: #f8f8f8;
    width: 66.666%;
    z-index: 1011;
    height: 100%;
    overflow: auto;
    -webkit-transition-duration: 0.4s;
}
.grade-eject>ul.grade-t li a, .grade-eject>ul.grade-a li a, .grade-eject>ul.grade-z li a {
    display: block;
    line-height: 0.96rem;
    height: 0.96rem;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.28rem;
    padding-left: 0.3rem;
}
.grade-eject>ul.grade-w {
    position: absolute;
    top: 0;
    z-index: 1010;
    overflow: auto;
}
.grade-eject>ul.grade-w>li i {
    display: none;
}
.grade-eject>ul.grade-a {
    z-index: 1012;
    width: 33.333%;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background: #fff;
    overflow: auto;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
/*租售*/
.sort-eject ul, .brand-eject ul, .more-eject dl, .type-eject ul, .paixu-eject ul {
    position: absolute;
    z-index: 1010;
    /*padding-top: 0.2rem;*/
}
/*更多*/
.more-eject {
    /*height:100%;*/
}
.more-eject dl dd {
    padding: 0.25rem 0.3rem;
    overflow: hidden;
}
.more-eject dl dd h4 {
    font-size: 0.32rem;
    color: #666;
    font-weight: normal;
    line-height: 0.45rem;
    margin-bottom: 0.1rem;
}
.more-eject dl dd span {
    float: left;
    width: 1.5rem;
    height: 0.58rem;
    background: #F8F8F8;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    text-align: center;
    line-height: 0.58rem;
    font-size: 0.24rem;
    color: #979797;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
}
.more-eject dl dd span:nth-of-type(4n) {
    margin-right: 0;
}
.more-eject .more_sub_con {
    -webkit-box-shadow: 0 -0.02rem 0.1rem 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 -0.02rem 0.1rem 0 rgba(0, 0, 0, 0.10);
    background-color: #fff;
    height: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1110;
}
.more-eject .more_sub_con .more_reset, .more-eject .more_sub_con .more_sub {
    height: 0.7rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    float: right;
    text-align: center;
    line-height: 0.7rem;
    margin: 0.19rem 0;
    font-size: 0.32rem;
}
.more-eject .more_sub_con .more_reset {
    width: 2rem;
    border: 1px solid #D3D3D3;
    color: #979797;
    margin-right: 0.2rem;
}
.more-eject .more_sub_con .more_sub {
    background: #3cb371;
    color: #fff;
    width: 4.7rem;
    margin-right: 0.3rem;
}
.more-eject>dl>dd div span.focus {
    color: #F40F36;
    background: rgba(244, 15, 54, 0.10);
}
/* 价格 */
.screenBox2 .price-eject .grade-price li.focus a {
    color: #3cb371;
}
.screenBox2 .price-eject .grade-price li a {
    text-align: left;
    padding-left: 0.3rem;
}
.screenBox2 .price-eject .grade-priceCon {
    /*left: 33.333%;*/
    width: 66.666%;
    background: #f8f8f8;
    left: 100%;
}
.screenBox2 .price-eject .grade-priceCon li {
    height: auto;
    display: none;
}
.screenBox2 .price-eject .grade-priceCon li a {
    text-align: left;
    padding-left: 0.3rem;
    display: block;
    line-height: 0.96rem;
    height: 0.96rem;
    font-size: 0.28rem;
}
.screenBox2 .price-eject .grade-priceCon li a.focus {
    color: #3cb371;
}
/*顶部导航菜单*/
#nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
    max-width: 2rem;
    height: 100%;
    z-index: 1200;
    display: none;
}
#nav .head {
    position: relative;
    height: 0.9rem;
}
/* 关闭导航菜单按钮 */
#nav .head .navIcon {
    display: block;
    width: 0.47rem;
    height: 0.47rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* 关闭导航菜单按钮 */
#nav .head .navIcon {
    background: url("/static/img/close.png") no-repeat;
    background-size: 0.37rem 0.37rem;
    background-position: 0.04rem 0.05rem;
    right: 0.3rem;
}
#nav ul.menuNav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.9rem;
    bottom: 0rem;
    overflow: auto;
    text-align: center;
}
#nav ul.menuNav li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 0.2rem 0;
    float: left;
    width: 100%;
    text-align: center;
}
#nav ul.menuNav li:nth-of-type(13) {
    border-bottom: 0;
}
#nav ul.menuNav li a {
    display: inline-block;
    text-align: center;
}
#nav ul.menuNav li a p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #666;
    letter-spacing: 0.0113rem;
    margin-top: 0.1rem;
}
#nav ul.menuNav li a img {
    width: 0.6rem;
    height: 0.6rem;
}
#nav .close {
    position: absolute;
    left: 50%;
    bottom: -2.14rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 1001;
    width: 0.84rem;
    height: 0.84rem;
    background: url("/xzl/m/img/nav_close.png") no-repeat;
    background-size: 100%;
    display: none;
}
/* 遮罩层 */
.mask {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*顶部导航菜单结束*/
/* 搜索盒子 */
.search-box {
    /*background: #f8f8f8;
   */
    background: #f2f0f0;
    height: 0.9rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.1rem;
}
.search-box .input-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 0.6rem;
    background-color: #fff;
    margin-top: 0.15rem;
    border-radius: 1.45rem;
    padding-left: 0.8rem;
    position: relative;
}
.search-box .input-box i {
    position: absolute;
    left: 0.2rem;
    top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(/static/m/img/search1.png) no-repeat;
    background-size: 100%;
    /*background-position: -3.79rem -0.94rem;
   */
}
.search-box .input-box input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
}
/* 搜索盒子结束 */
/***************************** 搜索页 *****************************/
.searchWrapBox {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1100;
    overflow-y: scroll;
    overflow: scroll;
    max-width: 750px;
    margin: 0 auto;
    right: 0;
    display: none;
}
.searchWrapBox .tit {
    font-size: 0.28rem;
    color: #979797;
    line-height: 0.4rem;
}
.searchWrapBox .tit span {
    float: right;
    font-size: 0.24rem;
    background: url("/xzl/m/img/search_ic_delete.png") no-repeat center left;
    background-size: 0.2rem 0.23rem;
    padding-left: 0.32rem;
}
/*点击搜索框*/
.searchWrapBox .formBox {
    position: relative;
    line-height: 1.2rem;
    height: 1.2rem;
    padding: 0.2rem 1.33rem 0.2rem 0.3rem;
}
.searchWrapBox .formBox2 {
    box-shadow: 0 0.02rem 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.searchWrapBox .formBox .form {
    position: relative;
    width: 100%;
    line-height: 0.8rem;
    height: 0.8rem;
}
.searchWrapBox .formBox input {
    display: block;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    color: #303030;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 1.56rem;
}
.searchWrapBox .formBox input::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #979797;
    font-size: 0.28rem;
}
/* 搜索框删除小图标 */
i.resetIco{
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    /* background: url(/xzl/m/img/entrust_form_delete.png) no-repeat; */
    background: url(/static/m/img/delete_input.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.searchWrapBox .formBox .resetIco {
    right: 1.06rem;
    display: none;
}
/* 搜索按钮小图标 */
.searchWrapBox .formBox .iconSear {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    width: 0.36rem;
    height: 0.36rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/xzl/m/img/search_ic_search.png") no-repeat;
    background-size: 100%;
}
/* 取消小图标 */
.searchWrapBox .formBox .cancel {
    width: 1.33rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    color: #303030;
}
/*热搜*/
.hotSearch {
    margin-bottom: 0.3rem;
    margin-top: 0.6rem;
}
.hotSearch .tit {
    margin-bottom: 0.3rem;
}
.hotSearch .hotSearCon ul li {
    display: none;
}
.hotSearch .hotSearCon ul li.focus {
    display: block;
}
.hotSearch .hotSearCon a {
    border: 1px solid rgba(48, 48, 48, 0.1);
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    display: block;
    float: left;
    line-height: 0.68rem;
    padding: 0 0.3rem;
    margin-right: 0.2rem;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
}
/*历史记录*/
.searchWrapBox .history .tit {
    margin-bottom: 0.34rem;
}
.searchWrapBox .history .tit .delete {
    float: right;
    margin-right: 0.2rem;
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    background: url("/static/m/img/delete_history.png") no-repeat;
    background-size: 100%;
}
.searchWrapBox .history ul {
    display: flex;
    overflow-wrap: break-word;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.searchWrapBox .history ul li {
    width: calc((100% - 0.2rem) / 2);
    flex: 1 1 auto;
    font-size: 0.28rem;
    margin-bottom: 0.35rem;
}
.searchWrapBox .history ul li a {
    display: block;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #303030;
}
.searchWrapBox .history ul li.notHistoty {
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #979797;
    /*display: none;
   */
}
/*搜索记录*/
.searchList {
    padding: 0 0.4rem;
    margin-top: 0.3rem;
    display: none;
    overflow-y: auto;
}
.searchList li a {
    border-bottom: 1px solid #f0f0f0;
    padding: 0.15rem 0;
    display: block;
}
.searchList li.notSearchList {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #979797;
    border-bottom: 0;
}
.searchList li p:first-of-type {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}
.searchList li p:first-of-type span {
    color: #3cb371;
}
.searchList li p:last-of-type {
    font-size: 0.28rem;
    color: #979797;
    line-height: 0.4rem;
}
/*搜索开启*/
.searchWrapFix .formBox {
    box-shadow: 0 0.02rem 0.08rem 0 rgba(0, 0, 0, 0.1);
}
/*搜索框弹框提醒*/
.MessageBox, cMessageBox {
    display: none;
}
.MessageBox .MessageCon, .cMessageBox .cMessageCon {
    background-color: #fff;
    width: 5.4rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
}
.MessageBox .MessageCon h3, .cMessageBox .cMessageCon h3 {
    font-size: 0.32rem;
    color: #030303;
    line-height: 0.5rem;
    margin: 0.3rem 0;
    font-weight: normal;
}
.MessageBox .MessageCon>p, .cMessageBox .cMessageCon>p {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
}
.MessageBox .MessageCon .btn, .cMessageBox .cMessageCon .btn {
    border-top: 1px solid #f0f0f0;
}
.MessageBox .MessageCon .btn p, .cMessageBox .cMessageCon .btn p {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 0.32rem;
    color: #404b69;
    line-height: 0.45rem;
    padding: 0.2rem 0;
}
.MessageBox .MessageCon .btn p:first-of-type span, .cMessageBox .cMessageCon .btn p:first-of-type span {
    border-right: 1px solid #efefef;
    display: block;
}
/* 筛选区域 */
.tip-c1, .tip-c2 {
    width: 0.4rem;
    height: 0.26666667rem;
    line-height: 0.13333333rem;
    color: #eee;
    font-size: 0.74666667rem;
    font-family: "Microsoft YaHei";
}
.selectWrap ul li .tip-c1, .selectWrap ul li .tip-c2 {
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    margin-left: -0.2rem;
    display: none;
}
.selectWrap ul li .tip-c2 {
    bottom: -0.22666667rem;
    color: #fff;
    z-index: 1;
}
.selectWrap ul li.current .tip-c1, .selectWrap ul li.current .tip-c2 {
    display: block;
}
/* 排序 */
.filterSort {
    display: inline-block;
    position: absolute;
    top: 0;
    /*right: 0.2rem;
   */
    height: 0.9rem;
    font-size: 0;
}
.filterSort em {
    display: inline-block;
    background: url(/static/m/img/paixu.png) no-repeat;
    /*background-size: 7.5rem 7.5rem;
   */
    /*background-position: -2.59rem -0.94rem;
   */
    background-size: 0.88rem 0.44rem;
    width: 0.44rem;
    height: 0.44rem;
    margin-top: 0.225rem;
}
/*.paixu .focus em {
   */
/* background-position: -2.9rem -0.94rem;
   */
/*
}
*/
li.current span em {
    background-position: -0.44rem 0rem;
}
.listMeasure li a {
    display: block;
    line-height: 0.93rem;
    border-bottom: 0.025rem solid #f1f1f1;
    padding: 0 0 0 0.53333333rem;
    background: #fff;
    color: #666;
}
/* 筛选结果 */
.colTab {
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.28rem;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin-top: -1px;
    cursor: pointer;
    background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #e9e9e9));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9e9e9', GradientType='0');
    /* IE*/
    background: -o-linear-gradient(top, #fefefe, #e9e9e9);
    /* opera*/
}
.colTab h3 {
    float: left;
    display: inline;
    padding-left: 10px;
    font-weight: bold;
    color: #313131;
}
.colTab h3.icon {
    background: url(../images/icon_png.png) no-repeat 15px -762px;
    padding-left: 35px;
}
.colTab h3.cur {
    background-position: 10px -38px;
}
.over_y {
    overflow: visible;
}
.colTitle_y {
    display: inline-block;
    padding-left: 0.18rem;
    width: 20%;
    vertical-align: middle;
}
.warnColor2 {
    color: #eb6100;
}
/*橙色*/
.fb {
    font-weight: bold;
}
h1.fb {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
/**********************信息列表样式**************/
.listCon li {
    border-bottom: 1px solid #f0f0f0;
}
.listCon li.noBoder {
    border: 0;
}
.listCon li>a {
    display: block;
    overflow: hidden;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
}
.listCon a .pic {
    width: 2.4rem;
    height: 1.8rem;
    position: relative;
    border-radius: 0.04rem;
    overflow: hidden;
    float: left;
}
.listCon a .pic>p {
    background-image: linear-gradient(0deg, #e95a33 0%, #3cb371 100%);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.2rem;
    line-height: 0.34rem;
    padding: 0 0.2rem;
}
.listCon a .pic img {
    background: url("/cf/m/img/lazyimg.png") no-repeat;
    background-size: 100%;
}
.listCon a .pic i {
    display: block;
    /*background: #F79632;
   */
    /*background-image: linear-gradient(270deg, #FCC761 0%, #F79632 100%);
   */
    /*background-image: -webkit-linear-gradient(-180deg, #FCC761 0%, #F79632 100%);
   */
    background-image: linear-gradient(270deg, #7cd8a5 0%, #3cb371 100%);
    background-image: -webkit-linear-gradient(-180deg, #7cd8a5 0%, #3cb371 100%);
    -webkit-border-radius: 0.04rem 0 0.18rem 0;
    -moz-border-radius: 0.04rem 0 0.18rem 0;
    border-radius: 0.04rem 0 0.18rem 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.38rem;
    padding-left: 0.1rem;
    padding-right: 0.12rem;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1.88rem;
}
.listCon a .txt {
    float: left;
    width: 4.62rem;
    margin-left: 0.14rem;
    /*margin-top:-0.1rem*/
}
.listCon a .txt strong {
    color: #3973f9;
}
.listCon a .txt h2 {
    font-size: 0.32rem;
    color: #303030;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /*水平排列 div 元素的子元素：*/
}
.listCon a .txt p.baseInfo {
    font-size: 0.24rem;
    color: #979797;
    line-height: 0.33rem;
    margin-bottom: 0.15rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xzlList a .txt p.baseInfo, .xzlLi a .txt p.baseInfo {
    margin-bottom: 0.08rem;
}
.xzlList a .txt p.traffic, .xzlLi a .txt p.traffic {
    font-size: 0.22rem;
    color: #acacac;
    line-height: 0.3rem;
    margin-bottom: 0.11rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listCon a .txt p.label {
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.listCon a .txt p.label span {
    float: left;
    line-height: 0.32rem;
    padding: 0 0.12rem;
    margin-right: 0.2rem;
    border-radius: 0.02rem;
    font-size: 0.2rem;
    color: #536d8c;
    background: #f4f6f9;
}
.listCon a .txt p.label span.lab_1 {
    /*background: rgba(118,142,210,0.10);
   */
    /*color: #768ED2;
   */
}
.listCon a .txt p.label span.lab_2 {
    /*background: rgba(245,171,68,0.10);
   */
    /*color: #F5B050;
   */
}
.listCon a .txt p.label span.lab_3 {
    /*background: rgba(82,200,149,0.10);
   */
    /*color: #52C895;
   */
}
.listCon a .txt p.price {
    /*font-size: 0.24rem;
   */
    font-size: 0.32rem;
    /*color: #3cb371;
   */
    color: #eb6100;
    font-weight: bold;
    line-height: 0.45rem;
}
.listCon a .txt p.price span {
    /*font-size: 0.32rem;
   */
    font-size: 0.24rem;
}
.listCon a .pic i, .listCon3 a .pic i {
    /* background: #F79632; */
    /*background-image: -webkit-linear-gradient(0deg, #FC6761 0%, #F79632 100%);*/
    /*background-image: linear-gradient(90deg, #FC6761 0%, #F79632 100%);*/
    /*-webkit-border-radius: 0.4rem;*/
    /*-moz-border-radius: 0.4rem;*/
    /*border-radius: 0.4rem;*/
    /*line-height: 0.34rem;*/
    /*font-size: 0.2rem;*/
    /*top: 0.1rem;*/
    /*left: 0.1rem;*/
    /*padding: 0 0.2rem;*/
}
.listCon a .txt p.cfPrice, .listCon3 a .txt p.cfPrice {
    overflow: hidden;
    position: relative;
    line-height: 0.32rem;
    padding-top: 0.065rem;
}
.listCon a .txt p.cfPrice>span, .listCon3 a .txt p.cfPrice>span {
    font-size: 0.32rem;
    float: left;
    margin-right: 0.15rem;
    line-height: 0.32rem;
}
.listCon a .txt p.cfPrice span span, .listCon3 a .txt p.cfPrice span span {
    font-size: 0.24rem;
}
.listCon a .txt p.cfPrice span:nth-of-type(2), .listCon3 a .txt p.cfPrice span:nth-of-type(2) {
    font-size: 0.24rem;
    color: #979797;
    vertical-align: bottom;
    display: contents;
}
.listCon a .txt h2, .listCon3 a .txt h2 {
    margin-bottom: 0.07rem;
}
.listCon a .txt p.baseInfo, .listCon3 a .txt p.baseInfo {
    margin-bottom: 0.14rem;
}
.listCon a .txt p.label, .listCon3 a .txt p.label {
    margin-bottom: 0.12rem;
}
/*无相关数据*/
#notListCon .notCon,
#notListCon2 .notCon {
    text-align: center;
}
#notListCon .notCon img,
#notListCon2 .notCon img {
    width: 242px;
    height: 242px;
}
#notListCon .notCon p,
#notListCon2 .notCon p {
    font-size: 24px;
    color: #666;
    line-height: 33px;
    margin-top: 28px;
}
#notListCon .notCon,
#notListCon2 .notCon {
    margin: 15px 0;
}
#notListCon .notList,
#notListCon2 .notList {
    background-color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 2px;
    text-align: center;
    background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #e9e9e9));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9e9e9', GradientType='0');
    /* IE*/
    background: -o-linear-gradient(top, #fefefe, #e9e9e9);
    /* opera*/
}
#notListCon .notList .listCon li:last-child,
#notListCon2 .notList .listCon li:last-child {
    border-bottom: 0;
}
#notListCon .notList li,
#notListCon2 .notList li {
    overflow: hidden;
}
#notListCon .notList li a,
#notListCon2 .notList li a {
    overflow: auto
}
.plr15 {
    padding: 0 0.15rem;
}
.listTit {
    margin-bottom: 4px;
    margin-top: 80px;
}
.listTit h2 {
    float: left;
    line-height: 56px;
    font-size: 40px;
    color: #303030;
}
/***************************** 底部栏 *****************************/
footer {
    background: #2b2f33;
    text-align: center;
    padding: 0.128rem 0 0.256rem 0;
    color: #979797;
    width: 100%;
}
footer .tel {
    width: 0.64rem;
    margin: 0 auto;
}
footer .link {
    margin-top: 0.256rem;
    margin-bottom: 0.096rem;
}
footer .link a {
    font-size: 0.256rem;
    color: #979797;
    position: relative;
    padding: 0 0.256rem;
    line-height: 0.32rem;
}
footer .link a::after {
    content: "";
    display: block;
    width: 1px;
    height: 0.256rem;
    background-color: #979797;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .link a:last-child::after {
    display: none;
}
footer .copy {
    display: inline-block;
    line-height: 0.32rem;
    font-size: 0.256rem;
    overflow: hidden;
}
footer .copy span {}
footer .copy img {
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.256rem;
    float: left;
}
.foot2 .link {
    margin-top: 0;
}
.clearFix::after, .clearFix::before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.tab_lanmu {
    width: 7.3rem;
    /*height: 36px;
   */
    /* background-color: #64d649;
    */
    border: 2px dashed #64d649;
    margin: 0.06px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 5px;
    text-align: left;
    box-sizing: border-box;
    font-size: 0.256rem;
    line-height: 0.3rem;
    letter-spacing: 2px;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
.listFixBot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    z-index: 10;
    -webkit-box-shadow: 0 -0.04rem 0.08rem 0 rgba(2, 4, 51, 0.1);
    box-shadow: 0 -0.04rem 0.08rem 0 rgba(2, 4, 51, 0.1);
}
.listFixBot .demand a, .listFixBot .tel a {
    line-height: 46px;
    display: block;
    /*width: 100%;
   */
}
.listFixBot .demand {
    background-color: #fff;
    width: 32%;
}
.listFixBot .demand a {
    text-align: center;
}
.listFixBot .demand a span {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}
.listFixBot .demand a span::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("/4g/images/ic_message.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.listFixBot .tel {
    background-image: -webkit-linear-gradient(138deg, #dd2534 0%, #f79632 100%);
    background-image: linear-gradient(138deg, #43cd80 0%, #3cb371 100%);
    width: 68%;
}
.listFixBot .tel a {
    color: #fff;
    text-align: center;
}
.listFixBot .tel span {
    font-size: 16px;
    display: inline-block;
    line-height: 46px;
}
.listFixBot .tel span.telTxt {
    font-size: 16px;
    margin-left: 16px;
}
/******** 底部结束 ************/