.page_core_pc {
    overflow: hidden
}

.page_core_pc {
    background: #fff url(../images/bg-pc.png) 0/contain no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.page_core_pc.magicai {
    background-image: url(../images/bg-magicai.png)
}

.page_core_pc .left_side {
    display: flex;
    flex-direction: column;
    margin-right: 10.5555555556vh;
    width: 63.4259259259vh;
    min-width: 63vh;
}

.page_core_pc .left_side .logo {
    width: 40vh;
}

.page_core_pc .left_side .logo img {
    height: 100%;
    width: 100%
}
.page_core_pc .info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_core_pc .left_side .erwm {
    /* height: 33.7962962963vh; */
    /* margin-right: 9.7222222222vh; */
    margin-top: 5vh;
    position: relative;
    width: 33.7962962963vh
}

.page_core_pc .left_side .erwm.magicai {
    background-image: url(../images/erwm-magicai.png);
}

.page_core_pc .left_side .erwm .code {
    border-radius: 3.1481481481vh;
    height: 23vh;
    margin: 1.4814814815vh auto 0;
    vertical-align: middle;
    width: 23vh;
    border: 14px solid rgba(250, 208, 39, 0.2);
    border-radius: 45px;
    padding: 2vh;
    background-color: #fff;
}

.page_core_pc .left_side .erwm .code img {
    height: 100%;
    width: 100%;
}

.page_core_pc .left_side .scan_img {
    background-image: url(../images/scan_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 6.6203703704vh;
    margin-top: -.5rem;
    margin-bottom: 5vh;
    width: 20.5092592593vh;
    z-index: 1;
}

.page_core_pc .left_side .scan_img.magicai {
    background-image: url(../images/scan_img-magicai.png)
}

.page_core_pc .left_side .title_text {
    margin-top: 3.7037037037vh;
    text-align: center;
}

.page_core_pc .left_side .title_text h1 {
    color: #1a1313;
    font-size: 5vh;
    font-weight: 700;
    margin-bottom: 1vh
}

.page_core_pc .left_side .title_text p {
    color: #1A1313;
    font-size: 3.5vh;
}

.page_core_pc .right_side {
    display: flex;
    flex-direction: column
}

.page_core_pc .right_side .right_pic {
    background-image: url(../images/right_side.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 83.3vh;
    width: 74vh;
}

.page_core_pc .right_side .line_first {
    align-self: center;
    background: #e7e7e7;
    border-radius: 0 0 4.6296296296vh 4.6296296296vh;
    height: 1.1111111111vh;
    width: 67.7777777778vh
}

.page_core_pc .right_side .line_second {
    align-self: center;
    background: #f4f4f4;
    border-radius: 0 0 6.25rem 6.25rem;
    height: .6481481481vh;
    margin-top: .375rem;
    width: 52.7777777778vh
}