﻿@charset "utf-8";
/* CSS Document */



/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
    font-size: 12px;
    font-family: "helvetica neue", arial, sans-serif;
}

input, select, textarea {
    font-size: 100%;
    outline: none;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align: inherit;
}
/* 去除默认边框 */
fieldset, img {
    border: none;
}

a {
    text-decoration: none;
}








body {
    background: url(../images/Primary/bc.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}

.fl, .fr {
    display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.box {
    width: 785px;
    margin: 70px auto;
    padding: 50px 0 10px 0;
}

.box_text {
    width: 765px;
    margin: 15px auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
}

.box_text_left {
    float: left;
    width: 408px;
    height: 366px;
    border-radius: 10px 0 0 10px;
    background: url(../images/Primary/login01.png) 10px 20px no-repeat #f6f6f6;
    border-right: 1px solid #eee;
}

.box_text_right {
    width: 301px;
    padding: 24px 34px 24px 0;
}

.box_text1 {
    height: 39px;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.box_text1_l {
    width: 54px;
    height: 36px;
    text-align: center;
}

    .box_text1_l img {
        padding: 7px 0 0 0;
    }

.box_text1_r {
    width: 200px;
    height: 36px;
    padding: 0 0 0 10px;
}

    .box_text1_r input {
        width: 200px;
        height: 34px;
        background: #fff;
        border: 0;
        font-size: 13px;
        color: #aaa;
        line-height: 36px;
    }

.box_text2 {
    height: 39px;
    background: #fff;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.box_text2_r {
    width: 144px;
    height: 36px;
    padding: 0 0 0 10px;
}

    .box_text2_r input {
        width: 100px;
        height: 34px;
        background: #fff;
        border: 0;
        font-size: 13px;
        color: #aaa;
        line-height: 36px;
    }

.box_text3 {
    width: 90px;
    height: 36px;
}

.box_text3_l {
    width: 88px;
    height: 32px;
}

    .box_text3_l img {
        width: 80px;
        height: 30px;
        margin: 2px 0 2px 5px;
        border-radius: 6px;
        border: 0;
    }

.box_text5 {
    width: 70%;
    height: 42px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}

    .box_text5 a {
        width: 100%;
        height: 37px;
        line-height: 37px;
        background: #f2533b;
        color: #fff;
        font-size: 16px;
        border: 0;
        border-radius: 50px;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .box_text5 a:hover {
            background: #f53c20;
            color: #fff;
        }

        .box_text5 a:active {
            background: #24c0d3;
            color: #fff;
        }

.box_error {
    height: 16px;
    text-align: center;
    line-height: 18px;
    padding: 3px 20px 0;
    color: #F30;
}




.BB_C_Title {
    margin: 20px 0 20px;
    color: #444;
    font-size: 18px;
    font-family: "微软雅黑";
    overflow: hidden;
    border-left: 5px solid #f2533b;
    text-indent: 1em;
}

    .BB_C_Title span.yellow {
        color: #f2533b;
    }

.foot {
    width: 900px;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

    .foot a {
        color: #fff;
        text-decoration: none;
    }

        .foot a:hover {
            color: #fff;
        }
