﻿@charset "UTF-8";

.icon-confirm-install {
    background-image:url(../imgs/app-link.png);
    background-size:cover;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 25px
}
html {
    background: #E5EAEE
}
a {
    color: #5d9bfc;
    text-decoration:none;
}
a:hover{
    text-decoration:underline
}
.content-wrap {
    position: absolute;
    left: 50%;
    top: 15px;
    border-radius: 5px;
    overflow: hidden;
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: #fff;
    text-align: center
}

    .content-wrap h1 {
        font-size: 18px;
        color: #4b565c;
        margin-top: 44px;
        letter-spacing: 2px;
        font-weight: normal
    }

    .content-wrap h3 {
        font-size: 15px;
        color: #4b565c;
        margin-top: 60px;
        font-weight: normal
    }


    .content-wrap .confirm-btn-wrap {
        margin-top: 25px
    }

    .content-wrap .confirm-btn-wrap .confirm-btn-enabled {
        display: none
    }

    .content-wrap #protocol-checkbox {
        vertical-align: -2px;
        margin-right: 8px;
        margin-left: 26px
    }

    .content-wrap .protocol-wrap {
        font-size: 14px;
        margin-top: 14px
    }

    .content-wrap .protocol-wrap .protocol-tips-wrap {
            margin-top: 5px
    }

   .content-wrap .protocol-wrap .protocol-tips {
            display: none;
            margin-right: 170px;
            color: #fe2626
    }

        .content-wrap .confirm-company-wrap .left-circle, .content-wrap .confirm-company-wrap .right-circle {
            display: inline-block;
            width: 100px;
            height: 100px;
            border-radius: 50px;
            background-color: #e9eef1;
            vertical-align: top
        }

        .content-wrap .confirm-company-wrap .left-circle {
            margin-right: 5px
        }

            .content-wrap .confirm-company-wrap .left-circle img {
                margin-top: 32px;
                margin-left: 6px
            }

        .content-wrap .confirm-company-wrap .right-circle {
            margin-left: 5px
        }

            .content-wrap .confirm-company-wrap .right-circle img {
                margin-top: 0px;
                margin-left: 0px;
                width: 100px
            }

        .content-wrap .confirm-company-wrap .relative-icon {
            display: inline-block;
            vertical-align: top;
            margin-top: -10px
        }

            .content-wrap .confirm-company-wrap .relative-icon i {
                margin-top: 55px
            }


    .content-wrap.confirm-install-wrap {
        width: 500px;
        height: 500px;
        margin-left: -250px
    }

        .content-wrap.confirm-install-wrap .title-wrap {
            padding-top: 80px
        }

            .content-wrap.confirm-install-wrap .title-wrap h2 {
                font-size: 16px;
                font-weight: normal;
                color: #6B7980;
                line-height: 1.4;
                text-align: center
            }

        .content-wrap.confirm-install-wrap .wx-link {
            font-size: 14px;
            position: absolute;
            bottom: 25px;
            width: 100%;
            left: 0
        }
    .content-wrap .register-wrap {
        padding-top: 15px;
    }
    .content-wrap .register-wrap .wx-link {
        font-size: 14px;
        position: inherit;
        bottom: 25px;
        width: 100%;
        left: 0
    }