*, *:before, *:after, table, tr, td, tbody {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
    background: transparent;
    color: inherit;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

img {
    border: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    font-size: 14px;
    height: 100%;
}

body, button {
    font-family: '\5FAE\8F6F\96C5\9ED1';
    background-color: #f5f5f5;
}

.hide {
    display: none;
}
.no_scroll {
    overflow: hidden;
}

.theme_color {
    color: #12b7f5;
}

.link_style:hover {
    cursor: pointer;
}

.link_style:active {
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45;
}

.disable_btn {
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45;
}

.disable_btn:hover {
    cursor: default;
}

input {
    height: 4rem;
    padding: 0 0.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1.6rem;
    color: #404040;
    outline: none;
    -webkit-appearance: none;
}

.btn_gray {
    color: #404040;
    background: #e0e0e0;
}

.wrap {
    width: 100%;
    min-height: 100%;
    max-width: 640px;
    background-color: #12b7f5;
    margin: 0 auto;
    background-image: url('../image/overview_bg.png');
    background-repeat: repeat;
}


.right_float_style {
    float: right;
}

.left_float_style {
    float: left;
}
.normal_card_container {
    padding: 2rem;
    border-radius: 4px;
    margin: 1rem 0;
    background: #fff;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.top_label_card_container {
    position: relative;
    padding-top: 5rem;
    margin-top: 5rem;
}

.qr_code_img {
    width: 12rem;
    max-width: 90%;
    margin-top: 0.5rem;
}

.yellow_color {
    color: #fcd240;
}
.blue_color {
    color: #12b7f5;
}
.normal_text_color {
    color: #666;
}

.reduce_add_input_container {
    position: relative;
    display: inline-block;
    margin-left: 3rem;
}

.reduce_add_input_container .reduce_left, .reduce_add_input_container .add_right {
    position: absolute;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    border: 1px solid #e0e0e0;
    color: #9a9a9a;
    font-size: 1.125rem;
    text-align: center;
    top: 1rem;
}

.reduce_add_input_container input {
    padding: 0;
    line-height: 3rem;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    height: 3rem;
    margin-top: 1rem;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3rem;
    border-radius: 0;
    vertical-align: top;
}

.reduce_add_input_container .reduce_left {
    left: -3rem;
}

.reduce_add_input_container .add_right {
    left: 3rem;
}


.top_banner_img {
    width: 100%;
    display: block;
}
.top_logo_icon {
    height: 3.8rem;
    margin-top: 0.1rem;
}
.all_total_users_count {
    font-size: 1.8rem;
}

.main_content_container {
    padding: 0 1.5rem 2rem 1.5rem;
    font-size: 1.4rem;
    color: #000;
    line-height: 2.15rem;
}
.top_logo_container {
    height:4rem;
    line-height: 4rem;
    color: #fff;
    padding-top: 1rem;
}
.top_logo_container {

}
.top_label_function {
    width: 60%;
    position: absolute;
    top: -4rem;
    margin: auto;
    margin-left:-moz-calc(20% - 2rem);
    margin-left: -webkit-calc(20% - 2rem);
    margin-left: calc(20% - 2rem);
}
.label_container {
    font-size: 1.8rem;
}
.label_container img {
    height: 1.8rem;
    margin: 0.5rem 0.6rem 0 0;
    float: left;
}

.rules_container {
    font-size: 1.4rem;
    line-height: 2rem;
}

.bottom_content_container {
    height: 5rem;
    line-height: 5rem;
    background: #fff;
    padding: 0 1rem;
    font-size: 1.5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
}
.normal_btn {
    line-height: 3.4rem;
    padding: 0 2rem;
    border-radius: 4px;
    height: 3.4rem;
    text-align: center;
}
.start_purchase_btn {

    background: #fe7200;
    display: inline-block;
    color: #fff;
    margin-top: .7rem;
}
.fee_container {
    font-size: 1.2rem;
}

.pay_btn {
    color: #fff;
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}
.pay_btn img {
    float: left;
    height: 1.5rem;
    margin: 0.75rem 0.5rem 0 0;
}

.wx_pay_btn {
    background: #00c800;
    margin-right: 1rem;
    display: none;
}

.ali_pay_btn {
    background: #12b7f5;
}

#purchase_qrcode_container {
    display: none;
    margin: 0.5rem 0;
}

#purchase_qrcode_container .weixin_pay_logo_container {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
}

