.div_splash {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.8);
      z-index: 999999;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
}

.div_splash .div_close_box {
      /*height: 25px;*/
      /* width: 100%; */
      /* padding:10px 5px 0 5px;*/
      float: right;
      cursor: pointer;
      font-size:2rem;
      position:relative;
    text-align: right;
      background: none;
    color: #fff;

}
.div_splash .div_close_box:focus {
      border:1px solid #fff;
}

.div_splash .div_splash_msg {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding: 0;
    background-color: #000;
    text-align: center;
      box-shadow: 0 0 5px 5px rgba(255,255,255,0.35);
      -webkit-box-shadow: 0 0  5px 5px rgba(255,255,255,0.35);
      -moz-box-shadow: 0 0 5px 5px rgba(255,255,255,0.35);
      
      color:#fff;
}

.div_splash .div_splash_msg img {
            width:100%;
            height:auto;
      
}
.div_splash .div_splash_msg h1 {
      color: #fff;
      font-size: 1.2rem;
      letter-spacing: 0;

}

.div_splash .div_splash_msg .div_link {

}

.div_splash .div_splash_msg .div_text {
	padding:30px;
}

.div_splash .div_splash_msg .div_text a {
      display:inline-block;
}

.div_splash .div_splash_msg .div_text a:focus{
      border:1px solid #fff;
}

.div_splash .div_splash_msg .div_link:hover {

}
