/* CSS Libraries Used 

*Animate.css by Daniel Eden.
*FontAwesome 4.7.0
*Typicons

*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');


body, html {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #1E9FFF;
  padding: 0;
  margin: 0;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container{
  margin: 0;
  top: 10px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  background-color: #212942;
  border-radius: 9px;
  border-top: 10px solid #1E9FFF;
  border-bottom: 10px solid #1E9FFF;
  width: 360px;
  height: 900px;
  box-shadow: 1px 1px 108.8px 19.2px rgb(25,31,53);
}

.box h4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #1E9FFF; 
  font-size: 22px;
}

.box h4 span {
  color: #ffffff;
}

.box h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.box H6 {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.box input[type = "text"],.box input[type = "password"] {
  display: block;
  margin: 20px auto;
  background: #262e49;
  border: 0;
  border-radius: 5px;
  padding: 14px 10px;
  width: 320px;
  outline: none;
  color: #ffffff;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
::-webkit-input-placeholder {
  color: #565f79;
}

.box input[type = "text"]:focus,.box input[type = "password"]:focus {
  border: 1px solid #1E9FFF;
  
}



.btn1 {
  border:0;
  background: #1E9FFF;
  color: #ffffff;
  border-radius: 100px;
  width: 280px;
  height: 49px;
  font-size: 16px;
  position: absolute;
  top: 89%;
  left: 11%;
  transition: 0.3s;
  cursor: pointer;
}

.btn1:hover {
  background: #1677ff;
}

.btn2 {
    border:0;
  background: #1E9FFF;
  color: #ffffff;
  border-radius: 100px;
  width: 280px;
  height: 49px;
  font-size: 16px;
  position: absolute;
  top: 90%;
  left: 11%;
  transition: 0.3s;
  cursor: pointer;
}

.btn2:hover {
  background: #1677ff;
}



.forgetpass {
  position: relative;
  float: right;
  right: 28px;
}

.dnthave{
    position: absolute;
    top: 92%;
    left: 24%;
}



.typcn {
  position: absolute;
  left: 339px;
  top: 282px;
  color: #3b476b;
  font-size: 22px;
  cursor: pointer;
}      

.typcn.active {
  color: #ffffff;
}

.error {
  background: #ff3333;
  text-align: center;
  width: 337px;
  height: 20px;
  padding: 2px;
  border: 0;
  border-radius: 5px;
  margin: 10px auto 10px;
  position: absolute;
  top: 31%;
  left: 7.2%;
  color: white;
  display: none;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    top: 605px;
    width: 100%;
    color: #78797d;
    font-size: 14px;
    text-align: center;
}

.footer .fa {
  color: #7f5feb;
}


 .mini-bar::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }


a:link,a:visited,a:hover,a:active {
            text-decoration:none;
            -webkit-tap-highlight-color:transparent;
        }
        ul,li,dl,dd,h1,h2,h3,h4,h5,h6,p,input {
            margin:0;
            padding:0;
            list-style:none;
        }
        .panel {
            width:100%;
            text-align:center;
        }
       
        /*获奖名单-停顿滚动*/
        .maquee {
            width:100%;
            height:150px;
            overflow:hidden;
  			background-color: #212942;
        }
        .maquee ul {
            width:100%;
            height:150px;
            color:#666;
        }
        .maquee li {
            width:100%;
            height:45px;
            background-color: #212942;
            line-height:45px;
            text-align:center;
            font-size:14px;
            //border-bottom:1px dashed #1E9FFF;
        }
.none-border {
	background-color: #212942;
    border-color: #212942 !important; /* 使用 !important 确保样式优先级 */
}
.none-border tr, .none-border td {
	color:#1E9FFF;
	background-color: #212942;
    border-color: #212942  !important; /* 同时设置表头和单元格的边框颜色 */
}

.have-border {
	background-color:#1E9FFF;
    border-color: #FFFFFF !important; /* 使用 !important 确保样式优先级 */
}
.have-border tr, .have-border td {
	color: #FFFFFF;
	background-color:#1E9FFF;
    border-color: #FFFFFF !important; /* 同时设置表头和单元格的边框颜色 */
}

    

