*{
    margin: 0;
    padding: 0;
}
html, body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
    font-size: 0.12rem;
    background: #6303BC;
    z-index: -3;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
    border: none;
    height: auto;
}
.hidden{
    display: none;
}
.center{
    text-align: center;
}
.clear::after{
    content: "";
	clear: both;
}
#wrapper{
    padding-bottom: 1rem;
}
#wrapper img.bg{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1rem;
    width: 100%;
    background: #fff;
    z-index: 10000;
}
.biaoyuWrap{
    width: 97%;
    margin: 0 auto;
}
.biaoyuWrap img{
    width: 100%;
}
.footer a{
    /*display: block;
    float: left;
    width: 33.3%;
    height: 100%;
    text-align: center;
    padding-top: 0.1rem;
    font-size: 0.14rem;
    color: #999;
    background: #fff;*/
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    padding-top: 0.1rem;
    font-size: 0.14rem;
    color: #999;
    background: #fff;
}
.footer a img{
    width: auto;
    height: .5rem;
}
.index_lunbo{
    width: 6rem;
    margin: 0 auto;
    padding-top: 85%;
    margin-bottom: 5%;
}
.index_lunbo .swiper-container{
    height: 0.9rem;
    width: 5rem;
    overflow: hidden;
    margin: 0 auto;
}
.index_lunbo .swiper-container a{
    display: block;
    color: #FEF453;
    font-size: 0.22rem;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_lunbo .swiper-container p{
    line-height: 0.50rem;
    padding-left: 0.3rem;
    background: url(../../../images/kanhuo/H5/broadcast.png) no-repeat left center;
    background-size: 0.2rem auto;
}
.process{
    width: 97%;
    margin: 0 auto;
}
.process h3{
    font-size: 0.48rem;
    color: #fff;
    margin: .2rem 0 .1rem;
}
.process img{
    width: 100%;
    height: auto;
}
.list-wrap{
    width: 97%;
    margin: .3rem auto .1rem;
}
.list-wrap .company{
    width: 49%;
    height: 5rem;
    background: #fff;
    float: left;
    position: relative;
    margin-bottom: 0.3rem;
}
.company02, .company04, .company06{
    margin-left: 2%;
}
.list-wrap .company a.kanhuo-a-href{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.company .title{
    position: relative;
}
.company .title img{
    width: 100%;
    height: auto;
}
.company .title .name{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 10;
    margin-left: -50%;
    margin-top: -11%;
}
.color-purple{
    color: #5B05B0;
}
.color-grey {
    color: #333;
}
.company .content{
    padding: 1% 1%;
    font-size: 0.21rem;
    height: 46%;
    color: #333;
}
@media screen and (min-width: 700px) {
    .company .content{
        height: 42%;
    }
}
@media screen and (min-width: 900px) {
    .company .content{
        height: 30%;
    }
}
.content .product{
    position: relative;
}
.content .product-list{
    position: absolute;
    top: 0;
    left: 0.6rem;
    max-width: 80%;
}
.company-footer{
    padding: 1% 1%;
}
.company-footer .tips span{
    float: left;
    width: 30%;
    height: 0.3rem;
    border: 1px solid #5B05B0;
    text-align: center;
    line-height: 0.3rem;
    color: #5B05B0;
    font-size: 0.16rem;
    margin-right: 3.3%;
}
.company-footer .tips span.span-last{
    margin-right: 0;
}
.company-footer .btn-kanhuo span{
    float: right;
    width: 1.56rem;
    height: 0.42rem;
    margin-top: 0.2rem;
    background: #5B05B0;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.42rem;
}

@media screen and (max-width: 374px) {
    .content .product-list{
        position: static;
        max-width: 100%;
    }
    .company-footer .tips span {
        float: none;
        display: block;
        margin-top: 2%;
        width: 45%;
    }
    .company .content{
        height: 42%;
        font-size: .25rem;
    }
    .list-wrap .company{
        width: 49%;
        height: 6rem;
    }
}

#scroller{
    width: 97%;
    margin: .4rem auto 0;
}
#scroller h3{
    font-size: 0.36rem;
    color: #fff;
    margin-bottom: 0.2rem;
    text-align: center;
}
.comment-wrap li{
    overflow: hidden;
    min-height: 1.3rem;
    border-bottom: 1px dashed #935CDD;
    color: #fff;
}
.comment-wrap .user_img{
    width: 14%;
    float: left;
    /*margin-right: 0.1rem;*/
    vertical-align: middle;
    padding-top: 0.2rem;
}
.comment-wrap .user_img img{
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
    border-radius: 50%;
}
.comment-wrap .comment_content{
    float: left;
    width: 86%;
    padding-top: 0.2rem;
    font-size: 0.21rem;
}
.comment-wrap .comment-comment{
    padding-top: 0.1rem;
}
.comment_content .comment_info{
    position: relative;
}
.comment_content .release_time{
    position: absolute;
    right: 0.1rem;
    top: 0;
}
.comment_content .user_name{
    color: #FEF453;
    font-size: 0.16rem;
}
.comment-textarea{
    height: 90px;
    position: relative;
    margin-bottom: 0.3rem;
}
#comment_input{
    width: 100%;
    height: 70%;
    outline: none;
    border-radius: 5px;
}
.chat-submit{
    float: right;
    width: 20%;
    height: 25%;
    background: #FEF453;
    outline: none;
    border: none;
    color: #5107A4;
    border-radius: 5px;
}
.words_limit{
    position: absolute;
    right: 4%;
    bottom: 35%;
    font-size: 0.14rem;
    color: #551FAE;
}
.submit_disabled{
    background: #ccc;
    color: #666;
    cursor: not-allowed;
}


