﻿/*
    更改input自动填充时的样式
*/
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
/*
    更改input的placeholder属性
*/
input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 18rem;
}

input:-moz-placeholder {
    color: #ffffff;
    font-size: 18rem;
}

input::-moz-placeholder {
    color: #ffffff;
    font-size: 18rem;
}

input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 18rem;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background: url(../image/student/login-bg.jpg) no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
    min-height: 716rem;
}

.web-name {
    margin-top: 36rem;
    margin-left: 76rem;
}

    .web-name h1, .web-name h2, .login-area h1, .login-area span {
        font-family: 'Microsoft YaHei';
        font-weight: normal;
        line-height: 45rem;
    }

    .web-name h1 {
        font-size: 40rem;
        letter-spacing: 9rem;
        background-image: linear-gradient( 0deg, #2eb9e6 0%, #3174ee 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-right: 50rem;
    }

    .web-name span {
        font-size: 30rem;
        margin-left: 35rem;
    }

    .web-name h2 {
        font-size: 16rem;
        letter-spacing: 2rem;
        color: #ffffff;
    }

.login-area {
    position: absolute;
    height: calc(100% - 200rem);
    margin: 0 auto;
    width: calc(100% - 200rem);
    left: 0;
    right: 0;
}

    .login-area .login-area-inside {
        width: 370rem;
        height: 440rem;
        background: rgba(255, 255, 255, .1);
        position: absolute;
        border: 3rem solid #2eb9e6;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        border-radius: 20rem;
    }

    .login-area h1 {
        font-size: 30rem;
        color: #ffffff;
        letter-spacing: 7rem;
        text-align: center;
        margin: 30rem auto;
    }

    .login-area .input-area {
        width: 64%;
        height: 11%;
        border: 3rem solid #2eb9e6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto 20rem;
    }

    .login-area .last-input {
        margin-bottom: 2rem;
    }

.flex {
    display: flex;
    justify-content: center;
}

.login-area .input-area input {
    width: 310rem;
    height: 51rem;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 18rem;
    padding-left: 10rem;
}

.login-area img {
    width: 21rem;
    height: 23rem;
    color: #ffffff;
    float: left;
    margin-left: 20rem;
}

.login-area .forget-password {
    font-size: 16rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-left: 18%;
    margin-bottom: 4%;
    display: block;
    cursor: pointer;
}

.login-area ul {
    /*margin-left: 11.2rem;*/
    width: 64%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

    .login-area ul li {
        display: inline-block;
        color: #ffffff;
    }

.login-area .radio input[type='radio'] {
    opacity: 0;
    position: absolute;
}

.login-area .radio-label {
    font-family: 'Microsoft YaHei';
    font-size: 18rem;
    letter-spacing: 1rem;
}

    .login-area .radio-label:before {
        content: '';
        width: 20rem;
        height: 20rem;
        border: 1rem solid #ffffff;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        vertical-align: top;
        margin-right: 7rem;
        cursor: pointer;
    }

.login-area .radio input[type="radio"]:checked + .radio-label:before {
    background-image: linear-gradient(0deg, #3174ee 0%, #379cea 100%);
    border: 1rem solid #3174ee;
    box-shadow: inset 0 0 0 4rem #ffffff;
}

.login-area input[type="submit"] {
    width: 64%;
    height: 61rem;
    background-image: linear-gradient(0deg, #3174ee 0%, #379cea 100%);
    font-family: 'Microsoft YaHei';
    font-size: 18rem;
    line-height: 45rem;
    letter-spacing: 16rem;
    font-weight: normal;
    border: none;
    /*margin-left: 11.2rem;*/
    color: #fff;
    cursor: pointer;
    margin-bottom: 20rem;
}

/*
    忘记密码
*/

a {
    color: blue;
}

    a:hover {
        text-decoration: underline;
        color: blue;
    }

.title {
    margin: 15rem 0;
    font-weight: bold;
    padding-left: 10rem;
    border-left: 4rem solid #009688;
    line-height: 15rem;
}
/*产品目录*/
#footer {
    /*line-height: 30rem;*/
    width: 100%;
    /*background: #333333;*/
    /*padding: 30rem 0 50rem;*/
    color: #dbdbdb;
    font-size: 14rem;
    position: absolute;
    top: calc(100% - 40rem);
}

.footer {
    width: 1200px;
    margin: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}
.footer-content .ul-one {
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 60px;
}
.footer-content .ul-one li {
    margin-bottom: 4px;
}
#footer .footer-content ul .headphone {
    height: 36px;
    width: 50px;
}
#footer .footer-content ul li span {
    font-weight: 400;
    font-size: 18px;
}
#footer .footTitle {
    font-size: 20rem;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1rem;
    /*border-left: 5rem solid #dd0101;*/
    padding-left: 10rem;
    margin-bottom: 15rem;
}

