body {
    background-color: #f0f3f5;
}

* {
    margin: 0;
    padding: 0;
    font-family: "MicroSoft Yahei", "Arial";
    text-shadow: none;
    box-sizing: border-box;
    text-shadow: none;
    font-weight: 100;
}

ul,
ol {
    list-style: none;
}

input {
    background: none;
    outline: none;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

a {
    text-decoration: none;
}

.head_div {
    background-color: #fff;
    height: 42px;
    padding: 0 2.5%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 19;
    border-bottom: 1px solid #f0f3f5;
}

    .head_div .head_button {
        float: left;
        margin: 6px 0;
        color: #46da98;
        border-radius: 5px;
        border: solid 1px #46da98;
        width: 12%;
        height: 28px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
    }

        .head_div .head_button.right_btn {
            float: right;
            margin-left: 2.5%;
        }


/*·ΦΈξ*/

.Division {
    width: 100%;
    height: 5px;
    background-color: #F4F4F4;
}




.main {
    width: 100%;
    overflow: hidden;
    margin-bottom: 51px;
}



    .main .block_box {
        background-color: #fff;
        padding: 0 5%;
        margin-top: 9px;
        padding-top: 16px;
    }



    .main .video_box {
        height: 200px;
        text-align: center;
        margin-top: 0;
        width: 100%;
        box-sizing: border-box;
        /*overflow-x: hidden;*/
        padding: 0;
        position: relative;
    }


/*play*/

.video_box .videoPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}



.video_box .poster {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main .video_box video {
    width: 100%;
    height: 200px;
}

.main .block_box h1 {
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0 33px;
    padding-right: 56px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}

    .main .block_box h1 span {
        position: relative;
        padding-left: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 90%;
        box-sizing: border-box;
        white-space: nowrap;
    }

        .main .block_box h1 span i {
            position: absolute;
            left: 0;
            top: 50%;
            width: 23px;
            height: 19px;
            margin-top: -11px;
            background: url("../images/icon_book.png") no-repeat center;
            background-size: 100%;
            margin-right: 3%;
        }

@media screen and (min-width: 412px) {
    .main .block_box h1 i {
        left: 31%;
    }
}


.main .block_box .block_main {
    padding-bottom: 12px;
}

    .main .block_box .block_main h2 {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
    }

        .main .block_box .block_main h2 .video_div {
            height: 16px;
            line-height: 17px;
            display: inline-block;
            width: 16%;
            text-align: center;
            padding-left: 2%;
            color: #fff;
            font-size: 11px;
            font-weight: normal;
            /*border-radius: 50px;*/
            position: relative;
            top: -3px;
            margin-left: 1%;
            background: rgba(92, 233, 137, 1);
            background: -moz-linear-gradient(top, rgba(92, 233, 137, 1) 0%, rgba(41, 207, 166, 1) 100%);
            background: -webkit-linear-gradient(top, rgba(92, 233, 137, 1) 0%, rgba(41, 207, 166, 1) 100%);
            background: -o-linear-gradient(top, rgba(92, 233, 137, 1) 0%, rgba(41, 207, 166, 1) 100%);
            background: -ms-linear-gradient(top, rgba(92, 233, 137, 1) 0%, rgba(41, 207, 166, 1) 100%);
            background: linear-gradient(to bottom, rgba(92, 233, 137, 1) 0%, rgba(41, 207, 166, 1) 100%);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 2px 0px #1a9d76, 0px 4px 6px 0px rgba(53, 131, 94, .52);
            -moz-box-shadow: 0px 2px 0px #1a9d76, 0px 4px 6px 0px rgba(53, 131, 94, .52);
            -o-box-shadow: 0px 2px 0px #1a9d76, 0px 4px 6px 0px rgba(53, 131, 94, .52);
            box-shadow: 0px 2px 0px #1a9d76, 0px 4px 6px 0px rgba(53, 131, 94, .52);
        }

            .main .block_box .block_main h2 .video_div video {
                height: 0;
                width: 0;
            }

            .main .block_box .block_main h2 .video_div i {
                width: 7px;
                height: 8px;
                position: absolute;
                left: 7px;
                top: 50%;
                margin-top: -4px;
                background: url("../images/icon_play.png") no-repeat center;
                background-size: 100%;
            }

    .main .block_box .block_main .section {
        margin-top: 10px;
        overflow: hidden;
    }

        .main .block_box .block_main .section p {
            line-height: 24px;
            font-size: 14px;
            color: #666;
        }

            .main .block_box .block_main .section p.titile {
                margin-bottom: 5px;
            }

            .main .block_box .block_main .section p b {
                line-height: 24px;
                font-size: 14px;
                color: #333;
                position: relative;
                padding-left: 16px;
            }

                .main .block_box .block_main .section p b i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    width: 12px;
                    height: 14px;
                    margin-top: -8px;
                    background: url("../images/icon_flag.png") no-repeat center;
                    background-size: contain;
                }

            .main .block_box .block_main .section p img {
                width: 30%;
                height: 72px;
                margin: 10px 1%;
                display: inline-block;
                margin-bottom: 0;
            }



        .main .block_box .block_main .section .left {
            float: left;
            margin-bottom: 24px;
        }

            .main .block_box .block_main .section .left img {
                width: 118px;
            }

        .main .block_box .block_main .section .right {
            float: left;
            margin-left: 4%;
            width: 45%;
        }



