*{
    padding: 0;
    margin: 0;
}
body{
}
.i_header{
    /* height: 360px; */
    background: url('../../images/activity/invitation/banner_new.png') no-repeat;
    position: relative;
    /* width: 1920px; */
    background-size: 100% 100%;
    width: 100%;
    height: 26vw;
}
.nav_title{
    width: 18%;
    padding: 1.5%;
}
.nav_content {
    position: absolute;
    top: 18vw;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
}
p.content_product {
    /* font-size: 1.7vw; */
    font-size: 32px;
    color: #fff;
    letter-spacing: 6.4px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
@font-face{
    font-family: pictos;
    src: url("../syfont/pictos.ttf"),
         url('../syfont/pictos.woff');
    font-weight: normal;
    /* font-size: normal; */
}
span.xsfs{
    color: #ffd590;
    /* font-size: 2.1vw; */
    font-size: 40px;
    letter-spacing: 8px;
    font-family: pictos;
    margin-left: 0.8vw;
    font-weight: normal;
}
.content_way {
    color: #fff;
    font-size: 40px;
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 37px;
}
.content_time {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: Source Han Sans CN;
    padding: 10px 19px;
    background-color: rgb(8,57,69);
    border: solid 1px #299dbd;
}
.top_dec{
    width: 4.3vw;
    height: 10vw;
    background: url("../../images/activity/dec.png") no-repeat;
    transform: rotate(180deg);
    position: absolute;
    left: 23.2vw;
    top: -3.9vw;
}
.left_dec{
    width: 4.3vw;
    height: 10vw;
    background: url("../../images/activity/dec.png") no-repeat;
    position: absolute;
    left: 9.3vw;
    bottom: -3.6vw;
}
.right_dec{
    width: 2.7vw;
    height: 10vw;
    background: url("../../images/activity/dec.png") no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
.box_dec_top{
    width: 4.2vw;
    height: 3.6vw;
    background: url("../../images/activity/point.svg") no-repeat;
    background-size: 4.2vw 3.6vw;
    position: absolute;
    top: 0.15vw;
    /* right: 16.3vw; */
    left: 23.8vw;
}
.box_dec_bottom{
    width: 4.2vw;
    height: 3.6vw;
    background: url("../../images/activity/point.svg") no-repeat;
    background-size: 4.2vw 3.6vw;
    position: absolute;
    /* left: 27.1vw; */
    right: 19.6vw;
    bottom: -2.1vw;
}

.i_body{
    /* width: 1920px; */
    width: 100%;
}
.invite{
    width: 100%;
    background: url("../../images/activity/noline_bg.png") no-repeat;
    background-position-y: 30vw;
    background-size: 100%;
    background-color: #1e2229;
}

.invite_content{
    width: 800px;
    /* width: 60%; */
    margin: 0 auto;
    padding-bottom: 80px;
}
p.invite_content_title {
    padding-top: 4.1vw;
    /* font-size: 1.5vw; */
    font-size: 28px;
    letter-spacing: 5.6px;
    /* color: #fed590; */
    color: #77d5ff;
    text-align: center;
}
p.invite_content_mark {
    /* width: 656px; */
    width: 800px;
    /* height: 44px; */
    line-height: 28px;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* margin-top: 1.7vw; */
    margin-top: 32px;
}
p.invite_content_mark span.understand{
    text-decoration: underline;
    cursor: pointer;
}
.invite_content_process {
    display: flex;
    justify-content: space-between;
    width: 35vw;
    margin: 0 auto;
    /* margin-top: 2.1vw; */
    margin-top: 40px;
}
.process1, .process2, .process3 {
    text-align: center;
    position: relative;
    color: #fff;
}
.one, .two, .three {
    /* width: 17vw; */
    width: 13vw;
    position: absolute;
    left: -4.4vw;
}
.processImg{
    width: 4.2vw;
    height: 4.9vw;
}
.process_pro{
    width: 7vw;
    height: 1vw;
    position: relative;
    top: 2vw;
}
p.process_word {
    margin-top: 1.1vw;
    /* font-size: 0.8vw; */
    font-size: 16px;
    color: #fff;
}
/* @keyframes warn {
    0% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        opacity: 0.2;
    }
    75% {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.2;
    }

    75% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.85);
        opacity: 0.0;
    }
}
@keyframes warn2 {
    0% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.2;
    }
    75% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        opacity: 0.3;
    }
    100% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        opacity: 0.0;
    }
} */
.containerBtn {
    position: relative;
    /* padding-top: 5.6vw;
    width: 13vw;
    height: 5vw;
    margin-top: 45px; */
    width: 120px;
    height: 40px;
    padding-top: 108px;
    margin: 0 auto;
}
.invite_content_btn{
    left: -0.8vw;
    /* width: 6.3vw;
    height: 2.1vw;
    font-size: 0.8vw; */
    width: 160px;
    height: 40px;
    font-size: 16px;
    /* background-color: #fed590;
    color: #4a3a10; */
    background-color: #77d5ff;
    color: #222222;
    border-radius: 2px;
    outline: none;
    border: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 9;
    animation: switch 1.5s ease-out infinite;
}
@keyframes switch {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
}
/* .pulse{
    width: 240px;
    height: 100px;
    border: solid 1px #fed590;
    opacity: 0;
    position: absolute;
    top: 78px;
    left: -60px;
    z-index: 1;
    animation: warn 1s ease-out;
    animation-iteration-count: infinite;
}
.pulse1{
    width: 240px;
    height: 100px;
    border: solid 1px #fed590;
     opacity: 0;    
    position: absolute;
    top: 78px;
    left: -60px;
    z-index: 1;
    animation: warn1 1s ease-out;
    animation-iteration-count: infinite;
}
.pulse2{
    width: 240px;
    height: 100px;
    border: solid 1px #fed590;
     opacity: 0;   
    position: absolute;
    top: 78px;
    left: -60px;
    z-index: 1;
    animation: warn2 1s ease-out;
    animation-iteration-count: infinite;
} */
.invite_content_friends{
    /* width: 41.7vw;
    height: 14.3vw; */
    width: 800px;
    /* height: 256px; */
    margin: 0 auto;
    /* margin-top: 3.6vw; */
    margin-top: 70px;
    background-color: rgba(53,57,63,.5);
    border-radius: 2px;
    position: relative;
}
.invite_content_friends_words{
    padding: 2.1vw 0 0 3vw;
    /* font-size: 0.8vw; */
    font-size: 16px;
    letter-spacing: 3.2px;
    /* color: #fed590; */
    color: #fff;
}
.invite_content_friends_wordsClient{
    display: none;
}
.friendList{
    display: flex;
    justify-content: space-between;
    /* margin: 2.1vw 3.1vw; */
    margin: 2.1vw 6.3vw 0 6.3vw;
}
.help{
    padding: 10px 0 1.3vw 3vw;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}
.friendList>div{
    /* width: 4.2vw;
    height: 8vw; */
    width: 80px;
    height: 140px;
    display: flex;
    justify-content: space-around;
    position: relative;
    
}
.friendList>div .bgImg{
    /* background: url('../../images/activity/invite_person.png') no-repeat; */
    /* background-size: 4.28vw 4.7vw; */
}
.friendList>div .activeImg{
    background: url('../../images/activity/invitation/active.png') no-repeat;
    /* background-size: 4.28vw 4.7vw; */
}
.friendList>div .noactiveImg{
    background: url('../../images/activity/invitation/noactive.png') no-repeat;
    /* background-size: 4.28vw 4.7vw; */
}

.userImg{
    /* width: 4.2vw;
    height: 4.2vw; */
    width: 80px;
    height: 80px;
    /* border: 1px dashed #fed590; */
    border: 1px dashed #fff;
    border-radius: 50px;
    position: relative;
    /* top: 0.4vw; */
    top: 9px;
}
.userName{
    /* font-size: 0.8vw; */
    font-size: 16px;
    color: #ffffff;
    height: 2vw;
    /* overflow: hidden; */
    position: absolute;
    bottom: 0px;
}
.backTop{
    display: none;
    width: 35px;
    height: 35px;
    background-color: #77d5ff;
    position: fixed;
    right: 15.4vw;
    top: 46.5vw;
    border-radius: 25px;
    font-size: 10px;
    color: #4a3a10;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 15;
}
.box_dec_friend{
    width: 3.4vw;
    height: 3vw;
    background: url("../../images/activity/invitation/point.png") no-repeat;
    background-size: 3.4vw 3vw;
    position: absolute;
    bottom: -1.4vw;
    right: -1.9vw;
}

.pro_adv{
    /* width: 41.7vw; */
    width: 800px;
    margin: 0 auto;
    /* margin-top: 4.2vw; */
    margin-top: 80px;
    position: relative;
}
.pro_adv_title{
    color: #fff;
    letter-spacing: 4px;
    /* font-size: 1vw; */
    font-size: 20px;
    text-align: center;

}
.pro_adv_free{
    width: 332px;
    height: 375px;
    /* background-color: #383f7b; */
    background-color: rgba(31, 179, 194, 0.1);
    border: solid 1px #1fb3c2;
    border-radius: 8px;
    position: absolute;
    top: 89px;
    left: 22px;
}
.pro_adv_free_title{
    /* font-size: 1vw; */
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 1.5vw;
    text-align: center;
    
}
.p1,.p2,.p3,.p4,.p5,.p6{
    /* font-size: 0.7vw; */
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    /* margin-left: 1vw; */
}
.p1_remark, .p3_remark{
    /* font-size: 0.6vw; */
    font-size: 12px;
    color: #a5a5a5;
    margin-left: 43px;
    margin-top: 0.3vw;
    width: 80%;
}
.hook{
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url("../../images/activity/invitation/hook.png") no-repeat;
    background-size: 11px 11px;
    margin-right: 12px;
}
.p2,.p3, .p4,.p5, .p6{
    /* margin-top: 1vw; */
    margin-top: 22px;
}

.pro_adv_valueAdd{

    width: 400px;
    height: 420px;
    /* background-color: #515cba; */
    background-color: rgba(31, 179, 194, 0.3);
    border: solid 1px #1fb3c2;
    border-radius: 8px;
    position: absolute;
    right: 22px;
    top: 60px;
    z-index: 2;
}
.valueAdd, .valueAdd1{
    display: none;
}
.pro_adv_valueAdd_title{
    /* font-size: 1vw; */
    font-size: 20px;
    color: #fff;
    padding: 2.4vw 0 1.6vw 0;
    padding-top: 47px;
    text-align: center;
}
.hook1{
    /* width: 1.3vw;
    height: 0.9vw; */
    width: 25px;
    height: 18px;
    display: inline-block;
    background: url("../../images/activity/invitation/hook.png") no-repeat;
    background-size: 25px 18px;
    /* margin-right: 1.3vw; */
    margin-right: 24px;
}
.p1_1, .p1_2, .p1_3, .p1_4, .p1_5, .p1_6{
    /* margin-left: 1.5vw; */
    /* font-size: 0.7vw; */
    margin-left: 39px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}
.imp{
    /* color: #fed590; */
    color: #77d5ff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.p1_2, .p1_4, .p1_6{
    /* margin-top: 1.1vw; */
    margin-top: 20px;
}
.p1_3 , .p1_5{
    /* margin-top: 1vw; */
    /* margin: 20px; */
    margin-top: 20px;
}
.p1_2_1{
    font-size: 0.6vw;
    /* margin-left: 2.6vw; */
}
/* .border_bg {
    width: 370px;
    height: 335px;
    border-radius: 8px;
    border: solid 1px #fed590;
    position: absolute;
    right: 0;
    top: 180px;
    z-index: 1;
} */
.limit{
    color: #a5a5a5;
    font-size: 14px;
    width: 800px;
    margin: 0 auto;
    margin-top: 540px;
}
.limit_p{
    margin-left: 1.2vw;
}

.EnterpriseWeChat{
    position: relative;
    /* width: 41.7vw; */
    width: 800px;
    margin: 0 auto;
    margin-top: 8.3vw;
}
.ex_content{
    display: flex;
    /* width: 40vw; */
    width: 800px;
    margin: 0 auto;
    justify-content: center;
}
.client_w1_1, .client_w1_4{
    display: none;
}
.ewm_bg{
    width: 226px;
    height: 249px;
    background: url("../../images/activity/invitation/ewmBg.png") no-repeat;
    /* background-size: 12vw 13vw; */
    background-size: 100%;
    z-index: 2;
    position: relative;
}
.ewmDec {
    /* background: url("../../images/activity/exchangeGroup.png") no-repeat; */
    /* width: 8.1vw;
    height: 8.1vw; */
    width: 156px;
    height: 156px;
    position: absolute;
    left: 50px;
    top: 38px;
    /* left: 2.6vw;
    top: 2vw; */
}
.words_add {
    /* margin-left: 2.2vw; */
    margin-left: 42px;
}
p.w1_1 {
    /* font-size: 1.5vw; */
    font-size: 28px;
    color: #77d5ff;
    /* margin-top: 2.3vw; */
    /* margin-top: 20px; */
    margin-top: 44px;
}
p.w1_2, p.w1_3 {
    color: #fff;
    /* font-size: 0.8vw; */
    font-size: 16px;
    /* text-align: center; */
}
p.w1_2 {
    /* margin-top: 1.4vw; */
    margin-top: 32px;
}
p.w1_3 {
    margin-top: 5px;
}
p.w1_4 {
    color: #a5a5a5;
    font-size: 16px;
    /* margin-top: 1.6vw; */
    margin-top: 31px;
}
.activeRule {

    width: 38vw;
    margin: 0 auto;
    margin-top: 9.2vw;
    position: relative;
}
.rt_box{
    width: 29.2vw;
    height: 14.6vw;
    background: url("../../images/activity/rt_box.png") no-repeat;
    background-size: 29.2vw 14.6vw;
    position: absolute;
    right: -30vw;
    top: -4.2vw;
}
.box_dec_rtBox{
    width: 6.3vw;
    height: 5.6vw;
    background: url("../../images/activity/point.svg") no-repeat;
    background-size: 6.3vw 5.6vw;
    position: absolute;
    top: -4.4vw;
    left: 9.4vw;
}
.lt_box{
    width: 28vw;
    height: 18.8vw;
    background: url("../../images/activity/lt_box.png") no-repeat;
    background-size: 28vw 18.8vw;
    position: absolute;
    left: -31vw;
    top: 23.6vw;
}
.box_dec_ltBox{
    width: 4.2vw;
    height: 3.7vw;
    background: url("../../images/activity/point.svg") no-repeat;
    background-size: 4.2vw 3.7vw;
    position: absolute;
    bottom: -2.4vw;
    left: 15vw;
}
.rb_box{
    width: 39.6vw;
    height: 14.6vw;
    background: url("../../images/activity/rb_box.png") no-repeat;
    background-size: 39.6vw 14.6vw;
    position: absolute;
    right: -30vw;
    top: 46vw;
    z-index: 0;
}


.activeTitle {
    font-size: 28px;
    /* color: #fed590; */
    color: #77d5ff;
    letter-spacing: 5.6px;
    text-align: center;
}
.active_time, .people , .welfare , .present , .use{
    position: relative;
    z-index: 5;
}
.active_time{
    margin-top: 3.6vw;
}
.people, .welfare{
    margin-top: 40px;
}
.present {
    margin-top: 40px;
}
.mt10{
    margin-top: 10px;
}
.mt16{
    margin-top: 16px;
}
.mt20{
    margin-top: 20px;
}
.mt24{
    margin-top: 24px;
}
.mt31{
    margin-top: 31px;
}
.mt34{
    margin-top: 34px;
}
.mt74{
    margin-top: 74px;
}
.active_time , .people, .welfare1, .present1, .use1{
    display: flex;
    align-items: center;
    
}
.timeIcon{
    width: 2.1vw;
    height: 2.1vw;
    background: url("../../images/activity/invitation/time.png") no-repeat;
    background-size: 2.1vw 2.1vw;
    background-position: center;
}
.peopleIcon{
    width: 2.1vw;
    height: 2.1vw;
    background: url("../../images/activity/invitation/people.png") no-repeat;
    background-size: 2.1vw 2.1vw;
    background-position: center;
}
.welfareIcon{
    width: 2.1vw;
    height: 2.1vw;
    background: url("../../images/activity/invitation/welfare.png") no-repeat;
    background-size: 2.1vw 2.1vw;
    background-position: center;
}
.presentIcon{
    width: 2.1vw;
    height: 2.1vw;
    background: url("../../images/activity/invitation/present.png") no-repeat;
    background-size: 2.1vw 2.1vw;
    background-position: center;
}
.useIcon{
    width: 2.1vw;
    height: 2.1vw;
    background: url("../../images/activity/invitation/use.png") no-repeat;
    background-size: 2.1vw 2.1vw;
    background-position: center;
}
.timeTitleClient, .timeDetailClient, .peopleTitleClient, .peopleDetailClient{
    display: none;
}
.Valign {
    display: flex;
    align-items: flex-end;
}
.timeTitle , .peopleTitle, .welfareTitle, .presentTitle, .useTitle{
    /* color: #fed590; */
    color: #77d5ff;
    /* font-size: 1vw; */
    font-size: 20px;
    letter-spacing: 4px;
    margin-left: 1.3vw;
}
.timeDetail , .peopleDetail{
    /* font-size: 0.7vw; */
    font-size: 0.8vw;
    color: #fff;
    letter-spacing: 3px;
    margin-left: 1vw;
}
.welfareTitle{
    color: #77d5ff;
    /* font-size: 1vw; */
    font-size: 20px;
    letter-spacing: 4px;
    height: 2.1vw;
    line-height: 2.1vw;
}
.welfare1{
    margin-bottom: 1.3vw;
}
.welfareContent , .presentContent, .useContent, .notice{
    margin-left: 3.4vw;
}
p.wcTitle {
    /* font-size: 0.7vw; */
    font-size: 14px;
    color: #77d5ff;
    letter-spacing: 3px;
    margin: 0.8vw 0 0.8vw 0;
}
p.wcPag {
    width: 540px;
    /* font-size: 0.7vw; */
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.present1{
    margin-bottom: 24px;
}
.strongNum{
    /* font-size: 1vw; */
    font-size: 20px;
    color: #77d5ff;
}
.paragraph{
    /* width: 33.3vw; */
    /* font-size: 0.7vw; */
    width: 640px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.use{
    position: relative;
    z-index: 5;
    margin-top: 40px;
}
.use1{
    margin-bottom: 24px;
}
.notice{
    margin-top: 80px;
}
p.notice_title {
    color: #fff;
    font-size: 16px;
    letter-spacing: 3.2px;
}
p.noticeContent {
    color: #a5a5a5;
    width: 630px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 1.3vw;
}
.clientNotice{
    display: none;
}
.Pop_ups{
    /* width: 25vw;
    height: 8vw;
    line-height: 8vw; */
    width: 320px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    /* background-color: #515cba; */
    /* background-color: rgba(81,92,186,.9); */
    background-color:#77D5FF;
    color: #4A3A10;
    border-radius: 1vw;
    font-size: 14px;
    /* font-size: 18px; */
    /* color: #fff; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}
.clientValueAdd{
    display: none;
}
.login_table {
    display: none;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100vh;
}
.loginDetail {
    background-color: #33333d;
    width: 38vw;
    height: 30vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loginClose {
    width: 1.5vw;
    height: 1.5vw;
    background: url("../../images/activity/closeClient.png") no-repeat;
    background-size: 1.5vw 1.5vw;
    float: right;
    cursor: pointer;
    margin-top: 1vw;
    margin-right: 1vw;
}
.loginTitle {
    color: #77d5ff;
    clear: both;
    margin-top: 4vw;
    margin-left: 3vw;
}
.loginRemark {
    margin-left: 3vw;
    margin-top: 0.5vw;
    color: #d9d9d9;
    font-size: 0.8vw;
}
.uesrPhone, .VerificationCode {
    width: 80%;
    height: 40px;
    margin-left: 3vw;
    margin-top: 3vw;
    position: relative;
}
label.error {
    color: red;
    position: absolute;
    left: 0;
    bottom: -25px;
    font-size: 16px;
}
input.phone {
    width: 95%;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #fff;
    letter-spacing: 3px;
    outline: none;
    padding-left: 5%;
    background-color: #33333d;
    color: #fff;
}
input.phone::placeholder, input.verCode::placeholder{
    /* padding-left: 10px; */
    /* font-size: 1vw; */
    font-size: 12px;
    height: 38px;
    line-height: 38px;
}
input.phone::-webkit-input-placeholder, input.verCode::-webkit-input-placeholder{
    /* padding-left: 10px; */
    /* font-size: 1vw; */
    font-size: 12px;
    height: 38px;
    line-height: 38px;
}
.titlePop {
    display: none;
    width: 80%;
    margin-left: 3vw;
    margin-top: 5px;
    position: absolute;
    color: red;
}
input.verCode {
    width: 46%;
    height: 38px;
    border-radius: 2px;
    letter-spacing: 3px;
    outline: none;
    border: 1px solid #fff;
    padding-left: 5%;
    background-color: #33333d;
    color: #fff;
}
button.verBtn {
    width: 40%;
    height: 40px;
    border-radius: 2px;
    vertical-align: middle;
    outline: none;
    border: solid 1px #1fb3c2;
    background-color: rgba(31, 179, 194, 0.15);
    color: #fff;
    float: right;
    /* font-size: 1vw; */
    font-size: 12px;
    cursor: pointer;
}
.loginIN {
    width: 80%;
    margin-left: 3vw;
    margin-top: 3vw;
    height: 40px;
    outline: none;
    background-color: #77d5ff;
    color: #222;
    font-size: 1vw;
    border: none;
    cursor: pointer;
}
.backPhoneTop{
    display: none;
}
div#Poptips {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 30vw;
    height: 8vw;
    /* background-color: rgba(81,92,186,.9); */
    background-color: #FED590;
    color: #4A3A10;
    text-align: center;
    line-height: 8vw;
    /* color: #fff; */
    transform: translate(-50%, -50%);
    z-index: 15;
}


@media screen and (max-width:960px){
    .backTop{
        display: none;
    }
    .i_header{
        background: url("../../images/activity/invitation/banner_new.png") no-repeat;
        position: relative;
        background-size: cover;
        background-position: 50%;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
    }
    .nav_title{
        width: 20.9%;
        padding: 1.5%;
    }
    .nav_content{
        position: absolute;
        left: 50%;
        top: 35vw;
        width: 90%;
    }
    p.content_product {
        /* font-size: 5.6vw; */
        font-size: 18px;
        color: #fff;
        letter-spacing: 3.6px;
        font-family: Source Han Sans CN;
    }
    @font-face{
        font-family: pictos;
        src: url("../syfont/pictos.ttf"),
             url('../syfont/pictos.woff');
        font-weight: normal;
        /* font-size: normal; */
    }
    span.xsfs{
        color: #ffd590;
        /* font-size: 6.9vw; */
        font-size: 22px;
        letter-spacing: 4.4px;
        font-family: pictos;
        margin-left: 1.3vw;
        vertical-align: bottom;
    }
    .content_way{
        color: #fff;
        font-size: 18px;
        letter-spacing: 3.6px;
        opacity: 1;
        margin-bottom: 16px;
    }
    .content_time{
        color: #fff;
        font-size: 12px;
        letter-spacing: 1.4px;
        padding: 5px 11px;
    }
    .top_dec{
        width: 7.5vw;
        height: 18.4vw;
        background: url("../../images/activity/dec.png") no-repeat;
        background-size: 7.5vw 18.4vw;
        transform: rotate(180deg);
        position: absolute;
        left: 32.2vw;
        top: -7.5vw;
    }
    .left_dec{
        width: 3.1vw;
        height: 18.4vw;
        background: url("../../images/activity/dec.png") no-repeat;
        background-size: 3.1vw 18.4vw;
        position: absolute;
        left: 0;
        bottom: -8.1vw;
    }
    .right_dec, .box_dec_top{
        display: none;
    }
    .box_dec_bottom{
        display: none;
    }

    .i_body{
        /* width: 1920px; */
        width: 100%;
    }
    .invite{
        width: 100vw;
        background: url("../../images/activity/client.png") no-repeat;
        background-position-y: -38vw;
        background-size: 100%;
        background-color: #1e2229;
    }
    .invite_content{
        /* width: 800px; */
        width: 80%;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    p.invite_content_title {
        padding-top: 10vw;
        /* font-size: 5vw; */
        font-size: 16px;
        letter-spacing: 3.2px;
        color: #77d5ff;
        text-align: center;
        font-weight: bold;
    }
    p.invite_content_mark {
        width: 90%;
        height: auto;
        margin: 0 auto;
        /* font-size: 4.4vw; */
        font-size: 14px;
        line-height: 6.9vw;
        color: #fff;
        margin-top: 5vw;
    }
    p.invite_content_mark span.understand{
        text-decoration: underline;
    }
    .invite_content_process {
        display: block;
        justify-content: unset;
        width: 90%;
        margin: 0 auto;
        margin-top: 10vw;
    }
    .process1, .process2, .process3 {
        text-align: unset;
        position: static;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .process1, .process3{
        margin-left: 2.9vw;
    }
    .process2{
        margin-left: 10.4vw;
    }
    .one, .two, .three {
        width: 50vw;
        position: static;
        left: auto;
    }
    .processImg{
        width: 15vw;
        height: 17.5vw;
    }
    .process_pro{
        display: none;
    }
    p.process_word {
        /* font-size: 3.8vw; */
        font-size: 12px;
        color: #fff;
        margin-left: 7.5vw;
    }
    .containerBtn {
        position: relative;
        padding-top: 15vw;
        width: 60vw;
        margin: 0 auto;
        /* height: 25vw; */
        height: unset;
        margin-top: 0;
    }
    .invite_content_btn{
        left: -0.8vw;
        width: 42.5vw;
        height: 10vw;
        background-color: #77d5ff;
        /* font-size: 4.4vw; */
        font-size: 14px;
        color: #222;
        border-radius: 2px;
        outline: none;
        border: none;
        margin: 0 auto;
        display: block;
    }
    /* .pulse {
        width: 60vw;
        height: 25vw;
        border: solid 1px #fed590;
        opacity: 0;
        position: absolute;
        top: 7vw;
        left: auto;
        z-index: 1;
        animation: warn 1s ease-out;
        animation-iteration-count: infinite;
    }
    .pulse1 {
        width: 60vw;
        height: 25vw;
        border: solid 1px #fed590;
        opacity: 0;
        position: absolute;
        top: 7vw;
        left: auto;
        z-index: 1;
        animation: warn1 1s ease-out;
        animation-iteration-count: infinite;
    }
    .pulse2 {
        width: 60vw;
        height: 25vw;
        border: solid 1px #fed590;
        opacity: 0;
        position: absolute;
        top: 7vw;
        left: auto;
        z-index: 1;
        animation: warn2 1s ease-out;
        animation-iteration-count: infinite;
    } */
    .invite_content_friends{
        width: 90%;
        /* height: 81.9vw; */
        height: unset;
        margin-top: 15vw;
        background-color: rgba(51,52,49,.5);
        border-radius: 2px;
        position: relative;
    }
    .invite_content_friends_words{
        display: none;
    }
    .invite_content_friends_wordsClient{
        display: block;
        color: #fff;
        /* font-size: 3.2vw; */
        font-size: 14px;
        letter-spacing: 2.8px;
        text-align: center;
        padding-top: 5vw;
    }
    .friendList{
        /* display: flex;
        justify-content: space-between;
        margin: 2.1vw 3.1vw; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 6.9vw 10.9vw 0 10.9vw;
    }
    .help{
        text-decoration: underline;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 5vw 0;
    }
    .friendList>div{
        width: 18.5vw;
        height: 30vw;
        display: flex;
        justify-content: space-around;
        position: relative;
    }
    .friendList>div .bgImg{
        /* background: url("../../images/activity/invite_person.png") no-repeat;
        background-size: 17.2vw 19.4vw; */
    }
    .friendList>div .activeImg{
        background: url('../../images/activity/invitation/active.png') no-repeat;
        background-size: 17.2vw 19.4vw;
    }
    .friendList>div .noactiveImg{
        background: url('../../images/activity/invitation/noactive.png') no-repeat;
        background-size: 17.2vw 19.4vw;
    }
    .userImg{
        width: 17.5vw;
        height: 17.5vw;
        border: 1px dashed #fff;
        border-radius: 50%;
        position: relative;
        top: 1.9vw;
    }
    .userName{
        /* font-size: 3.8vw; */
        font-size: 12px;
        color: #ffffff;
        height: 5vw;
        overflow: hidden;
        position: absolute;
        bottom: 3vw;
    }
    .box_dec_friend{
        width: 9.4vw;
        height: 9.4vw;
        background: url("../../images/activity/invitation/point.png") no-repeat;
        background-size: 9.4vw 9.4vw;
        position: absolute;
        bottom: 5.3vw;
        right: -5.7vw;
    }
    .pro_adv {
        width: 90%;
        margin: auto;
        margin-top: 10vw;
        position: relative;
    }
    .pro_adv_title {
        color: #fff;
        letter-spacing: 3.2px;
        /* font-size: 5vw; */
        font-size: 16px;
        text-align: center;
    }
    .pro_adv_free, .pro_adv_valueAdd{
        display: none;
    }
    .valueAdd, .valueAdd1{
        display: block;
        width: 83.1vw;
        height: 104.4vw;
        background-color: rgba(31, 179, 194, 0.2);
        border: solid 1px #1fb3c2;
        border-radius: 2.5vw;
        margin-top: 5vw;
        margin-left: -6.1vw;
        position: relative;
        z-index: 2;
    }
    .valueAdd_title {
        width: 35.3vw;
        height: 7.2vw;
        line-height: 7.2vw;
        color: #a5a5a5;
        /* font-size: 3.8vw; */
        font-size: 12px;
        margin-left: 5vw;
        margin-bottom: 7.5vw;
        padding-top: 6.9vw;
    }
    .valActive{
        color: #fff !important;
        /* font-size: 4.4vw; */
        font-size: 14px;
        border-bottom: 2px solid #fff;
    }
    span.verAdd, span.verAdd1 {
        margin-left: 2.5vw;
    }
    span.verFree, span.verFree1 {
        float: right;
    }
    .p1_1, .p1_2, .p1_3, .p1_4, .p1_5, .p1_6 {
        margin-left: 7.5vw;
        /* font-size: 4.4vw; */
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .adv_exp {
        width: 75%;
    }
    .hook1 {
        width: 6.3vw;
        height: 4.7vw;
        display: inline-block;
        background: url("../../images/activity/invitation/hook.png") no-repeat;
        background-size: 6.3vw 4.7vw;
        margin-right: 6.3vw;
    }
    .imp {
        color: #77d5ff;
        /* font-size: 5vw; */
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }
    .p1_2, .p1_3, .p1_4, .p1_5, .p1_6 {
        margin-top: 5vw;
    }
    .p1_2_1 {
        /* font-size: 3.8vw; */
        font-size: 12px;
        margin-left: 0;
    }

    .addShow, .addShow1{
        display: block;
    }
    .freeShow, .freeShow1{
        /* 总的背景变色 background-color: #383f7b; */
        display: none;
    }
    .verAdd, .verFree, .varAdd1, .verFree1{
        cursor: pointer;
    }

    .p1, .p2, .p3, .p4, .p5, .p6 {
        /* font-size: 3.8vw; */
        font-size: 12px;
        color: #fff;
        margin-left: 8.4vw;
        display: flex;
        align-items: center;
    }
    .hook {
        width: 3.1vw;
        height: 2.5vw;
        display: inline-block;
        background: url("../../images/activity/invitation/hook.png") no-repeat;
        background-size: 3.1vw 2.5vw;
        margin-right: 2.5vw;
    }
    .p1_remark, .p3_remark {
        /* font-size: 3.8vw; */
        font-size: 12px;
        color: #a5a5a5;
        margin-left: 14vw;
        margin-top: 1.5vw;
    }
    .p2, .p3, .p4, .p5, .p6 {
        margin-top: 5vw;
    }
    /* .border_bg {
        width: 80.6vw;
        height: 104.4vw;
        border-radius: 2.5vw;
        border: solid 1px #fed590;
        position: absolute;
        right: -5.5vw;
        top: 17.2vw;
        z-index: 1;
    } */
    .limit {
        color: #a5a5a5;
        /* font-size: 3.8vw; */
        /* font-size: 2vw; */
        font-size: 12px;
        width: 90%;
        height: 17.5vw;
        line-height: 6.3vw;
        margin-top: 10vw;
    }
    .limit_p{
        margin-left: -5vw;
    }
    .limit span.str{
        color: #fff;
    }
    .EnterpriseWeChat {
        position: relative;
        width: 90%;
        margin-top: 17.5vw;
    }
    .ex_content {
        display: block;
        width: 100%;
        justify-content: unset;
    }
    .w1_1, .w1_4{
        display: none;
    }
    .client_w1_1 {
        display: block;
        /* font-size: 5vw; */
        font-size: 5vw;
        font-weight: bold;
        color: #77d5ff;
        text-align: center;
        margin-bottom: 7.5vw;
    }
    .ewm_bg {
        width: 43.1vw;
        height: 50.6vw;
        background: url("../../images/activity/invitation/ewmBg.png") no-repeat;
        /* background-size: 43.1vw 50.6vw; */
        background-size: 100%;
        z-index: 2;
        margin: 0 auto;
    }
    .ewmDec {
        /* background: url("../../images/activity/exchangeGroup.png") no-repeat; */
        width: 31.3vw;
        height: 31.3vw;
        position: absolute;
        left: 8.1vw;
        top: 6.9vw;
    }
    .client_w1_4 {
        display: block;
        /* font-size: 3.8vw; */
        font-size: 12px;
        color: #a5a5a5;
        margin-top: 10.9vw;
        text-align: center;
    }
    .words_add {
        margin-left: 0;
        margin-top: 5vw;
        /* font-size: 4.4vw; */
        font-size: 14px;
        color: #ffffff;
        line-height: 6.3vw;
        /* height: 17.5vw; */
    }
    p.w1_2 , p.w1_3{
        color: #fff;
        /* font-size: 4.4vw; */
        font-size: 12px;
        margin-top: 0;
        text-align: center;
    }
    /* .ewm_bg_border {
        width: 39.1vw;
        height: 44.7vw;
        border-radius: 0vw 12.5vw 0vw 12.5vw;
        border: solid 1px #fed590;
        position: absolute;
        left: 13vw;
        top: 18.4vw;
        z-index: 1;
    } */
    .rt_box {
        width: 50vw;
        height: 21.6vw;
        background: url("../../images/activity/rt_box.png") no-repeat;
        background-size: 50vw 21.6vw;
        position: absolute;
        /* right: -6%;
        top: -15.6vw; */
        right: -12%;
        top: -10.6vw;
        z-index: 0;
    }
    .box_dec_rtBox {
        width: 9.4vw;
        height: 9.4vw;
        background: url("../../images/activity/point.svg") no-repeat;
        background-size: 9.4vw 9.4vw;
        position: absolute;
        top: -4.4vw;
        left: 33.1vw;
    }
    .rb_box{
        display: none;
    }
    .lt_box {
        width: 50vw;
        height: 16vw;
        background: url("../../images/activity/rt_box1.png") no-repeat;
        background-size: 50vw 16vw;
        position: absolute;
        left: -11vw;
        top: 120vw;
    }
    .box_dec_ltBox {
        width: 9.4vw;
        height: 9.4vw;
        background: url("../../images/activity/point.svg") no-repeat;
        background-size: 9.4vw 9.4vw;
        position: absolute;
        bottom: -4.7vw;
        left: 7.5vw;
    }
    .Valign {
        display: none;
    }
    .activeRule {
        width: 98%;
        margin: 0 auto;
        margin-top: 17.5vw;
        position: relative;
    }
    .activeTitle {
        /* font-size: 5vw; */
        font-size: 16px;
        color: #77d5ff;
        letter-spacing: 0;
        text-align: center;
        position: relative;
    }
    .frameActive {
        width: 100%;
        background-color: rgba(112,112,112,.2);
        border-radius: 0.6vw;
        height: 100vw;
        overflow: auto;
        z-index: 0;
        position: relative;
        margin-top: 10vw;
        padding-bottom: 7.5vw;
    }
    #scrollBar1::-webkit-scrollbar {
        width: 5px;
        background-color: rgba(112,112,112,.2);
    }
    #scrollBar1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
        background-color: #a5a5a5;
    }
    #scrollBar1::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
        border-radius: 10px;
        background-color: rgba(112,112,112,.2);
    }
    .active_time, .people, .welfare1, .present1, .use1 {
        display: flex;
        align-items: unset;
        flex-wrap: wrap;
        margin-left: 5vw;
    }
    .active_time, .people, .welfare, .present, .use {
        position: relative;
        z-index: 5;
    }
    .active_time {
        padding-top: 7.5vw;
        margin-top: 0;
    }
    .timeIcon {
        width: 6.9vw;
        height: 6.9vw;
        background: url("../../images/activity/invitation/time.png") no-repeat;
        background-size: 6.9vw 6.9vw;
        background-position: center;
    }
    .peopleIcon {
        width: 6.9vw;
        height: 6.9vw;
        background: url("../../images/activity/invitation/people.png") no-repeat;
        background-size: 6.9vw 6.9vw;
        background-position: center;
    }
    .welfareIcon {
        width: 6.9vw;
        height: 6.9vw;
        background: url("../../images/activity/invitation/welfare.png") no-repeat;
        background-size: 6.9vw 6.9vw;
        background-position: center;
    }
    .presentIcon {
        width: 6.9vw;
        height: 6.9vw;
        background: url("../../images/activity/invitation/present.png") no-repeat;
        background-size: 6.9vw 6.9vw;
        background-position: center;
    }
    .useIcon {
        width: 6.9vw;
        height: 6.9vw;
        background: url("../../images/activity/invitation/use.png") no-repeat;
        background-size: 6.9vw 6.9vw;
        background-position: center;
    }
    .timeTitleClient, .peopleTitleClient, .welfareTitle, .presentTitle, .useTitle {
        display: block;
        color: #77d5ff;
        /* font-size: 4.4vw; */
        font-size: 14px;
        letter-spacing: 2.8px;
        margin-left: 5vw;
        width: 80%;
        height: 6.9vw;
        line-height: 6.9vw;
    }
    .timeDetailClient, .peopleDetailClient {
        display: block;
        /* font-size: 3.8vw; */
        /* font-size: 0.8vw; */
        font-size: 12px;
        color: #fff;
        letter-spacing: 2.4px;
        margin-left: 11.9vw;
    }
    .people, .welfare , .present, .use{
        margin-top: 7.5vw;
    }
    .welfare1 {
        margin-bottom: 2.5vw;
    }
    .welfareContent, .presentContent, .useContent, .notice {
        margin-left: 16.9vw;
    }
    p.wcTitle {
        /* font-size: 4.4vw; */
        font-size: 14px;
        color: #77d5ff;
        letter-spacing: 2.8px;
        margin-bottom: 2.5vw;
        margin-top: 5vw;
    }
    p.wcPag {
        width: 85%;
        /* font-size: 3.8vw; */
        font-size: 12px;
        color: #fff;
        line-height: 6.3vw;
    }
    .present1 {
        margin-bottom: 2.5vw;
    }
    .paragraph {
        width: 85%;
        /* font-size: 3.8vw; */
        font-size: 12px;
        color: #fff;
        line-height: 6.3vw;
    }
    .strongNum{
        /* font-size: 4.5vw; */
        font-size: 14px;
        color: #77d5ff;
    }
    .notice{
        display: none;
    }
    .clientNotice{
        display: block;
    }
    .clientNotice {
        width: 100%;
        margin: 0 auto;
        margin-top: 17.5vw;
    }
    p.notice_titleClient {
        color: #fff;
        /* font-size: 4.4vw; */
        font-size: 14px;
        letter-spacing: 2.8px;
    }
    p.noticeContentClient {
        margin-top: 5vw;
        color: #a5a5a5;
        line-height: 6.3vw;
        /* font-size: 3.8vw; */
        font-size: 12px;
    }


    /*手机端弹窗 */
    .clientValueAdd{
        display: none;
        position: fixed;
        top: 0;
        z-index: 10;
        background-color: rgba(0,0,0,.5);
        width: 100%;
        height: 100vh;
        /* display: flex; */
        align-items: center;
    }
    .cvaContainer {
        width: 83.1vw;
        margin: 0 auto;
    }
    .closeIcon{
        width: 5vw;
        height: 5vw;
        background: url("../../images/activity/closeClient.png") no-repeat;
        background-size: 5vw 5vw;
        float: right;
        cursor: pointer;
    }
    .clientVAT{
        color: #fff;
        letter-spacing: 3.2px;
        /* font-size: 5vw; */
        font-size: 16px;
        text-align: center;
        clear: both;
    }
    .cvaContainer div.valueAdd,  .valueAdd1{
        display: block;
        width: 83.1vw;
        height: 104.4vw;
        background-color: #1c343f;
        border-radius: 2.5vw;
        margin-top: 5vw;
        margin-left: 0vw;
        position: relative;
        z-index: 2;
    }
    .loginDetail {
        background-color: #33333d;
        /* width: 81.3vw;
        height: 86.3vw; */
        width: 260px;
        /* height: 276px; */
        height: 285px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .loginClose {
        width: 16px;
        height: 16px;
        background: url("../../images/activity/closeClient.png") no-repeat;
        background-size: 100%;
        float: right;
        cursor: pointer;
        margin-top: 16px;
        margin-right: 16px;
    }
    .loginTitle {
        color: #77d5ff;
        clear: both;
        padding-top: 16px;
        margin-left: 16px;
        font-size: 16px;
    }
    .loginRemark {
        margin-left: 16px;
        margin-top: 8px;
        color: #d9d9d9;
        font-size: 12px;
    }
    .uesrPhone , .VerificationCode{
        width: 228px;
        height: 32px;
        margin-left: 16px;
        margin-top: 24px;
    }
    input.phone {
        width: 218px;
        height: 32px;
        font-size: 14px;
        border: 1px solid #fff;
        border-radius: 0;
        outline: none;
        background-color: #33333d;
        color: #fff;
        padding-left: 10px;
    }
    input.verCode {
        width: 110px;
        height: 32px;
        outline: none;
        font-size: 14px;
        border: 1px solid #fff;
        border-radius: 0;
        background-color: #33333d;
        color: #fff;
        padding-left: 10px;
    }
    input.phone::placeholder{
        font-size: 12px;
        height: auto;
        line-height: normal;
        color: #fff;
    }
    input.phone::-webkit-input-placeholder{
        font-size: 12px;
        height: auto;
        line-height: normal;
        color: #fff;
    }
    input.verCode::placeholder{
        font-size: 12px;
        height: auto;
        line-height: normal;
        color: #fff;
    }
    input.verCode::-webkit-input-placeholder{
        font-size: 12px;
        height: auto;
        line-height: normal;
        color: #fff;
    }
    button.verBtn {
        width: 100px;
        height: 34px;
        border-radius: 0;
        vertical-align: middle;
        outline: none;
        border: solid 1px #1fb3c2;
        background-color: rgba(31, 179, 194, 0.15);
        color: #fff;
        float: right;
        font-size: 12px;
    }
    button.verBtn::after{
        clear: both;
    }
    .loginIN {
        width: 228px;
        height: 32px;
        margin-left: 16px;
        margin-top: 24px;
        outline: none;
        background-color: #77d5ff;
        color: #222;
        border: none;
        font-size: 14px;
    }

    .Pop_ups {
        /* width: 65vw;
        height: 25vw;
        line-height: 25vw; */
        width: 320px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        /* background-color: rgba(81,92,186,.9); */
        background-color: #77D5FF;
        color: #4A3A10;
        border-radius: 1vw;
        /* font-size: 3vw; */
        font-size: 14px;
        /* color: #fff; */
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        display: none;
    }
    .backPhoneTop {
        width: 100%;
        height: 20vw;
        position: fixed;
        bottom: 0;
        z-index: 20;
        background-color: #1b1c27;
    }
    button.inBtn {
        width: 87.5vw;
        height: 10vw;
        font-size: 14px;
        line-height: 10vw;
        color: #222222;
        background-color: #77d5ff;
        text-align: center;
        border: none;
        outline: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    div#Poptips {
        display: none;
        position: fixed;
        top: 10%;
        left: 50%;
        width: 70vw;
        height: 10vw;
        background-color: #FED590;
        color: #4A3A10;
        /* background-color: rgba(81,92,186,.9); */
        text-align: center;
        line-height: 10vw;
        /* color: #fff; */
        transform: translate(-50%, -50%);
        z-index: 15;
    }
    label.error {
        color: red;
        position: absolute;
        left: 0;
        bottom: -20px;
        font-size: 12px;
    }
}

