.jimu-widget-splash{
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  z-index: 110;/*same with loading*/
}
.jimu-widget-splash .overlay{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color:rgba(0,0,0,0.3);
}
.jimu-widget-splash-desktop .splash-container .jimu-checkbox,
.jimu-widget-splash-mobile .splash-container .jimu-checkbox{
  font-size: 14px;
  color: #fff;
  overflow: auto;
  max-height: 50px;
  min-height: 25px;
  margin-bottom: 10px;
  display: block;
}
.jimu-widget-splash-desktop .splash-container .jimu-checkbox .label,
.jimu-widget-splash-mobile .splash-container .jimu-checkbox .label{
  white-space: normal;
  text-indent: 5px;
  margin-left: 5px;
  color: #fff;
  float: none !important;
  display: inline;
}
.jimu-rtl .jimu-widget-splash-desktop .splash-container .jimu-checkbox .label,
.jimu-rtl .jimu-widget-splash-mobile .splash-container .jimu-checkbox .label{
  margin-left: auto;
  margin-right: 5px;
}
.jimu-widget-splash-desktop .envelope,
.jimu-widget-splash-mobile .envelope{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.jimu-widget-splash-desktop .splash-container .jimu-btn,
.jimu-widget-splash-mobile .splash-container .jimu-btn{
  height: 33px;
  padding: 0;
  width: 60px;
  line-height: 33px;
}
.jimu-rtl .jimu-widget-splash-desktop .splash-container .jimu-btn,
.jimu-rtl .jimu-widget-splash-mobile .splash-container .jimu-btn{
  left: 0;
  right: auto;
}
.jimu-widget-splash-desktop .splash-container .enable-btn,
.jimu-widget-splash-mobile .splash-container .enable-btn{
  background-color: #518dca;
}
.jimu-widget-splash-desktop .splash-container .disable-btn,
.jimu-widget-splash-mobile .splash-container .disable-btn{
  background-color: #a0acbf;
}
.jimu-widget-splash-desktop .splash-container .jimu-checkbox .checkbox,
.jimu-widget-splash-mobile .splash-container .jimu-checkbox .checkbox{
  background-color: #fff;
}

.jimu-widget-splash-desktop .envelope{
  max-height: 500px;
  max-width: 640px;
}
.jimu-widget-splash-desktop .splash-container{
  position: absolute;
  display: inline-block;
  background-color: #485566;
  box-shadow: 0 0 4px rgba(160, 160, 160, 0.4);
}
.jimu-widget-splash-desktop .custom-content{
  width: 560px;
  margin: 20px 40px;
  overflow: auto;
  color: #fff;
  max-height: 388px;
}
.jimu-widget-splash-desktop .splash-container .footer{
  max-height: 100px;
  margin: 0 40px 10px 40px;
  position: relative;
  overflow: hidden;
}


/*mobile*/
.jimu-widget-splash-mobile .envelope{
  background-color: #485566;
  box-shadow: 0 0 4px rgba(160, 160, 160, 0.4);
}
.jimu-widget-splash-mobile .splash-container{
  height: 100%;
  position: relative;
  display: block;
  padding: 10px;
}
.jimu-widget-splash-mobile .splash-container .custom-content{
  position: absolute;
  top: 0;
  color: #fff;
  margin-bottom: 10px;
  left: 10px;
  right: 10px;
  overflow: auto;
}
.jimu-widget-splash-mobile .splash-container .footer{
  position: absolute;
  max-height: 100px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
