  *,
    body {
        margin: 0;
        padding: 0;
        font-family: "Microsoft YaHei";
    }
    a {
        text-decoration: none;
        cursor: pointer;
        word-break: break-all;
        word-wrap: break-word;
    }
.hide {
    overflow: hidden;
}

input{  
    background:none;  
    outline:none;  
    border:0px;
}

.content {
    width: 100%;
    position: relative;
}

.item {
    width: 100%;
    min-height: 0px;
    overflow: hidden;
    position: relative;
  }
.item img{
    width: 100%;
    display: block;
  }
.item .sign {
    width: 30%;
    margin: 0 auto;
}


.baoming_table {
    width: 100%;
    height: 100%;
    background: rgba(127, 127, 127, .3);
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.baoming_table .table_content { 
    margin: 0px auto;
    background: #ffffff;
    width: 714px;
    height: 436px;
    border-radius: 30px;

}
.baoming_table .table_content h2 {
    text-align: center;
    padding: 70px 0 46px 0;
    line-height: 33px;
    color: #131313;
}
.baoming_table .table_content .item {
    margin: 0 86px 24px;
    width: 538px;
    color: #131313;
}
.baoming_table .table_content .item i {
    color: red;
}
.baoming_table .table_content .item a {
    background: red;
    display: block;
    width: 200px;
    height: 36px;
    margin: 20px auto;
    text-align: center;
    line-height: 31px;
    color: #fff;
    border-radius: 30px;
}
.baoming_table .table_content .item input { 
    border-bottom: 1px solid #bfbfbf;
}
.line {
    height: 69px;
}
.shenqing_btn{
    position: absolute;
    bottom: 0;
    display: block;
    width: 23%;
    left: 40%;
    height: 100%;
    }
.duibi {
    width: 100%;
    z-index: 15978220;
    position: relative;
}
.duibi img{
    width: 100%;
    z-index: 15978220;
    position: absolute;
    top: 0;
    opacity : 0.5;
}