/*首页*/
.container{
  max-width: 640px;
  margin: 0 auto;
  height: 100%;
  background:#fff;
  position:relative;
  display:flex;
    align-items:center;
    justify-content:center;
}
.container .box{
    width:90%;
    height:90%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-direction:column;
}
.container .box img{
    max-width:100%;
    display:block;
}
.container .top{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-direction:column;
}
.container .name{
    width:100%;
}
.container .name img{
    width:24%;
    float:right;
}
.container .logo{
    width:64%;
    margin-top:40px;
    display:block;
}
.container .btns{
    width:100%;
    padding-bottom:100px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.container .btns a{
    width:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}