.main {
    /* overflow: hidden; */
    height: 700px;
    width: 1920px;
    margin: 0 auto;
    /* background-color: #067bef; */
    /* background: url('../images/loginbgc.png') no-repeat; */
}

.Mycenter {
    display: flex;
}

input,
select {
    outline: none;
}

/* 主体部分 */
.bgcinfo {
    float: left;
    display: flex;
    margin-top: 110px;
}

.bgcinfo .bgcinfo-item p {
    color: #FFF;
    font-family: Source Han Sans SC;
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    transform: skewX(-15deg);
    /* 文字倾斜效果 */
    font-family: 'Arial', sans-serif;
    text-shadow: 12px 16px 4px rgba(0, 0, 0, 0.2);

}

.bgcinfo .bgcinfo-item:nth-child(3) {
    display: flex;
    width: 640px;
    padding: 0px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.bgcinfo .bgcinfo-item:nth-child(3) .bgcinfo-tiem-top {
    display: flex;
    color: #FFF;
    font-family: Alimama ShuHeiTi;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.20);
}

.bgcinfo .bgcinfo-item:nth-child(3) .bgcinfo-tiem-bottom {
    display: flex;
    padding: 0px 4px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.bgcinfo .bgcinfo-item:nth-child(3) .bgcinfo-tiem-bottom span {
    color: #FFF;
    font-family: Alimama ShuHeiTi;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    transform: skewX(-15deg);

}

.login1 {
    position: relative;
    float: right;
    width: 490px;
    height: 542px;
    background-color: #fff;
    border-radius: 16px;
    margin-top: 80px;
}

.login-bd {
    text-align: center;
}

.login-bd p {
    display: block;
    color: #cccccc;
    font-size: 12px;
}

.login-img {
    display: block;
    width: 38px;
    height: 33px;
    margin-top: 25px;
    margin-left: 25px;
    cursor: pointer;
}

.login-img img {
    width: 100%;
    height: 100%;
}

.login-bd .ps {

    display: block;
    margin-left: 66px;
    margin-top: -36px;
    width: 120px;
    height: 34px;
    border-radius: 4px;
    background: var(--ffffff, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    color: var(--555555, #555);
    /* PC/12px - 18 */
    font-family: Source Han Sans SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 150% */
}


/* 扫码 */
.scanCode h4 {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
}

.code-img {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}

.scanCode p {
    display: block;
    color: #cccccc;
    font-size: 12px;
}

.login-footer {
    position: absolute;
    bottom: 20px;
    left: 110px;
}

/* 手机号登录 */
.pwPhone span span {
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 36px;
    cursor: pointer;
}

.phone {
    border-right: 3px solid #eeeeee;
}

.active {
    color: #3c8dbc;
}

.pwPhone .center {
    display: inline-block;
    margin-top: 25px;
    height: 46px;
}

#phoneCode,
#phoneNumber {
    float: left;
    height: 46px;
    border: 1px solid #ddd;
}

#phoneCode {
    width: 90px;
    padding-left: 24px;
    border-right: 0;
    border-radius: 10px 0px 0px 10px;
}

#phoneNumber {
    padding-left: 24px;
    /* width: 268px; */
    width: 360px;
    border-radius: 10px 10px 10px 10px;
    /* border-left: 0; */
}

.codeName input,
.codeName button {
    float: left;
    height: 46px;
    border: 1px solid #ddd;
}

.codeName input {
    width: 240px;
    padding-left: 24px;
    border-right: 0;
    border-radius: 10px 0px 0px 10px;
}

.codeName button {
    width: 120px;
    border-radius: 0px 10px 10px 0px;
    border-left: 0;
    color: #3c8dbc;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.login-btn {
    margin-top: 25px;
    margin-left: 65px;
    width: 360px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    background-color: #3c8dbc;
    line-height: 46px;
    border-radius: 10px;
    cursor: pointer;
}

.toregister {
    margin-top: 30px;
}

.toregister a {
    font-size: 14px;
    color: #85b8d5;
}

.login input::placeholder {
    font-size: 16px;
}

/* 密码登录 */
.PwName {
    width: 360px;
    height: 46px;
    margin-bottom: 4px;
}

.PwName input {
    width: 360px;
    height: 46px;
    border: 1px solid #ddd;
    padding-left: 24px;
    border-radius: 10px 10px 10px 10px;
}

.disabled {
    cursor: not-allowed !important;
    color: #000 !important;
    padding-right: 13px;
}

#phoneNumberNull {
    position: absolute;
    font-size: 12px;
    left: 70px;
    top: 234px;
}

#codeNameNull {
    position: absolute;
    font-size: 12px;
    left: 70px;
    top: 308px;
}

.openSelect {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.openSelect .item-Select {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #3c9bd4;
    color: #3c9bd4;
    border-radius: 4px;
    cursor: pointer;
}