.tag{
            display: block;
            font-size:14px;
            font-weight:400;
            color:#666;
            overflow: hidden;
            margin-top: 6px;
			line-height: 30px;
        }
.tag span{
            padding:4px 10px;
            /*height:22px;*/
            background:rgba(230,250,234,1);
            border-radius:2px;
            font-size:12px;
            font-weight:400;
            color:#666;
            margin-right:4px;
			border:none;
        }
.tag span.tag1{
            color: #1FB841;
            background: #E6FAEA;
        }
.tag span.tag2{
            color: #DD7421;
            background: #FAF0E6;
        }
.tag span.tag3{
            color:#666;
            background: rgba(0,0,0,0.06);
        }

.dijia {
    position: absolute;
    right: 0;
    bottom: 5px;
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #ee3b3b;
    font-size: 12px;
    font-weight: 400;
    color: #ee3b3b;
    background: #fff;
    box-sizing: border-box;
}

.dijias {
    position: absolute;
    right: 0;
    bottom: 5px;
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #ee3b3b;
    font-size: 12px;
    font-weight: 400;
    color: #ee3b3b;
    background: #fff;
    box-sizing: border-box;
}
#f_list dd h3{position: relative;}
#f_list dd h3 a{display: inline-block;}
#f_list dd h3 span {
   
    display: inline-block;
    width: 59px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #000000;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,1);
    margin-left: 12px;
}

.lp_detailes_head h1{position: relative;}
.lp_detailes_head h1 .span {
   
    display: inline-block;
    width: 59px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #000000;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,1);
    margin-left: 12px;
	float:none;
}

.dialog{
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 999999999;
    display: none;
}
.dialog .dialog-content{
    position: relative;

    width: 85%;

    height: auto;
    background: #fff;
    border-radius: 8px;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
    color: #333;
    font-size: 14px;
}
.dialog .dialog-header{
    padding: 10px 10px;
    text-align: center;
}
.dialog .dialog-header .title{
    font-size: 16px;
    color:rgba(2,2,2,1);
    font-weight:bold;
}
.dialog .dialog-tips .tips-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dialog .dialog-tips {
    text-align: center;
    font-size: 14;
    font-weight: 400;
    color: rgba(180,37,54,1);
    margin-bottom: 20px;
}




