<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.content {
    width: 1200px;
    margin: 0 auto;
}

.photo2,
.photo2 img {
    width: 70px;
    height: 70px;
}

.myinfo {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 5px 15px 0 rgba(152, 152, 152, 0.15);
    border-radius: 10px;
    margin-top: 20px;
}

.infotxt li.line {
    width: 300px;
    height: 1px;
    background: #DADDDF;
}

.carda,
.cardb {
    width: 13px;
    height: 13px;
}

.carda {
    background: url(../images/carda.png) no-repeat;
    background-size: cover;
}

.cardb {
    background: url(../images/cardb.png) no-repeat;
    background-size: cover;
}

.garybtn {
    width: 86px;
    height: 32px;
    background: #F8F8F8;
    border-radius: 16px;
}

.upselect {
    position: relative;
    height: 40px;
    z-index: 2000;
}

.upbtn,
.reportbtn {
    color: #fff;
    /*background: #0085c6;*/
    background: #da251d;
    border-radius: 4px;
}

.upbtn {
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.reportbtn {
    height: 48px;
    line-height: 48px;
}

    .upbtn:hover,
    .reportbtn:hover {
        background: #70caf0;
    }

.upjt {
    position: absolute;
    left: 50%;
    top: 45px;
    width: 15px;
    height: 8px;
    z-index: 2001;
    background: url(../images/upjt.png) no-repeat;
    background-size: cover;
}

.upselect ul {
    position: absolute;
    left: 0;
    top: 52px;
    width: 180px;
    padding: 0 10px;
    background: #FFFFFF;
    border: 1px solid rgba(218, 221, 223, 0.40);
    box-shadow: 0 2px 10px 0 rgba(152, 152, 152, 0.15);
    border-radius: 10px;
    display: none;
    z-index: 2000;
}

    .upselect ul li {
        text-align: center;
        height: 50px;
        line-height: 50px;
        border-bottom: #DADDDF solid 1px;
    }

        .upselect ul li:last-child {
            border-bottom: none;
        }

.navbox a {
    padding: 25px 0 8px 0;
    border-bottom: #fff solid 4px;
    margin-left: 45px;
}

    .navbox a:first-child {
        margin-left: 20px;
    }

    .navbox a.active,
    .navbox a:hover {
        border-bottom: #0085C6 solid 4px;
    }

.icon {
    width: 18px;
    height: 18px;
}

.navtxt li {
    margin-right: 20px;
}

    .navtxt li.active {
        height: 28px;
        line-height: 28px;
        padding: 0 15px;
        color: #fff;
        background: #0085C6;
        border-radius: 14px;
    }

        .navtxt li.active .fontC05,
        .navtxt li.active a {
            color: #fff
        }

.equity,
.scorebg,
.fundbg {
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.equity {
    background: #da251d;
    box-shadow: 0 6px 15px 0 rgba(218,37,29, 0.50);
}

.scorebg {
    background: #33B4EA;
    box-shadow: 0 6px 15px 0 rgba(51, 180, 234, 0.50);
}

.fundbg {
    background: #ffb758;
    box-shadow: 0 6px 15px 0 rgba(254, 146, 4, 0.50);
}

.eqbg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.cashbtn {
    width: 80px;
    height: 32px;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    cursor: pointer;
    z-index: 20;
}

.whitebox {
    padding: 20px 20px 80px 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(137, 137, 137, 0.10);
    border-radius: 10px;
    /* flex-grow: 1; */
    margin-right: 20px;
    position: relative;
    width: 30%;
}

    .whitebox:last-child {
        margin-right: 0;
    }

    .whitebox ul li {
        padding: 20px;
    }

    .whitebox .bg {
        width: 130px;
        height: 90px;
        position: absolute;
        right: 20px;
        bottom: 10px;
    }

    .whitebox .bg2 #time {
        width: 50px;
        height: 50px;
        font-size: 19px;
        color: #fff;
        font-weight: 600;
        margin-top: 30px;
        margin-left: 58px;
        letter-spacing: 1.12px;
    }

    .whitebox .bg1 {
        background: url(../images/bg1.png) no-repeat;
        background-size: cover;
    }

    .whitebox .bg2 {
        background: url(../images/bg2.png) no-repeat;
        background-size: cover;
    }

    .whitebox .bg3 {
        background: url(../images/bg3.png) no-repeat;
        background-size: cover;
    }

.addicon {
    width: 12px;
    height: 12px;
    background: url(../images/add.png) no-repeat;
    background-size: cover;
}

.picblue {
    width: 86px;
    height: 32px;
    line-height: 32px;
    color: #0085C6;
    text-align: center;
    border: 1px solid #0085C6;
    border-radius: 16px;
    cursor: pointer;
}

.titlabel {
    width: 100px;
    position: relative;
}

.iicon {
    width: 10px;
    height: 10px;
    margin: 5px 0 0 3px;
    cursor: pointer;
}

.limit {
    position: absolute;
    left: 20px;
    top: -25px;
    width: 100px;
    padding: 8px 10px;
    color: #fff;
    background: #666666;
    border-radius: 4px;
}

.triangle {
    position: absolute;
    left: 72%;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid #666666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.time {
    width: 165px;
}

.type {
    width: 110px;
}

.name {
    width: 135px;
}

.state {
    width: 90px;
}

.txtblue {
    color: #33B4EA;
}

.txtgreen {
    color: #00BE71;
}

.txtred {
    color: #FF5660;
}

.rznav {
    position: relative;
}

.rzok {
    position: absolute;
    left: 43%;
    top: -20px;
    width: 135px;
    height: 135px;
}


/*login*/

.login {
    height: 100%;
    background: #f8f8f8;
}

.logintop {
    width: 1050px;
    margin: 0 auto;
    height: 49px;
}

.loginbox {
    width: 1050px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    margin-top: 80px;
    position: relative;
    z-index: 50;
}

.loginbg {
    width: 620px;
    height: 430px;
    background: url(../images/loginbg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0 30px 100px 0;
}

.logincont {
    width: 400px;
}

.loginlist {
    width: 280px;
    height: 48px;
    background: #F7FAFC;
    border-radius: 24px;
}

.inplogin {
    width: 100%;
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    background: none;
    box-sizing: border-box;
}

.selectbox2 {
    width: 60px;
}

    .selectbox2 ul {
        width: 40px;
        left: 0px;
    }

        .selectbox2 ul li {
            line-height: 26px;
        }

    .selectbox2 input {
        width: 60px;
    }

    .selectbox2:after {
        top: 21px;
    }

.numbtn {
    width: 150px;
    cursor: pointer;
    text-align: center;
    background: none;
    color: #0085C6;
    border-left: #DADDDF solid 1px;
}

.bluebtn,
.enterbtn {
    height: 40px;
    color: #fff;
    background: #0085C6;
    border-radius: 20px;
}

.enterbtn {
    width: 280px;
}

.dash {
    width: 92px;
    height: 1px;
    border-top: 1px dashed #DADDDF;
}

.wxbtn {
    width: 280px;
    height: 40px;
    color: #0085C6;
    background: #FFFFFF;
    border: 1px solid #0085C6;
    border-radius: 20px;
}

    .wxbtn img {
        width: 24px;
        height: 24px;
    }


/*setup*/

.photoimg {
    border: 1px solid #DADFDF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

    .photoimg img {
        width: 70px;
        height: 70px;
    }

.labelbox {
    width: 411px;
    height: 38px;
    border: 1px dashed #DADDDF;
    border-radius: 19px;
}

.labelbtn {
    width: 38px;
    height: 38px;
    border: 1px solid #DADDDF;
    border-radius: 19px;
    cursor: pointer;
}

    .labelbtn img {
        width: 12px;
        height: 12px;
    }


/*弹出框*/

.theme-popover-mask,
.theme-popover-mask2 {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=30);
}

.theme-popover-mask {
    display: none;
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    display: none;
    padding: 20px;
}

.theme-popover1 {
    width: 460px;
    height: 260px;
}

.theme-popover2 {
    width: 460px;
    height: 400px;
}

.theme-popover3 {
    width: 460px;
    height: 300px;
}

.theme-popover4 {
    width: 460px;
    height: 240px;
}

.theme-popover5 {
    width: 300px;
    height: 400px;
}

.theme-popover6 {
    width: 460px;
    height: 340px;
}

.theme-popover7 {
    width: 380px;
    height: 120px;
}

.theme-popover8 {
    width: 560px;
    height: 745px;
}

.score-popover {
    width: 560px;
    height: 425px;
}

.download-popover {
    width: 580px;
    height: 420px;
    overflow-y: auto;
}

.complain-popover {
    width: 460px;
    height: 420px;
}

.complain-ul li {
    width: 32%;
    margin-top: 15px;
}

.complain-popover textarea {
    width: 330px;
    height: 67px;
    padding: 10px;
    outline: none;
    border: 1px solid #DADDDF;
    border-radius: 10px;
}

.popcont {
    width: 280px;
}

.close {
    width: 12px;
    height: 12px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.garyline {
    width: 100%;
    height: 1px;
    background: #DADDDF;
}

.garyline2 {
    width: 700px;
}

.upsiglebtn,
.detail_bottom {
    width: 800px;
    margin: 20px auto;
    height: 60px;
    background: #fff;
}

.timebox {
    width: 200px;
    height: 38px;
    position: relative;
}

    .timebox input {
        width: 160px;
        padding-left: 30px;
    }

.timeicon,
.mapicon {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 14px;
    height: 14px;
}

.timeicon {
    background: url(../images/calendar.png) no-repeat;
    background-size: cover;
}

.mapicon {
    background: url(../images/position.png) no-repeat;
    background-size: cover;
}

.err {
    border: 1px solid #ff5660;
}


/*城市下拉*/

.citySelect {
    width: 200px;
    height: 38px;
    position: relative;
}

.cityName {
    width: 160px;
    padding-left: 30px;
}

.dropUl {
    list-style: none;
    height: 400px;
    overflow: scroll;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid rgba(218, 221, 223, 0.40);
    box-shadow: 0 2px 10px 0 rgba(152, 152, 152, 0.15);
    border-radius: 10px;
    position: absolute;
    z-index: 100;
}

    .dropUl::-webkit-scrollbar {
        height: 0;
    }

    .dropUl::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
        background: #d1d4db;
    }

    .dropUl::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: none;
        border-radius: 0px;
    }

.dropProvUl li {
    width: 120px;
    height: 50px;
    padding-left: 20px;
    color: #9fa3b0;
    line-height: 50px;
    cursor: pointer;
}

    .dropProvUl li:hover {
        background-color: #f1f3f6;
    }

.dropCityUl {
    margin-left: 5px;
    background-color: white;
}

    .dropCityUl li {
        width: 120px;
        height: 50px;
        padding-left: 20px;
        color: #9fa3b0;
        line-height: 50px;
        cursor: pointer;
    }

        .dropCityUl li:hover {
            background-color: #f1f3f6;
        }

.dropDown div {
    width: 120px;
    height: 200px;
    float: left;
    display: none;
}

.weeklist {
    padding: 5px 15px;
    background: #F7FAFC;
    border-radius: 10px;
}

    .weeklist a .num,
    .index_hot a .num {
        display: inline-block;
        width: 15px;
        height: 13px;
        text-align: center;
        line-height: 13px;
        /* font-style:italic; */
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        background: url(../images/num4.png) no-repeat;
        background-size: cover;
    }

    .weeklist a .num1,
    .index_hot a .num1 {
        background: url(../images/num1.png) no-repeat;
        background-size: cover;
    }

    .weeklist a .num2,
    .index_hot a .num2 {
        background: url(../images/num2.png) no-repeat;
        background-size: cover;
    }

    .weeklist a .num3,
    .index_hot a .num3 {
        background: url(../images/num3.png) no-repeat;
        background-size: cover;
    }

    .weeklist a p {
        max-width: 258px;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.index_hot a .txt {
    width: 430px;
}

    .index_hot a .txt p {
        max-width: 400px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index_hot a .txt:hover,
    .right_labels a:hover,
    .index_labels a:hover,
    .report_all ul li a:hover {
        color: #0085C6;
    }



.right_labels a:hover {
    background: #E0F2FB;
}


/*报告页*/

.index_labels1 {
    height: 155px;
    overflow: hidden;
    margin-right: 10px;
}

.right_labels a,
.index_labels a {
    display: block;
    height: 28px;
    line-height: 28px;
    background: #F7FAFC;
    border-radius: 4px;
}

.right_labels a {
    color: #0085C6;
    padding: 0 10px;
    margin: 0 5px 10px 0;
}

.index_labels a {
    padding: 0 20px;
    margin: 10px 12px 0 0;
}


    /* .right_labels2 a:nth-child(3n), */

    .index_labels a:nth-child(3n) {
        margin-right: 0px;
    }

.right_labels2 {
    overflow: hidden;
}

.report_news {
    width: 540px;
    padding: 20px;
    background: #F7FAFC;
    border-radius: 10px;
}

.news_txt p {
    max-width: 400px;
    height: 38px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_pic h5 {
    max-width: 200px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.news_pic:hover h5 {
    color: #0085C6;
}

.news_pic {
    display: none;
}

.report_news ul li:first-child .news_txt {
    display: none;
}

.report_news ul li:first-child .news_pic {
    display: flex;
}

.bottombg {
    position: absolute;
    bottom: 59px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 20;
    background: url(../images/bg_bottom.png) no-repeat;
    background-size: cover;
}

.upmeeting {
    width: 485px;
}

.meetingbox {
    width: 485px;
    background: #F7FAFC;
    border-radius: 20px;
}

.meeting_title {
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.meetingdo {
    width: 60px;
}

.detailbox {
    /* width: 685px; */
    width: 836px;
    height: 685px;
    background: #F5F5F5;
    border: 1px solid #DADFDF;
    border-radius: 5px;
    overflow-y: scroll;
}

.detail_garyline,
.replay_comment {
    background: #FFFFFF;
    border: 1px solid #DADFDF;
    border-radius: 10px;
}

.detail_garyline {
    /* width: 653px; */
    width: 804px;
    padding: 20px 15px;
}

.replay_comment {
    /* width: 583px; */
    width: 731px;
    padding: 10px;
    display: none;
}

.detail_comment {
    /* width: 603px; */
    width: 754px;
    margin-left: 10px;
}

.replybtn {
    width: 66px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DADDDF;
    border-radius: 16px;
    cursor: pointer;
}

.replaybox {
    /* width: 583px; */
    width: 734px;
    padding: 10px;
    background: #F7FAFC;
    border-radius: 10px;
}

    .replaybox .detail_comment {
        /* width: 573px; */
        width: 724px;
    }

.detail_pic {
   /* width: 335px;*/
    height: 188px;
    border-radius: 4px;
}

.detail_photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #DADFDF;
    flex-shrink: 0;
}

.comment_area {
    /* width: 480px; */
    width: 650px;
    height: 40px;
    outline: none;
}

.comment_box .comment {
    padding: 20px 0;
    border-bottom: #DADFDF solid 1px;
}

    .comment_box .comment:last-child {
        border-bottom: none;
    }

.comment .replay_comment {
    width: 730px;
}

.comment .comment_area {
    width: 560px;
}

.bottom_btn {
    padding-right: 15px;
    margin-left: 15px;
    border-right: #DADDDF solid 1px;
}

    .bottom_btn:first-child {
        margin-left: 0;
    }

    .bottom_btn:last-child {
        position: relative;
        border-right: none;
        padding-right: 0;
    }

.redtxt {
    position: absolute;
    top: -23px;
    right: 0;
    width: 38px;
    height: 23px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background: url(../images/badge_bg.png) no-repeat;
    background-size: cover;
}

.follow_txt {
    padding: 10px;
    background: #F7FAFC;
    border-radius: 10px;
}

    .follow_txt p {
        width: 50%;
        flex-grow: 1;
    }

.report_all {
    max-height: 450px;
    position: relative;
}

    .report_all ul {
        max-height: 450px;
        overflow-y: scroll;
    }

        .report_all ul li,
        .download_all ul li {
            margin-bottom: 20px;
        }

            .report_all ul li .titype,
            .download_all ul li .titype {
                margin-top: 3px;
            }

    .report_all .shadow {
        position: absolute;
        bottom: -32px;
        left: 0;
        height: 30px;
        width: 333px;
        transform: scaleY(-1);
        background: #FFFFFF;
        box-shadow: 0 5px 5px 0 rgba(157, 157, 157, 0.10);
    }

.download_all {
    width: 560px;
    height: 280px;
}

    .download_all ul {
        height: 280px;
        overflow-y: scroll;
    }

        .download_all ul li label {
            width: 500px;
        }

        .download_all ul li {
            position: relative;
        }

.score_add {
    width: 126px;
    height: 75px;
    margin-right: 15px;
    margin-top: 15px;
    background: #FFFFFF;
    position: relative;
    border: 1px solid #DADDDF;
    /*cursor: pointer;*/
}

.score_hot {
    width: 30px;
    height: 13px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: url(../images/newshot.png) no-repeat;
    background-size: cover;
}

.score_add:nth-child(4n) {
    margin-right: 0;
}

/*.score_active .yesok,*/
/*.score_add:hover .yesok,*/
/*.score_wechat:hover .yesok {*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*background: url(../images/yescur.png) no-repeat;*/
    /*background-size: cover;*/
/*}*/

.score_wechat,
.score_no {
    /*width: 110px;*/
    /*height: 38px;*/
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DADDDF;
}

.score_wechat {
    /*cursor: pointer;*/
}

    /*.score_active,*/
    /*.score_add:focus,*/
    /*.score_add:hover,*/
    /*.score_wechat:focus,*/
    /*.score_wechat:hover {*/
        /*border: 1px solid #0085C6;*/
    /*}*/

.allcheck,
.noallcheck {
    cursor: pointer;
}

.noallcheck {
    display: none;
}

.choose_btn a {
    width: 72px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #9B9B9B;
    background: #FFFFFF;
    border: 1px solid #DADDDF;
    border-radius: 18px;
    margin-left: 15px;
}

    .choose_btn a:hover,
    .choose_btn a.on {
        color: #0085C6;
        border: 1px solid #7FC2E2;
    }

.detail_info ul {
    width: 42%;
}

    .detail_info ul li {
        margin-top: 15px;
    }

.cash_txt {
    width: 110px;
    text-align: right;
}


/*index*/

.banner {
    width: 640px;
    height: 272px;
}

.index_user,
.index_map {
    width: 230px;
    padding: 15px;
    box-shadow: 0 5px 15px 0 rgba(152, 152, 152, 0.20);
    border-radius: 10px;
}

.index_user {
    height: 183px;
}

.index_map {
    height: 103px;
    background: url(../images/indexmapbg.png) #fff right bottom no-repeat;
}

    .index_map .txt {
        display: block;
        width: 230px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.index_menu {
    position: relative;
}

    .index_menu img {
        width: 20px;
        height: 20px;
        z-index: 30;
    }

    .index_menu p {
        z-index: 40;
    }

.index_bluebtn,
.share_bluebtn {
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #0085C6;
    border-radius: 20px;
    cursor: pointer;
}

    .share_bluebtn:hover {
        background: #4ca9d7
    }

.index_bluebtn {
    width: 130px;
}

.share_bluebtn {
    width: 118px;
    display: block;
}

.goldbg {
    width: 98px;
    height: 24px;
    color: #fff;
    background: url(../images/signbg.png) no-repeat;
    background-size: cover;
}

.menu_bg {
    position: absolute;
    left: 17px;
    bottom: 4px;
    height: 14px;
    z-index: 20;
    border-radius: 0 7px 7px 0;
}

.green_bg {
    background: rgba(0, 190, 113, 0.20);
}

.yellow_bg {
    background: #FDF0CC;
}

.red_bg {
    background: rgba(255, 86, 96, 0.20);
}

.blue_bg {
    background: rgba(51, 180, 234, 0.20);
}

.brown_bg {
    background: rgba(226, 194, 116, 0.30);
}

.sign_pic {
    width: 1200px;
    height: 90px;
}

.author_list {
    width: 385px;
    margin: 15px 20px 0 0;
}

    .author_list .author_name {
        width: 320px;
    }

    .author_list:nth-child(3n) {
        margin-right: 0;
    }

.author_file a p {
    width: 360px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author_photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #DADFDF;
    flex-shrink: 0;
    /* transition-property: opacity; */
}

.author_photo2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #DADFDF;
}

.authorbox {
    padding: 15px 0;
    border-bottom: 1px solid #DADFDF;
}

    .authorbox:last-child {
        border-bottom: none;
    }

.martopno {
    margin-top: 0;
}

.author_cont {
    width: 460px;
}

    .author_cont .author_name {
        width: 380px;
        margin-right: 20px;
        flex-shrink: 0;
    }

.author_info {
    z-index: 30;
    color: #fff;
}

.info_num {
    z-index: 30;
    padding: 0 30px;
    text-align: center;
    border-right: #93D9F5 solid 1px;
}

    .info_num:last-child {
        border-right: none;
    }

.black_icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images/black_nor.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

    .black_icon:hover {
        background: url(../images/black_hover.png) no-repeat;
        background-size: cover;
    }


/*签到*/

.signin_box {
    width: 420px;
    padding: 20px 10px;
    background: #E0F4FC;
    border-radius: 4px;
    position: relative;
}

    .signin_box ul {
        flex-grow: 1;
        z-index: 70;
    }

.white_linebg {
    position: absolute;
    top: 82px;
    left: 10px;
    width: 96%;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    z-index: 10;
}

.daybox {
    position: relative;
    min-height: 30px;
    margin-top: 30px;
}

.blue_linebg {
    position: absolute;
    top: 16px;
    left: -14px;
    width: 98%;
    height: 6px;
    background: #33B4EA;
    z-index: 20;
    display: none;
}

.blue_linefirst {
    left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.daybox .day {
    position: absolute;
    top: 5px;
    left: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #33B4EA;
    background: #FFF;
    border-radius: 50%;
    z-index: 50;
}

.daybox .dayover {
    color: #FFFFFF;
    background: #33B4EA;
}

.signok {
    position: absolute;
    top: -3px;
    left: 4px;
    width: 48px;
    height: 48px;
    background: #33B4EA;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    display: none;
}

    .signok img {
        margin-top: -11px;
    }

.points {
    width: 44px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    background: url(../images/integral_bg.png) no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.pointsok {
    background: none;
    color: #8c8c8c;
}

.w34 {
    width: 34px;
}

.w60 {
    width: 60px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w110 {
    width: 110px;
}

.w130 {
    width: 126px;
}

.w140 {
    width: 140px;
}

.w240 {
    width: 240px;
}

.w260 {
    width: 260px;
}

.w280 {
    width: 280px;
}

.w490 {
    width: 640px;
}

.signbtnok {
    display: none;
}

.labels_list a {
    display: block;
    padding: 10px 20px;
    margin: 20px 20px 0 0;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(140, 140, 140, 0.10);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
}

    .labels_list a:hover {
        color: #0085C6;
        border: 1px solid #0085C6;
    }

        .labels_list a:hover span {
            color: #0085C6;
        }

.other_open {
    display: inline-block;
    cursor: pointer;
    margin-left: 100px;
}

.other_cont {
    display: none;
}

.meet_banner {
    width: 836px;
    height: 345px;
}

.newslist li {
    padding: 20px 15px;
}

.news_menu a {
    font-size: 18px;
    margin-right: 50px;
}

    .news_menu a:hover,
    .news_menu a.cur {
        color: #0085C6;
    }

    .news_menu a span {
        display: block;
        width: 22px;
        height: 5px;
    }

    .news_menu a.cur span,
    .news_menu a:hover span {
        background: #0085C6;
    }

.newslist li:nth-child(odd) {
    background: #F7FAFC;
    border-radius: 10px;
}

.news_detail li span {
    display: block;
    width: 80px;
    text-align: right;
    flex-shrink: 0;
}

.reply_box {
    padding: 10px;
    border: 1px solid #DADDDF;
    border-radius: 10px;
}

    .reply_box .filebox {
        width: 460px;
        padding: 15px;
        background: #F7FAFC;
        border-radius: 10px;
    }

        .reply_box .filebox li {
            width: 460px;
            height: 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.reply_icon {
    cursor: pointer;
}

    .reply_icon div {
        width: 15px;
        height: 15px;
        background: url(../images/comment_nor.png) no-repeat;
        background-size: cover;
    }

    .reply_icon:hover div {
        background: url(../images/comment.png) no-repeat;
        background-size: cover;
    }

    .reply_icon:hover P {
        color: #0085C6;
    }

.newstab,
.newstab a {
    font-size: 12px;
    color: #8c8c8c;
}

    .newstab a.cur,
    .newstab a:hover {
        font-size: 14px;
        color: #262626;
    }

.report_content {
    position: relative;
    border: #000 solid 1px;
}

.default_pic {
    position: relative;
}

    .default_pic ul {
        position: absolute;
        top: 30px;
        left: -30px;
        width: 140px;
        padding: 10px 5px 5px 5px;
        background: #FFFFFF;
        box-shadow: 0 2px 10px 0 rgba(152, 152, 152, 0.15);
        border-radius: 8.75px;
        z-index: 20;
        display: none;
    }

        .default_pic ul li,
        .default_pic ul li img {
            width: 138px;
            height: 78px;
            cursor: pointer;
            border-radius: 8.75px;
        }

    .default_pic p {
        cursor: pointer;
    }

    .default_pic ul li {
        margin-bottom: 5px;
    }

        .default_pic ul li.cur,
        .default_pic ul li:hover {
            border: 1px solid #0085C6;
        }

    .default_pic .upjt {
        position: absolute;
        left: 30%;
        top: 22px;
        width: 15px;
        height: 8px;
        background: url(../images/upjt.png) no-repeat;
        background-size: cover;
        z-index: 10;
        display: none;
    }

.report_box {
    position: relative;
}


/* .right_fixed {
    position: fixed;
    top: 0;
    margin-left: 866px;
} */


/*6位密码*/

.alieditContainer {
    position: relative;
    z-index: 99999;
}

.sixDigitPassword {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 52px;
    outline: none;
    border: none;
    opacity: 0;
    z-index: 999;
    filter: alpha(opacity=0);
}

.sixDigitPassword-box i {
    width: 50px;
    height: 48px;
    line-height: 48px;
    margin-right: 15px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DADDDF;
}

    .sixDigitPassword-box i:last-child {
        margin-right: 0;
    }

.sixDigitPassword-box b {
    display: block;
    margin: 20px auto;
    width: 8px;
    height: 8px;
    overflow: hidden;
    visibility: hidden;
    background: url('../images/dot.png') no-repeat;
    background-size: cover;
}

.sixDigitPassword-box span {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 48px;
    border: 1px solid #0085C6;
    visibility: hidden;
}

.six-password {
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}

.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*banner*/

.slides {
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: auto;
    float: left;
    clear: none;
}

.slider-nav {
    position: absolute;
    bottom: 20px;
}

.slider-nav__item {
    /*nva样式*/
    width: 8px;
    height: 8px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
    border-radius: 100%;
}

    .slider-nav__item:hover {
        background: #ccc;
    }

.slider-nav__item--current {
    background: #ccc;
}

.profile {
    position: relative;
    cursor: pointer;
}

    .profile p {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 10;
    }

    .profile span {
        display: none;
        width: 100%;
        padding: 2px 5px;
        box-sizing: border-box;
        background: #fff;
        border: #ddd solid 1px;
        position: absolute;
        left: 0px;
        top: 20px;
        z-index: 20;
    }

#integral {
    position: relative;
}

.jf_bg1 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 460px;
    height: 960px;
    z-index: 10;
}

.jf_bg2 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 180px;
    height: 788px;
    z-index: 10;
}

.jf_star1 {
    position: absolute;
    right: 380px;
    top: 960px;
    width: 370px;
    z-index: 15;
}

.jf_star2 {
    position: absolute;
    left: 0;
    top: 1350px;
    width: 370px;
    z-index: 15;
}

.jf_imgbox {
    position: relative;
    z-index: 20;
    margin-top: 120px;
}

.jf_navbg {
    width: 104px;
    height: 36px;
    background: #C2E9F9;
    border-radius: 18px;
    margin-bottom: -20px;
}

.jf_line {
    width: 47px;
    height: 6px;
    background: #0085C6;
    border-radius: 3px;
}

.jf_btn {
    display: block;
    width: 92px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #0085C6;
    border-radius: 20px;
    color: #fff;
    margin-top: 50px;
}
/* 分销市场 */

.market_bg {
    background: #FFFFFF;
    box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.15);
    border-radius: 4px;
}

.market_menu {
    height: 60px;
}

    .market_menu .icon {
        width: 18px;
        height: 18px;
    }

    .market_menu a {
        margin-right: 60px;
        border-bottom: #fff solid 4px;
    }

        .market_menu a.active,
        .market_menu a:hover {
            color: #0085C6;
            border-bottom: #0085C6 solid 4px;
        }

        .market_menu a:first-child {
            margin-left: 30px;
        }

.market_all {
    padding: 20px 30px 100px 30px;
}

    .market_all .smenu a {
        color: #8c8c8c;
        font-size: 13px;
        margin-right: 30px;
    }

        .market_all .smenu a:hover,
        .market_all .smenu a.cur {
            color: #0085C6;
        }

.market_type {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border: #fff solid 1px;
    border-radius: 4px;
}

.market_all .imglist {
    width: 218px;
    margin: 15px 12px 0 0;
}

    .market_all .imglist .file_pic,
    .market_all .imglist .file_pic .img {
        width: 216px;
        height: 122px;
    }

        .market_all .imglist .file_pic .maskbg {
            width: 203px;
        }

.market_nav li {
    width: 185px;
    height: 185px;
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.15);
    border-radius: 4px;
}

    .market_nav li:last-child {
        margin-right: 0;
    }



.cash_notice .icon {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/market_notice.png) no-repeat;
    background-size: cover;
    margin: 3px 0 0 3px;
    cursor: pointer;
}

    .cash_notice .icon .txt {
        position: absolute;
        top: -60px;
        left: -80px;
        width: 153px;
        padding: 10px;
        color: #fff;
        background: #303133;
        border-radius: 4px;
        display: none;
    }

    .cash_notice .icon .triangle {
        position: absolute;
        top: -10px;
        left: -3px;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 8px solid #303133;
        display: none;
    }


.market_list {
    padding: 20px 30px 100px 30px;
}

    .market_list .listgbg2 {
        padding: 20px 15px;
    }

.market_title {
    width: 270px;
}

    .market_title a {
        display: block;
        width: 250px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .market_title a:hover {
            color: #0085C6;
        }

.market_state {
    width: 140px;
}

.market_price {
    width: 120px;
}

.market_do {
    width: 130px;
}

.market-popover {
    width: 560px;
    height: 260px;
}

.market_inp {
    width: 70px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: #FFFFFF;
    border: 1px solid #DADDDF;
    border-radius: 19px;
}

.market_cancel,
.market_ok {
    width: 86px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
}

.market_cancel {
    background: #DADDDF;
}

.market_ok {
    color: #fff;
    background: #0085C6;
}

.market_time {
    width: 260px;
}

/* 系统图片弹框 */

.popmaskbg {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=30);
    display: none;
}

.popbox {
    display: none;
    z-index: 2001;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1015px;
    height: 670px;
    background: #FFFFFF;
    border-radius: 10px;
}

.pop_menu {
    width: 100%;
    padding: 15px 20px 5px 20px;
    box-sizing: border-box;
}

.pop_search {
    width: 238px;
    height: 36px;
    position: relative;
}

    .pop_search input {
        width: 198px;
        height: 34px;
        line-height: 34px;
        padding: 0 30px 0 10px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        border: 1px solid #DADFDF;
        border-radius: 18px;
    }

    .pop_search .icon {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url(../images/search.png) no-repeat;
        background-size: cover;
        cursor: pointer;
        z-index: 20;
    }

.pop_close {
    width: 12px;
    height: 12px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
}

.pop_wrap {
    width: 1054px;
}

.pop_left {
    float: left;
    width: 106px;
    padding: 10px 20px;
}

.pop_right {
    width: 1012px;
    height: 580px;
    padding-bottom: 20px;
    overflow-y: scroll;
    position: relative;
    border-left: #DADFDF solid 1px;
}

.pop_left li {
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .pop_left li:hover,
    .pop_left li.active {
        color: #fff;
        background: #0085C6;
        border-radius: 14px;
    }


/* 上传图片展示 */

.cover_img {
    width: 234px;
    height: 136px;
    background: #F7FAFC;
    border-radius: 6px;
    border: 1px solid #DADDDF;
    cursor: pointer;
    overflow: hidden;
}

    .cover_img .wihtebg {
        width: 224px;
        height: 126px;
        background: #fff;
        border-radius: 6px;
    }

    .cover_img .upload_pic {

        height: 126px;
    }

.cover_img2 .upload_pic {
    width: 224px;
    height: 272px;
}

.cover_img2 {
    width: 234px;
    height: 282px;
    background: #F7FAFC;
    border-radius: 6px;
    border: 1px solid #DADDDF;
}

    .cover_img2 .wihtebg {
        width: 224px;
        height: 272px;
        background: #fff;
        border-radius: 6px;
    }

/*.pop_right .pop_tab {
    display: none;
}*/

.pop_right .pop_tab ul {
    min-height: 480px;
}

.clear {
    clear: both;
}

.pop_right ul li {
    float: left;
    width: 224px;
    height: 126px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: #eee solid 1px;
}

    .pop_right ul li .picbox {
        z-index: 9;
    }

        .cover_img .pic,
        .pop_right ul li .picbox .pic {
            width: 224px;
            height: 126px;
        }

        .cover_img .pic2,
        .pop_right ul li .picbox .pic2 {
            height: 126px;
        }

    .pop_right ul li .pop_label {
        width: 224px;
        height: 40px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding-bottom: 5px;
        z-index: 10;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.01) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.40) 99%);
    }

        .pop_right ul li .pop_label p {
            height: 21px;
            line-height: 21px;
            font-size: 12px;
            color: #888;
            padding: 0 5px;
            margin-right: 5px;
            background: #F7FAFC;
            border-radius: 2px;
        }

    .pop_right ul li .usebg {
        position: absolute;
        top: 0;
        left: 0;
        width: 224px;
        height: 126px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 20;
        color: #fff;
        display: none;
        cursor: pointer;
        border-radius: 4px;
    }

.bottom_bg {
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: 840px;
    margin: 0 8px;
    height: 36px;
    background-color: rgba(245, 166, 35, 0.8);
    z-index: 1000;
}

    .bottom_bg a {
        color: #fff;
    }

.report_all&nbsp;ul&nbsp;li.cur&nbsp;a&nbsp; {
    color: #0085C6;
}
</pre></body></html>