*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body, html {
    height: 100%;
    /* font-family:; */
}

#rootLog {
    height: auto;
    width: 98%;
    margin: 0 auto;
    background-color: #5533333b;
}

.loginBg{
    /* background:url('../images/背景图/logInPage/logInBp.png') no-repeat center center/cover; */
    background-size: cover;
    background-attachment: fixed;
    background-image: url(	https://img.alicdn.com/imgextra/i1/O1CN01pKSaNt1BySfUhZhOd_!!6000000000014-2-tps-3840-2160.png);
    padding:16px;
}   


/* .nuller {
    height: 16px;
} */
.login-link{
    margin-inline-start: 58px;
}

.login-link img {
    width: 32px;
    height: 32px;
}

.login-link i {
    font-weight:bold;
    color: rgb(42, 39, 46);
    vertical-align:super;    
}


.loginWrapper{    
    width: 100%;
    height: auto;
    margin-top: 32px;
    /* background-color: aquamarine; */
}

.loginContent{
    width: 800px;
    margin: 66.5px auto 0;
    display: flex;
    flex-direction: column;
 }

 /* 输入框上面的说明位 全球生成式*/
.marketing{
    width: 100%;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 32px;
}

.marketing strong{
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: normal;
    color: rgb(74, 79, 87);
}

.loginWrapper .loginContent .marketing i{
    font-style: normal;
    background: linear-gradient(225deg,rgb(165,123,250)0%, rgb(255,132,172)64%, rgb(255,159,79)100%)text;
    color: transparent;
}
.loginWrapper .loginContent .marketing span:nth-child(2){
    font-size: 20px;
    font-family: 'PingFang SC';
    font-weight: normal;
    line-height: 32px;
    letter-spacing: normal; /* 文字之间的简介 */
}

/* 左侧二维码扫描和右侧输入框的父盒子 */
.loginCore{

    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background-color: #fff;
    position: relative;
    min-height: 443px;
 }

/* 左侧登录框:二维码扫描区域 */
.logMark {
    width: 272px;
    padding-left: 64px;
    padding-right: 64px;

}

/* .logMark .logmethodsBox{
    width: 144px;
} */

.logMark .logMethodsTitle{
    font-weight: 600;
    font-size: 34px;
}

.logMark .logMethodsText{
    font-size: 12px;
    line-height: 20px;
    margin-top: 24px;
    color: #717171;
    font-weight: 700;
}


.logMark .logMethodsText .clickable{
    color: #1366ec;
    cursor: pointer;
}

.logMark .logmethodsBox .codeApp{
    width: 144px;
    height: 144px;
    background-color: #756e6e;
    margin-top: 25px;
}

.logMark .logmethodsBox .methodsOther {
    margin: 24px 0 0;
    color: #999;
}


/* 登录框右侧栏,输入侧 */
.logRight {
    width: 100%;
    position: relative;
}

.navLog{
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    
}

/* tab栏 */
.navTab {
    width: 100%;
    display: flex;
    font-size:20px;
    font-weight: 600;
    display: flex;
    line-height: 32px;
    /* -webkit-box-pack: start; */
    /* 兼容性补丁写法,确保在旧设备或浏览器上使用 */
    justify-content:space-between;/* 和start相比,兼容性更强 */
}

/* 前往注册 */
.loginContent .loginCore .toRegisterNav{
    font-size: 16px;
    color: #1366ec;
}

.toRegisterNav::after{
    content: " >";
}