@font-face {
    font-family: 'msyh';
    src: url('../../fonts/msyh.ttf'); /* IE9 Compat Modes */
    src: url('../../fonts/msyh.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/msyh.ttf') format('woff'), /* Modern Browsers */
    url('../../fonts/msyh.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/msyh.ttf') format('svg'); /* Legacy iOS */
}
body{
    padding: 0;
    margin: 0;
    font-family:"msyh";
}
@font-face {
    font-family: 'DS';
    src: url('../../fonts/DS-DIGI.TTF'); /* IE9 Compat Modes */
    src: url('../../fonts/DS-DIGI.TTF') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/DS-DIGI.TTF') format('woff'), /* Modern Browsers */
    url('../../fonts/DS-DIGI.TTF')  format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/DS-DIGI.TTF') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'FZXBSJW';
    src: url('../../fonts/FZXBSJW.TTF'); /* IE9 Compat Modes */
    src: url('../../fonts/FZXBSJW.TTF') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/FZXBSJW.TTF') format('woff'), /* Modern Browsers */
    url('../../fonts/FZXBSJW.TTF')  format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/FZXBSJW.TTF') format('svg'); /* Legacy iOS */
}
.big-data{
    width: 100%;
    height:100vh;
    background-image: url("../../images/screen/bg.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    /*background-color: #000928;*/

}
/*数据屏的标题*/
.data-title{
    width: 100%;
    height: 8vh;
    line-height: 8vh;
    margin: 0;
    text-align: center;
    color: #1C89FF;
    font-size: 48px;
    background-image:-webkit-linear-gradient(bottom,#1F7EFF,#03FBFF);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: bold;
    font-family: 'FZXBSJW';
}
/*中间*/
/*所有小标题样式*/
.info-title{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
}
.info-title span{
    display: inline-block;
    color: #2EC3F4;
    font-size: 20px;
}
.info-title img{
    width: 16px;
    height:16px;
    margin-left: 8px;
}
.center{
    width: 94%;
    margin: 0 auto;
    height: 60vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
/*中间左侧*/
.center .center-l{
    height: 100%;
    width: 24%;
    display: flex;
    flex-direction: column;
}
/*左侧产品类型*/
.center .center-l .product-type{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
}
.center .center-l .product-type>div{
    width: 100%;
    height:100%;
    border:1px solid #213998;
    border-radius: 5px;
    box-shadow: #010F4D 0px 0px 10px 5px inset;
}
/*左侧产品分类详情*/
.center .center-l .product-type-dsc{
    /*margin-top: 10px;*/
    height: 50%;
    display: flex;
    flex-direction: column;
}
.product-type-dsc>div{
    width: 100%;
    /*height:100%;*/
    border:1px solid #213998;
    border-radius: 5px;
    box-shadow: #010F4D 0px 0px 10px 5px inset;
}
.product-type-dsc .detail{
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    /*align-content: space-between;*/
    /*padding-bottom: 10px;*/
}
.product-type-dsc .detail .detail-item{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    color: #2EC2F4;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.product-type-dsc .detail .detail-item span{
    width: 33.33%;
    display: inline-block;
    text-align: center;
}
.product-type-dsc .detail .detail-item .goods_name{
    text-align: left;
    width: 27.33%;
    padding-left: 6%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*.product-type-dsc .detail .tbody:nth-child(2n){*/
    /*background-color: #011F45;*/
/*}*/
.product-type-dsc .detail .title{
    font-size: 17px;
    /*padding: 4px 0;*/
    color: #fff;
    background-image: linear-gradient(to right, #041A8A , rgba(4,26,138,0));
}
/*中间中国地图*/
.center .center-c{
    height: 100%;
    width: 41%;
    display: flex;
    flex-direction: column;
}
#china_map{
    height: 100%;
    width: 100%;
    /*margin: 0 auto;*/
}
/*右侧扫码量统计*/
.center .center-r{
    width: 24%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.center  .center-r .sweep-code{
    width: 100%;
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    border:1px solid #213998;
    border-radius: 5px;
    box-shadow: #010F4D 0px 0px 10px 5px inset;
    padding: 4px 0;
    margin: 0;
}
.center  .center-r .sweep-code .span1{
    display: inline-block;
    text-align: center;
    color: #31ccff;
    font-size: 21px;
    margin-right: 10px;
}
.center  .center-r .sweep-code .span2{
    display: inline-block;
    text-align: center;
    color: #00c6cb;
    font-family: 'DS';
    font-size: 50px;
}
.center  .center-r .sweep-code-order{
    display: flex;
    flex-wrap: wrap;
    color: #31ccff;
    align-content: space-between;
    border:1px solid #213998;
    border-radius: 5px;
    box-shadow: #010F4D 0px 0px 10px 5px inset;
    font-size: 17px;
    padding: 5px 0;
    /*height:100%;*/
}
.center  .center-r .sweep-code-order p{
    width: 100%;
    margin: 2px 0;
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: space-between;*/
    padding:2px 0px;
    display: flex;
    flex-direction: row;
}
.center  .center-r .sweep-code-order p .order-span1{
    /*display: block;*/
    width: 40%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
.center  .center-r .sweep-code-order p .order-span2{
    /*display: block;*/
    width: 60%;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.center  .center-r .num{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    width: 100%;
}
.center  .center-r .sweep-code-order p:nth-child(2n){
    background-color: #01294C;
}
.center  .center-r .num p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    text-align: center;
    border:1px solid #213998;
    border-radius: 5px;
    box-shadow: #010F4D 0px 0px 10px 5px inset;
    margin: 0;
    padding: 5px 0;
}
.center  .center-r .num p .span1{
    width: 100%;
    color: #31ccff;
    font-size: 20px;
}
.center  .center-r .num p .span2{
    width: 100%;
    color: #00c6cb;
    font-family: 'DS';
    font-size: 30px;
}

/*西藏用户溯源扫描量*/
.tibet-code{
    width: 100%;
    height:50%;
    display: flex;
    flex-direction: column;
}
#sweep_code{
    height: 80%;
    border:1px solid #213998;
    border-radius: 5px;
    box-shadow: #010F4D 0px 0px 10px 5px inset;
}
    /*最底部*/
.bottom{
    width: 94%;
    margin: 0 auto;
    height: 30vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.bottom .bottom-l{
    width: 38%;
}
.bottom .bottom-l .tibet{

}
.bottom .bottom-l .tibet img{
    height: 78%;
    margin: 5% auto 0;
    display: block;
}

.bottom .bottom-r{
    width: 60%;
}
.bottom>div{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bottom>div>div{
    width: 100%;
    height:100%;
    border:1px solid #213998;
    border-radius: 5px;
    box-shadow: #010F4D 0px 0px 10px 5px inset;
}
.bottom-l .goods-list{
    display: flex;
    flex-direction: column;
}
.bottom-l .goods-list .goods-item{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    justify-content: space-between;
    color: #31ccff;
    font-size: 16px;
    /*padding-left: 4%;*/
    height: 30px;
    line-height: 30px;
}
.bottom-l .goods-list .goods-item span{
    /*width: 20%;*/
    text-align: center;
}
.li_bg_deep_color{
    background-color: #011F45;
}
.goods-list .goods-item .span1{
    width: 14%;
}
.goods-list .goods-item .span2{
    width: 20%;
    text-align: left !important;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.goods-list .goods-item .span3{
    width: 30%;
    text-align: left !important;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.goods-list .goods-item .span4{
    width: 18%;
}
.goods-list .goods-item .span5{
    width: 18%;
}
.bottom-l .goods-list .title{
    /*padding: 4px 0;*/
    color: #fff;
    background-image: linear-gradient(to right, #041A8A , rgba(4,26,138,0));
    font-size: 17px;
}
.goods-div{
    color: #fff;
    width: 100%;
    height: 230px;
    position:relative;
    overflow:hidden;
    line-height: 30px;
}
.dowebok{
    height: 230px;
    /*height: 50%;*/
    position:relative;
    overflow:hidden;
    line-height: 30px;
}

@media only screen and (max-width: 1800px){
    .info-title span {
        font-size: 16px;
    }
    .info-title {
        margin: 8px 0;
    }
    .center .center-r .sweep-code-order p {
        padding: 2px 0px;
    }
    .tibet-code {
        height: 38%;
    }
    .goods-div,.dowebok{
        height: 180px
    }
}

