﻿@charset "utf-8";

/* 全局 */

body {
    font-family: SimSun;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #44483c;
    background:#f7f7f7 url(../images/bg.gif) no-repeat;
    background-size: cover;
}

div, form, ul, ol, li, span, p, dl, dd, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, th {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style: none;
}

table, td, input {
    font-size: 14px;
    padding: 0;
}

td {
    cursor: default;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }
    input,select,textarea:focus{ outline:none;}
    :-ms-input-placeholder{ color:#999;}
/* 主体 */
.guohui {
    width:160px;
    position:fixed;
    z-index:999;
    left:50%;
    top:65px;
    margin-left:-80px;
}
.b_logo {
    width:320px;
    position:fixed;
    z-index:999;
    left:50%;
    top:860px;
    margin-left:-160px;
}
.logo {
    width:900px;
    position:fixed;
    z-index:999;
    left:50%;
    top:220px;
    margin-left:-450px;
}
.all {
    width: 1002px;
    height:900px;
    margin:auto;
}

.login_box {
    position:fixed;
    z-index:999;
    left:50%;
    TOP:420px;
    margin-left:-208px;
    display:inline-block;
    border-radius:5px;
    padding:36px;
    background:#fff;
    box-shadow:0 2px 7px #cecece;
}

.title {
    display: block;
    font-family:Arial,'Microsoft YaHei';
    font-size: 28px;
    cursor:default;
    text-align:center;
    margin-bottom:32px;
    color:#000;
}

.text_input {
    width: 342px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d5d5d5;
    text-indent: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family:Arial;
    font-size: 14px;
    display:block;
    box-shadow:inset 0px 2px 3px #f2f2f2;
    transition: all .2s ease-in-out;
}


    .text_input:hover, .text_input:focus {
        border-color:#cfb6dc;
    }

.next {
    color: #0071d4;
    font-size: 14px;
    text-decoration: underline;
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}

.button {
    width: 344px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color:#cc0001;
    background:linear-gradient(#910001, #cc0001);
    border: 0;
    font-family:Arial,'Microsoft YaHei';
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: all .1s ease-in-out;
}

    .button:hover {
        opacity:0.9;
    }

.notice {
    text-decoration: underline;
}

.img {
    margin-top: 3px;
    *+margin-top:1px;
}

.yun_div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
}
.bottom {
    width:1959px;
    height:169px;
    position:fixed;
    left:50%;
    bottom:0;
    margin-left:-980px;
}
.relative {
    position:relative;
}
.SendBtn {
    width:86px;
    height: 36px;
    float: right;
    margin-top: -46px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background-color: #ED6D00;
    color: #fff;
    cursor:pointer;
}
    .SendBtn:hover {
        background:#FF7B0A;
    }