body {
    height: 1800px;
}

.floatwins .appt_dialog {
    /*display: block;*/
}

.floatwins div.float_win {
    overflow: hidden;
    z-index: 9999;
    position: fixed;
}

.floatwins .close_dialog {
    position: absolute;
    right: 15px;
    top: 15px;
}

.float_win .dialog_container {
    width: 900px;
    height: 570px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -285px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 40px;
    box-sizing: border-box;
    text-align: center;

}

.float_guide .dialog_container {
    background: #fff;
    height: 630px;
    overflow-y: scroll;
}

.float_guide .dialog_title {
    color: #cc0033;
    font-weight: bold;
    font-size: 30px;
}

.float_guide .dialog_title span {
    color: #cc0033;
}

.float_guide .guide_content {
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    line-height: 25px;
    background: url(../img/zhzn1.gif) no-repeat;
    padding-top: 40px;
}

.float_guide .guide_content .guide_l span,
.float_guide .guide_content .guide_r span {
    color: #ff9900;
}

.float_guide .guide_content p {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    padding: 0px 0 5px 0 !important;
    border-bottom: 1px dashed #ccc;
    width: 310px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.float_guide .guide_content b {
    font-weight: bold;
    font-size: 24px;
}

.guide_content .guide_l {
    width: 310px;
    float: left;
}

.guide_content .guide_r {
    width: 340px;
    float: right;
}


@media screen and (min-width: 800px) {

    /*右上角*/
    .float_right_top {
        right: 10px;
        top: 20%;
    }

    /*左上角*/
    .float_left_top {
        left: 10px;
        top: 20%;
    }

    .wave_right_bottom {
        /* margin-top: 10px;*/
        display: block;
    }

    .wave_right_bottom img {
        width: 200px;
    }


}

@media screen and (max-width: 799px) {
    .float_win .dialog_container {
        width: 6.8rem;
        height: 12.3rem;
        margin-top: -5.5rem;
        padding: 0.15rem 0.3rem 0 .15rem;

    }

    .float_win .close_dialog {
        position: absolute;
        right: 0.1rem;
        top: 0.1rem;
    }

    .float_win .dialog_content p {
        margin-bottom: 0.05rem;
        text-align: left;
    }

    .float_guide .dialog_title {
        font-size: 0.36rem;
    }


    .float_guide .guide_content {
        font-size: 0.24rem;
        margin-top: 0.15rem;
        line-height: 0.35rem;

    }

    .float_guide .guide_content b {
        font-weight: bold;
        font-size: 0.28rem;
    }

    .guide_content .guide_l {
        width: 6.5rem;
        float: none;
        padding-top: .5rem;
    }

    .guide_content .guide_r {
        width: 6.5rem;
        float: none;
        padding-top: .55rem;
    }

    /* addcontent */
    .guide_layer {
        padding: .15rem;
        text-align: center;
    }

    .guide_layer h1,
    .guide_layer h2 {
        margin: 0;
        font-size: .52rem;
        font-weight: bold;
        line-height: .62rem;
        color: #ffffff;
        text-align: center;
    }

    .guide_layer h2 {
        font-size: .38rem;
    }

    .guide_tab {
        margin: .3rem auto .4rem auto;
        width: 4.48rem;
        display: flex;
        justify-content: space-between;
    }

    .guide_tab li {
        width: 1.68rem;
        height: .68rem;
        line-height: .68rem;
        background-color: #26984b;
        border-radius: .49rem;
        -webkit-border-radius: .49rem;
        -moz-border-radius: .49rem;
        font-size: .3rem;
        color: #ffffff;
        border: solid .02rem #0c702c;
    }

    .guide_tab li.active {
        background-color: #0c702c;
    }

    .guide_detail .active_title {
        margin-bottom: .23rem;
        text-align: center !important;
    }

    .guide_detail .active_title span {
        display: inline-block;
        font-size: .3rem;
        color: #ffffff;
    }

    .guide_detail .active_title span::before,
    .guide_detail .active_title span::after {
        content: "//";
        display: inline-block;
        font-size: .3rem;
        color: #1c833d;
    }

    .guide_detail .active_title span::before {
        padding-right: .1rem;
    }

    .guide_detail .active_title span::after {
        padding-left: .1rem;
    }

    .guide_detail p {
        margin-bottom: .4rem;
        font-size: .24rem;
        line-height: .36rem;
        color: #ffffff;
        text-align: left;
    }

    /* addcontent */
}