html {
    height:100%
}

body.page{
    /*background-color: #c4e1fb;*/
    height: 100vh;
    width: 100%;
    background: url("../img/home_bg.jpg") no-repeat;
    background-size: 100% 100%;
}
@font-face { font-family: 'FZFonts'; src: url('../fonts/FZZCHJW.TTF');  src: url('../fonts/FZZCHJW.TTF') format('truetype');
    font-weight: normal;    font-style: normal;}
@font-face { font-family: 'DisksFonts'; src: url('../fonts/disks.ttf');  src: url('../fonts/disks.ttf') format('truetype');
    font-weight: normal;    font-style: normal;}
@font-face { font-family: 'YouSheBiaoTiHeiFonts'; src: url('../fonts/YouSheBiaoTiHei-2.ttf');  src: url('../fonts/YouSheBiaoTiHei-2.ttf') format('truetype');
    font-weight: normal;    font-style: normal;}
.inlineFlexDiv{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flexRowLeftDiv{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.flexColCenterDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flexRowAroundDiv{
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.flexRowBetweenDiv{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.topView{
    line-height: 50px;
    font-size: 14px;
    color: #999999;
    /*background-color: #daefff;*/
    background-color: rgba(255,255,255,0.45);
    padding: 10px 0px;
}
.topView .logoImg{
    width: 40px;
    margin-right: 10px;
}

.topView .sysTitle-s{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}

.topView .rightLogin{
    color: #999999;
    width: 90px;
    cursor: pointer;
}
.topView .rightBtn{
    background-color: #1992F4;
    border-radius: 30px;
    line-height: 30px;
    color:#ffffff;
    margin: 0px 10px;
    padding: 0px 20px;
    cursor: pointer;
    display: inline-block;
    text-underline: none;
}

.topView .topMenu{
    font-weight: bold;
}

.topMenu .topMenuItem{
    width: 90px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.topMenu .actTopMenuItem{
    color: #333333;
    width: 90px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.mainView{
    /*height: 100%;*/
}
.mainView .mainTop{
    margin: 10% auto 5% auto;
}
.mainTop .titleDesc{
    text-align: center;
    font-family: 'FZFonts';
    font-size: 35px;
    font-weight: bold;
    /*color: #1992F4;桃红色*/
    /*text-shadow: #bcc6de 5px 5px 6px;浅紫色阴影*/
}

.mainTop .subTitleDesc{
    color: #999999;
    line-height: 20px;
    font-size: 13px;
}

.mainCont{
    background-color: rgba(255,255,255, 0.5);
    border-radius: 8px;
    padding: 20px;
    width:60%;
    margin: 20px auto;
}

.mainCont .menuRow{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    display: flex;
}

.menuRow .menuItem{
    border-radius: 5px;
    border: 1px solid #cccccc;
    color:#666666;
    display: inline-block;
    padding: 0px 10px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.7;
}

/**icon变灰色 */
.menuItem .grayIcon{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
label.error { position:static;  }

.gradient-text {
    background-image: linear-gradient(to bottom, #3CACE7, #0080FE);
    -webkit-background-clip: text;
    color: transparent;
}

.userFlag{
    font-size: 14px;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.userFlag .dropdownIcon{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.menuItem .menuIcon, .actMenuItem .menuIcon{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.menuRow .actMenuItem{
    border-radius: 5px;
    border: 1px solid #1992F4;
    color:#666666;
    display: inline-block;
    padding: 0px 10px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 1;
}

.queryView{
    border: 1px solid #1992F4;
    border-radius: 8px;
    padding: 10px;
}
.queryView .splitLine{
    border-left: 1px solid #dddddd;
    height: 30px;
    display: inline-block;
    margin: 0px 15px;
}
.queryView .queryIcon{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.queryView .selectCls{
    border: 0px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    height: 40px;
    width: 80px;
    text-align: center;
    color: #1992F4;
    font-weight: bold;
    font-size: 15px;
}

select option{
    background-color: rgba(0, 0, 0, 0);
}
.queryView .inputCls{
    border: 0px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    outline: none;
    font-size: 15px;
}
.otherList{
    margin: 10px auto;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
}
.home-footer {
    margin:20px 0;
    padding-top:15px;
    position: absolute;
    bottom:0px;
    width: 100%;
    text-align: center;
    color:#999999;
}
.btn-success{
    /*background-color: #7aa1ea;
    border-color: #7aa1ea;*/
    /*background-color: #3968a0;
    border-color: #3968a0;*/
    background-color: #1992F4;
    border-color: #1992F4;
    outline: none;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    /*background-color: #3968a0;
    border-color: #3968a0; */
    background-color: #1992F4;
    border-color: #1992F4;
    color: #fff;
}
.signin .topMenu{
    background-color: #ddf2fb;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    color:#464444;
    padding: 5px 0px 5px 10px;
}

.topMenu .iconLogo{
    display:inline-block;width:32px;height:32px;background:url('../img/logo.png') no-repeat top center;background-size: 100%;margin: 0px 3px;
}

.tipsDiv{
    display: flex;
    justify-content: left;
    align-content: center;
    margin: 10px auto;
}
.loginLabel{
    font-size: 14px;
    display: inline-block;
    width: 80px;
    line-height: 30px;
    margin-right: 5px;
}
label.error {
    position: absolute;
    right: 18px;
    top: 9px;
    color: #ef392b;
    font-size: 12px;
    z-index: 99;
    margin-bottom: 0px;
}
.pword .input-group-addon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tipsDiv .validateCode{
    width: 50%;
}
.modal-dialog .modal-body{
    padding: 10px 20px;
}
.formCls .errorInput{
    color: red;
    border:1px solid red;
}
.formCls .errorTips{
    position: absolute;right: 0px;color: red;
}
.formCls .formTitle{
    font-size: 22px;
    color: #1992F4;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.form-control, .single-line{
    height: 34px;
    line-height: 34px;
}
.pword input.pwdCls{
    font-family: DisksFonts;
}

@media screen and (min-width:1400px) and (max-width:1700px){
    .titleSmall{
        font-size: 28px;
    }
    .leftImg .sysTitle{
        width: 300px;
        /*left: 15px;*/
        bottom: 55%;
    }
    .leftImg .txtPos{
        line-height: 40px;
        width: 150px;
        top: 100px;
    }
    .signin .topMenu{
        line-height:40px;
    }
}

@media screen and (min-width: 769px) and (max-width:1399px){
    .titleSmall{
        font-size: 26px;
    }
    .signinpanel{
        margin: 5% auto 0px 15%;
    }
    .leftImg .sysTitle{
        width: 260px;
        /*left: 17px;*/
        bottom: 57%;
    }
    .rightDiv .formCls{
        width: 60%;
    }
    .leftImg .txtPos{
        line-height: 30px;
        width: 110px;
        top: 87px;
        letter-spacing: 1px;
    }
    .signin .topMenu{
        line-height: 30px;
    }
}
@media screen and (max-width:768px) {
    .signinpanel,.signuppanel {
        margin:0 auto;
        width:420px!important;
        padding:20px
    }
    .signinpanel form,.signinpanel .formCls {
        margin-top:20px
    }
    .signup-footer,.signuppanel .form-control {
        margin-bottom:10px
    }
    .signup-footer .pull-left,.signup-footer .pull-right {
        float:none!important;
        text-align:center
    }
    .signinpanel .signin-info ul {
        display:none
    }
}@media screen and (max-width:320px) {
    .signinpanel,.signuppanel {
        margin:0 20px;
        width:auto
    }
}
