@charset "utf-8";

/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei,微软雅黑";
    font-size: 14px;
    overflow-x: hidden;
    background: url(../images/jyqj.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-color: #0f8ada;
    background-size: 100% auto;
}


a {
    text-decoration: none;
    color: #333;
}

input,select {
    border: 0;
    outline: none; /*去除蓝色边框*/
}

.yynx_main {
    width: 1020px;
    height: 460px;
    position: absolute;
    top: 45%;
    margin-top: -240px;
    left: 50%;
    margin-left: -510px;
}

.yynx_main h1 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 25px;
}
.yynx_main h2 {
    color: #3b8cff;
    font-size: 35px;
    text-align: center;
    font-weight: normal;
}
.yynx_left {
    width: 700px;
    height: 375px;
    background: #d4eeff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    float: left;
}

.yynx_left h3 {
    color: #3b8cff;
    font-size: 21px;
    text-indent: 25px;
    margin: 0px;
    padding: 0px;
    margin-top: 34px;
    margin-bottom: 15px;
}

.tlqd_my {
    width: 640px;
    height: 300px;
    overflow: hidden;
    margin: auto;
}

.tlqd_list {
    width: 640px;
    height: 34px;
    line-height: 34px;
    color: #7d7d7e;
    font-size: 15px;
}

.tlqd_list span {
    float: left;
}

.zbnr {
    width: 500px;
    height: 34px;
    line-height: 34px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login_tp:hover {
    border-color: #3b8cff; /* 悬停时边框变蓝 */
    box-shadow: 0 2px 8px rgba(59,140,255,0.1);
}

.sirco {
    width: 7px;
    height: 7px;
    background: #696461;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    margin-top: 13px;
}

.tlqd_list span.sj_dx {
    float: right;
    text-align: right;
}

.zbnr a {
    display: block;
    color: #7d7d7e;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yynx_right {
    width: 320px;
    height: 375px;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    float: right;
}

.yynx_right h3 {
    font-size: 25px;
    font-weight: normal;
    color: #3b8cff;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin: 0px;
    padding-top: 8px;
}

.hanx {
    border-bottom: 1px solid #ddd;
}

.login_tp {
    width: 265px;
    height: 32px;
    border: 1px solid #ededed;
    margin: auto;
    border-radius: 3px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.login_tp input {
    width: 230px;
    height: 30px;
    line-height: 34px;
    border: none;
    background: none;
    float: left;
    display: block;
    text-indent: 15px;
}

.login_tp img {
    display: block;
    width: 21px;
    height: 23px;
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}
.login_tp_num {
    width: 265px;
    height: 32px;
    border: 1px solid #ededed;
    margin: auto;
    border-radius: 3px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.login_tp_num input {
    width: 189px;
    height: 30px;
    line-height: 34px;
    border: none;
    background: none;
    float: left;
    display: block;
    text-indent: 15px;
}

.login_tp_num img {
    display: block;
    width: 60px;
    height: 25px;
    float: right;
    margin-top: 2px;
    margin-right: 10px;
}


.ljdl_ks {
    width: 260px;
    height: 34px;
    line-height: 34px;
    margin: auto;
    background: #4d69f6;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    margin-top: 25px;
}

.ljdl_ks a {
    display: block;
    color: #fff;
}

.footer_db {
    height: 34px;
    line-height: 34px;
    background: #696461;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
/* 统一输入框样式 */
.input-container {
    width: 265px;
    height: 42px;
    border: 1px solid #d9e3f0;
    margin: 14px auto;
    border-radius: 6px;
    background: #f8fafc;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}

.input-container:hover {
    border-color: #3b8cff;
    box-shadow: 0 2px 8px rgba(59,140,255,0.1);
}

.input-container input {
    flex: 1;
    height: 40px;
    padding: 0 15px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    outline: none;
}

.input-container input::placeholder {
    color: #9ca3af;
}

/* 输入框图标样式 */
.input-icon {
    width: 21px;
    height: 23px;
    margin-right: 10px;
    opacity: 0.7;
}

/* 验证码图标特殊样式 */
.captcha-icon {
    width: 60px;
    height: 25px;
    margin: 0 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.captcha-icon:hover {
    transform: scale(1.05);
}
