.disab {
    background: #ccc;
}

/* 提交页面 */
.jianyi {
    background-color: #fff;
    margin: 13px 0px 28px 0px;
    border: 1px solid #d4d1d1;
    width: 100%;
    padding: 0 10px 10px 10px;
    width: 1178px;
    height: 750px;
}

.yjtie {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ece9e9;
}

.yjtie span {
    border-bottom: 1px solid #de1f20;
    color: #de1f20;
    height: 40px;
    display: block;
    float: left;
    font-size: 16px;
}

.tx-message,
.pass-info {
    width: 500px;
    margin: 33px auto;
}

.inputCard p {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.inputCard p label {
    display: inline-block;
    width: 152px;
    text-align: right;
    font-weight: 400;
    margin-bottom: 0;
}

.inputCard p label i {
    color: #ef292a;
    padding-right: 5px;
}

.inputCard p input[type=text] {
    display: inline-block;
    width: 300px;
    height: 34px;
    border: 1px solid #ccc;
    padding-left: 6px;
}

.inputCard p.txtarea {
    height: auto;
    line-height: initial;
}

.inputCard p.txtarea label {
    float: left;
    margin-top: 10px;
}

.inputCard p.txtarea textarea {
    border: 1px solid #ccc;
    padding: 3px;
    display: inline-block;
    width: 297px;
    height: 100px;
    padding-left: 6px;
    margin-left: 4px;
}

.inputCard p select {
    display: inline-block;
    width: 300px;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 6px;
    margin-left: 3px
}

.botsub {
    text-align: center;
    margin-top: 55px;
}

.botsub input.submitbtn {
    background-color: #e32325;
}

.botsub input.czbtn {
    background-color: #169bd5;
}

.botsub input {
    width: 160px;
    height: 35px;
    border-radius: 5px;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
}

/* 提交页面 */


/* 个人中心列表页面 */

#myTable thead th {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #CCCCCC;
    border: 1px solid #3F3F3F;
    font-size: 14px;
}

#myTable tr th {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #CCCCCC;
    border: 1px solid #3F3F3F;
    font-size: 14px;
}

#myTable tr td {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

/* 个人中心列表页面 */