﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "helvetica neue", arial, sans-serif;
    font-family: "΢���ź�";
}

input {
    outline: none;
}

a {
    cursor: pointer;
}

body {
    font-size: 12px;
    color: #333;
    background: url(../images/bc.jpg) center top no-repeat #1584c3;
}

.box {
    width: 565px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}

.box_logo {
    width: 565px;
    height: 189px;
    background: url(../images/index_logon01.png) center top no-repeat;
}

.box_text {
    width: 575px;
    margin: 15px auto;
    background: #f4f4f4;
    border-radius: 10px;
}

.box_text_right {
    float: right;
    width: 300px;
    padding: 34px 34px 34px 0;
}

.box_text_left {
    float: left;
    width: 208px;
    height: 315px;
    border-radius: 10px 0 0 10px;
    background: url(../images/login01.png) center top no-repeat #f2f2f2;
    border-right: 1px solid #eee;
}

.box_text1 {
    height: 36px;
    background: #fff;
    margin: 0 0 12px 0;
    border: 1px solid #eee;
    border-radius: 6px;
}

.box_text1_l {
    float: left;
    width: 54px;
    height: 36px;
    background: #fbfbfb;
    border-radius: 6px 0 0 6px;
    text-align: center;
}

    .box_text1_l img {
        padding: 7px 0 0 0;
    }

.box_text1_r {
    float: left;
    width: 216px;
    height: 36px;
    padding: 0 0 0 10px;
}

    .box_text1_r input {
        width: 214px;
        height: 36px;
        background: #fff;
        border: 0;
        font-size: 14px;
        color: #aaa;
        line-height: 36px;
    }

.box_text4 {
    height: 24px;
    padding: 2px 3px 6px;
}

.box_text4_l {
    float: left;
    width: 120px;
    color: #666;
}

    .box_text4_l a {
        float: left;
    }

    .box_text4_l span {
        float: left;
        line-height: 21px;
    }

    .box_text4_l img {
        padding: 0 8px 0 0;
    }

.box_error {
    height: 16px;
    line-height: 18px;
    padding: 3px 28px 0;
    color: #F30;
}

.box_text5 {
    height: 42px;
}

    .box_text5 input {
        width: 100%;
        height: 42px;
        line-height: 42px;
        background: #23a0e7;
        color: #fff;
        font-size: 18px;
        border: 0;
        border-radius: 6px;
        cursor: pointer;
    }

        .box_text5 input:hover {
            background: #1a8ed0;
            color: #fff;
        }

        .box_text5 input:active {
            background: #5268c3;
            color: #fff;
        }

.box_text6 {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #ccc;
    color: #666;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 6px;
}

.foot {
    width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 20px;
    color: #c1cdd8;
    text-align: center;
}

    .foot a {
        color: #c1cdd8;
        text-decoration: none;
    }

        .foot a:hover {
            color: #fff;
        }

.box_text4_l input {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.box_text2 {
    height: 36px;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.box_text2_r {
    float: left;
    width: 140px;
    height: 36px;
    padding: 0 0 0 10px;
    background: #fff;
}

    .box_text2_r input {
        width: 120px;
        height: 36px;
        background: #fff;
        border: 0;
        font-size: 13px;
        color: #aaa;
        line-height: 36px;
    }

.box_text3 {
    float: right;
    width: 90px;
    height: 36px;
    margin-right: 5px;
}

.box_text3_l {
    float: right;
    width: 80px;
    height: 36px;
}

    .box_text3_l img {
        width: 80px;
        height: 36px;
        margin: 0px 0 2px 5px;
        border: 0;
    }
