﻿html,body {
    color: #666;
    margin: 0 auto !important;
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 17.06px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 19.2px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
    html {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 499px) {
    html {
        font-size: 22.08px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 567px) {
    html {
        font-size: 26.66px !important;
    }
}

@media only screen and (min-width: 568px) and (max-width: 639px) {
    html {
        font-size: 30.29px !important;
    }
}

@media only screen and (min-width: 640px) {
    html {
        font-size: 34.13px !important;
    }
}

button, a {
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;
    touch-callout: none;
    user-select: none;
}
a {
    color: #666;
    text-decoration: none;
}

input {
    /*单选框是否显示*/
    /*-webkit-appearance: none;*/
    outline: none;
    border-radius: 0;
}

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

.clearfix {
    clear: both;
}

.hx-container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    min-height: 30rem;
    background: #f4f4f4;
}

/*轮播图*/
#iSlider-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

#iSlider-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#iSlider-wrapper li {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    list-style: none;
    /*top: 2.7rem;*/
    height: 6rem;
}

#iSlider-wrapper li img {
    min-width: 100%;
    /*min-height: 100%;*/
}

.islider-dot {
    width: 0.33rem;
    height: 0.33rem;
}
/*轮播图*/

/*侧边导航*/
.right-slide {
    width: 2.5rem;
    position: fixed;
    right: 1rem;
    bottom: 7rem;
    z-index: 99;
}
.right-slide-in li {
    width: 2.5rem;
    height: 3rem;
    border-radius: 50%;
}

.right-slide-in li img {
    width: 2.5rem;
    height: 2.5rem;
}
/*侧边导航*/

/* 优惠券 */
.coupon-list .item-item {
    height: 4.3rem;
    border-width: 1px;
    border-style: solid;
    padding: .44rem 0;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    margin-top: .58rem;
    line-height: normal;
}

.coupon-list .item-item p {
    margin: 0;
}

.coupon-list .item-item .item-brand {
    width: 4.84rem;
    height: 3.13rem;
    float: left;
    padding: 0 .52rem;
    border-right: 1px solid #ddd;
}

.coupon-list .item-item .item-brand .item-logo {
    width: 3.8rem;
    height: 1.75rem;
}

.coupon-list .item-item .item-brand .item-total {
    font-size: .52rem;
    color: #999;
    text-align: center;
}

.coupon-list .item-item .item-info {
    padding-left: .52rem;
    float: left;
}