/*company detail*/
.padding40{
    padding: 0.24rem 0.4rem;
}
.detail-photo{
    position: relative;
}
.detail-photo img{
    width: 100%;
    height: auto;
}
.detail-photo .detail-addr{
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    width: 1.8rem;
    height: 0.6rem;
    padding-left: 0.5rem;
    z-index: 10;
    background: url(../../../images/kanhuo/H5/rim.png) no-repeat left center;
    background-size: auto 0.5rem;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.24rem;
}
.detail-product{
    background: #fff;
    font-size: 0.26rem;
    margin-bottom: 0.18rem;
}
.detail-list{
    background: #fff;
    color: #999;
    font-size: 0.21rem;
    line-height: 0.32rem;
}
.detail-list li{
    padding-left: 0.45rem;
    background: url(../../../images/kanhuo/H5/star.png) no-repeat left 0.1rem;
    background-size: 0.3rem 0.3rem;
    line-height: 0.5rem;
}
.detail-list li p {
    font-size: 0.2rem
}
.detail-service{
    padding: .24rem 0.4rem;
    background: #fff;
}
.detail-service span{
    display: inline-block;
    width: 1.7rem;
    height: .42rem;
    margin-right: .11rem;
    line-height: .42rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    background: #F5B636;
}

.detail-lunbo{
    background: #fff;
    margin-top: 0.18rem;
    margin-bottom: .8rem;
}
.detail-lunbo h3{
    font-size: 0.26rem;
    padding-left: .1rem;
    border-left: .06rem solid #5B05B0;
}
.detail-swiper-container{

}
.detail-swiper-container .detail-swiper-slide{
    height: .72rem;
    border-bottom: 1px solid #e1e1e1;
    line-height: .72rem;
    font-size: .24rem;
    padding-left: .4rem;
}
.detail-swiper-container{
    height: 3.5rem;
    overflow: hidden;
}
.detail-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1rem;
    width: 100%;
}
.detail-footer a{
    float: left;
    width: 50%;
    height: 1rem;
    color: #fff;
    background: #7726C1;
    line-height: 1rem;
    text-align: center;
    font-size: .26rem;
} 
.detail-footer a.detail-kanhuo{
    background: #5B05B0;
}
#btn-more{
    background: #FEF453;
    text-align: center;
    line-height: 0.5rem;
    color: #5B05B0;
    font-size: 0.24rem;
    border-radius: 5px;
    margin-top: 0.3rem;
}
.company-detail-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 0.34rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 10;
    margin-left: -50%;
    margin-top: -11%;
}