@charset "utf-8";
/* CSS Document */

/* function */
/*隐藏*/
.app-hidden {
    display: none;
}

/*最后一块面包屑的颜色*/
.last-breadcrumbs-color {
    color: #1766c8;
}

/*导航颜色*/
.nav-white {
    color: #ffffff;
}

/*活动报名*/
#signup {
    color: #fff; font-size: 16px; line-height: 30px; background: #029adc; width: 110px; text-align: center;float: right;display: block;
}

#signup-add {
    color: #fff; font-size: 16px; line-height: 30px; background: #029adc; width: 110px; text-align: center;float: left;display: block;
    margin-left: 3%;
}

#signup-submit {
    color: #fff; font-size: 16px; line-height: 30px; background: #029adc; width: 110px; text-align: center;float: right;display: block;
    margin-right: 3%;
    position: absolute;
    bottom: 3%;
    right:3%;
}

.signup-red {
    color: red;
}

.signup-title {
    font-size: 16px;
}

.signup-info {
    margin: 0 auto;
    width: 94%;
    margin-top: 10px;
    text-align: right;
    color: #f00;
}

.signup-table {
    margin: 0 auto;
    border: 1px solid #dddddd;
    background-color: transparent;
    width: 94%;
}

.signup-table thead tr {
    color: #707070;
    background: #F2F2F2;
    height: 36px;
}

.signup-table thead tr th {
    border: 1px solid #dddddd;
    text-align: center;
    font-weight: bold;
}

.signup-table tbody tr{
    height: 43px;
}

.signup-table tbody tr td{
    border-right: 1px solid #dddddd;
    text-align: center;
}

.signup-table tbody tr td input {
    width:80%;
    height: 60%;
    border: none;
}

.oushu td input {
    background: #F2F2F2;
}

.oushu {
    background: #F2F2F2;
}

.empty {
    padding: 40px 0px;
    font-size: 14px;
    text-align: center;
}

.txt3dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*网站 政策法规 固定高度防止没数据时走形*/
.height202{height: 202px;}
.height246{height: 246px;}