html, body {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.fb-tit {
    color: #000;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 5vh;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: 'Microsoft YaHei';
}

.TC-fwcx {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

    .TC-fwcx .div1,
    .TC-fwcx .div2,
    .TC-fwcx .div3 {
        width: 100%;
    }

    .TC-fwcx .div1 {
        background: #fff;
    }

.logo {
    text-align: center;
}

    .logo img {
        width: 65%;
        padding-top: 10vh;
    }


.TC-fwcx .div1 div.tab {
    height: 28px;
    margin-top: 2vh;
    width: 100%;
}

.TC-fwcx .div1 div.tit {
    margin: 5vh auto 0 auto;
    text-align: center;
}

    .TC-fwcx .div1 div.tit .p1 {
        color: #333;
        font-size: 1em;
        line-height: 35px;
        letter-spacing: 0.5px;
    }

    .TC-fwcx .div1 div.tit .TextBox1 {
        width: 75%;
        margin: 0 auto;
        overflow: hidden;
    }


        .TC-fwcx .div1 div.tit .TextBox1 input {
            height: 40px;
            width: 100%;
            outline: 0;
            border: 1px solid #000;
            color: #000;
            font-size: 14px;
            text-align: center;
            background: #fff;
            line-height: normal;
            border-radius: 25px;
            -webkit-appearance: none;
        }

    .TC-fwcx .div1 div.tit .ImageButton1 input {
        height: 45px;
        width: 65%;
        outline: 0;
        border: 0;
        color: #000;
        background: #ccc;
        display: inline-block;
        font-size: 1.2em;
        text-align: center;
        line-height: normal;
        margin: 7vh 0 4vh 0;
    }

.cx2 {
    font-size: 1rem;
    color: #333;
}

    .cx2 p {
        margin-bottom: 10px;
        line-height: 25px;
    }

    .cx2 span {
        font-weight: bold;
        font-size: 1rem;
        color: #000;
    }

.Code-img {
    text-align: center;
    padding: 8vh 0 2vh;
}

    .Code-img img {
        height: 100px;
    }

.inputTitle {
    width: 75%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 30px;
}


#NoticeInfo {
    color: Red;
}

.fw-txt {
    width: 99%;
    position: relative;
}

.BtnQuery {
    width: 100%;
    margin: 30px auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    background: url(/public/images/fbbg.png) center no-repeat;
    background-size: 100%;
}

/*.BtnQuery:active {
        border: 1px solid #626262;
    }*/

.PressMask {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}


.width-75 {
    width: 75%;
    margin: 0 auto;
}
