﻿@charset "utf-8";

body {
    font: 100% 微软雅黑, 宋体;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #3686be;
    color: #FFF;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header {
    width: 1000px;
    margin: 0 auto;
    height: 100px;
}

.hdleft {
    width: 500px;
    float: left;
    text-align: left;
    font-size: 24px;
}

    .hdleft img {
        margin: 20px;
        vertical-align: -24px;
    }

.hdright {
    float: right;
    width: 400px;
    padding-top: 35px;
    text-align: right;
}

    .hdright a, a {
        font-size: 18px;
        text-decoration: none;
        color: #FFF;
        display: inline-block;
        padding: 5px 0px;
        margin: 0 10px;
    }

        .hdright a:hover, a:hover {
            border-bottom: 1px dotted #FFF;
        }

.hdmiddle {
}

.content {
    margin: 0 auto;
    width: 1000px;
}

.footer {
    margin: 0 auto;
    margin-top: 100px;
    background-color: #2b74a7;
    height: 100px;
    padding: 30px;
    font-size: 14px;
}

.navigate {
    padding-top: 50px;
    height: 200px;
}

h1 {
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 5px;
}

.item {
    height: 50px;
    margin: 20px auto;
    clear: both;
}

    .item label {
        width: 330px;
        float: left;
        text-align: right;
        display: block;
        text-align: right;
        font-size: 20px;
        padding-top: 13px;
    }

    .item input {
        border: medium none;
        border-radius: 2px;
        color: #565656;
        *float: left; /* IE6 */
        font-size: 18px;
        height: 53px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0 15px;
        transition: all 0.2s ease-in-out 0s;
        width: 320px;
        *width: 280px; /* IE6  */
        font-family: 微软雅黑,宋体;
        *line-height: 55px; /* IE6 */
        line-height /*\**/: 55px\9;     /* IE6/7/8 专有样式 */
    }

.itemstate {
    display: inline-block;
    width: 330px;
    float: right;
    text-align: left;
    padding-top: 8px;
}
/*错误*/
.msgError {
    color: #f33;
    text-shadow: 0px 0px 1px #999;
}
/*可用*/
.msgOk {
    color: #6f9;
    text-shadow: 0px 0px 1px #333;
}
/*提示*/
.msgTips {
    color: #eee;
    text-shadow: 0px 0px 1px #333;
}

.btn {
    border: medium none;
    border-radius: 2px;
    padding: 0 15px;
    height: 53px;
    /**/
    background: none repeat scroll 0 0 #e67e22;
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 320px;
    cursor: pointer;
    outline: none;
}

    .btn:hover {
        background-color: #d35400;
    }

.regstep, .arrow {
    margin-top: 20px;
    margin-bottom: 40px;
}

.regstep {
    display: inline-block;
    width: 200px;
    height: 40px;
    background-color: #3974a6;
    padding: 5px 10px;
    float: left;
    line-height: 30px;
}

.arrow {
    float: left;
    margin-right: 20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #3974a6;
    border-bottom: 20px solid transparent;
}

.firststep {
    margin-left: 140px;
}

/*重发激活码页面的第1步左侧间距*/
.retryFirstStep {
    margin-left: 260px;
}

.disabledstep {
    color: #aaa;
}

/*.retryStep {
    margin-top: 20px;
}*/

#UserEmail {
    margin: 0 10px;
}

.caption {
    color: #aaa;
}

#jumpLink {
    height: 30px;
}

#debug {
    height: 200px;
    padding-left: 400px;
    overflow: auto;
    color: #FFF;
    background-color: rgba(120,120,120,0.2);
    text-align: left;
}

.ResultMsg {
    font-size: 18px;
}
