* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: block;
}

.posA {
    position: absolute;
}

.posR {
    position: relative;
}

.posF {
    position: fixed;
}

.disS {
    display: flex;
    justify-content: flex-start;
}

.disE {
    display: flex;
    justify-content: flex-end;
}

.disC {
    display: flex;
    justify-content: center;
}

.disB {
    display: flex;
    justify-content: space-between;
}

.disT {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media only screen and (min-width:1176px) {
    body {
        min-width: 1176px;
        background-color: #FFFFFF;
    }

    .Count {
        display: flex;
        justify-content: center;
    }

    .login_left {
        width: 50%;
        height: 100%;
    }

    .Logo {
        color: #FFF;
        display: flex;
        justify-content: center;
        position: absolute;
    }

    .LogoImg {
        width: 100px;
    }

        .LogoImg img {
            width: 100%;
        }

    .LogoName {
        padding-left: 20px;
        line-height: 44px;
        font-size: 24px;
        font-weight: bold;
    }

    .leftimg {
        z-index: 99;
        right: -1px;
        top: 0;
        bottom: 0;
        width: 260px;
        overflow: hidden;
        position: absolute;
    }

        .leftimg img {
            height: 100%;
            width: 260px;
        }

    .leftBack {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #2e92ff;
        z-index: -1;
        position: absolute;
    }

    .computer {
        position: absolute;
    }

    .soft {
        position: absolute;
    }

    .softName {
        font-size: 32px;
        color: #FFF
    }

    .softAim {
        font-size: 16px;
        color: #F1F1F1;
        padding-top: 15px;
    }
    /**/
    .login_right {
        width: 50%;
        height: 100%;
        position: relative;
    }

    .title {
        color: #373737;
    }

    .froms {
        width: 420px;
        margin-bottom: 30px;
        display: none;
        position: absolute;
        left: 50px;
    }

    .f_inputs {
        margin-top: 20px;
    }

        .f_inputs li {
            width: 420px;
            height: 36px;
            border: 1px solid #ececec;
        }

            .f_inputs li input {
                width: 418px;
                height: 36px;
                text-indent: 10px;
                line-height: 36px;
                outline-color: #2e92ff;
                border: none;
            }

            .f_inputs li:not(:last-child) {
                margin-bottom: 20px;
            }

    .f_rember {
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
    }

        .f_rember li {
            cursor: pointer;
        }

        .f_rember label {
            cursor: pointer;
        }

            .f_rember label input {
                margin: 2px;
            }

                .f_rember label input[type='checkbox'] {
                    border: 1px solid #2e92ff;
                }

    #dxyzm {
        width: 280px !important;
    }

        #dxyzm input {
            width: 280px !important;
        }

    #yzm, #zcyzm {
        cursor: pointer;
        width: 100px;
        font-size: 12px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        border: 1px solid #2e92ff
    }

    .f_btn {
        width: 418px;
        height: 36px;
        background-color: #2e92ff;
        border: 1px solid #2e92ff;
        text-align: center;
        color: #FFF;
        line-height: 36px;
        margin-top: 20px;
        cursor: pointer;
    }

    .f_back {
        width: 418px;
        height: 36px;
        background-color: #FFF;
        border: 1px solid #2e92ff;
        text-align: center;
        color: #2e92ff;
        line-height: 36px;
        margin-top: 20px;
        cursor: pointer;
    }

    .ewm {
        width: 100%;
    }

    .ewmImg {
        width: 200px;
        height: 200px;
        margin: 20px auto;
    }

        .ewmImg img {
            width: 100%;
        }

    .ewm .text {
        font-size: 14px;
        color: #8D8D8D;
        text-align: center;
    }

    .Tab {
        width: 420px;
        position: absolute;
    }

    .TabList {
        display: flex;
        justify-content: space-between;
        cursor: pointer
    }

        .TabList li {
            float: left;
            width: calc(30% - 2px);
            text-align: center;
            border: 1px solid #ECECEC;
            cursor: pointer;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            color: 373737;
        }
}

@media only screen and (min-width:100px) and (max-width:1176px) {
    body {
        background-color: #2e92ff;
        min-width: 420px;
        overflow: auto;
    }

    .login_left {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .Logo {
        position: absolute;
        left: 20px;
        top: 20px;
        display: flex;
        justify-content: flex-start;
    }

    .LogoImg {
        width: 100px;
    }

        .LogoImg img {
            width: 100%;
        }

    .LogoName {
        line-height: 60px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding-left: 20px;
    }

    .leftimg, .leftBack, .computer, .soft {
        display: none;
    }
    /**/
    .login_right {
        width: 100%;
    }

    h1 {
        font-size: 24px;
        color: #2e92ff !important;
        ;
        text-align: center;
    }

    .froms {
        width: 420px;
        margin-bottom: 30px;
        display: none;
        background-color: #fff;
        padding: 20px;
        position: absolute;
    }
    /*#sy1{ padding-bottom: 40px;}*/
    .f_inputs {
        margin-top: 20px;
    }

        .f_inputs li {
            width: 420px;
            height: 36px;
            border: 1px solid #ececec;
        }

            .f_inputs li input {
                width: 418px;
                height: 36px;
                text-indent: 10px;
                line-height: 36px;
                outline-color: #2e92ff;
                border: none;
            }

            .f_inputs li:not(:last-child) {
                margin-bottom: 20px;
            }

    .f_rember {
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
    }

        .f_rember li {
            cursor: pointer;
        }

        .f_rember label {
            cursor: pointer;
        }

            .f_rember label input {
                margin: 2px;
            }

                .f_rember label input[type='checkbox'] {
                    border: 1px solid #2e92ff;
                }

    #dxyzm {
        width: 280px !important;
        border: 1px solid #ECECEC;
    }

        #dxyzm input {
            width: 280px !important;
        }

    #yzm, #zcyzm {
        cursor: pointer;
        width: 100px;
        font-size: 12px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        border: 1px solid #2e92ff !important;
    }

    .f_btn {
        width: 418px;
        height: 36px;
        background-color: #fff;
        border: 1px solid #2e92ff;
        text-align: center;
        color: #373737;
        line-height: 36px;
        margin-top: 20px;
        cursor: pointer;
    }

    .f_back {
        width: 418px;
        height: 36px;
        background-color: #FFF;
        border: 1px solid #2e92ff;
        text-align: center;
        color: #2e92ff;
        line-height: 36px;
        margin-top: 20px;
        cursor: pointer;
    }

    .ewm {
        width: 100%;
    }

    .ewmImg {
        width: 200px;
        height: 200px;
        margin: 20px auto;
    }

        .ewmImg img {
            width: 100%;
        }

    .ewm .text {
        font-size: 14px;
        color: #8D8D8D;
        text-align: center;
    }

    .Tab {
        width: 460px;
        height: 40px;
        margin-top: 30px;
    }

    .TabList {
        display: flex;
        justify-content: space-between;
        cursor: pointer
    }

        .TabList li {
            float: left;
            width: calc(30% - 2px);
            text-align: center;
            border: 1px solid #ECECEC;
            background-color: #fff;
            cursor: pointer;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            color: 373737;
        }
}