﻿/*基本样式*/
html {
    width: 100%;
    min-width: 1000px;
}

body {
    width: 100%;
    font-family: "Microsoft YaHei","SimSun","Arial, Helvetica, sans-serif";
    color: #444;
    font-size: 12px;
    text-align: left;
    background-color: #f2f2f2;
    overflow-x: hidden;
    position: relative;
}

html, body, div, span, ul, li, ol, dl, dt, dd, table, td, th, p, fieldset, form, pre, blockquote, h1, h2, h3, h4, h5, h6, input, img, a {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

h2 {
    font-size: 12px;
}

i, em {
    font-style: normal;
}

img {
    border: none;
}

a:link {
    color: #444;
    text-decoration: none;
}

a:visited {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #ff5a00;
    text-decoration: none;
}

a:active {
    color: #ff5a00;
    text-decoration: none;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    zoom: 1;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*登录注册头部*/
.top {
    padding: 16px 0px;
    background: #fff;
}

    .top .logo {
        display: block;
        height: 63px;
        /*line-height: 60px;*/
        margin-right: 17px;
        text-align:center;
    }

        .top .logo img {
            width: auto;
            height: auto;
            max-height: 63px;
            max-width: 188px;
            vertical-align: middle;
        }

    .top .title {
        height: 39px;
        padding-left: 17px;
        margin-top: 12px;
        line-height: 39px;
        font-size: 20px;
        color: #333333;
        border-left: 1px solid #D8D8D8;
    }

    .top .tel {
        margin-top: 14px;
    }

        .top .tel i {
            display: block;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 23px;
            margin-right: 16px;
        }

            .top .tel i img {
                width: auto;
                height: auto;
                max-width: 26px;
                max-height: 26px;
                vertical-align: middle;
            }

        .top .tel .telCon span {
            display: block;
            font-size: 14px;
            color: #333333;
            line-height: 20px;
            margin-bottom: 3px;
        }

            .top .tel .telCon span img {
                vertical-align: middle;
                margin-bottom: 3px;
                margin-left: 4px;
            }
/*footer样式*/
.footer {
    clear: both;
    width: 100%;
    min-width: 1002px;
    font: 12px "Microsoft YaHei";
    background-color: #fff;
}

.footer {
    color: #999;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
}

    .footer a, .footer * {
        font-size: 12px !important;
        font-family: "Microsoft YaHei" !important;
    }

    .footer a {
        text-decoration: none;
    }

    .footer img {
        vertical-align: top;
    }

    .footer .in,
    .license .in {
        width: 1100px;
        margin: 0 auto;
    }

    .footer .nag {
        margin-bottom: 15px;
    }

        .footer .nag a {
            color: #999;
        }

            .footer .nag a:hover {
                color: #01A7f1;
            }

        .footer .nag .e {
            float: left;
            width: 120px;
            line-height: 24px;
        }

        .footer .nag .e_first {
            position: relative;
            width: 230px;
            padding-left: 74px;
        }

        .footer .nag label {
            position: absolute;
            width: 70px;
            font-size: 14px;
            text-align: right;
            left: 0;
            *margin-top: -5px;
        }

        .footer .nag strong {
            font-weight: normal;
            color: #333;
        }

    .footer .code {
        float: left;
        width: 80px;
        padding-top: 5px;
    }

        .footer .code span {
            display: block;
            text-align: center;
            margin-top: 10px;
        }

    .footer .c_first {
        margin-right: 15px;
    }

    .footer .note {
        position: relative;
        line-height: 24px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .footer .note span {
            position: relative;
            display: block;
            font-size: 12px;
            padding: 0 5px;
            z-index: 2;
        }

    .footer.f2 {
        border-top: 0 none;
    }

    .footer.fixbottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .main{
    padding:69px 0px;
    background:url(../images/login/dl_bg.png) no-repeat;
}
    
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
 /* WebKit browsers */ 
color: #999; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
 /* Mozilla Firefox 19+ */ 
color: #999; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
 /* Internet Explorer 10+ */ 
color: #999; 
} 
