@charset "utf-8";

.red {
	color: red;
}
.info-module {
    position: relative;
    overflow: inherit;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
}

.cus-item .telescopic-module-tt {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
}

.cus-item .telescopic-module-tt2 {
    margin-bottom: 14px;
}

.cus-item .telescopic-module-tt3 {
    margin-bottom: 24px;
}
.new-users {
    background-color: #ffffff;
    width: 97%;
    margin: 0px auto;
}

.new-users tr td {
    text-align: left;
    width: auto;
    padding: 3px 0px;
    line-height: 30px;
}

.new-users tr td:nth-child(odd) {
    text-align: right;
    width: 15%;
}

.new-users tr .td-odd {
    text-align: right;
    width: 10%;
}

.new-users tr td input[type="text"] {
    width: 190px;
}

.new-users tr:first-child td {
    padding-top: 20px;
}

.new-users tr:last-child td {
    padding-bottom: 20px;
}
