﻿@charset "utf-8";
/*通用样式*/
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: 'PingFang SC', Arial, Helvetica, sans-serif;
    list-style: none;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    margin: 0;
    background: #323943;
    background: url(/Areas/Web/Content/images/loginbgnew.png) no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    position: absolute;
    color: #fff
}

.loginBox {
    position: relative;
    background-size: cover;
    background: url(/Areas/Web/Content/images/loginfromnew.png) no-repeat;
    height: 688px;
    width: 688px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -344px; /*差不多为该div宽度的一半*/
    top: 50%;
    margin-top: -476px; /*差不多为该div宽度的一半*/
}

.LoginInfo {
    float: right;
    width: 455px;
    height:442px;
    margin-right: 114px;
    margin-top:125px;
}
    .LoginInfo h1 {
        font-size: 28px;
        line-height: 50px;
        font-weight: 800;
        width: 474px;
        text-align: center;
        margin-top: 40px;
    }
    .LoginInfo h2 {
        font-size: 20px;
        line-height: 1;
        margin: 30px 60px 0 0;
        font-weight: bold;
        color: #FF494A;
        font-weight: 500;
        opacity:50%;
    }

        .LoginInfo h2.on {
            color: #FF494A;
            font-weight: 800;
            opacity: 100%;
        }

.login_title {
    display: inline-block;
    margin-left: 40px;
    color: #999;
}

input.inpstyle {
    border: 0px solid #EEEEEE;
    background-color: #FFCCCB;
    outline: none;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 16px;
    width: 345px;
    padding-left: 55px;
    /*margin-top: 20px;*/
    margin-left: 53px;
    /*opacity:0.8;*/
}

select.inpstyle {
    border: 0px solid #EEEEEE;
    background-color: #FFCCCB;
    outline: none;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 16px;
    width: 345px;
    padding-left: 55px;
    margin-top: 20px;
    margin-left: 53px;
}

.txt_school {
    background-image: url(/Areas/Web/Content/images/login/Vector.png);
    background-size: 30px 31px;
    background-position: 16px 5px;
    background-repeat: no-repeat;
    /*color: #999999;*/
}

.tenanList {
    width: 100%;
    height: 146px;
    overflow-y: scroll;
    margin: auto;
    margin-top: 36px;
    /*border: 1px solid red;*/
}
.tenanList::-webkit-scrollbar {
    display: none;
}
.txt_schoolicon {
    background-image: url(/Areas/Web/Content/images/login/arrows.png);
    /*background-size: 30px 31px;
    background-position: 16px 5px;*/
    background-repeat: no-repeat;
    color: #999999;
    position: absolute;
    width: 9px;
    height: 6px;
    right: 206px;
    top: 34%;
    transform: translateY(-50%);
    cursor: pointer;
}
.txt_PWDicon {
    background-image: url('/Areas/Web/Content/images/login/Vector (1).png');
    /*background-size: 30px 31px;
    background-position: 16px 5px;*/
    background-repeat: no-repeat;
    color: #999999;
    position: absolute;
    width: 21px;
    height: 7px;
    right: 198px;
    top:47.6%;
    transform: translateY(-50%);
    cursor: pointer;
}
#backgroundDiv {
    width:189px;
    height:187px;
    background-image:url('/Areas/Web/Content/images/login/select.png');
    position: absolute;
    /*top: calc(100% + 5px);*/ /* 显示在文本框下方并留有一定间距 */
    /*border: 1px solid red;*/ 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    display: none;
    z-index:6;
    margin-left:98px;
}
.xfColor {
    text-indent: 1em;
    color: #999999;
    padding: 3px;
    font-size: 14px;
    line-height: 30px;
    display: block;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border: 1px solid red;*/
}
.xfColor:hover {
    color:#FF494A;
    background-color:#FDEDEA;
}

.txt_PWDiconOp {
    display: none;
    background-image: url('/Areas/Web/Content/images/login/Vector (2).png');
    /*background-size: 30px 31px;
    background-position: 16px 5px;*/
    background-repeat: no-repeat;
    color: #999999;
    position: absolute;
    width: 18px;
    height: 11px;
    right: 198px;
    top:47.6%;
    transform: translateY(-50%);
    cursor: pointer;
}
.txt_user {
    background-image: url(/Areas/Web/Content/images/loginphonenew.png);
    background-size: 30px 31px;
    background-position: 16px 5px;
    background-repeat: no-repeat;
}
.txt_PWD {
    background-image: url(/Areas/Web/Content/images/loginpwdnew.png);
    background-size: 30px 31px;
    background-position: 16px 5px;
    background-repeat: no-repeat;
}
.txt_school {
    background-image: url(/Areas/Web/Content/images/schoolnew.png);
    background-size: 30px 31px;
    background-position: 16px 5px;
    background-repeat: no-repeat;
}
.schoolSelect{
    display:none;
}
input {
    color: #FF494A;
}
.inpstyle::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #FF9899;
}

.inpstyle::-moz-placeholder { /* Firefox 19+ */
    color: #FF9899;
}

.inpstyle:-ms-input-placeholder { /* IE 10+ */
    color: #FF9899;
}
/*input:focus {
    background: #fff;
    border-color: #F24540 !important;
}*/

.subBtn {
    display: block;
    width: 346px;
    border: none;
    outline: none;
    background: #FF494A;
    color: #ffffff;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    font-family: 'PingFang SC';
    margin-top:88px;
    margin-left: 55px;
    cursor:pointer;
}
.otherLinkTitle {
    width: 306px;
    height: 20px;
    background: #fff;
    display: inline-block;
    background: url(/Areas/Web/Content/images/loginmore.png) no-repeat;
    background-size: 100% 100%;
    /*margin-top: 50px;*/
    margin-left: 66px;
}

.otherloginTitle {
    width: 347px;
    height: 4px;
    display: inline-block;
    background: url(/Areas/Web/Content/images/studentlogin.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-left: 55px;
}

.otherloginTitle2 {
    width: 347px;
    height: 4px;
    display: inline-block;
    background: url(/Areas/Web/Content/images/teacherlogin.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-left: 55px;
}

.linkList {
    border: 1px solid red;
    text-align: center;
    border: 0px solid #e3e3e3;
    border-radius: 6px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    margin-top: 15px;
}
    .linkList a {
        color: #999999;
    }
    .linkList a img {
        margin: 0 5px -3px 0;
        width:24px;
        height:24px;
    }

    .linkList a:hover {
        color: #333;
    }