﻿.demo-right-containt- {
    width: 1100px;
    height: 600px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.demo-submenu {
    margin: 20px 30px 20px 30px;
    height: 80px;
    display: flex;
    flex-direction: row;
}

.demo-submenu-div :hover {
    cursor: pointer;
}

.demo-submenu-div {
    transition: all 250ms ease-out 0s;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

    .demo-submenu-div div {
        line-height: 50px;
    }

        .demo-submenu-div div > img {
            height: 32px;
            width: 32px;
        }

    .demo-submenu-div span {
        font-size: 14px;
        font-weight: 800;
        line-height: 30px;
        height: 30px;
    }

.demo-classlist {
    transition: all 250ms ease-out 0s;
    margin: 30px 30px 20px 30px;
    display: none;
}

    .demo-classlist ul {
        list-style: none;
        margin: 20px -10px;
        display: block;
        padding: 0px;
    }

        .demo-classlist ul li {
            list-style: none;
            border-color: #fcca33;
            margin: 10px 10px;
            float: left;
            width: 185px;
            text-align: center;
            border-width: 3px;
            border-style: solid;
            border-radius: 10px;
            padding: 0px;
        }

            .demo-classlist ul li a {
                display: inline-block;
                text-decoration: none;
                width: 185px;
                height: 145px;
                padding: 0px;
                margin: 0px;
            }

                .demo-classlist ul li a div {
                    width: 185px;
                    height: 100px;
                    border-radius: 5px;
                    border: 0px;
                    padding: 0px;
                    margin: 0px;
                    overflow: hidden
                }

                    .demo-classlist ul li a div img {
                        transition: all 250ms ease-out 0s;
                        width: 185px;
                        height: 100px;
                        border-radius: 5px;
                        border: 0px;
                        padding: 0px;
                        margin: 0px;
                    }

                .demo-classlist ul li a span {
                    display: inline-block;
                    height: 45px;
                    line-height: 45px;
                    font-weight: bold;
                    color: #333;
                    background-color: #fff;
                    text-align: center;
                    padding: 0px;
                    margin: 0px;
                    cursor: pointer;
                }

    .demo-classlist .layui-col-xs2 {
        transition: all 250ms ease-out 0s;
        border-radius: 5px;
        height: 150px;
        width: 187px;
        background-color: #eee;
    }

.login-content {
    display: flex;
    flex-direction: row;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 2px 15px;
    background: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    border-radius: 20px;
}

.login-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-menu {
    padding: 20px;
    height: 100%;
}

.login-content .content-img .content-text-style {
    font-size: 32px;
    color: #ffffff;
    margin-top: 20%;
    margin-left: 10%;
}

.login-content .centent-form {
    height: 100%;
    padding: 15px 30px 0px 30px;
    box-sizing: border-box;
    width: 100%;
}

.login-content .title-border {
    margin: 0 0 16px;
    border-bottom: 1px solid #e8e8e8;
    outline: none;
}

.login-content .title {
    padding: 16px;
    color: rgb(255, 106, 0);
    font-size: 18px;
}

.login-code {
    height: 36px;
    margin-bottom: 5px;
    border-bottom: 0.5px solid rgb(196, 203, 215);
    cursor: pointer;
}

.login-content .login-wx-content {
    width: 40%;
    margin: 20px;
    border-right: 0.5px solid rgb(196, 203, 215);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layui-nav-bar,
.layui-nav .layui-this:after {
    background-color: rgb(255, 106, 0) !important;
    height: 2px !important;
}

.layui-nav .layui-nav-item .layui-this {
    color: rgb(255, 106, 0) !important;
}

.layui-nav .layui-nav-item a:hover {
    color: rgb(255, 106, 0) !important;
}

.login-nav-item {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: rgba(0,0,0,.7) !important;
    line-height: 55px !important;
}
