* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 535px;
    overflow-y: auto;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    background: #F8F8F8;
            /*-webkit-overflow-scrolling: touch;*/
}

a {
    text-decoration: none;
    color: #008cee;
}

textarea:hover,
        input:hover,
        textarea:active,
        input:active,
        textarea:focus,
        input:focus,
        button:focus,
        button:active,
        button:hover,
        a:focus,
        a:active {
    outline: 0px !important;
    -webkit-appearance: none;
    -webkit-user-select: text;
}

article {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    background: #fff;
}

.join-page {
    width: 100%;
    height: 100%;
    padding: 12px;
}

.join-page > section.main {
            /*padding: 8px;*/
    position: relative;
    width: 100%;
    min-height: 90%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(153,159,163,0.32);
    overflow: hidden;
}

.join-page header {
    width: 100%;
    text-align: center;
    position: relative;
    border: none;
    border-radius: 3px;
            /* border-bottom: 1px dashed #ccc; */
}

.join-page header .topdiv {
    height: 1.8rem;
    position: relative;
}

.join-page header .topdiv.zh {
    background: url(/image/app-download/logo.png) 0.65rem center no-repeat #FFF;
    background-size: 2.8rem;
}

.join-page header .topdiv:after {
    position: absolute;
    content: " ";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.join-page header p {
    text-align: center;
    font-size: 16px;
    color: #222222;
    margin-bottom: 9px;
}

.join-page .orgActive {
    text-align: center;
    padding-bottom: 8px;
}

.join-page .orgActive img {
    width: 68px;
    display: inline;
}

.join-page header p.group {
    color: #333;
    font-size:1.2rem;
    margin-right: 2px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3px;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: bold;
}

.join-page p.company.group:after {
    content: '';
    background: #fff;
}

.join-page header #avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    margin: 12px auto;
    margin-top: 20px;
    overflow: hidden;
    background-color: #ccc;
}

.join-page header #avatar img {
    width: 100%;
    height: 100%;
}

.join-page section {
    text-align: center;
    background: #fff;
}
.join-page .input-wrap {
    width: 90%;
    height: 2.25rem;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 0.4rem;
    margin: 0 auto;
}
.join-page section input {
    width:100%;
    height: 2.25rem;
    margin: 0 auto;
    box-shadow: none;
    outline: none;
    font-size: 0.7rem;
    text-align: left;
    border: 0px;
    color: #000;
}

.join-page section input:nth-child(1) {
    margin-top:0rem;
}

.join-page input::-webkit-focus-inner {
    border: 0;
    padding: 0;
}

.join-page section input#captcha {
    width: 100%;
    margin: 0;
}

.join-page section .input-code {
    width: 100%;
    height: 2.25rem;
    margin: 0 auto;
    text-align: left;
}

.join-page .code {
    width: 5.0rem;
    height: 1.5rem;
    float: right;
    color: #e8291f;
    border: 1px solid #e8291f;
    background: #fff;
    line-height:1.5rem;
    text-align:center;
    border-radius:4px;
}

.join-page button {
    height: 2.25rem;
    font-size: 0.85rem;
    border: none;
    display: block;
    width: 90%;
    margin: 0.8rem auto 0.7rem;
    border-radius: 4px;
    color: #FFF;
    background-color: #e8291f;
}

.join-page p.text {
    text-align: center;
    color: #008cee;
    font-size: 0.6rem;
    margin: 0.75rem;
}

.join-page section.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .4);
}