#footer ul li {
    margin-bottom: 5rem;
}

    #footer ul li img {
        margin-right: 5rem;
        width: 20rem;
    }

#footer a {
    /* color: white; */
    color: #dbdbdb;
    font-size: 14rem;
    text-decoration: none;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#footer img {
    vertical-align: middle;
    border-style: none;
}

#footer .copyright {
    position: absolute;
    top: 0;
    text-align: center;
    width: 1200px;
    margin: auto;
    top: 6rem;
}

.footerBottom {
    background: #000000;
    width: 100%;
    text-align: center;
    height: 30rem;
    line-height: 30rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
}

#footer ul {
    margin: 10rem 0;
}

.back {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
}

.sign-title {
    font-size: 30rem;
    text-align: center;
    margin-top: 50rem;
    margin-bottom: 36rem;
    letter-spacing: 5rem;
    color: #009688;
}

.lose-password {
    display: flex;
    justify-content: flex-end;
    font-size: 16rem;
    color: #fff;
    width: 64%;
    font-weight: bolder;
    margin: 10rem auto;
}

    .lose-password span:first-child {
        cursor: pointer;
    }

    .lose-password span + span {
        color: red;
    }


.layui-form-radio div {
    color: #ffffff;
}

.layui-form-radioed div {
    color: #5FB878;
}

.loginBtn {
    width: 40%;
    height: 40rem;
    background-image: linear-gradient( 0deg, #3174ee 0%, #379cea 100%);
    font-family: 'Microsoft YaHei';
    font-size: 16rem;
    line-height: 40rem;
    /*letter-spacing: 16rem;*/
    font-weight: normal;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 20rem auto;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i, .layui-form-radioed div {
    color: #2eb9e6;
}


/*常规验证码*/
.verify-code {
    font-size: 20rem;
    text-align: center;
    cursor: pointer;
    line-height: 25rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding: 0 !important;
}

.cerify-code-panel {
    height: 100%;
    overflow: hidden;
}

.verify-code-area {
    float: left;
}

.verify-input-area {
    float: left;
    width: 60%;
    padding-right: 10rem;
}

.verify-change-area {
    line-height: 30rem;
    float: left;
}

.varify-input-code {
    display: inline-block;
    width: 100%;
    height: 25rem;
}

.verify-change-code {
    color: #337AB7;
    cursor: pointer;
}

.verify-btn {
    width: 200rem;
    height: 30rem;
    background-color: #337AB7;
    color: #FFFFFF;
    border: none;
    margin-top: 10rem;
}






/*滑动验证码*/
.verify-bar-area {
    position: relative;
    background: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1rem solid #ddd;
    -webkit-border-radius: 4rem;
}

    .verify-bar-area .verify-move-block {
        position: absolute;
        top: 0rem;
        left: 0;
        background: #fff;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        box-shadow: 0 0 2rem #888888;
        -webkit-border-radius: 1rem;
    }

        .verify-bar-area .verify-move-block:hover {
            background-color: #337ab7;
            color: #FFFFFF;
        }

    .verify-bar-area .verify-left-bar {
        position: absolute;
        top: -1rem;
        left: -1rem;
        background: #f0fff0;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border: 1rem solid #ddd;
    }

.verify-img-panel {
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1rem solid #ddd;
    border-radius: 3rem;
    position: relative;
}

    .verify-img-panel .verify-refresh {
        width: 25rem;
        height: 25rem;
        text-align: center;
        padding: 5rem;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .verify-img-panel .icon-refresh {
        font-size: 20rem;
        color: #fff;
    }

    .verify-img-panel .verify-gap {
        background-color: #fff;
        position: relative;
        z-index: 2;
        border: 1rem solid #fff;
    }

.verify-bar-area .verify-move-block .verify-sub-block {
    position: absolute;
    text-align: center;
    z-index: 3;
    border: 1rem solid #fff;
}

.verify-bar-area .verify-move-block .verify-icon {
    font-size: 18rem;
}

.verify-bar-area .verify-msg {
    z-index: 3;
}

/*字体图标的css*/
@font-face {
    font-family: "iconfont";
    src: url('../Content/fonts/iconfont.eot?t=1508229193188'); /* IE9*/
    src: url('../Content/fonts/iconfont.eot?t=1508229193188#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), url('../Content/fonts/iconfont.ttf?t=1508229193188') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../Content/fonts/iconfont.svg?t=1508229193188#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
    content: "\e645";
}

.icon-close:before {
    content: "\e646";
}

.icon-right:before {
    content: "\e6a3";
}

.icon-refresh:before {
    content: "\e6a4";
}

#mpanel1 .verify-code {
    height: 40rem !important;
    line-height: 40rem !important;
    width: 100rem !important;
}

/*密码框有bug的小眼睛*/
input[type="password"]::-ms-reveal {
    display: none
}