﻿*{margin:0;padding:0;}
.top {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #206ca4;
    color: #FFF;
    z-index: 99;
}
    .top .logo {
        display: block;
        height: 27px;
        position: absolute;
        top: 11px;
        left: 20px;
        z-index: 10002;
    }
img {
    border: 0;
    vertical-align: middle;
}
.main {
    width: 640px;
    margin: 30px auto;
    font-size: 12px;
    text-align: center;
    position: relative;
}
    .main h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 60px;
    }
    .main .step {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }
        .main .step .begin_gray {
            background-position: 0px 0px;
        }
        .main .step .begin_blue {
            background-position: 0px -44px;
        }
       
        .main .step ul li {
            float: left;
            width: 211px;
            height: 34px;
            line-height: 34px;
            display: block;
            position: relative;
        }
        .main .step li, .success {
            background: url(/Content/images/front/steps.png) no-repeat;
        }
li {
    list-style: none;
}
.main .step ul li > i {
    position: absolute;
    top: 0px;
    left: 45px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
}
.main .step ul li span {
    font-size: 14px;
}
.main .form-box {
    position: relative;
    width: 356px;
    margin: 74px auto;
    text-align: left;
}
    .main .form-box .row {
        height: 38px;
    }
        .main .form-box .row > label {
            position: relative;
            display: inline-block;
            width: 80px;
            height: 30px;
            line-height: 30px;
            text-align: right;
        }
.wln-yellow-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 7px solid #FAA200;
    border-radius: 2px;
}
.main .form-box .row > input {
    width: 259px;
    height: 30px;
    line-height: 28px;
    padding: 4px;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px #aeaeae solid;
    background-color: #fff;
}
    .main .form-box .row > input:hover, .main .form-box .row > input:focus {
        border: 1px #206ca4 solid;
    }
input {
    outline: none;
}
.main .form-box .row .error {
    border-color: #ff6267;
    background-color: #ffe1e2;
}

    .main .form-box .agreement {
        margin: 20px 0 0 80px;
        display: flex;
        align-items: center;
    }
    .main .form-box .agreement > span:nth-child(1):hover {
        border-color: #268DD3;
    }
    .main .form-box .agreement > span:nth-child(1) {
        display: inline-block;
        width: 12px;
        height: 12px;
        position: relative;
        line-height: 12px;
        text-align: center;
        font-size: 12px;
        margin-right: 6px;
        border: 1px solid #BFBFBF;
        font-family: "iconfont";
    }
    .main .form-box .agreement .active::before {
        
    }
.main .form-box .row .code-img {
    width: 75px;
    height: 28px;
    margin-left: 24px;
    cursor: pointer;
}
    .main .form-box .agreement a {
        color: #206ca4;
        text-decoration: none;
    }
.main .form-box .btn {
    margin: 12px 0 0 80px;
    width: 260px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #cccccc;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
}
.main .form-box .btn-active {
    color: #ffffff;
    background-color: #206ca4;
    border-color: #206ca4;
    cursor: pointer;
}
.main .form-box .row > button {
    display: inline-block;
    width: 78px;
    height: 28px;
    margin-left: 24px;
    outline: none;
    border-radius: 3px;
    color: #000;
    border-color: #333;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}
.main .form-box .row .code-input {
    width: 156px;
}
.success-info {
    text-align: center;
    font-size: 14px;
}
    .success-info .icon-success {
        font-family: 'iconfont';
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
        border-radius: 50%;
        background-color: #0082D1;
        font-size: 16px;
        color: #ffffff;
    }
.success-btn {
    width: 162px;
    margin: 20px auto;
}
    .success-btn > a {
        display: block;
        width: 160px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        outline: none;
        border-radius: 4px;
        color: #ffffff;
        cursor: pointer;
        border: 1px solid #206ca4;
        background-color: #206ca4;
    }
        .success-btn > a:hover {
            color: #fff;
            background-color: #2283cb;
        }
        .success-info i {
            font-size: 25px;
            color: #0082D1;
        }