/*.search-con{display:none;}*/
body{position:relative;}
.layer {position: fixed;width: 100%;height: 100vh;top: 0;left: 0;background: url(images/bg.png);display:none;z-index: 999;overflow: hidden;}
.layer .layer-inner{position:relative;width: 100%;height: 100%;}
.layer .layer-inner .layer-mod{position: static;width:100%;}
.layer .layer-inner .layer-mod .shutdown{text-align:right;margin-right:50px;margin-top: 57px;}
.layer .close{font-size:30px;color:#fff;cursor: pointer;}
.layer .searchbox{width:600px;margin: 0 auto;/* margin-top: 35px; */position: absolute;left: 50%;top: 50%;transform: translate(-50%, calc(-50% + -50px));}