﻿/***2024公用CSS***/
@charset "utf-8";
/* CSS Document 登录页面 start*/
/***
 * uimaker
 * http://www.uimaker.com
 * e-mail: admin@uimaker.com
*{border:0;margin:0;padding:0;}
 */
marquee{ z-index:1999;}
body{font-family:'微软雅黑'; margin:0 auto;}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
img{border:0;}
dl,dt,dd,span{margin:0;padding:0;}
/*a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#00a4ac;text-decoration:none;}
table{border-collapse:collapse;border-spacing: 0;}*/
cite{font-style:normal;}
h2{font-weight:normal;}



/* 颜色来源 */
:root 
{
    --primary-blue: #1c77ac;/*主题 默认色*/
    --secondary-blue:#3399cc;/*副标题 背景颜色 比如：基本信息、系统信息、查询栏、分页*/
    
    --primary-red: #ff7062; /*主题 红色*/
    --secondary-red:#ffafa7;/*副标题 背景颜色 比如：基本信息、系统信息、查询栏、分页*/
    
    --primary-black: #000000; /*主题 黑色*/
    --secondary-black:#777777;/*副标题 背景颜色 比如：基本信息、系统信息、查询栏、分页*/
    
    --primary-grey: #808080; /*主题 灰色*/
    --secondary-grey:#ababab;/*副标题 背景颜色 比如：基本信息、系统信息、查询栏、分页*/
    
    --main-theme-color: #2c3e50; /* 主题色 */
    --accent-color: #ecf0f1; /* 辅助色 */
    
    --main-theme-color2: #3E92CC;
    --accent-color2: #9CC3D5;
    
    --main-theme-color3: #2E294E;
    --accent-color3: #7E7F9A;
    
    --indigo: #6610F2;
    --purple: #6F42C1;
    --pink: #E83E8C;
    --orange: #FD7E14;
    --yellow: #FFC107;
    --green: #28A745;
    --teal: #20C997;
    --cyan: #17A2B8;
    --white: #FFFFFF;
    --gray: #6C757D;
    --gray-dark: #343A40;
    --primary: #666EE8;
    --secondary: #868E96;
    --success: #28D094;
    --info: #1E9FF2;
    --warning: #FF9149;
    --danger: #FF4961;
    --light: #F8F9FA;
    --dark: #343A40;
    --base: #9E9E9E;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/*loginBack 登入页面背景颜色 “主题” */
.loginBack
{
    background-color: #1c77ac;/*var(--primary-blue);*/
    background-image: url(../images/light.png);
    background-repeat: no-repeat; 
    background-position: center top;
    overflow: hidden;
}
/*
    :root 一主、一辅
    更多颜色搭配、需要实践
*/
/*** UI基本色调 请参考“:root” 颜色搭配 ***/
/*Default.aspx 顶部 背景颜色 “主题” */
.top
{
    background-color: var(--primary-red);
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
/*侧边 收缩 背景 “主题” */
.tdHand
{
    background-color: var(--primary-red);
}
/*选项卡 背景颜色 “主题” */
.ulList
{
    background-color: var(--primary-red);
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
}
/*选项卡 选中的 背景颜色 “副标题”*/
.ulList li.selected
{
    background-color: var(--secondary-red); 
    color: black;
}
/*页面 标题 背景颜色 比如：“学员管理-在培学员查询” “主题” */
.OrderNoDataStyle,.buttomTable,.roundTDleft,.roundTDright,.mid
{
    background-color: var(--primary-red);
}
/* 编辑修改副标题 背景颜色 比如：基本信息、系统信息 “副标题”*/
.buttomTable,.buttonbg,.BasicTD
{
    background-color: var(--secondary-red);
}
/*页面 查询栏 背景颜色 “副标题” */
.searchTable
{
    background-color: var(--secondary-red);
    color: black;
    font-size: 11pt;
    border-right: #FFFAF0 thin solid;
    border-top: #FFFAF0 thin solid;
    border-left: #FFFAF0 thin solid;
    border-bottom: #FFFAF0 thin solid;
    background-repeat: repeat;
    overflow: hidden;
}
/*分页 背景颜色 “副标题”*/
#pageTable
{
    background-color: var(--secondary-red);
    height: 27px;
    line-height: 27px;
    padding: 0px;
    margin: 0px;
}
/* superTables 左侧固定列的 背景颜色 “主题” */
.sFHeader_Default table td div
{
    background-color: var(--primary-red);
}
/* superTables 右侧列的 背景颜色 “主题” */
.sHeader_Default table tr
{
    background-color: var(--primary-red);
}
/* 没有使用 superTables 的 GridView 的背景颜色 “主题” */
.tdHeight_header
{
    background-color: var(--primary-red);
}
/*系统设置，副标题 td 背景颜色 “副标题” */
form[action*="systemConfig.aspx"] .inputTable tr td
{
    background-color: var(--secondary-red);
}

form[action*="login.aspx"] table
{
    border:0;    
}
/**************  登录页面样式 **************/
/*cloud*/
#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/cloud.png) no-repeat;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}

/*login*/
.logintop{height:47px; position:absolute; top:0; background:url(../images/loginbg1.png) repeat-x;z-index:100; width:100%;overflow: hidden;}
.logintop .span{color:#fff; line-height:47px; background:url(../images/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;}
.logintop ul{float:right; padding-right:30px;}
.logintop ul li{float:left; margin-left:20px; line-height:47px;}
.logintop ul li a{color:#afc5d2;}
.logintop ul li a:hover{color:#fff;}
.loginbody{background:url(../images/loginbg3.png) no-repeat center center; width:100%; height:585px; position:absolute; top:47px;}
.loginbox{width:692px; height:336px; background:url(../images/logininfo2.png) no-repeat; margin-top:30px;overflow: hidden;}
.loginbox ul{margin-top:80px; margin-left:285px;}
.loginbox ul li{margin-bottom:12px;}
/*.loginbox ul li table{ margin-left:-3px;}*/
.loginbox ul li table{border-collapse:collapse;border-spacing: 0;}
.loginbox ul li label{color:#687f92; padding-left:25px;}
.loginbox ul li label a{color:#687f92;} 
.loginbox ul li label a:hover{color:#3d96c9;}
.loginbox ul li label input{margin-right:5px;}
.loginbox .loginuser{width:242px; height:40px; background:url(../images/ic_Account.png) no-repeat;background-size:18px;background-position: 12px; border:none; line-height:40px; padding-left:44px; font-size:14px; font-weight:bold; color:#90a2bc; border:1px solid #333; border-radius: 4px;outline: none;}
.loginbox .logincode{ width:200px;  height:40px; background:url(../images/ic_Verification_Code.png) no-repeat;background-size:18px;background-position: 12px; line-height:40px; padding-left:44px; font-size:14px; font-weight:bold; color:#90a2bc; border: 1px solid #333 !important; border-radius: 4px;outline: none;margin-right:3px;box-sizing: border-box;}
.loginbox .loginpwd{ width:242px; height:40px; background:url(../images/ic_Password.png) no-repeat;background-size:18px;background-position: 12px;border:none;line-height:40px; padding-left:44px; font-size:14px; font-weight:bold;  color:#90a2bc; border:1px solid  #333; border-radius: 4px;outline: none;}
.loginbox #safecode{width:78px; height:38px;border: 1px solid #333;}

/*验证码*/
.loginbox .tdImg a{margin: 5px auto auto 3px;}
.loginbox .cblabel{ cursor:pointer;color:#000; padding-left:2px;}
/*登录按钮*/
.loginbox .loginbtn{width:111px;height:35px; background:url(../images/buttonbg.png) repeat-x; font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:35px;border: 0;}

/*版权所有*/
.loginbm{height:50px; line-height:50px; text-align:center; background:url(../images/loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58; overflow:hidden;}
.loginbm a{font-weight:bold;color:#0b3a58;}
.loginbm a:hover{color:#fff;}

/*标题*/
.loginbody .title{height: 30px; margin-top: 125px; width: 100%; text-align: center; color: White;font-family: 宋体; font-size: 35px; font-weight: bold;}
.loginbody .title span{font-size: 35px}

/*公众号二维码*/
.loginbmQrCode{
    position:absolute;
    bottom:50px;
    width: 260px;
    border: 0px solid #73AD21;
    padding: 2px;
    text-align:center;
}
.codeLeft{left:0px;}
.codeRight{right: 0px;}
.loginbmQrCode span{font-size:16px; color:white; line-height:20px}
.loginbmQrCode img{height:120px; width:120px;}

/*移动端处理事件*/
@media (max-width: 450.98px)
{
    .loginbody .title{margin:80px 0 40px 0;}
    .loginbody .title span{font-size: 32px}  
    .loginbox {
        width: 98%;
        height: 336px;
        background-size: 450px 320px;
        left:0 !important;
    }
    .loginbox ul {
        margin-top: 80px;
        margin-left: 150px;
    }
    .loginbox .loginuser {
        width:99%;
        height: 40px;
        border: none;
        line-height: 40px;
        padding-left:26px;
        font-size: 14px;
        font-weight: bold;
        color: #90a2bc;
        border: 1px solid #333;
        border-radius: 4px;
        outline: none;
        box-sizing: border-box;
        background-position:6px;
    }
    .loginbox .loginpwd {
        width:99%;
        padding-left: 26px;
        box-sizing: border-box;
        background-position:6px;
    }
    .loginbox .logincode {background-position:6px;}
    .loginbox #txtCheckCode {
        width: 100%;
        padding-left: 26px;
        box-sizing: border-box;
    }
    #cbRemember,.loginbtn{ margin-top:15px;} 
    .loginbm {
        flex-shrink: 0;
    }
    .loginbmQrCode
    {
         width: 50%;  
         z-index:-1; 
    }
    .loginbm
    {
        z-index:-1; 
    }
} 
/* CSS Document 登录页面 end*/

/*showWaitMsg 方法样式 start */
.overlay
{
    display:none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    z-index: 10000001;   
}
.loader
{
    color: white; 
    text-align: center; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size:14px;
}
#waitMsg{ line-height:36px;}
/*showWaitMsg 方法样式  end */
/* 学员头像 图片预览 等等.. */
#modalImg {  
    display: none;  
    position: fixed;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background-color: rgba(0, 0, 0, 0.7);  
    z-index: 1000;  
}  
#modalImg div {  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    background: white;  
    padding: 0 0px 20px; 
    border-radius: 5px;  
    width:300px;
    text-align: center;
}
#modalImg h2 
{
    height: 46px;
    line-height: 46px;
    margin:0; text-align: left;
    padding-left: 20px;
    box-sizing: border-box;    
}