.ey-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.ey-member {
    margin-top: 50px;
}
/* 左侧区域 */
.reg-left {
    box-sizing: border-box;
    position: relative;
    width: 20%;
}
.reg-center {
    box-sizing: border-box;
    position: relative;
    width: 30%;
    margin-left: 2%;
    margin-right: 5%;
}


/* 品牌 */
.reg-left .brand {
    margin-bottom: 60px;
    width: 100px;
}
.reg-left .brand img{
    width: 100%;
}
/* 主标题 */
.reg-left .title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* 描述 */
.reg-left .desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.reg-left .desc a {
    color: #4f63ff;
    text-decoration: none;
}

/* 插画 */
.left-img img {
    max-width: 480px;
    width: 100%;
}

.qrcode {
    margin-top: 40px;
}
.qrcode img{
    width: 100%;
}

.left-img{
    width: 200px;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #c3bbbb;
    margin-top: 100px;
}
.left-img img{
    width: 100%;
}
/* 右侧表单 */
.reg-right {
    width: 30%;
    padding: 60px 50px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
}
