﻿
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

html, body {
    background-color: #f5f5f5;
    max-width: 500px;
    overflow-x: hidden;
    margin: 0 auto;
    height: 100%;
}

.top {
    font-size: 0.16rem;
    height: 0.5rem;
    text-align: center;
    position: relative;
    line-height: 0.5rem;
    background-color: white;
    z-index: 10;
    font-weight: bold;
}

    .top span {
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        left: 0;
        top: 0;
    }

.number {
    font-size: 0.16rem;
    text-align: center;
    margin-top: 0.1rem;
}

    .number input {
        width: 100%;
        padding-left: 0.2rem;
        height: 0.45rem;
        outline: none;
        background-color: white;
        border: none;
        font-size: 16px;
    }

    .number p {
        line-height: 0.4rem;
        color: #888;
        text-align: left;
        font-size: 16px;
        padding-left: 0.2rem;
    }

.move {
    width: 3.4rem;
    font-size: 0.12rem;
    overflow: hidden;
    height: 0.32rem;
    border: 0.01rem solid #ddd;
    line-height: 0.32rem;
    border-radius: 0.16rem;
    margin: 0 auto;
    background: white;
}

    .move img {
        float: left;
        width: 0.75rem;
    }

    .move p {
        float: left;
        color: #666;
        width: 2.5rem;
        text-align: center;
    }

.next {
    width: 3.4rem;
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-top: 0.2rem;
    height: 0.4rem;
    border-radius: 0.1rem;
    background: #3aacfa;
    color: white;
    font-size: .15rem;
}

#zhezhao {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 0.16rem;
    background: rgba(0,0,0,0.5);
}

    #zhezhao .box {
        width: 3rem;
        height: 1.9rem;
        background: white;
        border-radius: 0.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1rem;
        margin-left: -1.5rem;
    }

.box h3 {
    text-align: center;
    padding-top: 0.2rem;
    line-height: 0.5rem;
}

.box p {
    text-align: center;
    line-height: 0.3rem;
}

.box .bot {
    border-bottom: 0.01rem solid #999;
    padding-bottom: 0.2rem;
}

.box span {
    width: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.4rem;
    line-height: 0.4rem;
    border-right: 0.01rem solid #999;
    text-align: center;
    font-size: 0.16rem;
}

.box button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.5rem;
    border: none;
    outline: none;
    text-align: center;
    line-height: 0.4rem;
    background: transparent;
    color: #3aacfa;
    font-size: 0.16rem;
}

.top img {
    margin-top: 0.7rem;
    height: 0.6rem;
}
.number img {
    margin: 0.3rem;
    height: 0.6rem;
}