.coupon-list .item-item .item-title {
    font-size: .7rem;
    color: #333;
    margin-bottom: .19rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-title a{
    color:#333;
}
.coupon-list .item-item .item-tips {
    font-size: .5273rem;
    color: #666;
    margin-bottom: .31rem;
}

.coupon-list .item-item .item-date {
    font-size: .52rem;
    color: #999;
}

.coupon-list .item-item .item-action {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4.7rem;
    border-radius: 3px;
}

.coupon-list .item-item .item-action .item-value {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    height: 2.25rem;
    line-height: 2.25rem;
}

.coupon-list .item-item .item-action .value-icon {
    font-size: .7rem;
}

.coupon-list .item-item .item-action .item-btn {
    width: 4.39rem;
    height: 1.46rem;
    line-height: 1.46rem;
    font-size: .7rem;
    border-radius: 3px;
    margin: 0 auto .39rem;
    background-color: #fff;
    border: medium none;
    display: block;
    text-align: center;
}

/* 优惠券分色 */
/* 橙色 */
.coupon-list .item-item.orange {
    border-color: #ffdfc7;
}

.coupon-list .item-item.orange .item-action {
    background-color: #ff9547;
}

.coupon-list .item-item.orange .item-action .item-btn {
    color: #ff9547;
}

/* 蓝色 */
.coupon-list .item-item.blue {
    border-color: #d0e4fd;
}

.coupon-list .item-item.blue .item-action {
    background-color: #5aa4ff;
}

.coupon-list .item-item.blue .item-action .item-btn {
    color: #5aa4ff;
}

/* 绿色 */
.coupon-list .item-item.green {
    border-color: #c6e9eb;
}

.coupon-list .item-item.green .item-action {
    background-color: #57d0d6;
}

.coupon-list .item-item.green .item-action .item-btn {
    color: #57d0d6;
}

/* 红色 */
.coupon-list .item-item.red {
    border-color: #fdd1d0;
}

.coupon-list .item-item.red .item-action {
    background-color: #fe626c;
}

.coupon-list .item-item.red .item-action .item-btn {
    color: #fe626c;
}

/* 粉色 */
.coupon-list .item-item.pink {
    border-color: #fccaeb;
}

.coupon-list .item-item.pink .item-action {
    background-color: #e374bd;
}

.coupon-list .item-item.pink .item-action .item-btn {
    color: #e374bd;
}

/* 黄色 */
.coupon-list .item-item.yellow {
    border-color: #f4e2c6;
}

.coupon-list .item-item.yellow .item-action {
    background-color: #efb765;
}

.coupon-list .item-item.yellow .item-action .item-btn {
    color: #efb765;
}

/* 灰色 */
.coupon-list .item-item.grey {
    border-color: #ddd;
}

.coupon-list .item-item.grey .item-action {
    background-color: #ccc;
}

.coupon-list .item-item.grey .item-action .item-btn {
    color: #666;
    background-color: #eee;
}

.coupon-list .item-item .item-action .item-btn.grey {
    color: #666;
    background-color: #eee;
}
/* 优惠券 */

/* 按钮 */
.J_Explosive_button_gery {
    background: #cccccc !important;
}
.J_Explosive_button     {
    background: #d80c18;
}
/* 按钮 */

/* 底部导航 */
.bottom-nav {
    width: 100%;
    max-width: 640px;
    height: 2.93rem;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    z-index: 99;
    background: #fafafa;
    left: 0;
    right: 0;
}
.bottom-nav .nav-list {
    height: 2.93rem;
    display: -webkit-flex;
}
.bottom-nav .nav-list-item {
    width: 100%;
    height: 2.93rem;
    text-align: center;
    vertical-align: middle;
    font-size: .85rem;
    border-right: 1px solid #eee;
    color: #aaaaaa;
}
.bottom-nav .nav-list-item .icon~.tab-label {
    font-size: .52rem;
}
.bottom-nav .nav-list-item .icon {
    margin-top: .6rem !important;
    width: 1.17rem;
    height: 1.17rem;
    margin-left: auto;
    margin-right: auto;
    background-size: 1.17rem 1.17rem;
}
.bottom-nav .nav-list-item.active .icon~.tab-label {
    color: #d80c18;
}
.bottom-nav .nav-list-item .icon-h {
    background-image: url(../Images/icon-h.png);
}
.bottom-nav .nav-list-item.active .icon-h {
    background-image: url(../Images/icon-h-active.png);
}
.bottom-nav .nav-list-item .icon-d {
    background-image: url(../Images/icon-d.png);
}
.bottom-nav .nav-list-item.active .icon-d {
    background-image: url(../Images/icon-d-active.png);
}
.bottom-nav .nav-list-item .icon-z {
    background-image: url(../Images/icon-z.png);
}
.bottom-nav .nav-list-item.active .icon-z {
    background-image: url(../Images/icon-z-active.png);
}
.bottom-nav .nav-list-item .icon-j {
    background-image: url(../Images/icon-j.png);
}
.bottom-nav .nav-list-item.active .icon-j {
    background-image: url(../Images/icon-j-active.png);
}
.bottom-nav .nav-list-item .icon-a {
    background-image: url(../Images/icon-a.png);
}
.bottom-nav .nav-list-item.active .icon-a {
    background-image: url(../Images/icon-a-active.png);
}
.bottom-nav .nav-list-item .icon-t {
    background-image: url(../Images/icon-t.png);
}
.bottom-nav .nav-list-item.active .icon-t {
    background-image: url(../Images/icon-t-active.png);
}
.bottom-nav .nav-list-item .icon-u {
    background-image: url(../Images/icon-u.png);
}
.bottom-nav .nav-list-item.active .icon-u {
    background-image: url(../Images/icon-u-active.png);
}
/* 底部导航 */

/*首页弹出层*/
.modal-overlay,
.preloader-indicator-overlay,
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 1;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}
/*首页弹出层*/

/* 标题栏 */
.bar {
    width: 100%;
    max-width: 640px;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    z-index: 10;
    height: 2.2rem;
    padding-right: .5rem;
    padding-left: .5rem;
    background-color: #f7f7f8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bar-nav {
    height: 2.63rem;
    background-color: #fff;
}

.bar-nav .button-link {
    color: #d80c18;
    height: 2.63rem;
    line-height: 2.63rem;
}

.bar-nav .title {
    text-align: center;
    font-weight: 500;
    margin: 0 -.5rem;
    line-height: 2.63rem;
    color: #333;
    font-size: .99rem;
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    display: block;
    top: 0;
}

.bar-nav~.content {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.63rem;
    position: absolute;
    background: #f4f4f4;
    height: 100%;
}

.bar-header-secondary~.content {
    /*top: 4.97rem;*/
}

.bar .button-nav.pull-left {
    margin-left: -.25rem;
}

.bar .button.pull-left {
    margin-right: .5rem;
}

.bar-nav .button-link {
    color: #d80c18;
    height: 2.63rem;
    line-height: 2.63rem;
}

.bar .button-link {
    top: 0;
    padding: 0;
    font-size: .8rem;
    line-height: 2.2rem;
    height: 2.2rem;
    border: 0;
}

.bar .button {
    position: relative;
    top: .35rem;
    z-index: 20;
    margin-top: 0;
    font-weight: 400;
}
.pull-left {
    float: left;
}
.back-size{
    font-size: 1.7rem !important;
    
}

