html,body{
margin:0;
padding:0;
height: 100%;
}

html{
background:url(../img/bgImg2.png);
background-repeat: no-repeat;

background-size: cover;
width:100%;
}

#header-nav{
    height: 45px;
    width: 960px;
    margin: 0 auto;
}

#header-nav ul{
    height: 45px;
    margin: 0;
    padding: 0;
}


#header-nav img{
    margin-top: 8px;
}

#header-nav a{
    text-decoration: none;
    color: white;
}

#left{
    height: 45px;
    margin: 0;
    padding: 0 15px;
    float: left;
    list-style: none;
    line-height: 45px;
    color: white;
    font-size: 14px;
}

#right{
    height: 45px;
    margin: 0;
    padding: 0 15px;
    float: right;
    list-style: none;
    line-height: 45px;
    color: white;
    font-size: 14px;
}

#content{
    min-height: 90%; 
    height: auto !important; 
    height: 90%; 
   margin-top: 15px;
    line-height: 25px;
    text-align: left;
    vertical-align:middle;
}

#JQZ{
   position: absolute;
   left: 0;
   right: 0;
   top: 25%;
   width: 500px;
   height: 400px;
   border:2px;
   border-style: solid;
   border-color: black;
   background-color: white;
   margin: 0 auto;
   text-align: center;
   line-height: 25px;
}


#JQZ input{
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 30px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
}

#choose1{
    margin-top: 20px;
    margin-right: 10px;
    font-size: 17px;
}

#choose2{
    margin-top: 20px;
    margin-right: 10px;
    font-size: 17px;
}
#choose3{
    margin-top: 20px;
    margin-right: 10px;
    height: 30px;
    text-align: center;
    line-height: 35px;
}
#headtext{
    margin-top: 50px;
}

.logtext{
    float: left;
    font-size: 25px;
    margin-left: 90px;
}
.signtext{
    font-size: 15px;
    margin-left: 100px;
}
.checkbox1{
    float: left;
    margin-left: 95px;
}

.autologin{
    font-size: 15px;
    float: left;
   
}
.forgetpd{
    font-size: 13px;
    float: left;
    margin-left: 170px;
}

#payway{
    margin-top: 20px;
    margin-right: 10px;
}
#payway a{
    margin-left: 317px;
    float: left;
}

#select a{
    margin-left: 0px;
    font-size: 14px;
    float: none;
    color: black;

}

#paydiv{
    margin: 40px auto;
    width: 280px;
    height: 50px;
    background: rgba(0, 0, 0,0.7);   
    border-radius: 6px;
    display: block;
    line-height: 50px;
}
#paydiv a{
    color: white;
}
#paydiv:hover{
    background: rgba(0, 0, 0,0.9);  
}


#footer-nav { 
    position: relative;
    margin-top: -70px;
    margin-left:auto;
    margin-right:auto;
    line-height: 12px;
    width: 960px;
    height: 100px;/*脚部的高度*/
    clear:both;
    } 

#footer-nav a{
    color: white;
    font-size: 10px;
} 

#footer-left{
    float: left;
}

#footer-right{
    float: right;
}

#footer-right img{
    width: 113.5px;
    height: 25px;
  
}

#footer-right a{
    margin-bottom: 25px;
}

#btn{
    display: grid;
}