#purchase_qrcode_container .weixin_pay_logo_container img {
    height: 2rem;
    margin: 0.5rem;
    float: left;
}

#purchase_qrcode_container .wx_ali_pay_qrcode {
    width: 14rem;
    height: 14rem;
    display: block;
}

#purchase_qrcode_container .ali_pay_qrcode {
    border: none;
}

#purchase_qrcode_container .ali_pay_logo, #purchase_qrcode_container .wx_pay_logo {
    height: 3.2rem;
    position: absolute;
    margin: 5.4rem 0 0 5.4rem;
}

#purchase_qrcode_container .ali_pay_element, #purchase_qrcode_container .wx_pay_element {
    display: none;
}

#purchase_qrcode_container .ali_pay_tips {
    color: #9a9a9a;
    font-size: 1rem;
    margin-top: -1.2rem;
    text-align: center;
    width: 14rem;
}

#purchase_qrcode_container .weixin_pay_code_example_container {
    color: #9a9a9a;
    height: 4rem;
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0.5rem;
}



#right_fullscreen_content_dialog {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    max-width: 640px;
    display: none;
}

#right_fullscreen_content_dialog .visible_part {
    height:-moz-calc(100% - 8rem);
    height: -webkit-calc(100% - 8rem);
    height: calc(100% - 8rem);
    margin: 4rem 0 0 6%;
    width: 88%;
    background: #fff;
    position: absolute;
    top: 0;
    overflow: hidden;
    border-radius: 4px;
}
.protocol_content_container p {
    margin-bottom: 2rem;
}

#right_fullscreen_content_dialog .scroll_view {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 6rem);
    padding: .5rem 1.5rem;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
}

#right_fullscreen_content_dialog .title {
    text-align: center;
    color: #12b7f5;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

#right_fullscreen_content_dialog pre {
    color: #404040;
    line-height: 2rem;
    font-size: 1rem;
    white-space: pre-wrap;
}

#right_fullscreen_content_dialog .bottom_btn {
    height: 2.5rem;
    margin: 1rem 1.5rem 1.5rem 1.5rem;
    background: #12b7f5;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 2.5rem;
    border-radius: 4px;
}

.no_scroll {
    overflow: hidden;
}
.full_tips {
    position: absolute;
    background: rgba(0,0,0,0.7);
    height: 100%;
    top: 0;
    width: 100%;
    text-align: right;
    display: none;
}
.full_tips img {
    max-width: 17.5rem;
}

/* end register*/


@media screen and (max-width: 550px) {

    .top_label_function {
        top: -3.2rem;
    }

    .top_label_card_container {
        position: relative;
        padding-top: 4rem;
        margin-top: 5rem;
    }
}


@media screen and (max-width: 500px) {

    html, body {
        font-size: 12px;
        height: 100%;
    }
}

@media screen and (max-width: 450px) {


    .top_logo_icon {
        height: 3.2rem;
        margin-top: 0.4rem
    }
    .top_label_function {
        top: -3rem;
    }

    .top_label_card_container {
        padding-top: 4rem;
        margin-top: 5rem;
    }


    .reduce_add_input_container {
        margin-left: 2.4rem;
    }
    .reduce_add_input_container .reduce_left, .reduce_add_input_container .add_right {
        height: 2.6rem;
        width: 2.6rem;
        line-height: 2.6rem;
        top: 1.2rem;
    }

    .reduce_add_input_container input {
        line-height: 2.6rem;
        height: 2.6rem;
        margin-top: 1.2rem;
        width: 2.6rem;
    }

    .reduce_add_input_container .reduce_left {
        left: -2.6rem;
    }

    .reduce_add_input_container .add_right {
        left: 2.6rem;
    }

   /* .normal_btn {
        padding: 0 0.8rem;
    }*/
}
@media screen and (max-width: 400px) {
    .top_label_function {
        top: -2.5rem;
    }
    html, body {
        font-size: 11px;
    }

    .reduce_add_input_container {
        margin-left: 2.4rem;
    }
    .reduce_add_input_container .reduce_left, .reduce_add_input_container .add_right {
        height: 2.4rem;
        width: 2.4rem;
        line-height: 2.4rem;
        top: 0.8rem;
    }

    .reduce_add_input_container input {
        line-height: 2.4rem;
        height: 2.4rem;
        margin-top: 0.8rem;
        width: 2.4rem;
    }

    .reduce_add_input_container .reduce_left {
        left: -2.4rem;
    }

    .reduce_add_input_container .add_right {
        left: 2.4rem;
    }
    .reduce_add_input_container input {
        font-size: 1.2rem;
    }
    .bottom_content_container {
        height: 4rem;
        line-height: 4rem;
        font-size: 1.3rem;
    }
    .start_purchase_btn {

        margin-top: .5rem;
    }
    .normal_btn {
        height: 3rem;
        line-height: 3rem;
    }
    .fee_container {
        font-size: 1.1rem;
    }

}