.right_fix_btn {
    position: fixed;
    bottom: 85px;
    right: 5%;
}

    .right_fix_btn li {
        width: 50px;
        height: 50px;
        border: 1px solid #c7c7c7;
        background: rgba(255, 255, 255, .9);
        margin-bottom: 10px;
        color: #000;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        line-height: 50px;
        text-align: center;
        font-size: 15px;
        box-shadow: 0 2px 10px rgba(155, 155, 155, .4);
        font-weight: 600;
    }

        .right_fix_btn li.link {
            position: relative;
            margin: 0;
        }

            .right_fix_btn li.link img {
                width: 24px;
                height: 28.5px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }



.aside {
    -webkit-transition: visibility .25s;
    transition: visibility .25s;
    z-index: 99;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .aside.active {
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }



.aside-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    /*opacity: 0;*/
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

    .aside-overlay p {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        position: absolute;
        left: 50px;
        bottom: 270px;
    }

    .aside-overlay img {
        width: 33px;
        height: 46px;
        position: absolute;
        left: 83px;
        bottom: 213px;
    }

.active > .aside-overlay {
    background: rgba(0, 0, 0, .7);
}

.active > .aside-content {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}



.aside .scrollable {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.aside .module-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    padding: 25px 0;
}



.aside-content {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: transform .35s;
    transition: transform .35s;
    left: 150px;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

    .aside-content li {
        height: 48px;
        line-height: 48px;
        background-color: #fff;
        font-size: 14px;
        color: #666;
        padding-left: 10%;
        position: relative;
    }

        .aside-content li.active {
            background-color: #f4f4f4;
            color: #46da98;
        }

            .aside-content li.active > i {
                width: 7px;
                height: 10px;
                background: url("../images/icon_active_sj.png") no-repeat left center;
                background-size: contain;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -5px;
            }

        .aside-content li.last {
            height: 42px;
            padding-top: 0px;
            line-height: 42px;
            margin-bottom: 0;
            background-color: #f95a62;
            border-color: #f95a62;
            color: #ffffff;
        }

.discussBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
    background: rgba(0, 0, 0, .6);
    display: none;
}

    .discussBox .discussMain {
        width: 90%;
        height: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 0px 40px rgba(46, 46, 46, .46);
        padding: 126px 6% 42px;
        position: relative;
        overflow: auto;
        top: 70px;
    }



        .discussBox .discussMain .top {
            position: fixed;
            left: 50%;
            top: 70px;
            width: 90%;
            margin-left: -45%;
            height: 126px;
            background-color: #fff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom: 1px solid #eae7e7;
            box-shadow: 0px 1px 1px #f1f1f1;
            overflow-x: hidden;
        }



            .discussBox .discussMain .top .closeProd {
                float: right;
                margin-right: 10px;
                height: 18px;
                width: 18px;
                margin-top: 8px;
            }

                .discussBox .discussMain .top .closeProd img {
                    height: 18px;
                    width: 18px;
                }

            .discussBox .discussMain .top h1 {
                text-align: center;
                font-weight: bold;
                font-size: 18px;
                height: 25px;
                line-height: 25px;
                margin-top: 26px;
            }



            .discussBox .discussMain .top .editBox {
                height: 40px;
                margin-top: 26px;
                padding: 0 6%;
            }

                .discussBox .discussMain .top .editBox .edit {
                    height: 40px;
                    line-height: 40px;
                    padding-left: 4.4%;
                    background-color: #f0f3f5;
                    border-radius: 100px;
                    -moz-border-radius: 100px;
                    -webkit-border-radius: 100px;
                    font-size: 13px;
                    color: #999;
                    width: 82%;
                }

                .discussBox .discussMain .top .editBox .submit {
                    color: #46da98;
                    font-size: 14px;
                    float: right;
                    height: 40px;
                    line-height: 40px;
                }

        .discussBox .discussMain .block {
            padding: 20px 0 15px;
            border-bottom: 1px solid #f0f3f5;
            overflow: hidden;
        }

            .discussBox .discussMain .block .personInfo {
                height: 36px;
                margin-bottom: 12px;
            }

                .discussBox .discussMain .block .personInfo .left {
                    float: left;
                    width: 36px;
                    height: 36px;
                    margin-right: 4%;
                }

                    .discussBox .discussMain .block .personInfo .left img {
                        width: 36px;
                        height: 36px;
                        border-radius: 100%;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                    }

                .discussBox .discussMain .block .personInfo .right {
                    float: left;
                    padding-top: 2px;
                }

                    .discussBox .discussMain .block .personInfo .right dt {
                        color: #ff7335;
                        font-size: 12px;
                        margin-bottom: 3px;
                    }

                    .discussBox .discussMain .block .personInfo .right dd {
                        color: #666;
                        font-size: 11px;
                    }

                        .discussBox .discussMain .block .personInfo .right dd span {
                            color: #666;
                            font-size: 11px;
                        }

            .discussBox .discussMain .block p {
                font-size: 14px;
                color: #333;
                line-height: 20px;
            }


.share {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    display: none;
    z-index: 99;
}

    .share img {
        width: 90%;
        margin-left: 5%;
    }

.noscroll,
.noscroll body {
    overflow: hidden;
}

    .noscroll body {
        position: relative;
    }

.hasHeight {
    height: 100%;
    width: 100%;
}

    .hasHeight body {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.Bottombox {
    width: 100%;
    padding: 0 4% 0 5%;
    background-color: #fff;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
}

.back {
    display: inline-block;
    width: 13px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#reply {
    height: 30px;
    line-height: 28px;
    padding-left: 12px;
    width: 100%;
    font-size: 13px;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    padding-right: 35px;
    box-sizing: border-box;
    margin-top: 11px;
    background-color: #E8E8E8;
}

.Bottombox .left {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

#submitbutton {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url("/depend/duilv2.0/images/btn_send_msg.png") no-repeat center;
    background-size: 100%;
}

.Bottombox .right {
    position: absolute;
    width: 40%;
    font-size: 0;
    justify-content: space-between;
    display: flex;
    bottom: 50%;
    right: 0;
    align-items: flex-end;
    transform: translate(0,50%);
}

    .Bottombox .right div {
        width: 33%;
        display: inline-block;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

        .Bottombox .right div img {
            width: 24.5px;
            margin: 0 auto;
            display: block;
        }

    .Bottombox .right p {
        font-size: 12px;
        display: block;
        line-height: 16px;
        color: #787878;
    }

.pinl {
    position: relative;
}

    .pinl span {
        position: absolute;
        right: 4px;
        top: -7px;
        width: 14px;
        height: 14px;
        background-color: #f96761;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        line-height: 14px;
        text-align: center;
        font-size: 8px;
        color: #fff;
    }
