/*外层背景*/
body {
    background: url("../jpg/bg_dongtai.jpg") left center no-repeat;
    background-size: cover;
}
/*邀请码活动背景图*/
.invitation_code{
    background: url("../jpg/bg_yqm.jpg") center center no-repeat;
    background-size: cover;
    /*margin-top: 70px;*/
    min-height: 1740px;
}
/*邀请码活动文案艺术字图片*/
.invitation_code .row{
    color: #ffffff;
    text-align: center;
}
.invitation_code .row .wenan{
    margin-top: 215px;
}
.invitation_code .row .wzbj{
    margin-top: -1%;
}
.invitation_code .row .invitation_code_title{
    margin-top: -3%;
    font-size: 1.7em;
}
.invitation_code .row .invitation_code_btn{
    min-height: 88px;
    line-height: 80px;
    font-size: 2.2em;
    cursor: pointer;
    background: url("../png/button_2.png") center center no-repeat;
    background-size: 100%;
    width: 330px;
    margin: 65px auto 0;
}
.invitation_code .row .invitation_code_btn:hover{
    background: url("../png/button_1.png") center center no-repeat;
    background-size: 100%;
}
.invitation_code .row a,
.invitation_code .row a:hover{
    color: #ffffff;
}
.invitation_code .row .invitation_code_title_line{
    min-height: 2px;
    margin-top: 118px;
    background: url("../png/hx.png") center center no-repeat;
}
.invitation_code .row .invitation_code_title_txt{
    min-height: 22px;
    line-height: 22px;
    font-size: 1.6em;
    margin-top: -1.2%;
}
.invitation_code .row .xiangjie{
    margin-top: 32px;
}
.invitation_code .row .xiangjie .invitation_code_con_txt{
    /*height: 35px;*/
    line-height: 35px;
    text-align: left;
}
.invitation_code .row .xiangjie .invitation_code_con_icon{
    width: 100%;
    margin: 36px 0 36px 0;
}
/*新增邀请码弹框*/
.invite_layer{
    position: fixed;
    width: 480px;
    background: #fff;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    margin-left: -240px;
    margin-top: -92px;
    display: none;
}
.invite_layer .shut{
    width: 3%;
    right: 3%;
    top: 1%;
}
.invite_link{
    overflow: hidden;
    margin: 8% 0 0 4%;
}
.invite_ipt{
    width: 79%;
    float: left;
    height: 36px;
    vertical-align: middle;
    background: #c2c2c2;
    font-size: 14px;
    color: #383838;
    padding-left: 2%;
    border: none;
}
.invite_copy{
    width: 15%;
    float: left;
    line-height: 36px;
    font-size: 16px;
    background: #383838;
    color: #fff;
    margin-left: 1%;
}
.invite_copytips{
    margin: 3% 3% 4% 4%;
    font-size: 14px;
    color: #383838;
}
.shut{
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 20px;
    width: 3.6%;
    background: none;
}
.shut img{
    width: 100%;
}
/*手机端*/
@media (max-width: 768px){
    .invitation_code .row .wenan{
        margin-top: 140px;
    }
    .invitation_code .row .wenan,
    .invitation_code .row .wzbj{
        width: 100%;
    }
    .invitation_code .row .invitation_code_title{
        font-size: 14px;
        margin-top: 5%;
    }
    .invitation_code .row .invitation_code_btn{
        line-height: 48px;
        min-height: 48px;
        font-size: 20px;
        width: 47%;
        margin: 34px auto 0;
        background-size: 100%;
    }
    .invitation_code .row .invitation_code_title_line{
        margin-top: 43px;
    }
    .invitation_code .row .invitation_code_title_txt{
        font-size: 18px;
        margin-top: -4%;
    }
    .invitation_code .row .xiangjie .invitation_code_con_txt{
        height: auto;
        line-height: 28px;
    }
    .invitation_code{
        min-height: 1461px;
    }
    .invitation_code .row .mobile-hide{
        display: none;
    }
    .invite_layer{
        width: 308px;
        margin-left: -154px;
        margin-top: -60px;
    }
}