/* 内容区 */
.content{
    width: 100%;
    padding-bottom: 8%;
}

/*已经到底了*/
.diary-over {
    font-size: .5rem;
    text-align: center;
    padding: 1rem 0 2rem; 
    color: #aaa;
    /*background: #f4f4f4;*/
    display: none;
}
.loading{
    position: fixed;
    top:14rem;
    left: 40%;
    height: 3rem;
    width: 3rem;
    display: none;
}
.bar-nav{
    z-index: 10501;
}
.icon-right::before{
    content: "\e6e9";
    color: #999;
    font-family: iconfont-sm !important;
}
.clear{
    clear:both;
}
/* 下载广告位 */
.download-bar {
    height: 2.63rem;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.bar-tab~.download-bar {
    bottom: 2.93rem;
}

.download-bar .download-close {
    font-size: 1.7rem;
    line-height: .64rem;
    color: #fff;
    float: left;
    margin-top: .58rem;
    margin-left: .73rem;
    display: block;
}

.download-bar .download-img {
    width: 2.69rem;
    height: 3.13rem;
    position: relative;
    left: .44rem;
    top: -.54rem;
    float: left;
}

.download-bar p {
    margin: 0;
}

.download-bar .download-title {
    font-size: .7rem;
    color: #fff;
    float: left;
    margin-left: 1rem;
    margin-top: .36rem;
}

.download-bar .download-tips {
    font-size: .58rem;
    color: #fff;
}

.download-bar .download-btn {
    width: 4.6rem;
    height: 1.46rem;
    line-height: 1.46rem;
    background-color: #d80c18;
    border-radius: 2px;
    color: #fff;
    font-size: .7rem;
    border: medium none;
    margin: .58rem .58rem .58rem 0;
    float: right;
    text-align: center;
}

.picker-items-col {
    width: 100%;
}
/* 特惠预约弹窗 */
.popup-reserve {
    width: 16.99rem;
    height: 14rem;
    top: 50%;
    left: 50%;
    margin-top: -7rem;
    margin-left: -8.49rem;
}

.popup-reserve p {
    margin: 0;
}

.popup-reserve .content-block {
    padding: 1.17rem .96rem;
    margin: 0;
}

.popup-reserve .reserve-title {
    font-size: .87rem;
    text-align: center;
    height: 2.40rem;
    line-height: 2.40rem;
    border-bottom: 1px solid #eee;
    color: #d80c18;
    padding: 0 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.popup-reserve .reserve-close {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
    font-size: 1rem;
    color: #999;
    position: absolute;
    right: .73rem;
    top: .73rem;
}

.popup-reserve .reserve-form .reserve-input {
    width: 100%;
    height: 1.75rem;
    border: 1px solid #d80c18;
    font-size: .7rem;
    text-align: center;
}

.popup-reserve .reserve-form .reserve-button {
    margin: 1.34rem auto .87rem;
    width: 5.56rem;
    height: 1.75rem;
    line-height: 1.75rem;
    background: #d80c18;
    color: #fff;
    border: medium none;
    font-size: .82rem;
    border-radius: 0;
}

.popup-reserve .reserve-tips ul, .popup-reserve .reserve-tips li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .52rem;
    position: relative;
}

.popup-reserve .reserve-tips li {
    padding-left: .41rem;
    height: .76rem;
    line-height: .76rem;
}

.popup-reserve .reserve-tips li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #d80c18;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.popup-reserve .reserve-login {
    font-size: .52rem;
    color: #2a76de;
    margin-top: .5rem;
}

.popup-reserve .reserve-error {
    text-align: center;
    color: #d80c18;
    font-size: .87rem;
}


/* 定位弹出层样式 */
.location-modal .modal-title {
    font-size: .76rem;
}

.location-modal .modal-text {
    color: #d80c18;
    font-weight: 700;
}

/* 登录弹出层 */
.popup-login {
/*    width: 16.99rem;
    height: 10.5rem;
    left: 50%;
    top: 50%;
    margin-left: -8.45rem;
    margin-top: -4.98rem;*/
}

.popup-login .content-block {
    margin: 0;
}

.popup-login .popup-close {
    text-align: right;
}

.popup-login .popup-close img {
    display: inherit;
}

.popup-login .list-block {
    margin: 0;
}
.popup-login .list-block .item-content .item-media i{
    margin-left: .3rem;
}

.popup-login .list-block .item-content {
    box-sizing: border-box;
    min-height: 2.2rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 1rem;
    border:none;
}
.popup-login .list-block li .item-left{
    width: 1.9rem;
}
.popup-login .list-block li {
    border: 1px solid #ddd;
    margin-top: .3rem;
    width: 15rem;
}

.popup-login .list-block li:last-child {
    margin-top: -1px;
}

.popup-login .list-block .item-media+.item-inner {
    margin-left: 0;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: .75rem;
    position: relative;
}

