body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.login-container {
	width:385px;
  background-color: #fff;
  padding: 40px;
  padding-right: 55px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.login {
 width: 100%;
    min-width: 1440px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    text-align: center;
}
.copyright-beian-icon{
        width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
    background-image:url(https://www.qqoso.com/img/beian-d0289dc0a4.png);
    background-size: 100% 100%;
}
.logo{
    width: 272px;
    height: 56px;
    position: absolute;
    left: 38px;
    top: 28px;
   background-image:url(https://www.qqoso.com/img/logo-e4aa4f9fbc.png);
    background-size: contain;

}
.login-logo {
    width: 730px;
    height: 400px;
    margin-right: 80px;
    display: inline-block;
    vertical-align: bottom;
    background-image: url(https://www.qqoso.com/img/logo_home.png);
    background-size: contain;
    position: relative;
    top: -30px;
}
.login-main {
    width: 480px;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
}
.login-main .login-pc {
    width: 372px;
    margin: 44px auto 0 auto;
}
.qr-tip {
    position: absolute;
    top: 44px;
    right: 64px;
    background: #4CAF50;
    border-radius: 4px;
    width: 116px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}
#loginTitle {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    color: #1d2129;
    text-align: left;
}
.login-pc .tab-panel .error {
    min-height: 52px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(245,63,63,.9);
    box-sizing: border-box;
    display: inline-block!important;
    padding: 16px 0 16px 0;
}
h5 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1d2129;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: left;
}
.agreement-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.agreement-wrap>#agreementCheck {
    margin-right: 4px;
    width: 14px;
    height: 14px;
}
.agreement-wrap>.agreement-text {
    color: #868d9c;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.agreement-wrap>.agreement-text.agreement-text-link {
    cursor: pointer;
    color: #4CAF50;
}
.login-pc .login-link {
    line-height: 28px;
    display: flex;
    flex-direction: column;
}
#more>div.switch-wrap {
    margin-top: 6px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#more>div.account-wrap {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.login-link a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #868d9c;
    text-decoration: none;
    cursor: pointer;
}
.tabs-tab .tab-text {
    margin-left: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #4CAF50;
    cursor: pointer;
}
.input-group {
  margin-bottom: 20px;
  text-align: left;
}
.account-wrap>.account-register {
    color: #4CAF50;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.account-wrap>.line-col {
    margin-left: 15px;
	margin-right: 15px;
    color: #868d9c;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.login-link a:not(:first-child) {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #868d9c;
}
label {
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-btn {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-btn:hover {
  background-color: #45a049;
}

.copyright{
    min-width: 1170px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #4CAF50;
    font-family: jstFont,'PingFang SC',Arial,'Microsoft YaHei',sans-serif;
    font-size: 12px;
    user-select: none;


}