﻿@charset "UTF-8";
/*+++++++++++    ++++++++++*/

* {
    margin: 0;
    padding: 0;
    font-size: .28rem;
    font-family: "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, textarea, button {
    outline: none;
    -webkit-appearance: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #EEF7F6;
    background-size: 100% 100%;
}

ul, li, ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    display: block;
}

.btn {
    cursor: pointer;
}

.header {
    height: .88rem;
    background: #15C9CA;
    text-align: center;
    color: #ffffff;
    line-height: .88rem;
    font-size: .34rem;
    position: relative;
}

    .header .back {
        position: absolute;
        height: .44rem;
        padding: .22rem;
        top: 0;
        left: 0;
    }

.swiperBan {
    padding: .16rem .31rem .31rem;
    height: 1.6rem;
}

    .swiperBan img {
        width: 100%;
        height: 1.6rem;
        border-radius: .08rem;
    }

.notice {
    margin: 0 .31rem .31rem;
    background-color: #ffffff;
    height: .8rem;
    border-radius: .4rem;
    overflow: hidden;
}

.noticeIcon {
    height: .32rem;
    padding: .24rem .12rem .24rem .24rem;
    float: left;
}

.noticeCont {
    height: .8rem;
    overflow: hidden;
}

    .noticeCont .text {
        width: calc(100% - .3rem);
        line-height: .8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #161616;
        font-size: .26rem;
        float: left;
    }

    .noticeCont .arrow {
        height: .32rem;
        padding: .24rem 0 0;
        float: left;
    }

