html,
body {
    font-size: 12px;
    height: 100%;
    width: 100%;
}

body {
    background: url(../../images/new/invite_bg.jpg) no-repeat center -10px;
    background-size: 100%;
}

.pageTitle {
    border: none;
    height: .84rem;
    line-height: .84rem;
    font-size: .32rem;
}

.returnUrl {
    left: .24rem;
    top: .24rem;
    width: .24rem;
    height: .36rem;
}

.center {
    text-align: center;
}

.navbar-default {
    border: none;
}

.qr_out {
    margin-top: .48rem;
    padding: .24rem .24rem 0;
}

.qr_img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: .6rem;
    background: url(../../images/new/invite_1.png) no-repeat center top;
    background-size: 100%;
}

.qr_in {
    position: relative;
    top: -0.36rem;
    left: 0;
    width: 90%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 193, 182, 1) 0%, rgba(248, 246, 241, 1) 6%, rgba(255, 251, 241, 1) 100%);
    box-shadow: 0px 3px 5px 0px rgba(143, 69, 30, 0.8);
    border-radius: 10px;
    margin: 0 auto;
    /* z-index: -1; */
    padding: .6rem .6rem 0;
}

.qr_title {
    color: #00A551;
    font-size: .36rem;
    margin-bottom: .36rem;
    font-weight: bold;
}

.mini_circle {
    /* font-size: 5rem; */
    transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    -o-transform: scale(3, 3);
}

.qrcode {
    padding-top: 3.84rem;
}

.code {
    position: relative;
    z-index: 2;
    margin-bottom: .5rem;
    height: 4.1rem;
}

.code canvas {
    height: 100%
}

.invite_btn {
    /* padding: 0.6rem 7rem; */
    width: 100%;
    border-radius: 5px;
    background: #00A551;
    color: #FFFFFF;
    font-size: .36rem;
}

.rules {
    font-size: .24rem;
    margin: .28rem 0;
    /* cursor: pointer; */
}

.record {
    padding: 0 .24rem;
}

.info {
    width: 90%;
    background: rgba(248, 246, 241, 1);
    box-shadow: 0px 3px 6px 0px rgba(143, 69, 30, 0.8);
    border-radius: 11px;
    margin: 0 auto;
    padding: .48rem;
}

.i_title {
    font-size: .24rem;
}

.line {
    color: #000000;
    opacity: .2;
}

.myInvite {
    display: flex;
    justify-content: space-around;
}

.i_block {
    text-align: center;
    width: 33.3%;
}

.i_block .pb {
    font-size: .1rem;
}

.i_block .pc {
    font-size: .4rem;
    font-weight: bold;
}

.i_block .pd {
    font-size: .24rem;
    font-weight: bold;
}

.i_border {
    border-right: 1px solid #d9d9d9;
}

.desc {
    color: #FFFFFF;
    margin: .48rem 0 0;
    font-size: .15rem;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
    opacity: .6;
    z-index: 999;
}

.ruleinfo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 7.68rem;
    margin-left: -45%;
    margin-top: -3.84rem;
    z-index: 1000;
    text-align: center;
    padding: .24rem;
    background: #FFFFFF;
    border-radius: 10px;
    /* text-align: left; */
}

.as {
    height: 5.52rem;
    text-align: left;
    overflow: scroll;
    margin-bottom: .24rem;
}

.ruleinfo h4 {
    text-align: center;
}

.ti {
    text-indent: .48rem;
}

.know {
    margin: 0 auto;
    font-size: .288rem;
    padding: .12rem .48rem;
    background: #00A551;
    color: #FFFFFF;
    border-radius: 20px;
}

.space3 {
    height: .24rem;
}

.login_block {
    border: 1px solid #C8C7C8;
    border-radius: 10px;
    margin-bottom: 20px;
}

.login_input {
    display: block;
    margin: 6px auto;
    width: 96%;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: rgba(248, 246, 241, 1);
    background-image: none;
    border: none;
}

.login_input:focus {
    outline-color: rgba(248, 246, 241, 1);
}

.login_line {
    /* width: 100%; */
    height: 1px;
    border-bottom: 1px solid #C8C7C8;
}

.input_code {
    width: 50%;
}

.login_btn {
    color: #00A551;
    width: 86px;
    text-align: center;
    background: none;
    padding: 0;
}

.login_code,
.login_btn {
    position: absolute;
    right: 5px;
    top: 7px;
    height: 30px;
    border: 1px solid #00A551;
    border-radius: 7px;
}

.row {
    position: relative;
}

.invite_btn:hover,
.invite_btn:focus,
.invite_btn.focus,
.know:hover,
.know:focus,
.know.focus {
    color: #FFFFFF;
}

.invite_share {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: scroll;
}

.arrow {
    padding: .5rem 1.3rem .2rem .4rem;
    /* text-align: right; */
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    font-size: .3rem;
    font-weight: bold;
}

.arrow img {
    width: .65rem;
    height: .63rem;
}

.share_img {
    position: relative;
    padding: 0 .288rem .12rem;
    text-align: center;
}

.share_img img {
    width: 6.8rem;
}

.share_code {
    position: absolute;
    bottom: 1.824rem;
    left: .672rem;
    width: 2.856rem;
    height: 2.856rem;
}

.share_code canvas {
    width: 100%;
    height: 100%;
}

.share_img .share_tips {
    width: 6.8rem;
    margin-top: .2rem
}

.share_footer {
    text-align: center;
    font-size: .35rem;
    color: #FFFFFF;
}

.qr_circle {
    position: relative;
}

.qr_circle::before {
    content: "";
    width: .1rem;
    height: .1rem;
    position: absolute;
    left: -0.3rem;
    top: 40%;
    border-radius: 50%;
    background: #00A551;
}

.qr_circle::after {
    content: "";
    width: .1rem;
    height: .1rem;
    position: absolute;
    right: -0.3rem;
    top: 40%;
    border-radius: 50%;
    background: #00A551;
}

.codebg {
    position: absolute;
    left: 50%;
    top: 1.42rem;
    width: 4.3rem;
    height: 4.3rem;
    background: url(../../images/new/invite_3.png) no-repeat center center;
    background-size: 100%;
    margin-left: -2.15rem;
}