*, body{
    margin: 0;
    padding: 0;
}

body{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #E2C7A7;
    position: relative;
    font-family: 'MicrosoftYaHei';
}

@font-face {
    font-family: 'MicrosoftYaHei';
    src: url('../font/MicrosoftYaHei.woff2');
    font-weight: normal;
    font-style: normal;
}

.center_block{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.set_bg{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}
.fade-in.visible {
    opacity: 1;
}

.content {
    width: 100vw;
    height: 100vh;
}
.content img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.scenario_one{
    width: 25rem;
    height: 10rem;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.scenario_one .go_in{
    width: 100%;
    height: 100%;
    border:none;
    background-image:image-set('../image/goIn@1x.png' 1x, '../image/goIn@2x.png' 2x, '../image/goIn@3x.png' 3x);
    background-image:-webkit-image-set(url(../image/goIn@1x.png) 1x, url(../image/goIn@2x.png) 2x, url(../image/goIn@3x.png) 3x);   
}
.scenario_two{
    width:46rem;
    height:44rem;
    background-image: url('../image/square@3x.png');
    padding: 5rem 6rem;
    box-sizing: border-box;
    z-index: 8888;
}
.scenario_two .tit{
    font-size:2.4rem;
    text-align: left;
    letter-spacing: 4px;
    margin-bottom:20px;
}

.scenario_two .tit .reload{
    width:2rem;
    height: 2rem;
    background-image: url(../image/reload.png);
    cursor: pointer;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
   
}
.scenario_two .tit .reload.reloading{
    transition: transform 0.5s ease;
    transform: rotate(360deg);
}

.scenario_two .generate_btn{
    width: 100%;
    height: 4.6rem;
    font-size:2rem;
    color:#fff;
    background: linear-gradient(#EAD3B4, #A58F6F); 
    border:none;
    border-radius: 1.6rem;
}
.scenario_two .journey_block{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.scenario_two .journey_block p{
    margin: 0;
    padding: 0;
    color:#7C705B;
    font-size:1.4rem;
    margin-top:10px;
}
.scenario_two .journey_block i{
    display: inline-block;
}
.scenario_two .journey_block i.icon_address{
    width: 4rem;
    height: 2.6rem;
    position: relative;
    bottom:-6px;
    background-image: image-set('../image/location@1x.png' 1x, '../image/location@2x.png' 2x, '../image/location@3x.png' 3x) ;
    background-image:-webkit-image-set(url(../image/location@1x.png) 1x, url(../image/location@2x.png) 2x, url(../image/location@3x.png) 3x);  
    background-position: left;
}
.scenario_two .journey_block i.icon_direction{
    width: 2rem;
    height: 1rem;
    background-image: image-set('../image/triangle@1x.png' 1x, '../image/triangle@2x.png' 2x, '../image/triangle@3x.png' 3x) ;
    background-image:-webkit-image-set(url(../image/triangle@1x.png) 1x, url(../image/triangle@2x.png) 2x, url(../image/triangle@3x.png) 3x); 
}

.scenario_two .journey_block .start_block, .scenario_two .journey_block .end_block{
    width: 50%;
    font-size:2.4rem;
    font-weight: bold;
}
.scenario_two .journey_block .start_block .address_block .name{
    position: relative;
    left:-34px;
}

.scenario_two .journey_block .end_block{
    text-align: right;
}
.scenario_two .journey_block .end_block .address_block i{
    background-position: right;
}
.scenario_two .journey_block .end_block .address_block i.icon_address{
    position: relative;
    right:-20px;
}
.scenario_two .journey_block .end_block .address_block .name{
    cursor: pointer;
    position: relative;
    right:-20px;
}
.scenario_two .journey_block .end_block .address_block .unname{
    color:#D8BFA1;
}
.scenario_two .journey_block .process_block{
    width: 100px;
    height:3px;
    background-color:#3E3425;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
.scenario_two .autograph_block{
    width: 100%;
    height: 15.6rem;
    border-radius: 20px;
    margin:30px 0 26px 0;
    background-color: #Fff;
    padding: 20px;
    box-sizing: border-box;
}
.scenario_two .autograph_block .canvas_block{
    width:100%;
    height: 100%;
    border-radius: 20px;
    border:1px solid #E2CEAF;
}



.scenario_three{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    background-color:rgba(32, 29, 27, .8);
    z-index: 7777;
}
.scenario_three .select_address{
    width:38rem;
    height:34rem;
    border-radius: .8rem;
    background: linear-gradient(#E7D1B0, #FFFFFF);
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}
.scenario_three .select_address .tit{
    font-size:2.4rem;
    text-align: left;
    letter-spacing: 4px;
    margin-bottom:30px;
}
.scenario_three .select_address .address_btn{
    width: 14rem;
    height: 5rem;
    font-size:2rem;
    color:#fff;
    background: linear-gradient(#EAD3B4, #A58F6F); 
    border:none;
    border-radius: 4rem;
    letter-spacing: 4px;
    margin-top:48px;
}
.scenario_three .select_address  .address_list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.scenario_three .select_address  .address_list li{
    width: 112px;
    height: 68px;
    line-height: 68px;
    background-color:#DACEBE;
    border-radius:10px;
    color:#3E3425;
    font-size:2rem;
    letter-spacing: 4px;
    margin:0 14px 14px 0;
    cursor: pointer;
}
.scenario_three .select_address  .address_list li.seleced{
    color:#FFF;
    background-color:#6F5B3E;
}

.scenario_four{
    width:34.6rem;
    height:33.2rem;
    background-image: url('../image/square@1x.png');
    text-align: center;
    font-size:2rem;
    font-weight: bold;
    color: #3E3425;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5555;
}

.scenario_four .tit{
    margin-bottom:20px;
}
.scenario_four .tip{
    margin-top:20px;
}

.scenario_four .image{
    width: 13.4rem;
    height: 13.4rem;
    position: relative;
}
.scenario_four .image .border_block{
   width: 100%;
   height: 100%;
   background-image: image-set('../image/border@1x.png' 1x, '../image/border@2x.png' 2x) ;
   background-image:-webkit-image-set(url(../image/border@1x.png) 1x, url(../image/border@2x.png) 2x); 
   z-index: 9999;
}
.scenario_four .image .qrcode_block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scenario_four .image canvas{
    display: none;
    width: 0;
    height: 0;
}

.scenario_four .image img{
    width: 92%;
    height: 93%;
    object-fit: contain;
    position:absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    border:none;
    display: inline-block;
    z-index: 999;
}

.scenario_four .t_over{    
    font-size:1.4rem;
}