.join-page .modal .dialog {
    width: 78%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0.75rem;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.join-page img.logo {
    width: 3.0rem;
}

.join-page .modal .logo {
    margin: 1.1rem 0px 0.5rem;
}

.join-page .modal p {
    text-align: center;
    color: #858e99;
    font-size: 0.7rem;
    margin-top: 0.25rem;
}

.join-page .modal .info-dialog {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    color: #000;
}

.join-page .modal .footer {
    color: #fff;
    font-size: 0.8rem;
    background: #f1f1f1;
    height: 2.25rem;
    color: #000;
    line-height: 2.25rem;
    margin-top: 1.0rem;
    border-radius: 0 0 0.75rem 0.75rem
}

.join-page section {
    background: #fff;
}

.join-page section.alread-submit img {
    margin: 2.0rem 0 1.0rem;
}

.join-page section.alread-submit p {
    color: #000;
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
}

.join-page section.alread-submit .official-web {
    display: none;
}

.join-page img.email {
    width: 4.5rem;
}

.join-page section.inside-app button {
    margin-bottom: 2.5rem;
}

.join-page section.close-invite {
}

.join-page .close-invite img.close-email {
    width: 4.5rem;
    margin-top: -2.5rem;
    margin-bottom: 1.1rem;
}

.join-page section.close-invite .close-text {
}

.join-page section.close-invite {
    width: 100%;
    height: 94%;
    overflow: hidden;
            /*background: #fff;*/
            /*padding: 8px;*/
}

.join-page .close-invite header {
    height: 9.25rem;
    border-bottom: none;
}

.join-page .close-invite .close-text {
    width: 70%;
    font-size: 0.65rem;
    margin: 0 auto;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #666666;
    margin-bottom: 5.0rem;
}

.join-page .close-invite > article {
    height: 100%;
}

.join-page .close-invite .close-title {
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 0.5rem;
}

.join-page .main .header-logo {
    display: none;
}

.join-page .toast {
            /*min-width: 60%;*/
    display: none;
    padding: 0.5rem 1.0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.join-page p.small-text {
    color: #ccc;
    width: 90%;
    margin: 0 auto;
    font-size: 0.6rem;
    text-align: left;
    margin-top: 1.0rem;
    margin-bottom: 0.3rem;
    color: #aaa;
}

.join-page section.inside-app input {
            /* text-align: center; */
}

.join-page section.input .official-web {
    display: none;
}

.join-page button.disabled {
    background: #ccc;
}

.join-page button a {
    color: #fff;
}

.join-page section.input, section.alread-submit {
            /*position: absolute;
            top: 50%;
            margin-top: 98px;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);*/
}

@media (min-width: 640px) {
    html, body {
                /*height: auto;*/
        min-height: 100%;
                /* background: #6290c6; */
    }

    body {
                /* background-image: -webkit-linear-gradient(top, #6290c6, #6290c6, #dff7fe); */
                /* background-image: linear-gradient(top, #6290c6, #6290c6, #dff7fe); */
    }

    .join-page {
        position: relative;
        width: 20.0rem;
        height: auto;
        padding: 0;
        margin: 0 auto;
        border-radius: 5px;
        -webkit-transform: translateY(5.0rem);
        -ms-transform: translateY(5.0rem);
        -o-transform: translateY(5.0rem);
        transform: translateY(5.0rem);
    }

    .join-page .text {
        display: none;
    }

    .join-page header:before, header:after {
        background: #6290c6;
    }

    .join-page p.small-text {
        margin-top: 0.8rem;
    }

    .join-page section input, section .input-code, p.small-text {
        width: 90%;
        min-width: 5.0rem;
        color: #c8c7cc;
    }

    .join-page section input {
        color: #333;
    }

    .join-page section input#captcha {
        width: 40%;
        float: left;
    }

    .join-page img#code {
        width: 25%;
        float: left;
    }

    .join-page section.alread-submit .official-web {
        display: block;
        color: #008cee;
    }

    .join-page section.alread-submit .download-app {
        display: none;
    }

    .join-page section.input .official-web {
        display: block;
        margin-bottom: 0.8rem;
        font-size: 12px;
    }

    .join-page section.input, section.alread-submit {
        position: relative;
        top: 0;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .join-page section.alread-submit button.official-web {
        width: auto;
        font-size: 0.6rem;
        padding: 0.25rem 1.0rem;
    }
}

.join-page section.alread-submit {
    display: none;
}

.join-page section.close-invite {
    display: none;
}

.join-page header p > span {
    font-weight: bolder;
}

.join-page .mobile-header-logo {
    width: 2.6rem;
    height: 0.95rem;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
}

.join-page section.alread-submit .success_first {
    font-size: 0.95rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.3rem;
}

.join-page section.alread-submit .success_first img {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0px;
    margin-right: 0.35rem;
    position: relative;
    top: 0.2rem;
}

.join-page .line {
    width: 90%;
    height: 1px;
    background-color: #E4E4E4;
    margin: 1.6rem auto;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.join-page section.alread-submit .success_first_sub {
    margin: auto;
    width: 70%;
    font-size: 0.75rem;
    color: #999999;
    line-height: 1.05rem;
}

@media(max-width:320px) {
    .join-page section input,
            button {
        height: 1.75rem;
    }

    .join-page button {
        margin-top: 0.75rem;
        font-size: 0.75rem;
    }

    .join-page p.small-text {
        margin-top: 0.75rem;
    }
}

.join-page .red_list_box {
    margin-top: 1.0rem;
}

.join-page .red_list_box .list_box_title {
    font-size: 14px;
    color: #F2725E;
    text-align: center;
    margin: 0.5rem auto;
}

.join-page .red_list_box .list_box_parent {
    text-align: center;
    padding-bottom: 0.75rem;
}

.join-page .red_list_box .list_box_item {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0.15rem;
    border-radius: 50%;
    color: #FFF;
    font-size: 0.6rem;
    line-height: 1.6rem;
}

.join-page .red_list_box .list_box_item_img {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0.15rem;
    border-radius: 50%;
    vertical-align: middle;
}


.join-page .red button {
    background-color: #F2725E;
}

.join-page .red .redAddText {
    display: block;
}

.join-page .red .addText {
    display: none;
}

.join-page .success #sendSuccess {
    display: block;
}

.join-page .success #subSuccessText {
    display: block;
}

.join-page .red.success #subSuccessText {
    display: none;
}

.join-page .red.success.active #redSubSuccessActiveText {
    display: block;
}

.join-page .red.success.unactive #redSubSuccessUnActiveText {
    display: block;
}

.join-page .error #sendError {
    display: block;
}

.join-page .error #subErrorText {
    display: block;
}

.join-page .red.error #subErrorText {
    display: none;
}

.join-page .red.error.active #redSubErrorActiveText {
    display: block;
}

.join-page .red.error.unactive #redSubErrorUnActiveText {
    display: block;
}