* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}
#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  background-image: linear-gradient(163deg, #02cdfb 0%, #019ef5 100%);
}
footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 10px;
  opacity: 0.8;
  color: #ffffff;
}

#main {
  max-width: 400px;
  margin: 20px auto 0 auto;
  width: auto;
}

#homePic {
  width: 320px;
  margin: 0 auto;
  position: relative;
  left: 8%;
  top: 30px;
  z-index: 10;
}

.logBlock {
  position: relative;
  background: #ffffff;
  width: 340px;
  border-radius: 8px;
  font-size: 15px;
  margin: 0 auto;
  z-index: 20;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
  display: none;
}

#browserBlock {
  position: relative;
  background: #ffffff;
  width: 600px;
  border-radius: 8px;
  margin: 0 auto;
  z-index: 20;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
  text-align: center;
  display: none;
}
#browserBlock p {
  padding: 20px 0;
  font-size: 20px;
}
#browserBlock a {
  font-size: 15px;
}

.logTab {
  width: 170px;
  height: 56px;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  margin-bottom: 8px;
  font-weight: 450;
  color: #4f4f4f;
  cursor: pointer;
}
.tabA {
  float: left;
  border-radius: 8px 0 0 0;
  background: #ffffff;
}
.tabB {
  float: right;
  border-radius: 0 8px 0 0;
  background: #ececec;
}

#logIn {
  display: block;
}

#signIn {
  display: none;
}

#forget {
  display: none;
}

.logBlock input {
  width: 234px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 16px 40px 0 40px;
  padding: 0 12px;
}

#forgetPwdBtn {
  color: #f3535a;
  text-align: right;
  margin: 8px 44px;
  cursor: pointer;
}

.logBlock button {
  width: 260px;
  height: 34px;
  border-radius: 4px;
  background: #01b0f7;
  color: #ffffff;
  font-weight: bold;
  margin: 0px 40px 24px 40px;
}

.logBlock button:disabled {
  width: 260px;
  height: 34px;
  border-radius: 4px;
  background: #ececec;
  color: #8f8f8f;
  font-weight: bold;
  margin: 0px 40px 24px 40px;
}

#signInCode, #forgetCode {
  width: 110px;
  margin: 16px 0 0 40px;
}

#signInSendCode, #forgetSendCode {
  width: 104px;
  margin: 16px 0 0 15px;
}

.iconSelect {
  position: relative;
  width: 18px;
  bottom: 1px;
  margin: 13px 5px 13px 40px;
  vertical-align: middle;
}

.leftSide {
  position: fixed;
  width: 152px;
  height: auto;
  z-index: 30;
}

.leftCard {
  width: 120px;
  height: 120px;
  background: #ffffff;
  margin: 16px;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
}

.cardPic {
  width: 60px;
  margin: 10px 30px 2px 30px;
}

.primaryText {
  font-weight: 450;
}

#userAgreement {
  color: #4f4f4f;
  width: 308px;
  height: 340px;
  padding: 12px 16px;
  position: fixed;
  background: #ffffff;
  border-radius: 8px;
  top: 100px;
  left: 50%;
  z-index: 50;
  margin-left: -170px;
  overflow: scroll;
  display: none;
}

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 40;
  display: none;
}


@media screen and (max-width:540px) {
  .leftSide {
    display: none;
  }
}