.popup-login .list-block .item-title.label {
    color: #333;
    width: 3.82rem;
}

.popup-login .list-block .item-input {
    height: 2.1rem;
}
.popup-login .list-block .item-input input{
    border: none;
    width: auto;
    height: .83rem;
    margin-bottom: 0;
    margin-top: .15rem;
    font-size: .9rem;
}
.popup-login .list-block .bind-info {
    height: 2rem;
    line-height: 2rem;
    margin: 0;
    font-size: .7rem;
    padding-left: .75rem;
    color: #666;
}

.popup-login .code-btn {
    font-size: .7rem;
    color: #2a76de;
    position: absolute;
    right: 0;
    top: 0;
    height: 2.15rem;
    line-height: 2.15rem;
    display: block;
    border-left: 1px solid #ddd;
    padding: 0 .5rem;
}

.popup-login .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .82rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
    display: block;
}

/* 装修预约弹出层 */
.popup-design {
   /* width: 16.99rem;
    height: 14.648rem;
    left: 50%;
    top: 50%;
    margin-left: -8.45rem;
    margin-top: -7.324rem;*/
}

.popup-design .content-block {
    margin: 0;
}

.popup-design .design-header {
    height: 2.75rem;
    position: relative;
    padding-top: .3rem;
    border-bottom: 1px solid #eee;
}

.popup-design .design-header .close-popup {
    position: absolute;
    right: .8rem;
    top: 1rem;
    width: .55rem;
    height: .52rem;
}

.popup-design .design-header .close-popup img {
    width: 100%;
    height: 100%;
}

.popup-design .design-header .design-title {
    font-size: .82rem;
    color: #333;
    text-align: center;
    margin: 0;
}

.popup-design .design-header .design-tips {
    font-size: .52rem;
    text-align: center;
    margin: 0;
    margin-top: .4rem;
}

.popup-design .design-header .design-tips span {
    color: #d80c18;
}

.popup-design .list-block {
    margin: 0;
    margin-top: .58rem;
}

.popup-design .list-block .item-content {
    box-sizing: border-box;
    min-height: 2.2rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 1rem;
}

.popup-design .list-block li {
    border: 1px solid #ddd;
    margin-top: .3rem;
    width: 15rem;
}

.popup-design .list-block li .item-left {
    width: 1.9rem;
}

.popup-design .list-block li .item-left .icon {
    display: block;
    margin: 0 auto;
}

.popup-design .list-block li .item-left .icon-form-name {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon1.png) no-repeat;
    background-size: 100% 100%;
}

.popup-design .list-block li .item-left .icon-form-sex {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon3.png) no-repeat;
    background-size: 100% 100%;
}

.popup-design .list-block li .item-left .icon-form-phone {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.popup-design .list-block .item-media+.item-inner {
    margin-left: 0;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: .75rem;
    position: relative;
}

.popup-design .list-block .item-title.label {
    color: #333;
    width: 3.82rem;
}

.popup-design .list-block .item-input {
    height: 2.1rem;
}
.popup-design .list-block .item-input input{
    border:none;
    width: auto;
    height: .83rem;
    margin-bottom: 0;
    margin-top: .15rem;
    padding-right: 0;
}

.popup-design .label-checkbox {
    padding: 0 .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 13rem;
}

.popup-design .label-checkbox:active {
    background: none !important;
}

.popup-design .label-checkbox .label-name {
    font-size: .7rem;
    color: #333;
}

.popup-design label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox, .popup-design label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox {
    background-color: #d80c18;
}

.popup-design .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .82rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
    display: block;
}

.popup-design .login-link {
    font-size: .52rem;
    color: #2a76de;
    float: right;
    margin-top: .8rem;
    margin-bottom: .4rem;
}

/* 商品预约弹出层 */
.popup-goods {
/*    width: 16.99rem;
    height: 14rem;
    left: 50%;
    top: 50%;
    margin-left: -8.45rem;
    margin-top: -7rem;*/
}

.popup-goods .content-block {
    margin: 0;
}

.popup-goods .goods-header {
    height: 2.63rem;
    line-height: 2.63rem;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 .87rem;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-goods .goods-header .close-popup {
    position: absolute;
    right: .8rem;
    top: 1rem;
    width: .55rem;
    height: .52rem;
}

.popup-design .design-header .close-popup img {
    width: 100%;
    height: 100%;
}

.popup-goods .goods-header .goods-title {
    font-size: .82rem;
    color: #333;
    text-align: left;
    margin: 0;
}

.popup-goods .list-block {
    margin: 0;
    margin-top: .58rem;
}

.popup-goods .list-block .item-content {
    box-sizing: border-box;
    min-height: 2.2rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 1rem;
    border:none;
}

.popup-goods .list-block li {
    border: 1px solid #ddd;
    margin-top: .3rem;
    width: 15rem;
}

.popup-goods .list-block li .item-left {
    width: 1.9rem;
}

.popup-goods .list-block li .item-left .icon {
    display: block;
    margin: 0 auto;
}

.popup-goods .list-block li .item-left .icon-form-name {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon1.png) no-repeat;
    background-size: 100% 100%;
}

