@charset "utf-8";

body {  font-size:13px; }
html,body{ 
	margin: 0; padding: 0;font-style:normal; 
    -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_guide {  position: absolute; top:0;right:0;bottom:0;left:0;min-width:100%;min-height:100%; background:rgba(0,0,0,.33); z-index:999; overflow: hidden; }

.guide_step01  {position: absolute;top:40vh; left:90px;}
.guide_step02  {position: absolute;bottom:20vh; left:80px;}
.guide_step03  {position: absolute;top:90px; left:220px;}
.guide_step04  {position: absolute;top:90px; left:330px;}
.guide_close {position: absolute;top:13vw; right:10vw;}

.guide_step01 img {width:39.95vw; max-width:533px;}
.guide_step02 img {width:40.7vw; max-width:543px;}
.guide_step03 img {width:34.78vw; max-width:464px;}
.guide_step04 img {width:41.08vw; max-width:548px;}
.guide_close img {width:15vw; max-width:158px;cursor:pointer; }




