﻿
#app {
    width: 100%;
    height: 100%;
}

[v-cloak] {
    display: none;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(179, 179, 179);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(179, 179, 179);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(179, 179, 179);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(179, 179, 179);
}

.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.phone {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.back {
    width: 0.7rem;
}

.Title {
    width: 100%;
    box-sizing: border-box;
}

    .Title img {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0.2rem;
        padding-top: 0.15rem;
        height: 0.4rem;
        z-index: 99;
    }

.text {
    height: 0.75rem;
    margin-top: 1.5rem;
    margin-left: 0.5rem;
    font-size: 0.5rem;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
}

.text2 {
    margin-left: 0.5rem;
    margin-top: 0.05rem;
    font-size: 0.25rem;
    color: rgb(188, 188, 188);
    line-height: 0.25rem;
}

.input {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ececec;
    margin: 1.2rem 0.4rem 0 0.4rem;
    box-sizing: border-box;
}

.inputLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.72rem;
    height: 0.72rem;
    z-index: 1;
}

    .inputLeft img {
        width: 0.4rem;
        height: 0.4rem;
    }

.inputRight {
    width: 100%;
    box-sizing: border-box;
}

    .inputRight input {
        float: left;
        height: 0.72rem;
        width: 100%;
        line-height: 0.72rem;
        color: #000;
        outline: none;
        border: none;
        font-size: 0.28rem;
        background-color: transparent;
        box-sizing: border-box;
    }

.inputClear {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.56rem;
    height: 0.72rem;
    z-index: 1;
    padding: 0.08rem 0;
    box-sizing: border-box;
}

    .inputClear img {
        width: 0.35rem;
        height: 0.35rem;
    }

.input2 {
    display: flex;
    align-items: center;
    margin: 1.2rem 0.4rem 0 0.4rem;
    box-sizing: border-box;
}

.InputBox {
    width: 13%;
    height: 0.72rem;
    line-height: 0.72rem;
    color: #000;
    outline: none;
    border: none;
    font-size: 0.28rem;
    border-bottom: 1px solid #d8d8d8 !important;
    margin: 0 0.04rem;
    text-align: center;
    box-sizing: border-box;
}

.privacy {
    width: 100%;
    overflow: hidden;
    min-height: 0.68rem;
    text-align: left;
    margin-top: 0.3rem;
    margin-bottom: 1.2rem;
    color: rgb(179, 179, 179);
    padding: 0.1rem 0.5rem;
    box-sizing: border-box;
    font-size: 0.24rem;
}

    .privacy span {
        padding-left: 0.28rem
    }

    .privacy a {
        float: left;
        color: rgb(179, 179, 179);
        text-decoration: none;
        height: 0.24rem;
        line-height: 0.24rem;
        font-size: 0.24rem;
    }

    .privacy label {
        float: left;
        display: inline-block;
        height: 0.24rem;
        position: relative;
        padding-left: 0.28rem;
        line-height: 0.24rem;
        font-size: 0.24rem;
        text-align: left;
    }

        .privacy label input {
            width: 0.14rem;
            height: 0.14rem;
            position: absolute;
            left: 0.03rem;
            top: 0.02rem;
        }

            input[type="checkbox"]:before {
                background: url(../img/icons_checkbox.png) center center no-repeat;
                background-size: 100% 100%;
            }

            input[type="checkbox"]:checked:after {
                background: url(../img/icons_checkbox_on.png) center center no-repeat;
                background-size: 100% 100%;
            }

             input[type="checkbox"]:before, input[type="checkbox"]:after {
                display: block;
                position: absolute;
                content: '';
                top: 50%;
                left: 50%;
                width: 0.18rem;
                height: 0.18rem;
                margin: -0.09rem 0 0 -0.09rem;
            }
.button {
    width: 100%;
    height: 0.72rem;
    overflow: hidden;
    padding: 0 0.4rem;
    box-sizing: border-box;
    margin-bottom: 20px
}

    .button a {
        display: block;
        width: 100%;
        height: 0.72rem;
        text-align: center;
        color: #fff;
        line-height: 0.72rem;
        background-color: #ff8c01;
        font-size: 0.28rem;
        border-radius: 0.72rem;
        text-decoration: none
    }

.box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.boxTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
    margin-top: 3rem;
    margin-bottom: 3.6rem;
}

    .boxTitle img {
        width: 1.2rem;
        height: 1.2rem;
        margin-bottom: 0.3rem;
    }

    .boxText {
        font-size: 0.5rem;
        color: limegreen;
    }

.boxButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .boxButton a {
        display: block;
        width: 50%;
        background-color: yellowgreen;
        height: 0.7rem;
        text-align: center;
        line-height: 0.7rem;
        font-size: 0.28rem;
        color: #fff;
        text-decoration:none
    }

.privacyIframe {
    height: 990px;
    margin-top: 25px;
}