html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, i, b, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
img{
    width: 100%;
    border:0;
}
body{
    font-family: "微软雅黑";
}
.index{
    width: 1210px;
    height: auto;
    margin: 20px auto 0;
}
select{-moz-appearance:none;}
/*首页左半部分*/
.index .index-left-box{
    width: 790px;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
/*实时指标*/
.index .index-left-box .real-target{
    width: 100%;
    height: 341px;
    background: #fff;
    margin-bottom: 10px;
}
.index .index-left-box .real-target .target-head{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
}
.index .index-left-box .real-target .target-head h3{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;   
    margin-left: 20px;
}
.index .index-left-box .time-trade{
    float: right;
    font-size: 12px;
    height: 100%;
    line-height: 49px;
}
.index .index-left-box .time-trade span{
    margin-right: 10px;
}
.index .index-left-box .time-trade a{
    margin-right: 20px;
    color: #000;
}
.index .index-left-box .real-target .target-data-box{
    width: auto;
    height: 290px;
}
.index .index-left-box .real-target .target-data-box .data-box-left{
    width: 40%;
    height: 290px;
    float: left;
}
.index .index-left-box .real-target .target-data-box .data-box-left .visitors-box{
    width: auto;
    height: 50%;
    position: relative;
    color: black;
}
.index .index-left-box .real-target .target-data-box .data-box-left .visitors-box .vst-icon{
    width: 46px;
    height: 46px;
    border-radius: 46px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 32px;
    left: 40px;
    margin: 0;
}
.index .index-left-box .real-target .target-data-box .data-box-left .visitors-box .vst-title{
    padding-top: 32px;
    padding-left: 98px;
    font-size: 14px;
}
.index .index-left-box .real-target .target-data-box .data-box-left .visitors-box .vst-val{
    font-size: 23px;
    padding-left: 95px;
    padding-top: 8px;
    margin-bottom: 10px;
}
.index .index-left-box .real-target .target-data-box .data-box-left .visitors-box .data-numbers{
    margin-top: 20px;
    margin-left: 40px;
}
.index .index-left-box .real-target .target-data-box .data-box-left .visitors-box .data-numbers div{
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 25px;
}
.index .index-left-box .real-target .target-data-box .data-box-left .vst-charts{
    width: 100%;
    height: 50%;
}
.index .index-left-box .real-target .target-data-box .data-box-left .vst-charts #vst-charts-box{
    width: 100%;
    height: 100%;
    
}
.index .index-left-box .real-target .target-data-box .data-box-right{
    width: 60%;
    height: auto;
    float: left;
    border-left: 1px solid #eaeaea;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul{
    width: 100%;
    height: 290px;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li{
    width: 50%;
    height: 50%;
    box-sizing:border-box;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    float: left;
    position: relative;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li:nth-child(2){
    border-right: 0;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li:nth-child(3){
    border-bottom: 0;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li:nth-child(4){
    border-bottom: 0;
    border-right: 0;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li .data-icon{
    width: 46px;
    height: 46px;
    border-radius: 46px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 25px;
    left: 30px;
    margin: 0;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li .data-title{
    padding-top: 25px;
    padding-left: 98px;
    font-size: 14px;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li .data-val{
    font-size: 23px;
    padding-left: 95px;
    padding-top: 8px;
    margin-bottom: 10px;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li .data-ratio{
    width: 75%;
    height: auto;
    margin: 20px auto 0;
    color: #999;
    font-size: 12px;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li .data-ratio p span{
    display: inline-block;
    width: 50%;
    text-align: left;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li .data-ratio em{
    display: inline-block;
    width: 50%;
    text-align: right;
}
.index .index-left-box .real-target .target-data-box .data-box-right ul li i{
    display: inline-block;
}

/*翻页*/
.index .index-left-box .change-page{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin: 10px auto;
}
.index .index-left-box .change-page .page-btns{
    width: auto;
    display: table;
    margin: 0 auto;
    font-size: 14px;
}
.index .index-left-box .change-page .page-btns a{
    color: #000;
}
.index .index-left-box .change-page .page-btns span{
    margin: 0 15px;
}

/*核心指标*/
.index .index-left-box .core-target{
    width: 100%;
    height: auto;
    background: #fff;
}
.index .core-target-head{
    width: auto;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
}
.index .core-target-head h3{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;   
    margin-left: 20px;
}
.index .core-target-head .head-link{
    float: right;
    color: #000;
    line-height: 50px;
    margin-right: 20px;
}
.index .index-left-box .core-target .core-datas{
    width: auto;
    height: auto;
    position: relative;
}
.index .index-left-box .core-target .core-datas .btns{
    display: block;
    height: 100%;
    width: 30px;
    position: absolute;
    top: 50%;
    margin-top: -76.5px;
    color: #999;
}
.index .index-left-box .core-target .core-datas .btns i{
    line-height: 153px;
    display: table;
    margin: 0 auto;
}
.index .index-left-box .core-target .core-datas .left-btn{
    left: 0px;
}
.index .index-left-box .core-target .core-datas .right-btn{
    right: 0px;
}

.index .index-left-box .core-target .core-datas ul{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
}
.index .index-left-box .core-target .core-datas ul li{
    width: 33.33%;
    height: 105px;
    float: left;
    border-left: 1px solid #eaeaea;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}
.index .index-left-box .core-target .core-datas ul li:first-child{
    border-left: 0;
}
.index .index-left-box .core-target .core-datas ul .green-border{
    border-top: 2px solid #36ccac;
    -webkit-box-shadow: 0px 19px 42px -24px #36ccac inset;
    -moz-box-shadow: 0px 19px 42px -24px #36ccac inset;
    box-shadow: 0px 19px 42px -24px #36ccac inset;
    border-bottom: 1px solid #fff;
}
.index .index-left-box .core-target .core-datas ul li .li-data-box{
    margin: 18px 12px 0 34px;
}
.index .index-left-box .core-target .core-datas ul li .li-data-box .li-box-name{
    color: #515151;
    font-size: 16px;
}
.index .index-left-box .core-target .core-datas ul li .li-data-box .li-box-name em{
    margin-left: 5px;
    color: #f00;
}
.index .index-left-box .core-target .core-datas ul li .li-data-box .all-val{
    color: #000;
    font-size: 24px;
    line-height: 1;
    margin: 6px 0;
}
.index .index-left-box .data-numbers{
    font-size: 12px;
}
.index .index-left-box .data-numbers p{
    line-height: 20px;
}
.index .index-left-box .data-numbers p span{
    display: inline-block;
    width: 50%;
    text-align: left;
}
.index .index-left-box .data-numbers p em{
    display: inline-block;
    width: 40%;
    text-align: right;
}
.index .index-left-box .data-numbers p i{
    display: inline-block;
    margin-left: 5px;
}
.index .index-left-box .data-numbers p .i-red{
    color: #ff658f;
}
.index .index-left-box .data-numbers p .i-green{
    color: #5fb878;
}

.index .index-left-box .core-target .core-charts{
    width: 100%;
    height: 310px;
    float: left;
    position: relative;
}
.index .index-left-box .core-target .core-charts #charts-box{
    width: 100%;
    height: 100%;
}

/*会员来源渠道*/
.index .index-left-box .vip-source{
    width:auto;
    height: auto;
    background: #fff;
    margin-top: 10px; 
}
.index .index-left-box .vip-source .data-source-head{
    width: auto;
    height: auto;
    padding: 0 30px;
}
.index .index-left-box .vip-source .data-source-head .echart-box{
    width: 33.33%;
    height: auto;
    float: left;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box{
    margin: 18px 0 0 12px;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .box-name{
    color:#515151;
    font-size: 16px;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .box-val{
    font-size: 24px;
    line-height: 1;
    margin: 6px 0;
    color: #000;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .code-charts{
    width: 100%;
    height: 150px;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .code-charts #code-charts-box{
    width: 100%;
    height: 100%;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .exercise-charts{
    width: 100%;
    height: 150px;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .exercise-charts #exercise-charts-box{
    width: 100%;
    height: 100%;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .other-charts{
    width: 100%;
    height: 150px;
}
.index .index-left-box .vip-source .data-source-head .echart-box .inside-box .other-charts #other-charts-box{
    width: 100%;
    height: 100%;
}

/*首页右半部分*/
.index .index-right-box{
    float: right;
    width: 410px;
    height: auto;
}
.index .index-right-box .bulletin-swap{
    width: auto;
    height: auto;
    background: #fff;
}
.index .index-right-box .bulletin-swap ul{
    padding: 15px 20px;
}
.index .index-right-box .bulletin-swap ul li{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.index .index-right-box .bulletin-swap ul li:last-child{
    margin-bottom: 0;
}
.index .index-right-box .bulletin-swap ul li a{
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
    color: #333;
}
.index .index-right-box .bulletin-swap ul li a:hover{
    text-decoration: underline;
    color: #34a0e7;
}
.index .index-right-box .bulletin-swap ul li em{
    float: right;
}

/*商家会员排行*/
.index .index-right-box .vip-ranking{
    width: auto;
    height: auto;
    background: #fff;
    margin-top: 10px;
}
.index .index-right-box .vip-ranking table{
    width: auto;
    display: block;
    padding: 20px 20px;
    
}
.index .index-right-box .vip-ranking table tr{
    float: left;
    width: 370px;
    margin-bottom: 5px;
} 
.index .index-right-box .vip-ranking table tr td{
    float: left;
}
.index .index-right-box .vip-ranking table tr:nth-child(1) td .shop-pic{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.index .index-right-box .vip-ranking table tr td .shop-name{
    line-height: 50px;
    vertical-align: bottom;
    margin-left: 10px;
}
.index .index-right-box .vip-ranking table tr td .tmall-pic{
    width: 100px;
    margin-top: 15px;
}
.index .index-right-box .vip-ranking table tr:nth-child(1) td:nth-child(3){
    line-height: 50px;
}
.index .index-right-box .vip-ranking table tr td:nth-child(3){
    float: right;
}
.index .index-right-box .vip-ranking table tr:nth-child(3) td em{
    color: #0fc7a5;
    font-size: 16px;
    font-weight: 600;
}
.index .index-right-box .vip-ranking table tr:nth-child(3) td:nth-child(2){
    margin-left: 100px;
}
.index .index-right-box .vip-ranking table tr td .i-red{
    color: #f00;
}
.index .index-right-box .vip-ranking table tr td .i-lan{
    color: #1E96CA;
}

/*页面排行TOP10*/
.index .index-right-box .page-top-ten{
    background: #fff;
    width: auto;
    height: auto;
    margin-top: 10px;
    position: relative;
    min-height: 220px;
}
.index .index-right-box .page-top-ten .today-yesterday{
    float: left;
    margin-left: 50px;
}
.index .index-right-box .page-top-ten .today-yesterday a{
    float: left;
    height: 50px;
    width: 25px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 10px;
    color: #000;
    border-bottom: 2px solid transparent;
}
.index .index-right-box .page-top-ten .today-yesterday .a-green-border{
    border-bottom: 2px solid #36ccac;
}
.index .index-right-box .page-top-ten table{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.index .index-right-box .page-top-ten table tr.top-nums{
    display: none;
}
.index .index-right-box .page-top-ten table tr td:nth-child(1){
    width: 15%;
    padding-left:20px;
    vertical-align: middle;
}
.index .index-right-box .page-top-ten table tr td:nth-child(1) span{
    display: block;
    width: 18px;
    height: 20px;
    line-height: 18px;
    text-align: center;
}
.index .index-right-box .page-top-ten table tr td:nth-child(2){
    width: 65%;
    padding: 10px 0;
}
.index .index-right-box .page-top-ten table tr td:nth-child(3){
    width: 20%;
    padding-right: 20px;
    text-align: right;
    vertical-align: middle;
}
.index .getData-error{
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    
}
.index .getData-error em{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 2px solid #34a0e7;
    text-align: center;
    line-height: 22px; 
    color: #34a0e7;
}
.index .getData-error em i{
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 3px;
}
.index .getData-error span{
    font-weight: 600;
}
.top-num-bg{
    width: 16px;
    height: 20px;
    position: relative;
}
.top-num-bg i{
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #ffda69;
}
.top-num-bg span{
    display: block;
    width: 18px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #f36e67;
    position: absolute;
    z-index: 12;
}
.index .index-right-box .page-top-ten table tr td:nth-child(2) img{
    width: 35px;
    height: 35px;
    float: left;
}
.index .index-right-box .page-top-ten table tr td:nth-child(2) a{
    font-size: 10px;
    vertical-align: top;
    display: flex;
    width: 220px;
    padding-left: 5px;
    color: #000;
    cursor: auto;
}
.index .index-right-box .page-top-ten .update-time{
    float: right;
    margin: 10px 20px 40px 0;
}










