html,body{
    width:100%;
    overflow-x: hidden;
}
.container-fluid,
.col-xs-12 {
    padding: 0;
}

.bgImg{
    width:100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    clear: both;
    margin-top: 0px;
}


.btnDemo{
    position:relative;
}
.clickBtn{
    position: fixed;
    bottom: 0;
}
/*在线客服*/
.linkHelper{
    position: fixed;
    width:2.08rem;
    right: 0.16rem;
}
.top{
  top:1.7rem;
}
.right{
    right: 0px;
}
.bottom{
    bottom:2.08rem;
}
/*重写模态框的样式*/
.modal-dialog{
    width: 78%;
    text-align: center;
    z-index: 1001;
    margin:0 11%;
}
.modal-content{
    height:200px;
}
.modal-content img{
    border-radius: 6px;
}
.closeDlg{
    color:#fff;
    font-size: 0.6rem;
    float: right;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11111;
}
.btnDemo .fixed{
    position: fixed;
   z-index: 10;
   top: 0px;
}

.btnDemo,.static{
    position: static;
} 

.btnopen{
   /* height: 2.026667rem;*/
}
.pad{
   /* padding-bottom: 1.08rem*/
}
.heightDialog{
    display: none;
    width:78%;
}
#myModal .trans{
    position: absolute;
  /*  top: 45%;*/
    /*left: 50%;*/
    /*transform: translate3d(-50%,-50%,0);*/
}