.question {
    margin: 0 .31rem .31rem;
    height: 2.24rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.questionIcon {
    width: 1.12rem;
    height: 2.24rem;
}

.questionCont {
    width: calc(100% - 1.68rem);
    height: 1.92rem;
    overflow: hidden;
    background-color: #ffffff;
    padding: .16rem;
}

    .questionCont ul {
        width: 5.28rem;
        height: 1.92rem;
        overflow: hidden;
    }

        .questionCont ul li {
            height: .64rem;
            justify-content: space-between;
            display: flex;
        }

            .questionCont ul li .qIcon {
                width: .32rem;
                padding: .16rem;
            }

            .questionCont ul li .arrow {
                height: .32rem;
                padding: .16rem;
            }

            .questionCont ul li p {
                width: 4rem;
                line-height: .64rem;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: .26rem;
                color: #161616;
            }

.search {
    margin: 0 auto;
    width: 92%;
    height: 1.8rem;
    background-image: url(https://oss4.jidanpu.com/images/systemTemp/searchBg.png);
    background-size: 100% 100%;
    overflow: hidden;
}

.searchCont {
    height: .76rem;
    margin: .66rem .04rem 0;
    display: flex;
    justify-content: space-between;
}

    .searchCont input {
        background: none;
        border: 0;
        height: .76rem;
        line-height: .76rem;
        width: calc(100% - .7rem);
        text-indent: .36rem;
        border-radius: 0 0 0 .4rem;
    }

    .searchCont .btnSearch {
        width: .32rem;
        padding: .22rem .16rem;
        border: 0;
        background: url('https://oss4.jidanpu.com/images/systemTemp/icon-search.png') no-repeat center center;
        height: .32rem;
        background-size: .32rem .32rem;
        box-sizing: content-box;
    }

.searchResult {
    padding: 0 .31rem .31rem;
}

    .searchResult .tips {
        font-size: .24rem;
        color: #A0A0A0;
        padding: 0 0 .2rem;
    }

.resultCont .item {
    background-color: #ffffff;
    border-radius: .16rem;
    margin: 0 0 .2rem;
}

    .resultCont .item .til {
        padding: 0 .16rem;
        display: flex;
        justify-content: space-between;
    }

        .resultCont .item .til .t {
            font-size: .32rem;
            color: #161616;
            line-height: .5rem;
            padding: .17rem 0;
            width: calc(100% - 1.1rem);
        }

        .resultCont .item .til .status {
            font-size: .28rem;
            color: #F5A517;
            line-height: .84rem;
        }

            .resultCont .item .til .status.green {
                color: #15C9CA;
            }

    .resultCont .item .cont {
        padding: 0 .16rem .16rem;
        border-bottom: 1px solid #EEEEEE;
        font-size: .26rem;
        color: #777777;
    }

    .resultCont .item .foot {
        padding: 0 .16rem;
        height: .84rem;
        display: flex;
        justify-content: space-between;
    }

        .resultCont .item .foot .time {
            font-size: .28rem;
            color: #161616;
            line-height: .84rem;
        }

        .resultCont .item .foot .btns {
            display: flex;
            margin: .18rem 0;
        }

            .resultCont .item .foot .btns .btn {
                display: block;
                height: .48rem;
                border-radius: .24rem;
                padding: 0 .2rem;
                line-height: .48rem;
                font-size: .26rem;
            }
            .resultCont .item .foot .btns .chatbtn {
                border: 1px solid #F5A517;
                color: #F5A517;
                margin-right: .1rem;
            }

            .resultCont .item .foot .btns .DjBtn{
                background-color: rgba(21,201,202,.1);
                border: 1px solid #15C9CA;
                color: #15C9CA;
                margin-right: .1rem;
            }
            .resultCont .item .foot .btns .PauseBtn {
                background-color: rgba(21,201,202,.1);
                border: 1px solid #15C9CA;
                color: #15C9CA;
                margin-right: .1rem;
            }
            .resultCont .item .foot .btns .ReStartBtn {
                background-color: #15C9CA;
                border: 1px solid #15C9CA;
                color: #fff;
                margin-right: .1rem;
            }

            .resultCont .item .foot .btns .JtBtn {
                background-color: #15C9CA;
                border: 1px solid #15C9CA;
                color: #fff;
                margin-right: .1rem;
            }

            .resultCont .item .foot .btns .LyBtn {
                background-color: #4395ff;
                border: 1px solid #1577f7;
                color: #ffffff;
            }
            .resultCont .item .foot .btns .LiveBtn {
                background-color: rgba(21,201,202,.1);
                border: 1px solid #15C9CA;
                color: #15C9CA;
                margin-right: .1rem;
            }

.noData {
    text-align: center;
    padding: .6rem 0;
}

.articleContInfo {
    position: absolute;
    width: 88vw;
    max-height: 82vh;
    padding: 2vw;
    background-color: #ffffff;
    top: 9vh;
    left: 4vw;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    border-radius: .1rem;
}

.vertitle {
    font-size: .36rem;
    text-align: center;
    padding: 0.2rem 0;
}
    .articleContInfo .title{
        font-size: .36rem;
        text-align: center;
        padding: 0.2rem 0;
    }

    .articleContInfo .info p {
        font-size: .26rem;
        line-height: .4rem !important;
        color: #161616;
        text-indent: .52rem;
    }

    .articleContInfo .time {
        padding: .3rem 0 0;
        text-align: right;
        font-size: .26rem;
        color: #777777;
    }

.popDiabox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    overflow: hidden;
}

.popDiaboxCont {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.popDiaboxMsk {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.popDiaboxClose {
    position: absolute;
    width: .5rem;
    padding: .2rem;
    top: 0;
    right: 0;
    z-index: 11;
}

.swiperPreview {
    position: absolute;
    width: 92vw;
    max-height: 82vh;
    top: 50%;
    left: 4vw;
    z-index: 10;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: .1rem;
}

    .swiperPreview img {
        width: 100%;
        height: 100%;
    }

.popDiabox .formCont {
    position: absolute;
    width: 88vw;
    max-height: 82vh;
    padding: 0 2vw 3vw;
    top: 50%;
    left: 4vw;
    z-index: 10;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: .1rem;
    background-color: #ffffff;
}

.formCont .formItem {
    padding: .2rem;
    height: .8rem;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

    .formCont .formItem .label {
        font-size: .28rem;
        line-height: .8rem;
        text-align: right;
        width: 1.2rem;
        padding-right: .3rem;
        float: left;
    }

    .formCont .formItem input {
        border: 0;
        background: none;
        float: left;
        width: calc(100% - 1.5rem);
        line-height: .8rem;
    }
    .formCont .formItem .sendcode {
        width: 140px;
        float: right;
        height: 100%;
        text-align: center;
        border: 1px solid #15C9CA;
        color: #15C9CA;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .formCont .formBtn {
        height: .8rem;
        border-radius: .4rem;
        background-color: #15C9CA;
        line-height: .8rem;
        text-align: center;
        font-size: .32rem;
        color: #ffffff;
        margin: .2rem;
    }

#LeaveMessage .formCont .formItem {
    border: 0;
    height: 2.3rem;
    margin-top: .2rem;
}

    #LeaveMessage .formCont .formItem textarea {
        border: 1px solid #ededed;
        background: none;
        float: left;
        width: calc(100% - .9em - 2px);
        line-height: .5rem;
        height: 2rem;
        padding: .15rem;
    }

#LeaveMessage .formCont .formBtn {
    margin: 0 .2rem;
}

/* 动画 */
.pointBox {
    position: absolute;
    width: .5rem;
    top: .2rem;
    right: .2rem;
    z-index: 10;
}

.point {
    width: .5rem;
    height: .5rem;
    background-color: #f5a517;
    position: relative;
    border-radius: 50%;
}

.point-flicker:after {
    background-color: #f5a517;
}

.point-flicker:before {
    background-color: rgba(245, 165, 23, 0.2);
}

.point-flicker:before,
.point-flicker:after {
    content: '';
    width: .8rem;
    height: .8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.4rem;
    margin-top: -.4rem;
    border-radius: 50%;
    animation: warn 1.5s ease-out 0s infinite;
}

@keyframes warn {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}



.pinch-zoom, .pinch-zoom img {
    width: 100%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}
