body{
    margin: 0 auto; padding: 0; font-size: 12px; background: #f5f5f5; max-width: 720px;
}
.Content01{
    margin: 0 auto;
    /*margin-top:30px;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #4285f4;
    font-size: 18px;
}
.Logo{
    margin: 20px auto;
    width: 100%;
    text-align: center;
}
.Logo img{
    width: 130px;
    height: 130px;
    border-radius: 20px;
}
.Content02{
    margin: 0 auto;
    margin-top:10px;
    width: 100%;
    overflow: hidden;
}
.Content02 li{
    float: left;
    padding: 10px;
    width: calc(100% - 20px);
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    background: #fff;
}
.Content02 li label{
    width: 60px;
    font-size: 14px;
    font-weight: bold;
}
.Content02 li input{
    width: calc(100% - 120px);
    font-size: 14px;
    font-weight: bold;
    border:0;
}

.Login{margin:0 10px; width:calc(100% - 20px)}
.Login button{margin:20px 0; background:#4285f4; color:#fff; font-size:16px; width:100%; border:0; border-radius:10px; height:40px; line-height:40px}
.Login #btnSendCode{background:#ccc;}
.Content03{margin:0 auto; width:100%; text-align:center; line-height:35px; font-size:14px}
.Content03 span{padding:0 5px}
.Content03 a:nth-child(1){color:#4285f4}

.Content04{margin:0 10px; width:calc(100% - 20px); text-align:right; line-height:35px; font-size:14px}
.Content04 a{color:#4285f4}


 .container {
      width: 100%;
      padding-bottom: 10px;
      margin: 0 auto;
      background: #fff;
    }
    #msg {
      width: 100%;
      line-height: 40px;
      font-size: 14px;
      text-align: center;
    }
