html,
body,
* {
  font: normal 100% 'Microsoft YaHei', '微软雅黑';
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
body,
html {
  margin: 0;
  height: 100%;
}
.main-container {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  background-color: #161823;
}
.main-container div {
  box-sizing: border-box;
  text-align: center;
}
.pannel {
  width: 100%;
  height: 100%;
   background: url('../images/official/pcbg2.pgs') no-repeat top;
  background-size: cover;
  color: #fff;
}
.logo {
  width: 100px;
  margin-bottom: 10px;
}

.content-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 8vh;
  user-select: none;
}
.content-header-time {
  font-size: 8em;
}
.content-desc {
  font-size: 1em;
}

.download-ios-btn {
  margin-top: 10px;
  background: #fff;
  color: #000;
}
.download-ios-btn:hover {
  -ms-box-shadow: 0 6px 18px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 6px 18px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 6px 18px 0 rgba(255, 255, 255, 0.3);
}
.download-android-btn {
  margin-top: 10px;
  background: #fc0156;
  color: #fff;
}
.download-android-btn:hover {
  -ms-box-shadow: 0 6px 18px 0 rgba(252, 1, 86, 0.5);
  -o-box-shadow: 0 6px 18px 0 rgba(252, 1, 86, 0.5);
  box-shadow: 0 6px 18px 0 rgba(252, 1, 86, 0.5);
}
.download-wap-btn {
  margin-top: 10px;
  background: #ffe604;
  color: #191919;
}
.download-wap-btn:hover {
  -ms-box-shadow: 0 6px 18px 0 rgba(252, 214, 1, 0.5);
  -o-box-shadow: 0 6px 18px 0 rgba(252, 214, 1, 0.5);
  box-shadow: 0 6px 18px 0 rgba(252, 214, 1, 0.5);
}

.download-wap-text{
  line-height: 35px;
}
		    	 	 		 								 							    	   	  			 	  		  
.download-qrcode-btn {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.download-qrcode-btn:hover {
  background-color: #fff;
  opacity: 0.3;
}
.download-qrcode-btn:hover .download-qrcode-text {
  opacity: 1;
  color: #161823;
}

.download-qrcode-text {
  opacity: 0.6;
  color: #fff;
}
.ios-tip {
  opacity: 0.6;
  color: #fbfbfb;
  margin: 20px 0;
  font-size: 12px;
}
.download-tip {
  opacity: 0.6;
  color: #fbfbfb;
  margin: 25px 0;
  font-size: 12px;
}

.footer-tips {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.img-slogan {
  height: 40px;
}

.modal-footer {
  text-align: left !important;
}
.img-pannel {
  width: 100%;
  background-color: #161823;
  color: #fff;
}
.title {
  font-size: 1.5em;
}
.meta {
  font-size: 1em;
  color: #ddd;
}
.content {
  font-size: 1em;
}
.loading {
  color: #ddd;
}
.modal-sm {
  width: 250px !important;
}
.modal-content {
  border-radius: 30px;
}
.modal-dialog {
  margin: 120px auto !important;
}
@media (min-width: 800px) {
  .img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100% !important;
  }
  .img-time {
    margin-top: 20px;
    height: 110px;
  }
  .download-btn {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 4px;
    padding: 0 30px;
  }
  .download-ios-text,
  .download-android-text,
  .download-qrcode-text {
    font-size: 1.2em;
    line-height: 60px;
  }
  .download-ios-icon {
    background: url(../images/official/apple.pgs) no-repeat left center;
    background-size: 23px 23px;
    padding-left: 35px;
    font-size: 1.2em;
    opacity: 0.9;
  }
  .download-android-icon {
    background: url(../images/official/android.pgs) no-repeat left center;
    background-size: 23px 23px;
    padding-left: 35px;
    font-size: 1.2em;
    opacity: 0.9;
  }
}

@media (max-width: 800px) {
  .img-responsive {
    display: inline-block;
    height: auto;
    max-width: 80% !important;
    margin: 0 auto;
  }
  .img-time {
    margin-top: 20px;
    height: 55px;
  }
  .content-header-time {
    font-size: 60px;
  }
  .img-title {
    height: 30px;
  }
  .img-slogan {
    height: 22px;
  }
  .download-btn {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 4px;
    padding: 0 20px;
  }
  .download-ios-text,
  .download-android-text,
  .download-qrcode-text {
    font-size: 1em;
    line-height: 35px;
  }
  .download-ios-icon {
    background: url(../images/official/apple.pgs) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 1em;
    opacity: 0.9;
  }
  .download-android-icon {
    background: url(../images/official/android.pgs) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 1em;
    opacity: 0.9;
  }
}
@media (max-width: 386px) {
  .img-slogan {
    height: 20px;
  }
}
