/* 导航栏 */

/* 顶部导航条的容器 */
.topbar-wrapper{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #333;
}

/* 设置超链接的颜色 */
.topbar a{
    display: block;
    padding:0px 10px;
    color: #e8e7e3;
    font-size: 20px;
}
.topbar a:hover{
    color: rgb(119, 119, 119)3;
    font-size: 20px;
    background: #000;
    border-radius:15px;
}


/* 设置左侧导航栏 */
.topbar .line{
    font-size: 12px;
    color: #424242;
    margin: 0 10px;
}

/* 顶部导航栏左侧浮动 */
.service, .topbar li{
    float: left;
}

/* 顶部导航栏右侧浮动 */
.user-info{
    float: right;
}


/* 表格页面 */
.ytable-dom, .ytable-num, .ttable, .htable, .htable-2, .ftable{
    width: 500px;
    /* border: 3px solid; */
    border-color: #4E5052;
    border-collapse: collapse;
    /* 以下3行给边框加圆角 */
    border-style: hidden;
    box-shadow: 0 0 0 1px #282923;
    border-radius: 30px;
}
td{
    border-bottom-style: none;
    border: 1px solid;
    line-height: 40px;
    text-align: center;
    width: 150px;
}

/* 表格上文字 */
.tablename{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}

/* 表格排版 */
.ytable-dom{
    float: left;
}
.ytable-num{
    float: right;
}
.ttable,.ftable{
    margin: 0 auto;
}
.htable{
    float: left;
}
.htable-2{
    float: right;
}

/* 表格下文字 */
.tips{
    padding-top: 10px;
    text-align: center;
}
.tip{
    color:brown;
    text-align: center;
    margin: 10px 0px;
}

span.iconfont, i.iconfont, p.iconfont{
    font-size: 18px;
}



/* 登录界面样式 */
.login-wrapper{
    position: relative;
    width: 500px;
    height: 300px;
    background-color: #e8e7e3;
    line-height: 30px;
    margin: 100px auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    border-radius: 10%;

}

.login-wrapper .login-box{
    position: absolute;
    width: 250px;
    height: 200px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 50px;
    font-weight: bold;
}

.login-wrapper .user, .login-wrapper .passwd{
    height: 35px;
    border-radius: 5%;
}

.login-wrapper .chongzhi, .login-wrapper .queren{
    margin-left: 40px;
    height: 35px;
    border-radius: 20%;
}

/*首页样式*/
.con-m{
    text-align: center;
    font-size: 20px;
}

.form-i{
    padding: 20px 0px;
}
.form-i input{
    line-height: 20px;
}

.res-text{
    font-weight: bold;
}

.text_col{
    color: red;
}