﻿/*** 总体样式***/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #eee;
    text-align: left;
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}

form, div, img, ul, ol, li, dl, dt, dd {
    padding: 0;
    border: 0;
    margin: 0;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

table, td, tr, th {
    font-size: 12px;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

.clearfix {
    *zoom: 1
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .clearfix:after {
        clear: both
    }
/*容器*/
.wrap1200 {
    width: 1200px;
    margin: 0px auto;
}

.wrap00 {
    width: 100%;
    background: #fff;
    margin: 0px auto;
}

.clear {
    clear: both;
}

/*页面公共*/
.header {
    height: 80px;
    line-height: 80px;
}

.Logo {
    float: left;
    width: 300px;
    font-size: 24px;
}

.ErrMessage {
    color: red;
}
/*主导航*/
ul.mainNav {
    height: 80px;
    font-size: 16px;
    font-weight: bold;
    float: right;
}

    ul.mainNav > li {
        float: left;
        height: 80px;
        padding: 0px 20px;
    }

        ul.mainNav > li a {
            color: #808080;
        }


.Banner {
    margin: 0 auto;
    width: 1200px;
    height: 200px;
    background: url("../../Images/Banner.jpg");
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainContent {
    padding-left: 20px;
    padding-top: 20px;
    background: #fff;
}

.Footer {
    text-align: center;
    padding: 20px;
    line-height: 30px;
}


.ArticleTitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.ArticleContent {
    padding: 50px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 24px;
}

.btnDefault {
    color: #fff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.btnPrimary {
    background-color: #409eff;
}

.btnSuccess {
    background-color: #67c23a;
}
/*登录注册开始*/
.RegArea {
    float: left;
    width: 320px;
    padding: 50px 100px;
}

    .RegArea dl {
        margin-bottom: 50px;
    }

    .RegArea dt, .RegArea dd {
        float: left;
        height: 50px;
        border-bottom: 1px solid #a0a0a0;
        line-height: 50px;
        padding-top: 10px;
    }

    .RegArea dt {
        width: 100px;
    }

    .RegArea dd {
        width: 220px;
        float: right;
    }

        .RegArea dd input {
            border: 1px solid #f2f2f2;
            width: 200px;
            height: 30px;
            padding-left: 10px;
        }

.ProArea {
    float: left;
    width: 400px;
    height: 400px;
    padding: 50px;
    overflow: auto;
    text-indent: 2em;
}

.SplitLine {
    float: left;
    width: 0px;
    height: 500px;
    border-left: 1px solid #808080;
}
/*登录注册结束*/
