/* 全局样式 */

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    font-family: 宋体;
}


/* 页面背景颜色 */

body {
    background-color: rgb(238, 238, 238);
}


/* 外层盒子位置  */

#waiceg {
    width: 1000px;
    margin: 0 auto;
}


/* logo样式 */

#logo {
    width: 100%;
    height: 80px;
    background-color: #DCE5F4;
}

#logo img {
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
}


/* 导航栏样式 */

#title {
    width: 100%;
    background-color: #1F5BB1;
    height: 40px;
    display: flex;
}

#title a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

#title a:hover {
    color: #fff;
    background-color: #2F8BD4;
}

.xuesheng {
    background-color: #2F8BD4;
}


/* benner图样 */

#banner {
    width: 100%;
    font-size: 0px;
}

#banner img {
    width: 100%;
}


/* 学生注册块 */

#stuzhuce {
    width: 100%;
}


/* 学生信息注册标题 */

#stutitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1F5BB1;
    color: #fff;
    margin-top: 30px;
}

#stutitle p {
    margin-left: 20px;
}


/* 分割条 */

#clear {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 30px;
}


/* 注册模块样式 */

#zhuce {
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* 注册子元素样式 */

#waibox {
    width: 100%;
    display: flex;
    height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

#waibox_left {
    width: 80px;
    font-weight: 600;
}

#waibox_right {
    width: 100%;
}

#shurukuang {
    width: 100%;
    height: 23px;
    padding-left: 5px;
}

.xingbie {
    position: relative;
    top: 2px;
}

#yuanxi {
    width: 103%;
    height: 25px;
}

.aihao {
    position: relative;
    top: 3px;
    right: 2px;
}

#ziwojieshao {
    width: 102%;
    height: 100px;
    padding-top: 2px;
    padding-left: 2px;
}


/* 提交按钮 */

#tijiao {
    width: 103%;
    height: 30px;
    margin-top: 100px;
}

#tijiao_list {
    width: 50px;
    margin: 0 auto;
    background-color: #1F5BB1;
    height: 100%;
    line-height: 30px;
    text-align: center;
    color: #fff;
}


/* 底部版权信息 */

footer {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #414141;
    color: #ABABAB;
}