.wapper {
    background: #f6f7fc;
    padding-bottom: 100px;
}
.main {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding-top: 33px;
    padding-bottom: 202px;
}
h2 {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 17px;
    padding-top: 35px;
}

.tx {
    margin-left: 80px;
    display: inline-block;
    float: left;text-align: center;
    width: 137px;
}

.tx img {
    width: 89px;
    height: 89px;
    border-radius: 50%;
}
.tx a{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #0091ff;
    line-height: 17px;
    margin-top: 14px;
    display: inline-block;
}
.zc-ul {
    display: inline-block;
    margin-left: 122px;
    width: 650px;

}

.zc-ul li {
    /*width: 50%;*/
    display: inline-block;
    float: left;
}
.zc-ul li:nth-child(even){
    margin-left: 98px;
}
.zc-ul li h5 {
    display: inline-block;
    width: 50px;
}

.zc-ul li input, .zc-ul li select {
    width: 200px;
    text-indent: 10px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.gn {
    float: right;
}

.clear {
    clear: both;
}

.btn-save{
    width: 74px;
    height: 36px;

    background: #0091ff;
    border: 1px solid #0091ff;
    border-radius: 2px;
    display: inline-block;
    color: #ffffff;

    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
}
.btn-save:hover{
    color: #ffffff;
}

.btn-cancel {
    width: 74px;
    height: 36px;
    border: 1px solid #0091ff;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #0091ff;
    line-height: 36px;
    margin-left: 16px;
    margin-right: 162px;
}
.btn-cancel:hover{
    color: #0091ff;
}
#verificationM_li{
    display: none;
}
#verificationM {
    border: 1px solid #e6e6e6;
    width: 200px;    display: inline-block;

}

#verificationM input {
    width: 87px !important;
    border: 0px

}

#verificationM input#verification {
    font-size: 12px;
    text-align: center;
    width: 107px !important;
    display: inline-block;
    cursor: pointer;
}
#replace{
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #0091ff;
    line-height: 17px;
    margin-left: 14px;cursor: pointer;

}
.character{
    height: 20px;
    font-size: 12px;
    color: red;
    display: block !important;
    text-indent: 54px;
    line-height: 20px;
}