


@media (max-width:500px) and (min-width:320px){

    body{
        box-sizing: border-box;
        overflow: hidden;
    }
    
    h1{
        font-family:'Mukta', sans-serif; 
        font-size: 2.5rem;
        font-weight: 900;
    }
    h2{
        font-family: 'Mukta', sans-serif;
        font-size: 1.8rem;
        font-weight: 900;
        color: white;
    }
    
    h3{
        font-family: 'Mukta', sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        color: white;
    }
    
    h4{
        font-family: 'Mukta', sans-serif;
        font-size: 1.5rem;
        font-weight: 900;
        color:white;
    }
    h5{
        font-family: 'Mukta', sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        color:black;
    }
    p{
        font-family: 'Mukta', sans-serif;
        font-size: 1.15rem;
        font-weight:400;
        line-height: 1.4rem;
    }
    
    
    
    
    
    
    .greyback{
        position:fixed;
        width:100%;
        height:100vh;
        height:100dvh;
        left:0;
        top:0;
    }
    
    .greyback img{
        width:100%;
        height:100vh;
        height:100dvh;
    }
    
    
    
    
    
    
    
    .head{
        width:100%;
        position:fixed;
        height:5vh;
        height:5dvh;
        left:0;
        top:3vh;
        top:3dvh;
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .homebutton{
        width:90%;
        height:auto;
    }
    .menu{
        width:75%;
        height:5vh;
        height:5dvh;
        display:flex;
        justify-content: space-around;
        align-items: center;
    }
    .menu p{
        font-family: 'Mukta', sans-serif; 
        font-weight:400;
    }

    .menu_pc{
        display:none;
    }
    a{
        margin:0;
        padding-left:5%;
        font-size: 100%;
        text-decoration: none;
        vertical-align: baseline;
        color:black;
        background: transparent;
        width:60px;
    }
    .menu_button{
        position:fixed;
        width:40px;
        height:40px;
        border-radius: 50%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        right:15px;
        top:15px;  
        background-color: rgba(0,0,0,0.2);
        backdrop-filter: blur(20px);
        -webkit-background-color: rgba(0,0,0,0.2);
        -webkit-backdrop-filter:blur(20px);
        -moz-background-color:rgba(0,0,0,0.2);
        -moz-backdrop-filter:blur(20px);
    }
    .menu_button01,.menu_button02,.menu_button03{
        width:20px;
        height:2px;
        background-color:white;
    }
    .menu_button02{
        margin:5px 0;
    }
    
    .menu_content{
        width:100%;
        height:50vh;
        height:50dvh;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,0.2);
        backdrop-filter: blur(20px);
        -webkit-background-color: rgba(0,0,0,0.2);
        -webkit-backdrop-filter:blur(20px);
        -moz-background-color:rgba(0,0,0,0.2);
        -moz-backdrop-filter:blur(20px);
        position: fixed;
        right:0;
        top:0;
        transform:translateX(100%);
        transition:all 0.8s ease-in-out;
    }
    
    .menu_content p{
        font-size: 1.5rem;
        color: white;
        position:relative;
        padding-bottom:3vh;
        padding-bottom: 3dvh;
    }
    
    .menu_x{
        width:30px;
        height:30px;
        border-radius: 50%;
        border:solid 2px white;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .menu_x01,.menu_x02{
        width:20px;
        background-color: white;
        height:2px;
        position:absolute;
    }
    .menu_x01{
        transform:rotate(45deg);
        transform-origin: center center;
    }
    .menu_x02{
        transform:rotate(-45deg);
        transform-origin:center center;
    }
    
    .section{
        position:relative;
        width:100%;
        height:100vh;
        height:100dvh;
    }
    
    
    
    
    
    
    
    
    
    
    
    

    .main_img{
        position:absolute;
        width:115%;
        height:auto;
        top:55vh;
        top:55dvh;
        left:-7.5%;
        opacity:0;
    }
    
    .main_content{
        position:absolute;
        width:90%;
        height:auto;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        top:12vh;
        top:12dvh;
        left:5%;
    }
    
    .main_logo{
        width: 50%;
        height:auto;
        position:relative;
        padding-bottom: 3vh;
        padding-bottom: 3dvh;
        padding-left: 25%;
    }
    
    .main_tit{
        text-align: center;
        padding-bottom:5vh;
        padding-bottom:5dvh;
        position: relative;
        
    }
    .main_tit h1{
        text-align: left;
    }
    .main_text{
        width:80%;
    }
    
    .home_stagger{
        transform:translateY(100px);
        opacity:0;
    }
    
    
    
    
    .circle{
        width:30%;
        height:auto;
        position:absolute;
        left:35%;
        opacity:0;
        transform:translateY(-70%);
        transform-origin: center 120%;
    }
    /* 
    .izumi01{
        top:50%;
        transform:scaleX(0);
    } */
    .circle_up{
        top:-10vh;
        top:-10dvh;
    }
    .circle_down{
        top:110vh;
        top:110dvh;
    }
    .about01_content{
        position:relative;
        margin-top: 35vh;
        margin-top: 35dvh;
        padding-left: 5%;
        padding-bottom:5vh;
        padding-bottom:5dvh;
        width:90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 600;
    }
    
    .about01_tit{
        padding-bottom: 2vh;
        padding-bottom: 2dvh;
    }
    .about01_subtit{
        padding-bottom:5vh;
        padding-bottom:5dvh;
    }
    
    .about01_text01{
        padding-bottom:5vh;
        padding-bottom:5dvh;
    }
    
    
    
    
    
    
    
    
    
    .izumi{
        width:85%;
        height:auto;
        position:absolute;
        left:7.5%;
        transform:scale(0);
    }
    .izumi_01{
        top:55vh;
        top:55dvh;
    }
    .izumi_02{
        top:59vh;
        top:59dvh;
    }
    .izumi_03{
        top:64vh;
        top:64dvh;
    }
    .izumi_04{
        top:68vh;
        top:68dvh;
    }
    .izumi_05{
        top:72vh;
        top:72dvh;
    }
    
    .izumi_06{
        top:76vh;
        top:76dvh;
    }
    .izumi_07{
        top:80vh;
        top:80dvh;
    }
    
    
    .about02_content{
        width:90%;
        position:relative;
        padding-left:5%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        z-index: 500;
    }
    .about02_tit{
        padding-top:10vh;
        padding-top:10dvh;
        padding-bottom: 2vh;
        padding-bottom: 2dvh;
    }
    .about02_subtit{
        padding-bottom: 2vh;
        padding-bottom: 2dvh;
        text-align: center;
    }
    .about02_subtit h3{
        font-weight: 400;
        font-size: 1.3rem;
    }

    
    
    
    
    
    .drop{
        width:30%;
        height:auto;
        position:absolute;
        left:35%;
        transform:scale(0);
    }
    
  
    
    .about03_content{
        width:90%;
        position:relative;
        margin-left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding-bottom: 5vh;
        padding-bottom: 5dvh;
    }
    
    .about03_tit{
        margin-top: 55vh;
        margin-top: 55dvh;
        padding-bottom: 3vh;
        padding-bottom: 3dvh;
    }
    .about03_tit h2{
        color:lightslategray;
    }
    
    
    
    .stagger{
        opacity:0;
        transform:translateY(80px);
    }
    
    
    





    
    .service01{
        display:flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        overflow: auto;
        height:120vh;
        height:120dvh;
    }

    @media(min-height:668px){
        .service01{
            height:110vh;
            height:110dvh;
            padding-bottom: 10%;
        }
    }
    @media(min-height:950px){
        .service01{
            height:100vh;
            height:100dvh;
        }
    }
    
    .solution_content{
        width:90%;
        height:auto;
        position:relative;
    }
    
    .service01_content{
        display:flex;
        flex-direction: column;
        width:100%;
        justify-content:center;
        align-items: center;
        position:relative;
        z-index: 800;
    }
    
    .solution_main{
        display:flex;
        flex-direction: column;
        width:100%;
        justify-content: center;
        align-items: center;
        position:relative;
    }
    .solution_main_text{
        text-align: center;
        width:100%;
        padding-bottom: 5vh;
        padding-bottom: 5dvh;
    }
    
    .solution_tit{
        display:none;
    }
    
    .solution_main_tit h2{
        text-align: center;
        color: black;
    }
    .solution_main_subtit h4{
        font-weight: 500;
        font-size: 1.3rem;
        color:lightslategray;
        text-align: center;
    }
    .solution_main_tit{
        padding-top: 5vh;
        padding-top: 5dvh;
    }
    .solution_main_subtit{
        padding-top:3vh;
        padding-top:3dvh;
        padding-bottom:3vh;
        padding-bottom:3dvh;
    }

    .solution_subtit h4{
        font-weight: 700;
        font-size: 1.6rem;
        text-align: center;
        color:black;

    }
    
    .solution_text{
        width:90%;
        padding-bottom: 3vh;
        padding-bottom: 3dvh;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    
    .solution_subtit{
        padding-bottom: 2vh;
        padding-bottom: 2dvh;
        padding-top: 5vh;
        padding-top: 5dvh;
    }
    
    
    .tetris{
        position:relative;
        width:100%;
        display:flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 5vh;
        margin-bottom: 5dvh;
    }
    
    .tetris_container{
        width:80%;
        position:relative;
        margin-top:12vh;
        margin-top:12dvh;
    }
    
    .tetris_img{
        padding-top: 125.37%;
        position:relative;
    }
    .tetris_img img{
        position:absolute;
    }
    
    .tetris_text{
        transition:all 0.4s ease-in-out;
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
    
    }
    
    .tetris_text p{
        font-size: 1.15rem;
        font-weight: 600;
        line-height: 1.4rem;
        color:#212121;
        cursor: pointer;
    
    }
    
    
    .tetris_bg{
        width:100%;
        height:auto;
        top:0;
        left:0;
    }
    
    .tetris_rt_img{
        width:70%;
        right:3%;
        top:2%;
    }
    .tetris_lt_img{
        width:46%;
        left:2%;
        top:3%;
    }
    .tetris_lb_img{
        width:70%;
        left:2%;
        bottom:2%;
    }
    .tetris_rb_img{
        width:47%;
        right:2%;
        bottom:2%;
    }
    .tetris_center_img{
        width:47%;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
    }
    
    
    
    .tetris_lt_text{
        width:50%;
        height:20%;
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position:absolute;
        top:20%;
        left:0;
        transition:all 0.7s ease-in-out;
    }
    .tetris_rt_text{
        width:75%;
        height:20%;
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position:absolute;
        top:0;
        right:0;
        transition:all 0.7s ease-in-out;;
    }
    .tetris_center_text{
        width:50%;
        height:20%;
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position:absolute;
        top:40%;
        left:25%;
        transition:all 0.7s ease-in-out;
    }
    .tetris_lb_text{
        width:75%;
        height:20%;
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position:absolute;
        bottom:0;
        left:0;
        transition:all 0.7s ease-in-out;
    }
    .tetris_rb_text{
        width:50%;
        height:20%;
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position:absolute;
        right:0;
        bottom:20%;
        transition:all 0.7s ease-in-out;
    }
    
    .solution_main{
        display:flex;
    }
    
    .solution_lt{
        display:none;
    }
    .solution_rt{
        display:none;
    }
    .solution_center{
        display:none;
    }
    .solution_lb{
        display:none;
    }
    .solution_rb{
        display:none;
    }
    
    .solution_back p{
        font-size: 1.3rem;
        font-weight: 500;
        text-align: center;
    }
    
    .solution_back{
        width:25%;
        height:5vh;
        height:5dvh;
        /* margin-left: 30%; */
        border: solid 1px #161616;
        display:flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-bottom:5vh;
        margin-bottom:5dvh;
    }
    
    .list{
        width:80%;
        text-align: start;
    }
    .list02{
        width:80%;
        text-align: start;
    }
    
    .solution_stagger{
        transform:translateY(80px);
        opacity:0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .service02_tit{
        width:100%;
        padding-top:10vh;
        padding-top:10dvh;
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .service02_content{
        width:100%;
        padding-top: 5vh;
        padding-top: 5dvh;
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
    }
    
    .service02_content01{
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position:relative;
    }
    .service02_content01_up{
        height:43vh;
        height:43dvh;
        width:100%;
        display:flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    
    .service02_content01_up_text h3{
        color:black;
    }
    .service02_content01_up_text{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items:center;
        width:90%;
        padding-top: 3vh;
        padding-top: 3dvh;
    }
    .service02_content01_up p{
        text-align:left;
        padding-top: 1vh;
        padding-top: 1dvh;
        font-size: 1.15rem;
        line-height: 1.4rem;
        font-weight: 300;
    }
    
    .service02_content01_up_img{
        width:100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content:flex-end;
        align-items: center;
    }
    
    .service02_content01_up_circle{
        width:120px;
        height:120px;
        border-radius: 50%;
        border: solid 2px black;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    
    .service02_content01_up_icon{
        width:75%;
        height:auto;
        transform:translate(5px,75px);
        opacity:0;
    }
    
    .service02_content01_up_line{
        width:calc(50% - 60px);
        height:2px;
        background-color: black;
    }
    
    
    
    
    
    
    .service02_content01_down{
        height:43vh;
        height:43dvh;
        width:100%;
        display:flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;

    }
    
    .service02_content01_down_text h3{
        color:black;
    }
    .service02_content01_down_text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        width:92%;
        padding-top: 3vh;
        padding-top: 3dvh;
    }
    .service02_content01_down p{
        text-align: left;
        padding-top: 1vh;
        padding-top: 1dvh;
        font-size: 1.15rem;
        line-height: 1.4rem;
        font-weight: 300;
    }
    
    .service02_content01_down_img{
        width:100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }
    
    .service02_content01_down_circle{
        width:120px;
        height:120px;
        border-radius: 50%;
        border: solid 2px black;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    
    .service02_content01_down_icon{
        width:78%;
        height:auto;
        transform:translate(5px,75px);
        opacity:0;
    }
    
    .service02_content01_down_line{
        width:calc(50% - 60px);
        height:2px;
        background-color: black;
    }
    
    
    .service02_content02{
        width:13.3%;
        height:46.5vh;
        height:46.5dvh;
        border: solid 2px black;
        border-radius: 50px;
        display:none;
    }
    
    
    .service02_content03{
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position:relative;
    }
    .service02_content03_up{
        height:43vh;
        height:43dvh;
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .service02_content03_up_text h3{
        color:black;
    }
    .service02_content03_up_text{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width:90%;
        padding-top: 3vh;
        padding-top: 3dvh;
    }
    .service02_content03_up p{
        text-align: start;
        padding-top: 1vh;
        padding-top: 1dvh;
        font-size: 1.15rem;
        line-height: 1.4rem;
        font-weight: 300;
    }
    
    .service02_content03_up_img{
        width:100%;
        display: flex;
        justify-content:flex-start;
        align-items: center;
    }
    
    .service02_content03_up_circle{
        width:120px;
        height:120px;
        border-radius: 50%;
        border: solid 2px black;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    
    .service02_content03_up_icon{
        width:80%;
        height:auto;
        transform:translate(10px,73px);
        opacity:0;
    }
    
    .service02_content03_up_line{
        width:calc(50% - 60px);
        height:2px;
        background-color: black;
    }
    
    .service02_content03_down{
        height:43vh;
        height:43dvh;
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 5vh;
        padding-bottom: 5dvh;
    }

    
    .service02_content03_down_text h3{
        color:black;
        text-align: center;
    }
    .service02_content03_down_text{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width:90%;
        padding-top: 3vh;
        padding-top: 3dvh;
    }
    .service02_content03_down p{
        text-align: left;
        padding-top: 2vh;
        padding-top: 2dvh;
        font-size: 1.15rem;
        line-height: 1.4rem;
        font-weight: 300;
    }
    
    .service02_content03_down_img{
        width:100%;
        display: flex;
        justify-content:start;
        align-items: center;
    }
    
    .service02_content03_down_circle{
        width:120px;
        height:120px;
        border-radius: 50%;
        border: solid 2px black;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    
    .service02_content03_down_icon{
        width:75%;
        height:auto;
        transform:translate(7px,85px);
        opacity:0;
    }
    
    .service02_content03_down_line{
        width:calc(50% - 60px);
        height:2px;
        background-color: black;
    }
    
    
    .service_stagger{
        transform:translateY(80px);
        opacity:0;
    }
    
    
    
    
    
    .feature{
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .feature_tit{
        padding-top:12vh;
        padding-top:12dvh;
        padding-bottom: 2vh;
        padding-bottom: 2dvh;
    }
    .feature_tit h2{
        text-align: center;
    }
    .feature_subtit p{
        font-size: 1.15em;
        font-weight: 400;
        text-align: center;
    }
    
    .feature_subtit{
        padding-bottom: 3vh;
        padding-bottom: 3dvh;
        width:90%;
        margin-left: 5%;
    }
    
    .feature_content{
        display:flex;
        height:330vh;
        height:330dvh;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        margin-bottom: 5vh;
        margin-bottom: 5dvh;
    }
    .feature_content_box{
        width:80%;
        height:75vh;
        height:75dvh;
        border: solid 2px black;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .feature_content_icon{
        height:25vh;
        height:25dvh;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .feature_content01_icon{
        width:46%;
    }
    .feature_content02_icon{
        width:40%;
    }
    
    .feature_content03_icon{
        width:35%;
    }
    
    .feature_content04_icon{
        width:38%;
    }
    .feature_content_icon img{
        width:100%;
        height:auto;
    }
    
    .feature_content_tit{
        text-align: center;
        padding-top: 2vh;
        padding-top: 2dvh;
        padding-bottom: 5vh;
        padding-bottom: 5dvh;
        width:95%;
     }
     .feature_content_tit p{
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1.6rem;
     }
    
     .feature_content_text{
        width:90%;
     }
     .feature_content_text p{
        font-size: 1.15rem;
        line-height: 1.4rem;
        font-weight: 300;
        text-align: center;
     }
    
    .feature_stagger{
        transform:translateY(80px);
        opacity:0;
    }
    
    
    
    
    
    .contact{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: auto;
     }
     .contact_container{
        margin-top: 10vh;
        margin-top:10dvh;
        width:90%;
        padding-left: 5%;
     }
    
     .regulation{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 7dvh;
     }
     .contact h4{
        color:black;
        font-weight: 900;
     }
    
    
     .contact p{
        font-size: 1.18rem;
        line-height: 1.6rem;
        font-weight: 300;
     }
    
     .regulation_tit{
        padding-bottom: 2dvh;
     }
   
     
     .contact_info{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
     }
     .contact_tit{
        padding-bottom: 2dvh;
     }
     .contact_content{
        width:100%;
        height:70vh;
        height:70dvh;
        display:flex;
        flex-direction: column;
        justify-content: space-around;
        align-items:center;
     }
     .contact_map{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width:80%;
     }
     .contact_map_icon{
        padding-right: 5%;
        width:50px;
        padding-bottom: 2dvh;
     }
     .contact_phone{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width:80%;
     }
     .contact_phone_icon{
        padding-right: 5%;
        padding-bottom: 2dvh;
        width:50px;
     }
     .contact_mail{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width:80%;
     }
     .contact_mail_icon{
        padding-right: 5%;
        width:50px;
        padding-bottom: 2dvh;
     }
    
     .contact_stagger{
        transform:translateY(80px);
        opacity:0;
     }
     .global_funding_content{
        display:none;
     }



     .solution_img{
        width:100%;
        position:relative;
        top:0;
        left:0;
     }
     .peridot_bg{
        width:80%;
        left:10%;
        height:26vh;
        height:26dvh;
        top:20vh;
        top:20dvh;
     }
     .peridot_img{
        width:70%;
        left:15%;
        top:17vh;
        top:17dvh;
     }
     .p2p_bg{
        width:80%;
        height:336px;
        left:10%;
        top:100px;
     }
     .p2p_bg01{
        width:187px;
        top:93px;
        left:5%;
     }
     .p2p_bg02{
        width:187px;
        top:127px;
        left:50%;
     }
     .p2p_main{
        width:169px;
        top:207px;
        left:4%;
     }
     .find_offer{
        width:131px;
        top:367px;
        left:8%;
     }
     .application{
        width:150px;
        top:253px;
        left:48%;
     }
     .buy{
        width:150px;
        top:372px;
        left:48%;
     }

     .contract_frame{
        width:244px;
        top:100px;
        left:25%;
     }
     .contract_bg{
        width:244px;
        left:15%;
        height:334px;
        top:133px;
     }
     .contract_green{
        width:225px;
        left:18%;
        top:153px;
     }
     .contract_safety01{
        width:135px;
        top:153px;
        left:32%;
     }
     .contract_safety02{
        width:105px;
        top:168px;
        left:36%;
     }
     .contract_text_container{
        width:206px;
        left:20%;
        top:320px;
     }

     .contract_text{
        margin-bottom:15px;
        height:3px;
     }
     .wallet_bg{
        width:300px;
        height:334px;
        left:10%;
        top:120px;
     }
     .wallet_bg_img{
        width:244px;
        left:17%;
        top:53px;
     }
     .wallet_withdraw{
        width:139px;
        left:8%;
        top:173px;
     }
     .wallet_deposit{
        width:139px;
        left:43%;
        top:173px;
     }
     .wallet_dot{
        width:203px;
        left:10%;
        top:280px;
     }
     .wallet_peri{
        width:203px;
        left:16%;
        top:327px;
     }
     .wallet_savebox{
        width:203px;
        left:22%;
        top:374px;
     }

     .global_funding_bg{
        width:225px;
        top:100px;
        left:20%;
     }
     .global_funding_content_mo{
        width:300px;
        left:8%;
        top:50px;
     }
     .planet01{
        width:218px;
        top:165px;
        left:22%;
     }
     .planet02{
        width:218px;
        top:165px;
        left:21%;
     }

    }
    