﻿* {
    margin: 0;
    padding: 0;
}
html, body, .content {
    height: 100%;
}
body {
    font: 15px 'Microsoft YaHei';
    overflow-x: hidden;
}

.content {
    position: relative;
    margin: 0 auto;
    background: url(/Content/Img/login/bg.png) no-repeat;
    background-size: 100% 100%;
}

input {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul li {
    list-style: none;
}

header {
    height: 60px;
    line-height: 60px;
    padding: 0 10%;
}

.subject {
    margin: 0 auto;
    width:calc(100% - 200px);
}

.btm table {
    width: 90%;
    margin: 0 auto;
}

.logo {
    float: left;
    position: relative;
    color: #222;
    margin-top: 60px;
}

    .logo .name {
        position: absolute;
        line-height: initial;
        bottom: 5px;
        right: -50px;
        font-weight: bold;
    }

    .logo img {
        vertical-align: text-bottom;
        float: left;
        z-index: 999;
        width: 60px;
    }

    .logo h1 {
        display: inline-block;
    }

    .logo .versions {
        font-size: 35px;
        line-height: 60px;
        padding: 0 5px;
        text-shadow: 0px -4px 0px #FFF;
    }

.heading {
    float: right;
}

    .heading ul li {
        float: left;
        list-style: inherit;
        font-size: 15px;
        width: 60px;
        margin-left: 40px;
    }

.subject {
    position: relative;
/*    height: calc(100% - 160px);*/
    height: calc(100% - 60px);
}

.login {
    width: 400px;
    height: 420px;
    background: rgba(255,255,255,.9);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 15px #bbbbbb;
    z-index: 1;
}
    .login > h4 {
        text-align: center;
        font-size: 30px;
        margin: 30px 0;
    }

    .login div {
        width: 280px;
        margin: 20px auto 0;
    }

        .login div p {
            font-size: 15px;
        }

        .login div.login_user input,
        .login div.login_pass input {
            border: 1px solid #DCDCDC;
            padding: 12px 20px;
            width: calc(100% - 40px);
            background: white;
            font-size: 16px;
        }

            .login div.login_user input:focus,
            .login div.login_pass input:focus {
                border-color: #169bd5
            }
   
    .login .login_btn {
        text-align: center;
    }

        .login .login_btn span {
            display: none;
            width: 100%;
            height: 30px;
            position: relative;
            background: #169BD5;
            margin-top: -30px;
            border-radius: 5px;
        }

    .login .login_role input {
        vertical-align: middle;
        width: 15px;
        height: 15px;
    }

    .login .login_btn input {
        width: 100%;
        height: 40px;
        line-height: 30px;
        background-color: #169BD5;
        border: none;
        color: #fff;
        cursor: pointer;
        transition: all .3s;
        font-size:20px;
    }

        .login .login_btn input:hover {
            background: #3276b1;
        }
    .login .login_role ul {
        display: flex;
        justify-content: space-between;
    }

        .login .login_role ul li {
            display: inline-block;
            line-height: 30px;
        }
            .login .login_role ul li input {
                position: relative;
                margin-right: 10px;
            }
                .login .login_role ul li input::after {
                    position: absolute;
                    content: "";
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    box-sizing: border-box;
                    left: 0px;
                    top: -3px;
                    border: 1px solid #169BD5;
                    background: white;
                }
                .login .login_role ul li input:checked::before {
                    position: absolute;
                    content: "";
                    width: 11px;
                    height: 11px;
                    border-radius: 50%;
                    box-sizing: border-box;
                    left: 4.5px;
                    top: 1px;
                    background: #169BD5;
                    z-index: 2;
                }
.forget {
    color: #444;
    cursor:pointer;
    font-size:16px;
    float:right;
    width:113px!important;
}
    .forget:hover {
        text-decoration: underline;
    }
/*产品目录*/
.btm {
    background: #000;
    width: 100%;
    color: #fff;
    top: calc(100% - 40px);
    position: absolute;
    z-index: 10;
}

    .btm .copyright {
        margin-bottom: 10px;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
    }

    .btm .wrap {
        width: 1200px;
        margin: auto;
    }

    .btm .btm-right-top {
        border-bottom: 1px solid #949494;
        padding: 15px;
    }

        .btm .btm-right-top::after {
            content: "";
            display: block;
            clear: both;
        }

        .btm .btm-right-top .item {
            width: 33.33%;
            float: left;
            line-height: 65px;
            text-align: center;
        }

            .btm .btm-right-top .item span {
                width: 70px;
                height: 70px;
                display: inline-block;
                border: 1px solid white;
                border-radius: 50%;
                text-align: center;
                font-size: 18px;
            }

            .btm .btm-right-top .item div {
                line-height: 40px;
            }

    .btm .btm-right-bottom {
        padding: 20px;
    }

    .btm ul {
        float: left;
        width: 320px;
    }

        .btm ul li {
            padding: 2px 0;
            list-style: none;
            font-size: 14px;
            margin-bottom: 15px;
        }

            .btm ul li a {
                color: #377dff;
                font-size: 14px;
                text-decoration: none;
                cursor: pointer;
            }

                .btm ul li a:hover {
                    text-decoration: underline;
                }

    .btm .code {
        float: right;
    }

        .btm .code .title {
            font-size: 14px;
            margin-bottom: 10px;
        }




@media screen and (min-width: 500px) {
    .btm .project-list {
        flex: 0 0 50%;
    }

    .btm ul li {
        text-align: left;
    }
}

@media screen and (min-width: 700px) {
    .btm .project-list {
        flex: 0 0 33.333333%;
    }

    .btm ul li {
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    .btm .project-list {
        flex: 0 0 20%;
    }

    .btm ul li {
        text-align: left;
    }
}

.back {
    width: 62%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

input[type="radio"] {
    cursor: pointer;
}

@keyframes logo {
    from {
        right: -310px;
    }

    to {
        right: 130px;
    }
}

.login_bg {
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
}

/*底部*/
#footer {
    line-height: 30px;
    width: 100%;
    background: #333333;
    padding: 30px 0 20px;
    color: #dbdbdb;
    font-size: 14px;
}

    #footer .footTitle {
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 1px;
        border-left: 5px solid #dd0101;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    #footer ul li {
        margin-bottom: 5px;
    }

        #footer ul li img {
            margin-right: 5px;
            width: 20px;
        }

    #footer a {
        /*        color: white;*/
        color: #dbdbdb;
        font-size: 14px;
    }

        #footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        #footer a span {
            font-size: 12px;
        }

.footer {
    width: 1200px;
    margin: auto;
}

.footer-top {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: -35px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footerBottom {
    background: #000000;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size:14px;
}

    .footerBottom a {
        color: #ffffff;
    }

        .footerBottom a:hover {
            text-decoration: underline;
        }


