*{margin:0;padding:0}.loading{width:100%;position:absolute;height:100vh;z-index:2000;background-color:hsla(0,0%,100%,.9);margin:0;top:0;right:0;bottom:0;left:0;transition:opacity .3s;display:flex;justify-content:center;align-items:center}.home{height:100vh;background:#efefef}.home .bg-box{margin-bottom:1vh}.home .bg-box img{width:100%;height:20vh}.home .body{width:96%;margin:0 auto}.home .body .content-box{width:100%;padding:2vw;box-sizing:border-box;background:#fff;margin-bottom:1vh;border-radius:6px}.home .body .content-box .content-header{height:5vh;background:#eff0f4;display:flex;align-items:center;border-radius:0 5vw 5vw 0;margin-bottom:1vh}.home .body .content-box .content-header .line{width:1.6vw;height:3vh;background:#8da9d2;margin:0 3vw;border-radius:1vw}.home .body .content-box .content-header h4{font-weight:700;color:#8da9d2;font-size:1.2rem}.home .body .content-box .content-body{margin-top:2vh}.home .body .content-box .content-body .content-list-item{height:4vh;display:flex;align-items:center;text-align:left;font-size:.8rem;border-bottom:1px solid #f3f3f3}.home .body .content-box .content-body .content-list-item .label{width:30%;font-weight:700;padding-left:4vw}.home .body .content-box .content-body .content-list-item .value{width:60%;color:#8da9d2}