body {
    background-color: #7127cd;
    min-width: 1200px;
}
.w {
    width: 1100px;
    margin: 0 auto;
}
.step_1 {
    width: 100%;
    height: 720px;
    background: #7127cd url(/images/invite/i1.png) no-repeat center;
    background-size: cover;
}
.step_1_census {
    width: 100%;
}
.step_1 .box {
    width: 418px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 413px;
}
.step_1 .box div {
    width: 200px;
    height: 54px;
    box-sizing: border-box;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    border-radius: 54px;
    cursor: pointer;
}
.step_1 .box .left {
    background: linear-gradient(0deg, #ff780e, #fed253);
    color: #fff;
}
.step_1 .box .right {
    color: #ff780e;
    border: 2px solid #ff780e;
}
.step_2 {
    width: 100%;
    height: 547px;
    background: url(/images/invite/i2.png) no-repeat center;
    background-size: cover;
    margin-top: -150px;
    margin-bottom: 74px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}
.step_2 img {
    width: 942px;
    margin-top: 54px;
}
.step_2 .rules {
    width: 232px;
    height: 52px;
    background: #4e55b1;
    border-radius: 26px;
    font-size: 17px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 45px;
}
.step_3 {
    width: 100%;
    height: 377px;
    background: url(/images/invite/i3.png) no-repeat center;
    background-size: cover;
    margin-bottom: 74px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 105px;
    padding-top: 55px;
    display: flex;
    justify-content: space-around;
}
.step_3_census {
    width: 100%;
    height: 377px;
    border-radius: 20px;
    background: none;
    background-color: #fff;
    padding: 0px;
    position: relative;
    z-index: 99;
}
.step_3_census .title {
    height: 56px;
    float: left;
    margin-top: -17px;
    margin-left: 232px;
}
.step_3_census .box {
    position: relative;
    top: 55px;
    left: -230px;
    display: flex;
    justify-content: space-around;
}
.step_3 .img {
    width: 100px;
}
.step_3 .item {
    width: 200px;
    text-align: center;
    color: #1b1275;
    font-size: 22px;
    margin-top: 60px;
}
.step_3_census .item {
    width: 170px;
    font-size: 20px;
}
.step_3 .item:nth-child(2),
.step_3 .item:nth-child(4) {
    margin-top: 97px;
}
.step_3 .item span {
    color: #ff7c01;
    font-weight: 600;
}
.step_4 {
    width: 100%;
    height: 517px;
    background: url(/images/invite/i6.png) no-repeat center;
    background-size: cover;
    margin-bottom: 74px;
    text-align: center;
    padding-top: 55px;
    box-sizing: border-box;
}
.step_4_census {
    width: 100%;
    height: 517px;
    border-radius: 20px;
    background: none;
    background-color: #fff;
    padding: 0px;
}
.step_4 .title {
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: 600;
    margin-top: 60px;
}
.step_4_census .title {
    text-align: left;
    position: relative;
    top: -17px;
    left: 45px;
}
.step_4_census .title img {
    height: 56px;
    margin-bottom: 35px;
}
.step_4_census .box {
    width: 880px;
    margin: 0 auto;
    padding-top: 28px;
}
.step_4 .box {
    width: 833px;
    margin: 0 auto;
}
.step_4 .box .left {
    float: left;
}
.step_4 .box .right {
    float: right;
    text-align: center;
    color: #333;
}
.step_4 .box .left .item {
    width: 630px;
    margin-bottom: 37px;
}
.step_4 .box .left .item .tilte {
    color: #333333;
    font-size: 20px;
    text-align: left;
}
.step_4 .box .left .item .inputBox {
    width: 630px;
    height: 66px;
    margin-top: 16px;
    border-radius: 4px;
    overflow: hidden;
}
.step_4 .box .left .item .inputBox .left {
    background-color: #f6f6f6;
    width: 470px;
    height: 66px;
    line-height: 66px;
    box-sizing: border-box;
    padding: 0 30px;
}
.step_4 .box .left .item .inputBox .left input {
    width: 100%;
    height: 66px;
    outline: 0;
    border: none;
    color: #333;
    background-color: #f6f6f6;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.step_4 .box .left .item .inputBox .right {
    float: right;
    background-color: #fff;
    width: 160px;
    height: 66px;
    font-size: 20px;
    color: #6f77ed;
    line-height: 66px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #6f77ed;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.step_4 .box .left .item:nth-child(2) .inputBox .right {
    color: #fff;
    background-color: #6f77ed;
}
.step_4 .box .right p:nth-child(1) {
    font-size: 20px;
}
.step_4 .box .right img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 12px;
}
.step_4 .box .right p:nth-child(3),
.step_4 .box .right p:nth-child(4) {
    font-size: 16px;
}
.step_5 {
    width: 100%;
    height: 668px;
    background: url(/images/invite/i8.png) no-repeat center;
    background-size: cover;
    margin-bottom: 74px;
    text-align: center;
    padding-top: 55px;
    box-sizing: border-box;
}
.step_5 .box {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.step_5 .box .item:nth-child(1),
.step_5 .box .item:nth-child(3),
.step_5 .box .item:nth-child(5) {
    width: 185px;
    text-align: center;
}
.step_5 .box .item:nth-child(1) {
    margin-top: 20px;
}
.step_5 .box .item:nth-child(3) {
    margin-top: 38px;
}
.step_5 .box .item:nth-child(5) {
    margin-top: 23px;
}
.step_5 .box .item:nth-child(1) img {
    width: 156px;
}
.step_5 .box .item:nth-child(3) img {
    width: 140px;
}
.step_5 .box .item:nth-child(5) img {
    width: 140px;
}
.step_5 .box .item:nth-child(1) p,
.step_5 .box .item:nth-child(3) p,
.step_5 .box .item:nth-child(5) p {
    color: #333;
    font-size: 26px;
    line-height: 55px;
}
.step_5 .box .item:nth-child(1) div,
.step_5 .box .item:nth-child(3) div,
.step_5 .box .item:nth-child(5) div {
    width: 170px;
    height: 50px;
    border-radius: 4px;
    background-color: #d12825;
    color: #fff;
    margin: 0 auto;
    font-size: 24px;
    line-height: 50px;
}
.step_5 .box .item:nth-child(2),
.step_5 .box .item:nth-child(4) {
    width: 135px;
    height: auto;
    margin-top: 90px;
    position: relative;
    left: 15px;
}
.step_5 .bg {
    width: 798px;
    position: relative;
    top: -345px;
}
.step_5 .btn {
    width: 230px;
    height: 52px;
    background: #4e55b1;
    border-radius: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    position: relative;
    top: -296px;
}
.step_6 {
    width: 100%;
    height: 298px;
    background: url(/images/invite/i15.png) no-repeat center;
    background-size: cover;
    margin-bottom: 74px;
    text-align: center;
    padding-top: 55px;
    box-sizing: border-box;
}
.step_6 .box {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}
.step_6 .box div {
    width: 198px;
    height: 88px;
    text-align: left;
    line-height: 88px;
    color: #fff;
    font-size: 26px;
    box-sizing: border-box;
    padding-left: 45px;
    cursor: pointer;
}
.step_6 .box div:nth-child(1) {
    background: url(/images/invite/i17.png) no-repeat center;
    background-size: 100% 100%;
}
.step_6 .box div:nth-child(2) {
    background: url(/images/invite/i18.png) no-repeat center;
    background-size: 100% 100%;
}
.step_6 .box div:nth-child(3) {
    background: url(/images/invite/i19.png) no-repeat center;
    background-size: 100% 100%;
}
.step_6 .box div img {
    height: 30px;
    position: relative;
    top: 6px;
}
/*
====================================================================
我的邀请 页面 
====================================================================
*/
.censusPage {
    width: 1200px;
    padding-bottom: 50px;
    margin: 0 auto;
    display: flex;
    padding-top: 10px;
}
.step_7 {
    width: 100%;
    height: 220px;
    background-color: #fff;
    border-radius: 16px;
    margin-top: -120px;
    margin-bottom: 74px;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}
.step_7 .title {
    height: 56px;
    float: left;
    margin-top: -62px;
    margin-left: 30px;
}
.step_7 .box {
    width: 740px;
    height: 50px;
    border-radius: 6px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 55px;
}
.step_7 .box .left {
    float: left;
    background-color: #f6f6f6;
    width: 540px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
}
.step_7 .box .left input {
    width: 100%;
    height: 50px;
    outline: 0;
    border: none;
    color: #333;
    background-color: #f6f6f6;
    font-size: 17px;
}
.step_7 .box .right {
    float: right;
    background-color: #fff;
    width: 200px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #f55802;
}
.step_8 {
    width: 100%;
    height: 260px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 74px;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
}
.step_8_census {
    width: 100%;
    height: 258px;
    border-radius: 20px;
    background: none;
    background-color: #fff;
    padding: 0px;
}
.step_8 .title {
    height: 44px;
}
.step_8_census .title {
    height: 56px;
    float: left;
    margin-top: -17px;
    margin-left: 50px;
    margin-bottom: 70px;
}
.step_8 .box {
    width: 890px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.step_8 .box .item {
    width: 110px;
    text-align: center;
}
.step_8 .box .item p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    color: #eb4c34;
    height: 48px;
}
.step_8 .box .item p:nth-child(2) {
    font-size: 16px;
    color: #222222;
}
.step_9 {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 74px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    box-sizing: border-box;
}
.step_9 .title {
    height: 44px;
}
.step_9_census .title {
    height: 56px;
    float: left;
    margin-top: -62px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.step_9 .box {
    width: 890px;
    margin: 0 auto;
    margin-top: 30px;
}
.step_9_census .box {
    width: 830px;
}
.step_9 .box .boxTitle {
    width: 100%;
    color: #9c9c9c;
    display: flex;
    font-size: 12px;
}
.step_9 .box .boxTitle div {
    width: 30%;
    text-align: center;
}
.step_9 .box .boxTitle div:nth-child(1) {
    width: 20%;
    text-align: left;
}
.step_9 .box .boxTitle div:nth-child(4) {
    width: 20%;
    text-align: right;
}
.step_9 .box .emptyBox {
    display: none;
    width: 100%;
    height: 50px;
    color: #333;
    text-align: center;
    line-height: 90px;
}
.step_9 .box .boxMain {
    display: none;
}
.step_9 .box .boxMain .item {
    width: 100%;
    color: #222222;
    display: flex;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.step_9 .box .boxMain .item div {
    width: 30%;
    text-align: center;
}
.step_9 .box .boxMain .item div:nth-child(1) {
    width: 20%;
    text-align: left;
}
.step_9 .box .boxMain .item div:nth-child(4) {
    width: 20%;
    text-align: right;
}
/*
====================================================================
链接 页面 
====================================================================
*/
.step_10 {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    top: -75px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.step_10 .left {
    float: left;
    margin-left: 130px;
    margin-top: 55px;
}
.step_10 .left .avatar {
    float: left;
    height: 100px;
    border-radius: 100px;
    margin-right: 15px;
}
.step_10 .left .text {
    float: left;
    margin-left: 0.15rem;
    text-align: left;
    font-size: 0.08rem;
    padding-top: 0.12rem;
    text-align: center;
}
.step_10 .left .text p:nth-child(1) {
    color: #666;
    font-size: 24px;
    font-weight: 600;
    margin-top: 14px;
}
.step_10 .left .text p:nth-child(1) img {
    width: 50px;
    position: relative;
    top: -3px;
}
.step_10 .left .text p:nth-child(2) {
    color: #f9381b;
    font-size: 24px;
    font-weight: 600;
}
.step_10 .right {
    float: right;
    width: 300px;
    height: 56px;
    background: #4e55b1;
    border-radius: 56px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    position: relative;
    margin-right:  120px;
    margin-top: 80px;
}
.step_10 .right img {
    width: 100px;
    height: 100px;
}
.step_11 {
    width: 100%;
    margin-bottom: 74px;
    text-align: center;
}
.step_11 .box {
    height: 100%;
    height: 572px;
    margin: 0 auto;
    background: url(/images/invite/l3.png?v=23) no-repeat center;
    background-size: cover;
    margin-top: -20px;
}
.step_11 .box .btn {
    width: 300px;
    height: 56px;
    background: #4e55b1;
    border-radius: 56px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    position: relative;
    top: 472px;
}
.step_12 {
    width: 100%;
    margin-bottom: 74px;
    text-align: center;
}
.step_12 .box {
    height: 100%;
    height: 390px;
    margin: 0 auto;
    background: url(/images/invite/l4.png) no-repeat center;
    background-size: cover;
    margin-top: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 60px;
    padding-top: 105px;
}
.step_12 .box .item {
    width: 170px;
    text-align: center;
    color: #333;
}
.step_12 .box .item img {
    width: 128px;
}
.step_12 .box .item p:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    color: #2c339b;
}
.step_12 .box .item p:nth-child(3),
.step_12 .box .item p:nth-child(4) {
    font-size: 20px;
    line-height: 30px;
}
.step_13 {
    width: 800px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding-bottom: 50px;
}
.step_13 .code {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.step_13 .code .qrCode {
    height: 118px;
    width: 118px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px;
    float: right;
    margin-right: 30px;
}
.step_13 .code .qrCode #qrCodeLogo{
    position: absolute;
    width: 28px;
    height: 28px;
    margin-left: 40px;
    margin-top: 40px;
}
.step_13 .btn {
    cursor: pointer;
    margin-top: 46px;
}
.step_13 .btn img {
    width: 220px;
}
.step_14 {
    width: 100%;
    height: 720px;
    background: #7127cd url(/images/invite/l1.png) no-repeat center;
    background-size: cover;
}