body{
    background:#f5f5f5;
}
.Position {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

    .Position span {
        height: 40px;
        float: left;
        line-height: 40px;
    }

    .Position label:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 20px;
        background: #009fff;
        vertical-align: middle;
        margin-right: 7px;
    }
/* banner */
.VoteBanner {
    padding: 18px 0;
    position: relative;
}

    .VoteBanner img {
        width: 100%;
    }

    .VoteBanner .VoteZbf {
        position: absolute;
        left: 50%;
        right: 0;
        bottom: 36px;
        text-align: center;
        line-height: 52px;
        width: 500px;
        margin-left: -250px;
    }

        .VoteBanner .VoteZbf span {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            color: white;
        }
/* banner结束 */

/* 最受欢迎 */
.VoteWelcom {
    padding-bottom: 49px;
    float: left;
    width: 100%;
}

    .VoteWelcom .VoteBanner_ALL {
        margin-left: -5px;
        margin-right: -5px;
    }

    .VoteWelcom .VoteBanner_ALLImg {
        width: 295px;
        height: 176.41px;
        float: left;
        padding: 0 5px;
        display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box; /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox; /* 混合版本语法: IE 10 */
        display: -webkit-flex; /* 新版本语法: Chrome 21+ */
        display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .VoteWelcom .VoteBanner_ALLImg img {
            width: 100%;
        }
/* 最受欢迎结束 */


/* 产品列表 */
.VoteListB .VoteListB_Bg {
    float: left;
    width: 100%;
}


.VoteListB .VoteListB_List {
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    background: white;
    padding:20px;
}

    .VoteListB .VoteListB_List .VoteListB_LefZh p {
        width: 20px;
        font-size: 18px;
        display: inline-block;
        color: white;
        margin-top: 19px;
    }

    .VoteListB .VoteListB_List .VoteListB_LefZh {
        position: absolute;
        left: -41px;
        background: url(../images/qy/VoteLeftPho1.png)no-repeat;
        width: 36px;
        height: 112px;
        background-size: 100%;
        text-align: center;
    }

.VoteListB .VoteListB_ListBox {
    float: left;
    padding-bottom: 16px;
    margin-top: 20px;
    padding: 0 10px;
    width: 25%;
}
    .VoteListB .VoteListB_ListBox .VoteListB_Pad {
        float: left;
        background: #f5f5f5;
        box-shadow: 0px 2px 10px #ccc;
    }
.VoteListB .VoteListB_AllList {
    width: 100%;
    float: left;
    background: white;
    padding: 0 20px;
}

.VoteListB .VoteListB_ListBox .VoteListB_BoxImg {
    height: 211px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

    .VoteListB .VoteListB_ListBox .VoteListB_BoxImg img {
        width: 100%;
    }

.VoteListB .VoteListB_ListBox .VoteListB_Bton {
    position: relative;
    padding: 10px;
}

    .VoteListB .VoteListB_ListBox .VoteListB_Bton h6 {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 10px 0;
    }

    .VoteListB .VoteListB_ListBox .VoteListB_Bton p {
        color: #ada9a9;
    }

    .VoteListB .VoteListB_ListBox .VoteListB_Bton .fa_fa {
        position: absolute;
        top: 5px;
        right: 7px;
        border: 3px solid #ff746f;
        border-radius: 50%;
        padding: 10px;
        font-size: 11px;
        cursor: pointer;
    }

        .VoteListB .VoteListB_ListBox .VoteListB_Bton .fa_fa .fa {
            color: #ff746f;
        }



/* 产品列表结束 */


.NewConsultation .Colt_detail_bg {
    background: white;
    float: left;
    padding: 20px;
}
.Colt_detail_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.Colt_detail_title h6 {
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0px;
}
.NewConsultation .Colt_detail_content {
    padding: 23px 0;
}
    .NewConsultation .Colt_detail_content img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: auto;
        display: block;
    }
    .NewConsultation .Colt_detail_content p span, .NewConsultation .Colt_detail_content p {
        text-indent: 2em !important;
        line-height: 2em !important;
        font-size: 16px !important;
        color: #333 !important
    }






.vodthree {
    box-shadow: 0 0 3px 2px #f3d9e2;
    border-radius: 0.1rem;
    padding: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .vodthree .vodthreeTitle {
        display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box; /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox; /* 混合版本语法: IE 10 */
        display: -webkit-flex; /* 新版本语法: Chrome 21+ */
        display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        float: left;
        width: 100%;
    }

        .vodthree .vodthreeTitle .titlebox {
            width: 33.33%;
            color: #d61658;
            position: relative;
            border-bottom: 1px dashed #ea99b5;
            padding-bottom: 20px;
            float: left;
        }

            .vodthree .vodthreeTitle .titlebox::after {
                content: '';
                width: 2px;
                height: 58px;
                background: #d61658;
                position: absolute;
                right: 0;
                top: 0.1rem;
            }

            .vodthree .vodthreeTitle .titlebox:nth-last-child(1)::after {
                background: unset;
            }

            .vodthree .vodthreeTitle .titlebox h6 {
                font-size: 22px;
            }

            .vodthree .vodthreeTitle .titlebox text {
                font-size: 20px;
                font-weight: bold;
                margin-top: 5px;
                display: inline-block;
            }

.vodthreeBot {
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .vodthreeBot .threeBotlist {
        display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box; /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox; /* 混合版本语法: IE 10 */
        display: -webkit-flex; /* 新版本语法: Chrome 21+ */
        display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        padding-bottom: 7px;
        width: 100%;
        margin: auto;
        display: inline-block;
    }

        .vodthreeBot .threeBotlist img {
            width: 28px;
            margin-right: 10px;
            display: inline-block;
        }

        .vodthreeBot .threeBotlist label {
            font-size: 28px;
            display: inline-block;
            vertical-align: middle
        }

.timeZhou {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom:20px;
}

    .timeZhou h5 {
        text-align: center;
        color: #d61658;
        font-size: 32px;
        margin-bottom: 20px
    }

.timeZhouCot {
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.timeZhou .timeZhouBox {
    font-size: 28px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .timeZhou .timeZhouBox .kuang {
        background: #d61658;
        color: white;
        box-shadow: 0 0 20px #ea99b5;
        border-radius: 10px;
        margin-right: 10px;
        padding: 0 15px;
        height: 75px;
        line-height: 75px;
    }

    .timeZhou .timeZhouBox text {
        margin-right: 10px;
    }

    .timeZhou .timeZhouBox:nth-last-child(1) text {
        margin-right: unset;
    }

.timeinput {
    position: relative;
    font-size: 0;
    margin-top: 40px;
    float: left;
    width: 100%;
}

    .timeinput input {
        width: 100%;
        border: none;
        font-family: inherit;
        line-height: 50px;
        box-shadow: 0px 0px 4px #272829 inset;
        color: black;
        padding: 7px;
        font-size: 18px;
        border-radius: 39px;
        padding-left: 20px;
        height: 50px;
        border: 1px solid #ccc;
    }

    .timeinput button {
        position: absolute;
        right: 0;
        top: 0;
        background: #d61658;
        line-height: 50px;
        border: none;
        color: white;
        border-radius: 30px;
        height: 50px;
        padding: 0 31px;
        font-size: 20px;
    }

.jitaiAll {
    float: left;
    padding: 20px;
    width: 100%;
}
    .jitaiAll .jitaiAllTitle {
        margin-bottom:20px;
        float:left;
        width:100%;
    }
.jitaiAll .jitaiListBox {
    padding: 20px;
    float: left;
    width: 33.33%;
}

    .jitaiAll .jitaiListBox .hgMing {
        position: absolute;
        top: -28px;
        left: -29px;
        width: 50px;
        float: left;
        display: inline-block;
    }
            .jitaiAll .jitaiListBox .hgMing img {
                width: 45px;
            }

            .jitaiAll .jitaiList {
                padding: 10px;
                box-shadow: 0 0 3px 1px #f1aec5;
                border-radius: 10px;
                width: 100%;
                position: relative;
            }



                .jitaiAll .jitaiList .jitaiListImg {
                    height: 300px;
                    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
                    display: -moz-box; /* 老版本语法: Firefox (buggy) */
                    display: -ms-flexbox; /* 混合版本语法: IE 10 */
                    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
                    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
                    -webkit-box-pack: center;
                    -moz-justify-content: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -moz-align-items: center;
                    -webkit-align-items: center;
                    align-items: center;
                    padding: 10px;
                    width: 100%;
                }

                    .jitaiAll .jitaiList .jitaiListImg img {
                        max-width: 100%;
                        max-height: 100%;
                        width: auto;
                        height: auto;
                    }

                .jitaiAll .jitaiList h6 {
                    color: #d61658;
                    font-size: 16px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-bottom: 5px;
                }
                .jitaiAll .jitaiList h4 {
                    color: #d61658;
                    font-size: 14px;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-bottom: 5px;
                    text-overflow: ellipsis;
                }
                .jitaiAll .jitaiList h3 {
                    color: #d61658;
                    font-size: 14px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-bottom: 5px;
                }
.middlems {
    line-height: 22px;
    width: 86%;
}

.jitaiAll .jitaiList h6 text {
    font-size: 24px;
    margin-left: 10px;
}

.jitaiAll .jitaiList h5 {
    color: #d61658;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    margin-bottom: 5px;
}
.jitaiAll .jitaiList label b {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}
.jitaiAll .jitaiList label img {
    display: inline-block;

}

.jitaiAll .jitaiList label {
    font-size: 22px;
    color: #d31f5e;
    border-radius: 50px;
    padding: 2px 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
}

            .jitaiAll .jitaiList label img {
                width: 35px;
            }

.FixedBotm {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

    .FixedBotm a {
        color: white;
        background: #999;
        font-size: 20px;
        float: left;
        width: 300px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: relative;
    }

        .FixedBotm a.active {
            background: #d61658;
        }

        .FixedBotm a::after {
            content: '';
            width: 2px;
            height: 50px;
            background: white;
            position: absolute;
            right: 0;
            top: 0;
        }

        .FixedBotm a:nth-last-child(1):after {
            display: none;
            position: unset;
            width: unset;
        }

.modefade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    z-index: 999;
}

    .modefade.in {
        display: block;
        opacity: 1;
    }

.modefadeCont {
    width: 650px;
    margin: 30px auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
}


.modefadeBox {
    /* position: unset; */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 1px 22px 6px #1f1e1e;
    box-shadow: 0 1px 22px 6px #1f1e1e;
    display: inline-block;
    width: 100%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
}

    .modefadeBox h6 {
        font-size: 30px;
        margin: 20px 0;
    }

    .modefadeBox .CodenCent img {
        width: 100%;
    }

    .modefadeBox .CodenCent {
        padding: 20px;
    }
        .modefadeBox .CodenCent p {
            text-align: left;
            font-size: 18px;
            line-height: 1.5em;
        }
        .modefadeBox .iconfont {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -60px;
            width: 44px;
        }
.NewConsultation .DetailShare {
    background: white;
    padding-left: 20px;
}


.zan-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    .zan-dialog.active {
        opacity: 1;
        display: block;
    }
.zan-dialog__container {
    position: absolute;
    top: 79px;
    width: 400px;
    z-index: 12;
    transform: translate(-50%,-360%);
    -webkit-transform: translate(-50%,-360%);
    -ms-transform: translate(-50%,-360%);
    -moz-transform: translate(-50%,-360%);
    -o-transform: translate(-50%,-360%);
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color:white
}
.zan-dialog__container.active {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
   
    .showimag {
        display: block;
    }
.zan-dialog__container img {
    width: 100%;
}


.zan-dialog_ {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .zan-dialog_.active {
        opacity: 1;
        display: block;
    }
.zan-dialog__container_ {
    position: absolute;
    top: 79px;
    width: 400px;
    z-index: 12;
    transform: translate(-50%,-360%);
    -webkit-transform: translate(-50%,-360%);
    -ms-transform: translate(-50%,-360%);
    -moz-transform: translate(-50%,-360%);
    -o-transform: translate(-50%,-360%);
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: white
}

.zan-dialog__container_.active {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}


.zan-dialog__container_ img {
    width: 100%;
}

.zan-dialog__container_ p {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.zan-dialog__container_ input {
    height: 40px;
    width: 80%;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}

.zan-dialog__container_ button {
    height: 40px;
    width: 80px;
    background-color: #009fff;
    color: white;
    font-size: 18px;
}
.ermxix {
    float: right;
    background: #d61658;
    color: white;
    padding: 5px 9px;
    border-radius: 50%;
}
.closeSumbit {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -20px;
    z-index: 13;
    top: -20px;
    padding: 20px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: white;
    border-radius:50%;
    cursor: pointer;
}
.zan-text2 {
    text-align: center;
    background: #009fff;
    font-size: 16px;
    color: white;
    padding: 16px 0;
    display: inline-block;
    margin-right: 4%;
    width: 100%;
    cursor: pointer;
}

.news {
    float: left;
    height: 38px;
    width: 440px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
    .news .list {
        position: absolute;
        top: 0;
        left: 0;
    }
.mingdan li {
    line-height: 38px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:450px;
}
.atvatag {
    margin-top: 20px;
    float: left;
    width:50%;
}
   .atvatag img {
        vertical-align: middle;
        float: left;
        margin-top: 9px;
        margin-right: 10px;
        width: 46px;
    }

    .mingdan li a {
        font-size: 18px;
    }
    .news .list {
        position: absolute;
        top: 0;
        left: 0;
    }

        .news .list li {
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
