﻿
.header {
    background-color: #fff;
    z-index: 999;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,.1);
    /*box-shadow:0 2px 4px 0 rgba(0,0,0,.1);*/
}

.header-naver {
    background: url(../Images/注册1_03.png) no-repeat;
    background-position-y: center;
    background-position-x: 0px;
    height: 90px;
}

.header-title {
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding-left: 150px;
    color: #333;
    padding-top: 38px;
    text-decoration: none;
    display: block;
}

.header-home {
    float: right;
    padding-top: 38px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}


.reg {
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 4px;
    padding-bottom: 50px;
    padding-top: 10px;
    margin-top: 80px;
    border: solid 1px #f1f1f1;
}

.steps {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px rgba(0,0,0,.1);
    height: 46px;
}

    .steps ol {
        list-style: none !important;
    }

        .steps ol li {
            display: inline;
            float: left;
            width: 150px;
            padding-left: 70px;
            height: 46px;
            line-height: 46px;
            font-size: 16px;
            font-weight: 400;
            color: #999;
            display: inline-block;
        }

            .steps ol li i {
                background: url(../Images/step.png) -24px -0px no-repeat;
                display: inline-block;
                zoom: 1;
                *display: inline;
                margin-right: 5px;
                width: 24px;
                height: 24px;
                text-align: center;
                font-style: normal;
                line-height: 24px;
                font-size: 14px;
                font-weight: 700;
                color: #FFF;
            }

            .steps ol li.active {
                /*border-bottom: 2px solid #ff7519;*/
                color: #ff7519;
            }

                .steps ol li.active i {
                    background: url(../Images/step.png) -0px -0px no-repeat;
                }


.reg-body {
    text-align: center;
    padding-top: 30px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .reg-body table {
        width: 100%;
    }

        .reg-body table tr {
            height: 50px;
        }

.reg-body-h {
    width: 100px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
}

.reg-body input {
    width: 280px;
}

.fogot {
    color: #3094dc;
    font-size: 14px;
    margin-left: 6px;
    text-decoration: none;
}

    .fogot:hover {
        text-decoration: underline;
    }

.step1 {
}

.step2 {
    text-align: center;
    padding: 50px;
}

    .step2 p {
        font-size: 14px;
        color: #666;
    }

.step3 {
    text-align: center;
    padding: 50px;
}

    .step3 p {
        font-size: 14px;
        color: #666;
    }



.reg-yzm {
    color: #444444;
    border: solid 1px #d9d9d9;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    width: 280px;
    display: inline-block;
    overflow: hidden;
}

    .reg-yzm input {
        border: none;
        float: left;
        outline: none;
        width: 160px;
        margin-left: 3px;
        margin-top: 4px;
    }

    .reg-yzm > div {
        border-left: solid 1px #d9d9d9;
        background-color: #f2f2f2;
        padding:11px 12px;
        color: #666666;
        float: right;
        cursor: pointer;
        font-size:13px;
        height:100%;
    }

.btn-def {
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,0.65);
    background-color: #fff;
    border-color: #d9d9d9;
    background: linear-gradient(280deg, #00a5ff 58%,#399ce2);
    color: #fff;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
}

    .btn-def:hover {
        background: linear-gradient(280deg, #00a5ff 58%,#0c568a);
    }

.yq-tips {
    color: #444444;
    background: url(../Images/regico2.png) no-repeat;
    background-size: 36px;
    padding: 12px 0px 12px 33px;
    background-position-y: center;
    background-position-x: -5px;
    font-size: 20px;
}

.yq-ok {
    color: #444444;
    background: url(../Images/f_drp.png) no-repeat;
    background-size: 22px;
    padding: 12px 0px 12px 28px;
    background-position-y: center;
    background-position-x: 0px;
}

.yq-input {
    color: #444444;
    border: solid 1px #00a5ff;
    width: 320px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
}

    .yq-input input {
        border: none;
        float: left;
        outline: none;
        width: 160px;
        margin-left: 3px;
        margin-top: 7px;
        font-size: 20px;
    }

    .yq-input .btn-next {
        background-color: #00a5ff;
        padding: 12px 22px;
        color: #fff;
        float: right;
        cursor: pointer;
    }

.join-ok {
    display: none;
}

.yq-ok-tips {
    font-size: 14px;
    color: #666666;
}
/* 小屏幕兼容*/
@media screen and (max-width: 600px) {
    .header-naver {
        background-position-x: 10px;
        height: 60px;
    }

    .header-title {
        padding-top: 25px;
        padding-left: 160px;
    }

    .header-home {
        display: none;
    }

    .page, .header-naver {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.psw-rule {
    border: solid 1px #246c9499;
    width: 280px;
    background-color: #e2f0fcc7;
    border-radius: 3px;
    text-align: left;
    padding: 6px;
    margin-top:6px;
    display:none;
}

.psw-rule > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size:13px;
    color:#555;
}
.psw-rule > span {
    margin-right:6px;
}
.psw-rule > ul > .error {
    background: url(../Images/svg/error.png) no-repeat;
    background-size:15px;
    padding-left:20px;
}
    .psw-rule > ul > .right {
        background: url(../Images/svg/right.png) no-repeat;
        background-size: 15px;
        padding-left: 20px;
    }
.psw-rule > ul > li+li {
    margin-top:6px;
}

.meta-btn-eb {
    background-color: #eee !important;
    color: #999 !important;
}