*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
}
body{
    width: 100%;
    background:white;
}
.header{
    // border-top: 0.1rem solid #c70026;
}
.banner{
    width: 100%;
    height: 10.025rem;
    position: relative;
}
.banner-img{
    width: 100%;
    height: 10.025rem;
    display: block;
}
.logo{
    width: 3.275rem;
    height: 2.025rem;
    display: block;
    position: absolute;
    left: 0.75rem;
    top: 0;
}
.content{
    padding:0.5rem 1.75rem;
}
.input-box{
    width: 100%;
    height: 3.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
}
input{
    outline: none;
    background:white;
    font-size:0.7rem;
}
.mobile{
    width: 7.5rem;
    border: none;
    height: 1.5rem;
}
.input-left{
    width: 7.5rem;
}
.code{
    width: 7.5rem;
    border: none;
    height: 1.5rem;
}
.hint{
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.6rem;
    color: #bb162b;
    position: relative;
    padding-left: 0.3rem;
    display: none;
}
.hint em{
    position: absolute;
    left: 0;
    top: 0.15rem;
}
.time-box{
    width: 5rem;
    height: 1.5rem;
    border:1px solid #bb162b;
    text-align: center;
    line-height: 1.5rem;
    font-size:0.6rem;
    color:#bb162b;
    background:white;
}
.timeStyle{
    background:white;
}
button{
    border:none;
    outline:none;
}
.confirm{
    width: 100%;
    height: 2.2rem;
    background:#bb162b;
    line-height: 2.2rem;
    text-align:center;
    font-size:0.95rem;
    color:white;
    margin-top: 0.5rem;
}
.pop-up{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.caution-pos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.caution{
    width: 13.45rem;
    height: 6.2rem;
    background:white;
    border-radius:0.5rem;
}
.caution-top{
    width: 100%;
    height: 4.025rem;
    border-bottom: 0.025rem solid #919095;
}
.caution-floor{
    width: 100%;
    height: 2.15rem;
    text-align:center;
    line-height: 2.15rem;
    font-size:0.9rem;
    color:#007aff;
}
.caution-con1{
    padding-top:0.75rem;
}
.caution-con1,.caution-con2{
    width: 100%;
    font-size:0.9rem;
    text-align:center;
}
.caution-con2{
    display: block;
}
.protocol-box{
    width: 100%;
    height: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top:1.0rem;
}
.circle{
    width: 0.8rem;
    height: 0.8rem;
    border:1px solid #dadada;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sel{
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background:#bd1b30;
}
.protocol-text{
    font-size:0.6rem;
    color:#666666;
    margin-left: 0.5rem;
}
.blue{
    color:#2f8cff;
    display: inline-block;
    text-decoration: none;
}
a:link{
    text-decoration: none;
}

.header{
    padding-top:2.25rem;
}

.new-logo-img{
    width: 7.425rem;
    height: 4.05rem;
    display: block;
    margin:0 auto;
}
.new-loging{
    font-size:1.1rem;
    font-weight:bold;
    margin-top: 2.125rem;
}
.mobile-left{
    width: 2.3rem;
    font-size:0.75rem;
    position: relative;
    margin-right: 0.5rem;
}
.mobile-left::after{
    width: 0.075rem;
    height: 0.95rem;
    background:black;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0.1rem;
}
.input-left2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.qiya_xz_con div{
    padding-left: 1rem;
    position: relative;
}
.qiya_xz{
    position: absolute;
    left: 0;
    top: 0.15rem;
}
.new-logo2{
    width: 100%;
    margin-top: 0.5rem;
}
.floor-btn{
    width: 100%;
    margin-top: 1.525rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.floor-btn-left,.floor-btn-right{
    font-size:0.75rem;
    color:#bb122b!important;
}