@charset "utf-8";
/* CSS Document */
/* body { background:#ADADAD;}   26.03.26 注释
.login-box { margin:0 auto; padding:180px 0 0 0; width:900px; height:395px; background:url(images/login-bg.gif) no-repeat bottom;}
.login-logo { margin:0 auto 12px auto; width:410px; height:45px; background:url(images/logo-login.png) no-repeat center center;}
.login { margin:0 auto; padding:45px 55px; width:300px; height:190px; background:#FFBA00; border:4px solid #CECECE;position:relative;}
.login table td { height:65px;}
.login input.inputsetA { border:none; width:230px; height:28px; line-height:28px; font-size:14px; color:#666; text-indent:8px;font-weight : bold;}
.login a.btn-login,.login a.btn-cancel { float:left; display:block; width:100px; height:34px; background:#666; font:16px/32px "微软雅黑"; color:#DDD; text-align:center; text-decoration:none;}
.login a.btn-login:hover,.login a.btn-cancel:hover { background:#777; color:#FFF;}
.login a.btn-cancel { margin-left:30px;}
#s {
	position:absolute;
	left:100px;
	top:100px;
	height:28px;
}
#s .inputsetA {
	border: none;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	text-indent: 8px;
	font-weight: bold;
}
.arrow-down {margin-left:-4px;vertical-align:bottom}
.downBox {position:absolute;display:none;background-color:white;left:10px;top:50px;z-index:100;width:88px}
.lngSelect {
	font-size:14px;
	height:28px;
	line-height:28px;
	color:#666;
	padding-left:7px;
	width:80px;
	border:0px;
}
.lngSelect:hover {
	background-color:#DDD;
} */



/* 26.03.26 新增 */
*{
	margin: 0;
	padding: 0;
}

.login_back{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	min-width: 700px;
	background: url(images/background1.jpg) no-repeat;
	background-size: 100% 100%;
}

.login_head{
	width: 360px;
	height: 100px;
}
.logo{
	position: relative;
	background: url(images/tq_logo.png) no-repeat ;
	background-size: 100%;
	width: 70%;
	height: 80px; 
	margin:0 auto;
}

.h_text{
	text-align: center;
	color: #FFF;
	font-size: 24px;
    font-weight: bold;
    
    /* 新增样式 */
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}
.login_form{
	width: 360px;
	height: auto;
	min-height: 300px;
	/* float: left;
	position: absolute; */
	margin:11% auto;
}
.login_body{
	margin-top: 20px;
}
.login_input{
	width: 100%;
	margin: 0 auto;
}
.login_body input{
	width: 300px;
	height: 35px;
	background-color: #FFF;
	border-radius: 5px;
	font-size: 18px;
	border: 0;
	/* margin-top: 20px; */
	padding:2px 8px;
	outline: none;
	margin: 20px 22px 0 22px;
	
}
#username{
	background:#FFF url(images/user.png) no-repeat 280px  ;
	background-size: 5%;
}
#password{
	background:#FFF url(images/password.png) no-repeat 280px  ;
	background-size: 5%;
}
#sub{
	width: 316px ;
	cursor: pointer;
	height: 39px;
	font-weight: bold;
	border-radius: 20px;
	
	/* 新增切换语言时平滑过渡样式 */
	border: none;
    outline: none;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;  /* 微软雅黑字体 */
    font-size: 16px;
    background: linear-gradient(135deg, #FFBA00 0%, #FFA500 100%);  /* 渐变背景   */
    color: #FFF;
    transition: all 0.3s ease;  /* 所有属性平滑过渡 */
    box-shadow: 0 4px 10px rgba(255, 186, 0, 0.4);
}

/* 新增按钮样式 */
/* 按钮 hover 效果 */
#sub:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    box-shadow: 0 6px 15px rgba(255, 186, 0, 0.6);
    transform: translateY(-2px);  /* 轻微上浮 */
}

/* 按钮点击效果 */
#sub:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(255, 186, 0, 0.4);
}

/* 文字切换时的淡出动画类 */
#sub.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

/* 文字切换时的淡入动画类 */
#sub.fade-in {
    opacity: 1;
    transform: scale(1);
}


.login_foot{
	color: #FFF;
	margin-top: 55px;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	
	/* 新增样式 */
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}
/* 淡出状态 */
.text-fade-out {
    opacity: 0 !important;
    transform: translateY(-5px) !important;
}

/* 淡入状态 */
.text-fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}




/* 语言下拉框容器 */
.lang-box {
    float: right;
    width: 88px;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
}

/* 语言输入框 - 关键：用更具体的选择器提高优先级 */
.lang-box .lang-input {
    width: 70% !important;
    height: 75% !important;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold; 
    border: 0;
    padding: 0 6px 0 6px !important;
    outline: none;
    cursor: pointer;
    color: #666;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    float: right;
    margin: 25px!important;
}

/* 下拉菜单 */
.lang-dropdown {
    position: absolute;
    top: 160%;
    right: 30%;
    width: 82%;
    background-color: #FFF;
    border-radius: 5px;
   /*  box-shadow: 0 4px 10px rgba(0,0,0,0.15); */
   	box-shadow: 0 0 0 rgba(0,0,0,0);  /* 隐藏时无阴影 */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* 动效关键属性 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    display: block;
    z-index: 100;
    overflow: hidden;
}
/* 显示状态 - 添加 .show 类 */
.lang-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);  /* 显示时阴影加深 */
}

/* 下拉选项 */
.lang-option {
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.2s ease;
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
}

/* 显示时选项依次淡入 */
.lang-dropdown.show .lang-option {
    opacity: 1;
    transform: translateX(0);
}

/* 第一个选项 */
.lang-dropdown.show .lang-option:nth-child(1) {
    transition-delay: 0.05s;
}

/* 第二个选项 */
.lang-dropdown.show .lang-option:nth-child(2) {
    transition-delay: 0.1s;
}

.lang-option:hover {
    background-color: #f5f5f5;
    color: #FFBA00;
}


/* 全局字体设置 - 确保微软雅黑 */
body, input, button, select, textarea {
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}

/* 语言输入框字体 */
.lang-box .lang-input {
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
}

/* 用户名密码输入框字体 */
.login_body input {
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
