﻿@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 14px;
    font-family: "微软雅黑";
}

button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

h2, h3 {
    font-size: 14px;
}

button, input, select, textarea, label {
    vertical-align: middle;
    outline: none;
}

img {
    vertical-align: middle;
    border: none;
    display: inline-block;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    color: #000;
    cursor:pointer;
}

    a:hover {
        text-decoration: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    word-wrap: break-word;
    word-break: break-all;
    _height: 100%;
}

.warp{
    width:1200px; 
    margin: 0 auto;
    overflow:hidden;
}

/* 头部开始 */
.header {
        width: 1200px;
    height: 90px; 
    margin: 0 auto;
    overflow: hidden;
    position:absolute;
    background-color:transparent;
    z-index: 999;
    margin-left:calc((100% - 1200px) / 2);
    margin-right:calc((100% - 1200px) / 2);
    border-bottom:1px solid rgba(235, 235, 235, 0.41) ;
    top: 0px;
    left: 0px;
}

    .header .title {
        position: relative;
        /* width: 132px; */
        height: 43px;
        margin-top: 23px;
        font-size: 35px;
        color: #e9e5e5;
        float: left;
        margin-bottom: 10px;
        /* background: url(../images/123logo.png) no-repeat center center; */
    }

    .header .title::before
    {
        position: absolute;
        font-size: 5px;
        /* width: 70px; */
        align-items: center;
        color: brown;
        top: 50px;
        left:45px;
    }

        .header h1 a {
            display: block;
            width: 132px;
            height: 43px;
            text-indent: -9999px;
        }

    .header .nav {
        width: 550px;
        height: 26px;
        float: right;
        margin-top: 35px;
        text-align: right;
        padding-left: 200px;
        _padding-left: 60px;
        *padding-left: 60px;
    }

        .header .nav ul li {
            height: 26px;
            float: left;
            padding: 0 20px;
            _padding: 0 20px;
            *padding: 0 20px;
            font-size: 18px;
            font-weight: bold;
        }

            .header .nav ul li a {
                color: #ffffff;
            }

                .header .nav ul li a.current {
                    color: #e9e5e5;
                }

                .header .nav ul li a:hover {
                    color: #e9e5e5;
                }

/* 底部开始 */
.footer {
    width: 100%;
    height: 660px;
    background:url(../images/db_bg.png) center 100%;
}

.footer_in {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    padding-bottom: 60px;
    overflow: hidden;
    font-size: 18px;
    color: #FAFAFA;
}

.footer_l {
    width: 545px;
    height: 260px;
    float: left;
    border-right: 1px solid #666;
    font-size: 24px;
    line-height: 50px;
    padding-left: 10px;
}

    .footer_l p {
        font-size: 16px;
    line-height: 40px;
    }

    .footer_l img {
        display: block;
    }

.footer_r {    
    width: 480px;
    height: 350px;
    padding-left: 60px;
    float: left;
    line-height: 40px;
}
.footer_r img {    
}
.footer_last {
    width: 100%;
    height: 36px;
    line-height: 50px;
    text-align: center;
    bottom:60px;
    position:relative;
    z-index:11;
    color: #FAFAFA;
}



.footer_last .fot_nav{
    list-style:none;
}
.footer_last .fot_nav li{
    float:left;
}
.footer_last .fot_nav li a{
    color:#fff;
    padding:0 8px;
}

.footer_icon{width: 100%;
    bottom:30px;
    position:absolute;
    z-index:10;
    background-color:transparent;}


.regdiv{
    background:#fff;
    position:relative;
    top:80px;
    right:0;
    width:320px;
    padding:40px 20px 20px 20px;
    display:flex;
    flex-direction:column;
}

.regitem{
    display:flex;
    flex-direction:row;
    margin-bottom:20px;
    overflow:hidden;
    align-content:center;
    align-items:center;
}


.txtInput{
    width: 300px;
    height: 36px;
    border: 1px solid #bdc7d8;
    background: #fcfcfc;
    vertical-align: middle;
    font-size: 14px;
    padding:5px 10px;
    line-height: 36px;
}

.txtVal{
    width: 200px;
}

.btnSend{
    width:90px;
    margin-left:10px;
    background:#e9e5e5;
    color:#1f1f1f;
    text-align:center;
    vertical-align:middle;
    height: 48px;
    line-height:48px;
    display:inline-block;
}

.btnLogin{
    width: 300px;
    height: 36px;
    border: 1px solid #bdc7d8;
    background: #426ef3;
    vertical-align: middle;
    text-align:center;
    font-size: 14px;
    padding:5px 10px;
    line-height: 36px;
    color:#ffffff;
    border-radius:10px;
}

.alink{
    color:#426ef3;
}