﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
a{text-decoration: none }
a:hover{text-decoration: none}

body {
	font-family: 微软雅黑;
	font-size: 16px;
	color: #255390;
	line-height: 30px;
	background-color: #255390;
	background-image: url(../images/bg01.svg);
	background-repeat: no-repeat;
	background-position: center top;
        /* 核心修改：让背景图宽度等于容器宽度 */
	background-size: 100% auto;
}

#box {
	width: 560px;
	height: auto;
	overflow: hidden;
	margin: 145px auto 0px auto;
        /* 圆角和底色 */

        border-top-left-radius: 10px;

        border-top-right-radius: 10px;

        background-color: rgba(255, 255, 255, 0);
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 40px;
        /* 核心修改：让背景图宽度等于容器宽度 */
	background-size: 100% auto;
}


#left {
	width: 359px;
	height: auto;
	overflow: hidden;
	min-height: 230px;
	border-right: dashed 1px #999999;/* 登陆框右边虚线，务必保留 */
	float: left;
}
#title {
	height: 85px;
	background-image: url("../images/Rekyland.png");
        background-size: 73px 73px; /* 宽度 73px, 高度 73px */;
	background-repeat: no-repeat;
	padding-left: 80px;
	font-weight: bold;
	font-size: 26px;
	color: #255390;
	line-height: 78px;
}
#login {
	height: auto;
	overflow: hidden;
}
#uname {
    width: 300px;
    height: 40px;
    border: 0px solid #CCCCCC;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s; /* 让发光过渡更平滑 */
}

/* 当鼠标点击进去时的全包围发光 */
#uname:focus {
    outline: none;
    font-size: 16px;
    border-color: #255390; /* 边框变蓝 */
    /* x偏移0, y偏移0, 模糊10px, 颜色透明度0.3 */
    box-shadow: 0 0 8px rgba(37, 83, 144, 0.4); 
}

#upass {
	width: 300px;
	height: 40px;
	border: solid 0px #CCCCCC;
	line-height: 40px;
	padding-left: 10px;
        font-size: 16px;
	margin-bottom: 20px;
}
#btn01 {
	width: 300px;
	height: 46px;
	background-color: #255390;
	border: solid 0px #FFFBFB;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	margin-top: 10px;
        cursor: pointer;
}
#login a:link,#login a:visited {
	color: #8C8C8C;
	text-decoration: none;
}
#login a:hover,#login a:active {
	color: #255390;
	text-decoration: none;
}


select,input{

    box-sizing:border-box;

}
 
#text {
	width: 160px;
	height: auto;
	overflow: hidden;
	margin-left: 40px;
	float: left;
}
#textcode {
	width: 60px;
	height: 40;
	overflow: hidden;
	margin-left: 40px;
	float: left;
}
#text a:link,#text a:visited {
	color: #255390;
	text-decoration: none;
}
#text a:hover,#text a:active {
	color: #255390;
	text-decoration: none;
}
#text img {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#box1 {
	width: 560px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 30px auto;
        /* 圆角和底色 */

        border-top-left-radius: 10px;

        border-top-right-radius: 10px;

        background-color: rgba(255, 255, 255, 1);
        /* 圆角和底色 */

        border-top-left-radius: 10px;

        border-top-right-radius: 10px;

        background-color: rgba(255, 255, 255, 0);
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 40px;
/* 核心修改：让背景图宽度等于容器宽度 */

	background-size: 100% auto;
}
#reg {
	height: auto;
	overflow: hidden;
}
#reg li {
	list-style-type: none;
	padding: 10px 0px;
	border-bottom: dashed 0px #CCC;
}
.input01 {
    width: 230px;
    height: 30px;
    border: solid 0px #CCCCCC;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 29px;
}
.font01 {
	font-weight: bold;
	color: transparent;
}
#btn02 {
	width: 155px;
	height: 46px;
	background-color: #255390;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 46px;
	margin-top: 10px;
	margin-left: 100px;
        cursor: pointer;
}
#btn03 {
	width: 155px;
	height: 46px;
	background-color: #AFAFAF;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 46px;
	margin-top: 10px;
	margin-left: 20px;
        cursor: pointer;
}

#title1 {
	width: 320px;
	height: 60px;
	border-bottom: solid 1px #999999;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #255390;
	line-height: 60px;
}
#text2 {
	width: 320px;
	height: auto;
	overflow: hidden;
	padding: 20px 0px;
}
#sname,#smbda {
	width: 300px;
	height: 40px;
	border: solid 0px #CCCCCC;
	line-height: 40px;
	padding-left: 10px;
        font-size: 16px;
	margin-bottom: 20px;
}
#text3 {
	padding-top: 20px;
	text-align: center;
}
#show {
	width: 320px;
	height: auto;
	overflow: hidden;
}
/* 建议给验证码输入框定义一个类名，例如 .input-captcha */
#rand {
    width: 200px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    border: 0px solid #ccc;
    
    /* 核心设置：确保内边距不撑大盒子 */
    box-sizing: border-box !important;

    /* 优化建议：防止浏览器默认黑框，并让边框颜色变化平滑 */
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}



#uname:focus, #upass:focus, #rand:focus, #rname:focus, #sname:focus, #rpass:focus,#input01:focus,#email:focus,#tel:focus,#mbda:focus,#select:focus {
    outline: none;           /* 去掉难看的黑框 */
    border: 1px solid #255390; /* 变成你的主题蓝色 */
    box-shadow: 0 0 3px rgba(37, 83, 144, 0.5); /* 增加一点发光感 */
}
