
@font-face {
    font-family: 'heiti';
    src: url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf'); /* IE9 Compat Modes */
    src: url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf') format('woff'), /* Modern Browsers */
    url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf') format('svg'); /* Legacy iOS */
}
/*整体框架*/
body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.content{
    width: 100%;
    height: 100%;
    background-image: url("../../images/lxScreen/bg.jpg");
    background-size: 100% 100%;
}
/*顶部标题*/
.top{
    width: 100%;
    height: 100px;
    background-image: url("../../images/XjScreen/title.png");
    background-size: 100% 100%;
    position: relative;
}
.top-title{
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 50px;
    /*font-weight: bold;*/
    font-family: 'heiti';
    background-image:-webkit-linear-gradient(bottom,#0398FA,#36AAF7,#81F0FC);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.top .time{
    width: 25%;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    justify-content: space-around;
}
.top .time p{
    margin: 0;
    padding: 0;
}
.top .time .time-p1{
    font-size: 40px;
}
.top .time .time-p2{
    display: flex;
    flex-direction: column;
}
.top .time .time-p2 .time-p2-span1{
    font-size: 18px;
}
.top .time .time-p2 .time-p2-span2{
    font-size: 15px;
}
/*数据*/
.data{
    width: 98%;
    height: calc(100% - 150px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 20px 1% 30px;
}
/*两边样式*/
.side{
    width: 30%;
    /*background-color: #fff5d4;*/
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.side .side-top{
    width: 100%;
    height: 50%;
    background-image: url("../../images/lxScreen/side_top.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
}
.side .side-top .side-one{
    width: 50%;
    height: 50%;
    /*background-color: #fff5d4;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side .side-top .side-one .side-top-title{
    font-size: 15px;
    color: #fff;
    padding-left: 50px;
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.side .side-top .side-one>div{
    width: 100%;
    height: calc(100% - 40px);
}
.side .side-bottom{
    width: 100%;
    height: 47%;
    background-image: url("../../images/lxScreen/side_bottom.png");
    background-size: 100% 100%;
    position: relative;
}
.side-bottom .side-bottom-title{
    width: 27%;
    font-size: 18px;
    color: #fff;
    /*background-color: #000;*/
    text-align: center;
    margin: 10px 0 0;
}
/*2022-5-13新增*/
.side-bottom .carousel-title{
    display: flex;
    flex-wrap: nowrap;
    height: 50px;
}
.carousel-title p,.carousel-title form{
    width: 130px;
    padding: 0 10px;
    height: 100%;
}
.carousel-title form input{
    border: none;
}
.carousel-title .swiper-left,.carousel-title .swiper-right{
    width: calc(100% - 200px);
    height: 100%;
    color: #fff;
    box-sizing: border-box;
}
.carousel-title .swiper-left .swiper-slide,.carousel-title .swiper-right .swiper-slide{
    margin: 0;
    background-image: url("../../images/XjScreen/4.png");
    background-size: 100% 100%!important;
    font-size: 14px;
    height: 26px;
    margin-top: 15px;
    background-size: cover;
    background-position: center;
}
.carousel-title .swiper-left .swiper-slide-thumb-active,.carousel-title .swiper-right .swiper-slide-thumb-active{
    background-image: url("../../images/XjScreen/3.png")!important;
    background-size: 100% 100%!important;
}
.side-bottom .swiper-left2,.side-bottom .swiper-right2{
    height: calc(100% - 50px);
    width: 100%;
    --swiper-navigation-color: #fff; --swiper-pagination-color: #fff
}
.fengxiang{
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.fengxiang table{
    width: 100%;
    height:100%;
    margin: 0;
    color: #fff;
    overflow: hidden;
}
.fengxiang table th{
    height: 30px;
    line-height: 30px;
}
.right_top_side{
    display: flex;
    flex-direction: column;
}
.right_top_side .environment-info{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.right_top_side .environment-info div{
    width: 20%;
    display: flex;
    flex-direction: column;
    margin-top: 6%;
    font-size: 16px;
}
.right_top_side .environment-info-other div{
    width: 25%;
    margin-top: 12%;
}
.right_top_side .environment-info img{
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.right_top_side .environment-info p{
    color: #fff;
}
/*新增结束*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*农资管控*/
.guankong{
    width: 392px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}
.guankong .guankong-div{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.guankong-t-l{
    width: 192px;
    height: 96px;
    background-image: url("../../images/lxScreen/left1.png");
    background-size: 100% 100%;
}
.guankong-t-r{
    width: 192px;
    height: 96px;
    background-image: url("../../images/lxScreen/right1.png");
    background-size: 100% 100%;
}
.guankong-b-l{
    width: 192px;
    height: 96px;
    background-image: url("../../images/lxScreen/left2.png");
    background-size: 100% 100%;
}
.guankong-b-r{
    width: 192px;
    height: 96px;
    background-image: url("../../images/lxScreen/right2.png");
    background-size: 100% 100%;
}
.guankong-quan{
    width: 102px;
    height: 102px;
    position: absolute;
    left: 145px;
    top:49px;
    background-image: url("../../images/lxScreen/quan.png");
    background-size: 100% 100%;
    z-index: 10;
    color: #fff;
    line-height: 102px;
    font-size: 15px;
    text-align: center;
}
.guankong .guankong-p1{
    font-size: 14px;
    color: #fff;
    margin: 0;
    width: 100%;
}
.guankong .guankong-p2{
    font-size: 14px;
    color: #6b9ad0;
    margin: 0;
    width: 100%;
}

/*中间样式*/
/*中间顶部销售额*/
.center{
    width: 34%;
    /*background-color: #fff5d4;*/
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.center-sum{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.center-sum p{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    text-align: center;
}
.center-sum p .sum-span1{
    color: #fff;
    font-size: 23px;
}
.center-sum p .sum-span2{
    font-size:19px;
}
.center-sum p .sum-span2 span{
    font-size:29px;
}
.center-sum p .sum-ri{
    color: #24d75f;
}
.center-sum p .sum-yue{
    color: #1edafe;
}
.center-sum p .sum-nian{
    color: #ffcc00;
}
/*夏县地图*/
.center-map{
    width: 100%;
    height: 55%;
    background-image: url("../../images/lxScreen/data_bg.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
}
.center-map .map-title{
    width: 100%;
    font-size: 17px;
    color: #fff;
    margin: 10px 0 0 40px;
}
.center-map .map-div{
    width: auto;
    height: calc(100% - 50px);
    margin: 0 auto 10px;
    position: relative;
}
.center-map .map-div .spot{
    padding: 0;
    margin: 0;
    width: 11px;
    height: 18px;
    position: absolute;
    z-index: 99;
}
.center-map .map-div .spot img{
    width: 100%;
    height: 100%;
}
.center-map .map-div .spot span{
    display: none;
}
.center-map .map-num{
    font-size: 13px;
    color: #49a3ff;
    position: absolute;
    right: 30px;
    top:30px;
    background-image: url("../../images/lxScreen/map_num.png");
    background-size: 100% 100%;
    padding: 15px 30px;
}
.center-map .map-num p{
    margin: 2px 0;
}
.center-map .map-num p .map-num-span2{
    color: #dfb214;
}
.center-map .map-sign{
    position: absolute;
    left: 30px;
    bottom:30px;
}
.center-map .map-sign p{
    margin: 2px 0;
    font-size: 10px;
}
.center-map .map-sign .sign-p1{
    color: #02fb85;
}
.center-map .map-sign .sign-p-span1{
    display: inline-block;
    width: 14px;
    height: 7px;
    background-color: #02fb85;
}
.center-map .map-sign .sign-p-span2,.center-map .map-sign .sign-p-span3{
    display: inline-block;
    width: 14px;
}
.center-map .map-sign .sign-p-span2 img,.center-map .map-sign .sign-p-span3 img{
    display: inline-block;
    width: 10px;
    height: 17px;
}
.center-map .map-sign .sign-p2{
    color: #01fbf4;
}
.center-map .map-sign .sign-p3{
    color: #fe9401;
}
.center-map .map-sign .sign-p4{
    color: #F205F9;
}







    /*中间底部统计*/
.center-number{
    width: 100%;
    height: 30%;
    background-image: url("../../images/lxScreen/data_bg.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.center-number p{
    width: 85%;
    margin:  0 auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 8px 0;
    border-bottom: 1px solid #0B438B;
}

.center-number p .num-l{
    display: block;
    width: 45%;
    color: #fff;
    font-size: 16px;
}
.center-number p .num-r{
    display: block;
    width: 55%;
    color: #f5d160;
    font-size: 15px;
}
.center-number p .num-r>span{
    display: inline-block;
    width: 65px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}

.list-base{
    max-width: 80%;
    margin: 0 auto;
    /*border: none;*/
    background: none;
    color: #000;
    border: solid 1px #000;
}
.layui-form{
    width: 130px;
   margin-left: 10px;
}
.layui-form-select,.layui-anim-upbit{
   width: 130px;
}
.layui-form-select dl dd.layui-this {
    background-color: #000E4F;
    color: #fff;
}
.layui-input{
    background:none;
    color: #fff;
    border:none;
}
.layui-form-item {
     margin-bottom: 0px !important;
}
.base-div{
    position: absolute;
    display: none;
    left:15.20%;
    top:12.24%;
}
.base-div .line{
    width: 25px;
    height: 3px;
    background-color: #15A9F8;
}
.base-div .base-info{
    width: 190px;
    height: 84px;
    padding: 25px;
    position: absolute;
    left: 52px;
    top:2px;
    border-radius: 25px;
    z-index: 100;
    background-size: 100% 100%;
}
.base-bg{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    border-radius: 25px;
}
.base-div .base-info .info{
    width: 190px;
    height: 84px;
    position: absolute;
}
.base-div .base-info .info p{
    color: #fff;
    text-align: center;

}
.base-div .base-info p#contact{
    margin-top: 10px;
}
.base-div .base-info img{
    position: absolute;
}
.base-div .base-info img.lt{
    width: 50px;
    height: 50px;
    top:-25px;
    left: -25px;
}
.base-div .base-info img.rt{
    width: 35px;
    height: 35px;
    top:0px;
    right: 0px;
}
.base-div .base-info img.lb{
    width: 35px;
    height: 35px;
    bottom:0px;
    left: 0px;
}
.base-div .base-info img.rb{
    width: 35px;
    height: 35px;
    bottom:0px;
    right: 0px;
}
.base-div .base-info img.close{
    width: 24px;
    height: 24px;
    top:8px;
    right: 8px;
    z-index: 9999;
}


/*css不同分辨率样式调整*/
@media screen and (max-width: 1600px) {
    .top {
        height: 80px;
    }
    .data {
        height: calc(100% - 130px);
    }
    .top .time {
        height: 40px;
    }
    .top .time .time-p1 {
        font-size: 36px;
    }
    .center-sum p .sum-span1 {
        font-size: 21px;
    }
    .center-sum p .sum-span2 {
        font-size: 17px;
    }
    .center-sum p .sum-span2 span {
        font-size: 26px;
    }
    .side-bottom .side-bottom-title {
        font-size: 17px;
    }
    .side-bottom .side-bottom-div p{
        font-size: 14px;
    }
    .center-number p .num-l{
        font-size: 15px;
    }
    .center-number p .num-r>span{
        font-size: 15px;
    }
}
@media screen and (max-width: 1366px) {
    .top {
        height: 70px;
    }
    .data {
        height: calc(100% - 120px);
    }
    .top .time .time-p1 {
        font-size: 26px;
    }
    .side .side-top .side-one .side-top-title {
        font-size: 14px;
    }
    .side-bottom .side-bottom-title {
        font-size: 14px;
    }
    .side-bottom .side-bottom-div p{
        font-size: 12px;
    }
    .center-sum p .sum-span1 {
        font-size: 18px;
    }
    .center-sum p .sum-span2 {
        font-size: 14px;
    }
    .center-sum p .sum-span2 span {
        font-size: 22px;
    }
    .center-map .map-title {
        font-size: 14px;
    }
    .center-map .map-num {
        font-size: 12px;
        right: 18px;
        top: 18px;
        padding: 5px 10px;
    }
    .center-map .map-sign {
        left: 18px;
        bottom: 18px;
    }

    .center-number p .num-l{
        font-size: 12px;
    }
    .center-number p .num-r>span{
        font-size: 12px;
    }
    .center-number p .num-r {
        font-size: 12px;
    }
    .guankong {
        width: 348px;
        height: 176px;
    }
    .guankong-t-l {
        width: 170px;
        height: 84px;
    }
    .guankong-t-r {
        width: 170px;
        height: 84px;
    }
    .guankong-b-l {
        width: 170px;
        height: 84px;
    }
    .guankong-b-r {
        width: 170px;
        height: 84px;
    }
    .guankong-quan {
        width: 92px;
        height: 92px;
        left: 129px;
        top: 42px;
        line-height: 92px;
        font-size: 14px;
    }
    .center-number p .num-r>span {
        width: 52px;
        padding-left: 15px;
    }

}

