﻿body {
    margin: 0;
    background: #ffffff;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

    a:hover {
        text-decoration: none;
        color: #000000;
    }

.page-header {
    width: 100%;
}

.header-img {
    background-color: #009cdc;
    display: block;
    width: 100%;
    height: 100px;
    margin: 0;
}

    .header-img img {
        height: 100%;
    }

.nav-menu {
    text-align: center;
    display: block;
    height: 40px;
    width: 100%;
    border-bottom: #e1e1e1 3px solid;
}

.page-menu {
    display: block;
    width: 800px;
    height: 100%;
    margin: 0 auto;
    font-family: 'Microsoft YaHei';
    line-height: 40px;
    color: #727272;
    font-size: 16px;
}

    .page-menu ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }

        .page-menu ul li {
            float: left;
            padding: 0 30px;
        }

            .page-menu ul li a {
                display: block;
                height: 40px;
                background-color: transparent;
                text-decoration: none;
            }

                .menu-active,
                .page-menu ul li a:hover {
                    border-bottom: #009cdc 3px solid;
                    border-radius: 0;
                }

.declaration-content {
    width: 1150px;
    margin: 30px auto;
    border: 1px solid #aeaeae;
}

.register-content {
    width: 1000px;
    margin: 50px auto;
}

.sw-theme-dots > ul.step-anchor > li > a::after {
    left: 48%;
}

.sw-theme-dots > ul.step-anchor > li > a::before {
    left: 46%;
}

.sw-theme-dots > ul.step-anchor > li {
    text-align: center;
    width: 33.33%;
}

    .sw-theme-dots > ul.step-anchor > li > a {
        width: 100%;
    }

.agreement {
    display: block;
    height: 300px;
    width: 100%;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    white-space: normal;
}

.step-tooler {
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.step-btn {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    background-color: #e1e1e1;
    border-radius: 5px;
    margin: auto 10px;
}

.blue-btn {
    background-color: #009cdc;
    color: #ffffff;
}

    .blue-btn:hover {
        background-color: #00a6ea;
        color: #ffffff;
    }

.gray-btn {
    background-color: #e1e1e1;
    color: #808080;
}

    .gray-btn:hover {
        background-color: #dddddd;
        color: #000000;
    }

.select-btn {
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    margin: auto 10px;
    padding: 0 5px;
}

pre {
    height: 100%;
    background-color: #ffffff;
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
}

.fill-info {
    width: 100%;
}

    .register-info td,
    .fill-info td,
    .Stff-info td {
        padding: 10px 0;
        font-size: 16px;
        color: #727272;
    }

    .fill-info .EditLabel {
        width: 250px;
        text-align: right;
        padding-right: 20px;
    }

.register-info .EditLabel {
    width: 160px;
    text-align: left;
    padding-right: 20px;
}

.register-info .EditInput {
    width: 610px;
}

.material-list,
.Stff-info {
    width: 800px;
    margin: 10px auto;
    font-family: 'Microsoft YaHei';
    color: #727272;
}

    .material-list th,
    .Stff-info th {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding-right: 20px;
    }

    .material-list tr,
    .Stff-info tr {
        height: 50px;
        border-bottom: 1px solid #009cdc;
    }

    .material-list td,
    .Stff-info td {
        text-align: center;
        height: 45px;
        font-size: 15px;
        padding-right: 20px;
    }

.split_line {
    width: 98%;
    height: 40px;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    border-bottom: 2px solid #009cdc;
    margin: 20px auto;
}

.material-list .material-name {
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    color: #00a6ea;
}

.Login-content {
    text-align: center;
}

.ico-remove {
    display: block;
    background-image: url(Images/icos/remove.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: auto 0;
}

.StaffList td {
    text-align: left;
    width: 50%;
}

.edit-content {
    width: 80%;
    margin: 30px auto;
}

.left-content {
    display: block;
    text-align: center;
    width: 50%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.right-content {
    display: block;
    text-align: center;
    width: 50%;
    height: 100%;
    float: right;
    margin: 0;
    padding: 0;
}
.center-content {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-top:150px;
}
.entrance-content {
    display: block;
    margin: auto auto;
}

    .entrance-content td {
        width: 150px;
        height: 150px;
        border: 2px solid rgba(254, 254, 254, 0.00);
    }

.home-content {
    width: 1000px;
    margin: 100px auto;
}

.entrance-wrapper {
    display: block;
    width: 130px;
    height: 130px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 130px;
    text-align: center;
    background-color:rgba(141, 141, 141, 0.2);
}

.entrance-icon {
    display: block;
    width: 47px;
    height: 40px;
    margin-top: 35px;
    margin-left:42px;
}
.entranceSelect-icon {
    display: block;
    width: 57px;
    height: 48px;
    margin-top: 65px;
    margin-left:100px;
    line-height:30px; 
    padding-top:30px;
}
.login-content {
    display: inline-block;
    width: 310px;
    height: 270px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding-top: 30px;
    background-color:rgba(141, 141, 141, 0.4);
}

.login-row {
    display: block;
    width: 100%;
    height: 40px;
    margin: 30px 0;
}

.login-textbox {
    height: 38px;
    font: 12px Arial;
    color: #000000;
    border: 1px solid #ccc;
    padding: 2px 3px;
}

.login-buttom {
    display: block;
    text-align: center;
    width: 260px;
    height: 35px;
    font: 15px Arial;
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #00a6ea;
    margin: 0 auto;
}

.login-title {
    font: 20px SimSun;
    font-weight: 500;
    color:white;
}

.entrance-label {
    font: 400 12px arial;
    color: #ffffff;
}
.entranceSelect-label {
    font: 400 22px arial;
    color: #ffffff;
    font-family:SimSun;
}

.register-select-wrapper {
    text-align: center;
    display: block;
    width: 250px;
    height: 150px;
    font: 500 22px arial;
    line-height: 190px;
    background-color:rgba(141, 141, 141, 0.2);
}

.select-content {
    display: block;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.select-wrapper {
    display: inline-block;
    margin-top: 100px;
}

.agreement {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}

.agreement-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-indent: 20px;
}

.menu-left {
    width: 246px;
    float: left;
}

.side-menu {
    width: 100%;
    list-style: none;
    margin: 0;
}

    .side-menu li {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #aeaeae;
    }

        .side-menu li a {
            display: block;
            text-align: center;
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size:20px;
        }

.article-list {
    width: 100%;
    list-style: none;
    margin: 0;
}

    .article-list li {
        width: 100%;
        height: 55px;
        border-bottom: 1px solid #aeaeae;
    }

        .article-list li a {
            display: block;
            text-align: center;
            width: 100%;
            height: 55px;
            line-height: 55px;
        }
