body {
    font-family: 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1','STHeiti Light',Helvetica,sans-serif;
}
/* Login Page */
.login .navbar {
    background: #006dff;
    height: 60px;
}

.login .btn-default {
    margin: 13px 0 0 0;
    float: right;
    color: #1d70ef !important;
}

    .login .btn-default i {
        margin: 0 5px 0 0;
    }

.login .logo {
    display: block;
    float: left;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

    .login .logo:hover {
        text-decoration: none;
    }

    .login .logo img {
        display: inline-block;
        width: 37px;
        height: auto;
        margin: 0 12px 0 0;
    }

.login .banner {
    margin: 60px 0 0 0;
    height: 500px;
    background: url(../image/banner.login2.jpg) no-repeat top center;
}

    .login .banner * {
        display: block;
        text-indent: -999em;
    }

.section {
    position: relative;
    min-height: 320px;
    padding-top: 120px;
    background: #eceef2;
}

    .section .container {
        position: relative;
    }

    .section h4 {
        font-size: 21px;
    }

    .section p {
        font-size: 16px;
        color: #999;
    }

    .section.alt {
        background: #fff;
    }

    .section .left {
        position: absolute;
        top: -80px;
        z-index: 0;
    }

    .section .right {
        margin-left: 220px;
        z-index: 1000;
    }

    .section.alt .left {
        margin-right: 300px;
        position: relative;
        top: 0;
        z-index: 1000;
    }

    .section.alt .right {
        position: absolute;
        right: 15px;
        top: -80px;
        z-index: 0;
    }

    .section.s1 {
        min-height: 210px;
        padding-top: 50px;
        margin: -40px 0 0 0;
    }

        .section.s1 .left {
            top: -50px;
        }

        .section.s1 h4 {
            color: #006ad6;
        }

    .section.s2 h4 {
        color: #824be3;
    }

    .section.s3 h4 {
        color: #f96b02;
    }

    .section.s4 h4 {
        color: #14b966;
    }

/* Select Page */
.select {
    background: #f3f3f3;
}

    .select .top {
        background: url(../image/banner.select.png) no-repeat top center;
        height: 425px;
    }

    .select .logo {
        display: block;
        width: 200px;
        height: auto;
        float: left;
        margin: 35px 0 0 0;
    }

        .select .logo img {
            width: 100%;
            height: auto;
        }

    .select .set-box {
        margin: 0 auto;
        float: none;
    }

    .select .bottom {
        padding: 0 0 100px 0;
    }

        .select .bottom h1 {
            margin-top: 0;
            font-size: 21px;
            color: #666;
        }

            .select .bottom h1 span {
                margin: 0 0 0 10px;
            }

        .select .bottom p {
            color: #999;
        }

        .select .bottom form {
            margin: 30px 0 0 0;
        }

        .select .bottom label {
            text-align: left;
            padding-right: 0;
        }

        .select .bottom .btn {
            width: 100%;
        }

/* Process Page */
.process {
    background: #f3f3f3;
}

    .process .top {
        background: url(../image/banner.select.png) no-repeat top center;
        height: 425px;
    }

    .process .logo {
        display: block;
        width: 200px;
        height: auto;
        float: left;
        margin: 35px 0 0 0;
    }

        .process .logo img {
            width: 100%;
            height: auto;
        }

    .process .set-box {
        margin: 0 auto;
        float: none;
    }

    .process .bottom {
        padding-bottom: 100px;
    }

        .process .bottom h1 {
            margin-top: 0;
            font-size: 21px;
            line-height: 21px;
            color: #3d74eb;
            text-align: center;
            margin-bottom: 40px;
        }

            .process .bottom h1 i {
                position: relative;
                display: inline-block;
                width: 40px;
                height: 41px;
                background: url(../image/process.scan.png) no-repeat 0 0;
                top: 10px;
                margin: 0 12px 0 0;
            }

        .process .bottom .row .icon {
            position: relative;
            display: block;
            width: 32px;
            height: 32px;
            background-repeat: no-repeat;
            background-position: 0 0;
        }

        .process .bottom .row {
            margin-bottom: 10px;
        }

            .process .bottom .row h4 {
                font-size: 14px;
                line-height: 14px;
                color: #666;
                font-weight: 600;
            }

            .process .bottom .row p {
                font-size: 12px;
                line-height: 20px;
                color: #999;
            }

        .process .bottom .account .icon {
            background-image: url(../image/process.icon.account.png);
        }

        .process .bottom .tree .icon {
            background-image: url(../image/process.icon.tree.png);
        }

        .process .bottom .idea .icon {
            background-image: url(../image/process.icon.idea.png);
        }

        .process .bottom .keyword .icon {
            background-image: url(../image/process.icon.keyword.png);
        }

        .process .bottom .cost .icon {
            background-image: url(../image/process.icon.cost.png);
        }

        .process .bottom i.status {
            position: relative;
            display: block;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
            background-position: center center;
            top: 8px;
        }

        .process .bottom i.success {
            background-image: url(../image/process.icon.ok.png);
        }

        .process .bottom i.error {
            background-image: url(../image/process.icon.error.png);
        }

        .process .bottom i.loading {
            background-image: url(../image/process.icon.loading.png);
            -moz-animation: loaderAnimate 1000ms linear infinite;
            -o-animation: loaderAnimate 1000ms linear infinite;
            -webkit-animation: loaderAnimate 1000ms linear infinite;
            animation: loaderAnimate 1000ms linear infinite;
        }

@-webkit-keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loaderAnimate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes loaderAnimate {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes loaderAnimate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
