﻿body{margin:0px auto;padding:0px;color:#333;font-size:14px;font-family:Microsoft Yahei;line-height:24px;background-color:#f4f4f4;}
a:link{color:#333;text-decoration:none;}        
a:visited{color:#333;text-decoration:none;}
a:hover{color:#1678FE;text-decoration:none;}
img{border:none;}
ul,li,h1,h2,h3,p{margin:0px;padding:0px;}
li{list-style:none; }

.wrap{margin:0px auto;clear:both;width:90%;max-width:1000px;}
.clear{height:10px;margin:0px;padding:0px;clear:both;}
.l{float:left;display:block;}
.r{float:right;display:block;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f32{font-size:32px;}
.f34{font-size:34px;}
.f36{font-size:36px;}
.f38{font-size:38px;}
.f40{font-size:40px;}
.fb{font-weight:bold;}
.fi{font-style:italic;}
.yh{font-family:Microsoft Yahei;}
.ctr{text-align:center;}
.color-blue{color: rgba(22,132,252,1);}
.color-red{color: #ff0000;}
.color-white{color: #ffffff;}
.color000{color: #000000;}
.color333{color: #333333;}
.color666{color: #666666;}
.color999{color: #999999;}
.w50{width:50%;}
.w100{width:100%;}
.bgfix{background-position:center center;background-size:cover;background-repeat:no-repeat;}

.delay{transition:all 500ms;-moz-transition:all 500ms;-webkit-transition:all 500ms;-o-transition:all 500ms;}
.slow{transition:all 800ms;-moz-transition:all 800ms;-webkit-transition:all 800ms;-o-transition:all 800ms;}
.overflow{overflow:hidden;}

/*flex布局*/
.flex {
    display: flex;
    /*flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;*/
}
.dir-clu{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.jus-sta{justify-content:flex-start;}
.jus-ctr{justify-content:center;}
.jus-btw{justify-content:space-between;}
.jus-eve{justify-content:space-evenly;}
.jus-ard{justify-content:space-around;}
.jus-end{justify-content:flex-end;}
.ali-sta{align-items:flex-start;}
.ali-ctr{align-items:center;align-content:center;}
.ali-end{align-items:flex-end;align-content:flex-end;}
.ali-bline{align-items:baseline;}

.button {height: 44px;padding:0 20px;border-radius: 6px;display:flex;justify-items:center;align-items:center;cursor:pointer;}
.button.blue{background: linear-gradient( 177deg, #4E79FF 0%, #395DCE 100%);color:#fff;}
.button.grey{background:#e0e0e0;color:#fff;}

.header{height:99px;background:#F0F6FF;border-bottom:solid 1px rgba(0,0,0,0.1);}
.header.fix{width:100%;position:fixed;top:0;left:0;z-index:10;}
.headernav{margin-right:30px;}
.headernav a{padding:10px 20px 10px 20px;font-size:15px;font-weight:bold;}
.logined{position:relative;cursor:pointer;}
.logined .loginedbox{position:absolute;width:100px; padding:10px;background-color:#fff;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);top:40px;left:58px;z-index:990;border-radius:4px;line-height:35px;display:none;}
.logined:hover .loginedbox{display:flex;}

.floatlogin{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.6);z-index:100;}
.floatlogin .innerbox{width: 356px;background: #FFFFFF;box-shadow: 0px 0px 33px 0px rgba(3,3,3,0.3);border-radius: 8px;padding:10px 0 40px 0;}

.btm{padding:20px 0;text-align:center;margin-top:30px;color:#999;}
.floattool{width:50px;position:fixed;bottom:0px;padding-bottom:5px;right:10px;z-index:99;display:none;}

.search {
    width: calc(100% - 30px);
    height: 34px;
    margin: 15px auto;
    box-sizing: border-box;
    border-radius: 34px;
    background-color: #fff;
    overflow: hidden;
}
.search .txtsearch {
    width: calc(100% - 100px);
    height: 34px;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background-color: #fff;
}
.search .line{width:1px;height:18px;background-color:#1678FE;}
.search .btn{width:50px;height:34px;line-height:34px; text-align:center;color:#1678FE;font-weight:bold;padding-right:10px;font-size:15px;}

.searchoption{height:20px;margin-left:25px;line-height:20px;padding-bottom:10px;cursor:pointer;}
.searchoption .radio{width:20px;height:20px;background:url('/images/radio.png') no-repeat center center;background-repeat:no-repeat;background-size:16px 16px;margin-right:4px;}
.searchoption.on .radio{background-image:url('/images/radio-on.png');}

.timeragenpl{width:calc(100% - 24px);margin:0 12px;padding:15px;box-sizing:border-box;background-color:#fff;border-radius:8px;}
.timeragenpl .rangeitem{width: 23%;height: 30px;background: #F9F9F9;border-radius: 15px;text-align:center;line-height:30px;margin-bottom:10px;cursor:pointer;}
.timeragenpl .rangeitem.on{background: rgba(22, 120, 254, 0.1);color: #1678FE;}
.timeragenpl .timetxt {
    width: 47%;
    height: 44px;
    padding:0 5px;
    background: #F9F9F9;
    border-radius: 6px;
    border: 1px solid #F9F9F9;
    box-sizing:border-box;
}

.section{margin-top:15px;}
.section .tle{height:30px;position:relative;width:100%;}
.section .tle .line{background-color:#6faafa;height:2px;width:100%;}
.section .tle .name{width:100%;height:30px;position:absolute;top:0;left:0;}
.section .tle .name .nm{padding:0 3px;background-color:#f4f4f4;height:30px;line-height:30px;color:#1678FE;font-weight:bold;}
.section .list{margin-top:10px;}
.section .list .item{width:calc((100% - 20px) / 3);background-color:#fff;margin-bottom:5px;margin-left:5px;box-sizing:border-box;padding:5px;position:relative;}
.section .list .item a.link{width:100%;height:100%;top:0;left:0;background-color:rgba(255,255,255,0.001);position:absolute;}

.nav {
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 99;
    box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(11px);
    padding:10px 0 20px 0;
    box-sizing:border-box;
}
.nav a img{width:26px;height:26px;}

.fixhead {
    width: 90%;
    max-width:1000px;
    background-color: #f4f4f4;
    position:absolute;
    top:100px;
    z-index:99;
    margin:0 auto;
}
.pagetitle{padding:10px;font-weight:bold;padding-bottom:0;}
.filter{background-color:#fff;border-bottom:solid 2px #f0f0f0;width:100%;box-sizing:border-box;padding:0 15px;}
.filter .btn{line-height:20px;text-align:center;color:#666;font-size:16px;padding:15px 10px;cursor:pointer;}
.filter .btn.on{background:url('/images/tabline.png') no-repeat center 40px;background-repeat:no-repeat;background-size:20px 4px;color:#000;font-weight:bold;}

.topiclist{margin-top:8px;}
.topiclist .item{padding:10px;box-sizing:border-box;position:relative;margin-bottom:2px;width:100%;background-color:#fff;}
.topiclist .item .link{width:calc(100% - 40px);height:100%;top:0;left:0;background-color:rgba(255,255,255,0.001);position:absolute;cursor:pointer;}
.topiclist .item .caption{font-weight:bold;width:calc(100% - 25px);}
.topiclist .item .caption.jpg{background:url('../images/filetype/jpg.gif') no-repeat 0 4px; text-indent:22px;}
.topiclist .item .mark{height:16px;border-radius:2px;color:#fff;font-size:12px;margin-right:0px;padding:0 3px;line-height:16px;font-weight:bold;display:inline-block;}
.topiclist .item .mark.buy{background-color:#d32f2f;}
.topiclist .item .mark.sale{background-color:#1976d2;}
.topiclist .item .mark.cheng{background-color:#ff9800;}
.topiclist .item .mark.jiu{background-color:#7b1fa2;}
.topiclist .item .headimg{width:18px;height:18px;border:solid 1px #ccc;border-radius:18px;margin-right:5px;}
.fav {
    width: 17px;
    height: 17px;
    background-image: url('/images/fav.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
}
.fav.big {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-image: url('/images/fav-blk.png');
}
.fav.on {
    background-image: url('/images/fav-on.png');
}
.limit{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; -moz-binding: url('ellipsis.xml#ellipsis');overflow:hidden;}

.listloading{width:100%;height:40px;}

.topichead{padding:15px;border-bottom:solid 1px #e5e5e5;box-sizing:border-box;background-color:#ffffff;margin-top:15px;}
.floor{margin-top:10px;background-color:#ffffff;padding-bottom:5px;padding-top:10px;}
.author{background-color:rgba(247, 249, 253, 1);box-sizing:border-box;border: 1px solid rgba(22,120,254,0.16);border-radius: 4px;margin:0 8px;width:calc(100% - 16px);}
.author .usr{padding:10px 8px 12px 8px;box-sizing:border-box;position:relative;}
.author .usr .lou{background: linear-gradient(178deg, #00C0EF 0%, #007CF6 100%);width:44px;height:18px;line-height:18px;font-size:12px;color:#fff;text-align:center;border-radius:6px;position:absolute;left:10px;top:48px;}
.author .usr .face{width:48px;height:48px;border-radius:48px;background-color:#007aff;}
.author .usr .auinfo{margin-left:6px;width:calc(100% - 60px);}
.author .floortool{background-color:#EBF2FF;box-sizing:border-box;padding:12px 10px 10px 10px;}
.author .floortool .tool{margin-right:30px;font-size:12px;line-height:20px;}
.author .floortool .tool img{width:18px;height:18px;margin-bottom:1px;}
.author .floortool .btnreply {
    width: 84px;
    height: 32px;
    background: linear-gradient(178deg, #00C0EF 0%, #007CF6 100%);
    box-shadow: 0px 1px 3px 0px rgba(57, 93, 206, 0.1), 0px 1px 9px 0px rgba(0, 0, 0, 0.16);
    border-radius: 32px;
    cursor: pointer;
    color:#fff;
}

.colorblock{height:22px;padding:0 5px;font-size:12px;border-radius:4px;line-height:22px;box-sizing:border-box;margin-right:5px;line-height:22px;}
.colorblock.grey{background-color:#f0f0f0;color:#999;}
.colorblock.orange{background-color:#fff3e0;color:#e86a7e;}
.colorblock.green{background-color:#e8f5e8;color:#3f8476;}
.colorblock.blue{background-color:#e3f2fd;color:#358cda;}

.topicdetail{box-sizing:border-box;padding:10px;}
.topicdetail img{max-width:100%;}

.sign{box-sizing:border-box;padding:10px;margin:10px;background-color:#f8f9fa;border-left:solid 1px rgba(22,132,252,1);border-radius:4px;font-size:12px;line-height:20px;color:#888;}
.replay{padding:30px 0;}
.blue-button {
    width: 50%;
    height: 44px;
    cursor: pointer;
    background: linear-gradient(178deg, #00C0EF 0%, #007CF6 100%);
    box-shadow: 0px 1px 3px 0px rgba(57, 93, 206, 0.1), 0px 1px 9px 0px rgba(0, 0, 0, 0.16);
    border-radius: 22px;
}
.red-button {
    width: 50%;
    height: 44px;
    background: linear-gradient(178deg, #FAD2A7 0%, #FFA387 100%);
    box-shadow: 0px 1px 3px 0px rgba(57, 93, 206, 0.01), 0px 1px 9px 0px rgba(0, 0, 0, 0.06);
    border-radius: 22px;
    cursor: pointer;
    color: #55212D;
}
.grey-button {
    width: 50%;
    height: 44px;
    background: #F7F7F7;
    border-radius: 22px;
    cursor: pointer;
}

.reminderlist{padding:10px;}
.reminderlist .item{border-radius:6px;background-color:#fff;margin-bottom:10px;padding:10px;box-sizing:border-box;}
.reminderlist .item .block{height:22px;line-height:22px;box-sizing:border-box;padding:0 6px;border-radius:6px;font-size:12px;display:flex;justify-content:center;align-items:center;}
.reminderlist .item .block.greyborder{border:solid 1px #c0c0c0;color:#c0c0c0;}
.reminderlist .item .block.blueborder{border:solid 1px #1976d2;color:#1976d2;}
.reminderlist .item .block.blue{color:#fff;background-color:#1976d2;}
.reminderlist .item .block.green{color:#fff;background-color:#388e3c;}
.reminderlist .item .block.orange{color:#fff;background-color:#ff9800;}
.reminderlist .item .block.red{color:#fff;background-color:#d32f2f;}

/*弹窗*/
.harfwindow{width:100%;height:100%;position:fixed;z-index:999;top:0;left:0;}
.harfwindow .cover{width:100%;height:100%;background-color:rgba(0,0,0,0.5);}
.harfwindow .container{width:960px; position:absolute;bottom:0;background-color:#f0f0f0;border-top-left-radius:10px;border-top-right-radius:10px;left:calc(50% - 480px);}
.harfwindow .container.center{border-radius:10px;width:600px;left:calc(50% - 300px);bottom:initial;top:45%;overflow:hidden;}
.harfwindow .container .harftle{padding:3px 0 3px 10px;width:100%;box-sizing:border-box;}
.harfwindow .innerbox{width:100%;padding:15px;padding-bottom:30px; box-sizing:border-box;border-top-left-radius:10px;border-top-right-radius:10px;background-color:#fff;}

.yichenmenu{margin:5px 15px;padding:0; background-color:#f4f4f4;border-radius:0;box-sizing:border-box;}
.yichenmenu .item{width:calc(50% - 5px);height:130px; margin-top:10px;cursor:pointer;background-color:#fff;border-radius:6px;}

.accountlist{margin:15px;}
.accountlist .item{width:100%;padding:10px; background-color:#fff;border-radius:8px;box-sizing:border-box;margin-bottom:10px;}

.replylist{margin:10px;}
.replylist .item{width:100%;padding:10px; background-color:#fff;border-radius:8px;box-sizing:border-box;margin-bottom:10px;}

/*TOAST*/
.toast {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}

.toast .inner {
  width: 288px;
  padding-top: 30px;
}

.toast .box {
    width: 288px;
    background-image: url('https://aidiscriminatemoney.yuanzhipca.com/AIDiscriminateMoney/images/toast-bg.jpg');
    background-position: center top;
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 25px 20px;
    border-radius: 8px;
}

.toast .imgbox {
    width: 288px;
}

.toast .imgbox img {
    width: 288px;
    border-radius: 8px;
}

.toast .line {
    width: 1px;
    height: 50px;
    border-right: dashed 1px rgba(255, 255, 255, 0.5);
}

.toast .close {
    width: 30px;
    height: 30px;
}

.toast .close img {
    width: 30px;
    height: 30px;
}

.toast .button {
    width: 115px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #395DCE;
    box-sizing: border-box;
    color: #395DCE;
    font-size: 16px;
    font-weight: bold;
}

.toast .button.blue {
    background: linear-gradient(178deg, #4E79FF 0%, #395DCE 100%);
    color: rgba(255, 255, 255, 0.9);
}

.vcode {
    width: 80px;
    height: 28px;
    position: absolute;
    top: 1px;
    right: calc(1% + 1px);
    background-color: #f0f0f0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.jsqitem {
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 16px 16px 10px 16px;
}
.jsqitem .radio{width:18px;height:18px;background-position:center center;background-size:18px 18px;background-image:url('/images/radio.png');}
.jsqitem.on .radio{background-image:url('/images/radio-on.png');}

/*关注弹窗*/
.subscribewindow{
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:999;
}
.subscribewindow .subscribebox{width:300px;}
.subscribewindow .subscribebox .innercontent{border-radius:10px;overflow:hidden;}
.subscribewindow .subscribebox .close{width:40px;height:40px;cursor:pointer;margin-top:20px;}

.userinfo{border-radius:8px;background-color:#fff;padding:10px;box-sizing:border-box;}
.userinfo .item{width:33.33%;padding:15px 0;}
.userinfo .item .k{width:100px;color:#999;}
.userinfo .item .v{width:calc(100% - 100px);color:#333;}

.pricecard {
  width: 100%;
  margin-left: 18px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  padding-top:30px;
}

.pricecard .item {
  width: 180px;
  height: 131px;
  margin-right: 15px;
  background: url('https://aidiscriminatemoney.yuanzhipca.com/AIDiscriminateMoney/images/yichenzhushou/price-card.png') no-repeat center top;
  background-size: 180px 131px;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0 5px 0;
  color: #4B2F0C;
  cursor: pointer;
}

.pricecard .item.on {
  background-image: url('https://aidiscriminatemoney.yuanzhipca.com/AIDiscriminateMoney/images/yichenzhushou/price-card-on.png');
  color: #863709;
}

.pricecard .item .mark {
  width: 48px;
  height: 21px;
  background: url('https://aidiscriminatemoney.yuanzhipca.com/AIDiscriminateMoney/images/yichenzhushou/price-mark.png') no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 18px;
  text-align: center;
}

.regcontainer{position:relative;margin:16px 10px 0 10px;padding-top:240px;padding-bottom:10px;}
.regcontainer .wxhao {
    width:229px;
    height:32px;
    line-height:28px;
    text-align:center;
    box-sizing:border-box;
    color:#fff;
    background:url('/images/kefy-box-top-bg.png') no-repeat left center;
    background-size:229px 32px;
    /*background: linear-gradient( 270deg, #5880FD 0%, #007DF8 100%);
    border-radius:30px 30px 30px 0;*/
    position:absolute;
    top:0;
    left:0;
    z-index:3;
}
.regcontainer .qrcodebox {
    padding-top:35px;
    width: 100%;
    height: 264px;
    box-sizing:border-box;
    background: #F3F7FE;
    box-shadow: 0px 0px 16px 0px rgba(0,108,255,0.2);
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
}
.regcontainer .regrule {
    width: 100%;
    padding:60px 10px 50px 10px;
    box-sizing:border-box;
    background: linear-gradient( 180deg, #FFE4CF 0%, #FFFFFF 100%);
    border-radius: 8px;
}