.popup-goods .list-block li .item-left .icon-form-phone {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.popup-goods .list-block .item-media+.item-inner {
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: .75rem;
}

.popup-goods .list-block .item-title.label {
    color: #333;
    width: 3.82rem;
}

.popup-goods .list-block .item-input {
    height: 2.1rem;
}

.popup-goods .list-block .item-input input{
    border: none;
    width: auto;
    height: .83rem;
    margin-bottom: 0;
    margin-top: .15rem;
}

.popup-goods .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .82rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
    display: block;
}

.popup-goods .label-ticket {
    font-size: .52rem;
    color: #666;
}

.popup-goods .label-ticket .item-media {
    margin-top: .7rem;
}

.popup-goods label.label-checkbox i.icon-form-checkbox {
    border-radius: 3px;
}

.popup-goods label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox {
    background: #d80c18;
}

.popup-goods .login-link {
    font-size: .52rem;
    color: #2a76de;
    float: right;
    margin-top: .7rem;
    margin-bottom: .35rem;
}

/* 建材店铺预约弹出层 */
.popup-supplier {
  /*  width: 16.99rem;
    height: 14rem;
    left: 50%;
    top: 50%;
    margin-left: -8.45rem;
    margin-top: -7rem;*/
}

.popup-supplier .content-block {
    margin: 0;
}

