body,.wrap {
    width: 100%;
    height: 100%;
    background: url('../invite/img/body_bg_white.png') repeat;
}
.wrap .header {
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    height: 60px;
    border: 1px solid #ccc;
    background: url('../invite/img/back_bg1.png') no-repeat;
    background-size: 100% 100%;
    background-color: #f8f8f8;
}
.wrap .header .go-back {
    display: inline-block;
    width: 20px;
    height: 34px;
    float: left;
    background: url('../invite/img/back_icon.png') no-repeat;
    margin-left: 15px;
    margin-top: 15px;
}
.wrap .banner {}
.wrap .banner img {
    width: 100%;
    height: auto;
}
.wrap .user-info {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
}
.wrap .user-info h3{
    color: #444;
}
.wrap .user-info .txt-intro {
    color: #444;
    margin-bottom: 30px;
}
.wrap .user-info .txt-intro em {
    color: #ed2052;
}
.wrap .user-info .phone {
    position: relative;
    width: 85%;
    border: 1px solid #ed2052;
    margin: 20px auto;
    border-radius: 29px;
}
.wrap .user-info .phone-icon {
    display: block;
    width: 16px;
    height: 26px;
    background: url('../invite/img/phone.png')no-repeat;
    background-size: 16px 26px;
    position: absolute;
    top: 12px;
    left: 20px;
}
.wrap .user-info input {
    border-radius: 29px;
    border: 0;
    width: 100%;
    border-color: transparent;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
}
.wrap .user-info .click-button {
    display: block;
    width: 85%;
    height: 50px;
    border: 1px solid #ed2052;
    margin: 20px auto;
    border-radius: 30px;
    line-height: 50px;
    background-color: #ed2052;
    color: #fff;

}
.wrap .activity-intro {
    border-top: 1px dashed #ed2052;
    position: relative;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
}
.wrap .activity-intro h2 {
    color: #ed2052;
    text-align: center;
}
.wrap .activity-intro h2 span {
    display: inline-block;
    width: 80px;
    position: ab;
    position: absolute;
    top: -10px;
    left: 50%;
    background: url('../invite/img/body_bg_white.png') repeat;
    margin-left: -40px;
}
.wrap .activity-intro ul {
    color: #959595;
    width: 100%;
    margin: 30px auto;
    line-height: 30px;
 }
.wrap .get-process {
    border-top: 1px dashed #000;
    position: relative;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
}
.wrap .get-process h2 {
    text-align: center;
}
.wrap .get-process h2 span {
    display: inline-block;
    width: 80px;
    position: absolute;
    top: -10px;
    left: 50%;
    background: url('../invite/img/body_bg_white.png') repeat;
    margin-left: -40px;
}
.wrap .get-process .introduction {
    margin-top: 30px;
    width: 100%;
    color: #959595;
    position: relative;
}
.wrap .get-process .introduction ul {}
.wrap .get-process .introduction ul li {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
} 
.wrap .get-process .introduction li .text {
    display: inline-block;
    width: 45%;
    float: left;
    height: 88px;
    overflow-y: hidden;
}
.wrap .get-process .introduction li .text.right {
    float: right;
    height: 66px;
    overflow-y: hidden;
}
.wrap .get-process .introduction li .tips {
    background: url('../invite/img/process_bg_first.png') no-repeat;
    width: 45%;
    height: 68px;
    background-size: 100% 68px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    float: right;
    padding-top: 10px;
    position: relative;
}
.wrap .get-process .introduction li .tips.left {
    background: url('../invite/img/process_bg_second.png') no-repeat;
    background-size: 100% 68px;
    float: left;
}
.wrap .get-process .introduction li .tips.lefts {
    background: url('../invite/img/process_bg_third.png') no-repeat;
    background-size: 100% 68px;
    float: left;
    padding-top: 20px;
}
.wrap .get-process .introduction ul li:first-child .tip-text {
    width: 88px;
}
.wrap .get-process .introduction li .tips .tip-text {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 120px;
    padding-right: 10px;
}
.wrap .get-process .introduction li .tips .number1 {
    display: block;
    font-size: 20px;
    vertical-align: top;
    margin-left: -20px;
    color: #fff;
    font-family: arial;
    position: absolute;
    top: 16px;
    left: 30px;
}
.wrap .get-process .introduction li .tips .number {
    display: block;
    font-size: 20px;
    color: #fff;
    font-family: arial;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
}
.wrap .get-process .introduction ul li:last-child .tips .number {
    /*margin-top: -10px;*/
}
.wrap .get-process .introduction .invite-bg {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
}
.wrap .get-process .introduction .invite-bg img {
    height: 205px;
}
.wrap .mask{
    width:100%;
    height: 100%;
    background:#000;
    opacity: 0.7;
    filter:alpha(opacity=50);
    position: fixed;
    _position:absolute;
    top:0;
    left: 0;
    z-index: 1000;
}
.wrap .invite-friend {
    position: absolute;
    top: 0;
    left: 50%;
    width: 76%;
    margin-left: -38%;
    z-index: 1001;
}
.wrap .invite-friend img {
    width: 100%;
}
.wrap .invite-friend p {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 260px;
    margin-left: -130px;
}