@media screen and (max-width: 350px) {
    .normal_btn {
        height: 2.8rem;
        line-height: 2.8rem;
        /*padding: 0 0.4rem;*/
    }
    .normal_card_container {
        padding: 2rem 1.5rem;
        line-height: 2.4rem;
    }
    .label_container {
        line-height: 2.8rem;
    }
    .top_label_function {
        width: 74%;
        top: -2.8rem;
        margin-left: -moz-calc(13% - 2rem);
        margin-left: -webkit-calc(13% - 2rem);
        margin-left: calc(13% - 2rem);
    }
    .top_label_card_container {
        padding-top: 3rem;
        margin-top: 4rem;
    }
    .top_logo_icon {
        height: 2.8rem;
        margin-top: 0.6rem;
    }
    .top_logo_container {
        font-size: 1.2rem;
    }

    .reduce_add_input_container {
        margin-left: 1.8rem;
    }
    .reduce_add_input_container .reduce_left, .reduce_add_input_container .add_right {
        height: 2.2rem;
        width: 2.2rem;
        line-height: 2.2rem;
        top: 0.7rem;
    }

    .reduce_add_input_container input {
        line-height: 2.2rem;
        height: 2.2rem;
        margin-top: 0.7rem;
        width: 2.2rem;
    }

    .reduce_add_input_container .reduce_left {
        left: -2.2rem;
    }

    .reduce_add_input_container .add_right {
        left: 2.2rem;
    }
    .reduce_add_input_container input {
        font-size: 1.1rem;
    }
    .bottom_content_container {
        height: 3.6rem;
        line-height: 3.6rem;
        font-size: 1.2rem;
    }
    .start_purchase_btn {

        margin-top: .4rem;
    }
    .pay_btn {
        padding: 0 0.6rem;
    }
    .fee_container {
        font-size: 1rem;
    }

    .main_content_container {
        padding: 0 1rem;
    }
}

.weui_btn_dialog.primary {
    color: #12b7f5;
}

.personal_dialog .dialog_mask {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.personal_dialog .dialog_visible {
    background: #fff;
    position: fixed;
    z-index: 4;
    width: 85%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 4px;
}

.personal_dialog .top_middle_icon {
    transform: translateY(-2.4rem);
    height: 7.5rem;
    margin-bottom: -2.8rem;
    margin-left: 3.4rem;
}

.personal_dialog .close_icon_container {
    float: right;
    display: inline-block;
    height: 1.8rem;
    width: 1.8rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
    background: #999;
    border-radius: 50%;
    color: #fff;
    margin: 0.8rem;
    visibility: hidden;
    position: absolute;
    right:0;
}

.personal_dialog .dialog_hd {
    padding: 1.2rem 1rem 0.3rem 1rem;
}

.personal_dialog .dialog_hd .dialog_title {
    font-size: 1.4rem;
    font-weight: 400;
    color: #404040;
}

.personal_dialog .dialog_bd {
    font-size: 1.125rem;
    color: #9a9a9a;
    padding: 0 1.5rem;
}

.personal_dialog .dialog_bd img {
    display: none;
    width: 80%;
    max-width: 20rem;
    margin-top: 1rem;
}

.personal_dialog .dialog_ft {
    position: relative;
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.75rem;
}

.personal_dialog .dialog_ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #3cc51f;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    background: #12b7f5;
    color: #fff;
    margin: 0 0.75rem 1rem;
    height: 3rem;
    border-radius: 4px;
    position: relative;
    line-height: 3rem;
    font-size: 1.125rem;
}


.bounce-enter-active {
    animation: bounce-in .6s;
    -webkit-animation:bounce-in .6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}

.bounce-leave-active {
    animation: bounce-out .2s;
    -webkit-animation: bounce-out .2s;
}

@keyframes bounce-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0);
    }
}