.popup-supplier .supplier-header {
    height: 3.22rem;
    position: relative;
    padding-top: .3rem;
    border-bottom: 1px solid #eee;
    /*padding: 0 .87rem;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: .58rem;
}

.popup-supplier .supplier-header .supplier-logo {
    width: 4.98rem;
    height: 2.05rem;
    float: left;
    border: 1px solid #ddd;
}

.popup-supplier .supplier-header .supplier-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-supplier .supplier-header .supplier-tips {
    float: left;
    width: 7.5rem;
    margin-left: .5rem;
}

.popup-supplier .supplier-header .supplier-tips p {
    color: #666;
    font-size: .52rem;
    margin-top: .3rem;
    text-align: left;
}

.popup-supplier .supplier-header .close-popup {
    position: absolute;
    right: .8rem;
    top: 1rem;
    width: .55rem;
    height: .52rem;
}

.popup-supplier .supplier-header .close-popup img {
    width: 100%;
    height: 100%;
}

.popup-supplier .supplier-header .supplier-title {
    font-size: .82rem;
    color: #333;
    text-align: left;
    margin: 0;
}

.popup-supplier .list-block {
    margin: 0;
    margin-top: .58rem;
}

.popup-supplier .list-block .item-content {
    box-sizing: border-box;
    min-height: 2.2rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 1rem;
    border:none;
}

.popup-supplier .list-block li {
    border: 1px solid #ddd;
    margin-top: .3rem;
    width: 14.7rem;
}

.popup-supplier .list-block li .item-left {
    width: 1.9rem;
}

.popup-supplier .list-block li .item-left .icon {
    display: block;
    margin: 0 auto;
}

.popup-supplier .list-block li .item-left .icon-form-name {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon1.png) no-repeat;
    background-size: 100% 100%;
}

.popup-supplier .list-block li .item-left .icon-form-phone {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.popup-supplier .list-block .item-media+.item-inner {
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: .75rem;
}

.popup-supplier .list-block .item-title.label {
    color: #333;
    width: 3.82rem;
}

.popup-supplier .list-block .item-input {
    height: 2.1rem;
}
.popup-supplier .list-block .item-input input{
    border: none;
    width: auto;
    height: .83rem;
    margin-bottom: 0;
    margin-top: .15rem;
    font-size: .9rem;
}

.popup-supplier .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .82rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
    display: block;
}

.popup-supplier .label-ticket {
    font-size: .52rem;
    color: #666;
}

.popup-supplier .label-ticket .item-media {
    margin-top: .7rem;
}

.popup-supplier label.label-checkbox i.icon-form-checkbox {
    border-radius: 3px;
}

.popup-supplier label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox {
    background: #d80c18;
}

.popup-supplier .login-link {
    font-size: .52rem;
    color: #2a76de;
    float: right;
    margin-top: .4rem;
    margin-bottom: .4rem;
}

/* 特惠预约预约弹出层 */
.popup-sale {
    width: 100%;
    height: 19rem;
}

.popup-sale .content-block {
    margin: 0;
}

.popup-sale .sale-header {
    height: 3.22rem;
    position: relative;
    padding-top: .3rem;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: .58rem;
}

.popup-sale .sale-header .sale-logo {
    width: 4.5rem;
    height: 2.05rem;
    float: left;
    border: 1px solid #ddd;
}

.popup-sale .sale-header .sale-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-sale .sale-header .sale-tips {
    float: left;
    width: 8rem;
    margin-left: .5rem;
}

.popup-sale .sale-header .sale-tips p {
    color: #666;
    font-size: .52rem;
    margin-top: .3rem;
    text-align: left;
}

.popup-sale .close-popup {
    /*position: absolute;*/
    /*right: 0.2rem;*/
    /*top: 0rem;*/
    width: .55rem;
    height: .52rem;
    float: right;
    margin-top: -1rem;
}

.popup-sale .sale-header .close-popup{
    margin-top: -.5rem;
}

.popup-sale .close-popup img {
    width: .7rem;
    height: .7rem;
}

.popup-sale .sale-header .close-popup img {
    width: 100%;
    height: 100%;
}

.popup-sale .sale-header .sale-title {
    font-size: .82rem;
    color: #333;
    text-align: left;
    margin: 0;
}

.popup-sale .sale-detail {
    padding-top: .58rem;
    margin-bottom: .70rem;
}

.popup-sale .goods-logo {
    width: 7.03rem;
    height: 4.62rem;
    float: left;
    border: 1px solid #ddd;
}

.popup-sale .goods-logo img{
    height: 100%;
    width: 100%;
    display: block;
} 

.popup-sale .goods-info {
    width: 7rem;
    /*height: 4.62rem;*/
    float: left; 
    margin-left: .3rem;
}

.popup-sale .goods-info b {
    font-size: .70rem;
    display: block;
    color: #666;
    text-align: left;
}

.popup-sale .goods-info s {
    font-size: .61rem;
    color: #999;
    margin-top: .55rem;
    display: block; 
    text-align: left;
}

.popup-sale .goods-info span {
    font-size: .61rem;
    color: #999;
    display: block;
    font-style: normal;
    text-align: left;   
}

.popup-sale .goods-info span i {
    color: #d80c18;
    font-size: .80rem;
    font-style: normal;
    font-weight: bold;
}

.popup-sale .list-block {
    margin: 0;
    margin-top: .58rem;
}

.popup-sale .list-block .item-content {
    padding: 0;
    box-sizing: border-box;
    min-height: 2.2rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 1rem;
    border: none;
    border: 1px solid #ddd;
    border-radius: .3rem;
}
.popup-sale .list-block .item-content .item-input input{
    border:none;
    font-size: 0.82rem;
}
.popup-sale .list-block li {
    /*border: 1px solid #ddd;*/
    /*margin-top: -1px;*/
    border:none;
}

.popup-sale .list-block li .item-left {
    width: 1.9rem;
}

.popup-sale .list-block li .item-left .icon {
    display: block;
    margin: 0 auto;
}

.popup-sale .list-block li .item-left .icon-form-phone {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.popup-sale .list-block .item-media+.item-inner {
    margin-left: 0;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: .75rem;
    position: relative;
}

.popup-sale .list-block .item-title.label {
    color: #333;
    width: 3.82rem;
}

.popup-sale .list-block .item-input {
    position: relative;
    height: 2.1rem;
}

.popup-sale .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .9rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
    display: block;
    vertical-align: center;
}

.popup-sale .login-link {
    font-size: .52rem;
    color: #2a76de;
    float: right;
    margin-top: .4rem;
}

.popup-sale .bottom em, .popup-sale .bottom span {
    display: block;
    font-size: .53rem;
    color: #666;
    font-style: normal;
    padding-left: 1.02rem; 
    position: relative;
    margin-top: .2rem;  
    text-align: left;
}

.popup-sale .bottom em:before {
    content: "";
    width: .67rem;
    height: .53rem;
    background: url(../Images/gougou.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: .1rem;
    left: .1rem;
}

/* 优惠券领取弹出层 */
.popup-coupon {
   /* width: 16.99rem;
    height: 11.4rem;
    left: 50%;
    top: 50%;
    margin-left: -8.45rem;
    margin-top: -5.7rem;*/
}

.popup-coupon .content-block {
    margin: 0;
}

.popup-coupon .coupon-header {
    height: 3.22rem;
    position: relative;
    padding-top: .3rem;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: .58rem;
}



.popup-coupon .coupon-header .coupon-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-coupon .coupon-header .coupon-tips {
    float: left;
    width: 7rem;
    margin-left: .5rem;
}

.popup-coupon .coupon-header .coupon-tips p {
    color: #666;
    font-size: .6rem;
}

.popup-coupon .coupon-header .coupon-tips p b {
    font-size: .85rem;
    color: #333;
}

.popup-coupon .coupon-header .close-popup {
    position: absolute;
    right: 0;
    top: 0;
    width: .55rem;
    height: .52rem;
}

.popup-coupon .coupon-header .close-popup img {
    width: 100%;
    height: 100%;
}

.popup-coupon .coupon-header .coupon-title {
    font-size: .82rem;
    color: #333;
    text-align: left;
    margin: 0;
}

.popup-coupon .list-block {
    margin: 0;
    margin-top: .58rem;
}

.popup-coupon .list-block .item-content {
    padding: 0;
    border:none;
}

.popup-coupon .list-block li {
    border: 1px solid #ddd;
    margin-top: -1px;
}

.popup-coupon .list-block li .item-left {
    width: 1.9rem;
}

.popup-coupon .list-block li .item-left .icon {
    display: block;
    margin: 0 auto;
}

.popup-coupon .list-block li .item-left .icon-form-phone {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.popup-coupon .list-block .item-media+.item-inner {
    margin-left: 0;
}

.popup-coupon .list-block .item-title.label {
    color: #333;
    width: 3.82rem;
}

.popup-coupon .list-block .item-input {
    position: relative;
}

.popup-coupon .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .82rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
}

.popup-coupon .login-link {
    font-size: .52rem;
    color: #2a76de;
    float: right;
    margin-top: .4rem;
}

.popup-coupon .bottom em {
    display: block;
    font-size: .53rem;
    color: #666;
    font-style: normal;
    padding-left: 1.02rem; 
    position: relative;
    margin-top: .35rem;  
}

.popup-coupon .bottom em:before {
    content: "";
    width: .67rem;
    height: .53rem;
    background: url(../Images/gougou.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: .1rem;
    left: .1rem;
}

/* 品牌预约弹出层 */
.popup-brand {
    /*width: 16.99rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    margin-left: -8.45rem;
    margin-top: -5rem;*/
}

.popup-brand .content-block {
    margin: 0;
}

.popup-brand .brand-header {
    height: 3.22rem;
    position: relative;
    padding-top: .3rem;
    border-bottom: 1px solid #eee;
    padding: 0 .87rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: .58rem;
}

.popup-brand .brand-header .brand-logo {
    width: 4.98rem;
    height: 2.05rem;
    float: left;
    border: 1px solid #ddd;
}

.popup-brand .brand-header .brand-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-brand .brand-header .brand-tips {
    float: left;
    width: 5rem;
    margin-left: .5rem;
}

.popup-brand .list-block .item-input input{
    height: 1rem;
}

.popup-brand .brand-header .brand-tips p b {
    font-size: .8rem;
    color: #333;
}

.popup-brand .brand-header .close-popup {
    position: absolute;
    right: 0;
    top: 0;
    width: .55rem;
    height: .52rem;
}

.popup-brand .brand-header .close-popup img {
    width: 100%;
    height: 100%;
}

.popup-brand .list-block {
    margin: 0;
    margin-top: .58rem;
}

.popup-brand .list-block .item-content {
    padding: 0;
}

.popup-brand .list-block li {
    border: 1px solid #ddd;
    margin-top: -1px;
}

.popup-brand .list-block li .item-left {
    width: 1.9rem;
}

.popup-brand .list-block li .item-left .icon {
    display: block;
    margin: 0 auto;
}

.popup-brand .list-block li .item-left .icon-form-phone {
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.popup-brand .list-block .item-media+.item-inner {
    margin-left: 0;
}

.popup-brand .list-block .item-title.label {
    color: #333;
    width: 3.82rem;
}

.popup-brand .list-block .item-input {
    position: relative;
}

.popup-brand .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .82rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
}

/* 预约成功弹出层 */
.popup-psuccess {
    width: 100%;
}

.popup-psuccess .content-block {
    margin: 0;
}

.popup-psuccess .psuccess-header {
    height: 4.38rem;
    position: relative;
    padding-top: .3rem;
    border-bottom: 1px solid #eee;
    padding: 0 .87rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-psuccess .psuccess-header .psuccess-logo {
    text-align: center;
}

.popup-psuccess .psuccess-header .psuccess-logo img {
    width: 2.11rem;
    height: 2.11rem;
    margin: 0 auto;
}

.popup-psuccess .psuccess-header .psuccess-title {
    font-size: .99rem;
    text-align: center;
    margin-top: .5rem;
}

.popup-psuccess .psuccess-content {
    font-size: .7rem;
    height: 2rem;
    margin-top: .3rem;
    text-align: left;
    line-height: 1.2rem;
}

.popup-psuccess .button-success {
    background: #d80c18;
    border: 1px solid #d80c18;
    border-radius: 0px;
    height: 1.75rem;
    font-size: .82rem;
    color: #fff;
    line-height: 1.75rem;
    margin-top: .58rem;
    display: block;
}

/*.diary-over {
    font-size: .5rem;
    text-align: center;
    padding: 1rem 0 4rem;
    color: #aaa;
    background: #f4f4f4;
    display: none;
}*/



/*轮播公用*/
/*ul wrapper*/
#iSlider-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

#iSlider-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#iSlider-wrapper li {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    list-style: none;
}

#iSlider-wrapper li img {
    max-width: 100%;
    max-height: 100%;
}

.islider-dot {
    width: 0.33rem;
    height: 0.33rem;
}

/*轮播图*/
.home-head {
    position: relative;
    height: 10.25rem;
}
.home-head .swiper-container {
    height: 10.25rem;
}

.hx-ad .img {
    height: 4.77rem;
    width: 100%;
}

.home-head .top-img {
    height: 10.25rem;
}
/*关闭按钮*/
.close-popup img{
    display: block;
}
/**/
.icon-h{
    width: 1.17rem;
    height: 1.05rem;
    background: url(../Images/icon-h.png) no-repeat;
    background-size: 100%;
    margin-top: .85rem;
}
.bar{
/*    padding-left: .82rem !important;
    padding-right: .85rem !important;*/
}
.photo-browser-caption-active{
    padding-bottom: 1.1rem!important;
}
.photo-browser-caption{
    padding-bottom: 1.1rem!important;
}

/* 想家modal样式 */
.jb-modal-blind {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 2000;
    filter: alpha(opacity = 70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.jb-modal-primary {
    position: absolute;
    width: 2.92rem;
    height: auto;
    top: 5%;
    left: 5%;
    z-index: 2000;
    background: #FFF;
}

.jb-modal-primary .jb-modal-header {
    position: relative;
    height: 1.84rem;
    line-height: 1.84rem;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}

.jb-modal-primary .jb-modal-header .jb-modal-title {
    font-size:.70rem;
    letter-spacing: .02rem;
    color: #d70c18;
    display: block;
    text-align: center;
}

.jb-modal-primary .jb-modal-header .jb-modal-close {
    position: absolute;
    top: .43rem;
    right: .43rem;
    width: .52rem;
    height: .52rem;
    background:url(../Images/close.png) no-repeat;
    background-size: 100%;

}

.jb-modal-content {
    padding: 1.17rem;
}

.jb-modal-loading {
    background: url(../Images/42x42.gif) no-repeat;
    width: 1.17rem;
    height: 1.17rem;
    position: absolute;
    margin-top: -.61rem;
    margin-left: -.61rem;
    top: 50%;
    left: 50%;
}
/*侧边导航*/

ul{
    margin:0;
    padding: 0;
}
ul li{
    list-style: none;
}
img{
    width: 100%;
}
.right-slide img{
    display: block;
    height: 2.57rem;width: 2.57rem;
}
.span-be:before{
    content: "";
    width: 1.40rem;
    height:1.40rem;
    background: url('../Images/gougou.png');
    position: absolute;
    left:4.08rem;
    top:0;
    background-size: 100%;
}
.J_Explosive_button_gery{
    background: #cccccc !important;
}
.J_Explosive_button{
    background: #d80c18;
}
.block-bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left: 0;
    z-index: 2000;
    display: none;
}
.bar-nav{
    border-bottom: 0!important;
}


.mui-checkbox.mui-left input[type=checkbox], .mui-radio.mui-left input[type=radio]{
    left: 0;
}
.mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before{
    color: #d80c18;
}
.mui-checkbox.mui-left label, .mui-radio.mui-left label{
    padding-left: .5rem;
    font-size: .7rem;
}
.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{
    font-size: 1.3rem;
}

.popup-login .list-block .item-content .item-media i {
    margin-left: .3rem;
    display: block;
    width: 1.05rem;
    height: 1.11rem;
    background: url(../Images/icon1.png) no-repeat;
    background-size: 100%;
}

.return-top{    
    position: fixed;
    bottom: 4rem;
    right: 1.3rem;
    border-radius: 2.05rem;
    width: 2.05rem;
    height: 2.05rem;
    /*border: 1px solid #000;*/
    background: url(../Images/go.png) center no-repeat;
    background-size: .6rem .76rem;
    background-color: #7a7a7a;
    z-index: 9999;

}  

#content{
    background: #f4f4f4;
    min-height: 33rem;
}
.layui-m-layer2 .layui-m-layercont i{
    width: .58rem!important;
    height: .58rem!important;
}
.mui-popup-button{
    color: #0894ec!important;
    height: 2.2rem!important;
    line-height: 2.2rem!important;
    font-weight: normal!important;
}
.mui-popup{
    width: 13.8rem!important;
}
.mui-popup-text{
    color: #3d4145;
}
.bar .button-nav.pull-right a{
    color: #0894ec!important;
}
.list-block .item-content{
    padding-left: .75rem!important;
    padding-right: .75rem!important;
}
.list-block ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.layui-m-layer{
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.bar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
html, body{
    max-width: 640px;
}
.layui-m-layershade{
    background-color: rgba(0,0,0,.6) !important;
}
/*.layui-m-layer{
    position: static!important;
}
.layui-m-layermain, .layui-m-layershade{
    position: absolute!important;
    height: 2888px!important;
}
.layui-m-layershade{
    
}
.layui-m-layerchild{
    position: absolute;
}
.layui-m-layermain{
    display: list-item!important;
}
.layui-m-layerchild{
    left: 50% !important;
    top: 50px !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
}*/
body{
    position: relative;
}