body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, article, aside, details, figcaption, figure, header, footer, main, mark, nav, section {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body, textarea, input, select, option {
    font-family: "PingFang SC", "AdobeHeitiStd Regular", "Microsoft YaHei", "Arial", sans-serif;
}

header, footer, section, nav, article, main, aside {
    display: block;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font-size: 0.2rem;
    color: #333;
}

:root {
    font-size: 50px;
}


.living_head_ad img {
    width: 100%;
    display: block;
    margin: 0;

}

.living_head_ad span {
    position: absolute;
    right: 10px;
    top: 0px;
    color: white;
    z-index: 10;
    font-size: 21px;
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-weight: normal;
    font-style: normal;
}

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

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
}

a, input, textarea, select {
    outline: none;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

a, input, textarea, button {
    outline: none;
}

/*浮动相关*/
.left {
    float: left;
}

.right {
    float: right;
}

.clean {
    zoom: 1;
}

.clean:footer {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.relative_all {
    width: 100%;
    height: 100%;
    position: relative;
}

.relative {
    position: relative;
}

.overhidden {
    overflow: hidden;
}

.opacity {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inline-block {
    display: inline-block;
}

.hei50 {
    height: 0.5rem;
}

.hei80 {
    height: 0.8rem;
}

.hei150 {
    height: 1.5rem;
}

/*字体大小*/
.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.font11 {
    font-size: 0.11rem;
}

.font12 {
    font-size: 0.12rem;
}

.font14 {
    font-size: 0.14rem;
}

.font16 {
    font-size: 0.16rem;
}

.font18 {
    font-size: 0.18rem;
}

.font20 {
    font-size: 0.2rem;
}

.font22 {
    font-size: 0.22rem;
}

.font24 {
    font-size: 0.24rem;
}

.font25 {
    font-size: 0.25rem;
}

.font26 {
    font-size: 0.26rem;
}

.font28 {
    font-size: 0.28rem;
}

.font30 {
    font-size: 0.3rem;
}

.font32 {
    font-size: 0.32rem;
}

.font34 {
    font-size: 0.34rem;
}

.font36 {
    font-size: 0.36rem;
}

.font38 {
    font-size: 0.38rem;
}

.font40 {
    font-size: 0.4rem;
}

.font42 {
    font-size: 0.42rem;
}

.font44 {
    font-size: 0.44rem;
}

.font46 {
    font-size: 0.46rem;
}

.font48 {
    font-size: 0.48rem;
}

.font50 {
    font-size: 0.5rem;
}

.font52 {
    font-size: 0.52rem;
}

.font54 {
    font-size: 0.54rem;
}

.font56 {
    font-size: 0.56rem;
}

.font58 {
    font-size: 0.58rem;
}

.font60 {
    font-size: 0.6rem;
}

.font72 {
    font-size: 0.72rem;
}

/*字体颜色*/
.red {
    color: #f91801;
}

.corfff {
    color: #fff;
}

.cor999 {
    color: #999;
}

.cor333 {
    color: #333;
}

.cor666 {
    color: #666;
}

.corff9600 {
    color: #ff9600;
}

.cor3d95ff {
    color: #3d95ff;
}

.corababab {
    color: #ababab;
}

.cor001eff {
    color: #001eff;
}

.cor2187f5 {
    color: #2187f5;
}

/*背景颜色*/
.bg2187f5 {
    background-color: #2187f5;
}

.bgff9600 {
    background-color: #ff9600;
}

.bg6dafff {
    background-color: #6dafff;
}

.bgff8880 {
    background-color: #ff8880;
}

.bg5bd1af {
    background-color: #5bd1af;
}

.bgbaa5e8 {
    background-color: #baa5e8;
}

.bgffc000 {
    background-color: #ffc000;
}

.bg5bd1af {
    background-color: #5bd1af;
}

.bg4399ff {
    background-color: #4399ff;
}

.bgf8f8f8 {
    background-color: #f8f8f8;
}

.ml10 {
    margin-left: 0.1rem;
}

.ml20 {
    margin-left: 0.2rem;
}

.ml30 {
    margin-left: 0.3rem;
}

.mr10 {
    margin-right: 0.1rem;
}

.mr20 {
    margin-right: 0.2rem;
}

.line60 {
    line-height: 0.6rem;
}

.mt10 {
    margin-top: 0.1rem;
}

.mt40 {
    margin-top: 0.4rem;
}

.mt60 {
    margin-top: 0.6rem;
}

.padr20 {
    padding-right: 0.2rem;
}

.padr80 {
    padding-right: 0.8rem;
}

.fengexian {
    height: 0.1rem;
    background-color: #f5f5f9;
}

.fengexian2 {
    height: 0.2rem;
    background-color: #f5f5f9;
}

/*右侧客服浮动*/
.fixed_kefu {
    width: 0.8rem;
    height: 0.8rem;
    position: fixed;
    left: 5px;
    bottom: 1.8rem;
    z-index: 99999999;
}

/*底部导航*/
.footer {
    width: 100%;
    height: 1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
    z-index: 9999999;
}

.footer ul li {
    float: left;
    width: 20%;
    height: 1rem;
    text-align: center;
}

.footer ul li a {
    display: block;
    height: 1rem;
    width: 100%;
    position: relative;
    font-size: 0.24rem;
    color: #666;
    padding-top: 0.53rem;
}

.footer ul li.active a, .footer ul li:hover a {
    color: #2187f5;
}

.icon_ft1 {
    background: url(../../images/himg/icon_ft1.png) no-repeat center 0.12rem;
    background-size: 0.4rem 0.4rem;
}

.icon_ft2 {
    background: url(../../images/himg/icon_ft2.png) no-repeat center 0.12rem;
    background-size: 0.34rem 0.35rem;
}

.icon_ft3 img {
    width: 0.98rem;
    height: 0.98rem;
    position: absolute;
    left: 50%;
    margin-left: -0.49rem;
    top: -0.44rem;
}

.icon_ft4 {
    background: url(../../images/himg/icon_ft4.png) no-repeat center 0.12rem;
    background-size: 0.36rem 0.39rem;
}

.icon_ft5 {
    background: url(../../images/himg/icon_ft5.png) no-repeat center 0.12rem;
    background-size: 0.36rem 0.38rem;
}

.icon_ft1.active, .icon_ft1:hover {
    background: url(../../images/himg/icon_ft1_.png) no-repeat center 0.1rem;
    background-size: 0.4rem 0.4rem;
}

.icon_ft2.active, .icon_ft2:hover {
    background: url(../../images/himg/icon_ft2_.png) no-repeat center 0.1rem;
    background-size: 0.34rem 0.35rem;
}

.icon_ft4.active, .icon_ft4:hover {
    background: url(../../images/himg/icon_ft4_.png) no-repeat center 0.1rem;
    background-size: 0.36rem 0.39rem;
}

.icon_ft5.active, .icon_ft5:hover {
    background: url(../../images/himg/icon_ft5_.png) no-repeat center 0.1rem;
    background-size: 0.36rem 0.38rem;
}

.nei_header {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.nei_header h1 {
    font-size: 0.32rem;
    text-align: center;
}

.nei_back {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/himg/nei_back.png) no-repeat center center;
    background-size: 0.21rem 0.36rem;
}

.nei_close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
    background: url(../../images/himg/nei_del.png) no-repeat center center;
    background-size: 0.26rem 0.26rem;
}

.nei_xiala {
    padding-right: 0.4rem;
    background: url(../../images/himg/map16.png) no-repeat right center;
    background-size: 0.27rem 0.16rem;
    cursor: pointer;
}

.nei_header ul {
    display: none;
    width: 100%;
    max-height: 5rem;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0.8rem;
    background-color: #fff;
}

.nei_header ul li {
    text-align: center;
    font-size: 0.3rem;
    color: #333;
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #ececec;
}

.index_title {
    background-color: #fff;
    font-size: 0.28rem;
    color: #333;
    height: 0.9rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.index_title .title {
    display: flex;
}

.shuxian {
    width: 4px;
    border-radius: 30%;
    background-color: #2187f5;
}

.index_more {
    font-size: 0.25rem;
    color: #999;
}

/*页面点击动画*/
#click_animate {
    position: absolute;
    z-index: 999999999;
    border-radius: 50%;
    background: rgba(33, 93, 214, 0.7);
}

/*头部导航*/
.header-nav {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.header-nav .title {
    width: 76%;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 0.3rem;
    color: #333333;
}

.header-nav .back {
    background: url("../../images/icon/angle-left.png") no-repeat center;
    background-size: 0.3rem;
}

.header-nav .refresh {
    background: url("../../images/icon/refresh.png") no-repeat center;
    background-size: 0.36rem;
}

.header-nav .close {
    background: url("../../images/icon/close.png") no-repeat center;
    background-size: 0.3rem;
}

.header-nav .index {

    background: url(../../images/icon/index.png) no-repeat center;
    background-size: 0.36rem;
}

.header-nav .back, .header-nav .refresh, .header-nav .close, .header-nav .index {
    width: 8%;
    height: 100%;
    float: left;
}

/*头部导航结束*/

/*公共tab切换*/
.tab .tab-ul {
    border-bottom: 2px solid #eeeeee;
}

.tab-ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.tab-ul ul li {
    list-style: none;
}

.tab-ul ul li a {
    text-align: center;
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #666666;
    font-size: 0.25rem;
}

.tab-ul ul li.active a {
    color: #2187f5;
}

.tab-ul ul i.move {
    width: 0;
    height: 2px;
    background: #2187f5;
    position: absolute;
    z-index: 10;
    left: 68.75px;
    bottom: -2px;
}

/*公共tab切换结束*/

/*加载更多*/
.loading_more, .loading_more_content {
    width: 100%;
    height: 0.8rem;
    background: #ffffff;
    border-top: 1px solid #dddddd;
    color: #666666;
    text-align: center;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_more div, .loading_more_content div {
    width: 100%;
    height: 100%;
    line-height: 0.8rem;
    color: #2187f5;
}

/*公共图标样式*/
.si {
    width: 20px;
    height: 20px;
    background-image: url(../../images/icon/icons-sprites.png);
    background-repeat: no-repeat;
}

.zaixiantiku {
    background-position: 0 -69px;
}

.mingshidayi {
    background-position: 0 -95px;
}

.xuexidingzhi {
    background-position: 0 -121px;
}

.ziliaoxiazai {
    background-position: 0 -148px;
}

.xuexitixing {
    background-position: 0 -175px;
}

.fenqifu {
    background-image: url(../../images/icon/nei164.png);
    background-repeat: no-repeat;
    background-position: 2px 6px;
}

.qitiantui {
    background-image: url(../../images/icon/nei165.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
}

.zhuce_hongbao {
    width: 5.52rem;
    margin: 1rem auto 0 auto;
    background-color: #95cdfe;
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    position: relative;
}

.zhuce_title {
    width: 5.51rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: -0.5rem;
    background: url(/static/mobile/images/hongbao/zhuce_wap1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 5.1rem 1rem;
}

.zhuce_bt1 {
    padding: 0.05rem 0.2rem;
    border-radius: 0.2rem;
    color: #333;
    background-color: #ffdb4c;
    font-size: 0.24rem;
    font-family: "PingFang";
}

.zhuce_quan ul {
    overflow: hidden;
    padding-bottom: 0.3rem;
    padding-left: 0.2rem;
}

.zhuce_quan ul li {
    width: 1.52rem;
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.32rem;
}

.zhuce_quan ul li img {
    width: 100%;
}

.zhuce_mianfei {
    width: 5.1rem;
    height: 1.5rem;
    border: 0.03rem solid #fff;
    border-radius: 0.05rem;
    background-color: #cae5ff;
    margin: 0.4rem auto 0 auto;
    position: relative;
}

.zhuce_mianfei ul {
    overflow: hidden;
    margin-top: -0.5rem;
}

.zhuce_mianfei ul li {
    float: left;
    width: 1.22rem;
}

.zhuce_mianfei ul li img {
    width: 1rem;
    display: block;
    margin: 0 auto;
}

.zhuce_mianfei_wen {
    width: 1.2rem;
    margin-top: 0.1rem;
    font-size: 0.2rem;
    color: #333;
    text-align: center;

}

.laozhan {
    height: 0.8rem;
    width: 7.1rem;
    margin: 0.3rem auto;
    border: 1px solid #dcdcdc;
    border-radius: 0.1rem;
}

.laozhan a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.8rem;
    text-align: center;
}

.top_left {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem !important;
    height: auto !important;
    z-index: 999;
}

.bottom_left {
    position: absolute;
    left: 0;
    bottom: 0;

}

.alert_jiucuo {
    width: 311px;
    height: 306px;
    box-sizing: border-box;
    border: 5px solid #fff;
    background-color: #f1f1f1;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -155px;
    margin-top: -153px;
    z-index: 9999;
    padding: 10px 25px;
    display: none;
    box-shadow: #dadada 6px 6px 2px 2px;
}

.alert_jiucuo_title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    background-image: url(/images/img_pc/jiucuo.png);
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.6;
}

.alert_jiucuo textarea {
    margin-top: 20px;
    width: 249px;
    height: 120px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.alert_jiucuo_sub {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 20px;
    background-color: #2187f5;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.bianji_close {
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/img_pc/nei147.png) no-repeat center center;
}

/*.layui-layer-dialog{
    min-width: 260px;
    left: 47px !important;
}*/
/*双十一底部添加活动图标*/
.icon_active_1 {
    background-image: url(/static/mobile/activity/images/shuang11/icon_active_0.png);
    background-size: 0.42rem auto;
    background-repeat: no-repeat;
    background-position: center 0.05rem;
}

.icon_active_2 {
    background-image: url(/static/mobile/activity/images/shuang11/icon_active_1.png);
    background-size: 0.42rem auto;
    background-repeat: no-repeat;
    background-position: center 0.05rem;
}

.icon_active_3 {
    background-image: url(/static/mobile/activity/images/shuang11/icon_active_2.png);
    background-size: 0.42rem auto;
    background-repeat: no-repeat;
    background-position: center 0.05rem;
}

.icon_active_4 {
    background-image: url(/static/mobile/activity/images/shuang11/icon_active_3.png);
    background-size: 0.42rem auto;
    background-repeat: no-repeat;
    background-position: center 0.05rem;
}

.icon_active_5 {
    background-image: url(/static/mobile/activity/images/shuang11/icon_active_4.png);
    background-size: 0.42rem auto;
    background-repeat: no-repeat;
    background-position: center 0.05rem;
}