.dialog .dialog-header .close{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;height: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 0.64rem;*/
    /*font-weight: 100;*/
    color: #000;
    /*filter: alpha(opacity=20);*/
    /*opacity: 0.2;*/

    /*background: url(/images/xiangju/app/close.png) no-repeat 0.2rem 0.2rem;*/
    /*background-size: 0.24rem 0.24rem;*/
}
.dialog .dialog-header .close div{
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
    width:20px;
    height:20px;
    background: url(../images/close.png) no-repeat left top;
    background-size: 20px 20px;
}
.dialog .dialog-body{
    padding: 0 15px;
    margin-bottom: 10px;
}
.dialog .good{
    text-align: left;
    padding-left: 0.5rem;
    display: none;
}
.dialog .good .good1{
    font-size: 0.24rem;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0.14rem;
    color: #B42536;
}
.dialog .good .good2{
    font-size: 0.24rem;
    color: red;
    display: inline-block;
    margin-bottom: 0.14rem;
    color: #8C8C8C;
}
.dialog .dialog-body .form-wrap{
    display: block;
    width:92%;
	margin:auto;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 5px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog .dialog-body .form-wrap input {
    display: block;
    width: 100%;
    font-size: 0.28rem;
    color: #333;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dialog .dialog-body .form-wrap input {
    padding: 0;
    padding-left: 15px;
    height: 40px;
    border-radius: 0.08rem;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
}

.dialog .dialog-footer{
    display: block;
}


.dialog-back .dialog-body{
    padding:0 0.58rem;
}
.dialog-back .dialog-body .form-wrap{
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.dialog-back .dialog-body .form-wrap img{
    width: 1.64rem;
    height: 1.64rem;
    margin: 0.5rem 0;
}
.dialog-back .dialog-body .div{
    font-size: 0.4rem;
    color:rgba(2,2,2,1);
    margin-bottom: 0.3rem;
    text-align: center;
}
.dialog-back .dialog-body .back{
    font-size: 0.28rem;
    color: #888888;
    margin-bottom: 0.8rem;
    text-align: center;
}
.dialog-back  .dialog-body .back > div,
.dialog-back  .dialog-body .div > div
{
    width:100%;
    text-align: center;
}
.dialog .dialog-footer{
    margin:10px auto 0;
    overflow: hidden;
}
.dialog .dialog-footer button{
    display: block;
    width:50%;
    height:34px;
    text-align: center;
    background:rgba(180,37,54,1);
    font-size:16px;
    font-weight:500;
    color:rgba(250,250,250,1);
    margin:0 auto 30px;
	border-radius: 5px;
}


 /* 新增活动和优惠 */
.news_activity{
        padding:16px 16px 20px;
        background: #fff;
    }
    .news_activity_tit{
        font-size:16px;
        font-weight:bold;
        color:#ee3b3b;
        margin-bottom:14px;
        text-align: left;
    }
    .news_activity_list{
        display: block;
    }
    .news_activity_list .news_activity_item{
        display: block;
        height:84px;
        background: url(../images/gf.png) no-repeat left top;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-bottom:16px;
        position: relative;
    }
    .news_activity_list .news_activity_item:last-child{
        margin-bottom:0;
    }
    .news_activity_list .news_activity_item.bg2{
        background: url(../images/zc.png) no-repeat left top;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .news_activity_list .news_activity_item .news_activity_item_desc{
        position: absolute;
        left:20px;top:16px;
    }
    .news_activity_item_desc .desc_title{
        height:25px;
        font-size:15px;
        font-weight:600;
        color:rgba(85,102,187,1);
        margin-bottom:4px;
        text-align: left;
    }
    .news_activity_item_desc .desc_title span{
        font-size:11px;
        font-weight:bold;
        color:rgba(0,0,0,1);
    }
    .news_activity_item_desc .desc_title1{
        color:rgba(240,114,12,1);
    }
    .news_activity_item_desc .desc_text{
        padding:1px 4px;
        font-size:12px;
        font-weight:400;
        color:rgba(0,0,0,1);
        text-align: left;
    }
    .news_activity_list .news_activity_item .news_activity_item_get{
        position: absolute;
        right:22px;
        top:20px;
        text-align: center;
    }
    .news_activity_item_get .get_title{
        height:22px;
        font-size:16px;
        font-weight:bold;
        color:rgba(240,114,12,1);
        margin-bottom:2px;
    }
    .news_activity_item_get .get_text{
        font-size:10px;
        font-weight:400;
        color:rgba(74,74,74,1);
    }
    .news_activity_list .news_activity_item.bg2 .get_title{
        color:rgba(85,102,187,1);
    }
    .news_activity_list .news_activity_item.bg2 .get_text{
        color:rgba(74,74,74,1);
    }

	.dialog .tips-img {
    width: auto;
    height: 34px;
    text-align: center;
    display: none;
}

.mod,
.mod .bd,
.mod .hd {
	clear: both;
	overflow: hidden
}



.mod .bd,
.mod .hd {
	width: 100%;
	margin: 0 auto
}

.mod .hd {
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

.mod .hd h2 {
	float: left;
	font-size: 16px;
	color: #ee3b3b;
	font-weight: bold;
	line-height: 30px;
}

.mod .hd .more {
	float: right
}

.mod .hd .more a {
	font-size: .32rem;
	color: #999
}

.mod .hd .more .ico-more {
	margin-left: .16rem
}

.mod-promise {
    padding: 15px;
}

.lb-area {
	padding-left: 10px;
	float: left;
}

.lbs {
    display: inline-block;
    vertical-align: middle;
}

.lbs-jgbz{width:100px;height:26px;background:url(../images/ico-jgbz.png) no-repeat;background-size:100% 100%}

.promise-info {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.promise-info:first-of-type {
    margin-top: 0;
}
.promise-info .promise-answer {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 8px;
}
.answer-tit {
    margin-bottom: 10px;
}
.promise-process {
    padding: 0 15px;
    box-sizing: border-box;
}
.promise-process .promise-path {
    overflow: hidden;
}
.promise-path .path-pic {
    float: left;
    text-align: center;
    width: 100px;
}
.promise-path .path-pic img {
    margin: 0 auto 5px;
    width: 80px;
    height: 76px;
}
.promise-path .path-pic p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0;
}

.promise-path .path-pic .pic-tit {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.promise-path .pic-float {
    float: right;
}
.promise-path .path-turn {
   
    width: 40px;
    height: 5px;
    margin: 26px auto;
}
.promise-path .path-turn img {
    width: 40px;
    height: 5px;
}
.promise-turn-next {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}
.promise-turn-next .path-next {
    float: right;
    width: 5px;
    height: 20px;
    margin-right: 42px;
    
}
.promise-turn-next .path-next img {
    width: 5px;
    height: 18px;
}
.promise-bottom {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 25px;
}

.description {
   
}

.description .zxs {
    float: left;
    width: 64px;
    text-align: center;
}
.description .zxs .face {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 50%;
}
.description .zxs .face img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.description .zxs .name {
    font-size: 12px;
    color: #666;
}
.description .desc-text {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 74px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-left: 60px;
    overflow: hidden;
}

.unfold-ft {
    margin-left: 60px;
    font-size: 12px;
    color: #48b3e2;
    line-height: 24px;
}
.change-show {
    max-height: none!important;
    height: auto!important;
    white-space: normal!important;
    display: block!important;
}


input::-webkit-input-placeholder {
    color: #000;
   /* 字体大小直接写样式即可 */
}
/*  Mozilla Firefox 4-18使用伪类 */
input:-moz-placeholder {
  color: #000;
}
/* Mozilla Firefox 19+ 使用伪元素  */
input::-moz-placeholder { 
  color: #000;
}
/* IE10使用伪类 */
input:-ms-input-placeholder {
  color: #000;
}
