﻿*{
    margin: 0;
    padding: 0;
}
ul{
    list-style:none;
}
a{
    text-decoration:none;
}
img,input{
    display: block;
    border: none;
}
.scene-wrap{
    width: calc(100vw);
    height:calc(100vh - 0.5rem);
    padding-top:0.5rem;
}
.sceneTit{height:0.4rem;font-size:0.3rem;font-weight: 700;text-align: center;line-height: 0.4rem;margin-bottom:0.2rem;}
.sceneImg{width:242px;margin:0 auto 1rem;transform: rotateY(180deg);-webkit-transform: rotateY(180deg);    /* Safari 和 Chrome */-moz-transform: rotateY(180deg);}
.botton-reds{width:5.7rem;height:0.82rem;margin:1.8rem auto 0;background: rgb(207,0,15);text-align: center;font-size:0.34rem;font-weight:600; color:#fff;line-height:0.82rem;border-radius:0.08rem; cursor: pointer;}

.err-wrap{
    width: calc(100vw);
    height:calc(100vh);
    background: #eee;
}
.errBox{width:100%;height:4.2rem;background: #fff;font-size:0.18rem;line-height: 0.25rem;text-align: center;font-weight:700;color:#999;}
.ERRImg{width:1.85rem;height:1.8rem;margin:0.8rem auto 0.4rem;}