﻿html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(53,51,51,0.5);
}
/*
    html, body:before {
        background: url(/Content/framework/images/login.jpg);
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
    }
*/
.layui-form-checked[lay-skin=primary] i {
    border-color: #34A8FF;
    background-color: #34A8FF;
}

.Meeting-login-box {
    position: absolute;
    left: 50%;
    top: 15%;
    width: 450px;
    margin-left: -225px;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .Meeting-login-box {
        width: 100%;
        padding-top: 20%;
        height: inherit;
        background-color: #fff;
        color: aliceblue;
        box-shadow: 0px 0px 5px rgba(53,51,51,0.5);
    }

    .Meeting-pull-right {
        float: left !important;
        width: 100%;
        height: 600px;
    }
}

.Meeting-login-box .Meeting-login-header {
    font-family: Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans";
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    width: 100%;
}

.layui-form-checkbox[lay-skin="primary"] span {
    color: #fff;
}

.layui-form {
    width: 270px;
}

.Meeting-login-box .Meeting-login-body {
    height: 185px;
    padding: 30px 90px 0;
}

    .Meeting-login-box .Meeting-login-body .layui-form-item {
        position: relative;
    }


        .Meeting-login-box .Meeting-login-body .layui-form-item .login-icon {
            position: absolute;
            color: #cccccc;
            top: 10px;
            left: 10px;
        }

        .Meeting-login-box .Meeting-login-body .layui-form-item input {
            padding-left: 34px;
            color: #929191;
        }

.Meeting-pull-left {
    float: left !important;
    height: 100%;
}

.Meeting-pull-right {
    float: right !important;
    height: 100%;
}

.Meeting-login-box .Meeting-login-body .login-remember {
    line-height: 38px;
    color: #777;
}

.Meeting-login-box .Meeting-login-body .login-code-box img {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 5px;
}

.btn-submit {
    width: 100%;
    background-color: #0099CC;
}

.Meeting-product-box {
    padding-right: 475px;
    padding-left: 70px;
    padding-top: 150px;
    text-align: justify;
    max-width: 100%;
}

    .Meeting-product-box h2 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 30px;
        color: #fff;
    }

    .Meeting-product-box .product-desc li {
        color: #fff;
        list-style: disc;
        margin-top: 7px;
        max-width: 650px;
    }

    .Meeting-product-box .product-btns {
        margin-top: 20px;
    }

body {
    margin: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #19778c, #095f88);
    background-size: 1400% 300%;
    animation: dynamics 6s ease infinite;
    -webkit-animation: dynamics 6s ease infinite;
    -moz-animation: dynamics 6s ease infinite;
    font-size: 14px;
    /*color: #ffffff;*/
    min-height: 700px;
}
/*��¼��ʽ*/
.main {
    position: fixed;
    text-align: center;
    top: 182px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.login {
    width: 470px;
    height: 470px;
    background: linear-gradient(to bottom, #19778c, #095f88);
    animation: dynamics 6s ease infinite;
    -webkit-animation: dynamics 6s ease infinite;
    -moz-animation: dynamics 6s ease infinite;
    opacity: 0.9;
    border: solid 1px #13a1fc;
    background-size: 1400% 300%;
}

@keyframes dynamics {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.log-con {
    background: linear-gradient(#13a1fc, #13a1fc) left top, linear-gradient(#13a1fc, #13a1fc) left top, linear-gradient(#13a1fc, #13a1fc) right top, linear-gradient(#13a1fc, #13a1fc) right top, linear-gradient(#13a1fc, #13a1fc) left bottom, linear-gradient(#13a1fc, #13a1fc) left bottom, linear-gradient(#13a1fc, #13a1fc) right bottom, linear-gradient(#13a1fc, #13a1fc) right bottom;
    background-repeat: no-repeat;
    background-size: 3px 20px, 20px 3px;
    height: 100%;
    margin: -2px;
    padding: 3px 1px 1px 0;
    border-radius: 3px;
}

    .log-con > span {
        font-size: 30px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 2px;
        display: block;
        margin: 20px 0 44px 0;
    }

        .log-con > span::after {
            display: block;
            content: '';
            width: 57px;
            height: 3px;
            background: #ffffff;
            margin-top: 16px;
            justify-content: center;
            position: relative;
            left: 206px;
        }

    .log-con > input {
        display: block;
        margin: 10px 0 32px 70px;
        width: 330px;
        height: 42px;
        background-color: #ffffff;
        border-radius: 4px;
        opacity: 0.9;
        border: 0;
        font-size: 16px;
        outline: none;
        padding-left: 10px;
        color: #000000;
    }

    .log-con > a {
        width: 340px;
        height: 44px;
        background-color: #0090ff;
        border-radius: 4px;
        display: block;
        margin: 10px 0 0 70px;
        text-align: center;
        line-height: 44px;
        cursor: pointer;
        opacity: 1;
    }

input::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
}

.log-con > .code {
    width: 216px;
    display: inline-block;
    margin-left: 6px;
}

.log-con > #code {
    width: 94px;
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
}
