.rowpub{
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.colpub{
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
/*公共的文字列表*/
.textlists{
    width:32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.textlists:nth-of-type(3n){
    margin-right: 0;
}
.inputv {
    width:220px;
    height:36px;
    border-radius: 20px;
    border:1px solid #EEEEEE;
    background: #ffffff;
}
.inputv input{
    flex:1;
    height:36px;
    border:none;
    font-size: 13px;
    color:#999999;
    margin:0 10px;
    outline: none;
}
.zscx{
            /*width:100%;*/
            margin: 0 auto 20px;
            /*padding: 20px 30px 20px 30px;*/
        }
        .zscx>div>span{
            color: #151515;
            font-size: 16px;
        }
        .wrap{
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            margin: 20px 0 40px 20px;
        }
        .wrap>div{
            width:33%;
            margin-bottom: 30px;
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        .wrap>div>span{
            color:#151515;
            font-size: 16px;
        }

