@CHARSET "UTF-8";
html,body{height:100%;}
body,ul,h1{
	padding: 0;
	margin: 0;
}
a{color: black;text-decoration: none;}
li{list-style:none;}
.fl {
    float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.head{
    height: 100px;
    line-height: 100px;
    padding: 0 40px;
   
}
.head h1{
  font-size: 24px;
}
.head .logout{
    padding-left: 30px;
    height: 26px;
    line-height: 26px; 
    background: url(imgs/exit.png) no-repeat;
    margin-top: 35px;
    cursor: pointer;
}
.main{
  height: 70%;
  background: url(imgs/bg.jpg)  no-repeat;
  background-size:cover;
  background-color:#F2F2F2;
  position: relative;
}
.main .center{
  width: 680px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.main .main-left{
    width: 420px;
    height: 300px;
    padding: 20px; 
    background: url(imgs/downloadBg.png)  no-repeat;
    background-size:100% 100%; 
    overflow: auto;
}
.main-right{
    margin-left:40px;
}
.main-btn{
	display:block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    background-color: #079fe7;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom:20px; 
    cursor: pointer;
    text-decoration: none;
}
.main-btn:last-child{margin-bottom:0;}
.main-title{
    margin: 10px 0;
    color: #0871be;
    padding-left:20px;
    height: 18px;
    line-height: 18px;
    background: url(imgs/download.png)  no-repeat;
}
.main-download-list li{
    line-height: 30px;
}
.main-download-left {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-download-dot{
    font-size: 20px;
    font-weight: bold;
    color:  #079fe7;
    margin-right: 5px;
}
.main-btn img{
    width: 18px;
    height: 18px;
    vertical-align: -2px;
    margin-right: 5px;     
}
.footer{
    height: 10%;
    line-height: 84px;
    text-align: center;
}
